简体   繁体   中英

How do I install a Scilab toolbox in Ubuntu?

I installed Scilab using the apt-get and now I would like to install this toolbox: http://sourceforge.net/projects/data-comm/

I tried this:

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'

And it's obviously not working, any clues?

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM