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)
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Tools for certs ==
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.
<syntaxhighlight lang="bash" line>
[[Category:Commands]]
# apt install openssl
</syntaxhighlight>
 
[[Category:Apt]]

Latest revision as of 23:13, 14 June 2024

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.