How to Install and Uninstall python3-ginga.noarch Package on Fedora 38

Last updated: January 10,2025

1. Install "python3-ginga.noarch" package

In this section, we are going to explain the necessary steps to install python3-ginga.noarch on Fedora 38

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

2. Uninstall "python3-ginga.noarch" package

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

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

3. Information about the python3-ginga.noarch package on Fedora 38

Last metadata expiration check: 3:40:47 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : python3-ginga
Version : 2.7.2
Release : 15.fc38
Architecture : noarch
Size : 3.5 M
Source : ginga-2.7.2-15.fc38.src.rpm
Repository : fedora
Summary : Image Viewer and Toolkit
URL : https://ejeschke.github.io/ginga/
License : BSD and ASL 2.0 and MIT
Description :
: Ginga is a toolkit designed for building viewers for scientific image data in
: Python, visualizing 2D pixel data in numpy arrays. It can view astronomical
: data such as contained in files based on the FITS (Flexible Image Transport
: System) file format. It is written and is maintained by software engineers at
: the Subaru Telescope, National Astronomical Observatory of Japan.
:
: The Ginga toolkit centers around an image display class which supports zooming
: and panning, color and intensity mapping, a choice of several automatic cut
: levels algorithms and canvases for plotting scalable geometric forms. In
: addition to this widget, a general purpose “reference” FITS viewer is
: provided, based on a plugin framework. A fairly complete set of standard
: plugins are provided for features that we expect from a modern FITS viewer:
: panning and zooming windows, star catalog access, cuts, star pick/fwhm,
: thumbnails, etc.