Реклама показывается только незарегистрированным пользователям. Вход или Регистрация

[rootmy.tv] Как получить Root права на webOS

Обсуждение LG smart TV. Пишем тут отзывы и мнения об лджи смарт тв! Разрешено обсуждать цены и где дешевле купить смарт тв.

Re: [rootmy.tv] Как получить Root права на webOS

Сообщение canavaro » 18 май 2022, 18:07

Доброго времени суток. Подскажите как установить виджеты на ТВ с телефона по ssh?
canavaro

 
Сообщения: 54
Зарегистрирован: 22 дек 2019, 01:22
Благодарил (а): 3 раз.
Поблагодарили: 11 раз.
Телевизор: lg 55c14lb

Re: [rootmy.tv] Как получить Root права на webOS

Спонсор » 18 май 2022, 18:07

Реклама показывается только незарегистрированным пользователям. Войти или Зарегистрироваться
Спонсор

 
Сообщения: 100
Зарегистрирован: 15 июл 2014, 18:43
Благодарил (а): 0 раз.
Поблагодарили: 0 раз.

Re: Как получить Root права на webOS 1.0-6.0

Сообщение AMETKO » 18 май 2022, 21:21

smsbox писал(а):На 4pda пользователь с ником etix разместил для имеющих root информацию установки из программного репозитория на ТВ под webOS
Посмотреть состав репозитория можно по адресу http://bin.entware.net/armv7sf-k3.2/
вот, что автор пишет про пакеты, которые он ставил
opkg я использовал родной из webos с алиасом на конфиг entware (см. скрипт). Если мешает, можно выполнить unalias opkg. Если не прописывать в авторан компоненты entware, то это вообще никак себя не проявит.
Из пакетов себе поставил mc, jq, tcpdump, dropbear, gcc, htop.


Автор упростил код для подключения репозитория Entware в рутованный webOS

Код: Выделить всё
## First run of Entware integration
ENTWARE="/media/entware"
if [! -d "$ENTWARE" ] ; then
 mkdir -p "$ENTWARE/opt"
 mount -o bind "$ENTWARE/opt" /opt
 cd /opt
 wget http://bin.entware.net/armv7sf-k3.2/installer/generic.sh
 sh generic.sh
 mount -o bind /opt/etc/opkg.conf /etc/opkg/opkg.conf
 grep tmp_dir /etc/opkg/opkg.conf || echo option tmp_dir /opt/tmp >> /etc/opkg/opkg.conf
 /opt/bin/opkg update
 grep tmp_dir /etc/opkg/opkg.conf || echo option tmp_dir /opt/tmp >> /etc/opkg/opkg.conf
 grep 'PATH=$PATH:/opt/sbin:/opt/bin' /home/root/.profile || echo 'PATH=$PATH:/opt/sbin:/opt/bin' >> /home/root/.profile
 # Replace the original opkg
 grep 'alias opkg="/opt/bin/opkg "' /home/root/.profile || echo 'alias opkg="/opt/bin/opkg "' >> /home/root/.profile
 # Add a particular alias
 grep 'alias epkg="/opt/bin/opkg "' /home/root/.profile || echo 'alias epkg="/opt/bin/opkg "' >> /home/root/.profile
fi
# Normal mount for installed Entware
if [ -d "$ENTWARE" ] ; then
 mount -o bind $ENTWARE/opt /opt
 mount -o bind /opt/etc/opkg.conf /etc/opkg/opkg.conf
fi


