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

Last updated: May 11,2024

1. Install "nsis" package

Here is a brief guide to show you how to install nsis on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install nsis

2. Uninstall "nsis" package

Please follow the guidance below to uninstall nsis on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove nsis $ sudo apt autoclean && sudo apt autoremove

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

Package: nsis
Priority: optional
Section: universe/devel
Installed-Size: 604
Maintainer: Ubuntu Developers
Original-Maintainer: Thomas Gaugler
Architecture: amd64
Version: 2.50-1
Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), libstdc++6 (>= 5.2), zlib1g (>= 1:1.1.4), nsis-common (>= 2.50-1)
Suggests: nsis-doc (>= 2.50-1), nsis-pluginapi (>= 2.50-1), mingw-w64 (>= 1.0), wine
Filename: pool/universe/n/nsis/nsis_2.50-1_amd64.deb
Size: 227384
MD5sum: fd3474bae7f69c0b49a6e7d1dcaa51fb
SHA1: b0ac758fc1d83e117ec795852922e533f4f2dd5a
SHA256: f78e785bef24cf8ff1276ed84733c7df8305e7db968535c7844fb02f0dd023fe
Description-en: Nullsoft Scriptable Install System (modified for Debian)
NSIS is a tool for creating quick and user friendly installers for
Microsoft Windows (Win32) operating systems.
.
NSIS creates installers that are capable of installing, uninstalling,
setting system settings, extracting files, etc. Because it's based on
script files, you can fully control every part of your installers. The
script language supports variables, functions, string manipulation,
just like a normal programming language - but designed for the creation
of installers. Even with all these features, NSIS is still the smallest
installer system available. With the default options, it has an overhead
of only 34 KB.
Description-md5: 588a1a18a7c197bf93e0bdc2aee65803
Homepage: http://nsis.sourceforge.net/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu