After using SuSE and Mandrake for two years, I decided to switch to FC2
I wanted to install guile and guile-devel. I noticed that System Settings->Add Remove Applications brings the Package Management tool. I was really disappointment with its usability. It catagorizes all the different packages for me---but no where does it allow me to search for an individual package. I must click on each group, go inside it and sort of look for the package manually. I recall that the default package managment tool on Mandrake allows you do do this.
I ended up opening the directory in Nautilus. After I found the package I did an rpm -Uvh guile on it. Then rpm complained that it needed another package named something_else.rpm (can't recall its name). So after I gave it the command:
rpm -Uvh <guile.rpm> and <other_package.rpm> then it did the install.
I would like to get away from using the command line for installing the new packages. I also had to install the anjuta ide rpm by hand using the command line.
Can someone recommend a good graphical package management for FC2?