This article covers:
- configuring yum/dnf repositories
- installing codecs and other tools
- configuring the system clock
Configuring yum/dnf repositories
dnf config-manager --set-enabled mageia-x86_64-nonfree updates-x86_64-nonfree mageia-x86_64-tainted updates-x86_64-tainted
Side note: Use dnf repolist to show the currently activated repositories and ll /etc/yum.repos.d/ to show all available repositories.
Installing codecs and other things
Now, upgrade your packages and install some multimedia packages (which will install the codecs automatically):
dnf distro-sync
dnf install vlc mplayer
And install other tools as needed, e. g.:
dnf install thunderbird keepassxc rhythmbox fbreader encfs meld git subversion mercurial easytag cdparanoia
dnf install zim --setopt=install_weak_deps=False
Setting the system clock
Open the Mageia Control Center (MCC) and select “System | Set date and time” and activate the network time protocol (NTP) and select a server near you and make sure the time zone is set correctly.