Sunday, October 21, 2012

Installing Octave 3.6.1 in Ubuntu 12.04

Step-by-step:
  1. Add the following ppa to your repository 
  2. $ sudo add-apt-repository ppa:picaso/octave
  3. Update and Install the octave
  4. $ sudo apt-get update && sudo apt-get install octave
  5. Run the following command to update the package
  6. sudo apt-get install liboctave-dev
  7. Need additional packages? Here are the examples. You can find other packages depend on your needs.
  8. $ sudo apt-get install octave-control octave-audio octave-signal octave-plot
  9. Run Octave
  10. $ octave -q 
For GNU Octave 4.0, and 4.0.1 you can follow the following procedure.
Related Posts Plugin for WordPress, Blogger...