
Am Freitag, 26. Februar 2021, 08:07:26 CET schrieb Werner LEMBERG:
Folks,
triggered by my desktop problems reported in previous mails, I wonder how can I save the list of currently installed packages so that a complete reinstallation (i.e., not using `zypper dup`) of 15.2 makes use this list?
Werner
run the following command, doesn't even have to be root: rpm -qa --queryformat=%{NAME}\\n > packages.txt then, install your system. after that, run "zypper in $(<packages.txt)" That can leave you with some stuff installed that you did not have before the reinstall - create a new list of installed packages, and compare the two lists after sorting them both alphabetically. Kompare works well for this. Cheers Mathias -- Mathias Homann Mathias.Homann@openSUSE.org OBS: lemmy04 Jabber (XMPP): lemmy@tuxonline.tech IRC: [Lemmy] on freenode and ircnet (bouncer active) telegram: https://telegram.me/lemmy98 keybase: https://keybase.io/lemmy gpg key fingerprint: 8029 2240 F4DD 7776 E7D2 C042 6B8E 029E 13F2 C102