-5

The issue from my last post is still not solved and has rendered the Snap Store useless. I am getting an error that looks like this while uninstalling the Steam Installer.

"Unable to remove 'Steam Installer':
Error while installing package: installed avg2013flx package post-installation script subprocess returned error exit status 1"

Once again: how do I remove any mention of avg2013flx from my system? I made a bad tar install and attempted to manually remove every file that had the characters avg in it. Unfortunately it seems I did a poor job since I'm still getting errors like this.

1 Answers1

-3

Okay, so the issue was resolved about 7 years ago (WOOOHOOO OLD FORUMS) and was centered in /var/lib/dpkg/info. Set that as the primary directory and run

ls |grep (whatever package is causing problems)

This lists incomplete items that is messing with your system. Now remove these with

rm X && rm Y && rm Z && etc etc...

Many, many thanks to these guys