How To Install unbound-python.x86_64 on Amazon Linux 2
In this tutorial we learn how to install unbound-python.x86_64 in Amazon Linux 2. unbound-python.x86_64 is Python modules and extensions for unbound
Introduction
In this tutorial we learn how to install unbound-python.x86_64 on Amazon Linux 2.
What is unbound-python.x86_64
Python modules and extensions for unbound
We can use yum to install unbound-python.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install unbound-python.x86_64.
Install unbound-python.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 unbound-python.x86_64 using yum by running the following command:
sudo yum -y install unbound-python.x86_64
How To Uninstall unbound-python.x86_64 on Amazon Linux 2
To uninstall only the unbound-python.x86_64 package we can use the following command:
sudo yum remove unbound-python.x86_64
unbound-python.x86_64 Package Contents on Amazon Linux 2
/usr/lib64/python2.7/site-packages/_unbound.so
/usr/lib64/python2.7/site-packages/unbound.py
/usr/lib64/python2.7/site-packages/unbound.pyc
/usr/lib64/python2.7/site-packages/unbound.pyo
/usr/lib64/python2.7/site-packages/unboundmodule.py
/usr/lib64/python2.7/site-packages/unboundmodule.pyc
/usr/lib64/python2.7/site-packages/unboundmodule.pyo
/usr/share/doc/unbound-python-1.6.6
/usr/share/doc/unbound-python-1.6.6/async-lookup.py
/usr/share/doc/unbound-python-1.6.6/calc.py
/usr/share/doc/unbound-python-1.6.6/dict.py
/usr/share/doc/unbound-python-1.6.6/dict_data.txt
/usr/share/doc/unbound-python-1.6.6/dns-lookup.py
/usr/share/doc/unbound-python-1.6.6/dnssec-valid.py
/usr/share/doc/unbound-python-1.6.6/dnssec_test.py
/usr/share/doc/unbound-python-1.6.6/edns.py
/usr/share/doc/unbound-python-1.6.6/example8-1.py
/usr/share/doc/unbound-python-1.6.6/idn-lookup.py
/usr/share/doc/unbound-python-1.6.6/inplace_callbacks.py
/usr/share/doc/unbound-python-1.6.6/log.py
/usr/share/doc/unbound-python-1.6.6/mx-lookup.py
/usr/share/doc/unbound-python-1.6.6/ns-lookup.py
/usr/share/doc/unbound-python-1.6.6/resgen.py
/usr/share/doc/unbound-python-1.6.6/resip.py
/usr/share/doc/unbound-python-1.6.6/resmod.py
/usr/share/doc/unbound-python-1.6.6/reverse-lookup.py
References
Summary
In this tutorial we learn how to install unbound-python.x86_64 on Amazon Linux 2 using yum.