LINUX安装UNZIP

it2022-05-09  35

安装完linux ,发现没有UNZIP,没办法,重新安装。

 

1、获取unzip源码

sudo wget http://downloads.sourceforge.net/infozip/unzip552.tar.gz

 

2、解压

tar zxvf unzip552.tar.gz

 

3、进入目录

cd unzip-5.52/

 

4、将Makefile从unix子目录复制到当前目录

cp unix/Makefile .

 

5、安装

make prefix=/usr linux 

make prefix=/usr install 

 

好了,可以用了!

 

转载于:https://www.cnblogs.com/go2anywhere/p/3286890.html


最新回复(0)