I am trying to install the meld diff viewer on Ubuntu 12.04 LTS. When I run
sudo apt-get install meld
I get the following output:
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
libgtksourceview2.0-0 libgtksourceview2.0-common python-glade2 python-gnome2 python-gtksourceview2
python-pyorbit
Suggested packages:
python-gtk2-doc python-gnome2-doc libgtksourceview2.0-dev python-pyorbit-dbg
The following NEW packages will be installed:
libgtksourceview2.0-0 libgtksourceview2.0-common meld python-glade2 python-gnome2
python-gtksourceview2 python-pyorbit
0 upgraded, 7 newly installed, 0 to remove and 57 not upgraded.
Need to get 0 B/1,048 kB of archives.
After this operation, 5,255 kB of additional disk space will be used.
Do you want to continue [Y/n]? Y
Selecting previously unselected package libgtksourceview2.0-common.
(Reading database ... 60%dpkg: unrecoverable fatal error, aborting:
reading files list for package 'python-aptdaemon.gtk3widgets': Input/output error
E: Sub-process /usr/bin/dpkg returned an error code (2)
Is there something wrong with the package libgtksourceview2.0-common
? Is there a way to get a better update, or another way to get meld installed? I am uncertain how to proceed...
aptitude
:sudo aptitude install meld
? – Radu Rădeanu May 21 '13 at 23:06sudo apt-get install --reinstall python-aptdaemon.gtk3widgets
– grimpitch May 22 '13 at 08:53