<?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/">
	<channel>
		<title><![CDATA[Linux-Noob Forums - Fedora 15]]></title>
		<link>https://www.linux-noob.com/forums/</link>
		<description><![CDATA[Linux-Noob Forums - https://www.linux-noob.com/forums]]></description>
		<pubDate>Sun, 03 May 2026 10:12:55 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[how I upgraded from Fedora 14 to Fedora 15]]></title>
			<link>https://www.linux-noob.com/forums/thread-354.html</link>
			<pubDate>Thu, 04 Aug 2011 21:08:33 +0200</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linux-noob.com/forums/member.php?action=profile&uid=2">anyweb</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linux-noob.com/forums/thread-354.html</guid>
			<description><![CDATA[<br />
backup your data first then... login as root and do a yum -y update, that tells fedora to update itself<br />
<br />
 <br />
<br />
<blockquote class="mycode_quote"><cite>Quote:</cite>[anyweb@localhost ~]&#36; su -Password: <br />
<br />
[root@localhost ~]# yum -y update</blockquote>
 <br />
<br />
then get a few necessary F15 rpm's from the nearest mirror (i chose a swedish mirror as i live in sweden)<br />
<br />
 <br />
<br />
<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>wget ftp://ftp.sunet.se/pub/Linux/distributions/fedora/linux/releases/15/Fedora/i386/os/Packages/fedora-release-15-1.noarch.rpm<br />
wget ftp://ftp.sunet.se/pub/Linux/distributions/fedora/linux/releases/15/Fedora/i386/os/Packages/fedora-release-notes-15.0.0-1.fc15.noarch.rpm<br />
wget ftp://ftp.sunet.se/pub/Linux/distributions/fedora/linux/releases/15/Fedora/i386/os/Packages/fedora-release-rawhide-15-1.noarch.rpm</code></div></div><br />
<br />
<br />
<br />
 <br />
<br />
and then install them<br />
<br />
 <br />
<br />
<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>rpm -Uvh fedora-release-notes-15.0.0-1.fc15.noarch.rpm fedora-release-15-1.noarch.rpm fedora-release-rawhide-15-1.noarch.rpm</code></div></div><br />
<br />
<br />
<br />
 <br />
<br />
then clean the yum data<br />
<br />
 <br />
<br />
<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>yum clean all</code></div></div><br />
<br />
<br />
<br />
 <br />
<br />
and update<br />
<br />
 <br />
<br />
<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>yum update</code></div></div><br />
<br />
<br />
<br />
 <br />
<br />
 <br />
<br />
if you get any conflicts reported, then remove the package like so<br />
<br />
 <br />
<br />
<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>yum remove gnome-applet-vm</code></div></div><br />
<br />
<br />
<br />
 <br />
<br />
the install will take some time, take a break, <br />
<br />
once done, check the version<br />
<br />
 <br />
<br />
<blockquote class="mycode_quote"><cite>Quote:</cite>[root@localhost ~]# cat /etc/redhat-releaseFedora release 15 (Lovelock)</blockquote>
 <br />
<br />
and then reboot<br />
<br />
 <br />
<br />
<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>reboot</code></div></div><br />
<br />
<br />
<br />
]]></description>
			<content:encoded><![CDATA[<br />
backup your data first then... login as root and do a yum -y update, that tells fedora to update itself<br />
<br />
 <br />
<br />
<blockquote class="mycode_quote"><cite>Quote:</cite>[anyweb@localhost ~]&#36; su -Password: <br />
<br />
[root@localhost ~]# yum -y update</blockquote>
 <br />
<br />
then get a few necessary F15 rpm's from the nearest mirror (i chose a swedish mirror as i live in sweden)<br />
<br />
 <br />
<br />
<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>wget ftp://ftp.sunet.se/pub/Linux/distributions/fedora/linux/releases/15/Fedora/i386/os/Packages/fedora-release-15-1.noarch.rpm<br />
wget ftp://ftp.sunet.se/pub/Linux/distributions/fedora/linux/releases/15/Fedora/i386/os/Packages/fedora-release-notes-15.0.0-1.fc15.noarch.rpm<br />
wget ftp://ftp.sunet.se/pub/Linux/distributions/fedora/linux/releases/15/Fedora/i386/os/Packages/fedora-release-rawhide-15-1.noarch.rpm</code></div></div><br />
<br />
<br />
<br />
 <br />
<br />
and then install them<br />
<br />
 <br />
<br />
<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>rpm -Uvh fedora-release-notes-15.0.0-1.fc15.noarch.rpm fedora-release-15-1.noarch.rpm fedora-release-rawhide-15-1.noarch.rpm</code></div></div><br />
<br />
<br />
<br />
 <br />
<br />
then clean the yum data<br />
<br />
 <br />
<br />
<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>yum clean all</code></div></div><br />
<br />
<br />
<br />
 <br />
<br />
and update<br />
<br />
 <br />
<br />
<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>yum update</code></div></div><br />
<br />
<br />
<br />
 <br />
<br />
 <br />
<br />
if you get any conflicts reported, then remove the package like so<br />
<br />
 <br />
<br />
<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>yum remove gnome-applet-vm</code></div></div><br />
<br />
<br />
<br />
 <br />
<br />
the install will take some time, take a break, <br />
<br />
once done, check the version<br />
<br />
 <br />
<br />
<blockquote class="mycode_quote"><cite>Quote:</cite>[root@localhost ~]# cat /etc/redhat-releaseFedora release 15 (Lovelock)</blockquote>
 <br />
<br />
and then reboot<br />
<br />
 <br />
<br />
<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>reboot</code></div></div><br />
<br />
<br />
<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Fedora 15 Screenshots]]></title>
			<link>https://www.linux-noob.com/forums/thread-366.html</link>
			<pubDate>Thu, 02 Jun 2011 08:06:20 +0200</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linux-noob.com/forums/member.php?action=profile&uid=3499">inittux</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linux-noob.com/forums/thread-366.html</guid>
			<description><![CDATA[<br />
Here's my new Desktop with Fedora15. Gnome3. Kind reminds me a bit of mac osx. <br />
<br />
What do you think? I like fedora better as a desktop then centos, but I still<br />
<br />
need to get used to the new look of gnome.<br />
<br />
&lt;a class="ipsAttachLink ipsAttachLink_image" href="&lt;fileStore.core_Attachment&gt;/monthly_06_2011/post-6026-0-72520600-1306994665.png" data-fileid="1298"&gt;[img]&lt;fileStore.core_Attachment&gt;/monthly_06_2011/post-6026-0-72520600-1306994665.png[/img]&lt;/a&gt;<br />
<br />
&lt;a class="ipsAttachLink ipsAttachLink_image" href="&lt;fileStore.core_Attachment&gt;/monthly_06_2011/post-6026-0-93384300-1306994698.png" data-fileid="1299"&gt;[img]&lt;fileStore.core_Attachment&gt;/monthly_06_2011/post-6026-0-93384300-1306994698.png[/img]&lt;/a&gt;<br />
<br />
<br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.linux-noob.com/forums/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=967" target="_blank" title="">Screenshot.png</a> (Size: 511.94 KB / Downloads: 0)
<!-- end: postbit_attachments_attachment --><br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.linux-noob.com/forums/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=968" target="_blank" title="">Screenshot-1.png</a> (Size: 735.63 KB / Downloads: 0)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[<br />
Here's my new Desktop with Fedora15. Gnome3. Kind reminds me a bit of mac osx. <br />
<br />
What do you think? I like fedora better as a desktop then centos, but I still<br />
<br />
need to get used to the new look of gnome.<br />
<br />
&lt;a class="ipsAttachLink ipsAttachLink_image" href="&lt;fileStore.core_Attachment&gt;/monthly_06_2011/post-6026-0-72520600-1306994665.png" data-fileid="1298"&gt;[img]&lt;fileStore.core_Attachment&gt;/monthly_06_2011/post-6026-0-72520600-1306994665.png[/img]&lt;/a&gt;<br />
<br />
&lt;a class="ipsAttachLink ipsAttachLink_image" href="&lt;fileStore.core_Attachment&gt;/monthly_06_2011/post-6026-0-93384300-1306994698.png" data-fileid="1299"&gt;[img]&lt;fileStore.core_Attachment&gt;/monthly_06_2011/post-6026-0-93384300-1306994698.png[/img]&lt;/a&gt;<br />
<br />
<br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.linux-noob.com/forums/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=967" target="_blank" title="">Screenshot.png</a> (Size: 511.94 KB / Downloads: 0)
<!-- end: postbit_attachments_attachment --><br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.linux-noob.com/forums/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=968" target="_blank" title="">Screenshot-1.png</a> (Size: 735.63 KB / Downloads: 0)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
	</channel>
</rss>