Linux Compatible
  • News
    • Channels
    • Archive
    • Search
    • Submit
  • Articles
    • Categories
  • Knowledgebase
  • Compatibility
    • Search
  • Links
  • Forums
  • Twitter
Advertisement

Latest News
[ Windows | Linux | Apple ]

· Windows 8.1 laptops with AMDs new chips to support wireless display
· HP $399 touchscreen laptop breaks price barrier
· What's Wrong with the Xbox One? and more
· Microsoft updates its YouTube Windows Phone app with some concessions to Google
· 3 Debian Updates
· The third screen: Will all Windows 8 apps run on Microsoft's Xbox One?
· CentOS-6.4 LiveCD and LiveDVD for i386 and x86_64 released
· Apple OS X malware outbreak could give UK firms a bad Hangover
· 5 Modem At Command Examples in Linux (How to Configure Minicom)
· CompatDB Updates 05/22/13

Upcoming News
· Gigabyte GeForce GTX 780 WindForce 3x OC review
· Noctua Fans Review @ ThinkComputers.org
· [RHSA-2013:0849-01] Important: KVM image security update
· NVIDIA GeForce GTX 780 Review @ HotHardware.com
· OCZ Vertex 450 256GB SSD Review @ Legit Reviews
· NVIDIA GTX 780 Review @ Vortez
· OCZ Vertex 450 Solid State Drive (256GB) Review @ HardwareHeaven.com
· NVIDIA GeForce GTX 780 SLI @ techPowerUp
· OCZ Vertex 450 256GB SSD Full Review - Indilinx drives 20nm flash
· Gigabyte GTX 780 WindForce OC 3 GB @ techPowerUp

Linux Compatibility
· Dell Dimension 9100
· CL-CAM50001 UPC=3700284609322
· DFE 520 TX
· nVidia GeForce4 MX 440
· Gore: Ultimate Soldier
· SMC2802W V2 wi-fi 54Mbps PCI card
· Wireless modem router N300
· Dell P780
· ASUS A7V8X
· BricsCAD for Linux

New Forum Topics
· shutdown link ?
by: estirwent
on: 2013-05-11 17:46
18 replies, 6449 views

· Laptop keyboard drank soda
by: Zenn
on: 2013-04-30 00:27
1 replies, 697 views

· connecting to to internet with ubuntu
by: Zenn
on: 2013-04-30 00:26
2 replies, 4567 views

· Need Linux-compatible PS/2 expansion card
by: Zenn
on: 2013-04-30 00:26
1 replies, 768 views

· irql_not_less_or_equal blue screen
by: Zenn
on: 2013-04-30 00:25
2 replies, 1145 views

News Channels
· Drivers
· Guides
· Reviews
· Security
· Software
· Press Release
· Updates
· Interviews
· Linux
· General
· Debian
· Red Hat
· Slackware
· Gentoo
· Mandriva
· White Box
· SUSE
· GNOME
· KDE
· CentOS
· Ubuntu
· MEPIS
· Android

What's New
Login to see an overview of all news stories since your last visit.

Welcome to our website

To take full advantage of all features you need to login or register. Registration is completely free and takes only a few seconds.

Linux Compatible » News » May 2008 » rpm.livna.org repositories for Fedora 9 (Sulphur) now available

rpm.livna.org repositories for Fedora 9 (Sulphur) now available

Posted by Philipp Esselbach on: 05/13/2008 03:34 PM [ Print | 0 comment(s) ]

rpm.livna.org repositories for Fedora 9 are now available




On behalf of the Livna ( http://rpm.livna.org ) contributors I'd like to announce the availability of the Livna package repository for Fedora 9 (Sulphur). The Livna repository hosts software as RPM packages which cannot be shipped in the official Fedora repository for various reasons and support8s the i386, x86_64 and ppc architectures.

Using the Livna repository gives Fedora 9 the ability to play all kinds of audio such as MP3 files and plays DVDs. You can browse the repository at http://rpm.livna.org/fedora/9/ To make it available on a freshly installed Fedora 9 system run the following command:

{{{
$ su -c 'rpm -ivh http://rpm.livna.org/livna-release-9.rpm'
}}}

Further below you'll find some more examples on getting the important bits for a modern system installed from livna.

Note: The graphics drivers from AMD and Nvidia are not available in the standard repos, as they are known to not work with the X-Server 1.4.99 that is shipped with Fedora 9. Thus the drivers remain in the livna testing repos for F9 -- that's a service for experienced users that know all those complicated and dangerous things to work around the problem (don't ask me how to do it; better stay on F8 for a while if you really need those drivers). The drivers will be moved to the proper repos once they support X-Server 1.4.99 (or newer).

On another note, I have to admit that I lied. Last November on this list I wrote:

gt; Fedora 8 will be the last release livna will be offering its add-on
gt; packages for. But don't despair, the future is bright: The Livna
gt; contributers are busy working together with the guys behind dribble and
gt; freshrpms to offer a unified repository in the future bringing you
gt; games, multimedia software and other tools from a single source. This
gt; merged repository is called "RPM Fusion"; you can find more information
gt; about it at http://rpmfusion.org/
gt;
gt; Interested? Want to help? Then don't hesitate and subscribe to the
gt; developers mailing lists at
gt; http://lists.rpmfusion.org/mailman/listinfo/rpmfusion-developers
gt; or meet us in the #rpmfusion channel on freenode.

That in fact didn't happen, but is about to happen soon; the whole idea got delayed as we had lots of interested packagers but a lack of infrastructure and people willing to work on infrastructure bits. That slowed things down a whole lot, but we have most bits in place now and will start soon. The plan is to migrate users automatically over from Livna to RPM Fusion slowly once the repos are available.

Bye!
Thorsten Leemhuis

== More details =

=== Reminder for the folks that plan to yum-update to Fedora 9 ==

If you have livna-packages installed on your system and plan to live-update to Fedora 9 using yum then please leave the livna-repos enabled for the big "yum update" run. Then you'll get all the updated packages from livna as well, which is important, as their dependencies get fulfilled by the Fedora 9 packages -- that's not the case for the old Livna packages on your system. Those have deps on the older Fedora bits you are about to update, which can create a lot of trouble.

=== Examples to get the most important bits from livna ==

Once you installed the release-rpm you can install software using the graphical software installation tool called pirut, which is part of Fedora. You as root-users can also use yum on a command line to install packages; for example:

* if you'd like to install xine as a video-player run
{{{
# yum install xine-lib-extras-nonfree xine
}}}
That will improve Totems capabilities as well, as the Totem from F9 can use xine as backend as well.

* if you prefer mplayer run
{{{
# yum install mplayer-gui
}}}

* if you prefer vlc run
{{{
# yum install vlc
}}}

* you want to get MP3-Support in Gnome apps? run
{{{
# yum install gstreamer-plugins-ugly
}}}

=== Problems? ==

Let us know via http://bugzilla.livna.org/

=== Need support? ==

Many people in #fedora on freenode, on fedora-list redhat com and in the forums know how to help.

=== Developer contact ==

Meet us in #livna on freenode or join the mailing list at http://livna.org/mailman/listinfo/freeworld

=== EOF ==

End of file


Bookmark and Share

« Solio H1000 Hybrid Solar Charger Review · FastPictureViewer 1.00 Build 30 »

Linux Compatible » News » May 2008 » rpm.livna.org repositories for Fedora 9 (Sulphur) now available
All products mentioned are registered trademarks or trademarks of their respective owners.
© 2002-2013 Esselbach Internet Solutions - All Rights Reserved. Terms and privacy policy
Powered by Contentteller® Business Edition