Debian
Debian is an operating system based on Linux.
The distribution contains a huge collection of open source software.
After Debian has been installed, I recommend having a look at
post_install_deb.sh
, which is found at the bottom of this page.
APT
The Advanced Package Tool (APT) is used to search, install and remove
software packages in Debian. APT has advanced features like the following.
List removed packages with residual config files:
apt list ?config-files
Find packages that are no longer available in any configured APT repository:
apt list ?obsolete
External links for further information
CONTENT.html | source | 2024-05-01 | 967 B |
build_kernel_deb.sh | source | 2023-08-19 | 1.8 KB |
build_kernel_deb.sh 2023-08-19 by Gernot Walzl This script builds a Debian package of the Linux kernel. https://wiki.debian.org/BuildADebianKernelPackage |
|||
create_deb_repo.sh | source | 2023-12-17 | 1.3 KB |
create_deb_repo.sh 2023-12-17 by Gernot WALZL This script creates a repository of packages for Debian. The folder "pool" is expected to be in the current working directory. |
|||
debian_logo.png | 2018-06-01 | 1.7 KB | |
diff_conffiles.sh | source | 2020-03-08 | 908 B |
diff_conffiles.sh 2016-06-01 by Gernot Walzl "debsums -es" finds packages where the default config files were modified. This script creates a file ${PKG}.conffiles.diff containing a diff of changes |
|||
post_install_deb.sh | source | 2024-10-25 | 8.6 KB |
post_install_deb.sh 2024-10-25 by Gernot Walzl Configure a fresh installation of Debian Linux. !/bin/sh |