On 2024-01-11 09:38, Carlos E. R. wrote:
On 2024-01-11 07:51, David C. Rankin wrote:
On 1/9/24 21:49, Darryl Gregorash wrote:
Is there an rpm for it?
No. Just download it into a convenient folder, eg. ~/bin, change the permissions/ownership if necessary, and fire it up.
Like an executable?
Yes, it is an executable.
cer@Telcontar:~/Music/abcde> file ~/bin/freac-continuous-linux-x86_64.AppImage /home/cer/bin/freac-continuous-linux-x86_64.AppImage: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=30e06184968532b6a9aa36f44ada39e4af0bda56, for GNU/Linux 2.6.32, stripped cer@Telcontar:~/Music/abcde>
https://en.wikipedia.org/wiki/AppImage *AppImage* AppImage (formerly known as klik and PortableLinuxApps) is a format for distributing portable software on Linux without needing superuser permissions to install the application.[1] It aims to enable application developers to deploy binary software without being restricted to specific Linux distributions, a concept often referred to as upstream packaging. In this manner, a single developed software can effortlessly run on any Linux distribution, such as Ubuntu, RHEL, or Arch. Released first in 2004 under the name klik, it was continuously developed, then renamed in 2011 to PortableLinuxApps and later in 2013 to AppImage. *Design* AppImage aims to be an application deployment system for Linux with the following objectives: simplicity, binary compatibility, portability, distro agnosticism, no installation, no root permission, and keeping the underlying operating system untouched.[8] AppImage does not install the application in the traditional Linux sense. Instead of putting the application's various files in the distribution's appropriate places in the file system, the AppImage file is a single file system image itself. When it runs, the file is mounted with FUSE. Each file is self-contained: it includes all libraries the application depends on that are not already part of the targeted base-system. A version 1.0 AppImage is an ISO 9660 Rock Ridge file (which can be optionally zisofs compressed) containing a minimal AppDir and a tiny runtime.[9] Version 2 may use other file system image formats like SquashFS.[10][11] AppImage files are simpler than installing an application. No extraction tools are needed, nor is it necessary to modify the operating system or user environment. Regular users on the common Linux distributions can download it, make it executable, and run it. AppImage allows generation of embedded digital signature, which need to be verified with an external utility. The format does not offer form of self-check with package authenticity verification or runtime confinement by sandboxing.[12] -- Cheers / Saludos, Carlos E. R. (from 15.4 x86_64 at Telcontar)