Quote:
|
Originally Posted by rah
When I try to install all the packages in Fedora Core Extras with:
yum install \*
it finds several conflicts, as shown below. Shouldn't you be able to load all extras without conflict?
If not, then how do you resolve these conflicts?
|
The basic cause of conflicts is that you are trying to install applications that ..... Well ..... Conflict with other applications you are trying to install.
In other words, some apps just don't play well with others. Some of the applications and dependancies (like lib files for example) in one package may not be the same version as another package. When you try to install everything at once you dont give the yum enough time to process these possible discrepancies and reslove them. Then there are aplications that have applets running in the background, things you don't see but that FC3 uses to perform certain tasks. If you have one application that is designed to do a specific task and you try to install another app to do the same thing, FC3 will get confused and not know which one to use. Then there are some applications that just won't work if some other app is installed that it doesn't like.
It is probably not a good idea to install everything, from any source, at one time because of this. If I read the Fedora Extras info correctly, the Fedora Extras are a compilation of packages assembled from many different sources and possibly different versions, not always the latest. Also, if you could just install everything, even if it did work, you may find that you have installed a few things that could cause your FC3 install to function quite differently than you want it to. Not to mention that you will be wasting drive space on things you may never use. Unless you know everything about every package you are trying to install in this way you may be asking for problems.