[Solved] Wheezy updates (python) held back
|
23rd Mar, 2014, 05:25 PM
Post: #16
|
|||
|
|||
RE: Wheezy updates (python) held back | |||
23rd Mar, 2014, 08:34 PM
Post: #17
|
|||
|
|||
AW: Wheezy updates (python) held back
I just selected all packages and updated (via ssh) xD
sry there's nothing special about that |
|||
23rd Mar, 2014, 11:46 PM
Post: #18
|
|||
|
|||
RE: Wheezy updates (python) held back
yes, this is upstream issue.
in any case this should allow moving further: Code: sudo sed -i '/_hashlib.so/d' /var/lib/dpkg/info/python2.7.list Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
24th Mar, 2014, 02:38 AM
Post: #19
|
|||
|
|||
RE: Wheezy updates (python) held back
Mk01 I've tried your suggestion but still the same issue
|
|||
24th Mar, 2014, 02:47 AM
Post: #20
|
|||
|
|||
RE: Wheezy updates (python) held back
Worked like a charm here!
|
|||
24th Mar, 2014, 03:53 AM
Post: #21
|
|||
|
|||
RE: Wheezy updates (python) held back
Worked for me
|
|||
24th Mar, 2014, 04:39 AM
Post: #22
|
|||
|
|||
RE: Wheezy updates (python) held back
I did
Terminal xbian@xbian ~ $ sudo sed -i '/_hashlib.so/d' /var/lib/dpkg/info/python2.7.list xbian@xbian ~ $ sudo sed -i '/_ssl.so/d' /var/lib/dpkg/info/python2.7.list xbian@xbian ~ $ sudo apt-get upgrade Reading package lists... Done Building dependency tree Reading state information... Done You might want to run 'apt-get -f install' to correct these. The following packages have unmet dependencies: libpython2.7 : Depends: python2.7 (= 2.7.3-6+deb7u2) but 2.7.3-6 is installed E: Unmet dependencies. Try using -f. What's wrong? |
|||
24th Mar, 2014, 05:51 AM
Post: #23
|
|||
|
|||
RE: Wheezy updates (python) held back
Code: sed -i '/_hashlib.so/d' /var/lib/dpkg/info/python2.7.list Works like a charm for me... |
|||
24th Mar, 2014, 06:15 AM
Post: #24
|
|||
|
|||
RE: Wheezy updates (python) held back
I solved with
Code: sudo apt-get -f install after sed -i command doing apt-get upgrade Thank you again! |
|||
24th Mar, 2014, 06:15 AM
Post: #25
|
|||
|
|||
RE: Wheezy updates (python) held back
(24th Mar, 2014 04:39 AM)Xenon Wrote: nothing is wrong. just proceed with "apt-get install -f" as proposed, or list all the packages which apt-get seems to require. looking at my history log it would be in that case: Code: sudo apt-get install python2.7 python2.7-minimal libpython2.7 Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
23rd Apr, 2014, 09:45 AM
Post: #26
|
|||
|
|||
RE: Wheezy updates (python) held back | |||
6th May, 2014, 05:15 AM
Post: #27
|
|||
|
|||
RE: Wheezy updates (python) held back
(23rd Mar, 2014 11:46 PM)mk01 Wrote: yes, this is upstream issue. Edit: Worked for me as well finally. Updated all other packages using the Xbian Updater via SSH. After that I rebooted executed the two commands and again called the XBian Updater. Thanks for your help! |
|||
19th May, 2014, 06:28 AM
Post: #28
|
|||
|
|||
RE: Wheezy updates (python) held back
Thanks!
Works like a charm! |
|||
11th Jul, 2014, 02:15 AM
Post: #29
|
|||
|
|||
RE: Wheezy updates (python) held back
Amazing. Thanks a lot!!!!
|
|||
7th Dec, 2014, 10:46 PM
Post: #30
|
|||
|
|||
RE: Wheezy updates (python) held back | |||
« Next Oldest | Next Newest »
|