Whohas – Command-line utility for cross-distro, cross-repository package search
21–30 of 42 posts
Re: Whohas – Command-line utility for cross-distro, cross-repository package search
#22Shame Homebrew for Linux is getting no love from any of the tools / lists mentioned here. Since switching to that and flatpak my distro choice is "what sticks closest to the upstream of [my preferred DE]"
Re: Whohas – Command-line utility for cross-distro, cross-repository package search
#23Re: Whohas – Command-line utility for cross-distro, cross-repository package search
#24Earlier quoted context omitted.
Does it still work, though? Where else would you put the repository domains?
Are you asking if this tool can find something on ubuntu 26.04 when the urls it has were hardcoded 11 years ago?
Re: Whohas – Command-line utility for cross-distro, cross-repository package search
#25Who has? Nixpkgs has. :) Nowadays the only search like this I need to run is nix-locate -r 'bin/foo$' It would be nice to have a CLI alternative to Repology, though.
foo
And if you don't have it installed, you can run it (without installing!) like this: , foo
And if multiple different packages provide a program named bin/foo then comma lets you interactively choose the one you want, and remembers your choice so you don't have to specify again unless you choose to via the -d flag.Re: Whohas – Command-line utility for cross-distro, cross-repository package search
#26Shame Homebrew for Linux is getting no love from any of the tools / lists mentioned here. Since switching to that and flatpak my distro choice is "what sticks closest to the upstream of [my preferred DE]"
Do Linux users actually use Homebrew day to day? My impression of it was that it's mostly for MacOS users that want to keep doing things the same way instead of learning the Linux way (using the OS package manager).
Re: Whohas – Command-line utility for cross-distro, cross-repository package search
#27Shame Homebrew for Linux is getting no love from any of the tools / lists mentioned here. Since switching to that and flatpak my distro choice is "what sticks closest to the upstream of [my preferred DE]"
Do Linux users actually use Homebrew day to day? My impression of it was that it's mostly for MacOS users that want to keep doing things the same way instead of learning the Linux way (using the OS package manager).
Re: Whohas – Command-line utility for cross-distro, cross-repository package search
#28Shame Homebrew for Linux is getting no love from any of the tools / lists mentioned here. Since switching to that and flatpak my distro choice is "what sticks closest to the upstream of [my preferred DE]"
Do Linux users actually use Homebrew day to day? My impression of it was that it's mostly for MacOS users that want to keep doing things the same way instead of learning the Linux way (using the OS package manager).
Re: Whohas – Command-line utility for cross-distro, cross-repository package search
#29Who has? Nixpkgs has. :) Nowadays the only search like this I need to run is nix-locate -r 'bin/foo$' It would be nice to have a CLI alternative to Repology, though.
function repology() {
curl -L --user-agent 'hackernews' \
"http://repology.org/api/v1/project/$@"
}