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:

85382

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-05-27
algol68g - 3.12.2
Ebuild name:

dev-lang/algol68g-3.12.2

Description

Algol 68 Genie compiler-interpreter

Added to portage

2026-05-27

gap - 4.16.0_beta2
Ebuild name:

sci-mathematics/gap-4.16.0_beta2

Description

System for computational discrete algebra. Core functionality.

Added to portage

2026-05-27

krita - 6.0.2
Ebuild name:

media-gfx/krita-6.0.2

Description

Free digital painting application. Digital Painting, Creative Freedom

Added to portage

2026-05-27

nushell - 0.113.0
Ebuild name:

app-shells/nushell-0.113.0

Description

A new type of shell, written in Rust

Added to portage

2026-05-27

nvidia-drivers - 610.43.02-r1
Ebuild name:

x11-drivers/nvidia-drivers-610.43.02-r1

Description

NVIDIA Accelerated Graphics Driver

Added to portage

2026-05-27

onak - 0.6.4
Ebuild name:

app-crypt/onak-0.6.4

Description

onak is an OpenPGP keyserver

Added to portage

2026-05-27

petsc - 3.25.1
Ebuild name:

sci-mathematics/petsc-3.25.1

Description

Portable, Extensible Toolkit for Scientific Computation

Added to portage

2026-05-27

qtspeech - 6.10.3-r1
Ebuild name:

dev-qt/qtspeech-6.10.3-r1

Description

Text-to-speech library for the Qt6 framework

Added to portage

2026-05-27

qtspeech - 6.11.1-r1
Ebuild name:

dev-qt/qtspeech-6.11.1-r1

Description

Text-to-speech library for the Qt6 framework

Added to portage

2026-05-27

slepc - 3.25.1
Ebuild name:

sci-mathematics/slepc-3.25.1

Description

Scalable Library for Eigenvalue Problem Computations

Added to portage

2026-05-27

sourcegit - 2026.11
Ebuild name:

dev-vcs/sourcegit-2026.11

Description

Open Source Git GUI client using .NET AvaloniaUI

Added to portage

2026-05-27

stalonetray - 1.3.0
Ebuild name:

x11-misc/stalonetray-1.3.0

Description

System tray utility including support for KDE system tray icons

Added to portage

2026-05-27

system-monitoring-center - 3.4.1
Ebuild name:

sys-apps/system-monitoring-center-3.4.1

Description

Multi-featured system monitor GUI written in Python

Added to portage

2026-05-27

2026-05-26
bitstring - 4.4.0-r2
Ebuild name:

dev-python/bitstring-4.4.0-r2

Description

A pure Python module for creation and analysis of binary data

Added to portage

2026-05-26

bmake - 20260508
Ebuild name:

dev-build/bmake-20260508

Description

NetBSD's portable make

Added to portage

2026-05-26

c-blosc2 - 3.1.0
Ebuild name:

dev-libs/c-blosc2-3.1.0

Description

Blocking, shuffling and lossless compression library

Added to portage

2026-05-26

cargo-c - 0.10.22-r1
Ebuild name:

dev-util/cargo-c-0.10.22-r1

Description

Helper program to build and install c-like libraries

Added to portage

2026-05-26

containerd - 2.0.2-r1
Ebuild name:

app-containers/containerd-2.0.2-r1

Description

A daemon to control runC

Added to portage

2026-05-26

containerd - 2.0.3-r1
Ebuild name:

app-containers/containerd-2.0.3-r1

Description

A daemon to control runC

Added to portage

2026-05-26

containerd - 2.0.4-r1
Ebuild name:

app-containers/containerd-2.0.4-r1

Description

A daemon to control runC

Added to portage

2026-05-26

containerd - 2.0.5-r1
Ebuild name:

app-containers/containerd-2.0.5-r1

Description

A daemon to control runC

Added to portage

2026-05-26

containerd - 2.0.7-r1
Ebuild name:

app-containers/containerd-2.0.7-r1

Description

A daemon to control runC

Added to portage

2026-05-26

containerd - 2.1.0-r1
Ebuild name:

app-containers/containerd-2.1.0-r1

Description

A daemon to control runC

Added to portage

2026-05-26

containerd - 2.1.1-r1
Ebuild name:

app-containers/containerd-2.1.1-r1

Description

A daemon to control runC

Added to portage

2026-05-26

containerd - 2.1.4-r1
Ebuild name:

