Commit | Line | Data |
---|---|---|
8e0fbf08 SK |
1 | # Ubuntu packages |
2 | ||
3 | at # Surprisingly not in base install! | |
4 | tree | |
5 | htop | |
6 | zsh | |
7 | zsh-syntax-highlighting | |
8 | tig | |
4418d5bf | 9 | |
a4645889 SK |
10 | bison |
11 | flex | |
12 | ||
4418d5bf SK |
13 | # Use src recipe to install cmake |
14 | #cmake # added to build neovim | |
15 | #cmake-doc | |
16 | ||
2db5ad74 | 17 | nasm |
8e0fbf08 | 18 | make |
3994a3bc | 19 | libtool-bin # added to build neovim |
8e0fbf08 SK |
20 | apt-file |
21 | jq | |
22 | curl | |
23 | lftp | |
24 | aspell | |
49288da6 SK |
25 | aspell-en # English |
26 | aspell-ru # Russian | |
27 | aspell-el # Greek | |
8e0fbf08 SK |
28 | cheese |
29 | newsboat | |
30 | nmap | |
31 | build-essential | |
32 | xkcdpass | |
33 | dunst | |
34 | hsetroot | |
35 | feh | |
36 | xbindkeys | |
37 | gawk | |
38 | original-awk | |
39 | libnotify-bin | |
40 | r-base | |
41 | locate | |
42 | units | |
43 | snapd # https://snapcraft.io/docs/installing-snap-on-debian | |
44 | encfs | |
45 | xscreensaver | |
46 | xscreensaver-data | |
47 | xscreensaver-data-extra | |
48 | mplayer | |
49 | mpv | |
50 | whois | |
51 | mono-complete | |
8e0fbf08 | 52 | tlp # Laptop power management tools |
bedbc7fe | 53 | powertop |
00e3388a SK |
54 | wx3.0-i18n # for building erlang recipe |
55 | #erlang # see deps recipe | |
8e0fbf08 SK |
56 | elixir |
57 | openconnect # VPN cllient compatible with Cisco's AnyConnect | |
58 | graphviz | |
59 | graphviz-doc | |
60 | cups | |
61 | ddgr # Duck Duck Go CLI client | |
62 | wikipedia2text # Wikipedia CLI client | |
63 | neofetch | |
64 | time # Surprisingly, GNU time isn't installed by default! | |
8e0fbf08 SK |
65 | ffmpeg |
66 | pandoc | |
67 | nq # Unix CLI queue utility | |
68 | neomutt | |
69 | lm-sensors | |
70 | fslint # File system maintenance utilities | |
71 | goaccess # Web server log analyzer | |
72 | xinput # Configure touchpad | |
73 | python3-pip | |
74 | db-util | |
75 | dnsutils # dig and friends | |
76 | debian-goodies # Misc. helper scripts. See: apt show debian-goodies | |
77 | zeal # Documentation browser, like Dash.app | |
78 | mlterm | |
79 | nginx-doc | |
80 | tmux | |
81 | font-manager | |
18c32e96 | 82 | #tup # fast build system # Not available in Ubuntu repos |
8e0fbf08 SK |
83 | clang |
84 | rhash | |
85 | jsbeautifier | |
86 | pidgin | |
87 | pidgin-skype | |
88 | rig # Random Identity Generator | |
89 | fortune-mod | |
90 | exfat-utils # exFAT filesystem support | |
225e130d | 91 | linux-doc # Kernel docs. Found it with: apt-file search power_supply_class.txt |
82395085 | 92 | locales-all |
67cb3891 | 93 | figlet |
3cfc001c | 94 | gimp |
257776e2 | 95 | dos2unix |
7352ef9e | 96 | xsel # Pipe to/from system clipboard |
a2c81ff5 | 97 | streamripper |
8ce6c237 | 98 | moreutils # chronic combine errno ifdata ifne isutf8 lckdo mispipe parallel pee sponge ts vidir vipe zrun |
8e0fbf08 | 99 | |
39468319 | 100 | # Screenshoting tools |
5e42c64a | 101 | scrot |
39468319 SK |
102 | maim |
103 | ||
8e0fbf08 SK |
104 | # "modern" ls alternative: uses colours to distinguish file types and metadata; |
105 | # does other things good too, like drawing a tree. | |
106 | # https://the.exa.website/ | |
18c32e96 | 107 | #exa # Not available in Ubuntu repos |
8e0fbf08 SK |
108 | |
109 | # Screen color temperature setters | |
110 | redshift # Lots of code and features, adjusts automatically throughout the day. | |
111 | sct # 80 lines of C, does nothing automatically. | |
112 | ||
113 | graphicsmagick | |
114 | graphicsmagick-imagemagick-compat # provides /usr/bin/convert | |
115 | ||
116 | cvs | |
117 | ||
555542f3 SK |
118 | # Emacs build deps |
119 | libgif-dev | |
120 | libtiff-dev | |
8e0fbf08 SK |
121 | |
122 | # Vim | |
123 | vim | |
124 | vim-gtk3 | |
125 | ||
126 | # Mate | |
88440cd8 SK |
127 | caja |
128 | caja-open-terminal | |
18c32e96 | 129 | #mate-equake-applet # monitors earthquakes # Not available in Ubuntu repos |
8e0fbf08 SK |
130 | |
131 | #------------------------------------------------------------------------------ | |
132 | # Git | |
133 | #------------------------------------------------------------------------------ | |
134 | git | |
135 | ||
8728d8d4 SK |
136 | |
137 | git-email | |
138 | ||
8e0fbf08 SK |
139 | # Large File Support |
140 | git-lfs | |
141 | ||
142 | # Integration with other VCS | |
143 | git-cvs | |
144 | git-svn | |
145 | ||
146 | # GUI | |
147 | git-gui | |
148 | git-cola # HiDPI. Overall nicer than default. | |
149 | ||
150 | # Documentation | |
151 | git-doc | |
152 | gitmagic | |
153 | ||
154 | # Web | |
155 | gitweb | |
156 | lighttpd # Was needed by 'git instaweb' | |
157 | highlight # Syntax highlighter which can be used by gitweb. | |
92f0aae4 SK |
158 | |
159 | # to build git from source | |
160 | asciidoc | |
161 | libcurl4-openssl-dev | |
8e0fbf08 SK |
162 | #------------------------------------------------------------------------------ |
163 | ||
164 | # subversion | |
165 | subversion | |
166 | subversion-tools | |
167 | ||
168 | ||
169 | # Guile | |
fbaed337 | 170 | guile-2.2 |
95b9871b | 171 | guile-2.2-dev |
fbaed337 | 172 | guile-2.2-doc |
8e0fbf08 | 173 | |
8e0fbf08 SK |
174 | # Chez Scheme |
175 | chezscheme | |
176 | ||
177 | # Lisp | |
178 | sbcl | |
179 | ||
180 | # SML | |
181 | smlnj | |
182 | smlnj-doc | |
183 | ||
184 | # Xapian desktop search: | |
185 | xapian-omega # index with omindex | |
186 | xapian-tools # search with quest | |
187 | ||
188 | # Librem 15v4 Bluetooth. | |
189 | # A post-install reboot may be insufficient if incorrect firmware was loaded | |
190 | # before, so a cold shutdown is best. | |
191 | # | |
192 | # Apparently the firmware is loaded into the card's memory, which isn't cleared | |
193 | # as long as power is supplied (and between reboots - it is). | |
194 | # | |
195 | # Ref: https://tracker.pureos.net/T23 (different situation, same idea) | |
18c32e96 | 196 | #firmware-atheros # Not available in Ubuntu repos |
8e0fbf08 SK |
197 | |
198 | # To connect to headphones: | |
199 | pulseaudio-module-bluetooth | |
200 | ||
4f4f1903 SK |
201 | pavucontrol |
202 | ||
8e0fbf08 SK |
203 | # dwm build |
204 | libx11-dev | |
205 | libxft-dev | |
206 | libxinerama-dev | |
207 | ||
208 | # X11 compositor | |
209 | compton | |
210 | ||
211 | # Web browsers | |
212 | qutebrowser | |
18c32e96 | 213 | chromium-browser |
8e0fbf08 SK |
214 | lynx |
215 | elinks | |
18c32e96 | 216 | firefox |
8e0fbf08 SK |
217 | |
218 | # Gopher clients | |
18c32e96 | 219 | #sacc # Not available in Ubuntu repos |
8e0fbf08 SK |
220 | |
221 | # SoX: Swiss army knife of sound processing | |
222 | # provides the play command | |
223 | sox | |
224 | ||
225 | # Shell script linter | |
226 | shellcheck | |
227 | ||
228 | # File managers | |
229 | ranger | |
230 | nnn | |
231 | pcmanfm | |
232 | ||
233 | # GNU Parallel. | |
234 | # Some of my scripts still use it, though it can mostly be replaced with | |
235 | # xargs -P $N. | |
236 | parallel | |
237 | ||
238 | # fuzzy finder | |
18c32e96 | 239 | #fzf # Not available in Ubuntu repos |
8e0fbf08 SK |
240 | |
241 | # meta-package for both client and server packages | |
242 | ssh | |
243 | ||
244 | # PDF utilities | |
245 | poppler-utils | |
246 | mupdf | |
247 | mupdf-tools | |
248 | atril | |
249 | zathura | |
250 | zathura-cb | |
251 | zathura-djvu | |
252 | zathura-pdf-poppler | |
253 | zathura-ps | |
254 | ||
255 | # X11 API man pages | |
256 | libx11-doc | |
257 | ||
258 | # a pretty df | |
259 | dfc | |
260 | ||
261 | # Music Player daemon and clients | |
262 | mpd | |
263 | mpc | |
f6edd5e7 | 264 | libmpdclient-dev # mpd/client.h |
8e0fbf08 SK |
265 | ncmpc |
266 | ncmpcpp | |
267 | ||
1d924571 SK |
268 | # ncurses |
269 | libncurses5-dev | |
270 | ncurses-doc | |
271 | ncurses-examples | |
272 | ||
8e0fbf08 SK |
273 | # Dictionary |
274 | dictd # server | |
275 | dict # client | |
276 | dict-gcide # Collaborative International Dictionary of English | |
277 | dict-jargon # hacker slang | |
278 | dict-wn # WordNet | |
279 | dict-freedict-eng-rus # English-Russian | |
280 | dict-freedict-eng-ell # English-Modern Greek | |
281 | dict-freedict-eng-lat # English-Latin | |
282 | dict-freedict-lat-eng # Latin-English | |
283 | ||
284 | # Provides hxpipe utility, used by khatus weather sensor | |
285 | html-xml-utils | |
286 | ||
287 | # Provides urlencode, among other things: | |
288 | gridsite-clients | |
289 | ||
290 | # Image viewers | |
291 | eog # Eye of GNOME | |
292 | eom # Eye of MATE | |
293 | sxiv | |
294 | shotwell # Photo manager | |
295 | ||
296 | # Networking tools: | |
297 | # - netstat | |
298 | # - ifconfig | |
299 | # - ipmaddr | |
300 | # - iptunnel | |
301 | # - mii-tool | |
302 | # - nameif | |
303 | # - plipconfig | |
304 | # - rarp | |
305 | # - route | |
306 | # - slattach | |
307 | # - arp | |
308 | net-tools | |
309 | ||
310 | # Net monitoring | |
311 | speedometer | |
312 | cbm | |
313 | ||
314 | # Internet speed test | |
315 | speedtest-cli | |
316 | ||
317 | # Retro net | |
318 | finger | |
319 | ||
320 | # Games | |
321 | colobot | |
4dd4b411 | 322 | warzone2100 |
76e8f5a7 SK |
323 | |
324 | # GNOME themes | |
325 | adwaita-icon-theme-full | |
326 | adwaita-qt | |
327 | gnome-themes-standard | |
328 | gnome-themes-ubuntu | |
c7db425a | 329 | |
1b78a36d | 330 | lxappearance # https://wiki.archlinux.org/index.php/GTK |
c023b3ad SK |
331 | |
332 | ifuse # Mount iPhone | |
80a04892 SK |
333 | |
334 | valgrind | |
b2024329 | 335 | |
48bf7d5f SK |
336 | # TeX / LaTeX |
337 | texlive-full | |
338 | texinfo | |
5924c084 SK |
339 | |
340 | # scons build systems, to build DOOM-3 | |
341 | scons | |
342 | scons-doc | |
18a3e891 SK |
343 | |
344 | # tool for analyzing the complexity of C program functions | |
345 | complexity | |
346 | complexity-doc | |
17d18280 SK |
347 | |
348 | # wine | |
349 | winetricks | |
350 | wine32 | |
351 | wine64 | |
e57883ac SK |
352 | |
353 | remind | |
354 | # From package info: | |
355 | # > Homepage: http://www.roaringpenguin.com/products/remind/ | |
356 | # > Description: sophisticated calendar and alarm program | |
357 | # > Remind allows you to remind yourself of upcoming events and | |
358 | # > appointments. Each reminder or alarm can consist of a message sent | |
359 | # > to standard output, or a program to be executed. | |
360 | # > . | |
361 | # > It also features: sophisticated date calculation, moon phases, | |
362 | # > sunrise/sunset, Hebrew calendar, alarms, PostScript output, tcl/tk | |
363 | # > front-end and proper handling of holidays. | |
364 | # > . | |
365 | # > Reminders can be created by the remind scripting language or by using | |
366 | # > the graphical frontend package "tkremind". | |
a5b65953 SK |
367 | |
368 | mcron | |
369 | # From package info: | |
370 | # > Homepage: http://www.gnu.org/software/mcron | |
371 | # > Description: Guile-based program for running jobs at regular times | |
372 | # > The GNU package mcron (Mellor's cron) can be a 100% compatible replacement for | |
373 | # > Vixie cron (though the Debian package is not configured this way). It is | |
374 | # > written in pure Guile, and allows configuration files to be written in scheme | |
375 | # > (as well as Vixie's original format) for infinite flexibility in specifying | |
376 | # > when jobs should be run. | |
16a08376 SK |
377 | |
378 | dstat | |
379 | # From package info: | |
380 | # > Dstat is a versatile replacement for vmstat, iostat and ifstat. Dstat | |
381 | # > overcomes some of the limitations of these programs and adds some | |
382 | # > extra features. |