<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=7769&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / remove all packages that game with a program?]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=7769</link>
		<description><![CDATA[The most recent posts in remove all packages that game with a program?.]]></description>
		<lastBuildDate>Wed, 28 Jan 2026 12:08:11 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: remove all packages that game with a program?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=61604#p61604</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>Or do I need an extra flag to get rid of the packages that came as a dependency of okular?</p></div></blockquote></div><p>Use <strong>apt remove --purge okular</strong> then <strong>apt autoremove --purge</strong> when it tells you that the autoremove command can be used to remove package that are no longer required since you removed the okular. Oh when installing software you should always use <strong>apt install -s okular</strong> that will show you that you are about to install a whole extra bunch of packages to get the single program you want. If that is acceptable to you then you can remove the -s in the line to not just simulate the installing but actually do the installing.</p>]]></description>
			<author><![CDATA[dummy@example.com (RedGreen925)]]></author>
			<pubDate>Wed, 28 Jan 2026 12:08:11 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=61604#p61604</guid>
		</item>
		<item>
			<title><![CDATA[Re: remove all packages that game with a program?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=61603#p61603</link>
			<description><![CDATA[<p>Generally you want both &#039;autoremove&#039; to remove unneeded dependencies, and &#039;purge&#039; to remove preserved configuration files. e.g. &#039;apt autoremove --purge okular&#039;. IIRC the inverse &#039;apt purge --autoremove foo&#039; would also work.</p><p>Some packages that were installed as dependencies may not be (auto)removed if they are also suggests or recommends from other packages still installed, depending on how you have configured apt (see apt-get manual &amp; debian documentation for details).</p>]]></description>
			<author><![CDATA[dummy@example.com (steve_v)]]></author>
			<pubDate>Wed, 28 Jan 2026 12:01:13 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=61603#p61603</guid>
		</item>
		<item>
			<title><![CDATA[remove all packages that game with a program?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=61601#p61601</link>
			<description><![CDATA[<p>OK, should know that, I guess.<br />I just installed okular with:</p><div class="codebox"><pre><code>apt-get install okular</code></pre></div><p>As I didn&#039;t noticed that is a KDE program, I just got a whole bunch of extra packages.<br />And a Openbox sub-menu flowded with 11 entries of okular.</p><p>So to remove okular with all packages that came with it:</p><div class="codebox"><pre><code>apt-get purge okular</code></pre></div><p>Or do I need an extra flag to get rid of the packages that came as a dependency of okular?</p>]]></description>
			<author><![CDATA[dummy@example.com (mclien)]]></author>
			<pubDate>Wed, 28 Jan 2026 10:24:52 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=61601#p61601</guid>
		</item>
	</channel>
</rss>
