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 > > > ClipGrab-3.9.2-x86_64.AppImage: ELF 64-bit LSB execut

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 work. Y

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 need to use a 32-bit version

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 fred

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 of

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 Debia

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 of

Re: clipgrab as alternative to youtube-dl

2020-11-18 Thread Anssi Saari
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 of package that contain an app and all

Re: clipgrab as alternative to youtube-dl

2020-11-17 Thread Fred
On 11/17/20 2:41 PM, The Wanderer wrote: On 2020-11-17 at 16:27, Fred wrote: On 11/17/20 1:27 PM, The Wanderer wrote: On 2020-11-17 at 15:21, Fred wrote: I also looked into compiling the source code which is often as easy as following some simple instructions. The compile makes use of qmak

Re: clipgrab as alternative to youtube-dl

2020-11-17 Thread The Wanderer
On 2020-11-17 at 16:27, Fred wrote: > On 11/17/20 1:27 PM, The Wanderer wrote: > >> On 2020-11-17 at 15:21, Fred wrote: >> >>> I also looked into compiling the source code which is often as easy as >>> following some simple instructions. The compile makes use of qmake >>> which gives the error:

Re: clipgrab as alternative to youtube-dl

2020-11-17 Thread Stefan Monnier
>> I would like to try clipgrab as youtube-dl sometimes doesn't work. > Feel free to try whatever you like, but if you want youtube-dl to work, > don't use the Debian packages of it. It changes too fast for a stable > release to handle. Use upstream instead. Debian's `youtube-dl` works fine for

Re: clipgrab as alternative to youtube-dl

2020-11-17 Thread Fred
On 11/17/20 1:27 PM, The Wanderer wrote: On 2020-11-17 at 15:21, Fred wrote: I also looked into compiling the source code which is often as easy as following some simple instructions. The compile makes use of qmake which gives the error: qmake: could not exec '/usr/lib/i386-linux-gnu/qt4/bin/

Re: clipgrab as alternative to youtube-dl

2020-11-17 Thread Fred
On 11/17/20 1:24 PM, Greg Wooledge wrote: On Tue, Nov 17, 2020 at 01:21:55PM -0700, Fred wrote: I would like to try clipgrab as youtube-dl sometimes doesn't work. Feel free to try whatever you like, but if you want youtube-dl to work, don't use the Debian packages of it. It changes too fast f

Re: clipgrab as alternative to youtube-dl

2020-11-17 Thread The Wanderer
On 2020-11-17 at 15:21, Fred wrote: > I also looked into compiling the source code which is often as easy as > following some simple instructions. The compile makes use of qmake > which gives the error: > > qmake: could not exec '/usr/lib/i386-linux-gnu/qt4/bin/qmake': No such > file or direc

Re: clipgrab as alternative to youtube-dl

2020-11-17 Thread Greg Wooledge
On Tue, Nov 17, 2020 at 01:21:55PM -0700, Fred wrote: > I would like to try clipgrab as youtube-dl sometimes doesn't work. Feel free to try whatever you like, but if you want youtube-dl to work, don't use the Debian packages of it. It changes too fast for a stable release to handle. Use upstream

clipgrab as alternative to youtube-dl

2020-11-17 Thread Fred
Hello, I would like to try clipgrab as youtube-dl sometimes doesn't work. I would not have made a donation on the clipgrab web site if I had first noticed that no support what so ever is available. There is a binary for Linux available for download as a AppImage file. What is an AppImage fi