from small one page howto to huge articles all in one place

search text in:




Other .linuxhowtos.org sites: www.linuxhowtos.org
toolsntoys.linuxhowtos.org



Last additions:
How to make X listen on port 6000

How to make X listen on port 6000

words:

34

views:

83542

userrating:

average rating: 1.2 (52 votes) (1=very good 6=terrible)


May, 25th 2007:
April, 26th 2007:
Apr, 10th. 2007:
Druckversion . pdf icon
You are here: Tips&Tricks

Querying Portage with etcat

This tip shows you how to use the etcat command to retrieve information on Portage, USE flags, package versions, and much more.

While there are other package query utilities such as qpkg or epm, etcat has some unique features. Some of these features include the ability to display the amount of disk space a particular package is using, the USE flags the package was compiled with, and the versions available for a package.

The first step is installing the app-admin/gentoolkit package from Portage. This installs etcat (among other utilities) to /usr/bin/.

Code Listing 1: Getting etcat>

# emerge app-admin/gentoolkit

To view the size of the package, use etcat size [package].

Code Listing 2: Displaying the size of a package

# etcat size mozilla
[ Results for search key : mozilla ]
[ Applications found : 4 ]  
  
 Only printing found installed programs.  
  
* mozilla-firebird-bin-0.5  
           Total Files : 338  
            Total Size : 20925.18 KB  
* mozilla-1.3-r1  
           Total Files : 3155  
            Total Size : 52073.05 KB  
  
# etcat size evolution  
[ Results for search key : evolution ]  
[ Applications found : 1 ]  
  
 Only printing found installed programs.  
  
* evolution-1.2.4  
           Total Files : 1421  
            Total Size : 33456.65 KB  
  
# etcat size fluxbox  
[ Results for search key : fluxbox ]  
[ Applications found : 1 ]  
  
 Only printing found installed programs.  
  
* fluxbox-0.1.14-r1  
           Total Files : 26  
            Total Size : 806.92 KB

To look at the USE flags a package was compiled with, use etcat uses [package]. For example, the following command shows which USE flags Postfix was compiled with.

Code Listing 3: Displaying USE flags

# etcat uses net-mail/postfix  
[ Colour Code : set unset ]  
[ Legend      : (U) Col 1 - Current USE flags        ]  
[             : (I) Col 2 - Installed With USE flags ]  
  
 U I [ Found these USE variables in : net-mail/postfix-2.0.9 ]  
 + + ssl     : Adds support for Secure Socket Layer connections  
 + + mysql   : Adds mySQL support  
 + + sasl    : Adds support for the Simple Authentication and Security Layer  
 + + ldap    : Adds LDAP support (Lightweight Directory Access Protocol)  
 - - ipv6    : Adds support for IP version 6  
 - - maildir : Adds support for maildir (~/.maildir) style mail spools  
 - - mbox    : Adds support for mbox (/var/spool/mail) style mail spools  
  
# etcat uses fluxbox  
[ Colour Code : set unset ]  
[ Legend      : (U) Col 1 - Current USE flags        ]  
[             : (I) Col 2 - Installed With USE flags ]  
  
 U I [ Found these USE variables in : x11-wm/fluxbox-0.1.14-r1 ]  
 - - kde      : Adds support for kde-base/kde (K Desktop Enviroment)  
 + + gnome    : Adds GNOME support  
 + + nls      : unknown  
 + - xinerama : Add support for XFree86's xinerama extension,
                which allows you to stretch  your display across
                multiple monitors  
 + + truetype : Adds support for FreeType and/or FreeType2 fonts

To see which versions of a specific package are available, use etcat versions [package]

Code Listing 4: Displaying available package versions

# etcat versions kde-base/kde  
[ Results for search key : kde-base/kde ]  
[ Applications found : 1 ]  
  
