-
-
Save YourFriendCaspian/eea7fe9838cedaae262184cfdd64d5fb to your computer and use it in GitHub Desktop.
Commands to fix apt - E: Sub-process /usr/bin/dpkg returned an error code (1)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
sudo rm -rf /var/lib/dpkg/info/*.* | |
sudo apt-get autoremove | |
sudo apt-get autoclean | |
sudo apt-get update | |
sudo apt-get upgrade |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Cannot work