GNU/Linux >> Linux の 問題 >  >> Ubuntu

Dpkg-deb:エラー:サブプロセスの貼り付けがSignal(壊れたパイプ)Nginxによって強制終了されましたか?

ソフトウェアの最新オプションは、nginxのアップグレードを自動的にダウンロードします 。ただし、インストール中に次のエラーが発生します:

Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following NEW packages will be installed:
  nginx
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/434 kB of archives.
After this operation, 977 kB of additional disk space will be used.
(Reading database ... 291344 files and directories currently installed.)
Unpacking nginx (from .../nginx_1.4.7-1~precise_amd64.deb) ...
----------------------------------------------------------------------

Thanks for using nginx!

Please find the official documentation for nginx here:
* http://nginx.org/en/docs/

Commercial subscriptions for nginx are available on:
* http://nginx.com/products/

----------------------------------------------------------------------
dpkg: error processing /var/cache/apt/archives/nginx_1.4.7-1~precise_amd64.deb (--unpack):
 trying to overwrite '/etc/logrotate.d/nginx', which is also in package nginx-common 1.4.6-1+precise0
dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
Errors were encountered while processing:
 /var/cache/apt/archives/nginx_1.4.7-1~precise_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

実際、そのファイル/etc/logrotate.d/nginx このフォルダには存在しません。

ベストアンサー

端末で以下のコマンドを実行します

sudo dpkg -P nginx-common
sudo apt-get install -f

上記のnginx-commonをアンインストールするときに依存関係の問題が表示される場合 パッケージ化してから、nginx-commonを削除します パッケージとその依存関係。

sudo apt-get purge nginx*

上記のコマンドを実行する前に、nginxとともにパージされる依存関係パッケージを確認することを忘れないでください。

sudo apt-get purge -s nginx*

Ubuntu
  1. Dpkg Package Pre-installation Script Subprocess Returned Error Exit Status 2 On 18.04?

  2. AwkパターンがNginx-vのConfigure引数と一致しないのはなぜですか?

  3. .desktopファイル。アプリケーションの起動中にエラーが発生しましたか?

  1. 壊れたパイプでTail-fを終了しますか?

  2. Dpkg-deb:エラー:Ubuntu 15.10をインストールした後、サブプロセスの貼り付けがシグナルによって強制終了されました(パイプが壊れていますか?)

  3. Pthread ミューテックス アサーション エラー

  1. なぜRsyncは壊れたパイプ(32)で失敗し、Io.c(820)でソケットIo(コード10)でエラーが発生するのですか?

  2. このターミナルの子プロセスの作成中にエラーが発生しましたか?

  3. Ubuntu 16.04にNginxをインストールするときにエラーが発生しますか?