@custello said in How to download and install Apps from OpenStore via CLI?:
Funny fact: The index.html file has exactly 6.53 MB (what would be the same size as Dekko's .click package). Maybe wget just renamed the downloaded file as index.html?
Thanks to @Ingo's knowledge, this is partly true! wget will ignore the response headers, because this is an experimental feature at that time. Therefore wget uses a standard name for the downloaded file, and this one will be a classic index.html. 🙂
@dobey said in How to download and install Apps from OpenStore via CLI?:
The --allow-untrusted is required, because by simply downloading a click directly, you are missing the additional metadata, and are not verifying that what was downloaded, is trusted.
Okay, thanks a lot!
So the final (working) command should be:
wget https://open-store.io/api/v3/apps/dekko2.dekkan/download/xenial/ -O /home/phablet/Downloads/dekko2.dekkan_armhf.click
Afterwards:
pkcon install-local --allow-untrusted /home/phablet/Downloads/*.click