Состав репозитория:
Код: Выделить всё
Name   Description      
25volt   25volt - A lightweight tool for monitoring APC Smart-UPS and Powercom WOW UPSs.       
3proxy   3proxy is universal proxy server.It can be used to provide internal users with fully controllable access to external resources or to provide external users with access to internal resources.Note: SSL plugin requires libopenssl to be installed.       
6relayd   6relayd is a daemon for serving and relaying IPv6 management protocols to configure clients and downstream routers.6relayd provides server services for RA, stateless DHCPv6, DHCPv6-PD and can be used to relay RA, DHCPv6 and NDP between routed (non-bridged) interfaces in case no delegated prefixes are provided by the upstream router.       
accel-ppp   The ACCEL-PPP is high performance PPTP/L2TP/PPPoE server for Linux.Userspace daemon has its own PPP implementation, so it does not uses pppd and one process (multi-threaded) manages all connections.       
acl   Access control list support This package provides ACL manipulation utilities - chacl - getfacl - setfacl      
adb   Android Debug Bridge (adb) is a versatile command line tool that lets you communicate with an emulator instance or connected Android-powered device.       
addrwatch   This is a tool similar to arpwatch.It main purpose is to monitor network and log discovered ethernet/ip pairings.Addrwatch is extremely useful in networks with IPv6 autoconfiguration (RFC4862) enabled.It allows to track IPv6 addresses of hosts using IPv6 privacy extensions (RFC4941).This contains the main addrwatch program.       
afpfs-ng   afpfs-ng is an Apple Filing Protocol client that will allow BSD, Linux and Mac OS X systems to access files exported from a Mac OS system with AFP over TCP.       
agetty   agetty opens a tty port, prompts for a login name and invokes the /bin/login command      
aggregate   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).       
aha   Converts ANSI escape sequences of a unix terminal to HTML code.       
aircrack-ng   WLAN tools for breaking 802.11 WEP/WPA keys      
airsane   Publish SANE scanners to MacOS and Android via Apple AirScan.       
alaya   A webdav enabled webserver mostly focused on file storage.       
alsa-lib   This is the library package for alsa, needed by some userspace programs.You must have enabled the ALSA support in the kernel.       
alsa-ucm-conf   This is a set of configuration files needed for some ALS utilities like alsactl.       
alsa-utils   ALSA (Advanced Linux Sound Architecture) utilities      
alsa-utils-seq   ALSA sequencer utilities      
alsa-utils-tests   ALSA utilities test data (adds ~1.3M to image)       
amule   A multi-platform eMule-like ed2k client      
angband   Angband is a single-player, text-based, dungeon simulation derived from the game Moria, which was in turn based on Rogue.It is often described as a \"roguelike\" game because the look and feel of the game is still quite similar to Rogue.       
apache   The Apache HTTP Server Project is a collaborative software development effort aimed at creating a robust, commercial-grade, featureful, and freely-available source code implementation of an HTTP (Web) server.This package contains the Apache web server and utility programs.       
apache-ab   The Apache HTTP Server Project is a collaborative software development effort aimed at creating a robust, commercial-grade, featureful, and freely-available source code implementation of an HTTP (Web) server.Apache server benchmarking utility.       
apache-error   The Apache HTTP Server Project is a collaborative software development effort aimed at creating a robust, commercial-grade, featureful, and freely-available source code implementation of an HTTP (Web) server.Apache multi language custom error documents.       
apache-icons   The Apache HTTP Server Project is a collaborative software development effort aimed at creating a robust, commercial-grade, featureful, and freely-available source code implementation of an HTTP (Web) server.This package contains the icons from Apache.       
apache-mod-deflate   Deflate support for the Apache HTTP server.       
apache-mod-http2   HTTP/2 transport layer for the Apache HTTP Server.       
apache-mod-ldap   LDAP authentication/authorization module for the Apache HTTP Server.       
apache-mod-lua   Lua support for the Apache HTTP server.       
apache-mod-md   Managed Domain handling.       
apache-mod-php8   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 PHP module for the Apache Web Server.       
apache-mod-proxy   Proxy modules for the Apache HTTP Server.       
apache-mod-proxy-html   HTML and XML content filters for the Apache HTTP Server.       
apache-mod-session-crypto   Session encryption support for the Apache HTTP Server.       
apache-mod-ssl   SSL/TLS module for the Apache HTTP Server.       
apache-mod-suexec   suEXEC module for the Apache HTTP Server.       
apache-mod-webdav   WebDAV support for the Apache HTTP Server.       
apache-suexec   The Apache HTTP Server Project is a collaborative software development effort aimed at creating a robust, commercial-grade, featureful, and freely-available source code implementation of an HTTP (Web) server.This package contains the suEXEC utility from Apache.       
apache-utils   The Apache HTTP Server Project is a collaborative software development effort aimed at creating a robust, commercial-grade, featureful, and freely-available source code implementation of an HTTP (Web) server.Apache utility programs for webservers.       
apcupsd   UPS control software      
apcupsd-cgi   UPS control software CGI module      
apinger   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   ar      
archivemount   Archivemount is a piece of glue code between libarchive (http://people.freebsd.org/~kientzle/libarchive/) and FUSE (http://fuse.sourceforge.net). It can be used to mount a (possibly compressed) archive (as in.tar.gz or.tar.bz2) and use it like an ordinary filesystem.       
aria2   aria2 is a lightweight multi-protocol & multi-source command-line download utility      
arp-scan   ARP scanner      
arp-scan-database   MAC database for ARP scanner      
arpon   ArpON (ARP handler inspection) is a Host-based solution that make the ARP standardized protocol secure in order to avoid the Man In The Middle (MITM) attack through the ARP spoofing, ARP cache poisoning or ARP poison routing attack.       
arptables-legacy   ARP firewalling software      
asciinema   asciinema lets you record your terminal sessions and share it with other geeks.       
aspell   GNU Aspell does a superior job of suggesting possible replacements for a misspelled word than just about any other spell checker out there for the English (and some other) language.       
asterisk   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.       
asterisk-app-adsiprog   Asterisk ADSI programming application.       
asterisk-app-agent-pool   Call center agent pool applications.       
asterisk-app-alarmreceiver   Alarm receiver for Asterisk.       
asterisk-app-amd   Answering Machine Detection application.       
asterisk-app-attended-transfer   Queues up an attended transfer to a given extension.       
asterisk-app-audiosocket   Audiosocket app.       
asterisk-app-authenticate   Authentication application.       
asterisk-app-blind-transfer   Redirects all channels currently bridged to the caller channel to a specified destination.       
asterisk-app-bridgeaddchan   Bridge-add-channel application.       
asterisk-app-bridgewait   Application to place a channel into a holding bridge.       
asterisk-app-celgenuserevent   Generate a user defined CEL event.       
asterisk-app-chanisavail   Check channel availability.       
asterisk-app-channelredirect   Redirects a given channel to a dialplan target.       
asterisk-app-chanspy   Listen to the audio of an active channel.       
asterisk-app-confbridge   Conference bridge application.       
asterisk-app-controlplayback   Control playback application.       
asterisk-app-dictate   Virtual dictation machine.       
asterisk-app-directed-pickup   Directed call pickup application.       
asterisk-app-directory   Extension directory.       
asterisk-app-disa   Direct Inward System Access application.       
asterisk-app-dtmfstore   Technology independent async DTMF storage.       
asterisk-app-dumpchan   Dump info about the calling channel.       
asterisk-app-exec   Executes dialplan applications.       
asterisk-app-externalivr   External IVR interface application.       
asterisk-app-festival   Simple Festival interface.       
asterisk-app-followme   Find-Me/Follow-Me application.       
asterisk-app-getcpeid   Get ADSI CPE ID.       
asterisk-app-ices   Encode and stream via Icecast and IceS.       
asterisk-app-image   Image transmission application.       
asterisk-app-ivrdemo   IVR demo application.       
asterisk-app-mf   Send MF digits Application.       
asterisk-app-milliwatt   Digital milliwatt test application.       
asterisk-app-minivm   A minimal voicemail e-mail system.       
asterisk-app-mixmonitor   Mixed audio monitoring application.       
asterisk-app-morsecode   Morse code.       
asterisk-app-mp3   Silly MP3 application.       
asterisk-app-originate   Originate call.       
asterisk-app-page   Page multiple phones.       
asterisk-app-playtones   Playtones application.       
asterisk-app-privacy   Require phone number to be entered if no Caller ID sent.       
asterisk-app-queue   True call queueing.       
asterisk-app-read   Read variable application.       
asterisk-app-readexten   Read and evaluate extension validity.       
asterisk-app-record   Trivial record application.       
asterisk-app-reload   Reload module[s].       
asterisk-app-saycounted   Decline words according to channel language.       
asterisk-app-sayunixtime   Say time.       
asterisk-app-senddtmf   Send DTMF digits application.       
asterisk-app-sendtext   Send text applications.       
asterisk-app-skel   Skeleton application.       
asterisk-app-sms   SMS/PSTN handler.       
asterisk-app-softhangup   Hangs up the requested channel.       
asterisk-app-speech   Dialplan speech applications.       
asterisk-app-stack   Dialplan subroutines.       
asterisk-app-stasis   Stasis dialplan application.       
asterisk-app-statsd   StatsD dialplan application.       
asterisk-app-stream-echo   Stream echo application.       
asterisk-app-system   Generic system application.       
asterisk-app-talkdetect   Playback with talk detection.       
asterisk-app-test   Interface test application.       
asterisk-app-transfer   Transfers a caller to another extension.       
asterisk-app-url   Send URL applications.       
asterisk-app-userevent   Custom user event application.       
asterisk-app-verbose   Send verbose output.       
asterisk-app-voicemail   Voicemail module.       
asterisk-app-voicemail-imap   Voicemail module.       
asterisk-app-voicemail-odbc   Voicemail module.       
asterisk-app-waitforcond   Wait until condition is true.       
asterisk-app-waitforring   Waits until first ring after time.       
asterisk-app-waitforsilence   Wait for silence/noise.       
asterisk-app-waituntil   Wait until specified time.       
asterisk-app-while   While loops and conditional execution.       
asterisk-app-zapateller   Block telemarketers with special information tone.       
asterisk-bridge-builtin-features   Built in bridging features.       
asterisk-bridge-builtin-interval-features   Built in bridging interval features.       
asterisk-bridge-holding   Holding bridge module.       
asterisk-bridge-native-rtp   Native RTP bridging module.       
asterisk-bridge-simple   Simple two channel bridging module.       
asterisk-bridge-softmix   Multi-party software based channel mixing.       
asterisk-cdr   Call Detail Records.       
asterisk-cdr-csv   Comma Separated Values CDR backend.       
asterisk-cdr-sqlite3   SQLite3 CDR backend.       
asterisk-cel-custom   Customizable Comma Separated Values CEL backend.       
asterisk-cel-manager   Asterisk Manager Interface CEL backend.       
asterisk-cel-sqlite3-custom   SQLite3 custom CEL module.       
asterisk-chan-alsa   ALSA console channel driver.       
asterisk-chan-audiosocket   Audiosocket channel.       
asterisk-chan-bridge-media   Bridge media channel driver.       
asterisk-chan-console   Console channel driver.       
asterisk-chan-dongle   Asterisk channel driver for Huawei UMTS 3G dongle.       
asterisk-chan-iax2   Inter Asterisk eXchange.       
asterisk-chan-mgcp   Media Gateway Control Protocol.       
asterisk-chan-mobile   Bluetooth mobile device channel driver.       
asterisk-chan-motif   Motif Jingle channel driver.       
asterisk-chan-ooh323   Objective Systems H.323 channel.       
asterisk-chan-oss   OSS console channel driver.       
asterisk-chan-rtp   RTP media channel.       
asterisk-chan-sccp   Replacement for the SCCP channel driver (chan_skinny) in Asterisk.Extended features include shared lines, presence / BLF, customizable feature buttons and custom device state.       
asterisk-chan-sip   Session Initiation Protocol.       
asterisk-chan-skinny   Skinny Client Control Protocol.       
asterisk-chan-unistim   UNISTIM protocol.       
asterisk-codec-a-mu   Alaw and ulaw direct coder/decoder.       
asterisk-codec-adpcm   Adaptive Differential PCM coder/decoder.       
asterisk-codec-alaw   Alaw coder/decoder.       
asterisk-codec-g722   ITU G.722-64kbps G722 transcoder.       
asterisk-codec-g726   ITU G.726-32kbps G726 transcoder.       
asterisk-codec-g729   Asterisk G.729 codec based on bcg729 implementation.       
asterisk-codec-gsm   GSM coder/decoder.       
asterisk-codec-ilbc   iLBC coder/decoder.       
asterisk-codec-lpc10   LPC10 2.4kbps coder/decoder.       
asterisk-codec-opus   Opus is the default audio codec in WebRTC.WebRTC is available in Asterisk via SIP over WebSockets (WSS).Nevertheless, Opus can be used for other transports (UDP, TCP, TLS) as well.Opus supersedes previous codecs like CELT and SiLK.Furthermore, in favor of Opus, other open-source audio codecs are no longer developed, like Speex, iSAC, iLBC, and Siren.If you use your Asterisk as a back-to-back user agent (B2BUA) and you transcode between various audio codecs, one should enable Opus for future compatibility.Opus is not only supported for pass-through but can be transcoded as well.       
asterisk-codec-resample   SLIN resampling codec.       
asterisk-codec-ulaw   Ulaw coder/decoder.       
asterisk-curl   cURL support      
asterisk-format-g719   ITU G.719.       
asterisk-format-g723   G.723.1 simple timestamp file format.       
asterisk-format-g726   Raw G.726 data.       
asterisk-format-g729   Raw G.729 data.       
asterisk-format-gsm   Raw GSM data.       
asterisk-format-h263   Raw H.263 data.       
asterisk-format-h264   Raw H.264 data.       
asterisk-format-ilbc   Raw iLBC data.       
asterisk-format-ogg-opus   Reading and writing audio files in the OGG/Opus format.       
asterisk-format-ogg-vorbis   OGG/Vorbis audio.       
asterisk-format-pcm   Raw/Sun ulaw/alaw 8KHz and G.722 16Khz.       
asterisk-format-siren14   ITU G.722.1 Annex C.       
asterisk-format-siren7   ITU G.722.1.       
asterisk-format-sln   Raw signed linear audio support 8khz-192khz.       
asterisk-format-vox   Dialogic VOX file format.       
asterisk-format-wav   Microsoft WAV/WAV16 format.       
asterisk-format-wav-gsm   Microsoft WAV format.       
asterisk-func-aes   AES dialplan functions.       
asterisk-func-base64   Base64 encode/decode dialplan functions.       
asterisk-func-blacklist   Look up Caller ID name/number from blacklist database.       
asterisk-func-callcompletion   Call control configuration function.       
asterisk-func-channel   Channel information dialplan functions.       
asterisk-func-config   Asterisk configuration file variable access.       
asterisk-func-cut   Cut out information from a string.       
asterisk-func-db   Database related dialplan functions.       
asterisk-func-devstate   Gets or sets a device state in the dialplan.       
asterisk-func-dialgroup   Dialgroup dialplan function.       
asterisk-func-dialplan   Dialplan context/extension/priority checking functions.       
asterisk-func-enum   ENUM related dialplan functions.       
asterisk-func-env   Environment/filesystem dialplan functions.       
asterisk-func-extstate   Gets the state of an extension in the dialplan.       
asterisk-func-frame-drop   Function to drop frames on a channel.       
asterisk-func-frame-trace   Frame trace for internal ast_frame debugging.       
asterisk-func-global   Variable dialplan functions.       
asterisk-func-groupcount   Channel group dialplan functions.       
asterisk-func-hangupcause   Hangup cause related functions and applications.       
asterisk-func-holdintercept   Hold interception dialplan function.       
asterisk-func-iconv   Charset conversions.       
asterisk-func-jitterbuffer   Jitter buffer for read side of channel.       
asterisk-func-lock   Dialplan mutexes.       
asterisk-func-math   Mathematical dialplan function.       
asterisk-func-md5   MD5 digest dialplan functions.       
asterisk-func-module   Checks if Asterisk module is loaded in memory.       
asterisk-func-periodic-hook   Periodic dialplan hooks.       
asterisk-func-pitchshift   Audio effects dialplan functions.       
asterisk-func-presencestate   Gets or sets a presence state in the dialplan.       
asterisk-func-rand   Random number dialplan function.       
asterisk-func-realtime   Read/write/store/destroy values from a realtime repository.       
asterisk-func-sayfiles   Say application files.       
asterisk-func-scramble   Frequency inverting voice scrambler.       
asterisk-func-sha1   SHA-1 computation dialplan function.       
asterisk-func-shell   Collects the output generated by a command executed by the system shell.       
asterisk-func-sorcery   Get a field from a sorcery object.       
asterisk-func-sprintf   SPRINTF dialplan function.       
asterisk-func-srv   SRV related dialplan functions.       
asterisk-func-sysinfo   System information related functions.       
asterisk-func-talkdetect   Talk detection dialplan function.       
asterisk-func-uri   URI encode/decode dialplan functions.       
asterisk-func-version   Get Asterisk version/build info.       
asterisk-func-vmcount   Indicator for whether a voice mailbox has messages in a given folder.       
asterisk-func-volume   Technology independent volume control.       
asterisk-odbc   ODBC support.       
asterisk-pbx-ael   Asterisk Extension Language compiler.       
asterisk-pbx-dundi   Distributed Universal Number Discovery.       
asterisk-pbx-loopback   Loopback switch.       
asterisk-pbx-lua   Lua PBX switch.       
asterisk-pbx-realtime   Realtime switch.       
asterisk-pbx-spool   Outgoing spool support.       
asterisk-pgsql   PostgreSQL support.       
asterisk-pjsip   PJSIP SIP stack.       
asterisk-res-adsi   ADSI resource.       
asterisk-res-ael-share   Shareable code for AEL.       
asterisk-res-agi   Asterisk Gateway Interface.       
asterisk-res-ari   Asterisk RESTful Interface.       
asterisk-res-ari-applications   RESTful API module - Stasis application resources.       
asterisk-res-ari-asterisk   RESTful API module - Asterisk resources.       
asterisk-res-ari-bridges   RESTful API module - bridge resources.       
asterisk-res-ari-channels   RESTful API module - channel resources.       
asterisk-res-ari-device-states   RESTful API module - device state resources.       
asterisk-res-ari-endpoints   RESTful API module - endpoint resources.       
asterisk-res-ari-events   RESTful API module - WebSocket resource.       
asterisk-res-ari-mailboxes   RESTful API module - mailboxes resources.       
asterisk-res-ari-model   ARI model validators.       
asterisk-res-ari-playbacks   RESTful API module - playback control resources.       
asterisk-res-ari-recordings   RESTful API module - recording resources.       
asterisk-res-ari-sounds   RESTful API module - sound resources.       
asterisk-res-audiosocket   Audiosocket resource module.       
asterisk-res-calendar   Asterisk calendar integration.       
asterisk-res-calendar-caldav   Asterisk CalDAV calendar integration.       
asterisk-res-calendar-ews   Asterisk MS Exchange Web Service calendar integration.       
asterisk-res-calendar-exchange   Asterisk MS Exchange calendar integration.       
asterisk-res-calendar-icalendar   Asterisk iCalendar.ics file integration.       
asterisk-res-chan-stats   Example of how to use Stasis.       
asterisk-res-clialiases   CLI aliases.       
asterisk-res-clioriginate   Call origination and redirection from the CLI.       
asterisk-res-config-ldap   LDAP realtime interface.       
asterisk-res-config-mysql   MySQL realtime configuration driver.       
asterisk-res-config-sqlite3   SQLite3 realtime config engine.       
asterisk-res-convert   File format conversion CLI command.       
asterisk-res-endpoint-stats   Endpoint statistics.       
asterisk-res-fax   Generic FAX applications.       
asterisk-res-fax-spandsp   Spandsp G.711 and T.38 FAX technologies.       
asterisk-res-format-attr-celt   CELT format attribute module.       
asterisk-res-format-attr-g729   G.729 format attribute module.       
asterisk-res-format-attr-h263   H.263 format attribute module.       
asterisk-res-format-attr-h264   H.264 format attribute module.       
asterisk-res-format-attr-ilbc   iLBC format attribute module.       
asterisk-res-format-attr-opus   Opus format attribute module.       
asterisk-res-format-attr-silk   SILK format attribute module.       
asterisk-res-format-attr-siren14   Siren14 format attribute module.       
asterisk-res-format-attr-siren7   Siren7 format attribute module.       
asterisk-res-format-attr-vp8   VP8 format attribute module.       
asterisk-res-hep   HEPv3 API.       
asterisk-res-hep-pjsip   PJSIP HEPv3 logger.       
asterisk-res-hep-rtcp   RTCP HEPv3 logger.       
asterisk-res-http-media-cache   HTTP media cache backend.       
asterisk-res-http-websocket   HTTP WebSocket support.       
asterisk-res-limit   Resource limits.       
asterisk-res-manager-devicestate   Manager device state topic forwarder.       
asterisk-res-manager-presencestate   Manager presence state topic forwarder.       
asterisk-res-monitor   Call monitoring resource.       
asterisk-res-musiconhold   Music On Hold resource.       
asterisk-res-mutestream   Mute audio stream resources.       
asterisk-res-mwi-devstate   This module allows presence subscriptions to voicemail boxes.This allows common BLF keys to act as voicemail waiting indicators.       
asterisk-res-mwi-external   Core external MWI resource.       
asterisk-res-mwi-external-ami   AMI support for external MWI.       
asterisk-res-parking   Call parking resource.       
asterisk-res-phoneprov   HTTP phone provisioning.       
asterisk-res-pjproject   PJProject log and utility support.       
asterisk-res-pjsip-phoneprov   PJSIP phone provisioning.       
asterisk-res-pjsip-stir-shaken   PJSIP STIR/SHAKEN resource module.       
asterisk-res-pktccops   PktcCOPS manager for MGCP.       
asterisk-res-prometheus   Prometheus resource module.       
asterisk-res-realtime   Realtime data lookup/rewrite.       
asterisk-res-remb-modifier   REMB modifier module.       
asterisk-res-resolver-unbound   Unbound DNS resolver support.       
asterisk-res-rtp-asterisk   Asterisk RTP stack.       
asterisk-res-rtp-multicast   Multicast RTP engine.       
asterisk-res-security-log   Security event logging.       
asterisk-res-smdi   Simplified Message Desk Interface resource.       
asterisk-res-snmp   SNMP agent for Asterisk.       
asterisk-res-sorcery   Sorcery backend modules for data access intended for using realtime as backend.       
asterisk-res-sorcery-memory-cache   Sorcery memory cache object wizard.       
asterisk-res-speech   Generic speech recognition API.       
asterisk-res-srtp   Secure RTP.       
asterisk-res-stasis   Stasis application support.       
asterisk-res-stasis-answer   Stasis application answer support.       
asterisk-res-stasis-device-state   Stasis application device state support.       
asterisk-res-stasis-mailbox   Stasis application mailbox support.       
asterisk-res-stasis-playback   Stasis application playback support.       
asterisk-res-stasis-recording   Stasis application recording support.       
asterisk-res-stasis-snoop   Stasis application snoop support.       
asterisk-res-statsd   Statsd client support.       
asterisk-res-stir-shaken   STIR/SHAKEN resource module.       
asterisk-res-stun-monitor   STUN network monitor.       
asterisk-res-timing-pthread   pthread timing interface.       
asterisk-res-tonedetect   Tone detection module.       
asterisk-res-xmpp   Asterisk XMPP interface.       
asterisk-sounds   This package provides the sound-files for Asterisk.       
asterisk-util-aelparse   Check extensions.ael file.       
asterisk-util-astcanary   Assures Asterisk no threads have gone missing.       
asterisk-util-astdb2bdb   Convert astdb back to Berkeley DB 1.86.       
asterisk-util-astdb2sqlite3   Convert astdb to SQLite 3.       
asterisk-util-check-expr   Expression checker [older version].       
asterisk-util-check-expr2   Expression checker [newer version].       
asterisk-util-conf2ael   Convert.conf to.ael.       
asterisk-util-muted   Listens for AMI events.Mutes soundcard during call.       
asterisk-util-smsq   Send messages from command line.       
asterisk-util-stereorize   Merge two mono WAV-files to one stereo WAV-file.       
asterisk-util-streamplayer   A utility for reading from a raw TCP stream [MOH source].       
astra   Astra is a software to organize Digital TV Broadcasting Service.       
at   At and batch read shell commands from standard input storing them as a job to be scheduled for execution in the future.       
atop   Atop is an ASCII full-screen performance monitor for Linux that is capable of reporting the activity of all processes (even if processes have finished during the interval), daily logging of system and process activity for long-term analysis, highlighting overloaded system resources by using colors, etcetera.At regular intervals, it shows system-level activity related to the CPU, memory, swap, disks (including LVM) and network layers, and for every process (and thread) it shows e.g.the CPU utilization, memory growth, disk utilization, priority, username, state, and exit code.In combination with the optional kernel module netatop, it even shows network activity per process/thread.       
attr   Extended attributes support This package provides xattr manipulation utilities - attr - getfattr - setfattr      
autoconf   Autoconf is an extensible package of M4 macros that produce shell scripts to automatically configure software source code packages.       
automake   Automake is a tool for automatically generating Makefile.in files compliant with the GNU Coding Standards.       
automatic   Automatic is a RSS daemon that downloads torrent files matching regular expression patterns at certain intervals.       
autossh   Autossh client      
avahi-autoipd   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-dbus-daemon   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   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-utils   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   AVRDUDE is a full featured program for programming Atmel's AVR CPU's.       
axel   Description: light command line download accelerator Axel tries to accelerate the downloading process by using multiple connections for one file, similar to DownThemAll and other famous programs.It can also use multiple mirrors for one download.Using Axel, you will get files faster from Internet.So, Axel can speed up a download up to 60% (approximately, according to some tests).Axel supports HTTP, HTTPS, FTP and FTPS protocols.Axel tries to be as light as possible, so it might be useful as a wget clone (and other console based programs) on byte-critical systems.       
bacula   Bacula is a set of computer programs that permits the system administrator to manage backup, recovery, and verification of computer data across a network of computers of different kinds.Bacula can also run entirely upon a single computer and can backup to various types of media, including tape and disk.       
badblocks   Ext2 Filesystem badblocks utility      
bandwidthd-sqlite   A bandwidthd tracking utility.With the ability to store in a sqlite database.       
bash   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).       
bc   bc is a language that supports arbitrary precision numbers with interactive execution of statements.       
bcg729   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.       
bfgminer   Modular Bitcoin ASIC/FPGA/GPU/CPU miner in C.       
bind-check   bind administration tools (named-checkconf and named-checkzone only)       
bind-client   bind dynamic DNS client      
bind-ddns-confgen   bind administration tools (ddns-confgen and tsig-keygen only)       
bind-dig   bind DNS excavation tool      
bind-dnssec   bind administration tools (dnssec-keygen, dnssec-settime and dnssec-signzone only)       
bind-host   bind simple DNS client      
bind-libs   bind shared libraries      
bind-nslookup   bind nslookup utility      
bind-rndc   bind administration tools (rndc and rndc-confgen only)       
bind-server   bind DNS server      
bind-server-filter-aaaa   bind DNS server filter AAAA plugin      
bind-tools   bind administration tools (all)       
bindfs   bindfs - mount a directory to another location and alter permission bits.       
binutils   The Binutils package contains a linker, an assembler, and other tools for handling object files      
bip   Bip is an IRC proxy, which means it keeps connected to your preferred IRC servers, can store the logs for you, and even send them back to your IRC client (s) upon connection.       
bird1-ipv4   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 packages the legacy v1.6 branch of Bird, which splits IPv4 and IPv6 support into separate binaries.See also the bird2 package for the newer branch which integrates support for both IP protocols in a single binary.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.       
bird1-ipv6   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 packages the legacy v1.6 branch of Bird, which splits IPv4 and IPv6 support into separate binaries.See also the bird2 package for the newer branch which integrates support for both IP protocols in a single binary.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.       
bird1c-ipv4   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 packages the legacy v1.6 branch of Bird, which splits IPv4 and IPv6 support into separate binaries.See also the bird2 package for the newer branch which integrates support for both IP protocols in a single binary.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.       
bird1c-ipv6   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 packages the legacy v1.6 branch of Bird, which splits IPv4 and IPv6 support into separate binaries.See also the bird2 package for the newer branch which integrates support for both IP protocols in a single binary.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.       
bird1cl-ipv4   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 packages the legacy v1.6 branch of Bird, which splits IPv4 and IPv6 support into separate binaries.See also the bird2 package for the newer branch which integrates support for both IP protocols in a single binary.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.       
bird1cl-ipv6   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 packages the legacy v1.6 branch of Bird, which splits IPv4 and IPv6 support into separate binaries.See also the bird2 package for the newer branch which integrates support for both IP protocols in a single binary.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.       
bird2   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.BIRD supports OSPFv2, RIPv2, Babel and BGP protocols for IPv4 and OSPFv3, RIPng, Babel and BGP protocols for IPv6.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.This is the 2.0 branch of Bird which integrates support for IPv4 and IPv6 into a single branch, and also adds support for the Babel routing protocol.       
bird2c   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.       
bird2cl   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   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   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   The blkid program is the command-line interface to working with the libblkid library.       
blockdev   The blockdev program is the command-line interface to call block device ioctls.       
bluez-daemon   Bluetooth daemon      
bluez-libs   Bluetooth library      
bluez-utils   Bluetooth utilities      
bluez-utils-extra   Bluetooth additional utilities      
bmon   bmon is a portable bandwidth monitor and rate estimator running on various operating systems.It supports various input methods for different architectures.       
bochs   Bochs is a highly portable open source IA-32 (x86) PC emulator written in C++, that runs on most popular platforms.It includes emulation of the Intel x86 CPU, common I/O devices, and a custom BIOS.       
bogofilter   Bogofilter is a fast Bayesian spam filter      
boost   This package provides the Boost v1.78.0 libraries.Boost is a set of free, peer-reviewed, portable C++ source libraries.This package provides the following run-time libraries: - atomic - chrono - container - context - contract - coroutine and coroutine2 (Coroutine is deprecated - use Coroutine2) - date_time - exception - filesystem - fiber - graph - - graph-parallel - iostreams - json - locale - log - math - nowide - program_options - python3 - random - regex - serialization and wserialization - 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_78_0/      
boost-atomic   This package contains the Boost atomic library.       
boost-chrono   This package contains the Boost chrono library.       
boost-container   This package contains the Boost container library.       
boost-context   This package contains the Boost context library.       
boost-contract   This package contains the Boost contract library.       
boost-coroutine   This package contains the Boost coroutine library.       
boost-date_time   This package contains the Boost date_time library.       
boost-fiber   This package contains the Boost fiber library.       
boost-filesystem   This package contains the Boost filesystem library.       
boost-graph   This package contains the Boost graph library.       
boost-iostreams   This package contains the Boost iostreams library.       
boost-json   This package contains the Boost json library.       
boost-locale   This package contains the Boost locale library.       
boost-log   This package contains the Boost log library.       
boost-math   This package contains the Boost math library.       
boost-nowide   This package contains the Boost nowide library.       
boost-program_options   This package contains the Boost program_options library.       
boost-python3   This package contains the Boost python3 library.       
boost-random   This package contains the Boost random library.       
boost-regex   This package contains the Boost regex library.       
boost-serialization   This package contains the Boost serialization library.       
boost-stacktrace   This package contains the Boost stacktrace library.       
boost-system   This package contains the Boost system library.       
boost-test   Boost C++ source library (test)       
boost-thread   This package contains the Boost thread library.       
boost-timer   This package contains the Boost timer library.       
boost-type_erasure   This package contains the Boost type_erasure library.       
boost-wave   This package contains the Boost wave library.       
boost-wserialization   This package contains the Boost wserialization library.       
brlaser   Brlaser is a CUPS driver for Brother laser printers without PCL/PostScript language support.       
btpd   BTPD is a bittorrent client consisting of a daemon and client commands, which can be used to read and/or manipulate the daemon state.The daemon is capable of running several torrents simultaneously and only uses one tcp port.It's fairly low on resource usage and should be perfect for file distribution sites.Efficient downloads and ease of use makes this client a good choice for the casual user as well.       
btrfs-progs   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   The Swiss Army Knife of embedded Linux.It slices, it dices, it makes Julian Fries.       
bzip2   bzip2 is a freely available, patent free, high-quality data compressor.This package provides the binary.       
cJSON   Ultralightweight JSON parser in ANSI C.cJSON aims to be the dumbest possible parser that you can get your job done with.It's a single file of C, and a single header file.       
ca-bundle   System CA certificates as a bundle      
ca-certificates   System CA certificates      
cadaver   cadaver is a command-line WebDAV client for Unix.It supports file upload, download, on-screen display, namespace operations (move/copy), collection creation and deletion, and locking operations.       
cal   cal displays a simple calendar      
castget   castget is a simple, command-line based RSS enclosure downloader.It is primarily intended for automatic, unattended downloading of podcasts.       
cavezofphear   CAVEZ of PHEAR is a boulder dash / digger like game for console / terminals using ncurses.The goal of this game is to escape through the caves by collecting diamonds and avoid falling stones.       
ccid   Generic USB CCID (Chip/Smart Card Interface Devices) driver and ICCD (Integrated Circuit (s) Card Devices).       
certtool   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   cfdisk is a curses-based program for partitioning any hard disk drive      
cgdb   Console front-end to the GNU debugger.       
cgdisk   cgdisk is GPT aware disk partitioning tool, with interactive ncurses based UI.       
cgilib   Simple CGI Library      
cgit   Cgit is a web interface (cgi) for Git repositories, written in C This is an attempt to create a fast web interface for the Git SCM, using a built-in cache to decrease server I/O pressure.       
chat   This package contains an utility to establish conversation with other PPP servers (via a modem).       
chattr   Ext2 Filesystem chattr utility      
check   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.       
chromaprint   Chromaprint is an audio fingerprint library developed for the AcoustID project.It's designed to identify near-identical audio and the fingerprints it generates are as compact as possible to achieve that.       
chrony   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.       
chrony-nts   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.       
cjdns   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   cjdns test cases      
cksfv   cksfv is a tool for verifying CRC32 checksums.       
clamav   ClamAV is an open source antivirus engine for detecting trojans, viruses, malware & other malicious threats.       
cmake   CMake is an open-source, cross-platform family of tools designed to build, test and package software.       
collectd   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   apache status input plugin      
collectd-mod-apcups   apcups status input plugin      
collectd-mod-ascent   ascent status input plugin      
collectd-mod-battery   battery status input plugin      
collectd-mod-bind   BIND server/zone input plugin      
collectd-mod-chrony   chrony status input plugin      
collectd-mod-conntrack   connection tracking table size input plugin      
collectd-mod-contextswitch   context switch input plugin      
collectd-mod-cpu   CPU input plugin      
collectd-mod-csv   CSV output plugin      
collectd-mod-curl   cURL input plugin      
collectd-mod-df   disk space input plugin      
collectd-mod-disk   disk usage/timing input plugin      
collectd-mod-dns   DNS traffic input plugin      
collectd-mod-email   email output plugin      
collectd-mod-entropy   Entropy amount input plugin      
collectd-mod-ethstat   Ethernet adapter statistics input plugin      
collectd-mod-exec   process exec input plugin      
collectd-mod-filecount   file count input plugin      
collectd-mod-fscache   file-system based caching framework input plugin      
collectd-mod-interface   network interfaces input plugin      
collectd-mod-irq   interrupt usage input plugin      
collectd-mod-load   system load input plugin      
collectd-mod-logfile   log files output plugin      
collectd-mod-lua   lua input/output plugin      
collectd-mod-madwifi   MadWifi status input plugin      
collectd-mod-match-empty-counter   empty-counter match plugin      
collectd-mod-match-hashed   hashed match plugin      
collectd-mod-match-regex   regex match plugin      
collectd-mod-match-timediff   timediff match plugin      
collectd-mod-match-value   value match plugin      
collectd-mod-memory   physical memory usage input plugin      
collectd-mod-modbus   read variables through libmodbus plugin      
collectd-mod-mqtt   transmit data with MQTT plugin      
collectd-mod-mysql   MySQL status input plugin      
collectd-mod-netlink   netlink input plugin      
collectd-mod-network   network input/output plugin      
collectd-mod-nginx   nginx status input plugin      
collectd-mod-ntpd   NTP daemon status input plugin      
collectd-mod-nut   UPS monitoring input plugin      
collectd-mod-olsrd   OLSRd status input plugin      
collectd-mod-openvpn   OpenVPN traffic/compression input plugin      
collectd-mod-ping   ping status input plugin      
collectd-mod-postgresql   PostgreSQL status input plugin      
collectd-mod-powerdns   PowerDNS server status input plugin      
collectd-mod-processes   process status input plugin      
collectd-mod-protocols   network protocols input plugin      
collectd-mod-rrdtool   RRDtool output plugin      
collectd-mod-sensors   lm_sensors input plugin      
collectd-mod-snmp   SNMP input plugin      
collectd-mod-swap   swap input plugin      
collectd-mod-syslog   syslog output plugin      
collectd-mod-table   table-like structured file input plugin      
collectd-mod-tail   tail input plugin      
collectd-mod-tail-csv   tail CSV input plugin      
collectd-mod-tcpconns   TCP connection tracking input plugin      
collectd-mod-teamspeak2   TeamSpeak2 input plugin      
collectd-mod-ted   The Energy Detective input plugin      
collectd-mod-thermal   system temperatures input plugin      
collectd-mod-threshold   Notifications and thresholds plugin      
collectd-mod-unixsock   unix socket output plugin      
collectd-mod-uptime   uptime status input plugin      
collectd-mod-users   user logged in status input plugin      
collectd-mod-vmem   virtual memory usage input plugin      
collectd-mod-wireless   wireless status input plugin      
collectd-mod-write-graphite   Carbon/Graphite output plugin      
collectd-mod-write-http   HTTP POST output plugin      
collectd-mod-write-log   Log output plugin      
column   The column utility formats its input into multiple columns      
comgt   comgt is a scripting language interpreter useful for establishing communications on serial lines and through PCMCIA modems as well as GPRS and 3G datacards.       
confuse   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   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   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.       
coreutils   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-b2sum   Full version of standard GNU b2sum utility.       
coreutils-base32   Full version of standard GNU base32 utility.       
coreutils-base64   Full version of standard GNU base64 utility.       
coreutils-basename   Full version of standard GNU basename utility.       
coreutils-basenc   Full version of standard GNU basenc utility.       
coreutils-cat   Full version of standard GNU cat utility.       
coreutils-chcon   Full version of standard GNU chcon utility.       
coreutils-chgrp   Full version of standard GNU chgrp utility.       
coreutils-chmod   Full version of standard GNU chmod utility.       
coreutils-chown   Full version of standard GNU chown utility.       
coreutils-chroot   Full version of standard GNU chroot utility.       
coreutils-cksum   Full version of standard GNU cksum utility.       
coreutils-comm   Full version of standard GNU comm utility.       
coreutils-cp   Full version of standard GNU cp utility.       
coreutils-csplit   Full version of standard GNU csplit utility.       
coreutils-cut   Full version of standard GNU cut utility.       
coreutils-date   Full version of standard GNU date utility.       
coreutils-dd   Full version of standard GNU dd utility.       
coreutils-df   Full version of standard GNU df utility.       
coreutils-dir   Full version of standard GNU dir utility.       
coreutils-dircolors   Full version of standard GNU dircolors utility.       
coreutils-dirname   Full version of standard GNU dirname utility.       
coreutils-du   Full version of standard GNU du utility.       
coreutils-echo   Full version of standard GNU echo utility.       
coreutils-env   Full version of standard GNU env utility.       
coreutils-expand   Full version of standard GNU expand utility.       
coreutils-expr   Full version of standard GNU expr utility.       
coreutils-factor   Full version of standard GNU factor utility.       
coreutils-false   Full version of standard GNU false utility.       
coreutils-fmt   Full version of standard GNU fmt utility.       
coreutils-fold   Full version of standard GNU fold utility.       
coreutils-groups   Full version of standard GNU groups utility.       
coreutils-head   Full version of standard GNU head utility.       
coreutils-hostid   Full version of standard GNU hostid utility.       
coreutils-id   Full version of standard GNU id utility.       
coreutils-install   Full version of standard GNU install utility.       
coreutils-join   Full version of standard GNU join utility.       
coreutils-kill   Full version of standard GNU kill utility.       
coreutils-link   Full version of standard GNU link utility.       
coreutils-ln   Full version of standard GNU ln utility.       
coreutils-logname   Full version of standard GNU logname utility.       
coreutils-ls   Full version of standard GNU ls utility.       
coreutils-md5sum   Full version of standard GNU md5sum utility.       
coreutils-mkdir   Full version of standard GNU mkdir utility.       
coreutils-mkfifo   Full version of standard GNU mkfifo utility.       
coreutils-mknod   Full version of standard GNU mknod utility.       
coreutils-mktemp   Full version of standard GNU mktemp utility.       
coreutils-mv   Full version of standard GNU mv utility.       
coreutils-nice   Full version of standard GNU nice utility.       
coreutils-nl   Full version of standard GNU nl utility.       
coreutils-nohup   Full version of standard GNU nohup utility.       
coreutils-nproc   Full version of standard GNU nproc utility.       
coreutils-numfmt   Full version of standard GNU numfmt utility.       
coreutils-od   Full version of standard GNU od utility.       
coreutils-paste   Full version of standard GNU paste utility.       
coreutils-pathchk   Full version of standard GNU pathchk utility.       
coreutils-pinky   Full version of standard GNU pinky utility.       
coreutils-pr   Full version of standard GNU pr utility.       
coreutils-printenv   Full version of standard GNU printenv utility.       
coreutils-printf   Full version of standard GNU printf utility.       
coreutils-ptx   Full version of standard GNU ptx utility.       
coreutils-pwd   Full version of standard GNU pwd utility.       
coreutils-readlink   Full version of standard GNU readlink utility.       
coreutils-realpath   Full version of standard GNU realpath utility.       
coreutils-rm   Full version of standard GNU rm utility.       
coreutils-rmdir   Full version of standard GNU rmdir utility.       
coreutils-runcon   Full version of standard GNU runcon utility.       
coreutils-seq   Full version of standard GNU seq utility.       
coreutils-sha1sum   Full version of standard GNU sha1sum utility.       
coreutils-sha224sum   Full version of standard GNU sha224sum utility.       
coreutils-sha256sum   Full version of standard GNU sha256sum utility.       
coreutils-sha384sum   Full version of standard GNU sha384sum utility.       
coreutils-sha512sum   Full version of standard GNU sha512sum utility.       
coreutils-shred   Full version of standard GNU shred utility.       
coreutils-shuf   Full version of standard GNU shuf utility.       
coreutils-sleep   Full version of standard GNU sleep utility.       
coreutils-sort   Full version of standard GNU sort utility.       
coreutils-split   Full version of standard GNU split utility.       
coreutils-stat   Full version of standard GNU stat utility.       
coreutils-stdbuf   Full version of standard GNU stdbuf utility.       
coreutils-stty   Full version of standard GNU stty utility.       
coreutils-sum   Full version of standard GNU sum utility.       
coreutils-sync   Full version of standard GNU sync utility.       
coreutils-tac   Full version of standard GNU tac utility.       
coreutils-tail   Full version of standard GNU tail utility.       
coreutils-tee   Full version of standard GNU tee utility.       
coreutils-test   Full version of standard GNU test utility.       
coreutils-timeout   Full version of standard GNU timeout utility.       
coreutils-touch   Full version of standard GNU touch utility.       
coreutils-tr   Full version of standard GNU tr utility.       
coreutils-true   Full version of standard GNU true utility.       
coreutils-truncate   Full version of standard GNU truncate utility.       
coreutils-tsort   Full version of standard GNU tsort utility.       
coreutils-tty   Full version of standard GNU tty utility.       
coreutils-uname   Full version of standard GNU uname utility.       
coreutils-unexpand   Full version of standard GNU unexpand utility.       
coreutils-uniq   Full version of standard GNU uniq utility.       
coreutils-unlink   Full version of standard GNU unlink utility.       
coreutils-uptime   Full version of standard GNU uptime utility.       
coreutils-users   Full version of standard GNU users utility.       
coreutils-vdir   Full version of standard GNU vdir utility.       
coreutils-wc   Full version of standard GNU wc utility.       
coreutils-who   Full version of standard GNU who utility.       
coreutils-whoami   Full version of standard GNU whoami utility.       
coreutils-yes   Full version of standard GNU yes utility.       
cpio   GNU cpio copies files between archives and directories.It supports the following archive formats: old binary cpio, old portable cpio, SVR4 cpio with and without checksum, HP cpio, and various tar formats.       
crawl   Dungeon Crawl Stone Soup is an open-source, single-player, role-playing roguelike game of exploration and treasure-hunting in dungeons filled with dangerous and unfriendly monsters in a quest to rescue the mystifyingly fabulous Orb of Zot.       
crelay   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      
cron   Standart Vixie cron, with cron.d addition.       
cryfs   CryFS encrypts your files, so you can safely store them anywhere.It works well together with cloud services like Dropbox, iCloud, OneDrive and others.       
cryptsetup   Cryptsetup is utility used to conveniently setup disk encryption based on DMCrypt kernel module.       
cryptsetup-ssh   Experimental SSH token support for cryptsetup.       
ctags   Universal Ctags generates an index (or tag) file of language objects found in source files for many popular programming languages.This index makes it easy for text editors and other tools to locate the indexed items.Universal Ctags improves on traditional ctags because of its multilanguage support, its ability for the user to define new languages searched by regular expressions, and its ability to generate emacs-style TAGS files.       
ctorrent-nossl   CTorrent is a BitTorrent client written in the C programming language, known to be a very robust and mature programming language, which produces fast and optimized application.This package is built with builtin (Steve Reid's public-domain) SHA-1 support      
cuetools   cuetools is a set of utilities for working with Cue Sheet (cue) and Table of Contents (toc) files.       
cups   Common UNIX Printing System      
cups-filters   CUPS filters maintained by OpenPrinting.The CUPS Filters package contains backends, filters and other software that was once part of the core CUPS distribution but is no longer maintained by Apple Inc.       
cups-pdf   This software is designed to produce PDF files in a heterogeneous network by providing a PDF printer on the central fileserver.       
curl   A client-side URL transfer utility      
curlftpfs   CurlFtpFS is a filesystem for accessing FTP hosts based on FUSE and libcurl.       
cutter   Cutter is an open source program that allows Linux firewall administrators to abort TCP/IP connections routed over the firewall or router on which it is run.       
cvs   CVS is a version control system, an important component of Source Configuration Management (SCM).Using it, you can record the history of sources files, and documents.It fills a similar role to the free software RCS, PRCS, and Aegis packages.       
daemonize   daemonize is a command-line utility that runs a command as a Unix daemon.       
daemontools-encore   A collection of tools for managing UNIX services.       
dansguardian   DansGuardian      
darkstat   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   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   Simple interprocess messaging system (daemon)       
dbus-utils   Simple interprocess messaging system (utilities)       
dc   dc is a reverse-polish desk calculator which supports unlimited precision arithmetic.       
debootstrap   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   Ext2 Filesystem debugger      
dejavu-fonts-ttf-DejaVuMathTeXGyre   DejaVuMathTeXGyre      
dejavu-fonts-ttf-DejaVuSans   DejaVuSans      
dejavu-fonts-ttf-DejaVuSans-Bold   DejaVuSans-Bold      
dejavu-fonts-ttf-DejaVuSans-BoldOblique   DejaVuSans-BoldOblique      
dejavu-fonts-ttf-DejaVuSans-ExtraLight   DejaVuSans-ExtraLight      
dejavu-fonts-ttf-DejaVuSans-Oblique   DejaVuSans-Oblique      
dejavu-fonts-ttf-DejaVuSansCondensed   DejaVuSansCondensed      
dejavu-fonts-ttf-DejaVuSansCondensed-Bold   DejaVuSansCondensed-Bold      
dejavu-fonts-ttf-DejaVuSansCondensed-BoldOblique   DejaVuSansCondensed-BoldOblique      
dejavu-fonts-ttf-DejaVuSansCondensed-Oblique   DejaVuSansCondensed-Oblique      
dejavu-fonts-ttf-DejaVuSansMono   DejaVuSansMono      
dejavu-fonts-ttf-DejaVuSansMono-Bold   DejaVuSansMono-Bold      
dejavu-fonts-ttf-DejaVuSansMono-BoldOblique   DejaVuSansMono-BoldOblique      
dejavu-fonts-ttf-DejaVuSansMono-Oblique   DejaVuSansMono-Oblique      
dejavu-fonts-ttf-DejaVuSerif   DejaVuSerif      
dejavu-fonts-ttf-DejaVuSerif-Bold   DejaVuSerif-Bold      
dejavu-fonts-ttf-DejaVuSerif-BoldItalic   DejaVuSerif-BoldItalic      
dejavu-fonts-ttf-DejaVuSerif-Italic   DejaVuSerif-Italic      
dejavu-fonts-ttf-DejaVuSerifCondensed   DejaVuSerifCondensed      
dejavu-fonts-ttf-DejaVuSerifCondensed-Bold   DejaVuSerifCondensed-Bold      
dejavu-fonts-ttf-DejaVuSerifCondensed-BoldItalic   DejaVuSerifCondensed-BoldItalic      
dejavu-fonts-ttf-DejaVuSerifCondensed-Italic   DejaVuSerifCondensed-Italic      
deluge   BitTorrent client with a client/server model.       
deluge-ui-web   a lightweight BitTorrent client (Web UI)       
dfc   dfc displays file system space usage using graphs and colors.In some ways, it is a modernized version of df as it is able to use colors, draw graphs and export its output to different formats such as CSV or HTML.       
dialog   A script-interpreter which provides a set of curses widgets.       
diffutils   The Diffutils package contains programs that show the differences between files or directories.       
digitemp   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   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.       
dislocker   This software has been designed to read BitLocker encrypted partitions under a Linux system.       
dmesg   dmesg is used to examine or control the kernel ring buffer      
dnscrypt-proxy   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   Package with current list of dnscrypt-proxy resolvers.       
dnscrypt-proxy2_nohf   DNSCrypt is a network protocol designed by Frank Denis and Yecheng Fu, which authenticates Domain Name System (DNS) traffic between the user's computer and recursive name servers.       
dnscrypt-proxy2   DNSCrypt is a network protocol designed by Frank Denis and Yecheng Fu, which authenticates Domain Name System (DNS) traffic between the user's computer and recursive name servers.       
dnsmasq-full   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.       
dos2unix   DOS/Mac to Unix and vice versa text file format converter.       
dosfstools   The dosfstools package includes the mkfs.fat and fsck.fat utilities, which respectively make and check MS-DOS FAT filesystems.       
dovecot   Dovecot is a program which provides POP3 and IMAP services.       
dovecot-utils   doveadm and dsync utilities for Dovecot      
drill   ldns includes the drill tool, which is much like dig from BIND.It was designed with DNSSEC in mind and should be a useful debugging/query tool for DNSSEC.       
dropbear   A small SSH2 server/client designed for small memory environments.       
dropbearconvert   Utility for converting SSH keys      
dstat   Dstat is a versatile replacement for vmstat, iostat, netstat and ifstat.Dstat overcomes some of their limitations and adds some extra features, more counters and flexibility.Dstat is handy for monitoring systems during performance tuning tests, benchmarks or troubleshooting.       
dtach   dtach is a tiny program that emulates the detach feature of screen, allowing you to run a program in an environment that is protected from the controlling terminal and attach to it later.dtach does not keep track of the contents of the screen, and thus works best with programs that know how to redraw themselves.       
duktape   Duktape is an embeddable Javascript engine, with a focus on portability and compact footprint.       
dump1090   Dump1090 is a Mode S decoder specifically designed for RTLSDR devices.       
dumpe2fs   Ext2 Filesystem information dumping utility      
e2freefrag   Ext2 Filesystem free space fragmentation information utility      
e2fsprogs   This package contains essential ext2 filesystem utilities which consists of e2fsck, mke2fs and most of the other core ext2 filesystem utilities.       
ebtables-legacy   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-legacy-utils   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.       
eggdrop   EggDrop IRC BOT      
elinks   An advanced text based web browser.       
emailrelay   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.       
empty   empty is an utility that provides an interface to execute and/or interact with processes under pseudo-terminal sessions (PTYs).This tool is definitely useful in programming of shell scripts designed to communicate with interactive programs like telnet, ssh, ftp, etc.In some cases, empty can be the simplest replacement for TCL/expect or other similar programming tools.       
encfs   EncFS provides an encrypted filesystem in user-space.It runs without any special permissions and uses the FUSE library module to provide the filesystem interface.       
entr   A utility for running arbitrary commands when files change.       
entware-opt   entware-opt is a metapackage to install Entware basic libraries and scripts.       
entware-release   entware_release is a file in /opt/etc with entware info.       
entware-upgrade   Helper package to upgrade Entware for future usage.Currently used to upgrade armv7soft (2.3.36) to the new codebase.       
erlang   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   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   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   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-erl-interface   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 erlang interoperability with other languages.       
erlang-inets   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   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-os_mon   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 the following services: cpu_sup CPU load and utilization supervision disksup Disk supervision memsup Memory supervision      
erlang-public-key   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 to handle public-key infrastructure.       
erlang-reltool   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 release management.       
erlang-runtime-tools   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   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   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   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   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.       
erlang-tools   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 misc tools.       
erlang-xmerl   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 exporting XML data to an external format      
esniper   Simple, lightweight tool for sniping eBay auctions      
espeak-ng   eSpeak NG is an open source speech synthesizer that supports more than hundred languages and accents.       
etherwake   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   ethtool is a small utility for examining and tuning your ethernet-based network interface      
ethtool-full   ethtool is a small utility for examining and tuning your ethernet-based network interface      
exfat-fsck   Utility for checking/repairing an exFAT File System      
exfat-fuse   This project aims to provide a full-featured exFAT file system implementation for Unix-like systems.It consists of a FUSE module (fuse-exfat) and a set of utilities (exfat-utils).       
exfat-mkfs   Utility for creating an exFAT File System      
exiv2   library and a command-line utility to read, write, delete and modify Exif, IPTC, XMP and ICC image metadata.       
expect   Expect is a tool for automating interactive applications such as telnet, ftp, etc.Expect can make easy all sorts of tasks that are prohibitively difficult with anything else.       
extundelete   Extundelete is a utility to undelete files from an ext3 or ext4 partition.       
f2fs-tools   Tools for Flash-Friendly File System (F2FS)       
f2fsck   Utility for checking/repairing a Flash-Friendly File System (F2FS)       
faad2   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.       
fail2ban   Fail2Ban scans log files like /var/log/auth.log and bans IP addresses conducting too many failed login attempts.       
fake-hwclock   Trivial script to load/save current contents of the kernel clock from/to a file.Helpful as a *bootstrap* clock on machines where there isn't a useful RTC driver (e.g.on development boards).Using NTP is still recommended on these machines to get to real time sync once more of the system is up and running.       
fakeidentd   A static secure identd, only one source file.       
fallocate   fallocate is used to manipulate the allocated disk space for a file      
fastd   Fast and secure tunneling daemon, which is optimized on small code size and few dependencies      
fatrace   Its main purpose is to find processes which keep waking up the disk unnecessarily and thus prevent some power saving.       
fdisk   a menu-driven program for creation and manipulation of partition tables      
fdk-aac   Port of the Fraunhofer FDK AAC Codec Library for Android      
fdm   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      
fetchmail   Retrieves remote mail via POP/IMAP.Very useful in conjunction with mutt.This package is built with SSL support.       
fetchmail-nossl   Retrieves remote mail via POP/IMAP.Very useful in conjunction with mutt.This package is built without SSL support.       
ffmpeg   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   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.       
file   File type determination utility      
filefrag   Ext2 Filesystem file fragmentation report utility      
findfs   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   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 installs find and xargs utilities      
findutils-locate   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      
fio   Fio is an I/O testing tool that will spawn a number of threads or processes doing a particular type of I/O action as specified by the user.Fio can be driven by a 'job file' describing the I/O load one wants to simulate.       
fish   Fish is a smart and user-friendly command line shell for OS X, Linux, and the rest of the family.Fish includes features like syntax highlighting, autosuggest-as-you-type, and fancy tab completions that just work, with no configuration required.       
fixparts   a text-mode menu-driven program for repairing certain types of problems with Master Boot Record (MBR) partition tables      
flac   flac & metaflac utilities      
flite   Festival Lite is a stripped down version of Festival, the well-developed text-to-speech program written in C++.This program is written in C to keep memory usage low.       
flock   manages flock locks from within shell scripts or the command line      
fontconfig   fontconfig      
fossil   Fossil is a self-contained, high-reliability, distributed software configuration management system, including Bug Tracking, Wiki, Forum, and Technotes.       
fping   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.       
fprobe   NetFlow probe (libpcap-based)       
freediameter   freeDiameter provides an extensible platform for deploying a Diameter network for your Authentication, Authorization and Accounting needs, whether you are involved in research or a network operator.       
freeradius3   A flexible RADIUS server (version 3)       
freeradius3-common   common files      
freeradius3-default   This meta-package contains only dependencies for modules needed in FreeRADIUS default configuration.       
freeradius3-democerts   Demo certificates to test the server      
freeradius3-mod-always   Always module      
freeradius3-mod-attr-filter   ATTR filter module      
freeradius3-mod-chap   CHAP module      
freeradius3-mod-detail   Detailed accounting module      
freeradius3-mod-digest   HTTP Digest Authentication      
freeradius3-mod-eap   Base EAP module      
freeradius3-mod-eap-gtc   EAP/GTC module      
freeradius3-mod-eap-leap   EAP/LEAP module      
freeradius3-mod-eap-md5   EAP/MD5 module      
freeradius3-mod-eap-mschapv2   EAP/MS-CHAPv2 module      
freeradius3-mod-eap-peap   EAP/PEAP module      
freeradius3-mod-eap-pwd   EAP/PWD module      
freeradius3-mod-eap-tls   EAP/TLS module      
freeradius3-mod-eap-ttls   EAP/TTLS module      
freeradius3-mod-exec   EXEC module      
freeradius3-mod-expiration   Expiration module      
freeradius3-mod-expr   EXPR module      
freeradius3-mod-files   Module using local files for authorization      
freeradius3-mod-ldap   LDAP Authentication      
freeradius3-mod-logintime   Logintime module      
freeradius3-mod-mschap   MS-CHAP and MS-CHAPv2 module      
freeradius3-mod-pap   PAP module      
freeradius3-mod-passwd   Rlm passwd module      
freeradius3-mod-preprocess   Request pre-processing module      
freeradius3-mod-radutmp   Radius UTMP module      
freeradius3-mod-realm   Realms handling module      
freeradius3-mod-sql   Radius generic SQL front-end      
freeradius3-mod-sql-mysql   Radius MySQL back-end drivers      
freeradius3-mod-sql-null   Radius Dummy SQL back-end drivers      
freeradius3-mod-sql-postgresql   Radius PostgreSQL back-end drivers      
freeradius3-mod-sql-sqlite   Radius SQLite back-end drivers      
freeradius3-mod-sqlcounter   Packet counter using accounting records written into an SQL database      
freeradius3-mod-sqlippool   Radius SQL Based IP Pool module      
freeradius3-mod-unix   System Authentication      
freeradius3-utils   Misc.client utilities      
freshclam   Database updater for ClamAV      
fsfreeze   fsfreeze halts new access to the filesystem and creates a stable image on disk.fsfreeze is intended to be used with hardware RAID devices that support the creation of snapshots.       
fstrim   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   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.       
fuse-convmvfs   This is a filesystem converting file name from one character set to another.It's implemented by using FUSE.       
fuse-utils   FUSE (Filesystem in UserSpacE) This package contains the FUSE utilities. - fusermount - ulockmgr_server      
fuse3-utils   fuse3 (Filesystem in UserSpacE) This package contains the FUSE utilities. - fusermount3 - mount.fuse3      
fwknop   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   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.       
fzy   fzy is a fast, simple fuzzy text selector for the terminal with an advanced scoring algorithm.       
gawk   GNU awk      
gcc   Build a native toolchain for compiling on target device.       
gconv-modules   Glibc gconv modules      
gdb   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   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   gdisk is GPT aware disk partitioning tool, with interactive UI.       
genl   General netlink utility frontend      
gerbera   Gerbera - UPnP Media Server based on Mediatomb.       
getdns   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   getopt is used to break up (parse) options in command lines for easy parsing by shell procedures, and to check for legal options      
ghostscript   An interpreter for the PostScript language and for PDF.       
giflib   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   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-http   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)       
gkrellmd   Gkrellmd listens for connections from gkrellm clients.When a gkrellm client connects to a gkrellmd server all builtin monitors collect their data from the server.       
glib2   The GLib library of C routines      
gnuchess   GNU Chess lets most modern computers play a full game of chess.It has a plain terminal interface but supports visual interfaces such as XBoard.       
gnupg   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   Key management utilies for GnuPG.This package is needed to import keys from a keyserver.       
gnupg2   GnuPG is a complete and free implementation of the OpenPGP standard as defined by RFC4880 (also known as PGP).GnuPG allows you to encrypt and sign your data and communications; it features a versatile key management system, along with access modules for all kinds of public key directories.GnuPG, also known as GPG, is a command line tool with features for easy integration with other applications.A wealth of frontend applications and libraries are available.GnuPG also provides support for S/MIME and Secure Shell (ssh).       
gnupg2-dirmngr   Since version 2.1 of GnuPG, 'dirmngr' takes care of accessing the OpenPGP keyservers.As with previous versions it is also used as a server for managing and downloading certificate revocation lists (CRLs) for X.509 certificates, downloading X.509 certificates, and providing access to OCSP providers.Dirmngr is invoked internally by 'gpg', 'gpgsm', or via the 'gpg-connect-agent' tool.       
gnupg2-utils   Key management utilies for GnuPG (version 2).This package is needed to import keys from a keyserver.       
gnuplot   A portable command-line driven graphing utility      
gnutls-utils   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.       
go_nohf   Go is an open source programming language that makes it easy to build simple, reliable, and efficient software.       
go   Go is an open source programming language that makes it easy to build simple, reliable, and efficient software.       
goaccess   GoAccess is a real-time web log analyzer and interactive viewer that runs in a terminal in *nix systems or through your browser.       
google-authenticator-libpam   Google Authenticator PAM module      
gpgv   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).       
gpgv2   GPGv is a stripped down version of GnuPG that only checks signatures.       
gpioctl-sysfs   Tool for controlling gpio pins using the sysfs api provided by the kernel.       
gpsd   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   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.       
gpsd-utils   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 utilities for interacting with GPS daemon.       
graphicsmagick   GraphicsMagick is a free and open-source software suite for displaying, converting, and editing raster image and vector image files.It is a fork of ImageMagick.       
grep   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.       
grive2   This is the fork of original "Grive" (https://github.com/Grive/grive) Google Drive client with the support for the new Drive REST API and partial sync.       
groff   This package contains optional components of the GNU troff text-formatting system.       
gutenprint   High quality drivers for Canon, Epson, Lexmark, Sony, Olympus, and PCL printers for use with CUPS and GIMP.       
gzip   gzip (GNU zip) is a compression utility designed to be a replacement for compress.       
halog   HAProxy Log Analyzer      
haproxy   Open source Reliable, High Performance TCP/HTTP Load Balancer.This package is built with SSL and LUA support.       
haproxy-nossl   Open source Reliable, High Performance TCP/HTTP Load Balancer.This package is built without SSL support.       
hardlink   Consolidate duplicate files using hardlinks.       
hashdeep   hashdeep is a set of tools to compute MD5, SHA1, SHA256, tiger and whirlpool hashsums of arbitrary number of files recursively.       
haveged   Feeds the kernel entropy pool by timing CPU loops.       
hdparm   get/set SATA/IDE device parameters      
hfsfsck   Utilities to create and check HFS/HFS+ filesystems.  (fsck.hfs and fsck.hfsplus for checking integrity of HFS/HFS+ volumes)       
hidapi   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.       
hlspxd   hlspxd works as a proxy with a DLNA server (xupnpd as an example) — it transforms HLS (m3u8) playlists into http streams.       
horst   [horst] is a scanning and analysis tool for 802.11 wireless networks and especially IBSS (ad-hoc) mode and mesh networks (OLSR).       
hostip   The DNSCrypt proxy ships with a simple tool named hostip that resolves a name to IPv4 or IPv6 addresses.       
hplip-full   HPLIP is an HP developed solution for printing, scanning, and faxing with HP inkjet and laser based printers in Linux.These are full files shared between subpackages      
htop   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.       
httping   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   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   https-dns-proxy is a light-weight DNS<-->HTTPS, non-caching translation proxy for the RFC 8484 DoH standard.It receives regular (UDP) DNS requests and issues them via DoH.Please see https://docs.openwrt.melmac.net/https-dns-proxy/ for more information.       
httrack   HTTrack is a free and easy-to-use offline browser utility.It allows you to download a WWW site from the Internet to a local directory, building recursively all directories, getting HTML, images, and other files from the server to your computer.HTTrack arranges the original site's relative link-structure.       
hub-ctrl   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   hwclock is a tool for accessing the Hardware Clock      
i2c-tools   This package contains an heterogeneous set of I2C tools for Linux.These tools were originally part of the lm-sensors package.       
i2pd   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.       
icecast   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   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   Character set conversion utility      
icu   ICU is a mature, widely used set of C/C++ and Java libraries providing Unicode and Globalization support for software applications.ICU is widely portable and gives applications the same results on all platforms and between C/C++ and Java software.This package supports C/C++.       
icu-full-data   ICU makes use of a wide variety of data tables to provide many of its services.Examples include converter mapping tables, collation rules, transliteration rules, break iterator rules and dictionaries, and other locale data.This package contains the complete data library provided by ICU.A custom data library can be generated at http://apps.icu-project.org/datacustom/      
id3lib   An ID3v1/ID3v2 tag manipulation library      
idn   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      
ifstat   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   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   IGMPproxy is a simple dynamic Multicast Routing Daemon using only IGMP signalling (Internet Group Management Protocol).       
imagemagick   ImageMagick is a free and open-source software suite for displaying, converting, and editing raster image and vector image files.NOTE: this package may not be suitable for many embedded devices because of its large size.Consider using extroot or alternatively consider graphicsmagick which is smaller but similar in functionality.       
imapfilter   IMAPFilter is a mail filtering utility.It connects to remote mail servers using the Internet Message Access Protocol (IMAP), sends searching queries to the server and processes mailboxes based on the results.It can be used to delete, copy, move, flag, etc.messages residing in mailboxes at the same or different mail servers.The 4rev1 and 4 versions of the IMAP protocol are supported.IMAPFilter uses the Lua programming language as a configuration and extension language.       
inadyn   Inadyn is a small and simple Dynamic DNS, DDNS, client with HTTPS support      
incron   This program is the "inotify cron" system.You can use it a similar way as the regular cron.The difference is that the inotify cron handles filesystem events rather than time periods.       
inetutils   Inetutils is a collection of common network programs.       
ink   A utility for reading ink levels      
inotifywait   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   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   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   iodine client version      
iodined   iodine server version      
ionice   This program sets or gets the io scheduling class and priority for a program.If no arguments or just -p is given, ionice will query the current io scheduling class and priority for that process.       
ioping   A tool to monitor I/O latency in real time.It shows disk latency in the same way as ping shows network latency.       
iotop   Iotop is a Python program with a top like UI used to show of behalf of which process is the I/O going on.       
ip-bridge   Bridge configuration utility from iproute2      
ip-full   Routing control utility (Full)       
ipcad   This daemon listens for traffic on the specified interfaces.It has the built-in RSH and NetFlow engines to allow exporting the accounting data the same way as Cisco routers do.       
ipcs   ipcs shows information on the inter-process communication facilities for which the calling process has read access.By default it shows information about all three resources: shared memory segments, message queues, and semaphore arrays.       
iperf   Iperf is a modern alternative for measuring TCP and UDP bandwidth performance, allowing the tuning of various parameters and characteristics.       
iperf3   Iperf is a modern alternative for measuring TCP and UDP bandwidth performance, allowing the tuning of various parameters and characteristics.       
ipmitool   Command-line interface to IPMI-enabled devices      
iprange   Manage IP ranges.       
ipset   IPset administration utility      
ipset-dns   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   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      
iptraf   IPTraf 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   Send ARP REQUEST packets to a neighbor host      
iputils-clockdiff   Measure the clock difference between two hosts      
iputils-ping   Send ICMP_ECHOREQUEST packets to IP hosts and report on replies      
iputils-tftpd   Trivial File Transfer Protocol server      
iputils-tracepath   trace network path to a host, discovering PMTU      
ipv6calc   ipv6calc is a small utility written in programming languate C to manipulate (not only) IPv6 addresses.Intentions were convering a given IPv6 address into compressed format, convering a given IPv6 address into the same format like shown in /proc/net/if_inet6 and (because it was not difficulty) migrating the Perl program ip6_int into.Now only one utiltity is needed to do a lot.This package contains an ipv6calc with the internal databases enabled.       
ipv6log   ipv6calc is a small utility written in programming languate C to manipulate (not only) IPv6 addresses.Intentions were convering a given IPv6 address into compressed format, convering a given IPv6 address into the same format like shown in /proc/net/if_inet6 and (because it was not difficulty) migrating the Perl program ip6_int into.Now only one utiltity is needed to do a lot.This package contains webserver log anonymization, conversion, and statistics helper programs with the internal databases enabled.       
irssi   Irssi is a terminal based IRC client for UNIX systems.       
isc-dhcp-client-ipv4   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   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-dyndns-ipv4   implements the Dynamic Host Configuration Protocol (DHCP) and the Internet Bootstrap Protocol (BOOTP).This package is compiled with IPv4 support only.       
isc-dhcp-dyndns-ipv6   implements the Dynamic Host Configuration Protocol (DHCP) and the Internet Bootstrap Protocol (BOOTP).This package is compiled with IPv4 and IPv6 support.       
isc-dhcp-omshell-ipv4   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   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   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 support only.       
isc-dhcp-relay-ipv6   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   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   implements the Dynamic Host Configuration Protocol (DHCP) and the Internet Bootstrap Protocol (BOOTP).This package is compiled with IPv4 and IPv6 support.       
istgt   This is a BSD Port of istgt, which provides iSCSI target side protocol (refer to RFC3720 about iSCSI) and SPC-3 (SCSI Primary Commands - 3) based logical unit emulation.       
isync   isync is a command line application which synchronizes mailboxes; currently Maildir and IMAP4 mailboxes are supported.New messages, message deletions and flag changes can be propagated both ways.isync is suitable for use in IMAP-disconnected mode.       
jailkit   Jailkit is a set of utilities to limit user accounts to specific files using chroot () and or specific commands.Setting up a chroot shell, a shell limited to some specific command, or a daemon inside a chroot jail is a lot easier and can be automated using these utilities.       
jansson   Jansson is a C library for encoding, decoding and manipulating JSON data      
jbigkit   JBIG1 data compression standard (ITU-T T.82) utilities, which was designed for bi-level high-resolution image data such as scanned documents.       
jdupes   Jdupes is a program for identifying or deleting duplicate files residing within specified directories.       
jhead   Exif Jpeg header manipulation tool.       
jo   jo is a small utility to create JSON objects.       
joe   Joe is world-famous Wordstar like text editor, that also features Emacs and Pico emulation      
joe-extras   Additional data for full Joe editor functionality      
jose   jose is a command line utility for performing various tasks on JSON Object Signing and Encryption (JOSE) objects.José provides a full crypto stack including key generation, signing and encryption.       
jq   Lightweight and flexible command-line JSON processor.       
jshn   Library for parsing and generating JSON from shell scripts      
jsonfilter   OpenWrt JSON filter utility      
kadnode   A P2P DNS system based on the BitTorrent network.It can be used as a decentralized DynDNS service.       
keepalived   VRRP with failover and monitoring daemon for Linux Virtual Server (LVS) clusters.       
kexec   The kexec utility allows to load and boot another kernel.       
kexec-tools   kexec is a set of system calls that allows you to load another kernel from the currently executing Linux kernel.The kexec utility allows to load and boot another kernel.       
kmod   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.       
knock   It listens to all traffic on an ethernet (or PPP) interface, looking for special "knock" sequences of port-hits.A client makes these port-hits by sending a TCP (or UDP) packet to a port on the server.This port need not be open -- since knockd listens at the link-layer level, it sees all traffic even if it's destined for a closed port.When the server detects a specific sequence of port-hits, it runs a command defined in its configuration file.This can be used to open up holes in a firewall for quick access.This package contains the port-knocking client.       
knockd   It listens to all traffic on an ethernet (or PPP) interface, looking for special "knock" sequences of port-hits.A client makes these port-hits by sending a TCP (or UDP) packet to a port on the server.This port need not be open -- since knockd listens at the link-layer level, it sees all traffic even if it's destined for a closed port.When the server detects a specific sequence of port-hits, it runs a command defined in its configuration file.This can be used to open up holes in a firewall for quick access.This package contains the port-knocking server.       
knot   High-performance authoritative-only DNS server.       
knot-dig   Knot DNS advanced DNS lookup utility.       
knot-host   Knot DNS simple DNS lookup utility.       
knot-keymgr   Knot DNS DNSSEC key management utility.       
knot-libs   Knot DNS common DNS and DNSSEC libraries.       
knot-libzscanner   Knot DNS zone parser library.       
knot-nsupdate   Knot DNS dynamic DNS update utility.       
knot-resolver   The Knot Resolver is a caching full resolver implementation, including both a resolver library and a daemon.       
knot-tests   Unit tests for the Knot DNS server and libraries.Usage: /opt/share/knot/runtests.sh      
knot-zonecheck   Knot DNS zonefile check utility.       
krb5-libs   Kerberos 5 Shared Libraries      
lame   lame mp3 encoder      
lame-lib   lame mp3 encoder libs      
lcd4linux-full   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 version of LCD4Linux built with all supported drivers and plugins.       
lcdproc-clients   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   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   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      
lcms   Little CMS color engine.       
ldconfig   Shared library path configuration      
ldd   LDD trace utility      
less   Full version of GNU less utility      
lft   LFT, short for Layer Four Traceroute, is a sort of 'traceroute' that often works much faster (than the commonly-used Van Jacobson method) and goes through many configurations of packet-filters (firewalls).More importantly, LFT implements numerous other features including AS number lookups through several reliable sources, loose source routing, netblock name lookups, et al.This package contains the lft 'traceroute' program.       
lftp   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   Access control list support This package provides libacl      
libaio   Linux kernel AIO interface access library      
libapr   Apache Portable Runtime Library      
libaprutil   Apache Portable Runtime Utility Library      
libaprutil-crypto-openssl   libaprutil - OpenSSL driver      
libaprutil-ldap   libaprutil - LDAP driver      
libarchive   Multi-format archive and compression library      
libart   A library of functions for 2D graphics supporting a superset of the PostScript imaging model, designed to be integrated with graphics, artwork, and illustration programs.It is written in optimized C, and is fully compatible with C++.With a small footprint of 10,000 lines of code, it is especially suitable for embedded applications.       
libaspell   GNU Aspell library      
libassuan   Libassuan is a small library implementing the so-called Assuan protocol.This protocol is used for IPC between most newer GnuPG components.Both, server and client side functions are provided.       
libatomic   Atomic support library      
libattr   Extended attributes support This package provides libattr      
libavahi-client   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-dbus-support   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.       
libbfd   libbfd      
libblkid   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   blobmsg <-> json conversion library      
libbz2   bzip2 is a freely available, patent free, high-quality data compressor.This packages provides libbz2 library.       
libc   C library      
libcap   Linux capabilities library library      
libcap-bin   Linux capabilities.This package contains the libcap utilities.       
libcap-ng   POSIX capabilities library library      
libcares   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.       
libcbor   libcbor is a C library for parsing and generating CBOR, the general-purpose schema-less binary data format.       
libcharset   Character set conversion library      
libcomerr   This package contains libcom_err, the common error description library bundled with e2fsprogs.       
libconfig   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.       
libcryptopp   Crypto++ Library is a free C++ class library of cryptographic schemes.       
libctf   libctf      
libcups   Common UNIX Printing System - Core library      
libcurl   A client-side URL transfer library      
libdaemon   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   Data Acquisition library for packet I/O.       
libdb47   Berkeley DB library (4.7).       
libdbi   This package provides a database-independent abstraction layer library in C.       
libdbus   Simple interprocess messaging system (library)       
libdevmapper   The device-mapper is a component of the 2.6 linux kernel that supports logical volume management.It is required by LVM2 and EVMS.       
libdnet   libdnet is a library of simplified, portable interface to several low-level networking routines.       
libdw   ELF manipulation libraries (libdw)       
libedit   Generic line editing, history, and tokenization functions similar to GNU Readline.       
libelf   ELF manipulation libraries (libelf)       
libespeak-ng   eSpeak NG is an open source speech synthesizer that supports more than hundred languages and accents.       
libev   A full-featured and high-performance event loop that is loosely modelled after libevent, but without its limitations and bugs.       
libevdev   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   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   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-openssl   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   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.       
libexif   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.       
libexiv2   library and a command-line utility to read, write, delete and modify Exif, IPTC, XMP and ICC image metadata.       
libexpat   A fast, non-validating, stream-oriented XML parsing library.       
libexslt   An extension for XSLT.       
libext2fs   libext2fs is a library which can access ext2, ext3 and ext4 filesystems.       
libf2fs   Library for Flash-Friendly File System (F2FS) tools      
libfaad2   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.       
libfdisk   The libfdisk library is used for manipulating with partition tables.       
libffi   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-full   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.       
libffmpegthumbnailer   libffmpegthumbnailer is a library that can be used to create thumbnails for your video files.       
libfido2   libfido2 provides library functionality and command-line tools to communicate with a FIDO device over USB, and to verify attestation and assertion signatures.libfido2 supports the FIDO U2F (CTAP 1) and FIDO 2.0 (CTAP 2) protocols.       
libfko   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   Free Lossless Audio Codec library      
libfmt   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.       
libfreetype   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.       
libftdi1   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   FUSE (Filesystem in UserSpacE) This package contains the FUSE shared libraries, needed by other programs. - libfuse - libulockmgr      
libfuse3   fuse3 (Filesystem in UserSpacE) This package contains the fuse3 shared libraries, needed by other programs. - libfuse3      
libgcc   GCC support library      
libgcrypt   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   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.       
libgd-full   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..This variant of the libgd package is compiled will all features enabled.       
libgdbm   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.       
libgmp   GMP is a free library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating point numbers.       
libgnutls   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   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.       
libgpgme   GnuPG Made Easy (GPGME) is a library designed to make access to GnuPG easier for applications.It provides a High-Level Crypto API for encryption, decryption, signing, signature verification and key management.Currently it uses GnuPG's OpenPGP backend as the default, but the API isn't restricted to this engine.We have, in fact, already developed a backend for CMS (S/MIME).       
libgps   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.       
libhavege   Library for haveged      
libhttp-parser   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).       
libi2c   This package contains i2c functionality needed by i2c-tools.       
libical   Libical is an Open Source implementation of the iCalendar protocols and protocol data units.The iCalendar specification describes how calendar clients can communicate with calendar servers so users can store their calendar data and arrange meetings with other users.Libical implements RFC2445, RFC2446 and some of RFC2447.       
libiconv-full   Character set conversion library      
libid3tag   libid3tag is a library for reading and (eventually) writing ID3 tags, both ID3v1 and the various versions of ID3v2.       
libidn   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   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      
libiksemel   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.       
libinklevel   Libinklevel is a library for checking the ink level of your printer on a system which runs Linux.       
libinotifytools   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.       
libintl-full   GNU Internationalization library      
libipset   IPset administration utility      
libjbig   JBIG1 data compression library      
libjpeg-turbo   libjpeg-turbo is a speed focused fork of libjpeg.       
libjpeg-turbo-utils   These are the JPEG utilities that come with libjpeg-turbo.       
libjson-c   This package contains a library for javascript object notation backends.       
libjson-script   Minimalistic JSON based scripting engine      
libkeyutils   Key utilities library      
libkmod   Linux kernel module handling (library)       
libksba   Libksba is a library to make the tasks of working with X.509 certificates, CMS data and related objects more easy.       
libldns   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.       
libleptonica   A library for efficient image processing and image analysis operations      
libltdl   A generic dynamic object loading library      
liblua   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.       
liblua5.3   This package contains the Lua shared libraries, needed by other programs.       
liblz4   LZ4 is a compression codec that features a very fast encoder and an even faster decoder.This package provides the liblz4 shared library.       
liblzma   liblzma library from XZ Utils      
liblzo   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   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   File type determination library      
libmariadb   MariaDB is a very fast and robust SQL database server.This package includes the client library.       
libmariadb-plugin-auth-gssapi-client   MariaDB is a very fast and robust SQL database server.This package provides the auth_gssapi_client plugin.       
libmariadb-plugin-remote-io   MariaDB is a very fast and robust SQL database server.This package provides the remote_io plugin.       
libmbedtls   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.       
libmbim   Helper library to talk to MBIM enabled modems.Add mbim-utils for extra utilities.       
libmcrypt   libmcrypt is a cryptographic library that conveniently brings together a variety of ciphers for convenient use.       
libmediainfo   LibediaInfo is a convenient unified display of the most relevant technical and tag data for video and audio files.       
libmega   MEGA SDK - Client Access Engine (library).       
libmicrohttpd-ssl   GNU libmicrohttpd is a library that runs an HTTP server.with SSL support      
libmilter-sendmail   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   Lightweight UPnP library      
libmms   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   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   A Modbus library for Linux, Mac OS X, FreeBSD, QNX and Win32.       
libmosquitto-nossl   Library required for mosquitto's command line client tools, also for use by any third party software that wants to communicate with _any_ MQTT server.Should be useable for communicating with any MQTT v3.1/3.1.1/5 compatible server, in addition to Mosquitto.This package is built without SSL support      
libmosquitto-ssl   Library required for mosquitto's command line client tools, also for use by any third party software that wants to communicate with _any_ MQTT server.Should be useable for communicating with any MQTT v3.1/3.1.1/5 compatible server, in addition to Mosquitto.This package is built with SSL support      
libmount   The libmount library is used to parse /etc/fstab, /etc/mtab and /proc/self/mountinfo files, manage the mtab file, evaluate mount options...       
libmpdclient   A stable, documented, asynchronous API library for interfacing MPD in the C, C++ & Objective C languages.       
libmpg123   fast console mpeg audio decoder library      
libmtp   libmtp implements an MTP initiator, which means it initiate MTP sessions with devices.The devices responding are known as MTP responders.libmtp runs on something with a USB host controller interface, using libusb to access the host controller.       
libmtp-utils   nfs-ls, nfs-cat, nfs-cp console usersapce utilities for accessing NFS shares over a network.       
libnatpmp   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   Terminal handling library      
libncurses-dev   Development files for the ncurses library      
libncursesw   Terminal handling library (Unicode)       
libneon   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   Low-level packet creation library      
libnetfilter-acct   libnetfilter_acct is a userspace library providing a programming interface (API) to the extended accounting infrastructure.       
libnetfilter-conntrack   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   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   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   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   libnetfilter_queue is a userspace library providing a programming interface (API) to packets that have been queued by the kernel packet filter.       
libnetsnmp   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   GNU crypto library      
libnfnetlink   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.       
libnfs   LIBNFS is a client library for accessing NFS shares over a network.       
libnfs-utils   nfs-ls, nfs-cat, nfs-cp console usersapce utilities for accessing NFS shares over a network.       
libnftnl   libnftnl is a userspace library providing a low-level netlink programming interface (API) to the in-kernel nf_tables subsystem.       
libnghttp2   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   Socket handling, connection management, sending and receiving of data, message construction and parsing, object caching system, etc.       
libnl-core   Common code for all netlink libraries      
libnl-genl   Generic Netlink Library Functions      
libnl-nf   Netfilter Netlink Library Functions      
libnl-route   Routing Netlink Library Functions      
libnl-tiny   This package contains a stripped down version of libnl      
libnpth   nPth is a library to provide the GNU Pth API and thus a non-preemptive threads implementation.       
libnpupnp   npupnp (new pupnp or not pupnp? ) is an UPnP library derived from the venerable pupnp (https://github.com/pupnp/pupnp), based on its 1.6.x branch (around 1.6.25).       
libogg   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.       
libopcodes   libopcodes      
libopendkim   Library for signing and verifying DomainKeys Identified Mail (DKIM) signatures.       
libopenldap   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.       
libopenssl   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   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.       
liboping   C library to generate ICMP echo requests.       
libopus   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.       
libopusenc   OPUS Audio stream files      
libopusfile   The opusfile library provides seeking, decode, and playback of Opus streams in the Ogg container (.opus files)       
libosip2   GNU oSIP library, a Session Initiation Protocol (SIP) implementation.       
libotr   Off-the-Record (OTR) Messaging allows you to have private conversations over instant messaging.       
libout123   Library for continuous playback of audio streams via various platform-specific output methods      
libow   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.       
libpagekite   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   The Linux-PAM Pluggable Authentication Modules.       
libparted   GNU Parted shared library      
libpcap   This package contains a system-independent library for user-level network packet capture.       
libpci   Linux PCI Libraries      
libpcre   A Perl Compatible Regular Expression library      
libpcre2   A Perl Compatible Regular Expression library      
libpcre2-32   A Perl Compatible Regular Expression library (32bit support)       
libpcsclite   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.       
libpipeline   libpipeline is a C library for setting up and running pipelines of processes.       
libpj   libpj library      
libpjlib-util   libpjlib-util library      
libpjmedia   libpjmedia library      
libpjnath   libpjnath library      
libpjsip   libpjsip library      
libpjsip-simple   libpjsip-simple library      
libpjsip-ua   libpjsip-ua library      
libpjsua   libpjsua library      
libpjsua2   libpjsua2 library      
libpng   A PNG format files handling library      
libpoppler   Poppler is a PDF rendering library based on the xpdf-3.0.       
libpopt   A command line option parsing library      
libpq   PostgreSQL client library.       
libprotobuf-c   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.       
libpsl   C library to handle the Public Suffix List      
libpthread   POSIX thread library      
libpython3   This package contains only core Python library.       
libqmi   Helper library talk to QMI enabled modems.Add qmi-utils for extra utilities.       
libqrencode   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.       
libreadline   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.       
librrd   Round Robin Database (RRD) management library (v1.2.x)       
librrd1   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.       
librsync   librsync implements the rolling-checksum algorithm of remote file synchronization that was popularized by the rsync utility and is used in rproxy.This algorithm transfers the differences between 2 files without needing both files on the same system.       
librt   POSIX.1b RealTime extension library      
librtlsdr   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.       
librtmp   librtmp is a RTMPDump Real-Time Messaging Protocol API.       
libruby   Ruby scripting language (shared library)       
libsasl2   A general purpose authentication library (libraries)       
libsasl2-sasldb   A general purpose authentication library (sasldb libraries)       
libsensors   lm-sensors libraries      
libserf   The serf library is a high performance C-based HTTP client library built upon the Apache Portable Runtime (APR) library.It is permissively licensed under the Apache License, v2.Key features: multiplexed, asynchronous connections SSL/TLS support full HTTP pipelining multiple authentication modes (Basic, Digest, Kerberos/NTLM) zero-copy support for increased throughput Serf is the default client library of Apache Subversion and Apache OpenOffice      
libshout   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.       
libsispmctl   Silver Shield PM Control for Linux library      
libslang2   Multi-platform programmer's library providing facilities for interactive applications.Includes such things as display/screen management, keyboard input, keymaps, etc.Includes the embeddable S-Lang interpreter.       
libslang2-mod-base64   Multi-platform programmer's library providing facilities for interactive applications.Includes such things as display/screen management, keyboard input, keymaps, etc.Includes the embeddable S-Lang interpreter.This contains the base64 module.       
libslang2-mod-chksum   Multi-platform programmer's library providing facilities for interactive applications.Includes such things as display/screen management, keyboard input, keymaps, etc.Includes the embeddable S-Lang interpreter.This contains the chksum module.       
libslang2-mod-csv   Multi-platform programmer's library providing facilities for interactive applications.Includes such things as display/screen management, keyboard input, keymaps, etc.Includes the embeddable S-Lang interpreter.This contains the csv module.       
libslang2-mod-fcntl   Multi-platform programmer's library providing facilities for interactive applications.Includes such things as display/screen management, keyboard input, keymaps, etc.Includes the embeddable S-Lang interpreter.This contains the fcntl module.       
libslang2-mod-fork   Multi-platform programmer's library providing facilities for interactive applications.Includes such things as display/screen management, keyboard input, keymaps, etc.Includes the embeddable S-Lang interpreter.This contains the fork module.       
libslang2-mod-histogram   Multi-platform programmer's library providing facilities for interactive applications.Includes such things as display/screen management, keyboard input, keymaps, etc.Includes the embeddable S-Lang interpreter.This contains the histogram module.       
libslang2-mod-iconv   Multi-platform programmer's library providing facilities for interactive applications.Includes such things as display/screen management, keyboard input, keymaps, etc.Includes the embeddable S-Lang interpreter.This contains the iconv module.       
libslang2-mod-json   Multi-platform programmer's library providing facilities for interactive applications.Includes such things as display/screen management, keyboard input, keymaps, etc.Includes the embeddable S-Lang interpreter.This contains the json module.       
libslang2-mod-onig   Multi-platform programmer's library providing facilities for interactive applications.Includes such things as display/screen management, keyboard input, keymaps, etc.Includes the embeddable S-Lang interpreter.This contains the onig module.       
libslang2-mod-pcre   Multi-platform programmer's library providing facilities for interactive applications.Includes such things as display/screen management, keyboard input, keymaps, etc.Includes the embeddable S-Lang interpreter.This contains the pcre module.       
libslang2-mod-png   Multi-platform programmer's library providing facilities for interactive applications.Includes such things as display/screen management, keyboard input, keymaps, etc.Includes the embeddable S-Lang interpreter.This contains the png module.       
libslang2-mod-rand   Multi-platform programmer's library providing facilities for interactive applications.Includes such things as display/screen management, keyboard input, keymaps, etc.Includes the embeddable S-Lang interpreter.This contains the rand module.       
libslang2-mod-select   Multi-platform programmer's library providing facilities for interactive applications.Includes such things as display/screen management, keyboard input, keymaps, etc.Includes the embeddable S-Lang interpreter.This contains the select module.       
libslang2-mod-slsmg   Multi-platform programmer's library providing facilities for interactive applications.Includes such things as display/screen management, keyboard input, keymaps, etc.Includes the embeddable S-Lang interpreter.This contains the slsmg module.       
libslang2-mod-socket   Multi-platform programmer's library providing facilities for interactive applications.Includes such things as display/screen management, keyboard input, keymaps, etc.Includes the embeddable S-Lang interpreter.This contains the socket module.       
libslang2-mod-stats   Multi-platform programmer's library providing facilities for interactive applications.Includes such things as display/screen management, keyboard input, keymaps, etc.Includes the embeddable S-Lang interpreter.This contains the stats module.       
libslang2-mod-sysconf   Multi-platform programmer's library providing facilities for interactive applications.Includes such things as display/screen management, keyboard input, keymaps, etc.Includes the embeddable S-Lang interpreter.This contains the sysconf module.       
libslang2-mod-termios   Multi-platform programmer's library providing facilities for interactive applications.Includes such things as display/screen management, keyboard input, keymaps, etc.Includes the embeddable S-Lang interpreter.This contains the termios module.       
libslang2-mod-varray   Multi-platform programmer's library providing facilities for interactive applications.Includes such things as display/screen management, keyboard input, keymaps, etc.Includes the embeddable S-Lang interpreter.This contains the varray module.       
libslang2-mod-zlib   Multi-platform programmer's library providing facilities for interactive applications.Includes such things as display/screen management, keyboard input, keymaps, etc.Includes the embeddable S-Lang interpreter.This contains the zlib module.       
libslang2-modules   Multi-platform programmer's library providing facilities for interactive applications.Includes such things as display/screen management, keyboard input, keymaps, etc.Includes the embeddable S-Lang interpreter.This installs all of S-Lang's bundled modules.       
libsmartcols   The smartcols library is used to print tables and trees in a pretty way.       
libsndfile   libsndfile is a library of C routines for reading and writing files containing sampled audio data.       
libsodium   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   libsoup      
libsoxr   The SoX Resampler library High quality, one-dimensional sample-rate conversion library      
libspandsp   spandsp library      
libspeexdsp   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   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.       
libsrtp2   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   This pacakge contains libss, a command-line interface parsing library bundled with e2fsprogs.       
libssh   libssh is a mulitplatform C library implementing the SSHv2 and SSHv1 protocol for client and server implementations.       
libssh2   libssh2 is a client-side C library implementing the SSH2 protocol.       
libssp   GCC support library      
libstdcpp   GNU Standard C++ Library v3      
libsyn123   Library for signal generation and format conversion      
libsysfs   The library's purpose is to provide a consistant and stable interface for querying system device information exposed through sysfs.       
libtalloc   talloc is a hierarchical, reference counted memory pool system with destructors.       
libtasn1   This is a library for Abstract Syntax Notation One (ASN.1) and Distinguish Encoding Rules (DER) manipulation.       
libtheora   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.       
libthread-db   POSIX thread library debugging support      
libtiff   TIFF library      
libtirpc   Library TI RPC for RPC bindings      
libtool-bin   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-rasterbar   Rasterbar libtorrent is a C++ library that aims to be a good alternative to all the other bittorrent implementations around.       
libubox   Basic utility library      
libucl   UCL is a portable lossless data compression library written in ANSI C.UCL implements a number of compression algorithms that achieve an excellent compression ratio while allowing *very* fast decompression.Decompression requires no additional memory.       
libudev-zero   Drop-in replacement for libudev      
libuecc   Very small Elliptic Curve Cryptography library      
libugpio   libugpio is a library to ease the use of linux kernel's sysfs gpio interface from C programs and/or other libraries.       
libunbound   This package contains the Unbound library including 'libevent', 'libmnl', and 'libpthread' to better handle large networks with heavy query loads.Options are available to custom trim Unbound for smaller targets.       
libunistring   This library provides functions for manipulating Unicode strings and for manipulating C strings according to the Unicode standard.       
libunrar   UnRAR library is a shared library that provides file extraction from RAR archives      
libupnp   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   TVcontrolpoint & tvdevice sample applications run inside /opt/etc/upnp-tvdevice/      
liburcu   Userspace Read-Copy-Update library.       
libusb-1.0   libusb is a C library that gives applications easy access to USB devices on many different operating systems.       
libusb-compat   libusb is a C library that gives applications easy access to USB devices on many different operating systems.       
libuuid   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   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.       
libv4l   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   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   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.       
libwebp   The libwebp package contains a library for the WebP format.       
libwebsockets-full   libwebsockets (Full - OpenSSL, libuv, plugins, CGI)       
libwebsockets-openssl   libwebsockets (OpenSSL)       
libwrap   Security wrapper library for TCP services      
libwxbase   wxBase contains most of the non-GUI classes from the wxWindows cross- -platform C++ framework.There are 2 categories: generally useful portable code (date/time handling, command line parsing, regular expression support) and wrappers for the OS objects (files, directories, sockets, threads, etc.) allowing you to write portable programs easily.       
libx264   x264 is a free software library for encoding video streams into the H.264/MPEG-4 AVC compression format.       
libxml2   A library for manipulating XML and HTML resources.       
libxml2-dev   A library for manipulating XML and HTML resources.This package contains the headers and xml2-config binary.       
libxslt   A library for XML transformation using XSLT.       
libyaml   Fast YAML 1.1 parser and emitter library      
libzen   Small C++ derivate classes to have an easier life.       
libzip-gnutls   A C library for reading, creating, and modifying zip archives.       
libzstd   Zstandard - Fast real-time compression algorithm.This package provides libzstd library.       
lighttpd   A flexible and lightweight web server      
lighttpd-mod-access   Access restrictions module      
lighttpd-mod-accesslog   Access logging module      
lighttpd-mod-alias   Directory alias module      
lighttpd-mod-auth   Authentication module      
lighttpd-mod-authn_ldap   LDAP-based authentication module      
lighttpd-mod-authn_file   File-based authentication module      
lighttpd-mod-cgi   CGI module      
lighttpd-mod-deflate   Compress dynamic output module      
lighttpd-mod-evasive   Evasive module      
lighttpd-mod-evhost   Enhanced Virtual-Hosting module      
lighttpd-mod-expire   Expire module      
lighttpd-mod-extforward   Extract client module      
lighttpd-mod-fastcgi   FastCGI module      
lighttpd-mod-magnet   Magnet module      
lighttpd-mod-openssl   TLS using openssl module      
lighttpd-mod-proxy   Proxy module      
lighttpd-mod-redirect   URL redirection module      
lighttpd-mod-rewrite   URL rewriting module      
lighttpd-mod-rrdtool   RRDtool module      
lighttpd-mod-scgi   SCGI module      
lighttpd-mod-secdownload   Secure and fast download module      
lighttpd-mod-setenv   Environment variable setting module      
lighttpd-mod-simple_vhost   Simple virtual hosting module      
lighttpd-mod-ssi   SSI module      
lighttpd-mod-status   Server status display module      
lighttpd-mod-userdir   User directory module      
lighttpd-mod-usertrack   User tracking module      
lighttpd-mod-vhostdb   Virtual Host Database module      
lighttpd-mod-webdav   WebDAV module      
lighttpd-mod-wstunnel   Websocket tunneling module      
limitcpu   LimitCPU is a program to throttle the CPU cycles used by other applications.It will monitor a process and make sure its CPU usage stays at or below a given percentage.       
lirc   LIRC is a package that allows you to decode and send infra-red signals of many (but not all) commonly used remote controls.       
live555mediaserver   LIVE555 Streaming Media (live555MediaServer)       
live555proxyserver   LIVE555 Streaming Media (live555ProxyServer)       
lldpd   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   utility to read hardware sensor data      
lm-sensors-detect   script to autodetect sensor hardware      
lmbench   lmbench is a series of micro benchmarks intended to measure basic operating system and hardware system metrics.       
lmdb   LMDB is an ultra-fast, ultra-compact key-value embedded data store developed for the OpenLDAP Project.       
loadwatch   loadwatch allows one or more processes to run only when the load on a machine is within certain bounds.The child processes are sent SIGSTOP when the machines load passes the high load mark.The processes are sent SIGCONT only after the machines load drops below the low load mark.The load is checked at a user definable interval.       
locales   locales support (independent of system lib)       
loggedfs   LoggedFS is a fuse-based filesystem which can log every operations that happens in it      
logger   logger makes entries in the system log, it provides a shell command interface to the syslog system log module      
logrotate   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   look utility displays any lines in file which contain string      
losetup   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      
loudmouth   Lightweight and easy-to-use C library for programming with the Jabber protocol      
lrzsz   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   Ext2 Filesystem lsattr utility      
lsblk   lsblk lists information about all or the specified block devices      
lscpu   lscpu displays information about the CPU architecture      
lslocks   lslocks lists information about all the currently held file locks in a Linux system      
lsns   lsns lists information about all namespaces and their processes      
lsof   LiSt Open Files - a diagnostic tool      
ltrace   ltrace intercepts and records dynamic library calls which are called by an executed process and the signals received by that process.It can also intercept and print the system calls executed by the program.       
lua   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-bit32   lua-bit32 is the native Lua 5.2 bit manipulation library, backported to Lua 5.1      
lua-examples   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.       
lua5.3   Lua is a powerful, efficient, lightweight, embeddable scripting language.It supports procedural programming, object-oriented programming, functional programming, data-driven programming, and data description.This package contains the Lua language interpreter.       
luabitop   Lua BitOp is a C extension module for Lua 5.1/5.2 which adds bitwise operations on numbers.       
luac   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.       
luac5.3   Lua is a powerful, efficient, lightweight, embeddable scripting language.It supports procedural programming, object-oriented programming, functional programming, data-driven programming, and data description.This package contains the Lua language compiler.       
luaexpat   LuaExpat is a SAX XML parser based on the Expat library.       
luafilesystem   This package contains the LuaFileSystem library, a set of portable functions for directory creation, listing and deletion and for file locking.       
luajit   LuaJIT is a Just-In-Time (JIT) compiler for the Lua programming language. *** Requires GCC Multilib on host system to build! ***      
lualanes   Lua Lanes is a Lua extension library providing the possibility to run multiple Lua states in parallel.It is intended to be used for optimizing performance on multicore CPU's and to study ways to make Lua programs naturally parallel to begin with.Lanes is included into your software by the regular require "lanes" method.No C side programming is needed; all APIs are Lua side, and most existing extension modules should work seamlessly together with the multiple lanes.Lanes supports Lua 5.1, 5.2 and 5.3      
luaposix   luaposix is a general POSIX library for Lua providing access to various low level libc functions.       
luasec   LuaSec is a binding for OpenSSL library to provide TLS/SSL communication.       
luasocket   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.       
lux_nohf   A fast, simple and clean video downloader (command line)       
lux   A fast, simple and clean video downloader (command line)       
lvm2   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.       
lynx   Classic non-graphical (text-mode) web browser      
lz4   LZ4 - Fast real-time compression algorithm.This package provides the lz4 binaries.       
lzmadec   Contains: lzmadec      
lzmainfo   Contains: lzmainfo      
m4   GNU M4 is an implementation of the traditional Unix macro processor.It is used by GNU Autoconf and Automake.       
madplay   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.       
make   The Make package contains a tool to create executables from source files.       
man-db   This package provides the man command, the primary way of examining the help files (manual pages).       
man-pages   Linux kernel and C library user-space interface documentation.       
mariadb-client   MariaDB is a very fast and robust SQL database server.This package includes the following core client binaries: mysql mysqlcheck      
mariadb-client-extra   MariaDB is a very fast and robust SQL database server.This package includes the following extra client binaries: msql2mysql mysql_find_rows mysql_plugin mysql_waitpid mysqlaccess mysqlbinlog mysqldump mysqlimport mysqlshow mysqlslap mytop      
mariadb-server   MariaDB is a very fast and robust SQL database server.This package includes the following core server binaries: innochecksum my_print_defaults mysql_install_db mysql_upgrade mysqladmin mysqld      
mariadb-server-base   MariaDB is a very fast and robust SQL database server.This package provides the foundation for mariadb-server.It installs the init script, support files (configuration etc.), the user "mariadb" and the dependencies.       
mariadb-server-extra   MariaDB is a very fast and robust SQL database server.This package includes the following extra server binaries: aria_chk aria_dump_log aria_ftdump aria_pack aria_read_log mariabackup myisam_ftdump myisamchk myisamlog myisampack mysql_convert_table_format mysql_fix_extensions mysql_secure_installation mysql_setpermission mysql_tzinfo_to_sql mysqld_multi mysqld_safe mysqld_safe_helper mysqldumpslow mysqlhotcopy perror replace resolve_stack_dump wsrep_sst_mariabackup wsrep_sst_mysqldump wsrep_sst_rsync wsrep_sst_rsync_wan      
mariadb-server-plugin-auth-ed25519   MariaDB is a very fast and robust SQL database server.This package provides the auth_ed25519 plugin.       
mariadb-server-plugin-auth-gssapi   MariaDB is a very fast and robust SQL database server.This package provides the auth_gssapi plugin.       
mariadb-server-plugin-auth-pam   MariaDB is a very fast and robust SQL database server.This package provides the auth_pam plugin.       
mariadb-server-plugin-auth-pam-v1   MariaDB is a very fast and robust SQL database server.This package provides the auth_pam_v1 plugin.       
mariadb-server-plugin-disks   MariaDB is a very fast and robust SQL database server.This package provides the disks plugin.       
mariadb-server-plugin-feedback   MariaDB is a very fast and robust SQL database server.This package provides the feedback plugin.       
mariadb-server-plugin-file-key-management   MariaDB is a very fast and robust SQL database server.This package provides the file_key_management plugin.       
mariadb-server-plugin-ha-archive   MariaDB is a very fast and robust SQL database server.This package provides the ha_archive plugin.       
mariadb-server-plugin-ha-blackhole   MariaDB is a very fast and robust SQL database server.This package provides the ha_blackhole plugin.       
mariadb-server-plugin-ha-connect   MariaDB is a very fast and robust SQL database server.This package provides the ha_connect plugin.       
mariadb-server-plugin-ha-federated   MariaDB is a very fast and robust SQL database server.This package provides the ha_federated plugin.       
mariadb-server-plugin-ha-federatedx   MariaDB is a very fast and robust SQL database server.This package provides the ha_federatedx plugin.       
mariadb-server-plugin-ha-sphinx   MariaDB is a very fast and robust SQL database server.This package provides the ha_sphinx plugin.       
mariadb-server-plugin-ha-spider   MariaDB is a very fast and robust SQL database server.This package provides the ha_spider plugin.       
mariadb-server-plugin-handlersocket   MariaDB is a very fast and robust SQL database server.This package provides the handlersocket plugin.       
mariadb-server-plugin-locales   MariaDB is a very fast and robust SQL database server.This package provides the locales plugin.       
mariadb-server-plugin-metadata-lock-info   MariaDB is a very fast and robust SQL database server.This package provides the metadata_lock_info plugin.       
mariadb-server-plugin-query-cache-info   MariaDB is a very fast and robust SQL database server.This package provides the query_cache_info plugin.       
mariadb-server-plugin-query-response-time   MariaDB is a very fast and robust SQL database server.This package provides the query_response_time plugin.       
mariadb-server-plugin-server-audit   MariaDB is a very fast and robust SQL database server.This package provides the server_audit plugin.       
mariadb-server-plugin-simple-password-check   MariaDB is a very fast and robust SQL database server.This package provides the simple_password_check plugin.       
mariadb-server-plugin-sql-errlog   MariaDB is a very fast and robust SQL database server.This package provides the sql_errlog plugin.       
mariadb-server-plugin-wsrep-info   MariaDB is a very fast and robust SQL database server.This package provides the wsrep_info plugin.       
mathomatic   Mathomatic can symbolically solve, simplify, combine, and compare algebraic equations, simultaneously performing generalized standard, complex number, modular, and polynomial arithmetic, as needed.       
mc   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.       
mcabber   mcabber is a small Jabber console client.mcabber includes features such as SASL/SSL/TLS support, MUC (Multi-User Chat) support, history logging, command completion, OpenPGP encryption, OTR (Off-the-Record Messaging) support, dynamic modules and external action triggers.       
mcookie   mcookie generates a 128-bit random hexadecimal number for use with the X authority system      
mediafire-fuse   A simple shell for a mediafire account and fuse module that is able to mount the mediafire share locally.       
mediainfo   MediaInfo is a convenient unified display of the most relevant technical and tag data for video and audio files.       
megacmd   MEGAcmd provides non UI access to MEGA services.It intends to offer all the functionality with your MEGA account via commands.       
meganz-sdk   MEGA SDK - Client Access Engine (utility).       
memtester   A userspace utility for testing the memory subsystem for faults.       
mercurial   A fast, lightweight Source Control Management system designed for efficient handling of very large distributed projects.       
mergerfs   mergerfs is a union filesystem geared towards simplifying storage and management of files across numerous commodity storage devices.It is similar to mhddfs, unionfs, and aufs.       
mg   Mg is intended to be a small, fast, and portable editor for people who can't (or don't want to) run emacs for one reason or another, or are not familiar with the vi editor.It is compatible with emacs because there shouldn't be any reason to learn more editor types than emacs or vi.       
microdc2   A command-line based Direct Connect client.       
mini_snmpd   A tiny SNMP server for embedded systems      
minicom   Terminal emulation program      
minidlna   MiniDLNA (aka ReadyDLNA) is server software with the aim of being fully compliant with DLNA/UPnP-AV clients.       
minissdpd   MiniSSDPd is a daemon that: 1 - keeps track of all UPnP devices announcing themselves on the network.its database can be queried by local processes using a protocol based on a unix socket.That enables local processes to quickly discover UPnP devices without broadcasting SSDP message and waiting several seconds for a response.2 - keeps a database of local UPnP devices hosted on the machine and answering SSDP searchs on their behalf.It enables to run several UPnP devices, like an IGD and a MediaServer, on the same machine.       
miniupnpc   Lightweight UPnP client      
miniupnpd-iptables   Lightweight UPnP IGD, NAT-PMP & PCP daemon (iptables)       
miredo   Miredo is an open-source Teredo IPv6 tunneling software, for Linux and the BSD operating systems.It includes functional implementations of all components of the Teredo specification (client, relay and server).It is meant to provide IPv6 connectivity even from behind NAT devices.       
mjpg-streamer   Streaming application for Linux-UVC compatible webcams      
mjpg-streamer-input-file   Streaming application for Linux-UVC compatible webcams This package provides the file input plugin.       
mjpg-streamer-input-http   Streaming application for Linux-UVC compatible webcams This package provides the http input plugin.       
mjpg-streamer-input-uvc   Streaming application for Linux-UVC compatible webcams This package provides the UVC input plugin.       
mjpg-streamer-output-file   Streaming application for Linux-UVC compatible webcams This package provides the file output plugin.       
mjpg-streamer-output-http   Streaming application for Linux-UVC compatible webcams This package provides the HTTP output plugin.       
mjpg-streamer-output-rtsp   Streaming application for Linux-UVC compatible webcams This package provides the RTSP output plugin.       
mjpg-streamer-www   Streaming application for Linux-UVC compatible webcams This package provides full version of the web content.Includes cambozola applet.       
mkf2fs   Utility for creating a Flash-Friendly File System (F2FS)       
mkhfs   Utilities to create and check HFS/HFS+ filesystems.  (mkfs.hfs and mkfs.hfsplus for creating HFS/HFS+ volumes)       
mktorrent   mktorrent      
mkvtoolnix   A set of tools to create, alter and inspect Matroska files.       
mlocate   Quickly find files on the filesystem based on their name mlocate is a new implementation of locate, a tool to find files anywhere in the filesystem based on their name, using a fixed pattern or a regular expression.Unlike other tools like find (1), locate uses a previously created database to perform the search, allowing queries to execute much faster.This database is updated periodically from cron.       
monit   An utility for monitoring services on a Unix system This package is built with SSL support.       
monit-nossl   An utility for monitoring services on a Unix system This package is built without SSL support.       
more   more is a filter for paging through text one screenful at a time      
moreutils   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      
mosh-client   Mosh is a remote terminal application that allows roaming, supports intermittent connectivity, and provides intelligent local echo and line editing of user keystrokes.This is a mosh client.       
mosh-full   Mosh is a remote terminal application that allows roaming, supports intermittent connectivity, and provides intelligent local echo and line editing of user keystrokes.This is a full package with perl wrapper script      
mosh-server   Mosh is a remote terminal application that allows roaming, supports intermittent connectivity, and provides intelligent local echo and line editing of user keystrokes.This is a mosh server.       
mosquitto-client-nossl   Command line client tools for working with mosquitto.This includes mosquitto_sub, mosquitto_pub, mosquitto_rr and the mosquitto_ctrl tool.This package is built without SSL support      
mosquitto-client-ssl   Command line client tools for working with mosquitto.This includes mosquitto_sub, mosquitto_pub, mosquitto_rr and the mosquitto_ctrl tool.This package is built with SSL support      
mosquitto-nossl   Mosquitto is an open source (BSD licensed) message broker that implements the MQTT protocol version 3.1, 3.1.1 and 5.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   Mosquitto is an open source (BSD licensed) message broker that implements the MQTT protocol version 3.1, 3.1.1 and 5.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   webcam motion sensing and logging      
mount-utils   contains: mount, umount, findmnt      
movgrab   Movgrab is a command line tool for downloading video clips from websites such as YouTube, Daily Motion, Break.com, Vimeo, Blip.tv, Liveleak and others.       
mp3gain   MP3Gain analyzes and adjusts mp3 files so that they have the same volume.       
mp707   This utility works with USB thermometer MP707 (BM1707).More information on device can be found at http://www.masterkit.ru      
mpc   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-full   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   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, AAC, MP3 & OGG media types & only file: & http: protocols.       
mpdscribble   MPD scribble is a music player daemon client which submits information about tracks being played to Last.fm.       
mpg123   fast console mpeg audio player      
mqtt-exec   A simple mqtt subscriber that executes a command on mqtt messages      
mrouted   routed is a 3-clause BSD licensed implementation of the DVMRP multicast routing protocol.It can run on any UNIX based system, from embedded Linux systems to workstations, turning them into multicast routers with tunnel support, which can be used to cross non-multicast-aware routers.       
msd   Multi stream daemon.Program for organizing IP TV streaming on the network via HTTP.       
msmtp   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 /opt/sbin/sendmail.This package is built with SSL support.       
msmtp-nossl   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 /opt/sbin/sendmail.This package is built without SSL support.       
msmtp-queue   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 /opt/sbin/sendmail.This package contains the msmtp queue scripts.       
mtr-json   Full screen ncurses traceroute tool With JSON      
mtr-nojson   Full screen ncurses traceroute tool Without JSON      
multitail   MultiTail allows you to monitor logfiles and command output in multiple windows in a terminal, colorize, filter and merge.       
mutt   Mutt is a small but very powerful text-based mail client for Unix operating systems.       
nagios   service and network monitoring program      
nagios-plugins   plugins for Nagios checks      
nail   Heirloom mailx (formerly known as "nail"  ;) is intended provide the functionality of the POSIX mailx command with additional support for MIME messages, IMAP (including caching), POP3, SMTP, S/MIME, message threading/sorting, scoring, and filtering      
namei   namei uses its arguments as pathnames to any type of Unix file (symlinks, files, directories, and so forth)       
nand-utils   Utilities for NAND devices.       
nano   Nano is a small and simple text editor for use on the terminal.Nano started as an enhanced clone of the Pico text editor.Nowadays Nano wants to be a generally useful editor with sensible defaults (linewise scrolling, no automatic line breaking).Nano is an official GNU package.       
nano-full   nano-full - all features, including syntax highlighting (also uci), multibuffer, Unicode/UTF-8, nanorc, some key bindings.  (libmagic-based file type detection is disabled) Example /etc/nanorc is included.nanorc documentation at https://www.nano-editor.org/dist/latest/nanorc.5.html Nano is a small and simple text editor for use on the terminal.Nano started as an enhanced clone of the Pico text editor.Nowadays Nano wants to be a generally useful editor with sensible defaults (linewise scrolling, no automatic line breaking).Nano is an official GNU package.       
nano-plus   nano-plus - Additional features enabled, larger size than default nano.  (multibuffer, Unicode/UTF-8, help, justify, nanorc, some key bindings) Nano is a small and simple text editor for use on the terminal.Nano started as an enhanced clone of the Pico text editor.Nowadays Nano wants to be a generally useful editor with sensible defaults (linewise scrolling, no automatic line breaking).Nano is an official GNU package.       
natpmpc   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.       
ncat   Much-improved reimplementation of Netcat      
ncat-ssl   Ncat (with OpenSSL support)       
ncdc   ncdc is a modern and lightweight direct connect client with a friendly ncurses interface.       
ncdu   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.       
ncftp   NcFTP Client (also known as just NcFTP) is a set of FREE application programs implementing the File Transfer Protocol (FTP).Main program.       
ncftp-utils   NcFTP Client (also known as just NcFTP) is a set of FREE application programs implementing the File Transfer Protocol (FTP).Utilities.       
ncurses-bin   Terminal-related programs      
ndiff   Utility to compare the results of Nmap scans      
ndisc6   NDisc6 is a small collection of useful tools for IPv6 networking.ndisc6: ICMPv6 Neighbor Discovery tool      
ndppd   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.       
nebula   Nebula is a scalable overlay networking tool with a focus on performance, simplicity and security.It lets you seamlessly connect computers anywhere in the world.Nebula is portable, and runs on Linux, OSX, and Windows.It can be used to connect a small number of computers, but is also able to connect tens of thousands of computers.       
nebula_nohf   Nebula is a scalable overlay networking tool with a focus on performance, simplicity and security.It lets you seamlessly connect computers anywhere in the world.Nebula is portable, and runs on Linux, OSX, and Windows.It can be used to connect a small number of computers, but is also able to connect tens of thousands of computers.       
net-tools   Linux base networking tools.       
netcat   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   netdata is a highly optimized Linux daemon providing real-time performance monitoring for Linux systems, applications and SNMP devices over the web.If you want to use Python plugins install python3, python3-yaml and python3-urllib3      
nethack   Unlike many other Dungeons & Dragons-inspired games, the emphasis in NetHack is on discovering the detail of the dungeon and not simply killing everything in sight - in fact, killing everything in sight is a good way to die quickly.       
nethogs   NetHogs is a small 'net top' tool.Instead of breaking the traffic down per protocol or per subnet, like most tools do, it groups bandwidth by process.If there's suddenly a lot of network traffic, you can fire up NetHogs and immediately see which PID is causing this.This makes it easy to indentify programs that have gone wild and are suddenly taking up your bandwidth.       
netperf   Network performance measurement tool      
nextdns_nohf   NextDNS CLI is a DNS53 to DNS-over-HTTPS (DoH) proxy with advanced capabilities to get the most out of the NextDNS service.Although the most advanced features will only work with NextDNS, this program can work as a client for any DoH provider or a mix of NextDNS + another DNS (split horizon).       
nextdns   NextDNS CLI is a DNS53 to DNS-over-HTTPS (DoH) proxy with advanced capabilities to get the most out of the NextDNS service.Although the most advanced features will only work with NextDNS, this program can work as a client for any DoH provider or a mix of NextDNS + another DNS (split horizon).       
nfs-kernel-server   Kernel NFS server support      
nfs-kernel-server-utils   NFS server utils      
nfs-utils   Updated mount.nfs command - allows mounting nfs4 volumes      
nfs-utils-libs   Libraries provided by nfs-utils      
nfusr   nfusr is a userspace FUSE client for accessing NFSv3 servers based on libnfs.       
nginx   nginx is an HTTP and reverse proxy server, as well as a mail proxy server, written by Igor Sysoev.       
nginx-extras   nginx is an HTTP and reverse proxy server, as well as a mail proxy server, written by Igor Sysoev.This is mainline version where all available plugins and patches are taken from Debian nginx-extras package.       
nginx-ssl   nginx is an HTTP and reverse proxy server, as well as a mail proxy server, written by Igor Sysoev.This variant is compiled with SSL support enabled.To enable additional module select them in the nginx default configuration menu.       
ngrep   ngrep a pcap-aware tool that will allow you to specify extended regular expressions to match against data payloads of packets.It currently recognizes TCP, UDP, and ICMP across Ethernet, PPP, SLIP, FDDI, Token Ring and null interfaces, and understands BPF filter logic in the same fashion as more common packet sniffing tools, like tcpdump and snoop.       
ngrok-c   ngrok client written in C.       
nload   nload is a real time monitor for network traffic.       
nmap   Utility for network exploration or security auditing      
nmap-ssl   Nmap (with OpenSSL support)       
nmon   Linux performance monitoring on-screen or to CSV file.       
nnn   nnn is full-featured tiny terminal file manager and disk usage analyzer, fuzzy app launcher, batch file renamer and file picker.       
node   Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient.Node.js' package ecosystem, npm, is the largest ecosystem of open source libraries in the world. *** The following preparations must be made on the host side. *** 1.gcc 6.3 or higher is required.2.To build a 32-bit target, gcc-multilib, g++-multilib are required.3.Requires libatomic package.  (If necessary, install the 32-bit library at the same time.) ex) sudo apt-get install gcc-multilib g++-multilib      
node-legacy   Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine.Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient.Node.js' package ecosystem, npm, is the largest ecosystem of open source libraries in the world.       
node-npm   NPM is the package manager for NodeJS      
nonroot   This is a small utility for starting executables as a non-privileged user, when running as the superuser (e.g.in an init-script).       
noping   Ncurses application to send ICMP echo request to network hosts      
nping   Network packet generation tool / ping utility      
nping-ssl   Nping (with OpenSSL support)       
nsenter   run program with namespaces of other processes      
nstat   Network statistics utility      
ntfs-3g   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   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   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   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   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, ntptime and sntp.       
ntpd   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   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.       
nut   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-common   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-al175   Driver for Eltek UPS models with AL175 alarm module      
nut-driver-apcsmart   Driver for American Power Conversion Smart Protocol UPS equipment      
nut-driver-apcsmart-old   Driver for American Power Conversion Smart Protocol UPS equipment      
nut-driver-apcupsd-ups   Driver for apcupsd client access      
nut-driver-bcmxcp_usb   Experimental driver for UPSes supporting the BCM/XCP protocol over USB      
nut-driver-bcmxcp   Driver for UPSes supporting the serial BCM/XCP protocol      
nut-driver-belkin   Driver for Belkin serial UPS equipment      
nut-driver-belkinunv   Driver for Belkin "Universal UPS" and compatible      
nut-driver-bestfcom   Driver for Best Power Fortress/Ferrups      
nut-driver-bestfortress   Driver for old Best Fortress UPS equipment      
nut-driver-bestuferrups   Driver for Best Power Micro-Ferrups      
nut-driver-bestups   Driver for Best Power / SOLA (Phoenixtec protocol) UPS equipment      
nut-driver-blazer_ser   Driver for Megatec/Q1 protocol serial based UPS equipment      
nut-driver-blazer_usb   Driver for Megatec/Q1 protocol USB based UPS equipment      
nut-driver-clone   UPS driver clone      
nut-driver-dummy-ups   Driver for multi-purpose UPS emulation      
nut-driver-etapro   Driver for ETA UPS equipment      
nut-driver-everups   Driver for Ever UPS models      
nut-driver-gamatronic   Driver for Gamatronic UPS equipment      
nut-driver-genericups   Driver for contact-closure UPS equipment      
nut-driver-isbmex   Driver for ISBMEX UPS equipment      
nut-driver-ivtscd   Driver for the IVT Solar Controller Device      
nut-driver-liebert   Driver for Liebert contact-closure UPS equipment      
nut-driver-liebert-esp2   Driver for Liebert UPS      
nut-driver-masterguard   Driver for Masterguard UPS equipment      
nut-driver-metasys   Driver for Meta System UPS equipment      
nut-driver-mge-shut   Driver for SHUT Protocol UPS equipment      
nut-driver-mge-utalk   Driver for MGE UPS SYSTEMS UTalk protocol equipment      
nut-driver-microdowell   Driver for Microdowell Enterprise UPS series      
nut-driver-netxml-ups   Driver for NetXML based UPS equipment      
nut-driver-nutdrv_atcl_usb   Driver for ATCL FOR UPS equipment      
nut-driver-nutdrv_qx   Driver for Q* protocol serial and USB based UPS equipment      
nut-driver-oldmge-shut   Driver for SHUT Protocol UPS equipment      
nut-driver-oneac   Driver for Oneac UPS equipment      
nut-driver-optiups   Driver for Opti-UPS (Viewsonic) UPS and Zinto D (ONLINE-USV) equipment      
nut-driver-powercom   Driver for serial Powercom/Trust/Advice UPS equipment      
nut-driver-powerpanel   Driver for PowerPanel Plus compatible UPS equipment      
nut-driver-rhino   Driver for Brazilian Microsol RHINO UPS equipment      
nut-driver-richcomm_usb   Driver for UPS equipment using Richcomm dry-contact to USB solution      
nut-driver-riello_usb   Driver for Riello UPS Protocol UPS equipment via USB      
nut-driver-riello_ser   Driver for Riello UPS Protocol UPS equipment      
nut-driver-safenet   Driver for SafeNet compatible UPS equipment      
nut-driver-snmp-ups   Multi-MIB Driver for SNMP UPS equipment      
nut-driver-solis   Driver for Brazilian Microsol SOLIS UPS equipment      
nut-driver-tripplite   Driver for Tripp-Lite SmartPro UPS equipment      
nut-driver-tripplite_usb   Driver for older Tripp Lite USB UPSes (not PDC HID)       
nut-driver-tripplitesu   Driver for Tripp-Lite SmartOnline (SU) UPS equipment      
nut-driver-upscode2   Driver for UPScode II compatible UPS equipment      
nut-driver-usbhid-ups   Driver for USB/HID UPS equipment      
nut-driver-victronups   Driver for IMV/Victron UPS unit Match      
nut-server   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   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 do not want to include the full interface.       
nut-upscmd   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   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   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-upsrw   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   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   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.       
nyancat   Nyancat rendered in your terminal.       
nzbget   A command-line client/server based binary newsgrabber for nzb-files.       
obfs4   obfs4proxy 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.obfs4proxy implements the obfsucation protocols obfs2, obfs3, and obfs4.It is written in Go and is compliant with the Tor pluggable transports specification, and its modular architecture allows it to support multiple pluggable transports.       
obfs4_nohf   obfs4proxy 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.obfs4proxy implements the obfsucation protocols obfs2, obfs3, and obfs4.It is written in Go and is compliant with the Tor pluggable transports specification, and its modular architecture allows it to support multiple pluggable transports.       
objdump   objdump      
ocserv   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.       
oidentd   A nat aware identd server that will correctly forwared requests to clients.       
olsrd   OLSR (Optimized Link State Routing) daemon      
olsrd-mod-arprefresh   Kernel ARP cache refresh plugin      
olsrd-mod-bmf   Basic multicast forwarding plugin      
olsrd-mod-dot-draw   Dot topology information plugin      
olsrd-mod-dyn-gw   Dynamic internet gateway plugin      
olsrd-mod-dyn-gw-plain   Dynamic internet gateway plain plugin      
olsrd-mod-filtergw   Filter Gateway plugin      
olsrd-mod-httpinfo   Small informative web server plugin      
olsrd-mod-jsoninfo   Small informative plugin with JSON output      
olsrd-mod-mdns   MDNS/Zeroconf/Bonjour packet distribution      
olsrd-mod-nameservice   Lightweight hostname resolver plugin      
olsrd-mod-netjson   netjson plugin with JSON output      
olsrd-mod-p2pd   Peer to Peer Discovery plugin      
olsrd-mod-pgraph   output network topology for pgraph      
olsrd-mod-pud   Position Update Distribution plugin      
olsrd-mod-quagga   Quagga plugin      
olsrd-mod-secure   Message signing plugin to secure routing domain      
olsrd-mod-sgwdynspeed   Smart Gateway dynamic speed plugin      
olsrd-mod-txtinfo   Small informative web server plugin      
olsrd-mod-watchdog   Watchdog plugin      
oniguruma   Oniguruma is a modern and flexible regular expressions library.It encompasses features from different regular expression implementations that traditionally exist in different languages.Character encoding can be specified per regular expression object.       
openconnect   A VPN client compatible with several SSL VPN implementations (ocserv, Cisco AnyConnect, Juniper, Palo Alto) OpenConnect is an SSL VPN client initially created to support Cisco's AnyConnect SSL VPN.It has since been extended to support the Pulse Connect Secure VPN (formerly known as Juniper Network Connect or Junos Pulse) and the Palo Alto Networks GlobalProtect SSL VPN.A corresponding OpenConnect VPN server implementation can be found in the ocserv package.       
opendchub   Open DC hub is a Unix/Linux version of the hub software for the Direct Connect network      
opendkim   The OpenDKIM daemon application and the opendkim-genkey Perl script for generating public/private key pairs.       
opendkim-tools   opendkim-genzone, opendkim-testkey and opendkim-testmsg tools.       
openfortivpn   An open implementation of Fortinet's proprietary PPP+SSL VPN solution It spawns a pppd process and operates the communication between the gateway and this process.It is compatible with Fortinet VPNs.       
openldap-server   This package contains server programs required to provide LDAP services.       
openldap-utils   This package contains client programs required to access LDAP servers.       
openrtsp   LIVE555 Streaming Media (openRTSP)       
openssh-client   OpenSSH client.       
openssh-client-utils   OpenSSH client utilities.       
openssh-keygen   OpenSSH keygen.       
openssh-moduli   OpenSSH server moduli file.       
openssh-server   OpenSSH server.       
openssh-server-pam   OpenSSH server (with PAM support).       
openssh-sftp-client   OpenSSH SFTP client.       
openssh-sftp-server   OpenSSH SFTP server.       
openssl-util   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.       
openswan   Openswan is an IPsec implementation for Linux.This package contains the Openswan user-land daemon.       
opentracker   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   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   CLI utility to build and manage a PKI CA.       
openvpn-openssl   Open source VPN solution using OpenSSL      
oping   Send ICMP echo request to network hosts      
opkg   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.       
oprofile   A transparent low-overhead system-wide profiler.       
oprofile-utils   OProfile System Profiler (extra utilities)       
opus-tools   This package provides command-line utilities to encode, inspect, and decode.opus files.       
oscam   OSCam is an Open Source Conditional Access Module software, based on the very good MpCS version 0.9d.       
owfs   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   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   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.       
owserver   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   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.       
p0f   P0f is a tool that utilizes an array of sophisticated, purely passive traffic fingerprinting mechanisms to identify the players behind any incidental TCP/IP communications (often as little as a single normal SYN) without interfering in any way.       
p7zip   Command line version of 7-zip for POSIX systems.       
pagekitec   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.       
palantir   Palantir is a Linux-based streaming system designed to transmit live video, audio and data over a TCP/IP network, as well as to control remote devices.       
par2cmdline   par2cmdline is a PAR 2.0 compatible file verification and repair tool.       
parted   GNU Parted manipulates partition tables.This is useful for creating space for new operating systems, reorganizing disk usage, copying data on hard disks and disk imaging.       
partx-utils   contains partx, addpart, delpart      
patch   The Patch package contains a program for modifying or creating files by applying a "patch" file typically created by the diff program.       
patchelf   A small utility to modify the dynamic linker and RPATH of ELF executables.       
pcal   PCAL is a calendar-generation program which produce nice-looking PostScript output.       
pciids   PCI ID list      
pciutils   contains collection of programs for inspecting and manipulating configuration of PCI devices      
pcsc-tools   Tools that are used to test a PC/SC driver, card or reader.Only includes pcsc_scan without ATR analysis for now.       
pcscd   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.       
perl   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-cgi   Handle Common Gateway Interface requests and responses      
perl-compress-bzip2   Perl interface to bzip2 compression library      
perl-dbd-pg   PostgreSQL database driver for the DBI module      
perl-dbi   Database independent interface for Perl      
perl-dev   Perl development files      
perl-device-serialport   A POSIX-based version of the Win32::SerialPort module that provides modem support to Perl applications      
perl-encode-locale   Determine the locale encoding      
perl-file-listing   Parse directory listing      
perl-html-form   Class that represents an HTML form element      
perl-html-parser   A collection of modules that parse HTML text documents      
perl-html-tagset   Data tables pertaining to HTML      
perl-html-tree   Represent and create HTML syntax trees      
perl-http-cookies   HTTP cookie jars      
perl-http-daemon   A simple http server class      
perl-http-date   Date conversion routines      
perl-http-message   HTTP style messages      
perl-http-negotiate   Choose a variant to serve      
perl-http-server-simple   Lightweight HTTP server      
perl-image-exiftool   Perl library and command-line application for reading, writing and editing meta information      
perl-io-html   Open an HTML file with automatic charset detection      
perl-lockfile-simple   Simple advisory file locking      
perl-lwp-mediatypes   Guess media type for a file or a URL      
perl-net-http   Low-level HTTP connection (client)       
perl-net-telnet   Telnet client      
perl-sub-uplevel   Apparently run a function in a higher stack frame      
perl-test-harness   Perl Test Harness      
perl-test-warn   Perl extension to test methods for warnings      
perl-text-csv_xs   Text comma-separated values manipulation routines      
perl-try-tiny   Minimal try/catch with proper preservation of /media/ware3/Entware.2022.04/bin/targets/armv7-3.2/generic-glibc/packages/perl-try-tiny_0.31+perl5.28-1_armv7-3.2.ipk      
perl-uri   Manipulates and accesses URI strings      
perl-www   WWW client/server library for Perl (aka LWP)       
perl-www-curl   Perl bindings to libcurl      
perl-www-mechanize   Perl WWW Mechanize      
perl-www-robotrules   database of robots.txt-derived permissions      
perlbase-anydbm-file   AnyDBM_File perl module      
perlbase-app   app perl module      
perlbase-archive   Archive perl module      
perlbase-arybase   arybase perl module      
perlbase-attribute   Attribute perl module      
perlbase-attributes   attributes perl module      
perlbase-autodie   autodie perl module      
perlbase-autoloader   AutoLoader perl module      
perlbase-autosplit   AutoSplit perl module      
perlbase-autouse   autouse perl module      
perlbase-b   B perl module      
perlbase-base   base perl module      
perlbase-benchmark   Benchmark perl module      
perlbase-bigint   bigint perl module      
perlbase-bignum   bignum perl module      
perlbase-blib   blib perl module      
perlbase-bytes   bytes perl module      
perlbase-charnames   charnames perl module      
perlbase-class   Class perl module      
perlbase-compress   Compress perl module      
perlbase-config   Config perl module      
perlbase-cpan   CPAN perl module      
perlbase-cwd   Cwd perl module      
perlbase-data   Data perl module      
perlbase-db   DB perl module      
perlbase-db-file   DB_File perl module      
perlbase-dbm-filter   DBM_Filter perl module      
perlbase-devel   Devel perl module      
perlbase-diagnostics   diagnostics perl module      
perlbase-digest   Digest perl module      
perlbase-dirhandle   DirHandle perl module      
perlbase-dumpvalue   Dumpvalue perl module      
perlbase-dumpvar   dumpvar perl module      
perlbase-dynaloader   DynaLoader perl module      
perlbase-encode   Encode perl module      
perlbase-encoding   encoding perl module      
perlbase-english   English perl module      
perlbase-env   Env perl module      
perlbase-errno   Errno perl module      
perlbase-essential   essential perl module      
perlbase-experimental   experimental perl module      
perlbase-extutils   ExtUtils perl module      
perlbase-fatal   Fatal perl module      
perlbase-fcntl   Fcntl perl module      
perlbase-feature   feature perl module      
perlbase-fields   fields perl module      
perlbase-file   File perl module      
perlbase-filecache   FileCache perl module      
perlbase-filehandle   FileHandle perl module      
perlbase-filetest   filetest perl module      
perlbase-filter   Filter perl module      
perlbase-findbin   FindBin perl module      
perlbase-gdbm-file   GDBM_File perl module      
perlbase-getopt   Getopt perl module      
perlbase-hash   Hash perl module      
perlbase-http-tiny   http-tiny perl module      
perlbase-i18n   I18N perl module      
perlbase-if   if perl module      
perlbase-integer   integer perl module      
perlbase-io   IO perl module      
perlbase-ipc   IPC perl module      
perlbase-json-pp   json-pp perl module      
perlbase-less   less perl module      
perlbase-list   List perl module      
perlbase-locale   Locale perl module      
perlbase-math   Math perl module      
perlbase-memoize   Memoize perl module      
perlbase-meta-notation   meta_notation module      
perlbase-mime   MIME perl module      
perlbase-module   Module perl module      
perlbase-mro   mro perl module      
perlbase-net   Net perl module      
perlbase-next   NEXT perl module      
perlbase-o   O perl module      
perlbase-opcode   Opcode perl module      
perlbase-open   open perl module      
perlbase-ops   ops perl module      
perlbase-ostype   OSType perl module      
perlbase-params   Params perl module      
perlbase-perl5db   perl5db perl module      
perlbase-perlio   PerlIO perl module      
perlbase-pod   Pod perl module      
perlbase-posix   POSIX perl module      
perlbase-re   re perl module      
perlbase-safe   Safe perl module      
perlbase-scalar   Scalar perl module      
perlbase-sdbm-file   SDBM_File perl module      
perlbase-search   Search perl module      
perlbase-selectsaver   SelectSaver perl module      
perlbase-selfloader   SelfLoader perl module      
perlbase-sigtrap   sigtrap perl module      
perlbase-socket   Socket perl module      
perlbase-sort   sort perl module      
perlbase-storable   Storable perl module      
perlbase-symbol   Symbol perl module      
perlbase-sys   Sys perl module      
perlbase-tap   TAP perl module      
perlbase-term   Term perl module      
perlbase-test   Test perl module      
perlbase-text   Text perl module      
perlbase-thread   Thread perl module      
perlbase-threads   threads perl module      
perlbase-tie   Tie perl module      
perlbase-time   Time perl module      
perlbase-unicode   Unicode perl module      
perlbase-unicore   unicore perl module      
perlbase-universal   UNIVERSAL perl module      
perlbase-user   User perl module      
perlbase-utf8   utf8 perl module      
perlbase-version   version perl module      
perlbase-xsloader   XSLoader perl module      
pgsql-cli   Command Line Interface (CLI) to PostgreSQL databases.       
pgsql-cli-extra   Command Line extras for PostgreSQL databases.       
pgsql-server   PostgreSQL databases Server.       
phodav   Phodav was initially developed as a filesharing mechanism for Spice, but it is generic enough to be reused in other projects, in particular in the GNOME desktop.       
php8   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 php8 in parallel on the same target is not supported in OpenWrt/LEDE/Entware.       
php8-cgi   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 PHP8 interpreter.       
php8-cli   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 PHP8 interpreter.       
php8-fastcgi   As FastCGI support is now a core feature the php8-fastcgi package now depends on the php8-cgi package, containing just the startup script.       
php8-fpm   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 PHP8 interpreter.       
php8-mod-bcmath   Bcmath shared module      
php8-mod-calendar   Calendar shared module      
php8-mod-ctype   Ctype shared module      
php8-mod-curl   cURL shared module      
php8-mod-dom   DOM shared module      
php8-mod-exif   EXIF shared module      
php8-mod-fileinfo   Fileinfo shared module      
php8-mod-filter   Filter shared module      
php8-mod-ftp   FTP shared module      
php8-mod-gd   GD graphics shared module      
php8-mod-gettext   Gettext shared module      
php8-mod-gmp   GMP shared module      
php8-mod-iconv   iConv shared module      
php8-mod-imap   IMAP shared module      
php8-mod-intl   Note that this package depends in ICU library which is built without data by default.This is to satisfy programs build and run dependencies but to keep the installed footprint small on the target system (s).However, the data is required to make the ICU library useful - and thus directly affects PHPs ICU extension, too - so consider to also select/install package 'icu-full-data'.       
php8-mod-ldap   LDAP shared module      
php8-mod-mbstring   MBString shared module      
php8-mod-mysqli   MySQL Improved Extension shared module      
php8-mod-mysqlnd   MySQL Native Driver shared module      
php8-mod-opcache   OPcache shared module      
php8-mod-openssl   OpenSSL shared module      
php8-mod-pcntl   PCNTL shared module      
php8-mod-pdo   PHP Data Objects shared module      
php8-mod-pdo-mysql   PDO driver for MySQL shared module      
php8-mod-pdo-pgsql   PDO driver for PostgreSQL shared module      
php8-mod-pdo-sqlite   PDO driver for SQLite 3.x shared module      
php8-mod-pgsql   PostgreSQL shared module      
php8-mod-phar   Phar Archives shared module      
php8-mod-session   Session shared module      
php8-mod-shmop   Shared Memory shared module      
php8-mod-simplexml   SimpleXML shared module      
php8-mod-snmp   SNMP shared module      
php8-mod-soap   SOAP shared module      
php8-mod-sockets   Sockets shared module      
php8-mod-sqlite3   SQLite3 shared module      
php8-mod-sysvmsg   System V messages shared module      
php8-mod-sysvsem   System V shared memory shared module      
php8-mod-sysvshm   System V semaphore shared module      
php8-mod-tokenizer   Tokenizer shared module      
php8-mod-xml   XML shared module      
php8-mod-xmlreader   XMLReader shared module      
php8-mod-xmlwriter   XMLWriter shared module      
php8-mod-zip   ZIP shared module      
php8-pecl-dio   Direct I/O functions      
php8-pecl-gmagick   Provides a wrapper to the GraphicsMagick library      
php8-pecl-http   Extended HTTP Support      
php8-pecl-imagick   Image Processing (ImageMagick binding)       
php8-pecl-mcrypt   Bindings for the libmcrypt library      
php8-pecl-raphf   Resource and persistent handles factory      
php8-pecl-redis   PHP extension for interfacing with Redis      
php8-pecl-sodium   Bindings for libsodium      
php8-pecl-trader   Technical Analysis for traders      
picocom   minimal dumb-terminal emulation program      
pigz   pigz      
pimd   pimd is a lightweight standalone PIM-SM/SSM v2 multicast routing daemon.It is the original USC (netweb/catarina.usc.edu) implementation of the protocol, RFC 2362.Today pimd strives for RFC 4601 compliance, with the v2.3.0 release supporting both PIM-SSM and IGMPv3.       
pinentry   pinentry is a small collection of dialog programs that allow GnuPG to read passphrases and PIN numbers in a secure manner.There are versions for the common GTK and Qt toolkits as well as for the text terminal (Curses).       
pingu   Pingu is a daemon that takes care of policy routing and fail-over in multi ISP setups.Support for DHCP, PPP, ISP failover, Load-balancing (nexthop), optional route rule based on fwmark, run script when ISP goes up/down.       
pixelserv-tls   pixelserv-tls is a tiny bespoke webserver for adblock with HTTP/1.1 and HTTPS support      
pixiewps   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.       
pkg-config   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).       
playsip   LIVE555 Streaming Media (playSIP)       
polipo   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.       
poppler-utils   Poppler is a PDF rendering utilities based on the xpdf-3.0.       
portaudio   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.       
portspoof   The Portspoof program primary goal is to enhance OS security through a set of few techniques: all TCP ports are always open, every open TCP port emulates a services.Portspoof can be used as an 'Exploitation Framework Frontend', that turns your system into responsive and aggressive machine.       
postfix   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   This package contains the PPP (Point-to-Point Protocol) daemon.       
ppp-mod-pppoa   This package contains a PPPoA (PPP over ATM) plugin for ppp.       
ppp-mod-pppoe   This package contains a PPPoE (PPP over Ethernet) plugin for ppp.       
ppp-mod-pppol2tp   This package contains a PPPoL2TP (PPP over L2TP) plugin for ppp.       
ppp-mod-pptp   This package contains a PPtP plugin for ppp.       
ppp-mod-radius   This package contains a RADIUS (Remote Authentication Dial-In User Service) plugin for ppp.       
pppdump   This package contains an utility to read PPP record file.       
pppoe-discovery   This tool performs the same discovery process as pppoe, but does not initiate a session.Can be useful to debug pppoe.       
pppstats   This package contains an utility to report PPP statistics.       
pptpd   PopTop pptp server      
privoxy   Privoxy WEB Proxy - Homepage: www.privoxy.org      
procps-ng   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   Installs the applet free.       
procps-ng-kill   Installs the applet kill.       
procps-ng-pgrep   Installs the applet pgrep.       
procps-ng-pkill   Installs the applet pkill.       
procps-ng-pmap   Installs the applet pmap.       
procps-ng-ps   Installs the applet ps.       
procps-ng-pwdx   Installs the applet pwdx.       
procps-ng-skill   Installs the applet skill.       
procps-ng-slabtop   Installs the applet slabtop.       
procps-ng-snice   Installs the applet snice.       
procps-ng-sysctl   Installs the applet sysctl.       
procps-ng-tload   Installs the applet tload.       
procps-ng-top   Installs the applet top.       
procps-ng-uptime   Installs the applet uptime.       
procps-ng-vmstat   Installs the applet vmstat.       
procps-ng-w   Installs the applet w.       
procps-ng-watch   Installs the applet watch.       
proftpd   ProFTPD FTP server      
progress   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.       
prosody   Prosody is an exciting new server for Jabber/XMPP written in Lua.It aims to be easy to use, and light on resources      
protobuf   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.This package provides the libprotoc, libprotobuf, and libprotobuf-lite libraries.For a much smaller protobuf package, see "protobuf-lite".       
protobuf-lite   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.This package provides the libprotobuf-lite library.       
ps3netsrv   C++ implementation of the ps3netsrv server (no SSL)       
ps3netsrv-mbedtls   C++ implementation of the ps3netsrv server (Mbed TLS)       
psmisc   psmisc is a set of additional small useful utilities that use the proc filesystem like fuser, killall, prtstat, pstree.       
ptokax   PtokaX Direct Connect Hub is a multi-platform server application for Neo-Modus Direct Connect Peer-To-Peer sharing network.       
pulseaudio-daemon   PulseAudio (formerly Polypaudio) is a cross-platform, networked sound server.       
pulseaudio-tools   Tools for Pulseaudio      
pureftpd   Pure-FTPd is a fast, production-quality, standard-conformant FTP server, based upon Troll-FTPd.       
pv   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.       
pwnat   The only tool to punch holes through firewalls/NATs where both clients and server can be behind separate NATs without any 3rd party involvement.       
python-pip-conf   Configuration file for pip/pip3      
python3   This package contains the (almost) full Python install.It's python3-light + all other packages.       
python3-appdirs   Determining platform-specific dirs      
python3-asgiref   ASGI is a standard for Python asynchronous web apps and servers to communicate with each other, and positioned as an asynchronous successor to WSGI.       
python3-asyncio   Python 3.10 asyncio module      
python3-attrs   attrs is an MIT-licensed Python package with class decorators that ease the chores of implementing the most common attribute-related object protocols.       
python3-automat   Automat is a library for concise, idiomatic Python expression of finite-state automata (particularly deterministic finite-state transducers).       
python3-base   This package contains only the interpreter and the bare minimum for the interpreter to start.       
python3-bcrypt   Good password hashing for your software and your servers.       
python3-borgbackup   BorgBackup (short: Borg) is a deduplicating backup program.Optionally, it supports compression and authenticated encryption.The main goal of Borg is to provide an efficient and secure way to backup data.The data deduplication technique used makes Borg suitable for daily backups since only changes are stored.The authenticated encryption technique makes it suitable for backups to not fully trusted targets.       
python3-certifi   Certifi is a carefully curated collection of Root Certificates for validating the trustworthiness of SSL certificates while verifying the identity of TLS hosts.       
python3-cffi   Foreign Function Interface for Python calling C code.       
python3-cgi   Python 3.10 cgi module      
python3-cgitb   Python 3.10 cgitb module      
python3-chardet   Universal encoding detector for Python 2 and 3      
python3-codecs   Python 3.10 codecs + unicode support      
python3-constantly   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.       
python3-cryptodome   PyCryptodome is a self-contained Python package of low-level cryptographic primitives.       
python3-cryptography   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+.       
python3-ctypes   Python 3.10 ctypes module      
python3-cups   This is a Python bindings for the CUPS API, known as pycups.It was written for use with system-config-printer, but can be put to other uses as well.       
python3-curl   PycURL is a Python interface to libcurl, the multiprotocol file transfer library.       
python3-dateutil   Extensions to the standard Python datetime module      
python3-dbm   Python 3.10 dbm module      
python3-decimal   Python 3.10 decimal module      
python3-defusedxml   The defusedxml package contains several Python-only workarounds and fixes for denial of service and other vulnerabilities in Python’s XML libraries.       
python3-dev   Python 3.10 development files      
python3-distutils   Python 3.10 distutils module      
python3-django   The web framework for perfectionists with deadlines.       
python3-email   Python 3.10 email module      
python3-et_xmlfile   An implementation of lxml.xmlfile for the standard library.It is based upon the xmlfile module from lxml with the aim of allowing code to be developed that will work with both libraries.       
python3-hyperlink   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.       
python3-idna   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.       
python3-incremental   Incremental is a small library that versions your Python projects.       
python3-jdcal   This module contains functions for converting between Julian dates and calendar dates.       
python3-lib2to3   Python 3.10 lib2to3 module      
python3-libtorrent   Rasterbar libtorrent is a C++ library that aims to be a good alternative to all the other bittorrent implementations around.This package contains Python 3 bindings for the libtorrent-rasterbar library.       
python3-light   This package is essentially the python3-base package plus a few of the rarely used (and big) libraries stripped out into separate packages.       
python3-logging   Python 3.10 logging module      
python3-lxml   lxml is a Pythonic, mature binding for the libxml2 and libxslt libraries.It provides safe and convenient access to these libraries using the ElementTree API.It extends the ElementTree API significantly to offer support for XPath, RelaxNG, XML Schema, XSLT, C14N and much more.       
python3-lzma   Python 3.10 lzma module      
python3-mako   Mako is a template library written in Python.       
python3-markupsafe   MarkupSafe implements a text object that escapes characters so it is safe to use in HTML and XML.       
python3-multiprocessing   Python 3.10 multiprocessing      
python3-ncurses   Python 3.10 ncurses module      
python3-openpyxl   A Python library to read/write Excel 2010 xlsx/xlsm files      
python3-openssl   Python 3.10 SSL module      
python3-packaging   The packaging project includes version handling, specifiers, markers, requirements, tags, utilities.       
python3-pillow   The friendly PIL fork      
python3-pip   Python 3.10 pip module      
python3-pkg-resources   Python 3.10 pkg_resources module (part of setuptools)       
python3-ply   PLY is a 100% Python implementation of the common parsing tools lex and yacc.       
python3-psutil   psutil is a cross-platform library for retrieving information on running processes and system utilization.       
python3-pyasn1   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.       
python3-pyasn1-modules   This is a small but growing collection of ASN.1 data structures expressed in Python terms using pyasn1 data model.       
python3-pycparser   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.       
python3-pydoc   Python 3.10 pydoc module      
python3-pymysql   This package contains a pure-Python MySQL client library, based on PEP 249.       
python3-pyopenssl   Python wrapper module around the OpenSSL library      
python3-pyparsing   The pyparsing module is an alternative approach to creating and executing simple grammars, vs.the traditional lex/yacc approach, or the use of regular expressions.The pyparsing module provides a library of classes that client code uses to construct the grammar directly in Python code.       
python3-pytz   World timezone definitions, modern and historical      
python3-pyxdg   a library supporting various freedesktop standards      
python3-rdiff-backup   rdiff-backup backs up one directory to another, possibly over a network.The target directory ends up a copy of the source directory, but extra reverse diffs are stored in a special subdirectory of that target directory, so you can still recover files lost some time ago.The idea is to combine the best features of a mirror and an incremental backup.       
python3-readline   Python 3.10 readline module      
python3-regex   This new regex implementation is intended eventually to replace Python’s current re module implementation.       
python3-rencode   The rencode module is similar to bencode from the BitTorrent project.       
python3-requests   Requests is the only Non-GMO HTTP library for Python, safe for human consumption      
python3-service-identity   service_identity aspires to give you all the tools you need for verifying whether a certificate is valid for the intended purposes.       
python3-setproctitle   A Python module to customize the process title.       
python3-setuptools   Python 3.10 setuptools module      
python3-six   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.       
python3-sqlite3   Python 3.10 sqlite3 module      
python3-sqlparse   A non-validating SQL parser module.It provides support for parsing, splitting and formatting SQL statements.       
python3-twisted   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.       
python3-typing-extensions   Backported and Experimental Type Hints for Python.       
python3-unittest   Python 3.10 unittest module      
python3-urllib   Python 3.10 URL library module      
python3-urllib3   HTTP library with thread-safe connection pooling, file post, and more.       
python3-uuid   Python 3.10 UUID module      
python3-uvloop   uvloop is a fast, drop-in replacement of the built-in asyncio event loop.uvloop is implemented in Cython and uses libuv under the hood.       
python3-xml   Python 3.10 xml libs      
python3-yaml   PyYAML is a YAML parser and emitter for the Python programming language.       
python3-zope-interface   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.       
qbittorrent   qBittorrent is a bittorrent client programmed in C++ / Qt that uses libtorrent (sometimes called libtorrent-rasterbar) by Arvid Norberg.It aims to be a good alternative to all other bittorrent clients out there.qBittorrent is fast, stable and provides unicode support as well as many features.       
qmi-utils   Utilities to talk to QMI enabled modems      
qpdf   QPDF is a command-line program for transformations on PDF files.       
qrencode   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.       
qt5-core   qt5 core      
qt5-network   qt5 network      
qt5-sql   qt5 sql      
qt5-xml   qt5 xml      
quagga   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   BGPv4, BGPv4+, BGPv4- routing engine      
quagga-isisd   IS-IS routing engine      
quagga-libospf   OSPF library      
quagga-libzebra   zebra library      
quagga-ospf6d   OSPFv3 routing engine      
quagga-ospfd   OSPFv2 routing engine      
quagga-ripd   RIP routing engine      
quagga-ripngd   RIPNG routing engine      
quagga-vtysh   integrated shell for Quagga routing software      
quagga-watchquagga   Quagga watchdog      
quagga-zebra   Zebra daemon      
radare2   UNIX-like reverse engineering framework and command-line toolset.       
radlib   radlib is a rapid application development library for unix multi-process applications.       
radvd   radvd is the router advertisement daemon for IPv6.It listens to router solicitations and sends router advertisements as described in "Neighbor Discovery for IP Version 6 (IPv6) " (RFC 4861).With these advertisements hosts can automatically configure their addresses and some other parameters.They also can choose a default router based on these advertisements.       
radvdump   radvdump prints out the contents of incoming router advertisements sent by radvd or some other software implementing (parts of) "Neighbor Discovery for IP Version 6 (IPv6) " (RFC 4861).       
rar2fs   FUSE file system for reading RAR archives.       
rclone_nohf   Rclone is a command line program to sync files and directories to and from: Google Drive Amazon S3 Openstack Swift / Rackspace cloud files / Memset Memstore Dropbox Google Cloud Storage Amazon Cloud Drive Microsoft One Drive Hubic Backblaze B2 Yandex Disk The local filesystem      
rclone   Rclone is a command line program to sync files and directories to and from: Google Drive Amazon S3 Openstack Swift / Rackspace cloud files / Memset Memstore Dropbox Google Cloud Storage Amazon Cloud Drive Microsoft One Drive Hubic Backblaze B2 Yandex Disk The local filesystem      
rcon   Rcon is a command line application that can be used as a Source RCON client.It will send commands to the given server, and print the reply to stdout.       
rdfind   Rdfind is a command line tool that finds duplicate files.It is useful for compressing backup directories or just finding duplicate files.It compares files based on their content, NOT on their file names.       
rdisc6   NDisc6 is a small collection of useful tools for IPv6 networking.rdisc6: ICMPv6 Router Discovery tool      
redis-cli   Redis cli      
redis-server   Redis server      
redis-utils   Redis utilities      
redsocks   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.       
remind   Remind is a powerfull commadline reminder.       
rename   rename will rename the specified files by replacing the first occurrence of expression in their name by replacement      
reptyr   reptyr is a utility for taking an existing running program and attaching it to a new terminal.Started a long-running process over ssh, but have to leave and don't want to interrupt it? Just start a screen, use reptyr to grab it, and then kill the ssh session and head on home.       
resize2fs   Ext2 Filesystem resize utility      
resolveip   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.       
rng-tools   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      
rpcapd   Capture daemon to be controlled by a remote libpcap application      
rpcbind   The rpcbind utility is a server that converts RPC program numbers into universal addresses.It must be running on the host to be able to make RPC calls on a server on that machine.Rpcbind replaces portmap for NFS v2/v3.It has more features, like ipv6 support.Note: Nfs4 only configurations can run without it.       
rrdcgi   Round Robin Database (RRD) CGI graphing tool (v1.2.x)       
rrdcgi1   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.       
rrdtool   Round Robin Database (RRD) management tools (v1.2.x)       
rrdtool1   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.       
rrsync   rrsync is a script which wraps around rsync to restrict its permission to a particular subdirectory via ~/.ssh/authorized_keys and/or to read-only or write-only mode      
rsnapshot   rsnapshot is a filesystem snapshot utility for making backups of local and remote systems.Using rsync and hard links, it is possible to keep multiple, full backups instantly available.The disk space required is just a little more than the space of one full backup, plus incrementals.       
rsync   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   rsyncd is a configuration file and initscript to utilize rsync as a daemon.It uses the same binary as rsync.       
rtl_433   rtl_433 (despite the name) is a generic data receiver, mainly for the 433.92 MHz, 868 MHz (SRD), 315 MHz, 345 MHz, and 915 MHz ISM bands.To use it with OpenWrt you need a Realtek RTL2832 based DVB USB dongle (SoapySDR is not supported).       
rtl_433-ssl   rtl_433 (despite the name) is a generic data receiver, mainly for the 433.92 MHz, 868 MHz (SRD), 315 MHz, 345 MHz, and 915 MHz ISM bands.To use it with OpenWrt you need a Realtek RTL2832 based DVB USB dongle (SoapySDR is not supported).This package includes OpenSSL support which allows you to send data to influxDB/MQTT using TLS.       
rtl-sdr   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.       
rtmpdump   rtmpdump is a toolkit for RTMP streams.All forms of RTMP are supported.       
rtorrent   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-easy-install   This pakage helps to configure rtorrent with rutorrent web interface.Please note, we assuming no lighttpd installed\configured on your system before! .Just answer a few question to get torrent-client working.       
rtorrent-rpc   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   RTP (Realtime Transport Protocol) proxy      
rtpproxy-mod-acct-csv   RTPproxy CSV accounting module      
rtpproxy-mod-acct-rtcp-hep   RTPproxy RTCP HEP accounting module      
rtpproxy-util-extractaudio   RTPproxy extractaudio utility      
rtpproxy-util-makeann   RTPproxy makeann utility      
ruby   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-abbrev   This package contains the ruby Calculates the set of unambiguous abbreviations for a given set of strings.Provides: - /opt/lib/ruby/3.0/abbrev.rb - /opt/lib/ruby/gems/3.0/gems/abbrev-*/ - /opt/lib/ruby/gems/3.0/specifications/default/abbrev-*.gemspec      
ruby-base64   This package contains the ruby Encode and decode base64.Provides: - /opt/lib/ruby/3.0/base64.rb - /opt/lib/ruby/gems/3.0/gems/base64-*/ - /opt/lib/ruby/gems/3.0/specifications/default/base64-*.gemspec      
ruby-benchmark   This package contains the ruby Performance benchmarking library.Provides: - /opt/lib/ruby/3.0/benchmark.rb - /opt/lib/ruby/3.0/benchmark/ - /opt/lib/ruby/gems/3.0/gems/benchmark-*/ - /opt/lib/ruby/gems/3.0/specifications/default/benchmark-*.gemspec      
ruby-bigdecimal   This package contains the ruby Arbitrary-precision decimal floating-point library.Provides: - /opt/lib/ruby/3.0/*/bigdecimal.so - /opt/lib/ruby/3.0/bigdecimal/ - /opt/lib/ruby/3.0/bigdecimal.rb - /opt/lib/ruby/gems/3.0/specifications/default/bigdecimal-*.gemspec      
ruby-bundler   This package contains the ruby Manage dependencies.       
ruby-cgi   This package contains the ruby CGI support toolkit.Provides: - /opt/lib/ruby/3.0/cgi.rb - /opt/lib/ruby/3.0/cgi/ - /opt/lib/ruby/gems/3.0/gems/cgi-*/ - /opt/lib/ruby/gems/3.0/specifications/default/cgi-*.gemspec - /opt/lib/ruby/3.0/*/cgi/escape.so      
ruby-continuation   This package contains the ruby Similar to C setjmp/longjmp with extra states.Provides: - /opt/lib/ruby/3.0/*/continuation.so      
ruby-coverage   This package contains the ruby Coverage measurement.Provides: - /opt/lib/ruby/3.0/coverage.rb - /opt/lib/ruby/3.0/*/coverage.so      
ruby-csv   This package contains the ruby CSV Reading and Writing.Provides: - /opt/lib/ruby/3.0/csv.rb - /opt/lib/ruby/3.0/csv/ - /opt/lib/ruby/gems/3.0/specifications/default/csv-*.gemspec      
ruby-date   This package contains the ruby Comparable module for handling dates.Provides: - /opt/lib/ruby/3.0/date.rb - /opt/lib/ruby/3.0/*/date_core.so - /opt/lib/ruby/gems/3.0/specifications/default/date-*.gemspec      
ruby-dbm   The DBM class provides a wrapper to a Unix-style dbm or Database Manager library.This package provides dbm.so file.Provides: - /opt/lib/ruby/3.0/*/dbm.so - /opt/lib/ruby/gems/3.0/specifications/default/dbm-*.gemspec      
ruby-debug   This package contains the ruby generic command line interface for ruby-debug.Provides: - /opt/lib/ruby/3.0/debug.rb - /opt/lib/ruby/gems/3.0/specifications/default/debug-*.gemspec      
ruby-delegate   This package contains the ruby lib to delegate method calls to an object.Provides: - /opt/lib/ruby/3.0/delegate.rb - /opt/lib/ruby/3.0/delegate/ - /opt/lib/ruby/gems/3.0/gems/delegate-*/ - /opt/lib/ruby/gems/3.0/specifications/default/delegate-*.gemspec      
ruby-dev   Header files for compiling extension modules for the Ruby 3.0      
ruby-did-you-mean   This package contains the ruby did you mean? experience.Provides: - /opt/lib/ruby/3.0/did_you_mean.rb - /opt/lib/ruby/3.0/did_you_mean/ - /opt/lib/ruby/gems/3.0/gems/did_you_mean-*/ - /opt/lib/ruby/gems/3.0/specifications/default/did_you_mean-*.gemspec      
ruby-digest   Provides digest* files.Can be configured to use OpenSSL or bundled hash functions.Provides: - /opt/lib/ruby/3.0/digest - /opt/lib/ruby/3.0/digest.rb - /opt/lib/ruby/3.0/*/digest.so - /opt/lib/ruby/3.0/*/digest/* - /opt/lib/ruby/gems/3.0/specifications/default/digest-*.gemspec      
ruby-drb   This package contains the ruby distributed object system.Provides: - /opt/lib/ruby/3.0/drb.rb - /opt/lib/ruby/3.0/drb - /opt/lib/ruby/gems/3.0/specifications/default/drb-*.gemspec      
ruby-enc   This package contains the ruby character re-coding library charset (small subset).Provides: - /opt/lib/ruby/3.0/*/enc/encdb.so - /opt/lib/ruby/3.0/*/enc/iso_8859_1.so - /opt/lib/ruby/3.0/*/enc/utf_*.so - /opt/lib/ruby/3.0/*/enc/euc_jp.so      
ruby-enc-extra   This package contains the ruby character re-coding library charset (extra subset).Provides: - /opt/lib/ruby/3.0/*/enc Except: - /opt/lib/ruby/3.0/*/enc/encdb.so - /opt/lib/ruby/3.0/*/enc/iso_8859_1.so - /opt/lib/ruby/3.0/*/enc/utf_*.so - /opt/lib/ruby/3.0/*/enc/euc_jp.so      
ruby-english   This package contains the ruby Reference some global vars as english variables.Provides: - /opt/lib/ruby/3.0/English.rb - /opt/lib/ruby/gems/3.0/specifications/default/english-*.gemspec      
ruby-erb   This package contains the ruby (embedded interpreter).       
ruby-etc   This package contains the ruby Access info typically stored in /etc.Provides: - /opt/lib/ruby/3.0/*/etc.so - /opt/lib/ruby/gems/3.0/specifications/default/etc-*.gemspec      
ruby-expect   This package contains the ruby Expect-like for IO.Provides: - /opt/lib/ruby/3.0/expect.rb      
ruby-fcntl   This package contains the ruby Loads constants defined in the OS fcntl.h C header file.Provides: - /opt/lib/ruby/3.0/*/fcntl.so - /opt/lib/ruby/gems/3.0/specifications/default/fcntl-*.gemspec      
ruby-fiber   This package contains the ruby Light weight cooperative concurrency.Provides: - /opt/lib/ruby/3.0/*/fiber.so      
ruby-fiddle   This package contains the ruby Libffi wrapper for Ruby.Provides: - /opt/lib/ruby/3.0/fiddle.rb - /opt/lib/ruby/3.0/fiddle/ - /opt/lib/ruby/3.0/*/fiddle.so - /opt/lib/ruby/gems/3.0/specifications/default/fiddle-*.gemspec      
ruby-fileutils   This package contains the ruby File utility methods for copying moving removing etc.Provides: - /opt/lib/ruby/3.0/fileutils.rb - /opt/lib/ruby/gems/3.0/gems/fileutils-*/ - /opt/lib/ruby/gems/3.0/specifications/default/fileutils-*.gemspec      
ruby-find   This package contains the ruby top-down traversal of a set of file paths.Provides: - /opt/lib/ruby/3.0/find.rb - /opt/lib/ruby/gems/3.0/specifications/default/find-*.gemspec      
ruby-forwardable   This package contains the ruby delegation of methods to a object.Provides: - /opt/lib/ruby/3.0/forwardable.rb - /opt/lib/ruby/3.0/forwardable - /opt/lib/ruby/gems/3.0/specifications/default/forwardable-*.gemspec      
ruby-gdbm   This package contains the ruby Ruby extension for GNU dbm.Provides: - /opt/lib/ruby/3.0/*/gdbm.so - /opt/lib/ruby/gems/3.0/specifications/default/gdbm-*.gemspec      
ruby-gems   This package contains the ruby gems packet management.       
ruby-getoptlong   This package contains the ruby implementation of getoptLong.Provides: - /opt/lib/ruby/3.0/getoptlong.rb - /opt/lib/ruby/3.0/getoptlong/ - /opt/lib/ruby/gems/3.0/gems/getoptlong-*/ - /opt/lib/ruby/gems/3.0/specifications/default/getoptlong-*.gemspec      
ruby-io-console   This package contains the ruby Console interface.Provides: - /opt/lib/ruby/3.0/*/io/console.so - /opt/lib/ruby/3.0/io/console/ - /opt/lib/ruby/gems/3.0/specifications/default/io-console-*.gemspec      
ruby-io-nonblock   This package contains the ruby Non-blocking mode with IO class.Provides: - /opt/lib/ruby/3.0/*/io/nonblock.so - /opt/lib/ruby/gems/3.0/specifications/default/io-nonblock-*.gemspec      
ruby-io-wait   This package contains the ruby Waits until IO is readable or writable without blocking.Provides: - /opt/lib/ruby/3.0/*/io/wait.so - /opt/lib/ruby/gems/3.0/specifications/default/io-wait-*.gemspec      
ruby-ipaddr   This package contains the ruby Set of methods to manipulate an IP address.Provides: - /opt/lib/ruby/3.0/ipaddr.rb - /opt/lib/ruby/gems/3.0/specifications/default/ipaddr-*.gemspec      
ruby-irb   This package contains the ruby (interactive shell).       
ruby-json   This package contains the ruby JSON Implementation for Ruby.Provides: - /opt/lib/ruby/3.0/json.rb - /opt/lib/ruby/3.0/json - /opt/lib/ruby/3.0/*/json - /opt/lib/ruby/gems/3.0/specifications/default/json-*.gemspec Except: - /opt/lib/ruby/3.0/psych - /opt/lib/ruby/3.0/psych.rb - /opt/lib/ruby/3.0/*/psych.so - /opt/lib/ruby/gems/3.0/specifications/default/psych-*.gemspec      
ruby-logger   This package contains the ruby logger and syslog library.Provides: - /opt/lib/ruby/3.0/logger.rb - /opt/lib/ruby/3.0/logger/ - /opt/lib/ruby/gems/3.0/specifications/default/logger-*.gemspec      
ruby-matrix   This package contains the ruby implementation of Matrix and Vector classes.Provides: - /opt/lib/ruby/3.0/matrix.rb - /opt/lib/ruby/3.0/matrix - /opt/lib/ruby/gems/3.0/specifications/default/matrix-*.gemspec      
ruby-minitest   This package contains the ruby Gem minitest.Provides: - /opt/lib/ruby/gems/3.0/specifications/minitest-*.gemspec - /opt/lib/ruby/gems/3.0/gems/minitest-* Except: - /opt/lib/ruby/gems/3.0/gems/minitest-*/test - /opt/lib/ruby/gems/3.0/gems/minitest-*/*.rdoc - /opt/lib/ruby/gems/3.0/gems/minitest-*/*.txt      
ruby-mkmf   This package contains the ruby makefile library.Provides: - /opt/lib/ruby/3.0/mkmf.rb      
ruby-monitor   This package contains the ruby Object or module methods are executed with mutual exclusion.Provides: - /opt/lib/ruby/3.0/monitor.rb - /opt/lib/ruby/3.0/*/monitor.so      
ruby-mutex_m   This package contains the ruby extend objects to be handled like a Mutex.Provides: - /opt/lib/ruby/3.0/mutex_m.rb - /opt/lib/ruby/gems/3.0/specifications/default/mutex_m-*.gemspec      
ruby-net-ftp   This package contains the ruby FTP lib.Provides: - /opt/lib/ruby/3.0/net/ftp.rb - /opt/lib/ruby/gems/3.0/specifications/default/net-ftp-*.gemspec      
ruby-net-http   This package contains the ruby HTTP lib.Provides: - /opt/lib/ruby/3.0/net/http.rb - /opt/lib/ruby/3.0/net/https.rb - /opt/lib/ruby/3.0/net/http/ - /opt/lib/ruby/gems/3.0/gems/net-http-*/ - /opt/lib/ruby/gems/3.0/specifications/default/net-http-*.gemspec      
ruby-net-imap   This package contains the ruby IMAP lib.Provides: - /opt/lib/ruby/3.0/net/imap.rb - /opt/lib/ruby/gems/3.0/specifications/default/net-imap-*.gemspec      
ruby-net-pop   This package contains the ruby POP3 lib.Provides: - /opt/lib/ruby/3.0/net/pop.rb - /opt/lib/ruby/3.0/net/pop/ - /opt/lib/ruby/gems/3.0/gems/net-pop-*/ - /opt/lib/ruby/gems/3.0/specifications/default/net-pop-*.gemspec      
ruby-net-protocol   This package contains the ruby Abstract for net-* clients.Provides: - /opt/lib/ruby/3.0/net/protocol.rb - /opt/lib/ruby/gems/3.0/specifications/default/net-protocol-*.gemspec      
ruby-net-smtp   This package contains the ruby SMTP lib.Provides: - /opt/lib/ruby/3.0/net/smtp.rb - /opt/lib/ruby/3.0/net/smtp/ - /opt/lib/ruby/gems/3.0/gems/net-smtp-*/ - /opt/lib/ruby/gems/3.0/specifications/default/net-smtp-*.gemspec      
ruby-nkf   This package contains the ruby Network Kanji Filter.Provides: - /opt/lib/ruby/3.0/kconv.rb - /opt/lib/ruby/3.0/*/nkf.so - /opt/lib/ruby/gems/3.0/specifications/default/nkf-*.gemspec      
ruby-objspace   This package contains the ruby Routines to interact with the garbage collection facility.Provides: - /opt/lib/ruby/3.0/objspace.rb - /opt/lib/ruby/3.0/*/objspace.so      
ruby-observer   This package contains the ruby Observer design pattern.Provides: - /opt/lib/ruby/3.0/observer.rb - /opt/lib/ruby/3.0/observer/ - /opt/lib/ruby/gems/3.0/gems/observer-*/ - /opt/lib/ruby/gems/3.0/specifications/default/observer-*.gemspec      
ruby-open-uri   This package contains the ruby Wrapper for Net::HTTP Net::HTTPS and Net::.Provides: - /opt/lib/ruby/3.0/open-uri.rb - /opt/lib/ruby/gems/3.0/specifications/default/open-uri-*.gemspec      
ruby-open3   This package contains the ruby popen with stderr.Provides: - /opt/lib/ruby/3.0/open3.rb - /opt/lib/ruby/3.0/open3/ - /opt/lib/ruby/gems/3.0/gems/open3-*/ - /opt/lib/ruby/gems/3.0/specifications/default/open3-*.gemspec      
ruby-openssl   This package contains the ruby SSL TLS and general purpose cryptography.Provides: - /opt/lib/ruby/3.0/openssl - /opt/lib/ruby/3.0/openssl.rb - /opt/lib/ruby/3.0/*/openssl.so - /opt/lib/ruby/gems/3.0/specifications/default/openssl-*.gemspec      
ruby-optparse   This package contains the ruby command-line option analysis.Provides: - /opt/lib/ruby/3.0/optparse.rb - /opt/lib/ruby/3.0/optionparser.rb - /opt/lib/ruby/3.0/optparse - /opt/lib/ruby/gems/3.0/specifications/default/optparse-*.gemspec      
ruby-ostruct   This package contains the ruby build custom data structures.Provides: - /opt/lib/ruby/3.0/ostruct.rb - /opt/lib/ruby/3.0/ostruct/ - /opt/lib/ruby/gems/3.0/specifications/default/ostruct-*.gemspec      
ruby-pathname   This package contains the ruby Pathname lib.Provides: - /opt/lib/ruby/3.0/pathname.rb - /opt/lib/ruby/3.0/*/pathname.so - /opt/lib/ruby/gems/3.0/specifications/default/pathname-*.gemspec      
ruby-powerassert   This package contains the ruby Gem power_assert.Provides: - /opt/lib/ruby/gems/3.0/specifications/power_assert-*.gemspec - /opt/lib/ruby/gems/3.0/gems/power_assert-* Except: - /opt/lib/ruby/gems/3.0/gems/power_assert-*/*.rdoc - /opt/lib/ruby/gems/3.0/gems/power_assert-*/.travis.yml      
ruby-pp   This package contains the ruby Pretty print objects.Provides: - /opt/lib/ruby/3.0/pp.rb - /opt/lib/ruby/gems/3.0/specifications/default/pp-*.gemspec      
ruby-prettyprint   This package contains the ruby PrettyPrint library.Provides: - /opt/lib/ruby/3.0/prettyprint.rb - /opt/lib/ruby/gems/3.0/specifications/default/prettyprint-*.gemspec      
ruby-prime   This package contains the ruby Prime numbers and factorization library.Provides: - /opt/lib/ruby/3.0/prime.rb - /opt/lib/ruby/gems/3.0/specifications/default/prime-*.gemspec      
ruby-pstore   This package contains the ruby file based persistence.Provides: - /opt/lib/ruby/3.0/pstore.rb - /opt/lib/ruby/3.0/pstore/ - /opt/lib/ruby/gems/3.0/gems/pstore-*/ - /opt/lib/ruby/gems/3.0/specifications/default/pstore-*.gemspec      
ruby-psych   This package contains the ruby YAML parser and emitter.Provides: - /opt/lib/ruby/3.0/psych - /opt/lib/ruby/3.0/psych.rb - /opt/lib/ruby/3.0/*/psych.so - /opt/lib/ruby/gems/3.0/specifications/default/psych-*.gemspec      
ruby-pty   This package contains the ruby Creates and manages pseudo terminals.Provides: - /opt/lib/ruby/3.0/*/pty.so      
ruby-racc   This package contains the ruby LALR parser generator.       
ruby-rake   This package contains the ruby Rake (make replacement).       
ruby-rbconfig   This package contains the ruby RbConfig.Provides: - /opt/lib/ruby/3.0/*/rbconfig.rb - /opt/lib/ruby/3.0/*/rbconfig/*.so      
ruby-rbs   This package contains the ruby RBS provides syntax and semantics definition for the Ruby Signature language.       
ruby-rdoc   This package contains the ruby RDoc produces HTML and command-line documentation for Ruby projects.       
ruby-readline   This package contains the ruby loads readline-ext (native) or reline (ruby).Provides: - /opt/lib/ruby/3.0/readline.rb - /opt/lib/ruby/gems/3.0/gems/readline-0* - /opt/lib/ruby/gems/3.0/specifications/default/readline-0*.gemspec      
ruby-readline-ext   This package contains the ruby support for native GNU readline.Provides: - /opt/lib/ruby/3.0/*/readline.so - /opt/lib/ruby/gems/3.0/gems/readline-ext-* - /opt/lib/ruby/gems/3.0/specifications/default/readline-ext-*.gemspec      
ruby-reline   This package contains the ruby alternative to readline-ext in pure ruby.Provides: - /opt/lib/ruby/3.0/reline.rb - /opt/lib/ruby/3.0/reline - /opt/lib/ruby/gems/3.0/gems/reline-* - /opt/lib/ruby/gems/3.0/specifications/default/reline-*.gemspec      
ruby-resolv   This package contains the ruby DNS resolver library.Provides: - /opt/lib/ruby/3.0/resolv.rb - /opt/lib/ruby/gems/3.0/specifications/default/resolv-*.gemspec Except: - /opt/lib/ruby/gems/3.0/specifications/default/resolv-replace*.gemspec      
ruby-resolv-replace   This package contains the ruby Replace Socket DNS with Resolv.Provides: - /opt/lib/ruby/3.0/resolv-replace.rb - /opt/lib/ruby/gems/3.0/specifications/default/resolv-replace*.gemspec      
ruby-rexml   This package contains the ruby XML toolkit.Provides: - /opt/lib/ruby/3.0/rexml - /opt/lib/ruby/gems/3.0/gems/rexml-* - /opt/lib/ruby/gems/3.0/specifications/rexml-*.gemspec Except: - /opt/lib/ruby/gems/3.0/gems/rexml-*/doc - /opt/lib/ruby/gems/3.0/gems/rexml-*/test - /opt/lib/ruby/gems/3.0/gems/rexml-*/sample - /opt/lib/ruby/gems/3.0/gems/rexml-*/*.md - /opt/lib/ruby/gems/3.0/gems/rexml-*/.travis.yml      
ruby-rinda   This package contains the ruby Linda paradigm implementation.Provides: - /opt/lib/ruby/3.0/rinda - /opt/lib/ruby/gems/3.0/specifications/default/rinda-*.gemspec      
ruby-ripper   This package contains the ruby script parser.Provides: - /opt/lib/ruby/3.0/ripper.rb - /opt/lib/ruby/3.0/ripper - /opt/lib/ruby/3.0/*/ripper.so      
ruby-rss   This package contains the ruby RSS toolkit.Provides: - /opt/lib/ruby/3.0/rss - /opt/lib/ruby/3.0/rss.rb - /opt/lib/ruby/gems/3.0/gems/rss-* - /opt/lib/ruby/gems/3.0/specifications/rss-*.gemspec Except: - /opt/lib/ruby/gems/3.0/gems/rss-*/doc - /opt/lib/ruby/gems/3.0/gems/rss-*/test - /opt/lib/ruby/gems/3.0/gems/rss-*/sample - /opt/lib/ruby/gems/3.0/gems/rss-*/*.md - /opt/lib/ruby/gems/3.0/gems/rss-*/*.txt      
ruby-securerandom   This package contains the ruby Secure random number generators.Provides: - /opt/lib/ruby/3.0/securerandom.rb - /opt/lib/ruby/gems/3.0/specifications/default/securerandom-*.gemspec      
ruby-set   This package contains the ruby Set collection.Provides: - /opt/lib/ruby/3.0/set.rb - /opt/lib/ruby/3.0/set/*.rb - /opt/lib/ruby/gems/3.0/specifications/default/set-*.gemspec      
ruby-shellwords   This package contains the ruby Manipulate strings as Bourne Shell.Provides: - /opt/lib/ruby/3.0/shellwords.rb - /opt/lib/ruby/gems/3.0/specifications/default/shellwords-*.gemspec      
ruby-singleton   This package contains the ruby Singleton pattern.Provides: - /opt/lib/ruby/3.0/singleton.rb - /opt/lib/ruby/3.0/singleton/ - /opt/lib/ruby/gems/3.0/gems/singleton-* - /opt/lib/ruby/gems/3.0/specifications/default/singleton-*.gemspec      
ruby-socket   This package contains the ruby socket support.Provides: - /opt/lib/ruby/3.0/socket.rb - /opt/lib/ruby/3.0/*/socket.so      
ruby-stdlib   This metapackage currently install all ruby-* packages, providing a complete Ruby Standard Library.       
ruby-stringio   This package contains the ruby Pseudo `IO` class from/to `String`.Provides: - /opt/lib/ruby/3.0/*/stringio.so - /opt/lib/ruby/gems/3.0/specifications/default/stringio-*.gemspec      
ruby-strscan   This package contains the ruby Lexical scanning operations on a String.Provides: - /opt/lib/ruby/3.0/*/strscan.so - /opt/lib/ruby/gems/3.0/specifications/default/strscan-*.gemspec      
ruby-syslog   This package contains the ruby Syslog Lib.Provides: - /opt/lib/ruby/3.0/*/syslog.so - /opt/lib/ruby/3.0/syslog/logger.rb - /opt/lib/ruby/gems/3.0/specifications/default/syslog-*.gemspec      
ruby-tempfile   This package contains the ruby Manages temporary files.Provides: - /opt/lib/ruby/3.0/tempfile.rb - /opt/lib/ruby/gems/3.0/specifications/default/tempfile-*.gemspec      
ruby-testunit   This package contains the ruby Gem test-unit.Provides: - /opt/lib/ruby/gems/3.0/specifications/test-unit-*.gemspec - /opt/lib/ruby/gems/3.0/gems/test-unit-* Except: - /opt/lib/ruby/gems/3.0/gems/test-unit-*/doc - /opt/lib/ruby/gems/3.0/gems/test-unit-*/test - /opt/lib/ruby/gems/3.0/gems/test-unit-*/sample - /opt/lib/ruby/gems/3.0/gems/test-unit-*/*.md      
ruby-time   This package contains the ruby Extends Time with additional methods for parsing and converting Times.Provides: - /opt/lib/ruby/3.0/time.rb - /opt/lib/ruby/gems/3.0/specifications/default/time-*.gemspec      
ruby-timeout   This package contains the ruby Auto-terminate potentially long-running operations.Provides: - /opt/lib/ruby/3.0/timeout.rb - /opt/lib/ruby/3.0/timeout/ - /opt/lib/ruby/gems/3.0/gems/timeout-* - /opt/lib/ruby/gems/3.0/specifications/default/timeout-*.gemspec      
ruby-tmpdir   This package contains the ruby Get temp dir path.Provides: - /opt/lib/ruby/3.0/tmpdir.rb - /opt/lib/ruby/gems/3.0/specifications/default/tmpdir-*.gemspec      
ruby-tracer   This package contains the ruby Outputs a source level execution trace of a Ruby program.Provides: - /opt/lib/ruby/3.0/tracer.rb - /opt/lib/ruby/3.0/tracer/ - /opt/lib/ruby/gems/3.0/specifications/default/tracer-*.gemspec      
ruby-tsort   This package contains the ruby Topological sorting using Tarjan s algorithm.Provides: - /opt/lib/ruby/3.0/tsort.rb - /opt/lib/ruby/gems/3.0/specifications/default/tsort-*.gemspec      
ruby-typeprof   This package contains the ruby A type analysis tool for Ruby code based on abstract interpretation.       
ruby-un   This package contains the ruby Utilities to replace common UNIX commands in Makefiles.Provides: - /opt/lib/ruby/3.0/un.rb - /opt/lib/ruby/gems/3.0/specifications/default/un-*.gemspec      
ruby-unicodenormalize   This package contains the ruby String additions for Unicode normalization.Provides: - /opt/lib/ruby/3.0/unicode_normalize      
ruby-uri   This package contains the ruby library to handle URI.Provides: - /opt/lib/ruby/3.0/uri.rb - /opt/lib/ruby/3.0/uri - /opt/lib/ruby/gems/3.0/gems/uri-*/ - /opt/lib/ruby/gems/3.0/specifications/default/uri-*.gemspec      
ruby-weakref   This package contains the ruby Weak reference to be garbage collected.Provides: - /opt/lib/ruby/3.0/weakref.rb - /opt/lib/ruby/gems/3.0/specifications/default/weakref-*.gemspec      
ruby-yaml   This package contains the ruby YAML toolkit.Provides: - /opt/lib/ruby/3.0/yaml - /opt/lib/ruby/3.0/yaml.rb - /opt/lib/ruby/gems/3.0/gems/yaml-*/ - /opt/lib/ruby/gems/3.0/specifications/default/yaml-*.gemspec      
ruby-zlib   This package contains the ruby compression/decompression library interface.Provides: - /opt/lib/ruby/3.0/*/zlib.so - /opt/lib/ruby/gems/3.0/specifications/default/zlib-*.gemspec      
rutorrent   ruTorrent is a front-end for the popular Bittorrent client rTorrent.       
rutorrent-plugin-_task   This is a _task Rutorrent plugin.       
rutorrent-plugin-_noty   This is a _noty Rutorrent plugin.       
rutorrent-plugin-_noty2   This is a _noty2 Rutorrent plugin.       
rutorrent-plugin-_cloudflare   This is a _cloudflare Rutorrent plugin.       
rutorrent-plugin-_getdir   This is a _getdir Rutorrent plugin.       
rutorrent-plugin-autotools   This is a autotools Rutorrent plugin.       
rutorrent-plugin-check_port   This is a check_port Rutorrent plugin.       
rutorrent-plugin-chunks   This is a chunks Rutorrent plugin.       
rutorrent-plugin-cookies   This is a cookies Rutorrent plugin.       
rutorrent-plugin-cpuload   This is a cpuload Rutorrent plugin.       
rutorrent-plugin-create   This is a create Rutorrent plugin.       
rutorrent-plugin-data   This is a data Rutorrent plugin.       
rutorrent-plugin-datadir   This is a datadir Rutorrent plugin.       
rutorrent-plugin-diskspace   This is a diskspace Rutorrent plugin.       
rutorrent-plugin-edit   This is a edit Rutorrent plugin.       
rutorrent-plugin-erasedata   This is a erasedata Rutorrent plugin.       
rutorrent-plugin-extratio   This is a extratio Rutorrent plugin.       
rutorrent-plugin-extsearch   This is a extsearch Rutorrent plugin.       
rutorrent-plugin-feeds   This is a feeds Rutorrent plugin.       
rutorrent-plugin-filedrop   This is a filedrop Rutorrent plugin.       
rutorrent-plugin-geoip   This is a geoip Rutorrent plugin.       
rutorrent-plugin-history   This is a history Rutorrent plugin.       
rutorrent-plugin-httprpc   This is a httprpc Rutorrent plugin.       
rutorrent-plugin-ipad   This is a ipad Rutorrent plugin.       
rutorrent-plugin-loginmgr   This is a loginmgr Rutorrent plugin.       
rutorrent-plugin-lookat   This is a lookat Rutorrent plugin.       
rutorrent-plugin-mediainfo   This is a mediainfo Rutorrent plugin.       
rutorrent-plugin-ratio   This is a ratio Rutorrent plugin.       
rutorrent-plugin-retrackers   This is a retrackers Rutorrent plugin.       
rutorrent-plugin-rpc   This is a rpc Rutorrent plugin.       
rutorrent-plugin-rss   This is a rss Rutorrent plugin.       
rutorrent-plugin-rssurlrewrite   This is a rssurlrewrite Rutorrent plugin.       
rutorrent-plugin-rutracker_check   This is a rutracker_check Rutorrent plugin.       
rutorrent-plugin-scheduler   This is a scheduler Rutorrent plugin.       
rutorrent-plugin-screenshots   This is a screenshots Rutorrent plugin.       
rutorrent-plugin-seedingtime   This is a seedingtime Rutorrent plugin.       
rutorrent-plugin-show_peers_like_wtorrent   This is a show_peers_like_wtorrent Rutorrent plugin.       
rutorrent-plugin-source   This is a source Rutorrent plugin.       
rutorrent-plugin-spectrogram   This is a spectrogram Rutorrent plugin.       
rutorrent-plugin-theme   This is a theme Rutorrent plugin.       
rutorrent-plugin-throttle   This is a throttle Rutorrent plugin.       
rutorrent-plugin-tracklabels   This is a tracklabels Rutorrent plugin.       
rutorrent-plugin-trafic   This is a trafic Rutorrent plugin.       
rutorrent-plugin-unpack   This is a unpack Rutorrent plugin.       
rutorrent-plugin-uploadeta   This is a uploadeta Rutorrent plugin.       
rutorrent-plugin-xmpp   This is a xmpp Rutorrent plugin.       
s3fs-fuse   FUSE-based file system backed by Amazon S3.       
samba4-admin   installs: net smbcontrol profiles rpcclient dbwrap_tool eventlogadm ldbadd ldbdel ldbedit ldbmodify ldbrename ldbsearch tdbbackup tdbdump tdbrestore tdbtool Administration tools collection      
samba4-client   installs: cifsdd smbclient smbget The smbclient program implements a simple ftp-like client for accessing SMB shares      
samba4-libs   Samba 4.14.12 libs      
samba4-server   installs: smbd (nmbd) smbpasswd pdbedit testparm (nmblookup)  (smbcacls sharesec)  (samba samba-tool ntlm_auth samba-gpupdate samba_dnsupdate samba_kcc samba_spnupdate samba_upgradedns samba_downgrade_db) This provides the basic fileserver service and is the minimum needed to serve file shares.HINT: https://fitzcarraldoblog.wordpress.com/2016/10/17/a-correct-method-of-configuring-samba-for-browsing-smb-shares-in-a-home-network/      
samba4-utils   installs: smbstatus smbtree mvxattr smbtar smbcquotas Utilities collection      
sane-backends   SANE (Scanner Access Now Easy) is a universal scanner interface.This package contains the SANE daemon.       
sane-frontends   SANE (Scanner Access Now Easy) is a universal scanner interface.This package contains the SANE frontends.       
sane-libs   SANE (Scanner Access Now Easy) is a universal scanner interface.This package contains the SANE shared libraries.       
sbc   Low Complexity Subband Coding for bluetooth audio profiles encoding and decoding.Needed for A2DP support.       
scream-receiver   scream is a Scream audio receiver using Pulseaudio, ALSA or stdout as audio output.       
screen   Screen is a full-screen window manager that multiplexes a physical terminal between several processes, typically interactive shells.       
script-utils   contains: script, scriptreplay      
sd-idle   sd-idle-2.6 is a disk idle spindown program for router firmware based on linux 2.6.       
sdparm   The sdparm utility outputs and in some cases modifies SCSI device parameters.       
sed   sed (stream editor) is a non-interactive command-line text editor.sed is commonly used to filter text, i.e., it takes text input, performs some operation (or set of operations) on it, and outputs the modified text.sed is typically used for extracting part of a file using pattern matching or substituting multiple occurrences of a string within a file.       
ser2net   This project provides a proxy that allows telnet/tcp connections to be made to serial ports on a machine.       
serdisplib   serdisplib started as a library to drive serial displays with built-in controllers.It can optionally dynamically link with libusb-compat, libgd and libpthread, some features require having those packages installed as well.       
setserial   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   setterm writes to standard output a character string that will invoke the specified terminal capabilities      
sexpect   Unlike Expect (Tcl), Expect.pm (Perl), Pexpect (Python) or other similar Expect implementations, sexpect is not bound to any specific programming languages so it can be used with Shells (Bash, Ksh, Zsh, ...) and any other languages which support running external commands.Users who write shell scripts would love this because they don't have to learn other languages just to use the Expect feature.Another interesting sexpect feature is that the spawned child process is running in background.You can attach to and detach from it as needed.       
sfdisk   list the size of a partition, list the partitions on a device, check the partitions on a device and repartition a device      
sg3_utils   This package contains utilities that send SCSI commands to devices.As well as devices on transports traditionally associated with SCSI (e.g.Fibre Channel (FCP), Serial Attached SCSI (SAS) and the SCSI Parallel Interface (SPI)) many other devices use SCSI command sets.ATAPI cd/dvd drives and SATA disks that connect via a translation layer or a bridge device are examples of devices that use SCSI command sets.       
sgdisk   sgdisk is GPT-aware disk partitioning tool for scripting use.       
shadow   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   Full version of standard chage utility.Normally, you would not use this package, since the functionality in BusyBox is more than sufficient.       
shadow-chfn   Full version of standard chfn utility.Normally, you would not use this package, since the functionality in BusyBox is more than sufficient.       
shadow-chgpasswd   Full version of standard chgpasswd utility.Normally, you would not use this package, since the functionality in BusyBox is more than sufficient.       
shadow-chpasswd   Full version of standard chpasswd utility.Normally, you would not use this package, since the functionality in BusyBox is more than sufficient.       
shadow-chsh   Full version of standard chsh utility.Normally, you would not use this package, since the functionality in BusyBox is more than sufficient.       
shadow-common   Shared definitions for the PLD Linux shadow utilities      
shadow-expiry   Full version of standard expiry utility.Normally, you would not use this package, since the functionality in BusyBox is more than sufficient.       
shadow-faillog   Full version of standard faillog utility.Normally, you would not use this package, since the functionality in BusyBox is more than sufficient.       
shadow-gpasswd   Full version of standard gpasswd utility.Normally, you would not use this package, since the functionality in BusyBox is more than sufficient.       
shadow-groupadd   Full version of standard groupadd utility.Normally, you would not use this package, since the functionality in BusyBox is more than sufficient.       
shadow-groupdel   Full version of standard groupdel utility.Normally, you would not use this package, since the functionality in BusyBox is more than sufficient.       
shadow-groupmems   Full version of standard groupmems utility.Normally, you would not use this package, since the functionality in BusyBox is more than sufficient.       
shadow-groupmod   Full version of standard groupmod utility.Normally, you would not use this package, since the functionality in BusyBox is more than sufficient.       
shadow-groups   Full version of standard groups utility.Normally, you would not use this package, since the functionality in BusyBox is more than sufficient.       
shadow-grpck   Full version of standard grpck utility.Normally, you would not use this package, since the functionality in BusyBox is more than sufficient.       
shadow-grpconv   Full version of standard grpconv utility.Normally, you would not use this package, since the functionality in BusyBox is more than sufficient.       
shadow-grpunconv   Full version of standard grpunconv utility.Normally, you would not use this package, since the functionality in BusyBox is more than sufficient.       
shadow-lastlog   Full version of standard lastlog utility.Normally, you would not use this package, since the functionality in BusyBox is more than sufficient.       
shadow-login   Full version of standard login utility.Normally, you would not use this package, since the functionality in BusyBox is more than sufficient.       
shadow-logoutd   Full version of standard logoutd utility.Normally, you would not use this package, since the functionality in BusyBox is more than sufficient.       
shadow-newgidmap   Full version of standard newgidmap utility.Normally, you would not use this package, since the functionality in BusyBox is more than sufficient.       
shadow-newgrp   Full version of standard newgrp utility.Normally, you would not use this package, since the functionality in BusyBox is more than sufficient.       
shadow-newuidmap   Full version of standard newuidmap utility.Normally, you would not use this package, since the functionality in BusyBox is more than sufficient.       
shadow-newusers   Full version of standard newusers utility.Normally, you would not use this package, since the functionality in BusyBox is more than sufficient.       
shadow-nologin   Full version of standard nologin utility.Normally, you would not use this package, since the functionality in BusyBox is more than sufficient.       
shadow-passwd   Full version of standard passwd utility.Normally, you would not use this package, since the functionality in BusyBox is more than sufficient.       
shadow-pwck   Full version of standard pwck utility.Normally, you would not use this package, since the functionality in BusyBox is more than sufficient.       
shadow-pwconv   Full version of standard pwconv utility.Normally, you would not use this package, since the functionality in BusyBox is more than sufficient.       
shadow-pwunconv   Full version of standard pwunconv utility.Normally, you would not use this package, since the functionality in BusyBox is more than sufficient.       
shadow-su   Full version of standard su utility.Normally, you would not use this package, since the functionality in BusyBox is more than sufficient.       
shadow-useradd   Full version of standard useradd utility.Normally, you would not use this package, since the functionality in BusyBox is more than sufficient.       
shadow-userdel   Full version of standard userdel utility.Normally, you would not use this package, since the functionality in BusyBox is more than sufficient.       
shadow-usermod   Full version of standard usermod utility.Normally, you would not use this package, since the functionality in BusyBox is more than sufficient.       
shadow-utils   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   Full version of standard vipw utility.Normally, you would not use this package, since the functionality in BusyBox is more than sufficient.       
shadowsocks-libev-config   shadowsocks-libev config scripts      
shadowsocks-libev-ss-local   shadowsocks-libev ss-local      
shadowsocks-libev-ss-redir   shadowsocks-libev ss-redir      
shadowsocks-libev-ss-rules   shadowsocks-libev ss-rules      
shadowsocks-libev-ss-server   shadowsocks-libev ss-server      
shadowsocks-libev-ss-tunnel   shadowsocks-libev ss-tunnel      
shairport-sync-mini   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   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.       
shake   Shake is a defragmenter that runs in userspace.       
shc   Shc takes a script, which is specified on the command line and produces C source code.The generated source code is then compiled and linked to produce a stripped binary executable.       
shell2http_nohf   Executing shell commands via simple http server (written in Go language).Settings through 2 command line arguments, path and shell command.By default bind to:8080.       
shell2http   Executing shell commands via simple http server (written in Go language).Settings through 2 command line arguments, path and shell command.By default bind to:8080.       
shellinabox   Web based AJAX terminal emulator.       
shine   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!       
shntool   shntool has native support for.wav files.If you want it to work with other lossless audio formats, you must have the appropriate helper program installed.       
simple-mtpfs   SIMPLE-MTPFS (Simple Media Transfer Protocol FileSystem) is a file system capable of operating on files on MTP devices attached via USB to local machine.The practical effect of this is that the end user can seamlessly interact with MTP device files.       
simple-obfs   Simple-obfs is a simple obfusacting tool, designed as plugin server of shadowsocks.       
simple-obfs-server   Simple-obfs is a simple obfusacting tool, designed as plugin server of shadowsocks.       
sipgrep   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.       
siproxd   Siproxd is a proxy/masquerading daemon for the SIP protocol.Refer to https://openwrt.org/docs/guide-user/services/voip/siproxd for configuration details and examples.       
siproxd-mod-blacklist   siproxd blacklist plugin      
siproxd-mod-codecfilter   siproxd codecfilter plugin      
siproxd-mod-defaulttarget   siproxd defaulttarget plugin      
siproxd-mod-demo   siproxd demo plugin      
siproxd-mod-fix-DTAG   siproxd fix_DTAG plugin      
siproxd-mod-fix-bogus-via   siproxd fix_bogus_via plugin      
siproxd-mod-fix-fbox-anoncall   siproxd fix_fbox_anoncall plugin      
siproxd-mod-logcall   siproxd logcall plugin      
siproxd-mod-prefix   siproxd prefix plugin      
siproxd-mod-regex   siproxd regex plugin      
siproxd-mod-shortdial   siproxd shortdial plugin      
siproxd-mod-siptrunk   siproxd siptrunk plugin      
siproxd-mod-stats   siproxd stats plugin      
siproxd-mod-stripheader   siproxd stripheader plugin      
siproxd-mod-stun   siproxd stun plugin      
sispmctl   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.       
sitecopy   Sitecopy is for easily maintaining remote web sites.The program will upload files to the server which have changed locally, and delete files from the server which have been removed locally, to keep the remote site synchronized with the local site with a single command.       
slsh   This is a shell which is mostly just a wrapper around the S-Lang Interpreter, which is part of the S-Lang Library.       
smartd   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.       
smartdns   SmartDNS is a local DNS server which accepts DNS query requests from local network clients, gets DNS query results from multiple upstream DNS servers concurrently, and returns the fastest IP to clients.Unlike dnsmasq's all-servers, smartdns returns the fastest IP.       
smartmontools   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.       
smartmontools-drivedb   Database of known drives and USB bridges for smartctl and smartd.       
smcroute   SMCRoute is a command line tool to manipulate the multicast routes of the Linux kernel.       
smstools3   The SMS Server Tools 3 is a SMS Gateway software which can send and receive short messages through GSM modems and mobile phones.       
sngrep   sngrep is a tool for displaying SIP calls message flows from terminal.It supports live capture to display realtime SIP packets and can also be used as PCAP viewer.       
snmp-mibs   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   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.       
snmpd   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   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   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   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   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.       
socksify   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.       
softethervpn5-bridge   SoftEther VPN 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.Guide: https://wordpress.tirlins.com/2015/03/setting-up-softether-vpn-on-openwrt/ Provides the vpnbridge (daemon).       
softethervpn5-client   SoftEther VPN 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.Guide: https://wordpress.tirlins.com/2015/03/setting-up-softether-vpn-on-openwrt/ Provides the vpnclient.       
softethervpn5-libs   softethervpn5 v5.02.5180 libs      
softethervpn5-server   SoftEther VPN 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.Guide: https://wordpress.tirlins.com/2015/03/setting-up-softether-vpn-on-openwrt/ Provides the vpnserver (daemon).       
softflowd   Software netflow exporter      
spawn-fcgi   spawn-fcgi is used to spawn fastcgi applications      
splix   SpliX is a set of CUPS printer drivers for SPL (Samsung Printer Language) printers.       
sqlite3-cli   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.       
squashfs-tools-mksquashfs   Tools to create and extract Squashfs filesystems mksquashfs      
squashfs-tools-unsquashfs   Tools to create and extract Squashfs filesystems unsquashfs      
squeezelite-full   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 has all the audio codecs compiled in.       
squid   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   Web based proxy manager and reporting tool      
srelay   A socks 4/5 proxy server      
ss   Socket statistics utility      
sshfs   Mount remote system over sftp.       
sshguard   SSHGuard protects hosts from brute-force attacks against SSH and other services.It aggregates system logs and blocks repeat offenders using one of several firewall backends.       
ssldump   ssldump is an SSLv3/TLS network protocol analyzer.It identifies TCP connections on the chosen network interface and attempts to interpret them as SSLv3/TLS traffic.When it identifies SSLv3/TLS traffic, it decodes the records and displays them in a textual form to stdout.If provided with the appropriate keying material, it will also decrypt the connections and display the application data traffic.       
sslh   SSL/SSH multiplexer      
sstp-client   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      
strace   A useful diagnostic, instructional, and debugging tool.Allows you to track what system calls a program makes while it is running.       
streamripper   Streamripper is an Open Source application that lets you record streaming mp3 to your hard drive.       
stress   stress is a simple tool that imposes certain types of compute \ stress on UNIX-like operating systems.       
strongswan   StrongSwan is an OpenSource IPsec implementation for the Linux operating system.This package contains shared libraries and scripts.       
strongswan-charon   StrongSwan is an OpenSource IPsec implementation for the Linux operating system.This package contains charon, an IKEv2 keying daemon.       
strongswan-ipsec   StrongSwan is an OpenSource IPsec implementation for the Linux operating system.This package contains the ipsec utility.       
strongswan-libtls   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-mod-addrblock   StrongSwan RFC 3779 address block constraint support plugin      
strongswan-mod-aes   StrongSwan AES crypto plugin      
strongswan-mod-af-alg   StrongSwan AF_ALG crypto interface to Linux Crypto API plugin      
strongswan-mod-agent   StrongSwan SSH agent signing plugin      
strongswan-mod-attr   StrongSwan file based config plugin      
strongswan-mod-attr-sql   StrongSwan SQL based config plugin      
strongswan-mod-blowfish   StrongSwan Blowfish crypto plugin      
strongswan-mod-ccm   StrongSwan CCM AEAD wrapper crypto plugin      
strongswan-mod-cmac   StrongSwan CMAC crypto plugin      
strongswan-mod-constraints   StrongSwan advanced X509 constraint checking plugin      
strongswan-mod-coupling   StrongSwan IKEv2 plugin to couple peer certificates permanently to authentication plugin      
strongswan-mod-ctr   StrongSwan Counter Mode wrapper crypto plugin      
strongswan-mod-curl   StrongSwan cURL fetcher plugin plugin      
strongswan-mod-curve25519   StrongSwan Curve25519 Diffie-Hellman plugin      
strongswan-mod-des   StrongSwan DES crypto plugin      
strongswan-mod-dhcp   StrongSwan DHCP based attribute provider plugin      
strongswan-mod-dnskey   StrongSwan DNS RR key decoding plugin      
strongswan-mod-duplicheck   StrongSwan advanced duplicate checking plugin      
strongswan-mod-eap-identity   StrongSwan EAP identity helper plugin      
strongswan-mod-eap-md5   StrongSwan EAP MD5 (CHAP) EAP auth plugin      
strongswan-mod-eap-mschapv2   StrongSwan EAP MS-CHAPv2 EAP auth plugin      
strongswan-mod-eap-radius   StrongSwan EAP RADIUS auth plugin      
strongswan-mod-eap-tls   StrongSwan EAP TLS auth plugin      
strongswan-mod-farp   StrongSwan fake arp respsonses plugin      
strongswan-mod-fips-prf   StrongSwan FIPS PRF crypto plugin      
strongswan-mod-gcm   StrongSwan GCM AEAD wrapper crypto plugin      
strongswan-mod-gcrypt   StrongSwan libgcrypt plugin      
strongswan-mod-gmp   StrongSwan libgmp plugin      
strongswan-mod-gmpdh   StrongSwan DH-Groups; no libgmp dep plugin      
strongswan-mod-ha   StrongSwan high availability cluster plugin      
strongswan-mod-hmac   StrongSwan HMAC crypto plugin      
strongswan-mod-kernel-libipsec   StrongSwan libipsec kernel interface plugin      
strongswan-mod-kernel-netlink   StrongSwan netlink kernel interface plugin      
strongswan-mod-ldap   StrongSwan LDAP plugin      
strongswan-mod-led   StrongSwan LED blink on IKE activity plugin      
strongswan-mod-load-tester   StrongSwan load testing plugin      
strongswan-mod-md4   StrongSwan MD4 crypto plugin      
strongswan-mod-md5   StrongSwan MD5 crypto plugin      
strongswan-mod-mysql   StrongSwan MySQL database interface plugin      
strongswan-mod-nonce   StrongSwan nonce genereation plugin      
strongswan-mod-openssl   StrongSwan OpenSSL crypto plugin      
strongswan-mod-pem   StrongSwan PEM decoding plugin      
strongswan-mod-pgp   StrongSwan PGP key decoding plugin      
strongswan-mod-pkcs1   StrongSwan PKCS1 key decoding plugin      
strongswan-mod-pkcs11   StrongSwan PKCS11 key decoding plugin      
strongswan-mod-pkcs12   StrongSwan PKCS12 key decoding plugin      
strongswan-mod-pkcs7   StrongSwan PKCS7 key decoding plugin      
strongswan-mod-pkcs8   StrongSwan PKCS8 key decoding plugin      
strongswan-mod-pubkey   StrongSwan raw public key plugin      
strongswan-mod-random   StrongSwan RNG plugin      
strongswan-mod-rc2   StrongSwan RC2 crypto plugin      
strongswan-mod-resolve   StrongSwan DNS resolver plugin      
strongswan-mod-revocation   StrongSwan X509 CRL/OCSP revocation plugin      
strongswan-mod-sha1   StrongSwan SHA1 crypto plugin      
strongswan-mod-sha2   StrongSwan SHA2 crypto plugin      
strongswan-mod-smp   StrongSwan SMP configuration and control interface plugin      
strongswan-mod-socket-default   StrongSwan default socket implementation for charon plugin      
strongswan-mod-socket-dynamic   StrongSwan dynamic socket implementation for charon plugin      
strongswan-mod-sql   StrongSwan SQL database interface plugin      
strongswan-mod-sqlite   StrongSwan SQLite database interface plugin      
strongswan-mod-sshkey   StrongSwan SSH key decoding plugin      
strongswan-mod-stroke   StrongSwan Stroke plugin      
strongswan-mod-test-vectors   StrongSwan crypto test vectors plugin      
strongswan-mod-unity   StrongSwan Cisco Unity extension plugin      
strongswan-mod-updown   StrongSwan updown firewall plugin      
strongswan-mod-vici   StrongSwan Versatile IKE Configuration Interface plugin      
strongswan-mod-whitelist   StrongSwan peer identity whitelisting plugin      
strongswan-mod-x509   StrongSwan x509 certificate plugin      
strongswan-mod-xauth-eap   StrongSwan EAP XAuth backend plugin      
strongswan-mod-xauth-generic   StrongSwan generic XAuth backend plugin      
strongswan-mod-xcbc   StrongSwan xcbc crypto plugin      
strongswan-pki   StrongSwan is an OpenSource IPsec implementation for the Linux operating system.This package contains the pki tool.       
strongswan-scepclient   StrongSwan is an OpenSource IPsec implementation for the Linux operating system.This package contains the SCEP client.       
strongswan-swanctl   StrongSwan is an OpenSource IPsec implementation for the Linux operating system.This package contains the swanctl utility.       
stubby   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   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   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   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   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   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.       
superstartrek   Super Star Trek is quite possibly the best of the Star Trek games from the 1970s.Of course, it does not make use of graphics, or even assume a video display, but it still an interesting game to play, particularly for those of us who don't have the reflexes we used to and prefer a more cerebral computer game.       
suricata   The Suricata engine is capable of real time intrusion detection (IDS), inline intrusion prevention (IPS), network security monitoring (NSM) and offline pcap processing.Suricata inspects the network traffic using a powerful and extensive rules and signature language, and has powerful Lua scripting support for detection of complex threats.       
swap-utils   contains: mkswap, swaplabel, swapon, swapoff      
syncthing_nohf   Syncthing replaces proprietary sync and cloud services with something open, trustworthy and decentralized.Your data is your data alone and you deserve to choose where it is stored, if it is shared with some third party and how it's transmitted over the Internet.       
syncthing   Syncthing replaces proprietary sync and cloud services with something open, trustworthy and decentralized.Your data is your data alone and you deserve to choose where it is stored, if it is shared with some third party and how it's transmitted over the Internet.       
sysfsutils   A utility built upon libsysfs that lists devices by bus, class, and topology.       
syslog-ng   syslog-ng reads and logs messages to the system console, log files, other machines and/or users as specified by its configuration file.       
sysstat   The sysstat utilities are a collection of performance monitoring tools for Linux.These include sar, sadf, mpstat, iostat, pidstat and sa tools.       
taglib   TagLib is a library for reading and editing the metadata of several popular audio formats.Currently it supports both ID3v1 and ID3v2 for MP3 files, Ogg Vorbis comments and ID3 tags in FLAC, MPC, Speex, WavPack, TrueAudio, WAV, AIFF, MP4, APE, DSF, DFF, and ASF files.       
tailscale   Zero config VPN.Installs on any device in minutes, manages firewall rules for you, and works from anywhere      
tailscale_nohf   Zero config VPN.Installs on any device in minutes, manages firewall rules for you, and works from anywhere      
tang   Tang is a small daemon for binding data to the presence of a third party.       
tar   Tar is a program for packaging a set of files as a single archive in tar format.       
task-spooler   Task spooler is a Unix batch system where the tasks spooled run one after the other.The amount of jobs to run at once can be set at any time.Each user in each system has his own job queue.The tasks are run in the correct context (that of enqueue) from any shell/process, and itask-spooler output/resultask-spooler can be easily watched.       
taskwarrior   taskwarrior is a command-line todo list manager      
tayga   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   Traffic control utility      
tcl   Tcl, or Tool Command Language, is a an elegant, versatile, feature-rich, simple-to-learn yet very powerful industrial-strength open-source programming language and development platform.It is renowned for its stability and utility, and its emphasis on providing a cross-platform programming API makes it an ideal choice for an enormous variety of programming jobs.       
tcpdump   Network monitoring and data acquisition tool      
tcpspray6   NDisc6 is a small collection of useful tools for IPv6 networking.tcpspray6: a TCP/IP Discard/Echo bandwidth metter      
tcptraceroute6   NDisc6 is a small collection of useful tools for IPv6 networking.tcptraceroute6: lightweight IPv6 tcptraceroute      
tdb   TDB is a Trivial Database.In concept, it is very much like GDBM, and BSD's DB except that it allows multiple simultaneous writers and uses locking internally to keep writers from trampling on each other.TDB is also extremely small.       
telegraf   Telegraf is an agent for collecting, processing, aggregating, and writing metrics.Design goals are to have a minimal memory footprint with a plugin system so that developers in the community can easily add support for collecting metrics.       
telegraf_nohf   Telegraf is an agent for collecting, processing, aggregating, and writing metrics.Design goals are to have a minimal memory footprint with a plugin system so that developers in the community can easily add support for collecting metrics.       
telegram-cli   Telegram messenger command-line interface.       
temperusb   RDing TEMPer v1.4 USB thermometer are cheap devices that can be sourced everywhere on the Internet.This package allows to operate them from user space.       
terminfo   Terminal Info Database (ncurses)       
tesseract   Tesseract Open Source OCR Engine      
tesseract-data-eng   Training data for eng language      
tesseract-data-rus   Training data for rus language      
testdisk   TestDisk is powerful free data recovery software! It was primarily designed to help recover lost partitions and/or make non-booting disks bootable again when these symptoms are caused by faulty software: certain types of viruses or human error (such as accidentally deleting a Partition Table).Partition table recovery using TestDisk is really easy.       
tftp-hpa   An enhanced version of the BSD TFTP client      
tftpd-hpa   An enhanced version of the BSD TFTP server      
tidy-html5   The granddaddy of HTML tools, with support for modern standards.       
tiff-utils   TIFF utilities      
time   "time" is a program that measures many of the CPU resources, such as time and memory, that other programs use.The GNU version can format the output in arbitrary ways by using a printf-style format string to include various resource measurements.Some systems do not provide much information about program resource use; "time" reports unavailable information as zero values.       
tinc   tinc is a Virtual Private Network (VPN) daemon that uses tunnelling and encryption to create a secure private network between hosts on the Internet.       
tinycdb   TinyCDB is a very fast and simple package for creating and reading constant data bases      
tinyproxy   Tinyproxy is a lightweight HTTP and HTTPS proxy      
tmux   tmux is a modern, BSD-licensed alternative to GNU screen.       
tor   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 full tor daemon.       
tor-gencert   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   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-resolve   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.       
torrserver_nohf   torrserver is a server to stream torrent via http to torrserv client      
torrserver   torrserver is a server to stream torrent via http to torrserv client      
totd   DNS proxy and translator for IPv6 and IPv4.       
transcode   Transcode is a suite of tools, all of which are command line utilities for transcoding various video, audio, and container formats.Please note it's compiled without any external recoding libraries because transcoding is too heavy task for a router.Only few tools will be usefull, i.e.tcprobe.       
transmission-cfp-cli   CLI utilities for transmission.       
transmission-cfp-daemon   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-cfp-remote   CLI remote interface for transmission.       
transmission-cfp-web   Webinterface resources for transmission.       
transmission-cli   CLI utilities for transmission.       
transmission-daemon   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   CLI remote interface for transmission.       
transmission-web   Webinterface resources for transmission.       
transmission-web-control   Transmission Web Control is a custom Web UI for Transmission.       
tree   List contents of directories in a tree-like format      
triggerhappy   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/.       
trojan   An unidentifiable mechanism that helps you bypass GFW.       
tsmuxer   tsMuxer is a transport stream muxer for remuxing/muxing elementary streams, EVO/VOB/MPG, MKV/MKA, MP4/MOV, TS, M2TS to TS to M2TS.Supported video codecs H.264/AVC, H.265/HEVC, VC-1, MPEG2.Supported audio codecs AAC,  (E-) AC3 (DD+), DTS/ DTS-HD.       
tty-solitaire   klondlike solitaire game.       
ttyd   ttyd is a command-line tool for sharing terminal over the web.       
tune2fs   Ext2 Filesystem tune utility      
tunsafe   A high performance and secure VPN client that uses the WireGuard protocol.TunSafe makes it extremely simple to setup blazingly fast and secure VPN tunnels between Windows and Linux.This is a user-mode implementation that also supports non-standard obfuscation and TCP mode.       
tvheadend   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.       
uacme   lightweight client for ACMEv2      
uacme-ualpn   ualpn for uacme      
ubi-utils   Utilities for manipulating memory technology devices.       
uboot-envtools   This package includes tools to read and modify U-Boot bootloader environment.       
udpxy   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).       
ulogd   Netfilter userspace logging daemon      
umurmur-openssl   Minimalistic Mumble server daemon.Uses OpenSSL library for SSL and crypto.       
unbound-anchor   This package contains the Unbound anchor utility.       
unbound-checkconf   This package contains the Unbound DNS configuration checker utility.       
unbound-control   This package contains the Unbound control utility.       
unbound-control-setup   This package contains the Unbound control setup utility.       
unbound-daemon   This package contains the Unbound daemon including 'libevent', 'libmnl', and 'libpthread' to better handle large networks with heavy query loads.Options are available under libraries/network/libunbound to custom trim Unbound for smaller targets.       
unbound-host   This package contains the Unbound DNS lookup utility.       
unfs3   UNFS3 is a user-space implementation of the NFSv3 server specification.It provides a daemon for the MOUNT and NFS protocols, which are used by NFS clients for accessing files on the server.       
unionfs-fuse   unionfs filesystem implementation which is way more flexible than the current in-kernel unionfs solution.       
unixodbc   unixODBC is an Open Source ODBC sub-system and an ODBC SDK for Linux, Mac OSX, and UNIX.       
unixodbc-tools   Command Line Tools to help install a driver and work with SQL.       
unrar   UnRAR is an application that can decompress files and archives created using the RAR compression scheme      
unshare   run programs with some namespaces unshared from parent      
unzip   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.       
upx   UPX is a free, portable, extendable, high-performance executable packer for several different executable formats.It achieves an excellent compression ratio and offers very fast decompression.Your executables suffer no memory overhead or other drawbacks for most of the formats supported, because of in-place decompression.       
uqmi   uqmi is a command line tool for controlling mobile broadband modems using the QMI-protocol.       
urbackup-server   UrBackup is an easy to setup Open Source client/server backup system.       
usbids   USB ID list      
usbip   USB-over-IP (common)       
usbip-client   USB-over-IP (client)       
usbip-server   USB-over-IP (server)       
usbrelay   USB Relay driver for linux.       
usbutils   USB devices listing utilities      
uuidd   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   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   The webcam-tools package contains the following two components: - libwebcam: Webcam Library (LGPL) - uvcdynctrl: Manage dynamic controls in uvcvideo (GPL)       
uw-imap   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      
v2ray   A platform for building proxies to bypass network restrictions.       
v2ray_nohf   A platform for building proxies to bypass network restrictions.       
v4l-utils   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.       
valgrind   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   debugging and profiling tools for Linux (cache profiling)       
valgrind-callgrind   debugging and profiling tools for Linux (callgraph profiling)       
valgrind-drd   debugging and profiling tools for Linux (thread error detection)       
valgrind-helgrind   debugging and profiling tools for Linux (thread debugging)       
valgrind-massif   debugging and profiling tools for Linux (heap profiling)       
valgrind-vgdb   debugging and profiling tools for Linux (GDB interface)       
vblade   The vblade is a minimal ATA over Ethernet (AoE) storage target.Its focus is simplicity, not performance or richness of features.It exports a seekable file available over an ethernet local area network (LAN) via the AoE data storage protocol.       
view1090   View1090 is a Mode S messages viewer for dump1090 devices.       
vim   Vim is an almost compatible version of the UNIX editor Vi.  (Tiny build)       
vim-full   Vim is an almost compatible version of the UNIX editor Vi.  (Normal build)       
vim-help   Vim is an almost compatible version of the UNIX editor Vi.  (Help files)       
vim-runtime   Vim is an almost compatible version of the UNIX editor Vi.  (Runtime files)       
vitetris   Vitetris is a terminal-based Tetris clone by Victor Nilsson.Gameplay is much like the early Tetris games by Nintendo.Features include: configurable keys, highscore table, two-player mode with garbage, network play.       
vnstat   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.       
vnstat2   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   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.       
vnstati2   The purpose of vnstati is to provide image output support for statistics collected using vnstat.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.       
vobstreamer   LIVE555 Streaming Media (vobStreamer)       
vorbis-tools   oggdec, oggenc, ogginfo, vcut, vorbiscomment command line utilities.       
vpnc   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   This package contains the vpnc-script which is used by vpnc and OpenConnect to configure the tunnel interface.       
vsftpd   Fast and secure FTP server (no TLS)       
vsftpd-ext   A fast and secure FTP server      
vsftpd-tls   Fast and secure FTP server (TLS)       
vtun   VPN tunneling daemon      
wakeonlan   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   wall sends a message to everybody logged in with their mesg permission set to yes      
wcd   WCD (Wherever Change Directory) is a command-line program to change directory fast.It saves time typing at the keyboard.One needs to type only a part of a directory name and wcd will jump to it.Wcd has a fast selection method in case of multiple matches and allows aliasing and banning of directories.Wcd also includes a full screen interactive directory tree browser with speed search.       
wdfs   wdfs is a webdav filesystem that makes it possible to mount a webdav share under linux, freebsd and apple mac os x.wdfs has some special features for accessing subversion repositories via webdav.       
weechat   Weechat is fast, light & extensible IRC client.       
wg-quick   This is an extremely simple script for easily bringing up a WireGuard interface, suitable for a few common use cases.       
wget-nossl   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.       
wget-ssl   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.       
whereis   whereis locates source/binary and manuals sections for specified files      
whob   LFT, short for Layer Four Traceroute, is a sort of 'traceroute' that often works much faster (than the commonly-used Van Jacobson method) and goes through many configurations of packet-filters (firewalls).More importantly, LFT implements numerous other features including AS number lookups through several reliable sources, loose source routing, netblock name lookups, et al.This package contains the whob 'whois' program.       
whois   This client is intelligent and can automatically select the appropriate whois server for most queries.The internal database is often more accurate than IANA's published one, but please send me any information you have regarding domains and network resources which are not correctly handled by the program.       
wipefs   wipefs can erase filesystem, raid or partition table signatures (magic strings) from the specified device to make the signature invisible for libblkid.       
wireguard-go   This is an implementation of WireGuard in Go      
wireguard-go_nohf   This is an implementation of WireGuard in Go      
wireguard-tools   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) `, a netifd protocol helper, and a re-resolve watchdog script.       
wireshark   Wireshark is the world’s foremost and widely-used network protocol analyzer.       
wput   Wput is a tiny ftp-client, that uploads files or directories to a remote ftp-server.Main features are: resuming, time-stamping, wget-like interface, proxy-support and speed-limit.       
wsdd2   Web Services for Devices or Web Services on Devices (WSD), is a Microsoft API to simplify programming connections to web service enabled devices, such as printers, scanners and file shares.This daemon advertises and responds to probe requests from Windows clients looking for file shares.It also implements LLMNR multicast name lookup services.       
wview   Wview is a collection of linux/unix daemons which interface with a supported weather station to retrieve archive records (if generated by the station) and current conditions.If the station does not generate archive records internally, wview will auto-generate archive records based on the sensor readings collected for that interval.The archive records and High/Low (HILOW) data are stored in SQLite3 databases.At a configurable interval, wview will utilize the archive history and current conditions to generate weather images (buckets, dials and graphs) and HTML web pages based on user-configurable HTML templates.After install you need to create a directory holding archive and create the database there by running there sqlite3 wview-archive.sdb '.read /opt/etc/wview/wview-archive.sql' Then copy all your theme files to the appropriate place (on a non-volatile storage), and html-templates.conf to /opt/etc/wview/; then wviewconfig to configure the system.Read and amend /opt/etc/init.d/wview appropriately for your particular setup!       
xawtv   A small suite of applications for V4L devices.       
xfs-admin   Utilities for changing parameters of an XFS filesystems      
xfs-fsck   Utilities for checking and repairing XFS filesystems      
xfs-growfs   Utility for increasing the size of XFS filesystems      
xfs-mkfs   Utility for creating XFS filesystems      
xinetd   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   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.       
xmail   XMail is an Internet mail server featuring an SMTP, POP3 and finger server.It's incredibly easy to set up and has lots of features including: multiple domains, virtual users and spam protection.       
xmlrpc-c   XML-RPC library (uses internal expat variant)       
xmlrpc-c-client   XML-RPC library - client      
xmlrpc-c-common   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   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   XML-RPC library - server      
xmlstarlet   XMLStarlet is a set of command line utilities (tools) which can be used to transform, query, validate, and edit XML documents and files using simple set of shell commands in similar way it is done for plain text files using UNIX grep, sed, awk, diff, patch, join, etc commands.       
xpdf   Xpdf project includes a PDF text extractor, PDF-to-PostScript converter, and various other utilities.       
xsltproc   XSLT XML transformation utility.       
xtables-addons_legacy   Extensions not distributed in the main Xtables (1.47.1 legacy version)       
xupnpd   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.       
xupnpd2   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   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   Contains: xz lzcat lzma unlzma unxz xzcat      
xz-utils   XZ Utils (meta)       
xzdec   Contains: xzdec      
xzdiff   Contains: xzdiff lzcmp lzdiff xzcmp      
xzgrep   Contains: xzgrep lzegrep lzfgrep lzgrep xzegrep xzfgrep      
xzless   Contains: xzless lzless      
xzmore   Contains: xzmore lzmore      
yajl   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.       
yamdi   yamdi stands for Yet Another MetaData Injector and is a metadata injector for FLV files.It adds the onMetaData event to your FLV files.       
yggdrasil-go_nohf   Yggdrasil is an early-stage implementation of a fully end-to-end encrypted IPv6 network.       
yggdrasil-go   Yggdrasil is an early-stage implementation of a fully end-to-end encrypted IPv6 network.       
ympd   Standalone MPD Web GUI written in C, utilizing Websockets and Bootstrap/JS.       
youtube-dl   youtube-dl is a small command-line program to download videos from YouTube.com and other video sites.It requires the Python3 interpreter.       
zabbix-agentd   Zabbix agentd      
zabbix-get   Zabbix get      
zabbix-proxy   Zabbix proxy      
zabbix-sender   Zabbix sender      
zabbix-server   Zabbix server      
zbar   ZBar Bar Code Reader is an open source software suite for reading bar codes from various sources, such as video streams, image files and raw intensity sensors.It supports EAN-13/UPC-A, UPC-E, EAN-8, Code 128, Code 93, Code 39, Codabar, Interleaved 2 of 5, QR Code and SQ Code.       
zerotier   ZeroTier creates a global provider-independent virtual private cloud network.       
zile   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.       
zipcmp   This package contains the command line tool zipcmp from libzip.       
zipmerge   This package contains the command line tool zipmerge from libzip.       
ziproxy   ziproxy is a forwarding, non-caching and compressing HTTP proxy server.Basically it squeezes images by converting them to lower quality JPEGs and compresses (gzip) HTML and other text-like data.       
ziptool   This package contains the command line tool ziptool from libzip.       
zlib   zlib is a lossless data-compression library.This package includes the shared library.       
zlib-dev   zlib is a lossless data-compression library.This package includes the development support files.       
znc   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   Log user connects and disconnects and failed logins to file or syslog.       
znc-mod-alias   Provides bouncer-side command alias support.       
znc-mod-autoattach   Reattaches you to channels on activity.       
znc-mod-autocycle   Cycles a channel when you are the only one in there and you don't have op.       
znc-mod-autoop   Auto op the good guys.       
znc-mod-autoreply   Gives a automatic reply if someone messages you if you are away.       
znc-mod-autovoice   Autovoices everyone who joins some channel.       
znc-mod-awaynick   Change your nick while you are away.       
znc-mod-awaystore   Stores messages while away, also auto away.       
znc-mod-block-motd   This module blocks the server's Message of the Day.       
znc-mod-blockuser   Blocks certain users from using ZNC saying their account was disabled.       
znc-mod-bouncedcc   Bounces dcc transfers through the znc server instead of sending them directly to the user.       
znc-mod-buffextras   Add nick changes, joins, parts, topic changes etc.to your playback buffer.       
znc-mod-cert   Use a SSL certificate for connecting to a server.       
znc-mod-certauth   This module allows users to log in to ZNC via SSL client keys.       
znc-mod-chansaver   Keeping config up to date when user joins and parts.       
znc-mod-clearbufferonmsg   This module keeps the buffer until the next message from the client.       
znc-mod-clientnotify   Notify about new incoming connections to your user.       
znc-mod-controlpanel   Allows you to add/remove/edit users and settings on the fly via IRC messages.       
znc-mod-crypt   Encryption for channel/private messages.       
znc-mod-ctcpflood   This module tries to block ctcp floods.       
znc-mod-dcc   Allows you to transfer files to and from ZNC.       
znc-mod-disconkick   This module will kick your client from all channels where you are, in case if ZNC disconnects from server.       
znc-mod-fail2ban   Block IPs for some time after a failed login.       
znc-mod-flooddetach   This module detaches you from channels which are flooded.       
znc-mod-identfile   Places the ident of a user to a file when they are trying to connect.       
znc-mod-imapauth   Allow users to authenticate via IMAP.       
znc-mod-keepnick   Tries to get you your primary nick.       
znc-mod-kickrejoin   Implements auto-rejoin-on-kick.       
znc-mod-lastseen   Logs when a user last logged in to ZNC.       
znc-mod-listsockets   This module displays a list of all open sockets in ZNC.       
znc-mod-log   Log conversations to file.       
znc-mod-missingmotd   Sends 422 to clients when they login.       
znc-mod-modules_online   This module fakes the online status of ZNC-*users.       
znc-mod-nickserv   Auths you with NickServ.       
znc-mod-notes   This modules stores and displays short notes using a key/note pairs and shows them to you on connect.       
znc-mod-notify-connect   Sends a notice to all admins when a user logs in or out.       
znc-mod-perform   Performs commands on connect.       
znc-mod-playback   Avoid repetitive playback buffers on re-connect with supported clients (e.g.mutter, colluquy)       
znc-mod-raw   View all of the raw traffic.       
znc-mod-route-replies   Routes back answers to the right client when connected with multiple clients.       
znc-mod-sasl   The SASL module allows you to authenticate to an IRC network via SASL.       
znc-mod-savebuff   Saves your channel buffers into an encrypted file so they can survive restarts and reboots.       
znc-mod-schat   SSL (encrypted) DCC chats.       
znc-mod-send-raw   Allows you to send raw traffic to IRC from other users.       
znc-mod-shell   Have your unix shell in a query window right inside of your IRC client.       
znc-mod-simple-away   This module will automatically set you away on IRC while you are disconnected from the bouncer.       
znc-mod-stickychan   Keeps you sticked to specific channels.       
znc-mod-watch   Monitor activity for specific text patterns from specific users and have the text sent to a special query window.       
znc-mod-webadmin   Allows you to add/remove/edit users and settings on the fly via a web browser.       
znc-webskin-dark-clouds   dark-clouds webskin for webadmin      
znc-webskin-forest   forest webskin for webadmin      
znc-webskin-ice   ice webskin for webadmin      
zoneinfo-africa   Zone Information (Africa)       
zoneinfo-asia   Zone Information (Asia)       
zoneinfo-atlantic   Zone Information (Atlantic)       
zoneinfo-australia-nz   Zone Information (Australia-NZ)       
zoneinfo-core   Zone Information (core)       
zoneinfo-europe   Zone Information (Europe)       
zoneinfo-india   Zone Information (India)       
zoneinfo-northamerica   Zone Information (NorthAmerica)       
zoneinfo-pacific   Zone Information (Pacific)       
zoneinfo-poles   Zone Information (Arctic, Antarctic)       
zoneinfo-simple   Zone Information (simple)       
zoneinfo-southamerica   Zone Information (SouthAmerica)       
zork   Zork (also named as Dungeon) is a text adventure game written by Tim Anderson, Marc Blank, Bruce Daniels, and Dave Lebling in 1980.       
zsh   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.       
zstd   Zstandard - Fast real-time compression algorithm.This package provides the zstd binaries.       
Cloud services provided by FOSSHOS         

За это сообщение автора AMETKO поблагодарил:
dimonml (26 май 2023, 23:55)
AMETKO

 
Сообщения: 3869
Зарегистрирован: 18 июн 2017, 22:32
Благодарил (а): 485 раз.
Поблагодарили: 562 раз.
Телевизор: LG 43UH603V

Re: [rootmy.tv] Как получить Root права на webOS

Сообщение UncleStark » 24 май 2022, 09:27

на WebOS 1.4 в корневой файловой системе отсутствует директория /opt поэтому entware не ставится нормально. Кто то обходил это ограничение? Создавать папку в дампе совсем уж как то неохота, а перемонтировать без существующей директории естественно нельзя
UncleStark

 
Сообщения: 2
Зарегистрирован: 04 дек 2014, 21:38
Благодарил (а): 0 раз.
Поблагодарили: 0 раз.
Телевизор: LG 42LB677V-ZC

Re: [rootmy.tv] Как получить Root права на webOS

Сообщение sp1er » 24 май 2022, 15:06

Так и не нашлось способа обновиться с 5.20.15? Рут не ставится, прошивку не откатить, новую тоже не предлагает, кто то писал что на 5.30.09 ставится рут, но я не нашел как на нее перейти
sp1er

 
Сообщения: 7
Зарегистрирован: 07 май 2020, 21:09
Благодарил (а): 2 раз.
Поблагодарили: 2 раз.
Телевизор: Lg 65UM7300PLB
Звук: LG SJ2

Re: [rootmy.tv] Как получить Root права на webOS

Сообщение AlexMaestro » 24 май 2022, 15:10

sp1er писал(а):кто то писал что на 5.30.09 ставится рут, но я не нашел как на нее перейти

AlexMaestro @ Откат и восстановление предыдущих версий прошивок

За это сообщение автора AlexMaestro поблагодарил:
sp1er (24 май 2022, 15:26)
AlexMaestro

 
Сообщения: 2048
Зарегистрирован: 05 июл 2018, 16:42
Благодарил (а): 333 раз.
Поблагодарили: 329 раз.
Телевизор: LG 55B7V

Re: [rootmy.tv] Как получить Root права на webOS

Сообщение sp1er » 24 май 2022, 15:12

AlexMaestro писал(а):
sp1er писал(а):кто то писал что на 5.30.09 ставится рут, но я не нашел как на нее перейти

AlexMaestro @ Откат и восстановление предыдущих версий прошивок

Ставил прочерки, сбрасывал в дефолт. нет новых обновлений
sp1er

 
Сообщения: 7
Зарегистрирован: 07 май 2020, 21:09
Благодарил (а): 2 раз.
Поблагодарили: 2 раз.
Телевизор: Lg 65UM7300PLB
Звук: LG SJ2

Re: [rootmy.tv] Как получить Root права на webOS

Сообщение AlexMaestro » 24 май 2022, 15:13

sp1er
В сервисном меню параметр NSU меняли?

За это сообщение автора AlexMaestro поблагодарил:
sp1er (24 май 2022, 15:26)
AlexMaestro

 
Сообщения: 2048
Зарегистрирован: 05 июл 2018, 16:42
Благодарил (а): 333 раз.
Поблагодарили: 329 раз.
Телевизор: LG 55B7V

Re: [rootmy.tv] Как получить Root права на webOS

Сообщение sp1er » 24 май 2022, 15:19

AlexMaestro писал(а):sp1er
В сервисном меню параметр NSU меняли?

Нет, не нашел на какой менять нужно

Upd. Все, я олень, не там искал, поменял NSU, и по облаку прилетела 5.30.09. Сейчас накачу, попробую через rootmy.tv поставить рута

Поставил 5.30.09, и сразу после перезагрузки установилась кружка, что меня очень удивило)
Последний раз редактировалось sp1er 24 май 2022, 16:21, всего редактировалось 1 раз.

За это сообщение автора sp1er поблагодарили: 2
AlexMaestro (24 май 2022, 15:45), andrewttrb (14 апр 2023, 08:07)
sp1er

 
Сообщения: 7
Зарегистрирован: 07 май 2020, 21:09
Благодарил (а): 2 раз.
Поблагодарили: 2 раз.
Телевизор: Lg 65UM7300PLB
Звук: LG SJ2

Re: [rootmy.tv] Как получить Root права на webOS

Сообщение AlexMaestro » 24 май 2022, 15:47

sp1er
Только на отличную от 05.30.09 версию обновляться не надо, скорее всего не будет рута в более новых прошивках.
AlexMaestro

 
Сообщения: 2048
Зарегистрирован: 05 июл 2018, 16:42
Благодарил (а): 333 раз.
Поблагодарили: 329 раз.
Телевизор: LG 55B7V

Re: [rootmy.tv] Как получить Root права на webOS

Сообщение hyperhamster » 29 май 2022, 23:27

Добрый день!
Никак не грузит репозиторий после установки рута с сайта rootmy.tv на OLED65C9PLA. Уже сделал сброс на заводские, не помогает. Пишет ошибка при загрузке репозиториев, указывает код 403. Соответственно, Homebrew установлен автоматически.
Прошивка 05.20.09
hyperhamster

 
Сообщения: 3
Зарегистрирован: 03 май 2017, 11:21
Благодарил (а): 0 раз.
Поблагодарили: 0 раз.
Телевизор: OLED65C9PLA

Пред.След.

Вернуться в Телевизоры LG - Обсуждение



 


  • Похожие темы
    Ответы
    Просмотры
    Последнее сообщение