Install python-collada
Installing python-collada package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install python-collada
python-collada package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | python-collada |
version | 0.4-2 |
description | Python module for creating, editing and loading COLLADA |
subsection | python |
website | pycollada.readthedocs.org |
maintainer | Debian Science Maintainers |
Uninstall python-collada
To remove just python-collada package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove python-collada
Uninstall python-collada and it’s dependent packages
To remove the python-collada package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove python-collada
Purging python-collada
If you also want to delete configuration and/or data files of python-collada from Debian Sid then this will work:
sudo apt-get purge python-collada
To delete configuration and/or data files of python-collada and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove python-collada