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)

  • 相关阅读:
    python unittest学习4---跳过测试与预计的失败
    vue element-ui 使用 el-scrollbar监听滚动条滚动事件,处理el-tabs滚动到顶部header吸顶效果
    vue element-ui 复制文本到粘贴板
    VS Code 在HTML中生成随机文本内容
    git 添加多个远程仓库命令
    javascript——常用基础API部分方法、面试题集合
    清明时节,css3如何将网页变成灰色
    ffmpeg合并本地/线上、破解下载m3u8格式视频并转mp4格式命令
    javascript面试题
    javascript以下几种情况转换成布尔类型会得到false
  • 原文地址:https://www.cnblogs.com/wujingcqu/p/4341916.html
Copyright © 2011-2022 走看看