我试图从Ubuntu软件中心添加或删除应用程序,但最后出现了以下错误
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
apt-get安装或apt-get删除在命令行中运行良好,但在USC中不起作用。
有什么帮助吗?
发布于 2013-02-17 06:18:15
尝试重新启动,然后
sudo dpkg --configure -a
后台可能会有另一个进程阻止Ubuntu软件中心安装您想要的东西。
https://askubuntu.com/questions/257200
复制相似问题