Install media codecs

This commit is contained in:
2021-08-11 22:58:20 +02:00
parent a2ab4d80e0
commit bfa502d81f

View File

@@ -32,3 +32,10 @@ dnf install \
gimp \ # image manipulation program
git \ # revision control system
picard # music file tagger
# Install media codecs
dnf groupupdate Multimedia # group of codec packages
dnf install \
ffmpeg \ # AV converter and more
libdvdcss # proprietary library necessary to play protected DVDs