GNU/Linux >> Tutoriales Linux >  >> Ubuntu

¿Cómo instalar Octave 5 en Ubuntu 18.04?

En esta vieja pregunta Cómo instalar Octave 4.0.0 en Ubuntu 14.04 dicen usar esto:

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

Pero cuando ejecuto este comando en 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''.

Respuesta aceptada:

La última versión actualizada de PPA es Xenial (16.04), esto explica por qué obtiene Cannot add PPA: ''This PPA does not support bionic''. error.

GNU ha distribuido Octave como paquete Flatpak y ofrecen la versión 5, exactamente 5.1.0 → https://flathub.org/apps/details/org.octave.Octave

Instale flatpak, luego agregue el repositorio de flathub.

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

Puede proceder a instalar Octave ahora.

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

Ubuntu
  1. Cómo instalar Blender 2.92 en Ubuntu 20.04, 20.10 a través de PPA

  2. Cómo instalar FFMPEG 4.4 a través de PPA en Ubuntu 20.04, 18.04 y 21.04

  3. Cómo instalar Kdenlive 21.08 en Ubuntu 21.10 a través de PPA

  4. Cómo instalar qBitTorrent 4.0 en Ubuntu usando PPA

  5. Cómo instalar R en Ubuntu 16.04

Cómo instalar Octave en Ubuntu 20.04

Cómo instalar Octave en Ubuntu 22.04 | 20.04 LTS

Cómo instalar Octave en Ubuntu 20.04 LTS

Cómo instalar Go en Ubuntu 20.04

Cómo instalar Go en Ubuntu 22.04

Cómo instalar GNU Octave en Ubuntu 20.04