The project is in a healthy, maintained state
Search for packages through the openSUSE software search website and similar.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

Zypper-Onlinesearch

Zypper-Onlinesearch brings the ability to find packages from software.opensuse.org and Packman, directly in your terminal.

Basically it is just a command-line frontend to these search engines, it executes a query to them, arrange the results and display them in a table or report view.

Ruby Gem Version

Installation

There are a couple of options to install this application.

Rubygem

Install it as a regular Ruby gem with:

$ gem install zypper-onlinesearch

From the openSUSE Build Service repository

This application has been packaged in my personal OBS repository so you can install It as a common RPM package:

  • Add the repository URL in your list;
  • install the package from Yast or Zypper.

Being the repository URL slightly changing from a version to another, I included all the steps in the related project page at my blog.

Usage

To query for the string :

$ onlinesearch -s <string>

When the pages are returnerd they are identified in the Page field and can be read with the -p switch:

$ onlinesearch -p <page>

To list the links from that page:

$ onlinesearch -l <page>,<link_number>

Get help

Where to start:

$ onlinesearch --help

More Help:

More info is available at: