{{Box|text= Install {{{package}}}. To accomplish that, the following steps '''A.''' to '''D.''' need to be done. '''A.''' [[Update]] the package lists. {{CodeSelect|code= sudo apt update }} '''B.''' Upgrade the system. {{CodeSelect|code= sudo apt full-upgrade }} '''C.''' Install the {{{package}}} package. [[Install_Software#--no-install-recommends|Using apt command line parameter --no-install-recommends is in most cases optional.]] {{CodeSelect|code= sudo apt install --no-install-recommends {{{package}}} }} '''D.''' Done. The procedure of installing {{{package}}} is complete. }}