- libcamera
- An Open Source camera library, with added drivers and components to support all the Raspberry Pi cameras.
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 useapt-cache search <search term>
to search the database for specific software packages.
- Use
- Python
- Some Python software can be installed using Python's package manager
pip
- Some Python software can be installed using Python's package manager
- Ruby
- Some Ruby software can be installed with Ruby's package manager
ruby gems
- Some Ruby software can be installed with Ruby's package manager