Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VLC Player for Linux (GitHub Edition)

Overview

VLC Media Player is a free and open-source multimedia player available for Linux, Windows, macOS, and more. This repository contains resources, installation instructions, and usage tips for Linux users who want to run and contribute to VLC via GitHub.

Features

  • Plays most multimedia files, as well as DVDs, Audio CDs, VCDs, and various streaming protocols
  • Supports a wide range of codecs without needing external codec packs
  • Offers advanced controls, subtitle support, and customization options

Installation

Using a Package Manager

Ubuntu/Debian

sudo apt update
sudo apt install vlc

Fedora

sudo dnf install vlc

Arch Linux

sudo pacman -S vlc

Building VLC from Source

  1. Clone this repository:
    git clone https://github.com/videolan/vlc.git
    cd vlc
  2. Install build dependencies (refer to INSTALL.md in the repo for details).
  3. Build and install:
    ./bootstrap
    ./configure
    make
    sudo make install

Usage

Run VLC via terminal:

vlc

Or open via your system's application launcher.

Contribution

  • Fork the repo and submit pull requests.
  • Review existing issues before reporting bugs.
  • Check the CONTRIBUTING.md for code standards and guidelines.

Resources

License

This project is licensed under the GNU General Public License v2.0.

About

VLC-media-player-

Resources

Security policy

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages