Re: appimage magic

2024-11-12 Thread David Wright
e 2f 73 68 0a 0a 46 49 52 45 46 > > |#!/bin/sh..FIREF| > > $ > > > > the first two bytes, 23 21, indicate that the file should be passed > > to the program whose name immediately follows, ie /bin/sh, which is > > normally the dash shell in Debian. > &g

Re: appimage magic

2024-11-12 Thread Anssi Saari
fxkl4...@protonmail.com writes: > i don't see anything in that about appimage AppImages are ELF binaries. So the answer to your question "how does my debian powered device know what to do", is that it knows how to run ELF format binaries. I'd assume there are technical de

Re: appimage magic

2024-11-11 Thread tomas
gt; > > > See https://en.wikipedia.org/wiki/List_of_file_signatures for > > loads more magic numbers. > > > > Cheers, > > David. > > > > i don't see anything in that about appimage There are more of those patterns. Try "file": file sup

Re: appimage magic

2024-11-11 Thread fxkl47BF
whose name immediately follows, ie /bin/sh, which is > normally the dash shell in Debian. > > See https://en.wikipedia.org/wiki/List_of_file_signatures for > loads more magic numbers. > > Cheers, > David. > i don't see anything in that about appimage

Re: appimage magic

2024-11-11 Thread David Wright
On Tue 12 Nov 2024 at 02:47:21 (+), fxkl4...@protonmail.com wrote: > i down loaded super_program.appimage > on the command line i type ./super_program.appimage > how does my debian powered device know what to do It looks at the file signature, or "magic number", in the first few bytes of the f

appimage magic

2024-11-11 Thread fxkl47BF
i down loaded super_program.appimage on the command line i type ./super_program.appimage how does my debian powered device know what to do

Re: Instalación fallida de Ungoogled-Chromium appimage.

2023-10-26 Thread tomas
On Thu, Oct 26, 2023 at 10:13:36PM +0200, casadellabra...@tutanota.com wrote: > Buenos días. > Soy novato en el uso de Debian GNU/Linux 11 bullseye (x86-64), Cinnamon > 4.8.6; núcleo Linux: 5.10.0-26-amd64; procesador: Intel© Core™2 CPU T5600 @ > 1.83GHz × 2, RAM 2,9 GiB; tarjeta gráfica: Advance

Instalación fallida de Ungoogled-Chromium appimage.

2023-10-26 Thread casadellabrador
controller]). Igualmente soy novato en el uso de esta lista de correo y no se si la utilizaré bien, les ruego comprensión. Mi problema es que he descargado y he querido usar el navegador ungoogled-chromium_118.0.5993.88-1.1.AppImage, pero no lo he conseguido pese a haber marcado en Propiedades del

AppImage error kdevelop

2023-01-27 Thread jeremy ardley
atest AppImage from the kdevelop site. This started, but when I went to open a project I got (AppRun.wrapped:45368): Pango-ERROR **: 07:17:03.232: Harfbuzz version too old (1.7.5) This confuses me. I though AppImage was supposed to be completely self contained so there should be no host s

Re: How to run AppImage file

2020-11-26 Thread Fred
On 11/26/20 12:07 PM, Joe Pfeiffer wrote: Fred writes: On 11/26/20 9:04 AM, Joe Pfeiffer wrote: Fred writes: On 11/25/20 12:30 PM, Reco wrote: Hi. On Wed, Nov 25, 2020 at 12:13:03PM -0700, Fred wrote: fred@ragnok:~$ ./ClipGrab-3.9.2-x86_64.AppImage --help bash: ./ClipGrab-3.9.2

Re: How to run AppImage file

2020-11-26 Thread Joe Pfeiffer
Fred writes: > On 11/26/20 9:04 AM, Joe Pfeiffer wrote: >> Fred writes: >> >>> On 11/25/20 12:30 PM, Reco wrote: >>>>Hi. >>>> >>>> On Wed, Nov 25, 2020 at 12:13:03PM -0700, Fred wrote: >>>>> fred@ragnok:~$ ./ClipGra

Re: How to run AppImage file

2020-11-26 Thread Fred
On 11/26/20 9:04 AM, Joe Pfeiffer wrote: Fred writes: On 11/25/20 12:30 PM, Reco wrote: Hi. On Wed, Nov 25, 2020 at 12:13:03PM -0700, Fred wrote: fred@ragnok:~$ ./ClipGrab-3.9.2-x86_64.AppImage --help bash: ./ClipGrab-3.9.2-x86_64.AppImage: cannot execute binary file: Exec format

Re: How to run AppImage file

