Friday, May 3, 2024
 Popular · Latest · Hot · Upcoming
22
rated 0 times [  22] [ 0]  / answers: 1 / hits: 107199  / 2 Years ago, thu, november 25, 2021, 1:38:05

Yet again I am to turn to this wonderful resource available to me and ask, how do I install the latest version of GNU Octave (not Octave 3.2.4 -- the one available in the software centre)?


More From » octave

 Answers
3

For octave 3.6.1



sudo add-apt-repository ppa:picaso/octave
sudo apt-get update ; sudo apt-get install octave


Yes you can get octave-3.6.3 , open your terminal and paste this



wget ftp://ftp.gnu.org/gnu/octave/octave-3.6.3.tar.bz2
tar -xvf octave-3.6.3.tar.bz2
cd octave-3.6.3
./configure
make
sudo make install


Hope that helps :D


[#35260] Friday, November 26, 2021, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
raacket

Total Points: 198
Total Questions: 114
Total Answers: 111

Location: Czech Republic
Member since Mon, May 15, 2023
1 Year ago
;