why do we use the asterisk in sudo apt-get remove ros-*
we used asterisk in the following command sudo apt-get remove ros-* why do we use this asterisk
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | Q&A answers.ros.org |
we used asterisk in the following command sudo apt-get remove ros-* why do we use this asterisk
In short: the asterisk tells apt
to select all packages that start with ros-
. So it selects not a single package, but all packages installed that have a name starting with ros-
.
See wikipedia/Regular expression and wikipedia/Glob for more information.
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2019-09-19 00:34:13 -0500
Seen: 100 times
Last updated: Sep 19 '19