![]() |
Type in a command, or "ls dictionary" to search all commands for "dictionary", etc.
|
NAME
udeb - search software packages for any release of the Ubuntu Linux distribution.
SYNOPSIS
udeb [ KEYWORD ] [-s SEARCH_TYPE ] [ -x ] [ -v RELEASE_NAME ] [ -repo SOFTWARE_REPOSITORY ]
[ -arch COMPUTER_ARCHITECTURE ] [ -mode CONTENT_SEARCH_MODE ]
DESCRIPTION
udeb provides commandline access to all of the parameters used to query the Ubuntu package
information hosted at Ubuntu.com. It was developed to be both comprehensive and as stop-gap
measure for similar YubNub commands such as upk or upkg that are currently being redirected
to a new web interface.
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/
AUTHOR
Paul M. Boren
pmboren AT gmail DOT com