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

Last updated: November 26,2024

1. Install "python3-xnat.noarch" package

Please follow the steps below to install python3-xnat.noarch on Fedora 39

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

2. Uninstall "python3-xnat.noarch" package

Please follow the instructions below to uninstall python3-xnat.noarch on Fedora 39:

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

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

Last metadata expiration check: 5:02:02 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : python3-xnat
Version : 0.5.3
Release : 6.fc39
Architecture : noarch
Size : 234 k
Source : python-xnat-0.5.3-6.fc39.src.rpm
Repository : updates
Summary : XNAT client that exposes XNAT objects/functions as python objects/functions
URL : https://gitlab.com/radiology/infrastructure/xnatpy
License : Apache-2.0
Description :
: 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.