Install mono-fastcgi-server
Installing mono-fastcgi-server package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install mono-fastcgi-server
mono-fastcgi-server package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | mono-fastcgi-server |
version | 4.2-2 |
description | ASP.NET backend for FastCGI webservers – default version |
subsection | httpd |
website | mono-project.com / ASP.NET |
maintainer | Debian Mono Group |
Uninstall mono-fastcgi-server
To remove just mono-fastcgi-server package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove mono-fastcgi-server
Uninstall mono-fastcgi-server and it’s dependent packages
To remove the mono-fastcgi-server package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove mono-fastcgi-server
Purging mono-fastcgi-server
If you also want to delete configuration and/or data files of mono-fastcgi-server from Debian Sid then this will work:
sudo apt-get purge mono-fastcgi-server
To delete configuration and/or data files of mono-fastcgi-server and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove mono-fastcgi-server