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

Last updated: May 13,2024

1. Install "lhasa" package

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

$ sudo apt update $ sudo apt install lhasa

2. Uninstall "lhasa" package

This tutorial shows how to uninstall lhasa on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove lhasa $ sudo apt autoclean && sudo apt autoremove

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

Package: lhasa
Priority: optional
Section: universe/utils
Installed-Size: 68
Maintainer: Ubuntu Developers
Original-Maintainer: Jonathan Dowland
Architecture: amd64
Version: 0.3.0-2
Provides: lha, lzh-archiver
Depends: libc6 (>= 2.4), liblhasa0 (= 0.3.0-2)
Conflicts: lha (<< 1.14i-10.4)
Filename: pool/universe/l/lhasa/lhasa_0.3.0-2_amd64.deb
Size: 15822
MD5sum: d957099be43b0b9db46413abe6bd5756
SHA1: 80ec0ff1bdc75dc3217e661ae06fe8df503206f7
SHA256: b502133f045b1c288af752086bee8c45570810dbfa1c40bbc25dc99054bfb981
Description-en: lzh archive decompressor
Lhasa lha is a tool for parsing LHA (.lzh) archives and a free
replacement for the Unix LHA tool.
.
Currently it is only possible to read from (ie. decompress) archives;
generating (compressing) LHA archives may be an enhancement for future
versions. The aim is to be compatible with as many different variants
of the LHA file format as possible, including LArc (.lzs) and
PMarc (.pma).
.
The command line tool aims to be interface-compatible with the non-free
Unix LHA tool (command line syntax and output), for backwards
compatibility with tools that expect particular output.
Description-md5: 11c02758a2e2ad3aa2ab14056e1b6be3
Homepage: http://fragglet.github.com/lhasa/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu