Organize pkg section for web and gopher
[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 dnsutils # dig and friends
63
64 graphicsmagick
65 graphicsmagick-imagemagick-compat # provides /usr/bin/convert
66
67 cvs
68
69 #------------------------------------------------------------------------------
70 # Git
71 #------------------------------------------------------------------------------
72 git
73 git-cvs
74 git-svn
75
76 # GUI
77 git-gui
78 git-cola # HiDPI. Overall nicer than default.
79
80 # Documentation
81 git-doc
82 gitmagic
83
84 # Web
85 gitweb
86 lighttpd # Was needed by 'git instaweb'
87 highlight # Syntax highlighter which can be used by gitweb.
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 lynx
132 elinks
133 firefox-esr
134
135 # Gopher clients
136 sacc
137
138 # SoX: Swiss army knife of sound processing
139 # provides the play command
140 sox
141
142 # Shell script linter
143 shellcheck
144
145 # File managers
146 ranger
147 nnn
148 pcmanfm
149
150 # GNU Parallel.
151 # Some of my scripts still use it, though it can mostly be replaced with
152 # xargs -P $N.
153 parallel
154
155 # fuzzy finder
156 fzf
157
158 # meta-package for both client and server packages
159 ssh
160
161 # PDF utilities
162 poppler-utils
163 mupdf
164 mupdf-tools
165
166 # X11 API man pages
167 libx11-doc
168
169 # a pretty df
170 dfc
171
172 # Music Player daemon and clients
173 mpd
174 mpc
175 ncmpc
176 ncmpcpp
177
178 # Dictionary
179 dictd # server
180 dict # client
181 dict-gcide # Collaborative International Dictionary of English
182 dict-jargon # hacker slang
183 dict-wn # WordNet
184 dict-freedict-eng-rus # English-Russian
185 dict-freedict-eng-ell # English-Modern Greek
186 dict-freedict-eng-lat # English-Latin
187 dict-freedict-lat-eng # Latin-English
188
189 # Provides hxpipe utility, used by khatus weather sensor
190 html-xml-utils
191
192 # Image viewers
193 eog # Eye of GNOME
194 eom # Eye of MATE
195 sxiv
196
197 # Networking tools:
198 # - netstat
199 # - ifconfig
200 # - ipmaddr
201 # - iptunnel
202 # - mii-tool
203 # - nameif
204 # - plipconfig
205 # - rarp
206 # - route
207 # - slattach
208 # - arp
209 net-tools
210
211 # Net monitoring
212 speedometer
213 cbm
214
215 # Internet speed test
216 speedtest-cli
This page took 0.084044 seconds and 5 git commands to generate.