
Ubuntu日本語フォーラム

ログインしていません。
Ubuntu 20.04でupgradeしたら以下のようなメッセージが出ました。
このメッセージはUbuntu Proを使えということですかね?
---ここから
パッケージリストを読み込んでいます... 完了
依存関係ツリーを作成しています
状態情報を読み取っています... 完了
アップグレードパッケージを検出しています... 完了
Get more security updates through Ubuntu Pro with 'esm-apps' enabled:
vlc-bin vlc-plugin-video-output libavformat58 libavfilter7 libwireshark13
ffmpeg libwsutil11 liburiparser1 vlc-plugin-samba node-hosted-git-info
libswresample3 vlc-plugin-qt libgegl-0.4-0 libzmq5 python2.7-minimal
libhdf5-103 libwiretap10 vlc-plugin-skins2 libgegl-common
vlc-plugin-visualization vlc-l10n python2.7 vlc-plugin-notify libvlc5
libpostproc55 libvlccore9 libvlc-bin wireshark node-tar wireshark-common
libavcodec-extra cargo vlc libavutil56 vlc-data libavdevice58 jhead
libswscale5 libopenexr24 libsdl2-2.0-0 libsdl2-2.0-0 libmysofa1
vlc-plugin-video-splitter libpython2.7-minimal libhdf5-openmpi-103
libwireshark-data libavcodec-extra58 vlc-plugin-base libpython2.7-stdlib
libavresample4 wireshark-qt
Learn more about Ubuntu Pro at https://ubuntu.com/pro
#
# You can verify the status of security fixes using the `pro fix` command.
# E.g., a recent Ruby vulnerability can be checked with: `pro fix USN-6219-1`
# For more detail see: https://ubuntu.com/security/notices/USN-6219-1
#
アップグレード: 0 個、新規インストール: 0 個、削除: 0 個、保留: 0 個。
---ここまで
オフライン
20.04は2025年でサポートが切れるのでもし続けて使うならUbuntu Proにアップグレードしてセキュリティアップデートだけ受け取るようにしろという意味だと思います。
オフライン
返信ありがとうございます。
自己解決しました。
以下のコマンドを実行します。
$ sudo pro enable esm-apps
https://ubuntu.com/proにアクセスして、Ubuntu Oneにログインしてサブスクリプション登録すると'トークン'が表示されるので、以下のコマンドを実行します。
$ sudo pro attach 'トークン'
---
Enabling default service esm-apps
Updating package lists
Ubuntu Pro: ESM Apps enabled
Enabling default service esm-infra
Updating package lists
Ubuntu Pro: ESM Infra enabled
Enabling default service livepatch
Installing canonical-livepatch snap
Canonical livepatch enabled.
Unable to determine current instance-id
This machine is now attached to 'Ubuntu Pro - free personal subscription'
SERVICE ENTITLED STATUS DESCRIPTION
esm-apps yes enabled Expanded Security Maintenance for Applications
esm-infra yes enabled Expanded Security Maintenance for Infrastructure
fips yes disabled NIST-certified core packages
fips-updates yes disabled NIST-certified core packages with priority security updates
livepatch yes enabled Canonical Livepatch service
usg yes disabled Security compliance and audit tools
NOTICES
Operation in progress: pro attach
For a list of all Ubuntu Pro services, run 'pro status --all'
Enable services with: pro enable <service>
Account: [email protected]
Subscription: Ubuntu Pro - free personal subscription
---
これでapt upgradeすると、今までupgradeできなかったパッケージがupgradeされます。
検索したら以下のサイトに説明がありました。
https://www7390uo.sakura.ne.jp/wordpress/archives/1530
オフライン