Add deb pkgs: gitweb and lighttpd
[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
62sacc # Gopher client
63
64graphicsmagick
65graphicsmagick-imagemagick-compat # provides /usr/bin/convert
66
67cvs
68
69#------------------------------------------------------------------------------
70# Git
71#------------------------------------------------------------------------------
72git
73git-cvs
74git-svn
75
76# GUI
77git-gui
78git-cola # HiDPI. Overall nicer than default.
79
80# Documentation
81git-doc
82gitmagic
83
84# Web
85gitweb
86lighttpd # Was needed by 'git instaweb'
87#------------------------------------------------------------------------------
88
89# subversion
90subversion
91subversion-tools
92
93
94# Guile
95guile-2.0
96guile-2.0-doc
97
98# SML
99smlnj
100smlnj-doc
101
102# Xapian desktop search:
103xapian-omega # index with omindex
104xapian-tools # search with quest
105
106# Librem 15v4 Bluetooth.
107# A post-install reboot may be insufficient if incorrect firmware was loaded
108# before, so a cold shutdown is best.
109#
110# Apparently the firmware is loaded into the card's memory, which isn't cleared
111# as long as power is supplied (and between reboots - it is).
112#
113# Ref: https://tracker.pureos.net/T23 (different situation, same idea)
114firmware-atheros
115
116# To connect to headphones:
117pulseaudio-module-bluetooth
118
119# dwm build
120libx11-dev
121libxft-dev
122libxinerama-dev
123
124# X11 compositor
125compton
126
127# Web browsers
128qutebrowser
129chromium
130
131# SoX: Swiss army knife of sound processing
132# provides the play command
133sox
134
135# Shell script linter
136shellcheck
137
138# File managers
139ranger
140nnn
141pcmanfm
142
143# GNU Parallel.
144# Some of my scripts still use it, though it can mostly be replaced with
145# xargs -P $N.
146parallel
147
148# fuzzy finder
149fzf
150
151# meta-package for both client and server packages
152ssh
153
154# PDF utilities
155poppler-utils
156mupdf
157mupdf-tools
158
159# X11 API man pages
160libx11-doc
161
162# a pretty df
163dfc
164
165# Music Player daemon and clients
166mpd
167mpc
168ncmpc
169ncmpcpp
170
171# Dictionary
172dictd # server
173dict # client
174dict-gcide # Collaborative International Dictionary of English
175dict-jargon # hacker slang
176dict-wn # WordNet
177dict-freedict-eng-rus # English-Russian
178dict-freedict-eng-ell # English-Modern Greek
179dict-freedict-eng-lat # English-Latin
180dict-freedict-lat-eng # Latin-English
181
182# Provides hxpipe utility, used by khatus weather sensor
183html-xml-utils
184
185# Image viewers
186eog # Eye of GNOME
187eom # Eye of MATE
188sxiv
189
190# Networking tools:
191# - netstat
192# - ifconfig
193# - ipmaddr
194# - iptunnel
195# - mii-tool
196# - nameif
197# - plipconfig
198# - rarp
199# - route
200# - slattach
201# - arp
202net-tools
203
204# Net monitoring
205speedometer
206cbm
207
208# Internet speed test
209speedtest-cli
This page took 0.020605 seconds and 4 git commands to generate.