2

I am trying to add or remove applications from Ubuntu Software Center but ending up with the following error

Software can't be installed or removed because the authentication service is 
not available. 
(org.freedesktop.PolicyKit.Error.Failed: ('system-bus-name', {'name': ':1.74'}): 
org.debian.apt.install-or-remove-packages

enter image description here

apt-get install or apt-get remove works good from command line, but doesn't in USC

Any help ???

  • Have you tried uninstalling and reinstalling the software center since apt-get is working fine? –  Feb 17 '13 at 06:24

1 Answers1

0

Try rebooting and then

sudo dpkg --configure -a

There might be another process in the background preventing Ubuntu Software Center from installing what you want.

colboynik
  • 746