Merge "Use apt command instead of apt-get"

This commit is contained in:
Jenkins
2016-06-07 08:52:32 +00:00
committed by Gerrit Code Review
4 changed files with 5 additions and 5 deletions

View File

@@ -37,7 +37,7 @@ Linux
For distributions like Debian, Ubuntu, or Mint open a terminal and type::
sudo apt-get install git
sudo apt install git
For distributions like RedHat, Fedora 21 or earlier, or CentOS open a terminal
and type::
@@ -96,7 +96,7 @@ Linux
For distributions like Debian, Ubuntu, or Mint open a terminal and type::
sudo apt-get install git-review
sudo apt install git-review
For distributions like RedHat, Fedora 21 or earlier, or CentOS open a terminal
and type::

View File

@@ -50,7 +50,7 @@ How to prepare
4+ GB of RAM.
Alternatively, you can use your virtual machine on a public cloud.
* Check that you can ssh from your laptop to the virtual machine
* Check that :command:`apt-get install` works on the virtual machine
* Check that :command:`apt install` works on the virtual machine
* Read and complete the :doc:`irc` guide.
* Read and complete the :doc:`accounts` guide.
* Read and complete the :doc:`git` guide.

View File

@@ -12,7 +12,7 @@ We'll install an IRC program called Hexchat.
For a linux distrubtions like Debian, Ubuntu, or Mint open a terminal and
type::
sudo apt-get install hexchat
sudo apt install hexchat
For a linux distrubtions like Redhat, Fedora 21 or earlier, or Centos open
a terminal and type::

View File

@@ -37,7 +37,7 @@ git config
Install git review
==================
- apt-get / yum / pip install … git review
- apt / yum / pip install … git review
.. image:: ./_assets/14-05-install.png