I ran the following command in linux bash:
apt-cache search 'hex.*(view|edit)'
My intention was to find any software packages whose name / description contains the "hex. * (View | edit)" template. But among the results, I got the following:
kipi-plugins - image manipulation/handling plugins for KIPI aware programs
How can this be in the list of results? As a result, I did not see any corresponding line. Is this apt-cache search command error? Or am I misunderstanding how regular expression is used by this command?
source share