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

What is health check monitoring and how does it improve system reliability?

Health check monitoring is a systematic process that tracks the availability and performance of your servers, applications, and infrastructure by sending automated requests at regular intervals. Most systems run checks every 30 to 60 second

What is GSLB and why is it important for global applications?

GSLB (Global Server Load Balancing) is a load balancing service that distributes client requests across multiple geographically dispersed data centers to improve performance, availability, and compliance.At its core, GSLB works at the DNS l

How do load balancing algorithms work?

Load balancing automatically distributes incoming network traffic across multiple compute resources according to specified rules. Modern applications can generate millions of requests per second, and sharing the load boosts performance and

Serverless vs containers: which execution model should you choose?

Serverless vs containersBuilding modern applications means making a fundamental choice: serverless or containers?This decision affects how you use code, manage resources, and pay for infrastructure. Here's what you need to know.Serverless c

What Is an Origin Server?

An origin server is a computer or service that stores and delivers original content to end-users, serving as the primary source for websites and web applications. When a user requests content, the origin server processes the request and sen

What is DNS TTL and how does it work?

A Domain Name System Time to Live (DNS TTL) is a timer measured in seconds, that determines how long a DNS record stays cached before resolvers must refresh it from the authoritative nameserver.DNS TTL controls caching behavior across the g

Subscribe to our newsletter

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