Add our Sublime Text 2 Ubuntu PPA using the following commands:

sudo add-apt-repository ppa:webupd8team/sublime-text-2
sudo apt-get update


Then, install Sublime Text 2 stable build:

sudo apt-get install sublime-text


Or, to install Sublime Text 2 development build, use the following command:

sudo apt-get install sublime-text-dev


I've set up the PPA for personal use but of course, anyone can use it. If you find any bugs, please report them in the comments below.

相关文章:

  • 2021-04-12
  • 2022-12-23
  • 2021-12-31
  • 2022-02-02
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-01-23
  • 2022-12-23
  • 2021-11-26
  • 2021-09-17
  • 2021-12-01
  • 2021-11-29
相关资源
相似解决方案