Welcome to Incremental Social! Learn more about this project here!
Check out lemmyverse to find more communities to join from here!

crony ,
@crony@lemmy.cronyakatsuki.xyz avatar

I would hapilly use linux mint if only it didn't use apt, honestly don't like it as a package manager.

Ghere is also the fact that mint will have older versions of packages, for example neovim which I need to be latest version always.

That's why I loved arch and gentoo before, for their package managers and roling distro nature.

Now I'm on nixos unstable and it's currently my favourite unbreakable distro, and the nix package manager is really good and making my own pqckages is really easy.

Guenther_Amanita ,

I don't like apt too as much. But, interface-wise, you can make it way better with Nala, which is a frontend for it.

NixOS is too complicated and demanding for most users, who aren't programmers or hobbyists, imo.
I prefer Fedora Atomic. It has the same pros (unbreakable, highly configurable with universal-blue.org, etc.) but feels way more user friendly.
I use it with Distrobox on top, so I can use my package manager/ distro of choice (turned out to be Arch btw) on a extremely reliable system.

For your case, you can replicate Mint by just installing the Cinnamon image from uBlue and applying some minimal tweaks.
Then you get the user friendliness from Mint with the flexibility and unbreakability from NixOS. Do you like the idea? Just in case you get annoyed by NixOS in the future 🙃

crony ,
@crony@lemmy.cronyakatsuki.xyz avatar

Seems like a fine idea, but nixos is just exactly what I want from a distro it turns out and nix is just the package manager I wanted but never knew I did.

TheFadingOne ,

I don't think OSTree systems can quite reach the flexibility of NixOS. For instance with NixOS (with direnv and nix-shells) you can essentially swap out your running system based on the different directories you enter and I think that's still just scraping the top of the iceberg. From my experience with OSTree (which is admittedly somewhat limited) I don't think you can reach that level of flexibility.

It's still really cool, I don't mean to shit on that, I'm just saying NixOS and OSTree have different pros and cons and use cases.

gramgan ,

I like the idea of the fedora immutable distros, but the reliance on flatpak makes me a bit nervous (guess I’m just old-fashioned)… I think some kind of solution that puts a stable system like Debian or immutable fedora with a package manager like Nix might be very good (I know the U-Blue guys have been playing with homebrew?)

Guenther_Amanita ,

You can still install Nix (package manager) on Atomic, on uBlue, it even comes pre-installed afaik.

And also, there's Distrobox, which is totally enough if you prefer package managers over Flatpaks.
I personally like the "reliance" on Flatpaks. I think it reduces the fragmentation and makes it easier for devs, but that's just my opinion. Do as you prefer.

gramgan ,

Actually, I just tried both homebrew and Nix with a Debian 12 installation and I’m not impressed. Homebrew only ships CLI apps, and GUI applications installed with Nix famously don’t show up in application launchers… it seems like you don’t really get the features of Nix unless you use NixOS.

punkhazard ,

What do you not like about apt?
Genuinely curious, never used anything besides apt/apt-get and aptitude.
Am I missing out?

sag ,
@sag@lemm.ee avatar

Am I missing out?

Borking your system I guess. /j

Norgur ,
@Norgur@fedia.io avatar

If you never do more than update, upgrade, install and remove, then just skip every post recommending different distros for their package manager. For you (as for most users), it will not make the slightest difference if you are using apt, packman, whatever else. If there's something you want your package manager to do but it can't, you'll know. And if it comes to that, you can start diving into the different managers and which one is best suited for the specific thing you want to do.

But it has to be mentioned that aptitude does not have super cow powers of course.

crony ,
@crony@lemmy.cronyakatsuki.xyz avatar

You don't miss out on anything if it does what you need.

For me apt is just slow and clunky, don't like the way some of the commands are and they are long, I prefer the way that pacman and portage do it where I can make commands be sinple and only be couple characters instead of whole words.

I liked pacman because it was fast, and it was really easy to block a package from upgrading and downgrading packages is really easy.

I liked portage because it worked with program's sources so I was able to just remove part's of program's and their dependencies I didn't need.

I like nix now because of the way it manages dependencies, and for the fact that packaing programs in it is really easy to do.

EntropyPure ,

Nala is a great apt frontend. It supports parallel downloads of packages and speeds up the whole process up a lot.

