Archlinux 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
- Install
python-vlc
from the AUR.
- Open a root terminal, or become root (
sudo su -
). - Install the pacakge
pacman -U <path.pkg.tar.zst>
Note: The GIT builds of Phantom Player are available in the
AUR ,
and they can easily be installed with
yay -S phantom-player-git
.