Tag: uninstall

Remove Deb Package

Remove a deb package from the system dpkg -r package_name

Uninstall Using Yum

Use this command to remove a rpm package. yum remove package_name

Remove an existing Kernel

The final numbers(2.6.20.6) is the version of you kernel. You can get this using uname -r (for the current kernel)…