*  kde-base/kde :  
        [   ] kde-base/kde-2.2.2-r1 (2)  
        [   ] kde-base/kde-3.0.4 (3.0)  
        [   ] kde-base/kde-3.0.5a (3.0)  
        [   ] kde-base/kde-3.0.5b (3.0)  
        [   ] kde-base/kde-3.1.1a (3.1)  
        [   ] kde-base/kde-3.1.1 (3.1)  
        [   ] kde-base/kde-3.1.2 (3.1)  
        [   ] kde-base/kde-3.1 (3.1)  
  
# etcat versions net-mail/evolution  
[ Results for search key : net-mail/evolution ]  
[ Applications found : 1 ]  
  
*  net-mail/evolution :  
        [   ] net-mail/evolution-1.2.3 (0)  
        [  I] net-mail/evolution-1.2.4 (0)  
        [M~ ] net-mail/evolution-1.3.92 (2)  
        [M~ ] net-mail/evolution-1.4.0 (0)  
  
# etcat versions net-www/apache  
[ Results for search key : net-www/apache ]  
[ Applications found : 1 ]  
  
*  net-www/apache :  
        [   ] net-www/apache-1.3.27 (1)  
        [   ] net-www/apache-1.3.27-r1 (1)  
        [M~ ] net-www/apache-1.3.27-r2 (1)  
        [   ] net-www/apache-1.3.27-r3 (1)  
        [M~ ] net-www/apache-1.3.27-r4 (1)  
        [M~ ] net-www/apache-2.0.43-r1 (2)  
        [M~ ] net-www/apache-2.0.44 (2)  
        [M~ ] net-www/apache-2.0.45 (2)  
        [M~I] net-www/apache-2.0.46 (2)

Note: If you don't specify the category, etcat will try to find all possible matches in Portage. If the package name is common or occurs in many other package names, you may get a lot more output that you wanted.

For more detailed information, type man etcat. For a quick overview of available options, just type etcat.

From http://www.gentoo.org/news/en/gwn/20030623-newsletter.xml

back



Support us on Content Nation

New Packages

- as rdf newsfeed
- as rss newsfeed
- as Atom newsfeed
2026-03-04
aurorae - 6.6.2
Ebuild name:

kde-plasma/aurorae-6.6.2

Description

Themeable window decoration for KWin

Added to portage

2026-03-04

bear - 4.0.4
Ebuild name:

dev-util/bear-4.0.4

Description

Bear is a tool that generates a compilation database for clang tooling.

Added to portage

2026-03-04

bluedevil - 6.6.2
Ebuild name:

kde-plasma/bluedevil-6.6.2

Description

Bluetooth stack for KDE Plasma

Added to portage

2026-03-04

blueprint-compiler - 0.20.0
Ebuild name:

dev-util/blueprint-compiler-0.20.0

Description

Compiler for Blueprint, a markup language for GTK user interface

Added to portage

2026-03-04

breeze - 6.6.2
Ebuild name:

kde-plasma/breeze-6.6.2

Description

Breeze visual style for the Plasma desktop

Added to portage

2026-03-04

breeze-grub - 6.6.2
Ebuild name:

kde-plasma/breeze-grub-6.6.2

Description

Breeze theme for GRUB

Added to portage

2026-03-04

breeze-gtk - 6.6.2
Ebuild name:

kde-plasma/breeze-gtk-6.6.2

Description

Official GTK+ port of Plasma's Breeze widget style

Added to portage

2026-03-04

breeze-plymouth - 6.6.2
Ebuild name:

kde-plasma/breeze-plymouth-6.6.2

Description

Breeze theme for Plymouth

Added to portage

2026-03-04

clang - 23.0.0_pre20260303
Ebuild name:

dev-python/clang-23.0.0_pre20260303

Description

Python bindings for llvm-core/clang

Added to portage

2026-03-04

discover - 6.6.2
Ebuild name:

kde-plasma/discover-6.6.2

Description

KDE Plasma resources management GUI

Added to portage

2026-03-04

drkonqi - 6.6.2
Ebuild name:

