美文网首页
Linux64上安装Maple2018

Linux64上安装Maple2018

作者: 王贼臣 | 来源:发表于2019-11-25 12:15 被阅读0次

    Linux上的Maple2018 Linux上的MATLAB R2018b
    Google Chrome Win64位离线安装包

    安装说明: 为了避免与某些组件以及整个程序的运行状况相关的不可预见的情况, 强烈建议禁用程序的自动更新功能, 特别是在安装。
    不要忘记安装 lsb 包 (从 linux 发行版存储库安装)

    1. 开始安装:
     (4.1) 
      > cd maple_2018; 
     (4.1) 
      > chmod +x *.run;
     (4.1) 
      > ./Maple2018.0LinuxX64Installer.run  
      > cd maple_2017; chmod +x *.run; 
      > ./Maple2017.0LinuxX64Installer.run  
    
    1. 选择安装程序的路径 (默认情况下是 ~/maple2018)
    2. 安装完成后删除 "激活" 复选框, 如果尚未安装 lsb, 请立即执行此操作
    3. 运行脚本:
    > cd maple_2018/crack; 
    > chmod +x *.pl;
    > ./crack.pl /path/maple2018  
    > cd maple_2017/crack; 
    > chmod +x *.sh; 
    >./crack2017.0.sh 
    

    安装更新的说明:

    1. 开始安装:
     > cd maple_2018/updates; 
    > chmod +x *.run; 
    > ./Maple2018.2LinuxX64Upgrade.run  
    
    1. 选择安装更新的路径: 与安装的Maple2018的目录, 与安装指令的路径重合
    2. 像往常一样删除与更新关联的复选框
    3. 运行脚本, 在安装说明中的一个合二为一:
    > cd maple_2018/crack; 
    > chmod +x *.pl; 
    > ./crack.pl /path/maple2018
    > cd maple_sim_2017; 
    > chmod +x *.run;  ./MapleSim2017.3ProductLinuxX64Installer.run  
    > cd maple_sim_2017/crack; 
    > chmod +x crack_linux.pl; 
    > perl crack_linux.pl /absolute/path/to/maple2017;
    

    相关文章

      网友评论

          本文标题:Linux64上安装Maple2018

          本文链接:https://www.haomeiwen.com/subject/qebdwctx.html