Uninstall apt-get on suse 9.3

Discussion in 'Installation/Configuration' started by gimhan90, Jan 27, 2006.

  1. gimhan90

    gimhan90 New Member

    Hi folks,

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

    Thx in adavance,
    gimhan
     
  2. falko

    falko Super Moderator ISPConfig Developer

    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.
     

Share This Page