Install mutrace
Installing mutrace package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install mutrace
mutrace package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | mutrace |
version | 0.2.0-2 |
description | mutex and realtime memory allocation profiling tools |
subsection | utils |
website | 0pointer.de / blog / projects / mutrace.html |
maintainer | Riku Voipio |
Uninstall mutrace
To remove just mutrace package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove mutrace
Uninstall mutrace and it’s dependent packages
To remove the mutrace package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove mutrace
Purging mutrace
If you also want to delete configuration and/or data files of mutrace from Debian Sid then this will work:
sudo apt-get purge mutrace
To delete configuration and/or data files of mutrace and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove mutrace