Ben Chuanlong Du's Blog

It is never too late to learn.

Install VirtualBox Guest Additions

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

Atomic Linux Distributions

Fedora Atomic Linux Distributions

Open your terminal and run the following command to layer the package.

rpm-ostree install virtualbox-guest-additions

If you receive an error stating the package is "already provided" or part of the base image, run this command instead to explicitly enable it.

rpm-ostree install --allow-inactive virtualbox-guest-additions

See more details at chat with Gemini .

Traditional Mutable Linux Distributions

  1. Devices -> Insert Guest Additions CD.

  2. Run the corresponding executable.

Comments