How To Install python-sssdconfig.noarch on Amazon Linux 2
In this tutorial we learn how to install python-sssdconfig.noarch in Amazon Linux 2. python-sssdconfig.noarch is SSSD and IPA configuration file manipulation classes and functions
Introduction
In this tutorial we learn how to install python-sssdconfig.noarch on Amazon Linux 2.
What is python-sssdconfig.noarch
Provides python2 files for manipulation SSSD and IPA configuration files.
We can use yum to install python-sssdconfig.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install python-sssdconfig.noarch.
Install python-sssdconfig.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-sssdconfig.noarch using yum by running the following command:
sudo yum -y install python-sssdconfig.noarch
How To Uninstall python-sssdconfig.noarch on Amazon Linux 2
To uninstall only the python-sssdconfig.noarch package we can use the following command:
sudo yum remove python-sssdconfig.noarch
python-sssdconfig.noarch Package Contents on Amazon Linux 2
/usr/lib/python2.7/site-packages/SSSDConfig
/usr/lib/python2.7/site-packages/SSSDConfig-1.16.5-py2.7.egg-info
/usr/lib/python2.7/site-packages/SSSDConfig/__init__.py
/usr/lib/python2.7/site-packages/SSSDConfig/__init__.pyc
/usr/lib/python2.7/site-packages/SSSDConfig/__init__.pyo
/usr/lib/python2.7/site-packages/SSSDConfig/ipachangeconf.py
/usr/lib/python2.7/site-packages/SSSDConfig/ipachangeconf.pyc
/usr/lib/python2.7/site-packages/SSSDConfig/ipachangeconf.pyo
/usr/share/sssd
/usr/share/sssd/sssd.api.conf
/usr/share/sssd/sssd.api.d
/usr/share/sssd/sssd.api.d/sssd-ad.conf
/usr/share/sssd/sssd.api.d/sssd-files.conf
/usr/share/sssd/sssd.api.d/sssd-ipa.conf
/usr/share/sssd/sssd.api.d/sssd-krb5.conf
/usr/share/sssd/sssd.api.d/sssd-ldap.conf
/usr/share/sssd/sssd.api.d/sssd-local.conf
/usr/share/sssd/sssd.api.d/sssd-proxy.conf
/usr/share/sssd/sssd.api.d/sssd-simple.conf
References
Summary
In this tutorial we learn how to install python-sssdconfig.noarch on Amazon Linux 2 using yum.