How to Install and Uninstall python-kdcproxy.src Package on Oracle Linux 8

Last updated: July 02,2024

1. Install "python-kdcproxy.src" package

In this section, we are going to explain the necessary steps to install python-kdcproxy.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install python-kdcproxy.src

2. Uninstall "python-kdcproxy.src" package

Please follow the step by step instructions below to uninstall python-kdcproxy.src on Oracle Linux 8:

$ sudo dnf remove python-kdcproxy.src $ sudo dnf autoremove

3. Information about the python-kdcproxy.src package on Oracle Linux 8

Last metadata expiration check: 1:32:59 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : python-kdcproxy
Version : 0.4
Release : 5.module+el8.3.0+7868+2151076c
Architecture : src
Size : 37 k
Source : None
Repository : ol8_appstream
Summary : MS-KKDCP (kerberos proxy) WSGI module
URL : https://github.com/npmccallum/kdcproxy
License : MIT
Description : This package contains a Python WSGI module for proxying KDC requests over
: HTTP by following the MS-KKDCP protocol. It aims to be simple to deploy, with
: minimal configuration.