kde-plasma/drkonqi-6.6.2

Description

Plasma crash handler, gives the user feedback if a program crashed

Added to portage

2026-03-04

fish - 4.5.0-r2
Ebuild name:

app-shells/fish-4.5.0-r2

Description

Friendly Interactive SHell

Added to portage

2026-03-04

flatpak-kcm - 6.6.2
Ebuild name:

kde-plasma/flatpak-kcm-6.6.2

Description

Flatpak Permissions Management KCM

Added to portage

2026-03-04

git-cola - 4.17.1
Ebuild name:

dev-vcs/git-cola-4.17.1

Description

The highly caffeinated git GUI

Added to portage

2026-03-04

itextomml - 1.6.1-r1
Ebuild name:

dev-ruby/itextomml-1.6.1-r1

Description

Native Ruby bindings to itex2MML, which converts itex equations to Math

Added to portage

2026-03-04

kactivitymanagerd - 6.6.2
Ebuild name:

kde-plasma/kactivitymanagerd-6.6.2

Description

System service to manage user's activities, track the usage patt

Added to portage

2026-03-04

kde-cli-tools - 6.6.2
Ebuild name:

kde-plasma/kde-cli-tools-6.6.2

Description

Tools based on KDE Frameworks 6 to better interact with the system

Added to portage

2026-03-04

kde-cli-tools-common - 6.6.2
Ebuild name:

kde-plasma/kde-cli-tools-common-6.6.2

Description

Added to portage

2026-03-04

kde-gtk-config - 6.6.2
Ebuild name:

kde-plasma/kde-gtk-config-6.6.2

Description

Syncs KDE Plasma theme settings to GTK applications

Added to portage

2026-03-04

kdecoration - 6.6.2
Ebuild name:

kde-plasma/kdecoration-6.6.2

Description

Plugin based library to create window decorations

Added to portage

2026-03-04

kdeplasma-addons - 6.6.2
Ebuild name:

kde-plasma/kdeplasma-addons-6.6.2

Description

Extra Plasma applets and engines

Added to portage

2026-03-04

kdesu-gui - 6.6.2
Ebuild name:

kde-plasma/kdesu-gui-6.6.2

Description

Graphical frontend for KDE Frameworks' kdesu

Added to portage

2026-03-04

keditfiletype - 6.6.2
Ebuild name:

kde-plasma/keditfiletype-6.6.2

Description

File Type Editor

Added to portage

2026-03-04

kgamma - 6.6.2
Ebuild name:

kde-plasma/kgamma-6.6.2

Description

Screen gamma values kcontrol module

Added to portage

2026-03-04

kglobalacceld - 6.6.2
Ebuild name:

kde-plasma/kglobalacceld-6.6.2

Description

Daemon providing Global Keyboard Shortcut (Accelerator) functionalit

Added to portage

2026-03-04

kinfocenter - 6.6.2
Ebuild name:

kde-plasma/kinfocenter-6.6.2

Description

Utility providing information about the computer hardware

Added to portage

2026-03-04

kmenuedit - 6.6.2
Ebuild name:

kde-plasma/kmenuedit-6.6.2

Description

KDE Plasma menu editor

Added to portage

2026-03-04

knighttime - 6.6.2
Ebuild name:

kde-plasma/knighttime-6.6.2

Description

Helpers for scheduling the dark-light cycle

Added to portage

2026-03-04

kpipewire - 6.6.2
Ebuild name:

kde-plasma/kpipewire-6.6.2

Description

Components relating to Flatpak pipewire use in Plasma

Added to portage

2026-03-04

krdp - 6.6.2
Ebuild name:

kde-plasma/krdp-6.6.2

Description

Library and examples for creating an RDP server

Added to portage

2026-03-04

kscreen - 6.6.2
Ebuild name:

kde-plasma/kscreen-6.6.2

Description

KDE Plasma screen management

Added to portage

2026-03-04

kscreenlocker - 6.6.2
Ebuild name:

