如何在Ubuntu中安装Scilab工具箱?

时间:2016-11-28 07:25:37

标签: ubuntu scilab toolbox

我使用apt-get安装了Scilab,现在我想安装此工具箱:http://sourceforge.net/projects/data-comm/

我试过了:

tomsInstall('/home/martin/Dropbox/universidad/Intro distribuidos/TP6/datacomm.tar.gz')
atomsExtract: The extraction of the archive '/home/martin/Dropbox/universidad/Intro distribuidos/TP6/datacomm.tar.gz' has failed.
 !--error 10000 

at line      51 of function atomsError called by :  
at line      82 of function atomsExtract called by :  
at line     153 of function atomsInstall called by :  
TP6/datacomm.tar.gz'

它显然不起作用,任何线索?

1 个答案:

答案 0 :(得分:1)

您必须使用tar xzf datacomm.tar.gz提取此存档,然后按照README文本文件中的说明操作(我没有足够的声誉来评论)。