app-containers/containerd-2.1.4-r1

Description

A daemon to control runC

Added to portage

2026-05-26

containerd - 2.1.5-r1
Ebuild name:

app-containers/containerd-2.1.5-r1

Description

A daemon to control runC

Added to portage

2026-05-26

containerd - 2.2.0-r1
Ebuild name:

app-containers/containerd-2.2.0-r1

Description

A daemon to control runC

Added to portage

2026-05-26

containerd - 2.2.1-r1
Ebuild name:

app-containers/containerd-2.2.1-r1

Description

A daemon to control runC

Added to portage

2026-05-26

containerd - 2.2.2-r1
Ebuild name:

app-containers/containerd-2.2.2-r1

Description

A daemon to control runC

Added to portage

2026-05-26

cri-tools - 1.36.0
Ebuild name:

app-containers/cri-tools-1.36.0

Description

CLI and validation tools for Kubelet Container Runtime (CRI)

Added to portage

2026-05-26

dbus-broker - 37-r1
Ebuild name:

sys-apps/dbus-broker-37-r1

Description

Linux D-Bus Message Broker

Added to portage

2026-05-26

dbus-fast - 5.0.14
Ebuild name:

dev-python/dbus-fast-5.0.14

Description

A faster version of dbus-next

Added to portage

2026-05-26

dist-kernel - 5.10.257_p1
Ebuild name:

virtual/dist-kernel-5.10.257_p1

Description

Virtual to depend on any Distribution Kernel

Added to portage

2026-05-26

dist-kernel - 5.15.208_p1
Ebuild name:

virtual/dist-kernel-5.15.208_p1

Description

Virtual to depend on any Distribution Kernel

Added to portage

2026-05-26

dist-kernel - 6.1.174_p1
Ebuild name:

virtual/dist-kernel-6.1.174_p1

Description

Virtual to depend on any Distribution Kernel

Added to portage

2026-05-26

dist-kernel - 6.12.91_p1
Ebuild name:

virtual/dist-kernel-6.12.91_p1

Description

Virtual to depend on any Distribution Kernel

Added to portage

2026-05-26

dist-kernel - 6.18.33_p1
Ebuild name:

virtual/dist-kernel-6.18.33_p1

Description

Virtual to depend on any Distribution Kernel

Added to portage

2026-05-26

dist-kernel - 6.6.141_p1
Ebuild name:

virtual/dist-kernel-6.6.141_p1

Description

Virtual to depend on any Distribution Kernel

Added to portage

2026-05-26

dist-kernel - 7.0.10_p1
Ebuild name:

virtual/dist-kernel-7.0.10_p1

Description

Virtual to depend on any Distribution Kernel

Added to portage

2026-05-26

elastic-transport - 9.4.1
Ebuild name:

dev-python/elastic-transport-9.4.1

Description

Transport classes and utilities shared among Python Elastic clie

Added to portage

2026-05-26

etcd - 3.6.11
Ebuild name:

dev-db/etcd-3.6.11

Description

Highly-available key value store for shared configuration and service discovery

Added to portage

2026-05-26

evaluate - 0.4.6-r1
Ebuild name:

sci-ml/evaluate-0.4.6-r1

Description

makes evaluating, comparing models and reporting their performance easier

Added to portage

2026-05-26

flawfinder - 2.0.20
Ebuild name:

dev-util/flawfinder-2.0.20

Description

Examines C/C++ source code for security flaws

Added to portage

2026-05-26

gentoo-kernel - 5.10.257_p1
Ebuild name:

sys-kernel/gentoo-kernel-5.10.257_p1

Description

Linux kernel built with Gentoo patches

Added to portage

2026-05-26

gentoo-kernel - 5.15.208_p1
Ebuild name:

sys-kernel/gentoo-kernel-5.15.208_p1

Description

Linux kernel built with Gentoo patches

Added to portage

2026-05-26

gentoo-kernel - 6.1.174_p1
Ebuild name:

sys-kernel/gentoo-kernel-6.1.174_p1

Description

Linux kernel built with Gentoo patches

Added to portage

2026-05-26

gentoo-kernel - 6.12.91_p1
Ebuild name:

sys-kernel/gentoo-kernel-6.12.91_p1

Description

Linux kernel built with Gentoo patches

Added to portage

2026-05-26

gentoo-kernel - 6.18.33_p1
Ebuild name:

