- Code: Select all
[kristoffer@localhost Video]$ lsb_release -a
LSB Version: core-2.0-amd64:core-2.0-noarch:core-3.0-amd64:core-3.0-noarch:core-3.1-amd64:core-3.1-noarch:core-3.2-amd64:core-3.2-noarch:core-4.0-amd64:core-4.0-noarch:core-4.1-amd64:core-4.1-noarch:cxx-3.1-amd64:cxx-3.1-noarch:cxx-3.2-amd64:cxx-3.2-noarch:graphics-3.1-amd64:graphics-3.1-noarch:graphics-3.2-amd64:graphics-3.2-noarch:lsb-2.0-amd64:lsb-2.0-noarch:lsb-3.0-amd64:lsb-3.0-noarch:lsb-3.1-amd64:lsb-3.1-noarch:lsb-3.2-amd64:lsb-3.2-noarch:lsb-4.0-amd64:lsb-4.0-noarch:lsb-4.1-amd64:lsb-4.1-noarch
Distributor ID: Mageia
Description: Mageia 9
Release: 9
Codename: mga9
- Code: Select all
[kristoffer@localhost Video]$ ffmpeg --help
bash: ffmpeg: command not found
- Code: Select all
[kristoffer@localhost Video]$ rpm -qa ffmpeg
[kristoffer@localhost Video]$
- Code: Select all
[kristoffer@localhost Video]$ sudo urpmi ffmpeg
[sudo] password for kristoffer:
The following package cannot be installed because it depends on packages
that are older than the installed ones:
ffmpeg-5.1.3-3.mga9
Continue installation anyway? (Y/n)
- Code: Select all
[kristoffer@localhost Video]$ urpmq --list-media -a
Annat
Core Release (distrib1)
Core Release Debug (distrib2)
Core Updates (distrib3)
Core Updates Debug (distrib4)
Nonfree Release (distrib11)
Nonfree Release Debug (distrib12)
Nonfree Updates (distrib13)
Nonfree Updates Debug (distrib14)
Core 32bit Release (distrib31)
Core 32bit Updates (distrib32)
Nonfree 32bit Release (distrib36)
Nonfree 32bit Updates (distrib37)
The media called Annat is my local package repo, but it doesn't contain ffmpeg so no conflict.
Why can't I install ffmpeg even though I'm running the stable release of Mageia?