PDA

View Full Version : [SOLVED] Can't Uninstall nvidia-343 from xorg-edgers PPA (Broken Package)



jonathantmayer1
April 16th, 2015, 06:29 PM
Errors were encountered while processing:
nvidia-343
E: Sub-process /usr/bin/dpkg returned an error code (1)

I have tried apt-get purge, apt-get autoclean, and apt-get clean, and still get the same problems.

Edit: I loaded safe mode through GRUB, ran the package repair, reinstalled all the packages the previous install removed. All good now.

kc1di
April 16th, 2015, 10:33 PM
try this one
sudo dpkg --configure -a
then try
sudo apt-get purge again

Keith_Helms
April 17th, 2015, 05:21 AM
Try the following commands

sudo apt-get install ppa-purge
sudo ppa-purge xorg-edgers/ppa

kc1di
April 17th, 2015, 11:16 AM
What did you do to solve it? Let us know so others reading this thread will find help.