<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>답글 : 리눅스 배포판 업그레이드</title>
	<atom:link href="http://blog.boxcorea.com/wp/archives/110/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.boxcorea.com/wp/archives/110</link>
	<description>Simple is Beautiful!</description>
	<lastBuildDate>Thu, 01 Dec 2011 08:58:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>snowfox가 만듬</title>
		<link>http://blog.boxcorea.com/wp/archives/110/comment-page-1#comment-702</link>
		<dc:creator>snowfox</dc:creator>
		<pubDate>Tue, 15 Sep 2009 06:25:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.boxcorea.com/wp/archives/110#comment-702</guid>
		<description>오래된 배포판을 업그레이드하려면, 레포지터리가 지원되지 않아서 업그레이드가 안된다.
우분투 7.04버젼을 최신 배포판으로 업그레이드하려면, 위 사이트에 나온 커맨드로는 업그레이드 할 수가 없다. apt-get update시 에러가 나기 때문이다.
이때는, /etc/apt/sources.list를 변경한다.

즉, 7.04 guesty 부분을 8.04 hardy부분으로 바꿔준후 업그레이드 커맨드를 날린다.

deb http://kr.archive.ubuntu.com/ubuntu/ hardy main restricted
deb-src http://kr.archive.ubuntu.com/ubuntu/ hardy main restricted


deb http://security.ubuntu.com/ubuntu hardy-security main restricted
deb-src http://security.ubuntu.com/ubuntu hardy-security main restricted
deb http://security.ubuntu.com/ubuntu hardy-security universe
deb-src http://security.ubuntu.com/ubuntu hardy-security universe
deb http://security.ubuntu.com/ubuntu hardy-security multiverse
deb-src http://security.ubuntu.com/ubuntu hardy-security multiverse</description>
		<content:encoded><![CDATA[<p>오래된 배포판을 업그레이드하려면, 레포지터리가 지원되지 않아서 업그레이드가 안된다.<br />
우분투 7.04버젼을 최신 배포판으로 업그레이드하려면, 위 사이트에 나온 커맨드로는 업그레이드 할 수가 없다. apt-get update시 에러가 나기 때문이다.<br />
이때는, /etc/apt/sources.list를 변경한다.</p>
<p>즉, 7.04 guesty 부분을 8.04 hardy부분으로 바꿔준후 업그레이드 커맨드를 날린다.</p>
<p>deb <a href="http://kr.archive.ubuntu.com/ubuntu/" rel="nofollow">http://kr.archive.ubuntu.com/ubuntu/</a> hardy main restricted<br />
deb-src <a href="http://kr.archive.ubuntu.com/ubuntu/" rel="nofollow">http://kr.archive.ubuntu.com/ubuntu/</a> hardy main restricted</p>
<p>deb <a href="http://security.ubuntu.com/ubuntu" rel="nofollow">http://security.ubuntu.com/ubuntu</a> hardy-security main restricted<br />
deb-src <a href="http://security.ubuntu.com/ubuntu" rel="nofollow">http://security.ubuntu.com/ubuntu</a> hardy-security main restricted<br />
deb <a href="http://security.ubuntu.com/ubuntu" rel="nofollow">http://security.ubuntu.com/ubuntu</a> hardy-security universe<br />
deb-src <a href="http://security.ubuntu.com/ubuntu" rel="nofollow">http://security.ubuntu.com/ubuntu</a> hardy-security universe<br />
deb <a href="http://security.ubuntu.com/ubuntu" rel="nofollow">http://security.ubuntu.com/ubuntu</a> hardy-security multiverse<br />
deb-src <a href="http://security.ubuntu.com/ubuntu" rel="nofollow">http://security.ubuntu.com/ubuntu</a> hardy-security multiverse</p>
]]></content:encoded>
	</item>
</channel>
</rss>

