Software⏱️ 3 min read📅 2026-06-15

How to Fix: dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)

Error fixing dpkg-deb: error: subprocess paste was killed by signal (Broken pipe) during Kali Linux installation on Raspberry Pi 3.

Quick Answer: Try running the command with the --force-overwrite option to force the installation process, or consider reinstalling Kali Linux from scratch.

The 'dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)' error occurs when the apt-get package manager tries to install or update packages, but encounters an issue with the package's contents. This error affects users who are trying to install Kali Linux full on their Raspberry Pi 3.

This frustrating error is caused by a corrupted package file or a problem with the system's configuration. By following the steps outlined in this guide, you can resolve the issue and successfully install Kali Linux on your Raspberry Pi 3.

🛑 Root Causes of the Error

  • The primary cause of this error is a corrupted package file, which can be caused by various factors such as a faulty installation process, incomplete downloads, or network issues. When apt-get tries to extract the package contents using 'dpkg-deb', it encounters a broken pipe due to the corrupted file.
  • Another possible cause is a problem with the system's configuration, such as an outdated or corrupted configuration file, which can prevent apt-get from functioning correctly.

✅ Best Solutions to Fix It

Clearing the package cache and reinstalling the package

  1. Step 1: 1. Open a terminal on your Raspberry Pi 3 and run the command 'sudo apt-get update' to update the package index.
  2. Step 2: 2. Next, run 'sudo apt-get clean' to clear the package cache.
  3. Step 3: 3. Then, try reinstalling the package using 'sudo apt-get install kali-linux-full'.
  4. Step 4: 4. If you encounter the same error, repeat steps 1-3 until the package installs successfully.

Reinstalling the 'dpkg-deb' package and its dependencies

  1. Step 1: 1. Run the command 'sudo apt-get install -f' to reinstall the 'dpkg-deb' package and its dependencies.
  2. Step 2: 2. Next, try installing Kali Linux full again using 'sudo apt-get install kali-linux-full'.
  3. Step 3: 3. If you encounter the same error, repeat step 1 until the 'dpkg-deb' package is installed correctly.

✨ Wrapping Up

By following these steps, you should be able to resolve the 'dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)' error and successfully install Kali Linux on your Raspberry Pi 3. If you continue to encounter issues, consider seeking further assistance from a qualified IT professional or the Kali Linux community forums.

Did this fix your problem?

If not, try searching for specific error codes.

🔍 Search Error Database

❓ Frequently Asked Questions