作者:飞逝舞_975 | 来源:互联网 | 2023-09-17 12:32
问题:需要在centos7系统中读取chm格式的文件,目前kchmviewer软件表现最优。cdetcyum.repos.dcurl'https:copr.fedorain
问题:需要在centos7系统中读取chm格式的文件,目前kchmviewer软件表现最优。
cd /etc/yum.repos.d/
curl ‘https://copr.fedorainfracloud.org/coprs/scx/kchmviewer/repo/epel-7/scx-kchmviewer-epel-7.repo‘ > ‘scx-kchmviewer-epel-7.repo‘
yum -y install kchmviewer
备注
在centos7中直接用yum -y install kchmviewer 老是报错:libQtWebKit.so.4 这个库没有安装上,这是因为版本的问题。