RoboStack / robostack.github.io

166 stars 16 forks source link

install multiple packages #10

Closed martinerk0 closed 2 years ago

martinerk0 commented 2 years ago

Is there a way to install multiple packages at once? For example rqt is split into many separate packages, I would like to install them all with like **mamba install ros-noetic-rqt-*** ?

Tobias-Fischer commented 2 years ago

This works somewhat but not fully as it should: mamba install 'ros-noetic-rqt*'

/cc @wolfv

wolfv commented 2 years ago

Quoting is sometimes necessary depending on the shell that is used

Tobias-Fischer commented 2 years ago

But it's broken in the sense that 'ros-noetic-*' doesn't install all available packages for some reason

wolfv commented 2 years ago

I opened an issue on the mamba repository :)