Except that doesn't work for already installed packages, ranger, which is why this is an issue.
Search Criteria
Package Details: virtualbox-ext-oracle 7.1.4-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/virtualbox-ext-oracle.git (read-only, click to copy) |
---|---|
Package Base: | virtualbox-ext-oracle |
Description: | Oracle VM VirtualBox Extension Pack |
Upstream URL: | https://www.virtualbox.org/ |
Keywords: | virtualbox |
Licenses: | custom:PUEL |
Submitter: | seblu |
Maintainer: | seblu (eworm) |
Last Packager: | eworm |
Votes: | 1361 |
Popularity: | 1.50 |
First Submitted: | 2010-12-24 16:48 (UTC) |
Last Updated: | 2024-10-15 16:10 (UTC) |
Dependencies (2)
- virtualbox (virtualbox6-binAUR, virtualbox-svnAUR, virtualbox6.1-binAUR, virtualbox-binAUR)
- rdesktop (optional) – client to connect vm via RDP
Required by (2)
- virtualbox-bin (optional)
- virtualbox6.1-bin (optional)
Sources (1)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 .. 42 Next › Last »
Scimmia commented on 2023-01-18 17:16 (UTC)
ranger commented on 2023-01-18 17:15 (UTC)
@Nocifer,
instead of editing a file in pacman database, which is NEVER recommended, you should just edit the dependencies line in the PKGBUILD. And this way you don't have to uninstall anything
Scimmia commented on 2023-01-18 16:48 (UTC)
Most people can even skip #3. It's no longer require for USB3.
zuzavo commented on 2023-01-18 16:45 (UTC) (edited on 2023-01-18 17:05 (UTC) by zuzavo)
To all with problems with the last update of virtualbox:
- Delete virtualbox-ext-oracle
- Update the system as always: pacman -Syu
- Reinstall virtualbox-ext-oracle
That's all
Nocifer commented on 2023-01-18 16:38 (UTC)
I suggest changing depends=("virtualbox=${pkgver}")
to depends=("virtualbox>=${pkgver}")
, otherwise this package messes up the whole system's updating process.
For anyone who's trying to update, just edit /var/lib/pacman/local/virtualbox-ext-oracle-7.0.4-1/desc
and change virtualbox=7.0.4
to virtualbox>=7.0.4
under %DEPENDS%
.
ranger commented on 2023-01-18 09:10 (UTC) (edited on 2023-01-18 09:10 (UTC) by ranger)
If you don't want to uninstall virtualbox-ext-oracle to upgrade virtualbox, just edit the PKGBUILD and change the dependencies line to
depends = virtualbox
labaman commented on 2023-01-18 07:14 (UTC) (edited on 2023-01-18 07:15 (UTC) by labaman)
Is there any way to fix the dependencies in PKGBUILD, but now when you update VirtualBox, this error occurs:
installing virtualbox (7.0.6-1) breaks dependency 'virtualbox=7.0.4' required by virtualbox-ext-oracle
All the more, the version of Extention Pack does not necessarily have to match the version of VirtualBox, at least for current versions.
skunktrader commented on 2023-01-18 07:09 (UTC)
It seems @seblu pinned comment was ignored for some reason.
The version dependency that has recently been re-added means it is impossible to upgrade virtualbox to 7.0.6. The only way to get the upgrade to proceed is to uninstall virtualbox-ext-oracle first, then reinstall after the install of virtualbox has completed.
alium commented on 2023-01-18 07:05 (UTC) (edited on 2023-01-18 07:08 (UTC) by alium)
your change
- depends = virtualbox
- depends = virtualbox=7.0.4
break update of my system.
installing virtualbox (7.0.6-1) breaks the 'virtualbox=7.0.4' dependency required by the virtualbox-ext-oracle package.
are you sure? I really don't want to uninstall and new install virtualbox-ext-oracle after every update of virtualbox :/ (i use pikaur for update) Thanks!
redtramp commented on 2022-10-30 12:31 (UTC) (edited on 2022-10-30 12:36 (UTC) by redtramp)
@semeion
sudo vboxmanage extpack install ./Oracle_VM_VirtualBox_Extension_Pack-7.0.2.vbox-extpack
...
Do you agree to these license terms and conditions (y/n)? y
License accepted. For batch installation add
--accept-license=33d7284dc4a0ece381196fda3cfe2ed0e1e8e7ed7f27b9a9ebc4ee22e24bd23c
to the VBoxManage command line.
0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100%
Successfully installed "Oracle VM VirtualBox Extension Pack".
Pinned Comments
seblu commented on 2019-04-25 17:41 (UTC)
There is no version dependency on this package on purpose! You could read comments back from 2011 to understand why.