How to Install and Uninstall nsis Package on Kali Linux

Last updated: May 08,2024

1. Install "nsis" package

This is a short guide on how to install nsis on Kali Linux

$ sudo apt update $ sudo apt install nsis

2. Uninstall "nsis" package

Please follow the steps below to uninstall nsis on Kali Linux:

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

3. Information about the nsis package on Kali Linux

Package: nsis
Version: 3.09-3
Installed-Size: 1139
Maintainer: Thomas Gaugler
Architecture: amd64
Depends: nsis-common (>= 3.09-3), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1), zlib1g (>= 1:1.1.4)
Suggests: mingw-w64, nsis-doc (>= 3.09-3), nsis-pluginapi (>= 3.09-3), wine
Size: 561888
SHA256: 86fca6c09cb3d19414f595a107db6b9ce6071be43fedfa3a9313f9be46e3bd41
SHA1: 9c417de29390351d0a58ade80775abc5bbb8941f
MD5sum: 7603510b9100766520bfd8bc755fc286
Description: 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.
Description-md5:
Homepage: https://nsis.sourceforge.io/
Tag: devel::packaging, implemented-in::c, implemented-in::c++,
interface::commandline, role::program, scope::utility
Section: devel
Priority: optional
Filename: pool/main/n/nsis/nsis_3.09-3_amd64.deb