Gaming industry under DDoS attack. Get DDoS protection now. Start onboarding
  1. Home
  2. Developers
  3. How to Install VLC on Ubuntu

How to Install VLC on Ubuntu

  • By Gcore
  • August 25, 2023
  • 2 min read
How to Install VLC on Ubuntu

For Ubuntu users, having VLC is synonymous with an enhanced media experience, free from the constraints of format incompatibilities. This guide delves into the seamless process of installing VLC on Ubuntu, ensuring you’re just a few clicks away from a world-class multimedia playback experience.

What is VLC?

VLC, or VLC Media Player, is a free and open-source, cross-platform multimedia player and framework. It’s developed by the VideoLAN project and has garnered popularity due to several notable features:

  1. Broad Media Format Support. VLC can play a vast array of multimedia formats, effortlessly handling MP3, MP4, MKV, AVI, MOV, OGG, FLAC, and many others. It can also play DVDs, audio CDs, VCDs, and various streaming protocols without the need for external codecs.
  2. Compatibility. VLC is available for a plethora of platforms, from Windows, macOS, and Linux to mobile ecosystems like Android and iOS.
  3. No Need for Additional Codecs. VLC’s comprehensive codec support ensures smooth playback of nearly all multimedia files right out of the box, eliminating the hassle of downloading extra codec packs.
  4. Advanced Features. Beyond mere playback, VLC offers tools for media conversion, streaming capabilities, and even video effects and adjustments.
  5. Community Support. With its open-source ethos, VLC boasts a vibrant community, ensuring its evolution with regular updates, fixes, and improvements based on genuine user feedback.

Installing VLC on Ubuntu

Here’s a step-by-step guide on how to install VLC on Ubuntu:

1. Update the Package Index. Begin by ensuring your package list and software are up to date.

sudo apt update && sudo apt upgrade -y

2. Install VLC. Now, install VLC using the apt package manager.

sudo apt install vlc

If that doesn’t work, you can also try these following commands:

sudo snap install vlc 
sudo apt install vlc-bin

Example:

3. Verify Installation. Once installed, you can check the version of VLC to verify it was installed correctly.

vlc --version

Example:

4. Launch VLC. You can now launch VLC either from the terminal or through the Ubuntu application menu.

vlc

Expected Output: VLC Media Player will open and show its familiar user interface.

That’s it! You’ve successfully installed VLC on Ubuntu. Whenever you want to play media files, VLC will be ready to handle almost any format you throw at it.

Conclusion

Want to run Ubuntu in a virtual environment? With Gcore Cloud, you can choose from Basic VM, Virtual Instances, or VPS/VDS suitable for Ubuntu:

Choose an instance

Related articles

Multi-Cloud Plan: What It Is and How It Works

Your cloud provider goes down. Applications fail. Customers can't access your services. And because you've built everything around a single vendor, there's nothing you can do but wait. For organizations locked into one cloud platform, this

Vendor Lock-In in Cloud Computing: What It Is and How to Avoid It

Imagine discovering that migrating your company's data to a new cloud provider will cost hundreds of thousands of dollars in egress fees alone, before you've even touched the re-engineering work. Or worse, picture being in Synapse Financial

What is Transcoding: Definition, Process & Benefits

You're watching a video on your phone during your commute when it suddenly buffers, pixelates, and freezes, despite having full bars. Meanwhile, your friend streams the same content flawlessly on their laptop at home. Behind the scenes, str

What Is Sovereign Cloud and Why Does It Matter?

Picture this: a foreign government issues a legal order forcing your cloud provider to hand over sensitive patient records, classified research data, or critical national infrastructure details. You can't stop it. This isn't hypothetical. G

SQL Injection Prevention: Complete Security Guide & Best Practices

Your database gets compromised. Customer records disappear. Credit card data ends up for sale on the dark web. SQL injection attacks remain one of the most prevalent web application vulnerabilities in 2024, consistently appearing in top ten

What is Rate Limiting: Definition, Types & Implementation Guide

Your login page just got hammered with 10,000 password attempts in under a minute. Your API servers are buckling under a flood of requests. Legitimate users can't access the service while infrastructure costs spike. Without proper controls,

Subscribe to our newsletter

Get the latest industry trends, exclusive insights, and Gcore updates delivered straight to your inbox.