How do I download the Sublime text editor in Ubuntu?
-
I have already downloaded it and I have this file: Sublime Text 2.0.2 x64.tar.bz2 Isn't this the command to be run in terminal: sudo bash Sublime Text 2.0.2 x64.tar.bz2
-
Answer:
tar.bz2 is an archival + compression format like zip. So you need to "unzip" the file: tar -jxvf <filename> cd <new-folder-that-got-created> ./sublime_text Or you could double-click the file in Ubuntu's "Files" application and extract the contents, then double-click on the sublime_text executable.
Hariharan Iyer at Quora Visit the source
Other answers
A better option than to download sudo add-apt-repository ppa:webupd8team/sublime-text-3 sudo apt-get update sudo apt-get install sublime-text-installer
Kumar Bhot
A .deb package is available for debian(ubuntu) linux distros by sublime text http://www.sublimetext.com/3 or you can directly search it in the aptitude repository. No need to hassle with the tar file unless you want to customize it
Abhishek Rai
You can download executable file. Click to install on Ubuntu. http://www.sectortechno.com/2014/08/how-to-install-sublime-text-in-ubuntu.html
Shubhashish Shukla
This video will help you in installing sublime text editor it is a step by step guide.https://www.youtube.com/watch?v=xSPDf-9wP_k
Sharvin Shah
Related Q & A:
- How to build a basic rich text editor?Best solution by Stack Overflow
- How do I move the printed text to the top?Best solution by Stack Overflow
- How do I get yahoo toolbar, how do I download it?Best solution by Yahoo! Answers
- How do I change the default text and color in Yahoo mail?Best solution by Yahoo! Answers
- How do I set up a text message signature?Best solution by ChaCha
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.