Member-only story
Troubleshooting VLC on Ubuntu: What to do when it won’t open
VLC is a popular media player that’s widely used on Ubuntu and other Linux-based operating systems. While VLC is generally reliable, there are times when it may not open for reasons that can be difficult to diagnose. If you’re experiencing this issue, don’t worry. There are a few things you can try to get VLC working again. In this article, we’ll discuss some common solutions.
Update your system:
The first thing you should do when VLC won’t open is to make sure your Ubuntu system is up to date. You can do this by opening a terminal and running the command:
sudo apt update && sudo apt upgradeThis will update all the packages installed on your system, including VLC. Once the update is complete, try opening VLC again to see if the issue has been resolved.
Reinstall VLC:
If updating your system doesn’t work, the next step is to try reinstalling VLC. To do this, open a terminal and run the command:
sudo apt-get remove vlc && sudo apt-get install vlcThis will remove the existing VLC installation and then install it again. Note that this will also remove any settings and preferences you may have set for VLC, so you’ll need to set those up again…
