pkgaddコマンドは、パッケージをインストールします。Solarisでのみ使用可能です。
- ① -n
- Solarisでのパッケージのインストールは、対話形式で行われます。しかし、このオプションを指定すると対話形式で入力する値に、すべてデフォルトのものを適用したとして処理を継続します。
- ② -d DEVICE
- パッケージファイルの格納先を「DEVICE」で指定します。省略時には、「/var/spool/pkg」に格納します。
- ① PKGNAME
- インストールするパッケージ名を指定します。
# pkgadd -n SUNWbash
#
# cd /opt/pkg
# ls
SUNWgzip SUNWjman SUNWzsh SUNWzshS
パッケージファイル# pkgadd -d /opt/pkg
The following packages are available:
1 SUNWgzip The GNU Zip (gzip) compression utility
(i386) 11.9.0,REV=2002.03.02.00.30
2 SUNWjman Japanese localization specific English manual pages
(i386) 1.2,REV=2002.01.31.09.18
3 SUNWzsh Z shell (zsh)
(i386) 11.9.0,REV=2002.03.02.00.30
4 SUNWzshS Source for the Z shell (zsh)
(i386) 11.9.0,REV=2002.03.02.00.30
ディレクトリ「/opt/pkg」の配下にあるパッケージの一覧を表示
Select package(s) you wish to process (or 'all' to process
all packages). (default: all) [?,??,q]: 2
インストールするパッケージを選択
ここでは「2」の「SUNWjman」を選択
Processing package instancefrom
Japanese localization specific English manual pages
(i386) 1.2,REV=2002.01.31.09.18
Copyright 2002 Sun Microsystems, Inc. All rights reserved.
Use is subject to license terms.
This appears to be an attempt to install the same architecture and
version of a package which is already installed. This installation
will attempt to overwrite this package.
Using > as the package base directory.
## Processing package information.
## Processing system information.
49 package pathnames are already properly installed.
## Verifying package dependencies.
## Verifying disk space requirements.
## Checking for conflicts with packages already installed.
## Checking for setuid/setgid programs.
This package contains scripts which will be executed with super-user
permission during the process of installing this package.
Do you want to continue with the installation of[y,n,?] y
実際にインストールを行う場合は「y」、インストールを中止する場合は「n」を指定
Installing Japanese localization specific English manual pages as
## Installing part 1 of 1.
Installation ofwas successful.
The following packages are available:
1 SUNWgzip The GNU Zip (gzip) compression utility
(i386) 11.9.0,REV=2002.03.02.00.30
2 SUNWjman Japanese localization specific English manual pages
(i386) 1.2,REV=2002.01.31.09.18
3 SUNWzsh Z shell (zsh)
(i386) 11.9.0,REV=2002.03.02.00.30
4 SUNWzshS Source for the Z shell (zsh)
(i386) 11.9.0,REV=2002.03.02.00.30
Select package(s) you wish to process (or 'all' to process
all packages). (default: all) [?,??,q]: q
さらにインストールを続ける場合は、インストールするパッケージの番号を選択。インストールを終了する場合は「q」を選択#
関連タグ
本コンテンツは「UNIXコマンド辞典 ビギナー編」(2003年)を元にWeb用に再編集したものです
All Contents copyright © 2003-2009 Odyssey Communications Inc., Shoeisha Co., Ltd.