How to Install and Uninstall python3-dicom Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: October 06,2024

1. Install "python3-dicom" package

This tutorial shows how to install python3-dicom on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-dicom

2. Uninstall "python3-dicom" package

This tutorial shows how to uninstall python3-dicom on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python3-dicom package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-dicom
Priority: optional
Section: universe/python
Installed-Size: 1581
Maintainer: Ubuntu Developers
Original-Maintainer: NeuroDebian Team
Architecture: all
Source: pydicom
Version: 0.9.9-2
Depends: python3:any (>= 3.3.2-2~)
Recommends: python3-numpy, python3-imaging
Suggests: python3-matplotlib
Filename: pool/universe/p/pydicom/python3-dicom_0.9.9-2_all.deb
Size: 358198
MD5sum: 7755b9d990846bd786e996ec044e36d0
SHA1: 9573d627dd56bb2c0eb4ce48a17a689e88680c4b
SHA256: 30490b0e4bf426aa439145ff511a2269eba056c113da1dbe3ddccbfbaf4c0114
Description-en: 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: c579a6a26930f7c5a108262abbbcf541
Homepage: http://pydicom.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu