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