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?
- 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.
71 Answer
Please try:
wget
sudo dpkg -i libxp6*.deb 1