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:

87487

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-08-07
aardvark-dns - 2.1.0
Ebuild name:

app-containers/aardvark-dns-2.1.0

Description

A container-focused DNS server

Added to portage

2026-08-07

awscli-bin - 2.36.17
Ebuild name:

app-admin/awscli-bin-2.36.17

Description

command line interface for Amazon Web Services

Added to portage

2026-08-07

cadvisor - 0.60.5
Ebuild name:

app-containers/cadvisor-0.60.5

Description

Analyzes resource usage and performance characteristics of running c

Added to portage

2026-08-07

cosign - 3.1.3
Ebuild name:

app-containers/cosign-3.1.3

Description

container signing utility

Added to portage

2026-08-07

docker - 29.7.2
Ebuild name:

app-containers/docker-29.7.2

Description

The core functions you need to create Docker images and run Docker con

Added to portage

2026-08-07

docker-buildx - 0.36.1
Ebuild name:

app-containers/docker-buildx-0.36.1

Description

Docker CLI plugin for extended build capabilities with BuildKit

Added to portage

2026-08-07

docker-cli - 29.7.2
Ebuild name:

app-containers/docker-cli-29.7.2

Description

the command line binary for docker

Added to portage

2026-08-07

docker-compose - 5.4.0
Ebuild name:

app-containers/docker-compose-5.4.0

Description

Multi-container orchestration for Docker

Added to portage

2026-08-07

docker-credential-helpers - 0.9.8
Ebuild name:

app-containers/docker-credential-helpers-0.9.8

Description

Suite of programs to use native stores to keep Docke

Added to portage

2026-08-07

fontconfig - 2.18.3
Ebuild name:

media-libs/fontconfig-2.18.3

Description

A library for configuring and customizing font access

Added to portage

2026-08-07

gentoo-sources - 6.1.181
Ebuild name:

sys-kernel/gentoo-sources-6.1.181

Description

Full sources including the Gentoo patchset for the . kernel tree

Added to portage

2026-08-07

gentoo-sources - 6.18.43
Ebuild name:

sys-kernel/gentoo-sources-6.18.43

Description

Full sources including the Gentoo patchset for the . kernel tree

Added to portage

2026-08-07

gentoo-sources - 6.6.149
Ebuild name:

sys-kernel/gentoo-sources-6.6.149

Description

Full sources including the Gentoo patchset for the . kernel tree

Added to portage

2026-08-07

gentoo-sources - 7.1.7
Ebuild name:

sys-kernel/gentoo-sources-7.1.7

Description

Full sources including the Gentoo patchset for the . kernel tree

Added to portage

2026-08-07

jj - 0.44.0
Ebuild name:

dev-vcs/jj-0.44.0

Description

Jujutsu - an experimental version control system

Added to portage

2026-08-07

knot-resolver - 5.7.8
Ebuild name:

net-dns/knot-resolver-5.7.8

Description

Scaleable caching DNS resolver

Added to portage

2026-08-07

knot-resolver - 6.4.2
Ebuild name:

net-dns/knot-resolver-6.4.2

Description

Scaleable caching DNS resolver

Added to portage

2026-08-07

lyskom-elisp-client - 0.48_p20200226
Ebuild name:

app-emacs/lyskom-elisp-client-0.48_p20200226

Description

Elisp client for the LysKOM conference system

Added to portage

2026-08-07

m-buffer - 0.16.1
Ebuild name:

app-emacs/m-buffer-0.16.1

Description

List Oriented Buffer Operations for Emacs

Added to portage

2026-08-07

macrostep - 0.9.5
Ebuild name:

app-emacs/macrostep-0.9.5

Description

Interactive macro-expander for Emacs

Added to portage

2026-08-07

macrostep-geiser - 0.2.0_p20210717
Ebuild name:

app-emacs/macrostep-geiser-0.2.0_p20210717

Description

Emacs macrostep back-end powered by geiser

Added to portage

2026-08-07

magit - 4.5.0-r1
Ebuild name:

app-emacs/magit-4.5.0-r1

Description

A Git porcelain inside Emacs

Added to portage

2026-08-07

magit - 4.6.0
Ebuild name:

