Issues about Ubuntu & ROS

Q1

E: Conflicting values set for option Signed-By regarding source https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/ /: /usr/share/keyrings/cuda-archive-keyring.gpg !=
E: The list of sources could not be read.
E: Conflicting values set for option Signed-By regarding source https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/ /: /usr/share/keyrings/cuda-archive-keyring.gpg !=
E: The list of sources could not be read.

A1:

I checked my sources.list.d

the list:

cuda-10-0-local-10.0.130-410.48.list
cuda.list
cuda-ubuntu1804-x86_64.list
cuda-ubuntu1804-x86_64.list.save
cudnn-local-ubuntu1804-8.9.0.131.list
cudnn-local-ubuntu1804-8.9.0.131.list.save
deadsnakes-ubuntu-ppa-bionic.list
deadsnakes-ubuntu-ppa-bionic.list.save
gnome-terminator-ubuntu-ppa-bionic.list
gnome-terminator-ubuntu-ppa-bionic.list.save
microsoft-edge.list
ros-latest.list
ros-latest.list.save

These mean additional cudas make it conflicted.

这个错误是由于APT配置中的Signed-By选项对于同一源设置了冲突的值。这通常发生在你尝试从特定的源(在这种情况下是NVIDIA CUDA仓库)安装软件包时12。
解决这个问题的方法是删除冲突的密钥和源列表文件3。你可以通过以下命令来操作:
sudo rm /usr/share/keyrings/cuda-archive-keyring.gpg
sudo rm /etc/apt/sources.list.d/cuda.list

然后,你可以尝试再次运行sudo apt update来更新你的软件包列表。

相关推荐

最近更新

  1. docker php8.1+nginx base 镜像 dockerfile 配置

    2023-12-22 01:12:04       94 阅读
  2. Could not load dynamic library ‘cudart64_100.dll‘

    2023-12-22 01:12:04       100 阅读
  3. 在Django里面运行非项目文件

    2023-12-22 01:12:04       82 阅读
  4. Python语言-面向对象

    2023-12-22 01:12:04       91 阅读

热门阅读

  1. 【版本管理】git stash用法

    2023-12-22 01:12:04       51 阅读
  2. vue跳转方式

    2023-12-22 01:12:04       62 阅读
  3. HarmonyOS开发(十二):ArkTS组件通用事件

    2023-12-22 01:12:04       48 阅读
  4. LeetCode解法汇总2866. 美丽塔 II

    2023-12-22 01:12:04       68 阅读
  5. armv8-a 介绍

    2023-12-22 01:12:04       48 阅读
  6. 肺癌相关知识

    2023-12-22 01:12:04       51 阅读
  7. 解决MyBatis-Plus 更新字段为null 不生效

    2023-12-22 01:12:04       55 阅读
  8. QT计算时间差 秒 毫秒 (另附c++版本)

    2023-12-22 01:12:04       53 阅读
  9. 在 Mac 上使用 Python

    2023-12-22 01:12:04       60 阅读