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

Last updated: May 10,2024

1. Install "msitools" package

Please follow the guidelines below to install msitools on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install msitools

2. Uninstall "msitools" package

Please follow the steps below to uninstall msitools on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove msitools $ sudo apt autoclean && sudo apt autoremove

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

Package: msitools
Priority: optional
Section: universe/utils
Installed-Size: 233
Maintainer: Ubuntu Developers
Original-Maintainer: Stephen Kitt
Architecture: amd64
Version: 0.95-1
Depends: libc6 (>= 2.4), libgcab-1.0-0 (>= 0.4), libglib2.0-0 (>= 2.18.0), libmsi0 (>= 0.93), libuuid1 (>= 2.16)
Filename: pool/universe/m/msitools/msitools_0.95-1_amd64.deb
Size: 39188
MD5sum: 6867642210dfec226c57e8fbb99e5a68
SHA1: e9f0abb20e4b7a2045c42d20056062520e68fec1
SHA256: 89915f2a914f4754f0f1f04b2c9e643ff0a89f33a2b9ae4056679e04424432c6
Description-en: Windows Installer file manipulation tool
msitools contains a number of programs to create, inspect and extract
Windows Installer (.msi) files.
.
The following tools are included:
- msiinfo: inspects MSI packages
- msibuild: builds MSI packages
- msidiff: compares two MSI packages' contents
- msidump: dumps raw MSI tables and stream contents
- msiextract: extracts files contained in MSI packages
Description-md5: ed2b5f9a91c3fabdc75163c02198592b
Multi-Arch: foreign
Homepage: https://wiki.gnome.org/msitools
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu