-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Kadyapam edited this page May 24, 2026
·
2 revisions
noetl/apt hosts the apt package repository for distributing
the NoETL CLI and related binaries on Debian / Ubuntu systems.
For installation as an end-user, the
in-repo README
is the source of truth for apt-get usage.
- Signed
.debpackages for thenoetlCLI per supported architecture and Debian-family release. - Repository metadata (
Packages.gz,Release, signing keys). - The publish pipeline that turns a CLI release into a repository update.
curl -fsSL https://apt.noetl.io/key.gpg | sudo gpg --dearmor -o /usr/share/keyrings/noetl-archive-keyring.gpg
echo "deb [signed-by=/usr/share/keyrings/noetl-archive-keyring.gpg] https://apt.noetl.io stable main" \
| sudo tee /etc/apt/sources.list.d/noetl.list
sudo apt update
sudo apt install noetlExact URL and channel names may vary by release; check the in-repo README.
Detailed pages (release cadence, channel layout, signing rotation) will land as the surface grows. Start with the in-repo README.
- cli wiki — the binary this repository distributes.
- noetl wiki — the runtime the CLI controls.