This program may be freely redistributed under the terms of the GNU GPL

在centos中安装Google浏览器时

执行[root@server1 opt]# rpm ivh install google-chrome-stable_current_x86_64.rpm

爆出提示:This program may be freely redistributed under the terms of the GNU GPL

解决方法:

将执行语句改为

[root@server1 opt]# rpm -ivh google-chrome-stable_current_x86_64.rpm

你可能感兴趣的:(Linux环境配置)