<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://dev1galaxy.org/extern.php?action=feed&amp;tid=6843&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Where are repository data files stored?]]></title>
		<link>http://dev1galaxy.org/viewtopic.php?id=6843</link>
		<description><![CDATA[The most recent posts in Where are repository data files stored?.]]></description>
		<lastBuildDate>Mon, 18 Nov 2024 22:55:40 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Where are repository data files stored?]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=53003#p53003</link>
			<description><![CDATA[<div class="quotebox"><cite>Dutch_Master wrote:</cite><blockquote><div><p>In Devuan, like all Debian-based distro&#039;s, you add a repository to the /etc/apt/sources file.</p></div></blockquote></div><p>Some .deb installers, Vivaldi for an example, automatically adds its repository during the installation.</p>]]></description>
			<author><![CDATA[dummy@example.com (Ron)]]></author>
			<pubDate>Mon, 18 Nov 2024 22:55:40 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=53003#p53003</guid>
		</item>
		<item>
			<title><![CDATA[Re: Where are repository data files stored?]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=53001#p53001</link>
			<description><![CDATA[<p>/var/lib/apt/lists = description of all available packages</p><p>/var/lib/dpkg/status&#160; = description of all the packages currently installed</p><p>/var/cache/apt/ = has two binary files, pkgcache.bin and srcpkgcache.bin, if you delete these it will restore synaptic to a state where it&#039;s only showing installed packages instead of all available when next you open it. </p><p>When you update and/or install something new, some of these files will change.</p><p>/var/lib/dpkg/status is handy as you can (carefully) alter some things. I deleted a dependency in a program that demanded I install the Gnome icon set even though it truly didn&#039;t need them. </p><p>Ahh the beauty of Linux, still allowing me to flip the middle finger at Gnome after all these years. <img src="http://dev1galaxy.org/img/smilies/wink.png" width="15" height="15" alt="wink" /></p>]]></description>
			<author><![CDATA[dummy@example.com (greenjeans)]]></author>
			<pubDate>Mon, 18 Nov 2024 22:20:51 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=53001#p53001</guid>
		</item>
		<item>
			<title><![CDATA[Re: Where are repository data files stored?]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=52236#p52236</link>
			<description><![CDATA[<p>Yes <span class="bbc">apt-get update</span> does that. The downloaded &quot;packages&quot; files are kept in <span class="bbc">/var/lib/apt/lists</span></p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Mon, 16 Sep 2024 22:38:51 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=52236#p52236</guid>
		</item>
		<item>
			<title><![CDATA[Re: Where are repository data files stored?]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=52235#p52235</link>
			<description><![CDATA[<p>I think there is a file in /var/cache/apt/pkgcache.bin, it&#039;s 124.2MiB on my box... but I&#039;m not too sure if it&#039;s all the packages available or just the installed packages.</p>]]></description>
			<author><![CDATA[dummy@example.com (GlennW)]]></author>
			<pubDate>Mon, 16 Sep 2024 21:54:13 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=52235#p52235</guid>
		</item>
		<item>
			<title><![CDATA[Re: Where are repository data files stored?]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=52224#p52224</link>
			<description><![CDATA[<p>Yes, I&#039;m aware of /etc/apt/sources.list.d already. What I&#039;m not certain about is the data files downloaded from those repositories. Deleting the text file under apt is surely not going to remove the data from that source? Or does Apt do that automatically?</p>]]></description>
			<author><![CDATA[dummy@example.com (Micronaut)]]></author>
			<pubDate>Mon, 16 Sep 2024 13:18:00 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=52224#p52224</guid>
		</item>
		<item>
			<title><![CDATA[Re: Where are repository data files stored?]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=52216#p52216</link>
			<description><![CDATA[<p>@Micronaut: yes. Google leaves its repository hook-in (i.e. a file) in <span class="bbc">/etc/apt/sources.list.d/</span> and you have to remove it by hand. <span class="bbc">man sources.list</span> has more details.</p><p>EDIT: Google might also have left a PGP key (i.e. another file) in <span class="bbc">/etc/apt/trusted.gpg.d/</span> and you might want to remove that as well. <span class="bbc">man apt-get</span> is a fairly good starting point about that.</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Sun, 15 Sep 2024 21:43:10 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=52216#p52216</guid>
		</item>
		<item>
			<title><![CDATA[Re: Where are repository data files stored?]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=52215#p52215</link>
			<description><![CDATA[<p>Clearly, you&#039;ve missed the memo: <em>Linux is not Win-OS</em>!</p><p>In Devuan, like all Debian-based distro&#039;s, you add a repository to the /etc/apt/sources file. Then add the key to that repo via apt/dpkg, refresh apt via </p><div class="codebox"><pre><code>apt-get update</code></pre></div><p> then install any package from that repo via the normal method </p><div class="codebox"><pre><code>apt-get install &lt;package-name&gt;</code></pre></div><p>Removing it is as simple as </p><div class="codebox"><pre><code>apt-get purge &lt;package-name&gt;</code></pre></div><p>The purge option tells apt to completely remove any traces of the package, including config files and whatever else it installed/used, from your system.</p><p>If you want a GUI to help you out, Synaptic takes your hand, just explore the menu for the correct function.</p><p>You do <strong><em>NOT</em></strong> manipulate a database manually, like some Win-OS users seem to have taught themselves <img src="http://dev1galaxy.org/img/smilies/roll.png" width="15" height="15" alt="roll" /></p>]]></description>
			<author><![CDATA[dummy@example.com (Dutch_Master)]]></author>
			<pubDate>Sun, 15 Sep 2024 21:26:33 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=52215#p52215</guid>
		</item>
		<item>
			<title><![CDATA[Where are repository data files stored?]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=52213#p52213</link>
			<description><![CDATA[<p>Clearly, a local database is kept when you run apt-get update. Where is it stored? If I install a third-party program of some sort, such as Google Chrome, and it adds a repository for itself, is that kept in the same place? And if I later remove this program, what happens to that extra database? Does it get removed automatically? Or do I have to manually delete it somehow?</p>]]></description>
			<author><![CDATA[dummy@example.com (Micronaut)]]></author>
			<pubDate>Sun, 15 Sep 2024 21:09:42 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=52213#p52213</guid>
		</item>
	</channel>
</rss>
