Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linux Mint dependent issues #7

Closed
robograffitti opened this issue Sep 20, 2017 · 2 comments
Closed

Linux Mint dependent issues #7

robograffitti opened this issue Sep 20, 2017 · 2 comments

Comments

@robograffitti
Copy link
Contributor

Some scripts which are used in ROS community might overwrite /etc/apt/sources.list.d/ros-latest.list because lsb_release -sc command returns "serena" instead of "xenial".

@kaym9n
Copy link
Member

kaym9n commented Oct 10, 2017

You are right.
To install ROS, Linux Mint user has to type sudo sh -c 'echo "deb http://packages.ros.org/ros/ubuntu xenial main" > /etc/apt/sources.list.d/ros-latest.list' instead of sudo sh -c 'echo "deb http://packages.ros.org/ros/ubuntu $(lsb_release -sc) main" > /etc/apt/sources.list.d/ros-latest.list'
I will update the information to the WIKI.

@robotpilot
Copy link
Member

This issue will be closed since there were no actions for a while. You can reopen this issue to show this issue to the users whenever. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants