
#DOWNLOAD SUBLIME TEXT EDITOR UBUNTU LICENSE#
If you want to run a development build of Sublime Text instead of the stable version you can run this command instead of the one above - though dev version DO require a valid license to use: echo "deb apt/dev/" | sudo tee /etc/apt//sublime-text.list Step 2: Add the Sublime Text stable repository: echo "deb apt/stable/" | sudo tee /etc/apt//sublime-text.list This step is important as it ensures any packages you download from the linked repo are what they say they are, with no nasty surprises: wget -qO - | sudo apt-key add. Step 1: Download the security key for the Sublime text editor repository.
#DOWNLOAD SUBLIME TEXT EDITOR UBUNTU INSTALL#
If you want to install Sublime Text 4 on Ubuntu and get automatic updates to new releases you will need to add the official Sublime Text repository (aka repo) to Ubuntu’s list of software sources. You can download Sublime Text for Windows, macOS and Linux direct from the editor’s website, however this route has one big drawback on Ubuntu: no automatic updates to new versions when released. This means you can, in theory, use Sublime Text for as long as you like, gratis! However, the editor’s ‘evaluation’ period doesn’t actually expire. Heck, an entire ecosystem of Sublime Text plugins are available out there (just be aware some may not work with the latest Sublime Text release due to its migration to Python 3.8).Īll great, so what there’s a “catch” to using Sublime Text.Īlthough you can download the Sublime Text and use it for free you’re supposed to buy a license to use it full-time. Sublime Text is a proprietary text editor available for use on all major operating systems, including Linux-based ones like Ubuntu.Īs editor’s go, Sublime is fast and responsive - faster than the Atom text editor, anyhow - and it boasts an expansive feature set that can be extended further using plugins.
