Creating a Bootable Disk on Ubuntu
sudo apt update
sudo apt install usb-creator-gtk
sudo -E usb-creator-gtk # -E would maintain env variable
This would search for ISO files in Downloads, and show you the USB stick that’s plugged in. You can then follow the interface to create a bootable disk.