之前用万恶的ubuntu,结果系统 不太听话,有一个进程一直跑cup,gnome的,最后换了最爱的openSuSE,版本是13,傲游包是rpm,
安装方法:rpm -ivh maxthon-browser-stable-1.0.5.3-1.x86_64.rpm
结果提示缺少依赖:error: Failed dependencies:
lsb >= 4.0 is needed by maxthon-browser-stable
libpng12.so.0 is needed by maxthon-browser-stable
libgcrypt11 is needed by maxthon-browser-stable
libgtkhotkey is needed by maxthon-browser-stable
解决方法:安装对应的包
zypper in libgtkhotkey-devel
zypper in libpng12-0
zypper in lsb
对于libgcrypt11是过时的包,这个没有办法安装,只能从官方下载了
http://rpm.pbone.net/index.php3/stat/4/idpl/27155581/dir/opensuse/com/libgcrypt11-1.5.4-2.4.1.x86_64.rpm.html
安装方法:rpm -ivh maxthon-browser-stable-1.0.5.3-1.x86_64.rpm
结果提示缺少依赖:error: Failed dependencies:
lsb >= 4.0 is needed by maxthon-browser-stable
libpng12.so.0 is needed by maxthon-browser-stable
libgcrypt11 is needed by maxthon-browser-stable
libgtkhotkey is needed by maxthon-browser-stable
解决方法:安装对应的包
zypper in libgtkhotkey-devel
zypper in libpng12-0
zypper in lsb
对于libgcrypt11是过时的包,这个没有办法安装,只能从官方下载了
http://rpm.pbone.net/index.php3/stat/4/idpl/27155581/dir/opensuse/com/libgcrypt11-1.5.4-2.4.1.x86_64.rpm.html