新的部署机器是 ubuntu ,安装的时候省略了很多的工具。

没有unzip !


1、获取unzip源码

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

wget http://downloads.sourceforge.net/infozip/unzip552.tar.gz   (centos)

2、解压

tar zxvf unzip552.tar.gz


3、进入目录

cd unzip-5.52/


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

cp unix/Makefile .


5、安装

Ubuntu


make prefix=/usr linux 

sudo make prefix=/usr install 


CentOS


make generic  (centos)

install(centos)



好了,可以用了!



GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:22 天前 )
186a802e added ecosystem file for PM2 4 年前
5def40a3 Add host customization support for the NodeJS version 4 年前
Logo

旨在为数千万中国开发者提供一个无缝且高效的云端环境,以支持学习、使用和贡献开源项目。

更多推荐