Ami*_*ane 5 repository mint 14.04
我想添加一些要安装在 Ubuntu 14.04LTS 中的 Linuxmint 软件包。如何将 Linuxmint(任何版本)存储库添加到 ubuntu(任何版本)?
我通过终端运行以下命令,将 Linux Mint LTS 版本(Qiana 或 Mint 17)存储库添加到我的 Ubuntu 14.04 LTS:
sudo sh -c 'echo "deb http://packages.linuxmint.com/ qiana main" >> /etc/apt/sources.list.d/mint.list'
Run Code Online (Sandbox Code Playgroud)
sudo apt-get update
Run Code Online (Sandbox Code Playgroud)
You'll see an error in the update highlighting that public key is not available for the Linux Mint repository just added:
Run Code Online (Sandbox Code Playgroud)
GPG error: http://packages.linuxmint.com qiana Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY <em><Some scramble encryption number></em>
为了避免这种情况,请运行另一个命令来下载 Linux Mint 密钥环:
sudo apt-get install linuxmint-keyring
Run Code Online (Sandbox Code Playgroud)
它会询问您是否允许下载,请说是。
下载后,再次更新您的包数据库:
You'll see an error in the update highlighting that public key is not available for the Linux Mint repository just added:
Run Code Online (Sandbox Code Playgroud)
现在您将看到更新成功并且没有任何错误。
更新后,我们就可以安装 linuxmint 存储库中的任何软件包。
| 归档时间: |
|
| 查看次数: |
20276 次 |
| 最近记录: |