I'm having a problem when I attemp to do an update. I first tried to use the adept-updater, and I received an error - which told me to run sudo apt-get install -f. I ran that and received the following error message:
I had tried to install the Xfce desktop - but it did not seem to work, so I used Synaptic to remove it - but I'm guessing that libexo-0.3-0 did not get removed.
xxxx@xxxx:~$ sudo apt-get install -f
Reading package lists... Done
Building dependency tree... Done
Correcting dependencies... Done
The following extra packages will be installed:
libxfce4mcs-client3 libxfce4mcs-manager3 libxfce4util4 libxfcegui4-4
The following packages will be REMOVED:
libexo-0.3-0
The following NEW packages will be installed:
libxfce4mcs-client3 libxfce4mcs-manager3 libxfce4util4 libxfcegui4-4
0 upgraded, 4 newly installed, 1 to remove and 35 not upgraded.
1 not fully installed or removed.
Need to get 0B/261kB of archives.
After unpacking 184kB of additional disk space will be used.
Do you want to continue [Y/n]? y
dpkg: error processing libexo-0.3-0 (--remove):
Package is in a very bad inconsistent state - you should
reinstall it before attempting a removal.
terminate called after throwing an instance of 'std::logic_error'
what(): basic_string::_S_construct NULL not valid
Aborted
xxxx@xxxx:~$ Errors were encountered while processing:
libexo-0.3-0
Reading package lists... Done
Building dependency tree... Done
Correcting dependencies... Done
The following extra packages will be installed:
libxfce4mcs-client3 libxfce4mcs-manager3 libxfce4util4 libxfcegui4-4
The following packages will be REMOVED:
libexo-0.3-0
The following NEW packages will be installed:
libxfce4mcs-client3 libxfce4mcs-manager3 libxfce4util4 libxfcegui4-4
0 upgraded, 4 newly installed, 1 to remove and 35 not upgraded.
1 not fully installed or removed.
Need to get 0B/261kB of archives.
After unpacking 184kB of additional disk space will be used.
Do you want to continue [Y/n]? y
dpkg: error processing libexo-0.3-0 (--remove):
Package is in a very bad inconsistent state - you should
reinstall it before attempting a removal.
terminate called after throwing an instance of 'std::logic_error'
what(): basic_string::_S_construct NULL not valid
Aborted
xxxx@xxxx:~$ Errors were encountered while processing:
libexo-0.3-0
Comment