From Fedora Project Wiki
(s/yum/dnf/) |
(add updates-testing disable step) |
||
Line 1: | Line 1: | ||
# Ensure the {{package|realmd}} package is installed on the test client (e.g. {{command|su -c 'dnf install realmd'}}) | # Ensure the {{package|realmd}} package is installed on the test client (e.g. {{command|su -c 'dnf install realmd'}}) | ||
# Remove the {{package|sssd}}, {{package|freeipa-client}} and {{package|samba-client}} packages (e.g. {{command|su -c 'dnf remove sssd samba-client'}}) from the test client, they should be installed by realmd if necessary | # Remove the {{package|sssd}}, {{package|freeipa-client}} and {{package|samba-client}} packages (e.g. {{command|su -c 'dnf remove sssd samba-client'}}) from the test client, they should be installed by realmd if necessary | ||
# Unless you wish to test pending updates, disable the 'updates-testing' repository so realmd does not install packages from it: {{command|su -c 'dnf config-manager --set-disabled updates-testing'}} |
Revision as of 22:08, 26 April 2016
- Ensure the
realmd
package is installed on the test client (e.g.su -c 'dnf install realmd'
) - Remove the
sssd
,freeipa-client
andsamba-client
packages (e.g.su -c 'dnf remove sssd samba-client'
) from the test client, they should be installed by realmd if necessary - Unless you wish to test pending updates, disable the 'updates-testing' repository so realmd does not install packages from it:
su -c 'dnf config-manager --set-disabled updates-testing'