Index of /


db/
dists/
pool/
repository.gpg

Important note for historical users of this repository

As of version 4.0.0, the Debian package building has been reviewed. To avoid any surprise in automatic update, the codename repository as been changed from piwik to matomo. You are adviced to test your destination package version manually by downloading it from pool/main/m/matomo and then dpkg -i matomo-x.x.x.deb. If it looks good to you or you understand the risk you take, you can change your "apt" settings as describe under.

Warnings: You may observe segmentation faults during the Matomo DB upgrade. So, be sure to have a DB backup. Reasons can be:

Matomo package repository for debian based distributions

What?

This is an unofficial package repository for Matomo Open-source Analytics suitable for main Debian based distributions maintained by the matomo team.

This repository contains the vanilla version of the latest stable version of Matomo.

When?

Packages should be there about two weeks after their release at https://matomo.org/changelog/

How (to use)?

  1. Download the repository GPG key.
    wget https://debian.matomo.org/repository.gpg -qO matomo-repository.gpg
  2. Verify the repository gpg key.
    sha256sum --binary matomo-repository.gpg
    The value returned should be
    0d7c880f6c838bba2d02817dcacfc97fc538b1ebcdb41c3106595265c0d371d4
  3. Install the signing key on your computer.
    sudo mv matomo-repository.gpg /usr/share/keyrings/matomo-archive-keyring.gpg
  4. Declare this repository by adding the following to /etc/apt/sources.list.d/matomo.list
    deb [signed-by=/usr/share/keyrings/matomo-archive-keyring.gpg] http://debian.matomo.org/ matomo main
    deb-src [signed-by=/usr/share/keyrings/matomo-archive-keyring.gpg] http://debian.matomo.org/ matomo main
    Alternatively, you may want to use the https. To do so, add the following lines instead
    deb [signed-by=/usr/share/keyrings/matomo-archive-keyring.gpg] https://debian.matomo.org/ matomo main
    deb-src [signed-by=/usr/share/keyrings/matomo-archive-keyring.gpg] https://debian.matomo.org/ matomo main
  5. Refresh your package list.
    sudo apt-get update
  6. Install Matomo.
    sudo apt-get install matomo
  7. Check the configuration files in /etc/matomo/
  8. Optionally, enable the cron job in /etc/cron.d/matomo