-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackages-with-info.txt
3130 lines (3130 loc) · 124 KB
/
packages-with-info.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
997
998
999
1000
local/64gram-desktop 1:1.1.58-1
Unofficial desktop version of Telegram messaging app
local/7zip 24.09-3.1
File archiver for extremely high compression
local/a52dec 0.8.0-2.1
Library for decoding ATSC A/52 (AC-3) audio streams
local/aalib 1.4rc5-18
ASCII art graphic library
local/aardvark-dns 1.13.1-1.1
Authoritative dns server for A/AAAA container records
local/abseil-cpp 20240722.0-1.1
Collection of C++ library code designed to augment the C++ standard library
local/accounts-qml-module 0.7-6.1
Expose the Online Accounts API to QML applications
local/accountsservice 23.13.9-2.1
D-Bus interface for user account query and manipulation
local/acl 2.3.2-1.1
Access control list utilities, libraries and headers
local/acpica 20240927-1.1
ACPI tools, including Intel ACPI Source Language compiler
local/acpilight 1.2-3
a backward-compatible xbacklight replacement based on ACPI
local/ada 2.9.2-1.1
WHATWG-compliant and fast URL parser written in modern C++
local/adobe-source-code-pro-fonts 2.042u+1.062i+1.026vf-2
Monospaced font family for user interface and coding environments
local/adobe-source-han-sans-cn-fonts 2.004-2
Adobe Source Han Sans Subset OTF - Simplified Chinese OpenType/CFF fonts
local/adobe-source-han-sans-jp-fonts 2.004-2
Adobe Source Han Sans Subset OTF - Japanese OpenType/CFF fonts
local/adobe-source-han-sans-kr-fonts 2.004-2
Adobe Source Han Sans Subset OTF - Korean OpenType/CFF fonts
local/adobe-source-sans-fonts 3.052-2
Sans-serif font family for user interface environments
local/adobe-source-serif-fonts 4.005-2
Serif typeface designed to complement Source Sans
local/adwaita-cursors 47.0-1
GNOME standard cursors
local/adwaita-icon-theme 47.0-1
GNOME standard icons
local/adwaita-icon-theme-legacy 46.2-3
GNOME fallback icons for legacy apps
local/aic94xx-firmware 30-10
Adaptec SAS 44300, 48300, 58300 Sequencer Firmware for AIC94xx driver
local/alsa-card-profiles 1:1.2.7-1.1
Low-latency audio/video router and processor - ALSA card profiles
local/alsa-firmware 1.2.4-4
Firmware binaries for loader programs in alsa-tools and hotplug firmware loader
local/alsa-lib 1.2.13-1.1
An alternative implementation of Linux sound support
local/alsa-plugins 1:1.2.12-4.1
Additional ALSA plugins
local/alsa-topology-conf 1.2.5.1-4
ALSA topology configuration files
local/alsa-ucm-conf 1.2.13-2
ALSA Use Case Manager configuration (and topologies)
local/alsa-utils 1.2.13-2.1
Advanced Linux Sound Architecture - Utilities
local/amd-ucode 20250109.7673dffd-1
Microcode update image for AMD CPUs
local/ananicy-cpp 1.1.1-7.1
Ananicy Cpp is a full rewrite of Ananicy in C++, featuring lower CPU and RAM usage.
local/android-apktool-bin 2.10.0-1
A tool for reverse engineering Android .apk files
local/android-sdk-platform-tools 35.0.2-1
Platform-Tools for Google Android SDK (adb and fastboot)
local/android-studio-alex 2024.2.2.13-1
The official Android IDE (Stable branch)
local/android-tools 35.0.2-10.1
Android platform tools
local/android-udev 20241109-1
Udev rules to connect Android devices to your linux box
local/aom 3.11.0-1.1
Alliance for Open Media video codec
local/appstream 1.0.4-1.1
Provides a standard for creating app stores across distributions
local/aquamarine 0.7.1-2.1
a very light linux rendering backend library
local/arc-gtk-theme 20221218-2
A flat theme with transparent elements for GTK 2,3,4 and Gnome-Shell
local/arch-install-scripts 29-1
Scripts to aid in installing Arch Linux
local/archlinux-keyring 20241203-2
Arch Linux PGP keyring
local/archlinux-tweak-tool-git 25.01-09
Arch Linux Tweak Tool or ATT
local/arcolinux-gtk-surfn-arc-git 25.01-05
Gtk config for ArcoLinux
local/arcolinux-keyring 20251209-3
ArcoLinux GPG keyring
local/arcolinux-mirrorlist-git 24.03-12
ArcoLinux mirrorlist
local/arcolinux-paru-git 23.06-01
paru config for arcolinux
local/arcolinux-systemd-services-git 23.06-01
Systemd services ArcoLinux
local/arcolinuxd-system-config-git 25.01-16
Configuration files for ArcoLinux
local/argon2 20190702-6.1
A password-hashing function (reference C implementation)
local/aribb24 1.0.3-4.1
Library for ARIB STD-B24, decoding JIS 8 bit characters and parsing MPEG-TS stream
local/ark 24.12.1-1.1 (kde-applications kde-utilities)
Archiving Tool
local/ast-firmware 501-1
Aspeed VGA module from the IPMI
local/at-spi2-core 2.54.1-1.1
Protocol definitions and daemon for D-Bus at-spi
local/atkmm 2.28.4-1.1
C++ bindings for ATK
local/attica 6.10.0-1.1 (kf6)
Qt library that implements the Open Collaboration Services API
local/attr 2.5.2-1.1
Extended attribute support library for ACL support
local/audit 4.0.3-1.1
Userspace components of the audit framework
local/autoconf 2.72-1
A GNU tool for automatically configuring source code
local/automake 1.17-1
A GNU tool for automatically creating Makefiles
local/avahi 1:0.8+r194+g3f79789-3.1
Service Discovery for Linux using mDNS/DNS-SD (compatible with Bonjour)
local/awesome-terminal-fonts 1.1.0-5
fonts/icons for powerlines
local/ayugram-desktop-bin 5.8.3-2
Desktop Telegram client with good customization and Ghost mode built by Andontie AUR
local/babl 0.1.110-1.1
Dynamic, any to any, pixel format conversion library
local/baloo 6.10.0-1.1 (kf6)
A framework for searching and managing metadata
local/baloo-widgets 24.12.1-1.1
Widgets for Baloo
local/base 3-2
Minimal package set to define a basic Arch Linux installation
local/base-devel 1-2
Basic tools to build Arch Linux packages
local/bash 5.2.037-2
The GNU Bourne Again shell
local/bash-completion 2.16.0-1
Programmable completion for the bash shell
local/bat 0.25.0-2.1
Cat clone with syntax highlighting and git integration
local/bc 1.08.1-1.1
An arbitrary precision calculator language
local/bind 9.20.4-2.1
A complete, highly portable implementation of the DNS protocol
local/binutils 2.43_1+r171+g01da089627be-2
A set of programs to assemble and manipulate binary and object files
local/bison 3.8.2-8.1
The GNU general-purpose parser generator
local/blas 3.12.1-2.1
Basic Linear Algebra Subprograms
local/bluez 5.79-1.1
Daemons for the bluetooth protocol stack
local/bluez-libs 5.79-1.1
Deprecated libraries for the bluetooth protocol stack
local/boost-libs 1.86.0-6.1
Free peer-reviewed portable C++ source libraries (runtime libraries)
local/bottles 2:51.17-3
Easily manage wine and proton prefix
local/breeze-icons 6.10.0-1.1 (kf6)
Breeze icon theme
local/brightnessctl 0.5.1-3
Lightweight brightness control tool
local/brillo 1.4.12-1
Control the brightness of backlight and keyboard LED devices
local/brltty 6.7-4.1
Braille display driver for Linux/Unix
local/broadcom-wl-dkms 6.30.223.271-38.2
Broadcom 802.11 Linux STA wireless driver
local/brotli 1.1.0-3.1
Generic-purpose lossless compression algorithm
local/btop 1.4.0-4.2
A monitor of system resources, bpytop ported to C++
local/btrfs-progs 6.12-2
Btrfs filesystem utilities
local/bubblewrap 0.11.0-1.1
Unprivileged sandboxing tool
local/bzip2 1.0.8-6.1
A high-quality data compression program
local/c-ares 1.34.4-1.1
A C library for asynchronous DNS requests
local/ca-certificates 20240618-1
Common CA certificates - default providers
local/ca-certificates-mozilla 3.107-1.1
Mozilla's set of trusted CA certificates
local/ca-certificates-utils 20240618-1
Common CA certificates (utilities)
local/cabextract 1.11-2.1
A program to extract Microsoft cabinet (.CAB) files
local/cachyos-keyring 20240331-1 (cachyos)
CachyOS keyring
local/cachyos-mirrorlist 18-1 (cachyos)
cachyos mirrorlist
local/cachyos-v3-mirrorlist 18-1 (cachyos)
cachyos-v3-mirrorlist
local/cachyos-v4-mirrorlist 6-1 (cachyos)
cachyos-v3-mirrorlist
local/cairo 1.18.2-2.1
2D graphics library with support for multiple output devices
local/cairomm 1.14.5-1.1
C++ bindings for Cairo
local/cairomm-1.16 1.18.0-1.1
C++ bindings for Cairo
local/cantarell-fonts 1:0.303.1-2
Humanist sans serif font
local/capstone 5.0.3-2.1
Lightweight multi-platform, multi-architecture disassembly framework
local/cargo-ndk 3.5.7-1.1
Compile Rust projects against the Android NDK without hassle
local/catatonit 0.2.1-1.1
A container init that is so simple it's effectively brain-dead.
local/cava 0.10.3-2
Console-based Audio Visualizer for Alsa
local/cblas 3.12.1-2.1
C interface to BLAS
local/cdparanoia 10.2-9.1
Compact Disc Digital Audio extraction tool
local/cdrtools 3.02a09-6.1
Highly portable CD/DVD/BluRay command line recording software
local/cfitsio 1:4.5.0-1.2
A library of C and Fortran subroutines for reading and writing data files in FITS (Flexible Image Transport System) data format
local/chafa 1.14.5-1.1
Image-to-text converter supporting a wide range of symbols and palettes, transparency, animations, etc.
local/chaotic-keyring 20230616-1
Chaotic-AUR PGP keyring
local/chaotic-mirrorlist 20240724-1
Chaotic-AUR mirrorlist to use with Pacman
local/chromaprint 1.5.1-9.1
Library for extracting fingerprints from any audio source
local/chrony 4.6.1-2.1
Lightweight NTP client and server
local/cifs-utils 7.1-1
CIFS filesystem user-space tools
local/clang 19.1.7-2
C language family frontend for LLVM
local/cliphist 1:0.6.1-1.1
wayland clipboard manager
local/clonezilla 5.6.13-1
ncurses partition and disk imaging/cloning program
local/cloudflare-warp-bin 2024.12.554-1
Cloudflare Warp Client
local/clucene 2.3.3.4-15.1
C++ port of the high-performance text search engine Lucene
local/cmake 3.31.5-1.1
A cross-platform open-source make system
local/compiler-rt 19.1.7-1.1
Compiler runtime libraries for clang
local/conmon 1:2.1.12-1.1
OCI container runtime monitor
local/containers-common 1:0.61.1-1
Configuration files and manpages for containers
local/convertlit 1.8-12
An extractor/converter for .LIT eBooks
local/coreutils 9.6-2
The basic file, shell and text manipulation utilities of the GNU operating system
local/cpio 2.15-2.1
A tool to copy files into or out of a cpio or tar archive
local/cppdap 1.58.0-2.1
C++ library for the Debug Adapter Protocol
local/cpupower 6.13-2 (linux-tools)
Linux kernel tool to examine and tune power saving related features of your processor
local/criu 4.0-2
Utilities to checkpoint and restore processes in userspace
local/crun 1.19.1-2.1
A fast and lightweight fully featured OCI runtime and C library for running containers
local/cryptsetup 2.7.5-2.1
Userspace setup tool for transparent encryption of block devices using dm-crypt
local/curl 8.11.1-3.1
command line tool and library for transferring data with URLs
local/dav1d 1.5.1-1.1
AV1 cross-platform decoder focused on speed and correctness
local/db5.3 5.3.28-5.1
The Berkeley DB embedded database system v5.3
local/dbus 1.16.0-1.1
Freedesktop.org message bus system
local/dbus-broker 36-4.1
Linux D-Bus Message Broker
local/dbus-broker-units 36-4.1
Linux D-Bus Message Broker - Service units
local/dbus-glib 0.112-4.1
GLib bindings for D-Bus (deprecated)
local/dbus-units 36-4.1
D-Bus service units (default provider)
local/dconf 0.40.0-3.1
Configuration database system
local/ddcutil 2.1.4-2.1
Query and change Linux monitor settings using DDC/CI and USB.
local/ddrescue 1.29-1.1
GNU data recovery tool
local/debugedit 5.1-1.1
Tool to mangle source locations in .debug files
local/default-cursors 3-1
Default cursor set
local/desktop-file-utils 0.28-1.1
Command line utilities for working with desktop entries
local/device-mapper 2.03.30-1.1
Device mapper userspace library and tools
local/dex 0.9.0-2
Program to generate and execute DesktopEntry files of type Application
local/dialog 1:1.3_20240619-2.1
A tool to display dialog boxes from shell scripts
local/diffutils 3.10-1.1
Utility programs used for creating patch files
local/ding-libs 0.6.2-2.1
"DING is not GNU" helper libraries for SSSD and FreeIPA
local/discount 3.0.0.d-1.1
A Markdown implementation written in C
local/distrobox 1.8.1.1-1
Use any linux distribution inside your terminal.
local/djvulibre 3.5.28-6.1
Library and utilities to create, manipulate and view DjVu (déjà vu) documents
local/dkms 3.1.4-2
Dynamic Kernel Modules System
local/dmidecode 3.6-1.4
Desktop Management Interface table related utilities
local/dmraid 1.0.0.rc16.3-15.1
Device mapper RAID interface
local/dnsmasq 2.90-2.1
Lightweight, easy to configure DNS forwarder and DHCP server
local/dnssec-anchors 20190629-4
DNSSEC trust anchors for the root zone
local/dolphin 24.12.1-1.1 (kde-applications kde-system)
KDE File Manager
local/dosfstools 4.2-5.1
DOS filesystem utilities
local/dotconf 1.4.1-1.1
A C library for parsing configuration files
local/double-conversion 3.3.0-2.2
Binary-decimal and decimal-binary routines for IEEE doubles
local/downgrade 11.4.3-1
Bash script for downgrading one or more packages to a version in your cache or the A.L.A.
local/dracut 105-1
An event driven initramfs infrastructure
local/dracut-hook 0.5.3-1
Install/remove hooks for dracut
local/drbl 2.30.5-3
Diskless Remote Boot in Linux: manage the deployment of the GNU/Linux operating system across many clients
local/droidcam-obs-plugin-bin 2.3.3-1
Plugin for DroidCam OBS
local/dtc 1.7.2-3.1
Device Tree Compiler
local/duf 0.8.1-3.1
Disk Usage/Free Utility
local/duktape 2.7.0-7.1
Embeddable Javascript engine
local/dunst 1.12.1-1.1
Customizable and lightweight notification-daemon
local/e2fsprogs 1.47.2-1.1
Ext2/3/4 filesystem utilities
local/ebook-tools 0.2.2-8.1
Tools for accessing and converting various ebook file formats
local/ecryptfs-utils 111-9.1
Enterprise-class stacked cryptographic filesystem for Linux
local/editorconfig-core-c 0.12.9-1.1
EditorConfig core code written in C (for use by plugins supporting EditorConfig parsing)
local/edk2-aarch64 202411-1
Firmware for Virtual Machines (aarch64)
local/edk2-arm 202411-1
Firmware for Virtual Machines (armv7)
local/edk2-ovmf 202411-1
Firmware for Virtual Machines (x86_64, i686)
local/edk2-shell 202411-1
EDK2 UEFI Shell
local/efibootmgr 18-3.1
Linux user-space application to modify the EFI Boot Manager
local/efivar 39-1.1
Tools and libraries to work with EFI variables
local/egl-wayland 4:1.1.17-1.1
EGLStream-based Wayland external platform
local/eglexternalplatform 1.2-2
EGL External Platform interface
local/electron27 27.3.11-7
Build cross platform desktop apps with web technologies
local/electron34 34.0.0-3.1
Build cross platform desktop apps with web technologies
local/ell 0.71-1.1
Embedded Linux library
local/emote 4.1.0-2
Modern popup emoji picker
local/enchant 2.8.2-1.1
A wrapper library for generic spell checking
local/endeavouros-keyring 20231222-1
EndeavourOS keyring
local/endeavouros-mirrorlist 25.1-1
EndeavourOS mirrorlist
local/ethtool 1:6.9-1.1
Utility for controlling network drivers and hardware
local/exfatprogs 1.2.6-1.1
exFAT filesystem userspace utilities for the Linux Kernel exfat driver
local/exiv2 0.28.3-1.1
Exif, Iptc and XMP metadata manipulation library and tools
local/expac 10-11.2
alpm data (pacman database) extraction utility
local/expat 2.6.4-1.1
An XML parser library
local/eza 0.20.15-1.1
A modern replacement for ls (community fork of exa)
local/f2fs-tools 1.16.0-3.1
Tools for Flash-Friendly File System (F2FS)
local/faac 1.30-5.1
Freeware Advanced Audio Coder
local/faad2 2.11.1-1.1
Freeware Advanced Audio (AAC) Decoder
local/fakeroot 1.36.2-1.1
Tool for simulating superuser privileges
local/fancontrol-gui-git 0.8.r25.g6304eb6-1
GUI for the fancontrol script and systemd service
local/fastfetch 2.34.1-1.1
A feature-rich and performance oriented neofetch like system information tool
local/fatresize 1.1.0-2.1
A utility to resize FAT filesystems using libparted
local/fcitx5 5.1.11-2.1 (fcitx5-im)
Next generation of fcitx
local/fd 10.2.0-1.1
Simple, fast and user-friendly alternative to find
local/ffmpeg 2:7.1-6.1
Complete solution to record, convert and stream audio and video
local/ffmpeg4.4 4.4.5-2.1
Complete solution to record, convert and stream audio and video
local/ffmpegthumbs 24.12.1-1.1 (kde-applications kde-multimedia)
FFmpeg-based thumbnail creator for video files
local/fftw 3.3.10-7.1
A library for computing the discrete Fourier transform (DFT)
local/file 5.46-3.1
File type identification utility
local/filesystem 2024.11.21-1
Base Arch Linux files
local/filezilla 3.68.1-1.1
Fast and reliable FTP, FTPS and SFTP client
local/findutils 4.10.0-2.1
GNU utilities to locate files
local/firewalld 2.3.0-2
Firewall daemon with D-Bus interface
local/fish 3.7.1-2.1
Smart and user friendly shell intended mostly for interactive use
local/fisher 4.4.5-1
A package manager for the fish shell
local/flac 1.4.3-2.1
Free Lossless Audio Codec
local/flex 2.6.4-5.1
A tool for generating text-scanning programs
local/fluidsynth 2.4.2-1.1 (pro-audio)
A real-time software synthesizer based on the SoundFont 2 specifications
local/fmt 11.1.2-1.1
Open-source formatting library for C++
local/fontconfig 2:2.16.0-2.1
Library for configuring and customizing font access
local/freeglut 3.6.0-1.1
Free OpenGL Utility Toolkit
local/freetype2 2.13.3-1.1
Font rasterization library
local/fribidi 1.0.16-1.1
A Free Implementation of the Unicode Bidirectional Algorithm
local/fsarchiver 0.8.8-1.1
Safe and flexible file-system backup and deployment tool
local/fuse-common 3.16.2-1.1
Common files for fuse2/3 packages
local/fuse2 2.9.9-5
Interface for userspace programs to export a filesystem to the Linux kernel
local/fuse3 3.16.2-1.1
Interface for userspace programs to export a filesystem to the Linux kernel
local/fzf 0.57.0-1.1
Command-line fuzzy finder
local/gawk 5.3.1-1.1
GNU version of awk
local/gc 8.2.8-2.1
A garbage collector for C and C++
local/gcc 14.2.1+r134+gab884fffe3fc-3
The GNU Compiler Collection - C and C++ frontends
local/gcc-libs 14.2.1+r134+gab884fffe3fc-3
Runtime libraries shipped by GCC
local/gconf 3.2.6+11+g07808097-12
An obsolete configuration database system
local/gcr 3.41.2-2.1
A library for bits of crypto UI and parsing
local/gcr-4 4.3.0-1.1
A library for bits of crypto UI and parsing
local/gdbm 1.24-1.1
GNU database library
local/gdk-pixbuf2 2.42.12-2.1
An image loading library
local/gegl 0.4.52-1.1
Graph based image processing framework
local/gettext 0.23.1-2.1
GNU internationalization library
local/ghostscript 10.04.0-1.1
An interpreter for the PostScript language
local/giflib 5.2.2-1
Library for reading and writing gif images
local/gimp 2.10.38-5.1
GNU Image Manipulation Program
local/git 2.48.1-1.1
the fast distributed version control system
local/github-cli 2.65.0-1.1
The GitHub CLI
local/gksu 2.0.2-6
A graphical frontend for su
local/glib-networking 1:2.80.1-1.1
Network extensions for GLib
local/glib2 2.82.4-2.1
Low level core library
local/glibc 2.40+r66+g7d4b6bcae91f-2
GNU C Library
local/glibmm 2.66.7-1
C++ bindings for GLib
local/glibmm-2.68 2.82.0-1.1
C++ bindings for GLib
local/glslang 15.1.0-1.1
OpenGL and OpenGL ES shader front end and validator
local/glu 9.0.3-2.1
Mesa OpenGL utility library
local/glusterfs 1:11.1-3.1
a cluster file-system capable of scaling to several peta-bytes.
local/gmp 6.3.0-2.1
A free library for arbitrary precision arithmetic
local/gnome-keyring 1:46.2-1.1 (gnome)
Stores passwords and encryption keys
local/gnulib-l10n 20241231-1
The Gnulib localizations
local/gnupg 2.4.7-1.1
Complete and free implementation of the OpenPGP standard
local/gnutls 3.8.8-1.1
A library which provides a secure layer over a reliable transport layer
local/gobject-introspection 1.82.0-2
Introspection system for GObject-based libraries
local/gobject-introspection-runtime 1.82.0-2
Introspection system for GObject-based libraries - runtime
local/gpart 0.3-5.1
Partition table rescue/guessing tool
local/gperftools 2.16-1.2
Fast, multi-threaded malloc and nifty performance analysis tools
local/gpgme 1.24.1-3.1
A C wrapper library for GnuPG
local/gpm 1.20.7.r38.ge82d1a6-6.1
A mouse server for the console and xterm
local/gptfdisk 1.0.10-1.1
A text-mode partitioning tool that works on GUID Partition Table (GPT) disks
local/graphene 1.10.8-2.1
Thin layer of graphic data types
local/graphite 1:1.3.14-4
reimplementation of the SIL Graphite text processing engine
local/grep 3.11-1.1
A string search utility
local/grim 1.4.1-2.1
Screenshot utility for Wayland
local/grimblast-git r89.fe26a90-1
A helper for screenshots within Hyprland.
local/groff 1.23.0-7.1
GNU troff text-formatting system
local/grub 2:2.12-3.1
GNU GRand Unified Bootloader (2)
local/grub-customizer 5.2.5-1.1
A graphical grub2 settings manager
local/gsettings-desktop-schemas 47.1-1
GSettings schemas for GNOME desktop components
local/gsettings-system-schemas 47.1-1
GSettings schemas for GNOME system components
local/gsm 1.0.22-2.1
Shared libraries for GSM 06.10 lossy speech compression
local/gspell 1.14.0-1.2
Spell-checking library for GTK applications
local/gssdp 1.6.3-2.1
GObject-based API for handling resource discovery and announcement over SSDP
local/gssproxy 0.9.2-1.1
GSSAPI Proxy
local/gst-plugin-pipewire 1:1.2.7-1.1
Multimedia graph framework - pipewire plugin
local/gst-plugin-va 1.24.11-2
Multimedia graph framework - va plugin
local/gst-plugins-bad 1.24.11-2
Multimedia graph framework - bad plugins
local/gst-plugins-bad-libs 1.24.11-2
Multimedia graph framework - bad
local/gst-plugins-base 1.24.11-2
Multimedia graph framework - base plugins
local/gst-plugins-base-libs 1.24.11-2
Multimedia graph framework - base
local/gst-plugins-good 1.24.11-2
Multimedia graph framework - good plugins
local/gst-plugins-ugly 1.24.11-2
Multimedia graph framework - ugly plugins
local/gstreamer 1.24.11-2
Multimedia graph framework - core
local/gstreamer-vaapi 1.24.11-2
Multimedia graph framework - vaapi plugin
local/gtest 1.15.2-1.1
Google Test - C++ testing utility
local/gtk-layer-shell 0.9.0-1.2
Library to create Wayland desktop components using the Layer Shell protocol
local/gtk-update-icon-cache 1:4.16.12-1.1
GTK icon cache updater
local/gtk2 2.24.33-5
GObject-based multi-platform GUI toolkit (legacy)
local/gtk3 1:3.24.43-4.1
GObject-based multi-platform GUI toolkit
local/gtk4 1:4.16.12-1.1
GObject-based multi-platform GUI toolkit
local/gtkmm-4.0 4.16.0-1.1
C++ bindings for GTK 4
local/gtkmm3 3.24.9-1.1
C++ bindings for GTK+ 3
local/gtksourceview3 1:3.24.11+r28+g73e57b57-2.1
Text widget with syntax highlighting for GNOME
local/gtksourceview5 5.14.2-1.1
A text widget adding syntax highlighting and more to GNOME
local/guile 3.0.10-1.1
Portable, embeddable Scheme implementation written in C
local/gummy 0.6.1-1
Screen brightness/temperature manager for Linux
local/gupnp 1:1.6.8-1
GObject-based UPNP framework
local/gupnp-igd 1.6.0-1.1
A library to handle UPnP IGD port mapping
local/gwenview 24.12.1-1.1 (kde-applications kde-graphics)
A fast and easy to use image viewer
local/gzip 1.13-4.1
GNU compression utility
local/harfbuzz 10.2.0-1
OpenType text shaping engine
local/harfbuzz-icu 10.2.0-1
OpenType text shaping engine - ICU integration
local/hdparm 9.65-2.1
A shell utility for manipulating Linux IDE drive/driver parameters
local/heroic-games-launcher 2.15.2-6
Native GOG, Epic Games and Amazon games launcher for Linux
local/hicolor-icon-theme 0.18-1
Freedesktop.org Hicolor icon theme
local/hidapi 0.14.0-3.1
Simple library for communicating with USB and Bluetooth HID devices
local/highway 1.2.0-1.1
A C++ library that provides portable SIMD/vector intrinsics
local/htop 3.3.0-3.1
Interactive process viewer
local/http-parser 2.9.4-2.1
Parser for HTTP Request/Response written in C
local/hunspell 1.7.2-2.3
Spell checker and morphological analyzer library and program
local/hw-probe 1.6.6-1
Probe for hardware, check its operability and upload result to https://linux-hardware.org
local/hwdata 0.391-1
hardware identification databases
local/hwinfo 23.3-1.1
Hardware detection tool from openSUSE
local/hwloc 2.11.2-1.1
Portable Hardware Locality is a portable abstraction of hierarchical architectures
local/hyperv 6.13-2 (linux-tools)
Hyper-V tools
local/hyphen 2.8.8-6.1
library for high quality hyphenation and justification
local/hyprcursor 0.1.11-2.1
The hyprland cursor format, library and utilities
local/hyprgraphics 0.1.1-5.1
hyprland graphics resources and utilities
local/hypridle 0.1.5-3.1
hyprland’s idle daemon
local/hyprland 0.46.2-8
a highly customizable dynamic tiling Wayland compositor
local/hyprland-qt-support 0.1.0-3.1
QML style provider for Hypr* QT apps
local/hyprland-qtutils 0.1.3-3.1
Qt/QML utility apps for Hyprland
local/hyprlang 0.6.0-4.1
implementation library for the hypr config language
local/hyprlock 0.6.2-1.1
hyprland’s GPU-accelerated screen locking utility
local/hyprpicker 0.4.2-2.1
A wlroots-compatible Wayland color picker that does not suck
local/hyprutils 0.4.0-1.1
Hyprland utilities library used across the ecosystem
local/hyprwayland-scanner 0.4.4-1.1
A Hyprland implementation of wayland-scanner, in and for C++
local/i2c-tools 4.4-2.1
Heterogeneous set of I2C tools for Linux that used to be part of lm-sensors
local/iana-etc 20241206-1
/etc/protocols and /etc/services provided by IANA
local/icoextract 0.1.5-2
Icon extractor for Windows PE files (.exe/.dll) with optional thumbnailer functionality
local/icu 75.1-2.1
International Components for Unicode library
local/ijs 0.35-6.1
a library which implements a protocol for transmission of raster page images
local/imagemagick 7.1.1.43-1.1
An image viewing/manipulation program
local/imath 3.1.12-2.1
A C++ and python library of 2D and 3D vector, matrix, and math operations for computer graphics
local/imlib2 1.12.3-2.1
Library that does image file loading and saving as well as rendering, manipulation, arbitrary polygon support
local/iniparser 4.2.5-1.1
A free stand-alone ini file parsing library written in portable ANSI C
local/inxi 3.3.37.1-1
Full featured CLI system information tool
local/iproute2 6.13.0-1.1
IP Routing Utilities
local/iptables 1:1.8.10-2.1
Linux kernel packet control tool (using legacy interface)
local/iputils 20240905-1.1
Network monitoring tools, including ping
local/iso-codes 4.17.0-1
Lists of the country, language, and currency names
local/it87-dkms-git 269.213db3a-1
Linux Driver for ITE LPC chips
local/iw 6.9-1.1
nl80211 based CLI configuration utility for wireless devices
local/iwd 3.3-1.1
Internet Wireless Daemon
local/jadx 1.5.0-1
Command line and GUI tools to produce Java source code from Android Dex and APK files
local/jadx-gui-desktop 1.0.1-1
A .desktop file for JADX-GUI, with an icon
local/jansson 2.14-4.1
C library for encoding, decoding and manipulating JSON data
local/jasper 4.2.4-2.1
Software-based implementation of the codec specified in the emerging JPEG-2000 Part-1 standard
local/java-environment-common 3-6
Common files for Java Development Kits
local/java-runtime-common 3-6
Common files for Java Runtime Environments
local/jbig2dec 0.20-1.1
Decoder implementation of the JBIG2 image compression format
local/jbigkit 2.1-8.1
Data compression library/utilities for bi-level high-resolution images
local/jdk21-openjdk 21.0.5.u11-2
OpenJDK Java 21 development kit
local/jemalloc 1:5.3.0-5.1
General-purpose scalable concurrent malloc implementation
local/jfsutils 1.1.15-9.1
JFS filesystem utilities
local/jq 1.7.1-2.1
Command-line JSON processor
local/json-c 0.18-1.1
JSON implementation in C
local/json-glib 1.10.6-1.1
JSON library built on GLib
local/jsoncpp 1.9.6-3.2
C++ library for interacting with JSON
local/kaccounts-integration 24.12.1-1.1
Online account management system and its Plasma integration components
local/karchive 6.10.0-1.1 (kf6)
Qt addon providing access to numerous types of archives
local/karchive5 5.116.0-1.1 (kf5)
Qt 5 addon providing access to numerous types of archives
local/kate 24.12.1-1.1 (kde-applications kde-utilities)
Advanced text editor
local/kauth 6.10.0-1.1 (kf6)
Abstraction to system policy and authentication features
local/kauth5 5.116.0-1.1 (kf5)
Abstraction to system policy and authentication features
local/kbd 2.7.1-1.1
Keytable files and keyboard utilities
local/kbookmarks 6.10.0-1.1 (kf6)
Support for bookmarks and the XBEL format
local/kbookmarks5 5.116.0-1.1 (kf5)
Support for bookmarks and the XBEL format
local/kcmutils 6.10.0-1.1 (kf6)
Utilities for interacting with KCModules
local/kcodecs 6.10.0-1.1 (kf6)
Provide a collection of methods to manipulate strings using various encodings
local/kcodecs5 5.116.0-1.5 (kf5)
Provide a collection of methods to manipulate strings using various encodings
local/kcolorpicker 0.3.1-4
Qt based Color Picker with popup menu
local/kcolorscheme 6.10.0-1.1 (kf6)
Classes to read and interact with KColorScheme
local/kcompletion 6.10.0-1.1 (kf6)
Text completion helpers and widgets
local/kcompletion5 5.116.0-1.3 (kf5)
Text completion helpers and widgets
local/kconfig 6.10.0-1.1 (kf6)
Configuration system
local/kconfig5 5.116.0-1.1 (kf5)
Configuration system
local/kconfigwidgets 6.10.0-1.1 (kf6)
Widgets for KConfig
local/kconfigwidgets5 5.116.0-1.1 (kf5)
Widgets for KConfig
local/kcoreaddons 6.10.0-1.1 (kf6)
Addons to QtCore
local/kcoreaddons5 5.116.0-1.1 (kf5)
Addons to QtCore
local/kcrash 6.10.0-1.1 (kf6)
Support for application crash analysis and bug report from apps
local/kcrash5 5.116.0-1.1 (kf5)
Support for application crash analysis and bug report from apps
local/kdbusaddons 6.10.0-1.1 (kf6)
Addons to QtDBus
local/kdbusaddons5 5.116.0-1.1 (kf5)
Addons to QtDBus
local/kde-cli-tools 6.2.5-1.1 (plasma)
Tools based on KDE Frameworks 5 to better interact with the system
local/kdeclarative5 5.116.0-1.1 (kf5)
Provides integration of QML and KDE Frameworks
local/kded5 5.116.0-1.1 (kf5)
Extensible deamon for providing system level services
local/kdesu 6.10.0-1.1 (kf6)
Integration with su for elevated privileges
local/kdnssd 6.10.0-1.1 (kf6)
Abstraction to system DNSSD features
local/kdsoap-qt6 2.2.0-1
Qt-based client-side and server-side SOAP component
local/kdsoap-ws-discovery-client 0.4.0-1.1
WS-Discovery client library based on KDSoap
local/keyutils 1.6.3-3.1
Linux Key Management Utilities
local/kfilemetadata 6.10.0-1.1 (kf6)
A library for extracting file metadata
local/kglobalaccel 6.10.0-1.1 (kf6)
Add support for global workspace shortcuts
local/kglobalaccel5 5.116.0-1.1 (kf5)
Add support for global workspace shortcuts
local/kguiaddons 6.10.0-1.1 (kf6)
Addons to QtGui
local/kguiaddons5 5.116.0-1.1 (kf5)
Addons to QtGui
local/ki18n 6.10.0-1.1 (kf6)
Advanced internationalization framework
local/ki18n5 5.116.0-1.1 (kf5)
Advanced internationalization framework
local/kiconthemes 6.10.0-1.1 (kf6)
Support for icon themes
local/kiconthemes5 5.116.0-1.1 (kf5)
Support for icon themes
local/kidletime 6.10.0-1.1 (kf6)
Monitoring user activity
local/kimageannotator 0.7.1-3
Tool for annotating images
local/kio 6.10.0-1.1 (kf6)
Resource and network access abstraction
local/kio-admin 24.12.1-1.1 (kde-applications kde-system)
Manage files as administrator using the admin:// KIO protocol
local/kio-extras 24.12.1-1.1 (kde-applications kde-network)
Additional components to increase the functionality of KIO
local/kio5 5.116.0-1.2 (kf5)
Resource and network access abstraction
local/kirigami 6.10.0-1.1 (kf6)
A QtQuick based components set
local/kirigami2 5.116.0-1.1 (kf5)
A QtQuick based components set
local/kitemmodels 6.10.0-1.1 (kf6)
Models for Qt Model/View system
local/kitemviews 6.10.0-1.1 (kf6)
Widget addons for Qt Model/View
local/kitemviews5 5.116.0-1.1 (kf5)
Widget addons for Qt Model/View
local/kitty 0.39.0-1.1
A modern, hackable, featureful, OpenGL-based terminal emulator
local/kitty-shell-integration 0.39.0-1.1
Shell integration scripts for kitty, an OpenGL-based terminal emulator
local/kitty-terminfo 0.39.0-1.1
Terminfo for kitty, an OpenGL-based terminal emulator
local/kjobwidgets 6.10.0-1.1 (kf6)
Widgets for tracking KJob instances
local/kjobwidgets5 5.116.0-1.1 (kf5)
Widgets for tracking KJob instances
local/kmod 33-3.1
Linux kernel module management tools and library
local/knewstuff 6.10.0-1.1 (kf6)
Support for downloading application assets from the network
local/knotifications 6.10.0-1.1 (kf6)
Abstraction for system notifications
local/knotifications5 5.116.0-1.3 (kf5)
Abstraction for system notifications
local/knotifyconfig 6.10.0-1.1 (kf6)
Configuration system for KNotify
local/konsole 24.12.1-1.1 (kde-applications kde-utilities)
KDE terminal emulator
local/kpackage 6.10.0-1.1 (kf6)
Framework that lets applications manage user installable packages of non-binary assets
local/kpackage5 5.116.0-1.1 (kf5)
Framework that lets applications manage user installable packages of non-binary assets
local/kparts 6.10.0-1.1 (kf6)
Document centric plugin system
local/kpmcore 24.12.1-1.1
Library for managing partitions
local/kpty 6.10.0-1.1 (kf6)
Pty abstraction
local/krb5 1.21.3-1.1
The Kerberos network authentication system
local/kservice 6.10.0-1.1 (kf6)
Advanced plugin and service introspection
local/kservice5 5.116.0-1.1 (kf5)
Advanced plugin and service introspection
local/ktexteditor 6.10.0-1.1 (kf6)
Advanced embeddable text editor
local/ktextwidgets 6.10.0-1.1 (kf6)
Advanced text editing widgets
local/ktextwidgets5 5.116.0-1.1 (kf5)
Advanced text editing widgets
local/kuserfeedback 6.10.0-1.1
Framework for collecting user feedback for applications via telemetry and surveys
local/kvantum 1.1.3-1.1
SVG-based theme engine for Qt6 (including config tool and extra themes)
local/kvantum-qt5 1.1.3-1.1
SVG-based theme engine for Qt5
local/kwallet 6.10.0-1.1 (kf6)
Secure and unified container for user passwords
local/kwallet5 5.116.0-1.1 (kf5)
Secure and unified container for user passwords
local/kwidgetsaddons 6.10.0-1.1 (kf6)
Addons to QtWidgets
local/kwidgetsaddons5 5.116.0-1.1 (kf5)
Addons to QtWidgets
local/kwindowsystem 6.10.0-1.1 (kf6)
Access to the windowing system
local/kwindowsystem5 5.116.0-1.2 (kf5)
Access to the windowing system
local/kxmlgui 6.10.0-1.1 (kf6)
User configurable main windows
local/kxmlgui5 5.116.0-1.1 (kf5)
User configurable main windows
local/l-smash 2.14.5-4.1
MP4 muxer and other tools
local/lame 3.100-5.1
A high quality MPEG Audio Layer III (MP3) encoder
local/lapack 3.12.1-2.1
Linear Algebra PACKage
local/laptop-detect 0.16-2
Attempts to detect a laptop
local/lbzip2 2.5-6.1
A parallel, SMP-based, bzip2-compatible compression utility
local/lcms2 2.16-1.1
Small-footprint color management engine, version 2
local/ldb 2:4.21.3-1.1
Schema-less, ldap like, API and database
local/ldns 1.8.4-1.1
Fast DNS library supporting recent RFCs
local/lensfun 1:0.3.4-5.1
Database of photographic lenses and a library that allows advanced access to the database
local/less 1:668-1.1
A terminal based program for viewing text files
local/lib32-acl 2.3.2-1
Access control list libraries (32-bit)
local/lib32-alsa-lib 1.2.13-1
An alternative implementation of Linux sound support (32 bit)
local/lib32-alsa-plugins 1.2.12-1
Additional ALSA plugins (32-bit)
local/lib32-amdvlk 2024.Q4.3-1
AMD's standalone Vulkan driver
local/lib32-attr 2.5.2-1
Extended attribute support library for ACL support (32-bit)
local/lib32-brotli 1.1.0-1
Generic-purpose lossless compression algorithm (32-bit)
local/lib32-bzip2 1.0.8-4
A high-quality data compression program (32-bit)
local/lib32-curl 8.11.1-3
command line tool and library for transferring data with URLs (32-bit)
local/lib32-dbus 1.16.0-1
Freedesktop.org message bus system - 32-bit
local/lib32-e2fsprogs 1.47.2-1
Ext2/3/4 filesystem libraries (32-bit)
local/lib32-expat 2.6.4-1
An XML Parser library
local/lib32-fontconfig 2:2.16.0-2
Library for configuring and customizing font access
local/lib32-freetype2 2.13.3-2
Font rasterization library (32-bit)
local/lib32-gcc-libs 14.2.1+r134+gab884fffe3fc-3
32-bit runtime libraries shipped by GCC
local/lib32-gettext 0.22.5-1
GNU internationalization library (32-bit)
local/lib32-glib2 2.82.4-1
Low level core library - 32-bit
local/lib32-glibc 2.40+r66+g7d4b6bcae91f-2
GNU C Library (32-bit)
local/lib32-harfbuzz 10.2.0-1
OpenType text shaping engine - 32-bit
local/lib32-icu 75.1-1
International Components for Unicode library (32 bit)
local/lib32-json-c 0.18-1
JSON implementation in C (32-bit)
local/lib32-keyutils 1.6.3-2
Linux Key Management Utilities (32-bit)
local/lib32-krb5 1.21.3-1
The Kerberos network authentication system (32-bit)
local/lib32-libcap 2.71-1
POSIX 1003.1e capabilities (32-bit)
local/lib32-libdrm 2.4.124-1
Userspace interface to kernel DRM services (32-bit)
local/lib32-libelf 0.192-2
Handle ELF object files and DWARF debugging information (libraries) (32-bit)
local/lib32-libffi 3.4.6-1
Portable foreign function interface library (32-bit)
local/lib32-libgcrypt 1.11.0-1
General purpose cryptographic library based on the code from GnuPG (32-bit)
local/lib32-libglvnd 1.7.0-1
The GL Vendor-Neutral Dispatch library
local/lib32-libgpg-error 1.51-1
Support library for libgcrypt (32-bit)
local/lib32-libidn2 2.3.7-1
Free software implementation of IDNA2008, Punycode and TR46
local/lib32-libldap 2.6.9-1
Lightweight Directory Access Protocol (LDAP) client libraries (32-bit)
local/lib32-libnghttp2 1.64.0-1
Framing layer of HTTP/2 is implemented as a reusable C library (32-bit)
local/lib32-libnghttp3 1.7.0-1
HTTP/3 library written in C (32-bit)
local/lib32-libnl 3.11.0-1
Library for applications dealing with netlink sockets (32 bit)
local/lib32-libnsl 2.0.1-1
Public client interface library for NIS(YP)