美文网首页
如何给ubuntu添加deepin的源

如何给ubuntu添加deepin的源

作者: SaintKnight | 来源:发表于2019-04-25 14:54 被阅读0次

参照
https://mirrors.aliyun.com/
尝试给ubuntu添加deepin的源,添加一个文件在
/etc/apt/sources.list.d/deepin-ubuntu-dde-bionic.list
在里面添加上内容

deb https://mirrors.aliyun.com/deepin/ panda main contrib non-free
deb-src https://mirrors.aliyun.com/deepin/ panda main contrib non-free

添加mirror以后使用update遇到错误
The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 425956BB3E31DF5
命令:

wget https://mirrors.aliyun.com/deepin/project/deepin-keyring.gpg
gpg --import deepin-keyring.gpg
sudo gpg --export --armor 209088E7 | sudo apt-key add -
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 425956BB3E31DF51

完事以后,可以使用

sudo apt update 

之后就可以安装deepin的应用了

千万不要upgrade

千万不要upgrade

千万不要upgrade

重要的事情说三遍

相关文章

网友评论

      本文标题:如何给ubuntu添加deepin的源

      本文链接:https://www.haomeiwen.com/subject/xdhzgqtx.html