Nabrio Help
Nabrio Help

Getting Started

Nara Overview
System RequirementsWindowsLinuxJetsonRaspberry Pi

Understanding Nara

Using Nara

Components

Miscellaneous

Nomenclature
Troubleshooting
Notice and DisclaimerEULA
Installation

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 installation
  • nara-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.

  1. 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.
  2. Run the following command in the terminal:
    sudo apt-get install -y ./nara_cpu_2.0.0-beta_arm64_debian.deb
  3. 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.

  1. 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.
  2. Run the following command in the terminal:
    sudo apt-get install -y ./nara-core_cpu_[version]_arm64_debian_[debian_version].deb
  3. You have now successfully patched Nara!

Uninstall Nara

  1. Open the terminal.
  2. Run the following command in the terminal:
sudo apt-get remove nara
  1. Enter your password

Jetson

Instructions for installing Nara software on Jetson devices.

First Time Setup

A quick start guide to get you up and running with Nara software.

On this page

Raspberry Pi OS 5 & 6 (Bookworm & Trixie) (64-bit)Download Nara for Raspberry PiInstall DependenciesUpdate the systemGStreamerGnome Terminallibicu72Install NaraPatch NaraUninstall Nara
sudo apt-get install -y ./nara_cpu_2.0.0-beta_arm64_debian.deb