How to Install and Uninstall python-hl7 Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 17,2024

1. Install "python-hl7" package

Please follow the guidance below to install python-hl7 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-hl7

2. Uninstall "python-hl7" package

Please follow the instructions below to uninstall python-hl7 on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-hl7 $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-hl7 package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-hl7
Priority: optional
Section: universe/python
Installed-Size: 71
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Med Packaging Team
Architecture: all
Version: 0.3.3-4
Provides: python2.7-hl7
Depends: python-six, python:any (<< 2.8), python:any (>= 2.7.5-5~), python-pkg-resources
Recommends: python-mock
Filename: pool/universe/p/python-hl7/python-hl7_0.3.3-4_all.deb
Size: 16896
MD5sum: 9a8d11dfbb0d379f721a8643e7200aa2
SHA1: 43665a6a83a21de6f015e2fbd25137afabd745b3
SHA256: a9f48ed7c1252bf0c108f9245c55aefbb3b44512375381f2a3b05239f89f7457
Description-en: Python library for parsing HL7 messages
HL7 is a communication protocol and message format for health care data.
It is the de-facto standard for transmitting data between clinical
information systems and between clinical devices. The version 2.x series,
which is often is a pipe delimited format is currently the most widely
accepted version of HL7 (version 3.0 is an XML-based format).
python-hl7 currently only parses HL7 version 2.x messages into an easy
to access, list-based, data structure.
Description-md5: 1f5101c619501d981a44c05993a3e91c
Homepage: https://github.com/johnpaulett/python-hl7/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu