when I try to install a package by doing
apt-get install abc*
it gives me an error between two packages that
abc-x : | Conflicts: abc-y
E: Unable to correct problems, you have held broken packages.
I would like to exclude abc-x from the regex of my initial command. Is there a way I can accomplish this?