如何在64位ubuntu中安装32位软件

首先安装32位库
sudo apt-get install ia32-libs*
sudo apt-get install getlibs #如果没有,到这个地址下http://frozenfox.freehostia.com/cappy/
然后就可以安装32位包
安装时加--force-architecture
然后用getlibs安装依赖库
,如
sudo dpkg -i --force-all *.deb或者
sudo dpkg -i --force-architecture cairo-dock*.deb
sudo getlibs cairo-dock

猜你喜欢

转载自fusky.iteye.com/blog/818138