Happy New Year and Merry Christmas!
- Dec 30, 2022
At Upgrade, the Sub-process / usr / bin / dpkg error error code returned (1)
There is one simple way to solve this problem.
cd /var/lib/dpkg/info
And there we delete everything or the information associated with the hung package.
rm -rf ../*
You can also clean the garbage in the apt folder
cd /var/cache/apt/archives
Then we execute the command:
apt-get -f install
All Comments (0)