Search Criteria
Package Details: usb-creator 0.3.16-2
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: | Rubo |
Last Packager: | Rubo |
Votes: | 371 |
Popularity: | 0.000081 |
First Submitted: | 2008-11-11 00:47 (UTC) |
Last Updated: | 2022-12-31 13:58 (UTC) |
Dependencies (15)
- cdrkit (cdrtools)
- dosfstools (dosfstools-git)
- gtk3 (gtk3-git, gtk3-typeahead, gtk3-classic-noatk-64, gtk3-ubuntu, gtk3-no_deadkeys_underline, gtk3-patched-filechooser-icon-view, gtk3-classic)
- kde-dev-scripts
- libisoburn (libisoburn-git)
- mtools (mtools-svn)
- parted (libparted, parted-git)
- python (nogil-python, python36, python32, python39, python38, python37, python310, python312)
- python-dbus (dbus-python)
- python-gobject (python-gobject-git)
- python-pyqt5 (python-pyqt5-webkit, python-pyqt5-sip4)
- syslinux
- udisks2 (udisks2-nosystemd, graceful-udisks)
- python-distutils-extra (make)
- python-setuptools (make)
Latest Comments
1 2 3 4 5 6 .. 11 Next › Last »
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.Dijx commented on 2020-01-30 15:03 (UTC) (edited on 2020-01-30 15:14 (UTC) by Dijx)
To fix
ModuleNotFoundError: No module named 'sip'
remove or comment line#import sip
, then add linefrom PyQt5 import sip
. I suppose the same would go for gtk version. But then, some other thing seems not working...ericthefish commented on 2019-04-01 09:09 (UTC)
It seems that python-sip should also be listed as a dependency for this.
1 2 3 4 5 6 .. 11 Next › Last »