Hi. On Mon, Dec 02, 2019 at 07:28:41AM -0600, David Wright wrote: > On Mon 02 Dec 2019 at 05:50:29 (-0500), rhkra...@gmail.com wrote: > > On Monday, December 02, 2019 04:51:01 AM Gene Heskett wrote: > > > I have since discovered that they are already installed on this stretch > > > install, but man pages seem to be on missing list. Example: > > > gene@coyote:~$ man exfat-fuse > > > No manual entry for exfat-fuse > > > gene@coyote:~$ man exfat-utils > > > No manual entry for exfat-utils > > > gene@coyote:~$ man exfat > > > No manual entry for exfat > > > > Try googling for those man pages, then read them online. (Perhaps they > > won't > > be fully Debian specific, but should be a help. > > > > I found: > > > > https://www.systutorials.com/docs/linux/man/8-mount.exfat-fuse/ > > > > There are presumably others (I didn't really scan the google results). > > It looks as if Gene needs to install apt-file, which could have solved > both finding the package and locating its man pages simply with:
A simple "dpkg -L exfat-fuse | grep man " would suffice here, as the package is installed already. Also, "apropos exfat". Reco