ubuntu command

Alan Mckinnon alan at linuxholdings.co.za
Thu Aug 24 11:08:41 UTC 2006


On Thu, 2006-08-24 at 11:08 +0200, Patrick Delport wrote:



> Hi There I have found a ubuntu tutorial on howtoforge.com and on page
> 4 there is a command “apt-get install binutils cpp cpp-4.0 fetchmail
> flex gcc gcc-4.0 libarchive-zip-perl libc6-dev libcompress-zlib-perl
> libdb4.3-dev libpcre3 libpopt-dev linux-kernel-headers lynx m4 make
> ncftp nmap openssl perl perl-modules unzip zip zlib1g-dev autoconf
> automake1.9 libtool bison autotools-dev”…I cant get this command to
> work..i have been told it mite be a dependency problem an dthat I
> could install it 1 by 1.

Possibly one of two things:

1. You are trying to run it as a user, which won't work, it has to be
run as root. You have to put "sudo" in front of the howl thing like so:

"sudo apt-get install binutils cpp ....."

When it asks for a password, supply your own user password

2. One of those package is named wrongly, or can;t be installed or
whatever. Do this:

sudo apt-get install binutils
sudo apt-get install cpp

etc, etc through the whole list.

alan

p.s. to get a speedy reply to your questions, it always helps if you say
exactly what error you get with commands. Otherwise folk tend to ignore
your question as you don't give enough information to be properly
helped. After a while it gets easier and you begin to get an idea of
what kind of info you should be providing. In general, we want to know

- what you are trying to accomplish
- what you did so far
- what you already tried yourself to figure out the problem
- what documents you already read about this, and what you found on
google etc
- the exact command you run, and the error you get. The easiest way to
do this is to copy paste the output from the command into a mail.





More information about the ubuntu-users mailing list