Difference between revisions of "VirtualBox Repository"
From SME Server
Jump to navigationJump to search (Created page with "<noinclude>{{Warning box|msg=Copy the configuration setting to your server as is, do not modify anything as that might harm your installation. To use it to install package enable...") |
|||
Line 4: | Line 4: | ||
/sbin/e-smith/db yum_repositories set virtualbox repository \ | /sbin/e-smith/db yum_repositories set virtualbox repository \ | ||
Name 'RHEL/CentOS-$releasever / $basearch - VirtualBox' \ | Name 'RHEL/CentOS-$releasever / $basearch - VirtualBox' \ | ||
− | BaseURL 'http://download.virtualbox.org/virtualbox/rpm/ | + | BaseURL 'http://download.virtualbox.org/virtualbox/rpm/el/$releasever/$basearch' \ |
EnableGroups no \ | EnableGroups no \ | ||
GPGCheck yes \ | GPGCheck yes \ | ||
− | GPGKey | + | GPGKey https://www.virtualbox.org/download/oracle_vbox.asc \ |
Visible no \ | Visible no \ | ||
status disabled | status disabled |
Latest revision as of 22:23, 12 July 2016
Below you find the installation command for the VirtualBox Repository which can be entered on the SME Server shell.
/sbin/e-smith/db yum_repositories set virtualbox repository \ Name 'RHEL/CentOS-$releasever / $basearch - VirtualBox' \ BaseURL 'http://download.virtualbox.org/virtualbox/rpm/el/$releasever/$basearch' \ EnableGroups no \ GPGCheck yes \ GPGKey https://www.virtualbox.org/download/oracle_vbox.asc \ Visible no \ status disabled
After adding it to the database updating the configuration file is required:
signal-event yum-modify