How to Install and Uninstall python3-robotframework.noarch Package on AlmaLinux 9

Last updated: July 04,2024

1. Install "python3-robotframework.noarch" package

This guide covers the steps necessary to install python3-robotframework.noarch on AlmaLinux 9

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

2. Uninstall "python3-robotframework.noarch" package

Please follow the guidance below to uninstall python3-robotframework.noarch on AlmaLinux 9:

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

3. Information about the python3-robotframework.noarch package on AlmaLinux 9

Last metadata expiration check: 0:45:18 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : python3-robotframework
Version : 6.0.2
Release : 2.el9
Architecture : noarch
Size : 834 k
Source : python-robotframework-6.0.2-2.el9.src.rpm
Repository : epel
Summary : Generic automation framework for acceptance testing and RPA
URL : https://github.com/robotframework/robotframework
License : Apache-2.0 and MIT
Description :
: Robot Framework is a generic open source automation framework for acceptance
: testing, acceptance test driven development (ATDD), and robotic process
: automation (RPA).
: It has simple plain text syntax and it can be extended easily with libraries
: implemented using Python or Java.