Christopher Juckins

SysAdmin Tips, Tricks and other Software Tools

User Tools

Site Tools


yum_installer_bash_script_centos8s

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
yum_installer_bash_script_centos8s [2022/05/12 09:52] juckinsyum_installer_bash_script_centos8s [2022/06/04 10:31] (current) juckins
Line 311: Line 311:
 dnf -y install qt5-qtx11extras dnf -y install qt5-qtx11extras
  
 +echo ""
 +echo "*********************** Install RPM Fusion Repo *****************"
 +# For GIMP HEIF/HEIC support
 +# https://www.linuxcapable.com/how-to-install-enable-rpm-fusion-on-centos-8-stream/
 +dnf -y install https://mirrors.rpmfusion.org/free/el/rpmfusion-free-release-8.noarch.rpm
 +echo "gimp-heif-plugin"
 +dnf -y install gimp-heif-plugin.x86_64
  
 echo "" echo ""
yum_installer_bash_script_centos8s.txt · Last modified: 2022/06/04 10:31 by juckins