Dell Optiplex GXa |
SolarisTM 10 x86 3/05 |
パッケージ フリーウェア
いくつかのフリーウェアはパッケージ化されていて、インストールが楽にできるようになっているので利用する。
但し、パッケージ化はソースがリリースされてからかなり時間が経ってからリリースされるので、セキュアな
ソフトウェアはパッケージに頼らずにソースからコンパイル・インストールするべきだ。
OSインストール後、すぐにパッケージからインストールするべき(必要だったり、便利だったり)フリーウェアは
bison-1.875d-sol10-intel-local
gcc-3.3.6-sol10-intel-local
gzip-1.3.5-sol10-intel-local
libgcc-3.3-sol10-intel-local
libiconv-1.8-sol10-intel-local
libtool-1.5-sol10-intel-local
make-3.80-sol10-intel-local
m4-1.4.1-sol10-intel-local
tar-1.15.1-sol10-intel-local
wget-1.9.1-sol10-intel-local
などが挙げられる。
ダウンロード元
準 備:
パッケージは標準では/var/spool/pkg内に入れて作業するようになっているが、ここで
は新規ディレクトリ/opt/pkg/を作成し、その中で作業する。
SuperUserになる。
作業ディレクトリに移動する。
wget:
ftpで上記サーバーにアクセスする。
# ftp ftp.sunfreeware.com
Connected to sunfreeware.com.
220 ftp.sunfreeware.com FTP server ready.
Name (ftp.sunfreeware.com:you): anonymous
331 Guest login ok, send your complete e-mail address as password.
Password:you@domain1.com
230-
230-==============================================
230-This is the ftp.sunfreeware.com ftp server
230-
230-If you have not already done so, make sure
230-you have read the Downloading/Installation,
230-FAQ, and Disclaimer links on
230-http://sunfreeware.com.
230-
230-This is a restricted access system. All
230-transfers are logged. If you disagree
230-with this practice, log off now.
230-
230-Questions go to Steve Christensen at
230-the address given on sunfreeware.com.
230-==============================================
230-
230-
230 Guest login ok, access restrictions apply.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> cd pub/freeware/intel/10
250 CWD command successful.
ftp> get wget-1.9.1-sol10-intel-local.gz
200 PORT command successful.
150 Opening BINARY mode data connection for wget-1.9.1-sol10-intel-local.gz (416038 bytes).
##################################
226 Transfer complete.
local: wget-1.9.1-sol10-intel-local.gz remote: wget-1.9.1-sol10-intel-local.gz
416038 bytes received in 4.3 seconds (930.96 Kbytes/s)
ftp> bye
221-You have transferred 416038 bytes in 1 files.
221-Total traffic for this session was 417120 bytes in 1 transfers.
221-Thank you for using the FTP service on ftp.sunfreeware.com.
221 Goodbye.
ダインロードしたパッケージを解凍する。
# gunzip wget-1.9.1-sol10-intel-local.gz
インストールする。
# pkgadd -d ./wget-1.9.1-sol10-intel-local
あとは指示に従ってEnterを押していくだけ。
他のパッケージ:
以下はtar-1.15.1を例にとった場合。他のパッケージも同じ要領でインストールする。
ダウンロードする。
# wget http://sunsite.sut.ac.jp/pub/sun-info/Solaris/intel/10/tar-1.15.1-sol10-intel-local.gz
ダウンロードしたアーカイブを解凍する。
# gunzip tar-1.15.1-sol10-intel-local.gz
インストールする。
# pkgadd -d ./tar-1.15.1-sol10-intel-local
あとは指示に従ってEnterを押していくだけ。