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