Gramps is a free and open source family tree management application for Windows, Linux and MacOS. Using Gramps, you can record the many details of person’s life as well as the relationships between various people, places and events. It comes with quick and detail analysis of your data and summary of the relationship, graphic chart representation, sources and citations option, photos and videos support.
Install Gramps on Ubuntu Linux
Gramps is available from Ubuntu repository, PPA and from flathub. Open the terminal application using ctrl+alt+t keys and run below commands one by one to install the latest version of Gramps on your system.
sudo apt update
sudo apt install gramps
gramps
Install Gramps via PPA:
In terminal run all below commands one by one to add Gramps PPA and install Gramps on your system.
sudo add-apt-repository ppa:rosco2/backports
sudo apt-get update
sudo apt install gramps
Install Gramps via flatpak:
First install flatpak and flathub on your system and restart it. After that in terminal app run below Gramps flatpak installation command.
flatpak install flathub org.gramps_project.Gramps
It will install the latest Gramps on your system. Now you can open it via below command.
flatpak run org.gramps_project.Gramps
And also uninstall it via below command.
sudo flatpak uninstall org.gramps_project.Gramps
Install Gramps via DEB:
Download Gramps in deb package file from the top Gramps Download link and save it on your Downloads folder. Now in terminal command-line app run below command.
sudo apt install ./Downloads/gramps*.deb
That’s all