[FIXED] ROME missing dnf man page

Hello! A relatively minor discrepancy between wiki and installed environment.
https://wiki.openmandriva.org/en/distribution/guides/software-management/DNF
suggests “$ man dnf”, but

$ man dnf
No manual entry for dnf

  • OpenMandriva Lx version:

$ cat /etc/os-release
NAME=“OpenMandriva Lx”
VERSION=“25.01 (ROME) Rolling”
ID=“openmandriva”
VERSION_ID=“25.01”
PRETTY_NAME=“OpenMandriva Lx 25.01 (ROME) Rolling”
BUILD_ID=“20250131.11”
VERSION_CODENAME=“rome”

$ ls -l /usr/bin/dnf*
lrwxrwxrwx 1 root root 5 Dec 9 20:03 /usr/bin/dnf → dnf-3
-rwxr-xr-x 1 root root 1981 Dec 9 20:03 /usr/bin/dnf-3
lrwxrwxrwx 1 root root 5 Dec 9 20:03 /usr/bin/dnf4 → dnf-3
-rwxr-xr-x 1 root root 5363 Jan 9 2024 /usr/bin/dnfdragora
$ dnf --version
4.22.0

So, dnf is dnf-3. There is manual page for dnf4, which also links to dnf-3, which identifies as version 4. Works as intended, I guess, and anybody really reading manpages can figure that out, so no problems there - hey, even I could!

Also, the ‘offending’ suggestion is listed under quite sufficient description and --help works, but just an observation. And a reason to test forum interface. Thanks for reading!

2 Likes

Hello,

Fixed, thank you.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.