How to Install and Uninstall python3-pydicom Package on Kali Linux

Last updated: July 02,2024

1. Install "python3-pydicom" package

Please follow the instructions below to install python3-pydicom on Kali Linux

$ sudo apt update $ sudo apt install python3-pydicom

2. Uninstall "python3-pydicom" package

Please follow the instructions below to uninstall python3-pydicom on Kali Linux:

$ sudo apt remove python3-pydicom $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-pydicom package on Kali Linux

Package: python3-pydicom
Source: pydicom
Version: 2.4.3-1
Installed-Size: 7492
Maintainer: Debian Med Packaging Team
Architecture: all
Provides: python3-dicom
Depends: python3:any
Recommends: python3-numpy, python3-pil
Suggests: python3-matplotlib, python3-gdcm
Size: 1119976
SHA256: f8b450ed138a4c8378eab9f4845abfa71869bc063feee9f6350787d3a0c37d8c
SHA1: 62038fc6f855aa9a26b14da88808cfe5f0acf497
MD5sum: ecc65934d550121ff19bbd98a74c72e3
Description: DICOM medical file reading and writing (Python 3)
pydicom is a pure Python module for parsing DICOM files. DICOM is a
standard (http://medical.nema.org) for communicating medical images
and related information such as reports and radiotherapy objects.
.
pydicom makes it easy to read DICOM files into natural pythonic
structures for easy manipulation. Modified datasets can be written
again to DICOM format files.
.
This package installs the module for Python 3.
Description-md5:
Homepage: https://pydicom.github.io
Section: python
Priority: optional
Filename: pool/main/p/pydicom/python3-pydicom_2.4.3-1_all.deb