fachinformatiker-wiki

it's easy when it's here

User Tools

Site Tools


linux:debian:apt

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
linux:debian:apt [2024/06/12 11:21] – created gsyslinux:debian:apt [2025/10/07 17:16] (current) gsys
Line 1: Line 1:
 ====== APT (Advanced Packaging Tool) ====== ====== APT (Advanced Packaging Tool) ======
 +
 +<code>
 +apt update
 +apt install package name
 +apt install -y package name
 +
 +apt upgrade
 +apt full-upgrade
 +apt dist-upgrade
 +
 +
 +apt remove package name
 +apt purge package name
 +apt autoremove
 +
 +apt -o Acquire::ForceIPv4=true update
 +</code>
linux/debian/apt.1718184078.txt.gz · Last modified: by gsys