How to Install and Uninstall python3-xnat.noarch Package on Fedora 34

Last updated: September 20,2024

1. Install "python3-xnat.noarch" package

Please follow the step by step instructions below to install python3-xnat.noarch on Fedora 34

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

2. Uninstall "python3-xnat.noarch" package

This guide covers the steps necessary to uninstall python3-xnat.noarch on Fedora 34:

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

3. Information about the python3-xnat.noarch package on Fedora 34

Last metadata expiration check: 5:55:31 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-xnat
Version : 0.4.0
Release : 1.fc34
Architecture : noarch
Size : 139 k
Source : python-xnat-0.4.0-1.fc34.src.rpm
Repository : updates
Summary : A new XNAT client that exposes XNAT objects/functions as python objects/functions.
URL : https://gitlab.com/radiology/infrastructure/xnatpy/
License : ASL 2.0
Description :
: A new XNAT client that exposes XNAT objects/functions as python objects/functions.
: The aim is to abstract as much of the REST API away as possible and make xnatpy feel
: like native Python code. This reduces the need for the user to know the details
: of the REST API. Low level functionality can still be accessed via the connection object
: which has get, head, put, post, delete methods for more directly calling the REST API.