software_installation_on_raspberry_pi_os

Software Installation on Raspberry Pi OS

Installing standard software

There are different ways of installing software from online repositories 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.

APT

Use apt install to install software from the Raspberry Pi OS repository. This has a huge number of software packages available. You can use apt-cache search <search term> to search the database for specific software packages.

Snap

Python

Some Python software can be installed using Python's package manager pip

Ruby

software_installation_on_raspberry_pi_os.txt · Last modified: 2024/04/28 03:22 (external edit)