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

Last updated: May 05,2024

1. Install "python3-hl7" package

Learn how to install python3-hl7 on Kali Linux

$ sudo apt update $ sudo apt install python3-hl7

2. Uninstall "python3-hl7" package

This guide let you learn how to uninstall python3-hl7 on Kali Linux:

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

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

Package: python3-hl7
Source: python-hl7
Version: 0.4.5-2
Installed-Size: 117
Maintainer: Debian Med Packaging Team
Architecture: all
Provides: python-hl7
Depends: python3:any, python3-pkg-resources
Size: 25648
SHA256: 90dcf1aabb6e2afe0bcd661e6efc77940cf1a5b3c560efc191beb43020709cd4
SHA1: bf56dccaeb293d460b8bac71d94e5c807836500f
MD5sum: 332e07515b3100b783d19e507c8c249a
Description: Python3 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.
.
This package contains the Python3 API.
Description-md5:
Homepage: https://github.com/johnpaulett/python-hl7/
Section: python
Priority: optional
Filename: pool/main/p/python-hl7/python3-hl7_0.4.5-2_all.deb