2

After switching from 18.04 to 20.04, I noticed that the asterisk thing doesn't work.

For example: If I want to remove all nvidia packages, I type in sudo apt remove *nvidia* and apt removes any package that contains the string nvidia. But when I try to do it in 20.04, it doesn't work. Apt says package not found. What could be the problem here?

1 Answers1

3

Now you can type :

sudo apt-get remove nvidia*