Add dep pkgs: goaccess and fslint
[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
59
60graphicsmagick
61graphicsmagick-imagemagick-compat # provides /usr/bin/convert
62
63cvs
64
65#------------------------------------------------------------------------------
66# Git
67#------------------------------------------------------------------------------
68git
69git-cvs
70git-svn
71
72# GUI
73git-gui
74git-cola # HiDPI. Overall nicer than default.
75
76# Documentation
77git-doc
78gitmagic
79#------------------------------------------------------------------------------
80
81# subversion
82subversion
83subversion-tools
84
85
86# Guile
87guile-2.0
88guile-2.0-doc
89
90# SML
91smlnj
92smlnj-doc
93
94# Xapian desktop search:
95xapian-omega # index with omindex
96xapian-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)
106firmware-atheros
107
108# To connect to headphones:
109pulseaudio-module-bluetooth
110
111# dwm build
112libx11-dev
113libxft-dev
114libxinerama-dev
115
116# X11 compositor
117compton
118
119# Web browsers
120qutebrowser
121chromium
122
123# SoX: Swiss army knife of sound processing
124# provides the play command
125sox
126
127# Shell script linter
128shellcheck
129
130# File managers
131ranger
132nnn
133pcmanfm
134
135# GNU Parallel.
136# Some of my scripts still use it, though it can mostly be replaced with
137# xargs -P $N.
138parallel
139
140# fuzzy finder
141fzf
142
143# meta-package for both client and server packages
144ssh
145
146# PDF utilities
147poppler-utils
148mupdf
149mupdf-tools
150
151# X11 API man pages
152libx11-doc
153
154# a pretty df
155dfc
156
157# Music Player daemon and clients
158mpd
159mpc
160ncmpc
161ncmpcpp
162
163# Dictionary
164dictd # server
165dict # client
166dict-gcide # Collaborative International Dictionary of English
167dict-jargon # hacker slang
168dict-wn # WordNet
169dict-freedict-eng-rus # English-Russian
170dict-freedict-eng-ell # English-Modern Greek
171dict-freedict-eng-lat # English-Latin
172dict-freedict-lat-eng # Latin-English
173
174# Provides hxpipe utility, used by khatus weather sensor
175html-xml-utils
176
177# Image viewers
178eog # Eye of GNOME
179eom # Eye of MATE
180sxiv
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
194net-tools
195
196# Net monitoring
197speedometer
198cbm
199
200# Internet speed test
201speedtest-cli
This page took 0.022886 seconds and 4 git commands to generate.