app-emacs/magit-4.6.0

Description

A Git porcelain inside Emacs

Added to portage

2026-08-07

magit - 4.7.0
Ebuild name:

app-emacs/magit-4.7.0

Description

A Git porcelain inside Emacs

Added to portage

2026-08-07

magit - 9999
Ebuild name:

app-emacs/magit-9999

Description

A Git porcelain inside Emacs

Added to portage

2026-08-07

mame - 0.289-r3
Ebuild name:

games-emulation/mame-0.289-r3

Description

Multiple Arcade Machine Emulator

Added to portage

2026-08-07

netavark - 2.1.0
Ebuild name:

app-containers/netavark-2.1.0

Description

A container network stack

Added to portage

2026-08-07

transformers - 5.4.0
Ebuild name:

sci-ml/transformers-5.4.0

Description

State-of-the-art Machine Learning for JAX, PyTorch and TensorFlow

Added to portage

2026-08-07

vanilla-sources - 6.1.181
Ebuild name:

sys-kernel/vanilla-sources-6.1.181

Description

Full sources for the Linux kernel

Added to portage

2026-08-07

vanilla-sources - 6.18.43
Ebuild name:

sys-kernel/vanilla-sources-6.18.43

Description

Full sources for the Linux kernel

Added to portage

2026-08-07

vanilla-sources - 6.6.149
Ebuild name:

sys-kernel/vanilla-sources-6.6.149

Description

Full sources for the Linux kernel

Added to portage

2026-08-07

vanilla-sources - 7.1.7
Ebuild name:

sys-kernel/vanilla-sources-7.1.7

Description

Full sources for the Linux kernel

Added to portage

2026-08-07

vips - 8.18.5
Ebuild name:

media-libs/vips-8.18.5

Description

VIPS Image Processing Library

Added to portage

2026-08-07

wordpress - 7.0.3
Ebuild name:

www-apps/wordpress-7.0.3

Description

Wordpress PHP and MySQL based content management system (CMS)

Added to portage

2026-08-07

2026-08-06
Dist-Build-XS-PkgConfig - 0.2.0
Ebuild name:

dev-perl/Dist-Build-XS-PkgConfig-0.2.0

Description

Dist extension to use pkg-config

Added to portage

2026-08-06

PkgConfig - 0.260.260
Ebuild name:

dev-perl/PkgConfig-0.260.260

Description

Pure-Perl Core-Only replacement for pkg-config

Added to portage

2026-08-06

actioncable - 7.2.3.2
Ebuild name:

dev-ruby/actioncable-7.2.3.2

Description

Integrated WebSockets for Rails

Added to portage

2026-08-06

actioncable - 8.0.5.1
Ebuild name:

dev-ruby/actioncable-8.0.5.1

Description

Integrated WebSockets for Rails

Added to portage

2026-08-06

actioncable - 8.1.3.1
Ebuild name:

dev-ruby/actioncable-8.1.3.1

Description

Integrated WebSockets for Rails

Added to portage

2026-08-06

actionmailbox - 7.2.3.2
Ebuild name:

dev-ruby/actionmailbox-7.2.3.2

Description

Framework for designing email-service layers

Added to portage

2026-08-06

actionmailbox - 8.0.5.1
Ebuild name:

dev-ruby/actionmailbox-8.0.5.1

Description

Framework for designing email-service layers

Added to portage

2026-08-06

actionmailbox - 8.1.3.1
Ebuild name:

dev-ruby/actionmailbox-8.1.3.1

Description

Framework for designing email-service layers

Added to portage

2026-08-06

actionmailer - 7.2.3.2
Ebuild name:

dev-ruby/actionmailer-7.2.3.2

Description

Framework for designing email-service layers

Added to portage

2026-08-06

actionmailer - 8.0.5.1
Ebuild name:

dev-ruby/actionmailer-8.0.5.1

Description

Framework for designing email-service layers

Added to portage

2026-08-06

actionmailer - 8.1.3.1
Ebuild name:

dev-ruby/actionmailer-8.1.3.1

Description

Framework for designing email-service layers

Added to portage

2026-08-06

