Add rig deb pkg
[khome.git] / pkgs-deb-install.list
... / ...
CommitLineData
1# Debian packages I DO want, but are not part of the minimal install.
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
76
77# "modern" ls alternative: uses colours to distinguish file types and metadata;
78# does other things good too, like drawing a tree.
79# https://the.exa.website/
80exa
81
82# Screen color temperature setters
83redshift # Lots of code and features, adjusts automatically throughout the day.
84sct # 80 lines of C, does nothing automatically.
85
86graphicsmagick
87graphicsmagick-imagemagick-compat # provides /usr/bin/convert
88
89cvs
90
91# Emacs
92emacs-nox
93
94# Vim
95vim
96vim-gtk3
97
98# Mate
99mate-equake-applet # monitors earthquakes
100
101#------------------------------------------------------------------------------
102# Git
103#------------------------------------------------------------------------------
104git
105
106# Large File Support
107git-lfs
108
109# Integration with other VCS
110git-cvs
111git-svn
112
113# GUI
114git-gui
115git-cola # HiDPI. Overall nicer than default.
116
117# Documentation
118git-doc
119gitmagic
120
121# Web
122gitweb
123lighttpd # Was needed by 'git instaweb'
124highlight # Syntax highlighter which can be used by gitweb.
125#------------------------------------------------------------------------------
126
127# subversion
128subversion
129subversion-tools
130
131
132# Guile
133guile-2.0
134guile-2.0-doc
135
136# Racket
137racket
138
139# Chez Scheme
140chezscheme
141
142# Lisp
143sbcl
144
145# SML
146smlnj
147smlnj-doc
148
149# Xapian desktop search:
150xapian-omega # index with omindex
151xapian-tools # search with quest
152
153# Librem 15v4 Bluetooth.
154# A post-install reboot may be insufficient if incorrect firmware was loaded
155# before, so a cold shutdown is best.
156#
157# Apparently the firmware is loaded into the card's memory, which isn't cleared
158# as long as power is supplied (and between reboots - it is).
159#
160# Ref: https://tracker.pureos.net/T23 (different situation, same idea)
161firmware-atheros
162
163# To connect to headphones:
164pulseaudio-module-bluetooth
165
166# dwm build
167libx11-dev
168libxft-dev
169libxinerama-dev
170
171# X11 compositor
172compton
173
174# Web browsers
175qutebrowser
176chromium
177lynx
178elinks
179firefox-esr
180
181# Gopher clients
182sacc
183
184# SoX: Swiss army knife of sound processing
185# provides the play command
186sox
187
188# Shell script linter
189shellcheck
190
191# File managers
192ranger
193nnn
194pcmanfm
195
196# GNU Parallel.
197# Some of my scripts still use it, though it can mostly be replaced with
198# xargs -P $N.
199parallel
200
201# fuzzy finder
202fzf
203
204# meta-package for both client and server packages
205ssh
206
207# PDF utilities
208poppler-utils
209mupdf
210mupdf-tools
211atril
212zathura
213zathura-cb
214zathura-djvu
215zathura-pdf-poppler
216zathura-ps
217
218# X11 API man pages
219libx11-doc
220
221# a pretty df
222dfc
223
224# Music Player daemon and clients
225mpd
226mpc
227ncmpc
228ncmpcpp
229
230# Dictionary
231dictd # server
232dict # client
233dict-gcide # Collaborative International Dictionary of English
234dict-jargon # hacker slang
235dict-wn # WordNet
236dict-freedict-eng-rus # English-Russian
237dict-freedict-eng-ell # English-Modern Greek
238dict-freedict-eng-lat # English-Latin
239dict-freedict-lat-eng # Latin-English
240
241# Provides hxpipe utility, used by khatus weather sensor
242html-xml-utils
243
244# Provides urlencode, among other things:
245gridsite-clients
246
247# Image viewers
248eog # Eye of GNOME
249eom # Eye of MATE
250sxiv
251shotwell # Photo manager
252
253# Networking tools:
254# - netstat
255# - ifconfig
256# - ipmaddr
257# - iptunnel
258# - mii-tool
259# - nameif
260# - plipconfig
261# - rarp
262# - route
263# - slattach
264# - arp
265net-tools
266
267# Net monitoring
268speedometer
269cbm
270
271# Internet speed test
272speedtest-cli
273
274# Retro net
275finger
276
277# Games
278colobot
This page took 0.029683 seconds and 4 git commands to generate.