Build / Install Python 3.7 on Ubuntu 18.04 LTS Bionic Beaver.
#HOW TO DOWNLOAD SUBLIME TEXT TO SSH HOW TO#
All you need to do is to search for Sublime Text in the software center and install it from there in a couple of clicks. Installing Sublime Text on Ubuntu is way easier thanks to Snap support in Ubuntu Software Center. Method 1: Install Sublime Text on Ubuntu from Software Center. $ sudo apt install apt-transport-https ca-certificates curl software-properties-commonĠ2- Import the repository’s GPG key using the following curl command: $ curl -fsSL | sudo apt-key add -Ġ3- Add the Sublime Text APT repository to your system’s software repository list by typing: $ sudo add-apt-repository "deb apt/stable/"Ġ4- Once the repository is enabled, update apt sources and install Sublime Text 3 with the following commands: $ sudo apt updateĠ5- You can launch the Sublime Text editor either from the terminal by typing subl or by clicking on the Sublime icon from the menu Activities -> Sublime: Despite that, Sublime Text on Linux still has a good user base. Installing Sublime Text on UbuntuĠ1- Update the apt package list and install the dependencies necessary to fetch packages from https sources: $ sudo apt update Prerequisitesīefore continuing with this tutorial, make sure you are logged in as a user with sudo privileges. This tutorial describes the steps to install Sublime Text 3 on Ubuntu 18.04 LTS Linux systems. It is very fast and it comes with lots of powerful features out of the box. Sublime Text is a proprietary cross-platform versatile text and source code editor for web and software development.