this post was submitted on 05 Oct 2023
4 points (100.0% liked)

openSUSE

13 readers
1 users here now

The makers' choice for sysadmins, developers and desktop users.

www.opensuse.org

openSUSE (IPA: oʊpənˈsuːzə) is a project that serves to promote the use of free and open-source software.

openSUSE is well known for its Linux distributions, mainly Tumbleweed, a tested rolling release, and Leap, a distribution with long-term support.

founded 2 years ago
MODERATORS
 

Hey, so i have kind of a noob question :D When i update all the packages on Tumbleweed with 'sudo zypper dup' there are many packages that need to get restarted since these active processes using deleted files. Normally i just restart my whole Computer for that but i wonder if there is another possibility, perhaps restarting only the libaries that are affected while my computer is still running. Is there a command for that or is it essential to restart the whole computer after updating?

top 5 comments
sorted by: hot top controversial new old
[–] s20@lemmy.ml 3 points 1 year ago

I could be wrong about this, but I don't think you need to worry about it. Just keep doing your thing until you're done, and then perform a restart when it's convenient.

[–] PhineaZ@feddit.de 3 points 1 year ago

May be a noob answer, but you only have to restart those were you actually want to use the updated version immediately. I did have problems updating certain packages (mainly firefox and file uh I mean directory browsers), but unless something stops working as intended you can just keep using your machine as usual. Packages will be "re" started upon next boot anyway.

[–] MyNameIsRichard@lemmy.ml 3 points 1 year ago (1 children)

There is sudo zypper ps -s which will show you all process needing a restart so you can manually handle them. I find it easier just to reboot though.

[–] OnopordumAcanthium@lemmy.ml 1 points 1 year ago (1 children)

So you really need to restart every single one instead of all at the same time? That sucks D:

[–] MyNameIsRichard@lemmy.ml 1 points 1 year ago

I've never really looked for a way to do that. I suppose you could write a script to do it.