Unofficial VLCplayer AppImage, VLC version import from SNAPS repository
Download the AppImage from here.
The script will import VLCplayer from the snap repository and convert it to an Appimage The following sequence of commands will download the necessary files and execute them to generate the VLC player appimage, then you can access the VLCscript / out folder and click on the VLC appimage. In some distros it is necessary to install "wget" "fuse" "APT" "appstream" "gcc" , these scripts will work on debian based distros .
mkdir VLCscript;cd VLCscript;wget https://raw.githubusercontent.com/cmatomic/RecipesAppimage/master/VLCplayerSnap/VlcPlayerSnap.sh;chmod +x Vlc*.sh;./Vlc*.sh
mkdir VLCscript;cd VLCscript;wget https://raw.githubusercontent.com/cmatomic/RecipesAppimage/master/VLCplayerSnap/VlcPlayerBetaSnap.sh;chmod +x Vlc*.sh;./Vlc*.sh
mkdir VLCscript;cd VLCscript;wget https://raw.githubusercontent.com/cmatomic/RecipesAppimage/master/VLCplayerSnap/VlcPlayervlcEdgeSnap.sh;chmod +x Vlc*.sh;./Vlc*.sh
-
files for import snap vlc
https://github.com/cmatomic/RecipesAppimage/tree/master/VLCplayerSnap
- files for import snapy
https://github.com/cmatomic/RecipesAppimage/tree/master/SnapAppimage
- files for import tsquashfs-tools
https://github.com/cmatomic/RecipesAppimage/tree/master/squashfs-tools
If you are looking for a stable version Download the AppImage from here.