Re: Missing RPMs from install

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

 



On Wed, 16 Oct 2002 23:22:18 -0400, Michael Fratoni wrote:

> rpm -Va just checks packages that are installed (or that rpm thinks
> are installed) on the system. All those missing files point to a
> problem of some sort, I'd guess. For each missing file, you can run
> rpm -qf file, to determine what package owns the file.

That can be automated:

  $ su -
  # rpm -qa | xargs -n 1 -t rpm -V &> rpm-Va.txt
  # $EDITOR rpm-Va.txt

Attachment: pgp00208.pgp
Description: PGP signature


[Index of Archives]     [Fedora General Discussion]     [Red Hat General Discussion]     [Centos]     [Kernel]     [Red Hat Install]     [Red Hat Watch]     [Red Hat Development]     [Red Hat 9]     [Gimp]     [Yosemite News]

  Powered by Linux