DeepinLinux添加Ubuntu镜像源
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
想在DeepinLinux下装个
Anbox
玩玩,奈何需要依赖的许多包Deepin源中并没有,记录一下怎么添加Ubuntu官方的源
添加.list
配置文件
$ sudo vim /etc/apt/sources.list.d/ubuntu.list
这里使用Ubuntu 18.04
的阿里镜像
deb http://mirrors.aliyun.com/ubuntu/ bionic main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ bionic main restricted universe multiverse
添加GPG认证
只添加.list
后是无法直接使用的,运行$ sudo apt update
会出现下面的错误
W: GPG 错误:http://mirrors.aliyun.com/ubuntu bionic InRelease: 由于没有公钥,无法验证下列签名: NO_PUBKEY 3B4FE6ACC0B21F32
E: 仓库 “http://mirrors.aliyun.com/ubuntu bionic InRelease” 没有数字签名。
N: 无法安全地用该源进行更新,所以默认禁用该源。
N: 参见 apt-secure(8) 手册以了解仓库创建和用户配置方面的细节。
下面开始添加GPG认证:
$ sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 3B4FE6ACC0B21F32
注意最后--recv-keys
后面的内容应当与上面报错提示中的签名内容一致。
运行上面命令可能还会出现下面的错误提示:
Executing: /tmp/apt-key-gpghome.mUSQrTHCck/gpg.1.sh --keyserver keyserver.ubuntu.com --recv-keys 3B4FE6ACC0B21F32
gpg: failed to start the dirmngr '/usr/bin/dirmngr': 没有那个文件或目录
gpg: connecting dirmngr at '/tmp/apt-key-gpghome.mUSQrTHCck/S.dirmngr' failed: 没有那个文件或目录
gpg: keyserver receive failed: No dirmngr
这是缺少dirmngr
命令,直接apt装一下就行
$ sudo apt install -y dirmngr
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献17条内容
所有评论(0)