2019/10/03(木)プログラムのインストールとアップデード
試しに gitコマンドをインストールした。
OpenBSD-PINE64$ doas pkg_add git quirks-3.124 signed on 2019-09-29T22:31:58Z https://ftp.riken.jp/pub/OpenBSD/6.5/packages/aarch64/git-2.21.0.tgz: Requesting https://ftp.riken.jp/pub/OpenBSD/6.5/packages/aarch64/git-2.21.0.tgz https://ftp.riken.jp/pub/OpenBSD/6.5/packages-stable/aarch64/curl-7.64.1p1.tgz: Requesting https://ftp.riken.jp/pub/OpenBSD/6.5/packages-stable/aarch64/curl-7.64.1p1.tgz git-2.21.0:cvsps-2.1p2: ok git-2.21.0:libiconv-1.14p3: ok git-2.21.0:gettext-0.19.8.1p3: ok git-2.21.0:p5-Error-0.17025: ok git-2.21.0:nghttp2-1.37.0: ok git-2.21.0:curl-7.64.1p1: ok git-2.21.0:rsync-3.1.3: ok git-2.21.0: ok The following new rcscripts were installed: /etc/rc.d/gitdaemon /etc/rc.d/rsyncd See rcctl(8) for details. New and changed readme(s): /usr/local/share/doc/pkg-readmes/git
アップデートは pkg_add に -uオプションをつける。
オプションの後ろにアップデートしたいプログラムを指定するのだが、省略するとすべてのプログラムをチェックする。
この為、対象が多いとかなり時間がかかる。
OpenBSD-PINE64$ doas pkg_add -u quirks-3.124 signed on 2019-09-29T22:31:58Z quirks-3.124: ok