从 10.04 升级到 12.04 后,我尝试安装不同的软件包。例如 ia32-libs 和 Skype (4.0)。
尝试安装这些时,我收到“无法纠正问题,您保存了损坏的软件包”错误消息。
命令的输出:
sudo apt-get install -f
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Run Code Online (Sandbox Code Playgroud)
运行后:
sudo dpkg --configure -a
foo@foo:~$ sudo apt-get install -f
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Run Code Online (Sandbox Code Playgroud) 更新时,我收到以下错误消息:
W: The repository 'http://ppa.launchpad.net/mc3man/trusty-media/ubuntu xenial Release' does not have a Release file.
Run Code Online (Sandbox Code Playgroud)
在这里,我找到了关于此错误的另一个声明:如何在使用 PPA 或更新我的软件包列表时修复 404 错误?
这建议删除某些 PPA;而且,我不确定我是否应该这样做,因为这可能意味着无法获得我需要的更新。
这是我应该做的吗?
在以前版本的 Ubuntu 中,用于 ARM Cortex 处理器的 GDB 是软件包的一部分gdb-arm-none-eabi。搜索https://packages.ubuntu.com/用于gdb-arm-none-eabi对Ubuntu 18.04不返回任何结果。我是否遗漏了什么,或者为什么不再有任何适用于 ARM 的 GDB?