How to Install and Uninstall lxcfs.x86_64 Package on CentOS 8 / RHEL 8
Last updated: November 20,2024
1. Install "lxcfs.x86_64" package
This is a short guide on how to install lxcfs.x86_64 on CentOS 8 / RHEL 8
$
sudo dnf update
Copied
$
sudo dnf install
lxcfs.x86_64
Copied
2. Uninstall "lxcfs.x86_64" package
Please follow the instructions below to uninstall lxcfs.x86_64 on CentOS 8 / RHEL 8:
$
sudo dnf remove
lxcfs.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the lxcfs.x86_64 package on CentOS 8 / RHEL 8
Last metadata expiration check: 1 day, 6:02:56 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : lxcfs
Version : 3.0.4
Release : 2.el8
Architecture : x86_64
Size : 55 k
Source : lxcfs-3.0.4-2.el8.src.rpm
Repository : epel
Summary : FUSE based filesystem for LXC
URL : https://linuxcontainers.org/lxcfs
License : ASL 2.0
Description : LXCFS is a simple userspace filesystem designed to work around some
: current limitations of the Linux kernel.
:
: Specifically, it's providing two main things
:
: - A set of files which can be bind-mounted over their /proc originals
: to provide CGroup-aware values.
:
: - A cgroupfs-like tree which is container aware.
:
: The code is pretty simple, written in C using libfuse.
:
: The main driver for this work was the need to run systemd based
: containers as a regular unprivileged user while still allowing systemd
: inside the container to interact with cgroups.
:
: Now with the introduction of the cgroup namespace in the Linux kernel,
: that part is no longer necessary on recent kernels and focus is now on
: making containers feel more like a real independent system through the
: proc masking feature.
Available Packages
Name : lxcfs
Version : 3.0.4
Release : 2.el8
Architecture : x86_64
Size : 55 k
Source : lxcfs-3.0.4-2.el8.src.rpm
Repository : epel
Summary : FUSE based filesystem for LXC
URL : https://linuxcontainers.org/lxcfs
License : ASL 2.0
Description : LXCFS is a simple userspace filesystem designed to work around some
: current limitations of the Linux kernel.
:
: Specifically, it's providing two main things
:
: - A set of files which can be bind-mounted over their /proc originals
: to provide CGroup-aware values.
:
: - A cgroupfs-like tree which is container aware.
:
: The code is pretty simple, written in C using libfuse.
:
: The main driver for this work was the need to run systemd based
: containers as a regular unprivileged user while still allowing systemd
: inside the container to interact with cgroups.
:
: Now with the introduction of the cgroup namespace in the Linux kernel,
: that part is no longer necessary on recent kernels and focus is now on
: making containers feel more like a real independent system through the
: proc masking feature.