What are the pros and conses of two method of installing VirtualBox guest additions:
- via the
Devices -> Install Guest Additions...; - via
su -c 'yum install VirtualBox-guest'fromrpmfusionrepository.
|
What are the pros and conses of two method of installing VirtualBox guest additions:
|
|||
|
|
|
Not sure why use a 3rd party repo when Vbox provides the way to do it. But:
For me and what I actually do, I install Fedora, run yum -y update and after being update I just run install guest additions (resolving by myself the dependencies). When a new kernel comes out and after updating the system, I just run /etc/init.t/vboxadd setup. |
|||
|
|
|
I would prefer YUM installation compared to a GUI installation. Do note that : Using the rpmfusion repo will helps you to resolve potential dependencies and give you the latest stable build. |
|||
|
|