ubuntu/debian ia-libs

ubuntu 14.04强制安装ia32-libs

1。切换到root权限
sudo -i 或 sudo su
2。进入apt源列表
cd /etc/apt/sources.list.d
3。添加ubuntu 13.04的源,因为13.10的后续版本废弃了ia32-libs
echo "deb http://old-releases.ubuntu.com/ubuntu/ raring main restricted universe multiverse" > ia32-libs-raring.list
4。更新源并安装ia32-libs
apt-get update
apt-get install ia32-libs
5。恢复源
rm ia32-libs-raring.list
apt-get update

dpkg --add-architecture i386
apt-get update
(i tried installing ia32-libs but it asked me to use -f so)
apt-get -f install
dpkg --configure -a
apt-get install ia32-libs

so if you type these command in this order it gets fixxed and you can install ia32-libs.
again, thanks! i wanted this for installing voxin, a voice speech for Orca.

cat /var/lib/dpkg/arch 
amd64
i386

时间: 2024-12-23 12:02:47

ubuntu/debian ia-libs的相关文章

Linux配置防火墙添加端口(Ubuntu/Debian无法使用此方法)

注意:Ubuntu/Debian无法使用此方法 1.打开iptables vi /etc/sysconfig/iptables 2.添加防火墙规则 规则参考:http://www.cnblogs.com/EasonJim/p/6847874.html # Firewall configuration written by system-config-firewall # Manual customization of this file is not recommended. *filter :

Ubuntu(Debian)的aptitude与apt-get的区别和联系

Ubuntu(Debian)的aptitude与apt-get的区别和联系 aptitude 与 apt-get 一样,是 Debian 及其衍生系统中功能极其强大的包管理工具.与 apt-get 不同的是,aptitude 在处理依赖问题上更佳一些.举例来说,aptitude 在删除一个包时,会同时删除本身所依赖的包.这样,系统中不会残留无用的包,整个系统更为干净.以下是笔者总结的一些常用 aptitude 命令,仅供参考.命令 作用aptitude update 更新可用的包列表aptitu

Sublime Text 2/3 输入法修复[Ubuntu(Debian)]

一直想找一个可以替代sublime的IDE主要还是hi因为没有好的方法解决中文输入的问题, 今天在网上找到一个非常不错的方法,亲自实验是可行的,就记录下来了,我的系统是ubuntu16.04 Sublime Text 2/3 输入法修复[Ubuntu(Debian)] 主要目的: 安装 Sublime Text 3 安装 Fcitx 输入法 + 皮肤 修复 Sublime Text 2/3's 在 Ubuntu(Debian) 系统下的无法输入中文输入法的问题 更新 (new)通过Ubuntu系

Ubuntu/Debian上安装Nginx+php环境

尽管Apache已经占据半片江山,但很多人仍然在寻找其他的方式去托管他们的站点,Apache不只是一个选择,其他很多优秀的服务器程序例如lighthttp和nginx也是不错的选择.本教程将要向您展现如何在Ubuntu操作系统上面安装,教程同样适用在Debian,尽管有一点点小差别,但并没有太大影响.怎么样,下面我们开始吧. 0.开始注意 为了完成教程中提到的操作,我们假设您已经安装了一个基本的Debian或者Ubuntu操作系统.怎么安装系统这是不同的教程了,这里就不再详细说明.本教程主要介绍

Ubuntu/Debian安装spotify

Debian # 1. Add this line to your list of repositories by #    editing your /etc/apt/sources.list deb http://repository.spotify.com stable non-free # 2. If you want to verify the downloaded packages, #    you will need to add our public key sudo apt-

mosquitto MQTT message broker on ubuntu/debian built from source

what is mosquitto? check this out! http://mosquitto.org what is MQTT? check this out. http://mqtt.org sudo apt-get install libc-ares-dev libc-ares2 -y wget -c http://mosquitto.org/files/source/mosquitto-1.3.5.tar.gz tar -xzvf mosquitto-1.3.5.tar.gz -

Linux系统(Ubuntu/Debian/RedHat/CentOS)超级简单的samba配置文件smb.conf

1.超简单的smb.conf 该配置文件对Ubuntu和CentOS都好用. #============== Global Settings ============== [global] ## Browsing/Identification ### workgroup = mshome server string = samba security = share wins support = no guest account = wslu #============== Share Defin

迅为i.MX6开发板支持Android|Linux + Qt|Ubuntu|Debian|Youcto系统

迅为开发板支持系统:Android4.4/6.0系统:Linux + Qt4.7/5.7系统:Ubuntu12.04/16.04系统:  Debian 9.9 系统:Youcto系统(4.1-krogoth), 提供源码. u-boot版本 u-boot-2009.08 u-boot-2015-04 内核版本 Linux3.0.35 Linux4.1.15 迅为-i.MX6核心板: 尺寸:51mm*61mm 四核商业级-2G:NXP 四核 i.MX6Q,主频 1 GHz:内存:2GB DDR3:

Install Nagios (Agent) nrpe client and plugins in Ubuntu/Debian

安装apt-get install nagios-nrpe-server nagios-plugins 修改nrpe.cfgvi /etc/nagios/nrpe.cfg修改Allow Host,添加监控机的IPservice nagios-nrpe-server restart 安装流量监控下载插件check_traffic插件apt-get install snmpd snmp-mibs-downloader