Hi folks, Could you please guide me how to uninstall the apt-get on suse 9.3 machine. Thx in adavance, gimhan
You can run Code: rpm -q apt to find all installed apt-related packages, and then you can run Code: rpm -e <package name> to remove the package from your system.