Debian🔗
Distros🔗
Codename | Release | End-of-life | |
---|---|---|---|
Debian 12 | bookworm | 2023-06-10 | |
Debian 11 | bullseye | 2021-08-14 | |
Repositories and Packages🔗
https://wiki.debian.org/DebianRepository/UseThirdParty
Package debfoster ^272991
wrapper program for apt and dpkg. When first run, it will ask you which of the installed packages you want to keep installed.
After that, it maintains a list of packages that you want to have installed on your system. It uses this list to detect packages that have been installed only because other packages depended on them. If one of these dependencies changes, debfoster will take notice, and ask if you want to remove the old package.
This helps you to maintain a clean Debian install, without old (mainly library) packages lying around that aren’t used any more.
- Ubuntu 22 changed the required compression for packages. In case of an improperly archived package it might have to be extracted and re-packaged or the proper format requested from the package maintainers.
dpkg🔗
1 2 3 4 |
|
apt🔗
Tags: #linux/apt
1 2 3 4 5 6 7 |
|
sudo apt
vulnerability/exploit to get a root shell
tech/vulnerability #tech/exploit permission escalation with sudo apt
^9f90c9🔗
1 2 3 4 5 6 7 8 |
|
- apt-fast (unofficial package): shellscript wrapper for apt-get and aptitude that can drastically improve apt download times by downloading packages in parallel, with multiple connections per package
Packages🔗
Pin/hold a package version, for example Kernel version (see Work notes LWP > Puppet > module Kernel Maintenance and code)
1 2 |
|
reprepro🔗
reprepro
: produce, manage and sync a local repository of Debian packages
See also [RUG: Jurjen’s notes on Debian packages].
1 2 3 4 5 6 7 8 9 10 |
|
Nala🔗
Github | Wiki
Nala is a front-end for
libapt-pkg
. Specifically we interface using thepython-apt
api.
https://trendoceans.com/nala-package-manager/