File tree Expand file tree Collapse file tree 1 file changed +12
-8
lines changed Expand file tree Collapse file tree 1 file changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -39,22 +39,26 @@ Install the plugin:
39
39
$ sudo apt-get install sasl-xoauth2
40
40
```
41
41
42
- ## Pre-Built Packages for RHEL/Fedora
42
+ ## Pre-Built Packages for RHEL/EPEL/ Fedora
43
43
44
- (Thank you [ @augustus-p ] ( https://github.com/augustus-p ) for confirming that
45
- this works!)
44
+ The package is now available in latest Fedora and EPEL8/9. You can see how to enable epel here:
46
45
47
- Add the [ sasl-xoauth2 Copr
48
- repository] ( https://copr.fedorainfracloud.org/coprs/jjelen/sasl-xoauth2/ ) :
46
+ https://docs.fedoraproject.org/en-US/epel/
47
+
48
+ After that just install the plugin as any other package:
49
49
50
50
```
51
- $ sudo dnf copr enable jjelen/ sasl-xoauth2
51
+ $ sudo dnf install sasl-xoauth2
52
52
```
53
53
54
- Install the plugin:
54
+ (Thank you [ @augustus-p ] ( https://github.com/augustus-p ) for confirming that
55
+ this works!)
56
+
57
+ For older Fedora versions, you can use the [ sasl-xoauth2 Copr
58
+ repository] ( https://copr.fedorainfracloud.org/coprs/jjelen/sasl-xoauth2/ ) :
55
59
56
60
```
57
- $ sudo dnf install sasl-xoauth2
61
+ $ sudo dnf copr enable jjelen/ sasl-xoauth2
58
62
```
59
63
60
64
### A Note on SELinux
You can’t perform that action at this time.
0 commit comments