How to Install and Uninstall python3-scp.noarch Package on CentOS 8 / RHEL 8

Last updated: January 13,2025

1. Install "python3-scp.noarch" package

In this section, we are going to explain the necessary steps to install python3-scp.noarch on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install python3-scp.noarch

2. Uninstall "python3-scp.noarch" package

Please follow the steps below to uninstall python3-scp.noarch on CentOS 8 / RHEL 8:

$ sudo dnf remove python3-scp.noarch $ sudo dnf autoremove

3. Information about the python3-scp.noarch package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 8:05:23 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : python3-scp
Version : 0.13.2
Release : 8.el8
Architecture : noarch
Size : 25 k
Source : python-scp-0.13.2-8.el8.src.rpm
Repository : epel
Summary : scp module for paramiko
URL : https://github.com/jbardin/scp.py
License : LGPLv2+
Description : The scp.py module uses a paramiko transport to send and receive files via the
: scp1 protocol. This is the protocol as referenced from the openssh scp program,
: and has only been tested with this implementation.