Linked by Thom Holwerda on Mon 16th Jan 2006 19:19 UTC, submitted by Philipp Esselbach
Fedora Core Fedora Core 5 Test 2 has been released. "The Fedora Project announces the second release of the Fedora Core 5 development cycle, available for the i386, x86_64, and PPC/PPC64 architectures." Release notes are here, downloads here. MadPenguin has a first look. Update: Screenshots.
Thread beginning with comment 86574
To read all comments associated with this story, please click here.
Few points to correct
by Finalzone on Tue 17th Jan 2006 02:15 UTC
Finalzone
Member since:
2005-07-06

Fedora includes a package management tool called Yum. Think of it as being very similar to the way Debian's Apt works, dependency resolution and all. While Yum can be slow, and an all around pain in the ass at times, I have to say the wealth of software available is really amazing and it does work.

Learn the art of using: yum -C install <package>. By default with cache disabled, yum does more task equivalent to apt-get dist-update && apt-get install. Used with local repository, yum is relatively fast.