People should really be using apt instead of apt-get
This commit is contained in:
parent
daa1af93d0
commit
df397c004b
|
@ -328,7 +328,7 @@
|
|||
‘aptitude’ programs.</p>
|
||||
|
||||
<p>You can install packages from the commandline using
|
||||
apt-get. For example, if you want to install the
|
||||
apt. For example, if you want to install the
|
||||
packages ‘commprog’ and ‘maxgame’, you can give the
|
||||
command:</p>
|
||||
|
||||
|
@ -336,7 +336,7 @@
|
|||
#if OUTPUTtext
|
||||
|
||||
#endif
|
||||
<code>apt-get install commprog maxgame</code>
|
||||
<code>apt install commprog maxgame</code>
|
||||
</p>
|
||||
|
||||
<p>Note that you don't have to enter the complete path, or the
|
||||
|
|
Loading…
Reference in New Issue