我使用的是ubuntu12.04 64位架构。我想安装skype,为了做到这一点,我首先需要将64位架构转换成32位架构。所以我输入命令sudo dpkg --add-architecture i386,它不起作用。像这样表现..。
(satyam@satyam-Vostro:~$ sudo dpkg --add-architecture i386
[sudo] password for satyam:
dpkg: error: unknown option --add-architecture
Type dpkg --help for help about installing and deinstalling packages [*];
Use `dselect' or `aptitude' for user-friendly package management;
Type dpkg -Dhelp for a list of dpkg debug flag values;
Type dpkg --force-help for a list of forcing options;
Type dpkg-deb --help for help about manipulating *.deb files;标记为*的选项会产生大量的输出--通过less' ormore !)
请帮我解决这个问题。
发布于 2014-03-18 16:11:11
在12.04中,该选项是
--force-architecture这个
--add-architecture 加在12.10里。
https://askubuntu.com/questions/435967
复制相似问题