This tool is aimed to help you searching the packages you need. It should make the task of searching
a pleasant experience. Originally I designed it for the purpose of finding a single package where
you have a clear imagination of what you want. But you can also use it to simply browse and explore
your packages. Perhaps there is something in the database that you simply must have :-).
The program is not meant to be a package managment tool like synaptic. This is far beyond
its purpose. It is not able to install a single package, but if you have found the one you
where searching for, you can simply type apt-get install packagename to install it.
In the upper pane you can enter the search criterias you want to search for. The result consists of the packages which match all your active searches. Always the active searches are shown in the top left pane, so you always have an overview over the active search.
By default there are four main criterias you can use for searching:Search by Categories (Debtags Search) |
The debtags search is based on the debtags system developed by Enrico Zini.
The main idea behind it is, that every package is characterized by a
number of categories called tags. The tags are organized in
a hierarchy, where each tag is inside a so called facet
(group of categories). Each package is given a number of such tags. E.g. the image editor gimp is tagged by interface::x11, media::rasterimage, uitoolkit::gtk, use::editing. As tagging is still under development not all packages might be tagged completely, and those tagged may not be tagged as you would expect them to be. You can select the tags you want to search for on the right side under the page Debtags. The currently selected tags will be shown on the left side where they can be removed through a context menu. |
Search Related Packages (Related Search) |
You can search for packages related to another package using the related search.
You can select this on the right side under the page Related.
Here you can enter a package name. The search will
find all packages which have similar tags as the given one. The packages may only differ in the number of "Maximum Distance" tags from the one you entered. Or more formal: |(A union B) difference (A intersect B)| <= MaxDistance |
Search by Pattern (Apt Search) |
On the left side below the Search for pattern text you can enter
on or more patterns seperated by a spaces. If the "Search Descriptions" option is selected the package names and the descriptions will be searched for the patterns entered there. If not only the names will be searched. All the patterns you entered must be found. You can search for exact phrases enclosing them with double quotes and you can exclude patterns or phrases by preceding them with a minus ('-'). Note: The use of wildcards or regular expressions is not supported. |
Search by Filename (Filename Search) |
With this search you can search for patterns in filenames contained in the packages. You can enter the pattern on the right side
under the page Filenames.
You can check the search installed packages only option if you
want to search only in the packages locally installed which is
generally faster than searching all packages. Additional information: Searching installed packages only uses dpkg -S as backend while searching all packages uses apt-file search. |
Plugins can be controlled through the plugin menu. They can be enabled/disabled through Plugins -> Control Plugins. The settings for the plugins can be changed via Plugins -> Plugin Settings. The settings made will be saved in the configuration file. In the System menu you can find system options for the different plugins.
The next table shows the plugins distibuted with the application, for external plugins take a look at the documentation distributed together with them. It shows the search and information types offered by the plugins.
Apt Plugin |
|
Debtags Plugin |
|
Filename Plugin |
|
From time to time the debtags database should be updated as it becomes a little
out of date. This can be done either via the command line
(debtags update) or
using the GUI choosing System->Debtags Update. The debtags database is
where the information about the tags that are assigned to each package
is stored. You must be root to do this.
You can choose which facets (groups of categories) you are interested in
to reduce the complexity of the list of tags.
To do this choose Plugins -> Plugin Settings and select the
Debtags tab there.
For this plugin you need to update the file database which is used to perform searches for files. It can be updated either via the command line (apt-file update) or using the GUI choosing System->Apt-File Update. You must be root to do this.
If you have further questions please contact me at bensmail@gmx.net