hardware:gl-ar750s-ext:managing_packages

パッケージ管理

使い方

# opkg -help
opkg: unrecognized option: h
opkg: unrecognized option: e
opkg must have one sub-command argument
usage: opkg [options...] sub-command [arguments...]
where sub-command is one of:

Package Manipulation:
        update                  Update list of available packages
        upgrade <pkgs>          Upgrade packages
        install <pkgs>          Install package(s)
        configure <pkgs>        Configure unpacked package(s)
        remove <pkgs|regexp>    Remove package(s)
        flag <flag> <pkgs>      Flag package(s)
         <flag>=hold|noprune|user|ok|installed|unpacked (one per invocation)

Informational Commands:
        list                    List available packages
        list-installed          List installed packages
        list-upgradable         List installed and upgradable packages
        list-changed-conffiles  List user modified configuration files
        files <pkg>             List files belonging to <pkg>
        search <file|regexp>    List package providing <file>
        find <regexp>           List packages whose name or description matches <regexp>
        info [pkg|regexp]       Display all info for <pkg>
        status [pkg|regexp]     Display all status for <pkg>
        download <pkg>          Download <pkg> to current directory
        compare-versions <v1> <op> <v2>
                            compare versions using <= < > >= = << >>
        print-architecture      List installable package architectures
        depends [-A] [pkgname|pat]+
        whatdepends [-A] [pkgname|pat]+
        whatdependsrec [-A] [pkgname|pat]+
        whatrecommends[-A] [pkgname|pat]+
        whatsuggests[-A] [pkgname|pat]+
        whatprovides [-A] [pkgname|pat]+
        whatconflicts [-A] [pkgname|pat]+
        whatreplaces [-A] [pkgname|pat]+

Options:
        -A                      Query all packages not just those installed
        -V[<level>]             Set verbosity level to <level>.
        --verbosity[=<level>]   Verbosity levels:
                                        0 errors only
                                        1 normal messages (default)
                                        2 informative messages
                                        3 debug
                                        4 debug level 2
        -f <conf_file>          Use <conf_file> as the opkg configuration file
        --conf <conf_file>
        --cache <directory>     Use a package cache
        -d <dest_name>          Use <dest_name> as the the root directory for
        --dest <dest_name>      package installation, removal, upgrading.
                                <dest_name> should be a defined dest name from
                                the configuration file, (but can also be a
                                directory name in a pinch).
        -o <dir>                Use <dir> as the root directory for
        --offline-root <dir>    offline installation of packages.
        --add-arch <arch>:<prio>        Register architecture with given priority
        --add-dest <name>:<path>        Register destination with given path

Force Options:
        --force-depends         Install/remove despite failed dependencies
        --force-maintainer      Overwrite preexisting config files
        --force-reinstall       Reinstall package(s)
        --force-overwrite       Overwrite files from other package(s)
        --force-downgrade       Allow opkg to downgrade packages
        --force-space           Disable free space checks
        --force-postinstall     Run postinstall scripts even in offline mode
        --force-remove  Remove package even if prerm script fails
        --force-checksum        Don't fail on checksum mismatches
        --no-check-certificate Don't validate SSL certificates
        --noaction              No action -- test only
        --download-only No action -- download only
        --nodeps                Do not follow dependencies
        --nocase                Perform case insensitive pattern matching
        --size                  Print package size when listing available packages
        --force-removal-of-dependent-packages
                                Remove package and all dependencies
        --autoremove            Remove packages that were installed
                                automatically to satisfy dependencies
        -t                      Specify tmp-dir.
        --tmp-dir               Specify tmp-dir.
        -l                      Specify lists-dir.
        --lists-dir             Specify lists-dir.

 regexp could be something like 'pkgname*' '*file*' or similar
 e.g. opkg info 'libstd*' or opkg search '*libop*' or opkg remove 'libncur*'

利用可能なパッケージリストを更新

# opkg update
Downloading https://fw.gl-inet.com/releases/kmod-3.2/ar71xx/nand/Packages.gz
Updated list of available packages in /var/opkg-lists/glinet_core
Downloading https://fw.gl-inet.com/releases/packages-3.x/ar71xx/sync_kmod-3.2/Packages.gz
Updated list of available packages in /var/opkg-lists/glinet_sync
Downloading https://fw.gl-inet.com/releases/packages-3.x/ar71xx/base/Packages.gz
Updated list of available packages in /var/opkg-lists/glinet_base
Downloading https://fw.gl-inet.com/releases/packages-3.x/ar71xx/gli_pub/Packages.gz
Updated list of available packages in /var/opkg-lists/glinet_gli_pub
Downloading https://fw.gl-inet.com/releases/packages-3.x/ar71xx/packages/Packages.gz
Updated list of available packages in /var/opkg-lists/glinet_packages
Downloading https://fw.gl-inet.com/releases/packages-3.x/ar71xx/luci/Packages.gz
Updated list of available packages in /var/opkg-lists/glinet_luci
Downloading https://fw.gl-inet.com/releases/packages-3.x/ar71xx/routing/Packages.gz
Updated list of available packages in /var/opkg-lists/glinet_routing
Downloading https://fw.gl-inet.com/releases/packages-3.x/ar71xx/telephony/Packages.gz
Updated list of available packages in /var/opkg-lists/glinet_telephony
Downloading https://fw.gl-inet.com/releases/packages-3.x/ar71xx/glinet/Packages.gz
Updated list of available packages in /var/opkg-lists/glinet_glinet

インストール

# opkg update && opkg install nano
Downloading https://fw.gl-inet.com/releases/v19.07.7/packages-3.0/ath79/packages/Packages.gz
Updated list of available packages in /var/opkg-lists/glinet_packages
Downloading https://fw.gl-inet.com/releases/v19.07.7/packages-3.0/ath79/glinet/Packages.gz
Updated list of available packages in /var/opkg-lists/glinet_private
Downloading https://fw.gl-inet.com/releases/v19.07.7/kmod-3.0/ath79/nand/Packages.gz
Updated list of available packages in /var/opkg-lists/glinet_kmod
Installing nano (5.5-1) to root...
Downloading https://fw.gl-inet.com/releases/v19.07.7/packages-3.0/ath79/packages/nano_5.5-1_mips_24kc.ipk
Configuring nano.

インストール済みパッケージ一覧

# opkg list-installed
ath10k-firmware-qca9887 - 2018-04-19-71e50312-1
base-files - 194-r7258-5eb055306f
blkid - 2.32-2
~省略~
wpa-cli - 2018-04-09-fa617ee6-5
wpad - 2018-04-09-fa617ee6-5
wwan - 2014-07-17-1
zlib - 1.2.11-2

該当パッケージの絞り込み

# opkg list-installed | grep luci
liblucihttp - 2018-05-18-cb119ded-1
liblucihttp-lua - 2018-05-18-cb119ded-1
luci - git-18.196.56128-9112198-1
luci-app-firewall - git-18.196.56128-9112198-1
luci-app-minidlna - git-18.196.56128-9112198-1
luci-base - git-18.196.56128-9112198-1
luci-lib-ip - git-18.196.56128-9112198-1
luci-lib-json - git-18.196.56128-9112198-1
luci-lib-jsonc - git-18.196.56128-9112198-1
luci-lib-nixio - git-18.196.56128-9112198-1
luci-mod-admin-full - git-18.196.56128-9112198-1
luci-mod-rpc - git-18.196.56128-9112198-1
luci-proto-ipv6 - git-18.196.56128-9112198-1
luci-proto-ppp - git-18.196.56128-9112198-1
luci-theme-bootstrap - git-18.196.56128-9112198-1

インストール可能なパッケージ一覧

# opkg update && opkg list
464xlat - 11 - 464xlat CLAT support
6in4 - 25-1 - Provides support for 6in4 tunnels in /etc/config/network. Refer to http://wiki.openwrt.org/doc/uci/network for configuration details.
6rd - 9-4 - Provides support for 6rd tunnels in /etc/config/network. Refer to http://wiki.openwrt.org/doc/uci/network for configuration details.
6to4 - 12-2 - Provides support for 6to4 tunnels in /etc/config/network. Refer to http://wiki.openwrt.org/doc/uci/network for configuration details.
AdGuardHome - 0.103.3-1 - AdGuard Home is a network-wide software for blocking ads & tracking. After you set it up, it'll cover ALL your home devices, and you don't need any client-side software for that.
ChinaDNS - 1.3.2-8 - Protect yourself against DNS poisoning in China.
acl - 20180121-1 - Access control list support This package provides ACL manipulation utilities - chacl - getfacl - setfacl
acme - 2.7.8-3 - A client for issuing Letsencrypt certificates.
acme-dnsapi - 2.7.8-3 - This package provides DNS API integration for ACME (Letsencrypt) client.
adb-enablemodem - 2017-03-05-1 - Enable modem via adb
adblock - 3.5.2-1 - Powerful adblock script to block ad/abuse domains via dnsmasq, unbound, named, kresd or dnscrypt-proxy. The script supports many domain blacklist sites plus manual black- and whitelist overrides. Please see https://github.com/openwrt/packages/blob/master/net/adblock/files/README.md for further information.
agetty - 2.32-2 - agetty opens a tty port, prompts for a login name and invokes the /bin/login command
aggregate - 1.6-1 - takes a list of prefixes in conventional format on stdin, and performs two optimisations to reduce the length of the prefix list. It removes any supplied prefixes which are supurfluous because they are already included in another supplied prefix (e.g., 203.97.2.0/24 would be removed if 203.97.0.0/17 was also supplied), and identifies adjacent prefixes that can be combined under a single, shorter-length prefix (e.g., 203.97.2.0/24 and 203.97.3.0/24 can be combined into the single prefix 203.97.2.0/23).
ahcpd - 0.53-2 - Ahcpd is a daemon for configuring an IPv6 network using the Ad-Hoc Configuration Protocol (AHCP).  AHCP is designed for wireless mesh networks, where IPv6 autoconfiguration and DHCPv6 do not work, but may also be used on wired networks.
aircard-pcmcia-firmware - 2017-09-06-a61ac5cf-1 - Sierra Wireless Aircard 555/7xx/8x0 firmware
aircrack-ng - 1.2-rc1-2 - WLAN tools for breaking 802.11 WEP/WPA keys
airmon-ng - 1.2-rc1-2 - Bash script designed to turn wireless cards into monitor mode.
alfred - 2018.1-0 - alfred is a user space daemon for distributing arbitrary local information over the mesh/network in a decentralized fashion. This data can be anything which appears to be useful - originally designed to replace the batman-adv visualization (vis), you may distribute hostnames, phone books, administration information, DNS information, the local weather forecast ...  alfred runs as daemon in the background of the system. A user may insert information by using the alfred binary on the command line, or use special programs to communicate with alfred (done via unix sockets). alfred then takes care of distributing the local information to other alfred servers on other nodes. This is done via IPv6 link-local multicast, and does not require any configuration. A user can request data from alfred, and will receive the information available from all alfred servers in the network.
alpine - 2.20-2 - Alpine (Alternatively Licensed Program for Internet News and Email) is a free software email client developed at the University of Washington. It is suitable for both the inexperienced email user as well as for the most demanding power user. This package is built with OpenSSL support.
alpine-nossl - 2.20-2 - Alpine (Alternatively Licensed Program for Internet News and Email) is a free software email client developed at the University of Washington. It is suitable for both the inexperienced email user as well as for the most demanding power user. This package is built without OpenSSL support.
alsa-lib - 1.1.6-1 - This is the library package for alsa, needed by some userspace programs. You must have enabled the ALSA support in the kernel.
alsa-utils - 1.1.6-2 - ALSA (Advanced Linux Sound Architecture) utilities
alsa-utils-seq - 1.1.6-2 - ALSA sequencer utilities
alsa-utils-tests - 1.1.6-2 - ALSA utilities test data (adds ~1.3M to image)
ampr-ripd - 2.3-1 - Routing daemon written in C similar to Hessu's rip44d including optional resending of RIPv2 broadcasts for router injection.
amprd - 2.1-1 - A user-space IPIP encapsulation daemon with automatic RIPv2 multicast processing and multiple tunnel support for the ampr network.
announce - 1.0.1-1 - Announce services on the network with Zeroconf/Bonjour. This announces services such as ssh, sftp, and http running on the local machine to the network.
ap51-flash - 2017-12-07-1 - A tool for flashing (nearly) all ap51/ap61 based routers
apache - 2.4.28-2 - The Apache Web Server is a powerful and flexible HTTP/1.1 compliant web server.  Originally designed as a replacement for the NCSA HTTP Server, it has grown to be the most popular web server on the Internet. . This package contains the Apache web server and utility programs. . Take care that you don't include apache at the moment into your image please select it only as module because busybox will override /usr/sbin/httpd. It'll be solved soon. If you need to include this package in the image anyway, remove httpd from busybox (Base system --> Configuration --> Networking Utilities --> httpd). Also you should take care for the initscripts, apache's httpd isn't compatible with the one from busybox, so if you want to use apache for running your webif, you'll need to change the parameters in the scripts and configure the rest in /etc/httpd.conf.
apache-icons - 2.4.28-2 - The Apache Web Server is a powerful and flexible HTTP/1.1 compliant web server.  Originally designed as a replacement for the NCSA HTTP Server, it has grown to be the most popular web server on the Internet. . This package contains the icons from Apache.
apcupsd - 3.14.14-1 - UPS control software
apcupsd-cgi - 3.14.14-1 - UPS control software CGI module
apinger - 0.6.1-c7da72f7ec26eedd7fd8d224c0e10787b204f94e - Alarm Pinger (apinger) is a little tool which monitors various IP devices by simple ICMP echo requests. There are various other tools, that can do this, but most of them are shell or perl scripts, spawning many processes, thus much CPU-expensive, especially when one wants continuous monitoring and fast response on target failure.  Alarm Pinger is a single program written in C, so it doesn't need much CPU power even when monitoring many targets with frequent probes.  Alarm Pinger supports both IPv4 and IPv6. The code have been tested on Linux and FreeBSD.
ar - 2.27-1 - ar
ar3k-firmware - 2017-09-06-a61ac5cf-1 - ath3k firmware
arc - 1.0.0-1 - AstroRelay Client is the client part of the AstroRelay reverse tunneling solution, letting users behind double NAT bypass server hosting restrictions
aria2 - 1.33.0-1 - aria2 is a lightweight multi-protocol & multi-source command-line download utility
ariang - 2018-02-21-f71a67cb-1 - AriaNg is a web frontend making aria2 easier to use. AriaNg is written in pure html & javascript, thus it does not need any compilers or runtime environment.
arp-scan - 1.9-40-g69b2f70-1 - ARP scanner
arptables - 2015-05-20-f4ab8f63-1 - ARP firewalling software
asterisk13 - 13.20.0-2 - Asterisk is a complete PBX in software. It provides all of the features you would expect from a PBX and more. Asterisk does voice over IP in three protocols, and can interoperate with almost all standards-based telephony equipment using relatively inexpensive hardware.
asterisk13-app-adsiprog - 13.20.0-2 - This package provides support for 'program Asterisk ADSI scripts into phone' in Asterisk.
asterisk13-app-agent-pool - 13.20.0-2 - This package provides support for 'call center agent pool' in Asterisk.
asterisk13-app-alarmreceiver - 13.20.0-2 - This package provides support for 'Central Station Alarm receiver for Ademco Contact ID' in Asterisk.
asterisk13-app-amd - 13.20.0-2 - This package provides support for 'answering machine detection' in Asterisk.
asterisk13-app-authenticate - 13.20.0-2 - This package provides support for 'Execute arbitrary authenticate commands' in Asterisk.
asterisk13-app-bridgewait - 13.20.0-2 - This package provides support for 'place a channel into a holding bridge' in Asterisk.
asterisk13-app-celgenuserevent - 13.20.0-2 - This package provides support for 'generate user-defined CEL event' in Asterisk.
asterisk13-app-chanisavail - 13.20.0-2 - This package provides support for 'support for checking if a channel is available' in Asterisk.
asterisk13-app-channelredirect - 13.20.0-2 - This package provides support for 'ChannelRedirect application' in Asterisk.
asterisk13-app-chanspy - 13.20.0-2 - This package provides support for 'support for listening in on any channel' in Asterisk.
asterisk13-app-confbridge - 13.20.0-2 - This package provides support for 'Software bridge for multi-party audio conferencing' in Asterisk.
asterisk13-app-controlplayback - 13.20.0-2 - This package provides support for 'trivial application to control playback of a sound file' in Asterisk.
asterisk13-app-dahdiras - 13.20.0-2 - This package provides support for 'support for executing an ISDN RAS using DAHDI' in Asterisk.
asterisk13-app-dictate - 13.20.0-2 - This package provides support for 'virtual dictation machine application' in Asterisk.
asterisk13-app-directed-pickup - 13.20.0-2 - This package provides support for 'support for directed call pickup' in Asterisk.
asterisk13-app-directory - 13.20.0-2 - This package provides support for 'provide a directory of extensions' in Asterisk.
asterisk13-app-disa - 13.20.0-2 - This package provides support for 'Direct Inward System Access' in Asterisk.
asterisk13-app-dumpchan - 13.20.0-2 - This package provides support for 'application to dump channel variables' in Asterisk.
asterisk13-app-exec - 13.20.0-2 - This package provides support for 'support for application execution' in Asterisk.
asterisk13-app-externalivr - 13.20.0-2 - This package provides support for 'external IVR application interface' in Asterisk.
asterisk13-app-festival - 13.20.0-2 - This package provides support for 'connect to festival' in Asterisk.
asterisk13-app-flash - 13.20.0-2 - This package provides support for 'flash a DAHDI trunk' in Asterisk.
asterisk13-app-followme - 13.20.0-2 - This package provides support for 'find-me/follow-me application' in Asterisk.
asterisk13-app-getcpeid - 13.20.0-2 - This package provides support for 'get ADSI CPE ID' in Asterisk.
asterisk13-app-ices - 13.20.0-2 - This package provides support for 'stream to an icecast server via ICES' in Asterisk.
asterisk13-app-image - 13.20.0-2 - This package provides support for 'transmit an image' in Asterisk.
asterisk13-app-ivrdemo - 13.20.0-2 - This package provides support for 'IVR demo application' in Asterisk.
asterisk13-app-milliwatt - 13.20.0-2 - This package provides support for 'digital milliwatt test' in Asterisk.
asterisk13-app-minivm - 13.20.0-2 - This package provides support for 'a voicemail system in small building blocks working together based on the Comedian Mail voicemail' in Asterisk.
asterisk13-app-mixmonitor - 13.20.0-2 - This package provides support for 'record a call and mix the audio during the recording' in Asterisk.
asterisk13-app-morsecode - 13.20.0-2 - This package provides support for 'Morsecode application' in Asterisk.
asterisk13-app-mp3 - 13.20.0-2 - This package provides support for 'silly application to play an MP3 file [uses mpg123]' in Asterisk.
asterisk13-app-originate - 13.20.0-2 - This package provides support for 'originating an outbound call and connecting it to a specified extension or application' in Asterisk.
asterisk13-app-page - 13.20.0-2 - This package provides support for 'paging application' in Asterisk.
asterisk13-app-playtones - 13.20.0-2 - This package provides support for 'play a tone list' in Asterisk.
asterisk13-app-privacy - 13.20.0-2 - This package provides support for 'require phone number to be entered if no CallerID sent' in Asterisk.
asterisk13-app-queue - 13.20.0-2 - This package provides support for 'support for ACD' in Asterisk.
asterisk13-app-read - 13.20.0-2 - This package provides support for 'a trivial application to read a variable' in Asterisk.
asterisk13-app-readexten - 13.20.0-2 - This package provides support for 'a trivial application to read an extension into a variable' in Asterisk.
asterisk13-app-record - 13.20.0-2 - This package provides support for 'to record a sound file' in Asterisk.
asterisk13-app-saycounted - 13.20.0-2 - This package provides support for 'applications to decline words according to current language' in Asterisk.
asterisk13-app-sayunixtime - 13.20.0-2 - This package provides support for 'an application to say Unix time' in Asterisk.
asterisk13-app-senddtmf - 13.20.0-2 - This package provides support for 'Sends arbitrary DTMF digits' in Asterisk.
asterisk13-app-sendtext - 13.20.0-2 - This package provides support for 'transmit a text message' in Asterisk.
asterisk13-app-skel - 13.20.0-2 - This package provides support for 'skeleton for development of an Asterisk application' in Asterisk.
asterisk13-app-sms - 13.20.0-2 - This package provides support for 'SMS support (ETSI ES 201 912 protocol 1)' in Asterisk.
asterisk13-app-softhangup - 13.20.0-2 - This package provides support for 'SoftHangup application' in Asterisk.
asterisk13-app-speech - 13.20.0-2 - This package provides support for 'Dialplan Speech Applications' in Asterisk.
asterisk13-app-stack - 13.20.0-2 - This package provides support for 'Stack applications Gosub Return etc.' in Asterisk.
asterisk13-app-stasis - 13.20.0-2 - This package provides support for 'Stasis dialplan application' in Asterisk.
asterisk13-app-system - 13.20.0-2 - This package provides support for 'support for executing system commands' in Asterisk.
asterisk13-app-talkdetect - 13.20.0-2 - This package provides support for 'for file playback with audio detect' in Asterisk.
asterisk13-app-test - 13.20.0-2 - This package provides support for 'applications to test connection and produce report in text file' in Asterisk.
asterisk13-app-transfer - 13.20.0-2 - This package provides support for 'transfer a caller' in Asterisk.
asterisk13-app-url - 13.20.0-2 - This package provides support for 'app to transmit a URL' in Asterisk.
asterisk13-app-userevent - 13.20.0-2 - This package provides support for 'UserEvent application -- send manager event' in Asterisk.
asterisk13-app-verbose - 13.20.0-2 - This package provides support for 'Verbose logging application' in Asterisk.
asterisk13-app-waitforring - 13.20.0-2 - This package provides support for 'wait for ring application' in Asterisk.
asterisk13-app-waitforsilence - 13.20.0-2 - This package provides support for 'wait for silence' in Asterisk.
asterisk13-app-waituntil - 13.20.0-2 - This package provides support for 'support sleeping until the given epoch' in Asterisk.
asterisk13-app-while - 13.20.0-2 - This package provides support for 'a while loop implementation' in Asterisk.
asterisk13-app-zapateller - 13.20.0-2 - This package provides support for 'playback the special information tone to get rid of telemarketers' in Asterisk.
asterisk13-bridge-builtin-features - 13.20.0-2 - This package provides support for 'built in bridging features' in Asterisk.
asterisk13-bridge-builtin-interval-features - 13.20.0-2 - This package provides support for 'built in bridging interval features' in Asterisk.
asterisk13-bridge-holding - 13.20.0-2 - This package provides support for 'bridging technology for storing channels in a bridge' in Asterisk.
asterisk13-bridge-native-rtp - 13.20.0-2 - This package provides support for 'native RTP bridging technology module' in Asterisk.
asterisk13-bridge-simple - 13.20.0-2 - This package provides support for 'simple two channel bridging module' in Asterisk.
asterisk13-bridge-softmix - 13.20.0-2 - This package provides support for 'multi-party software based channel mixing' in Asterisk.
asterisk13-cdr - 13.20.0-2 - This package provides support for 'Call Detail Record' in Asterisk.
asterisk13-cdr-csv - 13.20.0-2 - This package provides support for 'Call Detail Record with CSV support' in Asterisk.
asterisk13-cdr-sqlite3 - 13.20.0-2 - This package provides support for 'Call Detail Record with SQLITE3 support' in Asterisk.
asterisk13-cel-custom - 13.20.0-2 - This package provides support for 'custom Comma Separated Value CEL records' in Asterisk.
asterisk13-cel-manager - 13.20.0-2 - This package provides support for 'Asterisk channel event records' in Asterisk.
asterisk13-cel-sqlite3-custom - 13.20.0-2 - This package provides support for 'custom SQLite3 CEL records' in Asterisk.
asterisk13-chan-alsa - 13.20.0-2 - This package provides support for 'the channel chan_alsa' in Asterisk.
asterisk13-chan-bridge-media - 13.20.0-2 - This package provides support for 'bridge media channel driver' in Asterisk.
asterisk13-chan-console - 13.20.0-2 - This package provides support for 'cross-platform console channel driver' in Asterisk.
asterisk13-chan-dahdi - 13.20.0-2 - This package provides support for 'DAHDI channel support' in Asterisk.
asterisk13-chan-dongle - 1.1-20180312-1 - Asterisk channel driver for Huawei UMTS 3G dongle.
asterisk13-chan-iax2 - 13.20.0-2 - This package provides support for 'IAX support' in Asterisk.
asterisk13-chan-mgcp - 13.20.0-2 - This package provides support for 'Media Gateway Control Protocol' in Asterisk.
asterisk13-chan-mobile - 13.20.0-2 - This package provides support for 'Bluetooth mobile device channel driver' in Asterisk.
asterisk13-chan-motif - 13.20.0-2 - This package provides support for 'Motif Jingle Channel Driver' in Asterisk.
asterisk13-chan-ooh323 - 13.20.0-2 - This package provides support for 'Objective Systems H.323 channel' in Asterisk.
asterisk13-chan-oss - 13.20.0-2 - This package provides support for 'the channel chan_oss' in Asterisk.
asterisk13-chan-phone - 13.20.0-2 - This package provides support for 'generic Linux telephony interface driver' in Asterisk.
asterisk13-chan-rtp - 13.20.0-2 - This package provides support for 'RTP [Multicast and Unicast] media channel' in Asterisk.
asterisk13-chan-sccp - v4.3.0-20180322-1 - Replacement for the SCCP channel driver (chan_skinny) in Asterisk. Extended features include shared lines, presence / BLF, customizable feature buttons and custom device state.
asterisk13-chan-sip - 13.20.0-2 - This package provides support for 'the channel chan_sip' in Asterisk.
asterisk13-chan-skinny - 13.20.0-2 - This package provides support for 'the channel chan_skinny' in Asterisk.
asterisk13-chan-unistim - 13.20.0-2 - This package provides support for 'channel driver for the UNISTIM (Unified Networks IP Stimulus) protocol' in Asterisk.
asterisk13-codec-a-mu - 13.20.0-2 - This package provides support for 'translation between alaw and ulaw codecs' in Asterisk.
asterisk13-codec-adpcm - 13.20.0-2 - This package provides support for 'ADPCM text ' in Asterisk.
asterisk13-codec-alaw - 13.20.0-2 - This package provides support for 'translation between signed linear and alaw codecs' in Asterisk.
asterisk13-codec-dahdi - 13.20.0-2 - This package provides support for 'DAHDI native transcoding support' in Asterisk.
asterisk13-codec-g722 - 13.20.0-2 - This package provides support for 'a high bit rate 48/56/64Kbps ITU standard codec' in Asterisk.
asterisk13-codec-g726 - 13.20.0-2 - This package provides support for 'translation between signed linear and ITU G.726-32kbps codecs' in Asterisk.
asterisk13-codec-g729 - 1.4.2-1 - Asterisk G.729 codec based on bcg729 implementation.
asterisk13-codec-gsm - 13.20.0-2 - This package provides support for 'translate between signed linear and GSM' in Asterisk.
asterisk13-codec-ilbc - 13.20.0-2 - This package provides support for 'translate between signed linear and ILBC' in Asterisk.
asterisk13-codec-lpc10 - 13.20.0-2 - This package provides support for 'translate between signed linear and LPC10' in Asterisk.
asterisk13-codec-resample - 13.20.0-2 - This package provides support for 'resample sLinear audio' in Asterisk.
asterisk13-codec-ulaw - 13.20.0-2 - This package provides support for 'translation between signed linear and ulaw codecs' in Asterisk.
asterisk13-curl - 13.20.0-2 - This package provides support for 'CURL support' in Asterisk.
asterisk13-format-g719 - 13.20.0-2 - This package provides support for 'ITU G.719 64kbps-only' in Asterisk.
asterisk13-format-g723 - 13.20.0-2 - This package provides support for 'old-style G.723.1 frame/timestamp format' in Asterisk.
asterisk13-format-g726 - 13.20.0-2 - This package provides support for 'support for headerless G.726 16/24/32/40kbps data format' in Asterisk.
asterisk13-format-g729 - 13.20.0-2 - This package provides support for 'support for raw headerless G729 data' in Asterisk.
asterisk13-format-gsm - 13.20.0-2 - This package provides support for 'support for GSM format' in Asterisk.
asterisk13-format-h263 - 13.20.0-2 - This package provides support for 'support for H264 format' in Asterisk.
asterisk13-format-h264 - 13.20.0-2 - This package provides support for 'support for H264 format' in Asterisk.
asterisk13-format-ilbc - 13.20.0-2 - This package provides support for 'support for ILBC format' in Asterisk.
asterisk13-format-jpeg - 13.20.0-2 - This package provides support for 'JPEG file format' in Asterisk.
asterisk13-format-ogg-vorbis - 13.20.0-2 - This package provides support for 'OGG/Vorbis streams' in Asterisk.
asterisk13-format-pcm - 13.20.0-2 - This package provides support for 'support for PCM format' in Asterisk.
asterisk13-format-siren14 - 13.20.0-2 - This package provides support for 'ITU G.722.1 Annex C Siren14 48kbps-only format' in Asterisk.
asterisk13-format-siren7 - 13.20.0-2 - This package provides support for 'ITU G.722.1 Siren7 32kbps-only format' in Asterisk.
asterisk13-format-sln - 13.20.0-2 - This package provides support for 'support for raw slinear format' in Asterisk.
asterisk13-format-vox - 13.20.0-2 - This package provides support for 'support for ADPCM vox format' in Asterisk.
asterisk13-format-wav - 13.20.0-2 - This package provides support for 'support for proprietary Microsoft WAV format (8000hz Signed Linear)' in Asterisk.
asterisk13-format-wav-gsm - 13.20.0-2 - This package provides support for 'support for proprietary Microsoft WAV format (Proprietary GSM)' in Asterisk.
asterisk13-func-aes - 13.20.0-2 - This package provides support for 'AES encryption/decryption dialplan functions' in Asterisk.
asterisk13-func-base64 - 13.20.0-2 - This package provides support for 'support of base64 function' in Asterisk.
asterisk13-func-blacklist - 13.20.0-2 - This package provides support for 'looking up the callerid number and see if it is blacklisted' in Asterisk.
asterisk13-func-callcompletion - 13.20.0-2 - This package provides support for 'call completion supplementary services implementation' in Asterisk.
asterisk13-func-channel - 13.20.0-2 - This package provides support for 'Channel info dialplan function' in Asterisk.
asterisk13-func-config - 13.20.0-2 - This package provides support for 'a function to retrieve variables from an Asterisk configuration file' in Asterisk.
asterisk13-func-cut - 13.20.0-2 - This package provides support for 'CUT function' in Asterisk.
asterisk13-func-db - 13.20.0-2 - This package provides support for 'functions for interaction with the database' in Asterisk.
asterisk13-func-devstate - 13.20.0-2 - This package provides support for 'functions for manually controlled blinky lights' in Asterisk.
asterisk13-func-dialgroup - 13.20.0-2 - This package provides support for 'dialgroup dialplan function' in Asterisk.
asterisk13-func-dialplan - 13.20.0-2 - This package provides support for 'dialplan group functions check if a dialplan entry exists' in Asterisk.
asterisk13-func-enum - 13.20.0-2 - This package provides support for 'ENUM' in Asterisk.
asterisk13-func-env - 13.20.0-2 - This package provides support for 'Environment dialplan functions' in Asterisk.
asterisk13-func-extstate - 13.20.0-2 - This package provides support for 'retrieving the state of a hinted extension for dialplan control' in Asterisk.
asterisk13-func-frame-trace - 13.20.0-2 - This package provides support for 'trace internal ast_frames on a channel' in Asterisk.
asterisk13-func-global - 13.20.0-2 - This package provides support for 'global variable dialplan functions' in Asterisk.
asterisk13-func-groupcount - 13.20.0-2 - This package provides support for 'for counting number of channels in the specified group' in Asterisk.
asterisk13-func-hangupcause - 13.20.0-2 - This package provides support for 'functions related to retreiving per-channel hangupcause information' in Asterisk.
asterisk13-func-holdintercept - 13.20.0-2 - This package provides support for 'function that intercepts HOLD frames from channels and raises events' in Asterisk.
asterisk13-func-iconv - 13.20.0-2 - This package provides support for 'charset conversion' in Asterisk.
asterisk13-func-jitterbuffer - 13.20.0-2 - This package provides support for 'put a jitterbuffer on the read side of a channel' in Asterisk.
asterisk13-func-lock - 13.20.0-2 - This package provides support for 'dialplan mutexes' in Asterisk.
asterisk13-func-math - 13.20.0-2 - This package provides support for 'Math functions' in Asterisk.
asterisk13-func-md5 - 13.20.0-2 - This package provides support for 'MD5 digest related dialplan functions' in Asterisk.
asterisk13-func-module - 13.20.0-2 - This package provides support for 'Simple module check function' in Asterisk.
asterisk13-func-periodic-hook - 13.20.0-2 - This package provides support for 'Execute a periodic dialplan hook into the audio of a call' in Asterisk.
asterisk13-func-pitchshift - 13.20.0-2 - This package provides support for 'pitch shift audio effect' in Asterisk.
asterisk13-func-presencestate - 13.20.0-2 - This package provides support for 'Gets or sets a presence state in the dialplan' in Asterisk.
asterisk13-func-rand - 13.20.0-2 - This package provides support for 'RAND dialplan function' in Asterisk.
asterisk13-func-realtime - 13.20.0-2 - This package provides support for 'REALTIME dialplan function' in Asterisk.
asterisk13-func-sha1 - 13.20.0-2 - This package provides support for 'SHA1 digest related dialplan functions' in Asterisk.
asterisk13-func-shell - 13.20.0-2 - This package provides support for 'support for shell execution' in Asterisk.
asterisk13-func-sorcery - 13.20.0-2 - This package provides support for 'get a field from a sorcery object' in Asterisk.
asterisk13-func-sprintf - 13.20.0-2 - This package provides support for 'string manipulation dialplan functions' in Asterisk.
asterisk13-func-srv - 13.20.0-2 - This package provides support for 'SRV related dialplan functions' in Asterisk.
asterisk13-func-sysinfo - 13.20.0-2 - This package provides support for 'SYSINFO function to return various system data' in Asterisk.
asterisk13-func-talkdetect - 13.20.0-2 - This package provides support for 'function that raises events when talking is detected on a channel' in Asterisk.
asterisk13-func-uri - 13.20.0-2 - This package provides support for 'Encodes and decodes URI-safe strings' in Asterisk.
asterisk13-func-version - 13.20.0-2 - This package provides support for 'return the current version strings' in Asterisk.
asterisk13-func-vmcount - 13.20.0-2 - This package provides support for 'a vmcount dialplan function' in Asterisk.
asterisk13-func-volume - 13.20.0-2 - This package provides support for 'technology independent volume control' in Asterisk.
asterisk13-odbc - 13.20.0-2 - This package provides support for 'ODBC support' in Asterisk.
asterisk13-pbx-ael - 13.20.0-2 - This package provides support for 'support for symbolic Asterisk Extension Logic' in Asterisk.
asterisk13-pbx-dundi - 13.20.0-2 - This package provides support for 'provides Dundi Lookup service for Asterisk' in Asterisk.
asterisk13-pbx-loopback - 13.20.0-2 - This package provides support for 'loopback PBX module' in Asterisk.
asterisk13-pbx-lua - 13.20.0-2 - This package provides support for 'provides Lua resources for Asterisk' in Asterisk.
asterisk13-pbx-realtime - 13.20.0-2 - This package provides support for 'realtime switch support' in Asterisk.
asterisk13-pbx-spool - 13.20.0-2 - This package provides support for 'outgoing call spool support' in Asterisk.
asterisk13-pgsql - 13.20.0-2 - This package provides support for 'PostgreSQL support' in Asterisk.
asterisk13-pjsip - 13.20.0-2 - This package provides support for 'the channel pjsip' in Asterisk.
asterisk13-res-adsi - 13.20.0-2 - This package provides support for 'Analog Display Services Interface capability' in Asterisk.
asterisk13-res-ael-share - 13.20.0-2 - This package provides support for 'support for shareable AEL code mainly between internal and external modules' in Asterisk.
asterisk13-res-agi - 13.20.0-2 - This package provides support for 'Support for the Asterisk Gateway Interface extension' in Asterisk.
asterisk13-res-ari - 13.20.0-2 - This package provides support for 'HTTP binding for the Stasis API' in Asterisk.
asterisk13-res-ari-applications - 13.20.0-2 - This package provides support for 'RESTful API module - Stasis application resources' in Asterisk.
asterisk13-res-ari-asterisk - 13.20.0-2 - This package provides support for 'RESTful API module - Asterisk resources' in Asterisk.
asterisk13-res-ari-bridges - 13.20.0-2 - This package provides support for 'RESTful API module - bridge resources' in Asterisk.
asterisk13-res-ari-channels - 13.20.0-2 - This package provides support for 'RESTful API module - channel resources' in Asterisk.
asterisk13-res-ari-device-states - 13.20.0-2 - This package provides support for 'RESTful API module - device state resources' in Asterisk.
asterisk13-res-ari-endpoints - 13.20.0-2 - This package provides support for 'RESTful API module - endpoint resources' in Asterisk.
asterisk13-res-ari-events - 13.20.0-2 - This package provides support for 'RESTful API module - WebSocket resource' in Asterisk.
asterisk13-res-ari-mailboxes - 13.20.0-2 - This package provides support for 'RESTful API module - mailboxes resources' in Asterisk.
asterisk13-res-ari-model - 13.20.0-2 - This package provides support for 'ARI model validators' in Asterisk.
asterisk13-res-ari-playbacks - 13.20.0-2 - This package provides support for 'RESTful API module - playback control resources' in Asterisk.
asterisk13-res-ari-recordings - 13.20.0-2 - This package provides support for 'RESTful API module - recording resources' in Asterisk.
asterisk13-res-ari-sounds - 13.20.0-2 - This package provides support for 'RESTful API module - sound resources' in Asterisk.
asterisk13-res-calendar - 13.20.0-2 - This package provides support for 'the calendar API' in Asterisk.
asterisk13-res-calendar-caldav - 13.20.0-2 - This package provides support for 'CalDAV calendar integration' in Asterisk.
asterisk13-res-calendar-ews - 13.20.0-2 - This package provides support for 'MS Exchange Web Service calendar integration' in Asterisk.
asterisk13-res-calendar-exchange - 13.20.0-2 - This package provides support for 'MS Exchange calendar integration' in Asterisk.
asterisk13-res-calendar-icalendar - 13.20.0-2 - This package provides support for 'iCalendar calendar integration' in Asterisk.
asterisk13-res-chan-stats - 13.20.0-2 - This package provides support for 'example of how to subscribe to Stasis events' in Asterisk.
asterisk13-res-clialiases - 13.20.0-2 - This package provides support for 'CLI aliases' in Asterisk.
asterisk13-res-clioriginate - 13.20.0-2 - This package provides support for 'Originate calls via the CLI' in Asterisk.
asterisk13-res-config-ldap - 13.20.0-2 - This package provides support for 'LDAP plugin for portable configuration engine' in Asterisk.
asterisk13-res-config-mysql - 13.20.0-2 - This package provides support for 'MySQL CDR backend' in Asterisk.
asterisk13-res-config-sqlite3 - 13.20.0-2 - This package provides support for 'SQLite 3 configuration engine' in Asterisk.
asterisk13-res-convert - 13.20.0-2 - This package provides support for 'file format conversion CLI command using Asterisk formats and translators' in Asterisk.
asterisk13-res-endpoint-stats - 13.20.0-2 - This package provides support for 'statsd endpoint stats' in Asterisk.
asterisk13-res-fax - 13.20.0-2 - This package provides support for 'Generic FAX resource for FAX technology resource modules' in Asterisk.
asterisk13-res-fax-spandsp - 13.20.0-2 - This package provides support for 'Spandsp T.38 and G.711 FAX Resource' in Asterisk.
asterisk13-res-format-attr-celt - 13.20.0-2 - This package provides support for 'CELT format attribute interface' in Asterisk.
asterisk13-res-format-attr-g729 - 13.20.0-2 - This package provides support for 'G.729 format attribute interface' in Asterisk.
asterisk13-res-format-attr-h263 - 13.20.0-2 - This package provides support for 'H.263 format attribute interface' in Asterisk.
asterisk13-res-format-attr-h264 - 13.20.0-2 - This package provides support for 'H.264 format attribute interface' in Asterisk.
asterisk13-res-format-attr-opus - 13.20.0-2 - This package provides support for 'Opus format attribute interface' in Asterisk.
asterisk13-res-format-attr-silk - 13.20.0-2 - This package provides support for 'SILK format attribute interface' in Asterisk.
asterisk13-res-format-attr-siren14 - 13.20.0-2 - This package provides support for 'Siren14 format attribute interface' in Asterisk.
asterisk13-res-format-attr-siren7 - 13.20.0-2 - This package provides support for 'Siren7 format attribute interface' in Asterisk.
asterisk13-res-format-attr-vp8 - 13.20.0-2 - This package provides support for 'VP8 format attribute interface' in Asterisk.
asterisk13-res-hep - 13.20.0-2 - This package provides support for 'Routines for integration with Homer using HEPv3' in Asterisk.
asterisk13-res-hep-pjsip - 13.20.0-2 - This package provides support for 'PJSIP logging with Homer' in Asterisk.
asterisk13-res-hep-rtcp - 13.20.0-2 - This package provides support for 'RTCP logging with Homer' in Asterisk.
asterisk13-res-http-websocket - 13.20.0-2 - This package provides support for 'WebSocket support for the Asterisk internal HTTP server' in Asterisk.
asterisk13-res-limit - 13.20.0-2 - This package provides support for 'resource limits' in Asterisk.
asterisk13-res-manager-devicestate - 13.20.0-2 - This package provides support for 'list the current known device states' in Asterisk.
asterisk13-res-manager-presencestate - 13.20.0-2 - This package provides support for 'list the current known presence states' in Asterisk.
asterisk13-res-monitor - 13.20.0-2 - This package provides support for 'call monitoring resource' in Asterisk.
asterisk13-res-musiconhold - 13.20.0-2 - This package provides support for 'Music On Hold support' in Asterisk.
asterisk13-res-mutestream - 13.20.0-2 - This package provides support for 'MUTESTREAM audiohooks' in Asterisk.
asterisk13-res-mwi-external - 13.20.0-2 - This package provides support for 'core external MWI resource' in Asterisk.
asterisk13-res-mwi-external-ami - 13.20.0-2 - This package provides support for 'AMI wrapper for external MWI' in Asterisk.
asterisk13-res-parking - 13.20.0-2 - This package provides support for 'Phone Parking application' in Asterisk.
asterisk13-res-phoneprov - 13.20.0-2 - This package provides support for 'Phone provisioning application for the asterisk internal http server' in Asterisk.
asterisk13-res-pjproject - 13.20.0-2 - This package provides support for '' in Asterisk.
asterisk13-res-pjsip-phoneprov - 13.20.0-2 - This package provides support for 'PJSIP Phone Provisioning' in Asterisk.
asterisk13-res-pktccops - 13.20.0-2 - This package provides support for 'PacketCable MGCP variation / NCS' in Asterisk.
asterisk13-res-realtime - 13.20.0-2 - This package provides support for 'RealTime CLI' in Asterisk.
asterisk13-res-rtp-asterisk - 13.20.0-2 - This package provides support for 'Supports RTP and RTCP with Symmetric RTP support for NAT traversal' in Asterisk.
asterisk13-res-rtp-multicast - 13.20.0-2 - This package provides support for 'Multicast RTP Engine' in Asterisk.
asterisk13-res-security-log - 13.20.0-2 - This package provides support for 'security event logging' in Asterisk.
asterisk13-res-smdi - 13.20.0-2 - This package provides support for 'Simple Message Desk Interface capability' in Asterisk.
asterisk13-res-snmp - 13.20.0-2 - This package provides support for 'SNMP Agent / SubAgent' in Asterisk.
asterisk13-res-sorcery - 13.20.0-2 - This package provides support for 'Sorcery backend modules for data access intended for using realtime as backend' in Asterisk.
asterisk13-res-sorcery-memory-cache - 13.20.0-2 - This package provides support for 'sorcery memory cache object wizard' in Asterisk.
asterisk13-res-speech - 13.20.0-2 - This package provides support for 'Support for the Asterisk Generic Speech Recognition API' in Asterisk.
asterisk13-res-srtp - 13.20.0-2 - This package provides support for 'Secure RTP connection' in Asterisk.
asterisk13-res-stasis - 13.20.0-2 - This package provides support for 'Stasis application' in Asterisk.
asterisk13-res-stasis-answer - 13.20.0-2 - This package provides support for 'Stasis application control' in Asterisk.
asterisk13-res-stasis-device-state - 13.20.0-2 - This package provides support for 'Stasis application control' in Asterisk.
asterisk13-res-stasis-mailbox - 13.20.0-2 - This package provides support for 'Stasis application control' in Asterisk.
asterisk13-res-stasis-playback - 13.20.0-2 - This package provides support for 'res_stasis playback' in Asterisk.
asterisk13-res-stasis-recording - 13.20.0-2 - This package provides support for 'res_stasis recording' in Asterisk.
asterisk13-res-stasis-snoop - 13.20.0-2 - This package provides support for 'Stasis application snoop control' in Asterisk.
asterisk13-res-statsd - 13.20.0-2 - This package provides support for 'publishing to a statsd server' in Asterisk.
asterisk13-res-stun-monitor - 13.20.0-2 - This package provides support for 'resource STUN Monitor' in Asterisk.
asterisk13-res-timing-dahdi - 13.20.0-2 - This package provides support for 'DAHDI timing interface' in Asterisk.
asterisk13-res-timing-pthread - 13.20.0-2 - This package provides support for 'POSIX pthreads Timing Interface' in Asterisk.
asterisk13-res-timing-timerfd - 13.20.0-2 - This package provides support for 'Timing interface provided by Linux kernel' in Asterisk.
asterisk13-res-xmpp - 13.20.0-2 - This package provides support for 'reference module for interfacting Asterisk directly as a client or component with XMPP server' in Asterisk.
asterisk13-sounds - 13.20.0-2 - This package provides the sound-files for Asterisk-13.
asterisk13-util-aelparse - 13.20.0-2 - Check extensions.ael file.
asterisk13-util-astcanary - 13.20.0-2 - Assures Asterisk no threads have gone missing.
asterisk13-util-astdb2bdb - 13.20.0-2 - Convert astdb back to Berkeley DB 1.86.
asterisk13-util-astdb2sqlite3 - 13.20.0-2 - Convert astdb to SQLite 3.
asterisk13-util-check-expr - 13.20.0-2 - Expression checker [older version].
asterisk13-util-check-expr2 - 13.20.0-2 - Expression checker [newer version].
asterisk13-util-conf2ael - 13.20.0-2 - Convert .conf to .ael.
asterisk13-util-muted - 13.20.0-2 - Listens for AMI events. Mutes soundcard during call.
asterisk13-util-smsq - 13.20.0-2 - Send messages from command line.
asterisk13-util-stereorize - 13.20.0-2 - Merge two mono WAV-files to one stereo WAV-file.
asterisk13-util-streamplayer - 13.20.0-2 - A utility for reading from a raw TCP stream [MOH source].
asterisk13-voicemail - 13.20.0-2 - This package provides support for 'voicemail related modules' in Asterisk.
asterisk15 - 15.3.0-2 - Asterisk is a complete PBX in software. It provides all of the features you would expect from a PBX and more. Asterisk does voice over IP in three protocols, and can interoperate with almost all standards-based telephony equipment using relatively inexpensive hardware.
asterisk15-app-adsiprog - 15.3.0-2 - This package provides support for 'program Asterisk ADSI scripts into phone' in Asterisk.
asterisk15-app-agent-pool - 15.3.0-2 - This package provides support for 'call center agent pool' in Asterisk.
asterisk15-app-alarmreceiver - 15.3.0-2 - This package provides support for 'Central Station Alarm receiver for Ademco Contact ID' in Asterisk.
asterisk15-app-amd - 15.3.0-2 - This package provides support for 'answering machine detection' in Asterisk.
asterisk15-app-authenticate - 15.3.0-2 - This package provides support for 'Execute arbitrary authenticate commands' in Asterisk.
asterisk15-app-bridgeaddchan - 15.3.0-2 - This package provides support for 'place a channel into an existing bridge' in Asterisk.
asterisk15-app-bridgewait - 15.3.0-2 - This package provides support for 'place a channel into a holding bridge' in Asterisk.
asterisk15-app-celgenuserevent - 15.3.0-2 - This package provides support for 'generate user-defined CEL event' in Asterisk.
asterisk15-app-chanisavail - 15.3.0-2 - This package provides support for 'support for checking if a channel is available' in Asterisk.
asterisk15-app-channelredirect - 15.3.0-2 - This package provides support for 'ChannelRedirect application' in Asterisk.
asterisk15-app-chanspy - 15.3.0-2 - This package provides support for 'support for listening in on any channel' in Asterisk.
asterisk15-app-confbridge - 15.3.0-2 - This package provides support for 'Software bridge for multi-party audio conferencing' in Asterisk.
asterisk15-app-controlplayback - 15.3.0-2 - This package provides support for 'trivial application to control playback of a sound file' in Asterisk.
asterisk15-app-dahdiras - 15.3.0-2 - This package provides support for 'support for executing an ISDN RAS using DAHDI' in Asterisk.
asterisk15-app-dictate - 15.3.0-2 - This package provides support for 'virtual dictation machine application' in Asterisk.
asterisk15-app-directed-pickup - 15.3.0-2 - This package provides support for 'support for directed call pickup' in Asterisk.
asterisk15-app-directory - 15.3.0-2 - This package provides support for 'provide a directory of extensions' in Asterisk.
asterisk15-app-disa - 15.3.0-2 - This package provides support for 'Direct Inward System Access' in Asterisk.
asterisk15-app-dumpchan - 15.3.0-2 - This package provides support for 'application to dump channel variables' in Asterisk.
asterisk15-app-exec - 15.3.0-2 - This package provides support for 'support for application execution' in Asterisk.
asterisk15-app-externalivr - 15.3.0-2 - This package provides support for 'external IVR application interface' in Asterisk.
asterisk15-app-festival - 15.3.0-2 - This package provides support for 'connect to festival' in Asterisk.
asterisk15-app-flash - 15.3.0-2 - This package provides support for 'flash a DAHDI trunk' in Asterisk.
asterisk15-app-followme - 15.3.0-2 - This package provides support for 'find-me/follow-me application' in Asterisk.
asterisk15-app-getcpeid - 15.3.0-2 - This package provides support for 'get ADSI CPE ID' in Asterisk.
asterisk15-app-ices - 15.3.0-2 - This package provides support for 'stream to an icecast server via ICES' in Asterisk.
asterisk15-app-image - 15.3.0-2 - This package provides support for 'transmit an image' in Asterisk.
asterisk15-app-ivrdemo - 15.3.0-2 - This package provides support for 'IVR demo application' in Asterisk.
asterisk15-app-milliwatt - 15.3.0-2 - This package provides support for 'digital milliwatt test' in Asterisk.
asterisk15-app-minivm - 15.3.0-2 - This package provides support for 'a voicemail system in small building blocks working together based on the Comedian Mail voicemail' in Asterisk.
asterisk15-app-mixmonitor - 15.3.0-2 - This package provides support for 'record a call and mix the audio during the recording' in Asterisk.
asterisk15-app-morsecode - 15.3.0-2 - This package provides support for 'Morsecode application' in Asterisk.
asterisk15-app-mp3 - 15.3.0-2 - This package provides support for 'silly application to play an MP3 file [uses mpg123]' in Asterisk.
asterisk15-app-originate - 15.3.0-2 - This package provides support for 'originating an outbound call and connecting it to a specified extension or application' in Asterisk.
asterisk15-app-page - 15.3.0-2 - This package provides support for 'paging application' in Asterisk.
asterisk15-app-playtones - 15.3.0-2 - This package provides support for 'play a tone list' in Asterisk.
asterisk15-app-privacy - 15.3.0-2 - This package provides support for 'require phone number to be entered if no CallerID sent' in Asterisk.
asterisk15-app-queue - 15.3.0-2 - This package provides support for 'support for ACD' in Asterisk.
asterisk15-app-read - 15.3.0-2 - This package provides support for 'a trivial application to read a variable' in Asterisk.
asterisk15-app-readexten - 15.3.0-2 - This package provides support for 'a trivial application to read an extension into a variable' in Asterisk.
asterisk15-app-record - 15.3.0-2 - This package provides support for 'to record a sound file' in Asterisk.
asterisk15-app-saycounted - 15.3.0-2 - This package provides support for 'applications to decline words according to current language' in Asterisk.
asterisk15-app-sayunixtime - 15.3.0-2 - This package provides support for 'an application to say Unix time' in Asterisk.
asterisk15-app-senddtmf - 15.3.0-2 - This package provides support for 'Sends arbitrary DTMF digits' in Asterisk.
asterisk15-app-sendtext - 15.3.0-2 - This package provides support for 'transmit a text message' in Asterisk.
asterisk15-app-skel - 15.3.0-2 - This package provides support for 'skeleton for development of an Asterisk application' in Asterisk.
asterisk15-app-sms - 15.3.0-2 - This package provides support for 'SMS support (ETSI ES 201 912 protocol 1)' in Asterisk.
asterisk15-app-softhangup - 15.3.0-2 - This package provides support for 'SoftHangup application' in Asterisk.
asterisk15-app-speech - 15.3.0-2 - This package provides support for 'Dialplan Speech Applications' in Asterisk.
asterisk15-app-stack - 15.3.0-2 - This package provides support for 'Stack applications Gosub Return etc.' in Asterisk.
asterisk15-app-stasis - 15.3.0-2 - This package provides support for 'Stasis dialplan application' in Asterisk.
asterisk15-app-statsd - 15.3.0-2 - This package provides support for 'statsd dialplan' in Asterisk.
asterisk15-app-stream-echo - 15.3.0-2 - This package provides support for 'stream echo' in Asterisk.
asterisk15-app-system - 15.3.0-2 - This package provides support for 'support for executing system commands' in Asterisk.
asterisk15-app-talkdetect - 15.3.0-2 - This package provides support for 'for file playback with audio detect' in Asterisk.
asterisk15-app-test - 15.3.0-2 - This package provides support for 'applications to test connection and produce report in text file' in Asterisk.
asterisk15-app-transfer - 15.3.0-2 - This package provides support for 'transfer a caller' in Asterisk.
asterisk15-app-url - 15.3.0-2 - This package provides support for 'app to transmit a URL' in Asterisk.
asterisk15-app-userevent - 15.3.0-2 - This package provides support for 'UserEvent application -- send manager event' in Asterisk.
asterisk15-app-verbose - 15.3.0-2 - This package provides support for 'Verbose logging application' in Asterisk.
asterisk15-app-waitforring - 15.3.0-2 - This package provides support for 'wait for ring application' in Asterisk.
asterisk15-app-waitforsilence - 15.3.0-2 - This package provides support for 'wait for silence' in Asterisk.
asterisk15-app-waituntil - 15.3.0-2 - This package provides support for 'support sleeping until the given epoch' in Asterisk.
asterisk15-app-while - 15.3.0-2 - This package provides support for 'a while loop implementation' in Asterisk.
asterisk15-app-zapateller - 15.3.0-2 - This package provides support for 'playback the special information tone to get rid of telemarketers' in Asterisk.
asterisk15-bridge-builtin-features - 15.3.0-2 - This package provides support for 'built in bridging features' in Asterisk.
asterisk15-bridge-builtin-interval-features - 15.3.0-2 - This package provides support for 'built in bridging interval features' in Asterisk.
asterisk15-bridge-holding - 15.3.0-2 - This package provides support for 'bridging technology for storing channels in a bridge' in Asterisk.
asterisk15-bridge-native-rtp - 15.3.0-2 - This package provides support for 'native RTP bridging technology module' in Asterisk.
asterisk15-bridge-simple - 15.3.0-2 - This package provides support for 'simple two channel bridging module' in Asterisk.
asterisk15-bridge-softmix - 15.3.0-2 - This package provides support for 'multi-party software based channel mixing' in Asterisk.
asterisk15-cdr - 15.3.0-2 - This package provides support for 'Call Detail Record' in Asterisk.
asterisk15-cdr-csv - 15.3.0-2 - This package provides support for 'Call Detail Record with CSV support' in Asterisk.
asterisk15-cdr-sqlite3 - 15.3.0-2 - This package provides support for 'Call Detail Record with SQLITE3 support' in Asterisk.
asterisk15-cel-custom - 15.3.0-2 - This package provides support for 'custom Comma Separated Value CEL records' in Asterisk.
asterisk15-cel-manager - 15.3.0-2 - This package provides support for 'Asterisk channel event records' in Asterisk.
asterisk15-cel-sqlite3-custom - 15.3.0-2 - This package provides support for 'custom SQLite3 CEL records' in Asterisk.
asterisk15-chan-alsa - 15.3.0-2 - This package provides support for 'the channel chan_alsa' in Asterisk.
asterisk15-chan-bridge-media - 15.3.0-2 - This package provides support for 'bridge media channel driver' in Asterisk.
asterisk15-chan-console - 15.3.0-2 - This package provides support for 'cross-platform console channel driver' in Asterisk.
asterisk15-chan-dahdi - 15.3.0-2 - This package provides support for 'DAHDI channel support' in Asterisk.
asterisk15-chan-dongle - 1.1-20180312-1 - Asterisk channel driver for Huawei UMTS 3G dongle.
asterisk15-chan-iax2 - 15.3.0-2 - This package provides support for 'IAX support' in Asterisk.
asterisk15-chan-mgcp - 15.3.0-2 - This package provides support for 'Media Gateway Control Protocol' in Asterisk.
asterisk15-chan-mobile - 15.3.0-2 - This package provides support for 'Bluetooth mobile device channel driver' in Asterisk.
asterisk15-chan-motif - 15.3.0-2 - This package provides support for 'Motif Jingle Channel Driver' in Asterisk.
asterisk15-chan-ooh323 - 15.3.0-2 - This package provides support for 'Objective Systems H.323 channel' in Asterisk.
asterisk15-chan-oss - 15.3.0-2 - This package provides support for 'the channel chan_oss' in Asterisk.
asterisk15-chan-phone - 15.3.0-2 - This package provides support for 'generic Linux telephony interface driver' in Asterisk.
asterisk15-chan-rtp - 15.3.0-2 - This package provides support for 'RTP [Multicast and Unicast] media channel' in Asterisk.
asterisk15-chan-sccp - v4.3.0-20180322-1 - Replacement for the SCCP channel driver (chan_skinny) in Asterisk. Extended features include shared lines, presence / BLF, customizable feature buttons and custom device state.
asterisk15-chan-sip - 15.3.0-2 - This package provides support for 'the channel chan_sip' in Asterisk.
asterisk15-chan-skinny - 15.3.0-2 - This package provides support for 'the channel chan_skinny' in Asterisk.
asterisk15-chan-unistim - 15.3.0-2 - This package provides support for 'channel driver for the UNISTIM (Unified Networks IP Stimulus) protocol' in Asterisk.
asterisk15-codec-a-mu - 15.3.0-2 - This package provides support for 'translation between alaw and ulaw codecs' in Asterisk.
asterisk15-codec-adpcm - 15.3.0-2 - This package provides support for 'ADPCM text ' in Asterisk.
asterisk15-codec-alaw - 15.3.0-2 - This package provides support for 'translation between signed linear and alaw codecs' in Asterisk.
asterisk15-codec-dahdi - 15.3.0-2 - This package provides support for 'DAHDI native transcoding support' in Asterisk.
asterisk15-codec-g722 - 15.3.0-2 - This package provides support for 'a high bit rate 48/56/64Kbps ITU standard codec' in Asterisk.
asterisk15-codec-g726 - 15.3.0-2 - This package provides support for 'translation between signed linear and ITU G.726-32kbps codecs' in Asterisk.
asterisk15-codec-g729 - 1.4.2-1 - Asterisk G.729 codec based on bcg729 implementation.
asterisk15-codec-gsm - 15.3.0-2 - This package provides support for 'translate between signed linear and GSM' in Asterisk.
asterisk15-codec-ilbc - 15.3.0-2 - This package provides support for 'translate between signed linear and ILBC' in Asterisk.
asterisk15-codec-lpc10 - 15.3.0-2 - This package provides support for 'translate between signed linear and LPC10' in Asterisk.
asterisk15-codec-resample - 15.3.0-2 - This package provides support for 'resample sLinear audio' in Asterisk.
asterisk15-codec-ulaw - 15.3.0-2 - This package provides support for 'translation between signed linear and ulaw codecs' in Asterisk.
asterisk15-curl - 15.3.0-2 - This package provides support for 'CURL support' in Asterisk.
asterisk15-format-g719 - 15.3.0-2 - This package provides support for 'ITU G.719 64kbps-only' in Asterisk.
asterisk15-format-g723 - 15.3.0-2 - This package provides support for 'old-style G.723.1 frame/timestamp format' in Asterisk.
asterisk15-format-g726 - 15.3.0-2 - This package provides support for 'support for headerless G.726 16/24/32/40kbps data format' in Asterisk.
asterisk15-format-g729 - 15.3.0-2 - This package provides support for 'support for raw headerless G729 data' in Asterisk.
asterisk15-format-gsm - 15.3.0-2 - This package provides support for 'support for GSM format' in Asterisk.
asterisk15-format-h263 - 15.3.0-2 - This package provides support for 'support for H264 format' in Asterisk.
asterisk15-format-h264 - 15.3.0-2 - This package provides support for 'support for H264 format' in Asterisk.
asterisk15-format-ilbc - 15.3.0-2 - This package provides support for 'support for ILBC format' in Asterisk.
asterisk15-format-jpeg - 15.3.0-2 - This package provides support for 'JPEG file format' in Asterisk.
asterisk15-format-ogg-vorbis - 15.3.0-2 - This package provides support for 'OGG/Vorbis streams' in Asterisk.
asterisk15-format-pcm - 15.3.0-2 - This package provides support for 'support for PCM format' in Asterisk.
asterisk15-format-siren14 - 15.3.0-2 - This package provides support for 'ITU G.722.1 Annex C Siren14 48kbps-only format' in Asterisk.
asterisk15-format-siren7 - 15.3.0-2 - This package provides support for 'ITU G.722.1 Siren7 32kbps-only format' in Asterisk.
asterisk15-format-sln - 15.3.0-2 - This package provides support for 'support for raw slinear format' in Asterisk.
asterisk15-format-vox - 15.3.0-2 - This package provides support for 'support for ADPCM vox format' in Asterisk.
asterisk15-format-wav - 15.3.0-2 - This package provides support for 'support for proprietary Microsoft WAV format (8000hz Signed Linear)' in Asterisk.
asterisk15-format-wav-gsm - 15.3.0-2 - This package provides support for 'support for proprietary Microsoft WAV format (Proprietary GSM)' in Asterisk.
asterisk15-func-aes - 15.3.0-2 - This package provides support for 'AES encryption/decryption dialplan functions' in Asterisk.
asterisk15-func-base64 - 15.3.0-2 - This package provides support for 'support of base64 function' in Asterisk.
asterisk15-func-blacklist - 15.3.0-2 - This package provides support for 'looking up the callerid number and see if it is blacklisted' in Asterisk.
asterisk15-func-callcompletion - 15.3.0-2 - This package provides support for 'call completion supplementary services implementation' in Asterisk.
asterisk15-func-channel - 15.3.0-2 - This package provides support for 'Channel info dialplan function' in Asterisk.
asterisk15-func-config - 15.3.0-2 - This package provides support for 'a function to retrieve variables from an Asterisk configuration file' in Asterisk.
asterisk15-func-cut - 15.3.0-2 - This package provides support for 'CUT function' in Asterisk.
asterisk15-func-db - 15.3.0-2 - This package provides support for 'functions for interaction with the database' in Asterisk.
asterisk15-func-devstate - 15.3.0-2 - This package provides support for 'functions for manually controlled blinky lights' in Asterisk.
asterisk15-func-dialgroup - 15.3.0-2 - This package provides support for 'dialgroup dialplan function' in Asterisk.
asterisk15-func-dialplan - 15.3.0-2 - This package provides support for 'dialplan group functions check if a dialplan entry exists' in Asterisk.
asterisk15-func-enum - 15.3.0-2 - This package provides support for 'ENUM' in Asterisk.
asterisk15-func-env - 15.3.0-2 - This package provides support for 'Environment dialplan functions' in Asterisk.
asterisk15-func-extstate - 15.3.0-2 - This package provides support for 'retrieving the state of a hinted extension for dialplan control' in Asterisk.
asterisk15-func-frame-trace - 15.3.0-2 - This package provides support for 'trace internal ast_frames on a channel' in Asterisk.
asterisk15-func-global - 15.3.0-2 - This package provides support for 'global variable dialplan functions' in Asterisk.
asterisk15-func-groupcount - 15.3.0-2 - This package provides support for 'for counting number of channels in the specified group' in Asterisk.
asterisk15-func-hangupcause - 15.3.0-2 - This package provides support for 'functions related to retreiving per-channel hangupcause information' in Asterisk.
asterisk15-func-holdintercept - 15.3.0-2 - This package provides support for 'function that intercepts HOLD frames from channels and raises events' in Asterisk.
asterisk15-func-iconv - 15.3.0-2 - This package provides support for 'charset conversion' in Asterisk.
asterisk15-func-jitterbuffer - 15.3.0-2 - This package provides support for 'put a jitterbuffer on the read side of a channel' in Asterisk.
asterisk15-func-lock - 15.3.0-2 - This package provides support for 'dialplan mutexes' in Asterisk.
asterisk15-func-math - 15.3.0-2 - This package provides support for 'Math functions' in Asterisk.
asterisk15-func-md5 - 15.3.0-2 - This package provides support for 'MD5 digest related dialplan functions' in Asterisk.
asterisk15-func-module - 15.3.0-2 - This package provides support for 'Simple module check function' in Asterisk.
asterisk15-func-periodic-hook - 15.3.0-2 - This package provides support for 'Execute a periodic dialplan hook into the audio of a call' in Asterisk.
asterisk15-func-pitchshift - 15.3.0-2 - This package provides support for 'pitch shift audio effect' in Asterisk.
asterisk15-func-presencestate - 15.3.0-2 - This package provides support for 'Gets or sets a presence state in the dialplan' in Asterisk.
asterisk15-func-rand - 15.3.0-2 - This package provides support for 'RAND dialplan function' in Asterisk.
asterisk15-func-realtime - 15.3.0-2 - This package provides support for 'REALTIME dialplan function' in Asterisk.
asterisk15-func-sha1 - 15.3.0-2 - This package provides support for 'SHA1 digest related dialplan functions' in Asterisk.
asterisk15-func-shell - 15.3.0-2 - This package provides support for 'support for shell execution' in Asterisk.
asterisk15-func-sorcery - 15.3.0-2 - This package provides support for 'get a field from a sorcery object' in Asterisk.
asterisk15-func-sprintf - 15.3.0-2 - This package provides support for 'string manipulation dialplan functions' in Asterisk.
asterisk15-func-srv - 15.3.0-2 - This package provides support for 'SRV related dialplan functions' in Asterisk.
asterisk15-func-sysinfo - 15.3.0-2 - This package provides support for 'SYSINFO function to return various system data' in Asterisk.
asterisk15-func-talkdetect - 15.3.0-2 - This package provides support for 'function that raises events when talking is detected on a channel' in Asterisk.
asterisk15-func-uri - 15.3.0-2 - This package provides support for 'Encodes and decodes URI-safe strings' in Asterisk.
asterisk15-func-version - 15.3.0-2 - This package provides support for 'return the current version strings' in Asterisk.
asterisk15-func-vmcount - 15.3.0-2 - This package provides support for 'a vmcount dialplan function' in Asterisk.
asterisk15-func-volume - 15.3.0-2 - This package provides support for 'technology independent volume control' in Asterisk.
asterisk15-odbc - 15.3.0-2 - This package provides support for 'ODBC support' in Asterisk.
asterisk15-pbx-ael - 15.3.0-2 - This package provides support for 'support for symbolic Asterisk Extension Logic' in Asterisk.
asterisk15-pbx-dundi - 15.3.0-2 - This package provides support for 'provides Dundi Lookup service for Asterisk' in Asterisk.
asterisk15-pbx-loopback - 15.3.0-2 - This package provides support for 'loopback PBX module' in Asterisk.
asterisk15-pbx-lua - 15.3.0-2 - This package provides support for 'provides Lua resources for Asterisk' in Asterisk.
asterisk15-pbx-realtime - 15.3.0-2 - This package provides support for 'realtime switch support' in Asterisk.
asterisk15-pbx-spool - 15.3.0-2 - This package provides support for 'outgoing call spool support' in Asterisk.
asterisk15-pgsql - 15.3.0-2 - This package provides support for 'PostgreSQL support' in Asterisk.
asterisk15-pjsip - 15.3.0-2 - This package provides support for 'the channel pjsip' in Asterisk.
asterisk15-res-adsi - 15.3.0-2 - This package provides support for 'Analog Display Services Interface capability' in Asterisk.
asterisk15-res-ael-share - 15.3.0-2 - This package provides support for 'support for shareable AEL code mainly between internal and external modules' in Asterisk.
asterisk15-res-agi - 15.3.0-2 - This package provides support for 'Support for the Asterisk Gateway Interface extension' in Asterisk.
asterisk15-res-ari - 15.3.0-2 - This package provides support for 'HTTP binding for the Stasis API' in Asterisk.
asterisk15-res-ari-applications - 15.3.0-2 - This package provides support for 'RESTful API module - Stasis application resources' in Asterisk.
asterisk15-res-ari-asterisk - 15.3.0-2 - This package provides support for 'RESTful API module - Asterisk resources' in Asterisk.
asterisk15-res-ari-bridges - 15.3.0-2 - This package provides support for 'RESTful API module - bridge resources' in Asterisk.
asterisk15-res-ari-channels - 15.3.0-2 - This package provides support for 'RESTful API module - channel resources' in Asterisk.
asterisk15-res-ari-device-states - 15.3.0-2 - This package provides support for 'RESTful API module - device state resources' in Asterisk.
asterisk15-res-ari-endpoints - 15.3.0-2 - This package provides support for 'RESTful API module - endpoint resources' in Asterisk.
asterisk15-res-ari-events - 15.3.0-2 - This package provides support for 'RESTful API module - WebSocket resource' in Asterisk.
asterisk15-res-ari-mailboxes - 15.3.0-2 - This package provides support for 'RESTful API module - mailboxes resources' in Asterisk.
asterisk15-res-ari-model - 15.3.0-2 - This package provides support for 'ARI model validators' in Asterisk.
asterisk15-res-ari-playbacks - 15.3.0-2 - This package provides support for 'RESTful API module - playback control resources' in Asterisk.
asterisk15-res-ari-recordings - 15.3.0-2 - This package provides support for 'RESTful API module - recording resources' in Asterisk.
asterisk15-res-ari-sounds - 15.3.0-2 - This package provides support for 'RESTful API module - sound resources' in Asterisk.
asterisk15-res-calendar - 15.3.0-2 - This package provides support for 'the calendar API' in Asterisk.
asterisk15-res-calendar-caldav - 15.3.0-2 - This package provides support for 'CalDAV calendar integration' in Asterisk.
asterisk15-res-calendar-ews - 15.3.0-2 - This package provides support for 'MS Exchange Web Service calendar integration' in Asterisk.
asterisk15-res-calendar-exchange - 15.3.0-2 - This package provides support for 'MS Exchange calendar integration' in Asterisk.
asterisk15-res-calendar-icalendar - 15.3.0-2 - This package provides support for 'iCalendar calendar integration' in Asterisk.
asterisk15-res-chan-stats - 15.3.0-2 - This package provides support for 'example of how to subscribe to Stasis events' in Asterisk.
asterisk15-res-clialiases - 15.3.0-2 - This package provides support for 'CLI aliases' in Asterisk.
asterisk15-res-clioriginate - 15.3.0-2 - This package provides support for 'Originate calls via the CLI' in Asterisk.
asterisk15-res-config-ldap - 15.3.0-2 - This package provides support for 'LDAP plugin for portable configuration engine' in Asterisk.
asterisk15-res-config-mysql - 15.3.0-2 - This package provides support for 'MySQL CDR backend' in Asterisk.
asterisk15-res-config-sqlite3 - 15.3.0-2 - This package provides support for 'SQLite 3 configuration engine' in Asterisk.
asterisk15-res-convert - 15.3.0-2 - This package provides support for 'file format conversion CLI command using Asterisk formats and translators' in Asterisk.
asterisk15-res-endpoint-stats - 15.3.0-2 - This package provides support for 'statsd endpoint stats' in Asterisk.
asterisk15-res-fax - 15.3.0-2 - This package provides support for 'Generic FAX resource for FAX technology resource modules' in Asterisk.
asterisk15-res-fax-spandsp - 15.3.0-2 - This package provides support for 'Spandsp T.38 and G.711 FAX Resource' in Asterisk.
asterisk15-res-format-attr-celt - 15.3.0-2 - This package provides support for 'CELT format attribute interface' in Asterisk.
asterisk15-res-format-attr-g729 - 15.3.0-2 - This package provides support for 'G.729 format attribute interface' in Asterisk.
asterisk15-res-format-attr-h263 - 15.3.0-2 - This package provides support for 'H.263 format attribute interface' in Asterisk.
asterisk15-res-format-attr-h264 - 15.3.0-2 - This package provides support for 'H.264 format attribute interface' in Asterisk.
asterisk15-res-format-attr-ilbc - 15.3.0-2 - This package provides support for 'ILBC format attribute interface' in Asterisk.
asterisk15-res-format-attr-opus - 15.3.0-2 - This package provides support for 'Opus format attribute interface' in Asterisk.
asterisk15-res-format-attr-silk - 15.3.0-2 - This package provides support for 'SILK format attribute interface' in Asterisk.
asterisk15-res-format-attr-siren14 - 15.3.0-2 - This package provides support for 'Siren14 format attribute interface' in Asterisk.
asterisk15-res-format-attr-siren7 - 15.3.0-2 - This package provides support for 'Siren7 format attribute interface' in Asterisk.
asterisk15-res-format-attr-vp8 - 15.3.0-2 - This package provides support for 'VP8 format attribute interface' in Asterisk.
asterisk15-res-hep - 15.3.0-2 - This package provides support for 'Routines for integration with Homer using HEPv3' in Asterisk.
asterisk15-res-hep-pjsip - 15.3.0-2 - This package provides support for 'PJSIP logging with Homer' in Asterisk.
asterisk15-res-hep-rtcp - 15.3.0-2 - This package provides support for 'RTCP logging with Homer' in Asterisk.
asterisk15-res-http-media-cache - 15.3.0-2 - This package provides support for 'HTTP backend for the core media cache' in Asterisk.
asterisk15-res-http-websocket - 15.3.0-2 - This package provides support for 'WebSocket support for the Asterisk internal HTTP server' in Asterisk.
asterisk15-res-limit - 15.3.0-2 - This package provides support for 'resource limits' in Asterisk.
asterisk15-res-manager-devicestate - 15.3.0-2 - This package provides support for 'list the current known device states' in Asterisk.
asterisk15-res-manager-presencestate - 15.3.0-2 - This package provides support for 'list the current known presence states' in Asterisk.
asterisk15-res-monitor - 15.3.0-2 - This package provides support for 'call monitoring resource' in Asterisk.
asterisk15-res-musiconhold - 15.3.0-2 - This package provides support for 'Music On Hold support' in Asterisk.
asterisk15-res-mutestream - 15.3.0-2 - This package provides support for 'MUTESTREAM audiohooks' in Asterisk.
asterisk15-res-mwi-external - 15.3.0-2 - This package provides support for 'core external MWI resource' in Asterisk.
asterisk15-res-mwi-external-ami - 15.3.0-2 - This package provides support for 'AMI wrapper for external MWI' in Asterisk.
asterisk15-res-parking - 15.3.0-2 - This package provides support for 'Phone Parking application' in Asterisk.
asterisk15-res-phoneprov - 15.3.0-2 - This package provides support for 'Phone provisioning application for the asterisk internal http server' in Asterisk.
asterisk15-res-pjproject - 15.3.0-2 - This package provides support for '' in Asterisk.
asterisk15-res-pjsip-phoneprov - 15.3.0-2 - This package provides support for 'PJSIP Phone Provisioning' in Asterisk.
asterisk15-res-pktccops - 15.3.0-2 - This package provides support for 'PacketCable MGCP variation / NCS' in Asterisk.
asterisk15-res-realtime - 15.3.0-2 - This package provides support for 'RealTime CLI' in Asterisk.
asterisk15-res-resolver-unbound - 15.3.0-2 - This package provides support for 'Unbound DNS resolver' in Asterisk.
asterisk15-res-rtp-asterisk - 15.3.0-2 - This package provides support for 'Supports RTP and RTCP with Symmetric RTP support for NAT traversal' in Asterisk.
asterisk15-res-rtp-multicast - 15.3.0-2 - This package provides support for 'Multicast RTP Engine' in Asterisk.
asterisk15-res-security-log - 15.3.0-2 - This package provides support for 'security event logging' in Asterisk.
asterisk15-res-smdi - 15.3.0-2 - This package provides support for 'Simple Message Desk Interface capability' in Asterisk.
asterisk15-res-snmp - 15.3.0-2 - This package provides support for 'SNMP Agent / SubAgent' in Asterisk.
asterisk15-res-sorcery - 15.3.0-2 - This package provides support for 'Sorcery backend modules for data access intended for using realtime as backend' in Asterisk.
asterisk15-res-sorcery-memory-cache - 15.3.0-2 - This package provides support for 'sorcery memory cache object wizard' in Asterisk.
asterisk15-res-speech - 15.3.0-2 - This package provides support for 'Support for the Asterisk Generic Speech Recognition API' in Asterisk.
asterisk15-res-srtp - 15.3.0-2 - This package provides support for 'Secure RTP connection' in Asterisk.
asterisk15-res-stasis - 15.3.0-2 - This package provides support for 'Stasis application' in Asterisk.
asterisk15-res-stasis-answer - 15.3.0-2 - This package provides support for 'Stasis application control' in Asterisk.
asterisk15-res-stasis-device-state - 15.3.0-2 - This package provides support for 'Stasis application control' in Asterisk.
asterisk15-res-stasis-mailbox - 15.3.0-2 - This package provides support for 'Stasis application control' in Asterisk.
asterisk15-res-stasis-playback - 15.3.0-2 - This package provides support for 'res_stasis playback' in Asterisk.
asterisk15-res-stasis-recording - 15.3.0-2 - This package provides support for 'res_stasis recording' in Asterisk.
asterisk15-res-stasis-snoop - 15.3.0-2 - This package provides support for 'Stasis application snoop control' in Asterisk.
asterisk15-res-statsd - 15.3.0-2 - This package provides support for 'publishing to a statsd server' in Asterisk.
asterisk15-res-stun-monitor - 15.3.0-2 - This package provides support for 'resource STUN Monitor' in Asterisk.
asterisk15-res-timing-dahdi - 15.3.0-2 - This package provides support for 'DAHDI timing interface' in Asterisk.
asterisk15-res-timing-pthread - 15.3.0-2 - This package provides support for 'POSIX pthreads Timing Interface' in Asterisk.
asterisk15-res-timing-timerfd - 15.3.0-2 - This package provides support for 'Timing interface provided by Linux kernel' in Asterisk.
asterisk15-res-xmpp - 15.3.0-2 - This package provides support for 'reference module for interfacting Asterisk directly as a client or component with XMPP server' in Asterisk.
asterisk15-sounds - 15.3.0-2 - This package provides the sound-files for Asterisk-15.
asterisk15-util-aelparse - 15.3.0-2 - Check extensions.ael file.
asterisk15-util-astcanary - 15.3.0-2 - Assures Asterisk no threads have gone missing.
asterisk15-util-astdb2bdb - 15.3.0-2 - Convert astdb back to Berkeley DB 1.86.
asterisk15-util-astdb2sqlite3 - 15.3.0-2 - Convert astdb to SQLite 3.
asterisk15-util-check-expr - 15.3.0-2 - Expression checker [older version].
asterisk15-util-check-expr2 - 15.3.0-2 - Expression checker [newer version].
asterisk15-util-conf2ael - 15.3.0-2 - Convert .conf to .ael.
asterisk15-util-muted - 15.3.0-2 - Listens for AMI events. Mutes soundcard during call.
asterisk15-util-smsq - 15.3.0-2 - Send messages from command line.
asterisk15-util-stereorize - 15.3.0-2 - Merge two mono WAV-files to one stereo WAV-file.
asterisk15-util-streamplayer - 15.3.0-2 - A utility for reading from a raw TCP stream [MOH source].
asterisk15-voicemail - 15.3.0-2 - This package provides support for 'voicemail related modules' in Asterisk.
at - 3.1.20-1 - At and batch read shell commands from standard input storing them as a job to be scheduled for execution in the future.
atftp - 0.7.1-5 - TFTP client
atftpd - 0.7.1-5 - TFTP server
ath10k-firmware-qca4019 - 2018-04-19-71e50312-1 - ath10k firmware for IPQ/QCA4019 devices
ath10k-firmware-qca4019-ct - 2018-04-19-71e50312-1 - Alternative ath10k firmware for IPQ4019 radio from Candela Technologies. Enables IBSS and other features.  Works with standard or ath10k-ct driver. See:  http://www.candelatech.com/ath10k-10.4.php
ath10k-firmware-qca4019-ct-htt - 2018-04-19-71e50312-1 - Alternative ath10k firmware for IPQ4019 radio from Candela Technologies. Uses normal HTT TX data path for management frames, which improves stability in busy networks and may be required for .11r authentication. Enables IBSS and other features. See:  http://www.candelatech.com/ath10k-10.4.php This firmware selects and requires the ath10k-ct driver.
ath10k-firmware-qca6174 - 2018-04-19-71e50312-1 - ath10k firmware for QCA6174 devices
ath10k-firmware-qca9887 - 2018-04-19-71e50312-1 - ath10k firmware for QCA9887 devices
ath10k-firmware-qca9887-ct - 2018-04-19-71e50312-1 - Alternative ath10k firmware for QCA9887 from Candela Technologies. Enables IBSS and other features.  See: http://www.candelatech.com/ath10k-10.1.php This firmware conflicts with the standard 9887 firmware, so select only one.
ath10k-firmware-qca9887-ct-htt - 2018-04-19-71e50312-1 - Alternative ath10k firmware for QCA9887 from Candela Technologies. Uses normal HTT TX data path for management frames, which improves stability in busy networks and fixes .11r authentication. Enables IBSS and other features.  See: http://www.candelatech.com/ath10k-10.1.php This firmware selects and requires the ath10k-ct driver.
ath10k-firmware-qca9888 - 2018-04-19-71e50312-1 - ath10k firmware for QCA9888 devices
ath10k-firmware-qca9888-ct - 2018-04-19-71e50312-1 - Alternative ath10k firmware for QCA9886 and QCA9888 from Candela Technologies. Enables IBSS and other features.  See: http://www.candelatech.com/ath10k-10.4.php This firmware conflicts with the standard 9886 and 9888 firmware, so select only one.
ath10k-firmware-qca9888-ct-htt - 2018-04-19-71e50312-1 - Alternative ath10k firmware for QCA9886 and QCA9888 from Candela Technologies. Uses normal HTT TX data path for management frames, which improves stability in busy networks and may be required for .11r authentication. Enables IBSS and other features.  See: http://www.candelatech.com/ath10k-10.4.php This firmware selects and requires the ath10k-ct driver.
ath10k-firmware-qca988x - 2018-04-19-71e50312-1 - ath10k firmware for QCA988x devices
ath10k-firmware-qca988x-ct - 2018-04-19-71e50312-1 - Alternative ath10k firmware for QCA988X from Candela Technologies. Enables IBSS and other features.  See: http://www.candelatech.com/ath10k-10.1.php This firmware will NOT be used unless the standard ath10k-firmware-qca988x is un-selected since the driver will try to load firmware-5.bin before firmware-2.bin
ath10k-firmware-qca988x-ct-htt - 2018-04-19-71e50312-1 - Alternative ath10k firmware for QCA988X from Candela Technologies. Uses normal HTT TX data path for management frames, which improves stability in busy networks and fixes .11r authentication. Enables IBSS and other features.  See: http://www.candelatech.com/ath10k-10.1.php This firmware selects and requires the ath10k-ct driver.
ath10k-firmware-qca9984 - 2018-04-19-71e50312-1 - ath10k firmware for QCA9984 devices
ath10k-firmware-qca9984-ct - 2018-04-19-71e50312-1 - Alternative ath10k firmware for QCA9984 from Candela Technologies. Enables IBSS and other features.  See: http://www.candelatech.com/ath10k-10.4.php This firmware conflicts with the standard 9984 firmware, so select only one.
ath10k-firmware-qca9984-ct-htt - 2018-04-19-71e50312-1 - Alternative ath10k firmware for QCA9984 from Candela Technologies. Uses normal HTT TX data path for management frames, which improves stability in busy networks and may be required for .11r authentication. Enables IBSS and other features.  See: http://www.candelatech.com/ath10k-10.4.php This firmware selects and requires the ath10k-ct driver.
ath10k-firmware-qca99x0 - 2018-04-19-71e50312-1 - Standard ath10k firmware for QCA99x0 from QCA This firmware conflicts with the CT 99x0 firmware, so select only one.
ath10k-firmware-qca99x0-ct - 2018-04-19-71e50312-1 - Alternative ath10k firmware for QCA99x0 from Candela Technologies. Enables IBSS and other features.  See: http://www.candelatech.com/ath10k-10.4.php This firmware conflicts with the standard 99x0 firmware, so select only one.
ath10k-firmware-qca99x0-ct-htt - 2018-04-19-71e50312-1 - Alternative ath10k firmware for QCA99x0 from Candela Technologies. Uses normal HTT TX data path for management frames, which improves stability in busy networks and may be required for .11r authentication. Enables IBSS and other features.  See: http://www.candelatech.com/ath10k-10.4.php This firmware selects and requires the ath10k-ct driver.
ath6k-firmware - 2017-09-06-a61ac5cf-1 - AR600X firmware
ath9k-htc-firmware - 2017-09-06-a61ac5cf-1 - AR9271/AR7010 firmware
atm-aread - 2.5.2-5 - Linux ATM tool aread.
atm-atmaddr - 2.5.2-5 - Linux ATM tool atmaddr.
atm-atmdiag - 2.5.2-5 - Linux ATM tool atmdiag.
atm-atmdump - 2.5.2-5 - Linux ATM tool atmdump.
atm-atmloop - 2.5.2-5 - Linux ATM tool atmloop.
atm-atmsigd - 2.5.2-5 - Linux ATM tool atmsigd.
atm-atmswitch - 2.5.2-5 - Linux ATM tool atmswitch.
atm-atmtcp - 2.5.2-5 - Linux ATM tool atmtcp.
atm-awrite - 2.5.2-5 - Linux ATM tool awrite.
atm-bus - 2.5.2-5 - Linux ATM tool bus.
atm-debug-tools - 2.5.2-5 - This package contains the Linux ATM debugging tools.
atm-diagnostics - 2.5.2-5 - This package contains the Linux ATM diagnostics.
atm-esi - 2.5.2-5 - Linux ATM tool esi.
atm-ilmid - 2.5.2-5 - Linux ATM tool ilmid.
atm-ilmidiag - 2.5.2-5 - Linux ATM tool ilmidiag.
atm-lecs - 2.5.2-5 - Linux ATM tool lecs.
atm-les - 2.5.2-5 - Linux ATM tool les.
atm-mpcd - 2.5.2-5 - Linux ATM tool mpcd.
atm-saaldump - 2.5.2-5 - Linux ATM tool saaldump.
atm-sonetdiag - 2.5.2-5 - Linux ATM tool sonetdiag.
atm-svc_recv - 2.5.2-5 - Linux ATM tool svc_recv.
atm-svc_send - 2.5.2-5 - Linux ATM tool svc_send.
atm-tools - 2.5.2-5 - This package contains the Linux ATM tools.
atm-ttcp_atm - 2.5.2-5 - Linux ATM tool ttcp_atm.
atm-zeppelin - 2.5.2-5 - Linux ATM tool zeppelin.
attendedsysupgrade-common - 0.1-2 - Common needed files for attendedsysupgrade tool  Manages dependencies and brings settings used by clients.  UCI options:  attendedsysupgrade.server.url URL of compatible upgrade server [1]  attendedsysupgrade.client.upgrade_packages Client should request image also if no new release but new packages upgrade are available.  attendedsysupgrade.client.advanced_mode Offer advanced options like editing packages before request and show additional information.  attendedsysupgrade.client.auto_search Tells the client to automattically search for upgrades This can be done when opening luci or login in to console - depends on client.  [1]: https://github.com/aparcar/gsoc17-attended-sysupgrade
attr - 20170915-1 - Extended attributes support This package provides xattr manipulation utilities - attr - getfattr - setfattr
auc - 0.0.9-2 - CLI client for attended-sysupgrade
autoconf - 2.69-2 - Autoconf is an extensible package of M4 macros that produce shell scripts to automatically configure software source code packages.
automake - 1.15-4 - Automake is a tool for automatically generating Makefile.in files compliant with the GNU Coding Standards.
autossh - 1.4e-2 - Autossh client
avahi-autoipd - 0.6.32-3 - Avahi is an mDNS/DNS-SD (aka RendezVous/Bonjour/ZeroConf) implementation (library). It facilitates service discovery on a local network -- this means that you can plug your laptop or computer into a network and instantly be able to view other people who you can chat with, find printers to print to or find files being shared. This kind of technology is already found in MacOS X (branded 'Rendezvous', 'Bonjour' and sometimes 'ZeroConf') and is very convenient. . This package implements IPv4LL, "Dynamic Configuration of IPv4 Link-Local Addresses" (IETF RFC3927), a protocol for automatic IP address configuration from the link-local 169.254.0.0/16 range without the need for a central server. It is primarily intended to be used in ad-hoc networks which lack a DHCP server.
avahi-daemon-service-http - 0.6.32-3 - Avahi is an mDNS/DNS-SD (aka RendezVous/Bonjour/ZeroConf) implementation (library). It facilitates service discovery on a local network -- this means that you can plug your laptop or computer into a network and instantly be able to view other people who you can chat with, find printers to print to or find files being shared. This kind of technology is already found in MacOS X (branded 'Rendezvous', 'Bonjour' and sometimes 'ZeroConf') and is very convenient. . This package contains the service definition for announcing HTTP service.
avahi-daemon-service-ssh - 0.6.32-3 - Avahi is an mDNS/DNS-SD (aka RendezVous/Bonjour/ZeroConf) implementation (library). It facilitates service discovery on a local network -- this means that you can plug your laptop or computer into a network and instantly be able to view other people who you can chat with, find printers to print to or find files being shared. This kind of technology is already found in MacOS X (branded 'Rendezvous', 'Bonjour' and sometimes 'ZeroConf') and is very convenient. . This package contains the service definition for announcing SSH service.
avahi-dbus-daemon - 0.6.32-3 - Avahi is an mDNS/DNS-SD (aka RendezVous/Bonjour/ZeroConf) implementation (library). It facilitates service discovery on a local network -- this means that you can plug your laptop or computer into a network and instantly be able to view other people who you can chat with, find printers to print to or find files being shared. This kind of technology is already found in MacOS X (branded 'Rendezvous', 'Bonjour' and sometimes 'ZeroConf') and is very convenient. . This package contains an mDNS/DNS-SD daemon.
avahi-dnsconfd - 0.6.32-3 - Avahi is an mDNS/DNS-SD (aka RendezVous/Bonjour/ZeroConf) implementation (library). It facilitates service discovery on a local network -- this means that you can plug your laptop or computer into a network and instantly be able to view other people who you can chat with, find printers to print to or find files being shared. This kind of technology is already found in MacOS X (branded 'Rendezvous', 'Bonjour' and sometimes 'ZeroConf') and is very convenient. . This package contains a Unicast DNS server from mDNS/DNS-SD configuration daemon, which may be used to configure conventional DNS servers using mDNS in a DHCP-like fashion. Especially useful on IPv6.
avahi-nodbus-daemon - 0.6.32-3 - Avahi is an mDNS/DNS-SD (aka RendezVous/Bonjour/ZeroConf) implementation (library). It facilitates service discovery on a local network -- this means that you can plug your laptop or computer into a network and instantly be able to view other people who you can chat with, find printers to print to or find files being shared. This kind of technology is already found in MacOS X (branded 'Rendezvous', 'Bonjour' and sometimes 'ZeroConf') and is very convenient. . This package contains an mDNS/DNS-SD daemon.
avahi-utils - 0.6.32-3 - Avahi is an mDNS/DNS-SD (aka RendezVous/Bonjour/ZeroConf) implementation (library). It facilitates service discovery on a local network -- this means that you can plug your laptop or computer into a network and instantly be able to view other people who you can chat with, find printers to print to or find files being shared. This kind of technology is already found in MacOS X (branded 'Rendezvous', 'Bonjour' and sometimes 'ZeroConf') and is very convenient. . This packages installs the following avahi utility programs: avahi-browse, avahi-publish, avahi-resolve, avahi-set-host-name. It also automatically adds the required libavahi-client package. For more information please see the avahi documentation.
avrdude - 6.3-2 - AVRDUDE is a full featured program for programming Atmel's AVR CPU's.
avro-c - 1.8.2-1 - This package contains the Apache Avro C library.
b43legacy-firmware - 3.130.20.0-1 - Broadcom bcm43xx b43legacy firmware
babel-pinger - 0.1-1 - Babel-pinger is a hack to export a default route into Babel for people using DHCP to configure their routers rather than speaking to their upstream provider with a proper routing protocol.
babeld - 1.8.2-1 - Babel is a loop-avoiding distance-vector routing protocol roughly based on DSDV and AODV, but with provisions for link cost estimation and redistribution of routes from other routing protocols. While it is optimised for wireless mesh networks, Babel will also work efficiently on wired networks. It will generate between 1.2 and 2.4 times the amount of routing traffic that RIPng would generate, while never counting to infinity.
badblocks - 1.44.1-1 - Ext2 Filesystem badblocks utility
bandwidthd - 2.0.1-34-1 - A bandwidthd tracking utility.
banhostlist - 1-1 - List of domains serving advertising and malicious content to easily block them
baresip - 0.5.9-1 - Portable and modular SIP User-Agent with A/V support
baresip-mod-alsa - 0.5.9-1 - ALSA audio driver
baresip-mod-aubridge - 0.5.9-1 - Audio bridge module
baresip-mod-aufile - 0.5.9-1 - Audio module for using a WAV-file as audio input
baresip-mod-cons - 0.5.9-1 - UDP/TCP console UI driver
baresip-mod-ctrl-tcp - 0.5.9-1 - TCP control interface
baresip-mod-debug-cmd - 0.5.9-1 - Debug commands
baresip-mod-dtls-srtp - 0.5.9-1 - DTLS-SRTP end-to-end encryption
baresip-mod-dtmfio - 0.5.9-1 - DTMF input/output
baresip-mod-evdev - 0.5.9-1 - Linux input driver
baresip-mod-fakevideo - 0.5.9-1 - Fake video input/output driver
baresip-mod-g711 - 0.5.9-1 - G.711 audio codec
baresip-mod-g722 - 0.5.9-1 - G.722 audio codec
baresip-mod-g726 - 0.5.9-1 - G.726 audio codec
baresip-mod-httpd - 0.5.9-1 - HTTP webserver UI-module
baresip-mod-mwi - 0.5.9-1 - Message Waiting Indication
baresip-mod-natbd - 0.5.9-1 - NAT Behavior Discovery Module
baresip-mod-natpmp - 0.5.9-1 - NAT Port Mapping Protocol module
baresip-mod-opus - 0.5.9-1 - OPUS Interactive audio codec
baresip-mod-oss - 0.5.9-1 - OSS audio driver
baresip-mod-plc - 0.5.9-1 - Packet Loss Concealment
baresip-mod-portaudio - 0.5.9-1 - Portaudio audio driver
baresip-mod-presence - 0.5.9-1 - Presence module
baresip-mod-pulse - 0.5.9-1 - Pulseaudio audio driver
baresip-mod-selfview - 0.5.9-1 - Video selfview module
baresip-mod-sndfile - 0.5.9-1 - Audio dumper using libsndfile
baresip-mod-speex - 0.5.9-1 - Speex audio codec
baresip-mod-speex-aec - 0.5.9-1 - Speex Acoustic Echo Canceller
baresip-mod-speex-pp - 0.5.9-1 - Speex preprocessor
baresip-mod-srtp - 0.5.9-1 - Secure RTP module using libre
baresip-mod-stdio - 0.5.9-1 - Standard input/output UI driver
baresip-mod-uuid - 0.5.9-1 - UUID generator and loader
baresip-mod-v4l - 0.5.9-1 - Video4Linux video source
baresip-mod-v4l2 - 0.5.9-1 - Video4Linux2 video source
baresip-mod-v4l2-codec - 0.5.9-1 - Video4Linux2 video codec module
baresip-mod-vidbridge - 0.5.9-1 - Video bridge module
baresip-mod-vidloop - 0.5.9-1 - Video-loop test module
baresip-mod-vumeter - 0.5.9-1 - Display audio levels in console
base-files - 194-r7258-5eb055306f - This package contains a base filesystem and system scripts for OpenWrt.
bash - 4.4.18-2 - Bash is an sh-compatible command language interpreter that executes commands read from the standard input or from a file. Bash also incorporates useful features from the Korn and C shells (ksh and csh).
batctl - 2018.1-0 - batctl is a more intuitive managment utility for B.A.T.M.A.N.-Advanced. It is an easier method for configuring batman-adv and provides some additional tools for debugging as well. This package builds version 2018.1 of the user space utility.
batmand - 1440-0 - B.A.T.M.A.N. layer 3 routing daemon
bc - 1.06.95-1 - bc is a language that supports arbitrary precision numbers with interactive execution of statements.
bcg729 - 1.0.4-3 - Bcg729 is a software G729A encoder and decoder library written in C, developed by Belledonne Communications, the company supporting the Linphone project. It was written from scratch and is NOT a derivative work of ITU reference source code in any kind.
bcp38 - 5-4 - bcp38 implements IETF BCP38 for home routers. See https://tools.ietf.org/html/bcp38.  This package provides BCP38 for IPv4 only - IPv6 uses source  specific default routes, so no firewall configuration is needed.
beanstalkd - 1.9-1 - Beanstalk is a simple, fast work queue.
bind-check - 9.11.2-P1-1 - bind administration tools (named-checkconf and named-checkzone only)
bind-client - 9.11.2-P1-1 - bind dynamic DNS client
bind-dig - 9.11.2-P1-1 - bind DNS excavation tool
bind-dnssec - 9.11.2-P1-1 - bind administration tools (dnssec-keygen, dnssec-settime and dnssec-signzone only)
bind-host - 9.11.2-P1-1 - bind simple DNS client
bind-libs - 9.11.2-P1-1 - bind shared libraries
bind-rndc - 9.11.2-P1-1 - bind administration tools (rndc and rndc-confgen only)
bind-server - 9.11.2-P1-1 - bind DNS server
bind-tools - 9.11.2-P1-1 - bind administration tools (all)
binutils - 2.27-1 - The Binutils package contains a linker, an assembler, and other tools for handling object files
bird4 - 1.6.3-1 - BIRD is an internet routing daemon which manages TCP/IP routing tables with support of modern routing protocols, easy to use configuration interface and powerful route filtering language. It is lightweight and efficient and therefore appropriate for small embedded routers.  This is IPv4 version of BIRD, it supports OSPFv2, RIPv2 and BGP protocols.  In BGP, BIRD supports communities, multiprotocol extensions, MD5 authentication, 32bit AS numbers and could act as a route server or a route reflector. BIRD also supports multiple RIBs, multiple kernel routing tables and redistribution between the protocols with a powerful configuration syntax.
bird4-uci - 0.3-1 - bird4 UCI integration module
bird6 - 1.6.3-1 - BIRD is an internet routing daemon which manages TCP/IP routing tables with support of modern routing protocols, easy to use configuration interface and powerful route filtering language. It is lightweight and efficient and therefore appropriate for small embedded routers.  This is IPv6 version of BIRD, it supports OSPFv3, RIPng and BGP protocols.  In BGP, BIRD supports communities, multiprotocol extensions, MD5 authentication, 32bit AS numbers and could act as a route server or a route reflector. BIRD also supports multiple RIBs, multiple kernel routing tables and redistribution between the protocols with a powerful configuration syntax.
bird6-uci - 0.3-1 - bird6 UCI integration module
birdc4 - 1.6.3-1 - BIRD is an internet routing daemon which manages TCP/IP routing tables with support of modern routing protocols, easy to use configuration interface and powerful route filtering language. It is lightweight and efficient and therefore appropriate for small embedded routers.  This is a BIRD command-line client. It is used to send commands to BIRD, commands can perform simple actions such as enabling/disabling of protocols, telling BIRD to show various information, telling it to show a routing table filtered by a filter, or asking BIRD to reconfigure.  Unless you can't afford dependency on ncurses and readline, you should install BIRD command-line client together with BIRD.
birdc6 - 1.6.3-1 - BIRD is an internet routing daemon which manages TCP/IP routing tables with support of modern routing protocols, easy to use configuration interface and powerful route filtering language. It is lightweight and efficient and therefore appropriate for small embedded routers.  This is a BIRD command-line client. It is used to send commands to BIRD, commands can perform simple actions such as enabling/disabling of protocols, telling BIRD to show various information, telling it to show a routing table filtered by a filter, or asking BIRD to reconfigure.  Unless you can't afford dependency on ncurses and readline, you should install BIRD command-line client together with BIRD.
birdcl4 - 1.6.3-1 - BIRD is an internet routing daemon which manages TCP/IP routing tables with support of modern routing protocols, easy to use configuration interface and powerful route filtering language. It is lightweight and efficient and therefore appropriate for small embedded routers.  This is a BIRD lightweight command-line client. It is used to send commands to BIRD, commands can perform simple actions such as enabling/disabling of protocols, telling BIRD to show various information, telling it to show a routing table filtered by a filter, or asking BIRD to reconfigure.
birdcl6 - 1.6.3-1 - BIRD is an internet routing daemon which manages TCP/IP routing tables with support of modern routing protocols, easy to use configuration interface and powerful route filtering language. It is lightweight and efficient and therefore appropriate for small embedded routers.  This is a BIRD lightweight command-line client. It is used to send commands to BIRD, commands can perform simple actions such as enabling/disabling of protocols, telling BIRD to show various information, telling it to show a routing table filtered by a filter, or asking BIRD to reconfigure.
bitlbee - 3.5.1-1 - This program can be used as an IRC server which forwards everything you say to people on other chat networks: Jabber (which includes Google Talk and Facebook Chat), ICQ, AIM, MSN, Yahoo! and Twitter/Identica/Status.net.
blkdiscard - 2.32-2 - The blkdiscard is used to discard device sectors. This is useful for solid-state drivers (SSDs) and thinly-provisioned storage. Unlike fstrim, this command is used directly on the block device.
blkid - 2.32-2 - The blkid program is the command-line interface to working with the libblkid library.
block-mount - 2018-04-16-e2436836-1 - Block device mounting and checking
blockd - 2018-04-16-e2436836-1 - Block device automounting
bluelog - 1.1.2-2 - Bluelog is a simple Bluetooth scanner designed to tell you how many discoverable devices there are in an area as quickly as possible. It is intended to be used as a site survey tool, identifying the number of possible Bluetooth targets there are in the surrounding environment.
bluelog-live - 1.1.2-2 - Bluelog is a simple Bluetooth scanner designed to tell you how many discoverable devices there are in an area as quickly as possible. It is intended to be used as a site survey tool, identifying the number of possible Bluetooth targets there are in the surrounding environment. This package contains the files for "Bluelog Live", an optional mode of Bluelog which creates a real-time webpage of discovered Bluetooth devices.
bluez-daemon - 5.47-1 - Bluetooth daemon
bluez-examples - 5.47-1 - contains many examples apps for bluetooth, requiring python
bluez-libs - 5.47-1 - Bluetooth library
bluez-utils - 5.47-1 - Bluetooth utilities
bmon - 4.0-1 - bmon is a portable bandwidth monitor and rate estimator running on various operating systems. It supports various input methods for different architectures.
bmx6 - r2018020902-5 - BMX6 layer 3 routing daemon supporting IPv4, IPv6, and IPv4 over IPv6
bmx6-json - r2018020902-5 - json plugin based on json-c
bmx6-sms - r2018020902-5 - sms plugin
bmx6-table - r2018020902-5 - bmx6 table plugin to automatic announce routing-table routes via ip6ip tunnels
bmx6-uci-config - r2018020902-5 - configuration plugin based on uci (recommended!)
bmx7 - r2018042501-1 - BMX7 routing daemon supporting securely-entrusted IPv6 (and IPv4in6) routing
bmx7-dnsupdate - 0.1-2 - bmx7-dnsupdate
bmx7-iwinfo - r2018042501-1 - link characteristics plugin based on libiwinfo (recommended!)
bmx7-json - r2018042501-1 - json plugin based on json-c
bmx7-sms - r2018042501-1 - sms plugin
bmx7-table - r2018042501-1 - plugin to announce routes from tables via tunnels
bmx7-topology - r2018042501-1 - topology plugin
bmx7-tun - r2018042501-1 - ipip-based tunnel plugin (recommended!)
bmx7-uci-config - r2018042501-1 - configuration plugin based on uci (recommended!)
bnx2-firmware - 2017-09-06-a61ac5cf-1 - Broadcom BCM5706/5708/5709/5716 firmware
bogofilter - 1.2.4-4 - Bogofilter is a fast Bayesian spam filter
boost - 1.67.0-2 - This package provides the Boost v1.67.0 libraries. Boost is a set of free, peer-reviewed, portable C++ source libraries.  ----------------------------------------------------------------------------- |                                Warning                                    | | In order to build all of the Boost Libraries, it is necessary             | | to use, at least, GCC version 5 (C++14 support) and, it is necessary to   | | compile the kernel with Full Language Support.                            | | Without these requirerements, the following libs will not be available:   | | - Boost.Locale                                                            | | - Boost.Coroutine2 (header-only library - requires C++11)                 | | - Boost.Fiber (requires C++14)                                            | -----------------------------------------------------------------------------  This package provides the following run-time libraries: - atomic - chrono - container - context - contract (new in 1.67.0) - coroutine (Deprecated - use Coroutine2) - - coroutine2 (Requires GCC v5 and up) - date_time - exception - filesystem - fiber (Requires GCC v5 and up) - graph - - graph-parallel - iostreams - locale (Requires kernel being compiled with full language support) - log - math - program_options - python - python3 - random - regex - serialization and wserialization - signals - stackstrace - system - thread - timer - type_erasure - wave  There are many more header-only libraries supported by Boost. See more at http://www.boost.org/doc/libs/1_67_0/
boost-atomic - 1.67.0-2 - This package contains the Boost atomic library.
boost-chrono - 1.67.0-2 - This package contains the Boost chrono library.
boost-container - 1.67.0-2 - This package contains the Boost container library.
boost-context - 1.67.0-2 - This package contains the Boost context library.
boost-contract - 1.67.0-2 - This package contains the Boost contract library.
boost-coroutine - 1.67.0-2 - This package contains the Boost coroutine library.
boost-date_time - 1.67.0-2 - This package contains the Boost date_time library.
boost-fiber - 1.67.0-2 - This package contains the Boost fiber library.
boost-filesystem - 1.67.0-2 - This package contains the Boost filesystem library.
boost-graph - 1.67.0-2 - This package contains the Boost graph library.
boost-iostreams - 1.67.0-2 - This package contains the Boost iostreams library.
boost-libs - 1.67.0-2 - This meta package contains only dependencies to the other libraries from the boost libraries collection.
boost-log - 1.67.0-2 - This package contains the Boost log library.
boost-math - 1.67.0-2 - This package contains the Boost math library.
boost-program_options - 1.67.0-2 - This package contains the Boost program_options library.
boost-python - 1.67.0-2 - This package contains the Boost python library.
boost-python3 - 1.67.0-2 - This package contains the Boost python3 library.
boost-random - 1.67.0-2 - This package contains the Boost random library.
boost-regex - 1.67.0-2 - This package contains the Boost regex library.
boost-serialization - 1.67.0-2 - This package contains the Boost serialization library.
boost-signals - 1.67.0-2 - This package contains the Boost signals library.
boost-stacktrace - 1.67.0-2 - This package contains the Boost stacktrace library.
boost-system - 1.67.0-2 - This package contains the Boost system library.
boost-test - 1.67.0-2 - Boost C++ source library (test)
boost-thread - 1.67.0-2 - This package contains the Boost thread library.
boost-timer - 1.67.0-2 - This package contains the Boost timer library.
boost-type_erasure - 1.67.0-2 - This package contains the Boost type_erasure library.
boost-wave - 1.67.0-2 - This package contains the Boost wave library.
boost-wserialization - 1.67.0-2 - This package contains the Boost wserialization library.
br2684ctl - 2.5.2-5 - Support for AAL5 encapsulation (RFC-1483/RFC-2684) over ATM.
brcmfmac-firmware-4329-sdio - 2017-09-06-a61ac5cf-1 - Broadcom BCM4329 FullMac SDIO firmware
brcmfmac-firmware-43362-sdio - 2017-09-06-a61ac5cf-1 - Broadcom BCM43362 FullMac SDIO firmware
brcmfmac-firmware-43430-sdio - 2017-09-06-a61ac5cf-1 - Broadcom BCM43430 FullMac SDIO firmware
brcmfmac-firmware-43602a1-pcie - 2017-09-06-a61ac5cf-1 - Broadcom 43602a1 FullMAC PCIe firmware
brcmfmac-firmware-4366b1-pcie - 2017-09-06-a61ac5cf-1 - Broadcom 4366b1 FullMAC PCIe firmware
brcmfmac-firmware-usb - 2017-09-06-a61ac5cf-1 - Broadcom BCM43xx fullmac USB firmware
brcmsmac-firmware - 2017-09-06-a61ac5cf-1 - Broadcom BCM43xx softmac PCIe firmware
bridge - 1.5-5 - Manage ethernet bridging: a way to connect networks together to form a larger network.
bsdiff - 4.3-1 - Binary diff tool
bsdtar - 3.3.2-1 - Reads a variety of formats including tar, pax, zip, xar, lha, ar, cab, mtree, rar, warc, 7z and ISO images. Writes tar, pax, zip, xar, ar, ISO, mtree and shar archives. Automatically handles archives compressed with gzip, bzip2, lzip, xz, lzma or compress.
bspatch - 4.3-1 - Binary patch tool
btrfs-progs - 4.15.1-1 - Btrfs is a new copy on write filesystem for Linux aimed at implementing advanced features while focusing on fault tolerance, repair and easy administration. Initially developed by Oracle, Btrfs is licensed under the GPL and open for contribution from anyone.
busybox - 1.28.3-6 - The Swiss Army Knife of embedded Linux. It slices, it dices, it makes Julian Fries.
bwm-ng - 0.6.1-1 - Bandwidth Monitor NG is a small and simple console-based live network and disk io bandwidth monitor.
bzip2 - 1.0.6-3 - bzip2 is a freely available, patent free, high-quality data compressor. This package provides the binary.
ca-bundle - 20200601 - System CA certificates as a bundle
ca-certificates - 20200601 - System CA certificates
cal - 2.32-2 - cal displays a simple calendar
canutils - 2017-02-16-cb33a557-1 - CAN userspace utilities and tools
canutils-asc2log - 2017-02-16-cb33a557-1 - Utility asc2log from the CAN utilities package.
canutils-bcmserver - 2017-02-16-cb33a557-1 - Utility bcmserver from the CAN utilities package.
canutils-can-calc-bit-timing - 2017-02-16-cb33a557-1 - Utility can-calc-bit-timing from the CAN utilities package.
canutils-canbusload - 2017-02-16-cb33a557-1 - Utility canbusload from the CAN utilities package.
canutils-candump - 2017-02-16-cb33a557-1 - Utility candump from the CAN utilities package.
canutils-canfdtest - 2017-02-16-cb33a557-1 - Utility canfdtest from the CAN utilities package.
canutils-cangen - 2017-02-16-cb33a557-1 - Utility cangen from the CAN utilities package.
canutils-cangw - 2017-02-16-cb33a557-1 - Utility cangw from the CAN utilities package.
canutils-canlogserver - 2017-02-16-cb33a557-1 - Utility canlogserver from the CAN utilities package.
canutils-canplayer - 2017-02-16-cb33a557-1 - Utility canplayer from the CAN utilities package.
canutils-cansend - 2017-02-16-cb33a557-1 - Utility cansend from the CAN utilities package.
canutils-cansniffer - 2017-02-16-cb33a557-1 - Utility cansniffer from the CAN utilities package.
canutils-isotpdump - 2017-02-16-cb33a557-1 - Utility isotpdump from the CAN utilities package.
canutils-isotpperf - 2017-02-16-cb33a557-1 - Utility isotpperf from the CAN utilities package.
canutils-isotprecv - 2017-02-16-cb33a557-1 - Utility isotprecv from the CAN utilities package.
canutils-isotpsend - 2017-02-16-cb33a557-1 - Utility isotpsend from the CAN utilities package.
canutils-isotpserver - 2017-02-16-cb33a557-1 - Utility isotpserver from the CAN utilities package.
canutils-isotpsniffer - 2017-02-16-cb33a557-1 - Utility isotpsniffer from the CAN utilities package.
canutils-isotptun - 2017-02-16-cb33a557-1 - Utility isotptun from the CAN utilities package.
canutils-log2asc - 2017-02-16-cb33a557-1 - Utility log2asc from the CAN utilities package.
canutils-log2long - 2017-02-16-cb33a557-1 - Utility log2long from the CAN utilities package.
canutils-slcan_attach - 2017-02-16-cb33a557-1 - Utility slcan_attach from the CAN utilities package.
canutils-slcand - 2017-02-16-cb33a557-1 - Utility slcand from the CAN utilities package.
canutils-slcanpty - 2017-02-16-cb33a557-1 - Utility slcanpty from the CAN utilities package.
carl9170-firmware - 2017-09-06-a61ac5cf-1 - AR9170 firmware
ccid - 1.4.29-1 - Generic USB CCID (Chip/Smart Card Interface Devices) driver and ICCD (Integrated Circuit(s) Card Devices).
ccrypt - 1.10-3 - utility for encrypting/decrypting files and streams
certtool - 3.5.16-1 - GnuTLS is a secure communications library implementing the SSL, TLS and DTLS protocols and technologies around them. It provides a simple C language application programming interface (API) to access the secure communications protocols as well as APIs to parse and write X.509, PKCS12, OpenPGP and other required structures. It is aimed to be portable and efficient with focus on security and interoperability. This package contains the GnuTLS certtool utility.
cfdisk - 2.32-2 - cfdisk is a curses-based program for partitioning any hard disk drive
cgdisk - 1.0.3-1 - cgdisk is GPT aware disk partitioning tool, with interactive ncurses based UI.
cgi-io - 5 - This package contains an cgi utility that is useful for up/downloading files
chaosvpn - 2014-01-24-1 - Configure tincd for the chaosvpn network
chardet - 3.0.4-1 - Universal encoding detector for Python 2 and 3
chat - 2.4.7-12 - This package contains an utility to establish conversation with other PPP servers (via a modem).
chat - 2.4.7-13
chattr - 1.44.1-1 - Ext2 Filesystem chattr utility
check - 0.12.0-1 - Check features a simple interface for defining unit tests, putting little in the way of the developer. Tests are run in a separate address space, so Check can catch both assertion failures and code errors that cause segmentation faults or other signals. The output from unit tests can be used within source code editors and IDEs.
chrony - 3.3-2 - An NTP client and server designed to perform well in a wide range of conditions. It can synchronize the system clock with NTP servers, reference clocks, and manual input using wristwatch and keyboard.
cifsmount - 6.8-1 - CIFS mount utilities
cjdns - 20.2-1 - Cjdns implements an encrypted IPv6 network using public-key cryptography for address allocation and a distributed hash table for routing. This provides near-zero-configuration networking, and prevents many of the security and scalability issues that plague existing networks.
cjdns-tests - 20.2-1 - cjdns test cases
clamav - 0.100.0-1 - ClamAV is an open source antivirus engine for detecting trojans, viruses, malware & other malicious threats.
clamsmtp - 1.10-1 - ClamSMTP is an SMTP filter that allows you to check for viruses using the ClamAV anti-virus software.
coap-client - v4.1.2-1 - Constrained Application Protocol (RFC7252) client tool
coap-server - v4.1.2-1 - Constrained Application Protocol (RFC 7252) server and resource directory server
collectd - 5.8.0-5 - collectd is a small daemon which collects system information periodically and provides mechanismns to store the values in a variety of ways.
collectd-mod-apache - 5.8.0-5 - apache status input plugin
collectd-mod-apcups - 5.8.0-5 - apcups status input plugin
collectd-mod-ascent - 5.8.0-5 - ascent status input plugin
collectd-mod-bind - 5.8.0-5 - BIND server/zone input plugin
collectd-mod-chrony - 5.8.0-5 - chrony status input plugin
collectd-mod-conntrack - 5.8.0-5 - connection tracking table size input plugin
collectd-mod-contextswitch - 5.8.0-5 - context switch input plugin
collectd-mod-cpu - 5.8.0-5 - CPU input plugin
collectd-mod-csv - 5.8.0-5 - CSV output plugin
collectd-mod-curl - 5.8.0-5 - cURL input plugin
collectd-mod-df - 5.8.0-5 - disk space input plugin
collectd-mod-disk - 5.8.0-5 - disk usage/timing input plugin
collectd-mod-dns - 5.8.0-5 - DNS traffic input plugin
collectd-mod-email - 5.8.0-5 - email output plugin
collectd-mod-entropy - 5.8.0-5 - Entropy amount input plugin
collectd-mod-exec - 5.8.0-5 - process exec input plugin
collectd-mod-filecount - 5.8.0-5 - file count input plugin
collectd-mod-fscache - 5.8.0-5 - file-system based caching framework input plugin
collectd-mod-interface - 5.8.0-5 - network interfaces input plugin
collectd-mod-iptables - 5.8.0-5 - iptables status input plugin
collectd-mod-irq - 5.8.0-5 - interrupt usage input plugin
collectd-mod-iwinfo - 5.8.0-5 - libiwinfo wireless statistics plugin
collectd-mod-load - 5.8.0-5 - system load input plugin
collectd-mod-logfile - 5.8.0-5 - log files output plugin
collectd-mod-match-empty-counter - 5.8.0-5 - empty-counter match plugin
collectd-mod-match-hashed - 5.8.0-5 - hashed match plugin
collectd-mod-match-regex - 5.8.0-5 - regex match plugin
collectd-mod-match-timediff - 5.8.0-5 - timediff match plugin
collectd-mod-match-value - 5.8.0-5 - value match plugin
collectd-mod-memory - 5.8.0-5 - physical memory usage input plugin
collectd-mod-modbus - 5.8.0-5 - read variables through libmodbus plugin
collectd-mod-mqtt - 5.8.0-5 - transmit data with MQTT plugin
collectd-mod-mysql - 5.8.0-5 - MySQL status input plugin
collectd-mod-netlink - 5.8.0-5 - netlink input plugin
collectd-mod-network - 5.8.0-5 - network input/output plugin
collectd-mod-nginx - 5.8.0-5 - nginx status input plugin
collectd-mod-ntpd - 5.8.0-5 - NTP daemon status input plugin
collectd-mod-nut - 5.8.0-5 - UPS monitoring input plugin
collectd-mod-olsrd - 5.8.0-5 - OLSRd status input plugin
collectd-mod-openvpn - 5.8.0-5 - OpenVPN traffic/compression input plugin
collectd-mod-ping - 5.8.0-5 - ping status input plugin
collectd-mod-postgresql - 5.8.0-5 - PostgreSQL status input plugin
collectd-mod-powerdns - 5.8.0-5 - PowerDNS server status input plugin
collectd-mod-processes - 5.8.0-5 - process status input plugin
collectd-mod-protocols - 5.8.0-5 - network protocols input plugin
collectd-mod-rrdtool - 5.8.0-5 - RRDtool output plugin
collectd-mod-sensors - 5.8.0-5 - lm_sensors input plugin
collectd-mod-snmp - 5.8.0-5 - SNMP input plugin
collectd-mod-syslog - 5.8.0-5 - syslog output plugin
collectd-mod-table - 5.8.0-5 - table-like structured file input plugin
collectd-mod-tail - 5.8.0-5 - tail input plugin
collectd-mod-tail-csv - 5.8.0-5 - tail CSV input plugin
collectd-mod-tcpconns - 5.8.0-5 - TCP connection tracking input plugin
collectd-mod-teamspeak2 - 5.8.0-5 - TeamSpeak2 input plugin
collectd-mod-ted - 5.8.0-5 - The Energy Detective input plugin
collectd-mod-thermal - 5.8.0-5 - system temperatures input plugin
collectd-mod-unixsock - 5.8.0-5 - unix socket output plugin
collectd-mod-uptime - 5.8.0-5 - uptime status input plugin
collectd-mod-users - 5.8.0-5 - user logged in status input plugin
collectd-mod-vmem - 5.8.0-5 - virtual memory usage input plugin
collectd-mod-wireless - 5.8.0-5 - wireless status input plugin
collectd-mod-write-graphite - 5.8.0-5 - Carbon/Graphite output plugin
collectd-mod-write-http - 5.8.0-5 - HTTP POST output plugin
comgt - 0.32-30 - comgt is a scripting language interpreter useful for establishing communications on serial lines and through PCMCIA modems as well as GPRS  and 3G datacards.
comgt-directip - 0.32-30 - Sierra Wireless Direct-IP support
comgt-ncm - 0.32-30 - NCM 3G/4G Support
community-profiles - 2 - These community profiles set defaults for various free network/freifunk communities and are used by wizards like ffwizard and meshwizard.
confuse - 3.2.1-1 - libConfuse is a configuration file parser library, licensed under the terms of the ISC license, and written in C. It supports sections and (lists of) values (strings, integers, floats, booleans or other sections), as well as some other features (such as single/double-quoted strings, environment variable expansion, functions and nested include statements). It makes it very easy to add configuration file capability to a program using a simple API.  The goal of libConfuse is not to be the configuration file parser library with a gazillion of features. Instead, it aims to be easy to use and quick to integrate with your code. libConfuse was called libcfg before, but was changed to not confuse with other similar libraries.
conntrack - 2017-09-27-eefe649c-1 - Conntrack is a userspace command line program targeted at system administrators. It enables them to view and manage the in-kernel connection tracking state table.
conntrackd - 2017-09-27-eefe649c-1 - Conntrackd can replicate the status of the connections that are currently being processed by your stateful firewall based on Linux. Conntrackd can also run as statistics daemon.
conserver - 8.2.1-1 - Conserver is an application that allows multiple users to watch a serial console at the same time.  It can log the data, allows users to take write-access of a console (one at a time), and has a variety of bells and whistles to accentuate that basic functionality.  The idea is that conserver will log all your serial traffic so you can go back and review why something crashed, look at changes (if done on the console), or tie the console logs into a monitoring system (just watch the logfiles it creates).  With multi-user capabilities you can work on equipment with others, mentor, train, etc.  It also does all that client-server stuff so that, assuming you have a network connection, you can interact with any of the equipment from home or wherever.
convbin - 2.4.3_b24 - RINEXツ�Converter
coova-chilli - 1.3.0+20141128-6 - CoovaChilli is an open source access controller for wireless LAN access points and is based on ChilliSpot. It is used for authenticating users of a wireless (or wired) LAN. It supports web based login (UAM) which is today's standard for public HotSpots and it supports Wireless Protected Access (WPA) which is the standard of the future. Authentication,	authorization and accounting (AAA) is handled by your favorite radius server.
coreutils - 8.23-3 - Full versions of standard GNU utilities. If an equivalent Busybox applet is available, you should consider compiling that instead as Busybox applets are usually smaller, at the expense of reduced functionality.
coreutils-base64 - 8.23-3 - Full version of standard GNU base64 utility.
coreutils-basename - 8.23-3 - Full version of standard GNU basename utility.
coreutils-cat - 8.23-3 - Full version of standard GNU cat utility.
coreutils-chcon - 8.23-3 - Full version of standard GNU chcon utility.
coreutils-chgrp - 8.23-3 - Full version of standard GNU chgrp utility.
coreutils-chmod - 8.23-3 - Full version of standard GNU chmod utility.
coreutils-chown - 8.23-3 - Full version of standard GNU chown utility.
coreutils-chroot - 8.23-3 - Full version of standard GNU chroot utility.
coreutils-cksum - 8.23-3 - Full version of standard GNU cksum utility.
coreutils-comm - 8.23-3 - Full version of standard GNU comm utility.
coreutils-cp - 8.23-3 - Full version of standard GNU cp utility.
coreutils-csplit - 8.23-3 - Full version of standard GNU csplit utility.
coreutils-cut - 8.23-3 - Full version of standard GNU cut utility.
coreutils-date - 8.23-3 - Full version of standard GNU date utility.
coreutils-dd - 8.23-3 - Full version of standard GNU dd utility.
coreutils-dir - 8.23-3 - Full version of standard GNU dir utility.
coreutils-dircolors - 8.23-3 - Full version of standard GNU dircolors utility.
coreutils-dirname - 8.23-3 - Full version of standard GNU dirname utility.
coreutils-du - 8.23-3 - Full version of standard GNU du utility.
coreutils-echo - 8.23-3 - Full version of standard GNU echo utility.
coreutils-env - 8.23-3 - Full version of standard GNU env utility.
coreutils-expand - 8.23-3 - Full version of standard GNU expand utility.
coreutils-expr - 8.23-3 - Full version of standard GNU expr utility.
coreutils-factor - 8.23-3 - Full version of standard GNU factor utility.
coreutils-false - 8.23-3 - Full version of standard GNU false utility.
coreutils-fmt - 8.23-3 - Full version of standard GNU fmt utility.
coreutils-fold - 8.23-3 - Full version of standard GNU fold utility.
coreutils-groups - 8.23-3 - Full version of standard GNU groups utility.
coreutils-head - 8.23-3 - Full version of standard GNU head utility.
coreutils-hostid - 8.23-3 - Full version of standard GNU hostid utility.
coreutils-id - 8.23-3 - Full version of standard GNU id utility.
coreutils-install - 8.23-3 - Full version of standard GNU install utility.
coreutils-join - 8.23-3 - Full version of standard GNU join utility.
coreutils-kill - 8.23-3 - Full version of standard GNU kill utility.
coreutils-link - 8.23-3 - Full version of standard GNU link utility.
coreutils-ln - 8.23-3 - Full version of standard GNU ln utility.
coreutils-logname - 8.23-3 - Full version of standard GNU logname utility.
coreutils-ls - 8.23-3 - Full version of standard GNU ls utility.
coreutils-md5sum - 8.23-3 - Full version of standard GNU md5sum utility.
coreutils-mkdir - 8.23-3 - Full version of standard GNU mkdir utility.
coreutils-mkfifo - 8.23-3 - Full version of standard GNU mkfifo utility.
coreutils-mknod - 8.23-3 - Full version of standard GNU mknod utility.
coreutils-mktemp - 8.23-3 - Full version of standard GNU mktemp utility.
coreutils-mv - 8.23-3 - Full version of standard GNU mv utility.
coreutils-nice - 8.23-3 - Full version of standard GNU nice utility.
coreutils-nl - 8.23-3 - Full version of standard GNU nl utility.
coreutils-nohup - 8.23-3 - Full version of standard GNU nohup utility.
coreutils-nproc - 8.23-3 - Full version of standard GNU nproc utility.
coreutils-od - 8.23-3 - Full version of standard GNU od utility.
coreutils-paste - 8.23-3 - Full version of standard GNU paste utility.
coreutils-pathchk - 8.23-3 - Full version of standard GNU pathchk utility.
coreutils-pinky - 8.23-3 - Full version of standard GNU pinky utility.
coreutils-pr - 8.23-3 - Full version of standard GNU pr utility.
coreutils-printenv - 8.23-3 - Full version of standard GNU printenv utility.
coreutils-printf - 8.23-3 - Full version of standard GNU printf utility.
coreutils-ptx - 8.23-3 - Full version of standard GNU ptx utility.
coreutils-pwd - 8.23-3 - Full version of standard GNU pwd utility.
coreutils-readlink - 8.23-3 - Full version of standard GNU readlink utility.
coreutils-realpath - 8.23-3 - Full version of standard GNU realpath utility.
coreutils-rm - 8.23-3 - Full version of standard GNU rm utility.
coreutils-rmdir - 8.23-3 - Full version of standard GNU rmdir utility.
coreutils-runcon - 8.23-3 - Full version of standard GNU runcon utility.
coreutils-seq - 8.23-3 - Full version of standard GNU seq utility.
coreutils-sha1sum - 8.23-3 - Full version of standard GNU sha1sum utility.
coreutils-sha224sum - 8.23-3 - Full version of standard GNU sha224sum utility.
coreutils-sha256sum - 8.23-3 - Full version of standard GNU sha256sum utility.
coreutils-sha384sum - 8.23-3 - Full version of standard GNU sha384sum utility.
coreutils-sha512sum - 8.23-3 - Full version of standard GNU sha512sum utility.
coreutils-shred - 8.23-3 - Full version of standard GNU shred utility.
coreutils-shuf - 8.23-3 - Full version of standard GNU shuf utility.
coreutils-sleep - 8.23-3 - Full version of standard GNU sleep utility.
coreutils-sort - 8.23-3 - Full version of standard GNU sort utility.
coreutils-split - 8.23-3 - Full version of standard GNU split utility.
coreutils-stat - 8.23-3 - Full version of standard GNU stat utility.
coreutils-stdbuf - 8.23-3 - Full version of standard GNU stdbuf utility.
coreutils-stty - 8.23-3 - Full version of standard GNU stty utility.
coreutils-sum - 8.23-3 - Full version of standard GNU sum utility.
coreutils-sync - 8.23-3 - Full version of standard GNU sync utility.
coreutils-tac - 8.23-3 - Full version of standard GNU tac utility.
coreutils-tail - 8.23-3 - Full version of standard GNU tail utility.
coreutils-tee - 8.23-3 - Full version of standard GNU tee utility.
coreutils-test - 8.23-3 - Full version of standard GNU test utility.
coreutils-timeout - 8.23-3 - Full version of standard GNU timeout utility.
coreutils-touch - 8.23-3 - Full version of standard GNU touch utility.
coreutils-tr - 8.23-3 - Full version of standard GNU tr utility.
coreutils-true - 8.23-3 - Full version of standard GNU true utility.
coreutils-truncate - 8.23-3 - Full version of standard GNU truncate utility.
coreutils-tsort - 8.23-3 - Full version of standard GNU tsort utility.
coreutils-tty - 8.23-3 - Full version of standard GNU tty utility.
coreutils-uname - 8.23-3 - Full version of standard GNU uname utility.
coreutils-unexpand - 8.23-3 - Full version of standard GNU unexpand utility.
coreutils-uniq - 8.23-3 - Full version of standard GNU uniq utility.
coreutils-unlink - 8.23-3 - Full version of standard GNU unlink utility.
coreutils-uptime - 8.23-3 - Full version of standard GNU uptime utility.
coreutils-users - 8.23-3 - Full version of standard GNU users utility.
coreutils-vdir - 8.23-3 - Full version of standard GNU vdir utility.
coreutils-wc - 8.23-3 - Full version of standard GNU wc utility.
coreutils-who - 8.23-3 - Full version of standard GNU who utility.
coreutils-whoami - 8.23-3 - Full version of standard GNU whoami utility.
coreutils-yes - 8.23-3 - Full version of standard GNU yes utility.
crconf - pre2-1 - Linux crypto layer configuraton tool. Use this to manipulate kernel Crypto API/framework stuff, like drivers, templates, etc. Example: https://wiki.strongswan.org/projects/strongswan/wiki/Pcrypt Most interesting stuff you can find on https://wiki.strongswan.org
crelay - 0.10.1-1 - crelay is used to control different relay cards in a unified manner. It provides several interfaces for controlling the relays locally or remotely by a web browser or a smartphone.  The card which is detected first will be used. A WebUI control is available on port 8000 (default) . Currently supported relay cards: - Conrad USB 4-channel relay card - Sainsmart USB 4/8-channel relay board - Sainsmart USB 16-channel relay control module - Generic GPIO relays - HID API compatible relay card
cryptsetup - 1.7.5-1 - Cryptsetup-luks linked against libgcrypt
cryptsetup-openssl - 1.7.5-1 - Cryptsetup-luks linked against openssl
ct-bugcheck - 2016-07-21 - Scripts to check for bugs (like firmware crashes) and package them for reporting. Currently this script only checks for ath10k firmware crashes. Once installed, you can enable this tool by creating a file called /etc/config/bugcheck with the following contents: DO_BUGCHECK=1 export DO_BUGCHECK
cups - 2.1.4-1 - Common UNIX Printing System (daemon)
cups-bjnp - 2.0-1 - CUPS backend for the canon printers using the proprietary USB over IP BJNP protocol. This backend allows Cups to print over the network to a Canon printer. It currently supports Cups 1.2 and Cups 1.3 and is designed by reverse engineering.
cups-bsd - 2.1.4-1 - Common UNIX Printing System - BSD commands (old)
cups-client - 2.1.4-1 - Common UNIX Printing System - Client commands
cups-filters - 2.1.4-1 - Common UNIX Printing System - Filter
cups-ppdc - 2.1.4-1 - Common UNIX Printing System - PPDC utils
curl - 7.60.0-3 - A client-side URL transfer utility
daemonlogger - 1.2.1-1 - Software Network Tap
dahdi-cfg - 2.11.1-3 - DAHDI tools dahdi_cfg, dahdi_scan and fxotune
dahdi-monitor - 2.11.1-3 - DAHDI tools dahdi_monitor, dahdi_speed and dahdi_test
dahdi-tools-libtonezone - 2.11.1-3 - DAHDI tonezone library
danish - 0.1-1 - Danish is an experiment in middle-box DANE (RFC 6698) for HTTPS. https://www.middlebox-dane.org/
darkstat - 3.0.719-1 - darkstat is a packet sniffer that runs as a background process on a cable/DSL router, gathers all sorts of statistics about network usage, and serves them over HTTP.
davfs2 - 1.5.4-3 - Web Distributed Authoring and Versioning (WebDAV), an extension to the HTTP-protocol, allows authoring of resources on a remote web server.davfs2 provides the ability to access such resources like a typical filesystem, allowing for use by standard applications with no built-in support for WebDAV.  davfs2 is designed to fully integrate into the filesystem semantics of Unix-like systems (mount, umount, etc.). davfs2 makes mounting by unprivileged users as easy and secure as possible.  davfs2 does extensive caching to make the file system responsive, to avoid unnecessary network traffic and to prevent data loss, and to cope for slow or unreliable connections.  davfs2 will work with most WebDAV servers needing little or no configuration.
dbus - 1.10.4-1 - Simple interprocess messaging system (daemon)
dbus-utils - 1.10.4-1 - Simple interprocess messaging system (utilities)
dc - 1.06.95-1 - dc is a reverse-polish desk calculator which supports unlimited precision arithmetic.
ddns-scripts - 2.7.8-1
ddns-scripts - 2.7.7-6 - Dynamic DNS Client scripts (with IPv6 support) - Info: http://wiki.openwrt.org/doc/howto/ddns.client
ddns-scripts_cloudflare - 2.7.7-6 - Dynamic DNS Client scripts extension for CloudFlare.com API-v1 (deprecated)
ddns-scripts_cloudflare.com-v4 - 2.7.7-6 - Dynamic DNS Client scripts extension for CloudFlare.com API-v4 (require/install cURL)
ddns-scripts_godaddy.com-v1 - 2.7.7-6 - Dynamic DNS Client scripts extension for GoDaddy.com (require/install cURL)
ddns-scripts_no-ip_com - 2.7.7-6 - Dynamic DNS Client scripts extension for No-IP.com
ddns-scripts_nsupdate - 2.7.7-6 - Dynamic DNS Client scripts extension for direct updates using Bind nsupdate
ddns-scripts_route53-v1 - 2.7.7-6 - Dynamic DNS Client scripts extension for Amazon AWS Route53. Note: You must also install ca-certificate or ca-bundle. It requires: "option username" to be a valid AWS access key id "option password" to be the matching AWS secret key id "option domain" to contain the hosted zone ID
ddserver - 0.2-14 - Server for DslrDashboard for controling connected DSLR camera with USB
debootstrap - 1.0.92-1 - debootstrap is used to create a Debian base system from scratch, without requiring the availability of dpkg or apt. It does this by downloading .deb files from a mirror site, and carefully unpacking them into a directory which can eventually be chrooted into.
debugfs - 1.44.1-1 - Ext2 Filesystem debugger
dejavu-fonts-ttf-DejaVuMathTeXGyre - 2.37-1 - DejaVuMathTeXGyre
dejavu-fonts-ttf-DejaVuSans - 2.37-1 - DejaVuSans
dejavu-fonts-ttf-DejaVuSans-Bold - 2.37-1 - DejaVuSans-Bold
dejavu-fonts-ttf-DejaVuSans-BoldOblique - 2.37-1 - DejaVuSans-BoldOblique
dejavu-fonts-ttf-DejaVuSans-ExtraLight - 2.37-1 - DejaVuSans-ExtraLight
dejavu-fonts-ttf-DejaVuSans-Oblique - 2.37-1 - DejaVuSans-Oblique
dejavu-fonts-ttf-DejaVuSansCondensed - 2.37-1 - DejaVuSansCondensed
dejavu-fonts-ttf-DejaVuSansCondensed-Bold - 2.37-1 - DejaVuSansCondensed-Bold
dejavu-fonts-ttf-DejaVuSansCondensed-BoldOblique - 2.37-1 - DejaVuSansCondensed-BoldOblique
dejavu-fonts-ttf-DejaVuSansCondensed-Oblique - 2.37-1 - DejaVuSansCondensed-Oblique
dejavu-fonts-ttf-DejaVuSansMono - 2.37-1 - DejaVuSansMono
dejavu-fonts-ttf-DejaVuSansMono-Bold - 2.37-1 - DejaVuSansMono-Bold
dejavu-fonts-ttf-DejaVuSansMono-BoldOblique - 2.37-1 - DejaVuSansMono-BoldOblique
dejavu-fonts-ttf-DejaVuSansMono-Oblique - 2.37-1 - DejaVuSansMono-Oblique
dejavu-fonts-ttf-DejaVuSerif - 2.37-1 - DejaVuSerif
dejavu-fonts-ttf-DejaVuSerif-Bold - 2.37-1 - DejaVuSerif-Bold
dejavu-fonts-ttf-DejaVuSerif-BoldItalic - 2.37-1 - DejaVuSerif-BoldItalic
dejavu-fonts-ttf-DejaVuSerif-Italic - 2.37-1 - DejaVuSerif-Italic
dejavu-fonts-ttf-DejaVuSerifCondensed - 2.37-1 - DejaVuSerifCondensed
dejavu-fonts-ttf-DejaVuSerifCondensed-Bold - 2.37-1 - DejaVuSerifCondensed-Bold
dejavu-fonts-ttf-DejaVuSerifCondensed-BoldItalic - 2.37-1 - DejaVuSerifCondensed-BoldItalic
dejavu-fonts-ttf-DejaVuSerifCondensed-Italic - 2.37-1 - DejaVuSerifCondensed-Italic
devlink - 4.16.0-3 - Network devlink utility
dfu-programmer - 0.7.2-1 - dfu-programmer is a Device Firmware Update (DFU) based USB programmer for Atmel chips with a USB bootloader.
dfu-util - 0.9-1 - dfu-util is a host side implementation of the DFU 1.0 and DFU 1.1 specifications of the USB forum. DFU is intended to download and upload firmware to/from devices connected over USB.
dhcp-forwarder - 0.11-1 - This program forwards DHCP messages between subnets with different sublayer broadcast domains. It is similarly to the DHCP relay agent dhcrelay of ISC's DHCP, but has the following features which are important for me:  - Runs as non-root in a chroot-jail - Uses "normal" AF_INET sockets; this allows to uses packetfilters to filter incoming messages. - The DHCP agent IDs can be defined freely - Has a small memory footprint when using dietlibc  It tries to be RFC 2131/2132 and 3046 compliant. Probably it works with BOOTP (RFC 951) also, but since the handling of the giaddr field is described misleading (see RFC 1542), there may occur problems.
dhcpcd - 6.11.5-1 - DHCPv4, IPv6RS and DHCPv6 client with IPv4LL support dhcpcd is a one stop network management daemon which includes * RFC compliant DHCPv4 and DHCPv6 clients * DHCPv6 Prefix Delegation support * IPv4LL (aka ZeroConf) support * ARP address conflict resolution * Link carrier detection * Wireless SSID profiles * ARP ping profiles
diffutils - 3.6-1 - The Diffutils package contains programs that show the differences between files or directories.
digitemp - 3.7.1-1 - DigiTemp is a simple to use program for reading values from 1-wire devices. Its main use is for reading temperature sensors, but it also reads counters, and understands the 1-wire hubs with devices on different branches of the network. This package is built without USB support.
digitemp-usb - 3.7.1-1 - DigiTemp is a simple to use program for reading values from 1-wire devices. Its main use is for reading temperature sensors, but it also reads counters, and understands the 1-wire hubs with devices on different branches of the network. This package is built with USB support.
django - 1.8.18-1 - The web framework for perfectionists with deadlines.
django-appconf - 1.0.2-1 - A helper class for handling configuration defaults of packaged apps gracefully.
django-compressor - 2.2-1 - Compresses linked and inline JavaScript or CSS into single cached files.
django-constance - 2.0.0-1 - Django live settings with pluggable backends, including Redis.
django-jsonfield - 1.0.1-1 - JSONField for django models
django-picklefield - 1.0.0-1 - Pickled object field for Django
django-postoffice - 3.0.3-1 - A Django app to monitor and send mail asynchronously, complete with template support.
django-restframework - 3.7.1-1 - Web APIs for Django, made easy.
django-statici18n - 1.6.1-1 - A Django app that provides helper for generating JavaScript catalog to static files.
dkjson - 2.5-3 - Lua JSON parser/serializer with UTF-8 support
dmesg - 2.32-2 - dmesg  is used to examine or control the kernel ring buffer
dns-forwarder - 1.2.1-1 - Forwarding DNS queries on TCP transport.
dnscrypt-proxy - 1.9.5-8 - dnscrypt-proxy provides local service which can be used directly as your local resolver or as a DNS forwarder, encrypting and authenticating requests using the DNSCrypt protocol and passing them to an upstream server. The DNSCrypt protocol uses high-speed high-security elliptic-curve cryptography and is very similar to DNSCurve, but focuses on securing communications between a client and its first-level resolver.
dnscrypt-proxy-resolvers - 1.9.5+git-20171001-2d43be3-8 - Package with current list of dnscrypt-proxy resolvers.
dnsmasq - 2.80test2-3 - It is intended to provide coupled DNS and DHCP service to a LAN.
dnsmasq-dhcpv6 - 2.80test2-3 - It is intended to provide coupled DNS and DHCP service to a LAN.  This is a variant with DHCPv6 support
dnsmasq-full - 2.80test3-1
dnsmasq-full - 2.80test2-3 - It is intended to provide coupled DNS and DHCP service to a LAN.  This is a fully configurable variant with DHCPv4, DHCPv6, DNSSEC, Authoritative DNS and IPset, Conntrack support & NO_ID enabled by default.
domoticz - 4.9700-1 - Domoticz is a Home Automation System that lets you monitor and configure various devices like: Lights, Switches, various sensors/meters like Temperature, Rain, Wind, UV, Electra, Gas, Water and much more. Notifications/Alerts can be sent to any mobile device.
dosfstools - 4.1-1 - The dosfstools package includes the mkfs.fat and fsck.fat utilities, which respectively make and check MS-DOS FAT filesystems.
dovecot - 2.2.35-1 - Dovecot is a program which provides POP3 and IMAP services.
dovecot-pigeonhole - 2.2.35-0.4.21-2 - Pigeonhole provides mail filtering facilities for Dovecot using the Sieve (RFC 5228) language.
dovecot-utils - 2.2.35-1 - doveadm and dsync utilities for Dovecot
drill - 1.6.17-2 - drill is a tool to designed to get all sorts of information out of the DNS. It is specificly designed to be used with DNSSEC.
dropbear - 2017.75-5 - A small SSH2 server/client designed for small memory environments.
dropbearconvert - 2017.75-5 - Utility for converting SSH keys
ds-lite - 7-3 - Provides support for Dual-Stack Lite in /etc/config/network. Refer to http://wiki.openwrt.org/doc/uci/network for configuration details.
dtc - 1.4.6-2 - Device Tree Compiler for Flat Device Trees Device Tree Compiler, dtc, takes as input a device-tree in a given format and outputs a device-tree in another format for booting kernels on embedded systems.
dtndht - 0.2.3-1 - A library with DHT functions for DTN name lookups.
dump1090 - 2017-06-01-1 - Dump1090 is a Mode S decoder specifically designed for RTLSDR devices.
dumpe2fs - 1.44.1-1 - Ext2 Filesystem information dumping utility
dvtm - 0.15-1 - dvtm brings the concept of tiling window management, popularized by X11-window managers like dwm to the console. As a console window manager it tries to make it easy to work with multiple console based programs.
dynapoint - 2 - Dynapoint uses LUA scripts to allow dynamic access point creation and deletion depending on changes of certain network conditions.
e100-firmware - 2017-09-06-a61ac5cf-1 - Intel e100
e2freefrag - 1.44.1-1 - Ext2 Filesystem free space fragmentation information utility
e2fsprogs - 1.44.1-1 - This package contains essential ext2 filesystem utilities which consists of e2fsck, mke2fs and most of the other core ext2 filesystem utilities.
e2guardian - 3.2.0-1 - E2Guardian
ead - 1 - Provides remote access to your device even if IP and firewall configuration settings are defunct
eapol-test - 2018-04-09-fa617ee6-5 - 802.1x authentication test utility
ebtables - 2018-04-11-2e783b22-1 - The ebtables program is a filtering tool for a bridging firewall. The filtering is focussed on the Link Layer Ethernet frame fields. Apart from filtering, it also gives the ability to alter the Ethernet MAC addresses and implement a brouter.
ebtables-utils - 2018-04-11-2e783b22-1 - The ebtables program is a filtering tool for a bridging firewall. The filtering is focussed on the Link Layer Ethernet frame fields. Apart from filtering, it also gives the ability to alter the Ethernet MAC addresses and implement a brouter.
ecdsautils - 0.3.2.20160630-1 - Utilities to sign and verify checksums using ECDSA.
edgeport-firmware - 2017-09-06-a61ac5cf-1 - USB Inside Out Edgeport Serial Driver firmware
elektra-kdb - 0.8.21-1 - Elektra provides an universal and secure framework to store configuration parameters in a global, hierarchical key database.  This package contains the kdb tool, which allows to access and change the content of the key database from the shell.
emailrelay - 1.9-5 - Emailrelay is a simple SMTP proxy and store-and-forward message transfer agent (MTA).  When running as a proxy all e-mail messages can be passed through a user-defined program, such as a spam filter, which can drop, re-address or edit messages as they pass through. When running as a store-and-forward MTA incoming messages are stored in a local spool directory, and then forwarded to the next SMTP server on request.
erlang - 17.5-3 - Erlang/OTP is a general-purpose programming language and runtime environment. Erlang has built-in support for concurrency, distribution and fault tolerance. . This package contains the runtime implementation and a minimal set of modules (erts, kernel, sasl & stdlib).
erlang-asn1 - 3.0.4 - Erlang/OTP is a general-purpose programming language and runtime environment. Erlang has built-in support for concurrency, distribution and fault tolerance. . This Erlang/OTP package provides Abstract Syntax Notation One (ASN.1) support.
erlang-compiler - 5.0.4 - Erlang/OTP is a general-purpose programming language and runtime environment. Erlang has built-in support for concurrency, distribution and fault tolerance. . This Erlang/OTP package provides a byte code compiler for Erlang which produces highly compact code.
erlang-crypto - 3.5 - Erlang/OTP is a general-purpose programming language and runtime environment. Erlang has built-in support for concurrency, distribution and fault tolerance. . This Erlang/OTP package provides functions for computation of message digests, and encryption and decryption functions.
erlang-hipe - 3.11.3 - Erlang/OTP is a general-purpose programming language and runtime environment. Erlang has built-in support for concurrency, distribution and fault tolerance. . This Erlang/OTP package provides HiPE (High Performance Erlang) support.
erlang-inets - 5.10.6 - Erlang/OTP is a general-purpose programming language and runtime environment. Erlang has built-in support for concurrency, distribution and fault tolerance. . This Erlang/OTP package provides a container for Internet clients and servers. Currently a FTP client, a HTTP client and server, and a tftp client and server have been incorporated in Inets.
erlang-mnesia - 4.12.5 - Erlang/OTP is a general-purpose programming language and runtime environment. Erlang has built-in support for concurrency, distribution and fault tolerance. . This Erlang/OTP package provides a distributed DataBase Management System (DBMS), appropriate for telecommunications applications and other Erlang applications which require continuous operation and exhibit soft real-time properties.
erlang-runtime-tools - 1.8.16 - Erlang/OTP is a general-purpose programming language and runtime environment. Erlang has built-in support for concurrency, distribution and fault tolerance. . This Erlang/OTP package provides low footprint tracing/debugging tools suitable for inclusion in a production system.
erlang-snmp - 5.1.1 - Erlang/OTP is a general-purpose programming language and runtime environment. Erlang has built-in support for concurrency, distribution and fault tolerance. . This Erlang/OTP package provides Simple Network Management Protocol (SNMP) support including a MIB compiler and tools for creating SNMP agents.
erlang-ssh - 3.2 - Erlang/OTP is a general-purpose programming language and runtime environment. Erlang has built-in support for concurrency, distribution and fault tolerance. . This Erlang/OTP package provides an implementation of the Secure Shell protocol, with SSH & SFTP support.
erlang-ssl - 6.0 - Erlang/OTP is a general-purpose programming language and runtime environment. Erlang has built-in support for concurrency, distribution and fault tolerance. . This Erlang/OTP package provides support for secure communication over sockets.
erlang-syntax-tools - 1.6.18 - Erlang/OTP is a general-purpose programming language and runtime environment. Erlang has built-in support for concurrency, distribution and fault tolerance. . This Erlang/OTP package provides support for handling abstract Erlang syntax trees.
esniper - 2.32.0-1 - Simple, lightweight tool for sniping eBay auctions
et_xmlfile - 1.0.1-1 - An implementation of lxml.xmlfile for the standard library
etherwake - 1.09-4 - You can wake up WOL compliant Computers which have been powered down to sleep mode or start WOL compliant Computers with a BIOS feature. WOL is an abbreviation for Wake-on-LAN. It is a standard that allows you to turn on a computer from another location over a network connection. ether-wake also supports WOL passwords.
ethtool - 4.15-1 - ethtool is a small utility for examining and tuning your ethernet-based network interface
evtest - 1.33-1 - Utility to test event driven devices such as keyboards and mice
extract - 1.6-1 - libextractor contains the shell command extract that, similar to the well-known file command, can extract meta data from a file an print the results to stdout.
f2fs-tools - 1.10.0-1 - Tools for Flash-Friendly File System (F2FS)
f2fsck - 1.10.0-1 - Utility for checking/repairing a Flash-Friendly File System (F2FS)
faad2 - 2.8.6-1 - FAAD2 is the fastest ISO AAC audio decoder available. FAAD2 correctly decodes all MPEG-4 and MPEG-2 MAIN, LOW, LTP, LD and ER object type AAC files. This package contains a binary to play AAC or MP4 files.
fakeidentd - 2.6-1 - A static secure identd, only one source file.
fastd - 18-2 - Fast and secure tunneling daemon, which is optimized on small code size and few dependencies
fcgi - 2.4.0-1 - FastCGI is a language independent, scalable, open extension to CGI that provides high performance without the limitations of server specific APIs.
fcgixx - 2.4.0-1 - Shared library of FastCGI++
fconfig - 20080329-1 - displays and (if writable) also edits the RedBoot configuration.
fdisk - 2.32-2 - a menu-driven program for creation and manipulation of partition tables
fdm - 1.9-2 - fdm is a simple, lightweight replacement for mail fetch, filter and delivery programs such as fetchmail and procmail. It can fetch using POP3 or IMAP (with SSL) or from stdin, and deliver to a pipe, file, maildir, mbox or SMTP server, based on PCRE
fdt-utils - 1.4.6-2 - Flat Device Tree Utilities
ffmpeg - 3.2.10-3 - FFmpeg is a a software package that can record, convert and stream digital audio and video in numerous formats.  FFmpeg licensing / patent issues are complex. It is the reponsibility of the user to understand any requirements in this regard with its usage. See: https://ffmpeg.org/legal.html for further information. . This package contains the FFmpeg command line tool.
ffprobe - 3.2.10-3 - FFmpeg is a a software package that can record, convert and stream digital audio and video in numerous formats.  FFmpeg licensing / patent issues are complex. It is the reponsibility of the user to understand any requirements in this regard with its usage. See: https://ffmpeg.org/legal.html for further information. . This package contains the FFprobe command line tool.
ffserver - 3.2.10-3 - FFmpeg is a a software package that can record, convert and stream digital audio and video in numerous formats.  FFmpeg licensing / patent issues are complex. It is the reponsibility of the user to understand any requirements in this regard with its usage. See: https://ffmpeg.org/legal.html for further information. . This package contains the FFmpeg streaming server.
fftw3 - 3.3.7-1 - FFTW is a collection of fast C routines for computing the Discrete Fourier Transform in one or more dimensions. It includes complex, real, and parallel transforms, and can handle arbitrary array sizes efficiently.
fftw3f - 3.3.7-1 - FFTW is a collection of fast C routines for computing the Discrete Fourier Transform in one or more dimensions. It includes complex, real, and parallel transforms, and can handle arbitrary array sizes efficiently.  This package contains the single precision library.
file - 5.25-2 - File type determination utility
filefrag - 1.44.1-1 - Ext2 Filesystem file fragmentation report utility
findfs - 2.32-2 - findfs will search the disks in the system looking for a filesystem which has a label matching label or a UUID equal to uuid
findutils-find - 4.6.0-1 - Replace busybox versions of findutils with full GNU versions. This is normally not needed as busybox is smaller and provides sufficient functionality, but some users may want or need the full functionality of the GNU tools. This package contains the find utility
findutils-locate - 4.6.0-1 - Replace busybox versions of findutils with full GNU versions. This is normally not needed as busybox is smaller and provides sufficient functionality, but some users may want or need the full functionality of the GNU tools. This package contains the locate and related updatedb utility
findutils-xargs - 4.6.0-1 - Replace busybox versions of findutils with full GNU versions. This is normally not needed as busybox is smaller and provides sufficient functionality, but some users may want or need the full functionality of the GNU tools. This package contains the xargs utility
firewall - 2018-07-26-aa8846bb-1
firewall - 2018-05-14-b45e162e-1 - This package provides a config-compatible C implementation of the UCI firewall.
fixparts - 1.0.3-1 - a text-mode menu-driven program for repairing certain types of problems with Master Boot Record (MBR) partition tables
flashrom - 1.0-1 - flashrom is an utility for identifying, reading, writing, verifying and erasing flash chips. It's often used to flash BIOS/EFI/coreboot /firmware images.
flashrom-pci - 1.0-1 - flashrom is an utility for identifying, reading, writing, verifying and erasing flash chips. It's often used to flash BIOS/EFI/coreboot /firmware images.
flashrom-spi - 1.0-1 - flashrom is an utility for identifying, reading, writing, verifying and erasing flash chips. It's often used to flash BIOS/EFI/coreboot /firmware images.
flashrom-usb - 1.0-1 - flashrom is an utility for identifying, reading, writing, verifying and erasing flash chips. It's often used to flash BIOS/EFI/coreboot /firmware images.
flent-tools - 1.0.1 - Helper programs for the Flent test tool
flock - 2.32-2 - manages flock locks from within shell scripts or the command line
flup - 1.0.2-1 - Random assortment of WSGI servers
fontconfig - 2.11.1-1 - fontconfig
forked-daapd - 25.0-1 - forked-daapd is a Linux/FreeBSD DAAP (iTunes), MPD (Music Player Daemon) and RSP (Roku) media server. It has support for AirPlay speakers, Chromecast, Apple Remote (and compatibles), MPD clients, internet radio and LastFM. It does not support AirPlay/Chromecast video.
fossil - 1.34-2 - Fossil is a distributed version control system, bug tracking system and wiki software server for use in software development.
fping - 4.0-2 - fping is a ping like program which uses the Internet Control Message Protocol (ICMP) echo request to determine if a target host is responding.  fping differs from ping in that you can specify any number of targets on the command line, or specify a file containing the lists of targets to ping.  Instead of sending to one target until it times out or replies, fping will send out a ping packet and move on to the next target in a round-robin fashion.
freeradius3 - release_3_0_11-3 - A flexible RADIUS server (version 3)
freeradius3-common - release_3_0_11-3 - common files
freeradius3-democerts - release_3_0_11-3 - Demo certificates to test the server
freeradius3-mod-always - release_3_0_11-3 - Always module
freeradius3-mod-attr-filter - release_3_0_11-3 - ATTR filter module
freeradius3-mod-chap - release_3_0_11-3 - CHAP module
freeradius3-mod-detail - release_3_0_11-3 - Detailed accounting module
freeradius3-mod-digest - release_3_0_11-3 - HTTP Digest Authentication
freeradius3-mod-eap - release_3_0_11-3 - Base EAP module
freeradius3-mod-eap-gtc - release_3_0_11-3 - EAP/GTC module
freeradius3-mod-eap-leap - release_3_0_11-3 - EAP/LEAP module
freeradius3-mod-eap-md5 - release_3_0_11-3 - EAP/MD5 module
freeradius3-mod-eap-mschapv2 - release_3_0_11-3 - EAP/MS-CHAPv2 module
freeradius3-mod-eap-peap - release_3_0_11-3 - EAP/PEAP module
freeradius3-mod-eap-tls - release_3_0_11-3 - EAP/TLS module
freeradius3-mod-eap-ttls - release_3_0_11-3 - EAP/TTLS module
freeradius3-mod-exec - release_3_0_11-3 - EXEC module
freeradius3-mod-expiration - release_3_0_11-3 - Expiration module
freeradius3-mod-expr - release_3_0_11-3 - EXPR module
freeradius3-mod-files - release_3_0_11-3 - Module using local files for authorization
freeradius3-mod-ldap - release_3_0_11-3 - LDAP Authentication
freeradius3-mod-logintime - release_3_0_11-3 - Logintime module
freeradius3-mod-mschap - release_3_0_11-3 - MS-CHAP and MS-CHAPv2 module
freeradius3-mod-pap - release_3_0_11-3 - PAP module
freeradius3-mod-passwd - release_3_0_11-3 - Rlm passwd module
freeradius3-mod-preprocess - release_3_0_11-3 - Request pre-processing module
freeradius3-mod-radutmp - release_3_0_11-3 - Radius UTMP module
freeradius3-mod-realm - release_3_0_11-3 - Realms handling module
freeradius3-mod-unix - release_3_0_11-3 - System Authentication
freeradius3-utils - release_3_0_11-3 - Misc. client utilities
freeswitch-stable - 1.6.20-7 - FreeSWITCH is a scalable open source cross-platform telephony platform designed to route and interconnect popular communication protocols using audio, video, text or any other form of media.
freeswitch-stable-example-curl - 1.6.20-7 - This package does not install any configuration for FreeSWITCH into /etc/freeswitch. The system administrator is completely responsible for that directory. If you install one of the example configuration packages, it will install the corresponding sample configuration to /usr/share/freeswitch/examples where you can take a look at it.
freeswitch-stable-example-insideout - 1.6.20-7 - This package does not install any configuration for FreeSWITCH into /etc/freeswitch. The system administrator is completely responsible for that directory. If you install one of the example configuration packages, it will install the corresponding sample configuration to /usr/share/freeswitch/examples where you can take a look at it.
freeswitch-stable-example-minimal - 1.6.20-7 - This package does not install any configuration for FreeSWITCH into /etc/freeswitch. The system administrator is completely responsible for that directory. If you install one of the example configuration packages, it will install the corresponding sample configuration to /usr/share/freeswitch/examples where you can take a look at it.
freeswitch-stable-example-rayo - 1.6.20-7 - This package does not install any configuration for FreeSWITCH into /etc/freeswitch. The system administrator is completely responsible for that directory. If you install one of the example configuration packages, it will install the corresponding sample configuration to /usr/share/freeswitch/examples where you can take a look at it.
freeswitch-stable-example-sbc - 1.6.20-7 - This package does not install any configuration for FreeSWITCH into /etc/freeswitch. The system administrator is completely responsible for that directory. If you install one of the example configuration packages, it will install the corresponding sample configuration to /usr/share/freeswitch/examples where you can take a look at it.
freeswitch-stable-example-softphone - 1.6.20-7 - This package does not install any configuration for FreeSWITCH into /etc/freeswitch. The system administrator is completely responsible for that directory. If you install one of the example configuration packages, it will install the corresponding sample configuration to /usr/share/freeswitch/examples where you can take a look at it.
freeswitch-stable-example-testing - 1.6.20-7 - This package does not install any configuration for FreeSWITCH into /etc/freeswitch. The system administrator is completely responsible for that directory. If you install one of the example configuration packages, it will install the corresponding sample configuration to /usr/share/freeswitch/examples where you can take a look at it.
freeswitch-stable-example-vanilla - 1.6.20-7 - This package does not install any configuration for FreeSWITCH into /etc/freeswitch. The system administrator is completely responsible for that directory. If you install one of the example configuration packages, it will install the corresponding sample configuration to /usr/share/freeswitch/examples where you can take a look at it.
freeswitch-stable-lang-de - 1.6.20-7 - This package includes the German language files for FreeSWITCH.
freeswitch-stable-lang-en - 1.6.20-7 - This package includes the English language files for FreeSWITCH.
freeswitch-stable-lang-es - 1.6.20-7 - This package includes the Spanish language files for FreeSWITCH.
freeswitch-stable-lang-fr - 1.6.20-7 - This package includes the French language files for FreeSWITCH.
freeswitch-stable-lang-he - 1.6.20-7 - This package includes the Hebrew language files for FreeSWITCH.
freeswitch-stable-lang-pt - 1.6.20-7 - This package includes the Portuguese language files for FreeSWITCH.
freeswitch-stable-lang-ru - 1.6.20-7 - This package includes the Russian language files for FreeSWITCH.
freeswitch-stable-lang-sv - 1.6.20-7 - This package includes the Swedish language files for FreeSWITCH.
freeswitch-stable-misc-fonts - 1.6.20-7 - This package includes the fonts bundled with FreeSWITCH.
freeswitch-stable-misc-grammar - 1.6.20-7 - This package contains grammar files. mod_pocketsphinx would be a potential user.
freeswitch-stable-misc-hotplug - 1.6.20-7 - This package includes a hotplug script for FreeSWITCH.
freeswitch-stable-misc-images - 1.6.20-7 - This package includes the images bundled with FreeSWITCH.
freeswitch-stable-misc-perl-esl - 1.6.20-7 - This package contains the Perl binding for FreeSWITCH's Event Socket Library (ESL).
freeswitch-stable-misc-python-esl - 1.6.20-7 - This package contains the Python binding for FreeSWITCH's Event Socket Library (ESL).
freeswitch-stable-misc-timezones - 1.6.20-7 - This package includes a timezones file for FreeSWITCH.
freeswitch-stable-mod-abstraction - 1.6.20-7 - This module provides a way to create new API functions via regex rewriting.
freeswitch-stable-mod-alsa - 1.6.20-7 - ALSA endpoint module.
freeswitch-stable-mod-amr - 1.6.20-7 - Passthrough AMR codec support.
freeswitch-stable-mod-amrwb - 1.6.20-7 - Passthrough AMR wideband codec support.
freeswitch-stable-mod-avmd - 1.6.20-7 - This module attempts to determine when a voicemail system has answered the call.
freeswitch-stable-mod-b64 - 1.6.20-7 - Transfers data Base64 encoded.
freeswitch-stable-mod-basic - 1.6.20-7 - BASIC module for FreeSWITCH.
freeswitch-stable-mod-bcg729 - 20170629-2 - FreeSWITCH G.729 module using the opensource bcg729 implementation by Belledonne Communications.
freeswitch-stable-mod-bert - 1.6.20-7 - Line testing tool.
freeswitch-stable-mod-blacklist - 1.6.20-7 - This module provides tools to blacklist callers.
freeswitch-stable-mod-callcenter - 1.6.20-7 - This module implements Automated Call Distribution queues.
freeswitch-stable-mod-cdr-csv - 1.6.20-7 - CSV Call Detail Record handler.
freeswitch-stable-mod-cdr-mongodb - 1.6.20-7 - MongoDB Call Detail Record handler.
freeswitch-stable-mod-cdr-sqlite - 1.6.20-7 - SQLite Call Detail Record handler.
freeswitch-stable-mod-cidlookup - 1.6.20-7 - This module provides an API for querying caller ID name and location data.
freeswitch-stable-mod-clearmode - 1.6.20-7 - Clearmode codec passthrough support.
freeswitch-stable-mod-cluechoo - 1.6.20-7 - This demo module renders a Clue Choo train on the FreeSWITCH console.
freeswitch-stable-mod-commands - 1.6.20-7 - This module provides miscellaneous API commands.
freeswitch-stable-mod-conference - 1.6.20-7 - This module provides multi-party conferencing.
freeswitch-stable-mod-console - 1.6.20-7 - Allows control over what messages get logged to the console.
freeswitch-stable-mod-curl - 1.6.20-7 - This module provides an API for making HTTP requests with cURL.
freeswitch-stable-mod-dahdi-codec - 1.6.20-7 - DAHDI codec module.
freeswitch-stable-mod-db - 1.6.20-7 - This module implements a simple db API with group support. Also can be used as a limit db backend.
freeswitch-stable-mod-dialplan-asterisk - 1.6.20-7 - Asterisk extensions.conf style dialplan parser.
freeswitch-stable-mod-dialplan-directory - 1.6.20-7 - Directory dialplan support.
freeswitch-stable-mod-dialplan-xml - 1.6.20-7 - Standard FreeSWITCH XML dialplan support.
freeswitch-stable-mod-dingaling - 1.6.20-7 - Allows FreeSWITCH to be used as a client for XMPP Servers.
freeswitch-stable-mod-directory - 1.6.20-7 - This module implements a dial-by-name directory IVR.
freeswitch-stable-mod-distributor - 1.6.20-7 - This module implements a mechanism for performing load balancing.
freeswitch-stable-mod-dptools - 1.6.20-7 - This module implements basic dialplan tools.
freeswitch-stable-mod-easyroute - 1.6.20-7 - This module does destination lookup based on DID.
freeswitch-stable-mod-enum - 1.6.20-7 - This module implements ENUM support.
freeswitch-stable-mod-erlang-event - 1.6.20-7 - Erlang event module.
freeswitch-stable-mod-esf - 1.6.20-7 - This module adds multi-cast support.
freeswitch-stable-mod-esl - 1.6.20-7 - This module adds an API for generating one-off ESL requests.
freeswitch-stable-mod-event-multicast - 1.6.20-7 - Multicast Event System for FreeSWITCH.
freeswitch-stable-mod-event-socket - 1.6.20-7 - Sends events via a single socket. Needed for fs_cli.
freeswitch-stable-mod-event-test - 1.6.20-7 - Event demo module.
freeswitch-stable-mod-expr - 1.6.20-7 - This module adds expr support for expression evaluation.
freeswitch-stable-mod-fifo - 1.6.20-7 - This module adds a first-in first-out queue system.
freeswitch-stable-mod-format-cdr - 1.6.20-7 - A superset of mod_json_cdr and mod_xml_cdr.
freeswitch-stable-mod-freetdm - 1.6.20-7 - This module is the glue between FreeSWITCH and FreeTDM.
freeswitch-stable-mod-fsk - 1.6.20-7 - This module adds frequency-shift keying support which can be used to send and receive caller ID.
freeswitch-stable-mod-fsv - 1.6.20-7 - This module provides dialplan applications for recording and playing videos.
freeswitch-stable-mod-g723-1 - 1.6.20-7 - G.723.1 codec passthrough.
freeswitch-stable-mod-g729 - 1.6.20-7 - G.729 codec passthrough.
freeswitch-stable-mod-graylog2 - 1.6.20-7 - GELF logger for Graylog2 and Logstash.
freeswitch-stable-mod-gsmopen - 1.6.20-7 - GSMopen is a channel driver that allows an SMS to be sent to and from FreeSWITCH as well as incoming and outgoing GSM voice calls.
freeswitch-stable-mod-h26x - 1.6.20-7 - H.26x video codec passthrough.
freeswitch-stable-mod-hash - 1.6.20-7 - This module provides a key-value in-memory datastore. Usable as a limit backend.
freeswitch-stable-mod-hiredis - 1.6.20-7 - This module provides a mechanism to use Redis as a datastore.
freeswitch-stable-mod-httapi - 1.6.20-7 - This module provides an API for controlling the switch by responding to HTTP requests.
freeswitch-stable-mod-http-cache - 1.6.20-7 - This module provides an API for making HTTP GET requests where the result is cached.
freeswitch-stable-mod-isac - 1.6.20-7 - iSAC codec support.
freeswitch-stable-mod-json-cdr - 1.6.20-7 - JSON-based Call Detail Record handler.
freeswitch-stable-mod-kazoo - 1.6.20-7 - Kazoo module for FreeSWITCH.
freeswitch-stable-mod-lcr - 1.6.20-7 - This module adds a facility for least-cost routing.
freeswitch-stable-mod-ldap - 1.6.20-7 - LDAP module for FreeSWITCH.
freeswitch-stable-mod-local-stream - 1.6.20-7 - Connects multiple channels to a looped stream.
freeswitch-stable-mod-logfile - 1.6.20-7 - Logs FreeSWITCH output to a file.
freeswitch-stable-mod-loopback - 1.6.20-7 - A loopback channel driver.
freeswitch-stable-mod-lua - 1.6.20-7 - Lua language interface for FreeSWITCH.
freeswitch-stable-mod-mp4v - 1.6.20-7 - MP4 video passthrough..
freeswitch-stable-mod-native-file - 1.6.20-7 - Plays files that are already encoded in the right format.
freeswitch-stable-mod-nibblebill - 1.6.20-7 - This module allows for real-time accounting of a cash balance and using that information for call routing.
freeswitch-stable-mod-odbc-cdr - 1.6.20-7 - ODBC Call Detail Record handler.
freeswitch-stable-mod-opus - 1.6.20-7 - Opus codec support.
freeswitch-stable-mod-oreka - 1.6.20-7 - This module provides media recording with the Oreka cross-platform audio stream recording and retrieval system.
freeswitch-stable-mod-perl - 1.6.20-7 - This package contains mod_perl for FreeSWITCH.
freeswitch-stable-mod-pocketsphinx - 1.6.20-7 - This module allows speech recognition. You might want to install freeswitch-stable-misc-grammar as well.
freeswitch-stable-mod-portaudio - 1.6.20-7 - Voice through a local soundcard.
freeswitch-stable-mod-portaudio-stream - 1.6.20-7 - Stream from an external audio source for Music on Hold.
freeswitch-stable-mod-posix-timer - 1.6.20-7 - Add POSIX timer support.
freeswitch-stable-mod-prefix - 1.6.20-7 - This module provides a data store with fast lookups by the longest prefix match rule.
freeswitch-stable-mod-python - 1.6.20-7 - Python support module.
freeswitch-stable-mod-radius-cdr - 1.6.20-7 - Radius Call Detail Record handler.
freeswitch-stable-mod-random - 1.6.20-7 - This module extracts entropy from FreeSWITCH and feeds it into /dev/random.
freeswitch-stable-mod-rayo - 1.6.20-7 - Rayo/XMPP 3PCC server for FreeSWITCH.
freeswitch-stable-mod-redis - 1.6.20-7 - This module provides a mechanism to use Redis as a limit backend data store.
freeswitch-stable-mod-rss - 1.6.20-7 - Parses and reads XML based RSS feeds and reads the entries aloud via a TTS engine.
freeswitch-stable-mod-rtc - 1.6.20-7 - Media streaming as used by WebRTC and mod_verto.
freeswitch-stable-mod-rtmp - 1.6.20-7 - RTMP endpoint support. Allows FreeSWITCH to be used from RTMP clients.
freeswitch-stable-mod-say-de - 1.6.20-7 - Uses prerecorded sounds to read or say various things.
freeswitch-stable-mod-say-en - 1.6.20-7 - Uses prerecorded sounds to read or say various things.
freeswitch-stable-mod-say-es - 1.6.20-7 - Uses prerecorded sounds to read or say various things.
freeswitch-stable-mod-say-es-ar - 1.6.20-7 - Uses prerecorded sounds to read or say various things.
freeswitch-stable-mod-say-fa - 1.6.20-7 - Uses prerecorded sounds to read or say various things.
freeswitch-stable-mod-say-fr - 1.6.20-7 - Uses prerecorded sounds to read or say various things.
freeswitch-stable-mod-say-he - 1.6.20-7 - Uses prerecorded sounds to read or say various things.
freeswitch-stable-mod-say-hr - 1.6.20-7 - Uses prerecorded sounds to read or say various things.
freeswitch-stable-mod-say-hu - 1.6.20-7 - Uses prerecorded sounds to read or say various things.
freeswitch-stable-mod-say-it - 1.6.20-7 - Uses prerecorded sounds to read or say various things.
freeswitch-stable-mod-say-ja - 1.6.20-7 - Uses prerecorded sounds to read or say various things.
freeswitch-stable-mod-say-nl - 1.6.20-7 - Uses prerecorded sounds to read or say various things.
freeswitch-stable-mod-say-pl - 1.6.20-7 - Uses prerecorded sounds to read or say various things.
freeswitch-stable-mod-say-pt - 1.6.20-7 - Uses prerecorded sounds to read or say various things.
freeswitch-stable-mod-say-ru - 1.6.20-7 - Uses prerecorded sounds to read or say various things.
freeswitch-stable-mod-say-sv - 1.6.20-7 - Uses prerecorded sounds to read or say various things.
freeswitch-stable-mod-say-th - 1.6.20-7 - Uses prerecorded sounds to read or say various things.
freeswitch-stable-mod-say-zh - 1.6.20-7 - Uses prerecorded sounds to read or say various things.
freeswitch-stable-mod-shell-stream - 1.6.20-7 - Allows to stream audio from an arbitrary shell command.
freeswitch-stable-mod-shout - 1.6.20-7 - Allows to stream audio from MP3s or Shoutcast streams.
freeswitch-stable-mod-skinny - 1.6.20-7 - Skinny Call Control Protocol endpoint support.
freeswitch-stable-mod-sms - 1.6.20-7 - This module provides an abstract facility for interfacing with SMS systems.
freeswitch-stable-mod-snapshot - 1.6.20-7 - This module can record a sliding window of audio and take snapshots to disk.
freeswitch-stable-mod-sndfile - 1.6.20-7 - Adds sound format support via libsndfile.
freeswitch-stable-mod-snmp - 1.6.20-7 - An SNMP stats reporter.
freeswitch-stable-mod-snom - 1.6.20-7 - This module implements features specific to SNOM phones.
freeswitch-stable-mod-sofia - 1.6.20-7 - SIP module.
freeswitch-stable-mod-sonar - 1.6.20-7 - This module measures the latency on an audio link by sending audible audio sonar pings.
freeswitch-stable-mod-spandsp - 1.6.20-7 - This module implements SpanDSP fax. It includes DSP and codec functionality.
freeswitch-stable-mod-spy - 1.6.20-7 - This module adds the ability to monitor the audio of a channel.
freeswitch-stable-mod-ssml - 1.6.20-7 - mod_ssml is a FreeSWITCH module that renders SSML into audio. This module requires a text-to-speech module for speech synthesis.
freeswitch-stable-mod-stress - 1.6.20-7 - This module attempts to detect voice stress on an audio channel.
freeswitch-stable-mod-syslog - 1.6.20-7 - Logs FreeSWITCH output to the syslog.
freeswitch-stable-mod-theora - 1.6.20-7 - Theora video codec passthrough.
freeswitch-stable-mod-tone-stream - 1.6.20-7 - Tone generation stream.
freeswitch-stable-mod-translate - 1.6.20-7 - This module implements number translation.
freeswitch-stable-mod-tts-commandline - 1.6.20-7 - Run a command-line and play the output file.
freeswitch-stable-mod-unimrcp - 1.6.20-7 - Allows communication with Media Resource Control Protocol servers.
freeswitch-stable-mod-valet-parking - 1.6.20-7 - This module implements the valet call parking strategy.
freeswitch-stable-mod-verto - 1.6.20-7 - Verto signaling protocol.
freeswitch-stable-mod-vmd - 1.6.20-7 - This module detects voicemail beeps.
freeswitch-stable-mod-voicemail - 1.6.20-7 - This module provides a voicemail system.
freeswitch-stable-mod-voicemail-ivr - 1.6.20-7 - This module provides an extensible voicemail IVR system.
freeswitch-stable-mod-xml-cdr - 1.6.20-7 - XML Call Detail Record handler.
freeswitch-stable-mod-xml-curl - 1.6.20-7 - Provides an XML cURL interfaces to pull dynamic XML configuration for FreeSWITCH over HTTP.
freeswitch-stable-mod-xml-ldap - 1.6.20-7 - LDAP XML gateway.
freeswitch-stable-mod-xml-rpc - 1.6.20-7 - Allows using the webapi to control FreeSWITCH.
freeswitch-stable-mod-xml-scgi - 1.6.20-7 - SCGI XML Gateway.
freeswitch-stable-mod-yaml - 1.6.20-7 - YAML language module.
freeswitch-stable-util-fs-cli - 1.6.20-7 - The fs_cli program is a Command-Line Interface that allows a user to connect to a FreeSWITCH instance running on the local or a remote system.
freeswitch-stable-util-fs-encode - 1.6.20-7 - Format conversion of sound files so the result can be used by mod_native_file.
freeswitch-stable-util-fs-ivrd - 1.6.20-7 - The FreeSWITCH IVR daemon is an abstraction layer that sits on top of the ESL. The basic idea is that the ivrd will allow the user to have a STDIN/STDOUT interface for simple call control.
freeswitch-stable-util-gentls-cert - 1.6.20-7 - Can be used to create TLS certificates and setup CAs.
freeswitch-stable-util-tone2wav - 1.6.20-7 - Generates a sound file from a teletone script. The output can be in any format that is supported by libsndfile.
freifunk-common - 3 - Common files and scripts that are needed to run free wireless mesh networks.
freifunk-firewall - 3 - Various firewall extensions for Freifunk. Includes NAT fixes and advanced settings.
freifunk-gwcheck - 4 - This script periodically checks if internet is available via your own gateway. If it detects that it is broken, then the defaultroute is removed from the main table and temporarilly placed in table gw-check until your internet works again. Config file is /etc/config/freifunk-gwcheck.
freifunk-mapupdate - 1 - This script updates the freifunkmap (also known as the global map, see http://map.berlin.freifunk.net) every hour. Config file is /etc/config/freifunk-mapupdate.
freifunk-policyrouting - 6 - Allows you to send your own traffic via your own default gateway while sending traffic received from the mesh to a gateway in the mesh.
freifunk-watchdog - 8 - A watchdog daemon that monitors wireless interfaces to ensure the correct bssid and channel. The process will initiate a wireless restart as soon as it detects a bssid or channel mismatch.
fritz-caldata - 1 - Utility to extract the zlib compress calibration data from flash.
fritz-tffs - 1 - Utility to partially read the TFFS filesystems.
fstools - 2018-04-16-e2436836-1 - OpenWrt filesystem tools
fstrim - 2.32-2 - fstrim is used on a mounted filesystem to discard (or "trim") blocks which are not in use by the filesystem.  This is useful for solid- state drives (SSDs) and thinly-provisioned storage.
fswebcam - 20140113-1 - fswebcam is a neat and simple webcam app. It captures images from a V4L1/V4L2 compatible device or file, averages them to reduce noise and draws a caption using the GD Graphics Library which also handles compressing the image to PNG or JPEG. The resulting image is saved to a file or sent to stdio where it can be piped to something like ncftpput or scp.
ftdi_eeprom - 1.4-1 - ftdi_eeprom is a small tool for reading/erasing/flashing FTDI USB chip eeproms. It uses libftdi to access the chip, so you will need to have the required permissions on the device.  The ftdi_sio module should not be loaded.  You have to unplug and replug your device to get the new values to be read. Otherwise, you will still get the old values.
fuse-utils - 2.9.7-1 - FUSE (Filesystem in UserSpacE) This package contains the FUSE utilities. - fusermount - ulockmgr_server
fwknop - 2.6.9-4 - Fwknop implements an authorization scheme known as Single Packet Authorization (SPA) for Linux systems running iptables.  This mechanism requires only a single encrypted and non-replayed packet to communicate various pieces of information including desired access through an iptables policy. The main application of this program is to use iptables in a default-drop stance to protect services such as SSH with an additional layer of security in order to make the exploitation of vulnerabilities (both 0-day and unpatched code) much more difficult. This package contains the fwknop client.
fwknopd - 2.6.9-4 - Fwknop implements an authorization scheme known as Single Packet Authorization (SPA) for Linux systems running iptables.  This mechanism requires only a single encrypted and non-replayed packet to communicate various pieces of information including desired access through an iptables policy. The main application of this program is to use iptables in a default-drop stance to protect services such as SSH with an additional layer of security in order to make the exploitation of vulnerabilities (both 0-day and unpatched code) much more difficult. This package contains the fwknop daemon.
fwtool - 1 - Utility for appending and extracting firmware metadata and signatures
gammu - 1.38.4-2 - Cell phone/modem SMS and control tool
gawk - 4.2.0-2 - GNU awk
gdb - 8.0.1-1 - GDB, the GNU Project debugger, allows you to see what is going on `inside' another program while it executes -- or what another program was doing at the moment it crashed.
gdbserver - 8.0.1-1 - GDBSERVER is a program that allows you to run GDB on a different machine than the one which is running the program being debugged.
gdisk - 1.0.3-1 - gdisk is GPT aware disk partitioning tool, with interactive UI.
genl - 4.16.0-3 - General netlink utility frontend
getdns - 1.4.2-2 - This package contains the getdns library (libgetdns). This package also contains the "getdns_query" command line wrapper for getdns exposing the features of this implementation (both in the official API and the additional API functions).
getdns - 1.4.2-1 - This package contains the getdns library (libgetdns). This package also contains the "getdns_query" command line wrapper for getdns exposing the features of this implementation (both in the official API and the additional API functions).
getopt - 2.32-2 - getopt is used to break up (parse) options in command lines for easy parsing by shell procedures, and to check for legal options
giflib - 5.1.2-1 - giflib is a library for reading and writing gif images. It is API and ABI compatible with libungif which was in wide use while the LZW compression algorithm was patented.
git - 2.16.3-1 - Git is a free & open source, distributed version control system designed to handle everything from small to very large projects with speed and efficiency.
git-gitweb - 2.16.3-1 - Git is a free & open source, distributed version control system designed to handle everything from small to very large projects with speed and efficiency. This package builds the gitweb web interface for git repositories
git-http - 2.16.3-1 - Git is a free & open source, distributed version control system designed to handle everything from small to very large projects with speed and efficiency.  This package allows git push/fetch over http(s) and ftp(s)
gitolite - 3.6.6-1 - Gitolite is a system for managing access to git repositories.  Note you will need to make sure dropbear does not interfere with OpenSSH as gitolite depends on feature not in dropbear (to my knowledge).
gkermit - 1.00-1 - A minimal kermit file transfer program
gl-agh-stats - 3.0.3-1 - AdGuardHome Stats
gl-base-files - 3.0.397-1 - GL iNet base files
gl-base-files-a53 - 3.0.397-1 - GL iNet base files
gl-base-files-ar - 3.0.397-1 - GL iNet base files
gl-base-files-e750 - 3.0.397-1 - GL iNet base files
gl-base-files-ipq - 3.0.397-1 - GL iNet base files
gl-base-files-mt - 3.0.397-1 - GL iNet base files
gl-base-files-x1200 - 3.0.397-1 - GL iNet base files
gl-base-files-x300b - 3.0.397-1 - GL iNet base files
gl-ble-api - 3.0.18-1 - GL iNet BLE api
gl-ble-cli - 1-1 - GL inet BLE cli
gl-ble-daemon - 3.0.19-1 - GL inet BLE plugin
gl-ble-demo - 1 - GL iNet BLE demo
gl-ble-test - 1-1 - GL inet BLE plugin
gl-bletool - 3.2.0 - GL inet BLE driver
gl-cloud-ui - 3.0.22-1 - The firmware needs to be upgraded to 3.010 to support cloud management and dynamic DNS.
gl-crond - 3.0.4-1 - A framework for timing task, you can register or unregister their task to this framework via ubus. Task can be written in shell or C, you just need to write  task, glcrond will dispatch your task regularly when you register to it.
gl-ddns - 3.0.22-1 - glddns api for gl-inet.
gl-e750-mcu - 3.0.50-1 - gl mcu data interface for gl-inet.
gl-files-brower - 3.0.8-1 - Openvpn server endpoint api for gl-inet.
gl-firewall - 3.0.5-1 - GL iNet firewall
gl-fw - 3.0.25-1 - This service allows open port and port forwarding.
gl-gps - 3.0.15-1 - Get GPS data.
gl-ipv6 - 3.0.9-1 - ipv6 function for gl-inet.
gl-modem - 3.0.131-1 - GL iNet modem manager
gl-monitor - 3.0.112-1 - gl-monitor
gl-mqtt - 3.1.17-1 - MQTT common libary
gl-portal - 3.0.24-1 - glportal api for gl-inet.
gl-qos - 3.0.35-1 - GL iNet Qos Function
gl-qos-internal - 3.0.35-1 - GL iNet Qos Function
gl-repeater - 3.1.8-1 - GL Health
gl-route-policy - 3.0.43-1 - GL route policy
gl-rs485 - 1.2.1-1 - gl rs485 for gl-inet.
gl-s2s - 1.0.24-1 - It is the Site to Site API for GL.iNet.
gl-sdk - 3.0.541-1 - GL.iNet SDK3.0.
gl-software - 3.0.26-1 - Openvpn server endpoint api for gl-inet.
gl-ss - 3.0.12-1 - Shadowsocks-libev endpoint api for gl-inet.
gl-ss-server - 3.0.12-1 - Shadowsocks-libev endpoint api for gl-inet.
gl-tertf - 4.0.25-1 - Terminal traffic.
gl-tor - 3.1.2-1 - GL iNet tor interface
gl-traffic - 1.0.4-1 - iftop does for network usage what top(1) does for CPU usage. It listens to network traffic on a named interface and displays a  table of current bandwidth usage by pairs of hosts. Handy for  answering the question 'why is our ADSL link so slow?'.
gl-uart - 3.0.9-1 - VPN daemon for gl-inet.
gl-ui - 3.0.616-1 - GL iNet web UI
gl-ui - 3.0.613-1
gl-upload - 1.0.35-1 - GL.iNet SDK3.0.
gl-util - 3.0.199-1 - GL.iNet SDK3.0.
gl-vpn - 3.0.105-1 - Openvpn server endpoint api for gl-inet.
gl-vpn-server - 3.0.105-1 - Openvpn server endpoint api for gl-inet.
gl-wan-detect - 3.0.1-1 - GL Auto Detect Wan Type
gl-wg - 3.0.77-1 - wireguard endpoint api for gl-inet.
gl-wg-server - 3.0.77-1 - wireguard endpoint api for gl-inet.
gl-wifi-core - 3.0.185-1
gl-xe300-mcu - 3.0.3-1 - gl XE300 mcu data interface for gl-inet.
gl-xwf - 1.0.10-1 - OVS AP initialisation for XWF integration
glib2 - 2.56.1-1 - The GLib library of C routines
glog - v0.3.5-1 - This repository contains a C++ implementation of the Google logging module.  Documentation for the implementation is in doc/.
glpsol - 4.63-1 - The GNU Linear Programming Kit (glpsol)
gnunet - 0.10.2-git-20180205-b673e9c3ed4a211b974bc602b893a427533566d7-1 - GNUnet is a peer-to-peer framework focusing on security. The first and primary application for GNUnet is anonymous file-sharing.  GNUnet is currently developed by a worldwide group of independent free software developers.  GNUnet is a GNU package (http://www.gnu.org/).  This is an ALPHA release.  There are known and significant bugs as well as many missing features in this release.  This package provides the core components of GNUnet including the CADET routing engine, a DHT implementation and basic transports as well as their helpers.
gnunet-conversation - 0.10.2-git-20180205-b673e9c3ed4a211b974bc602b893a427533566d7-1 - GNUnet conversation component
gnunet-datastore - 0.10.2-git-20180205-b673e9c3ed4a211b974bc602b893a427533566d7-1 - GNUnet data storage components
gnunet-dht-cli - 0.10.2-git-20180205-b673e9c3ed4a211b974bc602b893a427533566d7-1 - GNUnet DHT command line clients
gnunet-dhtcache-heap - 0.10.2-git-20180205-b673e9c3ed4a211b974bc602b893a427533566d7-1 - GNUnet heap-based dhtcache plugin
gnunet-dhtcache-pgsql - 0.10.2-git-20180205-b673e9c3ed4a211b974bc602b893a427533566d7-1 - GNUnet PostgreSQL dhtcache plugin
gnunet-dhtcache-sqlite - 0.10.2-git-20180205-b673e9c3ed4a211b974bc602b893a427533566d7-1 - GNUnet libsqlite3 dhtcache plugin
gnunet-experiments - 0.10.2-git-20180205-b673e9c3ed4a211b974bc602b893a427533566d7-1 - GNUnet experimental components
gnunet-fs - 0.10.2-git-20180205-b673e9c3ed4a211b974bc602b893a427533566d7-1 - GNUnet file-sharing components
gnunet-fs-heap - 0.10.2-git-20180205-b673e9c3ed4a211b974bc602b893a427533566d7-1 - GNUnet heap-based filesharing plugin
gnunet-fs-mysql - 0.10.2-git-20180205-b673e9c3ed4a211b974bc602b893a427533566d7-1 - GNUnet mySQL filesharing plugins
gnunet-fs-pgsql - 0.10.2-git-20180205-b673e9c3ed4a211b974bc602b893a427533566d7-1 - GNUnet PostgreSQL filesharing plugin
gnunet-fs-sqlite - 0.10.2-git-20180205-b673e9c3ed4a211b974bc602b893a427533566d7-1 - GNUnet libsqlite3 filesharing plugin
gnunet-gns - 0.10.2-git-20180205-b673e9c3ed4a211b974bc602b893a427533566d7-1 - GNUnet name resolution components
gnunet-gns-flat - 0.10.2-git-20180205-b673e9c3ed4a211b974bc602b893a427533566d7-1 - GNUnet flat storage GNS plugins
gnunet-gns-pgsql - 0.10.2-git-20180205-b673e9c3ed4a211b974bc602b893a427533566d7-1 - GNUnet PostgreSQL GNS plugins
gnunet-gns-proxy - 0.10.2-git-20180205-b673e9c3ed4a211b974bc602b893a427533566d7-1 - GNUnet gns-proxy component
gnunet-gns-sqlite - 0.10.2-git-20180205-b673e9c3ed4a211b974bc602b893a427533566d7-1 - GNUnet libsqlite3 gns plugins
gnunet-hostlist - 0.10.2-git-20180205-b673e9c3ed4a211b974bc602b893a427533566d7-1 - GNUnet HTTP bootstrap hostlist client and server
gnunet-mysql - 0.10.2-git-20180205-b673e9c3ed4a211b974bc602b893a427533566d7-1 - GNUnet mySQL backend
gnunet-namestore-fcfsd - 0.10.2-git-20180205-b673e9c3ed4a211b974bc602b893a427533566d7-1 - GNUnet first-come-first-serve registration server
gnunet-peerstore - 0.10.2-git-20180205-b673e9c3ed4a211b974bc602b893a427533566d7-1 - GNUnet peerstore local persistency component
gnunet-peerstore-flat - 0.10.2-git-20180205-b673e9c3ed4a211b974bc602b893a427533566d7-1 - GNUnet flat storage peerstore plugin
gnunet-peerstore-sqlite - 0.10.2-git-20180205-b673e9c3ed4a211b974bc602b893a427533566d7-1 - GNUnet libsqlite3 peerstore plugin
gnunet-pgsql - 0.10.2-git-20180205-b673e9c3ed4a211b974bc602b893a427533566d7-1 - GNUnet PostgreSQL backend
gnunet-rest - 0.10.2-git-20180205-b673e9c3ed4a211b974bc602b893a427533566d7-1 - GNUnet REST interface
gnunet-rps - 0.10.2-git-20180205-b673e9c3ed4a211b974bc602b893a427533566d7-1 - GNUnet RPS routing component
gnunet-social - 0.10.2-git-20180205-b673e9c3ed4a211b974bc602b893a427533566d7-1 - GNUnet social components
gnunet-social-mysql - 0.10.2-git-20180205-b673e9c3ed4a211b974bc602b893a427533566d7-1 - GNUnet mySQL social plugins
gnunet-social-pgsql - 0.10.2-git-20180205-b673e9c3ed4a211b974bc602b893a427533566d7-1 - GNUnet PostgreSQL social plugin
gnunet-social-sqlite - 0.10.2-git-20180205-b673e9c3ed4a211b974bc602b893a427533566d7-1 - GNUnet libsqlite3 social plugins
gnunet-sqlite - 0.10.2-git-20180205-b673e9c3ed4a211b974bc602b893a427533566d7-1 - GNUnet libsqlite3 backend
gnunet-transport-bluetooth - 0.10.2-git-20180205-b673e9c3ed4a211b974bc602b893a427533566d7-1 - GNUnet bluetooth transport
gnunet-transport-http_client - 0.10.2-git-20180205-b673e9c3ed4a211b974bc602b893a427533566d7-1 - GNUnet HTTP/HTTPS client transport
gnunet-transport-http_server - 0.10.2-git-20180205-b673e9c3ed4a211b974bc602b893a427533566d7-1 - GNUnet HTTP/HTTPS server transport
gnunet-transport-wlan - 0.10.2-git-20180205-b673e9c3ed4a211b974bc602b893a427533566d7-1 - GNUnet WLAN transport
gnunet-utils - 0.10.2-git-20180205-b673e9c3ed4a211b974bc602b893a427533566d7-1 - GNUnet administration utililties
gnunet-vpn - 0.10.2-git-20180205-b673e9c3ed4a211b974bc602b893a427533566d7-1 - GNUnet vpn components
gnupg - 1.4.21-1 - GnuPG is GNU's tool for secure communication and data storage. It can be used to encrypt data and to create digital signatures. It includes an advanced key management facility and is compliant with the proposed OpenPGP Internet standard as described in RFC2440. . GnuPG does not use any patented algorithms so it cannot be compatible with PGP2 because it uses IDEA (which is patented worldwide).
gnupg-utils - 1.4.21-1 - Key management utilies for GnuPG. This package is needed to import keys from a keyserver.
gnurl - 7.57.0-2 - A client-side HTTP/HTTPS transfer utility
gnutls-utils - 3.5.16-1 - GnuTLS is a secure communications library implementing the SSL, TLS and DTLS protocols and technologies around them. It provides a simple C language application programming interface (API) to access the secure communications protocols as well as APIs to parse and write X.509, PKCS12, OpenPGP and other required structures. It is aimed to be portable and efficient with focus on security and interoperability. This package contains the GnuTLS gnutls-cli, gnutls-serv, psktool, and srptool utilities.
golang - 1.10.3-2 - The Go programming language is an open source project to make programmers more productive.  Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language.  This package provides an assembler, compiler, linker, and compiled libraries for the Go programming language.
golang-doc - 1.10.3-2 - The Go programming language is an open source project to make programmers more productive.  Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language.  This package provides the documentation for the Go programming language.
golang-src - 1.10.3-2 - The Go programming language is an open source project to make programmers more productive.  Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language.  This package provides the Go programming language source files needed for cross-compilation.
gpgv - 1.4.21-1 - GPGv is a stripped down version of GnuPG that only checks signatures. . GnuPG does not use any patented algorithms so it cannot be compatible with PGP2 because it uses IDEA (which is patented worldwide).
gphoto2 - 2.5.17-1 - For downloading and controlling digital cameras
gpioctl-sysfs - 0.0.6-1 - Tool for controlling gpio pins using the sysfs api provided by the kernel.
gpiod-tools - 1.0.1-1 - Tools for interacting with the linux GPIO character device (gpiod stands for GPIO device).
gpsd - 3.17-1 - gpsd is a userland daemon acting as a translator between GPS and AIS receivers and their clients. gpsd listens on port 2947 for clients requesting position/time/velocity information.  The receivers are expected to generate position information in a well-known format -- as NMEA-0183 sentences, SiRF binary, Rockwell binary, Garmin binary format, or other vendor binary protocols.  gpsd takes this information from the GPS and translates it into something uniform and easier to understand for clients. This package contains the GPS daemon.
gpsd-clients - 3.17-1 - gpsd is a userland daemon acting as a translator between GPS and AIS receivers and their clients. gpsd listens on port 2947 for clients requesting position/time/velocity information.  The receivers are expected to generate position information in a well-known format -- as NMEA-0183 sentences, SiRF binary, Rockwell binary, Garmin binary format, or other vendor binary protocols.  gpsd takes this information from the GPS and translates it into something uniform and easier to understand for clients. This package contains auxiliary tools and example clients for monitoring and testing the GPS daemon.
gre - 1-8 - Generic Routing Encapsulation config support (IPv4 and IPv6) in /etc/config/network.
grep - 2.26-1 - The grep command searches one or more input files for lines containing a match to a specified pattern. By default, grep prints the matching lines.
greyfix - 0.4.0-1 - Greyfix is the greylisting policy daemon for Postfix written by Kim Minh Kaplan.
grilo - 0.3.4-1 - grilo
gsm-utils - 1.10-20140304-2 - Some simple command line programs to access GSM mobile phones via GSM modems.
gsmlib - 1.10-20140304-2 - A library to access GSM mobile phones via GSM modems.
gst1-libav - 1.12.4-1 - GStreamer with libav bindings using internal Libav
gst1-mod-adpcmdec - 1.12.4-1 - GStreamer open source multimedia framework . This package contains the GStreamer adpcm decoding support plugin.
gst1-mod-adpcmenc - 1.12.4-1 - GStreamer open source multimedia framework . This package contains the GStreamer adpcm encoding support plugin.
gst1-mod-aiff - 1.12.4-1 - GStreamer open source multimedia framework . This package contains the GStreamer aiff support plugin.
gst1-mod-alaw - 1.12.4-1 - GStreamer open source multimedia framework . This package contains the GStreamer alaw codec plugin.
gst1-mod-alpha - 1.12.4-1 - GStreamer open source multimedia framework . This package contains the GStreamer alpha support plugin.
gst1-mod-alphacolor - 1.12.4-1 - GStreamer open source multimedia framework . This package contains the GStreamer alphacolor support plugin.
gst1-mod-alsa - 1.12.4-1 - GStreamer open source multimedia framework . This package contains the GStreamer ALSA plugin.
gst1-mod-apetag - 1.12.4-1 - GStreamer open source multimedia framework . This package contains the GStreamer apetag support plugin.
gst1-mod-app - 1.12.4-1 - GStreamer open source multimedia framework . This package contains the GStreamer app plugin.
gst1-mod-asf - 1.12.4-1 - GStreamer open source multimedia framework . This package contains the GStreamer ASF demuxer plugin.
gst1-mod-asfmux - 1.12.4-1 - GStreamer open source multimedia framework . This package contains the GStreamer asf muxing support plugin.
gst1-mod-audioconvert - 1.12.4-1 - GStreamer open source multimedia framework . This package contains the GStreamer audio format conversion plugin.
gst1-mod-audiofx - 1.12.4-1 - GStreamer open source multimedia framework . This package contains the GStreamer audio effects plugin.
gst1-mod-audioparsers - 1.12.4-1 - GStreamer open source multimedia framework . This package contains the GStreamer audioparsers plugin.
gst1-mod-audiorate - 1.12.4-1 - GStreamer open source multimedia framework . This package contains the GStreamer audio rate adjusting plugin.
gst1-mod-audioresample - 1.12.4-1 - GStreamer open source multimedia framework . This package contains the GStreamer audio resampling plugin.
gst1-mod-audiotestsrc - 1.12.4-1 - GStreamer open source multimedia framework . This package contains the GStreamer audio test plugin.
gst1-mod-auparse - 1.12.4-1 - GStreamer open source multimedia framework . This package contains the GStreamer auparse plugin.
gst1-mod-autoconvert - 1.12.4-1 - GStreamer open source multimedia framework . This package contains the GStreamer autoconvert support plugin.
gst1-mod-autodetect - 1.12.4-1 - GStreamer open source multimedia framework . This package contains the GStreamer format auto-detection plugin.
gst1-mod-avi - 1.12.4-1 - GStreamer open source multimedia framework . This package contains the GStreamer avi support plugin.
gst1-mod-bayer - 1.12.4-1 - GStreamer open source multimedia framework . This package contains the GStreamer bayer support plugin.
gst1-mod-camerabin - 1.12.4-1 - GStreamer open source multimedia framework . This package contains the GStreamer camerabin support plugin.
gst1-mod-cutter - 1.12.4-1 - GStreamer open source multimedia framework . This package contains the GStreamer audio cutter plugin.
gst1-mod-debug - 1.12.4-1 - GStreamer open source multimedia framework . This package contains the GStreamer debugging plugin.
gst1-mod-debugutilsbad - 1.12.4-1 - GStreamer open source multimedia framework . This package contains the GStreamer debugutils support plugin.
gst1-mod-deinterlace - 1.12.4-1 - GStreamer open source multimedia framework . This package contains the GStreamer deinterlace support plugin.
gst1-mod-dtmf - 1.12.4-1 - GStreamer open source multimedia framework . This package contains the GStreamer dtmf support plugin.
gst1-mod-dvdspu - 1.12.4-1 - GStreamer open source multimedia framework . This package contains the GStreamer dvdspu support plugin.
gst1-mod-effectv - 1.12.4-1 - GStreamer open source multimedia framework . This package contains the GStreamer effectvsupport plugin.
gst1-mod-equalizer - 1.12.4-1 - GStreamer open source multimedia framework . This package contains the GStreamer audio equalizer plugin.
gst1-mod-fbdevsink - 1.12.4-1 - GStreamer open source multimedia framework . This package contains the GStreamer fbdev support plugin.
gst1-mod-festival - 1.12.4-1 - GStreamer open source multimedia framework . This package contains the GStreamer festival support plugin.
gst1-mod-flac - 1.12.4-1 - GStreamer open source multimedia framework . This package contains the GStreamer FLAC codec plugin.
gst1-mod-flv - 1.12.4-1 - GStreamer open source multimedia framework . This package contains the GStreamer flv codec plugin.
gst1-mod-flxdec - 1.12.4-1 - GStreamer open source multimedia framework . This package contains the GStreamer flx codec plugin.
gst1-mod-frei0r - 1.12.4-1 - GStreamer open source multimedia framework . This package contains the GStreamer frei0r support plugin.
gst1-mod-gio - 1.12.4-1 - GStreamer open source multimedia framework . This package contains the GStreamer GIO plugin.
gst1-mod-goom - 1.12.4-1 - GStreamer open source multimedia framework . This package contains the GStreamer goom support plugin.
gst1-mod-goom2k1 - 1.12.4-1 - GStreamer open source multimedia framework . This package contains the GStreamer goom support plugin.
gst1-mod-hls - 1.12.4-1 - GStreamer open source multimedia framework . This package contains the GStreamer HLS support plugin.
gst1-mod-icydemux - 1.12.4-1 - GStreamer open source multimedia framework . This package contains the GStreamer icy demuxer plugin.
gst1-mod-id3demux - 1.12.4-1 - GStreamer open source multimedia framework . This package contains the GStreamer ID3v1/v2 demuxer plugin.
gst1-mod-id3tag - 1.12.4-1 - GStreamer open source multimedia framework . This package contains the GStreamer id3tag support plugin.
gst1-mod-imagefreeze - 1.12.4-1 - GStreamer open source multimedia framework . This package contains the GStreamer imagefreeze support plugin.
gst1-mod-interleave - 1.12.4-1 - GStreamer open source multimedia framework . This package contains the GStreamer audio interleave plugin.
gst1-mod-isomp4 - 1.12.4-1 - GStreamer open source multimedia framework . This package contains the GStreamer isomp4 support plugin.
gst1-mod-jpeg - 1.12.4-1 - GStreamer open source multimedia framework . This package contains the GStreamer jpeg support plugin.
gst1-mod-jpegformat - 1.12.4-1 - GStreamer open source multimedia framework . This package contains the GStreamer jpegformat support plugin.
gst1-mod-lame - 1.12.4-1 - GStreamer open source multimedia framework . This package contains the GStreamer MP3 encoder (using LAME) plugin.
gst1-mod-level - 1.12.4-1 - GStreamer open source multimedia framework . This package contains the GStreamer audio level plugin.
gst1-mod-matroska - 1.12.4-1 - GStreamer open source multimedia framework . This package contains the GStreamer matroska support plugin.
gst1-mod-mpeg2dec - 1.12.4-1 - GStreamer open source multimedia framework . This package contains the GStreamer MPEG decoder plugin.
gst1-mod-mpegpsdemux - 1.12.4-1 - GStreamer open source multimedia framework . This package contains the GStreamer mpegpsdemux support plugin.
gst1-mod-mpegpsmux - 1.12.4-1 - GStreamer open source multimedia framework . This package contains the GStreamer mpegpsmux support plugin.
gst1-mod-mpg123 - 1.12.4-1 - GStreamer open source multimedia framework . This package contains the GStreamer MP3 decoder (using mpg123) plugin.
gst1-mod-mulaw - 1.12.4-1 - GStreamer open source multimedia framework . This package contains the GStreamer mulaw support plugin.
gst1-mod-multifile - 1.12.4-1 - GStreamer open source multimedia framework . This package contains the GStreamer multiple files access plugin.
gst1-mod-multipart - 1.12.4-1 - GStreamer open source multimedia framework . This package contains the GStreamer multipart stream handling plugin.
gst1-mod-mxf - 1.12.4-1 - GStreamer open source multimedia framework . This package contains the GStreamer mxf support plugin.
gst1-mod-navigationtest - 1.12.4-1 - GStreamer open source multimedia framework . This package contains the GStreamer navigationtest support plugin.
gst1-mod-ogg - 1.12.4-1 - GStreamer open source multimedia framework . This package contains the GStreamer Ogg plugin.
gst1-mod-opus - 1.12.4-1 - GStreamer open source multimedia framework . This package contains the GStreamer OPUS plugin library plugin.
gst1-mod-opusparse - 1.12.4-1 - GStreamer open source multimedia framework . This package contains the GStreamer OPUS streams library plugin.
gst1-mod-oss4 - 1.12.4-1 - GStreamer open source multimedia framework . This package contains the GStreamer OSS 4 audio support plugin.
gst1-mod-ossaudio - 1.12.4-1 - GStreamer open source multimedia framework . This package contains the GStreamer OSS audio support plugin.
gst1-mod-pcapparse - 1.12.4-1 - GStreamer open source multimedia framework . This package contains the GStreamer pcapparse support plugin.
gst1-mod-playback - 1.12.4-1 - GStreamer open source multimedia framework . This package contains the GStreamer media decoder (v2) plugin.
gst1-mod-png - 1.12.4-1 - GStreamer open source multimedia framework . This package contains the GStreamer png support plugin.
gst1-mod-pnm - 1.12.4-1 - GStreamer open source multimedia framework . This package contains the GStreamer pnm support plugin.
gst1-mod-replaygain - 1.12.4-1 - GStreamer open source multimedia framework . This package contains the GStreamer volume normalization plugin.
gst1-mod-rfbsrc - 1.12.4-1 - GStreamer open source multimedia framework . This package contains the GStreamer librfb support plugin.
gst1-mod-rtp - 1.12.4-1 - GStreamer open source multimedia framework . This package contains the GStreamer RTP plugin.
gst1-mod-rtpmanager - 1.12.4-1 - GStreamer open source multimedia framework . This package contains the GStreamer RTP manager plugin.
gst1-mod-rtsp - 1.12.4-1 - GStreamer open source multimedia framework . This package contains the GStreamer RTSP plugin.
gst1-mod-sdpelem - 1.12.4-1 - GStreamer open source multimedia framework . This package contains the GStreamer sdp support plugin.
gst1-mod-segmentclip - 1.12.4-1 - GStreamer open source multimedia framework . This package contains the GStreamer segmentclip support plugin.
gst1-mod-shapewipe - 1.12.4-1 - GStreamer open source multimedia framework . This package contains the GStreamer shapewipe support plugin.
gst1-mod-shm - 1.12.4-1 - GStreamer open source multimedia framework . This package contains the GStreamer POSIX shared memory source and sink plugin.
gst1-mod-siren - 1.12.4-1 - GStreamer open source multimedia framework . This package contains the GStreamer siren support plugin.
gst1-mod-smpte - 1.12.4-1 - GStreamer open source multimedia framework . This package contains the GStreamer smpte support plugin.
gst1-mod-soup - 1.12.4-1 - GStreamer open source multimedia framework . This package contains the GStreamer soup input plugin.
gst1-mod-spectrum - 1.12.4-1 - GStreamer open source multimedia framework . This package contains the GStreamer spectrum data output plugin.
gst1-mod-speed - 1.12.4-1 - GStreamer open source multimedia framework . This package contains the GStreamer speed support plugin.
gst1-mod-subenc - 1.12.4-1 - GStreamer open source multimedia framework . This package contains the GStreamer subenc support plugin.
gst1-mod-tcp - 1.12.4-1 - GStreamer open source multimedia framework . This package contains the GStreamer TCP plugin.
gst1-mod-theora - 1.12.4-1 - GStreamer open source multimedia framework . This package contains the GStreamer Theora plugin.
gst1-mod-typefindfunctions - 1.12.4-1 - GStreamer open source multimedia framework . This package contains the GStreamer 'typefind' functions plugin.
gst1-mod-udp - 1.12.4-1 - GStreamer open source multimedia framework . This package contains the GStreamer UDP plugin.
gst1-mod-video4linux2 - 1.12.4-1 - GStreamer open source multimedia framework . This package contains the GStreamer video4linux2 support plugin.
gst1-mod-videobox - 1.12.4-1 - GStreamer open source multimedia framework . This package contains the GStreamer videobox support plugin.
gst1-mod-videoconvert - 1.12.4-1 - GStreamer open source multimedia framework . This package contains the GStreamer video format conversion plugin.
gst1-mod-videocrop - 1.12.4-1 - GStreamer open source multimedia framework . This package contains the GStreamer videocrop support plugin.
gst1-mod-videofilter - 1.12.4-1 - GStreamer open source multimedia framework . This package contains the GStreamer videofilter support plugin.
gst1-mod-videomixer - 1.12.4-1 - GStreamer open source multimedia framework . This package contains the GStreamer videomixer support plugin.
gst1-mod-videorate - 1.12.4-1 - GStreamer open source multimedia framework . This package contains the GStreamer Adjusts video frames plugin.
gst1-mod-videoscale - 1.12.4-1 - GStreamer open source multimedia framework . This package contains the GStreamer Resizes video plugin.
gst1-mod-videotestsrc - 1.12.4-1 - GStreamer open source multimedia framework . This package contains the GStreamer video test plugin.
gst1-mod-volume - 1.12.4-1 - GStreamer open source multimedia framework . This package contains the GStreamer volume plugin.
gst1-mod-vorbis - 1.12.4-1 - GStreamer open source multimedia framework . This package contains the GStreamer Vorbis plugin.
gst1-mod-vpx - 1.12.4-1 - GStreamer open source multimedia framework . This package contains the GStreamer vpx support plugin.
gst1-mod-wavenc - 1.12.4-1 - GStreamer open source multimedia framework . This package contains the GStreamer Wav encoder plugin.
gst1-mod-wavparse - 1.12.4-1 - GStreamer open source multimedia framework . This package contains the GStreamer Wav parser plugin.
gst1-plugins-bad - 1.12.4-1 - GStreamer plugins collection (bad)
gst1-plugins-base - 1.12.4-1 - GStreamer plugins collection (base)
gst1-plugins-good - 1.12.4-1 - GStreamer open source multimedia framework . This meta package contains only dependencies to the other plugins from the good plugins collection.
gst1-plugins-ugly - 1.12.4-1 - GStreamer plugins collection (ugly)
gstreamer1 - 1.12.4-1 - GStreamer (All libraries)
gstreamer1-libs - 1.12.4-1 - GStreamer open source multimedia framework . This meta package contains only dependencies on the other GStreamer componenents.
gstreamer1-plugins-base - 1.12.4-1 - GStreamer plugins collection (base)
gstreamer1-utils - 1.12.4-1 - GStreamer open source multimedia framework . This package contains the GStreamer utilities.
gunicorn - 19.7.1-1 - WSGI HTTP Server for UNIX
gzip - 1.7-1 - gzip (GNU zip) is a compression utility designed to be a replacement for compress.
halog - 1.8.4-01 - HAProxy Log Analyzer
haproxy - 1.8.4-01 - Open source Reliable, High Performance TCP/HTTP Load Balancer. This package is built with SSL and LUA support.
haproxy-nossl - 1.8.4-01 - Open source Reliable, High Performance TCP/HTTP Load Balancer. This package is built without SSL support.
haserl - 0.9.35-1 - A CGI wrapper to embed shell scripts in HTML documents
haveged - 1.9.2-2 - Feeds the kernel entropy pool by timing CPU loops.
hd-idle - 1.05-1 - hd-idle is a utility program for spinning-down external disks after a period of idle time.
hdparm - 9.52-1 - get/set SATA/IDE device parameters
hfsfsck - 332.25-1 - Utilities to create and check HFS/HFS+ filesystems. (fsck.hfs and fsck.hfsplus for checking integrity of HFS/HFS+ volumes)
hidapi - 0.8.0-rc1-2 - HIDAPI is a multi-platform library which allows an application to interface with USB and Bluetooth HID-Class devices on Windows, Linux, FreeBSD, and Mac OS X.  HIDAPI can be either built as a shared library (.so or .dll) or can be embedded directly into a target application by adding a single source file (per platform) and a single header.
hnet-full - 2016-06-28-606d7e904603ad8792ac1a7ba825618df97b5a4e-1 - HNCP Homenet metapackage
hnet-full-l2tp - 2016-06-28-606d7e904603ad8792ac1a7ba825618df97b5a4e-1 - HNCP Homenet metapackage (w/ L2TP)
hnet-full-secure - 2016-06-28-606d7e904603ad8792ac1a7ba825618df97b5a4e-1 - HNCP Homenet metapackage (w/ SSL)
hnetd-nossl - 2016-06-28-606d7e904603ad8792ac1a7ba825618df97b5a4e-1 - This package provides a daemon which implementats distributed prefix assignment and service discovery for a home network consisting of multiple routers connected to multiple service providers. It provides a netifd protocol "hnet" for use in /etc/config/network.
hnetd-openssl - 2016-06-28-606d7e904603ad8792ac1a7ba825618df97b5a4e-1 - This package provides a daemon which implementats distributed prefix assignment and service discovery for a home network consisting of multiple routers connected to multiple service providers. It provides a netifd protocol "hnet" for use in /etc/config/network.
horst - 5.1-2 - [horst] is a scanning and analysis tool for 802.11 wireless networks and especially IBSS (ad-hoc) mode and mesh networks (OLSR).
hostapd - 2018-04-09-fa617ee6-5 - This package contains a full featured IEEE 802.1x/WPA/EAP/RADIUS Authenticator.
hostapd-common - 2018-04-09-fa617ee6-5 - hostapd/wpa_supplicant common support files
hostapd-mini - 2018-04-09-fa617ee6-5 - This package contains a minimal IEEE 802.1x/WPA Authenticator (WPA-PSK only).
hostapd-utils - 2018-04-09-fa617ee6-5 - This package contains a command line utility to control the IEEE 802.1x/WPA/EAP/RADIUS Authenticator.
hostip - 1.9.5-8 - The DNSCrypt proxy ships with a simple tool named hostip that resolves a name to IPv4 or IPv6 addresses.
htop - 2.2.0-1 - Htop is an ncursed-based process viewer similar to top, but it allows to scroll the list vertically and horizontally to see all processes and their full command lines.
htpdate - 1.1.1-2 - The HTTP Time Protocol (HTP) is used to synchronize a computer's time with web servers as reference time source. Htpdate will synchronize your computer's time by extracting timestamps from HTTP headers found in web server responses. Htpdate can be used as a daemon, to keep your computer synchronized.
httping - 2.5-1 - Give it an url, and it'll show you how long it takes to connect, send a request and retrieve the reply (only the headers). Be aware that the transmission across the network also takes time! This package is built with SSL support.
httping-nossl - 2.5-1 - Give it an url, and it'll show you how long it takes to connect, send a request and retrieve the reply (only the headers). Be aware that the transmission across the network also takes time! This package is built without SSL support.
https_dns_proxy - 2018-04-23-1 - DNS over HTTPS proxy server
hub-ctrl - 1.0-1 - Control USB power on a port by port basis on some USB hubs. This only works on USB hubs that have the hardware necessary  to allow software controlled power switching. Most hubs DO NOT include the hardware.
hwclock - 2.32-2 - hwclock is a tool for accessing the Hardware Clock
i2c-tools - 3.1.2-1 - This package contains an heterogeneous set of I2C tools for Linux. These tools were originally part of the lm-sensors package.
i2pd - 2.18.0-1 - I2P (Invisible Internet Protocol) is a universal anonymous network layer. All communications over I2P are anonymous and end-to-end encrypted, participants don't reveal their real IP addresses.
ibrcommon - 1.0.1-2 - A library with common functions for C++.
ibrdtn - 1.0.1-1 - Base library for IBR-DTN daemon and tools.
ibrdtn-tools - 1.0.1-1 - The IBR-DTN Tools include functionality for sending and receiving files (dtnsend/dtnrecv) and a tools to ping a DTN node (dtnping).
ibrdtnd - 1.0.1-1 - The implementation of the bundle protocol of the IBR (TU Braunschweig).
ibt-firmware - 2017-09-06-a61ac5cf-1 - Intel bluetooth firmware
icecast - 2.4.3-3 - Icecast is a streaming media server which currently supports Ogg Vorbis and MP3 audio streams. It can be used to create an Internet radio station or a privately running jukebox and many things in between. It is very versatile in that new formats can be added relatively easily and supports open standards for commuincation and interaction.
ices - 2.0.2-1 - ices is a command line source client for Icecast media streaming servers. It began as the successor of the old "shout" utility, and has since gained a lot of useful features.
iconv - 1.11.1-3 - Character set conversion utility
icu - 61.1-1 - International Components for Unicode
idn - 1.35-1 - GNU Libidn is a fully documented implementation of the Stringprep, Punycode and IDNA specifications. Libidn's purpose is to encode and decode internationalized domain names.  Command line tool using libidn
idn2 - 2.0.4-1 - Libidn2 is a free software implementation of IDNA2008, Punycode and TR46 in library form. It contains functionality to convert internationalized domain names to and from ASCII Compatible Encoding (ACE), following the IDNA2008 and TR46 standards.  Command line tool using libidn2
ifstat - 1.1-1 - ifstat is a tool to report network interfaces bandwidth just like vmstat/iostat do for other system counters. It can monitor local interfaces by polling the kernel counters, or remote hosts interfaces using SNMP.
iftop - 2017-03-22-949ed0f7-1 - iftop does for network usage what top(1) does for CPU usage. It listens to network traffic on a named interface and displays a  table of current bandwidth usage by pairs of hosts. Handy for  answering the question 'why is our ADSL link so slow?'.
igmpproxy - 0.2.1-1 - IGMPproxy is a simple dynamic Multicast Routing Daemon using only IGMP signalling (Internet Group Management Protocol).
iio-utils - 0.14-2 - Command line tools for IIO devices.
iiod - 0.14-2 - Daemon to access IIO devices via network.
inadyn - 2.3-1 - Inadyn is a small and simple Dynamic DNS, DDNS, client with HTTPS support
inotifywait - 3.20.1-1 - inotify-tools is a C library and a set of command-line programs for Linux providing a simple interface to inotify. These programs can be used to monitor and act upon filesystem events. A more detailed description of the programs is further down the page. The programs are written in C and have no dependencies other than a Linux kernel supporting inotify.  This package provides the inotifywait tool.
inotifywatch - 3.20.1-1 - inotify-tools is a C library and a set of command-line programs for Linux providing a simple interface to inotify. These programs can be used to monitor and act upon filesystem events. A more detailed description of the programs is further down the page. The programs are written in C and have no dependencies other than a Linux kernel supporting inotify.  This package provides the inotifywatch tool.
io - 1 - This tool can be used to access physical memory addresses from userspace. It can be useful to access hardware for which no device driver exists!
iodine - 0.7.0-3 - iodine client version
iodined - 0.7.0-3 - iodine server version
iotivity - 1.2.1-1 - IoTivity is a framework for the Internet of Things based on the Open Interconnect Consortium Specification.
iotivity-cpp - 1.2.1-1 - IoTivity is a framework for the Internet of Things based on the Open Interconnect Consortium Specification.
iotivity-example-garage - 1.2.1-1 - An IoTivity example application
iotivity-example-simple - 1.2.1-1 - The IoTivity simple client and simple server exmaple
iotivity-oic-middle - 1.2.1-1 - IoTivity OIC Middle
iotivity-resource-container-hue - 1.2.1-1 - IoTivity Resource Container Hue Bundle
iotivity-resource-container-lib - 1.2.1-1 - IoTivity Resource Container library
iotivity-resource-container-sample - 1.2.1-1 - IoTivity Resource Container sample Application
iotivity-resource-directory-lib - 1.2.1-1 - IoTivity Resource Directory library
ip-bridge - 4.16.0-3 - Bridge configuration utility from iproute2
ip-full - 4.16.0-3 - Routing control utility (Full)
ip-full - 4.16.0-4
ip-tiny - 4.16.0-4 - Routing control utility (Minimal)
ip6tables - 1.6.2-1 - IPv6 firewall administration tool
ip6tables-extra - 1.6.2-1 - IPv6 header matching modules
ip6tables-mod-nat - 1.6.2-1 - iptables extensions for IPv6-NAT targets.
iperf - 2.0.10-1 - Iperf is a modern alternative for measuring TCP and UDP bandwidth performance, allowing the tuning of various parameters and characteristics.
iperf3 - 3.5-1 - Iperf is a modern alternative for measuring TCP and UDP bandwidth performance, allowing the tuning of various parameters and characteristics.
iperf3-ssl - 3.5-1 - Internet Protocol bandwidth measuring tool with iperf_auth support
ipip - 1-2 - IP in IP Tunnel config support in /etc/config/network.
ipmitool - 1.8.18-1 - Command-line interface to IPMI-enabled devices
ipsec-tools - 0.8.2-7 - IPsec management tools
ipset - 6.34-1 - IPset administration utility
ipset-dns - 2017-10-08-ade2cf88-1 - The ipset-dns daemon is a lightweight DNS forwarding server that adds all resolved IPs to a given netfilter ipset. It is designed to be used in conjunction with dnsmasq's upstream server directive.  Practical use cases include routing over a given gateway traffic for particular web services or webpages that do not have a priori predictable IP addresses and instead rely on dizzying arrays of DNS resolutions.
iptables - 1.6.2-1 - IP firewall administration tool.  Matches: - icmp - tcp - udp - comment - conntrack - limit - mac - mark - multiport - set - state - time  Targets: - ACCEPT - CT - DNAT - DROP - REJECT - LOG - MARK - MASQUERADE - REDIRECT - SET - SNAT - TCPMSS  Tables: - filter - mangle - nat - raw
iptables-mod-account - 2.14-4 - ACCOUNT iptables extension
iptables-mod-chaos - 2.14-4 - CHAOS iptables extension
iptables-mod-checksum - 1.6.2-1 - iptables extension for the CHECKSUM calculation target
iptables-mod-cluster - 1.6.2-1 - iptables extensions for matching cluster.  Netfilter (IPv4/IPv6) module for matching cluster This option allows you to build work-load-sharing clusters of network servers/stateful firewalls without having a dedicated load-balancing router/server/switch. Basically, this match returns true when the packet must be handled by this cluster node. Thus, all nodes see all packets and this match decides which node handles what packets. The work-load sharing algorithm is based on source address hashing.  This module is usable for ipv4 and ipv6.  If you select it, it enables kmod-ipt-cluster.  see `iptables -m cluster --help` for more information.
iptables-mod-clusterip - 1.6.2-1 - iptables extensions for CLUSTERIP. The CLUSTERIP target allows you to build load-balancing clusters of network servers without having a dedicated load-balancing router/server/switch.  If you select it, it enables kmod-ipt-clusterip.  see `iptables -j CLUSTERIP --help` for more information.
iptables-mod-condition - 2.14-4 - Condition iptables extension
iptables-mod-conntrack-extra - 1.6.2-1 - Extra iptables extensions for connection tracking.  Matches: - connbytes - connlimit - connmark - recent - helper  Targets: - CONNMARK
iptables-mod-delude - 2.14-4 - DELUDE iptables extension
iptables-mod-dhcpmac - 2.14-4 - DHCPMAC iptables extension
iptables-mod-dnetmap - 2.14-4 - DNETMAP iptables extension
iptables-mod-extra - 1.6.2-1 - Other extra iptables extensions.  Matches: - addrtype - condition - owner - pkttype - quota
iptables-mod-filter - 1.6.2-1 - iptables extensions for packet content inspection. Includes support for:  Matches: - string
iptables-mod-fuzzy - 2.14-4 - fuzzy iptables extension
iptables-mod-geoip - 2.14-4 - geoip iptables extension
iptables-mod-hashlimit - 1.6.2-1 - iptables extensions for hashlimit matching  Matches: - hashlimit
iptables-mod-iface - 2.14-4 - iface iptables extension
iptables-mod-ipmark - 2.14-4 - IPMARK iptables extension
iptables-mod-ipopt - 1.6.2-1 - iptables extensions for matching/changing IP packet options.  Matches: - dscp - ecn - length - statistic - tcpmss - unclean - hl  Targets: - DSCP - CLASSIFY - ECN - HL
iptables-mod-ipp2p - 2.14-4 - IPP2P iptables extension
iptables-mod-iprange - 1.6.2-1 - iptables extensions for matching ip ranges.  Matches: - iprange
iptables-mod-ipsec - 1.6.2-1 - iptables extensions for matching ipsec traffic.  Matches: - ah - esp - policy
iptables-mod-ipv4options - 2.14-4 - ipv4options iptables extension
iptables-mod-led - 1.6.2-1 - iptables extension for triggering a LED.  Targets: - LED
iptables-mod-length2 - 2.14-4 - length2 iptables extension
iptables-mod-logmark - 2.14-4 - LOGMARK iptables extension
iptables-mod-lscan - 2.14-4 - lscan iptables extension
iptables-mod-lua - 2.14-4 - Lua PacketScript iptables extension
iptables-mod-nat-extra - 1.6.2-1 - iptables extensions for extra NAT targets.  Targets: - MIRROR - NETMAP
iptables-mod-nflog - 1.6.2-1 - iptables extension for user-space logging via NFNETLINK.  Includes: - libxt_NFLOG
iptables-mod-nfqueue - 1.6.2-1 - iptables extension for user-space queuing via NFNETLINK.  Includes: - libxt_NFQUEUE
iptables-mod-physdev - 1.6.2-1 - The iptables physdev match.
iptables-mod-psd - 2.14-4 - psd iptables extension
iptables-mod-quota2 - 2.14-4 - quota2 iptables extension
iptables-mod-rpfilter - 1.6.2-1 - iptables extensions for reverse path filter test on a packet  Matches: - rpfilter
iptables-mod-sysrq - 2.14-4 - SYSRQ iptables extension
iptables-mod-tarpit - 2.14-4 - TARPIT iptables extension
iptables-mod-tee - 1.6.2-1 - TEE iptables extensions.  Targets: - TEE
iptables-mod-tproxy - 1.6.2-1 - Transparent proxy iptables extensions.  Matches: - socket  Targets: - TPROXY
iptables-mod-trace - 1.6.2-1 - iptables extension for TRACE target  Includes: - libxt_TRACE
iptables-mod-u32 - 1.6.2-1 - U32 iptables extensions.  Matches: - u32
iptables-mod-ulog - 1.6.2-1 - iptables extensions for user-space packet logging.  Targets: - ULOG
iptaccount - 2.14-4 - iptables-mod-account control utility
iptgeoip - 2.14-4 - iptables-mod-geoip support scripts for MaxMind GeoIP databases
iptraf-ng - 1.1.4-1 - iptraf-ng is a console-based network statistics utility for Linux. It gathers a variety of figures such as TCP connection packet and byte counts, interface statistics and activity indicators, TCP/UDP traffic breakdowns, and LAN station packet and byte counts.
iputils-arping - 20101006-1 - Program arping from iputils. Sends ARP REQUEST to a neighbour host.
iputils-clockdiff - 20101006-1 - Program clockdiff from iputils. Measures clock difference between hosts.
iputils-ping - 20101006-1 - Program ping from iputils. Sends ICMP ECHO_REQUEST to network hosts (IPv4).
iputils-ping6 - 20101006-1 - Program ping6 from iputils. Sends ICMP ECHO_REQUEST to network hosts (IPv6).
iputils-tftpd - 20101006-1 - Program tftpd from iputils Trivial File Transfer Protocol server.
iputils-tracepath - 20101006-1 - Program tracepath from iputils. Traces path to a network host discovering MTU along this path (IPv4).
iputils-tracepath6 - 20101006-1 - Program tracepath6 from iputils. Traces path to a network host discovering MTU along this path (IPv6).
iputils-traceroute6 - 20101006-1 - Program traceroute6 from iputils. Traces path to a network host (IPv6).
irqbalance - 1.2.0-2 - The purpose of irqbalance is to distribute hardware interrupts across processors/cores on a multiprocessor/multicore system in order to increase performance.
irssi - 1.1.1-1 - Irssi is a terminal based IRC client for UNIX systems.
isc-dhcp-client-ipv4 - 4.4.1-1 - provides a means for configuring one or more network interfaces using the Dynamic Host Configuration Protocol, BOOTP protocol, or if these protocols fail, by statically assigning an address. This package is compiled with IPv4 support only.
isc-dhcp-client-ipv6 - 4.4.1-1 - provides a means for configuring one or more network interfaces using the Dynamic Host Configuration Protocol, BOOTP protocol, or if these protocols fail, by statically assigning an address. This package is compiled with IPv4 and IPv6 support.
isc-dhcp-omshell-ipv4 - 4.4.1-1 - provides an interactive way to connect to, query, and possibly change, the ISC DHCP Server's state via OMAPI, the Object Management API. This package is compiled with IPv4 support only.
isc-dhcp-omshell-ipv6 - 4.4.1-1 - provides an interactive way to connect to, query, and possibly change, the ISC DHCP Server's state via OMAPI, the Object Management API. This package is compiled with IPv4 and IPv6 support.
isc-dhcp-relay-ipv4 - 4.4.1-1 - provides a means for relaying DHCP and BOOTP requests from a subnet to which no DHCP server is directly connected to one or more DHCP servers on other subnets. This package is compiled with IPv4 and IPv6 support. This package is compiled with IPv4 support only.
isc-dhcp-relay-ipv6 - 4.4.1-1 - provides a means for relaying DHCP and BOOTP requests from a subnet to which no DHCP server is directly connected to one or more DHCP servers on other subnets. This package is compiled with IPv4 and IPv6 support.
isc-dhcp-server-ipv4 - 4.4.1-1 - implements the Dynamic Host Configuration Protocol (DHCP) and the Internet Bootstrap Protocol (BOOTP). This package is compiled with IPv4 support only.
isc-dhcp-server-ipv6 - 4.4.1-1 - implements the Dynamic Host Configuration Protocol (DHCP) and the Internet Bootstrap Protocol (BOOTP). This package is compiled with IPv4 and IPv6 support.
iw - 4.14-1 - cfg80211 interface configuration utility
iwcap - 1 - The iwcap utility receives radiotap packet data from wifi monitor interfaces and outputs it to pcap format. It gathers recived packets in a fixed ring buffer to dump them on demand which is useful for background monitoring. Alternatively the utility can stream the data to stdout to act as remote capture drone for Wireshark or similar programs.
iwinfo - 2018-07-24-94b1366d-2 - Command line frontend for the wireless information library.
iwl3945-firmware - 2017-09-06-a61ac5cf-1 - Intel IWL3945 firmware
iwl4965-firmware - 2017-09-06-a61ac5cf-1 - Intel IWL4965 firmware
iwlwifi-firmware-iwl100 - 2017-09-06-a61ac5cf-1 - Intel Centrino Wireless-N 100 firmware
iwlwifi-firmware-iwl1000 - 2017-09-06-a61ac5cf-1 - Intel Centrino Wireless-N 1000 firmware
iwlwifi-firmware-iwl105 - 2017-09-06-a61ac5cf-1 - Intel Centrino Wireless-N 105 firmware
iwlwifi-firmware-iwl135 - 2017-09-06-a61ac5cf-1 - Intel Centrino Wireless-N 135 firmware
iwlwifi-firmware-iwl2000 - 2017-09-06-a61ac5cf-1 - Intel Centrino Wireless-N 2200 firmware
iwlwifi-firmware-iwl2030 - 2017-09-06-a61ac5cf-1 - Intel Centrino Wireless-N 2230 firmware
iwlwifi-firmware-iwl3160 - 2017-09-06-a61ac5cf-1 - Intel Wireless 3160 firmware
iwlwifi-firmware-iwl3168 - 2017-09-06-a61ac5cf-1 - Intel Wireless 3168 firmware
iwlwifi-firmware-iwl5000 - 2017-09-06-a61ac5cf-1 - Intel Wireless 5100AGN 5300AGN and 5350AGN firmware
iwlwifi-firmware-iwl5150 - 2017-09-06-a61ac5cf-1 - Intel Wireless Wi-Fi 5150AGN firmware
iwlwifi-firmware-iwl6000g2 - 2017-09-06-a61ac5cf-1 - Intel Centrino 6300 and 6200 firmware
iwlwifi-firmware-iwl6000g2a - 2017-09-06-a61ac5cf-1 - Intel Centrino 6205 firmware
iwlwifi-firmware-iwl6000g2b - 2017-09-06-a61ac5cf-1 - Intel Centrino 6230 1030 130 and 6235 firmware
iwlwifi-firmware-iwl6050 - 2017-09-06-a61ac5cf-1 - Intel Centrino 6150 and 6250 firmware
iwlwifi-firmware-iwl7260 - 2017-09-06-a61ac5cf-1 - Intel Wireless 7260 firmware
iwlwifi-firmware-iwl7265 - 2017-09-06-a61ac5cf-1 - Intel Wireless 7265 firmware
iwlwifi-firmware-iwl7265d - 2017-09-06-a61ac5cf-1 - Intel Wireless 7265D and 3165 firmware
iwlwifi-firmware-iwl8260c - 2017-09-06-a61ac5cf-1 - Intel Wireless 8260 and 4165 firmware
iwlwifi-firmware-iwl8265 - 2017-09-06-a61ac5cf-1 - Intel Wireless 8265 firmware
jamvm - 2.0.0-1 - JamVM is a new Java Virtual Machine which conforms to the JVM specification version (blue book). In comparison to most other VM's (free and commercial) it is extremely small.However, unlike other small VMs (e.g. KVM) it is designed to support the full specification, and includes support for object finalisation, Soft/Weak/Phantom References, the Java Native Interface (JNI) and the Reflection API.
jansson - 2.10-1 - Jansson is a C library for encoding, decoding and manipulating JSON data
jdcal - 1.3-1 - Julian dates from proleptic Gregorian and Julian calendars.
joe - 4.4-1 - Joe is world-famous Wordstar like text editor, that also features Emacs and Pico emulation
jool-tools - 2018.01.17-2 - Jool is an Open Source SIIT and NAT64 for Linux.  This package provides the userspace control programs for Jool.
jpeg-tools - 9a-1 - The Independent JPEG Group's JPEG manipulation tools
jq - 1.5-2 - Lightweight and flexible command-line JSON processor.
jshn - 2018-07-25-c83a84af-1
jshn - 2018-04-12-6eff829d-1 - Library for parsing and generating JSON from shell scripts
json4lua - 0.9.53-1 - JSON and JSONRPC for Lua
jsonfilter - 2018-02-04-c7e938d6-1 - OpenWrt JSON filter utility
kadnode - 2.2.0-2 - A P2P DNS system based on the BitTorrent network. It can be used as a decentralized DynDNS service.
kamailio5 - 5.1.3-1 - Mature and flexible open source SIP server, v5.1.3
kamailio5-lib-libkamailio-ims - 5.1.3-1 - Kamailio5 IMS library
kamailio5-lib-libtrie - 5.1.3-1 - Kamailio5 digital tree library
kamailio5-mod-acc - 5.1.3-1 - Accounting for Kamailio5
kamailio5-mod-acc-diameter - 5.1.3-1 - Accounting for DIAMETER backend for Kamailio5
kamailio5-mod-alias-db - 5.1.3-1 - Database-backend aliases for Kamailio5
kamailio5-mod-app-jsdt - 5.1.3-1 - Execute JavaScript scripts for Kamailio5
kamailio5-mod-app-lua - 5.1.3-1 - Execute embedded Lua scripts for Kamailio5
kamailio5-mod-app-python - 5.1.3-1 - Execute Python scripts for Kamailio5
kamailio5-mod-app-sqlang - 5.1.3-1 - Execute Squirrel language scripts for Kamailio5
kamailio5-mod-async - 5.1.3-1 - Asynchronous SIP handling functions for Kamailio5
kamailio5-mod-auth - 5.1.3-1 - Authentication Framework for Kamailio5
kamailio5-mod-auth-db - 5.1.3-1 - Database-backend authentication for Kamailio5
kamailio5-mod-auth-diameter - 5.1.3-1 - Diameter authentication for Kamailio5
kamailio5-mod-auth-ephemeral - 5.1.3-1 - Ephemeral credentials for Kamailio5
kamailio5-mod-auth-identity - 5.1.3-1 - Identity authentication for Kamailio5
kamailio5-mod-auth-xkeys - 5.1.3-1 - Shared-key authentication for Kamailio5
kamailio5-mod-avp - 5.1.3-1 - Functions for handling AVPs for Kamailio5
kamailio5-mod-avpops - 5.1.3-1 - AVP operation for Kamailio5
kamailio5-mod-benchmark - 5.1.3-1 - Config benchmark for Kamailio5
kamailio5-mod-blst - 5.1.3-1 - Blacklisting API for config for Kamailio5
kamailio5-mod-call-control - 5.1.3-1 - Call Control for Kamailio5
kamailio5-mod-call-obj - 5.1.3-1 - Call identification support for Kamailio5
kamailio5-mod-carrierroute - 5.1.3-1 - Carrier Route for Kamailio5
kamailio5-mod-cdp - 5.1.3-1 - C Diameter Peer for Kamailio5
kamailio5-mod-cdp-avp - 5.1.3-1 - CDP AVP helper module for Kamailio5
kamailio5-mod-cfg-db - 5.1.3-1 - Load parameters from database for Kamailio5
kamailio5-mod-cfg-rpc - 5.1.3-1 - Update parameters via RPC for Kamailio5
kamailio5-mod-cfgt - 5.1.3-1 - Unit test reporting for Kamailio5
kamailio5-mod-cfgutils - 5.1.3-1 - Config utilities for Kamailio5
kamailio5-mod-cnxcc - 5.1.3-1 - Limit call duration for Kamailio5
kamailio5-mod-corex - 5.1.3-1 - Legacy functions for Kamailio5
kamailio5-mod-counters - 5.1.3-1 - Functions for counter manipulation for Kamailio5
kamailio5-mod-cplc - 5.1.3-1 - Call Processing Language interpreter for Kamailio5
kamailio5-mod-crypto - 5.1.3-1 - Various cryptography tools for Kamailio5
kamailio5-mod-ctl - 5.1.3-1 - BINRPC transport interface for Kamailio5
kamailio5-mod-db-berkeley - 5.1.3-1 - Berkeley DB backend for Kamailio5
kamailio5-mod-db-cluster - 5.1.3-1 - Database clustering system for Kamailio5
kamailio5-mod-db-flatstore - 5.1.3-1 - fast write-only text DB-backend for Kamailio5
kamailio5-mod-db-mysql - 5.1.3-1 - MySQL DB-backend for Kamailio5
kamailio5-mod-db-postgres - 5.1.3-1 - PostgreSQL DB-backend for Kamailio5
kamailio5-mod-db-sqlite - 5.1.3-1 - SQLite DB-backend for Kamailio5
kamailio5-mod-db-text - 5.1.3-1 - Text DB-backend for Kamailio5
kamailio5-mod-db-unixodbc - 5.1.3-1 - UnixODBC DB-backend for Kamailio5
kamailio5-mod-db2-ldap - 5.1.3-1 - DBv2 LDAP module for Kamailio5
kamailio5-mod-db2-ops - 5.1.3-1 - Run SQL queries from script for Kamailio5
kamailio5-mod-debugger - 5.1.3-1 - Interactive config file debugger for Kamailio5
kamailio5-mod-dialog - 5.1.3-1 - Dialog support for Kamailio5
kamailio5-mod-dialplan - 5.1.3-1 - Dialplan management for Kamailio5
kamailio5-mod-dispatcher - 5.1.3-1 - Dispatcher for Kamailio5
kamailio5-mod-diversion - 5.1.3-1 - Diversion header insertion for Kamailio5
kamailio5-mod-dmq - 5.1.3-1 - Distributed Message Queue for Kamailio5
kamailio5-mod-dmq-usrloc - 5.1.3-1 - DMQ USRLOC replication for Kamailio5
kamailio5-mod-domain - 5.1.3-1 - Multi-domain support for Kamailio5
kamailio5-mod-domainpolicy - 5.1.3-1 - Domain policy for Kamailio5
kamailio5-mod-drouting - 5.1.3-1 - Dynamic routing module for Kamailio5
kamailio5-mod-enum - 5.1.3-1 - ENUM lookup for Kamailio5
kamailio5-mod-evapi - 5.1.3-1 - push event details via tcp for Kamailio5
kamailio5-mod-evrexec - 5.1.3-1 - Execut event routes at startup for Kamailio5
kamailio5-mod-exec - 5.1.3-1 - External exec for Kamailio5
kamailio5-mod-group - 5.1.3-1 - Database-backend user-groups for Kamailio5
kamailio5-mod-gzcompress - 5.1.3-1 - Compress SIP messages for Kamailio5
kamailio5-mod-h350 - 5.1.3-1 - H.350 for Kamailio5
kamailio5-mod-htable - 5.1.3-1 - Hash Table for Kamailio5
kamailio5-mod-http-client - 5.1.3-1 - HTTP client using CURL for Kamailio5
kamailio5-mod-imc - 5.1.3-1 - IM conferencing for Kamailio5
kamailio5-mod-ims-auth - 5.1.3-1 - IMS authentication module for Kamailio5
kamailio5-mod-ims-charging - 5.1.3-1 - IMS charging component module for Kamailio5
kamailio5-mod-ims-dialog - 5.1.3-1 - IMS dialog tracking module for Kamailio5
kamailio5-mod-ims-diameter-server - 5.1.3-1 - IMS DIAMETER server module for Kamailio5
kamailio5-mod-ims-icscf - 5.1.3-1 - IMS ICSCF component module for Kamailio5
kamailio5-mod-ims-isc - 5.1.3-1 - IMS ISC component module for Kamailio5
kamailio5-mod-ims-ocs - 5.1.3-1 - MS OCS component module for Kamailio5
kamailio5-mod-ims-qos - 5.1.3-1 - IMS Diameter Rx interface between PCSCF and PCRF functions for Kamailio5
kamailio5-mod-ims-registrar-pcscf - 5.1.3-1 - MS PCSCF registrar module for Kamailio5
kamailio5-mod-ims-registrar-scscf - 5.1.3-1 - IMS SCSCF registrar module for Kamailio5
kamailio5-mod-ims-usrloc-pcscf - 5.1.3-1 - IMS PCSCF usrloc module for Kamailio5
kamailio5-mod-ims-usrloc-scscf - 5.1.3-1 - IMS SCSCF usrloc module for Kamailio5
kamailio5-mod-ipops - 5.1.3-1 - IP and IPv6 operations for Kamailio5
kamailio5-mod-jansson - 5.1.3-1 - Access to JSON attributes for Kamailio5
kamailio5-mod-janssonrpcc - 5.1.3-1 - Alternative JSONRPC server for Kamailio5
kamailio5-mod-json - 5.1.3-1 - Access to JSON document attributes for Kamailio5
kamailio5-mod-jsonrpcs - 5.1.3-1 - JSONRPC server over HTTP for Kamailio5
kamailio5-mod-keepalive - 5.1.3-1 - SIP keepalive monitoring for Kamailio5
kamailio5-mod-kex - 5.1.3-1 - Core extensions for Kamailio5
kamailio5-mod-lcr - 5.1.3-1 - Least Cost Routing for Kamailio5
kamailio5-mod-ldap - 5.1.3-1 - LDAP connector for Kamailio5
kamailio5-mod-log-custom - 5.1.3-1 - Logging to custom backends for Kamailio5
kamailio5-mod-mangler - 5.1.3-1 - SDP mangling for Kamailio5
kamailio5-mod-matrix - 5.1.3-1 - Matrix operations for Kamailio5
kamailio5-mod-maxfwd - 5.1.3-1 - Max-Forward processor for Kamailio5
kamailio5-mod-mediaproxy - 5.1.3-1 - Automatic NAT traversal for Kamailio5
kamailio5-mod-mohqueue - 5.1.3-1 - Music on hold queuing system for Kamailio5
kamailio5-mod-mqueue - 5.1.3-1 - Generic message queue system for Kamailio5
kamailio5-mod-msilo - 5.1.3-1 - SIP message silo for Kamailio5
kamailio5-mod-msrp - 5.1.3-1 - MSRP routing engine for Kamailio5
kamailio5-mod-mtree - 5.1.3-1 - Memory caching system for Kamailio5
kamailio5-mod-nat-traversal - 5.1.3-1 - NAT traversal for Kamailio5
kamailio5-mod-nathelper - 5.1.3-1 - NAT helper for Kamailio5
kamailio5-mod-ndb-redis - 5.1.3-1 - Connect to REDIS NoSQL for Kamailio5
kamailio5-mod-nosip - 5.1.3-1 - non-sip package handling for Kamailio5
kamailio5-mod-outbound - 5.1.3-1 - SIP Outbound implementation for Kamailio5
kamailio5-mod-p-usrloc - 5.1.3-1 - Partitioned USRLOC services for Kamailio5
kamailio5-mod-path - 5.1.3-1 - SIP path insertion for Kamailio5
kamailio5-mod-pdb - 5.1.3-1 - Number portability module for Kamailio5
kamailio5-mod-pdt - 5.1.3-1 - Prefix-to-Domain translator for Kamailio5
kamailio5-mod-permissions - 5.1.3-1 - Permissions control for Kamailio5
kamailio5-mod-pike - 5.1.3-1 - Flood detector for Kamailio5
kamailio5-mod-pipelimit - 5.1.3-1 - Traffic shaping policies for Kamailio5
kamailio5-mod-prefix-route - 5.1.3-1 - Execute based on prefix for Kamailio5
kamailio5-mod-presence - 5.1.3-1 - Presence server for Kamailio5
kamailio5-mod-presence-conference - 5.1.3-1 - Conference events for Kamailio5
kamailio5-mod-presence-dialoginfo - 5.1.3-1 - Dialog Event presence for Kamailio5
kamailio5-mod-presence-mwi - 5.1.3-1 - MWI presence for Kamailio5
kamailio5-mod-presence-profile - 5.1.3-1 - User profile extensions for Kamailio5
kamailio5-mod-presence-reginfo - 5.1.3-1 - Registration info for Kamailio5
kamailio5-mod-presence-xml - 5.1.3-1 - XCAP presence for Kamailio5
kamailio5-mod-pua - 5.1.3-1 - Presence User Agent for Kamailio5
kamailio5-mod-pua-bla - 5.1.3-1 - Bridged Line Appearence PUA for Kamailio5
kamailio5-mod-pua-dialoginfo - 5.1.3-1 - Dialog Event PUA for Kamailio5
kamailio5-mod-pua-reginfo - 5.1.3-1 - PUA registration info for Kamailio5
kamailio5-mod-pua-rpc - 5.1.3-1 - RPC extensions for PUA for Kamailio5
kamailio5-mod-pua-usrloc - 5.1.3-1 - PUA User Location for Kamailio5
kamailio5-mod-pua-xmpp - 5.1.3-1 - PUA XMPP for Kamailio5
kamailio5-mod-pv - 5.1.3-1 - Pseudo-Variables for Kamailio5
kamailio5-mod-qos - 5.1.3-1 - QoS control for Kamailio5
kamailio5-mod-ratelimit - 5.1.3-1 - Traffic shapping for Kamailio5
kamailio5-mod-regex - 5.1.3-1 - Regular Expression for Kamailio5
kamailio5-mod-registrar - 5.1.3-1 - SIP Registrar for Kamailio5
kamailio5-mod-rls - 5.1.3-1 - Resource List Server for Kamailio5
kamailio5-mod-rr - 5.1.3-1 - Record-Route and Route for Kamailio5
kamailio5-mod-rtimer - 5.1.3-1 - Routing Timer for Kamailio5
kamailio5-mod-rtjson - 5.1.3-1 - SIP routing based on JSON API for Kamailio5
kamailio5-mod-rtpengine - 5.1.3-1 - RTP engine for Kamailio5
kamailio5-mod-rtpproxy - 5.1.3-1 - RTP proxy for Kamailio5
kamailio5-mod-sanity - 5.1.3-1 - SIP sanity checks for Kamailio5
kamailio5-mod-sca - 5.1.3-1 - Shared Call Appearances for Kamailio5
kamailio5-mod-sctp - 5.1.3-1 - SCTP support for Kamailio5
kamailio5-mod-sdpops - 5.1.3-1 - Managing SDP payloads for Kamailio5
kamailio5-mod-seas - 5.1.3-1 - Sip Express Application Server for Kamailio5
kamailio5-mod-sipcapture - 5.1.3-1 - SIP capture for Kamailio5
kamailio5-mod-sipdump - 5.1.3-1 - Save SIP traffic for Kamailio5
kamailio5-mod-sipt - 5.1.3-1 - SIP-T and SIP-I operations for Kamailio5
kamailio5-mod-siptrace - 5.1.3-1 - SIP trace for Kamailio5
kamailio5-mod-siputils - 5.1.3-1 - SIP utilities for Kamailio5
kamailio5-mod-sl - 5.1.3-1 - Stateless replier for Kamailio5
kamailio5-mod-sms - 5.1.3-1 - SIP-to-SMS IM gateway for Kamailio5
kamailio5-mod-smsops - 5.1.3-1 - Handle SMS packets in SIP for Kamailio5
kamailio5-mod-snmpstats - 5.1.3-1 - SNMP interface for statistics for Kamailio5
kamailio5-mod-speeddial - 5.1.3-1 - Per-user speed-dial controller for Kamailio5
kamailio5-mod-sqlops - 5.1.3-1 - SQL operations for Kamailio5
kamailio5-mod-ss7ops - 5.1.3-1 - JSON Operations for SS7 over HEP for Kamailio5
kamailio5-mod-sst - 5.1.3-1 - SIP Session Timer for Kamailio5
kamailio5-mod-statistics - 5.1.3-1 - Script statistics for Kamailio5
kamailio5-mod-statsc - 5.1.3-1 - Statistics collector for Kamailio5
kamailio5-mod-statsd - 5.1.3-1 - Connector for statsd application for Kamailio5
kamailio5-mod-stun - 5.1.3-1 - STUN server support for Kamailio5
kamailio5-mod-tcpops - 5.1.3-1 - TCP options tweaking operations for Kamailio5
kamailio5-mod-textops - 5.1.3-1 - Text operations for Kamailio5
kamailio5-mod-textopsx - 5.1.3-1 - Extra text operations for Kamailio5
kamailio5-mod-timer - 5.1.3-1 - Execute routing blocks on core timers for Kamailio5
kamailio5-mod-tls - 5.1.3-1 - TLS operations for Kamailio5
kamailio5-mod-tm - 5.1.3-1 - Transaction for Kamailio5
kamailio5-mod-tmrec - 5.1.3-1 - Match time recurrences for Kamailio5
kamailio5-mod-tmx - 5.1.3-1 - Transaction module extensions for Kamailio5
kamailio5-mod-topoh - 5.1.3-1 - Topology hiding for Kamailio5
kamailio5-mod-topos - 5.1.3-1 - Topology stripping module for Kamailio5
kamailio5-mod-topos-redis - 5.1.3-1 - Redis backend for topos module for Kamailio5
kamailio5-mod-tsilo - 5.1.3-1 - Transaction storage for Kamailio5
kamailio5-mod-uac - 5.1.3-1 - User Agent Client for Kamailio5
kamailio5-mod-uac-redirect - 5.1.3-1 - User Agent Client redirection for Kamailio5
kamailio5-mod-uid-auth-db - 5.1.3-1 - Authentication module for Kamailio5
kamailio5-mod-uid-avp-db - 5.1.3-1 - AVP database operations for Kamailio5
kamailio5-mod-uid-domain - 5.1.3-1 - Domains management for Kamailio5
kamailio5-mod-uid-gflags - 5.1.3-1 - Global attributes and flags for Kamailio5
kamailio5-mod-uid-uri-db - 5.1.3-1 - Database URI operations for Kamailio5
kamailio5-mod-uri-db - 5.1.3-1 - Database-backend SIP URI checking for Kamailio5
kamailio5-mod-userblacklist - 5.1.3-1 - User blacklists for Kamailio5
kamailio5-mod-usrloc - 5.1.3-1 - User location for Kamailio5
kamailio5-mod-utils - 5.1.3-1 - Misc utilities for Kamailio5
kamailio5-mod-uuid - 5.1.3-1 - UUID utilities for Kamailio5
kamailio5-mod-websocket - 5.1.3-1 - WebSocket transport layer for Kamailio5
kamailio5-mod-xcap-client - 5.1.3-1 - XCAP Client for Kamailio5
kamailio5-mod-xcap-server - 5.1.3-1 - XCAP server implementation for Kamailio5
kamailio5-mod-xhttp - 5.1.3-1 - Basic HTTP request handling server for Kamailio5
kamailio5-mod-xhttp-pi - 5.1.3-1 - HTTP provisioning interface for Kamailio5
kamailio5-mod-xhttp-rpc - 5.1.3-1 - RPC commands handling over HTTP for Kamailio5
kamailio5-mod-xlog - 5.1.3-1 - Advanced logger for Kamailio5
kamailio5-mod-xmlops - 5.1.3-1 - XML operations for Kamailio5
kamailio5-mod-xmlrpc - 5.1.3-1 - XML RPC module for Kamailio5
kamailio5-mod-xmpp - 5.1.3-1 - SIP-to-XMPP Gateway for Kamailio5
kamailio5-mod-xprint - 5.1.3-1 - Print messages with specifiers for Kamailio5
kamailio5-util-kambdb-recover - 5.1.3-1 - Kamailio5 Berkeley DB recovery utility
keepalived - 1.4.4-1 - Failover and monitoring daemon for Linux Virtual Server (LVS) clusters.
kernel - 4.9.120-1-f8ae26535cb6acdbb82722d22272ce32
kismet-client - 2016-07-R1-1 - An 802.11 layer2 wireless network detector, sniffer, and intrusion detection system. This package contains the kismet text interface client.
kismet-drone - 2016-07-R1-1 - An 802.11 layer2 wireless network detector, sniffer, and intrusion detection system. This package contains the kismet remote sniffing.and monitoring drone.
kismet-server - 2016-07-R1-1 - An 802.11 layer2 wireless network detector, sniffer, and intrusion detection system. This package contains the kismet server.
klish - 2.1.4-1 - The klish is a framework for implementing a CISCO-like CLI on a UNIX systems. It is configurable by XML files. The KLISH stands for Kommand Line Interface Shell. The klish is a fork of clish 0.7.3 developed by Graeme McKerrell. It defines new features but it's compatible (as much as possible) with clish's XML configuration files. klish is able to run using clish XML configuration files although current clish users may expect some changes in behavior. Konf and konfd are klish utilities that are used to store configuration informations in a way which is similar to what's found on CISCO devices. More information about these tools is to be found on the klish web site.
klish-xml-files - 2.1.4-1 - This is a set of sample XML files for klish.
kmod - 20-1 - Linux kernel module handling kmod is a set of tools to handle common tasks with Linux kernel modules like insert, remove, list, check properties, resolve dependencies and aliases.
kmod-3c59x - 4.9.120-1 - This option enables driver support for a large number of 10mbps and 10/100mbps EISA, PCI and PCMCIA 3Com Ethernet adapters: - "Vortex"    (Fast EtherLink 3c590/3c592/3c595/3c597) EISA and PCI - "Boomerang" (EtherLink XL 3c900 or 3c905)            PCI - "Cyclone"   (3c540/3c900/3c905/3c980/3c575/3c656)    PCI and Cardbus - "Tornado"   (3c905)                                  PCI - "Hurricane" (3c555/3cSOHO)                           PCI
kmod-6lowpan - 4.9.120-1 - Shared 6lowpan code for IEEE 802.15.4 and Bluetooth.
kmod-8139cp - 4.9.120-1 - Kernel module for RealTek RTL-8139C+ PCI Fast Ethernet adapters
kmod-8139too - 4.9.120-1 - Kernel modules for RealTek RTL-8139 PCI Fast Ethernet adapters
kmod-GobiNet - 4.9.120+3.0.0-1 - Sierra wireless gobinet drive
kmod-GobiSerial - 4.9.120+3.0.0-1 - Sierra wireless serial drive
kmod-ac97 - 4.9.120-1 - The ac97 controller
kmod-adm8211 - 4.9.120+2017-11-01-9 - ADMTek 8211 support
kmod-aoe - 4.9.120-1 - Kernel support for ATA over Ethernet
kmod-arptables - 4.9.120-1 - Kernel modules for ARP firewalling
kmod-at86rf230 - 4.9.120-1 - AT86RF230 transceiver driver
kmod-ata-ahci - 4.9.120-1 - Support for AHCI Serial ATA controllers
kmod-ata-artop - 4.9.120-1 - PATA support for ARTOP 6210/6260 host controllers
kmod-ata-core - 4.9.120-1 - Serial and Parallel ATA support
kmod-ata-marvell-sata - 4.9.120-1 - SATA support for marvell chipsets
kmod-ata-nvidia-sata - 4.9.120-1 - Nvidia Serial ATA support
kmod-ata-pdc202xx-old - 4.9.120-1 - This option enables support for the Promise 20246, 20262, 20263, 20265 and 20267 adapters
kmod-ata-piix - 4.9.120-1 - SATA support for Intel ICH5/6/7/8 series host controllers and PATA support for Intel ESB/ICH/PIIX3/PIIX4 series host controllers
kmod-ata-sil - 4.9.120-1 - Support for Silicon Image Serial ATA controllers
kmod-ata-sil24 - 4.9.120-1 - Support for Silicon Image 3124/3132 Serial ATA controllers
kmod-ata-via-sata - 4.9.120-1 - This option enables support for VIA Serial ATA
kmod-ath - 4.9.120+2017-11-01-9 - This module contains some common parts needed by Atheros Wireless drivers.
kmod-ath10k - 4.9.120+2017-11-01-9 - This module adds support for wireless adapters based on Atheros IEEE 802.11ac family of chipsets. For now only PCI is supported.
kmod-ath10k-ct - 4.9.120+2018-03-16-30827f7d-3 - ath10k-ct driver optimized for CT ath10k firmware
kmod-ath3k - 4.9.120-1 - Kernel support for ATH3K Module
kmod-ath5k - 4.9.120+2017-11-01-9 - This module adds support for wireless adapters based on Atheros 5xxx chipset.
kmod-ath6kl - 4.9.120+2017-11-01-9 - Atheros FullMAC wireless devices (common code for ath6kl_sdio and ath6kl_usb)
kmod-ath6kl-sdio - 4.9.120+2017-11-01-9 - This module adds support for wireless adapters based on Atheros IEEE 802.11n AR6003 and AR6004 family of chipsets.
kmod-ath6kl-usb - 4.9.120+2017-11-01-9 - This module adds support for wireless adapters based on the Atheros IEEE 802.11n AR6004 chipset.
kmod-ath9k - 4.9.120+2017-11-01-9 - This module adds support for wireless adapters based on Atheros IEEE 802.11n AR5008 and AR9001 family of chipsets.
kmod-ath9k-common - 4.9.120+2017-11-01-9 - Atheros 802.11n wireless devices (common code for ath9k and ath9k_htc)
kmod-ath9k-htc - 4.9.120+2017-11-01-9 - This module adds support for wireless adapters based on Atheros USB AR9271 and AR7010 family of chipsets.
kmod-atl1 - 4.9.120-1 - Atheros L1 Gigabit Ethernet support
kmod-atl1c - 4.9.120-1 - Atheros L1C
kmod-atl1e - 4.9.120-1 - Atheros L1E
kmod-atl2 - 4.9.120-1 - Atheros L2 Fast Ethernet support
kmod-atm - 4.9.120-1 - Kernel modules for ATM support
kmod-atmtcp - 4.9.120-1 - Kernel module for ATM over TCP support
kmod-ax25 - 4.9.120-1 - Kernel modules for AX25 support
kmod-b43 - 4.9.120+2017-11-01-9 - Kernel module for Broadcom 43xx wireless support (mac80211 stack) new
kmod-b43legacy - 4.9.120+2017-11-01-9 - Kernel module for Broadcom 43xx-legacy wireless support (mac80211 stack) new
kmod-b44 - 4.9.120-1 - Kernel modules for Broadcom 44xx Ethernet adapters.
kmod-batman-adv - 4.9.120+2018.1-2 - B.A.T.M.A.N. advanced is a kernel module which allows to build layer 2 mesh networks. This package builds version 2018.1 of the kernel module.
kmod-bcma - 4.9.120-1 - Bus driver for Broadcom specific Advanced Microcontroller Bus Architecture
kmod-block2mtd - 4.9.120-1 - Block device MTD emulation
kmod-bluetooth - 4.9.120-1 - Kernel support for Bluetooth devices
kmod-bluetooth_6lowpan - 4.9.120-1 - Kernel support for 6LoWPAN over Bluetooth Low Energy devices
kmod-bmp085 - 4.9.120-1 - This driver adds support for Bosch Sensortec's digital pressure sensors BMP085 and BMP18x.
kmod-bmp085-i2c - 4.9.120-1 - This driver adds support for Bosch Sensortec's digital pressure sensor connected via I2C.
kmod-bmp085-spi - 4.9.120-1 - This driver adds support for Bosch Sensortec's digital pressure sensor connected via SPI.
kmod-bnx2 - 4.9.120-1 - Kernel module for the BCM5706/5708/5709/5716 ethernet adapter
kmod-bonding - 4.9.120-1 - Kernel module for NIC bonding.
kmod-br-netfilter - 4.9.120-1 - Bridge netfilter support modules
kmod-brcmfmac - 4.9.120+2017-11-01-9 - Kernel module for Broadcom IEEE802.11n USB Wireless cards
kmod-brcmsmac - 4.9.120+2017-11-01-9 - Kernel module for Broadcom IEEE802.11n PCIe Wireless cards
kmod-brcmutil - 4.9.120+2017-11-01-9 - This module contains some common parts needed by Broadcom Wireless drivers brcmsmac and brcmfmac.
kmod-btmrvl - 4.9.120-1 - Kernel support for Marvell SDIO Bluetooth Module
kmod-button-hotplug - 4.9.120-3 - Kernel module to generate button uevent-s from input subsystem events. If your device uses GPIO buttons, see gpio-button-hotplug.
kmod-can - 4.9.120-1 - Kernel module for CAN bus support.
kmod-can-bcm - 4.9.120-1 - The Broadcast Manager offers content filtering, timeout monitoring, sending of RTR frames, and cyclic CAN messages without permanent user interaction.
kmod-can-c-can - 4.9.120-1 - This driver adds generic support for the C_CAN/D_CAN chips.
kmod-can-c-can-pci - 4.9.120-1 - This driver adds support for the C_CAN/D_CAN chips connected to the PCI bus.
kmod-can-c-can-platform - 4.9.120-1 - This driver adds support for the C_CAN/D_CAN chips connected to the "platform bus" (Linux abstraction for directly to the processor attached devices) which can be found on various boards from ST Microelectronics (http://www.st.com) like the SPEAr1310 and SPEAr320 evaluation boards & TI (www.ti.com) boards like am335x, dm814x, dm813x and dm811x.
kmod-can-gw - 4.9.120-1 - The CAN Gateway/Router is used to route (and modify) CAN frames.
kmod-can-raw - 4.9.120-1 - The raw CAN protocol option offers access to the CAN bus via the BSD  socket API.
kmod-can-slcan - 4.9.120-1 - CAN driver for several 'low cost' CAN interfaces that are attached via serial lines or via USB-to-serial adapters using the LAWICEL ASCII protocol.
kmod-can-usb-8dev - 4.9.120-1 - This driver supports the USB2CAN interface from 8 devices (http://www.8devices.com).
kmod-can-usb-ems - 4.9.120-1 - This driver is for the one channel CPC-USB/ARM7 CAN/USB interface from EMS Dr. Thomas Wuensche (http://www.ems-wuensche.de).
kmod-can-usb-esd - 4.9.120-1 - This driver supports the CAN-USB/2 interface from esd electronic system design gmbh (http://www.esd.eu).
kmod-can-usb-kvaser - 4.9.120-1 - This driver adds support for Kvaser CAN/USB devices like Kvaser Leaf Light.
kmod-can-usb-peak - 4.9.120-1 - This driver supports the PCAN-USB and PCAN-USB Pro adapters from PEAK-System Technik (http://www.peak-system.com).
kmod-can-vcan - 4.9.120-1 - Similar to the network loopback devices, vcan offers a virtual local CAN interface.
kmod-capi - 4.9.120-1 - Kernel module for basic CAPI (ISDN) support
kmod-carl9170 - 4.9.120+2017-11-01-9 - Driver for Atheros AR9170 USB sticks
kmod-cc2520 - 4.9.120-1 - CC2520 transceiver driver
kmod-cfg80211 - 4.9.120+2017-11-01-9 - cfg80211 is the Linux wireless LAN (802.11) configuration API.
kmod-crypto-aead - 4.9.120-1 - CryptoAPI AEAD support
kmod-crypto-authenc - 4.9.120-1 - Combined mode wrapper for IPsec
kmod-crypto-cbc - 4.9.120-1 - Cipher Block Chaining CryptoAPI module
kmod-crypto-ccm - 4.9.120-1 - Support for Counter with CBC MAC (CCM)
kmod-crypto-cmac - 4.9.120-1 - Support for Cipher-based Message Authentication Code (CMAC)
kmod-crypto-crc32 - 4.9.120-1 - CRC32 CRC module
kmod-crypto-crc32c - 4.9.120-1 - CRC32c CRC module
kmod-crypto-ctr - 4.9.120-1 - Counter Mode CryptoAPI module
kmod-crypto-cts - 4.9.120-1 - Cipher Text Stealing CryptoAPI module
kmod-crypto-deflate - 4.9.120-1 - Deflate compression CryptoAPI module
kmod-crypto-des - 4.9.120-1 - DES/3DES cipher CryptoAPI module
kmod-crypto-ecb - 4.9.120-1 - Electronic CodeBook CryptoAPI module
kmod-crypto-ecdh - 4.9.120-1 - ECDH algorithm
kmod-crypto-echainiv - 4.9.120-1 - Encrypted Chain IV Generator
kmod-crypto-fcrypt - 4.9.120-1 - FCRYPT cipher CryptoAPI module
kmod-crypto-gcm - 4.9.120-1 - GCM/GMAC CryptoAPI module
kmod-crypto-gf128 - 4.9.120-1 - GF(2^128) multiplication functions CryptoAPI module
kmod-crypto-ghash - 4.9.120-1 - GHASH digest CryptoAPI module
kmod-crypto-hash - 4.9.120-1 - CryptoAPI hash support
kmod-crypto-hmac - 4.9.120-1 - HMAC digest CryptoAPI module
kmod-crypto-hw-ccp - 4.9.120-1 - AMD Cryptographic Coprocessor
kmod-crypto-hw-geode - 4.9.120-1 - AMD Geode hardware crypto module
kmod-crypto-hw-hifn-795x - 4.9.120-1 - HIFN 795x crypto accelerator
kmod-crypto-hw-padlock - 4.9.120-1 - VIA PadLock ACE with AES/SHA hw crypto module
kmod-crypto-hw-talitos - 4.9.120-1 - Freescale integrated security engine (SEC) driver
kmod-crypto-iv - 4.9.120-1 - CryptoAPI initialization vectors
kmod-crypto-kpp - 4.9.120-1 - Key-agreement Protocol Primitives
kmod-crypto-manager - 4.9.120-1 - CryptoAPI algorithm manager
kmod-crypto-md4 - 4.9.120-1 - MD4 digest CryptoAPI module
kmod-crypto-md5 - 4.9.120-1 - MD5 digest CryptoAPI module
kmod-crypto-michael-mic - 4.9.120-1 - Michael MIC keyed digest CryptoAPI module
kmod-crypto-misc - 4.9.120-1 - Other CryptoAPI modules
kmod-crypto-null - 4.9.120-1 - Null CryptoAPI module
kmod-crypto-pcbc - 4.9.120-1 - Propagating Cipher Block Chaining CryptoAPI module
kmod-crypto-pcompress - 4.9.120-1 - CryptoAPI Partial (de)compression operations
kmod-crypto-rng - 4.9.120-1 - CryptoAPI random number generation
kmod-crypto-seqiv - 4.9.120-1 - CryptoAPI Sequence Number IV Generator
kmod-crypto-sha1 - 4.9.120-1 - SHA1 digest CryptoAPI module
kmod-crypto-sha256 - 4.9.120-1 - SHA224 SHA256 digest CryptoAPI module
kmod-crypto-sha512 - 4.9.120-1 - SHA512 digest CryptoAPI module
kmod-crypto-test - 4.9.120-1 - Test CryptoAPI module
kmod-crypto-user - 4.9.120-1 - CryptoAPI userspace interface
kmod-crypto-wq - 4.9.120-1 - CryptoAPI work queue handling
kmod-crypto-xts - 4.9.120-1 - XTS cipher CryptoAPI module
kmod-cryptodev - 4.9.120+1.9.git-2017-10-04-ar71xx-1 - This is a driver for that allows to use the Linux kernel supported hardware ciphers by user-space applications.
kmod-dahdi - 4.9.120+2.11.1-20180111-2 - This package contains DAHDI basic infrastructure.
kmod-dahdi-dummy - 4.9.120+2.11.1-20180111-2 - This package contains the dummy DAHDI driver providing only DAHDI timing without any real telephony hardware.
kmod-dahdi-echocan-oslec - 4.9.120+2.11.1-20180111-2 - This package contains DAHDI OSLEC echo canceller support.
kmod-dahdi-hfcs - 4.9.120+2.11.1-20180111-2 - This package contains DAHDI driver for HFC-S based PCI BRI adapters.
kmod-dm - 4.9.120-1 - Kernel module necessary for LVM2 support
kmod-dm9000 - 4.9.120-1 - Kernel driver for Davicom 9000 Ethernet adapters.
kmod-dma-buf - 4.9.120-1 - DMA shared buffer support
kmod-dnsresolver - 4.9.120-1 - In-kernel DNS Resolver
kmod-dummy - 4.9.120-1 - The dummy network device
kmod-e100 - 4.9.120-1 - Kernel modules for Intel(R) PRO/100+ Ethernet adapters
kmod-e1000 - 4.9.120-1 - Kernel modules for Intel(R) PRO/1000 PCI Ethernet adapters.
kmod-ebtables - 4.9.120-1 - ebtables is a general, extensible frame/packet identification framework. It provides you to do Ethernet filtering/NAT/brouting on the Ethernet bridge.
kmod-ebtables-ipv4 - 4.9.120-1 - This option adds the IPv4 support to ebtables, which allows basic IPv4 header field filtering, ARP filtering as well as SNAT, DNAT targets.
kmod-ebtables-ipv6 - 4.9.120-1 - This option adds the IPv6 support to ebtables, which allows basic IPv6 header field filtering and target support.
kmod-ebtables-watchers - 4.9.120-1 - This option adds the log watchers, that you can use in any rule in any ebtables table.
kmod-echo - 4.9.120-1 - This driver provides line echo cancelling support for mISDN and DAHDI drivers
kmod-eeprom-93cx6 - 4.9.120-1 - Kernel module for EEPROM 93CX6 support
kmod-eeprom-at24 - 4.9.120-1 - Kernel module for most I2C EEPROMs
kmod-eeprom-at25 - 4.9.120-1 - Kernel module for most SPI EEPROMs
kmod-et131x - 4.9.120-1 - This package contains the et131x kernel module
kmod-ethoc - 4.9.120-1 - Kernel module for the Opencores.org ethernet adapter
kmod-fakelb - 4.9.120-1 - Say Y here to enable the fake driver that can emulate a net of several interconnected radio devices.
kmod-fast-classifier - 4.9.120+g5e8d52b-1 - FAST Classifier talks to SFE to make decisions about offloading connections
kmod-firewire - 4.9.120-1 - Kernel support for FireWire (new stack)
kmod-firewire-net - 4.9.120-1 - Kernel support for IPv4 over FireWire
kmod-firewire-ohci - 4.9.120-1 - Kernel support for FireWire OHCI-1394 controllers
kmod-firewire-sbp2 - 4.9.120-1 - Kernel support for SBP-2 devices over FireWire
kmod-forcedeth - 4.9.120-1 - Kernel driver for Nvidia Ethernet support
kmod-fou - 4.9.120-1 - Kernel module for FOU (Foo over UDP) and GUE (Generic UDP Encapsulation) tunnelling. Requires Kernel 3.18 or newer.
kmod-fs-autofs4 - 4.9.120-1 - Kernel module for AutoFS4 support
kmod-fs-btrfs - 4.9.120-1 - Kernel module for BTRFS support
kmod-fs-cifs - 4.9.120-1 - Kernel module for CIFS support
kmod-fs-configfs - 4.9.120-1 - Kernel module for configfs support
kmod-fs-cramfs - 4.9.120-1 - Kernel module for cramfs support
kmod-fs-exfat - 4.9.120+2017-06-20-de4c760b-1 - Kernel module for ExFAT Filesytems
kmod-fs-exportfs - 4.9.120-1 - Kernel module for exportfs. Needed for some other modules.
kmod-fs-ext4 - 4.9.120-1 - Kernel module for EXT4 filesystem support
kmod-fs-f2fs - 4.9.120-1 - Kernel module for F2FS filesystem support
kmod-fs-fscache - 4.9.120-1 - General filesystem local cache manager
kmod-fs-hfs - 4.9.120-1 - Kernel module for HFS filesystem support
kmod-fs-hfsplus - 4.9.120-1 - Kernel module for HFS+ filesystem support
kmod-fs-isofs - 4.9.120-1 - Kernel module for ISO9660 filesystem support
kmod-fs-jfs - 4.9.120-1 - Kernel module for JFS support
kmod-fs-minix - 4.9.120-1 - Kernel module for Minix filesystem support
kmod-fs-msdos - 4.9.120-1 - Kernel module for MSDOS filesystem support
kmod-fs-nfs - 4.9.120-1 - Kernel module for NFS client support
kmod-fs-nfs-common - 4.9.120-1 - Common NFS filesystem modules
kmod-fs-nfs-common-rpcsec - 4.9.120-1 - Kernel modules for NFS Secure RPC
kmod-fs-nfs-v3 - 4.9.120-1 - Kernel module for NFS v3 client support
kmod-fs-nfs-v4 - 4.9.120-1 - Kernel module for NFS v4 support
kmod-fs-nfsd - 4.9.120-1 - Kernel module for NFS kernel server support
kmod-fs-ntfs - 4.9.120-1 - Kernel module for NTFS filesystem support
kmod-fs-reiserfs - 4.9.120-1 - Kernel module for ReiserFS support
kmod-fs-squashfs - 4.9.120-1 - Kernel module for SquashFS 4.0 support
kmod-fs-udf - 4.9.120-1 - Kernel module for UDF filesystem support
kmod-fs-vfat - 4.9.120-1 - Kernel module for VFAT filesystem support
kmod-fs-xfs - 4.9.120-1 - Kernel module for XFS support
kmod-fuse - 4.9.120-1 - Kernel module for userspace filesystem support
kmod-geneve - 4.9.120-1 - Kernel module for supporting Geneve in the Kernel. Requires Kernel 3.18 or newer.
kmod-gigaset - 4.9.120-1 - This driver supports the Siemens Gigaset SX205/255 family of ISDN DECT bases, including the predecessors Gigaset 3070/3075 and 4170/4175 and their T-Com versions Sinus 45isdn and Sinus 721X.
kmod-gpio-beeper - 4.9.120-1 - This enables playing beeps through an GPIO-connected buzzer
kmod-gpio-button-hotplug - 4.9.120-2 - This is a replacement for the following in-kernel drivers: 1) gpio_keys (KEYBOARD_GPIO) 2) gpio_keys_polled (KEYBOARD_GPIO_POLLED)  Instead of generating input events (like in-kernel drivers do) it generates uevent-s and broadcasts them. This allows disabling input subsystem which is an overkill for OpenWrt simple needs.
kmod-gpio-dev - 4.9.120-1 - Kernel module to allows control of GPIO pins using a character device.
kmod-gpio-mcp23s08 - 4.9.120-1 - Kernel module for Microchip MCP23xxx SPI/I2C I/O expander
kmod-gpio-nxp-74hc164 - 4.9.120-1 - Kernel module for NXP 74HC164 GPIO expander
kmod-gpio-pca953x - 4.9.120-1 - Kernel module for MAX731{0,2,3,5}, PCA6107, PCA953{4-9}, PCA955{4-7}, PCA957{4,5} and TCA64{08,16} I2C GPIO expanders
kmod-gpio-pcf857x - 4.9.120-1 - Kernel module for PCF857x, PCA{85,96}7x, and MAX732[89] I2C GPIO expanders
kmod-gre - 4.9.120-1 - Generic Routing Encapsulation support
kmod-gre6 - 4.9.120-1 - Generic Routing Encapsulation support over IPv6
kmod-hermes - 4.9.120+2017-11-01-9 - Kernel support for Hermes 802.11b chipsets
kmod-hermes-pci - 4.9.120+2017-11-01-9 - Kernel modules for Intersil Prism 2.5 PCI support
kmod-hermes-plx - 4.9.120+2017-11-01-9 - Kernel modules for Hermes in PLX9052 based PCI adaptors
kmod-hfcmulti - 4.9.120-1 - Kernel modules for Cologne AG's HFC multiport cards (HFC-4S/8S/E1) using the mISDN V2 stack
kmod-hfcpci - 4.9.120-1 - Kernel modules for Cologne AG's HFC pci cards (single port) using the mISDN V2 stack
kmod-hid - 4.9.120-1 - Kernel modules for HID devices
kmod-hid-generic - 4.9.120-1 - Generic HID device support
kmod-hwmon-adt7410 - 4.9.120-1 - Kernel module for ADT7410/7420 I2C thermal monitor chip
kmod-hwmon-adt7475 - 4.9.120-1 - Kernel module for ADT7473/7475/7476/7490 thermal monitor chip
kmod-hwmon-core - 4.9.120-1 - Kernel modules for hardware monitoring
kmod-hwmon-gpiofan - 4.9.120-1 - Kernel module for GPIO controlled FANs
kmod-hwmon-ina209 - 4.9.120-1 - Kernel module for ina209 dc power monitor chips
kmod-hwmon-ina2xx - 4.9.120-1 - Kernel module for ina2xx dc current monitor chips
kmod-hwmon-it87 - 4.9.120-1 - Kernel module for it87 thermal and voltage monitor chip
kmod-hwmon-lm63 - 4.9.120-1 - Kernel module for lm63 and lm64 thermal monitor chip
kmod-hwmon-lm75 - 4.9.120-1 - Kernel module for lm75 thermal monitor chip
kmod-hwmon-lm77 - 4.9.120-1 - Kernel module for LM77 thermal monitor chip
kmod-hwmon-lm85 - 4.9.120-1 - Kernel module for LM85 thermal monitor chip
kmod-hwmon-lm90 - 4.9.120-1 - Kernel module for LM90 thermal monitor chip
kmod-hwmon-lm92 - 4.9.120-1 - Kernel module for LM92 thermal monitor chip
kmod-hwmon-lm95241 - 4.9.120-1 - Kernel module for LM95241 thermal monitor chip
kmod-hwmon-ltc4151 - 4.9.120-1 - Kernel module for Linear Technology LTC4151 current and voltage monitor chip
kmod-hwmon-pwmfan - 4.9.120-1 - Kernel module for PWM controlled FANs
kmod-hwmon-sch5627 - 4.9.120-1 - SMSC SCH5627 Super I/O chips include complete hardware monitoring
kmod-hwmon-sht21 - 4.9.120-1 - Kernel module for Sensirion SHT21 and SHT25 temperature and humidity sensors chip
kmod-hwmon-tmp102 - 4.9.120-1 - Kernel module for Texas Instruments TMP102 temperature sensors chip
kmod-hwmon-tmp103 - 4.9.120-1 - Kernel module for Texas Instruments TMP103 temperature sensors chip
kmod-hwmon-tmp421 - 4.9.120-1 - Kernel module for the Texas Instruments TMP421 and compatible chips.
kmod-hwmon-vid - 4.9.120-1 - VID/VRM/VRD voltage conversion module for hardware monitoring
kmod-hwmon-w83793 - 4.9.120-1 - Kernel module for the Winbond W83793G and W83793R chips.
kmod-i2c-algo-bit - 4.9.120-1 - Kernel modules for I2C bit-banging interfaces
kmod-i2c-algo-pca - 4.9.120-1 - Kernel modules for I2C PCA 9564 interfaces
kmod-i2c-algo-pcf - 4.9.120-1 - Kernel modules for I2C PCF 8584 interfaces
kmod-i2c-core - 4.9.120-1 - Kernel modules for I2C support
kmod-i2c-gpio - 4.9.120-1 - Kernel modules for a very simple bitbanging I2C driver utilizing the arch-neutral GPIO API to control the SCL and SDA lines.
kmod-i2c-gpio-custom - 4.9.120-2 - Kernel module for register a custom i2c-gpio platform device.
kmod-i2c-mux - 4.9.120-1 - Kernel modules for I2C bus multiplexing support
kmod-i2c-mux-gpio - 4.9.120-1 - Kernel modules for GENERIC_GPIO I2C bus mux/switching devices
kmod-i2c-mux-pca9541 - 4.9.120-1 - Kernel modules for PCA9541 I2C bus mux/switching devices
kmod-i2c-mux-pca954x - 4.9.120-1 - Kernel modules for PCA954x I2C bus mux/switching devices
kmod-i2c-smbus - 4.9.120-1 - Support for the SMBus extensions to the I2C specification.
kmod-i2c-tiny-usb - 4.9.120-1 - Kernel module for the I2C Tiny USB adaptor developed by Till Harbaum (http://www.harbaum.org/till/i2c_tiny_usb)
kmod-ieee802154 - 4.9.120-1 - IEEE Std 802.15.4 defines a low data rate, low power and low complexity short range wireless personal area networks. It was designed to organise networks of sensors, switches, etc automation devices. Maximum allowed data rate is 250 kb/s and typical personal operating space around 10m.
kmod-ieee802154_6lowpan - 4.9.120-1 - IPv6 compression over IEEE 802.15.4
kmod-ifb - 4.9.120-1 - The Intermediate Functional Block
kmod-igb - 4.9.120-1 - Kernel modules for Intel(R) 82575/82576 PCI-Express Gigabit Ethernet adapters.
kmod-iio-ad799x - 4.9.120-1 - support for Analog Devices: ad7991, ad7995, ad7999, ad7992, ad7993, ad7994, ad7997, ad7998 i2c analog to digital converters (ADC).
kmod-iio-bmp280 - 4.9.120-1 - This driver adds support for Bosch Sensortec BMP180 and BMP280 pressure and temperature sensors. Also supports the BME280 with an additional humidity sensor channel.
kmod-iio-bmp280-i2c - 4.9.120-1 - This driver adds support for Bosch Sensortec's digital pressure and temperature sensor connected via I2C.
kmod-iio-bmp280-spi - 4.9.120-1 - This driver adds support for Bosch Sensortec's digital pressure and temperature sensor connected via SPI.
kmod-iio-core - 4.9.120-1 - The industrial I/O subsystem provides a unified framework for drivers for many different types of embedded sensors using a number of different physical interfaces (i2c, spi, etc)
kmod-ikconfig - 4.9.120-1 - Kernel configuration via /proc/config.gz
kmod-input-core - 4.9.120-1 - Kernel modules for support of input device
kmod-input-evdev - 4.9.120-1 - Kernel modules for support of input device events
kmod-input-gpio-encoder - 4.9.120-1 - GPIO rotary encoder
kmod-input-gpio-keys - 4.9.120-1 - This driver implements support for buttons connected to GPIO pins of various CPUs (and some other chips).  See also gpio-button-hotplug which is an alternative, lower overhead implementation that generates uevents instead of kernel input events.
kmod-input-gpio-keys-polled - 4.9.120-1 - Kernel module for support polled GPIO keys input device  See also gpio-button-hotplug which is an alternative, lower overhead implementation that generates uevents instead of kernel input events.
kmod-input-joydev - 4.9.120-1 - Kernel module for joystick support
kmod-input-matrixkmap - 4.9.120-1 - Input matrix devices support
kmod-input-polldev - 4.9.120-1 - Kernel module for support of polled input devices
kmod-input-uinput - 4.9.120-1 - user input modules needed for bluez
kmod-ip-vti - 4.9.120-1 - Kernel modules for IP VTI (Virtual Tunnel Interface)
kmod-ip6-tunnel - 4.9.120-1 - Kernel modules for IPv6-in-IPv6 and IPv4-in-IPv6 tunnelling
kmod-ip6-vti - 4.9.120-1 - Kernel modules for IPv6 VTI (Virtual Tunnel Interface)
kmod-ip6tables - 4.9.120-1 - Netfilter IPv6 firewalling support
kmod-ip6tables-extra - 4.9.120-1 - Netfilter IPv6 extra header matching modules
kmod-ipip - 4.9.120-1 - Kernel modules for IP-in-IP encapsulation
kmod-ipoa - 4.9.120-1 - Kernel modules for IPoA (IP over ATM) support
kmod-ipsec - 4.9.120-1 - Kernel modules for IPsec support in both IPv4 and IPv6. Includes: - af_key - xfrm_algo - xfrm_ipcomp - xfrm_user
kmod-ipsec4 - 4.9.120-1 - Kernel modules for IPsec support in IPv4. Includes: - ah4 - esp4 - ipcomp4 - xfrm4_mode_beet - xfrm4_mode_transport - xfrm4_mode_tunnel - xfrm4_tunnel
kmod-ipsec6 - 4.9.120-1 - Kernel modules for IPsec support in IPv6. Includes: - ah6 - esp6 - ipcomp6 - xfrm6_mode_beet - xfrm6_mode_transport - xfrm6_mode_tunnel - xfrm6_tunnel
kmod-ipt-account - 4.9.120+2.14-4 - ACCOUNT netfilter module
kmod-ipt-chaos - 4.9.120+2.14-4 - CHAOS netfilter module
kmod-ipt-checksum - 4.9.120-1 - Kernel modules for CHECKSUM fillin target
kmod-ipt-cluster - 4.9.120-1 - Netfilter (IPv4/IPv6) module for matching cluster This option allows you to build work-load-sharing clusters of network servers/stateful firewalls without having a dedicated load-balancing router/server/switch. Basically, this match returns true when the packet must be handled by this cluster node. Thus, all nodes see all packets and this match decides which node handles what packets. The work-load sharing algorithm is based on source address hashing.  This module is usable for ipv4 and ipv6.  To use it also enable iptables-mod-cluster  see `iptables -m cluster --help` for more information.
kmod-ipt-clusterip - 4.9.120-1 - Netfilter (IPv4-only) module for CLUSTERIP The CLUSTERIP target allows you to build load-balancing clusters of network servers without having a dedicated load-balancing router/server/switch.  To use it also enable iptables-mod-clusterip  see `iptables -j CLUSTERIP --help` for more information.
kmod-ipt-compat-xtables - 4.9.120+2.14-4 - API compatibilty layer netfilter module
kmod-ipt-condition - 4.9.120+2.14-4 - Condition netfilter module
kmod-ipt-conntrack - 4.9.120-1 - Netfilter (IPv4) kernel modules for connection tracking Includes: - conntrack - defrag - iptables_raw - NOTRACK - state
kmod-ipt-conntrack-extra - 4.9.120-1 - Netfilter (IPv4) extra kernel modules for connection tracking Includes: - connbytes - connmark/CONNMARK - conntrack - helper - recent
kmod-ipt-conntrack-label - 4.9.120-1 - Netfilter (IPv4) module for handling connection tracking labels Includes: - connlabel
kmod-ipt-coova - 4.9.120+1.3.0+20141128-6 - Netfilter kernel module for CoovaChilli Includes: - coova
kmod-ipt-core - 4.9.120-1 - Netfilter core kernel modules Includes: - comment - limit - LOG - mac - multiport - REJECT - TCPMSS
kmod-ipt-debug - 4.9.120-1 - Netfilter modules for debugging/development of the firewall Includes: - TRACE
kmod-ipt-delude - 4.9.120+2.14-4 - DELUDE netfilter module
kmod-ipt-dhcpmac - 4.9.120+2.14-4 - DHCPMAC netfilter module
kmod-ipt-dnetmap - 4.9.120+2.14-4 - DNETMAP netfilter module
kmod-ipt-extra - 4.9.120-1 - Other Netfilter (IPv4) kernel modules Includes: - addrtype - owner - pkttype - quota
kmod-ipt-filter - 4.9.120-1 - Netfilter (IPv4) kernel modules for packet content inspection Includes: - string
kmod-ipt-fuzzy - 4.9.120+2.14-4 - fuzzy netfilter module
kmod-ipt-geoip - 4.9.120+2.14-4 - geoip netfilter module
kmod-ipt-hashlimit - 4.9.120-1 - Kernel modules support for the hashlimit bucket match module
kmod-ipt-iface - 4.9.120+2.14-4 - iface netfilter module
kmod-ipt-ipmark - 4.9.120+2.14-4 - IPMARK netfilter module
kmod-ipt-ipopt - 4.9.120-1 - Netfilter (IPv4) modules for matching/changing IP packet options Includes: - CLASSIFY - dscp/DSCP - ecn/ECN - hl/HL - length - mark/MARK - statistic - tcpmss - time - ttl/TTL - unclean
kmod-ipt-ipp2p - 4.9.120+2.14-4 - IPP2P netfilter module
kmod-ipt-iprange - 4.9.120-1 - Netfilter (IPv4) module for matching ip ranges Includes: - iprange
kmod-ipt-ipsec - 4.9.120-1 - Netfilter (IPv4) modules for matching IPSec packets Includes: - ah - esp - policy
kmod-ipt-ipset - 4.9.120-1 - IPset netfilter modules
kmod-ipt-ipv4options - 4.9.120+2.14-4 - ipv4options netfilter module
kmod-ipt-led - 4.9.120-1 - Netfilter target to trigger a LED when a network packet is matched.
kmod-ipt-length2 - 4.9.120+2.14-4 - length2 netfilter module
kmod-ipt-logmark - 4.9.120+2.14-4 - LOGMARK netfilter module
kmod-ipt-lscan - 4.9.120+2.14-4 - lscan netfilter module
kmod-ipt-lua - 4.9.120+2.14-4 - Lua PacketScript netfilter module
kmod-ipt-nat - 4.9.120-1 - Netfilter (IPv4) kernel modules for basic NAT targets Includes: - MASQUERADE
kmod-ipt-nat-extra - 4.9.120-1 - Netfilter (IPv4) kernel modules for extra NAT targets Includes: - NETMAP - REDIRECT
kmod-ipt-nat6 - 4.9.120-1 - Netfilter (IPv6) kernel modules for NAT targets
kmod-ipt-nathelper-rtsp - 4.9.120+2.14-4 - RTSP Conntrack and NAT netfilter module
kmod-ipt-nflog - 4.9.120-1 - Netfilter module for user-space packet logging Includes: - NFLOG
kmod-ipt-nfqueue - 4.9.120-1 - Netfilter module for user-space packet queuing Includes: - NFQUEUE
kmod-ipt-physdev - 4.9.120-1 - The iptables physdev kernel module
kmod-ipt-psd - 4.9.120+2.14-4 - psd netfilter module
kmod-ipt-quota2 - 4.9.120+2.14-4 - quota2 netfilter module
kmod-ipt-raw - 4.9.120-1 - Netfilter IPv4 raw table support
kmod-ipt-raw6 - 4.9.120-1 - Netfilter IPv6 raw table support
kmod-ipt-rpfilter - 4.9.120-1 - Kernel modules support for the Netfilter rpfilter match
kmod-ipt-sysrq - 4.9.120+2.14-4 - SYSRQ netfilter module
kmod-ipt-tarpit - 4.9.120+2.14-4 - TARPIT netfilter module
kmod-ipt-tee - 4.9.120-1 - Kernel modules for TEE
kmod-ipt-tproxy - 4.9.120-1 - Kernel modules for Transparent Proxying
kmod-ipt-u32 - 4.9.120-1 - Kernel modules for U32
kmod-ipt-ulog - 4.9.120-1 - Netfilter (IPv4) module for user-space packet logging Includes: - ULOG
kmod-iptunnel - 4.9.120-1 - Kernel module for generic IP tunnel support
kmod-iptunnel4 - 4.9.120-1 - Kernel modules for IPv4 tunneling
kmod-iptunnel6 - 4.9.120-1 - Kernel modules for IPv6 tunneling
kmod-isdn4linux - 4.9.120-1 - This driver allows you to use an ISDN adapter for networking
kmod-it87-wdt - 4.9.120-1 - Kernel module for ITE IT87 Watchdog Timer
kmod-itco-wdt - 4.9.120-1 - Kernel module for Intel iTCO Watchdog Timer
kmod-iwl-legacy - 4.9.120+2017-11-01-9 - iwl-legacy kernel module for legacy Intel wireless support
kmod-iwl3945 - 4.9.120+2017-11-01-9 - iwl3945 kernel module for Intel 3945 support
kmod-iwl4965 - 4.9.120+2017-11-01-9 - iwl4965 kernel module for Intel 4965 support
kmod-iwlwifi - 4.9.120+2017-11-01-9 - iwlwifi kernel module for Intel Wireless WiFi Link 6250AGN Adapter Intel 6000 Series Wi-Fi Adapters (6200AGN and 6300AGN) Intel WiFi Link 1000BGN Intel Wireless WiFi 5150AGN Intel Wireless WiFi 5100AGN, 5300AGN, and 5350AGN Intel 6005 Series Wi-Fi Adapters Intel 6030 Series Wi-Fi Adapters Intel Wireless WiFi Link 6150BGN 2 Adapter Intel 100 Series Wi-Fi Adapters (100BGN and 130BGN) Intel 2000 Series Wi-Fi Adapters Intel 7260 Wi-Fi Adapter Intel 3160 Wi-Fi Adapter Intel 7265 Wi-Fi Adapter Intel 8260 Wi-Fi Adapter Intel 3165 Wi-Fi Adapter
kmod-ixgbe - 4.9.120-1 - Kernel modules for Intel(R) 82598/82599 PCI-Express 10 Gigabit Ethernet adapters.
kmod-ixgbevf - 4.9.120-1 - Kernel modules for Intel(R) 82599 Virtual Function Ethernet adapters.
kmod-jool - 4.9.120+2018.01.17-2 - Jool is an Open Source SIIT and NAT64 for Linux.  This package provides the kernel module for Jool.
kmod-l2tp - 4.9.120-1 - Kernel modules for L2TP V3 Support
kmod-l2tp-eth - 4.9.120-1 - Kernel modules for L2TP ethernet pseudowire support for L2TPv3
kmod-l2tp-ip - 4.9.120-1 - Kernel modules for L2TP IP encapsulation for L2TPv3
kmod-leds-gpio - 4.9.120-1 - Kernel module for LEDs on GPIO lines
kmod-leds-nu801 - 4.9.120-1 - Kernel module for the nu801 LED driver used on the Meraki MR18.
kmod-leds-pca963x - 4.9.120-1 - Driver for the NXP PCA963x I2C LED controllers.
kmod-leds-rb750 - 4.9.120-1 - Kernel module for the LEDs on the MikroTik RouterBOARD 750.
kmod-leds-wndr3700-usb - 4.9.120-1 - Kernel module for the USB LED on the NETGEAR WNDR3700 board.
kmod-ledtrig-default-on - 4.9.120-1 - Kernel module that allows LEDs to be initialised in the ON state
kmod-ledtrig-gpio - 4.9.120-1 - Kernel module that allows LEDs to be controlled by gpio events
kmod-ledtrig-heartbeat - 4.9.120-1 - Kernel module that allows LEDs to blink like heart beat
kmod-ledtrig-netdev - 4.9.120-1 - Kernel module to drive LEDs based on network activity
kmod-ledtrig-oneshot - 4.9.120-1 - Kernel module that allows LEDs to be triggered by sporadic events in one-shot pulses
kmod-ledtrig-timer - 4.9.120-1 - Kernel module that allows LEDs to be controlled by a programmable timer via sysfs
kmod-ledtrig-transient - 4.9.120-1 - Kernel module that allows LEDs one time activation of a transient state.
kmod-lib-cordic - 4.9.120-1 - Kernel module for Cordic function support
kmod-lib-crc-ccitt - 4.9.120-1 - Kernel module for CRC-CCITT support
kmod-lib-crc-itu-t - 4.9.120-1 - Kernel module for CRC ITU-T V.41 support
kmod-lib-crc16 - 4.9.120-1 - Kernel module for CRC16 support
kmod-lib-crc32c - 4.9.120-1 - Kernel module for CRC32 support
kmod-lib-crc7 - 4.9.120-1 - Kernel module for CRC7 support
kmod-lib-crc8 - 4.9.120-1 - Kernel module for CRC8 support
kmod-lib-lz4 - 4.9.120-1 - Kernel module for LZ4 compression/decompression support
kmod-lib-lzo - 4.9.120-1 - Kernel module for LZO compression/decompression support
kmod-lib-raid6 - 4.9.120-1 - Kernel module for RAID6 algorithms
kmod-lib-textsearch - 4.9.120-1 - Textsearch support
kmod-lib-xor - 4.9.120-1 - Kernel module for XOR blocks algorithms
kmod-lib-zlib-deflate - 4.9.120-1 - Zlib support
kmod-lib-zlib-inflate - 4.9.120-1 - Zlib support
kmod-lib80211 - 4.9.120+2017-11-01-9 - Kernel modules for 802.11 Networking stack Includes: - lib80211 - lib80211_crypt_wep - lib80211_crypt_tkip - lib80211_crytp_ccmp
kmod-libertas-sdio - 4.9.120+2017-11-01-9 - Marvell 88W8686 Wireless Driver
kmod-libertas-spi - 4.9.120+2017-11-01-9 - Marvell 88W8686 SPI Wireless Driver
kmod-libertas-usb - 4.9.120+2017-11-01-9 - Marvell 88W8015 Wireless Driver
kmod-libphy - 4.9.120-1 - PHY library
kmod-loop - 4.9.120-1 - Kernel module for loopback device support
kmod-lp - 4.9.120-1 - Parallel port line printer device support
kmod-mac80211 - 4.9.120+2017-11-01-9 - Generic IEEE 802.11 Networking Stack (mac80211)
kmod-mac80211-hwsim - 4.9.120+2017-11-01-9 - mac80211 HW simulation device
kmod-mac802154 - 4.9.120-1 - This option enables the hardware independent IEEE 802.15.4 networking stack for SoftMAC devices (the ones implementing only PHY level of IEEE 802.15.4 standard).  Note: this implementation is neither certified, nor feature complete! Compatibility with other implementations hasn't been tested yet!
kmod-macsec - 4.9.120-1 - MACsec is an encryption standard for Ethernet.
kmod-macvlan - 4.9.120-1 - A kernel module which allows one to create virtual interfaces that map packets to or from specific MAC addresses to a particular interface
kmod-md-linear - 4.9.120-1 - RAID "Linear" or "Append" driver module (linear.ko)
kmod-md-mod - 4.9.120-1 - Kernel RAID md module (md-mod.ko). You will need to select at least one RAID level module below.
kmod-md-multipath - 4.9.120-1 - Multipath driver module (multipath.ko)
kmod-md-raid0 - 4.9.120-1 - RAID Level 0 (Striping) driver module (raid0.ko)
kmod-md-raid1 - 4.9.120-1 - RAID Level 1 (Mirroring) driver (raid1.ko)
kmod-md-raid10 - 4.9.120-1 - RAID Level 10 (Mirroring+Striping) driver module (raid10.ko)
kmod-md-raid456 - 4.9.120-1 - RAID Level 4,5,6 kernel module (raid456.ko)  Includes the following modules required by raid456.ko: xor.ko async_tx.ko async_xor.ko async_memcpy.ko async_pq.ko async_raid5_recov.ko raid6_pq.ko
kmod-mdio - 4.9.120-1 - Kernel modules for MDIO (clause 45) PHY support
kmod-mii - 4.9.120-1 - MII library
kmod-misdn - 4.9.120-1 - Modular ISDN driver support
kmod-mmc - 4.9.120-1 - Kernel support for MMC/SD cards
kmod-mmc-spi - 4.9.120-1 - Kernel support for MMC/SD over SPI
kmod-mpls - 4.9.120-1 - Kernel support for MPLS
kmod-mppe - 4.9.120-1 - Kernel modules for Microsoft PPP compression/encryption
kmod-mrf24j40 - 4.9.120-1 - MRF24J40 transceiver driver
kmod-mt76 - 4.9.120+2018-07-13-67803752-1 - MediaTek MT76x2/MT7603 wireless driver (metapackage)
kmod-mt76-core - 4.9.120+2018-07-13-67803752-1 - MediaTek MT76xx wireless driver
kmod-mt7601u - 4.9.120+2017-11-01-9 - MT7601U-based USB dongles Wireless Driver
kmod-mt7603 - 4.9.120+2018-07-13-67803752-1 - MediaTek MT7603 wireless driver
kmod-mt76x2 - 4.9.120+2018-07-13-67803752-1 - MediaTek MT76x2 wireless driver
kmod-mtd-rw - 4.9.120+git-20160214-1 - A kernel module that temporarily makes all MTD partitions writeable.
kmod-mtdoops - 4.9.120-1 - Kernel modules for Log panic/oops to an MTD buffer
kmod-mtdram - 4.9.120-1 - Test MTD driver using RAM
kmod-mtdtests - 4.9.120-1 - Kernel modules for MTD subsystem/driver testing
kmod-mwifiex-pcie - 4.9.120+2017-11-01-9 - Kernel modules for Marvell 802.11n/802.11ac PCIe Wireless cards
kmod-mwifiex-sdio - 4.9.120+2017-11-01-9 - Kernel modules for Marvell 802.11n/802.11ac SDIO Wireless cards
kmod-mwl8k - 4.9.120+2017-11-01-9 - Kernel modules for Marvell TOPDOG 802.11 Wireless cards
kmod-nat46 - 4.9.120+11-1 - Stateless NAT46 translation kernel module
kmod-natsemi - 4.9.120-1 - Kernel modules for National Semiconductor DP8381x series PCI Ethernet adapters.
kmod-nbd - 4.9.120-1 - Kernel module for network block device support
kmod-ne2k-pci - 4.9.120-1 - Kernel modules for NE2000 PCI Ethernet Adapter kernel
kmod-net-prism54 - 4.9.120-1 - Kernel modules for Intersil Prism54 support
kmod-net-rtl8192su - 4.9.120-1 - Kernel modules for RealTek RTL8712 and RTL81XXSU fullmac support.
kmod-netem - 4.9.120-1 - Kernel modules for emulating the properties of wide area networks
kmod-nf-conntrack - 4.9.120-1 - Netfilter connection tracking
kmod-nf-conntrack-netlink - 4.9.120-1 - Kernel modules support for a netlink-based connection tracking userspace interface
kmod-nf-conntrack6 - 4.9.120-1 - Netfilter IPv6 connection tracking
kmod-nf-ipt - 4.9.120-1 - Iptables core
kmod-nf-ipt6 - 4.9.120-1 - Ip6tables core
kmod-nf-nat - 4.9.120-1 - Netfilter NAT
kmod-nf-nat6 - 4.9.120-1 - Netfilter IPV6-NAT
kmod-nf-nathelper - 4.9.120-1 - Default Netfilter (IPv4) Conntrack and NAT helpers Includes: - ftp
kmod-nf-nathelper-extra - 4.9.120-1 - Extra Netfilter (IPv4) Conntrack and NAT helpers Includes: - amanda - h323 - irc - mms - pptp - proto_gre - sip - snmp_basic - tftp - broadcast
kmod-nf-reject - 4.9.120-1 - Netfilter IPv4 reject support
kmod-nf-reject6 - 4.9.120-1 - Netfilter IPv6 reject support
kmod-nfnetlink - 4.9.120-1 - Kernel modules support for a netlink-based userspace interface
kmod-nfnetlink-log - 4.9.120-1 - Kernel modules support for logging packets via NFNETLINK Includes: - NFLOG
kmod-nfnetlink-queue - 4.9.120-1 - Kernel modules support for queueing packets via NFNETLINK Includes: - NFQUEUE
kmod-nft-arp - 4.9.120-1 - Netfilter nf_tables ARP table support
kmod-nft-bridge - 4.9.120-1 - Netfilter nf_tables bridge table support
kmod-nft-core - 4.9.120-1 - Kernel module support for nftables
kmod-nft-nat - 4.9.120-1 - Netfilter nf_tables NAT support
kmod-nft-nat6 - 4.9.120-1 - Netfilter nf_tables IPv6-NAT support
kmod-niu - 4.9.120-1 - This enables support for cards based upon Sun's Neptune chipset.
kmod-nlmon - 4.9.120-1 - Kernel module which adds a monitoring device for netlink.
kmod-nls-base - 4.9.120-1 - Kernel module for NLS (Native Language Support)
kmod-nls-cp1250 - 4.9.120-1 - Kernel module for NLS Codepage 1250 (Eastern Europe)
kmod-nls-cp1251 - 4.9.120-1 - Kernel module for NLS Codepage 1251 (Russian)
kmod-nls-cp437 - 4.9.120-1 - Kernel module for NLS Codepage 437 (United States, Canada)
kmod-nls-cp775 - 4.9.120-1 - Kernel module for NLS Codepage 775 (Baltic Rim)
kmod-nls-cp850 - 4.9.120-1 - Kernel module for NLS Codepage 850 (Europe)
kmod-nls-cp852 - 4.9.120-1 - Kernel module for NLS Codepage 852 (Europe)
kmod-nls-cp862 - 4.9.120-1 - Kernel module for NLS Codepage 862 (Hebrew)
kmod-nls-cp864 - 4.9.120-1 - Kernel module for NLS Codepage 864 (Arabic)
kmod-nls-cp866 - 4.9.120-1 - Kernel module for NLS Codepage 866 (Cyrillic)
kmod-nls-cp932 - 4.9.120-1 - Kernel module for NLS Codepage 932 (Japanese)
kmod-nls-cp936 - 4.9.120-1 - Kernel module for NLS Codepage 936 (Simplified Chinese)
kmod-nls-cp950 - 4.9.120-1 - Kernel module for NLS Codepage 950 (Traditional Chinese)
kmod-nls-iso8859-1 - 4.9.120-1 - Kernel module for NLS ISO 8859-1 (Latin 1)
kmod-nls-iso8859-13 - 4.9.120-1 - Kernel module for NLS ISO 8859-13 (Latin 7; Baltic)
kmod-nls-iso8859-15 - 4.9.120-1 - Kernel module for NLS ISO 8859-15 (Latin 9)
kmod-nls-iso8859-2 - 4.9.120-1 - Kernel module for NLS ISO 8859-2 (Latin 2)
kmod-nls-iso8859-6 - 4.9.120-1 - Kernel module for NLS ISO 8859-6 (Arabic)
kmod-nls-iso8859-8 - 4.9.120-1 - Kernel module for Hebrew charsets (ISO-8859-8, CP1255)
kmod-nls-koi8r - 4.9.120-1 - Kernel module for NLS KOI8-R (Russian)
kmod-nls-utf8 - 4.9.120-1 - Kernel module for NLS UTF-8
kmod-nvmem - 4.9.120-1 - Support for NVMEM(Non Volatile Memory) devices like EEPROM, EFUSES, etc.
kmod-of-mdio - 4.9.120-1 - Kernel driver for OpenFirmware MDIO support
kmod-openvswitch - 4.9.120+2.14.0-2 - Open vSwitch kernel datapath (upstream)
kmod-openvswitch-geneve - 4.9.120+2.14.0-2 - Open vSwitch Geneve tunneling support (upstream)
kmod-openvswitch-gre - 4.9.120+2.14.0-2 - Open vSwitch GRE tunneling support (upstream)
kmod-openvswitch-vxlan - 4.9.120+2.14.0-2 - Open vSwitch VXLAN tunneling support (upstream)
kmod-owl-loader - 4.9.120-1 - Kernel module that helps to initialize certain Qualcomm Atheros' PCI(e) Wifi chips, which have the init data (which contains the PCI device ID for example) stored together with the calibration data in the file system.  This is necessary for devices like the Cisco Meraki Z1.
kmod-p54-common - 4.9.120+2017-11-01-9 - Prism54 Drivers (COMMON)
kmod-p54-pci - 4.9.120+2017-11-01-9 - Prism54 Drivers (PCI)
kmod-p54-usb - 4.9.120+2017-11-01-9 - Prism54 Drivers (USB)
kmod-parport-pc - 4.9.120-1 - Parallel port interface (PC-style) support
kmod-pcnet32 - 4.9.120-1 - Kernel modules for AMD PCnet32 Ethernet adapters
kmod-phy-broadcom - 4.9.120-1 - Currently supports the BCM5411, BCM5421, BCM5461, BCM5464, BCM5481, BCM5482 and BCM57780 PHYs.
kmod-phylib-broadcom - 4.9.120-1 - Broadcom Ethernet PHY library
kmod-pktgen - 4.9.120-1 - Kernel modules for the Network Packet Generator
kmod-ppdev - 4.9.120-1 - Parallel port support
kmod-ppp - 4.9.120-1 - Kernel modules for PPP support
kmod-ppp-synctty - 4.9.120-1 - Kernel modules for PPP sync tty support
kmod-pppoa - 4.9.120-1 - Kernel modules for PPPoA (PPP over ATM) support
kmod-pppoe - 4.9.120-1 - Kernel module for PPPoE (PPP over Ethernet) support
kmod-pppol2tp - 4.9.120-1 - Kernel modules for PPPoL2TP (PPP over L2TP) support
kmod-pppox - 4.9.120-1 - Kernel helper module for PPPoE and PPTP support
kmod-pps - 4.9.120-1 - PPS (Pulse Per Second) is a special pulse provided by some GPS antennae. Userland can use it to get a high-precision time reference.
kmod-pps-gpio - 4.9.120-1 - Support for a PPS source using GPIO. To be useful you must also register a platform device specifying the GPIO pin and other options, usually in your board setup.
kmod-pps-ldisc - 4.9.120-1 - Support for a PPS source connected with the CD (Carrier Detect) pin of your serial port.
kmod-pptp - 4.9.120-1 - PPtP support
kmod-ptp - 4.9.120-1 - The IEEE 1588 standard defines a method to precisely synchronize distributed clocks over Ethernet networks.
kmod-r6040 - 4.9.120-1 - Kernel modules for RDC Fast-Ethernet adapters.
kmod-r8169 - 4.9.120-1 - Kernel modules for RealTek RTL-8169 PCI Gigabit Ethernet adapters
kmod-random-core - 4.9.120-1 - Kernel module for the HW random number generator core infrastructure
kmod-regmap - 4.9.120-1 - Generic register map support
kmod-rsi91x - 4.9.120+2017-11-01-9 - Redpine Signals Inc 91x WLAN driver support
kmod-rsi91x-sdio - 4.9.120+2017-11-01-9 - Redpine Signals SDIO bus support
kmod-rsi91x-usb - 4.9.120+2017-11-01-9 - Redpine Signals USB bus support
kmod-rt2400-pci - 4.9.120+2017-11-01-9 - Ralink Drivers for RT2x00 cards (RT2400 PCI)
kmod-rt2500-pci - 4.9.120+2017-11-01-9 - Ralink Drivers for RT2x00 cards (RT2500 PCI)
kmod-rt2500-usb - 4.9.120+2017-11-01-9 - Ralink Drivers for RT2x00 cards (RT2500 USB)
kmod-rt2800-lib - 4.9.120+2017-11-01-9 - Ralink Drivers for RT2x00 cards (rt2800 LIB)
kmod-rt2800-mmio - 4.9.120+2017-11-01-9 - Ralink Drivers for RT2x00 cards (RT28xx/RT3xxx MMIO)
kmod-rt2800-pci - 4.9.120+2017-11-01-9 - Ralink Drivers for RT2x00 cards (RT2860 PCI)
kmod-rt2800-usb - 4.9.120+2017-11-01-9 - Ralink Drivers for RT2x00 cards (RT2870 USB)
kmod-rt2x00-lib - 4.9.120+2017-11-01-9 - Ralink Drivers for RT2x00 cards (LIB)
kmod-rt2x00-mmio - 4.9.120+2017-11-01-9 - Ralink Drivers for RT2x00 cards (MMIO)
kmod-rt2x00-pci - 4.9.120+2017-11-01-9 - Ralink Drivers for RT2x00 cards (PCI)
kmod-rt2x00-usb - 4.9.120+2017-11-01-9 - Ralink Drivers for RT2x00 cards (USB)
kmod-rt61-pci - 4.9.120+2017-11-01-9 - Ralink Drivers for RT2x00 cards (RT2x61 PCI)
kmod-rt73-usb - 4.9.120+2017-11-01-9 - Ralink Drivers for RT2x00 cards (RT73 USB)
kmod-rtc-ds1307 - 4.9.120-1 - Kernel module for Dallas/Maxim DS1307/DS1337/DS1338/DS1340/DS1388/DS3231, Epson RX-8025 and various other compatible RTC chips connected via I2C.
kmod-rtc-ds1374 - 4.9.120-1 - Kernel module for Dallas/Maxim DS1374.
kmod-rtc-ds1672 - 4.9.120-1 - Kernel module for Dallas/Maxim DS1672 RTC.
kmod-rtc-isl1208 - 4.9.120-1 - Kernel module for Intersil ISL1208 RTC.
kmod-rtc-pcf2123 - 4.9.120-1 - Kernel module for Philips PCF2123 RTC chip
kmod-rtc-pcf8563 - 4.9.120-1 - Kernel module for Philips PCF8563 RTC chip. The Epson RTC8564 should work as well.
kmod-rtc-pt7c4338 - 4.9.120-1 - Kernel module for Pericom PT7C4338 i2c RTC chip
kmod-rtc-rs5c372a - 4.9.120-1 - Kernel module for Ricoh R2025S/D, RS5C372A/B, RV5C386, RV5C387A RTC on chip module
kmod-rtc-sd2068 - 4.9.120-1 - Driver for RTC SD2068
kmod-rtl8180 - 4.9.120+2017-11-01-9 - Realtek Drivers for RTL818x devices (RTL8180 PCI)
kmod-rtl8187 - 4.9.120+2017-11-01-9 - Realtek Drivers for RTL818x devices (RTL8187 USB)
kmod-rtl8192c-common - 4.9.120+2017-11-01-9 - Realtek RTL8192CE/RTL8192CU common support module
kmod-rtl8192ce - 4.9.120+2017-11-01-9 - Realtek RTL8192CE/RTL8188CE support
kmod-rtl8192cu - 4.9.120+2017-11-01-9 - Realtek RTL8192CU/RTL8188CU support
kmod-rtl8192de - 4.9.120+2017-11-01-9 - Realtek RTL8192DE/RTL8188DE support
kmod-rtl8192se - 4.9.120+2017-11-01-9 - Realtek RTL8192SE/RTL8191SE support
kmod-rtl8821ae - 4.9.120+2017-11-01-9 - Realtek RTL8821AE support
kmod-rtl8xxxu - 4.9.120+2017-11-01-9 - This is an alternative driver for various Realtek RTL8XXX parts written to utilize the Linux mac80211 stack. The driver is known to work with a number of RTL8723AU, RL8188CU, RTL8188RU, RTL8191CU, and RTL8192CU devices  This driver is under development and has a limited feature set. In particular it does not yet support 40MHz channels and power management. However it should have a smaller memory footprint than the vendor drivers and benetifs from the in kernel mac80211 stack.  It can coexist with drivers from drivers/staging/rtl8723au, drivers/staging/rtl8192u, and drivers/net/wireless/rtlwifi, but you will need to control which module you wish to load.  RTL8XXXU_UNTESTED is enabled This option enables detection of Realtek 8723/8188/8191/8192 WiFi USB devices which have not been tested directly by the driver author or reported to be working by third parties.  Please report your results!
kmod-rtlwifi - 4.9.120+2017-11-01-9 - Realtek common driver part
kmod-rtlwifi-btcoexist - 4.9.120+2017-11-01-9 - Realtek BT coexist support
kmod-rtlwifi-pci - 4.9.120+2017-11-01-9 - Realtek common driver part (PCI support)
kmod-rtlwifi-usb - 4.9.120+2017-11-01-9 - Realtek common driver part (USB support)
kmod-sched - 4.9.120-1 - Extra kernel schedulers modules for IP traffic
kmod-sched-cake - 4.9.120+2018-07-16-f39ab9a4-1 - Common Applications Kept Enhanced fq_codel/blue derived shaper
kmod-sched-connmark - 4.9.120-1 - Traffic shaper conntrack mark support
kmod-sched-core - 4.9.120-1 - Core kernel scheduler support for IP traffic
kmod-scsi-cdrom - 4.9.120-1 - Kernel support for CD / DVD drives
kmod-scsi-core - 4.9.120-1 - SCSI device support
kmod-scsi-generic - 4.9.120-1 - Kernel support for SCSI generic
kmod-scsi-tape - 4.9.120-1 - Kernel support for scsi tape drives
kmod-sctp - 4.9.120-1 - Kernel modules for SCTP protocol support
kmod-sdhci - 4.9.120-1 - Kernel support for SDHCI Hosts
kmod-serial-8250 - 4.9.120-1 - Kernel module for 8250 UART based serial ports
kmod-shortcut-fe - 4.9.120+g5e8d52b-1 - Kernel driver for SFE
kmod-siit - 4.9.120+1.2-2 - Stateless IP ICMP Translation Algorithm
kmod-sis190 - 4.9.120-1 - SiS 190 Fast/Gigabit Ethernet support
kmod-sis900 - 4.9.120-1 - Kernel modules for Sis 900 Ethernet adapters.
kmod-sit - 4.9.120-1 - Kernel modules for IPv6-in-IPv4 tunnelling
kmod-skge - 4.9.120-1 - SysKonnect Yukon support
kmod-sky2 - 4.9.120-1 - This driver supports Gigabit Ethernet adapters based on the Marvell Yukon 2 chipset: Marvell 88E8021/88E8022/88E8035/88E8036/88E8038/88E8050/88E8052/ 88E8053/88E8055/88E8061/88E8062, SysKonnect SK-9E21D/SK-9S21  There is companion driver for the older Marvell Yukon and Genesis based adapters: skge.
kmod-slhc - 4.9.120-1 - Serial Line Header Compression
kmod-slip - 4.9.120-1 - Kernel modules for SLIP support
kmod-softdog - 4.9.120-1 - Software watchdog driver
kmod-solos-pci - 4.9.120-1 - Kernel module for Traverse Technologies' Solos PCI cards and Geos ADSL2+ x86 motherboard
kmod-sound-core - 4.9.120-1 - Kernel modules for sound support
kmod-sound-dummy - 4.9.120-1 - Null sound output driver (sink)
kmod-sound-ens1371 - 4.9.120-1 - support for (Creative) Ensoniq AudioPCI 1371 chips
kmod-sound-hda-codec-analog - 4.9.120-1 - Kernel modules for HD Audio Analog Devices codec support
kmod-sound-hda-codec-ca0110 - 4.9.120-1 - Kernel modules for HD Audio Creative CA0110 codec support
kmod-sound-hda-codec-ca0132 - 4.9.120-1 - Kernel modules for HD Audio Creative CA0132 codec support
kmod-sound-hda-codec-cirrus - 4.9.120-1 - Kernel modules for HD Audio Cirrus Logic codec support
kmod-sound-hda-codec-cmedia - 4.9.120-1 - Kernel modules for HD Audio C-Media codec support
kmod-sound-hda-codec-conexant - 4.9.120-1 - Kernel modules for HD Audio Conexant codec support
kmod-sound-hda-codec-hdmi - 4.9.120-1 - Kernel modules for HD Audio HDMI codec support
kmod-sound-hda-codec-idt - 4.9.120-1 - Kernel modules for HD Audio Sigmatel IDT codec support
kmod-sound-hda-codec-realtek - 4.9.120-1 - Kernel modules for Intel HDA Realtek codec support
kmod-sound-hda-codec-si3054 - 4.9.120-1 - Kernel modules for HD Audio Silicon Labs 3054 codec support
kmod-sound-hda-codec-via - 4.9.120-1 - Kernel modules for HD Audio VIA codec support
kmod-sound-hda-core - 4.9.120-1 - Kernel modules for HD Audio sound support
kmod-sound-hda-intel - 4.9.120-1 - Kernel modules for HD Audio Intel driver support
kmod-sound-i8x0 - 4.9.120-1 - support for the integrated AC97 sound device on motherboards with Intel/SiS/nVidia/AMD chipsets, or ALi chipsets using the M5455 Audio Controller.
kmod-sound-mpu401 - 4.9.120-1 - support for MIDI ports compatible with the Roland MPU-401 interface in UART mode.
kmod-sound-seq - 4.9.120-1 - Kernel modules for sequencer support
kmod-sound-soc-ac97 - 4.9.120-1 - AC97 Codec support
kmod-sound-soc-core - 4.9.120-1 - SoC sound support
kmod-sound-via82xx - 4.9.120-1 - support for the integrated AC97 sound device on motherboards with VIA chipsets.
kmod-spi-bitbang - 4.9.120-1 - This package contains the SPI bitbanging library
kmod-spi-dev - 4.9.120-1 - This package contains the user mode SPI device driver
kmod-spi-gpio - 4.9.120-1 - This package contains the GPIO-based bitbanging SPI Master
kmod-spi-gpio-custom - 4.9.120-1 - Kernel module for register a custom spi-gpio platform device.
kmod-spi-ks8995 - 4.9.120-1 - Kernel module for Micrel/Kendin KS8995 ethernet switch
kmod-spi-vsc7385 - 4.9.120-1 - This package contains the SPI driver for the Vitesse VSC7385 ethernet switch.
kmod-ssb - 4.9.120-1 - Silicon Sonics Backplane glue code.
kmod-swconfig - 4.9.120-1 - Switch configuration API module
kmod-switch-ip17xx - 4.9.120-1 - IC+ IP175C/IP178C switch support
kmod-switch-mvsw61xx - 4.9.120-1 - Marvell 88E61xx switch support
kmod-switch-rtl8366-smi - 4.9.120-1 - Realtek RTL8366 SMI switch interface support
kmod-switch-rtl8366rb - 4.9.120-1 - Realtek RTL8366RB switch support
kmod-switch-rtl8366s - 4.9.120-1 - Realtek RTL8366S switch support
kmod-switch-rtl8367b - 4.9.120-1 - Realtek RTL8367R/B switch support
kmod-tg3 - 4.9.120-1 - Kernel modules for Broadcom Tigon3 Gigabit Ethernet adapters
kmod-tpm - 4.9.120-1 - This enables TPM Hardware Support.
kmod-tpm-i2c-atmel - 4.9.120-1 - This enables the TPM Interface Specification 1.2 Interface (I2C - Atmel)
kmod-tpm-i2c-infineon - 4.9.120-1 - This enables the TPM Interface Specification 1.2 Interface (I2C - Infineon)
kmod-trelay - 4.9.120+0.1-1 - trelay relays ethernet packets between two devices (similar to a bridge), but without any MAC address checks. This makes it possible to bridge client mode or ad-hoc mode wifi devices to ethernet VLANs, assuming the remote end uses the same source MAC address as the device that packets are supposed to exit from.
kmod-tulip - 4.9.120-1 - Kernel modules for the Tulip family of network cards, including DECchip Tulip, DIGITAL EtherWORKS, Winbond W89c840, Davicom DM910x/DM980x and ULi M526x controller support.
kmod-tun - 4.9.120-1 - Kernel support for the TUN/TAP tunneling device
kmod-udptunnel4 - 4.9.120-1 - IPv4 UDP tunneling support
kmod-udptunnel6 - 4.9.120-1 - IPv6 UDP tunneling support
kmod-usb-acm - 4.9.120-1 - Kernel support for USB ACM devices (modems/isdn controllers)
kmod-usb-atm - 4.9.120-1 - Kernel support for USB DSL modems
kmod-usb-atm-cxacru - 4.9.120-1 - Kernel support for cxacru based USB ADSL modems
kmod-usb-atm-speedtouch - 4.9.120-1 - Kernel support for SpeedTouch USB ADSL modems
kmod-usb-atm-ueagle - 4.9.120-1 - Kernel support for Eagle 8051 based USB ADSL modems
kmod-usb-audio - 4.9.120-1 - Kernel support for USB audio devices
kmod-usb-chipidea - 4.9.120-1 - Kernel support for USB Chipidea controllers
kmod-usb-chipidea2 - 4.9.120-1 - Kernel support for USB Chipidea controllers
kmod-usb-cm109 - 4.9.120-1 - Kernel support for CM109 VOIP phone
kmod-usb-core - 4.9.120-1 - Kernel support for USB
kmod-usb-dwc2 - 4.9.120-1 - This driver provides USB Device Controller support for the Synopsys DesignWare USB OTG Core
kmod-usb-dwc3 - 4.9.120-1 - This driver provides support for the Dual Role SuperSpeed USB Controller based on the Synopsys DesignWare USB3 IP Core
kmod-usb-ehci - 4.9.120-1 - EHCI controller support
kmod-usb-gadget - 4.9.120-1 - Kernel support for USB Gadget mode
kmod-usb-gadget-ehci-debug - 4.9.120-1 - Kernel support for USB EHCI debug port Gadget.
kmod-usb-gadget-eth - 4.9.120-1 - Kernel support for USB Ethernet Gadget
kmod-usb-gadget-mass-storage - 4.9.120-1 - Kernel support for USB Gadget Mass Storage
kmod-usb-gadget-serial - 4.9.120-1 - Kernel support for USB Serial Gadget.
kmod-usb-hid - 4.9.120-1 - Kernel support for USB HID devices such as keyboards and mice
kmod-usb-ledtrig-usbport - 4.9.120-1 - This driver allows LEDs to be controlled by USB events. Enabling this trigger allows specifying list of USB ports that should turn on LED when some USB device gets connected. If possible it should be prefered over similar ledtrig-usbdev.
kmod-usb-lib-composite - 4.9.120-1 - Lib Composite
kmod-usb-net - 4.9.120-1 - Kernel modules for USB-to-Ethernet convertors
kmod-usb-net-asix - 4.9.120-1 - Kernel module for USB-to-Ethernet Asix convertors
kmod-usb-net-asix-ax88179 - 4.9.120-1 - Kernel module for USB-to-Ethernet ASIX AX88179 based USB 3.0/2.0 to Gigabit Ethernet adapters.
kmod-usb-net-cdc-eem - 4.9.120-1 - Kernel support for USB CDC EEM
kmod-usb-net-cdc-ether - 4.9.120-1 - Kernel support for USB CDC Ethernet devices
kmod-usb-net-cdc-mbim - 4.9.120-1 - Kernel module for Option USB High Speed Mobile Devices
kmod-usb-net-cdc-ncm - 4.9.120-1 - Kernel support for CDC NCM connections
kmod-usb-net-cdc-subset - 4.9.120-1 - Kernel support for Simple USB Network Links (CDC Ethernet subset)
kmod-usb-net-dm9601-ether - 4.9.120-1 - Kernel support for USB DM9601 devices
kmod-usb-net-hso - 4.9.120-1 - Kernel module for Option USB High Speed Mobile Devices
kmod-usb-net-huawei-cdc-ncm - 4.9.120-1 - Kernel support for Huawei CDC NCM connections
kmod-usb-net-ipheth - 4.9.120-1 - Kernel support for Apple iPhone USB Ethernet driver
kmod-usb-net-kalmia - 4.9.120-1 - Kernel support for Samsung Kalmia based LTE USB modem
kmod-usb-net-kaweth - 4.9.120-1 - Kernel module for USB-to-Ethernet Kaweth convertors
kmod-usb-net-mcs7830 - 4.9.120-1 - Kernel module for USB-to-Ethernet MCS7830 convertors
kmod-usb-net-pegasus - 4.9.120-1 - Kernel module for USB-to-Ethernet Pegasus convertors
kmod-usb-net-pl - 4.9.120-1 - Kernel support for Prolific PL-2301/2302/25A1 based cables
kmod-usb-net-qmi-wwan - 4.9.120-1 - QMI WWAN driver for Qualcomm MSM based 3G and LTE modems
kmod-usb-net-rndis - 4.9.120-1 - Kernel support for RNDIS connections
kmod-usb-net-rtl8150 - 4.9.120-1 - Kernel module for USB-to-Ethernet Realtek 8150 convertors
kmod-usb-net-rtl8152 - 4.9.120-1 - Kernel module for USB-to-Ethernet Realtek 8152 USB2.0/3.0 convertors
kmod-usb-net-sierrawireless - 4.9.120-1 - Kernel support for Sierra Wireless devices
kmod-usb-net-smsc95xx - 4.9.120-1 - Kernel module for SMSC LAN95XX based devices
kmod-usb-net-sr9700 - 4.9.120-1 - Kernel module for CoreChip-sz SR9700 based USB 1.1 10/100 ethernet devices
kmod-usb-net2280 - 4.9.120-1 - Kernel support for NetChip 228x / PLX USB338x PCI USB peripheral controller.
kmod-usb-ohci - 4.9.120-1 - Kernel support for USB OHCI controllers
kmod-usb-ohci-pci - 4.9.120-1 - Kernel support for PCI OHCI controllers
kmod-usb-phy-nop - 4.9.120-1 - Support for USB NOP transceiver
kmod-usb-printer - 4.9.120-1 - Kernel support for USB printers
kmod-usb-serial - 4.9.120-1 - Kernel support for USB-to-Serial converters
kmod-usb-serial-ark3116 - 4.9.120-1 - Kernel support for ArkMicroChips ARK3116 USB-to-Serial converters
kmod-usb-serial-belkin - 4.9.120-1 - Kernel support for Belkin USB-to-Serial converters
kmod-usb-serial-ch341 - 4.9.120-1 - Kernel support for Winchiphead CH341 USB-to-Serial converters
kmod-usb-serial-cp210x - 4.9.120-1 - Kernel support for Silicon Labs cp210x USB-to-Serial converters
kmod-usb-serial-cypress-m8 - 4.9.120-1 - Kernel support for devices with Cypress M8 USB to Serial chip (for example, the Delorme Earthmate LT-20 GPS) Supported microcontrollers in the CY4601 family are: CY7C63741 CY7C63742 CY7C63743 CY7C64013
kmod-usb-serial-dmx_usb_module - 4.9.120+0.1.20130818-2 - Open DMX USB is an open USB to DMX dongle hardware design developed by Enttec. The Open in Open DMX USB refers to the fact that everybody is free to use the design and produce its own USB DMX Dongle without paying any licenses.
kmod-usb-serial-edgeport - 4.9.120-1 - Kernel support for Inside Out Networks (Digi) Edgeport/4 Rapidport/4 Edgeport/4t Edgeport/2 Edgeport/4i Edgeport/2i Edgeport/421 Edgeport/21 Edgeport/8 Edgeport/8 Dual Edgeport/2D8 Edgeport/4D8 Edgeport/8i Edgeport/2 DIN Edgeport/4 DIN Edgeport/16 Dual
kmod-usb-serial-ftdi - 4.9.120-1 - Kernel support for FTDI USB-to-Serial converters
kmod-usb-serial-garmin - 4.9.120-1 - Should work with most Garmin GPS devices which have a native USB port.
kmod-usb-serial-ipw - 4.9.120-1 - Support for IPWireless 3G devices
kmod-usb-serial-keyspan - 4.9.120-1 - Kernel support for Keyspan USB-to-Serial devices
kmod-usb-serial-mct - 4.9.120-1 - Kernel support for Magic Control Technology USB-to-Serial converters
kmod-usb-serial-mos7720 - 4.9.120-1 - Kernel support for Moschip MOS7720 USB-to-Serial converters
kmod-usb-serial-option - 4.9.120-1 - Kernel support for Option HSDPA modems
kmod-usb-serial-oti6858 - 4.9.120-1 - Kernel support for Ours Technology OTI6858 USB-to-Serial converters
kmod-usb-serial-pl2303 - 4.9.120-1 - Kernel support for Prolific PL2303 USB-to-Serial converters
kmod-usb-serial-qualcomm - 4.9.120-1 - Kernel support for Qualcomm USB Serial devices (Gobi)
kmod-usb-serial-sierrawireless - 4.9.120-1 - Kernel support for Sierra Wireless devices
kmod-usb-serial-simple - 4.9.120-1 - Kernel support for "very simple devices".  Specifically, it supports: - Suunto ANT+ USB device. - Medtronic CareLink USB device (3.18) - Fundamental Software dongle. - Google USB serial devices (3.19) - HP4x calculators - a number of Motorola phones - Novatel Wireless GPS receivers (3.18) - Siemens USB/MPI adapter. - ViVOtech ViVOpay USB device. - Infineon Modem Flashloader USB interface - ZIO Motherboard USB serial interface
kmod-usb-serial-ti-usb - 4.9.120-1 - Kernel support for TI USB 3410/5052 devices
kmod-usb-serial-visor - 4.9.120-1 - Kernel support for Handspring Visor PDAs
kmod-usb-serial-wwan - 4.9.120-1 - Kernel support for USB GSM and CDMA modems
kmod-usb-serial-xr_usb_serial_common - 4.9.120+1a-1 - Support for Exar USB to RS-485/RS-422
kmod-usb-storage - 4.9.120-1 - Kernel support for USB Mass Storage devices
kmod-usb-storage-extras - 4.9.120-1 - Say Y here if you want to have some more drivers, such as for SmartMedia card readers
kmod-usb-storage-uas - 4.9.120-1 - Say Y here if you want to include support for USB Attached SCSI (UAS/UASP), a higher performance protocol available on many newer USB 3.0 storage devices
kmod-usb-uhci - 4.9.120-1 - Kernel support for USB UHCI controllers
kmod-usb-wdm - 4.9.120-1 - USB Wireless Device Management support
kmod-usb-yealink - 4.9.120-1 - Kernel support for Yealink VOIP phone
kmod-usb2 - 4.9.120-1 - Kernel support for USB2 (EHCI) controllers
kmod-usb2-pci - 4.9.120-1 - Kernel support for PCI USB2 (EHCI) controllers
kmod-usb3 - 4.9.120-1 - Kernel support for USB3 (XHCI) controllers
kmod-usbip - 4.9.120-1 - USB-over-IP kernel support
kmod-usbip-client - 4.9.120-1 - USB-over-IP client driver
kmod-usbip-server - 4.9.120-1 - USB-over-IP host driver
kmod-usbmon - 4.9.120-1 - Kernel support for USB traffic monitoring
kmod-veth - 4.9.120-1 - This device is a local ethernet tunnel. Devices are created in pairs. When one end receives the packet it appears on its pair and vice versa.
kmod-via-rhine - 4.9.120-1 - Kernel modules for Via Rhine Ethernet chipsets
kmod-via-velocity - 4.9.120-1 - Kernel modules for VIA Velocity Gigabit Ethernet chipsets
kmod-video-core - 4.9.120-1 - Kernel modules for Video4Linux support
kmod-video-cpia2 - 4.9.120-1 - Kernel modules for supporting CPIA2 USB based cameras
kmod-video-gspca-conex - 4.9.120-1 - The Conexant Camera Driver (conex) kernel module
kmod-video-gspca-core - 4.9.120-1 - Kernel modules for supporting GSPCA based webcam devices. Note this is just the core of the driver, please select a submodule that supports your webcam.
kmod-video-gspca-etoms - 4.9.120-1 - The Etoms USB Camera Driver (etoms) kernel module
kmod-video-gspca-finepix - 4.9.120-1 - The Fujifilm FinePix USB V4L2 driver (finepix) kernel module
kmod-video-gspca-gl860 - 4.9.120-1 - gl860 webcam support
kmod-video-gspca-jeilinj - 4.9.120-1 - The JEILINJ USB Camera Driver (jeilinj) kernel module
kmod-video-gspca-konica - 4.9.120-1 - The Konica USB Camera Driver (konica) kernel module
kmod-video-gspca-m5602 - 4.9.120-1 - The ALi USB m5602 Camera Driver (m5602) kernel module
kmod-video-gspca-mars - 4.9.120-1 - The Mars USB Camera Driver (mars) kernel module
kmod-video-gspca-mr97310a - 4.9.120-1 - The Mars-Semi MR97310A USB Camera Driver (mr97310a) kernel module
kmod-video-gspca-ov519 - 4.9.120-1 - The OV519 USB Camera Driver (ov519) kernel module
kmod-video-gspca-ov534 - 4.9.120-1 - The OV534 USB Camera Driver (ov534) kernel module
kmod-video-gspca-ov534-9 - 4.9.120-1 - The OV534-9 USB Camera Driver (ov534_9) kernel module
kmod-video-gspca-pac207 - 4.9.120-1 - The Pixart PAC207 USB Camera Driver (pac207) kernel module
kmod-video-gspca-pac7311 - 4.9.120-1 - The Pixart PAC7311 USB Camera Driver (pac7311) kernel module
kmod-video-gspca-se401 - 4.9.120-1 - The SE401 USB Camera Driver kernel module
kmod-video-gspca-sn9c20x - 4.9.120-1 - The SN9C20X USB Camera Driver (sn9c20x) kernel module
kmod-video-gspca-sonixb - 4.9.120-1 - The SONIX Bayer USB Camera Driver (sonixb) kernel module
kmod-video-gspca-sonixj - 4.9.120-1 - The SONIX JPEG USB Camera Driver (sonixj) kernel module
kmod-video-gspca-spca500 - 4.9.120-1 - The SPCA500 USB Camera Driver (spca500) kernel module
kmod-video-gspca-spca501 - 4.9.120-1 - The SPCA501 USB Camera Driver (spca501) kernel module
kmod-video-gspca-spca505 - 4.9.120-1 - The SPCA505 USB Camera Driver (spca505) kernel module
kmod-video-gspca-spca506 - 4.9.120-1 - The SPCA506 USB Camera Driver (spca506) kernel module
kmod-video-gspca-spca508 - 4.9.120-1 - The SPCA508 USB Camera Driver (spca508) kernel module
kmod-video-gspca-spca561 - 4.9.120-1 - The SPCA561 USB Camera Driver (spca561) kernel module
kmod-video-gspca-sq905 - 4.9.120-1 - The SQ Technologies SQ905 based USB Camera Driver (sq905) kernel module
kmod-video-gspca-sq905c - 4.9.120-1 - The SQ Technologies SQ905C based USB Camera Driver (sq905c) kernel module
kmod-video-gspca-stk014 - 4.9.120-1 - The Syntek DV4000 (STK014) USB Camera Driver (stk014) kernel module
kmod-video-gspca-stv06xx - 4.9.120-1 - The STV06XX USB Camera Driver (stv06xx) kernel module
kmod-video-gspca-sunplus - 4.9.120-1 - The SUNPLUS USB Camera Driver (sunplus) kernel module
kmod-video-gspca-t613 - 4.9.120-1 - The T613 (JPEG Compliance) USB Camera Driver (t613) kernel module
kmod-video-gspca-tv8532 - 4.9.120-1 - The TV8532 USB Camera Driver (tv8532) kernel module
kmod-video-gspca-vc032x - 4.9.120-1 - The VC032X USB Camera Driver (vc032x) kernel module
kmod-video-gspca-zc3xx - 4.9.120-1 - The ZC3XX USB Camera Driver (zc3xx) kernel module
kmod-video-pwc - 4.9.120-1 - Kernel modules for supporting Philips USB based cameras
kmod-video-uvc - 4.9.120-1 - Kernel modules for supporting USB Video Class (UVC) devices
kmod-video-videobuf2 - 4.9.120-1 - Kernel modules that implements three basic types of media buffers.
kmod-vmxnet3 - 4.9.120-1 - Kernel modules for VMware VMXNET3 ethernet adapters.
kmod-vxlan - 4.9.120-1 - Kernel module for supporting VXLAN in the Kernel. Requires Kernel 3.12 or newer.
kmod-w1 - 4.9.120-1 - Kernel module for Dallas's 1-wire support
kmod-w1-gpio-custom - 4.9.120-3 - Kernel module to register a custom w1-gpio platform device.
kmod-w1-master-ds2482 - 4.9.120-1 - Kernel module for the DS2482 i2c 1-wire bus master driver NOTE: Init with: echo ds2482 0x18 > /sys/bus/i2c/devices/i2c-0/new_device or use owfs
kmod-w1-master-ds2490 - 4.9.120-1 - Kernel module for the DS2490 usb 1-wire bus master driver
kmod-w1-master-gpio - 4.9.120-1 - Kernel module for the GPIO 1-wire bus master driver
kmod-w1-slave-ds2413 - 4.9.120-1 - Kernel module for 1-wire DS2413 Dual Channel Addressable Switch support
kmod-w1-slave-ds2431 - 4.9.120-1 - Kernel module for 1-wire 1kb EEPROM (DS2431)
kmod-w1-slave-ds2433 - 4.9.120-1 - Kernel module for 1-wire 4kb EEPROM (DS2433)
kmod-w1-slave-ds2760 - 4.9.120-1 - Kernel module for 1-wire DS2760 battery monitor chip support
kmod-w1-slave-smem - 4.9.120-1 - Kernel module for 1-wire simple 64bit memory rom(ds2401/ds2411/ds1990*)
kmod-w1-slave-therm - 4.9.120-1 - Kernel module for 1-wire thermal sensors
kmod-w83627hf-wdt - 4.9.120-1 - Kernel module for Winbond 83627HF Watchdog Timer
kmod-wifidog-ng - 4.9.120+1.5.6-1 - Kernel module for wifidog-ng
kmod-wireguard - 4.9.120+1.0.20200712-1 - WireGuard is a novel VPN that runs inside the Linux Kernel and utilizes state-of-the-art cryptography. It aims to be faster, simpler, leaner, and more useful than IPSec, while avoiding the massive headache. It intends to be considerably more performant than OpenVPN.  WireGuard is designed as a general purpose VPN for running on embedded interfaces and super computers alike, fit for many different circumstances. It uses UDP.  This package provides the kernel module for WireGuard.
kmod-wl12xx - 4.9.120+2017-11-01-9 - Kernel modules for TI WL12xx
kmod-wl18xx - 4.9.120+2017-11-01-9 - Kernel modules for TI WL18xx
kmod-wlcore - 4.9.120+2017-11-01-9 - This module contains some common parts needed by TI Wireless drivers.
kmod-zd1211rw - 4.9.120+2017-11-01-9 - Zydas ZD1211 support
kmod-zram - 4.9.120-1 - Compressed RAM block device support
knot - 2.6.6-1 - High-performance authoritative-only DNS server.
knot-dig - 2.6.6-1 - Knot DNS advanced DNS lookup utility.
knot-host - 2.6.6-1 - Knot DNS simple DNS lookup utility.
knot-keymgr - 2.6.6-1 - Knot DNS DNSSEC key management utility.
knot-libs - 2.6.6-1 - Knot DNS common DNS and DNSSEC libraries.
knot-libzscanner - 2.6.6-1 - Knot DNS zone parser library.
knot-nsupdate - 2.6.6-1 - Knot DNS dynamic DNS update utility.
knot-tests - 2.6.6-1 - Unit tests for the Knot DNS server and libraries. Usage: /usr/share/knot/runtests.sh
knot-zonecheck - 2.6.6-1 - Knot DNS zonefile check utility.
knxd - 0.14.24-2 - EIB KNX Daemon
kplex - 1.3.4-1 - Kplex is a program for combining and routing NMEA-0183 data to and from multiple sources and destinations. kplex inputs and outputs may be any of Serial lines, Pseudo Terminals (ptys), Network Interfaces and Files.
krb5-client - 1.16-1 - Kerberos 5 Client
krb5-libs - 1.16-1 - Kerberos 5 Shared Libraries
krb5-server - 1.16-1 - Kerberos 5 Server
lame - 3.100-1 - lame mp3 encoder
lame-lib - 3.100-1 - lame mp3 encoder libs
lcd4linux-custom - r1203-3 - LCD4Linux is a small program that grabs information from the kernel and some subsystems and displays it on an external liquid crystal display. . This package contains a customized version of LCD4Linux.
lcdproc-clients - 0.5.9-2 - LCDProc is a daemon and clients for displaying system information on various LCD displays  This package contains the clients distributed by the official lcdproc project: * lcdproc -- displays system information * lcdexec -- displays a menu structure to execute commands * lcdvc -- shows the content of the system console
lcdproc-drivers - 0.5.9-2 - LCDProc is a daemon and clients for displaying system information on various LCD displays  This package contains display drivers with external dependencies: curses futaba glcd hd44780 IOWarrior i2500vfd lis picolcd shuttleVFD ula200
lcdproc-server - 0.5.9-2 - LCDProc is a daemon and clients for displaying system information on various LCD displays  This package contains the server and a core set of display drivers without external dependencies: bayrad CFontzPacket CFontz CwLnx ea65 EyeboxOne glk icp_a106 imonlcd imon irtrans joy lb216 lcdm001 lcterm linux_input MD8800 ms6931 mtc_s16209x MtxOrb NoritakeVFD Olimex_MOD_LCD1x9 pyramid rawserial serialPOS serialVFD sli SureElec text tyan vlsys_m428 yard2LCD
ldbus - 2017-10-03-f4a1464e-2 - This package contains "ldbus": LUA bindings to interact with the DBUS message bus system, and services connected to it. See https://github.com/daurnimator/ldbus for details.
less - 487-1 - Full version of GNU less utility
less-wide - 487-1 - Full version of GNU less utility This package contains the Unicode enabled version of less.
lftp - 4.8.3-1 - LFTP is a sophisticated file transfer program with command line interface. It supports FTP, HTTP, FISH, SFTP, HTTPS and FTPS protocols. GNU Readline library is used for input. Every operation in lftp is reliable, that is any non-fatal error is handled and the operation is retried automatically. So if downloading breaks, it will be restarted from the point automatically. Even if ftp server does not support REST command, lftp will try to retrieve the file from the very beginning until the file is transferred completely. This is useful for dynamic-ip machines which change their IP addresses quite often, and for sites with very bad internet connectivity.  lftp has shell-like command syntax allowing you to launch several commands in parallel in background (&). It is also possible to group commands within () and execute them in background. All background jobs are executed in the same single process. You can bring a foreground job to background with ^Z (c-z) and back with command `wait' (or `fg' which is alias to `wait'). To list running jobs, use command `jobs'. Some commands allow redirecting their output (cat, ls, ...) to file or via pipe to external command. Commands can be executed conditionally based on termination status of previous command (&&, ||).  lftp has builtin mirror which can download or update a whole directory tree. There is also reverse mirror (mirror -R) which uploads or updates a directory tree on server.
libacl - 20180121-1 - Access control list support This package provides libacl
libaio - 0.3.110-1 - Linux kernel AIO interface access library
libantlr3c - 3.2-1 - ANother Tool for Language Recognition, is a language tool that provides a framework for constructing recognizers, interpreters, compilers, and translators from grammatical descriptions containing actions in a variety of target languages.
libao - 1.2.0-1 - Libao is a cross-platform audio library that allows programs to output audio using a simple API on a wide variety of platforms.
libapr - 1.6.2-1 - Apache Portable Runtime Library
libaprutil - 1.6.0-1 - Apache Portable Runtime Utility Library
libarchive - 3.3.2-1 - Multi-format archive and compression library
libarchive-noopenssl - 3.3.2-1 - Multi-format archive and compression library (without OpenSSL dependency)
libasm - 0.169-1 - ELF manipulation libraries (libasm)
libatomic - 7.3.0-1 - Atomic support library
libattr - 20170915-1 - Extended attributes support This package provides libattr
libaudiofile - 0.3.6-4 - The audiofile library allows the processing of audio data to and from audio files of many common formats (currently AIFF, AIFF-C, WAVE, NeXT/Sun, BICS, FLAC, ALAC, and raw data).
libavahi-client - 0.6.32-3 - Avahi is an mDNS/DNS-SD (aka RendezVous/Bonjour/ZeroConf) implementation (library). It facilitates service discovery on a local network -- this means that you can plug your laptop or computer into a network and instantly be able to view other people who you can chat with, find printers to print to or find files being shared. This kind of technology is already found in MacOS X (branded 'Rendezvous', 'Bonjour' and sometimes 'ZeroConf') and is very convenient. . This packages adds the libavahi-client library. It also automatically adds the required libavahi-dbus-support and the avahi-dbus-daemon packages. For more information please see the avahi documentation.
libavahi-compat-libdnssd - 0.6.32-3 - Avahi is an mDNS/DNS-SD (aka RendezVous/Bonjour/ZeroConf) implementation (library). It facilitates service discovery on a local network -- this means that you can plug your laptop or computer into a network and instantly be able to view other people who you can chat with, find printers to print to or find files being shared. This kind of technology is already found in MacOS X (branded 'Rendezvous', 'Bonjour' and sometimes 'ZeroConf') and is very convenient. . This packages adds the libavahi-compat-libdnssd library. It also automatically adds the required libavahi-client package. For more information please see the avahi documentation.
libavahi-dbus-support - 0.6.32-3 - Avahi is an mDNS/DNS-SD (aka RendezVous/Bonjour/ZeroConf) implementation (library). It facilitates service discovery on a local network -- this means that you can plug your laptop or computer into a network and instantly be able to view other people who you can chat with, find printers to print to or find files being shared. This kind of technology is already found in MacOS X (branded 'Rendezvous', 'Bonjour' and sometimes 'ZeroConf') and is very convenient. . The libavahi package contains the mDNS/DNS-SD shared libraries, used by other programs. Specifically, it provides libavahi-core and libavahi-common libraries. . The libavahi-dbus-support package enables D-Bus support in avahi, needed to support the libavahi-client library and avahi-utils. . Selecting this package modifies the build configuration so that avahi packages are built with support for D-BUS enabled; it does not generate a separate binary of its own. It also automatically adds the D-Bus package to the build. libavahi-dbus-support is selected automatically if you select libavahi-client or avahi-utils.
libavahi-nodbus-support - 0.6.32-3 - Avahi is an mDNS/DNS-SD (aka RendezVous/Bonjour/ZeroConf) implementation (library). It facilitates service discovery on a local network -- this means that you can plug your laptop or computer into a network and instantly be able to view other people who you can chat with, find printers to print to or find files being shared. This kind of technology is already found in MacOS X (branded 'Rendezvous', 'Bonjour' and sometimes 'ZeroConf') and is very convenient. . The libavahi package contains the mDNS/DNS-SD shared libraries, used by other programs. Specifically, it provides libavahi-core and libavahi-common libraries. . Selecting this package modifies the build configuration so that avahi packages are built without support for D-BUS enabled; it does not generate a separate binary of its own.
libavl - 0.3.5-1 - AVLTree is a small implementation of AVL trees for the C programming language.
libbfd - 2.27-1 - libbfd
libblkid - 2.32-2 - The libblkid library is used to identify block devices (disks) as to their content (e.g. filesystem type, partitions) as well as extracting additional information such as filesystem labels/volume names, partitions, unique identifiers/serial numbers...
libblobmsg-json - 2018-04-12-6eff829d-1 - blobmsg <-> json conversion library
libblobmsg-json - 2018-07-25-c83a84af-1
libbz2 - 1.0.6-3 - bzip2 is a freely available, patent free, high-quality data compressor. This packages provides libbz2 library.
libc - 1.1.19-1
libcanfestival - 8bfe0ac0-6 - CanFestival library
libcap - 2.25-2 - Linux capabilities library
libcares - 1.14.0-1 - c-ares is a C library for asynchronous DNS requests (including name resolves)  C89 compatibility, MIT licensed, builds for and runs on POSIX, Windows, Netware, Android and many more operating systems.
libcharset - 1.11.1-3 - Character set conversion library
libcoap - v4.1.2-1 - Constrained Application Protocol (RFC 7252) library
libcomerr - 1.44.1-1 - This package contains libcom_err, the common error description library bundled with e2fsprogs.
libconfig - 1.5-1 - Libconfig is a simple library for manipulating structured configuration files. This file format is more compact and more readable than XML. And unlike XML, it is type-aware, so it is not necessary to do string parsing in application code.  Libconfig is very compact -- just 38K for the stripped C shared library (less than one-fourth the size of the expat XML parser library) and 66K for the stripped C++ shared library. This makes it well-suited for memory-constrained systems like handheld devices.
libctb - 0.16-2 - Multiplatform library for different interfaces.
libcups - 2.1.4-1 - Common UNIX Printing System - Core library
libcupscgi - 2.1.4-1 - Common UNIX Printing System - CGI library
libcupsimage - 2.1.4-1 - Common UNIX Printing System - Image library
libcupsmime - 2.1.4-1 - Common UNIX Printing System - MIME library
libcupsppdc - 2.1.4-1 - Common UNIX Printing System - PPDC library
libcurl - 7.60.0-3 - A client-side URL transfer library
libdaemon - 0.14-5 - libdaemon is a lightweight C library that eases the writing of UNIX daemons. It consists of the following parts: - A wrapper around fork() which does the correct daemonization procedure of a process - A wrapper around syslog() for simpler and compatible log output to Syslog or STDERR - An API for writing PID files - An API for serializing UNIX signals into a pipe for usage with select() or poll() - An API for running subprocesses with STDOUT and STDERR redirected to syslog  APIs like these are used in most daemon software available. It is not that simple to get it done right and code duplication is not a goal.
libdaq - 2.0.6-2 - Data Acquisition library for packet I/O.
libdb47 - 4.7.25.4.NC-5 - Berkeley DB library (4.7).
libdb47xx - 4.7.25.4.NC-5 - Berkeley DB library (4.7).  C++ wrapper.
libdbd-mysql - 0.9.0-2 - MySQL database server driver for libdbi
libdbd-pgsql - 0.9.0-2 - PostgreSQL database server driver for libdbi
libdbd-sqlite3 - 0.9.0-2 - SQLite3 database driver for libdbi
libdbi - 0.9.0-4 - This package provides a database-independent abstraction layer library in C.
libdbus - 1.10.4-1 - Simple interprocess messaging system (library)
libdevmapper - 2.02.177-1 - The device-mapper is a component of the 2.6 linux kernel that supports logical volume management. It is required by LVM2 and EVMS.
libdmapsharing - 2.9.39-1 - libdmapsharing
libdnet - 1.12-1 - libdnet is a library of simplified, portable interface to several low-level networking routines.
libdouble-conversion - 2.0-1 - double-conversion provides binary-decimal and decimal-binary routines for IEEE doubles.  The library consists of efficient conversion routines that have been extracted from the V8 JavaScript engine. The code has been refactored and improved so that it can be used more easily in other projects.
libdrm - 2.4.70-1 - libdrm
libdw - 0.169-1 - ELF manipulation libraries (libdw)
libecdsautil - 0.3.2.20160630-1 - Library to sign and verify checksums using ECDSA.
libedit - 20170329-3.1-1 - Generic line editing, history, and tokenization functions similar to GNU Readline.
libelektra-boost - 0.8.21-1 - Elektra provides an universal and secure framework to store configuration parameters in a global, hierarchical key database.  This package contains plugins written in C++ with an dependency on boost. Currently this is a plugin for a tcl like format.
libelektra-core - 0.8.21-1 - Elektra provides an universal and secure framework to store configuration parameters in a global, hierarchical key database.  This package contains the core libraries, that all other parts of elektra and all programs using elektra depend on, and an almost minimal set of plugins to be actually useful.
libelektra-cpp - 0.8.21-1 - Elektra provides an universal and secure framework to store configuration parameters in a global, hierarchical key database.  This package contains plugins written in C++. Currently these are: dump regexstore struct type
libelektra-crypto - 0.8.21-1 - Elektra provides an universal and secure framework to store configuration parameters in a global, hierarchical key database.  This package contains support for encrypting values before storage.
libelektra-curlget - 0.8.21-1 - Elektra provides an universal and secure framework to store configuration parameters in a global, hierarchical key database.  This plugin can get configuration data from remote URLs before access.
libelektra-dbus - 0.8.21-1 - Elektra provides an universal and secure framework to store configuration parameters in a global, hierarchical key database.  This package contains support for dbus notification on configuration changes.
libelektra-extra - 0.8.21-1 - Elektra provides an universal and secure framework to store configuration parameters in a global, hierarchical key database.  This package contains extra plugins that are only useful for debugging or as an example of what can be done. Also most experimental plugins are included in this package. Currently this includes: blockresolver c constants counter desktop dini dpkg error fcrypt fstab logchange mozprefs passwd rename required simplespeclang timeofday tracer
libelektra-lua - 0.8.21-1 - Elektra provides an universal and secure framework to store configuration parameters in a global, hierarchical key database.  This package adds lua support to elektra.
libelektra-plugins - 0.8.21-1 - Elektra provides an universal and secure framework to store configuration parameters in a global, hierarchical key database.  This package contains plugins for various common configuration file format and optional features without heavy dependencies. Currently these plugins are included: base64 boolean cachefilter camel ccode conditionals csvstorage date directoryvalue enum file filecheck glob hexcode hidden hosts iconv ipaddr keytometa line lineendings list mathcheck mini network null path profile range shell syslog uname validation
libelektra-python2 - 0.8.21-1 - Elektra provides an universal and secure framework to store configuration parameters in a global, hierarchical key database.  This package adds python2 support to elektra.
libelektra-python3 - 0.8.21-1 - Elektra provides an universal and secure framework to store configuration parameters in a global, hierarchical key database.  This package adds python3 support to elektra.
libelektra-resolvers - 0.8.21-1 - Elektra provides an universal and secure framework to store configuration parameters in a global, hierarchical key database.  This package contains additional resolvers not included in the libelektra-core package. Usually there is no reason to install this.
libelektra-xerces - 0.8.21-1 - Elektra provides an universal and secure framework to store configuration parameters in a global, hierarchical key database.  The xerces plugin supplants the xmltool plugin and allows us to use XML files not following a specific schemata. Attributes are mapped to Elektra's metadata, multiple keys with the same names are mapped to arrays.
libelektra-xml - 0.8.21-1 - Elektra provides an universal and secure framework to store configuration parameters in a global, hierarchical key database.  This package contains a plugin for storing data with xml syntax.
libelektra-yajl - 0.8.21-1 - Elektra provides an universal and secure framework to store configuration parameters in a global, hierarchical key database.  This package contains support for storing the key database as json files.
libelektra-yamlcpp - 0.8.21-1 - Elektra provides an universal and secure framework to store configuration parameters in a global, hierarchical key database.  This package contains support for storing the key database as yaml files.
libelf1 - 0.169-1 - ELF manipulation libraries (libelf)
libertas-sdio-firmware - 2017-09-06-a61ac5cf-1 - Marvell 8385/8686/8688 SDIO firmware
libertas-spi-firmware - 2017-09-06-a61ac5cf-1 - Marvell 8686 SPI firmware
libertas-usb-firmware - 2017-09-06-a61ac5cf-1 - Marvell 8388/8682 USB firmware
libesmtp - 1.0.6-3 - A Library for Posting Electronic Mail
libestr - 0.1.10-2 - libestr - some essentials for string handling (and a bit more)
libev - 4.22-1 - A full-featured and high-performance event loop that is loosely modelled after libevent, but without its limitations and bugs.
libevdev - 1.5.6-1 - libevdev is a wrapper library for evdev devices. it moves the common tasks when dealing with evdev devices into a library and provides a library interface to the callers, thus avoiding erroneous ioctls, etc.  The eventual goal is that libevdev wraps all ioctls available to evdev devices, thus making direct access unnecessary.
libevent2 - 2.1.11-2 - The libevent API provides a mechanism to execute a callback function when a specific event occurs on a file descriptor or after a timeout has been reached. Furthermore, libevent also support callbacks due to signals or regular timeouts.  libevent is meant to replace the event loop found in event driven network servers. An application just needs to call event_dispatch() and then add or remove events dynamically without having to change the event loop.  This package contains the libevent shared library historically containing both the core & extra libraries.
libevent2 - 2.1.11-1 - The libevent API provides a mechanism to execute a callback function when a specific event occurs on a file descriptor or after a timeout has been reached. Furthermore, libevent also support callbacks due to signals or regular timeouts.  libevent is meant to replace the event loop found in event driven network servers. An application just needs to call event_dispatch() and then add or remove events dynamically without having to change the event loop.  This package contains the libevent shared library historically containing both the core & extra libraries.
libevent2 - 2.0.22-1 - The libevent API provides a mechanism to execute a callback function when a specific event occurs on a file descriptor or after a timeout has been reached. Furthermore, libevent also support callbacks due to signals or regular timeouts.  libevent is meant to replace the event loop found in event driven network servers. An application just needs to call event_dispatch() and then add or remove events dynamically without having to change the event loop.  This package contains the libevent shared library historically containing both the core & extra libraries.
libevent2-core - 2.1.11-1 - The libevent API provides a mechanism to execute a callback function when a specific event occurs on a file descriptor or after a timeout has been reached. Furthermore, libevent also support callbacks due to signals or regular timeouts.  libevent is meant to replace the event loop found in event driven network servers. An application just needs to call event_dispatch() and then add or remove events dynamically without having to change the event loop.  This package contains the libevent core shared library for the event, buffer & utility functions.
libevent2-core - 2.1.11-2 - The libevent API provides a mechanism to execute a callback function when a specific event occurs on a file descriptor or after a timeout has been reached. Furthermore, libevent also support callbacks due to signals or regular timeouts.  libevent is meant to replace the event loop found in event driven network servers. An application just needs to call event_dispatch() and then add or remove events dynamically without having to change the event loop.  This package contains the libevent core shared library for the event, buffer & utility functions.
libevent2-core - 2.0.22-1 - The libevent API provides a mechanism to execute a callback function when a specific event occurs on a file descriptor or after a timeout has been reached. Furthermore, libevent also support callbacks due to signals or regular timeouts.  libevent is meant to replace the event loop found in event driven network servers. An application just needs to call event_dispatch() and then add or remove events dynamically without having to change the event loop.  This package contains the libevent core shared library for the event, buffer & utility functions.
libevent2-extra - 2.1.11-2 - The libevent API provides a mechanism to execute a callback function when a specific event occurs on a file descriptor or after a timeout has been reached. Furthermore, libevent also support callbacks due to signals or regular timeouts.  libevent is meant to replace the event loop found in event driven network servers. An application just needs to call event_dispatch() and then add or remove events dynamically without having to change the event loop.  This package contains the libevent extra shared library for specific protocols including HTTP, DNS & RPC.
libevent2-extra - 2.0.22-1 - The libevent API provides a mechanism to execute a callback function when a specific event occurs on a file descriptor or after a timeout has been reached. Furthermore, libevent also support callbacks due to signals or regular timeouts.  libevent is meant to replace the event loop found in event driven network servers. An application just needs to call event_dispatch() and then add or remove events dynamically without having to change the event loop.  This package contains the libevent extra shared library for specific protocols including HTTP, DNS & RPC.
libevent2-extra - 2.1.11-1 - The libevent API provides a mechanism to execute a callback function when a specific event occurs on a file descriptor or after a timeout has been reached. Furthermore, libevent also support callbacks due to signals or regular timeouts.  libevent is meant to replace the event loop found in event driven network servers. An application just needs to call event_dispatch() and then add or remove events dynamically without having to change the event loop.  This package contains the libevent extra shared library for specific protocols including HTTP, DNS & RPC.
libevent2-openssl - 2.1.11-2 - The libevent API provides a mechanism to execute a callback function when a specific event occurs on a file descriptor or after a timeout has been reached. Furthermore, libevent also support callbacks due to signals or regular timeouts.  libevent is meant to replace the event loop found in event driven network servers. An application just needs to call event_dispatch() and then add or remove events dynamically without having to change the event loop.  This package contains the libevent OpenSSL shared library for encrypted bufferevents.
libevent2-openssl - 2.0.22-1 - The libevent API provides a mechanism to execute a callback function when a specific event occurs on a file descriptor or after a timeout has been reached. Furthermore, libevent also support callbacks due to signals or regular timeouts.  libevent is meant to replace the event loop found in event driven network servers. An application just needs to call event_dispatch() and then add or remove events dynamically without having to change the event loop.  This package contains the libevent OpenSSL shared library for encrypted bufferevents.
libevent2-openssl - 2.1.11-1 - The libevent API provides a mechanism to execute a callback function when a specific event occurs on a file descriptor or after a timeout has been reached. Furthermore, libevent also support callbacks due to signals or regular timeouts.  libevent is meant to replace the event loop found in event driven network servers. An application just needs to call event_dispatch() and then add or remove events dynamically without having to change the event loop.  This package contains the libevent OpenSSL shared library for encrypted bufferevents.
libevent2-pthreads - 2.1.11-1 - The libevent API provides a mechanism to execute a callback function when a specific event occurs on a file descriptor or after a timeout has been reached. Furthermore, libevent also support callbacks due to signals or regular timeouts.  libevent is meant to replace the event loop found in event driven network servers. An application just needs to call event_dispatch() and then add or remove events dynamically without having to change the event loop.  This package contains the libevent Pthreads shared library for threading & locking.
libevent2-pthreads - 2.0.22-1 - The libevent API provides a mechanism to execute a callback function when a specific event occurs on a file descriptor or after a timeout has been reached. Furthermore, libevent also support callbacks due to signals or regular timeouts.  libevent is meant to replace the event loop found in event driven network servers. An application just needs to call event_dispatch() and then add or remove events dynamically without having to change the event loop.  This package contains the libevent Pthreads shared library for threading & locking.
libevent2-pthreads - 2.1.11-2 - The libevent API provides a mechanism to execute a callback function when a specific event occurs on a file descriptor or after a timeout has been reached. Furthermore, libevent also support callbacks due to signals or regular timeouts.  libevent is meant to replace the event loop found in event driven network servers. An application just needs to call event_dispatch() and then add or remove events dynamically without having to change the event loop.  This package contains the libevent Pthreads shared library for threading & locking.
libeventlog - 0.2.12-2 - A new API to format and send structured log messages.
libexif - 0.6.21-1 - libexif is a library for parsing, editing, and saving EXIF data. It is intended to replace lots of redundant implementations in command-line utilities and programs with GUIs.
libexpat - 2.2.5-1 - A fast, non-validating, stream-oriented XML parsing library.
libexslt - 1.1.32-2 - An extension for XSLT.
libext2fs - 1.44.1-1 - libext2fs is a library which can access ext2, ext3 and ext4 filesystems.
libextractor - 1.6-1 - GNU Libextractor is a library used to extract meta data from files. The goal is to provide developers of file-sharing networks, browsers or WWW-indexing bots with a universal library to obtain simple keywords and meta data to match against queries and to show to users instead of only relying on filenames.
libextractor-plugin-archive - 1.6-1 - GNU Libextractor (archive plugin)
libextractor-plugin-deb - 1.6-1 - GNU Libextractor (deb plugin)
libextractor-plugin-dvi - 1.6-1 - GNU Libextractor (dvi plugin)
libextractor-plugin-flac - 1.6-1 - GNU Libextractor (flac plugin)
libextractor-plugin-gif - 1.6-1 - GNU Libextractor (gif plugin)
libextractor-plugin-gstreamer - 1.6-1 - GNU Libextractor (gstreamer plugin)
libextractor-plugin-it - 1.6-1 - GNU Libextractor (it plugin)
libextractor-plugin-jpeg - 1.6-1 - GNU Libextractor (jpeg plugin)
libextractor-plugin-man - 1.6-1 - GNU Libextractor (man plugin)
libextractor-plugin-mime - 1.6-1 - GNU Libextractor (mime plugin)
libextractor-plugin-mpeg - 1.6-1 - GNU Libextractor (mpeg plugin)
libextractor-plugin-nsf - 1.6-1 - GNU Libextractor (nsf plugin)
libextractor-plugin-nsfe - 1.6-1 - GNU Libextractor (nsfe plugin)
libextractor-plugin-odf - 1.6-1 - GNU Libextractor (odf plugin)
libextractor-plugin-ogg - 1.6-1 - GNU Libextractor (ogg plugin)
libextractor-plugin-png - 1.6-1 - GNU Libextractor (png plugin)
libextractor-plugin-ps - 1.6-1 - GNU Libextractor (ps plugin)
libextractor-plugin-riff - 1.6-1 - GNU Libextractor (riff plugin)
libextractor-plugin-s3m - 1.6-1 - GNU Libextractor (s3m plugin)
libextractor-plugin-sid - 1.6-1 - GNU Libextractor (sid plugin)
libextractor-plugin-thumbnailffmpeg - 1.6-1 - GNU Libextractor (thumbnailffmpeg plugin)
libextractor-plugin-tiff - 1.6-1 - GNU Libextractor (tiff plugin)
libextractor-plugin-wav - 1.6-1 - GNU Libextractor (wav plugin)
libextractor-plugin-xm - 1.6-1 - GNU Libextractor (xm plugin)
libextractor-plugin-zip - 1.6-1 - GNU Libextractor (zip plugin)
libf2fs - 1.10.0-1 - Library for Flash-Friendly File System (F2FS) tools
libfaad2 - 2.8.6-1 - FAAD2 is the fastest ISO AAC audio decoder available. FAAD2 correctly decodes all MPEG-4 and MPEG-2 MAIN, LOW, LTP, LD and ER object type AAC files. This package contains the library.
libfastjson - 0.99.2-2 - libfastjson - A fast JSON library for C
libfdisk - 2.32-2 - The libfdisk library is used for manipulating with partition tables.
libfdt - 1.4.6-2 - This is a library containing functions for manipulating Flat Device Trees.
libffi - 3.2.1-3 - The libffi library provides a portable, high level programming interface to various calling conventions. This allows a programmer to call any function specified by a call interface description at run-time.  FFI stands for Foreign Function Interface. A foreign function interface is the popular name for the interface that allows code written in one language to call code written in another language. The libffi library really only provides the lowest, machine dependent layer of a fully featured foreign function interface. A layer must exist above libffi that handles type conversions for values passed between the two languages.
libffmpeg-audio-dec - 3.2.10-3 - FFmpeg is a a software package that can record, convert and stream digital audio and video in numerous formats.  FFmpeg licensing / patent issues are complex. It is the reponsibility of the user to understand any requirements in this regard with its usage. See: https://ffmpeg.org/legal.html for further information. . This package contains FFmpeg shared libraries for audio decoding
libffmpeg-full - 3.2.10-3 - FFmpeg is a a software package that can record, convert and stream digital audio and video in numerous formats.  FFmpeg licensing / patent issues are complex. It is the reponsibility of the user to understand any requirements in this regard with its usage. See: https://ffmpeg.org/legal.html for further information. . This package contains full-featured FFmpeg shared libraries.
libffmpeg-mini - 3.2.10-3 - FFmpeg is a a software package that can record, convert and stream digital audio and video in numerous formats.  FFmpeg licensing / patent issues are complex. It is the reponsibility of the user to understand any requirements in this regard with its usage. See: https://ffmpeg.org/legal.html for further information. . This package contains minimal-featured FFmpeg shared libraries.
libfko - 2.6.9-4 - Fwknop implements an authorization scheme known as Single Packet Authorization (SPA) for Linux systems running iptables.  This mechanism requires only a single encrypted and non-replayed packet to communicate various pieces of information including desired access through an iptables policy. The main application of this program is to use iptables in a default-drop stance to protect services such as SSH with an additional layer of security in order to make the exploitation of vulnerabilities (both 0-day and unpatched code) much more difficult. This package contains the libfko shared library.
libflac - 1.3.2-1 - Free Lossless Audio Codec library
libfmt - 4.1.0-1 - fmt is an open-source formatting library for C++. It can be used as a safe alternative to printf or as a fast alternative to IOStreams.
libfreetdm-stable - 1.6.20-7 - Provides a unified interface to hardware TDM cards and SS7 stacks.
libfreetdm-stable-ftmod-analog - 1.6.20-7 - Offers generic FXO/FXS support for any type of card supported by FreeTDM.
libfreetdm-stable-ftmod-analog-em - 1.6.20-7 - Offers generic E&M signaling for any type of card supported by FreeTDM.
libfreetdm-stable-ftmod-libpri - 1.6.20-7 - Offers support for PRI lines using the open source libpri stack for any type of card supported by FreeTDM. Supports both PRI and BRI signalling.
libfreetdm-stable-ftmod-pritap - 1.6.20-7 - This module is used to tap PRI lines.
libfreetdm-stable-ftmod-skel - 1.6.20-7 - ftmod_skel is an example module.
libfreetdm-stable-ftmod-zt - 1.6.20-7 - This module supports the DAHDI interface. The DAHDI interface is used by several hardware vendors.
libfreetype - 2.9-1 - The FreeType project is a team of volunteers who develop free, portable and high-quality software solutions for digital typography. They specifically target embedded systems and focus on bringing small, efficient and ubiquitous products.
libftdi - 0.20-4 - libFTDI - FTDI USB driver with bitbang mode libFTDI is an open source library to talk to FTDI chips: FT232BM, FT245BM, FT2232C, FT2232H, FT4232H, FT2232D and FT245R, including the popular bitbang mode.  The library is linked with your program in userspace, no kernel driver required.
libftdi1 - 1.4-1 - libFTDI - FTDI USB driver with bitbang mode libFTDI is an open source library to talk to FTDI chips: FT232BM, FT245BM, FT2232C, FT2232H, FT4232H, FT2232D and FT245R, including the popular bitbang mode.  The library is linked with your program in userspace, no kernel driver required.
libfuse - 2.9.7-1 - FUSE (Filesystem in UserSpacE) This package contains the FUSE shared libraries, needed by other programs. - libfuse - libulockmgr
libgcc - 7.3.0-1 - GCC support library
libgcrypt - 1.6.6-2 - This is a general purpose cryptographic library based on the code from GnuPG. It provides functions for all cryptograhic building blocks: symmetric ciphers (AES, DES, Arcfour, CAST5), hash algorithms (MD5, SHA-1, RIPE-MD160, SHA-224/256, SHA-384/512), MACs (HMAC for all hash algorithms), public key algorithms (RSA, DSA), large integer functions, random numbers and a lot of supporting functions. Some algorithms have been disabled to reduce size (Blowfish, Twofish, Serpent, RC2, SEED, Camellia, CRC, MD4, TIGER-192, Whirlpool, ElGamal, ECC).
libgd - 2.2.5-1 - GD is an open source code library for the dynamic creation of images by programmers. GD creates PNG, JPEG and GIF images, among other formats.
libgdbm - 1.11-1 - GNU database manager library GNU dbm is a set of database routines that use extendible hashing and works similar to the standard UNIX dbm routines.
libgee - 0.20.0-1 - libgee
libglpk - 4.63-1 - The GLPK (GNU Linear Programming Kit) package is intended for solving large-scale linear programming (LP), mixed integer programming (MIP), and other related problems. It is a set of routines written in ANSI C and organized in the form of a callable library.
libgmp - 6.1.2-1 - GMP is a free library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating point numbers.
libgnurl - 7.57.0-2 - A client-side HTTP/HTTPS transfer library
libgnutls - 3.5.16-1 - GnuTLS is a secure communications library implementing the SSL, TLS and DTLS protocols and technologies around them. It provides a simple C language application programming interface (API) to access the secure communications protocols as well as APIs to parse and write X.509, PKCS12, OpenPGP and other required structures. It is aimed to be portable and efficient with focus on security and interoperability. This package contains the GnuTLS shared library, needed by other programs.
libgpg-error - 1.12-1 - An helper library for common error codes and descriptions. This is a library that defines common error values for all GnuPG components. Among these are GPG, GPGSM, GPGME, GPG-Agent, libgcrypt, Libksba, DirMngr, Pinentry, SmartCard Daemon and possibly more in the future.
libgphoto2 - 2.5.17-1 - The basic library of the gphoto2 program, version 2.5.17.
libgphoto2-drivers-adc65 - 2.5.17-1 - Gphoto2 drivers for adc65 cameras
libgphoto2-drivers-agfa_cl20 - 2.5.17-1 - Gphoto2 drivers for agfa_cl20 cameras
libgphoto2-drivers-aox - 2.5.17-1 - Gphoto2 drivers for aox cameras
libgphoto2-drivers-ax203 - 2.5.17-1 - Gphoto2 drivers for ax203 cameras
libgphoto2-drivers-barbie - 2.5.17-1 - Gphoto2 drivers for barbie cameras
libgphoto2-drivers-canon - 2.5.17-1 - Gphoto2 drivers for canon cameras
libgphoto2-drivers-casio_qv - 2.5.17-1 - Gphoto2 drivers for casio_qv cameras
libgphoto2-drivers-clicksmart310 - 2.5.17-1 - Gphoto2 drivers for clicksmart310 cameras
libgphoto2-drivers-digigr8 - 2.5.17-1 - Gphoto2 drivers for digigr8 cameras
libgphoto2-drivers-digita - 2.5.17-1 - Gphoto2 drivers for digita cameras
libgphoto2-drivers-dimagev - 2.5.17-1 - Gphoto2 drivers for dimagev cameras
libgphoto2-drivers-dimera3500 - 2.5.17-1 - Gphoto2 drivers for dimera3500 cameras
libgphoto2-drivers-directory - 2.5.17-1 - Gphoto2 drivers for directory cameras
libgphoto2-drivers-enigma13 - 2.5.17-1 - Gphoto2 drivers for enigma13 cameras
libgphoto2-drivers-fuji - 2.5.17-1 - Gphoto2 drivers for fuji cameras
libgphoto2-drivers-gsmart300 - 2.5.17-1 - Gphoto2 drivers for gsmart300 cameras
libgphoto2-drivers-hp215 - 2.5.17-1 - Gphoto2 drivers for hp215 cameras
libgphoto2-drivers-iclick - 2.5.17-1 - Gphoto2 drivers for iclick cameras
libgphoto2-drivers-jamcam - 2.5.17-1 - Gphoto2 drivers for jamcam cameras
libgphoto2-drivers-jd11 - 2.5.17-1 - Gphoto2 drivers for jd11 cameras
libgphoto2-drivers-jl2005a - 2.5.17-1 - Gphoto2 drivers for jl2005a cameras
libgphoto2-drivers-jl2005c - 2.5.17-1 - Gphoto2 drivers for jl2005c cameras
libgphoto2-drivers-kodak_dc120 - 2.5.17-1 - Gphoto2 drivers for kodak_dc120 cameras
libgphoto2-drivers-kodak_dc210 - 2.5.17-1 - Gphoto2 drivers for kodak_dc210 cameras
libgphoto2-drivers-kodak_dc240 - 2.5.17-1 - Gphoto2 drivers for kodak_dc240 cameras
libgphoto2-drivers-kodak_dc3200 - 2.5.17-1 - Gphoto2 drivers for kodak_dc3200 cameras
libgphoto2-drivers-kodak_ez200 - 2.5.17-1 - Gphoto2 drivers for kodak_ez200 cameras
libgphoto2-drivers-konica - 2.5.17-1 - Gphoto2 drivers for konica cameras
libgphoto2-drivers-konica_qm150 - 2.5.17-1 - Gphoto2 drivers for konica_qm150 cameras
libgphoto2-drivers-largan - 2.5.17-1 - Gphoto2 drivers for largan cameras
libgphoto2-drivers-lg_gsm - 2.5.17-1 - Gphoto2 drivers for lg_gsm cameras
libgphoto2-drivers-mars - 2.5.17-1 - Gphoto2 drivers for mars cameras
libgphoto2-drivers-mustek - 2.5.17-1 - Gphoto2 drivers for mustek cameras
libgphoto2-drivers-panasonic_coolshot - 2.5.17-1 - Gphoto2 drivers for panasonic_coolshot cameras
libgphoto2-drivers-panasonic_dc1000 - 2.5.17-1 - Gphoto2 drivers for panasonic_dc1000 cameras
libgphoto2-drivers-panasonic_dc1580 - 2.5.17-1 - Gphoto2 drivers for panasonic_dc1580 cameras
libgphoto2-drivers-panasonic_l859 - 2.5.17-1 - Gphoto2 drivers for panasonic_l859 cameras
libgphoto2-drivers-pccam300 - 2.5.17-1 - Gphoto2 drivers for pccam300 cameras
libgphoto2-drivers-pccam600 - 2.5.17-1 - Gphoto2 drivers for pccam600 cameras
libgphoto2-drivers-pentax - 2.5.17-1 - Gphoto2 drivers for pentax cameras
libgphoto2-drivers-polaroid_pdc320 - 2.5.17-1 - Gphoto2 drivers for polaroid_pdc320 cameras
libgphoto2-drivers-polaroid_pdc640 - 2.5.17-1 - Gphoto2 drivers for polaroid_pdc640 cameras
libgphoto2-drivers-polaroid_pdc700 - 2.5.17-1 - Gphoto2 drivers for polaroid_pdc700 cameras
libgphoto2-drivers-ptp2 - 2.5.17-1 - Gphoto2 drivers for ptp2 cameras
libgphoto2-drivers-ricoh - 2.5.17-1 - Gphoto2 drivers for ricoh cameras
libgphoto2-drivers-ricoh_g3 - 2.5.17-1 - Gphoto2 drivers for ricoh_g3 cameras
libgphoto2-drivers-samsung - 2.5.17-1 - Gphoto2 drivers for samsung cameras
libgphoto2-drivers-sierra - 2.5.17-1 - Gphoto2 drivers for sierra cameras
libgphoto2-drivers-sipix_blink2 - 2.5.17-1 - Gphoto2 drivers for sipix_blink2 cameras
libgphoto2-drivers-sipix_web2 - 2.5.17-1 - Gphoto2 drivers for sipix_web2 cameras
libgphoto2-drivers-smal - 2.5.17-1 - Gphoto2 drivers for smal cameras
libgphoto2-drivers-sonix - 2.5.17-1 - Gphoto2 drivers for sonix cameras
libgphoto2-drivers-sony_dscf1 - 2.5.17-1 - Gphoto2 drivers for sony_dscf1 cameras
libgphoto2-drivers-sony_dscf55 - 2.5.17-1 - Gphoto2 drivers for sony_dscf55 cameras
libgphoto2-drivers-soundvision - 2.5.17-1 - Gphoto2 drivers for soundvision cameras
libgphoto2-drivers-spca50x - 2.5.17-1 - Gphoto2 drivers for spca50x cameras
libgphoto2-drivers-sq905 - 2.5.17-1 - Gphoto2 drivers for sq905 cameras
libgphoto2-drivers-st2205 - 2.5.17-1 - Gphoto2 drivers for st2205 cameras
libgphoto2-drivers-stv0674 - 2.5.17-1 - Gphoto2 drivers for stv0674 cameras
libgphoto2-drivers-stv0680 - 2.5.17-1 - Gphoto2 drivers for stv0680 cameras
libgphoto2-drivers-sx330z - 2.5.17-1 - Gphoto2 drivers for sx330z cameras
libgphoto2-drivers-topfield - 2.5.17-1 - Gphoto2 drivers for topfield cameras
libgphoto2-drivers-toshiba_pdrm11 - 2.5.17-1 - Gphoto2 drivers for toshiba_pdrm11 cameras
libgphoto2-drivers-tp6801 - 2.5.17-1 - Gphoto2 drivers for tp6801 cameras
libgphoto2-port - 2.5.17-1 - Gphoto2 drivers for connect cameras
libgpiod - 1.0.1-1 - C library for interacting with the linux GPIO character device (gpiod stands for GPIO device).
libgps - 3.17-1 - gpsd is a userland daemon acting as a translator between GPS and AIS receivers and their clients. gpsd listens on port 2947 for clients requesting position/time/velocity information.  The receivers are expected to generate position information in a well-known format -- as NMEA-0183 sentences, SiRF binary, Rockwell binary, Garmin binary format, or other vendor binary protocols.  gpsd takes this information from the GPS and translates it into something uniform and easier to understand for clients. This package contains the libgps library.
libgst1adaptivedemux - 1.12.4-1 - GStreamer open source multimedia framework . This package contains the GStreamer adaptivedemux library.
libgst1allocators - 1.12.4-1 - GStreamer open source multimedia framework . This package contains the GStreamer allocators library.
libgst1app - 1.12.4-1 - GStreamer open source multimedia framework . This package contains the GStreamer app library.
libgst1audio - 1.12.4-1 - GStreamer open source multimedia framework . This package contains the GStreamer audio library.
libgst1badbase - 1.12.4-1 - GStreamer open source multimedia framework . This package contains the GStreamer badbase library.
libgst1basecamerabinsrc - 1.12.4-1 - GStreamer open source multimedia framework . This package contains the GStreamer basecamerabinsrc library.
libgst1check - 1.12.4-1 - GStreamer open source multimedia framework . This package contains the GStreamer check unit testing library.
libgst1controller - 1.12.4-1 - GStreamer open source multimedia framework . This package contains the GStreamer dynamic parameter control library.
libgst1fft - 1.12.4-1 - GStreamer open source multimedia framework . This package contains the GStreamer FFT library.
libgst1net - 1.12.4-1 - GStreamer open source multimedia framework . This package contains the GStreamer network classes library.
libgst1pbutils - 1.12.4-1 - GStreamer open source multimedia framework . This package contains the GStreamer utils library.
libgst1photography - 1.12.4-1 - GStreamer open source multimedia framework . This package contains the GStreamer photography library.
libgst1riff - 1.12.4-1 - GStreamer open source multimedia framework . This package contains the GStreamer RIFF media library.
libgst1rtp - 1.12.4-1 - GStreamer open source multimedia framework . This package contains the GStreamer RTP library.
libgst1rtsp - 1.12.4-1 - GStreamer open source multimedia framework . This package contains the GStreamer RTSP library.
libgst1sdp - 1.12.4-1 - GStreamer open source multimedia framework . This package contains the GStreamer SDP library.
libgst1tag - 1.12.4-1 - GStreamer open source multimedia framework . This package contains the GStreamer tag support library.
libgst1uridownloader - 1.12.4-1 - GStreamer open source multimedia framework . This package contains the GStreamer uridownloader library.
libgst1video - 1.12.4-1 - GStreamer open source multimedia framework . This package contains the GStreamer video library.
libgstreamer1 - 1.12.4-1 - GStreamer open source multimedia framework . This package contains the GStreamer core library.
libhavege - 1.9.2-2 - Library for haveged
libhiredis - 0.13.3-1 - Hiredis is a minimalistic C client library for the Redis database.
libhttp-parser - 2.8.0-1 - A parser for HTTP messages written in C. It parses both requests and responses. The parser is designed to be used in performance HTTP applications.  It does not make any syscalls nor allocations, it does not buffer data,  it can be interrupted at anytime. Depending on your architecture,  it only requires about 40 bytes of data per message stream  (in a web server that is per connection).
libical - 1.0-1 - This package provides a a read/write library of classes for object oriented languages (Initial goals of PHP and Python) that implement and enforce the iCal standard (RFC 2445).
libiconv - 8 - Tiny drop-in replacement for the GNU Character set conversion library
libiconv-full - 1.11.1-3 - Character set conversion library
libid3tag - 0.15.1b-4 - libid3tag is a library for reading and (eventually) writing ID3 tags, both ID3v1 and the various versions of ID3v2.
libidn - 1.35-1 - GNU Libidn is a fully documented implementation of the Stringprep, Punycode and IDNA specifications. Libidn's purpose is to encode and decode internationalized domain names.  Library only package
libidn2 - 2.0.4-1 - Libidn2 is a free software implementation of IDNA2008, Punycode and TR46 in library form. It contains functionality to convert internationalized domain names to and from ASCII Compatible Encoding (ACE), following the IDNA2008 and TR46 standards.  Library only package
libidn2 - 2.0.4-2 - Libidn2 is a free software implementation of IDNA2008, Punycode and TR46 in library form. It contains functionality to convert internationalized domain names to and from ASCII Compatible Encoding (ACE), following the IDNA2008 and TR46 standards.  Library only package
libiio - 0.14-2 - libiio is used to interface to the Linux Industrial Input/Output (IIO) Subsystem. The Linux IIO subsystem is intended to provide support for devices that in some sense are analog to digital or digital to analog converters (ADCs, DACs). This includes, but is not limited to ADCs, Accelerometers, Gyros, IMUs, Capacitance to Digital Converters (CDCs), Pressure Sensors, Color, Light and Proximity Sensors, Temperature Sensors, Magnetometers, DACs, DDS (Direct Digital Synthesis), PLLs (Phase Locked Loops), Variable/Programmable Gain Amplifiers (VGA, PGA), and RF transceivers. You can use libiio natively on an embedded Linux target (local mode), or use libiio to communicate remotely to that same target from a host Linux, Windows or MAC over USB or Ethernet or Serial.
libiksemel - 1.4-2 - Iksemel is an XML parser library mainly designed for Jabber applications. It provides SAX, DOM, and special Jabber stream APIs. Library is coded in ANSI C except the network code (which is POSIX compatible), thus highly portable.
libimobiledevice - 1.2.1-3 - libimobiledevice is a software library that talks the protocols to support iPhoneツョ, iPod Touchツョ, iPadツョ and Apple TVツョ devices.
libimobiledevice - 1.2.1-2 - libimobiledevice is a software library that talks the protocols to support iPhoneツョ, iPod Touchツョ, iPadツョ and Apple TVツョ devices.
libimobiledevice-utils - 1.2.1-3 - libimobiledevice is a software library that talks the protocols to support iPhoneツョ, iPod Touchツョ, iPadツョ and Apple TVツョ devices. This package contains the libimobiledevice utilities.
libimobiledevice-utils - 1.2.1-2 - libimobiledevice is a software library that talks the protocols to support iPhoneツョ, iPod Touchツョ, iPadツョ and Apple TVツョ devices. This package contains the libimobiledevice utilities.
libinotifytools - 3.20.1-1 - inotify-tools is a C library and a set of command-line programs for Linux providing a simple interface to inotify. These programs can be used to monitor and act upon filesystem events. A more detailed description of the programs is further down the page. The programs are written in C and have no dependencies other than a Linux kernel supporting inotify.  This package provides the libinotifytools shared library.
libinput - 1.7.3-1 - libinput is a library to handle input devices in Wayland compositors and to provide a generic X.Org input driver. It provides device detection, device handling, input device event processing and abstraction so minimize the amount of custom input code compositors need to provide the common set of functionality that users expect.
libintl - 2 - Stub header for the GNU Internationalization library
libintl-full - 0.19.8.1-1 - GNU Internationalization library
libip4tc - 1.6.2-1 - IPv4 firewall - shared libiptc library
libip6tc - 1.6.2-1 - IPv6 firewall - shared libiptc library
libipset - 6.34-1 - IPset administration utility
libiptc - 1.6.2-1 - IPv4/IPv6 firewall - shared libiptc library (compatibility stub)
libiw - 29-5 - This package contains a library for manipulating "Linux Wireless Extensions".
libiwinfo - 2018-07-24-94b1366d-2 - Wireless information library with consistent interface for proprietary Broadcom, nl80211 and wext driver interfaces.
libiwinfo-lua - 2018-07-24-94b1366d-2 - This is the Lua binding for the iwinfo library. It provides access to all enabled backends.
libjpeg - 9a-1 - The Independent JPEG Group's JPEG runtime library
libjson-c - 0.12.1-4 - This package contains a library for javascript object notation backends.
libjson-c - 0.12.1-1 - This package contains a library for javascript object notation backends.
libjson-c2 - 0.12.1-3 - This package contains a library for javascript object notation backends.
libjson-script - 2018-07-25-c83a84af-1
libjson-script - 2018-04-12-6eff829d-1 - Minimalistic JSON based scripting engine
libkmod - 20-1 - Linux kernel module handling (library)
libldns - 1.6.17-2 - The goal of ldns is to simplify DNS programming, it supports recent RFCs like the DNSSEC documents, and allows developers to easily create software conforming to current RFCs, and experimental software for current Internet Drafts.
liblo - 0.28-1 - Lightweight Open Sound Control (OSC) library
liblo-utils - 0.28-1 - Lightweight Open Sound Control (OSC) utilities
libltdl - 2.4.6-1 - A generic dynamic object loading library
liblua - 5.1.5-1 - Lua is a powerful light-weight programming language designed for extending applications. Lua is also frequently used as a general-purpose, stand-alone  language. Lua is free software. This package contains the Lua shared libraries, needed by other programs.
liblucihttp - 2018-05-18-cb119ded-1 - LuCI HTTP utility library
liblucihttp-lua - 2018-05-18-cb119ded-1 - Lua binding for the LuCI HTTP utility library
liblxc - 2.1.1-1 - LXC userspace library
liblz4 - v1.7.5-1 - LZ4 is a compression codec that features a very fast encoder and an even faster decoder. This package provides the liblz4 shared library.
liblzma - 5.2.4-1 - liblzma library from XZ Utils
liblzo - 2.10-3 - LZO is a data compression library which is suitable for data de-/compression in real-time. This means it favours speed over compression ratio.
liblzo - 2.10-2 - LZO is a data compression library which is suitable for data de-/compression in real-time. This means it favours speed over compression ratio.
liblzo - 2.10-1 - LZO is a data compression library which is suitable for data de-/compression in real-time. This means it favours speed over compression ratio.
libmad - 0.15.1b-4 - MAD is a high-quality MPEG audio decoder. It currently supports MPEG-1 and the MPEG-2 extension to lower sampling frequencies, as well as the de facto MPEG 2.5 format. All three audio layers - Layer I, Layer II, and Layer III (i.e. MP3) - are fully implemented.
libmagic - 5.25-2 - File type determination library
libmariadbclient - 10.1.34-1 - MariaDB is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MariaDB are speed, robustness and ease of use.  This package includes the client library.
libmbedtls - 2.12.0-1
libmbedtls - 2.8.0-1 - The aim of the mbedtls project is to provide a quality, open-source cryptographic library written in C and targeted at embedded systems. This package contains the mbedtls library.
libmcrypt - 2.5.8-2 - libmcrypt is a cryptographic library that conveniently brings together a variety of ciphers for convenient use.
libmicrohttpd - 0.9.59-1 - GNU libmicrohttpd is a library that runs an HTTP server. (with-ssl)
libmicrohttpd-no-ssl - 0.9.59-1
libmilter-sendmail - 8.15.2-1 - The sendmail Mail Filter API (Milter) is designed to allow third-party programs access to mail messages as they are being processed in order to filter meta-information and content.
libminiupnpc - 1.9-1 - Lightweight UPnP library
libmms - 0.6.4-4 - LibMMS is a common library for parsing mms:// and mmsh:// type network streams. These are commonly used to stream Windows Media Video content over the web. LibMMS itself is only for receiving MMS stream, it doesn't handle sending at all.
libmnl - 1.0.4-1 - libmnl is a minimalistic user-space library oriented to Netlink developers. There are a lot of common tasks in parsing, validating, constructing of both the Netlink header and TLVs that are repetitive and easy to get wrong. This library aims to provide simple helpers that allows you to re-use code and to avoid re-inventing the wheel. The main features of this library are: . * Small: the shared library requires around 30KB for an x86-based computer. . * Simple: this library avoids complexity and elaborated abstractions that tend to hide Netlink details. . * Easy to use: the library simplifies the work for Netlink-wise developers. It provides functions to make socket handling, message building, validating, parsing and sequence tracking, easier. . * Easy to re-use: you can use the library to build your own abstraction layer on top of this library. . * Decoupling: the interdependency of the main bricks that compose the library is reduced, i.e. the library provides many helpers, but the programmer is not forced to use them.
libmodbus - 3.1.4-1 - A Modbus library for Linux, Mac OS X, FreeBSD, QNX and Win32.
libmosquitto-nossl - 1.5-3 - Library required for mosquitto's command line client tools, also for use by any third party software that wants to communicate with a mosquitto server.  Should be useable for communicating with any MQTT v3.1/3.1.1 compatible server, such as IBM's RSMB, in addition to Mosquitto This package is built without SSL support
libmosquitto-ssl - 1.5-3 - Library required for mosquitto's command line client tools, also for use by any third party software that wants to communicate with a mosquitto server.  Should be useable for communicating with any MQTT v3.1/3.1.1 compatible server, such as IBM's RSMB, in addition to Mosquitto This package is built with SSL support
libmosquittopp - 1.5-3 - C++ Library wrapper for libmosquitto.
libmount - 2.32-2 - The libmount library is used to parse /etc/fstab, /etc/mtab and /proc/self/mountinfo files, manage the mtab file, evaluate mount options...
libmpdclient - 2.11-1 - A stable, documented, asynchronous API library for interfacing MPD in the C, C++ & Objective C languages.
libmpeg2 - 0.5.1-1 - MPEG-1 & -2 decoding library
libmpg123 - 1.25.10-1 - fast console mpeg audio decoder library
libnatpmp - 20150609-1 - libnatpmp is an attempt to make a portable and fully compliant implementation of the protocol for the client side. It is based on non blocking sockets and all calls of the API are asynchronous. It is therefore very easy to integrate the NAT-PMP code to any event driven code. This package contains the shared library.
libncurses - 6.1-1 - Terminal handling library (Unicode)
libncurses-dev - 6.1-1 - Development files for the ncurses library
libndpi - 2.2-1 - nDPI is an open source LGPLv3 library for deep-packet inspection. Based on OpenDPI it includes ntop extensions.
libneon - 0.30.2-2 - neon is an HTTP and WebDAV client library, with a C interface. Features:  - High-level wrappers for common HTTP and WebDAV operations (GET, MOVE, DELETE, etc) - Low-level interface to the HTTP request/response engine, allowing the use of arbitrary HTTP methods, headers, etc. - Authentication support including Basic and Digest support, along with GSSAPI-based Negotiate on Unix, and SSPI-based Negotiate/NTLM on Win32 - SSL/TLS support using OpenSSL or GnuTLS; exposing an abstraction layer for verifying server certificates, handling client certificates, and examining certificate properties. Smartcard-based client certificates are also supported via a PKCS11 wrapper interface. - Abstract interface to parsing XML using libxml2 or expat, and wrappers for simplifying handling XML HTTP response bodies - WebDAV metadata support; wrappers for PROPFIND and PROPPATCH to simplify property manipulation.
libnet-1.2.x - 1.2-rc3-4 - Low-level packet creation library
libnetconf2 - 0.10.17 - libnetconf2 is the NETCONF library in C intended for building NETCONF clients and servers.  libnetconf2 provides basic functions to connect NETCONF client and server to each other via SSH, to send and receive NETCONF messages. NETCONF datastore implementation is not included.
libnetfilter-acct - 1.0.2-1 - libnetfilter_acct is a userspace library providing a programming interface (API) to the extended accounting infrastructure.
libnetfilter-conntrack - 2017-07-25-e8704326-1 - 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.
libnetfilter-cthelper - 1.0.0-1 - libnetfilter_cthelper is a userspace library providing a programming interface (API) to the in-kernel connection tracking helpers.  This library is currently used by conntrack-tools.
libnetfilter-cttimeout - 1.0.0-1 - libnetfilter_cttimeout is a userspace library providing a programming interface (API) to the in-kernel connection tracking timeout handling. This library is currently used by conntrack-tools.
libnetfilter-log - 1.0.1-1 - 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.
libnetfilter-queue - 2017-06-27-601abd1c-1 - libnetfilter_queue is a userspace library providing a programming interface (API) to the in-kernel connection tracking state table. This library is currently used by conntrack-tools.
libnetsnmp - 5.7.3-9 - Simple Network Management Protocol (SNMP) is a widely used protocol for monitoring the health and welfare of network equipment (eg. routers), computer equipment and even devices like UPSs. Net-SNMP is a suite of applications used to implement SNMP v1, SNMP v2c and SNMP v3 using both IPv4 and IPv6. . This package contains shared libraries, needed by other programs.
libnettle - 3.3-1 - GNU crypto library
libnfnetlink - 1.0.1-1 - libnfnetlink is is the low-level library for netfilter related kernel/userspace communication. It provides a generic messaging infrastructure for in-kernel netfilter subsystems (such as nfnetlink_log, nfnetlink_queue, nfnetlink_conntrack) and their respective users and/or management tools in userspace.
libnftnl - 1.0.9-2 - libnftnl is a userspace library providing a low-level netlink programming interface (API) to the in-kernel nf_tables subsystem.
libnghttp2 - 1.32.0-1 - C library implementing the framing layer of the HTTP/2 protocol. It can be used to build a HTTP/2-capable HTTP client or server
libnl - 3.3.0-1 - Socket handling, connection management, sending and receiving of data, message construction and parsing, object caching system, etc.
libnl-core - 3.3.0-1 - Common code for all netlink libraries
libnl-genl - 3.3.0-1 - Generic Netlink Library Functions
libnl-nf - 3.3.0-1 - Netfilter Netlink Library Functions
libnl-route - 3.3.0-1 - Routing Netlink Library Functions
libnl-tiny - 0.1-5 - This package contains a stripped down version of libnl
libnopoll - 0.4.2-2 - This package contains the noPoll C WebSocket library.
libogg - 1.3.2-2 - Ogg project codecs use the Ogg bitstream format to arrange the raw, compressed bitstream into a more robust, useful form.  For example, the Ogg bitstream makes seeking, time stamping and error recovery possible, as well as mixing several sepearate, concurrent media streams into a single physical bitstream.
liboil - 0.3.17-2 - Liboil is a library of simple functions that are optimized for various CPUs. These functions are generally loops implementing simple algorithms, such as converting an array of N integers to floating-point numbers or multiplying and summing an array of N numbers. Such functions are candidates for significant optimization using various techniques, especially by using extended instructions provided by modern CPUs (Altivec, MMX, SSE, etc.).
libopcodes - 2.27-1 - libbfd
libopendkim - 2.10.3-1 - Library for signing and verifying DomainKeys Identified Mail (DKIM) signatures.
libopenldap - 2.4.45-2 - OpenLDAP Software is an open source implementation of the Lightweight Directory Access Protocol (LDAP). This package contains the shared LDAP client libraries, needed by other programs.
libopenobex - 1.7.1-1 - Open Source impl of the OBject EXchange protocol (library)
libopensc - 0.17.0-1 - OpenSC provides a set of libraries and utilities to work with smart cards. Its main focus is on cards that support cryptographic operations, and facilitate their use in security applications such as authentication, mail encryption and digital signatures.
libopensc-pkcs11 - 0.17.0-1 - OpenSC PKCS#11 provider
libopensc-profile-asepcos - 0.17.0-1 - asepcos card profile for opensc
libopensc-profile-authentic - 0.17.0-1 - authentic card profile for opensc
libopensc-profile-cardos - 0.17.0-1 - cardos card profile for opensc
libopensc-profile-cyberflex - 0.17.0-1 - cyberflex card profile for opensc
libopensc-profile-entersafe - 0.17.0-1 - entersafe card profile for opensc
libopensc-profile-epass2003 - 0.17.0-1 - epass2003 card profile for opensc
libopensc-profile-flex - 0.17.0-1 - flex card profile for opensc
libopensc-profile-gpk - 0.17.0-1 - gpk card profile for opensc
libopensc-profile-ias-adele-admin1 - 0.17.0-1 - ias_adele_admin1 card profile for opensc
libopensc-profile-ias-adele-admin2 - 0.17.0-1 - ias_adele_admin2 card profile for opensc
libopensc-profile-ias-adele-common - 0.17.0-1 - ias_adele_common card profile for opensc
libopensc-profile-iasecc - 0.17.0-1 - iasecc card profile for opensc
libopensc-profile-iasecc-admin-eid - 0.17.0-1 - iasecc_admin_eid card profile for opensc
libopensc-profile-iasecc-generic-oberthur - 0.17.0-1 - iasecc_generic_oberthur card profile for opensc
libopensc-profile-iasecc-generic-pki - 0.17.0-1 - iasecc_generic_pki card profile for opensc
libopensc-profile-incrypto34 - 0.17.0-1 - incrypto34 card profile for opensc
libopensc-profile-jcop - 0.17.0-1 - jcop card profile for opensc
libopensc-profile-miocos - 0.17.0-1 - miocos card profile for opensc
libopensc-profile-muscle - 0.17.0-1 - muscle card profile for opensc
libopensc-profile-myeid - 0.17.0-1 - myeid card profile for opensc
libopensc-profile-oberthur - 0.17.0-1 - oberthur card profile for opensc
libopensc-profile-openpgp - 0.17.0-1 - openpgp card profile for opensc
libopensc-profile-pkcs15 - 0.17.0-1 - pkcs15 card profile for opensc
libopensc-profile-rutoken - 0.17.0-1 - rutoken card profile for opensc
libopensc-profile-rutoken-ecp - 0.17.0-1 - rutoken_ecp card profile for opensc
libopensc-profile-sc-hsm - 0.17.0-1 - sc-hsm card profile for opensc
libopensc-profile-setcos - 0.17.0-1 - setcos card profile for opensc
libopensc-profile-starcos - 0.17.0-1 - starcos card profile for opensc
libopensc-profile-westcos - 0.17.0-1 - westcos card profile for opensc
libopenssl - 1.0.2o-1 - The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a full-strength general purpose cryptography library. This package contains the OpenSSL shared libraries, needed by other programs.
libopenssl - 1.1.1d-2 - The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Transport Layer Security (TLS) protocol as well as a full-strength general-purpose cryptography library. This package contains the OpenSSL shared libraries, needed by other programs.
libopenssl-conf - 1.1.1d-2 - The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Transport Layer Security (TLS) protocol as well as a full-strength general-purpose cryptography library. This package installs the OpenSSL configuration file /etc/ssl/openssl.cnf.
libopenzwave - 1.4.164-2 - Open-ZWave Library
liboping - 1.9.0-1 - C library to generate ICMP echo requests.
libopus - 1.2.1-1 - Opus is a totally open, royalty-free, highly versatile audio codec. Opus is unmatched for interactive speech and music transmission over the Internet, but is also intended for storage and streaming applications.
libosip2 - 5.0.0-3 - GNU oSIP library, a Session Initiation Protocol (SIP) implementation.
libout123 - 1.25.10-1 - Library for continuous playback of audio streams via various platform-specific output methods
libow - 2.9p5-1 - OWFS is a suite of programs that designed to make the 1-wire bus and its devices easily accessible. The underlying principle is to create a virtual filesystem, with the unique ID being the directory, and the individual properties of the device are represented as simple files that can be read and written.  Details of the individual slave or master design are hidden behind a consistent interface. The goal is to provide an easy set of tools for a software designer to create monitoring or control applications. There are some performance enhancements in the implementation, including data caching, parallel access to bus masters, and aggregation of device communication. Still the fundemental goal has been ease of use, flexibility and correctness rather than speed.  This package contains the OWFS library.
libow-capi - 2.9p5-1 - OWFS is a suite of programs that designed to make the 1-wire bus and its devices easily accessible. The underlying principle is to create a virtual filesystem, with the unique ID being the directory, and the individual properties of the device are represented as simple files that can be read and written.  Details of the individual slave or master design are hidden behind a consistent interface. The goal is to provide an easy set of tools for a software designer to create monitoring or control applications. There are some performance enhancements in the implementation, including data caching, parallel access to bus masters, and aggregation of device communication. Still the fundemental goal has been ease of use, flexibility and correctness rather than speed.  This package contains the OWFS C-API library.
libp11 - 0.4.7-1 - Libp11 is a library implementing a small layer on top of PKCS#11 API to make using PKCS#11 implementations easier.
libpagekite - 0.91.171102C-1 - PageKite is a system for running publicly visible servers (generally web servers) on machines without a direct connection to the Internet, such as mobile devices or computers behind restrictive firewalls. PageKite works around NAT, firewalls and IP-address limitations by using a combination of tunnels and reverse proxies.  This package provides an implementation of the PageKite Protocol in C, optimized for high-performance or embedded applications.   This package contains the core library
libpam - 1.2.0-2 - The Linux-PAM Pluggable Authentication Modules.
libpcap - 1.8.1-1 - This package contains a system-independent library for user-level network packet capture.
libpcre - 8.41-2 - A Perl Compatible Regular Expression library
libpcre16 - 8.41-2 - A Perl Compatible Regular Expression library (16bit support)
libpcre2 - 10.30-1 - A Perl Compatible Regular Expression library
libpcre2-16 - 10.30-1 - A Perl Compatible Regular Expression library (16bit support)
libpcre2-32 - 10.30-1 - A Perl Compatible Regular Expression library (32bit support)
libpcrecpp - 8.41-2 - C++ wrapper for Perl Compatible Regular Expression library
libpcsclite - 1.8.23-1 - The purpose of PC/SC Lite is to provide a Windows(R) SCard interface in a very small form factor for communicating to smart cards and smart cards readers. . This package contains the PC/SC shared library.
libpj - 2.7.2-2 - libpj library
libpjlib-util - 2.7.2-2 - libpjlib-util library
libpjmedia - 2.7.2-2 - libpjmedia library
libpjnath - 2.7.2-2 - libpjnath library
libpjsip - 2.7.2-2 - libpjsip library
libpjsip-simple - 2.7.2-2 - libpjsip-simple library
libpjsip-ua - 2.7.2-2 - libpjsip-ua library
libpjsua - 2.7.2-2 - libpjsua library
libpjsua2 - 2.7.2-2 - libpjsua2 library
libpkcs11-spy - 0.17.0-1 - PKCS11 spying wrapper
libplist - 2.0.0-3 - A library to handle Apple Property List format whereas it's binary or XML
libplist-utils - 2.0.0-3 - A library to handle Apple Property List format whereas it's binary or XML This package contains the libplist utilities.
libplistcxx - 2.0.0-3 - A library to handle Apple Property List format whereas it's binary or XML This package contains the libplist C++ shared library.
libpng - 1.6.34-1 - A PNG format files handling library
libpopt - 1.16-1 - A command line option parsing library
libpq - 9.6.8-1 - PostgreSQL client library.
libpri - 1.6.0-2 - libpri is a C implementation of the Primary Rate ISDN specification. It was based on the Bellcore specification SR-NWT-002343 for National ISDN. As of May 12, 2001, it has been tested work with NI-2, Nortel DMS-100, and Lucent 5E Custom protocols on switches from Nortel and Lucent.
libprotobuf-c - v1.2.1 - Runtime library to use Google Protocol Buffers from C applications. Protocol Buffers are a way of encoding structured data in an efficient yet extensible format. Google uses Protocol Buffers for almost all of its internal RPC protocols and file formats.
libpthread - 1.1.19-1 - POSIX thread library
libqrencode - 4.0.0-1 - Libqrencode is a C library for encoding data in a QR Code symbol, a kind of 2D symbology that can be scanned by handy terminals such as a mobile phone with CCD. The capacity of QR Code is up to 7000 digits or 4000 characters, and is highly robust.
libradcli - 1.2.5-1 - A library for radius clients
libre - 0.5.8-1 - Generic library for real-time communications with async IO support
libreadline - 7.0-1 - The Readline library provides a set of functions for use by applications that allow users to edit command lines as they are typed in. Both Emacs  and vi editing modes are available. The Readline library includes  additional functions to maintain a list of previously-entered command  lines, to recall and perhaps reedit those lines, and perform csh-like  history expansion on previous commands.
libredblack - 0.2.3-a399310d99b61eec4d3c0677573ab5dddcf9395d - RedBlack Balanced Tree Searching and Sorting Library.
librem - 0.5.3-1 - Audio and video processing media library
libroxml - 2.3.0-2 - Minimum, easy-to-use, C implementation for xml file parsing
librpc - 2015-11-04-a921e3de-1 - uClibc RPC library
librrd1 - 1.0.50-2 - RRD is the Acronym for Round Robin Database. RRD is a system to store and display time-series data (i.e. network bandwidth, machine-room temperature, server load average). It stores the data in a very compact way that will not expand over time, and it presents useful graphs by processing the data to enforce a certain data density. It can be used either via simple wrapper scripts (from shell or Perl) or via frontends that poll network devices and put friendly user interface on it.  This is version 1.0.x with cgilib-0.4, gd1.3 and libpng-1.0.9 linked into librrd.so. The library is much smaller compared to the 1.2.x version with separate dynamic linked libraries. This package contains a shared library, used by other programs.
librt - 1.1.19-1 - POSIX.1b RealTime extension library
librtlsdr - 0.5.3-20150608--3 - rtl-sdr allows DVB-T dongles based on the Realtek RTL2832U to be used as an inexpensive SDR.  This package contains the librtlsdr shared library.
libruby - 2.5.1-1 - Ruby scripting language (shared library)
libsamplerate - 0.1.8-1 - Secret Rabbit Code (aka libsamplerate) is a Sample Rate Converter for audio.
libsane - 1.0.27-1 - SANE (Scanner Access Now Easy) is a universal scanner interface. This package contains the SANE shared libraries.
libsasl2 - 2.1.27-rc7-1 - A general purpose authentication library
libsctp - 1.0.16-1 - SCTP user-land library
libsearpc - 6.2.2-8998e7b2c5587f0b94c48db24e2952d08def5add-1 - Searpc is a simple C language RPC framework based on GObject system. Searpc handles the serialization/deserialization part of RPC, the transport part is left to users.
libseccomp - 2.2.1-1 - This package contains the seccomp library.
libsensors - 3.3.5-4 - lm-sensors libraries
libshout - 2.4.1-1 - libshout allows applications to easily communicate and broadcast to an Icecast streaming media server. It handles the socket connections, metadata communication, and data streaming for the calling application, and lets developers focus on feature sets instead of implementation details. . This package does not have Theora support.
libshout-full - 2.4.1-1 - libshout allows applications to easily communicate and broadcast to an Icecast streaming media server. It handles the socket connections, metadata communication, and data streaming for the calling application, and lets developers focus on feature sets instead of implementation details.
libshout-nossl - 2.4.1-1 - libshout allows applications to easily communicate and broadcast to an Icecast streaming media server. It handles the socket connections, metadata communication, and data streaming for the calling application, and lets developers focus on feature sets instead of implementation details. . This package does not have OpenSSL or Theora support.
libsigcxx - 2.5.4-1 - It allows you to define signals and to connect those signals to any callback function, either global or a member function, regardless of whether it is static or virtual.
libsmartcols - 2.32-2 - The smartcols library is used to print tables and trees in a pretty way.
libsndfile - 1.0.28-1 - libsndfile is a library of C routines for reading and writing files containing sampled audio data.
libsoc - 2016-12-22-5b788d4d-1 - libsoc: C library for interfacing with common SoC peripherals through generic kernel interfaces
libsocks - 1.4.1-1 - Dante is a circuit-level firewall/proxy that can be used to provide convenient and secure network connectivity, requiring only that the server Dante runs on has external network connectivity. Dante is used daily by Fortune 100 companies and large international organizations, either as a standard SOCKS server or as a "reverse proxy".  This package provides the shared libsocks library.
libsodium - 1.0.16-1 - NaCl (pronounced "salt") is a new easy-to-use high-speed software library for network communication, encryption, decryption, signatures, etc. NaCl's goal is to provide all of the core operations needed to build higher-level cryptographic tools. Sodium is a portable, cross-compilable, installable, packageable fork of NaCl (based on the latest released upstream version nacl-20110221), with a compatible API. The design choices, particularly in regard to the Curve25519 Diffie-Hellman function, emphasize security (whereas NIST curves emphasize "performance" at the cost of security), and "magic constants" in NaCl/Sodium have clear rationales. The same cannot be said of NIST curves, where the specific origins of certain constants are not described by the standards. And despite the emphasis on higher security, primitives are faster across-the-board than most implementations of the NIST standards.
libsoup - 2.60.3-1 - libsoup
libsoxr - 0.1.3-1 - The SoX Resampler library High quality, one-dimensional sample-rate conversion library
libspandsp - 0.0.6-4 - spandsp library
libspeex - 1.2.0-1 - Open source patent-free speech compression codec library. Speex is an Open Source/Free Software patent-free audio compression format designed for speech. The Speex Project aims to lower the barrier of entry for voice applications by providing a free alternative to expensive proprietary speech codecs. Moreover, Speex is well-adapted to Internet applications and provides useful features that are not present in most other codecs.  This package contains the shared codec library, needed by other programs.
libspeexdsp - 1.2rc3-1 - Open source patent-free speech compression codec library. Speex is an Open Source/Free Software patent-free audio compression format designed for speech. The Speex Project aims to lower the barrier of entry for voice applications by providing a free alternative to expensive proprietary speech codecs. Moreover, Speex is well-adapted to Internet applications and provides useful features that are not present in most other codecs.  This package contains the shared dsp library, needed by other programs.
libsqlite3 - 3230100-1 - SQLite is a small C library that implements a self-contained, embeddable, zero-configuration SQL database engine. This package contains the SQLite (v3.x) shared library, used by other programs.
libsrtp - 1.6.0-2 - Open-source implementation of the Secure Real-time Transport Protocol (SRTP) originally authored by Cisco Systems, Inc. It is available under a BSD-style license.
libsrtp2 - 2.1.0-1 - Open-source implementation of the Secure Real-time Transport Protocol (SRTP) originally authored by Cisco Systems, Inc. It is available under a BSD-style license.
libss - 1.44.1-1 - This pacakge contains libss, a command-line interface parsing library bundled with e2fsprogs.
libssh - 0.7.5-1 - libssh is a mulitplatform C library implementing the SSHv2 and SSHv1 protocol for client and server implementations.
libssh2 - 1.8.0-2 - libssh2 is a client-side C library implementing the SSH2 protocol.
libstdcpp - 7.3.0-1 - GNU Standard C++ Library v3
libstoken - 0.8-2 - tokencode generator compatible with RSA SecurID 128-bit (AES)
libstrophe - 0.9.1-1 - A simple, lightweight C library for writing XMPP clients
libsysfs - 2.1.0-2 - The library's purpose is to provide a consistant and stable interface for querying system device information exposed through sysfs.
libsysrepo - 0.7.3-2 - YANG-based data store library
libtalloc - 2.1.11-1 - talloc is a hierarchical, reference counted memory pool system with destructors.
libtasn1 - 4.12-1 - This is a library for Abstract Syntax Notation One (ASN.1) and Distinguish Encoding Rules (DER) manipulation.
libtheora - 1.1.1-1 - Theora is Xiph.Org's first publicly released video codec, intended for use within the Foundation's Ogg multimedia streaming system. Theora is derived directly from On2's VP3 codec; Currently the encoders are nearly identical, but Theora will make use of new features supported by the decoder to improve over what is is possible with VP3.
libtiff - 4.0.9-3 - TIFF library
libtiffxx - 4.0.9-3 - TIFF library(c++ bindings)
libtins - v3.5-1 - libtins is a high-level, multiplatform C++ network packet sniffing and crafting library.
libtirpc - 1.0.3-1 - Library TI RPC for RPC bindings
libtool-bin - 2.4.6-2 - GNU libtool is a generic library support script. Libtool hides the complexity of using shared libraries behind a consistent, portable interface.  This package contains the libtoolize executable.
libtorrent - 0.13.6-git-1-14e793b75dac95c51ad64ff9cd2dc6772b68c625 - LibTorrent is a BitTorrent library written in C++ for *nix, with a focus on high performance and good code. The library differentiates itself from other implementations by transferring directly from file pages to the network stack. On high-bandwidth connections it is able to seed at 3 times the speed of the official client.
libubox - 2018-07-25-c83a84af-2 - Basic utility library
libubox - 2018-04-12-6eff829d-1 - Basic utility library
libubox-lua - 2018-04-12-6eff829d-1 - Lua binding for the OpenWrt Basic utility library
libubox20191228 - 2020-02-27-7da66430-1 - Basic utility library
libubus - 2018-07-26-40e0931e-2 - OpenWrt RPC client library
libubus - 2018-01-16-5bae22eb-1 - OpenWrt RPC client library
libubus-lua - 2018-01-16-5bae22eb-1 - Lua binding for the OpenWrt RPC client
libubus-lua - 2018-07-26-40e0931e-1
libubus20191227 - 2019-12-27-041c9d1c-1 - OpenWrt RPC client library
libuci - 2018-03-24-5d2bf09e-1 - C library for the Unified Configuration Interface (UCI)
libuci - 2018-08-11-4c8b4d6e-2 - C library for the Unified Configuration Interface (UCI)
libuci-lua - 2018-03-24-5d2bf09e-1 - Lua plugin for UCI
libuci20130104 - 2019-09-01-415f9e48-3 - C library for the Unified Configuration Interface (UCI)
libuclient - 2018-08-03-ae1c656f-1
libuclient - 2017-11-02-4b87d831-1 - HTTP/1.1 client library
libudev-fbsd - 20160820-2 - small udev shim for FreeBSD/devd (and other non-systemd)
libudns - 0.4-1 - UDNS is a stub DNS resolver library with ability to perform both syncronous and asyncronous DNS queries.
libuecc - 7-2 - Very small Elliptic Curve Cryptography library
libugpio - 0.0.6-1 - libugpio is a library to ease the use of linux kernel's sysfs gpio interface from C programs and/or other libraries.
libuhttpd-mbedtls - 2.0.3-1 - libuhttpd (mbedtls)
libuhttpd-nossl - 2.0.3-1 - libuhttpd (NO SSL)
libuhttpd-openssl - 2.0.3-1 - libuhttpd (openssl)
libuhttpd-wolfssl - 2.0.3-1 - libuhttpd (wolfssl)
libunbound - 1.7.3-2 - This package contains the Unbound shared library.
libunbound - 1.8.1-2 - This package contains the Unbound shared library.
libunistring - 0.9.8-1 - This library provides functions for manipulating Unicode strings and for manipulating C strings according to the Unicode standard.
libunistring - 0.9.8-2 - This library provides functions for manipulating Unicode strings and for manipulating C strings according to the Unicode standard.
libunrar - 5.6.1-1 - UnRAR library is a shared library that provides file extraction from RAR archives
libunwind - 1.2.1-2 - Libunwind defines a portable and efficient C programming interface (API) to determine the call-chain of a program.
libupnp - 1.6.19-2 - The portable SDK for UPnP Devices (libupnp) provides developers with an API and open source code for building control points, devices, and bridges that are compliant with Version 1.0 of the  Universal Plug and Play Device Architecture Specification.
libupnp-sample - 1.6.19-2 - TVcontrolpoint & tvdevice sample applications run inside /etc/upnp-tvdevice/
libupnpp - 0.14.0-1 - libupnpp defines useful objects over libupnp and can be used to create both devices and control points. It is shared by upmpdcli and upplay.
liburcu - 0.9.4-1 - Userspace Read-Copy-Update library.
libusb-1.0 - 1.0.22-1 - libusb is a C library that gives applications easy access to USB devices on many different operating systems.
libusb-compat - 0.1.5-1 - libusb is a C library that gives applications easy access to USB devices on many different operating systems.
libusbmuxd - 1.1.0-3 - This daemon is in charge of multiplexing connections over USB to an iPhone or iPod touch. To users, it means you can sync your music, contacts, photos, etc. over USB. To developers, it means you can connect to any listening localhost socket on the device. usbmuxd is not used for tethering data transfer, which uses a dedicated USB interface as a virtual network device. This package contains the libusbmuxd shared library.
libusbmuxd - 1.1.0-2 - This daemon is in charge of multiplexing connections over USB to an iPhone or iPod touch. To users, it means you can sync your music, contacts, photos, etc. over USB. To developers, it means you can connect to any listening localhost socket on the device. usbmuxd is not used for tethering data transfer, which uses a dedicated USB interface as a virtual network device. This package contains the libusbmuxd shared library.
libusbmuxd-utils - 1.1.0-2 - This daemon is in charge of multiplexing connections over USB to an iPhone or iPod touch. To users, it means you can sync your music, contacts, photos, etc. over USB. To developers, it means you can connect to any listening localhost socket on the device. usbmuxd is not used for tethering data transfer, which uses a dedicated USB interface as a virtual network device. This package contains the libusbmuxd utilities.
libustream-mbedtls - 2018-05-24-189cd38b-4 - ustream SSL Library (mbedtls)
libustream-mbedtls - 2018-04-30-527e7002-3 - ustream SSL Library (mbedtls)
libustream-mbedtls - 2019-11-05-c9b66682-2 - ustream SSL Library (mbedtls)
libustream-openssl - 2020-03-13-40b563b1-1
libustream-openssl - 2018-04-30-527e7002-3 - ustream SSL Library (openssl)
libustream-openssl - 2018-05-24-189cd38b-4 - ustream SSL Library (openssl)
libustream-openssl - 2019-11-05-c9b66682-2 - ustream SSL Library (openssl)
libustream-wolfssl - 2018-05-24-189cd38b-4 - ustream SSL Library (wolfssl)
libuuid - 2.32-2 - The UUID library is used to generate unique identifiers for objects that may be accessible beyond the local system. This library generates UUIDs compatible with those created by the Open Software Foundation (OSF) Distributed Computing Environment (DCE) utility.
libuv - 1.19.2-1 - libuv is a multi-platform support library with a focus on asynchronous I/O. It was primarily developed for use by Node.js, but it's also used by Luvit, Julia, pyuv, and others.
libuvc - 0.0.5-20140812-2c6403405872aa865999b95ba15944295adf6c38-1 - This package contains libuvc is a cross-platform library for USB video devices, built atop libusb.
libuwsc-mbedtls - 2.0.2-1 - Lightweight WebSocket client library (mbedtls)
libuwsc-nossl - 2.0.2-1 - Lightweight WebSocket client library (NO SSL)
libuwsc-openssl - 2.0.2-1 - Lightweight WebSocket client library (openssl)
libuwsc-wolfssl - 2.0.2-1 - Lightweight WebSocket client library (wolfssl)
libv4l - 1.10.0-1 - libv4l is a collection of libraries which adds a thin abstraction layer on top of video4linux2 devices. The purpose of this (thin) layer is to make it easy for application writers to support a wide variety of devices without having to write separate code for different devices in the same class. libv4l consists of 3 different libraries: libv4lconvert, libv4l1 and libv4l2.  libv4l1 offers the (deprecated) v4l1 API on top of v4l2 devices, independent of the drivers for those devices supporting v4l1 compatibility (which many v4l2 drivers do not).  libv4l2 offers the v4l2 API on top of v4l2 devices, while adding for the application transparent libv4lconvert conversion where necessary.
libvorbis - 1.3.6-1 - Vorbis is a general purpose audio and music encoding format contemporary to MPEG-4's AAC and TwinVQ, the next generation beyond MPEG audio layer 3. Unlike the MPEG sponsored formats (and other proprietary formats such as RealAudio G2 and Windows' flavor of the month), the Vorbis CODEC specification belongs to the public domain. All the technical details are published and documented, and any software entity may make full use of the format without license fee, royalty or patent concerns.
libvorbisidec - 1.0.3-20150104-3 - libvorbisidec is "tremor", a fixed-point implementation of libvorbis. It also has libogg built-in. It is suitable as a replacement for libvorbis and libogg in tremor-aware applications. Tremor is a decoder only.
libvpx - 1.7.0-1 - libvpx is a VP8/VP9 Codec SDK.
libwebcam - 0.2.4 - The webcam-tools package contains the following two components: - libwebcam: Webcam Library (LGPL) - uvcdynctrl: Manage dynamic controls in uvcvideo (GPL)
libwebsockets-full - 2.4.1-2 - libwebsockets (Full - OpenSSL, libuv, plugins, CGI)
libwebsockets-mbedtls - 2.4.1-2 - libwebsockets (mbedTLS)
libwebsockets-openssl - 2.4.1-2 - libwebsockets (OpenSSL)
libwolfssl - 3.12.2-2 - wolfSSL (formerly CyaSSL) is an SSL library optimized for small footprint, both on disk and for memory use.
libwrap - 7.6-1 - Security wrapper library for TCP services
libxerces-c - 3.2.0-1 - Xerces-C++ is a validating XML parser written in a portable subset of C++. Xerces-C++ makes it easy to give your application the ability to read and write XML data. A shared library is provided for parsing, generating, manipulating, and validating XML documents. Xerces-C++ is faithful to the XML 1.0 recommendation and associated standards (DOM 1.0, DOM 2.0, SAX 1.0, SAX 2.0, Namespaces, XML Schema Part 1 and Part 2). It also provides experimental implementations of XML 1.1 and DOM Level 3.0. The parser provides high performance, modularity, and scalability.
libxerces-c-samples - 3.2.0-1 - Validating XML parser library for C++ (samples)
libxml2 - 2.9.8-2 - A library for manipulating XML and HTML resources.
libxslt - 1.1.32-2 - A library for XML transformation using XSLT.
libxtables - 1.6.2-1 - IPv4/IPv6 firewall - shared xtables library
libyaml - 0.1.6-1 - Fast YAML 1.1 parser and emitter library
libyaml-cpp - beb44b87-1 - yaml-cpp is a YAML parser and emitter in C++ matching the YAML 1.2 spec.
libyang - 0.14.53-2698bd6484526facbf82b1263810b938b82a2f23 - libyang is YANG data modelling language parser and toolkit written (and providing API) in C. The library is used e.g. in libnetconf2, Netopeer2 or sysrepo projects.
libzdb - 3.1-3 - zdb is a database library with thread-safe connection pooling. The library can connect transparently to multiple database systems. It has zero runtime configuration and connections are specified via a URL scheme. A modern object-oriented API is provided. zdb supports MySQL, PostgreSQL, SQLite, and Oracle. NOTE: This package does not include Oracle support.
libzmq-curve - 4.1.4-1 - This package contains the ZeroMQ messaging engine shared library. Includes CurveZMQ security by libsodium.
libzmq-nc - 4.1.4-1 - This package contains the ZeroMQ messaging engine shared library.
lighttpd - 1.4.48-2 - A flexible and lightweight web server
lighttpd - 1.4.48-1 - A flexible and lightweight web server
lighttpd-mod-access - 1.4.48-1 - Access restrictions module
lighttpd-mod-access - 1.4.48-2 - Access restrictions module
lighttpd-mod-accesslog - 1.4.48-1 - Access logging module
lighttpd-mod-alias - 1.4.48-1 - Directory alias module
lighttpd-mod-auth - 1.4.48-1 - Authentication module
lighttpd-mod-cgi - 1.4.48-1 - CGI module
lighttpd-mod-cgi - 1.4.48-2 - CGI module
lighttpd-mod-cml - 1.4.48-1 - Cache Meta Language module
lighttpd-mod-compress - 1.4.48-1 - Compress output module
lighttpd-mod-evasive - 1.4.48-1 - Evasive module
lighttpd-mod-evhost - 1.4.48-1 - Exnhanced Virtual-Hosting module
lighttpd-mod-expire - 1.4.48-2 - Expire module
lighttpd-mod-expire - 1.4.48-1 - Expire module
lighttpd-mod-extforward - 1.4.48-1 - Extract client module
lighttpd-mod-extforward - 1.4.48-2 - Extract client module
lighttpd-mod-fastcgi - 1.4.48-1 - FastCGI module
lighttpd-mod-fastcgi - 1.4.48-2 - FastCGI module
lighttpd-mod-flv_streaming - 1.4.48-1 - FLV streaming module
lighttpd-mod-magnet - 1.4.48-1 - Magnet module
lighttpd-mod-mysql_vhost - 1.4.48-1 - Mysql virtual hosting module
lighttpd-mod-openssl - 1.4.48-1 - SSL module
lighttpd-mod-proxy - 1.4.48-1 - Proxy module
lighttpd-mod-proxy - 1.4.48-2 - Proxy module
lighttpd-mod-redirect - 1.4.48-1 - URL redirection module
lighttpd-mod-rewrite - 1.4.48-1 - URL rewriting module
lighttpd-mod-rrdtool - 1.4.48-1 - RRDtool module
lighttpd-mod-scgi - 1.4.48-1 - SCGI module
lighttpd-mod-secdownload - 1.4.48-1 - Secure and fast download module
lighttpd-mod-setenv - 1.4.48-1 - Environment variable setting module
lighttpd-mod-simple_vhost - 1.4.48-1 - Simple virtual hosting module
lighttpd-mod-ssi - 1.4.48-1 - SSI module
lighttpd-mod-status - 1.4.48-1 - Server status display module
linknx - 0.0.1.34-1 - KNX home automation platform
linux-atm - 2.5.2-5 - This package contains a library for accessing the Linux ATM subsystem.
linuxptp - 1.9.2-1 - The PTP daemon (PTPd) implements version 2 of the Precision Time Protocol (PTP) as defined by the IEEE 1588-2008 standard. PTP was developed to provide very precise time coordination of LAN connected computers.
lispd - 0.4-2 - This packet provides support for the Locator-ID Separation Protocol.
lldpd - 1.0.1-1 - LLDP (Link Layer Discovery Protocol) is an industry standard protocol designed to supplant proprietary Link-Layer protocols such as Extreme's EDP (Extreme Discovery Protocol) and CDP (Cisco Discovery Protocol). The goal of LLDP is to provide an inter-vendor compatible mechanism to deliver Link-Layer notifications to adjacent network devices.
lm-sensors - 3.3.5-4 - utility to read hardware sensor data
lm-sensors-detect - 3.3.5-4 - script to autodetect sensor hardware
logd - 2018-02-14-128bc35f-2 - OpenWrt system log implementation
logger - 2.32-2 - logger makes entries in the system log, it provides a shell command interface to the syslog system log module
logrotate - 3.10.0-2 - logrotate is designed to ease administration of systems that generate large numbers of log files. It allows auto-matic rotation, compression, removal and mailing of log files. Each log file may be handled daily, weekly, monthly or when it grows too large.
look - 2.32-2 - look utility displays any lines in file which contain string
losetup - 2.32-2 - losetup is used to associate loop devices with regular files or block devices, to detach loop devices and to query the status of a loop device
lpc21isp - 197-2 - Portable command line ISP (In-circuit Programmer) for NXP LPC family and Analog Devices ADUC70xx.
lpeg - 0.12.2-2 - LPeg is a new pattern-matching library for Lua, based on Parsing Expression Grammars (PEGs)
lrzsz - 0.12.20-1 - Transfer files in your login sessions. Very leightweight and straight forward. You just need a terminal client that can do either X, Y or Z-modem file transfers.
lsattr - 1.44.1-1 - Ext2 Filesystem lsattr utility
lsblk - 2.32-2 - lsblk lists information about all or the specified block devices
lscpu - 2.32-2 - lscpu displays information about the CPU architecture
lsof - 4.89-2 - LiSt Open Files - a diagnostic tool
lsqlite3 - 0.9.3-1 - LuaSQLite3 is a thin wrapper around the public domain SQLite3 database engine.
lttng-tools - 2.6.0-2 - Linux Trace Toolkit: next generation (tools)
lttng-ust - 2.6.1-1 - Linux Trace Toolkit: next generation (library)
lua - 5.1.5-1 - Lua is a powerful light-weight programming language designed for extending applications. Lua is also frequently used as a general-purpose, stand-alone  language. Lua is free software. This package contains the Lua language interpreter.
lua-bencode - 2.1.0-1 - This is a module for the lua programming language for decoding and encoding bencoded data which can be used to read and write torrent files for bittorrent.
lua-cjson - 2.1.0-2 - Lua CJSON is a fast JSON encoding/parsing module for Lua.
lua-copas - 2.0.0-1 - Copas is a dispatcher based on coroutines that can be used by TCP/IP servers.
lua-coxpcall - 1.15.0-1 - Coxpcall encapsulates the protected calls with a coroutine based loop, so errors can be dealed without the usual pcall/xpcall issues with coroutines.
lua-examples - 5.1.5-1 - Lua is a powerful light-weight programming language designed for extending applications. Lua is also frequently used as a general-purpose, stand-alone  language. Lua is free software. This package contains Lua language examples.
lua-lzlib - 0.4.3-1 - A library to access zlib library functions and also to read/write gzip files using an interface similar to the base io package.
lua-md5 - 1.2-1 - MD5 offers basic cryptographic facilities for Lua
lua-mobdebug - 0.61-1 - MobDebug is a remote debugger for Lua (including Lua 5.1, Lua 5.2, Lua 5.3, and LuaJIT 2.x).
lua-mosquitto - 0.3-1 - Lua bindings to libmosquitto
lua-openssl - 0.6.0-1 - A free, MIT-licensed OpenSSL binding for Lua.
lua-penlight - 1.5.4-1 - It is often said of Lua that it does not include batteries. Penlight is the batteries.
lua-rings - 1.3.0-1 - Rings is a library which provides a way to create new Lua states from within Lua.
lua-rs232 - 1.0.3-2 - multiplatform library for serial communications over RS-232
lua-sha2 - 0.2.0-1 - Lua Binding for the SHA-2 (SHA-256/384/512) BSD-licensed C implementation by Aaron Gifford. Also contains a HMAC implementation in Lua.
lua-wsapi-base - 1.6.1-1 - WSAPI is an API that abstracts the web server from Lua web applications . This package contains the basic stuff.
lua-wsapi-xavante - 1.6.1-1 - WSAPI is an API that abstracts the web server from Lua web applications . This package contains the Xavante stuff.
lua-xavante - 2.3.0-1 - Xavante is a Lua HTTP 1.1 Web server that uses a modular architecture based on URI mapped handlers.
luabitop - 1.0.2-1 - Lua BitOp is a C extension module for Lua 5.1/5.2 which adds bitwise operations on numbers.
luac - 5.1.5-1 - Lua is a powerful light-weight programming language designed for extending applications. Lua is also frequently used as a general-purpose, stand-alone  language. Lua is free software. This package contains the Lua language compiler.
luaexpat - 1.3.0-1 - LuaExpat is a SAX XML parser based on the Expat library.
luafilesystem - 1.6.2-1 - This package contains the LuaFileSystem library, a set of portable functions for directory creation, listing and deletion and for file locking.
luai2c - 1.1.2-4 - This is the Lua binding for I2C. It provides access to I2C slaves supported by the kernel.
lualanes - 3.9.4-1 - Lanes is a lightweight, native, lazy evaluating multithreading library for Lua 5.1 and 5.2.
luaposix - v33.2.1-5 - luaposix is a general POSIX library for Lua providing access to various low level libc functions.
luarocks - 2.2.2-2 - LuaRocks is a deployment and management system for Lua modules.
luasec - 0.6-1 - LuaSec is a binding for OpenSSL library to provide TLS/SSL communication.
luasoap - 2014-08-21-af1e100281cee4b972df10121e37e51d53367a98 - LuaSOAP is a library of functions to deal with SOAP.
luasocket - 3.0-rc1-20130909-4 - LuaSocket is the most comprehensive networking support library for the Lua language. It provides easy access to TCP, UDP, DNS, SMTP, FTP, HTTP, MIME and much more.
luasql-mysql - 2.3.0-1 - LuaSQL is a simple interface from Lua to a DBMS. . This package contains the MySQL binding.
luasql-pgsql - 2.3.0-1 - LuaSQL is a simple interface from Lua to a DBMS. . This package contains the PostgreSQL binding.
luasql-sqlite3 - 2.3.0-1 - LuaSQL is a simple interface from Lua to a DBMS. . This package contains the SQLite 3 binding.
luci - git-18.228.31946-f64b152-1
luci - git-18.196.56128-9112198-1 - Standard OpenWrt set including full admin with ppp support and the default Bootstrap theme
luci-app-acme - 2.7.8-3 - Control the ACME Letsencrypt certificate interface
luci-app-adblock - git-18.196.56128-9112198-1 - LuCI support for Adblock
luci-app-advanced-reboot - git-18.196.56128-9112198-32 - Provides Web UI (found under System/Advanced Reboot) to reboot supported Linksys and ZyXEL routers to an altnerative partition. Also provides Web UI to shut down (power off) your device. Supported dual-partition routers are listed at https://github.com/stangri/openwrt-luci/blob/luci-app-advanced-reboot/applications/luci-app-advanced-reboot/README.md
luci-app-ahcp - git-18.196.56128-9112198-1 - LuCI Support for AHCPd
luci-app-aria2 - 1.0.1-2 - LuCI Support for Aria2
luci-app-asterisk - git-18.196.56128-9112198-1 - LuCI Support for Asterisk
luci-app-attendedsysupgrade - git-18.196.56128-9112198-1 - LuCI support for attended sysupgrades
luci-app-bcp38 - git-18.196.56128-9112198-1 - BCP38 LuCI interface
luci-app-bird4 - 0.3-1 - bird4 application for LuCI
luci-app-bird6 - 0.3-1 - bird6 application for LuCI
luci-app-bmx6 - 5 - bmx6 web application (status and configuration) for LuCi web interface
luci-app-bmx7 - 0.0-alpha - LuCI application for web-based configuration and visualization of the BMX7 routing daemon
luci-app-chinadns - 1.6.2-1 - LuCI Support for ChinaDNS.
luci-app-cjdns - 1.3-5 - This package allows you to configure and inspect cjdns networking using LuCI.  Cjdns implements an encrypted IPv6 network using public-key cryptography for address allocation and a distributed hash table for routing. This provides near-zero-configuration networking, and prevents many of the security and scalability issues that plague existing networks.
luci-app-clamav - git-18.196.56128-9112198-1 - ClamAV LuCI interface
luci-app-commands - git-18.196.56128-9112198-1 - LuCI Shell Command Module
luci-app-cshark - git-18.196.56128-9112198-1 - Cloudshark capture tool Web UI
luci-app-ddns - 2.4.9-3 - LuCI Support for Dynamic DNS Client (ddns-scripts)
luci-app-diag-core - git-18.196.56128-9112198-1 - LuCI Diagnostics Tools (Core)
luci-app-dnscrypt-proxy - git-18.196.56128-9112198-1 - LuCI support for DNSCrypt-Proxy
luci-app-dump1090 - git-18.196.56128-9112198-1 - LuCI Support for dump1090
luci-app-dynapoint - git-18.196.56128-9112198-1 - LuCI Support for DynaPoint
luci-app-e2guardian - git-18.196.56128-9112198-1 - E2Guardian LuCI Interface
luci-app-firewall - git-18.196.56128-9112198-1 - Firewall and Portforwarding application
luci-app-firewall - git-18.228.31946-f64b152-1
luci-app-freifunk-diagnostics - git-18.196.56128-9112198-1 - Tools for network diagnosis like traceroute and ping
luci-app-freifunk-policyrouting - git-18.196.56128-9112198-1 - Policy routing for mesh traffic
luci-app-freifunk-widgets - git-18.196.56128-9112198-1 - Widgets for the Freifunk index page
luci-app-fwknopd - git-18.196.56128-9112198-1 - Fwknopd config - web config for the firewall knock daemon
luci-app-hd-idle - git-18.196.56128-9112198-1 - Hard Disk Idle Spin-Down module
luci-app-hnet - 2016-06-28-606d7e904603ad8792ac1a7ba825618df97b5a4e-1 - HNCP Homenet configuration and visualization
luci-app-lxc - git-18.196.56128-9112198-1 - LXC management Web UI
luci-app-meshwizard - git-18.196.56128-9112198-1 - Shellscript based wizard to setup mesh networks
luci-app-minidlna - git-18.196.56128-9112198-1 - LuCI Support for miniDLNA
luci-app-mjpg-streamer - git-18.196.56128-9112198-1 - MJPG-Streamer service configuration module
luci-app-mwan3 - git-18.196.56128-9112198-1 - LuCI support for the MWAN3 multiwan hotplug script
luci-app-nlbwmon - git-18.196.56128-9112198-1 - Netlink based bandwidth accounting
luci-app-noddos - git-18.196.56128-9112198-1 - Provides Web UI for Noddos service.
luci-app-ntpc - git-18.196.56128-9112198-1 - NTP time synchronisation configuration module
luci-app-ocserv - git-18.196.56128-9112198-1 - LuCI Support for OpenConnect VPN
luci-app-olsr - git-18.196.56128-9112198-1 - OLSR configuration and status module
luci-app-olsr-services - git-18.196.56128-9112198-1 - Show services announced with the nameservice plugin
luci-app-olsr-viz - git-18.196.56128-9112198-1 - OLSR Visualisation
luci-app-openvpn - git-18.196.56128-9112198-1 - LuCI Support for OpenVPN
luci-app-p910nd - git-18.196.56128-9112198-1 - p910nd - Printer server module
luci-app-pagekitec - git-18.196.56128-9112198-1 - LuCI Support for PageKite
luci-app-polipo - git-18.196.56128-9112198-1 - LuCI Support for the Polipo Proxy
luci-app-privoxy - 1.0.6-2 - LuCI Support for Privoxy WEB proxy
luci-app-qos - git-18.196.56128-9112198-1 - Quality of Service configuration module
luci-app-radicale - 1.1.0-1 - LuCI Support for Radicale CardDAV/CalDAV
luci-app-rp-pppoe-server - git-18.196.56128-9112198-1 - Roaring Penguin PPPoE Server
luci-app-samba - git-18.196.56128-9112198-1 - Network Shares - Samba SMB/CIFS module
luci-app-shadowsocks - 1.8.2-1 - LuCI Support for shadowsocks-libev.
luci-app-shadowsocks-libev - git-18.196.56128-9112198-1 - LuCI Support for shadowsocks-libev
luci-app-shadowsocks-without-ipset - 1.8.2-1 - LuCI Support for shadowsocks-libev.
luci-app-shadowsocksR - 1.2.1 - LuCI Support for shadowsocksr-libev Client and Server.
luci-app-shadowsocksR-GFW - 1.2.1 - LuCI Support for shadowsocksr-libev GFW.
luci-app-shairplay - git-18.196.56128-9112198-1 - LuCI Support for Shairplay
luci-app-siitwizard - git-18.196.56128-9112198-1 - SIIT IPv4-over-IPv6 configuration wizard
luci-app-simple-adblock - git-18.196.56128-9112198-5 - Provides Web UI for simple-adblock service.
luci-app-splash - git-18.196.56128-9112198-1 - Freifunk DHCP-Splash application
luci-app-sqm - 1.2.3-1 - Luci interface for the SQM scripts queue management configuration package.
luci-app-squid - git-18.196.56128-9112198-1 - Squid LuCI Interface
luci-app-statistics - git-18.196.56128-9112198-1 - LuCI Statistics Application
luci-app-tinyproxy - git-18.196.56128-9112198-1 - Tinyproxy - HTTP(S)-Proxy configuration
luci-app-transmission - git-18.196.56128-9112198-1 - LuCI Support for Transmission
luci-app-travelmate - git-18.196.56128-9112198-1 - LuCI support for Travelmate
luci-app-udpxy - git-18.196.56128-9112198-1 - LuCI Support for udpxy
luci-app-uhttpd - git-18.196.56128-9112198-1 - uHTTPd Webserver Configuration
luci-app-unbound - git-18.196.56128-9112198-1 - Unbound Recursive DNS Resolver Configuration
luci-app-upnp - git-18.196.56128-9112198-1 - Universal Plug & Play configuration module
luci-app-vnstat - git-18.196.56128-9112198-1 - LuCI Support for VnStat
luci-app-vpnbypass - git-18.196.56128-9112198-4 - Provides Web UI for VPNBypass service.
luci-app-watchcat - git-18.196.56128-9112198-1 - LuCI Support for Watchcat
luci-app-wifischedule - git-18.196.56128-9112198-1 - Turns WiFi on and off according to a schedule
luci-app-wireguard - git-18.196.56128-9112198-1 - WireGuard Status
luci-app-wol - git-18.196.56128-9112198-1 - LuCI Support for Wake-on-LAN
luci-base - git-18.228.31946-f64b152-1
luci-base - git-18.196.56128-9112198-1 - LuCI core libraries
luci-i18n-adblock-it - git-18.196.56128-9112198-1 - Translation for luci-app-adblock - Italiano (Italian)
luci-i18n-adblock-ja - git-18.196.56128-9112198-1 - Translation for luci-app-adblock - 譌・譛ャ隱� (Japanese)
luci-i18n-adblock-pt-br - git-18.196.56128-9112198-1 - Translation for luci-app-adblock - Portuguテェs do Brasil (Brazialian Portuguese)
luci-i18n-adblock-ru - git-18.196.56128-9112198-1 - Translation for luci-app-adblock - ミ�ムτ����コミクミケ (Russian)
luci-i18n-adblock-sv - git-18.196.56128-9112198-1 - Translation for luci-app-adblock - Svenska (Swedish)
luci-i18n-adblock-zh-cn - git-18.196.56128-9112198-1 - Translation for luci-app-adblock - 荳ュ譁� (Chinese)
luci-i18n-adblock-zh-tw - git-18.196.56128-9112198-1 - Translation for luci-app-adblock - 閾コ轣」闖ッ隱� (Taiwanese)
luci-i18n-advanced-reboot-ru - git-18.196.56128-9112198-32 - Translation for luci-app-advanced-reboot - ミ�ムτ����コミクミケ (Russian)
luci-i18n-advanced-reboot-sv - git-18.196.56128-9112198-32 - Translation for luci-app-advanced-reboot - Svenska (Swedish)
luci-i18n-ahcp-ca - git-18.196.56128-9112198-1 - Translation for luci-app-ahcp - Catalテ� (Catalan)
luci-i18n-ahcp-cs - git-18.196.56128-9112198-1 - Translation for luci-app-ahcp - ト憩ナ。tina (Czech)
luci-i18n-ahcp-de - git-18.196.56128-9112198-1 - Translation for luci-app-ahcp - Deutsch (German)
luci-i18n-ahcp-el - git-18.196.56128-9112198-1 - Translation for luci-app-ahcp - ホ偏サホサホキホスホケホコホャ (Greek)
luci-i18n-ahcp-en - git-18.196.56128-9112198-1 - Translation for luci-app-ahcp - English
luci-i18n-ahcp-es - git-18.196.56128-9112198-1 - Translation for luci-app-ahcp - Espaテアol (Spanish)
luci-i18n-ahcp-fr - git-18.196.56128-9112198-1 - Translation for luci-app-ahcp - Franテァais (French)
luci-i18n-ahcp-he - git-18.196.56128-9112198-1 - Translation for luci-app-ahcp - ラ「ヨエラ替ーラィヨエラ燮ェ (Hebrew)
luci-i18n-ahcp-hu - git-18.196.56128-9112198-1 - Translation for luci-app-ahcp - Magyar (Hungarian)
luci-i18n-ahcp-it - git-18.196.56128-9112198-1 - Translation for luci-app-ahcp - Italiano (Italian)
luci-i18n-ahcp-ja - git-18.196.56128-9112198-1 - Translation for luci-app-ahcp - 譌・譛ャ隱� (Japanese)
luci-i18n-ahcp-ms - git-18.196.56128-9112198-1 - Translation for luci-app-ahcp - Bahasa Melayu (Malay)
luci-i18n-ahcp-no - git-18.196.56128-9112198-1 - Translation for luci-app-ahcp - Norsk (Norwegian)
luci-i18n-ahcp-pl - git-18.196.56128-9112198-1 - Translation for luci-app-ahcp - Polski (Polish)
luci-i18n-ahcp-pt - git-18.196.56128-9112198-1 - Translation for luci-app-ahcp - Portuguテェs (Portuguese)
luci-i18n-ahcp-pt-br - git-18.196.56128-9112198-1 - Translation for luci-app-ahcp - Portuguテェs do Brasil (Brazialian Portuguese)
luci-i18n-ahcp-ro - git-18.196.56128-9112198-1 - Translation for luci-app-ahcp - Romテ「nト� (Romanian)
luci-i18n-ahcp-ru - git-18.196.56128-9112198-1 - Translation for luci-app-ahcp - ミ�ムτ����コミクミケ (Russian)
luci-i18n-ahcp-sk - git-18.196.56128-9112198-1 - Translation for luci-app-ahcp - Slovenト絞na (Slovak)
luci-i18n-ahcp-sv - git-18.196.56128-9112198-1 - Translation for luci-app-ahcp - Svenska (Swedish)
luci-i18n-ahcp-tr - git-18.196.56128-9112198-1 - Translation for luci-app-ahcp - Tテシrkテァe (Turkish)
luci-i18n-ahcp-uk - git-18.196.56128-9112198-1 - Translation for luci-app-ahcp - ミ」ミコム�ミーム厘スム��糊コミー (Ukrainian)
luci-i18n-ahcp-vi - git-18.196.56128-9112198-1 - Translation for luci-app-ahcp - Ti蘯ソng Vi盻㏄ (Vietnamese)
luci-i18n-ahcp-zh-cn - git-18.196.56128-9112198-1 - Translation for luci-app-ahcp - 荳ュ譁� (Chinese)
luci-i18n-ahcp-zh-tw - git-18.196.56128-9112198-1 - Translation for luci-app-ahcp - 閾コ轣」闖ッ隱� (Taiwanese)
luci-i18n-aria2-pt-br - 1.0.1-2 - Translation for luci-app-aria2 - Portuguテェs do Brasil (Brazialian Portuguese)
luci-i18n-aria2-ru - 1.0.1-2 - Translation for luci-app-aria2 - ミ�ムτ����コミクミケ (Russian)
luci-i18n-aria2-sv - 1.0.1-2 - Translation for luci-app-aria2 - Svenska (Swedish)
luci-i18n-aria2-zh-cn - 1.0.1-2 - Translation for luci-app-aria2 - 荳ュ譁� (Chinese)
luci-i18n-aria2-zh-tw - 1.0.1-2 - Translation for luci-app-aria2 - 閾コ轣」闖ッ隱� (Taiwanese)
luci-i18n-asterisk-ca - git-18.196.56128-9112198-1 - Translation for luci-app-asterisk - Catalテ� (Catalan)
luci-i18n-asterisk-cs - git-18.196.56128-9112198-1 - Translation for luci-app-asterisk - ト憩ナ。tina (Czech)
luci-i18n-asterisk-de - git-18.196.56128-9112198-1 - Translation for luci-app-asterisk - Deutsch (German)
luci-i18n-asterisk-el - git-18.196.56128-9112198-1 - Translation for luci-app-asterisk - ホ偏サホサホキホスホケホコホャ (Greek)
luci-i18n-asterisk-en - git-18.196.56128-9112198-1 - Translation for luci-app-asterisk - English
luci-i18n-asterisk-es - git-18.196.56128-9112198-1 - Translation for luci-app-asterisk - Espaテアol (Spanish)
luci-i18n-asterisk-fr - git-18.196.56128-9112198-1 - Translation for luci-app-asterisk - Franテァais (French)
luci-i18n-asterisk-he - git-18.196.56128-9112198-1 - Translation for luci-app-asterisk - ラ「ヨエラ替ーラィヨエラ燮ェ (Hebrew)
luci-i18n-asterisk-hu - git-18.196.56128-9112198-1 - Translation for luci-app-asterisk - Magyar (Hungarian)
luci-i18n-asterisk-it - git-18.196.56128-9112198-1 - Translation for luci-app-asterisk - Italiano (Italian)
luci-i18n-asterisk-ja - git-18.196.56128-9112198-1 - Translation for luci-app-asterisk - 譌・譛ャ隱� (Japanese)
luci-i18n-asterisk-ms - git-18.196.56128-9112198-1 - Translation for luci-app-asterisk - Bahasa Melayu (Malay)
luci-i18n-asterisk-no - git-18.196.56128-9112198-1 - Translation for luci-app-asterisk - Norsk (Norwegian)
luci-i18n-asterisk-pl - git-18.196.56128-9112198-1 - Translation for luci-app-asterisk - Polski (Polish)
luci-i18n-asterisk-pt - git-18.196.56128-9112198-1 - Translation for luci-app-asterisk - Portuguテェs (Portuguese)
luci-i18n-asterisk-pt-br - git-18.196.56128-9112198-1 - Translation for luci-app-asterisk - Portuguテェs do Brasil (Brazialian Portuguese)
luci-i18n-asterisk-ro - git-18.196.56128-9112198-1 - Translation for luci-app-asterisk - Romテ「nト� (Romanian)
luci-i18n-asterisk-ru - git-18.196.56128-9112198-1 - Translation for luci-app-asterisk - ミ�ムτ����コミクミケ (Russian)
luci-i18n-asterisk-sk - git-18.196.56128-9112198-1 - Translation for luci-app-asterisk - Slovenト絞na (Slovak)
luci-i18n-asterisk-sv - git-18.196.56128-9112198-1 - Translation for luci-app-asterisk - Svenska (Swedish)
luci-i18n-asterisk-tr - git-18.196.56128-9112198-1 - Translation for luci-app-asterisk - Tテシrkテァe (Turkish)
luci-i18n-asterisk-uk - git-18.196.56128-9112198-1 - Translation for luci-app-asterisk - ミ」ミコム�ミーム厘スム��糊コミー (Ukrainian)
luci-i18n-asterisk-vi - git-18.196.56128-9112198-1 - Translation for luci-app-asterisk - Ti蘯ソng Vi盻㏄ (Vietnamese)
luci-i18n-asterisk-zh-cn - git-18.196.56128-9112198-1 - Translation for luci-app-asterisk - 荳ュ譁� (Chinese)
luci-i18n-asterisk-zh-tw - git-18.196.56128-9112198-1 - Translation for luci-app-asterisk - 閾コ轣」闖ッ隱� (Taiwanese)
luci-i18n-base-ca - git-18.196.56128-9112198-1 - Translation for luci-base - Catalテ� (Catalan)
luci-i18n-base-cs - git-18.196.56128-9112198-1 - Translation for luci-base - ト憩ナ。tina (Czech)
luci-i18n-base-de - git-18.196.56128-9112198-1 - Translation for luci-base - Deutsch (German)
luci-i18n-base-el - git-18.196.56128-9112198-1 - Translation for luci-base - ホ偏サホサホキホスホケホコホャ (Greek)
luci-i18n-base-en - git-18.196.56128-9112198-1 - Translation for luci-base - English
luci-i18n-base-es - git-18.196.56128-9112198-1 - Translation for luci-base - Espaテアol (Spanish)
luci-i18n-base-fr - git-18.196.56128-9112198-1 - Translation for luci-base - Franテァais (French)
luci-i18n-base-he - git-18.196.56128-9112198-1 - Translation for luci-base - ラ「ヨエラ替ーラィヨエラ燮ェ (Hebrew)
luci-i18n-base-hu - git-18.196.56128-9112198-1 - Translation for luci-base - Magyar (Hungarian)
luci-i18n-base-it - git-18.196.56128-9112198-1 - Translation for luci-base - Italiano (Italian)
luci-i18n-base-ja - git-18.196.56128-9112198-1 - Translation for luci-base - 譌・譛ャ隱� (Japanese)
luci-i18n-base-ko - git-18.196.56128-9112198-1 - Translation for luci-base - ��懋オュ��エ (Korean)
luci-i18n-base-ms - git-18.196.56128-9112198-1 - Translation for luci-base - Bahasa Melayu (Malay)
luci-i18n-base-no - git-18.196.56128-9112198-1 - Translation for luci-base - Norsk (Norwegian)
luci-i18n-base-pl - git-18.196.56128-9112198-1 - Translation for luci-base - Polski (Polish)
luci-i18n-base-pt - git-18.196.56128-9112198-1 - Translation for luci-base - Portuguテェs (Portuguese)
luci-i18n-base-pt-br - git-18.196.56128-9112198-1 - Translation for luci-base - Portuguテェs do Brasil (Brazialian Portuguese)
luci-i18n-base-ro - git-18.196.56128-9112198-1 - Translation for luci-base - Romテ「nト� (Romanian)
luci-i18n-base-ru - git-18.196.56128-9112198-1 - Translation for luci-base - ミ�ムτ����コミクミケ (Russian)
luci-i18n-base-sk - git-18.196.56128-9112198-1 - Translation for luci-base - Slovenト絞na (Slovak)
luci-i18n-base-sv - git-18.196.56128-9112198-1 - Translation for luci-base - Svenska (Swedish)
luci-i18n-base-tr - git-18.196.56128-9112198-1 - Translation for luci-base - Tテシrkテァe (Turkish)
luci-i18n-base-uk - git-18.196.56128-9112198-1 - Translation for luci-base - ミ」ミコム�ミーム厘スム��糊コミー (Ukrainian)
luci-i18n-base-vi - git-18.196.56128-9112198-1 - Translation for luci-base - Ti蘯ソng Vi盻㏄ (Vietnamese)
luci-i18n-base-zh-cn - git-18.196.56128-9112198-1 - Translation for luci-base - 荳ュ譁� (Chinese)
luci-i18n-base-zh-tw - git-18.196.56128-9112198-1 - Translation for luci-base - 閾コ轣」闖ッ隱� (Taiwanese)
luci-i18n-bcp38-ru - git-18.196.56128-9112198-1 - Translation for luci-app-bcp38 - ミ�ムτ����コミクミケ (Russian)
luci-i18n-bcp38-sv - git-18.196.56128-9112198-1 - Translation for luci-app-bcp38 - Svenska (Swedish)
luci-i18n-bcp38-zh-cn - git-18.196.56128-9112198-1 - Translation for luci-app-bcp38 - 荳ュ譁� (Chinese)
luci-i18n-bcp38-zh-tw - git-18.196.56128-9112198-1 - Translation for luci-app-bcp38 - 閾コ轣」闖ッ隱� (Taiwanese)
luci-i18n-clamav-ja - git-18.196.56128-9112198-1 - Translation for luci-app-clamav - 譌・譛ャ隱� (Japanese)
luci-i18n-clamav-ru - git-18.196.56128-9112198-1 - Translation for luci-app-clamav - ミ�ムτ����コミクミケ (Russian)
luci-i18n-clamav-sv - git-18.196.56128-9112198-1 - Translation for luci-app-clamav - Svenska (Swedish)
luci-i18n-clamav-zh-cn - git-18.196.56128-9112198-1 - Translation for luci-app-clamav - 荳ュ譁� (Chinese)
luci-i18n-commands-ca - git-18.196.56128-9112198-1 - Translation for luci-app-commands - Catalテ� (Catalan)
luci-i18n-commands-cs - git-18.196.56128-9112198-1 - Translation for luci-app-commands - ト憩ナ。tina (Czech)
luci-i18n-commands-de - git-18.196.56128-9112198-1 - Translation for luci-app-commands - Deutsch (German)
luci-i18n-commands-el - git-18.196.56128-9112198-1 - Translation for luci-app-commands - ホ偏サホサホキホスホケホコホャ (Greek)
luci-i18n-commands-en - git-18.196.56128-9112198-1 - Translation for luci-app-commands - English
luci-i18n-commands-es - git-18.196.56128-9112198-1 - Translation for luci-app-commands - Espaテアol (Spanish)
luci-i18n-commands-fr - git-18.196.56128-9112198-1 - Translation for luci-app-commands - Franテァais (French)
luci-i18n-commands-he - git-18.196.56128-9112198-1 - Translation for luci-app-commands - ラ「ヨエラ替ーラィヨエラ燮ェ (Hebrew)
luci-i18n-commands-hu - git-18.196.56128-9112198-1 - Translation for luci-app-commands - Magyar (Hungarian)
luci-i18n-commands-it - git-18.196.56128-9112198-1 - Translation for luci-app-commands - Italiano (Italian)
luci-i18n-commands-ja - git-18.196.56128-9112198-1 - Translation for luci-app-commands - 譌・譛ャ隱� (Japanese)
luci-i18n-commands-ms - git-18.196.56128-9112198-1 - Translation for luci-app-commands - Bahasa Melayu (Malay)
luci-i18n-commands-no - git-18.196.56128-9112198-1 - Translation for luci-app-commands - Norsk (Norwegian)
luci-i18n-commands-pl - git-18.196.56128-9112198-1 - Translation for luci-app-commands - Polski (Polish)
luci-i18n-commands-pt - git-18.196.56128-9112198-1 - Translation for luci-app-commands - Portuguテェs (Portuguese)
luci-i18n-commands-pt-br - git-18.196.56128-9112198-1 - Translation for luci-app-commands - Portuguテェs do Brasil (Brazialian Portuguese)
luci-i18n-commands-ro - git-18.196.56128-9112198-1 - Translation for luci-app-commands - Romテ「nト� (Romanian)
luci-i18n-commands-ru - git-18.196.56128-9112198-1 - Translation for luci-app-commands - ミ�ムτ����コミクミケ (Russian)
luci-i18n-commands-sk - git-18.196.56128-9112198-1 - Translation for luci-app-commands - Slovenト絞na (Slovak)
luci-i18n-commands-sv - git-18.196.56128-9112198-1 - Translation for luci-app-commands - Svenska (Swedish)
luci-i18n-commands-tr - git-18.196.56128-9112198-1 - Translation for luci-app-commands - Tテシrkテァe (Turkish)
luci-i18n-commands-uk - git-18.196.56128-9112198-1 - Translation for luci-app-commands - ミ」ミコム�ミーム厘スム��糊コミー (Ukrainian)
luci-i18n-commands-vi - git-18.196.56128-9112198-1 - Translation for luci-app-commands - Ti蘯ソng Vi盻㏄ (Vietnamese)
luci-i18n-commands-zh-cn - git-18.196.56128-9112198-1 - Translation for luci-app-commands - 荳ュ譁� (Chinese)
luci-i18n-commands-zh-tw - git-18.196.56128-9112198-1 - Translation for luci-app-commands - 閾コ轣」闖ッ隱� (Taiwanese)
luci-i18n-ddns-ca - 2.4.9-3 - Translation for luci-app-ddns - Catalテ� (Catalan)
luci-i18n-ddns-cs - 2.4.9-3 - Translation for luci-app-ddns - ト憩ナ。tina (Czech)
luci-i18n-ddns-de - 2.4.9-3 - Translation for luci-app-ddns - Deutsch (German)
luci-i18n-ddns-el - 2.4.9-3 - Translation for luci-app-ddns - ホ偏サホサホキホスホケホコホャ (Greek)
luci-i18n-ddns-es - 2.4.9-3 - Translation for luci-app-ddns - Espaテアol (Spanish)
luci-i18n-ddns-fr - 2.4.9-3 - Translation for luci-app-ddns - Franテァais (French)
luci-i18n-ddns-he - 2.4.9-3 - Translation for luci-app-ddns - ラ「ヨエラ替ーラィヨエラ燮ェ (Hebrew)
luci-i18n-ddns-hu - 2.4.9-3 - Translation for luci-app-ddns - Magyar (Hungarian)
luci-i18n-ddns-it - 2.4.9-3 - Translation for luci-app-ddns - Italiano (Italian)
luci-i18n-ddns-ja - 2.4.9-3 - Translation for luci-app-ddns - 譌・譛ャ隱� (Japanese)
luci-i18n-ddns-no - 2.4.9-3 - Translation for luci-app-ddns - Norsk (Norwegian)
luci-i18n-ddns-pl - 2.4.9-3 - Translation for luci-app-ddns - Polski (Polish)
luci-i18n-ddns-pt - 2.4.9-3 - Translation for luci-app-ddns - Portuguテェs (Portuguese)
luci-i18n-ddns-pt-br - 2.4.9-3 - Translation for luci-app-ddns - Portuguテェs do Brasil (Brazialian Portuguese)
luci-i18n-ddns-ro - 2.4.9-3 - Translation for luci-app-ddns - Romテ「nト� (Romanian)
luci-i18n-ddns-ru - 2.4.9-3 - Translation for luci-app-ddns - ミ�ムτ����コミクミケ (Russian)
luci-i18n-ddns-sv - 2.4.9-3 - Translation for luci-app-ddns - Svenska (Swedish)
luci-i18n-ddns-tr - 2.4.9-3 - Translation for luci-app-ddns - Tテシrkテァe (Turkish)
luci-i18n-ddns-uk - 2.4.9-3 - Translation for luci-app-ddns - ミ」ミコム�ミーム厘スム��糊コミー (Ukrainian)
luci-i18n-ddns-vi - 2.4.9-3 - Translation for luci-app-ddns - Ti蘯ソng Vi盻㏄ (Vietnamese)
luci-i18n-ddns-zh-cn - 2.4.9-3 - Translation for luci-app-ddns - 荳ュ譁� (Chinese)
luci-i18n-ddns-zh-tw - 2.4.9-3 - Translation for luci-app-ddns - 閾コ轣」闖ッ隱� (Taiwanese)
luci-i18n-diag-core-ca - git-18.196.56128-9112198-1 - Translation for luci-app-diag-core - Catalテ� (Catalan)
luci-i18n-diag-core-cs - git-18.196.56128-9112198-1 - Translation for luci-app-diag-core - ト憩ナ。tina (Czech)
luci-i18n-diag-core-de - git-18.196.56128-9112198-1 - Translation for luci-app-diag-core - Deutsch (German)
luci-i18n-diag-core-el - git-18.196.56128-9112198-1 - Translation for luci-app-diag-core - ホ偏サホサホキホスホケホコホャ (Greek)
luci-i18n-diag-core-en - git-18.196.56128-9112198-1 - Translation for luci-app-diag-core - English
luci-i18n-diag-core-es - git-18.196.56128-9112198-1 - Translation for luci-app-diag-core - Espaテアol (Spanish)
luci-i18n-diag-core-fr - git-18.196.56128-9112198-1 - Translation for luci-app-diag-core - Franテァais (French)
luci-i18n-diag-core-he - git-18.196.56128-9112198-1 - Translation for luci-app-diag-core - ラ「ヨエラ替ーラィヨエラ燮ェ (Hebrew)
luci-i18n-diag-core-hu - git-18.196.56128-9112198-1 - Translation for luci-app-diag-core - Magyar (Hungarian)
luci-i18n-diag-core-it - git-18.196.56128-9112198-1 - Translation for luci-app-diag-core - Italiano (Italian)
luci-i18n-diag-core-ja - git-18.196.56128-9112198-1 - Translation for luci-app-diag-core - 譌・譛ャ隱� (Japanese)
luci-i18n-diag-core-ms - git-18.196.56128-9112198-1 - Translation for luci-app-diag-core - Bahasa Melayu (Malay)
luci-i18n-diag-core-no - git-18.196.56128-9112198-1 - Translation for luci-app-diag-core - Norsk (Norwegian)
luci-i18n-diag-core-pl - git-18.196.56128-9112198-1 - Translation for luci-app-diag-core - Polski (Polish)
luci-i18n-diag-core-pt - git-18.196.56128-9112198-1 - Translation for luci-app-diag-core - Portuguテェs (Portuguese)
luci-i18n-diag-core-pt-br - git-18.196.56128-9112198-1 - Translation for luci-app-diag-core - Portuguテェs do Brasil (Brazialian Portuguese)
luci-i18n-diag-core-ro - git-18.196.56128-9112198-1 - Translation for luci-app-diag-core - Romテ「nト� (Romanian)
luci-i18n-diag-core-ru - git-18.196.56128-9112198-1 - Translation for luci-app-diag-core - ミ�ムτ����コミクミケ (Russian)
luci-i18n-diag-core-sk - git-18.196.56128-9112198-1 - Translation for luci-app-diag-core - Slovenト絞na (Slovak)
luci-i18n-diag-core-sv - git-18.196.56128-9112198-1 - Translation for luci-app-diag-core - Svenska (Swedish)
luci-i18n-diag-core-tr - git-18.196.56128-9112198-1 - Translation for luci-app-diag-core - Tテシrkテァe (Turkish)
luci-i18n-diag-core-uk - git-18.196.56128-9112198-1 - Translation for luci-app-diag-core - ミ」ミコム�ミーム厘スム��糊コミー (Ukrainian)
luci-i18n-diag-core-vi - git-18.196.56128-9112198-1 - Translation for luci-app-diag-core - Ti蘯ソng Vi盻㏄ (Vietnamese)
luci-i18n-diag-core-zh-cn - git-18.196.56128-9112198-1 - Translation for luci-app-diag-core - 荳ュ譁� (Chinese)
luci-i18n-diag-core-zh-tw - git-18.196.56128-9112198-1 - Translation for luci-app-diag-core - 閾コ轣」闖ッ隱� (Taiwanese)
luci-i18n-dnscrypt-proxy-ja - git-18.196.56128-9112198-1 - Translation for luci-app-dnscrypt-proxy - 譌・譛ャ隱� (Japanese)
luci-i18n-dnscrypt-proxy-ru - git-18.196.56128-9112198-1 - Translation for luci-app-dnscrypt-proxy - ミ�ムτ����コミクミケ (Russian)
luci-i18n-dynapoint-de - git-18.196.56128-9112198-1 - Translation for luci-app-dynapoint - Deutsch (German)
luci-i18n-dynapoint-ja - git-18.196.56128-9112198-1 - Translation for luci-app-dynapoint - 譌・譛ャ隱� (Japanese)
luci-i18n-dynapoint-pt-br - git-18.196.56128-9112198-1 - Translation for luci-app-dynapoint - Portuguテェs do Brasil (Brazialian Portuguese)
luci-i18n-dynapoint-ru - git-18.196.56128-9112198-1 - Translation for luci-app-dynapoint - ミ�ムτ����コミクミケ (Russian)
luci-i18n-firewall-ca - git-18.196.56128-9112198-1 - Translation for luci-app-firewall - Catalテ� (Catalan)
luci-i18n-firewall-cs - git-18.196.56128-9112198-1 - Translation for luci-app-firewall - ト憩ナ。tina (Czech)
luci-i18n-firewall-de - git-18.196.56128-9112198-1 - Translation for luci-app-firewall - Deutsch (German)
luci-i18n-firewall-el - git-18.196.56128-9112198-1 - Translation for luci-app-firewall - ホ偏サホサホキホスホケホコホャ (Greek)
luci-i18n-firewall-en - git-18.196.56128-9112198-1 - Translation for luci-app-firewall - English
luci-i18n-firewall-es - git-18.196.56128-9112198-1 - Translation for luci-app-firewall - Espaテアol (Spanish)
luci-i18n-firewall-fr - git-18.196.56128-9112198-1 - Translation for luci-app-firewall - Franテァais (French)
luci-i18n-firewall-he - git-18.196.56128-9112198-1 - Translation for luci-app-firewall - ラ「ヨエラ替ーラィヨエラ燮ェ (Hebrew)
luci-i18n-firewall-hu - git-18.196.56128-9112198-1 - Translation for luci-app-firewall - Magyar (Hungarian)
luci-i18n-firewall-it - git-18.196.56128-9112198-1 - Translation for luci-app-firewall - Italiano (Italian)
luci-i18n-firewall-ja - git-18.196.56128-9112198-1 - Translation for luci-app-firewall - 譌・譛ャ隱� (Japanese)
luci-i18n-firewall-ko - git-18.196.56128-9112198-1 - Translation for luci-app-firewall - ��懋オュ��エ (Korean)
luci-i18n-firewall-ms - git-18.196.56128-9112198-1 - Translation for luci-app-firewall - Bahasa Melayu (Malay)
luci-i18n-firewall-no - git-18.196.56128-9112198-1 - Translation for luci-app-firewall - Norsk (Norwegian)
luci-i18n-firewall-pl - git-18.196.56128-9112198-1 - Translation for luci-app-firewall - Polski (Polish)
luci-i18n-firewall-pt - git-18.196.56128-9112198-1 - Translation for luci-app-firewall - Portuguテェs (Portuguese)
luci-i18n-firewall-pt-br - git-18.196.56128-9112198-1 - Translation for luci-app-firewall - Portuguテェs do Brasil (Brazialian Portuguese)
luci-i18n-firewall-ro - git-18.196.56128-9112198-1 - Translation for luci-app-firewall - Romテ「nト� (Romanian)
luci-i18n-firewall-ru - git-18.196.56128-9112198-1 - Translation for luci-app-firewall - ミ�ムτ����コミクミケ (Russian)
luci-i18n-firewall-sk - git-18.196.56128-9112198-1 - Translation for luci-app-firewall - Slovenト絞na (Slovak)
luci-i18n-firewall-sv - git-18.196.56128-9112198-1 - Translation for luci-app-firewall - Svenska (Swedish)
luci-i18n-firewall-tr - git-18.196.56128-9112198-1 - Translation for luci-app-firewall - Tテシrkテァe (Turkish)
luci-i18n-firewall-uk - git-18.196.56128-9112198-1 - Translation for luci-app-firewall - ミ」ミコム�ミーム厘スム��糊コミー (Ukrainian)
luci-i18n-firewall-vi - git-18.196.56128-9112198-1 - Translation for luci-app-firewall - Ti蘯ソng Vi盻㏄ (Vietnamese)
luci-i18n-firewall-zh-cn - git-18.196.56128-9112198-1 - Translation for luci-app-firewall - 荳ュ譁� (Chinese)
luci-i18n-firewall-zh-tw - git-18.196.56128-9112198-1 - Translation for luci-app-firewall - 閾コ轣」闖ッ隱� (Taiwanese)
luci-i18n-freifunk-ca - git-18.196.56128-9112198-1 - Translation for luci-mod-freifunk - Catalテ� (Catalan)
luci-i18n-freifunk-cs - git-18.196.56128-9112198-1 - Translation for luci-mod-freifunk - ト憩ナ。tina (Czech)
luci-i18n-freifunk-de - git-18.196.56128-9112198-1 - Translation for luci-mod-freifunk - Deutsch (German)
luci-i18n-freifunk-el - git-18.196.56128-9112198-1 - Translation for luci-mod-freifunk - ホ偏サホサホキホスホケホコホャ (Greek)
luci-i18n-freifunk-en - git-18.196.56128-9112198-1 - Translation for luci-mod-freifunk - English
luci-i18n-freifunk-es - git-18.196.56128-9112198-1 - Translation for luci-mod-freifunk - Espaテアol (Spanish)
luci-i18n-freifunk-fr - git-18.196.56128-9112198-1 - Translation for luci-mod-freifunk - Franテァais (French)
luci-i18n-freifunk-he - git-18.196.56128-9112198-1 - Translation for luci-mod-freifunk - ラ「ヨエラ替ーラィヨエラ燮ェ (Hebrew)
luci-i18n-freifunk-hu - git-18.196.56128-9112198-1 - Translation for luci-mod-freifunk - Magyar (Hungarian)
luci-i18n-freifunk-it - git-18.196.56128-9112198-1 - Translation for luci-mod-freifunk - Italiano (Italian)
luci-i18n-freifunk-ja - git-18.196.56128-9112198-1 - Translation for luci-mod-freifunk - 譌・譛ャ隱� (Japanese)
luci-i18n-freifunk-ms - git-18.196.56128-9112198-1 - Translation for luci-mod-freifunk - Bahasa Melayu (Malay)
luci-i18n-freifunk-no - git-18.196.56128-9112198-1 - Translation for luci-mod-freifunk - Norsk (Norwegian)
luci-i18n-freifunk-pl - git-18.196.56128-9112198-1 - Translation for luci-mod-freifunk - Polski (Polish)
luci-i18n-freifunk-policyrouting-ca - git-18.196.56128-9112198-1 - Translation for luci-app-freifunk-policyrouting - Catalテ� (Catalan)
luci-i18n-freifunk-policyrouting-cs - git-18.196.56128-9112198-1 - Translation for luci-app-freifunk-policyrouting - ト憩ナ。tina (Czech)
luci-i18n-freifunk-policyrouting-de - git-18.196.56128-9112198-1 - Translation for luci-app-freifunk-policyrouting - Deutsch (German)
luci-i18n-freifunk-policyrouting-el - git-18.196.56128-9112198-1 - Translation for luci-app-freifunk-policyrouting - ホ偏サホサホキホスホケホコホャ (Greek)
luci-i18n-freifunk-policyrouting-en - git-18.196.56128-9112198-1 - Translation for luci-app-freifunk-policyrouting - English
luci-i18n-freifunk-policyrouting-es - git-18.196.56128-9112198-1 - Translation for luci-app-freifunk-policyrouting - Espaテアol (Spanish)
luci-i18n-freifunk-policyrouting-fr - git-18.196.56128-9112198-1 - Translation for luci-app-freifunk-policyrouting - Franテァais (French)
luci-i18n-freifunk-policyrouting-he - git-18.196.56128-9112198-1 - Translation for luci-app-freifunk-policyrouting - ラ「ヨエラ替ーラィヨエラ燮ェ (Hebrew)
luci-i18n-freifunk-policyrouting-hu - git-18.196.56128-9112198-1 - Translation for luci-app-freifunk-policyrouting - Magyar (Hungarian)
luci-i18n-freifunk-policyrouting-it - git-18.196.56128-9112198-1 - Translation for luci-app-freifunk-policyrouting - Italiano (Italian)
luci-i18n-freifunk-policyrouting-ja - git-18.196.56128-9112198-1 - Translation for luci-app-freifunk-policyrouting - 譌・譛ャ隱� (Japanese)
luci-i18n-freifunk-policyrouting-ms - git-18.196.56128-9112198-1 - Translation for luci-app-freifunk-policyrouting - Bahasa Melayu (Malay)
luci-i18n-freifunk-policyrouting-no - git-18.196.56128-9112198-1 - Translation for luci-app-freifunk-policyrouting - Norsk (Norwegian)
luci-i18n-freifunk-policyrouting-pl - git-18.196.56128-9112198-1 - Translation for luci-app-freifunk-policyrouting - Polski (Polish)
luci-i18n-freifunk-policyrouting-pt - git-18.196.56128-9112198-1 - Translation for luci-app-freifunk-policyrouting - Portuguテェs (Portuguese)
luci-i18n-freifunk-policyrouting-pt-br - git-18.196.56128-9112198-1 - Translation for luci-app-freifunk-policyrouting - Portuguテェs do Brasil (Brazialian Portuguese)
luci-i18n-freifunk-policyrouting-ro - git-18.196.56128-9112198-1 - Translation for luci-app-freifunk-policyrouting - Romテ「nト� (Romanian)
luci-i18n-freifunk-policyrouting-ru - git-18.196.56128-9112198-1 - Translation for luci-app-freifunk-policyrouting - ミ�ムτ����コミクミケ (Russian)
luci-i18n-freifunk-policyrouting-sk - git-18.196.56128-9112198-1 - Translation for luci-app-freifunk-policyrouting - Slovenト絞na (Slovak)
luci-i18n-freifunk-policyrouting-sv - git-18.196.56128-9112198-1 - Translation for luci-app-freifunk-policyrouting - Svenska (Swedish)
luci-i18n-freifunk-policyrouting-tr - git-18.196.56128-9112198-1 - Translation for luci-app-freifunk-policyrouting - Tテシrkテァe (Turkish)
luci-i18n-freifunk-policyrouting-uk - git-18.196.56128-9112198-1 - Translation for luci-app-freifunk-policyrouting - ミ」ミコム�ミーム厘スム��糊コミー (Ukrainian)
luci-i18n-freifunk-policyrouting-vi - git-18.196.56128-9112198-1 - Translation for luci-app-freifunk-policyrouting - Ti蘯ソng Vi盻㏄ (Vietnamese)
luci-i18n-freifunk-policyrouting-zh-cn - git-18.196.56128-9112198-1 - Translation for luci-app-freifunk-policyrouting - 荳ュ譁� (Chinese)
luci-i18n-freifunk-policyrouting-zh-tw - git-18.196.56128-9112198-1 - Translation for luci-app-freifunk-policyrouting - 閾コ轣」闖ッ隱� (Taiwanese)
luci-i18n-freifunk-pt - git-18.196.56128-9112198-1 - Translation for luci-mod-freifunk - Portuguテェs (Portuguese)
luci-i18n-freifunk-pt-br - git-18.196.56128-9112198-1 - Translation for luci-mod-freifunk - Portuguテェs do Brasil (Brazialian Portuguese)
luci-i18n-freifunk-ro - git-18.196.56128-9112198-1 - Translation for luci-mod-freifunk - Romテ「nト� (Romanian)
luci-i18n-freifunk-ru - git-18.196.56128-9112198-1 - Translation for luci-mod-freifunk - ミ�ムτ����コミクミケ (Russian)
luci-i18n-freifunk-sk - git-18.196.56128-9112198-1 - Translation for luci-mod-freifunk - Slovenト絞na (Slovak)
luci-i18n-freifunk-sv - git-18.196.56128-9112198-1 - Translation for luci-mod-freifunk - Svenska (Swedish)
luci-i18n-freifunk-tr - git-18.196.56128-9112198-1 - Translation for luci-mod-freifunk - Tテシrkテァe (Turkish)
luci-i18n-freifunk-uk - git-18.196.56128-9112198-1 - Translation for luci-mod-freifunk - ミ」ミコム�ミーム厘スム��糊コミー (Ukrainian)
luci-i18n-freifunk-vi - git-18.196.56128-9112198-1 - Translation for luci-mod-freifunk - Ti蘯ソng Vi盻㏄ (Vietnamese)
luci-i18n-freifunk-zh-cn - git-18.196.56128-9112198-1 - Translation for luci-mod-freifunk - 荳ュ譁� (Chinese)
luci-i18n-freifunk-zh-tw - git-18.196.56128-9112198-1 - Translation for luci-mod-freifunk - 閾コ轣」闖ッ隱� (Taiwanese)
luci-i18n-fwknopd-en - git-18.196.56128-9112198-1 - Translation for luci-app-fwknopd - English
luci-i18n-fwknopd-pt-br - git-18.196.56128-9112198-1 - Translation for luci-app-fwknopd - Portuguテェs do Brasil (Brazialian Portuguese)
luci-i18n-fwknopd-ru - git-18.196.56128-9112198-1 - Translation for luci-app-fwknopd - ミ�ムτ����コミクミケ (Russian)
luci-i18n-hd-idle-ca - git-18.196.56128-9112198-1 - Translation for luci-app-hd-idle - Catalテ� (Catalan)
luci-i18n-hd-idle-cs - git-18.196.56128-9112198-1 - Translation for luci-app-hd-idle - ト憩ナ。tina (Czech)
luci-i18n-hd-idle-de - git-18.196.56128-9112198-1 - Translation for luci-app-hd-idle - Deutsch (German)
luci-i18n-hd-idle-el - git-18.196.56128-9112198-1 - Translation for luci-app-hd-idle - ホ偏サホサホキホスホケホコホャ (Greek)
luci-i18n-hd-idle-en - git-18.196.56128-9112198-1 - Translation for luci-app-hd-idle - English
luci-i18n-hd-idle-es - git-18.196.56128-9112198-1 - Translation for luci-app-hd-idle - Espaテアol (Spanish)
luci-i18n-hd-idle-fr - git-18.196.56128-9112198-1 - Translation for luci-app-hd-idle - Franテァais (French)
luci-i18n-hd-idle-he - git-18.196.56128-9112198-1 - Translation for luci-app-hd-idle - ラ「ヨエラ替ーラィヨエラ燮ェ (Hebrew)
luci-i18n-hd-idle-hu - git-18.196.56128-9112198-1 - Translation for luci-app-hd-idle - Magyar (Hungarian)
luci-i18n-hd-idle-it - git-18.196.56128-9112198-1 - Translation for luci-app-hd-idle - Italiano (Italian)
luci-i18n-hd-idle-ja - git-18.196.56128-9112198-1 - Translation for luci-app-hd-idle - 譌・譛ャ隱� (Japanese)
luci-i18n-hd-idle-ms - git-18.196.56128-9112198-1 - Translation for luci-app-hd-idle - Bahasa Melayu (Malay)
luci-i18n-hd-idle-no - git-18.196.56128-9112198-1 - Translation for luci-app-hd-idle - Norsk (Norwegian)
luci-i18n-hd-idle-pl - git-18.196.56128-9112198-1 - Translation for luci-app-hd-idle - Polski (Polish)
luci-i18n-hd-idle-pt - git-18.196.56128-9112198-1 - Translation for luci-app-hd-idle - Portuguテェs (Portuguese)
luci-i18n-hd-idle-pt-br - git-18.196.56128-9112198-1 - Translation for luci-app-hd-idle - Portuguテェs do Brasil (Brazialian Portuguese)
luci-i18n-hd-idle-ro - git-18.196.56128-9112198-1 - Translation for luci-app-hd-idle - Romテ「nト� (Romanian)
luci-i18n-hd-idle-ru - git-18.196.56128-9112198-1 - Translation for luci-app-hd-idle - ミ�ムτ����コミクミケ (Russian)
luci-i18n-hd-idle-sk - git-18.196.56128-9112198-1 - Translation for luci-app-hd-idle - Slovenト絞na (Slovak)
luci-i18n-hd-idle-sv - git-18.196.56128-9112198-1 - Translation for luci-app-hd-idle - Svenska (Swedish)
luci-i18n-hd-idle-tr - git-18.196.56128-9112198-1 - Translation for luci-app-hd-idle - Tテシrkテァe (Turkish)
luci-i18n-hd-idle-uk - git-18.196.56128-9112198-1 - Translation for luci-app-hd-idle - ミ」ミコム�ミーム厘スム��糊コミー (Ukrainian)
luci-i18n-hd-idle-vi - git-18.196.56128-9112198-1 - Translation for luci-app-hd-idle - Ti蘯ソng Vi盻㏄ (Vietnamese)
luci-i18n-hd-idle-zh-cn - git-18.196.56128-9112198-1 - Translation for luci-app-hd-idle - 荳ュ譁� (Chinese)
luci-i18n-hd-idle-zh-tw - git-18.196.56128-9112198-1 - Translation for luci-app-hd-idle - 閾コ轣」闖ッ隱� (Taiwanese)
luci-i18n-meshwizard-ca - git-18.196.56128-9112198-1 - Translation for luci-app-meshwizard - Catalテ� (Catalan)
luci-i18n-meshwizard-cs - git-18.196.56128-9112198-1 - Translation for luci-app-meshwizard - ト憩ナ。tina (Czech)
luci-i18n-meshwizard-de - git-18.196.56128-9112198-1 - Translation for luci-app-meshwizard - Deutsch (German)
luci-i18n-meshwizard-el - git-18.196.56128-9112198-1 - Translation for luci-app-meshwizard - ホ偏サホサホキホスホケホコホャ (Greek)
luci-i18n-meshwizard-en - git-18.196.56128-9112198-1 - Translation for luci-app-meshwizard - English
luci-i18n-meshwizard-es - git-18.196.56128-9112198-1 - Translation for luci-app-meshwizard - Espaテアol (Spanish)
luci-i18n-meshwizard-fr - git-18.196.56128-9112198-1 - Translation for luci-app-meshwizard - Franテァais (French)
luci-i18n-meshwizard-he - git-18.196.56128-9112198-1 - Translation for luci-app-meshwizard - ラ「ヨエラ替ーラィヨエラ燮ェ (Hebrew)
luci-i18n-meshwizard-hu - git-18.196.56128-9112198-1 - Translation for luci-app-meshwizard - Magyar (Hungarian)
luci-i18n-meshwizard-it - git-18.196.56128-9112198-1 - Translation for luci-app-meshwizard - Italiano (Italian)
luci-i18n-meshwizard-ja - git-18.196.56128-9112198-1 - Translation for luci-app-meshwizard - 譌・譛ャ隱� (Japanese)
luci-i18n-meshwizard-ms - git-18.196.56128-9112198-1 - Translation for luci-app-meshwizard - Bahasa Melayu (Malay)
luci-i18n-meshwizard-no - git-18.196.56128-9112198-1 - Translation for luci-app-meshwizard - Norsk (Norwegian)
luci-i18n-meshwizard-pl - git-18.196.56128-9112198-1 - Translation for luci-app-meshwizard - Polski (Polish)
luci-i18n-meshwizard-pt - git-18.196.56128-9112198-1 - Translation for luci-app-meshwizard - Portuguテェs (Portuguese)
luci-i18n-meshwizard-pt-br - git-18.196.56128-9112198-1 - Translation for luci-app-meshwizard - Portuguテェs do Brasil (Brazialian Portuguese)
luci-i18n-meshwizard-ro - git-18.196.56128-9112198-1 - Translation for luci-app-meshwizard - Romテ「nト� (Romanian)
luci-i18n-meshwizard-ru - git-18.196.56128-9112198-1 - Translation for luci-app-meshwizard - ミ�ムτ����コミクミケ (Russian)
luci-i18n-meshwizard-sk - git-18.196.56128-9112198-1 - Translation for luci-app-meshwizard - Slovenト絞na (Slovak)
luci-i18n-meshwizard-sv - git-18.196.56128-9112198-1 - Translation for luci-app-meshwizard - Svenska (Swedish)
luci-i18n-meshwizard-tr - git-18.196.56128-9112198-1 - Translation for luci-app-meshwizard - Tテシrkテァe (Turkish)
luci-i18n-meshwizard-uk - git-18.196.56128-9112198-1 - Translation for luci-app-meshwizard - ミ」ミコム�ミーム厘スム��糊コミー (Ukrainian)
luci-i18n-meshwizard-vi - git-18.196.56128-9112198-1 - Translation for luci-app-meshwizard - Ti蘯ソng Vi盻㏄ (Vietnamese)
luci-i18n-meshwizard-zh-cn - git-18.196.56128-9112198-1 - Translation for luci-app-meshwizard - 荳ュ譁� (Chinese)
luci-i18n-meshwizard-zh-tw - git-18.196.56128-9112198-1 - Translation for luci-app-meshwizard - 閾コ轣」闖ッ隱� (Taiwanese)
luci-i18n-minidlna-ca - git-18.196.56128-9112198-1 - Translation for luci-app-minidlna - Catalテ� (Catalan)
luci-i18n-minidlna-cs - git-18.196.56128-9112198-1 - Translation for luci-app-minidlna - ト憩ナ。tina (Czech)
luci-i18n-minidlna-de - git-18.196.56128-9112198-1 - Translation for luci-app-minidlna - Deutsch (German)
luci-i18n-minidlna-el - git-18.196.56128-9112198-1 - Translation for luci-app-minidlna - ホ偏サホサホキホスホケホコホャ (Greek)
luci-i18n-minidlna-en - git-18.196.56128-9112198-1 - Translation for luci-app-minidlna - English
luci-i18n-minidlna-es - git-18.196.56128-9112198-1 - Translation for luci-app-minidlna - Espaテアol (Spanish)
luci-i18n-minidlna-fr - git-18.196.56128-9112198-1 - Translation for luci-app-minidlna - Franテァais (French)
luci-i18n-minidlna-he - git-18.196.56128-9112198-1 - Translation for luci-app-minidlna - ラ「ヨエラ替ーラィヨエラ燮ェ (Hebrew)
luci-i18n-minidlna-hu - git-18.196.56128-9112198-1 - Translation for luci-app-minidlna - Magyar (Hungarian)
luci-i18n-minidlna-it - git-18.196.56128-9112198-1 - Translation for luci-app-minidlna - Italiano (Italian)
luci-i18n-minidlna-ja - git-18.196.56128-9112198-1 - Translation for luci-app-minidlna - 譌・譛ャ隱� (Japanese)
luci-i18n-minidlna-ms - git-18.196.56128-9112198-1 - Translation for luci-app-minidlna - Bahasa Melayu (Malay)
luci-i18n-minidlna-no - git-18.196.56128-9112198-1 - Translation for luci-app-minidlna - Norsk (Norwegian)
luci-i18n-minidlna-pl - git-18.196.56128-9112198-1 - Translation for luci-app-minidlna - Polski (Polish)
luci-i18n-minidlna-pt - git-18.196.56128-9112198-1 - Translation for luci-app-minidlna - Portuguテェs (Portuguese)
luci-i18n-minidlna-pt-br - git-18.196.56128-9112198-1 - Translation for luci-app-minidlna - Portuguテェs do Brasil (Brazialian Portuguese)
luci-i18n-minidlna-ro - git-18.196.56128-9112198-1 - Translation for luci-app-minidlna - Romテ「nト� (Romanian)
luci-i18n-minidlna-ru - git-18.196.56128-9112198-1 - Translation for luci-app-minidlna - ミ�ムτ����コミクミケ (Russian)
luci-i18n-minidlna-sk - git-18.196.56128-9112198-1 - Translation for luci-app-minidlna - Slovenト絞na (Slovak)
luci-i18n-minidlna-sv - git-18.196.56128-9112198-1 - Translation for luci-app-minidlna - Svenska (Swedish)
luci-i18n-minidlna-tr - git-18.196.56128-9112198-1 - Translation for luci-app-minidlna - Tテシrkテァe (Turkish)
luci-i18n-minidlna-uk - git-18.196.56128-9112198-1 - Translation for luci-app-minidlna - ミ」ミコム�ミーム厘スム��糊コミー (Ukrainian)
luci-i18n-minidlna-vi - git-18.196.56128-9112198-1 - Translation for luci-app-minidlna - Ti蘯ソng Vi盻㏄ (Vietnamese)
luci-i18n-minidlna-zh-cn - git-18.196.56128-9112198-1 - Translation for luci-app-minidlna - 荳ュ譁� (Chinese)
luci-i18n-minidlna-zh-tw - git-18.196.56128-9112198-1 - Translation for luci-app-minidlna - 閾コ轣」闖ッ隱� (Taiwanese)
luci-i18n-mjpg-streamer-ja - git-18.196.56128-9112198-1 - Translation for luci-app-mjpg-streamer - 譌・譛ャ隱� (Japanese)
luci-i18n-mjpg-streamer-pt-br - git-18.196.56128-9112198-1 - Translation for luci-app-mjpg-streamer - Portuguテェs do Brasil (Brazialian Portuguese)
luci-i18n-mjpg-streamer-ru - git-18.196.56128-9112198-1 - Translation for luci-app-mjpg-streamer - ミ�ムτ����コミクミケ (Russian)
luci-i18n-mjpg-streamer-zh-cn - git-18.196.56128-9112198-1 - Translation for luci-app-mjpg-streamer - 荳ュ譁� (Chinese)
luci-i18n-mwan3-ja - git-18.196.56128-9112198-1 - Translation for luci-app-mwan3 - 譌・譛ャ隱� (Japanese)
luci-i18n-mwan3-ru - git-18.196.56128-9112198-1 - Translation for luci-app-mwan3 - ミ�ムτ����コミクミケ (Russian)
luci-i18n-mwan3-zh-cn - git-18.196.56128-9112198-1 - Translation for luci-app-mwan3 - 荳ュ譁� (Chinese)
luci-i18n-mwan3-zh-tw - git-18.196.56128-9112198-1 - Translation for luci-app-mwan3 - 閾コ轣」闖ッ隱� (Taiwanese)
luci-i18n-nlbwmon-ja - git-18.196.56128-9112198-1 - Translation for luci-app-nlbwmon - 譌・譛ャ隱� (Japanese)
luci-i18n-nlbwmon-ru - git-18.196.56128-9112198-1 - Translation for luci-app-nlbwmon - ミ�ムτ����コミクミケ (Russian)
luci-i18n-nlbwmon-zh-cn - git-18.196.56128-9112198-1 - Translation for luci-app-nlbwmon - 荳ュ譁� (Chinese)
luci-i18n-noddos-ja - git-18.196.56128-9112198-1 - Translation for luci-app-noddos - 譌・譛ャ隱� (Japanese)
luci-i18n-noddos-ru - git-18.196.56128-9112198-1 - Translation for luci-app-noddos - ミ�ムτ����コミクミケ (Russian)
luci-i18n-ntpc-ca - git-18.196.56128-9112198-1 - Translation for luci-app-ntpc - Catalテ� (Catalan)
luci-i18n-ntpc-cs - git-18.196.56128-9112198-1 - Translation for luci-app-ntpc - ト憩ナ。tina (Czech)
luci-i18n-ntpc-de - git-18.196.56128-9112198-1 - Translation for luci-app-ntpc - Deutsch (German)
luci-i18n-ntpc-el - git-18.196.56128-9112198-1 - Translation for luci-app-ntpc - ホ偏サホサホキホスホケホコホャ (Greek)
luci-i18n-ntpc-en - git-18.196.56128-9112198-1 - Translation for luci-app-ntpc - English
luci-i18n-ntpc-es - git-18.196.56128-9112198-1 - Translation for luci-app-ntpc - Espaテアol (Spanish)
luci-i18n-ntpc-fr - git-18.196.56128-9112198-1 - Translation for luci-app-ntpc - Franテァais (French)
luci-i18n-ntpc-he - git-18.196.56128-9112198-1 - Translation for luci-app-ntpc - ラ「ヨエラ替ーラィヨエラ燮ェ (Hebrew)
luci-i18n-ntpc-hu - git-18.196.56128-9112198-1 - Translation for luci-app-ntpc - Magyar (Hungarian)
luci-i18n-ntpc-it - git-18.196.56128-9112198-1 - Translation for luci-app-ntpc - Italiano (Italian)
luci-i18n-ntpc-ja - git-18.196.56128-9112198-1 - Translation for luci-app-ntpc - 譌・譛ャ隱� (Japanese)
luci-i18n-ntpc-ms - git-18.196.56128-9112198-1 - Translation for luci-app-ntpc - Bahasa Melayu (Malay)
luci-i18n-ntpc-no - git-18.196.56128-9112198-1 - Translation for luci-app-ntpc - Norsk (Norwegian)
luci-i18n-ntpc-pl - git-18.196.56128-9112198-1 - Translation for luci-app-ntpc - Polski (Polish)
luci-i18n-ntpc-pt - git-18.196.56128-9112198-1 - Translation for luci-app-ntpc - Portuguテェs (Portuguese)
luci-i18n-ntpc-pt-br - git-18.196.56128-9112198-1 - Translation for luci-app-ntpc - Portuguテェs do Brasil (Brazialian Portuguese)
luci-i18n-ntpc-ro - git-18.196.56128-9112198-1 - Translation for luci-app-ntpc - Romテ「nト� (Romanian)
luci-i18n-ntpc-ru - git-18.196.56128-9112198-1 - Translation for luci-app-ntpc - ミ�ムτ����コミクミケ (Russian)
luci-i18n-ntpc-sk - git-18.196.56128-9112198-1 - Translation for luci-app-ntpc - Slovenト絞na (Slovak)
luci-i18n-ntpc-sv - git-18.196.56128-9112198-1 - Translation for luci-app-ntpc - Svenska (Swedish)
luci-i18n-ntpc-tr - git-18.196.56128-9112198-1 - Translation for luci-app-ntpc - Tテシrkテァe (Turkish)
luci-i18n-ntpc-uk - git-18.196.56128-9112198-1 - Translation for luci-app-ntpc - ミ」ミコム�ミーム厘スム��糊コミー (Ukrainian)
luci-i18n-ntpc-vi - git-18.196.56128-9112198-1 - Translation for luci-app-ntpc - Ti蘯ソng Vi盻㏄ (Vietnamese)
luci-i18n-ntpc-zh-cn - git-18.196.56128-9112198-1 - Translation for luci-app-ntpc - 荳ュ譁� (Chinese)
luci-i18n-ntpc-zh-tw - git-18.196.56128-9112198-1 - Translation for luci-app-ntpc - 閾コ轣」闖ッ隱� (Taiwanese)
luci-i18n-olsr-ca - git-18.196.56128-9112198-1 - Translation for luci-app-olsr - Catalテ� (Catalan)
luci-i18n-olsr-cs - git-18.196.56128-9112198-1 - Translation for luci-app-olsr - ト憩ナ。tina (Czech)
luci-i18n-olsr-de - git-18.196.56128-9112198-1 - Translation for luci-app-olsr - Deutsch (German)
luci-i18n-olsr-el - git-18.196.56128-9112198-1 - Translation for luci-app-olsr - ホ偏サホサホキホスホケホコホャ (Greek)
luci-i18n-olsr-en - git-18.196.56128-9112198-1 - Translation for luci-app-olsr - English
luci-i18n-olsr-es - git-18.196.56128-9112198-1 - Translation for luci-app-olsr - Espaテアol (Spanish)
luci-i18n-olsr-fr - git-18.196.56128-9112198-1 - Translation for luci-app-olsr - Franテァais (French)
luci-i18n-olsr-he - git-18.196.56128-9112198-1 - Translation for luci-app-olsr - ラ「ヨエラ替ーラィヨエラ燮ェ (Hebrew)
luci-i18n-olsr-hu - git-18.196.56128-9112198-1 - Translation for luci-app-olsr - Magyar (Hungarian)
luci-i18n-olsr-it - git-18.196.56128-9112198-1 - Translation for luci-app-olsr - Italiano (Italian)
luci-i18n-olsr-ja - git-18.196.56128-9112198-1 - Translation for luci-app-olsr - 譌・譛ャ隱� (Japanese)
luci-i18n-olsr-ms - git-18.196.56128-9112198-1 - Translation for luci-app-olsr - Bahasa Melayu (Malay)
luci-i18n-olsr-no - git-18.196.56128-9112198-1 - Translation for luci-app-olsr - Norsk (Norwegian)
luci-i18n-olsr-pl - git-18.196.56128-9112198-1 - Translation for luci-app-olsr - Polski (Polish)
luci-i18n-olsr-pt - git-18.196.56128-9112198-1 - Translation for luci-app-olsr - Portuguテェs (Portuguese)
luci-i18n-olsr-pt-br - git-18.196.56128-9112198-1 - Translation for luci-app-olsr - Portuguテェs do Brasil (Brazialian Portuguese)
luci-i18n-olsr-ro - git-18.196.56128-9112198-1 - Translation for luci-app-olsr - Romテ「nト� (Romanian)
luci-i18n-olsr-ru - git-18.196.56128-9112198-1 - Translation for luci-app-olsr - ミ�ムτ����コミクミケ (Russian)
luci-i18n-olsr-sk - git-18.196.56128-9112198-1 - Translation for luci-app-olsr - Slovenト絞na (Slovak)
luci-i18n-olsr-sv - git-18.196.56128-9112198-1 - Translation for luci-app-olsr - Svenska (Swedish)
luci-i18n-olsr-tr - git-18.196.56128-9112198-1 - Translation for luci-app-olsr - Tテシrkテァe (Turkish)
luci-i18n-olsr-uk - git-18.196.56128-9112198-1 - Translation for luci-app-olsr - ミ」ミコム�ミーム厘スム��糊コミー (Ukrainian)
luci-i18n-olsr-vi - git-18.196.56128-9112198-1 - Translation for luci-app-olsr - Ti蘯ソng Vi盻㏄ (Vietnamese)
luci-i18n-olsr-zh-cn - git-18.196.56128-9112198-1 - Translation for luci-app-olsr - 荳ュ譁� (Chinese)
luci-i18n-olsr-zh-tw - git-18.196.56128-9112198-1 - Translation for luci-app-olsr - 閾コ轣」闖ッ隱� (Taiwanese)
luci-i18n-openvpn-ca - git-18.196.56128-9112198-1 - Translation for luci-app-openvpn - Catalテ� (Catalan)
luci-i18n-openvpn-cs - git-18.196.56128-9112198-1 - Translation for luci-app-openvpn - ト憩ナ。tina (Czech)
luci-i18n-openvpn-de - git-18.196.56128-9112198-1 - Translation for luci-app-openvpn - Deutsch (German)
luci-i18n-openvpn-el - git-18.196.56128-9112198-1 - Translation for luci-app-openvpn - ホ偏サホサホキホスホケホコホャ (Greek)
luci-i18n-openvpn-en - git-18.196.56128-9112198-1 - Translation for luci-app-openvpn - English
luci-i18n-openvpn-es - git-18.196.56128-9112198-1 - Translation for luci-app-openvpn - Espaテアol (Spanish)
luci-i18n-openvpn-fr - git-18.196.56128-9112198-1 - Translation for luci-app-openvpn - Franテァais (French)
luci-i18n-openvpn-he - git-18.196.56128-9112198-1 - Translation for luci-app-openvpn - ラ「ヨエラ替ーラィヨエラ燮ェ (Hebrew)
luci-i18n-openvpn-hu - git-18.196.56128-9112198-1 - Translation for luci-app-openvpn - Magyar (Hungarian)
luci-i18n-openvpn-it - git-18.196.56128-9112198-1 - Translation for luci-app-openvpn - Italiano (Italian)
luci-i18n-openvpn-ja - git-18.196.56128-9112198-1 - Translation for luci-app-openvpn - 譌・譛ャ隱� (Japanese)
luci-i18n-openvpn-ms - git-18.196.56128-9112198-1 - Translation for luci-app-openvpn - Bahasa Melayu (Malay)
luci-i18n-openvpn-no - git-18.196.56128-9112198-1 - Translation for luci-app-openvpn - Norsk (Norwegian)
luci-i18n-openvpn-pl - git-18.196.56128-9112198-1 - Translation for luci-app-openvpn - Polski (Polish)
luci-i18n-openvpn-pt - git-18.196.56128-9112198-1 - Translation for luci-app-openvpn - Portuguテェs (Portuguese)
luci-i18n-openvpn-pt-br - git-18.196.56128-9112198-1 - Translation for luci-app-openvpn - Portuguテェs do Brasil (Brazialian Portuguese)
luci-i18n-openvpn-ro - git-18.196.56128-9112198-1 - Translation for luci-app-openvpn - Romテ「nト� (Romanian)
luci-i18n-openvpn-ru - git-18.196.56128-9112198-1 - Translation for luci-app-openvpn - ミ�ムτ����コミクミケ (Russian)
luci-i18n-openvpn-sk - git-18.196.56128-9112198-1 - Translation for luci-app-openvpn - Slovenト絞na (Slovak)
luci-i18n-openvpn-sv - git-18.196.56128-9112198-1 - Translation for luci-app-openvpn - Svenska (Swedish)
luci-i18n-openvpn-tr - git-18.196.56128-9112198-1 - Translation for luci-app-openvpn - Tテシrkテァe (Turkish)
luci-i18n-openvpn-uk - git-18.196.56128-9112198-1 - Translation for luci-app-openvpn - ミ」ミコム�ミーム厘スム��糊コミー (Ukrainian)
luci-i18n-openvpn-vi - git-18.196.56128-9112198-1 - Translation for luci-app-openvpn - Ti蘯ソng Vi盻㏄ (Vietnamese)
luci-i18n-openvpn-zh-cn - git-18.196.56128-9112198-1 - Translation for luci-app-openvpn - 荳ュ譁� (Chinese)
luci-i18n-openvpn-zh-tw - git-18.196.56128-9112198-1 - Translation for luci-app-openvpn - 閾コ轣」闖ッ隱� (Taiwanese)
luci-i18n-p910nd-ca - git-18.196.56128-9112198-1 - Translation for luci-app-p910nd - Catalテ� (Catalan)
luci-i18n-p910nd-cs - git-18.196.56128-9112198-1 - Translation for luci-app-p910nd - ト憩ナ。tina (Czech)
luci-i18n-p910nd-de - git-18.196.56128-9112198-1 - Translation for luci-app-p910nd - Deutsch (German)
luci-i18n-p910nd-el - git-18.196.56128-9112198-1 - Translation for luci-app-p910nd - ホ偏サホサホキホスホケホコホャ (Greek)
luci-i18n-p910nd-en - git-18.196.56128-9112198-1 - Translation for luci-app-p910nd - English
luci-i18n-p910nd-es - git-18.196.56128-9112198-1 - Translation for luci-app-p910nd - Espaテアol (Spanish)
luci-i18n-p910nd-fr - git-18.196.56128-9112198-1 - Translation for luci-app-p910nd - Franテァais (French)
luci-i18n-p910nd-he - git-18.196.56128-9112198-1 - Translation for luci-app-p910nd - ラ「ヨエラ替ーラィヨエラ燮ェ (Hebrew)
luci-i18n-p910nd-hu - git-18.196.56128-9112198-1 - Translation for luci-app-p910nd - Magyar (Hungarian)
luci-i18n-p910nd-it - git-18.196.56128-9112198-1 - Translation for luci-app-p910nd - Italiano (Italian)
luci-i18n-p910nd-ja - git-18.196.56128-9112198-1 - Translation for luci-app-p910nd - 譌・譛ャ隱� (Japanese)
luci-i18n-p910nd-ms - git-18.196.56128-9112198-1 - Translation for luci-app-p910nd - Bahasa Melayu (Malay)
luci-i18n-p910nd-no - git-18.196.56128-9112198-1 - Translation for luci-app-p910nd - Norsk (Norwegian)
luci-i18n-p910nd-pl - git-18.196.56128-9112198-1 - Translation for luci-app-p910nd - Polski (Polish)
luci-i18n-p910nd-pt - git-18.196.56128-9112198-1 - Translation for luci-app-p910nd - Portuguテェs (Portuguese)
luci-i18n-p910nd-pt-br - git-18.196.56128-9112198-1 - Translation for luci-app-p910nd - Portuguテェs do Brasil (Brazialian Portuguese)
luci-i18n-p910nd-ro - git-18.196.56128-9112198-1 - Translation for luci-app-p910nd - Romテ「nト� (Romanian)
luci-i18n-p910nd-ru - git-18.196.56128-9112198-1 - Translation for luci-app-p910nd - ミ�ムτ����コミクミケ (Russian)
luci-i18n-p910nd-sk - git-18.196.56128-9112198-1 - Translation for luci-app-p910nd - Slovenト絞na (Slovak)
luci-i18n-p910nd-sv - git-18.196.56128-9112198-1 - Translation for luci-app-p910nd - Svenska (Swedish)
luci-i18n-p910nd-tr - git-18.196.56128-9112198-1 - Translation for luci-app-p910nd - Tテシrkテァe (Turkish)
luci-i18n-p910nd-uk - git-18.196.56128-9112198-1 - Translation for luci-app-p910nd - ミ」ミコム�ミーム厘スム��糊コミー (Ukrainian)
luci-i18n-p910nd-vi - git-18.196.56128-9112198-1 - Translation for luci-app-p910nd - Ti蘯ソng Vi盻㏄ (Vietnamese)
luci-i18n-p910nd-zh-cn - git-18.196.56128-9112198-1 - Translation for luci-app-p910nd - 荳ュ譁� (Chinese)
luci-i18n-p910nd-zh-tw - git-18.196.56128-9112198-1 - Translation for luci-app-p910nd - 閾コ轣」闖ッ隱� (Taiwanese)
luci-i18n-pagekitec-ja - git-18.196.56128-9112198-1 - Translation for luci-app-pagekitec - 譌・譛ャ隱� (Japanese)
luci-i18n-polipo-ca - git-18.196.56128-9112198-1 - Translation for luci-app-polipo - Catalテ� (Catalan)
luci-i18n-polipo-cs - git-18.196.56128-9112198-1 - Translation for luci-app-polipo - ト憩ナ。tina (Czech)
luci-i18n-polipo-de - git-18.196.56128-9112198-1 - Translation for luci-app-polipo - Deutsch (German)
luci-i18n-polipo-el - git-18.196.56128-9112198-1 - Translation for luci-app-polipo - ホ偏サホサホキホスホケホコホャ (Greek)
luci-i18n-polipo-en - git-18.196.56128-9112198-1 - Translation for luci-app-polipo - English
luci-i18n-polipo-es - git-18.196.56128-9112198-1 - Translation for luci-app-polipo - Espaテアol (Spanish)
luci-i18n-polipo-fr - git-18.196.56128-9112198-1 - Translation for luci-app-polipo - Franテァais (French)
luci-i18n-polipo-he - git-18.196.56128-9112198-1 - Translation for luci-app-polipo - ラ「ヨエラ替ーラィヨエラ燮ェ (Hebrew)
luci-i18n-polipo-hu - git-18.196.56128-9112198-1 - Translation for luci-app-polipo - Magyar (Hungarian)
luci-i18n-polipo-it - git-18.196.56128-9112198-1 - Translation for luci-app-polipo - Italiano (Italian)
luci-i18n-polipo-ja - git-18.196.56128-9112198-1 - Translation for luci-app-polipo - 譌・譛ャ隱� (Japanese)
luci-i18n-polipo-ms - git-18.196.56128-9112198-1 - Translation for luci-app-polipo - Bahasa Melayu (Malay)
luci-i18n-polipo-no - git-18.196.56128-9112198-1 - Translation for luci-app-polipo - Norsk (Norwegian)
luci-i18n-polipo-pl - git-18.196.56128-9112198-1 - Translation for luci-app-polipo - Polski (Polish)
luci-i18n-polipo-pt - git-18.196.56128-9112198-1 - Translation for luci-app-polipo - Portuguテェs (Portuguese)
luci-i18n-polipo-pt-br - git-18.196.56128-9112198-1 - Translation for luci-app-polipo - Portuguテェs do Brasil (Brazialian Portuguese)
luci-i18n-polipo-ro - git-18.196.56128-9112198-1 - Translation for luci-app-polipo - Romテ「nト� (Romanian)
luci-i18n-polipo-ru - git-18.196.56128-9112198-1 - Translation for luci-app-polipo - ミ�ムτ����コミクミケ (Russian)
luci-i18n-polipo-sk - git-18.196.56128-9112198-1 - Translation for luci-app-polipo - Slovenト絞na (Slovak)
luci-i18n-polipo-sv - git-18.196.56128-9112198-1 - Translation for luci-app-polipo - Svenska (Swedish)
luci-i18n-polipo-tr - git-18.196.56128-9112198-1 - Translation for luci-app-polipo - Tテシrkテァe (Turkish)
luci-i18n-polipo-uk - git-18.196.56128-9112198-1 - Translation for luci-app-polipo - ミ」ミコム�ミーム厘スム��糊コミー (Ukrainian)
luci-i18n-polipo-vi - git-18.196.56128-9112198-1 - Translation for luci-app-polipo - Ti蘯ソng Vi盻㏄ (Vietnamese)
luci-i18n-polipo-zh-cn - git-18.196.56128-9112198-1 - Translation for luci-app-polipo - 荳ュ譁� (Chinese)
luci-i18n-polipo-zh-tw - git-18.196.56128-9112198-1 - Translation for luci-app-polipo - 閾コ轣」闖ッ隱� (Taiwanese)
luci-i18n-privoxy-de - 1.0.6-2 - Translation for luci-app-privoxy - Deutsch (German)
luci-i18n-privoxy-pt-br - 1.0.6-2 - Translation for luci-app-privoxy - Portuguテェs do Brasil (Brazialian Portuguese)
luci-i18n-privoxy-ru - 1.0.6-2 - Translation for luci-app-privoxy - ミ�ムτ����コミクミケ (Russian)
luci-i18n-privoxy-sv - 1.0.6-2 - Translation for luci-app-privoxy - Svenska (Swedish)
luci-i18n-privoxy-zh-cn - 1.0.6-2 - Translation for luci-app-privoxy - 荳ュ譁� (Chinese)
luci-i18n-qos-ca - git-18.196.56128-9112198-1 - Translation for luci-app-qos - Catalテ� (Catalan)
luci-i18n-qos-cs - git-18.196.56128-9112198-1 - Translation for luci-app-qos - ト憩ナ。tina (Czech)
luci-i18n-qos-de - git-18.196.56128-9112198-1 - Translation for luci-app-qos - Deutsch (German)
luci-i18n-qos-el - git-18.196.56128-9112198-1 - Translation for luci-app-qos - ホ偏サホサホキホスホケホコホャ (Greek)
luci-i18n-qos-en - git-18.196.56128-9112198-1 - Translation for luci-app-qos - English
luci-i18n-qos-es - git-18.196.56128-9112198-1 - Translation for luci-app-qos - Espaテアol (Spanish)
luci-i18n-qos-fr - git-18.196.56128-9112198-1 - Translation for luci-app-qos - Franテァais (French)
luci-i18n-qos-he - git-18.196.56128-9112198-1 - Translation for luci-app-qos - ラ「ヨエラ替ーラィヨエラ燮ェ (Hebrew)
luci-i18n-qos-hu - git-18.196.56128-9112198-1 - Translation for luci-app-qos - Magyar (Hungarian)
luci-i18n-qos-it - git-18.196.56128-9112198-1 - Translation for luci-app-qos - Italiano (Italian)
luci-i18n-qos-ja - git-18.196.56128-9112198-1 - Translation for luci-app-qos - 譌・譛ャ隱� (Japanese)
luci-i18n-qos-ms - git-18.196.56128-9112198-1 - Translation for luci-app-qos - Bahasa Melayu (Malay)
luci-i18n-qos-no - git-18.196.56128-9112198-1 - Translation for luci-app-qos - Norsk (Norwegian)
luci-i18n-qos-pl - git-18.196.56128-9112198-1 - Translation for luci-app-qos - Polski (Polish)
luci-i18n-qos-pt - git-18.196.56128-9112198-1 - Translation for luci-app-qos - Portuguテェs (Portuguese)
luci-i18n-qos-pt-br - git-18.196.56128-9112198-1 - Translation for luci-app-qos - Portuguテェs do Brasil (Brazialian Portuguese)
luci-i18n-qos-ro - git-18.196.56128-9112198-1 - Translation for luci-app-qos - Romテ「nト� (Romanian)
luci-i18n-qos-ru - git-18.196.56128-9112198-1 - Translation for luci-app-qos - ミ�ムτ����コミクミケ (Russian)
luci-i18n-qos-sk - git-18.196.56128-9112198-1 - Translation for luci-app-qos - Slovenト絞na (Slovak)
luci-i18n-qos-sv - git-18.196.56128-9112198-1 - Translation for luci-app-qos - Svenska (Swedish)
luci-i18n-qos-tr - git-18.196.56128-9112198-1 - Translation for luci-app-qos - Tテシrkテァe (Turkish)
luci-i18n-qos-uk - git-18.196.56128-9112198-1 - Translation for luci-app-qos - ミ」ミコム�ミーム厘スム��糊コミー (Ukrainian)
luci-i18n-qos-vi - git-18.196.56128-9112198-1 - Translation for luci-app-qos - Ti蘯ソng Vi盻㏄ (Vietnamese)
luci-i18n-qos-zh-cn - git-18.196.56128-9112198-1 - Translation for luci-app-qos - 荳ュ譁� (Chinese)
luci-i18n-qos-zh-tw - git-18.196.56128-9112198-1 - Translation for luci-app-qos - 閾コ轣」闖ッ隱� (Taiwanese)
luci-i18n-radicale-de - 1.1.0-1 - Translation for luci-app-radicale - Deutsch (German)
luci-i18n-radicale-pt-br - 1.1.0-1 - Translation for luci-app-radicale - Portuguテェs do Brasil (Brazialian Portuguese)
luci-i18n-radicale-ru - 1.1.0-1 - Translation for luci-app-radicale - ミ�ムτ����コミクミケ (Russian)
luci-i18n-radicale-sv - 1.1.0-1 - Translation for luci-app-radicale - Svenska (Swedish)
luci-i18n-samba-ca - git-18.196.56128-9112198-1 - Translation for luci-app-samba - Catalテ� (Catalan)
luci-i18n-samba-cs - git-18.196.56128-9112198-1 - Translation for luci-app-samba - ト憩ナ。tina (Czech)
luci-i18n-samba-de - git-18.196.56128-9112198-1 - Translation for luci-app-samba - Deutsch (German)
luci-i18n-samba-el - git-18.196.56128-9112198-1 - Translation for luci-app-samba - ホ偏サホサホキホスホケホコホャ (Greek)
luci-i18n-samba-en - git-18.196.56128-9112198-1 - Translation for luci-app-samba - English
luci-i18n-samba-es - git-18.196.56128-9112198-1 - Translation for luci-app-samba - Espaテアol (Spanish)
luci-i18n-samba-fr - git-18.196.56128-9112198-1 - Translation for luci-app-samba - Franテァais (French)
luci-i18n-samba-he - git-18.196.56128-9112198-1 - Translation for luci-app-samba - ラ「ヨエラ替ーラィヨエラ燮ェ (Hebrew)
luci-i18n-samba-hu - git-18.196.56128-9112198-1 - Translation for luci-app-samba - Magyar (Hungarian)
luci-i18n-samba-it - git-18.196.56128-9112198-1 - Translation for luci-app-samba - Italiano (Italian)
luci-i18n-samba-ja - git-18.196.56128-9112198-1 - Translation for luci-app-samba - 譌・譛ャ隱� (Japanese)
luci-i18n-samba-ms - git-18.196.56128-9112198-1 - Translation for luci-app-samba - Bahasa Melayu (Malay)
luci-i18n-samba-no - git-18.196.56128-9112198-1 - Translation for luci-app-samba - Norsk (Norwegian)
luci-i18n-samba-pl - git-18.196.56128-9112198-1 - Translation for luci-app-samba - Polski (Polish)
luci-i18n-samba-pt - git-18.196.56128-9112198-1 - Translation for luci-app-samba - Portuguテェs (Portuguese)
luci-i18n-samba-pt-br - git-18.196.56128-9112198-1 - Translation for luci-app-samba - Portuguテェs do Brasil (Brazialian Portuguese)
luci-i18n-samba-ro - git-18.196.56128-9112198-1 - Translation for luci-app-samba - Romテ「nト� (Romanian)
luci-i18n-samba-ru - git-18.196.56128-9112198-1 - Translation for luci-app-samba - ミ�ムτ����コミクミケ (Russian)
luci-i18n-samba-sk - git-18.196.56128-9112198-1 - Translation for luci-app-samba - Slovenト絞na (Slovak)
luci-i18n-samba-sv - git-18.196.56128-9112198-1 - Translation for luci-app-samba - Svenska (Swedish)
luci-i18n-samba-tr - git-18.196.56128-9112198-1 - Translation for luci-app-samba - Tテシrkテァe (Turkish)
luci-i18n-samba-uk - git-18.196.56128-9112198-1 - Translation for luci-app-samba - ミ」ミコム�ミーム厘スム��糊コミー (Ukrainian)
luci-i18n-samba-vi - git-18.196.56128-9112198-1 - Translation for luci-app-samba - Ti蘯ソng Vi盻㏄ (Vietnamese)
luci-i18n-samba-zh-cn - git-18.196.56128-9112198-1 - Translation for luci-app-samba - 荳ュ譁� (Chinese)
luci-i18n-samba-zh-tw - git-18.196.56128-9112198-1 - Translation for luci-app-samba - 閾コ轣」闖ッ隱� (Taiwanese)
luci-i18n-shairplay-ja - git-18.196.56128-9112198-1 - Translation for luci-app-shairplay - 譌・譛ャ隱� (Japanese)
luci-i18n-shairplay-pt-br - git-18.196.56128-9112198-1 - Translation for luci-app-shairplay - Portuguテェs do Brasil (Brazialian Portuguese)
luci-i18n-shairplay-ru - git-18.196.56128-9112198-1 - Translation for luci-app-shairplay - ミ�ムτ����コミクミケ (Russian)
luci-i18n-simple-adblock-ja - git-18.196.56128-9112198-5 - Translation for luci-app-simple-adblock - 譌・譛ャ隱� (Japanese)
luci-i18n-simple-adblock-pt - git-18.196.56128-9112198-5 - Translation for luci-app-simple-adblock - Portuguテェs (Portuguese)
luci-i18n-simple-adblock-pt-br - git-18.196.56128-9112198-5 - Translation for luci-app-simple-adblock - Portuguテェs do Brasil (Brazialian Portuguese)
luci-i18n-simple-adblock-ru - git-18.196.56128-9112198-5 - Translation for luci-app-simple-adblock - ミ�ムτ����コミクミケ (Russian)
luci-i18n-simple-adblock-sv - git-18.196.56128-9112198-5 - Translation for luci-app-simple-adblock - Svenska (Swedish)
luci-i18n-splash-ca - git-18.196.56128-9112198-1 - Translation for luci-app-splash - Catalテ� (Catalan)
luci-i18n-splash-cs - git-18.196.56128-9112198-1 - Translation for luci-app-splash - ト憩ナ。tina (Czech)
luci-i18n-splash-de - git-18.196.56128-9112198-1 - Translation for luci-app-splash - Deutsch (German)
luci-i18n-splash-el - git-18.196.56128-9112198-1 - Translation for luci-app-splash - ホ偏サホサホキホスホケホコホャ (Greek)
luci-i18n-splash-en - git-18.196.56128-9112198-1 - Translation for luci-app-splash - English
luci-i18n-splash-es - git-18.196.56128-9112198-1 - Translation for luci-app-splash - Espaテアol (Spanish)
luci-i18n-splash-fr - git-18.196.56128-9112198-1 - Translation for luci-app-splash - Franテァais (French)
luci-i18n-splash-he - git-18.196.56128-9112198-1 - Translation for luci-app-splash - ラ「ヨエラ替ーラィヨエラ燮ェ (Hebrew)
luci-i18n-splash-hu - git-18.196.56128-9112198-1 - Translation for luci-app-splash - Magyar (Hungarian)
luci-i18n-splash-it - git-18.196.56128-9112198-1 - Translation for luci-app-splash - Italiano (Italian)
luci-i18n-splash-ja - git-18.196.56128-9112198-1 - Translation for luci-app-splash - 譌・譛ャ隱� (Japanese)
luci-i18n-splash-ms - git-18.196.56128-9112198-1 - Translation for luci-app-splash - Bahasa Melayu (Malay)
luci-i18n-splash-no - git-18.196.56128-9112198-1 - Translation for luci-app-splash - Norsk (Norwegian)
luci-i18n-splash-pl - git-18.196.56128-9112198-1 - Translation for luci-app-splash - Polski (Polish)
luci-i18n-splash-pt - git-18.196.56128-9112198-1 - Translation for luci-app-splash - Portuguテェs (Portuguese)
luci-i18n-splash-pt-br - git-18.196.56128-9112198-1 - Translation for luci-app-splash - Portuguテェs do Brasil (Brazialian Portuguese)
luci-i18n-splash-ro - git-18.196.56128-9112198-1 - Translation for luci-app-splash - Romテ「nト� (Romanian)
luci-i18n-splash-ru - git-18.196.56128-9112198-1 - Translation for luci-app-splash - ミ�ムτ����コミクミケ (Russian)
luci-i18n-splash-sk - git-18.196.56128-9112198-1 - Translation for luci-app-splash - Slovenト絞na (Slovak)
luci-i18n-splash-sv - git-18.196.56128-9112198-1 - Translation for luci-app-splash - Svenska (Swedish)
luci-i18n-splash-tr - git-18.196.56128-9112198-1 - Translation for luci-app-splash - Tテシrkテァe (Turkish)
luci-i18n-splash-uk - git-18.196.56128-9112198-1 - Translation for luci-app-splash - ミ」ミコム�ミーム厘スム��糊コミー (Ukrainian)
luci-i18n-splash-vi - git-18.196.56128-9112198-1 - Translation for luci-app-splash - Ti蘯ソng Vi盻㏄ (Vietnamese)
luci-i18n-splash-zh-cn - git-18.196.56128-9112198-1 - Translation for luci-app-splash - 荳ュ譁� (Chinese)
luci-i18n-splash-zh-tw - git-18.196.56128-9112198-1 - Translation for luci-app-splash - 閾コ轣」闖ッ隱� (Taiwanese)
luci-i18n-statistics-ca - git-18.196.56128-9112198-1 - Translation for luci-app-statistics - Catalテ� (Catalan)
luci-i18n-statistics-cs - git-18.196.56128-9112198-1 - Translation for luci-app-statistics - ト憩ナ。tina (Czech)
luci-i18n-statistics-de - git-18.196.56128-9112198-1 - Translation for luci-app-statistics - Deutsch (German)
luci-i18n-statistics-el - git-18.196.56128-9112198-1 - Translation for luci-app-statistics - ホ偏サホサホキホスホケホコホャ (Greek)
luci-i18n-statistics-en - git-18.196.56128-9112198-1 - Translation for luci-app-statistics - English
luci-i18n-statistics-es - git-18.196.56128-9112198-1 - Translation for luci-app-statistics - Espaテアol (Spanish)
luci-i18n-statistics-fr - git-18.196.56128-9112198-1 - Translation for luci-app-statistics - Franテァais (French)
luci-i18n-statistics-he - git-18.196.56128-9112198-1 - Translation for luci-app-statistics - ラ「ヨエラ替ーラィヨエラ燮ェ (Hebrew)
luci-i18n-statistics-hu - git-18.196.56128-9112198-1 - Translation for luci-app-statistics - Magyar (Hungarian)
luci-i18n-statistics-it - git-18.196.56128-9112198-1 - Translation for luci-app-statistics - Italiano (Italian)
luci-i18n-statistics-ja - git-18.196.56128-9112198-1 - Translation for luci-app-statistics - 譌・譛ャ隱� (Japanese)
luci-i18n-statistics-ms - git-18.196.56128-9112198-1 - Translation for luci-app-statistics - Bahasa Melayu (Malay)
luci-i18n-statistics-no - git-18.196.56128-9112198-1 - Translation for luci-app-statistics - Norsk (Norwegian)
luci-i18n-statistics-pl - git-18.196.56128-9112198-1 - Translation for luci-app-statistics - Polski (Polish)
luci-i18n-statistics-pt - git-18.196.56128-9112198-1 - Translation for luci-app-statistics - Portuguテェs (Portuguese)
luci-i18n-statistics-pt-br - git-18.196.56128-9112198-1 - Translation for luci-app-statistics - Portuguテェs do Brasil (Brazialian Portuguese)
luci-i18n-statistics-ro - git-18.196.56128-9112198-1 - Translation for luci-app-statistics - Romテ「nト� (Romanian)
luci-i18n-statistics-ru - git-18.196.56128-9112198-1 - Translation for luci-app-statistics - ミ�ムτ����コミクミケ (Russian)
luci-i18n-statistics-sk - git-18.196.56128-9112198-1 - Translation for luci-app-statistics - Slovenト絞na (Slovak)
luci-i18n-statistics-sv - git-18.196.56128-9112198-1 - Translation for luci-app-statistics - Svenska (Swedish)
luci-i18n-statistics-tr - git-18.196.56128-9112198-1 - Translation for luci-app-statistics - Tテシrkテァe (Turkish)
luci-i18n-statistics-uk - git-18.196.56128-9112198-1 - Translation for luci-app-statistics - ミ」ミコム�ミーム厘スム��糊コミー (Ukrainian)
luci-i18n-statistics-vi - git-18.196.56128-9112198-1 - Translation for luci-app-statistics - Ti蘯ソng Vi盻㏄ (Vietnamese)
luci-i18n-statistics-zh-cn - git-18.196.56128-9112198-1 - Translation for luci-app-statistics - 荳ュ譁� (Chinese)
luci-i18n-statistics-zh-tw - git-18.196.56128-9112198-1 - Translation for luci-app-statistics - 閾コ轣」闖ッ隱� (Taiwanese)
luci-i18n-tinyproxy-ca - git-18.196.56128-9112198-1 - Translation for luci-app-tinyproxy - Catalテ� (Catalan)
luci-i18n-tinyproxy-cs - git-18.196.56128-9112198-1 - Translation for luci-app-tinyproxy - ト憩ナ。tina (Czech)
luci-i18n-tinyproxy-de - git-18.196.56128-9112198-1 - Translation for luci-app-tinyproxy - Deutsch (German)
luci-i18n-tinyproxy-el - git-18.196.56128-9112198-1 - Translation for luci-app-tinyproxy - ホ偏サホサホキホスホケホコホャ (Greek)
luci-i18n-tinyproxy-en - git-18.196.56128-9112198-1 - Translation for luci-app-tinyproxy - English
luci-i18n-tinyproxy-es - git-18.196.56128-9112198-1 - Translation for luci-app-tinyproxy - Espaテアol (Spanish)
luci-i18n-tinyproxy-fr - git-18.196.56128-9112198-1 - Translation for luci-app-tinyproxy - Franテァais (French)
luci-i18n-tinyproxy-he - git-18.196.56128-9112198-1 - Translation for luci-app-tinyproxy - ラ「ヨエラ替ーラィヨエラ燮ェ (Hebrew)
luci-i18n-tinyproxy-hu - git-18.196.56128-9112198-1 - Translation for luci-app-tinyproxy - Magyar (Hungarian)
luci-i18n-tinyproxy-it - git-18.196.56128-9112198-1 - Translation for luci-app-tinyproxy - Italiano (Italian)
luci-i18n-tinyproxy-ja - git-18.196.56128-9112198-1 - Translation for luci-app-tinyproxy - 譌・譛ャ隱� (Japanese)
luci-i18n-tinyproxy-ms - git-18.196.56128-9112198-1 - Translation for luci-app-tinyproxy - Bahasa Melayu (Malay)
luci-i18n-tinyproxy-no - git-18.196.56128-9112198-1 - Translation for luci-app-tinyproxy - Norsk (Norwegian)
luci-i18n-tinyproxy-pl - git-18.196.56128-9112198-1 - Translation for luci-app-tinyproxy - Polski (Polish)
luci-i18n-tinyproxy-pt - git-18.196.56128-9112198-1 - Translation for luci-app-tinyproxy - Portuguテェs (Portuguese)
luci-i18n-tinyproxy-pt-br - git-18.196.56128-9112198-1 - Translation for luci-app-tinyproxy - Portuguテェs do Brasil (Brazialian Portuguese)
luci-i18n-tinyproxy-ro - git-18.196.56128-9112198-1 - Translation for luci-app-tinyproxy - Romテ「nト� (Romanian)
luci-i18n-tinyproxy-ru - git-18.196.56128-9112198-1 - Translation for luci-app-tinyproxy - ミ�ムτ����コミクミケ (Russian)
luci-i18n-tinyproxy-sk - git-18.196.56128-9112198-1 - Translation for luci-app-tinyproxy - Slovenト絞na (Slovak)
luci-i18n-tinyproxy-sv - git-18.196.56128-9112198-1 - Translation for luci-app-tinyproxy - Svenska (Swedish)
luci-i18n-tinyproxy-tr - git-18.196.56128-9112198-1 - Translation for luci-app-tinyproxy - Tテシrkテァe (Turkish)
luci-i18n-tinyproxy-uk - git-18.196.56128-9112198-1 - Translation for luci-app-tinyproxy - ミ」ミコム�ミーム厘スム��糊コミー (Ukrainian)
luci-i18n-tinyproxy-vi - git-18.196.56128-9112198-1 - Translation for luci-app-tinyproxy - Ti蘯ソng Vi盻㏄ (Vietnamese)
luci-i18n-tinyproxy-zh-cn - git-18.196.56128-9112198-1 - Translation for luci-app-tinyproxy - 荳ュ譁� (Chinese)
luci-i18n-tinyproxy-zh-tw - git-18.196.56128-9112198-1 - Translation for luci-app-tinyproxy - 閾コ轣」闖ッ隱� (Taiwanese)
luci-i18n-transmission-ca - git-18.196.56128-9112198-1 - Translation for luci-app-transmission - Catalテ� (Catalan)
luci-i18n-transmission-cs - git-18.196.56128-9112198-1 - Translation for luci-app-transmission - ト憩ナ。tina (Czech)
luci-i18n-transmission-de - git-18.196.56128-9112198-1 - Translation for luci-app-transmission - Deutsch (German)
luci-i18n-transmission-el - git-18.196.56128-9112198-1 - Translation for luci-app-transmission - ホ偏サホサホキホスホケホコホャ (Greek)
luci-i18n-transmission-en - git-18.196.56128-9112198-1 - Translation for luci-app-transmission - English
luci-i18n-transmission-es - git-18.196.56128-9112198-1 - Translation for luci-app-transmission - Espaテアol (Spanish)
luci-i18n-transmission-fr - git-18.196.56128-9112198-1 - Translation for luci-app-transmission - Franテァais (French)
luci-i18n-transmission-he - git-18.196.56128-9112198-1 - Translation for luci-app-transmission - ラ「ヨエラ替ーラィヨエラ燮ェ (Hebrew)
luci-i18n-transmission-hu - git-18.196.56128-9112198-1 - Translation for luci-app-transmission - Magyar (Hungarian)
luci-i18n-transmission-it - git-18.196.56128-9112198-1 - Translation for luci-app-transmission - Italiano (Italian)
luci-i18n-transmission-ja - git-18.196.56128-9112198-1 - Translation for luci-app-transmission - 譌・譛ャ隱� (Japanese)
luci-i18n-transmission-ms - git-18.196.56128-9112198-1 - Translation for luci-app-transmission - Bahasa Melayu (Malay)
luci-i18n-transmission-no - git-18.196.56128-9112198-1 - Translation for luci-app-transmission - Norsk (Norwegian)
luci-i18n-transmission-pl - git-18.196.56128-9112198-1 - Translation for luci-app-transmission - Polski (Polish)
luci-i18n-transmission-pt - git-18.196.56128-9112198-1 - Translation for luci-app-transmission - Portuguテェs (Portuguese)
luci-i18n-transmission-pt-br - git-18.196.56128-9112198-1 - Translation for luci-app-transmission - Portuguテェs do Brasil (Brazialian Portuguese)
luci-i18n-transmission-ro - git-18.196.56128-9112198-1 - Translation for luci-app-transmission - Romテ「nト� (Romanian)
luci-i18n-transmission-ru - git-18.196.56128-9112198-1 - Translation for luci-app-transmission - ミ�ムτ����コミクミケ (Russian)
luci-i18n-transmission-sk - git-18.196.56128-9112198-1 - Translation for luci-app-transmission - Slovenト絞na (Slovak)
luci-i18n-transmission-sv - git-18.196.56128-9112198-1 - Translation for luci-app-transmission - Svenska (Swedish)
luci-i18n-transmission-tr - git-18.196.56128-9112198-1 - Translation for luci-app-transmission - Tテシrkテァe (Turkish)
luci-i18n-transmission-uk - git-18.196.56128-9112198-1 - Translation for luci-app-transmission - ミ」ミコム�ミーム厘スム��糊コミー (Ukrainian)
luci-i18n-transmission-vi - git-18.196.56128-9112198-1 - Translation for luci-app-transmission - Ti蘯ソng Vi盻㏄ (Vietnamese)
luci-i18n-transmission-zh-cn - git-18.196.56128-9112198-1 - Translation for luci-app-transmission - 荳ュ譁� (Chinese)
luci-i18n-transmission-zh-tw - git-18.196.56128-9112198-1 - Translation for luci-app-transmission - 閾コ轣」闖ッ隱� (Taiwanese)
luci-i18n-travelmate-ja - git-18.196.56128-9112198-1 - Translation for luci-app-travelmate - 譌・譛ャ隱� (Japanese)
luci-i18n-travelmate-pt-br - git-18.196.56128-9112198-1 - Translation for luci-app-travelmate - Portuguテェs do Brasil (Brazialian Portuguese)
luci-i18n-travelmate-ru - git-18.196.56128-9112198-1 - Translation for luci-app-travelmate - ミ�ムτ����コミクミケ (Russian)
luci-i18n-uhttpd-ja - git-18.196.56128-9112198-1 - Translation for luci-app-uhttpd - 譌・譛ャ隱� (Japanese)
luci-i18n-uhttpd-pt-br - git-18.196.56128-9112198-1 - Translation for luci-app-uhttpd - Portuguテェs do Brasil (Brazialian Portuguese)
luci-i18n-uhttpd-ru - git-18.196.56128-9112198-1 - Translation for luci-app-uhttpd - ミ�ムτ����コミクミケ (Russian)
luci-i18n-upnp-ca - git-18.196.56128-9112198-1 - Translation for luci-app-upnp - Catalテ� (Catalan)
luci-i18n-upnp-cs - git-18.196.56128-9112198-1 - Translation for luci-app-upnp - ト憩ナ。tina (Czech)
luci-i18n-upnp-de - git-18.196.56128-9112198-1 - Translation for luci-app-upnp - Deutsch (German)
luci-i18n-upnp-el - git-18.196.56128-9112198-1 - Translation for luci-app-upnp - ホ偏サホサホキホスホケホコホャ (Greek)
luci-i18n-upnp-en - git-18.196.56128-9112198-1 - Translation for luci-app-upnp - English
luci-i18n-upnp-es - git-18.196.56128-9112198-1 - Translation for luci-app-upnp - Espaテアol (Spanish)
luci-i18n-upnp-fr - git-18.196.56128-9112198-1 - Translation for luci-app-upnp - Franテァais (French)
luci-i18n-upnp-he - git-18.196.56128-9112198-1 - Translation for luci-app-upnp - ラ「ヨエラ替ーラィヨエラ燮ェ (Hebrew)
luci-i18n-upnp-hu - git-18.196.56128-9112198-1 - Translation for luci-app-upnp - Magyar (Hungarian)
luci-i18n-upnp-it - git-18.196.56128-9112198-1 - Translation for luci-app-upnp - Italiano (Italian)
luci-i18n-upnp-ja - git-18.196.56128-9112198-1 - Translation for luci-app-upnp - 譌・譛ャ隱� (Japanese)
luci-i18n-upnp-ms - git-18.196.56128-9112198-1 - Translation for luci-app-upnp - Bahasa Melayu (Malay)
luci-i18n-upnp-no - git-18.196.56128-9112198-1 - Translation for luci-app-upnp - Norsk (Norwegian)
luci-i18n-upnp-pl - git-18.196.56128-9112198-1 - Translation for luci-app-upnp - Polski (Polish)
luci-i18n-upnp-pt - git-18.196.56128-9112198-1 - Translation for luci-app-upnp - Portuguテェs (Portuguese)
luci-i18n-upnp-pt-br - git-18.196.56128-9112198-1 - Translation for luci-app-upnp - Portuguテェs do Brasil (Brazialian Portuguese)
luci-i18n-upnp-ro - git-18.196.56128-9112198-1 - Translation for luci-app-upnp - Romテ「nト� (Romanian)
luci-i18n-upnp-ru - git-18.196.56128-9112198-1 - Translation for luci-app-upnp - ミ�ムτ����コミクミケ (Russian)
luci-i18n-upnp-sk - git-18.196.56128-9112198-1 - Translation for luci-app-upnp - Slovenト絞na (Slovak)
luci-i18n-upnp-sv - git-18.196.56128-9112198-1 - Translation for luci-app-upnp - Svenska (Swedish)
luci-i18n-upnp-tr - git-18.196.56128-9112198-1 - Translation for luci-app-upnp - Tテシrkテァe (Turkish)
luci-i18n-upnp-uk - git-18.196.56128-9112198-1 - Translation for luci-app-upnp - ミ」ミコム�ミーム厘スム��糊コミー (Ukrainian)
luci-i18n-upnp-vi - git-18.196.56128-9112198-1 - Translation for luci-app-upnp - Ti蘯ソng Vi盻㏄ (Vietnamese)
luci-i18n-upnp-zh-cn - git-18.196.56128-9112198-1 - Translation for luci-app-upnp - 荳ュ譁� (Chinese)
luci-i18n-upnp-zh-tw - git-18.196.56128-9112198-1 - Translation for luci-app-upnp - 閾コ轣」闖ッ隱� (Taiwanese)
luci-i18n-vnstat-ca - git-18.196.56128-9112198-1 - Translation for luci-app-vnstat - Catalテ� (Catalan)
luci-i18n-vnstat-cs - git-18.196.56128-9112198-1 - Translation for luci-app-vnstat - ト憩ナ。tina (Czech)
luci-i18n-vnstat-de - git-18.196.56128-9112198-1 - Translation for luci-app-vnstat - Deutsch (German)
luci-i18n-vnstat-el - git-18.196.56128-9112198-1 - Translation for luci-app-vnstat - ホ偏サホサホキホスホケホコホャ (Greek)
luci-i18n-vnstat-en - git-18.196.56128-9112198-1 - Translation for luci-app-vnstat - English
luci-i18n-vnstat-es - git-18.196.56128-9112198-1 - Translation for luci-app-vnstat - Espaテアol (Spanish)
luci-i18n-vnstat-fr - git-18.196.56128-9112198-1 - Translation for luci-app-vnstat - Franテァais (French)
luci-i18n-vnstat-he - git-18.196.56128-9112198-1 - Translation for luci-app-vnstat - ラ「ヨエラ替ーラィヨエラ燮ェ (Hebrew)
luci-i18n-vnstat-hu - git-18.196.56128-9112198-1 - Translation for luci-app-vnstat - Magyar (Hungarian)
luci-i18n-vnstat-it - git-18.196.56128-9112198-1 - Translation for luci-app-vnstat - Italiano (Italian)
luci-i18n-vnstat-ja - git-18.196.56128-9112198-1 - Translation for luci-app-vnstat - 譌・譛ャ隱� (Japanese)
luci-i18n-vnstat-ms - git-18.196.56128-9112198-1 - Translation for luci-app-vnstat - Bahasa Melayu (Malay)
luci-i18n-vnstat-no - git-18.196.56128-9112198-1 - Translation for luci-app-vnstat - Norsk (Norwegian)
luci-i18n-vnstat-pl - git-18.196.56128-9112198-1 - Translation for luci-app-vnstat - Polski (Polish)
luci-i18n-vnstat-pt - git-18.196.56128-9112198-1 - Translation for luci-app-vnstat - Portuguテェs (Portuguese)
luci-i18n-vnstat-pt-br - git-18.196.56128-9112198-1 - Translation for luci-app-vnstat - Portuguテェs do Brasil (Brazialian Portuguese)
luci-i18n-vnstat-ro - git-18.196.56128-9112198-1 - Translation for luci-app-vnstat - Romテ「nト� (Romanian)
luci-i18n-vnstat-ru - git-18.196.56128-9112198-1 - Translation for luci-app-vnstat - ミ�ムτ����コミクミケ (Russian)
luci-i18n-vnstat-sk - git-18.196.56128-9112198-1 - Translation for luci-app-vnstat - Slovenト絞na (Slovak)
luci-i18n-vnstat-sv - git-18.196.56128-9112198-1 - Translation for luci-app-vnstat - Svenska (Swedish)
luci-i18n-vnstat-tr - git-18.196.56128-9112198-1 - Translation for luci-app-vnstat - Tテシrkテァe (Turkish)
luci-i18n-vnstat-uk - git-18.196.56128-9112198-1 - Translation for luci-app-vnstat - ミ」ミコム�ミーム厘スム��糊コミー (Ukrainian)
luci-i18n-vnstat-vi - git-18.196.56128-9112198-1 - Translation for luci-app-vnstat - Ti蘯ソng Vi盻㏄ (Vietnamese)
luci-i18n-vnstat-zh-cn - git-18.196.56128-9112198-1 - Translation for luci-app-vnstat - 荳ュ譁� (Chinese)
luci-i18n-vnstat-zh-tw - git-18.196.56128-9112198-1 - Translation for luci-app-vnstat - 閾コ轣」闖ッ隱� (Taiwanese)
luci-i18n-vpnbypass-pt-br - git-18.196.56128-9112198-4 - Translation for luci-app-vpnbypass - Portuguテェs do Brasil (Brazialian Portuguese)
luci-i18n-vpnbypass-ru - git-18.196.56128-9112198-4 - Translation for luci-app-vpnbypass - ミ�ムτ����コミクミケ (Russian)
luci-i18n-vpnbypass-zh-cn - git-18.196.56128-9112198-4 - Translation for luci-app-vpnbypass - 荳ュ譁� (Chinese)
luci-i18n-vpnbypass-zh-tw - git-18.196.56128-9112198-4 - Translation for luci-app-vpnbypass - 閾コ轣」闖ッ隱� (Taiwanese)
luci-i18n-watchcat-ca - git-18.196.56128-9112198-1 - Translation for luci-app-watchcat - Catalテ� (Catalan)
luci-i18n-watchcat-cs - git-18.196.56128-9112198-1 - Translation for luci-app-watchcat - ト憩ナ。tina (Czech)
luci-i18n-watchcat-de - git-18.196.56128-9112198-1 - Translation for luci-app-watchcat - Deutsch (German)
luci-i18n-watchcat-el - git-18.196.56128-9112198-1 - Translation for luci-app-watchcat - ホ偏サホサホキホスホケホコホャ (Greek)
luci-i18n-watchcat-en - git-18.196.56128-9112198-1 - Translation for luci-app-watchcat - English
luci-i18n-watchcat-es - git-18.196.56128-9112198-1 - Translation for luci-app-watchcat - Espaテアol (Spanish)
luci-i18n-watchcat-fr - git-18.196.56128-9112198-1 - Translation for luci-app-watchcat - Franテァais (French)
luci-i18n-watchcat-he - git-18.196.56128-9112198-1 - Translation for luci-app-watchcat - ラ「ヨエラ替ーラィヨエラ燮ェ (Hebrew)
luci-i18n-watchcat-hu - git-18.196.56128-9112198-1 - Translation for luci-app-watchcat - Magyar (Hungarian)
luci-i18n-watchcat-it - git-18.196.56128-9112198-1 - Translation for luci-app-watchcat - Italiano (Italian)
luci-i18n-watchcat-ja - git-18.196.56128-9112198-1 - Translation for luci-app-watchcat - 譌・譛ャ隱� (Japanese)
luci-i18n-watchcat-ms - git-18.196.56128-9112198-1 - Translation for luci-app-watchcat - Bahasa Melayu (Malay)
luci-i18n-watchcat-no - git-18.196.56128-9112198-1 - Translation for luci-app-watchcat - Norsk (Norwegian)
luci-i18n-watchcat-pl - git-18.196.56128-9112198-1 - Translation for luci-app-watchcat - Polski (Polish)
luci-i18n-watchcat-pt - git-18.196.56128-9112198-1 - Translation for luci-app-watchcat - Portuguテェs (Portuguese)
luci-i18n-watchcat-pt-br - git-18.196.56128-9112198-1 - Translation for luci-app-watchcat - Portuguテェs do Brasil (Brazialian Portuguese)
luci-i18n-watchcat-ro - git-18.196.56128-9112198-1 - Translation for luci-app-watchcat - Romテ「nト� (Romanian)
luci-i18n-watchcat-ru - git-18.196.56128-9112198-1 - Translation for luci-app-watchcat - ミ�ムτ����コミクミケ (Russian)
luci-i18n-watchcat-sk - git-18.196.56128-9112198-1 - Translation for luci-app-watchcat - Slovenト絞na (Slovak)
luci-i18n-watchcat-sv - git-18.196.56128-9112198-1 - Translation for luci-app-watchcat - Svenska (Swedish)
luci-i18n-watchcat-tr - git-18.196.56128-9112198-1 - Translation for luci-app-watchcat - Tテシrkテァe (Turkish)
luci-i18n-watchcat-uk - git-18.196.56128-9112198-1 - Translation for luci-app-watchcat - ミ」ミコム�ミーム厘スム��糊コミー (Ukrainian)
luci-i18n-watchcat-vi - git-18.196.56128-9112198-1 - Translation for luci-app-watchcat - Ti蘯ソng Vi盻㏄ (Vietnamese)
luci-i18n-watchcat-zh-cn - git-18.196.56128-9112198-1 - Translation for luci-app-watchcat - 荳ュ譁� (Chinese)
luci-i18n-watchcat-zh-tw - git-18.196.56128-9112198-1 - Translation for luci-app-watchcat - 閾コ轣」闖ッ隱� (Taiwanese)
luci-i18n-wifischedule-it - git-18.196.56128-9112198-1 - Translation for luci-app-wifischedule - Italiano (Italian)
luci-i18n-wifischedule-ja - git-18.196.56128-9112198-1 - Translation for luci-app-wifischedule - 譌・譛ャ隱� (Japanese)
luci-i18n-wifischedule-pt-br - git-18.196.56128-9112198-1 - Translation for luci-app-wifischedule - Portuguテェs do Brasil (Brazialian Portuguese)
luci-i18n-wifischedule-ru - git-18.196.56128-9112198-1 - Translation for luci-app-wifischedule - ミ�ムτ����コミクミケ (Russian)
luci-i18n-wifischedule-sv - git-18.196.56128-9112198-1 - Translation for luci-app-wifischedule - Svenska (Swedish)
luci-i18n-wifischedule-zh-cn - git-18.196.56128-9112198-1 - Translation for luci-app-wifischedule - 荳ュ譁� (Chinese)
luci-i18n-wireguard-ja - git-18.196.56128-9112198-1 - Translation for luci-app-wireguard - 譌・譛ャ隱� (Japanese)
luci-i18n-wireguard-pt-br - git-18.196.56128-9112198-1 - Translation for luci-app-wireguard - Portuguテェs do Brasil (Brazialian Portuguese)
luci-i18n-wireguard-ru - git-18.196.56128-9112198-1 - Translation for luci-app-wireguard - ミ�ムτ����コミクミケ (Russian)
luci-i18n-wireguard-sv - git-18.196.56128-9112198-1 - Translation for luci-app-wireguard - Svenska (Swedish)
luci-i18n-wireguard-zh-cn - git-18.196.56128-9112198-1 - Translation for luci-app-wireguard - 荳ュ譁� (Chinese)
luci-i18n-wol-ca - git-18.196.56128-9112198-1 - Translation for luci-app-wol - Catalテ� (Catalan)
luci-i18n-wol-cs - git-18.196.56128-9112198-1 - Translation for luci-app-wol - ト憩ナ。tina (Czech)
luci-i18n-wol-de - git-18.196.56128-9112198-1 - Translation for luci-app-wol - Deutsch (German)
luci-i18n-wol-el - git-18.196.56128-9112198-1 - Translation for luci-app-wol - ホ偏サホサホキホスホケホコホャ (Greek)
luci-i18n-wol-en - git-18.196.56128-9112198-1 - Translation for luci-app-wol - English
luci-i18n-wol-es - git-18.196.56128-9112198-1 - Translation for luci-app-wol - Espaテアol (Spanish)
luci-i18n-wol-fr - git-18.196.56128-9112198-1 - Translation for luci-app-wol - Franテァais (French)
luci-i18n-wol-he - git-18.196.56128-9112198-1 - Translation for luci-app-wol - ラ「ヨエラ替ーラィヨエラ燮ェ (Hebrew)
luci-i18n-wol-hu - git-18.196.56128-9112198-1 - Translation for luci-app-wol - Magyar (Hungarian)
luci-i18n-wol-it - git-18.196.56128-9112198-1 - Translation for luci-app-wol - Italiano (Italian)
luci-i18n-wol-ja - git-18.196.56128-9112198-1 - Translation for luci-app-wol - 譌・譛ャ隱� (Japanese)
luci-i18n-wol-ms - git-18.196.56128-9112198-1 - Translation for luci-app-wol - Bahasa Melayu (Malay)
luci-i18n-wol-no - git-18.196.56128-9112198-1 - Translation for luci-app-wol - Norsk (Norwegian)
luci-i18n-wol-pl - git-18.196.56128-9112198-1 - Translation for luci-app-wol - Polski (Polish)
luci-i18n-wol-pt - git-18.196.56128-9112198-1 - Translation for luci-app-wol - Portuguテェs (Portuguese)
luci-i18n-wol-pt-br - git-18.196.56128-9112198-1 - Translation for luci-app-wol - Portuguテェs do Brasil (Brazialian Portuguese)
luci-i18n-wol-ro - git-18.196.56128-9112198-1 - Translation for luci-app-wol - Romテ「nト� (Romanian)
luci-i18n-wol-ru - git-18.196.56128-9112198-1 - Translation for luci-app-wol - ミ�ムτ����コミクミケ (Russian)
luci-i18n-wol-sk - git-18.196.56128-9112198-1 - Translation for luci-app-wol - Slovenト絞na (Slovak)
luci-i18n-wol-sv - git-18.196.56128-9112198-1 - Translation for luci-app-wol - Svenska (Swedish)
luci-i18n-wol-tr - git-18.196.56128-9112198-1 - Translation for luci-app-wol - Tテシrkテァe (Turkish)
luci-i18n-wol-uk - git-18.196.56128-9112198-1 - Translation for luci-app-wol - ミ」ミコム�ミーム厘スム��糊コミー (Ukrainian)
luci-i18n-wol-vi - git-18.196.56128-9112198-1 - Translation for luci-app-wol - Ti蘯ソng Vi盻㏄ (Vietnamese)
luci-i18n-wol-zh-cn - git-18.196.56128-9112198-1 - Translation for luci-app-wol - 荳ュ譁� (Chinese)
luci-i18n-wol-zh-tw - git-18.196.56128-9112198-1 - Translation for luci-app-wol - 閾コ轣」闖ッ隱� (Taiwanese)
luci-lib-dracula - 5 - dracula graph javascript library
luci-lib-httpclient - git-18.196.56128-9112198-1 - HTTP(S) client library
luci-lib-httpprotoutils - git-18.196.56128-9112198-1 - HTTP protocol utility functions
luci-lib-ip - git-18.196.56128-9112198-1 - Lua library for IP calculation and routing information
luci-lib-ip - git-18.228.31946-f64b152-1
luci-lib-jquery-1-4 - 5 - minified javascript jQuery 1.4 library
luci-lib-json - git-18.228.31946-f64b152-1
luci-lib-json - git-18.196.56128-9112198-1 - LuCI JSON library
luci-lib-jsonc - git-18.228.31946-f64b152-1
luci-lib-jsonc - git-18.196.56128-9112198-1 - Lua binding for JSON-C
luci-lib-luaneightbl - git-18.196.56128-9112198-1 - neightbl - Lua lib for IPv6 neighbors
luci-lib-nixio - git-18.228.31946-f64b152-1
luci-lib-nixio - git-18.196.56128-9112198-1 - NIXIO POSIX library
luci-lib-px5g - git-18.196.56128-9112198-1 - RSA/X.509 Key Generator (required for LuCId SSL support)
luci-mod-admin-full - git-18.196.56128-9112198-1 - LuCI Administration - full-featured for full control
luci-mod-admin-full - git-18.228.31946-f64b152-1
luci-mod-failsafe - git-18.196.56128-9112198-1 - LuCI Fail-Safe - Fail-Safe sysupgrade module
luci-mod-freifunk - git-18.196.56128-9112198-1 - LuCI Freifunk module
luci-mod-freifunk-community - git-18.196.56128-9112198-1 - Freifunk Community Meta-Package
luci-mod-rpc - git-18.196.56128-9112198-1 - LuCI RPC - JSON-RPC API
luci-mod-rpc - git-18.228.31946-f64b152-1
luci-nginx - git-18.196.56128-9112198-1 - Standard OpenWrt set including full admin with ppp support and the default Bootstrap theme
luci-proto-3g - git-18.196.56128-9112198-1 - Support for 3G
luci-proto-ipip - git-18.196.56128-9112198-1 - Support for IPIP tunnels (IPv4-in-IPv4 RFC2003)
luci-proto-ipv6 - git-18.228.31946-f64b152-1
luci-proto-ipv6 - git-18.196.56128-9112198-1 - Support for DHCPv6/6in4/6to4/6rd/DS-Lite
luci-proto-ncm - git-18.196.56128-9112198-1 - Support for NCM
luci-proto-openconnect - git-18.196.56128-9112198-1 - Support for OpenConnect VPN
luci-proto-ppp - git-18.196.56128-9112198-1 - Support for PPP/PPPoE/PPPoA/PPtP
luci-proto-ppp - git-18.228.31946-f64b152-1
luci-proto-qmi - git-18.196.56128-9112198-1 - Support for QMI
luci-proto-relay - git-18.196.56128-9112198-1 - Support for relayd pseudo bridges
luci-proto-vpnc - git-18.196.56128-9112198-1 - Support for VPNC VPN
luci-proto-wireguard - git-18.196.56128-9112198-1 - Support for WireGuard VPN
luci-ssl - git-18.196.56128-9112198-1 - LuCI with HTTPS support (mbedTLS as SSL backend)
luci-ssl-nginx - git-18.196.56128-9112198-1 - LuCI with OpenSSL as the SSL backend (libustream-openssl). OpenSSL cmd tools (openssl-util) are used by nginx for SSL key generation.
luci-ssl-openssl - git-18.196.56128-9112198-1 - LuCI with OpenSSL as the SSL backend (libustream-openssl). OpenSSL cmd tools (openssl-util) are used by uhttpd for SSL key generation instead of the default px5g. (If px5g is installed, uhttpd will prefer that.)
luci-theme-bootstrap - git-18.228.31946-f64b152-1
luci-theme-bootstrap - git-18.196.56128-9112198-1 - Bootstrap Theme (default)
luci-theme-freifunk-generic - git-18.196.56128-9112198-1 - Freifunk Generic Theme
luci-theme-material - git-18.196.56128-9112198-1 - Material Theme
luci-theme-openwrt - git-18.196.56128-9112198-1 - LuCI OpenWrt.org theme
luv - 2016-12-16-1.9.1-1-1 - Bare libuv bindings for lua
lvm2 - 2.02.177-1 - LVM2 refers to a new userspace toolset that provide logical volume management facilities on linux. It is reasonably backwards-compatible with the original LVM toolset.
lxc - 2.1.1-1 - LXC is the userspace control package for Linux Containers, a lightweight virtual system mechanism sometimes described as "chroot on steroids".
lxc-attach - 2.1.1-1 - Utility lxc-attach from the LXC userspace tools
lxc-auto - 2.1.1-1 - LXC is the userspace control package for Linux Containers, a lightweight virtual system mechanism sometimes described as "chroot on steroids". This package adds and initscript for starting and stopping the containers on boot and shutdown.
lxc-autostart - 2.1.1-1 - Utility lxc-autostart from the LXC userspace tools
lxc-cgroup - 2.1.1-1 - Utility lxc-cgroup from the LXC userspace tools
lxc-checkconfig - 2.1.1-1 - Utility lxc-checkconfig from the LXC userspace tools
lxc-common - 2.1.1-1 - LXC common files
lxc-config - 2.1.1-1 - Utility lxc-config from the LXC userspace tools
lxc-configs - 2.1.1-1 - LXC virtual machine common config files
lxc-console - 2.1.1-1 - Utility lxc-console from the LXC userspace tools
lxc-copy - 2.1.1-1 - Utility lxc-copy from the LXC userspace tools
lxc-create - 2.1.1-1 - Utility lxc-create from the LXC userspace tools
lxc-destroy - 2.1.1-1 - Utility lxc-destroy from the LXC userspace tools
lxc-device - 2.1.1-1 - Utility lxc-device from the LXC userspace tools
lxc-execute - 2.1.1-1 - Utility lxc-execute from the LXC userspace tools
lxc-freeze - 2.1.1-1 - Utility lxc-freeze from the LXC userspace tools
lxc-hooks - 2.1.1-1 - LXC virtual machine hooks
lxc-info - 2.1.1-1 - Utility lxc-info from the LXC userspace tools
lxc-init - 2.1.1-1 - LXC Lua bindings
lxc-ls - 2.1.1-1 - Utility lxc-ls from the LXC userspace tools
lxc-lua - 2.1.1-1 - LXC Lua bindings
lxc-monitor - 2.1.1-1 - Utility lxc-monitor from the LXC userspace tools
lxc-monitord - 2.1.1-1 - Utility lxc-monitord from the LXC userspace tools
lxc-snapshot - 2.1.1-1 - Utility lxc-snapshot from the LXC userspace tools
lxc-start - 2.1.1-1 - Utility lxc-start from the LXC userspace tools
lxc-stop - 2.1.1-1 - Utility lxc-stop from the LXC userspace tools
lxc-templates - 2.1.1-1 - LXC virtual machine templates
lxc-top - 2.1.1-1 - Utility lxc-top from the LXC userspace tools
lxc-unfreeze - 2.1.1-1 - Utility lxc-unfreeze from the LXC userspace tools
lxc-unprivileged - 2.1.1-1 - Support for unprivileged containers requires newuidmap and newguidmap. This package makes sure they are available & have correct permissions.
lxc-unshare - 2.1.1-1 - Utility lxc-unshare from the LXC userspace tools
lxc-user-nic - 2.1.1-1 - Utility lxc-user-nic from the LXC userspace tools
lxc-usernsexec - 2.1.1-1 - Utility lxc-usernsexec from the LXC userspace tools
lxc-wait - 2.1.1-1 - Utility lxc-wait from the LXC userspace tools
lzmadec - 5.2.4-1 - Contains: lzmadec
lzmainfo - 5.2.4-1 - Contains: lzmainfo
lzmq - 0.4.3-1 - LZMQ is a Lua binding to ZeroMQ.
m4 - 1.4.18-1 - GNU M4 is an implementation of the traditional Unix macro processor. It is used by GNU Autoconf and Automake.
mac-telnet-client - 2015-09-02-37d83cbc9c07266d6c957d27bf75285b305eceab - Open source MAC Telnet client and server utilities for connecting to Mikrotik RouterOS routers and Linux machines via MAC address.
mac-telnet-discover - 2015-09-02-37d83cbc9c07266d6c957d27bf75285b305eceab - Open source MAC Telnet client and server utilities for connecting to Mikrotik RouterOS routers and Linux machines via MAC address.
mac-telnet-ping - 2015-09-02-37d83cbc9c07266d6c957d27bf75285b305eceab - Open source MAC Telnet client and server utilities for connecting to Mikrotik RouterOS routers and Linux machines via MAC address.
mac-telnet-server - 2015-09-02-37d83cbc9c07266d6c957d27bf75285b305eceab - Open source MAC Telnet client and server utilities for connecting to Mikrotik RouterOS routers and Linux machines via MAC address.
maccalc - 1 - This package contains a MAC address manipulation utility.
macchanger - 1.7.0-2 - This is a GNU/Linux utility for viewing/manipulating the MAC address of network interfaces.
madplay - 0.15.2b-6 - MAD is an MPEG audio decoder. It currently only supports the MPEG 1 standard, but fully implements all three audio layers (Layer I, Layer II, and Layer III, the latter often colloquially known as MP3.). There is also full support for ID3 tags.
madplay-alsa - 0.15.2b-6 - MPEG audio player in fixed point - alsa
mailman - 2.1.23-1 - Mailman is free software for managing electronic mail discussion and e-newsletter lists.
mailsend - 1.17b15-2 - Mailsend is a simple command line program to send mail via SMTP protocol. . SSL supported is provided by OpenSSL.
mailsend-nossl - 1.17b15-2 - Mailsend is a simple command line program to send mail via SMTP protocol.
make - 4.2.1-2 - The Make package contains a tool to create executables from source files.
map - 4-11 - Provides support for MAP-E (draft-ietf-softwire-map) and Lightweight 4over6 (draft-ietf-softwire-lw4over6) in /etc/config/network. Refer to http://wiki.openwrt.org/doc/uci/network for configuration details.
map-t - 11 - MAP-T configuration support
mariadb-client - 10.1.34-1 - MariaDB is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MariaDB are speed, robustness and ease of use.  This package includes the following core client binaries:  mysql mysqlcheck
mariadb-client-extra - 10.1.34-1 - MariaDB is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MariaDB are speed, robustness and ease of use.  This package includes the following extra client binaries:  mysql_find_rows mysql_waitpid mysqlaccess mysqladmin mysqldump mysqlimport mysqlshow mysqlslap mytop
mariadb-extra-charsets - 10.1.34-1 - MariaDB is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MariaDB are speed, robustness and ease of use.  The MariaDB server packaged by OpenWrt only provides support for UTF-8. This package contains single Byte character sets and collations that can be added at run time.
mariadb-server - 10.1.34-1 - MariaDB is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MariaDB are speed, robustness and ease of use.  This package includes the following core server binaries:  innochecksum my_print_defaults mysql_install_db mysql_upgrade mysqld
mariadb-server-extra - 10.1.34-1 - MariaDB is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MariaDB are speed, robustness and ease of use.  This package includes the following extra server binaries:  aria* mariabackup msql2mysql myisam_ftdump myisamchk myisamlog myisampack mysql_convert_table_format mysql_fix_extensions mysql_plugin mysql_secure_installation mysql_setpermission mysql_tzinfo_to_sql mysqlbinlog mysqld_multi mysqld_safe mysqld_safe_helper mysqldumpslow mysqlhotcopy perror replace resolve_stack_dump
mariadb-server-plugin-adt-null - 10.1.34-1 - MariaDB is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MariaDB are speed, robustness and ease of use.  This package provides the adt_null plugin.
mariadb-server-plugin-auth-0x0100 - 10.1.34-1 - MariaDB is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MariaDB are speed, robustness and ease of use.  This package provides the auth_0x0100 plugin.
mariadb-server-plugin-auth-ed25519 - 10.1.34-1 - MariaDB is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MariaDB are speed, robustness and ease of use.  This package provides the auth_ed25519 plugin.
mariadb-server-plugin-auth-socket - 10.1.34-1 - MariaDB is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MariaDB are speed, robustness and ease of use.  This package provides the auth_socket plugin.
mariadb-server-plugin-auth-test-plugin - 10.1.34-1 - MariaDB is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MariaDB are speed, robustness and ease of use.  This package provides the auth_test_plugin plugin.
mariadb-server-plugin-client-ed25519 - 10.1.34-1 - MariaDB is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MariaDB are speed, robustness and ease of use.  This package provides the client_ed25519 plugin.
mariadb-server-plugin-debug-key-management - 10.1.34-1 - MariaDB is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MariaDB are speed, robustness and ease of use.  This package provides the debug_key_management plugin.
mariadb-server-plugin-dialog-examples - 10.1.34-1 - MariaDB is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MariaDB are speed, robustness and ease of use.  This package provides the dialog_examples plugin.
mariadb-server-plugin-disks - 10.1.34-1 - MariaDB is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MariaDB are speed, robustness and ease of use.  This package provides the disks plugin.
mariadb-server-plugin-example-key-management - 10.1.34-1 - MariaDB is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MariaDB are speed, robustness and ease of use.  This package provides the example_key_management plugin.
mariadb-server-plugin-feedback - 10.1.34-1 - MariaDB is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MariaDB are speed, robustness and ease of use.  This package provides the feedback plugin.
mariadb-server-plugin-file-key-management - 10.1.34-1 - MariaDB is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MariaDB are speed, robustness and ease of use.  This package provides the file_key_management plugin.
mariadb-server-plugin-ha-archive - 10.1.34-1 - MariaDB is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MariaDB are speed, robustness and ease of use.  This package provides the ha_archive plugin.
mariadb-server-plugin-ha-blackhole - 10.1.34-1 - MariaDB is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MariaDB are speed, robustness and ease of use.  This package provides the ha_blackhole plugin.
mariadb-server-plugin-ha-connect - 10.1.34-1 - MariaDB is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MariaDB are speed, robustness and ease of use.  This package provides the ha_connect plugin.
mariadb-server-plugin-ha-example - 10.1.34-1 - MariaDB is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MariaDB are speed, robustness and ease of use.  This package provides the ha_example plugin.
mariadb-server-plugin-ha-federated - 10.1.34-1 - MariaDB is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MariaDB are speed, robustness and ease of use.  This package provides the ha_federated plugin.
mariadb-server-plugin-ha-federatedx - 10.1.34-1 - MariaDB is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MariaDB are speed, robustness and ease of use.  This package provides the ha_federatedx plugin.
mariadb-server-plugin-ha-innodb - 10.1.34-1 - MariaDB is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MariaDB are speed, robustness and ease of use.  This package provides the ha_innodb plugin.
mariadb-server-plugin-ha-sequence - 10.1.34-1 - MariaDB is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MariaDB are speed, robustness and ease of use.  This package provides the ha_sequence plugin.
mariadb-server-plugin-ha-sphinx - 10.1.34-1 - MariaDB is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MariaDB are speed, robustness and ease of use.  This package provides the ha_sphinx plugin.
mariadb-server-plugin-ha-spider - 10.1.34-1 - MariaDB is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MariaDB are speed, robustness and ease of use.  This package provides the ha_spider plugin.
mariadb-server-plugin-ha-test-sql-discovery - 10.1.34-1 - MariaDB is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MariaDB are speed, robustness and ease of use.  This package provides the ha_test_sql_discovery plugin.
mariadb-server-plugin-handlersocket - 10.1.34-1 - MariaDB is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MariaDB are speed, robustness and ease of use.  This package provides the handlersocket plugin.
mariadb-server-plugin-libdaemon-example - 10.1.34-1 - MariaDB is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MariaDB are speed, robustness and ease of use.  This package provides the libdaemon_example plugin.
mariadb-server-plugin-locales - 10.1.34-1 - MariaDB is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MariaDB are speed, robustness and ease of use.  This package provides the locales plugin.
mariadb-server-plugin-metadata-lock-info - 10.1.34-1 - MariaDB is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MariaDB are speed, robustness and ease of use.  This package provides the metadata_lock_info plugin.
mariadb-server-plugin-mypluglib - 10.1.34-1 - MariaDB is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MariaDB are speed, robustness and ease of use.  This package provides the mypluglib plugin.
mariadb-server-plugin-qa-auth-client - 10.1.34-1 - MariaDB is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MariaDB are speed, robustness and ease of use.  This package provides the qa_auth_client plugin.
mariadb-server-plugin-qa-auth-interface - 10.1.34-1 - MariaDB is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MariaDB are speed, robustness and ease of use.  This package provides the qa_auth_interface plugin.
mariadb-server-plugin-qa-auth-server - 10.1.34-1 - MariaDB is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MariaDB are speed, robustness and ease of use.  This package provides the qa_auth_server plugin.
mariadb-server-plugin-query-cache-info - 10.1.34-1 - MariaDB is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MariaDB are speed, robustness and ease of use.  This package provides the query_cache_info plugin.
mariadb-server-plugin-query-response-time - 10.1.34-1 - MariaDB is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MariaDB are speed, robustness and ease of use.  This package provides the query_response_time plugin.
mariadb-server-plugin-semisync-master - 10.1.34-1 - MariaDB is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MariaDB are speed, robustness and ease of use.  This package provides the semisync_master plugin.
mariadb-server-plugin-semisync-slave - 10.1.34-1 - MariaDB is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MariaDB are speed, robustness and ease of use.  This package provides the semisync_slave plugin.
mariadb-server-plugin-server-audit - 10.1.34-1 - MariaDB is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MariaDB are speed, robustness and ease of use.  This package provides the server_audit plugin.
mariadb-server-plugin-simple-password-check - 10.1.34-1 - MariaDB is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MariaDB are speed, robustness and ease of use.  This package provides the simple_password_check plugin.
mariadb-server-plugin-sql-errlog - 10.1.34-1 - MariaDB is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MariaDB are speed, robustness and ease of use.  This package provides the sql_errlog plugin.
mariadb-server-plugin-wsrep-info - 10.1.34-1 - MariaDB is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MariaDB are speed, robustness and ease of use.  This package provides the wsrep_info plugin.
mbedtls-util - 2.8.0-1 - The aim of the mbedtls project is to provide a quality, open-source cryptographic library written in C and targeted at embedded systems. This package contains mbedtls helper programs for private key and CSR generation (gen_key, cert_req)
mbtools - 2014-10-29-149e9c69cec180f18cf8781cf5285b97352bf719 - Modbus tools based on libmodbus to log data fetched by a master/client or received by a slave/server (writing of registers). mbcollect is able to act as client or server (in TCP or RTU)
mc - 4.8.20-2 - GNU Midnight Commander is a visual file manager. It's a feature rich full-screen text mode application that allows you to copy, move and delete files and whole directory trees, search for files and run commands in the subshell. Internal viewer and editor are included as well.
mcookie - 2.32-2 - mcookie generates a 128-bit random hexadecimal number for use with the X authority system
mcproxy - 2017-08-24-93b5ace42268160ebbfff4c61818fb15fa2d9b99-1 - mcproxy is a free & open source implementation of the IGMP/MLD proxy function (see  RFC 4605) for Linux systems. It operates on the kernel tables for multicast routing and allows for multiple instantiations, as well as dynamically changing downstream interfaces.
mdadm - 4.0-4 - A tool for managing Linux Software RAID arrays. RAID 0, 1 and 10 support included. If you need RAID 4,5 or 6 functionality please install kmod-md-raid456 .
mdns-utils - 576.30.4-2 - Bonjour, also known as zero-configuration networking, enables automatic discovery of computers, devices, and services on IP networks. . This package contains mDNS client utilities: - dns-sd - mDNSClient - mDNSIdentify - mDNSNetMonitor - mDNSProxyResponder - mDNSResponder
mdnsd - 576.30.4-2 - Bonjour, also known as zero-configuration networking, enables automatic discovery of computers, devices, and services on IP networks. . This package contains the mDNS server daemon.
mdnsresponder - 576.30.4-2 - Bonjour, also known as zero-configuration networking, enables automatic discovery of computers, devices, and services on IP networks. . This meta package contains only dependencies on other packages.
memcached - 1.5.2-1 - Free and open source, high-performance, distributed memory object caching system
meshwizard - 0.3.3 - A shellscript based wizard to simplify the setup of a typical mesh node (e.g. for Freifunk.net)
miax - 1.4-2 - miax is a console iax (asterisk) client, it can work with a soundcard as a normal voip phone, taking input/output from  keyboard or analog/gsm/isdn modem.
micropython - 1.9.2-1f78e7a43130acfa4bedf16c1007a1b0f37c75c3-1 - This package contains Micro Python, a lean and fast implementation of the Python 3.4 programming language that is optimised to run on a microcontroller (and low power computers).
micropython-lib - 1.9-f5fe55aaef1a39d3d56f07040c0ff9f7e841fdf7-1 - This package contains micropython-lib, a project to develop a non-monolothic standard library for Micro Python. Note that this is a work in progress and several libraries may be missing, incomplete or buggy.
mii-tool - 2016-10-06-115f1af2494ded1fcd21c8419d5e289bc4df380f-2 - The mii-tool command allows you to set or autodetect the media type or mii chipset-based ethernet devices. It traditionally had been distributed in the net-tools package. This is a single distribution optimized for embedded systems and fully automated cross/-sysroot-builds
mikrotik-btest - 0.5.1-1 - A bandwidth test client compatible with Mikrotik's RouterOS BTest server.
mini_snmpd - 1.4-rc1-3 - A tiny SNMP server for embedded systems
minicom - 2.7.1-1 - Terminal emulation program
minidlna - 1.2.1-3 - MiniDLNA (aka ReadyDLNA) is server software with the aim of being fully compliant with DLNA/UPnP-AV clients.
minimalist-pcproxy - 2015-01-12-2d6d1b0b0a3b79a9b4a9b0a7606a84600a967bcb-1 - This package contains a daemon which can be used to forward PCP (Port Control Protocol - RFC6887) requests requests to PCP remote servers.  In and of itself, it is not very useful, but combined with hnetd+miniupnpd it allows for control of NAT forwarding and firewall pinholes from multiple hops away.
miniupnpc - 1.9-1 - Lightweight UPnP client
miniupnpd - 2.1-1 - Lightweight UPnP IGD, NAT-PMP & PCP daemon
mjpg-streamer - 2018-04-14-1 - Streaming application for Linux-UVC compatible webcams
mkf2fs - 1.10.0-1 - Utility for creating a Flash-Friendly File System (F2FS)
mkhfs - 332.25-1 - Utilities to create and check HFS/HFS+ filesystems. (mkfs.hfs and mkfs.hfsplus for creating HFS/HFS+ volumes)
mksh - 56c-1 - mksh is the MirBSD enhanced version of the Public Domain Korn shell (pdksh), a Bourne-compatible shell which is largely si- milar to the original AT&T Korn shell; mksh is the only pdksh derivate currently being actively developed.  It includes bug fixes and feature improvements, in order to produce a modern, robust shell good for interactive and especially script use. mksh has UTF-8 support (in substring operations and the Emacs editing mode) and - while R50 corresponds to OpenBSD 5.5-cur- rent ksh (without GNU bash-like PS1 and fancy character clas- ses) - adheres to SUSv4 and is much more robust. The code has been cleaned up and simplified, bugs fixed, standards compli- ance added, and several enhancements (for extended compatibi- lity to other modern shells - as well as a couple of its own) are available. It has sensible defaults as usual with BSD.
mktorrent - 1.1-1 - mktorrent
mmc-utils - 2018-03-27-b4fe0c8c-1 - This package contains the userspace mmc utils, the userspace counterpart to the Linux MMC/SD subsystem.
moc - 2.5.2-2 - MOC (music on console) is a console audio player for LINUX/UNIX designed to be powerful and easy to use.
monit - 5.24.0-1 - An utility for monitoring services on a Unix system This package is built with SSL support.
monit-nossl - 5.24.0-1 - An utility for monitoring services on a Unix system This package is built without SSL support.
moreutils - 0.60-1 - This is a growing collection of the Unix tools that nobody thought to write long ago, when Unix was young. . So far, it includes the following utilities: - chronic: runs a command quietly unless it fails - combine: combine the lines in two files using boolean operations - errno: look up errno names and descriptions - ifdata: get network interface info without parsing ifconfig output - ifne: run a program if the standard input is not empty - isutf8: check if a file or standard input is utf-8 - lckdo: execute a program with a lock held - mispipe: pipe two commands, returning the exit status of the first - parallel: run multiple jobs at once - pee: tee standard input to pipes - sponge: soak up standard input and write to a file - ts: timestamp standard input - vidir: edit a directory in your text editor - vipe: insert a text editor into a pipe - zrun: automatically uncompress arguments to command
mosquitto-client-nossl - 1.5-3 - Command line client tools for publishing messages to MQTT servers and subscribing to topics. This package is built without SSL support
mosquitto-client-ssl - 1.5-3 - Command line client tools for publishing messages to MQTT servers and subscribing to topics. This package is built with SSL support
mosquitto-nossl - 1.5-3 - Mosquitto is an open source (BSD licensed) message broker that implements the MQTT protocol version 3.1 and 3.1.1. MQTT provides a lightweight method of carrying out messaging using a publish/subscribe model.  This package also includes some basic support for configuring via UCI This package is built WITHOUT SSL support.
mosquitto-ssl - 1.5-3 - Mosquitto is an open source (BSD licensed) message broker that implements the MQTT protocol version 3.1 and 3.1.1. MQTT provides a lightweight method of carrying out messaging using a publish/subscribe model.  This package also includes some basic support for configuring via UCI This package is built with SSL support.  TLS-PSK will be included (in both the client and broker) if OpenSSL is built with TLS-PSK support.
motion - 3.4.0-20141018-9479d910f2149b5558788bb86f97f26522794212-3 - webcam motion sensing and logging
mount-utils - 2.32-2 - contains: mount, umount, findmnt
mpack - 1.6-1 - Mpack and munpack are utilities for encoding and decoding (respectively) binary files in MIME (Multipurpose Internet Mail Extensions) format mail messages.  For compatibility with older forms of transferring binary files, the munpack program can also decode messages in split-uuencoded format.
mpc - 0.28-1 - MPD is a music player supporting flac, mp3 and ogg files. It is typically controlled over a network using one of it's many clients including mpc(console), gmpc(gnome), phpmp(php) etc. this is MPC
mpd-avahi-service - 0.20.9-2 - Music Player Daemon (MPD) is a flexible, powerful, server-side application for playing music. It is typically controlled over a network using one of it's many clients including mpc (console), gmpc (gnome), phpmp (php), etc... . This package contains the service definition for announcing the Music Player Daemon service via mDNS/DNS-SD.
mpd-full - 0.20.9-2 - Music Player Daemon (MPD) is a flexible, powerful, server-side application for playing music. It is typically controlled over a network using one of it's many clients including mpc (console), gmpc (gnome), phpmp (php), etc... . This package contains a full-blown Music Player Daemon.
mpd-mini - 0.20.9-2 - Music Player Daemon (MPD) is a flexible, powerful, server-side application for playing music. It is typically controlled over a network using one of it's many clients including mpc (console), gmpc (gnome), phpmp (php), etc... . This package contains a minimal Music Player Daemon, with support for only Flac, MP3 & OGG media types & only file: & http: protocols.
mpg123 - 1.25.10-1 - fast console mpeg audio player
mqtt - 1.3.1-1 - MQTT common libary
mqtt - 1.3.1-2 - MQTT common libary
mrd6 - 2013-11-30-c805eb33255dbc0b6647d463c6c67d1c9d3105a0-2 - Multicast is becoming a major component in next generation networks, used in several scenarios, from video broadcasting to multimedia conferencing.  In order to be implemented, new technology needs supporting hardware and  software across a set of devices and systems. MRD6 is an implementation of  a modular IPv6 Multicast Routing Framework for the Linux operating system  and provides MLDv2 (as well as MLDv1), PIM-SM and MBGP support.
msmtp - 1.6.6-1 - msmtp is an SMTP client. In the default mode, it transmits a mail to an SMTP server (for example at a free mail provider) which does the delivery. To use this program with your mail user agent (MUA), create a configuration file with your mail account(s) and tell your MUA to call msmtp instead of /usr/sbin/sendmail. This package is built with SSL support.
msmtp-mta - 1.6.6-1 - msmtp is an SMTP client. In the default mode, it transmits a mail to an SMTP server (for example at a free mail provider) which does the delivery. To use this program with your mail user agent (MUA), create a configuration file with your mail account(s) and tell your MUA to call msmtp instead of /usr/sbin/sendmail. This package add a link from sendmail to msmtp and is built with SSL support.
msmtp-nossl - 1.6.6-1 - msmtp is an SMTP client. In the default mode, it transmits a mail to an SMTP server (for example at a free mail provider) which does the delivery. To use this program with your mail user agent (MUA), create a configuration file with your mail account(s) and tell your MUA to call msmtp instead of /usr/sbin/sendmail. This package is built without SSL support.
msmtp-queue - 1.6.6-1 - msmtp is an SMTP client. In the default mode, it transmits a mail to an SMTP server (for example at a free mail provider) which does the delivery. To use this program with your mail user agent (MUA), create a configuration file with your mail account(s) and tell your MUA to call msmtp instead of /usr/sbin/sendmail. This package contains the msmtp queue scripts.
msmtpq-ng - 1.0.8-1 - msmtp-scripts are scripts wrappers around the msmtp SMTP client that add queueing, logging to syslog or file, a subset of sendmail/postfix mailq/postsuper/postqueue commands implemented in a compatible fashion. This package contains the msmtpq-ng and msmtpq-ng-queue wrappers around msmtp, which provide the bulk of the functionality.
msmtpq-ng-mta - 1.0.8-1 - msmtp-scripts are scripts wrappers around the msmtp SMTP client that add queueing, logging to syslog or file, a subset of sendmail/postfix mailq/postsuper/postqueue commands implemented in a compatible fashion. This package provides sendmail, mailq, postfix, and postsuper symlinks to wrappers that configure msmtpq-ng for use as the system mail transport agent via the sendmail command.
msmtpq-ng-mta-smtpd - 1.0.8-1 - Simple sendmail SMTP queueing and forwarding (basic SMTP server)
mt-st - 1.1-1 - Includes a mt-like program supporting additional commands using ioctls specific to  the Linux SCSI tape driver (up to kernel 2.6.26), and the program stinit to define the SCSI tape devices in system startup scripts.
mt7601u-firmware - 2017-09-06-a61ac5cf-1 - MediaTek MT7601U firmware
mtd - 23 - This package contains an utility useful to upgrade from other firmware or older OpenWrt releases.
mtdev - 1.1.5-1 - The mtdev is a stand-alone library which transforms all variants of kernel MT events to the slotted type B protocol. The events put into mtdev may be from any MT device, specifically type A without contact tracking, type A with contact tracking, or type B with contact tracking. See the kernel documentation for further details.
mtr - 0.85+newdns-dd2b75080bc5406ba0b438953b36b72204ba114b-2 - mtr combines the functionality of the 'traceroute' and 'ping' programs in a single network diagnostic tool. As mtr starts, it investigates the network connection between the host mtr runs on and a user-specified destination host. After it determines the address of each network hop between the machines, it sends a sequence ICMP ECHO requests to each one to determine the quality of the link to each machine. As it does this, it prints running statistics about each machine.
muninlite - 1.0.4-8 - Munin node implemented in shell
musl-fts - 1.2.7-1 - The musl-fts package implements the fts(3) functions fts_open, fts_read, fts_children, fts_set and fts_close, which are missing in musl libc.
mutt - 1.9.4-1 - Mutt is a small but very powerful text-based mail client for Unix operating systems.
mwan3 - 2.6.22-1 - Hotplug script which makes configuration of multiple WAN interfaces simple and manageable. With loadbalancing/failover support for up to 250 wan interfaces, connection tracking and an easy to manage traffic ruleset.
mwan3 - 2.8.4-2
mwifiex-pcie-firmware - 2017-09-06-a61ac5cf-1 - Marvell 8897 firmware
mwifiex-sdio-firmware - 2017-09-06-a61ac5cf-1 - Marvell 8887 firmware
mwl8k-firmware - 2017-09-06-a61ac5cf-1 - Marvell 8366/8687 firmware
mxml - 2.10-1 - A small xml library.
namei - 2.32-2 - namei uses its arguments as pathnames to any type of Unix file (symlinks, files, directories, and so forth)
nand-utils - 2.0.2-1 - Utilities for NAND devices.
nano - 2.9.8-1 - Nano (Nano's ANOther editor, or Not ANOther editor) is an enhanced clone of the Pico text editor.
natpmpc - 20150609-1 - libnatpmp is an attempt to make a portable and fully compliant implementation of the protocol for the client side. It is based on non blocking sockets and all calls of the API are asynchronous. It is therefore very easy to integrate the NAT-PMP code to any event driven code. This package contains the natpmp client.
nbd - 3.16.2-1 - This package contains the network block device client.
nbd-server - 3.16.2-1 - This package contains the network block device server.
ncat - 7.70-1 - Much-improved reimplementation of Netcat
ncat-ssl - 7.70-1 - Ncat (with OpenSSL support)
ncdu - 1.13-1 - Ncdu is a ncurses-based du viewer. It provides a fast and easy-to-use interface through famous du utility. It allows one to browse through the directories and show percentages of disk usage with ncurses library.
ncp - 1.2.4-1 - copy files over the network
ndiff - 7.70-1 - Utility to compare the results of Nmap scans
ndppd - 0.2.3-1 - ndppd, or NDP Proxy Daemon, is a daemon that proxies NDP (Neighbor Discovery Protocol) messages between interfaces.  ndppd currently only supports Neighbor Solicitation Messages and Neighbor Advertisement Messages.  The ndp_proxy provided by Linux doesn't support listing proxies, and only hosts are supported.  No subnets.  ndppd solves this by listening for Neighbor Solicitation messages on an interface, then query the internal interfaces for that target IP before finally sending a Neighbor Advertisement message.
netatalk - 3.1.11-2 - netatalk
netcat - 0.7.1-1 - Netcat is a featured networking utility which reads and writes data across network connections, using the TCP/IP protocol. It is designed to be a reliable "back-end" tool that can be used directly or easily driven by other programs and scripts. At the same time, it is a feature-rich network debugging and exploration tool, since it can create almost any kind of connection you would need and has several interesting built-in capabilities.
netdata - 1.10.0-1 - netdata is a highly optimized Linux daemon providing real-time performance monitoring for Linux systems, applications and SNMP devices over the web.
netdiscover - 0.3-pre-beta7-1 - An active/passive address reconnaissance tool
netifd - 2018-05-30-a580028d-1 - OpenWrt Network Interface Configuration Daemon
netifd - 2018-07-30-a0a1e52e-1
netopeer2-cli - 0.4.13 - Netopeer2 cli tool
netopeer2-keystored - 0.4.13 - Netopeer2 key store management
netopeer2-server - 0.4.13 - NETCONF server
netperf - 2.7.0-1 - Network performance measurement tool
netwhere - 0.9-1 - Network monitor
nfs-kernel-server - 2.3.1-1 - Kernel NFS server support
nfs-kernel-server-utils - 2.3.1-1 - NFS server utils
nfs-utils - 2.3.1-1 - Updated mount.nfs command - allows mounting nfs4 volumes
nftables - 0.8.2-1 - nftables packet filtering userspace utility
nginx - 1.12.2-1 - nginx is an HTTP and reverse proxy server, as well as a mail proxy server, written by Igor Sysoev.
ngircd - 24-1 - ngIRCd is an Open Source server for the Internet Relay Chat (IRC), which is developed and published under the terms of the GNU General Public Licence. ngIRCd means "next generation IRC daemon", it's written from scratch and not deduced from the "grandfather of IRC daemons", the daemon of the IRCNet. This package is built with OpenSSL support.
ngircd-nossl - 24-1 - ngIRCd is an Open Source server for the Internet Relay Chat (IRC), which is developed and published under the terms of the GNU General Public Licence. ngIRCd means "next generation IRC daemon", it's written from scratch and not deduced from the "grandfather of IRC daemons", the daemon of the IRCNet. This package is built without OpenSSL support.
nlbwmon - 2017-12-05-75accd64-1 - LEDE Traffic Usage Monitor
nmap - 7.70-1 - Utility for network exploration or security auditing
nmap-ssl - 7.70-1 - Nmap (with OpenSSL support)
noddos - 0.5.5-1 - Noddos discovers what devices you have in your network and tailors the firewall rules based on whitelisted flows for that device. Noddos downloads the firewall rules periodically from the cloud. In order to support creating these firewall rules, noddos can, after opt-in, upload anonimized traffic statistics for each device to the cloud. The Luci interface is available in the luci-apps-noddos package. For information, visit https://www.noddos.io/
nodogsplash - 1.0.2-3
nodogsplash - 1.0.2-1 - Nodogsplash offers a simple way to open a free hotspot providing restricted access to an internet connection.
nodogsplash2 - 2.1.1-1 - Nodogsplash offers a simple way to open a free hotspot providing restricted access to an internet connection.
noping - 1.9.0-1 - Ncurses application to send ICMP echo request to network hosts
nping - 7.70-1 - Network packet generation tool / ping utility
nsd - 4.1.13-1 - NSD is an authoritative only, high performance, simple and open source name server.
nsd-control - 4.1.13-1 - NSD is an authoritative only, high performance, simple and open source name server.
nsd-control-setup - 4.1.13-1 - NSD is an authoritative only, high performance, simple and open source name server.
nsd-nossl - 4.1.13-1 - NSD is an authoritative only, high performance, simple and open source name server.
nsenter - 2.32-2 - run program with namespaces of other processes
nstat - 4.16.0-3 - Network statistics utility
ntfs-3g - 2017.3.23-1-fuseint - Ntfs-3g is a NTFS driver, which can create, remove, rename, move files, directories, hard links, and streams. It can read and write files, including streams and sparse files. It can handle special files like symbolic links, devices, and FIFOs. Moreover it can also read transparently compressed files.  Contains: - ntfs-3g - ntfs-3g.probe - mount.ntfs-3g (symlink to ntfs-3g)
ntfs-3g-low - 2017.3.23-1-fuseint - Contains: - lowntfs-3g - mount.lowntfs-3g (symlink to lowntfs-3g)  A driver variant using the fuse low-level interface missing some of the enhanced functionality for streams or the like. You might want to check: http://www.tuxera.com/community/ntfs-3g-manual/
ntfs-3g-utils - 2017.3.23-1-fuseint - Suite of NTFS utilities for doing neat things with NTFS. Contains: - mkntfs - Create an NTFS filesystem. - ntfscat - Dump a file's content to the standard output. - ntfsclone - Efficiently clone, backup, restore or rescue NTFS. - ntfscluster - Locate the files which use the given sectors or clusters. - ntfscmp - Compare two NTFS filesystems and tell the differences. - ntfscp - Copy a file to an NTFS volume. - ntfssecaudit - Display ownership and permissions, check consistency - ntfsfix - Check and fix some common errors, clear the LogFile. - ntfsinfo - Show information about NTFS or one of the files or directories within it. - ntfslabel - Show, or set, an NTFS filesystem's volume label. - ntfsls - List information about files in a directory residing on an NTFS. - ntfsresize - Resize NTFS without losing data. - ntfsundelete - Recover deleted files from NTFS. - ntfsusermap - Define mapping of Windows accounts to Linux logins
ntp-keygen - 4.2.8p11-1 - The ISC ntp suite is a collection of tools used to synchronize the system clock with remote NTP time servers and run/monitor local NTP servers. . This package contains the ntp-keygen.
ntp-utils - 4.2.8p11-1 - The ISC ntp suite is a collection of tools used to synchronize the system clock with remote NTP time servers and run/monitor local NTP servers. . This package contains ntpdc, ntpq and ntptime.
ntpclient - 2010_365-1 - NTP client for setting system time from NTP servers.
ntpd - 4.2.8p11-1 - The ISC ntp suite is a collection of tools used to synchronize the system clock with remote NTP time servers and run/monitor local NTP servers. . This package contains the ntpd server.
ntpdate - 4.2.8p11-1 - The ISC ntp suite is a collection of tools used to synchronize the system clock with remote NTP time servers and run/monitor local NTP servers. . This package contains ntpdate.
ntripcaster - 0.1.5-03878920195cf854b38a1ea424f1cae57353fa87 - BKG Standard Ntrip Broadcaster
ntripclient - 1.5.0-dcfb2cb3e6f31b7291a94e7f86379c78ffc0d44e - Ntrip Version 2.0 Command Line Client, reading from Ntrip Version 1.0 or 2.0 Caster
ntripserver - 1.5.1-c3034ab575e8442222eb8c2ee9e224cac99cfa6d - Ntrip Version 2.0 Command Line Server, reading from SISNeT Server, TCP/UDP IP Port, Serial port, or NtripCaster to support an Ntrip Version 1.0 or 2.0 Caster
nut - 2.7.4-4 - Network UPS Tools (NUT) is a client/server monitoring system that allows computers to share uninterruptible power supply (UPS) and power distribution unit (PDU) hardware. Clients access the hardware through the server, and are notified whenever the power status changes.
nut-avahi-service - 2.7.4-4 - This package contains the service definition for announcing the attached UPS via mDNS/DNS-SD.
nut-common - 2.7.4-4 - Network UPS Tools (NUT) is a client/server monitoring system that allows computers to share uninterruptible power supply (UPS) and power distribution unit (PDU) hardware. Clients access the hardware through the server, and are notified whenever the power status changes. This package contains the common files.
nut-driver-bcmxcp_usb - 2.7.4-4 - Experimental driver for UPSes supporting the BCM/XCP protocol over USB
nut-driver-blazer_usb - 2.7.4-4 - Driver for Megatec/Q1 protocol USB based UPS equipment
nut-driver-nutdrv_atcl_usb - 2.7.4-4 - Driver for ATCL FOR UPS equipment
nut-driver-nutdrv_qx - 2.7.4-4 - Driver for Q* protocol serial and USB based UPS equipment
nut-driver-richcomm_usb - 2.7.4-4 - Driver for UPS equipment using Richcomm dry-contact to USB solution
nut-driver-riello_usb - 2.7.4-4 - Driver for Riello UPS Protocol UPS equipment via USB
nut-driver-tripplite_usb - 2.7.4-4 - Driver for older Tripp Lite USB UPSes (not PDC HID)
nut-driver-usbhid-ups - 2.7.4-4 - Driver for USB/HID UPS equipment
nut-server - 2.7.4-4 - Network UPS Tools (NUT) is a client/server monitoring system that allows computers to share uninterruptible power supply (UPS) and power distribution unit (PDU) hardware. Clients access the hardware through the server, and are notified whenever the power status changes. upsd is responsible for serving the data from the drivers to the clients. It connects to each driver and maintains a local cache of the current state. Queries from the clients are served from this cache, so delays are minimal. This program is essential, and must be running at all times to actually make any use out of the drivers and clients.
nut-upsc - 2.7.4-4 - Network UPS Tools (NUT) is a client/server monitoring system that allows computers to share uninterruptible power supply (UPS) and power distribution unit (PDU) hardware. Clients access the hardware through the server, and are notified whenever the power status changes. upsc is provided as a quick way to poll the status of a UPS server. It can be used inside shell scripts and other programs that need UPS data but don not want to include the full interface.
nut-upscmd - 2.7.4-4 - Network UPS Tools (NUT) is a client/server monitoring system that allows computers to share uninterruptible power supply (UPS) and power distribution unit (PDU) hardware. Clients access the hardware through the server, and are notified whenever the power status changes. upscmd allows you to invoke "instant commands" in your UPS hardware. Not all hardware supports this, so check the list with -l to see if anything will work on your equipment. On hardware that supports it, you can use this program to start and stop battery tests, invoke a front panel test (beep!), turn the load on or off, and more.
nut-upslog - 2.7.4-4 - Network UPS Tools (NUT) is a client/server monitoring system that allows computers to share uninterruptible power supply (UPS) and power distribution unit (PDU) hardware. Clients access the hardware through the server, and are notified whenever the power status changes. upslog is a daemon that will poll a UPS at periodic intervals, fetch the variables that interest you, format them, and write them to a file.
nut-upsmon - 2.7.4-4 - Network UPS Tools (NUT) is a client/server monitoring system that allows computers to share uninterruptible power supply (UPS) and power distribution unit (PDU) hardware. Clients access the hardware through the server, and are notified whenever the power status changes. upsmon is the client process that is responsible for the most important part of UPS monitoring--shutting down the system when the power goes out. It can call out to other helper programs for notification purposes during power events. upsmon can monitor multiple systems using a single process. Every UPS that is defined in the upsmon.conf configuration file is assigned a power value and a type (slave or master).
nut-upsmon-sendmail-notify - 2.7.4-4 - Network UPS Tools (NUT) is a client/server monitoring system that allows computers to share uninterruptible power supply (UPS) and power distribution unit (PDU) hardware. Clients access the hardware through the server, and are notified whenever the power status changes. upsmon with default notification via sendmail
nut-upsrw - 2.7.4-4 - Network UPS Tools (NUT) is a client/server monitoring system that allows computers to share uninterruptible power supply (UPS) and power distribution unit (PDU) hardware. Clients access the hardware through the server, and are notified whenever the power status changes. upsrw allows you to view and change the read/write variables inside your UPS. It sends commands via the upsd to your driver, which configures the hardware for you. The list of variables that allow you to change their values is based on the capabilities of your UPS equipment. Not all models support this feature. Typically, cheaper hardware does not support any of them.
nut-upssched - 2.7.4-4 - Network UPS Tools (NUT) is a client/server monitoring system that allows computers to share uninterruptible power supply (UPS) and power distribution unit (PDU) hardware. Clients access the hardware through the server, and are notified whenever the power status changes. upssched was created to allow users to execute programs at times relative to events being monitored by upsmon. The original purpose was to allow for a shutdown to occur after some fixed period on battery, but there are other uses that are possible. You can alternatively write your own script and save some space.
nut-web-cgi - 2.7.4-4 - The CGI programs are clients that run through your web server. They allow you to see UPS status and perform certain administrative commands from any web browser. Javascript and cookies are not required.
nvram - 10 - This package contains an utility to manipulate NVRAM on Broadcom based devices. It works on bcm47xx (Linux 2.6) without using the kernel api.
obfsproxy - 0.2.13-1 - obfsproxy is a tool that attempts to circumvent censorship, by transforming the Tor traffic between the client and the bridge. This way, censors, who usually monitor traffic between the client and the bridge, will see innocent-looking transformed traffic instead of the actual Tor traffic.
objdump - 2.27-1 - objdump
ocserv - 0.12.1-1 - OpenConnect server (ocserv) is an SSL VPN server. Its purpose is to be a secure, small, fast and configurable VPN server. It implements the OpenConnect SSL VPN protocol, and has also (currently experimental) compatibility with clients using the AnyConnect SSL VPN protocol. The OpenConnect VPN protocol uses the standard IETF security protocols such as TLS 1.2, and Datagram TLS to provide the secure VPN service.
odhcp6c - 2018-04-29-5316d7f8-12 - Embedded DHCPv6-client for OpenWrt
odhcp6c - 2018-07-14-67ae6a71-14
odhcpd - 1.7-1 - odhcpd is a daemon for serving and relaying IP management protocols to configure clients and downstream routers. It tries to follow the RFC 6204 requirements for IPv6 home routers.  This is a variant providing server services for DHCPv4, RA, stateless and stateful DHCPv6,  prefix delegation and can be used to relay RA, DHCPv6 and NDP between routed (non-bridged) interfaces in case no delegated prefixes are available.
odhcpd-ipv6only - 1.7-1 - odhcpd is a daemon for serving and relaying IP management protocols to configure clients and downstream routers. It tries to follow the RFC 6204 requirements for IPv6 home routers.  This is a variant providing server services for RA, stateless and stateful DHCPv6,  prefix delegation and can be used to relay RA, DHCPv6 and NDP between routed (non-bridged) interfaces in case no delegated prefixes are available.
odhcpd-ipv6only - 1.10-1
oggfwd - 20150412-2 - A basic icecast client that is very simple but also very useful for video streaming.
ohybridproxy - 2016-06-28-8a28ae92c97099e771c9ede5641e3782ae809c27-1 - This package provides a statically configured daemon for translating DNS requests to Multicast DNS and back again.
ola - 0.10.6-3 - OLA (Open Lighting Architecture) is a framework that allows applications to send and receive DMX512, using various hardware devices and 'DMX over IP' protocols. It enables software controllers talk to DMX hardware.
olsrd - 0.9.6.2-v0.9.6.2 - OLSR (Optimized Link State Routing) daemon
olsrd-mod-arprefresh - 0.9.6.2-v0.9.6.2 - Kernel ARP cache refresh plugin
olsrd-mod-bmf - 0.9.6.2-v0.9.6.2 - Basic multicast forwarding plugin
olsrd-mod-dot-draw - 0.9.6.2-v0.9.6.2 - Dot topology information plugin
olsrd-mod-dyn-gw - 0.9.6.2-v0.9.6.2 - Dynamic internet gateway plugin
olsrd-mod-dyn-gw-plain - 0.9.6.2-v0.9.6.2 - Dynamic internet gateway plain plugin
olsrd-mod-httpinfo - 0.9.6.2-v0.9.6.2 - Small informative web server plugin
olsrd-mod-jsoninfo - 0.9.6.2-v0.9.6.2 - Small informative plugin with JSON output
olsrd-mod-mdns - 0.9.6.2-v0.9.6.2 - MDNS/Zeroconf/Bonjour packet distribution
olsrd-mod-nameservice - 0.9.6.2-v0.9.6.2 - Lightweight hostname resolver plugin
olsrd-mod-netjson - 0.9.6.2-v0.9.6.2 - netjson plugin with JSON output
olsrd-mod-p2pd - 0.9.6.2-v0.9.6.2 - Peer to Peer Discovery plugin
olsrd-mod-pgraph - 0.9.6.2-v0.9.6.2 - output network topology for pgraph
olsrd-mod-pud - 0.9.6.2-v0.9.6.2 - Position Update Distribution plugin
olsrd-mod-quagga - 0.9.6.2-v0.9.6.2 - Quagga plugin
olsrd-mod-secure - 0.9.6.2-v0.9.6.2 - Message signing plugin to secure routing domain
olsrd-mod-sgwdynspeed - 0.9.6.2-v0.9.6.2 - Smart Gateway dynamic speed plugin
olsrd-mod-txtinfo - 0.9.6.2-v0.9.6.2 - Small informative web server plugin
olsrd-mod-watchdog - 0.9.6.2-v0.9.6.2 - Watchdog plugin
om-watchdog - 1-2 - This package contains the hw watchdog script for the OM1P and OM2P device.
omcproxy - 2017-02-14-1fe6f48f-4 - IGMPv3 and MLDv2 Multicast Proxy
oonf-dlep-proxy - 0.14.1-1 - Build DLEP Radio+Router Agent
oonf-dlep-radio - 0.14.1-1 - Build DLEP Radio Agent
oonf-init-scripts - 0.9.1-r3 - Common OONF startup scripts
oonf-olsrd2 - 0.14.1-1 - Build Olsrd V2 Routing Agent
open-plc-utils - 2017-12-03 - Qualcomm Atheros Power Line Communication utilities
open-plc-utils-CMEncrypt - 2017-12-03 - Utility CMEncrypt from the Open PLC utilities package.
open-plc-utils-ampID - 2017-12-03 - Utility ampID from the Open PLC utilities package.
open-plc-utils-ampboot - 2017-12-03 - Utility ampboot from the Open PLC utilities package.
open-plc-utils-amphost - 2017-12-03 - Utility amphost from the Open PLC utilities package.
open-plc-utils-amplist - 2017-12-03 - Utility amplist from the Open PLC utilities package.
open-plc-utils-amprate - 2017-12-03 - Utility amprate from the Open PLC utilities package.
open-plc-utils-ampstat - 2017-12-03 - Utility ampstat from the Open PLC utilities package.
open-plc-utils-amptest - 2017-12-03 - Utility amptest from the Open PLC utilities package.
open-plc-utils-amptone - 2017-12-03 - Utility amptone from the Open PLC utilities package.
open-plc-utils-amptool - 2017-12-03 - Utility amptool from the Open PLC utilities package.
open-plc-utils-ampwait - 2017-12-03 - Utility ampwait from the Open PLC utilities package.
open-plc-utils-chknvm - 2017-12-03 - Utility chknvm from the Open PLC utilities package.
open-plc-utils-chknvm2 - 2017-12-03 - Utility chknvm2 from the Open PLC utilities package.
open-plc-utils-chkpib - 2017-12-03 - Utility chkpib from the Open PLC utilities package.
open-plc-utils-chkpib2 - 2017-12-03 - Utility chkpib2 from the Open PLC utilities package.
open-plc-utils-config2cfg - 2017-12-03 - Utility config2cfg from the Open PLC utilities package.
open-plc-utils-coqos_add - 2017-12-03 - Utility coqos_add from the Open PLC utilities package.
open-plc-utils-coqos_info - 2017-12-03 - Utility coqos_info from the Open PLC utilities package.
open-plc-utils-coqos_man - 2017-12-03 - Utility coqos_man from the Open PLC utilities package.
open-plc-utils-coqos_mod - 2017-12-03 - Utility coqos_mod from the Open PLC utilities package.
open-plc-utils-coqos_rel - 2017-12-03 - Utility coqos_rel from the Open PLC utilities package.
open-plc-utils-edru - 2017-12-03 - Utility edru from the Open PLC utilities package.
open-plc-utils-edsu - 2017-12-03 - Utility edsu from the Open PLC utilities package.
open-plc-utils-efbu - 2017-12-03 - Utility efbu from the Open PLC utilities package.
open-plc-utils-efeu - 2017-12-03 - Utility efeu from the Open PLC utilities package.
open-plc-utils-efru - 2017-12-03 - Utility efru from the Open PLC utilities package.
open-plc-utils-efsu - 2017-12-03 - Utility efsu from the Open PLC utilities package.
open-plc-utils-getpib - 2017-12-03 - Utility getpib from the Open PLC utilities package.
open-plc-utils-hpav - 2017-12-03 - Utility hpav from the Open PLC utilities package.
open-plc-utils-hpavkey - 2017-12-03 - Utility hpavkey from the Open PLC utilities package.
open-plc-utils-hpavkeys - 2017-12-03 - Utility hpavkeys from the Open PLC utilities package.
open-plc-utils-int64host - 2017-12-03 - Utility int64host from the Open PLC utilities package.
open-plc-utils-int6k - 2017-12-03 - Utility int6k from the Open PLC utilities package.
open-plc-utils-int6kbaud - 2017-12-03 - Utility int6kbaud from the Open PLC utilities package.
open-plc-utils-int6kboot - 2017-12-03 - Utility int6kboot from the Open PLC utilities package.
open-plc-utils-int6kdetect - 2017-12-03 - Utility int6kdetect from the Open PLC utilities package.
open-plc-utils-int6keth - 2017-12-03 - Utility int6keth from the Open PLC utilities package.
open-plc-utils-int6kf - 2017-12-03 - Utility int6kf from the Open PLC utilities package.
open-plc-utils-int6khost - 2017-12-03 - Utility int6khost from the Open PLC utilities package.
open-plc-utils-int6kid - 2017-12-03 - Utility int6kid from the Open PLC utilities package.
open-plc-utils-int6klist - 2017-12-03 - Utility int6klist from the Open PLC utilities package.
open-plc-utils-int6klog - 2017-12-03 - Utility int6klog from the Open PLC utilities package.
open-plc-utils-int6kmdio - 2017-12-03 - Utility int6kmdio from the Open PLC utilities package.
open-plc-utils-int6kmdio2 - 2017-12-03 - Utility int6kmdio2 from the Open PLC utilities package.
open-plc-utils-int6kmod - 2017-12-03 - Utility int6kmod from the Open PLC utilities package.
open-plc-utils-int6krate - 2017-12-03 - Utility int6krate from the Open PLC utilities package.
open-plc-utils-int6krule - 2017-12-03 - Utility int6krule from the Open PLC utilities package.
open-plc-utils-int6kstat - 2017-12-03 - Utility int6kstat from the Open PLC utilities package.
open-plc-utils-int6ktest - 2017-12-03 - Utility int6ktest from the Open PLC utilities package.
open-plc-utils-int6ktone - 2017-12-03 - Utility int6ktone from the Open PLC utilities package.
open-plc-utils-int6kuart - 2017-12-03 - Utility int6kuart from the Open PLC utilities package.
open-plc-utils-int6kwait - 2017-12-03 - Utility int6kwait from the Open PLC utilities package.
open-plc-utils-mac2pw - 2017-12-03 - Utility mac2pw from the Open PLC utilities package.
open-plc-utils-mac2pwd - 2017-12-03 - Utility mac2pwd from the Open PLC utilities package.
open-plc-utils-mdioblock - 2017-12-03 - Utility mdioblock from the Open PLC utilities package.
open-plc-utils-mdioblock2 - 2017-12-03 - Utility mdioblock2 from the Open PLC utilities package.
open-plc-utils-mdiodump - 2017-12-03 - Utility mdiodump from the Open PLC utilities package.
open-plc-utils-mdiogen - 2017-12-03 - Utility mdiogen from the Open PLC utilities package.
open-plc-utils-mdustats - 2017-12-03 - Utility mdustats from the Open PLC utilities package.
open-plc-utils-mme - 2017-12-03 - Utility mme from the Open PLC utilities package.
open-plc-utils-modpib - 2017-12-03 - Utility modpib from the Open PLC utilities package.
open-plc-utils-nics - 2017-12-03 - Utility nics from the Open PLC utilities package.
open-plc-utils-nvmmerge - 2017-12-03 - Utility nvmmerge from the Open PLC utilities package.
open-plc-utils-nvmsplit - 2017-12-03 - Utility nvmsplit from the Open PLC utilities package.
open-plc-utils-pib2xml - 2017-12-03 - Utility pib2xml from the Open PLC utilities package.
open-plc-utils-pibcomp - 2017-12-03 - Utility pibcomp from the Open PLC utilities package.
open-plc-utils-pibdump - 2017-12-03 - Utility pibdump from the Open PLC utilities package.
open-plc-utils-pibruin - 2017-12-03 - Utility pibruin from the Open PLC utilities package.
open-plc-utils-pibrump - 2017-12-03 - Utility pibrump from the Open PLC utilities package.
open-plc-utils-plcID - 2017-12-03 - Utility plcID from the Open PLC utilities package.
open-plc-utils-plcboot - 2017-12-03 - Utility plcboot from the Open PLC utilities package.
open-plc-utils-plcdevs - 2017-12-03 - Utility plcdevs from the Open PLC utilities package.
open-plc-utils-plcfwd - 2017-12-03 - Utility plcfwd from the Open PLC utilities package.
open-plc-utils-plcget - 2017-12-03 - Utility plcget from the Open PLC utilities package.
open-plc-utils-plchost - 2017-12-03 - Utility plchost from the Open PLC utilities package.
open-plc-utils-plchostd - 2017-12-03 - Utility plchostd from the Open PLC utilities package.
open-plc-utils-plclist - 2017-12-03 - Utility plclist from the Open PLC utilities package.
open-plc-utils-plclog - 2017-12-03 - Utility plclog from the Open PLC utilities package.
open-plc-utils-plcmdio16 - 2017-12-03 - Utility plcmdio16 from the Open PLC utilities package.
open-plc-utils-plcmdio32 - 2017-12-03 - Utility plcmdio32 from the Open PLC utilities package.
open-plc-utils-plcotst - 2017-12-03 - Utility plcotst from the Open PLC utilities package.
open-plc-utils-plcrate - 2017-12-03 - Utility plcrate from the Open PLC utilities package.
open-plc-utils-plcrule - 2017-12-03 - Utility plcrule from the Open PLC utilities package.
open-plc-utils-plcset - 2017-12-03 - Utility plcset from the Open PLC utilities package.
open-plc-utils-plcstat - 2017-12-03 - Utility plcstat from the Open PLC utilities package.
open-plc-utils-plctest - 2017-12-03 - Utility plctest from the Open PLC utilities package.
open-plc-utils-plctone - 2017-12-03 - Utility plctone from the Open PLC utilities package.
open-plc-utils-plctool - 2017-12-03 - Utility plctool from the Open PLC utilities package.
open-plc-utils-plcwait - 2017-12-03 - Utility plcwait from the Open PLC utilities package.
open-plc-utils-psgraph - 2017-12-03 - Utility psgraph from the Open PLC utilities package.
open-plc-utils-psin - 2017-12-03 - Utility psin from the Open PLC utilities package.
open-plc-utils-pskey - 2017-12-03 - Utility pskey from the Open PLC utilities package.
open-plc-utils-psnotch - 2017-12-03 - Utility psnotch from the Open PLC utilities package.
open-plc-utils-psout - 2017-12-03 - Utility psout from the Open PLC utilities package.
open-plc-utils-ptsctl - 2017-12-03 - Utility ptsctl from the Open PLC utilities package.
open-plc-utils-rkey - 2017-12-03 - Utility rkey from the Open PLC utilities package.
open-plc-utils-sada - 2017-12-03 - Utility sada from the Open PLC utilities package.
open-plc-utils-sdram - 2017-12-03 - Utility sdram from the Open PLC utilities package.
open-plc-utils-setpib - 2017-12-03 - Utility setpib from the Open PLC utilities package.
open-plc-utils-ttycat - 2017-12-03 - Utility ttycat from the Open PLC utilities package.
open-plc-utils-ttyrecv - 2017-12-03 - Utility ttyrecv from the Open PLC utilities package.
open-plc-utils-ttysend - 2017-12-03 - Utility ttysend from the Open PLC utilities package.
open-plc-utils-ttysig - 2017-12-03 - Utility ttysig from the Open PLC utilities package.
open-plc-utils-weeder - 2017-12-03 - Utility weeder from the Open PLC utilities package.
open-plc-utils-xml2pib - 2017-12-03 - Utility xml2pib from the Open PLC utilities package.
open2300 - 1.12-5 - This is an utility suite used to communicate with and collect data from a WS23XX wheather station.
openconnect - 7.08-8 - A VPN client compatible with Cisco's AnyConnect SSL VPN, ocserv and Juniper (Pulse secure).  OpenConnect is a client that follows the Cisco's AnyConnect SSL VPN protocol, which is supported by IOS 12.4(9)T or later on Cisco SR500, 870, 880, 1800, 2800, 3800, 7200 Series and Cisco 7301 Routers, as well as the OpenConnect VPN server. It has later been ported to support the Juniper SSL VPN which is now known as Pulse Connect Secure.
opencv - 3.1.0-1 - OpenCV
opendkim - 2.10.3-1 - The OpenDKIM daemon application and the opendkim-genkey Perl script for generating public/private key pairs.
opendkim-tools - 2.10.3-1 - opendkim-genzone, opendkim-testkey and opendkim-testmsg tools.
openldap-server - 2.4.45-2 - OpenLDAP Software is an open source implementation of the Lightweight Directory Access Protocol (LDAP). This package contains server programs required to provide LDAP services.
openldap-utils - 2.4.45-2 - OpenLDAP Software is an open source implementation of the Lightweight Directory Access Protocol (LDAP). This package contains client programs required to access LDAP servers.
opennhrp - 0.14.1-2 - OpenNHRP implements NBMA Next Hop Resolution Protocol (as defined in RFC 2332). It makes it possible to create dynamic multipoint VPN Linux router using NHRP, GRE and IPsec. It aims to be Cisco DMVPN compatible.
openobex - 1.7.1-1 - Open Source impl of the OBject EXchange protocol (meta)
openobex-apps - 1.7.1-1 - Open Source impl of the OBject EXchange protocol (apps)
openocd - v0.10.0-1 - OpenOCD provides on-chip programming and debugging support with a layered architecture of JTAG interface and TAP support including:  - (X)SVF playback to facilitate automated boundary scan and FPGA/CPLD programming; - debug target support (e.g. ARM, MIPS): single-stepping, breakpoints/watchpoints, gprof profiling, etc; - flash chip drivers (e.g. CFI, NAND, internal flash); - embedded TCL interpreter for easy scripting.  Several network interfaces are available for interacting with OpenOCD: telnet, TCL, and GDB. The GDB server enables OpenOCD to function as a "remote target" for source-level debugging of embedded systems using the GNU GDB program (and the others who talk GDB protocol, e.g. IDA Pro).
openpyxl - 2.5.0b1-1 - A Python library to read/write Excel 2010 xlsx/xlsm files
opensc-utils - 0.17.0-1 - OpenSC utilities
opensc-utils-cardos-tool - 0.17.0-1 - cardos-tool utility from opensc
opensc-utils-cryptoflex-tool - 0.17.0-1 - cryptoflex-tool utility from opensc
opensc-utils-dnie-tool - 0.17.0-1 - dnie-tool utility from opensc
opensc-utils-eidenv - 0.17.0-1 - eidenv utility from opensc
opensc-utils-iasecc-tool - 0.17.0-1 - iasecc-tool utility from opensc
opensc-utils-netkey-tool - 0.17.0-1 - netkey-tool utility from opensc
opensc-utils-openpgp-tool - 0.17.0-1 - openpgp-tool utility from opensc
opensc-utils-opensc-explorer - 0.17.0-1 - opensc-explorer utility from opensc
opensc-utils-opensc-tool - 0.17.0-1 - opensc-tool utility from opensc
opensc-utils-piv-tool - 0.17.0-1 - piv-tool utility from opensc
opensc-utils-pkcs11-tool - 0.17.0-1 - pkcs11-tool utility from opensc
opensc-utils-pkcs15-crypt - 0.17.0-1 - pkcs15-crypt utility from opensc
opensc-utils-pkcs15-init - 0.17.0-1 - pkcs15-init utility from opensc
opensc-utils-pkcs15-tool - 0.17.0-1 - pkcs15-tool utility from opensc
opensc-utils-sc-hsm-tool - 0.17.0-1 - sc-hsm-tool utility from opensc
opensc-utils-westcos-tool - 0.17.0-1 - westcos-tool utility from opensc
openssh-client - 7.7p1-1 - OpenSSH client.
openssh-client-utils - 7.7p1-1 - OpenSSH client utilities.
openssh-keygen - 7.7p1-1 - OpenSSH keygen.
openssh-moduli - 7.7p1-1 - OpenSSH server moduli file.
openssh-server - 7.7p1-1 - OpenSSH server.
openssh-sftp-avahi-service - 7.7p1-1 - This package contains the service definition for announcing SFTP support via mDNS/DNS-SD.
openssh-sftp-client - 7.7p1-1 - OpenSSH SFTP client.
openssh-sftp-server - 7.7p1-1 - OpenSSH SFTP server.
openssl-util - 1.1.1d-2 - The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Transport Layer Security (TLS) protocol as well as a full-strength general-purpose cryptography library. This package contains the OpenSSL command-line utility.
openssl-util - 1.0.2o-1 - The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a full-strength general purpose cryptography library. This package contains the OpenSSL command-line utility.
opentracker - 20170428-1 - opentracker - An open and free bittorrent tracker  opentracker is an open and free bittorrent tracker project. It aims for minimal resource usage and is intended to run at your wlan router. Currently it is deployed as an open and free tracker instance. Read our free and open tracker blog and announce your torrents there (but do not hesitate to setup your own free trackers!).  This package contains the IPv4-build of opentracker.
opentracker6 - 20170428-1 - opentracker - An open and free bittorrent tracker  opentracker is an open and free bittorrent tracker project. It aims for minimal resource usage and is intended to run at your wlan router. Currently it is deployed as an open and free tracker instance. Read our free and open tracker blog and announce your torrents there (but do not hesitate to setup your own free trackers!).  This package contains the IPv6-build of opentracker.
openvpn-easy-rsa - 3.0.4-1 - CLI utility to build and manage a PKI CA.
openvpn-mbedtls - 2.4.5-3 - Open source VPN solution using mbedTLS
openvpn-nossl - 2.4.5-3 - Open source VPN solution using plaintext (no SSL)
openvpn-openssl - 2.5.0-1 - Open source VPN solution using OpenSSL
openvpn-openssl - 2.4.5-3 - Open source VPN solution using OpenSSL
openvswitch - 2.8.2-1 - Provides the main userspace components required for Open vSwitch to function. Includes also most of  OVS utilities.
openvswitch-base - 2.8.2-1 - Provides the main userspace components required for Open vSwitch to function. The main OVS tools (ovs-vsctl, ovs-ofctl, etc) are packaged separately to conserve some room and allow more configurability.
openvswitch-ovn - 2.8.2-1 - Provides all the components required for Open Virtual Networking (including the tools)
openvswitch-ovn-base - 2.8.2-1 - Provides the main userspace components required for Open Virtual Networking over Open vSwitch.
openvswitch-ovn-controller - 2.8.2-1 - Open Virtual Network local controller
openvswitch-ovn-controller-vtep - 2.8.2-1 - Open Virtual Network local controller for vtep enabled physical switches
openvswitch-ovn-detrace - 2.8.2-1 - Convert ``ovs-appctl ofproto/trace`` output to combine OVN logical flow information
openvswitch-ovn-docker-overlay-driver - 2.8.2-1 - OVN Docker overlay driver utility
openvswitch-ovn-docker-underlay-driver - 2.8.2-1 - OVN Docker underlay driver utility
openvswitch-ovn-nbctl - 2.8.2-1 - Open Virtual Network northbound db management utility
openvswitch-ovn-sbctl - 2.8.2-1 - Utility for querying and configuring OVN_Southbound data窶臣ase
openvswitch-ovn-trace - 2.8.2-1 - Open Virtual Network logical network tracing utility
openvswitch-ovs-dpctl-top - 2.8.2-1 - Top like behavior for ovs-dpctl dump-flows
openvswitch-ovs-l3ping - 2.8.2-1 - Check network deployment for L3 tunneling problems
openvswitch-ovs-parse-backtrace - 2.8.2-1 - parses ovs-appctl backtrace output
openvswitch-ovs-pcap - 2.8.2-1 - Print packets from a pcap file as hex
openvswitch-ovs-tcpdump - 2.8.2-1 - Dump traffic from an Open vSwitch port using tcpdump
openvswitch-ovs-tcpundump - 2.8.2-1 - Convert ``tcpdump -xx`` output to hex strings
openvswitch-ovsdb-client - 2.8.2-1 - Open vSwitch database JSON-RPC client
openvswitch-python - 2.8.2-1 - Provides bindings and libraries for using Python to manipulate/work with Open vSwitch.
openvswitch-vtep - 2.8.2-1 - This schema specifies relations that a VTEP can use to integrate physi窶� cal ports into logical switches maintained by a network  virtualization controller such as NSX.
openwisp-config-cyassl - 0.4.5-2 - Remote configuration management agent (CyaSSL variant)
openwisp-config-mbedtls - 0.4.5-2 - Remote configuration management agent (mbedTLS variant)
openwisp-config-nossl - 0.4.5-2 - Remote configuration management agent (No SSL variant)
openwisp-config-openssl - 0.4.5-2 - Remote configuration management agent (OpenSSL variant)
openwrt-keyring - 2018-05-18-103a32e9-1 - The keyring of with the developer using and gpg public keys.
openzwave - 1.4.164-2 - Open-ZWave is a library that interfaces with selected Z-Wave PC controllers
openzwave-config - 1.4.164-2 - Open-ZWave Device Configs
oping - 1.9.0-1 - Send ICMP echo request to network hosts
opkg - 2020-01-25-c09fe209-1 - Lightweight package management system opkg is the opkg Package Management System, for handling installation and removal of packages on a system. It can recursively follow dependencies and download all packages necessary to install a particular package.  opkg knows how to install both .ipk and .deb packages.
opus-tools - 0.1.10-1 - This package provides command-line utilities to encode, inspect, and decode .opus files.
owfs - 2.9p5-1 - OWFS is a suite of programs that designed to make the 1-wire bus and its devices easily accessible. The underlying principle is to create a virtual filesystem, with the unique ID being the directory, and the individual properties of the device are represented as simple files that can be read and written.  Details of the individual slave or master design are hidden behind a consistent interface. The goal is to provide an easy set of tools for a software designer to create monitoring or control applications. There are some performance enhancements in the implementation, including data caching, parallel access to bus masters, and aggregation of device communication. Still the fundemental goal has been ease of use, flexibility and correctness rather than speed.  This package contains the OWFS fuse filesystem.
owftpd - 2.9p5-1 - OWFS is a suite of programs that designed to make the 1-wire bus and its devices easily accessible. The underlying principle is to create a virtual filesystem, with the unique ID being the directory, and the individual properties of the device are represented as simple files that can be read and written.  Details of the individual slave or master design are hidden behind a consistent interface. The goal is to provide an easy set of tools for a software designer to create monitoring or control applications. There are some performance enhancements in the implementation, including data caching, parallel access to bus masters, and aggregation of device communication. Still the fundemental goal has been ease of use, flexibility and correctness rather than speed.  This package contains the OWFS ftp server.
owhttpd - 2.9p5-1 - OWFS is a suite of programs that designed to make the 1-wire bus and its devices easily accessible. The underlying principle is to create a virtual filesystem, with the unique ID being the directory, and the individual properties of the device are represented as simple files that can be read and written.  Details of the individual slave or master design are hidden behind a consistent interface. The goal is to provide an easy set of tools for a software designer to create monitoring or control applications. There are some performance enhancements in the implementation, including data caching, parallel access to bus masters, and aggregation of device communication. Still the fundemental goal has been ease of use, flexibility and correctness rather than speed.  This package contains the OWFS http server.
owipcalc - 3 - The owipcalc utility supports a number of calculations and tests to work with ip-address ranges, this is useful for scripts that e.g. need to partition ipv6-prefixes into small subnets or to calculate address ranges for dhcp pools.
owserver - 2.9p5-1 - OWFS is a suite of programs that designed to make the 1-wire bus and its devices easily accessible. The underlying principle is to create a virtual filesystem, with the unique ID being the directory, and the individual properties of the device are represented as simple files that can be read and written.  Details of the individual slave or master design are hidden behind a consistent interface. The goal is to provide an easy set of tools for a software designer to create monitoring or control applications. There are some performance enhancements in the implementation, including data caching, parallel access to bus masters, and aggregation of device communication. Still the fundemental goal has been ease of use, flexibility and correctness rather than speed.  This package contains the OWFS network server.
owshell - 2.9p5-1 - OWFS is a suite of programs that designed to make the 1-wire bus and its devices easily accessible. The underlying principle is to create a virtual filesystem, with the unique ID being the directory, and the individual properties of the device are represented as simple files that can be read and written.  Details of the individual slave or master design are hidden behind a consistent interface. The goal is to provide an easy set of tools for a software designer to create monitoring or control applications. There are some performance enhancements in the implementation, including data caching, parallel access to bus masters, and aggregation of device communication. Still the fundemental goal has been ease of use, flexibility and correctness rather than speed.  This package contains the OWFS shell utilities.
p11-kit - 0.23.10-1 - Provides a way to load and enumerate PKCS11 modules. Provides a standard configuration setup for installing PKCS11 modules in such a way that they are discoverable.
p54-pci-firmware - 1 - p54-pci firmware
p54-spi-firmware - 1 - p54-spi firmware
p54-usb-firmware - 1 - p54-usb firmware
p910nd - 0.97-5 - p910nd is a small daemon that copies any data received on the port it is listening on to the corresponding printer port. It is primarily intended for diskless Linux hosts running as printer drivers but there is no reason why it could not be used on diskful hosts. Port 9100 is copied to /dev/lp0, 9101 to /dev/lp1 and 9102 to /dev/lp2. The default is port 9100 to /dev/lp0.
pagekitec - 0.91.171102C-1 - PageKite is a system for running publicly visible servers (generally web servers) on machines without a direct connection to the Internet, such as mobile devices or computers behind restrictive firewalls. PageKite works around NAT, firewalls and IP-address limitations by using a combination of tunnels and reverse proxies.  This package provides an implementation of the PageKite Protocol in C, optimized for high-performance or embedded applications.   This package contains a basic backend useful for exposing http/ssh servers.  Basic UCI support for configuring this backend is also included.
partx-utils - 2.32-2 - contains partx, addpart, delpart
patch - 2.7.6-1 - The Patch package contains a program for modifying or creating files by applying a "patch" file typically created by the diff program.
pcapsipdump - 0.2-3 - pcapsipdump is a tool for dumping SIP sessions (+RTP traffic, if available) to disk in a fashion similar to "tcpdump -w" (format is exactly the same), but one file per sip session (even if there is thousands of concurrect SIP sessions).
pciutils - 3.5.6-1 - contains collection of programs for inspecting and manipulating configuration of PCI devices
pcsc-tools - 1.5.3-1 - Tools that are used to test a PC/SC driver, card or reader. Only includes pcsc_scan without ATR analysis for now.
pcscd - 1.8.23-1 - The purpose of PC/SC Lite is to provide a Windows(R) SCard interface in a very small form factor for communicating to smart cards and smart cards readers. . This package contains the PC/SC daemon.
pen - 0.34.0-1 - This is pen, a load balancer for "simple" TCP based protocols such as HTTP or SMTP. It allows several servers to appear as one to the outside and automatically detects servers that are down and distributes clients among the available servers. This gives high availability and scalable performance.
perl - 5.26.2-1 - Perl is a stable, cross platform programming language. It is used for mission critical projects in the public and private sectors and is widely used to program web applications of all needs.
perl-authen-sasl - 2.16-1 - Generic network authentication protocol framework.
perl-authen-sasl-xs - 1.00-1 - Authen::XS hooks into libsasl.
perl-cgi - 4.38-1 - Handle Common Gateway Interface requests and responses
perl-compress-bzip2 - 2.24-1 - Perl interface to bzip2 compression library
perl-dbi - 1.634-1 - Database independent interface for Perl
perl-device-serialport - 1.04-3 - A POSIX-based version of the Win32::SerialPort module that provides modem support to Perl applications
perl-device-usb - 0.36-1 - libusb library wrapper
perl-encode-locale - 1.05-1 - Determine the locale encoding
perl-file-listing - 6.04-1 - Parse directory listing
perl-file-sharedir-install - 0.10-1 - Install read-only data files
perl-html-form - 6.03-1 - Class that represents an HTML form element
perl-html-parser - 3.72-1 - A collection of modules that parse HTML text documents
perl-html-tagset - 3.20-3 - Data tables pertaining to HTML
perl-html-tree - 3.23-4 - Represent and create HTML syntax trees
perl-http-cookies - 6.01-1 - HTTP cookie jars
perl-http-daemon - 6.01-1 - A simple http server class
perl-http-date - 6.02-1 - Date conversion routines
perl-http-message - 6.11-1 - HTTP style messages
perl-http-negotiate - 6.01-1 - Choose a variant to serve
perl-http-server-simple - 0.51-1 - Lightweight HTTP server
perl-inline - 0.80-1 - Write subroutines in other languages
perl-inline-c - 0.78-1 - C Language Support for Inline
perl-io-html - 1.001-1 - Open an HTML file with automatic charset detection
perl-lockfile-simple - 0.208-3 - Simple advisory file locking
perl-lwp-mediatypes - 6.02-1 - Guess media type for a file or a URL
perl-net-http - 6.09-1 - Low-level HTTP connection (client)
perl-net-telnet - 3.04-3 - Telnet client
perl-parse-recdescent - 1.967013-1 - Generate Recursive-Descent Parsers
perl-sub-uplevel - 0.25-1 - Apparently run a function in a higher stack frame
perl-test-harness - 3.36-1 - Perl Test Harness
perl-test-warn - 0.30-1 - Perl extension to test methods for warnings
perl-text-csv_xs - 1.35-1 - Text comma-separated values manipulation routines
perl-uri - 1.72-1 - Manipulates and accesses URI strings
perl-www - 6.15-1 - WWW client/server library for Perl (aka LWP)
perl-www-curl - 4.17-4 - Perl bindings to libcurl
perl-www-mechanize - 1.75-1 - Perl WWW Mechanize
perl-www-robotrules - 6.02-1 - database of robots.txt-derived permissions
perl-xml-parser - 2.44-1 - Perl XML Parser
perlbase-anydbm-file - 5.26.2-1 - AnyDBM_File perl module
perlbase-app - 5.26.2-1 - app perl module
perlbase-archive - 5.26.2-1 - Archive perl module
perlbase-arybase - 5.26.2-1 - arybase perl module
perlbase-attribute - 5.26.2-1 - Attribute perl module
perlbase-attributes - 5.26.2-1 - attributes perl module
perlbase-autodie - 5.26.2-1 - autodie perl module
perlbase-autoloader - 5.26.2-1 - AutoLoader perl module
perlbase-autosplit - 5.26.2-1 - AutoSplit perl module
perlbase-autouse - 5.26.2-1 - autouse perl module
perlbase-b - 5.26.2-1 - B perl module
perlbase-base - 5.26.2-1 - base perl module
perlbase-benchmark - 5.26.2-1 - Benchmark perl module
perlbase-bigint - 5.26.2-1 - bigint perl module
perlbase-bignum - 5.26.2-1 - bignum perl module
perlbase-blib - 5.26.2-1 - blib perl module
perlbase-bytes - 5.26.2-1 - bytes perl module
perlbase-charnames - 5.26.2-1 - charnames perl module
perlbase-class - 5.26.2-1 - Class perl module
perlbase-compress - 5.26.2-1 - Compress perl module
perlbase-config - 5.26.2-1 - Config perl module
perlbase-cpan - 5.26.2-1 - CPAN perl module
perlbase-cwd - 5.26.2-1 - Cwd perl module
perlbase-data - 5.26.2-1 - Data perl module
perlbase-db - 5.26.2-1 - DB perl module
perlbase-db-file - 5.26.2-1 - DB_File perl module
perlbase-dbm-filter - 5.26.2-1 - DBM_Filter perl module
perlbase-devel - 5.26.2-1 - Devel perl module
perlbase-diagnostics - 5.26.2-1 - diagnostics perl module
perlbase-digest - 5.26.2-1 - Digest perl module
perlbase-dirhandle - 5.26.2-1 - DirHandle perl module
perlbase-dumpvalue - 5.26.2-1 - Dumpvalue perl module
perlbase-dumpvar - 5.26.2-1 - dumpvar perl module
perlbase-dynaloader - 5.26.2-1 - DynaLoader perl module
perlbase-encode - 5.26.2-1 - Encode perl module
perlbase-encoding - 5.26.2-1 - encoding perl module
perlbase-english - 5.26.2-1 - English perl module
perlbase-env - 5.26.2-1 - Env perl module
perlbase-errno - 5.26.2-1 - Errno perl module
perlbase-essential - 5.26.2-1 - essential perl module
perlbase-experimental - 5.26.2-1 - experimental perl module
perlbase-extutils - 5.26.2-1 - ExtUtils perl module
perlbase-fatal - 5.26.2-1 - Fatal perl module
perlbase-fcntl - 5.26.2-1 - Fcntl perl module
perlbase-feature - 5.26.2-1 - feature perl module
perlbase-fields - 5.26.2-1 - fields perl module
perlbase-file - 5.26.2-1 - File perl module
perlbase-filecache - 5.26.2-1 - FileCache perl module
perlbase-filehandle - 5.26.2-1 - FileHandle perl module
perlbase-filetest - 5.26.2-1 - filetest perl module
perlbase-filter - 5.26.2-1 - Filter perl module
perlbase-findbin - 5.26.2-1 - FindBin perl module
perlbase-gdbm-file - 5.26.2-1 - GDBM_File perl module
perlbase-getopt - 5.26.2-1 - Getopt perl module
perlbase-hash - 5.26.2-1 - Hash perl module
perlbase-http-tiny - 5.26.2-1 - http-tiny perl module
perlbase-i18n - 5.26.2-1 - I18N perl module
perlbase-if - 5.26.2-1 - if perl module
perlbase-integer - 5.26.2-1 - integer perl module
perlbase-io - 5.26.2-1 - IO perl module
perlbase-ipc - 5.26.2-1 - IPC perl module
perlbase-json-pp - 5.26.2-1 - json-pp perl module
perlbase-less - 5.26.2-1 - less perl module
perlbase-list - 5.26.2-1 - List perl module
perlbase-locale - 5.26.2-1 - Locale perl module
perlbase-math - 5.26.2-1 - Math perl module
perlbase-memoize - 5.26.2-1 - Memoize perl module
perlbase-meta-notation - 5.26.2-1 - meta_notation module
perlbase-mime - 5.26.2-1 - MIME perl module
perlbase-module - 5.26.2-1 - Module perl module
perlbase-mro - 5.26.2-1 - mro perl module
perlbase-net - 5.26.2-1 - Net perl module
perlbase-next - 5.26.2-1 - NEXT perl module
perlbase-o - 5.26.2-1 - O perl module
perlbase-opcode - 5.26.2-1 - Opcode perl module
perlbase-open - 5.26.2-1 - open perl module
perlbase-ops - 5.26.2-1 - ops perl module
perlbase-ostype - 5.26.2-1 - OSType perl module
perlbase-params - 5.26.2-1 - Params perl module
perlbase-perl5db - 5.26.2-1 - perl5db perl module
perlbase-perlio - 5.26.2-1 - PerlIO perl module
perlbase-pod - 5.26.2-1 - Pod perl module
perlbase-posix - 5.26.2-1 - POSIX perl module
perlbase-re - 5.26.2-1 - re perl module
perlbase-safe - 5.26.2-1 - Safe perl module
perlbase-scalar - 5.26.2-1 - Scalar perl module
perlbase-sdbm-file - 5.26.2-1 - SDBM_File perl module
perlbase-search - 5.26.2-1 - Search perl module
perlbase-selectsaver - 5.26.2-1 - SelectSaver perl module
perlbase-selfloader - 5.26.2-1 - SelfLoader perl module
perlbase-sigtrap - 5.26.2-1 - sigtrap perl module
perlbase-socket - 5.26.2-1 - Socket perl module
perlbase-sort - 5.26.2-1 - sort perl module
perlbase-storable - 5.26.2-1 - Storable perl module
perlbase-symbol - 5.26.2-1 - Symbol perl module
perlbase-sys - 5.26.2-1 - Sys perl module
perlbase-tap - 5.26.2-1 - TAP perl module
perlbase-term - 5.26.2-1 - Term perl module
perlbase-test - 5.26.2-1 - Test perl module
perlbase-text - 5.26.2-1 - Text perl module
perlbase-thread - 5.26.2-1 - Thread perl module
perlbase-threads - 5.26.2-1 - threads perl module
perlbase-tie - 5.26.2-1 - Tie perl module
perlbase-time - 5.26.2-1 - Time perl module
perlbase-unicode - 5.26.2-1 - Unicode perl module
perlbase-unicore - 5.26.2-1 - unicore perl module
perlbase-universal - 5.26.2-1 - UNIVERSAL perl module
perlbase-user - 5.26.2-1 - User perl module
perlbase-utf8 - 5.26.2-1 - utf8 perl module
perlbase-version - 5.26.2-1 - version perl module
perlbase-xsloader - 5.26.2-1 - XSLoader perl module
pgsql-cli - 9.6.8-1 - Command Line Interface (CLI) to PostgreSQL databases.
pgsql-cli-extra - 9.6.8-1 - Command Line extras for PostgreSQL databases.
pgsql-server - 9.6.8-1 - PostgreSQL databases Server.
pgsqlodbc - 2.3.4-5 - Postgresql driver for ODBC.
php7 - 7.2.5-2 - PHP is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. This package contains only the PHP config file. You must actually choose your PHP flavour (cli, cgi or fastcgi).  Please note, that installing php5 and php7 in parallel on the same target is not supported in OpenWrt/LEDE.
php7-cgi - 7.2.5-2 - PHP is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. This package contains the CGI version of the PHP7 interpreter.
php7-cli - 7.2.5-2 - PHP is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. This package contains the CLI version of the PHP7 interpreter.
php7-fastcgi - 7.2.5-2 - As FastCGI support is now a core feature the php7-fastcgi package now depends on the php7-cgi package, containing just the startup script.
php7-fpm - 7.2.5-2 - PHP is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. This package contains the FastCGI Process Manager of the PHP7 interpreter.
php7-mod-calendar - 7.2.5-2 - Calendar shared module
php7-mod-ctype - 7.2.5-2 - Ctype shared module
php7-mod-curl - 7.2.5-2 - cURL shared module
php7-mod-dom - 7.2.5-2 - DOM shared module
php7-mod-exif - 7.2.5-2 - EXIF shared module
php7-mod-fileinfo - 7.2.5-2 - Fileinfo shared module
php7-mod-ftp - 7.2.5-2 - FTP shared module
php7-mod-gd - 7.2.5-2 - GD graphics shared module
php7-mod-gettext - 7.2.5-2 - Gettext shared module
php7-mod-gmp - 7.2.5-2 - GMP shared module
php7-mod-hash - 7.2.5-2 - Hash shared module
php7-mod-iconv - 7.2.5-2 - iConv shared module
php7-mod-imap - 7.2.5-2 - IMAP shared module
php7-mod-intl - 7.2.5-2 - Internationalization Functions shared module
php7-mod-json - 7.2.5-2 - JSON shared module
php7-mod-ldap - 7.2.5-2 - LDAP shared module
php7-mod-mbstring - 7.2.5-2 - MBString shared module
php7-mod-mysqli - 7.2.5-2 - MySQL Improved Extension shared module
php7-mod-opcache - 7.2.5-2 - OPcache shared module
php7-mod-openssl - 7.2.5-2 - OpenSSL shared module
php7-mod-pcntl - 7.2.5-2 - PCNTL shared module
php7-mod-pdo - 7.2.5-2 - PHP Data Objects shared module
php7-mod-pdo-mysql - 7.2.5-2 - PDO driver for MySQL shared module
php7-mod-pdo-pgsql - 7.2.5-2 - PDO driver for PostgreSQL shared module
php7-mod-pdo-sqlite - 7.2.5-2 - PDO driver for SQLite 3.x shared module
php7-mod-pgsql - 7.2.5-2 - PostgreSQL shared module
php7-mod-phar - 7.2.5-2 - Phar Archives shared module
php7-mod-session - 7.2.5-2 - Session shared module
php7-mod-shmop - 7.2.5-2 - Shared Memory shared module
php7-mod-simplexml - 7.2.5-2 - SimpleXML shared module
php7-mod-snmp - 7.2.5-2 - SNMP shared module
php7-mod-soap - 7.2.5-2 - SOAP shared module
php7-mod-sockets - 7.2.5-2 - Sockets shared module
php7-mod-sqlite3 - 7.2.5-2 - SQLite3 shared module
php7-mod-sysvmsg - 7.2.5-2 - System V messages shared module
php7-mod-sysvsem - 7.2.5-2 - System V shared memory shared module
php7-mod-sysvshm - 7.2.5-2 - System V semaphore shared module
php7-mod-tokenizer - 7.2.5-2 - Tokenizer shared module
php7-mod-xml - 7.2.5-2 - XML shared module
php7-mod-xmlreader - 7.2.5-2 - XMLReader shared module
php7-mod-xmlwriter - 7.2.5-2 - XMLWriter shared module
php7-mod-zip - 7.2.5-2 - ZIP shared module
php7-pecl-dio - 0.1.0-1 - Direct I/O functions
php7-pecl-http - 3.1.0-5 - Extended HTTP Support
php7-pecl-libevent - 2017-03-24-5a726cee95ef9760fe81a60e595e87655f324594-1 - Libevent - event notification
php7-pecl-propro - 2.1.0-1 - Property proxy
php7-pecl-raphf - 2.0.0-2 - Resource and persistent handles factory
pianod - 174.07-1 - pianod is a Pandora music player client with line-oriented and Websocket control interfaces. A simple protocol makes for easy clients, mix scripting, integration with a home automation system, use as multiple-user music system for home or office. Documentation and configuration information can be found at: http://deviousfish.com/pianod1/
pianod-client - 174.07-1 - Web client UI and remote player viewer for pianod Examples --- (Note: The viewer.* files need not be on the pianod host) Main interface: http://pianod-host:4446/pianod Remote viewer: file:///<path>/viewer.html?server=pianod-host:4446  --or-- http://pianod-host:4446/pianod/viewer.html?server=pianod-host:4446
picocom - 1.7-2 - minimal dumb-terminal emulation program
pillow - 3.3.1-1 - The friendly PIL fork
pimbd - 2015-08-18-68f5fc803119e4b33a88b35c096f4d6ac28b6de5-1 - This package provides a daemon which implements the Protocol Independent Multicast BIDIR routing protocol. Note that a routing protocol must be  installed and running in order for PIM to function.
pingcheck - 2017-10-02-1 - Checks by using "ping" (ICMP echo) or by opening connections to TCP port 80 wether a configured host (normally on the internet) can be reached via a specific interface. Then makes this information available via ubus and triggers "online" and "offline" scripts.
pixiewps - 1.4.2-2 - Pixiewps is a tool written in C used to bruteforce offline the WPS PIN exploiting the low or non-existing entropy of some Access Points, the so-called "pixie-dust attack" discovered by Dominique Bongard in summer 2014.  It is meant for educational purposes only.
pixman - 0.34.0-1 - Pixman is a low-level software library for pixel manipulation, providing features such as image compositing and trapezoid rasterization. Important users of pixman are the cairo graphics library and the X server.
pkg-config - 0.29.1-1 - pkg-config is a helper tool used when compiling applications and libraries. It helps you insert the correct compiler options on the command line so an application can use gcc -o test test.cpkg-config --libs --cflags glib-2.0 for instance, rather than hard-coding values on where to find glib (or other libraries).
poco - 1.8.1-1 - POrtable COmponents, a modern and powerful open source C++ class libraries and frameworks for building network and internet-based applications that run on desktop, server and embedded systems.
polipo - 1.1.1-2 - Polipo is a small and fast caching web proxy (a web cache, an HTTP proxy, a proxy server). While Polipo was designed to be used by one person or a small group of people, there is nothing that prevents it from being used by a larger group.
port-mirroring - 1.4.2-1 - Copy network packets with optional support for TaZmen Sniffer Protocol (TZSP)
portaudio - 19_20140130-2 - PortAudio is a free, cross-platform, open-source, audio I/O library.  It lets you write simple audio programs in 'C' or C++ that will compile and run on many platforms including Windows, Macintosh OS X, and Unix (OSS/ALSA). It is intended to promote the exchange of audio software between developers on different platforms. Many applications use PortAudio for Audio I/O.
portmap - 6.0-4 - Portmap is a server that converts RPC (Remote Procedure Call) program numbers into DARPA protocol port numbers.
pos2kml - 2.4.3_b24 - Solution toツ�KMLツ�converter
postfix - 3.3.0-1 - Postfix is Wietse Venema's mailer that started life as an alternative to the widely-used Sendmail program. Postfix attempts to be fast, easy to administer, and secure, while at the same time being sendmail compatible enough to not upset existing users. Thus, the outside has a sendmail-ish flavor, but the inside is completely different.
ppp - 2.4.7-13 - This package contains the PPP (Point-to-Point Protocol) daemon.
ppp-mod-passwordfd - 2.4.7-13 - This package allows to pass the PAP/CHAP secret from a filedescriptor. Eliminates the need for a secrets file.
ppp-mod-pppoa - 2.4.7-13 - This package contains a PPPoA (PPP over ATM) plugin for ppp.
ppp-mod-pppoe - 2.4.7-13 - This package contains a PPPoE (PPP over Ethernet) plugin for ppp.
ppp-mod-pppol2tp - 2.4.7-13 - This package contains a PPPoL2TP (PPP over L2TP) plugin for ppp.
ppp-mod-pptp - 2.4.7-13 - This package contains a PPtP plugin for ppp.
ppp-mod-radius - 2.4.7-13 - This package contains a RADIUS (Remote Authentication Dial-In User Service) plugin for ppp.
ppp-multilink - 2.4.7-13 - PPP daemon (with multilink support)
pppdump - 2.4.7-13 - This package contains an utility to read PPP record file.
pppoe-discovery - 2.4.7-13 - This tool performs the same discovery process as pppoe, but does not initiate a session. Can be useful to debug pppoe.
pppossh - 2 - This package adds protocol support for PPP over SSH.  The protocol name is 'pppossh' as in netifd interface config option 'proto'.
pppstats - 2.4.7-13 - This package contains an utility to report PPP statistics.
pps-tools - 2014-08-01-0deb9c7e135e9380a6d09e9d2e938a146bb698c8 - Userland tools for GPS and DCF-77 Clock synchronization. PPS support in Kernel must be enabled.
pptpd - 1.4.0-3 - PopTop pptp server
prince - v0.4-1 - Prince is an open source implementation of the PopRouting Algorithm. It has been developed as a Google Summer of Code Project in collaboration with Freifunk and the University of Trento.  Prince fetches topology data from a Link State routing daemon (OONF, OLSR, OSPF, etc), calculates the betweenness centrality using the topology and then computes the the timers' optimal values using these data. At the end of the computation the timers are pushed back to the routing daemon. Since v0.4 it supports both OONF and OLSRd.
prism54-firmware - 1 - prism54 firmware
privoxy - 3.0.26-3 - Privoxy WEB Proxy - Homepage: www.privoxy.org
prlimit - 2.32-2 - Given a process id and one or more resources, prlimit tries to retrieve and/or modify the limits.
procd - 2018-03-28-dfb68f85-1 - OpenWrt system process manager
procps-ng - 3.3.11-4 - procps is a set of command line and full-screen utilities that provide information out of the pseudo-filesystem most commonly located at /proc. This filesystem provides a simple interface to the kernel data structures. The programs of procps generally concentrate on the structures that describe the processess running on the system.  NOTE: some utilities provided by procps-ng packages (ps, uptime, kill, ...) are installed as busybox applets, by default. Conflicting applets should be removed from the build to avoid file conflicts.
procps-ng-free - 3.3.11-4 - Installs the applet free.
procps-ng-kill - 3.3.11-4 - Installs the applet kill.
procps-ng-pgrep - 3.3.11-4 - Installs the applet pgrep.
procps-ng-pkill - 3.3.11-4 - Installs the applet pkill.
procps-ng-pmap - 3.3.11-4 - Installs the applet pmap.
procps-ng-ps - 3.3.11-4 - Installs the applet ps.
procps-ng-pwdx - 3.3.11-4 - Installs the applet pwdx.
procps-ng-skill - 3.3.11-4 - Installs the applet skill.
procps-ng-slabtop - 3.3.11-4 - Installs the applet slabtop.
procps-ng-snice - 3.3.11-4 - Installs the applet snice.
procps-ng-tload - 3.3.11-4 - Installs the applet tload.
procps-ng-top - 3.3.11-4 - Installs the applet top.
procps-ng-uptime - 3.3.11-4 - Installs the applet uptime.
procps-ng-vmstat - 3.3.11-4 - Installs the applet vmstat.
procps-ng-w - 3.3.11-4 - Installs the applet w.
procps-ng-watch - 3.3.11-4 - Installs the applet watch.
progress - 0.13.1-1 - This tool can be described as a Tiny, Dirty, Linux-and-OSX-Only C command that looks for coreutils basic commands (cp, mv, dd, tar, gzip/gunzip, cat, etc.) currently running on your system and displays the percentage of copied data. It can also show estimated time and throughput, and provide a "top-like" mode (monitoring). . It simply scans `/proc` for interesting commands, and then looks at directories `fd` and `fdinfo` to find opened files and seek positions, and reports status for the largest file. . It's very light, and compatible with virtually any command. This program was formerly known as 'cv' on github.
prometheus-node-exporter-lua - 2018.06.26-1 - Provides node metrics as Prometheus scraping endpoint.  This service is a lightweight rewrite in LUA of the offical Prometheus node_exporter.
prometheus-node-exporter-lua-bmx6 - 2018.06.26-1 - Prometheus node exporter (bmx6 links collector)
prometheus-node-exporter-lua-bmx7 - 2018.06.26-1 - Prometheus node exporter (bmx7 links collector)
prometheus-node-exporter-lua-nat_traffic - 2018.06.26-1 - Prometheus node exporter (nat_traffic collector)
prometheus-node-exporter-lua-netstat - 2018.06.26-1 - Prometheus node exporter (netstat collector)
prometheus-node-exporter-lua-openwrt - 2018.06.26-1 - Prometheus node exporter (openwrt collector)
prometheus-node-exporter-lua-textfile - 2018.06.26-1 - Prometheus node exporter (textfile collector)
prometheus-node-exporter-lua-wifi - 2018.06.26-1 - Prometheus node exporter (wifi collector)
prometheus-node-exporter-lua-wifi_stations - 2018.06.26-1 - Prometheus node exporter (wifi_stations collector)
prosody - 0.9.12-1 - Prosody is an exciting new server for Jabber/XMPP written in Lua. It aims to be easy to use, and light on resources
protobuf - 3.3.0-1 - Protocol Buffers are a way of encoding structured data in an efficient yet extensible format. Google uses Protocol Buffers for almost all of its internal RPC protocols and file formats.
pthsem - 2.0.8-5 - GNU pth is a user mode multi threading library. pthsem is an extend version, with support for semaphores added. It can be installed parallel to a normal pth.
pulseaudio-daemon - 11.1-2 - PulseAudio (formerly Polypaudio) is a cross-platform, networked sound server.
pulseaudio-daemon-avahi - 11.1-2 - PulseAudio (formerly Polypaudio) is a cross-platform, networked sound server. This package enables avahi,bluez and is compiled against dbus, sbc, and avahi.
pulseaudio-profiles - 11.1-2 - Profiles for Pulseaudio
pulseaudio-tools - 11.1-2 - Tools for Pulseaudio
pv - 1.5.3-1 - Pipe Viewer is a terminal-based tool for monitoring the progress of data through a pipeline. It can be inserted into any normal pipeline between two processes to give a visual indication of how quickly data is passing through, how long it has taken, how near to completion it is, and an estimate of how long it will be until completion.
px5g-mbedtls - 5 - Px5g is a tiny standalone X.509 certificate generator. It suitable to create key files and certificates in DER and PEM format for use with stunnel, uhttpd and others.
px5g-standalone - 5 - Px5g is a tiny standalone X.509 certificate generator. It suitable to create key files and certificates in DER and PEM format for use with stunnel, uhttpd and others.
python - 2.7.15-1 - This package contains the (almost) full Python install. It's python-light + all other packages.
python-asn1crypto - 0.23.0-1 - Fast ASN.1 parser and serializer with definitions for private keys, public keys, certificates, CRL, OCSP, CMS, PKCS#3, PKCS#7, PKCS#8, PKCS#12, PKCS#5, X.509 and TSP
python-attrs - 18.1.0-1 - attrs is an MIT-licensed Python package with class decorators that ease the chores of implementing the most common attribute-related object protocols.
python-attrs-src - 18.1.0-1 - attrs is an MIT-licensed Python package with class decorators that ease the chores of implementing the most common attribute-related object protocols.. (Contains the Python sources for this package).
python-automat - 0.7.0-1 - Automat is a library for concise, idiomatic Python expression of finite-state automata (particularly deterministic finite-state transducers).
python-automat-src - 0.7.0-1 - Automat is a library for concise, idiomatic Python expression of finite-state automata (particularly deterministic finite-state transducers).. (Contains the Python sources for this package).
python-base - 2.7.15-1 - This package contains only the interpreter and the bare minimum for the interpreter to start.
python-base-src - 2.7.15-1 - This package contains only the interpreter and the bare minimum for the interpreter to start.. (Contains the Python sources for this package).
python-cffi - 1.11.4-1 - Foreign Function Interface for Python calling C code.
python-cffi-src - 1.11.4-1 - Foreign Function Interface for Python calling C code.. (Contains the Python sources for this package).
python-codecs - 2.7.15-1 - Python 2.7 codecs + unicode support
python-codecs-src - 2.7.15-1 - . (Contains the Python sources for this package).
python-compiler - 2.7.15-1 - Python 2.7 compiler module
python-compiler-src - 2.7.15-1 - . (Contains the Python sources for this package).
python-constantly - 15.1.0-1 - A library that provides symbolic constant support. It includes collections and constants with text, numeric, and bit flag values. Originally twisted.python.constants from the Twisted project.
python-constantly-src - 15.1.0-1 - A library that provides symbolic constant support. It includes collections and constants with text, numeric, and bit flag values. Originally twisted.python.constants from the Twisted project.. (Contains the Python sources for this package).
python-crcmod - 1.7-1 - The software in this package is a Python module for generating objects that compute the Cyclic Redundancy Check (CRC). There is no attempt in this package to explain how the CRC works. There are a number of resources on the web that give a good explanation of the algorithms. Just do a Google search for "crc calculation" and browse till you find what you need. Another resource can be found in chapter 20 of the book "Numerical Recipes in C" by Press et. al.
python-crypto - 2.6.1-2 - A collection of both secure hash functions (such as MD5 and SHA), and various encryption algorithms (AES, DES, IDEA, RSA, ElGamal, etc.).
python-crypto-src - 2.6.1-2 - A collection of both secure hash functions (such as MD5 and SHA), and various encryption algorithms (AES, DES, IDEA, RSA, ElGamal, etc.).. (Contains the Python sources for this package).
python-cryptography - 2.1.4-2 - cryptography is a package which provides cryptographic recipes and primitives to Python developers.  Our goal is for it to be your "cryptographic standard library". It supports Python 2.6-2.7, Python 3.3+, and PyPy 2.6+.
python-cryptography-src - 2.1.4-2 - cryptography is a package which provides cryptographic recipes and primitives to Python developers.  Our goal is for it to be your "cryptographic standard library". It supports Python 2.6-2.7, Python 3.3+, and PyPy 2.6+.. (Contains the Python sources for this package).
python-ctypes - 2.7.15-1 - Python 2.7 ctypes module
python-ctypes-src - 2.7.15-1 - . (Contains the Python sources for this package).
python-curl - 7.43.0.1-1 - Python module interface to the cURL library.
python-dateutil - 2.6.1-1 - Extensions to the standard Python datetime module
python-db - 2.7.15-1 - Python 2.7 db module
python-db-src - 2.7.15-1 - . (Contains the Python sources for this package).
python-decimal - 2.7.15-1 - Python 2.7 decimal module
python-decimal-src - 2.7.15-1 - . (Contains the Python sources for this package).
python-dev - 2.7.15-1 - Python 2.7 development files
python-dev-src - 2.7.15-1 - . (Contains the Python sources for this package).
python-distutils - 2.7.15-1 - Python 2.7 distutils
python-distutils-src - 2.7.15-1 - . (Contains the Python sources for this package).
python-dns - 1.15.0-2 - dnspython is a DNS toolkit for Python. It supports almost all record types. It can be used for queries, zone transfers, and dynamic updates. It supports TSIG authenticated messages and EDNS0.
python-dpkt - 1.91-1 - dpkt is a python module for fast, simple packet creation / parsing, with definitions for the basic TCP/IP protocols https://pypi.python.org/pypi/dpkt https://github.com/kbandla/dpkt
python-egenix-mx-base - 3.2.8-1 - The eGenix.com mx Base Distribution for Python is a collection of professional quality software tools which enhance Python's usability in many important areas such as fast text searching, date/time processing and high speed data types.
python-email - 2.7.15-1 - Python 2.7 email module
python-email-src - 2.7.15-1 - . (Contains the Python sources for this package).
python-enum34 - 1.1.6-3 - enum34 is the new Python stdlib enum module available in Python 3.4 backported for previous versions of Python from 2.4 to 3.3.
python-enum34-src - 1.1.6-3 - enum34 is the new Python stdlib enum module available in Python 3.4 backported for previous versions of Python from 2.4 to 3.3.. (Contains the Python sources for this package).
python-evdev - 0.7.0-1 - Bindings to the Linux input handling subsystem
python-gdbm - 2.7.15-1 - Python 2.7 gdbm module
python-gdbm-src - 2.7.15-1 - . (Contains the Python sources for this package).
python-gmpy2 - 2.0.8-2 - gmpy2 is a C-coded Python extension module that supports multiple-precision arithmetic. gmpy2 is the successor to the original gmpy module. The gmpy module only supported the GMP multiple-precision library. gmpy2 adds support for the MPFR (correctly rounded real floating-point arithmetic) and MPC (correctly rounded complex floating-point arithmetic) libraries. gmpy2 also updates the API and naming conventions to be more consistent and support the additional functionality.
python-gnupg - 0.4.1-1 - A Python wrapper for GnuPG  This module allows easy access to GnuPG.s key management, encryption and signature functionality from Python programs, by interacting with GnuPG through file descriptors. Input arguments are strictly checked and sanitised, and therefore this module should be safe to use in networked applications requiring direct user input. It is intended for use on Windows, MacOS X, BSD, or Linux, with Python 2.6, Python 2.7, Python 3.3, Python 3.4, or PyPy.
python-hyperlink - 18.0.0-1 - Hyperlink provides a pure-Python implementation of immutable URLs. Based on RFC 3986 and 3987, the Hyperlink URL makes working with both URIs and IRIs easy.
python-hyperlink-src - 18.0.0-1 - Hyperlink provides a pure-Python implementation of immutable URLs. Based on RFC 3986 and 3987, the Hyperlink URL makes working with both URIs and IRIs easy.. (Contains the Python sources for this package).
python-idna - 2.6-2 - A library to support the Internationalised Domain Names in Applications (IDNA) protocol as specified in RFC 5891. This version of the protocol is often referred to as "IDNA2008" and can produce different results from the earlier standard from 2003.
python-idna-src - 2.6-2 - A library to support the Internationalised Domain Names in Applications (IDNA) protocol as specified in RFC 5891. This version of the protocol is often referred to as "IDNA2008" and can produce different results from the earlier standard from 2003.. (Contains the Python sources for this package).
python-incremental - 17.5.0-1 - Incremental is a small library that versions your Python projects.
python-incremental-src - 17.5.0-1 - Incremental is a small library that versions your Python projects.. (Contains the Python sources for this package).
python-ipaddress - 1.0.22-1 - Python 3.3+'s ipaddress for Python 2.6, 2.7, 3.2.
python-ipaddress-src - 1.0.22-1 - Python 3.3+'s ipaddress for Python 2.6, 2.7, 3.2.. (Contains the Python sources for this package).
python-ldap - 2.4.32-1 - python-ldap provides an object-oriented API to access LDAP directory servers from Python programs. Mainly it wraps the OpenLDAP 2.x libs for that purpose. Additionally the package contains modules for other LDAP-related stuff (e.g. processing LDIF, LDAPURLs, LDAPv3 schema, LDAPv3 extended operations and controls, etc.).
python-lib2to3 - 2.7.15-1 - Python 2.7 lib2to3 module
python-lib2to3-src - 2.7.15-1 - . (Contains the Python sources for this package).
python-light - 2.7.15-1 - This package is essentially the python-base package plus a few of the rarely used (and big) libraries stripped out into separate packages.
python-light-src - 2.7.15-1 - This package is essentially the python-base package plus a few of the rarely used (and big) libraries stripped out into separate packages.. (Contains the Python sources for this package).
python-logging - 2.7.15-1 - Python 2.7 logging module
python-logging-src - 2.7.15-1 - . (Contains the Python sources for this package).
python-lxml - 4.1.1-1 - The lxml XML toolkit is a Pythonic binding for the C libraries libxml2 and libxslt.
python-multiprocessing - 2.7.15-1 - Python 2.7 multiprocessing
python-multiprocessing-src - 2.7.15-1 - . (Contains the Python sources for this package).
python-mysql - 1.2.5-1 - MySQLdb is an thread-compatible interface to the popular MySQL database server that provides the Python database API.
python-ncurses - 2.7.15-1 - Python 2.7 ncurses module
python-ncurses-src - 2.7.15-1 - . (Contains the Python sources for this package).
python-openssl - 2.7.15-1 - Python 2.7 SSL module
python-openssl-src - 2.7.15-1 - . (Contains the Python sources for this package).
python-packages - 1.0-1 - A dummy package for packaging python modules with pip
python-parsley - 1.3-3 - Parsing and pattern matching made easy.
python-parsley-src - 1.3-3 - Parsing and pattern matching made easy.. (Contains the Python sources for this package).
python-pcapy - 0.11.1-1 - Pcapy is a Python extension module that interfaces with the libpcap packet capture library. Pcapy enables python scripts to capture packets on the network. Pcapy is highly effective when used in conjunction with a packet-handling package such as Impacket, which is a collection of Python classes for constructing and dissecting network packets.
python-pip - 9.0.3-1 - Python 2.7 pip module
python-pip-conf - 0.1-1 - Configuration file for pip/pip3
python-pip-src - 9.0.3-1 - . (Contains the Python sources for this package).
python-ply - 3.11-1 - PLY is a 100% Python implementation of the common parsing tools lex and yacc.
python-ply-src - 3.11-1 - PLY is a 100% Python implementation of the common parsing tools lex and yacc.. (Contains the Python sources for this package).
python-psycopg2 - 2.6.2-1 - Psycopg is the most popular PostgreSQL adapter for the Python programming language
python-pyasn1 - 0.4.3-1 - This is an implementation of ASN.1 types and codecs in Python programming language. It has been first written to support particular protocol (SNMP) but then generalized to be suitable for a wide range of protocols based on ASN.1 specification.
python-pyasn1-modules - 0.2.1-2 - This is a small but growing collection of ASN.1 data structures expressed in Python terms using pyasn1 data model.
python-pyasn1-modules-src - 0.2.1-2 - This is a small but growing collection of ASN.1 data structures expressed in Python terms using pyasn1 data model.. (Contains the Python sources for this package).
python-pyasn1-src - 0.4.3-1 - This is an implementation of ASN.1 types and codecs in Python programming language. It has been first written to support particular protocol (SNMP) but then generalized to be suitable for a wide range of protocols based on ASN.1 specification.. (Contains the Python sources for this package).
python-pycparser - 2.18-2 - pycparser is a parser for the C language, written in pure Python. It is a module designed to be easily integrated into applications that need to parse C source code.
python-pycparser-src - 2.18-2 - pycparser is a parser for the C language, written in pure Python. It is a module designed to be easily integrated into applications that need to parse C source code.. (Contains the Python sources for this package).
python-pydoc - 2.7.15-1 - Python 2.7 pydoc module
python-pydoc-src - 2.7.15-1 - . (Contains the Python sources for this package).
python-pyodbc - 4.0.21-1 - DB API Module for ODBC  A Python DB API 2 module for ODBC. This project provides an up-to-date, convenient interface to ODBC using native data types like datetime and decimal.
python-pyopenssl - 17.5.0-2 - Python wrapper module around the OpenSSL library
python-pyopenssl-src - 17.5.0-2 - Python wrapper module around the OpenSSL library. (Contains the Python sources for this package).
python-pyptlib - 0.0.6-2 - A python implementation of the Pluggable Transports for Circumvention specification for Tor
python-pyptlib-src - 0.0.6-2 - A python implementation of the Pluggable Transports for Circumvention specification for Tor. (Contains the Python sources for this package).
python-pyserial - 3.1.1-1 - serial port python bindings
python-service-identity - 17.0.0-2 - service_identity aspires to give you all the tools you need for verifying whether a certificate is valid for the intended purposes.
python-service-identity-src - 17.0.0-2 - service_identity aspires to give you all the tools you need for verifying whether a certificate is valid for the intended purposes.. (Contains the Python sources for this package).
python-setuptools - 39.0.1-1 - Python 2.7 setuptools module
python-setuptools-src - 39.0.1-1 - . (Contains the Python sources for this package).
python-six - 1.11.0-2 - Six is a Python 2 and 3 compatibility library.  It provides utility functions for smoothing over the differences between the Python versions with the goal of writing Python code that is compatible on both Python versions.  See the documentation for more information on what is provided.
python-six-src - 1.11.0-2 - Six is a Python 2 and 3 compatibility library.  It provides utility functions for smoothing over the differences between the Python versions with the goal of writing Python code that is compatible on both Python versions.  See the documentation for more information on what is provided.. (Contains the Python sources for this package).
python-smbus - 3.1.2-1 - This package contain the python bindings for Linux SMBus access through i2c-dev.
python-sqlite3 - 2.7.15-1 - Python 2.7 sqlite3 module
python-sqlite3-src - 2.7.15-1 - . (Contains the Python sources for this package).
python-txsocksx - 1.15.0.2-2 - txsocksx is SOCKS4/4a and SOCKS5 client endpoints for Twisted 10.1 or greater.
python-txsocksx-src - 1.15.0.2-2 - txsocksx is SOCKS4/4a and SOCKS5 client endpoints for Twisted 10.1 or greater.. (Contains the Python sources for this package).
python-unittest - 2.7.15-1 - Python 2.7 unittest module
python-unittest-src - 2.7.15-1 - . (Contains the Python sources for this package).
python-urllib3 - 1.22-1 - HTTP library with thread-safe connection pooling, file post, and more.
python-xml - 2.7.15-1 - Python 2.7 xml libs
python-xml-src - 2.7.15-1 - . (Contains the Python sources for this package).
python-yaml - 3.12-1 - YAML parser and emitter for Python
python-zope-interface - 4.5.0-1 - This package provides an implementation of "object interfaces" for Python. Interfaces are a mechanism for labeling objects as conforming to a given API or contract. So, this package can be considered as implementation of the Design By Contract methodology support in Python.
python-zope-interface-src - 4.5.0-1 - This package provides an implementation of "object interfaces" for Python. Interfaces are a mechanism for labeling objects as conforming to a given API or contract. So, this package can be considered as implementation of the Design By Contract methodology support in Python.. (Contains the Python sources for this package).
python3 - 3.6.5-1 - This package contains the (almost) full Python install. It's python3-light + all other packages.
python3-asn1crypto - 0.23.0-1 - Fast ASN.1 parser and serializer with definitions for private keys, public keys, certificates, CRL, OCSP, CMS, PKCS#3, PKCS#7, PKCS#8, PKCS#12, PKCS#5, X.509 and TSP . (Variant for Python3)
python3-asyncio - 3.6.5-1 - Python 3.6 asyncio module
python3-asyncio-src - 3.6.5-1 - . (Contains the Python3 sources for this package).
python3-attrs - 18.1.0-1 - attrs is an MIT-licensed Python package with class decorators that ease the chores of implementing the most common attribute-related object protocols. . (Variant for Python3)
python3-attrs-src - 18.1.0-1 - attrs is an MIT-licensed Python package with class decorators that ease the chores of implementing the most common attribute-related object protocols. . (Variant for Python3). (Contains the Python3 sources for this package).
python3-automat - 0.7.0-1 - Automat is a library for concise, idiomatic Python expression of finite-state automata (particularly deterministic finite-state transducers). . (Variant for Python3)
python3-automat-src - 0.7.0-1 - Automat is a library for concise, idiomatic Python expression of finite-state automata (particularly deterministic finite-state transducers). . (Variant for Python3). (Contains the Python3 sources for this package).
python3-base - 3.6.5-1 - This package contains only the interpreter and the bare minimum for the interpreter to start.
python3-base-src - 3.6.5-1 - This package contains only the interpreter and the bare minimum for the interpreter to start.. (Contains the Python3 sources for this package).
python3-bottle - 0.12.12-1 - Bottle is a fast, simple and lightweight WSGI micro web-framework for Python. It is distributed as a single file module and has no dependencies other than the Python Standard Library.
python3-cffi - 1.11.4-1 - Foreign Function Interface for Python calling C code. . (Variant for Python3)
python3-cffi-src - 1.11.4-1 - Foreign Function Interface for Python calling C code. . (Variant for Python3). (Contains the Python3 sources for this package).
python3-cgi - 3.6.5-1 - Python 3.6 cgi module
python3-cgi-src - 3.6.5-1 - . (Contains the Python3 sources for this package).
python3-cgitb - 3.6.5-1 - Python 3.6 cgitb module
python3-cgitb-src - 3.6.5-1 - . (Contains the Python3 sources for this package).
python3-click - 6.7-1 - A simple wrapper around optparse for powerful command line utilities.
python3-codecs - 3.6.5-1 - Python 3.6 codecs + unicode support
python3-codecs-src - 3.6.5-1 - . (Contains the Python3 sources for this package).
python3-constantly - 15.1.0-1 - A library that provides symbolic constant support. It includes collections and constants with text, numeric, and bit flag values. Originally twisted.python.constants from the Twisted project. . (Variant for Python3)
python3-constantly-src - 15.1.0-1 - A library that provides symbolic constant support. It includes collections and constants with text, numeric, and bit flag values. Originally twisted.python.constants from the Twisted project. . (Variant for Python3). (Contains the Python3 sources for this package).
python3-crypto - 2.6.1-2 - A collection of both secure hash functions (such as MD5 and SHA), and various encryption algorithms (AES, DES, IDEA, RSA, ElGamal, etc.). . (Variant for Python3)
python3-crypto-src - 2.6.1-2 - A collection of both secure hash functions (such as MD5 and SHA), and various encryption algorithms (AES, DES, IDEA, RSA, ElGamal, etc.). . (Variant for Python3). (Contains the Python3 sources for this package).
python3-cryptography - 2.1.4-2 - cryptography is a package which provides cryptographic recipes and primitives to Python developers.  Our goal is for it to be your "cryptographic standard library". It supports Python 2.6-2.7, Python 3.3+, and PyPy 2.6+. . (Variant for Python3)
python3-cryptography-src - 2.1.4-2 - cryptography is a package which provides cryptographic recipes and primitives to Python developers.  Our goal is for it to be your "cryptographic standard library". It supports Python 2.6-2.7, Python 3.3+, and PyPy 2.6+. . (Variant for Python3). (Contains the Python3 sources for this package).
python3-ctypes - 3.6.5-1 - Python 3.6 ctypes module
python3-ctypes-src - 3.6.5-1 - . (Contains the Python3 sources for this package).
python3-dbm - 3.6.5-1 - Python 3.6 dbm module
python3-dbm-src - 3.6.5-1 - . (Contains the Python3 sources for this package).
python3-decimal - 3.6.5-1 - Python 3.6 decimal module
python3-decimal-src - 3.6.5-1 - . (Contains the Python3 sources for this package).
python3-dev - 3.6.5-1 - Python 3.6 development files
python3-dev-src - 3.6.5-1 - . (Contains the Python3 sources for this package).
python3-distutils - 3.6.5-1 - Python 3.6 distutils module
python3-distutils-src - 3.6.5-1 - . (Contains the Python3 sources for this package).
python3-email - 3.6.5-1 - Python 3.6 email module
python3-email-src - 3.6.5-1 - . (Contains the Python3 sources for this package).
python3-evdev - 0.7.0-1 - Bindings to the Linux input handling subsystem . (Variant for Python3)
python3-flask - 0.12.2-1 - Flask is a microframework for Python based on Werkzeug, Jinja 2 and good intentions. And before you ask: It.s BSD licensed!
python3-gdbm - 3.6.5-1 - Python 3.6 gdbm module
python3-gdbm-src - 3.6.5-1 - . (Contains the Python3 sources for this package).
python3-gmpy2 - 2.0.8-2 - gmpy2 is a C-coded Python extension module that supports multiple-precision arithmetic. gmpy2 is the successor to the original gmpy module. The gmpy module only supported the GMP multiple-precision library. gmpy2 adds support for the MPFR (correctly rounded real floating-point arithmetic) and MPC (correctly rounded complex floating-point arithmetic) libraries. gmpy2 also updates the API and naming conventions to be more consistent and support the additional functionality. . (Variant for Python3)
python3-gnupg - 0.4.1-1 - A Python wrapper for GnuPG  This module allows easy access to GnuPG.s key management, encryption and signature functionality from Python programs, by interacting with GnuPG through file descriptors. Input arguments are strictly checked and sanitised, and therefore this module should be safe to use in networked applications requiring direct user input. It is intended for use on Windows, MacOS X, BSD, or Linux, with Python 2.6, Python 2.7, Python 3.3, Python 3.4, or PyPy.  (Variant for Python3)
python3-hyperlink - 18.0.0-1 - Hyperlink provides a pure-Python implementation of immutable URLs. Based on RFC 3986 and 3987, the Hyperlink URL makes working with both URIs and IRIs easy. . (Variant for Python3)
python3-hyperlink-src - 18.0.0-1 - Hyperlink provides a pure-Python implementation of immutable URLs. Based on RFC 3986 and 3987, the Hyperlink URL makes working with both URIs and IRIs easy. . (Variant for Python3). (Contains the Python3 sources for this package).
python3-idna - 2.6-2 - A library to support the Internationalised Domain Names in Applications (IDNA) protocol as specified in RFC 5891. This version of the protocol is often referred to as "IDNA2008" and can produce different results from the earlier standard from 2003. . (Variant for Python3)
python3-idna-src - 2.6-2 - A library to support the Internationalised Domain Names in Applications (IDNA) protocol as specified in RFC 5891. This version of the protocol is often referred to as "IDNA2008" and can produce different results from the earlier standard from 2003. . (Variant for Python3). (Contains the Python3 sources for this package).
python3-incremental - 17.5.0-1 - Incremental is a small library that versions your Python projects. . (Variant for Python3)
python3-incremental-src - 17.5.0-1 - Incremental is a small library that versions your Python projects. . (Variant for Python3). (Contains the Python3 sources for this package).
python3-itsdangerous - 0.24-1 - Various helpers to pass trusted data to untrusted environments and back.
python3-jinja2 - 2.9.6-1 - Jinja2 is a full featured template engine for Python. It has full unicode support, an optional integrated sandboxed execution environment, widely used and BSD licensed.
python3-lib2to3 - 3.6.5-1 - Python 3.6 lib2to3 module
python3-lib2to3-src - 3.6.5-1 - . (Contains the Python3 sources for this package).
python3-light - 3.6.5-1 - This package is essentially the python3-base package plus a few of the rarely used (and big) libraries stripped out into separate packages.
python3-light-src - 3.6.5-1 - This package is essentially the python3-base package plus a few of the rarely used (and big) libraries stripped out into separate packages.. (Contains the Python3 sources for this package).
python3-logging - 3.6.5-1 - Python 3.6 logging module
python3-logging-src - 3.6.5-1 - . (Contains the Python3 sources for this package).
python3-lxml - 4.1.1-1 - The lxml XML toolkit is a Pythonic binding for the C libraries libxml2 and libxslt. . (Variant for Python3)
python3-lzma - 3.6.5-1 - Python 3.6 lzma module
python3-lzma-src - 3.6.5-1 - . (Contains the Python3 sources for this package).
python3-markupsafe - 1.0-1 - MarkupSafe implements a XML/HTML/XHTML Markup safe string for Python
python3-multiprocessing - 3.6.5-1 - Python 3.6 multiprocessing
python3-multiprocessing-src - 3.6.5-1 - . (Contains the Python3 sources for this package).
python3-ncurses - 3.6.5-1 - Python 3.6 ncurses module
python3-ncurses-src - 3.6.5-1 - . (Contains the Python3 sources for this package).
python3-openssl - 3.6.5-1 - Python 3.6 SSL module
python3-openssl-src - 3.6.5-1 - . (Contains the Python3 sources for this package).
python3-parsley - 1.3-3 - Parsing and pattern matching made easy. . (Variant for Python3)
python3-parsley-src - 1.3-3 - Parsing and pattern matching made easy. . (Variant for Python3). (Contains the Python3 sources for this package).
python3-pip - 9.0.3-1 - Python 3.6 pip module
python3-ply - 3.11-1 - PLY is a 100% Python implementation of the common parsing tools lex and yacc. . (Variant for Python3)
python3-ply-src - 3.11-1 - PLY is a 100% Python implementation of the common parsing tools lex and yacc. . (Variant for Python3). (Contains the Python3 sources for this package).
python3-pyasn1 - 0.4.3-1 - This is an implementation of ASN.1 types and codecs in Python programming language. It has been first written to support particular protocol (SNMP) but then generalized to be suitable for a wide range of protocols based on ASN.1 specification. . (Variant for Python3)
python3-pyasn1-modules - 0.2.1-2 - This is a small but growing collection of ASN.1 data structures expressed in Python terms using pyasn1 data model. . (Variant for Python3).
python3-pyasn1-modules-src - 0.2.1-2 - This is a small but growing collection of ASN.1 data structures expressed in Python terms using pyasn1 data model. . (Variant for Python3).. (Contains the Python3 sources for this package).
python3-pyasn1-src - 0.4.3-1 - This is an implementation of ASN.1 types and codecs in Python programming language. It has been first written to support particular protocol (SNMP) but then generalized to be suitable for a wide range of protocols based on ASN.1 specification. . (Variant for Python3). (Contains the Python3 sources for this package).
python3-pycparser - 2.18-2 - pycparser is a parser for the C language, written in pure Python. It is a module designed to be easily integrated into applications that need to parse C source code. . (Variant for Python3)
python3-pycparser-src - 2.18-2 - pycparser is a parser for the C language, written in pure Python. It is a module designed to be easily integrated into applications that need to parse C source code. . (Variant for Python3). (Contains the Python3 sources for this package).
python3-pydoc - 3.6.5-1 - Python 3.6 pydoc module
python3-pydoc-src - 3.6.5-1 - . (Contains the Python3 sources for this package).
python3-pyodbc - 4.0.21-1 - DB API Module for ODBC  A Python DB API 2 module for ODBC. This project provides an up-to-date, convenient interface to ODBC using native data types like datetime and decimal.  (Variant for Python3)
python3-pyopenssl - 17.5.0-2 - Python wrapper module around the OpenSSL library . (Variant for Python3).
python3-pyopenssl-src - 17.5.0-2 - Python wrapper module around the OpenSSL library . (Variant for Python3).. (Contains the Python3 sources for this package).
python3-service-identity - 17.0.0-2 - service_identity aspires to give you all the tools you need for verifying whether a certificate is valid for the intended purposes. . (Variant for Python3)
python3-service-identity-src - 17.0.0-2 - service_identity aspires to give you all the tools you need for verifying whether a certificate is valid for the intended purposes. . (Variant for Python3). (Contains the Python3 sources for this package).
python3-setuptools - 39.0.1-1 - Python 3.6 setuptools module
python3-setuptools-src - 39.0.1-1 - . (Contains the Python3 sources for this package).
python3-six - 1.11.0-2 - Six is a Python 2 and 3 compatibility library.  It provides utility functions for smoothing over the differences between the Python versions with the goal of writing Python code that is compatible on both Python versions.  See the documentation for more information on what is provided. . (Variant for Python3)
python3-six-src - 1.11.0-2 - Six is a Python 2 and 3 compatibility library.  It provides utility functions for smoothing over the differences between the Python versions with the goal of writing Python code that is compatible on both Python versions.  See the documentation for more information on what is provided. . (Variant for Python3). (Contains the Python3 sources for this package).
python3-smbus - 3.1.2-1 - This package contain the python bindings for Linux SMBus access through i2c-dev.
python3-sqlite3 - 3.6.5-1 - Python 3.6 sqlite3 module
python3-sqlite3-src - 3.6.5-1 - . (Contains the Python3 sources for this package).
python3-unittest - 3.6.5-1 - Python 3.6 unittest module
python3-unittest-src - 3.6.5-1 - . (Contains the Python3 sources for this package).
python3-werkzeug - 0.12.2-1 - Werkzeug  The Python WSGI Utility Library
python3-xml - 3.6.5-1 - Python 3.6 xml libs
python3-xml-src - 3.6.5-1 - . (Contains the Python3 sources for this package).
python3-yaml - 3.12-1 - YAML parser and emitter for Python3
python3-zope-interface - 4.5.0-1 - This package provides an implementation of "object interfaces" for Python. Interfaces are a mechanism for labeling objects as conforming to a given API or contract. So, this package can be considered as implementation of the Design By Contract methodology support in Python. . (Variant for Python3)
python3-zope-interface-src - 4.5.0-1 - This package provides an implementation of "object interfaces" for Python. Interfaces are a mechanism for labeling objects as conforming to a given API or contract. So, this package can be considered as implementation of the Design By Contract methodology support in Python. . (Variant for Python3). (Contains the Python3 sources for this package).
pytz - 2018.3-1 - World timezone definitions, modern and historical
qos-scripts - 1.3.0-1 - A set of scripts that abstract QoS configuration into a simple configuration file supporting stanzas that specify any number of QoS  entries.
qrencode - 4.0.0-1 - Qrencode is a C program for encoding data in a QR Code symbol, a kind of 2D symbology that can be scanned by handy terminals such as a mobile phone with CCD. The capacity of QR Code is up to 7000 digits or 4000 characters, and is highly robust.
quagga - 1.1.0-1 - A routing software package that provides TCP/IP based routing services with routing protocols support such as RIPv1, RIPv2, RIPng, OSPFv2, OSPFv3, BGP-4, and BGP-4+
quagga-bgpd - 1.1.0-1 - BGPv4, BGPv4+, BGPv4- routing engine
quagga-isisd - 1.1.0-1 - IS-IS routing engine
quagga-libospf - 1.1.0-1 - OSPF library
quagga-libzebra - 1.1.0-1 - zebra library
quagga-ospf6d - 1.1.0-1 - OSPFv3 routing engine
quagga-ospfd - 1.1.0-1 - OSPFv2 routing engine
quagga-ripd - 1.1.0-1 - RIP routing engine
quagga-ripngd - 1.1.0-1 - RIPNG routing engine
quagga-vtysh - 1.1.0-1 - integrated shell for Quagga routing software
quagga-watchquagga - 1.1.0-1 - Quagga watchdog
quagga-zebra - 1.1.0-1 - Zebra daemon
quasselc - 2015-04-06-1.fcd966966924e3d9af0954db56117e2f48767ea1 - An implementation of the Quassel protocol in pure C.
r8169-firmware - 2017-09-06-a61ac5cf-1 - RealTek RTL8169 firmware
radicale-py2 - 1.1.6-1 - Radicale CalDAV/CardDAV server (Python 2) - Homepage: http://radicale.org/
radicale-py3 - 1.1.6-1 - Radicale CalDAV/CardDAV server (Python 3) - Homepage: http://radicale.org/
radsecproxy - 1.6.8-1 - A generic radius proxy for UDP/TLS (RadSec)
rbcfg - 2 - This package contains an utility to manipulate RouterBOOT configuration on the MikroTIK RB-4XX devices.
rcssmin - 1.0.6-1 - Fast CSS minifier for Python
rdma - 4.16.0-3 - Network rdma utility
reaver - 1.6.4-1 - Reaver has been designed to be a robust and practical attack against Wi-Fi Protected Setup (WPS) registrar PINs in order to recover WPA/WPA2 passphrases. It has been tested against a wide variety of access points and WPS implementations.  This is reaver-wps-fork-t6x, a community forked version, which has included various bug fixes and additional attack method (the offline Pixie Dust attack).
redsocks - 0.4-20150907-1 - Redsocks is a daemon running on the local system, that will transparently tunnel any TCP connection via a remote SOCKS4, SOCKS5 or HTTP proxy server. It uses the system firewall's redirection facility to intercept TCP connections, thus the redirection is system-wide, with fine-grained control, and does not depend on LD_PRELOAD libraries.  Redsocks supports tunneling TCP connections and UDP packets. It has authentication support for both, SOCKS and HTTP proxies.  Also included is a small DNS server returning answers with the "truncated" flag set for any UDP query, forcing the resolver to use TCP.
relayctl - 0.1-3 - Simple command-line control of SainSmart USB relay boards based on FTDI chips using bitbang mode.
relayd - 2016-02-07-ad0b25ad-2 - Transparent routing / relay daemon
remserial - 1.4-1 - Bridge TCP/IP port with a device
rename - 2.32-2 - rename will rename the specified files by replacing the first occurrence of expression in their name by replacement
resize2fs - 1.44.1-1 - Ext2 Filesystem resize utility
resolveip - 2 - This package contains the small resolveip utility which can be used by scripts to turn host names into numeric IP addresses. It supports IPv4 and IPv6 resolving and has a configurable timeout to guarantee a certain maximum runtime in case of slow or defunct DNS servers.
restund - 0.4.12-5 - Modular STUN/TURN server
restund-mod-mysql - 0.4.12-5 - restund MySQL database backend module
rip44 - 2019.04.07-1 - A RIP44 daemon for the AMPR network.
rng-tools - 5-6 - Daemon for adding entropy to kernel entropy pool. By default it uses /dev/urandom as the source but the init script can be modified to use a hardware source like /dev/hwrng if present
rnx2rtkp - 2.4.3_b24 - Post-Processingツ�Analysis
rp-pppoe-common - 3.12-4 - Dubbed RP-PPPoE, this open-source product is ideal for Linux users with a DSL "modem" whose Internet service provider uses PPPoE.  This package contains files common to server and relay.
rp-pppoe-relay - 3.12-4 - Dubbed RP-PPPoE, this open-source product is ideal for Linux users with a DSL "modem" whose Internet service provider uses PPPoE.  This package contains pppoe-relay.
rp-pppoe-server - 3.12-4 - Dubbed RP-PPPoE, this open-source product is ideal for Linux users with a DSL "modem" whose Internet service provider uses PPPoE.  This package contains pppoe-server.
rpcd - 2018-08-16-41333abe-1
rpcd - 2018-05-13-82062195-1 - This package provides the UBUS RPC backend server to expose various functionality to frontend programs via JSON-RPC.
rpcd-mod-file - 2018-05-13-82062195-1 - Provides ubus calls for file and directory operations.
rpcd-mod-iwinfo - 2018-05-13-82062195-1 - Provides ubus calls for accessing iwinfo data.
rpcd-mod-lxc - 20171206 - LXC rpcd module
rpcd-mod-rpcsys - 2018-05-13-82062195-1 - Provides ubus calls for sysupgrade and password changing.
rpcd-mod-rrdns - 20170710 - Provides rapid mass reverse DNS lookup functionality.
rrdcgi1 - 1.0.50-2 - RRD is the Acronym for Round Robin Database. RRD is a system to store and display time-series data (i.e. network bandwidth, machine-room temperature, server load average). It stores the data in a very compact way that will not expand over time, and it presents useful graphs by processing the data to enforce a certain data density. It can be used either via simple wrapper scripts (from shell or Perl) or via frontends that poll network devices and put friendly user interface on it.  This is version 1.0.x with cgilib-0.4, gd1.3 and libpng-1.0.9 linked into librrd.so. The library is much smaller compared to the 1.2.x version with separate dynamic linked libraries. This package contains the rrdcgi tool used to create web pages containing RRD graphs based on templates.
rrdtool1 - 1.0.50-2 - RRD is the Acronym for Round Robin Database. RRD is a system to store and display time-series data (i.e. network bandwidth, machine-room temperature, server load average). It stores the data in a very compact way that will not expand over time, and it presents useful graphs by processing the data to enforce a certain data density. It can be used either via simple wrapper scripts (from shell or Perl) or via frontends that poll network devices and put friendly user interface on it.  This is version 1.0.x with cgilib-0.4, gd1.3 and libpng-1.0.9 linked into librrd.so. The library is much smaller compared to the 1.2.x version with separate dynamic linked libraries. This package contains command line tools used to manage RRDs.
rs9113-firmware - 2017-09-06-a61ac5cf-1 - RedPine Signals rs9113 firmware
rssileds - 0.2-1 - A small process written in C to update the signal-strength indicator LEDs
rsync - 3.1.3-1 - rsync is a program that allows files to be copied to and from remote machines in much the same way as rcp. It has many more options than rcp, and uses the rsync remote-update protocol to greatly speed up file transfers when the destination file already exists.  The rsync remote-update protocol allows rsync to transfer just the differences between two sets of files across the network link.
rsyncd - 3.1.3-1 - rsyncd is a configuration file and initscript to utilize rsync as a daemon. It uses the same binary as rsync.
rsyslog - 8.18.0-1 - Enhanced system logging and kernel message trapping daemons
rt2800-pci-firmware - 2017-09-06-a61ac5cf-1 - Ralink RT28xx/3xxx PCI/SoC firmware
rt2800-usb-firmware - 2017-09-06-a61ac5cf-1 - Ralink RT28xx/3xxx USB firmware
rt61-pci-firmware - 2017-09-06-a61ac5cf-1 - Ralink RT2561 firmware
rt73-usb-firmware - 2017-09-06-a61ac5cf-1 - Ralink RT2573 firmware
rtkrcv - 2.4.3_b24 - Real-Timeツ�Positioning
rtl-ais - 20151213-b805be0164475e58a73b57763a8cbbf8a2bd0ded - rtl_ais uses a rtl2832u dvb-t dongle to tune AIS (Automatic Identification System) used on ships and by vessel traffic services
rtl-sdr - 0.5.3-20150608--3 - rtl-sdr allows DVB-T dongles based on the Realtek RTL2832U to be used as an inexpensive SDR.  This package contains the utilities and daemons.
rtl8188eu-firmware - 2017-09-06-a61ac5cf-1 - RealTek RTL8188EU firmware
rtl8192ce-firmware - 2017-09-06-a61ac5cf-1 - RealTek RTL8192CE firmware
rtl8192cu-firmware - 2017-09-06-a61ac5cf-1 - RealTek RTL8192CU firmware
rtl8192de-firmware - 2017-09-06-a61ac5cf-1 - RealTek RTL8192DE firmware
rtl8192se-firmware - 2017-09-06-a61ac5cf-1 - RealTek RTL8192SE firmware
rtl8192su-firmware - 2017-09-06-a61ac5cf-1 - RealTek RTL8192SU firmware
rtl8821ae-firmware - 2017-09-06-a61ac5cf-1 - RealTek RTL8821AE firmware
rtl_433 - 6531ea4 - Realtek RTL2832 based 433.92MHz generic data receiver
rtorrent - 0.9.6-git-1-62cb5a4605c0664bc522e0e0da9c72f09cf643a9 - rTorrent is a BitTorrent client for ncurses, using the libtorrent library. The client and library is written in C++ with emphasis on speed and efficiency, while delivering equivalent features to those found in GUI based clients in an ncurses client. This package is built without xmlrpc support
rtorrent-rpc - 0.9.6-git-1-62cb5a4605c0664bc522e0e0da9c72f09cf643a9 - rTorrent is a BitTorrent client for ncurses, using the libtorrent library. The client and library is written in C++ with emphasis on speed and efficiency, while delivering equivalent features to those found in GUI based clients in an ncurses client. This package is built with xmlrpc support
rtpproxy - 2.1.0-20170914-2 - RTP (Realtime Transport Protocol) proxy
rtpproxy-mod-acct-csv - 2.1.0-20170914-2 - RTPproxy accounting module
rtty-mbedtls - 4.1.1-1 - A reverse proxy WebTTY. This is the client part running on devices to be managed.
rtty-mbedtls - 7.1.1-10 - Access your terminals from anywhere via the web
rtty-nossl - 7.1.1-10 - Access your terminals from anywhere via the web
rtty-nossl - 4.1.1-1 - A reverse proxy WebTTY. This is the client part running on devices to be managed.
rtty-openssl - 7.1.1-10 - Access your terminals from anywhere via the web
rtty-openssl - 4.1.1-1 - A reverse proxy WebTTY. This is the client part running on devices to be managed.
rtty-wolfssl - 4.1.1-1 - A reverse proxy WebTTY. This is the client part running on devices to be managed.
rtty-wolfssl - 7.1.1-10 - Access your terminals from anywhere via the web
ruby - 2.5.1-1 - Ruby is the interpreted scripting language for quick and easy object-oriented programming.  It has many features to process text files and to do system management tasks (as in perl).  It is simple, straight-forward, and extensible.
ruby-bigdecimal - 2.5.1-1 - This package contains the ruby Arbitrary-precision decimal floating-point library.  Provides:  - /usr/lib/ruby/2.5/*/bigdecimal.so  - /usr/lib/ruby/2.5/bigdecimal/  - /usr/lib/ruby/gems/2.5/specifications/default/bigdecimal-*.gemspec
ruby-cgi - 2.5.1-1 - This package contains the ruby CGI support toolkit.  Provides:  - /usr/lib/ruby/2.5/cgi  - /usr/lib/ruby/2.5/cgi.rb  - /usr/lib/ruby/2.5/*/cgi/escape.so
ruby-cmath - 2.5.1-1 - This package contains the ruby Trigonometric and transcendental functions for complex numbers.  Provides:  - /usr/lib/ruby/2.5/cmath.rb  - /usr/lib/ruby/gems/2.5/specifications/default/cmath-*.gemspec
ruby-csv - 2.5.1-1 - This package contains the ruby CSV Reading and Writing.  Provides:  - /usr/lib/ruby/2.5/csv.rb  - /usr/lib/ruby/gems/2.5/specifications/default/csv-*.gemspec
ruby-date - 2.5.1-1 - This package contains the ruby Comparable module for handling dates.  Provides:  - /usr/lib/ruby/2.5/date.rb  - /usr/lib/ruby/2.5/*/date_core.so  - /usr/lib/ruby/gems/2.5/specifications/default/date-*.gemspec
ruby-dbm - 2.5.1-1 - The DBM class provides a wrapper to a Unix-style dbm or Database Manager library. This package provides dbm.so file.  Provides:  - /usr/lib/ruby/2.5/*/dbm.so  - /usr/lib/ruby/gems/2.5/specifications/default/dbm-*.gemspec
ruby-debuglib - 2.5.1-1 - This package contains the ruby debug library.  Provides:  - /usr/lib/ruby/2.5/profile.rb  - /usr/lib/ruby/2.5/profiler.rb  - /usr/lib/ruby/2.5/debug.rb  - /usr/lib/ruby/2.5/tracer.rb  - /usr/lib/ruby/2.5/benchmark.rb  - /usr/lib/ruby/2.5/*/objspace.so
ruby-did-you-mean - 2.5.1-1 - This package contains the ruby did you mean? experience.  Provides:  - /usr/lib/ruby/gems/2.5/specifications/did_you_mean-*.gemspec  - /usr/lib/ruby/gems/2.5/gems/did_you_mean-*/  Except:  - /usr/lib/ruby/gems/2.5/gems/did_you_mean-*/benchmark  - /usr/lib/ruby/gems/2.5/gems/did_you_mean-*/doc  - /usr/lib/ruby/gems/2.5/gems/did_you_mean-*/evaluation  - /usr/lib/ruby/gems/2.5/gems/did_you_mean-*/test  - /usr/lib/ruby/gems/2.5/gems/did_you_mean-*/*.md  - /usr/lib/ruby/gems/2.5/gems/did_you_mean-*/*.txt  - /usr/lib/ruby/gems/2.5/gems/did_you_mean-*/.travis.yml
ruby-digest - 2.5.1-1 - Provides digest* files. Can be configured to use OpenSSL or bundled hash functions.  Provides:  - /usr/lib/ruby/2.5/digest  - /usr/lib/ruby/2.5/digest.rb  - /usr/lib/ruby/2.5/*/digest.so  - /usr/lib/ruby/2.5/*/digest/*
ruby-drb - 2.5.1-1 - This package contains the ruby distributed object system.  Provides:  - /usr/lib/ruby/2.5/drb.rb  - /usr/lib/ruby/2.5/drb
ruby-enc - 2.5.1-1 - This package contains the ruby character re-coding library charset (small subset).  Provides:  - /usr/lib/ruby/2.5/*/enc/encdb.so  - /usr/lib/ruby/2.5/*/enc/iso_8859_1.so  - /usr/lib/ruby/2.5/*/enc/utf_*.so  - /usr/lib/ruby/2.5/*/enc/euc_jp.so
ruby-enc-extra - 2.5.1-1 - This package contains the ruby character re-coding library charset (extra subset).  Provides:  - /usr/lib/ruby/2.5/*/enc  Except:  - /usr/lib/ruby/2.5/*/enc/encdb.so  - /usr/lib/ruby/2.5/*/enc/iso_8859_1.so  - /usr/lib/ruby/2.5/*/enc/utf_*.so  - /usr/lib/ruby/2.5/*/enc/euc_jp.so
ruby-erb - 2.5.1-1 - This package contains the ruby (embedded interpreter).  Provides:  - /usr/bin/erb  - /usr/lib/ruby/2.5/erb.rb
ruby-etc - 2.5.1-1 - This package contains the ruby Access to information typically stored in UNIX /etc directory.  Provides:  - /usr/lib/ruby/2.5/*/etc.so  - /usr/lib/ruby/gems/2.5/specifications/default/etc-*.gemspec
ruby-fcntl - 2.5.1-1 - This package contains the ruby Loads constants defined in the OS fcntl.h C header file.  Provides:  - /usr/lib/ruby/2.5/*/fcntl.so  - /usr/lib/ruby/gems/2.5/specifications/default/fcntl-*.gemspec
ruby-fiddle - 2.5.1-1 - This package contains the ruby Libffi wrapper for Ruby.  Provides:  - /usr/lib/ruby/2.5/fiddle.rb  - /usr/lib/ruby/2.5/fiddle/  - /usr/lib/ruby/2.5/*/fiddle.so  - /usr/lib/ruby/gems/2.5/specifications/default/fiddle-*.gemspec
ruby-filelib - 2.5.1-1 - This package contains the ruby file utils library.  Provides:  - /usr/lib/ruby/2.5/tmpdir.rb  - /usr/lib/ruby/2.5/tempfile.rb  - /usr/lib/ruby/2.5/pathname.rb  - /usr/lib/ruby/2.5/*/pathname.so  - /usr/lib/ruby/2.5/find.rb
ruby-fileutils - 2.5.1-1 - This package contains the ruby File utility methods for copying moving removing etc.  Provides:  - /usr/lib/ruby/2.5/fileutils.rb  - /usr/lib/ruby/gems/2.5/specifications/default/fileutils-*.gemspec
ruby-gdbm - 2.5.1-1 - This package contains the ruby Ruby extension for GNU dbm.  Provides:  - /usr/lib/ruby/2.5/*/gdbm.so  - /usr/lib/ruby/gems/2.5/specifications/default/gdbm-*.gemspec
ruby-gems - 2.5.1-1 - This package contains the ruby gems packet management.
ruby-io-console - 2.5.1-1 - This package contains the ruby Console interface.  Provides:  - /usr/lib/ruby/2.5/*/io/console.so  - /usr/lib/ruby/2.5/io/console/  - /usr/lib/ruby/gems/2.5/specifications/default/io-console-*.gemspec
ruby-ipaddr - 2.5.1-1 - This package contains the ruby Set of methods to manipulate an IP address.  Provides:  - /usr/lib/ruby/2.5/ipaddr.rb  - /usr/lib/ruby/gems/2.5/specifications/default/ipaddr-*.gemspec
ruby-irb - 2.5.1-1 - This package contains the ruby (interactive shell).
ruby-json - 2.5.1-1 - This package contains the ruby JSON Implementation for Ruby.  Provides:  - /usr/lib/ruby/2.5/json.rb  - /usr/lib/ruby/2.5/json  - /usr/lib/ruby/2.5/*/json  - /usr/lib/ruby/gems/2.5/specifications/default/json-*.gemspec  Except:  - /usr/lib/ruby/2.5/psych  - /usr/lib/ruby/2.5/psych.rb  - /usr/lib/ruby/2.5/*/psych.so  - /usr/lib/ruby/gems/2.5/specifications/default/psych-*.gemspec
ruby-logger - 2.5.1-1 - This package contains the ruby logger and syslog library.  Provides:  - /usr/lib/ruby/2.5/logger.rb  - /usr/lib/ruby/2.5/syslog/logger.rb  - /usr/lib/ruby/2.5/*/syslog.so
ruby-math - 2.5.1-1 - This package contains the ruby math library.  Provides:  - /usr/lib/ruby/2.5/prime.rb  - /usr/lib/ruby/2.5/matrix.rb  - /usr/lib/ruby/2.5/matrix
ruby-minitest - 2.5.1-1 - This package contains the ruby Gem minitest.  Provides:  - /usr/lib/ruby/gems/2.5/specifications/minitest-*.gemspec  - /usr/lib/ruby/gems/2.5/gems/minitest-*  Except:  - /usr/lib/ruby/gems/2.5/gems/minitest-*/test  - /usr/lib/ruby/gems/2.5/gems/minitest-*/*.rdoc  - /usr/lib/ruby/gems/2.5/gems/minitest-*/*.txt
ruby-misc - 2.5.1-1 - This package contains the ruby standard libraries subset (miscellaneous files).  Provides:  - /usr/lib/ruby/2.5/English.rb  - /usr/lib/ruby/2.5/abbrev.rb  - /usr/lib/ruby/2.5/base64.rb  - /usr/lib/ruby/2.5/delegate.rb  - /usr/lib/ruby/2.5/e2mmap.rb  - /usr/lib/ruby/2.5/expect.rb  - /usr/lib/ruby/2.5/getoptlong.rb  - /usr/lib/ruby/2.5/open3.rb  - /usr/lib/ruby/2.5/ostruct.rb  - /usr/lib/ruby/2.5/securerandom.rb  - /usr/lib/ruby/2.5/set.rb  - /usr/lib/ruby/2.5/shellwords.rb  - /usr/lib/ruby/2.5/tsort.rb  - /usr/lib/ruby/2.5/weakref.rb  - /usr/lib/ruby/2.5/*/continuation.so  - /usr/lib/ruby/2.5/*/coverage.so  - /usr/lib/ruby/2.5/*/fiber.so  - /usr/lib/ruby/2.5/*/pty.so
ruby-mkmf - 2.5.1-1 - This package contains the ruby makefile library.  Provides:  - /usr/lib/ruby/2.5/mkmf.rb  - /usr/lib/ruby/2.5/un.rb
ruby-multithread - 2.5.1-1 - This package contains the ruby multithread library.  Provides:  - /usr/lib/ruby/2.5/monitor.rb  - /usr/lib/ruby/2.5/timeout.rb  - /usr/lib/ruby/2.5/thwait.rb  - /usr/lib/ruby/2.5/mutex_m.rb  - /usr/lib/ruby/2.5/sync.rb  - /usr/lib/ruby/2.5/*/io/wait.so  - /usr/lib/ruby/2.5/*/io/nonblock.so
ruby-net - 2.5.1-1 - This package contains the ruby Network Protocols Library.  Provides:  - /usr/lib/ruby/2.5/open-uri.rb  - /usr/lib/ruby/2.5/net/*
ruby-net-telnet - 2.5.1-1 - This package contains the ruby telnet client.  Provides:  - /usr/lib/ruby/gems/2.5/specifications/net-telnet-*.gemspec  - /usr/lib/ruby/gems/2.5/gems/net-telnet-*/  Except:  - /usr/lib/ruby/gems/2.5/gems/net-telnet-*/*.md  - /usr/lib/ruby/gems/2.5/gems/net-telnet-*/*.txt  - /usr/lib/ruby/gems/2.5/gems/net-telnet-*/.travis.yml
ruby-nkf - 2.5.1-1 - This package contains the ruby Network Kanji Filter.  Provides:  - /usr/lib/ruby/2.5/kconv.rb  - /usr/lib/ruby/2.5/*/nkf.so
ruby-openssl - 2.5.1-1 - This package contains the ruby SSL TLS and general purpose cryptography.  Provides:  - /usr/lib/ruby/2.5/openssl  - /usr/lib/ruby/2.5/openssl.rb  - /usr/lib/ruby/2.5/*/openssl.so  - /usr/lib/ruby/gems/2.5/specifications/default/openssl-*.gemspec
ruby-optparse - 2.5.1-1 - This package contains the ruby command-line option analysis.  Provides:  - /usr/lib/ruby/2.5/optparse.rb  - /usr/lib/ruby/2.5/optionparser.rb  - /usr/lib/ruby/2.5/optparse
ruby-patterns - 2.5.1-1 - This package contains the ruby design patterns implementation.  Provides:  - /usr/lib/ruby/2.5/observer.rb  - /usr/lib/ruby/2.5/singleton.rb  - /usr/lib/ruby/2.5/forwardable.rb  - /usr/lib/ruby/2.5/forwardable
ruby-powerassert - 2.5.1-1 - This package contains the ruby Gem power_assert.  Provides:  - /usr/lib/ruby/gems/2.5/specifications/power_assert-*.gemspec  - /usr/lib/ruby/gems/2.5/gems/power_assert-*  Except:  - /usr/lib/ruby/gems/2.5/gems/power_assert-*/*.rdoc  - /usr/lib/ruby/gems/2.5/gems/power_assert-*/.travis.yml
ruby-prettyprint - 2.5.1-1 - This package contains the ruby PrettyPrint library.  Provides:  - /usr/lib/ruby/2.5/pp.rb  - /usr/lib/ruby/2.5/prettyprint.rb
ruby-pstore - 2.5.1-1 - This package contains the ruby file based persistence.  Provides:  - /usr/lib/ruby/2.5/pstore.rb
ruby-psych - 2.5.1-1 - This package contains the ruby YAML parser and emitter.  Provides:  - /usr/lib/ruby/2.5/psych  - /usr/lib/ruby/2.5/psych.rb  - /usr/lib/ruby/2.5/*/psych.so  - /usr/lib/ruby/gems/2.5/specifications/default/psych-*.gemspec
ruby-racc - 2.5.1-1 - This package contains the ruby LALR parser generator.  Provides:  - /usr/lib/ruby/2.5/racc  - /usr/lib/ruby/2.5/*/racc/*.so
ruby-rake - 2.5.1-1 - This package contains the ruby Rake (make replacement).
ruby-rbconfig - 2.5.1-1 - This package contains the ruby RbConfig.  Provides:  - /usr/lib/ruby/2.5/*/rbconfig.rb  - /usr/lib/ruby/2.5/*/rbconfig/*.so
ruby-rdoc - 2.5.1-1 - This package contains the ruby RDoc produces HTML and command-line documentation for Ruby projects.
ruby-readline - 2.5.1-1 - This package contains the ruby support for readline.  Provides:  - /usr/lib/ruby/2.5/*/readline.so
ruby-rexml - 2.5.1-1 - This package contains the ruby XML toolkit.  Provides:  - /usr/lib/ruby/2.5/rexml
ruby-rinda - 2.5.1-1 - This package contains the ruby Linda paradigm implementation.  Provides:  - /usr/lib/ruby/2.5/rinda
ruby-ripper - 2.5.1-1 - This package contains the ruby script parser.  Provides:  - /usr/lib/ruby/2.5/ripper.rb  - /usr/lib/ruby/2.5/ripper  - /usr/lib/ruby/2.5/*/ripper.so
ruby-rss - 2.5.1-1 - This package contains the ruby RSS toolkit.  Provides:  - /usr/lib/ruby/2.5/rss  - /usr/lib/ruby/2.5/rss.rb
ruby-scanf - 2.5.1-1 - This package contains the ruby Implementation of the C function scanf(3).  Provides:  - /usr/lib/ruby/2.5/scanf.rb  - /usr/lib/ruby/gems/2.5/specifications/default/scanf-*.gemspec
ruby-sdbm - 2.5.1-1 - This package contains the ruby simple file-based key-value dbm implementation.  Provides:  - /usr/lib/ruby/2.5/*/sdbm.so  - /usr/lib/ruby/gems/2.5/specifications/default/sdbm-*.gemspec
ruby-shell - 2.5.1-1 - This package contains the ruby idiomatic Ruby interface.  Provides:  - /usr/lib/ruby/2.5/shell.rb  - /usr/lib/ruby/2.5/shell
ruby-socket - 2.5.1-1 - This package contains the ruby socket support.  Provides:  - /usr/lib/ruby/2.5/resolv-replace.rb  - /usr/lib/ruby/2.5/resolv.rb  - /usr/lib/ruby/2.5/socket.rb  - /usr/lib/ruby/2.5/*/socket.so
ruby-stdlib - 2.5.1-1 - This metapackage currently install all ruby-* packages, providing a complete Ruby Standard Library.
ruby-stringio - 2.5.1-1 - This package contains the ruby Pseudo `IO` class from/to `String`.  Provides:  - /usr/lib/ruby/2.5/*/stringio.so  - /usr/lib/ruby/gems/2.5/specifications/default/stringio-*.gemspec
ruby-strscan - 2.5.1-1 - This package contains the ruby Lexical scanning operations on a String.  Provides:  - /usr/lib/ruby/2.5/*/strscan.so  - /usr/lib/ruby/gems/2.5/specifications/default/strscan-*.gemspec
ruby-testunit - 2.5.1-1 - This package contains the ruby Gem test-unit.  Provides:  - /usr/lib/ruby/gems/2.5/specifications/test-unit-*.gemspec  - /usr/lib/ruby/gems/2.5/gems/test-unit-*  Except:  - /usr/lib/ruby/gems/2.5/gems/test-unit-*/doc  - /usr/lib/ruby/gems/2.5/gems/test-unit-*/test  - /usr/lib/ruby/gems/2.5/gems/test-unit-*/sample  - /usr/lib/ruby/gems/2.5/gems/test-unit-*/*.md
ruby-time - 2.5.1-1 - This package contains the ruby Extends Time with additional methods for parsing and converting Times.  Provides:  - /usr/lib/ruby/2.5/time.rb
ruby-unicodenormalize - 2.5.1-1 - This package contains the ruby String additions for Unicode normalization.  Provides:  - /usr/lib/ruby/2.5/unicode_normalize
ruby-uri - 2.5.1-1 - This package contains the ruby library to handle URI.  Provides:  - /usr/lib/ruby/2.5/uri.rb  - /usr/lib/ruby/2.5/uri
ruby-webrick - 2.5.1-1 - This package contains the ruby HTTP server toolkit.  Provides:  - /usr/lib/ruby/2.5/webrick  - /usr/lib/ruby/2.5/webrick.rb  - /usr/lib/ruby/gems/2.5/specifications/default/webrick-*.gemspec
ruby-xmlrpc - 2.5.1-1 - This package contains the ruby XML-RPC toolkit.  Provides:  - /usr/lib/ruby/gems/2.5/gems/xmlrpc-*  - /usr/lib/ruby/gems/2.5/specifications/xmlrpc-*.gemspec  Except:  - /usr/lib/ruby/gems/2.5/gems/xmlrpc-*/*.md  - /usr/lib/ruby/gems/2.5/gems/xmlrpc-*/*.txt  - /usr/lib/ruby/gems/2.5/gems/xmlrpc-*/.travis.yml
ruby-yaml - 2.5.1-1 - This package contains the ruby YAML toolkit.  Provides:  - /usr/lib/ruby/2.5/yaml  - /usr/lib/ruby/2.5/yaml.rb
ruby-zlib - 2.5.1-1 - This package contains the ruby compression/decompression library interface.  Provides:  - /usr/lib/ruby/2.5/*/zlib.so  - /usr/lib/ruby/gems/2.5/specifications/default/zlib-*.gemspec
samba36-client - 3.6.25-15 - Samba 3.6 SMB/CIFS client
samba36-client - 3.6.25-10 - Samba 3.6 SMB/CIFS client
samba36-hotplug - 3.6.25-10 - Samba 3.6 SMB/CIFS hotplug
samba36-hotplug - 3.6.25-15 - Samba 3.6 SMB/CIFS hotplug script for auto sharing
samba36-net - 3.6.25-15 - Samba 3.6 SMB/CIFS net commands
samba36-net - 3.6.25-10 - Samba 3.6 SMB/CIFS net commands
samba36-server - 3.6.25-15 - The Samba software suite is a collection of programs that implements the SMB protocol for UNIX systems, allowing you to serve files and printers to Windows, NT, OS/2 and DOS clients. This protocol is sometimes also referred to as the LanManager or Netbios protocol.
samba36-server - 3.6.25-10 - The Samba software suite is a collection of programs that implements the SMB protocol for UNIX systems, allowing you to serve files and printers to Windows, NT, OS/2 and DOS clients. This protocol is sometimes also referred to as the LanManager or Netbios protocol.
sane-abaton - 1.0.27-1 - SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Abaton flatbed scanners.
sane-agfafocus - 1.0.27-1 - SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for AGFA Focus flatbed scanners.
sane-apple - 1.0.27-1 - SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Apple flatbed scanners.
sane-artec - 1.0.27-1 - SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Artec flatbed scanners.
sane-artec_eplus48u - 1.0.27-1 - SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Artec E+ 48U and re-badged models.
sane-as6e - 1.0.27-1 - SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Artec AS6E parallel port interface scanner.
sane-avision - 1.0.27-1 - SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Avision and Avision OEM scanners and possibly more flatbed and film scanners.
sane-backends-all - 1.0.27-1 - SANE (Scanner Access Now Easy) is a universal scanner interface. . Metapackage for selecting all SANE Backends
sane-bh - 1.0.27-1 - SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Bell+Howell Copiscan II series document scanners.
sane-canon - 1.0.27-1 - SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Canon SCSI scanners.
sane-canon630u - 1.0.27-1 - SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for the Canon 630u USB flatbed scanner.
sane-canon_dr - 1.0.27-1 - SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Canon DR-series scanners.
sane-cardscan - 1.0.27-1 - SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Corex CardScan usb scanners.
sane-coolscan - 1.0.27-1 - SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Nikon film-scanners.
sane-coolscan2 - 1.0.27-1 - SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Nikon Coolscan film scanners.
sane-coolscan3 - 1.0.27-1 - SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Nikon Coolscan film scanners.
sane-daemon - 1.0.27-1 - SANE (Scanner Access Now Easy) is a universal scanner interface. This package contains the SANE daemon.
sane-dc210 - 1.0.27-1 - SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Kodak DC210 Digital Camera.
sane-dc240 - 1.0.27-1 - SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Kodak DC240 Digital Camera.
sane-dc25 - 1.0.27-1 - SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Kodak DC20/DC25 Digital Cameras.
sane-dell1600n_net - 1.0.27-1 - SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Dell 1600n.
sane-dmc - 1.0.27-1 - SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Polaroid Digital Microscope Camera.
sane-epjitsu - 1.0.27-1 - SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Epson-based Fujitsu USB scanners.
sane-epson - 1.0.27-1 - SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for EPSON scanners.
sane-epson2 - 1.0.27-1 - SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for EPSON scanners.
sane-epsonds - 1.0.27-1 - SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for EPSON scanners.
sane-frontends - 1.0.27-1 - SANE (Scanner Access Now Easy) is a universal scanner interface. This package contains the SANE frontends.
sane-fujitsu - 1.0.27-1 - SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Fujitsu flatbed and ADF scanners.
sane-genesys - 1.0.27-1 - SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for GL646 GL841 GL843 GL847 and GL124 based USB flatbed scanners.
sane-gt68xx - 1.0.27-1 - SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for GT-68XX based USB flatbed scanners.
sane-hp - 1.0.27-1 - SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for HP ScanJet scanners.
sane-hp3500 - 1.0.27-1 - SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Hewlett-Packard ScanJet 3500 series scanners.
sane-hp3900 - 1.0.27-1 - SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for RTS8822 chipset based scanners.
sane-hp4200 - 1.0.27-1 - SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Hewlett-Packard 4200 scanners.
sane-hp5400 - 1.0.27-1 - SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Hewlett-Packard 54XX scanners.
sane-hp5590 - 1.0.27-1 - SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Hewlett-Packard 4500C/4570C/5500C/5550C/5590/7650 Workgroup/Document scanners.
sane-hpljm1005 - 1.0.27-1 - SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Hewlett-Packard LaserJet M1005 MFP Scanner.
sane-hs2p - 1.0.27-1 - SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Ricoh SCSI flatbed/ADF scanners.
sane-ibm - 1.0.27-1 - SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for IBM and Ricoh SCSI flatbed scanners.
sane-kodak - 1.0.27-1 - SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for big Kodak flatbed and ADF scanners.
sane-kodakaio - 1.0.27-1 - SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Kodak aio printer / scanners.
sane-kvs1025 - 1.0.27-1 - SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Panasonic KV-S102xC USB ADF scanners.
sane-kvs20xx - 1.0.27-1 - SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Panasonic KV-S20xxC USB/SCSI ADF scanners.
sane-kvs40xx - 1.0.27-1 - SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Panasonic KV-S40xxC USB/SCSI ADF scanners.
sane-leo - 1.0.27-1 - SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for LEO Technologies scanners.
sane-lexmark - 1.0.27-1 - SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Lexmark X1100/X1200 Series scanners.
sane-ma1509 - 1.0.27-1 - SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Mustek BearPaw 1200F USB scanner.
sane-magicolor - 1.0.27-1 - SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for KONICA MINOLTA magicolor scanners.
sane-matsushita - 1.0.27-1 - SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Panasonic KV-SS high speed scanners.
sane-microtek - 1.0.27-1 - SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Microtek scanners.
sane-microtek2 - 1.0.27-1 - SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Microtek scanners with SCSI-2 command set.
sane-mustek - 1.0.27-1 - SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Mustek SCSI flatbed scanners and some other devices.
sane-mustek_usb - 1.0.27-1 - SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Mustek USB flatbed scanners.
sane-mustek_usb2 - 1.0.27-1 - SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for SQ113 based USB flatbed scanners.
sane-nec - 1.0.27-1 - SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for NEC scanners.
sane-net - 1.0.27-1 - SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for network backend.
sane-niash - 1.0.27-1 - SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for scanners based on the NIASH chipset.
sane-p5 - 1.0.27-1 - SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for the Primax PagePartner.
sane-pie - 1.0.27-1 - SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for PIE Devcom and AdLib SCSI flatbed scanners.
sane-pieusb - 1.0.27-1 - SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for PIE Devcom and AdLib SCSI flatbed scanners.
sane-pixma - 1.0.27-1 - SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Canon Multi-Function Printers and CanoScan Scanners.
sane-plustek - 1.0.27-1 - SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for LM983[1/2/3] based USB flatbed scanners.
sane-plustek_pp - 1.0.27-1 - SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Plustek parallel port flatbed scanners.
sane-ricoh - 1.0.27-1 - SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Ricoh flatbed scanners.
sane-rts8891 - 1.0.27-1 - SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for rts8891 based scanners.
sane-s9036 - 1.0.27-1 - SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Siemens 9036 flatbed scanners.
sane-sceptre - 1.0.27-1 - SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for SCEPTRE scanners.
sane-sharp - 1.0.27-1 - SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for SHARP scanners.
sane-sm3600 - 1.0.27-1 - SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Microtek scanners with M011 USB chip.
sane-sm3840 - 1.0.27-1 - SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Microtek scanners with SCAN08 USB chip.
sane-snapscan - 1.0.27-1 - SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for AGFA SnapScan flatbed scanners.
sane-sp15c - 1.0.27-1 - SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Fujitsu ScanPartner 15C flatbed scanner.
sane-st400 - 1.0.27-1 - SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Siemens ST/Highscan flatbed scanners.
sane-stv680 - 1.0.27-1 - SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for STV680 cameras.
sane-tamarack - 1.0.27-1 - SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Tamarack flatbed scanners.
sane-teco1 - 1.0.27-1 - SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for TECO / RELISYS scanners.
sane-teco2 - 1.0.27-1 - SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for TECO / RELISYS scanners.
sane-teco3 - 1.0.27-1 - SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for TECO / RELISYS scanners.
sane-test - 1.0.27-1 - SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for testing frontends.
sane-u12 - 1.0.27-1 - SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Plustek USB flatbed scanners based on older parport designs.
sane-umax - 1.0.27-1 - SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for UMAX scanners.
sane-umax1220u - 1.0.27-1 - SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for the UMAX Astra 1220U and similar scanners.
sane-umax_pp - 1.0.27-1 - SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Umax Astra parallel port flatbed scanners.
sane-v4l - 1.0.27-1 - SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Video for Linux API.
sane-xerox_mfp - 1.0.27-1 - SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Xerox Phaser 3200MFP device.
sbc - 1.3-2 - Low Complexity Subband Coding for bluetooth audio profiles encoding and decoding. Needed for A2DP support.
scapy - 2.3.1-1 - Scapy is a powerful interactive packet manipulation program built on top of the Python interpreter. It can be used to forge or decode packets of a wide number of protocols, send them over the wire, capture them, match requests and replies, and much more.
screen - 4.6.2-1 - Screen is a full-screen window manager that multiplexes a physical terminal between several processes, typically interactive shells.
script-utils - 2.32-2 - contains: script, scriptreplay
sctp - 1.0.16-1 - SCTP user-land (meta)
sctp-tools - 1.0.16-1 - SCTP user-land tools
seafile-ccnet - 6.2.2-6b9d7e2920aa9b807f9efe9038439b57ce949ecc-1 - Ccnet is a framework for writing networked applications in C.
seafile-seahub - 6.2.2-120e7a299e77968f1af48ea2dcf4bd9b909c426f-1 - The web end of seafile server.  NOTE: in order to have better performance, localization support is turned off by default. Please set 'USE_I18N = True' in seahub_settings.py if you intend to use languages other than English.
seafile-server - 6.2.2-6978d2cb2e05cc774370b4d06c9f0a864df71936-1 - Open source cloud storage with advanced features on privacy protection and teamwork.
ser2net - 3.5-3 - This project provides a proxy that allows telnet/tcp connections to be made to serial ports on a machine.
serialconsole - 0.95-1 - serialconsole (sc) is a minimal terminal program allowing to use one machine to access the serial console of another machine.
setserial - 2.17 - Setserial is a program which allows you to look at and change various attributes of a serial device, including its port, its IRQ, and other serial port options.
setterm - 2.32-2 - setterm writes to standard output a character string that will invoke the specified terminal capabilities
sfdisk - 2.32-2 - list the size of a partition, list the partitions on a device, check the partitions on a device and repartition a device
sgdisk - 1.0.3-1 - sgdisk is GPT-aware disk partitioning tool for scripting use.
shadow - 4.2.1-8 - Full versions of standard shadow utilities. Normally, you would not use this package, since the functionality in BusyBox is more than sufficient and much smaller.
shadow-chage - 4.2.1-8 - Full version of standard chage utility. Normally, you would not use this package, since the functionality in BusyBox is more than sufficient.
shadow-chfn - 4.2.1-8 - Full version of standard chfn utility. Normally, you would not use this package, since the functionality in BusyBox is more than sufficient.
shadow-chpasswd - 4.2.1-8 - Full version of standard chpasswd utility. Normally, you would not use this package, since the functionality in BusyBox is more than sufficient.
shadow-chsh - 4.2.1-8 - Full version of standard chsh utility. Normally, you would not use this package, since the functionality in BusyBox is more than sufficient.
shadow-common - 4.2.1-8 - Shared definitions for the PLD Linux shadow utilities
shadow-expiry - 4.2.1-8 - Full version of standard expiry utility. Normally, you would not use this package, since the functionality in BusyBox is more than sufficient.
shadow-faillog - 4.2.1-8 - Full version of standard faillog utility. Normally, you would not use this package, since the functionality in BusyBox is more than sufficient.
shadow-gpasswd - 4.2.1-8 - Full version of standard gpasswd utility. Normally, you would not use this package, since the functionality in BusyBox is more than sufficient.
shadow-groupadd - 4.2.1-8 - Full version of standard groupadd utility. Normally, you would not use this package, since the functionality in BusyBox is more than sufficient.
shadow-groupdel - 4.2.1-8 - Full version of standard groupdel utility. Normally, you would not use this package, since the functionality in BusyBox is more than sufficient.
shadow-groupmems - 4.2.1-8 - Full version of standard groupmems utility. Normally, you would not use this package, since the functionality in BusyBox is more than sufficient.
shadow-groupmod - 4.2.1-8 - Full version of standard groupmod utility. Normally, you would not use this package, since the functionality in BusyBox is more than sufficient.
shadow-groups - 4.2.1-8 - Full version of standard groups utility. Normally, you would not use this package, since the functionality in BusyBox is more than sufficient.
shadow-lastlog - 4.2.1-8 - Full version of standard lastlog utility. Normally, you would not use this package, since the functionality in BusyBox is more than sufficient.
shadow-login - 4.2.1-8 - Full version of standard login utility. Normally, you would not use this package, since the functionality in BusyBox is more than sufficient.
shadow-newgidmap - 4.2.1-8 - Full version of standard newgidmap utility. Normally, you would not use this package, since the functionality in BusyBox is more than sufficient.
shadow-newgrp - 4.2.1-8 - Full version of standard newgrp utility. Normally, you would not use this package, since the functionality in BusyBox is more than sufficient.
shadow-newuidmap - 4.2.1-8 - Full version of standard newuidmap utility. Normally, you would not use this package, since the functionality in BusyBox is more than sufficient.
shadow-nologin - 4.2.1-8 - Full version of standard nologin utility. Normally, you would not use this package, since the functionality in BusyBox is more than sufficient.
shadow-passwd - 4.2.1-8 - Full version of standard passwd utility. Normally, you would not use this package, since the functionality in BusyBox is more than sufficient.
shadow-su - 4.2.1-8 - Full version of standard su utility. Normally, you would not use this package, since the functionality in BusyBox is more than sufficient.
shadow-useradd - 4.2.1-8 - Full version of standard useradd utility. Normally, you would not use this package, since the functionality in BusyBox is more than sufficient.
shadow-userdel - 4.2.1-8 - Full version of standard userdel utility. Normally, you would not use this package, since the functionality in BusyBox is more than sufficient.
shadow-usermod - 4.2.1-8 - Full version of standard usermod utility. Normally, you would not use this package, since the functionality in BusyBox is more than sufficient.
shadow-utils - 4.2.1-8 - Full versions of standard shadow utilities. Normally, you would not use this package, since the functionality in BusyBox is more than sufficient and much smaller.
shadow-vipw - 4.2.1-8 - Full version of standard vipw utility. Normally, you would not use this package, since the functionality in BusyBox is more than sufficient.
shadowsocks-client - 0.6-b59d754f838213d60b908aed0b7d4d5a81f273e2 - shadowsocks client for router
shadowsocks-libev - 3.2.0-1 - Shadowsocks-libev is a lightweight secured socks5 proxy for embedded devices and low end boxes.
shadowsocks-libev-server - 3.2.0-1 - Shadowsocks-libev is a lightweight secured socks5 proxy for embedded devices and low end boxes.
shairplay - 2016-01-01-1 - Free portable AirPlay server implementation similar to ShairPort.
shairport-sync-mbedtls - 3.1.6-1 - Shairport Sync plays audio from iTunes and AirPlay sources, including iOS devices, Quicktime Player and third party sources such as forkedDaapd. Audio played by a Shairport Sync-powered device stays synchronised with the source and hence with similar devices playing the same source.  Shairport Sync does not support AirPlay video or photo streaming. Ensure Kernel Modules > Sound Support > kmod-sound-core is selected. Also select kmod-usb-audio if you want to use USB-connected sound cards.
shairport-sync-mini - 3.1.6-1 - Shairport Sync plays audio from iTunes and AirPlay sources, including iOS devices, Quicktime Player and third party sources such as forkedDaapd. Audio played by a Shairport Sync-powered device stays synchronised with the source and hence with similar devices playing the same source.  Shairport Sync does not support AirPlay video or photo streaming. Ensure Kernel Modules > Sound Support > kmod-sound-core is selected. Also select kmod-usb-audio if you want to use USB-connected sound cards.  Minimal version uses mbed TLS and does not include libsoxr and avahi support.
shairport-sync-openssl - 3.1.6-1 - Shairport Sync plays audio from iTunes and AirPlay sources, including iOS devices, Quicktime Player and third party sources such as forkedDaapd. Audio played by a Shairport Sync-powered device stays synchronised with the source and hence with similar devices playing the same source.  Shairport Sync does not support AirPlay video or photo streaming. Ensure Kernel Modules > Sound Support > kmod-sound-core is selected. Also select kmod-usb-audio if you want to use USB-connected sound cards.
shine - 3.1.0-2 - savonet/shine is a blazing fast mp3 encoding library implemented in fixed-point arithmetic. The library can thus be used to perform super fast mp3 encoding on architectures without a FPU, such as armel, etc.. It is also, however, also super fast on architectures with a FPU!
shorewall - 5.2.0.4-1 - The Shoreline Firewall, is high-level tool for configuring Netfilter.  Shorewall allows for central administration of multiple IPv4 firewalls. This is the full Shorewall product which will compile Shorewall scripts. It is not recommended to run it on a low memory system.  Note: This is the IPv4 implementation of Shorewall. This full Shorewal packages also installs Perl which can make the image big (about +2M).
shorewall-core - 5.2.0.4-1 - The Shoreline Firewall, is high-level tool for configuring Netfilter. This package provides the core Shorewall libraries installed in /usr/share/shorewall/, which are required for the rest of the Shorewall packages to work.
shorewall-lite - 5.2.0.4-1 - The Shoreline Firewall, is high-level tool for configuring Netfilter.  Shorewall allows for central administration of multiple IPv4 firewalls through use of Shorewall lite. The full Shorewall product is installed on a central administrative system where compiled Shorewall scripts are generated. These scripts are copied to the firewall systems where they run under the control of Shorewall-lite.  Note: This is the IPv4 implementation of Shorewall.
shorewall6 - 5.2.0.4-1 - The Shoreline Firewall, is high-level tool for configuring Netfilter.  Shorewall allows for central administration of multiple IPv6 firewalls. This is the full Shorewall product which will compile Shorewall scripts It is not recommended to run it on a low memory system.  Note: This is the IPv6 implementation of Shorewall. This full Shorewal packages also installs Perl which can make the image big (about +2M).
shorewall6-lite - 5.2.0.4-1 - The Shoreline Firewall, is high-level tool for configuring Netfilter.  Shorewall6 allows for central administration of multiple IPv6 firewalls through use of Shorewall6 lite. The full Shorewall6 product is installed on a central administrative system where compiled Shorewall6 scripts are generated. These scripts are copied to the firewall systems where they run under the control of Shorewall6-lite.  Note: This is the IPv6 implementation of Shorewall.
simple-adblock - 1.5.8-1 - This service provides dnsmasq-based ad blocking. Please see the README for further information.
simplejson - 3.11.1-1 - Simple, fast, extensible JSON encoder/decoder for Python
sipgrep - 2.2.1-20160621-1 - Powerful pcap-aware command line tool to sniff, capture, display and troubleshoot SIP signaling over IP networks, allowing the user to specify extended regular expressions matching against SIP headers.
sipp - 3.5.1-3 - SIPp is a free Open Source test tool / traffic generator for the SIP protocol. It includes a few basic SipStone user agent scenarios (UAC and UAS) and establishes and releases multiple calls with the INVITE and BYE methods.
siproxd - 0.8.2-4 - Siproxd is a proxy/masquerading daemon for the SIP protocol.
siproxd-mod-codecfilter - 0.8.2-4 - siproxd codecfilter plugin
siproxd-mod-defaulttarget - 0.8.2-4 - siproxd defaulttarget plugin
siproxd-mod-demo - 0.8.2-4 - siproxd demo plugin
siproxd-mod-fix-DTAG - 0.8.2-4 - siproxd fix_DTAG plugin
siproxd-mod-fix-bogus-via - 0.8.2-4 - siproxd fix_bogus_via plugin
siproxd-mod-fix-fbox-anoncall - 0.8.2-4 - siproxd fix_fbox_anoncall plugin
siproxd-mod-logcall - 0.8.2-4 - siproxd logcall plugin
siproxd-mod-prefix - 0.8.2-4 - siproxd prefix plugin
siproxd-mod-regex - 0.8.2-4 - siproxd regex plugin
siproxd-mod-shortdial - 0.8.2-4 - siproxd shortdial plugin
siproxd-mod-siptrunk - 0.8.2-4 - siproxd siptrunk plugin
siproxd-mod-stripheader - 0.8.2-4 - siproxd stripheader plugin
siproxd-mod-stun - 0.8.2-4 - siproxd stun plugin
sispmctl - 3.1+20120206-1 - The sispmctl tool can control Gembird SIS-PM Silver Shield programmable power outlet strips (also known under the name Revolt Intelli-Plug) from the command line. . It can be used to switch on or off any of the programmable power sockets of the SIS-PM via USB. It can also show the current status of each power socket, and it can handle multiple SIS-PM devices, too.
slide-switch - 0.9.1-1 - slide-switch translates slide switch position changes into normal button presses and releases for OpenWrt / LEDE devices.
smartd - 6.6-1 - smartmontools contains utility programs (smartd) to control/monitor storage systems using the Self-Monitoring, Analysis and Reporting Technology System (S.M.A.R.T.) built into most modern ATA and SCSI disks. It is derived from smartsuite.
smartmontools - 6.6-1 - smartmontools contains utility programs (smartctl) to control/monitor storage systems using the Self-Monitoring, Analysis and Reporting Technology System (S.M.A.R.T.) built into most modern ATA and SCSI disks. It is derived from smartsuite.
smartsnmpd - 2014-08-13-fb93473d895f058b2d8975d3cfa280ae2a8ae98d - smartsnmpd is an implementation of SNMP Agent. Its goal is "Easily writing boring SNMP MIB with Lua". This package add native support for OpenWrt. Include using ubus and uci to get system info/status.  And, it use libubox/uloop as low level event-driven library.
smcroute - 2.0.0-2 - SMCRoute is a command line tool to manipulate the multicast routes of the Linux kernel.
smstools3 - 3.1.21-2 - The SMS Server Tools 3 is a SMS Gateway software which can send and receive short messages through GSM modems and mobile phones.
snapshot-tool - 2018-04-16-e2436836-1 - rootfs snapshoting tool
sngrep - 1.4.5-1 - sngrep displays SIP messages grouped by Call-Id into flow diagrams. It can be used as an offline pcap viewer or for online capture using libpcap functions.  It supports SIP UDP and TCP transports (when each message is delivered in one packet).
snmp-mibs - 5.7.3-9 - Simple Network Management Protocol (SNMP) is a widely used protocol for monitoring the health and welfare of network equipment (eg. routers), computer equipment and even devices like UPSs. Net-SNMP is a suite of applications used to implement SNMP v1, SNMP v2c and SNMP v3 using both IPv4 and IPv6. . This package contains SNMP MIB-Files.
snmp-utils - 5.7.3-9 - Simple Network Management Protocol (SNMP) is a widely used protocol for monitoring the health and welfare of network equipment (eg. routers), computer equipment and even devices like UPSs. Net-SNMP is a suite of applications used to implement SNMP v1, SNMP v2c and SNMP v3 using both IPv4 and IPv6. . This package contains SNMP client utilities: - snmpget - snmpset - snmpstatus - snmptest - snmptrap - snmpwalk
snmpd - 5.7.3-9 - Simple Network Management Protocol (SNMP) is a widely used protocol for monitoring the health and welfare of network equipment (eg. routers), computer equipment and even devices like UPSs. Net-SNMP is a suite of applications used to implement SNMP v1, SNMP v2c and SNMP v3 using both IPv4 and IPv6. . This package contains the SNMP agent, dynamically linked.
snmptrapd - 5.7.3-9 - Simple Network Management Protocol (SNMP) is a widely used protocol for monitoring the health and welfare of network equipment (eg. routers), computer equipment and even devices like UPSs. Net-SNMP is a suite of applications used to implement SNMP v1, SNMP v2c and SNMP v3 using both IPv4 and IPv6. . This package contains the SNMP notification receiver.
snort - 2.9.11.1-5 - Snort is an open source network intrusion detection and prevention system. It is capable of performing real-time traffic analysis, alerting, blocking and packet logging on IP networks.  It utilizes a combination of protocol analysis and pattern matching in order to detect anomalies, misuse and attacks.
socat - 1.7.3.2-2 - SoCat (for SOcket CAT) establishes two bidirectional byte streams and transfers data between them. Data channels may be files, pipes, devices (terminal or modem, etc.), or sockets (Unix, IPv4, IPv6, raw, UDP, TCP, SSL). It provides forking, logging and tracing, different modes for interprocess communication and many more options.
sockd - 1.4.1-1 - Dante is a circuit-level firewall/proxy that can be used to provide convenient and secure network connectivity, requiring only that the server Dante runs on has external network connectivity. Dante is used daily by Fortune 100 companies and large international organizations, either as a standard SOCKS server or as a "reverse proxy".  This package provides the Dante sockd daemon.
sockread - 1.0-1 - sockread writes and reads data from a Unix domain socket represented as a special file on the file system.
socksify - 1.4.1-1 - Dante is a circuit-level firewall/proxy that can be used to provide convenient and secure network connectivity, requiring only that the server Dante runs on has external network connectivity. Dante is used daily by Fortune 100 companies and large international organizations, either as a standard SOCKS server or as a "reverse proxy".  This package provides the Dante socksify client.
softethervpn - 4.25-9656-1 - SoftEther VPN ("SoftEther" means "Software Ethernet") is one of the world's most powerful and easy-to-use multi-protocol VPN software developed as an academic project from University of Tsukuba, Japan. SoftEther VPN has strong compatibility to today's most popular VPN products among the world. It has the interoperability with OpenVPN, L2TP, IPsec, EtherIP, L2TPv3, Cisco VPN Routers and MS-SSTP VPN Clients. SoftEther VPN is the world's only VPN software which supports SSL-VPN, OpenVPN, L2TP, EtherIP, L2TPv3 and IPsec as a single VPN software. SoftEther VPN is not only an alternative VPN server to existing VPN products (OpenVPN, IPsec and MS-SSTP), but has also original strong SSL-VPN protocol to penetrate any kinds of firewalls. Ultra-optimized SSL-VPN Protocol of SoftEther VPN has very fast throughput, low latency and firewall resistance.
softflowd - 0.9.9-2 - Software netflow exporter
soloscli - 1.04-1 - This package contains the soloscli utility for interrogating Traverse Technologies' Solos ADSL2+ modems.
sox - 14.4.2-3 - SoX is a command line utility that can convert various formats of computer audio files in to other formats. It can also apply various effects to these sound files during the conversion. As an added bonus, SoX can play and record audio files on several unix-style platforms.
spawn-fcgi - 1.6.4-1 - spawn-fcgi is used to spawn fastcgi applications
spi-tools - 1-cc6a41fdcec60610703ba6db488c621c64952898 - Command line SPI tools
spidev-test - 4.9.111-4.9.111 - SPI testing utility.
sqlite3-cli - 3230100-1 - SQLite is a small C library that implements a self-contained, embeddable, zero-configuration SQL database engine. This package contains a terminal-based front-end to the SQLite (v3.x) library that can evaluate queries interactively and display the results in multiple formats.
sqm-scripts - 1.2.3-1 - A set of scripts that does simple SQM configuration.
sqm-scripts-extra - 2016-06-08-1 - A set of experimental scripts for sqm-scripts QoS package. The contents of this package may change as new qdiscs like 'cake' are developed and tested.
squashfs-tools-mksquashfs - 4.3-6 - squashfs-tools mksquashfs
squashfs-tools-unsquashfs - 4.3-6 - squashfs-tools unsquashfs
squeezelite-full - 1.8.4-743-2 - Headless squeezebox emulator (full)
squeezelite-mini - 1.8.4-743-2 - Squeezelite is a small headless squeezebox emulator for linux using alsa audio output It is aimed at supporting high quality audio at multiple sample rates including  44.1/48/88.2/96/176.4/192k/352.8/384kHz  Supported codecs: mp3, flac, ogg, aac, (wma and alac via ffmpeg)  Native support for PCM builtin Optional support of DSD playback via PCM for DoP capable DAC Optional resampling to match sound device . This package will dynamically load installed codecs.
squid - 3.5.27-1 - Squid is a caching proxy for the Web supporting HTTP, HTTPS, FTP, and more. It reduces bandwidth and improves response times by caching and reusing frequently-requested web pages.
squid-mod-cachemgr - 3.5.27-1 - Web based proxy manager and reporting tool
ss - 4.16.0-3 - Socket statistics utility
sshfs - 2.10-1 - Mount remote system over sftp.
sshtunnel - 4-1 - Creates openssh ssh(1) Local and Remote tunnels configured in UCI file. Can be used to allow remote connections, possibly over NATed connections or without public IP/DNS
sslh - v1.19c-1 - SSL/SSH multiplexer
ssmtp - 2.64-5 - A secure, effective and simple way of getting mail off a system to your mail hub. Mail is simply forwarded to the configured mailhost, no daemons running in the background. Extremely easy configuration.
sstp-client - 1.0.12-1 - The advantage of SSTP compared to other vpn protocols like PPTP and L2TP is that it cannot be easily blocked by firewalls since the traffic is transmitted over HTTPS on port 443. This software has a similar commandline and configuration to the standard linux pptp-client software.  Features: - Connect to Microsoft RAS network using SSTP - Use HTTPS with strong encryption over port 443 - Asynchronous HDLC frame support - Integration with pon/poff
stm32flash - 0.4-1 - This tool can be used to burn firmware images to STM32 ARM processors using the built-in serial bootloader.
stoken - 0.8-2 - stoken is a tokencode generator compatible with RSA SecurID 128-bit (AES). This package contains the cli
str2str - 2.4.3_b24 - Communicationツ�Server
strace - 4.20-1 - A useful diagnostic, instructional, and debugging tool. Allows you to track what system calls a program makes while it is running.
stress - 1.0.4-1 - stress is a simple tool that imposes certain types of compute \ stress on UNIX-like operating systems.
strongswan - 5.6.3-1 - StrongSwan is an OpenSource IPsec implementation for the Linux operating system. This package contains shared libraries and scripts.
strongswan-charon - 5.6.3-1 - StrongSwan is an OpenSource IPsec implementation for the Linux operating system. This package contains charon, an IKEv2 keying daemon.
strongswan-charon-cmd - 5.6.3-1 - StrongSwan is an OpenSource IPsec implementation for the Linux operating system. This package contains the charon-cmd utility.
strongswan-default - 5.6.3-1 - StrongSwan is an OpenSource IPsec implementation for the Linux operating system. This meta-package contains only dependencies to match upstream defaults.
strongswan-full - 5.6.3-1 - StrongSwan is an OpenSource IPsec implementation for the Linux operating system. This meta-package contains dependencies for all of the strongswan plugins except kernel-libipsec, socket-dynamic and which are omitted in favor of the kernel-netlink and socket-default plugins.
strongswan-ipsec - 5.6.3-1 - StrongSwan is an OpenSource IPsec implementation for the Linux operating system. This package contains the ipsec utility.
strongswan-isakmp - 5.6.3-1 - StrongSwan is an OpenSource IPsec implementation for the Linux operating system. This meta-package contains only dependencies to establish  ISAKMP / IKE PSK connections, dropping other capabilities in favor of small size  Can fit most routers even with 4Mb flash (after removing IPv6 support).
strongswan-libtls - 5.6.3-1 - StrongSwan is an OpenSource IPsec implementation for the Linux operating system. This package contains libtls for strongSwan plugins eap-tls, eap-ttls, eap-peap, tnc-tnccs
strongswan-minimal - 5.6.3-1 - StrongSwan is an OpenSource IPsec implementation for the Linux operating system. This meta-package contains only dependencies for a minimal IKEv2 setup.
strongswan-mod-addrblock - 5.6.3-1 - StrongSwan RFC 3779 address block constraint support plugin
strongswan-mod-aes - 5.6.3-1 - StrongSwan AES crypto plugin
strongswan-mod-af-alg - 5.6.3-1 - StrongSwan AF_ALG crypto interface to Linux Crypto API plugin
strongswan-mod-agent - 5.6.3-1 - StrongSwan SSH agent signing plugin
strongswan-mod-attr - 5.6.3-1 - StrongSwan file based config plugin
strongswan-mod-attr-sql - 5.6.3-1 - StrongSwan SQL based config plugin
strongswan-mod-blowfish - 5.6.3-1 - StrongSwan Blowfish crypto plugin
strongswan-mod-ccm - 5.6.3-1 - StrongSwan CCM AEAD wrapper crypto plugin
strongswan-mod-cmac - 5.6.3-1 - StrongSwan CMAC crypto plugin
strongswan-mod-connmark - 5.6.3-1 - StrongSwan netfilter connection marking plugin
strongswan-mod-constraints - 5.6.3-1 - StrongSwan advanced X509 constraint checking plugin
strongswan-mod-coupling - 5.6.3-1 - StrongSwan IKEv2 plugin to couple peer certificates permanently to authentication plugin
strongswan-mod-ctr - 5.6.3-1 - StrongSwan Counter Mode wrapper crypto plugin
strongswan-mod-curl - 5.6.3-1 - StrongSwan cURL fetcher plugin plugin
strongswan-mod-curve25519 - 5.6.3-1 - StrongSwan Curve25519 Diffie-Hellman plugin
strongswan-mod-des - 5.6.3-1 - StrongSwan DES crypto plugin
strongswan-mod-dhcp - 5.6.3-1 - StrongSwan DHCP based attribute provider plugin
strongswan-mod-dnskey - 5.6.3-1 - StrongSwan DNS RR key decoding plugin
strongswan-mod-duplicheck - 5.6.3-1 - StrongSwan advanced duplicate checking plugin
strongswan-mod-eap-identity - 5.6.3-1 - StrongSwan EAP identity helper plugin
strongswan-mod-eap-md5 - 5.6.3-1 - StrongSwan EAP MD5 (CHAP) EAP auth plugin
strongswan-mod-eap-mschapv2 - 5.6.3-1 - StrongSwan EAP MS-CHAPv2 EAP auth plugin
strongswan-mod-eap-radius - 5.6.3-1 - StrongSwan EAP RADIUS auth plugin
strongswan-mod-eap-tls - 5.6.3-1 - StrongSwan EAP TLS auth plugin
strongswan-mod-farp - 5.6.3-1 - StrongSwan fake arp respsonses plugin
strongswan-mod-fips-prf - 5.6.3-1 - StrongSwan FIPS PRF crypto plugin
strongswan-mod-forecast - 5.6.3-1 - StrongSwan forward multi/broadcast traffic plugin
strongswan-mod-gcm - 5.6.3-1 - StrongSwan GCM AEAD wrapper crypto plugin
strongswan-mod-gcrypt - 5.6.3-1 - StrongSwan libgcrypt plugin
strongswan-mod-gmp - 5.6.3-1 - StrongSwan libgmp plugin
strongswan-mod-gmpdh - 5.6.3-1 - StrongSwan DH-Groups; no libgmp dep plugin
strongswan-mod-ha - 5.6.3-1 - StrongSwan high availability cluster plugin
strongswan-mod-hmac - 5.6.3-1 - StrongSwan HMAC crypto plugin
strongswan-mod-kernel-libipsec - 5.6.3-1 - StrongSwan libipsec kernel interface plugin
strongswan-mod-kernel-netlink - 5.6.3-1 - StrongSwan netlink kernel interface plugin
strongswan-mod-ldap - 5.6.3-1 - StrongSwan LDAP plugin
strongswan-mod-led - 5.6.3-1 - StrongSwan LED blink on IKE activity plugin
strongswan-mod-load-tester - 5.6.3-1 - StrongSwan load testing plugin
strongswan-mod-md4 - 5.6.3-1 - StrongSwan MD4 crypto plugin
strongswan-mod-md5 - 5.6.3-1 - StrongSwan MD5 crypto plugin
strongswan-mod-mysql - 5.6.3-1 - StrongSwan MySQL database interface plugin
strongswan-mod-nonce - 5.6.3-1 - StrongSwan nonce genereation plugin
strongswan-mod-openssl - 5.6.3-1 - StrongSwan OpenSSL crypto plugin
strongswan-mod-pem - 5.6.3-1 - StrongSwan PEM decoding plugin
strongswan-mod-pgp - 5.6.3-1 - StrongSwan PGP key decoding plugin
strongswan-mod-pkcs1 - 5.6.3-1 - StrongSwan PKCS1 key decoding plugin
strongswan-mod-pkcs11 - 5.6.3-1 - StrongSwan PKCS11 key decoding plugin
strongswan-mod-pkcs12 - 5.6.3-1 - StrongSwan PKCS12 key decoding plugin
strongswan-mod-pkcs7 - 5.6.3-1 - StrongSwan PKCS7 key decoding plugin
strongswan-mod-pkcs8 - 5.6.3-1 - StrongSwan PKCS8 key decoding plugin
strongswan-mod-pubkey - 5.6.3-1 - StrongSwan raw public key plugin
strongswan-mod-random - 5.6.3-1 - StrongSwan RNG plugin
strongswan-mod-rc2 - 5.6.3-1 - StrongSwan RC2 crypto plugin
strongswan-mod-resolve - 5.6.3-1 - StrongSwan DNS resolver plugin
strongswan-mod-revocation - 5.6.3-1 - StrongSwan X509 CRL/OCSP revocation plugin
strongswan-mod-sha1 - 5.6.3-1 - StrongSwan SHA1 crypto plugin
strongswan-mod-sha2 - 5.6.3-1 - StrongSwan SHA2 crypto plugin
strongswan-mod-smp - 5.6.3-1 - StrongSwan SMP configuration and control interface plugin
strongswan-mod-socket-default - 5.6.3-1 - StrongSwan default socket implementation for charon plugin
strongswan-mod-socket-dynamic - 5.6.3-1 - StrongSwan dynamic socket implementation for charon plugin
strongswan-mod-sql - 5.6.3-1 - StrongSwan SQL database interface plugin
strongswan-mod-sqlite - 5.6.3-1 - StrongSwan SQLite database interface plugin
strongswan-mod-sshkey - 5.6.3-1 - StrongSwan SSH key decoding plugin
strongswan-mod-stroke - 5.6.3-1 - StrongSwan Stroke plugin
strongswan-mod-test-vectors - 5.6.3-1 - StrongSwan crypto test vectors plugin
strongswan-mod-uci - 5.6.3-1 - StrongSwan UCI config interface plugin
strongswan-mod-unity - 5.6.3-1 - StrongSwan Cisco Unity extension plugin
strongswan-mod-updown - 5.6.3-1 - StrongSwan updown firewall plugin
strongswan-mod-vici - 5.6.3-1 - StrongSwan Versatile IKE Configuration Interface plugin
strongswan-mod-whitelist - 5.6.3-1 - StrongSwan peer identity whitelisting plugin
strongswan-mod-x509 - 5.6.3-1 - StrongSwan x509 certificate plugin
strongswan-mod-xauth-eap - 5.6.3-1 - StrongSwan EAP XAuth backend plugin
strongswan-mod-xauth-generic - 5.6.3-1 - StrongSwan generic XAuth backend plugin
strongswan-mod-xcbc - 5.6.3-1 - StrongSwan xcbc crypto plugin
strongswan-pki - 5.6.3-1 - StrongSwan is an OpenSource IPsec implementation for the Linux operating system. This package contains the pki tool.
strongswan-scepclient - 5.6.3-1 - StrongSwan is an OpenSource IPsec implementation for the Linux operating system. This package contains the SCEP client.
strongswan-swanctl - 5.6.3-1 - StrongSwan is an OpenSource IPsec implementation for the Linux operating system. This package contains the swanctl utility.
stubby - 0.2.3-1 - This package contains the Stubby daemon (which utilizes the getdns library).  See https://github.com/openwrt/packages/blob/master/net/stubby/files/README.md for more details.
stubby - 0.2.3-2 - This package contains the Stubby daemon (which utilizes the getdns library).  See https://github.com/openwrt/packages/blob/master/net/stubby/files/README.md for more details.
stunnel - 5.44-4 - Stunnel is a program that allows you to encrypt arbitrary TCP connections inside SSL (Secure Sockets Layer) available on both Unix and Windows. Stunnel can allow you to secure non-SSL aware daemons and protocols (like POP, IMAP, LDAP, etc) by having Stunnel provide the encryption, requiring no changes to the daemon's code.
subversion-client - 1.10.0-1 - Subversion is a free/open-source version control system. That is, Subversion manages files and directories, and the changes made to them, over time. This allows you to recover older versions of your data, or examine the history of how your data changed. In this regard, many people think of a version control system as a sort of time machine. This package contains the Subversion client tools.
subversion-libs - 1.10.0-1 - Subversion is a free/open-source version control system. That is, Subversion manages files and directories, and the changes made to them, over time. This allows you to recover older versions of your data, or examine the history of how your data changed. In this regard, many people think of a version control system as a sort of time machine. This package contains the Subversion libraries.
subversion-server - 1.10.0-1 - Subversion is a free/open-source version control system. That is, Subversion manages files and directories, and the changes made to them, over time. This allows you to recover older versions of your data, or examine the history of how your data changed. In this regard, many people think of a version control system as a sort of time machine. This package contains the Subversion server.
sudo - 1.8.21p2-1 - Sudo (su "do") allows a system administrator to delegate authority to give certain users (or groups of users) the ability to run some (or all) commands as root or another user while providing an audit trail of the commands and their arguments.
sumo - 0.27.1-1 - SUMO is a free and open traffic simulation suite which is available since 2001. SUMO allows modelling of intermodal traffic systems including road vehicles, public transport and pedestrians. Included with SUMO is a wealth of supporting tools which handle tasks such as route finding, visualization, network import and emission calculation. SUMO can be enhanced with custom models and provides various APIs to remotely control the simulation.
svox - 1.0+git20130326-2 - SVOX is an embedded speech technology company founded in 2000 and headquartered in Zurich, Switzerland. SVOX was acquired by Nuance Communications in 2011. Company's products included Automated Speech Recognition (ASR), Text-to-Speech (TTS) and Speech Dialog systems, with customers mostly being manufacturers and system integrators in automotive and mobile device industries. SVOX TTS technology is characterized by natural and clear sound as well as unique polyglot capability - the same voice can speak multiple languages like a native speaker.
swap-utils - 2.32-2 - contains: mkswap, swaplabel
swconfig - 11 - Switch configuration utility
sysfsutils - 2.1.0-2 - A utility built upon libsysfs that lists devices by bus, class, and topology.
syslog-ng - 3.9.1-3 - syslog-ng reads and logs messages to the system console, log files, other machines and/or users as specified by its configuration file.
sysrepo - 0.7.3-2 - Sysrepo is an YANG-based configuration and operational state data store for Unix/Linux applications.
sysrepocfg - 0.7.3-2 - sysrepo configuration tool
sysrepoctl - 0.7.3-2 - sysrepo cli tool
sysstat - 11.6.0-2 - The sysstat utilities are a collection of performance monitoring tools for Linux. These include sar, sadf, mpstat, iostat, pidstat and sa tools.
tar - 1.30-1 - Tar is a program for packaging a set of files as a single archive in tar format.
taskwarrior - 2.4.4-1 - taskwarrior is a command-line todo list manager
tayga - 0.9.2-2 - TAYGA is an out-of-kernel stateless NAT64 implementation for Linux.  It uses the TUN driver to exchange packets with the kernel, which is the same driver used by OpenVPN and QEMU/KVM.
tc - 4.16.0-4
tc - 4.16.0-3 - Traffic control utility
tcpbridge - 4.2.5-1 - tcpbridge is a tool for selectively briding network traffic across two interfaces and optionally modifying the packets in between
tcpcapinfo - 4.2.5-1 - tcpcapinfo is a tool for decoding the structure of a pcap(3) file with a focus on finding broken pcap files and determining how two related pcap files might differ.
tcpdump - 4.9.2-1 - Network monitoring and data acquisition tool
tcpdump-mini - 4.9.2-1 - Network monitoring and data acquisition tool (minimal version)
tcpliveplay - 4.2.5-1 - This program, 'tcpliveplay' replays a captured set of packets using new TCP connections with the captured TCP payloads against a remote host in order to do comprehensive vulnerability testings.
tcpprep - 4.2.5-1 - tcpprep is a ``pcap(3)'' file pre-processor which creates a cache file which provides "rules" for ``tcprewrite(1)'' and ``tcpreplay(1)'' on how to process and send packets.
tcpproxy - 1.2-2 - tcpproxy is a simple tcp connection proxy which combines the features of rinetd and 6tunnel. tcpproxy supports IPv4 and IPv6 and also supports connections from IPv6 to IPv4 endpoints and vice versa.
tcpreplay - 4.2.5-1 - tcpreplay is a tool for replaying network traffic from files saved with tcpdump or other tools which write pcap(3) files.
tcpreplay-all - 4.2.5-1 - Tcpreplay is a suite of free Open Source utilities for editing and replaying previously captured network traffic. Originally designed to replay malicious traffic patterns to Intrusion Detection/Prevention Systems, it has seen many evolutions including capabilities to replay to web servers.  Version 4.0.0 introduces features and performance enhancements to support switches, routers, and IP Flow/NetFlow appliances.
tcpreplay-edit - 4.2.5-1 - tcpreplay-edit includes all the functionality of both tcpreplay and tcprewrite.
tcprewrite - 4.2.5-1 - Rewrite/edit the packets in a pcap file
tcsh - 6.20.00-2 - Tcsh is an enhanced, but completely compatible version of the Berkeley UNIX C shell (csh). It is a command language interpreter usable both as an interactive login shell and a shell script command processor. It includes a command-line editor, programmable word completion, spelling correction, a history mechanism, job control and a C-like syntax.
terminfo - 6.1-1 - Terminal Info Database (ncurses)
thc-ipv6-address6 - 2.7-1 - This package contains the address6 utility of the THC-IPv6 toolkit.
thc-ipv6-alive6 - 2.7-1 - This package contains the alive6 utility of the THC-IPv6 toolkit.
thc-ipv6-covert-send6 - 2.7-1 - This package contains the covert_send6 utility of the THC-IPv6 toolkit.
thc-ipv6-covert-send6d - 2.7-1 - This package contains the covert_send6d utility of the THC-IPv6 toolkit.
thc-ipv6-denial6 - 2.7-1 - This package contains the denial6 utility of the THC-IPv6 toolkit.
thc-ipv6-detect-new-ip6 - 2.7-1 - This package contains the detect-new-ip6 utility of the THC-IPv6 toolkit.
thc-ipv6-detect-sniffer6 - 2.7-1 - This package contains the detect_sniffer6 utility of the THC-IPv6 toolkit.
thc-ipv6-dnsdict6 - 2.7-1 - This package contains the dnsdict6 utility of the THC-IPv6 toolkit.
thc-ipv6-dnsrevenum6 - 2.7-1 - This package contains the dnsrevenum6 utility of the THC-IPv6 toolkit.
thc-ipv6-dos-new-ip6 - 2.7-1 - This package contains the dos-new-ip6 utility of the THC-IPv6 toolkit.
thc-ipv6-dump-router6 - 2.7-1 - This package contains the dump_router6 utility of the THC-IPv6 toolkit.
thc-ipv6-exploit6 - 2.7-1 - This package contains the exploit6 utility of the THC-IPv6 toolkit.
thc-ipv6-fake-advertise6 - 2.7-1 - This package contains the fake_advertise6 utility of the THC-IPv6 toolkit.
thc-ipv6-fake-dhcps6 - 2.7-1 - This package contains the fake_dhcps6 utility of the THC-IPv6 toolkit.
thc-ipv6-fake-dns6d - 2.7-1 - This package contains the fake_dns6d utility of the THC-IPv6 toolkit.
thc-ipv6-fake-dnsupdate6 - 2.7-1 - This package contains the fake_dnsupdate6 utility of the THC-IPv6 toolkit.
thc-ipv6-fake-mipv6 - 2.7-1 - This package contains the fake_mipv6 utility of the THC-IPv6 toolkit.
thc-ipv6-fake-mld26 - 2.7-1 - This package contains the fake_mld26 utility of the THC-IPv6 toolkit.
thc-ipv6-fake-mld6 - 2.7-1 - This package contains the fake_mld6 utility of the THC-IPv6 toolkit.
thc-ipv6-fake-mldrouter6 - 2.7-1 - This package contains the fake_mldrouter6 utility of the THC-IPv6 toolkit.
thc-ipv6-fake-router26 - 2.7-1 - This package contains the fake_router26 utility of the THC-IPv6 toolkit.
thc-ipv6-fake-router6 - 2.7-1 - This package contains the fake_router6 utility of the THC-IPv6 toolkit.
thc-ipv6-fake-solicitate6 - 2.7-1 - This package contains the fake_solicitate6 utility of the THC-IPv6 toolkit.
thc-ipv6-flood-advertise6 - 2.7-1 - This package contains the flood_advertise6 utility of the THC-IPv6 toolkit.
thc-ipv6-flood-dhcpc6 - 2.7-1 - This package contains the flood_dhcpc6 utility of the THC-IPv6 toolkit.
thc-ipv6-flood-mld26 - 2.7-1 - This package contains the flood_mld26 utility of the THC-IPv6 toolkit.
thc-ipv6-flood-mld6 - 2.7-1 - This package contains the flood_mld6 utility of the THC-IPv6 toolkit.
thc-ipv6-flood-mldrouter6 - 2.7-1 - This package contains the flood_mldrouter6 utility of the THC-IPv6 toolkit.
thc-ipv6-flood-router26 - 2.7-1 - This package contains the flood_router26 utility of the THC-IPv6 toolkit.
thc-ipv6-flood-router6 - 2.7-1 - This package contains the flood_router6 utility of the THC-IPv6 toolkit.
thc-ipv6-flood-solicitate6 - 2.7-1 - This package contains the flood_solicitate6 utility of the THC-IPv6 toolkit.
thc-ipv6-fragmentation6 - 2.7-1 - This package contains the fragmentation6 utility of the THC-IPv6 toolkit.
thc-ipv6-fuzz-dhcpc6 - 2.7-1 - This package contains the fuzz_dhcpc6 utility of the THC-IPv6 toolkit.
thc-ipv6-fuzz-dhcps6 - 2.7-1 - This package contains the fuzz_dhcps6 utility of the THC-IPv6 toolkit.
thc-ipv6-fuzz-ip6 - 2.7-1 - This package contains the fuzz_ip6 utility of the THC-IPv6 toolkit.
thc-ipv6-implementation6 - 2.7-1 - This package contains the implementation6 utility of the THC-IPv6 toolkit.
thc-ipv6-implementation6d - 2.7-1 - This package contains the implementation6d utility of the THC-IPv6 toolkit.
thc-ipv6-inverse-lookup6 - 2.7-1 - This package contains the inverse_lookup6 utility of the THC-IPv6 toolkit.
thc-ipv6-kill-router6 - 2.7-1 - This package contains the kill_router6 utility of the THC-IPv6 toolkit.
thc-ipv6-ndpexhaust6 - 2.7-1 - This package contains the ndpexhaust6 utility of the THC-IPv6 toolkit.
thc-ipv6-node-query6 - 2.7-1 - This package contains the node_query6 utility of the THC-IPv6 toolkit.
thc-ipv6-parasite6 - 2.7-1 - This package contains the parasite6 utility of the THC-IPv6 toolkit.
thc-ipv6-passive-discovery6 - 2.7-1 - This package contains the passive_discovery6 utility of the THC-IPv6 toolkit.
thc-ipv6-randicmp6 - 2.7-1 - This package contains the randicmp6 utility of the THC-IPv6 toolkit.
thc-ipv6-redir6 - 2.7-1 - This package contains the redir6 utility of the THC-IPv6 toolkit.
thc-ipv6-rsmurf6 - 2.7-1 - This package contains the rsmurf6 utility of the THC-IPv6 toolkit.
thc-ipv6-sendpees6 - 2.7-1 - This package contains the sendpees6 utility of the THC-IPv6 toolkit.
thc-ipv6-sendpeesmp6 - 2.7-1 - This package contains the sendpeesmp6 utility of the THC-IPv6 toolkit.
thc-ipv6-smurf6 - 2.7-1 - This package contains the smurf6 utility of the THC-IPv6 toolkit.
thc-ipv6-thcping6 - 2.7-1 - This package contains the thcping6 utility of the THC-IPv6 toolkit.
thc-ipv6-toobig6 - 2.7-1 - This package contains the toobig6 utility of the THC-IPv6 toolkit.
thc-ipv6-trace6 - 2.7-1 - This package contains the trace6 utility of the THC-IPv6 toolkit.
ti-3410-firmware - 2017-09-06-a61ac5cf-1 - TI 3410 firmware
ti-5052-firmware - 2017-09-06-a61ac5cf-1 - TI 5052 firmware
tiff-utils - 4.0.9-3 - TIFF utilities
tinc - 1.0.34-1 - tinc is a Virtual Private Network (VPN) daemon that uses tunnelling and encryption to create a secure private network between hosts on the Internet.
tinyproxy - 1.8.3-2 - Tinyproxy is a lightweight HTTP and HTTPS proxy
tio - 1.30-1 - A small and simple TTY terminal I/O application
tmux - 2.7-1 - tmux is a modern, BSD-licensed alternative to GNU screen.
tor - 0.3.2.10-2 - Tor is a toolset for a wide range of organizations and people that want to improve their safety and security on the Internet. Using Tor can help you anonymize web browsing and publishing, instant messaging, IRC, SSH, and more. Tor also provides a platform on which software developers can build new applications with built-in anonymity, safety, and privacy features. This package contains the tor daemon.
tor - 0.3.2.10-3 - Tor is a toolset for a wide range of organizations and people that want to improve their safety and security on the Internet. Using Tor can help you anonymize web browsing and publishing, instant messaging, IRC, SSH, and more. Tor also provides a platform on which software developers can build new applications with built-in anonymity, safety, and privacy features. This package contains the tor daemon.
tor - 0.4.2.7-1
tor-gencert - 0.3.2.10-2 - Tor is a toolset for a wide range of organizations and people that want to improve their safety and security on the Internet. Using Tor can help you anonymize web browsing and publishing, instant messaging, IRC, SSH, and more. Tor also provides a platform on which software developers can build new applications with built-in anonymity, safety, and privacy features. Generate certs and keys for Tor directory authorities
tor-geoip - 0.3.2.10-3 - Tor is a toolset for a wide range of organizations and people that want to improve their safety and security on the Internet. Using Tor can help you anonymize web browsing and publishing, instant messaging, IRC, SSH, and more. Tor also provides a platform on which software developers can build new applications with built-in anonymity, safety, and privacy features. This package contains a GeoIP database mapping IP addresses to countries.
tor-geoip - 0.3.2.10-2 - Tor is a toolset for a wide range of organizations and people that want to improve their safety and security on the Internet. Using Tor can help you anonymize web browsing and publishing, instant messaging, IRC, SSH, and more. Tor also provides a platform on which software developers can build new applications with built-in anonymity, safety, and privacy features. This package contains a GeoIP database mapping IP addresses to countries.
tor-geoip - 0.4.2.7-1
tor-resolve - 0.3.2.10-2 - Tor is a toolset for a wide range of organizations and people that want to improve their safety and security on the Internet. Using Tor can help you anonymize web browsing and publishing, instant messaging, IRC, SSH, and more. Tor also provides a platform on which software developers can build new applications with built-in anonymity, safety, and privacy features. Resolve a hostname to an IP address via tor
trace-cmd - v2.6.1-1 - Linux trace command line utility
trace-cmd-extra - v2.6.1-1 - Extra plugins for trace-cmd
tracertools - 20160308-28d0bb9a10a0b56b4964e3256135cfd152075a59 - Tools for the Tracer MPPT solar charge controller.
transmission-cli-mbedtls - 2.93-7 - CLI utilities for transmission.
transmission-cli-openssl - 2.93-7 - CLI utilities for transmission.
transmission-daemon-mbedtls - 2.93-7 - Transmission is a simple BitTorrent client. It features a very simple, intuitive interface on top on an efficient, cross-platform back-end. This package contains the daemon itself.
transmission-daemon-openssl - 2.93-7 - Transmission is a simple BitTorrent client. It features a very simple, intuitive interface on top on an efficient, cross-platform back-end. This package contains the daemon itself.
transmission-remote-mbedtls - 2.93-7 - CLI remote interface for transmission.
transmission-remote-openssl - 2.93-7 - CLI remote interface for transmission.
transmission-web - 2.93-7 - Webinterface resources for transmission.
travelmate - 1.2.0-1 - A wlan connection manager for travel router. Please see https://github.com/openwrt/packages/blob/master/net/travelmate/files/README.md for further information.
tree - 1.7.0-2 - List contents of directories in a tree-like format
triggerhappy - 0.5.0-1 - triggerhappy - handle input events and run configured programs The daemon thd can handle hotplugged input devices and is configured through simple configuration files in /etc/triggerhappy/triggers.d/.
ttyd - 1.4.0-1 - ttyd is a command-line tool for sharing terminal over the web.
tune2fs - 1.44.1-1 - Ext2 Filesystem tune utility
tvheadend - 4.0.10-1 - Tvheadend is a TV streaming server and recorder for Linux, FreeBSD and Android supporting DVB-S, DVB-S2, DVB-C, DVB-T, ATSC, IPTV, SAT>IP and HDHomeRun as input sources.  Tvheadend offers the HTTP (VLC, MPlayer), HTSP (Kodi, Movian) and SAT>IP streaming.
twisted - 18.4.0-1 - Twisted is a networking engine written in Python, supporting numerous protocols. It contains a web server, numerous chat clients, chat servers, mail servers, and more.
twisted-src - 18.4.0-1 - Twisted is a networking engine written in Python, supporting numerous protocols. It contains a web server, numerous chat clients, chat servers, mail servers, and more.. (Contains the Python sources for this package).
u2pnpd - 0.3-1 - This tools announces a device via UPnP on the local network, thus it is possible to find it within the network neightboorhood of a well-known OS and the user can easily double-click on an icon to open the web frontend of this device without knowing the IP address.
uanytun - 0.3.5-2 - uAnytun is a tiny implementation of SATP the secure anycast tunneling protocol. SATP defines a protocol used for communication between any combination of unicast and anycast tunnel endpoints.  It has less protocol overhead than IPSec in Tunnel mode and allows tunneling of every ETHER TYPE protocol (e.g. ethernet, ip, arp ...). SATP directly includes cryptography and message authentication based on the methods used by SRTP.  It is intended to deliver a generic, scalable and secure solution for tunneling and relaying of packets of any protocol. Unlike Anytun which is a full featured implementation uAnytun has no support for multiple connections or synchronisation. It is a small single threaded implementation intended to act as a client on small platforms.
uanytun-nettle - 0.3.5-2 - uAnytun is a tiny implementation of SATP the secure anycast tunneling protocol. SATP defines a protocol used for communication between any combination of unicast and anycast tunnel endpoints.  It has less protocol overhead than IPSec in Tunnel mode and allows tunneling of every ETHER TYPE protocol (e.g. ethernet, ip, arp ...). SATP directly includes cryptography and message authentication based on the methods used by SRTP.  It is intended to deliver a generic, scalable and secure solution for tunneling and relaying of packets of any protocol. Unlike Anytun which is a full featured implementation uAnytun has no support for multiple connections or synchronisation. It is a small single threaded implementation intended to act as a client on small platforms.
uanytun-nocrypt - 0.3.5-2 - uAnytun is a tiny implementation of SATP the secure anycast tunneling protocol. SATP defines a protocol used for communication between any combination of unicast and anycast tunnel endpoints.  It has less protocol overhead than IPSec in Tunnel mode and allows tunneling of every ETHER TYPE protocol (e.g. ethernet, ip, arp ...). SATP directly includes cryptography and message authentication based on the methods used by SRTP.  It is intended to deliver a generic, scalable and secure solution for tunneling and relaying of packets of any protocol. Unlike Anytun which is a full featured implementation uAnytun has no support for multiple connections or synchronisation. It is a small single threaded implementation intended to act as a client on small platforms.
uanytun-sslcrypt - 0.3.5-2 - uAnytun is a tiny implementation of SATP the secure anycast tunneling protocol. SATP defines a protocol used for communication between any combination of unicast and anycast tunnel endpoints.  It has less protocol overhead than IPSec in Tunnel mode and allows tunneling of every ETHER TYPE protocol (e.g. ethernet, ip, arp ...). SATP directly includes cryptography and message authentication based on the methods used by SRTP.  It is intended to deliver a generic, scalable and secure solution for tunneling and relaying of packets of any protocol. Unlike Anytun which is a full featured implementation uAnytun has no support for multiple connections or synchronisation. It is a small single threaded implementation intended to act as a client on small platforms.
ubi-utils - 2.0.2-1 - Utilities for manipulating memory technology devices.
uboot-envtools - 2018.03-1 - This package includes tools to read and modify U-Boot bootloader environment.
ubox - 2018-02-14-128bc35f-2 - OpenWrt system helper toolbox
ubus - 2018-01-16-5bae22eb-1 - OpenWrt RPC client utility
ubus - 2018-07-26-40e0931e-1
ubusd - 2018-01-16-5bae22eb-1 - OpenWrt RPC daemon
ubusd - 2018-07-26-40e0931e-1
uci - 2018-03-24-5d2bf09e-1 - Utility for the Unified Configuration Interface (UCI)
uci - 2018-08-11-4c8b4d6e-1
uclibcxx - 0.2.4-3 - C++ library for embedded systems
uclient-fetch - 2017-11-02-4b87d831-1 - Tiny wget replacement using libuclient
uclient-fetch - 2018-08-03-ae1c656f-1
udns-dnsget - 0.4-1 - a simple DNS query tool
udns-ex-rdns - 0.4-1 - a parallel rDNS resolver
udns-rblcheck - 0.4-1 - a simple DNSBL lookups tool
udpxy - 2016-09-18-53e4672a7522311c40e9f6110ff256041c52c8b4-1 - udproxy makes it possible to convert UDP IPTV streams into HTTP streams which can be viewed even over WLANs. HTTP streams do not generate huge amounts of multicast traffic, so a sd stream only takes about 300k. Interesting for peoply who have IPTV at home and do not want to rent multiple decoders from their provider but just use their own streaming client (for example popcornhour/mediatomb/vlc).
ugps - 2017-02-11-c30055a6-3 - OpenWrt GPS Daemon
uhttpd - 2018-06-26-796d42bc-1 - uHTTPd is a tiny single threaded HTTP server with TLS, CGI and Lua support. It is intended as a drop-in replacement for the Busybox HTTP daemon.
uhttpd-mod-lua - 2018-06-26-796d42bc-1 - The Lua plugin adds a CGI-like Lua runtime interface to uHTTPd.
uhttpd-mod-ubus - 2018-06-26-796d42bc-1 - The ubus plugin adds a HTTP/JSON RPC proxy for ubus and publishes the session.* namespace and procedures.
uledd - bc94c7e5-1 - PWM/RGB LED ubus frontend
ulogd - 2.0.5-2 - Netfilter userspace logging daemon
ulogd-mod-dbi - 2.0.5-2 - Output plugin for logging to a database using libdbi
ulogd-mod-extra - 2.0.5-2 - Extra plugins
ulogd-mod-json - 2.0.5-2 - JSON output plugin
ulogd-mod-mysql - 2.0.5-2 - Output plugin for logging to a MySQL database
ulogd-mod-nfacct - 2.0.5-2 - Input plugin for flow-based logging (accounting)
ulogd-mod-nfct - 2.0.5-2 - Input plugin for flow-based logging (conntracking)
ulogd-mod-nflog - 2.0.5-2 - Input plugin using NFLOG
ulogd-mod-pcap - 2.0.5-2 - Output plugin for logging in pcap format
ulogd-mod-pgsql - 2.0.5-2 - Output plugin for logging to a PostgreSQL database
ulogd-mod-sqlite - 2.0.5-2 - Output plugin for logging to an SQLite database
ulogd-mod-syslog - 2.0.5-2 - Syslog output plugin
ulogd-mod-xml - 2.0.5-2 - XML output plugin
umbim - 2015-07-04-29aaf43b-1 - umbim is a command line tool for controlling mobile broadband modems using the MBIM-protocol.
umdns - 2018-01-02-78974417-1 - OpenWrt Multicast DNS Daemon
umurmur-mbedtls - 0.2.16-20161126-1 - Minimalistic Mumble server daemon. Uses the mbed TLS library for SSL and crypto.
umurmur-openssl - 0.2.16-20161126-1 - Minimalistic Mumble server daemon. Uses OpenSSL library for SSL and crypto.
unbound - 1.8.1-2 - This package contains the Unbound daemon.
unbound - 1.7.3-2 - This package contains the Unbound daemon.
unbound-anchor - 1.7.3-2 - This package contains the Unbound anchor utility.
unbound-anchor - 1.8.1-2 - This package contains the Unbound anchor utility.
unbound-control - 1.8.1-2 - This package contains the Unbound control utility.
unbound-control - 1.7.3-2 - This package contains the Unbound control utility.
unbound-control-setup - 1.7.3-2 - This package contains the Unbound control setup utility.
unbound-control-setup - 1.8.1-2 - This package contains the Unbound control setup utility.
unbound-host - 1.7.3-2 - This package contains the Unbound DNS lookup utility.
unbound-host - 1.8.1-2 - This package contains the Unbound DNS lookup utility.
unixodbc - 2.3.4-5 - unixODBC is an Open Source ODBC sub-system and an ODBC SDK for Linux, Mac OSX, and UNIX.
unixodbc-tools - 2.3.4-5 - Command Line Tools to help install a driver and work with SQL.
unrar - 5.6.1-1 - UnRAR is an application that can decompress files and archives created using the RAR compression scheme
unshare - 2.32-2 - run programs with some namespaces unshared from parent
unzip - 6.0-6 - InfoZIP's unzip program. With the exception of multi-volume archives (ie, .ZIP files that are split across several disks using PKZIP's /& option), this can handle any file produced either by PKZIP, or the corresponding InfoZIP zip program.
upmpdcli - 1.1.3-2 - upmpdcli implements an UPnP Media Renderer, using MPD to perform the real work.
uqmi - 2016-12-19-8ceeab69-3 - uqmi is a command line tool for controlling mobile broadband modems using the QMI-protocol.
usb-modeswitch - 2017-12-19-f40f84c2-1 - USB mode switching utility
usbmuxd - 1.1.1-5 - This daemon is in charge of multiplexing connections over USB to an iPhone or iPod touch. To users, it means you can sync your music, contacts, photos, etc. over USB. To developers, it means you can connect to any listening localhost socket on the device. usbmuxd is not used for tethering data transfer, which uses a dedicated USB interface as a virtual network device.
usbmuxd - 1.1.1-4 - This daemon is in charge of multiplexing connections over USB to an iPhone or iPod touch. To users, it means you can sync your music, contacts, photos, etc. over USB. To developers, it means you can connect to any listening localhost socket on the device. usbmuxd is not used for tethering data transfer, which uses a dedicated USB interface as a virtual network device.
usbreset - 4 - This package contains the small usbreset utility which can be used to send a USB port reset to a USB device - useful for debugging or to force re-detection of particular devices.
usbutils - 007-7 - USB devices listing utilities
usign - 2015-07-04-ef641914-1 - OpenWrt signature verification utility
uuid - 0.2.0-1 - A pure Lua uuid generator
uuidd - 2.32-2 - The uuidd daemon is used by the UUID library to generate universally unique identifiers (UUIDs), especially time-based UUIDs, in a secure and guaranteed-unique fashion, even in the face of large numbers of threads running on different CPUs trying to grab UUIDs.
uuidgen - 2.32-2 - The uuidgen program creates (and prints) a new universally unique identifier (UUID) using the libuuid library. The new UUID can reasonably be considered unique among all UUIDs created on the local system, and among UUIDs created on other systems in the past and in the future.
uvcdynctrl - 0.2.4 - The webcam-tools package contains the following two components: - libwebcam: Webcam Library (LGPL) - uvcdynctrl: Manage dynamic controls in uvcvideo (GPL)
uw-imap - 2007f-1 - The UW IMAP tookit includes the following: c-lient library : an API (application programming interface) used to build email clients and servers, including support for IMAP,POP3, SMTP and NNTP protocols and for local mailbox file access on Unix and Windows
v4l-utils - 1.10.0-1 - libv4l is a collection of libraries which adds a thin abstraction layer on top of video4linux2 devices. The purpose of this (thin) layer is to make it easy for application writers to support a wide variety of devices without having to write separate code for different devices in the same class. libv4l consists of 3 different libraries: libv4lconvert, libv4l1 and libv4l2.  libv4l1 offers the (deprecated) v4l1 API on top of v4l2 devices, independent of the drivers for those devices supporting v4l1 compatibility (which many v4l2 drivers do not).  libv4l2 offers the v4l2 API on top of v4l2 devices, while adding for the application transparent libv4lconvert conversion where necessary. This package contains the video4linux utilities.
v4l2rtspserver - 2017-12-20-d7e8dd4d35a802219222642a2e3b28f2dc5069c1-1 - RTSP server for v4L2 video sources
vala - 0.34.5-1 - Vala is a C-sharp like language for the GObject system. This package contains the Vala-to-C compiler.
valgrind - 3.13.0-1 - Valgrind is an award-winning suite of tools for debugging and profiling Linux programs. With the tools that come with Valgrind, you can automatically detect many memory management and threading bugs, avoiding hours of frustrating bug-hunting, making your programs more stable. You can also perform detailed profiling, to speed up and reduce memory use of your programs.
valgrind-cachegrind - 3.13.0-1 - debugging and profiling tools for Linux (cache profiling)
valgrind-callgrind - 3.13.0-1 - debugging and profiling tools for Linux (callgraph profiling)
valgrind-drd - 3.13.0-1 - debugging and profiling tools for Linux (thread error detection)
valgrind-helgrind - 3.13.0-1 - debugging and profiling tools for Linux (thread debugging)
valgrind-massif - 3.13.0-1 - debugging and profiling tools for Linux (heap profiling)
valgrind-vgdb - 3.13.0-1 - debugging and profiling tools for Linux (GDB interface)
vallumd - 0.1.3-1 - Centralized or distributed blacklist
view1090 - 2017-06-01-1 - View1090 is a Mode S messages viewer for dump1090 devices.
vim - 8.0.586-2 - Vim is an almost compatible version of the UNIX editor Vi. (Tiny build)
vim-full - 8.0.586-2 - Vim is an almost compatible version of the UNIX editor Vi. (Normal build)
vim-fuller - 8.0.586-2 - Vim is an almost compatible version of the UNIX editor Vi. (Big build)
vim-help - 8.0.586-2 - Vim is an almost compatible version of the UNIX editor Vi. (Help files)
vim-runtime - 8.0.586-2 - Vim is an almost compatible version of the UNIX editor Vi. (Runtime files)
vips - 8.6.1-2 - An image manipulation library
vis - 1440-0 - visualization server for B.A.T.M.A.N. layer 3
vncrepeater - 0.14-1 - Viewer can be behind Nat router or directly connected to the internet instead of forwarding serveral ports, you only need to forward 1 port.  If the PC that runs the Repeater has access to the local DNS server,  you can use your local DNS names instead of 10.10.10.12. This could be handy when you have a dynamic DHCP server allocating  ip adresses for your PC.
vnstat - 1.18-1 - vnStat is a network traffic monitor for Linux that keeps a log of daily network traffic for the selected interface(s). vnStat isn't a packet sniffer. The traffic information is analyzed from the /proc -filesystem, so vnStat can be used without root permissions.
vnstati - 1.18-1 - The purpose of vnstati is to provide image output support for statistics collected using vnstat(1). However, the image file format is limited to png. All basic outputs of vnStat are supported excluding live traffic features. The image can be outputted either to a file or to standard output.
vpnbypass - 1.3.1-1 - This service can be used to enable simple VPN split tunnelling. Supports accessing domains, IP ranges outside of your VPN tunnel. Also supports dedicating local ports/IP ranges for direct internet access (outside of your VPN tunnel). Please see the README for further information.
vpnc - 0.5.3.r550-6 - A VPN client compatible with Cisco's EasyVPN equipment.  Supports IPSec (ESP) with Mode Configuration and Xauth.  Supports only shared-secret IPSec authentication with Xauth, AES (256, 192, 128), 3DES, 1DES, MD5, SHA1, DH1/2/5 and IP tunneling.
vpnc-scripts - 20151220-1 - This package contains the vpnc-script which is used by vpnc and OpenConnect to configure the tunnel interface.
vsftpd - 3.0.3-2 - Fast and secure FTP server (no TLS)
vsftpd-tls - 3.0.3-2 - Fast and secure FTP server (TLS)
vti - 1-2 - Virtual IPsec Tunnel Interface config support (IPv4 and IPv6) in /etc/config/network.
vtiv4 - 1-2 - Virtual IPsec Tunnel Interface config support (IPv4) in /etc/config/network.
vtiv6 - 1-2 - Virtual IPsec Tunnel Interface config support (IPv6) in /etc/config/network.
vxlan - 2 - Virtual eXtensible LAN config support in /etc/config/network.
wakeonlan - 0.41-1 - With this package you can remotely wake up and power on machines which have motherboards or network cards that support 'Wake-on-Lan' packets. . The tool allows you to wake up a single machine, or a group of machines. . You need the MAC addresses of machines to construct the WOL packets, but, in contrast to 'etherwake', you do not need root privileges to use the program itself as UDP packets are used.
wall - 2.32-2 - wall sends a message to everybody logged in with their mesg permission set to yes
watchcat - 1-7 - Allows to configure a periodically reboot, or after losing internet connectivity. Configured trough UCI /etc/config/system.
wavemon - 0.8.2-1 - wavemon is a ncurses-based monitoring application for wireless network devices. It currently works under Linux with devices that are supported by the wireless extensions by Jean Tourrilhes (included in Kernel 2.4 and higher), e.g. the Lucent Orinoco cards.
webui-aria2 - 2017-05-21-d1ce5b99-1 - The aim for this project is to create the worlds best and hottest interface to interact with aria2. Very simple to use.
wget - 1.19.5-1 - Wget is a network utility to retrieve files from the Web using http and ftp, the two most widely used Internet protocols. It works non-interactively, so it will work in the background, after having logged off. The program supports recursive retrieval of web-authoring pages as well as ftp sites -- you can use wget to make mirrors of archives and home pages or to travel the Web like a WWW robot. This package is built with SSL support.
wget-nossl - 1.19.5-1 - Wget is a network utility to retrieve files from the Web using http and ftp, the two most widely used Internet protocols. It works non-interactively, so it will work in the background, after having logged off. The program supports recursive retrieval of web-authoring pages as well as ftp sites -- you can use wget to make mirrors of archives and home pages or to travel the Web like a WWW robot. This package is built without SSL support.
whereis - 2.32-2 - whereis locates source/binary and manuals sections for specified files
wifidog - 1.3.0-2 - The Wifidog project is a complete and embeddable captive portal solution for wireless community groups or individuals who wish to open a free Hotspot while still preventing abuse of their Internet connection.
wifidog-ng-mbedtls - 1.5.6-1 - Next generation WifiDog (mbedtls)
wifidog-ng-nossl - 1.5.6-1 - Next generation WifiDog (NO SSL)
wifidog-ng-openssl - 1.5.6-1 - Next generation WifiDog (openssl)
wifidog-ng-wolfssl - 1.5.6-1 - Next generation WifiDog (wolfssl)
wifidog-tls - 1.3.0-2 - The Wifidog project is a complete and embeddable captive portal solution for wireless community groups or individuals who wish to open a free Hotspot while still preventing abuse of their Internet connection.  This variant can talk TLS to the auth server.
wifischedule - 1-2 - Turns WiFi on and off according to a schedule defined in UCI.
wifitoggle - 1-5 - Very versatile script to toggle Wi-Fi with a button. Allows to set timeouts, persist changes after boot, and set LEDs according to the state.
wipefs - 2.32-2 - wipefs can erase filesystem, raid or partition table signatures (magic strings) from the specified device to make the signature invisible for libblkid.
wireguard - 0.0.20180625-1 - WireGuard is a novel VPN that runs inside the Linux Kernel and utilizes state-of-the-art cryptography. It aims to be faster, simpler, leaner, and more useful than IPSec, while avoiding the massive headache. It intends to be considerably more performant than OpenVPN.  WireGuard is designed as a general purpose VPN for running on embedded interfaces and super computers alike, fit for many different circumstances. It uses UDP.
wireguard - 1.0.20200712-1 - WireGuard is a novel VPN that runs inside the Linux Kernel and utilizes state-of-the-art cryptography. It aims to be faster, simpler, leaner, and more useful than IPSec, while avoiding the massive headache. It intends to be considerably more performant than OpenVPN.  WireGuard is designed as a general purpose VPN for running on embedded interfaces and super computers alike, fit for many different circumstances. It uses UDP.
wireguard-tools - 0.0.20180625-1 - WireGuard is a novel VPN that runs inside the Linux Kernel and utilizes state-of-the-art cryptography. It aims to be faster, simpler, leaner, and more useful than IPSec, while avoiding the massive headache. It intends to be considerably more performant than OpenVPN.  WireGuard is designed as a general purpose VPN for running on embedded interfaces and super computers alike, fit for many different circumstances. It uses UDP.  This package provides the userspace control program for WireGuard, `wg(8)`, and a netifd protocol helper.
wireguard-tools - 1.0.20200513-1 - This package provides the userspace control program for WireGuard, `wg(8)`, a netifd protocol helper, and a re-resolve watchdog script.
wireless-regdb - 2017-10-20-4343d359 - Wireless Regulatory Database
wireless-tools - 29-5 - This package contains a collection of tools for configuring wireless adapters implementing the "Linux Wireless Extensions".
wl12xx-firmware - 2017-09-06-a61ac5cf-1 - TI WL12xx firmware
wl18xx-firmware - 2017-09-06-a61ac5cf-1 - TI WL18xx firmware
wpa-cli - 2018-04-09-fa617ee6-5 - WPA Supplicant command line control utility
wpa-supplicant - 2018-04-09-fa617ee6-5 - WPA Supplicant
wpa-supplicant-mesh - 2018-04-09-fa617ee6-5 - WPA Supplicant (with 802.11s and SAE)
wpa-supplicant-mini - 2018-04-09-fa617ee6-5 - WPA Supplicant (minimal version)
wpa-supplicant-p2p - 2018-04-09-fa617ee6-5 - WPA Supplicant (with Wi-Fi P2P support)
wpad - 2018-04-09-fa617ee6-5 - This package contains a full featured IEEE 802.1x/WPA/EAP/RADIUS Authenticator and Supplicant
wpad-mesh - 2018-04-09-fa617ee6-5 - This package contains a minimal IEEE 802.1x/WPA Authenticator and Supplicant (with 802.11s mesh and SAE support).
wpad-mini - 2018-04-09-fa617ee6-5 - This package contains a minimal IEEE 802.1x/WPA Authenticator and Supplicant (WPA-PSK only).
wpan-tools - 0.7 - cfg802154 interface configuration utility
wwan - 2014-07-17-1 - Generic OpenWrt 3G/4G proto handler
xfs-admin - 4.11.0-2 - Utilities for changing parameters of an XFS filesystems
xfs-fsck - 4.11.0-2 - Utilities for checking and repairing XFS filesystems
xfs-growfs - 4.11.0-2 - Utility for increasing the size of XFS filesystems
xfs-mkfs - 4.11.0-2 - Utility for creating XFS filesystems
xinetd - 2.3.15-5 - xinetd has access control mechanisms, extensive logging capabilities, the ability to make services available based on time, can place limits on the number of servers that can be started, and has deployable defence mechanisms to protect against port scanners, among other things.
xl2tpd - 1.3.12-1 - l2tpd is the open source implementation of the L2TP tunneling protocol (RFC2661). It does implement both LAC and LNS role in a L2TP networking architecture. The main goal of this protocol is to tunnel PPP frame trough an IP network.
xmlrpc-c - 1.39.12-1 - XML-RPC library (uses internal expat variant)
xmlrpc-c-client - 1.39.12-1 - XML-RPC library - client
xmlrpc-c-common - 1.39.12-1 - Programming library for writing an XML-RPC server or client in C or C++. XML-RPC is a standard network protocol to allow a client program to make a simple remote procedure call (RPC) type request of a server.
xmlrpc-c-internal - 1.39.12-1 - Programming library for writing an XML-RPC server or client in C or C++. XML-RPC is a standard network protocol to allow a client program to make a simple remote procedure call (RPC) type request of a server. Uses internal expat variant (stripped down)
xmlrpc-c-server - 1.39.12-1 - XML-RPC library - server
xsltproc - 1.1.32-2 - XSLT XML transformation utility.
xupnpd - 2017-10-31-1 - xupnpd - eXtensible UPnP agent This program is a light DLNA Media Server which provides ContentDirectory:1 service for sharing IPTV unicast streams over local area network (with udpxy for multicast to HTTP unicast conversion). The program shares UTF8-encoded M3U playlists with links over local area network as content of the directory. You can watch HDTV broadcasts (multicast or unicast) and listen Internet Radio in IP network without transcoding and PC.
xxd - 8.0.586-2 - xxd creates a hex dump of a given file or standard input, it can also convert a hex dump back to its original binary form.
xz - 5.2.4-1 - Contains: xz  lzcat lzma unlzma unxz xzcat
xz-utils - 5.2.4-1 - XZ Utils (meta)
xzdec - 5.2.4-1 - Contains: xzdec
xzdiff - 5.2.4-1 - Contains: xzdiff  lzcmp lzdiff xzcmp
xzgrep - 5.2.4-1 - Contains: xzgrep  lzegrep lzfgrep lzgrep xzegrep xzfgrep
xzless - 5.2.4-1 - Contains: xzless  lzless
xzmore - 5.2.4-1 - Contains: xzmore  lzmore
yaaw - 2017-04-11-1 - Yet Another Aria2 Web Frontend in pure HTML/CSS/Javascirpt.
yajl - 2.1.0-1 - Yet Another JSON Library. YAJL is a small event-driven (SAX-style) JSON parser written in ANSI C, and a small validating JSON generator. YAJL is released under the ISC license.  YAJL was created by Lloyd Hilaiel.
yanglint - 0.14.53-2698bd6484526facbf82b1263810b938b82a2f23 - YANG data modeling language utility
yara - 3.7.0-1 - YARA is a tool aimed at (but not limited to) helping malware researchers to identify and classify malware samples. With YARA you can create descriptions of malware families based on textual or binary patterns.
yate - 6.0.0-1-9 - Yet Another Telephony Engine
yate-mod-accfile - 6.0.0-1-9 - SIP or H.323 client (from file) module for yate
yate-mod-alsachan - 6.0.0-1-9 - ALSA Sound Channel module for yate
yate-mod-analog - 6.0.0-1-9 - Analog (e.g. POTS) Channel module for yate
yate-mod-analogdetect - 6.0.0-1-9 - Analog Data Detector module for yate
yate-mod-analyzer - 6.0.0-1-9 - Test Call Generator and AQ Analyzer module for yate
yate-mod-cache - 6.0.0-1-9 - CNAM and LNP memory caches module for yate
yate-mod-callcounters - 6.0.0-1-9 - Count Active Call Legs module for yate
yate-mod-callfork - 6.0.0-1-9 - Call Forker module for yate
yate-mod-callgen - 6.0.0-1-9 - Call Generator module for yate
yate-mod-camel-map - 6.0.0-1-9 - MAP/CAMEL TCAP <-> XML translators module for yate
yate-mod-ccongestion - 6.0.0-1-9 - Accept Status from Installed Engine Monitors module for yate
yate-mod-cdrbuild - 6.0.0-1-9 - Call Detail Record Builder module for yate
yate-mod-cdrcombine - 6.0.0-1-9 - Call Detail Records per call instead of per call leg module for yate
yate-mod-cdrfile - 6.0.0-1-9 - Call Detail Record to File module for yate
yate-mod-ciscosm - 6.0.0-1-9 - SS7 Support module for yate
yate-mod-clustering - 6.0.0-1-9 - Clustering Server Support module for yate
yate-mod-conference - 6.0.0-1-9 - Conference Room Mixer module for yate
yate-mod-cpuload - 6.0.0-1-9 - Monitor CPU load and Inform Yate module for yate
yate-mod-dbpbx - 6.0.0-1-9 - PBX IVR and Multi-routing from Database module for yate
yate-mod-dbwave - 6.0.0-1-9 - Wav Media for DB Storage module for yate
yate-mod-dumbchan - 6.0.0-1-9 - Dummy Channel module for yate
yate-mod-enumroute - 6.0.0-1-9 - ENUM Routing module for yate
yate-mod-eventlogs - 6.0.0-1-9 - Write events and alarms to log files module for yate
yate-mod-extmodule - 6.0.0-1-9 - External Module Handler module for yate
yate-mod-faxchan - 6.0.0-1-9 - Spandsp Fax Channel module for yate
yate-mod-fileinfo - 6.0.0-1-9 - File Info Holder module for yate
yate-mod-filetransfer - 6.0.0-1-9 - File Transfer Driver module for yate
yate-mod-gvoice - 6.0.0-1-9 - Google Voice support module for yate
yate-mod-heartbeat - 6.0.0-1-9 - Linux-HA compatible heartbeat module for yate
yate-mod-ilbccodec - 6.0.0-1-9 - iLBC Codec module for yate
yate-mod-ilbcwebrtc - 6.0.0-1-9 - iLBC Codec from the WebRTC project module for yate
yate-mod-isaccodec - 6.0.0-1-9 - internet Speech Audio Codec module for yate
yate-mod-isupmangler - 6.0.0-1-9 - ISUP parameter mangling in a STP module for yate
yate-mod-jabberclient - 6.0.0-1-9 - Jabber Client module for yate
yate-mod-jabberserver - 6.0.0-1-9 - Jabber Server module for yate
yate-mod-javascript - 6.0.0-1-9 - Routing using the embedded Javascript language module for yate
yate-mod-jbfeatures - 6.0.0-1-9 - Jabber Server Features module for yate
yate-mod-lateroute - 6.0.0-1-9 - Last Chance Routing module for yate
yate-mod-mgcpca - 6.0.0-1-9 - Media Gateway Control Protocol Agent module for yate
yate-mod-mgcpgw - 6.0.0-1-9 - Media Gateway Control Protocol Gateway module for yate
yate-mod-moh - 6.0.0-1-9 - On Hold (music) Generator module for yate
yate-mod-monitoring - 6.0.0-1-9 - Monitoring/gathering Information module for yate
yate-mod-mrcpspeech - 6.0.0-1-9 - MRCP v2 Voice/Tone Detector and Synthesizer module for yate
yate-mod-msgsniff - 6.0.0-1-9 - Sample Message Sniffer module for yate
yate-mod-mux - 6.0.0-1-9 - Data Multiplexor module for yate
yate-mod-mysqldb - 6.0.0-1-9 - MySQL Backend DB module for yate
yate-mod-openssl - 6.0.0-1-9 - Encrypted transport (OpenSSL) module for yate
yate-mod-osschan - 6.0.0-1-9 - OSS Sound Channel module for yate
yate-mod-park - 6.0.0-1-9 - Call Parking module for yate
yate-mod-pbx - 6.0.0-1-9 - PBX Message Handlers module for yate
yate-mod-pbxassist - 6.0.0-1-9 - Full featured PBX and IVR module for yate
yate-mod-pgsqldb - 6.0.0-1-9 - PostgrestSQL Backend DB module for yate
yate-mod-presence - 6.0.0-1-9 - Presence module for yate
yate-mod-queues - 6.0.0-1-9 - Call Distribution and Queues from Database module for yate
yate-mod-queuesnotify - 6.0.0-1-9 - Notify when queued call status changes module for yate
yate-mod-regexroute - 6.0.0-1-9 - Regular Expression Based Routing module for yate
yate-mod-regfile - 6.0.0-1-9 - Registration based on users in file module for yate
yate-mod-register - 6.0.0-1-9 - Call Detail Record to a database module for yate
yate-mod-rmanager - 6.0.0-1-9 - Yate Remote Management module for yate
yate-mod-sigtransport - 6.0.0-1-9 - SIGTRAN (SS7 over IP) connection provider module for yate
yate-mod-sip-cnam-lnp - 6.0.0-1-9 - Query CNAM and LNP databases using SIP INVITE module for yate
yate-mod-sipfeatures - 6.0.0-1-9 - SIP Features (SUBSCRIBE/NOTIFY) module for yate
yate-mod-sqlitedb - 6.0.0-1-9 - SQLite Support module for yate
yate-mod-ss7-lnp-ansi - 6.0.0-1-9 - Query LNP Databases module for yate
yate-mod-subscription - 6.0.0-1-9 - Subcription handler and presence notifier module for yate
yate-mod-tonedetect - 6.0.0-1-9 - Detectors for Various Tones module for yate
yate-mod-tonegen - 6.0.0-1-9 - Tones Generator module for yate
yate-mod-users - 6.0.0-1-9 - Users module for yate
yate-mod-wavefile - 6.0.0-1-9 - Wav file Record and Playback module for yate
yate-mod-yiaxchan - 6.0.0-1-9 - IAX Channel module for yate
yate-mod-yjinglechan - 6.0.0-1-9 - Jingle Channel module for yate
yate-mod-yradius - 6.0.0-1-9 - RADIUS Client module for yate
yate-mod-yrtpchan - 6.0.0-1-9 - RTP Channel and Other Data Helper module for yate
yate-mod-ysigchan - 6.0.0-1-9 - SS7/ISDN Protocols - Yate Signalling Library module for yate
yate-mod-ysipchan - 6.0.0-1-9 - SIP Channel module for yate
yate-mod-ysnmpagent - 6.0.0-1-9 - SNMP Protocol Agent module for yate
yate-mod-ysockschan - 6.0.0-1-9 - SOCKS Channel module for yate
yate-mod-ystunchan - 6.0.0-1-9 - STUN Support module for yate
yate-mod-zapcard - 6.0.0-1-9 - Zaptel PRI/TDM/FXS/FXO cards module for yate
yate-mod-zlibcompress - 6.0.0-1-9 - Zlib Compression module for yate
yate-scripts-perl - 6.0.0-1-9 - Perl module for Yate
yate-sounds - 6.0.0-1-9 - Sounds for Yate
youtube-dl - 2018.03.10-1 - youtube-dl is a small command-line program to download videos from YouTube.com and a few more sites.  It requires the Python interpreter.
yunbridge - 160-f2042052115e71ad2c91f77e78d21db8275fcdd6 - Arduino YUN bridge library
zabbix-agentd - 3.2.7-2 - Zabbix agentd
zabbix-extra-mac80211 - 3.2.7-2 - An extra package for zabbix-agentd that adds a discovery rule for mac80211 wifi phy and many userparameters. It contains an suid helper to allow zabbix-agentd to still run as zabbix user and not as root. See http://wiki.openwrt.org/doc/howto/zabbix for ready to use zabbix templates.
zabbix-extra-network - 3.2.7-2 - An extra package for zabbix-agentd that adds a discovery rule for openwrt network interfaces. The idea here is to discover only interfaces listed in /etc/config/network (discover br-lan and not eth0.1 and wlan0) See http://wiki.openwrt.org/doc/howto/zabbix for ready to use zabbix templates.
zabbix-extra-wifi - 3.2.7-2 - An extra package for zabbix-agentd that adds a discovery rule for wifi interfaces and many userparameters. As it uses libiwinfo, it works with all wifi devices supported by openwrt. See http://wiki.openwrt.org/doc/howto/zabbix for ready to use zabbix templates.
zabbix-get - 3.2.7-2 - Zabbix get
zabbix-proxy - 3.2.7-2 - Zabbix proxy
zabbix-sender - 3.2.7-2 - Zabbix sender
zabbix-server - 3.2.7-2 - Zabbix server
zerotier - 1.2.8-2 - ZeroTier creates a global provider-independent virtual private cloud network.
zile - 2.3.24-4 - Zile is a small Emacs clone. Zile is a customizable, self-documenting real-time display editor. Zile was written to be as similar as possible to Emacs; every Emacs user should feel at home with Zile.
zip - 3.0-4 - This is InfoZIP's zip program. It produces files that are fully compatible with the popular PKZIP program; however, the command line options are not identical. In other words, the end result is the same, but the methods differ.
zlib - 1.2.11-2 - zlib is a lossless data-compression library. This package includes the shared library.
zlib-dev - 1.2.11-2 - zlib is a lossless data-compression library. This package includes the development support files.
znc - 1.6.6-1 - ZNC is an IRC bouncer with many advanced features like detaching, multiple users, per channel playback buffer, SSL, IPv6, transparent DCC bouncing, and c++ module support to name a few.
znc-mod-adminlog - 1.6.6-1 - Log user connects and disconnects and failed logins to file or syslog.
znc-mod-alias - 1.6.6-1 - Provides bouncer-side command alias support.
znc-mod-autoattach - 1.6.6-1 - Reattaches you to channels on activity.
znc-mod-autocycle - 1.6.6-1 - Cycles a channel when you are the only one in there and you don't have op.
znc-mod-autoop - 1.6.6-1 - Auto op the good guys.
znc-mod-autoreply - 1.6.6-1 - Gives a automatic reply if someone messages you if you are away.
znc-mod-autovoice - 1.6.6-1 - Autovoices everyone who joins some channel.
znc-mod-awaynick - 1.6.6-1 - Change your nick while you are away.
znc-mod-awaystore - 1.6.6-1 - Stores messages while away, also auto away.
znc-mod-block-motd - 1.6.6-1 - This module blocks the server's Message of the Day.
znc-mod-blockuser - 1.6.6-1 - Blocks certain users from using ZNC saying their account was disabled.
znc-mod-bouncedcc - 1.6.6-1 - Bounces dcc transfers through the znc server instead of sending them directly to the user.
znc-mod-buffextras - 1.6.6-1 - Add nick changes, joins, parts, topic changes etc. to your playback buffer.
znc-mod-cert - 1.6.6-1 - Use a SSL certificate for connecting to a server.
znc-mod-certauth - 1.6.6-1 - This module allows users to log in to ZNC via SSL client keys.
znc-mod-chansaver - 1.6.6-1 - Keeping config up to date when user joins and parts.
znc-mod-clearbufferonmsg - 1.6.6-1 - This module keeps the buffer until the next message from the client.
znc-mod-clientnotify - 1.6.6-1 - Notify about new incoming connections to your user.
znc-mod-controlpanel - 1.6.6-1 - Allows you to add/remove/edit users and settings on the fly via IRC messages.
znc-mod-crypt - 1.6.6-1 - Encryption for channel/private messages.
znc-mod-ctcpflood - 1.6.6-1 - This module tries to block ctcp floods.
znc-mod-dcc - 1.6.6-1 - Allows you to transfer files to and from ZNC.
znc-mod-disconkick - 1.6.6-1 - This module will kick your client from all channels where you are, in case if ZNC disconnects from server.
znc-mod-fail2ban - 1.6.6-1 - Block IPs for some time after a failed login.
znc-mod-flooddetach - 1.6.6-1 - This module detaches you from channels which are flooded.
znc-mod-identfile - 1.6.6-1 - Places the ident of a user to a file when they are trying to connect.
znc-mod-imapauth - 1.6.6-1 - Allow users to authenticate via IMAP.
znc-mod-keepnick - 1.6.6-1 - Tries to get you your primary nick.
znc-mod-kickrejoin - 1.6.6-1 - Implements auto-rejoin-on-kick.
znc-mod-lastseen - 1.6.6-1 - Logs when a user last logged in to ZNC.
znc-mod-listsockets - 1.6.6-1 - This module displays a list of all open sockets in ZNC.
znc-mod-log - 1.6.6-1 - Log conversations to file.
znc-mod-missingmotd - 1.6.6-1 - Sends 422 to clients when they login.
znc-mod-modules_online - 1.6.6-1 - This module fakes the online status of ZNC-*users.
znc-mod-nickserv - 1.6.6-1 - Auths you with NickServ.
znc-mod-notes - 1.6.6-1 - This modules stores and displays short notes using a key/note pairs and shows them to you on connect.
znc-mod-notify-connect - 1.6.6-1 - Sends a notice to all admins when a user logs in or out.
znc-mod-partyline - 1.6.6-1 - Allows ZNC users to join internal channels and query other ZNC users on the same ZNC.
znc-mod-perform - 1.6.6-1 - Performs commands on connect.
znc-mod-playback - 1.6.6-1 - Avoid repetitive playback buffers on re-connect with supported clients (e.g. mutter, colluquy)
znc-mod-q - 1.6.6-1 - Auths you with Q (and a little more).
znc-mod-raw - 1.6.6-1 - View all of the raw traffic.
znc-mod-route-replies - 1.6.6-1 - Routes back answers to the right client when connected with multiple clients.
znc-mod-sasl - 1.6.6-1 - The SASL module allows you to authenticate to an IRC network via SASL.
znc-mod-savebuff - 1.6.6-1 - Saves your channel buffers into an encrypted file so they can survive restarts and reboots.
znc-mod-schat - 1.6.6-1 - SSL (encrypted) DCC chats.
znc-mod-send-raw - 1.6.6-1 - Allows you to send raw traffic to IRC from other users.
znc-mod-shell - 1.6.6-1 - Have your unix shell in a query window right inside of your IRC client.
znc-mod-simple-away - 1.6.6-1 - This module will automatically set you away on IRC while you are disconnected from the bouncer.
znc-mod-stickychan - 1.6.6-1 - Keeps you sticked to specific channels.
znc-mod-watch - 1.6.6-1 - Monitor activity for specific text patterns from specific users and have the text sent to a special query window.
znc-mod-webadmin - 1.6.6-1 - Allows you to add/remove/edit users and settings on the fly via a web browser.
znc-webskin-dark-clouds - 1.6.6-1 - dark-clouds webskin for webadmin
znc-webskin-forest - 1.6.6-1 - forest webskin for webadmin
znc-webskin-ice - 1.6.6-1 - ice webskin for webadmin
zoneinfo-africa - 2018e-1 - Zone Information (Africa)
zoneinfo-asia - 2018e-1 - Zone Information (Asia)
zoneinfo-atlantic - 2018e-1 - Zone Information (Atlantic)
zoneinfo-australia-nz - 2018e-1 - Zone Information (Australia-NZ)
zoneinfo-core - 2018e-1 - Zone Information (core)
zoneinfo-europe - 2018e-1 - Zone Information (Europe)
zoneinfo-india - 2018e-1 - Zone Information (India)
zoneinfo-northamerica - 2018e-1 - Zone Information (NorthAmerica)
zoneinfo-pacific - 2018e-1 - Zone Information (Pacific)
zoneinfo-poles - 2018e-1 - Zone Information (Arctic, Antarctic)
zoneinfo-simple - 2018e-1 - Zone Information (simple)
zoneinfo-southamerica - 2018e-1 - Zone Information (SouthAmerica)
zonestitcher - 2016-06-28-8a28ae92c97099e771c9ede5641e3782ae809c27-1 - This package provides a statically configured daemon for translating DNS requests to Multicast DNS and back again.
zram-swap - 1-2 - A script to activate swaping on a compressed zram partition. This could be used to increase the available memory, by using compressed  memory.
zsh - 5.4.2-1 - Zsh is a UNIX command interpreter (shell) usable as an interactive login  shell  and  as a shell script command processor. Of the standard shells, zsh most closely resembles ksh but includes many enhancements. Zsh has command line editing, builtin spelling correction, programmable command completion, shell functions (with autoloading), a history mechanism, and a host of other features.

該当パッケージの絞り込み

# opkg update && opkg list | grep gdisk
cgdisk - 1.0.3-1 - cgdisk is GPT aware disk partitioning tool, with interactive ncurses based UI.
gdisk - 1.0.3-1 - gdisk is GPT aware disk partitioning tool, with interactive UI.
sgdisk - 1.0.3-1 - sgdisk is GPT-aware disk partitioning tool for scripting use.

現在アップグレード可能なパッケージを全て更新

cut を使ってリストを作って $() でスペースを挟んで連結して opkg upgrade を一括実行。

# opkg upgrade $(opkg list-upgradable | cut -f 1 -d ' ')

awk を使ってリストを作って $() でスペースを挟んで連結して opkg upgrade を一括実行。

# opkg upgrade $(opkg list-upgradable | awk '{print $1}')

参考: Package Update from Luci - Installing and Using OpenWrt - OpenWrt Forum

xargs でパッケージ毎に opkg upgrade を実行。

# opkg list-upgradable | cut -f 1 -d ' ' | xargs opkg upgrade

参考: Examples - [OpenWrt Wiki] Opkg package manager

トラブルシューティング

opkg コマンドで Collected errors が発生した場合

以下のようなエラーが発生する場合

# opkg update && opkg install python
Collected errors:
 * pkg_get_installed_files: Failed to open //usr/lib/opkg/info/package_name.list: No such file or directory.

上記でエラーになる package_name を強制再インストールしてみる。

# opkg install --force-reinstall package_name

参考文献

  • hardware/gl-ar750s-ext/managing_packages.txt
  • 最終更新: 2023/04/17 23:10
  • by ともやん