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