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