<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>experimental &#8211; richliu&#039;s blog</title>
	<atom:link href="https://richliu.com/tag/experimental/feed/" rel="self" type="application/rss+xml" />
	<link>https://richliu.com</link>
	<description>Linux, 工作, 生活, 家人</description>
	<lastBuildDate>Mon, 30 Apr 2018 16:02:29 +0000</lastBuildDate>
	<language>zh-TW</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>Debian 使用 backports 和 experimental 的方法</title>
		<link>https://richliu.com/2018/05/01/2278/debian-%e4%bd%bf%e7%94%a8-backports-%e5%92%8c-experimental-%e7%9a%84%e6%96%b9%e6%b3%95/</link>
					<comments>https://richliu.com/2018/05/01/2278/debian-%e4%bd%bf%e7%94%a8-backports-%e5%92%8c-experimental-%e7%9a%84%e6%96%b9%e6%b3%95/#respond</comments>
		
		<dc:creator><![CDATA[richliu]]></dc:creator>
		<pubDate>Mon, 30 Apr 2018 16:02:29 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[backports]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[experimental]]></category>
		<guid isPermaLink="false">https://richliu.com/?p=2278</guid>

					<description><![CDATA[<p>Debian stable 的套件都很舊, 有時候要找新一點的 binary 時, 就需要用到 backpor [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://richliu.com/2018/05/01/2278/debian-%e4%bd%bf%e7%94%a8-backports-%e5%92%8c-experimental-%e7%9a%84%e6%96%b9%e6%b3%95/">Debian 使用 backports 和 experimental 的方法</a> appeared first on <a rel="nofollow" href="https://richliu.com">richliu&#039;s blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Debian stable 的套件都很舊, 有時候要找新一點的 binary 時, 就需要用到 backports 或是 experimental<br />
<span id="more-2278"></span><br />
首先要在 /etc/apt/sources.list 加入 backports 的來源, 以 Debian 9 Stretch 為例,<br />
註: 用$(lsb_release -sc) 比較好, 但是有時會忘了裝這個套件, lsb_release 在 lsb-release 套件內</p>
<pre lang="text">
deb http://ftp.debian.org/debian stretch-backports main contrib non-free

deb http://deb.debian.org/debian experimental main contrib non-free
</pre>
<p>然後要 Update data base </p>
<pre lang="bash">
$ sudo apt update 
</pre>
<p>Debian 預設不會安裝 backports 或是 experimental 的套件, 安裝必須指定要用 backports 或 experimental , 例如</p>
<pre lang="bash">
$ sudo apt install -t stretch-backports dpdk 
$ sudo apt install -t experimental dpdk 
</pre>
<p>列出所有套件</p>
<pre lang="bash">
$ aptitude search -t $(lsb_release -sc)-backports -F '%p %v -> %V' '~U ~Abackports'
# aptitude search -t experimental -F '%p %v -> %V' '~U ~Abackports'
</pre>
<p>ref.<br />
<a href="https://askubuntu.com/questions/313806/how-to-list-available-backport-upgrades" rel="noopener" target="_blank">How to list available backport upgrades</a><br />
<a href="https://wiki.debian.org/Backports" rel="noopener" target="_blank">Backports</a><br />
<a href="https://wiki.debian.org/DebianExperimental" rel="noopener" target="_blank">DebianExperimental</a></p>
<p>The post <a rel="nofollow" href="https://richliu.com/2018/05/01/2278/debian-%e4%bd%bf%e7%94%a8-backports-%e5%92%8c-experimental-%e7%9a%84%e6%96%b9%e6%b3%95/">Debian 使用 backports 和 experimental 的方法</a> appeared first on <a rel="nofollow" href="https://richliu.com">richliu&#039;s blog</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://richliu.com/2018/05/01/2278/debian-%e4%bd%bf%e7%94%a8-backports-%e5%92%8c-experimental-%e7%9a%84%e6%96%b9%e6%b3%95/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
