forces removal of virtualbox-4.2
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
vagrant (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
I'm trying to install vagrant 1.0.1-1. On my host virtualbox is not installed, but virtualbox-4.2 from virtualbox.org is. To my surprise, installing vagrant wants to force installation of virtualbox, which forces uninstallation of virtualbox-4.2:
# apt-get install vagrant
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
libgsoap1 ruby-archive-
ruby-net-ssh rubygems virtualbox virtualbox-dkms virtualbox-qt
Suggested packages:
virtualbox-
The following packages will be REMOVED:
virtualbox-4.2
The following NEW packages will be installed:
libgsoap1 ruby-archive-
ruby-net-ssh rubygems vagrant virtualbox virtualbox-dkms virtualbox-qt
0 upgraded, 15 newly installed, 1 to remove and 0 not upgraded.
Need to get 24.5 MB of archives.
After this operation, 59.1 MB disk space will be freed.
I can't figure out why this should happen, because AFAICT vagrant only recommends virtualbox, it doesn't depend on it.
It would be nice if vagrant didn't force uninstallation of virtualbox-4.2. It would be even nicer if vagrant would accept virtualbox-4.2 as providing the virtualbox package.
Thanks, Andrew.
ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: vagrant (not installed)
ProcVersionSign
Uname: Linux 3.2.0-37-generic x86_64
NonfreeKernelMo
ApportVersion: 2.0.1-0ubuntu17.1
Architecture: amd64
Date: Thu Feb 14 06:20:55 2013
InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release amd64 (20091027)
MarkForUpload: True
SourcePackage: vagrant
UpgradeStatus: Upgraded to precise on 2013-01-13 (31 days ago)
Hi,
IMHO, this is a bug on the oracle virtualbox package. Their package should "Provides: virtualbox" I guess. Vagrant package is only Recommending the virtualbox package, you could try to install it with the --no-install- recommends apt-get flag.
I'm closing this bug as invalid