-3

我正在尝试matlab R2008b student在 Fedora Linux 上安装。当我运行时/.install,我得到以下信息(如何解决这个问题)?

 An error status was returned by the program 'xsetup',
    the X Window System version of 'install'. The following
    messages were written to standard error:

        /home/abder-rahman/Desktop/tmp/update/install/main.sh: line 86: /home/abder-rahman/Desktop/tmp/update/bin/glnxa64/xsetup: No such file or directory

    Attempt to fix the problem and try again. If X is not available
    or 'xsetup' cannot be made to work then try the terminal
    version of 'install' using the command:

            install* -t    or    INSTALL* -t

谢谢。

4

1 回答 1

1

You have to install some xserver related packages. Assuming you have ubuntu sudo apt-get install xserver-core xserver-common

If you have connected to the system (that want to install Matlab) remotely through ssh, remember to use -X option.

于 2012-10-23T17:49:21.213 回答