# 查询软件列表 # rpm -qa | grep 软件名 rpm -qa | grep mysql # 卸载软件 # sudo yum remove 软件名 sudo yum remove mysql