In order to find out which version of your Ubuntu is (that is 32 bit or 64 bit) , we can write in the terminal
file /sbin/init
It will tell us the version of Ubuntu as shown below mine is 32 bit
[Apache] Problem detected!
[Apache] Port 443 in use by "Unable to open process" with PID 4!
[Apache] Apache WILL NOT start without the configured ports free!
[Apache] You need to uninstall/disable/reconfigure the blocking application
[Apache] or reconfigure Apache and the Control Panel to listen on a different port
----------------------------------
So what I did to resolve this error , I went to
Apache (httpd.conf) and changed the port number
from 80 to 1337 or any other number you like, For this find the line
Listen 80 and change it to
Listen 1337
For Apache (Httpd.conf)
on your XAMPP control panel,
next to apache, select the "Config" option and select the first file (httpd.conf):
Save the File
Then open the
file "Apache (httpd-ssl.conf)" find this following Line
Listen 443
Just change it to something like 7331.
Close the Xammp and then rerun it again.
Its done
Sometime you may need to go to user account control and disable the UAC and then follow the
above procedure
sudo apt-get remove ros-*
or if you need to remove specific version then Like for electric
sudo apt-get remove ros-electric-*
You have to edit .bashrc to remove all the calls or variables set in there for ROS,
Remove any setup scripts also delete the workspaces created when working with ROS.
If there is some unused dependecies left then the following can be used
avconv used in generating images "avconv -i x.mpg p%d.jpg |