_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/

Enter the query into the form above. You can look for specific version of a package by using @ symbol like this: gcc@10.

API method:

GET /api/packages?search=hello&page=1&limit=20

where search is your query, page is a page number and limit is a number of items on a single page. Pagination information (such as a number of pages and etc) is returned in response headers.

If you'd like to join our channel webring send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.


ell 0.79
Dependencies: dbus@1.15.8
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page: https://01.org/ell
Licenses: LGPL 2.1+
Build system: gnu
Synopsis: Embedded Linux Library
Description:

The Embedded Linux* Library (ELL) provides core, low-level functionality for system daemons. It typically has no dependencies other than the Linux kernel, C standard library, and libdl (for dynamic linking). While ELL is designed to be efficient and compact enough for use on embedded Linux platforms, it is not limited to resource-constrained systems.

evdi 1.14.8
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page: https://github.com/DisplayLink/evdi
Licenses: GPL 2
Build system: linux-module
Synopsis: @acronym{EVDI, Extensible Virtual Display Interface} Linux kernel module
Description:

The EVDI is a Linux kernel module that enables management of multiple screens, allowing user-space programs to take control over what happens with the image. It is essentially a virtual display for which applications using the libevdi library can add, remove, and receive screen updates.

The EVDI driver uses the standard Linux DRM. Its displays can be controlled by standard tools such as xrandr and display settings applets in graphical environments

rasdaemon 0.8.3
Dependencies: bash-minimal@5.2.37 libtraceevent@1.7.3 perl@5.36.0 perl-dbd-sqlite@1.66 sqlite@3.39.3 dmidecode@3.6 kmod@29
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page: https://github.com/mchehab/rasdaemon
Licenses: GPL 2
Build system: gnu
Synopsis: Platform Reliability, Availability, and Serviceability tools
Description:

The rasdaemon daemon monitors platform RAS reports from Linux kernel trace events. These trace events are logged in /sys/kernel/debug/tracing and reported through standard log mechanisms like syslog.

usbip-utils 6.17.12
Dependencies: eudev@3.2.14
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page: https://www.gnu.org/software/linux-libre/
Licenses: GPL 2
Build system: gnu
Synopsis: Utilities for sharing USB devices over IP networks
Description:

The USB/IP protocol enables to pass USB device from a server to a client over the network. The server is a machine which shares an USB device and the client is a machine which uses USB device provided by a server over the network. The USB device may be either physical device connected to a server or software entity created on a server using USB gadget subsystem. The usbip-utils are userspace tools to used to handle connection and management on both side. The client needs the vhci-hcd Linux kernel module and the server needs the usbip_host Linux kernel module.

inotify-tools 3.22.6.0
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page: https://github.com/rvoicilas/inotify-tools/wiki
Licenses: GPL 2+
Build system: gnu
Synopsis: Monitor file accesses
Description:

The inotify-tools packages provides a C library and command-line tools to use Linux' inotify mechanism, which allows file accesses to be monitored.

proot 5.4.0
Dependencies: libarchive@3.7.7 talloc@2.4.2
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page: https://github.com/proot-me/PRoot
Licenses: GPL 2+
Build system: gnu
Synopsis: Unprivileged chroot, bind mount, and binfmt_misc
Description:

PRoot is a user-space implementation of chroot, mount --bind, and binfmt_misc. This means that users don't need any privileges or setup to do things like using an arbitrary directory as the new root file system, making files accessible somewhere else in the file system hierarchy, or executing programs built for another CPU architecture transparently through QEMU user-mode. Also, developers can use PRoot as a generic process instrumentation engine thanks to its extension mechanism. Technically PRoot relies on ptrace, an unprivileged system-call available in the kernel Linux.

numactl 2.0.16
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page: https://github.com/numactl/numactl
Licenses: GPL 2 LGPL 2.1
Build system: gnu
Synopsis: Tools for non-uniform memory access (NUMA) machines
Description:

NUMA stands for Non-Uniform Memory Access, in other words a system whose memory is not all in one place. The numactl program allows you to run your application program on specific CPUs and memory nodes. It does this by supplying a NUMA memory policy to the operating system before running your program.

The package contains other commands, such as numastat, memhog, and numademo which provides a quick overview of NUMA performance on your system.

