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 :: curl debian 10 
Shell :: remove stopped containers 
Shell :: docker check linux os 
Shell :: pip install from requirements.txt 
Shell :: install pandas conda 
Shell :: git delete all tags local and remote 
Shell :: cannot be loaded because running scripts is disabled on this system. 
Shell :: how to remove base from command prompt 
Shell :: install kooha-screen-recorder 
Shell :: git delete local branch except master 
Shell :: how to know screen resolution linux 
Shell :: Although GNOME Shell integration extension is running, native host connector is not detected 
Shell :: download arduino ide in raspberry pi through terminal 
Shell :: GIT - Cleaning ignored file when .gitignore added after changes 
Shell :: npm to fix lint issues 
Shell :: how to check spark version 
Shell :: certbot remove domain 
Shell :: set git user name and user email 
Shell :: undo last git commit 
Shell :: install react select 
Shell :: install hardhat 
Shell :: install netlify cli 
Shell :: install angular 9.1.7 
Shell :: ubuntu 20.04 bluetooth not turning on or working 
Shell :: docker remove all containers 
Shell :: certbot remove certificate for domain 
Shell :: set username git 
Shell :: docker install in centos u7 
Shell :: delete all docker images 
Shell :: jupyterlab docs 
ADD CONTENT
Topic
Content
Source link
Name
4+4 =