Add gridsite-clients 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!
4vim
5vim-gtk3
6tree
7htop
8zsh
9zsh-syntax-highlighting
10tig
11make
12apt-file
13jq
14curl
15lftp
16aspell
17cheese
18newsboat
19nmap
20build-essential
21xkcdpass
22dunst
23hsetroot
24feh
25xbindkeys
26gawk
27original-awk
28libnotify-bin
29r-base
30locate
31units
32snapd # https://snapcraft.io/docs/installing-snap-on-debian
33encfs
34xscreensaver
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
63
64# "modern" ls alternative: uses colours to distinguish file types and metadata;
65# does other things good too, like drawing a tree.
66# https://the.exa.website/
67exa
68
69graphicsmagick
70graphicsmagick-imagemagick-compat # provides /usr/bin/convert
71
72cvs
73
74#------------------------------------------------------------------------------
75# Git
76#------------------------------------------------------------------------------
77git
78git-cvs
79git-svn
80
81# GUI
82git-gui
83git-cola # HiDPI. Overall nicer than default.
84
85# Documentation
86git-doc
87gitmagic
88
89# Web
90gitweb
91lighttpd # Was needed by 'git instaweb'
92highlight # Syntax highlighter which can be used by gitweb.
93#------------------------------------------------------------------------------
94
95# subversion
96subversion
97subversion-tools
98
99
100# Guile
101guile-2.0
102guile-2.0-doc
103
104# SML
105smlnj
106smlnj-doc
107
108# Xapian desktop search:
109xapian-omega # index with omindex
110xapian-tools # search with quest
111
112# Librem 15v4 Bluetooth.
113# A post-install reboot may be insufficient if incorrect firmware was loaded
114# before, so a cold shutdown is best.
115#
116# Apparently the firmware is loaded into the card's memory, which isn't cleared
117# as long as power is supplied (and between reboots - it is).
118#
119# Ref: https://tracker.pureos.net/T23 (different situation, same idea)
120firmware-atheros
121
122# To connect to headphones:
123pulseaudio-module-bluetooth
124
125# dwm build
126libx11-dev
127libxft-dev
128libxinerama-dev
129
130# X11 compositor
131compton
132
133# Web browsers
134qutebrowser
135chromium
136lynx
137elinks
138firefox-esr
139
140# Gopher clients
141sacc
142
143# SoX: Swiss army knife of sound processing
144# provides the play command
145sox
146
147# Shell script linter
148shellcheck
149
150# File managers
151ranger
152nnn
153pcmanfm
154
155# GNU Parallel.
156# Some of my scripts still use it, though it can mostly be replaced with
157# xargs -P $N.
158parallel
159
160# fuzzy finder
161fzf
162
163# meta-package for both client and server packages
164ssh
165
166# PDF utilities
167poppler-utils
168mupdf
169mupdf-tools
170
171# X11 API man pages
172libx11-doc
173
174# a pretty df
175dfc
176
177# Music Player daemon and clients
178mpd
179mpc
180ncmpc
181ncmpcpp
182
183# Dictionary
184dictd # server
185dict # client
186dict-gcide # Collaborative International Dictionary of English
187dict-jargon # hacker slang
188dict-wn # WordNet
189dict-freedict-eng-rus # English-Russian
190dict-freedict-eng-ell # English-Modern Greek
191dict-freedict-eng-lat # English-Latin
192dict-freedict-lat-eng # Latin-English
193
194# Provides hxpipe utility, used by khatus weather sensor
195html-xml-utils
196
197# Provides urlencode, among other things:
198gridsite-clients
199
200# Image viewers
201eog # Eye of GNOME
202eom # Eye of MATE
203sxiv
204
205# Networking tools:
206# - netstat
207# - ifconfig
208# - ipmaddr
209# - iptunnel
210# - mii-tool
211# - nameif
212# - plipconfig
213# - rarp
214# - route
215# - slattach
216# - arp
217net-tools
218
219# Net monitoring
220speedometer
221cbm
222
223# Internet speed test
224speedtest-cli
This page took 0.026648 seconds and 4 git commands to generate.