whenever i start package manager, i am getting following message :
Error Type: <class 'packagekit.backend.PkError'>
Error Value: 'failed-initialization: There are unfinished transactions remaining. Please run yum-complete-transaction as root.'
File : /usr/share/PackageKit/helpers/yum/yumBackend.py, line 3235, in <module>
main()
File : /usr/share/PackageKit/helpers/yum/yumBackend.py, line 3232, in main
backend.dispatcher(sys.argv[1:])
File : /usr/lib/python2.6/site-packages/packagekit/backend.py, line 699, in dispatcher
self.dispatch_command(args[0], args[1:])
File : /usr/lib/python2.6/site-packages/packagekit/backend.py, line 569, in dispatch_command
self.get_repo_list(filters)
File : /usr/share/PackageKit/helpers/yum/yumBackend.py, line 2451, in get_repo_list
self._check_init()
File : /usr/share/PackageKit/helpers/yum/yumBackend.py, line 2795, in _check_init
raise PkError(ERROR_FAILED_INITIALIZATION, 'There are unfinished transactions remaining. Please run yum-complete-transaction as root.')
also since 3 or 4 days the following message pops up automatically nearly every half hour (attached image):
failed to initialize packaging backend.
this may occur if you are using other packaging tools simultaneously.
more details:
There are unfinished transactions remaining. Please run yum-complete-transaction as root.
when i run yum-complete-transaction, i get the following message:
[utkarsh@Coder-lappy ~]$ yum-complete-transaction
Command not found.
* Waiting in queue.. Install package 'yum-utils' to provide command 'yum-complete-transaction'? [N/y]
* Installing packages..
* Getting information..
* Waiting for authentication.. The transaction failed: failed-initialization, There are unfinished transactions remaining. Please run yum-complete-transaction as root.
[utkarsh@Coder-lappy ~]$
let me tell that i used to use yum-complete-transaction quite often, so it is improbable that i do have yum-utils installed . pakage manager reports that it is already installed.
i am not able to install any package.
please help.