Installing on Other Linux Distros
Installing on Other Linux Distros
Follow the instructions on Installing on Ubuntu. A few distribution-specific notes and troubleshooting instructions have been listed below.
AWS Linux (Red Hat 4.8.5-11)
- sudo yum installĀ https://rpmfind.net/linux/remi/enterprise/6/remi/x86_64/libsodium23-1.0.16-1.el6.remi.x86_64.rpm
CentOS
- sudo yum installĀ https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
- sudo yum install libsodium
Troubleshooting Notes
sudo yum install ntp
sudo chkconfig ntpd on
sudo ntpdate pool.ntp.org
sudo service ntpd start
Ensure your machine's time is correct and that you have an NTP service running.