Heng Zhou
2015-Jan-17 15:31 UTC
[CentOS-docs] How to install libquicktime on CentOS 7 in one (or two) line of command?
Hi, For some reason, I need support of QuickTime on my CentOS 7. So I searched the internet and found that something called "|libquicktime|" can provide that support. So I download the rpm file from http://rpmfind.net/linux/rpm2html/search.php?query=libquicktime%28x86-64%29. Then I ran command "|rpm -i libquicktime-1.2.4-31.el7.x86_64.rpm|" and got the following errors: |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 | I can install these missing dependencies by querying for their package name and installing them one by one *manually*. 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 |libquicktime| because it complains "No package libquicktime available." Thanks for any (working) answer. 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. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos-docs/attachments/20150117/bef3bea5/attachment-0002.html>
Scott Robbins
2015-Jan-17 15:45 UTC
[CentOS-docs] How to install libquicktime on CentOS 7 in one (or two) line of command?
On Sat, Jan 17, 2015 at 10:31:10AM -0500, Heng Zhou wrote:> Hi, >> |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 > | > > > I can install these missing dependencies by querying for their > package name and installing them one by one *manually*. 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 |libquicktime| because it complains "No package libquicktime > available."It's in the nux desktop repo for CentOS 7. If you look at the wiki tips and tricks, http://wiki.centos.org/TipsAndTricks/MultimediaOnCentOS7 it gives instructions to install it. -- Scott Robbins PGP keyID EB3467D6 ( 1B48 077D 66F6 9DB0 FDC2 A409 FA54 EB34 67D6 ) gpg --keyserver pgp.mit.edu --recv-keys EB3467D6
Heng Zhou
2015-Jan-17 15:59 UTC
[CentOS-docs] How to install libquicktime on CentOS 7 in one (or two) line of command?
On 1/17/2015 10:45 AM, Scott Robbins wrote:> On Sat, Jan 17, 2015 at 10:31:10AM -0500, Heng Zhou wrote: >> Hi, >> >> |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 >> | >> >> >> I can install these missing dependencies by querying for their >> package name and installing them one by one *manually*. 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 |libquicktime| because it complains "No package libquicktime >> available." > It's in the nux desktop repo for CentOS 7. If you look at the wiki tips and > tricks, http://wiki.centos.org/TipsAndTricks/MultimediaOnCentOS7 it gives > instructions to install it. > >Thank you but what my question is looking for is a way to automatically install all dependencies of a rpm file, not just how to install multimedia things on CentOS. PS: after go over all steps in that page, I still got error: error: Failed dependencies: libquicktime.so.0()(64bit) is needed by libquicktime-1.2.4-31.el7.x86_64
Christoph Galuschka
2015-Jan-17 16:05 UTC
[CentOS-docs] How to install libquicktime on CentOS 7 in one (or two) line of command?
Hi, Am 17.01.2015 um 16:31 schrieb Heng Zhou:> Hi, > > For some reason, I need support of QuickTime on my CentOS 7. So I > searched the internet and found that something called "|libquicktime|" > can provide that support. So I download the rpm file from > http://rpmfind.net/linux/rpm2html/search.php?query=libquicktime%28x86-64%29. > Then I ran command "|rpm -i libquicktime-1.2.4-31.el7.x86_64.rpm|" and > got the following errors: > > |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 > |try running 'yum install ./libquicktime-1.2.4-31.el7.x86_64.rpm' from the directory where you downloaded the RPM. That should pull in dependencies. cheers Christoph -- Christoph Galuschka CentOS-QA-Team member | IRC: tigalch
Heng Zhou
2015-Jan-17 16:31 UTC
[CentOS-docs] How to install libquicktime on CentOS 7 in one (or two) line of command?
On 1/17/2015 11:05 AM, Christoph Galuschka wrote:> Hi, > > Am 17.01.2015 um 16:31 schrieb Heng Zhou: >> Hi, >> >> For some reason, I need support of QuickTime on my CentOS 7. So I >> searched the internet and found that something called "|libquicktime|" >> can provide that support. So I download the rpm file from >> http://rpmfind.net/linux/rpm2html/search.php?query=libquicktime%28x86-64%29. >> >> Then I ran command "|rpm -i libquicktime-1.2.4-31.el7.x86_64.rpm|" and >> got the following errors: >> >> |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 >> | > try running 'yum install ./libquicktime-1.2.4-31.el7.x86_64.rpm' from > the directory where you > downloaded the RPM. That should pull in dependencies. > > cheers > Christoph >error: Could not find platform independent libraries <prefix> Could not find platform dependent libraries <exec_prefix> Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>] ImportError: No module named site
Possibly Parallel Threads
- How to install libquicktime on CentOS 7 in one (or two) line of command?
- How to install libquicktime on CentOS 7 in one (or two) line of command?
- How to install libquicktime on CentOS 7 in one (or two) line of command?
- How to install libquicktime on CentOS 7 in one (or two) line of command?
- How to install libquicktime on CentOS 7 in one (or two) line of command?