Andreas Kohlbach
2020-04-23 07:41:22 UTC
Von einem Bekannten wurde mir ein virtueller Server geschenkt. Ich hatte
in der Vergangenheit erfolgreich ffmpeg installiert. Nun wurde der Server
neu aufgesetzt, und es will mir einfach nicht gelingen, ffmpeg zu
installieren. Ich bin nach
<https://www.binarycomputer.solutions/install-ffmpeg-centos/>
vorgegangen. EPEL ist installiert, yum update wurde gemacht, aber es gab
nichts zu tun. Ich habe den Server gar neu gestartet (nach Anleitung),
obwohl ich nicht verstehe, warum das nötig ist.
Wenn ich
yum install ffmpeg
ausführe, bekomme ich
Problem: package ffmpeg-2.8.15-2.el7.nux.x86_64 requires
ffmpeg-libs(x86-64) = 2.8.15-2.el7.nux, but none of the providers can be
installed
- cannot install the best candidate for the job
- nothing provides libass.so.5()(64bit) needed by
ffmpeg-libs-2.8.15-2.el7.nux.x86_64
- nothing provides libva.so.1()(64bit) needed by
ffmpeg-libs-2.8.15-2.el7.nux.x86_64
- nothing provides libgnutls.so.28()(64bit) needed by
ffmpeg-libs-2.8.15-2.el7.nux.x86_64
- nothing provides libgnutls.so.28(GNUTLS_1_4)(64bit) needed by
ffmpeg-libs-2.8.15-2.el7.nux.x86_64
- nothing provides libgnutls.so.28(GNUTLS_3_0_0)(64bit) needed by
ffmpeg-libs-2.8.15-2.el7.nux.x86_64
- nothing provides libopenjpeg.so.1()(64bit) needed by
ffmpeg-libs-2.8.15-2.el7.nux.x86_64
(try to add '--skip-broken' to skip uninstallable packages or '--nobest'
to use not only best candidate packages)
Ich habe auch die '--nobest' und '--skip-broken' Optionen versucht, ohne
Erfolg. Vermutlich fehlt mir ein Repository. Was übersehe ich?
in der Vergangenheit erfolgreich ffmpeg installiert. Nun wurde der Server
neu aufgesetzt, und es will mir einfach nicht gelingen, ffmpeg zu
installieren. Ich bin nach
<https://www.binarycomputer.solutions/install-ffmpeg-centos/>
vorgegangen. EPEL ist installiert, yum update wurde gemacht, aber es gab
nichts zu tun. Ich habe den Server gar neu gestartet (nach Anleitung),
obwohl ich nicht verstehe, warum das nötig ist.
Wenn ich
yum install ffmpeg
ausführe, bekomme ich
Problem: package ffmpeg-2.8.15-2.el7.nux.x86_64 requires
ffmpeg-libs(x86-64) = 2.8.15-2.el7.nux, but none of the providers can be
installed
- cannot install the best candidate for the job
- nothing provides libass.so.5()(64bit) needed by
ffmpeg-libs-2.8.15-2.el7.nux.x86_64
- nothing provides libva.so.1()(64bit) needed by
ffmpeg-libs-2.8.15-2.el7.nux.x86_64
- nothing provides libgnutls.so.28()(64bit) needed by
ffmpeg-libs-2.8.15-2.el7.nux.x86_64
- nothing provides libgnutls.so.28(GNUTLS_1_4)(64bit) needed by
ffmpeg-libs-2.8.15-2.el7.nux.x86_64
- nothing provides libgnutls.so.28(GNUTLS_3_0_0)(64bit) needed by
ffmpeg-libs-2.8.15-2.el7.nux.x86_64
- nothing provides libopenjpeg.so.1()(64bit) needed by
ffmpeg-libs-2.8.15-2.el7.nux.x86_64
(try to add '--skip-broken' to skip uninstallable packages or '--nobest'
to use not only best candidate packages)
Ich habe auch die '--nobest' und '--skip-broken' Optionen versucht, ohne
Erfolg. Vermutlich fehlt mir ein Repository. Was übersehe ich?
--
Andreas
Andreas