Hi,
I’m unable to install virtualbox on rocky linux 8.5
here is an error from dnf
Oracle Linux / RHEL / CentOS - 8 x86_64 - VirtualBox 598 B/s | 190 kB 05:26
Errors during downloading metadata for repository ‘virtualbox’:
- Curl error (28): Timeout was reached for http://download.virtualbox.org/virtualbox/rpm/rhel/8/x86_64/repodata/a085d513d5c91646b12eca2ef3a534f50c4515748dd4363519ed3af5a6c5e134-primary.xml.gz [Operation too slow. Less than 1000 bytes/sec transferred the last 100 seconds]
- Curl error (28): Timeout was reached for http://download.virtualbox.org/virtualbox/rpm/rhel/8/x86_64/repodata/74539113786ce91222a95c4e1368ff16d65f1bf85276d206401ac5db03aeb37b-filelists.xml.gz [Operation too slow. Less than 1000 bytes/sec transferred the last 100 seconds]
Error: Failed to download metadata for repo ‘virtualbox’: Yum repo downloading error: Downloading error(s): repodata/74539113786ce91222a95c4e1368ff16d65f1bf85276d206401ac5db03aeb37b-filelists.xml.gz - Cannot download, all mirrors were already tried without success; repodata/a085d513d5c91646b12eca2ef3a534f50c4515748dd4363519ed3af5a6c5e134-primary.xml.gz - Cannot download, all mirrors were already tried without success
here some system information.
Any idea what could be wrong?
Thank you,
tj
[root@rockyresearch tomasz]# cat /etc/yum.repos.d/virtualbox.repo
[virtualbox]
name=Oracle Linux / RHEL / CentOS-$releasever / $basearch - VirtualBox
baseurl=http://download.virtualbox.org/virtualbox/rpm/el/$releasever/$basearch
enabled=1
gpgcheck=1
repo_gpgcheck=1
gpgkey=https://www.virtualbox.org/download/oracle_vbox.asc
python3 -c ‘import dnf, pprint; db = dnf.dnf.Base(); pprint.pprint(db.conf.substitutions,width=1)’
{‘arch’: ‘x86_64’,
‘basearch’: ‘x86_64’,
‘releasever’: ‘8’}
[root@rockyresearch tomasz]# cat /etc/redhat-release
Rocky Linux release 8.5 (Green Obsidian)