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

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 install Ubuntu/Debian

Sublime Text Install apt
The apt repository contains packages for both x86-64 and arm64.

Install the GPG key:

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

Ensure apt is set up to work with https sources:
sudo apt-get install apt-transport-https

Select the channel to use:
Stable:
echo "deb https://download.sublimetext.com/ apt/stable/" | sudo tee /etc/apt/sources.list.d/sublime-text.list

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

Update apt sources and install Sublime Text:
sudo apt-get update
sudo apt-get 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 :: get users shell 
Shell :: install portainer on raspberry pi 
Shell :: unknown error after kill: runc did not terminate sucessfully: container_linux.go:392: signaling init process caused "permission denied" 
Shell :: stacer download ubuntu 
Shell :: mac see current path7 
Shell :: setup redis ubuntu 
Shell :: how to erase folder that match characters in linux 
Shell :: how to add font in ubuntu 
Shell :: yarn react install 
Shell :: bash split variable by delimiter 
Shell :: configure static ip address linux 
Shell :: install sketch for ubuntu 
Shell :: bash how to delete blank lines 
Shell :: bash get current process id 
Shell :: How to list manually installed packages in ubuntu 
Shell :: octave for ubuntu 20.04 
Shell :: install mongodb 
Shell :: run command as root administrator mac 
Shell :: how to give full permission to another user linux 
Shell :: copy file to ubuntu server 
Shell :: debian ssh authorized_keys 
Shell :: find name file in cmd 
Shell :: ssh with key 
Shell :: bash add help argument 
Shell :: rsync ssh 
Shell :: how to rename a file in terminal 
Shell :: bash script cd into script dir 
Shell :: unprotected private key file 
Shell :: github how to remove changes 
Shell :: ssh server windows 11 
ADD CONTENT
Topic
Content
Source link
Name
4+9 =