Skip to content

Instantly share code, notes, and snippets.

@remlapmot
Created February 9, 2022 10:33
Show Gist options
  • Save remlapmot/be782bdfce4964add0db9f8a392af6b9 to your computer and use it in GitHub Desktop.
Save remlapmot/be782bdfce4964add0db9f8a392af6b9 to your computer and use it in GitHub Desktop.
dpkg-deb: error: paste subprocess was killed by signal (Broken pipe)
#!/usr/bin/env bash
sudo dpkg -i --force-overwrite $1
sudo apt -f install
@remlapmot
Copy link
Author

Solution from here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment