Search Criteria
Package Details: usb-creator 0.3.17-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/usb-creator.git (read-only, click to copy) |
---|---|
Package Base: | usb-creator |
Description: | Create bootable USB from a LiveCD or disc image of Ubuntu |
Upstream URL: | https://git.launchpad.net/~usb-creator-hackers/usb-creator/+git/main |
Keywords: | boot disc image livecd ubuntu |
Licenses: | GPL3 |
Submitter: | menollo |
Maintainer: | tee |
Last Packager: | tee |
Votes: | 372 |
Popularity: | 0.39 |
First Submitted: | 2008-11-11 00:47 (UTC) |
Last Updated: | 2024-09-07 14:07 (UTC) |
Dependencies (15)
- cdrkit (cdrtools)
- dosfstools (dosfstools-gitAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- kde-dev-scripts
- libisoburn (libisoburn-gitAUR)
- mtools (mtools-svnAUR)
- parted (parted-gitAUR)
- python (python37AUR, python311AUR, python310AUR)
- python-dbus
- python-gobject (python-gobject-gitAUR)
- python-pyqt5 (python-pyqt5-sip4AUR, python-pyqt5-webkitAUR)
- syslinux
- udisks2
- python-distutils-extra (make)
- python-setuptools (make)
Latest Comments
1 2 3 4 5 6 .. 11 Next › Last »
Rubo commented on 2023-11-07 18:12 (UTC)
@mortezae are you by any chance running a newer python version than the one you had when you built this package?
mortezae commented on 2023-11-04 16:02 (UTC)
Rubo commented on 2022-12-31 13:59 (UTC)
@docontra yeah fixed, sorry, thanks.
docontra commented on 2022-12-31 12:31 (UTC)
The source code for the 0.3.16 tarball seems to be extracting to
main
instead oftrunk
(all thecd trunk
lines should becd main
).Rubo commented on 2022-12-31 11:54 (UTC)
@desowin fixed, thanks.
desowin commented on 2022-12-31 11:41 (UTC)
To fix, install
libisoburn
.Tornem commented on 2022-07-12 11:46 (UTC) (edited on 2022-07-12 11:46 (UTC) by Tornem)
usbcreator/misc.py, line 44 fast fix problem :
- return isinstance(obj, collections.Callable)
to
+ return isinstance(obj, collections.abc.Callable)
sshaikh commented on 2022-02-24 16:31 (UTC)
I'm seeing:
with
usb-creator-kde
RogueGirl commented on 2021-06-02 17:45 (UTC)
gtk frontend is broken for some reason use kde frontend
TheCloudt commented on 2020-05-17 09:16 (UTC)
Seems to me that
python-pyqt5
is a missing dependency.1 2 3 4 5 6 .. 11 Next › Last »