Pacstall is a community-driven AUR-like package manager for Ubuntu. I am the maintainer of the hyperfine-bin pacscript in this repository.
It can be installed on Ubuntu by running this command (After Pacstall is installed)
sudo pacstall -I hyperfine-bin
It can also be upgraded
sudo pacstall -Up
and removed when requested.
sudo pacstall -R hyperfine-bin
This downloads the latest release hyperfine-v1.11.0-x86_64-unknown-linux-musl.tar.gz and installs every file in the right directory (man page, auto completions, binary, license and the README) automatically.
So, can you add this installation method in the README.md for Ubuntu?
PS: I am working to add hyperfine (compiles from the latest release source code) and hyperfine-git (clones and compiles the git repo) in the future
Pacstall is a community-driven AUR-like package manager for Ubuntu. I am the maintainer of the hyperfine-bin pacscript in this repository.
It can be installed on Ubuntu by running this command (After Pacstall is installed)
It can also be upgraded
and removed when requested.
This downloads the latest release
hyperfine-v1.11.0-x86_64-unknown-linux-musl.tar.gz
and installs every file in the right directory (man page, auto completions, binary, license and the README) automatically.So, can you add this installation method in the README.md for Ubuntu?
PS: I am working to add hyperfine (compiles from the latest release source code) and hyperfine-git (clones and compiles the git repo) in the future