Skip to content
This repository has been archived by the owner on May 17, 2024. It is now read-only.

Installation Donation Plugins

Tony George edited this page Dec 2, 2018 · 2 revisions

Installation - Donation Plugins

Ubuntu-based Distributions (Ubuntu, Linux Mint, Elementary OS, etc)

Download the DEB files from the email you received.

Run one of the following commands in a terminal window:

# 64-bit
sudo apt install ./polo-donation-plugins*amd64.deb

# 32-bit
sudo apt install ./polo-donation-plugins*i386.deb

If you don't know your system architecture use the 64-bit version.

The PDF plugin requires pdftk. This can be installed with following commands.

sudo add-apt-repository ppa:malteworld/ppa
sudo apt update
sudo apt install pdftk

Other Linux Distributions

Download the RUN installer from the email you received.

Run one of the following commands in a terminal window:

# 64-bit
sudo sh ./polo-donation-plugins*amd64.run

# 32-bit
sudo sh ./polo-donation-plugins*i386.run

Installer can be used on the following distribution types:

  • RedHat based - Fedora, RedHat, Cent OS, etc (supports dnf and yum)

  • Debian based - Debian, Ubuntu, Linux Mint, Elementary OS, etc (supports apt)

  • Arch based - Arch Linux, Manjaro, etc (supports pacman)

PDF Plugin

The PDF plugin requires pdftk. This can be installed with following commands

Ubuntu-based Distributions

sudo add-apt-repository ppa:malteworld/ppa
sudo apt update
sudo apt install pdftk

Fedora (ref)

sudo dnf copr enable grturner/Polo
sudo dnf install pdftk