Skip to content

Files

Latest commit

80838de · Jun 7, 2021

History

History
executable file
·
13 lines (7 loc) · 272 Bytes

episode-4-install-gnu-octave-using-package-managers.md

File metadata and controls

executable file
·
13 lines (7 loc) · 272 Bytes

[Environment Setup 4] Install programs using package managers: GNU Octave

  • Update the list of packages in added repositories

$ sudo apt update

  • Install GNU Octave from the default repository

$ sudo apt install octave

  • Run GNU Octave

$ octave