borgbackup / borg

Deduplicating archiver with compression and authenticated encryption.
https://www.borgbackup.org/
Other
11k stars 741 forks source link

Fixed openSUSE dependencies in installation.rst #8248

Closed dertuxmalwieder closed 3 months ago

dertuxmalwieder commented 3 months ago

Installing Borg from pip requires a few dependencies. Unfortunately, zypper can't find a few of those listed. Here's the fix.

ThomasWaldmann commented 3 months ago

Thanks! Can you please do a similar PR also for 1.2-maint and 1.4-maint branches, which are used to create stable releases?

dertuxmalwieder commented 3 months ago

Do these versions have other dependencies? I don’t have a second system to test them.

ThomasWaldmann commented 3 months ago

1.4-maint should be similar as in master.

1.2-maint has some stuff bundled, but prefers the OS libs, if present and detectable.

dertuxmalwieder commented 3 months ago

In that case, I probably can’t, given that the 2.0.0b8 package conflicts with 1.2 and 1.4…

ThomasWaldmann commented 3 months ago

You can use pip and install into a virtual env, that's completely isolated and easy to remove again afterwards.