Horje
Sublime Text install Ubuntu/Debian Code Example
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




Shell

Related
The application could not be installed: INSTALL_FAILED_CONFLICTING_PROVIDER Code Example The application could not be installed: INSTALL_FAILED_CONFLICTING_PROVIDER Code Example
Postman Collection Format v1 is no longer supported and can not be imported directly. You may  convert your collection to Format v2  and try importing again. Code Example Postman Collection Format v1 is no longer supported and can not be imported directly. You may convert your collection to Format v2 and try importing again. Code Example
git clone repository Code Example git clone repository Code Example
how to delay a script from running linx terminal Code Example how to delay a script from running linx terminal Code Example
nvidia open source driver arch linux Code Example nvidia open source driver arch linux Code Example

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