apt

NoETL APT Repository

Official Debian/Ubuntu package repository for NoETL.

Installation

Add the repository and install NoETL:

# Add NoETL repository
echo 'deb [trusted=yes] https://noetl.github.io/apt jammy main' | sudo tee /etc/apt/sources.list.d/noetl.list

# Update package list
sudo apt-get update

# Install NoETL
sudo apt-get install noetl

Supported Distributions

Verify Installation

noetl --version

Documentation

Visit noetl.dev for complete documentation.