A USB ISO flashing program written for Linux. I noticed that there was no Rufus alternative for Linux, so I made one!
| Package | Arch | Debian/Ubuntu | Fedora | Void |
|---|---|---|---|---|
| Python 3 + tkinter | python tk |
python3 python3-tk |
python3 python3-tkinter |
python3 python3-tkinter |
| p7zip | p7zip |
p7zip-full |
p7zip p7zip-plugins |
p7zip |
| parted | parted |
parted |
parted |
parted |
| dosfstools (FAT32) | dosfstools |
dosfstools |
dosfstools |
dosfstools |
| exfatprogs (exFAT) | exfatprogs |
exfatprogs |
exfatprogs |
exfat-utils |
| ntfs-3g (NTFS) | ntfs-3g |
ntfs-3g |
ntfs-3g |
ntfs-3g |
Arch
sudo pacman -S python tk p7zip parted dosfstools exfatprogs ntfs-3gDebian/Ubuntu
sudo apt install python3 python3-tk p7zip-full parted dosfstools exfatprogs ntfs-3gFedora
sudo dnf install python3 python3-tkinter p7zip p7zip-plugins parted dosfstools exfatprogs ntfs-3gVoid
sudo xbps-install python3 python3-tkinter p7zip parted dosfstools exfat-utils ntfs-3gsudo python3 pyflash.py