On 2024-09-13 22:42, Lew Wolfgang wrote:
On 9/13/24 11:39, Carlos E. R. wrote:
On 2024-09-13 18:12, Lew Wolfgang wrote:
On 9/13/24 04:51, Carlos E. R. wrote:
On 2024-09-12 17:27, Lew Wolfgang wrote:
Hi Folks,
Hi Carlos, it was upgraded from the ISO on a USB thumbdrive..
Ok.
An Offline Upgrade.
This method can not upgrade everything (the ISO does not contain everything, not big enough). In the past it happened always, now it happens sometimes. Networking is not always active during the upgrade, repositories are not always active. The result in those cases is that not all packages get upgraded.
run this concoction:
rpm -q -a --queryformat "%{INSTALLTIME}\t%{INSTALLTIME:day} \ %{BUILDTIME:day} %-30{NAME}\t%15{VERSION}-%-7{RELEASE}\t%{arch} \ %25{VENDOR}%25{PACKAGER} == %{DISTRIBUTION} %{DISTTAG}\n" \ | sort | cut --fields="2-" | tee rpmlist \ | egrep -v "openSUSE Leap 15\.6|openSUSE_Leap_15.6|\-lp156|SUSE Linux Enterprise 15|openSUSE\ Leap\ 15.6" | less -S
Warning: I do not have 15.6 myself, so the strings could be wrong and may need adjusting.
The result will be a list of packages that do not belong to 15.6 and have to be inspected manually, and perhaps upgraded somehow.
Thanks Carlos, I'll give that a try in a bit. But the upgrade did have the external repositories enabled.
When I do an upgrade, I always make sure after with that concoction. -- Cheers / Saludos, Carlos E. R. (from 15.5 x86_64 at Telcontar)