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