Search Criteria
Package Details: windows2usb 0.2.4-3
Package Actions
| Git Clone URL: | https://aur.archlinux.org/windows2usb.git (read-only, click to copy) |
|---|---|
| Package Base: | windows2usb |
| Description: | Windows 7/8/8.1/10/11 ISO to Flash Drive burning utility for Linux (MBR/GPT, BIOS/UEFI, FAT32/NTFS) |
| Upstream URL: | https://github.com/ValdikSS/windows2usb |
| Keywords: | boot iso usb windows |
| Licenses: | Apache-2.0 |
| Submitter: | K900 |
| Maintainer: | pingwin840 |
| Last Packager: | anonfunc |
| Votes: | 8 |
| Popularity: | 0.003491 |
| First Submitted: | 2020-08-17 12:03 (UTC) |
| Last Updated: | 2024-03-24 11:01 (UTC) |
Dependencies (8)
- awk (gawk-gitAUR, gawk)
- bash (bash-devel-gitAUR, bash-gitAUR)
- dosfstools (dosfstools-gitAUR)
- ms-sysAUR (ms-sys-develAUR)
- ntfs-3g
- p7zip (p7zip-natspecAUR, 7zip-natspecAUR, p7zip-full-binAUR, 7zip)
- util-linux (util-linux-selinuxAUR, util-linux-aesAUR)
- wimlib
Latest Comments
1 2 Next › Last »
oech3 commented on 2025-04-29 05:54 (UTC)
ntfs-3g will be separated to 2 packages. Depend on ntfsprogs if possible.
morealaz commented on 2022-04-28 03:57 (UTC)
@rtmpdavid: done! thank you
rtmpdavid commented on 2022-04-27 23:05 (UTC) (edited on 2022-04-27 23:06 (UTC) by rtmpdavid)
The PKGBUILD produces a package with this directory structure:
pkg/windows2usb/usr/share/windows2usb/uefi-ntfs.img/uefi-ntfs.imgWhich leads to this error
cat: /usr/share/windows2usb/uefi-ntfs.img: Is a directoryPlease replace the following line
19 install -D -t "${pkgdir}/usr/share/${pkgname}/uefi-ntfs.img" -m 644 uefi-ntfs.imgWith something like
19 install -D -t "${pkgdir}/usr/share/${pkgname}/" -m 644 uefi-ntfs.imgTo fixschard commented on 2021-01-19 23:23 (UTC)
makedepends is missing git
compicat commented on 2020-11-25 12:31 (UTC)
working flawless. Thank you.
K900 commented on 2020-11-25 11:42 (UTC)
Fixed, thanks.
compicat commented on 2020-11-25 02:14 (UTC)
Can you check package? It gives correction error.
K900 commented on 2020-08-19 07:09 (UTC)
Thanks, added.
1 2 Next › Last »