Question: How to download the Last virtualbox and keep it update to the last release in Fedora/Centos/Opensuse?
-1- First cd the yum repo and download the repo:
cd /etc/yum.repo.dFor Openuse:wget http://download.virtualbox.org/virtualbox/rpm/opensuse/11.4/virtualbox.repoFor Centos/RHEL.Scientic Linuxwget http://download.virtualbox.org/virtualbox/rpm/rhel/virtualbox.repoFor Fedora :wget http://download.virtualbox.org/virtualbox/rpm/fedora/virtualbox.repo2- Now update and InstallFedora/Centos/SL/ :
yum updateOpensuse : Zypper upInstallation :- Fedora/Centos/RHEL
yum install VirtualBox-4.1- Opensuse zypper in VirtualBox-4.1 3- Rebuild kernel modules with following command:/etc/init.d/vboxdrv setup Or service vboxdrv setupadd the users to vboxusers group usernmod -a -G vboxusers myusername Enjoy
No comments:
Post a Comment