File: install_pkg.rst

package info (click to toggle)
neurodebian 0.43.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 12,988 kB
  • sloc: sh: 2,419; python: 1,978; perl: 412; makefile: 207; javascript: 63
file content (27 lines) | stat: -rw-r--r-- 642 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Install a package
=================

Step 1
------

*[skip this steps if your are using the NeuroDebian virtual machine or if your
machine is already configured to use this repository]*

.. include:: reposetup.rst

Step 2
------

To install the ``###pkgname###`` package on your system or virtual machine,
open a terminal and execute the following command::

  sudo apt-get install ###pkgname###

.. raw:: html

  <script type="text/javascript">
    var split = location.search.replace('?', '').split('=')
    if ( split[0] == 'p' ) {
      $(document.body).html($(document.body).html().replace('###pkgname###', split[1]));
    }
  </script>