LoginSignup
1
0

More than 5 years have passed since last update.

Ubuntu 16.04でログイン時のアップデートパッケージ数が更新されない

Last updated at Posted at 2017-12-25

アップデートしたのに…

ログインする度に「まだアップデートがある」と言われて気になってしまう、この現象。
経験上、まれに起こる。

このあたりを見て、
/etc/update-motd.d/90-updates-availableを実行したら、出なくなった。

真因の調査

できておりません…

更新

ググると、こっちの方が正しい模様。

$ sudo run-parts /etc/update-motd.d/

18.04で更新されなくなって、これも試したものの、更新されず…
結局こうしてしまった。

$ sudo rm /var/lib/update-notifier/updates-available
$ sudo apt update
1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0