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