actionpack - 7.2.3.2
Ebuild name:

dev-ruby/actionpack-7.2.3.2

Description

Eases web-request routing, handling, and response

Added to portage

2026-08-06

actionpack - 8.0.5.1
Ebuild name:

dev-ruby/actionpack-8.0.5.1

Description

Eases web-request routing, handling, and response

Added to portage

2026-08-06

actionpack - 8.1.3.1
Ebuild name:

dev-ruby/actionpack-8.1.3.1

Description

Eases web-request routing, handling, and response

Added to portage

2026-08-06

actiontext - 7.2.3.2
Ebuild name:

dev-ruby/actiontext-7.2.3.2

Description

Edit and display rich text in Rails applications

Added to portage

2026-08-06

actiontext - 8.0.5.1
Ebuild name:

dev-ruby/actiontext-8.0.5.1

Description

Edit and display rich text in Rails applications

Added to portage

2026-08-06

actiontext - 8.1.3.1
Ebuild name:

dev-ruby/actiontext-8.1.3.1

Description

Edit and display rich text in Rails applications

Added to portage

2026-08-06

actionview - 7.2.3.2
Ebuild name:

dev-ruby/actionview-7.2.3.2

Description

Simple, battle-tested conventions and helpers for building web pages

Added to portage

2026-08-06

actionview - 8.0.5.1
Ebuild name:

dev-ruby/actionview-8.0.5.1

Description

Simple, battle-tested conventions and helpers for building web pages

Added to portage

2026-08-06

actionview - 8.1.3.1
Ebuild name:

dev-ruby/actionview-8.1.3.1

Description

Simple, battle-tested conventions and helpers for building web pages

Added to portage

2026-08-06

activejob - 7.2.3.2
Ebuild name:

dev-ruby/activejob-7.2.3.2

Description

Job framework with pluggable queues

Added to portage

2026-08-06

activejob - 8.0.5.1
Ebuild name:

dev-ruby/activejob-8.0.5.1

Description

Job framework with pluggable queues

Added to portage

2026-08-06

activejob - 8.1.3.1
Ebuild name:

dev-ruby/activejob-8.1.3.1

Description

Job framework with pluggable queues

Added to portage

2026-08-06

activemodel - 7.2.3.2
Ebuild name:

dev-ruby/activemodel-7.2.3.2

Description

Toolkit for building modeling frameworks like Active Record and Active

Added to portage

2026-08-06

activemodel - 8.0.5.1
Ebuild name:

dev-ruby/activemodel-8.0.5.1

Description

Toolkit for building modeling frameworks like Active Record and Active

Added to portage

2026-08-06

activemodel - 8.1.3.1
Ebuild name:

dev-ruby/activemodel-8.1.3.1

Description

Toolkit for building modeling frameworks like Active Record and Active

Added to portage

2026-08-06

activerecord - 7.2.3.2
Ebuild name:

dev-ruby/activerecord-7.2.3.2

Description

Implements the ActiveRecord pattern (Fowler, PoEAA) for ORM

Added to portage

2026-08-06

activerecord - 8.0.5.1
Ebuild name:

dev-ruby/activerecord-8.0.5.1

Description

Implements the ActiveRecord pattern (Fowler, PoEAA) for ORM

Added to portage

2026-08-06

activerecord - 8.1.3.1
Ebuild name:

dev-ruby/activerecord-8.1.3.1

Description

Implements the ActiveRecord pattern (Fowler, PoEAA) for ORM

Added to portage

2026-08-06

activestorage - 7.2.3.2
Ebuild name:

dev-ruby/activestorage-7.2.3.2

Description

Attach cloud and local files in Rails applications

Added to portage

2026-08-06

activestorage - 8.0.5.1
Ebuild name:

dev-ruby/activestorage-8.0.5.1

Description

Attach cloud and local files in Rails applications

Added to portage

2026-08-06

activestorage - 8.1.3.1
Ebuild name:

dev-ruby/activestorage-8.1.3.1

Description

Attach cloud and local files in Rails applications

Added to portage

2026-08-06

activesupport - 7.2.3.2
Ebuild name:

dev-ruby/activesupport-7.2.3.2

