Skip to main content

Step-by-step installation on Linux

Installation with AppImage 

Download the AppImage file from Ancestris web site hovering the muse on the Ancestris 12 stable or Ancestris Development 13 button

download.png

Make sure the file is executable

Double click on it

Installation on Ubuntu using the official repository

Repository is: https://launchpad.net/~ancestris

Stable version "Ancestris stable"

To install the stable version of Ancestris:

  • Add the PPA ppa: ancestris / ancestris-stable in your software sources.
  • Then reload the list of packages.
  • Finally install the Ancestris package

All this can be done using the following commands:

sudo add-apt-repository ppa:ancestris/ancestris-stable
sudo apt-get update
sudo apt install ancestris

Development version "Ancestris unstable"

To install the unstable version of Ancestris:

  • Add the PPA ppa: ancestris / ancestris-unstable in your software sources.
  • Then reload the list of packages.
  • Finally install the Ancestris package

All this can be done using the following commands:

sudo add-apt-repository ppa:ancestris/ancestris-unstable
sudo apt-get update
sudo apt install ancestris

 

Uninstallation

If you installed via AppImage

xxx

If you installed via repository

sudo apt remove ancestris