-
Notifications
You must be signed in to change notification settings - Fork 4
/
ubuntu22.04-desktop-dpkg-list.txt
996 lines (996 loc) · 135 KB
/
ubuntu22.04-desktop-dpkg-list.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Architecture Description
+++-======================================-=======================================-============-==============================================================================================================
ii accountsservice 22.07.5-2ubuntu1.4 arm64 query and manipulate user account information
ii acl 2.3.1-1 arm64 access control list - utilities
ii adduser 3.118ubuntu5 all add and remove users and groups
ii adwaita-icon-theme 41.0-1ubuntu1 all default icon theme of GNOME (small subset)
ii alsa-base 1.0.25+dfsg-0ubuntu7 all ALSA driver configuration files
ii alsa-utils 1.2.6-1ubuntu1 arm64 Utilities for configuring and using ALSA
ii anacron 2.3-31ubuntu2 arm64 cron-like program that doesn't go by time
ii apg 2.2.3.dfsg.1-5build2 arm64 Automated Password Generator - Standalone version
ii apt 2.4.11 arm64 commandline package manager
ii apt-utils 2.4.11 arm64 package management related utility programs
ii aptdaemon 1.1.1+bzr982-0ubuntu39 all transaction based package management service
ii aptdaemon-data 1.1.1+bzr982-0ubuntu39 all data files for clients
ii at-spi2-core 2.44.0-3 arm64 Assistive Technology Service Provider Interface (dbus core)
ii avahi-daemon 0.8-5ubuntu5.2 arm64 Avahi mDNS/DNS-SD daemon
ii base-files 12ubuntu4.4 arm64 Debian base system miscellaneous files
ii base-passwd 3.5.52build1 arm64 Debian base system master password and group files
ii bash 5.1-6ubuntu1 arm64 GNU Bourne Again SHell
ii bc 1.07.1-3build1 arm64 GNU bc arbitrary precision calculator language
ii bind9-host 1:9.18.18-0ubuntu0.22.04.1 arm64 DNS Lookup Utility
ii bind9-libs:arm64 1:9.18.18-0ubuntu0.22.04.1 arm64 Shared Libraries used by BIND 9
ii binutils 2.38-4ubuntu2.4 arm64 GNU assembler, linker and binary utilities
ii binutils-aarch64-linux-gnu 2.38-4ubuntu2.4 arm64 GNU binary utilities, for aarch64-linux-gnu target
ii binutils-common:arm64 2.38-4ubuntu2.4 arm64 Common files for the GNU assembler, linker and binary utilities
ii bison 2:3.8.2+dfsg-1build1 arm64 YACC-compatible parser generator
ii bsdextrautils 2.37.2-4ubuntu3 arm64 extra utilities from 4.4BSD-Lite
ii bsdutils 1:2.37.2-4ubuntu3 arm64 basic utilities from 4.4BSD-Lite
ii bubblewrap 0.6.1-1 arm64 utility for unprivileged chroot and namespace manipulation
ii build-essential 12.9ubuntu3 arm64 Informational list of build-essential packages
ii bzip2 1.0.8-5build1 arm64 high-quality block-sorting file compressor - utilities
ii ca-certificates 20230311ubuntu0.22.04.1 all Common CA certificates
ii cheese-common 41.1-1build1 all Common files for the Cheese tool to take pictures and videos
ii colord 1.4.6-1 arm64 system service to manage device colour profiles -- system daemon
ii colord-data 1.4.6-1 all system service to manage device colour profiles -- data files
ii console-setup 1.205ubuntu3 all console font and keymap setup program
ii console-setup-linux 1.205ubuntu3 all Linux specific part of console-setup
ii coreutils 8.32-4.1ubuntu1 arm64 GNU core utilities
ii cpp 4:11.2.0-1ubuntu1 arm64 GNU C preprocessor (cpp)
ii cpp-11 11.4.0-1ubuntu1~22.04 arm64 GNU C preprocessor
ii cron 3.0pl1-137ubuntu3 arm64 process scheduling daemon
ii curl 7.81.0-1ubuntu1.15 arm64 command line tool for transferring data with URL syntax
ii dash 0.5.11+git20210903+057cd650a4ed-3build1 arm64 POSIX-compliant shell
ii dbus 1.12.20-2ubuntu4.1 arm64 simple interprocess messaging system (daemon and utilities)
ii dbus-user-session 1.12.20-2ubuntu4.1 arm64 simple interprocess messaging system (systemd --user integration)
ii dconf-cli 0.40.0-3 arm64 simple configuration storage system - utilities
ii dconf-gsettings-backend:arm64 0.40.0-3 arm64 simple configuration storage system - GSettings back-end
ii dconf-service 0.40.0-3 arm64 simple configuration storage system - D-Bus service
ii debconf 1.5.79ubuntu1 all Debian configuration management system
ii debconf-i18n 1.5.79ubuntu1 all full internationalization support for debconf
ii debianutils 5.5-1ubuntu2 arm64 Miscellaneous utilities specific to Debian
ii desktop-file-utils 0.26-1ubuntu3 arm64 Utilities for .desktop files
ii device-tree-compiler 1.6.1-1 arm64 Device Tree Compiler for Flat Device Trees
ii dialog 1.3-20211214-1 arm64 Displays user-friendly dialog boxes from shell scripts
ii dictionaries-common 1.28.14 all spelling dictionaries - common utilities
ii diffutils 1:3.8-0ubuntu2 arm64 File comparison utilities
ii distro-info 1.1ubuntu0.2 arm64 provides information about the distributions' releases
ii distro-info-data 0.52ubuntu0.6 all information about the distributions' releases (data files)
ii dmsetup 2:1.02.175-2.1ubuntu4 arm64 Linux Kernel Device Mapper userspace library
ii dmz-cursor-theme 0.4.5ubuntu1 all Style neutral, scalable cursor theme
ii dpkg 1.21.1ubuntu2.2 arm64 Debian package management system
ii dpkg-dev 1.21.1ubuntu2.2 all Debian package development tools
ii e2fsprogs 1.46.5-2ubuntu1.1 arm64 ext2/ext3/ext4 file system utilities
ii eject 2.37.2-4ubuntu3 arm64 ejects CDs and operates CD-Changers under Linux
ii emacsen-common 3.0.4 all Common facilities for all emacsen
ii evolution-data-server 3.44.4-0ubuntu1.1 arm64 evolution database backend server
ii evolution-data-server-common 3.44.4-0ubuntu1.1 all architecture independent files for Evolution Data Server
ii fdisk 2.37.2-4ubuntu3 arm64 collection of partitioning utilities
ii file 1:5.41-3ubuntu0.1 arm64 Recognize the type of data in a file using "magic" numbers
ii file-roller 3.42.0-1 arm64 archive manager for GNOME
ii findutils 4.8.0-1ubuntu3 arm64 utilities for finding files--find, xargs
ii flex 2.6.4-8build2 arm64 fast lexical analyzer generator
ii fontconfig 2.13.1-4.2ubuntu5 arm64 generic font configuration library - support binaries
ii fontconfig-config 2.13.1-4.2ubuntu5 all generic font configuration library - configuration
ii fonts-dejavu-core 2.37-2build1 all Vera font family derivate with additional characters
ii fonts-freefont-ttf 20120503-10build1 all Freefont Serif, Sans and Mono Truetype fonts
ii fonts-urw-base35 20200910-1 all font set metric-compatible with the 35 PostScript Level 2 Base Fonts
ii foomatic-db-compressed-ppds 20220223-0ubuntu1 all OpenPrinting printer support - Compressed PPDs derived from the database
ii fuse3 3.10.5-1build1 arm64 Filesystem in Userspace (3.x version)
ii g++ 4:11.2.0-1ubuntu1 arm64 GNU C++ compiler
ii g++-11 11.4.0-1ubuntu1~22.04 arm64 GNU C++ compiler
ii gcc 4:11.2.0-1ubuntu1 arm64 GNU C compiler
ii gcc-11 11.4.0-1ubuntu1~22.04 arm64 GNU C compiler
ii gcc-11-base:arm64 11.4.0-1ubuntu1~22.04 arm64 GCC, the GNU Compiler Collection (base package)
ii gcc-12-base:arm64 12.3.0-1ubuntu1~22.04 arm64 GCC, the GNU Compiler Collection (base package)
ii gcr 3.40.0-4 arm64 GNOME crypto services (daemon and tools)
ii gdisk 1.0.8-4build1 arm64 GPT fdisk text-mode partitioning tool
ii gdm3 42.0-1ubuntu7.22.04.3 arm64 GNOME Display Manager
ii gedit-common 41.0-3 all official text editor of the GNOME desktop environment (support files)
ii geoclue-2.0 2.5.7-3ubuntu3 arm64 geoinformation service
ii gettext-base 0.21-4ubuntu4 arm64 GNU Internationalization utilities for the base system
ii ghostscript 9.55.0~dfsg1-0ubuntu5.6 arm64 interpreter for the PostScript language and for PDF
ii ghostscript-x 9.55.0~dfsg1-0ubuntu5.6 arm64 interpreter for the PostScript language and for PDF - X11 support
ii gir1.2-accountsservice-1.0:arm64 22.07.5-2ubuntu1.4 arm64 GObject introspection data for AccountService
ii gir1.2-adw-1:arm64 1.1.7-0ubuntu0.22.04.1 arm64 GObject introspection files for libadwaita
ii gir1.2-atk-1.0:arm64 2.36.0-3build1 arm64 ATK accessibility toolkit (GObject introspection)
ii gir1.2-atspi-2.0:arm64 2.44.0-3 arm64 Assistive Technology Service Provider (GObject introspection)
ii gir1.2-freedesktop:arm64 1.72.0-1 arm64 Introspection data for some FreeDesktop components
ii gir1.2-gck-1:arm64 3.40.0-4 arm64 GObject introspection data for the GCK library
ii gir1.2-gcr-3:arm64 3.40.0-4 arm64 GObject introspection data for the GCR library
ii gir1.2-gdesktopenums-3.0:arm64 42.0-1ubuntu1 arm64 GObject introspection for GSettings desktop-wide schemas
ii gir1.2-gdkpixbuf-2.0:arm64 2.42.8+dfsg-1ubuntu0.2 arm64 GDK Pixbuf library - GObject-Introspection
ii gir1.2-gdm-1.0:arm64 42.0-1ubuntu7.22.04.3 arm64 GObject introspection data for the GNOME Display Manager
ii gir1.2-geoclue-2.0:arm64 2.5.7-3ubuntu3 arm64 convenience library to interact with geoinformation service (introspection)
ii gir1.2-glib-2.0:arm64 1.72.0-1 arm64 Introspection data for GLib, GObject, Gio and GModule
ii gir1.2-gnomebluetooth-3.0:arm64 42.0-5 arm64 Introspection data for GnomeBluetooth
ii gir1.2-gnomedesktop-3.0:arm64 42.9-0ubuntu1 arm64 Introspection data for GnomeDesktop (GTK 3)
ii gir1.2-goa-1.0:arm64 3.44.0-1ubuntu1 arm64 Introspection data for GNOME Online Accounts
ii gir1.2-graphene-1.0:arm64 1.10.8-1 arm64 library of graphic data types (introspection files)
ii gir1.2-gstreamer-1.0:arm64 1.20.3-0ubuntu1 arm64 GObject introspection data for the GStreamer library
ii gir1.2-gtk-3.0:arm64 3.24.33-1ubuntu2 arm64 GTK graphical user interface library -- gir bindings
ii gir1.2-gtk-4.0:arm64 4.6.9+ds-0ubuntu0.22.04.1 arm64 GTK graphical user interface library -- gir bindings
ii gir1.2-gweather-3.0:arm64 40.0-5build1 arm64 GObject introspection data for the GWeather library
ii gir1.2-handy-1:arm64 1.6.1-1 arm64 GObject introspection files for libhandy
ii gir1.2-harfbuzz-0.0:arm64 2.7.4-1ubuntu3.1 arm64 OpenType text shaping engine (GObject introspection data)
ii gir1.2-ibus-1.0:arm64 1.5.26-4 arm64 Intelligent Input Bus - introspection data
ii gir1.2-javascriptcoregtk-4.0:arm64 2.42.3-0ubuntu0.22.04.1 arm64 JavaScript engine library from WebKitGTK - GObject introspection data
ii gir1.2-json-1.0:arm64 1.6.6-1build1 arm64 GLib JSON manipulation library (introspection data)
ii gir1.2-mutter-10:arm64 42.9-0ubuntu5 arm64 GObject introspection data for Mutter
ii gir1.2-nm-1.0:arm64 1.36.6-0ubuntu2 arm64 GObject introspection data for the libnm library
ii gir1.2-nma-1.0:arm64 1.8.34-1ubuntu1 arm64 GObject introspection data for libnma
ii gir1.2-notify-0.7:arm64 0.7.9-3ubuntu5.22.04.1 arm64 sends desktop notifications to a notification daemon (Introspection files)
ii gir1.2-packagekitglib-1.0 1.2.5-2ubuntu2 arm64 GObject introspection data for the PackageKit GLib library
ii gir1.2-pango-1.0:arm64 1.50.6+ds-2ubuntu1 arm64 Layout and rendering of internationalized text - gir bindings
ii gir1.2-polkit-1.0 0.105-33 arm64 GObject introspection data for PolicyKit
ii gir1.2-rsvg-2.0:arm64 2.52.5+dfsg-3ubuntu0.2 arm64 gir files for renderer library for SVG files
ii gir1.2-snapd-1:arm64 1.60-0ubuntu1 arm64 Typelib file for libsnapd-glib1
ii gir1.2-soup-2.4:arm64 2.74.2-3 arm64 GObject introspection data for the libsoup HTTP library
ii gir1.2-upowerglib-1.0:arm64 0.99.17-1 arm64 GObject introspection data for upower
ii gir1.2-vte-2.91:arm64 0.68.0-1 arm64 GObject introspection data for the VTE library
ii gir1.2-webkit2-4.0:arm64 2.42.3-0ubuntu0.22.04.1 arm64 Web content engine library for GTK - GObject introspection data
ii git 1:2.34.1-1ubuntu1.10 arm64 fast, scalable, distributed revision control system
ii git-lfs 3.0.2-1ubuntu0.2 arm64 Git Large File Support
ii git-man 1:2.34.1-1ubuntu1.10 all fast, scalable, distributed revision control system (manual pages)
ii gjs 1.72.4-0ubuntu0.22.04.1 arm64 Mozilla-based javascript bindings for the GNOME platform (cli tool)
ii glib-networking:arm64 2.72.0-1 arm64 network-related giomodules for GLib
ii glib-networking-common 2.72.0-1 all network-related giomodules for GLib - data files
ii glib-networking-services 2.72.0-1 arm64 network-related giomodules for GLib - D-Bus services
ii gnome-bluetooth-3-common 42.0-5 all GNOME Bluetooth 3 common files
ii gnome-bluetooth-common 3.34.5-8 all GNOME Bluetooth common files
ii gnome-control-center 1:41.7-0ubuntu0.22.04.8 arm64 utilities to configure the GNOME desktop
ii gnome-control-center-data 1:41.7-0ubuntu0.22.04.8 all configuration applets for GNOME - data files
ii gnome-desktop3-data 42.9-0ubuntu1 all Common files for GNOME desktop apps
ii gnome-keyring 40.0-3ubuntu3 arm64 GNOME keyring services (daemon and tools)
ii gnome-menus 3.36.0-1ubuntu3 arm64 GNOME implementation of the freedesktop menu specification
ii gnome-remote-desktop 42.9-0ubuntu0.22.04.1 arm64 Remote desktop daemon for GNOME using PipeWire
ii gnome-session-bin 42.0-1ubuntu2 arm64 GNOME Session Manager - Minimal runtime
ii gnome-session-canberra 0.30-10ubuntu1.22.04.1 arm64 GNOME session log in and log out sound events
ii gnome-session-common 42.0-1ubuntu2 all GNOME Session Manager - common files
ii gnome-settings-daemon 42.1-1ubuntu2.2 arm64 daemon handling the GNOME session settings
ii gnome-settings-daemon-common 42.1-1ubuntu2.2 all daemon handling the GNOME session settings - common files
ii gnome-shell 42.9-0ubuntu2 arm64 graphical shell for the GNOME desktop
ii gnome-shell-common 42.9-0ubuntu2 all common files for the GNOME graphical shell
ii gnome-shell-extension-appindicator 42-2~fakesync1 all AppIndicator, KStatusNotifierItem and tray support for GNOME Shell
ii gnome-shell-extension-desktop-icons-ng 43-2ubuntu1 all desktop icon support for GNOME Shell
ii gnome-shell-extension-ubuntu-dock 72~ubuntu5.22.04.2.1 all Ubuntu Dock for GNOME Shell
ii gnome-terminal 3.44.0-1ubuntu1 arm64 GNOME terminal emulator application
ii gnome-terminal-data 3.44.0-1ubuntu1 all Data files for the GNOME terminal emulator
ii gpg 2.2.27-3ubuntu2.1 arm64 GNU Privacy Guard -- minimalist public key operations
ii gpgconf 2.2.27-3ubuntu2.1 arm64 GNU privacy guard - core configuration utilities
ii gpgv 2.2.27-3ubuntu2.1 arm64 GNU privacy guard - signature verification tool
ii grep 3.7-1build1 arm64 GNU grep, egrep and fgrep
ii groff-base 1.22.4-8build1 arm64 GNU troff text-formatting system (base system components)
ii gsettings-desktop-schemas 42.0-1ubuntu1 all GSettings desktop-wide schemas
ii gstreamer1.0-alsa:arm64 1.20.1-1ubuntu0.1 arm64 GStreamer plugin for ALSA
ii gstreamer1.0-clutter-3.0:arm64 3.0.27-2ubuntu1 arm64 Clutter PLugin for GStreamer 1.0
ii gstreamer1.0-packagekit 1.2.5-2ubuntu2 arm64 GStreamer plugin to install codecs using PackageKit
ii gstreamer1.0-pipewire:arm64 0.3.48-1ubuntu3 arm64 GStreamer 1.0 plugin for the PipeWire multimedia server
ii gstreamer1.0-plugins-base:arm64 1.20.1-1ubuntu0.1 arm64 GStreamer plugins from the "base" set
ii gstreamer1.0-plugins-base-apps 1.20.1-1ubuntu0.1 arm64 GStreamer helper programs from the "base" set
ii gstreamer1.0-plugins-good:arm64 1.20.3-0ubuntu1.1 arm64 GStreamer plugins from the "good" set
ii gstreamer1.0-pulseaudio:arm64 1.20.3-0ubuntu1.1 arm64 GStreamer plugin for PulseAudio (transitional package)
ii gstreamer1.0-tools 1.20.3-0ubuntu1 arm64 Tools for use with GStreamer
ii gstreamer1.0-x:arm64 1.20.1-1ubuntu0.1 arm64 GStreamer plugins for X11 and Pango
ii gtk-update-icon-cache 3.24.33-1ubuntu2 arm64 icon theme caching utility
ii gvfs:arm64 1.48.2-0ubuntu1 arm64 userspace virtual filesystem - GIO module
ii gvfs-common 1.48.2-0ubuntu1 all userspace virtual filesystem - common data files
ii gvfs-daemons 1.48.2-0ubuntu1 arm64 userspace virtual filesystem - servers
ii gvfs-libs:arm64 1.48.2-0ubuntu1 arm64 userspace virtual filesystem - private libraries
ii gzip 1.10-4ubuntu4.1 arm64 GNU compression utilities
ii haveged 1.9.14-1ubuntu1 arm64 Linux entropy source using the HAVEGE algorithm
ii hicolor-icon-theme 0.17-2 all default fallback theme for FreeDesktop.org icon themes
ii hostname 3.23ubuntu2 arm64 utility to set/show the host name or domain name
ii humanity-icon-theme 0.6.16 all Humanity Icon theme
ii hunspell-en-us 1:2020.12.07-2 all English_american dictionary for hunspell
ii hwinfo 21.72-1 arm64 Hardware identification system
ii im-config 0.50-2ubuntu22.04.1 all Input method configuration framework
ii init 1.62 arm64 metapackage ensuring an init system is installed
ii init-system-helpers 1.62 all helper tools for all init systems
ii inputattach 1:1.7.1-1build2 arm64 utility to connect serial-attached peripherals to the input subsystem
ii iproute2 5.15.0-1ubuntu2 arm64 networking and traffic control tools
ii iputils-ping 3:20211215-1 arm64 Tools to test the reachability of network hosts
ii isc-dhcp-client 4.4.1-2.3ubuntu2.4 arm64 DHCP client for automatically obtaining an IP address
ii isc-dhcp-common 4.4.1-2.3ubuntu2.4 arm64 common manpages relevant to all of the isc-dhcp packages
ii iso-codes 4.9.0-1 all ISO language, territory, currency, script codes and their translations
ii kbd 2.3.0-3ubuntu4.22.04 arm64 Linux console font and keytable utilities
ii keyboard-configuration 1.205ubuntu3 all system-wide keyboard preferences
ii kmod 29-1ubuntu1 arm64 tools for managing Linux kernel modules
ii language-selector-common 0.219.1 all Language selector for Ubuntu
ii language-selector-gnome 0.219.1 all Language selector frontend for Ubuntu
ii less 590-1ubuntu0.22.04.1 arm64 pager program similar to more
ii libaa1:arm64 1.4p5-50build1 arm64 ASCII art library
ii libabsl20210324:arm64 0~20210324.2-2 arm64 extensions to the C++ standard library
ii libaccountsservice0:arm64 22.07.5-2ubuntu1.4 arm64 query and manipulate user account information - shared libraries
ii libacl1:arm64 2.3.1-1 arm64 access control list - shared library
ii libadwaita-1-0:arm64 1.1.7-0ubuntu0.22.04.1 arm64 Library with GTK widgets for mobile phones
ii libapparmor1:arm64 3.0.4-2ubuntu2.3 arm64 changehat AppArmor library
ii libappstream4:arm64 0.15.2-2 arm64 Library to access AppStream services
ii libapt-pkg6.0:arm64 2.4.11 arm64 package management runtime library
ii libarchive13:arm64 3.6.0-1ubuntu1 arm64 Multi-format archive and compression library (shared library)
ii libargon2-1:arm64 0~20171227-0.3 arm64 memory-hard hashing function - runtime library
ii libasan6:arm64 11.4.0-1ubuntu1~22.04 arm64 AddressSanitizer -- a fast memory error detector
ii libasound2:arm64 1.2.6.1-1ubuntu1 arm64 shared library for ALSA applications
ii libasound2-data 1.2.6.1-1ubuntu1 all Configuration files and profiles for ALSA drivers
ii libasound2-plugins:arm64 1.2.6-1 arm64 ALSA library additional plugins
ii libaspell15:arm64 0.60.8-4build1 arm64 GNU Aspell spell-checker runtime library
ii libassuan0:arm64 2.5.5-1build1 arm64 IPC library for the GnuPG components
ii libasyncns0:arm64 0.8-6build2 arm64 Asynchronous name service query library
ii libatasmart4:arm64 0.19-5build2 arm64 ATA S.M.A.R.T. reading and parsing library
ii libatk-adaptor:arm64 2.38.0-3 arm64 AT-SPI 2 toolkit bridge
ii libatk-bridge2.0-0:arm64 2.38.0-3 arm64 AT-SPI 2 toolkit bridge - shared library
ii libatk1.0-0:arm64 2.36.0-3build1 arm64 ATK accessibility toolkit
ii libatk1.0-data 2.36.0-3build1 all Common files for the ATK accessibility toolkit
ii libatm1:arm64 1:2.5.1-4build2 arm64 shared library for ATM (Asynchronous Transfer Mode)
ii libatomic1:arm64 12.3.0-1ubuntu1~22.04 arm64 support library providing __atomic built-in functions
ii libatopology2:arm64 1.2.6.1-1ubuntu1 arm64 shared library for handling ALSA topology definitions
ii libatspi2.0-0:arm64 2.44.0-3 arm64 Assistive Technology Service Provider Interface - shared library
ii libattr1:arm64 1:2.5.1-1build1 arm64 extended attribute handling - shared library
ii libaudit-common 1:3.0.7-1build1 all Dynamic library for security auditing - common files
ii libaudit1:arm64 1:3.0.7-1build1 arm64 Dynamic library for security auditing
ii libavahi-client3:arm64 0.8-5ubuntu5.2 arm64 Avahi client library
ii libavahi-common-data:arm64 0.8-5ubuntu5.2 arm64 Avahi common data files
ii libavahi-common3:arm64 0.8-5ubuntu5.2 arm64 Avahi common library
ii libavahi-core7:arm64 0.8-5ubuntu5.2 arm64 Avahi's embeddable mDNS/DNS-SD library
ii libavahi-glib1:arm64 0.8-5ubuntu5.2 arm64 Avahi GLib integration library
ii libavc1394-0:arm64 0.5.4-5build2 arm64 control IEEE 1394 audio/video devices
ii libayatana-appindicator3-1 0.5.90-7ubuntu2 arm64 Ayatana Application Indicators (GTK-3+ version)
ii libayatana-ido3-0.4-0:arm64 0.9.1-1 arm64 Widgets and other objects used for Ayatana Indicators
ii libayatana-indicator3-7:arm64 0.9.1-1 arm64 panel indicator applet - shared library (GTK-3+ variant)
ii libbinutils:arm64 2.38-4ubuntu2.4 arm64 GNU binary utilities (private shared library)
ii libblas3:arm64 3.10.0-2ubuntu1 arm64 Basic Linear Algebra Reference implementations, shared library
ii libblkid1:arm64 2.37.2-4ubuntu3 arm64 block device ID library
ii libblockdev-fs2:arm64 2.26-1 arm64 file system plugin for libblockdev
ii libblockdev-loop2:arm64 2.26-1 arm64 Loop device plugin for libblockdev
ii libblockdev-part-err2:arm64 2.26-1 arm64 Partition error utility functions for libblockdev
ii libblockdev-part2:arm64 2.26-1 arm64 Partitioning plugin for libblockdev
ii libblockdev-swap2:arm64 2.26-1 arm64 Swap plugin for libblockdev
ii libblockdev-utils2:arm64 2.26-1 arm64 Utility functions for libblockdev
ii libblockdev2:arm64 2.26-1 arm64 Library for manipulating block devices
ii libbluetooth3:arm64 5.64-0ubuntu1.1 arm64 Library to use the BlueZ Linux Bluetooth stack
ii libbpf0:arm64 1:0.5.0-1ubuntu22.04.1 arm64 eBPF helper library (shared library)
ii libbrotli1:arm64 1.0.9-2build6 arm64 library implementing brotli encoder and decoder (shared libraries)
ii libbsd0:arm64 0.11.5-1 arm64 utility functions from BSD systems - shared library
ii libbz2-1.0:arm64 1.0.8-5build1 arm64 high-quality block-sorting file compressor library - runtime
ii libc-bin 2.35-0ubuntu3.6 arm64 GNU C Library: Binaries
ii libc-dev-bin 2.35-0ubuntu3.6 arm64 GNU C Library: Development binaries
ii libc6:arm64 2.35-0ubuntu3.6 arm64 GNU C Library: Shared libraries
ii libc6-dev:arm64 2.35-0ubuntu3.6 arm64 GNU C Library: Development Libraries and Header Files
ii libcaca0:arm64 0.99.beta19-2.2ubuntu4 arm64 colour ASCII art library
ii libcairo-gobject-perl:arm64 1.005-3build1 arm64 integrate Cairo into the Glib type system in Perl
ii libcairo-gobject2:arm64 1.16.0-5ubuntu2 arm64 Cairo 2D vector graphics library (GObject library)
ii libcairo-perl:arm64 1.109-2build1 arm64 Perl interface to the Cairo graphics library
ii libcairo-script-interpreter2:arm64 1.16.0-5ubuntu2 arm64 Cairo 2D vector graphics library (script interpreter)
ii libcairo2:arm64 1.16.0-5ubuntu2 arm64 Cairo 2D vector graphics library
ii libcamel-1.2-63:arm64 3.44.4-0ubuntu1.1 arm64 Evolution MIME message handling library
ii libcanberra-gtk3-0:arm64 0.30-10ubuntu1.22.04.1 arm64 GTK+ 3.0 helper for playing widget event sounds with libcanberra
ii libcanberra0:arm64 0.30-10ubuntu1.22.04.1 arm64 simple abstract interface for playing event sounds
ii libcap-ng0:arm64 0.7.9-2.2build3 arm64 An alternate POSIX capabilities library
ii libcap2:arm64 1:2.44-1ubuntu0.22.04.1 arm64 POSIX 1003.1e capabilities (library)
ii libcap2-bin 1:2.44-1ubuntu0.22.04.1 arm64 POSIX 1003.1e capabilities (utilities)
ii libcbor0.8:arm64 0.8.0-2ubuntu1 arm64 library for parsing and generating CBOR (RFC 7049)
ii libcc1-0:arm64 12.3.0-1ubuntu1~22.04 arm64 GCC cc1 plugin for GDB
ii libcdparanoia0:arm64 3.10.2+debian-14build2 arm64 audio extraction tool for sampling CDs (library)
ii libcheese-gtk25:arm64 41.1-1build1 arm64 tool to take pictures and videos from your webcam - widgets
ii libcheese8:arm64 41.1-1build1 arm64 tool to take pictures and videos from your webcam - base library
ii libclutter-1.0-0:arm64 1.26.4+dfsg-4build1 arm64 Open GL based interactive canvas library
ii libclutter-gst-3.0-0:arm64 3.0.27-2ubuntu1 arm64 Open GL based interactive canvas library GStreamer elements
ii libclutter-gtk-1.0-0:arm64 1.8.4-4build2 arm64 Open GL based interactive canvas library GTK+ widget
ii libcogl-pango20:arm64 1.22.8-3build1 arm64 Object oriented GL/GLES Abstraction/Utility Layer
ii libcogl-path20:arm64 1.22.8-3build1 arm64 Object oriented GL/GLES Abstraction/Utility Layer
ii libcogl20:arm64 1.22.8-3build1 arm64 Object oriented GL/GLES Abstraction/Utility Layer
ii libcolord-gtk1:arm64 0.3.0-1 arm64 GTK+ convenience library for interacting with colord
ii libcolord2:arm64 1.4.6-1 arm64 system service to manage device colour profiles -- runtime
ii libcolorhug2:arm64 1.4.6-1 arm64 library to access the ColorHug colourimeter -- runtime
ii libcom-err2:arm64 1.46.5-2ubuntu1.1 arm64 common error description library
ii libcrack2:arm64 2.9.6-3.4build4 arm64 pro-active password checker library
ii libcrypt-dev:arm64 1:4.4.27-1 arm64 libcrypt development files
ii libcrypt1:arm64 1:4.4.27-1 arm64 libcrypt shared library
ii libcryptsetup12:arm64 2:2.4.3-1ubuntu1.2 arm64 disk encryption support - shared library
ii libctf-nobfd0:arm64 2.38-4ubuntu2.4 arm64 Compact C Type Format library (runtime, no BFD dependency)
ii libctf0:arm64 2.38-4ubuntu2.4 arm64 Compact C Type Format library (runtime, BFD dependency)
ii libcue2:arm64 2.2.1-3ubuntu0.1 arm64 CUE Sheet Parser Library
ii libcups2:arm64 2.4.1op1-1ubuntu4.7 arm64 Common UNIX Printing System(tm) - Core library
ii libcurl3-gnutls:arm64 7.81.0-1ubuntu1.15 arm64 easy-to-use client-side URL transfer library (GnuTLS flavour)
ii libcurl4:arm64 7.81.0-1ubuntu1.15 arm64 easy-to-use client-side URL transfer library (OpenSSL flavour)
ii libdaemon0:arm64 0.14-7.1ubuntu3 arm64 lightweight C library for daemons - runtime library
ii libdatrie1:arm64 0.2.13-2 arm64 Double-array trie library
ii libdb5.3:arm64 5.3.28+dfsg1-0.8ubuntu3 arm64 Berkeley v5.3 Database Libraries [runtime]
ii libdbus-1-3:arm64 1.12.20-2ubuntu4.1 arm64 simple interprocess messaging system (library)
ii libdbusmenu-glib4:arm64 16.04.1+18.10.20180917-0ubuntu8 arm64 library for passing menus over DBus
ii libdbusmenu-gtk3-4:arm64 16.04.1+18.10.20180917-0ubuntu8 arm64 library for passing menus over DBus - GTK+ version
ii libdconf1:arm64 0.40.0-3 arm64 simple configuration storage system - runtime library
ii libdebconfclient0:arm64 0.261ubuntu1 arm64 Debian Configuration Management System (C-implementation library)
ii libdee-1.0-4:arm64 1.2.7+17.10.20170616-6ubuntu4 arm64 Model to synchronize multiple instances over DBus - shared lib
ii libdeflate0:arm64 1.10-2 arm64 fast, whole-buffer DEFLATE-based compression and decompression
ii libdevmapper1.02.1:arm64 2:1.02.175-2.1ubuntu4 arm64 Linux Kernel Device Mapper userspace library
ii libdns-export1110 1:9.11.19+dfsg-2.1ubuntu3 arm64 Exported DNS Shared Library
ii libdpkg-perl 1.21.1ubuntu2.2 all Dpkg perl modules
ii libdrm-amdgpu1:arm64 2.4.113-2~ubuntu0.22.04.1 arm64 Userspace interface to amdgpu-specific kernel DRM services -- runtime
ii libdrm-common 2.4.113-2~ubuntu0.22.04.1 all Userspace interface to kernel DRM services -- common files
ii libdrm-nouveau2:arm64 2.4.113-2~ubuntu0.22.04.1 arm64 Userspace interface to nouveau-specific kernel DRM services -- runtime
ii libdrm-radeon1:arm64 2.4.113-2~ubuntu0.22.04.1 arm64 Userspace interface to radeon-specific kernel DRM services -- runtime
ii libdrm2:arm64 2.4.113-2~ubuntu0.22.04.1 arm64 Userspace interface to kernel DRM services -- runtime
ii libdv4:arm64 1.0.0-14build1 arm64 software library for DV format digital video (runtime lib)
ii libdw1:arm64 0.186-1build1 arm64 library that provides access to the DWARF debug information
ii libebackend-1.2-10:arm64 3.44.4-0ubuntu1.1 arm64 Utility library for evolution data servers
ii libebook-1.2-20:arm64 3.44.4-0ubuntu1.1 arm64 Client library for evolution address books
ii libebook-contacts-1.2-3:arm64 3.44.4-0ubuntu1.1 arm64 Client library for evolution contacts books
ii libecal-2.0-1:arm64 3.44.4-0ubuntu1.1 arm64 Client library for evolution calendars
ii libedata-book-1.2-26:arm64 3.44.4-0ubuntu1.1 arm64 Backend library for evolution address books
ii libedata-cal-2.0-1:arm64 3.44.4-0ubuntu1.1 arm64 Backend library for evolution calendars
ii libedataserver-1.2-26:arm64 3.44.4-0ubuntu1.1 arm64 Utility library for evolution data servers
ii libedataserverui-1.2-3:arm64 3.44.4-0ubuntu1.1 arm64 Utility library for evolution data servers
ii libedit2:arm64 3.1-20210910-1build1 arm64 BSD editline and history libraries
ii libegl-mesa0:arm64 23.0.4-0ubuntu1~22.04.1 arm64 free implementation of the EGL API -- Mesa vendor library
ii libegl1:arm64 1.4.0-1 arm64 Vendor neutral GL dispatch library -- EGL support
ii libelf1:arm64 0.186-1build1 arm64 library to read and write ELF files
ii libenchant-2-2:arm64 2.3.2-1ubuntu2 arm64 Wrapper library for various spell checker engines (runtime libs)
ii libepoxy0:arm64 1.5.10-1 arm64 OpenGL function pointer management library
ii liberror-perl 0.17029-1 all Perl module for error/exception handling in an OO-ish way
ii libestr0:arm64 0.1.10-2.1build3 arm64 Helper functions for handling strings (lib)
ii libevdev2:arm64 1.12.1+dfsg-1 arm64 wrapper library for evdev devices
ii libexempi8:arm64 2.5.2-1ubuntu0.22.04.1 arm64 library to parse XMP metadata (Library)
ii libexif12:arm64 0.6.24-1build1 arm64 library to parse EXIF files
ii libexiv2-27:arm64 0.27.5-3ubuntu1 arm64 EXIF/IPTC/XMP metadata manipulation library
ii libexpat1:arm64 2.4.7-1ubuntu0.2 arm64 XML parsing C library - runtime library
ii libexpat1-dev:arm64 2.4.7-1ubuntu0.2 arm64 XML parsing C library - development kit
ii libext2fs2:arm64 1.46.5-2ubuntu1.1 arm64 ext2/ext3/ext4 file system libraries
ii libextutils-depends-perl 0.8001-1 all Perl module for building extensions that depend on other extensions
ii libfastjson4:arm64 0.99.9-1build2 arm64 fast json library for C
ii libfdisk1:arm64 2.37.2-4ubuntu3 arm64 fdisk partitioning library
ii libfdt1:arm64 1.6.1-1 arm64 Flat Device Trees manipulation library
ii libffi8:arm64 3.4.2-4 arm64 Foreign Function Interface library runtime
ii libfftw3-single3:arm64 3.3.8-2ubuntu8 arm64 Library for computing Fast Fourier Transforms - Single precision
ii libfido2-1:arm64 1.10.0-1 arm64 library for generating and verifying FIDO 2.0 objects
ii libflac8:arm64 1.3.3-2ubuntu0.2 arm64 Free Lossless Audio Codec - runtime C library
ii libfontconfig1:arm64 2.13.1-4.2ubuntu5 arm64 generic font configuration library - runtime
ii libfontenc1:arm64 1:1.1.4-1build3 arm64 X11 font encoding library
ii libfreerdp-client2-2:arm64 2.6.1+dfsg1-3ubuntu2.5 arm64 Free Remote Desktop Protocol library (client library)
ii libfreerdp-server2-2:arm64 2.6.1+dfsg1-3ubuntu2.5 arm64 Free Remote Desktop Protocol library (server library)
ii libfreerdp2-2:arm64 2.6.1+dfsg1-3ubuntu2.5 arm64 Free Remote Desktop Protocol library (core library)
ii libfreetype6:arm64 2.11.1+dfsg-1ubuntu0.2 arm64 FreeType 2 font engine, shared library files
ii libfribidi0:arm64 1.0.8-2ubuntu3.1 arm64 Free Implementation of the Unicode BiDi algorithm
ii libfuse3-3:arm64 3.10.5-1build1 arm64 Filesystem in Userspace (library) (3.x version)
ii libgbm1:arm64 23.0.4-0ubuntu1~22.04.1 arm64 generic buffer management API -- runtime
ii libgcc-11-dev:arm64 11.4.0-1ubuntu1~22.04 arm64 GCC support library (development files)
ii libgcc-s1:arm64 12.3.0-1ubuntu1~22.04 arm64 GCC support library
ii libgck-1-0:arm64 3.40.0-4 arm64 Glib wrapper library for PKCS#11 - runtime
ii libgcr-base-3-1:arm64 3.40.0-4 arm64 Library for Crypto related tasks
ii libgcr-ui-3-1:arm64 3.40.0-4 arm64 Library for Crypto UI related tasks
ii libgcrypt20:arm64 1.9.4-3ubuntu3 arm64 LGPL Crypto library - runtime library
ii libgd3:arm64 2.3.0-2ubuntu2 arm64 GD Graphics Library
ii libgdata-common 0.18.1-2build1 all Library for accessing GData webservices - common data files
ii libgdata22:arm64 0.18.1-2build1 arm64 Library for accessing GData webservices - shared libraries
ii libgdbm-compat4:arm64 1.23-1 arm64 GNU dbm database routines (legacy support runtime version)
ii libgdbm6:arm64 1.23-1 arm64 GNU dbm database routines (runtime version)
ii libgdk-pixbuf-2.0-0:arm64 2.42.8+dfsg-1ubuntu0.2 arm64 GDK Pixbuf library
ii libgdk-pixbuf2.0-common 2.42.8+dfsg-1ubuntu0.2 all GDK Pixbuf library - data files
ii libgdm1 42.0-1ubuntu7.22.04.3 arm64 GNOME Display Manager (shared library)
ii libgeoclue-2-0:arm64 2.5.7-3ubuntu3 arm64 convenience library to interact with geoinformation service
ii libgeocode-glib0:arm64 3.26.2-2build2 arm64 geocoding and reverse geocoding GLib library using Nominatim
ii libgexiv2-2:arm64 0.14.0-1build1 arm64 GObject-based wrapper around the Exiv2 library
ii libgfortran5:arm64 12.3.0-1ubuntu1~22.04 arm64 Runtime library for GNU Fortran applications
ii libgif7:arm64 5.1.9-2build2 arm64 library for GIF images (library)
ii libgirepository-1.0-1:arm64 1.72.0-1 arm64 Library for handling GObject introspection data (runtime library)
ii libgjs0g:arm64 1.72.4-0ubuntu0.22.04.1 arm64 Mozilla-based javascript bindings for the GNOME platform
ii libgl1:arm64 1.4.0-1 arm64 Vendor neutral GL dispatch library -- legacy GL support
ii libgl1-mesa-dri:arm64 23.0.4-0ubuntu1~22.04.1 arm64 free implementation of the OpenGL API -- DRI modules
ii libgl1-mesa-xlnx-dri:arm64 23.0.4-0ubuntu1~22.04.1 arm64 free implementation of the OpenGL API -- xlnx dri module
ii libglapi-mesa:arm64 23.0.4-0ubuntu1~22.04.1 arm64 free implementation of the GL API -- shared library
ii libgles2:arm64 1.4.0-1 arm64 Vendor neutral GL dispatch library -- GLESv2 support
ii libglib-object-introspection-perl 0.049-1+build2 arm64 Perl bindings for gobject-introspection libraries
ii libglib-perl:arm64 3:1.329.3-2build1 arm64 interface to the GLib and GObject libraries
ii libglib2.0-0:arm64 2.72.4-0ubuntu2.2 arm64 GLib library of C routines
ii libglib2.0-bin 2.72.4-0ubuntu2.2 arm64 Programs for the GLib library
ii libglib2.0-data 2.72.4-0ubuntu2.2 all Common files for GLib library
ii libglu1-mesa:arm64 9.0.2-1 arm64 Mesa OpenGL utility library (GLU)
ii libglvnd0:arm64 1.4.0-1 arm64 Vendor neutral GL dispatch library
ii libglx-mesa0:arm64 23.0.4-0ubuntu1~22.04.1 arm64 free implementation of the OpenGL API -- GLX vendor library
ii libglx0:arm64 1.4.0-1 arm64 Vendor neutral GL dispatch library -- GLX support
ii libgmp10:arm64 2:6.2.1+dfsg-3ubuntu1 arm64 Multiprecision arithmetic library
ii libgnome-autoar-0-0:arm64 0.4.3-1 arm64 Archives integration support for GNOME
ii libgnome-bluetooth-3.0-13:arm64 42.0-5 arm64 GNOME Bluetooth 3 support library
ii libgnome-bluetooth13:arm64 3.34.5-8 arm64 GNOME Bluetooth tools - support library
ii libgnome-desktop-3-19:arm64 42.9-0ubuntu1 arm64 Utility library for the GNOME desktop - GTK 3 version
ii libgnutls30:arm64 3.7.3-4ubuntu1.3 arm64 GNU TLS library - main runtime library
ii libgoa-1.0-0b:arm64 3.44.0-1ubuntu1 arm64 library for GNOME Online Accounts
ii libgoa-1.0-common 3.44.0-1ubuntu1 all library for GNOME Online Accounts - common files
ii libgoa-backend-1.0-1:arm64 3.44.0-1ubuntu1 arm64 backend library for GNOME Online Accounts
ii libgomp1:arm64 12.3.0-1ubuntu1~22.04 arm64 GCC OpenMP (GOMP) support library
ii libgpg-error0:arm64 1.43-3 arm64 GnuPG development runtime library
ii libgphoto2-6:arm64 2.5.27-1build2 arm64 gphoto2 digital camera library
ii libgphoto2-port12:arm64 2.5.27-1build2 arm64 gphoto2 digital camera port library
ii libgpm2:arm64 1.20.7-10build1 arm64 General Purpose Mouse - shared library
ii libgraphene-1.0-0:arm64 1.10.8-1 arm64 library of graphic data types
ii libgraphite2-3:arm64 1.3.14-1build2 arm64 Font rendering engine for Complex Scripts -- library
ii libgs9:arm64 9.55.0~dfsg1-0ubuntu5.6 arm64 interpreter for the PostScript language and for PDF - Library
ii libgs9-common 9.55.0~dfsg1-0ubuntu5.6 all interpreter for the PostScript language and for PDF - common files
ii libgsf-1-114:arm64 1.14.47-1build2 arm64 Structured File Library - runtime version
ii libgsf-1-common 1.14.47-1build2 all Structured File Library - common files
ii libgsound0:arm64 1.0.3-2build1 arm64 small library for playing system sounds
ii libgssapi-krb5-2:arm64 1.19.2-2ubuntu0.3 arm64 MIT Kerberos runtime libraries - krb5 GSS-API Mechanism
ii libgstreamer-gl1.0-0:arm64 1.20.1-1ubuntu0.1 arm64 GStreamer GL libraries
ii libgstreamer-plugins-base1.0-0:arm64 1.20.1-1ubuntu0.1 arm64 GStreamer libraries from the "base" set
ii libgstreamer-plugins-good1.0-0:arm64 1.20.3-0ubuntu1.1 arm64 GStreamer development files for libraries from the "good" set
ii libgstreamer1.0-0:arm64 1.20.3-0ubuntu1 arm64 Core GStreamer libraries and elements
ii libgtk-3-0:arm64 3.24.33-1ubuntu2 arm64 GTK graphical user interface library
ii libgtk-3-common 3.24.33-1ubuntu2 all common files for the GTK graphical user interface library
ii libgtk-4-1:arm64 4.6.9+ds-0ubuntu0.22.04.1 arm64 GTK graphical user interface library
ii libgtk-4-common 4.6.9+ds-0ubuntu0.22.04.1 all common files for the GTK graphical user interface library
ii libgtk3-perl 0.038-1 all Perl bindings for the GTK+ graphical user interface library
ii libgtop-2.0-11:arm64 2.40.0-2build3 arm64 gtop system monitoring library (shared)
ii libgtop2-common 2.40.0-2build3 all gtop system monitoring library (common)
ii libgudev-1.0-0:arm64 1:237-2build1 arm64 GObject-based wrapper library for libudev
ii libgusb2:arm64 0.3.10-1 arm64 GLib wrapper around libusb1
ii libgweather-3-16:arm64 40.0-5build1 arm64 GWeather shared library
ii libgweather-common 40.0-5build1 all GWeather common files
ii libgxps2:arm64 0.3.2-2 arm64 handling and rendering XPS documents (library)
ii libhandy-1-0:arm64 1.6.1-1 arm64 Library with GTK widgets for mobile phones
ii libharfbuzz-icu0:arm64 2.7.4-1ubuntu3.1 arm64 OpenType text shaping engine ICU backend
ii libharfbuzz0b:arm64 2.7.4-1ubuntu3.1 arm64 OpenType text shaping engine (shared library)
ii libhavege2:arm64 1.9.14-1ubuntu1 arm64 entropy source using the HAVEGE algorithm - shared library
ii libhd21:arm64 21.72-1 arm64 Hardware identification system library
ii libhogweed6:arm64 3.7.3-1build2 arm64 low level cryptographic library (public-key cryptos)
ii libhunspell-1.7-0:arm64 1.7.0-4build1 arm64 spell checker and morphological analyzer (shared library)
ii libhwasan0:arm64 12.3.0-1ubuntu1~22.04 arm64 AddressSanitizer -- a fast memory error detector
ii libhyphen0:arm64 2.8.8-7build2 arm64 ALTLinux hyphenation library - shared library
ii libibus-1.0-5:arm64 1.5.26-4 arm64 Intelligent Input Bus - shared library
ii libical3:arm64 3.0.14-1build1 arm64 iCalendar library implementation in C (runtime)
ii libice6:arm64 2:1.0.10-1build2 arm64 X11 Inter-Client Exchange library
ii libicu70:arm64 70.1-2 arm64 International Components for Unicode
ii libidn12:arm64 1.38-4ubuntu1 arm64 GNU Libidn library, implementation of IETF IDN specifications
ii libidn2-0:arm64 2.3.2-2build1 arm64 Internationalized domain names (IDNA2008/TR46) library
ii libiec61883-0:arm64 1.2.0-4build3 arm64 partial implementation of IEC 61883 (shared lib)
ii libieee1284-3:arm64 0.2.11-14build2 arm64 cross-platform library for parallel port access
ii libijs-0.35:arm64 0.35-15build2 arm64 IJS raster image transport protocol: shared library
ii libimobiledevice6:arm64 1.3.0-6build3 arm64 Library for communicating with iPhone and other Apple devices
ii libinput-bin 1.20.0-1ubuntu0.3 arm64 input device management and event handling library - udev quirks
ii libinput10:arm64 1.20.0-1ubuntu0.3 arm64 input device management and event handling library - shared library
ii libip4tc2:arm64 1.8.7-1ubuntu5.1 arm64 netfilter libip4tc library
ii libisc-export1105:arm64 1:9.11.19+dfsg-2.1ubuntu3 arm64 Exported ISC Shared Library
ii libisl23:arm64 0.24-2build1 arm64 manipulating sets and relations of integer points bounded by linear constraints
ii libitm1:arm64 12.3.0-1ubuntu1~22.04 arm64 GNU Transactional Memory Library
ii libiw30:arm64 30~pre9-13.1ubuntu4 arm64 Wireless tools - library
ii libjack-jackd2-0:arm64 1.9.20~dfsg-1 arm64 JACK Audio Connection Kit (libraries)
ii libjansson4:arm64 2.13.1-1.1build3 arm64 C library for encoding, decoding and manipulating JSON data
ii libjavascriptcoregtk-4.0-18:arm64 2.42.3-0ubuntu0.22.04.1 arm64 JavaScript engine library from WebKitGTK
ii libjbig0:arm64 2.1-3.1ubuntu0.22.04.1 arm64 JBIGkit libraries
ii libjbig2dec0:arm64 0.19-3build2 arm64 JBIG2 decoder library - shared libraries
ii libjpeg-turbo8:arm64 2.1.2-0ubuntu1 arm64 IJG JPEG compliant runtime library.
ii libjpeg8:arm64 8c-2ubuntu10 arm64 Independent JPEG Group's JPEG runtime library (dependency package)
ii libjs-jquery 3.6.0+dfsg+~3.5.13-1 all JavaScript library for dynamic web applications
ii libjs-sphinxdoc 4.3.2-1 all JavaScript support for Sphinx documentation
ii libjs-underscore 1.13.2~dfsg-2 all JavaScript's functional programming helper library
ii libjson-c5:arm64 0.15-3~ubuntu1.22.04.2 arm64 JSON manipulation library - shared library
ii libjson-glib-1.0-0:arm64 1.6.6-1build1 arm64 GLib JSON manipulation library
ii libjson-glib-1.0-common 1.6.6-1build1 all GLib JSON manipulation library (common files)
ii libk5crypto3:arm64 1.19.2-2ubuntu0.3 arm64 MIT Kerberos runtime libraries - Crypto Library
ii libkeyutils1:arm64 1.6.1-2ubuntu3 arm64 Linux Key Management Utilities (library)
ii libkmod2:arm64 29-1ubuntu1 arm64 libkmod shared library
ii libkrb5-3:arm64 1.19.2-2ubuntu0.3 arm64 MIT Kerberos runtime libraries
ii libkrb5support0:arm64 1.19.2-2ubuntu0.3 arm64 MIT Kerberos runtime libraries - Support library
ii liblapack3:arm64 3.10.0-2ubuntu1 arm64 Library of linear algebra routines 3 - shared version
ii liblcms2-2:arm64 2.12~rc1-2build2 arm64 Little CMS 2 color management library
ii libldap-2.5-0:arm64 2.5.16+dfsg-0ubuntu0.22.04.1 arm64 OpenLDAP libraries
ii libldb2:arm64 2:2.4.4-0ubuntu0.22.04.2 arm64 LDAP-like embedded database - shared library
ii liblightdm-gobject-1-0:arm64 1.30.0-0ubuntu5 arm64 LightDM GObject client library
ii libllvm15:arm64 1:15.0.7-0ubuntu0.22.04.3 arm64 Modular compiler and toolchain technologies, runtime library
ii liblmdb0:arm64 0.9.24-1build2 arm64 Lightning Memory-Mapped Database shared library
ii liblocale-gettext-perl 1.07-4build3 arm64 module using libc functions for internationalization in Perl
ii liblsan0:arm64 12.3.0-1ubuntu1~22.04 arm64 LeakSanitizer -- a memory leak detector (runtime)
ii libltdl7:arm64 2.4.6-15build2 arm64 System independent dlopen wrapper for GNU libtool
ii liblz4-1:arm64 1.9.3-2build2 arm64 Fast LZ compression algorithm library - runtime
ii liblzma5:arm64 5.2.5-2ubuntu1 arm64 XZ-format compression library
ii liblzo2-2:arm64 2.10-2build3 arm64 data compression library
ii libmagic-mgc 1:5.41-3ubuntu0.1 arm64 File type determination library using "magic" numbers (compiled magic file)
ii libmagic1:arm64 1:5.41-3ubuntu0.1 arm64 Recognize the type of data in a file using "magic" numbers - library
ii libmanette-0.2-0:arm64 0.2.6-3build1 arm64 Simple GObject game controller library
ii libmaxminddb0:arm64 1.5.2-1build2 arm64 IP geolocation database library
ii libmd0:arm64 1.0.4-1build1 arm64 message digest functions from BSD systems - shared library
ii libmm-glib0:arm64 1.20.0-1~ubuntu22.04.2 arm64 D-Bus service for managing modems - shared libraries
ii libmnl0:arm64 1.0.4-3build2 arm64 minimalistic Netlink communication library
ii libmount1:arm64 2.37.2-4ubuntu3 arm64 device mounting library
ii libmozjs-91-0:arm64 91.10.0-0ubuntu1 arm64 SpiderMonkey JavaScript library
ii libmp3lame0:arm64 3.100-3build2 arm64 MP3 encoding library
ii libmpc3:arm64 1.2.1-2build1 arm64 multiple precision complex floating-point library
ii libmpdec3:arm64 2.5.1-2build2 arm64 library for decimal floating point arithmetic (runtime library)
ii libmpfr6:arm64 4.1.0-3build3 arm64 multiple precision floating-point computation
ii libmpg123-0:arm64 1.29.3-1build1 arm64 MPEG layer 1/2/3 audio decoder (shared library)
ii libmtdev1:arm64 1.1.6-1build4 arm64 Multitouch Protocol Translation Library - shared library
ii libmutter-10-0:arm64 42.9-0ubuntu5 arm64 window manager library from the Mutter window manager
ii libnautilus-extension1a:arm64 1:42.6-0ubuntu1 arm64 libraries for nautilus components - runtime version
ii libncurses6:arm64 6.3-2ubuntu0.1 arm64 shared libraries for terminal handling
ii libncursesw6:arm64 6.3-2ubuntu0.1 arm64 shared libraries for terminal handling (wide character support)
ii libndp0:arm64 1.8-0ubuntu3 arm64 Library for Neighbor Discovery Protocol
ii libnetplan0:arm64 0.106.1-7ubuntu0.22.04.2 arm64 YAML network configuration abstraction runtime library
ii libnettle8:arm64 3.7.3-1build2 arm64 low level cryptographic library (symmetric and one-way cryptos)
ii libnewt0.52:arm64 0.52.21-5ubuntu2 arm64 Not Erik's Windowing Toolkit - text mode windowing with slang
ii libnghttp2-14:arm64 1.43.0-1ubuntu0.1 arm64 library implementing HTTP/2 protocol (shared library)
ii libnl-3-200:arm64 3.5.0-0.1 arm64 library for dealing with netlink sockets
ii libnl-genl-3-200:arm64 3.5.0-0.1 arm64 library for dealing with netlink sockets - generic netlink
ii libnl-route-3-200:arm64 3.5.0-0.1 arm64 library for dealing with netlink sockets - route interface
ii libnm0:arm64 1.36.6-0ubuntu2 arm64 GObject-based client library for NetworkManager
ii libnma-common 1.8.34-1ubuntu1 all NetworkManager GUI library - translations
ii libnma0:arm64 1.8.34-1ubuntu1 arm64 NetworkManager GUI library
ii libnotify-bin 0.7.9-3ubuntu5.22.04.1 arm64 sends desktop notifications to a notification daemon (Utilities)
ii libnotify4:arm64 0.7.9-3ubuntu5.22.04.1 arm64 sends desktop notifications to a notification daemon
ii libnsl-dev:arm64 1.3.0-2build2 arm64 libnsl development files
ii libnsl2:arm64 1.3.0-2build2 arm64 Public client interface for NIS(YP) and NIS+
ii libnspr4:arm64 2:4.32-3build1 arm64 NetScape Portable Runtime Library
ii libnss-systemd:arm64 249.11-0ubuntu3.11 arm64 nss module providing dynamic user and group name resolution
ii libnss3:arm64 2:3.68.2-0ubuntu1.2 arm64 Network Security Service libraries
ii libogg0:arm64 1.3.5-0ubuntu3 arm64 Ogg bitstream library
ii libopengl0:arm64 1.4.0-1 arm64 Vendor neutral GL dispatch library -- OpenGL support
ii libopenjp2-7:arm64 2.4.0-6 arm64 JPEG 2000 image compression/decompression library
ii libopts25:arm64 1:5.18.16-4 arm64 automated option processing library based on autogen
ii libopus0:arm64 1.3.1-0.1build2 arm64 Opus codec runtime library
ii liborc-0.4-0:arm64 1:0.4.32-2 arm64 Library of Optimized Inner Loops Runtime Compiler
ii libp11-kit0:arm64 0.24.0-6build1 arm64 library for loading and coordinating access to PKCS#11 modules - runtime
ii libpackagekit-glib2-18:arm64 1.2.5-2ubuntu2 arm64 Library for accessing PackageKit using GLib
ii libpam-cap:arm64 1:2.44-1ubuntu0.22.04.1 arm64 POSIX 1003.1e capabilities (PAM module)
ii libpam-gnome-keyring:arm64 40.0-3ubuntu3 arm64 PAM module to unlock the GNOME keyring upon login
ii libpam-kwallet-common 4:5.24.4-0ubuntu1 all KWallet integration with PAM (common files)
ii libpam-kwallet5 4:5.24.4-0ubuntu1 arm64 KWallet (Kf5) integration with PAM
ii libpam-modules:arm64 1.4.0-11ubuntu2.3 arm64 Pluggable Authentication Modules for PAM
ii libpam-modules-bin 1.4.0-11ubuntu2.3 arm64 Pluggable Authentication Modules for PAM - helper binaries
ii libpam-runtime 1.4.0-11ubuntu2.3 all Runtime support for the PAM library
ii libpam-systemd:arm64 249.11-0ubuntu3.11 arm64 system and service manager - PAM module
ii libpam0g:arm64 1.4.0-11ubuntu2.3 arm64 Pluggable Authentication Modules library
ii libpango-1.0-0:arm64 1.50.6+ds-2ubuntu1 arm64 Layout and rendering of internationalized text
ii libpangocairo-1.0-0:arm64 1.50.6+ds-2ubuntu1 arm64 Layout and rendering of internationalized text
ii libpangoft2-1.0-0:arm64 1.50.6+ds-2ubuntu1 arm64 Layout and rendering of internationalized text
ii libpangoxft-1.0-0:arm64 1.50.6+ds-2ubuntu1 arm64 Layout and rendering of internationalized text
ii libpaper1:arm64 1.1.28build2 arm64 library for handling paper characteristics
ii libparted-fs-resize0:arm64 3.4-2build1 arm64 disk partition manipulator - shared FS resizing library
ii libparted2:arm64 3.4-2build1 arm64 disk partition manipulator - shared library
ii libpci3:arm64 1:3.7.0-6 arm64 PCI utilities (shared library)
ii libpciaccess0:arm64 0.16-3 arm64 Generic PCI access library for X
ii libpcre2-8-0:arm64 10.39-3ubuntu0.1 arm64 New Perl Compatible Regular Expression Library- 8 bit runtime files
ii libpcre3:arm64 2:8.39-13ubuntu0.22.04.1 arm64 Old Perl 5 Compatible Regular Expression Library - runtime files
ii libpcsclite1:arm64 1.9.5-3ubuntu1 arm64 Middleware to access a smart card using PC/SC (library)
ii libperl5.34:arm64 5.34.0-3ubuntu1.3 arm64 shared Perl library
ii libphonenumber8:arm64 8.12.44-1 arm64 parsing/formatting/validating phone numbers
ii libpipeline1:arm64 1.5.5-1 arm64 Unix process pipeline manipulation library
ii libpipewire-0.3-0:arm64 0.3.48-1ubuntu3 arm64 libraries for the PipeWire multimedia server
ii libpipewire-0.3-modules:arm64 0.3.48-1ubuntu3 arm64 libraries for the PipeWire multimedia server - modules
ii libpixman-1-0:arm64 0.40.0-1ubuntu0.22.04.1 arm64 pixel-manipulation library for X and cairo
ii libplist3:arm64 2.2.0-6build2 arm64 Library for handling Apple binary and XML property lists
ii libplymouth5:arm64 0.9.5+git20211018-1ubuntu3 arm64 graphical boot animation and logger - shared libraries
ii libpng16-16:arm64 1.6.37-3build5 arm64 PNG library - runtime (version 1.6)
ii libpolkit-agent-1-0:arm64 0.105-33 arm64 PolicyKit Authentication Agent API
ii libpolkit-gobject-1-0:arm64 0.105-33 arm64 PolicyKit Authorization API
ii libpoppler-glib8:arm64 22.02.0-2ubuntu0.3 arm64 PDF rendering library (GLib-based shared library)
ii libpoppler118:arm64 22.02.0-2ubuntu0.3 arm64 PDF rendering library
ii libpopt0:arm64 1.18-3build1 arm64 lib for parsing cmdline parameters
ii libprocps8:arm64 2:3.3.17-6ubuntu2.1 arm64 library for accessing process information from /proc
ii libprotobuf23:arm64 3.12.4-1ubuntu7.22.04.1 arm64 protocol buffers C++ library
ii libproxy1v5:arm64 0.4.17-2 arm64 automatic proxy configuration management library (shared)
ii libpsl5:arm64 0.21.0-1.2build2 arm64 Library for Public Suffix List (shared libraries)
ii libpulse-mainloop-glib0:arm64 1:15.99.1+dfsg1-1ubuntu2.1 arm64 PulseAudio client libraries (glib support)
ii libpulse0:arm64 1:15.99.1+dfsg1-1ubuntu2.1 arm64 PulseAudio client libraries
ii libpulsedsp:arm64 1:15.99.1+dfsg1-1ubuntu2.1 arm64 PulseAudio OSS pre-load library
ii libpwquality-common 1.4.4-1build2 all library for password quality checking and generation (data files)
ii libpwquality1:arm64 1.4.4-1build2 arm64 library for password quality checking and generation
ii libpython3-dev:arm64 3.10.6-1~22.04 arm64 header files and a static library for Python (default)
ii libpython3-stdlib:arm64 3.10.6-1~22.04 arm64 interactive high-level object-oriented language (default python3 version)
ii libpython3.10:arm64 3.10.12-1~22.04.3 arm64 Shared Python runtime library (version 3.10)
ii libpython3.10-dev:arm64 3.10.12-1~22.04.3 arm64 Header files and a static library for Python (v3.10)
ii libpython3.10-minimal:arm64 3.10.12-1~22.04.3 arm64 Minimal subset of the Python language (version 3.10)
ii libpython3.10-stdlib:arm64 3.10.12-1~22.04.3 arm64 Interactive high-level object-oriented language (standard library, version 3.10)
ii libraw1394-11:arm64 2.1.2-2build2 arm64 library for direct access to IEEE 1394 bus (aka FireWire)
ii libreadline8:arm64 8.1.2-1 arm64 GNU readline and history libraries, run-time libraries
ii librest-0.7-0:arm64 0.8.1-1.1build2 arm64 REST service access library
ii librsvg2-2:arm64 2.52.5+dfsg-3ubuntu0.2 arm64 SAX-based renderer library for SVG files (runtime)
ii librsvg2-common:arm64 2.52.5+dfsg-3ubuntu0.2 arm64 SAX-based renderer library for SVG files (extra runtime)
ii librtmp1:arm64 2.4+20151223.gitfa8646d.1-2build4 arm64 toolkit for RTMP streams (shared library)
ii libruby3.0:arm64 3.0.2-7ubuntu2.4 arm64 Libraries necessary to run Ruby 3.0
ii libsamplerate0:arm64 0.2.2-1build1 arm64 Audio sample rate conversion library
ii libsane-common 1.1.1-5 all API library for scanners -- documentation and support files
ii libsane1:arm64 1.1.1-5 arm64 API library for scanners
ii libsasl2-2:arm64 2.1.27+dfsg2-3ubuntu1.2 arm64 Cyrus SASL - authentication abstraction library
ii libsasl2-modules:arm64 2.1.27+dfsg2-3ubuntu1.2 arm64 Cyrus SASL - pluggable authentication modules
ii libsasl2-modules-db:arm64 2.1.27+dfsg2-3ubuntu1.2 arm64 Cyrus SASL - pluggable authentication modules (DB)
ii libseccomp2:arm64 2.5.3-2ubuntu2 arm64 high level interface to Linux seccomp filter
ii libsecret-1-0:arm64 0.20.5-2 arm64 Secret store
ii libsecret-common 0.20.5-2 all Secret store (common files)
ii libselinux1:arm64 3.3-1build2 arm64 SELinux runtime shared libraries
ii libsemanage-common 3.3-1build2 all Common files for SELinux policy management libraries
ii libsemanage2:arm64 3.3-1build2 arm64 SELinux policy management library
ii libsensors-config 1:3.6.0-7ubuntu1 all lm-sensors configuration files
ii libsensors5:arm64 1:3.6.0-7ubuntu1 arm64 library to read temperature/voltage/fan sensors
ii libsepol2:arm64 3.3-1build1 arm64 SELinux library for manipulating binary security policies
ii libshout3:arm64 2.4.5-1build3 arm64 MP3/Ogg Vorbis broadcast streaming library
ii libsigsegv2:arm64 2.13-1ubuntu3 arm64 Library for handling page faults in a portable way
ii libslang2:arm64 2.3.2-5build4 arm64 S-Lang programming library - runtime version
ii libsm6:arm64 2:1.2.3-1build2 arm64 X11 Session Management library
ii libsmartcols1:arm64 2.37.2-4ubuntu3 arm64 smart column output alignment library
ii libsmbclient:arm64 2:4.15.13+dfsg-0ubuntu1.5 arm64 shared library for communication with SMB/CIFS servers
ii libsnapd-glib1:arm64 1.60-0ubuntu1 arm64 GLib snapd library
ii libsndfile1:arm64 1.0.31-2ubuntu0.1 arm64 Library for reading/writing audio files
ii libsnmp-base 5.9.1+dfsg-1ubuntu2.6 all SNMP configuration script, MIBs and documentation
ii libsnmp40:arm64 5.9.1+dfsg-1ubuntu2.6 arm64 SNMP (Simple Network Management Protocol) library
ii libsoup-gnome2.4-1:arm64 2.74.2-3 arm64 HTTP library implementation in C -- GNOME support library
ii libsoup2.4-1:arm64 2.74.2-3 arm64 HTTP library implementation in C -- Shared library
ii libsoup2.4-common 2.74.2-3 all HTTP library implementation in C -- Common files
ii libsoxr0:arm64 0.1.3-4build2 arm64 High quality 1D sample-rate conversion library
ii libspa-0.2-modules:arm64 0.3.48-1ubuntu3 arm64 libraries for the PipeWire multimedia server Simple Plugin API - modules
ii libspeex1:arm64 1.2~rc1.2-1.1ubuntu3 arm64 The Speex codec runtime library
ii libspeexdsp1:arm64 1.2~rc1.2-1.1ubuntu3 arm64 The Speex extended runtime library
ii libsqlite3-0:arm64 3.37.2-2ubuntu0.3 arm64 SQLite 3 shared library
ii libss2:arm64 1.46.5-2ubuntu1.1 arm64 command-line interface parsing library
ii libssh-4:arm64 0.9.6-2ubuntu0.22.04.2 arm64 tiny C SSH library (OpenSSL flavor)
ii libssl-dev:arm64 3.0.2-0ubuntu1.12 arm64 Secure Sockets Layer toolkit - development files
ii libssl3:arm64 3.0.2-0ubuntu1.12 arm64 Secure Sockets Layer toolkit - shared libraries
ii libstartup-notification0:arm64 0.12-6build2 arm64 library for program launch feedback (shared library)
ii libstdc++-11-dev:arm64 11.4.0-1ubuntu1~22.04 arm64 GNU Standard C++ Library v3 (development files)
ii libstdc++6:arm64 12.3.0-1ubuntu1~22.04 arm64 GNU Standard C++ Library v3
ii libstemmer0d:arm64 2.2.0-1build1 arm64 Snowball stemming algorithms for use in Information Retrieval
ii libsystemd0:arm64 249.11-0ubuntu3.11 arm64 systemd utility library
ii libtag1v5:arm64 1.11.1+dfsg.1-3ubuntu3 arm64 audio meta-data library
ii libtag1v5-vanilla:arm64 1.11.1+dfsg.1-3ubuntu3 arm64 audio meta-data library - vanilla flavour
ii libtalloc2:arm64 2.3.3-2build1 arm64 hierarchical pool based memory allocator
ii libtasn1-6:arm64 4.18.0-4build1 arm64 Manage ASN.1 structures (runtime)
ii libtdb1:arm64 1.4.5-2build1 arm64 Trivial Database - shared library
ii libteamdctl0:arm64 1.31-1build2 arm64 library for communication with `teamd` process
ii libtevent0:arm64 0.11.0-1build1 arm64 talloc-based event loop library - shared library
ii libtext-charwidth-perl 0.04-10build3 arm64 get display widths of characters on the terminal
ii libtext-iconv-perl 1.7-7build3 arm64 module to convert between character sets in Perl
ii libtext-wrapi18n-perl 0.06-9 all internationalized substitute of Text::Wrap
ii libthai-data 0.1.29-1build1 all Data files for Thai language support library
ii libthai0:arm64 0.1.29-1build1 arm64 Thai language support library
ii libtheora0:arm64 1.1.1+dfsg.1-15ubuntu4 arm64 Theora Video Compression Codec
ii libtiff5:arm64 4.3.0-6ubuntu0.7 arm64 Tag Image File Format (TIFF) library
ii libtinfo6:arm64 6.3-2ubuntu0.1 arm64 shared low-level terminfo library for terminal handling
ii libtirpc-common 1.3.2-2ubuntu0.1 all transport-independent RPC library - common files
ii libtirpc-dev:arm64 1.3.2-2ubuntu0.1 arm64 transport-independent RPC library - development files
ii libtirpc3:arm64 1.3.2-2ubuntu0.1 arm64 transport-independent RPC library
ii libtotem-plparser-common 3.26.6-1build1 all Totem Playlist Parser library - common files
ii libtotem-plparser18:arm64 3.26.6-1build1 arm64 Totem Playlist Parser library - runtime files
ii libtracker-sparql-3.0-0:arm64 3.3.0-1 arm64 metadata database, indexer and search tool - library
ii libtsan0:arm64 11.4.0-1ubuntu1~22.04 arm64 ThreadSanitizer -- a Valgrind-based detector of data races (runtime)
ii libtwolame0:arm64 0.4.0-2build2 arm64 MPEG Audio Layer 2 encoding library
ii libu2f-udev 1.1.10-3build2 all Universal 2nd Factor (U2F) — transitional package
ii libubsan1:arm64 12.3.0-1ubuntu1~22.04 arm64 UBSan -- undefined behaviour sanitizer (runtime)
ii libuchardet0:arm64 0.0.7-1build2 arm64 universal charset detection library - shared library
ii libudev1:arm64 249.11-0ubuntu3.11 arm64 libudev shared library
ii libudisks2-0:arm64 2.9.4-1ubuntu2 arm64 GObject based library to access udisks2
ii libunistring2:arm64 1.0-1 arm64 Unicode string library for C
ii libunity-protocol-private0:arm64 7.1.4+19.04.20190319-6build1 arm64 binding to get places into the launcher - private library
ii libunity-scopes-json-def-desktop 7.1.4+19.04.20190319-6build1 all binding to get places into the launcher - desktop def file
ii libunity9:arm64 7.1.4+19.04.20190319-6build1 arm64 binding to get places into the launcher - shared library
ii libunwind8:arm64 1.3.2-2build2.1 arm64 library to determine the call-chain of a program - runtime
ii libupower-glib3:arm64 0.99.17-1 arm64 abstraction for power management - shared library
ii libusb-1.0-0:arm64 2:1.0.25-1ubuntu2 arm64 userspace USB programming library
ii libusbmuxd6:arm64 2.0.2-3build2 arm64 USB multiplexor daemon for iPhone and iPod Touch devices - library
ii libuuid1:arm64 2.37.2-4ubuntu3 arm64 Universally Unique ID library
ii libuv1:arm64 1.43.0-1 arm64 asynchronous event notification library - runtime library
ii libv4l-0:arm64 1.22.1-2build1 arm64 Collection of video4linux support libraries
ii libv4lconvert0:arm64 1.22.1-2build1 arm64 Video4linux frame format conversion library
ii libvisual-0.4-0:arm64 0.4.0-17build2 arm64 audio visualization framework
ii libvncserver1:arm64 0.9.13+dfsg-3build2 arm64 API to write one's own VNC server
ii libvorbis0a:arm64 1.3.7-1build2 arm64 decoder library for Vorbis General Audio Compression Codec
ii libvorbisenc2:arm64 1.3.7-1build2 arm64 encoder library for Vorbis General Audio Compression Codec
ii libvorbisfile3:arm64 1.3.7-1build2 arm64 high-level API for Vorbis General Audio Compression Codec
ii libvpx7:arm64 1.11.0-2ubuntu2.2 arm64 VP8 and VP9 video codec (shared library)
ii libvte-2.91-0:arm64 0.68.0-1 arm64 Terminal emulator widget for GTK+ 3.0 - runtime files
ii libvte-2.91-common 0.68.0-1 arm64 Terminal emulator widget for GTK+ 3.0 - common files
ii libwacom-common 2.2.0-1 all Wacom model feature query library (common files)
ii libwacom9:arm64 2.2.0-1 arm64 Wacom model feature query library
ii libwavpack1:arm64 5.4.0-1build2 arm64 audio codec (lossy and lossless) - library
ii libwayland-client0:arm64 1.20.0-1ubuntu0.1 arm64 wayland compositor infrastructure - client library
ii libwayland-cursor0:arm64 1.20.0-1ubuntu0.1 arm64 wayland compositor infrastructure - cursor library
ii libwayland-egl1:arm64 1.20.0-1ubuntu0.1 arm64 wayland compositor infrastructure - EGL library
ii libwayland-server0:arm64 1.20.0-1ubuntu0.1 arm64 wayland compositor infrastructure - server library
ii libwbclient0:arm64 2:4.15.13+dfsg-0ubuntu1.5 arm64 Samba winbind client library
ii libwebkit2gtk-4.0-37:arm64 2.42.3-0ubuntu0.22.04.1 arm64 Web content engine library for GTK
ii libwebp7:arm64 1.2.2-2ubuntu0.22.04.2 arm64 Lossy compression of digital photographic images
ii libwebpdemux2:arm64 1.2.2-2ubuntu0.22.04.2 arm64 Lossy compression of digital photographic images.
ii libwebrtc-audio-processing1:arm64 0.3.1-0ubuntu5 arm64 AudioProcessing module from the WebRTC project.
ii libwhoopsie-preferences0 23 arm64 Ubuntu error tracker submission settings - shared library
ii libwhoopsie0:arm64 0.2.77 arm64 Ubuntu error tracker submission - shared library
ii libwinpr2-2:arm64 2.6.1+dfsg1-3ubuntu2.5 arm64 Windows Portable Runtime library
ii libwoff1:arm64 1.0.2-1build4 arm64 library for converting fonts to WOFF 2.0
ii libwpe-1.0-1:arm64 1.14.0-0ubuntu0.22.04.1 arm64 Base library for the WPE WebKit port
ii libwpebackend-fdo-1.0-1:arm64 1.14.2-0ubuntu0.22.04.1 arm64 WPE backend for FreeDesktop.org
ii libwrap0:arm64 7.6.q-31build2 arm64 Wietse Venema's TCP wrappers library
ii libx11-6:arm64 2:1.7.5-1ubuntu0.3 arm64 X11 client-side library
ii libx11-data 2:1.7.5-1ubuntu0.3 all X11 client-side library
ii libx11-xcb1:arm64 2:1.7.5-1ubuntu0.3 arm64 Xlib/XCB interface library
ii libxau6:arm64 1:1.0.9-1build5 arm64 X11 authorisation library
ii libxaw7:arm64 2:1.0.14-1 arm64 X11 Athena Widget library
ii libxcb-dri2-0:arm64 1.14-3ubuntu3 arm64 X C Binding, dri2 extension
ii libxcb-dri3-0:arm64 1.14-3ubuntu3 arm64 X C Binding, dri3 extension
ii libxcb-glx0:arm64 1.14-3ubuntu3 arm64 X C Binding, glx extension
ii libxcb-present0:arm64 1.14-3ubuntu3 arm64 X C Binding, present extension
ii libxcb-randr0:arm64 1.14-3ubuntu3 arm64 X C Binding, randr extension
ii libxcb-render0:arm64 1.14-3ubuntu3 arm64 X C Binding, render extension
ii libxcb-res0:arm64 1.14-3ubuntu3 arm64 X C Binding, res extension
ii libxcb-shape0:arm64 1.14-3ubuntu3 arm64 X C Binding, shape extension
ii libxcb-shm0:arm64 1.14-3ubuntu3 arm64 X C Binding, shm extension
ii libxcb-sync1:arm64 1.14-3ubuntu3 arm64 X C Binding, sync extension
ii libxcb-util1:arm64 0.4.0-1build2 arm64 utility libraries for X C Binding -- atom, aux and event
ii libxcb-xfixes0:arm64 1.14-3ubuntu3 arm64 X C Binding, xfixes extension
ii libxcb-xkb1:arm64 1.14-3ubuntu3 arm64 X C Binding, XKEYBOARD extension
ii libxcb1:arm64 1.14-3ubuntu3 arm64 X C Binding
ii libxcomposite1:arm64 1:0.4.5-1build2 arm64 X11 Composite extension library
ii libxcursor1:arm64 1:1.2.0-2build4 arm64 X cursor management library
ii libxcvt0:arm64 0.1.1-3 arm64 VESA CVT standard timing modelines generator -- shared library
ii libxdamage1:arm64 1:1.1.5-2build2 arm64 X11 damaged region extension library
ii libxdmcp6:arm64 1:1.1.3-0ubuntu5 arm64 X11 Display Manager Control Protocol library
ii libxext6:arm64 2:1.3.4-1build1 arm64 X11 miscellaneous extension library
ii libxfixes3:arm64 1:6.0.0-1 arm64 X11 miscellaneous 'fixes' extension library
ii libxfont2:arm64 1:2.0.5-1build1 arm64 X11 font rasterisation library
ii libxft2:arm64 2.3.4-1 arm64 FreeType-based font drawing library for X
ii libxi6:arm64 2:1.8-1build1 arm64 X11 Input extension library
ii libxinerama1:arm64 2:1.1.4-3 arm64 X11 Xinerama extension library
ii libxkbcommon-x11-0:arm64 1.4.0-1 arm64 library to create keymaps with the XKB X11 protocol
ii libxkbcommon0:arm64 1.4.0-1 arm64 library interface to the XKB compiler - shared library
ii libxkbfile1:arm64 1:1.1.0-1build3 arm64 X11 keyboard file manipulation library
ii libxkbregistry0:arm64 1.4.0-1 arm64 library to query available RMLVO
ii libxklavier16:arm64 5.4-4build2 arm64 X Keyboard Extension high-level API
ii libxml2:arm64 2.9.13+dfsg-1ubuntu0.3 arm64 GNOME XML library
ii libxmlb2:arm64 0.3.6-2build1 arm64 Binary XML library
ii libxmu6:arm64 2:1.1.3-3 arm64 X11 miscellaneous utility library
ii libxmuu1:arm64 2:1.1.3-3 arm64 X11 miscellaneous micro-utility library
ii libxpm4:arm64 1:3.5.12-1ubuntu0.22.04.2 arm64 X11 pixmap library
ii libxrandr2:arm64 2:1.5.2-1build1 arm64 X11 RandR extension library
ii libxrender1:arm64 1:0.9.10-1build4 arm64 X Rendering Extension client library
ii libxshmfence1:arm64 1.3-1build4 arm64 X shared memory fences - shared library
ii libxslt1.1:arm64 1.1.34-4ubuntu0.22.04.1 arm64 XSLT 1.0 processing library - runtime library
ii libxt6:arm64 1:1.2.1-1 arm64 X11 toolkit intrinsics library
ii libxtables12:arm64 1.8.7-1ubuntu5.1 arm64 netfilter xtables library
ii libxtst6:arm64 2:1.2.3-1build4 arm64 X11 Testing -- Record extension library
ii libxv1:arm64 2:1.0.11-1build2 arm64 X11 Video extension library
ii libxxf86dga1:arm64 2:1.1.5-0ubuntu3 arm64 X11 Direct Graphics Access extension library
ii libxxf86vm1:arm64 1:1.1.4-1build3 arm64 X11 XFree86 video mode extension library
ii libxxhash0:arm64 0.8.1-1 arm64 shared library for xxhash
ii libyaml-0-2:arm64 0.2.2-1build2 arm64 Fast YAML 1.1 parser and emitter library
ii libyelp0:arm64 42.1-1 arm64 Library for the GNOME help browser
ii libzstd1:arm64 1.4.8+dfsg-3build1 arm64 fast lossless compression algorithm
ii lightdm 1.30.0-0ubuntu5 arm64 Display Manager
ii lightdm-settings 1.5.7-1 all LightDM Settings Configuration Tool
ii linux-headers-6.1.70-zynqmp-fpga-trial 6.1.70-zynqmp-fpga-trial-2 arm64 Linux kernel headers for 6.1.70-zynqmp-fpga-trial on arm64
ii linux-image-6.1.70-zynqmp-fpga-trial 6.1.70-zynqmp-fpga-trial-2 arm64 Linux kernel, version 6.1.70-zynqmp-fpga-trial
ii linux-libc-dev:arm64 5.15.0-91.101 arm64 Linux Kernel Headers for development
ii linux-sound-base 1.0.25+dfsg-0ubuntu7 all base package for ALSA and OSS sound systems
ii locales 2.35-0ubuntu3.6 all GNU C Library: National Language (locale) data [support]
ii login 1:4.8.1-2ubuntu2.1 arm64 system login tools
ii logrotate 3.19.0-1ubuntu1.1 arm64 Log rotation utility
ii logsave 1.46.5-2ubuntu1.1 arm64 save the output of a command in a log file
ii lsb-base 11.1.0ubuntu4 all Linux Standard Base init script functionality
ii lsb-release 11.1.0ubuntu4 all Linux Standard Base version reporting utility
ii lsof 4.93.2+dfsg-1.1build2 arm64 utility to list open files
ii lto-disabled-list 24 all list of packages not to build with LTO
ii m4 1.4.18-5ubuntu2 arm64 macro processing language
ii make 4.3-4.1build1 arm64 utility for directing compilation
ii man-db 2.10.2-1 arm64 tools for reading manual pages
ii mawk 1.3.4.20200120-3 arm64 Pattern scanning and text processing language
ii media-types 7.0.0 all List of standard media types and their usual file extension
ii mount 2.37.2-4ubuntu3 arm64 tools for mounting and manipulating filesystems
ii mutter-common 42.9-0ubuntu5 all shared files for the Mutter window manager
ii nautilus 1:42.6-0ubuntu1 arm64 file manager and graphical shell for GNOME
ii nautilus-data 1:42.6-0ubuntu1 all data files for nautilus
ii ncurses-base 6.3-2ubuntu0.1 all basic terminal type definitions
ii ncurses-bin 6.3-2ubuntu0.1 arm64 terminal-related programs and man pages
ii net-tools 1.60+git20181103.0eebece-1ubuntu5 arm64 NET-3 networking toolkit
ii netbase 6.3 all Basic TCP/IP networking system
ii netcat-openbsd 1.218-4ubuntu1 arm64 TCP/IP swiss army knife
ii netplan.io 0.106.1-7ubuntu0.22.04.2 arm64 YAML network configuration abstraction for various backends
ii network-manager 1.36.6-0ubuntu2 arm64 network management framework (daemon and userspace tools)
ii networkd-dispatcher 2.1-2ubuntu0.22.04.2 all Dispatcher service for systemd-networkd connection status changes
ii ntp 1:4.2.8p15+dfsg-1ubuntu2 arm64 Network Time Protocol daemon and utility programs
ii ntpdate 1:4.2.8p15+dfsg-1ubuntu2 arm64 client for setting system time from NTP servers (deprecated)
ii openprinting-ppds 20220223-0ubuntu1 all OpenPrinting printer support - PostScript PPD files
ii openssh-client 1:8.9p1-3ubuntu0.6 arm64 secure shell (SSH) client, for secure access to remote machines
ii openssh-server 1:8.9p1-3ubuntu0.6 arm64 secure shell (SSH) server, for secure access from remote machines
ii openssh-sftp-server 1:8.9p1-3ubuntu0.6 arm64 secure shell (SSH) sftp server module, for SFTP access from remote machines
ii openssl 3.0.2-0ubuntu1.12 arm64 Secure Sockets Layer toolkit - cryptographic utility
ii p11-kit 0.24.0-6build1 arm64 p11-glue utilities
ii p11-kit-modules:arm64 0.24.0-6build1 arm64 p11-glue proxy and trust modules
ii packagekit 1.2.5-2ubuntu2 arm64 Provides a package management service
ii parted 3.4-2build1 arm64 disk partition manipulator
ii passwd 1:4.8.1-2ubuntu2.1 arm64 change and administer password and group data
ii patch 2.7.6-7build2 arm64 Apply a diff file to an original
ii pci.ids 0.0~2022.01.22-1 all PCI ID Repository
ii pciutils 1:3.7.0-6 arm64 PCI utilities
ii perl 5.34.0-3ubuntu1.3 arm64 Larry Wall's Practical Extraction and Report Language
ii perl-base 5.34.0-3ubuntu1.3 arm64 minimal Perl system
ii perl-modules-5.34 5.34.0-3ubuntu1.3 all Core Perl modules
ii pinentry-gnome3 1.1.1-1build2 arm64 GNOME 3 PIN or pass-phrase entry dialog for GnuPG
ii pipewire:arm64 0.3.48-1ubuntu3 arm64 audio and video processing engine multimedia server
ii pipewire-bin 0.3.48-1ubuntu3 arm64 PipeWire multimedia server - programs
ii pipewire-media-session 0.4.1-2ubuntu1 arm64 example session manager for PipeWire
ii pkexec 0.105-33 arm64 run commands as another user with polkit authorization
ii pkg-config 0.29.2-1ubuntu3 arm64 manage compile and link flags for libraries
ii plymouth 0.9.5+git20211018-1ubuntu3 arm64 boot animation, logger and I/O multiplexer
ii policykit-1 0.105-33 arm64 transitional package for polkitd and pkexec
ii polkitd 0.105-33 arm64 framework for managing administrative policies and privileges
ii poppler-data 0.4.11-1 all encoding data for the poppler PDF rendering library
ii printer-driver-pnm2ppa 1.13+nondbs-0ubuntu9 arm64 printer driver for HP-GDI printers
ii procps 2:3.3.17-6ubuntu2.1 arm64 /proc file system utilities
ii pulseaudio 1:15.99.1+dfsg1-1ubuntu2.1 arm64 PulseAudio sound server
ii pulseaudio-utils 1:15.99.1+dfsg1-1ubuntu2.1 arm64 Command line tools for the PulseAudio sound server
ii python-apt-common 2.4.0ubuntu2 all Python interface to libapt-pkg (locales)
ii python3 3.10.6-1~22.04 arm64 interactive high-level object-oriented language (default python3 version)
ii python3-apport 2.20.11-0ubuntu82.5 all Python 3 library for Apport crash report handling
ii python3-apt 2.4.0ubuntu2 arm64 Python 3 interface to libapt-pkg
ii python3-aptdaemon 1.1.1+bzr982-0ubuntu39 all Python 3 module for the server and client of aptdaemon
ii python3-aptdaemon.gtk3widgets 1.1.1+bzr982-0ubuntu39 all Python 3 GTK+ 3 widgets to run an aptdaemon client
ii python3-blinker 1.4+dfsg1-0.4 all fast, simple object-to-object and broadcast signaling library
ii python3-cairo:arm64 1.20.1-3build1 arm64 Python3 bindings for the Cairo vector graphics library
ii python3-cffi-backend:arm64 1.15.0-1build2 arm64 Foreign Function Interface for Python 3 calling C code - runtime
ii python3-chardet 4.0.0-1 all universal character encoding detector for Python3
ii python3-click 8.0.3-1 all Wrapper around optparse for command line utilities - Python 3.x
ii python3-colorama 0.4.4-1 all Cross-platform colored terminal text in Python - Python 3.x
ii python3-cryptography 3.4.8-1ubuntu2.1 arm64 Python library exposing cryptographic recipes and primitives (Python 3)
ii python3-cups:arm64 2.0.1-5build1 arm64 Python3 bindings for CUPS
ii python3-cupshelpers 1.5.16-0ubuntu3 all Python utility modules around the CUPS printing system
ii python3-dateutil 2.8.1-6 all powerful extensions to the standard Python 3 datetime module
ii python3-dbus 1.2.18-3build1 arm64 simple interprocess messaging system (Python 3 interface)
ii python3-debconf 1.5.79ubuntu1 all interact with debconf from Python 3
ii python3-debian 0.1.43ubuntu1.1 all Python 3 modules to work with Debian-related data formats
ii python3-defer 1.0.6-2.1ubuntu1 all Small framework for asynchronous programming (Python 3)
ii python3-dev 3.10.6-1~22.04 arm64 header files and a static library for Python (default)
ii python3-distro 1.7.0-1 all Linux OS platform information API
ii python3-distro-info 1.1ubuntu0.2 all information about distributions' releases (Python 3 module)
ii python3-distupgrade 1:22.04.17 all manage release upgrades
ii python3-distutils 3.10.8-1~22.04 all distutils package for Python 3.x
ii python3-dnspython 2.1.0-1ubuntu1 all DNS toolkit for Python 3
ii python3-gi 3.42.1-0ubuntu1 arm64 Python 3 bindings for gobject-introspection libraries
ii python3-httplib2 0.20.2-2 all comprehensive HTTP client library written for Python3
ii python3-importlib-metadata 4.6.4-1 all library to access the metadata for a Python package - Python 3.x
ii python3-jeepney 0.7.1-3 all pure Python D-Bus interface
ii python3-jwt 2.3.0-1ubuntu0.2 all Python 3 implementation of JSON Web Token
ii python3-keyring 23.5.0-1 all store and access your passwords safely
ii python3-launchpadlib 1.10.16-1 all Launchpad web services client library (Python 3)
ii python3-lazr.restfulclient 0.14.4-1 all client for lazr.restful-based web services (Python 3)
ii python3-lazr.uri 1.0.6-2 all library for parsing, manipulating, and generating URIs
ii python3-ldb 2:2.4.4-0ubuntu0.22.04.2 arm64 Python 3 bindings for LDB
ii python3-lib2to3 3.10.8-1~22.04 all Interactive high-level object-oriented language (lib2to3)
ii python3-minimal 3.10.6-1~22.04 arm64 minimal subset of the Python language (default python3 version)
ii python3-more-itertools 8.10.0-2 all library with routines for operating on iterables, beyond itertools (Python 3)
ii python3-netifaces:arm64 0.11.0-1build2 arm64 portable network interface information - Python 3.x
ii python3-numpy 1:1.21.5-1ubuntu22.04.1 arm64 Fast array facility to the Python 3 language
ii python3-oauthlib 3.2.0-1ubuntu0.1 all generic, spec-compliant implementation of OAuth for Python3
ii python3-pip 22.0.2+dfsg-1ubuntu0.4 all Python package installer
ii python3-pkg-resources 59.6.0-1.2ubuntu0.22.04.1 all Package Discovery and Resource Access using pkg_resources
ii python3-problem-report 2.20.11-0ubuntu82.5 all Python 3 library to handle problem reports
ii python3-psutil 5.9.0-1build1 arm64 module providing convenience functions for managing processes (Python3)
ii python3-pyparsing 2.4.7-1 all alternative to creating and executing simple grammars - Python 3.x
ii python3-samba 2:4.15.13+dfsg-0ubuntu1.5 arm64 Python 3 bindings for Samba
ii python3-secretstorage 3.3.1-1 all Python module for storing secrets - Python 3.x version
ii python3-setproctitle:arm64 1.2.2-2build1 arm64 Setproctitle implementation for Python 3
ii python3-setuptools 59.6.0-1.2ubuntu0.22.04.1 all Python3 Distutils Enhancements
ii python3-six 1.16.0-3ubuntu1 all Python 2 and 3 compatibility library (Python 3 interface)
ii python3-software-properties 0.99.22.9 all manage the repositories that you install software from
ii python3-talloc:arm64 2.3.3-2build1 arm64 hierarchical pool based memory allocator - Python3 bindings
ii python3-tdb 1.4.5-2build1 arm64 Python3 bindings for TDB
ii python3-update-manager 1:22.04.18 all python 3.x module for update-manager
ii python3-wadllib 1.3.6-1 all Python 3 library for navigating WADL files
ii python3-wheel 0.37.1-2ubuntu0.22.04.1 all built-package format for Python
ii python3-xapp 2.2.1-2 all Python 3 XApp library
ii python3-xkit 0.5.0ubuntu5 all library for the manipulation of xorg.conf files (Python 3)
ii python3-yaml 5.4.1-1ubuntu1 arm64 YAML parser and emitter for Python3
ii python3-zipp 1.0.0-3 all pathlib-compatible Zipfile object wrapper - Python 3.x
ii python3.10 3.10.12-1~22.04.3 arm64 Interactive high-level object-oriented language (version 3.10)
ii python3.10-dev 3.10.12-1~22.04.3 arm64 Header files and a static library for Python (v3.10)
ii python3.10-minimal 3.10.12-1~22.04.3 arm64 Minimal subset of the Python language (version 3.10)
ii rake 13.0.6-2 all ruby make-like utility
ii readline-common 8.1.2-1 all GNU readline and history libraries, common files
ii resolvconf 1.84ubuntu1 all name server information handler
ii rfkill 2.37.2-4ubuntu3 arm64 tool for enabling and disabling wireless devices
ii rpcsvc-proto 1.4.2-0ubuntu6 arm64 RPC protocol compiler and definitions
ii rsyslog 8.2112.0-2ubuntu2.2 arm64 reliable system and kernel logging daemon
ii ruby 1:3.0~exp1 arm64 Interpreter of object-oriented scripting language Ruby (default version)
ii ruby-msgpack:arm64 1.4.2-2 arm64 Ruby library for MessagePack
ii ruby-net-telnet 0.1.1-2 all telnet client library
ii ruby-rubygems 3.3.5-2 all Package management framework for Ruby
ii ruby-serialport 1.3.2-1build2 arm64 Library for using RS-232 serial ports from Ruby programs
ii ruby-webrick 1.7.0-3 all HTTP server toolkit in Ruby
ii ruby-xmlrpc 0.3.2-1ubuntu0.1 all XMLRPC library for Ruby
ii ruby3.0 3.0.2-7ubuntu2.4 arm64 Interpreter of object-oriented scripting language Ruby
ii rubygems-integration 1.18 all integration of Debian Ruby packages with Rubygems
ii samba 2:4.15.13+dfsg-0ubuntu1.5 arm64 SMB/CIFS file, print, and login server for Unix
ii samba-common 2:4.15.13+dfsg-0ubuntu1.5 all common files used by both the Samba server and client
ii samba-common-bin 2:4.15.13+dfsg-0ubuntu1.5 arm64 Samba common files used by both the server and the client
ii samba-libs:arm64 2:4.15.13+dfsg-0ubuntu1.5 arm64 Samba core libraries
ii sed 4.8-1ubuntu2 arm64 GNU stream editor for filtering/transforming text
ii sensible-utils 0.0.17 all Utilities for sensible alternative selection
ii session-migration 0.3.6 arm64 Tool to migrate in user session settings
ii shared-mime-info 2.1-2 arm64 FreeDesktop.org shared MIME database and spec
ii slick-greeter 1.5.6-1ubuntu1 arm64 Slick-looking LightDM greeter
ii socat 1.7.4.1-3ubuntu4 arm64 multipurpose relay for bidirectional data transfer
ii software-properties-common 0.99.22.9 all manage the repositories that you install software from (common)
ii software-properties-gtk 0.99.22.9 all manage the repositories that you install software from (gtk)
ii sound-theme-freedesktop 0.8-2ubuntu1 all freedesktop.org sound theme
ii spice-vdagent 0.22.1-1 arm64 Spice agent for Linux
ii sudo 1.9.9-1ubuntu2.4 arm64 Provide limited super user privileges to specific users
ii system-config-printer 1.5.16-0ubuntu3 all graphical interface to configure the printing system
ii system-config-printer-common 1.5.16-0ubuntu3 all backend and the translation files for system-config-printer
ii systemd 249.11-0ubuntu3.11 arm64 system and service manager
ii systemd-sysv 249.11-0ubuntu3.11 arm64 system and service manager - SysV links
rc systemd-timesyncd 249.11-0ubuntu3.11 arm64 minimalistic service to synchronize local time with NTP servers
ii sysvinit-utils 3.01-1ubuntu1 arm64 System-V-like utilities
ii tar 1.34+dfsg-1ubuntu0.1.22.04.2 arm64 GNU version of the tar archiving utility
ii tcsh 6.21.00-1.1 arm64 TENEX C Shell, an enhanced version of Berkeley csh
ii tdb-tools 1.4.5-2build1 arm64 Trivial Database - bundled binaries
ii tracker 3.3.0-1 arm64 metadata database, indexer and search tool
ii tracker-extract 3.3.3-0ubuntu0.20.04.1 arm64 metadata database, indexer and search tool - metadata extractors
ii tracker-miner-fs 3.3.3-0ubuntu0.20.04.1 arm64 metadata database, indexer and search tool - filesystem indexer
ii tzdata 2023c-0ubuntu0.22.04.2 all time zone and daylight-saving time data
ii u-boot-tools 2022.01+dfsg-2ubuntu2.5 arm64 companion tools for Das U-Boot bootloader
ii ubuntu-advantage-desktop-daemon 1.10~22.04.1 arm64 Daemon to allow access to ubuntu-advantage via D-Bus
ii ubuntu-advantage-tools 30~22.04 arm64 management tools for Ubuntu Pro
ii ubuntu-desktop 1.481.1 arm64 The Ubuntu desktop system
ii ubuntu-desktop-minimal 1.481.1 arm64 The Ubuntu desktop minimal system
ii ubuntu-drivers-common 1:0.9.6.2~0.22.04.6 arm64 Detect and install additional Ubuntu driver packages
ii ubuntu-keyring 2021.03.26 all GnuPG keys of the Ubuntu archive
ii ubuntu-minimal 1.481.1 arm64 Minimal core of Ubuntu
ii ubuntu-mono 20.10-0ubuntu2 all Ubuntu Mono Icon theme
ii ubuntu-release-upgrader-core 1:22.04.17 all manage release upgrades
ii ubuntu-release-upgrader-gtk 1:22.04.17 all manage release upgrades
ii ubuntu-session 42.0-1ubuntu2 all Ubuntu session with GNOME Shell
ii ubuntu-settings 22.04.6 all default settings for the Ubuntu desktop
ii ubuntu-wallpapers 22.04.4-0ubuntu1 all Ubuntu Wallpapers
ii ubuntu-wallpapers-jammy 22.04.4-0ubuntu1 all Ubuntu 22.04 Wallpapers
ii ucf 3.0043 all Update Configuration File(s): preserve user changes to config files
ii udev 249.11-0ubuntu3.11 arm64 /dev/ and hotplug management daemon
ii udisks2 2.9.4-1ubuntu2 arm64 D-Bus service to access and manipulate storage devices
ii unzip 6.0-26ubuntu3.1 arm64 De-archiver for .zip files
ii update-manager 1:22.04.18 all GNOME application that manages apt updates
ii update-manager-core 1:22.04.18 all manage release upgrades
ii update-notifier 3.192.54.6 arm64 Daemon which notifies about package updates
ii update-notifier-common 3.192.54.6 all Files shared between update-notifier and other packages
ii upower 0.99.17-1 arm64 abstraction for power management
ii usbutils 1:014-1build1 arm64 Linux USB utilities
ii usrmerge 25ubuntu2 all Convert the system to the merged /usr directories scheme
ii util-linux 2.37.2-4ubuntu3 arm64 miscellaneous system utilities
ii vim-common 2:8.2.3995-1ubuntu2.15 all Vi IMproved - Common files
ii vim-tiny 2:8.2.3995-1ubuntu2.15 arm64 Vi IMproved - enhanced vi editor - compact version
ii whiptail 0.52.21-5ubuntu2 arm64 Displays user-friendly dialog boxes from shell scripts
ii whoopsie-preferences 23 arm64 System preferences for error reporting
ii wireless-tools 30~pre9-13.1ubuntu4 arm64 Tools for manipulating Linux Wireless Extensions
ii wpasupplicant 2:2.10-6ubuntu2 arm64 client support for WPA and WPA2 (IEEE 802.11i)
ii x11-apps 7.7+8build2 arm64 X applications
ii x11-common 1:7.7+23ubuntu2 all X Window System (X.Org) infrastructure
ii x11-session-utils 7.7+4build2 arm64 X session utilities
ii x11-utils 7.7+5build2 arm64 X11 utilities
ii x11-xkb-utils 7.7+5build4 arm64 X11 XKB utilities
ii x11-xserver-utils 7.7+9build1 arm64 X server utilities
ii xauth 1:1.1-1build2 arm64 X authentication utility
ii xdg-dbus-proxy 0.1.3-1 arm64 filtering D-Bus proxy
ii xdg-desktop-portal 1.14.4-1ubuntu2~22.04.1 arm64 desktop integration portal for Flatpak and Snap
ii xdg-user-dirs 0.17-2ubuntu4 arm64 tool to manage well known user directories
ii xdg-user-dirs-gtk 0.10-3build2 arm64 tool to manage well known user directories (Gtk extension)
ii xfonts-base 1:1.0.5 all standard fonts for X
ii xfonts-encodings 1:1.0.5-0ubuntu2 all Encodings for X.Org fonts
ii xfonts-utils 1:7.7+6build2 arm64 X Window System font utility programs
ii xinit 1.4.1-0ubuntu4 arm64 X server initialisation tool
ii xinput 1.6.3-1build2 arm64 Runtime configuration and test of XInput devices
ii xkb-data 2.33-1 all X Keyboard Extension (XKB) configuration data
ii xorg 1:7.7+23ubuntu2 arm64 X.Org X Window System
ii xorg-docs-core 1:1.7.1-1.2 all Core documentation for the X.org X Window System
ii xserver-common 2:21.1.4-2ubuntu1.7~22.04.5 all common files used by various X servers
ii xserver-xorg 1:7.7+23ubuntu2 arm64 X.Org X server
ii xserver-xorg-core 2:21.1.4-2ubuntu1.7~22.04.5 arm64 Xorg X server - core server
ii xserver-xorg-input-all 1:7.7+23ubuntu2 arm64 X.Org X server -- input driver metapackage
ii xserver-xorg-input-libinput 1.2.1-1 arm64 X.Org X server -- libinput input driver
ii xserver-xorg-video-armsoc-xilinx 1.5-trial-13 arm64 X.Org X Server -- ARM SoC display driver for rockchip, amlogic, sunxi and Xilinx(ZynqMP) DRM (mainline kernel)
ii xwayland 2:22.1.1-1ubuntu0.9 arm64 X server for running X clients under Wayland
ii xxd 2:8.2.3995-1ubuntu2.15 arm64 tool to make (or reverse) a hex dump
ii xz-utils 5.2.5-2ubuntu1 arm64 XZ-format compression utilities
ii yaru-theme-gnome-shell 22.04.5 all Yaru GNOME Shell desktop theme from the Ubuntu Community
ii yelp 42.1-1 arm64 Help browser for GNOME
ii yelp-xsl 42.0-1 all XSL stylesheets for the yelp help browser
ii zenity 3.42.1-0ubuntu1 arm64 Display graphical dialog boxes from shell scripts
ii zenity-common 3.42.1-0ubuntu1 all Display graphical dialog boxes from shell scripts (common files)
ii zip 3.0-12build2 arm64 Archiver for .zip files
ii zlib1g:arm64 1:1.2.11.dfsg-2ubuntu9.2 arm64 compression library - runtime
ii zlib1g-dev:arm64 1:1.2.11.dfsg-2ubuntu9.2 arm64 compression library - development
ii zsh 5.8.1-1 arm64 shell with lots of features
ii zsh-common 5.8.1-1 all architecture independent files for Zsh
ii zstd 1.4.8+dfsg-3build1 arm64 fast lossless compression algorithm -- CLI tool