I installed syslinux using the following:
apt install -y syslinux
I'd like to know where it was actually installed. I can't seem to find the files anywhere. I'm trying to set up a PXE boot server on Ubuntu 22.04 server edition and need to copy these files to a tftp directory. I've logged in as sudo (using sudo -i) so am effectively root.
dpkg -L syslinux syslinux-common
– steeldriver May 25 '22 at 13:27