GNU/Linux >> Linux Esercitazione >  >> Ubuntu

Come installare Octave 5 su Ubuntu 18.04?

Su questa vecchia domanda Come installare Octave 4.0.0 in Ubuntu 14.04 dicono di usare questo:

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

Ma quando eseguo questo comando su Ubuntu 18.04:

$ sudo add-apt-repository ppa:octave/stable
[sudo] password for linux:         
HTTP Error 404: Not Found
Cannot add PPA: ''This PPA does not support bionic''.

Risposta accettata:

L'ultima versione aggiornata di PPA è Xenial (16.04), questo spiega perché ottieni Cannot add PPA: ''This PPA does not support bionic''. errore.

GNU ha distribuito Octave come pacchetto Flatpak e offre la versione 5, precisamente 5.1.0 → https://flathub.org/apps/details/org.octave.Octave

Installa flatpak, quindi aggiungi il repository flathub.

sudo apt-get install flatpak
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo

Puoi procedere con l'installazione di Octave ora.

flatpak install flathub org.octave.Octave
flatpak run org.octave.Octave

Ubuntu
  1. Come installare Blender 2.92 in Ubuntu 20.04, 20.10 tramite PPA

  2. Come installare FFMPEG 4.4 tramite PPA in Ubuntu 20.04, 18.04 e 21.04

  3. Come installare Kdenlive 21.08 in Ubuntu 21.10 tramite PPA

  4. Come installare qBitTorrent 4.0 in Ubuntu usando PPA

  5. Come installare R su Ubuntu 16.04

Come installare Octave su Ubuntu 20.04

Come installare Octave su Ubuntu 22.04 | 20.04 LTS

Come installare Octave su Ubuntu 20.04 LTS

Come installare Go in Ubuntu 20.04

Come installare Vai su Ubuntu 22.04

Come installare GNU Octave su Ubuntu 20.04