Horje
how to install sublime text arch linux Code Example
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 "\n[sublime-text]\nServer = https://download.sublimetext.com/arch/stable/x86_64" | sudo tee -a /etc/pacman.conf
sudo pacman -Syu sublime-text
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




Shell

Related
rejected master -> master (non-fast-forward) Code Example rejected master -> master (non-fast-forward) Code Example
show list of branches git Code Example show list of branches git Code Example
change commit author after push Code Example change commit author after push Code Example
convert p12 to pem Code Example convert p12 to pem Code Example
Pterodactyl installer Code Example Pterodactyl installer Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10