Monday, May 6, 2024
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 1238  / 2 Years ago, sat, october 22, 2022, 5:48:43

I recently downloaded Virtualbox version 4.2.12, and I clicked the .deb file, which brought up the Ubuntu Software Center. I clicked upgrade as I had a previous version installed, and it did it successfully. Then when I rebooted Ubuntu, I got a serious error from Package Manager saying: "Unknown Error:'' (E:The package virtualbox-4.2 needs to be reinstalled, but I can't find an archive for it." Then it goes on to say: "This usually means that your installed packages have unmet dependencies." Strangely, The Ubuntu Software Center didn't give a notification about unmet dependencies. Since then, Ubuntu Software Center and Package Manager can't Update, Install and Uninstall Software.



I also recently upgraded to Ubuntu 13.04 the day that it came out, if that helps.


More From » software-center

 Answers
5

To install new versions of Virtualbox a good way is to follow the official installation page:




  • In practice you have to add this line to /etc/apt/sources.list



    deb http://download.virtualbox.org/virtualbox/debian raring contrib


    (change "raring" with the name of your release)


  • Then do this command to save the gpg key:



    wget -q http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc -O- | sudo apt-key add -

  • and finally install it by doing this:



    sudo apt-get update
    sudo apt-get install virtualbox-4.2


[#31514] Monday, October 24, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
assionortly

Total Points: 423
Total Questions: 121
Total Answers: 115

Location: Chad
Member since Wed, Sep 30, 2020
4 Years ago
;