I have htop installed via snap, but apparently the man page (man htop) is not installed. Is it possible to install this?
1 Answer
The man-page for Snap'ed htop is already installed into /snap/htop/current/usr/local/share/man/man1/htop.1 . You can access it using
man htop -M /snap/htop/current/usr/local/share/man/man1/htop.1which is strange.
I have reported this as a bug at .
Notes and thoughts:
- The most official online manpage is here
- Using Snap for system management app is irrational. Better way is to remove it and use deb-based version -
snap remove htopfollowed bysudo apt-get install htop.