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

100% disk usage Audio Formats cyber cybersecurity databreaches domainsearch breaches entertainment firefox monitor Gaming have i been pwned haveibeenpwned how to secure files install wordpress in localhost learn cybersecurity linux Machine Learning netflix privacy Search engine secure password security Strands technews Video Formats Windows Windows 11 Wordle WordPress installation xampp wordpress xampp wordpress installation

  • About us
  • Contact us
  • Privacy Policy

Follow us

  • Instagram

Copyright © 2025 Techusers.

Powered by PressBook WordPress theme