i want to remove squid package from my Linux box kernel 2.6
root@t:~/devel # rpm -i squid-2.6.STABLE18-5.endian6.i586.rpm --nodeps
package squid-2.6.STABLE18-5.endian6 is already installed
root@t:~/devel # rpm -e squid-2.6.STABLE18-5.endian6.i586.rpm --nodeps
error: package squid-2.6.STABLE18-5.endian6.i586.rpm is not installed
whats wrong?
You should not use the package file name when removing a package. You should use the package name. So, you can try:
You can confirm the correct name by listing all the packages using:
If there is an error when trying to install the package, you can try (add --force):
i can found a way to uninstall:
rpm -ev squid