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.
- 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
sudo apt update
sudo apt install vlcsudo dnf install vlcsudo pacman -S vlc- Clone this repository:
git clone https://github.com/videolan/vlc.git cd vlc - Install build dependencies (refer to
INSTALL.mdin the repo for details). - Build and install:
./bootstrap ./configure make sudo make install
Run VLC via terminal:
vlcOr open via your system's application launcher.
- Fork the repo and submit pull requests.
- Review existing issues before reporting bugs.
- Check the CONTRIBUTING.md for code standards and guidelines.
This project is licensed under the GNU General Public License v2.0.