A GUI frontend for dd to create bootable ISO images for Linux
DDgtk is now available in the AUR https://aur.archlinux.org/packages/ddgtk/
DDgtk has a deb package here https://github.com/gort818/ddgtk/releases/download/0.1/ddgtk-0.1.deb
Other packages to come shortly
Dependencies
- Python
- Gtk3
Building manually
Note: To build you must install meson
- Download the source
- Extract the source
- meson build
- cd build
- ninja
- sudo ninja install
If you want to uninstall: sudo ninja uninstall