- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: Resolving RPM dependency
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-28-2003 02:33 AM
тАО04-28-2003 02:33 AM
I've previously installed Redhat 9 with without XFree86 & Gnome due to disk space.
Now, I've got much bigger disk on hand, and want to install XFree86 and Gnome,
however, I find that the RPM dependency for XFree86 and Gnome is very deep, for example
XFree86 depends on A, B and C
A depends D, E
D depends F
E depends G
B depends H, I, J
H depends K, L
.........
...........
.......... This is just like an never ending story!
I've spent my whole day trying to resolve these rpm dependecies, is there way
to list down all the RPMS needed by XFree86 and Gnome??? or an option passwd
to rpm, to make install all needed rpms to resolve the dependecy?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-28-2003 03:07 AM
тАО04-28-2003 03:07 AM
Solutionis there some thing called "redhat-config-packages" available. this will help you.
why dont you try an upgrade by popping in the CD if you can afford shutting the machine and if it is a lot of rpms to be installed.
-balaji
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-28-2003 03:09 AM
тАО04-28-2003 03:09 AM
Re: Resolving RPM dependency
Regards,
Sergejs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-28-2003 06:05 AM
тАО04-28-2003 06:05 AM
Re: Resolving RPM dependency
Normally what I do is first try to install the XFree86* RPMS in the order as mentioned and KDE/GNOME base RPMS.
Sometimes I use rpmfind.net to gather the list of dependencies also. It lists a 'provides/requries' column that contain the *.so. You can set them as a baseline and lookout for the RPMS there on.
RPM is improving but its a long way to go :).
HTH
Umapathy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-29-2003 05:51 AM
тАО04-29-2003 05:51 AM
Re: Resolving RPM dependency
I realize this isn't a real solution for your problem, rather it's my personal experience.
After dealing with exactly your issue on most every rpm-based disto, I finally gave up and switched to Gentoo.
If you don't mind spending a day (or two) doing a full compile of gcc, xfree86, kde, gnome, and a kernel on your system, I would recommend Gentoo. My system is faster, and there are no more rpm circular dependencies, no more up2date, no more non-standard applications.
This is just my .02
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-29-2003 10:36 AM
тАО04-29-2003 10:36 AM
Re: Resolving RPM dependency
http://apt4rpm.sourceforge.net/
It allows you to install packages and resolves dependencies for you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-29-2003 06:31 PM
тАО04-29-2003 06:31 PM
Re: Resolving RPM dependency
Gentoo is good if you want a bleeding edge distro. But just imagine the hassles downloading the source and compiling.
I have a friend who used to do this regularly but the effort i guess is way too much.
-balaji
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-30-2003 12:52 AM
тАО04-30-2003 12:52 AM
Re: Resolving RPM dependency
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-05-2005 12:25 AM
тАО10-05-2005 12:25 AM
Re: Resolving RPM dependency
After the rpm instalations you should first set the fonts directory (see error log only after you run startx) and then you should run xf86config to set the keyboard, mouse, screen settings etc.
For other versions of Red Hat Linux the list my slightly differ.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-05-2005 01:51 AM
тАО10-05-2005 01:51 AM
Re: Resolving RPM dependency
I consider yum to be the only feasible dependency resolution tool on a RH based Linux distro if you don't want to lose sanity.
Since Fedora (or any other RH distro) generally lacks all those heavily dependable codec and multimedia packages which are under other licenses than the GPL (e.g. mp3 players) I use to obtain those RPMs from third party sites like atrpms.
For this to work you would only have to add a few entries in either /etc/yum.conf or /etc/yum.d in separate files.
Then you simply would issue
# yum instal blah-blah
and yum deligently would resolve all dependencies and install everything needed.
Have a look at man yum.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-05-2005 04:30 AM
тАО10-05-2005 04:30 AM