How to Install and Uninstall python3-sep.x86_64 Package on Fedora 38

Last updated: October 28,2024

1. Install "python3-sep.x86_64" package

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

$ sudo dnf update $ sudo dnf install python3-sep.x86_64

2. Uninstall "python3-sep.x86_64" package

Please follow the guidance below to uninstall python3-sep.x86_64 on Fedora 38:

$ sudo dnf remove python3-sep.x86_64 $ sudo dnf autoremove

3. Information about the python3-sep.x86_64 package on Fedora 38

Last metadata expiration check: 1:09:40 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : python3-sep
Version : 1.2.1
Release : 4.fc38
Architecture : x86_64
Size : 230 k
Source : python-sep-1.2.1-4.fc38.src.rpm
Repository : fedora
Summary : Astronomical source extraction and photometry in Python
URL : http://sep.readthedocs.org/
License : MIT and LGPLv3+ and BSD
Description : SEP makes available some of the astronomical source extraction and
: photometry algorithms in Source Extractor as stand-alone
: functions and classes. These operate directly on in-memory numpy arrays
: (no FITS files, configuration files, etc). It’s derived directly from
: (and tested against) the Source Extractor code base.