Install libtbb2-dbg
Installing libtbb2-dbg package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install libtbb2-dbg
libtbb2-dbg package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | libtbb2-dbg |
version | 4.3~20150611-0.1 |
description | parallelism library for C++ – debugging symbols |
subsection | debug |
website | threadingbuildingblocks.org |
maintainer | Steve Capper |
Uninstall libtbb2-dbg
To remove just libtbb2-dbg package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove libtbb2-dbg
Uninstall libtbb2-dbg and it’s dependent packages
To remove the libtbb2-dbg package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove libtbb2-dbg
Purging libtbb2-dbg
If you also want to delete configuration and/or data files of libtbb2-dbg from Debian Sid then this will work:
sudo apt-get purge libtbb2-dbg
To delete configuration and/or data files of libtbb2-dbg and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove libtbb2-dbg