ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

SalahuddinAsh's profile - activity

2018-08-08 01:00:59 -0500 marked best answer Can not totally remove ROS

I installed ROS once before and then removed it, probably the wrong way. Now I've been trying to install other software packages but I had the following error:

dpkg: error processing package ros-kinetic-actionlib-tutorials (--configure):
 package is in a very bad inconsistent state; you should
 reinstall it before attempting configuration
Errors were encountered while processing:
 ros-kinetic-actionlib-tutorials
E: Sub-process /usr/bin/dpkg returned an error code (1)

I tried to remove ROS completely by following these commands but it didn't work.

I tried reinstalling ROS following these constructions but I had the following error:

dpkg: error processing package ros-kinetic-desktop-full (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 ros-kinetic-actionlib-tutorials
 ros-kinetic-common-tutorials
 ros-kinetic-desktop
 ros-kinetic-desktop-full
E: Sub-process /usr/bin/dpkg returned an error code (1)

How can I totally remove it?

Thanks

2018-07-30 02:42:53 -0500 received badge  Famous Question (source)
2018-07-30 02:42:53 -0500 received badge  Notable Question (source)
2017-07-04 02:56:16 -0500 received badge  Popular Question (source)
2017-07-03 12:03:07 -0500 answered a question Can not totally remove ROS

This worked for me sudo dpkg --remove --force-all ros-kinetic-actionlib-tutorials Got it from here

2017-07-03 11:53:25 -0500 asked a question Can not totally remove ROS

ros-kinetic-actionlib-tutorials causes error I installed ROS once before and then removed it, probably the wrong way. No