Update windows_winrm.rst (#70306)
gcc also needed to be installed alongside python-devel, krb5-devel, krb5-libs, and krb5-workstation.
This commit is contained in:
parent
d16018fe72
commit
f4ea43c4a0
1 changed files with 1 additions and 1 deletions
|
@ -303,7 +303,7 @@ Some system dependencies that must be installed prior to using Kerberos. The scr
|
|||
.. code-block:: shell
|
||||
|
||||
# Via Yum (RHEL/Centos/Fedora)
|
||||
yum -y install python-devel krb5-devel krb5-libs krb5-workstation
|
||||
yum -y install gcc python-devel krb5-devel krb5-libs krb5-workstation
|
||||
|
||||
# Via Apt (Ubuntu)
|
||||
sudo apt-get install python-dev libkrb5-dev krb5-user
|
||||
|
|
Loading…
Reference in a new issue