Using apt.sr-research.com
SSL Configuration
This repository no longer uses a self-signed certificate, and the following section /w strikethrough text should no longer be required. A lets-encrypt certificate is currently used, and should be resolved as valid without any extra steps.
The only exception to this is likely to be on a Ubuntu/Debian installation that has only been minimally configured without all the basic packages. Should this be the case, please run:
sudo apt install ca-certificates
APT Configuration
Install the public signing key for the apt.sr-research.com repositories:
sudo apt-key adv --fetch-keys https://apt.sr-research.com/SRResearch_key
Configure the repository:
sudo add-apt-repository 'deb [arch=amd64] https://apt.sr-research.com SRResearch main'
Dataviewer (4.5.25)
Basic:
sudo add-apt-repository 'deb [arch=amd64] https://apt.sr-research.com SRResearch main'
sudo apt update
sudo apt install eyelink-dataviewer
With Video:
sudo apt update
sudo apt install eyelink-dataviewer eyelink-dataviewer-video-support
Clean and Reinstall Dataviewer:
sudo apt remove eyelink-dataviewer; sudo apt purge; sudo apt autoremove; sudo apt update; sudo apt install eyelink-dataviewer eyelink-dataviewer-video-support
Eyelink Development Kit
sudo add-apt-repository 'deb [arch=amd64] https://apt.sr-research.com SRResearch main'
sudo apt update
sudo apt install eyelink-display-software
For additional information regarding installation and usages, please see instructions on our support forum. Note, you will need to be logged into the forum or to create an account to see the page.
