Linux - Third-Party Repositories
Ubuntu PPA
This PPA currently publishes packages for Ubuntu flavors, including official derivatives and unofficial derivative distributions such as Linuxmint, etc.
To install Videomass add this PPA to your system:
$ sudo apt-add-repository ppa:jeanslack/videomass
$ sudo apt-get update
$ sudo apt install videomass
For any other application-related issues, please read Known Problems and Bug Reports pages.
Slackware
Videomass is available on the SlackBuilds.org (“Sbo”) repository, a collection of third-party SlackBuild scripts to build Slackware packages from sources.
It can be downloaded, built and installed automatically using the sbopkg tool, or manually using the traditional method (see howto at https://slackbuilds.org/howto/)
ArchLinux
Videomass is available on the Arch User Repository as AUR package .
Can be installed by using pacaur/yay/etc.
after activating AUR on Arch Linux, or in AUR part of Manjaro (Arch Linux derivative) Linux.
Devuan / Debian
The latest pre-compiled, architecture-independent DEB package is available here: videomass_6.1.13-1_all.deb
Tested on:
- Devuan Chimaera
- Devuan Daedalus
- Debian11 bullseye
- Debian12 bookworm
Mageia 8
Exists a third-party repository for Mageia 8 that have a rpm package for videomass. The repository comes from BlogDrake The Official Community for Spanish Talking Users.
To add this repo, first you have to configure the Official Mageia repositories then:
For i586 - 32bit systems
su -
urpmi.addmedia --wget --distrib https://ftp.blogdrake.net/mageia/mageia8/i586
urpmi videomass
exit
For x86_64 - 64bit systems
su -
urpmi.addmedia --wget --distrib https://ftp.blogdrake.net/mageia/mageia8/x86_64
urpmi videomass
exit
AppImage format
Portable
About AppImage format
No longer available
The Videomass AppImage format will no longer be available until a wxPython-manylinux package (installable on Python-AppImage) compatible with most Linux distributions which can be embedded into the AppImage is officially released.
See the following related issues:
- https://github.com/jeanslack/Videomass/issues/186
- https://github.com/niess/python-appimage/issues/58
- https://discuss.wxpython.org/t/how-to-bundle-wxpython-with-appimage/35289/3
About manylinux on wxPython documentations:
For any application-related issues, please read Known Problems and Bug Reports pages.