kde-plasma/kscreenlocker-6.6.2

Description

Library and components for secure lock screen architecture

Added to portage

2026-03-04

ksshaskpass - 6.6.2
Ebuild name:

kde-plasma/ksshaskpass-6.6.2

Description

Implementation of ssh-askpass with KDE Wallet integration

Added to portage

2026-03-04

ksystemstats - 6.6.2
Ebuild name:

kde-plasma/ksystemstats-6.6.2

Description

Plugin-based system monitoring daemon

Added to portage

2026-03-04

kwallet-pam - 6.6.2
Ebuild name:

kde-plasma/kwallet-pam-6.6.2

Description

PAM module to not enter KWallet password again after login

Added to portage

2026-03-04

kwayland - 6.6.2
Ebuild name:

kde-plasma/kwayland-6.6.2

Description

Qt-style API to interact with the wayland-client API

Added to portage

2026-03-04

lit - 23.0.0_pre20260303
Ebuild name:

dev-python/lit-23.0.0_pre20260303

Description

A stand-alone install of the LLVM suite testing tool

Added to portage

2026-03-04

llvm - 23.0.0_pre20260303
Ebuild name:

dev-ml/llvm-23.0.0_pre20260303

Description

OCaml bindings for LLVM

Added to portage

2026-03-04

mycli - 1.59.0
Ebuild name:

dev-db/mycli-1.59.0

Description

CLI for MySQL Database with auto-completion and syntax highlighting

Added to portage

2026-03-04

no-littering - 1.8.5
Ebuild name:

app-emacs/no-littering-1.8.5

Description

ELisp library that helps keeping Emacs configuration directory clean

Added to portage

2026-03-04

nprolog - 4.83
Ebuild name:

dev-lang/nprolog-4.83

Description

Interpreter and compiler to be compatible with Arity/Prolog32

Added to portage

2026-03-04

pdfminer - 20260107
Ebuild name:

app-text/pdfminer-20260107

Description

Python tool for extracting information from PDF documents

Added to portage

2026-03-04

poetry - 2.2.1-r2
Ebuild name:

dev-python/poetry-2.2.1-r2

Description

A frontend for poetry - a python dependency management and packaging too

Added to portage

2026-03-04

poetry - 2.3.0-r1
Ebuild name:

dev-python/poetry-2.3.0-r1

Description

A frontend for poetry - a python dependency management and packaging too

Added to portage

2026-03-04

poetry - 2.3.2-r1
Ebuild name:

dev-python/poetry-2.3.2-r1

Description

A frontend for poetry - a python dependency management and packaging too

Added to portage

2026-03-04

resolve-march-native - 6.1.0
Ebuild name:

app-misc/resolve-march-native-6.1.0

Description

Resolve GCC flag -march=native

Added to portage

2026-03-04

spotipy - 2.26.0
Ebuild name:

dev-python/spotipy-2.26.0

Description

A lightweight Python library for the Spotify Web API

Added to portage

2026-03-04

tkimg - 2.1.0-r1
Ebuild name:

dev-tcltk/tkimg-2.1.0-r1

Description

Adds a lot of image formats to Tcl/Tk

Added to portage

2026-03-04

with-editor - 3.4.9
Ebuild name:

app-emacs/with-editor-3.4.9

Description

Use the Emacsclient as the of child processes

Added to portage

2026-03-04

xmldiff - 2.7.0
Ebuild name:

app-text/xmldiff-2.7.0

Description

Tool that figures out the differences between two similar XML files

Added to portage

2026-03-04

2026-03-03
asciinema - 3.2.0
Ebuild name:

app-misc/asciinema-3.2.0

Description

Terminal session recorder, streamer, and player

Added to portage

2026-03-03

authlib - 1.6.9
Ebuild name:

dev-python/authlib-1.6.9

Description

A Python library in building OAuth and OpenID Connect servers and clients

Added to portage

2026-03-03

