Uninstalling Maya
 
 
 

To uninstall Maya for Linux you can use the rpm utility.

To uninstall Maya using rpm

  1. Log in as root.
  2. List the installed package names by entering:
    rpm -qa | egrep 'AWCommon|Maya'
  3. Identify each package name you want to uninstall.

    For example, you may see the following package:

    Maya-2009-#

    You may also see the AWCommon packages, which are used for licensing:

    AWCommon-11.50-# AWCommon-server-11.50-#
    NoteUninstalling the AWCommon software does not affect any license files in the license directory (/var/flexlm).
  4. Uninstall each listed package using the following command:
    rpm -e Package

    where Package is the name obtained in the previous step.