How to install the `htop` manpage?

I have htop installed via snap, but apparently the man page (man htop) is not installed. Is it possible to install this?

2

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.1

which is strange.

I have reported this as a bug at .


Notes and thoughts:

  1. The most official online manpage is here
  2. Using Snap for system management app is irrational. Better way is to remove it and use deb-based version - snap remove htop followed by sudo apt-get install htop .
1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like