Cheap VPS & Xen Server


Residential Proxy Network - Hourly & Monthly Packages

How to install mono-profiler on Debian Unstable (Sid)


Install mono-profiler

Installing mono-profiler package on Debian Unstable (Sid) is as easy as running the following command on terminal:

sudo apt-get update
sudo apt-get install mono-profiler

mono-profiler package information

distro Debian Unstable (Sid)
section Main
name mono-profiler
version 4.2-1
description Mono profiler
subsection cli-mono
maintainer Debian Mono Group

Uninstall mono-profiler

To remove just mono-profiler package itself from Debian Unstable (Sid) execute on terminal:

sudo apt-get remove mono-profiler

Uninstall mono-profiler and it’s dependent packages

To remove the mono-profiler package and any other dependant package which are no longer needed from Debian Sid.

sudo apt-get remove --auto-remove mono-profiler

Purging mono-profiler

If you also want to delete configuration and/or data files of mono-profiler from Debian Sid then this will work:

sudo apt-get purge mono-profiler

To delete configuration and/or data files of mono-profiler and it’s dependencies from Debian Sid then execute:

sudo apt-get purge --auto-remove mono-profiler

 

Comments

comments