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:

67199

userrating:

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


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

nice and PORTAGE_NICENESS

Very simply put, the Linux kernel has a (process) scheduler that selects which process to run next in your system. One factor influencing the scheduler's decision about which process to assign CPU time to, is the priority of a process. Processes with a high priority will run before those with a lower priority, and processes with the same priority will take turns in running, one after the other and over again.

Better have a look at it for yourself: Run top from a terminal on your host and pay special attention to the PR and NI columns:

Sample top output

  PID USER      PR  NI  VIRT  RES  SHR S %CPU %MEM    TIME+  COMMAND 
 8005 root      20   0 85188  33m  57m R  3.3  6.7   8:43.77 X 
 8148 tobias    20  10 25624 2376  24m S  0.3  0.5   0:00.60 xscreensaver 
    1 root      20   0  2476  552 2304 S  0.0  0.1   0:00.31 init 
    2 root      39  19     0    0    0 S  0.0  0.0   0:00.00 ksoftirqd/0 
    3 root      15  -5     0    0    0 S  0.0  0.0   0:00.09 events/0

The PR column indicates the priority level of a process, the value in the NI column displays the so-called nice value of process, which allows you to adjust the priority of a running process. Possible values range from -20 (very high priority), via 0 (standard priority) to 20 (very low priority). In our little example the xscreensaver process has a higher nice value than X, which indicates that X has a higher priority than xscreensaver.

Now, how do we make this work to our advantage when using Portage?

If you keep using your computer while compiling packages you will notice that your box is much less responsive as usal. This is caused by having two "groups" of processes with the same nice priority: your usual running tasks on one side, and emerge (and its child processes) on the other. Now, if you could renice emerge and its children to a higher nice (i.e. lower priority!) value (default is 0), compiling would inevitably take somewhat longer, but you could use your workstation without noticing much difference to its usual performance. That's what the PORTAGE_NICENESS parameter in /etc/make.conf is for:

Code Listing 1: Put this in /etc/make.conf

PORTAGE_NICENESS="15"

You can generally "renice" individual processes from the commandline, (e.g. renice 0 -p 8148 to prioritize xscreensaver in the above example), but this will not work with emerge, as Portage reads the PORTAGE_NICENESS setting from /etc/make.conf once and executes all child processes with the specified nice value.

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


rate this article:
current rating: average rating: 1.4 (80 votes) (1=very good 6=terrible)
Your rating:
Very good (1) Good (2) ok (3) average (4) bad (5) terrible (6)

back



Support us on Content Nation

New Packages

- as rdf newsfeed
- as rss newsfeed
- as Atom newsfeed
2024-04-19
bluez - 5.75
Ebuild name:

net-wireless/bluez-5.75

Description

Bluetooth Tools and System Daemons for Linux

Added to portage

2024-04-19

cartopy - 0.23.0
Ebuild name:

sci-libs/cartopy-0.23.0

Description

Python package for geospatial data processing and analysis

Added to portage

2024-04-19

clang - 18.1.4
Ebuild name:

sys-devel/clang-18.1.4

Description

C language family frontend for LLVM

Added to portage

2024-04-19

clang-common - 18.1.4-r3
Ebuild name:

sys-devel/clang-common-18.1.4-r3

Description

Common files shared between multiple slots of clang

Added to portage

2024-04-19

clang-python - 18.1.4
Ebuild name:

dev-python/clang-python-18.1.4

Description

Python bindings for sys-devel/clang

Added to portage

2024-04-19

clang-runtime - 18.1.4
Ebuild name:

sys-devel/clang-runtime-18.1.4

Description

Meta-ebuild for clang runtime libraries

Added to portage

2024-04-19

compiler-rt - 18.1.4
Ebuild name:

sys-libs/compiler-rt-18.1.4

Description

Compiler runtime library for clang (built-in part)

Added to portage

2024-04-19

compiler-rt-sanitizers - 18.1.4
Ebuild name:

sys-libs/compiler-rt-sanitizers-18.1.4

Description

Compiler runtime libraries for clang (sanitizers & xray)

Added to portage

2024-04-19

fedora-backgrounds - 40.1.1
Ebuild name:

x11-themes/fedora-backgrounds-40.1.1

