User Tools

Site Tools


linux:debian_postinstall:packages

Packages

Usefull Packages

apt install vim mc screen rsync apt-file rsyslog


apt install tcpdump net-tools bind9-utils curl wget


apt install samba

Package tools

Install a Debian package (.deb) file

dpkg --install <file.deb>


Search for a file in a package

Update the cache first

apt-file update

Search for a file

apt-file search --regex <regex>

Examples

Find package name containing the ab command (Apache Benchmark)

user@host:~ $ apt-file search --regex "/ab$"\\
apache2-utils: /usr/bin/ab                

Find package name containing the dig command (DNS lookup)

user@host:~ $ apt-file search --regex "/dig$"
bind9-dnsutils: /usr/bin/dig              
epic4: /usr/share/epic4/script/dig
epic4-help: /usr/share/epic4/help/8_Scripts/dig
linux/debian_postinstall/packages.txt · Last modified: 2025/07/10 08:10 by srohr_admin

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki