Skip to content

Instantly share code, notes, and snippets.

View sowwic's full-sized avatar
🐀

Dmitrii Shevchenko sowwic

🐀
View GitHub Profile
@sowwic
sowwic / Instructions.txt
Last active January 12, 2022 12:45
Ubuntu 20.04 - Maya 2020 installation
1)Get the packages required for converting the rpm package.
sudo apt-get install alien dpkg-dev debhelper build-essential zlib1g-dev
2)Get and install libXp6.
sudo add-apt-repository ppa:zeehio/libxp
sudo apt-get update
sudo apt-get install libxp6
3) Extract the contents of the Maya installation package and change directory to its install/Packages directory.