CentOS x64上Matlab R2015b的镜像安装方法与卸载

CentOS x64上Matlab R2015b的镜像安装方法与卸载

0. 原料

(1). CentOS_x64系统 CentOS 2.6.32-573.el6.x86_64

(2). Matlab  R2015b_glnxa64.iso,可以从百度网盘下载到:链接: http://pan.baidu.com/s/1dD9F8RJ 密码: t8zi

1. CentOS/Linux 安装MATLAB

(0). Matlab的安装说明readme.txt,全文摘抄如下(可略过)。

I offer two modes of installation:

1) standalone:
- Install choosing the option "Use a File Installation Key" and supply the following FIK
 aaaaa-bbbbb-ccccc-ddddd-eeeee-xxxxx
- To install Matlab Production Server,using this
 aaaaa-bbbbb-ccccc-ddddd-eeeee
- Use license_standalone.lic to activate,
  or make a "licenses" folder in %installdir% and copy license_standalone.lic to it,and run matlab without activation
- after the installation finishes copy the folders to %installdir% to overwriting the originally installed files

2) floating license (network license server):
- Install choosing the option "Use a File Installation Key" and supply the following FIK
 aaaaa-bbbbb-ccccc-ddddd-eeeee-fffff
- To install Matlab Production Server,using this
 aaaaa-bbbbb-ccccc-ddddd-eeeee
- Use license_server.lic when asked
- after the installation finishes copy the folders to %installdir% to overwriting the originally installed files

(1). 挂载ISO镜像文件

$ sudo mount -o loop R2015b_glnxa64.iso /mnt/tmp

(2). 执行安装过程,选择不联网安装,序列号在~/crack/readme.txt文件中。

$ cd /mnt/tmp
$ sudo ./install

(3). 安装完毕,采用不联网激活,找到相应的激活文件*.lic,并且将~/crack/bin/中的文件复制到~/MATLAB/Rxxxx/bin中。

