Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/bash
- # MD Harrington https://www.facebook.com/mark.harrington.142892/
- # PS dont forget to use dos2unix after downloading this file otherwise this will complain about odd characters
- # As always chmod +x this otherwise it wont run Invoke from terminal with "./<yournameyouchoseforscript.sh>
- echo "Setting up packman for 15.2 This updates well over 80 odd files and more !! "
- echo
- echo
- echo "This script sorts the issue out with openSUSE 15.2 regards audio and video codecs just after new installation"
- echo "Please feel free to modify as required to suite"
- echo "Please note I may make adjustments later to improve this significantly when I get opportunity "
- echo "But for now it solves a major issue on new installs "
- echo "MD Harrington https://www.facebook.com/mark.harrington.142892/"
- sudo zypper ar -cfp 90 http://ftp.gwdg.de/pub/linux/misc/packman/suse/openSUSE_Leap_15.2/ packman
- sudo zypper ref
- sudo zypper up --allow-vendor-change
- sudo zypper dup
- zypper ps -s
- sudo zypper in k3b-codecs ffmpeg lame gstreamer-plugins-bad gstreamer-plugins-ugly gstreamer-plugins-ugly-orig-addon gstreamer-plugins-libav
- # These are just standard programs i use all the time but it saves having to go into yast software management and does # this for you
- sudo zypper install freshplayerplugin
- sudo zypper install xine-browser-plugin
- echo "Audio and Video should now all be working"
- echo "installing simplescreenrecorder"
- sudo zypper in simplescreenrecorder
- echo "installing blender"
- sudo zypper in blender
- echo "installing filezilla"
- sudo zypper in filezilla
- echo "installing telnet client"
- sudo zypper in telnet
- # be aware you may have to run this again after installing other software on openSuse15.2 from time to time Hopefully not but # anyway should now solve many issues for you
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement