yum でグループ単位でのパッケージの追加/削除

提供: Wikiducca
yum-groupから転送)
移動: 案内検索

groupinstall 指定したグループのパッケージをインストール

groupupdate インストール済みのグループに含まれるパッケージを更新

grouplist インストール済みのグループおよびインストール可能なグループを表示

groupremove 指定したグループを削除

groupinfo 指定したグループに含まれるデフォルトパッケージとオプションパッケージを表示


リストの確認:
インストール済みのグループと、インストール可能なグループを確認する。

$ yum grouplist

結果:

Loading "installonlyn" plugin
Setting up Group Process
Setting up repositories
rpmforge                  100% |=========================| 1.1 kB    00:00
base                      100% |=========================| 2.1 kB    --:--
updates                   100% |=========================| 1.9 kB    00:00
addons                    100% |=========================|  951 B    00:00
extras                    100% |=========================| 1.1 kB    00:00
comps.xml                 100% |=========================| 920 kB    00:00
yumgroups.xml             100% |=========================| 9.7 kB    00:00
Installed Groups:
Engineering and Scientific
Development Libraries
Editors
System Tools
Text-based Internet
Legacy Network Server
DNS Name Server
Dialup Networking Support
FTP Server
Network Servers
Legacy Software Development
Java
Java Development
Legacy Software Support
Graphics
Ruby
Windows File Server
Printing Support
Mail Server
Server Configuration Tools
Administration Tools
Available Groups:
Tomboy
Cluster Storage
Office/Productivity
Virtualization
MySQL Database
Beagle
GNOME Software Development
X Software Development
GNOME Desktop Environment
Authoring and Publishing
Base
Mono
Games and Entertainment
XFCE-4.4
Clustering
OpenFabrics Enterprise Distribution
Emacs
X Window System
Web Server
KDE Software Development
KDE (K Desktop Environment)
Horde
Sound and Video
PostgreSQL Database
News Server
Development Tools
KVM
Yum Utilities
FreeNX and NX
Graphical Internet
Done

インストールの例:

# yum groupinstall "Development Tools"