600
submitted 4 months ago* (last edited 4 months ago) by mr_MADAFAKA@lemmy.ml to c/linux@lemmy.ml
top 50 comments
sorted by: hot top controversial new old
[-] lemmynparty@lemmings.world 49 points 4 months ago

Lol, what a pointless map.
It’s impossible to tell at a glance which countries have more or less downloads, other than a couple of countries with a slightly lighter colour.

[-] jsomae@lemmy.ml 12 points 4 months ago

Yeah, they could have applied a logarithm or something.

[-] lord_ryvan@ttrpg.network 12 points 4 months ago

And included a legend, such as a colour bar

[-] Dayroom7485@lemmy.world 6 points 4 months ago

Also, no novelty - strong reject, no revision possible 🙂‍↔️

load more comments (2 replies)
[-] theshatterstone54@feddit.uk 47 points 4 months ago

North Korea: 316 downloads

Interesting...

In all seriousness, in both my home country and the country I live in, the number of downloads surpasses the population numbers which is kinda insane.

[-] lemmyvore@feddit.nl 35 points 4 months ago

I think they count every download of every package, every version, every time. It's not the number of unique users or even packages.

If you install 3 apps you might need to download 3 versions of graphics driver, 3 versions of desktop environment libraries and so on, It won't count as one user installing 3 apps, it will show up as 10 -20 downloads. And that's just the initial install, every time you update them it counts another 10-20.

[-] disguy_ovahea@lemmy.world 13 points 4 months ago* (last edited 4 months ago)

It could be simple download requests, rather than MAC or IP address downloads.

[-] possiblylinux127@lemmy.zip 8 points 4 months ago

It is per download not per person.

[-] lord_ryvan@ttrpg.network 37 points 4 months ago

Oh wow, a lot of people use it in countries with a lot of people!

[-] gigachad@sh.itjust.works 26 points 4 months ago
[-] jwt@programming.dev 7 points 4 months ago

Except that the download numbers don't correspond at all with the population numbers.

load more comments (1 replies)
[-] JasonDJ@lemmy.zip 5 points 4 months ago

Pet peeve #209: implying DFW has a bigger furry scene than Austin. For some reason I doubt that.

load more comments (1 replies)
[-] jsomae@lemmy.ml 34 points 4 months ago

I'd prefer to see downloads per country per capita.

[-] luciferofastora@lemmy.zip 34 points 4 months ago

Right? "Oh look, country with huge population has more downloads than country with small population!"

[-] biribiri11@lemmy.ml 34 points 4 months ago* (last edited 4 months ago)

To everyone saying you can’t mirror a flatpak repo… you’re absolutely right. There should be a far easier way to set up your own mirror without needing to build everything from scratch. That being said, if you wanted to try to make your own repo with every one of flathub’s apps, here you go:

https://github.com/flathub

https://docs.flatpak.org/en/latest/hosting-a-repository.html

Edit: Some did get a flathub mirror working. The issue is that a. Fastly works good enough and b. There is no concept of “packages” on the server side. It’s just one big addressed content store because of ostree, and syncing is apparently difficult? Idk, not being able to sync the state of content is like the entire point of ostree…

https://github.com/flathub/flathub/issues/813

load more comments (7 replies)
[-] JRaccoon@discuss.tchncs.de 27 points 4 months ago

Sorry to ask, I'm not really familiar with Linux desktop nowadays: I've seen Flatpak and Flathub talked about a lot lately and it seems to be kinda a controversial topic. Anyone wanna fill me in what's all the noice about? It's some kind of cross-distro "app store" thingy?

[-] Lettuceeatlettuce@lemmy.ml 73 points 4 months ago* (last edited 4 months ago)

Flatpak is a universal application packaging standard for Linux. It allows devs to create a single application that gets bundled with all necessary dependencies including versioning.

These apps run in their own semi-isolated "container" which makes immutable distros possible. (Distros like Fedora Silverblue that are effectively impossible to break by installing or removing critical system files.)

This means that a Linux app doesn't have to have a .deb version, an .rpm version, or be pre-compiled for any other distros. A user can simply go to Flathub, (the main repository for Flatpak apps), download the flatpak, and install it on their distro of choice.

It's quickly becoming the most popular way for users to install apps on Linux because it's so easy and quick. But there are a few downsides like size on disk, first party verification, per-distro optimizations, and the centralization of application sources. That's why some users aren't fully endorsing or embracing how popular they are becoming.

[-] JRaccoon@discuss.tchncs.de 17 points 4 months ago* (last edited 4 months ago)

Cool, thanks for the explanation.

a single application that gets bundled with all necessary dependencies including versioning

Does that mean that if I were to install Application A and Application B that both have dependency to package C version 1.2.3 I then would have package C (and all of its possible sub dependencies) twice on my disk? I don't know how much external dependencies applications on Linux usually have but doesn't that have the potential to waste huge amounts of disk space?

