Livejournal
Log in
Post
Friends
My journal
ehowton
Clean up orphaned files for SLES 11 -> 12 -> 15 upgrade
Jun 04, 2021 10:25
zypper pa --orphaned > /tmp/orphaned-packages.txt
for x in `cat /tmp/orphaned-packages.txt | awk '{print $5}' | xargs` ; do zypper remove -y $x; done
reboot
linux
Leave a comment
Previous post
Next post
Up