基本语法
bash
yum [选项] [参数]
选项说明
bash
-y 对所有提问都回答"yes"
参数说明
实操
bash
yum list | grep firefox
yum -y remove firefox
yum -y install firefox