-
-
Notifications
You must be signed in to change notification settings - Fork 497
MichaIng edited this page May 18, 2019
·
2 revisions
NB: Work in progress! 😉
APT (Advanced Package Tool) is Debians software provisioning and packaging solution and somehow one of the main features and identifies of Debian-based Linux distributions.
It allows to access APT repositories, defined by the /etc/apt/sources.list[.d/*.list]
file[s] to install a very wide range of software packages from.
APT of course is present on all Debian-based distros by default:
- Debian APT package: https://packages.debian.org/stretch/apt
- Debian man page: https://manpages.debian.org/stretch/apt/apt.8.de.html
DietPi allows to edit the used main Debian repo APT mirror via: DietPi-Config
DietPi-Software will install 3rd party APT repos on demand, if required by selected software installs.
On DietPi images, APT is by default configured to do the following:
- Force old config...
- Prefer IPv4...
...
Project management
Extend
- DietPi-Software list
- DietPi TCP/UDP port usage list
- How to add a new software title
- How to create a DietPi image for Raspberry Pi
- How to create a DietPi image for VirtualBox
- How to create a DietPi image for VMware
- How to create a DietPi image for Parallels (macOS)
- How to create a DietPi image for x86_64 PCs (BIOS)
- How to create a DietPi image for x86_64 PCs (UEFI)
Knowledge Base