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

Last updated: January 07,2025

1. Install "python3-scp.noarch" package

Please follow the guidelines below to install python3-scp.noarch on CentOS Stream 8

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

2. Uninstall "python3-scp.noarch" package

This tutorial shows how to uninstall python3-scp.noarch on CentOS Stream 8:

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

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

Last metadata expiration check: 4:07:54 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : python3-scp
Version : 0.14.1
Release : 1.el8
Architecture : noarch
Size : 25 k
Source : python-scp-0.14.1-1.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.