To be able to use VLC player in SLES / SLED 11, it is needed to switch to openSuSE repos, in this case to version 11.1. Do following:
zypper ar -f http://packman.unixheads.com/suse/11.1/ Packman && zypper refresh Packman
zypper ar -f http://download.videolan.org/pub/vlc/SuSE/11.1 vlc && zypper refresh vlc && zypper in vlc
If it still won't install try adding these two repos and try installing vlc again:
zypper ar -f http://download.opensuse.org/repositories/multimedia:/libs/SLE_11/ multimedia-libs && zypper refresh multimedia-libs
zypper ar -f http://download.opensuse.org/repositories/multimedia:/xine/SLE_11 multimedia-xine && zypper refresh multimedia-xine
zypper ar -f http://download.videolan.org/pub/vlc/SuSE/11.1 vlc && zypper refresh vlc && zypper in vlc
If it still won't install try adding these two repos and try installing vlc again:
zypper ar -f http://download.opensuse.org/repositories/multimedia:/libs/SLE_11/ multimedia-libs && zypper refresh multimedia-libs
zypper ar -f http://download.opensuse.org/repositories/multimedia:/xine/SLE_11 multimedia-xine && zypper refresh multimedia-xine
1 comment:
Post a Comment