Description

A set of default and supplemental wallpapers for Fedora

Added to portage

2024-04-19

libclc - 18.1.4
Ebuild name:

dev-libs/libclc-18.1.4

Description

OpenCL C library

Added to portage

2024-04-19

libcxx - 18.1.4
Ebuild name:

sys-libs/libcxx-18.1.4

Description

New implementation of the C++ standard library, targeting C++11

Added to portage

2024-04-19

libcxxabi - 18.1.4
Ebuild name:

sys-libs/libcxxabi-18.1.4

Description

Low level support for a standard C++ library

Added to portage

2024-04-19

libdecor - 0.2.2-r1
Ebuild name:

gui-libs/libdecor-0.2.2-r1

Description

A client-side decorations library for Wayland clients

Added to portage

2024-04-19

libomemo - 0.8.1-r1
Ebuild name:

net-libs/libomemo-0.8.1-r1

Description

Implementation of OMEMO (XEP-0384) in C

Added to portage

2024-04-19

libomp - 18.1.4
Ebuild name:

sys-libs/libomp-18.1.4

Description

OpenMP runtime library for LLVM/clang compiler

Added to portage

2024-04-19

lit - 18.1.4
Ebuild name:

dev-python/lit-18.1.4

Description

A stand-alone install of the LLVM suite testing tool

Added to portage

2024-04-19

lld - 18.1.4
Ebuild name:

sys-devel/lld-18.1.4

Description

The LLVM linker (link editor)

Added to portage

2024-04-19

lldb - 18.1.4
Ebuild name:

dev-debug/lldb-18.1.4

Description

The LLVM debugger

Added to portage

2024-04-19

llvm - 18.1.4
Ebuild name:

sys-devel/llvm-18.1.4

Description

Low Level Virtual Machine

Added to portage

2024-04-19

llvm-common - 18.1.4
Ebuild name:

sys-devel/llvm-common-18.1.4

Description

Common files shared between multiple slots of LLVM

Added to portage

2024-04-19

llvm-libunwind - 18.1.4
Ebuild name:

sys-libs/llvm-libunwind-18.1.4

Description

C++ runtime stack unwinder from LLVM

Added to portage

2024-04-19

llvm-ocaml - 18.1.4
Ebuild name:

dev-ml/llvm-ocaml-18.1.4

Description

OCaml bindings for LLVM

Added to portage

2024-04-19

lurch - 0.6.8-r3
Ebuild name:

x11-plugins/lurch-0.6.8-r3

Description

OMEMO encryption for libpurple (XEP-0384)

Added to portage

2024-04-19

lurch - 0.7.0-r1
Ebuild name:

x11-plugins/lurch-0.7.0-r1

Description

OMEMO encryption for libpurple (XEP-0384)

Added to portage

2024-04-19

mesa-progs - 9.0.0
Ebuild name:

x11-apps/mesa-progs-9.0.0

Description

Mesa's OpenGL utility and demo programs (glxgears and glxinfo)

Added to portage

2024-04-19

mxml - 4.0.2
Ebuild name:

dev-libs/mxml-4.0.2

Description

A small XML parsing library that you can use to read XML data files or strings

Added to portage

2024-04-19

riseup-vpn - 0.24.3
Ebuild name:

net-vpn/riseup-vpn-0.24.3

Description

Anonymous encrypted VPN client powered by Bitmask

Added to portage

2024-04-19

ufoai - 2.5.0_p20180603-r2
Ebuild name:

games-strategy/ufoai-2.5.0_p20180603-r2

Description

UFO Alien Invasion - X-COM inspired strategy game

Added to portage

2024-04-19

yoshimi - 2.3.2-r1
Ebuild name:

media-sound/yoshimi-2.3.2-r1

Description

Software synthesizer based on ZynAddSubFX

Added to portage

2024-04-19

zynaddsubfx - 3.0.6-r3
Ebuild name:

media-sound/zynaddsubfx-3.0.6-r3

Description

Software synthesizer capable of making a countless number of instr

Added to portage

2024-04-19

zynaddsubfx - 3.0.6-r4
Ebuild name:

media-sound/zynaddsubfx-3.0.6-r4

Description

Software synthesizer capable of making a countless number of instr

