11 points

I don’t like windows either, but updating with Winget in terminal works pretty good. Not as good as with Linux, but better than downloading every app via browser.

permalink
report
reply
9 points

Remember DLL hell in windows 2000? Damn that was rough.

permalink
report
reply
3 points

I think the last time I saw a dll issue was windows 8.

permalink
report
parent
reply
21 points

You’re forgetting winget. It’s actually really good.

permalink
report
reply
10 points

Winget sucks ass. Fails half of the time, lists way too much I did not install through Winget m, even had apps broken because of bad updates through Winget.

Never had these problems with scoop or chocolatey though.

permalink
report
parent
reply
6 points

That sucks. I use it to handle all software on my work dev machine and haven’t had any issues so far. We basically use it to set up clean machines and it’s worked perfectly so far.

permalink
report
parent
reply
4 points

lists way too much I did not install through Winget

That’s one of the features though. You can update apps via Winget even if you didn’t originally install them via Winget.

permalink
report
parent
reply
1 point

It’s alright, but (in my experience) incredibly slow.

permalink
report
parent
reply
29 points
*

somepackage requires otherpackage version >10.1.79

otherpackage is already at latest version

Have fun compiling it yourself and messing up what is managed by the package manager and what’s not. And don’t forget that the update might break some other package along the way

permalink
report
reply
11 points

If your distro maintainer’s do a good job, that situation never happen’s.

Or just use gentoo where that problem doensn’t exist at all.

permalink
report
parent
reply
13 points
*

Don’t use apostrophes wherever you see an “s” at the end of a word. If you’re unsure about whether or not to use an apostrophe, just don’t. Because statistically, there are far fewer cases where you need 'em than there are cases where you don’t. Plus if you missed the apostrophe where it should be, people will just assume you didn’t bother to type it or it was a typo. Whereas if you do type it where it shouldn’t be, it’s a clear case of “this person doesn’t know how apostrophes work”.

permalink
report
parent
reply
2 points

Shut’s the’s fuck’s up’s.

permalink
report
parent
reply
1 point

Manjaro, is that you?

permalink
report
parent
reply
2 points

Huh, pacman always seemed to automatically work out those dependency loops, or whatever you want to call them, when I was on EndeavourOS. The only time I had an issue with updating was when I went like two weeks without updating, and then ran out of harddrive space halfway through installing the 600 updates.

permalink
report
parent
reply
1 point

Well not if you’re on Ubuntu and need the latest version of e.g. npm for some nvim plugin, because that version is not in the repository.

permalink
report
parent
reply
3 points

Most of the time you can just download a release and place the binary in path (or a symlink).

Compiling it yourself should not ‘messing up’ anything, it should build locally:

./configure
make -j$(nproc)

Now it’s just built, nothing on your system has changed. make install will place requisite files where they need to go, but this generally configurable via prefix or equivalent. You may need to install dependencies, but that’s usually a simple exercise in reading the output from the configuration step.

Compiling software is easy as fuck and is incredibly flexible.

permalink
report
parent
reply
1 point

I sometimes just give up and use Docker or a Flatpak (depending on if it’s a CLI or GUI app)

permalink
report
parent
reply
1 point

NixOS solved this. You can install both deps from two different channels.

permalink
report
parent
reply
56 points

No restart require on Linux is a joke, right? Because I get updates that require restarts as often as I get them on Windows when updating Mint.

permalink
report
reply
-2 points
Deleted by creator
permalink
report
parent
reply
5 points

Redhat is not the original. Just of the ongoing projects, there is both Slackware and Debian, which are both older than Redhat. Redhat stands out because they are a commercial, for profit company, so they have more money and resources to invest in Linux development than most organizations, and they have a vested interest since it is their product base.

permalink
report
parent
reply
13 points

Besides a kernel update… Which one?

Honest question, as I usually just restart to be sure I haven’t missed to restart a service or something, but theoretically I could restart every program and service, that got updated.

Maybe Mint is very conservative here…

permalink
report
parent
reply
8 points

Probably driver update, like nvidia?

permalink
report
parent
reply
5 points

Ah yeah, mostly kernel module updates go along with a kernel update. But you are right, yeah.

Although, should be possible to just reload the module and restart X/Wayland, no?

permalink
report
parent
reply
6 points

Fedora requiers them all the time. Sometimes there is a driver update in there.

permalink
report
parent
reply
10 points

they’re not required, only the update manager thing wants you to. if you update via dnf you don’t need to restart 90% of the time

permalink
report
parent
reply
64 points

Unless you’re updating the kernel itself, there is little chance you actually need to reboot your machine. Just restarting whatever service or application you’re using should do the trick.

