Install media codecs
This commit is contained in:
@@ -31,4 +31,11 @@ dnf install \
|
|||||||
flameshot \ # screenshoot utility
|
flameshot \ # screenshoot utility
|
||||||
gimp \ # image manipulation program
|
gimp \ # image manipulation program
|
||||||
git \ # revision control system
|
git \ # revision control system
|
||||||
picard # music file tagger
|
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
|
||||||
Reference in New Issue
Block a user