There have been multiple accounts created with the sole purpose of posting advertisement posts or replies containing unsolicited advertising.

Accounts which solely post advertisements, or persistently post them may be terminated.

linux

This magazine is from a federated server and may be incomplete. Browse more on the original instance.

Sir_Simon_Spamalot , in Usage for Old Notbook

Linux Mint would even be lighter

0x2d , in Anyone else starting to favor Flatpak over native packages?

No, because I don’t have a very powerful computer

Even if I did, I would still prefer to have native applications because it would be more permissive

DidacticDumbass OP ,

I am totally ignorant, do flatpaks use a lot more processing?

yozul ,
@yozul@beehaw.org avatar

They can take longer to start up, which can suck on older hardware. It’s not as bad as it used to be though. Once they’re running there shouldn’t really be any difference. The main drawback is actually that Flatpaks use more storage space.

DidacticDumbass OP ,

I am glad that the startup times have improved, that bodes well for future startup times. Using up more storage really is what makes it suck for everyone. I thought that it was more efficient, since I see a lot of .platform, and I assumed those are libraries shared across flatpak apps that use those dependencies.

I am almost sure AppImage has the same problem? I don’t know, people do rated that better though.

yozul ,
@yozul@beehaw.org avatar

Storage space mostly isn’t as bad as it is with AppImages. Each AppImage stores all the libraries it needs, even if they are shared with another one. They can’t even know if they have shared libraries. A single AppImage will probably actually use less storage than a single Flatpak if you only have one, just because the AppImage only uses exactly the libraries it needs, while Flatpaks use shared sets of them. That being said, Flatpaks generally get less bad the more of them you use, because of the shared libraries. They’re still a whole extra set of libraries on top of your system ones though, plus they put out a new set every year. Apps that are still under active development generally get updated to the latest version, but older apps that are basically finished often require older libraries, so that’s more space used. Overall for a one off program when you’re not using universal packaging systems regularly AppImages are mostly better, but if you’re going to be using them regularly Flatpak quickly becomes far better. It still uses more storage space than just using native apps though.

Another difference between Flatpak and AppImage is that it can be kind of a pain to theme Flatpaks to match the rest of your system, and I don’t know of any good way to do it with qt6 apps yet, but it’s just straight up impossible to theme AppImages. They can technically have themes built into them, but unless you’re using Adwaita, or maybe Breeze if you’re lucky, they just don’t, and having to rebuild your own custom AppImage completely defeats the main benefit of using AppImages.

DidacticDumbass OP ,

That is what I thought, and I was confused about people complaining about the redundancy. Also, every new program I install manually seems to pull a crap-tonne of new dependencies, so nobody is saving space.

qaz ,

There might be an increase in startup time and RAM usage because it loads it’s own dependencies instead of using system libraries, but the difference is probably very little.

DidacticDumbass OP ,

I imagine that is the case. I also feel that is a trifle. Unless one is constantly closing and opening an application they use often, the extra seconds starting should not break a workflow.

qaz ,

I think it’s probably a couple ms instead of whole seconds but I haven’t tested it.

DidacticDumbass OP ,

Sure. I personally have not noticed a difference. Then again, I recently got a new computer, and all my other computers are over a decade old, so everything feels luxurious.

Coeus , in The year of Linux on the desktop is closer. Linux reaches 3% of desktops

I just wiped Windows from my main PC the other day and put Linux Mint on there. Feels good man.

mrmanager ,
@mrmanager@lemmy.today avatar

I remember in the beginning when leaving windows how quiet everything was. No notifications from windows about all kinds of shit, no ads and no interruptions. Have you noticed how calm it feels?

Coeus ,

I’ve been trying to distance myself from large corporations. It’s a slow process but I’m on the way.

myxi , (edited )
@myxi@feddit.nl avatar

Hello, I want you to know that Linux Mint has some issues:

  • Their site was hacked twice and a malware-infected ISO was being distributed.
  • They have a mixture of repositories where they get certain crucial things from Ubuntu’s repositories; this can cause trouble.

That being said, you may want to give Ubuntu officials a try instead.

itsJoelleScott , (edited )

Good on you mate, and welcome aboard!

Assuming it isn’t you first time: there’s a slight learning curve, but once you’re passed a few months and you’ve resolved a few issues on your own you won’t look back!

