「次のパッケージが予約されました」は、「--with-new-pkgs」を使用して Debian 11 で実行できません。

「次のパッケージが予約されました」は、「--with-new-pkgs」を使用して Debian 11 で実行できません。

システムをアップグレードしようとするたびに、多数のパッケージが保持されます。

The following packages were automatically installed and are no longer required:
  python3-async-timeout python3-pytest-asyncio python3-testpath
  python3-typing-extensions
Use 'sudo apt autoremove' to remove them.
The following packages have been kept back:
  evolution evolution-common evolution-data-server evolution-plugin-bogofilter
  evolution-plugin-pstimport evolution-plugins folks-common
  gir1.2-gweather-3.0 gnome gnome-calendar gnome-contacts gnome-control-center
  gnome-control-center-data gnome-core gnome-maps gnome-settings-daemon
  gnome-settings-daemon-common gnome-shell gnome-shell-common
  gnome-shell-extension-prefs gnome-shell-extensions gnome-weather
  gsettings-desktop-schemas libcamel-1.2-62 libebackend-1.2-10
  libedata-book-1.2-26 libedata-cal-2.0-1 libedataserverui-1.2-2 libevolution
  libgweather-3-16 libsemanage-common passwd udisks2

まず、不要なパッケージを削除するために次のコマンドを実行しました。

sudo apt autoremove

次に試したことは次のとおりです。

sudo apt-get --with-new-pkgs upgrade

...しかし何も変わらない。そのため、パッケージを手動でインストールすることにしました。

sudo apt install evolution evolution-common evolution-data-server evolution-plugin-bogofilter evolution-plugin-pstimport evolution-plugins folks-common gir1.2-gweather-3.0 gnome gnome-calendar gnome-contacts

ただし、次のエラーが発生しました。

(gnome-control-center:10099): GLib-GIO-ERROR **: 14:07:35.779: Settings schema 'org.gnome.settings-daemon.peripherals.mouse' is not installed
Trace/breakpoint trap

(org.gnome.Weather:10117): GLib-GIO-CRITICAL **: 14:07:35.913: This application can not open files.

ベストアンサー1

最後にfwupdこれに従ってインストールしました。郵便はがき:

$ sudo apt install fwupd
fwupd is already the newest version (1.5.7-5).
fwupd set to manually installed.
The following packages were automatically installed and are no longer required:
  gnome-getting-started-docs libcamel-1.2-62 libedataserver-1.2-25 libedataserverui-1.2-2 libgdk-pixbuf-xlib-2.0-0 libgdk-pixbuf2.0-0 libhandy-0.0-0

私は続けて以下を実行します。

$ sudo apt autoremove
$ sudo apt upgrade
The following packages have been kept back:
  libsemanage-common passwd udisks2
$ sudo apt install libsemanage-common passwd udisks2
The following package was automatically installed and is no longer required:
  exfat-fuse
$ sudo apt autoremove
$ sudo apt upgrade
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

解決しました!

おすすめ記事