personalrobotics / pr-cleanroom

Utilities for testing the installation of the Personal Robotics Lab software in a clean environment.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

run_wstool.sh fails with sudo: apt-add-repository: command not found

gilwoolee opened this issue · comments

run_wstool.sh fails with the following error:

Step 5 : RUN ./internal-setup.sh
 ---> Running in ed120c0c13dc
+ '[' '!' -f /etc/apt/sources.list.d/ros-latest.list ']'
+ sudo -n apt-add-repository -y ppa:libccd-debs
sudo: apt-add-repository: command not found

I don't think this is related to sudo. It looks like you are missing the apt-add-repository command entirely. You may need to install:

$ apt-get install software-properties-common

@mkoval this is happening inside the docker container. I confirmed with calls to docker run -it personalrobotics/ros-openrave bash -c "apt-add-repository --help". This may be related to #3 ?

The base image might no longer include the add-apt-repository command,
since that's part of python-software-properties which isn't required.

Can you try adding apt-get install python-software-properties first?

On Wed, Aug 17, 2016 at 11:44 AM, Clint Liddick notifications@github.com
wrote:

@mkoval https://github.com/mkoval this is happening inside the docker
container. I confirmed with calls to docker run -it
personalrobotics/ros-openrave bash -c "apt-add-repository --help". This
may be related to #3
#3 ?


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#4 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/ACrOK0RWy_O9Xxjp_1I3cjZ7gVUVQNcRks5qgyxlgaJpZM4JmjEV
.