GNU/Linux >> Linux の 問題 >  >> Ubuntu

Ubuntu18.04にOctave5をインストールする方法は?

この古い質問について、Ubuntu14.04にOctave4.0.0をインストールする方法:

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

しかし、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''.

承認された回答:

PPAからの最新の更新リリースはXenial(16.04)です。これは、 Cannot add PPA: ''This PPA does not support bionic''. エラー。

GNUはOctaveをFlatpakパッケージとして配布しており、バージョン5を提供しています。正確には5.1.0→https://flathub.org/apps/details/org.octave.Octave

flatpakをインストールしてから、flathubリポジトリを追加します。

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

今すぐOctaveのインストールに進むことができます。

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

Ubuntu
  1. Ubuntu 20.04、18.04、および21.04でPPAを介してFFMPEG4.4をインストールする方法

  2. PPAを介してUbuntu21.10にKdenlive21.08をインストールする方法

  3. PPAを使用してUbuntuにqBitTorrent4.0をインストールする方法

  1. Ubuntu20.04にRをインストールする方法

  2. PPAを介してUbuntu20.04、20.10にBlender2.92をインストールする方法

  3. Ubuntu16.04にRをインストールする方法

  1. Ubuntu16.04LTSにMesa17.2をインストールする方法

  2. Ubuntu18.04にGoをインストールする方法

  3. Ubuntu18.04にRをインストールする方法