Installing Maya 2020 on Ubuntu 18.04

I'm one of those work-at-home-coronavirus people.

I'm hoping to install Maya 2020 on according to Autodesk's step-by-step instructions:

I'm pretty illiterate with this stuff- is there anyone patient enough to help me with this?

  1. Download liXp6 from and install it

sudo apt-get ./libxp6_1.0.2-2_amd64.deb

I get
$ sudo apt-get ./libxp6_1.0.2-2_amd64.deb
E: Invalid operation ./libxp6_1.0.2-2_amd64.deb

EDIT: Ok Solved! Thanks.

7

1 Answer

Please try:

wget
sudo dpkg -i libxp6*.deb
1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like