How To Install libvirt-daemon-driver-lxc.x86_64 on Amazon Linux 2
Introduction
In this tutorial we learn how to install libvirt-daemon-driver-lxc.x86_64 on Amazon Linux 2.
What is libvirt-daemon-driver-lxc.x86_64
The LXC driver plugin for the libvirtd daemon, providing an implementation of the hypervisor driver APIs using the Linux kernel
We can use yum to install libvirt-daemon-driver-lxc.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install libvirt-daemon-driver-lxc.x86_64.
Install libvirt-daemon-driver-lxc.x86_64 on Amazon Linux 2 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install libvirt-daemon-driver-lxc.x86_64 using yum by running the following command:
sudo yum -y install libvirt-daemon-driver-lxc.x86_64
How To Uninstall libvirt-daemon-driver-lxc.x86_64 on Amazon Linux 2
To uninstall only the libvirt-daemon-driver-lxc.x86_64 package we can use the following command:
sudo yum remove libvirt-daemon-driver-lxc.x86_64
libvirt-daemon-driver-lxc.x86_64 Package Contents on Amazon Linux 2
/etc/libvirt/lxc.conf
/etc/logrotate.d/libvirtd.lxc
/usr/lib64/libvirt/connection-driver/libvirt_driver_lxc.so
/usr/libexec/libvirt_lxc
/usr/share/augeas/lenses/libvirtd_lxc.aug
/usr/share/augeas/lenses/tests/test_libvirtd_lxc.aug
/var/lib/libvirt/lxc
/var/log/libvirt/lxc
/var/run/libvirt/lxc
References
Summary
In this tutorial we learn how to install libvirt-daemon-driver-lxc.x86_64 on Amazon Linux 2 using yum.