How To Install python-configshell.noarch on Amazon Linux 2
In this tutorial we learn how to install python-configshell.noarch in Amazon Linux 2. python-configshell.noarch is A framework to implement simple but nice CLIs
Introduction
In this tutorial we learn how to install python-configshell.noarch on Amazon Linux 2.
What is python-configshell.noarch
A framework to implement simple but nice configuration-oriented command-line interfaces.
We can use yum to install python-configshell.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install python-configshell.noarch.
Install python-configshell.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 python-configshell.noarch using yum by running the following command:
sudo yum -y install python-configshell.noarch
How To Uninstall python-configshell.noarch on Amazon Linux 2
To uninstall only the python-configshell.noarch package we can use the following command:
sudo yum remove python-configshell.noarch
python-configshell.noarch Package Contents on Amazon Linux 2
/usr/lib/python2.7/site-packages/configshell
/usr/lib/python2.7/site-packages/configshell/__init__.py
/usr/lib/python2.7/site-packages/configshell/__init__.pyc
/usr/lib/python2.7/site-packages/configshell/__init__.pyo
/usr/lib/python2.7/site-packages/configshell/console.py
/usr/lib/python2.7/site-packages/configshell/console.pyc
/usr/lib/python2.7/site-packages/configshell/console.pyo
/usr/lib/python2.7/site-packages/configshell/log.py
/usr/lib/python2.7/site-packages/configshell/log.pyc
/usr/lib/python2.7/site-packages/configshell/log.pyo
/usr/lib/python2.7/site-packages/configshell/node.py
/usr/lib/python2.7/site-packages/configshell/node.pyc
/usr/lib/python2.7/site-packages/configshell/node.pyo
/usr/lib/python2.7/site-packages/configshell/prefs.py
/usr/lib/python2.7/site-packages/configshell/prefs.pyc
/usr/lib/python2.7/site-packages/configshell/prefs.pyo
/usr/lib/python2.7/site-packages/configshell/shell.py
/usr/lib/python2.7/site-packages/configshell/shell.pyc
/usr/lib/python2.7/site-packages/configshell/shell.pyo
/usr/lib/python2.7/site-packages/configshell_fb
/usr/lib/python2.7/site-packages/configshell_fb-1.1.23-py2.7.egg-info
/usr/lib/python2.7/site-packages/configshell_fb-1.1.23-py2.7.egg-info/PKG-INFO
/usr/lib/python2.7/site-packages/configshell_fb-1.1.23-py2.7.egg-info/SOURCES.txt
/usr/lib/python2.7/site-packages/configshell_fb-1.1.23-py2.7.egg-info/dependency_links.txt
/usr/lib/python2.7/site-packages/configshell_fb-1.1.23-py2.7.egg-info/top_level.txt
/usr/lib/python2.7/site-packages/configshell_fb/__init__.py
/usr/lib/python2.7/site-packages/configshell_fb/__init__.pyc
/usr/lib/python2.7/site-packages/configshell_fb/__init__.pyo
/usr/lib/python2.7/site-packages/configshell_fb/console.py
/usr/lib/python2.7/site-packages/configshell_fb/console.pyc
/usr/lib/python2.7/site-packages/configshell_fb/console.pyo
/usr/lib/python2.7/site-packages/configshell_fb/log.py
/usr/lib/python2.7/site-packages/configshell_fb/log.pyc
/usr/lib/python2.7/site-packages/configshell_fb/log.pyo
/usr/lib/python2.7/site-packages/configshell_fb/node.py
/usr/lib/python2.7/site-packages/configshell_fb/node.pyc
/usr/lib/python2.7/site-packages/configshell_fb/node.pyo
/usr/lib/python2.7/site-packages/configshell_fb/prefs.py
/usr/lib/python2.7/site-packages/configshell_fb/prefs.pyc
/usr/lib/python2.7/site-packages/configshell_fb/prefs.pyo
/usr/lib/python2.7/site-packages/configshell_fb/shell.py
/usr/lib/python2.7/site-packages/configshell_fb/shell.pyc
/usr/lib/python2.7/site-packages/configshell_fb/shell.pyo
/usr/share/doc/python-configshell-1.1.fb23
/usr/share/doc/python-configshell-1.1.fb23/COPYING
/usr/share/doc/python-configshell-1.1.fb23/README.md
References
Summary
In this tutorial we learn how to install python-configshell.noarch on Amazon Linux 2 using yum.