Yeah Way!

udeb

Search software packages for any release of the Ubuntu Linux distribution. http://packages.ubuntu.com/search?keywords=$1&searchon=$2[|s|earchon=names]&exact=$3[e|x|act=0]&suite=$4[|v|ersion=all]&section=$5[|repo|sitory=all]&arch=$6[|arch|ictecture=any]&mode=$7[mode=filename]
The udeb command provides access to all of the parameters used to query the Ubuntu package information hosted at Ubuntu.com.


OPTIONS

To Search Packages:

     -s SEARCH_TYPE
             ("names"[Default value], "all", "sourcenames", & "contents" are valid search types)

     -x 1 (or any other value for exact search)

     -v RELEASE_NAME (or Distribution Version)
             ("dapper", "edgy", "feisty", "gutsy", & "hardy" are valid release names; "-backports"
              or "-updates" can be added to all but the development release)

NOTE:  The release name parameter is required when searching the contents of packages or files.
       See below.

     -repo SOFTWARE_REPOSITORY (or Section)
             ("any", "main", "multiverse", "restricted", and "universe" are valid repository names)

To Search Contents of Packages (i.e. Files) using -s "contents":

     -arch COMPUTER_ARCHITECTURE
             ("i386", "amd64", "powerpc" & "any" are usable values)

     -mode CONTENT_SEARCH_MODE
             ("exact", "end", & "filename" or any other value can be used)


EXAMPLES

     Example: udeb junior-kde
     Result:  Returns search results on Debian Jr. KDE packages for recent Ubuntu releases.

     Example: udeb tron -v hardy
     Result:  Returns results for games based on Tron for the Hardy Heron release.

     Example: udeb bzflag-server -s sourcename -x 1 -v dapper-backports
     Result:  Search for the bzflag-server source package among the backports for Dapper Drake.

     Example: udeb cron -repo main
     Result:  Search for cron-related packages in the main software repository.

     Example: udeb nvidia -repo restricted
     Result:  Search for packages from nVidia in the restricted software repository.

     Example: udeb xorg -s contents -v gutsy
     Result:  Search for filenames containing xorg in the Gutsy Gibbon release.

     Example: udeb conf -s contents -v gutsy -mode end
     Result:  Returns the maximum 100 filenames ending with conf in the Gutsy release.

     Example: udeb hdparm -s contents -v gutsy -arch i386 -mode exact 
     Result:  Search hdparm files in the Gutsy release for the i386 architecture.


SEE ALSO

     http://packages.ubuntu.com/

Report Problem