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

提供: Wikiducca
2019年1月1日 (火) 13:07時点におけるThe Pioneer (ノート | 投稿記録)による版

移動: 案内検索

Wikiduccaは終了しました。今後はゴールドペディアをご利用ください。groupinstall 指定したグループのパッケージをインストール groupupdate インストール済みのグループに含まれるパッケージを更新 grouplist インストール済みのグループおよびインストール可能なグループを表示 groupremove 指定したグループを削除 groupinfo 指定したグループに含まれるデフォルトパッケージとオプションパッケージを表示 <hr /> リストの確認: <br /> インストール済みのグループと、インストール可能なグループを確認する。 $ yum grouplist 結果: <pre> 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 </pre> インストールの例: # yum groupinstall "Development Tools" [[Category:Linux]] [[Category:yum]]