$ sudo cp /[Your crack directory]/Matlab_R2015b/Matlab_2015b_Linux64_Crack/R2015b/bin/glnxa64/* /usr/local/MATLAB/R2015b/bin/glnxa64

(4). 卸载ISO镜像。

$ sudo umount /mnt/tmp

(5). 添加桌面快捷方式。

新建一个桌面配置文件,文件名为Matab_2015b.desktop: $ gedit Matlab_2015b.desktop ,其内容如下:

[Desktop Entry]
Name=Matlab 2015b
Exec=/usr/local/MATLAB/R2015b/bin/matlab -desktop
Icon=/home/She/Documents/MATLAB/matlab.png
Type=Application
Name[zh_CN]=Matlab_2015b

红色字体是图标文件的绝对路径,请修改到它所在的正确位置。

把这个桌面配置文件复制到桌面,即可在桌面得到一个Matlab启动的快捷方式;如果将它复制到/usr/share/applications,则得到主面板菜单栏的快捷方式。

$ cp Matlab_2015b.desktop /home/She/桌面
$ sudo cp Matlab_2015b.desktop /usr/share/applications

安装完毕,单击桌面上的快捷方式,试试能不能用吧?Happy Matlab!

2. CentOS/Linux 卸载MATLAB

$ sudo rm -rf /usr/local/MATLAB/R2014b
$ sudo rm /usr/local/bin/matlab /usr/local/bin/mcc /usr/local/bin/mex /usr/local/bin/mbuild # 仅供参考,这些文件可能不存在

Ubuntu Server上安装Matlab http://www.linuxidc.com/Linux/2014-09/106242.htm

Matlab与C/C++联合编程之从Matlab调用C/C++代码 http://www.linuxidc.com/Linux/2012-08/68148.htm

二分类SVM方法Matlab实现 http://www.linuxidc.com/Linux/2013-05/84050.htm

Matlab中的取整函数fix, floor, ceil与round http://www.linuxidc.com/Linux/2013-10/91161.htm

Matlab编译cuda的.cu文件 http://www.linuxidc.com/Linux/2014-04/100675.htm

Linux Matlab服务器进一步改造成Application Server(应用程序服务器) http://www.linuxidc.com/Linux/2014-09/106340.htm

时间: 2024-10-03 21:43:16

CentOS x64上Matlab R2015b的镜像安装方法与卸载的相关文章

[openfair]解决在centos x64 上安装openfire出现的错误

在centos x64 上安装openfire,运行  /etc/init.d/openfire start后发现服务器没法开启,查看log日志: nohup: failed to run command `/opt/openfire/jre/bin/java': No such file or directory 很奇怪,我是在centos上安装了java,openfire自带的jre就没法使用了,在论坛上搜索到下面的解决办法: http://community.igniterealtime.

Virtual PC 2007上 MS-DOS 6.22的安装方法

标题: MSDN上MS-DOS 6.22的安装方法作者: Demon链接: http://demon.tw/operating-system/msdn-ms-dos-6-22-setup.html MS-DOS 6.22是最后一个零售版的MS-DOS系统,MSDN为订阅用户提供了MS-DOS 6.22系统下载. 网上也有不少人分享这个版本的下载地址,但是却没有人告诉你要如何安装.除了怀旧,这个年代谁还会去安装DOS系统呢?那些连DOS和CMD都分不清楚,口口声声说DOS命令DOS命令的人,真的用

CentOS X64上64位Oracle 11gR2 静默安装

CentOS 6.2 X64上64位Oracle 11gR2 静默安装 www.linuxidc.com/Linux/2012-03/56606p4.htm HP-UX静默安装oracle11g过程 http://blog.csdn.net/yangyinbo/article/details/6221220 docker下oracle11g安装 http://blog.sina.com.cn/s/blog_d840ff330102v4j0.html 解决oracle 11g startup 问题

CentOS系统安装(上):图形/文本界面安装

1. 安装程序:anaconda anaconda是RedHat Enterprise Linux.CentOS.Fedora等系统的安装程序,它支持两种安装方式:图形界面(GUI)方式安装和基于curses图形函数库的文本配置方式安装.这里以安装CentOS为例. 之前在"CentOS系统启动流程"博客中提到,CentOS系统的启动流程大致路线为:POST --> BIOS --> bootloader --> Kernel(有可能借助ramdisk加载驱动) --

三步搞定Centos 7 上特定版本的 docker 安装

由于国内网络原因,使用centos的用户yum源常用国内的阿里云.现在把centos7上安装docker的详细过程记录如下: 一.配置centos7的yum源(阿里云) 1.cd  /etc/yum.repos.d/进入centos的yum目录 2.mv  CentOs-Base.repo CentOs-Base.repo.bak备份原来的repo文件 3.wget -O CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo

centos 7 上Hive-2.1.1的安装与基本操作

首先安装mysql 1.       在线安装mysql a)        yum install mysql b)        yum install mysql-devel c)        安装mariadb     yum install mariadb-server mariadb d)       systemctl enable mariadb  #设置开机启动 e)        systemctl start mariadb   #开启服务 f)         mysq

CentOS 7 用通用二进制的格式安装方法总结

Mariadb 安装方式: (1)rpm包: (a)由OS的发行商提供 (b)程序官方提供 (2)源码包: (3)通用二进制格式的程序包: 实验环境: 安装系统:CentOS 7 安装程序:Mariadb 安装方式:通用二进制 (1)下载程序包,并解压 # cp /usr/lib/systemd/system/mariadb.service /root  //之前安装过,现在备份下 //有依赖关系 # yum remove mariadb-server 下载二进制安装的包,这里下载的为 mari

CentOS 5.x 多个ISO文件 安装方法(VMware)

CentOS下载地址:http://mirror.centos.org/centos/ CentOS版本:5.11 VMware版本:11.1.0 CentOS 5.11有两个ISO: CentOS-5.11-i386-bin-DVD-1of2.iso CentOS-5.11-i386-bin-DVD-2of2.iso 步骤: 1. 安装CentOS-5.11-i386-bin-DVD-1of2.iso 2. 在安装完第一个ISO后,会弹出插入第二张Disc的提示 3. 转到“我的计算机”画面,

MySQL在linux上的rpm包方式安装方法

1.下载上传mysql server和client rpm包: [[email protected] mnt]# ls MySQL-client-5.5.53-1.el6.x86_64.rpm MySQL-server-5.5.53-1.el6.x86_64.rpm 2.安装mysql数据库: 1)安装mysql server端rpm包: [[email protected] mnt]# rpm -ivh MySQL-server-5.5.53-1.el6.x86_64.rpm warning: