Apt: Difference between revisions

From Leechfinger
Jump to navigationJump to search
Qais (talk | contribs)
Created page with "== Tools for certs == <syntaxhighlight lang="bash" line> # apt install openssl </syntaxhighlight> Category:Apt"
 
Qais (talk | contribs)
Line 1: Line 1:
== Tools for certs ==
== Apt ==
<syntaxhighlight lang="bash" line>
APT, or Advanced Package Tool, is a collection of tools used to manage software packages on Debian-based Linux operating systems, including Ubuntu and Linux Mint. APT is a free-software user interface that works with core libraries to handle the installation and removal of software. It provides a higher-level user interface for end users with intuitive commands, resulting behaviors, and security features.
# apt install openssl
</syntaxhighlight>
 
[[Category:Apt]]
[[Category:Apt]]

Revision as of 14:47, 22 May 2024

Apt

APT, or Advanced Package Tool, is a collection of tools used to manage software packages on Debian-based Linux operating systems, including Ubuntu and Linux Mint. APT is a free-software user interface that works with core libraries to handle the installation and removal of software. It provides a higher-level user interface for end users with intuitive commands, resulting behaviors, and security features.