Official Debian/Ubuntu package repository for NoETL.
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
noetl --version
Visit noetl.dev for complete documentation.