Not sure which commands irk you as too long. Nala makes a good overview of changes like which package is bumped to what version and where it stands now. So I basically only use

nala upgrade

and take it from there. Updates the sources, lists the diff for upgradable packages and ask me to go forward or abort.

crony ,
@crony@lemmy.cronyakatsuki.xyz avatar

Just the pure act of installing a package is longer than with pacman for example.

And the way that apt has seperated regular package and -dev packages irks me a lot when I need a library for something I need to make sure to install a =dev package compared to most other package manager where libraries are installed with the lackage itself.

ricdeh ,
@ricdeh@lemmy.world avatar

For me, it's quite the opposite. I love that apt commands are so close to natural language.

Pan_Ziemniak ,

That first sentence is what I love about Linux bros. For all the supposed gatekeeping and pretentiousness that goes on in these circles, i find this to be much more representative of my experience. As i said elsewhere in the thread, im really not very well versed in all that Linux is/can be. And yet, somehow someway, ive never really felt put down for it when seeking help.

Before this comment, i honestly didnt know there could be such preferences to ur package managers.

Holzkohlen ,

Nah, apt is great. I use Arch, but the package manager does not make a difference for me. I think I'd prefer apt for the user friendly terms to use it: apt search, apt install, apt remove, apt purge. Much nicer than the pacman equivalents I haven't even bother to learn.

SpaceNoodle ,

If for some unspecified reason you truly and absolutely need the latest version of something, nothing's stopping you from pulling the repo and building it yourself.

crony ,
@crony@lemmy.cronyakatsuki.xyz avatar

That's fine when you need only one or two things, but when you wan't your whole system to be up to date as much as possible it becomes tedious.

SpaceNoodle ,

And I'm questioning the need for that.

crony ,
@crony@lemmy.cronyakatsuki.xyz avatar

For me it's the fact that I almost always need a feature from a program that's in a recent release that is never in debian/ubuntu until a couple years later.

SpaceNoodle ,

For every single package?

crony ,
@crony@lemmy.cronyakatsuki.xyz avatar

Just about 90% of packages that I wan't to use

SpaceNoodle ,

X

captain_aggravated ,
@captain_aggravated@sh.itjust.works avatar

Fairly long-term Mint veteran here: usually if I need software that's more up to date than what's in the standard repo, Flatpak will do.

SpaceNoodle ,

Oh god no

smileyhead ,

I really like the idea of Nix, but having to have GitHub account to publish a package is a big no for me, even if I have one.

captain_aggravated ,
@captain_aggravated@sh.itjust.works avatar

There's a Fedora Cinnamon spin.

fiddlestix ,

I'm in the same boat as you, but haven't tried making my own packages. Is there a guide somewhere I can follow?

crony ,
@crony@lemmy.cronyakatsuki.xyz avatar

I mostly just searched nixos how to package pyrhon/go/rust/ program or nixos how to package sddm theme/gtk/...

The best resource honestly are the randon blogposts since the wiki itself is really bad.

I also recommend the channel vimjoyer.

I also recommend to get into the habit of searching for options on https://search.nixos.org/options and for packages on https://search.nixos.org/packages which are great resources to know what you can set or install and already packages.

You can also check my nixos config on examples for how to package sddm theme and shell scripts.

I also have a couple programs on my selfhosted gitea that use flakes for packaging which you can checkout also.

https://code.cronyakatsuki.xyz/crony/nixos

fiddlestix ,

This is really useful. Thanks a lot! (Agree about the wiki).

Max_P ,
@Max_P@lemmy.max-p.me avatar

IMO Mint is to Ubuntu what Manjaro is to Arch: a pile of duct tape in the name of user experience ready to blow at the worst time, down to the TLS certificate mishaps.

People pick really weird distros to worship...

zloubida ,
@zloubida@lemmy.world avatar

It's strange to worship any distro.

backhdlp ,
@backhdlp@iusearchlinux.fyi avatar

The only distro we should worship is Hannah Montana Linux

kusivittula ,

when i decided to dump windows, i tried lots of distros. most would refuse to install or even boot to live, and the ones that do install successfully have issues with nvidia. like parts of the screen going unresponsive, constantly reverting to 60 hz, and just completely crashing. ubuntu does all three, fedora won't even install, arch distros can't find any of my sound devices. but mint works. no nvidia issues, no crashing, all devices work, refresh rate stays at 120. that's some damn good duct tape.

