PDA

View Full Version : Where to find .deb files to rebuild Knoppix?



tinmith
01-21-2004, 09:32 AM
Hi,

I just recently installed some new packages and got into a dependency problem, and so accidentally installed some older XFree86 packages.

So now I want to reinstall the original files that I had before. The problem is that the xlibmesa-gl-dev package is version 4.3.0-0ds4 and this package is no longer available at the original APT repository that served it out. Instead the author recommends that you use other packages moved to debian.org, but they have a different version number.

So is there anywhere I can download 4.3.0-0ds4 packages? Is there a server somewhere that stores a copy of each package that Knoppix was built from?

The problem I have right now is I can't repair my system because the .deb files have been taken offline, and so now my system is sort of screwed and I don't really want to reinstall everything.

Thanks for your help,

Wayne

EmDee
01-21-2004, 04:04 PM
I'd suggest http://packages.debian.org

Stephen
01-21-2004, 07:45 PM
Hi,

I just recently installed some new packages and got into a dependency problem, and so accidentally installed some older XFree86 packages.

So now I want to reinstall the original files that I had before. The problem is that the xlibmesa-gl-dev package is version 4.3.0-0ds4 and this package is no longer available at the original APT repository that served it out. Instead the author recommends that you use other packages moved to debian.org, but they have a different version number.

So is there anywhere I can download 4.3.0-0ds4 packages? Is there a server somewhere that stores a copy of each package that Knoppix was built from?

The problem I have right now is I can't repair my system because the .deb files have been taken offline, and so now my system is sort of screwed and I don't really want to reinstall everything.

Thanks for your help,

Wayne

If you have not cleaned the /var/cache/apt/archives and had installed before the packages were moved from that location and had done an apt-get update/upgrade then the packages that were downloaded are still in the archive directory. You would change to the archives directory and use dpkg -i whole_bunch_of_packages to install them.

tinmith
01-21-2004, 11:48 PM
The packages I am looking for were not downloaded as part of an upgrade, they were installed onto the CD image and there are no package files available. Many of the particular .deb files that Knoppix uses are not part of Debian unstable/testing, and so Knoppix uses .deb files put together by others. For example, the 4.3.0-0ds4 series of deb files were originally hosted at penguinppc.org (and apt was setup to point to this) - the author then decided to get rid of them because newer ones are now on debian.org in experimental. But now the originals are gone and you either must upgrade all of your X setup to 4.3.0-xxxx or you are stuck because you can't get to the packages Knoppix was made from. www.apt-get.org doesn't have anything either, the links are broken cos the author doesn't host them anymore.

If APT can't see the packages that were installed it will try to upgrade and break everything. I just spent four hours yesterday where APT decided to remove some packages and everything died. I've managed to get it reinstalled again but who knows how much stuff is busted now. Having a complete APT archive of all of Knoppix's packages would be nice, and it would also make upgrading to a new Knoppix release easier because you just point APT at it and upgrade away.