I was following instructions for installing ROS Noetic as given on ROS wiki. When I ran the following command:
curl -s https://raw.githubusercontent.com/ros/rosdistro/master/ros.asc | sudo apt-key add -
I got the following error:
curl: symbol lookup error: /home/aravindh/anaconda3/bin/../lib/libcurl.so.4: undefined symbol: SSLv2_client_method
gpg: no valid OpenPGP data found.
Could you please let me know how to solve it? Thank you!
I am fairly new to Ubuntu. I tried searching for a solution online but could not find any.