Skip to content

Commit 9e4afd4

Browse files
committed
Update installation instructions in the README
Signed-off-by: David Mulder <dmulder@samba.org>
1 parent c414b25 commit 9e4afd4

File tree

1 file changed

+23
-8
lines changed

1 file changed

+23
-8
lines changed

README.md

+23-8
Original file line numberDiff line numberDiff line change
@@ -25,29 +25,44 @@ donations to the Samba Team.
2525

2626
## Installing
2727

28-
Himmelblau is currently only being built on openSUSE. Packaging contributions are welcome!
28+
Himmelblau is now available for multiple Linux distributions, including openSUSE, SUSE Linux Enterprise (SLE), Fedora, Ubuntu, Debian, and Red Hat Enterprise Linux (RHEL). Packages for NixOS are in progress. Visit the [Himmelblau Downloads Page](https://himmelblau-idm.org/downloads.html) to fetch the appropriate packages for your distribution.
2929

30-
On openSUSE Tumbleweed, refresh the repos and install himmelblau:
30+
### openSUSE Tumbleweed
31+
For openSUSE Tumbleweed, refresh the repositories and install Himmelblau:
3132

3233
```shell
33-
sudo zypper ref && sudo zypper in himmelblau nss-himmelblau pam-himmelblau
34+
sudo zypper ref && sudo zypper in himmelblau nss-himmelblau pam-himmelblau himmelblau-sso
3435
```
3536

36-
On openSUSE Leap and SUSE Linux Enterprise, first add the experimental repo:
37+
### openSUSE Leap and SUSE Linux Enterprise
38+
Add the appropriate repository for your version:
3739

3840
```shell
3941
# For Leap 15.6 or SUSE Linux Enterprise 15 SP6:
4042
sudo zypper ar https://download.opensuse.org/repositories/network:/idm/15.6/network:idm.repo
43+
4144
# For Leap 15.5 or SUSE Linux Enterprise 15 SP5:
4245
sudo zypper ar https://download.opensuse.org/repositories/network:/idm/15.5/network:idm.repo
43-
# For Leap 15.4 or SUSE Linux Enterprise 15 SP4:
44-
sudo zypper ar https://download.opensuse.org/repositories/network:/idm/15.4/network:idm.repo
4546
```
4647

47-
Then refresh the repos and install himmelblau:
48+
Then refresh and install:
49+
50+
```shell
51+
sudo zypper ref && sudo zypper in himmelblau nss-himmelblau pam-himmelblau himmelblau-sso
52+
```
53+
54+
### Fedora and RHEL (including Rocky Linux)
55+
Download the RPMs from the [Downloads Page](https://himmelblau-idm.org/downloads.html) and install:
56+
57+
```shell
58+
sudo dnf install ./himmelblau-<version>.rpm ./himmelblau-sshd-config-<version>.rpm ./himmelblau-sso-<version>.rpm ./nss-himmelblau-<version>.rpm ./pam-himmelblau-<version>.rpm
59+
```
60+
61+
### Debian and Ubuntu
62+
Download the DEB packages and install:
4863

4964
```shell
50-
sudo zypper ref && sudo zypper in himmelblau nss-himmelblau pam-himmelblau
65+
sudo apt install ./himmelblau_<version>.deb ./himmelblau-sshd-config_<version>.deb ./himmelblau-sso_<version>.deb ./nss-himmelblau_<version>.deb ./pam-himmelblau_<version>.deb
5166
```
5267

5368
## Demos

0 commit comments

Comments
 (0)