Kete Foy

Running on old files after updating packages

Kete Foy at

One reason why package updates can be a little tricky is because I might not be sure which application depends on a package that has an update, so after updating, will I need to restart any applications?

Hopefully, there is a way to check dependencies for every package manager. Here is how we do it in Parabola:

$ pactree -r package

https://wiki.archlinux.org/index.php/Pacman#Querying_package_databases

#NixOS handles this automatically by restarting any service with a nix store path which has changed..

Cillian de Róiste at 2015-01-17T17:54:31Z

Wow, that is cool. Have you read of any issues with network services?

Kete Foy at 2015-01-17T17:58:28Z

I haven't heard of problems with it, although the community is still pretty small so it's not as battle tested as other distros for sure.

Cillian de Róiste at 2015-01-17T20:17:42Z