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