Install libmonogame-cil-dev
Installing libmonogame-cil-dev package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install libmonogame-cil-dev
libmonogame-cil-dev package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | libmonogame-cil-dev |
version | 2.5.1+dfsg-4 |
description | Free implementation of XNA – Development files |
subsection | cli-mono |
website | monogame.codeplex.com |
maintainer | Debian CLI Libraries Team |
Uninstall libmonogame-cil-dev
To remove just libmonogame-cil-dev package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove libmonogame-cil-dev
Uninstall libmonogame-cil-dev and it’s dependent packages
To remove the libmonogame-cil-dev package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove libmonogame-cil-dev
Purging libmonogame-cil-dev
If you also want to delete configuration and/or data files of libmonogame-cil-dev from Debian Sid then this will work:
sudo apt-get purge libmonogame-cil-dev
To delete configuration and/or data files of libmonogame-cil-dev and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove libmonogame-cil-dev