<?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>Red Hat Linux 9 で yum を使う へのコメント</title>
	<atom:link href="http://futuremix.org/2004/01/yum/feed" rel="self" type="application/rss+xml" />
	<link>http://futuremix.org/2004/01/yum</link>
	<description>津田ふみかの日記・言想風景改め未来模景。 Remix The Future.</description>
	<lastBuildDate>Sun, 28 Feb 2010 11:34:05 +0900</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>zeek's web memo pads より</title>
		<link>http://futuremix.org/2004/01/yum/comment-page-1#comment-104</link>
		<dc:creator>zeek's web memo pads</dc:creator>
		<pubDate>Wed, 26 Jan 2005 08:51:07 +0000</pubDate>
		<guid isPermaLink="false">http://futuremix.org/2004/01/yum#comment-104</guid>
		<description>&lt;strong&gt;Redhat9のアップデート&lt;/strong&gt;

Redhat9のアップデートのしかたがかいてあるサイト樣

http://www.stackasterisk.jp/tech/systemManagement/fedoralegacy01_02.jsp#5
http://www.stackasterisk.jp/tech/systemConstruction/fc01_04.jsp#5_2

特に今回利用したのは、apt-getではなくyumでしたので、
...
</description>
		<content:encoded><![CDATA[<p><strong>Redhat9のアップデート</strong></p>
<p>Redhat9のアップデートのしかたがかいてあるサイト樣</p>
<p><a href="http://www.stackasterisk.jp/tech/systemManagement/fedoralegacy01_02.jsp#5" rel="nofollow">http://www.stackasterisk.jp/tech/systemManagement/fedoralegacy01_02.jsp#5</a><br />
<a href="http://www.stackasterisk.jp/tech/systemConstruction/fc01_04.jsp#5_2" rel="nofollow">http://www.stackasterisk.jp/tech/systemConstruction/fc01_04.jsp#5_2</a></p>
<p>特に今回利用したのは、apt-getではなくyumでしたので、<br />
&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>zeek より</title>
		<link>http://futuremix.org/2004/01/yum/comment-page-1#comment-103</link>
		<dc:creator>zeek</dc:creator>
		<pubDate>Wed, 26 Jan 2005 08:45:23 +0000</pubDate>
		<guid isPermaLink="false">http://futuremix.org/2004/01/yum#comment-103</guid>
		<description>大変参考になりました。自分の作成しているメモ的blogにて紹介させて下さいませ。</description>
		<content:encoded><![CDATA[<p>大変参考になりました。自分の作成しているメモ的blogにて紹介させて下さいませ。</p>
]]></content:encoded>
	</item>
	<item>
		<title>つぼ より</title>
		<link>http://futuremix.org/2004/01/yum/comment-page-1#comment-102</link>
		<dc:creator>つぼ</dc:creator>
		<pubDate>Wed, 27 Oct 2004 15:22:13 +0000</pubDate>
		<guid isPermaLink="false">http://futuremix.org/2004/01/yum#comment-102</guid>
		<description>fumikaさん、レスありがとうございます。

うまくいきました。
結論を言うと、731002fa を含む鍵が正常にインストールされていませんでした。
ここの手順と同様にwgetコマンドで
http://www.fedoralegacy.org/FEDORA-LEGACY-GPG-KEY
の鍵を取得してrpm --import でインストールしてうまくいきました。

ありがとうございました。</description>
		<content:encoded><![CDATA[<p>fumikaさん、レスありがとうございます。</p>
<p>うまくいきました。<br />
結論を言うと、731002fa を含む鍵が正常にインストールされていませんでした。<br />
ここの手順と同様にwgetコマンドで<br />
<a href="http://www.fedoralegacy.org/FEDORA-LEGACY-GPG-KEY" rel="nofollow">http://www.fedoralegacy.org/FEDORA-LEGACY-GPG-KEY</a><br />
の鍵を取得してrpm &#8211;import でインストールしてうまくいきました。</p>
<p>ありがとうございました。</p>
]]></content:encoded>
	</item>
	<item>
		<title>fumika より</title>
		<link>http://futuremix.org/2004/01/yum/comment-page-1#comment-101</link>
		<dc:creator>fumika</dc:creator>
		<pubDate>Wed, 27 Oct 2004 10:29:39 +0000</pubDate>
		<guid isPermaLink="false">http://futuremix.org/2004/01/yum#comment-101</guid>
		<description>あと、正しいのは rpm --import です。</description>
		<content:encoded><![CDATA[<p>あと、正しいのは rpm &#8211;import です。</p>
]]></content:encoded>
	</item>
	<item>
		<title>fumika より</title>
		<link>http://futuremix.org/2004/01/yum/comment-page-1#comment-100</link>
		<dc:creator>fumika</dc:creator>
		<pubDate>Wed, 27 Oct 2004 09:28:24 +0000</pubDate>
		<guid isPermaLink="false">http://futuremix.org/2004/01/yum#comment-100</guid>
		<description>Fedora Legacy のパッケージの鍵は
http://www.fedoralegacy.org/FEDORA-LEGACY-GPG-KEY
で問題ないはずです。

rpm -qa &#124; grep -i gpg
とするとインストールされている鍵の一覧が出ますので、
731002fa を含む鍵を rpm -e でアンインストールして
やり直してみて下さい。

もし同じ鍵が二つ入ってしまい、
「エラー: &quot;gpg-pubkey-731002fa-400b9109&quot; は複数のパッケージを指定しています」
のようなエラーが出てしまうときには、--allmatches オプションをつけて試してみて下さい。

また、RH9 附属の rpm コマンドはバグが多くフリーズしたり
DB が破壊されることがあるので http://fumika.jp/nikki/2004/10/latest-rpm
を参考にして最新の RPM にアップデートしてみて下さい。</description>
		<content:encoded><![CDATA[<p>Fedora Legacy のパッケージの鍵は<br />
<a href="http://www.fedoralegacy.org/FEDORA-LEGACY-GPG-KEY" rel="nofollow">http://www.fedoralegacy.org/FEDORA-LEGACY-GPG-KEY</a><br />
で問題ないはずです。</p>
<p>rpm -qa | grep -i gpg<br />
とするとインストールされている鍵の一覧が出ますので、<br />
731002fa を含む鍵を rpm -e でアンインストールして<br />
やり直してみて下さい。</p>
<p>もし同じ鍵が二つ入ってしまい、<br />
「エラー: &#8220;gpg-pubkey-731002fa-400b9109&#8243; は複数のパッケージを指定しています」<br />
のようなエラーが出てしまうときには、&#8211;allmatches オプションをつけて試してみて下さい。</p>
<p>また、RH9 附属の rpm コマンドはバグが多くフリーズしたり<br />
DB が破壊されることがあるので <a href="http://fumika.jp/nikki/2004/10/latest-rpm" rel="nofollow">http://fumika.jp/nikki/2004/10/latest-rpm</a><br />
を参考にして最新の RPM にアップデートしてみて下さい。</p>
]]></content:encoded>
	</item>
	<item>
		<title>つぼ より</title>
		<link>http://futuremix.org/2004/01/yum/comment-page-1#comment-99</link>
		<dc:creator>つぼ</dc:creator>
		<pubDate>Wed, 27 Oct 2004 08:28:37 +0000</pubDate>
		<guid isPermaLink="false">http://futuremix.org/2004/01/yum#comment-99</guid>
		<description>yum update を実行し、リスト表示された後、
Is this ok [y/N]: で、yを選択すると、以下のようなエラーが出ます。

warning: rpmts_HdrFromFdno: V3 DSA signature: NOKEY, key ID 731002fa
Error: Could not find the GPG Key necessary to validate pkg /var/cache/yum/redha
t-updates/packages/cups-1.1.17-13.3.0.6.legacy.i386.rpm
Error: You may want to run yum clean or remove the file:
 /var/cache/yum/redhat-updates/packages/cups-1.1.17-13.3.0.6.legacy.i386.rpm
Error: You may also check that you have the correct GPG keys installed

公開鍵が違うようですが、最初以下のページ

http://www.atmarkit.co.jp/flinux/rensai/linuxtips/599endrhlup.html

を参考に作業していましたが、その時に読み込んだ公開鍵の情報

http://www.fedoralegacy.org/FEDORA-LEGACY-GPG-KEY

が古いようです。これを新しい方で上書きしても上書きされないような気がします。
古い情報をクリアする方法がわかりましたら教えてください。

また、このページと先ほどのページで公開鍵のインポートが違いますが、
これは大丈夫でしょうか。

rpm --import  と gpg --import</description>
		<content:encoded><![CDATA[<p>yum update を実行し、リスト表示された後、<br />
Is this ok [y/N]: で、yを選択すると、以下のようなエラーが出ます。</p>
<p>warning: rpmts_HdrFromFdno: V3 DSA signature: NOKEY, key ID 731002fa<br />
Error: Could not find the GPG Key necessary to validate pkg /var/cache/yum/redha<br />
t-updates/packages/cups-1.1.17-13.3.0.6.legacy.i386.rpm<br />
Error: You may want to run yum clean or remove the file:<br />
 /var/cache/yum/redhat-updates/packages/cups-1.1.17-13.3.0.6.legacy.i386.rpm<br />
Error: You may also check that you have the correct GPG keys installed</p>
<p>公開鍵が違うようですが、最初以下のページ</p>
<p><a href="http://www.atmarkit.co.jp/flinux/rensai/linuxtips/599endrhlup.html" rel="nofollow">http://www.atmarkit.co.jp/flinux/rensai/linuxtips/599endrhlup.html</a></p>
<p>を参考に作業していましたが、その時に読み込んだ公開鍵の情報</p>
<p><a href="http://www.fedoralegacy.org/FEDORA-LEGACY-GPG-KEY" rel="nofollow">http://www.fedoralegacy.org/FEDORA-LEGACY-GPG-KEY</a></p>
<p>が古いようです。これを新しい方で上書きしても上書きされないような気がします。<br />
古い情報をクリアする方法がわかりましたら教えてください。</p>
<p>また、このページと先ほどのページで公開鍵のインポートが違いますが、<br />
これは大丈夫でしょうか。</p>
<p>rpm &#8211;import  と gpg &#8211;import</p>
]]></content:encoded>
	</item>
	<item>
		<title>渡部義弥 より</title>
		<link>http://futuremix.org/2004/01/yum/comment-page-1#comment-98</link>
		<dc:creator>渡部義弥</dc:creator>
		<pubDate>Fri, 13 Aug 2004 05:33:14 +0000</pubDate>
		<guid isPermaLink="false">http://futuremix.org/2004/01/yum#comment-98</guid>
		<description>簡潔かつ必要十分な内容で助かりました。ありがとうございました。</description>
		<content:encoded><![CDATA[<p>簡潔かつ必要十分な内容で助かりました。ありがとうございました。</p>
]]></content:encoded>
	</item>
	<item>
		<title>廣瀬 より</title>
		<link>http://futuremix.org/2004/01/yum/comment-page-1#comment-97</link>
		<dc:creator>廣瀬</dc:creator>
		<pubDate>Wed, 19 May 2004 05:36:36 +0000</pubDate>
		<guid isPermaLink="false">http://futuremix.org/2004/01/yum#comment-97</guid>
		<description>本当に助かりました。</description>
		<content:encoded><![CDATA[<p>本当に助かりました。</p>
]]></content:encoded>
	</item>
	<item>
		<title>山口栄次 より</title>
		<link>http://futuremix.org/2004/01/yum/comment-page-1#comment-96</link>
		<dc:creator>山口栄次</dc:creator>
		<pubDate>Mon, 16 Feb 2004 06:30:01 +0000</pubDate>
		<guid isPermaLink="false">http://futuremix.org/2004/01/yum#comment-96</guid>
		<description>大変助かります。
有難うございます。</description>
		<content:encoded><![CDATA[<p>大変助かります。<br />
有難うございます。</p>
]]></content:encoded>
	</item>
</channel>
</rss>
