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

Last updated: May 11,2024

1. Install "python3-fsleyes-props.noarch" package

In this section, we are going to explain the necessary steps to install python3-fsleyes-props.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install python3-fsleyes-props.noarch

2. Uninstall "python3-fsleyes-props.noarch" package

This tutorial shows how to uninstall python3-fsleyes-props.noarch on Fedora 36:

$ sudo dnf remove python3-fsleyes-props.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 1:28:20 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-fsleyes-props
Version : 1.7.3
Release : 2.fc36
Architecture : noarch
Size : 153 k
Source : python-fsleyes-props-1.7.3-2.fc36.src.rpm
Repository : fedora
Summary : [wx]Python event programming framework
URL : https://pypi.python.org/pypi/fsleyes-props
License : ASL 2.0
Description :
: fsleyes-props is a library which is used by used by FSLeyes , and which allows
: you to:
:
: - Listen for change to attributes on a python object,
: - Automatically generate wxpython widgets which are bound to attributes of
: a python object
: - Automatically generate a command line interface to set values of the
: attributes of a python object.