Dear list, I need to download a bunch of udeb packages from bookworm i386 repository. Thus I created a list with the package names, but obviously I did not do correctly.
On my amd64 system I edited the sources.list and added deb [arch=i386] http://deb.debian.org/debian/ bookworm main contrib non-free non-free- firmware deb-src [arch=i386] http://deb.debian.org/debian/ bookworm main contrib non-free non- free-firmware Then did an "apt update" and afterwards I tried xargs apt -d install --reinstall < /home/username/mypackagelist.txt This told me, that none of the packages are found. Not a single one. --- snip ---- LANG=C xargs apt-get -d --reinstall install < /home/myusername/mypackages.txt Reading package lists... Done Building dependency tree... Done Reading state information... Done E: Unable to locate package anna E: Unable to locate package archdetect E: Unable to locate package bogl-bterm-udeb E: Unable to locate package btrfs-modules E: Unable to locate package busybox-udeb E: Unable to locate package cdebconf-gtk-udeb E: Unable to locate package cdebconf-newt-udeb E: Unable to locate package cdebconf-text-udeb E: Unable to locate package cdebconf-udeb E: Unable to locate package cdrom-detect E: Unable to locate package crypto-dm-modules E: Unable to locate package crypto-modules E: Unable to locate package di-utils E: Unable to locate package efi-modules E: Unable to locate package ext2-modules E: Unable to locate package ext3-modules E: Unable to locate package ext4-modules E: Unable to locate package fat-modules E: Unable to locate package fontconfig-udeb E: Unable to locate package hw-detect E: Unable to locate package jfs-modules E: Unable to locate package libatk1.0-udeb E: Couldn't find any package by glob 'libatk1.0-udeb' E: Couldn't find any package by regex 'libatk1.0-udeb' E: Unable to locate package libcairo2-udeb E: Unable to locate package libdebconfclient0-udeb E: Unable to locate package libdebian-installer4-udeb E: Unable to locate package libexpat1-udeb E: Unable to locate package libfontenc1-udeb E: Unable to locate package libfreetype6-udeb E: Unable to locate package libfribidi0-udeb E: Unable to locate package libglib2.0-udeb E: Couldn't find any package by glob 'libglib2.0-udeb' E: Couldn't find any package by regex 'libglib2.0-udeb' E: Unable to locate package libpango1.0-udeb E: Couldn't find any package by glob 'libpango1.0-udeb' E: Couldn't find any package by regex 'libpango1.0-udeb' E: Unable to locate package libsimdutf29 E: Unable to locate package libslang2-udeb E: Unable to locate package libx11-6-udeb E: Unable to locate package libxcursor1-udeb E: Unable to locate package libxext6-udeb E: Unable to locate package libxfixes3-udeb E: Unable to locate package libxft2-udeb E: Unable to locate package libxi6-udeb E: Unable to locate package libxinerama1-udeb E: Unable to locate package libxrender1-udeb E: Unable to locate package localechooser E: Unable to locate package md-modules E: Unable to locate package multipath-modules E: Unable to locate package multipath-udeb E: Unable to locate package nbd-client-udeb E: Unable to locate package nbd-modules E: Unable to locate package ppp-modules E: Unable to locate package preseed-common E: Unable to locate package rescue-check E: Unable to locate package rootskel E: Unable to locate package scsi-modules E: Unable to locate package udev-udeb E: Unable to locate package xfs-modules E: Unable to locate package xkb-data-udeb E: Unable to locate package xserver-xorg-core-udeb ---- snap --- I suppose, maybe not all packages might be in the repo any more, but all? On the other hand, these packages should be available for example in backports.debian.org. Is there a way, to download them using the list or must I search and find every package by using ftp and download every package each manually? Thanks for any help! Best regards Hans

