xml

Well-Known Member
Jan 15, 2004
110
4
168
Hello,
I have redis 5.0.3 installed in my vps AlmaLinux v8.6.0 cPanel & WHM v102.0.18

dnf info redis | grep -A3 ": redis"
Name : redis
Version : 5.0.3
Release : 5.module_el8.4.0+2583+b9845322
Architecture : x86_64
--
Source : redis-5.0.3-5.module_el8.4.0+2583+b9845322.src.rpm
Repository : appstream
Summary : A persistent key-value database
URL : Redis

when I do dnf remove redis, I get this:
No match for argument: redis
Dependencies resolved.
Nothing to do.
Complete!

How to uninstall redis 5.0.3?
 
Last edited by a moderator:

cPRex

Jurassic Moderator
Staff member
Oct 19, 2014
15,235
2,422
363
cPanel Access Level
Root Administrator
Hey there! You might want to check the RPM system directly with this command to get the full name of the package:

Code:
rpm -qa | grep -i redis
Can you see if that gives you a different name that you can use to remove the package with dnf or yum?