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

install package sublime text 3

Open command pallet with;
	ctrl + shift + p
Execute following command to install package manager;
	"Install Package Control" + enter
Browse/search installable packages with command;
	"Install Package" + enter
Once you find the package your want, highlight it and press enter
Done!
Comment

PREVIOUS NEXT
Code Example
Shell :: kumaran km github 
Shell :: errno 2 no such file or directory less 
Shell :: open gui of git repo 
Shell :: how to chmod to exec 
Shell :: kali 
Shell :: change ownership of a directory in ubuntu 
Shell :: react native how to get SHA certificate fingerprints 
Shell :: install module to current directory pip 
Shell :: hapus folder di linux 
Shell :: gitlab clone with access token 
Shell :: how to push code to github from vscode 
Shell :: git shortcut 
Shell :: docker image with wget 
Shell :: git reset head 2 commits 
Shell :: serverless not using aws profile 
Shell :: github ssh key setup 
Shell :: get folder size linux 
Shell :: heroku clear build cache 
Shell :: k8s create namespace 
Shell :: windows view processes command line 
Shell :: how to check hugo version 
Shell :: convert csv to json powershell 
Shell :: jq install bash 
Shell :: how to install quick.db 
Shell :: how to use sed output to overwrite existin file 
Shell :: iisreset 
Shell :: ubuntu fingerprint error 
Shell :: sed replace in file 
Shell :: git error:Administrator@github.com: Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. 
Shell :: ZTC ZEM800 telnet password 
ADD CONTENT
Topic
Content
Source link
Name
4+3 =