Added to portage

2024-04-19

2024-04-18
Faker - 24.11.0
Ebuild name:

dev-python/Faker-24.11.0

Description

A Python package that generates fake data for you

Added to portage

2024-04-18

apsw - 3.45.3.0
Ebuild name:

dev-python/apsw-3.45.3.0

Description

APSW - Another Python SQLite Wrapper

Added to portage

2024-04-18

asahi-sources - 6.8.6_p1
Ebuild name:

sys-kernel/asahi-sources-6.8.6_p1

Description

Asahi Linux kernel sources

Added to portage

2024-04-18

audacity - 3.3.3
Ebuild name:

media-sound/audacity-3.3.3

Description

Free crossplatform audio editor

Added to portage

2024-04-18

awscli - 1.32.86
Ebuild name:

app-admin/awscli-1.32.86

Description

Universal Command Line Environment for AWS

Added to portage

2024-04-18

boto3 - 1.34.86
Ebuild name:

dev-python/boto3-1.34.86

Description

The AWS SDK for Python

Added to portage

2024-04-18

botocore - 1.34.86
Ebuild name:

dev-python/botocore-1.34.86

Description

Low-level, data-driven core of boto 3

Added to portage

2024-04-18

cadabra - 2.4.5.5
Ebuild name:

sci-mathematics/cadabra-2.4.5.5

Description

Field-theory motivated approach to computer algebra

Added to portage

2024-04-18

cartopy - 0.22.0
Ebuild name:

sci-libs/cartopy-0.22.0

Description

Python package for geospatial data processing and analysis

Added to portage

2024-04-18

chrome-binary-plugins - 125.0.6422.4_beta
Ebuild name:

www-plugins/chrome-binary-plugins-125.0.6422.4_beta

Description

Binary plugins from Google Chrome for use in Ch

Added to portage

2024-04-18

chromium - 125.0.6422.4
Ebuild name:

www-client/chromium-125.0.6422.4

Description

Open-source version of Google Chrome web browser

Added to portage

2024-04-18

commons-logging - 1.3.1
Ebuild name:

dev-java/commons-logging-1.3.1

Description

Thin adapter allowing configurable bridging to other well known logg

Added to portage

2024-04-18

curtail - 1.9.1
Ebuild name:

media-gfx/curtail-1.9.1

Description

Image compressor, supporting PNG, JPEG and WebP

Added to portage

2024-04-18

cxprolog - 0.98.2-r1
Ebuild name:

dev-lang/cxprolog-0.98.2-r1

Description

A WAM based Prolog system

Added to portage

2024-04-18

disc-cover - 1.5.6-r3
Ebuild name:

app-cdr/disc-cover-1.5.6-r3

Description

Creates CD-Covers via LaTeX by fetching cd-info from freedb.org or loca

Added to portage

2024-04-18

dist-kernel - 5.15.156
Ebuild name:

virtual/dist-kernel-5.15.156

Description

Virtual to depend on any Distribution Kernel

Added to portage

2024-04-18

dist-kernel - 6.1.87
Ebuild name:

virtual/dist-kernel-6.1.87

Description

Virtual to depend on any Distribution Kernel

Added to portage

2024-04-18

dist-kernel - 6.6.28
Ebuild name:

virtual/dist-kernel-6.6.28

Description

Virtual to depend on any Distribution Kernel

Added to portage

2024-04-18

dist-kernel - 6.8.7
Ebuild name:

virtual/dist-kernel-6.8.7

Description

Virtual to depend on any Distribution Kernel

Added to portage

2024-04-18

dotnet-outdated - 4.6.1
Ebuild name:

dev-dotnet/dotnet-outdated-4.6.1

Description

Display and update outdated NuGet packages in a project

Added to portage

2024-04-18

dropbox - 197.4.7571
Ebuild name:

net-misc/dropbox-197.4.7571

Description

Dropbox daemon (pretends to be GUI-less)

Added to portage

2024-04-18

earthly - 0.8.8
Ebuild name:

app-containers/earthly-0.8.8

Description

Build automation tool that executes in containers

Added to portage

2024-04-18

ffmpeg-chromium - 125
Ebuild name:

media-video/ffmpeg-chromium-125

