Add deb pkg: dnsutils
[khome.git] / pkgs-deb-install.list
1 # Debian packages I DO want, but are not part of the minimal install.
2
3 at # Surprisingly not in base install!
4 vim
5 vim-gtk3
6 tree
7 htop
8 zsh
9 zsh-syntax-highlighting
10 tig
11 make
12 apt-file
13 jq
14 curl
15 lftp
16 aspell
17 cheese
18 newsboat
19 nmap
20 build-essential
21 xkcdpass
22 dunst
23 hsetroot
24 feh
25 xbindkeys
26 gawk
27 original-awk
28 libnotify-bin
29 r-base
30 locate
31 units
32 snapd # https://snapcraft.io/docs/installing-snap-on-debian
33 encfs
34 xscreensaver
35 mplayer
36 mpv
37 whois
38 mono-complete
39 screengrab
40 tlp # Laptop power management tools
41 erlang
42 elixir
43 openconnect # VPN cllient compatible with Cisco's AnyConnect
44 graphviz
45 graphviz-doc
46 cups
47 ddgr # Duck Duck Go CLI client
48 wikipedia2text # Wikipedia CLI client
49 neofetch
50 time # Surprisingly, GNU time isn't installed by default!
51 caja-open-terminal
52 ffmpeg
53 pandoc
54 nq # Unix CLI queue utility
55 neomutt
56 lm-sensors
57 fslint # File system maintenance utilities
58 goaccess # Web server log analyzer
59 xinput # Configure touchpad
60 python3-pip
61 db-util
62 sacc # Gopher client
63 dnsutils # dig and friends
64
65 graphicsmagick
66 graphicsmagick-imagemagick-compat # provides /usr/bin/convert
67
68 cvs
69
70 #------------------------------------------------------------------------------
71 # Git
72 #------------------------------------------------------------------------------
73 git
74 git-cvs
75 git-svn
76
77 # GUI
78 git-gui
79 git-cola # HiDPI. Overall nicer than default.
80
81 # Documentation
82 git-doc
83 gitmagic
84
85 # Web
86 gitweb
87 lighttpd # Was needed by 'git instaweb'
88 #------------------------------------------------------------------------------
89
90 # subversion
91 subversion
92 subversion-tools
93
94
95 # Guile
96 guile-2.0
97 guile-2.0-doc
98
99 # SML
100 smlnj
101 smlnj-doc
102
103 # Xapian desktop search:
104 xapian-omega # index with omindex
105 xapian-tools # search with quest
106
107 # Librem 15v4 Bluetooth.
108 # A post-install reboot may be insufficient if incorrect firmware was loaded
109 # before, so a cold shutdown is best.
110 #
111 # Apparently the firmware is loaded into the card's memory, which isn't cleared
112 # as long as power is supplied (and between reboots - it is).
113 #
114 # Ref: https://tracker.pureos.net/T23 (different situation, same idea)
115 firmware-atheros
116
117 # To connect to headphones:
118 pulseaudio-module-bluetooth
119
120 # dwm build
121 libx11-dev
122 libxft-dev
123 libxinerama-dev
124
125 # X11 compositor
126 compton
127
128 # Web browsers
129 qutebrowser
130 chromium
131
132 # SoX: Swiss army knife of sound processing
133 # provides the play command
134 sox
135
136 # Shell script linter
137 shellcheck
138
139 # File managers
140 ranger
141 nnn
142 pcmanfm
143
144 # GNU Parallel.
145 # Some of my scripts still use it, though it can mostly be replaced with
146 # xargs -P $N.
147 parallel
148
149 # fuzzy finder
150 fzf
151
152 # meta-package for both client and server packages
153 ssh
154
155 # PDF utilities
156 poppler-utils
157 mupdf
158 mupdf-tools
159
160 # X11 API man pages
161 libx11-doc
162
163 # a pretty df
164 dfc
165
166 # Music Player daemon and clients
167 mpd
168 mpc
169 ncmpc
170 ncmpcpp
171
172 # Dictionary
173 dictd # server
174 dict # client
175 dict-gcide # Collaborative International Dictionary of English
176 dict-jargon # hacker slang
177 dict-wn # WordNet
178 dict-freedict-eng-rus # English-Russian
179 dict-freedict-eng-ell # English-Modern Greek
180 dict-freedict-eng-lat # English-Latin
181 dict-freedict-lat-eng # Latin-English
182
183 # Provides hxpipe utility, used by khatus weather sensor
184 html-xml-utils
185
186 # Image viewers
187 eog # Eye of GNOME
188 eom # Eye of MATE
189 sxiv
190
191 # Networking tools:
192 # - netstat
193 # - ifconfig
194 # - ipmaddr
195 # - iptunnel
196 # - mii-tool
197 # - nameif
198 # - plipconfig
199 # - rarp
200 # - route
201 # - slattach
202 # - arp
203 net-tools
204
205 # Net monitoring
206 speedometer
207 cbm
208
209 # Internet speed test
210 speedtest-cli
This page took 0.061089 seconds and 5 git commands to generate.