Installing DataSunrise from the Repository (Debian 13)
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:
- Install the necessary packages:
- Import the public GPG key:
- Add the repository to the sources list:
- Update the system and install the package:
- Check the DataSunrise installation using your web browser:
sudo apt-get update sudo apt-get -y install dirmngr ca-certificates gpg
sudo gpg --keyserver keyserver.ubuntu.com --recv-keys 6FD77C7551EED352 sudo gpg --export 6FD77C7551EED352 | sudo tee /usr/share/keyrings/datasunrise.gpg > /dev/null
echo "deb [signed-by=/usr/share/keyrings/datasunrise.gpg] https://repository.datasunrise.com trixie non-free" | sudo tee /etc/apt/sources.list.d/datasunrise.list
sudo apt-get update sudo apt-get -y install datasunrise
https://<Server_IP>:11000