Click this link to access kernel-team UDD.
- Modify package-list.txt
- Run
make - Commit your changes
The goal of this repository and the big UDD URL above is to track userland packages that the kernel team need and do/should maintain. The generated UDD page shows which packages need updating, if they have RC bugs in Debian, etc.
The Ubuntu Desktop team has a package tracker, but it is less advanced than the UDD tracker, so better just use UDD in the first place.
A local web dashboard is available that shows package versions with color-coded status, sorting/filtering, links to package trackers, and AI-generated prompts for updating packages.
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txtpython3 web.pyThen open http://127.0.0.1:5000 in your browser.
Options:
--port PORT— bind to a different port (default: 5000)--host HOST— bind to a different address (default: 127.0.0.1)--debug— enable Flask debug/reload mode