wayback
wayback copied to clipboard
Installation Wayback under the Termux in android
I'm new in Linux, so sorry for may be stupid question.
I'm trying to install Wayback under the Termux in android, but it's failure. Is there a way to install and use the machine on android? Thank you!
Thanks for opening this issue. We should be by to give feedback soon. In the meantime, please check out the contributing guidelines.
Have you tried installing wayback using curl -fsSL https://get.wabarc.eu.org | sh? Or manually download the artifact wayback-linux-armv7-0.19.1.tar.gz or wayback-linux-arm64-0.19.1.tar.gz?
Thank you for your quick response.
The result of running this command:
wabarc/wayback info installed ./bin/wayback
But running the command is unsuccessful:
cd ~/bin
~/bin $ wayback -h
No command wayback found
It seems that the bin directory is not exported to the PATH, there are at least three options to make it work.
- check out the bin directory and run
./wayback -h. - add the bin directory to the PATH.
- move the wayback binary to one of the directories exported to the PATH.
This issue is stale because it has been open 120 days with no activity. Remove stale label or comment or this will be closed in 5 days