Description

Utility Classes and Extension to the Standard Library

Added to portage

2026-08-06

activesupport - 8.0.5.1
Ebuild name:

dev-ruby/activesupport-8.0.5.1

Description

Utility Classes and Extension to the Standard Library

Added to portage

2026-08-06

activesupport - 8.1.3.1
Ebuild name:

dev-ruby/activesupport-8.1.3.1

Description

Utility Classes and Extension to the Standard Library

Added to portage

2026-08-06

awscli - 1.46.0
Ebuild name:

app-admin/awscli-1.46.0

Description

Universal Command Line Environment for AWS

Added to portage

2026-08-06

awscrt - 0.36.1
Ebuild name:

dev-python/awscrt-0.36.1

Description

A common runtime for AWS Python projects

Added to portage

2026-08-06

bootsnap - 1.24.6
Ebuild name:

dev-ruby/bootsnap-1.24.6

Description

Boot large ruby/rails apps faster

Added to portage

2026-08-06

boto3 - 1.43.65
Ebuild name:

dev-python/boto3-1.43.65

Description

The AWS SDK for Python

Added to portage

2026-08-06

botocore - 1.43.65
Ebuild name:

dev-python/botocore-1.43.65

Description

Low-level, data-driven core of boto 3

Added to portage

2026-08-06

candy - 6.1.10
Ebuild name:

net-vpn/candy-6.1.10

Description

A reliable, low-latency, and anti-censorship virtual private network

Added to portage

2026-08-06

cfn-lint - 1.54.0
Ebuild name:

dev-python/cfn-lint-1.54.0

Description

CloudFormation Linter

Added to portage

2026-08-06

chromium - 150.0.7871.186
Ebuild name:

www-client/chromium-150.0.7871.186

Description

Open-source version of Google Chrome web browser

Added to portage

2026-08-06

cucumber-expressions - 20.1.0
Ebuild name:

dev-python/cucumber-expressions-20.1.0

Description

Human friendly alternative to Regular Expressions

Added to portage

2026-08-06

cucumber-tag-expressions - 11.0.1
Ebuild name:

dev-python/cucumber-tag-expressions-11.0.1

Description

Cucumber tag expression parser

Added to portage

2026-08-06

delve - 1.27.1
Ebuild name:

dev-go/delve-1.27.1

Description

A source-level debugger for the Go programming language

Added to portage

2026-08-06

deno-bin - 2.9.5
Ebuild name:

dev-lang/deno-bin-2.9.5

Description

Modern runtime for JavaScript and TypeScript

Added to portage

2026-08-06

dhcpcd - 10.5.0
Ebuild name:

net-misc/dhcpcd-10.5.0

Description

A fully featured, yet light weight RFC2131 compliant DHCP client

Added to portage

2026-08-06

django - 6.1
Ebuild name:

dev-python/django-6.1

Description

High-level Python web framework

Added to portage

2026-08-06

djangorestframework - 3.17.2
Ebuild name:

dev-python/djangorestframework-3.17.2

Description

Web APIs with django made easy

Added to portage

2026-08-06

dnssec-root - 20260528
Ebuild name:

net-dns/dnssec-root-20260528

Description

The DNSSEC root key(s)

Added to portage

2026-08-06

eselect-rails - 0.30
Ebuild name:

app-eselect/eselect-rails-0.30

Description

Manages Ruby on Rails symlinks

Added to portage

2026-08-06

fastfetch - 2.67.0
Ebuild name:

app-misc/fastfetch-2.67.0

Description

Fast neofetch-like system information tool

Added to portage

2026-08-06

gdk-pixbuf - 2.44.7
Ebuild name:

x11-libs/gdk-pixbuf-2.44.7

Description

Image loading library for GTK+

Added to portage

2026-08-06

gherkin-official - 42.0.1
Ebuild name:

dev-python/gherkin-official-42.0.1

Description

Gherkin parser/compiler for Python

Added to portage

2026-08-06

gitea - 1.27.1
Ebuild name:

www-apps/gitea-1.27.1

Description

A painless self-hosted Git service

Added to portage

2026-08-06

gmmlib - 22.10.1
Ebuild name:

