You are not logged in.
Is there a way to search the package repository for packages that provide a certain alternative? For example, I'm looking for a web browser. I know that Firefox is in the repository, and I know that it is a browser. But I knew that beforehand, and I don't know what other browsers are available. How can I locate packages that provide web browsing functionality, or any other alternative for that matter? `apt search browser` returns far too many results to be useful.
Offline
I guess there are keyboard jockeys that could come up with better search strings to get what's needed from apt search. Meanwhile...
BL is one of the few distros that have Synaptic set up with Quick filter. Makes for easy searching of packages. Use 'web browser' as the search query.
HTH
8bit
I usually do something like
apt-cache search web browser | grep "web browser"
Offline
Is there a way to search the package repository for packages that provide a certain alternative? For example, I'm looking for a web browser. I know that Firefox is in the repository, and I know that it is a browser. But I knew that beforehand, and I don't know what other browsers are available. How can I locate packages that provide web browsing functionality, or any other alternative for that matter? `apt search browser` returns far too many results to be useful.
Use the Debian package "catalog", which is sorted by "sections": https://packages.debian.org/stable/ For example, if you want to find more web browsers, go to https://packages.debian.org/stable/web/ and search for "browser". Bronto's suggestion is just the CLI version of browsing the repo. There are also applications like KDE Discover or GNOME Software Center, which in themselves provide improved ways to browse the repositories.
Offline
BL is one of the few distros that have Synaptic set up with Quick filter. Makes for easy searching of packages. Use 'web browser' as the search query.
To get som less interesting hits, first mark section "Wide world web".
It is handy, to configure synaptic to "Show package properties in main window", you get descitiopn by just marking a package.
Last edited by rbh (2021-09-10 16:50:48)
// Regards rbh
Please read before requesting help: "Guide to getting help", "Introduction to the Bunsenlabs Lithium Desktop" and other help topics under "Help & Resources" on the BunsenLabs menu
Offline