Hi :) Ahh, i had that with a different package, also from a PPA. Try editing the sources.list to remove the PPA.
There is a way to do this from the command-line but i think you would need to install the purge-ppa (or something) package first, which you can't do. So, best way is to open Synaptic and click on Settings - Repos and untick the PPA. If you really must stay on the command-line then maybe sudo cp /etc/apt/sources.list /etc/apt/sources.list-2014-08-20 sudo vi /etc/apt/sources.list (in vi you need to press i to make it let you edit. When done press Esc and then :w :q the colons show vi that you are issuing commands). The cp command is just to make a back-up and i tend to stick the date in reverse order at the end to help me sort out my back-ups. Whichever way you edit the sources.list you will need to update the list of repos by doing something like sudo apt-get update THEN it should be possible to use that -f tag Good luck and regards from Tom :) On 20 August 2014 00:10, Joel Madero <[email protected]> wrote: > Hi All, > > I have the 4.3 ppa installed and it's completely broken my package > manager. Pastebin link: http://pastebin.com/YLcZsUJT > > I can't even purge, I get this error: http://pastebin.com/tsG5d7w2 > > Real nightmare as I can't install anything as I get errors. Synaptic is no > solution. > > > Ubuntu 12.04 (actually Bodhi but it's built on 12.04) > > > Advice appreciated. > > > Best, > Joel > > -- > To unsubscribe e-mail to: [email protected] > Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to- > unsubscribe/ > Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette > List archive: http://listarchives.libreoffice.org/global/users/ > All messages sent to this list will be publicly archived and cannot be > deleted > -- To unsubscribe e-mail to: [email protected] Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/ Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette List archive: http://listarchives.libreoffice.org/global/users/ All messages sent to this list will be publicly archived and cannot be deleted
