Raspberry Pi
Instructions for installing Nara software on Raspberry Pi devices.
Info
See System Requirements for more information about the required hardware and software before installing Nara.
Raspberry Pi OS 5 & 6 (Bookworm & Trixie) (64-bit)
Download Nara for Raspberry Pi
Download and select the latest version of Nara:
- Raspberry Pi OS 5 & 6 (Bookworm & Trixie) (64-bit): Download
There are two installation types:
nara_*.deb: Full installationnara-core_*.deb: Patch installation for users who have already installed Nara and want to update to the latest version.
Install Dependencies
Update the system
- Run the following command in the terminal to update the system:
sudo apt-get update && sudo apt-get upgrade -y
GStreamer
- To install the GStreamer good plugins, bad plugins and tools run the following command in the terminal:
sudo apt-get install -y gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-tools
Gnome Terminal
- To install the Gnome Terminal run the following command in the terminal:
sudo apt-get install -y gnome-terminal
libicu72
Info
For Raspberry Pi OS 6 (Trixie) only.
- To install the libicu72 run the following command in the terminal:
sudo apt-get install -y libicu72
Install Nara
Note
If you have Nara installed already, uninstall it before installing the new version.
- Once you have the installation file (e.g.
nara_cpu_2.0.0-beta_arm64_debian) open the terminal and navigate to the folder where the installation file is located. - Run the following command in the terminal:
sudo apt-get install -y ./nara_cpu_2.0.0-beta_arm64_debian.deb - You are now ready to use Nara!
Note
N: Download is performed unsandboxed as root as file
'/home/path/to/nara-core_*.deb' couldn't be accessed by user '_apt'.
- pkgAcquire::Run (13: Permission denied)This message may appear during installation, but it can be safely ignored as the installation will still complete successfully.
Patch Nara
Instead of installing the whole Nara software, you can also choose to only patch the Nara core component, usually when updating within minor versions.
Warning
Make sure that your current patch version is compatible with your Nara version. Please refer to the release notes for more information about the compatible patch version for each Nara version.
- Once you have the installation file (
nara-core_cpu_[version]_arm64_debian_[debian_version].deb) open the terminal and navigate to the folder where the installation file is located. - Run the following command in the terminal:
sudo apt-get install -y ./nara-core_cpu_[version]_arm64_debian_[debian_version].deb - You have now successfully patched Nara!
Uninstall Nara
- Open the terminal.
- Run the following command in the terminal:
sudo apt-get remove nara- Enter your password