Using DVDs as Local Package Repositories in DNF
Insert the installation media and create a mount point: sudo mkdir -p /media/dvd sudo mount /dev/sr0 /media/dvd For a DVD image file instead of physical media: sudo mount -o loop /path/to/image.iso /media/dvd Verify the mount and check that packages exist: ls /media/dvd/Packages/ | head On systems with automatic mounting (systemd-based), the DVD may already be…
