<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Hi,<br>
<br>
For some reason, I need support of QuickTime on my CentOS 7. So I
searched the internet and found that something called "<code>libquicktime</code>"
can provide that support. So I download the rpm file from <a
href="http://rpmfind.net/linux/rpm2html/search.php?query=libquicktime%28x86-64%29"
rel="nofollow">http://rpmfind.net/linux/rpm2html/search.php?query=libquicktime%28x86-64%29</a>.
Then I ran command "<code>rpm -i
libquicktime-1.2.4-31.el7.x86_64.rpm</code>" and got the following
errors:
<pre><code>warning: libquicktime-1.2.4-31.el7.x86_64.rpm: Header V4 DSA/SHA1 Signature, key ID 66534c2b: NOKEY
error: Failed dependencies:
libfaac.so.0()(64bit) is needed by libquicktime-1.2.4-31.el7.x86_64
libfaad.so.2()(64bit) is needed by libquicktime-1.2.4-31.el7.x86_64
libmp3lame.so.0()(64bit) is needed by libquicktime-1.2.4-31.el7.x86_64
libquicktime.so.0()(64bit) is needed by libquicktime-1.2.4-31.el7.x86_64
libschroedinger-1.0.so.0()(64bit) is needed by libquicktime-1.2.4-31.el7.x86_64
libx264.so.142()(64bit) is needed by libquicktime-1.2.4-31.el7.x86_64
</code></pre>
<br>
I can install these missing dependencies by querying for their
package name and installing them one by one <strong>manually</strong>.
But this is so tedious and time consuming, so I am wondering if
there is any one-strike single-line (or two) command that can
automatically install all dependencies, as well as the target rpm
file. I hear that yum has a similar function but I don't know how to
use yum to install <code>libquicktime</code> because it complains
"No package libquicktime available."
<p>Thanks for any (working) answer.</p>
<p>PS: I'm using CentOS 7, so please don't point me to those too old
CentOS 6 links. I've read them, they are only a waste of time on
7. Thanks.</p>
<br>
</body>
</html>