一、wget安装apt 1、先清空apt-get: sudo apt-get clean sudo apt-get update sudo apt-get upgrade 2、安装wget: sudo … Continue reading wget安装详解(Tool之wget)
标签: wget
centos系统出现提示-bash: wget: command not found 解决方法
最简单的方法: [root@DB1 ~]# yum -y install wget 安装wget完毕即可。
新购vps无法安装lnmp环境 提示wget: unable to resolve host address的解决办法
今天新买了个日本的vps,安装lnmp环境时提示如下 安装官网提供的安装方式安装 [root@MyCloudServer ~]# wget -c http://soft.vpser.net/lnmp/ … Continue reading 新购vps无法安装lnmp环境 提示wget: unable to resolve host address的解决办法