-
Notifications
You must be signed in to change notification settings - Fork 672
debian installation instruction
AliReza AmirSamimi edited this page Jul 19, 2025
·
12 revisions
For Debian bookworm and older version of Debian, You must use Persepolis bundle or you must install persepolis from source.
If you use Debian trixie or newer version of Debian, You can download .deb file from release page and install it yourself. you can also use our launchpad repository! fisrt step you must add persepolis launchpad ppa (repository) to your apt source file :
echo "deb http://ppa.launchpad.net/persepolis/ppa/ubuntu plucky main #deb-src http://ppa.launchpad.net/persepolis/ppa/ubuntu plucky main" | sudo tee /etc/apt/sources.list.d/persepolis-ppa.list > /dev/null
update os
sudo apt-get update
if you meet an error about key signature like this :
W: GPG error: http://ppa.launchpad.net/persepolis/ppa/ubuntu xenial InRelease:
The following signatures couldn't be verified because the public key is
not available: NO_PUBKEY AC4E8D9CDCB0980D
first copy the key in the error message . in my example is AC4E8D9CDCB0980D .
use this command :
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys REPLACE_WITH_THE_KEY_THAT_YOU_COPIED_BEFORE
that command is like this for me!
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys AC4E8D9CDCB0980D
then update and install persepolis
sudo apt-get update && sudo apt-get install persepolis
If you are Debian user, You can install persepolis from Debian official repositories.
sudo apt update && sudo apt install persepolis
Read More About Persepolis