this post was submitted on 07 Jul 2025
699 points (93.0% liked)

Linux

56365 readers
540 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 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Jedi@bolha.forum 39 points 1 week ago (10 children)

About the image: The joke's on you, I install my flatpaks via the terminal.

I've started using flatpaks more after starting using Bazzite and I liked them more than I expected. As a dev, I still need my work tools to be native, but most of my other needs are well covered by flatpaks.

Tip: Flatseal is a great config manager for flatpaks' permissions.

[–] hallettj@leminal.space 1 points 6 days ago (1 children)

My guess was the point is that it's difficult to install CLI tools using Flatpak

[–] Ferk@lemmy.ml 3 points 6 days ago* (last edited 6 days ago)

Installing them is not difficult. It's the same as any other flatpak.

The problem is when running them (actually, when running any flatpak, not just CLI tools) you need to type out the whole backwards domain thingy that flatpaks use as identifier, instead of having a proper typical and simple executable name like they would have if they were installed normally.

I end up adding either symlinks or aliases for all my flatpaks because of this reason. After doing that it's ok.. but it's just an extra step that's annoying and that the flatpak devs have no interest on fixing apparently.

load more comments (8 replies)