apt-get is being a pain in the u know where with libc6
Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Distribution: Damn Small Linux, KateOs, M$ Ickdows Vista, My own OS
Posts: 2,094
Rep:
apt-get is being a pain in the u know where with libc6
Ok, i am trying to install this program that wants an upgraded version
of glibc6 (even though my current version of glibc6 will most likly work fine).
so APT-GET is complaining and trying to update glibc6 but i dont have the right kernel version and not enough disk space.
how do i install the package without upgrading glibc?
Apt-get doesn't suck ass. You don't know how to use it and you don't know what a bad idea trying to mix oldoldoldstable with stable is. You can't possibly expect things to work right.
I'm not sure if dpkg will let you downgrade packages, but you could manually download the woody .debs and use "dpkg -i" to install them. Try it.
Distribution: Damn Small Linux, KateOs, M$ Ickdows Vista, My own OS
Posts: 2,094
Original Poster
Rep:
i have been googling and cannot find the woody version of glibc in .deb only in source gz
and they said its hard to compile and takes a long time and that scared me .
Distribution: Damn Small Linux, KateOs, M$ Ickdows Vista, My own OS
Posts: 2,094
Original Poster
Rep:
Code:
root@box:/etc/apt# more sources.list
#deb http://ftp.de.debian.org/debian lenny main
deb http://archive.debian.org/debian-archive/debian woody contrib non-free
#deb http://mirror.aarnet.edu.au/debian oldstable main contrib non-free
#deb http://mirror.linux.org.au/debian all main contrib non-free
and yes, i am always logged in as root, and no i have never done rm -r /* .
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.