Install Sublime Text on Ubuntu (Bionic Beaver) using Snap

About Linux
Published on Sep, 13 2024 1 min read 0 comments
image

In this article we will show you How to install Sublime Text on Ubuntu 18.04.1 LTS (Bionic Beaver) using Snap and CLI(Commend Line Interface).

First of all what is Sublime Text:
Sublime Text is a proprietary cross-platform source code editor with a Python application programming interface. It natively supports many programming languages and markup languages, and functions can be added by users with plugins, typically community-built and maintained under free-software licenses. Wikipedia

Sublime Text Installation Process:
Here I install Sublime Text using snap. Sublime text have no ubuntu apt packages so that i will install it using sanp package.
 

Step - 1: Update apt package repo.

sudo apt update 

It will take few moment to complete apt package repo update. 

 

Step - 2: Install snapd on your ubuntu pc by using following commend

sudo apt install snapd

Step 2: Now you can install sublime text using snap package as bellow - 

sudo snap install sublime-text --classic

after few moment the installation process will complete.

Now you can use sublime text.

 

0 Comments