Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

sublime text download ubuntu

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

download sublime notepad ubuntu

curl -fsSL https://download.sublimetext.com/sublimehq-pub.gpg | sudo apt-key add -
sudo add-apt-repository "deb https://download.sublimetext.com/ apt/stable/"
Comment

PREVIOUS NEXT
Code Example
Shell :: how to install pymongo 
Shell :: curl test https 
Shell :: bash check if string starts with substring 
Shell :: wget install windows cmd 
Shell :: un add file in git 
Shell :: shell check if string contains substring 
Shell :: linux find installation location 
Shell :: remove git proxy 
Shell :: webpack uninstall npm 
Shell :: how to install terraform on Ubuntu/Debian 
Shell :: ngrok start server 
Shell :: uniq bash 
Shell :: Recover accidentally deleted files by git reset hard 
Shell :: function in shell script 
Shell :: show debian point release 
Shell :: npm install webpack 
Shell :: how to install nvm in ubuntu 18.04 
Shell :: bash merge pdf 
Shell :: ubuntu connect openvpn 
Shell :: how to view task manager in linux 
Shell :: linux install requirements.txt 
Shell :: Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-idlotqqi/cryptography/ 
Shell :: install redis windows 10 
Shell :: oh my zsh ubuntu 20.04 
Shell :: kill a process linux 
Shell :: git commit message 
Shell :: install python poetry 
Shell :: taskkill linux 
Shell :: Updating Packages in WSL 
Shell :: change crontab editor 
ADD CONTENT
Topic
Content
Source link
Name
3+3 =