+ -
当前位置:首页 → 问答吧 → ubuntu,或linux如何卸载编译安装的软件???

ubuntu,或linux如何卸载编译安装的软件???

时间:2011-08-21

来源:互联网

我的机子装的是Ubuntu 11.04
共有三个用户user1 user2 user3
我通过图形界面登录到user1的用户下

现在打开终端,在终端里su到user2的目录中
然后输入matlab
显示
No protocol specified
No protocol specified
Warning: Unable to open display ':0.0'. You will not be able to display graphics on the screen.
无法显示图形界面,只能在终端中使用matlab

是不是因为,我当前处在user1的图形用户界面下,所以就不能以use2的身份打开matlab的图形界面

那么有什么办法可以办到吗?
求大神帮忙啊

作者: heart_eternal   发布时间: 2011-08-21

已解决
user1@PC:~$ su user2 -l

user1@PC:~$ xhost +

user1@PC:~$ matlab

作者: heart_eternal   发布时间: 2011-08-21