我想安装 Skype,但无法在软件中心或使用 Synaptic Package Manager 找到它。谁能帮我?
全新安装后,我第一次在 Ubuntu 16.04 上遇到这个问题。
在软件和更新中启用规范合作伙伴后,或通过命令行使用以下命令后,无法定位 Skype:
sudo add-apt-repository "deb http://archive.canonical.com/ $(lsb_release -sc) partner"
Run Code Online (Sandbox Code Playgroud)
然后运行以下命令:
sudo apt-get update
sudo apt-get install skype
Run Code Online (Sandbox Code Playgroud)
但是,我仍然得到:
E: 找不到包Skype
有什么线索吗?
更新
我在尝试安装 Skype 之前运行“sudo apt-get update --fix-missing”,这是我得到的输出:
Hit:1 http://cran.rstudio.com/bin/linux/ubuntu xenial/ InRelease
Hit:2 http://archive.canonical.com/ubuntu xenial InRelease
Hit:3 http://id.archive.ubuntu.com/ubuntu xenial InRelease
Get:4 http://security.ubuntu.com/ubuntu xenial-security InRelease [102 kB]
Get:5 http://id.archive.ubuntu.com/ubuntu xenial-updates InRelease [102 kB]
Get:6 http://id.archive.ubuntu.com/ubuntu xenial-backports InRelease [102 kB]
Fetched 306 kB in 3s (79.5 kB/s)
Reading package lists... Done
Run Code Online (Sandbox Code Playgroud)
我再次尝试“sudo apt-get install skype”,我得到:
Reading package lists... …Run Code Online (Sandbox Code Playgroud)