Tatsuki Makino wrote on 2024/02/23 17:58:
> Might need pkg delete -f -g alsa-plugins-\* because it causes file conflicts?

In the case of pkg-1.20.9, It seems that alsa-plugins-* is not a glob pattern 
that picks out the intended package.
Others like alsa-plugins-\?\* or alsa-plugins-\[^-\]\* are also no good.
Using alsa-plugins-\[a-z\]\* is as intended.

Regards.


Reply via email to