Linux 提示 xxx: command not found 解决方法
Linux prompt XXX: command not found solution
Linux 代码集合 Code set
Tips Curl: command not found
This is because your VPS doesn’t have curl
Install curl:
apt-get update -y && apt-get install curl -y ##ubuntu/debian System installation Curl method
yum update -y && yum install curl -y ## centos System installation Curl method
Tips Sudo: command not found
This is because your VPS doesn’t have Sudo
Install Sudo:
su
apt update
apt install sudo ##Sudo method of installing Ubuntu / Debian system
apt-get install sudo ##Sudo method of installing Ubuntu / Debian system
Tips gcc: command not found
This is because your VPS doesn’t have gcc
Install gcc:
apt-get install build-essential
Wireless network card driver
Install the drive
apt update
apt install broadcom-sta-dkms
Tipps Curl: command not found
Das liegt daran, dass dein VPS keine Locken hat.
Curl installieren:
apt-get update -y && apt-get install curl -y ##ubuntu/debian System Curl method
yum update -y && yum install curl -y ## centos System Curl method
Tipps Sudo: command not found
Das liegt daran, dass dein VPS keine Locken hat.
Sudo installieren:
su
apt update
apt install sudo ##ubuntu/debian Sudo method
apt-get install sudo ##ubuntu/debian Sudo method
Tipps gcc: command not found
Das liegt daran, dass dein VPS keine Locken hat.
gcc installieren:
apt-get install build-essential
Treiber für drahtlose Netzwerkkarten
Installieren Sie das Laufwerk
apt update
apt install broadcom-sta-dkms
Подсказка Curl: command not found
Это из – за того, что твоя VPS не была загружена курлом
установка Curl:
apt-get update -y && apt-get install curl -y ##ubuntu/debian Curl метод
yum update -y && yum install curl -y ##centos System Curl метод
Подсказка Sudo: command not found
Это из – за того, что твоя VPS не была загружена курлом
установка Sudo:
su
apt update
apt install sudo ##ubuntu/debian Sudo метод
apt-get install sudo ##ubuntu/debian Sudo метод
Подсказка gcc: command not found
Это из – за того, что твоя VPS не была загружена курлом
установка gcc:
apt-get install build-essential
привод беспроводной карты
установочный привод
apt update
apt install broadcom-sta-dkms
提示 curl: command not found
这是因为你的 VPS 没装 Curl
安装Curl:
apt-get update -y && apt-get install curl -y ##ubuntu/debian系统安装 Curl 方法
yum update -y && yum install curl -y ## centos系统安装 Curl 方法
提示 Sudo: command not found
这是因为你的 VPS 没装 Sudo
安装Sudo:
su
apt update
apt install sudo ##ubuntu/debian系统安装 Sudo 方法
apt-get install sudo ##ubuntu/debian系统安装 Sudo 方法
提示 gcc: command not found
这是因为你的 VPS 没装 gcc
安装 Gcc:
apt-get install build-essential
无线网卡驱动
安装驱动
apt update
apt install broadcom-sta-dkms