Your Server, Your Data, Your Terms! 

Welcome to Pexus Debian Package Repository !.

This repository contains the debian packages for Pexus Patriot PS - Personal Server systems.
Note: At this time (Jan 2022) Debian 10 (Buster) version is actively worked on and supported.
Previous versions for Debian 7 (wheezy) and Debian 8 (jessie) is not supported, you can install their last versions released.

To add the Pexus Repository Key to your apt key chain, download the Pexus LLC public key by executing the following command.

  wget -O - https://repo.pexus.net/corp@pexus.com.gpg.key | sudo apt-key add -

Next add Pexus Repository source for apt package manager by creating pexus.list file in /etc/apt/sources.list.d directory.

You can do this easily by executing the following command based on your Debian Linux Distribution.


  echo "deb https://repo.pexus.net buster main" | sudo tee /etc/apt/sources.list.d/pexus.list  

For older versions (not supported) use as shown below.

	echo "deb https://repo.pexus.net wheezy main" | sudo tee /etc/apt/sources.list.d/pexus.list  
	echo "deb https://repo.pexus.net jessie main" | sudo tee /etc/apt/sources.list.d/pexus.list
  	

 ppsconfigpak requires the following repositories for satisfying it;s package dependencies.

echo 'deb http://ftp.debian.org/debian buster-backports main' > /etc/apt.sources.list.d/buster-backports.list
curl --silent https://adoptopenjdk.jfrog.io/adoptopenjdk/api/gpg/key/public | sudo apt-key add -
deb https://adoptopenjdk.jfrog.io/adoptopenjdk/deb/ $(lsb_release  --codename --short) main | sudo tee /etc/apt/sources.list.d/adoptopenjdk.list		

 After the above steps, do the following to install or upgrade Pexus ppsconfigpak packages. e.g.


  sudo apt-get install apt-transport-https
  sudo apt-get update
  sudo apt-get install ppsconfigpak


 For Debian 10 (buster) download this script - ppsconfigpak-installer.sh that will do all the pre-requistes shown above and install ppsconfigpak




To install the Patriot PS Configuration application - ppsconfigpak on an existing Debian 7.x (wheezy) or Debian 8.x (jessie) follow these steps. The ppsconfigpak depends on postfix mail transfer agent package (MTA). By default Debian installs exim4. Both MTA cannot coexist. postfix needs to be installed first before installing ppsconfigpak. When installing postfix, exim4 will be removed.

  sudo apt-get install postfix
  sudo apt-get install ppsconfigpak

  About  |   Contact Copyright (c) 2019 Pexus LLC