b2sdk - 2.10.4
Ebuild name:

dev-python/b2sdk-2.10.4

Description

Library to access Backblaze B2 cloud storage

Added to portage

2026-03-03

cachetools - 7.0.2
Ebuild name:

dev-python/cachetools-7.0.2

Description

Extensible memoizing collections and decorators

Added to portage

2026-03-03

cfn-lint - 1.46.0
Ebuild name:

dev-python/cfn-lint-1.46.0

Description

CloudFormation Linter

Added to portage

2026-03-03

courier-common - 3.1.5-r1
Ebuild name:

net-mail/courier-common-3.1.5-r1

Description

Mail delivery agent/filter

Added to portage

2026-03-03

deno-bin - 2.7.2
Ebuild name:

dev-lang/deno-bin-2.7.2

Description

Modern runtime for JavaScript and TypeScript

Added to portage

2026-03-03

fcitx-configtool - 5.1.12-r1
Ebuild name:

app-i18n/fcitx-configtool-5.1.12-r1

Description

Configuration module for Fcitx

Added to portage

2026-03-03

fox - 1.7.89
Ebuild name:

x11-libs/fox-1.7.89

Description

C++ Toolkit for developing Graphical User Interfaces easily and effectively

Added to portage

2026-03-03

google-api-python-client - 2.191.0
Ebuild name:

dev-python/google-api-python-client-2.191.0

Description

Google API Client for Python

Added to portage

2026-03-03

gphotofs - 1.0
Ebuild name:

media-gfx/gphotofs-1.0

Description

FUSE file system for interfacing with digital cameras using gphoto2

Added to portage

2026-03-03

grafana-bin - 12.1.8
Ebuild name:

www-apps/grafana-bin-12.1.8

Description

Gorgeous metric viz, dashboards & editors for Graphite, InfluxDB & Open

Added to portage

2026-03-03

grafana-bin - 12.2.6
Ebuild name:

www-apps/grafana-bin-12.2.6

Description

Gorgeous metric viz, dashboards & editors for Graphite, InfluxDB & Open

Added to portage

2026-03-03

grafana-bin - 12.3.4
Ebuild name:

www-apps/grafana-bin-12.3.4

Description

Gorgeous metric viz, dashboards & editors for Graphite, InfluxDB & Open

Added to portage

2026-03-03

grafana-bin - 12.4.0
Ebuild name:

www-apps/grafana-bin-12.4.0

Description

Gorgeous metric viz, dashboards & editors for Graphite, InfluxDB & Open

Added to portage

2026-03-03

ig - 0.50.0
Ebuild name:

app-admin/ig-0.50.0

Description

Tools and framework for data collection and system inspection using eBPF

Added to portage

2026-03-03

imagesize - 1.5.0
Ebuild name:

dev-python/imagesize-1.5.0

Description

Pure Python module for getting image size from png/jpeg/jpeg2000/gif fil

Added to portage

2026-03-03

install-xattr - 0.13
Ebuild name:

sys-apps/install-xattr-0.13

Description

Wrapper to coreutils install to preserve Filesystem Extended Attributes

Added to portage

2026-03-03

iproute2 - 6.19.0
Ebuild name:

sys-apps/iproute2-6.19.0

Description

kernel routing and traffic control utilities

Added to portage

2026-03-03

libgpiod - 1.6.5
Ebuild name:

dev-libs/libgpiod-1.6.5

Description

C library and tools for interacting with the linux GPIO character device

Added to portage

2026-03-03

libgpiod - 2.2.3
Ebuild name:

dev-libs/libgpiod-2.2.3

Description

C library and tools for interacting with the linux GPIO character device

Added to portage

2026-03-03

magic-wormhole-transit-relay - 0.5.0
Ebuild name:

dev-python/magic-wormhole-transit-relay-0.5.0

Description

Transit relay server for magic-wormhole

Added to portage

2026-03-03

markdown2 - 2.5.5-r1
Ebuild name:

