これは不可解です。 16.04.1(14.04からアップグレード済み)を実行していますが、定期的な更新の手順は不明です。
以前のバージョンと同様に、Software Updaterから通知を受け取り、それらを実行します。しかし、新しいソフトウェア(ソフトウェアセンターの代わり)を起動すると、そのアプリケーションからインストールされる更新も表示されます。
私は両方を行っていますが、ここで何が起こっているのかわかりません。誰が何が起こっているのか知っていますか?
コマンドラインの更新結果は次のとおりです。
$ Sudo apt-get update
Hit:1 http://us.archive.ubuntu.com/ubuntu xenial InRelease
Ign:2 http://dl.google.com/linux/chrome/deb stable InRelease
Get:3 http://us.archive.ubuntu.com/ubuntu xenial-updates InRelease [95.7 kB]
Get:4 http://security.ubuntu.com/ubuntu xenial-security InRelease [94.5 kB]
Ign:5 http://dl.google.com/linux/talkplugin/deb stable InRelease
Hit:6 http://dl.google.com/linux/chrome/deb stable Release
Hit:7 http://archive.canonical.com/ubuntu xenial InRelease
Hit:8 http://dl.google.com/linux/talkplugin/deb stable Release
Hit:10 http://us.archive.ubuntu.com/ubuntu xenial-backports InRelease
Get:11 http://us.archive.ubuntu.com/ubuntu xenial-updates/main AMD64 Packages [364 kB]
Get:13 http://us.archive.ubuntu.com/ubuntu xenial-updates/main i386 Packages [359 kB]
Get:14 http://us.archive.ubuntu.com/ubuntu xenial-updates/universe AMD64 Packages [314 kB]
Get:15 http://us.archive.ubuntu.com/ubuntu xenial-updates/universe i386 Packages [310 kB]
Fetched 1,537 kB in 2s (722 kB/s)
Reading package lists... Done
$ Sudo apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
$ Sudo apt-get dist-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
これはどちらかまたはオプションではありません。自分に合ったツールを使用してください。一部のシステムでは、aptitude、apt-get、Software Updaterを使用しています。
これらはほとんど同じデータの前にある異なるフロントエンドです。 aptitude
は、他のツールの中でapt-get
を使用します。 Software Updaterがどのツールを使用するのかわからなかったが、apt-get
がそのうちの1つになると思います。