[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: DPKG-Liste kaputt



Sacher Khoudari <craesh@craesh.net> wrote:
> Andreas Metzler wrote:
>> apt-get --reinstall install `ls /usr/doc`
[...]

> Habs mal versucht, der macht aber ganz schöne Zicken:


> (02.07 09:55:07) root@dontpanic:/usr/doc# apt-get --reinstall install 
> `ls /usr/doc`
> Reading Package Lists... Done
> Building Dependency Tree... Done
> E: Couldn't find package FAQ
> (02.07 09:55:18) root@dontpanic:/usr/doc# mv FAQ .FAQ
> (02.07 09:55:24) root@dontpanic:/usr/doc# mv HOWTO .HOWTO

Das geht einfacher.
ls /usr/doc /usr/share/doc | sort -u > /tmp/paketliste
Dann aus /tmp/paketliste FAQ und HOWTO rausloeschen und mit
apt-get --reinstall install `cat /tmp/paketliste`
an apt verfuettern.

> (02.07 09:55:57) root@dontpanic:/usr/doc# apt-get --reinstall install 
> `ls /usr/doc`
> Reading Package Lists... Done
> Building Dependency Tree... Done
> Sorry, re-installation of libc6 is not possible, it cannot be downloaded.
> Sorry, re-installation of libc6-dev is not possible, it cannot be 
[...]

Du kannst natuerlich auch libc6 und libc6-dev weglassen. Irgendwas
stimmt nicht, die Version von libc6, die installiert ist, ist
momentan nicht ueber apt verfuegbar. - Hattest du vielleicht
security.d.o nicht mehr drin?
            cu andreas
-- 
Hey, da ist ein Ballonautomat auf der Toilette!
Unofficial _Debian-packages_ of latest unstable _tin_
http://www.logic.univie.ac.at/~ametzler/debian/tin-snapshot/



Reply to: