# apt.adafruit.com

## Overview

Danger: 

![](https://cdn-learn.adafruit.com/assets/assets/000/023/741/medium800thumb/raspberry_pi_apt.jpg?1448316770)

So you have your Raspberry Pi and you've played with it a bit and now you want to install some new software. Now _usually_ you can just run **apt-get** and install ready-to-go packages. But, there are many instances where certain pieces of software are out of date or not available from&nbsp;the official Raspberry Pi Raspbian repositories. This can lead&nbsp;to a lot of really complex installation processes, with gcc, make, cmake, ./config, yak, bison and who knows what other wild beasts.

We wanted to make things easier.

The answer? apt.adafruit.com - our Raspbian package repository. Adding our repository to the list of repositories on your Raspberry Pi will allow you to easily install any of the packages we make available. Installing current versions of software like node.js and wiringpi is as easy as **apt-get install node** or **apt-get install wiringpi**.&nbsp;We are also constantly adding new&nbsp;custom packages for things like installing a PiTFT or turning your Raspberry Pi into a WiFi Access Point!

- [Next Page](https://learn.adafruit.com/apt-adafruit-com/adding-the-repository.md)

## Related Guides

- [Running TensorFlow Lite Object Recognition on the Raspberry Pi 4 or Pi 5](https://learn.adafruit.com/running-tensorflow-lite-on-the-raspberry-pi-4.md)
- [Using the Slamtec RPLIDAR on a Raspberry Pi](https://learn.adafruit.com/slamtec-rplidar-on-pi.md)
- [Matrix and 7-Segment LED Backpack with the Raspberry Pi](https://learn.adafruit.com/matrix-7-segment-led-backpack-with-the-raspberry-pi.md)
- [Raspberry Pi Zero NPR One Radio](https://learn.adafruit.com/raspberry-pi-zero-npr-one-radio.md)
- [Onion Pi](https://learn.adafruit.com/onion-pi.md)
- [Adafruit 2.4" PiTFT HAT with Resistive Touchscreen Mini Kit](https://learn.adafruit.com/adafruit-2-4-pitft-hat-with-resistive-touchscreen-mini-kit.md)
- [Retro Gaming with Raspberry Pi](https://learn.adafruit.com/retro-gaming-with-raspberry-pi.md)
- [Adafruit DPI Display Kippah](https://learn.adafruit.com/adafruit-dpi-display-kippah-ttl-tft.md)
- [Haunted Portrait](https://learn.adafruit.com/haunted-portrait.md)
- [3.5" PiTFT OctoPrint Rig](https://learn.adafruit.com/3-dot-5-pitft-octoprint-rig.md)
- [Basic Resistor Sensor Reading on Raspberry Pi](https://learn.adafruit.com/basic-resistor-sensor-reading-on-raspberry-pi.md)
- [Speech Synthesis on the Raspberry Pi](https://learn.adafruit.com/speech-synthesis-on-the-raspberry-pi.md)
- [Ultimate Youtube Live Camera](https://learn.adafruit.com/ultimate-youtube-live-camera.md)
- [Networked Thermal Printer using Raspberry Pi and CUPS](https://learn.adafruit.com/networked-thermal-printer-using-cups-and-raspberry-pi.md)
- [Raspberry Pi RGB LED Matrix Webapp](https://learn.adafruit.com/raspberry-pi-rgb-led-matrix-webapp.md)
