Skip to content

My description of the steps to get the Genealogical DNA Analysis Tool (GDAT) working on Linux

Notifications You must be signed in to change notification settings

hamlinuxOG/GDAT-on-Linux

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 

Repository files navigation

GDAT-on-Linux

My description of the steps to get the Genealogical DNA Analysis Tool (GDAT) working on Linux

  • Download the ZIP file for your distribution's architecture. ex. "64 bit"
  • In a terminal navigate to your "Downloads" directory.
  • Extract the file using your preferred archiving tool into your PATH. ex. unzip
unzip 'Linux 64 bit.zip' /home/$USER/.local/bin
  • Navigate to the binary.
cd /home/$USER/.local/bin/Linux\ 64\ bit/Genealogical\ DNA\ Analysis\ Tool/
  • Make the binary executable.
chmod +x Genealogical\ DNA\ Analysis\ Tool/
  • Create a Softlink to easily run the executable from the terminal.
ln -s /home/$USER/.local/bin/Linux\ 64\ bit/Genealogical\ DNA\ Analysis\ Tool/Genealogical\ DNA\ Analysis\ Tool /home/$USER/.local/bin/gdat
  • Run from the terminal and detached if the link is located within $PATH.
gdat &
  • Simply changing the name of the binary will result in an error.
  • Tested on Debian 11.3 Stable requiring no additional dependencies.

About

My description of the steps to get the Genealogical DNA Analysis Tool (GDAT) working on Linux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published