Skip to content

Install these first

Jason Charney edited this page Feb 29, 2016 · 3 revisions

Raspbian is a good distribution of Debian for the Raspberry Pi. However, there are some things that need to be installed that weren't included beforehand.

🔧 TODO: This list will grow over time.

autoconf automake autotools bison build-essential flex gawk libffi-dev libfl-dev libgdbm3 libgdbm-dev libreadline-dev libreadline6-dev libssl-dev libtool libyaml-dev m4 zlib1g-dev

Setup

  1. [Assemble the Hardware](Assemble the Hardware)
  2. [Install the Software](Install the Software)
  3. 🆙 [Setup your Raspberry Pi](Setup your Raspberry Pi)
  4. [Download the Missing Parts](Download the Missing Parts)

Typical Utilities

  • [Downloading and extracting with curl and tar](curl and tar)
  • [Browsing with ls and cat](ls and cat)
  • [Searching with grep and find](grep and find)
  • [Filtering with sed and awk](sed and awk)
  • [Piping with less, pv, and tee](less, pv, and tee)
  • Monitor your system with htop
  • Multiplex with tmux

Clone this wiki locally