understand 一安装:ubuntu 14.04系统安装 Scientific Toolworks Understand 软件教程

  参考网址:https://blog.****.net/xingcen/article/details/70432203

首先说明一下,笔者是ubuntu 14.04(64位)操作系统,安装Understand-3.1.670-Linux-64bit。

一、安装包准备

       还要说明一点,这个软件类似windows里的**软件,需要**。所以,在ubuntu里安装比较麻烦,和以往安装方式不同,也因此,笔者走了许多弯路。

1、方式一

(1)安装包下载

part1:http://download.****.net/detail/p942005405/9711128

part2:http://download.****.net/detail/p942005405/9711134

(2)一般通过默认安装的ubuntu是不能解压rar文件的,只有在安装了rar解压工具之后,才可以解压。其实在ubuntu下安装rar解压工具是非常简单的,只需要两个步骤就可以迅速搞定。
ubuntu 下rar解压工具安装方法:$   sudo apt-get install rar

                                                    $  sudo apt-get install unrar
(3)把两个RAR文件放在同一个目录下,用rar命令解压其中一个RAR文件,会自动找到另一个RAR文件,开始提取,最后生成Understand-3.1.670-Linux-64bit.tgz文件。

2、方式二(推荐)

      直接下载 Understand-3.1.670-Linux-64bit.tgz文件:https://pan.baidu.com/s/1i52nrut

      感谢博主提供资源!

二、开始安装

       因为要**,涉及读写liscense key,所以不能安装在/opt目录下(笔者没有尝试更改文件属性,类似windows下的C盘,还是不要动的比较好),我在/home目录下新建了一个application文件夹,利用命令:

$      sudo nautilus

      更改文件夹属性,和主文夹(即username文件夹)保持一致。安装方法也有两个:

方式一(推荐):直接“右击”---> "提取到此处",生成scitools文件。

方式二:$           gzip -cd Understand-3.1.670-Linux-64bit.tgz | tar xvf -

三、**

1、添加路径
$     gedit ~/.bashrc

    打开启动文件,添加如下两条命令:
export PATH=$PATH:/home/application/scitools/bin/linux64
STIHOME=/home/application/scitools

2、运行、**
    命令行定位到安装目录:
$   cd  /home/application/scitools/bin/linux64
$    ./understand

understand 一安装:ubuntu 14.04系统安装 Scientific Toolworks Understand 软件教程

      点击中间的命令框Add Permanent Liscense,再点击Add Eval or SDL (RegCode),如下:

understand 一安装:ubuntu 14.04系统安装 Scientific Toolworks Understand 软件教程

    输入证书CODE(32/64 都可用):09E58CD1FB79

understand 一安装:ubuntu 14.04系统安装 Scientific Toolworks Understand 软件教程
         这样就能顺利的运行understand了。