FreeBSD 14
Sponsored Link

初期設定 : システムを最新化する2023/12/14

 
サーバー運用開始後はシステムのアップデートが難しい場面もありますが、少なくともインストール直後のシステム構築時はシステムを最新化しておきましょう。
[1] システムを最新化します。
# リポジトリのカタログ最新化

root@dlp:~ #
pkg update

Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.

# システム最新化

root@dlp:~ #
pkg upgrade -y

The package management tool is not yet installed on your system.
Do you want to fetch and install it now? [y/N]: y
Bootstrapping pkg from pkg+http://pkg.FreeBSD.org/FreeBSD:14:amd64/quarterly, please wait...
Verifying signature with trusted certificate pkg.freebsd.org.2013102301... done
Installing pkg-1.20.8...
Extracting pkg-1.20.8: 100%
Updating FreeBSD repository catalogue...
Fetching meta.conf: 100%    163 B   0.2kB/s    00:01
Fetching packagesite.pkg: 100%    7 MiB 551.3kB/s    00:13
Processing entries: 100%
FreeBSD repository update completed. 33875 packages processed.
All repositories are up to date.
Updating database digests format: 100%
Checking for upgrades (1 candidates): 100%
Processing candidates (1 candidates): 100%
Checking integrity... done (0 conflicting)
Your packages are up to date.
関連コンテンツ