Hello all, new Debian user here. I want to install network-bound disk encryption on Debian 12 bookworm following this blogpost. When trying to install the encryption client packages for initramfs, the package clevis-initramfs is not found:
Installing packages clevis and clevis-luks alone worked without a hitch, so this does not look like apt-get having an issue when accessing the repositories. The blogpost implies that clevis-initramfs should also be available without any other prerequisites (like some packages in RHEL requiring epel to be installed first), confirmed by this package description on packages.debian.org. Despite a lengthy search I have been unable to overcome this, compounded by the fact that this is my first endeavour installing something on a system working with apt-get. Therefore my question, what am I missing? Any help would be much appreciated, thanks in advance!
Kind regards,
Ralph
root@debian12enc:~# cat /etc/os-releasePRETTY_NAME="Debian GNU/Linux 12 (bookworm)"NAME="Debian GNU/Linux"VERSION_ID="12"VERSION="12 (bookworm)"VERSION_CODENAME=bookworm(...)root@debian12enc:~# apt install -y clevis clevis-luks clevis-initramfsReading package lists... DoneBuilding dependency tree... DoneReading state information... DoneE: Unable to locate package clevis-initramfsroot@debian12enc:~#
Installing packages clevis and clevis-luks alone worked without a hitch, so this does not look like apt-get having an issue when accessing the repositories. The blogpost implies that clevis-initramfs should also be available without any other prerequisites (like some packages in RHEL requiring epel to be installed first), confirmed by this package description on packages.debian.org. Despite a lengthy search I have been unable to overcome this, compounded by the fact that this is my first endeavour installing something on a system working with apt-get. Therefore my question, what am I missing? Any help would be much appreciated, thanks in advance!
Kind regards,
Ralph
Statistics: Posted by RKirchner2024 — 2024-01-20 19:40 — Replies 1 — Views 94