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 Function as a Service (FaaS)?

Function as a Service (FaaS) is a serverless computing model that lets developers write and deploy code in small, independent functions without managing any server infrastructure. Over 50% of organizations now adopt serverless technologies

What is DNS-over-HTTPS (DoH)?

DNS-over-HTTPS (DoH) is an internet security protocol that encrypts DNS queries by sending them over HTTPS connections on port 443, the same port used for standard HTTPS traffic. Standardized by the IETF in RFC 8484 in October 2018, DoH pre

TLS 1.3 vs TLS 1.2: what’s the difference?

TLS 1.3 vs 1.2 refers to the comparison between two versions of the Transport Layer Security protocol, a cryptographic standard that encrypts data exchanged between clients and servers to secure network communications. TLS 1.3, finalized in

What does SSL handshake failed mean?

An “SSL handshake failed” error occurs when a client and server can't complete the initial negotiation process required to establish a secure encrypted connection. This negotiation happens before any data transfer begins and typically compl

What is TLS 1.3?

TLS 1.3 is the latest version of the Transport Layer Security protocol, standardized in RFC 8446 in August 2018. This cryptographic protocol secures communication between clients and servers across the internet, from web browsing to API cal

What is DNS load balancing?

DNS load balancing is a technique that distributes incoming network traffic across multiple servers by manipulating DNS responses to improve the availability and performance of applications or services. It works at the application layer (la

Subscribe to our newsletter

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