刚安装的Ubuntu 12.10和Gnuplot wxt终端不起作用


18

我刚刚安装了最新版本的Ubuntu(12.10)。然后,我使用以下命令安装了Gnuplot:

sudo apt-get install gnuplot

但是,现在每当我运行Gnuplot时,它都会说

terminal set to 'unknown'

在我的旧版Ubuntu(12.04)上,它可以正常工作,并将终端设置为“ wxt”。

知道为什么它没有将其设置为正确的终端吗?

另外,set terminal wxt也不起作用。

谢谢

Answers:


27

只需gnuplot-x11通过终端(CTRL+ ALT+ T)添加软件包:

sudo apt-get install gnuplot-x11

或通过软件中心:

通过软件中心安装

By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.