How to Install and Uninstall python-rospy Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: September 20,2024

1. Install "python-rospy" package

Please follow the steps below to install python-rospy on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-rospy

2. Uninstall "python-rospy" package

Please follow the guidelines below to uninstall python-rospy on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-rospy $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-rospy package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-rospy
Priority: optional
Section: universe/python
Installed-Size: 402
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Science Maintainers
Architecture: all
Source: ros-ros-comm
Version: 1.11.16-3
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~), python-std-msgs, python-rosgraph, python-roscpp-msgs
Filename: pool/universe/r/ros-ros-comm/python-rospy_1.11.16-3_all.deb
Size: 69852
MD5sum: 54520bd197a212cb8acde9ecfb667147
SHA1: 58e06bc1bdcc27efbb907c4a1d8ea15e2a815ee8
SHA256: cfe81a2512555aa80b4c0941d9e853c65536b53cb8562e88c9ce8adaccd7a276
Description-en: Python client library for Robot OS
This package is part of Robot OS (ROS). The rospy client API enables
Python programmers to quickly interface with ROS topics, services,
and parameters. The design of rospy favors implementation speed
(i.e. developer time) over runtime performance so that algorithms can
be quickly prototyped and tested within ROS. It is also ideal for
non-critical-path code, such as configuration and initialization
code. Many of the ROS tools are written in rospy to take advantage of
the type introspection capabilities.
.
Many of the ROS tools, such as rostopic and rosservice, are built on
top of rospy.
Description-md5: b5980f4e1e599503b14cd4b923b7b88c
Multi-Arch: allowed
Homepage: http://www.ros.org/wiki/ros_comm
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu