amy720

rpm 安装卸载命令

 查询包

rpm -qa | grep java | xargs rpm -e --nodeps

安装rpm软件包
rpm -ivh jdk-8u101-linux-x64.rpm

卸载
rpm -e 包名

分类:

技术点:

相关文章: