Skip to content

debian installation instruction

AliReza AmirSamimi edited this page Jun 9, 2024 · 10 revisions

For debian based os (Debian , Raspbian , Deepin , KaliLinux , ... ) you can download deb file from (here)[https://github.com/persepolisdm/persepolis/releases] and install it yourself! or you can use our launchpad repository! fisrt step you must add persepolis launchpad ppa (repository) to your apt source file :

sudo echo "deb http://ppa.launchpad.net/persepolis/ppa/ubuntu xenial main #deb-src http://ppa.launchpad.net/persepolis/ppa/ubuntu xenial main " > /etc/apt/sources.list.d/persepolis-ppa.list

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

Persepolis is available in Debian official repositories.

If you are Debian user, You can install persepolis from Debian official repositories.

sudo apt update && sudo apt install persepolis
Clone this wiki locally