there may not be any cversion checking but that may be the cause of the wrong checksum. this package fails the checksum and will not install
Search Criteria
Package Details: virtualbox-ext-oracle 7.1.10-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: | 1368 |
Popularity: | 3.28 |
First Submitted: | 2010-12-24 16:48 (UTC) |
Last Updated: | 2025-06-03 20:05 (UTC) |
Dependencies (2)
- virtualbox (virtualbox-svnAUR, virtualbox-binAUR)
- rdesktop (optional) – client to connect vm via RDP
Required by (1)
- virtualbox-bin (optional)
Sources (1)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 .. 42 Next › Last »
LizziAS commented on 2023-02-14 17:14 (UTC)
LizziAS commented on 2023-02-14 02:10 (UTC)
the version i dont even see on their website and the checksum doesn't match current version
Harvey commented on 2023-02-05 12:18 (UTC)
BTW, did anybody notice that there is a newer version 7.0.6a (20.1.2023) that the website links to now? At https://download.virtualbox.org/virtualbox/7.0.6 both 7.0.6 and 7.0.6a can be downloaded. Does anybody know the difference?
eclairevoyant commented on 2023-02-05 00:04 (UTC)
@erholst This seems unnecessary, just use updpkgsums
if you need new checksums or use the official values from https://download.virtualbox.org/virtualbox/7.0.6/SHA256SUMS
erholst commented on 2023-01-31 22:32 (UTC) (edited on 2023-01-31 22:33 (UTC) by erholst)
I made a bash function to install it:
set_new_sha256_and_install_virtualbox_ext_oracle(){
cd /tmp; wget https://aur.archlinux.org/cgit/aur.git/snapshot/virtualbox-ext-oracle.tar.gz
tar xvf virtualbox-ext-oracle.tar.gz
cd virtualbox-ext-oracle/
source PKGBUILD
wget $source
NEWSHA256=$(sha256sum *vbox-extpack|awk {'print $1'})
Line=$(printf "sha256sums=('"$NEWSHA256"')")
sed -i "s/sha256sums.*/$Line/g" PKGBUILD
makepkg -sc
sudo pacman -U *.pkg.tar.zst
}
set_new_sha256_and_install_virtualbox_ext_oracle;
gromain commented on 2023-01-27 00:10 (UTC)
@eworm, is it possible to update both the invalid checksum issue and also remove the force dependency version check that breaks updates on many systems?
Cody_Learner commented on 2023-01-22 08:19 (UTC) (edited on 2023-01-22 08:51 (UTC) by Cody_Learner)
Until the maintainer updates the checksum in the PKGBUILD...
Download the vbox ExtPack from Oracle and check the sha256sum: https://www.oracle.com/virtualization/technologies/vm/downloads/virtualbox-downloads.html
https://download.virtualbox.org/virtualbox/7.0.6/Oracle_VM_VirtualBox_Extension_Pack-7.0.6.vbox-extpack
Now check the same file/version in the virtualbox-ext-oracle build directory, verifying it's the same.
Edit the PKGBUILD sha256sums to the checksum you just verified.
Either manually build with the edited PKGBUILD using makepkg or use your AUR helper if it has that capability.
If you see something similar to this, you can now install it with pacman.
==> Finished making: virtualbox-ext-oracle 7.0.6-1 (Sun Jan 22 00:11:00 2023)
:: aurch ==> Copied AUR package/s to host AURREPO:
1 virtualbox-ext-oracle-7.0.6-1-any.pkg.tar.zst
:: aurch ==> Adding package/s to host 'AURREPO' database.
==> Extracting aur-repo.db.tar.gz to a temporary location...
==> Extracting aur-repo.files.tar.gz to a temporary location...
==> Adding package '/home/jeff/AUR/repo/virtualbox-ext-oracle-7.0.6-1-any.pkg.tar.zst'
-> Computing checksums...
-> Removing existing entry 'virtualbox-ext-oracle-7.0.4-1'...
-> Creating 'desc' db entry...
-> Creating 'files' db entry...
==> Creating updated database file '/home/jeff/AUR/repo/aur-repo.db.tar.gz'
I see people posting checksums here, but it's better if you determine if they're correct or not yourself.
No point in blindly copy/pasting when it's this easy to check.
m3thodic commented on 2023-01-21 22:19 (UTC)
please update checksums for 7.0.6 thanks
mpausch commented on 2023-01-21 11:00 (UTC) (edited on 2023-01-21 11:02 (UTC) by mpausch)
correct SHA256SUM for the file that gets downloaded in the PKGBUILD is
292961aa8723b54f96f89f6d8abf7d8e29259d94b7de831dbffb9ae15d346434 *Oracle_VM_VirtualBox_Extension_Pack-7.0.6.vbox-extpack
reference: https://download.virtualbox.org/virtualbox/7.0.6/SHA256SUMS
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.