差分
このページの2つのバージョン間の差分を表示します。
| 両方とも前のリビジョン 前のリビジョン 次のリビジョン | 前のリビジョン | ||
| linux:ubuntu:os_update [2019/01/08 22:26] – [普段のアップデート] ともやん | linux:ubuntu:os_update [2019/05/18 02:23] (現在) – 外部編集 非ログインユーザー | ||
|---|---|---|---|
| 行 1: | 行 1: | ||
| ====== Ubuntu OSアップデート ====== | ====== Ubuntu OSアップデート ====== | ||
| + | ===== release-upgrades の確認 ===== | ||
| + | <code autoconf> | ||
| + | $ cat / | ||
| + | # Default behavior for the release upgrader. | ||
| + | |||
| + | [DEFAULT] | ||
| + | # Default prompting behavior, valid options: | ||
| + | # | ||
| + | # never - Never check for a new release. | ||
| + | # normal - Check to see if a new release is available. | ||
| + | # | ||
| + | # the release that immediately succeeds the currently-running | ||
| + | # | ||
| + | # lts - Check to see if a new LTS release is available. | ||
| + | # will attempt to upgrade to the first LTS release available after | ||
| + | # the currently-running one. Note that this option should not be | ||
| + | # used if the currently-running release is not itself an LTS | ||
| + | # | ||
| + | # | ||
| + | Prompt=lts | ||
| + | </ | ||
| ===== 普段のアップデート ===== | ===== 普段のアップデート ===== | ||
| < | < | ||