2020-11-26 Thread Joe Pfeiffer
Fred writes: > On 11/25/20 12:30 PM, Reco wrote: >> Hi. >> >> On Wed, Nov 25, 2020 at 12:13:03PM -0700, Fred wrote: >>> fred@ragnok:~$ ./ClipGrab-3.9.2-x86_64.AppImage --help >>> bash: ./ClipGrab-3.9.2-x86_64.AppImage: cannot execute binary file

Re: How to run AppImage file (was: clipgrab as alternative to youtube-dl)

2020-11-26 Thread Andrei POPESCU
On Mi, 25 nov 20, 17:38:44, Fred wrote: > On 11/25/20 2:15 PM, Greg Wooledge wrote: > > On Wed, Nov 25, 2020 at 02:12:03PM -0700, Fred wrote: > > > fred@ragnok:~$ uname -m > > > i686 > > > fred@ragnok:~$ file ClipGrab-3.9.2-x86_64.AppImage > > > C

Re: How to run AppImage file (was: clipgrab as alternative to youtube-dl)

2020-11-25 Thread Fred
On 11/25/20 2:15 PM, Greg Wooledge wrote: On Wed, Nov 25, 2020 at 02:12:03PM -0700, Fred wrote: fred@ragnok:~$ uname -m i686 fred@ragnok:~$ file ClipGrab-3.9.2-x86_64.AppImage ClipGrab-3.9.2-x86_64.AppImage: ELF 64-bit LSB executable, x86-64, [...] Well, um. It's clearly not going to

Re: How to run AppImage file (was: clipgrab as alternative to youtube-dl)

2020-11-25 Thread Greg Wooledge
On Wed, Nov 25, 2020 at 02:12:03PM -0700, Fred wrote: > fred@ragnok:~$ uname -m > i686 > fred@ragnok:~$ file ClipGrab-3.9.2-x86_64.AppImage > ClipGrab-3.9.2-x86_64.AppImage: ELF 64-bit LSB executable, x86-64, [...] Well, um. It's clearly not going to work. You either nee

Re: How to run AppImage file (was: clipgrab as alternative to youtube-dl)

2020-11-25 Thread Fred
On 11/25/20 12:30 PM, Reco wrote: Hi. On Wed, Nov 25, 2020 at 12:13:03PM -0700, Fred wrote: fred@ragnok:~$ ./ClipGrab-3.9.2-x86_64.AppImage --help bash: ./ClipGrab-3.9.2-x86_64.AppImage: cannot execute binary file: Exec format error uname -m Reco fred@ragnok:~$ uname -m i686

Re: How to run AppImage file (was: clipgrab as alternative to youtube-dl)

2020-11-25 Thread Fred
On 11/25/20 12:30 PM, Reco wrote: Hi. On Wed, Nov 25, 2020 at 12:13:03PM -0700, Fred wrote: fred@ragnok:~$ ./ClipGrab-3.9.2-x86_64.AppImage --help bash: ./ClipGrab-3.9.2-x86_64.AppImage: cannot execute binary file: Exec format error uname -m Reco fred@ragnok:~$ uname -m i686

Re: How to run AppImage file (was: clipgrab as alternative to youtube-dl)

2020-11-25 Thread Reco
Hi. On Wed, Nov 25, 2020 at 12:13:03PM -0700, Fred wrote: > fred@ragnok:~$ ./ClipGrab-3.9.2-x86_64.AppImage --help > bash: ./ClipGrab-3.9.2-x86_64.AppImage: cannot execute binary file: Exec > format error uname -m Reco

How to run AppImage file (was: clipgrab as alternative to youtube-dl)

2020-11-25 Thread Fred
On 11/17/20 11:47 PM, Anssi Saari wrote: Fred writes: There is a binary for Linux available for download as a AppImage file. What is an AppImage file and what does one do with it. The program was probably compiled for Ubuntu. Is it likely to also run on Debian? AppImage files are a kind

Re: AppImage files (was: clipgrab as alternative to youtube-dl)

2020-11-19 Thread Marc Shapiro
On 11/18/20 6:07 AM, Fred wrote: On 11/17/20 11:47 PM, Anssi Saari wrote: Fred writes: There is a binary for Linux available for download as a AppImage file. What is an AppImage file and what does one do with it. The program was probably compiled for Ubuntu.  Is it likely to also run on

AppImage files (was: clipgrab as alternative to youtube-dl)

2020-11-18 Thread Fred
On 11/17/20 11:47 PM, Anssi Saari wrote: Fred writes: There is a binary for Linux available for download as a AppImage file. What is an AppImage file and what does one do with it. The program was probably compiled for Ubuntu. Is it likely to also run on Debian? AppImage files are a kind

Re: Appimage file that does not launch

