Skip to content
Techusers

Techusers

Learn To be a Dev

  • Home
  • Guide
  • Security & Privacy
  • Tech News
  • Computer
  • Top List
  • What is
  • Engineering
  • How To
  • Tech Terms
  • Toggle search form

How to install VLC on Linux Distros via Terminal

Posted on 02/10/202402/10/2024 By Techuser

VLC is a free and open-source multimedia player app/software that is not only portable but also available across different platforms. Over time, VLC became capable of streaming online videos.

To install VLC software in Linux Distros from the terminal you need to enter CMD Given below:

Ubuntu/ Linux Mint/ Kali Linux/ Zorin OS/ Tails OS/ Parrot OS/MX Linux/ PureOS,

sudo apt update && sudo apt upgrade -y
sudo apt install vlc 

Debian

echo 'deb http://http.debian.net/debian wheezy-backports main' > /etc/apt/sources.list.d/wheezy-backports.list
sudo apt-get update
sudo apt-get -t wheezy-backports install vlc

Fedora

su -
dnf install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm
dnf install https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm
dnf install vlc

Arch Linux

pacman -S vlc

RHEL/CentOS 8

su -
sudo yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
sudo yum install https://download1.rpmfusion.org/free/el/rpmfusion-free-release-8.noarch.rpm
sudo yum install vlc

Related

How To Tags:linux

Post navigation

Previous Post: WordPress Plugin Forminator Security flaw allows unrestricted file uploads to Your Server (Fixed)
Next Post: Google Maps to offer developers up to $6800 Credits in free API usage starting March 2025

Recent Posts

  • Today’s Wordle Hints, Answer for #1402 on April 21
  • Today’s Wordle Hints, Answer for #1401 on April 20
  • NYT Connections Today: Hints and Answer for April 19
  • Today’s Wordle Hints, Answer for #1400 on April 19
  • Today’s NYT Strands Hints, Answers & Spangram for April 11, 2025

Copyright © 2025 Techusers.

Powered by PressBook WordPress theme