Snapcraft is a powerful package manager for Linux that enables you to easily install and manage applications. It supports a wide range of distributions, making software installation simple and consistent.

Ensure you have Snap installed on your system. You can install Snap using your distribution’s package manager. For example, on Ubuntu, you can run:

Install snapcraft

Ubuntu

sudo apt update
sudo apt install snapd

Other linux

Snapcraft provides installation for various operating systems. Please refer to the document below.

https://snapcraft.io/docs/installing-snapd

Install noir with Snapcraft

sudo snap install noir

# https://snapcraft.io/noir

References