Skip to content

Tag: linux

All the articles with the tag "linux".

"Packages Have Been Kept Back": What It Means

"Packages Have Been Kept Back": What It Means

· Updated:

Apt says packages have been kept back during upgrade. What the message means on Debian 12 and Ubuntu, why it happens, and how to install those packages safely.

APT: Upgrade a Single Package, Not Everything

APT: Upgrade a Single Package, Not Everything

· Updated:

Upgrade one package with apt and leave the rest alone. The exact flag, why apt upgrade nginx does not work, version pinning, and held package behaviour.

Mastering xargs in Linux

Mastering xargs in Linux

xargs turns stdin into arguments, build complex pipelines, run parallel jobs, and handle filenames with spaces without breaking everything.