How to Install and Uninstall nim Package on Kali Linux

Last updated: May 18,2024

1. Install "nim" package

Please follow the step by step instructions below to install nim on Kali Linux

$ sudo apt update $ sudo apt install nim

2. Uninstall "nim" package

This is a short guide on how to uninstall nim on Kali Linux:

$ sudo apt remove nim $ sudo apt autoclean && sudo apt autoremove

3. Information about the nim package on Kali Linux

Package: nim
Version: 1.6.14-1
Installed-Size: 15642
Maintainer: Federico Ceratto
Architecture: amd64
Depends: libc6 (>= 2.35), libpcre3, libssl3
Recommends: build-essential, gcc, git
Suggests: nim-doc
Size: 4112120
SHA256: 1bc28730448599d3a8530d27bac1eecdd6e7754967f4f92a0e38d0dfc0466c66
SHA1: b056dc32456f2d9ec54fa2c1918f5d81fb449958
MD5sum: e3ba8a5521b273014180bf63160056a8
Description: Nim programming language - compiler
Nim is a statically typed, imperative programming language that generates
native code via compilation to C. It provides a non-tracing GC, high level
datatypes and local type inference, and bindings to a lot of C libraries.
Description-md5:
Homepage: https://nim-lang.org/
Section: devel
Priority: optional
Filename: pool/main/n/nim/nim_1.6.14-1_amd64.deb