博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
ubuntu kylin 13.10 无法安装ia32-libs解决方案
阅读量:4981 次
发布时间:2019-06-12

本文共 855 字,大约阅读时间需要 2 分钟。

1.安装 Synaptic 

2.sudo apt-get install synaptic

3.进入synaptic ,设置->软件库

4.点击  其他软件->添加

5.输入“deb http://archive.ubuntu.com/ubuntu/ raring main restricted universe multiverse”

6.点击ok并退出synaptic

7.在终端中输入"sudo apt-get update"

8.在终端中输入"sudo apt-get install ia32-libs"

原文:

Here is a workaround using ia32-libs from a previous distribution (13.04). This has been tested with the release candidate of 13.10 and all is well and functional.

  1. Install Synaptic from terminal window
  2. sudo apt-get install synaptic
  3. Launch synaptic and goto “settings > Repositories”
  4. click “other software > add”
  5. insert this line in the box "deb http://archive.ubuntu.com/ubuntu/ raring main restricted universe multiverse"
  6. click ok and close synaptic
  7. in terminal “sudo apt-get update”
  8. in terminal “sudo apt-get install ia32-libs”

原文地址:

转载于:https://www.cnblogs.com/waterfalleagle/p/3635217.html

你可能感兴趣的文章
js中escape,encodeURI,encodeURIComponent 区别(转)
查看>>
sass学习笔记-安装
查看>>
Flask (二) cookie 与 session 模型
查看>>
修改添加网址的教程文件名
查看>>
[BZOJ 1017][JSOI2008]魔兽地图DotR(树形Dp)
查看>>
裁剪图片
查看>>
数据结构实习 problem L 由二叉树的中序层序重建二叉树
查看>>
VS中展开和折叠代码
查看>>
如何确定VS编译器版本
查看>>
设置PL/SQL 快捷键
查看>>
个人阅读作业7
查看>>
转载:深入浅出Zookeeper
查看>>
GMA Round 1 新程序
查看>>
node anyproxy ssi简易支持
查看>>
PHP函数 ------ ctype_alnum
查看>>
HDU 1102 Constructing Roads
查看>>
多线程之ThreadLocal类
查看>>
OC语言description方法和sel
查看>>
C#中得到程序当前工作目录和执行目录的五种方法
查看>>
python 迭代器与生成器
查看>>