How to Install and Uninstall ncompress Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 17,2024

1. Install "ncompress" package

Please follow the instructions below to install ncompress on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install ncompress

2. Uninstall "ncompress" package

In this section, we are going to explain the necessary steps to uninstall ncompress on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove ncompress $ sudo apt autoclean && sudo apt autoremove

3. Information about the ncompress package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: ncompress
Priority: optional
Section: universe/utils
Installed-Size: 48
Maintainer: Ubuntu Developers
Original-Maintainer: Kenneth J. Pronovici
Architecture: amd64
Version: 4.2.4.4-15
Depends: libc6 (>= 2.14)
Filename: pool/universe/n/ncompress/ncompress_4.2.4.4-15_amd64.deb
Size: 19776
MD5sum: dddf38461bbdf340bc10cf55a6dca57f
SHA1: 8bb3e8d9e05f8ab492b66b072f57997be7f04cbd
SHA256: 91282b19af6fd7a55aa1167e59b27566fe9832b01cd823e154a8343cb56f9c58
Description-en: original Lempel-Ziv compress/uncompress programs
This package provides the original compress and uncompress programs that used
to be the de facto UNIX standard for compressing and uncompressing files.
These programs implement a fast, simple Lempel-Ziv (LZW) file compression
algorithm.
.
For Debian, the standard uncompress program is installed as uncompress.real,
to avoid conflicting with other packages.
.
This package also contains a copyright notice and a brief discussion of the
LZW patent history (written by one of the original authors) in the file
/usr/share/doc/ncompress/README.Debian.
Description-md5: 0ba9f83ea053a8a1ec85bffba60c176f
Homepage: https://github.com/vapier/ncompress
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu