linux装chrome谷歌浏览器出现lsb >= 3.2 is needed by

来源:百度文库 编辑:神马文学网 时间:2024/04/30 07:05:56
[test@localhost Downloads]$ man rpm
[test@localhost Downloads]$ rpm -i google-chrome-stable_current_i386.rpm
warning: google-chrome-stable_current_i386.rpm: Header V3 DSA signature: NOKEY, key ID 7fac5991
error: Failed dependencies:
    lsb >= 3.2 is needed by google-chrome-stable-7.0.517.44-64615.i386


//******************来自google*******************************************************************
It's pretty much what it says on the tin, dude - you're missing a dependency. They key line is:"Isb >= 3.2 is needed by google-chrome-beta-4.0.249.43-34537.i386"
From the looks of it, you need to hunt-down an RPM package called "lsb".
IfOpenSuSE has a GUI for managing your packages, try searching for it andthen installing it. Or try Googling-around for an "lsb" RPM package,and then installing it.
Hope this helps.
(andalso, yeah, I do not believe the official OpenSuSE softwarerepositories have Chrome binaries yet. So the only way to get it isstraight from Google, or from another source.)
//************************************************************************************