How To Install python3-ns1-python on Rocky Linux 8
Introduction
In this tutorial we learn how to install python3-ns1-python
on Rocky Linux 8.
What is python3-ns1-python
This package provides a python SDK for accessing the NS1 DNS platform and includes both a simple NS1 REST API wrapper as well as a higher level interface for managing zones, records, data feeds, and more. It supports synchronous and asynchronous transports. Python 3 version.
We can use yum
or dnf
to install python3-ns1-python
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install python3-ns1-python.
Install python3-ns1-python on Rocky Linux 8 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install python3-ns1-python
using dnf
by running the following command:
sudo dnf -y install python3-ns1-python
Install python3-ns1-python on Rocky Linux 8 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install python3-ns1-python
using yum
by running the following command:
sudo yum -y install python3-ns1-python
How To Uninstall python3-ns1-python on Rocky Linux 8
To uninstall only the python3-ns1-python
package we can use the following command:
sudo dnf remove python3-ns1-python
python3-ns1-python Package Contents on Rocky Linux 8
/usr/lib/python3.6/site-packages/ns1
/usr/lib/python3.6/site-packages/ns1/__init__.py
/usr/lib/python3.6/site-packages/ns1/__pycache__
/usr/lib/python3.6/site-packages/ns1/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/ns1/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/ns1/__pycache__/config.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/ns1/__pycache__/config.cpython-36.pyc
/usr/lib/python3.6/site-packages/ns1/__pycache__/helpers.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/ns1/__pycache__/helpers.cpython-36.pyc
/usr/lib/python3.6/site-packages/ns1/__pycache__/ipam.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/ns1/__pycache__/ipam.cpython-36.pyc
/usr/lib/python3.6/site-packages/ns1/__pycache__/monitoring.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/ns1/__pycache__/monitoring.cpython-36.pyc
/usr/lib/python3.6/site-packages/ns1/__pycache__/records.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/ns1/__pycache__/records.cpython-36.pyc
/usr/lib/python3.6/site-packages/ns1/__pycache__/zones.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/ns1/__pycache__/zones.cpython-36.pyc
/usr/lib/python3.6/site-packages/ns1/config.py
/usr/lib/python3.6/site-packages/ns1/helpers.py
/usr/lib/python3.6/site-packages/ns1/ipam.py
/usr/lib/python3.6/site-packages/ns1/monitoring.py
/usr/lib/python3.6/site-packages/ns1/records.py
/usr/lib/python3.6/site-packages/ns1/rest
/usr/lib/python3.6/site-packages/ns1/rest/__init__.py
/usr/lib/python3.6/site-packages/ns1/rest/__pycache__
/usr/lib/python3.6/site-packages/ns1/rest/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/ns1/rest/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/ns1/rest/__pycache__/account.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/ns1/rest/__pycache__/account.cpython-36.pyc
/usr/lib/python3.6/site-packages/ns1/rest/__pycache__/apikey.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/ns1/rest/__pycache__/apikey.cpython-36.pyc
/usr/lib/python3.6/site-packages/ns1/rest/__pycache__/data.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/ns1/rest/__pycache__/data.cpython-36.pyc
/usr/lib/python3.6/site-packages/ns1/rest/__pycache__/errors.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/ns1/rest/__pycache__/errors.cpython-36.pyc
/usr/lib/python3.6/site-packages/ns1/rest/__pycache__/ipam.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/ns1/rest/__pycache__/ipam.cpython-36.pyc
/usr/lib/python3.6/site-packages/ns1/rest/__pycache__/monitoring.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/ns1/rest/__pycache__/monitoring.cpython-36.pyc
/usr/lib/python3.6/site-packages/ns1/rest/__pycache__/permissions.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/ns1/rest/__pycache__/permissions.cpython-36.pyc
/usr/lib/python3.6/site-packages/ns1/rest/__pycache__/rate_limiting.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/ns1/rest/__pycache__/rate_limiting.cpython-36.pyc
/usr/lib/python3.6/site-packages/ns1/rest/__pycache__/records.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/ns1/rest/__pycache__/records.cpython-36.pyc
/usr/lib/python3.6/site-packages/ns1/rest/__pycache__/resource.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/ns1/rest/__pycache__/resource.cpython-36.pyc
/usr/lib/python3.6/site-packages/ns1/rest/__pycache__/stats.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/ns1/rest/__pycache__/stats.cpython-36.pyc
/usr/lib/python3.6/site-packages/ns1/rest/__pycache__/team.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/ns1/rest/__pycache__/team.cpython-36.pyc
/usr/lib/python3.6/site-packages/ns1/rest/__pycache__/user.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/ns1/rest/__pycache__/user.cpython-36.pyc
/usr/lib/python3.6/site-packages/ns1/rest/__pycache__/zones.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/ns1/rest/__pycache__/zones.cpython-36.pyc
/usr/lib/python3.6/site-packages/ns1/rest/account.py
/usr/lib/python3.6/site-packages/ns1/rest/apikey.py
/usr/lib/python3.6/site-packages/ns1/rest/data.py
/usr/lib/python3.6/site-packages/ns1/rest/errors.py
/usr/lib/python3.6/site-packages/ns1/rest/ipam.py
/usr/lib/python3.6/site-packages/ns1/rest/monitoring.py
/usr/lib/python3.6/site-packages/ns1/rest/permissions.py
/usr/lib/python3.6/site-packages/ns1/rest/rate_limiting.py
/usr/lib/python3.6/site-packages/ns1/rest/records.py
/usr/lib/python3.6/site-packages/ns1/rest/resource.py
/usr/lib/python3.6/site-packages/ns1/rest/stats.py
/usr/lib/python3.6/site-packages/ns1/rest/team.py
/usr/lib/python3.6/site-packages/ns1/rest/transport
/usr/lib/python3.6/site-packages/ns1/rest/transport/__init__.py
/usr/lib/python3.6/site-packages/ns1/rest/transport/__pycache__
/usr/lib/python3.6/site-packages/ns1/rest/transport/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/ns1/rest/transport/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/ns1/rest/transport/__pycache__/base.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/ns1/rest/transport/__pycache__/base.cpython-36.pyc
/usr/lib/python3.6/site-packages/ns1/rest/transport/__pycache__/basic.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/ns1/rest/transport/__pycache__/basic.cpython-36.pyc
/usr/lib/python3.6/site-packages/ns1/rest/transport/__pycache__/requests.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/ns1/rest/transport/__pycache__/requests.cpython-36.pyc
/usr/lib/python3.6/site-packages/ns1/rest/transport/__pycache__/twisted.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/ns1/rest/transport/__pycache__/twisted.cpython-36.pyc
/usr/lib/python3.6/site-packages/ns1/rest/transport/base.py
/usr/lib/python3.6/site-packages/ns1/rest/transport/basic.py
/usr/lib/python3.6/site-packages/ns1/rest/transport/requests.py
/usr/lib/python3.6/site-packages/ns1/rest/transport/twisted.py
/usr/lib/python3.6/site-packages/ns1/rest/user.py
/usr/lib/python3.6/site-packages/ns1/rest/zones.py
/usr/lib/python3.6/site-packages/ns1/zones.py
/usr/lib/python3.6/site-packages/ns1_python-0.15.0-py3.6.egg-info
/usr/lib/python3.6/site-packages/ns1_python-0.15.0-py3.6.egg-info/PKG-INFO
/usr/lib/python3.6/site-packages/ns1_python-0.15.0-py3.6.egg-info/SOURCES.txt
/usr/lib/python3.6/site-packages/ns1_python-0.15.0-py3.6.egg-info/dependency_links.txt
/usr/lib/python3.6/site-packages/ns1_python-0.15.0-py3.6.egg-info/top_level.txt
/usr/share/doc/python3-ns1-python
/usr/share/doc/python3-ns1-python/README.rst
/usr/share/licenses/python3-ns1-python
/usr/share/licenses/python3-ns1-python/LICENSE
References
Summary
In this tutorial we learn how to install python3-ns1-python
on Rocky Linux 8 using yum and dnf.