← Back to team overview

aide team mailing list archive

Re: [Question #254476]: Problem with python ubuntuone-client when I run apt-get upgrade

 

Question #254476 on update-manager in Ubuntu changed:
https://answers.launchpad.net/ubuntu/+source/update-manager/+question/254476

Amadou NIANG posted a new comment:
I run first :

sudo dpkg -i
/var/cache/apt/archives/libpython2.7-dbg_2.7.5-8ubuntu3.1_i386.deb

It gave this result:

root@amadou-laptop:/home/amadou# sudo dpkg -i /var/cache/apt/archives/libpython2.7-dbg_2.7.5-8ubuntu3.1_i386.deb
dpkg: error processing /var/cache/apt/archives/libpython2.7-dbg_2.7.5-8ubuntu3.1_i386.deb (--install):
 cannot access archive: No such file or directory
Errors were encountered while processing:
 /var/cache/apt/archives/libpython2.7-dbg_2.7.5-8ubuntu3.1_i386.deb
root@amadou-laptop:/home/amadou# 

I changed with

sudo dpkg -i
/var/cache/apt/archives/libpython2.7-dev_2.7.5-8ubuntu3.1_i386.deb
("dev" instead of "dbg")

And it gave this result :

root@amadou-laptop:/home/amadou# sudo dpkg -i /var/cache/apt/archives/libpython2.7-dev_2.7.5-8ubuntu3.1_i386.deb
Selecting previously unselected package libpython2.7-dev:i386.
(Reading database ... 553090 files and directories currently installed.)
Unpacking libpython2.7-dev:i386 (from .../libpython2.7-dev_2.7.5-8ubuntu3.1_i386.deb) ...
Setting up libpython2.7-dev:i386 (2.7.5-8ubuntu3.1) ...
Processing triggers for man-db ...
root@amadou-laptop:/home/amadou#

Now with

sudo dpkg --configure -a

Here is what I got :

root@amadou-laptop:/home/amadou# sudo dpkg --configure -a
dpkg: error processing python-lxml (--configure):
 Package is in a very bad inconsistent state - you should
 reinstall it before attempting configuration.
dpkg: error processing python-ubuntuone-client (--configure):
 Package is in a very bad inconsistent state - you should
 reinstall it before attempting configuration.
dpkg: dependency problems prevent configuration of ubuntuone-client:
 ubuntuone-client depends on python-ubuntuone-client (= 13.10-0ubuntu1.2); however:
  Version of python-ubuntuone-client on system is 13.10-0ubuntu1.

dpkg: error processing ubuntuone-client (--configure):
 dependency problems - leaving unconfigured
dpkg: error processing python3-lxml (--configure):
 Package is in a very bad inconsistent state - you should
 reinstall it before attempting configuration.
dpkg: error processing python-libxml2 (--configure):
 Package is in a very bad inconsistent state - you should
 reinstall it before attempting configuration.
Errors were encountered while processing:
 python-lxml
 python-ubuntuone-client
 ubuntuone-client
 python3-lxml
 python-libxml2
root@amadou-laptop:/home/amadou#

-- 
You received this question notification because you are a member of
Communauté d'aide d'Ubuntu en Français, which is an answer contact for
Ubuntu.