How To Install dotconf.x86_64 on Amazon Linux 2
In this tutorial we learn how to install dotconf.x86_64 in Amazon Linux 2. dotconf.x86_64 is Libraries to parse configuration files
Introduction
In this tutorial we learn how to install dotconf.x86_64 on Amazon Linux 2.
What is dotconf.x86_64
Dotconf is a library used to handle configuration files.
We can use yum to install dotconf.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install dotconf.x86_64.
Install dotconf.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 dotconf.x86_64 using yum by running the following command:
sudo yum -y install dotconf.x86_64
How To Uninstall dotconf.x86_64 on Amazon Linux 2
To uninstall only the dotconf.x86_64 package we can use the following command:
sudo yum remove dotconf.x86_64
dotconf.x86_64 Package Contents on Amazon Linux 2
/usr/lib64/libdotconf.so.0
/usr/lib64/libdotconf.so.0.0.1
/usr/share/doc/dotconf-1.3
/usr/share/doc/dotconf-1.3/AUTHORS
/usr/share/doc/dotconf-1.3/COPYING
/usr/share/doc/dotconf-1.3/README
References
Summary
In this tutorial we learn how to install dotconf.x86_64 on Amazon Linux 2 using yum.