Existe uma maneira de ver se um rpm foi instalado manualmente ou instalado a partir de um repo?

3

O título resume bastante, mas estou procurando um comando rpm ou yum para ver se um pacote instalado foi instalado a partir dos repositórios (se repo, qual repo?) ou manualmente.

    
por cat pants 15.02.2012 / 01:50

1 resposta

0

rpm -qai | grep

exemplo:

rpm -qai |grep -9 wget
restore individual files (or all of the files) from that archive. Tar
can also be used to add supplemental files to an archive and to update
or list files in the archive. Tar includes multivolume support,
automatic archive compression/decompression, the ability to perform
remote archives, and the ability to perform incremental and full
backups.

If you want to use tar for remote backups, you also need to install
the rmt package.
Name        : wget                         Relocations: (not relocatable)
Version     : 1.12                              Vendor: CentOS
Release     : 1.4.el6                       Build Date: Wed Aug 25 04:53:32 2010
Install Date: Sun Jul 10 18:23:54 2011         Build Host: c6b3.bsys.dev.centos.org
Group       : Applications/Internet         Source RPM: wget-1.12-1.4.el6.src.rpm
Size        : 1877597                          License: GPLv3+ and GFDL
Signature   : RSA/8, Sun Jul  3 01:05:14 2011, Key ID 0946fca2c105b9de
Packager    : CentOS BuildSystem <http://bugs.centos.org>
URL         : http://wget.sunsite.dk/
Summary     : A utility for retrieving files using the HTTP or FTP protocols
Description :
GNU Wget is a file retrieval utility which can use either the HTTP or
FTP protocols. Wget features include the ability to work in the
background while you are logged out, recursive retrieval of
directories, file name wildcard matching, remote file timestamp
storage and comparison, use of Rest with FTP servers and Range with
HTTP servers to retrieve files over slow or unstable connections,
support for Proxy servers, and configurability.
    
por 15.03.2012 / 02:19

Tags