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:
authorAntenore Gatta <antenore@simbiosi.org>2018-04-21 23:17:32 +0300
committerGitHub <noreply@github.com>2018-04-21 23:17:32 +0300
commit2564d60c923ea75d34904a9ad115c6e6503423e6 (patch)
treed8e0f9f8b23eafe22183925c5150eb208e717654 /README.md
parent6c17a7b02d1587e9068294e3b1320d4c1d1d7846 (diff)
parentd912f90f1b394089e2849c92bfbc51dd3fea2d00 (diff)
Merge pull request #1581 from jubalh/oS
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