ipm icon indicating copy to clipboard operation
ipm copied to clipboard

Proscriptive Installation Location

Open kuszewski opened this issue 3 years ago • 1 comments
trafficstars

The package manager should be unpacking a package's resources into a predictable, defined location as a default for all packages. I suggest a system as follows, but am open to other suggestions:

<installdir>/zpm/<packagename>/<version>

That way you can have multiple versions of a package installed on the same machine (say, you had them installed in different namespaces) and each would have a place where it can expect to find any configuration files, jars, .dlls, etc that are needed by that package.

kuszewski avatar Nov 22 '21 19:11 kuszewski

This would also be a good approach for static web files rather than copying to system directories

isc-tleavitt avatar Mar 20 '24 14:03 isc-tleavitt