dev-python/markdown2-2.5.5-r1

Description

Python Markdown language reimplementation

Added to portage

2026-03-03

openapi-schema-validator - 0.8.1
Ebuild name:

dev-python/openapi-schema-validator-0.8.1

Description

OpenAPI schema validation for Python

Added to portage

2026-03-03

openmp-amdgcn - 22.1.0-r1
Ebuild name:

llvm-runtimes/openmp-amdgcn-22.1.0-r1

Description

OpenMP target library for amdgcn devices

Added to portage

2026-03-03

openmp-amdgcn - 23.0.0.9999
Ebuild name:

llvm-runtimes/openmp-amdgcn-23.0.0.9999

Description

OpenMP target library for amdgcn devices

Added to portage

2026-03-03

openmp-nvptx64 - 22.1.0-r1
Ebuild name:

llvm-runtimes/openmp-nvptx64-22.1.0-r1

Description

OpenMP target library for nvptx64 devices

Added to portage

2026-03-03

openmp-nvptx64 - 23.0.0.9999
Ebuild name:

llvm-runtimes/openmp-nvptx64-23.0.0.9999

Description

OpenMP target library for nvptx64 devices

Added to portage

2026-03-03

php - 8.3.30-r1
Ebuild name:

dev-lang/php-8.3.30-r1

Description

The PHP language runtime engine

Added to portage

2026-03-03

php - 8.4.18-r1
Ebuild name:

dev-lang/php-8.4.18-r1

Description

The PHP language runtime engine

Added to portage

2026-03-03

php - 8.5.3-r1
Ebuild name:

dev-lang/php-8.5.3-r1

Description

The PHP language runtime engine

Added to portage

2026-03-03

plotly - 6.6.0
Ebuild name:

dev-python/plotly-6.6.0

Description

Browser-based graphing library for Python

Added to portage

2026-03-03

pulseaudio-qt - 1.8.1
Ebuild name:

media-libs/pulseaudio-qt-1.8.1

Description

Qt bindings for libpulse

Added to portage

2026-03-03

pypdf - 6.7.5
Ebuild name:

dev-python/pypdf-6.7.5

Description

Python library to work with PDF files

Added to portage

2026-03-03

pyspnego - 0.12.1
Ebuild name:

dev-python/pyspnego-0.12.1

Description

Library to handle SPNEGO and CredSSP authentication

Added to portage

2026-03-03

pytest-check - 2.7.3
Ebuild name:

dev-python/pytest-check-2.7.3

Description

pytest plugin that allows multiple failures per test

Added to portage

2026-03-03

python - 3.10.20
Ebuild name:

dev-lang/python-3.10.20

Description

An interpreted, interactive, object-oriented programming language

Added to portage

2026-03-03

python - 3.11.15
Ebuild name:

dev-lang/python-3.11.15

Description

An interpreted, interactive, object-oriented programming language

Added to portage

2026-03-03

python-cinderclient - 9.9.0
Ebuild name:

dev-python/python-cinderclient-9.9.0

Description

A client for the OpenStack Cinder API

Added to portage

2026-03-03

python-tests - 3.11.15
Ebuild name:

dev-python/python-tests-3.11.15

Description

Test modules from dev-lang/python

Added to portage

2026-03-03

qarma - 1.1.0
Ebuild name:

x11-misc/qarma-1.1.0

Description

Zenity Clone for Qt

Added to portage

2026-03-03

qt3d - 6.11.0_rc
Ebuild name:

dev-qt/qt3d-6.11.0_rc

Description

3D rendering module for the Qt6 framework

Added to portage

2026-03-03

qt5compat - 6.11.0_rc
Ebuild name:

dev-qt/qt5compat-6.11.0_rc

Description

Qt module containing the unsupported Qt 5 APIs

Added to portage

2026-03-03

qtbase - 6.11.0_rc
Ebuild name:

dev-qt/qtbase-6.11.0_rc

Description

Cross-platform application development framework

