3

VLC 3 looks "old"/"unstyled" after installation with snap. Here is a screenshotenter image description here As you can see the buttons are kind of unstyled.

kozlone
  • 159
  • 1
  • 1
  • 10

1 Answers1

2

To install the latest VLC :

Add repository :

sudo add-apt-repository ppa:jonathonf/vlc

Delete previous versions VLC :

sudo apt remove vlc vlc-nox

Update and install the latest VLC version :

sudo apt update && sudo apt install vlc

To install from snap, follow this link : How to install the vlc 3.0 snap in linux

An0n
  • 2,119