计算化学公社

标题: 求助在Ubuntu下装Material Studio总是出错,错在username。 [打印本页]

作者
Author:
Sureviver    时间: 2020-5-31 08:39
标题: 求助在Ubuntu下装Material Studio总是出错,错在username。
在Ubuntu环境下,装Material Studio 2019,执行./install后,之后全部默认,在73行username这里出错
if ($batch) {
    # Set default values if we're notinteractive
    $installroot ||= '/opt/BIOVIA' if$UID == 0;
    usage unless $installroot;

   
    $lproot ||=$ENV{BIOVIA_LIC_PACK_DIR};
    usage unless $lproot &&is_valid_licensepack($lproot);

    # Default to non-root installation if... we're not root. Or not on Red Hat.
    $nonroot ||= ($UID != 0 || ! -f"/etc/redhat-release");

    $username ||= $defaults{username}unless $nonroot;
    $groupname ||= $defaults{groupname}unless $nonroot;
} else {
    # Get values interactively
    $| = 1;
我看了安装指导文件,试了在root用户下安装,安装步骤中有设置username的过程,但依然在73行这里出错。
别人分享的安装教程一般是在CentOS下的,而且官方的安装指导文件里也只提了RPM安装的方法,安装包也是RPM的,是不是这个原因导致的呢?
我感觉不像,感觉还没到哪一步,应该是配置的原因吧,求助!Ubuntu下能不能装上?怎么搞?

作者
Author:
牧生    时间: 2020-6-1 16:54
我试过,ubuntu下无法安装,只有centos 7安装最简单,而且不会出错。
centos 8安装会出问题。

作者
Author:
neocc    时间: 2023-7-3 16:35
请问在ubuntu20.04里面是不是安装不了ms2019,卡在了
Running installation ...
sh: /usr/bin/rpm2cpio: No such file or directory
cpio: premature end of archive
Failed to extract RPM file.

作者
Author:
梧桐先生    时间: 2023-12-29 18:02
neocc 发表于 2023-7-3 16:35
请问在ubuntu20.04里面是不是安装不了ms2019,卡在了
Running installation ...
sh: /usr/bin/rpm2cpio:  ...

Ubuntu需要安装rpm2cpio:
  1. sudo apt-get install rpm2cpio
复制代码

作者
Author:
streamlet    时间: 2024-8-1 06:27
请问您装上了吗?




欢迎光临 计算化学公社 (http://bbs.keinsci.com/) Powered by Discuz! X3.3