由于realplayer在Linux下只能通过realplay*.bin来安装,装好后不能通过yum或rpm卸载。现在的realplayer已然成为名副其实的垃圾软件,Linux下尤其如此。

 

卸载它的办法就是通过locate realplay命令找到所有realplay相关的文件,然后统统删除之!

 

realplayer=$(locate realplay)
echo $realplayer
rm -rf $realplayer