Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

Install Sublime in Linux (Stable)

wget -qO - https://download.sublimetext.com/sublimehq-pub.gpg | sudo apt-key add -
sudo apt-get install apt-transport-https
echo "deb https://download.sublimetext.com/ apt/stable/" | sudo tee /etc/apt/sources.list.d/sublime-text.list
sudo apt-get update
sudo apt-get install sublime-text
Comment

sublime linux

snap install sublime-text
Comment

sublime text editor download for linux

$ sudo rpm -v --import https://download.sublimetext.com/sublimehq-rpm-pub.gpg
$ sudo dnf config-manager --add-repo https://download.sublimetext.com/rpm/stable/x86_64/sublime-text.repo  
$ sudo dnf install sublime-text 
Comment

sublime text linux

echo "deb https://download.sublimetext.com/ apt/stable/" | sudo tee /etc/apt/sources.list.d/sublime-text.list
Comment

sublime text linux

wget -qO - https://download.sublimetext.com/sublimehq-pub.gpg | sudo apt-key add -
Comment

sublime text linux

sudo apt-get install apt-transport-https
Comment

PREVIOUS NEXT
Code Example
Shell :: linkedin pc download on ubuntu 
Shell :: open calculator from command line MacOS 
Shell :: change remote to use ssh git command 
Shell :: add component angular 
Shell :: eslint init 
Shell :: rhythmbox 
Shell :: ubuntu set environment variable permanently 
Shell :: unable to install mongodb on ubuntu 22.04 
Shell :: setup wordpress on ubuntu 
Shell :: bash go to home directory 
Shell :: how to install the app of specific version in laravel 
Shell :: switch from npm to yarn 
Shell :: uvicorn run fastapi 
Shell :: how to make a shell in c for beginners 
Shell :: ingnore large files in github 
Shell :: pymongo.errors.ServerSelectionTimeoutError: localhost:27017 
Shell :: git rev-parse --short HEAD 
Shell :: how to check if in which folder are you present in linux 
Shell :: main vs master in git 
Shell :: openssh client ubuntu 
Shell :: how to reset all github credentials 
Shell :: git clone using ssh key from gitlab 
Shell :: angular add modulee 
Shell :: amend commit 
Shell :: docker install linux 
Shell :: ImportError: No module named alsaaudio 
Shell :: rename heroku app local 
Shell :: top port scan nmap 
Shell :: linux mail delete all 
Shell :: angular add universal 
ADD CONTENT
Topic
Content
Source link
Name
1+4 =