Add Debian notes
[khome.git] / pkgs-deb-install.list
... / ...
CommitLineData
1# Debian packages I DO want, but are not part of the minimal install.
2
3at # Surprisingly not in base install!
4tree
5htop
6zsh
7zsh-syntax-highlighting
8tig
9make
10apt-file
11jq
12curl
13lftp
14aspell
15cheese
16newsboat
17nmap
18build-essential
19xkcdpass
20dunst
21hsetroot
22feh
23xbindkeys
24gawk
25original-awk
26libnotify-bin
27r-base
28locate
29units
30snapd # https://snapcraft.io/docs/installing-snap-on-debian
31encfs
32xscreensaver
33xscreensaver-data
34xscreensaver-data-extra
35mplayer
36mpv
37whois
38mono-complete
39screengrab
40tlp # Laptop power management tools
41erlang
42elixir
43openconnect # VPN cllient compatible with Cisco's AnyConnect
44graphviz
45graphviz-doc
46cups
47ddgr # Duck Duck Go CLI client
48wikipedia2text # Wikipedia CLI client
49neofetch
50time # Surprisingly, GNU time isn't installed by default!
51caja-open-terminal
52ffmpeg
53pandoc
54nq # Unix CLI queue utility
55neomutt
56lm-sensors
57fslint # File system maintenance utilities
58goaccess # Web server log analyzer
59xinput # Configure touchpad
60python3-pip
61db-util
62dnsutils # dig and friends
63debian-goodies # Misc. helper scripts. See: apt show debian-goodies
64zeal # Documentation browser, like Dash.app
65mlterm
66nginx-doc
67tmux
68font-manager
69tup # fast build system
70clang
71rhash
72jsbeautifier
73
74# "modern" ls alternative: uses colours to distinguish file types and metadata;
75# does other things good too, like drawing a tree.
76# https://the.exa.website/
77exa
78
79# Screen color temperature setters
80redshift # Lots of code and features, adjusts automatically throughout the day.
81sct # 80 lines of C, does nothing automatically.
82
83graphicsmagick
84graphicsmagick-imagemagick-compat # provides /usr/bin/convert
85
86cvs
87
88# Emacs
89emacs-nox
90
91# Vim
92vim
93vim-gtk3
94
95#------------------------------------------------------------------------------
96# Git
97#------------------------------------------------------------------------------
98git
99
100# Large File Support
101git-lfs
102
103# Integration with other VCS
104git-cvs
105git-svn
106
107# GUI
108git-gui
109git-cola # HiDPI. Overall nicer than default.
110
111# Documentation
112git-doc
113gitmagic
114
115# Web
116gitweb
117lighttpd # Was needed by 'git instaweb'
118highlight # Syntax highlighter which can be used by gitweb.
119#------------------------------------------------------------------------------
120
121# subversion
122subversion
123subversion-tools
124
125
126# Guile
127guile-2.0
128guile-2.0-doc
129
130# Racket
131racket
132
133# Chez Scheme
134chezscheme
135
136# Lisp
137sbcl
138
139# SML
140smlnj
141smlnj-doc
142
143# Xapian desktop search:
144xapian-omega # index with omindex
145xapian-tools # search with quest
146
147# Librem 15v4 Bluetooth.
148# A post-install reboot may be insufficient if incorrect firmware was loaded
149# before, so a cold shutdown is best.
150#
151# Apparently the firmware is loaded into the card's memory, which isn't cleared
152# as long as power is supplied (and between reboots - it is).
153#
154# Ref: https://tracker.pureos.net/T23 (different situation, same idea)
155firmware-atheros
156
157# To connect to headphones:
158pulseaudio-module-bluetooth
159
160# dwm build
161libx11-dev
162libxft-dev
163libxinerama-dev
164
165# X11 compositor
166compton
167
168# Web browsers
169qutebrowser
170chromium
171lynx
172elinks
173firefox-esr
174
175# Gopher clients
176sacc
177
178# SoX: Swiss army knife of sound processing
179# provides the play command
180sox
181
182# Shell script linter
183shellcheck
184
185# File managers
186ranger
187nnn
188pcmanfm
189
190# GNU Parallel.
191# Some of my scripts still use it, though it can mostly be replaced with
192# xargs -P $N.
193parallel
194
195# fuzzy finder
196fzf
197
198# meta-package for both client and server packages
199ssh
200
201# PDF utilities
202poppler-utils
203mupdf
204mupdf-tools
205atril
206zathura
207zathura-cb
208zathura-djvu
209zathura-pdf-poppler
210zathura-ps
211
212# X11 API man pages
213libx11-doc
214
215# a pretty df
216dfc
217
218# Music Player daemon and clients
219mpd
220mpc
221ncmpc
222ncmpcpp
223
224# Dictionary
225dictd # server
226dict # client
227dict-gcide # Collaborative International Dictionary of English
228dict-jargon # hacker slang
229dict-wn # WordNet
230dict-freedict-eng-rus # English-Russian
231dict-freedict-eng-ell # English-Modern Greek
232dict-freedict-eng-lat # English-Latin
233dict-freedict-lat-eng # Latin-English
234
235# Provides hxpipe utility, used by khatus weather sensor
236html-xml-utils
237
238# Provides urlencode, among other things:
239gridsite-clients
240
241# Image viewers
242eog # Eye of GNOME
243eom # Eye of MATE
244sxiv
245
246# Networking tools:
247# - netstat
248# - ifconfig
249# - ipmaddr
250# - iptunnel
251# - mii-tool
252# - nameif
253# - plipconfig
254# - rarp
255# - route
256# - slattach
257# - arp
258net-tools
259
260# Net monitoring
261speedometer
262cbm
263
264# Internet speed test
265speedtest-cli
266
267# Retro net
268finger
269
270# Games
271colobot
This page took 0.025493 seconds and 4 git commands to generate.