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

Installation

Tony George edited this page Jul 8, 2017 · 2 revisions

Installation

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

Packages are available in the Launchpad PPA for supported Ubuntu releases. Run the following commands in a terminal window:

sudo apt-add-repository -y ppa:teejee2008/ppa
sudo apt-get update
sudo apt-get install polo-file-manager

DEB and RUN packages are available on Releases page for older Ubuntu releases which have reached end-of-life.

Other Linux Distributions

Download the .RUN installer from Releases page and execute it in a terminal window:

# 64-bit
sudo sh ./polo*amd64.run
# 32-bit
sudo sh ./polo*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)

Clone this wiki locally