我全新安装了 Ubuntu 16.04 LTS,并尝试使用新的 snap 包安装一些应用程序。这些软件包的安装很容易,但是当我尝试这样做时,man <package>我无法打开手册页。例如:
$ man tmux
No manual entry for tmux
See 'man 7 undocumented' for help when manual pages are not available.
Run Code Online (Sandbox Code Playgroud)
该whereis命令给了我这个输出:
$ whereis tmux
tmux: /snap/bin/tmux
Run Code Online (Sandbox Code Playgroud)
但事实是手册页文件存在:
$ ls -l $PWD/*
-rw-r--r-- 1 root root 100394 Abr 20 06:46 /snap/tmux/current/share/man/man1/tmux.1
Run Code Online (Sandbox Code Playgroud)
我怎样才能让它发挥作用?snap包管理有问题吗?