How To Install lxc-libs on Fedora 36

In this tutorial we learn how to install lxc-libs in Fedora 36. lxc-libs is Runtime library files for lxc

Introduction

In this tutorial we learn how to install lxc-libs on Fedora 36.

What is lxc-libs

Linux Resource Containers provide process and resource isolation without the overhead of full virtualization. The lxc-libs package contains libraries for running lxc applications.

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

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

sudo dnf -y install lxc-libs

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

sudo yum -y install lxc-libs

How To Uninstall lxc-libs on Fedora 36

To uninstall only the lxc-libs package we can use the following command:

sudo dnf remove lxc-libs

lxc-libs Package Contents on Fedora 36

/etc/lxc
/etc/lxc/default.conf
/etc/sysconfig/lxc
/etc/sysconfig/lxc-net
/lib64/security/pam_cgfs.so
/usr/bin/lxc-autostart
/usr/lib/.build-id
/usr/lib/.build-id/07
/usr/lib/.build-id/07/4319446d9484aeee26b44d6fa17d194aac95f4
/usr/lib/.build-id/38
/usr/lib/.build-id/38/348822b3b39956c563da18f26302dd7fa1d150
/usr/lib/.build-id/7a
/usr/lib/.build-id/7a/478aecd5134a81f9caa4799ce042ccb6c4ba12
/usr/lib/.build-id/8b
/usr/lib/.build-id/8b/d120ad21b9d58b48239ce2b4c8512d41914495
/usr/lib/.build-id/8b/d120ad21b9d58b48239ce2b4c8512d41914495.1
/usr/lib/.build-id/9e
/usr/lib/.build-id/9e/14b9067c7c16865a8df5a42a62a8df2fa1807a
/usr/lib/.build-id/a0/3c16c3884629321694a69e0b692f23adbc1c5e
/usr/lib/.build-id/bf/1b2ce16d00e4de13552c0da429c1d88ef5bb56
/usr/lib/.build-id/cd
/usr/lib/.build-id/cd/c7eab6f1888a76b76784fe5bb26e636595337d
/usr/lib/systemd/system/lxc-net.service
/usr/lib/systemd/system/lxc.service
/usr/lib/systemd/system/[email protected]
/usr/lib64/liblxc.so.1
/usr/lib64/liblxc.so.1.0.0
/usr/lib64/liblxc.so.1.7.0
/usr/lib64/lxc
/usr/lib64/lxc/rootfs
/usr/lib64/lxc/rootfs/README
/usr/libexec/lxc
/usr/libexec/lxc/hooks
/usr/libexec/lxc/hooks/unmount-namespace
/usr/libexec/lxc/lxc-apparmor-load
/usr/libexec/lxc/lxc-containers
/usr/libexec/lxc/lxc-monitord
/usr/libexec/lxc/lxc-net
/usr/libexec/lxc/lxc-user-nic
/usr/sbin/init.lxc
/usr/sbin/init.lxc.static
/usr/share/doc/lxc
/usr/share/doc/lxc/AUTHORS
/usr/share/doc/lxc/README
/usr/share/licenses/lxc-libs
/usr/share/licenses/lxc-libs/COPYING
/usr/share/lxc
/usr/share/lxc/config
/usr/share/lxc/hooks
/usr/share/lxc/hooks/clonehostname
/usr/share/lxc/hooks/dhclient
/usr/share/lxc/hooks/dhclient-script
/usr/share/lxc/hooks/mountecryptfsroot
/usr/share/lxc/hooks/nvidia
/usr/share/lxc/hooks/squid-deb-proxy-client
/usr/share/lxc/hooks/ubuntu-cloud-prep
/usr/share/lxc/lxc-patch.py
/usr/share/lxc/selinux
/usr/share/lxc/selinux/lxc.if
/usr/share/lxc/selinux/lxc.te
/usr/share/lxc/templates
/usr/share/man/ja/man1/lxc-autostart.1.gz
/usr/share/man/ja/man1/lxc-user-nic.1.gz
/usr/share/man/ja/man5/lxc-usernet.5.gz
/usr/share/man/ja/man5/lxc.conf.5.gz
/usr/share/man/ja/man5/lxc.container.conf.5.gz
/usr/share/man/ja/man5/lxc.system.conf.5.gz
/usr/share/man/ja/man7/lxc.7.gz
/usr/share/man/ja/man8/pam_cgfs.8.gz
/usr/share/man/ko/man1/lxc-autostart.1.gz
/usr/share/man/ko/man1/lxc-user-nic.1.gz
/usr/share/man/ko/man5/lxc-usernet.5.gz
/usr/share/man/ko/man5/lxc.conf.5.gz
/usr/share/man/ko/man5/lxc.container.conf.5.gz
/usr/share/man/ko/man5/lxc.system.conf.5.gz
/usr/share/man/ko/man7/lxc.7.gz
/usr/share/man/man1/lxc-autostart.1.gz
/usr/share/man/man1/lxc-user-nic.1.gz
/usr/share/man/man5/lxc-usernet.5.gz
/usr/share/man/man5/lxc.conf.5.gz
/usr/share/man/man5/lxc.container.conf.5.gz
/usr/share/man/man5/lxc.system.conf.5.gz
/usr/share/man/man7/lxc.7.gz
/usr/share/man/man8/pam_cgfs.8.gz
/var/cache/lxc
/var/lib/lxc

References

Summary

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


