How to uninstall Maya on a Mac

Products and versions covered 

By: 

Support
Jun 15 2018

Issue:

You want to know how to uninstall Maya from a Macintosh computer.

Solution:

Maya doesn't have an uninstall tool so you will need to manually delete it. You can use a Terminal with the Open command to easily delete files and folders as noted in the videos below:

  1. Delete the main Application. [Drag the folder into the trash.]
    Maya includes Matchmover and Composite.  These applications are in:

    /Applications/Autodesk

  2. Delete Backburner by removing these folders:

    /usr/discreet/backburner
    /usr/discreet/lib32/backburner

    Video:   Open-delete-hidden-folders

    /Library/LaunchDaemons/com.autodesk.*

  3. Delete Network License Manager [NLM]:

    /usr/local/flexnetserver

    Video:   Open-delete-flexnetfolder

    /Library/StartupItems/adsknlm

  4. Delete and backup licensing files/folders. You need to follow only one of the steps below depending on your type of install.

    Network:

    /var/flexlm/maya.lic or adsk_server.lic

    Standalone:

    /Library/Application Support/Autodesk/Adlm
    /Library/Preferences/FLEXnet Publisher/FLEXnet/adskflex_00691b00_tsf.data
    /Library/Preferences/FLEXnet Publisher/FLEXnet/adskflex_00691b00_tsf.data_backup.001

    The Library folders in Mac OS 10.7 and higher is completely hidden so you can use the Go > Go to folder to access it.  You can also view the videos in steps 2 and 3 for further instructions.

Note: Deleting the standalone licensing files can affect AutoCAD and Smoke installation. If you delete these files, you will need to uninstall and reinstall AutoCAD and Smoke as well.

This method is easier than using adlmreg noted in the documentation, Maya_Install_FAQ_en.pdf >  [2012], on page 23. If you want to use the Terminal, the path to adlmreg is: /usr/bin/adlmreg.
When adlmreg does not found, see also Where is adlmreg for Maya?

Was this helpful?

How to uninstall Maya on a Mac的更多相关文章

  1. Autodesk Maya 2019 for Mac(三维动画软件)最新功能介绍

    Autodesk Maya是美国Autodesk公司出品的世界顶级的三维动画软件,应用对象是专业的影视广告,角色动画,电影特技等.Maya功能完善,工作灵活,易学易用,制作效率极高,渲染真实感极强,是 ...

  2. Uninstall Office 2016 for Mac

    官方原文:https://support.office.com/en-us/article/Uninstall-Office-2016-for-Mac-eefa1199-5b58-43af-8a3d- ...

  3. docker官方文档学习-1-Docker for mac安装配置

    https://docs.docker.com/docker-for-mac/ Get started with Docker for Mac 首先像在本博客docker-1-环境安装及例子实践处将环 ...

  4. 科学计算软件——Octave安装

    Octave是一个旨在提供与Matlab语法兼容的开放源代码科学计算及数值分析的工具,是Matlab商业软件的一个强有力的竞争产品. 参考:[ML:Octave Installation] Gener ...

  5. Jenkins 总结

    步骤: 1,安装Jenkins 2,运行Jenkins: java -jar jenkins.war --httpPort=8888 httpPort指的就是Jenkins所使用的http端口,这里指 ...

  6. How do I uninstall Java 7 and later versions on my Mac?

    How do I uninstall Java 7 and later versions on my Mac? http://www.java.com/en/download/help/mac_uni ...

  7. Uninstall or Disable Java on a Mac

    You can run Java apps in two ways. The first is to run Java applets inside your Web browser with a p ...

  8. Mac & how to uninstall LANDesk

    Mac & how to uninstall LANDesk http://eddiejackson.net/wp/?p=9036 https://community.ivanti.com/d ...

  9. 如何搭建maya plugin develop environment on MAC OS X

    1.首先我使用的平台是xcode version 5.1.1 ,MAYA2015, MAX OS X 10.9.4. MAYA2015要求的是:Mountain Lion 10.8.5, Xcode ...

随机推荐

  1. USB摄像头无法正常读取问题

    opencv读取摄像头或者视频一种是早期版本的IplImage结构体,图片就存在结构体指针IplImage*中,另一种是Mat类,两者在操作上略有差异,且opencv2都兼容这两个版本,前面的博客也说 ...

  2. C# 对List中的Object进行排序

    首先定义一个List类,这个类里面包含了Name和Total两个属性变量,下面就是针对这两个变量进行排序. public class Player { public string Name { get ...

  3. Android勒索软件研究报告

    Android勒索软件研究报告 Author:360移动安全团队 0x00 摘要 手机勒索软件是一种通过锁住用户移动设备,使用户无法正常使用设备,并以此胁迫用户支付解锁费用的恶意软件.其表现为手机触摸 ...

  4. CentOS中安装Nginx

    一.背景 最近在写一些自己的项目,用到了nginx,所以自己动手来在Centos7上安装nginx,以下是安装步骤. 二.基本概念以及应用场景 1.什么是nginx Nginx是一款使用C语言开发的高 ...

  5. Linux: 介绍make menuconfig中的每个选项含义【转】

    转自:http://blog.csdn.net/gaoyuanlinkconcept/article/details/8810468 介绍make menuconfig中的每个选项含义 Linux 2 ...

  6. 强大的Js树型控件Dtree使用详解

    http://www.lmwlove.com/ac/ID868 在学习文章之前,要学会看官方网站http://destroydrop.com/javascripts/tree.从官方页面你能知道:dt ...

  7. Expm 4_1 多段图中的最短路径问题

      [问题描述] 建立一个从源点S到终点T的多段图,设计一个动态规划算法求出从S到T的最短路径值,并输出相应的最短路径. 解 package org.xiu68.exp.exp4; public cl ...

  8. javascript 搞不清原型链和constructor

    prototype.constructor仅仅可以用于识别对象是由哪个构造函数初始化的,仅此而已. var one=new Person(‘js’); 要解释这个结果就要仔细研究一下new这个操作符了 ...

  9. php中相对路径和绝对路径如何使用(详解)

    目录 一.总结 一句话总结: 1.php中用用“/”表示根目录么? 2.什么符号表示当前目录(asp,jsp,php都一样)? 3.php中如何使用$_SERVER['DOCUMENT_ROOT']做 ...

  10. JUnit单元测试--IntelliJ IDEA

    单元测试的基本使用 一.环境配置 使用idea IDE 进行单元测试,首先需要安装JUnit 插件. 1.安装JUnit插件步骤 File-->settings-->Plguins--&g ...