sys-kernel/gentoo-kernel-6.18.33_p1

Description

Linux kernel built with Gentoo patches

Added to portage

2026-05-26

gentoo-kernel - 6.6.141_p1
Ebuild name:

sys-kernel/gentoo-kernel-6.6.141_p1

Description

Linux kernel built with Gentoo patches

Added to portage

2026-05-26

gentoo-kernel - 7.0.10_p1
Ebuild name:

sys-kernel/gentoo-kernel-7.0.10_p1

Description

Linux kernel built with Gentoo patches

Added to portage

2026-05-26

gentoo-kernel-bin - 5.10.257_p1
Ebuild name:

sys-kernel/gentoo-kernel-bin-5.10.257_p1

Description

Pre-built Linux kernel with Gentoo patches

Added to portage

2026-05-26

gentoo-kernel-bin - 5.15.208_p1
Ebuild name:

sys-kernel/gentoo-kernel-bin-5.15.208_p1

Description

Pre-built Linux kernel with Gentoo patches

Added to portage

2026-05-26

gentoo-kernel-bin - 6.1.174_p1
Ebuild name:

sys-kernel/gentoo-kernel-bin-6.1.174_p1

Description

Pre-built Linux kernel with Gentoo patches

Added to portage

2026-05-26

gentoo-kernel-bin - 6.12.91_p1
Ebuild name:

sys-kernel/gentoo-kernel-bin-6.12.91_p1

Description

Pre-built Linux kernel with Gentoo patches

Added to portage

2026-05-26

gentoo-kernel-bin - 6.18.33_p1
Ebuild name:

sys-kernel/gentoo-kernel-bin-6.18.33_p1

Description

Pre-built Linux kernel with Gentoo patches

Added to portage

2026-05-26

gentoo-kernel-bin - 6.6.141_p1
Ebuild name:

sys-kernel/gentoo-kernel-bin-6.6.141_p1

Description

Pre-built Linux kernel with Gentoo patches

Added to portage

2026-05-26

gentoo-kernel-bin - 7.0.10_p1
Ebuild name:

sys-kernel/gentoo-kernel-bin-7.0.10_p1

Description

Pre-built Linux kernel with Gentoo patches

Added to portage

2026-05-26

gentoo-sources - 5.10.257-r1
Ebuild name:

sys-kernel/gentoo-sources-5.10.257-r1

Description

Full sources including the Gentoo patchset for the . kernel t

Added to portage

2026-05-26

gentoo-sources - 5.15.208-r1
Ebuild name:

sys-kernel/gentoo-sources-5.15.208-r1

Description

Full sources including the Gentoo patchset for the . kernel t

Added to portage

2026-05-26

gentoo-sources - 6.1.174-r1
Ebuild name:

sys-kernel/gentoo-sources-6.1.174-r1

Description

Full sources including the Gentoo patchset for the . kernel tr

Added to portage

2026-05-26

gentoo-sources - 6.12.91-r1
Ebuild name:

sys-kernel/gentoo-sources-6.12.91-r1

Description

Full sources including the Gentoo patchset for the . kernel tr

Added to portage

2026-05-26

gentoo-sources - 6.18.33-r1
Ebuild name:

sys-kernel/gentoo-sources-6.18.33-r1

Description

Full sources including the Gentoo patchset for the . kernel tr

Added to portage

2026-05-26

gentoo-sources - 6.6.141-r1
Ebuild name:

sys-kernel/gentoo-sources-6.6.141-r1

Description

Full sources including the Gentoo patchset for the . kernel tr

Added to portage

2026-05-26

gentoo-sources - 7.0.10-r1
Ebuild name:

sys-kernel/gentoo-sources-7.0.10-r1

Description

Full sources including the Gentoo patchset for the . kernel tre

Added to portage

2026-05-26

httptools - 0.8.0
Ebuild name:

dev-python/httptools-0.8.0

Description

A collection of framework independent HTTP protocol utils

Added to portage

2026-05-26

hypothesis - 6.152.11
Ebuild name:

dev-python/hypothesis-6.152.11

Description

A library for property based testing

Added to portage

2026-05-26

jellyfin-bin - 10.11.10
Ebuild name:

www-apps/jellyfin-bin-10.11.10

Description

Jellyfin puts you in control of managing and streaming your media

Added to portage

2026-05-26

jiwer - 3.0.5
Ebuild name:

