Allow installation of a specific version #99
Labels
enhancement
New feature or request
kpkg
Issues related to Kreato Linux's package manager.
v7
Issues/Enhancements that are scheduled for v7
Example;
kpkg install kpkg#v7.0.0-alpha2
orkpkg build main/kpkg#v7.0.0-alpha2
Requires #98 to work (atleast for the install part)
For installing binaries, we need to check for the dependency versions stored in the
pkgInfo.ini
file (so we don't end up with a broken system).For this, we have two approaches;
https://example.com/api/v1/getPkgInfo/kpkg/latest
) that would allow us to check the pkgInfo.ini without the need to downloadI will probably do the first one at first, as it is easier to handle.
Second one will be much faster though, so I might switch to that overtime.
The text was updated successfully, but these errors were encountered: