따라해보려고 했는데이것"GUI가 있는 서버"에 대한 모든 패키지를 다운로드합니다. 내가 뭐 잘못 했어요?
운영 체제: RHEL 7.5
[root@test rpms]# repoquery --qf=%{name} -g --list --grouppkgs=all "Server with GUI" | xargs -I{} repotrack -a x86_64 -p "Server with GUI"/ {}
[root@test rpms]# echo $?
0
[root@test rpms]# ll
total 0
[root@test rpms]#
감사해요!