我刚刚为 GIMP 的开发版本添加了一个 PPA 存储库,但出现此错误:
$ apt-get update && apt-get upgrade
...
The following packages have been kept back:
gimp gimp-data libgegl-0.0-0 libgimp2.0
Run Code Online (Sandbox Code Playgroud)
为什么以及如何解决它以便我可以使用最新版本而不是我现在拥有的版本?
因此,我在使用apt. 经过一番研究,这似乎是“分阶段更新”的结果。
apt有关分阶段更新的消息如此不清楚?我一直在尝试将我的 Ubuntu 18.04 版本升级到 20.04。我已经运行了从更新和升级 apt 和 apt-get 到更改更新管理器中的设置以及此链接中描述的所有步骤的所有步骤。但是我不断收到错误消息:
Please install all available updates for your release before upgrading.
Run Code Online (Sandbox Code Playgroud)
尝试从 18.04 升级到 20.04 是否有什么特别之处导致此错误?我可能需要先更新到 19.04 吗?
编辑:我刚刚注意到一些可能很重要的东西。当我运行时,sudo apt-get update我在输出结束时收到以下通知:
The following packages have been kept back:
colord gimagereader python-sane sane simple-scan
0 upgraded, 0 newly installed, 0 to remove and 5 not upgraded.
Run Code Online (Sandbox Code Playgroud)
这可能是导致问题的原因吗?
我正在尝试为 openssh-server 安装 ssh-import-id 但我得到了这个......这完全让我大吃一惊。我真的需要一些帮助!非常感谢!-S
$ sudo apt-get install ssh-import-id
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
texlive-common libopencc1 folks-common libyaml-tiny-perl libpth20 fakeroot libbrlapi0.5 ttf-dejavu-extra libmeanwhile1 liblouis-data syslinux-legacy
git-man empathy-common gcc-4.4-base java-common rpm-common syslinux-common libdotconf1.0 libexttextcat-data texlive-latex-recommended-doc
icedtea-netx-common xbitmaps command-not-found-data texlive-latex-base-doc libsonic0 liblouis2 libgif4 libgtksourceview-3.0-common espeak-data tzdata-java
apport-symptoms libminiupnpc8 remmina-common texlive-fonts-recommended-doc ibus-pinyin-db-android libspeechd2 libutempter0 ubuntu-wallpapers vim-runtime
libyajl1 app-install-data libdb4.8 texlive-doc-base libevent-2.0-5 libmhash2 patch texlive-pstricks-doc librsync1 …Run Code Online (Sandbox Code Playgroud) 我最近擦拭了我的盒子并安装了 20.10,我喜欢它,非常棒!这次我决定要生活在边缘并使用实验性的 zfs 支持,但在安装软件包和更新一段时间后,我现在遇到了一个奇怪的问题,我的启动 zpool 太满了。
每当我在软件更新程序中点击“立即更新”时,我都会收到如下消息:
The upgrade needs a total of 254 M free space on disk '/boot'. Please free at least an additional 194 M of disk space on '/boot'. You can remove old kernels using 'sudo apt autoremove', and you could also set COMPRESS=xz in /etc/initramfs-tools/initramfs.conf to reduce the size of your initramfs.
Run Code Online (Sandbox Code Playgroud)
我已经运行了sudo apt autoremove,它没有删除任何内容,我犹豫更改 initramfs 上的压缩,因为这更像是针对可能较低问题的补丁(也许我错了哈哈)。
我仍然可以手动升级,sudo apt update && sudo apt upgrade但每次都会收到此错误:
ERROR couldn't save system state: Minimum free …Run Code Online (Sandbox Code Playgroud)