On 05/24/2017 06:07 PM, Scott Gennari wrote:
On 5/24/2017 5:59 PM, Robert Moskowitz wrote:
yum group info Xfce
Group: Xfce Group-Id: xfce-desktop Description: A lightweight desktop environment that works well on low end machines. Mandatory Packages: +Thunar +xfce-utils
Thanks. Much different output than I got from Fedora. What are all those + in front of each line?
the recommendation on how to feed a list into yum from:
https://unix.stackexchange.com/questions/47304/centos-install-packages-liste...
yum -y install $(cat filename cat | tr '\n' ' ')
Will need a bit more editing of the list than just removing the first lines!
hmm. but that seems like an error with 'cat filename cat' ??