media-libs/gmmlib-22.10.1

Description

Intel Graphics Memory Management Library

Added to portage

2026-08-06

gnome-shell-extension-weather-oclock - 50.5
Ebuild name:

gnome-extra/gnome-shell-extension-weather-oclock-50.5

Description

Display the current weather inside the pill n

Added to portage

2026-08-06

gnuconfig - 20260517
Ebuild name:

sys-devel/gnuconfig-20260517

Description

Updated config.sub and config.guess file from GNU

Added to portage

2026-08-06

hf_xet - 1.5.2
Ebuild name:

sci-ml/hf_xet-1.5.2

Description

xet client tech, used in huggingface_hub

Added to portage

2026-08-06

huggingface_hub - 1.26.0
Ebuild name:

sci-ml/huggingface_hub-1.26.0

Description

a client library to interact with the Hugging Face Hub

Added to portage

2026-08-06

hypothesis - 6.165.2
Ebuild name:

dev-python/hypothesis-6.165.2

Description

A library for property based testing

Added to portage

2026-08-06

jbuilder - 2.15.1
Ebuild name:

dev-ruby/jbuilder-2.15.1

Description

Create JSON structures via a Builder-style DSL

Added to portage

2026-08-06

libva-intel-media-driver - 26.3.1
Ebuild name:

media-libs/libva-intel-media-driver-26.3.1

Description

Intel Media Driver for VA-API (iHD)

Added to portage

2026-08-06

logbook - 1.10.1
Ebuild name:

dev-python/logbook-1.10.1

Description

A logging replacement for Python

Added to portage

2026-08-06

magit - 4.7.0
Ebuild name:

app-emacs/magit-4.7.0

Description

A Git porcelain inside Emacs

Added to portage

2026-08-06

mattermost-desktop-bin - 6.2.3_rc1
Ebuild name:

net-im/mattermost-desktop-bin-6.2.3_rc1

Description

Mattermost Desktop application

Added to portage

2026-08-06

methane - 3.0.1
Ebuild name:

games-arcade/methane-3.0.1

Description

Port from an old Amiga game

Added to portage

2026-08-06

minitest-retry - 0.3.1
Ebuild name:

dev-ruby/minitest-retry-0.3.1

Description

Re-run the test when the test fails

Added to portage

2026-08-06

nautilus - 49.6-r1
Ebuild name:

gnome-base/nautilus-49.6-r1

Description

Default file manager for the GNOME desktop

Added to portage

2026-08-06

netpbm - 11.15.5
Ebuild name:

media-libs/netpbm-11.15.5

Description

A set of utilities for converting to/from the netpbm (and related) format

Added to portage

2026-08-06

nodejs - 20.20.2
Ebuild name:

net-libs/nodejs-20.20.2

Description

A JavaScript runtime built on Chrome's V8 JavaScript engine

Added to portage

2026-08-06

nodejs - 22.23.2
Ebuild name:

net-libs/nodejs-22.23.2

Description

A JavaScript runtime built on Chrome's V8 JavaScript engine

Added to portage

2026-08-06

nodejs - 26.7.0
Ebuild name:

net-libs/nodejs-26.7.0

Description

A JavaScript runtime built on Chrome's V8 JavaScript engine

Added to portage

2026-08-06

noto - 20260801
Ebuild name:

media-fonts/noto-20260801

Description

Google's font family that aims to support all the world's languages

Added to portage

2026-08-06

ollama - 0.32.6
Ebuild name:

sci-ml/ollama-0.32.6

Description

Get up and running with Llama 3, Mistral, Gemma, and other language models

Added to portage

2026-08-06

papirus-icon-theme - 20260801
Ebuild name:

x11-themes/papirus-icon-theme-20260801

Description

Free and open source SVG icon theme

Added to portage

2026-08-06

pbs-installer - 2026.8.5
Ebuild name:

dev-python/pbs-installer-2026.8.5

Description

Installer for Python Build Standalone

Added to portage

2026-08-06

propshaft - 1.3.2
Ebuild name:

dev-ruby/propshaft-1.3.2

Description

Deliver assets for Rails

