How to Install and Uninstall python3-scp.noarch Package on Fedora 36

Last updated: May 04,2024

1. Install "python3-scp.noarch" package

Here is a brief guide to show you how to install python3-scp.noarch on Fedora 36

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

2. Uninstall "python3-scp.noarch" package

Please follow the instructions below to uninstall python3-scp.noarch on Fedora 36:

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

3. Information about the python3-scp.noarch package on Fedora 36

Last metadata expiration check: 0:15:24 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-scp
Version : 0.14.4
Release : 1.fc36
Architecture : noarch
Size : 23 k
Source : python-scp-0.14.4-1.fc36.src.rpm
Repository : fedora
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.