(In reply to Holger Sickenberg from comment #15) > asus:/tmp # rpm -ql terminfo-base > ... > /usr/share/terminfo/v/vt100 > /usr/share/terminfo/v/vt102 > /usr/share/terminfo/v/vt220 > ... > > asus:/tmp # sudo lsinitrd | grep terminfo > terminfo > ... > -rw-r--r-- 1 root root 1190 Feb 19 2024 > usr/share/terminfo/v/t100 > -rw-r--r-- 1 root root 1184 Feb 19 2024 > usr/share/terminfo/v/t102 > -rw-r--r-- 1 root root 1377 Feb 19 2024 > usr/share/terminfo/v/t220 This is a typo, right? these three files listed with `lsinitrd` should be `vt100`, `vt102` and `vt220`. If it's not a typo, it would explain the error.