I am having huge problems installing a program using rpm. I have to deal with all of these dependencies upon dependencies. My biggest problem comes when i have to delete a newer package to install a program that uses a file in a an older package. It wont let me downgrade so I have to uninstall the package and install the old one. When i go to uninstall, i get a warning for 8 dependencies. I then delete one of those and i get 8 more. Is there a way to use rpm and force a file to be deleted even though it may have dependencies and maybe put the file back later? Or maybe just force all of the dependant packages to uninstall themselves recursively? Any help would be greatly appreciated. Thanks