Added to portage

2026-03-03

qtcharts - 6.11.0_rc
Ebuild name:

dev-qt/qtcharts-6.11.0_rc

Description

Chart component library for the Qt6 framework

Added to portage

2026-03-03

qtconnectivity - 6.11.0_rc
Ebuild name:

dev-qt/qtconnectivity-6.11.0_rc

Description

Bluetooth and NFC support library for the Qt6 framework

Added to portage

2026-03-03

qtdeclarative - 6.11.0_rc
Ebuild name:

dev-qt/qtdeclarative-6.11.0_rc

Description

Qt Declarative (Quick 2)

Added to portage

2026-03-03

qtgraphs - 6.11.0_rc
Ebuild name:

dev-qt/qtgraphs-6.11.0_rc

Description

Graphs component library for the Qt6 framework

Added to portage

2026-03-03

qthttpserver - 6.11.0_rc
Ebuild name:

dev-qt/qthttpserver-6.11.0_rc

Description

HTTP server functionality for the Qt6 framework

Added to portage

2026-03-03

qtimageformats - 6.11.0_rc
Ebuild name:

dev-qt/qtimageformats-6.11.0_rc

Description

Additional format plugins for the Qt image I/O system

Added to portage

2026-03-03

qtlanguageserver - 6.11.0_rc
Ebuild name:

dev-qt/qtlanguageserver-6.11.0_rc

Description

Implementation of the Language Server Protocol for Qt

Added to portage

2026-03-03

qtlocation - 6.11.0_rc
Ebuild name:

dev-qt/qtlocation-6.11.0_rc

Description

Location (places, maps, navigation) library for the Qt6 framework

Added to portage

2026-03-03

qtmultimedia - 6.11.0_rc
Ebuild name:

dev-qt/qtmultimedia-6.11.0_rc

Description

Multimedia (audio, video, radio, camera) library for the Qt6 framewor

Added to portage

2026-03-03

qtnetworkauth - 6.11.0_rc
Ebuild name:

dev-qt/qtnetworkauth-6.11.0_rc

Description

Network authorization library for the Qt6 framework

Added to portage

2026-03-03

qtpositioning - 6.11.0_rc
Ebuild name:

dev-qt/qtpositioning-6.11.0_rc

Description

Physical position determination library for the Qt6 framework

Added to portage

2026-03-03

qtquick3d - 6.11.0_rc
Ebuild name:

dev-qt/qtquick3d-6.11.0_rc

Description

Qt module and API for defining 3D content in Qt QuickTools

Added to portage

2026-03-03

qtquicktimeline - 6.11.0_rc
Ebuild name:

dev-qt/qtquicktimeline-6.11.0_rc

Description

Qt module for keyframe-based timeline construction

Added to portage

2026-03-03

qtremoteobjects - 6.11.0_rc
Ebuild name:

dev-qt/qtremoteobjects-6.11.0_rc

Description

Inter-Process Communication (IPC) library for the Qt6 framework

Added to portage

2026-03-03

qtscxml - 6.11.0_rc
Ebuild name:

dev-qt/qtscxml-6.11.0_rc

Description

State Chart XML (SCXML) support library for the Qt6 framework

Added to portage

2026-03-03

qtsensors - 6.11.0_rc
Ebuild name:

dev-qt/qtsensors-6.11.0_rc

Description

Hardware sensor access library for the Qt6 framework

Added to portage

2026-03-03

qtserialbus - 6.11.0_rc
Ebuild name:

dev-qt/qtserialbus-6.11.0_rc

Description

Qt module to access CAN, ModBus, and other industrial serial buses and

Added to portage

2026-03-03

qtserialport - 6.11.0_rc
Ebuild name:

dev-qt/qtserialport-6.11.0_rc

Description

Serial port abstraction library for the Qt6 framework

Added to portage

2026-03-03

qtshadertools - 6.11.0_rc
Ebuild name:

dev-qt/qtshadertools-6.11.0_rc

