I'm running Ubuntu 10.10 i have this problem(even though every thing runs perfect)

Asked by rob

warning, in file '/var/lib/dpkg/available' near line 55023 package 'virtualbox-3.0':
 error in Version string '3.0.6-52128_Ubuntu_jaunty': invalid character in revision number

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu apt Edit question
Assignee:
No assignee Edit question
Solved by:
Hilario J. Montoliu (hjmf)
Solved:
Last query:
Last reply:
Revision history for this message
Best Hilario J. Montoliu (hjmf) (hmontoliu) said :
#1

Try:

$ sudo dpkg --clear-avail

you can get more info about that problem here:

https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/636586

HTH

Revision history for this message
Hilario J. Montoliu (hjmf) (hmontoliu) said :
#2

you can also remove virtualbox or upgrade it downloading a updated deb package from virtualbox

http://www.virtualbox.org/wiki/Downloads

Revision history for this message
rob (robigerr) said :
#3

thanks Hilario Excellent fix much appreciated
did sudo dpkg --clear-avail, then purged virtualbox 3.0, installed virtualbox 4.0 booma mate

Revision history for this message
rob (robigerr) said :
#4

Thanks Hilario J. Montoliu (hjmf), that solved my question.