After adding the repositories to install the software in question I found the following error message after running "apt-get update"
W: Failed to http://download.virtualbox.org/virtualb fetch ... ck / Release Unable to find entry non-free/source/Sources Expected in Meta-index file (malformed Release file?)
The solution according to the virtualbox forum is this
1) add the line "deb http://download.virtualbox.org/virtualbox/debian maverick non-free" directory in the / etc / apt / sources.list, to be sure that input is properly added. (Remember that this file can only be changed with root privileges - sudo Use)
2) remove the entry 'deb-src http://download.virtualbox.org/virtualbox/debian maverick non-free "
3) Save the file / etc / apt / sources.list and run again "apt-get update"
4) Finally run the command to complete the installation "sudo apt-get install virtualbox-3.2 "
0 comments:
Post a Comment