Look into KDE extensions to customize your desktop just the way you want it! My windows wobble around or fizzle out of existence when I close them. :)

Coeus ,

My first introduction to Linux was back in College in 2005. I ended up doing it off college but I’ve messed with Linux on and off over the years. A few months back I put GalliumOS on my Chromebook and I’ve done all sorts of stuff with the Raspberry pi. I wouldn’t say I’m proficient in the slightest and I know very few terminal commands but I think I can manage.

itsJoelleScott ,

Oh, you’ll be fine then. Haven’t used Mint personally, but I’ve heard good things about it! Always reach out for help.

Coeus ,

I’ve federated my server with a lot of Linux content so I’m pretty much surrounded on Lemmy.

Kierunkowy74 , in Anyone else starting to favor Flatpak over native packages?
@Kierunkowy74@kbin.social avatar

Definitely not me. I am on LiveUSB right now which makes my disk volume limited. And native packaging satisfies my needs (even when packages are old)

DidacticDumbass OP ,

That is cool. I imagine it would be great to have an array of USBs with different distros for specialized uses.

For the most part, I don’t even look at the version number when downloading packages. Most of the time it does not matter. Still, when I need something up to date, all I have to do is choose the flatpak version.

tdawg , in Anyone else starting to favor Flatpak over native packages?

As someone who uses Linux but only kinda, what advantages does flatpack offer over installing something with the provided package manager? (In my case that’s apt)

DidacticDumbass OP ,

For me it is having up to date packages. Debian is concerned with stability, so many packages are held back for testing, or just stop getting updates.

Another is that Flatpaks are sandboxed, so they won’t be messing with your systems.

tdawg ,

Yea that makes sense. Idk if it’s necessaryly for me, but thank you for explaining it either way

DidacticDumbass OP ,

Honestly, it is an extra step that adds complexity. Life is good when you don’t need it.

Lamy , in Anyone else starting to favor Flatpak over native packages?

No

DidacticDumbass OP ,

Fair

Lamy ,

😂

twitterfluechtling , in SUSE announces hard fork of RHEL: “At SUSE we make choice happen”
@twitterfluechtling@lemmy.pathoris.de avatar

Pretty SUS,eh?

BaalInvoker , in Anyone else starting to favor Flatpak over native packages?

I use Flatpaks for everything I can. I like how Flatpak keeps apps in a container isolated from my system. Also, Flatpaks contains every lib in every version I need for my installed apps, which means It does not rely on my system libs, and I like It, cause my system libs is to make my system works only.

Flatpaks are just the future of packaging

DidacticDumbass OP ,

Great explanation and rationale for using Flatpaks! I hope others with questions see this.

I understand how people may be annoyed by the redundancy of every app packaging their own lib, but I swear those are measured in kilobytes, and people tend to be so obsessively minimalist it is a non-issue. Then again, minimalist are probably compiling their software.

pglpm ,
@pglpm@lemmy.ca avatar

I disagree. The other day I wanted to install some audio app that came in flatpak install format (I’ll check and add the name later). The app was less than 30MB in size, but the installation included 300MB of a previous version of org.freedesktop!

DidacticDumbass OP ,

I think that is one time download of a library so the app can run. Also, any other app that needs it.

It seems to me that the biggest complaint people have with flatpaks are the space it takes.

I wonder if the blow up in GBs was an early buggy behavior?

418teapot , in Anyone else starting to favor Flatpak over native packages?

