我只是不明白为什么更新管理器在显示将要安装的更新列表时会包含前面的复选框未选中且无法选中复选框/启用更新的项目?用户应该如何处理这些信息?该机器已启用 Ubuntu Pro,因此它不是 Pro 更新列表...
我收到了通常的消息:软件已准备好更新。我找到软件更新程序图标并点击它。当它出现并给我“安装”选项时,我像往常一样点击“安装”,但收到一条错误消息。我不知道该怎么办。我最近没有安装任何新东西。我想我前几天更新了 Firefox,但它工作得很奇怪,就像 YouTube 视频经常无法播放一样,我的 duckduckgo 今天也没有出现,但 Facebook 等其他网站却像往常一样出现。
此错误可能是由于缺少或无法安装所需的附加软件包而引起的。此外,不允许同时安装的软件包之间可能存在冲突。
事务失败:无法解决包依赖关系 以下软件包具有未满足的依赖关系: libgl1-amber-dri:取决于:libglapi-mesa (>= 23.0.4) 但要安装 23.0.4-0ubuntu1~22.04.1 取决于: zlib1g (>= 1:1.1.4) 但要安装 1:1.2.11.dfsg-2ubuntu9.2
我打包的程序没有显示我的应用程序的名称,而只有描述。
我已经尝试从 Ubuntu 存储库下载一些软件包,以查看它们可能会做哪些不同的事情,但我无法找到任何能让我到任何地方的东西。
有什么我可以尝试的吗?control
如果有帮助,这是软件包的文件:
Package: makedeb-alpha
Description: Create Debian archives from PKGBUILDs (alpha release)
Source: makedeb.sh
Version: 2.7.1-1
Architecture: all
Maintainer: Hunter Wittenborn <[email protected]>,
Depends: makepkg, dpkg-dev, binutils, file
Suggests: makedeb-db
您好,我有 Ubuntu 20.04 并且我安装了 grub-customizer 这两个命令首先:-sudo add-apt-repository ppa:danielrichter2007/grub-customizer
和第二:-sudo apt install grub-customizer
安装后,它运行良好,但是每次我通过终端键入此命令进行更新时,命令sudo apt update
都会给出以下输出:-
Ign:8 http://ppa.launchpad.net/danielrichter2007/grub-customizer/ubuntu focal InRelease
Err:9 http://ppa.launchpad.net/danielrichter2007/grub-customizer/ubuntu focal Release
404 Not Found [IP: 91.189.95.85 80]
Reading package lists... Done
E: The repository 'http://ppa.launchpad.net/danielrichter2007/grub-customizer/ubuntu focal Release' does not have a Release file.
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.
我不知道这是什么以及为什么,但想解决它。谢谢你。
我的机器上有两个版本的 Ubuntu。16.04 和 20.04。它们驻留在不同的磁盘上。我可以通过更改启动顺序来选择启动时想要的版本。
我启动到 16.04 版本,软件更新程序有更新等待处理。
我可以确定这些更新仅适用于 16.04 版本吗?
我正在运行 Ubuntu 20.04
打开时软件和更新屏幕是空白的。
有谁知道如何从命令行启动软件和更新 GUI?
然后我可以运行pgrep -fl
以检查任何孤立的进程。
root@mail:~# apt show software-properties-gtk
Package: software-properties-gtk
Version: 0.98.9.3
Priority: optional
Section: gnome
Source: software-properties
Origin: Ubuntu
Maintainer: Michael Vogt <[email protected]>
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 456 kB
Depends: gir1.2-goa-1.0 (>= 3.27.92-1ubuntu1), gir1.2-gtk-3.0, gir1.2-snapd-1 (>= 1.42), libgtk3-perl, python3, python3-dateutil, python3-distro-info, python3-gi, python3-requests-unixsocket, python3-software-properties (= 0.98.9.3), software-properties-common, ubuntu-drivers-common (>= 1:0.2.75), dconf-gsettings-backend | gsettings-backend, python3:any
Recommends: gnome-keyring, gnome-session-bin | xfce4-session | mate-session-manager
Task: ubuntu-desktop-minimal, ubuntu-desktop, xubuntu-core, xubuntu-desktop, ubuntustudio-desktop-core, ubuntustudio-desktop, ubuntukylin-desktop, ubuntu-mate-core, ubuntu-mate-desktop, ubuntu-budgie-desktop
Download-Size: 64.0 kB
APT-Manual-Installed: no
APT-Sources: http://mirror.fsmg.org.nz/ubuntu focal-updates/main amd64 Packages
Description: manage the repositories that you install software from (gtk)
This software provides an abstraction of the used apt repositories.
It allows you to easily manage your distribution and independent software
vendor software sources.
.
This package contains a GTK+ based graphical interface.
N: There are 2 additional records. Please use the '-a' switch to see them.
按顺序,我尝试过:
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade
sudo do-release-upgrade
运行最后一步后,结果为Please install all available updates for your release before upgrading
. 我也按顺序尝试了上述操作(根据之前关于apt
askUbuntuapt-get
的帖子)...我在进入第 4 步后收到相同的消息。我尝试sudo apt autoremove
在升级步骤后运行,但没有这样做。我尝试删除在运行步骤 2 后无法升级的软件包,但没有这样做(有一个无法升级的 dotnet-sdk)。notify 设置为任何新版本的 ubuntu。然后也尝试运行步骤 1-3 sudo update-manager
,但我得到了相同的消息。我的释放lsb_release -a
是
Dist ID - Ubuntu
Desc - Ubuntu 20.04.1 LTS
Release - 20.04
Codename - focal
我的第 3 方来源是:
- http://archive.canonical.com/ubuntu
- https://linux.teamviewer.com/deb
- http://dl.google.com/linux/chrome/deb/
编辑:
在我的 3rd 方源中禁用 teamviewer 和 chrome 解决了该错误。