How to Install and Uninstall gdcm.x86_64 Package on CentOS Stream 9

Last updated: October 02,2024

1. Install "gdcm.x86_64" package

Please follow the steps below to install gdcm.x86_64 on CentOS Stream 9

$ sudo dnf update $ sudo dnf install gdcm.x86_64

2. Uninstall "gdcm.x86_64" package

This guide covers the steps necessary to uninstall gdcm.x86_64 on CentOS Stream 9:

$ sudo dnf remove gdcm.x86_64 $ sudo dnf autoremove

3. Information about the gdcm.x86_64 package on CentOS Stream 9

Last metadata expiration check: 1:57:44 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : gdcm
Version : 3.0.12
Release : 5.el9
Architecture : x86_64
Size : 1.5 M
Source : gdcm-3.0.12-5.el9.src.rpm
Repository : epel
Summary : Grassroots DiCoM is a C++ library to parse DICOM medical files
URL : http://gdcm.sourceforge.net/wiki/index.php/Main_Page
License : BSD
Description : Grassroots DiCoM (GDCM) is a C++ library for DICOM medical files.
: It supports ACR-NEMA version 1 and 2 (huffman compression is not supported),
: RAW, JPEG, JPEG 2000, JPEG-LS, RLE and deflated transfer syntax.
: It comes with a super fast scanner implementation to quickly scan hundreds of
: DICOM files. It supports SCU network operations (C-ECHO, C-FIND, C-STORE,
: C-MOVE). PS 3.3 & 3.6 are distributed as XML files.
: It also provides PS 3.15 certificates and password based mechanism to
: anonymize and de-identify DICOM datasets.