The program ‘nginx‘ can be found in the following packages: * nginx-core * nginx-extras * nginx-f

若报错:

The program 'nginx' can be found in the following packages:
 * nginx-core
 * nginx-extras
 * nginx-full
 * nginx-light
Try: apt install <selected package>

使用绝对路径使用命令:
The program ‘nginx‘ can be found in the following packages:  * nginx-core  * nginx-extras  * nginx-f

nginx: [error] invalid PID number "" in "/usr/local/nginx/logs/nginx.pid"

ps -ef | grep nginx

然后杀掉进程
The program ‘nginx‘ can be found in the following packages:  * nginx-core  * nginx-extras  * nginx-f

上一篇:from Crypto.Cipher import AES


下一篇:AES_GCM加解密代码实现