I want to unminimize an image to install some tools (include manpages). All hits on the web say I need to run /usr/local/sbin/unminimize
, but that file doesn’t exist (I searched the entire filesystem).
Searching here for unminimze
turns up only two unrelated topics.
Installed apt-file
and did
root@37371a1be27e:/# apt-file search unminimize
herbstluftwm: /usr/share/doc/herbstluftwm/examples/unminimize.sh
libgtk-4-doc: /usr/share/doc/libgtk-4-doc/gtk4/method.Window.unminimize.html
Also
root@a7f4f8f698c6:/# dpkg -l man\*
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Architecture Description
+++-==============-============-============-===========================================
un man <none> <none> (no description available)
un man-browser <none> <none> (no description available)
ii man-db 2.11.2-2 amd64 tools for reading manual pages
ii manpages 6.03-2 all Manual pages about using a GNU/Linux system
un manpages-dev <none> <none> (no description available)
root@a7f4f8f698c6:/# mandb
Purging old database entries in /usr/share/man...
Processing manual pages under /usr/share/man...
Checking for stray cats under /usr/share/man...
Checking for stray cats under /var/cache/man...
Processing manual pages under /usr/local/man...
0 man subdirectories contained newer manual pages.
0 manual pages were added.
0 stray cats were added.
0 old database entries were purged.
root@a7f4f8f698c6:/# dpkg -L manpages
/.
/usr
/usr/share
/usr/share/doc
/usr/share/doc/manpages
/usr/share/doc/manpages/Changes.old.gz
/usr/share/doc/manpages/POSIX-MANPAGES
/usr/share/doc/manpages/TODO.Debian
/usr/share/doc/manpages/changelog.Debian.gz
/usr/share/doc/manpages/changelog.gz
/usr/share/doc/manpages/copyright
/usr/share/doc/manpages/man-addons.el
/usr/share/lintian
/usr/share/lintian/overrides
/usr/share/lintian/overrides/manpages
/usr/share/man
/usr/share/man/man1
/usr/share/man/man1/getent.1.gz
/usr/share/man/man1/iconv.1.gz
/usr/share/man/man1/intro.1.gz
/usr/share/man/man1/ldd.1.gz
/usr/share/man/man1/locale.1.gz
/usr/share/man/man1/localedef.1.gz
/usr/share/man/man1/memusage.1.gz
/usr/share/man/man1/memusagestat.1.gz
[snip]
root@a7f4f8f698c6:/# ls /usr/share/man/man1
root@a7f4f8f698c6:/#
Suggestions?