コンテンツにスキップ
メインメニュー
メインメニュー
サイドバーに移動
非表示
案内
メインページ
全カテゴリ
カテゴリ未導入のページ
利用者の投稿記録
最近の更新
特別ページ一覧
ヘルプ
新規作成
新しい記事
検索
検索
表示
ログイン
個人用ツール
ログイン
yum でグループ単位でのパッケージの追加/削除のソースを表示
ページ
ノート
日本語
閲覧
ソースを閲覧
履歴を表示
ツール
ツール
サイドバーに移動
非表示
操作
閲覧
ソースを閲覧
履歴を表示
全般
リンク元
関連ページの更新状況
特別ページ
ページ情報
表示
サイドバーに移動
非表示
←
yum でグループ単位でのパッケージの追加/削除
あなたには「このページの編集」を行う権限がありません。理由は以下の通りです:
この操作は、次のグループに属する利用者のみが実行できます:
登録利用者
。
このページのソースの閲覧やコピーができます。
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]]
yum でグループ単位でのパッケージの追加/削除
に戻る。