Kubuntu Natty 64bit
KDE 4.6.2
Package Manager Muon
The package system could not be initialized, your configuration may be broken.
Details:
Could not open file /var/lib/dpkg/status - open (2: No such file or directory)
I have the files: status-old and status_backup but not status. While in this condition, I am unable to use a konsole or package manager. How do I correct this? I have tried 'sudo dpkg --configure -a'
without success. Thank You.
After further research, I found the following commands, which resolved the problem: sudo cp /var/lib/dpkg/status-old /var/lib/dpkg/status
Then: sudo dpkg --configure -a
This seemed to solve the problem. Hope this helps someone with the same error message.
KDE 4.6.2
Package Manager Muon
The package system could not be initialized, your configuration may be broken.
Details:
Could not open file /var/lib/dpkg/status - open (2: No such file or directory)
I have the files: status-old and status_backup but not status. While in this condition, I am unable to use a konsole or package manager. How do I correct this? I have tried 'sudo dpkg --configure -a'
without success. Thank You.
After further research, I found the following commands, which resolved the problem: sudo cp /var/lib/dpkg/status-old /var/lib/dpkg/status
Then: sudo dpkg --configure -a
This seemed to solve the problem. Hope this helps someone with the same error message.
Comment