How To Install libvirt-java-devel.noarch on Amazon Linux 2
Introduction
In this tutorial we learn how to install libvirt-java-devel.noarch on Amazon Linux 2.
What is libvirt-java-devel.noarch
Libvirt-java is a base framework allowing to use libvirt, the virtualization API though the Java programming language. This is the development part needed to build applications with Libvirt-java.
We can use yum to install libvirt-java-devel.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install libvirt-java-devel.noarch.
Install libvirt-java-devel.noarch 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-java-devel.noarch using yum by running the following command:
sudo yum -y install libvirt-java-devel.noarch
How To Uninstall libvirt-java-devel.noarch on Amazon Linux 2
To uninstall only the libvirt-java-devel.noarch package we can use the following command:
sudo yum remove libvirt-java-devel.noarch
libvirt-java-devel.noarch Package Contents on Amazon Linux 2
/usr/share/doc/libvirt-java-devel-0.4.9
/usr/share/doc/libvirt-java-devel-0.4.9/test.java
References
Summary
In this tutorial we learn how to install libvirt-java-devel.noarch on Amazon Linux 2 using yum.