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