Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to install sublime text on arch linux

curl -O https://download.sublimetext.com/sublimehq-pub.gpg && sudo pacman-key --add sublimehq-pub.gpg && sudo pacman-key --lsign-key 8A8F901A && rm sublimehq-pub.gpg
echo -e "
[sublime-text]
Server = https://download.sublimetext.com/arch/stable/x86_64" | sudo tee -a /etc/pacman.conf
sudo pacman -Syu sublime-text
Comment

how to install sublime text arch linux

// Using snap store

git clone https://aur.archlinux.org/snapd.git
cd snapd                                         // Installing snap
makepkg -si
sudo systemctl enable --now snapd.socket       // Enabling snap
sudo ln -s /var/lib/snapd/snap /snap          // Classic snap support

sudo snap install sublime-text --classic    // Installing sublime text
Comment

PREVIOUS NEXT
Code Example
Shell :: shell script while loop example 
Shell :: bash scripts options 
Shell :: docker console into container 
Shell :: git merge force 
Shell :: yarn start --reset-cache 
Shell :: gitignore tracked files 
Shell :: how to use zsh on mac 
Shell :: grep nth line after match 
Shell :: read last line file bash 
Shell :: How to Install Visual Studio Code on Ubuntu Linux 
Shell :: kill a process at a port 
Shell :: pip installation directory 
Shell :: nginx file permission 
Shell :: git add git commit 
Shell :: linux change username 
Shell :: ords version view 
Shell :: terraform script to create s3 bucket 
Shell :: minikube docker driver 
Shell :: Undo the commit and completely remove all changes 
Shell :: git rewrite commit message 
Shell :: how to copy a file to a remote server using the command line 
Shell :: linux subsystem for windows file location 
Shell :: check ram in linux 
Shell :: bash set ifs to space 
Shell :: putty zip command 
Shell :: useful git commands 
Shell :: remove spaces from file names bash 
Shell :: updating vscode on ubuntu 
Shell :: hydra use find password cracker 
Shell :: electron app from vue 
ADD CONTENT
Topic
Content
Source link
Name
3+8 =