Pi-Apps – Der App Manager für Raspberry Pi
Pi-Apps ist der einfachste Weg, um Anwendungen auf deinem Raspberry Pi zu installieren. Lerne, wie du Pi-Apps einrichtest und verwendest.
Pi-Apps is the easiest way to install applications on your Raspberry Pi. Learn how to set up and use Pi-Apps.
Was ist Pi-Apps?
Pi-Apps ist ein kostenloser, quelloffener App-Store speziell für den Raspberry Pi. Er wurde von der Community entwickelt und bietet eine einfache grafische Oberfläche, über die du hunderte von Anwendungen mit nur einem Klick installieren kannst. Pi-Apps löst viele Probleme, die entstehen, wenn man Software manuell auf dem Pi kompilieren oder konfigurieren müsste.
Pi-Apps is a free, open-source app store specifically designed for the Raspberry Pi. It was developed by the community and offers a simple graphical interface through which you can install hundreds of applications with just one click. Pi-Apps solves many problems that arise when you would otherwise need to manually compile or configure software on the Pi.
Vorteile von Pi-Apps:
Advantages of Pi-Apps:
Über 200 vorgetestete Apps für ARM-Architektur
Over 200 pre-tested apps for ARM architecture
Ein-Klick-Installation und -Deinstallation
One-click install and uninstall
Unterstützt sowohl 32-Bit als auch 64-Bit Raspberry Pi OS
Supports both 32-bit and 64-bit Raspberry Pi OS
Regelmäßige Updates durch die Community
Regular updates by the community
Pi-Apps installieren
Die Installation von Pi-Apps erfolgt über ein einfaches Skript, das direkt von GitHub heruntergeladen wird. Öffne ein Terminal und führe folgenden Befehl aus:
Pi-Apps is installed via a simple script downloaded directly from GitHub. Open a terminal and run the following command:
wget -qO- https://raw.githubusercontent.com/Botspot/pi-apps/master/install | bash
Dieses Skript erledigt automatisch folgende Schritte:
This script automatically performs the following steps:
Klont das Pi-Apps Repository nach
~/pi-appsClones the Pi-Apps repository to
~/pi-appsInstalliert benötigte Abhängigkeiten (z.B.
yadfür die GUI)Installs required dependencies (e.g.
yadfor the GUI)Erstellt einen Desktop-Shortcut im Startmenü
Creates a desktop shortcut in the start menu
Warte, bis das Skript fertig ist. Du siehst eine Erfolgsmeldung im Terminal.
Wait until the script finishes. You'll see a success message in the terminal.
Tipp
Falls wget nicht installiert ist, kannst du es mit sudo apt install wget -y nachholen. Normalerweise ist es aber auf Raspberry Pi OS vorinstalliert.
If wget is not installed, you can install it with sudo apt install wget -y. However, it is usually pre-installed on Raspberry Pi OS.
Pi-Apps starten
Nach der Installation kannst du Pi-Apps auf zwei Arten starten:
After installation, you can launch Pi-Apps in two ways:
Option 1: Über das Startmenü
Option 1: Via the start menu
Öffne das Raspberry Pi Startmenü → Zubehör → Pi-Apps.
Open the Raspberry Pi start menu → Accessories → Pi-Apps.
Option 2: Über das Terminal
Option 2: Via the terminal
~/pi-apps/gui
Es öffnet sich ein Fenster mit allen verfügbaren Kategorien und Anwendungen. Die Oberfläche zeigt dir für jede App eine kurze Beschreibung und den Installationsstatus.
A window opens showing all available categories and applications. The interface shows you a brief description and installation status for each app.
Pi-Apps aktualisieren:
Update Pi-Apps:
~/pi-apps/updater
Apps durchsuchen und installieren
Pi-Apps organisiert seine Anwendungen in Kategorien. Hier sind einige der beliebtesten Kategorien und Apps:
Pi-Apps organizes its applications into categories. Here are some of the most popular categories and apps:
🌐 Internet: Chromium, Firefox, Tor Browser, Telegram
🌐 Internet: Chromium, Firefox, Tor Browser, Telegram
🎮 Spiele: Minecraft Java, Steam Link, RetroPie
🎮 Games: Minecraft Java, Steam Link, RetroPie
💻 Programmierung: Visual Studio Code, Arduino IDE, Geany
💻 Programming: Visual Studio Code, Arduino IDE, Geany
🎥 Multimedia: VLC, OBS Studio, GIMP, Kdenlive
🎥 Multimedia: VLC, OBS Studio, GIMP, Kdenlive
So installierst du eine App:
How to install an app:
Öffne Pi-Apps und wähle eine Kategorie
Open Pi-Apps and select a category
Klicke auf die gewünschte App
Click on the desired app
Lies die Beschreibung und klicke auf Install
Read the description and click Install
Warte, bis die Installation abgeschlossen ist – ein Fortschrittsfenster wird angezeigt
Wait until the installation is complete – a progress window will be shown
Du kannst Apps auch direkt über das Terminal installieren:
You can also install apps directly via the terminal:
~/pi-apps/manage install "Visual Studio Code"
Eine App deinstallieren:
Uninstall an app:
~/pi-apps/manage uninstall "Visual Studio Code"
Tipp
Pi-Apps prüft bei jedem Start automatisch auf Updates. Du kannst auch alle installierten Apps auf einmal aktualisieren, indem du den Updater nutzt. Wenn eine App nicht funktioniert, kannst du auf GitHub ein Issue melden.
Pi-Apps automatically checks for updates on every launch. You can also update all installed apps at once by using the updater. If an app doesn't work, you can report an issue on GitHub.