pipewire 1.4.5
Dependencies: alsa-lib@1.2.11 avahi@0.8 bluez@5.79 dbus@1.15.8 eudev@3.2.14 ffmpeg@8.0 gst-plugins-base@1.26.3 gstreamer@1.26.3 jack2@1.9.21 ldacbt@2.0.2.3 libcamera@0.3.1 libdrm@2.4.124 libfdk@2.0.1 libfreeaptx@0.2.2 libsndfile@1.2.0 libusb@1.0.25 openssl@3.0.8 libva@2.22.0 pulseaudio@16.1 readline@8.2.13 sbc@1.5 vulkan-headers@1.4.321.0 vulkan-loader@1.4.321.0 webrtc-audio-processing@1.3
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page: https://pipewire.org/
Licenses: LGPL 2.0+
Build system: meson
Synopsis: Server and user space API to deal with multimedia pipelines
Description:

PipeWire is a project that aims to greatly improve handling of audio and video under Linux. It aims to support the usecases currently handled by both PulseAudio and Jack and at the same time provide same level of powerful handling of Video input and output. It also introduces a security model that makes interacting with audio and video devices from containerized applications easy, with supporting Flatpak applications being the primary goal. Alongside Wayland and Flatpak we expect PipeWire to provide a core building block for the future of Linux application development.

rng-tools 6.17
Dependencies: libcap@2.64 sysfsutils@2.1.0 openssl@3.0.8
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page: https://github.com/nhorman/rng-tools
Licenses: GPL 2 GPL 2+
Build system: gnu
Synopsis: Random number generator daemon
Description:

Monitor a hardware random number generator, and supply entropy from that to the system kernel's /dev/random machinery.

libnetfilter-log 1.0.2
Dependencies: libnfnetlink@1.0.2 libmnl@1.0.5
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page: https://netfilter.org/projects/libnetfilter_log/index.html
Licenses: GPL 2+
Build system: gnu
Synopsis: Library providing interface to packets logged by netfilter
Description:

libnetfilter_log is a userspace library providing interface to packets that have been logged by the kernel packet filter. It is is part of a system that deprecates the old syslog/dmesg based packet logging. This library has been previously known as libnfnetlink_log.

  1. receiving to-be-logged packets from the kernel nfnetlink_log subsystem

linux-libre-headers 6.12.17
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page: https://www.gnu.org/software/linux-libre/
Licenses: GPL 2
Build system: gnu
Synopsis: GNU Linux-Libre kernel headers
Description:

Headers of the Linux-Libre kernel.

linux-libre-headers 6.12.62
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page: https://www.gnu.org/software/linux-libre/
Licenses: GPL 2
Build system: gnu
Synopsis: GNU Linux-Libre kernel headers
Description:

Headers of the Linux-Libre kernel.

jmtpfs 0.5
Dependencies: file@5.46 fuse@2.9.9 libmtp@1.1.21
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page: https://github.com/JasonFerrara/jmtpfs
Licenses: GPL 3
Build system: gnu
Synopsis: Use a FUSE file system to access data over MTP
Description:

jmtpfs uses FUSE to provide access to data over MTP. Unprivileged users can mount the MTP device as a file system.

libnetfilter-conntrack 1.0.9
Dependencies: libnfnetlink@1.0.2 libmnl@1.0.5
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page: https://netfilter.org/projects/libnetfilter_conntrack/index.html
Licenses: GPL 2+
Build system: gnu
Synopsis: Library for kernel connection tracking state table
Description:

libnetfilter_conntrack is a userspace library providing a programming interface (API) to the in-kernel connection tracking state table. The library libnetfilter_conntrack has been previously known as libnfnetlink_conntrack and libctnetlink. This library is currently used by conntrack-tools among many other applications.

fuse 3.10.5
Dependencies: bash-minimal@5.2.37 util-linux@2.40.4
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page: https://github.com/libfuse/libfuse
Licenses: LGPL 2.1 GPL 2+
Build system: meson
Synopsis: Support file systems implemented in user space
Description:

