hetrix

source-based package manager · v1.3

hetrix export / import

reproduce your exact package set on another machine.

export

hetrix export ~/hetrix/export.json

creates a JSON fragment with all installed packages.

import

scp ~/hetrix/export.json newmachine:~/hetrix/index.json
hetrix fetch --all