Answers for "sulime merge install in linux"

0

sulime merge install in linux

dnf (Linux for fedora 64x)

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

Note there are no RPM packages for ARM currently.
Posted by: Guest on August-26-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language