permalink
report
parent
reply
23 points

Just following the update manager instructions

permalink
report
parent
reply
17 points

You do you, it can’t hurt to reboot and work on a fresh restart. But if for some reasons you need to keep your machine up, you’ll know it is less of a problem than on windows typically

permalink
report
parent
reply
9 points

Kde neon made me reboot Everytime it updated. Turns out there was a setting I could disable. Afterwards I was never bugged about rebooting.

Used discover for updates

Maybe you have such a setting?

permalink
report
parent
reply
8 points

And on some distros you can also just reload the kernel without rebooting

permalink
report
parent
reply
2 points

Yeah, but you’re going to pay for that.

permalink
report
parent
reply
11 points

This is the same on Windows, you can just carry on and then complete an update when you go to shut down the machine. Can’t remember the last time an app install or update required the whole OS to be restarted immediately.

permalink
report
parent
reply
7 points

I remember what it’s called, but at some point there was an app for windows that would check if your machine actually needed a restart or not. Basically the “restart your machine” prompt is mostly just a boilerplate. It’s very rare that those installers touch anything that can’t actually be loaded without a restart.

permalink
report
parent
reply
2 points

Except when it force closes your computer when you dismiss the windows update too many times

permalink
report
parent
reply
1 point

I tried installing rust which required some Visual Studio compiler on a Windows machine configured to reset itself when rebooted. It decided I needed a reboot. I’m glad I didn’t have unsaved files…

Needless to say I could not run my program on that machine. Why does it need a reboot? I don’t know. It’s just meant to be a compiler.

permalink
report
parent
reply
2 points

Even with kernel updates, you can use something like ksplice or kpatch to update it without rebooting. It’s usually only used on servers though.

permalink
report
parent
reply
2 points

Afaik mint just says you have to restart but don’t forces you. Iirc it was there to avoud any glitches which could be caused by apps interacting with each other in different versions(say some system app got updated and desktop environment is still the old since its loaded before update then cause gui mismatch due to different versions of ui toolkit)

permalink
report
parent
reply
5 points
*

I mean, in this case Windows doesn’t force you to restart either, you can just keep chugging along with the restart icon at the bottom right… That icon can stay there for weeks on my girlfriend’s laptop

permalink
report
parent
reply
1 point

But that is update and restart. The update is not at all installed and will only install if you restart. And it takes a lot of time. But here it is already installed and you can actually reopen apps ti get them in the updated state

permalink
report
parent
reply
9 points
*
Deleted by creator
permalink
report
parent
reply

Fedora issue. I restart my Debian machines maybe once every 4-6 weeks.

permalink
report
parent
reply
2 points

I have the save experience with popos

permalink
report
parent
reply
4 points
*
Deleted by creator
permalink
report
parent
reply
1 point

There should be an option in the settings to disable restarting to apply updates (though I only kno2 it exists on KDE)

permalink
report
parent
reply
1 point
*

Yep. I’m on EndeavourOS which is about as far as you can get from Mint without going to like Slackware, LFS, or BSD. Basically every single run of pacman prompts for a reboot. I’m sure I could restart individual services or subsystems instead, but that’s not what the OS popup says.

permalink
report
parent
reply
2 points

Yep. Every kernel update. Granted that’s less often than Windows requires a reboot.

permalink
report
parent
reply
1 point

This is a requirement for Immutable Distributions, not that Mint is… But others.

permalink
report
parent
reply
1 point

It is often needed on OpenSuse TW.

permalink
report
parent
reply

linuxmemes

!linuxmemes@lemmy.world

Create post

Hint: :q!


Sister communities:

Community rules (click to expand)

1. Follow the site-wide rules
2. Be civil
  • Understand the difference between a joke and an insult.
  • Do not harrass or attack members of the community for any reason.
  • Leave remarks of “peasantry” to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
  • Bigotry will not be tolerated.
  • These rules are somewhat loosened when the subject is a public figure. Still, do not attack their person or incite harrassment.
3. Post Linux-related content
  • Including Unix and BSD.
  • Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of sudo in Windows.
  • No porn. Even if you watch it on a Linux machine.
4. No recent reposts
  • Everybody uses Arch btw, can’t quit Vim, and wants to interject for a moment. You can stop now.

 

Please report posts and comments that break these rules!


Important: never execute code or follow advice that you don’t understand or can’t verify, especially here. The word of the day is credibility. This is a meme community – even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don’t fork-bomb your computer.

Community stats

  • 6.5K

    Monthly active users

  • 1.2K

    Posts

  • 25K

    Comments