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

Last updated: October 08,2024

1. Install "python3-scp.noarch" package

Please follow the steps below to install python3-scp.noarch on Fedora 34

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

2. Uninstall "python3-scp.noarch" package

This is a short guide on how to uninstall python3-scp.noarch on Fedora 34:

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

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

Last metadata expiration check: 2:38:21 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : python3-scp
Version : 0.14.3
Release : 2.fc34
Architecture : noarch
Size : 23 k
Source : python-scp-0.14.3-2.fc34.src.rpm
Repository : updates
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.