Add db-util deb pkg
[khome.git] / pkgs-deb-install.list
1 # Debian packages I DO want, but are not part of the minimal install.
2
3 at # Surprisingly not in base install!
4 vim
5 vim-gtk3
6 tree
7 htop
8 zsh
9 zsh-syntax-highlighting
10 tig
11 make
12 apt-file
13 jq
14 curl
15 lftp
16 aspell
17 cheese
18 newsboat
19 nmap
20 build-essential
21 xkcdpass
22 dunst
23 hsetroot
24 feh
25 xbindkeys
26 gawk
27 original-awk
28 libnotify-bin
29 r-base
30 locate
31 units
32 snapd # https://snapcraft.io/docs/installing-snap-on-debian
33 encfs
34 xscreensaver
35 mplayer
36 mpv
37 whois
38 mono-complete
39 screengrab
40 tlp # Laptop power management tools
41 erlang
42 elixir
43 openconnect # VPN cllient compatible with Cisco's AnyConnect
44 graphviz
45 graphviz-doc
46 cups
47 ddgr # Duck Duck Go CLI client
48 wikipedia2text # Wikipedia CLI client
49 neofetch
50 time # Surprisingly, GNU time isn't installed by default!
51 caja-open-terminal
52 ffmpeg
53 pandoc
54 nq # Unix CLI queue utility
55 neomutt
56 lm-sensors
57 fslint # File system maintenance utilities
58 goaccess # Web server log analyzer
59 xinput # Configure touchpad
60 python3-pip
61 db-util
62
63 graphicsmagick
64 graphicsmagick-imagemagick-compat # provides /usr/bin/convert
65
66 cvs
67
68 #------------------------------------------------------------------------------
69 # Git
70 #------------------------------------------------------------------------------
71 git
72 git-cvs
73 git-svn
74
75 # GUI
76 git-gui
77 git-cola # HiDPI. Overall nicer than default.
78
79 # Documentation
80 git-doc
81 gitmagic
82 #------------------------------------------------------------------------------
83
84 # subversion
85 subversion
86 subversion-tools
87
88
89 # Guile
90 guile-2.0
91 guile-2.0-doc
92
93 # SML
94 smlnj
95 smlnj-doc
96
97 # Xapian desktop search:
98 xapian-omega # index with omindex
99 xapian-tools # search with quest
100
101 # Librem 15v4 Bluetooth.
102 # A post-install reboot may be insufficient if incorrect firmware was loaded
103 # before, so a cold shutdown is best.
104 #
105 # Apparently the firmware is loaded into the card's memory, which isn't cleared
106 # as long as power is supplied (and between reboots - it is).
107 #
108 # Ref: https://tracker.pureos.net/T23 (different situation, same idea)
109 firmware-atheros
110
111 # To connect to headphones:
112 pulseaudio-module-bluetooth
113
114 # dwm build
115 libx11-dev
116 libxft-dev
117 libxinerama-dev
118
119 # X11 compositor
120 compton
121
122 # Web browsers
123 qutebrowser
124 chromium
125
126 # SoX: Swiss army knife of sound processing
127 # provides the play command
128 sox
129
130 # Shell script linter
131 shellcheck
132
133 # File managers
134 ranger
135 nnn
136 pcmanfm
137
138 # GNU Parallel.
139 # Some of my scripts still use it, though it can mostly be replaced with
140 # xargs -P $N.
141 parallel
142
143 # fuzzy finder
144 fzf
145
146 # meta-package for both client and server packages
147 ssh
148
149 # PDF utilities
150 poppler-utils
151 mupdf
152 mupdf-tools
153
154 # X11 API man pages
155 libx11-doc
156
157 # a pretty df
158 dfc
159
160 # Music Player daemon and clients
161 mpd
162 mpc
163 ncmpc
164 ncmpcpp
165
166 # Dictionary
167 dictd # server
168 dict # client
169 dict-gcide # Collaborative International Dictionary of English
170 dict-jargon # hacker slang
171 dict-wn # WordNet
172 dict-freedict-eng-rus # English-Russian
173 dict-freedict-eng-ell # English-Modern Greek
174 dict-freedict-eng-lat # English-Latin
175 dict-freedict-lat-eng # Latin-English
176
177 # Provides hxpipe utility, used by khatus weather sensor
178 html-xml-utils
179
180 # Image viewers
181 eog # Eye of GNOME
182 eom # Eye of MATE
183 sxiv
184
185 # Networking tools:
186 # - netstat
187 # - ifconfig
188 # - ipmaddr
189 # - iptunnel
190 # - mii-tool
191 # - nameif
192 # - plipconfig
193 # - rarp
194 # - route
195 # - slattach
196 # - arp
197 net-tools
198
199 # Net monitoring
200 speedometer
201 cbm
202
203 # Internet speed test
204 speedtest-cli
This page took 0.068695 seconds and 5 git commands to generate.