Install python-pycsw
Installing python-pycsw package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install python-pycsw
python-pycsw package information
distro | Debian Unstable (Sid) |
---|---|
section | Non-Free |
name | python-pycsw |
version | 1.10.1+dfsg-2 |
description | OGC compliant metadata (Catalogue service for the Web) server |
subsection | python |
website | pycsw.org |
maintainer | Debian GIS Project |
Uninstall python-pycsw
To remove just python-pycsw package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove python-pycsw
Uninstall python-pycsw and it’s dependent packages
To remove the python-pycsw package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove python-pycsw
Purging python-pycsw
If you also want to delete configuration and/or data files of python-pycsw from Debian Sid then this will work:
sudo apt-get purge python-pycsw
To delete configuration and/or data files of python-pycsw and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove python-pycsw