Need help installing the server on Debian 13

Hello everyone,

Unfortunately, I’m stuck with the installation on Debian 13.

I’ve executed the following three parameters under Hints:

wget https://hndl.urbackup.org/Server/2.5.33/urbackup-server_2.5.33_amd64.deb

sudo dpkg -i urbackup-server_2.5.33_amd64.deb

sudo apt install -f

It downloads the file and I can also execute it, but unfortunately an error occurs, as it says there, that packages are required.

But when I run sudo apt install -f, I am only offered the option to uninstall urbackup.

I then tried to manually install the missing packages.

sudo apt install sqlite3 libcurl3-nss libfuse2

Unfortunately, I also get an error:

Note: " libfuse2t64“ is selected instead of ”libfuse2".

The package libcurl3-nss is not available, but is referenced by another package.

This may mean that the package is missing, that it has been replaced,

or that it is only available from another source.

Error: No installation candidate exists for package “libcurl3-nss.”

Now I’m stuck. The libcurl3-nss package is needed, but it can’t be found anywhere.

It’s a shame that the installation instructions don’t take any of this into account :frowning:

Has anyone installed the server on Debian 13 and has any advice for me?

I don’t know if the developer is reading this or how to contact them so that it can be adjusted accordingly to help more people.

Best regards

Translated with DeepL.com (free version)

Because this deb package was compiled with specific dependencies versions in header file. Compiled package expecting dependencies not available in current for you repositories.

Options you have:

  1. Download sources, unpack check header file (you need to configure versions of dependencies to match you have in your distribution), then compile: File urbackup-server.spec of Package urbackup-server - openSUSE Build Service
  2. /repositories/home:/uroni - openSUSE Download - try another systems or packages (testing/unstable).
1 Like

Background about be issue: Cannot install Server in Ubuntu

1 Like

Thank you very much for your answers and help.

Unfortunately, I am quite new to Linux and don’t really know what to do with it :frowning:

I hope that the instructions will be revised as soon as possible and that there will be an easy installation method again.