title: “How To Install lxc-libs on Fedora 36” linkTitle: “lxc-libs” type: “docs” description: “In this tutorial we learn how to install lxc-libs in Fedora 36. lxc-libs is Runtime library files for lxc” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/lxc-libs-featured.png

Introduction

In this tutorial we learn how to install lxc-libs on Fedora 36.

What is lxc-libs

Linux Resource Containers provide process and resource isolation without the overhead of full virtualization. The lxc-libs package contains libraries for running lxc applications.

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

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

sudo dnf -y install lxc-libs

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

sudo yum -y install lxc-libs

How To Uninstall lxc-libs on Fedora 36

To uninstall only the lxc-libs package we can use the following command:

sudo dnf remove lxc-libs

lxc-libs Package Contents on Fedora 36

/etc/lxc
/etc/lxc/default.conf
/etc/sysconfig/lxc
/etc/sysconfig/lxc-net
/lib/security/pam_cgfs.so
/usr/bin/lxc-autostart
/usr/lib/.build-id
/usr/lib/.build-id/20
/usr/lib/.build-id/20/6c9fe0ab0c98143eac5814e9a3e581eed1fc64
/usr/lib/.build-id/7b
/usr/lib/.build-id/7b/9a55d4421108afb3baa5f5c57bf981734fd641
/usr/lib/.build-id/aa/89eb3b1c0eb1e572a4ffbd23c46d4ee879e8d8
/usr/lib/.build-id/af
/usr/lib/.build-id/af/a443ad376ffb5ad1d51415feebca3c43e8e651
/usr/lib/.build-id/b1
/usr/lib/.build-id/b1/3e6f18e8777e5cce9fbe96561d05902d9a11b5
/usr/lib/.build-id/b6
/usr/lib/.build-id/b6/dff1038e6f62aefe55fdb795e5aa031d3c4ef1
/usr/lib/.build-id/b6/dff1038e6f62aefe55fdb795e5aa031d3c4ef1.1
/usr/lib/.build-id/b7/399caa7ec4e239f71bb6dc45b3495dd6fdbd1d
/usr/lib/.build-id/d0/57bdbe786c0bbaa00b7d996558a5568e5bcf88
/usr/lib/liblxc.so.1
/usr/lib/liblxc.so.1.0.0
/usr/lib/liblxc.so.1.7.0
/usr/lib/lxc
/usr/lib/lxc/rootfs
/usr/lib/lxc/rootfs/README
/usr/lib/systemd/system/lxc-net.service
/usr/lib/systemd/system/lxc.service
/usr/lib/systemd/system/[email protected]
/usr/libexec/lxc
/usr/libexec/lxc/hooks
/usr/libexec/lxc/hooks/unmount-namespace
/usr/libexec/lxc/lxc-apparmor-load
/usr/libexec/lxc/lxc-containers
/usr/libexec/lxc/lxc-monitord
/usr/libexec/lxc/lxc-net
/usr/libexec/lxc/lxc-user-nic
/usr/sbin/init.lxc
/usr/sbin/init.lxc.static
/usr/share/doc/lxc
/usr/share/doc/lxc/AUTHORS
/usr/share/doc/lxc/README
/usr/share/licenses/lxc-libs
/usr/share/licenses/lxc-libs/COPYING
/usr/share/lxc
/usr/share/lxc/config
/usr/share/lxc/hooks
/usr/share/lxc/hooks/clonehostname
/usr/share/lxc/hooks/dhclient
/usr/share/lxc/hooks/dhclient-script
/usr/share/lxc/hooks/mountecryptfsroot
/usr/share/lxc/hooks/nvidia
/usr/share/lxc/hooks/squid-deb-proxy-client
/usr/share/lxc/hooks/ubuntu-cloud-prep
/usr/share/lxc/lxc-patch.py
/usr/share/lxc/selinux
/usr/share/lxc/selinux/lxc.if
/usr/share/lxc/selinux/lxc.te
/usr/share/lxc/templates
/usr/share/man/ja/man1/lxc-autostart.1.gz
/usr/share/man/ja/man1/lxc-user-nic.1.gz
/usr/share/man/ja/man5/lxc-usernet.5.gz
/usr/share/man/ja/man5/lxc.conf.5.gz
/usr/share/man/ja/man5/lxc.container.conf.5.gz
/usr/share/man/ja/man5/lxc.system.conf.5.gz
/usr/share/man/ja/man7/lxc.7.gz
/usr/share/man/ja/man8/pam_cgfs.8.gz
/usr/share/man/ko/man1/lxc-autostart.1.gz
/usr/share/man/ko/man1/lxc-user-nic.1.gz
/usr/share/man/ko/man5/lxc-usernet.5.gz
/usr/share/man/ko/man5/lxc.conf.5.gz
/usr/share/man/ko/man5/lxc.container.conf.5.gz
/usr/share/man/ko/man5/lxc.system.conf.5.gz
/usr/share/man/ko/man7/lxc.7.gz
/usr/share/man/man1/lxc-autostart.1.gz
/usr/share/man/man1/lxc-user-nic.1.gz
/usr/share/man/man5/lxc-usernet.5.gz
/usr/share/man/man5/lxc.conf.5.gz
/usr/share/man/man5/lxc.container.conf.5.gz
/usr/share/man/man5/lxc.system.conf.5.gz
/usr/share/man/man7/lxc.7.gz
/usr/share/man/man8/pam_cgfs.8.gz
/var/cache/lxc
/var/lib/lxc

References

Summary

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