You are not logged in.

#1 2023-02-06 08:31:59

TheSaint
Member
From: my computer
Registered: 2007-08-19
Posts: 1,536

[Solved] I can't get appimagetool-x86_64.AppImage working

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 directory

The 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.AppImage

But any command

./appimagetool-x86_64.AppImage --appimage-help
bash: ./appimagetool-x86_64.AppImage: No such file or directory

I can't get further.

Modules for fuse an squashfs are available

$ lsmod |grep fuse
fuse                  176128  3
$ lsmod |grep squashfs
squashfs               86016  0

Last edited by TheSaint (2023-02-06 14:14:08)


do it good first, it will be faster than do it twice the saint wink

Offline

#2 2023-02-06 09:33:40

WorMzy
Administrator
From: Scotland
Registered: 2010-06-16
Posts: 13,358
Website

Re: [Solved] I can't get appimagetool-x86_64.AppImage working

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

#3 2023-02-06 09:48:29

yochananmarqos
Member
Registered: 2020-02-05
Posts: 217

Re: [Solved] I can't get appimagetool-x86_64.AppImage working

Did  you make it executable? See https://github.com/AppImage/AppImageKit … tool-usage

Offline

#4 2023-02-06 09:57:12

d.ALT
Member
Registered: 2019-05-10
Posts: 956

Re: [Solved] I can't get appimagetool-x86_64.AppImage working

yochananmarqos wrote:
TheSaint wrote:
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

#5 2023-02-06 11:27:14

Lone_Wolf
Administrator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 14,840

Re: [Solved] I can't get appimagetool-x86_64.AppImage working

EDIT :

What is the output of

$ appimagetool -h

One 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

Offline

#6 2023-02-06 14:13:36

TheSaint
Member
From: my computer
Registered: 2007-08-19
Posts: 1,536

Re: [Solved] I can't get appimagetool-x86_64.AppImage working

@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.home

I 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-2

For 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 wink

Offline

Board footer

Powered by FluxBB