How to Install Sublime Text 3 on Fedora 29

Table of Contents
Install Sublime Text 3 on Fedora 29
Sublime Text is one of the powerful text editor available for Fedora 29. Sublime Text can be used as text or source code editor for web and software development. You can also extend the functionality of Sublime Text using plugins. In this tutorial, you are going to learn how to install Sublime Text 3 on Fedora 29.
Prerequisites
Before you start to install Sublime Text 3 on Fedora 29. You must have the non-root user account on your system with sudo privileges.
Install Sublime Text
To install Sublime Text on Fedora we will first import SublimeHQ GPG key for repository. Then we will add Sublime Text repository to the system repository list. Then you are ready to install Sublime Text.
First import SublimeHQ GPG key typing following command in terminal.
sudo rpm -v --import https://download.sublimetext.com/sublimehq-rpm-pub.gpg
Now Add Sublime Text repository to repository list in your system running following command:
sudo dnf config-manager --add-repo https://download.sublimetext.com/rpm/stable/x86_64/sublime-text.repo
Now you can install Sublime Text running following command:
sudo dnf install sublime-text
Start Sublime Text
To launch Sublime Text from terminal run following command:
subl
NOTE: You can also launch Sublime Text using activities in Fedora 29.
After launching Sublime Text you will get the following output:

Conclusion
You have successfully learned how to install Sublime Text 3 on Fedora 29. If you have any queries regarding this tutorial then please don’t forget to comment below.
LATEST POSTS
-
How to Add Swap Space on CentOS 7
-
How to Install Arduino IDE on Linux Mint 19
-
How to install phpMyAdmin on Ubuntu 18.04
-
How to Create Zip Files in Linux
-
How to Install Apache Tomcat 9 on Debian 9
-
How to install Node.js with npm on Debian 9
-
How to Install Anaconda on Linux Mint 19
-
How to Install and Use Docker on CentOS 7
-
How to Install Postman in Linux
-
How to Change Hostname on CentOS 8
-
Chown Command in Linux
-
Bash Case Statement with Examples