在GXDE15.15下用星火商店安装uChmViewer,安装后运行无反应。在终端窗口运行,发现以下错误:
uchmviewer: error while loading shared libraries: libchm.so.1: cannot open shared object file: No such file or directory
解决办法:
sudo apt install libchm-bin
sudo apt install qt5-default
sudo apt install libqt5webkit5-dev
安装后,运行正常。