Errors were encountered while processing: /var/cache/apt/archives/msbuild_1%3a16.3+xamarinxplat.2019.08.08.00.55-0xamarin2+ubuntu1804b1_all.deb E: Su

Greg Baker

New Member
Joined
Jan 9, 2020
Messages
9
Reaction score
0
Credits
0
Errors were encountered while processing:
/var/cache/apt/archives/msbuild_1%3a16.3+xamarinxplat.2019.08.08.00.55-0xamarin2+ubuntu1804b1_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
More help
 


Errors were encountered while processing:
/var/cache/apt/archives/msbuild_1%3a16.3+xamarinxplat.2019.08.08.00.55-0xamarin2+ubuntu1804b1_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
More help

@Greg Baker A little more info on this would be helpful in order to offer a better informed advice, however, this look to me like apt's database might be corrupted so: open a terminal and try this to see if it fixes the issue
Code:
sudo apt clean
once is finished type
Code:
sudo apt-get update
and then
Code:
sudo apt-get upgrade
first command will clean apt's database, deleting every .deb file in /var/cache/apt/archives note that it won't remove/uninstall anything but will simply delete any downloaded packaged stored in there. The next command will re-build it and the last one will perform a system upgrade just to make sure everything's fine. Once all of that's done, try to install that package again.

Hope this helps! :)
 

Members online


Latest posts

Top