First off I was trying to update my system. I got the error that some packages couldn't be updated/installed. The package was mesa-vdpau-drivers and corresponding i386 of the same.
I tried installing the driver manually using the command:
sudo apt install mesa-vdpau-drivers
It gives me following on my terminal:
Some packages could not be installed.
This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
mesa-vdpau-drivers : Depends: libomxil-bellagio0 but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
Now I have tried installing the dependency manually, it installs smoothly but when I try the command to install mesa-vdpau, it again shows the same error.
I purged everything of mesa and installed everything from scratch it is still on the same situation.
So, how do I solve this? mesa-vdpau-drivers are needed for a hard kick to my system.
My APU+GPU: AMD A8 with R5 graphics M230
Any help to solve or pointing me in right direction is appreciated.