Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2018-04-20 18:18:33 +0300
committerMichael Vetter <jubalh@iodoru.org>2018-04-20 18:18:33 +0300
commitd912f90f1b394089e2849c92bfbc51dd3fea2d00 (patch)
treed4504c2a683552dca1f63aa57e9ecbbafe1109bb /README.md
parent07d27feb919cd7dd807d59a541ede72b20256e24 (diff)
Add openSUSE info and instructions to README
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
index 74063363f..51ce7959a 100644
--- a/README.md
+++ b/README.md
@@ -104,6 +104,17 @@ dnf upgrade --refresh 'remmina*' 'freerdp*'
Install [remmina-git](https://aur.archlinux.org/packages/remmina-git) from [AUR](https://aur.archlinux.org/)
+### openSUSE
+
+Remmina is in the offical repositories for all openSUSE distributions.
+In case the version in the released stable branch of openSUSE is too old you can install the latest one from the [devel project](https://build.opensuse.org/package/show/X11%3ARemoteDesktop/remmina) via:
+
+```
+zypper ar -f obs://X11:RemoteDesktop/remmina remmina
+zypper ref
+zypper in remmina
+```
+
### For users with a distro that supports [Flatpak](https://flathub.org/), including Ubuntu ###
```sh