How to Install and Uninstall python3-apptools.noarch Package on Oracle Linux 9

Last updated: September 23,2024

1. Install "python3-apptools.noarch" package

This guide covers the steps necessary to install python3-apptools.noarch on Oracle Linux 9

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

2. Uninstall "python3-apptools.noarch" package

Please follow the instructions below to uninstall python3-apptools.noarch on Oracle Linux 9:

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

3. Information about the python3-apptools.noarch package on Oracle Linux 9

Last metadata expiration check: 0:08:10 ago on Thu Feb 15 07:50:05 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.