采用aerospike-tools安裝工具安裝as時(shí),執(zhí)行腳本asinstall
查看asinstall的具體信息,可以發(fā)現(xiàn)主要是使用rpm腳本安裝rpm

asintall文件
所以,卸載軟件采用rpm -e的方式卸載
一、rpm -qa|grep aerospike查看本機(jī)安裝了哪些as包

查看
二、rpm -e 包名卸載

卸載
采用aerospike-tools安裝工具安裝as時(shí),執(zhí)行腳本asinstall
查看asinstall的具體信息,可以發(fā)現(xiàn)主要是使用rpm腳本安裝rpm
所以,卸載軟件采用rpm -e的方式卸載
一、rpm -qa|grep aerospike查看本機(jī)安裝了哪些as包
二、rpm -e 包名卸載