Tbpgr Blog

Employee Experience Engineer tbpgr(てぃーびー) のブログ

CentOS6パッケージ管理

  • 概要

yumYellowdog Updater Modified)コマンドでのパッケージ管理の概要を説明します。

  • パッケージの検索

yum search "対象パッケージ名"

  • パッケージの詳細表示

yum info "対象パッケージ名"

  • パッケージのインストール

yum install "対象パッケージ名"

  • インストール済みパッケージの確認

yum list installed

  • パッケージの削除

yum erase "対象パッケージ名"

  • パッケージのアップデート

yum check-update "対象パッケージ名"