How to Install and Uninstall python3-apptools.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 08,2024

1. Install "python3-apptools.noarch" package

Please follow the guidelines below to install python3-apptools.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

2. Uninstall "python3-apptools.noarch" package

This is a short guide on how to uninstall python3-apptools.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the python3-apptools.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:09:39 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-apptools
Version : 5.2.0
Release : 1.el9
Architecture : noarch
Size : 314 k
Source : python-AppTools-5.2.0-1.el9.src.rpm
Repository : epel
Summary : Documentation for python-AppTools
URL : https://github.com/enthought/apptools
License : BSD and LGPLv2+
Description : The AppTools project includes a set of packages that Enthought has
: found useful in creating a number of applications. They implement
: functionality that is commonly needed by many applications
:
: * enthought.appscripting: Framework for scripting applications.
:
: * enthought.help: Provides a plugin for displaying documents and
: examples and running demos in Envisage Workbench applications.
:
: * enthought.io: Provides an abstraction for files and folders in a
: file system.
:
: * enthought.naming: Manages naming contexts, supporting non-string
: data types and scoped preferences
:
: * enthought.permissions: Supports limiting access to parts of an
: application unless the user is appropriately authorised (not
: full-blown security).
:
: and many more.