I changed the repos in my Cauldron installation from cauldron to mageia. I don't recall of anything else to switch Cauldron to the current release, nor do I find anything in the wikl.
It appears that the system switched to Mageia 10, and it is shown up as Mageia 10 by osprober of Mageia 8. Note that I used and use exclusively dnf as package manager.
See here
- Code: Select all
[root@mga9-alpha ~]# dnf repolist
repo id repo name
mageia-x86_64 Mageia 10 - x86_64
mageia-x86_64-nonfree Mageia 10 - x86_64 - Nonfree
mageia-x86_64-tainted Mageia 10 - x86_64 - Tainted
updates-x86_64 Mageia 10 - x86_64 - Updates
updates-x86_64-nonfree Mageia 10 - x86_64 - Nonfree - Updates
updates-x86_64-tainted Mageia 10 - x86_64 - Tainted - Updates
[root@mga9-alpha ~]#
[root@mga9-alpha ~]# dnf upgrade --refresh
Mageia 10 - x86_64 - Nonfree 65 B/s | 58 B 00:00
Error: Failed to download metadata for repo 'mageia-x86_64-nonfree': Cannot prepare internal mirrorlist: No URLs in mirrorlist
Mageia 10 - x86_64 - Nonfree - Updates 63 B/s | 58 B 00:00
Error: Failed to download metadata for repo 'updates-x86_64-nonfree': Cannot prepare internal mirrorlist: No URLs in mirrorlist
Mageia 10 - x86_64 - Tainted 65 B/s | 58 B 00:00
Error: Failed to download metadata for repo 'mageia-x86_64-tainted': Cannot prepare internal mirrorlist: No URLs in mirrorlist
Mageia 10 - x86_64 - Tainted - Updates 65 B/s | 58 B 00:00
Error: Failed to download metadata for repo 'updates-x86_64-tainted': Cannot prepare internal mirrorlist: No URLs in mirrorlist
Mageia 10 - x86_64 64 B/s | 58 B 00:00
Error: Failed to download metadata for repo 'mageia-x86_64': Cannot prepare internal mirrorlist: No URLs in mirrorlist
Mageia 10 - x86_64 - Updates 65 B/s | 58 B 00:00
Error: Failed to download metadata for repo 'updates-x86_64': Cannot prepare internal mirrorlist: No URLs in mirrorlist
Ignoring repositories: mageia-x86_64-nonfree, updates-x86_64-nonfree, mageia-x86_64-tainted, updates-x86_64-tainted, mageia-x86_64, updates-x86_64
Dependencies resolved.
Nothing to do.
Complete!
[root@mga9-alpha ~]#
[root@mga9-alpha ~]# dnf upgrade --releasever=9 --refresh
Mageia 9 - x86_64 - Nonfree 1.2 kB/s | 2.0 kB 00:01
Mageia 9 - x86_64 - Nonfree - Updates 826 B/s | 1.5 kB 00:01
Mageia 9 - x86_64 - Tainted 225 B/s | 1.5 kB 00:06
Mageia 9 - x86_64 - Tainted - Updates 1.1 kB/s | 1.5 kB 00:01
Mageia 9 - x86_64 452 B/s | 2.5 kB 00:05
Mageia 9 - x86_64 - Updates 1.1 kB/s | 1.5 kB 00:01
Dependencies resolved.
Nothing to do.
Complete!
[root@mga9-alpha ~]#
[root@mga9-alpha ~]# cat /etc/system-release
Mageia release 10 (Cauldron) for x86_64
[root@mga9-alpha ~]#
[root@mga9-alpha ~]#
- Code: Select all
[root@mga9-alpha ~]# rpm -qa | grep -v mga9
gpg-pubkey-80420f66-4d4fe123
lsb-release-3.1-6.mga10
meta-task-10-0.1.mga10
Best regards,
Bequimão
Edit: Added a 2nd code block