How To Install x11docker on Fedora 34
Introduction
In this tutorial we learn how to install x11docker
on Fedora 34.
What is x11docker
x11docker allows to run graphical desktop applications (and entire desktops) in Linux containers.
We can use yum
or dnf
to install x11docker
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install x11docker.
Install x11docker on Fedora 34 Using dnf
Update yum database with dnf
using the following command.
The output should look something like this:
After updating yum database, We can install x11docker
using dnf
by running the following command:
Install x11docker on Fedora 34 Using yum
Update yum database with yum
using the following command.
The output should look something like this:
After updating yum database, We can install x11docker
using yum
by running the following command:
How To Uninstall x11docker on Fedora 34
To uninstall only the x11docker
package we can use the following command:
x11docker Package Contents on Fedora 34
References
Summary
In this tutorial we learn how to install x11docker
on Fedora 34 using yum and dnf.