How can I install emacs on Xubuntu , the command:
sudo apt-get install
doesn't work
|
One way to find out is navigate to the following URL in a browser: try your search there, of course you will need to select the appropriate version your using. This should give you a brief answer if the package is included for your version of ubuntu. Another easy way is to search on your local system if emacs is available in the PPA
This will search all of the packages in the ppa for the words emacs in the title. According to my response theres a few packages available.
So essentially you could try to
any of the above packages. |
|||
|
|
|
Xubuntu includes the Synaptic Package Manager by default. Please go to the menu, System, Synaptic Package Manager, and search on EMACS. It will guide you to the correct applications. |
|||
|
|
sudo apt-get install emacsdoes what? what terminal output do you see? Which version of xubuntu are you using? – fossfreedom♦ Mar 6 '12 at 12:57apt-get. You should be able to fix that withsudo apt-get install bash-completion. – tripleee Jan 23 at 8:40