sci-ml/jiwer-3.0.5

Description

Evaluate an automatic speech recognition system

Added to portage

2026-05-26

jiwer - 3.1.0
Ebuild name:

sci-ml/jiwer-3.1.0

Description

Evaluate an automatic speech recognition system

Added to portage

2026-05-26

libetpan - 1.10
Ebuild name:

net-libs/libetpan-1.10

Description

A portable, efficient middleware for different kinds of mail access

Added to portage

2026-05-26

mod_h2 - 2.0.40
Ebuild name:

www-apache/mod_h2-2.0.40

Description

HTTP/2 module for Apache

Added to portage

2026-05-26

nwipe - 0.41
Ebuild name:

app-crypt/nwipe-0.41

Description

Securely erase disks using a variety of recognized methods

Added to portage

2026-05-26

onak - 0.6.3
Ebuild name:

app-crypt/onak-0.6.3

Description

onak is an OpenPGP keyserver

Added to portage

2026-05-26

onak - 0.6.4
Ebuild name:

app-crypt/onak-0.6.4

Description

onak is an OpenPGP keyserver

Added to portage

2026-05-26

parse - 1.22.1
Ebuild name:

dev-python/parse-1.22.1

Description

Parse strings using a specification based on the Python format() syntax

Added to portage

2026-05-26

pikepdf - 10.7.2
Ebuild name:

dev-python/pikepdf-10.7.2

Description

Python library to work with pdf files based on qpdf

Added to portage

2026-05-26

pipewire - 1.4.11
Ebuild name:

media-video/pipewire-1.4.11

Description

Multimedia processing graphs

Added to portage

2026-05-26

pipewire - 1.6.5
Ebuild name:

media-video/pipewire-1.6.5

Description

Multimedia processing graphs

Added to portage

2026-05-26

pipewire - 1.6.6
Ebuild name:

media-video/pipewire-1.6.6

Description

Multimedia processing graphs

Added to portage

2026-05-26

ppp - 2.5.3
Ebuild name:

net-dialup/ppp-2.5.3

Description

Point-to-Point Protocol (PPP)

Added to portage

2026-05-26

pytest-regressions - 2.11.0
Ebuild name:

dev-python/pytest-regressions-2.11.0

Description

Easy to use fixtures to write regression tests

Added to portage

2026-05-26

radvd - 2.21
Ebuild name:

net-misc/radvd-2.21

Description

Linux IPv6 Router Advertisement Daemon

Added to portage

2026-05-26

root - 6.40.00
Ebuild name:

sci-physics/root-6.40.00

Description

C++ data analysis framework and interpreter from CERN

Added to portage

2026-05-26

root - 6.40.9999
Ebuild name:

sci-physics/root-6.40.9999

Description

C++ data analysis framework and interpreter from CERN

Added to portage

2026-05-26

roundcube - 1.7.1
Ebuild name:

mail-client/roundcube-1.7.1

Description

A browser-based multilingual IMAP client with an application-like user

Added to portage

2026-05-26

selinux-gdomap - 2.20250618_p1
Ebuild name:

sec-policy/selinux-gdomap-2.20250618_p1

Description

SELinux policy for gdomap

Added to portage

2026-05-26

selinux-gdomap - 2.20260312_p1
Ebuild name:

sec-policy/selinux-gdomap-2.20260312_p1

Description

SELinux policy for gdomap

Added to portage

2026-05-26

selinux-gdomap - 9999
Ebuild name:

sec-policy/selinux-gdomap-9999

Description

SELinux policy for gdomap

Added to portage

2026-05-26

selinux-hadoop - 2.20250618_p1
Ebuild name:

sec-policy/selinux-hadoop-2.20250618_p1

Description

SELinux policy for hadoop

Added to portage

2026-05-26

selinux-hadoop - 2.20260312_p1
Ebuild name:

sec-policy/selinux-hadoop-2.20260312_p1

Description

SELinux policy for hadoop

Added to portage

2026-05-26

selinux-hadoop - 9999
Ebuild name:

sec-policy/selinux-hadoop-9999

Description

SELinux policy for hadoop

Added to portage

2026-05-26

selinux-mongodb - 2.20250618_p1
Ebuild name:

sec-policy/selinux-mongodb-2.20250618_p1

Description

SELinux policy for mongodb

Added to portage

2026-05-26

selinux-mongodb - 2.20260312_p1
Ebuild name:

