# Installeer Ancestris op Ubuntu en alternatieve systemen

U kunt Ancestris installeren via de Ubuntu repository of vanaf de Ancestris.org website zoals te zien is op de hoofd installatie pagina..

## Via de officiële ppa repository  
[https://launchpad.net/~ancestris](https://launchpad.net/~ancestris "Dépôt Ubuntu où trouver Ancestris")

### Stabiele versie "Ancestris stable"

Om de stabiele versie van Ancestris te installeren, gaat u als volgt te werk:

- Voeg de PPA ppa: ancestris / ancestris-stable toe aan uw software resources (repository).
- Laad vervolgens de lijst met pakketten opnieuw.
- Installeer tenslotte het Ancestris pakket.

Gebruik de volgende commando's om deze opdrachten uit te voeren:

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

<span style="color: rgb(11, 28, 92); font-size: 2.333em;">Dagelijkse versie 13 "Ancestris unstable"</span>

Om de onstabiele versie van Ancestris te installeren gaat u als volgt te werk:

- Voeg de PPA ppa: ancestris / ancestris-unstable toe aan uw software resources (repository).
- Laad vervolgens de lijst met pakketten opnieuw.
- Installeer tenslotte het Ancestris pakket.

Gebruik de volgende commando's om deze opdrachten uit te voeren:

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

## Van de Ancestris web site

Op de officiële website is in het download gedeelte een Ubuntu pakket beschikbaar. Hiervoor houdt u de muis boven de knop "**Ancestris 12**".

[![nl-install-ubuntu.png](https://docs.ancestris.org/uploads/images/gallery/2024-06/scaled-1680-/3cSnl-install-ubuntu.png)](https://docs.ancestris.org/uploads/images/gallery/2024-06/3cSnl-install-ubuntu.png)

## De-installeren

De-installeren van Ancestris gaat via het commando:

```
sudo apt remove ancestris
```