How can I configure Linux Mint 17 (64bits) so I can get the latest version of Virtual-box (which is by now 4.3.18) via aptitude?
aptitude show virtualbox-4.3:amd64
shows that only the 4.3.12 version is available in the repos.
The way I've set it up is (like mentioned in the official VB docs) by adding the "trusty repo" to my sources.list .I guess this should get me the latest updates. But still the same problem!
I activated the unstable Romeo channel via the Settings>Software Sources
.Still the same problem; Not getting the latest update.
Again, I want to get the latest updates via aptitude not by installing the .deb package. So, please. any thoughts how to do that?
PS:
I have set my actual VB installation to check for updates daily, and get All New Releases AND Pre-Releases
That happens because there is another package with the same name in another repository which apt considers to have higher priority. For example if you run
it will output something along the lines of
which means that the 4.3.12 version is installed and won't be upgraded to 4.3.20 even though this version is available from the official repo.
Now, there are several ways to solve this. A simple one is to create a
file with the following content
Running the command again will output
which now shows 4.3.20 as a candidate for installation. Run
4.3.20 will be installed and you'll be happy forever.
If you want to begin learning how this magic works take a look at https://help.ubuntu.com/community/PinningHowto