From 6df3b5aa311494df3d3735fabdefd50ea4334964 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= Date: Thu, 21 Feb 2019 17:02:18 +0100 Subject: [PATCH] Manual: recommend "apt" instead of "apt-get" under Debian --- doc/manual/source/installation-and-configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/manual/source/installation-and-configuration.rst b/doc/manual/source/installation-and-configuration.rst index 01323efc6..b4d500348 100644 --- a/doc/manual/source/installation-and-configuration.rst +++ b/doc/manual/source/installation-and-configuration.rst @@ -117,7 +117,7 @@ Prerequisites on Debian GNU/Linux and Ubuntu Users of MATLAB under GNU/Linux need a working compilation environment installed. If not already present, it can be installed via -``apt-get install build-essential``. +``apt install build-essential``. Users of Octave under GNU/Linux should install the package for MEX file compilation (under Debian or Ubuntu, it is called ``liboctave-dev``).