dpkg: 處理軟體包 nginx (--configure)時出錯: 依賴關係問題 - 仍未被配置

Debugger Blog發表於2020-11-21

wangyetao@wangyetao-Lenovo-G510:~$ sudo apt install nginx
正在讀取軟體包列表... 完成
正在分析軟體包的依賴關係樹       
正在讀取狀態資訊... 完成       
nginx 已經是最新版 (1.18.0-0ubuntu1)。
升級了 0 個軟體包,新安裝了 0 個軟體包,要解除安裝 0 個軟體包,有 0 個軟體包未被升級。
有 2 個軟體包沒有被完全安裝或解除安裝。
解壓縮後會消耗 0 B 的額外空間。
您希望繼續執行嗎? [Y/n] y
正在設定 nginx-core (1.18.0-0ubuntu1) ...
Job for nginx.service failed because the control process exited with error code.
See "systemctl status nginx.service" and "journalctl -xe" for details.
invoke-rc.d: initscript nginx, action "start" failed.
● nginx.service - The NGINX HTTP and reverse proxy server
     Loaded: loaded (/etc/systemd/system/nginx.service; enabled; vendor preset: enabled)
     Active: failed (Result: exit-code) since Sat 2020-11-21 00:14:02 CST; 9ms ago
    Process: 9115 ExecStart=/usr/local/nginx/sbin/nginx -c /usr/local/nginx/conf/nginx.conf (code=exited, status=203/EXEC)

11月 21 00:14:02 wangyetao-Lenovo-G510 systemd[1]: Starting The NGINX HTTP and reverse proxy server...
11月 21 00:14:02 wangyetao-Lenovo-G510 systemd[9115]: nginx.service: Failed to execute command: No such file or directory
11月 21 00:14:02 wangyetao-Lenovo-G510 systemd[9115]: nginx.service: Failed at step EXEC spawning /usr/local/nginx/sbin/nginx: No such file or directory
11月 21 00:14:02 wangyetao-Lenovo-G510 systemd[1]: nginx.service: Control process exited, code=exited, status=203/EXEC
11月 21 00:14:02 wangyetao-Lenovo-G510 systemd[1]: nginx.service: Failed with result 'exit-code'.
11月 21 00:14:02 wangyetao-Lenovo-G510 systemd[1]: Failed to start The NGINX HTTP and reverse proxy server.
dpkg: 處理軟體包 nginx-core (--configure)時出錯:
 已安裝 nginx-core 軟體包 post-installation 指令碼 子程式返回錯誤狀態 1
dpkg: 依賴關係問題使得 nginx 的配置工作不能繼續:
 nginx 依賴於 nginx-core (<< 1.18.0-0ubuntu1.1~) | nginx-full (<< 1.18.0-0ubuntu1.1~) | nginx-light (<< 1.18.0-0ubuntu1.1~) | nginx-extras (<<
 1.18.0-0ubuntu1.1~);然而:
  軟體包 nginx-core 尚未配置。
  未安裝軟體包 nginx-full。
  未安裝軟體包 nginx-light。
  未安裝軟體包 nginx-extras。
 nginx 依賴於 nginx-core (>= 1.18.0-0ubuntu1) | nginx-full (>= 1.18.0-0ubuntu1) | nginx-light (>= 1.18.0-0ubuntu1) | nginx-extras (>= 1.18.0-0
ubuntu1);然而:
  軟體包 nginx-core 尚未配置。
  未安裝軟體包 nginx-full。
  未安裝軟體包 nginx-light。
  未安裝軟體包 nginx-extras。

dpkg: 處理軟體包 nginx (--configure)時出錯:
 依賴關係問題 - 仍未被配置
因為錯誤訊息指示這是由於上一個問題導致的錯誤,沒有寫入 apport 報告。
                                                                    在處理時有錯誤發生:
 nginx-core
 nginx
E: Sub-process /usr/bin/dpkg returned an error code (1)
wangyetao@wangyetao-Lenovo-G510:~$ 

 

 

wangyetao@wangyetao-Lenovo-G510:~$ date
2020年 11月 21日 星期六 00:34:49 CST
wangyetao@wangyetao-Lenovo-G510:~$ lsb_release -a
No LSB modules are available.
Distributor ID:    Ubuntu
Description:    Ubuntu 20.04.1 LTS
Release:    20.04
Codename:    focal
wangyetao@wangyetao-Lenovo-G510:~$ uname -a
Linux wangyetao-Lenovo-G510 5.4.0-54-generic #60-Ubuntu SMP Fri Nov 6 10:37:59 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
wangyetao@wangyetao-Lenovo-G510:~$ 
 

按照這個連結解決問題,失敗,無效 https://blog.csdn.net/dym755833564/article/details/103835396 ,,唉!不知道怎麼辦!有大佬知道怎麼解決麼?2020年 11月 21日 星期六 00:23:38 CST。

相關文章