• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

[gelöst] Wie kriege ich vor Installation eine Liste <rpm

Hallo,

wie kriege ich vor der Installation eine Liste der Files, die in einem rpm-Paket enthalten sind?

rpm -l Paketname.rpm
bringt nur eine Fehlermeldung (unbekannte option)...
 
A

Anonymous

Gast
man rpm schrieb:
QUERYING AND VERIFYING PACKAGES:
rpm {-q|--query} [select-options] [query-options]

-p, --package PACKAGE_FILE
Query an (uninstalled) package PACKAGE_FILE. The PACKAGE_FILE may be specified as an
ftp or http style URL, in which case the package header will be downloaded and
queried. See FTP/HTTP OPTIONS for information on rpm's internal ftp and http client
support. The PACKAGE_FILE argument(s), if not a binary package, will be interpreted
as an ASCII package manifest. Comments are permitted, starting with a '#', and each
line of a package manifest file may include white space separated glob expressions,
including URL's with remote glob expressions, that will be expanded to paths that are
substituted in place of the package manifest as additional PACKAGE_FILE arguments to
the query.


Greetz,

RM
 
A

Anonymous

Gast
Ja, offenbar.

Ich schreibs nochmal:

man rpm schrieb:
QUERYING AND VERIFYING PACKAGES:
rpm {-q|--query} [select-options] [query-options]

-p, --package PACKAGE_FILE
Query an (uninstalled) package PACKAGE_FILE. The PACKAGE_FILE may be specified as an
ftp or http style URL, in which case the package header will be downloaded and
queried. See FTP/HTTP OPTIONS for information on rpm's internal ftp and http client
support. The PACKAGE_FILE argument(s), if not a binary package, will be interpreted
as an ASCII package manifest. Comments are permitted, starting with a '#', and each
line of a package manifest file may include white space separated glob expressions,
including URL's with remote glob expressions, that will be expanded to paths that are
substituted in place of the package manifest as additional PACKAGE_FILE arguments to
the query.

Das hier hattest Du ja schon gefunden:

man rpm schrieb:
-l, --list
List files in package. If the -P option is also given, only patched files are shown.

Greetz,

RM
 
Oben