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