我是那些在家工作的人之一。
我希望按照Autodesk的分步指令:https://knowledge.autodesk.com/support/maya/learn-explore/caas/simplecontent/content/installing-maya-2020-ubuntu.html安装Maya 2020。
我对这些东西很不了解--有人有足够的耐心来帮我吗?
sudo apt-get ./libxp6_1.0.2-2_amd64.deb
我得到了
$ sudo apt-get ./libxp6 6_1.0.2-2_apt 64.get
E:无效操作./libxp6 6_1.0.2-2_amd64.deb 64.
编辑:好的解决了!谢谢。
发布于 2020-03-19 02:08:40
请尝试:
wget http://ftp.br.debian.org/debian/pool/main/libx/libxp/libxp6_1.0.2-2_amd64.deb
sudo dpkg -i libxp6*.debhttps://askubuntu.com/questions/1218315
复制相似问题