I haven’t used any flatpacks, mostly because they don’t seem to have a good solution for running terminal programs. (Also I don’t like that the application developer chooses the permissions to expose rather than the user.

However, I have been using bubblewrap which is what flatpack uses under the hood to sandbox. This allows me to run both gui and non-gui programs, and I have the control of exposing the minimum required permissions that I’m comfortable giving an untrusted piece of software.

DidacticDumbass OP ,

I will be honest and reveal my naivete about the permissions. I don’t really mess with permission for any program, but I can see how some defaults may be bad.

I will look into bubble wrap, since the sandboxing is important, but the sheer convenience and availability of software is what is appealing.

vtez44 , in Anyone else starting to favor Flatpak over native packages?

I was using Flatpak and Toolbx exclusively until I discovered Nix. It's much better than using those two.

DidacticDumbass OP ,

People keep recommending it, I guess I will give it a try.

For a minute I was fascinated by GOBO Linux, and I really thought it would take off, but I think the developers must have moved on since there have been no updates. However, the ‘recipes’ seem to get actively updated, so maybe it is a stable enough system.

AntY , in Anyone else starting to favor Flatpak over native packages?

Nope. I’ve been running Debian for the past six years after I got tired of messing with arch. I’m over my shiny new thing syndrome and am happy with old but stable software. I’ve tried some flatpaks but the only two that I use are Spotify and signal. They take a lot of space and updating is slow.

DidacticDumbass OP ,

I agree that stability is important, perhaps paramount, in a computing system. Still, some software like Cura, improve with every release, and it is worth upgrading for every new feature.

Anyways, I have never been concerned with space. On the whole programs don’t take up that much space compared to everything else I would put on my system like games. Also, I am the kind of person who wants all the software they would ever use installed on their system. I want my computer to be useful even when the internet goes out.

AntY ,

If you’re playing games, then latest software in terms of kernel and libraries are important. There’s a reason why valve switched to arch as a base for steamos. For my use case, I do a lot of coding in C using emacs so thing don’t really change that much. To each their own, that’s the beauty of Linux!

DidacticDumbass OP ,

Thank you for saying this! The negativity here has been jarring. I understand preferences, but no reason to be mean about them.

I wanted to stay with Arch awhile back but I kept messing up the install of Nvidia drivers in like every distro, so I just have a lot of apprehension. Maybe it is better now. Still, I am in a good place distro wise.

Emacs the portable lisp machine that can do virtually everything. That must be so fun.

418teapot , in Documenting commands # or $ before sudo?

I seem to be in the minority here but I personally prefer using $ and # to denote root. I like this because not everyone uses sudo and might not even have it installed.

That being said, if you already have other commands that are using sudo -u … to run commands as a different user then it might be best to just be consistent and prefix everything with it, but if there is only a few of those maybe a # cp foo bar && chown www-data bar is an alternative.

exu OP ,

Yeah, being consistent is definitely important. I can avoid sudo in many cases, but there are other pages where half the commands need to be executed as some user.
My Nextcloud page has that problem where php scripts need to be executed by the right user. But it also contains the installation instructions and there I can avoid using sudo. It’s like a 50/50 split between using # and sudo -u on that page :/

kokomo , in SUSE Preserves Choice in Enterprise Linux by Forking RHEL with a $10+ Million Investment

SUSE being mega based, Oracle being based for once. Alma & Rocky are also always based. This is great.

ForthEorlingas OP ,
@ForthEorlingas@lemmy.fmhy.ml avatar

It’s stuff like this that makes me want to give Tumbleweed a try.

ninekeysdown , in would you recommend debian testing for a daily driver?
@ninekeysdown@lemmy.world avatar

If you want a rolling release and like fedora maybe looking at rawhide. Otherwise suse tumbleweed is a solid choice.

Since you’re asking about Debian then SID is pretty much the rolling release version. This is what Ubuntu pulls from before doing their stuff. If you want close to bleeding edge this is a great way to get that rolling release feel. I know a few people who swear by it! I ran SID for a little while and it was okay but not for me. Arch was definitely better IMO for that. It’s also pretty easy to install arch (or gentoo) these days.

tubbadu OP ,

the fact with arch is that I’m a bit scared of messing things up, I was reading some articles about it and the AUR and I don’t know if I’m ready yet
how much unstable is debian unstable (XD) in your personal experience?

Kristof12 ,
@Kristof12@lemmy.ml avatar

The problem is that Fedora rawhide have so many updates and experimental ones and not so much reliable in comparison with Debian sid

moobythegoldensock , in Suggest me a distro

Your PC can run any distro smoothly. What are you looking for that Mint doesn’t provide?

iopq ,

Personally, I'm looking for reproducible environments where if you create a lock file of your packages, you will get the exact same system on another machine if you copy it over

sudman ,

NixOS can do that.

iopq ,

That's why I'm on it :^)

moobythegoldensock ,

Maybe you would like an immutable distro such as Fedora Silverblue?

iopq ,

I'm already using NixOS, which is even more powerful since it can configure my software as well as my system

  • All
  • Subscribed
  • Moderated
  • Favorites
  • [email protected]
  • random
  • lifeLocal
  • goranko
  • All magazines