グループをインストールするときは、groupinstallオプションを付けてyumコマンドを実行する。 # yum groupinstall "Development Tools" (省略) Performing the ...

2009/5/2 -Application tried to create a window, but no driver could be loaded. Make sure that your X server is running and that $DISPLAY is set correctly.

2011/10/22 -Group install just installs some group of packages (= all packages in a group). This can be useful when you want to install gnome desktop, ...

2019/8/31 -発端. yum groupinstall "Develepment Tools"でインストールされるパッケージを知りたい. □解決方法. yum groupinfo.

2015/11/6 -yum groupinstall 'Development Tools' -y yum install libX11-devel freetype-devel zlib-devel libxcb-devel -y yum install libX11-devel -y yum ...

2010/10/31 -sudo yum groupinstall "Development Tools"開発向けのパッケージをまとめてインストールしてくれるもの。 使わないパッケージもたくさん入る。

2010/3/29 -You could handle this through an Puppet Exec Type to execute the necessary group install. I would be sure to include a good onlyif or unless ...

2016/3/21 -グループ内のパッケージをリスト表示. yum groupinstall "group name": グループ内のパッケージ全部インストール; yum groupremove "group name" ...

2016/12/8 -Doing the following may work, and is consistent with your error message: yum groups mark install "Development Tools" yum groups mark convert ...

2024/1/6 -YUM (Yellowdog Updater, Modified) allows you to easily download and install software, and simplifies your installations on a CVM instance, ...