首页 > 其他 > 详细

linux安装unzip及使用

时间:2014-01-16 21:51:32      阅读:689      评论:0      收藏:0      [点我收藏+]

安装完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 generic

make install

 

好了,可以用了!

linux安装unzip及使用

原文:http://www.cnblogs.com/kedarui/p/3521450.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!