-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wrk is not available in apt/binary #436
Comments
But i made own fork to make artifacts in GitHub actions and later i myself attach artifacts to releases for easy-to-use. You can see latest releases from here |
Check this out: https://ubuntu.pkgs.org/16.04/ubuntu-universe-amd64/wrk_4.0.1-2_amd64.deb.html |
Thanks |
Finally, Ubuntu team added wrk to their repos, but only available for Ubuntu 20.10+. You can use with these commands
This command worked for me, hope this helps you This way may break your Linux (Debian-based) OS, be careful, this command is provided without any warranty and may be risky |
I figured that # Download the wrk binary from Ubuntu archives
$ wget http://archive.ubuntu.com/ubuntu/pool/universe/w/wrk/wrk_4.0.1-2_amd64.deb
# Install using dpkg
$ sudo dpkg -i wrk_4.0.1-2_amd64.deb
# At this point, dpkg might complain about missing dependencies. So you use the following.
$ sudo apt install -f UPDATE: Unfortunately I ran into #298. I think building from source is the only way to go. |
Hi everyone.
I use wrk sometime and want install on PopOS and Ubuntu, but it's not available in both OS.
Is there any repo i should add to get wrk?
Thanks
The text was updated successfully, but these errors were encountered: