mikeymike wrote:
My personal favourite was from trying Linux a few years ago, where I wanted to install package A. Package A depended on package B, which depended on package C. Package C wouldn't install without package B.
# rpm -i A.rpm B.rpm C.rpm
Or use something that finds and installs the dependencies from your distro CDs or the 'net, like yum, apt and whatever else they have these days.