安装rpm遇到问题:
执行rpm -Uvh xxxxxx.rpm, 报freely redistributed under the terms of the GNU GPL
解决方法:
rpm -ivh xxx.rpm --nodeps --force
安装rpm遇到问题:
执行rpm -Uvh xxxxxx.rpm, 报freely redistributed under the terms of the GNU GPL
解决方法:
rpm -ivh xxx.rpm --nodeps --force