How To Install libcgroup-tools on Fedora 36

In this tutorial we learn how to install libcgroup-tools in Fedora 36. libcgroup-tools is Command-line utility programs, services and daemons for libcgroup

Introduction

In this tutorial we learn how to install libcgroup-tools on Fedora 36.

What is libcgroup-tools

This package contains command-line programs, services and a daemon for manipulating control groups using the libcgroup library.

We can use yum or dnf to install libcgroup-tools on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libcgroup-tools.

Install libcgroup-tools 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 libcgroup-tools using dnf by running the following command:

sudo dnf -y install libcgroup-tools

Install libcgroup-tools 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 libcgroup-tools using yum by running the following command:

sudo yum -y install libcgroup-tools

How To Uninstall libcgroup-tools on Fedora 36

To uninstall only the libcgroup-tools package we can use the following command:

sudo dnf remove libcgroup-tools

libcgroup-tools Package Contents on Fedora 36

/etc/cgconfig.conf
/etc/cgsnapshot_blacklist.conf
/usr/bin/cgclassify
/usr/bin/cgcreate
/usr/bin/cgdelete
/usr/bin/cgexec
/usr/bin/cgget
/usr/bin/cgset
/usr/bin/cgsnapshot
/usr/bin/lscgroup
/usr/bin/lssubsys
/usr/lib/.build-id
/usr/lib/.build-id/0c
/usr/lib/.build-id/0c/e40301941e0f8316b80e889c88ffca937156ff
/usr/lib/.build-id/1a
/usr/lib/.build-id/1a/cdf0a7ef6833e2cdad05c316c14adce17ed4ff
/usr/lib/.build-id/2a
/usr/lib/.build-id/2a/e8b37700f8b1424d16740237bbc89aa0844c6c
/usr/lib/.build-id/38
/usr/lib/.build-id/38/802a84fede52cbc3e324537b8e3ab821c65381
/usr/lib/.build-id/40
/usr/lib/.build-id/40/27b858b2f112636788f31a1fb346625aaa548e
/usr/lib/.build-id/41
/usr/lib/.build-id/41/3f3613e3cf35e5586c7ec1ea9741f27324430a
/usr/lib/.build-id/55
/usr/lib/.build-id/55/ec6591d91077d724815319aa3af86dc17b8b27
/usr/lib/.build-id/73
/usr/lib/.build-id/73/8ca886188264830a42d0a42459db7fa94b01ab
/usr/lib/.build-id/9d
/usr/lib/.build-id/9d/23056385a519ee48f0c3beffab6eca6f012f57
/usr/lib/.build-id/a5
/usr/lib/.build-id/a5/c9fcfa14319e93dd62971316c0e8b3105fb4f9
/usr/lib/.build-id/ab
/usr/lib/.build-id/ab/cb701a2a3aa647844e9f370d3f80f0ae6af9bd
/usr/lib/systemd/system/cgconfig.service
/usr/sbin/cgclear
/usr/sbin/cgconfigparser
/usr/share/doc/libcgroup-tools
/usr/share/doc/libcgroup-tools/README
/usr/share/doc/libcgroup-tools/README_systemd
/usr/share/licenses/libcgroup-tools
/usr/share/licenses/libcgroup-tools/COPYING
/usr/share/man/man1/cgclassify.1.gz
/usr/share/man/man1/cgclear.1.gz
/usr/share/man/man1/cgcreate.1.gz
/usr/share/man/man1/cgdelete.1.gz
/usr/share/man/man1/cgexec.1.gz
/usr/share/man/man1/cgget.1.gz
/usr/share/man/man1/cgset.1.gz
/usr/share/man/man1/cgsnapshot.1.gz
/usr/share/man/man1/lscgroup.1.gz
/usr/share/man/man1/lssubsys.1.gz
/usr/share/man/man5/cgconfig.conf.5.gz
/usr/share/man/man8/cgconfigparser.8.gz

References

Summary

In this tutorial we learn how to install libcgroup-tools on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).