GNU/Linux >> Tutoriels Linux >  >> Ubuntu

Comment installer Octave 5 sur Ubuntu 18.04 ?

Sur cette vieille question Comment installer Octave 4.0.0 dans Ubuntu 14.04, ils disent d'utiliser ceci :

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

Mais quand j'exécute cette commande sur 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''.

Réponse acceptée :

La dernière version mise à jour de PPA est Xenial (16.04), cela explique pourquoi vous obtenez Cannot add PPA: ''This PPA does not support bionic''. erreur.

GNU a distribué Octave en tant que package Flatpak, et ils proposent la version 5, précisément la 5.1.0 → https://flathub.org/apps/details/org.octave.Octave

Installez flatpak, puis ajoutez le référentiel flathub.

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

Vous pouvez procéder à l'installation d'Octave maintenant.

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

Ubuntu
  1. Comment installer Blender 2.92 dans Ubuntu 20.04, 20.10 via PPA

  2. Comment installer FFMPEG 4.4 via PPA dans Ubuntu 20.04, 18.04 et 21.04

  3. Comment installer Kdenlive 21.08 dans Ubuntu 21.10 via PPA

  4. Comment installer qBitTorrent 4.0 dans Ubuntu en utilisant PPA

  5. Comment installer R sur Ubuntu 16.04

Comment installer Octave sur Ubuntu 20.04

Comment installer Octave sur Ubuntu 22.04 | 20.04 LTS

Comment installer Octave sur Ubuntu 20.04 LTS

Comment installer Go dans Ubuntu 20.04

Comment installer Go sur Ubuntu 22.04

Comment installer GNU Octave sur Ubuntu 20.04