Parrot Security OS Problema dpkg

Stato
Discussione chiusa ad ulteriori risposte.

Ducknaro

Bannato
23 Aprile 2019
1,949
58
531
678
Salve a tutti , oggi facendo il comando sudo apt-get upgrade il pc mi ha dato degli errori : vi lascio tutto ciò che mi compare:


Lettura elenco dei pacchetti... Fatto
Generazione albero delle dipendenze
Lettura informazioni sullo stato... Fatto
Calcolo dell'aggiornamento... Fatto
I seguenti pacchetti sono stati installati automaticamente e non sono più richiesti:
acccheck cython3 gcc-8-base:i386 iotop keepnote libclass-factory-util-perl
libgeos-3.7.1 libigdgmm5 libnftables0 libreoffice-avmedia-backend-gstreamer
libstatgrab10 libstd-rust-1.32 libu2f-udev lolcat lshw mg python-dicttoxml
python-jsonrpclib python-mockito python-pypdf2 python-slowaes
python-unicodecsv python-whoosh python3-iso8601 ruby-paint ruby-trollop
saidar zile
Usare "sudo apt autoremove" per rimuoverli.
0 aggiornati, 0 installati, 0 da rimuovere e 0 non aggiornati.
1 non completamente installati o rimossi.
Dopo quest'operazione, verranno occupati 0 B di spazio su disco.
Continuare? [S/n] s
Configurazione di initramfs-tools (0.133)...
update-initramfs: deferring update (trigger activated)
Elaborazione dei trigger per initramfs-tools (0.133)...
update-initramfs: Generating /boot/initrd.img-4.19.0-parrot4-28t-amd64
W: Possible missing firmware /lib/firmware/amdgpu/vega20_asd.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/vega20_sos.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/vega20_rlc.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/vega20_mec2.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/vega20_mec.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/vega20_me.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/vega20_pfp.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/vega20_ce.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/vega20_sdma1.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/vega20_sdma.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/vega20_uvd.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/vega20_vce.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/vega20_smc.bin for module amdgpu
live-boot: core filesystems devices utils udev blockdev ftpfs dns.
pigz: abort: write error on <stdout> (No space left on device)
E: mkinitramfs failure cpio 141 pigz 28
update-initramfs: failed for /boot/initrd.img-4.19.0-parrot4-28t-amd64 with 1.
dpkg: errore nell'elaborare il pacchetto initramfs-tools (--configure):
il sottoprocesso installato pacchetto initramfs-tools script post-installation ha restituito lo stato di errore 1
Si sono verificati degli errori nell'elaborazione:
initramfs-tools
Scanning application launchers
Updating active launchers
Done
E: Sub-process /usr/bin/dpkg returned an error code (1)




Cosa posso fare per risolvere questo errore ? Grazie
 
Non ne sono sicuro ma sembra esserci poco spazio nella cartella /boot.
Prova ad eseguire il comando 'df -h' e inserisci qui il risultato ;)
 
Grazie Alessio per la risposta , ecco il risultato :
Codice:
File system     Dim. Usati Dispon. Uso% Montato su
udev            2,7G     0    2,7G   0% /dev
tmpfs           540M  8,1M    532M   2% /run
/dev/sda3       931G   12G    918G   2% /
tmpfs           2,7G     0    2,7G   0% /dev/shm
tmpfs           5,0M  4,0K    5,0M   1% /run/lock
tmpfs           2,7G     0    2,7G   0% /sys/fs/cgroup
/dev/sda2       347M  298M     27M  92% /boot
/dev/sda1       511M  140K    511M   1% /boot/efi
tmpfs           540M   24K    540M   1% /run/user/1000
 
Il problema è nel /dev/sda2 è troppo piccolo, quindi non riesce ad aggiornare l'initrd.

Non so come sistemarlo nello specifico ma l'idea è questa:
Elimini la partizione /dev/sda2 e fai uno shrink della /dev/sda3, così da poter creare una nuova partizione alla fine più grande che assegnerai a /boot
 
Il problema è nel /dev/sda2 è troppo piccolo, quindi non riesce ad aggiornare l'initrd.

Non so come sistemarlo nello specifico ma l'idea è questa:
Elimini la partizione /dev/sda2 e fai uno shrink della /dev/sda3, così da poter creare una nuova partizione alla fine più grande che assegnerai a /boot

Grazie Alessio , potresti dirmi come devo procedere passo dopo passo dato che sto utilizzando da poco Parrot? Grazie
 
Grazie Alessio , potresti dirmi come devo procedere passo dopo passo dato che sto utilizzando da poco Parrot? Grazie
Sinceramente non lo so con precisione, io l'ho fatto una volta ma ho direttamente ripartizionato tutto il disco (re-installato l'os).
 
Grazie @AlessioDP però vorrei lasciare la reinstallazione come ultima spiaggia
@insidehackers @oscarandrea @FreakedOutMahreeo potete aiutare? grazie
se il problema è lo spazio come detto fai prima un autoremove così se ci sono kernel e initrd associati che non servono più vengono rimossi e si fa spazio.
sudo apt autoremove, come mai ha dimensionato /boot così? e sopratutto perché l'hai separata dalla / ?
dai pure un ls /boot, se ci sono più kernel ne lasciamo 1 e riconfiguriamo grub
 
se il problema è lo spazio come detto fai prima un autoremove così se ci sono kernel e initrd associati che non servono più vengono rimossi e si fa spazio.
sudo apt autoremove, come mai ha dimensionato /boot così? e sopratutto perché l'hai separata dalla / ?
dai pure un ls /boot, se ci sono più kernel ne lasciamo 1 e riconfiguriamo grub

Grazie per la risposta , mi puoi spiegare passo dopo passo di quello che dovrei fare ?
Io non ho dimensionato nulla e non ho separato niente..
Comunque dal comando ls /boot mi compare:
Codice:
config-4.19.0-6parrot3-amd64
config-4.19.0-parrot4-28t-amd64
efi
grub
initrd.img-4.19.0-6parrot3-amd64
initrd.img-4.19.0-6parrot3-amd64.old-dkms
initrd.img-4.19.0-parrot4-28t-amd64
initrd.img-4.19.0-parrot4-28t-amd64.old-dkms
lost+found
System.map-4.19.0-6parrot3-amd64
System.map-4.19.0-parrot4-28t-amd64
vmlinuz-4.19.0-6parrot3-amd64
vmlinuz-4.19.0-parrot4-28t-amd64
 
Grazie per la risposta , mi puoi spiegare passo dopo passo di quello che dovrei fare ?
Io non ho dimensionato nulla e non ho separato niente..
Comunque dal comando ls /boot mi compare:
Codice:
config-4.19.0-6parrot3-amd64
config-4.19.0-parrot4-28t-amd64
efi
grub
initrd.img-4.19.0-6parrot3-amd64
initrd.img-4.19.0-6parrot3-amd64.old-dkms
initrd.img-4.19.0-parrot4-28t-amd64
initrd.img-4.19.0-parrot4-28t-amd64.old-dkms
lost+found
System.map-4.19.0-6parrot3-amd64
System.map-4.19.0-parrot4-28t-amd64
vmlinuz-4.19.0-6parrot3-amd64
vmlinuz-4.19.0-parrot4-28t-amd64
prova intanto così:
apt autoremove
apt update
apt search linux

e dimmi con search che pacchetti kernel risultano installati
 
Ho notato solo ora il post scusa, allora se il problema è davvero lo spazio nella partizione di boot allora potresti provare a usare gparted o cfdisk per ridimensionare la partizione, però non so cosa potrebbe accadere. Per curiosità, ti trovi su una vm o una macchina vera? Stai usando parrot sec os classico o la home edition?
Messaggio unito automaticamente:

se il problema è lo spazio come detto fai prima un autoremove così se ci sono kernel e initrd associati che non servono più vengono rimossi e si fa spazio.
sudo apt autoremove, come mai ha dimensionato /boot così? e sopratutto perché l'hai separata dalla / ?
dai pure un ls /boot, se ci sono più kernel ne lasciamo 1 e riconfiguriamo grub
Se sei su UEFI è buona cosa (forse anche obbligatoria) creare una partizione EFI per il boot, che generalmente viene montata su /boot
 
Ho notato solo ora il post scusa, allora se il problema è davvero lo spazio nella partizione di boot allora potresti provare a usare gparted o cfdisk per ridimensionare la partizione, però non so cosa potrebbe accadere. Per curiosità, ti trovi su una vm o una macchina vera? Stai usando parrot sec os classico o la home edition?
Messaggio unito automaticamente:


Se sei su UEFI è buona cosa (forse anche obbligatoria) creare una partizione EFI per il boot, che generalmente viene montata su /boot
ha una partizione /boot/efi ed una /boot
 
prova intanto così:
apt autoremove
apt update
apt search linux

e dimmi con search che pacchetti kernel risultano installati



Ecco quali sono i pacchetti del kernel:
Codice:
┌─[root@parrot]─[/home/luca]
└──╼ #apt search linux
Ordinamento... Fatto
Ricerca sul testo... Fatto
9mount/rolling 1.3+hg20170412-1 amd64
  Plan 9 filesystem (v9fs) user mount utilities

a56/rolling 1.3+dfsg-9 amd64
  Motorola DSP56001 assembler

abi-compliance-checker/rolling,rolling 2.3-0.2 all
  tool to compare ABI compatibility of shared C/C++ library versions

abi-tracker/rolling,rolling 1.11-1 all
  visualize ABI changes of a C/C++ library

abiword/rolling 3.0.2-8+b1 amd64
  efficient, featureful word processor with collaboration

abx/rolling 0.0~b1-1+b1 amd64
  audio ABX testing software

acpitool/rolling 0.5.1-4+b4 amd64
  command line ACPI client

afuse/rolling 0.4.1-1+b3 amd64
  automounting file system implemented in user-space using FUSE

aliki/rolling 0.3.0-3 amd64
  Measurement tool for Impulse Responses

alsa-oss/rolling 1.1.8-1 amd64
  ALSA wrapper for OSS applications

alsa-utils/rolling,now 1.1.8-2 amd64 [installato, automatico]
  Utilities for configuring and using ALSA

amora-applet/rolling 1.2~svn+git2015.04.25-1+b2 amd64
  use a bluetooth device as X remote control (systray applet)

amora-cli/rolling 1.2~svn+git2015.04.25-1+b2 amd64
  use a bluetooth device as X remote control (commandline tool)

anbox/rolling 0.0~git20190124-1 amd64
  Android in a box

android-libselinux/rolling 8.1.0+r23-2 amd64
  Security-Enhanced Linux for Android

android-libselinux-dev/rolling 8.1.0+r23-2 amd64
  Security-Enhanced Linux for Android - Development files

android-libsepol/rolling 8.1.0+r23-2 amd64
  Security-Policy Linux for Android

android-libsepol-dev/rolling 8.1.0+r23-2 amd64
  Security-Policy Linux for Android - Development files

antpm/rolling 1.19-6 amd64
  ANT+ information retrieval client for Garmin GPS products

ap-utils/rolling 1.5-3+b1 amd64
  Access Point SNMP Utils for Linux

apf-firewall/rolling,rolling 9.7+rev1-5.1 all
  easy iptables based firewall system

apparmor/rolling,now 2.13.3-4 amd64 [installato]
  user-space parser utility for AppArmor

aprsdigi/rolling 3.10.0-2+b1 amd64
  digipeater for APRS

apt-cudf/rolling 5.0.1-12 amd64
  CUDF solver integration for APT

apt-mirror/rolling,rolling 0.5.4-1 all
  APT sources mirroring tool

arch-install-scripts/rolling,rolling 22-1 all
  scripts aimed at automating some menial tasks when debootstrapping

archivemount/rolling 0.8.7-1+b1 amd64
  mounts an archive for access as a file system

ardour/rolling 1:5.12.0-3 amd64
  the digital audio workstation

argonaut-fuse/rolling,rolling 1.2.3-2 all
  Argonaut (modular TFTP/Fuse supplicant)

arp-scan/rolling,now 1.9.5-1 amd64 [installato, automatico]
  arp scanning and fingerprinting tool

arpon/rolling 3.0-ng+dfsg1-3 amd64
  Versatile ARP defense daemon

arptables/rolling 0.0.4+snapshot20181021-4 amd64
  ARP table administration

asciidoc/rolling,rolling 8.6.10-3 all
  Highly configurable text format for writing documentation

asciidoc-base/rolling,rolling 8.6.10-3 all
  Minimal version of asciidoc not suitable for pdf

asciidoc-common/rolling,rolling 8.6.10-3 all
  Basic data and configuration files for asciidoc

asciidoc-dblatex/rolling,rolling 8.6.10-3 all
  Asciidoc package including dblatex dependencies

asciidoc-doc/rolling,rolling 8.6.10-3 all
  Examples and documentation for asciidoc

asciidoc-fop/rolling,rolling 8.6.10-3 all
  Asciidoc package including fop dependencies

asciidoc-tests/rolling,rolling 8.6.10-3 all
  Test framework for asciidoc

aspell-da/rolling,rolling 1.6.36-11 all
  The Comprehensive Danish Dictionary (DSDO) - aspell

asterisk/rolling 1:16.2.1~dfsg-2 amd64
  Open Source Private Branch Exchange (PBX)

atftp/rolling 0.7.git20120829-3.1+b1 amd64
  advanced TFTP client

atitvout/rolling 0.4-13+b1 i386
  ATI TV Out Support Program

atm-tools/rolling 1:2.5.1-4 amd64
  Base programs for ATM in Linux, the net-tools for ATM

atmel-firmware/rolling,rolling 1.3-4 all
  Firmware for Atmel at76c50x wireless networking chips.

audacity/rolling 2.2.2-1+b1 amd64
  fast, cross-platform audio editor

audacity-data/rolling,rolling 2.2.2-1 all
  fast, cross-platform audio editor (data)

auditd/rolling 1:2.8.5-2 amd64
  User space tools for security auditing

aufs-dev/rolling,rolling 4.19+20190211-1 all
  Development files for aufs

aufs-dkms/rolling,rolling 4.19+20190211-1 all
  DKMS files to build and install aufs

aufs-tools/rolling 1:4.14+20190211-1 amd64
  Tools to manage aufs filesystems

autofs/rolling 5.1.2-4 amd64
  kernel-based automounter for Linux

autofs-hesiod/rolling 5.1.2-4 amd64
  Hesiod map support for autofs

autofs-ldap/rolling 5.1.2-4 amd64
  LDAP map support for autofs

autokey-common/rolling,rolling 0.90.4-1.1 all
  desktop automation utility - common data

autokey-gtk/rolling,rolling 0.90.4-1.1 all
  desktop automation utility - GTK+ version

backuppc/rolling 3.3.2-2 amd64
  high-performance, enterprise-grade system for backing up PCs

baresip/rolling,rolling 0.6.1-1 all
  portable and modular SIP user-agent - metapackage

baresip-core/rolling 0.6.1-1 amd64
  portable and modular SIP user-agent - core parts

baresip-ffmpeg/rolling 0.6.1-1 amd64
  portable and modular SIP user-agent - FFmpeg codecs and formats

baresip-gstreamer/rolling 0.6.1-1 amd64
  portable and modular SIP user-agent - GStreamer pipelines

baresip-gtk/rolling 0.6.1-1 amd64
  portable and modular SIP user-agent - GTK+ front-end

baresip-x11/rolling 0.6.1-1 amd64
  portable and modular SIP user-agent - X11 features

bash-completion/rolling,rolling,now 1:2.8-6 all [installato]
  programmable completion for the bash shell

bidentd/rolling 1.1.4-1.1+b2 amd64
  Bisqwit's identd for NAT proxying

bilibop/rolling 0.5.6 amd64
  run Debian GNU/Linux from external media - metapackage

bilibop-common/rolling 0.5.6 amd64
  shell functions for bilibop scripts

bilibop-lockfs/rolling 0.5.6 amd64
  lock filesystems and write changes into RAM

bilibop-rules/rolling 0.5.6 amd64
  device management rules for OS running from external media

bilibop-udev/rolling 0.5.6 amd64
  minimal udev rule for Debian GNU/Linux running from external media

binfmt-support/rolling,now 2.2.0-2 amd64 [installato, automatico]
  Support for extra binary formats

binfmtc/rolling 0.17-2+b1 amd64
  Execute C program as script

binutils-aarch64-linux-gnu/rolling 2.32.51.20190707-1 amd64
  GNU binary utilities, for aarch64-linux-gnu target

binutils-alpha-linux-gnu/rolling 2.32.51.20190707-1 amd64
  GNU binary utilities, for alpha-linux-gnu target

binutils-arm-linux-gnueabi/rolling 2.32.51.20190707-1 amd64
  GNU binary utilities, for arm-linux-gnueabi target

binutils-arm-linux-gnueabihf/rolling 2.32.51.20190707-1 amd64
  GNU binary utilities, for arm-linux-gnueabihf target

binutils-hppa-linux-gnu/rolling 2.32.51.20190707-1 amd64
  GNU binary utilities, for hppa-linux-gnu target

binutils-hppa64-linux-gnu/rolling 2.32.51.20190707-1 amd64
  GNU assembler, linker and binary utilities targeted for hppa64-linux

binutils-i686-linux-gnu/rolling 2.32.51.20190707-1 amd64
  GNU binary utilities, for i686-linux-gnu target

binutils-ia64-linux-gnu/rolling 2.32.51.20190707-1 amd64
  GNU binary utilities, for ia64-linux-gnu target

binutils-m68k-linux-gnu/rolling 2.32.51.20190707-1 amd64
  GNU binary utilities, for m68k-linux-gnu target

binutils-mips-linux-gnu/rolling 2.32.51.20190707-1 amd64
  GNU binary utilities, for mips-linux-gnu target

binutils-mips64-linux-gnuabi64/rolling 2.31.1-14cross3 amd64
  GNU binary utilities, for mips64-linux-gnuabi64 target

binutils-mips64-linux-gnuabin32/rolling 2.31.1-14cross3 amd64
  GNU binary utilities, for mips64-linux-gnuabin32 target

binutils-mips64el-linux-gnuabi64/rolling 2.32.51.20190707-1 amd64
  GNU binary utilities, for mips64el-linux-gnuabi64 target

binutils-mips64el-linux-gnuabin32/rolling 2.31.1-14cross3 amd64
  GNU binary utilities, for mips64el-linux-gnuabin32 target

binutils-mipsel-linux-gnu/rolling 2.32.51.20190707-1 amd64
  GNU binary utilities, for mipsel-linux-gnu target

binutils-mipsisa32r6-linux-gnu/rolling 2.31.1-14cross3 amd64
  GNU binary utilities, for mipsisa32r6-linux-gnu target

binutils-mipsisa32r6el-linux-gnu/rolling 2.31.1-14cross3 amd64
  GNU binary utilities, for mipsisa32r6el-linux-gnu target

binutils-mipsisa64r6-linux-gnuabi64/rolling 2.31.1-14cross3 amd64
  GNU binary utilities, for mipsisa64r6-linux-gnuabi64 target

binutils-mipsisa64r6-linux-gnuabin32/rolling 2.31.1-14cross3 amd64
  GNU binary utilities, for mipsisa64r6-linux-gnuabin32 target

binutils-mipsisa64r6el-linux-gnuabi64/rolling 2.31.1-14cross3 amd64
  GNU binary utilities, for mipsisa64r6el-linux-gnuabi64 target

binutils-mipsisa64r6el-linux-gnuabin32/rolling 2.31.1-14cross3 amd64
  GNU binary utilities, for mipsisa64r6el-linux-gnuabin32 target

binutils-powerpc-linux-gnu/rolling 2.32.51.20190707-1 amd64
  GNU binary utilities, for powerpc-linux-gnu target

binutils-powerpc-linux-gnuspe/rolling 2.31.1-16 amd64
  GNU binary utilities, for powerpc-linux-gnuspe target

binutils-powerpc64-linux-gnu/rolling 2.32.51.20190707-1 amd64
  GNU binary utilities, for powerpc64-linux-gnu target

binutils-powerpc64le-linux-gnu/rolling 2.32.51.20190707-1 amd64
  GNU binary utilities, for powerpc64le-linux-gnu target

binutils-riscv64-linux-gnu/rolling 2.32.51.20190707-1 amd64
  GNU binary utilities, for riscv64-linux-gnu target

binutils-s390x-linux-gnu/rolling 2.32.51.20190707-1 amd64
  GNU binary utilities, for s390x-linux-gnu target

binutils-sh4-linux-gnu/rolling 2.32.51.20190707-1 amd64
  GNU binary utilities, for sh4-linux-gnu target

binutils-sparc64-linux-gnu/rolling 2.32.51.20190707-1 amd64
  GNU binary utilities, for sparc64-linux-gnu target

binutils-x86-64-linux-gnu/rolling,now 2.32.51.20190707-1 amd64 [installato, automatico]
  GNU binary utilities, for x86-64-linux-gnu target

binutils-x86-64-linux-gnux32/rolling 2.32.51.20190707-1 amd64
  GNU binary utilities, for x86-64-linux-gnux32 target

binwalk/rolling,rolling,now 2.1.2~git20180830+dfsg1-1 all [installato, automatico]
  tool library for analyzing binary blobs and executable code

bittwist/rolling 2.0-11 amd64
  libpcap based Ethernet packet generator

blockout2/rolling 2.4+dfsg1-9 amd64
  Tetris like game (3D-tetris)

bluez/rolling,now 5.50-1 amd64 [installato, automatico]
  Bluetooth tools and daemons

bluez-cups/rolling 5.50-1 amd64
  Bluetooth printer driver for CUPS

bluez-hcidump/rolling,now 5.50-1 amd64 [installato, automatico]
  Analyses Bluetooth HCI packets

bluez-obexd/rolling,now 5.50-1 amd64 [installato, automatico]
  bluez obex daemon

bluez-test-scripts/rolling,rolling 5.50-1 all
  test scripts of bluez

bluez-test-tools/rolling 5.50-1 amd64
  test tools of bluez

bluez-tools/rolling 2.0~20170911.0.7cb788c-2+b1 amd64
  Set of tools to manage Bluetooth devices for linux

bochs/rolling 2.6.9+dfsg-3+b1 amd64
  IA-32 PC emulator

bomberclone/rolling 0.11.9-7.1 amd64
  free Bomberman clone

bomberclone-data/rolling,rolling 0.11.9-7.1 all
  Data files for bomberclone game

bootcd/rolling,rolling 5.14 all
  run your system from cd without need for disks

bpfcc-lua/rolling 0.8.0-4 amd64
  Standalone tool to run BCC tracers written in Lua

bpfcc-tools/rolling,rolling 0.8.0-4 all
  tools for BPF Compiler Collection (BCC)

bpftrace/rolling 0.8+git60-gccac69c2239b-2 amd64
  high-level tracing language for Linux eBPF

bridge-utils/rolling 1.6-2 amd64
  Utilities for configuring the Linux Ethernet bridge

brltty-espeak/rolling 5.6-11 amd64
  Access software for a blind person - espeak driver

brltty-flite/rolling 5.6-11 amd64
  Access software for a blind person - Flite speech driver

brltty-speechd/rolling 5.6-11 amd64
  Access software for a blind person - Speech Dispatcher driver

brltty-x11/rolling 5.6-11 amd64
  Access software for a blind person using a braille display - X11 drivers

browser-plugin-freshplayer-pepperflash/rolling 0.3.9-2 amd64
  PPAPI-host NPAPI-plugin adapter for pepperflash

btrfs-progs/rolling,now 5.2-1 amd64 [installato]
  Checksumming Copy on Write Filesystem utilities

btscanner/rolling,now 2.1-7 amd64 [installato, automatico]
  ncurses-based scanner for Bluetooth devices

bumblebee/rolling 3.2.1-20 amd64
  NVIDIA Optimus support for Linux

bumprace/rolling 1.5.7-1 amd64
  1 or 2 players race through a multi-level maze

butt/rolling 0.1.17+dfsg-1 amd64
  multi OS streaming audio tool easy to use

cachefilesd/rolling 0.10.10-0.2 amd64
  support fscache on already mounted filesystem

cairo-dock-core/rolling 3.4.1-3 amd64
  Light eye-candy fully themable animated dock for Linux desktop

calamares-settings-debian/rolling,rolling 10.0.20-1 all
  Debian theme and settings for the Calamares Installer

calf-ladspa/rolling 1.1.3-8.1 amd64
  Linux Multimedia Studio - Calf LADSPA plugins

calf-plugins/rolling 0.90.1-2 amd64
  Calf Studio Gear - audio effects and sound generators

can-utils/rolling,now 2018.02.0-1 amd64 [installato, automatico]
  SocketCAN userspace utilities and tools

capi4hylafax/rolling 1:01.03.00.99.svn.300-20+b2 amd64
  Faxing over CAPI 2.0 device

care/rolling 2.2.1-1+b1 amd64
  make linux programs reproducible on all linux systems

catfish/rolling,rolling 1.4.7-1 all
  File searching tool which is configurable via the command line

cde/rolling 0.1+git9-g551e54d-1.1 amd64
  package everything required to execute a Linux command on another computer

ceph-fuse/rolling 12.2.11+dfsg1-2.1 amd64
  FUSE-based client for the Ceph distributed file system

cfourcc/rolling 0.1.2-10 amd64
  command line tool for changing FourCC in Microsoft RIFF AVI files

charon-cmd/rolling 5.7.2-1+b1 amd64
  standalone IPsec client

charon-systemd/rolling 5.7.2-1+b1 amd64
  strongSwan IPsec client, systemd support

checkpolicy/rolling 2.8-1 amd64
  SELinux policy compiler

checksec/rolling,rolling 1.9.0-1 all
  Bash script to test executable properties

chemical-mime-data/rolling,rolling 0.1.94-7 all
  chemical MIME and file type support for desktops

chessx/rolling 1.4.6-2 amd64
  chess database

chntpw/rolling,now 1.0-1.1 amd64 [installato, automatico]
  NT SAM password recovery utility

circuslinux/rolling 1.0.3-34 amd64
  Clowns are trying to pop balloons to score points!

circuslinux-data/rolling,rolling 1.0.3-34 all
  data files for circuslinux

cl-fad/rolling,rolling 20180430-3 all
  portable pathname library for Common Lisp

clamfs/rolling 1.0.1-3+b4 amd64
  user-space anti-virus protected file system

clamtk/rolling,rolling 5.27-1 all
  graphical front-end for ClamAV

cli-common/rolling,rolling,now 0.10 all [installato, automatico]
  common files between all CLI packages

cluster-glue/rolling 1.0.12-13 amd64
  Reusable cluster components for Linux HA

cockpit/rolling,rolling 199-1 all
  Web Console for Linux servers

codium/rolling,now 1.36.1-1562700133 amd64 [installato, automatico]
  Code editing. Redefined.

collectd-core/rolling,now 5.8.1-1.3 amd64 [installato, automatico]
  statistics collection and monitoring daemon (core system)

collectl/rolling,rolling 4.3.1-1 all
  Utility to collect Linux performance data

comix/rolling,rolling 4.0.4-4.1 all
  GTK Comic Book Viewer

compartment/rolling 1.1.0-5 amd64
  Confine services in a limited environment

compiz/rolling,rolling 2:0.8.16.1-10 all
  OpenGL window and compositing manager

compiz-core/rolling 2:0.8.16.1-10 amd64
  OpenGL window and compositing manager

compiz-dev/rolling 2:0.8.16.1-10 amd64
  OpenGL window and compositing manager - development files

compiz-gnome/rolling 2:0.8.16.1-10 amd64
  OpenGL window and compositing manager - Gtk window decorator

compiz-mate/rolling 2:0.8.16.1-10 amd64
  OpenGL window and compositing manager - MATE window decorator

compiz-plugins/rolling 2:0.8.16.1-10 amd64
  OpenGL window and compositing manager - plugins

concalc/rolling 0.9.2-2+b2 amd64
  console calculator

confclerk/rolling 0.6.4-1 amd64
  offline conference schedule application

connman/rolling 1.36-2+b1 amd64
  Intel Connection Manager daemon

connman-dev/rolling 1.36-2+b1 amd64
  Development files for connman

connman-doc/rolling,rolling 1.36-2 all
  ConnMan documentation

connman-gtk/rolling 1.1.1+git20180626.b72c6ab-1 amd64
  fully-featured GUI for ConnMan with systray support

connman-ui/rolling 0~20150623-1 amd64
  full-featured GTK-based tray icon UI for ConnMan

connman-vpn/rolling 1.36-2+b1 amd64
  Intel Connection Manager daemon - VPN daemon

conntrackd/rolling 1:1.4.5-2 amd64
  Connection tracking daemon

consolation/rolling 0.0.7-1 amd64
  linux console pointer support for copy-paste

console-braille/rolling 1.7 amd64
  Fonts and keymaps for reading/typing unicode braille

console-cyrillic/rolling,rolling 0.9-17 all
  Cyrillic fonts and keyboard layouts for Linux console

console-data/rolling,rolling 2:1.12-6 all
  keymaps, fonts, charset maps, fallback tables for 'kbd'.

console-setup-linux/rolling,rolling,now 1.191 all [installato, automatico]
  Linux specific part of console-setup

console-setup-mini/rolling,rolling 1.191 all
  console font and keymap setup program - reduced version for Linux

conspy/rolling 1.14-1+b2 amd64
  Remote control of Linux virtual consoles

consul/rolling 1.0.7~dfsg1-5+b21 amd64
  tool for service discovery, monitoring and configuration

coolkey/rolling 1.1.0-13+b1 amd64
  Smart Card PKCS #11 cryptographic module

copyq/rolling 3.9.0-1 amd64
  Advanced clipboard manager with editing and scripting features

corebird/rolling 1.7.4-2 amd64
  Native Gtk+ Twitter client for the Linux desktop

corekeeper/rolling 1.7 amd64
  enable core files and report crashes to the sysadmin

cpp-6-aarch64-linux-gnu/rolling 6.4.0-16cross1 amd64
  GNU C preprocessor

cpp-6-alpha-linux-gnu/rolling 6.5.0-1cross1 amd64
  GNU C preprocessor

cpp-6-arm-linux-gnueabi/rolling 6.4.0-16cross1 amd64
  GNU C preprocessor

cpp-6-arm-linux-gnueabihf/rolling 6.4.0-16cross1 amd64
  GNU C preprocessor

cpp-6-hppa-linux-gnu/rolling 6.5.0-1cross1 amd64
  GNU C preprocessor

cpp-6-i686-linux-gnu/rolling 6.4.0-16cross1 amd64
  GNU C preprocessor

cpp-6-m68k-linux-gnu/rolling 6.5.0-1cross1 amd64
  GNU C preprocessor

cpp-6-mips-linux-gnu/rolling 6.4.0-16cross1 amd64
  GNU C preprocessor

cpp-6-mips64-linux-gnuabi64/rolling 6.5.0-1cross1 amd64
  GNU C preprocessor

cpp-6-mips64el-linux-gnuabi64/rolling 6.4.0-16cross1 amd64
  GNU C preprocessor

cpp-6-mipsel-linux-gnu/rolling 6.4.0-16cross1 amd64
  GNU C preprocessor

cpp-6-powerpc-linux-gnu/rolling 6.5.0-1cross1 amd64
  GNU C preprocessor

cpp-6-powerpc-linux-gnuspe/rolling 6.5.0-1cross1 amd64
  GNU C preprocessor

cpp-6-powerpc64-linux-gnu/rolling 6.5.0-1cross1 amd64
  GNU C preprocessor

cpp-6-powerpc64le-linux-gnu/rolling 6.4.0-16cross1 amd64
  GNU C preprocessor

cpp-6-s390x-linux-gnu/rolling 6.4.0-16cross1 amd64
  GNU C preprocessor

cpp-6-sh4-linux-gnu/rolling 6.5.0-1cross1 amd64
  GNU C preprocessor

cpp-6-sparc64-linux-gnu/rolling 6.5.0-1cross1 amd64
  GNU C preprocessor

cpp-6-x86-64-linux-gnu/rolling 6.4.0-16cross1 i386
  GNU C preprocessor

cpp-6-x86-64-linux-gnux32/rolling 6.5.0-1cross1 amd64
  GNU C preprocessor

cpp-7-aarch64-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU C preprocessor

cpp-7-alpha-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU C preprocessor

cpp-7-arm-linux-gnueabi/rolling 7.4.0-5cross1 amd64
  GNU C preprocessor

cpp-7-arm-linux-gnueabihf/rolling 7.4.0-5cross1 amd64
  GNU C preprocessor

cpp-7-hppa-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU C preprocessor

cpp-7-i686-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU C preprocessor

cpp-7-m68k-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU C preprocessor

cpp-7-mips-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU C preprocessor

cpp-7-mips64-linux-gnuabi64/rolling 7.4.0-5cross1 amd64
  GNU C preprocessor

cpp-7-mips64el-linux-gnuabi64/rolling 7.4.0-5cross1 amd64
  GNU C preprocessor

cpp-7-mipsel-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU C preprocessor

cpp-7-powerpc-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU C preprocessor

cpp-7-powerpc-linux-gnuspe/rolling 7.4.0-5cross1 amd64
  GNU C preprocessor

cpp-7-powerpc64-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU C preprocessor

cpp-7-powerpc64le-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU C preprocessor

cpp-7-riscv64-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU C preprocessor

cpp-7-s390x-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU C preprocessor

cpp-7-sh4-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU C preprocessor

cpp-7-sparc64-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU C preprocessor

cpp-7-x86-64-linux-gnu/rolling 7.4.0-5cross1 i386
  GNU C preprocessor

cpp-7-x86-64-linux-gnux32/rolling 7.4.0-5cross1 amd64
  GNU C preprocessor

cpp-8-aarch64-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU C preprocessor

cpp-8-alpha-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU C preprocessor

cpp-8-arm-linux-gnueabi/rolling 8.3.0-19cross1 amd64
  GNU C preprocessor

cpp-8-arm-linux-gnueabihf/rolling 8.3.0-19cross1 amd64
  GNU C preprocessor

cpp-8-hppa-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU C preprocessor

cpp-8-i686-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU C preprocessor

cpp-8-m68k-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU C preprocessor

cpp-8-mips-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU C preprocessor

cpp-8-mips64-linux-gnuabi64/rolling 8.3.0-2cross2 amd64
  GNU C preprocessor

cpp-8-mips64el-linux-gnuabi64/rolling 8.3.0-19cross1 amd64
  GNU C preprocessor

cpp-8-mipsel-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU C preprocessor

cpp-8-mipsisa32r6-linux-gnu/rolling 8.3.0-2cross2 amd64
  GNU C preprocessor

cpp-8-mipsisa32r6el-linux-gnu/rolling 8.3.0-2cross2 amd64
  GNU C preprocessor

cpp-8-mipsisa64r6-linux-gnuabi64/rolling 8.3.0-2cross2 amd64
  GNU C preprocessor

cpp-8-mipsisa64r6el-linux-gnuabi64/rolling 8.3.0-2cross2 amd64
  GNU C preprocessor

cpp-8-powerpc-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU C preprocessor

cpp-8-powerpc-linux-gnuspe/rolling 8.3.0-2cross2 amd64
  GNU C preprocessor

cpp-8-powerpc64-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU C preprocessor

cpp-8-powerpc64le-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU C preprocessor

cpp-8-riscv64-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU C preprocessor

cpp-8-s390x-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU C preprocessor

cpp-8-sh4-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU C preprocessor

cpp-8-sparc64-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU C preprocessor

cpp-8-x86-64-linux-gnu/rolling 8.3.0-19cross1 i386
  GNU C preprocessor

cpp-8-x86-64-linux-gnux32/rolling 8.3.0-19cross1 amd64
  GNU C preprocessor

cpp-9-aarch64-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU C preprocessor

cpp-9-alpha-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU C preprocessor

cpp-9-arm-linux-gnueabi/rolling 9.1.0-8cross1 amd64
  GNU C preprocessor

cpp-9-arm-linux-gnueabihf/rolling 9.1.0-8cross1 amd64
  GNU C preprocessor

cpp-9-hppa-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU C preprocessor

cpp-9-i686-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU C preprocessor

cpp-9-m68k-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU C preprocessor

cpp-9-mips-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU C preprocessor

cpp-9-mips64el-linux-gnuabi64/rolling 9.1.0-8cross1 amd64
  GNU C preprocessor

cpp-9-mipsel-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU C preprocessor

cpp-9-powerpc-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU C preprocessor

cpp-9-powerpc64-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU C preprocessor

cpp-9-powerpc64le-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU C preprocessor

cpp-9-riscv64-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU C preprocessor

cpp-9-s390x-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU C preprocessor

cpp-9-sh4-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU C preprocessor

cpp-9-sparc64-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU C preprocessor

cpp-9-x86-64-linux-gnu/rolling 9.1.0-8cross1 i386
  GNU C preprocessor

cpp-9-x86-64-linux-gnux32/rolling 9.1.0-8cross1 amd64
  GNU C preprocessor

cpp-aarch64-linux-gnu/rolling 4:8.3.0-1 amd64
  GNU C preprocessor (cpp) for the arm64 architecture

cpp-alpha-linux-gnu/rolling 4:8.3.0-2.1 amd64
  GNU C preprocessor (cpp) for the alpha architecture

cpp-arm-linux-gnueabi/rolling 4:8.3.0-1 amd64
  GNU C preprocessor (cpp) for the armel architecture

cpp-arm-linux-gnueabihf/rolling 4:8.3.0-1 amd64
  GNU C preprocessor (cpp) for the armhf architecture

cpp-hppa-linux-gnu/rolling 4:8.3.0-2.1 amd64
  GNU C preprocessor (cpp) for the hppa architecture

cpp-i686-linux-gnu/rolling 4:8.3.0-1 amd64
  GNU C preprocessor (cpp) for the i386 architecture

cpp-m68k-linux-gnu/rolling 4:8.3.0-2.1 amd64
  GNU C preprocessor (cpp) for the m68k architecture

cpp-mips-linux-gnu/rolling 4:8.3.0-1 amd64
  GNU C preprocessor (cpp) for the mips architecture

cpp-mips64-linux-gnuabi64/rolling 4:8.3.0-1.1 amd64
  GNU C preprocessor (cpp) for the mips64 architecture

cpp-mips64el-linux-gnuabi64/rolling 4:8.3.0-1 amd64
  GNU C preprocessor (cpp) for the mips64el architecture

cpp-mipsel-linux-gnu/rolling 4:8.3.0-1 amd64
  GNU C preprocessor (cpp) for the mipsel architecture

cpp-mipsisa32r6-linux-gnu/rolling 4:8.3.0-1.1 amd64
  GNU C preprocessor (cpp) for the mipsr6 architecture

cpp-mipsisa32r6el-linux-gnu/rolling 4:8.3.0-1.1 amd64
  GNU C preprocessor (cpp) for the mipsr6el architecture

cpp-mipsisa64r6-linux-gnuabi64/rolling 4:8.3.0-1.1 amd64
  GNU C preprocessor (cpp) for the mips64r6 architecture

cpp-mipsisa64r6el-linux-gnuabi64/rolling 4:8.3.0-1.1 amd64
  GNU C preprocessor (cpp) for the mips64r6el architecture

cpp-powerpc-linux-gnu/rolling 4:8.3.0-2.1 amd64
  GNU C preprocessor (cpp) for the powerpc architecture

cpp-powerpc-linux-gnuspe/rolling 4:8.3.0-2 amd64
  GNU C preprocessor (cpp) for the powerpcspe architecture

cpp-powerpc64-linux-gnu/rolling 4:8.3.0-2.1 amd64
  GNU C preprocessor (cpp) for the ppc64 architecture

cpp-powerpc64le-linux-gnu/rolling 4:8.3.0-1 amd64
  GNU C preprocessor (cpp) for the ppc64el architecture

cpp-riscv64-linux-gnu/rolling 4:8.3.0-2.1 amd64
  GNU C preprocessor (cpp) for the riscv64 architecture

cpp-s390x-linux-gnu/rolling 4:8.3.0-1 amd64
  GNU C preprocessor (cpp) for the s390x architecture

cpp-sh4-linux-gnu/rolling 4:8.3.0-2.1 amd64
  GNU C preprocessor (cpp) for the sh4 architecture

cpp-sparc64-linux-gnu/rolling 4:8.3.0-2.1 amd64
  GNU C preprocessor (cpp) for the sparc64 architecture

cpp-x86-64-linux-gnu/rolling 4:8.3.0-1 i386
  GNU C preprocessor (cpp) for the amd64 architecture

cpp-x86-64-linux-gnux32/rolling 4:8.3.0-2.1 amd64
  GNU C preprocessor (cpp) for the x32 architecture

cppman/rolling,rolling 0.4.9+dfsg1-1 all
  C++ 98/11 manual pages for Linux, with source from cplusplus.com

cpqarrayd/rolling 2.3.6 amd64
  monitoring tool for HP (Compaq) SmartArray controllers

cpufrequtils/rolling 008-1.1 amd64
  utilities to deal with the cpufreq Linux kernel feature

cpuinfo/rolling 0.0~git20190201.d5e37ad-1 amd64
  CPU INFOrmation library (binary utilities)

cpuset/rolling,rolling 1.5.6-5.1 all
  Allows manipluation of cpusets and provides higher level fun

cramfsswap/rolling,now 1.4.1-1.1 amd64 [installato, automatico]
  swap endianess of a cram filesystem (cramfs)

crash/rolling 7.2.5-1 amd64
  kernel debugging utility, allowing gdb like syntax

crashme/rolling 2.8.5-1+b2 amd64
  tool to test kernel stability

crda/rolling,now 3.18-1 amd64 [installato, automatico]
  wireless Central Regulatory Domain Agent

crip/rolling,rolling 3.9-2 all
  terminal-based ripper/encoder/tagger tool

crmsh/rolling,rolling 4.1.0-1 all
  CRM shell for the pacemaker cluster manager

crmsh-doc/rolling,rolling 4.1.0-1 all
  crmsh HTML Documentation

crosshurd/rolling,rolling 1.7.52 all
  Install a Debian system

cryptsetup-bin/rolling,now 2:2.1.0-5kali2 amd64 [installato, automatico]
  disk encryption support - command line tools

cryptsetup-initramfs/rolling,rolling,now 2:2.1.0-5kali2 all [installato, automatico]
  disk encryption support - initramfs integration

cryptsetup-run/rolling,now 2:2.1.0-5kali2 amd64 [installato, automatico]
  disk encryption support - startup scripts

ctop/rolling,rolling 1.0.0-2 all
  Command line / text based Linux Containers monitoring tool

cudf-tools/rolling 0.7-5 amd64
  command line tools for package upgrade problem descriptions

cue2toc/rolling 0.4-5+b2 amd64
  converts CUE files to cdrdao's TOC format

curseofwar/rolling 1.1.8-3+b3 amd64
  Fast-paced  action  strategy  game for Linux based on ncurses

dahdi-linux/rolling,rolling 1:2.11.1.0.20170917~dfsg-7 all
  DAHDI telephony interface - Linux userspace parts

das-watchdog/rolling 0.9.0-3.2+b3 amd64
  solves system lock-ups by making all processes non-realtime

davmail/rolling,rolling 5.1.0.2891-2 all
  POP/IMAP/SMTP/CalDav/LDAP to Microsoft Exchange gateway

daxctl/rolling 65-1 amd64
  Utility for managing the device DAX subsystem

ddrutility/rolling 2.8-1 amd64
  set of data recovery utilities for use with GNU ddrescue

ddupdate/rolling,rolling 0.6.4-1 all
  Tool updating DNS data for dynamic IP addresses

debian-edu-config/rolling,rolling 2.10.65 all
  Configuration files for Skolelinux systems

debian-edu-doc-da/rolling,rolling 2.10.18 all
  Danish documentation from the Debian Edu project

debian-edu-doc-de/rolling,rolling 2.10.18 all
  German documentation from the Debian Edu project

debian-edu-doc-en/rolling,rolling 2.10.18 all
  English documentation from the Debian Edu project

debian-edu-doc-es/rolling,rolling 2.10.18 all
  Spanish documentation from the Debian Edu project

debian-edu-doc-fr/rolling,rolling 2.10.18 all
  French documentation from the Debian Edu project

debian-edu-doc-it/rolling,rolling 2.10.18 all
  Italian documentation from the Debian Edu project

debian-edu-doc-ja/rolling,rolling 2.10.18 all
  Japanese documentation from the Debian Edu project

debian-edu-doc-nb/rolling,rolling 2.10.18 all
  Bokmål documentation from the Debian Edu project

debian-edu-doc-nl/rolling,rolling 2.10.18 all
  Dutch documentation from the Debian Edu project

debian-edu-doc-zh/rolling,rolling 2.10.18 all
  Chinese documentation from the Debian Edu project

debian-faq/rolling,rolling,now 9.0 all [installato]
  Debian Frequently Asked Questions

debian-faq-de/rolling,rolling 9.0 all
  Debian Frequently Asked Questions, in German

debian-faq-fr/rolling,rolling 9.0 all
  Debian Frequently Asked Questions, in French

debian-faq-it/rolling,rolling 9.0 all
  Debian Frequently Asked Questions, in Italian

debian-faq-nl/rolling,rolling 9.0 all
  Debian Frequently Asked Questions, in Dutch

debian-faq-ru/rolling,rolling 9.0 all
  Debian Frequently Asked Questions, in Russian

debian-faq-zh-cn/rolling,rolling 9.0 all
  Debian Frequently Asked Questions, in Chinese

debian-handbook/rolling,rolling 8.20180830 all
  reference book for Debian users and system administrators

debian-kernel-handbook/rolling,rolling 1.0.19 all
  reference to Debian Linux kernel packages and development

debian-kernel-handbook-ja/rolling,rolling 1.0.19 all
  reference to Debian Linux kernel packages and development (Japanese)

debram/rolling 2.1.0 amd64
  ramified catalog of available commands

debram-data/rolling,rolling 2.1.0 all
  debram's architecture-independent data

deepin-screenshot/rolling 4.1.8-1 amd64
  Advanced screen shoting tool

desktop-autoloader/rolling,rolling 0.0.4-1 all
  Accelerate Diskless Workstation systems by pre-loading a dummy Desktop Session

device3dfx-source/rolling,rolling 2013.08.08-6 all
  Linux 2.2+ device driver source for 3Dfx boards

dfu-programmer/rolling 0.6.1-1+b1 amd64
  device firmware update (DFU) based USB programmer for Atmel chips

dh-consoledata/rolling,rolling 0.7.90 all
  debhelper-based script to help packaging console data files

dhcpig/rolling,rolling,now 1.5-2 all [installato, automatico]
  DHCP exhaustion script using scapy network library

di-netboot-assistant/rolling,rolling 0.62 all
  Debian-Installer netboot assistant

dianara/rolling 1.4.2-1 amd64
  client for the pump.io federated social network

diatheke/rolling 1.8.1+dfsg-8+b1 amd64
  command line bible browsing and search tool

dietlibc-dev/rolling 0.34~cvs20160606-10 amd64
  diet libc - a libc optimized for small size

dietlibc-doc/rolling,rolling 0.34~cvs20160606-10 all
  diet libc documentation - a libc optimized for small size

diod/rolling 1.0.24-4 amd64
  I/O forwarding server for 9P

diodon/rolling 1.8.0-1 amd64
  GTK+ Clipboard manager

diodon-dev/rolling 1.8.0-1 amd64
  GTK+ Clipboard manager (development files)

diploma/rolling,rolling 1.2.14 all
  Write scientific papers with Debian

direwolf/rolling 1.5+dfsg-2 amd64
  Soundcard TNC for APRS

discover/rolling 2.1.2-8 amd64
  hardware identification system

disktype/rolling 9-8 amd64
  detection of content format of a disk or disk image

dislocker/rolling 0.7.1-4+b1 amd64
  read/write encrypted BitLocker volumes

ditrack/rolling,rolling 0.8-1.2 all
  lightweight distributed issue tracking system

dm-writeboost-dkms/rolling,rolling 2.2.10-1 all
  log-structured caching for Linux

dmeventd/rolling,now 2:1.02.155-3 amd64 [installato, automatico]
  Linux Kernel Device Mapper event daemon

dmitry/rolling,now 1.3a-1kali3 amd64 [installato, automatico]
  Deepmagic Information Gathering Tool

dmraid/rolling 1.0.0.rc16-8 amd64
  Device-Mapper Software RAID support tool

dmsetup/rolling,now 2:1.02.155-3 amd64 [installato]
  Linux Kernel Device Mapper userspace library

dnet-common/rolling,rolling 2.65 all
  Base package for Linux DECnet

dnet-progs/rolling 2.65+b1 amd64
  DECnet user programs and daemons

doc-debian/rolling,rolling,now 6.4 all [installato]
  Debian Project documentation and other documents

docker-doc/rolling,rolling 18.09.1+dfsg1-7.1 all
  Linux container runtime -- documentation

docker.io/rolling 18.09.1+dfsg1-7.1 amd64
  Linux container runtime

dosemu/rolling 1.4.0.7+20130105+b028d3f-2+b1 amd64
  DOS Emulator for Linux

dov4l/rolling 0.9+repack-1+b1 amd64
  program to set and query settings of video4linux devices

dracut/rolling,rolling 048+80-2 all
  dracut is an event driven initramfs infrastructure

drbd-doc/rolling,rolling 8.4~20151102-1 all
  RAID 1 over TCP/IP for Linux (user documentation)

drbd-utils/rolling 9.5.0-1 amd64
  RAID 1 over TCP/IP for Linux (user utilities)

drbl/rolling,rolling 2.20.11-7 all
  diskless remote boot, and a disk cloning utility

driverctl/rolling,rolling 0.110-1 all
  Device driver control utility for Linux

drumstick-tools/rolling 0.5.0-4+b2 amd64
  Qt4/C++ wrapper for ALSA Sequencer - utilities

dssi-dev/rolling,rolling 1.1.1~dfsg0-1 all
  Header file for compiling DSSI plugins and hosts

dssi-example-plugins/rolling 1.1.1~dfsg0-1+b2 amd64
  Examples of DSSI plugin

dssi-host-jack/rolling 1.1.1~dfsg0-1+b2 amd64
  Example of DSSI host

dssi-utils/rolling 1.1.1~dfsg0-1+b2 amd64
  Command-line utilities for sending commands to DSSI plugins

dunst/rolling 1.4.1-1 amd64
  dmenu-ish notification-daemon

dv4l/rolling 1.0-5+b2 amd64
  Redirect V4L API to access a camcorder from a V4L program

dvblast/rolling 3.4-1 amd64
  Simple and powerful dvb-streaming application

dvbstream/rolling 0.6+cvs20090621-2 amd64
  Broadcast a DVB Transport stream over a LAN

dvbtune/rolling 0.5.ds-1.1+b1 amd64
  Simple tuning application for DVB cards

dxvk/rolling,rolling 0.96+ds1-1 all
  Vulkan-based translation layer for Direct3D 10/11

dxvk-wine32-development/rolling 0.96+ds1-1 i386
  Vulkan-based translation layer for Direct3D 10/11 - wine32 build

dxvk-wine64-development/rolling 0.96+ds1-1 amd64
  Vulkan-based translation layer for Direct3D 10/11 - wine64 build

e2fsprogs/rolling,now 1.45.3-3 amd64 [installato]
  ext2/ext3/ext4 file system utilities

e2fsprogs-l10n/rolling,rolling 1.45.3-3 all
  ext2/ext3/ext4 file system utilities - translations

ebook-dev-alp/rolling,rolling 200407-2 all
  Advanced Linux Programming

ebook-speaker/rolling 5.0.0-1+b1 amd64
  eBook reader that reads aloud in a synthetic voice

ebtables/rolling 2.0.10.4+snapshot20181205-3 amd64
  Ethernet bridge frame table administration

ecryptfs-utils/rolling 111-4 amd64
  ecryptfs cryptographic filesystem (utilities)

edac-utils/rolling 0.18-1+b1 amd64
  report kernel-detected PCI and ECC RAM errors

edb-debugger/rolling,now 1.0.0-1 amd64 [installato, automatico]
  cross platform x86/x86-64 debugger

edb-debugger-plugins/rolling,now 1.0.0-1 amd64 [installato, automatico]
  edb plugins

efibootmgr/rolling,now 15-1 amd64 [installato, automatico]
  Interact with the EFI Boot Manager

eiskaltdcpp-gtk/rolling 2.2.10+583+g17a6b034-2 amd64
  EiskaltDC++ GUI based on GTK+

eject/rolling,now 2.1.5+deb1+cvs20081104-13.2 amd64 [installato]
  ejects CDs and operates CD-Changers under Linux

ekeyd-egd-linux/rolling 1.1.5-6.2 amd64
  Transfers entropy from an EGD to the Linux kernel pool

elks-libc/rolling,rolling 0.16.17-3.3 all
  16-bit x86 C library and include files

elpa-counsel/rolling,rolling 0.11.0+dfsg-1 all
  collection of Ivy-enhanced versions of common Emacs commands

elpa-ess/rolling,rolling 18.10.2-1 all
  Emacs mode for statistical programming and data analysis

elvish/rolling 0.12+ds1-2 amd64
  Friendly and expressive shell

emacs-mozc/rolling 2.23.2815.102+dfsg-7 amd64
  Mozc for Emacs

emacs-mozc-bin/rolling 2.23.2815.102+dfsg-7 amd64
  Helper module for emacs-mozc

enum4linux/rolling,rolling 0.8.9-1kali2 all
  Enumerates info from Windows and Samba systems

escputil/rolling 5.3.1-7+b1 amd64
  maintenance utility for Epson Stylus printers

esekeyd/rolling 1.2.7-1+b2 amd64
  multimedia keyboard daemon for Linux

esys-particle/rolling 2.3.5+dfsg1-2.1 amd64
  Software for particle-based numerical modelling. MPI version.

ethflux/rolling 1.0-3+b20 amd64
  InfluxDB data gatherer for ethtool-style network interface information

ethstats/rolling,rolling 1.2.1-3 all
  script that quickly measures network device throughput

evdi-dkms/rolling,rolling 1.6.0+dfsg-1 all
  Extensible Virtual Display Interface driver kernel module

evemu-tools/rolling 2.7.0-1 amd64
  Linux Input Event Device Emulation Library - test tools

evtest/rolling 1:1.33-2 amd64
  utility to monitor Linux input device events

exe-thumbnailer/rolling,rolling 0.10.0-3 all
  Windows executable (.exe, etc.) thumbnailer for Linux desktops

explain/rolling 1.4.D001-8 amd64
  utility to explain system call errors

extlinux/rolling 3:6.04~git20190206.bf6db5b4+dfsg1-1 amd64
  collection of bootloaders (Linux ext2/ext3/ext4, btrfs, and xfs bootloader)

extremetuxracer/rolling 0.7.5-1+b1 amd64
  3D racing game featuring Tux, the Linux penguin

extremetuxracer-data/rolling,rolling 0.7.5-1 all
  data files for the game Extreme Tux Racer

eyewitness/rolling,now 2.2.3-0kali1 amd64 [installato, automatico]
  Rapid web application triage tool

ez-ipupdate/rolling 3.0.11b8-13.4.1+b2 amd64
  client for most dynamic DNS services

f2fs-tools/rolling 1.11.0-1.1 amd64
  Tools for Flash-Friendly File System

fai-client/rolling,rolling 5.8.4 all
  Fully Automatic Installation client package

fai-doc/rolling,rolling 5.8.4 all
  Documentation for FAI

fai-nfsroot/rolling,rolling 5.8.4 all
  Fully Automatic Installation nfsroot package

fai-quickstart/rolling,rolling 5.8.4 all
  Fully Automatic Installation quickstart package

fai-server/rolling,rolling 5.8.4 all
  Fully Automatic Installation server package

fancontrol/rolling,rolling 1:3.5.0-3 all
  utility to control the fan speed

fbi/rolling 2.10-3 amd64
  Linux frame buffer image viewer

fbset/rolling 2.1-30 amd64
  framebuffer device maintenance program

fbterm/rolling 1.7-4+b1 amd64
  fast framebuffer based terminal emulator for Linux

fbterm-ucimf/rolling 0.2.9-5 amd64
  ucimf input method interface for fbterm

fbtv/rolling 3.104-1+b1 amd64
  television viewer - Linux framebuffer application

fbzx/rolling 3.1.0-1 amd64
  ZX Spectrum emulator

fcitx5/rolling 0~20181128+ds1-1 amd64
  Next generation of Fcitx Input Method Framework

fcitx5-data/rolling,rolling 0~20181128+ds1-1 all
  Fcitx Input Method Framework v5 (common data files)

fcitx5-module-dbus/rolling 0~20181128+ds1-1 amd64
  Fcitx Input Method Framework v5 (dbus module)

fcitx5-module-ibus/rolling 0~20181128+ds1-1 amd64
  Fcitx Input Method Framework v5 (ibus module)

fcitx5-module-kimpanel/rolling 0~20181128+ds1-1 amd64
  Fcitx Input Method Framework v5 (kimpanel module)

fcitx5-module-quickphrase/rolling 0~20181128+ds1-1 amd64
  Fcitx Input Method Framework v5 (quickphrase module)

fcitx5-module-wayland/rolling 0~20181128+ds1-1 amd64
  Fcitx Input Method Framework v5 (wayland modules)

fcitx5-module-xorg/rolling 0~20181128+ds1-1 amd64
  Fcitx Input Method Framework v5 (xorg modules)

fcitx5-modules/rolling 0~20181128+ds1-1 amd64
  Fcitx Input Method Framework v5 (core modules)

fcitx5-modules-dev/rolling 0~20181128+ds1-1 amd64
  Fcitx Input Method Framework v5 (input modules dev files)

fdisk/rolling,now 2.33.1-0.1 amd64 [installato]
  collection of partitioning utilities

fdutils/rolling 5.5-20060227-8 amd64
  Linux floppy utilities

feathernotes/rolling 0.4.6-1 amd64
  Hierarchical notes-manager (binaries)

feathernotes-l10n/rolling,rolling 0.4.6-1 all
  Hierarchical notes-manager (localization)

featherpad/rolling 0.10.0-3 amd64
  Lightweight Qt5 plain-text editor

ffado-dbus-server/rolling 2.4.1-0.1 amd64
  FFADO D-Bus server

ffado-mixer-qt4/rolling,rolling 2.4.1-0.1 all
  FFADO D-Bus mixer applets

ffado-tools/rolling 2.4.1-0.1 amd64
  FFADO debugging and firmware tools

fgetty/rolling 0.7-6 amd64
  very small, efficient, console-only getty and login

firebird3.0-server/rolling 3.0.5.33100.ds4-3 amd64
  Firebird Server - an RDBMS based on InterBase 6.0 code

firejail/rolling,now 0.9.58.2-3parrot4 amd64 [installato]
  sandbox to restrict the application environment

firejail-profiles/rolling,rolling,now 0.9.58.2-3parrot4 all [installato, automatico]
  profiles for the firejail application sandbox

firetools/rolling 0.9.58-1 amd64
  Qt frontend for the Firejail application sandbox

firmware-bnx2/rolling,rolling,now 20190114-1 all [installato, automatico]
  Binary firmware for Broadcom NetXtremeII

firmware-linux/rolling,rolling,now 20190114-1 all [installato, automatico]
  Binary firmware for various drivers in the Linux kernel (metapackage)

firmware-linux-free/rolling,rolling,now 3.4 all [installato, automatico]
  Binary firmware for various drivers in the Linux kernel

firmware-linux-nonfree/rolling,rolling,now 20190114-1 all [installato, automatico]
  Binary firmware for various drivers in the Linux kernel (meta-package)

firmware-misc-nonfree/rolling,rolling,now 20190114-1 all [installato, automatico]
  Binary firmware for various drivers in the Linux kernel

firmware-mod-kit/rolling,now 0.99-1kali2 amd64 [installato, automatico]
  Deconstruct and reconstruct firmware images

firmware-zd1211/rolling,rolling,now 1:1.5-6 all [installato, automatico]
  binary firmware for the zd1211rw wireless driver

fische/rolling 3.2.2-4+b1 amd64
  stand-alone sound visualisation for Linux

flam3/rolling 3.1.1-1 amd64
  render and animate FLAM3s and manipulate their genomes

flamerobin/rolling 0.9.3~+20160512.c75f8618-2+b1 amd64
  graphical database administration tool for Firebird DBMS

flashrom/rolling 1.1-1 amd64
  Identify, read, write, erase, and verify BIOS/ROM/flash chips

fldiff/rolling 1.1+0-6 amd64
  graphical diff program

focalinux-html/rolling,rolling 2010-09-3 all
  A full GNU/Linux Portuguese guide (html format)

focalinux-text/rolling,rolling 2010-09-3 all
  A full GNU/Linux Portuguese guide (text format)

fonts-arphic-ukai/rolling,rolling 0.2.20080216.2-4 all
  "AR PL UKai" Chinese Unicode TrueType font collection Kaiti style

fonts-linuxlibertine/rolling,rolling,now 5.3.0-4 all [installato, automatico]
  Linux Libertine family of fonts

fonts-lklug-sinhala/rolling,rolling 0.6-3 all
  Unicode Sinhala font by Lanka Linux User Group

fonts-oxygen/rolling,rolling 4:5.4.3-3 all
  Oxygen font family

fonts-sarai/rolling,rolling 1.0-2 all
  truetype font for devanagari script

fonts-thai-tlwg/rolling,rolling 1:0.7.1-1 all
  Thai fonts maintained by TLWG (metapackage)

fonts-thai-tlwg-otf/rolling,rolling 1:0.7.1-1 all
  Thai OpenType fonts maintained by TLWG (metapackage)

fonts-thai-tlwg-ttf/rolling,rolling 1:0.7.1-1 all
  Thai TrueType fonts maintained by TLWG (metapackage)

fonts-ubuntu-console/rolling,rolling 0.83-4 all
  console version of the Ubuntu Mono font

fonts-ubuntu-font-family-console/rolling,rolling 1:0.83-4 all
  console version of the Ubuntu Mono font (transitional package)

fonts-umeplus/rolling,rolling 20180604-1 all
  Japanese TrueType gothic fonts, based on Umefont and M+Font

fonts-vlgothic/rolling,rolling 20141206-5 all
  Japanese TrueType font from Vine Linux

fonty-rg/rolling,rolling 0.7-1 all
  Linux console fonts in various encodings

fortunes-fr/rolling,rolling 0.65+nmu2 all
  French fortunes cookies

freehdl/rolling 0.0.8-2.2 amd64
  VHDL simulator for Linux

freesweep/rolling 1.0.1-1 amd64
  text-based minesweeper

frescobaldi/rolling,rolling 3.0.0+ds1-2 all
  LilyPond sheet music text editor

fscrypt/rolling 0.2.4-2+b10 amd64
  Tool for managing Linux filesystem encryption

fspy/rolling 0.1.1-2 amd64
  filesystem activity monitoring tool

fswatch/rolling 1.14.0+repack-8 amd64
  file change monitor based on inotify

fte-console/rolling 0.50.2b6-20110708-2 amd64
  Text editor for programmers - console edition, no I18N support

ftpd/rolling 0.17-36.1 amd64
  File Transfer Protocol (FTP) server

ftpgrab/rolling 0.1.5-6 amd64
  file mirroring utility

fts/rolling,rolling 1.1-2 all
  Modular TFTP/Fuse supplicant

fts-clacks/rolling,rolling 1.1-2 all
  Clacks module for the TFTP/Fuse supplicant

fts-fai-ldap/rolling,rolling 1.1-2 all
  LDAP FAI module for the TFTP/Fuse supplicant

fts-ltsp-ldap/rolling,rolling 1.1-2 all
  LDAP LTSP module for the TFTP/Fuse supplicant

fts-opsi/rolling,rolling 1.1-2 all
  LDAP LTSP module for the TFTP/Fuse supplicant

funcoeszz/rolling,rolling 15.5-1.1 all
  script with 170+ useful mini applications

fuse/rolling,now 2.9.9-1 amd64 [installato, automatico]
  Filesystem in Userspace

fuse-overlayfs/rolling 0.3-1 amd64
  Implementation of overlay+shiftfs in FUSE for rootless containers.

fuse3/rolling 3.4.1-1 amd64
  Filesystem in Userspace (3.x version)

fusesmb/rolling 0.8.7-1.4+b1 amd64
  filesystem client based on the SMB file transfer protocol

fusiondirectory-plugin-fai/rolling,rolling 1.2.3-4 all
  fai plugin for FusionDirectory

fusiondirectory-plugin-quota/rolling,rolling 1.2.3-4 all
  quota plugin for FusionDirectory

fusioninventory-agent-task-collect/rolling,rolling 1:2.5.1-1 all
  collect task support for FusionInventory

fwanalog/rolling,rolling 0.6.9-8 all
  firewall log-file report generator (using analog)

g++-6-aarch64-linux-gnu/rolling 6.4.0-16cross1 amd64
  GNU C++ compiler

g++-6-alpha-linux-gnu/rolling 6.5.0-1cross1 amd64
  GNU C++ compiler

g++-6-arm-linux-gnueabi/rolling 6.4.0-16cross1 amd64
  GNU C++ compiler

g++-6-arm-linux-gnueabihf/rolling 6.4.0-16cross1 amd64
  GNU C++ compiler

g++-6-hppa-linux-gnu/rolling 6.5.0-1cross1 amd64
  GNU C++ compiler

g++-6-i686-linux-gnu/rolling 6.4.0-16cross1 amd64
  GNU C++ compiler

g++-6-m68k-linux-gnu/rolling 6.5.0-1cross1 amd64
  GNU C++ compiler

g++-6-mips-linux-gnu/rolling 6.4.0-16cross1 amd64
  GNU C++ compiler

g++-6-mips64-linux-gnuabi64/rolling 6.5.0-1cross1 amd64
  GNU C++ compiler

g++-6-mips64el-linux-gnuabi64/rolling 6.4.0-16cross1 amd64
  GNU C++ compiler

g++-6-mipsel-linux-gnu/rolling 6.4.0-16cross1 amd64
  GNU C++ compiler

g++-6-multilib-i686-linux-gnu/rolling 6.4.0-16cross1 amd64
  GNU C++ compiler (multilib support)

g++-6-multilib-mips-linux-gnu/rolling 6.4.0-16cross1 amd64
  GNU C++ compiler (multilib support)

g++-6-multilib-mips64-linux-gnuabi64/rolling 6.5.0-1cross1 amd64
  GNU C++ compiler (multilib support)

g++-6-multilib-mips64el-linux-gnuabi64/rolling 6.4.0-16cross1 amd64
  GNU C++ compiler (multilib support)

g++-6-multilib-mipsel-linux-gnu/rolling 6.4.0-16cross1 amd64
  GNU C++ compiler (multilib support)

g++-6-multilib-powerpc-linux-gnu/rolling 6.5.0-1cross1 amd64
  GNU C++ compiler (multilib support)

g++-6-multilib-powerpc64-linux-gnu/rolling 6.5.0-1cross1 amd64
  GNU C++ compiler (multilib support)

g++-6-multilib-s390x-linux-gnu/rolling 6.4.0-16cross1 amd64
  GNU C++ compiler (multilib support)

g++-6-multilib-sparc64-linux-gnu/rolling 6.5.0-1cross1 amd64
  GNU C++ compiler (multilib support)

g++-6-multilib-x86-64-linux-gnu/rolling 6.4.0-16cross1 i386
  GNU C++ compiler (multilib support)

g++-6-multilib-x86-64-linux-gnux32/rolling 6.5.0-1cross1 amd64
  GNU C++ compiler (multilib support)

g++-6-powerpc-linux-gnu/rolling 6.5.0-1cross1 amd64
  GNU C++ compiler

g++-6-powerpc-linux-gnuspe/rolling 6.5.0-1cross1 amd64
  GNU C++ compiler

g++-6-powerpc64-linux-gnu/rolling 6.5.0-1cross1 amd64
  GNU C++ compiler

g++-6-powerpc64le-linux-gnu/rolling 6.4.0-16cross1 amd64
  GNU C++ compiler

g++-6-s390x-linux-gnu/rolling 6.4.0-16cross1 amd64
  GNU C++ compiler

g++-6-sh4-linux-gnu/rolling 6.5.0-1cross1 amd64
  GNU C++ compiler

g++-6-sparc64-linux-gnu/rolling 6.5.0-1cross1 amd64
  GNU C++ compiler

g++-6-x86-64-linux-gnu/rolling 6.4.0-16cross1 i386
  GNU C++ compiler

g++-6-x86-64-linux-gnux32/rolling 6.5.0-1cross1 amd64
  GNU C++ compiler

g++-7-aarch64-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU C++ compiler

g++-7-alpha-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU C++ compiler

g++-7-arm-linux-gnueabi/rolling 7.4.0-5cross1 amd64
  GNU C++ compiler

g++-7-arm-linux-gnueabihf/rolling 7.4.0-5cross1 amd64
  GNU C++ compiler

g++-7-hppa-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU C++ compiler

g++-7-i686-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU C++ compiler

g++-7-m68k-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU C++ compiler

g++-7-mips-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU C++ compiler

g++-7-mips64-linux-gnuabi64/rolling 7.4.0-5cross1 amd64
  GNU C++ compiler

g++-7-mips64el-linux-gnuabi64/rolling 7.4.0-5cross1 amd64
  GNU C++ compiler

g++-7-mipsel-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU C++ compiler

g++-7-multilib-i686-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU C++ compiler (multilib support)

g++-7-multilib-mips-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU C++ compiler (multilib support)

g++-7-multilib-mips64-linux-gnuabi64/rolling 7.4.0-5cross1 amd64
  GNU C++ compiler (multilib support)

g++-7-multilib-mips64el-linux-gnuabi64/rolling 7.4.0-5cross1 amd64
  GNU C++ compiler (multilib support)

g++-7-multilib-mipsel-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU C++ compiler (multilib support)

g++-7-multilib-powerpc-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU C++ compiler (multilib support)

g++-7-multilib-powerpc64-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU C++ compiler (multilib support)

g++-7-multilib-s390x-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU C++ compiler (multilib support)

g++-7-multilib-sparc64-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU C++ compiler (multilib support)

g++-7-multilib-x86-64-linux-gnu/rolling 7.4.0-5cross1 i386
  GNU C++ compiler (multilib support)

g++-7-multilib-x86-64-linux-gnux32/rolling 7.4.0-5cross1 amd64
  GNU C++ compiler (multilib support)

g++-7-powerpc-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU C++ compiler

g++-7-powerpc-linux-gnuspe/rolling 7.4.0-5cross1 amd64
  GNU C++ compiler

g++-7-powerpc64-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU C++ compiler

g++-7-powerpc64le-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU C++ compiler

g++-7-riscv64-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU C++ compiler

g++-7-s390x-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU C++ compiler

g++-7-sh4-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU C++ compiler

g++-7-sparc64-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU C++ compiler

g++-7-x86-64-linux-gnu/rolling 7.4.0-5cross1 i386
  GNU C++ compiler

g++-7-x86-64-linux-gnux32/rolling 7.4.0-5cross1 amd64
  GNU C++ compiler

g++-8-aarch64-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU C++ compiler (cross compiler for arm64 architecture)

g++-8-alpha-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU C++ compiler (cross compiler for alpha architecture)

g++-8-arm-linux-gnueabi/rolling 8.3.0-19cross1 amd64
  GNU C++ compiler (cross compiler for armel architecture)

g++-8-arm-linux-gnueabihf/rolling 8.3.0-19cross1 amd64
  GNU C++ compiler (cross compiler for armhf architecture)

g++-8-hppa-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU C++ compiler (cross compiler for hppa architecture)

g++-8-i686-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU C++ compiler (cross compiler for i386 architecture)

g++-8-m68k-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU C++ compiler (cross compiler for m68k architecture)

g++-8-mips-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU C++ compiler (cross compiler for mips architecture)

g++-8-mips64-linux-gnuabi64/rolling 8.3.0-2cross2 amd64
  GNU C++ compiler

g++-8-mips64el-linux-gnuabi64/rolling 8.3.0-19cross1 amd64
  GNU C++ compiler (cross compiler for mips64el architecture)

g++-8-mipsel-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU C++ compiler (cross compiler for mipsel architecture)

g++-8-mipsisa32r6-linux-gnu/rolling 8.3.0-2cross2 amd64
  GNU C++ compiler

g++-8-mipsisa32r6el-linux-gnu/rolling 8.3.0-2cross2 amd64
  GNU C++ compiler

g++-8-mipsisa64r6-linux-gnuabi64/rolling 8.3.0-2cross2 amd64
  GNU C++ compiler

g++-8-mipsisa64r6el-linux-gnuabi64/rolling 8.3.0-2cross2 amd64
  GNU C++ compiler

g++-8-multilib-i686-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU C++ compiler (multilib support) (cross compiler for i386 architecture)

g++-8-multilib-mips-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU C++ compiler (multilib support) (cross compiler for mips architecture)

g++-8-multilib-mips64-linux-gnuabi64/rolling 8.3.0-2cross2 amd64
  GNU C++ compiler (multilib support)

g++-8-multilib-mips64el-linux-gnuabi64/rolling 8.3.0-19cross1 amd64
  GNU C++ compiler (multilib support) (cross compiler for mips64el architecture)

g++-8-multilib-mipsel-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU C++ compiler (multilib support) (cross compiler for mipsel architecture)

g++-8-multilib-mipsisa32r6-linux-gnu/rolling 8.3.0-2cross2 amd64
  GNU C++ compiler (multilib support)

g++-8-multilib-mipsisa32r6el-linux-gnu/rolling 8.3.0-2cross2 amd64
  GNU C++ compiler (multilib support)

g++-8-multilib-mipsisa64r6-linux-gnuabi64/rolling 8.3.0-2cross2 amd64
  GNU C++ compiler (multilib support)

g++-8-multilib-mipsisa64r6el-linux-gnuabi64/rolling 8.3.0-2cross2 amd64
  GNU C++ compiler (multilib support)

g++-8-multilib-powerpc-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU C++ compiler (multilib support) (cross compiler for powerpc architecture)

g++-8-multilib-powerpc64-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU C++ compiler (multilib support) (cross compiler for ppc64 architecture)

g++-8-multilib-s390x-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU C++ compiler (multilib support) (cross compiler for s390x architecture)

g++-8-multilib-sparc64-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU C++ compiler (multilib support) (cross compiler for sparc64 architecture)

g++-8-multilib-x86-64-linux-gnu/rolling 8.3.0-19cross1 i386
  GNU C++ compiler (multilib support) (cross compiler for amd64 architecture)

g++-8-multilib-x86-64-linux-gnux32/rolling 8.3.0-19cross1 amd64
  GNU C++ compiler (multilib support) (cross compiler for x32 architecture)

g++-8-powerpc-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU C++ compiler (cross compiler for powerpc architecture)

g++-8-powerpc-linux-gnuspe/rolling 8.3.0-2cross2 amd64
  GNU C++ compiler

g++-8-powerpc64-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU C++ compiler (cross compiler for ppc64 architecture)

g++-8-powerpc64le-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU C++ compiler (cross compiler for ppc64el architecture)

g++-8-riscv64-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU C++ compiler (cross compiler for riscv64 architecture)

g++-8-s390x-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU C++ compiler (cross compiler for s390x architecture)

g++-8-sh4-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU C++ compiler (cross compiler for sh4 architecture)

g++-8-sparc64-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU C++ compiler (cross compiler for sparc64 architecture)

g++-8-x86-64-linux-gnu/rolling 8.3.0-19cross1 i386
  GNU C++ compiler (cross compiler for amd64 architecture)

g++-8-x86-64-linux-gnux32/rolling 8.3.0-19cross1 amd64
  GNU C++ compiler (cross compiler for x32 architecture)

g++-9-aarch64-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU C++ compiler (cross compiler for arm64 architecture)

g++-9-alpha-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU C++ compiler (cross compiler for alpha architecture)

g++-9-arm-linux-gnueabi/rolling 9.1.0-8cross1 amd64
  GNU C++ compiler (cross compiler for armel architecture)

g++-9-arm-linux-gnueabihf/rolling 9.1.0-8cross1 amd64
  GNU C++ compiler (cross compiler for armhf architecture)

g++-9-hppa-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU C++ compiler (cross compiler for hppa architecture)

g++-9-i686-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU C++ compiler (cross compiler for i386 architecture)

g++-9-m68k-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU C++ compiler (cross compiler for m68k architecture)

g++-9-mips-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU C++ compiler (cross compiler for mips architecture)

g++-9-mips64el-linux-gnuabi64/rolling 9.1.0-8cross1 amd64
  GNU C++ compiler (cross compiler for mips64el architecture)

g++-9-mipsel-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU C++ compiler (cross compiler for mipsel architecture)

g++-9-multilib-i686-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU C++ compiler (multilib support) (cross compiler for i386 architecture)

g++-9-multilib-mips-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU C++ compiler (multilib support) (cross compiler for mips architecture)

g++-9-multilib-mips64el-linux-gnuabi64/rolling 9.1.0-8cross1 amd64
  GNU C++ compiler (multilib support) (cross compiler for mips64el architecture)

g++-9-multilib-mipsel-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU C++ compiler (multilib support) (cross compiler for mipsel architecture)

g++-9-multilib-powerpc-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU C++ compiler (multilib support) (cross compiler for powerpc architecture)

g++-9-multilib-powerpc64-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU C++ compiler (multilib support) (cross compiler for ppc64 architecture)

g++-9-multilib-s390x-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU C++ compiler (multilib support) (cross compiler for s390x architecture)

g++-9-multilib-sparc64-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU C++ compiler (multilib support) (cross compiler for sparc64 architecture)

g++-9-multilib-x86-64-linux-gnu/rolling 9.1.0-8cross1 i386
  GNU C++ compiler (multilib support) (cross compiler for amd64 architecture)

g++-9-multilib-x86-64-linux-gnux32/rolling 9.1.0-8cross1 amd64
  GNU C++ compiler (multilib support) (cross compiler for x32 architecture)

g++-9-powerpc-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU C++ compiler (cross compiler for powerpc architecture)

g++-9-powerpc64-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU C++ compiler (cross compiler for ppc64 architecture)

g++-9-powerpc64le-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU C++ compiler (cross compiler for ppc64el architecture)

g++-9-riscv64-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU C++ compiler (cross compiler for riscv64 architecture)

g++-9-s390x-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU C++ compiler (cross compiler for s390x architecture)

g++-9-sh4-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU C++ compiler (cross compiler for sh4 architecture)

g++-9-sparc64-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU C++ compiler (cross compiler for sparc64 architecture)

g++-9-x86-64-linux-gnu/rolling 9.1.0-8cross1 i386
  GNU C++ compiler (cross compiler for amd64 architecture)

g++-9-x86-64-linux-gnux32/rolling 9.1.0-8cross1 amd64
  GNU C++ compiler (cross compiler for x32 architecture)

g++-aarch64-linux-gnu/rolling 4:8.3.0-1 amd64
  GNU C++ compiler for the arm64 architecture

g++-alpha-linux-gnu/rolling 4:8.3.0-2.1 amd64
  GNU C++ compiler for the alpha architecture

g++-arm-linux-gnueabi/rolling 4:8.3.0-1 amd64
  GNU C++ compiler for the armel architecture

g++-arm-linux-gnueabihf/rolling 4:8.3.0-1 amd64
  GNU C++ compiler for the armhf architecture

g++-hppa-linux-gnu/rolling 4:8.3.0-2.1 amd64
  GNU C++ compiler for the hppa architecture

g++-i686-linux-gnu/rolling 4:8.3.0-1 amd64
  GNU C++ compiler for the i386 architecture

g++-m68k-linux-gnu/rolling 4:8.3.0-2.1 amd64
  GNU C++ compiler for the m68k architecture

g++-mips-linux-gnu/rolling 4:8.3.0-1 amd64
  GNU C++ compiler for the mips architecture

g++-mips64-linux-gnuabi64/rolling 4:8.3.0-1.1 amd64
  GNU C++ compiler for the mips64 architecture

g++-mips64el-linux-gnuabi64/rolling 4:8.3.0-1 amd64
  GNU C++ compiler for the mips64el architecture

g++-mipsel-linux-gnu/rolling 4:8.3.0-1 amd64
  GNU C++ compiler for the mipsel architecture

g++-mipsisa32r6-linux-gnu/rolling 4:8.3.0-1.1 amd64
  GNU C++ compiler for the mipsr6 architecture

g++-mipsisa32r6el-linux-gnu/rolling 4:8.3.0-1.1 amd64
  GNU C++ compiler for the mipsr6el architecture

g++-mipsisa64r6-linux-gnuabi64/rolling 4:8.3.0-1.1 amd64
  GNU C++ compiler for the mips64r6 architecture

g++-mipsisa64r6el-linux-gnuabi64/rolling 4:8.3.0-1.1 amd64
  GNU C++ compiler for the mips64r6el architecture

g++-multilib-i686-linux-gnu/rolling 4:8.3.0-1 amd64
  GNU C++ compiler for the i386 architecture

g++-multilib-mips-linux-gnu/rolling 4:8.3.0-1 amd64
  GNU C++ compiler for the mips architecture

g++-multilib-mips64-linux-gnuabi64/rolling 4:8.3.0-1.1 amd64
  GNU C++ compiler for the mips64 architecture

g++-multilib-mips64el-linux-gnuabi64/rolling 4:8.3.0-1 amd64
  GNU C++ compiler for the mips64el architecture

g++-multilib-mipsel-linux-gnu/rolling 4:8.3.0-1 amd64
  GNU C++ compiler for the mipsel architecture

g++-multilib-mipsisa32r6-linux-gnu/rolling 4:8.3.0-1.1 amd64
  GNU C++ compiler for the mipsr6 architecture

g++-multilib-mipsisa32r6el-linux-gnu/rolling 4:8.3.0-1.1 amd64
  GNU C++ compiler for the mipsr6el architecture

g++-multilib-mipsisa64r6-linux-gnuabi64/rolling 4:8.3.0-1.1 amd64
  GNU C++ compiler for the mips64r6 architecture

g++-multilib-mipsisa64r6el-linux-gnuabi64/rolling 4:8.3.0-1.1 amd64
  GNU C++ compiler for the mips64r6el architecture

g++-multilib-powerpc-linux-gnu/rolling 4:8.3.0-2.1 amd64
  GNU C++ compiler for the powerpc architecture

g++-multilib-powerpc64-linux-gnu/rolling 4:8.3.0-2.1 amd64
  GNU C++ compiler for the ppc64 architecture

g++-multilib-s390x-linux-gnu/rolling 4:8.3.0-1 amd64
  GNU C++ compiler for the s390x architecture

g++-multilib-sparc64-linux-gnu/rolling 4:8.3.0-2.1 amd64
  GNU C++ compiler for the sparc64 architecture

g++-multilib-x86-64-linux-gnu/rolling 4:8.3.0-1 i386
  GNU C++ compiler for the amd64 architecture

g++-multilib-x86-64-linux-gnux32/rolling 4:8.3.0-2.1 amd64
  GNU C++ compiler for the x32 architecture

g++-powerpc-linux-gnu/rolling 4:8.3.0-2.1 amd64
  GNU C++ compiler for the powerpc architecture

g++-powerpc-linux-gnuspe/rolling 4:8.3.0-2 amd64
  GNU C++ compiler for the powerpcspe architecture

g++-powerpc64-linux-gnu/rolling 4:8.3.0-2.1 amd64
  GNU C++ compiler for the ppc64 architecture

g++-powerpc64le-linux-gnu/rolling 4:8.3.0-1 amd64
  GNU C++ compiler for the ppc64el architecture

g++-riscv64-linux-gnu/rolling 4:8.3.0-2.1 amd64
  GNU C++ compiler for the riscv64 architecture

g++-s390x-linux-gnu/rolling 4:8.3.0-1 amd64
  GNU C++ compiler for the s390x architecture

g++-sh4-linux-gnu/rolling 4:8.3.0-2.1 amd64
  GNU C++ compiler for the sh4 architecture

g++-sparc64-linux-gnu/rolling 4:8.3.0-2.1 amd64
  GNU C++ compiler for the sparc64 architecture

g++-x86-64-linux-gnu/rolling 4:8.3.0-1 i386
  GNU C++ compiler for the amd64 architecture

g++-x86-64-linux-gnux32/rolling 4:8.3.0-2.1 amd64
  GNU C++ compiler for the x32 architecture

gambas3-gb-v4l/rolling 3.13.0-1 amd64
  Gambas video for Linux component

gamemode/rolling 1.2-6 amd64
  Optimise Linux system performance on demand

gamin/rolling 0.1.10-5+b1 amd64
  File and directory monitoring system

ganglia-modules-linux/rolling 1.3.6-2+b1 amd64
  Ganglia extra modules for Linux (IO, filesystems, multicpu)

ganyremote/rolling,rolling 8.0-1 all
  GTK+ frontend for anyRemote

gcc-6-aarch64-linux-gnu/rolling 6.4.0-16cross1 amd64
  GNU C compiler

gcc-6-aarch64-linux-gnu-base/rolling 6.4.0-16cross1 amd64
  GCC, the GNU Compiler Collection (base package)

gcc-6-alpha-linux-gnu/rolling 6.5.0-1cross1 amd64
  GNU C compiler

gcc-6-alpha-linux-gnu-base/rolling 6.5.0-1cross1 amd64
  GCC, the GNU Compiler Collection (base package)

gcc-6-arm-linux-gnueabi/rolling 6.4.0-16cross1 amd64
  GNU C compiler

gcc-6-arm-linux-gnueabi-base/rolling 6.4.0-16cross1 amd64
  GCC, the GNU Compiler Collection (base package)

gcc-6-arm-linux-gnueabihf/rolling 6.4.0-16cross1 amd64
  GNU C compiler

gcc-6-arm-linux-gnueabihf-base/rolling 6.4.0-16cross1 amd64
  GCC, the GNU Compiler Collection (base package)

gcc-6-hppa-linux-gnu/rolling 6.5.0-1cross1 amd64
  GNU C compiler

gcc-6-hppa-linux-gnu-base/rolling 6.5.0-1cross1 amd64
  GCC, the GNU Compiler Collection (base package)

gcc-6-hppa64-linux-gnu/rolling 6.5.0-1 amd64
  GNU C compiler (cross compiler for hppa64)

gcc-6-i686-linux-gnu/rolling 6.4.0-16cross1 amd64
  GNU C compiler

gcc-6-i686-linux-gnu-base/rolling 6.4.0-16cross1 amd64
  GCC, the GNU Compiler Collection (base package)

gcc-6-m68k-linux-gnu/rolling 6.5.0-1cross1 amd64
  GNU C compiler

gcc-6-m68k-linux-gnu-base/rolling 6.5.0-1cross1 amd64
  GCC, the GNU Compiler Collection (base package)

gcc-6-mips-linux-gnu/rolling 6.4.0-16cross1 amd64
  GNU C compiler

gcc-6-mips-linux-gnu-base/rolling 6.4.0-16cross1 amd64
  GCC, the GNU Compiler Collection (base package)

gcc-6-mips64-linux-gnuabi64/rolling 6.5.0-1cross1 amd64
  GNU C compiler

gcc-6-mips64-linux-gnuabi64-base/rolling 6.5.0-1cross1 amd64
  GCC, the GNU Compiler Collection (base package)

gcc-6-mips64el-linux-gnuabi64/rolling 6.4.0-16cross1 amd64
  GNU C compiler

gcc-6-mips64el-linux-gnuabi64-base/rolling 6.4.0-16cross1 amd64
  GCC, the GNU Compiler Collection (base package)

gcc-6-mipsel-linux-gnu/rolling 6.4.0-16cross1 amd64
  GNU C compiler

gcc-6-mipsel-linux-gnu-base/rolling 6.4.0-16cross1 amd64
  GCC, the GNU Compiler Collection (base package)

gcc-6-multilib-i686-linux-gnu/rolling 6.4.0-16cross1 amd64
  GNU C compiler (multilib support)

gcc-6-multilib-mips-linux-gnu/rolling 6.4.0-16cross1 amd64
  GNU C compiler (multilib support)

gcc-6-multilib-mips64-linux-gnuabi64/rolling 6.5.0-1cross1 amd64
  GNU C compiler (multilib support)

gcc-6-multilib-mips64el-linux-gnuabi64/rolling 6.4.0-16cross1 amd64
  GNU C compiler (multilib support)

gcc-6-multilib-mipsel-linux-gnu/rolling 6.4.0-16cross1 amd64
  GNU C compiler (multilib support)

gcc-6-multilib-powerpc-linux-gnu/rolling 6.5.0-1cross1 amd64
  GNU C compiler (multilib support)

gcc-6-multilib-powerpc64-linux-gnu/rolling 6.5.0-1cross1 amd64
  GNU C compiler (multilib support)

gcc-6-multilib-s390x-linux-gnu/rolling 6.4.0-16cross1 amd64
  GNU C compiler (multilib support)

gcc-6-multilib-sparc64-linux-gnu/rolling 6.5.0-1cross1 amd64
  GNU C compiler (multilib support)

gcc-6-multilib-x86-64-linux-gnu/rolling 6.4.0-16cross1 i386
  GNU C compiler (multilib support)

gcc-6-multilib-x86-64-linux-gnux32/rolling 6.5.0-1cross1 amd64
  GNU C compiler (multilib support)

gcc-6-plugin-dev-aarch64-linux-gnu/rolling 6.4.0-16cross1 amd64
  Files for GNU GCC plugin development.

gcc-6-plugin-dev-alpha-linux-gnu/rolling 6.5.0-1cross1 amd64
  Files for GNU GCC plugin development.

gcc-6-plugin-dev-arm-linux-gnueabi/rolling 6.4.0-16cross1 amd64
  Files for GNU GCC plugin development.

gcc-6-plugin-dev-arm-linux-gnueabihf/rolling 6.4.0-16cross1 amd64
  Files for GNU GCC plugin development.

gcc-6-plugin-dev-hppa-linux-gnu/rolling 6.5.0-1cross1 amd64
  Files for GNU GCC plugin development.

gcc-6-plugin-dev-i686-linux-gnu/rolling 6.4.0-16cross1 amd64
  Files for GNU GCC plugin development.

gcc-6-plugin-dev-m68k-linux-gnu/rolling 6.5.0-1cross1 amd64
  Files for GNU GCC plugin development.

gcc-6-plugin-dev-mips-linux-gnu/rolling 6.4.0-16cross1 amd64
  Files for GNU GCC plugin development.

gcc-6-plugin-dev-mips64-linux-gnuabi64/rolling 6.5.0-1cross1 amd64
  Files for GNU GCC plugin development.

gcc-6-plugin-dev-mips64el-linux-gnuabi64/rolling 6.4.0-16cross1 amd64
  Files for GNU GCC plugin development.

gcc-6-plugin-dev-mipsel-linux-gnu/rolling 6.4.0-16cross1 amd64
  Files for GNU GCC plugin development.

gcc-6-plugin-dev-powerpc-linux-gnu/rolling 6.5.0-1cross1 amd64
  Files for GNU GCC plugin development.

gcc-6-plugin-dev-powerpc-linux-gnuspe/rolling 6.5.0-1cross1 amd64
  Files for GNU GCC plugin development.

gcc-6-plugin-dev-powerpc64-linux-gnu/rolling 6.5.0-1cross1 amd64
  Files for GNU GCC plugin development.

gcc-6-plugin-dev-powerpc64le-linux-gnu/rolling 6.4.0-16cross1 amd64
  Files for GNU GCC plugin development.

gcc-6-plugin-dev-s390x-linux-gnu/rolling 6.4.0-16cross1 amd64
  Files for GNU GCC plugin development.

gcc-6-plugin-dev-sh4-linux-gnu/rolling 6.5.0-1cross1 amd64
  Files for GNU GCC plugin development.

gcc-6-plugin-dev-sparc64-linux-gnu/rolling 6.5.0-1cross1 amd64
  Files for GNU GCC plugin development.

gcc-6-plugin-dev-x86-64-linux-gnu/rolling 6.4.0-16cross1 i386
  Files for GNU GCC plugin development.

gcc-6-plugin-dev-x86-64-linux-gnux32/rolling 6.5.0-1cross1 amd64
  Files for GNU GCC plugin development.

gcc-6-powerpc-linux-gnu/rolling 6.5.0-1cross1 amd64
  GNU C compiler

gcc-6-powerpc-linux-gnu-base/rolling 6.5.0-1cross1 amd64
  GCC, the GNU Compiler Collection (base package)

gcc-6-powerpc-linux-gnuspe/rolling 6.5.0-1cross1 amd64
  GNU C compiler

gcc-6-powerpc-linux-gnuspe-base/rolling 6.5.0-1cross1 amd64
  GCC, the GNU Compiler Collection (base package)

gcc-6-powerpc64-linux-gnu/rolling 6.5.0-1cross1 amd64
  GNU C compiler

gcc-6-powerpc64-linux-gnu-base/rolling 6.5.0-1cross1 amd64
  GCC, the GNU Compiler Collection (base package)

gcc-6-powerpc64le-linux-gnu/rolling 6.4.0-16cross1 amd64
  GNU C compiler

gcc-6-powerpc64le-linux-gnu-base/rolling 6.4.0-16cross1 amd64
  GCC, the GNU Compiler Collection (base package)

gcc-6-s390x-linux-gnu/rolling 6.4.0-16cross1 amd64
  GNU C compiler

gcc-6-s390x-linux-gnu-base/rolling 6.4.0-16cross1 amd64
  GCC, the GNU Compiler Collection (base package)

gcc-6-sh4-linux-gnu/rolling 6.5.0-1cross1 amd64
  GNU C compiler

gcc-6-sh4-linux-gnu-base/rolling 6.5.0-1cross1 amd64
  GCC, the GNU Compiler Collection (base package)

gcc-6-sparc64-linux-gnu/rolling 6.5.0-1cross1 amd64
  GNU C compiler

gcc-6-sparc64-linux-gnu-base/rolling 6.5.0-1cross1 amd64
  GCC, the GNU Compiler Collection (base package)

gcc-6-x86-64-linux-gnu/rolling 6.4.0-16cross1 i386
  GNU C compiler

gcc-6-x86-64-linux-gnu-base/rolling 6.4.0-16cross1 i386
  GCC, the GNU Compiler Collection (base package)

gcc-6-x86-64-linux-gnux32/rolling 6.5.0-1cross1 amd64
  GNU C compiler

gcc-6-x86-64-linux-gnux32-base/rolling 6.5.0-1cross1 amd64
  GCC, the GNU Compiler Collection (base package)

gcc-7-aarch64-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU C compiler

gcc-7-aarch64-linux-gnu-base/rolling 7.4.0-5cross1 amd64
  GCC, the GNU Compiler Collection (base package)

gcc-7-alpha-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU C compiler

gcc-7-alpha-linux-gnu-base/rolling 7.4.0-5cross1 amd64
  GCC, the GNU Compiler Collection (base package)

gcc-7-arm-linux-gnueabi/rolling 7.4.0-5cross1 amd64
  GNU C compiler

gcc-7-arm-linux-gnueabi-base/rolling 7.4.0-5cross1 amd64
  GCC, the GNU Compiler Collection (base package)

gcc-7-arm-linux-gnueabihf/rolling 7.4.0-5cross1 amd64
  GNU C compiler

gcc-7-arm-linux-gnueabihf-base/rolling 7.4.0-5cross1 amd64
  GCC, the GNU Compiler Collection (base package)

gcc-7-hppa-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU C compiler

gcc-7-hppa-linux-gnu-base/rolling 7.4.0-5cross1 amd64
  GCC, the GNU Compiler Collection (base package)

gcc-7-hppa64-linux-gnu/rolling 7.4.0-10 amd64
  GNU C compiler (cross compiler for hppa64)

gcc-7-i686-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU C compiler

gcc-7-i686-linux-gnu-base/rolling 7.4.0-5cross1 amd64
  GCC, the GNU Compiler Collection (base package)

gcc-7-m68k-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU C compiler

gcc-7-m68k-linux-gnu-base/rolling 7.4.0-5cross1 amd64
  GCC, the GNU Compiler Collection (base package)

gcc-7-mips-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU C compiler

gcc-7-mips-linux-gnu-base/rolling 7.4.0-5cross1 amd64
  GCC, the GNU Compiler Collection (base package)

gcc-7-mips64-linux-gnuabi64/rolling 7.4.0-5cross1 amd64
  GNU C compiler

gcc-7-mips64-linux-gnuabi64-base/rolling 7.4.0-5cross1 amd64
  GCC, the GNU Compiler Collection (base package)

gcc-7-mips64el-linux-gnuabi64/rolling 7.4.0-5cross1 amd64
  GNU C compiler

gcc-7-mips64el-linux-gnuabi64-base/rolling 7.4.0-5cross1 amd64
  GCC, the GNU Compiler Collection (base package)

gcc-7-mipsel-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU C compiler

gcc-7-mipsel-linux-gnu-base/rolling 7.4.0-5cross1 amd64
  GCC, the GNU Compiler Collection (base package)

gcc-7-multilib-i686-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU C compiler (multilib support)

gcc-7-multilib-mips-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU C compiler (multilib support)

gcc-7-multilib-mips64-linux-gnuabi64/rolling 7.4.0-5cross1 amd64
  GNU C compiler (multilib support)

gcc-7-multilib-mips64el-linux-gnuabi64/rolling 7.4.0-5cross1 amd64
  GNU C compiler (multilib support)

gcc-7-multilib-mipsel-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU C compiler (multilib support)

gcc-7-multilib-powerpc-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU C compiler (multilib support)

gcc-7-multilib-powerpc64-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU C compiler (multilib support)

gcc-7-multilib-s390x-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU C compiler (multilib support)

gcc-7-multilib-sparc64-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU C compiler (multilib support)

gcc-7-multilib-x86-64-linux-gnu/rolling 7.4.0-5cross1 i386
  GNU C compiler (multilib support)

gcc-7-multilib-x86-64-linux-gnux32/rolling 7.4.0-5cross1 amd64
  GNU C compiler (multilib support)

gcc-7-plugin-dev-aarch64-linux-gnu/rolling 7.4.0-5cross1 amd64
  Files for GNU GCC plugin development.

gcc-7-plugin-dev-alpha-linux-gnu/rolling 7.4.0-5cross1 amd64
  Files for GNU GCC plugin development.

gcc-7-plugin-dev-arm-linux-gnueabi/rolling 7.4.0-5cross1 amd64
  Files for GNU GCC plugin development.

gcc-7-plugin-dev-arm-linux-gnueabihf/rolling 7.4.0-5cross1 amd64
  Files for GNU GCC plugin development.

gcc-7-plugin-dev-hppa-linux-gnu/rolling 7.4.0-5cross1 amd64
  Files for GNU GCC plugin development.

gcc-7-plugin-dev-i686-linux-gnu/rolling 7.4.0-5cross1 amd64
  Files for GNU GCC plugin development.

gcc-7-plugin-dev-m68k-linux-gnu/rolling 7.4.0-5cross1 amd64
  Files for GNU GCC plugin development.

gcc-7-plugin-dev-mips-linux-gnu/rolling 7.4.0-5cross1 amd64
  Files for GNU GCC plugin development.

gcc-7-plugin-dev-mips64-linux-gnuabi64/rolling 7.4.0-5cross1 amd64
  Files for GNU GCC plugin development.

gcc-7-plugin-dev-mips64el-linux-gnuabi64/rolling 7.4.0-5cross1 amd64
  Files for GNU GCC plugin development.

gcc-7-plugin-dev-mipsel-linux-gnu/rolling 7.4.0-5cross1 amd64
  Files for GNU GCC plugin development.

gcc-7-plugin-dev-powerpc-linux-gnu/rolling 7.4.0-5cross1 amd64
  Files for GNU GCC plugin development.

gcc-7-plugin-dev-powerpc-linux-gnuspe/rolling 7.4.0-5cross1 amd64
  Files for GNU GCC plugin development.

gcc-7-plugin-dev-powerpc64-linux-gnu/rolling 7.4.0-5cross1 amd64
  Files for GNU GCC plugin development.

gcc-7-plugin-dev-powerpc64le-linux-gnu/rolling 7.4.0-5cross1 amd64
  Files for GNU GCC plugin development.

gcc-7-plugin-dev-riscv64-linux-gnu/rolling 7.4.0-5cross1 amd64
  Files for GNU GCC plugin development.

gcc-7-plugin-dev-s390x-linux-gnu/rolling 7.4.0-5cross1 amd64
  Files for GNU GCC plugin development.

gcc-7-plugin-dev-sh4-linux-gnu/rolling 7.4.0-5cross1 amd64
  Files for GNU GCC plugin development.

gcc-7-plugin-dev-sparc64-linux-gnu/rolling 7.4.0-5cross1 amd64
  Files for GNU GCC plugin development.

gcc-7-plugin-dev-x86-64-linux-gnu/rolling 7.4.0-5cross1 i386
  Files for GNU GCC plugin development.

gcc-7-plugin-dev-x86-64-linux-gnux32/rolling 7.4.0-5cross1 amd64
  Files for GNU GCC plugin development.

gcc-7-powerpc-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU C compiler

gcc-7-powerpc-linux-gnu-base/rolling 7.4.0-5cross1 amd64
  GCC, the GNU Compiler Collection (base package)

gcc-7-powerpc-linux-gnuspe/rolling 7.4.0-5cross1 amd64
  GNU C compiler

gcc-7-powerpc-linux-gnuspe-base/rolling 7.4.0-5cross1 amd64
  GCC, the GNU Compiler Collection (base package)

gcc-7-powerpc64-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU C compiler

gcc-7-powerpc64-linux-gnu-base/rolling 7.4.0-5cross1 amd64
  GCC, the GNU Compiler Collection (base package)

gcc-7-powerpc64le-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU C compiler

gcc-7-powerpc64le-linux-gnu-base/rolling 7.4.0-5cross1 amd64
  GCC, the GNU Compiler Collection (base package)

gcc-7-riscv64-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU C compiler

gcc-7-riscv64-linux-gnu-base/rolling 7.4.0-5cross1 amd64
  GCC, the GNU Compiler Collection (base package)

gcc-7-s390x-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU C compiler

gcc-7-s390x-linux-gnu-base/rolling 7.4.0-5cross1 amd64
  GCC, the GNU Compiler Collection (base package)

gcc-7-sh4-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU C compiler

gcc-7-sh4-linux-gnu-base/rolling 7.4.0-5cross1 amd64
  GCC, the GNU Compiler Collection (base package)

gcc-7-sparc64-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU C compiler

gcc-7-sparc64-linux-gnu-base/rolling 7.4.0-5cross1 amd64
  GCC, the GNU Compiler Collection (base package)

gcc-7-x86-64-linux-gnu/rolling 7.4.0-5cross1 i386
  GNU C compiler

gcc-7-x86-64-linux-gnu-base/rolling 7.4.0-5cross1 i386
  GCC, the GNU Compiler Collection (base package)

gcc-7-x86-64-linux-gnux32/rolling 7.4.0-5cross1 amd64
  GNU C compiler

gcc-7-x86-64-linux-gnux32-base/rolling 7.4.0-5cross1 amd64
  GCC, the GNU Compiler Collection (base package)

gcc-8-aarch64-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU C compiler (cross compiler for arm64 architecture)

gcc-8-aarch64-linux-gnu-base/rolling 8.3.0-19cross1 amd64
  GCC, the GNU Compiler Collection (base package)

gcc-8-alpha-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU C compiler (cross compiler for alpha architecture)

gcc-8-alpha-linux-gnu-base/rolling 8.3.0-19cross1 amd64
  GCC, the GNU Compiler Collection (base package)

gcc-8-arm-linux-gnueabi/rolling 8.3.0-19cross1 amd64
  GNU C compiler (cross compiler for armel architecture)

gcc-8-arm-linux-gnueabi-base/rolling 8.3.0-19cross1 amd64
  GCC, the GNU Compiler Collection (base package)

gcc-8-arm-linux-gnueabihf/rolling 8.3.0-19cross1 amd64
  GNU C compiler (cross compiler for armhf architecture)

gcc-8-arm-linux-gnueabihf-base/rolling 8.3.0-19cross1 amd64
  GCC, the GNU Compiler Collection (base package)

gcc-8-hppa-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU C compiler (cross compiler for hppa architecture)

gcc-8-hppa-linux-gnu-base/rolling 8.3.0-19cross1 amd64
  GCC, the GNU Compiler Collection (base package)

gcc-8-hppa64-linux-gnu/rolling 8.3.0-19 amd64
  GNU C compiler (cross compiler for hppa64)

gcc-8-i686-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU C compiler (cross compiler for i386 architecture)

gcc-8-i686-linux-gnu-base/rolling 8.3.0-19cross1 amd64
  GCC, the GNU Compiler Collection (base package)

gcc-8-m68k-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU C compiler (cross compiler for m68k architecture)

gcc-8-m68k-linux-gnu-base/rolling 8.3.0-19cross1 amd64
  GCC, the GNU Compiler Collection (base package)

gcc-8-mips-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU C compiler (cross compiler for mips architecture)

gcc-8-mips-linux-gnu-base/rolling 8.3.0-19cross1 amd64
  GCC, the GNU Compiler Collection (base package)

gcc-8-mips64-linux-gnuabi64/rolling 8.3.0-2cross2 amd64
  GNU C compiler

gcc-8-mips64-linux-gnuabi64-base/rolling 8.3.0-2cross2 amd64
  GCC, the GNU Compiler Collection (base package)

gcc-8-mips64el-linux-gnuabi64/rolling 8.3.0-19cross1 amd64
  GNU C compiler (cross compiler for mips64el architecture)

gcc-8-mips64el-linux-gnuabi64-base/rolling 8.3.0-19cross1 amd64
  GCC, the GNU Compiler Collection (base package)

gcc-8-mipsel-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU C compiler (cross compiler for mipsel architecture)

gcc-8-mipsel-linux-gnu-base/rolling 8.3.0-19cross1 amd64
  GCC, the GNU Compiler Collection (base package)

gcc-8-mipsisa32r6-linux-gnu/rolling 8.3.0-2cross2 amd64
  GNU C compiler

gcc-8-mipsisa32r6-linux-gnu-base/rolling 8.3.0-2cross2 amd64
  GCC, the GNU Compiler Collection (base package)

gcc-8-mipsisa32r6el-linux-gnu/rolling 8.3.0-2cross2 amd64
  GNU C compiler

gcc-8-mipsisa32r6el-linux-gnu-base/rolling 8.3.0-2cross2 amd64
  GCC, the GNU Compiler Collection (base package)

gcc-8-mipsisa64r6-linux-gnuabi64/rolling 8.3.0-2cross2 amd64
  GNU C compiler

gcc-8-mipsisa64r6-linux-gnuabi64-base/rolling 8.3.0-2cross2 amd64
  GCC, the GNU Compiler Collection (base package)

gcc-8-mipsisa64r6el-linux-gnuabi64/rolling 8.3.0-2cross2 amd64
  GNU C compiler

gcc-8-mipsisa64r6el-linux-gnuabi64-base/rolling 8.3.0-2cross2 amd64
  GCC, the GNU Compiler Collection (base package)

gcc-8-multilib-i686-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU C compiler (multilib support) (cross compiler for i386 architecture)

gcc-8-multilib-mips-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU C compiler (multilib support) (cross compiler for mips architecture)

gcc-8-multilib-mips64-linux-gnuabi64/rolling 8.3.0-2cross2 amd64
  GNU C compiler (multilib support)

gcc-8-multilib-mips64el-linux-gnuabi64/rolling 8.3.0-19cross1 amd64
  GNU C compiler (multilib support) (cross compiler for mips64el architecture)

gcc-8-multilib-mipsel-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU C compiler (multilib support) (cross compiler for mipsel architecture)

gcc-8-multilib-mipsisa32r6-linux-gnu/rolling 8.3.0-2cross2 amd64
  GNU C compiler (multilib support)

gcc-8-multilib-mipsisa32r6el-linux-gnu/rolling 8.3.0-2cross2 amd64
  GNU C compiler (multilib support)

gcc-8-multilib-mipsisa64r6-linux-gnuabi64/rolling 8.3.0-2cross2 amd64
  GNU C compiler (multilib support)

gcc-8-multilib-mipsisa64r6el-linux-gnuabi64/rolling 8.3.0-2cross2 amd64
  GNU C compiler (multilib support)

gcc-8-multilib-powerpc-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU C compiler (multilib support) (cross compiler for powerpc architecture)

gcc-8-multilib-powerpc64-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU C compiler (multilib support) (cross compiler for ppc64 architecture)

gcc-8-multilib-s390x-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU C compiler (multilib support) (cross compiler for s390x architecture)

gcc-8-multilib-sparc64-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU C compiler (multilib support) (cross compiler for sparc64 architecture)

gcc-8-multilib-x86-64-linux-gnu/rolling 8.3.0-19cross1 i386
  GNU C compiler (multilib support) (cross compiler for amd64 architecture)

gcc-8-multilib-x86-64-linux-gnux32/rolling 8.3.0-19cross1 amd64
  GNU C compiler (multilib support) (cross compiler for x32 architecture)

gcc-8-plugin-dev-aarch64-linux-gnu/rolling 8.3.0-19cross1 amd64
  Files for GNU GCC plugin development.

gcc-8-plugin-dev-alpha-linux-gnu/rolling 8.3.0-19cross1 amd64
  Files for GNU GCC plugin development.

gcc-8-plugin-dev-arm-linux-gnueabi/rolling 8.3.0-19cross1 amd64
  Files for GNU GCC plugin development.

gcc-8-plugin-dev-arm-linux-gnueabihf/rolling 8.3.0-19cross1 amd64
  Files for GNU GCC plugin development.

gcc-8-plugin-dev-hppa-linux-gnu/rolling 8.3.0-19cross1 amd64
  Files for GNU GCC plugin development.

gcc-8-plugin-dev-i686-linux-gnu/rolling 8.3.0-19cross1 amd64
  Files for GNU GCC plugin development.

gcc-8-plugin-dev-m68k-linux-gnu/rolling 8.3.0-19cross1 amd64
  Files for GNU GCC plugin development.

gcc-8-plugin-dev-mips-linux-gnu/rolling 8.3.0-19cross1 amd64
  Files for GNU GCC plugin development.

gcc-8-plugin-dev-mips64-linux-gnuabi64/rolling 8.3.0-2cross2 amd64
  Files for GNU GCC plugin development.

gcc-8-plugin-dev-mips64el-linux-gnuabi64/rolling 8.3.0-19cross1 amd64
  Files for GNU GCC plugin development.

gcc-8-plugin-dev-mipsel-linux-gnu/rolling 8.3.0-19cross1 amd64
  Files for GNU GCC plugin development.

gcc-8-plugin-dev-mipsisa32r6-linux-gnu/rolling 8.3.0-2cross2 amd64
  Files for GNU GCC plugin development.

gcc-8-plugin-dev-mipsisa32r6el-linux-gnu/rolling 8.3.0-2cross2 amd64
  Files for GNU GCC plugin development.

gcc-8-plugin-dev-mipsisa64r6-linux-gnuabi64/rolling 8.3.0-2cross2 amd64
  Files for GNU GCC plugin development.

gcc-8-plugin-dev-mipsisa64r6el-linux-gnuabi64/rolling 8.3.0-2cross2 amd64
  Files for GNU GCC plugin development.

gcc-8-plugin-dev-powerpc-linux-gnu/rolling 8.3.0-19cross1 amd64
  Files for GNU GCC plugin development.

gcc-8-plugin-dev-powerpc-linux-gnuspe/rolling 8.3.0-2cross2 amd64
  Files for GNU GCC plugin development.

gcc-8-plugin-dev-powerpc64-linux-gnu/rolling 8.3.0-19cross1 amd64
  Files for GNU GCC plugin development.

gcc-8-plugin-dev-powerpc64le-linux-gnu/rolling 8.3.0-19cross1 amd64
  Files for GNU GCC plugin development.

gcc-8-plugin-dev-riscv64-linux-gnu/rolling 8.3.0-19cross1 amd64
  Files for GNU GCC plugin development.

gcc-8-plugin-dev-s390x-linux-gnu/rolling 8.3.0-19cross1 amd64
  Files for GNU GCC plugin development.

gcc-8-plugin-dev-sh4-linux-gnu/rolling 8.3.0-19cross1 amd64
  Files for GNU GCC plugin development.

gcc-8-plugin-dev-sparc64-linux-gnu/rolling 8.3.0-19cross1 amd64
  Files for GNU GCC plugin development.

gcc-8-plugin-dev-x86-64-linux-gnu/rolling 8.3.0-19cross1 i386
  Files for GNU GCC plugin development.

gcc-8-plugin-dev-x86-64-linux-gnux32/rolling 8.3.0-19cross1 amd64
  Files for GNU GCC plugin development.

gcc-8-powerpc-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU C compiler (cross compiler for powerpc architecture)

gcc-8-powerpc-linux-gnu-base/rolling 8.3.0-19cross1 amd64
  GCC, the GNU Compiler Collection (base package)

gcc-8-powerpc-linux-gnuspe/rolling 8.3.0-2cross2 amd64
  GNU C compiler

gcc-8-powerpc-linux-gnuspe-base/rolling 8.3.0-2cross2 amd64
  GCC, the GNU Compiler Collection (base package)

gcc-8-powerpc64-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU C compiler (cross compiler for ppc64 architecture)

gcc-8-powerpc64-linux-gnu-base/rolling 8.3.0-19cross1 amd64
  GCC, the GNU Compiler Collection (base package)

gcc-8-powerpc64le-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU C compiler (cross compiler for ppc64el architecture)

gcc-8-powerpc64le-linux-gnu-base/rolling 8.3.0-19cross1 amd64
  GCC, the GNU Compiler Collection (base package)

gcc-8-riscv64-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU C compiler (cross compiler for riscv64 architecture)

gcc-8-riscv64-linux-gnu-base/rolling 8.3.0-19cross1 amd64
  GCC, the GNU Compiler Collection (base package)

gcc-8-s390x-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU C compiler (cross compiler for s390x architecture)

gcc-8-s390x-linux-gnu-base/rolling 8.3.0-19cross1 amd64
  GCC, the GNU Compiler Collection (base package)

gcc-8-sh4-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU C compiler (cross compiler for sh4 architecture)

gcc-8-sh4-linux-gnu-base/rolling 8.3.0-19cross1 amd64
  GCC, the GNU Compiler Collection (base package)

gcc-8-sparc64-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU C compiler (cross compiler for sparc64 architecture)

gcc-8-sparc64-linux-gnu-base/rolling 8.3.0-19cross1 amd64
  GCC, the GNU Compiler Collection (base package)

gcc-8-x86-64-linux-gnu/rolling 8.3.0-19cross1 i386
  GNU C compiler (cross compiler for amd64 architecture)

gcc-8-x86-64-linux-gnu-base/rolling 8.3.0-19cross1 i386
  GCC, the GNU Compiler Collection (base package)

gcc-8-x86-64-linux-gnux32/rolling 8.3.0-19cross1 amd64
  GNU C compiler (cross compiler for x32 architecture)

gcc-8-x86-64-linux-gnux32-base/rolling 8.3.0-19cross1 amd64
  GCC, the GNU Compiler Collection (base package)

gcc-9-aarch64-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU C compiler (cross compiler for arm64 architecture)

gcc-9-aarch64-linux-gnu-base/rolling 9.1.0-8cross1 amd64
  GCC, the GNU Compiler Collection (base package)

gcc-9-alpha-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU C compiler (cross compiler for alpha architecture)

gcc-9-alpha-linux-gnu-base/rolling 9.1.0-8cross1 amd64
  GCC, the GNU Compiler Collection (base package)

gcc-9-arm-linux-gnueabi/rolling 9.1.0-8cross1 amd64
  GNU C compiler (cross compiler for armel architecture)

gcc-9-arm-linux-gnueabi-base/rolling 9.1.0-8cross1 amd64
  GCC, the GNU Compiler Collection (base package)

gcc-9-arm-linux-gnueabihf/rolling 9.1.0-8cross1 amd64
  GNU C compiler (cross compiler for armhf architecture)

gcc-9-arm-linux-gnueabihf-base/rolling 9.1.0-8cross1 amd64
  GCC, the GNU Compiler Collection (base package)

gcc-9-hppa-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU C compiler (cross compiler for hppa architecture)

gcc-9-hppa-linux-gnu-base/rolling 9.1.0-8cross1 amd64
  GCC, the GNU Compiler Collection (base package)

gcc-9-hppa64-linux-gnu/rolling 9.1.0-10 amd64
  GNU C compiler (cross compiler for hppa64)

gcc-9-i686-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU C compiler (cross compiler for i386 architecture)

gcc-9-i686-linux-gnu-base/rolling 9.1.0-8cross1 amd64
  GCC, the GNU Compiler Collection (base package)

gcc-9-m68k-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU C compiler (cross compiler for m68k architecture)

gcc-9-m68k-linux-gnu-base/rolling 9.1.0-8cross1 amd64
  GCC, the GNU Compiler Collection (base package)

gcc-9-mips-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU C compiler (cross compiler for mips architecture)

gcc-9-mips-linux-gnu-base/rolling 9.1.0-8cross1 amd64
  GCC, the GNU Compiler Collection (base package)

gcc-9-mips64el-linux-gnuabi64/rolling 9.1.0-8cross1 amd64
  GNU C compiler (cross compiler for mips64el architecture)

gcc-9-mips64el-linux-gnuabi64-base/rolling 9.1.0-8cross1 amd64
  GCC, the GNU Compiler Collection (base package)

gcc-9-mipsel-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU C compiler (cross compiler for mipsel architecture)

gcc-9-mipsel-linux-gnu-base/rolling 9.1.0-8cross1 amd64
  GCC, the GNU Compiler Collection (base package)

gcc-9-multilib-i686-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU C compiler (multilib support) (cross compiler for i386 architecture)

gcc-9-multilib-mips-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU C compiler (multilib support) (cross compiler for mips architecture)

gcc-9-multilib-mips64el-linux-gnuabi64/rolling 9.1.0-8cross1 amd64
  GNU C compiler (multilib support) (cross compiler for mips64el architecture)

gcc-9-multilib-mipsel-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU C compiler (multilib support) (cross compiler for mipsel architecture)

gcc-9-multilib-powerpc-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU C compiler (multilib support) (cross compiler for powerpc architecture)

gcc-9-multilib-powerpc64-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU C compiler (multilib support) (cross compiler for ppc64 architecture)

gcc-9-multilib-s390x-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU C compiler (multilib support) (cross compiler for s390x architecture)

gcc-9-multilib-sparc64-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU C compiler (multilib support) (cross compiler for sparc64 architecture)

gcc-9-multilib-x86-64-linux-gnu/rolling 9.1.0-8cross1 i386
  GNU C compiler (multilib support) (cross compiler for amd64 architecture)

gcc-9-multilib-x86-64-linux-gnux32/rolling 9.1.0-8cross1 amd64
  GNU C compiler (multilib support) (cross compiler for x32 architecture)

gcc-9-plugin-dev-aarch64-linux-gnu/rolling 9.1.0-8cross1 amd64
  Files for GNU GCC plugin development.

gcc-9-plugin-dev-alpha-linux-gnu/rolling 9.1.0-8cross1 amd64
  Files for GNU GCC plugin development.

gcc-9-plugin-dev-arm-linux-gnueabi/rolling 9.1.0-8cross1 amd64
  Files for GNU GCC plugin development.

gcc-9-plugin-dev-arm-linux-gnueabihf/rolling 9.1.0-8cross1 amd64
  Files for GNU GCC plugin development.

gcc-9-plugin-dev-hppa-linux-gnu/rolling 9.1.0-8cross1 amd64
  Files for GNU GCC plugin development.

gcc-9-plugin-dev-i686-linux-gnu/rolling 9.1.0-8cross1 amd64
  Files for GNU GCC plugin development.

gcc-9-plugin-dev-m68k-linux-gnu/rolling 9.1.0-8cross1 amd64
  Files for GNU GCC plugin development.

gcc-9-plugin-dev-mips-linux-gnu/rolling 9.1.0-8cross1 amd64
  Files for GNU GCC plugin development.

gcc-9-plugin-dev-mips64el-linux-gnuabi64/rolling 9.1.0-8cross1 amd64
  Files for GNU GCC plugin development.

gcc-9-plugin-dev-mipsel-linux-gnu/rolling 9.1.0-8cross1 amd64
  Files for GNU GCC plugin development.

gcc-9-plugin-dev-powerpc-linux-gnu/rolling 9.1.0-8cross1 amd64
  Files for GNU GCC plugin development.

gcc-9-plugin-dev-powerpc64-linux-gnu/rolling 9.1.0-8cross1 amd64
  Files for GNU GCC plugin development.

gcc-9-plugin-dev-powerpc64le-linux-gnu/rolling 9.1.0-8cross1 amd64
  Files for GNU GCC plugin development.

gcc-9-plugin-dev-riscv64-linux-gnu/rolling 9.1.0-8cross1 amd64
  Files for GNU GCC plugin development.

gcc-9-plugin-dev-s390x-linux-gnu/rolling 9.1.0-8cross1 amd64
  Files for GNU GCC plugin development.

gcc-9-plugin-dev-sh4-linux-gnu/rolling 9.1.0-8cross1 amd64
  Files for GNU GCC plugin development.

gcc-9-plugin-dev-sparc64-linux-gnu/rolling 9.1.0-8cross1 amd64
  Files for GNU GCC plugin development.

gcc-9-plugin-dev-x86-64-linux-gnu/rolling 9.1.0-8cross1 i386
  Files for GNU GCC plugin development.

gcc-9-plugin-dev-x86-64-linux-gnux32/rolling 9.1.0-8cross1 amd64
  Files for GNU GCC plugin development.

gcc-9-powerpc-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU C compiler (cross compiler for powerpc architecture)

gcc-9-powerpc-linux-gnu-base/rolling 9.1.0-8cross1 amd64
  GCC, the GNU Compiler Collection (base package)

gcc-9-powerpc64-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU C compiler (cross compiler for ppc64 architecture)

gcc-9-powerpc64-linux-gnu-base/rolling 9.1.0-8cross1 amd64
  GCC, the GNU Compiler Collection (base package)

gcc-9-powerpc64le-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU C compiler (cross compiler for ppc64el architecture)

gcc-9-powerpc64le-linux-gnu-base/rolling 9.1.0-8cross1 amd64
  GCC, the GNU Compiler Collection (base package)

gcc-9-riscv64-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU C compiler (cross compiler for riscv64 architecture)

gcc-9-riscv64-linux-gnu-base/rolling 9.1.0-8cross1 amd64
  GCC, the GNU Compiler Collection (base package)

gcc-9-s390x-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU C compiler (cross compiler for s390x architecture)

gcc-9-s390x-linux-gnu-base/rolling 9.1.0-8cross1 amd64
  GCC, the GNU Compiler Collection (base package)

gcc-9-sh4-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU C compiler (cross compiler for sh4 architecture)

gcc-9-sh4-linux-gnu-base/rolling 9.1.0-8cross1 amd64
  GCC, the GNU Compiler Collection (base package)

gcc-9-sparc64-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU C compiler (cross compiler for sparc64 architecture)

gcc-9-sparc64-linux-gnu-base/rolling 9.1.0-8cross1 amd64
  GCC, the GNU Compiler Collection (base package)

gcc-9-x86-64-linux-gnu/rolling 9.1.0-8cross1 i386
  GNU C compiler (cross compiler for amd64 architecture)

gcc-9-x86-64-linux-gnu-base/rolling 9.1.0-8cross1 i386
  GCC, the GNU Compiler Collection (base package)

gcc-9-x86-64-linux-gnux32/rolling 9.1.0-8cross1 amd64
  GNU C compiler (cross compiler for x32 architecture)

gcc-9-x86-64-linux-gnux32-base/rolling 9.1.0-8cross1 amd64
  GCC, the GNU Compiler Collection (base package)

gcc-aarch64-linux-gnu/rolling 4:8.3.0-1 amd64
  GNU C compiler for the arm64 architecture

gcc-alpha-linux-gnu/rolling 4:8.3.0-2.1 amd64
  GNU C compiler for the alpha architecture

gcc-arm-linux-gnueabi/rolling 4:8.3.0-1 amd64
  GNU C compiler for the armel architecture

gcc-arm-linux-gnueabihf/rolling 4:8.3.0-1 amd64
  GNU C compiler for the armhf architecture

gcc-hppa-linux-gnu/rolling 4:8.3.0-2.1 amd64
  GNU C compiler for the hppa architecture

gcc-hppa64-linux-gnu/rolling 4:8.3.0-1 amd64
  GNU C compiler (cross compiler for hppa64-linux-gnu)

gcc-i686-linux-gnu/rolling 4:8.3.0-1 amd64
  GNU C compiler for the i386 architecture

gcc-m68k-linux-gnu/rolling 4:8.3.0-2.1 amd64
  GNU C compiler for the m68k architecture

gcc-mips-linux-gnu/rolling 4:8.3.0-1 amd64
  GNU C compiler for the mips architecture

gcc-mips64-linux-gnuabi64/rolling 4:8.3.0-1.1 amd64
  GNU C compiler for the mips64 architecture

gcc-mips64el-linux-gnuabi64/rolling 4:8.3.0-1 amd64
  GNU C compiler for the mips64el architecture

gcc-mipsel-linux-gnu/rolling 4:8.3.0-1 amd64
  GNU C compiler for the mipsel architecture

gcc-mipsisa32r6-linux-gnu/rolling 4:8.3.0-1.1 amd64
  GNU C compiler for the mipsr6 architecture

gcc-mipsisa32r6el-linux-gnu/rolling 4:8.3.0-1.1 amd64
  GNU C compiler for the mipsr6el architecture

gcc-mipsisa64r6-linux-gnuabi64/rolling 4:8.3.0-1.1 amd64
  GNU C compiler for the mips64r6 architecture

gcc-mipsisa64r6el-linux-gnuabi64/rolling 4:8.3.0-1.1 amd64
  GNU C compiler for the mips64r6el architecture

gcc-multilib-i686-linux-gnu/rolling 4:8.3.0-1 amd64
  GNU C compiler for the i386 architecture

gcc-multilib-mips-linux-gnu/rolling 4:8.3.0-1 amd64
  GNU C compiler for the mips architecture

gcc-multilib-mips64-linux-gnuabi64/rolling 4:8.3.0-1.1 amd64
  GNU C compiler for the mips64 architecture

gcc-multilib-mips64el-linux-gnuabi64/rolling 4:8.3.0-1 amd64
  GNU C compiler for the mips64el architecture

gcc-multilib-mipsel-linux-gnu/rolling 4:8.3.0-1 amd64
  GNU C compiler for the mipsel architecture

gcc-multilib-mipsisa32r6-linux-gnu/rolling 4:8.3.0-1.1 amd64
  GNU C compiler for the mipsr6 architecture

gcc-multilib-mipsisa32r6el-linux-gnu/rolling 4:8.3.0-1.1 amd64
  GNU C compiler for the mipsr6el architecture

gcc-multilib-mipsisa64r6-linux-gnuabi64/rolling 4:8.3.0-1.1 amd64
  GNU C compiler for the mips64r6 architecture

gcc-multilib-mipsisa64r6el-linux-gnuabi64/rolling 4:8.3.0-1.1 amd64
  GNU C compiler for the mips64r6el architecture

gcc-multilib-powerpc-linux-gnu/rolling 4:8.3.0-2.1 amd64
  GNU C compiler for the powerpc architecture

gcc-multilib-powerpc64-linux-gnu/rolling 4:8.3.0-2.1 amd64
  GNU C compiler for the ppc64 architecture

gcc-multilib-s390x-linux-gnu/rolling 4:8.3.0-1 amd64
  GNU C compiler for the s390x architecture

gcc-multilib-sparc64-linux-gnu/rolling 4:8.3.0-2.1 amd64
  GNU C compiler for the sparc64 architecture

gcc-multilib-x86-64-linux-gnu/rolling 4:8.3.0-1 i386
  GNU C compiler for the amd64 architecture

gcc-multilib-x86-64-linux-gnux32/rolling 4:8.3.0-2.1 amd64
  GNU C compiler for the x32 architecture

gcc-powerpc-linux-gnu/rolling 4:8.3.0-2.1 amd64
  GNU C compiler for the powerpc architecture

gcc-powerpc-linux-gnuspe/rolling 4:8.3.0-2 amd64
  GNU C compiler for the powerpcspe architecture

gcc-powerpc64-linux-gnu/rolling 4:8.3.0-2.1 amd64
  GNU C compiler for the ppc64 architecture

gcc-powerpc64le-linux-gnu/rolling 4:8.3.0-1 amd64
  GNU C compiler for the ppc64el architecture

gcc-riscv64-linux-gnu/rolling 4:8.3.0-2.1 amd64
  GNU C compiler for the riscv64 architecture

gcc-s390x-linux-gnu/rolling 4:8.3.0-1 amd64
  GNU C compiler for the s390x architecture

gcc-sh4-linux-gnu/rolling 4:8.3.0-2.1 amd64
  GNU C compiler for the sh4 architecture

gcc-sparc64-linux-gnu/rolling 4:8.3.0-2.1 amd64
  GNU C compiler for the sparc64 architecture

gcc-x86-64-linux-gnu/rolling 4:8.3.0-1 i386
  GNU C compiler for the amd64 architecture

gcc-x86-64-linux-gnux32/rolling 4:8.3.0-2.1 amd64
  GNU C compiler for the x32 architecture

gccbrig-7-i686-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU BRIG (HSA IL) frontend

gccbrig-7-x86-64-linux-gnu/rolling 7.4.0-5cross1 i386
  GNU BRIG (HSA IL) frontend

gccbrig-7-x86-64-linux-gnux32/rolling 7.4.0-5cross1 amd64
  GNU BRIG (HSA IL) frontend

gccbrig-8-i686-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU BRIG (HSA IL) frontend

gccbrig-8-x86-64-linux-gnu/rolling 8.3.0-19cross1 i386
  GNU BRIG (HSA IL) frontend

gccbrig-8-x86-64-linux-gnux32/rolling 8.3.0-19cross1 amd64
  GNU BRIG (HSA IL) frontend

gccbrig-9-i686-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU BRIG (HSA IL) frontend

gccbrig-9-x86-64-linux-gnu/rolling 9.1.0-8cross1 i386
  GNU BRIG (HSA IL) frontend

gccbrig-9-x86-64-linux-gnux32/rolling 9.1.0-8cross1 amd64
  GNU BRIG (HSA IL) frontend

gccgo-6-aarch64-linux-gnu/rolling 6.4.0-16cross1 amd64
  GNU Go compiler

gccgo-6-alpha-linux-gnu/rolling 6.5.0-1cross1 amd64
  GNU Go compiler

gccgo-6-arm-linux-gnueabi/rolling 6.4.0-16cross1 amd64
  GNU Go compiler

gccgo-6-arm-linux-gnueabihf/rolling 6.4.0-16cross1 amd64
  GNU Go compiler

gccgo-6-i686-linux-gnu/rolling 6.4.0-16cross1 amd64
  GNU Go compiler

gccgo-6-m68k-linux-gnu/rolling 6.5.0-1cross1 amd64
  GNU Go compiler

gccgo-6-mips-linux-gnu/rolling 6.4.0-16cross1 amd64
  GNU Go compiler

gccgo-6-mips64-linux-gnuabi64/rolling 6.5.0-1cross1 amd64
  GNU Go compiler

gccgo-6-mips64el-linux-gnuabi64/rolling 6.4.0-16cross1 amd64
  GNU Go compiler

gccgo-6-mipsel-linux-gnu/rolling 6.4.0-16cross1 amd64
  GNU Go compiler

gccgo-6-multilib-i686-linux-gnu/rolling 6.4.0-16cross1 amd64
  GNU Go compiler (multilib support)

gccgo-6-multilib-mips-linux-gnu/rolling 6.4.0-16cross1 amd64
  GNU Go compiler (multilib support)

gccgo-6-multilib-mips64-linux-gnuabi64/rolling 6.5.0-1cross1 amd64
  GNU Go compiler (multilib support)

gccgo-6-multilib-mips64el-linux-gnuabi64/rolling 6.4.0-16cross1 amd64
  GNU Go compiler (multilib support)

gccgo-6-multilib-mipsel-linux-gnu/rolling 6.4.0-16cross1 amd64
  GNU Go compiler (multilib support)

gccgo-6-multilib-powerpc-linux-gnu/rolling 6.5.0-1cross1 amd64
  GNU Go compiler (multilib support)

gccgo-6-multilib-powerpc64-linux-gnu/rolling 6.5.0-1cross1 amd64
  GNU Go compiler (multilib support)

gccgo-6-multilib-s390x-linux-gnu/rolling 6.4.0-16cross1 amd64
  GNU Go compiler (multilib support)

gccgo-6-multilib-sparc64-linux-gnu/rolling 6.5.0-1cross1 amd64
  GNU Go compiler (multilib support)

gccgo-6-multilib-x86-64-linux-gnu/rolling 6.4.0-16cross1 i386
  GNU Go compiler (multilib support)

gccgo-6-multilib-x86-64-linux-gnux32/rolling 6.5.0-1cross1 amd64
  GNU Go compiler (multilib support)

gccgo-6-powerpc-linux-gnu/rolling 6.5.0-1cross1 amd64
  GNU Go compiler

gccgo-6-powerpc-linux-gnuspe/rolling 6.5.0-1cross1 amd64
  GNU Go compiler

gccgo-6-powerpc64-linux-gnu/rolling 6.5.0-1cross1 amd64
  GNU Go compiler

gccgo-6-powerpc64le-linux-gnu/rolling 6.4.0-16cross1 amd64
  GNU Go compiler

gccgo-6-s390x-linux-gnu/rolling 6.4.0-16cross1 amd64
  GNU Go compiler

gccgo-6-sparc64-linux-gnu/rolling 6.5.0-1cross1 amd64
  GNU Go compiler

gccgo-6-x86-64-linux-gnu/rolling 6.4.0-16cross1 i386
  GNU Go compiler

gccgo-6-x86-64-linux-gnux32/rolling 6.5.0-1cross1 amd64
  GNU Go compiler

gccgo-7-aarch64-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU Go compiler

gccgo-7-alpha-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU Go compiler

gccgo-7-arm-linux-gnueabi/rolling 7.4.0-5cross1 amd64
  GNU Go compiler

gccgo-7-arm-linux-gnueabihf/rolling 7.4.0-5cross1 amd64
  GNU Go compiler

gccgo-7-i686-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU Go compiler

gccgo-7-m68k-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU Go compiler

gccgo-7-mips-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU Go compiler

gccgo-7-mips64-linux-gnuabi64/rolling 7.4.0-5cross1 amd64
  GNU Go compiler

gccgo-7-mips64el-linux-gnuabi64/rolling 7.4.0-5cross1 amd64
  GNU Go compiler

gccgo-7-mipsel-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU Go compiler

gccgo-7-multilib-i686-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU Go compiler (multilib support)

gccgo-7-multilib-mips-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU Go compiler (multilib support)

gccgo-7-multilib-mips64-linux-gnuabi64/rolling 7.4.0-5cross1 amd64
  GNU Go compiler (multilib support)

gccgo-7-multilib-mips64el-linux-gnuabi64/rolling 7.4.0-5cross1 amd64
  GNU Go compiler (multilib support)

gccgo-7-multilib-mipsel-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU Go compiler (multilib support)

gccgo-7-multilib-powerpc-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU Go compiler (multilib support)

gccgo-7-multilib-powerpc64-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU Go compiler (multilib support)

gccgo-7-multilib-s390x-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU Go compiler (multilib support)

gccgo-7-multilib-sparc64-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU Go compiler (multilib support)

gccgo-7-multilib-x86-64-linux-gnu/rolling 7.4.0-5cross1 i386
  GNU Go compiler (multilib support)

gccgo-7-multilib-x86-64-linux-gnux32/rolling 7.4.0-5cross1 amd64
  GNU Go compiler (multilib support)

gccgo-7-powerpc-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU Go compiler

gccgo-7-powerpc-linux-gnuspe/rolling 7.4.0-5cross1 amd64
  GNU Go compiler

gccgo-7-powerpc64-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU Go compiler

gccgo-7-powerpc64le-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU Go compiler

gccgo-7-s390x-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU Go compiler

gccgo-7-sparc64-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU Go compiler

gccgo-7-x86-64-linux-gnu/rolling 7.4.0-5cross1 i386
  GNU Go compiler

gccgo-7-x86-64-linux-gnux32/rolling 7.4.0-5cross1 amd64
  GNU Go compiler

gccgo-8-aarch64-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU Go compiler

gccgo-8-alpha-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU Go compiler

gccgo-8-arm-linux-gnueabi/rolling 8.3.0-19cross1 amd64
  GNU Go compiler

gccgo-8-arm-linux-gnueabihf/rolling 8.3.0-19cross1 amd64
  GNU Go compiler

gccgo-8-i686-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU Go compiler

gccgo-8-mips-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU Go compiler

gccgo-8-mips64-linux-gnuabi64/rolling 8.3.0-2cross2 amd64
  GNU Go compiler

gccgo-8-mips64el-linux-gnuabi64/rolling 8.3.0-19cross1 amd64
  GNU Go compiler

gccgo-8-mipsel-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU Go compiler

gccgo-8-mipsisa32r6-linux-gnu/rolling 8.3.0-2cross2 amd64
  GNU Go compiler

gccgo-8-mipsisa32r6el-linux-gnu/rolling 8.3.0-2cross2 amd64
  GNU Go compiler

gccgo-8-mipsisa64r6-linux-gnuabi64/rolling 8.3.0-2cross2 amd64
  GNU Go compiler

gccgo-8-mipsisa64r6el-linux-gnuabi64/rolling 8.3.0-2cross2 amd64
  GNU Go compiler

gccgo-8-multilib-i686-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU Go compiler (multilib support) (cross compiler for i386 architecture)

gccgo-8-multilib-mips-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU Go compiler (multilib support) (cross compiler for mips architecture)

gccgo-8-multilib-mips64-linux-gnuabi64/rolling 8.3.0-2cross2 amd64
  GNU Go compiler (multilib support)

gccgo-8-multilib-mips64el-linux-gnuabi64/rolling 8.3.0-19cross1 amd64
  GNU Go compiler (multilib support) (cross compiler for mips64el architecture)

gccgo-8-multilib-mipsel-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU Go compiler (multilib support) (cross compiler for mipsel architecture)

gccgo-8-multilib-mipsisa32r6-linux-gnu/rolling 8.3.0-2cross2 amd64
  GNU Go compiler (multilib support)

gccgo-8-multilib-mipsisa32r6el-linux-gnu/rolling 8.3.0-2cross2 amd64
  GNU Go compiler (multilib support)

gccgo-8-multilib-mipsisa64r6-linux-gnuabi64/rolling 8.3.0-2cross2 amd64
  GNU Go compiler (multilib support)

gccgo-8-multilib-mipsisa64r6el-linux-gnuabi64/rolling 8.3.0-2cross2 amd64
  GNU Go compiler (multilib support)

gccgo-8-multilib-powerpc-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU Go compiler (multilib support) (cross compiler for powerpc architecture)

gccgo-8-multilib-powerpc64-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU Go compiler (multilib support) (cross compiler for ppc64 architecture)

gccgo-8-multilib-s390x-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU Go compiler (multilib support) (cross compiler for s390x architecture)

gccgo-8-multilib-sparc64-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU Go compiler (multilib support) (cross compiler for sparc64 architecture)

gccgo-8-multilib-x86-64-linux-gnu/rolling 8.3.0-19cross1 i386
  GNU Go compiler (multilib support) (cross compiler for amd64 architecture)

gccgo-8-multilib-x86-64-linux-gnux32/rolling 8.3.0-19cross1 amd64
  GNU Go compiler (multilib support) (cross compiler for x32 architecture)

gccgo-8-powerpc-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU Go compiler

gccgo-8-powerpc-linux-gnuspe/rolling 8.3.0-2cross2 amd64
  GNU Go compiler

gccgo-8-powerpc64-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU Go compiler

gccgo-8-powerpc64le-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU Go compiler

gccgo-8-riscv64-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU Go compiler

gccgo-8-s390x-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU Go compiler

gccgo-8-sparc64-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU Go compiler

gccgo-8-x86-64-linux-gnu/rolling 8.3.0-19cross1 i386
  GNU Go compiler

gccgo-8-x86-64-linux-gnux32/rolling 8.3.0-19cross1 amd64
  GNU Go compiler

gccgo-9-aarch64-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU Go compiler

gccgo-9-alpha-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU Go compiler

gccgo-9-arm-linux-gnueabi/rolling 9.1.0-8cross1 amd64
  GNU Go compiler

gccgo-9-arm-linux-gnueabihf/rolling 9.1.0-8cross1 amd64
  GNU Go compiler

gccgo-9-i686-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU Go compiler

gccgo-9-mips-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU Go compiler

gccgo-9-mips64el-linux-gnuabi64/rolling 9.1.0-8cross1 amd64
  GNU Go compiler

gccgo-9-mipsel-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU Go compiler

gccgo-9-multilib-i686-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU Go compiler (multilib support) (cross compiler for i386 architecture)

gccgo-9-multilib-mips-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU Go compiler (multilib support) (cross compiler for mips architecture)

gccgo-9-multilib-mips64el-linux-gnuabi64/rolling 9.1.0-8cross1 amd64
  GNU Go compiler (multilib support) (cross compiler for mips64el architecture)

gccgo-9-multilib-mipsel-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU Go compiler (multilib support) (cross compiler for mipsel architecture)

gccgo-9-multilib-powerpc-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU Go compiler (multilib support) (cross compiler for powerpc architecture)

gccgo-9-multilib-powerpc64-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU Go compiler (multilib support) (cross compiler for ppc64 architecture)

gccgo-9-multilib-s390x-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU Go compiler (multilib support) (cross compiler for s390x architecture)

gccgo-9-multilib-sparc64-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU Go compiler (multilib support) (cross compiler for sparc64 architecture)

gccgo-9-multilib-x86-64-linux-gnu/rolling 9.1.0-8cross1 i386
  GNU Go compiler (multilib support) (cross compiler for amd64 architecture)

gccgo-9-multilib-x86-64-linux-gnux32/rolling 9.1.0-8cross1 amd64
  GNU Go compiler (multilib support) (cross compiler for x32 architecture)

gccgo-9-powerpc-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU Go compiler

gccgo-9-powerpc64-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU Go compiler

gccgo-9-powerpc64le-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU Go compiler

gccgo-9-riscv64-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU Go compiler

gccgo-9-s390x-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU Go compiler

gccgo-9-sh4-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU Go compiler

gccgo-9-sparc64-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU Go compiler

gccgo-9-x86-64-linux-gnu/rolling 9.1.0-8cross1 i386
  GNU Go compiler

gccgo-9-x86-64-linux-gnux32/rolling 9.1.0-8cross1 amd64
  GNU Go compiler

gccgo-aarch64-linux-gnu/rolling 4:8.3.0-1 amd64
  Go compiler (based on GCC) for the arm64 architecture

gccgo-alpha-linux-gnu/rolling 4:8.3.0-2.1 amd64
  Go compiler (based on GCC) for the alpha architecture

gccgo-arm-linux-gnueabi/rolling 4:8.3.0-1 amd64
  Go compiler (based on GCC) for the armel architecture

gccgo-arm-linux-gnueabihf/rolling 4:8.3.0-1 amd64
  Go compiler (based on GCC) for the armhf architecture

gccgo-i686-linux-gnu/rolling 4:8.3.0-1 amd64
  Go compiler (based on GCC) for the i386 architecture

gccgo-mips-linux-gnu/rolling 4:8.3.0-1 amd64
  Go compiler (based on GCC) for the mips architecture

gccgo-mips64-linux-gnuabi64/rolling 4:8.3.0-1.1 amd64
  Go compiler (based on GCC) for the mips64 architecture

gccgo-mips64el-linux-gnuabi64/rolling 4:8.3.0-1 amd64
  Go compiler (based on GCC) for the mips64el architecture

gccgo-mipsel-linux-gnu/rolling 4:8.3.0-1 amd64
  Go compiler (based on GCC) for the mipsel architecture

gccgo-mipsisa32r6-linux-gnu/rolling 4:8.3.0-1.1 amd64
  Go compiler (based on GCC) for the mipsr6 architecture

gccgo-mipsisa32r6el-linux-gnu/rolling 4:8.3.0-1.1 amd64
  Go compiler (based on GCC) for the mipsr6el architecture

gccgo-mipsisa64r6-linux-gnuabi64/rolling 4:8.3.0-1.1 amd64
  Go compiler (based on GCC) for the mips64r6 architecture

gccgo-mipsisa64r6el-linux-gnuabi64/rolling 4:8.3.0-1.1 amd64
  Go compiler (based on GCC) for the mips64r6el architecture

gccgo-multilib-i686-linux-gnu/rolling 4:8.3.0-1 amd64
  Go compiler (based on GCC) for the i386 architecture

gccgo-multilib-mips-linux-gnu/rolling 4:8.3.0-1 amd64
  Go compiler (based on GCC) for the mips architecture

gccgo-multilib-mips64-linux-gnuabi64/rolling 4:8.3.0-1.1 amd64
  Go compiler (based on GCC) for the mips64 architecture

gccgo-multilib-mips64el-linux-gnuabi64/rolling 4:8.3.0-1 amd64
  Go compiler (based on GCC) for the mips64el architecture

gccgo-multilib-mipsel-linux-gnu/rolling 4:8.3.0-1 amd64
  Go compiler (based on GCC) for the mipsel architecture

gccgo-multilib-mipsisa32r6-linux-gnu/rolling 4:8.3.0-1.1 amd64
  Go compiler (based on GCC) for the mipsr6 architecture

gccgo-multilib-mipsisa32r6el-linux-gnu/rolling 4:8.3.0-1.1 amd64
  Go compiler (based on GCC) for the mipsr6el architecture

gccgo-multilib-mipsisa64r6-linux-gnuabi64/rolling 4:8.3.0-1.1 amd64
  Go compiler (based on GCC) for the mips64r6 architecture

gccgo-multilib-mipsisa64r6el-linux-gnuabi64/rolling 4:8.3.0-1.1 amd64
  Go compiler (based on GCC) for the mips64r6el architecture

gccgo-multilib-powerpc-linux-gnu/rolling 4:8.3.0-2.1 amd64
  Go compiler (based on GCC) for the powerpc architecture

gccgo-multilib-powerpc64-linux-gnu/rolling 4:8.3.0-2.1 amd64
  Go compiler (based on GCC) for the ppc64 architecture

gccgo-multilib-s390x-linux-gnu/rolling 4:8.3.0-1 amd64
  Go compiler (based on GCC) for the s390x architecture

gccgo-multilib-sparc64-linux-gnu/rolling 4:8.3.0-2.1 amd64
  Go compiler (based on GCC) for the sparc64 architecture

gccgo-multilib-x86-64-linux-gnu/rolling 4:8.3.0-1 i386
  Go compiler (based on GCC) for the amd64 architecture

gccgo-multilib-x86-64-linux-gnux32/rolling 4:8.3.0-2.1 amd64
  Go compiler (based on GCC) for the x32 architecture

gccgo-powerpc-linux-gnu/rolling 4:8.3.0-2.1 amd64
  Go compiler (based on GCC) for the powerpc architecture

gccgo-powerpc-linux-gnuspe/rolling 4:8.3.0-2 amd64
  Go compiler (based on GCC) for the powerpcspe architecture

gccgo-powerpc64-linux-gnu/rolling 4:8.3.0-2.1 amd64
  Go compiler (based on GCC) for the ppc64 architecture

gccgo-powerpc64le-linux-gnu/rolling 4:8.3.0-1 amd64
  Go compiler (based on GCC) for the ppc64el architecture

gccgo-riscv64-linux-gnu/rolling 4:8.3.0-2.1 amd64
  Go compiler (based on GCC) for the riscv64 architecture

gccgo-s390x-linux-gnu/rolling 4:8.3.0-1 amd64
  Go compiler (based on GCC) for the s390x architecture

gccgo-sparc64-linux-gnu/rolling 4:8.3.0-2.1 amd64
  Go compiler (based on GCC) for the sparc64 architecture

gccgo-x86-64-linux-gnu/rolling 4:8.3.0-1 i386
  Go compiler (based on GCC) for the amd64 architecture

gccgo-x86-64-linux-gnux32/rolling 4:8.3.0-2.1 amd64
  Go compiler (based on GCC) for the x32 architecture

gdb-peda/rolling 1.1~20180207-0kali1 amd64
  Python Exploit Development Assistance for GDB

gdc-6-aarch64-linux-gnu/rolling 6.4.0-16cross1 amd64
  GNU D compiler (version 2)

gdc-6-alpha-linux-gnu/rolling 6.5.0-1cross1 amd64
  GNU D compiler (version 2)

gdc-6-arm-linux-gnueabi/rolling 6.4.0-16cross1 amd64
  GNU D compiler (version 2)

gdc-6-arm-linux-gnueabihf/rolling 6.4.0-16cross1 amd64
  GNU D compiler (version 2)

gdc-6-hppa-linux-gnu/rolling 6.5.0-1cross1 amd64
  GNU D compiler (version 2)

gdc-6-i686-linux-gnu/rolling 6.4.0-16cross1 amd64
  GNU D compiler (version 2)

gdc-6-m68k-linux-gnu/rolling 6.5.0-1cross1 amd64
  GNU D compiler (version 2)

gdc-6-mips-linux-gnu/rolling 6.4.0-16cross1 amd64
  GNU D compiler (version 2)

gdc-6-mips64-linux-gnuabi64/rolling 6.5.0-1cross1 amd64
  GNU D compiler (version 2)

gdc-6-mips64el-linux-gnuabi64/rolling 6.4.0-16cross1 amd64
  GNU D compiler (version 2)

gdc-6-mipsel-linux-gnu/rolling 6.4.0-16cross1 amd64
  GNU D compiler (version 2)

gdc-6-multilib-i686-linux-gnu/rolling 6.4.0-16cross1 amd64
  GNU D compiler (version 2, multilib support)

gdc-6-multilib-mips-linux-gnu/rolling 6.4.0-16cross1 amd64
  GNU D compiler (version 2, multilib support)

gdc-6-multilib-mips64-linux-gnuabi64/rolling 6.5.0-1cross1 amd64
  GNU D compiler (version 2, multilib support)

gdc-6-multilib-mips64el-linux-gnuabi64/rolling 6.4.0-16cross1 amd64
  GNU D compiler (version 2, multilib support)

gdc-6-multilib-mipsel-linux-gnu/rolling 6.4.0-16cross1 amd64
  GNU D compiler (version 2, multilib support)

gdc-6-multilib-powerpc-linux-gnu/rolling 6.5.0-1cross1 amd64
  GNU D compiler (version 2, multilib support)

gdc-6-multilib-powerpc64-linux-gnu/rolling 6.5.0-1cross1 amd64
  GNU D compiler (version 2, multilib support)

gdc-6-multilib-s390x-linux-gnu/rolling 6.4.0-16cross1 amd64
  GNU D compiler (version 2, multilib support)

gdc-6-multilib-sparc64-linux-gnu/rolling 6.5.0-1cross1 amd64
  GNU D compiler (version 2, multilib support)

gdc-6-multilib-x86-64-linux-gnu/rolling 6.4.0-16cross1 i386
  GNU D compiler (version 2, multilib support)

gdc-6-multilib-x86-64-linux-gnux32/rolling 6.5.0-1cross1 amd64
  GNU D compiler (version 2, multilib support)

gdc-6-powerpc-linux-gnu/rolling 6.5.0-1cross1 amd64
  GNU D compiler (version 2)

gdc-6-powerpc-linux-gnuspe/rolling 6.5.0-1cross1 amd64
  GNU D compiler (version 2)

gdc-6-powerpc64-linux-gnu/rolling 6.5.0-1cross1 amd64
  GNU D compiler (version 2)

gdc-6-powerpc64le-linux-gnu/rolling 6.4.0-16cross1 amd64
  GNU D compiler (version 2)

gdc-6-s390x-linux-gnu/rolling 6.4.0-16cross1 amd64
  GNU D compiler (version 2)

gdc-6-sh4-linux-gnu/rolling 6.5.0-1cross1 amd64
  GNU D compiler (version 2)

gdc-6-sparc64-linux-gnu/rolling 6.5.0-1cross1 amd64
  GNU D compiler (version 2)

gdc-6-x86-64-linux-gnu/rolling 6.4.0-16cross1 i386
  GNU D compiler (version 2)

gdc-6-x86-64-linux-gnux32/rolling 6.5.0-1cross1 amd64
  GNU D compiler (version 2)

gdc-7-aarch64-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU D compiler (version 2)

gdc-7-alpha-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU D compiler (version 2)

gdc-7-arm-linux-gnueabi/rolling 7.4.0-5cross1 amd64
  GNU D compiler (version 2)

gdc-7-arm-linux-gnueabihf/rolling 7.4.0-5cross1 amd64
  GNU D compiler (version 2)

gdc-7-hppa-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU D compiler (version 2)

gdc-7-i686-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU D compiler (version 2)

gdc-7-m68k-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU D compiler (version 2)

gdc-7-mips-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU D compiler (version 2)

gdc-7-mips64-linux-gnuabi64/rolling 7.4.0-5cross1 amd64
  GNU D compiler (version 2)

gdc-7-mips64el-linux-gnuabi64/rolling 7.4.0-5cross1 amd64
  GNU D compiler (version 2)

gdc-7-mipsel-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU D compiler (version 2)

gdc-7-multilib-i686-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU D compiler (version 2, multilib support)

gdc-7-multilib-mips-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU D compiler (version 2, multilib support)

gdc-7-multilib-mips64-linux-gnuabi64/rolling 7.4.0-5cross1 amd64
  GNU D compiler (version 2, multilib support)

gdc-7-multilib-mips64el-linux-gnuabi64/rolling 7.4.0-5cross1 amd64
  GNU D compiler (version 2, multilib support)

gdc-7-multilib-mipsel-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU D compiler (version 2, multilib support)

gdc-7-multilib-powerpc-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU D compiler (version 2, multilib support)

gdc-7-multilib-powerpc64-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU D compiler (version 2, multilib support)

gdc-7-multilib-s390x-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU D compiler (version 2, multilib support)

gdc-7-multilib-sparc64-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU D compiler (version 2, multilib support)

gdc-7-multilib-x86-64-linux-gnu/rolling 7.4.0-5cross1 i386
  GNU D compiler (version 2, multilib support)

gdc-7-multilib-x86-64-linux-gnux32/rolling 7.4.0-5cross1 amd64
  GNU D compiler (version 2, multilib support)

gdc-7-powerpc-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU D compiler (version 2)

gdc-7-powerpc-linux-gnuspe/rolling 7.4.0-5cross1 amd64
  GNU D compiler (version 2)

gdc-7-powerpc64-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU D compiler (version 2)

gdc-7-powerpc64le-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU D compiler (version 2)

gdc-7-riscv64-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU D compiler (version 2)

gdc-7-s390x-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU D compiler (version 2)

gdc-7-sh4-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU D compiler (version 2)

gdc-7-sparc64-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU D compiler (version 2)

gdc-7-x86-64-linux-gnu/rolling 7.4.0-5cross1 i386
  GNU D compiler (version 2)

gdc-7-x86-64-linux-gnux32/rolling 7.4.0-5cross1 amd64
  GNU D compiler (version 2)

gdc-8-aarch64-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU D compiler (version 2) (cross compiler for arm64 architecture)

gdc-8-alpha-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU D compiler (version 2) (cross compiler for alpha architecture)

gdc-8-arm-linux-gnueabi/rolling 8.3.0-19cross1 amd64
  GNU D compiler (version 2) (cross compiler for armel architecture)

gdc-8-arm-linux-gnueabihf/rolling 8.3.0-19cross1 amd64
  GNU D compiler (version 2) (cross compiler for armhf architecture)

gdc-8-hppa-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU D compiler (version 2) (cross compiler for hppa architecture)

gdc-8-i686-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU D compiler (version 2) (cross compiler for i386 architecture)

gdc-8-m68k-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU D compiler (version 2) (cross compiler for m68k architecture)

gdc-8-mips-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU D compiler (version 2) (cross compiler for mips architecture)

gdc-8-mips64-linux-gnuabi64/rolling 8.3.0-2cross2 amd64
  GNU D compiler (version 2)

gdc-8-mips64el-linux-gnuabi64/rolling 8.3.0-19cross1 amd64
  GNU D compiler (version 2) (cross compiler for mips64el architecture)

gdc-8-mipsel-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU D compiler (version 2) (cross compiler for mipsel architecture)

gdc-8-mipsisa32r6-linux-gnu/rolling 8.3.0-2cross2 amd64
  GNU D compiler (version 2)

gdc-8-mipsisa32r6el-linux-gnu/rolling 8.3.0-2cross2 amd64
  GNU D compiler (version 2)

gdc-8-mipsisa64r6-linux-gnuabi64/rolling 8.3.0-2cross2 amd64
  GNU D compiler (version 2)

gdc-8-mipsisa64r6el-linux-gnuabi64/rolling 8.3.0-2cross2 amd64
  GNU D compiler (version 2)

gdc-8-multilib-i686-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU D compiler (version 2, multilib support) (cross compiler for i386 architecture)

gdc-8-multilib-mips-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU D compiler (version 2, multilib support) (cross compiler for mips architecture)

gdc-8-multilib-mips64-linux-gnuabi64/rolling 8.3.0-2cross2 amd64
  GNU D compiler (version 2, multilib support)

gdc-8-multilib-mips64el-linux-gnuabi64/rolling 8.3.0-19cross1 amd64
  GNU D compiler (version 2, multilib support) (cross compiler for mips64el architecture)

gdc-8-multilib-mipsel-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU D compiler (version 2, multilib support) (cross compiler for mipsel architecture)

gdc-8-multilib-mipsisa32r6-linux-gnu/rolling 8.3.0-2cross2 amd64
  GNU D compiler (version 2, multilib support)

gdc-8-multilib-mipsisa32r6el-linux-gnu/rolling 8.3.0-2cross2 amd64
  GNU D compiler (version 2, multilib support)

gdc-8-multilib-mipsisa64r6-linux-gnuabi64/rolling 8.3.0-2cross2 amd64
  GNU D compiler (version 2, multilib support)

gdc-8-multilib-mipsisa64r6el-linux-gnuabi64/rolling 8.3.0-2cross2 amd64
  GNU D compiler (version 2, multilib support)

gdc-8-multilib-powerpc-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU D compiler (version 2, multilib support) (cross compiler for powerpc architecture)

gdc-8-multilib-powerpc64-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU D compiler (version 2, multilib support) (cross compiler for ppc64 architecture)

gdc-8-multilib-s390x-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU D compiler (version 2, multilib support) (cross compiler for s390x architecture)

gdc-8-multilib-sparc64-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU D compiler (version 2, multilib support) (cross compiler for sparc64 architecture)

gdc-8-multilib-x86-64-linux-gnu/rolling 8.3.0-19cross1 i386
  GNU D compiler (version 2, multilib support) (cross compiler for amd64 architecture)

gdc-8-multilib-x86-64-linux-gnux32/rolling 8.3.0-19cross1 amd64
  GNU D compiler (version 2, multilib support) (cross compiler for x32 architecture)

gdc-8-powerpc-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU D compiler (version 2) (cross compiler for powerpc architecture)

gdc-8-powerpc-linux-gnuspe/rolling 8.3.0-2cross2 amd64
  GNU D compiler (version 2)

gdc-8-powerpc64-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU D compiler (version 2) (cross compiler for ppc64 architecture)

gdc-8-powerpc64le-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU D compiler (version 2) (cross compiler for ppc64el architecture)

gdc-8-riscv64-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU D compiler (version 2) (cross compiler for riscv64 architecture)

gdc-8-s390x-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU D compiler (version 2) (cross compiler for s390x architecture)

gdc-8-sh4-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU D compiler (version 2) (cross compiler for sh4 architecture)

gdc-8-sparc64-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU D compiler (version 2) (cross compiler for sparc64 architecture)

gdc-8-x86-64-linux-gnu/rolling 8.3.0-19cross1 i386
  GNU D compiler (version 2) (cross compiler for amd64 architecture)

gdc-8-x86-64-linux-gnux32/rolling 8.3.0-19cross1 amd64
  GNU D compiler (version 2) (cross compiler for x32 architecture)

gdc-9-aarch64-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU D compiler (version 2) (cross compiler for arm64 architecture)

gdc-9-alpha-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU D compiler (version 2) (cross compiler for alpha architecture)

gdc-9-arm-linux-gnueabi/rolling 9.1.0-8cross1 amd64
  GNU D compiler (version 2) (cross compiler for armel architecture)

gdc-9-arm-linux-gnueabihf/rolling 9.1.0-8cross1 amd64
  GNU D compiler (version 2) (cross compiler for armhf architecture)

gdc-9-hppa-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU D compiler (version 2) (cross compiler for hppa architecture)

gdc-9-i686-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU D compiler (version 2) (cross compiler for i386 architecture)

gdc-9-m68k-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU D compiler (version 2) (cross compiler for m68k architecture)

gdc-9-mips-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU D compiler (version 2) (cross compiler for mips architecture)

gdc-9-mips64el-linux-gnuabi64/rolling 9.1.0-8cross1 amd64
  GNU D compiler (version 2) (cross compiler for mips64el architecture)

gdc-9-mipsel-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU D compiler (version 2) (cross compiler for mipsel architecture)

gdc-9-multilib-i686-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU D compiler (version 2, multilib support) (cross compiler for i386 architecture)

gdc-9-multilib-mips-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU D compiler (version 2, multilib support) (cross compiler for mips architecture)

gdc-9-multilib-mips64el-linux-gnuabi64/rolling 9.1.0-8cross1 amd64
  GNU D compiler (version 2, multilib support) (cross compiler for mips64el architecture)

gdc-9-multilib-mipsel-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU D compiler (version 2, multilib support) (cross compiler for mipsel architecture)

gdc-9-multilib-powerpc-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU D compiler (version 2, multilib support) (cross compiler for powerpc architecture)

gdc-9-multilib-powerpc64-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU D compiler (version 2, multilib support) (cross compiler for ppc64 architecture)

gdc-9-multilib-s390x-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU D compiler (version 2, multilib support) (cross compiler for s390x architecture)

gdc-9-multilib-sparc64-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU D compiler (version 2, multilib support) (cross compiler for sparc64 architecture)

gdc-9-multilib-x86-64-linux-gnu/rolling 9.1.0-8cross1 i386
  GNU D compiler (version 2, multilib support) (cross compiler for amd64 architecture)

gdc-9-multilib-x86-64-linux-gnux32/rolling 9.1.0-8cross1 amd64
  GNU D compiler (version 2, multilib support) (cross compiler for x32 architecture)

gdc-9-powerpc-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU D compiler (version 2) (cross compiler for powerpc architecture)

gdc-9-powerpc64-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU D compiler (version 2) (cross compiler for ppc64 architecture)

gdc-9-powerpc64le-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU D compiler (version 2) (cross compiler for ppc64el architecture)

gdc-9-riscv64-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU D compiler (version 2) (cross compiler for riscv64 architecture)

gdc-9-s390x-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU D compiler (version 2) (cross compiler for s390x architecture)

gdc-9-sh4-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU D compiler (version 2) (cross compiler for sh4 architecture)

gdc-9-sparc64-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU D compiler (version 2) (cross compiler for sparc64 architecture)

gdc-9-x86-64-linux-gnu/rolling 9.1.0-8cross1 i386
  GNU D compiler (version 2) (cross compiler for amd64 architecture)

gdc-9-x86-64-linux-gnux32/rolling 9.1.0-8cross1 amd64
  GNU D compiler (version 2) (cross compiler for x32 architecture)

gdc-aarch64-linux-gnu/rolling 4:8.3.0-1 amd64
  GNU D compiler (based on GCC) for the arm64 architecture

gdc-alpha-linux-gnu/rolling 4:8.3.0-2.1 amd64
  GNU D compiler (based on GCC) for the alpha architecture

gdc-arm-linux-gnueabi/rolling 4:8.3.0-1 amd64
  GNU D compiler (based on GCC) for the armel architecture

gdc-arm-linux-gnueabihf/rolling 4:8.3.0-1 amd64
  GNU D compiler (based on GCC) for the armhf architecture

gdc-hppa-linux-gnu/rolling 4:8.3.0-2.1 amd64
  GNU D compiler (based on GCC) for the hppa architecture

gdc-i686-linux-gnu/rolling 4:8.3.0-1 amd64
  GNU D compiler (based on GCC) for the i386 architecture

gdc-m68k-linux-gnu/rolling 4:8.3.0-2.1 amd64
  GNU D compiler (based on GCC) for the m68k architecture

gdc-mips-linux-gnu/rolling 4:8.3.0-1 amd64
  GNU D compiler (based on GCC) for the mips architecture

gdc-mips64-linux-gnuabi64/rolling 4:8.3.0-1.1 amd64
  GNU D compiler (based on GCC) for the mips64 architecture

gdc-mips64el-linux-gnuabi64/rolling 4:8.3.0-1 amd64
  GNU D compiler (based on GCC) for the mips64el architecture

gdc-mipsel-linux-gnu/rolling 4:8.3.0-1 amd64
  GNU D compiler (based on GCC) for the mipsel architecture

gdc-mipsisa32r6-linux-gnu/rolling 4:8.3.0-1.1 amd64
  GNU D compiler (based on GCC) for the mipsr6 architecture

gdc-mipsisa32r6el-linux-gnu/rolling 4:8.3.0-1.1 amd64
  GNU D compiler (based on GCC) for the mipsr6el architecture

gdc-mipsisa64r6-linux-gnuabi64/rolling 4:8.3.0-1.1 amd64
  GNU D compiler (based on GCC) for the mips64r6 architecture

gdc-mipsisa64r6el-linux-gnuabi64/rolling 4:8.3.0-1.1 amd64
  GNU D compiler (based on GCC) for the mips64r6el architecture

gdc-multilib-i686-linux-gnu/rolling 4:8.3.0-1 amd64
  GNU D compiler (based on GCC) for the i386 architecture

gdc-multilib-mips-linux-gnu/rolling 4:8.3.0-1 amd64
  GNU D compiler (based on GCC) for the mips architecture

gdc-multilib-mips64-linux-gnuabi64/rolling 4:8.3.0-1.1 amd64
  GNU D compiler (based on GCC) for the mips64 architecture

gdc-multilib-mips64el-linux-gnuabi64/rolling 4:8.3.0-1 amd64
  GNU D compiler (based on GCC) for the mips64el architecture

gdc-multilib-mipsel-linux-gnu/rolling 4:8.3.0-1 amd64
  GNU D compiler (based on GCC) for the mipsel architecture

gdc-multilib-mipsisa32r6-linux-gnu/rolling 4:8.3.0-1.1 amd64
  GNU D compiler (based on GCC) for the mipsr6 architecture

gdc-multilib-mipsisa32r6el-linux-gnu/rolling 4:8.3.0-1.1 amd64
  GNU D compiler (based on GCC) for the mipsr6el architecture

gdc-multilib-mipsisa64r6-linux-gnuabi64/rolling 4:8.3.0-1.1 amd64
  GNU D compiler (based on GCC) for the mips64r6 architecture

gdc-multilib-mipsisa64r6el-linux-gnuabi64/rolling 4:8.3.0-1.1 amd64
  GNU D compiler (based on GCC) for the mips64r6el architecture

gdc-multilib-powerpc-linux-gnu/rolling 4:8.3.0-2.1 amd64
  GNU D compiler (based on GCC) for the powerpc architecture

gdc-multilib-powerpc64-linux-gnu/rolling 4:8.3.0-2.1 amd64
  GNU D compiler (based on GCC) for the ppc64 architecture

gdc-multilib-s390x-linux-gnu/rolling 4:8.3.0-1 amd64
  GNU D compiler (based on GCC) for the s390x architecture

gdc-multilib-sparc64-linux-gnu/rolling 4:8.3.0-2.1 amd64
  GNU D compiler (based on GCC) for the sparc64 architecture

gdc-multilib-x86-64-linux-gnu/rolling 4:8.3.0-1 i386
  GNU D compiler (based on GCC) for the amd64 architecture

gdc-multilib-x86-64-linux-gnux32/rolling 4:8.3.0-2.1 amd64
  GNU D compiler (based on GCC) for the x32 architecture

gdc-powerpc-linux-gnu/rolling 4:8.3.0-2.1 amd64
  GNU D compiler (based on GCC) for the powerpc architecture

gdc-powerpc-linux-gnuspe/rolling 4:8.3.0-2 amd64
  GNU D compiler (based on GCC) for the powerpcspe architecture

gdc-powerpc64-linux-gnu/rolling 4:8.3.0-2.1 amd64
  GNU D compiler (based on GCC) for the ppc64 architecture

gdc-powerpc64le-linux-gnu/rolling 4:8.3.0-1 amd64
  GNU D compiler (based on GCC) for the ppc64el architecture

gdc-riscv64-linux-gnu/rolling 4:8.3.0-2.1 amd64
  GNU D compiler (based on GCC) for the riscv64 architecture

gdc-s390x-linux-gnu/rolling 4:8.3.0-1 amd64
  GNU D compiler (based on GCC) for the s390x architecture

gdc-sh4-linux-gnu/rolling 4:8.3.0-2.1 amd64
  GNU D compiler (based on GCC) for the sh4 architecture

gdc-sparc64-linux-gnu/rolling 4:8.3.0-2.1 amd64
  GNU D compiler (based on GCC) for the sparc64 architecture

gdc-x86-64-linux-gnu/rolling 4:8.3.0-1 i386
  GNU D compiler (based on GCC) for the amd64 architecture

gdc-x86-64-linux-gnux32/rolling 4:8.3.0-2.1 amd64
  GNU D compiler (based on GCC) for the x32 architecture

gdigi/rolling 0.4.0-1+b2 amd64
  utility to control DigiTech effect pedals

gemrb/rolling 0.8.5-1 amd64
  Open-source engine to run Baldur's Gate, Icewind Dale and Planescape: Torment

gemrb-baldurs-gate/rolling 0.8.5-1 amd64
  GemRB binary and configuration for Baldur's Gate game

gemrb-baldurs-gate-2/rolling 0.8.5-1 amd64
  GemRB binary and configuration for Baldur's Gate 2 game

gemrb-baldurs-gate-2-data/rolling,rolling 0.8.5-1 all
  GemRB data files for Baldur's Gate 2 game

gemrb-baldurs-gate-data/rolling,rolling 0.8.5-1 all
  GemRB data files for Baldur's Gate game

gemrb-data/rolling,rolling 0.8.5-1 all
  Common data files for GemRB

gemrb-doc/rolling,rolling 0.8.5-1 all
  Documentation for GemRB

gemrb-icewind-dale/rolling 0.8.5-1 amd64
  GemRB binary and configuration for Icewind Dale game

gemrb-icewind-dale-2/rolling 0.8.5-1 amd64
  GemRB binary and configuration for Icewind Dale 2 game

gemrb-icewind-dale-2-data/rolling,rolling 0.8.5-1 all
  GemRB data files for Icewind Dale 2 game

gemrb-icewind-dale-data/rolling,rolling 0.8.5-1 all
  GemRB data files for Icewind Dale game

gemrb-planescape-torment/rolling 0.8.5-1 amd64
  GemRB binary and configuration for Planescape: Torment game

gemrb-planescape-torment-data/rolling,rolling 0.8.5-1 all
  GemRB data files for Planescape: Torment game

genromfs/rolling 0.5.2-2+b2 amd64
  This is the mkfs equivalent for romfs filesystem

gfortran-6-aarch64-linux-gnu/rolling 6.4.0-16cross1 amd64
  GNU Fortran compiler

gfortran-6-alpha-linux-gnu/rolling 6.5.0-1cross1 amd64
  GNU Fortran compiler

gfortran-6-arm-linux-gnueabi/rolling 6.4.0-16cross1 amd64
  GNU Fortran compiler

gfortran-6-arm-linux-gnueabihf/rolling 6.4.0-16cross1 amd64
  GNU Fortran compiler

gfortran-6-hppa-linux-gnu/rolling 6.5.0-1cross1 amd64
  GNU Fortran compiler

gfortran-6-i686-linux-gnu/rolling 6.4.0-16cross1 amd64
  GNU Fortran compiler

gfortran-6-m68k-linux-gnu/rolling 6.5.0-1cross1 amd64
  GNU Fortran compiler

gfortran-6-mips-linux-gnu/rolling 6.4.0-16cross1 amd64
  GNU Fortran compiler

gfortran-6-mips64-linux-gnuabi64/rolling 6.5.0-1cross1 amd64
  GNU Fortran compiler

gfortran-6-mips64el-linux-gnuabi64/rolling 6.4.0-16cross1 amd64
  GNU Fortran compiler

gfortran-6-mipsel-linux-gnu/rolling 6.4.0-16cross1 amd64
  GNU Fortran compiler

gfortran-6-multilib-i686-linux-gnu/rolling 6.4.0-16cross1 amd64
  GNU Fortran compiler (multilib support)

gfortran-6-multilib-mips-linux-gnu/rolling 6.4.0-16cross1 amd64
  GNU Fortran compiler (multilib support)

gfortran-6-multilib-mips64-linux-gnuabi64/rolling 6.5.0-1cross1 amd64
  GNU Fortran compiler (multilib support)

gfortran-6-multilib-mips64el-linux-gnuabi64/rolling 6.4.0-16cross1 amd64
  GNU Fortran compiler (multilib support)

gfortran-6-multilib-mipsel-linux-gnu/rolling 6.4.0-16cross1 amd64
  GNU Fortran compiler (multilib support)

gfortran-6-multilib-powerpc-linux-gnu/rolling 6.5.0-1cross1 amd64
  GNU Fortran compiler (multilib support)

gfortran-6-multilib-powerpc64-linux-gnu/rolling 6.5.0-1cross1 amd64
  GNU Fortran compiler (multilib support)

gfortran-6-multilib-s390x-linux-gnu/rolling 6.4.0-16cross1 amd64
  GNU Fortran compiler (multilib support)

gfortran-6-multilib-sparc64-linux-gnu/rolling 6.5.0-1cross1 amd64
  GNU Fortran compiler (multilib support)

gfortran-6-multilib-x86-64-linux-gnu/rolling 6.4.0-16cross1 i386
  GNU Fortran compiler (multilib support)

gfortran-6-multilib-x86-64-linux-gnux32/rolling 6.5.0-1cross1 amd64
  GNU Fortran compiler (multilib support)

gfortran-6-powerpc-linux-gnu/rolling 6.5.0-1cross1 amd64
  GNU Fortran compiler

gfortran-6-powerpc-linux-gnuspe/rolling 6.5.0-1cross1 amd64
  GNU Fortran compiler

gfortran-6-powerpc64-linux-gnu/rolling 6.5.0-1cross1 amd64
  GNU Fortran compiler

gfortran-6-powerpc64le-linux-gnu/rolling 6.4.0-16cross1 amd64
  GNU Fortran compiler

gfortran-6-s390x-linux-gnu/rolling 6.4.0-16cross1 amd64
  GNU Fortran compiler

gfortran-6-sh4-linux-gnu/rolling 6.5.0-1cross1 amd64
  GNU Fortran compiler

gfortran-6-sparc64-linux-gnu/rolling 6.5.0-1cross1 amd64
  GNU Fortran compiler

gfortran-6-x86-64-linux-gnu/rolling 6.4.0-16cross1 i386
  GNU Fortran compiler

gfortran-6-x86-64-linux-gnux32/rolling 6.5.0-1cross1 amd64
  GNU Fortran compiler

gfortran-7-aarch64-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU Fortran compiler

gfortran-7-alpha-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU Fortran compiler

gfortran-7-arm-linux-gnueabi/rolling 7.4.0-5cross1 amd64
  GNU Fortran compiler

gfortran-7-arm-linux-gnueabihf/rolling 7.4.0-5cross1 amd64
  GNU Fortran compiler

gfortran-7-hppa-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU Fortran compiler

gfortran-7-i686-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU Fortran compiler

gfortran-7-m68k-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU Fortran compiler

gfortran-7-mips-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU Fortran compiler

gfortran-7-mips64-linux-gnuabi64/rolling 7.4.0-5cross1 amd64
  GNU Fortran compiler

gfortran-7-mips64el-linux-gnuabi64/rolling 7.4.0-5cross1 amd64
  GNU Fortran compiler

gfortran-7-mipsel-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU Fortran compiler

gfortran-7-multilib-i686-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU Fortran compiler (multilib support)

gfortran-7-multilib-mips-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU Fortran compiler (multilib support)

gfortran-7-multilib-mips64-linux-gnuabi64/rolling 7.4.0-5cross1 amd64
  GNU Fortran compiler (multilib support)

gfortran-7-multilib-mips64el-linux-gnuabi64/rolling 7.4.0-5cross1 amd64
  GNU Fortran compiler (multilib support)

gfortran-7-multilib-mipsel-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU Fortran compiler (multilib support)

gfortran-7-multilib-powerpc-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU Fortran compiler (multilib support)

gfortran-7-multilib-powerpc64-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU Fortran compiler (multilib support)

gfortran-7-multilib-s390x-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU Fortran compiler (multilib support)

gfortran-7-multilib-sparc64-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU Fortran compiler (multilib support)

gfortran-7-multilib-x86-64-linux-gnu/rolling 7.4.0-5cross1 i386
  GNU Fortran compiler (multilib support)

gfortran-7-multilib-x86-64-linux-gnux32/rolling 7.4.0-5cross1 amd64
  GNU Fortran compiler (multilib support)

gfortran-7-powerpc-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU Fortran compiler

gfortran-7-powerpc-linux-gnuspe/rolling 7.4.0-5cross1 amd64
  GNU Fortran compiler

gfortran-7-powerpc64-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU Fortran compiler

gfortran-7-powerpc64le-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU Fortran compiler

gfortran-7-riscv64-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU Fortran compiler

gfortran-7-s390x-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU Fortran compiler

gfortran-7-sh4-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU Fortran compiler

gfortran-7-sparc64-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU Fortran compiler

gfortran-7-x86-64-linux-gnu/rolling 7.4.0-5cross1 i386
  GNU Fortran compiler

gfortran-7-x86-64-linux-gnux32/rolling 7.4.0-5cross1 amd64
  GNU Fortran compiler

gfortran-8-aarch64-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU Fortran compiler

gfortran-8-alpha-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU Fortran compiler

gfortran-8-arm-linux-gnueabi/rolling 8.3.0-19cross1 amd64
  GNU Fortran compiler

gfortran-8-arm-linux-gnueabihf/rolling 8.3.0-19cross1 amd64
  GNU Fortran compiler

gfortran-8-hppa-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU Fortran compiler

gfortran-8-i686-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU Fortran compiler

gfortran-8-m68k-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU Fortran compiler

gfortran-8-mips-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU Fortran compiler

gfortran-8-mips64-linux-gnuabi64/rolling 8.3.0-2cross2 amd64
  GNU Fortran compiler

gfortran-8-mips64el-linux-gnuabi64/rolling 8.3.0-19cross1 amd64
  GNU Fortran compiler

gfortran-8-mipsel-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU Fortran compiler

gfortran-8-mipsisa32r6-linux-gnu/rolling 8.3.0-2cross2 amd64
  GNU Fortran compiler

gfortran-8-mipsisa32r6el-linux-gnu/rolling 8.3.0-2cross2 amd64
  GNU Fortran compiler

gfortran-8-mipsisa64r6-linux-gnuabi64/rolling 8.3.0-2cross2 amd64
  GNU Fortran compiler

gfortran-8-mipsisa64r6el-linux-gnuabi64/rolling 8.3.0-2cross2 amd64
  GNU Fortran compiler

gfortran-8-multilib-i686-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU Fortran compiler (multilib support) (cross compiler for i386 architecture)

gfortran-8-multilib-mips-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU Fortran compiler (multilib support) (cross compiler for mips architecture)

gfortran-8-multilib-mips64-linux-gnuabi64/rolling 8.3.0-2cross2 amd64
  GNU Fortran compiler (multilib support)

gfortran-8-multilib-mips64el-linux-gnuabi64/rolling 8.3.0-19cross1 amd64
  GNU Fortran compiler (multilib support) (cross compiler for mips64el architecture)

gfortran-8-multilib-mipsel-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU Fortran compiler (multilib support) (cross compiler for mipsel architecture)

gfortran-8-multilib-mipsisa32r6-linux-gnu/rolling 8.3.0-2cross2 amd64
  GNU Fortran compiler (multilib support)

gfortran-8-multilib-mipsisa32r6el-linux-gnu/rolling 8.3.0-2cross2 amd64
  GNU Fortran compiler (multilib support)

gfortran-8-multilib-mipsisa64r6-linux-gnuabi64/rolling 8.3.0-2cross2 amd64
  GNU Fortran compiler (multilib support)

gfortran-8-multilib-mipsisa64r6el-linux-gnuabi64/rolling 8.3.0-2cross2 amd64
  GNU Fortran compiler (multilib support)

gfortran-8-multilib-powerpc-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU Fortran compiler (multilib support) (cross compiler for powerpc architecture)

gfortran-8-multilib-powerpc64-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU Fortran compiler (multilib support) (cross compiler for ppc64 architecture)

gfortran-8-multilib-s390x-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU Fortran compiler (multilib support) (cross compiler for s390x architecture)

gfortran-8-multilib-sparc64-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU Fortran compiler (multilib support) (cross compiler for sparc64 architecture)

gfortran-8-multilib-x86-64-linux-gnu/rolling 8.3.0-19cross1 i386
  GNU Fortran compiler (multilib support) (cross compiler for amd64 architecture)

gfortran-8-multilib-x86-64-linux-gnux32/rolling 8.3.0-19cross1 amd64
  GNU Fortran compiler (multilib support) (cross compiler for x32 architecture)

gfortran-8-powerpc-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU Fortran compiler

gfortran-8-powerpc-linux-gnuspe/rolling 8.3.0-2cross2 amd64
  GNU Fortran compiler

gfortran-8-powerpc64-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU Fortran compiler

gfortran-8-powerpc64le-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU Fortran compiler

gfortran-8-riscv64-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU Fortran compiler

gfortran-8-s390x-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU Fortran compiler

gfortran-8-sh4-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU Fortran compiler

gfortran-8-sparc64-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU Fortran compiler

gfortran-8-x86-64-linux-gnu/rolling 8.3.0-19cross1 i386
  GNU Fortran compiler

gfortran-8-x86-64-linux-gnux32/rolling 8.3.0-19cross1 amd64
  GNU Fortran compiler

gfortran-9-aarch64-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU Fortran compiler

gfortran-9-alpha-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU Fortran compiler

gfortran-9-arm-linux-gnueabi/rolling 9.1.0-8cross1 amd64
  GNU Fortran compiler

gfortran-9-arm-linux-gnueabihf/rolling 9.1.0-8cross1 amd64
  GNU Fortran compiler

gfortran-9-hppa-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU Fortran compiler

gfortran-9-i686-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU Fortran compiler

gfortran-9-m68k-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU Fortran compiler

gfortran-9-mips-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU Fortran compiler

gfortran-9-mips64el-linux-gnuabi64/rolling 9.1.0-8cross1 amd64
  GNU Fortran compiler

gfortran-9-mipsel-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU Fortran compiler

gfortran-9-multilib-i686-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU Fortran compiler (multilib support) (cross compiler for i386 architecture)

gfortran-9-multilib-mips-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU Fortran compiler (multilib support) (cross compiler for mips architecture)

gfortran-9-multilib-mips64el-linux-gnuabi64/rolling 9.1.0-8cross1 amd64
  GNU Fortran compiler (multilib support) (cross compiler for mips64el architecture)

gfortran-9-multilib-mipsel-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU Fortran compiler (multilib support) (cross compiler for mipsel architecture)

gfortran-9-multilib-powerpc-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU Fortran compiler (multilib support) (cross compiler for powerpc architecture)

gfortran-9-multilib-powerpc64-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU Fortran compiler (multilib support) (cross compiler for ppc64 architecture)

gfortran-9-multilib-s390x-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU Fortran compiler (multilib support) (cross compiler for s390x architecture)

gfortran-9-multilib-sparc64-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU Fortran compiler (multilib support) (cross compiler for sparc64 architecture)

gfortran-9-multilib-x86-64-linux-gnu/rolling 9.1.0-8cross1 i386
  GNU Fortran compiler (multilib support) (cross compiler for amd64 architecture)

gfortran-9-multilib-x86-64-linux-gnux32/rolling 9.1.0-8cross1 amd64
  GNU Fortran compiler (multilib support) (cross compiler for x32 architecture)

gfortran-9-powerpc-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU Fortran compiler

gfortran-9-powerpc64-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU Fortran compiler

gfortran-9-powerpc64le-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU Fortran compiler

gfortran-9-riscv64-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU Fortran compiler

gfortran-9-s390x-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU Fortran compiler

gfortran-9-sh4-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU Fortran compiler

gfortran-9-sparc64-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU Fortran compiler

gfortran-9-x86-64-linux-gnu/rolling 9.1.0-8cross1 i386
  GNU Fortran compiler

gfortran-9-x86-64-linux-gnux32/rolling 9.1.0-8cross1 amd64
  GNU Fortran compiler

gfortran-aarch64-linux-gnu/rolling 4:8.3.0-1 amd64
  GNU Fortran 95 compiler for the arm64 architecture

gfortran-alpha-linux-gnu/rolling 4:8.3.0-2.1 amd64
  GNU Fortran 95 compiler for the alpha architecture

gfortran-arm-linux-gnueabi/rolling 4:8.3.0-1 amd64
  GNU Fortran 95 compiler for the armel architecture

gfortran-arm-linux-gnueabihf/rolling 4:8.3.0-1 amd64
  GNU Fortran 95 compiler for the armhf architecture

gfortran-hppa-linux-gnu/rolling 4:8.3.0-2.1 amd64
  GNU Fortran 95 compiler for the hppa architecture

gfortran-i686-linux-gnu/rolling 4:8.3.0-1 amd64
  GNU Fortran 95 compiler for the i386 architecture

gfortran-m68k-linux-gnu/rolling 4:8.3.0-2.1 amd64
  GNU Fortran 95 compiler for the m68k architecture

gfortran-mips-linux-gnu/rolling 4:8.3.0-1 amd64
  GNU Fortran 95 compiler for the mips architecture

gfortran-mips64-linux-gnuabi64/rolling 4:8.3.0-1.1 amd64
  GNU Fortran 95 compiler for the mips64 architecture

gfortran-mips64el-linux-gnuabi64/rolling 4:8.3.0-1 amd64
  GNU Fortran 95 compiler for the mips64el architecture

gfortran-mipsel-linux-gnu/rolling 4:8.3.0-1 amd64
  GNU Fortran 95 compiler for the mipsel architecture

gfortran-mipsisa32r6-linux-gnu/rolling 4:8.3.0-1.1 amd64
  GNU Fortran 95 compiler for the mipsr6 architecture

gfortran-mipsisa32r6el-linux-gnu/rolling 4:8.3.0-1.1 amd64
  GNU Fortran 95 compiler for the mipsr6el architecture

gfortran-mipsisa64r6-linux-gnuabi64/rolling 4:8.3.0-1.1 amd64
  GNU Fortran 95 compiler for the mips64r6 architecture

gfortran-mipsisa64r6el-linux-gnuabi64/rolling 4:8.3.0-1.1 amd64
  GNU Fortran 95 compiler for the mips64r6el architecture

gfortran-multilib-i686-linux-gnu/rolling 4:8.3.0-1 amd64
  GNU Fortran 95 compiler for the i386 architecture

gfortran-multilib-mips-linux-gnu/rolling 4:8.3.0-1 amd64
  GNU Fortran 95 compiler for the mips architecture

gfortran-multilib-mips64-linux-gnuabi64/rolling 4:8.3.0-1.1 amd64
  GNU Fortran 95 compiler for the mips64 architecture

gfortran-multilib-mips64el-linux-gnuabi64/rolling 4:8.3.0-1 amd64
  GNU Fortran 95 compiler for the mips64el architecture

gfortran-multilib-mipsel-linux-gnu/rolling 4:8.3.0-1 amd64
  GNU Fortran 95 compiler for the mipsel architecture

gfortran-multilib-mipsisa32r6-linux-gnu/rolling 4:8.3.0-1.1 amd64
  GNU Fortran 95 compiler for the mipsr6 architecture

gfortran-multilib-mipsisa32r6el-linux-gnu/rolling 4:8.3.0-1.1 amd64
  GNU Fortran 95 compiler for the mipsr6el architecture

gfortran-multilib-mipsisa64r6-linux-gnuabi64/rolling 4:8.3.0-1.1 amd64
  GNU Fortran 95 compiler for the mips64r6 architecture

gfortran-multilib-mipsisa64r6el-linux-gnuabi64/rolling 4:8.3.0-1.1 amd64
  GNU Fortran 95 compiler for the mips64r6el architecture

gfortran-multilib-powerpc-linux-gnu/rolling 4:8.3.0-2.1 amd64
  GNU Fortran 95 compiler for the powerpc architecture

gfortran-multilib-powerpc64-linux-gnu/rolling 4:8.3.0-2.1 amd64
  GNU Fortran 95 compiler for the ppc64 architecture

gfortran-multilib-s390x-linux-gnu/rolling 4:8.3.0-1 amd64
  GNU Fortran 95 compiler for the s390x architecture

gfortran-multilib-sparc64-linux-gnu/rolling 4:8.3.0-2.1 amd64
  GNU Fortran 95 compiler for the sparc64 architecture

gfortran-multilib-x86-64-linux-gnu/rolling 4:8.3.0-1 i386
  GNU Fortran 95 compiler for the amd64 architecture

gfortran-multilib-x86-64-linux-gnux32/rolling 4:8.3.0-2.1 amd64
  GNU Fortran 95 compiler for the x32 architecture

gfortran-powerpc-linux-gnu/rolling 4:8.3.0-2.1 amd64
  GNU Fortran 95 compiler for the powerpc architecture

gfortran-powerpc-linux-gnuspe/rolling 4:8.3.0-2 amd64
  GNU Fortran 95 compiler for the powerpcspe architecture

gfortran-powerpc64-linux-gnu/rolling 4:8.3.0-2.1 amd64
  GNU Fortran 95 compiler for the ppc64 architecture

gfortran-powerpc64le-linux-gnu/rolling 4:8.3.0-1 amd64
  GNU Fortran 95 compiler for the ppc64el architecture

gfortran-riscv64-linux-gnu/rolling 4:8.3.0-2.1 amd64
  GNU Fortran 95 compiler for the riscv64 architecture

gfortran-s390x-linux-gnu/rolling 4:8.3.0-1 amd64
  GNU Fortran 95 compiler for the s390x architecture

gfortran-sh4-linux-gnu/rolling 4:8.3.0-2.1 amd64
  GNU Fortran 95 compiler for the sh4 architecture

gfortran-sparc64-linux-gnu/rolling 4:8.3.0-2.1 amd64
  GNU Fortran 95 compiler for the sparc64 architecture

gfortran-x86-64-linux-gnu/rolling 4:8.3.0-1 i386
  GNU Fortran 95 compiler for the amd64 architecture

gfortran-x86-64-linux-gnux32/rolling 4:8.3.0-2.1 amd64
  GNU Fortran 95 compiler for the x32 architecture

gfxboot/rolling 4.5.2-1.1-6 amd64
  tool to test and create graphical boot logos (runtime)

gfxboot-dev/rolling 4.5.2-1.1-6 amd64
  tool to test and create graphical boot logos (development)

gfxboot-themes/rolling,rolling 4.5.2-1.1-6 all
  tool to test and create graphical boot logos (themes)

gigedit/rolling 1.1.0-2 amd64
  instrument editor for Gigasampler files

gimp-gutenprint/rolling 5.3.1-7+b1 amd64
  print plugin for the GIMP

gir1.2-accounts-1.0/rolling 1.23-1 amd64
  typelib file for libaccounts-glib0

gir1.2-diodon-1.0/rolling 1.8.0-1 amd64
  GTK+ Clipboard manager (GObject introspection data)

gir1.2-endless-0/rolling 0~git20180727+ds-1 amd64
  GObject introspection data for the Endless SDK

gir1.2-ibus-1.0/rolling 1.5.19-4 amd64
  Intelligent Input Bus - introspection data

gir1.2-limba-1.0/rolling 0.5.6-2+b2 amd64
  GObject introspection data for the Limba library

gir1.2-snapd-1/rolling 1.45-1.1 amd64
  Typelib file for libsnapd-glib1

gir1.2-umockdev-1.0/rolling 0.13-1 amd64
  introspection data for umockdev library

git/rolling,now 1:2.20.1-2 amd64 [installato, automatico]
  fast, scalable, distributed revision control system

git-all/rolling,rolling 1:2.20.1-2 all
  fast, scalable, distributed revision control system (all subpackages)

git-cvs/rolling,rolling 1:2.20.1-2 all
  fast, scalable, distributed revision control system (cvs interoperability)

git-daemon-run/rolling,rolling 1:2.20.1-2 all
  fast, scalable, distributed revision control system (git-daemon service)

git-daemon-sysvinit/rolling,rolling 1:2.20.1-2 all
  fast, scalable, distributed revision control system (git-daemon service)

git-doc/rolling,rolling 1:2.20.1-2 all
  fast, scalable, distributed revision control system (documentation)

git-el/rolling,rolling 1:2.20.1-2 all
  fast, scalable, distributed revision control system (emacs support)

git-email/rolling,rolling 1:2.20.1-2 all
  fast, scalable, distributed revision control system (email add-on)

git-gui/rolling,rolling 1:2.20.1-2 all
  fast, scalable, distributed revision control system (GUI)

git-man/rolling,rolling,now 1:2.20.1-2 all [installato, automatico]
  fast, scalable, distributed revision control system (manual pages)

git-mediawiki/rolling,rolling 1:2.20.1-2 all
  fast, scalable, distributed revision control system (MediaWiki remote helper)

git-svn/rolling,rolling 1:2.20.1-2 all
  fast, scalable, distributed revision control system (svn interoperability)

gitk/rolling,rolling,now 1:2.20.1-2 all [installato, automatico]
  fast, scalable, distributed revision control system (revision tree visualizer)

gitso/rolling,rolling 0.6.2+svn158+dfsg-2 all
  simple frontend for reverse VNC connections (remote assistance)

gitweb/rolling,rolling 1:2.20.1-2 all
  fast, scalable, distributed revision control system (web interface)

gkrellm-radio/rolling 2.0.4-1.2 amd64
  FM radio tuner for GKrellM

gladish/rolling 1+dfsg0-5.1 amd64
  graphical interface for LADI Session Handler

glances/rolling,rolling 3.1.0-1 all
  Curses-based monitoring tool

globs/rolling 0.2.0~svn50-6 amd64
  GL Open Benchmark Suite

gmanedit/rolling 0.4.2-7 amd64
  GTK+ man pages editor

gmediarender/rolling 0.0.7~git20180818.a7b0b1b-1 amd64
  Small headless UPnP media renderer

gnat-6-aarch64-linux-gnu/rolling 6.4.0-16cross1 amd64
  GNU Ada compiler

gnat-6-alpha-linux-gnu/rolling 6.5.0-1cross1 amd64
  GNU Ada compiler

gnat-6-arm-linux-gnueabi/rolling 6.4.0-16cross1 amd64
  GNU Ada compiler

gnat-6-arm-linux-gnueabihf/rolling 6.4.0-16cross1 amd64
  GNU Ada compiler

gnat-6-hppa-linux-gnu/rolling 6.5.0-1cross1 amd64
  GNU Ada compiler

gnat-6-i686-linux-gnu/rolling 6.4.0-16cross1 amd64
  GNU Ada compiler

gnat-6-mips-linux-gnu/rolling 6.4.0-16cross1 amd64
  GNU Ada compiler

gnat-6-mips64el-linux-gnuabi64/rolling 6.4.0-16cross1 amd64
  GNU Ada compiler

gnat-6-mipsel-linux-gnu/rolling 6.4.0-16cross1 amd64
  GNU Ada compiler

gnat-6-powerpc-linux-gnu/rolling 6.5.0-1cross1 amd64
  GNU Ada compiler

gnat-6-powerpc64-linux-gnu/rolling 6.5.0-1cross1 amd64
  GNU Ada compiler

gnat-6-powerpc64le-linux-gnu/rolling 6.4.0-16cross1 amd64
  GNU Ada compiler

gnat-6-s390x-linux-gnu/rolling 6.4.0-16cross1 amd64
  GNU Ada compiler

gnat-6-sh4-linux-gnu/rolling 6.5.0-1cross1 amd64
  GNU Ada compiler

gnat-6-sjlj-aarch64-linux-gnu/rolling 6.4.0-16cross1 amd64
  GNU Ada compiler (setjump/longjump runtime library)

gnat-6-sjlj-alpha-linux-gnu/rolling 6.5.0-1cross1 amd64
  GNU Ada compiler (setjump/longjump runtime library)

gnat-6-sjlj-arm-linux-gnueabi/rolling 6.4.0-16cross1 amd64
  GNU Ada compiler (setjump/longjump runtime library)

gnat-6-sjlj-arm-linux-gnueabihf/rolling 6.4.0-16cross1 amd64
  GNU Ada compiler (setjump/longjump runtime library)

gnat-6-sjlj-hppa-linux-gnu/rolling 6.5.0-1cross1 amd64
  GNU Ada compiler (setjump/longjump runtime library)

gnat-6-sjlj-i686-linux-gnu/rolling 6.4.0-16cross1 amd64
  GNU Ada compiler (setjump/longjump runtime library)

gnat-6-sjlj-mips-linux-gnu/rolling 6.4.0-16cross1 amd64
  GNU Ada compiler (setjump/longjump runtime library)

gnat-6-sjlj-mips64el-linux-gnuabi64/rolling 6.4.0-16cross1 amd64
  GNU Ada compiler (setjump/longjump runtime library)

gnat-6-sjlj-mipsel-linux-gnu/rolling 6.4.0-16cross1 amd64
  GNU Ada compiler (setjump/longjump runtime library)

gnat-6-sjlj-powerpc-linux-gnu/rolling 6.5.0-1cross1 amd64
  GNU Ada compiler (setjump/longjump runtime library)

gnat-6-sjlj-powerpc64-linux-gnu/rolling 6.5.0-1cross1 amd64
  GNU Ada compiler (setjump/longjump runtime library)

gnat-6-sjlj-powerpc64le-linux-gnu/rolling 6.4.0-16cross1 amd64
  GNU Ada compiler (setjump/longjump runtime library)

gnat-6-sjlj-s390x-linux-gnu/rolling 6.4.0-16cross1 amd64
  GNU Ada compiler (setjump/longjump runtime library)

gnat-6-sjlj-sh4-linux-gnu/rolling 6.5.0-1cross1 amd64
  GNU Ada compiler (setjump/longjump runtime library)

gnat-6-sjlj-sparc64-linux-gnu/rolling 6.5.0-1cross1 amd64
  GNU Ada compiler (setjump/longjump runtime library)

gnat-6-sparc64-linux-gnu/rolling 6.5.0-1cross1 amd64
  GNU Ada compiler

gnat-7-aarch64-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU Ada compiler

gnat-7-alpha-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU Ada compiler

gnat-7-arm-linux-gnueabi/rolling 7.4.0-5cross1 amd64
  GNU Ada compiler

gnat-7-arm-linux-gnueabihf/rolling 7.4.0-5cross1 amd64
  GNU Ada compiler

gnat-7-hppa-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU Ada compiler

gnat-7-i686-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU Ada compiler

gnat-7-m68k-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU Ada compiler

gnat-7-mips-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU Ada compiler

gnat-7-mips64-linux-gnuabi64/rolling 7.4.0-5cross1 amd64
  GNU Ada compiler

gnat-7-mips64el-linux-gnuabi64/rolling 7.4.0-5cross1 amd64
  GNU Ada compiler

gnat-7-mipsel-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU Ada compiler

gnat-7-powerpc-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU Ada compiler

gnat-7-powerpc-linux-gnuspe/rolling 7.4.0-5cross1 amd64
  GNU Ada compiler

gnat-7-powerpc64-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU Ada compiler

gnat-7-powerpc64le-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU Ada compiler

gnat-7-s390x-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU Ada compiler

gnat-7-sh4-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU Ada compiler

gnat-7-sjlj-aarch64-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU Ada compiler (setjump/longjump runtime library)

gnat-7-sjlj-alpha-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU Ada compiler (setjump/longjump runtime library)

gnat-7-sjlj-arm-linux-gnueabi/rolling 7.4.0-5cross1 amd64
  GNU Ada compiler (setjump/longjump runtime library)

gnat-7-sjlj-arm-linux-gnueabihf/rolling 7.4.0-5cross1 amd64
  GNU Ada compiler (setjump/longjump runtime library)

gnat-7-sjlj-hppa-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU Ada compiler (setjump/longjump runtime library)

gnat-7-sjlj-i686-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU Ada compiler (setjump/longjump runtime library)

gnat-7-sjlj-m68k-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU Ada compiler (setjump/longjump runtime library)

gnat-7-sjlj-mips-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU Ada compiler (setjump/longjump runtime library)

gnat-7-sjlj-mips64-linux-gnuabi64/rolling 7.4.0-5cross1 amd64
  GNU Ada compiler (setjump/longjump runtime library)

gnat-7-sjlj-mips64el-linux-gnuabi64/rolling 7.4.0-5cross1 amd64
  GNU Ada compiler (setjump/longjump runtime library)

gnat-7-sjlj-mipsel-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU Ada compiler (setjump/longjump runtime library)

gnat-7-sjlj-powerpc-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU Ada compiler (setjump/longjump runtime library)

gnat-7-sjlj-powerpc-linux-gnuspe/rolling 7.4.0-5cross1 amd64
  GNU Ada compiler (setjump/longjump runtime library)

gnat-7-sjlj-powerpc64-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU Ada compiler (setjump/longjump runtime library)

gnat-7-sjlj-powerpc64le-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU Ada compiler (setjump/longjump runtime library)

gnat-7-sjlj-s390x-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU Ada compiler (setjump/longjump runtime library)

gnat-7-sjlj-sh4-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU Ada compiler (setjump/longjump runtime library)

gnat-7-sjlj-sparc64-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU Ada compiler (setjump/longjump runtime library)

gnat-7-sjlj-x86-64-linux-gnu/rolling 7.4.0-5cross1 i386
  GNU Ada compiler (setjump/longjump runtime library)

gnat-7-sjlj-x86-64-linux-gnux32/rolling 7.4.0-5cross1 amd64
  GNU Ada compiler (setjump/longjump runtime library)

gnat-7-sparc64-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU Ada compiler

gnat-7-x86-64-linux-gnu/rolling 7.4.0-5cross1 i386
  GNU Ada compiler

gnat-7-x86-64-linux-gnux32/rolling 7.4.0-5cross1 amd64
  GNU Ada compiler

gnat-8-aarch64-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU Ada compiler

gnat-8-alpha-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU Ada compiler

gnat-8-arm-linux-gnueabi/rolling 8.3.0-19cross1 amd64
  GNU Ada compiler

gnat-8-arm-linux-gnueabihf/rolling 8.3.0-19cross1 amd64
  GNU Ada compiler

gnat-8-hppa-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU Ada compiler

gnat-8-i686-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU Ada compiler

gnat-8-m68k-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU Ada compiler

gnat-8-mips-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU Ada compiler

gnat-8-mips64-linux-gnuabi64/rolling 8.3.0-2cross2 amd64
  GNU Ada compiler

gnat-8-mips64el-linux-gnuabi64/rolling 8.3.0-19cross1 amd64
  GNU Ada compiler

gnat-8-mipsel-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU Ada compiler

gnat-8-mipsisa32r6-linux-gnu/rolling 8.3.0-2cross2 amd64
  GNU Ada compiler

gnat-8-mipsisa32r6el-linux-gnu/rolling 8.3.0-2cross2 amd64
  GNU Ada compiler

gnat-8-mipsisa64r6-linux-gnuabi64/rolling 8.3.0-2cross2 amd64
  GNU Ada compiler

gnat-8-mipsisa64r6el-linux-gnuabi64/rolling 8.3.0-2cross2 amd64
  GNU Ada compiler

gnat-8-powerpc-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU Ada compiler

gnat-8-powerpc-linux-gnuspe/rolling 8.2.0-11cross2 amd64
  GNU Ada compiler

gnat-8-powerpc64-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU Ada compiler

gnat-8-powerpc64le-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU Ada compiler

gnat-8-s390x-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU Ada compiler

gnat-8-sh4-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU Ada compiler

gnat-8-sjlj-aarch64-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU Ada compiler (setjump/longjump runtime library)

gnat-8-sjlj-alpha-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU Ada compiler (setjump/longjump runtime library)

gnat-8-sjlj-arm-linux-gnueabi/rolling 8.3.0-19cross1 amd64
  GNU Ada compiler (setjump/longjump runtime library)

gnat-8-sjlj-arm-linux-gnueabihf/rolling 8.3.0-19cross1 amd64
  GNU Ada compiler (setjump/longjump runtime library)

gnat-8-sjlj-hppa-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU Ada compiler (setjump/longjump runtime library)

gnat-8-sjlj-i686-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU Ada compiler (setjump/longjump runtime library)

gnat-8-sjlj-m68k-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU Ada compiler (setjump/longjump runtime library)

gnat-8-sjlj-mips-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU Ada compiler (setjump/longjump runtime library)

gnat-8-sjlj-mips64-linux-gnuabi64/rolling 8.3.0-2cross2 amd64
  GNU Ada compiler (setjump/longjump runtime library)

gnat-8-sjlj-mips64el-linux-gnuabi64/rolling 8.3.0-19cross1 amd64
  GNU Ada compiler (setjump/longjump runtime library)

gnat-8-sjlj-mipsel-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU Ada compiler (setjump/longjump runtime library)

gnat-8-sjlj-mipsisa32r6-linux-gnu/rolling 8.3.0-2cross2 amd64
  GNU Ada compiler (setjump/longjump runtime library)

gnat-8-sjlj-mipsisa32r6el-linux-gnu/rolling 8.3.0-2cross2 amd64
  GNU Ada compiler (setjump/longjump runtime library)

gnat-8-sjlj-mipsisa64r6-linux-gnuabi64/rolling 8.3.0-2cross2 amd64
  GNU Ada compiler (setjump/longjump runtime library)

gnat-8-sjlj-mipsisa64r6el-linux-gnuabi64/rolling 8.3.0-2cross2 amd64
  GNU Ada compiler (setjump/longjump runtime library)

gnat-8-sjlj-powerpc-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU Ada compiler (setjump/longjump runtime library)

gnat-8-sjlj-powerpc-linux-gnuspe/rolling 8.2.0-11cross2 amd64
  GNU Ada compiler (setjump/longjump runtime library)

gnat-8-sjlj-powerpc64-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU Ada compiler (setjump/longjump runtime library)

gnat-8-sjlj-powerpc64le-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU Ada compiler (setjump/longjump runtime library)

gnat-8-sjlj-s390x-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU Ada compiler (setjump/longjump runtime library)

gnat-8-sjlj-sh4-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU Ada compiler (setjump/longjump runtime library)

gnat-8-sjlj-sparc64-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU Ada compiler (setjump/longjump runtime library)

gnat-8-sjlj-x86-64-linux-gnu/rolling 8.3.0-19cross1 i386
  GNU Ada compiler (setjump/longjump runtime library)

gnat-8-sjlj-x86-64-linux-gnux32/rolling 8.3.0-19cross1 amd64
  GNU Ada compiler (setjump/longjump runtime library)

gnat-8-sparc64-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU Ada compiler

gnat-8-x86-64-linux-gnu/rolling 8.3.0-19cross1 i386
  GNU Ada compiler

gnat-8-x86-64-linux-gnux32/rolling 8.3.0-19cross1 amd64
  GNU Ada compiler

gnat-9-aarch64-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU Ada compiler

gnat-9-alpha-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU Ada compiler

gnat-9-arm-linux-gnueabi/rolling 9.1.0-8cross1 amd64
  GNU Ada compiler

gnat-9-arm-linux-gnueabihf/rolling 9.1.0-8cross1 amd64
  GNU Ada compiler

gnat-9-hppa-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU Ada compiler

gnat-9-i686-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU Ada compiler

gnat-9-m68k-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU Ada compiler

gnat-9-mips-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU Ada compiler

gnat-9-mips64el-linux-gnuabi64/rolling 9.1.0-8cross1 amd64
  GNU Ada compiler

gnat-9-mipsel-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU Ada compiler

gnat-9-powerpc-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU Ada compiler

gnat-9-powerpc64-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU Ada compiler

gnat-9-powerpc64le-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU Ada compiler

gnat-9-s390x-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU Ada compiler

gnat-9-sh4-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU Ada compiler

gnat-9-sparc64-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU Ada compiler

gnat-9-x86-64-linux-gnu/rolling 9.1.0-8cross1 i386
  GNU Ada compiler

gnat-9-x86-64-linux-gnux32/rolling 9.1.0-8cross1 amd64
  GNU Ada compiler

gnome-system-tools/rolling,now 3.0.0-8 amd64 [installato, automatico]
  Cross-platform configuration utilities

gnucobol/rolling 2.2-5 amd64
  COBOL compiler

gobjc++-6-aarch64-linux-gnu/rolling 6.4.0-16cross1 amd64
  GNU Objective-C++ compiler

gobjc++-6-alpha-linux-gnu/rolling 6.5.0-1cross1 amd64
  GNU Objective-C++ compiler

gobjc++-6-arm-linux-gnueabi/rolling 6.4.0-16cross1 amd64
  GNU Objective-C++ compiler

gobjc++-6-arm-linux-gnueabihf/rolling 6.4.0-16cross1 amd64
  GNU Objective-C++ compiler

gobjc++-6-hppa-linux-gnu/rolling 6.5.0-1cross1 amd64
  GNU Objective-C++ compiler

gobjc++-6-i686-linux-gnu/rolling 6.4.0-16cross1 amd64
  GNU Objective-C++ compiler

gobjc++-6-m68k-linux-gnu/rolling 6.5.0-1cross1 amd64
  GNU Objective-C++ compiler

gobjc++-6-mips-linux-gnu/rolling 6.4.0-16cross1 amd64
  GNU Objective-C++ compiler

gobjc++-6-mips64-linux-gnuabi64/rolling 6.5.0-1cross1 amd64
  GNU Objective-C++ compiler

gobjc++-6-mips64el-linux-gnuabi64/rolling 6.4.0-16cross1 amd64
  GNU Objective-C++ compiler

gobjc++-6-mipsel-linux-gnu/rolling 6.4.0-16cross1 amd64
  GNU Objective-C++ compiler

gobjc++-6-multilib-i686-linux-gnu/rolling 6.4.0-16cross1 amd64
  GNU Objective-C++ compiler (multilib support)

gobjc++-6-multilib-mips-linux-gnu/rolling 6.4.0-16cross1 amd64
  GNU Objective-C++ compiler (multilib support)

gobjc++-6-multilib-mips64-linux-gnuabi64/rolling 6.5.0-1cross1 amd64
  GNU Objective-C++ compiler (multilib support)

gobjc++-6-multilib-mips64el-linux-gnuabi64/rolling 6.4.0-16cross1 amd64
  GNU Objective-C++ compiler (multilib support)

gobjc++-6-multilib-mipsel-linux-gnu/rolling 6.4.0-16cross1 amd64
  GNU Objective-C++ compiler (multilib support)

gobjc++-6-multilib-powerpc-linux-gnu/rolling 6.5.0-1cross1 amd64
  GNU Objective-C++ compiler (multilib support)

gobjc++-6-multilib-powerpc64-linux-gnu/rolling 6.5.0-1cross1 amd64
  GNU Objective-C++ compiler (multilib support)

gobjc++-6-multilib-s390x-linux-gnu/rolling 6.4.0-16cross1 amd64
  GNU Objective-C++ compiler (multilib support)

gobjc++-6-multilib-sparc64-linux-gnu/rolling 6.5.0-1cross1 amd64
  GNU Objective-C++ compiler (multilib support)

gobjc++-6-multilib-x86-64-linux-gnu/rolling 6.4.0-16cross1 i386
  GNU Objective-C++ compiler (multilib support)

gobjc++-6-multilib-x86-64-linux-gnux32/rolling 6.5.0-1cross1 amd64
  GNU Objective-C++ compiler (multilib support)

gobjc++-6-powerpc-linux-gnu/rolling 6.5.0-1cross1 amd64
  GNU Objective-C++ compiler

gobjc++-6-powerpc-linux-gnuspe/rolling 6.5.0-1cross1 amd64
  GNU Objective-C++ compiler

gobjc++-6-powerpc64-linux-gnu/rolling 6.5.0-1cross1 amd64
  GNU Objective-C++ compiler

gobjc++-6-powerpc64le-linux-gnu/rolling 6.4.0-16cross1 amd64
  GNU Objective-C++ compiler

gobjc++-6-s390x-linux-gnu/rolling 6.4.0-16cross1 amd64
  GNU Objective-C++ compiler

gobjc++-6-sh4-linux-gnu/rolling 6.5.0-1cross1 amd64
  GNU Objective-C++ compiler

gobjc++-6-sparc64-linux-gnu/rolling 6.5.0-1cross1 amd64
  GNU Objective-C++ compiler

gobjc++-6-x86-64-linux-gnu/rolling 6.4.0-16cross1 i386
  GNU Objective-C++ compiler

gobjc++-6-x86-64-linux-gnux32/rolling 6.5.0-1cross1 amd64
  GNU Objective-C++ compiler

gobjc++-7-aarch64-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU Objective-C++ compiler

gobjc++-7-alpha-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU Objective-C++ compiler

gobjc++-7-arm-linux-gnueabi/rolling 7.4.0-5cross1 amd64
  GNU Objective-C++ compiler

gobjc++-7-arm-linux-gnueabihf/rolling 7.4.0-5cross1 amd64
  GNU Objective-C++ compiler

gobjc++-7-hppa-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU Objective-C++ compiler

gobjc++-7-i686-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU Objective-C++ compiler

gobjc++-7-m68k-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU Objective-C++ compiler

gobjc++-7-mips-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU Objective-C++ compiler

gobjc++-7-mips64-linux-gnuabi64/rolling 7.4.0-5cross1 amd64
  GNU Objective-C++ compiler

gobjc++-7-mips64el-linux-gnuabi64/rolling 7.4.0-5cross1 amd64
  GNU Objective-C++ compiler

gobjc++-7-mipsel-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU Objective-C++ compiler

gobjc++-7-multilib-i686-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU Objective-C++ compiler (multilib support)

gobjc++-7-multilib-mips-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU Objective-C++ compiler (multilib support)

gobjc++-7-multilib-mips64-linux-gnuabi64/rolling 7.4.0-5cross1 amd64
  GNU Objective-C++ compiler (multilib support)

gobjc++-7-multilib-mips64el-linux-gnuabi64/rolling 7.4.0-5cross1 amd64
  GNU Objective-C++ compiler (multilib support)

gobjc++-7-multilib-mipsel-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU Objective-C++ compiler (multilib support)

gobjc++-7-multilib-powerpc-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU Objective-C++ compiler (multilib support)

gobjc++-7-multilib-powerpc64-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU Objective-C++ compiler (multilib support)

gobjc++-7-multilib-s390x-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU Objective-C++ compiler (multilib support)

gobjc++-7-multilib-sparc64-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU Objective-C++ compiler (multilib support)

gobjc++-7-multilib-x86-64-linux-gnu/rolling 7.4.0-5cross1 i386
  GNU Objective-C++ compiler (multilib support)

gobjc++-7-multilib-x86-64-linux-gnux32/rolling 7.4.0-5cross1 amd64
  GNU Objective-C++ compiler (multilib support)

gobjc++-7-powerpc-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU Objective-C++ compiler

gobjc++-7-powerpc-linux-gnuspe/rolling 7.4.0-5cross1 amd64
  GNU Objective-C++ compiler

gobjc++-7-powerpc64-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU Objective-C++ compiler

gobjc++-7-powerpc64le-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU Objective-C++ compiler

gobjc++-7-riscv64-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU Objective-C++ compiler

gobjc++-7-s390x-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU Objective-C++ compiler

gobjc++-7-sh4-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU Objective-C++ compiler

gobjc++-7-sparc64-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU Objective-C++ compiler

gobjc++-7-x86-64-linux-gnu/rolling 7.4.0-5cross1 i386
  GNU Objective-C++ compiler

gobjc++-7-x86-64-linux-gnux32/rolling 7.4.0-5cross1 amd64
  GNU Objective-C++ compiler

gobjc++-8-aarch64-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU Objective-C++ compiler

gobjc++-8-alpha-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU Objective-C++ compiler

gobjc++-8-arm-linux-gnueabi/rolling 8.3.0-19cross1 amd64
  GNU Objective-C++ compiler

gobjc++-8-arm-linux-gnueabihf/rolling 8.3.0-19cross1 amd64
  GNU Objective-C++ compiler

gobjc++-8-hppa-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU Objective-C++ compiler

gobjc++-8-i686-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU Objective-C++ compiler

gobjc++-8-m68k-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU Objective-C++ compiler

gobjc++-8-mips-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU Objective-C++ compiler

gobjc++-8-mips64-linux-gnuabi64/rolling 8.3.0-2cross2 amd64
  GNU Objective-C++ compiler

gobjc++-8-mips64el-linux-gnuabi64/rolling 8.3.0-19cross1 amd64
  GNU Objective-C++ compiler

gobjc++-8-mipsel-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU Objective-C++ compiler

gobjc++-8-mipsisa32r6-linux-gnu/rolling 8.3.0-2cross2 amd64
  GNU Objective-C++ compiler

gobjc++-8-mipsisa32r6el-linux-gnu/rolling 8.3.0-2cross2 amd64
  GNU Objective-C++ compiler

gobjc++-8-mipsisa64r6-linux-gnuabi64/rolling 8.3.0-2cross2 amd64
  GNU Objective-C++ compiler

gobjc++-8-mipsisa64r6el-linux-gnuabi64/rolling 8.3.0-2cross2 amd64
  GNU Objective-C++ compiler

gobjc++-8-multilib-i686-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU Objective-C++ compiler (multilib support)

gobjc++-8-multilib-mips-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU Objective-C++ compiler (multilib support)

gobjc++-8-multilib-mips64-linux-gnuabi64/rolling 8.3.0-2cross2 amd64
  GNU Objective-C++ compiler (multilib support)

gobjc++-8-multilib-mips64el-linux-gnuabi64/rolling 8.3.0-19cross1 amd64
  GNU Objective-C++ compiler (multilib support)

gobjc++-8-multilib-mipsel-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU Objective-C++ compiler (multilib support)

gobjc++-8-multilib-mipsisa32r6-linux-gnu/rolling 8.3.0-2cross2 amd64
  GNU Objective-C++ compiler (multilib support)

gobjc++-8-multilib-mipsisa32r6el-linux-gnu/rolling 8.3.0-2cross2 amd64
  GNU Objective-C++ compiler (multilib support)

gobjc++-8-multilib-mipsisa64r6-linux-gnuabi64/rolling 8.3.0-2cross2 amd64
  GNU Objective-C++ compiler (multilib support)

gobjc++-8-multilib-mipsisa64r6el-linux-gnuabi64/rolling 8.3.0-2cross2 amd64
  GNU Objective-C++ compiler (multilib support)

gobjc++-8-multilib-powerpc-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU Objective-C++ compiler (multilib support)

gobjc++-8-multilib-powerpc64-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU Objective-C++ compiler (multilib support)

gobjc++-8-multilib-s390x-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU Objective-C++ compiler (multilib support)

gobjc++-8-multilib-sparc64-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU Objective-C++ compiler (multilib support)

gobjc++-8-multilib-x86-64-linux-gnu/rolling 8.3.0-19cross1 i386
  GNU Objective-C++ compiler (multilib support)

gobjc++-8-multilib-x86-64-linux-gnux32/rolling 8.3.0-19cross1 amd64
  GNU Objective-C++ compiler (multilib support)

gobjc++-8-powerpc-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU Objective-C++ compiler

gobjc++-8-powerpc-linux-gnuspe/rolling 8.3.0-2cross2 amd64
  GNU Objective-C++ compiler

gobjc++-8-powerpc64-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU Objective-C++ compiler

gobjc++-8-powerpc64le-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU Objective-C++ compiler

gobjc++-8-riscv64-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU Objective-C++ compiler

gobjc++-8-s390x-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU Objective-C++ compiler

gobjc++-8-sh4-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU Objective-C++ compiler

gobjc++-8-sparc64-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU Objective-C++ compiler

gobjc++-8-x86-64-linux-gnu/rolling 8.3.0-19cross1 i386
  GNU Objective-C++ compiler

gobjc++-8-x86-64-linux-gnux32/rolling 8.3.0-19cross1 amd64
  GNU Objective-C++ compiler

gobjc++-9-aarch64-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU Objective-C++ compiler

gobjc++-9-alpha-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU Objective-C++ compiler

gobjc++-9-arm-linux-gnueabi/rolling 9.1.0-8cross1 amd64
  GNU Objective-C++ compiler

gobjc++-9-arm-linux-gnueabihf/rolling 9.1.0-8cross1 amd64
  GNU Objective-C++ compiler

gobjc++-9-hppa-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU Objective-C++ compiler

gobjc++-9-i686-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU Objective-C++ compiler

gobjc++-9-m68k-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU Objective-C++ compiler

gobjc++-9-mips-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU Objective-C++ compiler

gobjc++-9-mips64el-linux-gnuabi64/rolling 9.1.0-8cross1 amd64
  GNU Objective-C++ compiler

gobjc++-9-mipsel-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU Objective-C++ compiler

gobjc++-9-multilib-i686-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU Objective-C++ compiler (multilib support)

gobjc++-9-multilib-mips-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU Objective-C++ compiler (multilib support)

gobjc++-9-multilib-mips64el-linux-gnuabi64/rolling 9.1.0-8cross1 amd64
  GNU Objective-C++ compiler (multilib support)

gobjc++-9-multilib-mipsel-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU Objective-C++ compiler (multilib support)

gobjc++-9-multilib-powerpc-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU Objective-C++ compiler (multilib support)

gobjc++-9-multilib-powerpc64-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU Objective-C++ compiler (multilib support)

gobjc++-9-multilib-s390x-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU Objective-C++ compiler (multilib support)

gobjc++-9-multilib-sparc64-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU Objective-C++ compiler (multilib support)

gobjc++-9-multilib-x86-64-linux-gnu/rolling 9.1.0-8cross1 i386
  GNU Objective-C++ compiler (multilib support)

gobjc++-9-multilib-x86-64-linux-gnux32/rolling 9.1.0-8cross1 amd64
  GNU Objective-C++ compiler (multilib support)

gobjc++-9-powerpc-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU Objective-C++ compiler

gobjc++-9-powerpc64-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU Objective-C++ compiler

gobjc++-9-powerpc64le-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU Objective-C++ compiler

gobjc++-9-riscv64-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU Objective-C++ compiler

gobjc++-9-s390x-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU Objective-C++ compiler

gobjc++-9-sh4-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU Objective-C++ compiler

gobjc++-9-sparc64-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU Objective-C++ compiler

gobjc++-9-x86-64-linux-gnu/rolling 9.1.0-8cross1 i386
  GNU Objective-C++ compiler

gobjc++-9-x86-64-linux-gnux32/rolling 9.1.0-8cross1 amd64
  GNU Objective-C++ compiler

gobjc++-aarch64-linux-gnu/rolling 4:8.3.0-1 amd64
  GNU Objective-C++ compiler for the arm64 architecture

gobjc++-alpha-linux-gnu/rolling 4:8.3.0-2.1 amd64
  GNU Objective-C++ compiler for the alpha architecture

gobjc++-arm-linux-gnueabi/rolling 4:8.3.0-1 amd64
  GNU Objective-C++ compiler for the armel architecture

gobjc++-arm-linux-gnueabihf/rolling 4:8.3.0-1 amd64
  GNU Objective-C++ compiler for the armhf architecture

gobjc++-hppa-linux-gnu/rolling 4:8.3.0-2.1 amd64
  GNU Objective-C++ compiler for the hppa architecture

gobjc++-i686-linux-gnu/rolling 4:8.3.0-1 amd64
  GNU Objective-C++ compiler for the i386 architecture

gobjc++-m68k-linux-gnu/rolling 4:8.3.0-2.1 amd64
  GNU Objective-C++ compiler for the m68k architecture

gobjc++-mips-linux-gnu/rolling 4:8.3.0-1 amd64
  GNU Objective-C++ compiler for the mips architecture

gobjc++-mips64-linux-gnuabi64/rolling 4:8.3.0-1.1 amd64
  GNU Objective-C++ compiler for the mips64 architecture

gobjc++-mips64el-linux-gnuabi64/rolling 4:8.3.0-1 amd64
  GNU Objective-C++ compiler for the mips64el architecture

gobjc++-mipsel-linux-gnu/rolling 4:8.3.0-1 amd64
  GNU Objective-C++ compiler for the mipsel architecture

gobjc++-mipsisa32r6-linux-gnu/rolling 4:8.3.0-1.1 amd64
  GNU Objective-C++ compiler for the mipsr6 architecture

gobjc++-mipsisa32r6el-linux-gnu/rolling 4:8.3.0-1.1 amd64
  GNU Objective-C++ compiler for the mipsr6el architecture

gobjc++-mipsisa64r6-linux-gnuabi64/rolling 4:8.3.0-1.1 amd64
  GNU Objective-C++ compiler for the mips64r6 architecture

gobjc++-mipsisa64r6el-linux-gnuabi64/rolling 4:8.3.0-1.1 amd64
  GNU Objective-C++ compiler for the mips64r6el architecture

gobjc++-multilib-i686-linux-gnu/rolling 4:8.3.0-1 amd64
  GNU Objective-C++ compiler for the i386 architecture

gobjc++-multilib-mips-linux-gnu/rolling 4:8.3.0-1 amd64
  GNU Objective-C++ compiler for the mips architecture

gobjc++-multilib-mips64-linux-gnuabi64/rolling 4:8.3.0-1.1 amd64
  GNU Objective-C++ compiler for the mips64 architecture

gobjc++-multilib-mips64el-linux-gnuabi64/rolling 4:8.3.0-1 amd64
  GNU Objective-C++ compiler for the mips64el architecture

gobjc++-multilib-mipsel-linux-gnu/rolling 4:8.3.0-1 amd64
  GNU Objective-C++ compiler for the mipsel architecture

gobjc++-multilib-mipsisa32r6-linux-gnu/rolling 4:8.3.0-1.1 amd64
  GNU Objective-C++ compiler for the mipsr6 architecture

gobjc++-multilib-mipsisa32r6el-linux-gnu/rolling 4:8.3.0-1.1 amd64
  GNU Objective-C++ compiler for the mipsr6el architecture

gobjc++-multilib-mipsisa64r6-linux-gnuabi64/rolling 4:8.3.0-1.1 amd64
  GNU Objective-C++ compiler for the mips64r6 architecture

gobjc++-multilib-mipsisa64r6el-linux-gnuabi64/rolling 4:8.3.0-1.1 amd64
  GNU Objective-C++ compiler for the mips64r6el architecture

gobjc++-multilib-powerpc-linux-gnu/rolling 4:8.3.0-2.1 amd64
  GNU Objective-C++ compiler for the powerpc architecture

gobjc++-multilib-powerpc64-linux-gnu/rolling 4:8.3.0-2.1 amd64
  GNU Objective-C++ compiler for the ppc64 architecture

gobjc++-multilib-s390x-linux-gnu/rolling 4:8.3.0-1 amd64
  GNU Objective-C++ compiler for the s390x architecture

gobjc++-multilib-sparc64-linux-gnu/rolling 4:8.3.0-2.1 amd64
  GNU Objective-C++ compiler for the sparc64 architecture

gobjc++-multilib-x86-64-linux-gnu/rolling 4:8.3.0-1 i386
  GNU Objective-C++ compiler for the amd64 architecture

gobjc++-multilib-x86-64-linux-gnux32/rolling 4:8.3.0-2.1 amd64
  GNU Objective-C++ compiler for the x32 architecture

gobjc++-powerpc-linux-gnu/rolling 4:8.3.0-2.1 amd64
  GNU Objective-C++ compiler for the powerpc architecture

gobjc++-powerpc-linux-gnuspe/rolling 4:8.3.0-2 amd64
  GNU Objective-C++ compiler for the powerpcspe architecture

gobjc++-powerpc64-linux-gnu/rolling 4:8.3.0-2.1 amd64
  GNU Objective-C++ compiler for the ppc64 architecture

gobjc++-powerpc64le-linux-gnu/rolling 4:8.3.0-1 amd64
  GNU Objective-C++ compiler for the ppc64el architecture

gobjc++-riscv64-linux-gnu/rolling 4:8.3.0-2.1 amd64
  GNU Objective-C++ compiler for the riscv64 architecture

gobjc++-s390x-linux-gnu/rolling 4:8.3.0-1 amd64
  GNU Objective-C++ compiler for the s390x architecture

gobjc++-sh4-linux-gnu/rolling 4:8.3.0-2.1 amd64
  GNU Objective-C++ compiler for the sh4 architecture

gobjc++-sparc64-linux-gnu/rolling 4:8.3.0-2.1 amd64
  GNU Objective-C++ compiler for the sparc64 architecture

gobjc++-x86-64-linux-gnu/rolling 4:8.3.0-1 i386
  GNU Objective-C++ compiler for the amd64 architecture

gobjc++-x86-64-linux-gnux32/rolling 4:8.3.0-2.1 amd64
  GNU Objective-C++ compiler for the x32 architecture

gobjc-6-aarch64-linux-gnu/rolling 6.4.0-16cross1 amd64
  GNU Objective-C compiler

gobjc-6-alpha-linux-gnu/rolling 6.5.0-1cross1 amd64
  GNU Objective-C compiler

gobjc-6-arm-linux-gnueabi/rolling 6.4.0-16cross1 amd64
  GNU Objective-C compiler

gobjc-6-arm-linux-gnueabihf/rolling 6.4.0-16cross1 amd64
  GNU Objective-C compiler

gobjc-6-hppa-linux-gnu/rolling 6.5.0-1cross1 amd64
  GNU Objective-C compiler

gobjc-6-i686-linux-gnu/rolling 6.4.0-16cross1 amd64
  GNU Objective-C compiler

gobjc-6-m68k-linux-gnu/rolling 6.5.0-1cross1 amd64
  GNU Objective-C compiler

gobjc-6-mips-linux-gnu/rolling 6.4.0-16cross1 amd64
  GNU Objective-C compiler

gobjc-6-mips64-linux-gnuabi64/rolling 6.5.0-1cross1 amd64
  GNU Objective-C compiler

gobjc-6-mips64el-linux-gnuabi64/rolling 6.4.0-16cross1 amd64
  GNU Objective-C compiler

gobjc-6-mipsel-linux-gnu/rolling 6.4.0-16cross1 amd64
  GNU Objective-C compiler

gobjc-6-multilib-i686-linux-gnu/rolling 6.4.0-16cross1 amd64
  GNU Objective-C compiler (multilib support)

gobjc-6-multilib-mips-linux-gnu/rolling 6.4.0-16cross1 amd64
  GNU Objective-C compiler (multilib support)

gobjc-6-multilib-mips64-linux-gnuabi64/rolling 6.5.0-1cross1 amd64
  GNU Objective-C compiler (multilib support)

gobjc-6-multilib-mips64el-linux-gnuabi64/rolling 6.4.0-16cross1 amd64
  GNU Objective-C compiler (multilib support)

gobjc-6-multilib-mipsel-linux-gnu/rolling 6.4.0-16cross1 amd64
  GNU Objective-C compiler (multilib support)

gobjc-6-multilib-powerpc-linux-gnu/rolling 6.5.0-1cross1 amd64
  GNU Objective-C compiler (multilib support)

gobjc-6-multilib-powerpc64-linux-gnu/rolling 6.5.0-1cross1 amd64
  GNU Objective-C compiler (multilib support)

gobjc-6-multilib-s390x-linux-gnu/rolling 6.4.0-16cross1 amd64
  GNU Objective-C compiler (multilib support)

gobjc-6-multilib-sparc64-linux-gnu/rolling 6.5.0-1cross1 amd64
  GNU Objective-C compiler (multilib support)

gobjc-6-multilib-x86-64-linux-gnu/rolling 6.4.0-16cross1 i386
  GNU Objective-C compiler (multilib support)

gobjc-6-multilib-x86-64-linux-gnux32/rolling 6.5.0-1cross1 amd64
  GNU Objective-C compiler (multilib support)

gobjc-6-powerpc-linux-gnu/rolling 6.5.0-1cross1 amd64
  GNU Objective-C compiler

gobjc-6-powerpc-linux-gnuspe/rolling 6.5.0-1cross1 amd64
  GNU Objective-C compiler

gobjc-6-powerpc64-linux-gnu/rolling 6.5.0-1cross1 amd64
  GNU Objective-C compiler

gobjc-6-powerpc64le-linux-gnu/rolling 6.4.0-16cross1 amd64
  GNU Objective-C compiler

gobjc-6-s390x-linux-gnu/rolling 6.4.0-16cross1 amd64
  GNU Objective-C compiler

gobjc-6-sh4-linux-gnu/rolling 6.5.0-1cross1 amd64
  GNU Objective-C compiler

gobjc-6-sparc64-linux-gnu/rolling 6.5.0-1cross1 amd64
  GNU Objective-C compiler

gobjc-6-x86-64-linux-gnu/rolling 6.4.0-16cross1 i386
  GNU Objective-C compiler

gobjc-6-x86-64-linux-gnux32/rolling 6.5.0-1cross1 amd64
  GNU Objective-C compiler

gobjc-7-aarch64-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU Objective-C compiler

gobjc-7-alpha-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU Objective-C compiler

gobjc-7-arm-linux-gnueabi/rolling 7.4.0-5cross1 amd64
  GNU Objective-C compiler

gobjc-7-arm-linux-gnueabihf/rolling 7.4.0-5cross1 amd64
  GNU Objective-C compiler

gobjc-7-hppa-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU Objective-C compiler

gobjc-7-i686-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU Objective-C compiler

gobjc-7-m68k-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU Objective-C compiler

gobjc-7-mips-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU Objective-C compiler

gobjc-7-mips64-linux-gnuabi64/rolling 7.4.0-5cross1 amd64
  GNU Objective-C compiler

gobjc-7-mips64el-linux-gnuabi64/rolling 7.4.0-5cross1 amd64
  GNU Objective-C compiler

gobjc-7-mipsel-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU Objective-C compiler

gobjc-7-multilib-i686-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU Objective-C compiler (multilib support)

gobjc-7-multilib-mips-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU Objective-C compiler (multilib support)

gobjc-7-multilib-mips64-linux-gnuabi64/rolling 7.4.0-5cross1 amd64
  GNU Objective-C compiler (multilib support)

gobjc-7-multilib-mips64el-linux-gnuabi64/rolling 7.4.0-5cross1 amd64
  GNU Objective-C compiler (multilib support)

gobjc-7-multilib-mipsel-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU Objective-C compiler (multilib support)

gobjc-7-multilib-powerpc-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU Objective-C compiler (multilib support)

gobjc-7-multilib-powerpc64-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU Objective-C compiler (multilib support)

gobjc-7-multilib-s390x-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU Objective-C compiler (multilib support)

gobjc-7-multilib-sparc64-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU Objective-C compiler (multilib support)

gobjc-7-multilib-x86-64-linux-gnu/rolling 7.4.0-5cross1 i386
  GNU Objective-C compiler (multilib support)

gobjc-7-multilib-x86-64-linux-gnux32/rolling 7.4.0-5cross1 amd64
  GNU Objective-C compiler (multilib support)

gobjc-7-powerpc-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU Objective-C compiler

gobjc-7-powerpc-linux-gnuspe/rolling 7.4.0-5cross1 amd64
  GNU Objective-C compiler

gobjc-7-powerpc64-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU Objective-C compiler

gobjc-7-powerpc64le-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU Objective-C compiler

gobjc-7-riscv64-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU Objective-C compiler

gobjc-7-s390x-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU Objective-C compiler

gobjc-7-sh4-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU Objective-C compiler

gobjc-7-sparc64-linux-gnu/rolling 7.4.0-5cross1 amd64
  GNU Objective-C compiler

gobjc-7-x86-64-linux-gnu/rolling 7.4.0-5cross1 i386
  GNU Objective-C compiler

gobjc-7-x86-64-linux-gnux32/rolling 7.4.0-5cross1 amd64
  GNU Objective-C compiler

gobjc-8-aarch64-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU Objective-C compiler

gobjc-8-alpha-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU Objective-C compiler

gobjc-8-arm-linux-gnueabi/rolling 8.3.0-19cross1 amd64
  GNU Objective-C compiler

gobjc-8-arm-linux-gnueabihf/rolling 8.3.0-19cross1 amd64
  GNU Objective-C compiler

gobjc-8-hppa-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU Objective-C compiler

gobjc-8-i686-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU Objective-C compiler

gobjc-8-m68k-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU Objective-C compiler

gobjc-8-mips-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU Objective-C compiler

gobjc-8-mips64-linux-gnuabi64/rolling 8.3.0-2cross2 amd64
  GNU Objective-C compiler

gobjc-8-mips64el-linux-gnuabi64/rolling 8.3.0-19cross1 amd64
  GNU Objective-C compiler

gobjc-8-mipsel-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU Objective-C compiler

gobjc-8-mipsisa32r6-linux-gnu/rolling 8.3.0-2cross2 amd64
  GNU Objective-C compiler

gobjc-8-mipsisa32r6el-linux-gnu/rolling 8.3.0-2cross2 amd64
  GNU Objective-C compiler

gobjc-8-mipsisa64r6-linux-gnuabi64/rolling 8.3.0-2cross2 amd64
  GNU Objective-C compiler

gobjc-8-mipsisa64r6el-linux-gnuabi64/rolling 8.3.0-2cross2 amd64
  GNU Objective-C compiler

gobjc-8-multilib-i686-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU Objective-C compiler (multilib support) (cross compiler for i386 architecture)

gobjc-8-multilib-mips-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU Objective-C compiler (multilib support) (cross compiler for mips architecture)

gobjc-8-multilib-mips64-linux-gnuabi64/rolling 8.3.0-2cross2 amd64
  GNU Objective-C compiler (multilib support)

gobjc-8-multilib-mips64el-linux-gnuabi64/rolling 8.3.0-19cross1 amd64
  GNU Objective-C compiler (multilib support) (cross compiler for mips64el architecture)

gobjc-8-multilib-mipsel-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU Objective-C compiler (multilib support) (cross compiler for mipsel architecture)

gobjc-8-multilib-mipsisa32r6-linux-gnu/rolling 8.3.0-2cross2 amd64
  GNU Objective-C compiler (multilib support)

gobjc-8-multilib-mipsisa32r6el-linux-gnu/rolling 8.3.0-2cross2 amd64
  GNU Objective-C compiler (multilib support)

gobjc-8-multilib-mipsisa64r6-linux-gnuabi64/rolling 8.3.0-2cross2 amd64
  GNU Objective-C compiler (multilib support)

gobjc-8-multilib-mipsisa64r6el-linux-gnuabi64/rolling 8.3.0-2cross2 amd64
  GNU Objective-C compiler (multilib support)

gobjc-8-multilib-powerpc-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU Objective-C compiler (multilib support) (cross compiler for powerpc architecture)

gobjc-8-multilib-powerpc64-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU Objective-C compiler (multilib support) (cross compiler for ppc64 architecture)

gobjc-8-multilib-s390x-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU Objective-C compiler (multilib support) (cross compiler for s390x architecture)

gobjc-8-multilib-sparc64-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU Objective-C compiler (multilib support) (cross compiler for sparc64 architecture)

gobjc-8-multilib-x86-64-linux-gnu/rolling 8.3.0-19cross1 i386
  GNU Objective-C compiler (multilib support) (cross compiler for amd64 architecture)

gobjc-8-multilib-x86-64-linux-gnux32/rolling 8.3.0-19cross1 amd64
  GNU Objective-C compiler (multilib support) (cross compiler for x32 architecture)

gobjc-8-powerpc-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU Objective-C compiler

gobjc-8-powerpc-linux-gnuspe/rolling 8.3.0-2cross2 amd64
  GNU Objective-C compiler

gobjc-8-powerpc64-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU Objective-C compiler

gobjc-8-powerpc64le-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU Objective-C compiler

gobjc-8-riscv64-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU Objective-C compiler

gobjc-8-s390x-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU Objective-C compiler

gobjc-8-sh4-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU Objective-C compiler

gobjc-8-sparc64-linux-gnu/rolling 8.3.0-19cross1 amd64
  GNU Objective-C compiler

gobjc-8-x86-64-linux-gnu/rolling 8.3.0-19cross1 i386
  GNU Objective-C compiler

gobjc-8-x86-64-linux-gnux32/rolling 8.3.0-19cross1 amd64
  GNU Objective-C compiler

gobjc-9-aarch64-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU Objective-C compiler

gobjc-9-alpha-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU Objective-C compiler

gobjc-9-arm-linux-gnueabi/rolling 9.1.0-8cross1 amd64
  GNU Objective-C compiler

gobjc-9-arm-linux-gnueabihf/rolling 9.1.0-8cross1 amd64
  GNU Objective-C compiler

gobjc-9-hppa-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU Objective-C compiler

gobjc-9-i686-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU Objective-C compiler

gobjc-9-m68k-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU Objective-C compiler

gobjc-9-mips-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU Objective-C compiler

gobjc-9-mips64el-linux-gnuabi64/rolling 9.1.0-8cross1 amd64
  GNU Objective-C compiler

gobjc-9-mipsel-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU Objective-C compiler

gobjc-9-multilib-i686-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU Objective-C compiler (multilib support) (cross compiler for i386 architecture)

gobjc-9-multilib-mips-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU Objective-C compiler (multilib support) (cross compiler for mips architecture)

gobjc-9-multilib-mips64el-linux-gnuabi64/rolling 9.1.0-8cross1 amd64
  GNU Objective-C compiler (multilib support) (cross compiler for mips64el architecture)

gobjc-9-multilib-mipsel-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU Objective-C compiler (multilib support) (cross compiler for mipsel architecture)

gobjc-9-multilib-powerpc-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU Objective-C compiler (multilib support) (cross compiler for powerpc architecture)

gobjc-9-multilib-powerpc64-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU Objective-C compiler (multilib support) (cross compiler for ppc64 architecture)

gobjc-9-multilib-s390x-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU Objective-C compiler (multilib support) (cross compiler for s390x architecture)

gobjc-9-multilib-sparc64-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU Objective-C compiler (multilib support) (cross compiler for sparc64 architecture)

gobjc-9-multilib-x86-64-linux-gnu/rolling 9.1.0-8cross1 i386
  GNU Objective-C compiler (multilib support) (cross compiler for amd64 architecture)

gobjc-9-multilib-x86-64-linux-gnux32/rolling 9.1.0-8cross1 amd64
  GNU Objective-C compiler (multilib support) (cross compiler for x32 architecture)

gobjc-9-powerpc-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU Objective-C compiler

gobjc-9-powerpc64-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU Objective-C compiler

gobjc-9-powerpc64le-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU Objective-C compiler

gobjc-9-riscv64-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU Objective-C compiler

gobjc-9-s390x-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU Objective-C compiler

gobjc-9-sh4-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU Objective-C compiler

gobjc-9-sparc64-linux-gnu/rolling 9.1.0-8cross1 amd64
  GNU Objective-C compiler

gobjc-9-x86-64-linux-gnu/rolling 9.1.0-8cross1 i386
  GNU Objective-C compiler

gobjc-9-x86-64-linux-gnux32/rolling 9.1.0-8cross1 amd64
  GNU Objective-C compiler

gobjc-aarch64-linux-gnu/rolling 4:8.3.0-1 amd64
  GNU Objective-C compiler for the arm64 architecture

gobjc-alpha-linux-gnu/rolling 4:8.3.0-2.1 amd64
  GNU Objective-C compiler for the alpha architecture

gobjc-arm-linux-gnueabi/rolling 4:8.3.0-1 amd64
  GNU Objective-C compiler for the armel architecture

gobjc-arm-linux-gnueabihf/rolling 4:8.3.0-1 amd64
  GNU Objective-C compiler for the armhf architecture

gobjc-hppa-linux-gnu/rolling 4:8.3.0-2.1 amd64
  GNU Objective-C compiler for the hppa architecture

gobjc-i686-linux-gnu/rolling 4:8.3.0-1 amd64
  GNU Objective-C compiler for the i386 architecture

gobjc-m68k-linux-gnu/rolling 4:8.3.0-2.1 amd64
  GNU Objective-C compiler for the m68k architecture

gobjc-mips-linux-gnu/rolling 4:8.3.0-1 amd64
  GNU Objective-C compiler for the mips architecture

gobjc-mips64-linux-gnuabi64/rolling 4:8.3.0-1.1 amd64
  GNU Objective-C compiler for the mips64 architecture

gobjc-mips64el-linux-gnuabi64/rolling 4:8.3.0-1 amd64
  GNU Objective-C compiler for the mips64el architecture

gobjc-mipsel-linux-gnu/rolling 4:8.3.0-1 amd64
  GNU Objective-C compiler for the mipsel architecture

gobjc-mipsisa32r6-linux-gnu/rolling 4:8.3.0-1.1 amd64
  GNU Objective-C compiler for the mipsr6 architecture

gobjc-mipsisa32r6el-linux-gnu/rolling 4:8.3.0-1.1 amd64
  GNU Objective-C compiler for the mipsr6el architecture

gobjc-mipsisa64r6-linux-gnuabi64/rolling 4:8.3.0-1.1 amd64
  GNU Objective-C compiler for the mips64r6 architecture

gobjc-mipsisa64r6el-linux-gnuabi64/rolling 4:8.3.0-1.1 amd64
  GNU Objective-C compiler for the mips64r6el architecture

gobjc-multilib-i686-linux-gnu/rolling 4:8.3.0-1 amd64
  GNU Objective-C compiler for the i386 architecture

gobjc-multilib-mips-linux-gnu/rolling 4:8.3.0-1 amd64
  GNU Objective-C compiler for the mips architecture

gobjc-multilib-mips64-linux-gnuabi64/rolling 4:8.3.0-1.1 amd64
  GNU Objective-C compiler for the mips64 architecture

gobjc-multilib-mips64el-linux-gnuabi64/rolling 4:8.3.0-1 amd64
  GNU Objective-C compiler for the mips64el architecture

gobjc-multilib-mipsel-linux-gnu/rolling 4:8.3.0-1 amd64
  GNU Objective-C compiler for the mipsel architecture

gobjc-multilib-mipsisa32r6-linux-gnu/rolling 4:8.3.0-1.1 amd64
  GNU Objective-C compiler for the mipsr6 architecture

gobjc-multilib-mipsisa32r6el-linux-gnu/rolling 4:8.3.0-1.1 amd64
  GNU Objective-C compiler for the mipsr6el architecture

gobjc-multilib-mipsisa64r6-linux-gnuabi64/rolling 4:8.3.0-1.1 amd64
  GNU Objective-C compiler for the mips64r6 architecture

gobjc-multilib-mipsisa64r6el-linux-gnuabi64/rolling 4:8.3.0-1.1 amd64
  GNU Objective-C compiler for the mips64r6el architecture

gobjc-multilib-powerpc-linux-gnu/rolling 4:8.3.0-2.1 amd64
  GNU Objective-C compiler for the powerpc architecture

gobjc-multilib-powerpc64-linux-gnu/rolling 4:8.3.0-2.1 amd64
  GNU Objective-C compiler for the ppc64 architecture

gobjc-multilib-s390x-linux-gnu/rolling 4:8.3.0-1 amd64
  GNU Objective-C compiler for the s390x architecture

gobjc-multilib-sparc64-linux-gnu/rolling 4:8.3.0-2.1 amd64
  GNU Objective-C compiler for the sparc64 architecture

gobjc-multilib-x86-64-linux-gnu/rolling 4:8.3.0-1 i386
  GNU Objective-C compiler for the amd64 architecture

gobjc-multilib-x86-64-linux-gnux32/rolling 4:8.3.0-2.1 amd64
  GNU Objective-C compiler for the x32 architecture

gobjc-powerpc-linux-gnu/rolling 4:8.3.0-2.1 amd64
  GNU Objective-C compiler for the powerpc architecture

gobjc-powerpc-linux-gnuspe/rolling 4:8.3.0-2 amd64
  GNU Objective-C compiler for the powerpcspe architecture

gobjc-powerpc64-linux-gnu/rolling 4:8.3.0-2.1 amd64
  GNU Objective-C compiler for the ppc64 architecture

gobjc-powerpc64le-linux-gnu/rolling 4:8.3.0-1 amd64
  GNU Objective-C compiler for the ppc64el architecture

gobjc-riscv64-linux-gnu/rolling 4:8.3.0-2.1 amd64
  GNU Objective-C compiler for the riscv64 architecture

gobjc-s390x-linux-gnu/rolling 4:8.3.0-1 amd64
  GNU Objective-C compiler for the s390x architecture

gobjc-sh4-linux-gnu/rolling 4:8.3.0-2.1 amd64
  GNU Objective-C compiler for the sh4 architecture

gobjc-sparc64-linux-gnu/rolling 4:8.3.0-2.1 amd64
  GNU Objective-C compiler for the sparc64 architecture

gobjc-x86-64-linux-gnu/rolling 4:8.3.0-1 i386
  GNU Objective-C compiler for the amd64 architecture

gobjc-x86-64-linux-gnux32/rolling 4:8.3.0-2.1 amd64
  GNU Objective-C compiler for the x32 architecture

golang-github-appc-cni-dev/rolling,rolling 0.4.0+dfsg-1 all
  container network interface

golang-github-atotto-clipboard-dev/rolling,rolling 0.1.1-1 all
  Clipboard for Go

golang-github-bettercap-gatt-dev/rolling,rolling 0.0~git20190117.7650429-0kali1 all
  Gatt is a Go package for building Bluetooth Low Energy peripherals

golang-github-bettercap-readline-dev/rolling,rolling 1.4+git20180208.9cec905-0kali1 all
  pure golang implementation for GNU-Readline kind library

golang-github-bmatsuo-lmdb-go-dev/rolling,rolling 1.8.0+git20170215.a14b5a3-2 all
  Bindings for the LMDB C library

golang-github-chzyer-readline-dev/rolling,rolling 1.4+git20171103.a4d5111-1 all
  Readline is a pure go implementation for a GNU-Readline like library

golang-github-corpix-uarand-dev/rolling,rolling 0.1.0-1 all
  random user-agent generator

golang-github-daaku-go.zipexe-dev/rolling,rolling 0.0~git20150329.0.a5fe243-2 all
  zipexe attempts to open an executable binary file as a zip file

golang-github-edsrzf-mmap-go-dev/rolling,rolling 0.0~git20170320.0.0bce6a6-5 all
  portable mmap package for Go

golang-github-evilsocket-ftrace-dev/rolling,rolling 1.2.0-2 all
  trace Linux syscalls using the FTRACE kernel framework

golang-github-fhs-go-netrc-dev/rolling,rolling 1.0.0-2 all
  netrc file parser for Go programming language

golang-github-hanwen-usb-dev/rolling,rolling 0.0~git20141217.69aee45-1 all
  CGO bindings for libusb

golang-github-hashicorp-consul-dev/rolling,rolling 1.0.7~dfsg1-5 all
  tool for service discovery, monitoring and configuration (source)

golang-github-hashicorp-go-syslog-dev/rolling,rolling 0.0~git20150218.0.42a2b57-1 all
  Golang syslog wrapper, cross-compile friendly

golang-github-hashicorp-serf-dev/rolling,rolling 0.8.1+git20180508.80ab4877~ds-1 all
  Service orchestration and management tool (source)

golang-github-howeyc-fsnotify-dev/rolling,rolling 0.9.0+git20151003.f0c08ee-1 all
  File system notification for Go

golang-github-howeyc-gopass-dev/rolling,rolling 0.0~git20160303.0.66487b2-2 all
  getpasswd for Go

golang-github-jackpal-gateway-dev/rolling,rolling 1.0.4-4 all
  library for discovering the address of a LAN gateway

golang-github-jacobsa-fuse-dev/rolling,rolling 0.0~git20150806.0.9a7512a-4 all
  writing and mounting user-space file systems from Go

golang-github-kardianos-service-dev/rolling,rolling 1.0.0-1 all
  run Go programs as a service on major platforms

golang-github-linuxkit-virtsock-dev/rolling,rolling 0.0~git20170720.0.0416e3d-1 all
  Go bindings for Hyper-V and virtio sockets

golang-github-mendersoftware-mender-artifact-dev/rolling,rolling 3.0.0+really2.4.0-1 all
  Library for managing Mender artifact files

golang-github-mitchellh-go-ps-dev/rolling,rolling 0.0~git20150710.0.e6c6068-1 all
  Find, list, and inspect processes from Go (golang)

golang-github-opencontainers-selinux-dev/rolling,rolling 1.0.0-2 all
  common selinux implementation

golang-github-pkg-xattr-dev/rolling,rolling 0.4.0-1 all
  Extended attribute support for Go

golang-github-safchain-ethtool-dev/rolling,rolling 0.0~git20180308.79559b4-1 all
  simple ethtool-like library for Go

golang-github-satta-ifplugo-dev/rolling,rolling 0.0~git20180801.8b80699-1 all
  ifplugd-powered network link status notification for Go

golang-github-seccomp-libseccomp-golang-dev/rolling,rolling 0.9.0-2 all
  golang bindings for libseccomp

golang-github-shibukawa-configdir-dev/rolling,rolling 0.0~git20170330.e180dbd-1 all
  multi platform library of configuration directories for Golang

golang-github-tcnksm-go-input-dev/rolling,rolling 0.0~git20180404.548a7d7-1 all
  Go package for ideal tty prompt

golang-github-ungerik-go-sysfs-dev/rolling,rolling 0.0~git20170424.9c991ee-2 all
  Go package for Linux sysfs

golang-github-vishvananda-netlink-dev/rolling,rolling 1.0.0-1 all
  netlink library for go

golang-github-yl2chen-cidranger-dev/rolling,rolling 0.0~git20180214.928b519-1 all
  Fast IP to CIDR lookup in Golang

golang-github-zyedidia-clipboard-dev/rolling,rolling 0.0~git20180718.bd31d74-1 all
  clipboard for golang

golang-gocapability-dev/rolling,rolling 0.0~git20160928.0.e7cb7fa-2 all
  Utilities for manipulating POSIX capabilities in Go.

golang-pault-go-gecos-dev/rolling,rolling 1.0-1 all
  read GECOS entries from /etc/passwd programmatically

golang-pault-go-macchanger-dev/rolling,rolling 0.0~git20170902.0.0252df5-1 all
  library to change MAC addresses on Linux systems

goodvibes/rolling 0.4.2-1 amd64
  lightweight internet radio player

google-android-build-tools-17-installer/rolling 17.0.0+nmu3 amd64
  Google build tools 17 for Android (aapt, aidl, dexdump, dx)

google-android-build-tools-18-installer/rolling 18.1.1+nmu3 amd64
  Google build tools 18 for Android (aapt, aidl, dexdump, dx)

google-android-build-tools-19-installer/rolling 19.0.3+nmu3 amd64
  Google build tools 19 for Android (aapt, aidl, dexdump, dx)

google-android-build-tools-20-installer/rolling 20.0.0+nmu3 amd64
  Google build tools 20 for Android (aapt, aidl, dexdump, dx)

google-android-build-tools-21-installer/rolling 21.1.2+nmu3 amd64
  Google build tools 21 for Android (aapt, aidl, dexdump, dx)

google-android-build-tools-22-installer/rolling 22.0.1+nmu3 amd64
  Google build tools 22 for Android (aapt, aidl, dexdump, dx)

google-android-build-tools-23-installer/rolling 23.0.3+nmu3 amd64
  Google build tools 23 for Android (aapt, aidl, dexdump, dx)

google-android-build-tools-24-installer/rolling 24.0.2+nmu3 amd64
  Google build tools 24 for Android (aapt, aidl, dexdump, dx)

google-android-build-tools-installer/rolling 23.0.3+b1 i386
  Google build tools for Android (aapt, aidl, dexdump, dx)

google-android-ndk-installer/rolling 13b amd64
  Google Android Native Development Kit (NDK) Installer

google-android-platform-2-installer/rolling,rolling 2+r1+nmu3 all
  Google's Android SDK Platform 2 Installer

google-android-platform-3-installer/rolling,rolling 3+r04+nmu3 all
  Google's Android SDK Platform 3 Installer

google-android-platform-4-installer/rolling,rolling 4+r03+nmu3 all
  Google's Android SDK Platform 4 Installer

google-android-platform-5-installer/rolling,rolling 5+r01+nmu3 all
  Google's Android SDK Platform 5 Installer

google-android-platform-6-installer/rolling,rolling 6+r01+nmu3 all
  Google's Android SDK Platform 6 Installer

google-nexus-tools/rolling 2.3-0kali5 amd64
  ADB and Fastboot for use with Nexus devices

gost-crypto-dkms/rolling,rolling 0.3-1 all
  Linux kernel modules implementing GOST cryptography

gpart/rolling,now 1:0.3-6 amd64 [installato]
  Guess PC disk partition table, find lost partitions

gpgv-static/rolling 2.2.17-3 amd64
  minimal signature verification tool (static build)

gphotofs/rolling 0.5-6 amd64
  filesystem to mount digital cameras

gpiod/rolling 1.2-3 amd64
  Tools for interacting with Linux GPIO character device - binary

gplanarity/rolling 17906-7 amd64
  simple puzzle game involving untangling planar graphs

gpredict/rolling 2.3-33-gca42d22-1 amd64
  Satellite tracking program

gprename/rolling,rolling 20140325-1 all
  Complete batch renamer for Linux

gr-iio/rolling 0.3-4+b1 amd64
  IIO blocks for GnuRadio

grabserial/rolling,rolling 1.9.8-1 all
  python-based serial dump and timing program

growl-for-linux/rolling 0.8.5-4 amd64
  Pluggable notification system which supports GNTP

grr-client-templates/rolling,rolling 3.1.0.2-2 all
  incident response framework - pre-built client templates

grr-client-templates-installer/rolling,rolling 3.1.0.2+dfsg-6 all
  incident response framework - installer for client templates

grub-customizer/rolling 5.1.0-1 amd64
  GUI to configure GRUB2 and BURG

grub-imageboot/rolling,rolling 0.6 all
  boot iso, harddisk and floppy images with grub2 and syslinux memdisk

grub-legacy/rolling 0.97-75 amd64
  GRand Unified Bootloader (Legacy version)

grub-legacy-doc/rolling,rolling 0.97-75 all
  Documentation for GRUB Legacy

grub-linuxbios/rolling 2.04-1parrot1 amd64
  GRand Unified Bootloader, version 2 (dummy package)

gscanbus/rolling,now 0.8-2+b1 amd64 [installato, automatico]
  scan IEEE1394 (firewire/i.link) bus

gstreamer1.0-alsa/rolling 1.14.4-2 amd64
  GStreamer plugin for ALSA

gtk2-engines-moblin/rolling 1.1.1-1.1+b2 amd64
  gtk2 engines for moblin

gtkguitune/rolling 0.8-6+b3 amd64
  Guitar and other instruments tuner

gufw/rolling,rolling 18.10.0-1 all
  graphical user interface for ufw

gutenprint-doc/rolling,rolling 5.3.1-7 all
  users' guide for Gutenprint and CUPS

gutenprint-locales/rolling,rolling 5.3.1-7 all
  locale data files for Gutenprint

guvcview/rolling 2.0.6+debian-1 amd64
  GTK+ base UVC Viewer

gwenhywfar-tools/rolling 4.20.0-9 amd64
  helper applications for Gwenhywfar library

gxemul/rolling 0.6.1-1 amd64
  machine emulator for multiple architectures

hamfax/rolling 0.8.1-1+b3 amd64
  Receive/send radio facsimile transmissions with Soundcard/PTC-II

hardening-runtime/rolling,rolling 1 all
  Runtime hardening configuration files

hasciicam/rolling 1.1.2-1+b3 amd64
  (h)ascii for the masses: live video as text

hashcat/rolling,now 5.1.0+ds1-1 amd64 [installato, automatico]
  World's fastest and most advanced password recovery utility

haveged/rolling,now 1.9.1-8 amd64 [installato]
  Linux entropy source using the HAVEGE algorithm

hdparm/rolling,now 9.58+ds-3 amd64 [installato]
  tune hard disk parameters for high performance

heaptrack/rolling 1.1.0+20180922.gitf752536-4 amd64
  heap memory profiler for Linux

heaptrack-gui/rolling 1.1.0+20180922.gitf752536-4 amd64
  heap memory profiler for Linux

heartbeat/rolling 1:3.0.6-9 amd64
  Subsystem for High-Availability Linux

heartbeat-dev/rolling 1:3.0.6-9 amd64
  Subsystem for High-Availability Linux - development files

hercules/rolling 3.13-1 amd64
  System/370, ESA/390 and z/Architecture Emulator

hfsprogs/rolling,now 332.25-11+b2 amd64 [installato]
  mkfs and fsck for HFS and HFS+ file systems

hibiscus/rolling,rolling 2.8.13+dfsg-2 all
  Java online banking client using the HBCI standard

hibiscus-doc/rolling,rolling 2.8.13+dfsg-2 all
  Java online banking client using the HBCI standard - documentation package

hoichess/rolling 0.22.0-1+b1 amd64
  xboard compatible chess engine to play chess with

horizon-eda/rolling 0.20181108-1+b1 amd64
  EDA layout and schematic application

horst/rolling 5.1-2 amd64
  Highly Optimized Radio Scanning Tool

hostapd/rolling,now 2:2.8-3 amd64 [installato, automatico]
  IEEE 802.11 AP and IEEE 802.1X/WPA/WPA2/EAP Authenticator

hotpatch/rolling,now 0.2-1kali1 amd64 [installato, automatico]
  Hot patches Linux executables with .so file injection

hp-ppd/rolling,rolling 0.9-0.3 all
  HP Postscript Printer Definition (PPD) files

hpijs-ppds/rolling,rolling 3.18.12+dfsg0-2 all
  HP Linux Printing and Imaging - HPIJS PPD files

hplip/rolling 3.18.12+dfsg0-2 amd64
  HP Linux Printing and Imaging System (HPLIP)

hplip-data/rolling,rolling 3.18.12+dfsg0-2 all
  HP Linux Printing and Imaging - data files

hplip-doc/rolling,rolling 3.18.12+dfsg0-2 all
  HP Linux Printing and Imaging - documentation

hplip-gui/rolling,rolling 3.18.12+dfsg0-2 all
  HP Linux Printing and Imaging - GUI utilities (Qt-based)

ht/rolling 2.1.0+repack1-3+b1 amd64
  Viewer/editor/analyser (mostly) for executables

hwinfo/rolling 21.67-1 amd64
  Hardware identification system

hyperv-daemons/rolling 5.1.3-1parrot1.3t amd64
  Support daemons for Linux running on Hyper-V

i2c-tools/rolling,now 4.1-1 amd64 [installato, automatico]
  heterogeneous set of I2C tools for Linux

ibod/rolling 1.5.0-6+b1 amd64
  ISDN MPPP bandwidth on demand daemon

ibus/rolling 1.5.19-4 amd64
  Intelligent Input Bus - core

ibus-anthy/rolling 1.5.10-2 amd64
  anthy engine for IBus

ibus-anthy-dev/rolling 1.5.10-2 amd64
  anthy engine for IBus, development files

ibus-array/rolling 0.2.1-2 amd64
  Array 30 input engine for iBus

ibus-chewing/rolling 1.6.1-1 amd64
  Chewing engine for IBus

ibus-clutter/rolling 0.0+git20090728.a936bacf-5.1+b2 amd64
  ibus input method framework for clutter

ibus-doc/rolling,rolling 1.5.19-4 all
  Intelligent Input Bus - development documentation

ibus-gtk/rolling 1.5.19-4 amd64
  Intelligent Input Bus - GTK+2 support

ibus-gtk3/rolling 1.5.19-4 amd64
  Intelligent Input Bus - GTK+3 support

ibus-hangul/rolling 1.5.1+git20190323-1 amd64
  Hangul engine for IBus

ibus-keyman/rolling 11.0.103-4 amd64
  Keyman engine for IBus

ibus-kkc/rolling 1.5.22-2 amd64
  Japanese Kana Kanji input engine for IBus

ibus-kmfl/rolling 11.0.101-1 amd64
  Input method engine for multiple languages using KMFL for IBus

ibus-mozc/rolling 2.23.2815.102+dfsg-7 amd64
  Mozc engine for IBus - Client of the Mozc input method

ibus-qt4/rolling 1.3.3-4 amd64
  qt-immodule for ibus (QT4) (plugin)

ibus-skk/rolling 1.4.3-1 amd64
  SKK engine for IBus

ibus-table-cns11643/rolling,rolling 1.3.9-4 all
  ibus-table input method: Cns11643

ibus-table-compose/rolling,rolling 1.3.9-4 all
  ibus-table input method: Compose

ibus-table-emoji/rolling,rolling 1.3.9-4 all
  ibus-table input method: Emoji

ibus-table-ipa-x-sampa/rolling,rolling 1.3.9-4 all
  ibus-table input method: IPA-X-SAMPA

ibus-table-latex/rolling,rolling 1.3.9-4 all
  ibus-table input method: LaTeX

ibus-table-rustrad/rolling,rolling 1.3.9-4 all
  ibus-table input method: Russian Traditional

ibus-table-thai/rolling,rolling 1.3.9-4 all
  ibus-table input method: Thai

ibus-table-translit/rolling,rolling 1.3.9-4 all
  ibus-table input method: Translit

ibus-table-translit-ua/rolling,rolling 1.3.9-4 all
  ibus-table input method:  Ukrainian Translit

ibus-table-viqr/rolling,rolling 1.3.9-4 all
  ibus-table input method: Viqr

ibus-table-yawerty/rolling,rolling 1.3.9-4 all
  ibus-table input method: Yawerty

ibus-unikey/rolling 0.6.1-1.1+b1 amd64
  Vietnamese Input Method Engine for IBus using Unikey Engine

ibus-wayland/rolling 1.5.19-4 amd64
  Intelligent Input Bus - Wayland support

idanish/rolling 1.6.36-11 amd64
  The Comprehensive Danish Dictionary (DSDO) - ispell

idle3-tools/rolling 0.9.1-2+b1 amd64
  change the idle3 timer of recent Western Digital Hard Disk Drives

ifmetric/rolling 0.3-5 amd64
  Set routing metrics for a network interface

ifupdown-multi/rolling,rolling 0.1.1 all
  multiple default gateway support for ifupdown

imwheel/rolling 1.0.0pre12-12+b1 amd64
  program to support non-standard buttons on mice in Linux

incron/rolling 0.5.12-1 amd64
  cron-like daemon which handles filesystem events

initramfs-tools/rolling,rolling,now 0.133 all [installato]
  generic modular initramfs generator (automation)

initramfs-tools-core/rolling,rolling,now 0.133 all [installato, automatico]
  generic modular initramfs generator (core tools)

inosync/rolling,rolling 0.2.3+git20120321-6 all
  notification-based directory synchronization daemon

inoticoming/rolling 0.2.3-2 amd64
  trigger actions when files hit an incoming directory

inotify-hookable/rolling,rolling 0.09-1 all
  blocking command-line interface to inotify

inotify-tools/rolling 3.14-7 amd64
  command-line programs providing a simple interface to inotify

input-utils/rolling 1.0-1.1+b1 amd64
  utilities for the input layer of the Linux kernel

inviteflood/rolling,now 2.0-1kali0 amd64 [installato, automatico]
  SIP/SDP INVITE message flooding over UDP/IP

iotop/rolling 0.6-24-g733f3f8-1 amd64
  simple top-like I/O monitor

ipheth-utils/rolling 1.0-5 amd64
  USB tethering driver support utilities for the iPhone

ipkungfu/rolling 0.6.1-6.2 amd64
  iptables-based Linux firewall

iproute2/rolling,now 5.2.0-1 amd64 [installato]
  networking and traffic control tools

ipsec-tools/rolling 1:0.8.2+20140711-12 amd64
  IPsec utilities

ipset/rolling 6.38-1.2 amd64
  administration tool for kernel IP sets

iptables/rolling,now 1.8.3-2 amd64 [installato]
  administration tools for packet filtering and NAT

iptux/rolling 0.7.6-1 amd64
  Intranet communication tool for Linux

ipvsadm/rolling 1:1.29-1 amd64
  Linux Virtual Server support programs

ipwatchd/rolling 1.2.1-1+b2 amd64
  IP conflict detection tool

irssi-scripts/rolling,rolling 20181120 all
  collection of scripts for irssi

isakmpd/rolling 20041012-8 amd64
  The Internet Key Exchange protocol openbsd implementation

isatapd/rolling 0.9.7-4 amd64
  creates and maintains an ISATAP client tunnel (RFC 5214)

isolinux/rolling,rolling 3:6.04~git20190206.bf6db5b4+dfsg1-1 all
  collection of bootloaders (ISO 9660 bootloader)

istgt/rolling 0.4~20111008-3+b3 amd64
  iSCSI userspace target daemon for Unix-like operating systems

iw/rolling,now 5.0.1-1 amd64 [installato]
  tool for configuring Linux wireless devices

iwatch/rolling,rolling 0.2.2-6 all
  realtime filesystem monitoring program using inotify

iwd/rolling 0.14-2+b1 amd64
  wireless daemon for Linux

jacktrip/rolling 1.1~repack-5+b2 amd64
  high-quality system for audio network performances

jboss-autopwn/rolling,rolling,now 0.1-1kali0 all [installato, automatico]
  JBoss script for obtaining remote shell access

jconvolver-config-files/rolling,rolling 0.9.3-2 all
  Demo config files for jconvolver

jdupes/rolling 1.13.1-2 amd64
  identify and delete or link duplicate files

jerry/rolling 3.2.0-1 amd64
  Chess GUI

jfsutils/rolling,now 1.1.15-4 amd64 [installato]
  utilities for managing the JFS filesystem

jitterentropy-rngd/rolling 1.0.8-4 amd64
  Jitter RNG Daemon

jmtpfs/rolling 0.5-2+b2 amd64
  FUSE based filesystem for accessing MTP devices

joe-jupp/rolling,rolling 3.1.38-1 all
  reimplement the joe Debian package using jupp

jsmath/rolling,rolling 3.6e-2 all
  TeX equations in HTML documents

jsql-injection/rolling,rolling,now 0.81-0kali2 all [installato, automatico]
  Java tool for automatic database injection

junior-games-gl/rolling,rolling 1.29 all
  Debian Jr. 3D Games (hardware acceleration required)

jupp/rolling 3.1.38-1 amd64
  user friendly full screen text editor

jvim-canna/rolling 3.0-2.1b-3+b3 amd64
  Japanized VIM (Canna version)

kamerka/rolling 0.8.1-1+b2 amd64
  shiny photo taking application

kanyremote/rolling,rolling 8.0-1 all
  KDE frontend for anyRemote

kbd/rolling,now 2.0.4-4 amd64 [installato, automatico]
  Linux console font and keytable utilities

kcapi-tools/rolling 1.1.3-1 amd64
  Command-line tools for Linux Kernel Crypto API

kconfig-frontends/rolling 4.11.0.1+dfsg-2 amd64
  Standalone implementation of the Linux Kconfig parser and frontend

kde-baseapps/rolling 4:17.08.3+5.102 amd64
  base applications from the official KDE release (metapackage)

kde-config-tablet/rolling 3.1.1-2 amd64
  implements a KDE configuration GUI for the Wacom drivers

kde-runtime/rolling 4:17.08.3-2.1 amd64
  runtime components from the official KDE release

kdeaccessibility/rolling 4:17.08.3+5.102 amd64
  accessibility packages from the official KDE release

kdeadmin/rolling 4:17.08.3+5.102 amd64
  system administration tools from the official KDE release

kdebase-runtime/rolling,rolling 4:17.08.3-2.1 all
  Transitional package for the KDE runtime components

kdeedu/rolling 4:17.08.3+5.102 amd64
  educational applications from the official KDE release

kdegames/rolling 4:17.08.3+5.102 amd64
  games from the official KDE release

kdegraphics/rolling 4:17.08.3+5.102 amd64
  graphics applications from the official KDE release

kdemultimedia/rolling 4:17.08.3+5.102 amd64
  multimedia applications from the official KDE release

kdenetwork/rolling 4:17.08.3+5.102 amd64
  networking applications from the official KDE release

kdenlive/rolling 19.04.3-2 amd64
  non-linear video editor

kdenlive-data/rolling,rolling 19.04.3-2 all
  non-linear video editor (data files)

kdesdk/rolling 4:17.08.3+5.102 amd64
  Software Development Kit from the official KDE release

kdetoys/rolling 4:17.08.3+5.102 amd64
  desktop toys from the official KDE release

kdeutils/rolling 4:17.08.3+5.102 amd64
  general-purpose utilities from the official KDE release

kdump-tools/rolling 1:1.6.6-2 amd64
  scripts and tools for automating kdump (Linux crash dumps)

keepalived/rolling 1:2.0.10-1+b1 amd64
  Failover and monitoring daemon for LVS clusters

keepass2/rolling,rolling 2.41+dfsg-1 all
  Password manager

keepass2-doc/rolling,rolling 2.41+dfsg-1 all
  Password manager - Documentation

kernel-package/rolling,rolling 13.018+nmu1 all
  utility for building Linux kernel related Debian packages

kernel-patch-grsecurity2/rolling,rolling 3.1+4.9.11-201702181444-1 all
  transitional package for Debian Lenny

kerneloops/rolling 0.12+git20181124-7 amd64
  kernel oops tracker

kerneltop/rolling 0.91-2+b1 amd64
  shows Linux kernel function usage in a style like top

ketchup/rolling,rolling 1.0.1+git20111228+e1c62066-2 all
  update utility for linux-kernel sources

keyboards-rg/rolling,rolling 0.3 all
  Various keyboard layouts for X-window and linux console

keyman/rolling,rolling 11.0.103-2 all
  Type in your language with Keyman for Linux

keysync/rolling,rolling 0.2.2-2 all
  Syncs OTR identities between the different chat programs

keyutils/rolling 1.6-6 amd64
  Linux Key Management Utilities

khard/rolling 0.13.0-1 amd64
  address book for the Linux console

kirigami-gallery/rolling 5.49.0-1 amd64
  set of QtQuick components targeted for mobile use

kirigami2-dev/rolling 5.54.0-1 amd64
  set of QtQuick components targeted for mobile use

kismet-capture-linux-bluetooth/rolling,now 2019.07.R2-0kali4 amd64 [installato, automatico]
  Kismet Linux Bluetooth capture helper

kismet-capture-linux-bluetooth-dbgsym/rolling 2019.07.R2-0kali4 amd64
  debug symbols for kismet-capture-linux-bluetooth

kismet-capture-linux-wifi/rolling,now 2019.07.R2-0kali4 amd64 [installato, automatico]
  Kismet Linux Wi-Fi capture helper

kismet-capture-linux-wifi-dbgsym/rolling 2019.07.R2-0kali4 amd64
  debug symbols for kismet-capture-linux-wifi

klibc-utils/rolling,now 2.0.6-1 amd64 [installato, automatico]
  small utilities built with klibc for early boot

klog/rolling 0.9.6-1 amd64
  Multiplatform ham radio logging program

kmflcomp/rolling 11.0.101-1 amd64
  KMFL (Keyboard Mapping for Linux) Compiler

kmod/rolling,now 26-1 amd64 [installato]
  tools for managing Linux kernel modules

knutclient/rolling 1.0.5-2+b1 amd64
  KDE GUI that displays UPS statistics from NUT's upsd

kodi/rolling 2:17.6+dfsg1-4+b1 amd64
  Open Source Home Theatre (executable binaries)

kodi-addons-dev/rolling 2:17.6+dfsg1-4+b1 amd64
  Open Source Home Theatre (Addons Dev package)

kodi-bin/rolling 2:17.6+dfsg1-4+b1 amd64
  Open Source Home Theatre (architecture-dependent files)

kodi-data/rolling,rolling 2:17.6+dfsg1-4 all
  Open Source Home Theatre (arch-independent data package)

kodi-eventclients-common/rolling,rolling 2:17.6+dfsg1-4 all
  Open Source Home Theatre (Event Client Common package)

kodi-eventclients-dev/rolling,rolling 2:17.6+dfsg1-4 all
  Open Source Home Theatre (Event Client Dev package)

kodi-eventclients-kodi-send/rolling,rolling 2:17.6+dfsg1-4 all
  Open Source Home Theatre (Event Client Kodi-SEND package)

kodi-eventclients-ps3/rolling,rolling 2:17.6+dfsg1-4 all
  Open Source Home Theatre (Event Client PS3 package)

kodi-eventclients-wiiremote/rolling 2:17.6+dfsg1-4+b1 amd64
  Open Source Home Theatre (Event Client WII Remote support package)

kodi-pvr-mythtv/rolling 4.12.12+dfsg1-1 amd64
  MythTV PVR Addon for Kodi

kodi-pvr-vuplus/rolling 2.4.12+dfsg1-1 amd64
  Vu+/Enigma2 PVR Addon for Kodi

kodi-repository-kodi/rolling,rolling 2:17.6+dfsg1-4 all
  Open Source Home Theatre (official addons repository feed)

kpartx/rolling 0.7.9-3 amd64
  create device mappings for partitions

kpatch/rolling 0.6.0-0.2 amd64
  Runtime tools for Kpatch

ksysguard-data/rolling,rolling 4:5.14.5-1 all
  library for monitoring your system - shared library

kvpm/rolling 0.9.10-1.1 amd64
  Logical volume manager and disk partitioner GUI based on KDE

kvpnc/rolling 0.9.6a-4.1 amd64
  frontend to VPN clients

ladish/rolling 1+dfsg0-5.1 amd64
  session management system for JACK applications

laditools/rolling,rolling 1.1.0-3.1 all
  Linux Audio Desktop Integration Tools

ladspa-sdk/rolling 1.15-2 amd64
  sample tools for linux-audio-dev plugin architecture

laptop-mode-tools/rolling,rolling 1.72-3 all
  Tools for Power Savings based on battery/AC status

latd/rolling 1.35+b1 amd64
  LAT (Local Area Transport) Daemon

latencytop/rolling 0.5+b4 amd64
  A tool for developers to visualize system latencies

lazarus/rolling,rolling 2.0.2+dfsg-2 all
  IDE for Free Pascal - SDK dependency package

lazarus-1.8/rolling,rolling 1.8.4+dfsg-3 all
  IDE for Free Pascal - suite

lazarus-2.0/rolling,rolling 2.0.2+dfsg-2 all
  IDE for Free Pascal - suite

lazarus-doc/rolling,rolling 2.0.2+dfsg-2 all
  IDE for Free Pascal - documentation dependency package

lazarus-doc-1.8/rolling,rolling 1.8.4+dfsg-3 all
  IDE for Free Pascal - documentation

lazarus-doc-2.0/rolling,rolling 2.0.2+dfsg-2 all
  IDE for Free Pascal - documentation

lazarus-ide/rolling,rolling 2.0.2+dfsg-2 all
  IDE for Free Pascal - dependency package

lazarus-ide-1.8/rolling 1.8.4+dfsg-3 amd64
  IDE for Free Pascal - common IDE files

lazarus-ide-2.0/rolling 2.0.2+dfsg-2 amd64
  IDE for Free Pascal - common IDE files

lazarus-ide-gtk2/rolling,rolling 2.0.2+dfsg-2 all
  IDE for Free Pascal - Last GTK+ version dependency package

lazarus-ide-gtk2-1.8/rolling 1.8.4+dfsg-3 amd64
  IDE for Free Pascal - GTK+ version

lazarus-ide-gtk2-2.0/rolling 2.0.2+dfsg-2 amd64
  IDE for Free Pascal - GTK+ version

lazarus-ide-qt5/rolling,rolling 2.0.2+dfsg-2 all
  IDE for Free Pascal - Last Qt version dependency package

lazarus-ide-qt5-1.8/rolling 1.8.4+dfsg-3 amd64
  IDE for Free Pascal - Qt version

lazarus-ide-qt5-2.0/rolling 2.0.2+dfsg-2 amd64
  IDE for Free Pascal - Qt version

lazarus-src/rolling,rolling 2.0.2+dfsg-2 all
  IDE for Free Pascal - LCL source code dependency package

lazarus-src-1.8/rolling,rolling 1.8.4+dfsg-3 all
  IDE for Free Pascal - LCL source code

lazarus-src-2.0/rolling,rolling 2.0.2+dfsg-2 all
  IDE for Free Pascal - LCL source code

lcab/rolling 1.0b12-7+b1 amd64
  create cabinet (.cab) archives

lcd4linux/rolling 0.11.0~svn1203-2+b2 amd64
  Grabs information and displays it on an external lcd

lcl/rolling,rolling 2.0.2+dfsg-2 all
  Lazarus Components Library - LCL dependency package

lcl-1.8/rolling 1.8.4+dfsg-3 amd64
  Lazarus Components Library - LCL suite

lcl-2.0/rolling 2.0.2+dfsg-2 amd64
  Lazarus Components Library - LCL suite

lcl-gtk2/rolling,rolling 2.0.2+dfsg-2 all
  Lazarus Components Library - GTK+ backend dependency package

lcl-gtk2-1.8/rolling 1.8.4+dfsg-3 amd64
  Lazarus Components Library - GTK+ backend

lcl-gtk2-2.0/rolling 2.0.2+dfsg-2 amd64
  Lazarus Components Library - GTK+ backend

lcl-nogui/rolling,rolling 2.0.2+dfsg-2 all
  Lazarus Components Library - no GUI backend dependency package

lcl-nogui-1.8/rolling 1.8.4+dfsg-3 amd64
  Lazarus Components Library - no GUI backend

lcl-nogui-2.0/rolling 2.0.2+dfsg-2 amd64
  Lazarus Components Library - no GUI backend

lcl-qt5/rolling,rolling 2.0.2+dfsg-2 all
  Lazarus Components Library - Qt backend dependency package

lcl-qt5-1.8/rolling 1.8.4+dfsg-3 amd64
  Lazarus Components Library - Qt backend

lcl-qt5-2.0/rolling 2.0.2+dfsg-2 amd64
  Lazarus Components Library - Qt backend

lcl-units/rolling,rolling 2.0.2+dfsg-2 all
  Lazarus Components Library - backend independent components dependency package

lcl-units-1.8/rolling 1.8.4+dfsg-3 amd64
  Lazarus Components Library - backend independent components

lcl-units-2.0/rolling 2.0.2+dfsg-2 amd64
  Lazarus Components Library - backend independent components

lcl-utils/rolling,rolling 2.0.2+dfsg-2 all
  Lazarus Components Library - command line build tools dependency package

lcl-utils-1.8/rolling 1.8.4+dfsg-3 amd64
  Lazarus Components Library - command line build tools

lcl-utils-2.0/rolling 2.0.2+dfsg-2 amd64
  Lazarus Components Library - command line build tools

ldirectord/rolling,rolling 1:4.3.0-1 all
  Monitors virtual services provided by LVS

ldm/rolling 2:2.18.06-1 amd64
  LTSP display manager

ldm-server/rolling,rolling 2:2.18.06-1 all
  server components for LTSP display manager

ldp-docbook-dsssl/rolling,rolling 0.0.20040321-3 all
  The Linux Documentation Project's DSSSL stylesheets

ldp-docbook-xsl/rolling,rolling 0.0.20040321-3 all
  The Linux Documentation Project's XSL stylesheets

ldtp/rolling,rolling 3.5.0-2 all
  Linux Desktop Testing Project (LDTP)

ldtp-doc/rolling,rolling 3.5.0-2 all
  Documentation for LDTP packages

lgogdownloader/rolling 3.5-2 amd64
  downloader for GOG.com files

libaccounts-glib-dev/rolling 1.23-1 amd64
  Accounts database access - development files

libaccounts-glib-doc/rolling,rolling 1.23-1 all
  Accounts database access - documentation

libaccounts-glib-tools/rolling 1.23-1 amd64
  Accounts database access - tools

libaccounts-glib0/rolling 1.23-1 amd64
  Accounts database access - shared library

libaccounts-qt-doc/rolling,rolling 1.15-2 all
  Accounts database access Qt version - documentation

libaccounts-qt5-1/rolling 1.15-2 amd64
  Accounts database access Qt version - Qt5 shared library

libaccounts-qt5-dev/rolling 1.15-2 amd64
  Accounts database access Qt version - Qt5 development files

libacpi-dev/rolling 0.2-5 amd64
  development files for libacpi

libacpi0/rolling 0.2-5 amd64
  general purpose library for ACPI

libaio-dev/rolling 0.3.112-3 amd64
  Linux kernel AIO access library - development files

libaio1/rolling,now 0.3.112-3 amd64 [installato, automatico]
  Linux kernel AIO access library - shared library

libam7xxx-dev/rolling 0.1.7-1+b1 amd64
  library for accessing am7xxx devices - development files

libam7xxx0.1/rolling 0.1.7-1+b1 amd64
  library for accessing am7xxx based devices

libam7xxx0.1-bin/rolling 0.1.7-1+b1 amd64
  library for accessing am7xxx devices - utilities

libam7xxx0.1-doc/rolling,rolling 0.1.7-1 all
  library for accessing am7xxx devices - documentation

libao-common/rolling,rolling,now 1.2.2+20180113-1 all [installato, automatico]
  Cross Platform Audio Output Library (Common files)

libao-dev/rolling 1.2.2+20180113-1 amd64
  Cross Platform Audio Output Library Development

libao4/rolling,now 1.2.2+20180113-1 amd64 [installato, automatico]
  Cross Platform Audio Output Library

libappimage-dev/rolling 0.1.9+dfsg-1 amd64
  Development files for libappimage

libappimage0/rolling 0.1.9+dfsg-1 amd64
  Core library for appimage

libasound2/rolling,now 1.1.8-1 amd64 [installato, automatico]
  shared library for ALSA applications

libasound2-data/rolling,rolling,now 1.1.8-1 all [installato, automatico]
  Configuration files and profiles for ALSA drivers

libasound2-dev/rolling 1.1.8-1 amd64
  shared library for ALSA applications -- development files

libasound2-doc/rolling,rolling 1.1.8-1 all
  documentation for user-space ALSA application programming

libasound2-plugin-smixer/rolling 1.1.8-1 amd64
  smixer plugin for ALSA library

libasound2-plugins/rolling,now 1.1.8-1 amd64 [installato, automatico]
  ALSA library additional plugins

libasyncns-dev/rolling 0.8-6+b1 amd64
  Asynchronous name service query library development files

libasyncns0/rolling,now 0.8-6+b1 amd64 [installato, automatico]
  Asynchronous name service query library

libattr1-dev/rolling 1:2.4.48-4 amd64
  extended attributes handling - static libraries and headers

libavc1394-dev/rolling 0.5.4-5 amd64
  control IEEE 1394 audio/video devices (development files)

libavc1394-tools/rolling 0.5.4-5 amd64
  control IEEE 1394 audio/video devices (utilities)

libavdevice-dev/rolling 7:4.1.4-1 amd64
  FFmpeg library for handling input and output devices - development files

libavdevice58/rolling,now 7:4.1.4-1 amd64 [installato, automatico]
  FFmpeg library for handling input and output devices - runtime files

libbitmask-dev/rolling 2.0-3+b1 amd64
  header files and docs for libbitmask

libbitmask1/rolling 2.0-3+b1 amd64
  supports multi-word bitmask operations

libbluetooth-dev/rolling,now 5.50-1 amd64 [installato, automatico]
  Development files for using the BlueZ Linux Bluetooth library

libbluetooth3/rolling,now 5.50-1 amd64 [installato, automatico]
  Library to use the BlueZ Linux Bluetooth stack

libbmusb-dev/rolling 0.7.4-4 amd64
  userspace driver for Blackmagic USB3 video capture cards

libbmusb4/rolling 0.7.2-1 amd64
  userspace driver for Blackmagic USB3 video capture cards

libbmusb5/rolling 0.7.3-2 amd64
  userspace driver for Blackmagic USB3 video capture cards

libbmusb6/rolling 0.7.4-4 amd64
  userspace driver for Blackmagic USB3 video capture cards

libbpfcc/rolling 0.8.0-4 amd64
  shared library for BPF Compiler Collection (BCC)

libbpfcc-dev/rolling 0.8.0-4 amd64
  shared library for BPF Compiler Collection (BCC)

libbtrfs-dev/rolling 5.2-1 amd64
  Checksumming Copy on Write Filesystem utilities (development headers)

libbtrfs0/rolling 5.2-1 amd64
  Checksumming Copy on Write Filesystem utilities (runtime library)

libbtrfsutil-dev/rolling 5.2-1 amd64
  Checksumming Copy on Write Filesystem utilities (util development headers)

libbtrfsutil1/rolling 5.2-1 amd64
  Checksumming Copy on Write Filesystem utilities (runtime util library)

libcanberra-doc/rolling,rolling 0.30-7 all
  simple abstract interface for playing event sounds - doc

libcanberra0/rolling,now 0.30-7 amd64 [installato, automatico]
  simple abstract interface for playing event sounds

libcap-dev/rolling 1:2.25-2 amd64
  POSIX 1003.1e capabilities (development)

libcap-ng-dev/rolling 0.7.9-2 amd64
  Development and header files for libcap-ng

libcap-ng-utils/rolling 0.7.9-2 amd64
  Utilities for analysing and setting file capabilities

libcap-ng0/rolling,now 0.7.9-2 amd64 [installato]
  An alternate POSIX capabilities library

libcap2/rolling,now 1:2.25-2 amd64 [installato]
  POSIX 1003.1e capabilities (library)

libcap2-bin/rolling,now 1:2.25-2 amd64 [installato]
  POSIX 1003.1e capabilities (utilities)

libcapstone3/rolling,now 4.0.1+really+3.0.5-1 amd64 [installato, automatico]
  lightweight multi-architecture disassembly framework - library

libccgnu2-1.8-0v5/rolling 1.8.1-7 amd64
  GNU package for creating portable C++ programs

libcharon-extra-plugins/rolling 5.7.2-1+b1 amd64
  strongSwan charon library (extra plugins)

libcommoncpp2-dev/rolling 1.8.1-7 amd64
  Header files and static libraries for Common C++ "2"

libcommoncpp2-doc/rolling,rolling 1.8.1-7 all
  Documentation files for Common C++ "2"

libconfig++-dev/rolling 1.5-0.4 amd64
  parsing/manipulation of structured config files (C++ development)

libconfig++9v5/rolling 1.5-0.4 amd64
  parsing/manipulation of structured configuration files (C++ binding)

libconfig-dev/rolling 1.5-0.4 amd64
  parsing/manipulation of structured config files (development)

libconfig-doc/rolling,rolling 1.5-0.4 all
  parsing/manipulation of structured config files (Documentation)

libconfig9/rolling,now 1.5-0.4 amd64 [installato, automatico]
  parsing/manipulation of structured configuration files

libcpprest-dev/rolling 2.10.14-2 amd64
  Development files for C++ REST SDK / Casablanca

libcpprest-doc/rolling,rolling 2.10.14-2 all
  Reference manual for C++ REST SDK / Casablanca

libcpprest2.10/rolling 2.10.14-2 amd64
  Shared library for C++ REST SDK / Casablanca

libcpufreq-dev/rolling 008-1.1 amd64
  development files to deal with the cpufreq Linux kernel feature

libcpufreq0/rolling,now 008-1.1 amd64 [installato, automatico]
  shared library to deal with the cpufreq Linux kernel feature

libcpuinfo-dev/rolling 0.0~git20190201.d5e37ad-1 amd64
  CPU INFOrmation library (header file)

libcpuinfo0/rolling 0.0~git20190201.d5e37ad-1 amd64
  CPU INFOrmation library (shared object)

libcpupower-dev/rolling 4.19.37-6parrot3 amd64
  CPU frequency and voltage scaling tools for Linux (development files)

libcpupower1/rolling 4.19.37-6parrot3 amd64
  CPU frequency and voltage scaling tools for Linux (libraries)

libcpupower2/rolling 5.1.3-1parrot1.3t amd64
  CPU frequency and voltage scaling tools for Linux (libraries)

libcryptsetup-dev/rolling 2:2.1.0-5kali2 amd64
  disk encryption support - development files

libcryptsetup12/rolling,now 2:2.1.0-5kali2 amd64 [installato]
  disk encryption support - shared library

libcsfml-audio2.4/rolling 2.4-4 amd64
  Libraries for the C Binding of SFML - Audio Part

libcsfml-audio2.5/rolling 2.5-1 amd64
  Libraries for the C Binding of SFML - Audio Part

libcsfml-dev/rolling 2.5-1 amd64
  Libraries for the C Binding of SFML - Development Files

libcsfml-doc/rolling,rolling 2.5-1 all
  Libraries for the C Binding of SFML - Documentation

libcsfml-graphics2.4/rolling 2.4-4 amd64
  Libraries for the C Binding of SFML - Graphics Part

libcsfml-graphics2.5/rolling 2.5-1 amd64
  Libraries for the C Binding of SFML - Graphics Part

libcsfml-network2.4/rolling 2.4-4 amd64
  Libraries for the C Binding of SFML - Network Part

libcsfml-network2.5/rolling 2.5-1 amd64
  Libraries for the C Binding of SFML - Network Part

libcsfml-system2.4/rolling 2.4-4 amd64
  Libraries for the C Binding of SFML - System Part

libcsfml-system2.5/rolling 2.5-1 amd64
  Libraries for the C Binding of SFML - System Part

libcsfml-window2.4/rolling 2.4-4 amd64
  Libraries for the C Binding of SFML - Window Part

libcsfml-window2.5/rolling 2.5-1 amd64
  Libraries for the C Binding of SFML - Window Part

libctapimkt1/rolling 1.0.5~rc1-7 amd64
  Read German Krankenversichertenkarte and eGK

libctapimkt1-dev/rolling 1.0.5~rc1-7 amd64
  Read German Krankenversichertenkarte and eGK (development)

libcudf-dev/rolling 0.7-5 amd64
  C library to access descriptions of package upgrade problems

libcudf-ocaml-dev/rolling 0.7-5 amd64
  OCaml library to access descriptions of package upgrade problems

libdatetime-event-cron-perl/rolling,rolling 0.09-1 all
  DateTime extension for generating recurrence sets from crontab lines and files

libdatrie-dev/rolling 0.2.12-2 amd64
  Development files for double-array trie library

libdatrie-doc/rolling,rolling 0.2.12-2 all
  Documentation files for double-array trie library

libdatrie1-bin/rolling 0.2.12-2 amd64
  Programs for double-array trie library

libdaxctl-dev/rolling 65-1 amd64
  Development files for libdaxctl

libdaxctl1/rolling 65-1 amd64
  Utility library for managing the device DAX subsystem

libdbusada0.4.1/rolling 0.4.2-3 amd64
  Ada bindings to the D-Bus message bus system (runtime)

libdbusada4-dev/rolling 0.4.2-3 amd64
  Ada bindings to the D-Bus message bus system

libdevice-serialport-perl/rolling 1.04-3+b6 amd64
  emulation of Win32::SerialPort for Linux/POSIX

libdevmapper-dev/rolling 2:1.02.155-3 amd64
  Linux Kernel Device Mapper header files

libdevmapper-event1.02.1/rolling,now 2:1.02.155-3 amd64 [installato, automatico]
  Linux Kernel Device Mapper event support library

libdevmapper1.02.1/rolling,now 2:1.02.155-3 amd64 [installato]
  Linux Kernel Device Mapper userspace library

libdiodon0/rolling 1.8.0-1 amd64
  GTK+ Clipboard manager (main library)

libdisasm-dev/rolling 0.23-6+b1 amd64
  disassembler library for x86 code (development files)

libdisasm0/rolling 0.23-6+b1 amd64
  disassembler library for x86 code

libdislocker0-dev/rolling 0.7.1-4+b1 amd64
  read/write encrypted BitLocker volumes (development files)

libdislocker0.7/rolling 0.7.1-4+b1 amd64
  read/write encrypted BitLocker volumes (shared library)

libdmraid-dev/rolling 1.0.0.rc16-8 amd64
  Device-Mapper Software RAID support tool - header files

libdmraid1.0.0.rc16/rolling 1.0.0.rc16-8 amd64
  Device-Mapper Software RAID support tool - shared library

libdnet/rolling 2.65+b1 amd64
  DECnet Libraries

libdnet-dev/rolling 2.65+b1 amd64
  DECnet development libraries & Headers

libdrm-amdgpu1/rolling,now 2.4.97-1 amd64 [installato, automatico]
  Userspace interface to amdgpu-specific kernel DRM services -- runtime

libdrm-common/rolling,rolling,now 2.4.97-1 all [installato, automatico]
  Userspace interface to kernel DRM services -- common files

libdrm-dev/rolling 2.4.97-1 amd64
  Userspace interface to kernel DRM services -- development files

libdrm-intel1/rolling,now 2.4.97-1 amd64 [installato, automatico]
  Userspace interface to intel-specific kernel DRM services -- runtime

libdrm-nouveau2/rolling,now 2.4.97-1 amd64 [installato, automatico]
  Userspace interface to nouveau-specific kernel DRM services -- runtime

libdrm-radeon1/rolling,now 2.4.97-1 amd64 [installato, automatico]
  Userspace interface to radeon-specific kernel DRM services -- runtime

libdrm2/rolling,now 2.4.97-1 amd64 [installato, automatico]
  Userspace interface to kernel DRM services -- runtime

libdrumstick-dev/rolling 0.5.0-4+b2 amd64
  Qt4/C++ wrapper for ALSA Sequencer - development files

libdrumstick0/rolling 0.5.0-4+b2 amd64
  Qt4/C++ wrapper for ALSA Sequencer

libdssialsacompat0/rolling 1.0.8a-1+b2 amd64
  DSSI ALSA compatibility library for non-Linux platforms

libecryptfs-dev/rolling 111-4 amd64
  ecryptfs cryptographic filesystem (development)

libecryptfs1/rolling 111-4 amd64
  ecryptfs cryptographic filesystem (library)

libedac-dev/rolling 0.18-1+b1 amd64
  report kernel-detected PCI and ECC RAM errors

libedac1/rolling 0.18-1+b1 amd64
  report kernel-detected PCI and ECC RAM errors

libeinfo-dev/rolling 0.40.3-1 amd64
  dependency based service manager (pretty console display development)

libeinfo1/rolling 0.40.3-1 amd64
  dependency based service manager (pretty console display library)

libell-dev/rolling 0.17-1 amd64
  development files for the Embedded Linux library

libell0/rolling 0.17-1 amd64
  Embedded Linux library

libendless-0-0/rolling 0~git20180727+ds-1 amd64
  Endless SDK runtime libraries

libendless-0-common/rolling,rolling 0~git20180727+ds-1 all
  common files for the Endless SDK runtime libraries

libendless-bin/rolling 0~git20180727+ds-1 amd64
  development tools for the Endless SDK

libendless-dev/rolling 0~git20180727+ds-1 amd64
  development files for the Endless SDK

libendless-doc/rolling,rolling 0~git20180727+ds-1 all
  documentation files for the Endless SDK

libevdi0/rolling 1.6.0+dfsg-1 amd64
  Extensible Virtual Display Interface driver client library

libevdi0-dev/rolling,rolling 1.6.0+dfsg-1 all
  EVDI driver client library dev package

libevemu-dev/rolling 2.7.0-1 amd64
  Linux Input Event Device Emulation Library - development files

libevemu3/rolling 2.7.0-1 amd64
  Linux Input Event Device Emulation Library

libexplain-dev/rolling 1.4.D001-8 amd64
  library of system-call-specific strerror repl - development files

libexplain-doc/rolling,rolling 1.4.D001-8 all
  library of system-call-specific strerror repl - documentation

libext2fs-dev/rolling 1.45.3-3 amd64
  ext2/ext3/ext4 file system libraries - headers and static libraries

libext2fs2/rolling,now 1.45.3-3 amd64 [installato]
  ext2/ext3/ext4 file system libraries

libf2fs-dev/rolling 1.11.0-1.1 amd64
  Core library for Flash-Friendly File System - Development files

libf2fs-format-dev/rolling 1.11.0-1.1 amd64
  Core library for Flash-Friendly File System - Development files

libf2fs-format4/rolling 1.11.0-1.1 amd64
  Format library for Flash-Friendly File System

libf2fs0/rolling 1.10.0-1 amd64
  Core libraries for Flash-Friendly File System

libf2fs5/rolling 1.11.0-1.1 amd64
  Core library for Flash-Friendly File System

libfcitx5config-dev/rolling 0~20181128+ds1-1 amd64
  Fcitx Input Method Framework v5 (config library dev files)

libfcitx5config5/rolling 0~20181128+ds1-1 amd64
  Fcitx Input Method Framework v5 (config library)

libfcitx5core-dev/rolling 0~20181128+ds1-1 amd64
  Fcitx Input Method Framework v5 (core library dev files)

libfcitx5core5/rolling 0~20181128+ds1-1 amd64
  Fcitx Input Method Framework v5 (core library)

libfcitx5utils-dev/rolling 0~20181128+ds1-1 amd64
  Fcitx Input Method Framework v5 (utils library dev files)

libfcitx5utils1/rolling 0~20181128+ds1-1 amd64
  Fcitx Input Method Framework v5 (utils library)

libffado-dev/rolling 2.4.1-0.1 amd64
  FFADO API - development files

libffado2/rolling 2.4.1-0.1 amd64
  FFADO API

libfilesys-notify-simple-perl/rolling,rolling 0.13-1 all
  simple file system monitor

libflexdock-java/rolling,rolling 1.2.4-1 all
  Swing Java docking framework

libflexdock-java-demo/rolling,rolling 1.2.4-1 all
  Swing Java docking framework - demos and examples

libflexdock-java-doc/rolling,rolling 1.2.4-1 all
  Swing Java docking framework - demos and examples

libfprint-dev/rolling 1:0.8.2-3 amd64
  async fingerprint library of fprint project, development headers

libfprint-doc/rolling,rolling 1:0.8.2-3 all
  async fingerprint library of fprint project, API documentation

libfprint0/rolling 1:0.8.2-3 amd64
  async fingerprint library of fprint project, shared libraries

libfreehdl0/rolling 0.0.8-2.2 amd64
  VHDL simulator for Linux (shared libraries)

libfreehdl0-dev/rolling 0.0.8-2.2 amd64
  VHDL simulator for Linux (development headers)

libfreeimage-dev/rolling 3.18.0+ds2-1 amd64
  Support library for graphics image formats (development files)

libfreeimage3/rolling 3.18.0+ds2-1 amd64
  Support library for graphics image formats (library)

libfreeimageplus-dev/rolling 3.18.0+ds2-1 amd64
  C++ wrappers for FreeImage (development files)

libfreeimageplus-doc/rolling,rolling 3.18.0+ds2-1 all
  C++ wrappers for FreeImage (documentation)

libfreeimageplus3/rolling 3.18.0+ds2-1 amd64
  C++ wrappers for freeimage (library)

libfuse-dev/rolling 2.9.9-1 amd64
  Filesystem in Userspace (development)

libfuse2/rolling,now 2.9.9-1 amd64 [installato, automatico]
  Filesystem in Userspace (library)

libfuse3-3/rolling 3.4.1-1 amd64
  Filesystem in Userspace (library) (3.x version)

libfuse3-dev/rolling 3.4.1-1 amd64
  Filesystem in Userspace (development) (3.x version)

libgamemode-dev/rolling 1.2-6 amd64
  Optimise Linux system performance on demand

libgamemode0/rolling 1.2-6 amd64
  Optimise Linux system performance on demand

libgamemodeauto-dev/rolling 1.2-6 amd64
  Optimise Linux system performance on demand

libgamemodeauto0/rolling 1.2-6 amd64
  Optimise Linux system performance on demand

libgemrb/rolling 0.8.5-1 amd64
  Shared libraries and plugins for GemRB

libgetopt-complete-perl/rolling,rolling 0.26-2 all
  programmable shell completion for Perl apps

libghc-entropy-dev/rolling 0.4.1.1-1+b2 amd64
  cryptographically-strong entropy

libghc-entropy-doc/rolling,rolling 0.4.1.1-1 all
  cryptographically-strong entropy; documentation

libghc-entropy-prof/rolling 0.4.1.1-1+b2 amd64
  cryptographically-strong entropy; profiling libraries

libghc-fsnotify-dev/rolling 0.3.0.1-2+b1 amd64
  file creation/modification/deletion notification

libghc-fsnotify-doc/rolling,rolling 0.3.0.1-2 all
  file creation/modification/deletion notification; documentation

libghc-fsnotify-prof/rolling 0.3.0.1-2+b1 amd64
  file creation/modification/deletion notification; profiling libraries

libghc-happstack-server-dev/rolling 7.5.1.1-4+b1 amd64
  Happstack web framework, HTTP server

libghc-happstack-server-doc/rolling,rolling 7.5.1.1-4 all
  Happstack web framework, HTTP server; documentation

libghc-happstack-server-prof/rolling 7.5.1.1-4+b1 amd64
  Happstack web framework, HTTP server; profiling libraries

libghc-hinotify-dev/rolling 0.3.10-1+b2 amd64
  Haskell inotify library

libghc-hinotify-doc/rolling,rolling 0.3.10-1 all
  Haskell inotify library; documentation

libghc-hinotify-prof/rolling 0.3.10-1+b2 amd64
  Haskell inotify library; profiling libraries

libghc-network-info-dev/rolling 0.2.0.10-2+b2 amd64
  listing network interfaces in Haskell

libghc-network-info-doc/rolling,rolling 0.2.0.10-2 all
  listing network interfaces in Haskell; documentation

libghc-network-info-prof/rolling 0.2.0.10-2+b2 amd64
  listing network interfaces in Haskell; profiling libraries

libghc-sendfile-dev/rolling 0.7.9-10+b2 amd64
  Haskell portable sendfile library

libghc-sendfile-doc/rolling,rolling 0.7.9-10 all
  Haskell portable sendfile library; documentation

libghc-sendfile-prof/rolling 0.7.9-10+b2 amd64
  Haskell portable sendfile library; profiling libraries

libgig-dev/rolling 4.1.0~repack-2 amd64
  development files for libgig

libgkl-java/rolling 0.8.5+dfsg-2 amd64
  Java library to manipulate SAM and BAM files

libgkl-jni/rolling 0.8.5+dfsg-2 amd64
  native libraries of Java library to manipulate SAM and BAM files

libglu1-mesa/rolling,now 9.0.0-2.1+b3 amd64 [installato, automatico]
  Mesa OpenGL utility library (GLU)

libgnuradio-iio0/rolling 0.3-4+b1 amd64
  IIO blocks for GnuRadio (runtime library)

libgpiod-dev/rolling 1.2-3 amd64
  C library for interacting with Linux GPIO device - static libraries and headers

libgpiod-doc/rolling,rolling 1.2-3 all
  C library for interacting with Linux GPIO device - library documentation

libgpiod1/rolling 1.0.1-1 amd64
  C library for interacting with Linux GPIO device - shared libraries

libgpiod2/rolling 1.2-3 amd64
  C library for interacting with Linux GPIO device - shared libraries

libguestfs0/rolling 1:1.40.2-2+b1 amd64
  guest disk image management system - shared library

libgutenprint-common/rolling,rolling,now 5.3.1-7 all [installato, automatico]
  support files for the Gutenprint printer driver library

libgutenprint-dev/rolling 5.3.1-7+b1 amd64
  development files for the Gutenprint printer driver library

libgutenprint-doc/rolling,rolling 5.3.1-7 all
  documentation for the Gutenprint printer driver library

libgutenprint2/rolling 5.2.13-2+b1 amd64
  runtime for the Gutenprint printer driver library

libgutenprint9/rolling,now 5.3.1-7+b1 amd64 [installato, automatico]
  runtime for the Gutenprint printer driver library

libgutenprintui2-1/rolling 5.2.13-2+b1 amd64
  runtime for the Gutenprint printer driver user interface library

libgutenprintui2-2/rolling 5.3.1-7+b1 amd64
  runtime for the Gutenprint printer driver user interface library

libgutenprintui2-dev/rolling 5.3.1-7+b1 amd64
  development files for the Gutenprint printer driver user interface library

libguvcview-2.0-2/rolling 2.0.6+debian-1 amd64
  GTK+ base UVC Viewer - runtime

libguvcview-dev/rolling 2.0.6+debian-1 amd64
  GTK+ base UVC Viewer - development files

libgwengui-cpp0/rolling 4.20.0-9 amd64
  C++ bindings for the Gwenhywfar GUI implementation

libgwengui-fox16-0/rolling 4.20.0-9 amd64
  Gwenhywfar GUI implementation for the FOX Toolkit

libgwengui-fox16-dev/rolling 4.20.0-9 amd64
  Gwenhywfar GUI implementation for the FOX Toolkit (development files)

libgwengui-gtk3-0/rolling 4.20.0-9 amd64
  Gwenhywfar GUI implementation for GTK3

libgwengui-gtk3-dev/rolling 4.20.0-9 amd64
  Gwenhywfar GUI implementation for GTK3 (development files)

libgwengui-qt4-0/rolling 4.20.0-7 amd64
  Gwenhywfar GUI implementation for Qt4

libgwengui-qt4-dev/rolling 4.20.0-7 amd64
  Gwenhywfar GUI implementation for Qt 4 (development files)

libgwengui-qt5-0/rolling 4.20.0-9 amd64
  Gwenhywfar GUI implementation for Qt5

libgwengui-qt5-dev/rolling 4.20.0-9 amd64
  Gwenhywfar GUI implementation for Qt 5 (development files)

libgwenhywfar-core-dev/rolling 4.20.0-9 amd64
  OS abstraction layer (core development files)

libgwenhywfar-data/rolling,rolling 4.20.0-9 all
  OS abstraction layer - data files

libgwenhywfar-doc/rolling,rolling 4.20.0-9 all
  OS abstraction layer (API documentation)

libgwenhywfar60/rolling 4.20.0-9 amd64
  OS abstraction layer

libgwenhywfar60-dev/rolling 4.20.0-9 amd64
  OS abstraction layer (meta package)

libhal1-flash/rolling 0.3.3-3 amd64
  Compatibility library to allow playback of Flash DRM content

libhbalinux-dev/rolling 1.0.16-2 amd64
  Library headers files for retrieving FCOE adapter information

libhbalinux2/rolling 1.0.16-2 amd64
  Library for retrieving FCOE adapter information

libhd-dev/rolling 21.67-1 amd64
  Hardware identification system library and headers

libhd-doc/rolling,rolling 21.67-1 all
  Hardware identification system library documentation

libhd21/rolling 21.67-1 amd64
  Hardware identification system library

libheaptrack/rolling 1.1.0+20180922.gitf752536-4 amd64
  heap memory profiler for Linux

libheartbeat2/rolling 1:3.0.6-9 amd64
  Subsystem for High-Availability Linux (libraries)

libheartbeat2-dev/rolling 1:3.0.6-9 amd64
  Subsystem for High-Availability Linux (development files)

libhpmud-dev/rolling 3.18.12+dfsg0-2 amd64
  HP Multi-Point Transport Driver (hpmud) development libraries

libhpmud0/rolling 3.18.12+dfsg0-2 amd64
  HP Multi-Point Transport Driver (hpmud) run-time libraries

libhyphen-dev/rolling 2.8.8-7 amd64
  ALTLinux hyphenation library - development files

libhyphen0/rolling,now 2.8.8-7 amd64 [installato, automatico]
  ALTLinux hyphenation library - shared library

libi2c-dev/rolling 4.1-1 amd64
  userspace I2C programming library development files

libi2c0/rolling,now 4.1-1 amd64 [installato, automatico]
  userspace I2C programming library

libibus-1.0-5/rolling 1.5.19-4 amd64
  Intelligent Input Bus - shared library

libibus-1.0-dev/rolling 1.5.19-4 amd64
  Intelligent Input Bus - development file

libibus-qt-dev/rolling 1.3.3-4 amd64
  qt-immodule for ibus (QT4) (development package)

libibus-qt1/rolling 1.3.3-4 amd64
  qt-immodule for ibus (QT4) (library)

libiec61883-0/rolling,now 1.2.0-3 amd64 [installato, automatico]
  partial implementation of IEC 61883 (shared lib)

libiec61883-dev/rolling 1.2.0-3 amd64
  partial implementation of IEC 61883 (devel)

libiio-dev/rolling 0.16-1 amd64
  libiio development files

libiio-utils/rolling 0.16-1 amd64
  Miscellaneous libiio utilities

libiio0/rolling 0.16-1 amd64
  Library for interfacing with IIO devices

libiio0-doc/rolling,rolling 0.16-1 all
  libiio documentation

libinotify-ocaml/rolling 1.0-2+b1 amd64
  OCaml bindings for the inotify API

libinotify-ocaml-dev/rolling 1.0-2+b1 amd64
  OCaml bindings for the inotify API

libinotifytools0/rolling 3.14-7 amd64
  utility wrapper around inotify

libio-aio-perl/rolling 4.72-1 amd64
  asynchronous IO module for Perl

libio-async-loop-epoll-perl/rolling,rolling 0.20-1 all
  Perl extension for an event loop using epoll

libio-epoll-perl/rolling 0.03-2+b6 amd64
  Perl interface to the Epoll IO Multiplexing subsystem

libipset-dev/rolling 6.38-1.2 amd64
  development files for IP sets

libipset11/rolling 6.38-1.2 amd64
  library for IP sets

libiptables-chainmgr-perl/rolling,rolling 1.6-1 all
  Perl extension for manipulating iptables policies

libiptables-parse-perl/rolling,rolling 1.6-1 all
  Perl extension for parsing iptables firewall rulesets

libiw-dev/rolling 30~pre9-13 amd64
  Wireless tools - development files

libiw30/rolling,now 30~pre9-13 amd64 [installato, automatico]
  Wireless tools - library

libixml10/rolling,now 1:1.8.4-2 amd64 [installato, automatico]
  Portable SDK for UPnP Devices, version 1.8 (ixml shared library)

libjam-java/rolling,rolling 0.1.git20180106.740247a+dfsg-1 all
  Java applications look and behave like native applications

libjam-java-doc/rolling,rolling 0.1.git20180106.740247a+dfsg-1 all
  Java applications look and behave like native applications (documentation)

libjava-gnome-java/rolling,rolling 4.1.3-8 all
  Java-gnome language bindings project

libjava-gnome-jni/rolling 4.1.3-8 amd64
  Java-gnome language bindings project JNI layer

libjdeb-java/rolling,rolling 1.6-3 all
  utility to construct Debian packages from Ant or Maven

libjnr-x86asm-java/rolling,rolling 1.0.2-5 all
  Pure java x86 and x86_64 assembler

libjs-jquery-jplayer/rolling,rolling 2.7.1+dfsg-1 all
  HTML5 Audio & Video for jQuery with a Flash fallback

libjs-term.js/rolling,rolling,now 0.0.7-1 all [installato, automatico]
  full xterm clone written in javascript

libkcapi-dev/rolling 1.1.3-1 amd64
  Development files for Linux Kernel Crypto API

libkcapi-doc/rolling,rolling 1.1.3-1 all
  Documentation for Linux Kernel Crypto API

libkcapi1/rolling 1.1.3-1 amd64
  Linux Kernel Crypto API User Space Interface Library

libkeyutils-dev/rolling 1.6-6 amd64
  Linux Key Management Utilities (development)

libkeyutils1/rolling,now 1.6-6 amd64 [installato, automatico]
  Linux Key Management Utilities (library)

libkf5kirigami2-5/rolling 5.54.0-1 amd64
  set of QtQuick components targeted for mobile use

libkf5kirigami2-doc/rolling,rolling 5.54.0-1 all
  set of QtQuick components targeted for mobile use (documentation)

libkiwix-dev/rolling 3.1.1-1 amd64
  library of common code for Kiwix (development)

libkiwix0/rolling 0.2.0-1+b1 amd64
  library of common code for Kiwix

libkiwix3/rolling 3.1.1-1 amd64
  library of common code for Kiwix

libkmfl-dev/rolling 11.0.101-1 amd64
  This package provides Keyman(C) services to Linux - development

libkmfl0/rolling 11.0.101-1 amd64
  This package provides Keyman(C) services to Linux - runtime

libkmflcomp0/rolling 11.0.101-1 amd64
  KMFL (Keyboard Mapping for Linux) compiler library

libkmnkbp-dev/rolling 11.0.101-2 amd64
  Development files for Keyman keyboard processing library

libkmnkbp0-0/rolling 11.0.101-2 amd64
  Keyman keyboard processing library

libknet-dev/rolling 1.8-2 amd64
  kronosnet core switching implementation (developer files)

libknet-doc/rolling,rolling 1.8-2 all
  kronosnet core API documentation

libknet1/rolling 1.8-2 amd64
  kronosnet core switching implementation

liblavfile-2.1-0/rolling 1:2.1.0+debian-5+b1 amd64
  MJPEG capture/editing/replay and MPEG encoding toolset (library)

liblavjpeg-2.1-0/rolling 1:2.1.0+debian-5+b1 amd64
  MJPEG capture/editing/replay and MPEG encoding toolset (library)

liblavplay-2.1-0/rolling 1:2.1.0+debian-5+b1 amd64
  MJPEG capture/editing/replay and MPEG encoding toolset (library)

liblimba-dev/rolling 0.5.6-2+b2 amd64
  Library for the Limba 3rd-party software manager (development files)

liblimba0/rolling 0.5.6-2+b2 amd64
  Library for the Limba 3rd-party software manager

liblinux-acl-perl/rolling 0.05-1+b1 amd64
  Perl extension for reading and setting Access Control Lists for files

liblinux-distribution-packages-perl/rolling,rolling 0.05-3 all
  list all packages on various Linux distributions

liblinux-distribution-perl/rolling,rolling 0.23-1 all
  module for detecting the running Linux distribution

liblinux-dvb-perl/rolling 1.03-2+b1 amd64
  interface to (some parts of) the Linux DVB API

liblinux-epoll-perl/rolling 0.016-1+b1 amd64
  perl epoll module for O(1) multiplexing

liblinux-fd-perl/rolling 0.011-2+b1 amd64
  Linux specific special filehandles

liblinux-inotify2-perl/rolling 1:2.1-1 amd64
  scalable directory and file change notification

liblinux-io-prio-perl/rolling,rolling 0.03-2 all
  interface to Linux ioprio_set(2) and ioprio_get(2)

liblinux-kernelsort-perl/rolling,rolling 0.01-3 all
  Perl module for sorting Linux Kernel version strings

liblinux-lvm-perl/rolling,rolling 0.17-2 all
  Perl module to access LVM status information

liblinux-pid-perl/rolling 0.04-1+b6 amd64
  wrapper around the getpid() and getppid() C functions

liblinux-prctl-perl/rolling 1.6.0-3+b4 amd64
  Perl extension for controlling process characteristics

liblinux-usermod-perl/rolling,rolling 0.69-2 all
  module to modify user and group accounts

liblirc-client0/rolling,now 0.10.1-6 amd64 [installato, automatico]
  infra-red remote control support - client library

liblirc-dev/rolling 0.10.1-6 amd64
  Infra-red remote control support - development files

liblirc0/rolling 0.10.1-6 amd64
  Infra-red remote control support - Run-time libraries

liblscp-dev/rolling 0.6.0-1 amd64
  Development files for LinuxSampler Control Protocol library

liblscp-doc/rolling,rolling 0.6.0-1 all
  Documentation for LinuxSampler Control Protocol library

liblscp6/rolling 0.6.0-1 amd64
  LinuxSampler Control Protocol wrapper library

libltdl-dev/rolling,now 2.4.6-9 amd64 [installato, automatico]
  System independent dlopen wrapper for GNU libtool

libltdl7/rolling,now 2.4.6-9 amd64 [installato, automatico]
  System independent dlopen wrapper for GNU libtool

liblttng-ctl-dev/rolling 2.10.7-1 amd64
  LTTng control and utility library (development files)

liblttng-ctl0/rolling 2.10.7-1 amd64
  LTTng control and utility library

liblxc1/rolling 1:3.1.0+really3.0.3-8 amd64
  Linux Containers userspace tools (library)

libm17n-0/rolling 1.8.0-2 amd64
  multilingual text processing library - runtime

libm17n-dev/rolling 1.8.0-2 amd64
  multilingual text processing library - development

libmjpegtools-dev/rolling 1:2.1.0+debian-5+b1 amd64
  MJPEG capture/editing/replay and MPEG encoding toolset (development)

libmjpegutils-2.1-0/rolling,now 1:2.1.0+debian-5+b1 amd64 [installato, automatico]
  MJPEG capture/editing/replay and MPEG encoding toolset (library)

libmlv3/rolling 3.1.0-3 amd64
  simplified multimedia library in C for beginners.

libmlv3-dev/rolling 3.1.0-3 amd64
  simplified multimedia library in C for beginners.

libmpeg2encpp-2.1-0/rolling,now 1:2.1.0+debian-5+b1 amd64 [installato, automatico]
  MJPEG capture/editing/replay and MPEG encoding toolset (library)

libmplex2-2.1-0/rolling,now 1:2.1.0+debian-5+b1 amd64 [installato, automatico]
  MJPEG capture/editing/replay and MPEG encoding toolset (library)

libmupen64plus-dev/rolling,rolling 2.5-5 all
  mupen64plus development package

libmupen64plus2/rolling 2.5-5 amd64
  plugin-based Nintendo 64 emulator, core library

libnative-platform-java/rolling,rolling 0.14-5 all
  Java bindings for various native APIs

libnative-platform-java-doc/rolling,rolling 0.14-5 all
  testing and specification framework for Java and Groovy - Docs

libnative-platform-jni/rolling 0.14-5 amd64
  Java bindings for various native APIs - JNI library

libnatpmp-dev/rolling 20150609-7 amd64
  portable and fully compliant implementation of NAT-PMP (dev files)

libnatpmp1/rolling 20150609-7 amd64
  portable and fully compliant implementation of NAT-PMP

libndctl-dev/rolling 65-1 amd64
  Development files for libndctl

libndctl6/rolling 65-1 amd64
  Utility library for managing the libnvdimm subsystem

libnet-route-perl/rolling,rolling 0.02-2 all
  portable interface to the routing table

libnetfilter-cthelper0/rolling 1.0.0-1+b1 amd64
  userspace-helper for netfilter library

libnetfilter-cthelper0-dev/rolling 1.0.0-1+b1 amd64
  Development files for libnetfilter-cthelper0

libnftables-dev/rolling 0.9.1-2+b1 amd64
  Development files for libnftables

libnftables0/rolling 0.9.0-2 amd64
  Netfilter nftables high level userspace API library

libnftables1/rolling,now 0.9.1-2+b1 amd64 [installato, automatico]
  Netfilter nftables high level userspace API library

libnss-libvirt/rolling 5.0.0-4 amd64
  nss plugin providing IP address resolution for virtual machines

libnss-mdns/rolling,now 0.14.1-1 amd64 [installato, automatico]
  NSS module for Multicast DNS name resolution

libntirpc-dev/rolling 1.7.1-1 amd64
  new transport-independent RPC library - development files

libntirpc1.7/rolling 1.7.1-1 amd64
  new transport-independent RPC library

libnvpair1linux/rolling 0.8.1-3 amd64
  Solaris name-value library for Linux

liboasis-ocaml/rolling 0.4.10-2+b1 amd64
  Build-system generation for OCaml projects -- runtime

liboasis-ocaml-dev/rolling 0.4.10-2+b1 amd64
  Build-system generation for OCaml projects -- development files

liboasis-ocaml-doc/rolling,rolling 0.4.10-2 all
  Architecture for building OCaml libraries and applications

libomxil-bellagio-bin/rolling 0.9.3-4.1 amd64
  implementation of OpenMAX IL, run-time library (utilities)

libomxil-bellagio-dev/rolling 0.9.3-4.1 amd64
  implementation of OpenMAX IL, development files

libomxil-bellagio-doc/rolling,rolling 0.9.3-4.1 all
  Documentation of the Bellagio OpenMAX IL

libomxil-bellagio0/rolling 0.9.3-4.1 amd64
  implementation of OpenMAX IL, run-time library

libomxil-bellagio0-components-alsa/rolling 0.1-2+b2 amd64
  ALSA source/sink components for Bellagio OpenMAX IL

libomxil-bellagio0-components-base/rolling 0.9.3-4.1 amd64
  components for Bellagio OpenMAX IL

libomxil-bellagio0-components-camera/rolling 0.1-2+b2 amd64
  Motorola Camera components for Bellagio OpenMAX IL

libomxil-bellagio0-components-fbdevsink/rolling 0.1-2+b2 amd64
  Frame Buffer Video Sink components for Bellagio OpenMAX IL

libomxil-bellagio0-components-mad/rolling 0.1-1+b2 amd64
  MAD MP3 decoder components for Bellagio OpenMAX IL

libomxil-bellagio0-components-videosrc/rolling 0.1-1+b2 amd64
  V4L2 video source components for Bellagio OpenMAX IL

libomxil-bellagio0-components-vorbis/rolling 0.1-3+b2 amd64
  vorbis decoder components for Bellagio OpenMAX IL

libomxil-bellagio0-components-xvideo/rolling 0.1-3+b2 amd64
  XVideo components for Bellagio OpenMAX IL

libopenimageio-dev/rolling 2.0.9~dfsg0-1 amd64
  Library for reading and writing images - development

libopenimageio-doc/rolling,rolling 2.0.9~dfsg0-1 all
  Library for reading and writing images - documentation

libopenimageio1.8/rolling 1.8.15~dfsg0-1+b1 amd64
  Library for reading and writing images - runtime

libopenimageio2.0/rolling 2.0.9~dfsg0-1 amd64
  Library for reading and writing images - runtime

libpam-blue/rolling 0.9.0-3+b1 amd64
  PAM module for local authenticaction with bluetooth devices

libpam-cap/rolling 1:2.25-2 amd64
  POSIX 1003.1e capabilities (PAM module)

libpam-ccreds/rolling 10-7 amd64
  Pam module to cache authentication credentials

libpam-fscrypt/rolling 0.2.4-2+b10 amd64
  PAM module for Linux filesystem encryption

libpam-snapper/rolling 0.8.3-1 amd64
  PAM module for Linux filesystem snapshot management tool

libpam-ufpidentity/rolling 1.0-1+b1 amd64
  PAM library for UFP identity

libpam-wrapper/rolling 1.0.7-1+b1 amd64
  Tool to test PAM applications and PAM modules

libpam0g/rolling,now 1.3.1-5 amd64 [installato]
  Pluggable Authentication Modules library

libparse-dmidecode-perl/rolling,rolling 0.03-2 all
  interface to SMBIOS using dmidecode

libpasswd-unix-perl/rolling,rolling 0.700-1 all
  object-oriented and function interface to standard Unix files

libpfm4/rolling 4.10.1+git10-gd2a5b56-1 amd64
  Library to program the performance monitoring events

libpfm4-dev/rolling 4.10.1+git10-gd2a5b56-1 amd64
  Development files for the libpfm4 library

libpmi0/rolling 18.08.5.2-1 amd64
  SLURM PMI library implementation

libpmi0-dev/rolling 18.08.5.2-1 amd64
  SLURM PMI library implementation development files

libpmi2-0/rolling 18.08.5.2-1 amd64
  SLURM PMI2 library implementation

libpmi2-0-dev/rolling 18.08.5.2-1 amd64
  SLURM PMI2 library implementation development files

libpowercap0/rolling 0.1.1-1 amd64
  Shared library for accessing the powercap Linux kernel feature

libprivileges-drop-perl/rolling,rolling 1.03-2 all
  module to make it simple to drop all privileges

librad0/rolling 2.12.0-6 amd64
  rapid application development library

librad0-tools/rolling 2.12.0-6 amd64
  tools for rapid application development library

libradare2-3.2/rolling,now 3.2.1+dfsg-5 amd64 [installato, automatico]
  libraries from the radare2 suite

libradare2-3.8/rolling,now 3.8-parrot1 amd64 [installato, automatico]
  libraries from the radare2 suite

libradare2-common/rolling,rolling,now 3.8-parrot1 all [installato, automatico]
  arch independent files from the radare2 suite

libradare2-dev/rolling,now 3.8-parrot1 amd64 [installato, automatico]
  devel files from the radare2 suite

libraw1394-11/rolling,now 2.1.2-1+b1 amd64 [installato, automatico]
  library for direct access to IEEE 1394 bus (aka FireWire)

libraw1394-dev/rolling 2.1.2-1+b1 amd64
  library for direct access to IEEE 1394 bus - development files

libraw1394-doc/rolling,rolling 2.1.2-1 all
  Reference manual and documentation about libraw1394

libraw1394-tools/rolling 2.1.2-1+b1 amd64
  library for direct access to IEEE 1394 bus (aka FireWire)

librc-dev/rolling 0.40.3-1 amd64
  dependency based service manager (runtime development)

librc1/rolling 0.40.3-1 amd64
  dependency based service manager (runtime library)

libreswan/rolling 3.27-6 amd64
  Internet Key Exchange daemon

librhash0/rolling 1.3.8-1 amd64
  shared library for hash functions computing

librtaudio-dev/rolling 5.0.0~ds-3 amd64
  C++ library for realtime audio input/ouput (development files)

librtaudio-doc/rolling,rolling 5.0.0~ds-3 all
  C++ library for realtime audio input/ouput (documentation files)

librtaudio6/rolling,now 5.0.0~ds-3 amd64 [installato, automatico]
  C++ library for realtime audio input/ouput

librtmidi-dev/rolling 3.0.0~ds1-2 amd64
  C++ library for realtime MIDI input/ouput (development files)

librtmidi-doc/rolling,rolling 3.0.0~ds1-2 all
  C++ library for realtime MIDI input/ouput (documentation files)

librtmidi4/rolling 3.0.0~ds1-2 amd64
  C++ library for realtime MIDI input/ouput

librust-dbus-dev/rolling 0.6.5-1 amd64
  Bindings to D-Bus, a bus commonly used on Linux for IPC - Rust source code

librust-timerfd-dev/rolling 1.0.0-1 amd64
  Rust interface to the Linux kernel's timerfd API - Rust source code

libsane/rolling,now 1.0.27-3.2 amd64 [installato, automatico]
  API library for scanners

libsane-common/rolling,rolling,now 1.0.27-3.2 all [installato, automatico]
  API library for scanners -- documentation and support files

libsane-dev/rolling 1.0.27-3.2 amd64
  API development library for scanners [development files]

libsane-extras/rolling 1.0.22.6 amd64
  API library for scanners -- extra backends

libsane-extras-common/rolling,rolling 1.0.22.6 all
  API library for scanners -- documentation and support files

libsane-extras-dev/rolling 1.0.22.6 amd64
  API development library for scanners [development files]

libsane-hpaio/rolling 3.18.12+dfsg0-2 amd64
  HP SANE backend for multi-function peripherals

libsctp-dev/rolling 1.0.18+dfsg-1 amd64
  user-space access to Linux kernel SCTP - development files

libsctp1/rolling 1.0.18+dfsg-1 amd64
  user-space access to Linux kernel SCTP - shared library

libseccomp-dev/rolling 2.4.1-2 amd64
  high level interface to Linux seccomp filter (development files)

libseccomp2/rolling,now 2.4.1-2 amd64 [installato]
  high level interface to Linux seccomp filter

libselinux1/rolling,now 2.8-1+b1 amd64 [installato]
  SELinux runtime shared libraries

libselinux1-dev/rolling,now 2.8-1+b1 amd64 [installato, automatico]
  SELinux development headers

libsemanage-common/rolling,rolling,now 2.8-2 all [installato]
  Common files for SELinux policy management libraries

libsemanage1/rolling,now 2.8-2 amd64 [installato]
  SELinux policy management library

libsemanage1-dev/rolling 2.8-2 amd64
  Header files and libraries for SELinux policy manipulation

libsensors-config/rolling,rolling,now 1:3.5.0-3 all [installato, automatico]
  lm-sensors configuration files

libsensors4/rolling 1:3.4.0-4 amd64
  library to read temperature/voltage/fan sensors

libsensors4-dev/rolling 1:3.5.0-3 amd64
  lm-sensors development kit

libsensors5/rolling,now 1:3.5.0-3 amd64 [installato, automatico]
  library to read temperature/voltage/fan sensors

libsepol1/rolling,now 2.8-1 amd64 [installato]
  SELinux library for manipulating binary security policies

libsepol1-dev/rolling,now 2.8-1 amd64 [installato, automatico]
  SELinux binary policy manipulation library and development files

libsfml-audio2.5/rolling 2.5.1+dfsg-1 amd64
  Simple and Fast Multimedia Library - Audio part

libsfml-dev/rolling 2.5.1+dfsg-1 amd64
  Simple and Fast Multimedia Library - Development Files

libsfml-doc/rolling,rolling 2.5.1+dfsg-1 all
  Simple and Fast Multimedia Library - Documentation

libsfml-graphics2.5/rolling 2.5.1+dfsg-1 amd64
  Simple and Fast Multimedia Library - Graphics part

libsfml-network2.5/rolling 2.5.1+dfsg-1 amd64
  Simple and Fast Multimedia Library - Network part

libsfml-system2.5/rolling 2.5.1+dfsg-1 amd64
  Simple and Fast Multimedia Library - System part

libsfml-window2.5/rolling 2.5.1+dfsg-1 amd64
  Simple and Fast Multimedia Library - Window part

libsignon-extension1/rolling 8.59-2 amd64
  Single Sign On framework - extension shared library

libsignon-plugins-common1/rolling 8.59-2 amd64
  Single Sign On framework - plugins common shared library

libsignon-plugins-doc/rolling,rolling 8.59-2 all
  Single Sign On framework - plugins documentation

libsignon-qt-doc/rolling,rolling 8.59-2 all
  Single Sign On framework - documentation for Qt API

libsignon-qt5-1/rolling 8.59-2 amd64
  Single Sign On framework - qt5 shared libraries

libsignon-qt5-dev/rolling 8.59-2 amd64
  Single Sign On framework - qt5 development files

libsimpleini-dev/rolling 4.17+dfsg-5+b1 amd64
  C++ library for INI-style configuration files (development files)

libsimpleini1/rolling 4.17+dfsg-5+b1 amd64
  C++ library for INI-style configuration files

libslurm-dev/rolling 18.08.5.2-1 amd64
  SLURM development files

libslurm-perl/rolling 18.08.5.2-1 amd64
  Perl API for SLURM

libslurm32/rolling 17.11.9-1 amd64
  Runtime library files for SLURM

libslurm33/rolling 18.08.5.2-1 amd64
  Runtime library files for SLURM

libslurmdb-dev/rolling 18.08.5.2-1 amd64
  SLURM DataBase Daemon development files

libslurmdb-perl/rolling 18.08.5.2-1 amd64
  Perl API for the SLURM database

libslurmdb32/rolling 17.11.9-1 amd64
  Runtime library files for the SLURM DataBase Daemon

libslurmdb33/rolling 18.08.5.2-1 amd64
  Runtime library files for the SLURM DataBase Daemon

libsnapd-glib-dev/rolling 1.45-1.1 amd64
  GLib snapd library (development files)

libsnapd-glib1/rolling 1.45-1.1 amd64
  GLib snapd library

libsnapd-qt-dev/rolling 1.45-1.1 amd64
  Qt snapd library (development files)

libsnapd-qt1/rolling 1.45-1.1 amd64
  Qt snapd library

libsnapper-dev/rolling 0.8.3-1 amd64
  Library for Linux filesystem snapshot management tool (header files)

libsnapper4/rolling 0.8.3-1 amd64
  Library for Linux filesystem snapshot management tool

libsocket-linux-perl/rolling 0.01-2+b6 amd64
  module for using socket constants defined in Linux <netinet/tcp.h>

libsolv0/rolling 0.6.35-2+b2 amd64
  dependency solver using a satisfiability algorithm (shared library)

libsolvext0/rolling 0.6.35-2+b2 amd64
  dependency solver using a satisfiability algorithm (extensions)

libsonic-java/rolling,rolling 0.2.0-7 all
  Simple library to speed up or slow down speech - Java bindings

libsonic0/rolling,now 0.2.0-7 amd64 [installato, automatico]
  Simple library to speed up or slow down speech

libspdlog-dev/rolling 1:1.3.1-1 amd64
  Very fast, header only, C++ logging library

libspreadsheet-writeexcel-perl/rolling,rolling 2.40-1 all
  module to create Excel spreadsheets

libsqlcipher-dev/rolling 3.4.1-1+b13 amd64
  SQLCipher development files

libsqlcipher0/rolling 3.4.1-1+b13 amd64
  SQLCipher shared library

libsquashfuse-dev/rolling 0.1.103-1 amd64
  Development files for libsquashfuse

libsquashfuse0/rolling 0.1.103-1 amd64
  FUSE filesystem to mount squashfs archives library

libstoken-dev/rolling 0.92-1 amd64
  Software Token for cryptographic authentication - development files

libstoken1/rolling,now 0.92-1 amd64 [installato, automatico]
  Software Token for cryptographic authentication - shared library

libstrongswan/rolling,now 5.7.2-1+b1 amd64 [installato, automatico]
  strongSwan utility and crypto library

libstrongswan-extra-plugins/rolling 5.7.2-1+b1 amd64
  strongSwan utility and crypto library (extra plugins)

libstrongswan-standard-plugins/rolling,now 5.7.2-1+b1 amd64 [installato, automatico]
  strongSwan utility and crypto library (standard plugins)

libsword-1.8.1/rolling 1.8.1+dfsg-8+b1 amd64
  API/library for bible software

libsword-common/rolling,rolling 1.8.1+dfsg-8 all
  common settings and module repository for libsword

libsword-dev/rolling 1.8.1+dfsg-8+b1 amd64
  Development files for libsword

libsword-utils/rolling 1.8.1+dfsg-8+b1 amd64
  conversion utilities for bible documents in SWORD supported formats

libsword11v5/rolling 1.8.1-3 amd64
  API/library for bible software

libsys-hostip-perl/rolling,rolling 2.110-1 all
  Perl module to determine local machine's IP address

libsys-statistics-linux-perl/rolling,rolling 0.66-3 all
  Perl module to collect system statistics

libsys-syscall-perl/rolling 0.25-6 amd64
  module to access system calls that Perl doesn't normally provide access to

libsysfs-dev/rolling 2.1.0+repack-5 amd64
  interface library to sysfs - development files

libsysfs2/rolling 2.1.0+repack-5 amd64
  interface library to sysfs

libsystem-info-perl/rolling,rolling 0.058-1 all
  package to obtain basic system information

libteam-dev/rolling 1.28-1 amd64
  library for controlling team network device -- dev files

libteam-utils/rolling 1.28-1 amd64
  library for controlling team network device -- userspace utilities

libteam5/rolling 1.28-1 amd64
  library for communication with Netlink kernel module

libteamdctl0/rolling,now 1.28-1 amd64 [installato, automatico]
  library for communication with `teamd` process

libtecla-dev/rolling 1.6.3-2.1 amd64
  interactive command line editing facilities (development)

libtecla1/rolling 1.6.3-2.1 amd64
  interactive command line editing facilities

libtest-file-sharedir-perl/rolling,rolling 1.001002-1 all
  Perl module to create fake ShareDirs

libtext-unaccent-perl/rolling 1.08-1.3+b3 amd64
  provides functions to remove accents using UTF16 as a pivot

libtexttools-doc/rolling,rolling 2.1.0-13 all
  Ada library for writing console applications: documentation

libtexttools7-dev/rolling 2.1.0-13 amd64
  Ada library for writing console applications: development

libtexttools9/rolling 2.1.0-13 amd64
  Ada library for writing console applications: shared library

libtime-hr-perl/rolling 0.02-2+b1 amd64
  Perl interface to high-resolution timer

libtirpc-common/rolling,rolling,now 1.1.4-0.4 all [configurazione residua]
  transport-independent RPC library - common files

libtirpc-dev/rolling 1.1.4-0.4 amd64
  transport-independent RPC library - development files

libtirpc1/rolling 0.2.5-1.3 amd64
  transport-independent RPC library

libtirpc3/rolling 1.1.4-0.4 amd64
  transport-independent RPC library

libtogl-dev/rolling,rolling 2.0-1 all
  Tk OpenGL widget - development files

libtogl2/rolling 2.0-1 amd64
  Tk OpenGL widget

libtomoyotools3/rolling 2.6.0-20190305-1 amd64
  lightweight Linux Mandatory Access Control system - library

libtritonus-java/rolling,rolling 20070428-14 all
  implementation of the Java Sound API

libtritonus-jni/rolling 20070428-14 amd64
  implementation of the Java Sound API (jni shared libraries)

libtsan0/rolling,now 9.1.0-10 amd64 [installato, automatico]
  ThreadSanitizer -- a Valgrind-based detector of data races (runtime)

libtsan0-amd64-cross/rolling,rolling 9.1.0-8cross1 all
  ThreadSanitizer -- a Valgrind-based detector of data races (runtime)

libtsan0-arm64-cross/rolling,rolling 9.1.0-8cross1 all
  ThreadSanitizer -- a Valgrind-based detector of data races (runtime)

libtsan0-ppc64-cross/rolling,rolling 9.1.0-8cross1 all
  ThreadSanitizer -- a Valgrind-based detector of data races (runtime)

libtsan0-ppc64el-cross/rolling,rolling 9.1.0-8cross1 all
  ThreadSanitizer -- a Valgrind-based detector of data races (runtime)

libtuxcap-dev/rolling 1.4.0.dfsg2-2.3+b3 amd64
  framework for developing 2D games - development files

libtuxcap4.0/rolling 1.4.0.dfsg2-2.3+b3 amd64
  framework for developing 2D games - runtime libraries

libucimf-dev/rolling 2.3.8-10 amd64
  Unicode console input method framework - development files

libucimf0/rolling 2.3.8-10 amd64
  Unicode console input method framework - library

libumockdev-dev/rolling 0.13-1 amd64
  development files and documentation for libumockdev

libumockdev0/rolling 0.13-1 amd64
  hardware mocking testbed for bug reports and regression tests

libunac1-dev/rolling 1.8.0-8 amd64
  C programmer's library that removes accents from a string

libusb-0.1-4/rolling,now 2:0.1.12-32 amd64 [installato, automatico]
  userspace USB programming library

libusb-1.0-0/rolling,now 2:1.0.22-2 amd64 [installato, automatico]
  userspace USB programming library

libusb-1.0-0-dev/rolling 2:1.0.22-2 amd64
  userspace USB programming library development files

libusb-1.0-doc/rolling,rolling 2:1.0.22-2 all
  documentation for userspace USB programming

libusb-dev/rolling 2:0.1.12-32 amd64
  userspace USB programming library development files

libuutil1linux/rolling 0.8.1-3 amd64
  Solaris userland utility library for Linux

libv4l-0/rolling,now 1.16.6-2 amd64 [installato, automatico]
  Collection of video4linux support libraries

libv4l-dev/rolling 1.16.6-2 amd64
  Collection of video4linux support libraries (development files)

libv4l2rds0/rolling 1.16.6-2 amd64
  Video4Linux Radio Data System (RDS) decoding library

libv4lconvert0/rolling,now 1.16.6-2 amd64 [installato, automatico]
  Video4linux frame format conversion library

libva-dev/rolling 2.5.0-1 amd64
  Video Acceleration (VA) API for Linux -- development files

libva-drm2/rolling,now 2.5.0-1 amd64 [installato, automatico]
  Video Acceleration (VA) API for Linux -- DRM runtime

libva-glx2/rolling 2.5.0-1 amd64
  Video Acceleration (VA) API for Linux -- GLX runtime

libva-wayland2/rolling,now 2.5.0-1 amd64 [installato, automatico]
  Video Acceleration (VA) API for Linux -- Wayland runtime

libva-x11-2/rolling,now 2.5.0-1 amd64 [installato, automatico]
  Video Acceleration (VA) API for Linux -- X11 runtime

libva2/rolling,now 2.5.0-1 amd64 [installato, automatico]
  Video Acceleration (VA) API for Linux -- runtime

libvdpau-dev/rolling 1.2-1 amd64
  Video Decode and Presentation API for Unix (development files)

libvdpau-doc/rolling,rolling 1.2-1 all
  Video Decode and Presentation API for Unix (documentation)

libvdpau1/rolling,now 1.2-1 amd64 [installato, automatico]
  Video Decode and Presentation API for Unix (libraries)

libveyon-core/rolling 4.1.7+repack1-1 amd64
  Computer Monitoring and Classroom Management Software - libraries

libvideo-capture-v4l-perl/rolling 0.902-4+b5 amd64
  Perl interface to the Video4linux framegrabber interface

libvirt-clients/rolling 5.0.0-4 amd64
  Programs for the libvirt library

libvirt-daemon/rolling 5.0.0-4 amd64
  Virtualization daemon

libvirt-daemon-driver-storage-gluster/rolling 5.0.0-4 amd64
  Virtualization daemon glusterfs storage driver

libvirt-daemon-driver-storage-rbd/rolling 5.0.0-4 amd64
  Virtualization daemon RBD storage driver

libvirt-daemon-driver-storage-sheepdog/rolling 4.10.0-2 amd64
  Virtualization daemon Sheedog storage driver

libvirt-daemon-driver-storage-zfs/rolling 5.0.0-4 amd64
  Virtualization daemon ZFS storage driver

libvirt-daemon-system/rolling 5.0.0-4 amd64
  Libvirt daemon configuration files

libvirt-dbus/rolling 1.3.0-1 amd64
  libvirt D-Bus API bindings

libvirt-dev/rolling 5.0.0-4 amd64
  development files for the libvirt library

libvirt-doc/rolling,rolling 5.0.0-4 all
  documentation for the libvirt library

libvirt-ocaml/rolling 0.6.1.4-2+b1 amd64
  OCaml bindings for libvirt (runtime)

libvirt-ocaml-dev/rolling 0.6.1.4-2+b1 amd64
  OCaml bindings for libvirt (development files)

libvirt-sanlock/rolling 5.0.0-4 amd64
  Sanlock plugin for virtlockd

libvirt-wireshark/rolling 5.0.0-4 amd64
  Wireshark dissector for the libvirt protocol

libvirt0/rolling,now 5.0.0-4 amd64 [installato, automatico]
  library for interfacing with different virtualization systems

libvslvm-dev/rolling 20181227-1 amd64
  Linux LVM volume system format access library -- development files

libvslvm-utils/rolling 20181227-1 amd64
  Linux LVM volume system format access library -- Utilities

libvslvm1/rolling 20181227-1 amd64
  Linux LVM volume system format access library

libwayland-bin/rolling 1.17.0-1 amd64
  wayland compositor infrastructure - binary utilities

libwayland-client++0/rolling 0.2.5-1 amd64
  wayland compositor infrastructure - client library C++ bindings

libwayland-client-extra++0/rolling 0.2.5-1 amd64
  wayland compositor infrastructure - client library extra C++ bindings

libwayland-client0/rolling,now 1.17.0-1 amd64 [installato, automatico]
  wayland compositor infrastructure - client library

libwayland-cursor++0/rolling 0.2.5-1 amd64
  wayland compositor infrastructure - cursor library C++ bindings

libwayland-cursor0/rolling,now 1.17.0-1 amd64 [installato, automatico]
  wayland compositor infrastructure - cursor library

libwayland-dev/rolling 1.17.0-1 amd64
  wayland compositor infrastructure - development files

libwayland-doc/rolling,rolling 1.17.0-1 all
  wayland compositor infrastructure - documentation files

libwayland-egl++0/rolling 0.2.5-1 amd64
  wayland compositor infrastructure - EGL library C++ bindings

libwayland-egl-backend-dev/rolling 1.17.0-1 amd64
  wayland compositor infrastructure - EGL backend development files

libwayland-egl1/rolling,now 1.17.0-1 amd64 [installato, automatico]
  wayland compositor infrastructure - EGL library

libwayland-server0/rolling,now 1.17.0-1 amd64 [installato, automatico]
  wayland compositor infrastructure - server library

libwebcam0/rolling 0.2.4-1.1+b2 amd64
  Webcam Library

libwebcam0-dev/rolling 0.2.4-1.1+b2 amd64
  Webcam Library - Development files

libweston-4-0/rolling 4.0.0-1 amd64
  reference implementation of a wayland compositor (shared libs)

libweston-4-dev/rolling 4.0.0-1 amd64
  reference implementation of a wayland compositor (shared libs)

libweston-5-0/rolling 5.0.0-3 amd64
  reference implementation of a wayland compositor (shared libs)

libweston-5-dev/rolling 5.0.0-3 amd64
  reference implementation of a wayland compositor (shared libs)

libwxbase3.0-0v5/rolling,now 3.0.4+dfsg-8 amd64 [installato, automatico]
  wxBase library (runtime) - non-GUI support classes of wxWidgets toolkit

libwxbase3.0-dev/rolling 3.0.4+dfsg-8 amd64
  wxBase library (development) - non-GUI support classes of wxWidgets toolkit

libx52pro-dev/rolling 0.1.1-2.3+b1 amd64
  MFD and LED library for Saitek X52pro joysticks - dev files

libx52pro0/rolling 0.1.1-2.3+b1 amd64
  MFD and LED library for  Saitek x52pro joysticks

libxenomai-dev/rolling 2.6.4+dfsg-1 amd64
  Headers and static libs for Xenomai

libxenomai1/rolling 2.6.4+dfsg-1 amd64
  Shared libraries for Xenomai

libyami-dev/rolling 1.3.0-3 amd64
  high-level abstraction for Video Acceleration (VA) API (development files)

libyami-utils/rolling 1.3.0-2+b1 amd64
  high-level abstraction for Video Acceleration (VA) API (utils)

libyami1/rolling 1.3.0-3 amd64
  high-level abstraction for Video Acceleration (VA) API (shared library)

libzfs2linux/rolling 0.8.1-3 amd64
  OpenZFS filesystem library for Linux

libzfslinux-dev/rolling 0.8.1-3 amd64
  OpenZFS filesystem development files for Linux

libzim2/rolling 2.0.0-2+b2 amd64
  library implementation of ZIM specifications

libzim4/rolling 4.0.4-5 amd64
  library implementation of ZIM specifications

libzlcore-data/rolling,rolling 0.12.10dfsg2-3 all
  ZLibrary cross-platform development library (support files)

libzlcore-dev/rolling 0.12.10dfsg2-3 amd64
  ZLibrary cross-platform development library (development files)

libzlcore0.13/rolling 0.12.10dfsg2-3 amd64
  ZLibrary cross-platform development library (shared library)

libzltext-data/rolling,rolling 0.12.10dfsg2-3 all
  ZLibrary text model/viewer part (support files)

libzltext-dev/rolling 0.12.10dfsg2-3 amd64
  ZLibrary text model/viewer part (development files)

libzltext0.13/rolling 0.12.10dfsg2-3 amd64
  ZLibrary text model/viewer part (shared library)

libzlui-gtk/rolling 0.12.10dfsg2-3 amd64
  GTK+ interface module for ZLibrary

libzlui-qt4/rolling 0.12.10dfsg2-3 amd64
  Qt4 interface module for ZLibrary

libzpool2linux/rolling 0.8.1-3 amd64
  OpenZFS pool library for Linux

libzvbi-common/rolling,rolling,now 0.2.35-16 all [installato, automatico]
  Vertical Blanking Interval decoder (VBI) - common files

libzvbi-dev/rolling 0.2.35-16 amd64
  Vertical Blanking Interval decoder (VBI) - development files

libzvbi-doc/rolling,rolling 0.2.35-16 all
  Vertical Blanking Interval decoder (VBI) - documentation files

libzvbi0/rolling,now 0.2.35-16 amd64 [installato, automatico]
  Vertical Blanking Interval decoder (VBI) - runtime files

libzypp-bin/rolling 17.7.0-1+b1 amd64
  openSUSE/SLES package management system library (library tools)

libzypp-common/rolling,rolling 17.7.0-1 all
  openSUSE/SLES package management system library (common files)

libzypp-config/rolling,rolling 17.7.0-1 all
  openSUSE/SLES package management system library (configuration)

libzypp-dev/rolling 17.7.0-1+b1 amd64
  openSUSE/SLES package management system library (development files)

libzypp-doc/rolling,rolling 17.7.0-1 all
  openSUSE/SLES package management system library (documentation)

libzypp1702/rolling 17.7.0-1+b1 amd64
  openSUSE/SLES package management system (library)

liferea/rolling 1.12.6-1 amd64
  feed/news/podcast client with plugin support

likwid/rolling 4.3.3+dfsg1-1 amd64
  toolsuite for performance oriented programmers

lilo/rolling 1:24.2-4 amd64
  LInux LOader - the classic OS boot loader

lilo-doc/rolling,rolling 1:24.2-4 all
  LInux LOader - Documentation for the classic OS boot loader

limba/rolling 0.5.6-2+b2 amd64
  3rd-party software distribution solution

limba-devtools/rolling 0.5.6-2+b2 amd64
  3rd-party software manager packaging tools

limba-licompile/rolling 0.5.6-2+b2 amd64
  Limba LiCompile facilities

lime-forensics-dkms/rolling,rolling 1.8.1-1 all
  kernel module to memory dump (DKMS)

lincredits/rolling,rolling 0.7+nmu1 all
  Generate nicely-formatted versions of the Linux CREDITS file

linguider/rolling 4.1.1-1 amd64
  Astronomical autoguiding program for Linux

linpac/rolling 0.24-3+b1 amd64
  terminal for packet radio with mail client

linux-base/rolling,rolling,now 4.6 all [installato, automatico]
  Linux image base package

linux-compiler-gcc-8-x86/rolling,now 4.19.37-6parrot3 amd64 [installato, automatico]
  Compiler for Linux on x86 (meta-package)

linux-config-4.19/rolling 4.19.37-6parrot3 amd64
  Debian kernel configurations for Linux 4.19

linux-cpupower/rolling 4.19.37-6parrot3 amd64
  CPU power management tools for Linux

linux-cpupower-dbgsym/rolling 4.19.37-6parrot3 amd64
  debug symbols for linux-cpupower

linux-doc/rolling,rolling 4.19+110+parrot5 all
  Linux kernel specific documentation (meta-package)

linux-doc-4.19/rolling,rolling 4.19.37-6parrot3 all
  Linux kernel specific documentation for version 4.19

linux-exploit-suggester/rolling,rolling,now 0.6-1kali0 all [installato, automatico]
  Script to keep track of vulnerabilities and suggest possible exploits

linux-headers-4.19.0-6parrot3-686/rolling 4.19.37-6parrot3 i386
  Header files for Linux 4.19.0-6parrot3-686

linux-headers-4.19.0-6parrot3-686-pae/rolling 4.19.37-6parrot3 i386
  Header files for Linux 4.19.0-6parrot3-686-pae

linux-headers-4.19.0-6parrot3-all/rolling 4.19.37-6parrot3 amd64
  All header files for Linux 4.19 (meta-package)

linux-headers-4.19.0-6parrot3-all-amd64/rolling 4.19.37-6parrot3 amd64
  All header files for Linux 4.19 (meta-package)

linux-headers-4.19.0-6parrot3-all-i386/rolling 4.19.37-6parrot3 i386
  All header files for Linux 4.19 (meta-package)

linux-headers-4.19.0-6parrot3-amd64/rolling,now 4.19.37-6parrot3 amd64 [installato, automatico]
  Header files for Linux 4.19.0-6parrot3-amd64

linux-headers-4.19.0-6parrot3-cloud-amd64/rolling 4.19.37-6parrot3 amd64
  Header files for Linux 4.19.0-6parrot3-cloud-amd64

linux-headers-4.19.0-6parrot3-common/rolling,rolling,now 4.19.37-6parrot3 all [installato, automatico]
  Common header files for Linux 4.19.0-6parrot3

linux-headers-4.19.0-6parrot3-common-rt/rolling,rolling 4.19.37-6parrot3 all
  Common header files for Linux 4.19.0-6parrot3-rt

linux-headers-4.19.0-6parrot3-rt-686-pae/rolling 4.19.37-6parrot3 i386
  Header files for Linux 4.19.0-6parrot3-rt-686-pae

linux-headers-4.19.0-6parrot3-rt-amd64/rolling 4.19.37-6parrot3 amd64
  Header files for Linux 4.19.0-6parrot3-rt-amd64

linux-headers-4.19.0-parrot4-28t-amd64/now 4.19.28-2parrot4.28t amd64 [installato, locale]
  Header files for Linux 4.19.0-parrot4-28t-amd64

linux-headers-4.19.0-parrot4-28t-common/now 4.19.28-2parrot4.28t all [installato, locale]
  Common header files for Linux 4.19.0-parrot4-28t

linux-headers-686/rolling 4.19+110+parrot5 i386
  Header files for Linux 686 configuration (meta-package)

linux-headers-686-pae/rolling 4.19+110+parrot5 i386
  Header files for Linux 686-pae configuration (meta-package)

linux-headers-amd64/rolling,now 4.19+110+parrot5 amd64 [installato]
  Header files for Linux amd64 configuration (meta-package)

linux-headers-cloud-amd64/rolling 4.19+110+parrot5 amd64
  Header files for Linux cloud-amd64 configuration (meta-package)

linux-headers-rt-686-pae/rolling 4.19+110+parrot5 i386
  Header files for Linux rt-686-pae configuration (meta-package)

linux-headers-rt-amd64/rolling 4.19+110+parrot5 amd64
  Header files for Linux rt-amd64 configuration (meta-package)

linux-image-4.19.0-5-686/rolling-security 4.19.37-5+deb10u1 i386
  Linux 4.19 for older PCs (signed)

linux-image-4.19.0-5-686-pae/rolling-security 4.19.37-5+deb10u1 i386
  Linux 4.19 for modern PCs (signed)

linux-image-4.19.0-5-amd64/rolling-security 4.19.37-5+deb10u1 amd64
  Linux 4.19 for 64-bit PCs (signed)

linux-image-4.19.0-5-cloud-amd64/rolling-security 4.19.37-5+deb10u1 amd64
  Linux 4.19 for x86-64 cloud (signed)

linux-image-4.19.0-5-rt-686-pae/rolling-security 4.19.37-5+deb10u1 i386
  Linux 4.19 for modern PCs, PREEMPT_RT (signed)

linux-image-4.19.0-5-rt-amd64/rolling-security 4.19.37-5+deb10u1 amd64
  Linux 4.19 for 64-bit PCs, PREEMPT_RT (signed)

linux-image-4.19.0-6parrot3-686/rolling 4.19.37-6parrot3 i386
  Linux 4.19 for older PCs

linux-image-4.19.0-6parrot3-686-dbg/rolling 4.19.37-6parrot3 i386
  Debug symbols for linux-image-4.19.0-6parrot3-686

linux-image-4.19.0-6parrot3-686-pae/rolling 4.19.37-6parrot3 i386
  Linux 4.19 for modern PCs

linux-image-4.19.0-6parrot3-686-pae-dbg/rolling 4.19.37-6parrot3 i386
  Debug symbols for linux-image-4.19.0-6parrot3-686-pae

linux-image-4.19.0-6parrot3-amd64/rolling,now 4.19.37-6parrot3 amd64 [installato, automatico]
  Linux 4.19 for 64-bit PCs

linux-image-4.19.0-6parrot3-amd64-dbg/rolling 4.19.37-6parrot3 amd64
  Debug symbols for linux-image-4.19.0-6parrot3-amd64

linux-image-4.19.0-6parrot3-cloud-amd64/rolling 4.19.37-6parrot3 amd64
  Linux 4.19 for x86-64 cloud

linux-image-4.19.0-6parrot3-cloud-amd64-dbg/rolling 4.19.37-6parrot3 amd64
  Debug symbols for linux-image-4.19.0-6parrot3-cloud-amd64

linux-image-4.19.0-6parrot3-rt-686-pae/rolling 4.19.37-6parrot3 i386
  Linux 4.19 for modern PCs, PREEMPT_RT

linux-image-4.19.0-6parrot3-rt-686-pae-dbg/rolling 4.19.37-6parrot3 i386
  Debug symbols for linux-image-4.19.0-6parrot3-rt-686-pae

linux-image-4.19.0-6parrot3-rt-amd64/rolling 4.19.37-6parrot3 amd64
  Linux 4.19 for 64-bit PCs, PREEMPT_RT

linux-image-4.19.0-6parrot3-rt-amd64-dbg/rolling 4.19.37-6parrot3 amd64
  Debug symbols for linux-image-4.19.0-6parrot3-rt-amd64

linux-image-4.19.0-parrot4-28t-amd64/now 4.19.28-2parrot4.28t amd64 [installato, locale]
  Linux 4.19 for 64-bit PCs

linux-image-686/rolling 4.19+110+parrot5 i386
  Linux for older PCs (meta-package)

linux-image-686-dbg/rolling 4.19+110+parrot5 i386
  Debugging symbols for Linux 686 configuration (meta-package)

linux-image-686-pae/rolling 4.19+110+parrot5 i386
  Linux for modern PCs (meta-package)

linux-image-686-pae-dbg/rolling 4.19+110+parrot5 i386
  Debugging symbols for Linux 686-pae configuration (meta-package)

linux-image-amd64/rolling,now 4.19+110+parrot5 amd64 [installato]
  Linux for 64-bit PCs (meta-package)

linux-image-amd64-dbg/rolling 4.19+110+parrot5 amd64
  Debugging symbols for Linux amd64 configuration (meta-package)

linux-image-amd64-signed-template/rolling-security 4.19.37-5+deb10u1 amd64
  Template for signed linux-image packages for amd64

linux-image-cloud-amd64/rolling 4.19+110+parrot5 amd64
  Linux for x86-64 cloud (meta-package)

linux-image-cloud-amd64-dbg/rolling 4.19+110+parrot5 amd64
  Debugging symbols for Linux cloud-amd64 configuration (meta-package)

linux-image-i386-signed-template/rolling-security 4.19.37-5+deb10u1 i386
  Template for signed linux-image packages for i386

linux-image-rt-686-pae/rolling 4.19+110+parrot5 i386
  Linux for modern PCs (meta-package), PREEMPT_RT

linux-image-rt-686-pae-dbg/rolling 4.19+110+parrot5 i386
  Debugging symbols for Linux rt-686-pae configuration (meta-package)

linux-image-rt-amd64/rolling 4.19+110+parrot5 amd64
  Linux for 64-bit PCs (meta-package), PREEMPT_RT

linux-image-rt-amd64-dbg/rolling 4.19+110+parrot5 amd64
  Debugging symbols for Linux rt-amd64 configuration (meta-package)

linux-kbuild-4.19/rolling,now 4.19.37-6parrot3 amd64 [installato, automatico]
  Kbuild infrastructure for Linux 4.19

linux-kbuild-4.19-dbgsym/rolling 4.19.37-6parrot3 amd64
  debug symbols for linux-kbuild-4.19

linux-libc-dev/rolling,now 4.19.37-6parrot3 amd64 [installato, automatico]
  Linux support headers for userspace development

linux-libc-dev-alpha-cross/rolling,rolling 4.19.37-5cross3 all
  Linux Kernel Headers for development (for cross-compiling)

linux-libc-dev-amd64-cross/rolling,rolling 4.19.37-5cross3 all
  Linux Kernel Headers for development (for cross-compiling)

linux-libc-dev-arm64-cross/rolling,rolling 4.19.37-5cross3 all
  Linux Kernel Headers for development (for cross-compiling)

linux-libc-dev-armel-cross/rolling,rolling 4.19.37-5cross3 all
  Linux Kernel Headers for development (for cross-compiling)

linux-libc-dev-armhf-cross/rolling,rolling 4.19.37-5cross3 all
  Linux Kernel Headers for development (for cross-compiling)

linux-libc-dev-hppa-cross/rolling,rolling 4.19.37-5cross3 all
  Linux Kernel Headers for development (for cross-compiling)

linux-libc-dev-i386-cross/rolling,rolling 4.19.37-5cross3 all
  Linux Kernel Headers for development (for cross-compiling)

linux-libc-dev-m68k-cross/rolling,rolling 4.19.37-5cross3 all
  Linux Kernel Headers for development (for cross-compiling)

linux-libc-dev-mips-cross/rolling,rolling 4.19.37-5cross3 all
  Linux Kernel Headers for development (for cross-compiling)

linux-libc-dev-mips64-cross/rolling,rolling 4.19.16-1cross2 all
  Linux Kernel Headers for development (for cross-compiling)

linux-libc-dev-mips64el-cross/rolling,rolling 4.19.37-5cross3 all
  Linux Kernel Headers for development (for cross-compiling)

linux-libc-dev-mips64r6-cross/rolling,rolling 4.19.16-1cross2 all
  Linux Kernel Headers for development (for cross-compiling)

linux-libc-dev-mips64r6el-cross/rolling,rolling 4.19.16-1cross2 all
  Linux Kernel Headers for development (for cross-compiling)

linux-libc-dev-mipsel-cross/rolling,rolling 4.19.37-5cross3 all
  Linux Kernel Headers for development (for cross-compiling)

linux-libc-dev-mipsn32-cross/rolling,rolling 4.19.16-1cross2 all
  Linux Kernel Headers for development (for cross-compiling)

linux-libc-dev-mipsn32el-cross/rolling,rolling 4.19.16-1cross2 all
  Linux Kernel Headers for development (for cross-compiling)

linux-libc-dev-mipsn32r6-cross/rolling,rolling 4.19.16-1cross2 all
  Linux Kernel Headers for development (for cross-compiling)

linux-libc-dev-mipsn32r6el-cross/rolling,rolling 4.19.16-1cross2 all
  Linux Kernel Headers for development (for cross-compiling)

linux-libc-dev-mipsr6-cross/rolling,rolling 4.19.16-1cross2 all
  Linux Kernel Headers for development (for cross-compiling)

linux-libc-dev-mipsr6el-cross/rolling,rolling 4.19.16-1cross2 all
  Linux Kernel Headers for development (for cross-compiling)

linux-libc-dev-powerpc-cross/rolling,rolling 4.19.37-5cross3 all
  Linux Kernel Headers for development (for cross-compiling)

linux-libc-dev-powerpcspe-cross/rolling,rolling 4.19.20-1cross1 all
  Linux Kernel Headers for development (for cross-compiling)

linux-libc-dev-ppc64-cross/rolling,rolling 4.19.37-5cross3 all
  Linux Kernel Headers for development (for cross-compiling)

linux-libc-dev-ppc64el-cross/rolling,rolling 4.19.37-5cross3 all
  Linux Kernel Headers for development (for cross-compiling)

linux-libc-dev-riscv64-cross/rolling,rolling 4.19.37-5cross3 all
  Linux Kernel Headers for development (for cross-compiling)

linux-libc-dev-s390x-cross/rolling,rolling 4.19.37-5cross3 all
  Linux Kernel Headers for development (for cross-compiling)

linux-libc-dev-sh4-cross/rolling,rolling 4.19.37-5cross3 all
  Linux Kernel Headers for development (for cross-compiling)

linux-libc-dev-sparc64-cross/rolling,rolling 4.19.37-5cross3 all
  Linux Kernel Headers for development (for cross-compiling)

linux-libc-dev-x32-cross/rolling,rolling 4.19.37-5cross3 all
  Linux Kernel Headers for development (for cross-compiling)

linux-perf/rolling,rolling 4.19+110+parrot5 all
  Performance analysis tools for Linux (meta-package)

linux-perf-4.19/rolling 4.19.37-6parrot3 amd64
  Performance analysis tools for Linux 4.19

linux-perf-4.19-dbgsym/rolling 4.19.37-6parrot3 amd64
  debug symbols for linux-perf-4.19

linux-show-player/rolling,rolling 0.5.1-2 all
  Free cue player designed for sound-playback in stage productions

linux-source/rolling,rolling 4.19+110+parrot5 all
  Linux kernel source (meta-package)

linux-source-4.19/rolling,rolling 4.19.37-6parrot3 all
  Linux kernel source for version 4.19 with Debian patches

linux-support-4.19.0-6parrot3/rolling,rolling 4.19.37-6parrot3 all
  Support files for Linux 4.19

linux-user-chroot/rolling 2013.1-2+b1 amd64
  setuid helper for making bind mounts and chrooting

linuxbrew-wrapper/rolling,rolling 20180923-1 all
  Homebrew package manager for Linux

linuxdoc-tools/rolling 0.9.73-2 amd64
  convert LinuxDoc SGML source into other formats

linuxdoc-tools-info/rolling,rolling 0.9.73-2 all
  Info output facility of LinuxDoc-Tools

linuxdoc-tools-latex/rolling,rolling 0.9.73-2 all
  LaTeX/PS/PDF output facility of LinuxDoc-Tools

linuxdoc-tools-text/rolling,rolling 0.9.73-2 all
  Text output facility of LinuxDoc-Tools

linuxinfo/rolling 3.1.2-1 amd64
  Displays extended system information

linuxlogo/rolling 5.11-9+b1 amd64
  Color ANSI System Logo

linuxptp/rolling 1.9.2-1 amd64
  Precision Time Protocol (PTP, IEEE1588) implementation for Linux

lios/rolling,rolling 2.7-3 all
  Linux intelligent OCR solution

lirc/rolling 0.10.1-6 amd64
  Infra-red remote control support - daemons and utils

lirc-compat-remotes/rolling,rolling 0.9.0-1.1 all
  Compatibility remote definitions for lirc

lirc-doc/rolling,rolling 0.10.1-6 all
  Infra-red remote control support - website and manual docs

lirc-x/rolling 0.10.1-6 amd64
  infra-red remote control support - X utilities

live-wrapper/rolling,rolling 0.8 all
  Wrapper for vmdebootstrap for creating live images

live-wrapper-doc/rolling,rolling 0.8 all
  Wrapper for vmdebootstrap for creating live images (Documentation)

lksctp-tools/rolling 1.0.18+dfsg-1 amd64
  user-space access to Linux kernel SCTP - commandline tools

lldpad/rolling 1.0.1+git20180808.4e642bd-1 amd64
  Link Layer Discovery Protocol Implementation (Runtime)

lldpad-dev/rolling 1.0.1+git20180808.4e642bd-1 amd64
  Link Layer Discovery Protocol Implementation (Development headers)

llmnrd/rolling 0.5-1 amd64
  Link-Local Multicast Resolution (LLMNR) Daemon for Linux

lm-sensors/rolling 1:3.5.0-3 amd64
  utilities to read temperature/voltage/fan sensors

lmemory/rolling 0.6c-9 amd64
  Children's game based on the "memory" card game

lmms/rolling 1.1.3-8.1 amd64
  Linux Multimedia Studio

lmms-common/rolling,rolling 1.1.3-8.1 all
  Linux Multimedia Studio - common files

lmms-vst-server/rolling 1.1.3-8.1 i386
  Linux Multimedia Studio - VST server

loadlin/rolling 1.6f-6 amd64
  loader (running under DOS) for LINUX kernel images

longrun/rolling 0.9-22+b1 i386
  Transmeta Crusoe LongRun control utility

lsat/rolling 0.9.7.1-2.2 amd64
  Security auditor tool

lsb-base/rolling,rolling,now 10.2019051400 all [installato]
  Linux Standard Base init script functionality

lsb-release/rolling,rolling,now 10.2019051400 all [installato, automatico]
  Linux Standard Base version reporting utility

lsm/rolling 1.0.4-1+b1 amd64
  Link connectivity monitor tool

lsscsi/rolling 0.30-0.1 amd64
  list all SCSI devices (or hosts) currently on system

ltsp-client/rolling 5.18.12-3 amd64
  complete LTSP client environment

ltsp-client-core/rolling 5.18.12-3 amd64
  basic LTSP client environment

ltsp-server/rolling,rolling 5.18.12-3 all
  basic LTSP server environment

ltsp-server-standalone/rolling,rolling 5.18.12-3 all
  complete LTSP server environment

lttng-modules-dkms/rolling,rolling 2.10.10-1 all
  Linux Trace Toolkit (LTTng) kernel modules (DKMS)

lttng-tools/rolling 2.10.7-1 amd64
  LTTng control and utility programs

lttv/rolling 1.5-3 amd64
  Linux Trace Toolkit Viewer

lua-inotify/rolling 0.4+git20151119-2 amd64
  inotify bindings for Lua

lua-ljsyscall/rolling,rolling 0.12-1 all
  Unix system calls for LuaJIT

lua-lxc/rolling 1:3.0.2-1 amd64
  Linux Containers userspace tools (Lua bindings)

lutris/rolling 0.5.1.3 amd64
  Install and play any video game easily

lv2vocoder/rolling 1-5+b1 amd64
  LV2 vocoder plugin

lvm2/rolling,now 2.03.02-3 amd64 [installato]
  Linux Logical Volume Manager

lvm2-dbusd/rolling 2.03.02-3 amd64
  LVM2 D-Bus daemon

lvm2-lockd/rolling 2.03.02-3 amd64
  LVM locking daemon

lxc/rolling 1:3.1.0+really3.0.3-8 amd64
  Linux Containers userspace tools

lxc-dev/rolling 1:3.1.0+really3.0.3-8 amd64
  Linux Containers userspace tools (development)

lxc-templates/rolling 3.0.3-1 amd64
  Linux Containers userspace tools (templates)

lxc-tests/rolling 1:3.1.0+really3.0.3-8 amd64
  Linux Containers userspace tools (test binaries)

lxctl/rolling,rolling 0.3.1+debian-4 all
  Utility to manage LXC

lynis/rolling,rolling,now 2.6.2-1 all [installato, automatico]
  security auditing tool for Unix based systems

lyx/rolling 2.3.3-1 amd64
  document processor

m17n-db/rolling,rolling 1.8.0-1 all
  multilingual text processing library - database

m17n-docs/rolling,rolling 1.6.2-2 all
  multilingual text processing library - documents

m17n-lib-bin/rolling 1.8.0-2 amd64
  multilingual text processing library - utilities

m17n-lib-mimx/rolling 1.8.0-2 amd64
  multilingual text processing library - binary modules

mactelnet-client/rolling 0.4.4-4 amd64
  Console tools for telneting and pinging via MAC addresses

mactelnet-server/rolling 0.4.4-4 amd64
  Telnet daemon for accepting connections via MAC addresses

madfuload/rolling 1.2-4.2 amd64
  Firmware loader for M-Audio DFU audio devices

madwimax/rolling 0.1.1-1+b2 amd64
  user-space driver for mWiMAX equipment based on Samsung CMC-730

maitreya/rolling 7.0.7-1+b1 amd64
  Software for Vedic and western astrology

makebootfat/rolling 1.4-5.1 amd64
  Utility to create a bootable FAT filesystem

makedev/rolling,rolling 2.3.1-94 all
  creates device files in /dev

mangler/rolling 1.2.5-4.1 amd64
  Ventrilo compatible client for Linux

manpages/rolling,rolling,now 5.01-1 all [installato]
  Manual pages about using a GNU/Linux system

manpages-de/rolling,rolling 2.14-1 all
  German manpages

manpages-de-dev/rolling,rolling 2.14-1 all
  German development manpages

manpages-dev/rolling,rolling,now 5.01-1 all [installato, automatico]
  Manual pages about using GNU/Linux for development

manpages-es/rolling,rolling 1.55-10 all
  Spanish man pages

manpages-es-extra/rolling,rolling 0.8a-19 all
  Spanish extra manpages

manpages-hu/rolling,rolling 20010119-6 all
  Hungarian manpages

manpages-ja/rolling,rolling 0.5.0.0.20180315+dfsg-1 all
  Japanese version of the manual pages (for users)

manpages-ja-dev/rolling,rolling 0.5.0.0.20180315+dfsg-1 all
  Japanese version of the manual pages (for developers)

manpages-pl/rolling,rolling 1:0.7-1 all
  Polish man pages

manpages-pl-dev/rolling,rolling 1:0.7-1 all
  Polish man pages for developers

manpages-pt-dev/rolling,rolling 20040726-4 all
  Portuguese Versions of the Manual Pages (dev sections)

manpages-tr/rolling,rolling 1.0.5.1-3 all
  Turkish version of the manual pages

marionnet/rolling 0.90.6+bzr508-1 amd64
  Virtual network laboratory

mason/rolling,rolling 1.0.0-13 all
  Interactively creates a Linux packet filtering firewall

mate-applet-brisk-menu/rolling,now 0.5.0-9 amd64 [installato, automatico]
  Solus Project's Brisk Menu MATE Panel Applet

mate-backgrounds/rolling,rolling 1.20.0-2 all
  Set of backgrounds packaged with the MATE Desktop Environment

mate-core/rolling,rolling,now 1.20.0+5 all [installato, automatico]
  MATE Desktop Environment (essential components, dummy package)

mate-desktop-environment/rolling,rolling 1.20.0+5 all
  MATE Desktop Environment (metapackage)

mate-desktop-environment-core/rolling,rolling,now 1.20.0+5 all [installato, automatico]
  MATE Desktop Environment (essential components, metapackage)

mate-desktop-environment-extra/rolling,rolling 1.20.0+5 all
  MATE Desktop Environment (extra components, dummy package)

mate-desktop-environment-extras/rolling,rolling 1.20.0+5 all
  MATE Desktop Environment (extra components, metapackage)

mate-menu/rolling,rolling,now 18.04.3-3 all [installato, automatico]
  Advanced MATE menu

mate-notification-daemon/rolling,now 1.20.2-1 amd64 [installato, automatico]
  daemon to display passive popup notifications

mate-notification-daemon-common/rolling,rolling,now 1.20.2-1 all [installato, automatico]
  daemon to display passive popup notifications (common files)

mate-sensors-applet/rolling,now 1.20.3-1 amd64 [installato, automatico]
  Display readings from hardware sensors in your MATE panel

mate-user-guide/rolling,rolling 1.20.2-1 all
  User documentation for MATE Desktop Environment

mcomix/rolling,rolling 1.2.1-1.1 all
  GTK+ image viewer for comic books

mcstrans/rolling 2.8-1 amd64
  SELinux core policy utilities (mcstrans utilities)

mdadm/rolling,now 4.1-2 amd64 [installato]
  tool to administer Linux MD arrays (software RAID)

memtest86/rolling 4.3.7-3+b1 amd64
  thorough real-mode memory tester

memtest86+/rolling 5.01-3+b1 amd64
  thorough real-mode memory tester

mender-artifact/rolling 3.0.0+really2.4.0-1 amd64
  utility to generate .mender artifacts

mender-cli/rolling 1.1.0-1+b10 amd64
  general-purpose CLI for the Mender backend

mender-client/rolling 1.7.0-4+b12 amd64
  Mender over-the-air software updater client.

menulibre/rolling,rolling 2.2.0-2 all
  advanced FreeDesktop.org compliant menu editor

midisport-firmware/rolling,rolling 1.2-4 all
  Firmware loader for M-Audio's MidiSport devices

mingetty/rolling 1.08-2+b1 amd64
  Console-only getty

minicoredumper/rolling 2.0.1-1 amd64
  generate minimal and customized core dump files on Linux

mjpegtools/rolling 1:2.1.0+debian-5+b1 amd64
  MJPEG capture/editing/replay and MPEG encoding toolset

mjpegtools-gtk/rolling 1:2.1.0+debian-5+b1 amd64
  MJPEG capture/editing/replay and MPEG encoding toolset (GTK+ frontend)

mkchromecast/rolling,rolling 0.3.8.1-1 all
  Cast your Linux audio or video to your Google Cast devices

mkelfimage/rolling 2.7-7+b1 amd64
  utility to create ELF boot images from Linux kernel images

mknbi/rolling 1.4.4-14 amd64
  Create tagged images for Etherboot or Netboot

mlton-runtime-i486-linux-gnu/rolling 20130715-3 i386
  Optimizing compiler for Standard ML - i386 runtime libraries

mlton-runtime-x86-64-linux-gnu/rolling 20130715-3 amd64
  Optimizing compiler for Standard ML - amd64 runtime libraries

mmc-utils/rolling 0+git20180327.b4fe0c8c-1 amd64
  Userspace tools for MMC/SD devices

mmdebstrap/rolling,rolling 0.4.1-6 all
  create a Debian chroot

mmllib-tools/rolling,rolling 0.3.0.post1-2 all
  library for handling Music Macro Language (tools)

module-assistant/rolling,rolling 0.11.10 all
  tool to make module package creation easier

moka-icon-theme/rolling,rolling 5.3.6-1 all
  Tango-esque desktop icon set called Moka

mono-xbuild/rolling,rolling 5.18.0.240+dfsg-3 all
  MSBuild-compatible build system for Mono

mozc-data/rolling,rolling 2.23.2815.102+dfsg-7 all
  Mozc input method - data files

mozc-server/rolling 2.23.2815.102+dfsg-7 amd64
  Server of the Mozc input method

mozc-utils-gui/rolling 2.23.2815.102+dfsg-7 amd64
  GUI utilities of the Mozc input method

mp3cd/rolling,rolling 1.27.0-3 all
  Burns normalized audio CDs from lists of MP3s/WAVs/Oggs/FLACs

mpg123/rolling,now 1.25.10-2 amd64 [installato, automatico]
  MPEG layer 1/2/3 audio player

mswatch/rolling 1.2.0-2.2+b1 amd64
  watch mailstores for changes and initiate mailbox syncs - client tools

mt-st/rolling 1.3-2 amd64
  Linux SCSI tape driver aware magnetic tape control (aka mt)

mudita24/rolling 1.0.3+svn13-6+b1 amd64
  ALSA GUI control tool for Envy24 (ice1712) soundcards

mugshot/rolling,rolling 0.4.1-1 all
  lightweight user-configuration application

multimac/rolling,now 1.0.3-1kali0 amd64 [installato, automatico]
  Create multiple MACs on an adapter

multimedia-ladi/rolling,rolling 0.7 all
  LADI, Linuxaudio session management, packages

multimon/rolling 1.0-7.1+b1 amd64
  Linux Radio Transmission Decoder

mummer/rolling 3.23+dfsg-4 amd64
  Efficient sequence alignment of full genomes

mummer-doc/rolling,rolling 3.23+dfsg-4 all
  Documentation for MUMmer

mupen64plus-audio-all/rolling,rolling 2.5+6 all
  plugin-based Nintendo 64 emulator, audio plugins

mupen64plus-data/rolling,rolling 2.5-5 all
  plugin-based Nintendo 64 emulator, data files

mupen64plus-input-all/rolling,rolling 2.5+6 all
  plugin-based Nintendo 64 emulator, input plugins

mupen64plus-rsp-all/rolling,rolling 2.5+6 all
  plugin-based Nintendo 64 emulator, rsp plugins

mupen64plus-video-all/rolling,rolling 2.5+6 all
  plugin-based Nintendo 64 emulator, video plugins

mupen64plus-video-glide64/rolling 2.0.0+33+g764d9fe-5 amd64
  Glide64 high-level graphics emulation for mupen64plus

mupen64plus-video-glide64mk2/rolling 2.5-6+b1 amd64
  Glide64Mk2 high-level graphics emulation for mupen64plus

musescore/rolling 2.3.2+dfsg2-7 amd64
  cross-platform multi-lingual music composition and notation

musescore3/rolling 3.2.3+dfsg1-1 amd64
  cross-platform multi-lingual music composition and notation

mxallowd/rolling 1.9-2+b1 amd64
  Anti-Spam-Daemon using nolisting/iptables

myspell-da/rolling,rolling 1.6.36-11 all
  The Comprehensive Danish Dictionary (DSDO) - myspell

mythtvfs/rolling 0.6.1-3+b2 amd64
  userspace filesystem client for MythTV

nagios-plugins-contrib/rolling 24.20190301 amd64
  Plugins for nagios compatible monitoring systems

natpmpc/rolling 20150609-7 amd64
  portable and fully compliant implementation of NAT-PMP (client)

ncurses-base/rolling,rolling,now 6.1+20190713-1 all [installato]
  basic terminal type definitions

ndctl/rolling 65-1 amd64
  Utility for managing the nvdimm subsystem

ndiswrapper/rolling 1.60-8 amd64
  Userspace utilities for the ndiswrapper Linux kernel module

ndiswrapper-dkms/rolling,rolling 1.60-8 all
  Source for the ndiswrapper Linux kernel module (DKMS)

ndiswrapper-source/rolling,rolling 1.60-8 all
  Source for the ndiswrapper Linux kernel module

ndppd/rolling 0.2.5-4 amd64
  daemon that proxies IPv6 NDP messages

neofetch/rolling,rolling 6.0.0-2 all
  Shows Linux System Information with Distribution Logo

neopi/rolling,rolling 0.0+git20120821.9ffff8-6 all
  web shell code detection

net-tools/rolling,now 1.60+git20180626.aebd88e-1 amd64 [installato, automatico]
  NET-3 networking toolkit

netconsole/rolling,rolling 0.2-1 all
  Dynamically configure Linux netconsole

netmrg/rolling 0.20-7.2 amd64
  network monitoring tool

netscript-2.4/rolling,rolling 5.5.3 all
  Linux 2.4/2.6/3.x router/firewall/VM host network config system.

netscript-ipfilter/rolling,rolling 5.5.3 all
  Linux 2.6/3.x iptables management system.

netsend/rolling 0.0~svnr250-1.2+b1 amd64
  a speedy filetransfer and network diagnostic program

netsniff-ng/rolling,now 0.6.5-1 amd64 [installato, automatico]
  Linux network packet sniffer toolkit

neutron-linuxbridge-agent/rolling,rolling 2:13.0.2-15 all
  OpenStack virtual network service - Linux bridge agent

newrole/rolling 2.8-1 amd64
  SELinux core policy utilities (newrole application for RBAC/MLS)

nfacct/rolling 1.0.2-2 amd64
  netfilter accounting object tool

nfs-kernel-server/rolling 1:1.3.4-2.5 amd64
  support for NFS kernel server

nfs4-acl-tools/rolling 0.3.3-3+b1 amd64
  Commandline and GUI ACL utilities for the NFSv4 client

nfspy/rolling,rolling,now 1.0-1kali1 all [installato, automatico]
  ID-spoofing NFS client

nftables/rolling,now 0.9.1-2+b1 amd64 [installato, automatico]
  Program to control packet filtering rules by Netfilter project

nftlb/rolling 0.5-1+b1 amd64
  nftables load balancer

niceshaper/rolling 1.2.4-1 amd64
  Dynamic Traffic Shaper

nmon/rolling 16k+debian-2 amd64
  performance monitoring tool for Linux

nocache/rolling 1.1-1 amd64
  bypass/minimize file system caching for a program

node-cross-spawn-async/rolling,rolling 2.2.5-3 all
  Cross platform child_process#spawn

node-make-dir/rolling,rolling 1.0.0-1 all
  Make a directory and its parents if needed - Think mkdir -p

node-shelljs/rolling,rolling 0.8.3-1 all
  Portable Unix shell commands for Node.js

nomacs/rolling 3.12.0+dfsg-2 amd64
  image viewer with capability of syncing multiple instances

nomacs-l10n/rolling,rolling 3.12.0+dfsg-2 all
  image viewer with capability of syncing multiple instances (data)

nordugrid-arc-gridmap-utils/rolling,rolling 5.4.3-2 all
  NorduGrid authorization tools

notification-daemon/rolling,now 3.20.0-4 amd64 [installato, automatico]
  daemon for displaying passive pop-up notifications

notify-osd/rolling 0.9.35+15.04.20150126-1+b1 amd64
  daemon that displays passive pop-up notifications

nq/rolling 0.3.1-2 amd64
  Lightweight queue system

nsntrace/rolling 0~20160806-1+b1 amd64
  perform network trace of a single process by using network namespaces

nvidia-driver/rolling 430.14-1parrot1 amd64
  NVIDIA metapackage

nvidia-kernel-dkms/rolling 430.14-1parrot1 amd64
  NVIDIA binary kernel module DKMS source

nvidia-kernel-source/rolling 430.14-1parrot1 amd64
  NVIDIA binary kernel module source

nvidia-legacy-340xx-driver/rolling 340.107-4 amd64
  NVIDIA metapackage (340xx legacy version)

nvidia-legacy-340xx-kernel-dkms/rolling 340.107-4 amd64
  NVIDIA binary kernel module DKMS source (340xx legacy version)

nvidia-legacy-340xx-kernel-source/rolling 340.107-4 amd64
  NVIDIA binary kernel module source (340xx legacy version)

nvidia-legacy-390xx-driver/rolling 390.116-1 amd64
  NVIDIA metapackage (390xx legacy version)

nvidia-legacy-390xx-kernel-dkms/rolling 390.116-1 amd64
  NVIDIA binary kernel module DKMS source (390xx legacy version)

nvidia-legacy-390xx-kernel-source/rolling 390.116-1 amd64
  NVIDIA binary kernel module source (390xx legacy version)

nvidia-modprobe/rolling 418.56-1 amd64
  utility to load NVIDIA kernel modules and create device nodes

nvidia-settings/rolling 418.74-1 amd64
  tool for configuring the NVIDIA graphics driver

nvidia-settings-legacy-340xx/rolling 340.107-2 amd64
  tool for configuring the NVIDIA graphics driver (340xx legacy version)

nvidia-settings-legacy-390xx/rolling 390.116-1 amd64
  tool for configuring the NVIDIA graphics driver (390xx legacy version)

nvptx-tools/rolling 0.20180301-1 amd64
  collection of tools for use with nvptx-none GCC toolchains

nvtv/rolling 0.4.7-8+b1 amd64
  tool to control TV chips on NVidia cards under Linux

oasis/rolling 0.4.10-2+b1 amd64
  Build-system generation for OCaml projects -- binaries

ocfs2-tools/rolling 1.8.6-1 amd64
  tools for managing OCFS2 cluster filesystems

ocfs2-tools-dev/rolling 1.8.6-1 amd64
  tools for managing OCFS2 cluster filesystems - development files

ocserv/rolling 0.12.2-3+b1 amd64
  OpenConnect VPN server compatible with Cisco AnyConnect VPN

offsec-pwk/rolling 2019.3.12 amd64
  Resources for Offsec's PWK

ofono/rolling 1.21-1 amd64
  Mobile telephony stack (daemon)

ofono-dev/rolling,rolling 1.21-1 all
  Mobile telephony stack (development files)

ofono-phonesim/rolling 1.21-1 amd64
  Modem emulator used by the oFono mobile telephony stack

omake/rolling 0.9.8.5-3-9+b4 amd64
  build system with automated dependency analysis

open-infrastructure-container-tools/rolling,rolling 20190413-3 all
  manage systemd-nspawn containers

openalpr-daemon/rolling 2.3.0-1.1 amd64
  Daemon to run OpenALPR in the background

opencaster/rolling 3.2.2+dfsg-1.1+b1 amd64
  MPEG2 transport stream data generator and packet manipulator

openhpi-plugin-watchdog/rolling 3.8.0-2 amd64
  OpenHPI plugin module for the Linux watchdog interface

openimageio-tools/rolling 2.0.9~dfsg0-1 amd64
  Library for reading and writing images - command line tools

openorienteering-mapper/rolling 0.8.4-1+b1 amd64
  Orienteering map drawing application

openrazer-daemon/rolling,rolling 2.5.0+dfsg-2 all
  OpenRazer peripheral drivers (daemon)

openrazer-doc/rolling,rolling 2.5.0+dfsg-2 all
  OpenRazer peripheral drivers (documentation)

openrazer-driver-dkms/rolling,rolling 2.5.0+dfsg-2 all
  OpenRazer peripheral drivers (DKMS)

openrazer-meta/rolling,rolling 2.5.0+dfsg-2 all
  OpenRazer peripheral drivers (metapackage)

openrc/rolling 0.40.3-1 amd64
  dependency based service manager (runlevel change mechanism)

openvpn/rolling,now 2.4.7-1 amd64 [installato]
  virtual private network daemon

orthanc/rolling 1.5.6+dfsg-1 amd64
  Lightweight, RESTful DICOM server for medical imaging

orthanc-dev/rolling 1.5.6+dfsg-1 amd64
  Orthanc development files

orthanc-doc/rolling,rolling 1.5.6+dfsg-1 all
  Documentation of Orthanc

osc/rolling,rolling 0.164.2-1 all
  Open Build Service commander

oss-compat/rolling 7 amd64
  Open Sound System (OSS) compatibility package

osspd/rolling 1.3.2-11 amd64
  OSS Proxy Daemon: Userland OSS emulation

osspd-alsa/rolling 1.3.2-11 amd64
  OSS Proxy Daemon: ALSA backend (experimental)

osspd-pulseaudio/rolling 1.3.2-11 amd64
  OSS Proxy Daemon: PulseAudio backend

p910nd/rolling 0.97-1+b1 amd64
  small printer daemon intended for diskless workstations

pagemon/rolling 0.01.14-1 amd64
  interactive memory/page monitoring tool

pal/rolling 0.4.3-8.1+b5 amd64
  command-line calendar program that can keep track of events

palo/rolling 2.10 amd64
  Linux boot loader for HP PA-RISC

pamtester/rolling 0.1.2-4 amd64
  utility program to test the PAM facility

papirus-icon-theme/rolling,rolling 20190708-2 all
  Papirus open source icon theme for Linux

paraview/rolling 5.4.1+dfsg4-3.1+b2 amd64
  Parallel Visualization Application

paraview-dev/rolling 5.4.1+dfsg4-3.1+b2 amd64
  Parallel Visualization Application. Development header files

paraview-doc/rolling,rolling 5.4.1+dfsg4-3.1 all
  Parallel Visualization Application. Comprehensive documentation

paraview-python/rolling 5.4.1+dfsg4-3.1+b2 amd64
  Parallel Visualization Application. python-support

parrot-core/rolling,rolling,now 4.7.190723 all [installato]
  keychain package and hardening configs provider

parrot-crypto/rolling,rolling,now 4.7+parrot7 all [installato]
  Parrot Encryption Tools

parrot-devel/rolling,rolling,now 4.7+parrot7 all [installato]
  Parrot Development Tools (IDEs & utilities)

parrot-devel-extra/rolling,rolling 4.7+parrot7 all
  Parrot Development tools (extra tools)

parrot-devel-tools/rolling,rolling,now 4.7+parrot7 all [installato, automatico]
  Parrot Development tools (compilers & tools)

parrot-menu/rolling,now 2:2019.08.01 amd64 [installato, automatico]
  Parrot GNU/Linux custom menu

parrot-meta-all/rolling,now 4.7+parrot7 amd64 [installato, automatico]
  Parrot Security - all packages

parrot-meta-automotive/rolling,now 4.7+parrot7 amd64 [installato, automatico]
  Parrot Security automotive tools

parrot-meta-forensics/rolling,now 4.7+parrot7 amd64 [installato, automatico]
  Parrot Securiy forensic tools

parrot-meta-full/rolling,now 4.7+parrot7 amd64 [installato, automatico]
  Parrot Security complete system

parrot-meta-gpu/rolling,now 4.7+parrot7 amd64 [installato, automatico]
  Parrot Security GPU tools

parrot-meta-pwtools/rolling,now 4.7+parrot7 amd64 [installato, automatico]
  Parrot Security password cracking tools

parrot-meta-rfid/rolling,now 4.7+parrot7 amd64 [installato, automatico]
  Parrot Security RFID tools

parrot-meta-sdr/rolling,now 4.7+parrot7 amd64 [installato, automatico]
  Parrot Security SDR tools

parrot-meta-voip/rolling,now 4.7+parrot7 amd64 [installato, automatico]
  Parrot Security VoIP tools

parrot-meta-web/rolling,now 4.7+parrot7 amd64 [installato, automatico]
  Parrot Security webapp assessment tools

parrot-meta-wireless/rolling,now 4.7+parrot7 amd64 [installato, automatico]
  Parrot Security wireless tools

parrot-mini/rolling 4.7+parrot7 amd64
  Tools selection for Parrot Mini

parrot-pico/rolling 4.7+parrot7 amd64
  Tools selection for Parrot Pico

parrot-privacy/rolling,now 4.7+parrot7 amd64 [installato]
  Parrot Privacy Protection Tools

parrot-themes/rolling,rolling,now 3.0+parrot2 all [installato, automatico]
  Parrot GNU/Linux default themes and icons

parrot-tools/rolling,now 4.7+parrot7 amd64 [installato, automatico]
  Penetration testing and security auditing distribution,

parrot-tools-cloud/rolling 4.7+parrot7 amd64
  Parrot Security OS - cloud edition tools metapackage

parrot-tools-full/rolling,now 4.7+parrot7 amd64 [installato]
  Metapackage that installs a FULL penetration testing environment

parrot-updater/rolling,rolling,now 0.4.3.1 all [installato, automatico]
  Parrot Updater

parrot-wallpapers/rolling,rolling,now 4.6 all [installato, automatico]
  default wallpapers for Parrot GNU/Linux

parted/rolling,now 3.2-25+b1 amd64 [installato]
  disk partition manipulator

partimage/rolling 0.6.9-7 amd64
  backup partitions into a compressed image file

partimage-doc/rolling,rolling 20050720-4 all
  Partition Image User Documentation

password-gorilla/rolling,rolling 1.6.0~git20180203.228bbbb-1 all
  cross-platform password manager

passwordsafe/rolling 1.06+dfsg-2 amd64
  Simple & Secure Password Management

passwordsafe-common/rolling,rolling 1.06+dfsg-2 all
  architecture independent files for Password Safe

paxctl/rolling 0.9-1+b1 amd64
  new PaX control program for using the PT_PAX_FLAGS marking

paxtest/rolling 1:0.9.14-2+b1 amd64
  Test suite for the PaX kernel patch

pcapfix/rolling 1.1.4-2 amd64
  repairs broken pcap and pcapng files

pcmciautils/rolling 018-10 amd64
  PCMCIA utilities for Linux 2.6

pcsx2/rolling 1.5.0~gfc1d9aef0+dfsg-1 i386
  Playstation 2 emulator

pd-cxc/rolling 0.5.2-2 amd64
  Pd library for working with patterns and numbers

pd-hid/rolling 0.7-3 amd64
  Pd object for getting data from USB HID devices

pem/rolling,rolling 0.7.9-2 all
  command line personal expense manager

pencil2d/rolling 0.6.2-1 amd64
  Create hand-drawn animation using both bitmap and vector graphics

perf-tools-unstable/rolling,rolling 1.0+git7ffb3fd-1 all
  DTrace-like tools for Linux

petitboot/rolling 13.05.29.14.00-g4dc604b-1+b7 amd64
  ncurses version of petitboot, a kexec based bootloader

petitboot-twin/rolling 13.05.29.14.00-g4dc604b-1+b7 amd64
  Twin GUI version of petitboot, a kexec based bootloader

phasex/rolling 0.14.97-3 amd64
  Phase Harmonic Advanced Synthesis EXperiment

phototonic/rolling 2.1-2 amd64
  image viewer and organizer

physlock/rolling 13-1 amd64
  lightweight Linux console locking tool

phyx/rolling 0.999+ds-1 amd64
  UNIX-style phylogenetic analyses on trees and sequences

pike8.0-fuse/rolling 8.0.702-1 amd64
  Filesystem in USErspace support for Pike

pikopixel.app/rolling 1.0-b9d-2+b1 amd64
  Pixel-art editor

pimd/rolling 2.3.2-2 amd64
  multicast routing daemon (PIMv2)

pinball/rolling 0.3.1-14.1 amd64
  Emilia Pinball Emulator

pinball-data/rolling,rolling 0.3.1-14.1 all
  Data files for the Emilia Pinball Emulator

pinball-dev/rolling 0.3.1-14.1 amd64
  Development files for the Emilia Pinball Emulator

pkgdiff/rolling,rolling 1.7.2-1 all
  tool for visualizing changes in Linux software packages

play.it/rolling,rolling 2.11.0-1 all
  Installer for drm-free commercial games

playonlinux/rolling,rolling 4.3.4-1 all
  front-end for Wine

plopfolio.app/rolling 0.1.0-7+b3 amd64
  Personal dashboard for GNUstep

plymouth-theme-hamara/rolling,rolling 1.0 all
  boot animation, logger and I/O multiplexer - Hamara theme

pmidi/rolling 1.7.1-1+b1 amd64
  command line midi player for ALSA

polenum/rolling,rolling,now 1.4-0kali1 all [installato, automatico]
  Extracts the password policy from a Windows system

policycoreutils/rolling,now 2.8-1 amd64 [installato, automatico]
  SELinux core policy utilities

policycoreutils-dbus/rolling,rolling 2.8-1 all
  SELinux core policy utilities (D-Bus daemon)

policycoreutils-dev/rolling 2.8-3 amd64
  SELinux core policy utilities (development utilities)

policycoreutils-gui/rolling,rolling 2.8-3 all
  SELinux core policy utilities (graphical utilities)

policycoreutils-python-utils/rolling,rolling 2.8-3 all
  SELinux core policy utilities (Python utilities)

policycoreutils-sandbox/rolling 2.8-3 amd64
  SELinux core policy utilities (graphical sandboxes)

ponyprog/rolling 3.0.2+ds-1 amd64
  Serial device programmer

popa3d/rolling 1.0.3-1+b1 amd64
  Tiny POP3 daemon, designed with security as the primary goal

powercap-utils/rolling 0.1.1-1 amd64
  Utilities for accessing the powercap Linux kernel feature

powershell-empire/rolling,rolling 2.5-0kali3 all
  PowerShell and Python post-exploitation agent

powertop/rolling 2.8-1+b2 amd64
  diagnose issues with power consumption and management

pp-popularity-contest/rolling 1.0.6-4+b1 amd64
  PredictProtein popularity contest

pps-tools/rolling 1.0.2-1 amd64
  LinuxPPS support tools and headers

pptp-linux/rolling,now 1.10.0-1 amd64 [installato, automatico]
  Point-to-Point Tunneling Protocol (PPTP) Client

pragha/rolling 1.3.3-1 amd64
  Lightweight Music Player

premake4/rolling 4.3+repack1-2+b1 amd64
  cross-platform build script generator

printer-driver-gutenprint/rolling,now 5.3.1-7+b1 amd64 [installato, automatico]
  printer drivers for CUPS

printer-driver-hpcups/rolling 3.18.12+dfsg0-2 amd64
  HP Linux Printing and Imaging - CUPS Raster driver (hpcups)

printer-driver-hpijs/rolling 3.18.12+dfsg0-2 amd64
  HP Linux Printing and Imaging - printer driver (hpijs)

printer-driver-pnm2ppa/rolling 1.13-9 amd64
  printer driver for HP-GDI printers

printer-driver-postscript-hp/rolling 3.18.12+dfsg0-2 amd64
  HP Printers PostScript Descriptions

printer-driver-sag-gdi/rolling,rolling 0.1-7 all
  printer driver for Ricoh Aficio SP 1000s/SP 1100s

pritunl-ssh/rolling 1.0.1064.80-0debian1~stretch amd64
  Pritunl Zero SSH Client

pritunl-ssh-host/rolling 1.0.1064.80-0debian1~stretch amd64
  Pritunl Zero SSH Host Client

procmeter3/rolling 3.6-2 amd64
  graphical system status monitor

progress/rolling 0.14-3 amd64
  Coreutils Progress Viewer (formerly known as 'cv')

progress-linux/rolling,rolling 20190101-5 all
  Progress Linux - Setup

progress-linux-pgp-keys/rolling,rolling 20190101-5 all
  Progress Linux - PGP Keys

progress-linux-ssh-keys/rolling,rolling 20190101-5 all
  Progress Linux - SSH Keys

proot/rolling 5.1.0-1.3 amd64
  emulate chroot, bind mount and binfmt_misc for non-root users

psgml/rolling,rolling 1.4.0-7 all
  Emacs major mode for editing SGML documents

pterm/rolling 0.72-1 amd64
  PuTTY terminal emulator

puddletag/rolling,rolling 1.2.0-2 all
  simple, powerful audio tag editor

pulseaudio-dlna/rolling,rolling 0.5.3+git20170406-1 all
  Stream audio to DLNA devices and Chromecasts

pxe-kexec/rolling 0.2.4-3+b5 amd64
  Fetch PXE configuration file and netboot using kexec

pxelinux/rolling,rolling 3:6.04~git20190206.bf6db5b4+dfsg1-1 all
  collection of bootloaders (PXE network bootloader)

pycsw/rolling,rolling 2.4.0+dfsg-2 all
  OGC compliant metadata (Catalogue Service for the Web) server

pycsw-doc/rolling,rolling 2.4.0+dfsg-2 all
  OGC compliant metadata (Catalogue Service for the Web) server - documentation

pycsw-wsgi/rolling,rolling 2.4.0+dfsg-2 all
  WSGI Apache CSW service based on pycsw

pydxcluster/rolling 2.21-2 amd64
  HAM Dx Cluster for Linux users

pyinfra/rolling,rolling 0.4.1-3 all
  state based and programmable service deployment tool

pykaraoke/rolling,rolling 0.7.5-1.2 all
  free CDG/MIDI/MPEG karaoke player

pykaraoke-bin/rolling,rolling 0.7.5-1.2 all
  free CDG/MIDI/MPEG karaoke player

pypy-appdirs/rolling,rolling 1.4.3-1 all
  determining appropriate platform-specific directories (PyPy)

pypy-mmllib/rolling,rolling 0.3.0.post1-1 all
  library for handling Music Macro Language (PyPy)

python-appdirs/rolling,rolling 1.4.3-1 all
  determining appropriate platform-specific directories (Python 2)

python-augeas/rolling,rolling 0.5.0-1 all
  Python bindings for Augeas

python-bluepy-doc/rolling,rolling 1.1.4-0kali1 all
  Python interface to Bluetooth Low Energy on Linux (common documentation)

python-bluez/rolling 0.22+really0.22-1 amd64
  Python 2 wrappers around BlueZ for rapid bluetooth development

python-bpfcc/rolling,rolling 0.8.0-4 all
  Python wrappers for BPF Compiler Collection (BCC)

python-cap-ng/rolling 0.7.9-2 amd64
  Python bindings for libcap-ng

python-clamd/rolling,rolling 1.0.1-1kali0 all
  Python interface to Clamd

python-colorama/rolling,rolling,now 0.3.7-1 all [installato, automatico]
  Cross-platform colored terminal text in Python - Python 2.x

python-cpuinfo/rolling,rolling 5.0.0-1 all
  Python module for getting CPU info

python-dcos/rolling,rolling 0.2.0-2 all
  Datacenter Operating System (DCOS) CLI - Python 2.7

python-distro/rolling,rolling 1.3.0-1 all
  Linux OS platform information API

python-easyprocess/rolling,rolling,now 0.2.5-1 all [installato, automatico]
  easy to use python subprocess interface - Python 2.X

python-ecryptfs/rolling 111-4 amd64
  ecryptfs cryptographic filesystem (python)

python-editor/rolling,rolling,now 1.0.3-1 all [installato, automatico]
  programmatically open an editor, capture the result - Python 2.7

python-evdev/rolling 1.1.2+dfsg-1+b10 amd64
  Python bindings for the Linux input subsystem

python-evdev-doc/rolling 1.2.0+dfsg-1 amd64
  Python bindings for the Linux input subsystem (docs)

python-evemu/rolling 2.7.0-1 amd64
  Linux Input Event Device Emulation Library - Python bindings

python-flufl.lock-doc/rolling,rolling 3.2-1 all
  NFS-safe file-based lock with timeouts (common documentation)

python-fuse/rolling,now 2:0.3.1-1 amd64 [installato, automatico]
  Python bindings for FUSE (Filesystems in USErspace)

python-hid/rolling 0.7.99.post21-1+b1 amd64
  cython interface to hidapi

python-ieee1284/rolling 0.2.11-13 amd64
  Python bindings to libieee1284

python-inotifyx/rolling 0.2.0-1+b2 amd64
  simple Python binding to the Linux inotify

python-iptables/rolling 0.13.0-1+b1 amd64
  Python bindings for iptables (Python 2 interface)

python-iptables-doc/rolling,rolling 0.13.0-1 all
  documentation for the python-iptables library

python-keyutils/rolling 0.6-1 amd64
  Python2 bindings for keyutils

python-laditools/rolling,rolling 1.1.0-3.1 all
  Python module to control and monitor the LADI system

python-ldtp/rolling,rolling 3.5.0-2 all
  Python bindings for LDTP

python-libiio/rolling,rolling 0.16-1 all
  Python bindings for libiio

python-libvirt/rolling 5.0.0-1 amd64
  libvirt Python bindings

python-libvslvm/rolling 20181227-1 amd64
  Linux LVM volume system format access library -- Python 2 bindings

python-lightblue/rolling 0.3.2-5+b1 amd64
  cross-platform Bluetooth API for Python

python-linux-procfs/rolling 0.6.1-1 amd64
  Linux /proc abstraction classes in Python - Python 2.7

python-llfuse/rolling 1.3.6+dfsg-1 amd64
  Python bindings for the low-level FUSE API

python-llfuse-doc/rolling,rolling 1.3.6+dfsg-1 all
  Python bindings for the low-level FUSE API (documentation)

python-lockfile/rolling,rolling 1:0.12.2-2 all
  file locking library for Python — Python 2 library

python-lunch/rolling,rolling 0.4.0-2 all
  distributed process launcher

python-lxc/rolling 0.1-3+b1 amd64
  Linux Containers userspace tools (Python 2.x bindings)

python-mmllib/rolling,rolling 0.3.0.post1-1 all
  library for handling Music Macro Language (Python 2)

python-monotonic/rolling,rolling 1.1-2 all
  implementation of time.monotonic() - Python 2.x

python-netfilter/rolling,rolling 0.6.4-1 all
  Python module for manipulating netfilter rules (Python 2)

python-openimageio/rolling 1.8.15~dfsg0-1+b1 amd64
  Library for reading and writing images - Python bindings

python-oslo.privsep/rolling,rolling 1.29.0-2 all
  OpenStack library for privilege separation - Python 2.7

python-oslo.privsep-doc/rolling,rolling 1.32.1-2 all
  OpenStack library for privilege separation - doc

python-parallel/rolling,rolling 0.2.2-3 all
  pyparallel - module encapsulating access for the parallel port

python-passfd/rolling 0.2-3+b1 amd64
  Python functions to pass file descriptors across UNIX domain

python-prctl/rolling 1.7-1+b1 amd64
  Python interface to the prctl() syscall (Python 2)

python-prometheus-client/rolling,rolling 0.6.0-1 all
  Python 2 client for the Prometheus monitoring system

python-psutil/rolling 5.5.1-1 amd64
  module providing convenience functions for managing processes

python-psutil-doc/rolling,rolling 5.5.1-1 all
  module providing convenience functions for managing processes (doc)

python-pyalsa/rolling 1.1.6-1+b1 amd64
  Official ALSA Python binding library for Python2

python-pycsw/rolling,rolling 2.4.0+dfsg-1 all
  OGC compliant metadata (Catalogue Service for the Web) server - Python 2

python-pycsw-doc/rolling,rolling 2.2.0+dfsg-6 all
  Transitional dummy package to pycsw-doc

python-pycsw-wsgi/rolling,rolling 2.4.0+dfsg-1 all
  Transitional dummy package to pycsw-wsgi

python-pyinotify/rolling,rolling,now 0.9.6-1 all [installato, automatico]
  simple Linux inotify Python bindings

python-pyinotify-doc/rolling,rolling 0.9.6-1 all
  simple Linux inotify Python bindings -- documentation

python-pyinstaller/rolling,rolling 3.1.1-0kali2 all
  Converts (packages) Python programs into stand-alone executables.

python-pykaraoke/rolling 0.7.5-1.2 amd64
  free CDG/MIDI/MPEG karaoke player

python-pylibacl/rolling 0.5.3-2 amd64
  module for manipulating POSIX.1e ACLs

python-pylibacl-doc/rolling,rolling 0.5.3-2 all
  module for manipulating POSIX.1e ACLs (documentation)

python-pylirc/rolling 0.0.5-3.1 amd64
  Python bindings for Linux Infra-red Remote Control (LIRC) support

python-pypamtest/rolling 1.0.7-1+b1 amd64
  Tool to test PAM applications and PAM modules -- Python bindings

python-pypowervm/rolling,rolling 1.1.16+dfsg1-3 all
  binding for the PowerVM REST API - Python 2.7

python-pyqrcode/rolling,rolling 1.2.1-2 all
  Python 2 module to generate QR Codes

python-pyric/rolling,rolling,now 0.1.6-0kali1 all [installato, automatico]
  Wireless library for Linux (Python 2)

python-pyric-doc/rolling,rolling 0.1.6-0kali1 all
  Wireless library for Linux (common documentation)

python-pyroute2/rolling,rolling 0.5.4-1 all
  Python Netlink library

python-pyroute2-doc/rolling,rolling 0.5.4-1 all
  netlink and Linux network configuration library (documentation)

python-pythoncard/rolling,rolling 0.8.2-5 all
  wxPython-based GUI construction framework (underlying Python libraries)

python-pyxattr/rolling 0.6.1-1 amd64
  module for manipulating filesystem extended attributes

python-pyxattr-doc/rolling,rolling 0.6.1-1 all
  module for manipulating filesystem extended attributes (documentation)

python-rtslib-fb/rolling,rolling 2.1.66-2 all
  object API for managing the Linux LIO kernel target - Python 2.x

python-rtslib-fb-doc/rolling,rolling 2.1.66-2 all
  object API for managing the Linux LIO kernel target - doc

python-schedutils/rolling 0.6-1 amd64
  Linux scheduler Python bindings - Python 2.7

python-seccomp/rolling 2.4.1-2 amd64
  high level interface to Linux seccomp filter (Python 2 bindings)

python-selinux/rolling 2.8-1+b1 amd64
  Python bindings to SELinux shared libraries

python-semanage/rolling 2.8-2 amd64
  Python bindings for SELinux policy management

python-serial/rolling,rolling,now 3.4-4 all [installato, automatico]
  pyserial - module encapsulating access for the serial port

python-sfml/rolling 2.2~git20150611.196c88+dfsg-4+b3 amd64
  Simple and Fast Multimedia Library - Python 2 Bindings

python-sfml-doc/rolling,rolling 2.2~git20150611.196c88+dfsg-4 all
  Simple and Fast Multimedia Library - Documentation

python-smbus/rolling 4.1-1 amd64
  Python bindings for Linux SMBus access through i2c-dev

python-trollius/rolling,rolling,now 2.1~b1-5 all [installato, automatico]
  port of the Tulip project on Python 2.7 - Python 2.x

python-uinput/rolling 0.11.2-1 amd64
  Pythonic API to Linux uinput kernel module (Python2)

python-unshare/rolling 0.2-1+b1 amd64
  Python bindings for the Linux unshare() syscall

python-urwid/rolling 2.0.1-2+b1 amd64
  curses-based UI/widget library for Python 2

python-urwid-doc/rolling,rolling 2.0.1-2 all
  curses-based UI/widget library (common documentation)

python-xattr/rolling 0.9.6-1 amd64
  module for manipulating filesystem extended attributes - Python 2

python3-appdirs/rolling,rolling 1.4.3-1 all
  determining appropriate platform-specific directories (Python 3)

python3-augeas/rolling,rolling 0.5.0-1 all
  Python3 bindings for Augeas

python3-binwalk/rolling,rolling,now 2.1.2~git20180830+dfsg1-1 all [installato, automatico]
  Python3 library for analyzing binary blobs and executable code

python3-bluepy/rolling 1.1.4-0kali1 amd64
  Python interface to Bluetooth Low Energy on Linux (Python 3)

python3-bluez/rolling 0.22+really0.22-1 amd64
  Python 3 wrappers around BlueZ for rapid bluetooth development

python3-bpfcc/rolling,rolling 0.8.0-4 all
  Python 3 wrappers for BPF Compiler Collection (BCC)

python3-btrfsutil/rolling 5.2-1 amd64
  Checksumming Copy on Write Filesystem utilities (python3 bindings)

python3-cap-ng/rolling 0.7.9-2 amd64
  Python3 bindings for libcap-ng

python3-colorama/rolling,rolling,now 0.3.7-1 all [installato, automatico]
  Cross-platform colored terminal text in Python - Python 3.x

python3-colorclass/rolling,rolling 2.2.0-2 all
  ANSI color text library for Python

python3-cpuinfo/rolling,rolling 5.0.0-1 all
  Python module for getting CPU info (Python 3)

python3-dcos/rolling,rolling 0.2.0-3 all
  DCOS Common Modules - Python 3.x

python3-distro/rolling,rolling,now 1.3.0-1 all [installato, automatico]
  Linux OS platform information API

python3-editor/rolling,rolling,now 1.0.3-1 all [installato, automatico]
  programmatically open an editor, capture the result - Python 3.x

python3-evdev/rolling 1.2.0+dfsg-1 amd64
  Python 3 bindings for the Linux input subsystem

python3-evemu/rolling 2.7.0-1 amd64
  Linux Input Event Device Emulation Library - Python3 bindings

python3-flufl.lock/rolling,rolling 3.2-1 all
  NFS-safe file-based lock with timeouts (Python 3)

python3-fuse/rolling 2:0.3.1-1 amd64
  Python bindings for FUSE (Filesystems in USErspace) (Python 3 package)

python3-hid/rolling 0.7.99.post21-1+b1 amd64
  cython3 interface to hidapi

python3-iptables/rolling 0.13.0-1+b1 amd64
  Python bindings for iptables (Python 3 interface)

python3-keyman-config/rolling,rolling 11.0.103-2 all
  Keyman for Linux configuration

python3-keyutils/rolling 0.6-1 amd64
  Python3 bindings for keyutils

python3-libiio/rolling,rolling 0.16-1 all
  Python bindings for libiio

python3-libnatpmp/rolling 20150609-7 amd64
  portable and fully compliant implementation of NAT-PMP (Python 3 bindings)

python3-libvirt/rolling 5.0.0-1 amd64
  libvirt Python 3 bindings

python3-libvslvm/rolling 20181227-1 amd64
  Linux LVM volume system format access library -- Python 3 bindings

python3-linux-procfs/rolling 0.6.1-1 amd64
  Linux /proc abstraction classes in Python - Python 3.x

python3-llfuse/rolling 1.3.6+dfsg-1 amd64
  Python 3 bindings for the low-level FUSE API

python3-locket/rolling,rolling 0.2.0-1 all
  File-based locks for Python 3 for Linux and Windows

python3-lockfile/rolling,rolling 1:0.12.2-2 all
  file locking library for Python — Python 3 library

python3-lttng/rolling 2.10.7-1 amd64
  LTTng control and utility Python bindings

python3-lttnganalyses/rolling,rolling 0.6.1-2 all
  LTTng 2.0 trace analysis tools (Python 3)

python3-lxc/rolling 1:3.0.3-1 amd64
  Linux Containers userspace tools (Python3 bindings)

python3-mmllib/rolling,rolling 0.3.0.post1-2 all
  library for handling Music Macro Language (Python 3)

python3-monotonic/rolling,rolling 1.5-3 all
  implementation of time.monotonic() - Python 3.x

python3-netfilter/rolling,rolling 0.6.4-1 all
  Python module for manipulating netfilter rules (Python 3)

python3-nftables/rolling 0.9.1-2+b1 amd64
  nftables/libnftables python3 module

python3-openimageio/rolling 2.0.9~dfsg0-1 amd64
  Library for reading and writing images - Python bindings

python3-openrazer/rolling,rolling 2.5.0+dfsg-2 all
  OpenRazer peripheral drivers (Python 3)

python3-oslo.privsep/rolling,rolling 1.32.1-2 all
  OpenStack library for privilege separation - Python 3.x

python3-parallel/rolling,rolling 0.2.2-3 all
  pyparallel - module encapsulating access for the parallel port

python3-portio/rolling 0.5-2+b1 amd64
  PortIO, python low level port I/O for Linux x86

python3-prctl/rolling 1.7-2 amd64
  Python interface to the prctl() syscall (Python 3)

python3-prometheus-client/rolling,rolling,now 0.6.0-1 all [installato, automatico]
  Python 3 client for the Prometheus monitoring system

python3-psutil/rolling,now 5.5.1-1 amd64 [installato, automatico]
  module providing convenience functions for managing processes (Python3)

python3-pyalsa/rolling 1.1.6-1+b1 amd64
  Official ALSA Python binding library for Python3

python3-pycsw/rolling,rolling 2.4.0+dfsg-2 all
  OGC compliant metadata (Catalogue Service for the Web) server - Python 3

python3-pyinotify/rolling,rolling,now 0.9.6-1 all [installato, automatico]
  simple Linux inotify Python bindings

python3-pylibacl/rolling 0.5.3-2 amd64
  module for manipulating POSIX.1e ACLs (Python3 version)

python3-pypamtest/rolling 1.0.7-1+b1 amd64
  Tool to test PAM applications and PAM modules -- Python3 bindings

python3-pypowervm/rolling,rolling 1.1.20+ds1-2 all
  Python binding for the PowerVM REST API - Python 3.x

python3-pyqrcode/rolling,rolling 1.2.1-2 all
  Python 3 module to generate QR Codes

python3-pyric/rolling,rolling 0.1.6-0kali1 all
  Wireless library for Linux (Python 3)

python3-pyroute2/rolling,rolling 0.5.4-1 all
  Python3 Netlink library

python3-pyxattr/rolling,now 0.6.1-1 amd64 [installato, automatico]
  module for manipulating filesystem extended attributes (Python3)

python3-rtslib-fb/rolling,rolling 2.1.66-2 all
  object API for managing the Linux LIO kernel target - Python 3.x

python3-schedutils/rolling 0.6-1 amd64
  Linux scheduler Python bindings - Python 3.x

python3-searx/rolling,rolling 0.15.0+dfsg1-1 all
  Privacy-respecting metasearch engine - library package

python3-seccomp/rolling 2.4.1-2 amd64
  high level interface to Linux seccomp filter (Python 3 bindings)

python3-selinux/rolling 2.8-1+b1 amd64
  Python3 bindings to SELinux shared libraries

python3-semanage/rolling 2.8-2 amd64
  Python3 bindings for SELinux policy management

python3-sepolgen/rolling,rolling 2.8-3 all
  Python3 module used in SELinux policy generation

python3-sepolicy/rolling,rolling 2.8-3 all
  Python binding for SELinux Policy Analyses

python3-serial/rolling,rolling,now 3.4-4 all [installato, automatico]
  pyserial - module encapsulating access for the serial port

python3-serial-asyncio/rolling,rolling 0.4-1 all
  Async I/O extension package for pyserial

python3-setools/rolling 4.2.0-1 amd64
  SETools Python bindings

python3-setoolsgui/rolling 4.2.0-1 amd64
  SETools Python bindings (GUI)

python3-sfml/rolling 2.2~git20150611.196c88+dfsg-4+b3 amd64
  Simple and Fast Multimedia Library - Python 3 Bindings

python3-smbus/rolling 4.1-1 amd64
  Python 3 bindings for Linux SMBus access through i2c-dev

python3-uinput/rolling 0.11.2-1 amd64
  Pythonic API to Linux uinput kernel module (Python3)

python3-urwid/rolling,now 2.0.1-2+b1 amd64 [installato, automatico]
  curses-based UI/widget library for Python 3

python3-webview/rolling,rolling 2.3+dfsg-1 all
  Build GUI for your Python program with JavaScript, HTML, and CSS

python3-xattr/rolling 0.9.6-1 amd64
  module for manipulating filesystem extended attributes - Python 3

python3-xstatic-term.js/rolling,rolling 0.0.7.0-3 all
  term.js XStatic support - Python 3.x

pythoncard/rolling,rolling 0.8.2-5 all
  wxPython-based GUI construction framework (meta-package)

pythoncard-doc/rolling,rolling 0.8.2-5 all
  wxPython-based GUI construction framework (documentation and samples)

pythoncard-tools/rolling,rolling 0.8.2-5 all
  wxPython-based GUI construction framework (optional development tools)

pytimechart/rolling,rolling 1.0.0~rc1-3.3 all
  GUI Viewer for Linux kernel traces

qasconfig/rolling 0.21.0-1.1 amd64
  ALSA configuration browser

qashctl/rolling 0.21.0-1.1 amd64
  mixer for ALSA's High level Control Interface

qasmixer/rolling 0.21.0-1.1 amd64
  ALSA mixer for the desktop

qastools-common/rolling,rolling 0.21.0-1.1 all
  QasTools common files

qct/rolling,rolling 1.7-3.2 all
  GUI commit tool

qemu-user/rolling 1:3.1+dfsg-8 amd64
  QEMU user mode emulation binaries

qemu-user-static/rolling 1:3.1+dfsg-8 amd64
  QEMU user mode emulation binaries (static version)

qla-tools/rolling,rolling 20140529-2 all
  QLogic Linux tools for work with QLogic HBAs

qml-module-org-kde-kirigami2/rolling 5.54.0-1 amd64
  set of QtQuick components targeted for mobile use

qml-module-qtquick-virtualkeyboard/rolling 5.11.3+dfsg-2 amd64
  Qt virtual keyboard - QML module

qml-module-snapd/rolling 1.45-1.1 amd64
  Snapd QML module

qmtest/rolling,rolling 2.4.1-3 all
  Testing Framework (part of the Quality Management Toolset (QM))

qperf/rolling 0.4.11-2 amd64
  Measure socket and RDMA performance

qrazercfg/rolling,rolling 0.40+ds-1 all
  Graphical Razer device configuration tool

qrazercfg-applet/rolling,rolling 0.40+ds-1 all
  Graphical Razer device configuration tool - applet

qrq/rolling 0.3.3-1 amd64
  high speed morse trainer, similar to DL4MM's Rufz

qsampler/rolling 0.5.0-1+b1 amd64
  LinuxSampler GUI frontend based on the Qt toolkit

qtiplot/rolling 0.9.8.9-18 amd64
  data analysis and scientific plotting

qtox/rolling 1.16.3-2 amd64
  Powerful Tox client that follows the Tox design guidelines

qtractor/rolling 0.9.5-1 amd64
  MIDI/Audio multi-track sequencer application

qtvirtualkeyboard-plugin/rolling 5.11.3+dfsg-2 amd64
  Qt virtual keyboard

qtvirtualkeyboard5-examples/rolling 5.11.3+dfsg-2 amd64
  Qt virtual keyboard examples

quilt/rolling,rolling 0.65-3 all
  Tool to work with series of patches

quota/rolling 4.04-2+b1 amd64
  disk quota management tools

quotatool/rolling 1:1.6.2-5 amd64
  non-interactive command line tool to edit disk quotas

qv4l2/rolling 1.16.6-2 amd64
  Test bench application for video4linux devices

r-cran-ps/rolling 1.3.0-1 amd64
  GNU R list, query, manipulate system processes

r-cran-rinside/rolling 0.2.14-1+b2 amd64
  GNU R package to embed R in C++ application

r-cran-rodbc/rolling 1.3-15-1+b2 amd64
  GNU R package for ODBC database access

r8168-dkms/rolling,rolling 8.047.01-1 all
  dkms source for the r8168 network driver

racoon/rolling 1:0.8.2+20140711-12 amd64
  IPsec Internet Key Exchange daemon

radare2/rolling,now 3.8-parrot1 amd64 [installato, automatico]
  free and advanced command line hexadecimal editor

radio/rolling 3.104-1+b1 amd64
  ncurses-based radio application

radlib-dev/rolling 2.12.0-6 amd64
  development file for librad0

radvd/rolling 1:2.17-2 amd64
  Router Advertisement Daemon

rakarrack/rolling 0.6.1-5 amd64
  Simple and easy guitar effects processor for GNU/Linux

rasdaemon/rolling 0.6.0-1.2 amd64
  utility to receive RAS error tracings

razercfg/rolling 0.40+ds-1 amd64
  Razer device configuration tool

rbootd/rolling 2.0-10+b2 amd64
  Remote Boot Daemon

rdma-core/rolling 24.0-2 amd64
  RDMA core userspace infrastructure and documentation

realtek-rtl88xxau-dkms/rolling,rolling,now 5.2.20.2~20190210-0kali1 all [installato, automatico]
  Realtek RTL88xxAU driver in DKMS format

recordmydesktop/rolling 0.3.8.1+svn602-1+b2 amd64
  Captures audio-video data of a Linux desktop session

recstudio/rolling 4.0-1kali1 i386
  Interactive decompiler

redfishtool/rolling,rolling 1.0.8-2 all
  redfish command-line client

refind/rolling 0.11.3-1 amd64
  boot manager for EFI-based computers

rekall-core/rolling,rolling 1.6.0+dfsg-2 all
  memory analysis and incident response framework

renderdoc/rolling 1.2+dfsg-2 amd64
  Stand-alone graphics debugging tool

resource-agents/rolling 1:4.3.0-1 amd64
  Cluster Resource Agents

restorecond/rolling 2.8-1 amd64
  SELinux core policy utilities (restorecond utilities)

rfkill/rolling,now 2.33.1-0.1 amd64 [installato, automatico]
  tool for enabling and disabling wireless devices

rhash/rolling 1.3.8-1 amd64
  utility for computing hash sums and magnet links

rinse/rolling,rolling 3.3 all
  RPM installation environment

rkflashtool/rolling 0~20160324-2 amd64
  Tools for flashing Rockchip devices

rtpinsertsound/rolling,now 3.0-1kali1 amd64 [installato, automatico]
  Inserts audio into a specified stream

ruby-fssm/rolling 0.2.10-3 amd64
  Ruby library firing events when the state of monitored paths changes

ruby-libvirt/rolling 0.7.1-1 amd64
  Ruby bindings for libvirt

ruby-plist4r/rolling,rolling 1.2.2-0kali2 all
  Read and write plists in ruby

ruby-rb-inotify/rolling,rolling 0.9.10-1 all
  Ruby wrapper for Linux's inotify, using FFI

ruby-selenium-webdriver/rolling,rolling 3.141.0+dfsg-1 all
  Browser automation framework and ecosystem

ruby-selinux/rolling 2.8-1+b1 amd64
  Ruby bindings to SELinux shared libraries

ruby-semanage/rolling 2.8-2 amd64
  Ruby bindings to for SELinux policy management

ruby-sigar/rolling 0.7.3-1+b5 amd64
  System Information Gatherer And Reporter

runlim/rolling 1.10-5 amd64
  tool for sampling time and memory usage

sane/rolling 1.0.14-14 amd64
  scanner graphical frontends

sane-utils/rolling,now 1.0.27-3.2 amd64 [installato, automatico]
  API library for scanners -- utilities

sbd/rolling,now 1.37-1kali3 amd64 [installato, automatico]
  Secure backdoor for linux and windows

scanmem/rolling 0.17-2+b1 amd64
  locate and modify a variable in a running process

schedtool/rolling 1.3.0-3 amd64
  Queries/alters process' scheduling policy and CPU affinity

scheme9/rolling 2018.12.05-1 amd64
  Scheme 9 from Empty Space R4RS Scheme interpreter

scim-gtk-immodule/rolling 1.4.18-2.1 amd64
  GTK+ input method module, with SCIM as the input backend

scim-kmfl-imengine/rolling 0.9.9-1 amd64
  KMFL (Keyboard Mapping for Linux) IM engine for the SCIM platform

screengrab/rolling 1.101-1 amd64
  Crossplatform tool for getting screenshots

screenie-qt/rolling 0.0~git20100701-1+b2 amd64
  fancy screenshot composer

searx/rolling,rolling 0.15.0+dfsg1-1 all
  Privacy-respecting metasearch engine

seccomp/rolling 2.4.1-2 amd64
  helper tools for high level interface to Linux seccomp filter

secilc/rolling 2.8-1 amd64
  SELinux CIL compiler

secilc-doc/rolling,rolling 2.8-1 all
  documentation for the SELinux CIL Compiler

seetxt/rolling 0.72-6+b1 amd64
  lightweight text file and man page viewer

selinux-basics/rolling,rolling 0.5.6 all
  SELinux basic support

selinux-policy-default/rolling,rolling 2:2.20190201-2 all
  Strict and Targeted variants of the SELinux policy

selinux-policy-dev/rolling,rolling 2:2.20190201-2 all
  Headers from the SELinux reference policy for building modules

selinux-policy-doc/rolling,rolling 2:2.20190201-2 all
  Documentation for the SELinux reference policy

selinux-policy-mls/rolling,rolling 2:2.20190201-2 all
  MLS (Multi Level Security) variant of the SELinux policy

selinux-policy-src/rolling,rolling 2:2.20190201-2 all
  Source of the SELinux reference policy for customization

selinux-utils/rolling,now 2.8-1+b1 amd64 [installato, automatico]
  SELinux utility programs

semanage-utils/rolling 2.8-2 amd64
  SELinux policy management utilities

semodule-utils/rolling 2.8-1 amd64
  SELinux core policy utilities (modules utilities)

sensors-applet/rolling 3.0.0+git6-0.2+b1 amd64
  Display readings from hardware sensors in your Gnome panel

sepol-utils/rolling 2.8-1 amd64
  Security Enhanced Linux policy utility programs

serf/rolling 0.8.1+git20180508.80ab4877~ds-1+b2 amd64
  Service orchestration and management tool

setcd/rolling 1.5-6+b2 amd64
  Control the behaviour of your cdrom device

setools/rolling 4.2.0-1 amd64
  tools for Security Enhanced Linux policy analysis

setools-gui/rolling 4.2.0-1 amd64
  GUI tools for Security Enhanced Linux policy analysis

setpriv/rolling 2.32.1-0.1 amd64
  tool to run a program with different Linux privilege settings

sfftobmp/rolling 3.1.3-6 amd64
  SFF (Structured Fax File) Converter

sgmltools-lite/rolling,rolling 3.0.3.0.cvs.20010909-20 all
  convert DocBook SGML source into HTML using DSSSL

shellnoob/rolling,rolling,now 2.1-1kali1 all [installato, automatico]
  Shellcode writing toolkit

shorewall-doc/rolling,rolling 5.2.3-1 all
  documentation for Shoreline Firewall (Shorewall)

siggen/rolling 2.3.10-8 amd64
  Waveform generation tools

signify-openbsd/rolling 26-1 amd64
  Lightweight cryptographic signing and verifying tool

signon-plugin-password/rolling 8.59-2 amd64
  Single Sign On framework - Plain Password plugin

signon-plugin-ssotest/rolling 8.59-2 amd64
  Single Sign On framework - Test plugin

signon-plugins-dev/rolling 8.59-2 amd64
  Single Sign On framework - plugins development files

signond/rolling 8.59-2 amd64
  Single Sign On framework

signond-dev/rolling 8.59-2 amd64
  Single Sign On framework - development files

signond-doc/rolling,rolling 8.59-2 all
  Single Sign On framework - documentation for daemon

skyeye/rolling 1.2.5-5+b1 amd64
  Embedded Hardware Simulation

slbackup/rolling,rolling 0.0.12-10 all
  Skolelinux Backup system

slurm-client/rolling 18.08.5.2-1 amd64
  SLURM client side commands

slurm-client-emulator/rolling 18.08.5.2-1 amd64
  SLURM client side commands for the emulator

slurm-wlm/rolling 18.08.5.2-1 amd64
  Simple Linux Utility for Resource Management

slurm-wlm-basic-plugins/rolling 18.08.5.2-1 amd64
  SLURM basic plugins

slurm-wlm-basic-plugins-dev/rolling 18.08.5.2-1 amd64
  SLURM basic plugins development files

slurm-wlm-doc/rolling,rolling 18.08.5.2-1 all
  SLURM documentation

slurm-wlm-emulator/rolling 18.08.5.2-1 amd64
  SLURM emulator

slurm-wlm-torque/rolling,rolling 18.08.5.2-1 all
  Torque compatibility wrappers for SLURM

slurmctld/rolling 18.08.5.2-1 amd64
  SLURM central management daemon

slurmd/rolling 18.08.5.2-1 amd64
  SLURM compute node daemon

slurmdbd/rolling 18.08.5.2-1 amd64
  Secure enterprise-wide interface to a database for SLURM

smartmontools/rolling,now 6.6-1 amd64 [installato, automatico]
  control and monitor storage systems using S.M.A.R.T.

smb4k/rolling 3.0.1-1 amd64
  Samba (SMB) share advanced browser

smbldap-tools/rolling,rolling 0.9.9-1 all
  Scripts to manage Unix and Samba accounts stored on LDAP

smem/rolling,rolling 1.4-2 all
  memory reporting tool

smemcap/rolling 1.4-2+b1 amd64
  data collection tool for memory reporting

smp-utils/rolling 0.98-2 amd64
  SAS Expander (SMP) utilities for SAS/SATA disk arrays

snapd/rolling,now 2.37.4-1+b1 amd64 [installato]
  Daemon and tooling that enable snap packages

snapper/rolling 0.8.3-1 amd64
  Linux filesystem snapshot management tool

snapper-gui/rolling,rolling 0git.960a94834f-3 all
  graphical user interface for snapper

sniffjoke/rolling,now 0.4.1-1kali0 amd64 [installato, automatico]
  Transparent TCP connection scrambler

solaar/rolling,rolling 0.9.2+dfsg-9 all
  Logitech Unifying Receiver peripherals manager for Linux

solaar-gnome3/rolling,rolling 0.9.2+dfsg-9 all
  GNOME Shell/Unity integration for Solaar

spacefm/rolling 1.0.6-4 amd64
  Multi-panel tabbed file manager - GTK2 version

spacefm-common/rolling,rolling 1.0.6-4 all
  Multi-panel tabbed file manager - common files

spacefm-gtk3/rolling 1.0.6-4 amd64
  Multi-panel tabbed file manager - GTK3 version

speakup-doc/rolling,rolling 3.1.6.dfsg.1-5 all
  Documentation for speakup kernel modules

spectemu-common/rolling 0.94a-20+b1 amd64
  Fast 48k ZX Spectrum Emulator (common files)

spectemu-x11/rolling 0.94a-20+b1 amd64
  Fast 48k ZX Spectrum Emulator for X11

spectre-meltdown-checker/rolling,rolling 0.42-1 all
  Spectre & Meltdown vulnerability/mitigation checker

spi-tools/rolling 0.8.1-1 amd64
  Simple command line tools to help using Linux spidev devices

spice-vdagent/rolling 0.18.0-1 amd64
  Spice agent for Linux

spl/rolling 0.7.13-1 i386
  Solaris Porting Layer user-space utilities for Linux

spl-dkms/rolling,rolling 0.8.1-3 all
  Solaris Porting Layer kernel modules for Linux (dummy)

splat/rolling 1.4.2-2 amd64
  analyze point-to-point terrestrial RF communication links

sqlcipher/rolling 3.4.1-1+b13 amd64
  Command line interface for SQLCipher

sqldeveloper-package/rolling,rolling 0.5.4 all
  Oracle SQL Developer Debian package builder

squashfs-tools/rolling,now 1:4.3-13 amd64 [installato, automatico]
  Tool to create and append to squashfs filesystems

squashfuse/rolling 0.1.103-1 amd64
  FUSE filesystem to mount squashfs archives

ssg-nondebian/rolling,rolling 0.1.39-2 all
  SCAP Guides and benchmarks targeting other GNU/Linux OS

stenc/rolling 1.0.7-2 amd64
  SCSI Tape Encryption Manager

stoken/rolling 0.92-1 amd64
  Software Token for cryptographic authentication

streamer/rolling 3.104-1+b1 amd64
  television capture tool (images/movies)

strongswan/rolling,rolling,now 5.7.2-1 all [installato, automatico]
  IPsec VPN solution metapackage

strongswan-charon/rolling,now 5.7.2-1+b1 amd64 [installato, automatico]
  strongSwan Internet Key Exchange daemon

strongswan-libcharon/rolling,now 5.7.2-1+b1 amd64 [installato, automatico]
  strongSwan charon library

strongswan-nm/rolling 5.7.2-1+b1 amd64
  strongSwan plugin to interact with NetworkManager

strongswan-pki/rolling 5.7.2-1+b1 amd64
  strongSwan IPsec client, pki command

strongswan-scepclient/rolling 5.7.2-1+b1 amd64
  strongSwan IPsec client, SCEP client

strongswan-starter/rolling,now 5.7.2-1+b1 amd64 [installato, automatico]
  strongSwan daemon starter and configuration file parser

strongswan-swanctl/rolling 5.7.2-1+b1 amd64
  strongSwan IPsec client, swanctl command

subuser/rolling,rolling 0.6.2-3 all
  Run programs on Linux with selectively restricted permissions

sucrack/rolling,now 1.2.3-5 amd64 [installato, automatico]
  multithreaded su bruteforcer

superiotool/rolling 0.0+r6637-1+b2 amd64
  Super I/O detection tool

survex/rolling 1.2.40-1 amd64
  cave surveying and mapping software

sview/rolling 18.08.5.2-1 amd64
  GUI to view and modify SLURM state

sysfsutils/rolling 2.1.0+repack-5 amd64
  sysfs query tool and boot-time setup

syslinux/rolling 3:6.04~git20190206.bf6db5b4+dfsg1-1 amd64
  collection of bootloaders (DOS FAT and NTFS bootloader)

syslinux-common/rolling,rolling 3:6.04~git20190206.bf6db5b4+dfsg1-1 all
  collection of bootloaders (common)

syslinux-efi/rolling,rolling 3:6.04~git20190206.bf6db5b4+dfsg1-1 all
  collection of bootloaders (UEFI bootloader)

syslinux-themes-debian/rolling,rolling 12-4 all
  collection of boot loaders (theme metapackage)

syslinux-themes-debian-squeeze/rolling,rolling 12-4 all
  collection of boot loaders (debian-squeeze theme)

syslinux-themes-debian-wheezy/rolling,rolling 12-4 all
  collection of boot loaders (debian-wheezy theme)

syslinux-utils/rolling 3:6.04~git20190206.bf6db5b4+dfsg1-1 amd64
  collection of bootloaders (utilities)

sysprof/rolling 3.30.2-2 amd64
  system-wide Linux profiler

sysrqd/rolling 14-1+b2 amd64
  small daemon intended to manage Linux SysRq over network

sysstat/rolling,now 12.0.3-2 amd64 [installato, automatico]
  system performance tools for Linux

system-tools-backends/rolling,now 2.10.2-3+b1 amd64 [installato, automatico]
  System Tools to manage computer configuration -- scripts

system-tools-backends-dev/rolling,rolling 2.10.2-3 all
  System Tools to manage computer configuration -- development files

systemd/rolling,now 241-7 amd64 [installato]
  system and service manager

systemd-sysv/rolling,now 241-7 amd64 [installato]
  system and service manager - SysV links

systemtap/rolling 4.0-1 amd64
  instrumentation system for Linux

systemtap-client/rolling 4.0-1 amd64
  instrumentation system for Linux (client for compile server)

systemtap-common/rolling,rolling 4.0-1 all
  instrumentation system for Linux (common component)

systemtap-doc/rolling,rolling 4.0-1 all
  documentation and examples for SystemTap

systemtap-runtime/rolling 4.0-1 amd64
  instrumentation system for Linux (runtime component)

systemtap-sdt-dev/rolling 4.0-1 amd64
  statically defined probes development files

systemtap-server/rolling 4.0-1 amd64
  instrumentation system for Linux (compile server)

systray-mdstat/rolling,rolling 1.1.0-1 all
  Notifies about Linux Software RAID changes in system tray

targetcli-fb/rolling,rolling 2.1.48-2 all
  Command shell for managing the Linux LIO kernel target

taskcoach/rolling,rolling 1.4.6-1 all
  friendly task manager

tasque/rolling,rolling 0.1.12-4.1 all
  simple task management application

tayga/rolling 0.9.2-8 amd64
  userspace stateless NAT64

tcl-tclex/rolling 1.2a1-17 amd64
  Lexical analyzer generator for Tcl

terminology/rolling 1.3.2-1 amd64
  Enlightenment efl based terminal emulator

terminology-data/rolling,rolling 1.3.2-1 all
  Enlightenment efl based terminal emulator data

testdisk/rolling,now 7.0-3+b4 amd64 [installato, automatico]
  Partition scanner and disk recovery tool, and PhotoRec file recovery tool

testssl.sh/rolling,rolling 2.9.5-7+dfsg1-2 all
  Command line tool to check TLS/SSL ciphers, protocols and cryptographic flaws

texlive-fonts-extra/rolling,rolling 2019.20190710-1 all
  TeX Live: Additional fonts

texworks/rolling 0.6.3-2 amd64
  Environment for authoring TeX (LaTeX, ConTeXt, etc) documents

tgt/rolling 1:1.0.79-2 amd64
  Linux SCSI target user-space daemon and tools

tgt-glusterfs/rolling 1:1.0.79-2 amd64
  Linux SCSI target user-space daemon and tools - GlusterFS support

tgt-rbd/rolling 1:1.0.79-2 amd64
  Linux SCSI target user-space daemon and tools - RBD support

thc-ipv6/rolling,now 3.6-1 amd64 [installato, automatico]
  The Hacker Choice's IPv6 Attack Toolkit

thermald/rolling 1.8.0-1 amd64
  Thermal monitoring and controlling daemon

tiemu/rolling 3.04~git20110801-nogdb+dfsg1-2 amd64
  Texas Instruments calculators emulator (without GDB)

tiger-otheros/rolling 1:3.2.4~rc1-1 amd64
  Scripts to run Tiger in other operating systems

tilda/rolling 1.4.1-2.1 amd64
  GTK+ based drop down terminal for Linux and Unix

tilem/rolling 2.0-3 amd64
  GTK+ TI Z80 calculator emulator

tilem-data/rolling,rolling 2.0-3 all
  GTK+ TI Z80 calculator emulator (data files)

tilp2/rolling 1.18-3 amd64
  Texas Instruments hand-helds <-> PC communication program for X

tiny-initramfs/rolling,rolling 0.1-5 all
  Minimalistic initramfs implementation (automation)

tiny-initramfs-core/rolling 0.1-5+b10 amd64
  Minimalistic initramfs implementation (core tools)

tipp10/rolling 2.1.0-2+b1 amd64
  free open source touch typing software

tiptop/rolling 2.3.1-4 amd64
  performance monitoring tool for Linux

tkdesk/rolling 2.0-11 amd64
  Tk/tcl based X11 Desktop/File manager

tlp/rolling,rolling 1.2.2-1 all
  Save battery power on laptops

tlssled/rolling,rolling,now 1.3-0kali1 all [installato, automatico]
  Evaluates the security of a target SSL/TLS (HTTPS) server

togl-demos/rolling,rolling 2.0-1 all
  Tk OpenGL widget - demo files

tomoyo-tools/rolling 2.6.0-20190305-1 amd64
  lightweight Linux Mandatory Access Control system

torbrowser-launcher/rolling,now 0.3.1-2 amd64 [installato, automatico]
  helps download and run the Tor Browser Bundle

tpp/rolling,rolling 1.3.1-7 all
  text presentation program

trace-cmd/rolling 2.6.1-0.1 amd64
  Utility for retrieving and analyzing function tracing in the kernel

transfermii/rolling 1:0.6.1-3 amd64
  transfer your mii from and to your wiimotes

transfermii-gui/rolling 1:0.6.1-3 amd64
  transfer your mii from and to your wiimotes -- GUI

translate-docformat/rolling,rolling 0.6-5 all
  any-to-any document translation system

treil/rolling 1.8-2.2+b3 amd64
  tree structure into tiles

triggerhappy/rolling 0.5.0-1+b1 amd64
  global hotkey daemon for Linux

ttf-anonymous-pro/rolling,rolling 1.002-1 all
  fixed width sans serif font designed for coders

ttv/rolling 3.104-1+b1 amd64
  television viewer - console application

tup/rolling 0.7.8-3 amd64
  fast build system

tuxmath/rolling 2.0.3-5 amd64
  math game for kids with Tux

tuxmath-data/rolling,rolling 2.0.3-5 all
  math game for kids with Tux -- data files

tuxonice-userui/rolling 1.1+dfsg1.gc3bdd83-4+b2 amd64
  user-space interfaces for TuxOnIce

tuxtype/rolling 1.8.3-4 amd64
  Educational Typing Tutor Game Starring Tux

tuxtype-data/rolling,rolling 1.8.3-4 all
  Data files for the Educational Typing Tutor Game Starring Tux

u-boot-menu/rolling,rolling 4 all
  u-boot menu update

ucimf/rolling 2.3.8-10 amd64
  Unicode console input method framework

ucimf-chewing/rolling 0.3-3 amd64
  ucimf wrapper for Chewing input method

ucimf-sunpinyin/rolling 0.5-1 amd64
  ucimf wrapper for Sunpinyin IM engine

uftrace/rolling 0.9.0-1 amd64
  Traces and analyzes execution of programs written in C/C++

uhub/rolling 0.4.1-3.1 amd64
  High performance Advanced Direct Connect p2p hub

uim-mozc/rolling 2.23.2815.102+dfsg-7 amd64
  Mozc engine for uim - Client of the Mozc input method

ukui-menu/rolling,rolling 1.1.9-1 all
  Advanced UKUI menu

ulatency/rolling 0.5.0-9+b1 amd64
  scriptable latency regulator using cgroups (client)

ulatencyd/rolling 0.5.0-9+b1 amd64
  scriptable latency regulator using cgroups (server)

uml-utilities/rolling 20070815.2-1+b1 amd64
  User-mode Linux (utility programs)

umockdev/rolling 0.13-1 amd64
  record/mock hardware devices for bug reports and regression tests

undertaker/rolling 1.6.1-4.2+b1 amd64
  variability-aware tool for static code analysis

unhide/rolling,now 20130526-3 amd64 [installato, automatico]
  Forensic tool to find hidden processes and ports

unix-privesc-check/rolling,rolling,now 1.4~svn361-1kali2 all [installato, automatico]
  Script to check for simple privilege escalation vectors

uphpmvault/rolling 0.8+b2 amd64
  upload recovery images to HP MediaVault2 via Ethernet

upx-ucl/rolling,now 3.95-1 amd64 [installato, automatico]
  efficient live-compressor for executables

uronode/rolling 2.9-1 amd64
  Node front end for AX.25, NET/ROM, Rose and TCP

uruk/rolling,rolling 20190121-1 all
  Very small firewall script, for configuring iptables

usb-modeswitch/rolling,now 2.5.2+repack0-2 amd64 [installato, automatico]
  mode switching tool for controlling "flip flop" USB devices

usb-modeswitch-data/rolling,rolling,now 20170806-2 all [installato, automatico]
  mode switching data for usb-modeswitch

usbutils/rolling,now 1:012-1 amd64 [installato]
  Linux USB utilities

user-mode-linux/rolling 4.19-1um-1+b1 amd64
  User-mode Linux (kernel)

user-mode-linux-doc/rolling,rolling 20060501-3 all
  User-mode Linux (Documentation)

uswsusp/rolling 1.0+20120915-6.2 amd64
  tools to use userspace software suspend provided by Linux

util-linux/rolling,now 2.33.1-0.1 amd64 [installato]
  miscellaneous system utilities

util-linux-dbgsym/rolling 2.33.1-0.1+parrot1 amd64
  debug symbols for util-linux

util-linux-locales/rolling,rolling 2.33.1-0.1 all
  locales files for util-linux

util-vserver/rolling 0.30.216-pre3120-1.4+b11 amd64
  user-space tools for Linux-VServer virtual private servers

utox/rolling 0.17.0-1 amd64
  lightest and fluffiest Tox client

uvcdynctrl/rolling 0.2.4-1.1+b2 amd64
  Command line tool to control v4l2 devices

uvcdynctrl-data/rolling,rolling 0.2.4-1.1 all
  Command line tool to control v4l2 devices - data files

v4l-conf/rolling 3.104-1+b1 amd64
  tool to configure video4linux drivers

v4l-utils/rolling 1.16.6-2 amd64
  Collection of command line video4linux utilities

v4l2ucp/rolling 2.0.2-4+b2 amd64
  Video for Linux 2 Universal Control Panel

vacation/rolling 3.3.1+b1 amd64
  email autoresponder

vagrant-cachier/rolling,rolling 1.2.1-3 all
  share a common package cache among similar VM instances

vagrant-lxc/rolling,rolling 1.4.3-1 all
  Linux Containers provider for Vagrant

vagrant-sshfs/rolling,rolling 1.3.1-1 all
  vagrant plugin that adds synced folder support with sshfs

vainfo/rolling 2.5.0+ds1-1 amd64
  Video Acceleration (VA) API for Linux -- info program

valgrind/rolling 1:3.15.0-1 amd64
  instrumentation framework for building dynamic analysis tools

valgrind-dbg/rolling 1:3.15.0-1 amd64
  instrumentation framework for building dynamic analysis tools (debug)

valgrind-mpi/rolling 1:3.15.0-1 amd64
  instrumentation framework for building dynamic analysis tools (MPI module)

variety/rolling,rolling 0.7.1-2 all
  Wallpaper changer, downloader and manager

vdpau-driver-all/rolling,now 1.2-1 amd64 [installato, automatico]
  Video Decode and Presentation API for Unix (driver metapackage)

vdpauinfo/rolling 1.0-3 amd64
  Video Decode and Presentation API for Unix (vdpauinfo utility)

vdr/rolling 2.4.0-1+b1 amd64
  Video Disk Recorder for DVB cards

vdr-dev/rolling 2.4.0-1+b1 amd64
  Video Disk Recorder for DVB cards

vdr-plugin-dvbhddevice/rolling 2.2.0-9 amd64
  Plugin that adds support for full featured HD-DVB cards to VDR

vdr-plugin-dvbsddevice/rolling 2.2.0-9 amd64
  Plugin that adds support for full featured SD-DVB cards to VDR

vdr-plugin-epgsearch/rolling 2.2.0+git20170817-2 amd64
  VDR plugin that provides extensive EPG searching capabilities

vdr-plugin-examples/rolling 2.4.0-1+b1 amd64
  Plugins for vdr to show some possible features

vdr-plugin-live/rolling 2.3.1-3 amd64
  Web administration plugin for VDR

vdr-plugin-vcd/rolling 0.9-26 amd64
  VDR Plugin for playing (S)VCD's

vdradmin-am/rolling,rolling 3.6.10-4 all
  Web-based administration tool for vdr

vectoroids/rolling 1.1.0-15 amd64
  vector-based rock-shooting

veyon-configurator/rolling 4.1.7+repack1-1 amd64
  Computer Monitoring and Classroom Management Software - configurator

veyon-master/rolling 4.1.7+repack1-1 amd64
  Computer Monitoring and Classroom Management Software - master

veyon-plugins/rolling 4.1.7+repack1-1 amd64
  Computer Monitoring and Classroom Management Software - plugins

veyon-service/rolling 4.1.7+repack1-1 amd64
  Computer Monitoring and Classroom Management Software - client service

vim-asciidoc/rolling,rolling 8.6.10-3 all
  Vim syntax highlighting files for asciidoc

virtualbox/rolling 6.0.8-dfsg-7 amd64
  x86 virtualization solution - base binaries

virtualbox-dkms/rolling,rolling 6.0.8-dfsg-7 all
  x86 virtualization solution - kernel module sources for dkms

virtualbox-guest-additions-iso/rolling,rolling 6.0.10-1 all
  guest additions iso image for VirtualBox

virtualbox-guest-dkms/rolling,rolling 6.0.8-dfsg-7 all
  x86 virtualization solution - guest addition module source for dkms

virtualbox-guest-source/rolling,rolling 6.0.8-dfsg-7 all
  x86 virtualization solution - guest addition module source

virtualbox-guest-utils/rolling 6.0.8-dfsg-7 amd64
  x86 virtualization solution - non-X11 guest utilities

virtualbox-guest-x11/rolling 6.0.8-dfsg-7 amd64
  x86 virtualization solution - X11 guest utilities

virtualbox-qt/rolling 6.0.8-dfsg-7 amd64
  x86 virtualization solution - Qt based user interface

virtualbox-source/rolling,rolling 6.0.8-dfsg-7 all
  x86 virtualization solution - kernel module source

vkeybd/rolling 1:0.1.18d-3 amd64
  Virtual MIDI Keyboard

vlevel/rolling 0.5.1-3 amd64
  Levelling audio filter as command-line tool and LADSPA/JACK plugin

vmdebootstrap/rolling 1.11-2 amd64
  Bootstrap Debian into a (virtual machine) disk image

vnstat/rolling 1.18-2.1 amd64
  console-based network traffic monitor

volatility/rolling,rolling,now 2.6.1-1 all [installato, automatico]
  advanced memory forensics framework

volatility-tools/rolling,rolling,now 2.6.1-1 all [installato, automatico]
  generate profiles to Volatility Framework

vrms/rolling,rolling 1.24 all
  virtual Richard M. Stallman

vrrpd/rolling 1.0-2+b2 amd64
  Virtual Router Redundancy Protocol user-space implementation

vsftpd/rolling 3.0.3-12 amd64
  lightweight, efficient FTP server written for security

vtable-dumper/rolling 1.2-1 amd64
  tool to list content of virtual tables in a C++ shared library

vtgamma/rolling,rolling 0.4-2 all
  gamma correction for terminals

vtun/rolling 3.0.3-4 amd64
  virtual tunnel over TCP/IP networks

vuls/rolling 0.6.1-1+b11 amd64
  Vulnerability scanner for Linux/FreeBSD, agentless, written in Go

vzctl/rolling 4.9.4-6 amd64
  server virtualization solution - control tools

vzquota/rolling 3.1-4 amd64
  server virtualization solution - quota tools

w-scan/rolling 20170107-2 amd64
  Channel scanning tool for DVB and ATSC channels

w3cam/rolling 0.7.2-6.2+b3 amd64
  a simple CGI to retrieve images from video4linux device

w3m-img/rolling 0.5.3-37 amd64
  inline image extension support utilities for w3m

waagent/rolling,rolling 2.2.34-4 all
  Windows Azure Linux Agent

watch-maildirs/rolling 1.2.0-2.2+b1 amd64
  mswatch helper tools to watch maildirs and trigger on-demand syncs

wayland-scanner++/rolling 0.2.5-1 amd64
  wayland compositor infrastructure - C++ protocol code generator

waylandpp-dev/rolling 0.2.5-1 amd64
  wayland compositor infrastructure - C++ development files

wdanish/rolling,rolling 1.6.36-11 all
  The Comprehensive Danish Dictionary (DSDO) - wordlist

webcam/rolling 3.104-1+b1 amd64
  image grabber and uploader

webdis/rolling 0.1.4+dfsg-1+b1 amd64
  simple web server providing an HTTP interface to Redis

webhandler/rolling,rolling,now 03192014-0kali2 all [installato, automatico]
  Bash simulator to control a server using PHP system functions

welcome2l/rolling 3.04-27 amd64
  Linux ANSI boot logo

weston/rolling 5.0.0-3 amd64
  reference implementation of a wayland compositor

whohas/rolling,rolling 0.29.1-1 all
  query multiple distributions' package archives

whyteboard/rolling,rolling 0.41.1-6 all
  overlay painting and annotation application

wig/rolling,rolling,now 0.6-1 all [installato, automatico]
  WebApp Information Gatherer

winbind/rolling 2:4.9.11+dfsg-1 amd64
  service to resolve user and group information from Windows NT servers

winexe/rolling,now 1.1~20140107-0kali7+b11 amd64 [installato, automatico]
  Remote Windows-command executor

wireguard/rolling,rolling,now 0.0.20190702-1 all [installato, automatico]
  fast, modern, secure kernel VPN tunnel (metapackage)

wireguard-dkms/rolling,rolling,now 0.0.20190702-1 all [installato, automatico]
  fast, modern, secure kernel VPN tunnel (DKMS version)

wireguard-tools/rolling,now 0.0.20190702-1 amd64 [installato, automatico]
  fast, modern, secure kernel VPN tunnel (userland utilities)

wireless-regdb/rolling,rolling,now 2016.06.10-1 all [installato, automatico]
  wireless regulatory database

wireless-tools/rolling,now 30~pre9-13 amd64 [installato, automatico]
  Tools for manipulating Linux Wireless Extensions

wmcoincoin/rolling 2.6.4-git-1+b1 amd64
  Humourous dockapp for browsing DaCode sites' news and board

wmis/rolling,rolling 4.0.0tp4-1kali0 all
  Linux native WMIC client

wmnut/rolling 0.66-1 amd64
  WindowMaker dock app that displays UPS statistics from NUT's upsd

wmtv/rolling 0.6.6-1 amd64
  Dockable video4linux TV player for WindowMaker

wraplinux/rolling 1.7-9 amd64
  Utility to wrap a Linux kernel and initrd into an ELF or NBI file

wxastrocapture/rolling 1.8.1+git20140821+dfsg-2 amd64
  Windows linuX Astronomy Capture

x86dis/rolling 0.23-6+b1 amd64
  Frontend to libdisasm

xattr/rolling 0.9.6-1 amd64
  tool for manipulating filesystem extended attributes

xawtv/rolling 3.104-1+b1 amd64
  television viewer - X11 application

xawtv-plugins/rolling 3.104-1+b1 amd64
  television viewer - plugins

xboxdrv/rolling 0.8.8-1+b1 amd64
  Xbox360 gamepad driver for the userspace

xbrlapi/rolling 5.6-11 amd64
  Access software for a blind person using a braille display - xbrlapi

xc3sprog/rolling 0+svn795+dfsg-1 amd64
  JTAG flashing tool for FPGAs, CPLDs and EEPROMs

xdg-dbus-proxy/rolling 0.1.1-1 amd64
  filtering D-Bus proxy

xenomai-doc/rolling,rolling 2.6.4+dfsg-1 all
  Xenomai documentation

xenomai-kernel-source/rolling,rolling 2.6.4+dfsg-1 all
  Linux kernel patches for Xenomai

xenomai-system-tools/rolling 2.6.4+dfsg-1 amd64
  Xenomai system tools utilities

xfce4-diskperf-plugin/rolling 2.6.1-2 amd64
  disk performance display plugin for the Xfce4 panel

xfce4-taskmanager/rolling 1.2.2-1 amd64
  process manager for the Xfce4 Desktop Environment

xfsdump/rolling,now 3.1.6+nmu2+b2 amd64 [installato]
  Administrative utilities for the XFS filesystem

xlunzip/rolling 0.4-4 amd64
  data compressor based on the LZMA algorithm (decompressor)

xmix/rolling 2.1-7+b1 amd64
  X11-based interface to the Linux sound driver mixer

xnbd-client/rolling 0.3.0-3 amd64
  Network Block Device client with support for live migration

xnbd-common/rolling 0.3.0-3 amd64
  Network Block Device - common files

xnbd-server/rolling 0.3.0-3 amd64
  Network Block Device server with support for live migration

xorriso/rolling 1.5.0-1+b1 amd64
  command line ISO-9660 and Rock Ridge manipulation tool

xprobe/rolling,now 0.3-4 amd64 [installato, automatico]
  Remote OS identification

xrdp/rolling 0.9.9-1 amd64
  Remote Desktop Protocol (RDP) server

xsane/rolling 0.999-7 amd64
  featureful graphical frontend for SANE (Scanner Access Now Easy)

xscreensaver-screensaver-bsod/rolling 5.42+dfsg1-1 amd64
  BSOD screen saver module from XScreenSaver

xserver-xorg-input-evdev/rolling 1:2.10.6-1 amd64
  X.Org X server -- evdev input driver

xserver-xorg-input-mouse/rolling 1:1.9.3-1 amd64
  X.Org X server -- mouse input driver

xserver-xorg-legacy/rolling,now 2:1.20.4-1 amd64 [installato, automatico]
  setuid root Xorg server wrapper

xserver-xorg-video-fbdev/rolling,now 1:0.5.0-1 amd64 [installato, automatico]
  X.Org X server -- fbdev display driver

xserver-xorg-video-geode/rolling 2.11.19-4 i386
  X.Org X server -- Geode GX2/LX display driver

xserver-xorg-video-qxl/rolling,now 0.1.5-2+b1 amd64 [installato, automatico]
  X.Org X server -- QXL display driver

xserver-xorg-video-vmware/rolling,now 1:13.3.0-2 amd64 [installato, automatico]
  X.Org X server -- VMware display driver

xsysinfo/rolling 1.7-9+b2 amd64
  display some Linux kernel parameters in graphical form

xwax/rolling 1.7-1 amd64
  open-source vinyl emulation software for Linux

xwiimote/rolling 2-3+b4 amd64
  Nintendo Wii Remote Linux Device Driver Tools

yagf/rolling 0.9.3.2-1+b1 amd64
  graphical interface for cuneiform and tesseract

yasr/rolling 0.6.9-8 amd64
  General-purpose console screen reader

yavta/rolling 0.0+git20190114.e21525b-1 amd64
  Yet Another V4L2 Test Application

yforth/rolling 0.2.1-1+b1 i386
  small freeware Forth environment in ANSI C

yhsm-tools/rolling,rolling 1.2.1-1 all
  Common files for YubiHSM applications

yoshimi/rolling 1.5.10.1-1+b1 amd64
  software synthesizer originally based on ZynAddSubFX2

yotta/rolling,rolling 0.18.5-2 all
  build tool for C/C++ projects using modular components

yotta-doc/rolling,rolling 0.18.5-2 all
  build tool for C/C++ projects using modular components (documentation)

zalign/rolling 0.9.1-4 amd64
  parallel local alignment of biological sequences

zam-plugins/rolling 3.9~repack3-1 amd64
  Collection of LV2, LADSPA, LINUX-VST and JACK plugins

zbar-tools/rolling 0.22-1 amd64
  bar code scanner and decoder (utilities)

zeal/rolling,now 1:0.6.1-1 amd64 [installato, automatico]
  Simple offline API documentation browser

zerofree/rolling,now 1.1.1-1 amd64 [installato, automatico]
  zero free blocks from ext2, ext3 and ext4 file-systems

zfs-dkms/rolling,rolling 0.8.1-3 all
  OpenZFS filesystem kernel modules for Linux

zfs-dracut/rolling,rolling 0.8.1-3 all
  OpenZFS root filesystem capabilities for Linux - dracut

zfs-initramfs/rolling,rolling 0.8.1-3 all
  OpenZFS root filesystem capabilities for Linux - initramfs

zfsutils-linux/rolling 0.8.1-3 amd64
  command-line tools to manage OpenZFS filesystems

zhcon/rolling 1:0.2.6-16 amd64
  Fast console CJK system using FrameBuffer (main program)

zhcon-data/rolling,rolling 1:0.2.6-16 all
  Fast console CJK system using FrameBuffer (data files)

zita-resampler/rolling 1.6.0-2 amd64
  resampler application written with libzita-resampler

zoneminder/rolling 1.32.3-2 amd64
  video camera security and surveillance solution

zoneminder-doc/rolling,rolling 1.32.3-2 all
  video camera security and surveillance solution (documentation)

zram-tools/rolling,rolling 0.3.2.1-1 all
  utilities for working with zram

zsnes/rolling 1.510+bz2-8+b3 i386
  Emulator of the Super Nintendo Entertainment System

zvbi/rolling 0.2.35-16 amd64
  Vertical Blanking Interval (VBI) utilities

zynaddsubfx/rolling 3.0.3-1 amd64
  Realtime software synthesizer for Linux

zynaddsubfx-data/rolling,rolling 3.0.3-1 all
  Realtime software synthesizer for Linux (data)

zynaddsubfx-dssi/rolling 3.0.3-1 amd64
  dssi plugin of zynaddsubfx

con apt autoremove mi da degli errori:
Codice:
Lettura elenco dei pacchetti... Fatto
Generazione albero delle dipendenze       
Lettura informazioni sullo stato... Fatto
0 aggiornati, 0 installati, 0 da rimuovere e 0 non aggiornati.
1 non completamente installati o rimossi.
Dopo quest'operazione, verranno occupati 0 B di spazio su disco.
Configurazione di initramfs-tools (0.133)...
update-initramfs: deferring update (trigger activated)
Elaborazione dei trigger per initramfs-tools (0.133)...
update-initramfs: Generating /boot/initrd.img-4.19.0-parrot4-28t-amd64
W: Possible missing firmware /lib/firmware/amdgpu/vega20_asd.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/vega20_sos.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/vega20_rlc.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/vega20_mec2.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/vega20_mec.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/vega20_me.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/vega20_pfp.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/vega20_ce.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/vega20_sdma1.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/vega20_sdma.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/vega20_uvd.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/vega20_vce.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/vega20_smc.bin for module amdgpu
live-boot: core filesystems devices utils udev blockdev ftpfs dns.
pigz: abort: write error on <stdout> (No space left on device)
E: mkinitramfs failure cpio 141 pigz 28
update-initramfs: failed for /boot/initrd.img-4.19.0-parrot4-28t-amd64 with 1.
dpkg: errore nell'elaborare il pacchetto initramfs-tools (--configure):
 il sottoprocesso installato pacchetto initramfs-tools script post-installation ha restituito lo stato di errore 1
Si sono verificati degli errori nell'elaborazione:
 initramfs-tools
Scanning application launchers
Updating active launchers
Done
E: Sub-process /usr/bin/dpkg returned an error code (1)
 
sembra che tu abbia giustamente due versioni del kernel la linux-image-4.19.0-6parrot3-amd64 e la -4.19.0-parrot4-28t-amd64
fai un backup dei dati e prova a togliere la 28t
quindi prova sudo apt-get remove linux-image-4.19.0-parrot4-28t-amd64
e vediamo che dice, io fossi in te reinstallerai perché con quella partizione di /boot così piccola non riesci a tenere più di due kernel a quanto pare, comunque vediamo che ti dice così
 
Ultima modifica:
sembra che tu abbia giustamente due versioni del kernel la linux-image-4.19.0-6parrot3-amd64 e la -4.19.0-parrot4-28t-amd64
fai un backup dei dati e prova a togliere la 28t
quindi prova sudo apt-get remove linux-image-4.19.0-parrot4-28t-amd64
e vediamo che dice, io fossi in te reinstallerai perché con quella partizione di /boot così piccola non riesci a tenere più di due kernel a quanto pare, comunque vediamo che ti dice così

Ho fatto il comando ma dice :
Codice:
Nel sistema è in esecuzione un kernel (versione                           │
│ 4.19.0-parrot4-28t-amd64) e si sta cercando di rimuovere la stessa        │
│ versione.                                                                 │
│                                                                           │
│ Ciò potrebbe rendere il sistema non avviabile poiché rimuoverà            │
│ /boot/vmlinuz-4.19.0-parrot4-28t-amd64 e tutti i moduli nella directory   │
│ /lib/modules/4.19.0-parrot4-28t-amd64. A questo si potrà rimediare solo   │
│ con una copia dell'immagine del kernel e dei moduli corrispondenti.       │
│                                                                           │
│ Si consiglia vivamente di interrompere la rimozione del kernel a meno     │
│ che non si sia preparati a riparare il sistema in seguito.                │
│                                                                           │
│ Interrompere la rimozione del kernel?



devo mettere si o no? non devo fare il backup in quanto non ho nessun dato importante
 
Ho fatto il comando ma dice :
Codice:
Nel sistema è in esecuzione un kernel (versione                           │
│ 4.19.0-parrot4-28t-amd64) e si sta cercando di rimuovere la stessa        │
│ versione.                                                                 │
│                                                                           │
│ Ciò potrebbe rendere il sistema non avviabile poiché rimuoverà            │
│ /boot/vmlinuz-4.19.0-parrot4-28t-amd64 e tutti i moduli nella directory   │
│ /lib/modules/4.19.0-parrot4-28t-amd64. A questo si potrà rimediare solo   │
│ con una copia dell'immagine del kernel e dei moduli corrispondenti.       │
│                                                                           │
│ Si consiglia vivamente di interrompere la rimozione del kernel a meno     │
│ che non si sia preparati a riparare il sistema in seguito.                │
│                                                                           │
│ Interrompere la rimozione del kernel?



devo mettere si o no? non devo fare il backup in quanto non ho nessun dato importante
metti no, rimuovi l'altro allora
Messaggio unito automaticamente:

il linux-image-4.19.0-6parrot3-amd64
 
Ultima modifica:
metti no, rimuovi l'altro allora
Messaggio unito automaticamente:

il linux-image-4.19.0-6parrot3-amd64

Sono riuscito ad eliminarla :) , ora cosa dovrei fare? @oscarandrea
ora ho 155 mb liberi in boot
Codice:
File system     Dim. Usati Dispon. Uso% Montato su
udev            2,7G     0    2,7G   0% /dev
tmpfs           540M  8,1M    532M   2% /run
/dev/sda3       931G   12G    918G   2% /
tmpfs           2,7G     0    2,7G   0% /dev/shm
tmpfs           5,0M  4,0K    5,0M   1% /run/lock
tmpfs           2,7G     0    2,7G   0% /sys/fs/cgroup
/dev/sda2       347M  155M    170M  48% /boot
/dev/sda1       511M  140K    511M   1% /boot/efi
tmpfs           540M   28K    540M   1% /run/user/1000

ora con apt-get upgrade non mi da più errori , neanche con apt-get update
 
Sono riuscito ad eliminarla :) , ora cosa dovrei fare? @oscarandrea
ora ho 155 mb liberi in boot
Codice:
File system     Dim. Usati Dispon. Uso% Montato su
udev            2,7G     0    2,7G   0% /dev
tmpfs           540M  8,1M    532M   2% /run
/dev/sda3       931G   12G    918G   2% /
tmpfs           2,7G     0    2,7G   0% /dev/shm
tmpfs           5,0M  4,0K    5,0M   1% /run/lock
tmpfs           2,7G     0    2,7G   0% /sys/fs/cgroup
/dev/sda2       347M  155M    170M  48% /boot
/dev/sda1       511M  140K    511M   1% /boot/efi
tmpfs           540M   28K    540M   1% /run/user/1000

ora con apt-get upgrade non mi da più errori , neanche con apt-get update
se sei riuscito ad aggiornare non devi fare più nulla, se dovesse ricapitare sai cosa fare
 
Stato
Discussione chiusa ad ulteriori risposte.