What a new user needs to know after installing OpenMandriva?

Edit: Thanks for the suggestions @jfmherokiller. For AMD graphics no driver install should be needed. The kernel or systemd (I think) should pick the correct kernel module.

If I understand correctly for users with supported hardware for the latest nvidia driver you install it with:

sudo dnf in nvidia

You will need to have the compatible kernel installed but we upgrade kernel and then upgrade nvidia right after new kernel. Edit: Anyway if you don’t have the correct kernel dnf won’t install it. It will tell you what you need.

Or perhaps better for most folks:

Edit: The module in OM-Welcome will not install if you do not have the correct kernel.

a way to bypass needing a specific kernel is to allow for dkms modules if such a thing is allowed.

Don’t know for sure. I recall that dkms does not work so well in OMLx.

I did not find the GUI Updater in my newly-installed ROME Xfce spin. I wonder if the software GUI application would also update all the packages as well.

I don’t know what’s the default GUI updater in xfce but we strongly suggest to upgrade ROME from console/terminal

$ sudo dnf clean all ; dnf clean all ; dnf repolist
$ sudo dnf --refresh --allowerasing distro-sync
2 Likes

Just trying to clear up something here. We only use the --allowerasing the first time? After that it is
$ sudo dnf clean all ; dnf clean all ; dnf repolist
$ sudo dnf --refresh distro-sync

–allowerasing

Allow erasing of installed packages to resolve dependencies. This option could be used as an alternative to the dnf swap command where packages to remove are not explicitly defined.

In OMLx systems this is usually needed if some package will not upgrade because the package name changed. This allows for dnf to remove the old package and install the new package. I do recommend that users pay attention to what --allowerasing or dnf autoremove remove just in case.

Now everyone read this, there will be a quiz at 10:00 sharp. :rofl:

Fedora DNF Command Reference

Edit: Actually that is a good thing to bookmark if one intends to use OMLx for daily system.

1 Like

One thing that maybe an annoyance if you come from other package managers. The default when using dnf is n for most other pakage managers it’s y i think when i tried fedora i was able to change the behavior. Just a small thing to help pacman and especially apt users feel more at home.

1 Like

@richp /etc/dnf/dnf.conf

add the following line

defaultyes=True

2 Likes

I hope that changes the default from having to type y to only having to press enter.

This is speculation until I know more: You do not want something automatically saying yes to rpm dialogs like say an upgrade to shadow which might install a new empty /etc/shadow leaving user with no users or passwords including root password. This is fixable but for non-technical users it is a freak out. User needs to select to keep the existing file regardless of what rpm makes the default. (Unless the user does not need users or passwords…)

1 Like

From what I see, it changes the default y/N to Y/n

@richp @WilsonPhillips I’m not sure to get the point of this change :thinking:

The “default” not always is the same, depending on the package/s.

Changing default to all Y for such sensible configs like /etc/group /etc/gshadow /etc/passwd /etc/shadow and users blindly push Enter key or go with “default” will lead to serious problems.
Example of one of the gazillions warning we publish
ROME major upgrade expected - #10 by rugyada

Did I miss anything obvious?

1 Like