Build Your Own Ubuntu Repository with Docker

Build Your Own Ubuntu Repository with Docker 馃摝 Ever wanted to distribute your own software packages just like Ubuntu does? Whether you鈥檙e managing internal tools across multiple servers, creating a private package distribution system, or just want to learn how APT repositories work under the hood, building your own Ubuntu repository is easier than you might think. In this guide, I鈥檒l show you how to create a production-ready Ubuntu repository using Docker, complete with GPG signing, automated publishing, and a web interface for package distribution. ...

November 8, 2025 路 10 min 路 2117 words 路 Manzolo

APT and DPKG Guide (Debian/Ubuntu)

APT and DPKG Guide (Debian/Ubuntu) Introduction apt and dpkg are core tools for package management on Debian and Ubuntu systems. apt update refreshes the package index from configured repositories, ensuring you have the latest package information. dpkg manages .deb packages, allowing direct installation, removal, querying, or identifying file ownership. This guide covers using apt update and dpkg, with use cases like system updates, manual .deb installation, searching for packages, finding file ownership, adding/removing external repositories, and determining which repository provides a package. ...

October 4, 2025 路 8 min 路 1673 words 路 Manzolo