<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Package-Management on Manzolo Code Notes</title><link>https://notes.manzolo.it/tags/package-management/</link><description>Recent content in Package-Management on Manzolo Code Notes</description><generator>Hugo -- 0.152.2</generator><language>en-US</language><lastBuildDate>Sat, 04 Oct 2025 12:50:00 +0200</lastBuildDate><atom:link href="https://notes.manzolo.it/tags/package-management/index.xml" rel="self" type="application/rss+xml"/><item><title>APT and DPKG Guide (Debian/Ubuntu)</title><link>https://notes.manzolo.it/2025/10/apt-and-dpkg-guide-debian/ubuntu/</link><pubDate>Sat, 04 Oct 2025 12:00:00 +0200</pubDate><guid>https://notes.manzolo.it/2025/10/apt-and-dpkg-guide-debian/ubuntu/</guid><description>&lt;h1 id="apt-and-dpkg-guide-debianubuntu"&gt;APT and DPKG Guide (Debian/Ubuntu)&lt;/h1&gt;
&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;&lt;code&gt;apt&lt;/code&gt; and &lt;code&gt;dpkg&lt;/code&gt; are core tools for package management on Debian and Ubuntu systems. &lt;code&gt;apt update&lt;/code&gt; refreshes the package index from configured repositories, ensuring you have the latest package information. &lt;code&gt;dpkg&lt;/code&gt; manages &lt;code&gt;.deb&lt;/code&gt; packages, allowing direct installation, removal, querying, or identifying file ownership. This guide covers using &lt;code&gt;apt update&lt;/code&gt; and &lt;code&gt;dpkg&lt;/code&gt;, with use cases like system updates, manual &lt;code&gt;.deb&lt;/code&gt; installation, searching for packages, finding file ownership, adding/removing external repositories, and determining which repository provides a package.&lt;/p&gt;</description></item></channel></rss>