How To Install charliecloud on Fedora 36
Introduction
In this tutorial we learn how to install charliecloud
on Fedora 36.
What is charliecloud
Charliecloud uses Linux user namespaces to run containers with no privileged operations or daemons and minimal configuration changes on center resources. This simple approach avoids most security risks while maintaining access to the performance and functionality already on offer. Container images can be built using Docker or anything else that can generate a standard Linux filesystem tree. For more information
We can use yum
or dnf
to install charliecloud
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install charliecloud.
Install charliecloud on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install charliecloud
using dnf
by running the following command:
sudo dnf -y install charliecloud
Install charliecloud on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install charliecloud
using yum
by running the following command:
sudo yum -y install charliecloud
How To Uninstall charliecloud on Fedora 36
To uninstall only the charliecloud
package we can use the following command:
sudo dnf remove charliecloud
charliecloud Package Contents on Fedora 36
/usr/bin/ch-build
/usr/bin/ch-build2dir
/usr/bin/ch-builder2squash
/usr/bin/ch-builder2tar
/usr/bin/ch-checkns
/usr/bin/ch-convert
/usr/bin/ch-dir2squash
/usr/bin/ch-fromhost
/usr/bin/ch-pull2dir
/usr/bin/ch-pull2tar
/usr/bin/ch-run
/usr/bin/ch-run-oci
/usr/bin/ch-ssh
/usr/bin/ch-tar2dir
/usr/lib/.build-id
/usr/lib/.build-id/8b
/usr/lib/.build-id/8b/284332d246f661ab2954fe3260d2d8a0b7b0d8
/usr/lib/.build-id/91
/usr/lib/.build-id/91/d391156b3c737a316e6381bf8052b6f7dcae29
/usr/lib/.build-id/bf
/usr/lib/.build-id/bf/74b8283130ec9a1505ac61cfbf6bf926204914
/usr/lib/charliecloud/base.sh
/usr/lib/charliecloud/contributors.bash
/usr/lib/charliecloud/version.sh
/usr/lib/charliecloud/version.txt
/usr/share/doc/charliecloud
/usr/share/doc/charliecloud/README.rst
/usr/share/licenses/charliecloud
/usr/share/licenses/charliecloud/LICENSE
/usr/share/man/man1/ch-build.1.gz
/usr/share/man/man1/ch-build2dir.1.gz
/usr/share/man/man1/ch-builder2squash.1.gz
/usr/share/man/man1/ch-builder2tar.1.gz
/usr/share/man/man1/ch-checkns.1.gz
/usr/share/man/man1/ch-convert.1.gz
/usr/share/man/man1/ch-dir2squash.1.gz
/usr/share/man/man1/ch-fromhost.1.gz
/usr/share/man/man1/ch-pull2dir.1.gz
/usr/share/man/man1/ch-pull2tar.1.gz
/usr/share/man/man1/ch-run-oci.1.gz
/usr/share/man/man1/ch-run.1.gz
/usr/share/man/man1/ch-ssh.1.gz
/usr/share/man/man1/ch-tar2dir.1.gz
/usr/share/man/man7/charliecloud.7.gz
References
Summary
In this tutorial we learn how to install charliecloud
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).