Installing DataSunrise from the DEB Repository (Ubuntu, Debian)
Installing DataSunrise from the Repository (Debian 13)
Installing DataSunrise from the Repository (Ubuntu 24)
Install DataSunrise package from the DEB repository (for Debian 12/Ubuntu 22)
Install DataSunrise from the RPM repository (for RHEL, CentOS 8/9)
Installing DataSunrise from the DEB Repository (Ubuntu, Debian)
For your convenience, we have created a DataSunrise DEB Repository and added a possibility to install DataSunrise from it. To do it, run the Terminal and execute the following commands:
1. Install the dirmgr package for accessing the OpenPGP keyservers and the ca-certificates package to resolve our repository certificate:
sudo apt-get -y install dirmngr ca-certificates
2. Import the public GPG key:
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 6FD77C7551EED352
3. Add the repository to the sources list:
echo "deb https://repository.datasunrise.com stretch non-free" | sudo tee /etc/apt/sources.list.d/datasunrise.list
4. Update the system and install the package:
sudo apt update
sudo apt -y install datasunrise
5. Check the DataSunrise installation using your web browser:
https://<Server_IP>:11000
For Ubuntu 20, execute the following command to install unmet dependences:
sudo apt -y install libbsd-dev liblzo2-dev gnutls-bin