You could install a full mplayer (with codecs, etc.) with apt relatively easily (it's often the easiest way in SuSE).
Grab the apt and apt-libs rpms from here and install them:
ftp://ftp.gwdg.de/pub/linux/suse/apt/Su ... user-rbos/After that, open up your /etc/apt/sources.list file and add these lines (I usually comment out the other lines first):
Code:
rpm
ftp://ftp.gwdg.de/pub/linux/suse/apt SuSE/9.2-i386 rpmkeys base update-drpm update-prpm update kde misc xorg x-ati mozilla samba3 ximian suser-rbos suser-jengelh suser-oc2pus suser-guru suser-gbv suser-kpietrz suser-obengs suser-tcousin suser-tux suser-scorot suser-sbarnin suser-ollakka funktronics packman packman-i686 kernel-of-the-day kraxel wine suse-people suse-projects kde3-stable kde-unstable security-prpm security
rpm-src
ftp://ftp.gwdg.de/pub/linux/suse/apt SuSE/9.2-i386 rpmkeys base update-drpm update-prpm update kde misc xorg x-ati mozilla samba3 ximian suser-rbos suser-jengelh suser-oc2pus suser-guru suser-gbv suser-kpietrz suser-obengs suser-tcousin suser-tux suser-scorot suser-sbarnin suser-ollakka funktronics packman packman-i686 kernel-of-the-day kraxel wine suse-people suse-projects kde3-stable kde-unstable security-prpm security
then run
Code:
apt-get update
Here's a copy of my working SuSE 9.2 /etc/apt/sources.list file:
Code:
# Uncomment the line below, in case you want to use SuSE's patch rpms.
# Read the information about patch rpms at
http://linux01.gwdg.de/apt4rpm# rpm
ftp://ftp.gwdg.de/pub/linux/suse/apt/ SuSE/9.2-i386 update-prpm security-prpm
# A very basic sources.list line. Fastest repository first.
# Remove "base" in case you are behind a
# slow connection. Fastest repository first.
# Visit the server to determine which apt components are provided.
#rpm
ftp://mirrors.mathematik.uni-bielefeld. ... /suse/apt/ SuSE/9.2-i386 update security
#rpm
ftp://ftp.gwdg.de/pub/linux/suse/apt/ SuSE/9.2-i386 update security
# The list with all available components can be found at:
#
http://linix01.gwdg.de/apt4rpm# Some components provide experimental software, select wisely!
#
http://ftp.gwdg.de/pub/linux/suse/apt/S ... s.list.FTPrpm
ftp://ftp.gwdg.de/pub/linux/suse/apt SuSE/9.2-i386 rpmkeys base update-drpm update-prpm
rpm-src
ftp://ftp.gwdg.de/pub/linux/suse/apt SuSE/9.2-i386 rpmkeys base update-drpm update-prpm
# Consult the link above if you want to include uri's for src rpms
Type
Code:
apt search rpmkey
to find the relevant gpg keys you need to install and then use
Code:
apt --no-checksig --no-post install <desired rpmkey rpm>
to import the gpg key (there's another way around this by changing the GPG line to false in /etc/apt/apt.conf.d/gpg-checker.conf, but it is bad for security.
After that's done, a simple
Code:
apt-get install MPlayer-suite
will get you a full mplayer install with codecs. You'll probably also want to install synaptic so that you can graphically search for apps, etc.:
Code:
apt-get install synaptic