Introduction
Statistics
Contact
Development
Disclaimer
Help
ftp.icm.edu.pl home page
<noinclude>
{{Header}}
</noinclude>{{Box|text=
Install package(s) <code>{{{package}}}</code>. 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 <code>{{{package}}}</code> package(s).
Using <code>apt</code> command line {{kicksecure_wiki
|wikipage=Install_Software#--no-install-recommends
|text=<code>--no-install-recommends</code> option
}} is in most cases optional.
{{CodeSelect|code=
sudo apt install --no-install-recommends {{{package}}}
}}
'''C.''' Done.
The procedure of installing package(s) <code>{{{package}}}</code> is complete.
}}<noinclude>
{{Footer}}
[[Category:MultiWiki]]
</noinclude>