I'm helping someone to install a Kerberos Linux Client on a Ubuntu 18.04 LTS server which is currently offline from the internet. This will be later used to setup authentication to connect to a Kakfa service.
If it was online, this simple apt-get
command would be enough:
sudo apt-get install krb5-user krb5-config libsasl2-modules-gssapi-mit
I though about zipping the krb5-config krb5-user libgssrpc4 libkadm5clnt-mit9 libkadm5srv-mit9 libkdb5-8 libsasl2-modules-gssapi-mit
downloaded files (as seen on my server* log) and give him the instruction to where to put them. This may or may not be enough.
What should I do, then?
*obs: the offline server is a similar version of my online server.