Description

FFmpeg built specifically for codec support in Chromium-based brows

Added to portage

2024-04-18

gdl - 1.0.4-r1
Ebuild name:

dev-lang/gdl-1.0.4-r1

Description

GNU Data Language

Added to portage

2024-04-18

gentoo-kernel - 5.15.156
Ebuild name:

sys-kernel/gentoo-kernel-5.15.156

Description

Linux kernel built with Gentoo patches

Added to portage

2024-04-18

gentoo-kernel - 6.1.87
Ebuild name:

sys-kernel/gentoo-kernel-6.1.87

Description

Linux kernel built with Gentoo patches

Added to portage

2024-04-18

gentoo-kernel - 6.6.28
Ebuild name:

sys-kernel/gentoo-kernel-6.6.28

Description

Linux kernel built with Gentoo patches

Added to portage

2024-04-18

gentoo-kernel - 6.8.7
Ebuild name:

sys-kernel/gentoo-kernel-6.8.7

Description

Linux kernel built with Gentoo patches

Added to portage

2024-04-18

gentoo-kernel-bin - 5.15.156
Ebuild name:

sys-kernel/gentoo-kernel-bin-5.15.156

Description

Pre-built Linux kernel with Gentoo patches

Added to portage

2024-04-18

gentoo-kernel-bin - 6.1.87
Ebuild name:

sys-kernel/gentoo-kernel-bin-6.1.87

Description

Pre-built Linux kernel with Gentoo patches

Added to portage

2024-04-18

gentoo-kernel-bin - 6.6.28
Ebuild name:

sys-kernel/gentoo-kernel-bin-6.6.28

Description

Pre-built Linux kernel with Gentoo patches

Added to portage

2024-04-18

gentoo-kernel-bin - 6.8.7
Ebuild name:

sys-kernel/gentoo-kernel-bin-6.8.7

Description

Pre-built Linux kernel with Gentoo patches

Added to portage

2024-04-18

gentoo-sources - 5.15.156
Ebuild name:

sys-kernel/gentoo-sources-5.15.156

Description

Full sources including the Gentoo patchset for the . kernel tree

Added to portage

2024-04-18

gentoo-sources - 6.1.87
Ebuild name:

sys-kernel/gentoo-sources-6.1.87

Description

Full sources including the Gentoo patchset for the . kernel tree

Added to portage

2024-04-18

gentoo-sources - 6.6.28
Ebuild name:

sys-kernel/gentoo-sources-6.6.28

Description

Full sources including the Gentoo patchset for the . kernel tree

Added to portage

2024-04-18

gentoo-sources - 6.8.7
Ebuild name:

sys-kernel/gentoo-sources-6.8.7

Description

Full sources including the Gentoo patchset for the . kernel tree

Added to portage

2024-04-18

ghdl - 4.1.0
Ebuild name:

sci-electronics/ghdl-4.1.0

Description

Open-source analyzer, compiler, and simulator for VHDL 2008/93/87

Added to portage

2024-04-18

ginac - 1.8.7-r2
Ebuild name:

sci-mathematics/ginac-1.8.7-r2

Description

C++ library and tools for symbolic calculations

Added to portage

2024-04-18

gleam - 1.1.0
Ebuild name:

dev-lang/gleam-1.1.0

Description

A friendly language for building type-safe, scalable systems

Added to portage

2024-04-18

glibc - 2.38-r12
Ebuild name:

sys-libs/glibc-2.38-r12

Description

GNU libc C library

Added to portage

2024-04-18

glibc - 2.39-r3
Ebuild name:

sys-libs/glibc-2.39-r3

Description

GNU libc C library

Added to portage

2024-04-18

godot - 4.2.2
Ebuild name:

dev-games/godot-4.2.2

Description

Multi-platform 2D and 3D game engine with a feature-rich editor

Added to portage

2024-04-18

google-chrome-beta - 125.0.6422.4
Ebuild name:

www-client/google-chrome-beta-125.0.6422.4

Description

The web browser from Google

Added to portage

2024-04-18

gtick - 0.5.5-r1
Ebuild name:

media-sound/gtick-0.5.5-r1

Description

Metronome application supporting different meters and speeds ranging

Added to portage