themarty27 ,

More like Ubuntu is to Debian what Manjaro is to Arch. And then Linux Mint takes the nice stuff from Ubuntu but does away with the bullshit.

UnfortunateShort ,

I think you give Manjaro a little too much credit here. Not that I want to hate on it, but Ubuntu is much less closely related to Debian than Manjaro is to Arch.

themarty27 ,

Yeah, my point was more that both Manjaro and Ubuntu are systematically mismanaged derivatives of brilliant upstream distros with regular blunders in their development process, but with inexplicably large communities.

WhiskyTangoFoxtrot ,

Use Arch if you want maintaining your system to be a hobby in its own right. Use Mint if you just want something that works.

baseless_discourse ,

Unless you want two monitors with different scaling.

SkyeStarfall ,

The funny thing is, I feel like I have to maintain my arch system less than Windows

growingentropy ,

It's definitely not as bad as people make out. That said, I only run Arch on my main machine, and Debian on the rest. Just in case, you understand.

derpgon ,

Same with Manjaro 🤟

0x2d ,

i've had manjaro break way more than normal arch

Armando3996 ,

Jeez, no. Use endeavouros

midnight ,
@midnight@kbin.social avatar

Arch is great if you want to customize your system, but I wouldn't say it really needs "maintaining" beyond just updating more frequently. (which you don't even really need to do very often, you just have the option to get newer versions of software.)

moon ,

I don't even update my Arch setup that often. Most of my stuff lives in flatpaks. I just want updated software and rolling release, which Arch is the best for that.

spez ,
@spez@sh.itjust.works avatar

I don't have any need for arch, fedora is fine as it is. Might try arch if I have more reliable internet someday, my main concern is my system going brrrr one evening when I need to do some important legal work.

Armando3996 ,

If you need the stablest of stable stuff there's nixos.

nobleshift ,
@nobleshift@lemmy.world avatar

