美文网首页
麒麟桌面操作系统新增deepin源(kylin-desktop-

麒麟桌面操作系统新增deepin源(kylin-desktop-

作者: SkyOfWood | 来源:发表于2021-03-02 16:48 被阅读0次

    1、在/etc/apt/sources.list.d目录下面新建<source_name.list>文件

    sudo vim deepin.list 粘贴下面两行

    deb http://mirrors4.tuna.tsinghua.edu.cn/deepin/ apricot main contrib non-free

    deb-src http://mirrors4.tuna.tsinghua.edu.cn/deepin/ apricot main contrib non-free

    2、执行sudo apt update

    可能会提示如下错误:

    由于没有公钥,无法验证下列签名: NO_PUBKEY 425956BB3E31DF51


    解决方法:

    apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 425956BB3E31DF51

    425956BB3E31DF51 为具体的签名名称


    3、重新执行sudo apt update


    4、自行安装一些deepin源的软件,遇到依赖问题就多Google

    相关文章

      网友评论

          本文标题:麒麟桌面操作系统新增deepin源(kylin-desktop-

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