How to Install and Uninstall python3-scp.noarch Package on Oracle Linux 8

Last updated: May 17,2024

1. Install "python3-scp.noarch" package

Learn how to install python3-scp.noarch on Oracle Linux 8

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

2. Uninstall "python3-scp.noarch" package

Please follow the guidance below to uninstall python3-scp.noarch on Oracle Linux 8:

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

3. Information about the python3-scp.noarch package on Oracle Linux 8

Last metadata expiration check: 2:31:16 ago on Mon Sep 12 02:51:38 2022.
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.