A next-generation package manager called Nix provides a simple distribution-independent method for deploying a binary or source package on different flavours of Linux, including Ubuntu, Debian, SUSE, Fedora, and Red Hat. Even better, Nix does not interfere with existing package managers. Unlike existing package managers, Nix allows different versions of software to live side by side, and permits sane rollbacks of software upgrades.
Permalink for comment 341141
To read all comments associated with this story, please click here.
By allowing side by side installation of packages instead of just upgrading them, would this not be a security nightmare?
Also, I suspect rpm/dpkg can be used in the same way to parallel install most things, but the distributions do not do that due to the above problem and assosicated maintenance costs.
Member since:
2008-03-08
By allowing side by side installation of packages instead of just upgrading them, would this not be a security nightmare?
Also, I suspect rpm/dpkg can be used in the same way to parallel install most things, but the distributions do not do that due to the above problem and assosicated maintenance costs.