is there a way to remove multiple deb packages at a time. I have a little under a hundred deb packages. I went to the directory with all the deb files, and I ran the command below.
sudo dpkg -r *.deb
I got this error:
dpkg: error: you must specify packages by their own names, not by quoting the names of the files they come in
Am I doing something wrong, or is there really no way to remove deb packages without doing it one at a time?