Installez Woeusb dans Ubuntu

Add repo
$ echo 'deb http://download.opensuse.org/repositories/home:/Provessor/xUbuntu_20.04/ /' | sudo tee /etc/apt/sources.list.d/home:Provessor.list
#Add GPG key
$ curl -fsSL https://download.opensuse.org/repositories/home:Provessor/xUbuntu_20.04/\
Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_Provessor.gpg > /dev/null
#Update your system
$ sudo apt update
# Install the package
$ sudo apt install woeusb
forinda