Ubuntu 22.04.3 LTSメンテしとくて
$ sudo sh -c 'apt update; apt dist-upgrade -y; snap refresh'
:
The following packages have been kept back:
fonts-ricty-diminished openssh-client openssh-server openssh-sftp-server
The following packages will be upgraded:
libc-bin libc-dev-bin libc-devtools libc6 libc6:i386 libc6-dbg libc6-dev
libc6-i386 libwebp7 libwebpdemux2 libwebpmux3 locales thermald thunderbird
thunderbird-locale-en thunderbird-locale-en-us
16 upgraded, 0 newly installed, 0 to remove and 4 not upgraded.
:
firefox 117.0.1-2 from Mozilla✓ refreshed
openssh-* のバージョンが固定されてるのはどうしてだ?dpkg -lするとfonts-ricty-diminishedはHoldになっている(僕がした)のだけれどopenssh-clientはHoldになっていない>。
$ sudo apt --with-new-pkgs upgrade openssh-client openssh-server openssh-sftp-server
:
The following packages will be upgraded:
openssh-client openssh-server openssh-sftp-server
3 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
:
まいっか。
Do you want to continue? [Y/n] y
$ sudo apt autoremove --purge
もして、
$ cat /var/run/reboot-required*
*** System restart required ***
libc6
libc6
$ sync; sync; sync; sudo reboot
(-人-)