
- VLC MEDIA PLAYER INSTALLATION HOW TO
- VLC MEDIA PLAYER INSTALLATION UPDATE
- VLC MEDIA PLAYER INSTALLATION UPGRADE
vlcĪlternatively, Flatpak users will need to launch using the command below from a terminal instance: flatpak run įor most desktop users, you would use the following path on your desktop to open. Now that you have the application installed, launching can be done in a few ways.įirst, to launch from your terminal, use the following command.
VLC MEDIA PLAYER INSTALLATION HOW TO
flatpak install flathub How to Launch VLC Media Player Now install the media player software using the following flatpak command.

Next, you need to enable Flatpack using the following command in your terminal: sudo flatpak remote-add -if-not-exists flathub Failure to do this can occur with odd issues, such as paths not being generated for icons. sudo apt install flatpak -yįor users installing Flatpak for the first time, it is often recommended to reboot your system. This is another popular option similar to Snap but is featured amongst many distributions as an alternative third-party installation package manager for the latest packages.įirst, re-install Flatpak if you have removed the package manager previously. This comes installed on Linux Mint unless you removed it. The third option is to use the Flatpak package manager. vlc -version Install VLC Media Player – Flatpak Method Verify the installation by running the version check command.
VLC MEDIA PLAYER INSTALLATION UPGRADE
sudo apt-get updateīefore installing VLC, run a quick upgrade as multiple dependencies will need to be upgraded before you continue.
VLC MEDIA PLAYER INSTALLATION UPDATE
Once you have imported the option you prefer, run a quick APT update to reflect the newly imported PPAs. Note that this will give you many new multimedia upgrades, so besides support for GIMP, you will also receive benefits for your entire system. Sudo add-apt-repository ppa:savoury1/multimedia -y Sudo add-apt-repository ppa:savoury1/graphics -y \ Sudo add-apt-repository ppa:savoury1/ffmpeg5 -y \ sudo add-apt-repository ppa:savoury1/ffmpeg4 -y \ Given this is an upstream release, specific dependencies are required, so you will need a newer version of multimedia packages which you will need to import the following PPAs. sudo add-apt-repository ppa:savoury1/vlc3 -y This is probably the most desired for Linux Mint users to keep the installation using the APT package manager while having the latest up-to-date version.įirst, import the VLC Media Player PPA by Rob Savoury. The second option is to install VLC using the PPA from the launchpad. sudo apt install vlc -y Install VLC Media Player – APT LaunchPAD PPA Method

In your terminal, use the following command to begin the installation. VLC is available on Linux Mint’s default repository, which is the advised version for users who are happy with the stable version for minor use.

sudo apt update & sudo apt upgrade -y Install VLC Media Player – APT Default Method This is done by opening your terminal and using the following command. The first step is ensuring your system is up-to-date to avoid issues during the installation and for good practice.
