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

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

how to open terminal in sublime text ubuntu

# how to open terminal in sublime text ubuntu
>> open sublime text 3 editor
>> Ctrl+Shift+P <-- it will open package manager
>> Type install package and Select it.
>> Type terminus 
>> install it. once complete installation Ctrl+Shift+P and search for Terminus init then it will open terminal.
Comment

PREVIOUS NEXT
Code Example
Shell :: github bullet points 
Shell :: how to set gopath/bin linux 
Shell :: command to install strongswan 
Shell :: bat restart printer spooler 
Shell :: ipnyb to ppt 
Shell :: windows to linux ssh without password 
Shell :: git pull on another branch 
Shell :: sync gitlab wit github 
Shell :: /usr/local/etc/httpd/httpd.conf 
Shell :: order allow deny 
Shell :: growth ebs disc ec2 running 
Shell :: mac send email attachment command line 
Shell :: @ WARNING: UNPROTECTED PRIVATE KEY FILE! @ 
Shell :: move all files in subdirectories to current directory linux 
Shell :: create new git branch and switch to it 
Shell :: powershell string contains 
Shell :: apply stash git 
Shell :: install balena etcher on manjaro linux 
Shell :: how to run powershell without admin rights 
Shell :: almalinux helm 
Shell :: debian upgrade python 
Shell :: gitignore httaccess 
Shell :: git revert a commit 
Shell :: enable systemd 
Shell :: install python mac m1 
Shell :: cannot find module inquirer 
Shell :: extract every nth line using sed linux fedora 
Shell :: how to unzip ubuntu 2004 
Shell :: see stashed changes git 
Shell :: zgrep recursive 
ADD CONTENT
Topic
Content
Source link
Name
1+4 =