Debian/Ubuntu Installation
Congratulations on downloading Phantom Player ! 🥳🎉
We hope that you enjoy it, and if you want to contribute, you're welcome
to donate on GitHub Sponsors .
Before Installing the Software
If you downloaded the software for a non-official mirror, we strongly suggest you to verify the SHA-256 sum.
- You can find the expected hash, under the releases > version page.
- You can use the following command to verify the hash:
echo "<expected_hash> <phantom_file>" | sha256sum --check
How to install
- Open a root terminal, or become root (
sudo su -
). - Install the pacakge
dpkg -i <path.deb>
- Fix missing dependencies
apt-get -f install
Note: It is not possible to install it under Debian Bookworm because
python3-vlc
must be >= 3.0.2
. The support starts on Debian Trixie.