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