2020-10-12 Thread Charles Curley
On Mon, 12 Oct 2020 17:15:43 +0200 Hervé wrote: > what is the exec bit? I made the executable file in permission, and am > trying to run it. As on the other distribution. > First, please reply to the list so others get the benefit of the exchange. Second, please quote what you are replying to,

Re: Appimage file that does not launch

2020-10-12 Thread Charles Curley
On Mon, 12 Oct 2020 13:37:50 +0200 Hervé wrote: > it is not possible to run an appimage file on Debian, whether in > stable or testing. The file is good because it launches on MX linux > and on ubuntu. It is a pity that this is not possible. Can't we > improve that? Did you se

Re: Appimage file that does not launch

2020-10-12 Thread Gene Heskett
On Monday 12 October 2020 07:37:50 Hervé wrote: > Hello, > it is not possible to run an appimage file on Debian, whether in > stable or testing. The file is good because it launches on MX linux > and on ubuntu. It is a pity that this is not possible. Can't we > improve th

Appimage file that does not launch

2020-10-12 Thread Hervé
Hello, it is not possible to run an appimage file on Debian, whether in stable or testing. The file is good because it launches on MX linux and on ubuntu. It is a pity that this is not possible. Can't we improve that? -- *Hervé *

Re: AppImage

2019-10-11 Thread Jonathan Dowland
On Thu Oct 10, 2019 at 6:31 AM wrote: > On Thursday, October 10, 2019 06:05:14 AM Jonathan Dowland wrote: > > To try to answer your question, the AppImage you are using is almost > > certainly built for the amd64 (aka "X86_64") architecture, rather than > > amd64

Re: AppImage

2019-10-10 Thread rhkramer
On Thursday, October 10, 2019 06:05:14 AM Jonathan Dowland wrote: > To try to answer your question, the AppImage you are using is almost > certainly built for the amd64 (aka "X86_64") architecture, rather than > amd64 (aka "Aarch64"), which is what the Pi requires.

Re: AppImage

2019-10-10 Thread Jonathan Dowland
On Wed Oct 9, 2019 at 2:14 PM Donnie Wooton wrote: > Is there a way to install a AppImage file on RasPi4 running Debian? You almost certainly are not running Debian on your RasPi4, but Raspbian, which is something else entirely. You might get better help contacting a Raspbian list. To try

Re: AppImage

2019-10-10 Thread Reco
Hi. Please post your reply to the list next time, and please do not top post. On Wed, Oct 09, 2019 at 03:44:14PM -0500, Donnie Wooton wrote: > Sorry, I am using raspbian. You are correct. > > I am trying to get xlights on my raspberry pi. > > https://www.adebenham.com/xlights-linux/ A

Re: AppImage

2019-10-09 Thread Gene Heskett
On Wednesday 09 October 2019 15:37:37 Reco wrote: > Hi. > > On Wed, Oct 09, 2019 at 02:14:42PM -0500, Donnie Wooton wrote: > > Is there a way to install a AppImage file on RasPi4 running Debian? > > Where did you get an unofficial Debian image for Raspberry Pi4? &

Re: AppImage

2019-10-09 Thread Reco
Hi. On Wed, Oct 09, 2019 at 02:14:42PM -0500, Donnie Wooton wrote: > Is there a way to install a AppImage file on RasPi4 running Debian? Where did you get an unofficial Debian image for Raspberry Pi4? Just to save you the confusion - Raspbian is not Debian, and Debian cannot run

Re: AppImage

2019-10-09 Thread Roberto C . Sánchez
On Wed, Oct 09, 2019 at 02:14:42PM -0500, Donnie Wooton wrote: > Is there a way to install a AppImage file on RasPi4 running Debian? > > I have saved the image file to the desktop and used terminal to make it > executable. It won’t run... > What application? What is the source

AppImage

2019-10-09 Thread Donnie Wooton
Is there a way to install a AppImage file on RasPi4 running Debian? I have saved the image file to the desktop and used terminal to make it executable. It won’t run... Thanks! Donnie Sent from my iPad

Re: [OT] Last Avidemux appimage

2016-11-20 Thread Ric Moore
On 11/19/2016 12:04 PM, maderios wrote: Hi Last Avidemux appimage is available for all Debian versions or any other Linux distro here. It works fine. https://www.fosshub.com/Avidemux.html/avidemux_2.6.15.appImage http://fixounet.free.fr/avidemux/news.html Greetings I feel much better about it

[OT] Last Avidemux appimage

2016-11-19 Thread maderios
Hi Last Avidemux appimage is available for all Debian versions or any other Linux distro here. It works fine. https://www.fosshub.com/Avidemux.html/avidemux_2.6.15.appImage http://fixounet.free.fr/avidemux/news.html Greetings -- Maderios