Package Details: ventoy-bin 1.1.05-1

Git Clone URL: https://aur.archlinux.org/ventoy-bin.git (read-only, click to copy)
Package Base: ventoy-bin
Description: A new bootable USB solution
Upstream URL: http://www.ventoy.net
Keywords: boot image iso multiboot usb
Licenses: GPL-3.0-or-later
Conflicts: ventoy
Provides: ventoy
Submitter: DuckSoft
Maintainer: DuckSoft (KokaKiwi, yochananmarqos, Kr1ss)
Last Packager: yochananmarqos
Votes: 383
Popularity: 5.25
First Submitted: 2020-05-19 06:14 (UTC)
Last Updated: 2025-02-24 18:30 (UTC)

Pinned Comments

Latest Comments

« First ‹ Previous 1 .. 10 11 12 13 14 15 16 17 18 Next › Last »

abd commented on 2020-07-20 00:15 (UTC)

the one having:

-g use GPT partition style, default is MBR (only for install)

option is more up to date isn't?

DuckSoft commented on 2020-07-17 15:32 (UTC)

@AliTajelsir I'll give it a try.

alitajelsir commented on 2020-07-17 15:31 (UTC)

@DuckSoft, would it be possible to add a link for /opt/ventoy/CreatePersistentImg.sh to /usr/bin/ in the PKGBUILD?

newsboost commented on 2020-07-02 15:49 (UTC) (edited on 2020-07-02 15:49 (UTC) by newsboost)

Ok, thanks a lot @Kr1ss, friend... I decided to just "sudo rm -r /opt/ventoy", but also wanted to post the question here in case it has/had been a problem with the package? Because I don't remember anything about an interruption while de-installing - this problem started, because I tried to upgrade all my packages and it didn't want to update this package. Then I removed it - and couldn't install it... For this reason, I thought it would be a good idea to post it here - but seems nobody else wrote about this, maybe something did happen to my installation, that didn't happen to other people... Well - in any case, rm -rf works - thanks a lot, problem solved (and thanks for a nice package too) :-)

Kr1ss commented on 2020-07-01 17:38 (UTC) (edited on 2020-07-01 17:47 (UTC) by Kr1ss)

It looks like the deinstallation of the package has been interrupted @newsboost.

While this doesn't explain nor solve the cause of your issue, I would actually suggest to

sudo rm -r /opt/ventoy

which are the files contained in the package. Since there are files untracked by the pacman database, they cannot be automatically removed by pacman.

If you really don't want to manually remove these files, you could also

cd ventoy-bin/
makepkg -rs
sudo pacman -U --overwrite opt/ventoy/tool/* ./ventoy-bin*.tar.*

EDIT ventoy-bin/ is the folder containing the PKGBUILD (and the .patch file), of course.

newsboost commented on 2020-07-01 17:19 (UTC)

hmmm.... There's something wrong here, I couldn't upgrade ventoy-bin, so I uninstalled - then tried to re-install:

(1/1) loading package files                                     [##################################] 100%
(1/1) checking for file conflicts                               [##################################] 100%
error: failed to commit transaction (conflicting files)
ventoy-bin: /opt/ventoy/tool/ENROLL_THIS_KEY_IN_MOKMANAGER.cer exists in filesystem
ventoy-bin: /opt/ventoy/tool/VentoyWorker.sh exists in filesystem
ventoy-bin: /opt/ventoy/tool/hexdump exists in filesystem
ventoy-bin: /opt/ventoy/tool/mkexfatfs_32 exists in filesystem
ventoy-bin: /opt/ventoy/tool/mkexfatfs_64 exists in filesystem
ventoy-bin: /opt/ventoy/tool/mount.exfat-fuse_32 exists in filesystem
ventoy-bin: /opt/ventoy/tool/mount.exfat-fuse_64 exists in filesystem
ventoy-bin: /opt/ventoy/tool/vtoy_gen_uuid exists in filesystem
ventoy-bin: /opt/ventoy/tool/vtoyfat_32 exists in filesystem
ventoy-bin: /opt/ventoy/tool/vtoyfat_64 exists in filesystem
Errors occurred, no packages were upgraded.

So it didn't fully remove the installed stuff?

$ yay -Rns ventoy-bin
error: target not found: ventoy-bin

Anyone know what's wrong and how I should fix this? I reaaaaaaly prefer not to just "rm -rf /opt/ventoy" - but that might be the solution I'll use, if nobody can/will explain a better solution/method?

brainfucksec commented on 2020-06-26 13:30 (UTC)

Perfect @DuckSoft, thanks for the fix and thanks for the package :)

DuckSoft commented on 2020-06-26 06:15 (UTC)

@brainfucksec thanks for your reporting. digest is now updated. feel free to message if there is any other problem.