<?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=2356&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / downloaded .debs have url escape code in name?! [SOLVED]]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=2356</link>
		<description><![CDATA[The most recent posts in downloaded .debs have url escape code in name?! [SOLVED].]]></description>
		<lastBuildDate>Mon, 10 Sep 2018 02:19:15 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: downloaded .debs have url escape code in name?! [SOLVED]]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=11717#p11717</link>
			<description><![CDATA[<p>Thank you, yeti and fsmithred. Good to know this is just how it is. I thought something in my <span class="bbc">/etc/apt/apt.conf.d/</span> or <span class="bbc">/etc/apt/preferences.d/</span> was broken.</p><p>Then my guess then is that it is either this way by design (for some reason unknown to me) or else it&#039;s a minor bug that&#039;s only cosmetic.</p><p>At any rate, I booted an old Debian 8 partition, downloaded ffmpeg, installed it, and checked the installed version. There are no url escape codes in the version that <span class="bbc">apt</span> reports being installed. (I guess this is not surprising since <span class="bbc">apt</span> gets version number from package&#039;s <span class="bbc">/DEBIAN/control</span> file and not from the name of the <span class="bbc">.deb</span> file.) No harm, no foul.</p><div class="codebox"><pre><code>bruno@thinkpad8:~/Desktop$ apt-get download ffmpeg
Get:1 http://ftp.us.debian.org/debian/ jessie-backports/main ffmpeg amd64 7:3.2.10-1~deb9u1~bpo8+1 [1,535 kB]
Fetched 1,535 kB in 0s (1,537 kB/s)

bruno@thinkpad8:~/Desktop$ ls
ffmpeg_7%3a3.2.10-1~deb9u1~bpo8+1_amd64.deb # note the &#039;%3a&#039;

bruno@thinkpad8:~/Desktop$ sudo gdebi ./ffmpeg_7%3a3.2.10-1~deb9u1~bpo8+1_amd64.deb 
# installation proceeds normally

bruno@thinkpad8:~/Desktop$ apt list --installed ffmpeg
Listing... Done
ffmpeg/jessie-backports,now 7:3.2.10-1~deb9u1~bpo8+1 amd64 [installed] # note the &#039;:&#039;</code></pre></div><p>Sorry for the noise, but when I first noticed this it was completely unexpected.</p>]]></description>
			<author><![CDATA[dummy@example.com (GNUser)]]></author>
			<pubDate>Mon, 10 Sep 2018 02:19:15 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=11717#p11717</guid>
		</item>
		<item>
			<title><![CDATA[Re: downloaded .debs have url escape code in name?! [SOLVED]]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=11716#p11716</link>
			<description><![CDATA[<p>They look like that in /var/cache/apt/archives, too. I always assumed it was normal.</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Sun, 09 Sep 2018 23:14:42 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=11716#p11716</guid>
		</item>
		<item>
			<title><![CDATA[Re: downloaded .debs have url escape code in name?! [SOLVED]]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=11714#p11714</link>
			<description><![CDATA[<div class="codebox"><pre><code>$ lsb_release -sir
Debian
9.5
$ apt download ffmpeg xserver-common
Get:1 http://ftp.de.debian.org/debian stretch/main amd64 xserver-common all 2:1.19.2-1+deb9u2 [2059 kB]
Get:2 http://security.debian.org/debian-security stretch/updates/main amd64 ffmpeg amd64 7:3.2.12-1~deb9u1 [1532 kB]
Fetched 3591 kB in 2s (1458 kB/s)                                        
$ ls -1
ffmpeg_7%3a3.2.12-1~deb9u1_amd64.deb
xserver-common_2%3a1.19.2-1+deb9u2_all.deb</code></pre></div><p>It does not screw up Debian.<br />So probably its not a problem in Devuan too.</p>]]></description>
			<author><![CDATA[dummy@example.com (yeti)]]></author>
			<pubDate>Sun, 09 Sep 2018 23:01:03 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=11714#p11714</guid>
		</item>
		<item>
			<title><![CDATA[downloaded .debs have url escape code in name?! [SOLVED]]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=11713#p11713</link>
			<description><![CDATA[<p>When I download packages that contain a colon in the version number (e.g., <span class="bbc">ffmpeg 7:3.2.10-1~deb9u1</span> or <span class="bbc">xserver-common 2:1.19.2-1+deb9u2</span>), the downloaded package name contains <span class="bbc">%3a</span> where I was expecting <span class="bbc">:</span>. </p><div class="codebox"><pre><code>bruno@thinkpad:~/Desktop$ apt download ffmpeg xserver-common
Get:1 http://gnuser.ddns.net/devuan/merged ascii/main amd64 ffmpeg amd64 7:3.2.10-1~deb9u1 [1,530 kB]
Get:2 http://gnuser.ddns.net/devuan/merged ascii/main amd64 xserver-common all 2:1.19.2-1+deb9u2 [2,059 kB]
Fetched 3,589 kB in 4s (784 kB/s)           
bruno@thinkpad:~/Desktop$ ls
ffmpeg_7%3a3.2.10-1~deb9u1_amd64.deb
xserver-common_2%3a1.19.2-1+deb9u2_all.deb</code></pre></div><p>Using <span class="bbc">apt-get download</span> instead of <span class="bbc">apt download</span> makes no difference.</p><p>Is this expected behavior, an upstream bug, or symptom of some misconfiguration on my system? (Internet searches have come up dry.)</p>]]></description>
			<author><![CDATA[dummy@example.com (GNUser)]]></author>
			<pubDate>Sun, 09 Sep 2018 19:53:43 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=11713#p11713</guid>
		</item>
	</channel>
</rss>
