base-files | Contains the basic filesystem hierarchy of a Debian system and files like /etc/debian_version , /etc/dpkg/origins/debian , /etc/host.conf , /etc/issue , /etc/issue.net , /etc/os-release , /etc/update-motd.d/10-uname , /usr/lib/os-release |
base-passwd | Template files for /etc/passwd and /etc/group (stored in /usr/share/base-passwd ) and the update-passwd utility which makes sure that UIDs and GIDs in the 0-99 range are consistent with the Debian master copies. |
build-essential | which is dependent on libc6-dev (libc-dev ?), gcc , g++ , make and dpkg-dev |
ca-certificates | /usr/sbin/update-ca-certificates , /usr/share/ca-certificates/* , /usr/share/doc/ca-certificates/* … |
certbot | Configuration of HTTPS using Let's Encrypt. |
console-setup | Executables such as setupcon and ckbcomp |
coreutils | Essential shell commands: cat , cp , mv , rm , touch , tail , wc and many more. Compare with the package 9plan |
debconf | Configuration management system for Debian packages. |
debianutils | Commands such as run-parts , installkernel , which , add-shell |
debian-keyring | Keyrings of GnuPG, and keys of Debian developers and maintainers, installed in /usr/share/keyrings/debian-* . The authorative source for keyring information is available with rsync at keyring.debian.org::keyrings/keyrings/ and a public view in this git reposiotry. See also debian-archive-keyring |
dpkg | Low-level tools to add and remove Debian packages. |
diffutils | diff , cmp , diff3 , sdiff |
init-system-helpers | Tools that are necessary for switching between the init systems that Debian contains (e. g. sysvinit or systemd). |
keyboard-configuration | Keyboard preferences in /etc/default/keyboard . |
libc6 | Files such as /etc/ld.so.conf.d/x86_64-linux-gnu.conf , /lib/x86_64-linux-gnu/lib*.so |
libc-bin | Utility programs and files related to the GNU C Library, for example: /etc/ld.so.conf.d/libc.conf , /sbin/ldconfig , /lib64/ld-linux-x86-64.so.2 , ldd , getent etc. |
linux-headers-$(uname -r) | /usr/src/linux-headers-$(uname -r) |
linux-image-$(uname -r) | Files such as System.map.$(uname -r) , /boot/config-$(uname r) , /boot/vmlinuz-$(uname -r) ; files located under /lib/modules/$(uname -r) (*.ko files, modules.builtin , modules.buildin.modinfo and modules.order ) |
login | /bin/login (the program that invokes a user shell on a virtual terminal), nologin , su ; /etc/login.defs |
mesa-utils | glxinfo , glxheads , glxgears , glxdemo |
pkg-config | Managing compile and link flags (see also the pkg-config binary). |
procps | Utilities related to the proc filesystem (/proc ): free , kill , pgrep , pidwait , pkill , pmap , ps , pwdx , skill , slabtop , snice , tload , top , uptime , vmstat , w , watch , sysctl . Compare with package psmisc. |
psmisc | Utilities related to the proc filesystem (/proc ): fuser , killall , peekfd , pslog , pstree , pstree.x11 . Compare wth package procps. |
software-properties-common | add-apt-repository and apt-add-repository |
sysstat | System performance tools: sar , iostat , mpstat , pidstat , sadf etc. |
util-linux | See here |
xdg-user-dirs | Management of well known directories found in the home directory. |
xserver-xorg-core | XOrg X server. See also the package libx11-dev (which comes with files such as /usr/include/X11/Xlib.h ), libxt-dev (which includes /usr/include/X11/Intrinsic.h ) and libxaw7-dev (/usr/include/X11/Xaw/* ) |