You install the Mudbox software product on a Linux OS by either using the installation wizard or the RPM (Red Hat Package Manager) utility.
Before you choose to install the Mudbox software product, verify your system meets the minimum system requirements and your hardware (including drivers) meets the minimum requirements to run Mudbox. See Mudbox System Requirements and Certified Hardware.
The default installation path for the Mudbox 2015 software product on a Linux OS is: /usr/autodesk/Mudbox2015.
Note: Unlike a standalone license of Mudbox on a Windows OS, there is no trial period to run a standalone license of Mudbox on a Linux OS.
To install Mudbox on a Linux OS using the installation wizard:
Important: Have your 11-digit product serial number and five-digit Product Key handy (as you need to enter these during the installation process).
Note: Press Enter at the end of each command line.
- Depending on whether you install the software from a DVD, USB, or via the web, perform the appropriate step:
- Insert the DVD or USB into your system.
- Download from the web the .gz file onto your system and extract the Mudbox package from the compressed file.
- Open a UNIX shell using one of the following methods:
- Go to Applications
System Tools
and choose Konsole.
- Go to Applications
System Tools
and choose Terminal.
- Right-click your desktop and choose Open in Terminal from the context menu.
- In the UNIX shell, enter the command as super user (for root):
su -
- Enter the super user password.
- Navigate to the directory where you extracted the product's packages.
Tip: To auto complete a command line, enter the first few characters unique to a command or rpm package name and press Tab.
- (Optional) Enter the command to see the list of all the files in the directory:
ls
The setup file should be in the list of files in this directory.
- Enter the command line as super user and launch the setup:
./setup
The Installer launches the installation process.
- Click Continue and follow the installation instructions.
- Launch Mudbox to activate and register your product.
To install Mudbox on a Linux OS using the RPM utility:
Important: Have your 11-digit product serial number and five-digit Product Key handy (as you need to enter these during the installation process).
- Depending on whether you install the software from a DVD, USB, or via the web, perform the appropriate step:
- In the UNIX shell, enter the command as super user (for root):
su -
- Enter the super user password.
- Go to the shell where you extracted the product's packages.
- Enter the command to list all the contents:
ls
The list of rpm packages is similar to the rpm packages listed in the following table where the # character indicates the package number.
| Package Name |
Description |
Required |
|
Mudbox2015_0_64-2015-#.x86_64.rpm
|
Mudbox for Linux
|
Yes
|
|
adlmapps9-9.#.x86_64.rpm
|
Autodesk licensing
|
Yes
|
|
adlmflexnetclient-9.0.#.x86_64.rpm
|
Autodesk stand-alone licensing
|
For a stand-alone license
|
|
adlmflexnetserver-9.0.#.x86_64.rpm
|
License server tools (for network licensing)
|
No
|
Note: To auto complete a command line, enter the first few characters unique to a command or rpm package name and press Tab.
- Install the required rpm packages. For example:
- To install Mudbox enter:
rpm -ivh Mudbox2015_0_64-2015.0-#.x86_64.rpm adlmapps9-9.0.8-0.x86_64.rpm
adlmflexnetclient-9.0.8-0.x86_64.rpm
where the # character indicates the package number.
- To install Mudbox with Maya enter:
rpm -ivh --force Mudbox2015_0_64-2015.0-#.x86_64.rpm adlmapps9-9.0.8-0.x86_64.rpm
adlmflexnetclient-9.0.8-0.x86_64.rpm
where the # character indicates the package number.
- Launch Mudbox to activate and register your product.