Ely*_*ium 0 installation command-line skype
可能重复:
如何安装 Skype?
我想知道从终端安装skype-ubuntu_2.2.0.35-1_i386.deb的命令行是什么?
从 Ubuntu 10.04 (Lucid Lynx) 开始,Skype 是 Canonical 合作伙伴存储库的一部分。要首先安装 Skype,您需要添加 Canonical Partner Repository。你可以通过运行命令来做到这一点
sudo add-apt-repository "deb http://archive.canonical.com/ $(lsb_release -sc) partner"
Run Code Online (Sandbox Code Playgroud)
然后通过软件中心或终端安装 Skype。
sudo apt-get update && sudo apt-get install skype
Run Code Online (Sandbox Code Playgroud)
强烈建议使用 Canonical 合作伙伴存储库中提供的包,而不是从 Skype 网站分发的包,因为 Skype 网站目前将用户指向 Ubuntu 11.10 及更高版本的 64 位系统的错误包。
如有任何问题,请参阅此社区文档以获取更多详细信息。