有launcher的安装方法
Add Sublime Text Repository
To start Sublime Text on Ubuntu 18.04 first add Sublime Text signing key and repository:
wget -qO - https://download.sublimetext.com/sublimehq-pub.gpg | sudo apt-key add -
sudo apt-add-repository "deb https://download.sublimetext.com/ apt/stable/"
Install Sublime Text on Ubuntu
Once the Sublime Text repository is in place enter the below command to install it:
sudo apt install sublime-text