Gargi
28.12.2007, 14:40
Ein einfacher Befehl schreibt alle Pakete in eine Datei, die auf einem rpm-basiertem System (Opensuse, Fedora etc.) installiert sind. Hierbei werden auch die Versionsnummern angezeigt:
rpm -qa > liste.txt
jakarta-commons-el-1.0-42
desktop-translations-10.1-66
libtool-32bit-1.5.22-34
regexp-1.3-41
update-desktop-files-10.1-66
compat-openssl097g-0.9.7g-33
libexif-0.6.14-18
lua-libs-5.1.1-20
rcs-5.7-898
joe-3.5-20
dbus-1-32bit-1.0.0-7
...
...
...
cu
Gargi
rpm -qa > liste.txt
jakarta-commons-el-1.0-42
desktop-translations-10.1-66
libtool-32bit-1.5.22-34
regexp-1.3-41
update-desktop-files-10.1-66
compat-openssl097g-0.9.7g-33
libexif-0.6.14-18
lua-libs-5.1.1-20
rcs-5.7-898
joe-3.5-20
dbus-1-32bit-1.0.0-7
...
...
...
cu
Gargi