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

Last updated: October 05,2024

1. Install "python3-aexpect.noarch" package

In this section, we are going to explain the necessary steps to install python3-aexpect.noarch on Fedora 34

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

2. Uninstall "python3-aexpect.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-aexpect.noarch on Fedora 34:

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

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

Last metadata expiration check: 5:54:12 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-aexpect
Version : 1.6.2
Release : 1.fc34
Architecture : noarch
Size : 89 k
Source : python-aexpect-1.6.2-1.fc34.src.rpm
Repository : updates
Summary : A python library to control interactive applications
URL : https://github.com/avocado-framework/aexpect
License : GPLv2+
Description : Aexpect is a python library used to control interactive applications, very
: similar to pexpect. You can use it to control applications such as ssh, scp
: sftp, telnet, among others.