I was given access to a server with 50+ php rpms installed. I\'m trying to remove them all.
Basically, I\'m trying to combine these two commands:
rpm -qa
I had this today. Using --justdb and --noscripts rpm parameters wasn't sufficient without the --allmatches, and that's it.
[root@localhost ~]# rpm -ev --allmatches --justdb
https://mcvictech.blogspot.com/2011/10/rpm-error-specifies-multiple-packages.html