User:Crazyh/Sublime Text

From ArchWiki

Sublime Text is a sophisticated text editor for code, markup and prose.

Although it is possible to install bleeding-edge release of Sublime Text via sublime-text-devAUR, official packages, package repositories and instructions for pacman are provided.

Installation

Install the GPG key:

# 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

Select the channel to use:

# echo -e "\n[sublime-text]\nServer = https://download.sublimetext.com/arch/stable/x86_64" | sudo tee -a /etc/pacman.conf

or

# echo -e "\n[sublime-text]\nServer = https://download.sublimetext.com/arch/dev/x86_64" | sudo tee -a /etc/pacman.conf

Update pacman and install Sublime Text:

# sudo pacman -Syu sublime-text