Mintstick
For those looking to add a USB formatting utility to their Linux desktops, Mintstick is a great option. It was originally developed for Mint, but can easily be added to other distros. Here is an article how to use it. Mintstick is a graphical tool that allows us to format USB sticks and create bootable USB flash drives. And, in our opinion, it is one of the best applications for Linux that we can find.
At first, it was developed for Linux Mint, but can currently be installed on any Debian-based distribution. However, for the specific case of Ubuntu there is a problem with the dependencies, since Ubuntu 20.04 uses exfat-utils and in Ubuntu 22.04 was replaced by exfatprogs. And additionally requires xapp (due to a failure the "xapp-gtk3-module""xapp-gtk3-module" module).
Then a bash script that solves this problem. Detect the Ubuntu version and install the correct packages and the latest version of mintstick: Note : MintStick will replace the tool that uses your default distro. 

You can download it here:
https://github.com/linuxmint/mintstick
sudo apt update
sudo apt install mintstick
If it is not found in your distro:
sudo apt install mintstick python3-parted
Save it as a bash and execute it with privileges:
sudo ./ mintstick - install.sh
Source: https://www.maravento.com/2022/07/mintstick.html
Etcher Utility
Etcher is a powerful OS image flasher built with web technologies to ensure flashing an SDCard or USB drive is a pleasant and safe experience. It protects you from accidentally writing to your hard-drives, ensures every byte of data was written correctly, and much more. It can also directly flash Raspberry Pi devices that support USB device boot mode.
-Create USB installation media from bootable ISOs
-Install almost any OS to almost any flash drive
-Offer an easy way for your users to flash your OS using our ‘Flash with Etcher’ feature
You can download Etcher here:
https://etcher.balena.io/#download-etcher
