zoukankan      html  css  js  c++  java
  • Install the 64bit library in Ubuntu13.10

    After installed Ubuntu13.10, and i want to run a 32bit software, in the pass, you just run 

    sudo apt-get install ia32-libs

    to install the 32bit library.

    But in Ubuntu13.10, Canonical has decided to end support for the transitional package of ia32-libs. This will not allow 64 bit versions of this distribution (13.10) to access Secondlife. There are two methods given below, depending on how you updated.

    After google, i found the solution. Details: http://wiki.phoenixviewer.com/ia32-libs-in-ubuntu-13-10

    1. set the source of software center

    see the detail on the image below

    run these commands

    sudo apt-get update

    2. Install the necessary libraries.

    sudo apt-get install libgtk2.0-0:i386 libpangox-1.0-0:i386 libpangoxft-1.0-0:i386 libidn11:i386 libglu1-mesa:i386

    If you want sounds and streaming music (streaming media is still very iffy), install this gstreamer package:

    sudo apt-get install gstreamer0.10-pulseaudio:i386

    error:

    error while loading shared libraries: libSM.so.6: cannot open shared object file: No such file or directory

    sudo apt-get install libsm6:i386

    Done! Have fun with Ubuntu!

  • 相关阅读:
    Java 浮点数精度丢失
    旧梦。
    luogu6584 重拳出击
    luogu1758 [NOI2009]管道取珠
    luogu4298 [CTSC2008]祭祀
    bzoj3569 DZY Loves Chinese II
    AGC006C Rabbit Exercise
    bzoj1115 [POI2009]石子游戏Kam
    luogu5675 [GZOI2017]取石子游戏
    bzoj3143 [HNOI2013]游走
  • 原文地址:https://www.cnblogs.com/davidhhuan/p/3632426.html
Copyright © 2011-2022 走看看