I am trying to install the following package:
https://aur.archlinux.org/packages/influxdb-cli/
but the following command fails with error:
Is there any way to install influxdb client?
I am trying to install the following package:
https://aur.archlinux.org/packages/influxdb-cli/
but the following command fails with error:
Is there any way to install influxdb client?
You can either use Pamac to install the said AUR package
pamac build influxdb-cli
or yay
using this command
yay -S influxdb-cli
You can see the man page of yay
for more information (man yay
).
Please read this:
especially this bit:
Thanks.
Iâve marked this answer as the solution to your question as it is by far the best answer youâll get.
However, if you disagree with my choice, please feel free to take any other answer as the solution to your question or even remove the solution altogether: You are in control! (If you disagree with my choice, just send me a personal message and explain why I shouldnât have done this or or
if you agree)
P.S. In the future, please donât forget to come back to your question after your issue has been solved and click the 3 dots below the answer to mark a solution like this below the answer that helped you most:
so that the next person that has the exact same problem you just had will benefit from your post as well as your question will now be in the âsolvedâ status.
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.