Install Google Chrome in Slackware 13.1 x86

    技术2022-05-19  21

    谷歌浏览器不错,不过刚装了Slackware,不懂怎么装,从网上搜到了 SLK 13.0 32位的安装方法,自己改成了13.1 64位的~以下是安装方法:

    Here we can install the Google Chrome in Slackware 13.1 with the help of SlackBiulds.org.

    STEP 1

    Install library ORBit2 (http://slackbuilds.org/repository/13.1/libraries/ORBit2/)

    Download ORBit2.tar.gz and ORBit2-2.14.19.tar.bz2

    then run:

    tar xvf ORBit2.tar.gz

    cp ORBit2-2.14.19.tar.bz2 ORBit2

    ./ORBit2.SlackBuild

    The process above will build you automatically a Slackware package: /tmp/ORBit2-2.14.19-x86_64-1_SBo.tgz.

    Then install this stupid package:

    installpkg /tmp/ORBit2-2.14.19-x86_64-1_SBo.tgz

    STEP 2

    Install library GConf (http://slackbuilds.org/repository/13.1/libraries/GConf/)

     

    Download GConf.tar.gz and GConf-2.28.1.tar.bz2

    then run:

    tar xvf GConf.tar.gz

    cp GConf-2.28.1.tar.bz2 GConf

    ./GConf.SlackBuild

    The process above will build you automatically a Slackware package: /tmp/GConf-2.26.0-x86_64-1_SBo.tgz

    Then install this stupid package:

    installpkg /tmp/GConf-2.28.1-x86_64-1_SBo.tgz

    STEP 3

     

    Install library mozilla-nss (http://slackbuilds.org/repository/13.1/system/mozilla-nss/)

     

    Download mozilla-nss.tar.gz and nss-3.12.4-with-nspr-4.8.tar.gz

    then run:

    tar xvf mozilla-nss.tar.gz

    cp nss-3.12.4-with-nspr-4.8.tar.gz mozilla-nss

    ./mozilla-nss.SlackBuild

    The process above will build you automatically a Slackware package: /tmp/mozilla-nss-3.12.4-x86_64-1_SBo.tgz

    Then install this stupid package:

    installpkg /tmp/mozilla-nss-3.12.4-x86_64-1_SBo.tgz

    STEP 4

     

    Install Google Chrome (http://slackbuilds.org/repository/13.1/network/google-chrome/)

     

    Download google-chrome.tar.gz and google-chrome-beta_current_amd64.deb (you may pick the AMD one according to your own computer)

    tar xvf google-chrome.tar.gz

    cp google-chrome-beta_current_amd64.deb google-chrome

    ./google-chrome.SlackBuild

    The process above will build you automatically a Slackware package: /tmp/google-chrome-10.0.648.205-x86_64-1_SBo.tgz

    Then install Chrome!

    installpkg /tmp/google-chrome-10.0.648.205-x86_64-1_SBo.tgz

     

    STEP 5

    Build soft links for your libraries:

    ln -s /usr/lib64/libnss3.so /usr/lib/libnss3.so.1d

    ln -s /usr/lib64/libnssutil3.so /usr/lib/libnssutil3.so.1d

    ln -s /usr/lib64/libsmime3.so /usr/lib/libsmime3.so.1d

    ln -s /usr/lib64/libplc4.so /usr/lib/libplc4.so.0d

    ln -s /usr/lib64/libnspr4.so /usr/lib/libnspr4.so.0d

     

    好了,以上全部安装完成~不过我的SCIM只能在Konqueror里面输入中文,在Firefox和Chrome里面都不能输入,只好又装了个fcitx,现在都可以输入中文了

     


    最新回复(0)