Difficulty: Beginner
ETA: ~5 minutes *
* results may vary depending on internet speed.
Prep
First, we need to remove VLC if it is already present on the system because we will use the one provided by a different vendor (VLC). This is because the one that ships with the distro has the H.264 parts disabled due to licencing patents .
sudo zypper rm vlc
Install
# This will add the appropriate repo for Tumbleweed, but it works for LEAP too.
# Just be sure to change the last part after /SuSE/[Version] with yours.
sudo zypper ar https://download.videolan.org/pub/vlc/SuSE/Tumbleweed VLC
sudo zypper mr -r VLC
sudo zypper in vlc
It will install its stuff, there will be package conflicts since this new repo will provide different libraries to ones that might already exist. In this situation, it will prompt you what to do. We will select the 1
option. This will agree to the vendor change
. You will do this for everything.
Next, we need to perform an upgrade on anything else it provides.
zypper dup --from VLC
And same as before, it will ask what to do with the conflicting packages. Select 1
for everything. Once thatβs done you will need to close any programs that were using the old libraries, or if youβre unsure just do a reboot.
Check
Check here to see if it worked. If it is able to play the MP4 Big Bunny video then congrats you did it.