As a consequence of its monolithic design, file system code for Linux normally goes into the kernel itself---which is not only a robustness issue, but also an impediment to system extensibility. FUSE, for "file systems in user space", is a kernel module and user-space library that tries to address part of this problem by allowing users to run file system implementations as user-space processes.

wireplumber-minimal 0.5.12
Dependencies: dbus@1.15.8 glib@2.83.3 lua@5.3.5 pipewire@1.4.5
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page: https://gitlab.freedesktop.org/pipewire/wireplumber
Licenses: Expat
Build system: meson
Synopsis: Session / policy manager implementation for PipeWire
Description:

WirePlumber is a modular session / policy manager for PipeWire and a GObject-based high-level library that wraps PipeWire's API, providing convenience for writing the daemon's modules as well as external tools for managing PipeWire.

procps 4.0.3
Dependencies: ncurses@6.2.20210619
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page: https://gitlab.com/procps-ng/procps/
Licenses: GPL 2
Build system: gnu
Synopsis: Utilities that give information about processes
Description:

Procps is the package that has a bunch of small useful utilities that give information about processes using the Linux /proc file system. The package includes the programs free, pgrep, pidof, pkill, pmap, ps, pwdx, slabtop, tload, top, vmstat, w, watch and sysctl.

f2fs-tools-static 1.16.0
Dependencies: util-linux@2.40.4 util-linux@2.40.4
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page: https://f2fs.wiki.kernel.org/
Licenses: GPL 2 LGPL 2.1
Build system: gnu
Synopsis: Userland tools for f2fs
Description:

F2FS, the Flash-Friendly File System, is a modern file system designed to be fast and durable on flash devices such as solid-state disks and SD cards. This package provides the userland utilities.

fuseiso 20070708
Dependencies: fuse@2.9.9 glib@2.83.3 zlib@1.3.1
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page: https://sourceforge.net/projects/fuseiso/
Licenses: GPL 2
Build system: gnu
Synopsis: Mount ISO file system images
Description:

FuseISO is a FUSE module to mount ISO file system images (.iso, .nrg, .bin, .mdf and .img files). It supports plain ISO9660 Level 1 and 2, Rock Ridge, Joliet, and zisofs.

linux-libre 6.6.119
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page: https://www.gnu.org/software/linux-libre/
Licenses: GPL 2
Build system: gnu
Synopsis: 100% free redistribution of a cleaned Linux kernel
Description:

GNU Linux-Libre is a free (as in freedom) variant of the Linux kernel. It has been modified to remove all non-free binary blobs.

strace 6.16
Dependencies: libunwind@1.6.2
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page: https://strace.io
Licenses: LGPL 2.1+
Build system: gnu
Synopsis: System call tracer for Linux
Description:

strace is a system call tracer, i.e. a debugging tool which prints out a trace of all the system calls made by a another process/program.

btrfs-progs-static 6.16
Dependencies: btrfs-progs@6.16
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page: https://btrfs.wiki.kernel.org/index.php/Main_Page
Licenses: GPL 2 GPL 2+
Build system: trivial
Synopsis: Statically-linked btrfs command from btrfs-progs
Description:

This package provides the statically-linked btrfs from the btrfs-progs package. It is meant to be used in initrds.

spectre-meltdown-checker 0.46
Dependencies: kmod@29 lz4@1.10.0 lzop@1.04 perl@5.36.0 procps@4.0.3 sharutils@4.15.2 util-linux@2.40.4 zstd@1.5.6
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page: https://github.com/speed47/spectre-meltdown-checker
Licenses: GPL 3
Build system: copy
Synopsis: CPU vulnerability / mitigation checker
Description:

This package provides a shell script to assess your system's resilience against the several transient execution CVEs that were published since early 2018, and gives guidance as to how to mitigate them.

libnetfilter-cthelper 1.0.1
Dependencies: libmnl@1.0.5
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page: https://netfilter.org/projects/libnetfilter_cthelper/index.html
Licenses: GPL 2+
Build system: gnu
Synopsis: Library for user-space connection tracking helpers
Description:

libnetfilter_cthelper is a userspace library that provides a programming interface to user-space connection tracking helpers.

  1. register new user-space connection tracking helpers

  2. unregister user-space connection tracking helpers

  3. list existing registered user-space connection tracking helpers

Page: 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296
Total results: 31091