Changes

Jump to: navigation, search

He:הורדה

270 bytes added, 11:28, 12 May 2021
מבוססי דביאן: translation
=== מבוססי דביאן ===
For [[File:Debianopenlogo-32.png|link=Download#Debian-based]]'''[[Debian|Debian-based linux distributions]]''' (Which includes [[File:Ubuntu_32x32.png|link=Download#Debian-based]]''' Ubuntu ''') [{{github_url}}/releases/v{{version}} Download the .deb file]. Double-click on the downloaded .deb file or (for some distributions, e.g. Mint Debian) run the following command from the directory where the file was saved ({{man menu|change the filename to match the one you downloaded}}).
<syntaxhighlight lang="C">
sudo dpkg -i gramps_{{version}}-1_all.deb
</syntaxhighlight>
If you have an error about having unmet dependencies run:
<syntaxhighlight lang="C">
sudo apt-get -f install
</syntaxhighlight>
to install the dependencies.
If you see an error about language support when starting Gramps, run
<syntaxhighlight lang="C">
sudo apt install language-pack-gnome-en
</syntaxhighlight>
to install the proper language pack. You may need to replace 'en' with your own language code, like 'nl' for Dutch.
* Find out what version you are running, by using this:
<syntaxhighlight lang="C">
dpkg-query -s gramps
</syntaxhighlight>
that queries the package and gives you info about it.
* If you are committed to an upgrade then make sure you have backed up you Family Trees to Gramps XML then run :
<syntaxhighlight lang="C">
sudo dpkg -r gramps
</syntaxhighlight>
this will remove the current gramps package (assuming its a python3 version older versions could be python-gramps )
* To stop Ubuntu updating gramps (to possibly an older version from Ubuntu!) you may need to run:
<syntaxhighlight lang="C">
sudo apt-mark hold gramps
</syntaxhighlight>'''Upgrade is then completeכעת העדכון הושלם.'''
=== Flathub ===
3,019
edits

Navigation menu