Install nim
Installing nim package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install nim
nim package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | nim |
version | 0.13.0-1 |
description | Nim programming language – compiler |
subsection | devel |
website | nim-lang.org |
maintainer | Ximin Luo |
Uninstall nim
To remove just nim package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove nim
Uninstall nim and it’s dependent packages
To remove the nim package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove nim
Purging nim
If you also want to delete configuration and/or data files of nim from Debian Sid then this will work:
sudo apt-get purge nim
To delete configuration and/or data files of nim and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove nim