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