how to install a package saved on disk
been reading through the guide on the main website, but it does not mention how I would achieve something similar to pacman -U <package location> is this functionality possible on blendOS?
2 Replies
Add it to the command section
Use a URL instead of a path
if you really need it to be local though, you could make an nginx container hosting a local repo on 127.0.0.1
it's not a great solution, but we don't really have anything for that right now