Not sure if I found a bug or if I’m missing something about how MicroOS works.
ansible@homeserver:~> zypper se --installed-only '/man-pages|coreutils-doc/'
Loading repository data...
Reading installed packages...
S | Name | Summary | Type
---+---------------+------------------------------------------+--------
i+ | coreutils-doc | Documentation for the GNU Core Utilities | package
i+ | man-pages | Linux Manual Pages | package
ansible@homeserver:~> echo $MANPATH
/usr/local/man:/usr/share/man
ansible@homeserver:~> man ls
No manual entry for ls
ansible@homeserver:~> rpm -ql coreutils-doc | grep ls
/usr/share/info/coreutils.info.gz
/usr/share/man/man1/false.1.gz
/usr/share/man/man1/ls.1.gz
ansible@homeserver:~> find /usr/ -name 'ls.1.gz'
ansible@homeserver:~> ls -l /usr/share/man/man1/
total 0
There are zero files installed in all of /usr/share/man and the coreutils-doc and man-pages packages are shown as installed. Tried re-installing using the transaction-update shell
to remove and then reinstall and reboot. Still no files. Also tried running (inside a transactional-update shell) # mandb -c /usr/share/man
and got
..... (lots of output)
300 man subdirectories contained newer manual pages.
0 manual pages were added.
0 stray cats were added.
ansible@homeserver:~> cat /etc/os-release
NAME="openSUSE MicroOS"
# VERSION="20230119"
ID="opensuse-microos"
ID_LIKE="suse opensuse opensuse-tumbleweed"
VERSION_ID="20230119"
PRETTY_NAME="openSUSE MicroOS"
ANSI_COLOR="0;32"
CPE_NAME="cpe:/o:opensuse:microos:20230119"
BUG_REPORT_URL="https://bugs.opensuse.org"
HOME_URL="https://www.opensuse.org/"
DOCUMENTATION_URL="https://en.opensuse.org/Portal:MicroOS"
LOGO="distributor-logo-MicroOS"
Any ideas? Thanks!