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="all" selected="selected">any</option>
38 <p>There are shortcuts for some searches available:</p>
40 <li><code>http://packages.debian.org/<var>name</var></code> for
41 the search on package names.</li>
42 <li><code>http://packages.debian.org/src:<var>name</var></code>
43 for the search on source package names.</li>
47 <h2><a name="search_contents" id="search_contents">Search the contents of packages</a></h2>
48 <P>This search engine allows you to search the contents of Debian
49 distributions for any files (or just parts of file names) that are
51 You can also get a full list of files in a given package.
53 <form method="GET" action="http://packages.debian.org/cgi-bin/search_contents.pl">
55 <label for="keyword">Keyword:</label>
56 <input type="text" size="30" name="word" id="keyword">
57 <input type="submit" value="Search">
58 <input type="reset" value="Reset">
63 <input type="radio" name="searchmode" value="searchfiles" id="searchfiles" checked="checked">
64 <label for="searchfiles">packages that contain files named like this</label>
66 <input type="radio" name="searchmode" value="searchfilesanddirs" id="searchfilesanddirs">
67 <label for="searchfilesanddirs">packages that contain files or directories named like this</label>
69 <input type="radio" name="searchmode" value="searchword" id="searchword">
70 <label for="searchword">packages that contain files or directories whose names contain the keyword</label>
72 <input type="radio" name="searchmode" value="filelist" id="filelist">
73 <label for="filelist">all files in this package</label>
76 <label for="casesens">Case sensitive:</label>
77 <select name="case" id="casesens">
78 <option value="insensitive" selected="selected">no</option>
79 <option value="sensitive">yes</option>
81 <label for="distro">Distribution:</label>
82 <select name="version" id="distro">
83 <option value="oldstable">oldstable</option>
85 <option value="stable" selected="selected">stable</option>
86 <option value="testing">testing</option>
87 <option value="unstable">unstable</option>
89 <label for="architecture">Architecture:</label>
90 <select name="arch" id="architecture">
91 <option value="i386" selected="selected">Intel x86</option>
92 <option value="m68k">Motorola 680x0</option>
94 <option value="alpha">Alpha</option>
95 <option value="amd64">AMD64</option>
96 <option value="sparc">SPARC</option>
97 <option value="powerpc">PowerPC</option>
98 <option value="arm">ARM</option>
99 <option value="hppa">HP PA/RISC</option>
101 <option value="ia64">Intel IA-64</option>
102 <option value="mips">MIPS</option>
103 <option value="mipsel">MIPS (DEC)</option>
104 <option value="s390">IBM S/390</option>
105 <option value="hurd-i386">Hurd (i386)</option>
110 <div class="clr"></div>
111 </div> <!-- end inner -->