Description

Qt APIs and Tools for Graphics Pipelines

Added to portage

2026-03-03

qtspeech - 6.11.0_rc
Ebuild name:

dev-qt/qtspeech-6.11.0_rc

Description

Text-to-speech library for the Qt6 framework

Added to portage

2026-03-03

qtsvg - 6.11.0_rc
Ebuild name:

dev-qt/qtsvg-6.11.0_rc

Description

SVG rendering library for the Qt6 framework

Added to portage

2026-03-03

qttools - 6.11.0_rc
Ebuild name:

dev-qt/qttools-6.11.0_rc

Description

Qt Tools Collection

Added to portage

2026-03-03

qttranslations - 6.11.0_rc
Ebuild name:

dev-qt/qttranslations-6.11.0_rc

Description

Translation files for the Qt6 framework

Added to portage

2026-03-03

qtvirtualkeyboard - 6.11.0_rc
Ebuild name:

dev-qt/qtvirtualkeyboard-6.11.0_rc

Description

Customizable input framework and virtual keyboard for Qt

Added to portage

2026-03-03

qtwayland - 6.11.0_rc
Ebuild name:

dev-qt/qtwayland-6.11.0_rc

Description

Toolbox for making Qt based Wayland compositors

Added to portage

2026-03-03

qtwebchannel - 6.11.0_rc
Ebuild name:

dev-qt/qtwebchannel-6.11.0_rc

Description

Qt WebChannel

Added to portage

2026-03-03

qtwebengine - 6.11.0_rc
Ebuild name:

dev-qt/qtwebengine-6.11.0_rc

Description

Library for rendering dynamic web content in Qt6 C++ and QML applicati

Added to portage

2026-03-03

qtwebsockets - 6.11.0_rc
Ebuild name:

dev-qt/qtwebsockets-6.11.0_rc

Description

Implementation of the WebSocket protocol for the Qt6 framework

Added to portage

2026-03-03

qtwebview - 6.11.0_rc
Ebuild name:

dev-qt/qtwebview-6.11.0_rc

Description

Module for displaying web content in a QML application using the Qt6 fra

Added to portage

2026-03-03

quiche - 0.26.1
Ebuild name:

net-libs/quiche-0.26.1

Description

Implementation of the QUIC transport protocol and HTTP/3

Added to portage

2026-03-03

sphinx-autodoc-typehints - 3.9.5
Ebuild name:

dev-python/sphinx-autodoc-typehints-3.9.5

Description

Type hints support for the Sphinx autodoc extension

Added to portage

2026-03-03

sqlalchemy - 2.0.48
Ebuild name:

dev-python/sqlalchemy-2.0.48

Description

Python SQL toolkit and Object Relational Mapper

Added to portage

2026-03-03

tkimg - 1.4.17
Ebuild name:

dev-tcltk/tkimg-1.4.17

Description

Adds a lot of image formats to Tcl/Tk

Added to portage

2026-03-03

tkimg - 2.0.1
Ebuild name:

dev-tcltk/tkimg-2.0.1

Description

Adds a lot of image formats to Tcl/Tk

Added to portage

2026-03-03

toml-fmt-common - 1.3.1
Ebuild name:

dev-python/toml-fmt-common-1.3.1

Description

Common logic to the TOML formatter

Added to portage

2026-03-03

virtme-ng - 1.40
Ebuild name:

sys-kernel/virtme-ng-1.40

Description

Quickly build and run kernels inside a virtualized snapshot of your live

Added to portage

2026-03-03

yt-dlp - 2026.03.03
Ebuild name:

net-misc/yt-dlp-2026.03.03

Description

youtube-dl fork with additional features and fixes

Added to portage

2026-03-03

rdf newsfeed | rss newsfeed | Atom newsfeed
Copyright 2004-2025 Sascha Nitsch Unternehmensberatung GmbH
- Copyright and legal notices -
Time to create this page: 85.3 ms