Skip to content

Commit

Permalink
[DOP-21780] Update list of Kerberos-related packages in README
Browse files Browse the repository at this point in the history
  • Loading branch information
dolfinus committed Dec 11, 2024
1 parent ecf3c85 commit e1f8233
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -263,8 +263,8 @@ The exact installation instruction depends on your OS, here are some examples:

.. code:: bash
dnf install krb5-devel gcc # CentOS, OracleLinux
apt install libkrb5-dev gcc # Debian-based
apt install libkrb5-dev krb5-user gcc # Debian-based
dnf install krb5-devel krb5-libs krb5-workstation gcc # CentOS, OracleLinux
Also you should pass ``kerberos`` to ``extras`` to install required Python packages:

Expand Down

0 comments on commit e1f8233

Please sign in to comment.