# 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 ``` Dagelijkse versie 12 "Ancestris unstable" 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 11**". [![nl-install-ubuntu.png](https://docs.ancestris.org/uploads/images/gallery/2023-01/scaled-1680-/nl-install-ubuntu.png)](https://docs.ancestris.org/uploads/images/gallery/2023-01/nl-install-ubuntu.png) ## De-installeren De-installeren van Ancestris gaat via het commando: ``` sudo apt remove ancestris ```