[Thread, post or comment was deleted by the author]

  • Loading...
  • Armando3996 ,

    Nixos when you want to work on it and then it works forever ever

    histic ,

    nixos ftw

    Armando3996 ,

    Ah, End of The Linux pipeline

    randon31415 ,

    I thought they closed down Mint to get people to sign up for Credit Karma?

    jelloeater85 ,
    @jelloeater85@lemmy.world avatar

    They did! I switched to Monarch, it's REALLY nice. They even have a feature tracker for ones they are working on AFAIK.

    Quills ,
    @Quills@sh.itjust.works avatar

    Wait what?

    LonelyNematocyst ,

    After googling, I think that was a joke about an unrelated app.

    FractalsInfinite ,

    They seem to be talking about the budgeting app "Mint" as opposed to the Linux OS. Linux Mint isn't going away any time soon.

    Quills ,
    @Quills@sh.itjust.works avatar

    Ooh haha, that really confused me there, thanks for the explanation!

    jak2k ,

    I prefer Fedora. It works great and has no bullshit.

    Sar ,
    @Sar@lemmy.world avatar

    I tried installing Fedora a few weeks back.

    It did not like my 3080 and broke horribly.

    Back to Endeavour...

    scorpious ,

    Minty MacBook resurrection I did a while back

    some_guy ,

    Wow, all this time and you've prevented the screen bezel bumps from making chips in the top case (the palm rests). Clearly, you take better care of your computer than any of the university students I helped at an Apple Store back in the day.

    Presi300 ,
    @Presi300@lemmy.world avatar

    I love mint, but man do I want them to hurry up with their wayland support

    Rolive ,

    Wayland is a ton of issues for me. But that was my fault for buying a laptop with an nVidia card. Never again.

    chronicledmonocle ,

    The true Linux users are the ones that realize that all Linux is the same. The only differences is package management, Desktop Environment, and customization by the Distro creator.

    You can literally just install Debian stable with Cinnamon DE and get basically Linux Mint on Debian. Bonus points for adding backports so you get a slightly more updated kernel.

    I know this is a joke, but you should use whatever distro you want to use....because at the end of the day it's all Linux.

    swagmoney ,
    loudWaterEnjoyer ,
    @loudWaterEnjoyer@lemmy.dbzer0.com avatar

    Guy on the right will use Debian stable, rest is correct.

    kuneho ,
    @kuneho@lemmy.world avatar

    hell yeah debian

    ITGuyLevi ,

    Hell yeah LMDE

    JoMomma ,

    Thats the best mint flavor

    jelloeater85 ,
    @jelloeater85@lemmy.world avatar

    I just wish they had it w MATE

    tswiftchair ,

    Yeah I agree with the sentiment, use whatever is good for you, but I feel like most advanced linux users are not using Mint. They typically come to the realization that everything is either Debian, Arch, or build it yourself so they use one of those.

    jelloeater85 ,
    @jelloeater85@lemmy.world avatar

    Man, might swap to Debian 12, trying it on my netbook, it's nice.

    loudWaterEnjoyer ,
    @loudWaterEnjoyer@lemmy.dbzer0.com avatar

    I'm running Debian 12 for while now and it works great. Gossip says you need to get everything from flatpak because the packages are so outdated, but that's bullshit.

    jelloeater85 ,
    @jelloeater85@lemmy.world avatar

    I get newer packages on my netbook then my desktop running u Ubuntu 22.04.

    loudWaterEnjoyer ,
    @loudWaterEnjoyer@lemmy.dbzer0.com avatar

    Does Gentoo already count as "build yourself" on your list?

    chronicledmonocle ,

    Hell Cinnamon DE is literally an install option on Debian. LOL.

    traches ,

    Been using arch + sway + neovim for 5 years now. Everyone says it’s the “I spend more time fucking with configs than getting work done” setup but then why does my dotfiles repo look like this?

    https://sh.itjust.works/pictrs/image/3528df1a-05e2-4bd1-987f-53c80562bb6d.png

    dustyData ,

    Wow, I've been using Linux Mint for 5 years. I don't have nor do I need a dotfile repo.

    Woovie ,

    Big "I don't even think of you" energy. I'm here for it.

    SendMePhotos ,

    Lmao

    ... But... What is a dot file repo? I just want to play games and do homework.

    runeko ,
    @runeko@programming.dev avatar
    MigratingtoLemmy ,

    If you use vim and/or tmux you'll commit a lot to your dotfiles initially, but after you reach a stable configuration that you like you won't be changing much

    dustyData ,

    I don't use vim nor do I use tmux.

    MigratingtoLemmy ,

    If you don't use software that needs configuration then you don't need dotfiles

    traches ,

    Neither do I, but it’s nice to have the same settings on my desktop and laptop

    funkajunk ,
    @funkajunk@lemm.ee avatar

    I used archinstall to setup my laptop with Gnome and only use pamac-nosnap for package management (flatpak is fine, but fuck snaps).

    I made the most noob Arch install ever and I love it.

    Lifter ,

    Noobs don't know to avoid snaps... But that setup wpuld be good to recommend if a noob really needs to use arch, btw.

    rtxn ,

    Read this and your brain might get a new wrinkle: it's possible to appreciate multiple distributions for their own merits.

    Steve ,
    Waffelson ,

    Why didn't you just paste a picture in the comment?
    https://lemmy.world/pictrs/image/f0bc86ed-fc82-4248-8d45-f2284cae72ea.png
    That's more faster

    Steve ,

    I’m using memmy, and I dont see an obvious way to do that.

    Steve ,

    https://i.imgur.com/suaSSMr_d.webp?maxwidth=760&fidelity=grand

    This is what happens when I copypaste the same image

    Steve ,

    Furthermore I cant even expand your thumbnail.

    That said my phone has been glitching like crazy so idk

    rtxn ,

    Copy-pasting the image will upload it to the lemmy instance, taking up storage space. You should instead embed externally hosted images using the following markdown expression:

    ![](https://i.imgur.com/suaSSMr.jpeg)
    

    https://i.imgur.com/suaSSMr.jpeg

    Waffelson ,

    Yes, this way you reduce the load on your instance, but I often see image hosting deleting images
    and I get scared when I see an imgur link because it often blocks image viewing for me

  • All
  • Subscribed
  • Moderated
  • Favorites
  • random
  • linuxmemes@lemmy.world
  • incremental_games
  • meta
  • All magazines