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