今日からあなたもLinuxシステム管理者rpmRPMパッケージをインストールする。パッケージのインストールは以下のように-iオプションを指定する。[mobile@localhost mobile]$ rpm -ivh j2sdk-1_4_2_05-linux-i586.rpmパッケージのアップグレードは以下のように-Uオプションを指定する。 [mobile@localhost mobile]$ rpm -Uvh j2sdk-1_4_2_05-linux-i586.rpmパッケージがインストールされているかどうかを調べるにはrpmコマンドで-qaオプションを指定し、パイプでgrepにつなぐと良い。"postgres"関連のパッケージがインストールされているか否かを調べるには以下のように入力する。 [mobile@localhost mobile]$ rpm -qa | grep postgres postgresql-libs-7.3.4-3.rhl9 postgresql-7.3.4-3.rhl9 postgresql-jdbc-7.3.4-3.rhl9 postgresql-server-7.3.4-3.rhl9
Copyright(C) 2004-2015 モバイル開発系(K) All rights reserved.
[Home]
|