Yum groups malcolmNov 5, 2019 # yum groups list # yum groups info “Development Tools” # yum groups install “Server with GUI”
Installing just security updates with yum Install just the security patches, but not kernel or java... malcolmJun 18, 2024
cat a file and remove comments and blank lines $ cat file.txt | grep -v "#" | grep -v... malcolmFeb 9, 2021