Using apt.sr-research.com
APT Configuration
Install the public signing key for the apt.sr-research.com repositories:
wget -qO- https://apt.sr-research.com/SRResearch_key.gpg | gpg --dearmor | sudo tee /etc/apt/keyrings/SRResearch_key.gpg >/dev/null
Configure the repository:
wget -qO- https://apt.sr-research.com/SR_Research_repo.sources | sudo tee /etc/apt/sources.list.d/SR_Research_repo.sources
Update apt package lists:
sudo apt update
Package Installation
Dataviewer (4.5.25):
sudo apt install eyelink-dataviewer
Optional Video Support (for Ubuntu 22.04 & 24.04 only):
sudo apt install eyelink-dataviewer eyelink-dataviewer-video-support
Clean and Reinstall Dataviewer:
sudo apt purge eyelink-dataviewer; sudo apt autoremove --purge; sudo apt update; sudo apt install eyelink-dataviewer eyelink-dataviewer-video-support
Eyelink Developers Kit (2.5.596):
sudo apt install eyelink-display-software
Clean and Reinstall Eyelink Developers Kit:
sudo apt purge eyelink-display-software; sudo apt autoremove --purge; sudo apt update; sudo apt install eyelink-display-software
For additional information regarding installation and usages, please see instructions on our support forum. Note, the contents of this link require a registered account to access. Please log in or to create an account to see the page contents.
