Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

bash: apt-get: command not found

Linux Kernel, Network, and Services configuration.
Post Reply
Message
Author
podrik0

bash: apt-get: command not found

#1 Post by podrik0 »

I required my internet to work, which I have to install drivers for seperetly...

I go to ./configure and then:

checking how to run the C preprocessor... /lib/cpp
configure: error: C preprocessor "/lib/cpp" fails sanity check

So assume I need to build essential then get:
lib/cpp" fails sanity check
bash: apt-get: command not found

What is going on? I urgently need to resolve this for internet access!!!
THANK YOU!

User avatar
dawgie
Posts: 430
Joined: 2004-06-16 21:30
Location: New Hampshire USA

Re: bash: apt-get: command not found

#2 Post by dawgie »

podrik0 wrote: bash: apt-get: command not found

What is going on? I urgently need to resolve this for internet access!!!
THANK YOU!
Apt is used as a front-end to debian dpkg.
Does dpkg work?
You can download apt (and related packages) here:
http://packages.debian.org/stable/base/apt
then do a:
dpkg -i apt_0.5.28.6_i386.deb
and also for needed depends.
apt-get -f install
should clean up missing packages.
I am not sure what you have for sources from your post.

-Bob

Post Reply