Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Stripe CLI ubutu installation issues

Tags:

ubuntu-20.04

I want to install the Stripe CLI on ubuntu 20.04. I folled the step installation who there are in Stripe docs.

  1. Download the latest linux tar.gz file from https://github.com/stripe/stripe- cli/releases/latest
  2. Unzip the file: tar -xvf stripe_X.X.X_linux_x86_64.tar.gz
  3. Run the executable: ./stripe

But when I tried to run the executable not working.

enter image description here

I try to install via apt-get install stipe whitout success Any idea to install the stripe cli on ubuntu 20.04?

like image 967
Analin Flores Avatar asked Aug 24 '26 22:08

Analin Flores


1 Answers

If you haven't already figured out an answer to this question, you have to manually move the unzipped stripe program to usr/bin or usr/local/bin. I did personally did usr/local/bin so

(sudo) mv <filename> usr/local/bin

then ran

./stripe

and that worked.

like image 126
GiggleGrass Avatar answered Aug 29 '26 03:08

GiggleGrass



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!