I'm using Ubuntu 14.04 LTS and amd64 bit processor
Whatever the command I give(Except sudo apt-get autoclean
), I'm getting the below response :-
dpkg: error processing package libuuid1:amd64 (--configure):
package libuuid1:amd64 2.20.1-5.1ubuntu20.6 cannot be configured because libuuid1:i386 is at a different version (2.20.1-5.1ubuntu20.4)
E: Sub-process /usr/bin/dpkg returned an error code (1)
On giving this command sudo dpkg --configure -a
I get the below error :-
dpkg: error processing package libuuid1:amd64 (--configure):
package libuuid1:amd64 2.20.1-5.1ubuntu20.6 cannot be configured because libuuid1:i386 is at a different version (2.20.1-5.1ubuntu20.4)
dpkg: error processing package libuuid1:i386 (--configure):
package libuuid1:i386 2.20.1-5.1ubuntu20.4 cannot be configured because libuuid1:amd64 is at a different version (2.20.1-5.1ubuntu20.6)
Errors were encountered while processing:
libuuid1:amd64
libuuid1:i386
Note:I do not remember what all I have UN-installed so far from my system,so I do not have any thought what's going on.
Please help me out, Thanks in advance
sudo apt-get install synaptic
then it throws the same error
– Vinodh Velumayil Aug 19 '15 at 14:29Fetched 3,299 kB in 22s (147 kB/s) dpkg: error processing package libuuid1:amd64 (--configure): package libuuid1:amd64 2.20.1-5.1ubuntu20.6 cannot be configured because libuuid1:i386 is at a different version (2.20.1-5.1ubuntu20.4) Errors were encountered while processing: libuuid1:amd64 E: Sub-process /usr/bin/dpkg returned an error code (1)