How to uninstall Maya on a Mac
How to uninstall Maya on a Mac
By: 
Support
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:
- Delete the main Application. [Drag the folder into the trash.]
Maya includes Matchmover and Composite. These applications are in:/Applications/Autodesk
- Delete Backburner by removing these folders:
/usr/discreet/backburner
/usr/discreet/lib32/backburnerVideo: Open-delete-hidden-folders
/Library/LaunchDaemons/com.autodesk.*
- Delete Network License Manager [NLM]:
/usr/local/flexnetserver
Video: Open-delete-flexnetfolder
/Library/StartupItems/adsknlm
- 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.001The 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的更多相关文章
- Autodesk Maya 2019 for Mac(三维动画软件)最新功能介绍
Autodesk Maya是美国Autodesk公司出品的世界顶级的三维动画软件,应用对象是专业的影视广告,角色动画,电影特技等.Maya功能完善,工作灵活,易学易用,制作效率极高,渲染真实感极强,是 ...
- Uninstall Office 2016 for Mac
官方原文:https://support.office.com/en-us/article/Uninstall-Office-2016-for-Mac-eefa1199-5b58-43af-8a3d- ...
- docker官方文档学习-1-Docker for mac安装配置
https://docs.docker.com/docker-for-mac/ Get started with Docker for Mac 首先像在本博客docker-1-环境安装及例子实践处将环 ...
- 科学计算软件——Octave安装
Octave是一个旨在提供与Matlab语法兼容的开放源代码科学计算及数值分析的工具,是Matlab商业软件的一个强有力的竞争产品. 参考:[ML:Octave Installation] Gener ...
- Jenkins 总结
步骤: 1,安装Jenkins 2,运行Jenkins: java -jar jenkins.war --httpPort=8888 httpPort指的就是Jenkins所使用的http端口,这里指 ...
- 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 ...
- 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 ...
- Mac & how to uninstall LANDesk
Mac & how to uninstall LANDesk http://eddiejackson.net/wp/?p=9036 https://community.ivanti.com/d ...
- 如何搭建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 ...
随机推荐
- 第15月第6天 ios UIScrollView不能响应TouchesBegin
1. 1:@property MyScrollView *scrollView; 2:给MyScrollView,增加类别:MyScrollView+Touch 3:在类别里实现下面三个方法: @im ...
- Node、PHP、Java 和 Go 服务端 I/O 性能PK
http://blog.csdn.net/listen2you/article/details/72935679
- python基础知识~配置文件模块
一 配置文件模块 import ConfigParser ->导入模块 conf = ConfigParser.ConfigParser() ->初始化类二 系统函数 conf.r ...
- python - 计算器 程序练习
v1.0 计算器(数据内不含括号方式:) import re def jisuan(a,b,c): sun_count = 0 if c =="+": sun_count = st ...
- vue2.0环境安装
参考网站http://www.open-open.com/lib/view/open1476240930270.html (以上博客vue init webpack-simple 工程名字<工程 ...
- android camera(一):camera模组CMM介绍【转】
转自:https://blog.csdn.net/kevinx_xu/article/details/8821818 androidcmm图像处理工作手机三星 关键词:android camera ...
- API 开发平台 dreamfactory,参考SAWAGGER,国外厂家,开源,本地与云部署
API 开发平台,参考SAWAGGER,国外厂家,本地与云部署:参考 http://swagger.io/commercial-tools/ 1.dreamfactory 梦工厂公司 https: ...
- div里 datapicker显示异常的情况之一
现象:datepicker控价显示一半 因为Div高度太小所以设置一个最小高度min-height这样就可以让时间控价显示完整了.
- Python poll IO多路复用
一.poll介绍 poll本质上和select没有区别,只是没有了最大连接数(linux上默认1024个)的限制,原因是它基于链表存储的. 本人的另一篇博客讲了 python select : ht ...
- android margin--负的margin的使用
通常情况下,如果我们想要两个控件实现重叠的效果,一般都是使用FrameLayout 或者RelativeLayout布局.其实,如果设置两个控件的margin值为负数,也能实显控件重叠的效果. 先展示 ...