Package Manager Development Tutorials, Guides & Insights

Unlock 2+ expert-curated package manager tutorials, real-world code snippets, and modern dev strategies. From fundamentals to advanced topics, boost your package manager skills on DeveloperBreeze.

Essential dpkg Commands Cheat Sheet for Debian and Ubuntu Systems

Cheatsheet October 24, 2024
  man dpkg

dpkg is a crucial tool for managing software on Debian-based systems. With this cheat sheet, you can efficiently install, remove, and manage packages on your system. For a more user-friendly experience, APT serves as a front-end to handle complex tasks like dependency management, but understanding dpkg will give you more control over your system’s package management.

Mastering Linux Package Management: APT, YUM, DNF, and More

Tutorial August 19, 2024
bash

Over time, your system may accumulate unnecessary packages. Use commands like apt-get autoremove or dnf autoremove to clean up these packages.

Package managers like YUM and DNF allow you to install groups of related packages, which can be useful for setting up a new system or installing a suite of tools.