[Newbies] 无法安装Gaussian
Tofloor
poster avatar
cs1028209087
deepin
2021-10-01 23:22
Author

# tar xvjf G16-A03-AVX2.tbz -C /opt/apps/Gaussian/Gaussian_16

# mkdir -p /opt/apps/Gaussian/Gaussian_16/scr

# ./bsd/install

# vim ~/.bashrc

export g16root=/opt/apps/Gaussian/Gaussian_16

export GAUSS_EXEDIR=$g16root/g16

export GAUSS_SCRDIR=$g16root/scr

source $g16root/g16/bsd/g16.profile

这些命令中就./bsd/install死活运行不了,显示

root@organic-PC:/opt/apps/Gaussian/Gaussian_16/g16# ./bsd/install

bash: ./bsd/install:/bin/csh:解释器错误: 没有那个文件或目录

Reply Favorite View the author
All Replies
Barry-okx
Junior Packager
2021-10-01 23:38
#1

csh是什么。 你装了么?

Reply View the author
sukanka
deepin
2021-10-02 01:27
#2

guassian 16 分享下?

Reply View the author
cs1028209087
deepin
2021-10-02 04:29
#3
Barry-okx

csh是什么。 你装了么?

我也不知道这是什么,这是系统给的错误反馈

 

Reply View the author
Barry-okx
Junior Packager
2021-10-02 05:58
#4
cs1028209087

我也不知道这是什么,这是系统给的错误反馈

 

错误反馈虽然是系统给的,但是对这个程序的依赖是Gau...

 

这就好像你买了一个桌子,但是桌子邮来后发现需要一个螺丝刀。   你家里(deepin默认安装的程序里)恰好没有这个型号的螺丝刀,要么让商家给你邮一个  要么到deepin的软件库里面搜索一下看看有没有。

Reply View the author
cs1028209087
deepin
2021-10-03 05:41
#5

解决了部分问题了,sudo apt-get install csh   安装csh就能通过那个命令但是gv不识别gaussian了

Reply View the author