How to remove missing packages from rpm database?
From: Alex Daniloff <alex@daniloff.com> Date: Tue, 5 Dec 2000 11:01:50 -0800 Message-Id: <00120511124900.04612@gate> Subject: How to remove missing packages from rpm database? Hello Linux folkz, Today I did rpm --verify -a > somefile.txt I saw a lot of missing packages which I previously removed myself manually. For example: missing /usr/src/linux-2.2.16/include missing /usr/src/linux-2.2.16/include/asm missing /usr/src/linux-2.2.16/include/asm-alpha missing /usr/src/linux-2.2.16/include/asm-alpha/a.out.h missing /usr/src/linux-2.2.16/include/asm-alpha/asm_offsets.h missing /usr/src/linux-2.2.16/include/asm-alpha/atomic.h missing /usr/src/linux-2.2.16/include/asm-alpha/bitops.h missing /usr/src/linux-2.2.16/include/asm-alpha/bugs.h missing /usr/src/linux-2.2.16/include/asm-alpha/byteorder.h missing /usr/src/linux-2.2.16/include/asm-alpha/cache.h missing /usr/src/linux-2.2.16/include/asm-alpha/checksum.h missing /usr/src/linux-2.2.16/include/asm-alpha/compiler.h I'm using linux-2.2.17 kernel and I don't need any messages that previous kernel 2.2.16 I removed manually is missing now. Could somebody tell me please how to remove notation about missing packages from rpm database when I do verification of installed packages Thank you in advance. Alex
Date: Tue, 5 Dec 2000 22:18:44 +0100 (CET) From: Lenz Grimmer <grimmer@suse.de> Message-ID: <Pine.LNX.4.30.0012052217280.32423-100000@wiles.suse.de> Subject: Re: [SLE] How to remove missing packages from rpm database? Hi, On Tue, 5 Dec 2000, Alex Daniloff wrote:
Today I did rpm --verify -a > somefile.txt I saw a lot of missing packages which I previously removed myself manually. For example:
missing /usr/src/linux-2.2.16/include missing /usr/src/linux-2.2.16/include/asm missing /usr/src/linux-2.2.16/include/asm-alpha missing /usr/src/linux-2.2.16/include/asm-alpha/a.out.h missing /usr/src/linux-2.2.16/include/asm-alpha/asm_offsets.h missing /usr/src/linux-2.2.16/include/asm-alpha/atomic.h missing /usr/src/linux-2.2.16/include/asm-alpha/bitops.h missing /usr/src/linux-2.2.16/include/asm-alpha/bugs.h missing /usr/src/linux-2.2.16/include/asm-alpha/byteorder.h missing /usr/src/linux-2.2.16/include/asm-alpha/cache.h missing /usr/src/linux-2.2.16/include/asm-alpha/checksum.h missing /usr/src/linux-2.2.16/include/asm-alpha/compiler.h
I'm using linux-2.2.17 kernel and I don't need any messages that previous kernel 2.2.16 I removed manually is missing now. Could somebody tell me please how to remove notation about missing packages from rpm database when I do verification of installed packages
Looks like the kernel include files RPM "lincude" is still installed, even though you removed the files manually. Try to remove linclude. Bye, LenZ -- ------------------------------------------------------------------ Lenz Grimmer SuSE GmbH mailto:grimmer@suse.de Schanzaeckerstr. 10 http://www.suse.de/~grimmer/ 90443 Nuernberg, Germany To climb a ladder, you begin with the bottom rung.
From: Jerry Kreps <jerrykreps@jlkreps.net> Date: Tue, 5 Dec 2000 17:07:59 -0600 Message-Id: <0012051707590A.03376@JLKreps> Subject: Re: [SLE] How to remove missing packages from rpm database? Perhaps rpm --rebuilddb ??? <p>On Tuesday 05 December 2000 13:01, Alex Daniloff wrote:
Hello Linux folkz, Today I did rpm --verify -a > somefile.txt I saw a lot of missing packages which I previously removed myself manually. For example:
missing /usr/src/linux-2.2.16/include missing /usr/src/linux-2.2.16/include/asm missing /usr/src/linux-2.2.16/include/asm-alpha missing /usr/src/linux-2.2.16/include/asm-alpha/a.out.h missing /usr/src/linux-2.2.16/include/asm-alpha/asm_offsets.h missing /usr/src/linux-2.2.16/include/asm-alpha/atomic.h missing /usr/src/linux-2.2.16/include/asm-alpha/bitops.h missing /usr/src/linux-2.2.16/include/asm-alpha/bugs.h missing /usr/src/linux-2.2.16/include/asm-alpha/byteorder.h missing /usr/src/linux-2.2.16/include/asm-alpha/cache.h missing /usr/src/linux-2.2.16/include/asm-alpha/checksum.h missing /usr/src/linux-2.2.16/include/asm-alpha/compiler.h
I'm using linux-2.2.17 kernel and I don't need any messages that previous kernel 2.2.16 I removed manually is missing now. Could somebody tell me please how to remove notation about missing packages from rpm database when I do verification of installed packages Thank you in advance. Alex
-- Scientific theories, according to Sir Karl Popper, can be "falsified," or proven wrong, by experiment. Unscientific theories -Marxist dialectical history and Freudian psychology were Popper's favorites- are formed in such a way that they cannot be falsified by data.
Date: Tue, 5 Dec 2000 15:42:08 -0800 (PST) From: Greg Thomas <ethant@pacificnet.net> Message-ID: <Pine.LNX.4.21.0012051539380.3227-100000@hominy.2fortheroad.net> Subject: Re: [SLE] How to remove missing packages from rpm database? On Tue, 5 Dec 2000, Jerry Kreps wrote:
Perhaps rpm --rebuilddb ???
Probably not. His rpm database appears to be fine as it is showing the packages that he removed manually. If one deletes a bunch of stuff without using rpm then rpm still thinks those files should be there and lists them as missing. I believe rpm --rebuilddb just fixes errors in the database. Greg
On Tuesday 05 December 2000 13:01, Alex Daniloff wrote:
Hello Linux folkz, Today I did rpm --verify -a > somefile.txt I saw a lot of missing packages which I previously removed myself manually. For example:
missing /usr/src/linux-2.2.16/include missing /usr/src/linux-2.2.16/include/asm missing /usr/src/linux-2.2.16/include/asm-alpha missing /usr/src/linux-2.2.16/include/asm-alpha/a.out.h missing /usr/src/linux-2.2.16/include/asm-alpha/asm_offsets.h missing /usr/src/linux-2.2.16/include/asm-alpha/atomic.h missing /usr/src/linux-2.2.16/include/asm-alpha/bitops.h missing /usr/src/linux-2.2.16/include/asm-alpha/bugs.h missing /usr/src/linux-2.2.16/include/asm-alpha/byteorder.h missing /usr/src/linux-2.2.16/include/asm-alpha/cache.h missing /usr/src/linux-2.2.16/include/asm-alpha/checksum.h missing /usr/src/linux-2.2.16/include/asm-alpha/compiler.h
I'm using linux-2.2.17 kernel and I don't need any messages that previous kernel 2.2.16 I removed manually is missing now. Could somebody tell me please how to remove notation about missing packages from rpm database when I do verification of installed packages Thank you in advance. Alex
-- Scientific theories, according to Sir Karl Popper, can be "falsified," or proven wrong, by experiment. Unscientific theories -Marxist dialectical history and Freudian psychology were Popper's favorites- are formed in such a way that they cannot be falsified by data.
-- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq
participants (4)
-
alex@daniloff.com
-
ethant@pacificnet.net
-
grimmer@suse.de
-
jerrykreps@jlkreps.net