APT: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
(Created page with "== Description == '''⚠️ This is third-party installation method without official support''' The apt package manager, or Advanced Package Tool, is a command-line utility used for managing software packages on Debian-based Linux systems, such as Debian and Ubuntu. === Usage === <code>sudo apt install nsis</code> === Related Links === * [https://wiki.debian.org/Apt APT] Category:Package Managers")
 
(No difference)

Latest revision as of 14:01, 15 June 2025

Description

⚠️ This is third-party installation method without official support

The apt package manager, or Advanced Package Tool, is a command-line utility used for managing software packages on Debian-based Linux systems, such as Debian and Ubuntu.

Usage

sudo apt install nsis

Related Links