Skip to content

Installation

Installing PostalPoint

Installing PostalPoint is easy. Just follow the instructions at https://postalpoint.app/download. If you get stuck, feel free to contact us.

Next Steps

Go to Settings and Setup to configure PostalPoint.

Manual Linux Installation

Ubuntu and Linux Mint

wget -qO - https://repo.netsyms.com/apt/netsyms-repo-signing-key.key | sudo tee /usr/share/keyrings/netsyms-repo-signing-key.gpg > /dev/null
echo "deb [signed-by=/usr/share/keyrings/netsyms-repo-signing-key.gpg] http://repo.netsyms.com/apt main main" | sudo tee /etc/apt/sources.list.d/netsyms-technologies.list
sudo apt update
sudo apt install -y postalpoint-retail

Debian

su
wget -qO - https://repo.netsyms.com/apt/netsyms-repo-signing-key.key | tee /usr/share/keyrings/netsyms-repo-signing-key.gpg > /dev/null
echo "deb [signed-by=/usr/share/keyrings/netsyms-repo-signing-key.gpg] http://repo.netsyms.com/apt main main" | tee /etc/apt/sources.list.d/netsyms-technologies.list
apt update
apt install -y postalpoint-retail
exit

Other Linux Distributions

We don't support other Linux distros, but if you really want to do it anyway, contact us for an unpackaged copy of PostalPoint you can run manually with a small amount of effort.