Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 601 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 601 Bytes

Installing software

There are different ways of installing software on your Raspberry Pi, depending on where the source of the software lives.

The most common is through the command line tool APT (Advanced Packaging Tool). Some software can also be installed using other package managers.

Contents

  • APT
    • Use apt-get install to install software from the Raspbian archives
  • Python
    • Some Python software can be installed using Python's package manager pip
  • Ruby
    • Some Ruby software can be installed with Ruby's package manager ruby gems