Hi, Michael Lee wrote: > On the other hand, let me ask if it might be possible to run an apt command > and install that package once the live version is up and running.
This should be possible. The image /live/filesystem.squashfs of debian-live-11.5.0-amd64-xfce.iso contains /usr/bin/apt , /usr/bin/apt-get and /etc/apt/sources.list with deb http://deb.debian.org/debian/ bullseye main #deb-src http://deb.debian.org/debian/ bullseye main In the days of debian-live-9.3.0 i tested this: sudo apt-get update sudo apt-get install jigdo-file Have a nice day :) Thomas
