- Fedora 21 is available as three separate environments.…Workstation, Server, and Cloud.…You can download them from fedoraproject.org.…I'll click on the Workstation icon here…and go to the Download page.…The 64 bit Live image is probably what you want.…Though if your computer is older…you may need to download the 32 bit version.…If you're not able to download a large disk image,…you can also get Fedora through other means,…such as online or local vendors.…Keep in mind that you may need to pay…a handling and shipping fee though.…
That's it, let's take a look at installing Fedora.…
Released
2/25/2015- List the things one should do during Fedora installation on VirtualBox.
- Explain how to begin working with files and folders in the GNOME shell.
- Name the minimum requirement for adding a new user.
- Identify where to go to customize the GNOME environment.
- Name the desktop environment that Fedora uses by default.
- List the command that you would issue to install an infrastructure server.
Skill Level Beginner
Duration
Views
Q: Why don't the VirtualBox Guest Additions install properly on Fedora 23?
A: It seems that the VirtualBox Guest Additions don’t like the version of the X.Org Server software that comes with the Fedora 23 ISO. Before installing the additions, make sure to run:
sudo dnf update
This will get the latest version of X.Org Server (currently 1.18). After that, restart the VM. Then run:
sudo dnf install gcc kernel-devel-$(uname -r)
This command installs the gcc compiler and updated kernel headers, which the Guest Additions need in order to build themselves. $(uname -r) takes the output of the uname -r command, which returns the current kernel version number, and uses it to request to install the correct version for your system. Then try installing the Guest Additions again. You should see "Installing X.Org Server 1.18 modules [ OK ].” Restart the system again, and the full-screen feature should work.
Share this video
Embed this video
Video: Downloading Fedora