パッケージ管理


セキュリティの関係上、パッケージの管理は必要不可欠な作業ですので忘れないために記載します。

# ls | grep sendmail
sendmail
RPMファイルの確認
# rpm -qa | grep sendmail
sendmail-cf-8.12.8-1.80
sendmail-8.12.8-1.80
sendmail-doc-8.12.8-1.80
インストール済みのソフトウェアを表示
# rpm -ql sendmail
/etc/aliases
(省略)
/var/spool/mqueue
パッケージに含まれるファイルの表示
# rpm -qi sendmail
Name : sendmail Relocations: (not relocateable)
Version : 8.12.8 Vendor: Red Hat, Inc.
Release : 1.80 Build Date: 2003年02月24日 22時01分12秒
(省略)
If you ever need to reconfigure Sendmail, you will also need to have
the sendmail.cf package installed. If you need doc
RPMパッケージの情報表示
# rpm -Uhv (パッケージ名) アップグレード
# rpm -e (パッケージ名) アンインストール