Well I ran
sudo apt-get update
sudo apt-get install virtualbox-4.3
But it is true that in the file etc apt sources.list I did not add
deb download virtualbox org virtualbox debian trusty contrib
deb download virtualbox org virtualbox debian saucy contrib
....
(and the rest of the direction. Deleting the "." and "/" so I can post the page)
And if I run
chukersweet@System0 /etc/apt $ sudo apt-key add oracle_vbox.asc
I get:
gpg: can't open `oracle_vbox.asc': No such file or directory
Is this my problem? I'm getting virtualbox from some other repository and this is why even if I run "sudo apt-get update" my version is not my latest version.
If that is the case, to include those "deb download virtualbox org virtualbox debian lucid contrib non-free" pages and should I do that adding the "#" symbol in the sources.list file?
And what's with the key thing, I have to copy paste that somewhere? As you already realize quite newbie at linux, but trying my bet to get along with it
