LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Need help installing drivers (https://www.linuxquestions.org/questions/linux-newbie-8/need-help-installing-drivers-651480/)

julieb 06-25-2008 02:35 AM

Need help installing drivers
 
I have just loaded Ubuntu 8.04 and trying to get a dialup modem to work.
I have tried to install a linuxant driver and am getting an error message:
error: Dependency is not satisfiable: libc6-dev
I went back to their site and I need to have the gcc, make and linux-header packages installed.
Is there any way I can check if these are actually installed.

This is my first foray into Linux so please be gentle.

BobNutfield 06-26-2008 11:45 AM

Type in a terminal:

Quote:

sudo apt-get install build-essentials
That should give you all you need to install software from source.

BobNutfield 06-26-2008 11:49 AM

Sorry, it is:

Quote:

sudo apt-get install build-essential
No "s" at the end. Been a while since I installed it. Welcome to LQ, by the way. Be sure to sign up for the Ubuntu forum as well as it is very active and there is a tremendous amount of information available for modem installation.

Bob


All times are GMT -5. The time now is 03:04 PM.