this post was submitted on 23 Nov 2024
338 points (89.5% liked)

linuxmemes

21378 readers
1223 users here now

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.

    founded 1 year ago
    MODERATORS
     
    (page 2) 50 comments
    sorted by: hot top controversial new old
    [–] prole@lemmy.blahaj.zone 4 points 3 hours ago (1 children)

    no restart required

    Not true for immutable

    load more comments (1 replies)
    [–] Kecessa@sh.itjust.works 38 points 7 hours ago (7 children)

    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.

    [–] Camille@lemmy.ml 37 points 7 hours ago (3 children)

    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.

    [–] Kecessa@sh.itjust.works 16 points 7 hours ago (2 children)

    Just following the update manager instructions

    [–] 7U5K3N@lemmy.dbzer0.com 7 points 4 hours ago

    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?

    [–] Camille@lemmy.ml 11 points 7 hours ago

    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

    [–] blackn1ght@feddit.uk 9 points 6 hours ago (1 children)

    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.

    [–] Voroxpete@sh.itjust.works 5 points 5 hours ago

    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.

    [–] BestBouclettes@jlai.lu 5 points 6 hours ago

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

    [–] Blueteabag@sh.itjust.works 7 points 5 hours ago (3 children)

    Really? I need to restart my Windows less often, Fedora asks me every other day restart my PC to install updates

    load more comments (3 replies)
    [–] Deconceptualist@lemm.ee 0 points 2 hours ago* (last edited 2 hours ago)

    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.

    [–] naeap@sopuli.xyz 8 points 7 hours ago (2 children)

    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...

    [–] some_random_nick@lemmy.world 6 points 5 hours ago (1 children)

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

    [–] IHateReddit@lemmy.world 6 points 5 hours ago

    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

    [–] fogetaboutit@programming.dev 7 points 6 hours ago (1 children)

    Probably driver update, like nvidia?

    [–] naeap@sopuli.xyz 3 points 6 hours ago

    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?

    [–] mexicancartel@lemmy.dbzer0.com 2 points 6 hours ago (1 children)

    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)

    [–] Kecessa@sh.itjust.works 4 points 4 hours ago

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

    load more comments (2 replies)
    [–] DragonsInARoom@lemmy.world 5 points 5 hours ago

    Missing dependency? Don't you like living away from your parents?

    [–] hinterlufer@lemmy.world 24 points 7 hours ago* (last edited 7 hours ago) (3 children)

    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

    [–] prole@lemmy.blahaj.zone 2 points 3 hours ago

    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.

    [–] Tiempo@lemmy.dbzer0.com 1 points 3 hours ago

    Manjaro, is that you?

    [–] crony@lemmy.cronyakatsuki.xyz 9 points 6 hours ago (1 children)

    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.

    [–] abfarid@startrek.website 9 points 5 hours ago* (last edited 5 hours ago)

    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".

    [–] GetOffMyLan@programming.dev 14 points 7 hours ago (1 children)

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

    [–] Hawk@lemmy.dbzer0.com 9 points 7 hours ago (1 children)

    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.

    [–] GetOffMyLan@programming.dev 3 points 6 hours ago

    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.

    [–] NaibofTabr@infosec.pub 8 points 6 hours ago (2 children)

    Chocolatey is the best option I've found for this on Windows:

    Chocolatey was created by Rob Reynolds in 2011 with the simple goal of offering a universal package manager for Windows. Chocolatey is an open source project that provides developers and admins alike a better way to manage Windows software.

    You can install & uninstall software from the command line and update everything installed through it with one command.

    It's not a real package manager of course. It can't update the operating system, and Windows applications aren't built for modularity and shared libraries the way Linux applications are. But it does automate application management like nothing else. I highly recommend this if you use Windows.

    [–] blackn1ght@feddit.uk 8 points 6 hours ago (1 children)

    There's winget now too, which is the official Windows package manager. I've used it a couple of times now and worked as expected, not sure how it compares to chocolatey outside of simple app installs though.

    [–] uranibaba@lemmy.world 1 points 3 hours ago

    I love winget, at least for the initial installation. No more having to search the the download and click through a gui. Just one or two commands (two if searching for the id) and done.

    [–] hubobes@sh.itjust.works 5 points 6 hours ago* (last edited 6 hours ago)

    I always prefered scoop with which I had fewer issues and which installs everything without needing admin rights.

    [–] gramie@lemmy.ca 1 points 3 hours ago (1 children)

    I've been a Linux user on and off since 1996, and there are still times when I give up trying to install software because of cryptic error messages.

    Yes, I had my parents using Linux Mint for about 5 years, but eventually my brother who lived near them switched them to Windows because if there was a problem with Linux he couldn't help.

    Don't worry, this is definitely the year of the Linux desktop.

    [–] prole@lemmy.blahaj.zone 3 points 3 hours ago

    Perhaps its just gotten better, but I've been on it for a year or two now, and I haven't come across an error message that didn't bring up solutions when copy/pasted into google. Definitely varies by distro though, I was on EndeavourOS for most of that time, and being Arch, it has like infinite documentation.

    [–] VonVoelksen@discuss.tchncs.de 11 points 7 hours ago

    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.

    [–] DmMacniel 9 points 7 hours ago (1 children)

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

    load more comments (1 replies)
    [–] BatrickPateman@lemmy.world 6 points 7 hours ago (2 children)

    Windows side of things is getting better though, thanks to winget. Not perfect and it f's up with certain packages but already a lot better than updating by hand.

    load more comments (2 replies)
    load more comments
    view more: ‹ prev next ›