The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    Oh Oh Now I really did it

    Discussion in 'Linux Compatibility and Software' started by joeelmex, Sep 16, 2009.

  1. joeelmex

    joeelmex Notebook Evangelist

    Reputations:
    229
    Messages:
    518
    Likes Received:
    1
    Trophy Points:
    31
    There where some Ubuntu updates and one of them I believe was an update to python. That cause Cedega not to work no more and as you all know, I cant go on without my games. I went to synaptics and removed python trying to go back to the older version. Well I succeeded but not what I wanted. It removed everything python including all the stuff needed to run the desktop. Now in the desktop I cant get python installed no more. Says to many packages missing. Looks like I will need to re-install Ubuntu again. Unless you all have an idea to try. I have tried all type of variants that I found online but it all comes back as to many packages missing aborting or something of that sort.
     
  2. theZoid

    theZoid Notebook Savant

    Reputations:
    1,338
    Messages:
    5,202
    Likes Received:
    22
    Trophy Points:
    206
    recovery mode won't go to desktop? if so do a:

    Code:
    sudo apt-get update
    sudo apt-get install -f
    and see if that replaces the missing dependencies....or from a console if you can get online.
     
  3. ALLurGroceries

    ALLurGroceries  Vegan Vermin Super Moderator

    Reputations:
    15,730
    Messages:
    7,146
    Likes Received:
    2,343
    Trophy Points:
    331
    You might be able to manually reinstall the packages from the debs in your /var/cache/apt/archives by looking at the log in /var/log/dpkg.log

    If you posted the actual error messages it would be easier to come up with a solution, but I hope this leads you in the right direction. As theZoid said, apt-get -f install will clear up some stuff but it may not do the trick entirely.
     
  4. joeelmex

    joeelmex Notebook Evangelist

    Reputations:
    229
    Messages:
    518
    Likes Received:
    1
    Trophy Points:
    31
    When I do the following;

    sudo apt-get update I get W: A error occurred the signature verifications. The repository is not updates and the previous index files will be used.GPG error
    Then it says jaunty release; the following signatures are invalid..


    When I tried sudo apt-get install -f
    Looks promising at the beginning wanting to install 45 packages and then gives an errors saying Size mismatched on all the files...

    e:unable to fetch some archives, maybe run apt-get update or try with --fix missing?


    BTW i bee using terminal commands to connect to the wifi network in this hotel room I am in. Learned some more stuff from this BIG mistake. hehe

    So im in deep waters now!
     
  5. ALLurGroceries

    ALLurGroceries  Vegan Vermin Super Moderator

    Reputations:
    15,730
    Messages:
    7,146
    Likes Received:
    2,343
    Trophy Points:
    331
    Wowwy yessir you are in some deep stuff there. You might try this and see if it fixes the GPG error (found here):

    Code:
    gpg --keyserver keyserver.ubuntu.com --recv A040830F7FAC5991 778978B00F7992B0 58403026387EE263 60D11217247D1CFF 632D16BB0C713DA6 43C0AFF0D7FAE680 2C392DFEEFD17969
    gpg --export --armor A040830F7FAC5991 778978B00F7992B0 58403026387EE263 60D11217247D1CFF 632D16BB0C713DA6 43C0AFF0D7FAE680 2C392DFEEFD17969 | sudo apt-key add -
    sudo apt-get update
    
    See if that helps and try apt-get update and another apt-get -f install.
     
  6. theZoid

    theZoid Notebook Savant

    Reputations:
    1,338
    Messages:
    5,202
    Likes Received:
    22
    Trophy Points:
    206
    Good one 'Groceries :) JoElMex....let us know how it goes...this is getting good :D :D
     
  7. comrade_commissar7

    comrade_commissar7 Notebook Evangelist

    Reputations:
    87
    Messages:
    461
    Likes Received:
    0
    Trophy Points:
    30
    I recommend you just try to re-install Ubuntu 9.04 on your notebook.