You are not logged in.
Hello forum,
I'm getting rusty to solve the problems. sorry about that.
I'm trying to get a little application running, which is supplied as appimage. So I went to install : appimagetool-bin from AUR.
Then even such installation reports
bash: ./appimagetool-x86_64.AppImage: No such file or directoryThe same during the package installation.
I moved the appimages to $HOME/AppImages
ls -l
total 8932
-rwxr-xr-x 1 user users 8811712 Sep 29 22:23 appimagetool-x86_64.AppImage
-rwxr-xr-x 1 user users 328896 Feb 6 13:39 pk2cmd-x86_64.AppImageBut any command
./appimagetool-x86_64.AppImage --appimage-help
bash: ./appimagetool-x86_64.AppImage: No such file or directoryI can't get further.
Modules for fuse an squashfs are available
$ lsmod |grep fuse
fuse 176128 3
$ lsmod |grep squashfs
squashfs 86016 0Last edited by TheSaint (2023-02-06 14:14:08)
do it good first, it will be faster than do it twice the saint ![]()
Offline
Mod note: moving to AUR Issues
Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD
Making lemonade from lemons since 2015.
Offline
Did you make it executable? See https://github.com/AppImage/AppImageKit … tool-usage
Offline
Did you make it executable? See https://github.com/AppImage/AppImageKit … tool-usage
ls -l total 8932 -rwxr-xr-x 1 user users 8811712 Sep 29 22:23 appimagetool-x86_64.AppImage -rwxr-xr-x 1 user users 328896 Feb 6 13:39 pk2cmd-x86_64.AppImage
<49,17,III,I> Fama di loro il mondo esser non lassa;
<50,17,III,I> misericordia e giustizia li sdegna:
<51,17,III,I> non ragioniam di lor, ma guarda e passa.
Offline
EDIT :
What is the output of
$ appimagetool -hOne remark
- bsdtar can extract appimages (which helps a lot with creating packages for software distributed as appimage)
Last edited by Lone_Wolf (2023-02-06 11:49:05)
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Online
@Lone_Wolf
$ ./appimagetool-x86_64.AppImage --appimage-help
AppImage options:
--appimage-extract [<pattern>] Extract content from embedded filesystem image
If pattern is passed, only extract matching files
--appimage-help Print this help
--appimage-mount Mount embedded filesystem image and print
mount point and wait for kill with Ctrl-C
--appimage-offset Print byte offset to start of embedded
filesystem image
--appimage-portable-home Create a portable home folder to use as $HOME
--appimage-portable-config Create a portable config folder to use as
$XDG_CONFIG_HOME
--appimage-signature Print digital signature embedded in AppImage
--appimage-updateinfo[rmation] Print update info embedded in AppImage
--appimage-version Print version of AppImageKit
Portable home:
If you would like the application contained inside this AppImage to store its
data alongside this AppImage rather than in your home directory, then you can
place a directory named
/home/user/AppImages/appimagetool-x86_64.AppImage.homeI can't figure why it's working. The only operation was a new system upgrade and restart the machine.
Now the problem is over.
$ uname -r
6.1.9-arch1-2For other users I may provide more details of my system. Strange behavior, anyway.
do it good first, it will be faster than do it twice the saint ![]()
Offline