Answers for "sublime merge editor download for linux"

0

sublime merge editor download for linux

dnf
Install the GPG key:

sudo rpm -v --import https://download.sublimetext.com/sublimehq-rpm-pub.gpg
Select the channel to use:

Stable
sudo dnf config-manager --add-repo https://download.sublimetext.com/rpm/stable/x86_64/sublime-text.repo  
Dev
sudo dnf config-manager --add-repo https://download.sublimetext.com/rpm/dev/x86_64/sublime-text.repo
Update dnf and install Sublime Merge

sudo dnf install sublime-merge
Posted by: Guest on August-12-2021
0

download sublime merge in linux

sudo rpm -v --import https://download.sublimetext.com/sublimehq-rpm-pub.gpg
Posted by: Guest on July-26-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language