<?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=4907&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [SOLVED] in which (cache) folder are installed packages]]></title>
		<link>http://dev1galaxy.org/viewtopic.php?id=4907</link>
		<description><![CDATA[The most recent posts in [SOLVED] in which (cache) folder are installed packages.]]></description>
		<lastBuildDate>Thu, 24 Feb 2022 13:58:39 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [SOLVED] in which (cache) folder are installed packages]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=34891#p34891</link>
			<description><![CDATA[<p>@ chris2be8<br />Thank you, Chris!<br />This worked!</p><p>btw, &#039;ains&#039; and &#039;armv&#039; are aliases.</p><p>@Head_on_a_Stick<br />Thank you! Read it, bookmarked it!</p><p>@GlennW<br />Thank you! I rarely use &#039;synaptic&#039; so will check those lines in &#039;/etc/apt/apt.conf&#039;.<br />For the record, I looked in &#039;/var/cache/apt/&#039; before writing this post and there were 10-12 packages only (which is far from the number of packages I installed after OS installation) and of course those I mentioned were not there.</p><p>p.s. Well...</p><div class="codebox"><pre><code>cat /etc/apt/apt.conf
cat: /etc/apt/apt.conf: No such file or directory</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (amaro)]]></author>
			<pubDate>Thu, 24 Feb 2022 13:58:39 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=34891#p34891</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] in which (cache) folder are installed packages]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=34873#p34873</link>
			<description><![CDATA[<p>Hi, the apt cache is in /var/cache/apt/</p><p>In Synaptic (package manager) there is a switch (tick box) for keeping cached items, settings/preferences/files/temporary-files.</p><p>It won&#039;t empty the cache automagically.</p><p>So if your /var folder is large enough you may leave the cached packages there or copy them for archiving.</p><p>I hope this helps you. All the best.</p><p>&lt;edit&gt;<br />If you use aptitude (package manager) in the file: /etc/apt/apt.conf </p><p>there is 2 lines you could toggle to false...</p><div class="codebox"><pre><code>Aptitude::Autoclean-After-Update &quot;true&quot;;
Aptitude::Clean-After-Install &quot;true&quot;;</code></pre></div><p>I have little experience with aptitude. ymmv<br />&lt;/edit&gt;</p>]]></description>
			<author><![CDATA[dummy@example.com (GlennW)]]></author>
			<pubDate>Wed, 23 Feb 2022 22:30:05 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=34873#p34873</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] in which (cache) folder are installed packages]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=34869#p34869</link>
			<description><![CDATA[<p>Required reading: <a href="https://forums.debian.net/viewtopic.php?f=16&amp;t=104157" rel="nofollow">https://forums.debian.net/viewtopic.php?f=16&amp;t=104157</a></p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Wed, 23 Feb 2022 17:09:17 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=34869#p34869</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] in which (cache) folder are installed packages]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=34867#p34867</link>
			<description><![CDATA[<p>thank you, hevidevi!</p><p>this not keeping cached packages seems to be the default policy<br />after removing &#039;libreoffice&#039; two &#039;gstreamer&#039; packages and some other related to them packages were removed too <br />so I had to install them again and again they were labeled as NEW and downloaded again <br />which means there is no cached packages folder where they can be retrieved from </p><div class="codebox"><pre><code>ains gstreamer1.0-gtk3 gstreamer1.0-plugins-ugly
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following additional packages will be installed:
  liba52-0.7.4 libmpeg2-4 libopencore-amrnb0 libopencore-amrwb0 libsidplay1v5
Suggested packages:
  sidplay-base
The following NEW packages will be installed:
  gstreamer1.0-gtk3 gstreamer1.0-plugins-ugly liba52-0.7.4 libmpeg2-4 libopencore-amrnb0
  libopencore-amrwb0 libsidplay1v5
0 upgraded, 7 newly installed, 0 to remove and 31 not upgraded.
Need to get 2,085 kB of archives.</code></pre></div><p>this is the only &quot;flaw&quot; I have come across for the two weeks I have been using Devuan<br />I guess to logic behind this is that everything runs smoothly once you get the system according to your liking (so why keeping cached old packages)</p>]]></description>
			<author><![CDATA[dummy@example.com (amaro)]]></author>
			<pubDate>Wed, 23 Feb 2022 17:06:26 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=34867#p34867</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] in which (cache) folder are installed packages]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=34865#p34865</link>
			<description><![CDATA[<p>I&#039;ve not used <span class="bbc">armv</span> and <span class="bbc">ains</span> but if they work like <span class="bbc">apt</span> then installing the ones you wanted to keep before removing ristretto would mark them not to to be removed when the meta package they were par of is removed.</p><p>So the process would be:<br />Test removing ristretto (either do a simulate run or reply &#039;n&#039; to the prompt).<br />Install the packages you want to keep. This should only mark them as wanted.<br />Remove ristretto (check the list of packages to be removed *before* replying &#039;y&#039;).</p><p>That *should* stop anything needing to be re-downloaded.</p><p>Chris</p>]]></description>
			<author><![CDATA[dummy@example.com (chris2be8)]]></author>
			<pubDate>Wed, 23 Feb 2022 17:01:59 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=34865#p34865</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] in which (cache) folder are installed packages]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=34861#p34861</link>
			<description><![CDATA[<p>You just need to be aware of various installation methods. If you dont want stupid meta package issues you need to do a minimal install and make sure you use the flag --no-install-recommends to avoid issues such as this.</p>]]></description>
			<author><![CDATA[dummy@example.com (hevidevi)]]></author>
			<pubDate>Wed, 23 Feb 2022 14:04:31 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=34861#p34861</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] in which (cache) folder are installed packages]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=34860#p34860</link>
			<description><![CDATA[<p>Hello everybody!</p><p>Removed &#039;ristretto&#039; and was surprised with a lot of packages that go with it</p><div class="codebox"><pre><code>armv ristretto
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following packages will be REMOVED:
  hddtemp libxnvctrl0 ristretto xfburn xfce4-battery-plugin xfce4-clipman xfce4-clipman-plugin
  xfce4-cpufreq-plugin xfce4-cpugraph-plugin xfce4-datetime-plugin xfce4-dict
  xfce4-diskperf-plugin xfce4-fsguard-plugin xfce4-genmon-plugin xfce4-goodies
  xfce4-mailwatch-plugin xfce4-netload-plugin xfce4-places-plugin xfce4-screenshooter
  xfce4-sensors-plugin xfce4-smartbookmark-plugin xfce4-systemload-plugin xfce4-taskmanager
  xfce4-timer-plugin xfce4-verve-plugin xfce4-wavelan-plugin xfce4-weather-plugin
  xfce4-whiskermenu-plugin xfce4-xkb-plugin
0 upgraded, 0 newly installed, 29 to remove and 57 not upgraded.
After this operation, 23.6 MB disk space will be freed.
Do you want to continue? [Y/n] y</code></pre></div><p>Decided to reinstall the ones I use</p><div class="codebox"><pre><code>ains xfce4-weather-plugin xfce4-xkb-plugin xfce4-datetime-plugin
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following NEW packages will be installed:
  xfce4-datetime-plugin xfce4-weather-plugin xfce4-xkb-plugin
0 upgraded, 3 newly installed, 0 to remove and 57 not upgraded.
Need to get 3,068 kB of archives.
After this operation, 7,682 kB of additional disk space will be used.
Get:1 http://devuan.ipacct.com/devuan/merged chimaera/main i386 xfce4-datetime-plugin i386 0.8.1-1 [37.4 kB]
Get:2 http://devuan.ipacct.com/devuan/merged chimaera/main i386 xfce4-weather-plugin i386 0.11.0-1 [2,560 kB]
Get:3 http://devuan.ipacct.com/devuan/merged chimaera/main i386 xfce4-xkb-plugin i386 1:0.8.2-1 [470 kB]
Fetched 3,068 kB in 1s (2,179 kB/s)</code></pre></div><p>Surprised that these packages are seen as NEW and will have to be downloaded again.<br />Why are these packages not in some cache folder?<br />After all I did not purge them.</p>]]></description>
			<author><![CDATA[dummy@example.com (amaro)]]></author>
			<pubDate>Wed, 23 Feb 2022 13:53:44 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=34860#p34860</guid>
		</item>
	</channel>
</rss>
