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

Last updated: September 21,2024

1. Install "python3-pydicom.noarch" package

This guide let you learn how to install python3-pydicom.noarch on Fedora 34

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

2. Uninstall "python3-pydicom.noarch" package

This tutorial shows how to uninstall python3-pydicom.noarch on Fedora 34:

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

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

Last metadata expiration check: 5:40:07 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-pydicom
Version : 2.2.2
Release : 1.fc34
Architecture : noarch
Size : 2.3 M
Source : python-pydicom-2.2.2-1.fc34.src.rpm
Repository : updates
Summary : Read, modify and write DICOM files with python code
URL : https://github.com/darcymason/pydicom
License : MIT and BSD
Description : pydicom is a pure python package for working with DICOM files. It was made for
: inspecting and modifying DICOM data in an easy "pythonic" way. The
: modifications can be written again to a new file.
:
: pydicom is not a DICOM server, and is not primarily about viewing images. It is
: designed to let you manipulate data elements in DICOM files with python code.
:
: Limitations -- the main limitation of the current version is that compressed
: pixel data (e.g. JPEG) cannot be altered in an intelligent way as it can for
: uncompressed pixels. Files can always be read and saved, but compressed pixel
: data cannot easily be modified.
:
: Documentation is available at https://pydicom.github.io/pydicom