Article original Publié le : 1 septembre 2022 Mise à jour le : – Le paquet freeipa-client n’est plus disponible dans les repos Debian 11
1 |
$ sudo apt install freeipa-client |
1 2 3 4 |
Reading package lists... Done Building dependency tree... Done Reading state information... Done E: Unable to locate package freeipa-client |
1 |
$ sudo apt search freeipa |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 |
Sorting... Done Full Text Search... Done cockpit-ws/stable 239-1 amd64 Cockpit Web Service freeipa-healthcheck/stable 0.8-1 all Health check tool for FreeIPA libipa-hbac-dev/stable 2.4.1-2 amd64 FreeIPA HBAC Evaluator library -- development files libipa-hbac0/stable 2.4.1-2 amd64 FreeIPA HBAC Evaluator library libnss-sss/stable 2.4.1-2 amd64 Nss library for the System Security Services Daemon libpam-sss/stable 2.4.1-2 amd64 Pam module for the System Security Services Daemon puppet-module-joshuabaird-ipaclient/stable 2.5.2-3 all Puppet module for Joshuabaird IPAclient python3-ipahealthcheck-core/stable 0.8-1 all Health check tool for FreeIPA -- core files python3-libipa-hbac/stable 2.4.1-2 amd64 Python3 bindings for the FreeIPA HBAC Evaluator library python3-sss/stable 2.4.1-2 amd64 Python3 module for the System Security Services Daemon sssd/stable 2.4.1-2 amd64 System Security Services Daemon -- metapackage sssd-common/stable 2.4.1-2 amd64 System Security Services Daemon -- common files sssd-tools/stable 2.4.1-2 amd64 System Security Services Daemon -- tools |
il faut passer par le backports Ajouter dans le sources.list
1 |
deb http://deb.debian.org/debian/ bullseye-backports main contrib non-free |
Mettre à jour la base et installé le client et ces […]