User Tools

Site Tools


linux:debian_postinstall:packages

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
linux:debian_postinstall:packages [2023/12/15 16:28] srohrlinux:debian_postinstall:packages [2025/07/10 08:10] (current) srohr_admin
Line 1: Line 1:
 +====== Packages ======
 +
 +===== Usefull Packages =====
 +
 +==== OS related ====
 +
 +  apt install vim mc screen rsync apt-file rsyslog
 +\\
 +==== Network & Domain related ====
 +
 +  apt install tcpdump net-tools bind9-utils curl wget
 +\\
 +==== File related ====
 +
 +  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
 +
 +
 +
  

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