aquatone
aquatone copied to clipboard
how to install aquatone on ubuntu
i want know how i can install aquatone on ubuntu
I had a few problems initially, but this is how I did it. There is probably an easier way but via command line this worked for me.
$ go get github.com/michenriksen/aquatone
$ cd go/src/github.com/michenriksen/aquatone
$ ./build.sh (wasn't sure if I could 'go build'/didn't try)
This builds all binaries (3 for windows, mac and linux) and places them inside root directory. Change to the new 'build' dir, remove the ones you don't need
$ cd build
$ rm aquatone_macos_amd64_1.4.3.zip && rm aquatone_windows_amd64_1.4.3.zip
Provided you have zip/unzip installed via 'sudo apt-get install unzip', unzip and place in /root
$ unzip aquatone_linux* -d /root
change directory to root
$ cd ~
Move the binary to a location in your $PATH where you can run it
$ mv aquatone /usr/local/bin
Verify that it is working
$ aquatone
Additionally, if aquatone has trouble finding the path to chromium:
$ which chromium
if none is installed
$ snap install chromium
then again
$ which chromium
Then specify the path to chromium based on the previous output
$ aquatone -chrome-path /snap/bin/chromium
I believe you can also
$ curl -O https://github.com/michenriksen/aquatone/releases/download/v1.4.3/aquatone_linux_amd64_1.4.3.zip
(But I had problems with curl) then unzip and move binary as above
$ wget https://github.com/michenriksen/aquatone/releases/download/v1.4.3/aquatone_linux_amd64_1.4.3.zip
then unzip and move binary as above
thank you very much
Thankyou so much, worked perfectly
as of 2020 this no longer works you will get a
screenshot failed: exit status 1
on Ubuntu 20.04 LTS
something wrong with Chromium 84.0.4147.105 which will not capture any screenshot
any solution ??
install chromium beta
sudo add-apt-repository ppa:saiarcot895/chromium-beta sudo apt-get update sudo apt-get install chromium-browser
and type
cat urls.txt | ./aquatone
will work fine in ubuntu vps to taking screenshot
install chromium beta
sudo add-apt-repository ppa:saiarcot895/chromium-beta sudo apt-get update sudo apt-get install chromium-browser
and type
cat urls.txt | ./aquatone
will work fine in ubuntu vps to taking screenshot
Thanks, this worked.
I think we have a simple way to make this work.
$ go get github.com/michenriksen/aquatone
$ cp ~/go/bin/aquatone /usr/local/bin
Run aquatone
to see the result:
$ aquatone
aquatone v1.7.0 started at 2021-03-16T23:10:56Z
In case you haven't permissions to the user, you need to use sudo. I hope this helps someone :)
i think if you want to download "chromium" you will yous this one : sudo apt-get install chromium
Failed to create required directory headers error when initiating aquatone