Kitura / kitura-cli

⌨️ Kitura command-line interface
http://www.kitura.dev
Apache License 2.0
14 stars 8 forks source link

Impossible to install CLI on Ubuntu 20.04 #74

Open staiko opened 2 years ago

staiko commented 2 years ago

curl -LO https://github.com/Kitura/kitura-cli/releases/download/kitura-cli_0.2.1_amd64.deb

sudo dpkg -i kitura-cli_0.2.1_amd64.deb

dpkg-deb: error: 'kitura-cli_0.2.1_amd64.deb' is not a Debian format archive dpkg: error processing archive kitura-cli_0.2.1_amd64.deb (--install): dpkg-deb --control subprocess returned error exit status 2 Errors were encountered while processing: kitura-cli_0.2.1_amd64.deb

What is wrong ?

dannys42 commented 2 years ago

Hi @staiko , I'm afraid the reason why it is not currently work is that I re-wrote the CLI (as the previous one was no longer useable), so there is no .deb file available at this time. If you're familiar with the process of creating .deb files, I'd happily welcome a PR for it!