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:44] – [Objective] 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 119: | Line 119: | ||
For many of you, this will be your first experience logging onto a Raspberry Pi and working within a command-line environment. You're taking your first steps into a much larger world. | For many of you, this will be your first experience logging onto a Raspberry Pi and working within a command-line environment. You're taking your first steps into a much larger world. | ||
- | Your clearest indication you are on your Raspberry Pi will likely be in the display of the prompt, resembling the following: | + | Your clearest indication you are on your Raspberry Pi will likely be in the display of the prompt, resembling the following |
<cli> | <cli> | ||
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==== |