Added to portage

2026-08-06

pytest-django - 4.13.0
Ebuild name:

dev-python/pytest-django-4.13.0

Description

A Django plugin for pytest

Added to portage

2026-08-06

pytorch - 2.13.0-r3
Ebuild name:

sci-ml/pytorch-2.13.0-r3

Description

Tensors and Dynamic neural networks in Python with strong GPU acceleration

Added to portage

2026-08-06

pyzotero - 1.13.4
Ebuild name:

dev-python/pyzotero-1.13.4

Description

A Python client for the Zotero API

Added to portage

2026-08-06

qmplay2 - 26.08.02
Ebuild name:

media-video/qmplay2-26.08.02

Description

A Qt-based video player, which can play most formats and codecs

Added to portage

2026-08-06

rails - 7.2.3.2
Ebuild name:

dev-ruby/rails-7.2.3.2

Description

Ruby on Rails is a web-application and persistence framework

Added to portage

2026-08-06

rails - 8.0.5.1
Ebuild name:

dev-ruby/rails-8.0.5.1

Description

Ruby on Rails is a web-application and persistence framework

Added to portage

2026-08-06

rails - 8.1.3.1
Ebuild name:

dev-ruby/rails-8.1.3.1

Description

Ruby on Rails is a web-application and persistence framework

Added to portage

2026-08-06

railties - 7.2.3.2
Ebuild name:

dev-ruby/railties-7.2.3.2

Description

Tools for creating, working with, and running Rails applications

Added to portage

2026-08-06

railties - 8.0.5.1
Ebuild name:

dev-ruby/railties-8.0.5.1

Description

Tools for creating, working with, and running Rails applications

Added to portage

2026-08-06

railties - 8.1.3.1
Ebuild name:

dev-ruby/railties-8.1.3.1

Description

Tools for creating, working with, and running Rails applications

Added to portage

2026-08-06

ruby-vips - 2.3.0
Ebuild name:

dev-ruby/ruby-vips-2.3.0

Description

A fast image processing library with low memory needs

Added to portage

2026-08-06

s3transfer - 0.19.2-r1
Ebuild name:

dev-python/s3transfer-0.19.2-r1

Description

An Amazon S3 Transfer Manager

Added to portage

2026-08-06

shader-slang - 2026.14.1-r1
Ebuild name:

dev-util/shader-slang-2026.14.1-r1

Description

Making it easier to work with shaders

Added to portage

2026-08-06

shim - 16.1_p7
Ebuild name:

sys-boot/shim-16.1_p7

Description

Fedora's signed UEFI shim

Added to portage

2026-08-06

smartdns - 48.4
Ebuild name:

net-dns/smartdns-48.4

Description

A local DNS server returns the fastest access results

Added to portage

2026-08-06

sqlite3 - 2.9.5
Ebuild name:

dev-ruby/sqlite3-2.9.5

Description

An extension library to access a SQLite database from Ruby

Added to portage

2026-08-06

starlette - 1.4.1
Ebuild name:

dev-python/starlette-1.4.1

Description

The little ASGI framework that shines

Added to portage

2026-08-06

syncthing - 2.1.3
Ebuild name:

net-p2p/syncthing-2.1.3

Description

Open Source Continuous File Synchronization

Added to portage

2026-08-06

tailscale - 1.102.2
Ebuild name:

net-vpn/tailscale-1.102.2

Description

Tailscale vpn client

Added to portage

2026-08-06

telegram-desktop - 7.0.8
Ebuild name:

net-im/telegram-desktop-7.0.8

Description

Official desktop client for Telegram

Added to portage

2026-08-06

unicode-segmentation-rs - 0.3.2
Ebuild name:

dev-python/unicode-segmentation-rs-0.3.2

Description

Unicode segmentation and width for Python using Rust

Added to portage

2026-08-06

uv - 0.12.2
Ebuild name:

dev-python/uv-0.12.2

Description

A Python package installer and resolver, written in Rust

Added to portage

2026-08-06

uv-build - 0.12.2
Ebuild name:

dev-python/uv-build-0.12.2

Description

PEP517 uv build backend

Added to portage

2026-08-06

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