Skip to content

Commit

Permalink
add 4th episode commands
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarzegary committed Jun 7, 2021
1 parent 02bca8f commit 80838de
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
This repository contains the list of commands executed in each episode of the ["Setup your scientific computing environment" series](https://www.youtube.com/playlist?list=PL6fjYEpJFi7UizqrTI-5-2_8WrYRFzRrT).

[Episode 3 - Introduction to Linux shell commands in bash](episode-3-introduction-to-linux-shell-commands.md)
[Episode 4 - Install programs using package managers: GNU Octave](episode-4-install-gnu-octave-using-package-managers.md)
13 changes: 13 additions & 0 deletions episode-4-install-gnu-octave-using-package-managers.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# [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`

0 comments on commit 80838de

Please sign in to comment.