Add xsel Ubuntu pkg
[khome.git] / pkgs-ubuntu.list
1 # Ubuntu packages
2
3 at # Surprisingly not in base install!
4 tree
5 htop
6 zsh
7 zsh-syntax-highlighting
8 tig
9 make
10 apt-file
11 jq
12 curl
13 lftp
14 aspell
15 aspell-en # English
16 aspell-ru # Russian
17 aspell-el # Greek
18 cheese
19 newsboat
20 nmap
21 build-essential
22 xkcdpass
23 dunst
24 hsetroot
25 feh
26 xbindkeys
27 gawk
28 original-awk
29 libnotify-bin
30 r-base
31 locate
32 units
33 snapd # https://snapcraft.io/docs/installing-snap-on-debian
34 encfs
35 xscreensaver
36 xscreensaver-data
37 xscreensaver-data-extra
38 mplayer
39 mpv
40 whois
41 mono-complete
42 tlp # Laptop power management tools
43 erlang
44 elixir
45 openconnect # VPN cllient compatible with Cisco's AnyConnect
46 graphviz
47 graphviz-doc
48 cups
49 ddgr # Duck Duck Go CLI client
50 wikipedia2text # Wikipedia CLI client
51 neofetch
52 time # Surprisingly, GNU time isn't installed by default!
53 ffmpeg
54 pandoc
55 nq # Unix CLI queue utility
56 neomutt
57 lm-sensors
58 fslint # File system maintenance utilities
59 goaccess # Web server log analyzer
60 xinput # Configure touchpad
61 python3-pip
62 db-util
63 dnsutils # dig and friends
64 debian-goodies # Misc. helper scripts. See: apt show debian-goodies
65 zeal # Documentation browser, like Dash.app
66 mlterm
67 nginx-doc
68 tmux
69 font-manager
70 #tup # fast build system # Not available in Ubuntu repos
71 clang
72 rhash
73 jsbeautifier
74 pidgin
75 pidgin-skype
76 rig # Random Identity Generator
77 fortune-mod
78 exfat-utils # exFAT filesystem support
79 linux-doc # Kernel docs. Found it with: apt-file search power_supply_class.txt
80 locales-all
81 figlet
82 gimp
83 dos2unix
84 xsel
85
86 # Screenshoting tools
87 screengrab
88 maim
89
90 # "modern" ls alternative: uses colours to distinguish file types and metadata;
91 # does other things good too, like drawing a tree.
92 # https://the.exa.website/
93 #exa # Not available in Ubuntu repos
94
95 # Screen color temperature setters
96 redshift # Lots of code and features, adjusts automatically throughout the day.
97 sct # 80 lines of C, does nothing automatically.
98
99 graphicsmagick
100 graphicsmagick-imagemagick-compat # provides /usr/bin/convert
101
102 cvs
103
104 # Emacs
105 emacs-nox
106
107 # Vim
108 vim
109 vim-gtk3
110
111 # Mate
112 caja
113 caja-open-terminal
114 #mate-equake-applet # monitors earthquakes # Not available in Ubuntu repos
115
116 #------------------------------------------------------------------------------
117 # Git
118 #------------------------------------------------------------------------------
119 git
120
121 # Large File Support
122 git-lfs
123
124 # Integration with other VCS
125 git-cvs
126 git-svn
127
128 # GUI
129 git-gui
130 git-cola # HiDPI. Overall nicer than default.
131
132 # Documentation
133 git-doc
134 gitmagic
135
136 # Web
137 gitweb
138 lighttpd # Was needed by 'git instaweb'
139 highlight # Syntax highlighter which can be used by gitweb.
140 #------------------------------------------------------------------------------
141
142 # subversion
143 subversion
144 subversion-tools
145
146
147 # Guile
148 guile-2.0
149 guile-2.0-doc
150
151 # Racket
152 racket
153
154 # Chez Scheme
155 chezscheme
156
157 # Lisp
158 sbcl
159
160 # SML
161 smlnj
162 smlnj-doc
163
164 # Xapian desktop search:
165 xapian-omega # index with omindex
166 xapian-tools # search with quest
167
168 # Librem 15v4 Bluetooth.
169 # A post-install reboot may be insufficient if incorrect firmware was loaded
170 # before, so a cold shutdown is best.
171 #
172 # Apparently the firmware is loaded into the card's memory, which isn't cleared
173 # as long as power is supplied (and between reboots - it is).
174 #
175 # Ref: https://tracker.pureos.net/T23 (different situation, same idea)
176 #firmware-atheros # Not available in Ubuntu repos
177
178 # To connect to headphones:
179 pulseaudio-module-bluetooth
180
181 # dwm build
182 libx11-dev
183 libxft-dev
184 libxinerama-dev
185
186 # X11 compositor
187 compton
188
189 # Web browsers
190 qutebrowser
191 chromium-browser
192 lynx
193 elinks
194 firefox
195
196 # Gopher clients
197 #sacc # Not available in Ubuntu repos
198
199 # SoX: Swiss army knife of sound processing
200 # provides the play command
201 sox
202
203 # Shell script linter
204 shellcheck
205
206 # File managers
207 ranger
208 nnn
209 pcmanfm
210
211 # GNU Parallel.
212 # Some of my scripts still use it, though it can mostly be replaced with
213 # xargs -P $N.
214 parallel
215
216 # fuzzy finder
217 #fzf # Not available in Ubuntu repos
218
219 # meta-package for both client and server packages
220 ssh
221
222 # PDF utilities
223 poppler-utils
224 mupdf
225 mupdf-tools
226 atril
227 zathura
228 zathura-cb
229 zathura-djvu
230 zathura-pdf-poppler
231 zathura-ps
232
233 # X11 API man pages
234 libx11-doc
235
236 # a pretty df
237 dfc
238
239 # Music Player daemon and clients
240 mpd
241 mpc
242 libmpdclient-dev # mpd/client.h
243 ncmpc
244 ncmpcpp
245
246 # ncurses
247 libncurses5-dev
248 ncurses-doc
249 ncurses-examples
250
251 # Dictionary
252 dictd # server
253 dict # client
254 dict-gcide # Collaborative International Dictionary of English
255 dict-jargon # hacker slang
256 dict-wn # WordNet
257 dict-freedict-eng-rus # English-Russian
258 dict-freedict-eng-ell # English-Modern Greek
259 dict-freedict-eng-lat # English-Latin
260 dict-freedict-lat-eng # Latin-English
261
262 # Provides hxpipe utility, used by khatus weather sensor
263 html-xml-utils
264
265 # Provides urlencode, among other things:
266 gridsite-clients
267
268 # Image viewers
269 eog # Eye of GNOME
270 eom # Eye of MATE
271 sxiv
272 shotwell # Photo manager
273
274 # Networking tools:
275 # - netstat
276 # - ifconfig
277 # - ipmaddr
278 # - iptunnel
279 # - mii-tool
280 # - nameif
281 # - plipconfig
282 # - rarp
283 # - route
284 # - slattach
285 # - arp
286 net-tools
287
288 # Net monitoring
289 speedometer
290 cbm
291
292 # Internet speed test
293 speedtest-cli
294
295 # Retro net
296 finger
297
298 # Games
299 colobot
300 warzone2100
301
302 # GNOME themes
303 adwaita-icon-theme-full
304 adwaita-qt
305 gnome-themes-standard
306 gnome-themes-ubuntu
307
308 lxappearance # https://wiki.archlinux.org/index.php/GTK
309
310 ifuse # Mount iPhone
311
312 valgrind
313
314 cargo
315
316 # TeX / LaTeX
317 texlive-full
318 texinfo
319
320 # scons build systems, to build DOOM-3
321 scons
322 scons-doc
323
324 # tool for analyzing the complexity of C program functions
325 complexity
326 complexity-doc
327
328 # wine
329 winetricks
330 wine32
331 wine64
This page took 0.108419 seconds and 5 git commands to generate.