zoukankan      html  css  js  c++  java
  • Install 32bit libraries in 64 bit ubuntu(14.10)

    Install 32bit libraries in 64 bit ubuntu(14.10)

    Install 32bit libraries in 64 bit ubuntu(14.10)

    I downloaded lingo11 (which is a cracked version,32bit), and when I was trying to run that program in 64 bit ubuntu, the bash complained that the target exection file did not exist. And I realized that it is the architecture problem that leads to such response. Using the following instructions to install the necessary packages:

    sudo apt-get install gcc-multilib
    sudo apt-get install libc6:i386

    After installing the above mentioned libs, all programs work fine.

    Author: wujing

    Created: 2015-03-16 一 15:21

    Emacs 24.3.1 (Org mode 8.2.10)

  • 相关阅读:
    Ceph纠删码编码机制
    Vmware error:无法获得 VMCI 驱动程序的版本: 句柄无效。
    Virtual Box 安装过程(卸载Vmware后)
    解决安卓SDK更新dl-ssl.google.com无法连接的方法
    《中文核心期刊要目总览(2014年版)》——计算机、自动化类
    2014中国科技核心期刊(中国科技论文统计源期刊)名录——计算机类
    计算机专业方面的期刊
    Office 中的各种小tips(更新中)
    博客园添加背景音乐
    jmeter定时器
  • 原文地址:https://www.cnblogs.com/wujingcqu/p/4341916.html
Copyright © 2011-2022 走看看