Alejandro Colomar <[email protected]> writes: > Hmm, I'll try! How does it compare to piping to less as this?: > > $ info libc | less; > > BTW, to someone who doesn't know perl, how do I install the File::Which > module?
On Debian:
$ sudo apt install libfile-which-perl
On Fedora:
$ sudo dnf install perl-File-Which
You could also install it through 'cpan' but that is more effort.
Collin