2024-04-18

guitarix - 0.46.0
Ebuild name:

media-sound/guitarix-0.46.0

Description

Virtual guitar amplifier for Linux

Added to portage

2024-04-18

hatchling - 1.24.1
Ebuild name:

dev-python/hatchling-1.24.1

Description

Modern, extensible Python build backend

Added to portage

2024-04-18

intel-sa-00075-tools - 1.0-r1
Ebuild name:

sys-apps/intel-sa-00075-tools-1.0-r1

Description

Tools from Intel to detect and mitigate the AMT/MEI vulnerabil

Added to portage

2024-04-18

jenkins-bin - 2.440.3
Ebuild name:

dev-util/jenkins-bin-2.440.3

Description

The leading open source automation server

Added to portage

2024-04-18

jenkins-bin - 2.454
Ebuild name:

dev-util/jenkins-bin-2.454

Description

The leading open source automation server

Added to portage

2024-04-18

libdbusmenu-lxqt - 0.1.0
Ebuild name:

dev-libs/libdbusmenu-lxqt-0.1.0

Description

LXQt DBusMenu Implementation

Added to portage

2024-04-18

linode-cli - 5.48.4
Ebuild name:

app-admin/linode-cli-5.48.4

Description

Linode Command Line Interface

Added to portage

2024-04-18

lollypop - 1.4.39
Ebuild name:

media-sound/lollypop-1.4.39

Description

Modern music player for GNOME

Added to portage

2024-04-18

megaglest - 3.13.0-r2
Ebuild name:

games-strategy/megaglest-3.13.0-r2

Description

Added to portage

2024-04-18

microsoft-edge-beta - 124.0.2478.49
Ebuild name:

www-client/microsoft-edge-beta-124.0.2478.49

Description

The web browser from Microsoft

Added to portage

2024-04-18

mpv - 0.38.0
Ebuild name:

media-video/mpv-0.38.0

Description

Media player for the command line

Added to portage

2024-04-18

nim - 2.0.4
Ebuild name:

dev-lang/nim-2.0.4

Description

Compiled, garbage-collected systems programming language

Added to portage

2024-04-18

notebook - 7.1.3
Ebuild name:

dev-python/notebook-7.1.3

Description

Jupyter Interactive Notebook

Added to portage

2024-04-18

nvidia-drivers - 550.76
Ebuild name:

x11-drivers/nvidia-drivers-550.76

Description

NVIDIA Accelerated Graphics Driver

Added to portage

2024-04-18

opera-beta - 110.0.5130.8
Ebuild name:

www-client/opera-beta-110.0.5130.8

Description

A fast and secure web browser

Added to portage

2024-04-18

passt - 2024.04.05
Ebuild name:

net-misc/passt-2024.04.05

Description

User-mode networking daemons for VMs and namespaces, replacement for Slir

Added to portage

2024-04-18

pavucontrol - 5.0-r3
Ebuild name:

media-sound/pavucontrol-5.0-r3

Description

Pulseaudio Volume Control, GTK based mixer for Pulseaudio

Added to portage

2024-04-18

pdm-backend - 2.2.1
Ebuild name:

dev-python/pdm-backend-2.2.1

Description

A PEP 517 backend for PDM that supports PEP 621 metadata

Added to portage

2024-04-18

peewee - 3.17.3
Ebuild name:

dev-python/peewee-3.17.3

Description

Small Python ORM

Added to portage

2024-04-18

pikepdf - 8.11.2-r1
Ebuild name:

dev-python/pikepdf-8.11.2-r1

Description

Python library to work with pdf files based on qpdf

Added to portage

2024-04-18

pikepdf - 8.14.0-r1
Ebuild name:

dev-python/pikepdf-8.14.0-r1

Description

Python library to work with pdf files based on qpdf

Added to portage

2024-04-18

pikepdf - 8.15.1-r1
Ebuild name:

dev-python/pikepdf-8.15.1-r1

Description

Python library to work with pdf files based on qpdf

Added to portage

2024-04-18

pikepdf - 8.4.1-r1
Ebuild name:

dev-python/pikepdf-8.4.1-r1

Description

Python library to work with pdf files based on qpdf

Added to portage

2024-04-18

