Accept a name for dl and include starter script file
[khome.git] / pkgs-ubuntu.list
1 # Ubuntu packages
2
3 at # Surprisingly not in base install!
4 tree
5 htop
6 zsh
7 zsh-syntax-highlighting
8 tig
9
10 bison
11 flex
12
13 # Use src recipe to install cmake
14 #cmake # added to build neovim
15 #cmake-doc
16
17 nasm
18 make
19 libtool-bin # added to build neovim
20 apt-file
21 jq
22 curl
23 lftp
24 aspell
25 aspell-en # English
26 aspell-ru # Russian
27 aspell-el # Greek
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
52 tlp # Laptop power management tools
53 powertop
54 wx3.0-i18n # for building erlang recipe
55 #erlang # see deps recipe
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!
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
82 #tup # fast build system # Not available in Ubuntu repos
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
91 linux-doc # Kernel docs. Found it with: apt-file search power_supply_class.txt
92 locales-all
93 figlet
94 gimp
95 dos2unix
96 xsel # Pipe to/from system clipboard
97 streamripper
98 moreutils # chronic combine errno ifdata ifne isutf8 lckdo mispipe parallel pee sponge ts vidir vipe zrun
99
100 # Screenshoting tools
101 scrot
102 maim
103
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/
107 #exa # Not available in Ubuntu repos
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
118 # Emacs build deps
119 libgif-dev
120 libtiff-dev
121
122 # Vim
123 vim
124 vim-gtk3
125
126 # Mate
127 caja
128 caja-open-terminal
129 #mate-equake-applet # monitors earthquakes # Not available in Ubuntu repos
130
131 #------------------------------------------------------------------------------
132 # Git
133 #------------------------------------------------------------------------------
134 git
135
136 # Email
137 git-email
138
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.
158
159 # to build git from source
160 asciidoc
161 libcurl4-openssl-dev
162 #------------------------------------------------------------------------------
163
164 # subversion
165 subversion
166 subversion-tools
167
168
169 # Guile
170 guile-2.2
171 guile-2.2-dev
172 guile-2.2-doc
173
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)
196 #firmware-atheros # Not available in Ubuntu repos
197
198 # To connect to headphones:
199 pulseaudio-module-bluetooth
200
201 pavucontrol
202
203 # dwm build
204 libx11-dev
205 libxft-dev
206 libxinerama-dev
207
208 # X11 compositor
209 compton
210
211 # Web browsers
212 qutebrowser
213 chromium-browser
214 lynx
215 elinks
216 firefox
217
218 # Gopher clients
219 #sacc # Not available in Ubuntu repos
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
239 #fzf # Not available in Ubuntu repos
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
264 libmpdclient-dev # mpd/client.h
265 ncmpc
266 ncmpcpp
267
268 # ncurses
269 libncurses5-dev
270 ncurses-doc
271 ncurses-examples
272
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
322 warzone2100
323
324 # GNOME themes
325 adwaita-icon-theme-full
326 adwaita-qt
327 gnome-themes-standard
328 gnome-themes-ubuntu
329
330 lxappearance # https://wiki.archlinux.org/index.php/GTK
331
332 ifuse # Mount iPhone
333
334 valgrind
335
336 # TeX / LaTeX
337 texlive-full
338 texinfo
339
340 # scons build systems, to build DOOM-3
341 scons
342 scons-doc
343
344 # tool for analyzing the complexity of C program functions
345 complexity
346 complexity-doc
347
348 # wine
349 winetricks
350 wine32
351 wine64
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".
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.
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.
This page took 0.067597 seconds and 4 git commands to generate.