This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
haas:fall2020:common:projects:ntr0 [2020/08/24 14:45] – [The Shell (command-line) on the pi] wedge | haas:fall2020:common:projects:ntr0 [2021/01/28 12:41] (current) – wedge | ||
---|---|---|---|
Line 1: | Line 1: | ||
======PROJECT====== | ======PROJECT====== | ||
- | PROJECT: Introductory Activities and Getting Started | + | PROJECT: Introductory Activities and Getting Started |
=====Objective===== | =====Objective===== | ||
Line 194: | Line 194: | ||
NOTE: With the installation of **aptitude**, | NOTE: With the installation of **aptitude**, | ||
- | * update: sudo aptitude update | + | * update: |
- | * upgrade: sudo aptitude upgrade | + | * upgrade: |
- | * search: aptitude search | + | * search: |
- | * install: sudo aptitude install | + | * install: |
- | Some other packages you might want to install (some might already be installed): | + | Where **__TOKEN__** is some substring of the thing you are looking for, and **__PACKAGE__** is the name of the installable package. |
+ | |||
+ | Some other packages | ||
* bc | * bc | ||
Line 208: | Line 210: | ||
* file | * file | ||
- | Be on the lookout for other packages to install in this project. | + | Be on the lookout for other packages to install in this project |
====Clone your Lab46 Mercurial Repository on your raspberry pi==== | ====Clone your Lab46 Mercurial Repository on your raspberry pi==== |