安装 Maya 2017 后出现 Apt-get 问题

安装 Maya 2017 后出现 Apt-get 问题

所以前几天我一直在尝试让 Maya 2017 正常运行,在这个过程中我一定是做错了什么,因为现在每当我在终端中运行任何 apt-get install 命令时,它都会尝试安装 maya 或其他东西。

下面是我尝试安装 UMLet 的示例:

zach@zach-desktop:~/Desktop$ sudo apt-get install umlet
[sudo] password for zach: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
umlet is already the newest version (13.3-1).
The following packages were automatically installed and are no longer required:
attr libaio1 libenca0 libldb1 libtalloc2 libtevent0 libvorbisidec1        libwbclient0 linux-headers-4.4.0-28 linux-headers-4.4.0-28-generic linux-     headers-4.4.0-31 linux-headers-4.4.0-31-generic 
linux-image-4.4.0-28-generic linux-image-4.4.0-31-generic linux-image-extra-4.4.0-28-generic linux-image-extra-4.4.0-31-generic mplayer-skins python-crypto python-dnspython python-ldb python-talloc
python-tdb tdb-tools
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
1 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n] y
Setting up maya2017-64 (2017.0-1721) ...
export LD_LIBRARY_PATH=/opt/Autodesk/Adlm/R12/lib64:
./adlmreg -ih S 01GH1 657H1 2016.0.0.F 000-00000000 /var/opt/Autodesk/Adlm/Maya2017/MayaConfig.pit
./adlmreg -ih N 01GH1 657H1 2016.0.0.F 000-00000000 /var/opt/Autodesk/Adlm/Maya2017/MayaConfig.pit
libadlmutil.so: cannot open shared object file: No such file or directorylibadlmutil.so: cannot open shared object file: No such file or directorydpkg: error processing package maya2017-64 (--configure):
subprocess installed post-installation script returned error exit status 1
Processing triggers for libc-bin (2.23-0ubuntu3) ...
Errors were encountered while processing:
maya2017-64
E: Sub-process /usr/bin/dpkg returned an error code (1)

相关内容