Skip to content

Install on Linux

1. Download the .deb package

Download the .deb file for the latest version:

Download .deb (amd64)

2. Verify the download (optional)

Compare the SHA-256 checksum of your downloaded file with the one published in the checksums file:

SHA-256:...
bash
sha256sum "DJ Live Playlist_0.7.0_amd64.deb"

3. Install

bash
sudo dpkg -i "DJ Live Playlist_0.7.0_amd64.deb"

# If dependencies are missing
sudo apt-get install -f

Then launch the app from the application menu or via:

bash
dj-live-playlist

System dependencies

Install dependencies if missing:

bash
# Ubuntu / Debian
sudo apt install libwebkit2gtk-4.1-0 libssl3

# Fedora / RHEL
sudo dnf install webkit2gtk4.1 openssl

# Arch Linux
sudo pacman -S webkit2gtk-4.1 openssl

Uninstall

bash
sudo dpkg -r dj-live-playlist