Materials Studio for Linux安装教程
软件版本:Materials Studio 8.0 操作系统:CentOS 7 x86_64 1161 普通账户:zwz
红字字体为敲入的代码或修改的内容,蓝字体为注意事项,紫字体为补充说明
vb代码大全视频1. 安装前的准备
将MS软件、证书和库文件拷贝或上传至普通用户的根目录
next studio[zwz@zifeng ~]$ ls
glibc-2.17-157.el7.i686.rpm libgcc-4.8.5-11.el7.i686.rpm libstdc++-4.8.5-11.el7.i686.rpm msi.lic Music perl5 Pictures Public Templates Videos
切换至root用户
[zwz@zifeng ~]$ su
Password:
检查主机名
[root@zifeng zwz]# hostname
zifeng
修改hosts文件
[root@zifeng zwz]# vi /etc/hosts
127.0.0.1 zifeng localhost localhost.localdomain localhost4 localhost4.localdomain4
::1 localhost localhost.localdomain localhost6 localhost6.localdomain6
关闭防护墙
[root@zifeng zwz]# systemctl stop firewalld.service
[root@zifeng zwz]# systemctl disable firewalld.service
Removed symlink /etc/systemd/system/dbus-org.fedoraproject.FirewallD1.service.
Removed symlink /etc/systemd/system/basic.target.wants/firewalld.service.
当操作系统为CentOS 6等时,如下执行:
[root@zifeng zwz]# service iptables stop
[root@zifeng zwz]# chkconfig iptables off
更改SELiunx为disabled
[root@zifeng zwz]# vi /etc/selinux/config
access 2010数据引擎# This file controls the state of SELinux on the system.
# SELINUX= can take one of these three values:
# enforcing - SELinux security policy is enforced.
# permissive - SELinux prints warnings instead of enforcing.
# disabled - No SELinux policy is loaded.
SELINUX=disabled
# SELINUXTYPE= can take one of three two values:
# targeted - Targeted processes are protected,
# minimum - Modification of targeted policy. Only selected processes are protected.
# mls - Multi Level Security protection.
SELINUXTYPE=targeted
检查库文件是否齐全
[root@zifeng zwz]# rpm -qa|grep libgcc
libgcc-4.8.5-11.el7.x86_64
[root@zifeng zwz]# rpm -qa|grep glibc
compat-glibc-2.s.x86_64
glibc-devel-2.17-157.el7.x86_64
glibc-common-2.17-157.el7.x86_64
compat-glibc-headers-2.s.x86_64
glibc-headers-2.17-157.el7.x86_64
glibc-2.17-157.el7.x86_64
[root@zifeng zwz]# rpm -qa|grep libstdc++
libstdc++-4.8.5-11.el7.x86_64
libstdc++-devel-4.8.5-11.el7.x86_64
要求这三个库文件的32位、64为位程序都安装,发现缺少32位libgcc-4.8.5-11.el7.i686、glibc-2.17-157.el7.i686和libstdc++-4.8.5-11.el7.i686程序。
安装库文件
[root@zifeng zwz]# rpm -ivh libgcc-4.8.5-11.el7.i686.rpm
Warning:libgcc-4.8.5-11.el7.i686.rpm: Header V3 RSA/SHA256 Signature, key ID f4a80eb5: >>>>>>### [100%]
Updating /
1:libgcc-4.8.5-11.el7 >>>>>>### [100%]由于yum初始化安装时,安装了旧版本的GPG keys,不能正常安装glibc-2.17-157.el7.i686.rpm和libstdc++-4.8.5-11.el7.i686.rpm,解决方法如下:json后缀的视频网站
首先,引入已安装的public key
[root@zifeng zwz]# rpm --import /etc/pki/rpm-gpg/RPM*
再强制安装glibc-2.17-157.el7.i686.rpm和libstdc++-4.8.5-11.el7.i686.rpm
[root@zifeng zwz]# rpm -ivh glibc-2.17-157.el7.i686.rpm --force --nodeps
< >>>>>>### [100%]
Updating /
1:glibc-2.17-157.el7 >>>>>>### [100%] [root@zifeng zwz]# rpm -ivh libstdc++-4.8.5-11.el7.i686.rpm --force --nodeps
< >>>>>>### [100%]
Updating /
1:libstdc++-4.8.5-11.el7 >>>>>>### [100%]缺少的库文件可以在CentOS 7的安装包(解压CentOS x86_64 Everything 1611.iso)中到。不同版本的Linux操作系统所需要的库文件不同,视具体情况而定。若服务器能联网,也可采用下列方式安装缺少的库文件:
[root@zifeng zwz]# yum install libgcc.i686
[root@zifeng zwz]# yum install glibc.i686
[root@zifeng zwz]# yum install libstdc++.i686
重启服务器
[root@zifeng zwz]# reboot
2. 安装Materials Studio
以普通用户登录,解压安装包Materials Studio 8.0
[zwz@zifeng ~]$ tar -
MaterialsStudio80/
MaterialsStudio80/MaterialsStudio_InstallGuide.js
MaterialsStudio80/MaterialsStudio_InstallGuide.htm
……
进入解压后的MaterialsStudio80文件夹,运行install命令进行安装,安装采用默认设置,回车下一步
[zwz@zifeng MaterialsStudio80]$ cd MaterialsStudio80
[zwz@zifeng MaterialsStudio80]$ ./install
Performing per-user installation of Materials Studio 8.0. Restart this
installation as root if you wish to perform an RPM-based installation.
Please enter the location in which to install Materials Studio 8.0
The location where Materials Studio will be installed is <install location>/MaterialsStudio8.0
[/home/zwz/Accelrys]
The Accelrys License Pack is required in order to run Materials Studio 8.0.
Please enter the location of a License Pack installation, or an empty directory
into which the License Pack will be installed.
[/home/zwz/Accelrys]
/home/zwz/Accelrys does not appear to contain a supported License Pack installation. Would you like to install it to that location? [Y/n]
[Y]
Do you wish to start the Gateway service after installation? Answer no here if
you wish to configure security settings before starting. (Y/n)
[Y]
Running
Initializing
Launching
/home/zwz/MaterialsStudio80/LicensePack/lp_setup_linux.sh: line 1735: warning: here-document at line 1735 delimited by end-of-file (wanted `/dev/null')
-------------------------------------------------------------------------------
Accelrys License Pack 7.6.11 - InstallShield Wizard
Welcome to the InstallShield Wizard for Accelrys License Pack 7.6.11
The InstallShield Wizard will install Accelrys License Pack 7.6.11 on your
computer.
To continue, choose Next.
Accelrys License Pack 7.6.11
Accelrys Software Inc.
www.accelrys
Press 1 for Next, 3 to Cancel or 5 to Redisplay [1]
-------------------------------------------------------------------------------
Accelrys License Pack 7.6.11 - InstallShield Wizard
Accelrys License Pack 7.6.11 Install Location
Please specify a directory or press Enter to accept the default directory.
Destination Directory [/home/zwz/Accelrys]十二调表
Press 1 for Next, 2 for Previous, 3 to Cancel or 5 to Redisplay [1]
-
------------------------------------------------------------------------------
Accelrys License Pack 7.6.11 - InstallShield Wizard
Select the features for "Accelrys License Pack 7.6.11" you would like to
install:
Accelrys License Pack 7.6.11
To select/deselect a feature or to view its children, type its number:
1. [x] LicensePack
2. [ ] Compatibility LicensePack
The Compatibility LicensePack is required for supporting Accelrys software shipped with License Packs 6.x or lower and to support IRIX and Solaris platforms. See License Pack documentation for complete list of Accelrys software supported by this License Pack.
Other options:
0. Continue installing
Enter command [0]
Press 1 for Next, 2 for Previous, 3 to Cancel or 5 to Redisplay [1]
-------------------------------------------------------------------------------
Accelrys License Pack 7.6.11 - InstallShield Wizard
Accelrys License Pack 7.6.11 will be installed in the following location:
/home/zwz/Accelrys/LicensePack
with the following features:
LicensePack
for a total size:
157.7 MB
python交互式解释器Press 1 for Next, 2 for Previous, 3 to Cancel or 5 to Redisplay [1]
-------------------------------------------------------------------------------
Accelrys License Pack 7.6.11 - InstallShield Wizard
Installing Accelrys License Pack 7.6.11.
|-----------|-----------|-----------|------------|
0% 25% 50% 75% 100%
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。
Androidstudio安装步骤及环境配置
下一篇 »
推荐文章
热门文章
-
随机森林算法的改进方法
2024-10-02 -
基于随机森林算法的风险预警模型研究
2024-10-02 -
Python中的随机森林算法详解
2024-10-02 -
随机森林发展历史
2024-10-02 -
如何使用随机森林进行时间序列数据模式识别(八)
2024-10-02 -
随机森林回归模型原理
2024-10-02 -
如何使用随机森林进行时间序列数据模式识别(六)
2024-10-02 -
如何使用随机森林进行时间序列数据预测(四)
2024-10-02 -
如何使用随机森林进行异常检测(六)
2024-10-02 -
随机森林算法和grandientboosting算法 -回复
2024-10-02 -
随机森林方法总结全面
2024-10-02 -
随机森林算法原理和步骤
2024-10-02 -
随机森林的原理
2024-10-02 -
随机森林 重要性
2024-10-02 -
随机森林算法
2024-10-02 -
机器学习中随机森林的原理
2024-10-02 -
随机森林算法原理
2024-10-02 -
使用计算机视觉技术进行动物识别的技巧
2024-10-02 -
基于crf命名实体识别实验总结
2024-10-02 -
transformer预测模型训练方法
2024-10-02
最新文章
-
随机森林算法介绍及R语言实现
2024-10-02 -
基于随机森林优化的神经网络算法在冬小麦产量预测中的应用研究_百度文 ...
2024-10-02 -
基于正则化贪心森林算法的情感分析方法研究
2024-10-02 -
随机森林算法和grandientboosting算法
2024-10-02 -
基于随机森林的图像分类算法研究
2024-10-02 -
随机森林结合直接正交信号校正的模型传递方法
2024-10-02
发表评论