Linux/Ubuntu更新sources.list时显示NO_PUBKEY 6DA746A05F00FA99问题

本文介绍了解决在Ubuntu系统中因缺少公钥而导致的apt-get更新失败的问题。通过使用gpg命令从pgpkeys.mit.edu获取并导入缺失的公钥,最终成功更新了软件源。

近期要在ubuntu上配置一个代理客户端,需要在/etc/apt/sources.list中添加一个deb源,但是在执行apt-get update时显示“由于没有公钥,无法验证下列签名:NO_PUBKEY 6DA746A05F00FA99

”,其实很简单,只需要下载对应的公钥就可以啦,但是问题就在于一直没有找到一个能下载公钥的网站,好不容易找到一个,记录下来,方便大家以后使用。

解决方法:

$ gpg --keyserver pgpkeys.mit.edu --recv-key 6DA746A05F00FA99
(注意:6DA746A05F00FA99根据你的提示换成你自己所缺少签名对应的公钥; pgpkeys.mit.edu即为网址,好东西啊,必须留着)

$ gpg -a --export  6DA746A05F00FA99 | sudo apt-key add -
$ sudo apt-get update

问题解决得意
sudo apt-get update sudo apt-get upgrade [sudo] cxy 的密码: 命中:1 https://mirrors.cloud.tencent.com/ubuntu jammy InRelease 获取:2 https://download.docker.com/linux/ubuntu jammy InRelease [48.8 kB] 命中:3 https://mirrors.cloud.tencent.com/ubuntu jammy-updates InRelease 命中:4 https://mirrors.cloud.tencent.com/ubuntu jammy-backports InRelease 错误:2 https://download.docker.com/linux/ubuntu jammy InRelease 由于没有公钥,无法验证下列签名NO_PUBKEY 7EA0A9C3F273FCD8 命中:5 https://mirrors.cloud.tencent.com/ubuntu jammy-security InRelease 正在读取软件包列表... 完成 W: GPG 错误:https://download.docker.com/linux/ubuntu jammy InRelease: 由于没有公钥,无法验证下列签名NO_PUBKEY 7EA0A9C3F273FCD8 E: 仓库 “https://download.docker.com/linux/ubuntu jammy InRelease” 没有数字签名。 N: 无法安全地用该源进行更新,所以默认禁用该源。 N: 参见 apt-secure(8) 手册以了解仓库创建和用户配置方面的细节。 W: 目标 Packages (stable/binary-amd64/Packages) 在 /etc/apt/sources.list.d/archive_uri-https_download_docker_com_linux_ubuntu-jammy.list:1 和 /etc/apt/sources.list.d/docker.list:1 中被配置了多次 W: 目标 Packages (stable/binary-all/Packages) 在 /etc/apt/sources.list.d/archive_uri-https_download_docker_com_linux_ubuntu-jammy.list:1 和 /etc/apt/sources.list.d/docker.list:1 中被配置了多次 W: 目标 Translations (stable/i18n/Translation-zh_CN) 在 /etc/apt/sources.list.d/archive_uri-https_download_docker_com_linux_ubuntu-jammy.list:1 和 /etc/apt/sources.list.d/docker.list:1 中被配置了多次 W: 目标 Translations (stable/i18n/Translation-zh) 在 /etc/apt/sources.list.d/archive_uri-https_download_docker_com_linux_ubuntu-jammy.list:1 和 /etc/apt/sources.list.d/docker.list:1 中被配置了多次 W: 目标 Translations (stable/i18n/Translation-en) 在 /etc/apt/sources.list.d/archive_uri-https_download_docker_com_linux_ubuntu-jammy.list:1 和 /etc/apt/sources.list.d/docker.list:1 中被配置了多次 W: 目标 DEP-11 (stable/dep11/Components-amd64.yml) 在 /etc/apt/sources.list.d/archive_uri-https_download_docker_com_linux_ubuntu-jammy.list:1 和 /etc/apt/sources.list.d/docker.list:1 中被配置了多次 W: 目标 DEP-11 (stable/dep11/Components-all.yml) 在 /etc/apt/sources.list.d/archive_uri-https_download_docker_com_linux_ubuntu-ja
05-18
mu@ubuntu:~$ sudo apt update Hit:1 https://mirrors.tuna.tsinghua.edu.cn/ubuntu-ports jammy InRelease Hit:2 https://mirrors.tuna.tsinghua.edu.cn/ubuntu-ports jammy-updates InRelease Hit:3 https://mirrors.tuna.tsinghua.edu.cn/ubuntu-ports jammy-backports InRelease Hit:4 https://mirrors.tuna.tsinghua.edu.cn/ubuntu-ports jammy-security InRelease Get:5 https://mirrors.tuna.tsinghua.edu.cn/ros2/ubuntu jammy InRelease [4,682 B] Err:5 https://mirrors.tuna.tsinghua.edu.cn/ros2/ubuntu jammy InRelease The following signatures couldn't be verified because the public key is not available: NO_PUBKEY F42ED6FBAB17C654 Hit:6 https://ppa.launchpadcontent.net/mozillateam/ppa/ubuntu jammy InRelease Hit:7 https://librealsense.intel.com/Debian/apt-repo jammy InRelease Fetched 4,682 B in 2s (2,416 B/s) Reading package lists... Done W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://mirrors.tuna.tsinghua.edu.cn/ros2/ubuntu jammy InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY F42ED6FBAB17C654 W: Target Packages (main/binary-arm64/Packages) is configured multiple times in /etc/apt/sources.list.d/archive_uri-https_librealsense_intel_com_debian_apt-repo-jammy.list:1 and /etc/apt/sources.list.d/librealsense.list:1 W: Target Packages (main/binary-all/Packages) is configured multiple times in /etc/apt/sources.list.d/archive_uri-https_librealsense_intel_com_debian_apt-repo-jammy.list:1 and /etc/apt/sources.list.d/librealsense.list:1 W: Target Translations (main/i18n/Translation-en_US) is configured multiple times in /etc/apt/sources.list.d/archive_uri-https_librealsense_intel_com_debian_apt-repo-jammy.list:1 and /etc/apt/sources.list.d/librealsense.list:1 W: Target Translations (main/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list.d/archive_uri-https_librealsense_intel_com_debian_apt-repo-jammy.list:1 and /etc/apt/sources.list.d/librealsense.list:1 W: Target DEP-11 (main/dep11/Components-arm64.yml) is configured multiple times in /etc/apt/sources.list.d/archive_uri-https_librealsense_intel_com_debian_apt-repo-jammy.list:1 and /etc/apt/sources.list.d/librealsense.list:1 W: Target DEP-11 (main/dep11/Components-all.yml) is configured multiple times in /etc/apt/sources.list.d/archive_uri-https_librealsense_intel_com_debian_apt-repo-jammy.list:1 and /etc/apt/sources.list.d/librealsense.list:1 W: Target DEP-11-icons-small (main/dep11/icons-48x48.tar) is configured multiple times in /etc/apt/sources.list.d/archive_uri-https_librealsense_intel_com_debian_apt-repo-jammy.list:1 and /etc/apt/sources.list.d/librealsense.list:1 W: Target DEP-11-icons (main/dep11/icons-64x64.tar) is configured multiple times in /etc/apt/sources.list.d/archive_uri-https_librealsense_intel_com_debian_apt-repo-jammy.list:1 and /etc/apt/sources.list.d/librealsense.list:1 W: Target DEP-11-icons-hidpi (main/dep11/icons-64x64@2.tar) is configured multiple times in /etc/apt/sources.list.d/archive_uri-https_librealsense_intel_com_debian_apt-repo-jammy.list:1 and /etc/apt/sources.list.d/librealsense.list:1 W: Failed to fetch https://mirrors.tuna.tsinghua.edu.cn/ros2/ubuntu/dists/jammy/InRelease The following signatures couldn't be verified because the public key is not available: NO_PUBKEY F42ED6FBAB17C654 W: Some index files failed to download. They have been ignored, or old ones used instead. W: Target Packages (main/binary-arm64/Packages) is configured multiple times in /etc/apt/sources.list.d/archive_uri-https_librealsense_intel_com_debian_apt-repo-jammy.list:1 and /etc/apt/sources.list.d/librealsense.list:1 W: Target Packages (main/binary-all/Packages) is configured multiple times in /etc/apt/sources.list.d/archive_uri-https_librealsense_intel_com_debian_apt-repo-jammy.list:1 and /etc/apt/sources.list.d/librealsense.list:1 W: Target Translations (main/i18n/Translation-en_US) is configured multiple times in /etc/apt/sources.list.d/archive_uri-https_librealsense_intel_com_debian_apt-repo-jammy.list:1 and /etc/apt/sources.list.d/librealsense.list:1 W: Target Translations (main/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list.d/archive_uri-https_librealsense_intel_com_debian_apt-repo-jammy.list:1 and /etc/apt/sources.list.d/librealsense.list:1 W: Target DEP-11 (main/dep11/Components-arm64.yml) is configured multiple times in /etc/apt/sources.list.d/archive_uri-https_librealsense_intel_com_debian_apt-repo-jammy.list:1 and /etc/apt/sources.list.d/librealsense.list:1 W: Target DEP-11 (main/dep11/Components-all.yml) is configured multiple times in /etc/apt/sources.list.d/archive_uri-https_librealsense_intel_com_debian_apt-repo-jammy.list:1 and /etc/apt/sources.list.d/librealsense.list:1 W: Target DEP-11-icons-small (main/dep11/icons-48x48.tar) is configured multiple times in /etc/apt/sources.list.d/archive_uri-https_librealsense_intel_com_debian_apt-repo-jammy.list:1 and /etc/apt/sources.list.d/librealsense.list:1 W: Target DEP-11-icons (main/dep11/icons-64x64.tar) is configured multiple times in /etc/apt/sources.list.d/archive_uri-https_librealsense_intel_com_debian_apt-repo-jammy.list:1 and /etc/apt/sources.list.d/librealsense.list:1 W: Target DEP-11-icons-hidpi (main/dep11/icons-64x64@2.tar) is configured multiple times in /etc/apt/sources.list.d/archive_uri-https_librealsense_intel_com_debian_apt-repo-jammy.list:1 and /etc/apt/sources.list.d/librealsense.list:1 E: Unable to parse package file /etc/apt/preferences.d/mozillateamppa.pref (1) jmu@ubuntu:~$ sudo apt install firefox -y Reading package lists... Done E: Unable to parse package file /etc/apt/preferences.d/mozillateamppa.pref (1) jmu@ubuntu:~$ sudo apt update Hit:1 https://librealsense.intel.com/Debian/apt-repo jammy InRelease Hit:2 https://ppa.launchpadcontent.net/mozillateam/ppa/ubuntu jammy InRelease Hit:3 https://mirrors.tuna.tsinghua.edu.cn/ubuntu-ports jammy InRelease Hit:4 https://mirrors.tuna.tsinghua.edu.cn/ubuntu-ports jammy-updates InRelease Hit:5 https://mirrors.tuna.tsinghua.edu.cn/ubuntu-ports jammy-backports InRelease Hit:6 https://mirrors.tuna.tsinghua.edu.cn/ubuntu-ports jammy-security InRelease Get:7 https://mirrors.tuna.tsinghua.edu.cn/ros2/ubuntu jammy InRelease [4,682 B] Err:7 https://mirrors.tuna.tsinghua.edu.cn/ros2/ubuntu jammy InRelease The following signatures couldn't be verified because the public key is not available: NO_PUBKEY F42ED6FBAB17C654 Fetched 4,682 B in 6s (745 B/s) Reading package lists... Done W: Target Packages (main/binary-arm64/Packages) is configured multiple times in /etc/apt/sources.list.d/archive_uri-https_librealsense_intel_com_debian_apt-repo-jammy.list:1 and /etc/apt/sources.list.d/librealsense.list:1 W: Target Packages (main/binary-all/Packages) is configured multiple times in /etc/apt/sources.list.d/archive_uri-https_librealsense_intel_com_debian_apt-repo-jammy.list:1 and /etc/apt/sources.list.d/librealsense.list:1 W: Target Translations (main/i18n/Translation-en_US) is configured multiple times in /etc/apt/sources.list.d/archive_uri-https_librealsense_intel_com_debian_apt-repo-jammy.list:1 and /etc/apt/sources.list.d/librealsense.list:1 W: Target Translations (main/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list.d/archive_uri-https_librealsense_intel_com_debian_apt-repo-jammy.list:1 and /etc/apt/sources.list.d/librealsense.list:1 W: Target DEP-11 (main/dep11/Components-arm64.yml) is configured multiple times in /etc/apt/sources.list.d/archive_uri-https_librealsense_intel_com_debian_apt-repo-jammy.list:1 and /etc/apt/sources.list.d/librealsense.list:1 W: Target DEP-11 (main/dep11/Components-all.yml) is configured multiple times in /etc/apt/sources.list.d/archive_uri-https_librealsense_intel_com_debian_apt-repo-jammy.list:1 and /etc/apt/sources.list.d/librealsense.list:1 W: Target DEP-11-icons-small (main/dep11/icons-48x48.tar) is configured multiple times in /etc/apt/sources.list.d/archive_uri-https_librealsense_intel_com_debian_apt-repo-jammy.list:1 and /etc/apt/sources.list.d/librealsense.list:1 W: Target DEP-11-icons (main/dep11/icons-64x64.tar) is configured multiple times in /etc/apt/sources.list.d/archive_uri-https_librealsense_intel_com_debian_apt-repo-jammy.list:1 and /etc/apt/sources.list.d/librealsense.list:1 W: Target DEP-11-icons-hidpi (main/dep11/icons-64x64@2.tar) is configured multiple times in /etc/apt/sources.list.d/archive_uri-https_librealsense_intel_com_debian_apt-repo-jammy.list:1 and /etc/apt/sources.list.d/librealsense.list:1 W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://mirrors.tuna.tsinghua.edu.cn/ros2/ubuntu jammy InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY F42ED6FBAB17C654 W: Failed to fetch https://mirrors.tuna.tsinghua.edu.cn/ros2/ubuntu/dists/jammy/InRelease The following signatures couldn't be verified because the public key is not available: NO_PUBKEY F42ED6FBAB17C654 W: Some index files failed to download. They have been ignored, or old ones used instead. W: Target Packages (main/binary-arm64/Packages) is configured multiple times in /etc/apt/sources.list.d/archive_uri-https_librealsense_intel_com_debian_apt-repo-jammy.list:1 and /etc/apt/sources.list.d/librealsense.list:1 W: Target Packages (main/binary-all/Packages) is configured multiple times in /etc/apt/sources.list.d/archive_uri-https_librealsense_intel_com_debian_apt-repo-jammy.list:1 and /etc/apt/sources.list.d/librealsense.list:1 W: Target Translations (main/i18n/Translation-en_US) is configured multiple times in /etc/apt/sources.list.d/archive_uri-https_librealsense_intel_com_debian_apt-repo-jammy.list:1 and /etc/apt/sources.list.d/librealsense.list:1 W: Target Translations (main/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list.d/archive_uri-https_librealsense_intel_com_debian_apt-repo-jammy.list:1 and /etc/apt/sources.list.d/librealsense.list:1 W: Target DEP-11 (main/dep11/Components-arm64.yml) is configured multiple times in /etc/apt/sources.list.d/archive_uri-https_librealsense_intel_com_debian_apt-repo-jammy.list:1 and /etc/apt/sources.list.d/librealsense.list:1 W: Target DEP-11 (main/dep11/Components-all.yml) is configured multiple times in /etc/apt/sources.list.d/archive_uri-https_librealsense_intel_com_debian_apt-repo-jammy.list:1 and /etc/apt/sources.list.d/librealsense.list:1 W: Target DEP-11-icons-small (main/dep11/icons-48x48.tar) is configured multiple times in /etc/apt/sources.list.d/archive_uri-https_librealsense_intel_com_debian_apt-repo-jammy.list:1 and /etc/apt/sources.list.d/librealsense.list:1 W: Target DEP-11-icons (main/dep11/icons-64x64.tar) is configured multiple times in /etc/apt/sources.list.d/archive_uri-https_librealsense_intel_com_debian_apt-repo-jammy.list:1 and /etc/apt/sources.list.d/librealsense.list:1 W: Target DEP-11-icons-hidpi (main/dep11/icons-64x64@2.tar) is configured multiple times in /etc/apt/sources.list.d/archive_uri-https_librealsense_intel_com_debian_apt-repo-jammy.list:1 and /etc/apt/sources.list.d/librealsense.list:1 E: Unable to parse package file /etc/apt/preferences.d/mozillateamppa.pref (1)
07-10
Ign:8 https://download.docker.com/linux/ubuntu focal Release.gpg Hit:9 http://archive.ubuntu.com/ubuntu focal-backports InRelease Reading package lists... Done W: Target Packages (stable/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:53 and /etc/apt/sources.list.d/docker.list:1 W: Target Packages (stable/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:53 and /etc/apt/sources.list.d/docker.list:1 W: Target Translations (stable/i18n/Translation-en_US) is configured multiple times in /etc/apt/sources.list:53 and /etc/apt/sources.list.d/docker.list:1 W: Target Translations (stable/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list:53 and /etc/apt/sources.list.d/docker.list:1 W: Target CNF (stable/cnf/Commands-amd64) is configured multiple times in /etc/apt/sources.list:53 and /etc/apt/sources.list.d/docker.list:1 W: Target CNF (stable/cnf/Commands-all) is configured multiple times in /etc/apt/sources.list:53 and /etc/apt/sources.list.d/docker.list:1 W: GPG error: https://download.docker.com/linux/ubuntu focal Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 7EA0A9C3F273FCD8 E: The repository 'https://download.docker.com/linux/ubuntu focal Release' is not signed. N: Updating from such a repository can't be done securely, and is therefore disabled by default. N: See apt-secure(8) manpage for repository creation and user configuration details. W: Target Packages (stable/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:53 and /etc/apt/sources.list.d/docker.list:1 W: Target Packages (stable/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:53 and /etc/apt/sources.list.d/docker.list:1 W: Target Translations (stable/i18n/Translation-en_US) is configured multiple times in /etc/apt/sources.list:53 and /etc/apt/sources.list.d/docker.list:1 W: Target Translations (stable/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list:53 and /etc/apt/sources.list.d/docker.list:1 W: Target CNF (stable/cnf/Commands-amd64) is configured multiple times in /etc/apt/sources.list:53 and /etc/apt/sources.list.d/docker.list:1 W: Target CNF (stable/cnf/Commands-all) is configured multiple times in /etc/apt/sources.list:53 and /etc/apt/sources.list.d/docker.list:1
05-21
W: 校验数字签名出错。此仓库未被更新,所以仍然使用此前的索引文件。GPG 错误:http://mirrors.tuna.tsinghua.edu.cn/ros2/ubuntu focal InRelease: 由于没有公钥,无法验证下列签名NO_PUBKEY F42ED6FBAB17C654 W: 无法下载 http://mirrors.tuna.tsinghua.edu.cn/ros2/ubuntu/dists/focal/InRelease 由于没有公钥,无法验证下列签名NO_PUBKEY F42ED6FBAB17C654 W: 部分索引文件下载失败。如果忽略它们,那将转而使用旧的索引文件。 W: 目标 Packages (main/binary-amd64/Packages) 在 /etc/apt/sources.list.d/ros-fish.list:2 和 /etc/apt/sources.list.d/ros2.list:1 中被配置了多次 W: 目标 Packages (main/binary-all/Packages) 在 /etc/apt/sources.list.d/ros-fish.list:2 和 /etc/apt/sources.list.d/ros2.list:1 中被配置了多次 W: 目标 Translations (main/i18n/Translation-en_US) 在 /etc/apt/sources.list.d/ros-fish.list:2 和 /etc/apt/sources.list.d/ros2.list:1 中被配置了多次 W: 目标 Translations (main/i18n/Translation-en) 在 /etc/apt/sources.list.d/ros-fish.list:2 和 /etc/apt/sources.list.d/ros2.list:1 中被配置了多次 W: 目标 Translations (main/i18n/Translation-zh_CN) 在 /etc/apt/sources.list.d/ros-fish.list:2 和 /etc/apt/sources.list.d/ros2.list:1 中被配置了多次 W: 目标 DEP-11 (main/dep11/Components-amd64.yml) 在 /etc/apt/sources.list.d/ros-fish.list:2 和 /etc/apt/sources.list.d/ros2.list:1 中被配置了多次 W: 目标 DEP-11 (main/dep11/Components-all.yml) 在 /etc/apt/sources.list.d/ros-fish.list:2 和 /etc/apt/sources.list.d/ros2.list:1 中被配置了多次 W: 目标 DEP-11-icons-small (main/dep11/icons-48x48.tar) 在 /etc/apt/sources.list.d/ros-fish.list:2 和 /etc/apt/sources.list.d/ros2.list:1 中被配置了多次 W: 目标 DEP-11-icons (main/dep11/icons-64x64.tar) 在 /etc/apt/sources.list.d/ros-fish.list:2 和 /etc/apt/sources.list.d/ros2.list:1 中被配置了多次 W: 目标 DEP-11-icons-hidpi (main/dep11/icons-64x64@2.tar) 在 /etc/apt/sources.list.d/ros-fish.list:2 和 /etc/apt/sources.list.d/ros2.list:1 中被配置了多次 W: 目标 CNF (main/cnf/Commands-amd64) 在 /etc/apt/sources.list.d/ros-fish.list:2 和 /etc/apt/sources.list.d/ros2.list:1 中被配置了多次 W: 目标 CNF (main/cnf/Commands-all) 在 /etc/apt/sources.list.d/ros-fish.list:2 和 /etc/apt/sources.list.d/ros2.list:1 中被配置了多次 l@ubuntu:~/桌面$
10-20
Intern25_2@79d153e3ced3:~$ cd / Intern25_2@79d153e3ced3:/$ sudo apt update Hit:1 http://mirrors.aliyun.com/ubuntu focal InRelease Get:2 http://mirrors.aliyun.com/ubuntu focal-security InRelease [128 kB] Get:3 http://mirrors.aliyun.com/ubuntu focal-updates InRelease [128 kB] Get:4 http://mirrors.aliyun.com/ubuntu focal-backports InRelease [128 kB] Get:5 https://mirrors.aliyun.com/docker-ce/linux/ubuntu focal InRelease [57.7 kB] Get:6 http://mirrors.aliyun.com/ubuntu focal-proposed InRelease [277 kB] Get:8 https://download.docker.com/linux/ubuntu xenial InRelease [66.2 kB] Get:9 https://download.docker.com/linux/ubuntu jammy InRelease [48.5 kB] Get:7 https://developer.download.nvidia.cn/compute/cuda/repos/ubuntu2004/x86_64 InRelease [1581 B] Get:10 http://mirrors.aliyun.com/ubuntu focal-proposed/universe Sources [9641 B] Err:9 https://download.docker.com/linux/ubuntu jammy InRelease The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 7EA0A9C3F273FCD8 Get:11 https://developer.download.nvidia.cn/compute/cuda/repos/ubuntu2004/x86_64 Packages [2774 kB] Reading package lists... Done N: Ignoring file 'docker.listsudo' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension W: Target Packages (stable/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:12 and /etc/apt/sources.list.d/docker.list:1 W: Target Packages (stable/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:12 and /etc/apt/sources.list.d/docker.list:1 W: GPG error: https://download.docker.com/linux/ubuntu jammy InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 7EA0A9C3F273FCD8 E: The repository 'https://download.docker.com/linux/ubuntu jammy InRelease' is not signed. N: Updating from such a repository can't be done securely, and is therefore disabled by default. N: See apt-secure(8) manpage for repository creation and user configuration details. W: Target Packages (stable/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:12 and /etc/apt/sources.list.d/docker.list:1 W: Target Packages (stable/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:12 and /etc/apt/sources.list.d/docker.list:1 Intern25_2@79d153e3ced3:/$ 解决报错
最新发布
11-21
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值