<?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=2814&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [Solved] apt sources list retrieve?]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=2814</link>
		<description><![CDATA[The most recent posts in [Solved] apt sources list retrieve?.]]></description>
		<lastBuildDate>Mon, 29 Apr 2019 19:33:03 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [Solved] apt sources list retrieve?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=15758#p15758</link>
			<description><![CDATA[<p>Hello:</p><div class="quotebox"><cite>Head_on_a_Stick wrote:</cite><blockquote><div><p>Try ...</p></div></blockquote></div><p>Neat ...&#160; &#160;=-D!</p><p>Thanks for the tip.</p><p>A.</p>]]></description>
			<author><![CDATA[dummy@example.com (Altoid)]]></author>
			<pubDate>Mon, 29 Apr 2019 19:33:03 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=15758#p15758</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] apt sources list retrieve?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=15756#p15756</link>
			<description><![CDATA[<p>Try</p><div class="codebox"><pre><code># apt edit-sources</code></pre></div><p>That will open /etc/apt/sources.list in the editor of your choice and check the syntax before saving the file so you don&#039;t make any mistakes.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Mon, 29 Apr 2019 19:22:31 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=15756#p15756</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] apt sources list retrieve?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=15740#p15740</link>
			<description><![CDATA[<p>Hello:</p><div class="quotebox"><cite>ralph.ronnquist wrote:</cite><blockquote><div><p>... can&#039;t really install such a configuration without already having a configuration ...</p></div></blockquote></div><p>Indeed !!!&#160; LoL<br />Only after a good while did I realise how dumb my question was.<br />ie:<br />You have to know where the source is to know where the source is.<br />A chicken or egg? thing.&#160; &#160;8-/</p><p>So when I got home I cp&#039;d the sources.list file from my other desktop setup to <span class="bbc">/etc/apt</span> and that was it.&#160; &#160;</p><div class="quotebox"><cite>ralph.ronnquist wrote:</cite><blockquote><div><p>... <strong>assuming your can trust it</strong> ...</p></div></blockquote></div><p>Hmmm ...<br />For all my Devuan things I trust <em>only</em> Devuan sources.<br />Or ones that have been adequately verified by other derived distributions/groups.</p><div class="quotebox"><cite>ralph.ronnquist wrote:</cite><blockquote><div><p>... of <span class="bbu">highest importance security-wise</span> that the machine administrator knows exactly what the &quot;apt sub system&quot; configuration is.<br />There is no escape from putting enough cognitive effort into learning it.</p></div></blockquote></div><p>Quite so ...<br />For all my Linux experiences, I have (almost) always used synaptic, but with this installation on my trusty 1000HE, I have been rather enjoying the command line once again.<br />Reminds me of my long gone DOS days and hopefully I&#039;ll be able to pick up the pace soon enough.</p><div class="quotebox"><cite>ralph.ronnquist wrote:</cite><blockquote><div><p>... includes the &quot;pinning&quot; aspect, which is configured in the <span class="bbc">/etc/apt/preferences.d/*</span> files, and the &quot;general apt parameters&quot; of <span class="bbc">/etc/apt/apt.conf</span> and the <span class="bbc">/etc/apt/apt.conf.d/*</span> files.</p></div></blockquote></div><p>Right. Duly noted, thanks for the heads up.<br />Hopefully I&#039;ll one day be able to do anything on the command line in Linux.&#160; =-)</p><div class="quotebox"><cite>ralph.ronnquist wrote:</cite><blockquote><div><p>... devised at a time when the nuances of &quot;trust&quot; were less developed ...<br />... totally off parity with its importance.</p></div></blockquote></div><p><em>Maybe</em> that will change one day, if we all put enough behind that notion.<br />There&#039;s too much bad influence out there, convenience seems to have become <em>the</em> word.</p><p>Thanks for your input.</p><p>A.</p>]]></description>
			<author><![CDATA[dummy@example.com (Altoid)]]></author>
			<pubDate>Sun, 28 Apr 2019 17:47:48 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=15740#p15740</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] apt sources list retrieve?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=15732#p15732</link>
			<description><![CDATA[<p>Display is possible e.g. with:</p><div class="codebox"><pre><code>grep -v &#039;^#\|^$&#039; /etc/apt/sources.list{,.d/*}</code></pre></div><p>Rolf</p>]]></description>
			<author><![CDATA[dummy@example.com (rolfie)]]></author>
			<pubDate>Sun, 28 Apr 2019 06:12:43 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=15732#p15732</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] apt sources list retrieve?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=15731#p15731</link>
			<description><![CDATA[<p>As you know, the file <span class="bbc">/etc/apt/sources.list</span> and all the files <span class="bbc">/etc/apt/sources.list.d/*.list</span> together form a configuration for <span class="bbc">apt-get</span> (or &quot;the apt sub system&quot;), so that it knows which <span class="bbu">repositories</span>, and which <span class="bbu">sections</span> in those it should access. Thus, you can&#039;t really install such a configuration without already having a configuration, which kind of makes this a circular thought.</p><p>But there are utilities that can produce different <span class="bbc">source.list</span> files for different distribution flavours, and that might be useful initially. Use your favourite WWW search engine to find a good one if you like. Typically you make a few selections of what to include and what not, then, <strong>assuming your can trust it</strong>, you download the result and place into your <span class="bbc">sources.list</span>.</p><p>However, I would say it is of <span class="bbu">highest importance security-wise</span> that the machine administrator knows exactly what the &quot;apt sub system&quot; configuration is. There is no escape from putting enough cognitive effort into learning it. This also includes the &quot;pinning&quot; aspect, which is configured in the <span class="bbc">/etc/apt/preferences.d/*</span> files, and the &quot;general apt parameters&quot; of <span class="bbc">/etc/apt/apt.conf</span> and the <span class="bbc">/etc/apt/apt.conf.d/*</span> files.</p><p>Unfortunately the apt sub system was devised at a time when the nuances of &quot;trust&quot; were less developed; the ease by which it can be changed, even by vendors as you install their distributed packages, is totally off parity with its importance.</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Sun, 28 Apr 2019 00:43:46 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=15731#p15731</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] apt sources list retrieve?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=15730#p15730</link>
			<description><![CDATA[<div class="codebox"><pre><code># nano /etc/apt/sources.list</code></pre></div><p>Or your text editor of choice.&#160; You can also edit with synaptic.</p>]]></description>
			<author><![CDATA[dummy@example.com (golinux)]]></author>
			<pubDate>Sun, 28 Apr 2019 00:25:42 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=15730#p15730</guid>
		</item>
		<item>
			<title><![CDATA[[Solved] apt sources list retrieve?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=15728#p15728</link>
			<description><![CDATA[<p>Hello:</p><p>Is there a way to retrieve the /etc/apt/sources.list file from the command line?</p><p>Something like this:</p><div class="codebox"><pre><code># apt-get install sources.list   &lt;- just an idea, I know it does not work</code></pre></div><p>Or do I have to jed and edit sources.list by hand?</p><p>Thanks in advance.</p><p>A.</p>]]></description>
			<author><![CDATA[dummy@example.com (Altoid)]]></author>
			<pubDate>Sat, 27 Apr 2019 22:49:16 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=15728#p15728</guid>
		</item>
	</channel>
</rss>
