Christopher Juckins

SysAdmin Tips, Tricks and other Software Tools

User Tools

Site Tools


yum_installer_bash_script_centos7

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
yum_installer_bash_script_centos7 [2019/04/14 09:34] juckinsyum_installer_bash_script_centos7 [2019/04/14 12:42] juckins
Line 280: Line 280:
 echo "dkms" echo "dkms"
 yum -y install dkms yum -y install dkms
 +
 +echo "gstreamer"
 +yum -y install gstreamer
 +
 +echo "gstreamer-plugins-bad-free"
 +yum -y install gstreamer-plugins-bad-free
 +
 +echo "gstreamer-plugins-base"
 +yum -y install gstreamer-plugins-base
 +
 +echo "gstreamer-plugins-good"
 +yum -y install gstreamer-plugins-good
 +
 +echo "gstreamer-tools"
 +yum -y install gstreamer-tools
 +
 +echo "PackageKit-gstreamer-plugin"
 +yum -y install PackageKit-gstreamer-plugin
  
 #echo "ktorrent" #echo "ktorrent"
yum_installer_bash_script_centos7.txt · Last modified: 2022/12/07 13:24 by juckins