How do I download rich text?

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

Was this solution helpful to you?

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:

Just Added Q & A:

Find solution

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.