原版unzip不支持指定编码解压,需要使用打了iconv补丁的版本
# 卸载原版unzip(debian)
apt remove unzip
# 下载仓库到本地
git clone https://github.com/m13253/unzip-iconv.git
# 移动到文件夹
cd unzip-iconv
# 编译安装
make -f unix/Makefile generic
make -f unix/Makefile install
原版unzip不支持指定编码解压,需要使用打了iconv补丁的版本
# 卸载原版unzip(debian)
apt remove unzip
# 下载仓库到本地
git clone https://github.com/m13253/unzip-iconv.git
# 移动到文件夹
cd unzip-iconv
# 编译安装
make -f unix/Makefile generic
make -f unix/Makefile install
评论