Skip to content

Instantly share code, notes, and snippets.

@Harold2017
Created September 10, 2019 04:31
Show Gist options
  • Save Harold2017/af443fcb87e92bd972055a39b9d1e5ac to your computer and use it in GitHub Desktop.
Save Harold2017/af443fcb87e92bd972055a39b9d1e5ac to your computer and use it in GitHub Desktop.
Install Octave on Ubuntu 18.04

Install Octave with flatpak

  • Install flatpak sudo apt-get install flatpak
  • Add flathub flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
  • Install Octave flatpak install flathub org.octave.Octave
  • Run flatpak run org.octave.Octave
  • Uninstall flatpak uninstall org.octave.Octave
  • Remove flatpak sudo apt-get remove flatpak
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment