我想使用软件中心 (USC) 在新的 Ubuntu 16.04 上安装 wxMaxima CAS - 首选方法。该过程没有错误,但 wxMaxima 不起作用(单击图标后)。但 Maxima cas 正在工作:
Maxima version: "5.37.2"
Maxima build date: "2015-10-30 02:08:33"
Host type: "x86_64-unknown-linux-gnu"
Lisp implementation type: "GNU Common Lisp (GCL)"
Lisp implementation version: "GCL 2.6.12"
我的问题:
- 我如何检查软件中心在安装过程中做了什么?
- 如何正确安装 wxMaxima?
- 如果 wxMaxima 没有通过 USC 正确安装,为什么不将其从列表中删除?
编辑1
根据 Byte Commander 的建议,我也检查一下/var/log/apt/history.log
Start-Date: 2016-09-03 09:13:33
Commandline: aptdaemon role='role-install-packages' sender=':1.83'
Install: maxima-doc:amd64 (5.37.2-8, automatic), wxmaxima:amd64 (15.08.2-1), fonts-jsmath:amd64 (0.090709+0-3, automatic), maxima- share:amd64 (5.37.2-8, automatic), maxima:amd64 (5.37.2-8, automatic)
End-Date: 2016-09-03 09:13:38
Start-Date: 2016-09-03 09:27:15
Commandline: aptdaemon role='role-install-packages' sender=':1.83'
Install: maxima-test:amd64 (5.37.2-8, automatic), maxima-src:amd64 (5.37.2-8, automatic), xmaxima:amd64 (5.37.2-8)
End-Date: 2016-09-03 09:27:17
我还发现 wxmaxima_15.08.2-1_amd64.deb但是之后 :
apt list --installed >~/intalled.txt
有一条注释
wxmaxima/trusty,now 16.04.2.1-1~ppa2~trusty amd64 [installed]
它是从 ppa2 安装的吗?
编辑2
当我从控制台检查时:
gcl
然后 :
Program gcl is not installed, use : sudo apt install gcl
下一步检查:
apt-cache show gcl
结果 :
Package: gcl
Priority: optional
Section: universe/interpreters
Installed-Size: 209011
Maintainer: Ubuntu Developers <[email protected]>
Original-Maintainer: Camm Maguire <[email protected]>
Architecture: amd64
Version: 2.6.12-29
Depends: libc6 (>= 2.15), libgmp10, libreadline6 (>= 6.0), libx11-6, debconf (>= 1.2.0), gcc, emacs24 | emacsen, ucf
Suggests: gcl-doc
Breaks: emacsen-common (<< 2.0.0)
Filename: pool/universe/g/gcl/gcl_2.6.12-29_amd64.deb
Size: 29429174
MD5sum: 118b8311e483a9fd37e35daa0ec3b959
但我认为,它可能没有安装,因为 synaptic 显示它没有安装。
可能不需要 GCL,因为包已经编译好了。