This simple tutorial will show you how to install Sublime Text 2 in
Ubuntu 13.04 Raring Ringtail using a ppa repository. The PPA provides
the .DEB packages which .deb will automatically download the latest
build from Sublime Text 2 Dev Builds web page and install it on your
system.
The ppa repository also support for Ubuntu 12.10 Quantal, 12.04 Precise, 11.10 Oneiric, 10.04 Lucid, and even 11.04 Natty, 10.10 Maverick.
To get started, press “Ctrl+Alt+T” to open terminal, copy and paste following commands and run one by one.
1. Add the ppa repository via command:
2. Then update the app repository:
Enjoy!
The ppa repository also support for Ubuntu 12.10 Quantal, 12.04 Precise, 11.10 Oneiric, 10.04 Lucid, and even 11.04 Natty, 10.10 Maverick.
To get started, press “Ctrl+Alt+T” to open terminal, copy and paste following commands and run one by one.
1. Add the ppa repository via command:
sudo add-apt-repository ppa:webupd8team/sublime-text-2
2. Then update the app repository:
sudo apt-get update3. Now download and install Sublime Text 2 via:
sudo apt-get install sublime-textOr install the development version:
sudo apt-get install sublime-text-devOnce installed, you’ll find it in the Unity Dash Home.
Enjoy!
0 comments:
Post a Comment