Posted 2020-12-13
Rolling users will likely notice a major upgrade today. There should be over 2200 packages to download. This is result of developers doing a ‘cp cooker rolling’ in preparation of OM Lx 4.2 Beta release.
At the moment it appears that abf-downloads.openmandriva.org is not working but devs tell me that it actually is just slow because of massive updating to mirrors. Work is ongoing to make our mirroring situation better.
If you use the Index of /openmandriva/ mirror that one appears to be upgraded. I have done this upgrade with both x86_64 and zenver1 Rolling VM’s using the ibiblio mirror. It is necessary to use this command:
$ sudo dnf --allowerasing distro-sync
After which users may want to remove redundant packages with:
$ sudo dnf autoremove
Note: When using ‘dnf autoremove’ user should pay attention to what is being removed. If there is any doubt ask us. One trick to see if it is OK to remove certain packages is to run:
$ rpm -qa | grep >partial_package_name<
and see if there is a newer and older version of same package or packages. Also remember that even if some package gets removed that you need or want it is easy to reinstall that package. There is a dnf.log in /var/log that will tell you all dnf transactions.
Note-2: The “over 2200 packages to download” includes reinstalls. There is a bug in OM’s dnf package stack where it does not count reinstalled packages. The bug report for this was filed in August 2019.