LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Ubuntu (https://www.linuxquestions.org/questions/ubuntu-63/)
-   -   No make package in Ubuntu? (https://www.linuxquestions.org/questions/ubuntu-63/no-make-package-in-ubuntu-442232/)

dragon 05-06-2006 11:34 AM

No make package in Ubuntu?
 
Just recently install ubuntu 5.10 in my laptop. Tried to install emacs. But found that ubuntu doesn't have make, gcc packages. Is it true? or I made some mistakes.

reddazz 05-06-2006 11:36 AM

The default Ubuntu installation is really barebones (gnome and base system) so you need to install development tools and other apps from online repos using apt.

aysiu 05-06-2006 12:39 PM

Code:

sudo apt-get update
sudo apt-get install build-essential


dragon 05-06-2006 09:01 PM

Thanks, guys.

IBall 05-06-2006 09:26 PM

Out of curiosity, are you trying to build emacs from source?

You can install it using apt: "sudo apt-get install emacs21"

--Ian

dragon 05-06-2006 09:41 PM

can't find package emacs21?

IBall 05-06-2006 09:46 PM

Quote:

Originally Posted by dragon
can't find package emacs21?

That is what it is called on my system. Try "apt-cache search emacs". You may need to enable the universe repository in /etc/apt/sources.list and then run "sudo apt-get update" first.

--Ian


All times are GMT -5. The time now is 10:36 PM.