<?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=3041&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [solved] vpgrp/devuan docker image]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=3041</link>
		<description><![CDATA[The most recent posts in [solved] vpgrp/devuan docker image.]]></description>
		<lastBuildDate>Fri, 06 Sep 2019 14:10:41 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [solved] vpgrp/devuan docker image]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=17701#p17701</link>
			<description><![CDATA[<p>after <strong>apt-get update</strong> I&#039;ve a new error but I think the cause is the same</p><div class="codebox"><pre><code>root@4281eb6b4506:/# apt-get update
Get:1 http://mirror.vpgrp.io/devuan ascii InRelease [439 kB]
Get:2 http://mirror.vpgrp.io/devuan ascii-updates InRelease [150 kB]
Get:3 http://mirror.vpgrp.io/devuan ascii-backports InRelease [150 kB]
Get:4 http://mirror.vpgrp.io/devuan ascii-security InRelease [143 kB]
Get:5 http://mirror.vpgrp.io/devuan ascii/main amd64 Packages [80.9 kB]
Get:6 http://mirror.vpgrp.io/devuan ascii-updates/main amd64 Packages [2000 B]
Get:7 http://mirror.vpgrp.io/devuan ascii-backports/main amd64 Packages [2604 B]
Get:8 http://mirror.vpgrp.io/devuan ascii-security/main amd64 Packages [6928 B]
Fetched 974 kB in 1s (599 kB/s)    
Reading package lists... Done
root@4281eb6b4506:/# apt-get install wget
Reading package lists... Done
Building dependency tree... Done
Package wget is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package &#039;wget&#039; has no installation candidate</code></pre></div><p>follow <strong>apt-cache policy</strong> output</p><div class="codebox"><pre><code>root@4281eb6b4506:/# apt-cache policy
Package files:
 100 /var/lib/dpkg/status
     release a=now
 500 http://mirror.vpgrp.io/devuan ascii-security/main amd64 Packages
     release v=2.0,o=None,a=ascii-security,n=None,l=None,c=main,b=amd64
     origin mirror.vpgrp.io
 100 http://mirror.vpgrp.io/devuan ascii-backports/main amd64 Packages
     release v=2.0.0,o=Devuan,a=ascii-backports,n=ascii,l=ascii-backports,c=main,b=amd64
     origin mirror.vpgrp.io
 500 http://mirror.vpgrp.io/devuan ascii-updates/main amd64 Packages
     release v=2.0.0,o=Devuan,a=ascii-updates,n=ascii,l=ascii-updates,c=main,b=amd64
     origin mirror.vpgrp.io
 500 http://mirror.vpgrp.io/devuan ascii/main amd64 Packages
     release v=2.0.0,o=Devuan,a=ascii,n=ascii,l=ascii,c=main,b=amd64
     origin mirror.vpgrp.io
Pinned packages:</code></pre></div><p>after that, I executed</p><div class="codebox"><pre><code>echo deb http://deb.devuan.org/merged ascii          main &gt;&gt;/etc/apt/sources.list
apt-get update</code></pre></div><p>now <strong>wget</strong> and <strong>libgtk2.0-dev</strong> are correctly installed</p><p>I don&#039;t know if replacing the content of /etc/apt/sources.list with</p><div class="codebox"><pre><code>deb http://deb.devuan.org/merged ascii          main
deb http://deb.devuan.org/merged ascii-updates  main
deb http://deb.devuan.org/merged ascii-security main</code></pre></div><p>is a good or a bad idea...</p><p>I&#039;ve another question: does exists an official devuan docker image?</p>]]></description>
			<author><![CDATA[dummy@example.com (nomorelogic)]]></author>
			<pubDate>Fri, 06 Sep 2019 14:10:41 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=17701#p17701</guid>
		</item>
		<item>
			<title><![CDATA[Re: [solved] vpgrp/devuan docker image]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=17700#p17700</link>
			<description><![CDATA[<p>And another reality check: you did run an <strong>apt-get update</strong> before trying to install any packages?<br />What does <strong>apt-cache policy</strong> get you?</p><p>You can go visit that main url from sources.list, and check if the packages exist. However, they are using <a href="http://mirror.vpgrp.io/devuan/amprolla.txt" rel="nofollow">amprolla</a> just like the main Devuan repos, so they are proxying all the Debian contents that don&#039;t need to be customized for our distro.</p>]]></description>
			<author><![CDATA[dummy@example.com (bgstack15)]]></author>
			<pubDate>Fri, 06 Sep 2019 13:39:56 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=17700#p17700</guid>
		</item>
		<item>
			<title><![CDATA[Re: [solved] vpgrp/devuan docker image]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=17687#p17687</link>
			<description><![CDATA[<p>hi bgstack15<br />follow file contents</p><p>/etc/apt/sources.list</p><div class="codebox"><pre><code>deb http://mirror.vpgrp.io/devuan ascii main
deb http://mirror.vpgrp.io/devuan ascii-updates main
deb http://mirror.vpgrp.io/devuan ascii-backports main
deb http://mirror.vpgrp.io/devuan ascii-security main</code></pre></div><p>in /etc/apt/sources.list.d/ I can&#039;t find any file</p><p>nomorelogic</p>]]></description>
			<author><![CDATA[dummy@example.com (nomorelogic)]]></author>
			<pubDate>Thu, 05 Sep 2019 22:17:21 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=17687#p17687</guid>
		</item>
		<item>
			<title><![CDATA[Re: [solved] vpgrp/devuan docker image]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=17682#p17682</link>
			<description><![CDATA[<p>Can you show us the contents of /etc/apt/sources.list and any files underneath /etc/apt/sources.list.d/ ?</p>]]></description>
			<author><![CDATA[dummy@example.com (bgstack15)]]></author>
			<pubDate>Thu, 05 Sep 2019 12:21:42 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=17682#p17682</guid>
		</item>
		<item>
			<title><![CDATA[[solved] vpgrp/devuan docker image]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=17680#p17680</link>
			<description><![CDATA[<p>hi all</p><p>I&#039;m new with devuan and I&#039;d like to make my custom devuan docker image.<br />The docker image I use to start my customization is vpgrp/devuan but I&#039;ve some problems</p><p>1) unable to install wget:</p><div class="codebox"><pre><code>root@311049c9574d:/home# apt-get install wget
Reading package lists... Done
Building dependency tree... Done
E: Unable to locate package wget</code></pre></div><p>2) unable to install libgtk2.0-dev</p><div class="codebox"><pre><code>apt-get install libgtk2.0-dev
Reading package lists... Done
Building dependency tree... Done
E: Unable to locate package libgtk2.0-dev
E: Couldn&#039;t find any package by glob &#039;libgtk2.0-dev&#039;
E: Couldn&#039;t find any package by regex &#039;libgtk2.0-dev&#039;</code></pre></div><p>Can anyone help me?<br />Thanks in advance</p><p>nomorelogic</p>]]></description>
			<author><![CDATA[dummy@example.com (nomorelogic)]]></author>
			<pubDate>Thu, 05 Sep 2019 09:03:20 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=17680#p17680</guid>
		</item>
	</channel>
</rss>
