Ubuntu 20.04.6 LTSのlibjs-jqueryとlibmysqlclient21に更新が来てたんだけど使ってない気がするので消してみるね。
$ sudo apt remove --purge libjs-jquery
:
The following package was automatically installed and is no longer required:
javascript-common
Use 'sudo apt autoremove' to remove it.
The following packages will be REMOVED:
libjs-jquery*
0 upgraded, 0 newly installed, 1 to remove and 1 not upgraded.
:
$ sudo apt remove --purge libmysqlclient21
:
The following packages will be REMOVED:
libmysqlclient21* libpam-yubico*
0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded.
:
Do you want to continue? [Y/n] n
Abort.
「Yubicoおまえだったのか」
「ゆび子って誰よきー」
$ sudo apt autoremove --purge
:
The following packages will be REMOVED:
javascript-common*
:
Do you want to continue? [Y/n]
:
Removing javascript-common (11) ...
Conf javascript-common disabled.
apache2_invoke prerm: Disable configuration javascript-common
(Reading database ... 82769 files and directories currently installed.)
Purging configuration files for javascript-common (11) ...
apache2_invoke postrm: Purging state for javascript-common
ヨシ。たぶん…。
$ sudo sh -c 'apt update && apt dist-upgrade -y'
:
The following packages will be upgraded:
libmysqlclient21
1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
1 standard LTS security update
:
$ cat /var/run/reboot-required*
cat: '/var/run/reboot-required*': No such file or directory
たぶんヨシ