this post was submitted on 02 Nov 2023
27 points (96.6% liked)

Linux

47820 readers
1367 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

What solutions out there can package software in the native package format? I only found fpm (effing package management) and OBS (Open Build Service) so far.

Edit history:

  • 2023-11-02: Change title from "How to package software for many distributions?" to "How to package software for many distributions in their native package format?"
  • 2023-11-02: Highlight the word native.
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 4 points 11 months ago

but it is not an option. It's not a tool for packaging programs.

Building an electron program is no different than building it in GTK or QT in the sense that they are just the GUI toolkit and they do not do packaging.

It's a framework for programs to have their GUI wrapped inside a browser, so they are cross platform.

But electron doesn't create packages. You can package an electron program using Flatpak, snap, apt, AppImage, pacman, or whatever.