ubuntu中RAR解压缩中文文件名失败的解决方法

1.到http://www.rarlab.com/download.htm下载RAR 4.20 for Linux  
2.解压缩,运行终端,进入解压缩的目录,命令行运行:sudo make install  
3.建立软链接:sudo ln -s /usr/local/bin/rar /usr/bin  
完成,Ubuntu 的自带归档管理器就可以解压rar压缩文件了。  

成功解决乱码问题,从此在ubuntu和windows下压缩的中文文件在另一种系统打开再也不是乱码了。  

转自http://tossp.com/successful-resolution-of-compressed-rar-file-in-ubuntu-chinese-garbled-file-name-to-open.html

亲测成功。

你可能感兴趣的:(ubuntu中RAR解压缩中文文件名失败的解决方法)