How To Install Sublime Text On Linuxmint 19
How To Install Sublime Text On Linux Mint 19
Process
Check the Linux Mint version by using the following command
root@linuxhelp:~# lsb_release -a
No LSB modules are available.
Distributor ID: LinuxMint
Description: Linux Mint 19 Tara
Release: 19
Codename: tara
Download the sublime text repository using wget command
root@linuxhelp:~# wget -qO - https://download.sublimetext.com/sublimehq-pub.gpg | apt-key add -
OK
Add the repository by using the following command
root@linuxhelp:~# echo "deb https://download.sublimetext.com/ apt/stable/" | sudo tee
deb https://download.sublimetext.com/ apt/stable/
Run the apt update command to update repoistory
root@linuxhelp:~# apt update
Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease
Get:2 http://archive.canonical.com/ubuntu bionic InRelease [10.2 kB]
Ign:3 http://packages.linuxmint.com tara InRelease
Get:4 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB]
Get:5 http://archive.canonical.com/ubuntu bionic/partner i386 Packages [2,320 B]
.
.
Fetched 7,662 kB in 21s (357 kB/s)
Reading package lists... Done
Building dependency tree
Reading state information... Done
709 packages can be upgraded. Run 'apt list --upgradable' to see them.
Install the sublime text by using the following command
root@linuxhelp:~# apt install sublime-text
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
sublime-text
0 upgraded, 1 newly installed, 0 to remove and 709 not upgraded.
Need to get 9,835 kB of archives.
After this operation, 34.8 MB of additional disk space will be used.
Get:1 http://packages.linuxmint.com tara/import amd64 sublime-text amd64 3211 [9,835 kB]
Fetched 9,835 kB in 16s (607 kB/s)
Selecting previously unselected package sublime-text.
(Reading database ... 237772 files and directories currently installed.)
Preparing to unpack .../sublime-text_3211_amd64.deb ...
Unpacking sublime-text (3211) ...
Processing triggers for mime-support (3.60ubuntu1) ...
Processing triggers for desktop-file-utils (0.23+linuxmint3) ...
Processing triggers for gnome-menus (3.13.3-11ubuntu1) ...
Processing triggers for hicolor-icon-theme (0.17-2) ...
Setting up sublime-text (3211) ...
Search for sublime text This is the sublime text editor This is the method to install Sublime Text On Linux mint 19
Comments ( 0 )
No comments available