linux octave安装教程,Octave的安装

这篇博客介绍了如何在CentOS系统中通过yum命令简单快捷地安装GNU Octave及其依赖库HDF5。首先,你需要编辑yum的repo文件,启用特定的软件源,然后运行yum命令来安装Octave和HDF5。这个过程比源码安装更方便,避免了可能遇到的各种问题。
摘要由CSDN通过智能技术生成

GNU Octave is a high-level interpreted language, primarily intended for numerical computations. It provides capabilities for the numerical solution of linear and nonlinear problems, and for performing other numerical experiments. It also provides extensive graphics capabilities for data visualization and manipulation. Octave is normally used through its interactive command line interface, but it can also be used to write non-interactive programs. The Octave language is quite similar to Matlab so that most programs are easily portable.

CentOS安装octave,使用源码包安装会出很多问题,使用yum安装简单容易。

# vim /etc/yum.repos.d/naulinux-school.repo

[naulinux-school]

name=NauLinux School

baseurl=http://downloads.naulinux.ru/pub/NauLinux/6.2/$basearch/sites/School/RPMS/

enabled=0

gpgcheck=1

gpgkey=http://downloads.naulinux.ru/pub/NauLinux/RPM-GPG-KEY-linux-ink

# yum --enablerepo=naulinux-school install octave*

# yum install hdf5*

# ln -s /usr/lib64/mpich2/lib/libhdf5.so.6.0.4 /usr/lib64/libhdf5.so.6

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值