PDA

View Full Version : Uninstall apt-get on suse 9.3


gimhan90
27th January 2006, 13:34
Hi folks,

Could you please guide me how to uninstall the apt-get on suse 9.3 machine.

Thx in adavance,
gimhan

falko
27th January 2006, 18:20
You can run rpm -q apt to find all installed apt-related packages, and then you can run rpm -e <package name> to remove the package from your system.