I see that on my Ubuntu 12.04lts machine, I get the same updates every time. The updates are for vlc player. It repeats at least once a day. Is something stuck or does it do that. I have installed vlc to the latest version for linux via commands I found on ask ubuntu that I have on terminal. O, and I see no other updates, but these.
Asked
Active
Viewed 232 times
1 Answers
0
Delete all the four repositories,then uninstall existing vlc by running,
sudo apt-get purge vlc
and then run the below commands on terminal to install a vlc stable release,
sudo add-apt-repository ppa:videolan/stable-daily
sudo apt-get update
sudo apt-get install vlc
Avinash Raj
- 80,446