<?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=4878&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Setup & Repo problem]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=4878</link>
		<description><![CDATA[The most recent posts in Setup & Repo problem.]]></description>
		<lastBuildDate>Thu, 10 Feb 2022 14:09:29 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Setup & Repo problem]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=34543#p34543</link>
			<description><![CDATA[<p>software-properties-common is available in devuan repos. </p><p>users don&#039;t usually notice, deb.devuan.org/mirror does all the url rewriting to fetch from debian.</p>]]></description>
			<author><![CDATA[dummy@example.com (xinomilo)]]></author>
			<pubDate>Thu, 10 Feb 2022 14:09:29 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=34543#p34543</guid>
		</item>
		<item>
			<title><![CDATA[Re: Setup & Repo problem]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=34542#p34542</link>
			<description><![CDATA[<p>(apt-add-repository): Ah yes, so I see, cannot even find it in a devuan repo. What a shame, looks like a useful utility, even if only used once.</p><p>I cannot recall having seen a debian url during my daily updates from command-line. Perhaps need to look more closely next time.</p>]]></description>
			<author><![CDATA[dummy@example.com (alexkemp)]]></author>
			<pubDate>Thu, 10 Feb 2022 13:46:02 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=34542#p34542</guid>
		</item>
		<item>
			<title><![CDATA[Re: Setup & Repo problem]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=34541#p34541</link>
			<description><![CDATA[<div class="quotebox"><cite>alexkemp wrote:</cite><blockquote><div><p>Yes. Your sources are wrong, somewhere (should be <span class="bbc">deb.devuan.org</span>, not <span class="bbc">debian</span>).</p></div></blockquote></div><p>not really, unchanged debian packages are fetched from debian repo directly..so nothing wrong there. that package just doesn&#039;t exist, beowulf packages database was very old, needed an `apt update`. </p><div class="quotebox"><cite>alexkemp wrote:</cite><blockquote><div><div class="codebox"><pre><code>apt-add-repository &lt;&lt; current.repos.list</code></pre></div></div></blockquote></div><p>iirc, this (add-apt-repository) needs some extra package (software-properties-common) to work, doesn&#039;t get installed by default, so it&#039;s probably not-existent in most devuan systems. not sure if it works at all tbh, i think it&#039;s more ubuntu/ppa specific..</p>]]></description>
			<author><![CDATA[dummy@example.com (xinomilo)]]></author>
			<pubDate>Thu, 10 Feb 2022 13:30:00 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=34541#p34541</guid>
		</item>
		<item>
			<title><![CDATA[Re: Setup & Repo problem]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=34540#p34540</link>
			<description><![CDATA[<p>Yes. Your sources are wrong, somewhere (should be <span class="bbc">deb.devuan.org</span>, not <span class="bbc">debian</span>) (look at the error msg, not your sources.list).</p><p>Try <span class="bbc">$ apt-cache policy</span> to get the full list, or (to summarise) <span class="bbc">apt-cache policy | awk &#039;/http.*amd64/{print$2}&#039; | sort -u</span>. FWIW, here is my current repository list:</p><div class="codebox"><pre><code>$ grep -h ^deb /etc/apt/sources.list /etc/apt/sources.list.d/*
deb http://deb.devuan.org/merged chimaera main non-free contrib
deb http://deb.devuan.org/merged chimaera-security main non-free contrib
deb http://deb.devuan.org/merged chimaera-updates main non-free contrib
deb http://deb.devuan.org/devuan chimaera-proposed-updates main non-free contrib
deb http://deb.devuan.org/merged chimaera-backports main non-free contrib</code></pre></div><p>Once you are sure of your repository list, and place it into a suitable file (eg &#039;current.repos.list&#039;), the following will setup your repository for you (see <a href="https://stackoverflow.com/questions/8647454/how-can-i-get-a-list-of-repositories-apt-get-is-checking" rel="nofollow">stackoverflow</a>):</p><div class="codebox"><pre><code>apt-add-repository &lt;&lt; current.repos.list</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (alexkemp)]]></author>
			<pubDate>Thu, 10 Feb 2022 13:21:25 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=34540#p34540</guid>
		</item>
		<item>
			<title><![CDATA[Re: Setup & Repo problem]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=34539#p34539</link>
			<description><![CDATA[<p>you need to do `apt update` to sync packages first. there&#039;s no such package in debian repos.</p>]]></description>
			<author><![CDATA[dummy@example.com (xinomilo)]]></author>
			<pubDate>Thu, 10 Feb 2022 10:52:03 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=34539#p34539</guid>
		</item>
		<item>
			<title><![CDATA[Re: Setup & Repo problem]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=34537#p34537</link>
			<description><![CDATA[<p>have you tried installing from the terminal, does it give the same failure ?</p><div class="codebox"><pre><code>sudo apt install gcc g++ gdb geany</code></pre></div><p>maybe do an apt update and dist-upgrade first.</p><div class="codebox"><pre><code>sudo apt update &amp;&amp; sudo apt dist-upgrade</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (hevidevi)]]></author>
			<pubDate>Thu, 10 Feb 2022 10:02:55 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=34537#p34537</guid>
		</item>
		<item>
			<title><![CDATA[Re: Setup & Repo problem]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=34536#p34536</link>
			<description><![CDATA[<p>(Leaving the question for someone that may run into same)</p><p>am now upgrading to Chimaera ...</p>]]></description>
			<author><![CDATA[dummy@example.com (slashmais)]]></author>
			<pubDate>Thu, 10 Feb 2022 06:44:11 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=34536#p34536</guid>
		</item>
		<item>
			<title><![CDATA[Setup & Repo problem]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=34534#p34534</link>
			<description><![CDATA[<p>after beowulf new install from livecd</p><p>Using synaptic to install gcc/g++/gdb/geany and got:</p><div class="codebox"><pre><code>W: Failed to fetch http://deb.debian.org/debian/pool/main/l/linux/linux-libc-dev_4.19.118-2_amd64.deb
     404  Not Found [IP: 151.101.226.132 80]</code></pre></div><p>I suspect the default repos in apt sources to be wrong? current is:</p><div class="codebox"><pre><code>deb http://deb.devuan.org/merged beowulf main  
deb http://deb.devuan.org/merged beowulf-updates main  
deb http://deb.devuan.org/merged beowulf-security main</code></pre></div><p>Any ideas?</p>]]></description>
			<author><![CDATA[dummy@example.com (slashmais)]]></author>
			<pubDate>Thu, 10 Feb 2022 06:35:16 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=34534#p34534</guid>
		</item>
	</channel>
</rss>
