我有同一台计算机,从与我的大学相同的映像安装,但我无法向 ubuntu 添加新的存储库。我不知道对系统进行了任何相关修改,我真的很想避免重新安装。有什么方法可以将新的 apt 存储库添加到 18.04
sudo add-apt-repository ppa:freecad-maintainers/freecad-daily
LSB codename: 'bionic'.
This codename isn't currently supported.
Please check your LSB information with "lsb_release -a".
mmucha@utu:/etc/apt/sources.list.d$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 18.04.1 LTS
Release: 18.04
Codename: bionic
如果我手动添加该存储库,则缺少 GPGkey 或无效,但我不知道如何为 ppa 下载 GPG...此处失败 GPG 的详细信息: fingerprint-gui in 18.04
可能相关的问题:应用程序仪表板中缺少软件和更新
尝试手动添加 PPA。在 /etc/apt/sources.list.d 目录中创建一个名为 freecad.list 的文件。
请注意,您实际上可以随意命名文件,但它需要位于该目录中并且需要具有 .list 扩展名。把它放在文件中: