Install python-nav-msgs
Installing python-nav-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-nav-msgs
python-nav-msgs package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | python-nav-msgs |
version | 1.12.4-1 |
description | Messages relating to Robot OS nav, Python interface |
subsection | python |
website | github.com / ros / common_msgs |
maintainer | Debian Science Maintainers |
Uninstall python-nav-msgs
To remove just python-nav-msgs package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove python-nav-msgs
Uninstall python-nav-msgs and it’s dependent packages
To remove the python-nav-msgs package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove python-nav-msgs
Purging python-nav-msgs
If you also want to delete configuration and/or data files of python-nav-msgs from Debian Sid then this will work:
sudo apt-get purge python-nav-msgs
To delete configuration and/or data files of python-nav-msgs and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove python-nav-msgs