wayback icon indicating copy to clipboard operation
wayback copied to clipboard

Installation Wayback under the Termux in android

Open gorod0k opened this issue 1 year ago • 4 comments
trafficstars

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!

gorod0k avatar Feb 14 '24 05:02 gorod0k

Thanks for opening this issue. We should be by to give feedback soon. In the meantime, please check out the contributing guidelines.

welcome[bot] avatar Feb 14 '24 05:02 welcome[bot]

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?

waybackarchiver avatar Feb 14 '24 10:02 waybackarchiver

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

gorod0k avatar Feb 14 '24 11:02 gorod0k

It seems that the bin directory is not exported to the PATH, there are at least three options to make it work.

  1. check out the bin directory and run ./wayback -h.
  2. add the bin directory to the PATH.
  3. move the wayback binary to one of the directories exported to the PATH.

waybackarchiver avatar Feb 14 '24 14:02 waybackarchiver

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

github-actions[bot] avatar Jun 15 '24 03:06 github-actions[bot]