In the past days, I used VLC to watch video tutorials. But, occasionally, the video couldn't play correctly and had screen stuck problems. I thought that I perhaps needed to update my system and the software. So I used the command:
sudo apt upgrade
trying to fix problem, but, unfortunately my computer also held those problems. The system and VLC are both on the last version.
Last night, I used Ubuntu Software to remove VLC. And from some forums I found that I should run:
$ sudo apt-get autoremove vlc
$ sudo apt-get auto clean"
etc (because I wanted to uninstall it completely to reinstall later). But after uninstalling VLC, I am incapable of enabling it again.
This the reason why I can't install VLC again.
yann@yann-Matrimax-PC:~$ sudo apt-get install vlc
[sudo] password for yann:
Reading package lists... Done
Building dependency tree
Reading state information... Done
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:
vlc : Depends: libgles1-mesa (>= 7.8.1) but it is not going to be installed or libgles1
E: Unable to correct problems, you have held broken packages.
yann@yann-Matrimax-PC:~$ ^C
My system is Ubuntu 16.04 LTS, and I run VLC 2.2.5. Could you can help me to solve those troubles? Thanks :)