Well when RPM works, you think life is better and when it does not works then you thinks life sucks ;) However, RPM has --aid option that solves the Dependency problem. It is created to automatic installation of dependent packages. To use this --aid switch with rpm you need to install special RPM package first called rpmdb-redhat. Locate this package from CD and install it via rpm command:
# rpm -ivh rpmdb-redhat*
Once installed then use rpm command as follows:
# rpm -ivh --aid mysql*
OR
# rpm -ivh --aid rpm-file-name-version.rpm
It will install mysql client with all dependencies. If you are RHN subscriber then you don’t have to use rpmdb-redhat package use up2date command (see how to configure RHN):
# up2date -i -v mysql*
Please note that --aid switch does not works with third party RPM. Fedora user must use YUM. --aid works best if you have all rpm packages copied to single directory on hard disk or on ftp/http server. For example:
# rpm --aid -ivh http://installserver.mycorp.com/rpms/mysql*
See also:
Featured Articles:
- 20 Linux System Monitoring Tools Every SysAdmin Should Know
- 20 Linux Server Hardening Security Tips
- 10 Greatest Open Source Software Of 2009
- My 10 UNIX Command Line Mistakes
- Top 5 Email Client For Linux, Mac OS X, and Windows Users
- Top 20 OpenSSH Server Best Security Practices
- Top 10 Open Source Web-Based Project Management Software
- Top 5 Linux Video Editor Software
- Email this to a friend
- Download PDF version
- Printable version
- Comment RSS feed
- Last Updated: Oct/21/2005


{ 0 comments… add one now }