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:
- 30 Handy Bash Shell Aliases For Linux / Unix / Mac OS X
- Top 30 Nmap Command Examples For Sys/Network Admins
- 25 PHP Security Best Practices For Sys Admins
- 20 Linux System Monitoring Tools Every SysAdmin Should Know
- 20 Linux Server Hardening Security Tips
- Linux: 20 Iptables Examples For New SysAdmins
- Top 20 OpenSSH Server Best Security Practices
- Top 20 Nginx WebServer Best Security Practices
- 20 Examples: Make Sure Unix / Linux Configuration Files Are Free From Syntax Errors
- 15 Greatest Open Source Terminal Applications Of 2012

- My 10 UNIX Command Line Mistakes
- Top 10 Open Source Web-Based Project Management Software
- Top 5 Email Client For Linux, Mac OS X, and Windows Users
- The Novice Guide To Buying A Linux Laptop











{ 4 comments… read them below or add one }
Installing via RPM was getting to be a pain. I’m checking out the –aid method right now. Will it download missing RPMs as well?
how to install in centos
can any one tel me how to install packages from hard disk ?
how to install packages from hard disk using rpm in virtual machine ?