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