How to Install and Uninstall python3-envisage.noarch Package on Fedora 36

Last updated: October 01,2024

1. Install "python3-envisage.noarch" package

Here is a brief guide to show you how to install python3-envisage.noarch on Fedora 36

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

2. Uninstall "python3-envisage.noarch" package

Here is a brief guide to show you how to uninstall python3-envisage.noarch on Fedora 36:

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

3. Information about the python3-envisage.noarch package on Fedora 36

Last metadata expiration check: 2:48:26 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-envisage
Version : 5.0.0
Release : 4.fc35
Architecture : noarch
Size : 267 k
Source : python-envisage-5.0.0-4.fc35.src.rpm
Repository : fedora
Summary : Extensible application framework
URL : https://github.com/enthought/envisage
License : BSD and LGPLv2 and CC-BY-SA
Description : Envisage is a Python-based framework for building extensible applications,
: that is, applications whose functionality can be extended by adding
: "plug-ins". Envisage provides a standard mechanism for features to be added
: to an application, whether by the original developer or by someone else. In
: fact, when you build an application using Envisage, the entire application
: consists primarily of plug-ins. In this respect, it is similar to the Eclipse
: and Netbeans frameworks for Java applications.
:
: Each plug-in is able to:
:
: * Advertise where and how it can be extended (its "extension points").
: * Contribute extensions to the extension points offered by other plug-ins.
: * Create and share the objects that perform the real work of the application
: ("services").
:
: The Envisage project provides the basic machinery of the plug-in framework as
: well as GUI building tools (envisage.ui). The workbench is the older way to
: build GUIs from Envisage. It is now recommended to use the Task framework.