Issue Description
The Cloudsmith-hosted APT repository for Task is currently returning a 402 Payment Required error, preventing users from installing or updating Task via apt.
Error Details
When running sudo apt update, the following error occurs:
Err:6 https://dl.cloudsmith.io/public/task/task/deb/ubuntu noble InRelease
402 Payment Required [IP: 108.139.134.47 443]
E: Failed to fetch https://dl.cloudsmith.io/public/task/task/deb/ubuntu/dists/noble/InRelease 402 Payment Required [IP: 108.139.134.47 443]
E: The repository 'https://dl.cloudsmith.io/public/task/task/deb/ubuntu noble InRelease' is not signed.
Impact
Environment
- OS: Ubuntu 24.04 (Noble)
- Architecture: x86_64
- Date: 2026-02-14
Suggested Actions
- Investigate the Cloudsmith repository status
- Update documentation to reflect alternative installation methods (snap, direct download)
- Consider migrating to a different APT repository hosting solution if needed
Workarounds
Users can still install Task using:
sudo snap install task --classic
- Direct installation from GitHub releases
- Manual download from taskfile.dev
Issue Description
The Cloudsmith-hosted APT repository for Task is currently returning a 402 Payment Required error, preventing users from installing or updating Task via apt.
Error Details
When running
sudo apt update, the following error occurs:Impact
Environment
Suggested Actions
Workarounds
Users can still install Task using:
sudo snap install task --classic