[-] Lettuceeatlettuce@lemmy.ml 29 points 4 months ago

Essentially yes, if you start using lots if older applications or mixing applications that use many different dependency versions, you will start to use lots of extra disk space because the different apps have to use their own separate dependency trees and so forth.

This doesn't mean it will be like 2x-3x the size as traditional packages, but from what I've seen, it could definitely be 10-20% larger on disk. Not a huge deal for most people, but if you have limited disk space for one reason or another, it could be a problem.

load more comments (4 replies)
[-] qaz@lemmy.world 5 points 4 months ago

Most dependencies are bundled in the "runtime" images, and it uses file deduplication to reduce the size of the dependencies, but it's still a little more than a normal package manager.

load more comments (2 replies)
[-] sir_pronoun@lemmy.world 7 points 4 months ago

What about those apps using out of date libraries? Wouldn't that become a security issue - since containers usually aren't that secure, right? And all app developers would have to update their container libraries separately, instead of just updating the system libraries?

load more comments (1 replies)
load more comments (3 replies)
[-] possiblylinux127@lemmy.zip 12 points 4 months ago

Was controversial when it was new and full of problems. Now it is mostly the standard for apps.

load more comments (2 replies)
[-] shapis@lemmy.ml 6 points 4 months ago* (last edited 4 months ago)

Most of the issue is that they're unreliable. Sometimes the app will work. Sometimes it doesn't. Sometimes you have to fiddle blindly with flatseal settings, which ones? Who knows? Guessing is part of the fun.

It'd be a great thing if it just worked.

[-] independantiste@sh.itjust.works 6 points 4 months ago

In over 3 years of daily flatpak use (of multiple apps) I've never had a single reliability issue with flatpak, the only ones being caused by me because I was trying out settings in flatseal that the app didn't like. On the flip side I've found native packages to be broken more often than not, with .Deb files sometimes just not working and throwing an error or something. Package managers are better for sure but I've had dependency issues that I have never experienced with flatpak.

load more comments (1 replies)
load more comments (2 replies)
[-] eveninghere@beehaw.org 24 points 4 months ago

As a professor I have to say... the site admin skipped the class that taught them to include always the color bar.

[-] mlg@lemmy.world 18 points 4 months ago

I'm gonna be honest I've never had a flatpak version of something ever work properly.

There was even one popular media player that only came in flatpak form or otherwise build from source.

So obviously, for no reason at all, it barely functioned compared to other applications I had already tried.

Congrats to you people put there somehow running things like Steam with no problems lmao.

I have like 20 flatpak software products running without any problem for 2 years now.

load more comments (1 replies)
[-] boredsquirrel@slrpnk.net 15 points 4 months ago

Crazy, how our "free world" is centralized

[-] thingsiplay@beehaw.org 21 points 4 months ago

Flathub is not the entirety of Free World, just a little small slice of the pie. You can say Flathub is quite centralized. But our Free World have so much more. Every country will have a certain focus of what is freely available. It's an optional server and package format. You are free to install it or use another free package. Nothing crazy here.

[-] SendMePhotos@lemmy.world 9 points 4 months ago

Does that count for when an OS is wiped and reinstalled or a nerd has like 3 computers and keeps OS flipping?

[-] independantiste@sh.itjust.works 6 points 4 months ago

In that case you should use user-install flatpaks and separating and reusing your /home partition

load more comments (1 replies)
load more comments (1 replies)
[-] ssm@lemmy.sdf.org 9 points 4 months ago

Flatpak's usecase for me is Alpine Linux and other distributions that use musl or other libc implementations. I don't love it, I think its cli interface and the way you add flatpak servers to be obtuse and annoying, but it is useful for getting glibc dependent software.

load more comments (1 replies)
[-] sturlabragason@lemmy.world 8 points 4 months ago

Awesome! Love it!

[-] Frostbeard@lemmy.world 8 points 4 months ago* (last edited 4 months ago)

What's the issue? I installed mint because I know fuckall about Linux, and tbh it's a dice toss if I have used the Flatpak option not knowing what the actual difference between them are

[-] Liz@midwest.social 12 points 4 months ago

Flatpak "containerizes" the program, which makes it more secure and less able to accidentally mess up other programs. Fuck if I know how it works.

Also you don't have to type in your password every time you want to update the program, so that's nice.

[-] SimplyTadpole@lemmy.dbzer0.com 8 points 4 months ago

Honestly, you don't have to worry about what others say, you should use what works best for you. Personally I find them to be nice and comfortable to use, myself 😅

load more comments (2 replies)
[-] MicrondeMMMMMMM 6 points 4 months ago

FOSS keeps winning it's Insane!

load more comments
view more: next ›
this post was submitted on 22 Jun 2024
600 points (100.0% liked)

Linux

48033 readers
781 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