Solution to “There seems to be a programming error in aptdaemon”
- Tuesday, July 19, 2011, 1:02
- Linux
- Views: 388
- Add a comment
If you are trying to apply the updates in Ubuntu (11.04 Natty Narwhal in this case) and you get error message telling you that
“An unhandlable error occured”
There seems to be a programming error in aptdaemon, the software that allows you to install/remove software and to perform other package management related tasks.
If you try upgrading via command line with: sudo apt-get upgrade
you would encounter a different set of error messages, something akin
E: The package index files are corrupted. No Filename: field for package tzdata.
Apparently the source of this error could be several, most likely ones are, that your upgrade process broke off prematurely the last time it was being performed, or the source that you have listed is not getting the latest updates. Anyway running the following commands in succession fixed the issue for me:
sudo apt-get cleansudo apt-get updatesudo apt-get upgrade
If the above steps don’t fix it for you, then try changing your default repository from synaptic’s repository list and try running above commands again.
Possibly related posts (generated automatically):
- Solution to Strange Error Thrown By Latex on Ubuntu 10.04
- Solution to FeedBurner’s “read time out” Error for WordPress
- Failed to fetch: Error with Ubuntu Update
- Import Missing Launchpad PPA GPG Keys Automatically in Ubuntu
- Solution to “fuse failed to open /dev/fuse: Permission Denied”
- Install libstdc++.so.5 on Ubuntu 11.04 Natty Narwhal
- Auto Mount Windows Partitions in Ubuntu 10.10, 10.04 Lucid
- Install libstdc++.so.5 on Ubuntu 10.10 or 10.04 or 9.10
You might also like
| Failed to fetch: Error with Ubuntu Update If you are... | Install libstdc++.so.5 on Ubuntu 11.04 Natty Narwhal If you try... | Ubuntu 11.04 Natty Narwhal (Alpha 1) Preview It is going... | Enable Rar Unrar Support in Ubuntu 11.04 Natty Narwhal The archive... |





