TestingDocs.com
Software Testing website
  • Automation
    • Selenium
    • JBehave Framework
  • Tutorials
    • MySQL Tutorials
    • Testlink
    • Maven
    • Git
  • IDEs
    • IntelliJ IDEA
    • Eclipse
  • Flowcharts
    • Flowgorithm
    • Raptor
  • About

Octave

Install Octave Packages on Linux

Overview

In this tutorial, we will learn the steps involved to install an Octave package from the command line on a Linux box.

Using the command line on Ubuntu: https://www.testingdocs.com/using-octave-command-line-on-ubuntu/

List Packages

octave> pkg list

This command is used to list and view the packages installed on the Octave Linux instance.

Octave Package List

Install Packages

octave> pkg install -forge <package-name>

We can install the required package with the install command. Some packages need dependencies to be installed. We need to install all the dependency packages before installing the required package.

 

Octave Package Install Statistics

Load Package

To load a package, we can use the load switch

>> pkg load <package-name>

For example, to load the symbolic package:

>> pkg load symbolic

 

Load Symbolic Package Octave

Package Information

To get information about the package we can run the following command

octave> news <package-name>

 

Octave Package News Command Line

—

Octave Tutorials

Octave Tutorial on this website can be found at:
https://www.testingdocs.com/octave-tutorial/

More information on Octave can be found on the official website:
https://www.gnu.org/software/octave/index

Related Posts

Octave /

Octave User defined Function Example

octave command line linux

Octave /

Octave Command line on Ubuntu

Hello World in Octave

Octave /

Hello World in Octave

Octave /

Octave plot example of function y=x^2

Octave Install Ubuntu Linux

Octave /

Install Octave on Ubuntu Linux

‹ Octave User defined Function Example

Recent Posts

  • MS Access Data Types
  • Install RAPTOR Avalonia on CentOS
  • Download RAPTOR Avalonia Edition on Windows
  • npm doctor command
  • Build & Run CLion Project
  • Create New CLion C Project on Windows
  • Configure CLion Toolchains on Windows
  • Launch CLion IDE on Windows
  • Activate CLion IDE
  • CLion IDE for C/C++ Development

Back to Top

Links

  • Contact
  • Privacy Policy
  • Cookie Policy

www.TestingDocs.com

Go to mobile version