一般rar格式都是在windows下压缩得到的,但是如果压缩包中包含中文,往往会有乱码,这个问题主要是有rar软件引起的。
解决这个问题的方法可以先卸载rar,然后重装p7zip-full和unrar,具体的命令如下:
sudo apt-get remove rar
sudo apt-get install p7zip-full
sudo apt-get install unrar
一般rar格式都是在windows下压缩得到的,但是如果压缩包中包含中文,往往会有乱码,这个问题主要是有rar软件引起的。
解决这个问题的方法可以先卸载rar,然后重装p7zip-full和unrar,具体的命令如下:
sudo apt-get remove rar
sudo apt-get install p7zip-full
sudo apt-get install unrar