我已经htop
通过 snap 安装了,但显然手册页 ( man htop
) 未安装。可以安装这个吗?
答案1
Snap'ed 的手册页htop
已安装到/snap/htop/current/usr/local/share/man/man1/htop.1
。您可以使用以下方式访问它
man htop -M /snap/htop/current/usr/local/share/man/man1/htop.1
这很奇怪。
我已经将此报告为错误https://github.com/maxiberta/htop-snap/issues/11。
笔记和想法:
- 最官方的在线手册页就在这里http://manpages.ubuntu.com/manpages/hirsute/en/man1/htop.1.html
- 使用 Snap 作为系统管理应用程序是不合理的。更好的方法是删除它并使用基于 deb 的版本 -
snap remove htop
然后是sudo apt-get install htop
。