1 <h2><a name="search_packages" id="search_packages">Search package directories</a></h2>
2 <form method="GET" action="search">
4 <label for="kw">Keyword:</label>
5 <input type="text" size="30" name="keywords" id="kw">
6 <input type="submit" value="Search"> <input type="reset" value="Reset">
9 <input type="radio" name="searchon" value="names" id="onlynames" checked="checked">
10 <label for="onlynames">Package names only</label>
11 <input type="radio" name="searchon" value="all" id="descs">
13 <label for="descs">Descriptions</label>
14 <input type="radio" name="searchon" value="sourcenames" id="src">
15 <label for="src">Source package names</label>
18 <select name="version">
19 <option value="experimental">experimental</option>
21 <option value="unstable">unstable</option>
22 <option value="testing">testing</option>
23 <option value="stable">stable</option>
24 <option value="oldstable">oldstable</option>
25 <option value="all" selected="selected">any</option>
29 <select name="release">
30 <option value="main">main</option>
31 <option value="contrib">contrib</option>
32 <option value="non-free">non-free</option>
33 <option value="non-us">non-US</option>
34 <option value="all" selected="selected">any</option>
39 <p>There are shortcuts for some searches available:</p>
41 <li><code>http://packages.debian.org/<var>name</var></code> for
42 the search on package names.</li>
43 <li><code>http://packages.debian.org/src:<var>name</var></code>
44 for the search on source package names.</li>
48 <h2><a name="search_contents" id="search_contents">Search the contents of packages</a></h2>
49 <P>This search engine allows you to search the contents of Debian
50 distributions for any files (or just parts of file names) that are
52 You can also get a full list of files in a given package.
54 <form method="GET" action="http://packages.debian.org/cgi-bin/search_contents.pl">
56 <label for="keyword">Keyword:</label>
57 <input type="text" size="30" name="word" id="keyword">
58 <input type="submit" value="Search">
59 <input type="reset" value="Reset">
64 <input type="radio" name="searchmode" value="searchfiles" id="searchfiles" checked="checked">
65 <label for="searchfiles">packages that contain files named like this</label>
67 <input type="radio" name="searchmode" value="searchfilesanddirs" id="searchfilesanddirs">
68 <label for="searchfilesanddirs">packages that contain files or directories named like this</label>
70 <input type="radio" name="searchmode" value="searchword" id="searchword">
71 <label for="searchword">packages that contain files or directories whose names contain the keyword</label>
73 <input type="radio" name="searchmode" value="filelist" id="filelist">
74 <label for="filelist">all files in this package</label>
77 <label for="casesens">Case sensitive:</label>
78 <select name="case" id="casesens">
79 <option value="insensitive" selected="selected">no</option>
80 <option value="sensitive">yes</option>
82 <label for="distro">Distribution:</label>
83 <select name="version" id="distro">
84 <option value="oldstable">oldstable</option>
86 <option value="stable" selected="selected">stable</option>
87 <option value="testing">testing</option>
88 <option value="unstable">unstable</option>
90 <label for="architecture">Architecture:</label>
91 <select name="arch" id="architecture">
92 <option value="i386" selected="selected">Intel x86</option>
93 <option value="m68k">Motorola 680x0</option>
95 <option value="alpha">Alpha</option>
96 <option value="amd64">AMD64</option>
97 <option value="sparc">SPARC</option>
98 <option value="powerpc">PowerPC</option>
99 <option value="arm">ARM</option>
100 <option value="hppa">HP PA/RISC</option>
102 <option value="ia64">Intel IA-64</option>
103 <option value="mips">MIPS</option>
104 <option value="mipsel">MIPS (DEC)</option>
105 <option value="s390">IBM S/390</option>
106 <option value="hurd-i386">Hurd (i386)</option>
111 <div class="clr"></div>
112 </div> <!-- end inner -->