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>
|