]> git.donarmstrong.com Git - neurodebian.git/blob - sphinx/install_pkg.rst
Merge remote-tracking branch 'alioth/master' into newdesign
[neurodebian.git] / sphinx / install_pkg.rst
1 Install a package
2 =================
3
4 Step 1
5 ------
6
7 *[skip this steps if your machine is already configured to use this repository]*
8
9 .. include:: reposetup.rst
10
11 Step 2
12 ------
13
14 To install the ``###pkgname###`` package on your system or virtual machine,
15 open a terminal and execute the following command::
16
17   sudo apt-get install ###pkgname###
18
19 .. raw:: html
20
21   <script type="text/javascript">
22     var split = location.search.replace('?', '').split('=')
23     if ( split[0] == 'p' ) {
24       $(document.body).html($(document.body).html().replace('###pkgname###', split[1]));
25     }
26   </script>