Open cinnamonmatexfce opened 2 years ago
No, at least your application requires it. This is likely a bug.
I'm not a Archlinux expert so if you find a way to run the command from the logs without root please let me know so I can correct it.
No, at least your application requires it. This is likely a bug.
I'm not a Archlinux expert so if you find a way to run the command from the logs without root please let me know so I can correct it.
I didn't try actually yet... But... I had a look closely to the output and indeed /usr/bin/pacman -Fy
requires elevated privileges, precisely the y
switch:
-y, --refresh
Download a fresh copy of the master package database from the server(s) defined in pacman.conf(5). This should typically be used each time you use --sysupgrade or -u. Passing two --refresh or -y flags will force a refresh of all package databases, even if they appear to be up-to-date.
So the solution would be to remove the -y
?
It would be great If you could check the pacman.conf
at appimage-build/pacman
we use and provide an alternative setup that allows using a cache different from the one in the system (that's how we do it apt).
I'm not a dev so unfortunately I wouldn't know how to help you neither where to look for the pacman.conf
file. But I think I found some useful infos on reddit, please have a look at this: https://www.reddit.com/r/archlinux/comments/klneqi/comment/ghaagpa/?utm_source=share&utm_medium=web2x&context=3
ArchLinux, I'm using this path:
/home/username/.local/bin/appImage-builder/AppDir/usr/bin/PROGRAM
I'm executing
appimage-builder
from its directory (see above):$ ./appimage-builder-1.0.0-d3ce41f-x86_64.AppImage --generate
P. S.:
AppImageBuilder.yml
has been created anyway...