{{Header}}
{{Box|text=
Install package(s) {{{package}}}
. Follow steps A to E.
'''A.''' {{kicksecure_wiki
|wikipage=Operating_System_Software_and_Updates
|text=Update the package lists and upgrade the system
}}.
{{CodeSelect|code=
sudo apt update && sudo apt full-upgrade
}}
'''B.''' Install the {{{package}}}
package(s).
Using apt
command line {{kicksecure_wiki
|wikipage=Install_Software#--no-install-recommends
|text=--no-install-recommends
option
}} is in most cases optional.
{{CodeSelect|code=
sudo apt install --no-install-recommends {{{package}}}
}}
'''C.''' Done.
The procedure of installing package(s) {{{package}}}
is complete.
}}
{{Footer}}
[[Category:MultiWiki]]