How to Install and Uninstall lxcfs.x86_64 Package on AlmaLinux 9

Last updated: October 06,2024

1. Install "lxcfs.x86_64" package

Please follow the guidance below to install lxcfs.x86_64 on AlmaLinux 9

$ sudo dnf update $ sudo dnf install lxcfs.x86_64

2. Uninstall "lxcfs.x86_64" package

Please follow the guidelines below to uninstall lxcfs.x86_64 on AlmaLinux 9:

$ sudo dnf remove lxcfs.x86_64 $ sudo dnf autoremove

3. Information about the lxcfs.x86_64 package on AlmaLinux 9

Last metadata expiration check: 0:57:32 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : lxcfs
Version : 5.0.4
Release : 1.el9
Architecture : x86_64
Size : 92 k
Source : lxcfs-5.0.4-1.el9.src.rpm
Repository : epel
Summary : FUSE based filesystem for LXC
URL : https://linuxcontainers.org/lxcfs
License : ASL 2.0
Description : LXCFS is a small FUSE filesystem written with the intention of making
: Linux containers feel more like a virtual machine. It started as a
: side-project of LXC but is usable by any runtime.
:
: LXCFS will take care that the information provided by crucial files in
: procfs are container aware such that the values displayed (e.g. in
: /proc/uptime) really reflect how long the container is running and not
: how long the host is running.