piwigo - 14.4.0
Ebuild name:

www-apps/piwigo-14.4.0

Description

a photo gallery software for the web

Added to portage

2024-04-18

plotly - 5.21.0
Ebuild name:

dev-python/plotly-5.21.0

Description

Browser-based graphing library for Python

Added to portage

2024-04-18

podman - 5.0.2
Ebuild name:

app-containers/podman-5.0.2

Description

A tool for managing OCI containers and pods with Docker-compatible CLI

Added to portage

2024-04-18

poolmon - 0.6-r1
Ebuild name:

sys-cluster/poolmon-0.6-r1

Description

Director mailserver pool monitoring script for Dovecot

Added to portage

2024-04-18

putty - 0.81
Ebuild name:

net-misc/putty-0.81

Description

A Free Telnet/SSH Client

Added to portage

2024-04-18

pyaml - 24.4.0
Ebuild name:

dev-python/pyaml-24.4.0

Description

PyYAML-based module to produce pretty and readable YAML-serialized data

Added to portage

2024-04-18

pyproject-fmt - 1.8.0
Ebuild name:

dev-python/pyproject-fmt-1.8.0

Description

Format your pyproject.toml file

Added to portage

2024-04-18

pyproject-metadata - 0.8.0
Ebuild name:

dev-python/pyproject-metadata-0.8.0

Description

PEP 621 metadata parsing

Added to portage

2024-04-18

qstylizer - 0.2.3
Ebuild name:

dev-python/qstylizer-0.2.3

Description

Stylesheet Generator for PyQt5/PySide2

Added to portage

2024-04-18

r8125 - 9.013.02
Ebuild name:

net-misc/r8125-9.013.02

Description

r8125 vendor driver for Realtek RTL8125 PCI-E NICs

Added to portage

2024-04-18

riece - 9.0.0-r1
Ebuild name:

app-emacs/riece-9.0.0-r1

Description

A redesign of Liece IRC client

Added to portage

2024-04-18

rnc-mode - 1.0.6
Ebuild name:

app-emacs/rnc-mode-1.0.6

Description

An Emacs mode for editing Relax NG compact schema files

Added to portage

2024-04-18

routino - 3.4.1-r1
Ebuild name:

sci-geosciences/routino-3.4.1-r1

Description

Routing application based on openstreetmap data

Added to portage

2024-04-18

rpm-spec-mode - 0.15
Ebuild name:

app-emacs/rpm-spec-mode-0.15

Description

Emacs mode to ease editing of RPM spec files

Added to portage

2024-04-18

rpm-spec-mode - 0.16
Ebuild name:

app-emacs/rpm-spec-mode-0.16

Description

Emacs mode to ease editing of RPM spec files

Added to portage

2024-04-18

rtirq - 20240220
Ebuild name:

sys-process/rtirq-20240220

Description

Modify realtime scheduling policy and priority of IRQ handlers

Added to portage

2024-04-18

signal-desktop-bin - 7.5.0
Ebuild name:

net-im/signal-desktop-bin-7.5.0

Description

Allows you to send and receive messages of Signal Messenger on your

Added to portage

2024-04-18

sphinx-autodoc-typehints - 2.1.0
Ebuild name:

dev-python/sphinx-autodoc-typehints-2.1.0

Description

Type hints support for the Sphinx autodoc extension

Added to portage

2024-04-18

sqlite - 3.45.3
Ebuild name:

dev-db/sqlite-3.45.3

Description

SQL database engine

Added to portage

2024-04-18

thunar-vcs-plugin - 0.2.0-r1
Ebuild name:

xfce-extra/thunar-vcs-plugin-0.2.0-r1

Description

Adds Subversion and GIT actions to the context menu of thunar

Added to portage

2024-04-18

tifffile - 2024.4.18
Ebuild name:

dev-python/tifffile-2024.4.18

Description

Read and write TIFF files

Added to portage

2024-04-18

tomcat - 9.0.88-r1
Ebuild name:

www-servers/tomcat-9.0.88-r1

Description

Tomcat Servlet-4.0/JSP-2.3/EL-3.0/WebSocket-1.1/JASPIC-1.1 Container

Added to portage

2024-04-18

uv - 0.1.33
Ebuild name:

dev-python/uv-0.1.33

Description

A Python package installer and resolver, written in Rust

Added to portage

2024-04-18

vanilla-kernel - 5.15.156
Ebuild name:

sys-kernel/vanilla-kernel-5.15.156

Description

Linux kernel built from vanilla upstream sources

Added to portage

2024-04-18

vanilla-kernel - 6.1.87
Ebuild name:

sys-kernel/vanilla-kernel-6.1.87

Description

Linux kernel built from vanilla upstream sources

Added to portage

2024-04-18

vanilla-kernel - 6.6.28
Ebuild name:

sys-kernel/vanilla-kernel-6.6.28

Description

Linux kernel built from vanilla upstream sources

Added to portage

2024-04-18

vanilla-kernel - 6.8.7
Ebuild name:

sys-kernel/vanilla-kernel-6.8.7

Description

Linux kernel built from vanilla upstream sources

Added to portage

2024-04-18

vanilla-sources - 5.15.156
Ebuild name:

sys-kernel/vanilla-sources-5.15.156

Description

Full sources for the Linux kernel

Added to portage

2024-04-18

vanilla-sources - 6.1.87
Ebuild name:

sys-kernel/vanilla-sources-6.1.87

Description

Full sources for the Linux kernel

Added to portage

2024-04-18

vanilla-sources - 6.6.28
Ebuild name:

sys-kernel/vanilla-sources-6.6.28

Description

Full sources for the Linux kernel

Added to portage

2024-04-18

vanilla-sources - 6.8.7
Ebuild name:

sys-kernel/vanilla-sources-6.8.7

Description

Full sources for the Linux kernel

Added to portage

2024-04-18

veusz - 3.6.2-r1
Ebuild name:

sci-visualization/veusz-3.6.2-r1

Description

Qt scientific plotting package with good Postscript output

Added to portage

2024-04-18

virtualbox - 7.0.16
Ebuild name:

app-emulation/virtualbox-7.0.16

Description

Family of powerful x86 virtualization products for enterprise and h

Added to portage

2024-04-18

virtualbox-additions - 7.0.16
Ebuild name:

app-emulation/virtualbox-additions-7.0.16

Description

CD image containing guest additions for VirtualBox

Added to portage

2024-04-18

virtualbox-extpack-oracle - 7.0.16
Ebuild name:

app-emulation/virtualbox-extpack-oracle-7.0.16

Description

PUEL extensions for VirtualBox

Added to portage

2024-04-18

virtualbox-guest-additions - 7.0.16
Ebuild name:

app-emulation/virtualbox-guest-additions-7.0.16

Description

VirtualBox kernel modules and user-space tools for

Added to portage

2024-04-18

virtualbox-kvm - 7.0.16_pre20240325
Ebuild name:

app-emulation/virtualbox-kvm-7.0.16_pre20240325

Description

Family of powerful x86 virtualization products for

Added to portage

2024-04-18

virtualbox-modules - 7.0.16
Ebuild name:

app-emulation/virtualbox-modules-7.0.16

Description

Kernel Modules for Virtualbox

Added to portage

2024-04-18

virtualenv - 20.25.3
Ebuild name:

dev-python/virtualenv-20.25.3

Description

Virtual Python Environment builder

Added to portage

2024-04-18

xfsprogs - 6.7.0
Ebuild name:

sys-fs/xfsprogs-6.7.0

Description

XFS filesystem utilities

Added to portage

2024-04-18

xmlschema - 3.3.0
Ebuild name:

dev-python/xmlschema-3.3.0

Description

An XML Schema validator and decoder

Added to portage

2024-04-18

xmlsec - 1.3.14
Ebuild name:

dev-python/xmlsec-1.3.14

Description

Python bindings for the XML Security Library

Added to portage

2024-04-18

rdf newsfeed | rss newsfeed | Atom newsfeed
- Powered by LeopardCMS - Running on Gentoo -
Copyright 2004-2020 Sascha Nitsch Unternehmensberatung GmbH
Valid XHTML1.1 : Valid CSS : buttonmaker
- Level Triple-A Conformance to Web Content Accessibility Guidelines 1.0 -
- Copyright and legal notices -
Time to create this page: 54.1 ms