我也是刚升级的12.04 64位版本,好多软件都没了。其中就包括skype,从官网上下的64位版本有问题,提示需要安装200多个32位的支持包。
晚上回去试试楼上的建议。
从https://help.ubuntu.com/community/Skype 摘过来的,顺手翻译一下
Installing Skype 安装skype
Since Ubuntu 10.04 (Lucid Lynx), Skype is part of the Canonical partner repository. To install Skype add the Canonical Partner Repository. You can do this by running the command
从Ubuntu 10.04开始,Skype就加入了Canonical 合作伙伴库。通过Canonical 合作伙伴库可以安装Skype。 你可以通过以下命令完成安装
sudo add-apt-repository "deb
http://archive.canonical.com/ $(lsb_release -sc) partner"
Then install Skype via the Software-Center or via the Terminal.
然后,通过软件中心安装Skype,或者通过终端安装:
sudo apt-get update && sudo apt-get install skype
It is highly recommended to use the package provided in the Canonical partner repository, not the one distributed from the skype website, as the skype website currently points users to the wrong package for 64-bit systems of Ubuntu 11.10 and above.
强烈推荐使用Canonical 合作伙伴库中提供的安装包,而不是从skype官网上下载的版本,因为skype官网上提供的适用于64位Ubuntu 11.10及以上版本系统的软件包指向错误。
另外,下载E文原版的方法:
32位:
wget
http://www.skype.com/go/getskype-linux-beta-ubuntu-32
64位:
wget
http://www.skype.com/go/getskype-linux-beta-ubuntu-64
通常会下载到自己的主文件夹。