Linux上安装dos2unix
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
Linux上安装dos2unix
下载hd2u-1.0.3.tgz
在http://linux.softpedia.com/progDownload/Dos2Unix-Download-5519.html下载hd2u-1.0.3.tgz
打开命令行,进行安装,命令如下:
tar -zxvf hd2u-1.0.3.tgz
cd hd2u-1.0.3
./configure
make
makeinstall
whereis dos2unix#查看是否安装成功
dos2unix: /usr/local/bin/dos2unix
3.0 安装过程中可能会安装失败,
configure: error: * libpopt not found
此时需要安装popt,步骤如下:
3.1 下载popt:
http://www.linuxfromscratch.org/blfs/view/svn/general/popt.html
3.2安装popt
tar -xzvf popt-1.16.tar.gz
cd popt-1.16
./configure
make
make install
3.3 安装完毕之后,重新安装dos2unix即可。
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献6条内容
所有评论(0)