sec-policy/selinux-mongodb-2.20260312_p1

Description

SELinux policy for mongodb

Added to portage

2026-05-26

selinux-mongodb - 9999
Ebuild name:

sec-policy/selinux-mongodb-9999

Description

SELinux policy for mongodb

Added to portage

2026-05-26

selinux-obex - 2.20250618_p1
Ebuild name:

sec-policy/selinux-obex-2.20250618_p1

Description

SELinux policy for obex

Added to portage

2026-05-26

selinux-obex - 2.20260312_p1
Ebuild name:

sec-policy/selinux-obex-2.20260312_p1

Description

SELinux policy for obex

Added to portage

2026-05-26

selinux-obex - 9999
Ebuild name:

sec-policy/selinux-obex-9999

Description

SELinux policy for obex

Added to portage

2026-05-26

selinux-passenger - 2.20250618_p1
Ebuild name:

sec-policy/selinux-passenger-2.20250618_p1

Description

SELinux policy for passenger

Added to portage

2026-05-26

selinux-passenger - 2.20260312_p1
Ebuild name:

sec-policy/selinux-passenger-2.20260312_p1

Description

SELinux policy for passenger

Added to portage

2026-05-26

selinux-passenger - 9999
Ebuild name:

sec-policy/selinux-passenger-9999

Description

SELinux policy for passenger

Added to portage

2026-05-26

selinux-rlogin - 2.20250618_p1
Ebuild name:

sec-policy/selinux-rlogin-2.20250618_p1

Description

SELinux policy for rlogin

Added to portage

2026-05-26

selinux-rlogin - 2.20260312_p1
Ebuild name:

sec-policy/selinux-rlogin-2.20260312_p1

Description

SELinux policy for rlogin

Added to portage

2026-05-26

selinux-rlogin - 9999
Ebuild name:

sec-policy/selinux-rlogin-9999

Description

SELinux policy for rlogin

Added to portage

2026-05-26

selinux-sigrok - 2.20250618_p1
Ebuild name:

sec-policy/selinux-sigrok-2.20250618_p1

Description

SELinux policy for sigrok

Added to portage

2026-05-26

selinux-sigrok - 2.20260312_p1
Ebuild name:

sec-policy/selinux-sigrok-2.20260312_p1

Description

SELinux policy for sigrok

Added to portage

2026-05-26

selinux-sigrok - 9999
Ebuild name:

sec-policy/selinux-sigrok-9999

Description

SELinux policy for sigrok

Added to portage

2026-05-26

selinux-uuidd - 2.20250618_p1
Ebuild name:

sec-policy/selinux-uuidd-2.20250618_p1

Description

SELinux policy for uuidd

Added to portage

2026-05-26

selinux-uuidd - 2.20260312_p1
Ebuild name:

sec-policy/selinux-uuidd-2.20260312_p1

Description

SELinux policy for uuidd

Added to portage

2026-05-26

selinux-uuidd - 9999
Ebuild name:

sec-policy/selinux-uuidd-9999

Description

SELinux policy for uuidd

Added to portage

2026-05-26

tibs - 0.8.0
Ebuild name:

dev-python/tibs-0.8.0

Description

A sleek Python library for your binary data

Added to portage

2026-05-26

tmpreaper - 1.6.17-r1
Ebuild name:

app-admin/tmpreaper-1.6.17-r1

Description

A utility for removing files based on when they were last accessed

Added to portage

2026-05-26

tmuxp - 1.70.0
Ebuild name:

app-misc/tmuxp-1.70.0

Description

tmux session manager. built on libtmux

Added to portage

2026-05-26

tokenizers - 0.22.2
Ebuild name:

sci-ml/tokenizers-0.22.2

Description

Implementation of today's most used tokenizers

Added to portage

2026-05-26

xcp - 0.24.8-r1
Ebuild name:

sys-fs/xcp-0.24.8-r1

Description

A 'cp' alternative with user-friendly feedback and performance optimisations

Added to portage

2026-05-26

xsimd - 14.2.0
Ebuild name:

dev-cpp/xsimd-14.2.0

Description

C++ wrappers for SIMD intrinsics

Added to portage

2026-05-26

xyzservices - 2026.3.0
Ebuild name:

sci-geosciences/xyzservices-2026.3.0

Description

Source of XYZ tiles providers

Added to portage

2026-05-26

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