To uninstall bam just follow these instructions.
sudo apt-get remove bam
This will remove just the bam package itself.
sudo apt-get remove --auto-remove bam
This will remove the bam package and any other dependant packages which are no longer needed.
If you also want to delete your local/config files for bam then this will work.
sudo apt-get purge bam
Or similarly, like this bam
sudo apt-get purge --auto-remove bam
Package | bam |
Version | 0.4.0-3 |
Maintainer | Ubuntu Developers <[email protected]> |
Home page | http://matricks.github.com/bam/ |
Description | fast and flexible build system |
Distro | ubuntu |
Release | precise |
Repo | universe |
Section | universe/devel |