Projekt

Allgemein

Profil

Aktionen

VirtualBox repository

download repository

cd /etc/yum.repos.d
wget http://download.virtualbox.org/virtualbox/rpm/rhel/virtualbox.repo

you can check the content of the repository-file by

cat virtualbox.repo

the content should look like:

[virtualbox]
name=RHEL/CentOS-$releasever / $basearch - VirtualBox
baseurl=http://download.virtualbox.org/virtualbox/rpm/rhel/$releasever/$basearch
enabled=1
gpgcheck=1
gpgkey=http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc

Test

the listing of available repositories should now include virtualbox

yum repolist

Von Jeremias Keihsler vor etwa 7 Jahren aktualisiert · 1 Revisionen