[Refdb-cvs] CVS: homepage addons-debian.html,NONE,1.1
Status: Beta
Brought to you by:
mhoenicka
From: David N. <dav...@us...> - 2005-09-26 12:09:37
|
Update of /cvsroot/refdb/homepage In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7889 Added Files: addons-debian.html Log Message: --- NEW FILE --- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <!-- $Id: addons-debian.html,v 1.1 2005/09/26 12:09:20 davidnebauer Exp $ --> <head> <title>RefDB Addons (Debian Packages)</title> <meta name="author" content="Markus Hoenicka, David Nebauer" /> <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" /> <meta name="description" content="Homepage of the RefDB project, a reference manager and bibliography tool for structured texts" /> <link rel="stylesheet" type="text/css" href="refdbn.css" title="RefDB" media="screen, projection" /> <link rel="alternate stylesheet" type="text/css" href="refdbprint.css" title="Printer friendly" media="print, embossed, screen, projection" /> </head> <body> <!-- the page header, to be displayed across the top of the page --> <div id="head"> <div id="headleft"> <a href="http://refdb.sourceforge.net/"><img src="logo.jpg" alt="logo" border="0" /></a> </div> <div id="headright"> <table> <tbody> <tr> <td class="tag"><</td> <td class="graphic"> </td> <td class="tag">/></td> </tr> <tr> <td> </td> <td class="text">bibliographies beyond word processors</td> <td> </td> </tr> </tbody> </table> </div> </div> <div id="left"> <!-- the navigation box --> <div class="leftcontent"> <table class="nav"> <thead> <tr> <td class="nav">Navigation</td> </tr> </thead> <tbody> <tr> <td class="nav"><a href="index.html">Home</a></td> </tr> <tr> <td class="nav"><a href="features.html">Features</a></td> </tr> <tr> <td class="nav"><a href="sysreq.html">System requirements</a></td> </tr> <tr> <td class="nav"><a href="status.html">Current Status</a></td> </tr> <tr> <td class="nav"><a href="doc.html">Documentation</a></td> </tr> <tr> <td class="nav"><a href="examples.html">Examples</a></td> </tr> <tr> <td class="navsel">Download</td> </tr> <tr> <td class="nav"><a href="addons.html">Add-ons</a></td> </tr> </tbody> </table> </div> <div class="leftcontent"> <table class="nav"> <thead> <tr> <td class="nav">Links</td> </tr> </thead> <tbody> <tr> <td class="nav"><a href="http://www.sourceforge.net/projects/refdb">Project page</a></td> </tr> <tr> <td class="nav"><a href="http://cvs.sourceforge.net/viewcvs.py/refdb/">Project CVS</a></td> </tr> <tr> <td class="nav"><a href="http://sourceforge.net"> <img src="http://sourceforge.net/sflogo.php?group_id=26091&type=1" width="88" height="31" border="0" alt="SourceForge Logo" /></a></td> </tr> <tr> <td class="nav"><a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" border="0" /></a></td> </tr> <tr> <td class="nav"><a href="http://jigsaw.w3.org/css-validator/"><img src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!" height="31" width="88" border="0" /></a></td> </tr> </tbody> </table> </div> </div> <!-- the main text area, fills most of the page --> <div id="main"> <h1>RefDB Add-ons (Debian Packages)</h1> <p>Many of RefDB's <a href="addons.html">add-ons</a> are available as Debian packages.</p> <div class="localnav"> <table class="localnav"> <thead> <tr> <td class="localnav">On this page</td> </tr> </thead> <tbody> <tr> <td class="localnav"><a href="#distros">Supported Debian distributions</a></td> </tr> <tr> <td class="localnav"><a href="#type">Source vs. binary</a></td> </tr> <tr> <td class="localnav"><a href="#depends">Dependencies</a></td> </tr> <tr> <td class="localnav"><a href="#install">Installing packages</a></td> </tr> </tbody> </table> </div> <h2 id="distros">Supported Debian distributions</h2> <p>Debian is available as three distributions: stable, testing and unstable. The add-ons packages are available only for <em>unstable</em> and <em>testing</em> distributions. <em>stable</em> is not supported.</p> <h2 id="type">Source vs. binary</h2> <p>Debian packages, or debs, come in two types: source and binary. Source packages consists of the original source files which are downloaded and compiled on your system at install time. Source packages should install on any architecture for which autotools are available, i.e., most commonly used architectures (including i386, ia64 and sparc). The add-ons repository contains source debs for all packages.</p> <p>Binary packages are pre-compiled for a particular architecture and will work correctly only on that architecture. <em>i386</em> is the most commonly used architecture. The add-ons repository contains i386 debs for all packages.</p> <h2 id="depends">Dependencies</h2> <p>Some packages require the software from another package in order to functions correctly. In this case, the second package is a dependency of the first. Some of the packages in the add-ons repository have dependencies. Any dependencies not available from standard debian repositories are included in the add-ons repository.</p> <p>Most modern package management tools (e.g. <em>aptitude</em> and <em>synaptic</em>) handle dependencies automatically.</p> <h2 id="install">Installing packages</h2> <p>Debian packages are not routinely installed directly. Instead, they are made available to Debian's package management system by adding the appropriate information to the master package source list file <code>/etc/apt/source.list</code>. This action requires root privileges. Contact your system administrator if you do not have root access.</p> <p>You then use a package management tool such as <em>aptitude</em>, <em>synaptic</em>, <em>dselect</em> or <em>apt-get</em>. These tools take care of dependency tracking and various other tasks. The specific tool you use will have accompanying instructions for how to install a particular package.</p> <p>To make your package management tools aware of the add-ons repository, you must add an appropriate line to <code>/etc/apt/source.list</code> file. To make binary packages available for installation, use the following line:</p> <pre> deb http://refdb.sourceforge.net/debian/addons/ <em>distro</em> main </pre> <p>Replace <em>distro</em> with either <em>testing</em> or <em>unstable</em> depending on the Debian distribution you are using.</p> <p>To install from a source package rather than a binary, use the same line but substitute <em>deb-src</em> for <em>deb</em>.</p> </div> <!-- the footer, to be displayed across the page at the bottom --> <div id="foot"> <div id="footleft">$Date: 2005/09/26 12:09:20 $</div> <div id="footright">Copyright 2004 <a href="mailto:mho...@us...">Markus Hoenicka</a></div> </div> </body> </html> |