diff --git a/dot_profile b/dot_profile
index 29bcde9..21610f2 100644
--- a/dot_profile
+++ b/dot_profile
@@ -28,3 +28,5 @@ test -z "$PROFILEREAD" && . /etc/profile || true
#fi
export PATH="$HOME/.cargo/bin:$PATH"
+export KWIN_DRM_USE_EGL_STREAMS=1
+export MOZ_X11_EGL=1
diff --git a/dot_zshrc b/dot_zshrc
index 352177e..3ea61a2 100644
--- a/dot_zshrc
+++ b/dot_zshrc
@@ -117,6 +117,7 @@ alias vim='nvim'
alias ohmyzsh="vim ~/.oh-my-zsh"
alias weather='curl https://wttr.in/Liverpool'
alias y='youtube-dl'
+alias zyp='zypper'
function cheat() {
curl https://cheat.sh/$1
diff --git a/exact_dot_oh-my-zsh/README.md b/exact_dot_oh-my-zsh/README.md
index 38cfd9f..86037f1 100644
--- a/exact_dot_oh-my-zsh/README.md
+++ b/exact_dot_oh-my-zsh/README.md
@@ -1,47 +1,40 @@
-
-
-
+
Oh My Zsh is an open source, community-driven framework for managing your [zsh](https://www.zsh.org/) configuration.
Sounds boring. Let's try again.
-__Oh My Zsh will not make you a 10x developer...but you may feel like one.__
+**Oh My Zsh will not make you a 10x developer...but you may feel like one.**
Once installed, your terminal shell will become the talk of the town _or your money back!_ With each keystroke in your command prompt, you'll take advantage of the hundreds of powerful plugins and beautiful themes. Strangers will come up to you in cafรฉs and ask you, _"that is amazing! are you some sort of genius?"_
Finally, you'll begin to get the sort of attention that you have always felt you deserved. ...or maybe you'll use the time that you're saving to start flossing more often. ๐ฌ
-To learn more, visit [ohmyz.sh](https://ohmyz.sh), follow [@ohmyzsh](https://twitter.com/ohmyzsh) on Twitter, and/or join us on Discord.
+To learn more, visit [ohmyz.sh](https://ohmyz.sh), follow [@ohmyzsh](https://twitter.com/ohmyzsh) on Twitter, and join us on [Discord](https://discord.gg/ohmyzsh).
[](https://github.com/ohmyzsh/ohmyzsh/actions?query=workflow%3ACI)
[](https://twitter.com/intent/follow?screen_name=ohmyzsh)
-[](https://discord.gg/bpXWhnN)
+[](https://discord.gg/ohmyzsh)
+[](https://gitpod.io/#https://github.com/ohmyzsh/ohmyzsh)
## Getting Started
### Prerequisites
-* A Unix-like operating system: macOS, Linux, BSD. On Windows: WSL is preferred, but cygwin or msys also mostly work.
-* [Zsh](https://www.zsh.org) should be installed (v4.3.9 or more recent). If not pre-installed (run `zsh --version` to confirm), check the following instructions here: [Installing ZSH](https://github.com/ohmyzsh/ohmyzsh/wiki/Installing-ZSH)
-* `curl` or `wget` should be installed
-* `git` should be installed (recommended v1.7.2 or higher)
+- A Unix-like operating system: macOS, Linux, BSD. On Windows: WSL2 is preferred, but cygwin or msys also mostly work.
+- [Zsh](https://www.zsh.org) should be installed (v4.3.9 or more recent is fine but we prefer 5.0.8 and newer). If not pre-installed (run `zsh --version` to confirm), check the following wiki instructions here: [Installing ZSH](https://github.com/ohmyzsh/ohmyzsh/wiki/Installing-ZSH)
+- `curl` or `wget` should be installed
+- `git` should be installed (recommended v2.4.11 or higher)
### Basic Installation
-Oh My Zsh is installed by running one of the following commands in your terminal. You can install this via the command-line with either `curl` or `wget`.
+Oh My Zsh is installed by running one of the following commands in your terminal. You can install this via the command-line with either `curl`, `wget` or another similar tool.
-#### via curl
-
-```shell
-sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
-```
-
-#### via wget
-
-```shell
-sh -c "$(wget -O- https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
-```
+| Method | Command |
+|:----------|:--------------------------------------------------------------------------------------------------|
+| **curl** | `sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"` |
+| **wget** | `sh -c "$(wget -O- https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"` |
+| **fetch** | `sh -c "$(fetch -o - https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"` |
#### Manual inspection
@@ -50,7 +43,7 @@ that by downloading the install script first, looking through it so everything l
then running it:
```shell
-curl -Lo install.sh https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh
+wget https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh
sh install.sh
```
@@ -58,7 +51,7 @@ sh install.sh
### Plugins
-Oh My Zsh comes with a shitload of plugins to take advantage of. You can take a look in the [plugins](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins) directory and/or the [wiki](https://github.com/ohmyzsh/ohmyzsh/wiki/Plugins) to see what's currently available.
+Oh My Zsh comes with a shitload of plugins for you to take advantage of. You can take a look in the [plugins](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins) directory and/or the [wiki](https://github.com/ohmyzsh/ohmyzsh/wiki/Plugins) to see what's currently available.
#### Enabling Plugins
@@ -82,15 +75,15 @@ plugins=(
)
```
-_Note that the plugins are separated by whitespace. **Do not** use commas between them._
+_Note that the plugins are separated by whitespace (spaces, tabs, new lines...). **Do not** use commas between them or it will break._
#### Using Plugins
-Most plugins (should! we're working on this) include a __README__, which documents how to use them.
+Each plugin includes a __README__, documenting it. This README should show the aliases (if the plugin adds any) and extra goodies that are included in that particular plugin.
### Themes
-We'll admit it. Early in the Oh My Zsh world, we may have gotten a bit too theme happy. We have over one hundred themes now bundled. Most of them have [screenshots](https://github.com/ohmyzsh/ohmyzsh/wiki/Themes) on the wiki. Check them out!
+We'll admit it. Early in the Oh My Zsh world, we may have gotten a bit too theme happy. We have over one hundred and fifty themes now bundled. Most of them have [screenshots](https://github.com/ohmyzsh/ohmyzsh/wiki/Themes) on the wiki (We are working on updating this!). Check them out!
#### Selecting a Theme
@@ -119,7 +112,6 @@ In case you did not find a suitable theme for your needs, please have a look at
If you're feeling feisty, you can let the computer select one randomly for you each time you open a new terminal window.
-
```shell
ZSH_THEME="random" # (...please let it be pie... please be some pie..)
```
@@ -133,10 +125,10 @@ ZSH_THEME_RANDOM_CANDIDATES=(
)
```
-If you only know which themes you don't like, you can add them similarly to a blacklist:
+If you only know which themes you don't like, you can add them similarly to an ignored list:
```shell
-ZSH_THEME_RANDOM_BLACKLIST=(pygmalion tjkirch_mod)
+ZSH_THEME_RANDOM_IGNORED=(pygmalion tjkirch_mod)
```
### FAQ
@@ -154,7 +146,7 @@ the installer accepts (these settings are also documented at the top of the inst
#### Custom Directory
-The default location is `~/.oh-my-zsh` (hidden in your home directory)
+The default location is `~/.oh-my-zsh` (hidden in your home directory, you can access it with `cd ~/.oh-my-zsh`)
If you'd like to change the install directory with the `ZSH` environment variable, either by running
`export ZSH=/your/path` before installing, or by setting it before the end of the install pipeline
@@ -199,13 +191,13 @@ REPO=apjanke/oh-my-zsh BRANCH=edge sh install.sh
#### Manual Installation
-##### 1. Clone the repository:
+##### 1. Clone the repository
```shell
git clone https://github.com/ohmyzsh/ohmyzsh.git ~/.oh-my-zsh
```
-##### 2. *Optionally*, backup your existing `~/.zshrc` file:
+##### 2. *Optionally*, backup your existing `~/.zshrc` file
```shell
cp ~/.zshrc ~/.zshrc.orig
@@ -235,9 +227,9 @@ Once you open up a new terminal window, it should load zsh with Oh My Zsh's conf
If you have any hiccups installing, here are a few common fixes.
-* You _might_ need to modify your `PATH` in `~/.zshrc` if you're not able to find some commands after
+- You _might_ need to modify your `PATH` in `~/.zshrc` if you're not able to find some commands after
switching to `oh-my-zsh`.
-* If you installed manually or changed the install location, check the `ZSH` environment variable in
+- If you installed manually or changed the install location, check the `ZSH` environment variable in
`~/.zshrc`.
### Custom Plugins and Themes
@@ -267,7 +259,7 @@ DISABLE_AUTO_UPDATE=true
If you'd like to upgrade at any point in time (maybe someone just released a new plugin and you don't want to wait a week?) you just need to run:
```shell
-upgrade_oh_my_zsh
+omz update
```
Magic! ๐
@@ -300,10 +292,12 @@ Thank you so much!
## Follow Us
-We're on the social media.
+We're on social media:
-* [@ohmyzsh](https://twitter.com/ohmyzsh) on Twitter. You should follow it.
-* [Oh My Zsh](https://www.facebook.com/Oh-My-Zsh-296616263819290/) on Facebook.
+- [@ohmyzsh](https://twitter.com/ohmyzsh) on Twitter. You should follow it.
+- [FaceBook](https://www.facebook.com/Oh-My-Zsh-296616263819290/) poke us.
+- [Instagram](https://www.instagram.com/_ohmyzsh/) tag us in your post showing Oh My Zsh!
+- [Discord](https://discord.gg/ohmyzsh) to chat with us!
## Merchandise
diff --git a/exact_dot_oh-my-zsh/exact_cache/ZYPPER_ALL_RAW b/exact_dot_oh-my-zsh/exact_cache/ZYPPER_ALL_RAW
index 3d04446..ac7c2d4 100644
--- a/exact_dot_oh-my-zsh/exact_cache/ZYPPER_ALL_RAW
+++ b/exact_dot_oh-my-zsh/exact_cache/ZYPPER_ALL_RAW
@@ -1,6 +1,4 @@
_zypp_all_raw='
-not-installed"0ad
-not-installed"0ad-data
not-installed"2048-cli
not-installed"2ManDVD
not-installed"2ManDVD
@@ -48,6 +46,7 @@ not-installed"Botan-doc
not-installed"Box2D-doc
not-installed"CSXCAD-devel
not-installed"CSXCAD-matlab
+not-installed"CastXML-devel
not-installed"Catch2-devel
not-installed"CharLS-devel
not-installed"Coin-devel
@@ -68,7 +67,6 @@ not-installed"DeepLearningToga-1.5.21a
not-installed"DeepLearningToga-1.5.21a-debuginfo
not-installed"DeepLearningToga-1.5.21a-debugsource
not-installed"DevIL-devel
-not-installed"DisplayCAL
not-installed"DivFix++
not-installed"DivFix++
not-installed"ETL
@@ -88,13 +86,17 @@ not-installed"FirmwareUpdateKit
not-installed"FlightGear
not-installed"FlightGear-data
not-installed"FlightGear-docs
+not-installed"Fragments
+not-installed"Fragments-lang
not-installed"FreeCAD
+not-installed"FreeFileSync
not-installed"GeneralUser
not-installed"GeneralUser
not-installed"GraphicsMagick
not-installed"GraphicsMagick-devel
not-installed"HSAIL-Tools
not-installed"HepMC-devel
+not-installed"HepMC-doc
not-installed"HepMC2-devel
not-installed"Herwig-devel
not-installed"Herwig-libs
@@ -106,11 +108,14 @@ not-installed"ImageMagick-devel
not-installed"ImageMagick-devel-32bit
not-installed"ImageMagick-doc
not-installed"ImageMagick-extra
+not-installed"Ipopt-devel
+not-installed"Ipopt-java
not-installed"J7Z
not-installed"J7Z-kf5
not-installed"Jamulus
not-installed"KEALib-devel
not-installed"LHAPDF-devel
+not-installed"LHAPDF-doc
not-installed"LiE
not-installed"LiE-doc
not-installed"LiVES
@@ -139,9 +144,6 @@ not-installed"MPlayer
not-installed"MPlayer-debuginfo
not-installed"MPlayer-debugsource
not-installed"MPlayer-doc
-not-installed"MauiKit
-not-installed"MauiKit
-not-installed"MauiKit-devel
installed"Mesa
installed"Mesa-32bit
not-installed"Mesa-KHR-devel
@@ -156,15 +158,17 @@ not-installed"Mesa-dri-nouveau-32bit
installed"Mesa-gallium
installed"Mesa-gallium-32bit
not-installed"Mesa-libEGL-devel
+not-installed"Mesa-libEGL-devel-32bit
installed"Mesa-libEGL1
not-installed"Mesa-libEGL1-32bit
not-installed"Mesa-libGL-devel
+not-installed"Mesa-libGL-devel-32bit
installed"Mesa-libGL1
installed"Mesa-libGL1-32bit
not-installed"Mesa-libGLESv1_CM-devel
-installed"Mesa-libGLESv1_CM1
-installed"Mesa-libGLESv2-2
+not-installed"Mesa-libGLESv1_CM-devel-32bit
not-installed"Mesa-libGLESv2-devel
+not-installed"Mesa-libGLESv2-devel-32bit
not-installed"Mesa-libGLESv3-devel
not-installed"Mesa-libOpenCL
not-installed"Mesa-libVulkan-devel
@@ -177,6 +181,16 @@ not-installed"Mesa-libglapi-devel-32bit
installed"Mesa-libglapi0
installed"Mesa-libglapi0-32bit
installed"Mesa-libva
+installed"Mesa-vulkan-device-select
+installed"Mesa-vulkan-device-select-32bit
+not-installed"Mesa-vulkan-overlay
+not-installed"Mesa-vulkan-overlay-32bit
+not-installed"MicroOS
+not-installed"MicroOS-release
+not-installed"MicroOS-release-appliance
+not-installed"MicroOS-release-appliance-kubic
+not-installed"MicroOS-release-dvd
+not-installed"MicroOS-release-kubic-dvd
installed"ModemManager
installed"ModemManager-bash-completion
not-installed"ModemManager-devel
@@ -235,6 +249,9 @@ not-installed"NetworkManager-vpnc
not-installed"NetworkManager-vpnc-gnome
not-installed"NetworkManager-vpnc-lang
not-installed"OOKiedokie
+not-installed"OpenCSD
+not-installed"OpenCSD-devel
+not-installed"OpenCSD-doc
not-installed"OpenColorIO
not-installed"OpenColorIO-devel
not-installed"OpenColorIO-doc
@@ -245,6 +262,7 @@ not-installed"OpenImageDenoise
not-installed"OpenImageDenoise-devel
not-installed"OpenImageIO
not-installed"OpenImageIO-devel
+not-installed"OpenImageIO-plugin-osl
not-installed"OpenLP
not-installed"OpenMoji-Black
not-installed"OpenMoji-Color
@@ -274,8 +292,6 @@ not-installed"OpenShadingLanguage-devel
not-installed"OpenShadingLanguage-doc
not-installed"OpenShadingLanguage-example-shaders-source
not-installed"OpenSubdiv-devel
-not-installed"Osmo4
-not-installed"Osmo4-debuginfo
installed"PackageKit
not-installed"PackageKit-Qt-devel
not-installed"PackageKit-backend-dnf
@@ -292,6 +308,7 @@ not-installed"Play
not-installed"PlayOnLinux
not-installed"Printrun
not-installed"Printrun-common
+not-installed"PrusaSlicer
not-installed"PythonQt-devel
not-installed"QCSXCAD-devel
not-installed"QGnomePlatform
@@ -351,10 +368,12 @@ not-installed"R-utils
not-installed"RBTools
not-installed"Reaction
not-installed"Reaction-data
+not-installed"RealtimeSync
not-installed"Regina-REXX
not-installed"Regina-REXX-devel
not-installed"Regina-REXX-doc
not-installed"RemoteBox
+not-installed"RigelEngine
not-installed"Rivet-devel
not-installed"Rivet-plugins
not-installed"RobboLito0085
@@ -364,6 +383,7 @@ not-installed"RobboLito0085-debugsource
not-installed"SHERPA-MC-devel
not-installed"SUSEConnect
not-installed"SampleICC
+not-installed"ServiceReport
not-installed"ShellCheck
not-installed"SimGear-devel
not-installed"SoQt-devel
@@ -431,6 +451,8 @@ not-installed"abxtest
not-installed"acars-examples
not-installed"acars2-examples
not-installed"acarsdec
+not-installed"accel-config
+not-installed"accel-config-devel
not-installed"accerciser
not-installed"accerciser-lang
not-installed"accerciser-plugin-IPython
@@ -550,12 +572,11 @@ not-installed"aho-corasick-double-array-trie-javadoc
not-installed"aide
not-installed"aide-test
not-installed"aircrack-ng
-not-installed"aircrack-ng
-not-installed"aircrack-ng-debuginfo
-not-installed"aircrack-ng-debugsource
+not-installed"aircrack-ng-devel
not-installed"airspy
not-installed"airspy-devel
not-installed"airspy-udev
+not-installed"airspyhf
not-installed"airspyhf-devel
not-installed"airspyhf-udev
not-installed"aisleriot
@@ -634,9 +655,9 @@ not-installed"alsa-firmware
installed"alsa-oss
installed"alsa-oss-32bit
installed"alsa-plugins
-installed"alsa-plugins-32bit
not-installed"alsa-plugins-a52
not-installed"alsa-plugins-aaf
+not-installed"alsa-plugins-arcam-av
not-installed"alsa-plugins-dca
not-installed"alsa-plugins-dca-debuginfo
not-installed"alsa-plugins-jack
@@ -644,11 +665,16 @@ installed"alsa-plugins-jack-32bit
not-installed"alsa-plugins-lavrate
not-installed"alsa-plugins-maemo
not-installed"alsa-plugins-maemo-32bit
+not-installed"alsa-plugins-oss
installed"alsa-plugins-pulse
installed"alsa-plugins-pulse-32bit
not-installed"alsa-plugins-samplerate
not-installed"alsa-plugins-samplerate-32bit
not-installed"alsa-plugins-speex
+installed"alsa-plugins-speexrate
+installed"alsa-plugins-upmix
+not-installed"alsa-plugins-usb-stream
+not-installed"alsa-plugins-vdownmix
not-installed"alsa-topology-conf
not-installed"alsa-topology-devel
not-installed"alsa-topology-devel-32bit
@@ -669,6 +695,7 @@ not-installed"amavisd-new
not-installed"amavisd-new-docs
not-installed"amazon-ecs-init
not-installed"amazon-ssm-agent
+not-installed"aml-devel
not-installed"amrnb
not-installed"amrnb
not-installed"amrnb-debuginfo
@@ -691,8 +718,8 @@ not-installed"analitza
not-installed"analitza-devel
not-installed"analitza-lang
not-installed"android-tools
-installed"android-tools
-installed"android-udev-rules
+not-installed"android-tools
+not-installed"android-udev-rules
not-installed"android-udev-rules
not-installed"angelscript
not-installed"angelscript-devel
@@ -744,6 +771,8 @@ not-installed"ant-testutil
not-installed"ant-xz
not-installed"anthy
not-installed"anthy-devel
+not-installed"antic-devel
+not-installed"antijingoist-opendyslexic-fonts
not-installed"antimicro
not-installed"antiword
not-installed"antiword
@@ -808,6 +837,8 @@ not-installed"apache-commons-httpclient
not-installed"apache-commons-httpclient-demo
not-installed"apache-commons-httpclient-javadoc
not-installed"apache-commons-httpclient-manual
+not-installed"apache-commons-imaging
+not-installed"apache-commons-imaging-javadoc
not-installed"apache-commons-io
not-installed"apache-commons-io-javadoc
not-installed"apache-commons-jexl
@@ -846,9 +877,12 @@ not-installed"apache-pdfbox
not-installed"apache-pdfbox-javadoc
not-installed"apache-portlet-1_0-api
not-installed"apache-portlet-1_0-api-javadoc
+not-installed"apache-resource-bundles
not-installed"apache-rex
not-installed"apache-rpm-macros
not-installed"apache-rpm-macros-control
+not-installed"apache-sshd
+not-installed"apache-sshd-javadoc
not-installed"apache2
not-installed"apache2-devel
not-installed"apache2-doc
@@ -856,6 +890,10 @@ not-installed"apache2-event
not-installed"apache2-example-pages
not-installed"apache2-icons-oxygen
not-installed"apache2-mod_apparmor
+not-installed"apache2-mod_auth_gssapi
+not-installed"apache2-mod_auth_mellon
+not-installed"apache2-mod_auth_mellon-diagnostics
+not-installed"apache2-mod_auth_mellon-doc
not-installed"apache2-mod_auth_openidc
not-installed"apache2-mod_authn_otp
not-installed"apache2-mod_dnssd
@@ -876,7 +914,6 @@ not-installed"apache2-mod_php7
not-installed"apache2-mod_security2
not-installed"apache2-mod_uwsgi
not-installed"apache2-mod_wsgi
-not-installed"apache2-mod_wsgi-python3
not-installed"apache2-prefork
not-installed"apache2-utils
not-installed"apache2-worker
@@ -946,11 +983,12 @@ not-installed"arabic-kacstone-fonts
not-installed"arabic-naqsh-fonts
not-installed"arandr
not-installed"aranym
+not-installed"arb-devel
not-installed"arc
not-installed"arc-icon-theme
not-installed"arcanist
-not-installed"archivemail
not-installed"archivemount
+not-installed"archmage
installed"argon2
not-installed"argon2-devel
not-installed"argon2-doc
@@ -968,6 +1006,8 @@ not-installed"aria2-lang
not-installed"arj
installed"ark
installed"ark-lang
+not-installed"arm-ml-examples
+not-installed"arm-ml-examples-data
not-installed"armadillo-devel
not-installed"armadillo-devel-32bit
not-installed"armadillo-doc
@@ -994,6 +1034,7 @@ not-installed"arptables
not-installed"arpwatch
not-installed"arpwatch-ethercodes
not-installed"arpwatch-ethercodes-build
+not-installed"artha
not-installed"artifacts
not-installed"artifacts-validator
not-installed"artikulate
@@ -1208,6 +1249,8 @@ not-installed"augeas-devel-32bit
not-installed"augeas-lense-tests
installed"augeas-lenses
not-installed"authbind
+not-installed"authselect
+not-installed"authselect-compat
not-installed"auto
not-installed"auto-common
not-installed"auto-javadoc
@@ -1286,13 +1329,6 @@ not-installed"avogadrolibs-devel
not-installed"avr-libc
not-installed"avrdude
not-installed"avrdude-devel
-not-installed"avxsynth
-not-installed"avxsynth
-not-installed"avxsynth-debuginfo
-not-installed"avxsynth-debugsource
-not-installed"avxsynth-devel
-not-installed"avxsynth-plugins
-not-installed"avxsynth-plugins-debuginfo
not-installed"awesfx
not-installed"awesome
not-installed"awesome-branding-openSUSE
@@ -1377,10 +1413,9 @@ not-installed"ax25-tools
not-installed"axel
not-installed"axis
not-installed"axis-manual
-not-installed"ayatana-appindicator-sharp
-not-installed"ayatana-appindicator-sharp-devel
not-installed"ayatana-ido-devel
not-installed"aytests-tests
+not-installed"azote
not-installed"azove
not-installed"azure-cli
not-installed"azure-cli-command-modules-nspkg
@@ -1388,6 +1423,8 @@ not-installed"azure-cli-core
not-installed"azure-cli-nspkg
not-installed"azure-cli-telemetry
not-installed"azure-cli-test
+not-installed"azure-storage-cpp-devel
+not-installed"b4
not-installed"b43-fwcutter
not-installed"b43legacy-firmware
not-installed"b43legacy-firmware
@@ -1405,7 +1442,7 @@ not-installed"babelstone-modern-fonts
not-installed"babelstone-ogham-fonts
not-installed"babelstone-phags-pa-fonts
not-installed"babelstone-runic-fonts
-not-installed"babeltrace
+installed"babeltrace
not-installed"babeltrace-devel
not-installed"babeltrace2
not-installed"babeltrace2-devel
@@ -1440,10 +1477,13 @@ not-installed"bamf-doc
not-installed"bandwidth
not-installed"baobab
not-installed"baobab-lang
-not-installed"barbie_seahorse_adventures
not-installed"barcode
not-installed"barcode-devel
+not-installed"baresip
+not-installed"baresip-video
not-installed"barrier
+not-installed"barvinok
+not-installed"barvinok-devel
installed"base
not-installed"base64coder
not-installed"base64coder-javadoc
@@ -1487,6 +1527,7 @@ not-installed"bazel0.24
not-installed"bazel0.29
not-installed"bazel1.2
not-installed"bazel2.0
+not-installed"bazel3.4
not-installed"bb
not-installed"bbe
not-installed"bbswitch
@@ -1516,12 +1557,15 @@ not-installed"bdfresize
not-installed"bdftopcf
not-installed"bea-stax
not-installed"bea-stax-api
+not-installed"bean-validation-api
+not-installed"bean-validation-api-javadoc
not-installed"beansbinding
not-installed"beansbinding-javadoc
installed"beets
not-installed"beforelight
not-installed"beignet
not-installed"beignet-devel
+not-installed"belcard-data
not-installed"belcard-devel
not-installed"belle-sip-devel
not-installed"belr-devel
@@ -1535,6 +1579,7 @@ not-installed"bento4
not-installed"bento4-debuginfo
not-installed"bento4-debugsource
not-installed"bento4-devel
+not-installed"benzene
not-installed"berkeleydb
not-installed"berkeleydb-demo
not-installed"berkeleydb-javadoc
@@ -1577,9 +1622,7 @@ not-installed"binutils-gold
not-installed"binwalk
not-installed"biosdevname
not-installed"bird
-not-installed"bird-common
not-installed"bird-doc
-not-installed"bird6
installed"bison
not-installed"bison-32bit
installed"bison-lang
@@ -1599,6 +1642,8 @@ not-installed"bitstream-vera-fonts
not-installed"bittwist
not-installed"blabel
not-installed"blabel
+not-installed"black-hole-solver
+not-installed"black-hole-solver-devel
not-installed"blacs-devel-headers
not-installed"bladeRF
not-installed"bladeRF-devel
@@ -1608,8 +1653,9 @@ not-installed"bladeRF-udev
not-installed"blas-devel
not-installed"blas-devel-32bit
not-installed"blas-devel-static
-not-installed"blas-man
not-installed"blasphemer
+not-installed"bleachbit
+not-installed"bleachbit-lang
not-installed"blender
not-installed"blender-cycles-devel
not-installed"blender-lang
@@ -1658,7 +1704,7 @@ not-installed"bluez-test
not-installed"bluez-tools
not-installed"bmake
not-installed"bmkdep
-not-installed"bmon
+installed"bmon
not-installed"bnd-maven-plugin
not-installed"bnd-maven-plugin-javadoc
not-installed"bodr
@@ -1705,44 +1751,36 @@ not-installed"boost-gnu-hpc
not-installed"boost-gnu-hpc-devel
not-installed"boost-gnu-mpich-hpc
not-installed"boost-gnu-mpich-hpc-devel
-not-installed"boost-gnu-mpich-hpc-python2
not-installed"boost-gnu-mpich-hpc-python3
not-installed"boost-gnu-mvapich2-hpc
not-installed"boost-gnu-mvapich2-hpc-devel
-not-installed"boost-gnu-mvapich2-hpc-python2
not-installed"boost-gnu-mvapich2-hpc-python3
not-installed"boost-gnu-openmpi2-hpc
not-installed"boost-gnu-openmpi2-hpc-devel
-not-installed"boost-gnu-openmpi2-hpc-python2
not-installed"boost-gnu-openmpi2-hpc-python3
not-installed"boost-gnu-openmpi3-hpc
not-installed"boost-gnu-openmpi3-hpc-devel
-not-installed"boost-gnu-openmpi3-hpc-python2
not-installed"boost-gnu-openmpi3-hpc-python3
not-installed"boost-jam
-installed"boost-license1_71_0
-not-installed"boost1_71_0-doc-html
-not-installed"boost1_71_0-doc-pdf
-not-installed"boost1_71_0-jam
-not-installed"boost1_71_0-quickbook
-not-installed"boost_1_71_0-gnu-hpc
-not-installed"boost_1_71_0-gnu-hpc-devel
-not-installed"boost_1_71_0-gnu-mpich-hpc
-not-installed"boost_1_71_0-gnu-mpich-hpc-devel
-not-installed"boost_1_71_0-gnu-mpich-hpc-python2
-not-installed"boost_1_71_0-gnu-mpich-hpc-python3
-not-installed"boost_1_71_0-gnu-mvapich2-hpc
-not-installed"boost_1_71_0-gnu-mvapich2-hpc-devel
-not-installed"boost_1_71_0-gnu-mvapich2-hpc-python2
-not-installed"boost_1_71_0-gnu-mvapich2-hpc-python3
-not-installed"boost_1_71_0-gnu-openmpi2-hpc
-not-installed"boost_1_71_0-gnu-openmpi2-hpc-devel
-not-installed"boost_1_71_0-gnu-openmpi2-hpc-python2
-not-installed"boost_1_71_0-gnu-openmpi2-hpc-python3
-not-installed"boost_1_71_0-gnu-openmpi3-hpc
-not-installed"boost_1_71_0-gnu-openmpi3-hpc-devel
-not-installed"boost_1_71_0-gnu-openmpi3-hpc-python2
-not-installed"boost_1_71_0-gnu-openmpi3-hpc-python3
+installed"boost-license1_74_0
+not-installed"boost1_74_0-doc-html
+not-installed"boost1_74_0-doc-pdf
+not-installed"boost1_74_0-jam
+not-installed"boost1_74_0-quickbook
+not-installed"boost_1_74_0-gnu-hpc
+not-installed"boost_1_74_0-gnu-hpc-devel
+not-installed"boost_1_74_0-gnu-mpich-hpc
+not-installed"boost_1_74_0-gnu-mpich-hpc-devel
+not-installed"boost_1_74_0-gnu-mpich-hpc-python3
+not-installed"boost_1_74_0-gnu-mvapich2-hpc
+not-installed"boost_1_74_0-gnu-mvapich2-hpc-devel
+not-installed"boost_1_74_0-gnu-mvapich2-hpc-python3
+not-installed"boost_1_74_0-gnu-openmpi2-hpc
+not-installed"boost_1_74_0-gnu-openmpi2-hpc-devel
+not-installed"boost_1_74_0-gnu-openmpi2-hpc-python3
+not-installed"boost_1_74_0-gnu-openmpi3-hpc
+not-installed"boost_1_74_0-gnu-openmpi3-hpc-devel
+not-installed"boost_1_74_0-gnu-openmpi3-hpc-python3
not-installed"booth
not-installed"booth-test
not-installed"bootsplash-branding-KDE
@@ -1754,7 +1792,9 @@ not-installed"borgbackup-fish-completion
not-installed"borgbackup-zsh-completion
not-installed"borgmatic
not-installed"boringssl-devel
+not-installed"boringssl-source
not-installed"bosh
+not-installed"bottom
not-installed"bouncycastle
not-installed"bouncycastle-javadoc
not-installed"bouncycastle-mail
@@ -1790,7 +1830,9 @@ installed"breeze5-icons
installed"breeze5-style
installed"breeze5-style-lang
installed"breeze5-wallpapers
+not-installed"breezy
not-installed"brevity
+not-installed"brial-devel
not-installed"brickd
not-installed"brickv
not-installed"bridge-utils
@@ -1830,7 +1872,9 @@ not-installed"brp-extract-translations
not-installed"brp-trim-translations
not-installed"bs
not-installed"bs-update
+not-installed"bs1770gain
not-installed"bs2b-tools
+not-installed"bscalc
not-installed"bsd-games
installed"bsdiff
installed"bsdtar
@@ -1862,6 +1906,21 @@ not-installed"btrfsprogs-static
installed"btrfsprogs-udev-rules
installed"bubblewrap
not-installed"bucklespring
+not-installed"buckygen
+not-installed"budgie-calendar-applet
+not-installed"budgie-calendar-applet-lang
+not-installed"budgie-desktop
+not-installed"budgie-desktop-branding-openSUSE
+not-installed"budgie-desktop-branding-upstream
+not-installed"budgie-desktop-devel
+not-installed"budgie-desktop-doc
+not-installed"budgie-desktop-lang
+not-installed"budgie-haste-applet
+not-installed"budgie-haste-applet-lang
+not-installed"budgie-screensaver
+not-installed"budgie-screensaver-lang
+not-installed"budgie-screenshot-applet
+not-installed"budgie-screenshot-applet-lang
not-installed"buffer
not-installed"bugzilla
not-installed"bugzilla-lang-de
@@ -1872,23 +1931,71 @@ not-installed"build-initvm-x86_64
not-installed"build-mkbaselibs
not-installed"build-mkdrpms
installed"buildah
+not-installed"buildnumber-maven-plugin
+not-installed"buildnumber-maven-plugin-javadoc
not-installed"buildstream
not-installed"bumblebee
not-installed"bumblebee-status
-not-installed"bumblebee-status-module-cmus
-not-installed"bumblebee-status-module-dnf
-not-installed"bumblebee-status-module-mocp
-not-installed"bumblebee-status-module-mpd
-not-installed"bumblebee-status-module-redshift
not-installed"bumpversion
not-installed"burn_360
not-installed"burn_360
not-installed"burncdda
not-installed"burncdda
not-installed"busybox
-not-installed"busybox-container
+not-installed"busybox-adduser
+not-installed"busybox-attr
+not-installed"busybox-bc
+not-installed"busybox-bind-utils
+not-installed"busybox-bzip2
+not-installed"busybox-coreutils
+not-installed"busybox-cpio
+not-installed"busybox-diffutils
+not-installed"busybox-dos2unix
+not-installed"busybox-ed
+not-installed"busybox-findutils
+not-installed"busybox-gawk
+not-installed"busybox-grep
+not-installed"busybox-gzip
+not-installed"busybox-hostname
+not-installed"busybox-iproute2
+not-installed"busybox-iputils
not-installed"busybox-k8s-yaml
+not-installed"busybox-kbd
+not-installed"busybox-kmod
+not-installed"busybox-less
+not-installed"busybox-links
+not-installed"busybox-man
+not-installed"busybox-misc
+not-installed"busybox-ncurses-utils
+not-installed"busybox-net-tools
+not-installed"busybox-netcat
+not-installed"busybox-patch
+not-installed"busybox-policycoreutils
+not-installed"busybox-procps
+not-installed"busybox-psmisc
+not-installed"busybox-sed
+not-installed"busybox-selinux-tools
+not-installed"busybox-sendmail
+not-installed"busybox-sh
+not-installed"busybox-sharutils
installed"busybox-static
+not-installed"busybox-syslogd
+not-installed"busybox-sysvinit-tools
+not-installed"busybox-tar
+not-installed"busybox-telnet
+not-installed"busybox-testsuite
+not-installed"busybox-tftp
+not-installed"busybox-time
+not-installed"busybox-traceroute
+not-installed"busybox-tunctl
+not-installed"busybox-unzip
+not-installed"busybox-util-linux
+not-installed"busybox-vi
+not-installed"busybox-vlan
+not-installed"busybox-wget
+not-installed"busybox-which
+not-installed"busybox-whois
+not-installed"busybox-xz
not-installed"butt
not-installed"butt
not-installed"butt-debuginfo
@@ -1910,24 +2017,23 @@ not-installed"byzanz-lang
not-installed"bzflag
installed"bzip2
not-installed"bzip2-doc
-not-installed"bzr
-not-installed"bzr-lang
-not-installed"bzr-test
not-installed"bzrtp-devel
not-installed"c-ares-devel
not-installed"c-ares-utils
not-installed"c-toxcore
not-installed"c-toxcore-daemon
not-installed"c-toxcore-devel
+not-installed"c2hs
not-installed"c3p0
not-installed"c3p0-javadoc
not-installed"c_count
installed"ca-certificates
not-installed"ca-certificates-cacert
installed"ca-certificates-mozilla
-not-installed"ca-certificates-steamtricks
+installed"ca-certificates-steamtricks
not-installed"caasp-cli
not-installed"cabal-install
+not-installed"cabal-plan
not-installed"cabal2spec
installed"cabextract
not-installed"caca-utils
@@ -1995,6 +2101,7 @@ not-installed"cal3d-devel
not-installed"cal3d-doc
not-installed"calamares
not-installed"calamares-branding-upstream
+not-installed"calamares-lang
not-installed"calamares-webview
not-installed"calamaris
not-installed"calc
@@ -2020,6 +2127,7 @@ not-installed"calligra-extras-converter
not-installed"calligra-extras-converter-debuginfo
not-installed"calligra-extras-dolphin
not-installed"calligra-extras-dolphin-debuginfo
+installed"calligra-extras-filemanagertemplates
not-installed"calligra-extras-okular
not-installed"calligra-extras-okular-debuginfo
not-installed"calligra-gemini
@@ -2070,6 +2178,8 @@ not-installed"capifax-debugsource
not-installed"capnet-assist
not-installed"capnet-assist-lang
not-installed"capnproto
+not-installed"capstone
+not-installed"capstone-doc
not-installed"cardpeek
not-installed"cargo
not-installed"cargo-c
@@ -2084,6 +2194,16 @@ not-installed"caribou-lang
not-installed"carla
not-installed"carla-devel
not-installed"carla-vst
+not-installed"casacore
+not-installed"casacore-devel
+not-installed"casacore-openmpi1
+not-installed"casacore-openmpi1-devel
+not-installed"casacore-openmpi2
+not-installed"casacore-openmpi2-devel
+not-installed"casacore-openmpi3
+not-installed"casacore-openmpi3-devel
+not-installed"casacore-openmpi4
+not-installed"casacore-openmpi4-devel
not-installed"caslon-fonts
not-installed"casync
not-installed"catalan-pos-dict
@@ -2129,6 +2249,7 @@ not-installed"cdctl-debugsource
not-installed"cdda2wav
not-installed"cddlib-devel
not-installed"cddlib-doc
+not-installed"cddlib-tools
not-installed"cdecl
not-installed"cdemu-client
not-installed"cdemu-client-lang
@@ -2162,6 +2283,7 @@ not-installed"ceph
not-installed"ceph-base
not-installed"ceph-common
not-installed"ceph-csi
+not-installed"ceph-csi-helm-charts
not-installed"ceph-fuse
not-installed"ceph-grafana-dashboards
not-installed"ceph-immutable-object-cache
@@ -2170,7 +2292,6 @@ not-installed"ceph-mds
not-installed"ceph-mgr
not-installed"ceph-mgr-cephadm
not-installed"ceph-mgr-dashboard
-not-installed"ceph-mgr-diskprediction-cloud
not-installed"ceph-mgr-diskprediction-local
not-installed"ceph-mgr-k8sevents
not-installed"ceph-mgr-modules-core
@@ -2179,21 +2300,20 @@ not-installed"ceph-mon
not-installed"ceph-osd
not-installed"ceph-prometheus-alerts
not-installed"ceph-radosgw
-not-installed"ceph-resource-agents
not-installed"ceph-test
not-installed"ceph_base
not-installed"cephadm
+not-installed"cephfs-mirror
not-installed"cephfs-shell
-not-installed"cerbere
not-installed"cereal-devel
not-installed"certbot-systemd-timer
+not-installed"certmonger
not-installed"certstrap
not-installed"cervisia
not-installed"cervisia-lang
not-installed"cf-cli
not-installed"cf-cli-test
not-installed"cfengine
-not-installed"cfengine-doc
not-installed"cfengine-examples
not-installed"cfengine-masterfiles
not-installed"cfitsio
@@ -2201,7 +2321,6 @@ not-installed"cfitsio-devel
not-installed"cfitsio-devel-doc
not-installed"cfityk
not-installed"cflow
-not-installed"cfn-lint
not-installed"cgal-demo-examples-devel
not-installed"cgal-devel
not-installed"cgal-doc
@@ -2215,7 +2334,6 @@ not-installed"cgns-devel-static
not-installed"chafa
not-installed"chafa-devel
not-installed"chafa-doc
-not-installed"chameleon
not-installed"changelog-generator-data
not-installed"charliecloud
not-installed"charliecloud-doc
@@ -2267,6 +2385,9 @@ not-installed"chromium-plugin-widevinecdm
not-installed"chromium-plugin-widevinecdm
not-installed"chromium-uget-integrator
installed"chrony
+not-installed"chrony-pool-empty
+installed"chrony-pool-openSUSE
+not-installed"chrony-pool-suse
not-installed"chrpath
not-installed"ciano
not-installed"ciano-lang
@@ -2276,7 +2397,6 @@ not-installed"cilium
not-installed"cilium-cni
not-installed"cilium-devel
not-installed"cilium-docker
-not-installed"cilium-etcd-operator
not-installed"cilium-k8s-yaml
not-installed"cilium-operator
not-installed"cilium-proxy
@@ -2307,6 +2427,7 @@ not-installed"cinnamon-settings-daemon-devel
not-installed"cinnamon-settings-daemon-lang
not-installed"cinnamon-theme-adapta
not-installed"cinnamon-theme-plata
+not-installed"cint-devel
not-installed"circuslinux
not-installed"civetweb
not-installed"civetweb-devel
@@ -2327,6 +2448,10 @@ not-installed"clamz
not-installed"clang
not-installed"clang-devel
not-installed"clang-tools
+not-installed"clang10
+not-installed"clang10-devel
+not-installed"clang10-devel-32bit
+not-installed"clang10-doc
not-installed"clang7
not-installed"clang7-devel
not-installed"clang7-devel-32bit
@@ -2353,6 +2478,7 @@ not-installed"cld2-devel
not-installed"cldr-emoji-annotation
not-installed"cldr-emoji-annotation-devel
not-installed"clementine
+not-installed"cli11-devel
not-installed"clicfs
not-installed"clinfo
not-installed"clipgrab
@@ -2360,6 +2486,8 @@ not-installed"clipit
not-installed"clipped
not-installed"clipped-lang
not-installed"clippy
+not-installed"cliquer
+not-installed"cliquer-devel
not-installed"clisp
not-installed"clisp-doc
not-installed"clive
@@ -2384,6 +2512,7 @@ not-installed"cloud-init-vmware-guestinfo
not-installed"cloud-netconfig-azure
not-installed"cloud-netconfig-ec2
not-installed"clpeak
+not-installed"clthreads-devel
not-installed"clucene-core-devel
not-installed"clustduct
not-installed"cluster-glue
@@ -2394,7 +2523,10 @@ not-installed"clutter-gst-devel
not-installed"clutter-gtk-devel
not-installed"clutter-gtk-lang
not-installed"clutter-lang
+not-installed"clxclient-devel
not-installed"clzip
+not-installed"cm
+not-installed"cm-devel
not-installed"cm-unicode-fonts
not-installed"cmake
not-installed"cmake-fedora
@@ -2406,9 +2538,11 @@ not-installed"cmake-mini
not-installed"cmark
not-installed"cmark
not-installed"cmark-devel
+not-installed"cmh
+not-installed"cmh-devel
not-installed"cmis-client
not-installed"cmpi-bindings-perl
-not-installed"cmpi-bindings-pywbem
+not-installed"cmpi-bindings-py3wbem
not-installed"cmpi-bindings-ruby
not-installed"cmpi-provider-register
not-installed"cmrt-devel
@@ -2430,6 +2564,7 @@ not-installed"cmus-plugin-vorbis
installed"cmus-plugin-wavpack
not-installed"cmus-plugins-all
installed"cni
+not-installed"cni-plugin-dnsname
installed"cni-plugins
not-installed"cntlm
not-installed"cobbler
@@ -2437,6 +2572,20 @@ not-installed"cobbler-tests
not-installed"cobbler-web
not-installed"coccigrep
not-installed"coccinelle
+not-installed"cockpit
+not-installed"cockpit-bridge
+not-installed"cockpit-dashboard
+not-installed"cockpit-doc
+not-installed"cockpit-kdump
+not-installed"cockpit-machines
+not-installed"cockpit-networkmanager
+not-installed"cockpit-packagekit
+not-installed"cockpit-pcp
+not-installed"cockpit-podman
+not-installed"cockpit-storaged
+not-installed"cockpit-system
+not-installed"cockpit-tests
+not-installed"cockpit-ws
not-installed"codec2
not-installed"codec2-devel
not-installed"codec2-examples
@@ -2451,11 +2600,13 @@ installed"codium
not-installed"cogl-devel
not-installed"cogl-lang
not-installed"collectd
+not-installed"collectd-plugin-buddyinfo
not-installed"collectd-plugin-connectivity
not-installed"collectd-plugin-dbi
not-installed"collectd-plugin-gps
not-installed"collectd-plugin-ipmi
not-installed"collectd-plugin-java
+not-installed"collectd-plugin-logparser
not-installed"collectd-plugin-lua
not-installed"collectd-plugin-mcelog
not-installed"collectd-plugin-memcachec
@@ -2474,8 +2625,10 @@ not-installed"collectd-plugin-smart
not-installed"collectd-plugin-snmp
not-installed"collectd-plugin-synproxy
not-installed"collectd-plugin-sysevent
+not-installed"collectd-plugin-ubi
not-installed"collectd-plugin-uptime
not-installed"collectd-plugin-virt
+not-installed"collectd-plugin-write_influxdb_udp
not-installed"collectd-plugin-write_stackdriver
not-installed"collectd-plugin-write_syslog
not-installed"collectd-plugins-all
@@ -2502,6 +2655,7 @@ not-installed"colorhug-client-lang
not-installed"colormake
not-installed"colorpicker
not-installed"colorpicker-lang
+not-installed"combustion
not-installed"comgt
not-installed"comgt
not-installed"comgt-debuginfo
@@ -2545,6 +2699,7 @@ not-installed"compsize
not-installed"compton
not-installed"compton-conf
not-installed"compton-conf-lang
+not-installed"conauto
not-installed"concurrent
not-installed"conkeror
not-installed"conky
@@ -2579,9 +2734,11 @@ not-installed"console
not-installed"console-setup
not-installed"container-diff
not-installed"container-registry-systemd
+not-installed"container-selinux
+not-installed"container-support-utils
not-installed"container_runtime
not-installed"container_runtime_kubernetes
-installed"containerd
+not-installed"containerd
not-installed"containerd-ctr
not-installed"containerd-kubic
not-installed"containerd-kubic-ctr
@@ -2611,8 +2768,13 @@ not-installed"coq-ide
not-installed"coreboot-utils
not-installed"corectrl
not-installed"corectrl
+not-installed"corectrl-lang
not-installed"coredns
not-installed"coredns-extras
+not-installed"coredns-for-k8s1.18
+not-installed"coredns-for-k8s1.18-extras
+not-installed"coredns-for-k8s1.19
+not-installed"coredns-for-k8s1.19-extras
installed"coreutils
installed"coreutils-doc
installed"coreutils-lang
@@ -2622,6 +2784,9 @@ not-installed"corosync
not-installed"corosync-qdevice
not-installed"corosync-qnetd
not-installed"corosync-testagents
+not-installed"coturn
+not-installed"coturn-devel
+not-installed"coturn-utils
not-installed"courier-authlib
not-installed"courier-authlib-devel
not-installed"courier-authlib-ldap
@@ -2635,6 +2800,7 @@ not-installed"courier-prime-fonts
not-installed"courier-unicode-devel
not-installed"courier-unicode-doc
not-installed"cowsay
+not-installed"coxeter
not-installed"cozette-fonts
not-installed"cozy
not-installed"cozy-lang
@@ -2648,11 +2814,12 @@ installed"cpio-mt
not-installed"cpluff
not-installed"cpmono_v07-fonts
installed"cpp
-not-installed"cpp10
+installed"cpp10
not-installed"cpp7
installed"cpp9
not-installed"cppcheck
not-installed"cppcheck-gui
+not-installed"cpphs
not-installed"cppi
not-installed"cppi-lang
not-installed"cppreference-doc
@@ -2661,10 +2828,16 @@ not-installed"cppreference-doc-qhelp
not-installed"cpprest-devel
not-installed"cpptasks
not-installed"cpptasks-javadoc
+not-installed"cpptoml-devel
not-installed"cppunit-devel
not-installed"cppunit-devel-32bit
not-installed"cppunit-devel-doc
not-installed"cppzmq-devel
+not-installed"cpu-x
+not-installed"cpu-x-bash-completion
+not-installed"cpu-x-fish-completion
+not-installed"cpu-x-lang
+not-installed"cpu-x-zsh-completion
not-installed"cpuid
not-installed"cpulimit
installed"cpupower
@@ -2685,20 +2858,21 @@ not-installed"crafty
not-installed"crafty
not-installed"crafty-debuginfo
not-installed"crafty-debugsource
-not-installed"cram-common
+not-installed"cramfs-tools
+not-installed"cramfsswap
not-installed"crash
not-installed"crash-devel
not-installed"crash-doc
not-installed"crash-eppic
not-installed"crash-gcore
not-installed"crash-kmp-default
+not-installed"crash-kmp-pae
not-installed"crawl
not-installed"crawl-data
not-installed"crawl-sdl
not-installed"crazydiskinfo
installed"crda
not-installed"createrepo_c
-not-installed"creduce
not-installed"cri-o
not-installed"cri-o-kubeadm-criconfig
not-installed"cri-tools
@@ -2718,6 +2892,8 @@ not-installed"cross-aarch64-gcc7
not-installed"cross-aarch64-gcc7-icecream-backend
not-installed"cross-aarch64-gcc9
not-installed"cross-aarch64-gcc9-icecream-backend
+not-installed"cross-amdgcn-gcc10
+not-installed"cross-amdgcn-newlib10-devel
not-installed"cross-arm-binutils
not-installed"cross-arm-gcc10
not-installed"cross-arm-gcc10-icecream-backend
@@ -2840,7 +3016,6 @@ not-installed"cross-sparcv9-gcc9-icecream-backend
not-installed"cross-spu-binutils
not-installed"cross-x86_64-binutils
not-installed"cross-xtensa-binutils
-not-installed"crossc-devel
not-installed"crossguid-devel
not-installed"crosstool-ng
not-installed"crow-translate
@@ -2851,12 +3026,18 @@ installed"cryptsetup
not-installed"cryptsetup-lang
not-installed"crystalhd-firmware
not-installed"cscope
+not-installed"cscreen
+not-installed"csi-external-attacher
+not-installed"csi-external-provisioner
+not-installed"csi-external-resizer
+not-installed"csi-external-snapshotter
+not-installed"csi-livenessprobe
+not-installed"csi-node-driver-registrar
not-installed"csindex
not-installed"csmash
not-installed"csmith
not-installed"csound
not-installed"csound-devel
-not-installed"csound-java-bindings
not-installed"csound-lang
not-installed"csound-plugins
not-installed"cspctl
@@ -2909,6 +3090,7 @@ not-installed"cutmp3
not-installed"cutmp3-doc
not-installed"cutterff
not-installed"cutterff-lang
+not-installed"cvise
installed"cvs
not-installed"cvs-doc
installed"cvsps
@@ -2952,6 +3134,7 @@ not-installed"d-feet
not-installed"d-feet-lang
not-installed"d0_blind_id
not-installed"d0_blind_id-devel
+not-installed"dMagnetic
not-installed"dSFMT-devel
not-installed"dai-banna-fonts
not-installed"dante
@@ -2968,6 +3151,7 @@ not-installed"dapl-devel-32bit
not-installed"dapl-utils
not-installed"daps
not-installed"dar
+not-installed"dar-doc
not-installed"dar-lang
not-installed"darkice
not-installed"darkice
@@ -3000,6 +3184,7 @@ not-installed"db48-doc
installed"db48-utils
not-installed"dbench
not-installed"dbench4
+not-installed"dbgl
not-installed"dbh-devel
not-installed"dblatex
not-installed"dblatex-doc
@@ -3026,8 +3211,11 @@ not-installed"dbus-sharp-glib2-devel
not-installed"dbus-sharp2
not-installed"dbus-sharp2-devel
not-installed"dbview
+not-installed"dbxtool
not-installed"dc3dd
not-installed"dc3dd-lang
+not-installed"dca-utils
+not-installed"dca-utils-debuginfo
not-installed"dcadec
not-installed"dcadec
not-installed"dcadec-debuginfo
@@ -3066,6 +3254,10 @@ not-installed"ddccontrol-lang
not-installed"ddclient
not-installed"ddcutil
not-installed"ddgr
+not-installed"ddnet
+not-installed"ddnet-data
+not-installed"ddnet-server
+not-installed"ddrescueview
not-installed"dds2tar
not-installed"ddskk
not-installed"deadbeef
@@ -3081,12 +3273,14 @@ not-installed"deadbeef-plugin-statusnotifier-debuginfo
not-installed"deadbeef-plugin-statusnotifier-debugsource
not-installed"deadbeef-plugins-extra
not-installed"deadbeef-plugins-extra-debuginfo
+not-installed"deal_II-devel
+not-installed"deal_II-openmpi2-devel
+not-installed"deal_II-openmpi3-devel
installed"debhelper
not-installed"debootstrap
not-installed"debuginfod-client
not-installed"decentxml
not-installed"decentxml-javadoc
-not-installed"dee-devel
not-installed"deepin-calendar
not-installed"deepin-calendar-lang
not-installed"deepin-editor
@@ -3109,7 +3303,6 @@ not-installed"deepin-turbo
not-installed"deepin-turbo-devel
not-installed"dehydrated
not-installed"dehydrated-apache2
-not-installed"dehydrated-lighttpd
not-installed"dehydrated-nginx
not-installed"deja-dup
not-installed"deja-dup-lang
@@ -3117,11 +3310,11 @@ not-installed"dejagnu
installed"dejavu-fonts
not-installed"delaguardo-inconsolata_lgc-fonts
not-installed"delayacct-utils
-not-installed"delta
not-installed"deltafs
installed"deltarpm
not-installed"deluge
not-installed"deluge-lang
+not-installed"demumble
installed"desktop-data-openSUSE
installed"desktop-file-utils
installed"desktop-translations
@@ -3154,10 +3347,10 @@ not-installed"devhelp-lang
installed"device-mapper
not-installed"device-mapper-devel
not-installed"device-mapper-devel-32bit
-not-installed"devidify
-not-installed"devidify
not-installed"devilspie2
not-installed"devilspie2-lang
+not-installed"devilutionx
+not-installed"devilutionx-32bit
not-installed"devmem2
not-installed"devscripts
not-installed"dex
@@ -3168,6 +3361,8 @@ not-installed"dfu-programmer
not-installed"dfu-tool
not-installed"dh-autoreconf
not-installed"dh-make
+not-installed"dhall-json
+not-installed"dhall-yaml
installed"dhcp
installed"dhcp-client
not-installed"dhcp-devel
@@ -3176,6 +3371,7 @@ not-installed"dhcp-relay
not-installed"dhcp-server
not-installed"dhcp-tools
not-installed"dhcp_dns_server
+not-installed"dhcpd-pools
not-installed"dhcpdetector
not-installed"dhcpdetector
not-installed"dhcpdetector-debugsource
@@ -3231,7 +3427,7 @@ installed"dirmngr
not-installed"dirvish
not-installed"discord
not-installed"discord
-not-installed"discord-debuginfo
+not-installed"discord-rpc-devel
not-installed"discount
installed"discover
installed"discover-backend-flatpak
@@ -3260,6 +3456,7 @@ not-installed"distribution-logos-openSUSE-MicroOS
installed"distribution-logos-openSUSE-Tumbleweed
not-installed"dita
not-installed"diy-devel
+not-installed"diy-mpich-devel
not-installed"djv
not-installed"djv
not-installed"djv-debuginfo
@@ -3281,10 +3478,12 @@ not-installed"dleyna-renderer
not-installed"dleyna-renderer-devel
not-installed"dleyna-server
not-installed"dleyna-server-devel
+not-installed"dlpack-devel
not-installed"dm-zoned-tools
not-installed"dmd
not-installed"dmenu
installed"dmidecode
+not-installed"dmlc-core-devel
installed"dmraid
not-installed"dmraid-devel
installed"dmz-icon-theme-cursors
@@ -3296,7 +3495,6 @@ not-installed"dnf-plugins-core
not-installed"dnf-plugins-core-lang
not-installed"dns24-update
not-installed"dnscrypt-proxy
-not-installed"dnscrypt-proxy-devel
not-installed"dnsdiag
installed"dnsmasq
not-installed"dnsmasq-utils
@@ -3320,23 +3518,26 @@ not-installed"docbook_3
installed"docbook_4
not-installed"docbook_5
not-installed"docbook_5-doc
-installed"docker
-installed"docker-bash-completion
+not-installed"docker
+not-installed"docker-bash-completion
not-installed"docker-bench-security
+not-installed"docker-client-java
+not-installed"docker-client-java-javadoc
not-installed"docker-distribution-registry
not-installed"docker-kubic
not-installed"docker-kubic-bash-completion
not-installed"docker-kubic-kubeadm-criconfig
not-installed"docker-kubic-test
not-installed"docker-kubic-zsh-completion
-installed"docker-libnetwork
+not-installed"docker-libnetwork
not-installed"docker-libnetwork-kubic
not-installed"docker-machine-driver-kvm2
-installed"docker-runc
+not-installed"docker-runc
not-installed"docker-runc-kubic
not-installed"docker-test
-installed"docker-zsh-completion
+not-installed"docker-zsh-completion
not-installed"docker_auth
+not-installed"doctest-devel
not-installed"documentation
not-installed"dogtail
not-installed"doh
@@ -3362,7 +3563,6 @@ not-installed"dosemu
installed"dosfstools
not-installed"dotconf-devel
not-installed"double-conversion-devel
-not-installed"double-cross
not-installed"dovecot
not-installed"dovecot23
not-installed"dovecot23-backend-mysql
@@ -3374,6 +3574,7 @@ not-installed"dovecot23-fts-lucene
not-installed"dovecot23-fts-solr
not-installed"dovecot23-fts-squat
not-installed"doxygen
+not-installed"doxygen2man
not-installed"doxywizard
not-installed"dpdk
not-installed"dpdk-devel
@@ -3395,6 +3596,7 @@ not-installed"dracut-kiwi-live
not-installed"dracut-kiwi-oem-dump
not-installed"dracut-kiwi-oem-repart
not-installed"dracut-kiwi-overlay
+not-installed"dracut-sshd
not-installed"dracut-tools
not-installed"dragonplayer
not-installed"dragonplayer-lang
@@ -3402,14 +3604,16 @@ not-installed"drbd
not-installed"drbd-formula
not-installed"drbd-kmp-default
not-installed"drbd-utils
-not-installed"drbdmanage
not-installed"drc
not-installed"drc-doc
not-installed"driverctl
installed"drkonqi5
installed"drkonqi5-lang
+not-installed"droidcam
+not-installed"droidcam-cli
not-installed"dropbox-cli
not-installed"drops
+not-installed"dropwatch
not-installed"drumstick
not-installed"drumstick
not-installed"drumstick-debuginfo
@@ -3424,6 +3628,7 @@ not-installed"dssi-linuxsampler
not-installed"dssi-linuxsampler-debuginfo
not-installed"dssim
not-installed"dstat
+not-installed"dsvpn
not-installed"dt
not-installed"dtach
not-installed"dtc
@@ -3441,8 +3646,10 @@ not-installed"duc
not-installed"duktape-devel
not-installed"dump
not-installed"dump-rmt
-not-installed"dump1090
+not-installed"dump1090-fa
not-installed"dumpvdl2
+not-installed"dumpzilla
+not-installed"dumpzilla-bash-completion
not-installed"dunelegacy
not-installed"dunst
not-installed"duperemove
@@ -3466,6 +3673,7 @@ not-installed"dvdbackup
not-installed"dvdbackup
not-installed"dvdbackup-debuginfo
not-installed"dvdbackup-debugsource
+not-installed"dvdbackup-lang
not-installed"dvdinfo
not-installed"dvdinfo
not-installed"dvdinfo-debuginfo
@@ -3484,6 +3692,7 @@ not-installed"dvgrab
not-installed"dvgrab-debuginfo
not-installed"dvgrab-debugsource
not-installed"dvgt
+not-installed"dwarf2json
not-installed"dwarves
installed"dwz
not-installed"dwz-testsuite
@@ -3501,7 +3710,7 @@ not-installed"e2fsprogs-devel
not-installed"e2fsprogs-scrub
not-installed"e3
not-installed"eaglemode
-not-installed"earlyoom
+installed"earlyoom
not-installed"easy-rsa
not-installed"easyloggingpp-devel
not-installed"easymock
@@ -3528,6 +3737,7 @@ not-installed"ebook-tools
not-installed"ebook-tools-debuginfo
not-installed"ebook-tools-debugsource
installed"ebtables
+not-installed"ebumeter
not-installed"ecasound
not-installed"ecasound
not-installed"ecasound-debuginfo
@@ -3536,6 +3746,8 @@ not-installed"ecasound-doc
not-installed"echomixer
not-installed"eciadsl-usermode
not-installed"ecj
+not-installed"eclipse-anyedit
+not-installed"eclipse-anyedit-javadoc
not-installed"eclipse-contributor-tools
not-installed"eclipse-ecf-core
not-installed"eclipse-ecf-core-bootstrap
@@ -3548,6 +3760,9 @@ not-installed"eclipse-emf-runtime
not-installed"eclipse-emf-sdk
not-installed"eclipse-emf-xsd
not-installed"eclipse-equinox-osgi
+not-installed"eclipse-gef
+not-installed"eclipse-gef-sdk
+not-installed"eclipse-gef-tests
not-installed"eclipse-jdt
not-installed"eclipse-jgit
not-installed"eclipse-license1
@@ -3556,22 +3771,26 @@ not-installed"eclipse-p2-discovery
not-installed"eclipse-pde
not-installed"eclipse-platform
not-installed"eclipse-swt
-not-installed"eclipse-tests
+not-installed"eclipse-swtchart
not-installed"econnman
+not-installed"ecore_imf-module-scim
not-installed"ecryptfs-utils
not-installed"ecryptfs-utils-32bit
not-installed"ecryptfs-utils-devel
not-installed"ecryptfs-utils-devel-32bit
not-installed"ecwolf
not-installed"ed
+not-installed"ed25519-java
+not-installed"ed25519-java-javadoc
not-installed"edgar
not-installed"edgar-data
not-installed"edgar-lang
+not-installed"edge-addition-planarity-suite
+not-installed"edge-addition-planarity-suite-devel
not-installed"edict
not-installed"edict2
not-installed"editorconfig
not-installed"editres
-not-installed"edje
not-installed"eekboard
not-installed"eekboard-devel
not-installed"eeyek-fonts
@@ -3580,6 +3799,7 @@ not-installed"efivar
not-installed"efivar-devel
not-installed"efl
not-installed"efl-devel
+not-installed"efl-examples
not-installed"efl-lang
not-installed"efl-testsuite
not-installed"efont-serif-fonts
@@ -3588,6 +3808,7 @@ not-installed"eiciel
not-installed"eiciel-lang
not-installed"eigen3-devel
not-installed"eigen3-doc
+not-installed"eiskaltdcpp-qt
not-installed"ekiga
not-installed"ekiga-lang
not-installed"ekiga-plugins-evolution
@@ -3595,7 +3816,6 @@ not-installed"eko
not-installed"eko
not-installed"elektra
not-installed"elektra-qt-gui
-not-installed"elementary
not-installed"elementary-cmake-modules
not-installed"elementary-icon-theme
not-installed"elementary-icon-theme-gimp-palette
@@ -3607,7 +3827,6 @@ not-installed"elftoaout
installed"elfutils
not-installed"elfutils-debuginfod
installed"elfutils-lang
-not-installed"elib
not-installed"elilo
not-installed"elinks
installed"elisa
@@ -3633,7 +3852,6 @@ not-installed"emacs-semi
not-installed"emacs-w3m
not-installed"emacs-x11
not-installed"embree-devel-static
-not-installed"embryo
not-installed"emf2svg-conv
not-installed"emil
not-installed"emojione-color-font
@@ -3659,6 +3877,7 @@ not-installed"enchant-1-devel
not-installed"enchant-1-tools
not-installed"enchant-2-backend-aspell
installed"enchant-2-backend-hunspell
+not-installed"enchant-2-backend-nuspell
not-installed"enchant-2-backend-voikko
not-installed"enchant-2-backend-voikko-32bit
installed"enchant-data
@@ -3675,6 +3894,7 @@ not-installed"engrampa
not-installed"engrampa-lang
installed"enhanced_base
not-installed"enigmail
+not-installed"enigmail
not-installed"enlightenment
not-installed"enlightenment
not-installed"enlightenment-branding-openSUSE
@@ -3744,6 +3964,7 @@ not-installed"eqonomize
not-installed"eqonomize-debuginfo
not-installed"eqonomize-debugsource
not-installed"equalx
+not-installed"eremaea
not-installed"erfa-devel
not-installed"erfa-devel-static
not-installed"eric
@@ -3775,6 +3996,7 @@ not-installed"erlang-src
not-installed"erlang-wx
not-installed"erlang-wx-src
not-installed"erofs-utils
+not-installed"esc
not-installed"espeak
not-installed"espeak-devel
not-installed"espeak-ng
@@ -3785,7 +4007,8 @@ not-installed"espeakedit
not-installed"etags
not-installed"etc-update
not-installed"etcd
-not-installed"etcd-for-k8s-image
+not-installed"etcd-for-k8s1.18
+not-installed"etcd-for-k8s1.19
not-installed"etcdctl
not-installed"etckeeper
not-installed"etckeeper-bash-completion
@@ -3816,6 +4039,8 @@ not-installed"evince-plugin-pdfdocument
not-installed"evince-plugin-psdocument
not-installed"evince-plugin-tiffdocument
not-installed"evince-plugin-xpsdocument
+not-installed"eviternity
+not-installed"eviternity
not-installed"evmctl
not-installed"evolution
not-installed"evolution-data-server
@@ -3842,6 +4067,7 @@ not-installed"execstack
not-installed"exempi-tools
not-installed"exercism
not-installed"exfat-utils
+not-installed"exfatprogs
not-installed"exif
installed"exiftool
not-installed"exiftran
@@ -3870,9 +4096,11 @@ not-installed"extra-cmake-modules-doc
not-installed"extra166y
not-installed"extra166y-javadoc
not-installed"extract-appdata-icons
+not-installed"extractpdfmark
not-installed"extreme-tuxracer
not-installed"extreme-tuxracer-data
not-installed"extundelete
+not-installed"eyeD3
not-installed"ez-ipupdate
not-installed"ezmorph
not-installed"ezmorph-javadoc
@@ -4060,12 +4288,6 @@ not-installed"felix-gogo-runtime
not-installed"felix-gogo-runtime-javadoc
not-installed"felix-gogo-shell
not-installed"felix-gogo-shell-javadoc
-not-installed"felix-osgi-compendium
-not-installed"felix-osgi-compendium-javadoc
-not-installed"felix-osgi-core
-not-installed"felix-osgi-core-javadoc
-not-installed"felix-osgi-foundation
-not-installed"felix-osgi-foundation-javadoc
not-installed"felix-parent
not-installed"felix-scr
not-installed"felix-scr-javadoc
@@ -4147,6 +4369,7 @@ not-installed"fftw3-gnu-mvapich2-hpc-devel
not-installed"fftw3-gnu-openmpi1-hpc-devel
not-installed"fftw3-gnu-openmpi2-hpc-devel
not-installed"fftw3-gnu-openmpi3-hpc-devel
+not-installed"fftw3-gnu-openmpi4-hpc-devel
not-installed"fftw3-mpi-devel
not-installed"fftw3-openmp-devel
not-installed"fftw3-threads-devel
@@ -4162,6 +4385,8 @@ not-installed"fftw3_3_3_8-gnu-openmpi2-hpc-devel
not-installed"fftw3_3_3_8-gnu-openmpi2-hpc-devel-static
not-installed"fftw3_3_3_8-gnu-openmpi3-hpc-devel
not-installed"fftw3_3_3_8-gnu-openmpi3-hpc-devel-static
+not-installed"fftw3_3_3_8-gnu-openmpi4-hpc-devel
+not-installed"fftw3_3_3_8-gnu-openmpi4-hpc-devel-static
not-installed"ffx264
not-installed"ffx264
not-installed"ffxvid
@@ -4220,6 +4445,7 @@ not-installed"firebird-examples
not-installed"firebird-server
not-installed"firebird-utils
installed"firecracker
+not-installed"firectl
not-installed"firefox-esr-branding-openSUSE
not-installed"firefox-theme-breeze-dark
not-installed"firefox-theme-breeze-dark
@@ -4252,6 +4478,7 @@ not-installed"flacon-lang
not-installed"flamerobin
installed"flameshot
installed"flameshot-bash-completion
+installed"flameshot-zsh-completion
not-installed"flann-devel
not-installed"flannel
not-installed"flannel-k8s-yaml
@@ -4289,7 +4516,7 @@ not-installed"fltk-devel-32bit
not-installed"fltk-devel-static
not-installed"fluent-bit
not-installed"fluent-bit-devel
-not-installed"fluid-soundfont-gm
+installed"fluid-soundfont-gm
not-installed"fluid-soundfont-gs
not-installed"fluidsynth
not-installed"fluidsynth-devel
@@ -4300,6 +4527,7 @@ not-installed"fluxbox
not-installed"fluxbox-styles-upstream
not-installed"flxmlrpc-devel
not-installed"fly
+not-installed"fmit
not-installed"fmpp
not-installed"fmpp-javadoc
not-installed"fmt-devel
@@ -4311,6 +4539,7 @@ not-installed"folder-color-common
not-installed"folder-color-common-lang
not-installed"foliate
not-installed"foliate-lang
+not-installed"folks-data
not-installed"folks-devel
not-installed"folks-lang
not-installed"folks-tools
@@ -4335,6 +4564,7 @@ installed"fontconfig-lang
not-installed"fontforge
not-installed"fontforge-devel
not-installed"fontforge-doc
+not-installed"fontobene-qt5-devel
not-installed"fontpackages-devel
installed"fonts
not-installed"fonts-KanjiStrokeOrders
@@ -4343,6 +4573,7 @@ not-installed"fonttosfnt
not-installed"fontweak
not-installed"forge-parent
not-installed"forkbomb
+not-installed"forked-daapd
not-installed"forkstat
not-installed"forkstat-bash-completion
not-installed"form
@@ -4378,6 +4609,8 @@ not-installed"fractal
not-installed"fractal-lang
not-installed"frame
not-installed"frame-devel
+not-installed"framel
+not-installed"framel-devel
not-installed"frameworkintegration-devel
not-installed"frameworkintegration-devel-32bit
installed"frameworkintegration-plugin
@@ -4423,6 +4656,7 @@ not-installed"freeradius-server-sqlite
not-installed"freeradius-server-utils
installed"freerdp
not-installed"freerdp-devel
+not-installed"freerdp-proxy
not-installed"freerdp-server
not-installed"freerdp-wayland
not-installed"freesrp-devel
@@ -4537,6 +4771,7 @@ not-installed"fwupdtpmevlog
not-installed"fxload
installed"fzf
installed"fzf-bash-completion
+not-installed"fzf-fish-completion
installed"fzf-tmux
installed"fzf-zsh-completion
not-installed"fzy
@@ -4642,7 +4877,7 @@ not-installed"gambas3-gb-xml-xslt
not-installed"gambas3-ide
not-installed"gambas3-runtime
not-installed"gambas3-script
-not-installed"gamemoded
+installed"gamemoded
installed"games
not-installed"gamin-devel
installed"gamin-server
@@ -4662,6 +4897,7 @@ not-installed"ganglia-gmetad-skip-bcheck
not-installed"ganglia-gmond
not-installed"ganglia-gmond-modules-python
not-installed"ganglia-web
+not-installed"gangway
not-installed"garglk
not-installed"garglk
not-installed"garglk-debuginfo
@@ -4704,7 +4940,7 @@ not-installed"gcc-locale
not-installed"gcc-obj-c++
not-installed"gcc-objc
not-installed"gcc-objc-32bit
-not-installed"gcc10
+installed"gcc10
not-installed"gcc10-32bit
not-installed"gcc10-ada
not-installed"gcc10-ada-32bit
@@ -4724,10 +4960,6 @@ not-installed"gcc10-obj-c++-32bit
not-installed"gcc10-objc
not-installed"gcc10-objc-32bit
not-installed"gcc10-testresults
-not-installed"gcc6-gij
-not-installed"gcc6-gij-debuginfo
-not-installed"gcc6-java
-not-installed"gcc6-java-debuginfo
not-installed"gcc7
not-installed"gcc7-32bit
not-installed"gcc7-ada
@@ -4782,37 +5014,10 @@ not-installed"gcin-qt5
not-installed"gcin-qt5-32bit
not-installed"gcolor2
not-installed"gcolor3
-not-installed"gcompris
-not-installed"gcompris-devel
not-installed"gcompris-qt
not-installed"gcompris-qt-activities
not-installed"gcompris-qt-lang
not-installed"gcompris-qt-voices
-not-installed"gcompris-voices-ar
-not-installed"gcompris-voices-br
-not-installed"gcompris-voices-cs
-not-installed"gcompris-voices-da
-not-installed"gcompris-voices-de
-not-installed"gcompris-voices-el
-not-installed"gcompris-voices-en
-not-installed"gcompris-voices-es
-not-installed"gcompris-voices-eu
-not-installed"gcompris-voices-fi
-not-installed"gcompris-voices-fr
-not-installed"gcompris-voices-hi
-not-installed"gcompris-voices-hu
-not-installed"gcompris-voices-id
-not-installed"gcompris-voices-it
-not-installed"gcompris-voices-mr
-not-installed"gcompris-voices-nb
-not-installed"gcompris-voices-nl
-not-installed"gcompris-voices-pt
-not-installed"gcompris-voices-pt-br
-not-installed"gcompris-voices-ru
-not-installed"gcompris-voices-so
-not-installed"gcompris-voices-sr
-not-installed"gcompris-voices-sv
-not-installed"gcompris-voices-tr
installed"gconf-polkit
installed"gconf2
not-installed"gconf2-32bit
@@ -4848,7 +5053,6 @@ not-installed"gdk-pixbuf-devel
not-installed"gdk-pixbuf-devel-32bit
installed"gdk-pixbuf-lang
not-installed"gdk-pixbuf-loader-libheif
-not-installed"gdk-pixbuf-loader-libheif-debuginfo
not-installed"gdk-pixbuf-loader-libopenraw
not-installed"gdk-pixbuf-loader-libopenraw-32bit
installed"gdk-pixbuf-loader-rsvg
@@ -4890,18 +5094,6 @@ not-installed"geany-plugins-lang
not-installed"geary
not-installed"geary-lang
not-installed"gebaar-libinput
-not-installed"geda-base
-not-installed"geda-doc
-not-installed"geda-examples
-not-installed"geda-gaf
-not-installed"geda-gattrib
-not-installed"geda-gnetlist
-not-installed"geda-gschem
-not-installed"geda-gsymcheck
-not-installed"geda-symbols
-not-installed"geda-utils
-not-installed"geda-xgsch2pcb
-not-installed"geda-xorn
not-installed"gedit
not-installed"gedit-devel
not-installed"gedit-lang
@@ -4927,7 +5119,6 @@ not-installed"gedit-plugin-terminal
not-installed"gedit-plugin-textsize
not-installed"gedit-plugin-translate
not-installed"gedit-plugin-wordcompletion
-not-installed"gedit-plugin-zeitgeist
not-installed"gedit-plugins
not-installed"gedit-plugins-data
not-installed"gedit-plugins-lang
@@ -4954,6 +5145,8 @@ not-installed"genius
not-installed"genius-devel
not-installed"genius-lang
not-installed"genromfs
+not-installed"gensio
+not-installed"gensio-devel
not-installed"gentoo
not-installed"gentoo
not-installed"gentoo-debuginfo
@@ -5039,6 +5232,10 @@ not-installed"gfxboot-devel
not-installed"ghc
not-installed"ghc-Cabal
not-installed"ghc-Cabal-devel
+not-installed"ghc-DAV
+not-installed"ghc-DAV-devel
+not-installed"ghc-Decimal
+not-installed"ghc-Decimal-devel
not-installed"ghc-Diff
not-installed"ghc-Diff-devel
not-installed"ghc-Glob
@@ -5051,8 +5248,12 @@ not-installed"ghc-HsYAML
not-installed"ghc-HsYAML-aeson
not-installed"ghc-HsYAML-aeson-devel
not-installed"ghc-HsYAML-devel
+not-installed"ghc-IfElse
+not-installed"ghc-IfElse-devel
not-installed"ghc-JuicyPixels
not-installed"ghc-JuicyPixels-devel
+not-installed"ghc-Only
+not-installed"ghc-Only-devel
not-installed"ghc-QuickCheck
not-installed"ghc-QuickCheck-devel
not-installed"ghc-SDL
@@ -5063,6 +5264,8 @@ not-installed"ghc-SDL-mixer
not-installed"ghc-SDL-mixer-devel
not-installed"ghc-SHA
not-installed"ghc-SHA-devel
+not-installed"ghc-SafeSemaphore
+not-installed"ghc-SafeSemaphore-devel
not-installed"ghc-ShellCheck
not-installed"ghc-ShellCheck-devel
not-installed"ghc-StateVar
@@ -5074,37 +5277,57 @@ not-installed"ghc-X11-xft-devel
not-installed"ghc-adjunctions
not-installed"ghc-adjunctions-devel
not-installed"ghc-aeson
-not-installed"ghc-aeson-compat
-not-installed"ghc-aeson-compat-devel
not-installed"ghc-aeson-devel
not-installed"ghc-aeson-pretty
not-installed"ghc-aeson-pretty-devel
+not-installed"ghc-aeson-yaml
+not-installed"ghc-aeson-yaml-devel
+not-installed"ghc-algebraic-graphs
+not-installed"ghc-algebraic-graphs-devel
+not-installed"ghc-alsa-core
+not-installed"ghc-alsa-core-devel
+not-installed"ghc-alsa-mixer
+not-installed"ghc-alsa-mixer-devel
not-installed"ghc-annotated-wl-pprint
not-installed"ghc-annotated-wl-pprint-devel
not-installed"ghc-ansi-terminal
not-installed"ghc-ansi-terminal-devel
not-installed"ghc-ansi-wl-pprint
not-installed"ghc-ansi-wl-pprint-devel
+not-installed"ghc-appar
+not-installed"ghc-appar-devel
not-installed"ghc-array
not-installed"ghc-array-devel
+not-installed"ghc-ascii-progress
+not-installed"ghc-ascii-progress-devel
not-installed"ghc-asn1-encoding
not-installed"ghc-asn1-encoding-devel
not-installed"ghc-asn1-parse
not-installed"ghc-asn1-parse-devel
not-installed"ghc-asn1-types
not-installed"ghc-asn1-types-devel
+not-installed"ghc-assoc
+not-installed"ghc-assoc-devel
not-installed"ghc-async
not-installed"ghc-async-devel
+not-installed"ghc-atomic-write
+not-installed"ghc-atomic-write-devel
not-installed"ghc-attoparsec
not-installed"ghc-attoparsec-devel
not-installed"ghc-attoparsec-iso8601
not-installed"ghc-attoparsec-iso8601-devel
not-installed"ghc-auto-update
not-installed"ghc-auto-update-devel
+not-installed"ghc-aws
+not-installed"ghc-aws-devel
not-installed"ghc-base
not-installed"ghc-base-compat
+not-installed"ghc-base-compat-batteries
+not-installed"ghc-base-compat-batteries-devel
not-installed"ghc-base-compat-devel
not-installed"ghc-base-devel
+not-installed"ghc-base-noprelude
+not-installed"ghc-base-noprelude-devel
not-installed"ghc-base-orphans
not-installed"ghc-base-orphans-devel
not-installed"ghc-base-prelude
@@ -5115,6 +5338,8 @@ not-installed"ghc-base64-bytestring
not-installed"ghc-base64-bytestring-devel
not-installed"ghc-basement
not-installed"ghc-basement-devel
+not-installed"ghc-bencode
+not-installed"ghc-bencode-devel
not-installed"ghc-bifunctors
not-installed"ghc-bifunctors-devel
not-installed"ghc-binary
@@ -5129,21 +5354,49 @@ not-installed"ghc-blaze-html
not-installed"ghc-blaze-html-devel
not-installed"ghc-blaze-markup
not-installed"ghc-blaze-markup-devel
+not-installed"ghc-bloomfilter
+not-installed"ghc-bloomfilter-devel
not-installed"ghc-bootstrap-helpers
+not-installed"ghc-boxes
+not-installed"ghc-boxes-devel
+not-installed"ghc-brick
+not-installed"ghc-brick-devel
+not-installed"ghc-bsb-http-chunked
+not-installed"ghc-bsb-http-chunked-devel
not-installed"ghc-byteable
not-installed"ghc-byteable-devel
+not-installed"ghc-byteorder
+not-installed"ghc-byteorder-devel
not-installed"ghc-bytestring
+not-installed"ghc-bytestring-builder
+not-installed"ghc-bytestring-builder-devel
not-installed"ghc-bytestring-devel
not-installed"ghc-cabal-doctest
not-installed"ghc-cabal-doctest-devel
+not-installed"ghc-cabal-plan
+not-installed"ghc-cabal-plan-devel
not-installed"ghc-cabal2spec
not-installed"ghc-cabal2spec-devel
not-installed"ghc-call-stack
not-installed"ghc-call-stack-devel
not-installed"ghc-case-insensitive
not-installed"ghc-case-insensitive-devel
+not-installed"ghc-cassava
+not-installed"ghc-cassava-devel
+not-installed"ghc-cassava-megaparsec
+not-installed"ghc-cassava-megaparsec-devel
+not-installed"ghc-cborg
+not-installed"ghc-cborg-devel
+not-installed"ghc-cborg-json
+not-installed"ghc-cborg-json-devel
not-installed"ghc-cereal
not-installed"ghc-cereal-devel
+not-installed"ghc-charset
+not-installed"ghc-charset-devel
+not-installed"ghc-cipher-aes
+not-installed"ghc-cipher-aes-devel
+not-installed"ghc-clientsession
+not-installed"ghc-clientsession-devel
not-installed"ghc-clock
not-installed"ghc-clock-devel
not-installed"ghc-cmark-gfm
@@ -5152,15 +5405,25 @@ not-installed"ghc-cmdargs
not-installed"ghc-cmdargs-devel
not-installed"ghc-colour
not-installed"ghc-colour-devel
+not-installed"ghc-commonmark
+not-installed"ghc-commonmark-devel
+not-installed"ghc-commonmark-extensions
+not-installed"ghc-commonmark-extensions-devel
+not-installed"ghc-commonmark-pandoc
+not-installed"ghc-commonmark-pandoc-devel
not-installed"ghc-comonad
not-installed"ghc-comonad-devel
not-installed"ghc-compiler
+not-installed"ghc-concurrent-output
+not-installed"ghc-concurrent-output-devel
not-installed"ghc-conduit
not-installed"ghc-conduit-combinators
not-installed"ghc-conduit-combinators-devel
not-installed"ghc-conduit-devel
not-installed"ghc-conduit-extra
not-installed"ghc-conduit-extra-devel
+not-installed"ghc-config-ini
+not-installed"ghc-config-ini-devel
not-installed"ghc-connection
not-installed"ghc-connection-devel
not-installed"ghc-constraints
@@ -5169,18 +5432,40 @@ not-installed"ghc-containers
not-installed"ghc-containers-devel
not-installed"ghc-contravariant
not-installed"ghc-contravariant-devel
+not-installed"ghc-control-monad-free
+not-installed"ghc-control-monad-free-devel
not-installed"ghc-cookie
not-installed"ghc-cookie-devel
+not-installed"ghc-cpphs
+not-installed"ghc-cpphs-devel
+not-installed"ghc-cprng-aes
+not-installed"ghc-cprng-aes-devel
+not-installed"ghc-crypto-api
+not-installed"ghc-crypto-api-devel
+not-installed"ghc-crypto-cipher-types
+not-installed"ghc-crypto-cipher-types-devel
+not-installed"ghc-crypto-random
+not-installed"ghc-crypto-random-devel
not-installed"ghc-cryptohash
not-installed"ghc-cryptohash-conduit
not-installed"ghc-cryptohash-conduit-devel
not-installed"ghc-cryptohash-devel
+not-installed"ghc-cryptohash-md5
+not-installed"ghc-cryptohash-md5-devel
+not-installed"ghc-cryptohash-sha1
+not-installed"ghc-cryptohash-sha1-devel
not-installed"ghc-cryptohash-sha256
not-installed"ghc-cryptohash-sha256-devel
not-installed"ghc-cryptonite
not-installed"ghc-cryptonite-conduit
not-installed"ghc-cryptonite-conduit-devel
not-installed"ghc-cryptonite-devel
+not-installed"ghc-css-text
+not-installed"ghc-css-text-devel
+not-installed"ghc-csv
+not-installed"ghc-csv-devel
+not-installed"ghc-data-clist
+not-installed"ghc-data-clist-devel
not-installed"ghc-data-default
not-installed"ghc-data-default-class
not-installed"ghc-data-default-class-devel
@@ -5191,14 +5476,26 @@ not-installed"ghc-data-default-instances-dlist
not-installed"ghc-data-default-instances-dlist-devel
not-installed"ghc-data-default-instances-old-locale
not-installed"ghc-data-default-instances-old-locale-devel
+not-installed"ghc-data-fix
+not-installed"ghc-data-fix-devel
not-installed"ghc-dbus
not-installed"ghc-dbus-devel
+not-installed"ghc-dec
+not-installed"ghc-dec-devel
not-installed"ghc-deepseq
not-installed"ghc-deepseq-devel
+not-installed"ghc-dhall
+not-installed"ghc-dhall-devel
+not-installed"ghc-dhall-json
+not-installed"ghc-dhall-json-devel
+not-installed"ghc-dhall-yaml
+not-installed"ghc-dhall-yaml-devel
not-installed"ghc-digest
not-installed"ghc-digest-devel
not-installed"ghc-directory
not-installed"ghc-directory-devel
+not-installed"ghc-disk-free-space
+not-installed"ghc-disk-free-space-devel
not-installed"ghc-distribution-opensuse
not-installed"ghc-distribution-opensuse-devel
not-installed"ghc-distributive
@@ -5209,6 +5506,10 @@ not-installed"ghc-doclayout
not-installed"ghc-doclayout-devel
not-installed"ghc-doctemplates
not-installed"ghc-doctemplates-devel
+not-installed"ghc-dotgen
+not-installed"ghc-dotgen-devel
+not-installed"ghc-double-conversion
+not-installed"ghc-double-conversion-devel
not-installed"ghc-easy-file
not-installed"ghc-easy-file-devel
not-installed"ghc-echo
@@ -5219,10 +5520,14 @@ not-installed"ghc-edit-distance
not-installed"ghc-edit-distance-devel
not-installed"ghc-either
not-installed"ghc-either-devel
+not-installed"ghc-email-validate
+not-installed"ghc-email-validate-devel
not-installed"ghc-emojis
not-installed"ghc-emojis-devel
not-installed"ghc-enclosed-exceptions
not-installed"ghc-enclosed-exceptions-devel
+not-installed"ghc-entropy
+not-installed"ghc-entropy-devel
not-installed"ghc-erf
not-installed"ghc-erf-devel
not-installed"ghc-errors
@@ -5237,20 +5542,42 @@ not-installed"ghc-fail
not-installed"ghc-fail-devel
not-installed"ghc-fast-logger
not-installed"ghc-fast-logger-devel
+not-installed"ghc-fdo-notify
+not-installed"ghc-fdo-notify-devel
+not-installed"ghc-feed
+not-installed"ghc-feed-devel
+not-installed"ghc-fgl
+not-installed"ghc-fgl-devel
not-installed"ghc-file-embed
not-installed"ghc-file-embed-devel
not-installed"ghc-filelock
not-installed"ghc-filelock-devel
+not-installed"ghc-filemanip
+not-installed"ghc-filemanip-devel
not-installed"ghc-filepath
+not-installed"ghc-filepath-bytestring
+not-installed"ghc-filepath-bytestring-devel
not-installed"ghc-filepath-devel
+not-installed"ghc-filepattern
+not-installed"ghc-filepattern-devel
+not-installed"ghc-filtrable
+not-installed"ghc-filtrable-devel
+not-installed"ghc-fingertree
+not-installed"ghc-fingertree-devel
not-installed"ghc-foldl
not-installed"ghc-foldl-devel
+not-installed"ghc-foundation
+not-installed"ghc-foundation-devel
not-installed"ghc-free
not-installed"ghc-free-devel
not-installed"ghc-fsnotify
not-installed"ghc-fsnotify-devel
not-installed"ghc-generic-deriving
not-installed"ghc-generic-deriving-devel
+not-installed"ghc-generic-lens
+not-installed"ghc-generic-lens-core
+not-installed"ghc-generic-lens-core-devel
+not-installed"ghc-generic-lens-devel
not-installed"ghc-ghc
not-installed"ghc-ghc-boot
not-installed"ghc-ghc-boot-devel
@@ -5261,8 +5588,16 @@ not-installed"ghc-ghc-compact-devel
not-installed"ghc-ghc-devel
not-installed"ghc-ghc-heap
not-installed"ghc-ghc-heap-devel
+not-installed"ghc-ghc-lib-parser-ex
+not-installed"ghc-ghc-lib-parser-ex-devel
+not-installed"ghc-ghc-paths
+not-installed"ghc-ghc-paths-devel
not-installed"ghc-ghci
not-installed"ghc-ghci-devel
+not-installed"ghc-ghcid
+not-installed"ghc-ghcid-devel
+not-installed"ghc-git-lfs
+not-installed"ghc-git-lfs-devel
not-installed"ghc-githash
not-installed"ghc-githash-devel
not-installed"ghc-gitrev
@@ -5271,14 +5606,30 @@ not-installed"ghc-hackage-security
not-installed"ghc-hackage-security-devel
not-installed"ghc-haddock-library
not-installed"ghc-haddock-library-devel
+not-installed"ghc-half
+not-installed"ghc-half-devel
not-installed"ghc-hashable
not-installed"ghc-hashable-devel
+not-installed"ghc-hashtables
+not-installed"ghc-hashtables-devel
not-installed"ghc-haskeline
not-installed"ghc-haskeline-devel
+not-installed"ghc-haskell-lexer
+not-installed"ghc-haskell-lexer-devel
+not-installed"ghc-heaps
+not-installed"ghc-heaps-devel
not-installed"ghc-hi-file-parser
not-installed"ghc-hi-file-parser-devel
not-installed"ghc-hinotify
not-installed"ghc-hinotify-devel
+not-installed"ghc-hjsmin
+not-installed"ghc-hjsmin-devel
+not-installed"ghc-hledger
+not-installed"ghc-hledger-devel
+not-installed"ghc-hledger-lib
+not-installed"ghc-hledger-lib-devel
+not-installed"ghc-hlint
+not-installed"ghc-hlint-devel
not-installed"ghc-hostname
not-installed"ghc-hostname-devel
not-installed"ghc-hourglass
@@ -5289,8 +5640,12 @@ not-installed"ghc-hpc
not-installed"ghc-hpc-devel
not-installed"ghc-hs-bibutils
not-installed"ghc-hs-bibutils-devel
+not-installed"ghc-hscolour
+not-installed"ghc-hscolour-devel
not-installed"ghc-hsemail
not-installed"ghc-hsemail-devel
+not-installed"ghc-hslogger
+not-installed"ghc-hslogger-devel
not-installed"ghc-hslua
not-installed"ghc-hslua-devel
not-installed"ghc-hslua-module-system
@@ -5307,18 +5662,24 @@ not-installed"ghc-hspec-expectations
not-installed"ghc-hspec-expectations-devel
not-installed"ghc-hspec-smallcheck
not-installed"ghc-hspec-smallcheck-devel
+not-installed"ghc-html
+not-installed"ghc-html-devel
not-installed"ghc-http-api-data
not-installed"ghc-http-api-data-devel
not-installed"ghc-http-client
not-installed"ghc-http-client-devel
+not-installed"ghc-http-client-restricted
+not-installed"ghc-http-client-restricted-devel
not-installed"ghc-http-client-tls
not-installed"ghc-http-client-tls-devel
not-installed"ghc-http-conduit
not-installed"ghc-http-conduit-devel
-not-installed"ghc-http-download
-not-installed"ghc-http-download-devel
+not-installed"ghc-http-date
+not-installed"ghc-http-date-devel
not-installed"ghc-http-types
not-installed"ghc-http-types-devel
+not-installed"ghc-http2
+not-installed"ghc-http2-devel
not-installed"ghc-hxt
not-installed"ghc-hxt-charproperties
not-installed"ghc-hxt-charproperties-devel
@@ -5327,12 +5688,18 @@ not-installed"ghc-hxt-regex-xmlschema
not-installed"ghc-hxt-regex-xmlschema-devel
not-installed"ghc-hxt-unicode
not-installed"ghc-hxt-unicode-devel
+not-installed"ghc-indexed-profunctors
+not-installed"ghc-indexed-profunctors-devel
not-installed"ghc-infer-license
not-installed"ghc-infer-license-devel
not-installed"ghc-integer-logarithms
not-installed"ghc-integer-logarithms-devel
+not-installed"ghc-intern
+not-installed"ghc-intern-devel
not-installed"ghc-invariant
not-installed"ghc-invariant-devel
+not-installed"ghc-iproute
+not-installed"ghc-iproute-devel
not-installed"ghc-ipynb
not-installed"ghc-ipynb-devel
not-installed"ghc-iso8601-time
@@ -5341,12 +5708,26 @@ not-installed"ghc-iwlib
not-installed"ghc-iwlib-devel
not-installed"ghc-jira-wiki-markup
not-installed"ghc-jira-wiki-markup-devel
+not-installed"ghc-js-dgtable
+not-installed"ghc-js-dgtable-devel
+not-installed"ghc-js-flot
+not-installed"ghc-js-flot-devel
+not-installed"ghc-js-jquery
+not-installed"ghc-js-jquery-devel
not-installed"ghc-kan-extensions
not-installed"ghc-kan-extensions-devel
+not-installed"ghc-language-c
+not-installed"ghc-language-c-devel
+not-installed"ghc-language-javascript
+not-installed"ghc-language-javascript-devel
not-installed"ghc-lens
not-installed"ghc-lens-devel
+not-installed"ghc-lens-family-core
+not-installed"ghc-lens-family-core-devel
not-installed"ghc-libiserv
not-installed"ghc-libiserv-devel
+not-installed"ghc-libmpd
+not-installed"ghc-libmpd-devel
not-installed"ghc-libraries
not-installed"ghc-libxml-sax
not-installed"ghc-libxml-sax-devel
@@ -5356,10 +5737,18 @@ not-installed"ghc-lifted-async
not-installed"ghc-lifted-async-devel
not-installed"ghc-lifted-base
not-installed"ghc-lifted-base-devel
+not-installed"ghc-liquid-fixpoint
+not-installed"ghc-liquid-fixpoint-devel
+not-installed"ghc-liquidhaskell
+not-installed"ghc-liquidhaskell-devel
not-installed"ghc-logict
not-installed"ghc-logict-devel
+not-installed"ghc-lucid
+not-installed"ghc-lucid-devel
not-installed"ghc-lukko
not-installed"ghc-lukko-devel
+not-installed"ghc-magic
+not-installed"ghc-magic-devel
not-installed"ghc-managed
not-installed"ghc-managed-devel
not-installed"ghc-math-functions
@@ -5370,12 +5759,20 @@ not-installed"ghc-memory
not-installed"ghc-memory-devel
not-installed"ghc-microlens
not-installed"ghc-microlens-devel
+not-installed"ghc-microlens-ghc
+not-installed"ghc-microlens-ghc-devel
+not-installed"ghc-microlens-mtl
+not-installed"ghc-microlens-mtl-devel
+not-installed"ghc-microlens-platform
+not-installed"ghc-microlens-platform-devel
not-installed"ghc-microlens-th
not-installed"ghc-microlens-th-devel
not-installed"ghc-mime-types
not-installed"ghc-mime-types-devel
not-installed"ghc-mintty
not-installed"ghc-mintty-devel
+not-installed"ghc-mmorph
+not-installed"ghc-mmorph-devel
not-installed"ghc-monad-control
not-installed"ghc-monad-control-devel
not-installed"ghc-monad-logger
@@ -5384,6 +5781,8 @@ not-installed"ghc-monad-loops
not-installed"ghc-monad-loops-devel
not-installed"ghc-mono-traversable
not-installed"ghc-mono-traversable-devel
+not-installed"ghc-mountpoints
+not-installed"ghc-mountpoints-devel
not-installed"ghc-mtl
not-installed"ghc-mtl-devel
not-installed"ghc-mustache
@@ -5392,8 +5791,18 @@ not-installed"ghc-mwc-random
not-installed"ghc-mwc-random-devel
not-installed"ghc-neat-interpolation
not-installed"ghc-neat-interpolation-devel
+not-installed"ghc-netlink
+not-installed"ghc-netlink-devel
not-installed"ghc-network
+not-installed"ghc-network-bsd
+not-installed"ghc-network-bsd-devel
+not-installed"ghc-network-byte-order
+not-installed"ghc-network-byte-order-devel
not-installed"ghc-network-devel
+not-installed"ghc-network-info
+not-installed"ghc-network-info-devel
+not-installed"ghc-network-multicast
+not-installed"ghc-network-multicast-devel
not-installed"ghc-network-uri
not-installed"ghc-network-uri-devel
not-installed"ghc-old-locale
@@ -5402,6 +5811,14 @@ not-installed"ghc-old-time
not-installed"ghc-old-time-devel
not-installed"ghc-open-browser
not-installed"ghc-open-browser-devel
+not-installed"ghc-optics
+not-installed"ghc-optics-core
+not-installed"ghc-optics-core-devel
+not-installed"ghc-optics-devel
+not-installed"ghc-optics-extra
+not-installed"ghc-optics-extra-devel
+not-installed"ghc-optics-th
+not-installed"ghc-optics-th-devel
not-installed"ghc-optional-args
not-installed"ghc-optional-args-devel
not-installed"ghc-optparse-applicative
@@ -5424,6 +5841,8 @@ not-installed"ghc-parsec-numbers
not-installed"ghc-parsec-numbers-devel
not-installed"ghc-parser-combinators
not-installed"ghc-parser-combinators-devel
+not-installed"ghc-parsers
+not-installed"ghc-parsers-devel
not-installed"ghc-path
not-installed"ghc-path-devel
not-installed"ghc-path-io
@@ -5438,20 +5857,38 @@ not-installed"ghc-persistent-sqlite
not-installed"ghc-persistent-sqlite-devel
not-installed"ghc-persistent-template
not-installed"ghc-persistent-template-devel
+not-installed"ghc-polyparse
+not-installed"ghc-polyparse-devel
+not-installed"ghc-postgresql-libpq
+not-installed"ghc-postgresql-libpq-devel
+not-installed"ghc-postgresql-simple
+not-installed"ghc-postgresql-simple-devel
not-installed"ghc-pretty
not-installed"ghc-pretty-devel
+not-installed"ghc-pretty-hex
+not-installed"ghc-pretty-hex-devel
+not-installed"ghc-pretty-show
+not-installed"ghc-pretty-show-devel
+not-installed"ghc-pretty-simple
+not-installed"ghc-pretty-simple-devel
+not-installed"ghc-prettyprinter
+not-installed"ghc-prettyprinter-ansi-terminal
+not-installed"ghc-prettyprinter-ansi-terminal-devel
+not-installed"ghc-prettyprinter-devel
not-installed"ghc-primitive
not-installed"ghc-primitive-devel
not-installed"ghc-process
not-installed"ghc-process-devel
not-installed"ghc-profunctors
not-installed"ghc-profunctors-devel
-not-installed"ghc-project-template
-not-installed"ghc-project-template-devel
+not-installed"ghc-psqueues
+not-installed"ghc-psqueues-devel
not-installed"ghc-quickcheck-io
not-installed"ghc-quickcheck-io-devel
not-installed"ghc-random
not-installed"ghc-random-devel
+not-installed"ghc-refact
+not-installed"ghc-refact-devel
not-installed"ghc-reflection
not-installed"ghc-reflection-devel
not-installed"ghc-regex-applicative
@@ -5468,14 +5905,14 @@ not-installed"ghc-regex-posix
not-installed"ghc-regex-posix-devel
not-installed"ghc-regex-tdfa
not-installed"ghc-regex-tdfa-devel
+not-installed"ghc-repline
+not-installed"ghc-repline-devel
not-installed"ghc-resolv
not-installed"ghc-resolv-devel
not-installed"ghc-resource-pool
not-installed"ghc-resource-pool-devel
not-installed"ghc-resourcet
not-installed"ghc-resourcet-devel
-not-installed"ghc-retry
-not-installed"ghc-retry-devel
not-installed"ghc-rfc5051
not-installed"ghc-rfc5051-devel
not-installed"ghc-rio
@@ -5490,20 +5927,38 @@ not-installed"ghc-safe
not-installed"ghc-safe-devel
not-installed"ghc-safe-exceptions
not-installed"ghc-safe-exceptions-devel
+not-installed"ghc-sandi
+not-installed"ghc-sandi-devel
not-installed"ghc-scientific
not-installed"ghc-scientific-devel
+not-installed"ghc-securemem
+not-installed"ghc-securemem-devel
+not-installed"ghc-semialign
+not-installed"ghc-semialign-devel
not-installed"ghc-semigroupoids
not-installed"ghc-semigroupoids-devel
not-installed"ghc-semigroups
not-installed"ghc-semigroups-devel
+not-installed"ghc-serialise
+not-installed"ghc-serialise-devel
not-installed"ghc-setenv
not-installed"ghc-setenv-devel
not-installed"ghc-setlocale
not-installed"ghc-setlocale-devel
+not-installed"ghc-shake
+not-installed"ghc-shake-devel
+not-installed"ghc-shakespeare
+not-installed"ghc-shakespeare-devel
not-installed"ghc-shelly
not-installed"ghc-shelly-devel
not-installed"ghc-silently
not-installed"ghc-silently-devel
+not-installed"ghc-simple-sendfile
+not-installed"ghc-simple-sendfile-devel
+not-installed"ghc-singleton-bool
+not-installed"ghc-singleton-bool-devel
+not-installed"ghc-skein
+not-installed"ghc-skein-devel
not-installed"ghc-skylighting
not-installed"ghc-skylighting-core
not-installed"ghc-skylighting-core-devel
@@ -5524,12 +5979,16 @@ not-installed"ghc-store-core
not-installed"ghc-store-core-devel
not-installed"ghc-streaming-commons
not-installed"ghc-streaming-commons-devel
+not-installed"ghc-strict
+not-installed"ghc-strict-devel
not-installed"ghc-syb
not-installed"ghc-syb-devel
not-installed"ghc-system-fileio
not-installed"ghc-system-fileio-devel
not-installed"ghc-system-filepath
not-installed"ghc-system-filepath-devel
+not-installed"ghc-tabular
+not-installed"ghc-tabular-devel
not-installed"ghc-tagged
not-installed"ghc-tagged-devel
not-installed"ghc-tagsoup
@@ -5538,6 +5997,14 @@ not-installed"ghc-tar
not-installed"ghc-tar-conduit
not-installed"ghc-tar-conduit-devel
not-installed"ghc-tar-devel
+not-installed"ghc-tasty
+not-installed"ghc-tasty-devel
+not-installed"ghc-tasty-hunit
+not-installed"ghc-tasty-hunit-devel
+not-installed"ghc-tasty-quickcheck
+not-installed"ghc-tasty-quickcheck-devel
+not-installed"ghc-tasty-rerun
+not-installed"ghc-tasty-rerun-devel
not-installed"ghc-template-haskell
not-installed"ghc-template-haskell-devel
not-installed"ghc-temporary
@@ -5546,14 +6013,26 @@ not-installed"ghc-terminal-size
not-installed"ghc-terminal-size-devel
not-installed"ghc-terminfo
not-installed"ghc-terminfo-devel
+not-installed"ghc-test-framework
+not-installed"ghc-test-framework-devel
+not-installed"ghc-test-framework-hunit
+not-installed"ghc-test-framework-hunit-devel
not-installed"ghc-texmath
not-installed"ghc-texmath-devel
not-installed"ghc-text
not-installed"ghc-text-conversions
not-installed"ghc-text-conversions-devel
not-installed"ghc-text-devel
+not-installed"ghc-text-format
+not-installed"ghc-text-format-devel
+not-installed"ghc-text-manipulate
+not-installed"ghc-text-manipulate-devel
not-installed"ghc-text-metrics
not-installed"ghc-text-metrics-devel
+not-installed"ghc-text-short
+not-installed"ghc-text-short-devel
+not-installed"ghc-text-zipper
+not-installed"ghc-text-zipper-devel
not-installed"ghc-tf-random
not-installed"ghc-tf-random-devel
not-installed"ghc-th-abstraction
@@ -5570,18 +6049,30 @@ not-installed"ghc-th-reify-many
not-installed"ghc-th-reify-many-devel
not-installed"ghc-th-utilities
not-installed"ghc-th-utilities-devel
+not-installed"ghc-these
+not-installed"ghc-these-devel
not-installed"ghc-time
not-installed"ghc-time-compat
not-installed"ghc-time-compat-devel
not-installed"ghc-time-devel
not-installed"ghc-time-locale-compat
not-installed"ghc-time-locale-compat-devel
+not-installed"ghc-time-manager
+not-installed"ghc-time-manager-devel
+not-installed"ghc-timeit
+not-installed"ghc-timeit-devel
not-installed"ghc-timezone-olson
not-installed"ghc-timezone-olson-devel
not-installed"ghc-timezone-series
not-installed"ghc-timezone-series-devel
not-installed"ghc-tls
not-installed"ghc-tls-devel
+not-installed"ghc-tls-session-manager
+not-installed"ghc-tls-session-manager-devel
+not-installed"ghc-topograph
+not-installed"ghc-topograph-devel
+not-installed"ghc-torrent
+not-installed"ghc-torrent-devel
not-installed"ghc-transformers
not-installed"ghc-transformers-base
not-installed"ghc-transformers-base-devel
@@ -5594,8 +6085,14 @@ not-installed"ghc-type-equality
not-installed"ghc-type-equality-devel
not-installed"ghc-typed-process
not-installed"ghc-typed-process-devel
+not-installed"ghc-uglymemo
+not-installed"ghc-uglymemo-devel
+not-installed"ghc-unbounded-delays
+not-installed"ghc-unbounded-delays-devel
not-installed"ghc-unicode-transforms
not-installed"ghc-unicode-transforms-devel
+not-installed"ghc-uniplate
+not-installed"ghc-uniplate-devel
not-installed"ghc-unix
not-installed"ghc-unix-compat
not-installed"ghc-unix-compat-devel
@@ -5608,10 +6105,18 @@ not-installed"ghc-unliftio-core-devel
not-installed"ghc-unliftio-devel
not-installed"ghc-unordered-containers
not-installed"ghc-unordered-containers-devel
+not-installed"ghc-uri-encode
+not-installed"ghc-uri-encode-devel
not-installed"ghc-utf8-string
not-installed"ghc-utf8-string-devel
+not-installed"ghc-utility-ht
+not-installed"ghc-utility-ht-devel
+not-installed"ghc-uuid
+not-installed"ghc-uuid-devel
not-installed"ghc-uuid-types
not-installed"ghc-uuid-types-devel
+not-installed"ghc-vault
+not-installed"ghc-vault-devel
not-installed"ghc-vector
not-installed"ghc-vector-algorithms
not-installed"ghc-vector-algorithms-devel
@@ -5624,6 +6129,28 @@ not-installed"ghc-vector-th-unbox
not-installed"ghc-vector-th-unbox-devel
not-installed"ghc-void
not-installed"ghc-void-devel
+not-installed"ghc-vty
+not-installed"ghc-vty-devel
+not-installed"ghc-wai
+not-installed"ghc-wai-app-static
+not-installed"ghc-wai-app-static-devel
+not-installed"ghc-wai-devel
+not-installed"ghc-wai-extra
+not-installed"ghc-wai-extra-devel
+not-installed"ghc-wai-logger
+not-installed"ghc-wai-logger-devel
+not-installed"ghc-warp
+not-installed"ghc-warp-devel
+not-installed"ghc-warp-tls
+not-installed"ghc-warp-tls-devel
+not-installed"ghc-wcwidth
+not-installed"ghc-wcwidth-devel
+not-installed"ghc-weeder
+not-installed"ghc-weeder-devel
+not-installed"ghc-wizards
+not-installed"ghc-wizards-devel
+not-installed"ghc-word-wrap
+not-installed"ghc-word-wrap-devel
not-installed"ghc-word8
not-installed"ghc-word8-devel
not-installed"ghc-x509
@@ -5640,6 +6167,8 @@ not-installed"ghc-xml
not-installed"ghc-xml-conduit
not-installed"ghc-xml-conduit-devel
not-installed"ghc-xml-devel
+not-installed"ghc-xml-hamlet
+not-installed"ghc-xml-hamlet-devel
not-installed"ghc-xml-types
not-installed"ghc-xml-types-devel
not-installed"ghc-xmobar
@@ -5648,12 +6177,25 @@ not-installed"ghc-xmonad
not-installed"ghc-xmonad-contrib
not-installed"ghc-xmonad-contrib-devel
not-installed"ghc-xmonad-devel
+not-installed"ghc-xss-sanitize
+not-installed"ghc-xss-sanitize-devel
not-installed"ghc-yaml
not-installed"ghc-yaml-devel
+not-installed"ghc-yesod
+not-installed"ghc-yesod-core
+not-installed"ghc-yesod-core-devel
+not-installed"ghc-yesod-devel
+not-installed"ghc-yesod-form
+not-installed"ghc-yesod-form-devel
+not-installed"ghc-yesod-persistent
+not-installed"ghc-yesod-persistent-devel
+not-installed"ghc-yesod-static
+not-installed"ghc-yesod-static-devel
not-installed"ghc-zip-archive
not-installed"ghc-zip-archive-devel
not-installed"ghc-zlib
not-installed"ghc-zlib-devel
+not-installed"ghcid
not-installed"ghex
not-installed"ghex-devel
not-installed"ghex-lang
@@ -5663,6 +6205,7 @@ not-installed"ghostscript-fonts
not-installed"ghostscript-fonts-grops
installed"ghostscript-fonts-other
installed"ghostscript-fonts-std
+installed"ghostscript-fonts-std-converted
installed"ghostscript-x11
not-installed"ghostview
not-installed"ghostwriter
@@ -5677,9 +6220,6 @@ not-installed"gigedit
not-installed"gigedit
not-installed"gigedit-debuginfo
not-installed"gigedit-debugsource
-not-installed"giggle
-not-installed"giggle-devel
-not-installed"giggle-lang
not-installed"gigolo
not-installed"gigolo-lang
not-installed"gimmix
@@ -5708,6 +6248,7 @@ not-installed"gimp-help-nl
not-installed"gimp-help-nn
not-installed"gimp-help-pl
not-installed"gimp-help-pt_BR
+not-installed"gimp-help-ro
not-installed"gimp-help-ru
not-installed"gimp-help-sl
not-installed"gimp-help-sv
@@ -5721,7 +6262,7 @@ not-installed"gimp-plugin-heif
not-installed"gimp-plugin-heif-debuginfo
not-installed"gimp-plugin-lqr
not-installed"gimp-plugin-lqr-lang
-installed"gimp-plugins-python
+not-installed"gimp-plugin-resynthesizer
not-installed"gimp-save-for-web
not-installed"gimp-save-for-web-lang
not-installed"gimp-ufraw
@@ -5736,6 +6277,8 @@ not-installed"gio-sharp3-devel
not-installed"girara-devel
installed"girepository-1_0
installed"git
+not-installed"git-annex
+not-installed"git-annex-bash-completion
not-installed"git-arch
not-installed"git-bz
not-installed"git-cola
@@ -5745,15 +6288,21 @@ not-installed"git-credential-libsecret
installed"git-crypt
installed"git-cvs
not-installed"git-daemon
+not-installed"git-delta
+not-installed"git-deps-html
not-installed"git-doc
installed"git-email
not-installed"git-filter-repo
installed"git-gui
not-installed"git-lfs
not-installed"git-merge-changelog
+not-installed"git-mr
not-installed"git-p4
not-installed"git-remote-gcrypt
not-installed"git-review
+not-installed"git-subrepo
+not-installed"git-subrepo-bash-completion
+not-installed"git-subrepo-zsh-completion
installed"git-svn
not-installed"git-sync
not-installed"git-test
@@ -5786,7 +6335,7 @@ not-installed"glade-catalog-gitg
not-installed"glade-catalog-gtkhtml
not-installed"glade-catalog-gtksourceview
not-installed"glade-catalog-gtksourceview4
-not-installed"glade-catalog-libhandy
+not-installed"glade-catalog-libhandy0
not-installed"glade-catalog-libpeas
not-installed"glade-catalog-v3270
not-installed"glade-lang
@@ -5884,6 +6433,7 @@ installed"glibc-extra
not-installed"glibc-html
not-installed"glibc-i18ndata
not-installed"glibc-info
+not-installed"glibc-lang
installed"glibc-locale
installed"glibc-locale-base
not-installed"glibc-locale-base-32bit
@@ -5905,6 +6455,7 @@ not-installed"glogg-debugsource
not-installed"glom
not-installed"glom-lang
not-installed"gloox-devel
+not-installed"glorytun
not-installed"glpk
not-installed"glpk-devel
not-installed"glpk-doc
@@ -5967,10 +6518,9 @@ not-installed"gmerlin-visualizer-debuginfo
not-installed"gmetrics
not-installed"gmetrics-javadoc
not-installed"gmic
+not-installed"gmic-bash-completion
not-installed"gmic-zart
not-installed"gmime-devel
-not-installed"gmime2_6-devel
-not-installed"gmime2_6-sharp
not-installed"gmmlib-devel
not-installed"gmock
installed"gmp-devel
@@ -6086,7 +6636,6 @@ not-installed"gnome-builder-doc
not-installed"gnome-builder-lang
not-installed"gnome-builder-plugin-jedi
not-installed"gnome-builder-plugin-jhbuild
-not-installed"gnome-builder-plugin-vala-pack
not-installed"gnome-calculator
not-installed"gnome-calculator-devel
not-installed"gnome-calculator-lang
@@ -6101,6 +6650,9 @@ not-installed"gnome-clocks-lang
installed"gnome-color-manager
installed"gnome-color-manager-lang
not-installed"gnome-colors-icon-theme
+not-installed"gnome-commander
+not-installed"gnome-commander-doc
+not-installed"gnome-commander-lang
not-installed"gnome-common
not-installed"gnome-contacts
not-installed"gnome-contacts-lang
@@ -6127,6 +6679,7 @@ not-installed"gnome-documents-lang
not-installed"gnome-dvb-daemon
not-installed"gnome-dvb-daemon-lang
not-installed"gnome-epub-thumbnailer
+not-installed"gnome-extensions
not-installed"gnome-firmware
not-installed"gnome-firmware-lang
not-installed"gnome-font-viewer
@@ -6142,6 +6695,8 @@ not-installed"gnome-gmail-notifier-lang
not-installed"gnome-icon-theme
not-installed"gnome-icon-theme-extras
not-installed"gnome-icon-theme-symbolic
+not-installed"gnome-initial-setup
+not-installed"gnome-initial-setup-lang
not-installed"gnome-internet-radio-locator
not-installed"gnome-internet-radio-locator-lang
installed"gnome-keyring
@@ -6174,6 +6729,8 @@ not-installed"gnome-music
not-installed"gnome-music-lang
not-installed"gnome-nettool
not-installed"gnome-nettool-lang
+not-installed"gnome-network-displays
+not-installed"gnome-network-displays-lang
not-installed"gnome-news
not-installed"gnome-news-lang
not-installed"gnome-nibbles
@@ -6296,7 +6853,6 @@ not-installed"gnonograms
not-installed"gnonograms-lang
not-installed"gnote
not-installed"gnote-lang
-not-installed"gns3
not-installed"gns3-server
not-installed"gnu-cobol
not-installed"gnu-compilers-hpc
@@ -6378,6 +6934,9 @@ not-installed"go1.13-race
not-installed"go1.14
not-installed"go1.14-doc
not-installed"go1.14-race
+not-installed"go1.15
+not-installed"go1.15-doc
+not-installed"go1.15-race
not-installed"go1.4
not-installed"go1.4-doc
not-installed"go1.4-race
@@ -6405,9 +6964,11 @@ not-installed"goffice-devel
not-installed"goffice-lang
not-installed"gogglesmm
not-installed"gogglesmm
+not-installed"gogglesmm-debuginfo
not-installed"gogglesmm-debugsource
not-installed"gogglesmm-lang
not-installed"gojsontoyaml
+not-installed"golang-github-QubitProducts-exporter_exporter
not-installed"golang-github-boynux-squid_exporter
not-installed"golang-github-cpuguy83-go-md2man
not-installed"golang-github-docker-libnetwork
@@ -6426,7 +6987,9 @@ not-installed"golang-github-prometheus-node_exporter
not-installed"golang-github-prometheus-prometheus
not-installed"golang-github-prometheus-promu
not-installed"golang-github-rogpeppe-godef
+not-installed"golang-github-shadowsocks-v2ray-plugin
not-installed"golang-github-shurcool-sanitized_anchor_name
+not-installed"golang-github-v2ray-v2ray-core
not-installed"golang-github-vpenso-prometheus_slurm_exporter
not-installed"golang-github-wrouesnel-postgres_exporter
not-installed"golang-gopkgin-check
@@ -6454,15 +7017,14 @@ not-installed"google-cabin-fonts
not-installed"google-caladea-fonts
not-installed"google-cardo-fonts
installed"google-carlito-fonts
-not-installed"google-compute-engine-init
-not-installed"google-compute-engine-oslogin
-not-installed"google-compute-engine-oslogin-32bit
not-installed"google-cousine-fonts
not-installed"google-croscore-fonts
installed"google-droid-fonts
not-installed"google-exo-fonts
not-installed"google-gson
not-installed"google-gson-javadoc
+not-installed"google-guest-configs
+not-installed"google-guest-oslogin
not-installed"google-guice
not-installed"google-guice-javadoc
not-installed"google-http-java-client
@@ -6490,7 +7052,9 @@ installed"google-opensans-fonts
not-installed"google-quiche-source
installed"google-roboto-fonts
not-installed"google-roboto-mono-fonts
+installed"google-roboto-slab-fonts
not-installed"google-tinos-fonts
+not-installed"google-worksans-fonts
not-installed"googleapis-source
not-installed"googler
not-installed"gops
@@ -6525,6 +7089,7 @@ installed"gpg2
installed"gpg2-lang
not-installed"gpgme
not-installed"gphoto
+not-installed"gphoto2-webcam
not-installed"gphotofs
not-installed"gpick
not-installed"gpick-lang
@@ -6532,8 +7097,6 @@ not-installed"gpicview
not-installed"gpicview-lang
installed"gpm
not-installed"gpm-devel
-not-installed"gpodder
-not-installed"gpodder
not-installed"gpodder3
not-installed"gpodder3
not-installed"gpomme
@@ -6557,14 +7120,20 @@ not-installed"gq
not-installed"gr-fcdproplus
not-installed"gr-fcdproplus-devel-doc
not-installed"gr-iqbal-devel-doc
+not-installed"gr-iqbal-grc
not-installed"grabpng
not-installed"gradio
not-installed"gradio-lang
not-installed"gradle
not-installed"gradle-local
not-installed"grafana
+not-installed"grafana-ha-cluster-dashboards
not-installed"grafana-piechart-panel
+not-installed"grafana-sap-hana-dashboards
+not-installed"grafana-sap-netweaver-dashboards
+not-installed"grafana-sap-providers
not-installed"grafana-status-panel
+not-installed"grafx2
not-installed"grail
not-installed"grail-devel
not-installed"gramofile
@@ -6607,8 +7176,10 @@ not-installed"grass
not-installed"grass-devel
not-installed"grass-doc
not-installed"grc
+not-installed"greetd
installed"grep
installed"grep-lang
+not-installed"grepcidr
not-installed"grepmail
not-installed"grfcodec
not-installed"gri
@@ -6663,6 +7234,7 @@ not-installed"groovy-xml
not-installed"groovy18
not-installed"groovy18-javadoc
not-installed"groovy18-lib
+not-installed"growlight
not-installed"growpart
not-installed"growpart-generator
not-installed"grpc-devel
@@ -6728,6 +7300,7 @@ installed"gstreamer
not-installed"gstreamer-1_0-plugins-buzztrax
installed"gstreamer-32bit
not-installed"gstreamer-devel
+not-installed"gstreamer-devel-32bit
not-installed"gstreamer-doc
not-installed"gstreamer-editing-services
not-installed"gstreamer-editing-services-devel
@@ -6819,7 +7392,9 @@ not-installed"gtk-chtheme
not-installed"gtk-chtheme-debuginfo
not-installed"gtk-chtheme-debugsource
not-installed"gtk-doc
-not-installed"gtk-doc-lang
+not-installed"gtk-doc-manual
+not-installed"gtk-doc-manual-lang
+not-installed"gtk-doc-mkpdf
not-installed"gtk-frdp-devel
not-installed"gtk-gnutella
not-installed"gtk-gnutella
@@ -6994,6 +7569,7 @@ not-installed"gtkam-lang
not-installed"gtkd-devel
not-installed"gtkglext-devel
not-installed"gtkglext-doc
+not-installed"gtkgreet
not-installed"gtkhtml-4_0-lang
not-installed"gtkhtml-devel
not-installed"gtkimageview-devel
@@ -7025,6 +7601,7 @@ not-installed"gtkwave
not-installed"gtkwave-doc
not-installed"gtkwave-examples
not-installed"gtranslator
+not-installed"gtranslator-doc
not-installed"gtranslator-lang
not-installed"gts
not-installed"gts-devel
@@ -7047,6 +7624,7 @@ not-installed"gucharmap-devel
not-installed"gucharmap-lang
not-installed"gudev-sharp
not-installed"gudev-sharp-devel
+not-installed"guess-changelog
installed"guestfs-data
not-installed"guestfs-tools
not-installed"guestfsd
@@ -7070,7 +7648,7 @@ not-installed"guile-devel
not-installed"guile-gcrypt
not-installed"guile-git
not-installed"guile-json
-not-installed"guile-modules-2_2
+not-installed"guile-modules-3_0
not-installed"guile-newt
not-installed"guile-parted
not-installed"guile-sqlite3
@@ -7119,7 +7697,6 @@ not-installed"gxine-browser-plugin-debuginfo
not-installed"gxine-debuginfo
not-installed"gxine-debugsource
not-installed"gxine-lang
-not-installed"gyp
not-installed"gypsy
not-installed"gzdoom
installed"gzip
@@ -7147,7 +7724,6 @@ not-installed"hamlib
not-installed"hamlib-devel
not-installed"hamster-time-tracker
not-installed"hamster-time-tracker-lang
-not-installed"hanadb_exporter
not-installed"handbrake
not-installed"handbrake-cli
not-installed"handbrake-cli-debuginfo
@@ -7169,6 +7745,7 @@ not-installed"hartke-aurulentsans-fonts
not-installed"haserl
installed"hashalot
not-installed"hashcat
+not-installed"hashcat-devel
not-installed"hashdeep
installed"haveged
not-installed"haveged-devel
@@ -7219,6 +7796,8 @@ not-installed"hdf5-gnu-openmpi2-hpc
not-installed"hdf5-gnu-openmpi2-hpc-devel
not-installed"hdf5-gnu-openmpi3-hpc
not-installed"hdf5-gnu-openmpi3-hpc-devel
+not-installed"hdf5-gnu-openmpi4-hpc
+not-installed"hdf5-gnu-openmpi4-hpc-devel
not-installed"hdf5-hpc-examples
not-installed"hdf5-mvapich2
not-installed"hdf5-mvapich2-devel
@@ -7236,6 +7815,10 @@ not-installed"hdf5-openmpi3
not-installed"hdf5-openmpi3-devel
not-installed"hdf5-openmpi3-devel-32bit
not-installed"hdf5-openmpi3-devel-static
+not-installed"hdf5-openmpi4
+not-installed"hdf5-openmpi4-devel
+not-installed"hdf5-openmpi4-devel-32bit
+not-installed"hdf5-openmpi4-devel-static
not-installed"hdf5_1_10_5-gnu-hpc
not-installed"hdf5_1_10_5-gnu-hpc-devel
not-installed"hdf5_1_10_5-gnu-hpc-devel-static
@@ -7260,6 +7843,10 @@ not-installed"hdf5_1_10_5-gnu-openmpi3-hpc
not-installed"hdf5_1_10_5-gnu-openmpi3-hpc-devel
not-installed"hdf5_1_10_5-gnu-openmpi3-hpc-devel-static
not-installed"hdf5_1_10_5-gnu-openmpi3-hpc-module
+not-installed"hdf5_1_10_5-gnu-openmpi4-hpc
+not-installed"hdf5_1_10_5-gnu-openmpi4-hpc-devel
+not-installed"hdf5_1_10_5-gnu-openmpi4-hpc-devel-static
+not-installed"hdf5_1_10_5-gnu-openmpi4-hpc-module
not-installed"hdf5_1_10_5-hpc-examples
not-installed"hdhomerun-config
not-installed"hdhomerun-config-debuginfo
@@ -7290,7 +7877,6 @@ not-installed"heaptrack-gui-debuginfo
not-installed"heaptrack-lang
not-installed"hedgewars
not-installed"hedgewars-data
-not-installed"heif-devel-headers
not-installed"heif-gimp-plugin
not-installed"heif-gimp-plugin-debugsource
not-installed"heimdall
@@ -7300,7 +7886,10 @@ not-installed"hello-kubic
not-installed"hello-kubic-k8s-yaml
not-installed"hello-lang
not-installed"helm
+not-installed"helm-bash-completion
not-installed"helm-mirror
+not-installed"helm-zsh-completion
+not-installed"helmfile
not-installed"help2man
not-installed"help2man-lang
not-installed"herbstluftwm
@@ -7349,6 +7938,10 @@ not-installed"hitori-lang
not-installed"hivex
not-installed"hivex-devel
not-installed"hivex-lang
+not-installed"hledger
+not-installed"hledger-interest
+not-installed"hledger-ui
+not-installed"hlint
not-installed"hmaccalc
not-installed"hmcfgusb
not-installed"hmconv
@@ -7368,6 +7961,7 @@ not-installed"hostap-utils
not-installed"hostapd
not-installed"hostinfo
installed"hostname
+not-installed"hotdoc
not-installed"hotspot
not-installed"hourglass
not-installed"hourglass-lang
@@ -7379,8 +7973,6 @@ not-installed"hpc_compute_node
not-installed"hpc_development_node
not-installed"hpc_libraries
not-installed"hpc_workload_server
-not-installed"hping
-not-installed"hping-doc
not-installed"hplip
not-installed"hplip-devel
not-installed"hplip-hpijs
@@ -7391,6 +7983,7 @@ not-installed"hppc-javadoc
not-installed"hppc-templateprocessor
not-installed"hpx
not-installed"hpx-devel
+not-installed"hscolour
not-installed"hspec-discover
not-installed"hsqldb
not-installed"hsqldb-demo
@@ -7416,6 +8009,10 @@ not-installed"htsfile
not-installed"http-builder
not-installed"http-builder-javadoc
not-installed"http-parser-devel
+not-installed"httpcomponents-asyncclient
+not-installed"httpcomponents-asyncclient-cache
+not-installed"httpcomponents-asyncclient-javadoc
+not-installed"httpcomponents-asyncclient-parent
not-installed"httpcomponents-client
not-installed"httpcomponents-client-cache
not-installed"httpcomponents-client-javadoc
@@ -7465,15 +8062,19 @@ not-installed"hypre-gnu-mvapich2-hpc-devel
not-installed"hypre-gnu-openmpi1-hpc-devel
not-installed"hypre-gnu-openmpi2-hpc-devel
not-installed"hypre-gnu-openmpi3-hpc-devel
+not-installed"hypre-gnu-openmpi4-hpc-devel
not-installed"hypre-mpich-devel
not-installed"hypre-mvapich2-devel
not-installed"hypre-openmpi1-devel
not-installed"hypre-openmpi2-devel
+not-installed"hypre-openmpi3-devel
+not-installed"hypre-openmpi4-devel
not-installed"hypre_2_18_2-gnu-mpich-hpc-devel
not-installed"hypre_2_18_2-gnu-mvapich2-hpc-devel
not-installed"hypre_2_18_2-gnu-openmpi1-hpc-devel
not-installed"hypre_2_18_2-gnu-openmpi2-hpc-devel
not-installed"hypre_2_18_2-gnu-openmpi3-hpc-devel
+not-installed"hypre_2_18_2-gnu-openmpi4-hpc-devel
not-installed"i18nspector
not-installed"i2c-tools
not-installed"i2pd
@@ -7491,6 +8092,7 @@ not-installed"iMule-debuginfo
not-installed"iMule-debugsource
not-installed"iagno
not-installed"iagno-lang
+not-installed"iasimage
not-installed"ibacm
not-installed"ibm-data-db2
not-installed"ibmswtpm2
@@ -7521,7 +8123,6 @@ not-installed"ibus-mozc-candidate-window
not-installed"ibus-pinyin
not-installed"ibus-rime
not-installed"ibus-skk
-not-installed"ibus-sunpinyin
not-installed"ibus-table
not-installed"ibus-table-chinese-array
not-installed"ibus-table-chinese-cangjie
@@ -7641,7 +8242,7 @@ not-installed"ifuse
not-installed"igerman98-doc
not-installed"ignition
not-installed"ignition-config-transpiler
-not-installed"ignition-dracut
+not-installed"ignition-dracut-grub2
not-installed"iio-sensor-proxy
not-installed"iio-sensor-proxy-doc
not-installed"ikiwiki
@@ -7709,9 +8310,8 @@ not-installed"include-what-you-use
not-installed"include-what-you-use-tools
not-installed"indent
not-installed"indent-lang
-not-installed"index
-not-installed"index
not-installed"indic-fonts
+not-installed"indicator-common
not-installed"indriya
not-installed"indriya-javadoc
not-installed"ineffassign
@@ -7730,11 +8330,10 @@ not-installed"ini4j-javadoc
installed"initviocons
not-installed"injeqt-devel
not-installed"inkscape
-not-installed"inkscape-extensions-dia
not-installed"inkscape-extensions-extra
not-installed"inkscape-extensions-fig
not-installed"inkscape-extensions-gimp
-not-installed"inkscape-extensions-skencil
+not-installed"inkscape-extensions-scribus
not-installed"inkscape-lang
not-installed"inn
not-installed"inn-devel
@@ -7769,6 +8368,7 @@ not-installed"intel-vaapi-driver-32bit
not-installed"intelhex
not-installed"inter-fonts
not-installed"interbench
+not-installed"interceptty
not-installed"intlfonts
not-installed"intlfonts-arabic-bitmap-fonts
not-installed"intlfonts-asian-bitmap-fonts
@@ -7824,6 +8424,7 @@ not-installed"ipmiutil-devel
not-installed"ipmiutil-static
not-installed"iprange
installed"iproute2
+installed"iproute2-arpd
not-installed"iproute2-bash-completion
installed"ipset
not-installed"ipset-devel
@@ -7841,6 +8442,7 @@ not-installed"irda
not-installed"irman-common
not-installed"irman-utils
installed"irqbalance
+installed"irqbalance-ui
not-installed"irrlicht-data
not-installed"irrlicht-devel
installed"irssi
@@ -7857,6 +8459,7 @@ not-installed"iscan-debugsource
not-installed"iscan-firmware
not-installed"iscan-plugin
not-installed"iscan-plugin
+not-installed"iscsi-formula
installed"iscsiuio
not-installed"isight-firmware-tools
not-installed"isl-devel
@@ -7872,6 +8475,7 @@ not-installed"isomaster-debuginfo
not-installed"isomaster-debugsource
not-installed"isomaster-lang
not-installed"isorelax
+not-installed"ispc
installed"ispell
installed"ispell-american
not-installed"ispell-brazilian
@@ -7910,6 +8514,9 @@ not-installed"istack-commons-test
not-installed"istack-commons-tools
not-installed"istgt
not-installed"isync
+not-installed"itext-parent
+not-installed"itextpdf
+not-installed"itextpdf-javadoc
not-installed"itk
not-installed"itpp-devel
not-installed"itpp-doc
@@ -7929,7 +8536,6 @@ not-installed"iwpmd
installed"jack
not-installed"jack-32bit
not-installed"jack-rack
-not-installed"jackEQ
not-installed"jack_capture
not-installed"jack_mixer
not-installed"jack_mixer
@@ -7951,7 +8557,24 @@ not-installed"jackson-dataformat-cbor
not-installed"jackson-dataformat-smile
not-installed"jackson-dataformats-binary
not-installed"jackson-dataformats-binary-javadoc
+not-installed"jackson-datatype-guava
+not-installed"jackson-datatype-hppc
+not-installed"jackson-datatypes-collections
+not-installed"jackson-datatypes-collections-javadoc
not-installed"jackson-javadoc
+not-installed"jackson-jaxrs-json-provider
+not-installed"jackson-jaxrs-providers
+not-installed"jackson-jaxrs-providers-datatypes
+not-installed"jackson-jaxrs-providers-javadoc
+not-installed"jackson-jaxrs-providers-parent
+not-installed"jackson-module-afterburner
+not-installed"jackson-module-guice
+not-installed"jackson-module-jaxb-annotations
+not-installed"jackson-module-mrbean
+not-installed"jackson-module-osgi
+not-installed"jackson-module-paranamer
+not-installed"jackson-modules-base
+not-installed"jackson-modules-base-javadoc
not-installed"jackson-parent
not-installed"jacktrip
not-installed"jaero
@@ -7983,7 +8606,6 @@ not-installed"jakarta-taglibs-standard-javadoc
not-installed"jameica
not-installed"jameica-devel
not-installed"jameica-javadoc
-not-installed"jamin
not-installed"janino
not-installed"janino-javadoc
not-installed"jansi
@@ -7992,6 +8614,7 @@ not-installed"jansi-native
not-installed"jansi-native-javadoc
not-installed"jarjar
not-installed"jarjar-javadoc
+not-installed"jasper
not-installed"jatl
not-installed"jatl-javadoc
not-installed"java-11-openj9
@@ -8087,10 +8710,16 @@ not-installed"jbig2dec
not-installed"jbig2dec-devel
not-installed"jbig2dec-devel-32bit
not-installed"jbigkit
+not-installed"jboss-annotations-1.2-api
+not-installed"jboss-annotations-1.2-api-javadoc
not-installed"jboss-interceptors-1.2-api
not-installed"jboss-interceptors-1.2-api-javadoc
+not-installed"jboss-jaxrs-2.0-api
+not-installed"jboss-jaxrs-2.0-api-javadoc
not-installed"jboss-logging
not-installed"jboss-logging-javadoc
+not-installed"jboss-logging-tools
+not-installed"jboss-logging-tools-javadoc
not-installed"jboss-logmanager
not-installed"jboss-logmanager-javadoc
not-installed"jboss-marshalling
@@ -8103,6 +8732,7 @@ not-installed"jboss-websocket-1.0-api
not-installed"jboss-websocket-1.0-api-javadoc
not-installed"jc
not-installed"jcasgen-maven-plugin
+not-installed"jcat-tool
not-installed"jchardet
not-installed"jchardet-javadoc
not-installed"jcifs
@@ -8125,6 +8755,8 @@ not-installed"jctools-javadoc
not-installed"jctools-parent
not-installed"jcuber
not-installed"jcuber-doc
+not-installed"jdeparser
+not-installed"jdeparser-javadoc
not-installed"jdepend
not-installed"jdepend-demo
not-installed"jdependency
@@ -8136,6 +8768,7 @@ not-installed"jdom2
not-installed"jdom2-javadoc
not-installed"jedit
not-installed"jedit-javadoc
+not-installed"jefferson
not-installed"jemalloc
not-installed"jemalloc-devel
not-installed"jemmy
@@ -8143,6 +8776,8 @@ not-installed"jemmy-javadoc
not-installed"jenkins-json-lib
not-installed"jeos-firstboot
not-installed"jeos-firstboot-rpiwifi
+not-installed"jersey
+not-installed"jersey-javadoc
not-installed"jetbrains-annotations
not-installed"jetbrains-annotations-javadoc
not-installed"jettison
@@ -8256,6 +8891,20 @@ not-installed"jmol
not-installed"jna
not-installed"jna-contrib
not-installed"jna-javadoc
+not-installed"jnr-constants
+not-installed"jnr-constants-javadoc
+not-installed"jnr-enxio
+not-installed"jnr-enxio-javadoc
+not-installed"jnr-ffi
+not-installed"jnr-ffi-javadoc
+not-installed"jnr-netdb
+not-installed"jnr-netdb-javadoc
+not-installed"jnr-posix
+not-installed"jnr-posix-javadoc
+not-installed"jnr-unixsocket
+not-installed"jnr-unixsocket-javadoc
+not-installed"jnr-x86asm
+not-installed"jnr-x86asm-javadoc
not-installed"jo
not-installed"jo-bash-completion
not-installed"joda-convert
@@ -8276,6 +8925,7 @@ not-installed"josm
not-installed"josm-fonts
not-installed"jp
not-installed"jp2a
+not-installed"jpcre2-devel
installed"jpegoptim
not-installed"jpnevulator
installed"jq
@@ -8342,10 +8992,6 @@ not-installed"julia-debug
not-installed"julia-devel
not-installed"julia-doc
not-installed"julius
-not-installed"julius
-not-installed"julius-debuginfo
-not-installed"julius-debugsource
-not-installed"julius-devel
not-installed"junit
not-installed"junit-javadoc
not-installed"junit-manual
@@ -8359,25 +9005,22 @@ not-installed"jupyter
not-installed"jupyter-bqplot
not-installed"jupyter-calysto
not-installed"jupyter-doc
-not-installed"jupyter-hide_code
+not-installed"jupyter-hide-code
not-installed"jupyter-imatlab
not-installed"jupyter-ipydatawidgets
not-installed"jupyter-ipydatawidgets-jupyterlab
not-installed"jupyter-ipyevents
not-installed"jupyter-ipyevents-jupyterlab
not-installed"jupyter-ipykernel
-not-installed"jupyter-ipykernel-python2
not-installed"jupyter-ipyleaflet
not-installed"jupyter-ipympl
not-installed"jupyter-ipympl-jupyterlab
not-installed"jupyter-ipyparallel
-not-installed"jupyter-ipyparallel-doc
not-installed"jupyter-ipyscales
not-installed"jupyter-ipysheet
not-installed"jupyter-ipyvolume
not-installed"jupyter-ipywebrtc
not-installed"jupyter-jupyter-client
-not-installed"jupyter-jupyter-client-doc
not-installed"jupyter-jupyter-contrib-nbextensions
not-installed"jupyter-jupyter-core
not-installed"jupyter-jupyter-full-width
@@ -8413,7 +9056,6 @@ not-installed"jupyter-nbdime-git
not-installed"jupyter-nbdime-hg
not-installed"jupyter-nbdime-jupyterlab
not-installed"jupyter-nbformat
-not-installed"jupyter-nbformat-doc
not-installed"jupyter-nbinteract
not-installed"jupyter-nbpresent
not-installed"jupyter-notebook
@@ -8458,6 +9100,7 @@ not-installed"k4dirstat
not-installed"k4dirstat-debuginfo
not-installed"k4dirstat-debugsource
not-installed"k4dirstat-lang
+not-installed"k8s-sidecar
not-installed"k9copy
not-installed"k9copy
not-installed"k9copy-debuginfo
@@ -8465,7 +9108,9 @@ not-installed"k9copy-debugsource
not-installed"k9copy-lang
not-installed"k9s
not-installed"kColorPicker-devel
+not-installed"kImageAnnotator
not-installed"kImageAnnotator-devel
+not-installed"kImageAnnotator-lang
installed"kaccounts-integration
not-installed"kaccounts-integration-32bit
not-installed"kaccounts-integration-devel
@@ -8503,7 +9148,7 @@ not-installed"kajongg-lang
not-installed"kakasi
not-installed"kakasi-devel
not-installed"kakasi-dict
-not-installed"kakoune
+installed"kakoune
not-installed"kalarm
not-installed"kalarm-lang
installed"kalarmcal
@@ -8525,6 +9170,10 @@ not-installed"kamoso
not-installed"kamoso-lang
not-installed"kanagram
not-installed"kanagram-lang
+not-installed"kanidm
+not-installed"kanidm-clients
+not-installed"kanidm-server
+not-installed"kanidm-unixd-clients
not-installed"kanjipad
not-installed"kapidox
not-installed"kapman
@@ -8562,8 +9211,6 @@ not-installed"kblackbox
not-installed"kblackbox-lang
not-installed"kblocks
not-installed"kblocks-lang
-not-installed"kblog-devel
-not-installed"kblog-lang
not-installed"kbookmarks-devel
not-installed"kbookmarks-devel-32bit
not-installed"kbounce
@@ -8651,10 +9298,6 @@ not-installed"kde-l10n-devel
not-installed"kde-oxygen-fonts
installed"kde-print-manager
installed"kde-print-manager-lang
-not-installed"kde-thumbnailer-epub
-not-installed"kde-thumbnailer-epub
-not-installed"kde-thumbnailer-epub-debuginfo
-not-installed"kde-thumbnailer-epub-debugsource
installed"kde-user-manager
installed"kde-user-manager-lang
not-installed"kde4-icontheme-caledonia
@@ -8674,9 +9317,6 @@ not-installed"kdeclarative-devel
not-installed"kdeclarative-devel-32bit
not-installed"kdeclarative-tools
installed"kdeconnect-kde
-not-installed"kdeconnect-kde
-not-installed"kdeconnect-kde-debuginfo
-not-installed"kdeconnect-kde-debugsource
installed"kdeconnect-kde-lang
installed"kdeconnect-kde-zsh-completion
installed"kded
@@ -8800,6 +9440,7 @@ installed"kernel-devel
not-installed"kernel-docs
not-installed"kernel-docs-html
not-installed"kernel-firmware
+not-installed"kernel-firmware
installed"kernel-firmware-all
installed"kernel-firmware-amdgpu
installed"kernel-firmware-ath10k
@@ -8822,6 +9463,7 @@ installed"kernel-firmware-network
installed"kernel-firmware-nfp
installed"kernel-firmware-nvidia
installed"kernel-firmware-platform
+installed"kernel-firmware-prestera
installed"kernel-firmware-qlogic
installed"kernel-firmware-radeon
installed"kernel-firmware-realtek
@@ -9017,9 +9659,6 @@ not-installed"kio-fuse
not-installed"kio-fuse-debuginfo
not-installed"kio-fuse-debugsource
not-installed"kio-gdrive
-not-installed"kio-gdrive
-not-installed"kio-gdrive-debuginfo
-not-installed"kio-gdrive-debugsource
not-installed"kio-gdrive-lang
installed"kio-lang
not-installed"kio-stash
@@ -9065,9 +9704,10 @@ not-installed"kismet-capture-ti-cc-2531
not-installed"kismet-capture-ti-cc2540
not-installed"kismet-devel
not-installed"kismet-logtools
+not-installed"kissfft-devel
not-installed"kitemmodels-devel
not-installed"kitemmodels-devel-32bit
-not-installed"kitemmodels-imports
+installed"kitemmodels-imports
not-installed"kitemviews-devel
not-installed"kitemviews-devel-32bit
not-installed"kiten
@@ -9077,7 +9717,6 @@ installed"kitinerary
not-installed"kitinerary-devel
not-installed"kitty
not-installed"kiwi-boot-descriptions
-not-installed"kiwi-boot-requires
not-installed"kiwi-filesystem-requires
not-installed"kiwi-image-docker-requires
not-installed"kiwi-image-iso-requires
@@ -9085,6 +9724,7 @@ not-installed"kiwi-image-oem-requires
not-installed"kiwi-image-pxe-requires
not-installed"kiwi-image-tbz-requires
not-installed"kiwi-image-vmx-requires
+not-installed"kiwi-image-wsl-requires
not-installed"kiwi-man-pages
not-installed"kiwi-pxeboot
not-installed"kiwi-templates-JeOS
@@ -9159,7 +9799,6 @@ not-installed"kmix
not-installed"kmix-lang
installed"kmod
not-installed"kmod-bash-completion
-installed"kmod-compat
installed"kmousetool
installed"kmousetool-lang
not-installed"kmouth
@@ -9199,7 +9838,6 @@ not-installed"knights
not-installed"knights-lang
not-installed"knock
not-installed"knockd
-not-installed"knot
installed"knotes
installed"knotes-lang
not-installed"knotifications-devel
@@ -9332,8 +9970,6 @@ not-installed"kodi.binary-addons-screensaver.stars
not-installed"kodi.binary-addons-screensaver.stars-debuginfo
not-installed"kodi.binary-addons-vfs.libarchive
not-installed"kodi.binary-addons-vfs.libarchive-debuginfo
-not-installed"kodi.binary-addons-vfs.nfs
-not-installed"kodi.binary-addons-vfs.nfs-debuginfo
not-installed"kodi.binary-addons-vfs.rar
not-installed"kodi.binary-addons-vfs.rar-debuginfo
not-installed"kodi.binary-addons-vfs.sacd
@@ -9344,13 +9980,18 @@ not-installed"kodi.binary-addons-visualization.fishbmc
not-installed"kodi.binary-addons-visualization.fishbmc-debuginfo
not-installed"kodi.binary-addons-visualization.goom
not-installed"kodi.binary-addons-visualization.goom-debuginfo
+not-installed"kodi.binary-addons-visualization.pictureit
+not-installed"kodi.binary-addons-visualization.pictureit-debuginfo
not-installed"kodi.binary-addons-visualization.shadertoy
not-installed"kodi.binary-addons-visualization.shadertoy-debuginfo
not-installed"kodi.binary-addons-visualization.spectrum
not-installed"kodi.binary-addons-visualization.spectrum-debuginfo
+not-installed"kodi.binary-addons-visualization.starburst
+not-installed"kodi.binary-addons-visualization.starburst-debuginfo
not-installed"kodi.binary-addons-visualization.waveform
not-installed"kodi.binary-addons-visualization.waveform-debuginfo
not-installed"kohsuke-pom
+not-installed"kokkos-devel
not-installed"kolf
not-installed"kolf-lang
not-installed"kollision
@@ -9363,7 +10004,7 @@ not-installed"kompare-devel
installed"kompare-lang
not-installed"kompose
not-installed"konkretcmpi-devel
-not-installed"konkretcmpi-python
+not-installed"konkretcmpi-python3
not-installed"konqueror
not-installed"konqueror-devel
not-installed"konqueror-lang
@@ -9502,6 +10143,7 @@ installed"kreversi
installed"kreversi-lang
not-installed"krfb
not-installed"krfb-lang
+not-installed"kristall
not-installed"krita
not-installed"krita
not-installed"krita-debuginfo
@@ -9641,21 +10283,60 @@ not-installed"kube-prometheus-k8s-yaml
not-installed"kube-prometheus-sources
not-installed"kubeadm
not-installed"kubectl-who-can
+not-installed"kuberlr
not-installed"kubernetes-apiserver
+not-installed"kubernetes-apiserver-minus1
not-installed"kubernetes-client
not-installed"kubernetes-controller-manager
-not-installed"kubernetes-dashboard
+not-installed"kubernetes-controller-manager-minus1
+not-installed"kubernetes-coredns
+not-installed"kubernetes-coredns-minus1
not-installed"kubernetes-dns
+not-installed"kubernetes-etcd
+not-installed"kubernetes-etcd-minus1
not-installed"kubernetes-kubeadm
-not-installed"kubernetes-kubelet-common
-not-installed"kubernetes-kubelet1.17
-not-installed"kubernetes-kubelet1.18
+not-installed"kubernetes-kubelet
not-installed"kubernetes-node-image-pause
not-installed"kubernetes-pause
not-installed"kubernetes-proxy
+not-installed"kubernetes-proxy-minus1
not-installed"kubernetes-salt
not-installed"kubernetes-scheduler
+not-installed"kubernetes-scheduler-minus1
+not-installed"kubernetes1.17-apiserver
+not-installed"kubernetes1.17-client
+not-installed"kubernetes1.17-controller-manager
+not-installed"kubernetes1.17-kubeadm
+not-installed"kubernetes1.17-kubelet
+not-installed"kubernetes1.17-kubelet-common
+not-installed"kubernetes1.17-proxy
+not-installed"kubernetes1.17-scheduler
+not-installed"kubernetes1.18-apiserver
+not-installed"kubernetes1.18-client
+not-installed"kubernetes1.18-client-common
+not-installed"kubernetes1.18-controller-manager
+not-installed"kubernetes1.18-kubeadm
+not-installed"kubernetes1.18-kubelet
+not-installed"kubernetes1.18-kubelet-common
+not-installed"kubernetes1.18-proxy
+not-installed"kubernetes1.18-scheduler
+not-installed"kubernetes1.19-apiserver
+not-installed"kubernetes1.19-client
+not-installed"kubernetes1.19-client-common
+not-installed"kubernetes1.19-controller-manager
+not-installed"kubernetes1.19-kubeadm
+not-installed"kubernetes1.19-kubelet
+not-installed"kubernetes1.19-kubelet-common
+not-installed"kubernetes1.19-proxy
+not-installed"kubernetes1.19-scheduler
not-installed"kubernetes_utilities
+not-installed"kubevirt-container-disk
+not-installed"kubevirt-virt-api
+not-installed"kubevirt-virt-controller
+not-installed"kubevirt-virt-handler
+not-installed"kubevirt-virt-launcher
+not-installed"kubevirt-virt-operator
+not-installed"kubevirt-virtctl
not-installed"kubic-haproxycfg
not-installed"kubic-locale-archive
not-installed"kubic-pause
@@ -9666,10 +10347,16 @@ not-installed"kubicctl
not-installed"kubicd
not-installed"kubrick
not-installed"kubrick-lang
+not-installed"kucero
not-installed"kuiviewer
not-installed"kuiviewer-lang
not-installed"kunitconversion-devel
not-installed"kunitconversion-devel-32bit
+not-installed"kup-backup
+not-installed"kup-backup
+not-installed"kup-backup-debuginfo
+not-installed"kup-backup-debugsource
+not-installed"kup-backup-lang
not-installed"kup-client
not-installed"kup-server
not-installed"kupfer
@@ -9724,6 +10411,7 @@ not-installed"kwayland-32bit
not-installed"kwayland-devel
not-installed"kwayland-devel-32bit
installed"kwayland-integration
+not-installed"kwayland-server-devel
not-installed"kwebkitpart
not-installed"kwebkitpart-lang
not-installed"kwidgetsaddons-devel
@@ -9836,6 +10524,7 @@ not-installed"ladspa-wubflip-debugsource
installed"ladspa-zam-plugins
not-installed"laf-plugin
not-installed"laf-plugin-javadoc
+not-installed"lal-devel
installed"lame
not-installed"lame-doc
not-installed"lame-mp3rtp
@@ -9867,10 +10556,7 @@ not-installed"laptop-mode-tools-gui
not-installed"lasem
not-installed"lasem-devel
installed"lash
-not-installed"lash
-not-installed"lash-debuginfo
-not-installed"lash-debugsource
-not-installed"lash-devel
+not-installed"last-resort-font
not-installed"lastpass-cli
not-installed"laszip-devel
not-installed"latencytop
@@ -9897,11 +10583,15 @@ not-installed"lcurse
not-installed"ld10k1
not-installed"ld10k1-devel
not-installed"ldacBT-devel
+not-installed"ldap-sdk
+not-installed"ldap-sdk-javadoc
not-installed"ldapfuse
not-installed"ldapvi
+not-installed"ldas-tools-cmake
not-installed"ldb-tools
not-installed"ldc
not-installed"ldc-bash-completion
+not-installed"ldc-jit-devel
not-installed"ldc-phobos-devel
not-installed"ldc-runtime-devel
not-installed"ldirectord
@@ -10065,6 +10755,7 @@ not-installed"lensfun-debugsource
not-installed"lensfun-devel
not-installed"lensfun-doc
not-installed"lensfun-tools
+not-installed"leocad
not-installed"leptonica-devel
not-installed"leptonica-tools
installed"less
@@ -10075,7 +10766,7 @@ not-installed"lftp
not-installed"lha
not-installed"lhasa
not-installed"lhasa-devel
-not-installed"lib3270-5_2
+not-installed"lib3270-5_3
not-installed"lib3270-devel
not-installed"lib389
not-installed"lib3ds-1-3
@@ -10130,11 +10821,12 @@ not-installed"libField3D1_7-debuginfo
not-installed"libGIMPACTUtils2_89
not-installed"libGLC-devel
not-installed"libGLC0
-installed"libGLEW2_1
-not-installed"libGLEW2_1-32bit
+installed"libGLEW2_2
+not-installed"libGLEW2_2-32bit
installed"libGLU1
installed"libGLU1-32bit
not-installed"libGLw-devel
+not-installed"libGLw-devel-32bit
not-installed"libGLw1
not-installed"libGLw1-32bit
not-installed"libGLwM1
@@ -10150,13 +10842,14 @@ not-installed"libGraphicsMagickWand-Q16-2
not-installed"libHACD2_89
not-installed"libHX-devel
not-installed"libHX-devel-32bit
-not-installed"libHX28
-not-installed"libHX28-32bit
+not-installed"libHX32
+not-installed"libHX32-32bit
not-installed"libHYPRE-gnu-mpich-hpc
not-installed"libHYPRE-gnu-mvapich2-hpc
not-installed"libHYPRE-gnu-openmpi1-hpc
not-installed"libHYPRE-gnu-openmpi2-hpc
not-installed"libHYPRE-gnu-openmpi3-hpc
+not-installed"libHYPRE-gnu-openmpi4-hpc
not-installed"libHYPRE2_18_2
not-installed"libHYPRE2_18_2-32bit
not-installed"libHYPRE2_18_2-mpich
@@ -10167,13 +10860,18 @@ not-installed"libHYPRE2_18_2-openmpi1
not-installed"libHYPRE2_18_2-openmpi1-32bit
not-installed"libHYPRE2_18_2-openmpi2
not-installed"libHYPRE2_18_2-openmpi2-32bit
+not-installed"libHYPRE2_18_2-openmpi3
+not-installed"libHYPRE2_18_2-openmpi3-32bit
+not-installed"libHYPRE2_18_2-openmpi4
+not-installed"libHYPRE2_18_2-openmpi4-32bit
not-installed"libHYPRE_2_18_2-gnu-mpich-hpc
not-installed"libHYPRE_2_18_2-gnu-mvapich2-hpc
not-installed"libHYPRE_2_18_2-gnu-openmpi1-hpc
not-installed"libHYPRE_2_18_2-gnu-openmpi2-hpc
not-installed"libHYPRE_2_18_2-gnu-openmpi3-hpc
-installed"libHalf-2_4-24
-not-installed"libHalf-2_4-24-32bit
+not-installed"libHYPRE_2_18_2-gnu-openmpi4-hpc
+installed"libHalf-2_5-25
+not-installed"libHalf-2_5-25-32bit
not-installed"libHepMC3-1
not-installed"libHepMC4
not-installed"libICE-devel
@@ -10185,18 +10883,18 @@ not-installed"libIDL-2-0-32bit
not-installed"libIL1
not-installed"libIccXML-devel
not-installed"libIccXML2
-installed"libIex-2_4-24
-not-installed"libIex-2_4-24-32bit
-not-installed"libIexMath-2_4-24
-not-installed"libIexMath-2_4-24-32bit
-installed"libIlmImf-2_4-24
-not-installed"libIlmImf-2_4-24-32bit
-not-installed"libIlmImfUtil-2_4-24
-not-installed"libIlmImfUtil-2_4-24-32bit
-installed"libIlmThread-2_4-24
-not-installed"libIlmThread-2_4-24-32bit
-not-installed"libImath-2_4-24
-not-installed"libImath-2_4-24-32bit
+installed"libIex-2_5-25
+not-installed"libIex-2_5-25-32bit
+not-installed"libIexMath-2_5-25
+not-installed"libIexMath-2_5-25-32bit
+installed"libIlmImf-2_5-25
+not-installed"libIlmImf-2_5-25-32bit
+not-installed"libIlmImfUtil-2_5-25
+not-installed"libIlmImfUtil-2_5-25-32bit
+installed"libIlmThread-2_5-25
+not-installed"libIlmThread-2_5-25-32bit
+not-installed"libImath-2_5-25
+not-installed"libImath-2_5-25-32bit
installed"libImlib2-1
not-installed"libIrrlicht1_8
installed"libJudy1
@@ -10233,7 +10931,6 @@ not-installed"libKF5Baloo5-32bit
installed"libKF5BalooEngine5
not-installed"libKF5BalooEngine5-32bit
installed"libKF5BalooEngine5-lang
-not-installed"libKF5Blog5
installed"libKF5BluezQt6
installed"libKF5Bookmarks5
not-installed"libKF5Bookmarks5-32bit
@@ -10244,7 +10941,6 @@ not-installed"libKF5CalendarEvents5-32bit
installed"libKF5CalendarSupport5
installed"libKF5CalendarUtils5
installed"libKF5Cddb5
-not-installed"libKF5CddbWidgets5
installed"libKF5Codecs5
not-installed"libKF5Codecs5-32bit
installed"libKF5Codecs5-lang
@@ -10267,6 +10963,7 @@ installed"libKF5CoreAddons5
not-installed"libKF5CoreAddons5-32bit
installed"libKF5Crash5
not-installed"libKF5Crash5-32bit
+installed"libKF5DAV5
installed"libKF5DBusAddons5
not-installed"libKF5DBusAddons5-32bit
installed"libKF5DBusAddons5-lang
@@ -10335,7 +11032,6 @@ installed"libKF5Kirigami2-5
installed"libKF5KontactInterface5
installed"libKF5Ldap5
installed"libKF5Libkdepim5
-installed"libKF5LibkdepimAkonadi5
installed"libKF5Libkleo5
installed"libKF5MailCommon5
installed"libKF5MailImporter5
@@ -10451,7 +11147,6 @@ installed"libKPimGAPITasks5
installed"libKPimImportWizard5
installed"libKPimItinerary5
installed"libKPimItinerary5-lang
-installed"libKPimKDAV5
installed"libKPimPkPass5
installed"libKPimSMTP5
not-installed"libKPropertyCore3-4
@@ -10465,24 +11160,29 @@ installed"libKUserFeedbackCore1
not-installed"libKUserFeedbackCore1-debuginfo
installed"libKUserFeedbackWidgets1
not-installed"libKUserFeedbackWidgets1-debuginfo
+installed"libKWaylandServer5
not-installed"libKasten4
not-installed"libKasten4-debuginfo
not-installed"libLASi-devel
not-installed"libLASi2
-not-installed"libLHAPDF-6_2_3
+not-installed"libLHAPDF-6_3_0
+installed"libLLVM10
+installed"libLLVM10-32bit
installed"libLLVM7
installed"libLLVM7-32bit
installed"libLLVM8
installed"libLLVM8-32bit
installed"libLLVM9
installed"libLLVM9-32bit
+not-installed"libLTO10
+not-installed"libLTO10-32bit
not-installed"libLTO7
not-installed"libLTO7-32bit
not-installed"libLTO8
not-installed"libLTO8-32bit
not-installed"libLTO9
not-installed"libLTO9-32bit
-not-installed"libLimeSuite20_01-1
+not-installed"libLimeSuite20_07-1
not-installed"libLunchbox3
not-installed"libLunchbox3-debuginfo
not-installed"libMagick++-7_Q16HDRI4
@@ -10494,7 +11194,6 @@ not-installed"libMagickCore-7_Q16HDRI7-32bit
installed"libMagickWand-7_Q16HDRI7
not-installed"libMagickWand-7_Q16HDRI7-32bit
not-installed"libMathMLSolver0_3
-not-installed"libMauiKit
not-installed"libMrm4
not-installed"libMrm4-32bit
not-installed"libMyGUIEngine3_4_0
@@ -10525,6 +11224,7 @@ not-installed"libOgreVolume1_9_0
not-installed"libOkteta3
not-installed"libOkteta3-debuginfo
not-installed"libOpenCL1
+not-installed"libOpenCL1-32bit
not-installed"libOpenCOLLADABaseUtils0_3
not-installed"libOpenCOLLADAFramework0_3
not-installed"libOpenCOLLADASaxFrameworkLoader0_3
@@ -10532,8 +11232,8 @@ not-installed"libOpenCOLLADAStreamWriter0_3
not-installed"libOpenColorIO1
not-installed"libOpenIPMI0
not-installed"libOpenImageDenoise0
-not-installed"libOpenImageIO1_8
-not-installed"libOpenImageIO_Util1_8
+not-installed"libOpenImageIO2_1
+not-installed"libOpenImageIO_Util2_1
not-installed"libOpenSceneGraph-devel
not-installed"libOpenSceneGraph131
not-installed"libOpenSceneGraph131-devel
@@ -10567,8 +11267,6 @@ not-installed"libPythonQt-Qt5-Python3-3
not-installed"libPythonQt_QtAll-Qt5-Python3-3
not-installed"libQCSXCAD0
not-installed"libQMatrixClient0_5_3
-not-installed"libQTweetLib1_0
-not-installed"libQTweetLib1_0-debuginfo
not-installed"libQgpsmm25
not-installed"libQt4Pas5
not-installed"libQt53DAnimation-devel
@@ -10674,6 +11372,8 @@ not-installed"libQt5OpenGLExtensions-devel-static
not-installed"libQt5OpenGLExtensions-devel-static-32bit
not-installed"libQt5Pas-devel
not-installed"libQt5Pas1
+not-installed"libQt5Pdf5
+not-installed"libQt5PdfWidgets5
not-installed"libQt5PlatformHeaders-devel
not-installed"libQt5PlatformSupport-devel-static
not-installed"libQt5PlatformSupport-devel-static-32bit
@@ -10785,7 +11485,7 @@ not-installed"libQtWebKit4
not-installed"libQtWebKit4-debuginfo
not-installed"libQtWebKit4-debugsource
not-installed"libRaTools0
-not-installed"libRivet-3_1_0
+not-installed"libRivet-3_1_2
installed"libSDL-1_2-0
installed"libSDL-1_2-0-32bit
not-installed"libSDL-devel
@@ -10819,7 +11519,7 @@ not-installed"libSDL_Pango-devel-32bit
not-installed"libSDL_Pango1
not-installed"libSDL_Pango1-32bit
not-installed"libSDL_bgi-devel
-not-installed"libSDL_bgi2
+not-installed"libSDL_bgi-suse4
not-installed"libSDL_gfx-devel
not-installed"libSDL_gfx-devel-32bit
installed"libSDL_gfx15
@@ -10859,13 +11559,13 @@ not-installed"libSOIL-debugsource
not-installed"libSOIL-devel
not-installed"libSOIL1
not-installed"libSOIL1-debuginfo
-installed"libSPIRV-Tools-suse16
-not-installed"libSPIRV-Tools-suse16-32bit
+installed"libSPIRV-Tools-suse18
+not-installed"libSPIRV-Tools-suse18-32bit
not-installed"libSampleICC-devel
not-installed"libSampleICC1
not-installed"libSavitar-devel
not-installed"libSavitar0
-not-installed"libSimGearCore-2018_3_4
+not-installed"libSimGearCore-2020_1_3
not-installed"libSoQt20
not-installed"libSoapyOsmoSDR0
not-installed"libSoapySDR0_7
@@ -10885,6 +11585,7 @@ not-installed"libUil4-32bit
not-installed"libUnitTest++-2_0_0
installed"libUsageEnvironment3
not-installed"libVFlib3-5
+not-installed"libVkLayer_utils-1_2_154
not-installed"libWN3
installed"libWPEBackend-fdo-1_0-1
not-installed"libWPEBackend-fdo-1_0-1-32bit
@@ -11063,8 +11764,8 @@ not-installed"libXxf86vm-devel
not-installed"libXxf86vm-devel-32bit
installed"libXxf86vm1
installed"libXxf86vm1-32bit
-not-installed"libYODA-1_8_0
-installed"libZXingCore1
+not-installed"libYODA-1_8_3
+installed"libZXing1
not-installed"liba2ps1
installed"liba52-0
not-installed"liba52-0-32bit
@@ -11092,6 +11793,7 @@ not-installed"libacars-2-2
not-installed"libacars-devel
not-installed"libacars1
not-installed"libacars2-devel
+not-installed"libaccel-config1
not-installed"libaccounts-glib-devel
not-installed"libaccounts-glib-docs
not-installed"libaccounts-glib-tools
@@ -11114,7 +11816,7 @@ not-installed"libada7-32bit
not-installed"libada9
not-installed"libada9-32bit
not-installed"libaddrxlat-devel
-not-installed"libaddrxlat0
+not-installed"libaddrxlat1
not-installed"libadlmidi-devel
not-installed"libadms0
not-installed"libadns-devel
@@ -11179,6 +11881,7 @@ not-installed"libalut0
not-installed"libalut0-32bit
not-installed"libamd-doc
installed"libamd2
+not-installed"libaml0
not-installed"libamrnb-devel
not-installed"libamrnb3
not-installed"libamrnb3-32bit
@@ -11196,6 +11899,7 @@ not-installed"libansilove-devel
not-installed"libansilove1
not-installed"libanthy0
not-installed"libanthy0-32bit
+not-installed"libantic0
not-installed"libantlr3c3
not-installed"libantlr3c3-32bit
not-installed"libantlr4-runtime-devel
@@ -11207,10 +11911,10 @@ installed"libao4
not-installed"libao4-32bit
not-installed"libaom-devel
not-installed"libaom-devel-doc
-installed"libaom0
-not-installed"libaom0-32bit
-not-installed"libap4-1_5_1r629
-not-installed"libap4-1_5_1r629-debuginfo
+installed"libaom2
+not-installed"libaom2-32bit
+not-installed"libap4-1_6_0r637
+not-installed"libap4-1_6_0r637-debuginfo
not-installed"libapparmor-devel
installed"libapparmor1
not-installed"libapparmor1-32bit
@@ -11230,6 +11934,7 @@ not-installed"libapr-util1-dbd-mysql
not-installed"libapr-util1-dbd-pgsql
not-installed"libapr-util1-dbd-sqlite3
installed"libapr1
+not-installed"libarb2
not-installed"libarchive-devel
installed"libarchive13
not-installed"libarchive13-32bit
@@ -11238,21 +11943,21 @@ not-installed"libargon2-1-32bit
not-installed"libargtable2-0
not-installed"libargtable2-devel
not-installed"libaria2-0
-not-installed"libarm_compute18
+not-installed"libarm_compute20
not-installed"libarmadillo9
not-installed"libarmadillo9-32bit
-not-installed"libarmnn20
-not-installed"libarmnn20-opencl
-not-installed"libarmnnCaffeParser20
-not-installed"libarmnnCaffeParser20-opencl
-not-installed"libarmnnOnnxParser20
-not-installed"libarmnnOnnxParser20-opencl
-not-installed"libarmnnSerializer20
-not-installed"libarmnnSerializer20-opencl
-not-installed"libarmnnTfLiteParser20
-not-installed"libarmnnTfLiteParser20-opencl
-not-installed"libarmnnTfParser20
-not-installed"libarmnnTfParser20-opencl
+not-installed"libarmnn22
+not-installed"libarmnn22-opencl
+not-installed"libarmnnBasePipeServer22
+not-installed"libarmnnBasePipeServer22-opencl
+not-installed"libarmnnCaffeParser22
+not-installed"libarmnnCaffeParser22-opencl
+not-installed"libarmnnSerializer22
+not-installed"libarmnnSerializer22-opencl
+not-installed"libarmnnTfLiteParser22
+not-installed"libarmnnTfLiteParser22-opencl
+not-installed"libarmnnTfParser22
+not-installed"libarmnnTfParser22-opencl
not-installed"libarpack2
not-installed"libarpack2-32bit
not-installed"libarprec0
@@ -11264,9 +11969,8 @@ not-installed"libasan4
not-installed"libasan4-32bit
installed"libasan5
not-installed"libasan5-32bit
-not-installed"libasan6
+installed"libasan6
not-installed"libasan6-32bit
-not-installed"libase1
not-installed"libaslcommon0
not-installed"libasm-devel
installed"libasm1
@@ -11280,7 +11984,7 @@ not-installed"libaspell15-32bit
not-installed"libass-devel
installed"libass9
not-installed"libass9-32bit
-not-installed"libassimp3
+not-installed"libassimp5
not-installed"libassuan-devel
installed"libassuan0
not-installed"libassuan0-32bit
@@ -11345,6 +12049,8 @@ installed"libaugeas0
not-installed"libaugeas0-32bit
installed"libauparse0
not-installed"libauparse0-32bit
+not-installed"libauthselect-devel
+not-installed"libauthselect1
not-installed"libautotrace3
not-installed"libav-tools
installed"libavahi-client3
@@ -11368,53 +12074,53 @@ installed"libavcodec56
not-installed"libavcodec56-32bit
not-installed"libavcodec56-32bit-debuginfo
not-installed"libavcodec56-debuginfo
-not-installed"libavcodec57
+installed"libavcodec57
not-installed"libavcodec57-32bit
not-installed"libavcodec57-32bit-debuginfo
not-installed"libavcodec57-debuginfo
-installed"libavcodec58
-not-installed"libavcodec58-32bit
-not-installed"libavcodec58-32bit-debuginfo
-not-installed"libavcodec58-debuginfo
+installed"libavcodec58_91
+not-installed"libavcodec58_91-32bit
+not-installed"libavcodec58_91-32bit-debuginfo
+not-installed"libavcodec58_91-debuginfo
installed"libavdevice56
not-installed"libavdevice56-32bit
not-installed"libavdevice56-32bit-debuginfo
not-installed"libavdevice56-debuginfo
-not-installed"libavdevice57
+installed"libavdevice57
not-installed"libavdevice57-32bit
not-installed"libavdevice57-32bit-debuginfo
not-installed"libavdevice57-debuginfo
-installed"libavdevice58
-not-installed"libavdevice58-32bit
-not-installed"libavdevice58-32bit-debuginfo
-not-installed"libavdevice58-debuginfo
+installed"libavdevice58_10
+not-installed"libavdevice58_10-32bit
+not-installed"libavdevice58_10-32bit-debuginfo
+not-installed"libavdevice58_10-debuginfo
installed"libavfilter5
not-installed"libavfilter5-32bit
not-installed"libavfilter5-32bit-debuginfo
not-installed"libavfilter5-debuginfo
-not-installed"libavfilter6
+installed"libavfilter6
not-installed"libavfilter6-32bit
not-installed"libavfilter6-32bit-debuginfo
not-installed"libavfilter6-debuginfo
-installed"libavfilter7
-not-installed"libavfilter7-32bit
-not-installed"libavfilter7-32bit-debuginfo
-not-installed"libavfilter7-debuginfo
+installed"libavfilter7_85
+not-installed"libavfilter7_85-32bit
+not-installed"libavfilter7_85-32bit-debuginfo
+not-installed"libavfilter7_85-debuginfo
installed"libavformat56
not-installed"libavformat56-32bit
not-installed"libavformat56-32bit-debuginfo
not-installed"libavformat56-debuginfo
-not-installed"libavformat57
+installed"libavformat57
not-installed"libavformat57-32bit
not-installed"libavformat57-32bit-debuginfo
not-installed"libavformat57-debuginfo
-installed"libavformat58
-not-installed"libavformat58-32bit
-not-installed"libavformat58-32bit-debuginfo
-not-installed"libavformat58-debuginfo
+installed"libavformat58_45
+not-installed"libavformat58_45-32bit
+not-installed"libavformat58_45-32bit-debuginfo
+not-installed"libavformat58_45-debuginfo
not-installed"libavfs0
not-installed"libavif-devel
-not-installed"libavif2
+not-installed"libavif6
not-installed"libavifile-devel
not-installed"libaviplay-0_7-0
not-installed"libaviplay-0_7-0-debuginfo
@@ -11424,44 +12130,39 @@ installed"libavresample2
not-installed"libavresample2-32bit
not-installed"libavresample2-32bit-debuginfo
not-installed"libavresample2-debuginfo
-not-installed"libavresample3
+installed"libavresample3
not-installed"libavresample3-32bit
not-installed"libavresample3-32bit-debuginfo
not-installed"libavresample3-debuginfo
-installed"libavresample4
-not-installed"libavresample4-32bit
-not-installed"libavresample4-32bit-debuginfo
-not-installed"libavresample4-debuginfo
+installed"libavresample4_0
+not-installed"libavresample4_0-32bit
+not-installed"libavresample4_0-32bit-debuginfo
+not-installed"libavresample4_0-debuginfo
not-installed"libavtp-devel
not-installed"libavtp0
installed"libavutil54
not-installed"libavutil54-32bit
not-installed"libavutil54-32bit-debuginfo
not-installed"libavutil54-debuginfo
-not-installed"libavutil55
+installed"libavutil55
not-installed"libavutil55-32bit
not-installed"libavutil55-32bit-debuginfo
not-installed"libavutil55-debuginfo
-installed"libavutil56
-not-installed"libavutil56-32bit
-not-installed"libavutil56-32bit-debuginfo
-not-installed"libavutil56-debuginfo
-not-installed"libavxsynth0
-not-installed"libavxsynth0-debuginfo
+installed"libavutil56_51
+not-installed"libavutil56_51-32bit
+not-installed"libavutil56_51-32bit-debuginfo
+not-installed"libavutil56_51-debuginfo
not-installed"libax25-0
not-installed"libax25-common
not-installed"libax25-devel
not-installed"libax25io0
-not-installed"libayatana-appindicator-devel
-not-installed"libayatana-appindicator1
-not-installed"libayatana-appindicator3-1
-not-installed"libayatana-appindicator3-devel
not-installed"libayatana-ido3-0_4-0
not-installed"libayatana-ido3-0_4-0-32bit
not-installed"libayatana-indicator-devel
not-installed"libayatana-indicator3-7
not-installed"libayatana-indicator3-devel
not-installed"libayatana-indicator7
+not-installed"libazurestorage7
not-installed"libb2-1
not-installed"libb2-devel
not-installed"libb64
@@ -11470,6 +12171,7 @@ not-installed"libb64-devel
installed"libbabl-0_1-0
not-installed"libbabl-0_1-0-32bit
not-installed"libbamf3-2
+not-installed"libbarvinok23
installed"libbase
not-installed"libbase-javadoc
not-installed"libbaseencode-devel
@@ -11529,8 +12231,8 @@ not-installed"libbeecrypt-devel
not-installed"libbeecrypt6
not-installed"libbelcard1
not-installed"libbelcard1-32bit
-not-installed"libbellesip0
-not-installed"libbellesip0-32bit
+not-installed"libbellesip1
+not-installed"libbellesip1-32bit
not-installed"libbelr1
not-installed"libbelr1-32bit
not-installed"libbemenu0
@@ -11545,6 +12247,7 @@ not-installed"libbitcoinconsensus0
not-installed"libbitmask-devel
not-installed"libbitmask1
not-installed"libbitstream1
+not-installed"libblack_hole_solver1
not-installed"libblacs2-mvapich2
not-installed"libblacs2-mvapich2-devel
not-installed"libblacs2-mvapich2-devel-static
@@ -11557,6 +12260,9 @@ not-installed"libblacs2-openmpi2-devel-static
not-installed"libblacs2-openmpi3
not-installed"libblacs2-openmpi3-devel
not-installed"libblacs2-openmpi3-devel-static
+not-installed"libblacs2-openmpi4
+not-installed"libblacs2-openmpi4-devel
+not-installed"libblacs2-openmpi4-devel-static
not-installed"libbladeRF2
not-installed"libbladeRF2-doc
installed"libblas3
@@ -11580,144 +12286,138 @@ not-installed"libbluray-devel
not-installed"libbluray-tools
installed"libbluray2
not-installed"libbluray2-32bit
-not-installed"libbmc1
not-installed"libbml-devel
not-installed"libbml1
not-installed"libboinc-devel
not-installed"libboinc7
not-installed"libboost_atomic-devel
-not-installed"libboost_atomic1_71_0
-not-installed"libboost_atomic1_71_0-32bit
-not-installed"libboost_atomic1_71_0-devel
+not-installed"libboost_atomic1_74_0
+not-installed"libboost_atomic1_74_0-32bit
+not-installed"libboost_atomic1_74_0-devel
not-installed"libboost_chrono-devel
-not-installed"libboost_chrono1_71_0
-not-installed"libboost_chrono1_71_0-devel
+not-installed"libboost_chrono1_74_0
+not-installed"libboost_chrono1_74_0-devel
not-installed"libboost_container-devel
-not-installed"libboost_container1_71_0
-not-installed"libboost_container1_71_0-32bit
-not-installed"libboost_container1_71_0-devel
+not-installed"libboost_container1_74_0
+not-installed"libboost_container1_74_0-32bit
+not-installed"libboost_container1_74_0-devel
not-installed"libboost_context-devel
-not-installed"libboost_context1_71_0
-not-installed"libboost_context1_71_0-32bit
-not-installed"libboost_context1_71_0-devel
+not-installed"libboost_context1_74_0
+not-installed"libboost_context1_74_0-32bit
+not-installed"libboost_context1_74_0-devel
not-installed"libboost_contract-devel
-not-installed"libboost_contract1_71_0
-not-installed"libboost_contract1_71_0-devel
+not-installed"libboost_contract1_74_0
+not-installed"libboost_contract1_74_0-devel
not-installed"libboost_coroutine-devel
-not-installed"libboost_coroutine1_71_0
-not-installed"libboost_coroutine1_71_0-32bit
-not-installed"libboost_coroutine1_71_0-devel
+not-installed"libboost_coroutine1_74_0
+not-installed"libboost_coroutine1_74_0-32bit
+not-installed"libboost_coroutine1_74_0-devel
not-installed"libboost_date_time-devel
-installed"libboost_date_time1_71_0
-not-installed"libboost_date_time1_71_0-32bit
-not-installed"libboost_date_time1_71_0-devel
+installed"libboost_date_time1_74_0
+not-installed"libboost_date_time1_74_0-32bit
+not-installed"libboost_date_time1_74_0-devel
not-installed"libboost_fiber-devel
-not-installed"libboost_fiber1_71_0
-not-installed"libboost_fiber1_71_0-32bit
-not-installed"libboost_fiber1_71_0-devel
+not-installed"libboost_fiber1_74_0
+not-installed"libboost_fiber1_74_0-32bit
+not-installed"libboost_fiber1_74_0-devel
not-installed"libboost_filesystem-devel
-installed"libboost_filesystem1_71_0
-not-installed"libboost_filesystem1_71_0-32bit
-not-installed"libboost_filesystem1_71_0-devel
+installed"libboost_filesystem1_74_0
+not-installed"libboost_filesystem1_74_0-32bit
+not-installed"libboost_filesystem1_74_0-devel
not-installed"libboost_graph-devel
-not-installed"libboost_graph1_71_0
-not-installed"libboost_graph1_71_0-32bit
-not-installed"libboost_graph1_71_0-devel
+not-installed"libboost_graph1_74_0
+not-installed"libboost_graph1_74_0-32bit
+not-installed"libboost_graph1_74_0-devel
not-installed"libboost_graph_parallel-devel
-not-installed"libboost_graph_parallel1_71_0
-not-installed"libboost_graph_parallel1_71_0-32bit
-not-installed"libboost_graph_parallel1_71_0-devel
+not-installed"libboost_graph_parallel1_74_0
+not-installed"libboost_graph_parallel1_74_0-32bit
+not-installed"libboost_graph_parallel1_74_0-devel
not-installed"libboost_headers-devel
-not-installed"libboost_headers1_71_0-devel
+not-installed"libboost_headers1_74_0-devel
not-installed"libboost_iostreams-devel
-installed"libboost_iostreams1_71_0
-not-installed"libboost_iostreams1_71_0-32bit
-not-installed"libboost_iostreams1_71_0-devel
+installed"libboost_iostreams1_74_0
+not-installed"libboost_iostreams1_74_0-32bit
+not-installed"libboost_iostreams1_74_0-devel
not-installed"libboost_locale-devel
-installed"libboost_locale1_71_0
-not-installed"libboost_locale1_71_0-32bit
-not-installed"libboost_locale1_71_0-devel
+installed"libboost_locale1_74_0
+not-installed"libboost_locale1_74_0-32bit
+not-installed"libboost_locale1_74_0-devel
not-installed"libboost_log-devel
-not-installed"libboost_log1_71_0
-not-installed"libboost_log1_71_0-devel
+not-installed"libboost_log1_74_0
+not-installed"libboost_log1_74_0-devel
not-installed"libboost_math-devel
-not-installed"libboost_math1_71_0
-not-installed"libboost_math1_71_0-32bit
-not-installed"libboost_math1_71_0-devel
+not-installed"libboost_math1_74_0
+not-installed"libboost_math1_74_0-32bit
+not-installed"libboost_math1_74_0-devel
not-installed"libboost_mpi-devel
-not-installed"libboost_mpi1_71_0
-not-installed"libboost_mpi1_71_0-32bit
-not-installed"libboost_mpi1_71_0-devel
-not-installed"libboost_mpi_python-devel
-not-installed"libboost_mpi_python-py2_7-1_71_0
-not-installed"libboost_mpi_python-py2_7-1_71_0-devel
-not-installed"libboost_mpi_python-py3-1_71_0
-not-installed"libboost_mpi_python-py3-1_71_0-devel
+not-installed"libboost_mpi1_74_0
+not-installed"libboost_mpi1_74_0-32bit
+not-installed"libboost_mpi1_74_0-devel
not-installed"libboost_mpi_python3-devel
-not-installed"libboost_numpy-devel
-not-installed"libboost_numpy-py2_7-1_71_0
-not-installed"libboost_numpy-py2_7-1_71_0-devel
-not-installed"libboost_numpy-py3-1_71_0
-not-installed"libboost_numpy-py3-1_71_0-devel
+not-installed"libboost_mpi_python38-py3-1_74_0
+not-installed"libboost_mpi_python38-py3-1_74_0-devel
+not-installed"libboost_nowide1_74_0
+not-installed"libboost_nowide1_74_0-32bit
+not-installed"libboost_nowide1_74_0-devel
+not-installed"libboost_numpy-py3-1_74_0
+not-installed"libboost_numpy-py3-1_74_0-devel
not-installed"libboost_numpy3-devel
not-installed"libboost_program_options-devel
-not-installed"libboost_program_options1_71_0
-not-installed"libboost_program_options1_71_0-32bit
-not-installed"libboost_program_options1_71_0-devel
-not-installed"libboost_python-devel
-not-installed"libboost_python-py2_7-1_71_0
-not-installed"libboost_python-py2_7-1_71_0-32bit
-not-installed"libboost_python-py2_7-1_71_0-devel
-not-installed"libboost_python-py3-1_71_0
-not-installed"libboost_python-py3-1_71_0-32bit
-not-installed"libboost_python-py3-1_71_0-devel
+not-installed"libboost_program_options1_74_0
+not-installed"libboost_program_options1_74_0-32bit
+not-installed"libboost_program_options1_74_0-devel
+not-installed"libboost_python-py3-1_74_0
+not-installed"libboost_python-py3-1_74_0-32bit
+not-installed"libboost_python-py3-1_74_0-devel
not-installed"libboost_python3-devel
not-installed"libboost_random-devel
-not-installed"libboost_random1_71_0
-not-installed"libboost_random1_71_0-32bit
-not-installed"libboost_random1_71_0-devel
+not-installed"libboost_random1_74_0
+not-installed"libboost_random1_74_0-32bit
+not-installed"libboost_random1_74_0-devel
not-installed"libboost_regex-devel
-installed"libboost_regex1_71_0
-not-installed"libboost_regex1_71_0-32bit
-not-installed"libboost_regex1_71_0-devel
+installed"libboost_regex1_74_0
+not-installed"libboost_regex1_74_0-32bit
+not-installed"libboost_regex1_74_0-devel
not-installed"libboost_serialization-devel
-not-installed"libboost_serialization1_71_0
-not-installed"libboost_serialization1_71_0-32bit
-not-installed"libboost_serialization1_71_0-devel
+not-installed"libboost_serialization1_74_0
+not-installed"libboost_serialization1_74_0-32bit
+not-installed"libboost_serialization1_74_0-devel
not-installed"libboost_stacktrace-devel
-not-installed"libboost_stacktrace1_71_0
-not-installed"libboost_stacktrace1_71_0-32bit
-not-installed"libboost_stacktrace1_71_0-devel
+not-installed"libboost_stacktrace1_74_0
+not-installed"libboost_stacktrace1_74_0-32bit
+not-installed"libboost_stacktrace1_74_0-devel
not-installed"libboost_system-devel
-not-installed"libboost_system1_71_0
-not-installed"libboost_system1_71_0-32bit
-not-installed"libboost_system1_71_0-devel
+not-installed"libboost_system1_74_0
+not-installed"libboost_system1_74_0-32bit
+not-installed"libboost_system1_74_0-devel
not-installed"libboost_test-devel
-not-installed"libboost_test1_71_0
-not-installed"libboost_test1_71_0-32bit
-not-installed"libboost_test1_71_0-devel
+not-installed"libboost_test1_74_0
+not-installed"libboost_test1_74_0-32bit
+not-installed"libboost_test1_74_0-devel
not-installed"libboost_thread-devel
-installed"libboost_thread1_71_0
-not-installed"libboost_thread1_71_0-32bit
-not-installed"libboost_thread1_71_0-devel
+installed"libboost_thread1_74_0
+not-installed"libboost_thread1_74_0-32bit
+not-installed"libboost_thread1_74_0-devel
not-installed"libboost_timer-devel
-not-installed"libboost_timer1_71_0
-not-installed"libboost_timer1_71_0-devel
+not-installed"libboost_timer1_74_0
+not-installed"libboost_timer1_74_0-devel
not-installed"libboost_type_erasure-devel
-not-installed"libboost_type_erasure1_71_0
-not-installed"libboost_type_erasure1_71_0-32bit
-not-installed"libboost_type_erasure1_71_0-devel
+not-installed"libboost_type_erasure1_74_0
+not-installed"libboost_type_erasure1_74_0-32bit
+not-installed"libboost_type_erasure1_74_0-devel
not-installed"libboost_wave-devel
-not-installed"libboost_wave1_71_0
-not-installed"libboost_wave1_71_0-32bit
-not-installed"libboost_wave1_71_0-devel
-installed"libboringssl1
-not-installed"libbotan-2-10
-not-installed"libbotan-2-10-32bit
+not-installed"libboost_wave1_74_0
+not-installed"libboost_wave1_74_0-32bit
+not-installed"libboost_wave1_74_0-devel
+not-installed"libboringssl1
+not-installed"libbotan-2-15
+not-installed"libbotan-2-15-32bit
not-installed"libbotan-devel
not-installed"libbotan-devel-32bit
not-installed"libbpf-devel
not-installed"libbpf0
+not-installed"libbraiding-devel
+not-installed"libbraiding0
not-installed"libbraille
not-installed"libbraille-devel
not-installed"libbraille-fake
@@ -11725,7 +12425,8 @@ not-installed"libbrasero-burn3-1
not-installed"libbrasero-media3-1
not-installed"libbrasero-utils3-1
installed"libbreezecommon5-5
-installed"libbrlapi0_7
+not-installed"libbrial3
+installed"libbrlapi0_8
not-installed"libbrotli-devel
installed"libbrotlicommon1
installed"libbrotlicommon1-32bit
@@ -11745,6 +12446,9 @@ not-installed"libbtrfs-devel
installed"libbtrfs0
not-installed"libbtrfsutil-devel
not-installed"libbtrfsutil1
+not-installed"libbudgie-plugin0
+not-installed"libbudgie-private0
+not-installed"libbudgietheme0
not-installed"libbuffer0_3
not-installed"libbullet-devel
not-installed"libbullet2_89
@@ -11752,10 +12456,13 @@ not-installed"libburn-devel
installed"libburn4
not-installed"libbuzztrax-core-devel
not-installed"libbuzztrax-core1
+not-installed"libbuzztrax-core1-32bit
not-installed"libbuzztrax-gst-devel
not-installed"libbuzztrax-gst1
+not-installed"libbuzztrax-gst1-32bit
not-installed"libbuzztrax-ic-devel
not-installed"libbuzztrax-ic1
+not-installed"libbuzztrax-ic1-32bit
not-installed"libbytesize-devel
installed"libbytesize-lang
installed"libbytesize1
@@ -11821,7 +12528,7 @@ not-installed"libcangjie-data
not-installed"libcangjie-devel
not-installed"libcangjie-tools
not-installed"libcangjie2
-not-installed"libcantorlibs24
+not-installed"libcantorlibs27
not-installed"libcap-devel
not-installed"libcap-ng-devel
not-installed"libcap-ng-utils
@@ -11838,13 +12545,22 @@ not-installed"libcapi20-devel
not-installed"libcapifax-devel
not-installed"libcapifax0
not-installed"libcapifax0-debuginfo
-not-installed"libcapnp-0_7
+not-installed"libcapnp-0_8
not-installed"libcapnp-devel
+not-installed"libcapstone-devel
+not-installed"libcapstone4
installed"libcares2
not-installed"libcares2-32bit
not-installed"libcaribou0
+not-installed"libcasacore5
+not-installed"libcasacore5-openmpi1
+not-installed"libcasacore5-openmpi2
+not-installed"libcasacore5-openmpi3
+not-installed"libcasacore5-openmpi4
not-installed"libcblas3
not-installed"libcblas3-32bit
+not-installed"libcbor-devel
+installed"libcbor0_8
installed"libccolamd2
not-installed"libccrtp3
not-installed"libcdata-devel
@@ -11900,7 +12616,7 @@ not-installed"libcfg6
not-installed"libcfg6-32bit
not-installed"libcfile-devel
not-installed"libcfile1
-installed"libcfitsio8
+installed"libcfitsio9
not-installed"libcgns4_1
not-installed"libchafa0
not-installed"libchamplain-0_12-0
@@ -11942,6 +12658,7 @@ not-installed"libcinnamon-desktop4-32bit
not-installed"libcinnamon-menu-3-0
not-installed"libcinnamon-menu-3-0-32bit
not-installed"libcinnamon-menu-3-devel
+not-installed"libcint3
not-installed"libcircle-devel
not-installed"libcircle2
not-installed"libcircllhist-devel
@@ -11951,8 +12668,11 @@ not-installed"libcjose-devel
not-installed"libcjose0
not-installed"libcjs0
not-installed"libck0
+not-installed"libckteec0
not-installed"libclFFT2
not-installed"libclamav9
+installed"libclang10
+not-installed"libclang10-32bit
not-installed"libclang7
not-installed"libclang7-32bit
not-installed"libclang8
@@ -11968,10 +12688,12 @@ not-installed"libclc
not-installed"libcld2-0
not-installed"libcli-devel
not-installed"libcli1_9
+not-installed"libcliquer1
not-installed"libclocale-devel
not-installed"libclocale1
not-installed"libcloudproviders-devel
not-installed"libcloudproviders0
+not-installed"libclthreads2
installed"libclucene-contribs-lib1
installed"libclucene-core1
not-installed"libclucene-core1-32bit
@@ -11983,10 +12705,13 @@ not-installed"libclutter-gst-3_0-0
not-installed"libclutter-gst-3_0-0-32bit
not-installed"libclutter-gtk-1_0-0
not-installed"libclutter-gtk-1_0-0-32bit
+not-installed"libclxclient3
not-installed"libclzma-suse0
+not-installed"libcm1
not-installed"libcmap4
not-installed"libcmap4-32bit
not-installed"libcmark0_29_0
+not-installed"libcmh0
installed"libcmis-0_5-5
not-installed"libcmis-c-0_5-5
not-installed"libcmis-c-devel
@@ -12050,8 +12775,9 @@ not-installed"libconfini-devel
not-installed"libconfini0
not-installed"libconfuse-devel
not-installed"libconfuse-lang
-not-installed"libconfuse2
+installed"libconfuse2
installed"libcontainers-common
+not-installed"libcorectrl0
not-installed"libcorosync-devel
not-installed"libcorosync_common4
not-installed"libcorosync_common4-32bit
@@ -12069,13 +12795,13 @@ not-installed"libcpluff0
not-installed"libcpluffxx-devel
not-installed"libcpluffxx0
not-installed"libcpprest2_10
-not-installed"libcppunit-1_14-0
-not-installed"libcppunit-1_14-0-32bit
+not-installed"libcppunit-1_15-1
+not-installed"libcppunit-1_15-1-32bit
not-installed"libcppunit_subunit0
not-installed"libcppunit_subunit0-devel
not-installed"libcpuid-devel
not-installed"libcpuid-tools
-not-installed"libcpuid14
+not-installed"libcpuid15
installed"libcpupower0
not-installed"libcpuset-devel
not-installed"libcpuset1
@@ -12088,16 +12814,14 @@ not-installed"libcroco
installed"libcroco-0_6-3
not-installed"libcroco-0_6-3-32bit
not-installed"libcroco-devel
-not-installed"libcrossc1
-not-installed"libcrossc1-32bit
not-installed"libcrossguid0
installed"libcrypt1
installed"libcrypt1-32bit
not-installed"libcryptmount-devel
not-installed"libcryptmount0
not-installed"libcryptmount0-32bit
-not-installed"libcrypto45
-not-installed"libcrypto45-32bit
+not-installed"libcrypto46
+not-installed"libcrypto46-32bit
not-installed"libcryptopp-devel
not-installed"libcryptopp8_2_0
not-installed"libcryptopp8_2_0-32bit
@@ -12168,8 +12892,12 @@ not-installed"libcvc0
not-installed"libcwnn0
not-installed"libcxsc2
not-installed"libcxsparse3
+not-installed"libcxx-gtk-utils-2-2_2-0
+not-installed"libcxx-gtk-utils-2-devel
not-installed"libcxx-gtk-utils-3-2_2-0
not-installed"libcxx-gtk-utils-3-devel
+not-installed"libcxx-gtk-utils-4-2_2-0
+not-installed"libcxx-gtk-utils-4-devel
not-installed"libcxxtools-bin9
not-installed"libcxxtools-http9
not-installed"libcxxtools-json9
@@ -12183,7 +12911,7 @@ not-installed"libdSFMT2_2
not-installed"libdaemon-devel
installed"libdaemon0
not-installed"libdar-devel
-not-installed"libdar5000
+not-installed"libdar64-6000
not-installed"libdat2-2
not-installed"libdat2-2-32bit
not-installed"libdataquay0
@@ -12242,6 +12970,9 @@ installed"libdc1394-25
not-installed"libdc1394-25-32bit
not-installed"libdc1394-devel
not-installed"libdc1394-tools
+not-installed"libdca
+not-installed"libdca-debuginfo
+not-installed"libdca-debugsource
not-installed"libdca-devel
installed"libdca0
not-installed"libdca0-32bit
@@ -12270,7 +13001,7 @@ not-installed"libdconf1-32bit
not-installed"libdd_opentracing0
not-installed"libddccontrol0
not-installed"libddcutil-devel
-not-installed"libddcutil0
+not-installed"libddcutil3
not-installed"libde265
not-installed"libde265-0
not-installed"libde265-0-32bit
@@ -12278,11 +13009,13 @@ not-installed"libde265-0-32bit-debuginfo
not-installed"libde265-0-debuginfo
not-installed"libde265-debugsource
not-installed"libde265-devel
+not-installed"libdeal_II9_2_0
+not-installed"libdeal_II9_2_0-openmpi2
+not-installed"libdeal_II9_2_0-openmpi3
not-installed"libdebuginfod-devel
not-installed"libdebuginfod1
not-installed"libdecoration0
not-installed"libdecoration0-32bit
-not-installed"libdee-1_0-4
installed"libdeflt1_0
not-installed"libdevil-tools
installed"libdevmapper-event1_03
@@ -12297,8 +13030,8 @@ not-installed"libdhash1
not-installed"libdhash1-32bit
installed"libdialog15
not-installed"libdico2
-not-installed"libdigikamcore6
-not-installed"libdigikamcore6-debuginfo
+not-installed"libdigikamcore7
+not-installed"libdigikamcore7-debuginfo
not-installed"libdirac_decoder0
not-installed"libdirac_decoder0-32bit
not-installed"libdirac_encoder0
@@ -12306,6 +13039,7 @@ not-installed"libdirac_encoder0-32bit
not-installed"libdiscid-devel
installed"libdiscid0
not-installed"libdiscid0-32bit
+not-installed"libdiscord-rpc
not-installed"libdjconsole
not-installed"libdjconsole-debugsource
not-installed"libdjconsole-devel
@@ -12325,6 +13059,7 @@ not-installed"libdmapsharing-4_0-3
not-installed"libdmapsharing-4_0-3-32bit
not-installed"libdmapsharing-devel
not-installed"libdmapsharing3-devel
+not-installed"libdmlc
not-installed"libdmmp-devel
not-installed"libdmmp0_2_0
not-installed"libdmr0_1
@@ -12341,15 +13076,15 @@ not-installed"libdnet1
not-installed"libdnf-devel
not-installed"libdnf2
not-installed"libdnnl1
-installed"libdns1601
-not-installed"libdns1601-32bit
+installed"libdns1605
+not-installed"libdns1605-32bit
installed"libdns_sd
not-installed"libdns_sd-32bit
installed"libdolphinvcs5
not-installed"libdotconf0
installed"libdouble-conversion3
not-installed"libdouble-conversion3-32bit
-not-installed"libdpdk-18_11
+not-installed"libdpdk-20_0
not-installed"libdriveio0
not-installed"libdrm-devel
not-installed"libdrm-devel-32bit
@@ -12376,7 +13111,7 @@ not-installed"libdrumstick-rt-plugins
not-installed"libdrumstick-rt-plugins-debuginfo
not-installed"libdrumstick-rt1
not-installed"libdrumstick-rt1-debuginfo
-not-installed"libdruntime-ldc86
+not-installed"libdruntime-ldc93
not-installed"libdtkcore2
not-installed"libdtkwidget2
not-installed"libdtkwm2
@@ -12423,8 +13158,8 @@ not-installed"libdvdread3
not-installed"libdvdread3-debuginfo
not-installed"libdvdread3-debugsource
not-installed"libdvdread3-devel
-installed"libdvdread7
-not-installed"libdvdread7-32bit
+installed"libdvdread8
+not-installed"libdvdread8-32bit
not-installed"libdw-devel
installed"libdw1
installed"libdw1-32bit
@@ -12452,8 +13187,8 @@ not-installed"libeb16
not-installed"libebackend-1_2-10
not-installed"libebackend-1_2-10-32bit
not-installed"libebml-devel
-installed"libebml4
-not-installed"libebml4-32bit
+installed"libebml5
+not-installed"libebml5-32bit
not-installed"libebook-1_2-20
not-installed"libebook-1_2-20-32bit
not-installed"libebook-contacts-1_2-3
@@ -12470,12 +13205,10 @@ not-installed"libecm1
not-installed"libeconf-devel
installed"libeconf0
installed"libeconf0-32bit
-not-installed"libecore1
not-installed"libecpg6
not-installed"libecpg6-32bit
not-installed"libecryptfs1
not-installed"libecryptfs1-32bit
-not-installed"libector1
not-installed"libedata-book-1_2-26
not-installed"libedata-book-1_2-26-32bit
not-installed"libedata-cal-2_0-1
@@ -12493,42 +13226,27 @@ not-installed"libeditorconfig-devel
not-installed"libeditorconfig-devel-32bit
installed"libeditorconfig0
not-installed"libeditorconfig0-32bit
-not-installed"libedje1
-not-installed"libeet1
-not-installed"libeeze1
installed"libefa1
not-installed"libefa1-32bit
installed"libefivar1
-not-installed"libefl1
-not-installed"libefreet1
-not-installed"libefreet_mime1
-not-installed"libefreet_trash1
not-installed"libegbb3
not-installed"libegbb3
not-installed"libegbb3-debuginfo
not-installed"libegbb3-debugsource
not-installed"libegbb3-devel
-not-installed"libeina1
-not-installed"libeio1
-not-installed"libeldbus1
+not-installed"libei-devel
+not-installed"libei-suse0
not-installed"libelektra-augeas
not-installed"libelektra-devel
not-installed"libelektra-devel-doc
not-installed"libelektra4
-not-installed"libelementary1
installed"libelf-devel
not-installed"libelf-devel-32bit
installed"libelf1
installed"libelf1-32bit
-not-installed"libell0
-not-installed"libelocation1
-not-installed"libelput1
-not-installed"libelua1
-not-installed"libembryo1
+installed"libell0
not-installed"libemf2svg-devel
not-installed"libemf2svg1
-not-installed"libemile1
-not-installed"libemotion1
not-installed"libenca0
not-installed"libenca0-32bit
installed"libenchant-2-2
@@ -12536,15 +13254,12 @@ not-installed"libenchant-2-2-32bit
not-installed"libenchant1
not-installed"libenchant1-32bit
not-installed"libenet7
-not-installed"libeo1
-not-installed"libeolian1
not-installed"libeot-devel
not-installed"libeot-tools
installed"libeot0
not-installed"libepc-1_0-2
not-installed"libepc-devel
not-installed"libepc-lang
-not-installed"libephysics1
not-installed"libepoxy-devel
installed"libepoxy0
installed"libepoxy0-32bit
@@ -12570,8 +13285,6 @@ installed"libesmtp6
installed"libespeak-ng1
not-installed"libestr-devel
installed"libestr0
-not-installed"libethumb1
-not-installed"libethumb_client1
installed"libetonyek-0_1-1
not-installed"libetonyek-devel
not-installed"libetonyek-devel-doc
@@ -12582,7 +13295,6 @@ not-installed"libetrophy0
not-installed"libev-devel
not-installed"libev4
not-installed"libev4-32bit
-not-installed"libevas1
not-installed"libevdev-devel
not-installed"libevdev-tools
installed"libevdev2
@@ -12596,7 +13308,7 @@ not-installed"libevent-devel-static
not-installed"libevt-devel
not-installed"libevt-tools
not-installed"libevt1
-not-installed"libevtlog-3_25-0
+not-installed"libevtlog-3_26-0
not-installed"libevtlog-devel
not-installed"libevtlog0
not-installed"libevtx-devel
@@ -12644,8 +13356,8 @@ installed"libexttextcat-2_0-0
not-installed"libexttextcat-devel
not-installed"libexttextcat-tools
not-installed"libf2c0
-not-installed"libf2fs7
-not-installed"libf2fs_format6
+not-installed"libf2fs8
+not-installed"libf2fs_format7
not-installed"libfaac-devel
not-installed"libfaac0
not-installed"libfaac0-32bit
@@ -12685,7 +13397,7 @@ not-installed"libfastjetcontribfragile
not-installed"libfastjson-devel
installed"libfastjson4
not-installed"libfastlz1
-not-installed"libfaxutil7_0_2
+not-installed"libfaxutil7_0_3
not-installed"libfbclient-devel
installed"libfbclient2
not-installed"libfbclient2-32bit
@@ -12702,7 +13414,7 @@ not-installed"libfdisk-devel
not-installed"libfdisk-devel-static
installed"libfdisk1
installed"libfdk-aac1
-not-installed"libfdk-aac2
+installed"libfdk-aac2
not-installed"libfdk-aac2-32bit
not-installed"libfdk-aac2-32bit-debuginfo
not-installed"libfdk-aac2-debuginfo
@@ -12732,12 +13444,14 @@ not-installed"libfftw3-gnu-mvapich2-hpc
not-installed"libfftw3-gnu-openmpi1-hpc
not-installed"libfftw3-gnu-openmpi2-hpc
not-installed"libfftw3-gnu-openmpi3-hpc
+not-installed"libfftw3-gnu-openmpi4-hpc
not-installed"libfftw3_3_3_8-gnu-hpc
not-installed"libfftw3_3_3_8-gnu-mpich-hpc
not-installed"libfftw3_3_3_8-gnu-mvapich2-hpc
not-installed"libfftw3_3_3_8-gnu-openmpi1-hpc
not-installed"libfftw3_3_3_8-gnu-openmpi2-hpc
not-installed"libfftw3_3_3_8-gnu-openmpi3-hpc
+not-installed"libfftw3_3_3_8-gnu-openmpi4-hpc
not-installed"libfftw3_mpi3
not-installed"libfftw3_mpi3-32bit
not-installed"libfftw3_omp3
@@ -12746,6 +13460,10 @@ not-installed"libfftw3_threads3
not-installed"libfftw3_threads3-32bit
not-installed"libfguid-devel
not-installed"libfguid1
+installed"libfido2-1
+not-installed"libfido2-devel
+installed"libfido2-udev
+not-installed"libfido2-utils
not-installed"libfife0_4_2
not-installed"libfifechan0_1_5
not-installed"libfifechan_opengl0_1_5
@@ -12753,7 +13471,7 @@ not-installed"libfifechan_sdl0_1_5
installed"libfile1_0
not-installed"libfilezilla-devel
not-installed"libfilezilla-lang
-not-installed"libfilezilla4
+not-installed"libfilezilla9
not-installed"libfilteraudio0
not-installed"libfinal-devel
not-installed"libfinal-examples
@@ -12776,7 +13494,7 @@ installed"libflatpak0
not-installed"libflickcurl-devel
not-installed"libflickcurl0
not-installed"libflickcurl0-32bit
-not-installed"libflint0
+not-installed"libflint14
not-installed"libflorence-1_0-1
installed"libfltk1
not-installed"libfltk1-32bit
@@ -12791,17 +13509,17 @@ not-installed"libfm-extra4
not-installed"libfm-gtk-devel
not-installed"libfm-gtk4
not-installed"libfm-lang
+not-installed"libfm-qt-data
not-installed"libfm-qt-devel
not-installed"libfm-qt-lang
-not-installed"libfm-qt6
+not-installed"libfm-qt7
not-installed"libfm4
not-installed"libfmapi-devel
not-installed"libfmapi1
-not-installed"libfmt6
-not-installed"libfmt6-32bit
+not-installed"libfmt7
+not-installed"libfmt7-32bit
not-installed"libfole-devel
not-installed"libfole1
-not-installed"libfolks-data
not-installed"libfolks-eds25
not-installed"libfolks-telepathy25
not-installed"libfolks-tracker25
@@ -12820,7 +13538,6 @@ not-installed"libfonts-javadoc
installed"libformula
not-installed"libformula-javadoc
not-installed"libfparser-4_5_2
-not-installed"libfpgad-api1
not-installed"libfplll6
not-installed"libfpm_helper-devel
not-installed"libfpm_helper0
@@ -12831,6 +13548,7 @@ not-installed"libfprint-devel
not-installed"libfprint-doc
not-installed"libframe6
not-installed"libframe6-32bit
+not-installed"libframel8
installed"libfreebl3
installed"libfreebl3-32bit
installed"libfreebl3-hmac
@@ -12858,6 +13576,7 @@ not-installed"libfrr0
not-installed"libfrr_pb0
not-installed"libfrrcares0
not-installed"libfrrfpm_pb0
+not-installed"libfrrgrpc_pb0
not-installed"libfrrospfapiclient0
not-installed"libfrrsnmp0
not-installed"libfrrzmq0
@@ -12915,7 +13634,7 @@ not-installed"libgaminggear0
not-installed"libgaminggearfx0
not-installed"libgaminggearwidget0
not-installed"libganesha_nfsd-devel
-not-installed"libganesha_nfsd3_2
+not-installed"libganesha_nfsd3_3
not-installed"libganglia0
not-installed"libgarcon-1-0
not-installed"libgarcon-branding-openSUSE
@@ -12933,23 +13652,16 @@ installed"libgbm1
not-installed"libgbm1-32bit
installed"libgc1
installed"libgcab-1_0-0
-not-installed"libgcalc-1-0_0_0
+not-installed"libgcalc-2-1_0_1
installed"libgcc_s1
installed"libgcc_s1-32bit
not-installed"libgcc_s1-gcc7
not-installed"libgcc_s1-gcc7-32bit
not-installed"libgcc_s1-gcc9
not-installed"libgcc_s1-gcc9-32bit
+not-installed"libgci-1-0_0_0
not-installed"libgcin-im-client1
not-installed"libgcin-im-client1-32bit
-not-installed"libgcj-devel-gcc6
-not-installed"libgcj-devel-gcc6-debuginfo
-not-installed"libgcj-gcc6
-not-installed"libgcj-gcc6
-not-installed"libgcj-gcc6-debuginfo
-not-installed"libgcj-gcc6-debugsource
-not-installed"libgcj-jar-gcc6
-not-installed"libgcj_bc1
installed"libgck-1-0
not-installed"libgck-1-0-32bit
not-installed"libgck-devel
@@ -12989,7 +13701,7 @@ not-installed"libgda-ui-5_0-4
not-installed"libgda-ui-5_0-plugins
not-installed"libgda-ui-5_0-tools
not-installed"libgda-xslt-5_0-4
-not-installed"libgdal26
+not-installed"libgdal27
not-installed"libgdamm-5_0-13
not-installed"libgdamm-devel
not-installed"libgdata-devel
@@ -13007,16 +13719,11 @@ installed"libgdk_pixbuf-2_0-0-32bit
not-installed"libgdl-3-5
not-installed"libgdlmm-3_0-2
not-installed"libgdm1
-not-installed"libgdruntime76
-not-installed"libgdruntime76-32bit
+not-installed"libgdruntime1
+not-installed"libgdruntime1-32bit
not-installed"libgdruntime76-gcc9
not-installed"libgdruntime76-gcc9-32bit
not-installed"libgeany0
-not-installed"libgeda-data
-not-installed"libgeda-devel
-not-installed"libgeda46
-not-installed"libgedacairo-devel
-not-installed"libgedacairo1
installed"libgee-0_8-2
not-installed"libgee-0_8-2-32bit
not-installed"libgee-devel
@@ -13029,9 +13736,10 @@ not-installed"libgeis1-32bit
not-installed"libgenders0
not-installed"libgendersplusplus2
not-installed"libgeners0
+not-installed"libgensio0
not-installed"libgeocode-glib0
not-installed"libgeocode-glib0-32bit
-not-installed"libgeos-3_8_0
+not-installed"libgeos-3_8_1
not-installed"libgeos_c1
not-installed"libgeotiff5
not-installed"libgepub-0_6-0
@@ -13054,8 +13762,6 @@ not-installed"libgfortran5-gcc9
not-installed"libgfortran5-gcc9-32bit
installed"libgfrpc0
installed"libgfxdr0
-not-installed"libggz2
-not-installed"libggz2-devel
not-installed"libgiblib1
installed"libgif7
not-installed"libgif7-32bit
@@ -13073,13 +13779,13 @@ not-installed"libgio-fam
not-installed"libgio-fam-32bit
installed"libgiomm-2_4-1
not-installed"libgiomm-2_4-1-32bit
-not-installed"libgiomm-2_62-1
-not-installed"libgiomm-2_62-1-32bit
+not-installed"libgiomm-2_66-1
+not-installed"libgiomm-2_66-1-32bit
not-installed"libgirara-gtk3-3
installed"libgirepository-1_0-1
not-installed"libgirepository-1_0-1-32bit
-installed"libgit2-28
-not-installed"libgit2-28-32bit
+installed"libgit2-1_0
+not-installed"libgit2-1_0-32bit
not-installed"libgit2-devel
not-installed"libgit2-glib-1_0-0
not-installed"libgit2-glib-devel
@@ -13094,7 +13800,7 @@ installed"libglade-2_0-0
not-installed"libglade-2_0-0-32bit
not-installed"libglade2-devel
not-installed"libglade2-doc
-not-installed"libgladeui-2-6
+not-installed"libgladeui-2-12
not-installed"libgladeui-2-devel
not-installed"libgle-devel
not-installed"libgle3
@@ -13105,15 +13811,15 @@ installed"libglib-2_0-0
installed"libglib-2_0-0-32bit
installed"libglibmm-2_4-1
not-installed"libglibmm-2_4-1-32bit
-not-installed"libglibmm-2_62-1
-not-installed"libglibmm-2_62-1-32bit
+not-installed"libglibmm-2_66-1
+not-installed"libglibmm-2_66-1-32bit
not-installed"libglog0
not-installed"libglom-1_32-0
not-installed"libglom-devel
not-installed"libgloox17
not-installed"libgloox17-32bit
not-installed"libglpk40
-installed"libglslang-suse9
+installed"libglslang10
not-installed"libgltf-0_1-1
not-installed"libgltf-devel
not-installed"libglue-devel
@@ -13143,8 +13849,6 @@ not-installed"libgmerlin_gtk0
not-installed"libgmerlin_gtk0-debuginfo
not-installed"libgmic-devel
not-installed"libgmic1
-not-installed"libgmime-2_6-0
-not-installed"libgmime-2_6-0-32bit
not-installed"libgmime-3_0-0
not-installed"libgmime-3_0-0-32bit
installed"libgmodule-2_0-0
@@ -13157,8 +13861,8 @@ not-installed"libgmsh4_5
not-installed"libgnome-autoar-0-0
not-installed"libgnome-autoar-gtk-0-0
not-installed"libgnome-bluetooth13
-installed"libgnome-desktop-3-18
-not-installed"libgnome-desktop-3-18-32bit
+installed"libgnome-desktop-3-19
+not-installed"libgnome-desktop-3-19-32bit
not-installed"libgnome-desktop-3-devel
installed"libgnome-desktop-3_0-common
not-installed"libgnome-games-support-1-3
@@ -13181,19 +13885,23 @@ not-installed"libgnomesu
not-installed"libgnomesu-devel
not-installed"libgnomesu-lang
not-installed"libgnomesu0
-not-installed"libgnuastro9
-not-installed"libgnuradio-3_8_0
+not-installed"libgnt-devel
+not-installed"libgnt0
+not-installed"libgnt0-32bit
+not-installed"libgnuastro11
+not-installed"libgnuradio-3_8_2
not-installed"libgnuradio-fcdproplus-devel
not-installed"libgnuradio-fcdproplus3_8_0
not-installed"libgnuradio-iqbalance-devel
-not-installed"libgnuradio-iqbalance0_37_2git
-not-installed"libgnustep-base1_26
+not-installed"libgnuradio-iqbalance3_8_0
+installed"libgnustep-base1_27
not-installed"libgnutls-dane-devel
installed"libgnutls-dane0
installed"libgnutls-devel
not-installed"libgnutls-devel-32bit
installed"libgnutls30
installed"libgnutls30-32bit
+not-installed"libgnutls30-hmac
not-installed"libgnutlsxx-devel
not-installed"libgnutlsxx28
not-installed"libgo11
@@ -13229,7 +13937,7 @@ not-installed"libgovirt-devel
not-installed"libgovirt-lang
not-installed"libgovirt2
not-installed"libgpac-devel
-not-installed"libgpac8
+not-installed"libgpac10
not-installed"libgpaste11
not-installed"libgpg-error-devel
not-installed"libgpg-error-devel-32bit
@@ -13241,8 +13949,8 @@ not-installed"libgpgme11-32bit
not-installed"libgpgmepp-devel
installed"libgpgmepp6
not-installed"libgpgmepp6-32bit
-not-installed"libgphobos76
-not-installed"libgphobos76-32bit
+not-installed"libgphobos1
+not-installed"libgphobos1-32bit
not-installed"libgphobos76-gcc9
not-installed"libgphobos76-gcc9-32bit
installed"libgphoto2-6
@@ -13293,7 +14001,8 @@ not-installed"libgrooveplayer-devel
not-installed"libgrooveplayer4
installed"libgroupsock8
not-installed"libgrpc++1
-not-installed"libgrpc8
+not-installed"libgrpc12
+not-installed"libgrpc_plugin_support1
not-installed"libgrss-devel
not-installed"libgrss0
not-installed"libgsasl-devel
@@ -13318,7 +14027,7 @@ not-installed"libgsm-utils
installed"libgsm1
installed"libgsm1-32bit
not-installed"libgsmsd8
-not-installed"libgsoap-2_8_99
+not-installed"libgsoap-2_8_106
not-installed"libgsound0
not-installed"libgspell-1-2
installed"libgssdp-1_2-0
@@ -13334,7 +14043,7 @@ not-installed"libgstadaptivedemux-1_0-0-debuginfo
installed"libgstallocators-1_0-0
not-installed"libgstallocators-1_0-0-32bit
installed"libgstapp-1_0-0
-not-installed"libgstapp-1_0-0-32bit
+installed"libgstapp-1_0-0-32bit
installed"libgstaudio-1_0-0
installed"libgstaudio-1_0-0-32bit
installed"libgstbadaudio-1_0-0
@@ -13469,7 +14178,7 @@ not-installed"libguess1-32bit
not-installed"libguestfs-devel
not-installed"libguestfs-test
installed"libguestfs0
-not-installed"libguile-2_2-1
+not-installed"libguile-3_0-1
not-installed"libguile-cairo0
not-installed"libguile-srfi-srfi-1-v-3-3
not-installed"libguile-srfi-srfi-13-14-v-3-3
@@ -13526,11 +14235,14 @@ not-installed"libhamlib++2
not-installed"libhamlib2
not-installed"libhandle1
not-installed"libhandy-0_0-0
+not-installed"libhandy-1-0
not-installed"libhandy-devel
+not-installed"libhandy-lang
+not-installed"libhandy0-devel
not-installed"libhangul-devel
not-installed"libhangul1
not-installed"libhangul1-32bit
-not-installed"libharfbuzz-gobject0
+installed"libharfbuzz-gobject0
not-installed"libharfbuzz-gobject0-32bit
installed"libharfbuzz-icu0
not-installed"libharfbuzz-icu0-32bit
@@ -13540,7 +14252,8 @@ installed"libharfbuzz0
installed"libharfbuzz0-32bit
not-installed"libharminv3
not-installed"libharu-devel
-installed"libhavege1
+not-installed"libhashcat6_1_1
+installed"libhavege2
not-installed"libhavoc0
not-installed"libhavoc0-debuginfo
not-installed"libhdf4
@@ -13557,24 +14270,29 @@ not-installed"libhdf5-103-openmpi2
not-installed"libhdf5-103-openmpi2-32bit
not-installed"libhdf5-103-openmpi3
not-installed"libhdf5-103-openmpi3-32bit
+not-installed"libhdf5-103-openmpi4
+not-installed"libhdf5-103-openmpi4-32bit
not-installed"libhdf5-gnu-hpc
not-installed"libhdf5-gnu-mpich-hpc
not-installed"libhdf5-gnu-mvapich2-hpc
not-installed"libhdf5-gnu-openmpi1-hpc
not-installed"libhdf5-gnu-openmpi2-hpc
not-installed"libhdf5-gnu-openmpi3-hpc
+not-installed"libhdf5-gnu-openmpi4-hpc
not-installed"libhdf5_1_10_5-gnu-hpc
not-installed"libhdf5_1_10_5-gnu-mpich-hpc
not-installed"libhdf5_1_10_5-gnu-mvapich2-hpc
not-installed"libhdf5_1_10_5-gnu-openmpi1-hpc
not-installed"libhdf5_1_10_5-gnu-openmpi2-hpc
not-installed"libhdf5_1_10_5-gnu-openmpi3-hpc
+not-installed"libhdf5_1_10_5-gnu-openmpi4-hpc
not-installed"libhdf5_cpp-gnu-hpc
not-installed"libhdf5_cpp-gnu-mpich-hpc
not-installed"libhdf5_cpp-gnu-mvapich2-hpc
not-installed"libhdf5_cpp-gnu-openmpi1-hpc
not-installed"libhdf5_cpp-gnu-openmpi2-hpc
not-installed"libhdf5_cpp-gnu-openmpi3-hpc
+not-installed"libhdf5_cpp-gnu-openmpi4-hpc
not-installed"libhdf5_cpp103
not-installed"libhdf5_cpp103-32bit
not-installed"libhdf5_cpp103-mvapich2
@@ -13585,35 +14303,48 @@ not-installed"libhdf5_cpp103-openmpi2
not-installed"libhdf5_cpp103-openmpi2-32bit
not-installed"libhdf5_cpp103-openmpi3
not-installed"libhdf5_cpp103-openmpi3-32bit
+not-installed"libhdf5_cpp103-openmpi4
+not-installed"libhdf5_cpp103-openmpi4-32bit
not-installed"libhdf5_cpp_1_10_5-gnu-hpc
not-installed"libhdf5_cpp_1_10_5-gnu-mpich-hpc
not-installed"libhdf5_cpp_1_10_5-gnu-mvapich2-hpc
not-installed"libhdf5_cpp_1_10_5-gnu-openmpi1-hpc
not-installed"libhdf5_cpp_1_10_5-gnu-openmpi2-hpc
not-installed"libhdf5_cpp_1_10_5-gnu-openmpi3-hpc
+not-installed"libhdf5_cpp_1_10_5-gnu-openmpi4-hpc
not-installed"libhdf5_fortran-gnu-hpc
not-installed"libhdf5_fortran-gnu-mpich-hpc
not-installed"libhdf5_fortran-gnu-mvapich2-hpc
not-installed"libhdf5_fortran-gnu-openmpi1-hpc
not-installed"libhdf5_fortran-gnu-openmpi2-hpc
not-installed"libhdf5_fortran-gnu-openmpi3-hpc
+not-installed"libhdf5_fortran-gnu-openmpi4-hpc
not-installed"libhdf5_fortran102
+not-installed"libhdf5_fortran102-32bit
not-installed"libhdf5_fortran102-mvapich2
+not-installed"libhdf5_fortran102-mvapich2-32bit
not-installed"libhdf5_fortran102-openmpi1
+not-installed"libhdf5_fortran102-openmpi1-32bit
not-installed"libhdf5_fortran102-openmpi2
+not-installed"libhdf5_fortran102-openmpi2-32bit
not-installed"libhdf5_fortran102-openmpi3
+not-installed"libhdf5_fortran102-openmpi3-32bit
+not-installed"libhdf5_fortran102-openmpi4
+not-installed"libhdf5_fortran102-openmpi4-32bit
not-installed"libhdf5_fortran_1_10_5-gnu-hpc
not-installed"libhdf5_fortran_1_10_5-gnu-mpich-hpc
not-installed"libhdf5_fortran_1_10_5-gnu-mvapich2-hpc
not-installed"libhdf5_fortran_1_10_5-gnu-openmpi1-hpc
not-installed"libhdf5_fortran_1_10_5-gnu-openmpi2-hpc
not-installed"libhdf5_fortran_1_10_5-gnu-openmpi3-hpc
+not-installed"libhdf5_fortran_1_10_5-gnu-openmpi4-hpc
not-installed"libhdf5_hl-gnu-hpc
not-installed"libhdf5_hl-gnu-mpich-hpc
not-installed"libhdf5_hl-gnu-mvapich2-hpc
not-installed"libhdf5_hl-gnu-openmpi1-hpc
not-installed"libhdf5_hl-gnu-openmpi2-hpc
not-installed"libhdf5_hl-gnu-openmpi3-hpc
+not-installed"libhdf5_hl-gnu-openmpi4-hpc
installed"libhdf5_hl100
not-installed"libhdf5_hl100-32bit
not-installed"libhdf5_hl100-mvapich2
@@ -13624,18 +14355,22 @@ not-installed"libhdf5_hl100-openmpi2
not-installed"libhdf5_hl100-openmpi2-32bit
not-installed"libhdf5_hl100-openmpi3
not-installed"libhdf5_hl100-openmpi3-32bit
+not-installed"libhdf5_hl100-openmpi4
+not-installed"libhdf5_hl100-openmpi4-32bit
not-installed"libhdf5_hl_1_10_5-gnu-hpc
not-installed"libhdf5_hl_1_10_5-gnu-mpich-hpc
not-installed"libhdf5_hl_1_10_5-gnu-mvapich2-hpc
not-installed"libhdf5_hl_1_10_5-gnu-openmpi1-hpc
not-installed"libhdf5_hl_1_10_5-gnu-openmpi2-hpc
not-installed"libhdf5_hl_1_10_5-gnu-openmpi3-hpc
+not-installed"libhdf5_hl_1_10_5-gnu-openmpi4-hpc
not-installed"libhdf5_hl_cpp-gnu-hpc
not-installed"libhdf5_hl_cpp-gnu-mpich-hpc
not-installed"libhdf5_hl_cpp-gnu-mvapich2-hpc
not-installed"libhdf5_hl_cpp-gnu-openmpi1-hpc
not-installed"libhdf5_hl_cpp-gnu-openmpi2-hpc
not-installed"libhdf5_hl_cpp-gnu-openmpi3-hpc
+not-installed"libhdf5_hl_cpp-gnu-openmpi4-hpc
not-installed"libhdf5_hl_cpp100
not-installed"libhdf5_hl_cpp100-32bit
not-installed"libhdf5_hl_cpp100-mvapich2
@@ -13646,18 +14381,22 @@ not-installed"libhdf5_hl_cpp100-openmpi2
not-installed"libhdf5_hl_cpp100-openmpi2-32bit
not-installed"libhdf5_hl_cpp100-openmpi3
not-installed"libhdf5_hl_cpp100-openmpi3-32bit
+not-installed"libhdf5_hl_cpp100-openmpi4
+not-installed"libhdf5_hl_cpp100-openmpi4-32bit
not-installed"libhdf5_hl_cpp_1_10_5-gnu-hpc
not-installed"libhdf5_hl_cpp_1_10_5-gnu-mpich-hpc
not-installed"libhdf5_hl_cpp_1_10_5-gnu-mvapich2-hpc
not-installed"libhdf5_hl_cpp_1_10_5-gnu-openmpi1-hpc
not-installed"libhdf5_hl_cpp_1_10_5-gnu-openmpi2-hpc
not-installed"libhdf5_hl_cpp_1_10_5-gnu-openmpi3-hpc
+not-installed"libhdf5_hl_cpp_1_10_5-gnu-openmpi4-hpc
not-installed"libhdf5_hl_fortran-gnu-hpc
not-installed"libhdf5_hl_fortran-gnu-mpich-hpc
not-installed"libhdf5_hl_fortran-gnu-mvapich2-hpc
not-installed"libhdf5_hl_fortran-gnu-openmpi1-hpc
not-installed"libhdf5_hl_fortran-gnu-openmpi2-hpc
not-installed"libhdf5_hl_fortran-gnu-openmpi3-hpc
+not-installed"libhdf5_hl_fortran-gnu-openmpi4-hpc
not-installed"libhdf5hl_fortran100
not-installed"libhdf5hl_fortran100-32bit
not-installed"libhdf5hl_fortran100-mvapich2
@@ -13668,57 +14407,57 @@ not-installed"libhdf5hl_fortran100-openmpi2
not-installed"libhdf5hl_fortran100-openmpi2-32bit
not-installed"libhdf5hl_fortran100-openmpi3
not-installed"libhdf5hl_fortran100-openmpi3-32bit
+not-installed"libhdf5hl_fortran100-openmpi4
+not-installed"libhdf5hl_fortran100-openmpi4-32bit
not-installed"libhdf5hl_fortran_1_10_5-gnu-hpc
not-installed"libhdf5hl_fortran_1_10_5-gnu-mpich-hpc
not-installed"libhdf5hl_fortran_1_10_5-gnu-mvapich2-hpc
not-installed"libhdf5hl_fortran_1_10_5-gnu-openmpi1-hpc
not-installed"libhdf5hl_fortran_1_10_5-gnu-openmpi2-hpc
not-installed"libhdf5hl_fortran_1_10_5-gnu-openmpi3-hpc
+not-installed"libhdf5hl_fortran_1_10_5-gnu-openmpi4-hpc
not-installed"libhdhomerun
not-installed"libhdhomerun-debuginfo
not-installed"libhdhomerun-debugsource
not-installed"libhdhomerun-devel
not-installed"libhdhomerun2
not-installed"libhdhomerun2-debuginfo
-not-installed"libheif
-not-installed"libheif-debuginfo
-not-installed"libheif-debugsource
not-installed"libheif-devel
not-installed"libheif1
-not-installed"libheif1-debuginfo
not-installed"libheimdal
not-installed"libheimdal-devel
not-installed"libhfst53
not-installed"libhfstospell11
not-installed"libhfstospell11-32bit
not-installed"libhidapi-devel
-not-installed"libhidapi-hidraw0
+installed"libhidapi-hidraw0
not-installed"libhidapi-libusb0
not-installed"libhinawa-devel
-not-installed"libhinawa1
+not-installed"libhinawa2
installed"libhiredis0_13
+not-installed"libhiredis1_0_0
installed"libhivex0
not-installed"libhmac-devel
not-installed"libhmac-tools
not-installed"libhmac1
-installed"libhogweed5
-installed"libhogweed5-32bit
+installed"libhogweed6
+installed"libhogweed6-32bit
+not-installed"libhomfly-devel
+not-installed"libhomfly0
not-installed"libhowl0
not-installed"libhpdf2_3_0
not-installed"libhpx1
not-installed"libhs5
-not-installed"libhssi-io1
not-installed"libhtp-devel
not-installed"libhtp2
not-installed"libhts-devel
not-installed"libhts-devel-32bit
not-installed"libhts3
not-installed"libhts3-32bit
-installed"libhttp_parser2_7_1
-not-installed"libhttp_parser2_7_1-32bit
+not-installed"libhttp_parser2_9
+not-installed"libhttp_parser2_9-32bit
not-installed"libhttrack2
not-installed"libhubbub-devel
-not-installed"libhubbub-doc
not-installed"libhubbub0
not-installed"libhugetlbfs
not-installed"libhugetlbfs-32bit
@@ -13768,10 +14507,10 @@ not-installed"libiconv_hook1
not-installed"libicu-devel
not-installed"libicu-devel-32bit
not-installed"libicu-doc
-installed"libicu66
-not-installed"libicu66-32bit
-not-installed"libicu66-bedata
-installed"libicu66-ledata
+installed"libicu67
+not-installed"libicu67-32bit
+not-installed"libicu67-bedata
+installed"libicu67-ledata
not-installed"libid3tag-devel
installed"libid3tag0
not-installed"libid3tag0-32bit
@@ -13782,7 +14521,7 @@ installed"libidn12
not-installed"libidn12-32bit
installed"libidn2-0
installed"libidn2-0-32bit
-not-installed"libidn2-devel
+installed"libidn2-devel
installed"libidn2-lang
not-installed"libidn2-tools
not-installed"libido3-0_1-0
@@ -13795,7 +14534,7 @@ installed"libigdgmm11
not-installed"libigfxcmrt-devel
not-installed"libigfxcmrt7
not-installed"libilbc0
-not-installed"libimaevm1
+not-installed"libimaevm2
not-installed"libimagequant-devel
installed"libimagequant0
not-installed"libiml0
@@ -13830,6 +14569,8 @@ not-installed"libini_config-devel
not-installed"libini_config-devel-32bit
not-installed"libini_config5
not-installed"libini_config5-32bit
+not-installed"libinih-devel
+installed"libinih0
not-installed"libiniparser-devel
not-installed"libiniparser1
not-installed"libiniparser1-32bit
@@ -13840,10 +14581,12 @@ not-installed"libinput-tools
installed"libinput-udev
installed"libinput10
not-installed"libinput10-32bit
-not-installed"libinsighttoolkit4
+not-installed"libinsighttoolkit5
installed"libinstpatch-1_0-2
not-installed"libinstpatch-1_0-2-32bit
not-installed"libinstpatch-devel
+not-installed"libint-devel
+not-installed"libint2-2
not-installed"libiodbc-devel
not-installed"libiodbc3
installed"libip4tc2
@@ -13854,6 +14597,7 @@ installed"libiperf0
not-installed"libipmiconsole2
not-installed"libipmidetect0
not-installed"libipmimonitoring6
+not-installed"libipopt0
not-installed"libipq-devel
not-installed"libipq0
installed"libipset13
@@ -13870,10 +14614,10 @@ not-installed"libirman-devel
not-installed"libirman0
not-installed"libirrecord0
not-installed"libirs-devel
-installed"libirs1600
-not-installed"libirs1600-32bit
-installed"libisc1601
-not-installed"libisc1601-32bit
+installed"libirs1601
+not-installed"libirs1601-32bit
+installed"libisc1606
+not-installed"libisc1606-32bit
installed"libisccc1600
not-installed"libisccc1600-32bit
installed"libisccfg1600
@@ -13913,7 +14657,6 @@ installed"libixml11
not-installed"libixml11-32bit
not-installed"libjack-devel
not-installed"libjack-devel-32bit
-not-installed"libjack-pw0_3_2
installed"libjack0
installed"libjack0-32bit
installed"libjacknet0
@@ -13923,6 +14666,9 @@ not-installed"libjackserver0-32bit
not-installed"libjansson-devel
installed"libjansson4
installed"libjansson4-32bit
+not-installed"libjasper-devel
+not-installed"libjasper4
+not-installed"libjasper4-32bit
installed"libjavascriptcoregtk-4_0-18
not-installed"libjavascriptcoregtk-4_0-18-32bit
not-installed"libjaylink
@@ -13934,6 +14680,8 @@ installed"libjbig2
installed"libjbig2-32bit
not-installed"libjbig2dec0
not-installed"libjbig2dec0-32bit
+not-installed"libjcat-devel
+installed"libjcat1
not-installed"libjd0
installed"libjemalloc2
not-installed"libjim0_75
@@ -13958,20 +14706,20 @@ not-installed"libjrtp3_11_1
not-installed"libjsmn0
not-installed"libjson-c-devel
not-installed"libjson-c-doc
-installed"libjson-c4
-not-installed"libjson-c4-32bit
+installed"libjson-c5
+not-installed"libjson-c5-32bit
installed"libjson-glib-1_0-0
installed"libjson-glib-1_0-0-32bit
-not-installed"libjsoncpp22
+not-installed"libjsoncpp24
not-installed"libjsonrpc-glib-1_0-1
not-installed"libjte-devel
installed"libjte1
not-installed"libjthread1_3_3
not-installed"libjxrglue0
-not-installed"libkColorPicker0_1_1
-not-installed"libkImageAnnotator0_2_1
-installed"libkaccounts1
-not-installed"libkaccounts1-32bit
+not-installed"libkColorPicker0_1_4
+not-installed"libkImageAnnotator0_3_2
+installed"libkaccounts2
+not-installed"libkaccounts2-32bit
not-installed"libkasten-lang
not-installed"libkate-devel
not-installed"libkate-tools
@@ -14009,10 +14757,10 @@ installed"libkdegames-lang
installed"libkdepim
not-installed"libkdepim-devel
installed"libkdepim-lang
-not-installed"libkdevplatform55
-not-installed"libkdevplatform55-debuginfo
+not-installed"libkdevplatform56
+not-installed"libkdevplatform56-debuginfo
not-installed"libkdsoap-server1_9_0
-not-installed"libkdsoap1_9_0
+installed"libkdsoap1_9_0
not-installed"libkdstatemachineeditor_core1_2_7
not-installed"libkdstatemachineeditor_core1_2_7-debuginfo
not-installed"libkdstatemachineeditor_debuginterfaceclient1_2_7
@@ -14021,35 +14769,34 @@ not-installed"libkdstatemachineeditor_debuginterfacesource-static
not-installed"libkdstatemachineeditor_view1_2_7
not-installed"libkdstatemachineeditor_view1_2_7-debuginfo
not-installed"libkdumpfile-devel
-not-installed"libkdumpfile7
-not-installed"libkea-asiodns0
-not-installed"libkea-asiolink7
+not-installed"libkdumpfile8
+not-installed"libkea-asiodns1
+not-installed"libkea-asiolink9
not-installed"libkea-cc8
-not-installed"libkea-cfgclient7
-not-installed"libkea-cryptolink4
-not-installed"libkea-database3
-not-installed"libkea-dhcp++13
-not-installed"libkea-dhcp_ddns1
-not-installed"libkea-dhcpsrv16
-not-installed"libkea-dns++3
-not-installed"libkea-eval11
+not-installed"libkea-cfgclient10
+not-installed"libkea-cryptolink5
+not-installed"libkea-database6
+not-installed"libkea-dhcp++19
+not-installed"libkea-dhcp_ddns3
+not-installed"libkea-dhcpsrv27
+not-installed"libkea-dns++5
+not-installed"libkea-eval12
not-installed"libkea-exceptions0
-not-installed"libkea-hooks7
-not-installed"libkea-http6
-not-installed"libkea-log4
-not-installed"libkea-mysql1
-not-installed"libkea-pgsql0
-not-installed"libkea-process4
-not-installed"libkea-stats3
-not-installed"libkea-threads2
+not-installed"libkea-hooks15
+not-installed"libkea-http7
+not-installed"libkea-log6
+not-installed"libkea-mysql6
+not-installed"libkea-pgsql4
+not-installed"libkea-process11
+not-installed"libkea-stats6
not-installed"libkea-util-io0
-not-installed"libkea-util7
+not-installed"libkea-util16
not-installed"libkea1_4
not-installed"libkeccak-devel
installed"libkeccak1
not-installed"libkeduvocdocument-devel
not-installed"libkeduvocdocument-lang
-installed"libkerfuffle19
+installed"libkerfuffle20
not-installed"libkexiv2-devel
installed"libkeybinder-3_0-0
not-installed"libkeybinder0
@@ -14069,6 +14816,7 @@ not-installed"libkioarchive-devel
installed"libkioarchive5
installed"libkipi-data
not-installed"libkipi-devel
+not-installed"libkissfft-131
not-installed"libkkc-devel
not-installed"libkkc2
not-installed"libkkc2-32bit
@@ -14100,6 +14848,7 @@ not-installed"libknet1-crypto-openssl-plugin
not-installed"libknet1-crypto-plugins-all
not-installed"libknet1-devel
not-installed"libknet1-plugins-all
+not-installed"libkokkos3
not-installed"libkolabxml-devel
installed"libkolabxml1
installed"libkomparediff2-5
@@ -14128,6 +14877,7 @@ not-installed"libksysguard5-32bit
not-installed"libksysguard5-devel
not-installed"libksysguard5-devel-32bit
installed"libksysguard5-helper
+installed"libksysguard5-imports
installed"libksysguard5-lang
not-installed"libktoblzcheck1
not-installed"libktorrent
@@ -14136,8 +14886,8 @@ not-installed"libktorrent-devel
not-installed"libktorrent-lang
not-installed"libktpaccountskcminternal9
not-installed"libkvazaar-devel
-not-installed"libkvazaar4
-not-installed"libkvazaar4-debuginfo
+not-installed"libkvazaar6
+not-installed"libkvazaar6-debuginfo
not-installed"libkvkontakte
not-installed"libkvkontakte-debugsource
not-installed"libkvkontakte-devel
@@ -14148,6 +14898,8 @@ not-installed"libkwnn0
not-installed"libkyotocabinet-devel
not-installed"libkyotocabinet16
not-installed"libkyotocabinet16-32bit
+not-installed"liblal20
+not-installed"liblalsupport14
not-installed"liblammps0
not-installed"liblangtag-devel
not-installed"liblangtag-doc
@@ -14158,9 +14910,6 @@ not-installed"liblapacke3
not-installed"liblapacke3-32bit
not-installed"liblasem-0_4-4
installed"liblash1
-not-installed"liblash1-32bit
-not-installed"liblash1-32bit-debuginfo
-not-installed"liblash1-debuginfo
not-installed"liblasso-devel
not-installed"liblasso3
not-installed"liblastfm-qt5-devel
@@ -14183,6 +14932,8 @@ not-installed"liblbxutil-devel
not-installed"liblbxutil-devel-32bit
not-installed"liblbxutil1
not-installed"liblbxutil1-32bit
+not-installed"liblcf0
+not-installed"liblcf0-devel
installed"liblcms2-2
installed"liblcms2-2-32bit
not-installed"liblcms2-devel
@@ -14197,6 +14948,7 @@ installed"libldapcpp1
not-installed"libldb-devel
installed"libldb2
installed"libldb2-32bit
+not-installed"libldc-jit93
not-installed"libldl-doc
not-installed"libldl2
installed"libldm-1_0-0
@@ -14233,17 +14985,18 @@ not-installed"liblightstep_tracer0
installed"liblilv-0-0
not-installed"liblilv-0-0-32bit
not-installed"liblilv-0-devel
+not-installed"liblime0
not-installed"liblinbox0
not-installed"liblinebreak-devel
not-installed"liblinebreak2
not-installed"liblink-grammar5
-not-installed"liblinphone++9
-not-installed"liblinphone++9-32bit
+not-installed"liblinphone++10
+not-installed"liblinphone++10-32bit
not-installed"liblinphone-data
not-installed"liblinphone-devel
not-installed"liblinphone-lang
-not-installed"liblinphone9
-not-installed"liblinphone9-32bit
+not-installed"liblinphone10
+not-installed"liblinphone10-32bit
not-installed"liblinuxsampler-devel
not-installed"liblinuxsampler5
not-installed"liblinuxsampler5-debuginfo
@@ -14256,7 +15009,8 @@ not-installed"liblirc_driver0
not-installed"liblirc_driver0-32bit
not-installed"liblittleb0
not-installed"libliveMedia-devel
-installed"libliveMedia78
+installed"libliveMedia81
+not-installed"liblldb10
not-installed"liblldb7
not-installed"liblldb8
not-installed"liblldb9
@@ -14280,12 +15034,14 @@ not-installed"libloadpng4_4
not-installed"libloadpng4_4-32bit
installed"liblockdev1
installed"liblockdev1-32bit
-not-installed"liblodepng-r84
+not-installed"liblockfile-devel
+not-installed"liblockfile1
+not-installed"liblodepng-r207
not-installed"liblog4c-devel
not-installed"liblog4c-doc
not-installed"liblog4c3
not-installed"liblog4c3-32bit
-not-installed"liblog4cplus-1_1-5
+not-installed"liblog4cplus-1_2-5
not-installed"liblog4cpp5
not-installed"liblog4cxx-devel
not-installed"liblog4cxx10
@@ -14315,7 +15071,7 @@ not-installed"liblqr-devel
not-installed"liblrdf-devel
installed"liblrdf2
not-installed"liblrdf2-32bit
-not-installed"liblrs-7_0a0
+not-installed"liblrs1
installed"liblsan0
not-installed"liblsan0-gcc7
not-installed"liblsan0-gcc9
@@ -14335,6 +15091,8 @@ installed"liblua5_1-5
not-installed"liblua5_1-5-32bit
installed"liblua5_3-5
installed"liblua5_3-5-32bit
+not-installed"liblua5_4-5
+not-installed"liblua5_4-5-32bit
not-installed"libluabind0_9_1
installed"libluajit-5_1-2
not-installed"libluajit-5_1-2-32bit
@@ -14364,9 +15122,9 @@ installed"liblzo2-2
not-installed"liblzo2-2-32bit
not-installed"libm17n0
not-installed"libm17n0-32bit
-not-installed"libm4ri-0_0_20140914
+not-installed"libm4ri-0_0_20200125
not-installed"libm4ri-devel
-not-installed"libm4rie-0_0_20150908
+not-installed"libm4rie-0_0_20200125
not-installed"libm4rie-devel
not-installed"libmaa-devel
not-installed"libmaa-doc
@@ -14429,20 +15187,20 @@ not-installed"libmateweather-lang
not-installed"libmateweather1
not-installed"libmateweather1-32bit
not-installed"libmatio-devel
-not-installed"libmatio9
+not-installed"libmatio11
not-installed"libmatrix_client0_3_0
not-installed"libmatroska-devel
-installed"libmatroska6
-not-installed"libmatroska6-32bit
+installed"libmatroska7
+not-installed"libmatroska7-32bit
not-installed"libmaxminddb-devel
installed"libmaxminddb0
not-installed"libmaxminddb0-32bit
-not-installed"libmbedcrypto3
-not-installed"libmbedcrypto3-32bit
-not-installed"libmbedtls12
-not-installed"libmbedtls12-32bit
-not-installed"libmbedx509-0
-not-installed"libmbedx509-0-32bit
+installed"libmbedcrypto5
+not-installed"libmbedcrypto5-32bit
+installed"libmbedtls13
+not-installed"libmbedtls13-32bit
+installed"libmbedx509-1
+not-installed"libmbedx509-1-32bit
installed"libmbim
not-installed"libmbim-devel
installed"libmbim-glib4
@@ -14470,8 +15228,8 @@ installed"libmediacheck5
not-installed"libmediainfo-devel
not-installed"libmediainfo0
not-installed"libmediainfo0-32bit
-not-installed"libmediastreamer10
-not-installed"libmediastreamer10-32bit
+not-installed"libmediastreamer11
+not-installed"libmediastreamer11-32bit
not-installed"libmediawiki
not-installed"libmediawiki-debugsource
not-installed"libmediawiki-devel
@@ -14484,11 +15242,10 @@ not-installed"libmemcached-devel
not-installed"libmemcached11
not-installed"libmemcachedutil2
not-installed"libmemkind0
-not-installed"libmemphis-0_2-0
not-installed"libmenu-cache3
not-installed"libmesode-devel
not-installed"libmesode0
-not-installed"libmetacity1
+not-installed"libmetacity3
not-installed"libmetal-devel
not-installed"libmetal0
not-installed"libmetalink-devel
@@ -14500,6 +15257,7 @@ not-installed"libmetrics-devel
not-installed"libmetrics0
installed"libmfx
not-installed"libmfx-devel
+not-installed"libmfx-samples
installed"libmfx1
not-installed"libmgl-fltk7_5_0
not-installed"libmgl-glut7_5_0
@@ -14567,9 +15325,9 @@ not-installed"libmodplug-devel
installed"libmodplug1
not-installed"libmodplug1-32bit
not-installed"libmodsecurity3
+not-installed"libmodsecurity3-32bit
not-installed"libmodulemd-devel
installed"libmodulemd2
-not-installed"libmolsketch-qt5-1
not-installed"libmongoose-doc
not-installed"libmongoose2
not-installed"libmono-2_0-1
@@ -14599,10 +15357,8 @@ not-installed"libmowgli2-32bit
not-installed"libmowgli2-32bit-debuginfo
not-installed"libmowgli2-debuginfo
not-installed"libmowgli2-devel
-not-installed"libmozjs-38
-not-installed"libmozjs-38-32bit
installed"libmozjs-52
-installed"libmozjs-60
+installed"libmozjs-68
not-installed"libmozjs185-1_0
not-installed"libmozjs185-1_0-32bit
not-installed"libmozjs185-1_0-32bit-debuginfo
@@ -14653,8 +15409,10 @@ not-installed"libmpfc-devel
not-installed"libmpfc2
not-installed"libmpfc2-debuginfo
not-installed"libmpfi0
+not-installed"libmpfpx0
installed"libmpfr6
not-installed"libmpfr6-32bit
+not-installed"libmpfrcx1
installed"libmpg123-0
installed"libmpg123-0-32bit
not-installed"libmpir-devel
@@ -14711,8 +15469,9 @@ not-installed"libmumps_5_2_1-gnu-openmpi2-hpc
not-installed"libmumps_5_2_1-gnu-openmpi3-hpc
not-installed"libmunge2
not-installed"libmunge2-32bit
-not-installed"libmuparser2_2_6
-not-installed"libmuparser2_2_6-32bit
+not-installed"libmunit0suse0
+not-installed"libmuparser2_3_2
+not-installed"libmuparser2_3_2-32bit
not-installed"libmuparserx4_0_8
not-installed"libmuroar0
not-installed"libmuroar0-debuginfo
@@ -14724,7 +15483,7 @@ not-installed"libmusicbrainz4-32bit
installed"libmusicbrainz5-1
not-installed"libmusicbrainz5-1-32bit
not-installed"libmusicbrainz5-devel
-installed"libmutter-5-0
+installed"libmutter-6-0
installed"libmwaw-0_3-3
not-installed"libmwaw-devel
not-installed"libmwaw-devel-doc
@@ -14733,7 +15492,7 @@ not-installed"libmxml1
not-installed"libmxml1-32bit
not-installed"libmygpo-qt5-1
not-installed"libmygpo-qt5-devel
-installed"libmypaint-1_5-1
+installed"libmypaint-1_6-1
not-installed"libmypaint-devel
not-installed"libmypaint-gegl-devel
not-installed"libmypaint-gegl0
@@ -14743,7 +15502,7 @@ installed"libmysofa1
not-installed"libmysofa1-32bit
not-installed"libmysqlcppconn-devel
not-installed"libmysqlcppconn7
-not-installed"libmysqlcppconn8-1
+not-installed"libmysqlcppconn8-2
not-installed"libmysqlcppconn8-devel
not-installed"libmyth-29-29
not-installed"libmyth-29-29-debuginfo
@@ -14754,13 +15513,15 @@ not-installed"libnatpmp1
not-installed"libnatpmp1-devel
not-installed"libnautilus-extension1
not-installed"libnautilus-extension1-32bit
-not-installed"libnauty-2_7_rc2
+not-installed"libnauty-2_7_1
+not-installed"libnbcompat-devel
+not-installed"libnbcompat0
not-installed"libncurses5
not-installed"libncurses5-32bit
installed"libncurses6
installed"libncurses6-32bit
not-installed"libndctl-devel
-not-installed"libndctl6
+installed"libndctl6
not-installed"libndp
not-installed"libndp-devel
installed"libndp0
@@ -14778,6 +15539,7 @@ installed"libndr-standard0
installed"libndr-standard0-32bit
installed"libndr1
installed"libndr1-32bit
+not-installed"libneatvnc0
not-installed"libneko2
not-installed"libnemo-extension1
not-installed"libneon-devel
@@ -14787,6 +15549,7 @@ not-installed"libnet-devel
not-installed"libnet-doc
installed"libnet9
not-installed"libnetapi-devel
+not-installed"libnetapi-devel-32bit
installed"libnetapi0
installed"libnetapi0-32bit
not-installed"libnetcdf-cxx4-gnu-hpc
@@ -14794,22 +15557,27 @@ not-installed"libnetcdf-cxx4-gnu-hpc-devel
not-installed"libnetcdf-cxx4_4_3_1-gnu-hpc
not-installed"libnetcdf-cxx4_4_3_1-gnu-hpc-devel
not-installed"libnetcdf-cxx4_4_3_1-gnu-hpc-devel-static
+not-installed"libnetcdf-fortran-gnu-hpc
not-installed"libnetcdf-fortran-gnu-mpich-hpc
not-installed"libnetcdf-fortran-gnu-mvapich2-hpc
not-installed"libnetcdf-fortran-gnu-openmpi1-hpc
not-installed"libnetcdf-fortran-gnu-openmpi2-hpc
not-installed"libnetcdf-fortran-gnu-openmpi3-hpc
+not-installed"libnetcdf-fortran-gnu-openmpi4-hpc
+not-installed"libnetcdf-fortran_4_5_2-gnu-hpc
not-installed"libnetcdf-fortran_4_5_2-gnu-mpich-hpc
not-installed"libnetcdf-fortran_4_5_2-gnu-mvapich2-hpc
not-installed"libnetcdf-fortran_4_5_2-gnu-openmpi1-hpc
not-installed"libnetcdf-fortran_4_5_2-gnu-openmpi2-hpc
not-installed"libnetcdf-fortran_4_5_2-gnu-openmpi3-hpc
+not-installed"libnetcdf-fortran_4_5_2-gnu-openmpi4-hpc
not-installed"libnetcdf-gnu-hpc
not-installed"libnetcdf-gnu-mpich-hpc
not-installed"libnetcdf-gnu-mvapich2-hpc
not-installed"libnetcdf-gnu-openmpi1-hpc
not-installed"libnetcdf-gnu-openmpi2-hpc
not-installed"libnetcdf-gnu-openmpi3-hpc
+not-installed"libnetcdf-gnu-openmpi4-hpc
not-installed"libnetcdf15
not-installed"libnetcdf15-32bit
not-installed"libnetcdf15-openmpi1
@@ -14818,12 +15586,15 @@ not-installed"libnetcdf15-openmpi2
not-installed"libnetcdf15-openmpi2-32bit
not-installed"libnetcdf15-openmpi3
not-installed"libnetcdf15-openmpi3-32bit
+not-installed"libnetcdf15-openmpi4
+not-installed"libnetcdf15-openmpi4-32bit
not-installed"libnetcdf_4_7_3-gnu-hpc
not-installed"libnetcdf_4_7_3-gnu-mpich-hpc
not-installed"libnetcdf_4_7_3-gnu-mvapich2-hpc
not-installed"libnetcdf_4_7_3-gnu-openmpi1-hpc
not-installed"libnetcdf_4_7_3-gnu-openmpi2-hpc
not-installed"libnetcdf_4_7_3-gnu-openmpi3-hpc
+not-installed"libnetcdf_4_7_3-gnu-openmpi4-hpc
not-installed"libnetcdf_c++-devel
not-installed"libnetcdf_c++4
not-installed"libnetcdf_c++4-1
@@ -14855,8 +15626,8 @@ installed"libnetpbm11
not-installed"libnetpbm11-32bit
installed"libnettle-devel
not-installed"libnettle-devel-32bit
-installed"libnettle7
-installed"libnettle7-32bit
+installed"libnettle8
+installed"libnettle8-32bit
installed"libnewt0_52
not-installed"libnewt0_52-32bit
not-installed"libnextcloudsync-devel
@@ -14864,7 +15635,7 @@ not-installed"libnextcloudsync0
not-installed"libnf2ff0
not-installed"libnfc-devel
not-installed"libnfc-tools
-not-installed"libnfc5
+not-installed"libnfc6
not-installed"libnfnetlink-devel
installed"libnfnetlink0
not-installed"libnfnetlink0-32bit
@@ -14908,6 +15679,8 @@ not-installed"libnma-lang
not-installed"libnma0
not-installed"libnormaliz3
not-installed"libnoson2
+not-installed"libnotcurses++1
+not-installed"libnotcurses1
not-installed"libnotify-devel
not-installed"libnotify-devel-32bit
installed"libnotify-tools
@@ -14917,6 +15690,8 @@ not-installed"libnotmuch5
not-installed"libnova-0_15-0
not-installed"libnova-devel
installed"libnpth0
+installed"libns1604
+not-installed"libns1604-32bit
not-installed"libnscd-devel
installed"libnscd1
installed"libnscd1-32bit
@@ -14936,7 +15711,7 @@ not-installed"libnsync_cpp1
not-installed"libntfs-3g-devel
installed"libntfs-3g88
not-installed"libntirpc-devel
-not-installed"libntirpc3_2
+not-installed"libntirpc3_3
not-installed"libntk1
not-installed"libntl43
not-installed"libntlm-devel
@@ -14948,7 +15723,11 @@ installed"libnumbertext-1_0-0
installed"libnumbertext-data
not-installed"libnumbertext-devel
not-installed"libnumbertext-tools
-not-installed"libnvpair1
+not-installed"libnuspell3
+not-installed"libnvidia-container-devel
+not-installed"libnvidia-container-static
+not-installed"libnvidia-container-tools
+not-installed"libnvidia-container1
not-installed"libnxml-devel
not-installed"libnxml0
not-installed"libnxml0-32bit
@@ -14961,7 +15740,7 @@ installed"liboauth0
not-installed"liboauth0-32bit
not-installed"libobby-0_4-1
not-installed"libobjc2-devel
-not-installed"libobjc4
+installed"libobjc4
not-installed"libobjc4-32bit
not-installed"libobjc4-gcc7
not-installed"libobjc4-gcc7-32bit
@@ -14970,6 +15749,8 @@ not-installed"libobjc4-gcc9-32bit
not-installed"libobjc4_6
not-installed"libobrender32
not-installed"libobt2
+installed"libodbc2
+not-installed"libodbc2-32bit
not-installed"libode8
installed"libodfgen-0_1-1
not-installed"libodfgen-devel
@@ -15009,10 +15790,15 @@ not-installed"libolecf-devel
not-installed"libolecf-tools
not-installed"libolecf1
not-installed"libolm3
+not-installed"libomniORB4
+not-installed"libomp10-devel
not-installed"libomp7-devel
not-installed"libomp8-devel
not-installed"libomp9-devel
installed"libonig5
+not-installed"libonnx
+not-installed"libonnx_proto
+not-installed"libonnxifi_dummy
not-installed"liboop-devel
not-installed"liboop4
not-installed"libopae-c1
@@ -15038,10 +15824,10 @@ not-installed"libopenblas-gnu-hpc
not-installed"libopenblas-gnu-hpc-devel
not-installed"libopenblas-pthreads-gnu-hpc
not-installed"libopenblas-pthreads-gnu-hpc-devel
-not-installed"libopenblas-pthreads_0_3_9-gnu-hpc
-not-installed"libopenblas-pthreads_0_3_9-gnu-hpc-devel
-not-installed"libopenblas_0_3_9-gnu-hpc
-not-installed"libopenblas_0_3_9-gnu-hpc-devel
+not-installed"libopenblas-pthreads_0_3_10-gnu-hpc
+not-installed"libopenblas-pthreads_0_3_10-gnu-hpc-devel
+not-installed"libopenblas_0_3_10-gnu-hpc
+not-installed"libopenblas_0_3_10-gnu-hpc-devel
not-installed"libopenblas_openmp-devel
not-installed"libopenblas_openmp0
not-installed"libopenblas_pthreads-devel
@@ -15049,7 +15835,7 @@ installed"libopenblas_pthreads0
not-installed"libopenblas_serial-devel
not-installed"libopenblas_serial0
not-installed"libopencascade7
-not-installed"libopencc2
+not-installed"libopencc1_1
installed"libopenconnect5
not-installed"libopencore-amr-devel
installed"libopencore-amrnb0
@@ -15060,16 +15846,18 @@ installed"libopencore-amrwb0
not-installed"libopencore-amrwb0-32bit
not-installed"libopencore-amrwb0-32bit-debuginfo
not-installed"libopencore-amrwb0-debuginfo
+installed"libopencsd0
+installed"libopencsd_c_api0
not-installed"libopencsg1
installed"libopencv3_4
-not-installed"libopencv4_2
-not-installed"libopendkim10
-not-installed"libopenh264-5
-not-installed"libopenh264-5-debuginfo
+not-installed"libopencv4_4
+not-installed"libopendkim11
+not-installed"libopenh264-6
+not-installed"libopenh264-6-debuginfo
not-installed"libopenhpi4
installed"libopeniscsiusr0_2_0
installed"libopenjp2-7
-not-installed"libopenjp2-7-32bit
+installed"libopenjp2-7-32bit
installed"libopenjpeg1
not-installed"libopenjpeg1-32bit
not-installed"libopenlibm3
@@ -15080,12 +15868,12 @@ not-installed"libopenmpi4-gnu-hpc
not-installed"libopenmpi_1_10_7-gnu-hpc
not-installed"libopenmpi_2_1_6-gnu-hpc
not-installed"libopenmpi_3_1_6-gnu-hpc
-not-installed"libopenmpi_4_0_2-gnu-hpc
+not-installed"libopenmpi_4_0_5-gnu-hpc
not-installed"libopenmpt-devel
+not-installed"libopenmpt-modplug-devel
installed"libopenmpt0
not-installed"libopenmpt0-32bit
not-installed"libopenmpt_modplug1
-not-installed"libopenmpt_modplug1-32bit
not-installed"libopenobex2
not-installed"libopenraw-devel
not-installed"libopenraw1
@@ -15106,6 +15894,7 @@ not-installed"libopenssl-1_0_0-devel-32bit
installed"libopenssl-1_1-devel
not-installed"libopenssl-1_1-devel-32bit
installed"libopenssl-devel
+not-installed"libopenssl10
installed"libopenssl1_0_0
not-installed"libopenssl1_0_0-32bit
not-installed"libopenssl1_0_0-hmac
@@ -15121,8 +15910,8 @@ not-installed"libopenvas_wincmd-devel
not-installed"libopenvas_wincmd1
not-installed"libopenvas_wmiclient-devel
not-installed"libopenvas_wmiclient1
-not-installed"libopenvdb7_0
-not-installed"libopenvswitch-2_12-0
+not-installed"libopenvdb7_1
+not-installed"libopenvswitch-2_14-0
not-installed"liboping-devel
not-installed"liboping-devel-32bit
not-installed"liboping0
@@ -15144,32 +15933,34 @@ not-installed"liborigin-devel
not-installed"liborigin-doc
not-installed"liborigin-tools
not-installed"liborigin3
-not-installed"libortp14
-not-installed"libortp14-32bit
-not-installed"libosdCPU3_4_0
+not-installed"libortp15
+not-installed"libortp15-32bit
+not-installed"libosdCPU3_4_3
installed"libosinfo
installed"libosinfo-1_0-0
not-installed"libosinfo-devel
installed"libosinfo-lang
-not-installed"libosip2
+not-installed"libosip2-12
not-installed"libosip2-devel
-not-installed"liboslcomp1_10
-not-installed"liboslexec1_10
-not-installed"liboslnoise1_10
-not-installed"liboslquery1_10
+not-installed"liboslcomp1_11
+not-installed"liboslexec1_11
+not-installed"liboslnoise1_11
+not-installed"liboslquery1_11
not-installed"libosmcomp5
not-installed"libosmcomp5-32bit
not-installed"libosmgpsmap-1_0-1
not-installed"libosmgpsmap-devel
not-installed"libosmo-dsp-devel
not-installed"libosmo-dsp-doc
+not-installed"libosmo-e1d-devel
+not-installed"libosmo-e1d0
not-installed"libosmo-fl2k0
not-installed"libosmo-gsup-client-devel
not-installed"libosmo-gsup-client0
not-installed"libosmo-mgcp-client-devel
not-installed"libosmo-mgcp-client6
not-installed"libosmo-mgcp-devel
-not-installed"libosmo-mtp-1_2_0
+not-installed"libosmo-mtp-1_3_0
not-installed"libosmo-mtp-devel
not-installed"libosmo-ranap-devel
not-installed"libosmo-ranap3
@@ -15177,35 +15968,35 @@ not-installed"libosmo-rspro-devel
not-installed"libosmo-rspro1
not-installed"libosmo-sabp-devel
not-installed"libosmo-sabp0
-not-installed"libosmo-sccp-1_2_0
+not-installed"libosmo-sccp-1_3_0
not-installed"libosmo-sccp-devel
not-installed"libosmo-sigtran-devel
not-installed"libosmo-sigtran5
not-installed"libosmo-simtrace2-0
not-installed"libosmo-simtrace2-devel
-not-installed"libosmo-xua-1_2_0
+not-installed"libosmo-xua-1_3_0
not-installed"libosmo-xua-devel
not-installed"libosmoabis-devel
-not-installed"libosmoabis6
+not-installed"libosmoabis9
not-installed"libosmocodec-devel
not-installed"libosmocodec0
not-installed"libosmocoding-devel
not-installed"libosmocoding0
not-installed"libosmocore-devel
not-installed"libosmocore-tools
-not-installed"libosmocore12
+not-installed"libosmocore16
not-installed"libosmoctrl-devel
not-installed"libosmoctrl0
not-installed"libosmodsp0
not-installed"libosmogb-devel
-not-installed"libosmogb9
+not-installed"libosmogb11
not-installed"libosmogsm-devel
-not-installed"libosmogsm13
+not-installed"libosmogsm15
not-installed"libosmonetif-devel
not-installed"libosmonetif8
not-installed"libosmosdr0
not-installed"libosmosim-devel
-not-installed"libosmosim0
+not-installed"libosmosim2
not-installed"libosmotrau-devel
not-installed"libosmotrau2
not-installed"libosmousb-devel
@@ -15228,14 +16019,15 @@ not-installed"libotb7
not-installed"libotf
not-installed"libotf-devel
not-installed"libotf-devel-32bit
-not-installed"libotf0
-not-installed"libotf0-32bit
+not-installed"libotf1
+not-installed"libotf1-32bit
not-installed"libotr-devel
not-installed"libotr-tools
installed"libotr5
not-installed"libout123-0
not-installed"libout123-0-32bit
not-installed"libovf-glib-devel
+not-installed"libovn-20_06-0
not-installed"libowncloudsync-devel
not-installed"libowncloudsync0
not-installed"libowncloudsync0-debuginfo
@@ -15297,7 +16089,6 @@ not-installed"libparpack2-openmpi2-32bit
not-installed"libparpack2-openmpi3
not-installed"libparpack2-openmpi3-32bit
not-installed"libparserutils-devel
-not-installed"libparserutils-doc
not-installed"libparserutils0
installed"libparted0
not-installed"libparted0-32bit
@@ -15390,7 +16181,7 @@ not-installed"libpgf7
installed"libpgm-5_2-0
not-installed"libpgm-5_2-0-32bit
not-installed"libphobos2-0_87
-not-installed"libphobos2-ldc86
+not-installed"libphobos2-ldc93
installed"libphodav-2_0-0
not-installed"libphonenumber-devel
installed"libphonenumber8
@@ -15405,6 +16196,7 @@ not-installed"libpinyin13
not-installed"libpinyin13-32bit
not-installed"libpipeline-devel
installed"libpipeline1
+not-installed"libpipewire-0_2-1
installed"libpipewire-0_3-0
not-installed"libpisock-devel
not-installed"libpisock9
@@ -15418,7 +16210,8 @@ not-installed"libpkcs11-helper1-32bit
not-installed"libpkgconf-devel
installed"libpkgconf3
not-installed"libplacebo-devel
-installed"libplacebo29
+installed"libplacebo72
+not-installed"libplanarity0
not-installed"libplank1
not-installed"libplayerctl2
not-installed"libplib0
@@ -15454,10 +16247,25 @@ not-installed"libpmempool-devel
not-installed"libpmempool1
not-installed"libpmi0
not-installed"libpmix2
+not-installed"libpnetcdf-gnu-mpich-hpc
+not-installed"libpnetcdf-gnu-mvapich2-hpc
+not-installed"libpnetcdf-gnu-openmpi2-hpc
+not-installed"libpnetcdf-gnu-openmpi3-hpc
+not-installed"libpnetcdf-gnu-openmpi4-hpc
not-installed"libpnetcdf1-mvapich2
not-installed"libpnetcdf1-openmpi1
not-installed"libpnetcdf1-openmpi2
not-installed"libpnetcdf1-openmpi3
+not-installed"libpnetcdf4-mpich
+not-installed"libpnetcdf4-mvapich2
+not-installed"libpnetcdf4-openmpi1
+not-installed"libpnetcdf4-openmpi2
+not-installed"libpnetcdf4-openmpi3
+not-installed"libpnetcdf_1_12_1-gnu-mpich-hpc
+not-installed"libpnetcdf_1_12_1-gnu-mvapich2-hpc
+not-installed"libpnetcdf_1_12_1-gnu-openmpi2-hpc
+not-installed"libpnetcdf_1_12_1-gnu-openmpi3-hpc
+not-installed"libpnetcdf_1_12_1-gnu-openmpi4-hpc
not-installed"libpng12-0
installed"libpng12-0-32bit
not-installed"libpng12-compat-devel
@@ -15483,43 +16291,48 @@ not-installed"libpolkit-qt5-1-devel
not-installed"libpolkit-qt5-1-devel-32bit
installed"libpolkit0
not-installed"libpolkit0-32bit
+not-installed"libpolyclipping-devel
+not-installed"libpolyclipping22
+not-installed"libpolylibgmp8
installed"libpoppler-cpp0
not-installed"libpoppler-cpp0-32bit
not-installed"libpoppler-devel
not-installed"libpoppler-glib-devel
installed"libpoppler-glib8
-not-installed"libpoppler-glib8-32bit
+installed"libpoppler-glib8-32bit
installed"libpoppler-qt5-1
not-installed"libpoppler-qt5-1-32bit
not-installed"libpoppler-qt5-devel
-installed"libpoppler97
-not-installed"libpoppler97-32bit
+installed"libpoppler101
+installed"libpoppler101-32bit
installed"libpopt0
installed"libpopt0-32bit
not-installed"libportal-devel
not-installed"libportal0
installed"libportaudio2
-not-installed"libportaudio2-32bit
+installed"libportaudio2-32bit
not-installed"libportaudiocpp0
not-installed"libportmidi0
installed"libpostproc53
not-installed"libpostproc53-32bit
not-installed"libpostproc53-32bit-debuginfo
not-installed"libpostproc53-debuginfo
-not-installed"libpostproc54
+installed"libpostproc54
not-installed"libpostproc54-32bit
not-installed"libpostproc54-32bit-debuginfo
not-installed"libpostproc54-debuginfo
-installed"libpostproc55
-not-installed"libpostproc55-32bit
-not-installed"libpostproc55-32bit-debuginfo
-not-installed"libpostproc55-debuginfo
+installed"libpostproc55_7
+not-installed"libpostproc55_7-32bit
+not-installed"libpostproc55_7-32bit-debuginfo
+not-installed"libpostproc55_7-debuginfo
not-installed"libpotrace0
not-installed"libpowerman0
+not-installed"libppl14
+not-installed"libppl_c4
installed"libpq5
not-installed"libpq5-32bit
not-installed"libpqos-devel
-not-installed"libpqos3
+not-installed"libpqos4
not-installed"libpqxx-6_4
not-installed"libpqxx-devel
not-installed"libprelude-devel
@@ -15539,6 +16352,8 @@ not-installed"libpreludedbcpp2
not-installed"libpresage-devel
not-installed"libpresage-doc
not-installed"libpresage1
+not-installed"libprimecount-devel
+not-installed"libprimecount6
not-installed"libprimesieve-devel
not-installed"libprimesieve9
installed"libprocps8
@@ -15551,15 +16366,15 @@ not-installed"libpromises-devel
not-installed"libpromises3
not-installed"libprotobuf-c-devel
installed"libprotobuf-c1
-installed"libprotobuf-lite22
-not-installed"libprotobuf-lite22-32bit
+installed"libprotobuf-lite23
+not-installed"libprotobuf-lite23-32bit
not-installed"libprotobuf-mutator-devel
not-installed"libprotobuf-mutator0
not-installed"libprotobuf-nanopb0
-installed"libprotobuf22
-not-installed"libprotobuf22-32bit
-not-installed"libprotoc22
-not-installed"libprotoc22-32bit
+installed"libprotobuf23
+not-installed"libprotobuf23-32bit
+not-installed"libprotoc23
+not-installed"libprotoc23-32bit
not-installed"libproxy-devel
not-installed"libproxy-sharp
not-installed"libproxy-tools
@@ -15573,7 +16388,6 @@ installed"libproxy1-networkmanager
not-installed"libproxy1-networkmanager-32bit
installed"libproxy1-pacrunner-webkit
not-installed"libproxy1-pacrunner-webkit-32bit
-not-installed"libpsiconv6
not-installed"libpskc-devel
installed"libpskc0
not-installed"libpsl-devel
@@ -15612,11 +16426,8 @@ not-installed"libptscotch_6_0_9-gnu-openmpi3-hpc
not-installed"libpugixml1
not-installed"libpulse-devel
not-installed"libpulse-devel-32bit
-not-installed"libpulse-mainloop-glib-pw0_3_2
installed"libpulse-mainloop-glib0
not-installed"libpulse-mainloop-glib0-32bit
-not-installed"libpulse-pw0_3_2
-not-installed"libpulse-simple-pw0_3_2
installed"libpulse0
installed"libpulse0-32bit
not-installed"libpurple
@@ -15647,18 +16458,23 @@ not-installed"libpurple-plugin-sipe-lang
not-installed"libpurple-plugin-skypeweb
not-installed"libpurple-plugin-telegram
not-installed"libpurple-plugin-telegram-lang
+not-installed"libpurple-plugin-xmpp-http-upload
not-installed"libpurple-tcl
-not-installed"libpw3270-5_2
not-installed"libpwquality-devel
installed"libpwquality-lang
not-installed"libpwquality-tools
installed"libpwquality1
+installed"libpwquality1-32bit
not-installed"libpythia8
not-installed"libpythia8lhapdf6
installed"libpython2_7-1_0
not-installed"libpython2_7-1_0-32bit
+not-installed"libpython3_6m1_0
+not-installed"libpython3_6m1_0-32bit
installed"libpython3_8-1_0
not-installed"libpython3_8-1_0-32bit
+not-installed"libpython3_9-1_0
+not-installed"libpython3_9-1_0-32bit
not-installed"libpyzy-1_0-0
not-installed"libqalculate-devel
installed"libqalculate21
@@ -15666,8 +16482,8 @@ not-installed"libqb-devel
not-installed"libqb-devel-32bit
not-installed"libqb-tests
not-installed"libqb-tools
-not-installed"libqb20
-not-installed"libqb20-32bit
+not-installed"libqb100
+not-installed"libqb100-32bit
installed"libqca-qt5
not-installed"libqca-qt5-devel
installed"libqca-qt5-plugins
@@ -15705,11 +16521,12 @@ not-installed"libqmmp1-32bit-debuginfo
not-installed"libqmmp1-debuginfo
not-installed"libqoauth2
not-installed"libqobs-devel
-not-installed"libqobs1
-not-installed"libqobs1-debuginfo
+not-installed"libqobs2
+not-installed"libqobs2-debuginfo
not-installed"libqore5
-installed"libqpdf26
-not-installed"libqpid-proton-cpp10
+installed"libqpdf28
+not-installed"libqpid-proton-cpp12
+not-installed"libqpid-proton-proactor1
not-installed"libqpid-proton10
not-installed"libqqwing2
not-installed"libqrcodegen1
@@ -15796,6 +16613,10 @@ not-installed"libqt5-qtnetworkauth-devel-32bit
not-installed"libqt5-qtnetworkauth-examples
not-installed"libqt5-qtnetworkauth-private-headers-devel
installed"libqt5-qtpaths
+not-installed"libqt5-qtpdf-devel
+not-installed"libqt5-qtpdf-examples
+not-installed"libqt5-qtpdf-imports
+not-installed"libqt5-qtpdf-private-headers-devel
not-installed"libqt5-qtquick3d-devel
not-installed"libqt5-qtquick3d-examples
not-installed"libqt5-qtquick3d-imports
@@ -15913,7 +16734,7 @@ not-installed"libquadmath0-gcc7-32bit
not-installed"libquadmath0-gcc9
not-installed"libquadmath0-gcc9-32bit
not-installed"libquagga_pb0
-installed"libquazip5-1
+installed"libquazip1-qt5-1_0_0
not-installed"libquicktime
not-installed"libquicktime
not-installed"libquicktime-32bit
@@ -15948,19 +16769,19 @@ not-installed"libqxmledit0
not-installed"libqxmledit0-32bit
not-installed"libqxmpp-devel
not-installed"libqxmpp-doc
-not-installed"libqxmpp2
-not-installed"libqxmpp2-32bit
+not-installed"libqxmpp3
+not-installed"libqxmpp3-32bit
installed"libqxp-0_0-0
not-installed"libqxp-devel
not-installed"libqxp-doc
not-installed"libqxp-tools
not-installed"libqxtglobalshortcut0
+not-installed"librabbitmq-devel
+not-installed"librabbitmq4
not-installed"libradcli4
not-installed"librados-devel
installed"librados2
not-installed"libradospp-devel
-not-installed"libradosstriper-devel
-not-installed"libradosstriper1
not-installed"libraft0
not-installed"libragel0
not-installed"librapi2
@@ -15980,7 +16801,9 @@ installed"librasqal3
not-installed"librasqal3-32bit
not-installed"libratbag-devel
not-installed"libratbag-tools
-not-installed"librav1e0
+installed"librav1e0
+not-installed"librav1e0-32bit
+not-installed"libraven0
not-installed"libraw-devel
not-installed"libraw-devel-static
not-installed"libraw-tools
@@ -15989,8 +16812,8 @@ not-installed"libraw1394-11-32bit
not-installed"libraw1394-devel
not-installed"libraw1394-devel-32bit
not-installed"libraw1394-tools
-installed"libraw19
-not-installed"libraylib2
+installed"libraw20
+not-installed"libraylib301
not-installed"librbd-devel
installed"librbd1
not-installed"librbio2
@@ -16008,8 +16831,9 @@ installed"librdkafka1
not-installed"librdmacm-utils
installed"librdmacm1
not-installed"librdmacm1-32bit
-installed"libre2-6
-not-installed"libre2-6-32bit
+not-installed"libre0suse0
+installed"libre2-8
+not-installed"libre2-8-32bit
not-installed"libreadline-java
not-installed"libreadline-java-32bit
not-installed"libreadline-java-javadoc
@@ -16025,7 +16849,8 @@ not-installed"librealsense-examples
not-installed"librealsense2
not-installed"librecad
not-installed"librecad-parts
-not-installed"librecode0
+not-installed"librecode3
+not-installed"libredis++
not-installed"libredland-devel
not-installed"libredwg-devel
not-installed"libredwg-tools
@@ -16049,6 +16874,7 @@ not-installed"libreiserfscore-devel
installed"libreiserfscore0
not-installed"librelp-devel
not-installed"librelp0
+not-installed"librem0
installed"libreoffice
installed"libreoffice-base
installed"libreoffice-base-drivers-firebird
@@ -16080,6 +16906,7 @@ not-installed"libreoffice-l10n-brx
not-installed"libreoffice-l10n-bs
not-installed"libreoffice-l10n-ca
not-installed"libreoffice-l10n-ca_valencia
+not-installed"libreoffice-l10n-ckb
not-installed"libreoffice-l10n-cs
not-installed"libreoffice-l10n-cy
not-installed"libreoffice-l10n-da
@@ -16098,6 +16925,7 @@ not-installed"libreoffice-l10n-eu
not-installed"libreoffice-l10n-fa
not-installed"libreoffice-l10n-fi
not-installed"libreoffice-l10n-fr
+not-installed"libreoffice-l10n-fur
not-installed"libreoffice-l10n-fy
not-installed"libreoffice-l10n-ga
not-installed"libreoffice-l10n-gd
@@ -16313,6 +17141,8 @@ not-installed"librsound3
not-installed"librsound3-32bit
not-installed"librsound3-32bit-debuginfo
not-installed"librsound3-debuginfo
+not-installed"librssguard-3_7_2
+not-installed"librssguard-devel
installed"librsvg-2-2
not-installed"librsvg-2-2-32bit
not-installed"librsvg-devel
@@ -16327,12 +17157,15 @@ installed"librtmp1
not-installed"librtmp1-32bit
not-installed"librtmp1-32bit-debuginfo
not-installed"librtmp1-debuginfo
+not-installed"librtprocess-devel
+not-installed"librtprocess0
not-installed"librtr0
installed"librttr_core0_9_6
not-installed"librubberband-devel
installed"librubberband2
not-installed"librubberband2-32bit
installed"libruby2_6-2_6
+installed"libruby2_7-2_7
not-installed"librvngabw-0_0-0
not-installed"librvngabw-devel
not-installed"librvngabw-devel-doc
@@ -16381,7 +17214,7 @@ not-installed"libsane1-32bit
not-installed"libsanlock1
installed"libsasl2-3
installed"libsasl2-3-32bit
-not-installed"libsass-3_6_1-1
+not-installed"libsass-3_6_4-1
not-installed"libsass-devel
installed"libsbc1
not-installed"libsbc1-32bit
@@ -16396,6 +17229,8 @@ not-installed"libscalapack2-gnu-openmpi2-hpc
not-installed"libscalapack2-gnu-openmpi2-hpc-devel
not-installed"libscalapack2-gnu-openmpi3-hpc
not-installed"libscalapack2-gnu-openmpi3-hpc-devel
+not-installed"libscalapack2-gnu-openmpi4-hpc
+not-installed"libscalapack2-gnu-openmpi4-hpc-devel
not-installed"libscalapack2-mvapich2
not-installed"libscalapack2-mvapich2-32bit
not-installed"libscalapack2-mvapich2-devel
@@ -16416,6 +17251,11 @@ not-installed"libscalapack2-openmpi3-32bit
not-installed"libscalapack2-openmpi3-devel
not-installed"libscalapack2-openmpi3-devel-32bit
not-installed"libscalapack2-openmpi3-devel-static
+not-installed"libscalapack2-openmpi4
+not-installed"libscalapack2-openmpi4-32bit
+not-installed"libscalapack2-openmpi4-devel
+not-installed"libscalapack2-openmpi4-devel-32bit
+not-installed"libscalapack2-openmpi4-devel-static
not-installed"libscalapack2_2_1_0-gnu-mpich-hpc
not-installed"libscalapack2_2_1_0-gnu-mpich-hpc-devel
not-installed"libscalapack2_2_1_0-gnu-mpich-hpc-devel-static
@@ -16431,8 +17271,11 @@ not-installed"libscalapack2_2_1_0-gnu-openmpi2-hpc-devel-static
not-installed"libscalapack2_2_1_0-gnu-openmpi3-hpc
not-installed"libscalapack2_2_1_0-gnu-openmpi3-hpc-devel
not-installed"libscalapack2_2_1_0-gnu-openmpi3-hpc-devel-static
+not-installed"libscalapack2_2_1_0-gnu-openmpi4-hpc
+not-installed"libscalapack2_2_1_0-gnu-openmpi4-hpc-devel
+not-installed"libscalapack2_2_1_0-gnu-openmpi4-hpc-devel-static
not-installed"libscamperfile-devel
-not-installed"libscamperfile0
+not-installed"libscamperfile1
not-installed"libscca-devel
not-installed"libscca-tools
not-installed"libscca1
@@ -16444,7 +17287,6 @@ not-installed"libschily-devel-doc
installed"libschily2_0
installed"libschroedinger-1_0-0
not-installed"libschroedinger-1_0-0-32bit
-not-installed"libscilab6
not-installed"libscintilla-devel
not-installed"libscintilla3
not-installed"libscotch0
@@ -16461,7 +17303,6 @@ installed"libsecret-1-0
not-installed"libsecret-1-0-32bit
not-installed"libsecret-devel
installed"libsecret-lang
-not-installed"libsecret-tools
not-installed"libselinux-devel
not-installed"libselinux-devel-static
installed"libselinux1
@@ -16471,6 +17312,8 @@ not-installed"libsemanage-devel-static
not-installed"libsemanage-migrate-store
installed"libsemanage1
not-installed"libsemanage1-32bit
+not-installed"libsemigroups-devel
+not-installed"libsemigroups1
installed"libsensors4
installed"libsensors4-32bit
not-installed"libsensors4-devel
@@ -16548,13 +17391,17 @@ not-installed"libsigscan1
not-installed"libsigsegv-devel
not-installed"libsigsegv-doc
not-installed"libsigsegv2
+not-installed"libsirocco0
not-installed"libsispmctl0
not-installed"libskk-devel
not-installed"libskk0
not-installed"libskk0-32bit
installed"libslang2
not-installed"libslang2-32bit
-installed"libslopy7_4
+not-installed"libsliplu1
+not-installed"libslirp-devel
+installed"libslirp0
+installed"libslopy7_5
installed"libslp1
not-installed"libslurm35
not-installed"libsmartcols-devel
@@ -16578,6 +17425,7 @@ not-installed"libsmdev1
installed"libsmi
not-installed"libsmi-devel
installed"libsmi2
+not-installed"libsmooth-0_9-0
not-installed"libsmpp34-1
not-installed"libsmpp34-devel
not-installed"libsmputils-devel
@@ -16599,6 +17447,12 @@ installed"libsnmp30-32bit
not-installed"libsoc-common
not-installed"libsoc-devel
not-installed"libsoc2
+not-installed"libsoci_core4_0
+not-installed"libsoci_empty4_0
+not-installed"libsoci_mysql4_0
+not-installed"libsoci_odbc4_0
+not-installed"libsoci_postgresql4_0
+not-installed"libsoci_sqlite3-4_0
not-installed"libsocketcan-devel
not-installed"libsocketcan2
not-installed"libsocketxx1_2
@@ -16621,8 +17475,7 @@ installed"libsolv-tools
installed"libsord-0-0
not-installed"libsord-0-0-32bit
not-installed"libsoundio-devel
-not-installed"libsoundio1
-not-installed"libsoundio1-debuginfo
+not-installed"libsoundio2
installed"libsoup-2_4-1
installed"libsoup-2_4-1-32bit
not-installed"libsoup-devel
@@ -16674,7 +17527,7 @@ not-installed"libspnav-devel
not-installed"libspnav0
not-installed"libspqr2
not-installed"libspread-sheet-widget0
-not-installed"libsqlcipher-3_28_0-0
+not-installed"libsqlcipher-3_30_1-0
installed"libsqlite3-0
installed"libsqlite3-0-32bit
not-installed"libsqlparser1
@@ -16696,8 +17549,8 @@ not-installed"libssh2-1-32bit
not-installed"libssh2-devel
installed"libssh4
installed"libssh4-32bit
-not-installed"libssl47
-not-installed"libssl47-32bit
+not-installed"libssl48
+not-installed"libssl48-32bit
not-installed"libssr-glinject
not-installed"libssr-glinject-32bit
not-installed"libsss_certmap-devel
@@ -16728,7 +17581,6 @@ not-installed"libstdc++6-devel-gcc7
not-installed"libstdc++6-devel-gcc7-32bit
not-installed"libstdc++6-devel-gcc9
not-installed"libstdc++6-devel-gcc9-32bit
-not-installed"libstdc++6-gcc6-doc
not-installed"libstdc++6-gcc7
not-installed"libstdc++6-gcc7-32bit
not-installed"libstdc++6-gcc7-locale
@@ -16746,7 +17598,7 @@ not-installed"libstilview-devel
not-installed"libstilview0
not-installed"libstk-devel
not-installed"libstk4
-not-installed"libstlink-shared1
+not-installed"libstlink1
installed"libstoken1
not-installed"libstorage-ng-devel
not-installed"libstorage-ng-integration-tests
@@ -16836,29 +17688,31 @@ installed"libswresample1
not-installed"libswresample1-32bit
not-installed"libswresample1-32bit-debuginfo
not-installed"libswresample1-debuginfo
-not-installed"libswresample2
+installed"libswresample2
not-installed"libswresample2-32bit
not-installed"libswresample2-32bit-debuginfo
not-installed"libswresample2-debuginfo
-installed"libswresample3
-not-installed"libswresample3-32bit
-not-installed"libswresample3-32bit-debuginfo
-not-installed"libswresample3-debuginfo
+installed"libswresample3_7
+not-installed"libswresample3_7-32bit
+not-installed"libswresample3_7-32bit-debuginfo
+not-installed"libswresample3_7-debuginfo
installed"libswscale3
not-installed"libswscale3-32bit
not-installed"libswscale3-32bit-debuginfo
not-installed"libswscale3-debuginfo
-not-installed"libswscale4
+installed"libswscale4
not-installed"libswscale4-32bit
not-installed"libswscale4-32bit-debuginfo
not-installed"libswscale4-debuginfo
-installed"libswscale5
-not-installed"libswscale5-32bit
-not-installed"libswscale5-32bit-debuginfo
-not-installed"libswscale5-debuginfo
+installed"libswscale5_7
+not-installed"libswscale5_7-32bit
+not-installed"libswscale5_7-32bit-debuginfo
+not-installed"libswscale5_7-debuginfo
not-installed"libsybdb5
not-installed"libsympol0_1
not-installed"libsymspg1
+not-installed"libsyn123-0
+not-installed"libsyn123-0-32bit
not-installed"libsynce-devel
not-installed"libsynce0
not-installed"libsynctex2
@@ -16956,7 +17810,7 @@ not-installed"libteredo5
not-installed"libtermkey-devel
installed"libtermkey1
not-installed"libtesseract4
-not-installed"libtestshade1_10
+not-installed"libtestshade1_11
not-installed"libtevent-devel
not-installed"libtevent-util-devel
installed"libtevent-util0
@@ -16996,23 +17850,27 @@ installed"libtiff5-32bit
not-installed"libtiger-devel
not-installed"libtiger5
not-installed"libtiled1
+not-installed"libtimelineDecoder22
+not-installed"libtimelineDecoder22-opencl
+not-installed"libtimelineDecoderJson22
+not-installed"libtimelineDecoderJson22-opencl
not-installed"libtimezonemap1
not-installed"libtimidity-devel
not-installed"libtimidity2
not-installed"libtimidity2-32bit
not-installed"libtins-devel
-not-installed"libtins3
+not-installed"libtins4_2
not-installed"libtinyb0
not-installed"libtinygettext0
not-installed"libtinyobjloader1
not-installed"libtinyxml0
-not-installed"libtinyxml2-6
+not-installed"libtinyxml2-8
not-installed"libtirpc-devel
installed"libtirpc-netconfig
installed"libtirpc3
installed"libtirpc3-32bit
-not-installed"libtls19
-not-installed"libtls19-32bit
+not-installed"libtls20
+not-installed"libtls20-32bit
not-installed"libtntdb-devel
not-installed"libtntdb4
not-installed"libtntnet-devel
@@ -17022,6 +17880,8 @@ not-installed"libtolua++-5_1-1
not-installed"libtolua++-5_1-devel
not-installed"libtolua++-5_3-1
not-installed"libtolua++-5_3-devel
+not-installed"libtolua++-5_4-1
+not-installed"libtolua++-5_4-devel
not-installed"libtolua-devel
not-installed"libtolua5
not-installed"libtomcrypt-devel
@@ -17037,9 +17897,12 @@ not-installed"libtool
not-installed"libtool-32bit
not-installed"libtorch
not-installed"libtorrent-devel
+not-installed"libtorrent-rasterbar-1-devel
+not-installed"libtorrent-rasterbar-1-doc
not-installed"libtorrent-rasterbar-devel
not-installed"libtorrent-rasterbar-doc
not-installed"libtorrent-rasterbar10
+not-installed"libtorrent-rasterbar2_0
not-installed"libtorrent21
not-installed"libtotem-plparser-mini18
not-installed"libtotem-plparser18
@@ -17055,6 +17918,7 @@ not-installed"libtracker-common-2_0
not-installed"libtracker-control-2_0-0
not-installed"libtracker-miner-2_0-0
not-installed"libtracker-sparql-2_0-0
+not-installed"libtracker-sparql-3_0-0
not-installed"libtranscript-devel
not-installed"libtranscript1
not-installed"libtranslate-devel
@@ -17065,12 +17929,14 @@ not-installed"libtrilinos-gnu-mpich-hpc
not-installed"libtrilinos-gnu-mvapich2-hpc
not-installed"libtrilinos-gnu-openmpi2-hpc
not-installed"libtrilinos-gnu-openmpi3-hpc
+not-installed"libtrilinos-gnu-openmpi4-hpc
not-installed"libtrilinos12
not-installed"libtrilinos12-openmpi2
not-installed"libtrilinos_12_14_1-gnu-mpich-hpc
not-installed"libtrilinos_12_14_1-gnu-mvapich2-hpc
not-installed"libtrilinos_12_14_1-gnu-openmpi2-hpc
not-installed"libtrilinos_12_14_1-gnu-openmpi3-hpc
+not-installed"libtrilinos_12_14_1-gnu-openmpi4-hpc
installed"libts0
not-installed"libts0-32bit
installed"libtsan0
@@ -17097,6 +17963,8 @@ not-installed"libtss2-tctildr0
not-installed"libttf2
not-installed"libttf2-32bit
not-installed"libttsmimic0
+not-installed"libtty-devel
+not-installed"libtty1
not-installed"libtumbler-1-0
not-installed"libtun6-0
not-installed"libturbojpeg0
@@ -17105,6 +17973,7 @@ not-installed"libturing0
not-installed"libturing0-debuginfo
not-installed"libturris-spectator-devel
not-installed"libturris-spectator0
+not-installed"libtvm
not-installed"libtwolame-devel
installed"libtwolame0
not-installed"libtwolame0-32bit
@@ -17152,7 +18021,7 @@ not-installed"libudt-devel
not-installed"libudt0
not-installed"libuev-devel
not-installed"libuev2
-not-installed"libuhd003
+not-installed"libuhd4_0_0
not-installed"libuhttpmock-0_0-0
not-installed"libulfius2_6
not-installed"libulockmgr1
@@ -17169,7 +18038,7 @@ not-installed"libunicap-devel
not-installed"libunicap2
not-installed"libunicap2-32bit
not-installed"libuninameslist-devel
-not-installed"libuninameslist0
+not-installed"libuninameslist1
not-installed"libunique-1_0-0
not-installed"libunique1-devel
not-installed"libuniraum0
@@ -17178,26 +18047,17 @@ not-installed"libunistring-devel
not-installed"libunistring-devel-32bit
installed"libunistring2
installed"libunistring2-32bit
-not-installed"libunity-devel
-not-installed"libunity-gtk-parser-devel
-installed"libunity-gtk2-parser0
-not-installed"libunity-gtk2-parser0-32bit
-installed"libunity-gtk3-parser0
-not-installed"libunity-gtk3-parser0-32bit
-not-installed"libunity-tools
-not-installed"libunity9
-not-installed"libunity9-32bit
not-installed"libunrar-devel
-not-installed"libunrar5_9_2
+not-installed"libunrar5_9_4
not-installed"libunshield0
installed"libunwind
installed"libunwind-32bit
not-installed"libunwind-devel
-not-installed"libupb0
+not-installed"libupb12
not-installed"libupm1
not-installed"libupnp-devel
-installed"libupnp15
-not-installed"libupnp15-32bit
+installed"libupnp17
+not-installed"libupnp17-32bit
not-installed"libupower-glib-devel
installed"libupower-glib3
not-installed"libupsclient1
@@ -17207,7 +18067,7 @@ not-installed"liburcu6-32bit
not-installed"liburfkill-glib-devel
not-installed"liburfkill-glib0
not-installed"liburing-devel
-not-installed"liburing1
+installed"liburing1
not-installed"liburiparser1
not-installed"liburiparser1-32bit
not-installed"libusb-0_1-4
@@ -17227,17 +18087,11 @@ not-installed"libusbgx-tools
not-installed"libusbgx2
not-installed"libusbmuxd-devel
not-installed"libusbmuxd-tools
-installed"libusbmuxd4
installed"libusbmuxd6
not-installed"libusbmuxd6-32bit
not-installed"libusbprog0
installed"libusbredirhost1
installed"libusbredirparser1
-not-installed"libuser
-not-installed"libuser-devel
-not-installed"libuser-lang
-not-installed"libuser-python
-not-installed"libuser1
not-installed"libusrp-3_4_4+git_20190808-0
not-installed"libusrp-devel
not-installed"libustr-1_0-1
@@ -17252,12 +18106,11 @@ not-installed"libuuid-devel-32bit
not-installed"libuuid-devel-static
installed"libuuid1
installed"libuuid1-32bit
-not-installed"libuutil1
not-installed"libuv-devel
installed"libuv1
not-installed"libuv1-32bit
not-installed"libuwac0-0
-not-installed"libv3270-5_2
+not-installed"libv3270-5_3
not-installed"libv3270-devel
installed"libv4l
not-installed"libv4l-32bit
@@ -17280,7 +18133,7 @@ not-installed"libva-gl-devel-32bit
installed"libva-glx2
not-installed"libva-glx2-32bit
not-installed"libva-utils
-not-installed"libva-vdpau-driver
+installed"libva-vdpau-driver
installed"libva-wayland2
not-installed"libva-wayland2-32bit
installed"libva-x11-2
@@ -17288,18 +18141,20 @@ installed"libva-x11-2-32bit
installed"libva2
installed"libva2-32bit
not-installed"libvacuumutils37
-not-installed"libvala-0_46-0
-not-installed"libvala-0_46-devel
-not-installed"libvaladoc-0_46-0
-not-installed"libvaladoc-0_46-devel
+not-installed"libvala-0_48-0
+not-installed"libvala-0_48-devel
+not-installed"libvaladoc-0_48-0
+not-installed"libvaladoc-0_48-devel
not-installed"libvamp-hostsdk3
not-installed"libvamp-hostsdk3-32bit
not-installed"libvamp-sdk2
not-installed"libvamp-sdk2-32bit
-installed"libvapoursynth-48
+installed"libvapoursynth-52
installed"libvapoursynth-script0
not-installed"libvarnishapi2
not-installed"libvbr2
+not-installed"libvc-devel
+not-installed"libvc0
not-installed"libvcdinfo0
not-installed"libvcdinfo0-32bit
not-installed"libvdehist-devel
@@ -17382,6 +18237,7 @@ not-installed"libvirt-daemon-hooks
not-installed"libvirt-daemon-lxc
installed"libvirt-daemon-qemu
not-installed"libvirt-daemon-xen
+not-installed"libvirt-dbus
not-installed"libvirt-devel
not-installed"libvirt-devel-32bit
not-installed"libvirt-doc
@@ -17401,6 +18257,8 @@ not-installed"libvisio2svg0
installed"libvisual
not-installed"libvisual-32bit
not-installed"libvisual-devel
+installed"libvkd3d-shader1
+installed"libvkd3d-shader1-32bit
not-installed"libvkd3d-utils1
not-installed"libvkd3d-utils1-32bit
installed"libvkd3d1
@@ -17417,14 +18275,14 @@ installed"libvlccore9
not-installed"libvlccore9-debuginfo
not-installed"libvma
not-installed"libvma-devel
-not-installed"libvma8
+not-installed"libvma9
not-installed"libvmdk-devel
not-installed"libvmdk-tools
not-installed"libvmdk1
not-installed"libvmem-devel
not-installed"libvmem1
not-installed"libvmime-devel
-not-installed"libvmime-kopano2
+not-installed"libvmime-kopano3
not-installed"libvmmalloc-devel
not-installed"libvmmalloc1
not-installed"libvmtools-devel
@@ -17444,7 +18302,7 @@ not-installed"libvo-amrwbenc0-debuginfo
not-installed"libvoikko-devel
not-installed"libvoikko1
not-installed"libvoikko1-32bit
-not-installed"libvolk2_2_1
+not-installed"libvolk2_3
not-installed"libvorbis-devel
not-installed"libvorbis-devel-32bit
not-installed"libvorbis-doc
@@ -17455,17 +18313,16 @@ installed"libvorbisenc2-32bit
installed"libvorbisfile3
installed"libvorbisfile3-32bit
not-installed"libvoro++0
-not-installed"libvotca_csg5
+not-installed"libvotca_csg6
not-installed"libvotca_ctp5
-not-installed"libvotca_tools5
-not-installed"libvotca_xtp5
+not-installed"libvotca_tools6
+not-installed"libvotca_xtp6
not-installed"libvotequorum8
not-installed"libvotequorum8-32bit
not-installed"libvpd2
not-installed"libvpd2-32bit
not-installed"libvpd2-devel
not-installed"libvpd2-devel-32bit
-not-installed"libvpp0
not-installed"libvpx-devel
installed"libvpx6
not-installed"libvpx6-32bit
@@ -17487,10 +18344,10 @@ not-installed"libvtk1-openmpi2
not-installed"libvtk1-openmpi3
installed"libvulkan1
installed"libvulkan1-32bit
-not-installed"libvulkan_intel
-not-installed"libvulkan_intel-32bit
-not-installed"libvulkan_radeon
-not-installed"libvulkan_radeon-32bit
+installed"libvulkan_intel
+installed"libvulkan_intel-32bit
+installed"libvulkan_radeon
+installed"libvulkan_radeon-32bit
installed"libwacom-data
not-installed"libwacom-devel
not-installed"libwacom-tools
@@ -17515,7 +18372,7 @@ installed"libwbclient0
installed"libwbclient0-32bit
not-installed"libwbxml2-1
not-installed"libwbxml2-devel
-not-installed"libwcs6
+not-installed"libwcs7
not-installed"libwebcam-devel
not-installed"libwebcam0
installed"libwebkit2gtk-4_0-37
@@ -17542,9 +18399,9 @@ not-installed"libwebvfx1
not-installed"libweed-devel
not-installed"libweed0
not-installed"libweed0-debuginfo
-not-installed"libweston-8
-not-installed"libweston-8-0
-not-installed"libweston-desktop-8-0
+not-installed"libweston-9
+not-installed"libweston-9-0
+not-installed"libweston-desktop-9-0
not-installed"libwget-devel
not-installed"libwget0
not-installed"libwhich
@@ -17554,8 +18411,7 @@ installed"libwinpr2
not-installed"libwireshark13
not-installed"libwiretap10
not-installed"libwkhtmltox0
-not-installed"libwlc0
-not-installed"libwlroots5
+not-installed"libwlroots6
installed"libwmf-0_2-7
not-installed"libwmf-0_2-7-32bit
not-installed"libwmf-devel
@@ -17600,12 +18456,13 @@ not-installed"libwrc1
not-installed"libwslay0
not-installed"libwsman-devel
not-installed"libwsman3
+not-installed"libwsman_client5
not-installed"libwsman_clientpp-devel
not-installed"libwsman_clientpp1
not-installed"libwsutil11
-not-installed"libwtdbo4_2_2
-not-installed"libwtdbomysql4_2_2
-not-installed"libwtdbopostgres4_2_2
+not-installed"libwtdbo4_4_0
+not-installed"libwtdbomysql4_4_0
+not-installed"libwtdbopostgres4_4_0
not-installed"libwv-1_2-4
not-installed"libwv2-4
not-installed"libwx_baseu-2_8-0-compat-lib-wxcontainer
@@ -17614,27 +18471,30 @@ not-installed"libwx_baseu-2_8-0-wxcontainer-32bit
not-installed"libwx_baseu-2_8-0-wxcontainer-32bit-debuginfo
not-installed"libwx_baseu-2_8-0-wxcontainer-debuginfo
not-installed"libwx_baseu-suse-nostl3_0_4
+not-installed"libwx_baseu-suse-nostl4_0_0
installed"libwx_baseu-suse3_0_4
not-installed"libwx_baseu-suse3_0_4-32bit
-not-installed"libwx_baseu-suse3_1_3
+installed"libwx_baseu-suse4_0_0
not-installed"libwx_baseu_net-2_8-0-compat-lib-wxcontainer
not-installed"libwx_baseu_net-2_8-0-wxcontainer
not-installed"libwx_baseu_net-2_8-0-wxcontainer-32bit
not-installed"libwx_baseu_net-2_8-0-wxcontainer-32bit-debuginfo
not-installed"libwx_baseu_net-2_8-0-wxcontainer-debuginfo
not-installed"libwx_baseu_net-suse-nostl3_0_4
+not-installed"libwx_baseu_net-suse-nostl4_0_0
installed"libwx_baseu_net-suse3_0_4
not-installed"libwx_baseu_net-suse3_0_4-32bit
-not-installed"libwx_baseu_net-suse3_1_3
+installed"libwx_baseu_net-suse4_0_0
not-installed"libwx_baseu_xml-2_8-0-compat-lib-wxcontainer
not-installed"libwx_baseu_xml-2_8-0-wxcontainer
not-installed"libwx_baseu_xml-2_8-0-wxcontainer-32bit
not-installed"libwx_baseu_xml-2_8-0-wxcontainer-32bit-debuginfo
not-installed"libwx_baseu_xml-2_8-0-wxcontainer-debuginfo
not-installed"libwx_baseu_xml-suse-nostl3_0_4
+not-installed"libwx_baseu_xml-suse-nostl4_0_0
installed"libwx_baseu_xml-suse3_0_4
not-installed"libwx_baseu_xml-suse3_0_4-32bit
-not-installed"libwx_baseu_xml-suse3_1_3
+installed"libwx_baseu_xml-suse4_0_0
not-installed"libwx_gtk2u_adv-2_8-0-compat-lib-wxcontainer
not-installed"libwx_gtk2u_adv-2_8-0-wxcontainer
not-installed"libwx_gtk2u_adv-2_8-0-wxcontainer-32bit
@@ -17643,7 +18503,7 @@ not-installed"libwx_gtk2u_adv-2_8-0-wxcontainer-debuginfo
not-installed"libwx_gtk2u_adv-suse-nostl3_0_4
installed"libwx_gtk2u_adv-suse3_0_4
not-installed"libwx_gtk2u_adv-suse3_0_4-32bit
-not-installed"libwx_gtk2u_adv-suse3_1_3
+not-installed"libwx_gtk2u_adv-suse4_0_0
not-installed"libwx_gtk2u_aui-2_8-0-compat-lib-wxcontainer
not-installed"libwx_gtk2u_aui-2_8-0-wxcontainer
not-installed"libwx_gtk2u_aui-2_8-0-wxcontainer-32bit
@@ -17652,7 +18512,7 @@ not-installed"libwx_gtk2u_aui-2_8-0-wxcontainer-debuginfo
not-installed"libwx_gtk2u_aui-suse-nostl3_0_4
installed"libwx_gtk2u_aui-suse3_0_4
not-installed"libwx_gtk2u_aui-suse3_0_4-32bit
-not-installed"libwx_gtk2u_aui-suse3_1_3
+not-installed"libwx_gtk2u_aui-suse4_0_0
not-installed"libwx_gtk2u_core-2_8-0-compat-lib-wxcontainer
not-installed"libwx_gtk2u_core-2_8-0-wxcontainer
not-installed"libwx_gtk2u_core-2_8-0-wxcontainer-32bit
@@ -17661,7 +18521,7 @@ not-installed"libwx_gtk2u_core-2_8-0-wxcontainer-debuginfo
not-installed"libwx_gtk2u_core-suse-nostl3_0_4
installed"libwx_gtk2u_core-suse3_0_4
not-installed"libwx_gtk2u_core-suse3_0_4-32bit
-not-installed"libwx_gtk2u_core-suse3_1_3
+not-installed"libwx_gtk2u_core-suse4_0_0
not-installed"libwx_gtk2u_fl-2_8-0-compat-lib-wxcontainer
not-installed"libwx_gtk2u_fl-2_8-0-wxcontainer
not-installed"libwx_gtk2u_fl-2_8-0-wxcontainer-32bit
@@ -17685,7 +18545,7 @@ not-installed"libwx_gtk2u_gl-2_8-0-wxcontainer-debuginfo
not-installed"libwx_gtk2u_gl-suse-nostl3_0_4
installed"libwx_gtk2u_gl-suse3_0_4
not-installed"libwx_gtk2u_gl-suse3_0_4-32bit
-not-installed"libwx_gtk2u_gl-suse3_1_3
+not-installed"libwx_gtk2u_gl-suse4_0_0
not-installed"libwx_gtk2u_html-2_8-0-compat-lib-wxcontainer
not-installed"libwx_gtk2u_html-2_8-0-wxcontainer
not-installed"libwx_gtk2u_html-2_8-0-wxcontainer-32bit
@@ -17694,11 +18554,11 @@ not-installed"libwx_gtk2u_html-2_8-0-wxcontainer-debuginfo
not-installed"libwx_gtk2u_html-suse-nostl3_0_4
installed"libwx_gtk2u_html-suse3_0_4
not-installed"libwx_gtk2u_html-suse3_0_4-32bit
-not-installed"libwx_gtk2u_html-suse3_1_3
+not-installed"libwx_gtk2u_html-suse4_0_0
not-installed"libwx_gtk2u_media-suse-nostl3_0_4
not-installed"libwx_gtk2u_media-suse3_0_4
not-installed"libwx_gtk2u_media-suse3_0_4-32bit
-not-installed"libwx_gtk2u_media-suse3_1_3
+not-installed"libwx_gtk2u_media-suse4_0_0
not-installed"libwx_gtk2u_mmedia-2_8-0-compat-lib-wxcontainer
not-installed"libwx_gtk2u_mmedia-2_8-0-wxcontainer
not-installed"libwx_gtk2u_mmedia-2_8-0-wxcontainer-32bit
@@ -17717,7 +18577,7 @@ not-installed"libwx_gtk2u_plot-2_8-0-wxcontainer-debuginfo
not-installed"libwx_gtk2u_propgrid-suse-nostl3_0_4
not-installed"libwx_gtk2u_propgrid-suse3_0_4
not-installed"libwx_gtk2u_propgrid-suse3_0_4-32bit
-not-installed"libwx_gtk2u_propgrid-suse3_1_3
+not-installed"libwx_gtk2u_propgrid-suse4_0_0
not-installed"libwx_gtk2u_qa-2_8-0-compat-lib-wxcontainer
not-installed"libwx_gtk2u_qa-2_8-0-wxcontainer
not-installed"libwx_gtk2u_qa-2_8-0-wxcontainer-32bit
@@ -17726,11 +18586,11 @@ not-installed"libwx_gtk2u_qa-2_8-0-wxcontainer-debuginfo
not-installed"libwx_gtk2u_qa-suse-nostl3_0_4
installed"libwx_gtk2u_qa-suse3_0_4
not-installed"libwx_gtk2u_qa-suse3_0_4-32bit
-not-installed"libwx_gtk2u_qa-suse3_1_3
+not-installed"libwx_gtk2u_qa-suse4_0_0
not-installed"libwx_gtk2u_ribbon-suse-nostl3_0_4
not-installed"libwx_gtk2u_ribbon-suse3_0_4
not-installed"libwx_gtk2u_ribbon-suse3_0_4-32bit
-not-installed"libwx_gtk2u_ribbon-suse3_1_3
+not-installed"libwx_gtk2u_ribbon-suse4_0_0
not-installed"libwx_gtk2u_richtext-2_8-0-compat-lib-wxcontainer
not-installed"libwx_gtk2u_richtext-2_8-0-wxcontainer
not-installed"libwx_gtk2u_richtext-2_8-0-wxcontainer-32bit
@@ -17739,7 +18599,7 @@ not-installed"libwx_gtk2u_richtext-2_8-0-wxcontainer-debuginfo
not-installed"libwx_gtk2u_richtext-suse-nostl3_0_4
not-installed"libwx_gtk2u_richtext-suse3_0_4
not-installed"libwx_gtk2u_richtext-suse3_0_4-32bit
-not-installed"libwx_gtk2u_richtext-suse3_1_3
+not-installed"libwx_gtk2u_richtext-suse4_0_0
not-installed"libwx_gtk2u_stc-2_8-0-compat-lib-wxcontainer
not-installed"libwx_gtk2u_stc-2_8-0-wxcontainer
not-installed"libwx_gtk2u_stc-2_8-0-wxcontainer-32bit
@@ -17748,7 +18608,7 @@ not-installed"libwx_gtk2u_stc-2_8-0-wxcontainer-debuginfo
not-installed"libwx_gtk2u_stc-suse-nostl3_0_4
not-installed"libwx_gtk2u_stc-suse3_0_4
not-installed"libwx_gtk2u_stc-suse3_0_4-32bit
-not-installed"libwx_gtk2u_stc-suse3_1_3
+not-installed"libwx_gtk2u_stc-suse4_0_0
not-installed"libwx_gtk2u_svg-2_8-0-compat-lib-wxcontainer
not-installed"libwx_gtk2u_svg-2_8-0-wxcontainer
not-installed"libwx_gtk2u_svg-2_8-0-wxcontainer-32bit
@@ -17762,32 +18622,44 @@ not-installed"libwx_gtk2u_xrc-2_8-0-wxcontainer-debuginfo
not-installed"libwx_gtk2u_xrc-suse-nostl3_0_4
installed"libwx_gtk2u_xrc-suse3_0_4
not-installed"libwx_gtk2u_xrc-suse3_0_4-32bit
-not-installed"libwx_gtk2u_xrc-suse3_1_3
-not-installed"libwx_gtk3u_adv-suse3_1_3
-not-installed"libwx_gtk3u_aui-suse3_1_3
-not-installed"libwx_gtk3u_core-suse3_1_3
-not-installed"libwx_gtk3u_gl-suse3_1_3
-not-installed"libwx_gtk3u_html-suse3_1_3
-not-installed"libwx_gtk3u_media-suse3_1_3
-not-installed"libwx_gtk3u_propgrid-suse3_1_3
-not-installed"libwx_gtk3u_qa-suse3_1_3
-not-installed"libwx_gtk3u_ribbon-suse3_1_3
-not-installed"libwx_gtk3u_richtext-suse3_1_3
-not-installed"libwx_gtk3u_stc-suse3_1_3
-not-installed"libwx_gtk3u_webview-suse3_1_3
-not-installed"libwx_gtk3u_xrc-suse3_1_3
-not-installed"libwx_qtu_adv-suse3_1_3
-not-installed"libwx_qtu_aui-suse3_1_3
-not-installed"libwx_qtu_core-suse3_1_3
-not-installed"libwx_qtu_gl-suse3_1_3
-not-installed"libwx_qtu_html-suse3_1_3
-not-installed"libwx_qtu_media-suse3_1_3
-not-installed"libwx_qtu_propgrid-suse3_1_3
-not-installed"libwx_qtu_qa-suse3_1_3
-not-installed"libwx_qtu_ribbon-suse3_1_3
-not-installed"libwx_qtu_richtext-suse3_1_3
-not-installed"libwx_qtu_stc-suse3_1_3
-not-installed"libwx_qtu_xrc-suse3_1_3
+not-installed"libwx_gtk2u_xrc-suse4_0_0
+not-installed"libwx_gtk3u_adv-suse-nostl4_0_0
+not-installed"libwx_gtk3u_adv-suse4_0_0
+not-installed"libwx_gtk3u_aui-suse-nostl4_0_0
+installed"libwx_gtk3u_aui-suse4_0_0
+not-installed"libwx_gtk3u_core-suse-nostl4_0_0
+installed"libwx_gtk3u_core-suse4_0_0
+not-installed"libwx_gtk3u_gl-suse-nostl4_0_0
+installed"libwx_gtk3u_gl-suse4_0_0
+not-installed"libwx_gtk3u_html-suse-nostl4_0_0
+installed"libwx_gtk3u_html-suse4_0_0
+not-installed"libwx_gtk3u_media-suse-nostl4_0_0
+not-installed"libwx_gtk3u_media-suse4_0_0
+not-installed"libwx_gtk3u_propgrid-suse-nostl4_0_0
+not-installed"libwx_gtk3u_propgrid-suse4_0_0
+not-installed"libwx_gtk3u_qa-suse-nostl4_0_0
+installed"libwx_gtk3u_qa-suse4_0_0
+not-installed"libwx_gtk3u_ribbon-suse-nostl4_0_0
+not-installed"libwx_gtk3u_ribbon-suse4_0_0
+not-installed"libwx_gtk3u_richtext-suse-nostl4_0_0
+not-installed"libwx_gtk3u_richtext-suse4_0_0
+not-installed"libwx_gtk3u_stc-suse-nostl4_0_0
+not-installed"libwx_gtk3u_stc-suse4_0_0
+not-installed"libwx_gtk3u_webview-suse4_0_0
+not-installed"libwx_gtk3u_xrc-suse-nostl4_0_0
+installed"libwx_gtk3u_xrc-suse4_0_0
+not-installed"libwx_qtu_adv-suse4_0_0
+not-installed"libwx_qtu_aui-suse4_0_0
+not-installed"libwx_qtu_core-suse4_0_0
+not-installed"libwx_qtu_gl-suse4_0_0
+not-installed"libwx_qtu_html-suse4_0_0
+not-installed"libwx_qtu_media-suse4_0_0
+not-installed"libwx_qtu_propgrid-suse4_0_0
+not-installed"libwx_qtu_qa-suse4_0_0
+not-installed"libwx_qtu_ribbon-suse4_0_0
+not-installed"libwx_qtu_richtext-suse4_0_0
+not-installed"libwx_qtu_stc-suse4_0_0
+not-installed"libwx_qtu_xrc-suse4_0_0
not-installed"libwxcode_gtk2u_wxsqlite3-3_0-0
not-installed"libwxlua
not-installed"libwxstedit-wx30gtk2u-1_6_0
@@ -17795,10 +18667,12 @@ not-installed"libwxsvg-devel
not-installed"libwxsvg3
not-installed"libx264
installed"libx264-155
-not-installed"libx264-155-32bit
-not-installed"libx264-155-32bit-debuginfo
-not-installed"libx264-155-debuginfo
installed"libx264-157
+installed"libx264-159
+installed"libx264-160
+not-installed"libx264-160-32bit
+not-installed"libx264-160-32bit-debuginfo
+not-installed"libx264-160-debuginfo
not-installed"libx264-debugsource
not-installed"libx264-devel
not-installed"libx264-x264
@@ -17807,9 +18681,10 @@ installed"libx265-169
installed"libx265-176
installed"libx265-179
installed"libx265-188
-not-installed"libx265-188-32bit
-not-installed"libx265-188-32bit-debuginfo
-not-installed"libx265-188-debuginfo
+installed"libx265-192
+not-installed"libx265-192-32bit
+not-installed"libx265-192-32bit-debuginfo
+not-installed"libx265-192-debuginfo
not-installed"libx265-devel
not-installed"libx86-1
not-installed"libx86-devel
@@ -17817,7 +18692,7 @@ not-installed"libx86-devel-static
not-installed"libx86emu-devel
installed"libx86emu3
not-installed"libxalan-c-devel
-not-installed"libxalan-c111
+not-installed"libxalan-c112
not-installed"libxapian-devel
installed"libxapian30
not-installed"libxapian30-32bit
@@ -17864,7 +18739,7 @@ not-installed"libxcb-keysyms1-32bit
installed"libxcb-present0
installed"libxcb-present0-32bit
installed"libxcb-randr0
-not-installed"libxcb-randr0-32bit
+installed"libxcb-randr0-32bit
installed"libxcb-record0
not-installed"libxcb-record0-32bit
installed"libxcb-render-util0
@@ -17902,6 +18777,7 @@ not-installed"libxcb-xvmc0
not-installed"libxcb-xvmc0-32bit
installed"libxcb1
installed"libxcb1-32bit
+not-installed"libxcfun2
not-installed"libxclass-0_9_2
installed"libxcrypt-devel
not-installed"libxcrypt-devel-32bit
@@ -17942,6 +18818,7 @@ not-installed"libxine2-sdl
not-installed"libxine2-sdl-debuginfo
not-installed"libxkbcommon-devel
not-installed"libxkbcommon-devel-32bit
+not-installed"libxkbcommon-tools
installed"libxkbcommon-x11-0
not-installed"libxkbcommon-x11-0-32bit
not-installed"libxkbcommon-x11-devel
@@ -17952,6 +18829,8 @@ not-installed"libxkbfile-devel
not-installed"libxkbfile-devel-32bit
installed"libxkbfile1
not-installed"libxkbfile1-32bit
+not-installed"libxkbregistry-devel
+not-installed"libxkbregistry0
not-installed"libxkbui-devel
not-installed"libxkbui-devel-32bit
not-installed"libxkbui1
@@ -17962,7 +18841,7 @@ installed"libxklavier16
not-installed"libxklavier16-32bit
not-installed"libxls-devel
not-installed"libxls-tools
-not-installed"libxlsreader1
+not-installed"libxlsreader8
not-installed"libxmi0
installed"libxml++-2_6-2
not-installed"libxml++-2_6-2-32bit
@@ -17997,7 +18876,7 @@ not-installed"libxmlrpc_server_cgi++8
not-installed"libxmlrpc_server_cgi3
not-installed"libxmlrpc_server_pstream++8
not-installed"libxmlrpc_util++8
-not-installed"libxmlrpc_util3
+not-installed"libxmlrpc_util4
installed"libxmlsec1-1
not-installed"libxmlsec1-gcrypt1
not-installed"libxmlsec1-gnutls1
@@ -18008,8 +18887,6 @@ not-installed"libxmltooling-lite8
not-installed"libxmltooling8
not-installed"libxmp-devel
not-installed"libxmp4
-not-installed"libxornstorage-devel
-not-installed"libxornstorage0
not-installed"libxosd2
not-installed"libxpaintrw0
not-installed"libxpaintrw0-debuginfo
@@ -18049,7 +18926,7 @@ installed"libxvidcore4
not-installed"libxvidcore4-32bit
not-installed"libxvidcore4-32bit-debuginfo
not-installed"libxvidcore4-debuginfo
-not-installed"libxxhash0
+installed"libxxhash0
not-installed"libxy4
not-installed"libyajl-devel
not-installed"libyajl-devel-32bit
@@ -18060,7 +18937,7 @@ not-installed"libyami-devel
not-installed"libyami-utils
not-installed"libyami1
installed"libyaml-0-2
-not-installed"libyaml-cpp0_6
+installed"libyaml-cpp0_6
not-installed"libyaml-devel
not-installed"libyang-cpp-devel
not-installed"libyang-cpp1
@@ -18069,7 +18946,7 @@ not-installed"libyang-doc
not-installed"libyang-extentions
not-installed"libyang1
not-installed"libyara-devel
-not-installed"libyara3
+not-installed"libyara4
not-installed"libyate6
not-installed"libyate6-debuginfo
not-installed"libyaz-devel
@@ -18095,25 +18972,25 @@ not-installed"libyui-ncurses-devel
not-installed"libyui-ncurses-doc
not-installed"libyui-ncurses-pkg-devel
not-installed"libyui-ncurses-pkg-doc
-installed"libyui-ncurses-pkg11
+installed"libyui-ncurses-pkg13
not-installed"libyui-ncurses-rest-api-devel
-not-installed"libyui-ncurses-rest-api11
+not-installed"libyui-ncurses-rest-api13
not-installed"libyui-ncurses-tools
-installed"libyui-ncurses11
+installed"libyui-ncurses13
not-installed"libyui-qt-devel
not-installed"libyui-qt-doc
not-installed"libyui-qt-graph-devel
not-installed"libyui-qt-graph-doc
-installed"libyui-qt-graph11
+installed"libyui-qt-graph13
not-installed"libyui-qt-pkg-devel
not-installed"libyui-qt-pkg-doc
-installed"libyui-qt-pkg11
+installed"libyui-qt-pkg13
not-installed"libyui-qt-rest-api-devel
-not-installed"libyui-qt-rest-api11
-installed"libyui-qt11
+not-installed"libyui-qt-rest-api13
+installed"libyui-qt13
not-installed"libyui-rest-api-devel
-not-installed"libyui-rest-api11
-installed"libyui11
+not-installed"libyui-rest-api13
+installed"libyui13
installed"libz1
installed"libz1-32bit
not-installed"libz3-4_8
@@ -18125,7 +19002,7 @@ not-installed"libzbar0-32bit
not-installed"libzbarqt-devel
not-installed"libzbarqt0
not-installed"libzbarqt0-32bit
-not-installed"libzbc-5_8_5
+not-installed"libzbc-5_9_0
not-installed"libzbc-devel
not-installed"libzbc-gui
not-installed"libzbc-tools
@@ -18134,18 +19011,13 @@ installed"libzck1
not-installed"libzebra1
not-installed"libzeitgeist-1_0-1
not-installed"libzeitgeist-1_0-1-32bit
-not-installed"libzeitgeist-2_0-0
not-installed"libzeitgeist-devel
not-installed"libzen-devel
not-installed"libzen0
not-installed"libzen0-32bit
-not-installed"libzfs2
-not-installed"libzfs_core1
-not-installed"libzhuyin-1_1-data
-not-installed"libzhuyin-1_1-devel
+not-installed"libzfp0
not-installed"libzhuyin13
not-installed"libzhuyin13-32bit
-not-installed"libzhuyin7
installed"libzimg2
not-installed"libzimg2-32bit
not-installed"libzinnia0
@@ -18159,6 +19031,7 @@ not-installed"libzip5-32bit
not-installed"libzipkin-cpp-opentracing0
installed"libzita-convolver4
not-installed"libzita-convolver4-32bit
+not-installed"libzita-resampler1
not-installed"libzlui0_99
installed"libzmf-0_0-0
not-installed"libzmf-devel
@@ -18166,11 +19039,11 @@ not-installed"libzmf-devel-doc
not-installed"libzmf-tools
installed"libzmq5
not-installed"libzmq5-32bit
+not-installed"libzmusic1
not-installed"libzn_poly-0_9
not-installed"libzopfli-devel
not-installed"libzopfli1
not-installed"libzopflipng1
-not-installed"libzpool2
not-installed"libzrtpcpp-devel
not-installed"libzrtpcpp4
not-installed"libzsolve0
@@ -18239,10 +19112,8 @@ not-installed"lighttpd-mod_vhostdb_ldap
not-installed"lighttpd-mod_vhostdb_mysql
not-installed"lighttpd-mod_vhostdb_pgsql
not-installed"lighttpd-mod_webdav
-not-installed"lilo
not-installed"lilv
not-installed"lilypond
-not-installed"lilypond-century-schoolbook-l-fonts
not-installed"lilypond-doc
not-installed"lilypond-doc-cs
not-installed"lilypond-doc-de
@@ -18255,6 +19126,8 @@ not-installed"lilypond-doc-nl
not-installed"lilypond-doc-zh
not-installed"lilypond-emmentaler-fonts
not-installed"lilypond-fonts-common
+not-installed"lilypond-texgy-fonts
+not-installed"lime-devel
not-installed"limesuite
not-installed"limesuite-devel
not-installed"limesuite-udev
@@ -18266,12 +19139,16 @@ not-installed"links
not-installed"linphone
not-installed"linphone-cli
not-installed"linssid
+not-installed"linstor-common
+not-installed"linstor-controller
+not-installed"linstor-satellite
not-installed"linux-atm
not-installed"linux-atm-devel
not-installed"linux-ftools
installed"linux-glibc-devel
not-installed"linux-libertine-fonts
not-installed"linux32
+not-installed"linux_logo
not-installed"linuxconsoletools
not-installed"linuxptp
not-installed"linuxrc
@@ -18281,10 +19158,12 @@ not-installed"linuxsampler
not-installed"linuxsampler-debuginfo
not-installed"linuxsampler-debugsource
not-installed"linuxsampler-doc
+not-installed"liquidhaskell
not-installed"liquidshell
not-installed"liquidshell
not-installed"liquidshell-debuginfo
not-installed"liquidshell-debugsource
+not-installed"liquidshell-lang
not-installed"lirc-config
not-installed"lirc-core
not-installed"lirc-devel
@@ -18317,11 +19196,14 @@ installed"lksctp-tools
not-installed"lksctp-tools-devel
not-installed"llcbench
not-installed"lld
+not-installed"lld10
not-installed"lld7
not-installed"lld8
not-installed"lld9
not-installed"lldb
not-installed"lldb-devel
+not-installed"lldb10
+not-installed"lldb10-devel
not-installed"lldb7
not-installed"lldb7-devel
not-installed"lldb8
@@ -18336,6 +19218,17 @@ not-installed"llvm-LTO-devel
not-installed"llvm-devel
not-installed"llvm-gold
not-installed"llvm-vim-plugins
+not-installed"llvm10
+not-installed"llvm10-LTO-devel
+not-installed"llvm10-LTO-devel-32bit
+not-installed"llvm10-devel
+not-installed"llvm10-devel-32bit
+not-installed"llvm10-doc
+not-installed"llvm10-gold
+not-installed"llvm10-opt-viewer
+not-installed"llvm10-polly
+not-installed"llvm10-polly-devel
+not-installed"llvm10-vim-plugins
not-installed"llvm7
not-installed"llvm7-LTO-devel
not-installed"llvm7-LTO-devel-32bit
@@ -18380,6 +19273,7 @@ not-installed"lndir
not-installed"loadlin
installed"lockdev
not-installed"lockdev-devel
+not-installed"lockfile
not-installed"lodepng-devel
not-installed"log4cplus-devel
not-installed"log4cpp-devel
@@ -18428,7 +19322,6 @@ not-installed"lomt-sortsmillgoudy-fonts
not-installed"lonote
not-installed"lookbook
not-installed"loook
-not-installed"lostfeathers
not-installed"loudmouth
not-installed"loudmouth-debugsource
not-installed"loudmouth-devel
@@ -18443,7 +19336,7 @@ not-installed"lpsolve-devel
not-installed"lrslib
not-installed"lrslib-devel
not-installed"lsb
-not-installed"lsb-release
+installed"lsb-release
not-installed"lsdvd
not-installed"lshw
not-installed"lshw-gui
@@ -18495,6 +19388,7 @@ not-installed"lua51-lgi-doc
not-installed"lua51-loadkit
not-installed"lua51-lpeg
not-installed"lua51-lpeg-doc
+not-installed"lua51-lpeg_patterns
installed"lua51-lua-dbus
not-installed"lua51-lua-ev
not-installed"lua51-lua-ev-devel
@@ -18542,6 +19436,7 @@ not-installed"lua53-lgi-doc
not-installed"lua53-loadkit
not-installed"lua53-lpeg
not-installed"lua53-lpeg-doc
+not-installed"lua53-lpeg_patterns
not-installed"lua53-lua-dbus
not-installed"lua53-lua-ev
not-installed"lua53-lua-ev-devel
@@ -18570,6 +19465,54 @@ not-installed"lua53-penlight
not-installed"lua53-penlight-doc
not-installed"lua53-say
not-installed"lua53-zlib
+not-installed"lua54
+not-installed"lua54-alt-getopt
+not-installed"lua54-argparse
+not-installed"lua54-busted
+not-installed"lua54-cliargs
+not-installed"lua54-compat-5.3
+not-installed"lua54-copas
+not-installed"lua54-coxpcall
+not-installed"lua54-devel
+not-installed"lua54-dkjson
+not-installed"lua54-doc
+not-installed"lua54-editorconfig-core-lua
+not-installed"lua54-ldbus
+not-installed"lua54-ldoc
+not-installed"lua54-lgi
+not-installed"lua54-lgi-doc
+not-installed"lua54-loadkit
+not-installed"lua54-lpeg
+not-installed"lua54-lpeg-doc
+not-installed"lua54-lpeg_patterns
+not-installed"lua54-lua-dbus
+not-installed"lua54-lua-ev
+not-installed"lua54-lua-ev-devel
+not-installed"lua54-lua-mpris
+not-installed"lua54-luadbi
+not-installed"lua54-luaevent
+not-installed"lua54-luaexpat
+not-installed"lua54-luafilesystem
+not-installed"lua54-luaposix
+not-installed"lua54-luarocks
+not-installed"lua54-luasec
+not-installed"lua54-luasocket
+not-installed"lua54-luasocket-devel
+not-installed"lua54-luasql
+not-installed"lua54-luassert
+not-installed"lua54-luasystem
+not-installed"lua54-luaterm
+not-installed"lua54-luv
+not-installed"lua54-luv-devel
+not-installed"lua54-markdown
+not-installed"lua54-mediator_lua
+not-installed"lua54-messagepack
+not-installed"lua54-moonscript
+not-installed"lua54-mpack
+not-installed"lua54-penlight
+not-installed"lua54-penlight-doc
+not-installed"lua54-say
+not-installed"lua54-zlib
not-installed"luabind-devel
not-installed"luaposix-doc
not-installed"lucene++-devel
@@ -18580,16 +19523,15 @@ not-installed"lucene-backward-codecs
not-installed"lucene-classification
not-installed"lucene-codecs
not-installed"lucene-core
-not-installed"lucene-facet
not-installed"lucene-grouping
not-installed"lucene-highlighter
not-installed"lucene-join
not-installed"lucene-memory
not-installed"lucene-misc
+not-installed"lucene-monitor
not-installed"lucene-queries
not-installed"lucene-queryparser
not-installed"lucene-sandbox
-not-installed"lucene-spatial
not-installed"lucene-spatial3d
not-installed"luckybackup
not-installed"luckybackup
@@ -18613,7 +19555,7 @@ not-installed"lunar-date
not-installed"lunar-date-devel
not-installed"lunar-date-doc
not-installed"lunar-date-lang
-not-installed"lutris
+installed"lutris
not-installed"luvcview
not-installed"lv
not-installed"lv2
@@ -18663,6 +19605,8 @@ not-installed"lxpanel-lang
not-installed"lxqt
not-installed"lxqt-about
not-installed"lxqt-about-lang
+not-installed"lxqt-archiver
+not-installed"lxqt-archiver-lang
not-installed"lxqt-build-tools-devel
not-installed"lxqt-config
not-installed"lxqt-config-lang
@@ -18702,7 +19646,8 @@ not-installed"lxterminal-lang
not-installed"lynis
not-installed"lynx
not-installed"lyx
-not-installed"lz4
+not-installed"lyx-fonts
+installed"lz4
not-installed"lzfse
not-installed"lzfse-devel
not-installed"lzham_codec-devel
@@ -18738,11 +19683,10 @@ not-installed"mailcommon-devel
installed"mailcommon-lang
not-installed"maildir-utils
not-installed"mailgraph
+not-installed"mailgraph-apache
installed"mailimporter
not-installed"mailimporter-devel
installed"mailimporter-lang
-not-installed"mailnag
-not-installed"mailnag-lang
not-installed"mailprocessing
not-installed"mailutils
not-installed"mailutils-devel
@@ -18775,11 +19719,13 @@ not-installed"mame-tools
installed"man
installed"man-pages
not-installed"man-pages-de
-not-installed"man-pages-de
not-installed"man-pages-fr
-not-installed"man-pages-fr-extra
not-installed"man-pages-ja
+not-installed"man-pages-nl
+not-installed"man-pages-pl
installed"man-pages-posix
+not-installed"man-pages-pt_BR
+not-installed"man-pages-ro
not-installed"man-pages-zh_CN
not-installed"manaplus
not-installed"manaplus-lang
@@ -18812,6 +19758,11 @@ not-installed"mariadb-test
not-installed"mariadb-tools
not-installed"marisa
not-installed"marisa-devel
+not-installed"markdownpart
+not-installed"markdownpart
+not-installed"markdownpart-debuginfo
+not-installed"markdownpart-debugsource
+not-installed"markdownpart-lang
not-installed"massif-visualizer
not-installed"massif-visualizer
not-installed"massif-visualizer-debuginfo
@@ -19188,6 +20139,7 @@ not-installed"mchange-commons-javadoc
not-installed"mcjoin
not-installed"mcpp
not-installed"mcpp-devel
+not-installed"mcqd
not-installed"mcs
not-installed"mcs-debuginfo
not-installed"mcstrans
@@ -19197,6 +20149,7 @@ not-installed"mdbtools
not-installed"mdbtools-devel
not-installed"mdds-1_4-devel
not-installed"mdds-1_5-devel
+installed"mdevctl
not-installed"mdf2iso
not-installed"mdf2iso
not-installed"mdf2iso-debuginfo
@@ -19245,7 +20198,6 @@ not-installed"memcached-devel
not-installed"memkind
not-installed"memkind-devel
not-installed"memory-constraints
-not-installed"memphis-devel
not-installed"memprof
not-installed"memprof-lang
not-installed"memtest86+
@@ -19315,6 +20267,8 @@ not-installed"metis_5_1_0-gnu-hpc-doc
not-installed"metis_5_1_0-gnu-hpc-examples
not-installed"metronome
not-installed"metronome-lang
+not-installed"metslib-devel
+not-installed"metslib-doc
not-installed"mfoc
not-installed"mfsm
not-installed"mftrace
@@ -19331,6 +20285,7 @@ not-installed"miam-player
not-installed"miam-player-debuginfo
not-installed"miam-player-debugsource
not-installed"miao-fonts
+not-installed"microcom
not-installed"microdnf
not-installed"microos-tools
not-installed"microos_apparmor
@@ -19340,6 +20295,7 @@ not-installed"microos_gnome_desktop
not-installed"microos_hardware
not-installed"microos_ima_evm
not-installed"microos_kde_desktop
+not-installed"microos_selinux
not-installed"microos_sssd_ldap
not-installed"midori
not-installed"midori-devel
@@ -19379,7 +20335,6 @@ not-installed"mingw32-cross-gcc-fortran
not-installed"mingw32-cross-gcc-objc
not-installed"mingw32-cross-pkgconf
not-installed"mingw32-filesystem
-not-installed"mingw32-filesystem
not-installed"mingw32-gcc
not-installed"mingw32-gcc-c++
not-installed"mingw32-gcc-debug
@@ -19497,8 +20452,6 @@ not-installed"miredo-devel
not-installed"miredo-server
not-installed"mirisdr
not-installed"mirisdr-udev
-not-installed"mirovideoconverter
-not-installed"mirovideoconverter
not-installed"mirror
not-installed"mirror-registry
not-installed"mirrormagic
@@ -19533,6 +20486,7 @@ not-installed"mm-common
not-installed"mm-common-docs
not-installed"mmc-utils
not-installed"mmdblookup
+not-installed"mmtf-cpp-devel
not-installed"mmv
not-installed"moarvm
not-installed"moarvm-devel
@@ -19559,12 +20513,24 @@ not-installed"mojo-executor-javadoc
not-installed"mojo-parent
not-installed"moka-icon-theme
not-installed"mokutil
+not-installed"molequeue
+not-installed"molequeue-devel
+not-installed"molequeue-doc
+not-installed"molequeue-libs0
not-installed"molsketch
not-installed"molsketch-devel
not-installed"molsketch-doc
not-installed"monapo-fonts
not-installed"moneyplex-daten
not-installed"moneyplex-suse
+not-installed"mongodb
+not-installed"mongodb
+not-installed"mongodb-debugsource
+not-installed"mongodb-mongoperf
+not-installed"mongodb-mongos
+not-installed"mongodb-server
+not-installed"mongodb-shell
+not-installed"mongodb-shell-debuginfo
not-installed"mongolian-fonts
not-installed"monitoring-plugins
not-installed"monitoring-plugins-all
@@ -19654,6 +20620,7 @@ not-installed"monitoring-plugins-tftp
not-installed"monitoring-plugins-time
not-installed"monitoring-plugins-traffic_limit
not-installed"monitoring-plugins-ups
+not-installed"monitoring-plugins-uptime
not-installed"monitoring-plugins-users
not-installed"monitoring-plugins-wave
not-installed"monitoring-plugins-zypper
@@ -19668,7 +20635,6 @@ not-installed"mono-data-oracle
not-installed"mono-data-sqlite
not-installed"mono-devel
not-installed"mono-extras
-not-installed"mono-libkolabxml1
not-installed"mono-locale-extras
not-installed"mono-mvc
not-installed"mono-reactive
@@ -19731,12 +20697,11 @@ not-installed"mozilla-nss-devel
not-installed"mozilla-nss-sysinit
not-installed"mozilla-nss-sysinit-32bit
not-installed"mozilla-nss-tools
-not-installed"mozjs38
-not-installed"mozjs38-devel
+not-installed"mozilla-zilla-slab-fonts
not-installed"mozjs52
not-installed"mozjs52-devel
-not-installed"mozjs60
-not-installed"mozjs60-devel
+not-installed"mozjs68
+not-installed"mozjs68-devel
not-installed"mozldap-devel
not-installed"mozldap-libs
not-installed"mozldap-tools
@@ -19758,6 +20723,7 @@ not-installed"mp3diags-unstable
not-installed"mp3diags-unstable
not-installed"mp3diags-unstable-debuginfo
not-installed"mp3diags-unstable-debugsource
+not-installed"mp3gain
not-installed"mp3info
not-installed"mp3info
not-installed"mp3info-debuginfo
@@ -19791,6 +20757,7 @@ not-installed"mpc-devel-32bit
not-installed"mpc-qt
not-installed"mpclient
installed"mpd
+not-installed"mpd-doc
not-installed"mpeg2dec
not-installed"mpeg2demux
not-installed"mpeg2demux-debuginfo
@@ -19803,8 +20770,10 @@ not-installed"mpfc
not-installed"mpfc-debuginfo
not-installed"mpfc-debugsource
not-installed"mpfi-devel
+not-installed"mpfpx-devel
not-installed"mpfr-devel
not-installed"mpfr-devel-32bit
+not-installed"mpfrcx-devel
not-installed"mpg123
not-installed"mpg123-devel
not-installed"mpg123-devel-32bit
@@ -19898,7 +20867,7 @@ installed"mpt-status
installed"mpv
installed"mpv-bash-completion
not-installed"mpv-devel
-not-installed"mpv-plugin-mpris
+installed"mpv-mpris
installed"mpv-zsh-completion
not-installed"mr
not-installed"mraa
@@ -19922,9 +20891,12 @@ not-installed"msitools-devel
not-installed"msitools-lang
not-installed"msmtp
not-installed"msmtp-doc
+not-installed"msmtp-lang
not-installed"msmtp-mta
not-installed"msoak
not-installed"mspack-examples
+not-installed"msr-safe-kmp-default
+not-installed"msr-safe-kmp-pae
not-installed"msr-tools
not-installed"mstflint
not-installed"msv-demo
@@ -20051,6 +21023,7 @@ not-installed"munge-maven-plugin
not-installed"munge-maven-plugin-javadoc
not-installed"munin
not-installed"munin-node
+not-installed"munit-devel
not-installed"muparser-devel
not-installed"muparser-devel-32bit
not-installed"muparserx-devel
@@ -20107,21 +21080,21 @@ not-installed"mvapich2-psm2-gnu-hpc
not-installed"mvapich2-psm2-gnu-hpc-devel
not-installed"mvapich2-psm2-gnu-hpc-doc
not-installed"mvapich2-psm2-gnu-hpc-macros-devel
-not-installed"mvapich2-psm2_2_3_3-gnu-hpc
-not-installed"mvapich2-psm2_2_3_3-gnu-hpc-devel
-not-installed"mvapich2-psm2_2_3_3-gnu-hpc-devel-static
-not-installed"mvapich2-psm2_2_3_3-gnu-hpc-doc
-not-installed"mvapich2-psm2_2_3_3-gnu-hpc-macros-devel
-not-installed"mvapich2-psm_2_3_3-gnu-hpc
-not-installed"mvapich2-psm_2_3_3-gnu-hpc-devel
-not-installed"mvapich2-psm_2_3_3-gnu-hpc-devel-static
-not-installed"mvapich2-psm_2_3_3-gnu-hpc-doc
-not-installed"mvapich2-psm_2_3_3-gnu-hpc-macros-devel
-not-installed"mvapich2_2_3_3-gnu-hpc
-not-installed"mvapich2_2_3_3-gnu-hpc-devel
-not-installed"mvapich2_2_3_3-gnu-hpc-devel-static
-not-installed"mvapich2_2_3_3-gnu-hpc-doc
-not-installed"mvapich2_2_3_3-gnu-hpc-macros-devel
+not-installed"mvapich2-psm2_2_3_4-gnu-hpc
+not-installed"mvapich2-psm2_2_3_4-gnu-hpc-devel
+not-installed"mvapich2-psm2_2_3_4-gnu-hpc-devel-static
+not-installed"mvapich2-psm2_2_3_4-gnu-hpc-doc
+not-installed"mvapich2-psm2_2_3_4-gnu-hpc-macros-devel
+not-installed"mvapich2-psm_2_3_4-gnu-hpc
+not-installed"mvapich2-psm_2_3_4-gnu-hpc-devel
+not-installed"mvapich2-psm_2_3_4-gnu-hpc-devel-static
+not-installed"mvapich2-psm_2_3_4-gnu-hpc-doc
+not-installed"mvapich2-psm_2_3_4-gnu-hpc-macros-devel
+not-installed"mvapich2_2_3_4-gnu-hpc
+not-installed"mvapich2_2_3_4-gnu-hpc-devel
+not-installed"mvapich2_2_3_4-gnu-hpc-devel-static
+not-installed"mvapich2_2_3_4-gnu-hpc-doc
+not-installed"mvapich2_2_3_4-gnu-hpc-macros-devel
not-installed"mwic
not-installed"mx4j
not-installed"mxml-devel
@@ -20344,7 +21317,6 @@ not-installed"nagios-theme-exfoliation
not-installed"nagios-theme-switcher
not-installed"nagios-www
not-installed"nagios-www-dch
-not-installed"nagstamon
not-installed"nailgun
not-installed"nailgun-javadoc
not-installed"namdhinggo-fonts
@@ -20366,12 +21338,10 @@ not-installed"nanum-fonts
not-installed"nanum-gothic-coding-fonts
not-installed"nasc
not-installed"nasm
-not-installed"nast
not-installed"native-maven-plugin
not-installed"native-platform
not-installed"native-platform-javadoc
not-installed"nautilus
-not-installed"nautilus-deja-dup
not-installed"nautilus-devel
not-installed"nautilus-eiciel
not-installed"nautilus-evince
@@ -20425,12 +21395,13 @@ not-installed"ndesk-dbus
not-installed"ndesk-dbus-glib
not-installed"ndesk-dbus-glib-devel
not-installed"ndpi-tools
-not-installed"ndpmon
not-installed"ndppd
not-installed"neard
not-installed"neard-devel
not-installed"neard-test
+not-installed"neatvnc-devel
not-installed"nedit
+not-installed"neix
not-installed"neko
not-installed"neko-devel
not-installed"neko-mysql
@@ -20483,6 +21454,7 @@ not-installed"net6-lang
not-installed"netbeans-javaparser
not-installed"netbeans-resolver
not-installed"netbeans-svnclientadapter
+not-installed"netcalc
installed"netcat-openbsd
not-installed"netcdf
not-installed"netcdf-cxx4-gnu-hpc-tools
@@ -20491,6 +21463,8 @@ not-installed"netcdf-cxx4_4_3_1-gnu-hpc-tools
not-installed"netcdf-devel
not-installed"netcdf-devel-data
not-installed"netcdf-devel-static
+not-installed"netcdf-fortran-gnu-hpc
+not-installed"netcdf-fortran-gnu-hpc-devel
not-installed"netcdf-fortran-gnu-mpich-hpc
not-installed"netcdf-fortran-gnu-mpich-hpc-devel
not-installed"netcdf-fortran-gnu-mvapich2-hpc
@@ -20501,21 +21475,22 @@ not-installed"netcdf-fortran-gnu-openmpi2-hpc
not-installed"netcdf-fortran-gnu-openmpi2-hpc-devel
not-installed"netcdf-fortran-gnu-openmpi3-hpc
not-installed"netcdf-fortran-gnu-openmpi3-hpc-devel
+not-installed"netcdf-fortran-gnu-openmpi4-hpc
+not-installed"netcdf-fortran-gnu-openmpi4-hpc-devel
+not-installed"netcdf-fortran_4_5_2-gnu-hpc
+not-installed"netcdf-fortran_4_5_2-gnu-hpc-devel
not-installed"netcdf-fortran_4_5_2-gnu-mpich-hpc
not-installed"netcdf-fortran_4_5_2-gnu-mpich-hpc-devel
-not-installed"netcdf-fortran_4_5_2-gnu-mpich-hpc-devel-static
not-installed"netcdf-fortran_4_5_2-gnu-mvapich2-hpc
not-installed"netcdf-fortran_4_5_2-gnu-mvapich2-hpc-devel
-not-installed"netcdf-fortran_4_5_2-gnu-mvapich2-hpc-devel-static
not-installed"netcdf-fortran_4_5_2-gnu-openmpi1-hpc
not-installed"netcdf-fortran_4_5_2-gnu-openmpi1-hpc-devel
-not-installed"netcdf-fortran_4_5_2-gnu-openmpi1-hpc-devel-static
not-installed"netcdf-fortran_4_5_2-gnu-openmpi2-hpc
not-installed"netcdf-fortran_4_5_2-gnu-openmpi2-hpc-devel
-not-installed"netcdf-fortran_4_5_2-gnu-openmpi2-hpc-devel-static
not-installed"netcdf-fortran_4_5_2-gnu-openmpi3-hpc
not-installed"netcdf-fortran_4_5_2-gnu-openmpi3-hpc-devel
-not-installed"netcdf-fortran_4_5_2-gnu-openmpi3-hpc-devel-static
+not-installed"netcdf-fortran_4_5_2-gnu-openmpi4-hpc
+not-installed"netcdf-fortran_4_5_2-gnu-openmpi4-hpc-devel
not-installed"netcdf-gnu-hpc
not-installed"netcdf-gnu-hpc-devel
not-installed"netcdf-gnu-mpich-hpc
@@ -20528,6 +21503,8 @@ not-installed"netcdf-gnu-openmpi2-hpc
not-installed"netcdf-gnu-openmpi2-hpc-devel
not-installed"netcdf-gnu-openmpi3-hpc
not-installed"netcdf-gnu-openmpi3-hpc-devel
+not-installed"netcdf-gnu-openmpi4-hpc
+not-installed"netcdf-gnu-openmpi4-hpc-devel
not-installed"netcdf-openmpi1
not-installed"netcdf-openmpi1-devel
not-installed"netcdf-openmpi1-devel-static
@@ -20537,6 +21514,9 @@ not-installed"netcdf-openmpi2-devel-static
not-installed"netcdf-openmpi3
not-installed"netcdf-openmpi3-devel
not-installed"netcdf-openmpi3-devel-static
+not-installed"netcdf-openmpi4
+not-installed"netcdf-openmpi4-devel
+not-installed"netcdf-openmpi4-devel-static
not-installed"netcdf_4_7_3-gnu-hpc
not-installed"netcdf_4_7_3-gnu-hpc-devel
not-installed"netcdf_4_7_3-gnu-hpc-devel-static
@@ -20555,6 +21535,9 @@ not-installed"netcdf_4_7_3-gnu-openmpi2-hpc-devel-static
not-installed"netcdf_4_7_3-gnu-openmpi3-hpc
not-installed"netcdf_4_7_3-gnu-openmpi3-hpc-devel
not-installed"netcdf_4_7_3-gnu-openmpi3-hpc-devel-static
+not-installed"netcdf_4_7_3-gnu-openmpi4-hpc
+not-installed"netcdf_4_7_3-gnu-openmpi4-hpc-devel
+not-installed"netcdf_4_7_3-gnu-openmpi4-hpc-devel-static
installed"netcfg
not-installed"netcomponents
not-installed"netcomponents-javadoc
@@ -20564,12 +21547,16 @@ not-installed"netdate
not-installed"netdiscover
not-installed"netease-cloud-music
not-installed"netease-cloud-music
+not-installed"netease-cloud-music-gtk
not-installed"netgen
not-installed"netgen-devel
not-installed"nethogs
not-installed"netlabel-tools
installed"netpbm
not-installed"netperf
+not-installed"netperfmeter
+not-installed"netperfmeter-pdfproctools
+not-installed"netperfmeter-plotting
not-installed"netsniff-ng
not-installed"netsurf-buildsystem
not-installed"nettle
@@ -20609,7 +21596,6 @@ not-installed"nfoview-lang
installed"nfs-client
not-installed"nfs-client-provisioner
not-installed"nfs-client-provisioner-k8s-yaml
-not-installed"nfs-doc
not-installed"nfs-ganesha
not-installed"nfs-ganesha-ceph
not-installed"nfs-ganesha-mount-9P
@@ -20669,9 +21655,12 @@ not-installed"nmcli-dmenu
not-installed"nmh
not-installed"nml
not-installed"nmon
+not-installed"nmtree
not-installed"nnn
not-installed"no-more-secrets
installed"nodejs-common
+not-installed"nodejs-default
+not-installed"nodejs-devel-default
not-installed"nodejs-packaging
not-installed"nodejs-underscore
not-installed"nodejs10
@@ -20680,12 +21669,12 @@ not-installed"nodejs10-docs
installed"nodejs12
installed"nodejs12-devel
not-installed"nodejs12-docs
-not-installed"nodejs8
-not-installed"nodejs8-devel
-not-installed"nodejs8-docs
-installed"nohang
+not-installed"nodejs14
+not-installed"nodejs14-devel
+not-installed"nodejs14-docs
not-installed"nohang
-installed"nohang-desktop
+not-installed"nohang
+not-installed"nohang-desktop
not-installed"nomacs
not-installed"nomacs-lang
not-installed"non-mixer
@@ -20709,6 +21698,9 @@ not-installed"normalize-debuginfo
not-installed"normalize-debugsource
not-installed"noson-app
not-installed"noson-devel
+not-installed"notcurses++-devel
+not-installed"notcurses-demos
+not-installed"notcurses-devel
not-installed"notejot
not-installed"notejot-lang
not-installed"notepadqq
@@ -20769,6 +21761,16 @@ not-installed"noto-sans-gurmukhi-fonts
not-installed"noto-sans-gurmukhi-ui-fonts
not-installed"noto-sans-hanunoo-fonts
not-installed"noto-sans-hebrew-fonts
+not-installed"noto-sans-hk-black-fonts
+not-installed"noto-sans-hk-bold-fonts
+not-installed"noto-sans-hk-demilight-fonts
+not-installed"noto-sans-hk-fonts
+not-installed"noto-sans-hk-fonts-full
+not-installed"noto-sans-hk-light-fonts
+not-installed"noto-sans-hk-medium-fonts
+not-installed"noto-sans-hk-mono-fonts
+not-installed"noto-sans-hk-regular-fonts
+not-installed"noto-sans-hk-thin-fonts
not-installed"noto-sans-imperialaramaic-fonts
not-installed"noto-sans-inscriptionalpahlavi-fonts
not-installed"noto-sans-inscriptionalparthian-fonts
@@ -20941,9 +21943,10 @@ not-installed"novprog
not-installed"novprog-lang
not-installed"nping
not-installed"npkg
+not-installed"npm-default
not-installed"npm10
installed"npm12
-not-installed"npm8
+not-installed"npm14
not-installed"npth-devel
not-installed"nqp
not-installed"nrpe
@@ -20963,8 +21966,6 @@ not-installed"nss-pam-ldapd-32bit
not-installed"nss-resolve
not-installed"nss-shared-helper-devel
not-installed"nss-systemd
-not-installed"nss_ldap
-not-installed"nss_ldap-32bit
not-installed"nss_wrapper
installed"ntfs-3g
installed"ntfsprogs
@@ -20993,6 +21994,8 @@ not-installed"nuntius
not-installed"nuntius-lang
not-installed"nuosu-fonts
not-installed"nuoveXT2-icon-theme
+not-installed"nuspell
+not-installed"nuspell-devel
not-installed"nut
not-installed"nut-cgi
not-installed"nut-devel
@@ -21000,6 +22003,7 @@ not-installed"nut-drivers-net
not-installed"nvdock
not-installed"nvidia-computeG04
installed"nvidia-computeG05
+not-installed"nvidia-container-toolkit
not-installed"nvidia-gfxG04-kmp-default
not-installed"nvidia-gfxG04-kmp-pae
installed"nvidia-gfxG05-kmp-default
@@ -21010,6 +22014,7 @@ not-installed"nvme-cli
not-installed"nvme-cli-regress-script
not-installed"nvmetcli
not-installed"nvptx-tools
+not-installed"nwg-launchers
not-installed"nxtvepg
not-installed"o2locktop
not-installed"o2scl-devel
@@ -21039,6 +22044,8 @@ not-installed"objectweb-pom
not-installed"objenesis
not-installed"objenesis-javadoc
not-installed"obs-service-appimage
+not-installed"obs-service-cargo_vendor
+not-installed"obs-service-docker_label_helper
not-installed"obs-service-download_files
not-installed"obs-service-download_url
not-installed"obs-service-extract_file
@@ -21059,7 +22066,7 @@ not-installed"obs-service-source_validator
not-installed"obs-service-tar
not-installed"obs-service-tar_scm
not-installed"obs-service-verify_file
-not-installed"obs-studio
+installed"obs-studio
not-installed"obs-studio
not-installed"obs-studio-debuginfo
not-installed"obs-studio-debugsource
@@ -21205,7 +22212,10 @@ not-installed"ocfs2-tools
not-installed"ocfs2-tools-devel
not-installed"ocfs2-tools-devel-static
not-installed"ocfs2-tools-o2cb
+not-installed"oci-cli
+not-installed"oci-seccomp-bpf-hook
not-installed"ocl-icd-devel
+not-installed"ocl-icd-devel-32bit
not-installed"ocli
not-installed"oclock
not-installed"ocp
@@ -21327,8 +22337,12 @@ not-installed"octave-forge-symbolic
not-installed"octave-forge-tisean
not-installed"octave-forge-tsa
not-installed"octave-forge-vrml
+not-installed"octave-lal
+not-installed"octave-mathgl
not-installed"octave-nlopt_optimize
not-installed"octave-openEMS
+not-installed"oddjob
+not-installed"oddjob-mkhomedir
not-installed"ode-devel
not-installed"odp-devel
not-installed"odt2txt
@@ -21415,13 +22429,29 @@ not-installed"okular-spectre
not-installed"olm
not-installed"olm-devel
not-installed"olm-doc
+not-installed"omemo-utils
+not-installed"omniORB
+not-installed"omniORB-devel
+not-installed"omniORBpy
+not-installed"omniORBpy-devel
not-installed"omnisharp-server
not-installed"omping
not-installed"onboard
not-installed"onboard-data
not-installed"onboard-lang
+not-installed"onedrive
+not-installed"onedrive-completion-bash
+not-installed"onedrive-completion-fish
+not-installed"onedrive-completion-zsh
+not-installed"onefetch
not-installed"oneko
+not-installed"ongres-scram
+not-installed"ongres-scram-client
+not-installed"ongres-scram-javadoc
+not-installed"ongres-scram-parent
not-installed"oniguruma-devel
+not-installed"onnx-backend-test
+not-installed"onnx-devel
not-installed"onscripter
not-installed"onscripter
not-installed"onscripter-debuginfo
@@ -21436,7 +22466,6 @@ not-installed"opa-fm
not-installed"opa-fmgui
not-installed"opa-snapconfig
not-installed"opae
-not-installed"opae-ase
not-installed"opae-devel
not-installed"opam
not-installed"opam-devel
@@ -21451,6 +22480,7 @@ not-installed"open-lldp
not-installed"open-lldp-devel
not-installed"open-vm-tools
not-installed"open-vm-tools-desktop
+not-installed"open-vm-tools-sdmp
not-installed"openCryptoki
not-installed"openCryptoki-32bit
not-installed"openCryptoki-64bit
@@ -21466,17 +22496,12 @@ not-installed"openQA-devel
not-installed"openQA-doc
not-installed"openQA-local-db
not-installed"openQA-python-scripts
+not-installed"openQA-single-instance
not-installed"openQA-worker
installed"openSUSE
not-installed"openSUSE-Addon-NonOss
not-installed"openSUSE-Addon-NonOss-release
not-installed"openSUSE-EULAs
-not-installed"openSUSE-MicroOS
-not-installed"openSUSE-MicroOS-release
-not-installed"openSUSE-MicroOS-release-appliance
-not-installed"openSUSE-MicroOS-release-appliance-kubic
-not-installed"openSUSE-MicroOS-release-dvd
-not-installed"openSUSE-MicroOS-release-kubic-dvd
not-installed"openSUSE-appdata-extra
not-installed"openSUSE-appstream-process
installed"openSUSE-build-key
@@ -21509,6 +22534,8 @@ not-installed"openSUSE-release-tools-pkglistgen
not-installed"openSUSE-release-tools-repo-checker
not-installed"openSUSE-release-tools-staging-bot
not-installed"openSUSE-xfce-icon-theme
+not-installed"openSUSEway
+not-installed"openSUSEway
not-installed"openafs
not-installed"openafs-authlibs
not-installed"openafs-authlibs-devel
@@ -21531,8 +22558,8 @@ not-installed"openbabel
not-installed"openbabel-devel
not-installed"openblas-devel
not-installed"openblas-devel-headers
-not-installed"openblas-pthreads_0_3_9-gnu-hpc-devel-static
-not-installed"openblas_0_3_9-gnu-hpc-devel-static
+not-installed"openblas-pthreads_0_3_10-gnu-hpc-devel-static
+not-installed"openblas_0_3_10-gnu-hpc-devel-static
not-installed"openblas_openmp-devel-static
not-installed"openblas_pthreads-devel-static
not-installed"openblas_serial-devel-static
@@ -21557,6 +22584,7 @@ not-installed"opencl-headers-1_2
not-installed"openclonk
not-installed"openclonk-data
installed"openconnect
+installed"openconnect-bash-completion
not-installed"openconnect-devel
not-installed"openconnect-doc
installed"openconnect-lang
@@ -21693,12 +22721,12 @@ not-installed"openmpi_3_1_6-gnu-hpc-devel-static
not-installed"openmpi_3_1_6-gnu-hpc-docs
not-installed"openmpi_3_1_6-gnu-hpc-macros-devel
not-installed"openmpi_3_1_6-gnu-hpc-testsuite
-not-installed"openmpi_4_0_2-gnu-hpc
-not-installed"openmpi_4_0_2-gnu-hpc-devel
-not-installed"openmpi_4_0_2-gnu-hpc-devel-static
-not-installed"openmpi_4_0_2-gnu-hpc-docs
-not-installed"openmpi_4_0_2-gnu-hpc-macros-devel
-not-installed"openmpi_4_0_2-gnu-hpc-testsuite
+not-installed"openmpi_4_0_5-gnu-hpc
+not-installed"openmpi_4_0_5-gnu-hpc-devel
+not-installed"openmpi_4_0_5-gnu-hpc-devel-static
+not-installed"openmpi_4_0_5-gnu-hpc-docs
+not-installed"openmpi_4_0_5-gnu-hpc-macros-devel
+not-installed"openmpi_4_0_5-gnu-hpc-testsuite
not-installed"openmpt123
not-installed"openmw
not-installed"opennlp
@@ -21784,6 +22812,7 @@ not-installed"openttd-dedicated
not-installed"openttd-opengfx
not-installed"openttd-openmsx
not-installed"openttd-opensfx
+not-installed"opentyrian
not-installed"openucx-tools
not-installed"openvas-smb
not-installed"openvdb-devel
@@ -21796,11 +22825,6 @@ not-installed"openvswitch
not-installed"openvswitch-devel
not-installed"openvswitch-doc
not-installed"openvswitch-ipsec
-not-installed"openvswitch-ovn-central
-not-installed"openvswitch-ovn-common
-not-installed"openvswitch-ovn-docker
-not-installed"openvswitch-ovn-host
-not-installed"openvswitch-ovn-vtep
not-installed"openvswitch-pki
not-installed"openvswitch-test
not-installed"openvswitch-vtep
@@ -21835,7 +22859,6 @@ not-installed"orc-doc
not-installed"orca
not-installed"orca-lang
not-installed"orcania-devel
-not-installed"origami-icon-theme
installed"orion
not-installed"orkhon-fonts
not-installed"oro
@@ -21844,6 +22867,7 @@ not-installed"orthanc
not-installed"orthanc-devel
not-installed"orthanc-dicomweb
not-installed"orthanc-doc
+not-installed"orthanc-gdcm
not-installed"orthanc-mysql
not-installed"orthanc-postgresql
not-installed"orthanc-source
@@ -21860,7 +22884,6 @@ not-installed"os-maven-plugin-javadoc
installed"os-prober
not-installed"os-service-types-doc
not-installed"osc
-not-installed"osc
not-installed"osc-plugin-collab
not-installed"osc-plugin-cycle
not-installed"osc-plugin-install
@@ -21877,7 +22900,6 @@ not-installed"osgi-core
not-installed"osgi-core-javadoc
installed"osinfo-db
not-installed"osinfo-db-tools
-not-installed"osl.imageio1_10
not-installed"osmo-bsc
not-installed"osmo-bsc-abisip-find
not-installed"osmo-bsc-bs11-utils
@@ -21886,6 +22908,7 @@ not-installed"osmo-bsc-meas-utils
not-installed"osmo-bts
not-installed"osmo-bts-omldummy
not-installed"osmo-bts-virtual
+not-installed"osmo-e1d
not-installed"osmo-fl2k
not-installed"osmo-fl2k-devel
not-installed"osmo-fl2k-udev
@@ -21924,9 +22947,15 @@ not-installed"otrs
not-installed"otrs-doc
not-installed"otrs-itsm
not-installed"otter-browser
-not-installed"ovirt-guest-agent-common
installed"ovmf
not-installed"ovmf-tools
+not-installed"ovn
+not-installed"ovn-central
+not-installed"ovn-devel
+not-installed"ovn-doc
+not-installed"ovn-docker
+not-installed"ovn-host
+not-installed"ovn-vtep
not-installed"ovnkube
not-installed"ovnkube-cni
not-installed"owasp-modsecurity-crs
@@ -22006,6 +23035,8 @@ not-installed"pagure-theme-default-upstream
not-installed"pagure-theme-pagureio
not-installed"pagure-theme-srcfpo
not-installed"pagure-theme-upstream
+not-installed"pagure-web-apache-httpd
+not-installed"pagure-web-nginx
not-installed"pagure-webhook
not-installed"palapeli
not-installed"palapeli-data
@@ -22018,10 +23049,13 @@ not-installed"palm-db-tools
installed"pam
installed"pam-32bit
installed"pam-config
+installed"pam-deprecated
+not-installed"pam-deprecated-32bit
not-installed"pam-devel
not-installed"pam-devel-32bit
not-installed"pam-doc
not-installed"pam-extra
+not-installed"pam-extra-32bit
not-installed"pam-test
not-installed"pam_apparmor
not-installed"pam_apparmor-32bit
@@ -22051,7 +23085,8 @@ not-installed"pam_passwdqc-32bit
not-installed"pam_pkcs11
not-installed"pam_pkcs11-32bit
not-installed"pam_pkcs11-devel-doc
-not-installed"pam_pwquality
+installed"pam_pwquality
+installed"pam_pwquality-32bit
not-installed"pam_radius
not-installed"pam_radius-32bit
not-installed"pam_script
@@ -22077,11 +23112,12 @@ not-installed"pangomm1_4-devel
not-installed"pangomm1_4-doc
not-installed"panini
not-installed"pantheon-wallpapers-branding-upstream
+installed"paper
not-installed"paper-icon-theme
not-installed"paperclips
not-installed"paperclips-javadoc
not-installed"paperjam
-not-installed"paperkey
+installed"paperkey
not-installed"papi
not-installed"papi-devel
not-installed"papi-devel-32bit
@@ -22097,6 +23133,7 @@ not-installed"paprefs-lang
not-installed"paps
not-installed"par
not-installed"par2cmdline
+not-installed"par_text
not-installed"paradise
not-installed"parallel-netcdf-devel-data
not-installed"parallel-netcdf-mvapich2
@@ -22123,6 +23160,7 @@ not-installed"paratype-pt-sans-fonts
not-installed"paratype-pt-serif-fonts
not-installed"paraview
not-installed"paraview-devel
+not-installed"paraview-devel-static
not-installed"paraview-plugins
not-installed"paraviewdata
not-installed"parboiled
@@ -22182,6 +23220,7 @@ installed"patterns-base-base
not-installed"patterns-base-base-32bit
installed"patterns-base-basesystem
not-installed"patterns-base-basic_desktop
+not-installed"patterns-base-bootloader
not-installed"patterns-base-console
not-installed"patterns-base-documentation
installed"patterns-base-enhanced_base
@@ -22304,6 +23343,7 @@ not-installed"patterns-network-network_admin
not-installed"patterns-non_oss
not-installed"patterns-non_oss_opt
installed"patterns-office-office
+not-installed"patterns-openSUSEway
not-installed"patterns-rpm-macros
not-installed"patterns-server-dhcp_dns_server
not-installed"patterns-server-dhcp_dns_server-32bit
@@ -22323,6 +23363,7 @@ not-installed"patterns-server-printing
not-installed"patterns-server-printing-32bit
not-installed"patterns-server-xen_server
not-installed"patterns-server-xen_tools
+not-installed"patterns-sway-sway
not-installed"patterns-xfce-xfce
not-installed"patterns-xfce-xfce_basis
not-installed"patterns-xfce-xfce_laptop
@@ -22467,6 +23508,31 @@ not-installed"pcsc-tools
not-installed"pcsc-towitoko
not-installed"pcsc-towitoko-devel
not-installed"pcsx2
+not-installed"pcsx2-lang-ar
+not-installed"pcsx2-lang-ca
+not-installed"pcsx2-lang-cs
+not-installed"pcsx2-lang-da
+not-installed"pcsx2-lang-de
+not-installed"pcsx2-lang-es
+not-installed"pcsx2-lang-fi
+not-installed"pcsx2-lang-fr
+not-installed"pcsx2-lang-hr
+not-installed"pcsx2-lang-hu
+not-installed"pcsx2-lang-id
+not-installed"pcsx2-lang-it
+not-installed"pcsx2-lang-ja
+not-installed"pcsx2-lang-ko
+not-installed"pcsx2-lang-lt
+not-installed"pcsx2-lang-nb
+not-installed"pcsx2-lang-nl
+not-installed"pcsx2-lang-pl
+not-installed"pcsx2-lang-pt_BR
+not-installed"pcsx2-lang-ru
+not-installed"pcsx2-lang-sv
+not-installed"pcsx2-lang-th
+not-installed"pcsx2-lang-tr
+not-installed"pcsx2-lang-zh_CN
+not-installed"pcsx2-lang-zh_TW
not-installed"pcsxr
not-installed"pcsxr
not-installed"pcsxr-debuginfo
@@ -22475,13 +23541,12 @@ not-installed"pdf2djvu
not-installed"pdf2djvu-lang
not-installed"pdf2svg
not-installed"pdfgrep
+not-installed"pdfquirk
+not-installed"pdfquirk
+not-installed"pdfquirk-debuginfo
+not-installed"pdfquirk-debugsource
not-installed"pdftk
not-installed"pdftk
-not-installed"pdftk-debuginfo
-not-installed"pdftk-debugsource
-not-installed"pdftk-qgui
-not-installed"pdftk-qgui
-not-installed"pdftk-qgui-debuginfo
not-installed"pdi2iso
not-installed"pdi2iso
not-installed"pdi2iso-debuginfo
@@ -22490,8 +23555,8 @@ not-installed"pdns
not-installed"pdns-backend-geoip
not-installed"pdns-backend-godbc
not-installed"pdns-backend-ldap
+not-installed"pdns-backend-lmdb
not-installed"pdns-backend-lua
-not-installed"pdns-backend-mydns
not-installed"pdns-backend-mysql
not-installed"pdns-backend-postgresql
not-installed"pdns-backend-remote
@@ -22690,7 +23755,7 @@ not-installed"perl-Class-Unload
not-installed"perl-Class-WhiteHole
not-installed"perl-Class-XPath
not-installed"perl-Class-XSAccessor
-not-installed"perl-Clone
+installed"perl-Clone
not-installed"perl-Clone-Choose
not-installed"perl-Clone-PP
not-installed"perl-Code-DRY
@@ -22763,6 +23828,7 @@ not-installed"perl-DBIx-Class-DynamicDefault
not-installed"perl-DBIx-Class-Fixtures
not-installed"perl-DBIx-Class-InflateColumn-FS
not-installed"perl-DBIx-Class-IntrospectableM2M
+not-installed"perl-DBIx-Class-Migration
not-installed"perl-DBIx-Class-OptimisticLocking
not-installed"perl-DBIx-Class-Schema-Config
not-installed"perl-DBIx-Class-Schema-Loader
@@ -22985,6 +24051,8 @@ not-installed"perl-Geography-Countries
not-installed"perl-Getopt-ArgvFile
not-installed"perl-Getopt-Long-Descriptive
not-installed"perl-Getopt-Tabular
+not-installed"perl-Git-Repository
+not-installed"perl-Git-Repository-Plugin-Log
not-installed"perl-Git-Version-Compare
not-installed"perl-Glib
not-installed"perl-Glib-Object-Introspection
@@ -23098,7 +24166,7 @@ not-installed"perl-IO-Tty
not-installed"perl-IO-stringy
not-installed"perl-IP-Country
not-installed"perl-IPC-Run
-not-installed"perl-IPC-Run3
+installed"perl-IPC-Run3
not-installed"perl-IPC-ShareLite
not-installed"perl-IPC-System-Simple
not-installed"perl-IRI
@@ -23215,6 +24283,7 @@ not-installed"perl-Math-Clipper
not-installed"perl-Math-ConvexHull
not-installed"perl-Math-ConvexHull-MonotoneChain
not-installed"perl-Math-Geometry-Voronoi
+not-installed"perl-Math-Int64
not-installed"perl-Math-Libm
not-installed"perl-Math-PlanePath
not-installed"perl-Math-Random-ISAAC
@@ -23257,6 +24326,7 @@ not-installed"perl-Module-Starter
not-installed"perl-Module-Util
not-installed"perl-Mojo-DOM58
not-installed"perl-Mojo-IOLoop-ReadWriteProcess
+not-installed"perl-Mojo-Log-Colored
not-installed"perl-Mojo-Pg
not-installed"perl-Mojo-RabbitMQ-Client
not-installed"perl-Mojo-Redis
@@ -23265,11 +24335,17 @@ not-installed"perl-Mojolicious
not-installed"perl-Mojolicious-Plugin-AssetPack
not-installed"perl-Mojolicious-Plugin-CHI
not-installed"perl-Mojolicious-Plugin-NYTProf
+not-installed"perl-Mojolicious-Plugin-OAuth2
not-installed"perl-Mojolicious-Plugin-RenderFile
not-installed"perl-Mojolicious-Plugin-Status
+not-installed"perl-Mojolicious-Plugin-Webpack
not-installed"perl-Monitoring-Plugin
not-installed"perl-Moo
+not-installed"perl-MooX-Attribute-ENV
not-installed"perl-MooX-HandlesVia
+not-installed"perl-MooX-Locale-Passthrough
+not-installed"perl-MooX-Options
+not-installed"perl-MooX-Traits
not-installed"perl-MooX-Types-MooseLike
not-installed"perl-MooX-Types-MooseLike-Numeric
not-installed"perl-MooX-late
@@ -23339,6 +24415,7 @@ not-installed"perl-MusicBrainz-DiscID
not-installed"perl-NKF
not-installed"perl-Nagios-Plugin
not-installed"perl-Net-AMQP
+not-installed"perl-Net-AMQP-RabbitMQ
not-installed"perl-Net-CIDR
not-installed"perl-Net-CIDR-Lite
not-installed"perl-Net-CIDR-Set
@@ -23511,6 +24588,7 @@ not-installed"perl-SGMLS
installed"perl-SNMP
not-installed"perl-SOAP-Lite
not-installed"perl-SQL-Abstract
+not-installed"perl-SQL-Abstract-Classic
not-installed"perl-SQL-ReservedWords
not-installed"perl-SQL-SplitStatement
not-installed"perl-SQL-Statement
@@ -23592,6 +24670,7 @@ not-installed"perl-Sys-LoadAvg
not-installed"perl-Sys-SigAction
not-installed"perl-Sys-Virt
not-installed"perl-Sysadm-Install
+not-installed"perl-System-Command
not-installed"perl-TAP-Harness-JUnit
not-installed"perl-Task-Kensho-Async
not-installed"perl-Task-Kensho-CLI
@@ -23846,6 +24925,8 @@ not-installed"perl-XML-XPathEngine
not-installed"perl-XML-XSLT
not-installed"perl-XMLRPC-Lite
not-installed"perl-XSLoader
+not-installed"perl-XXX
+not-installed"perl-XXX
not-installed"perl-YAML
not-installed"perl-YAML-LibYAML
not-installed"perl-YAML-LibYAML-API
@@ -23892,7 +24973,6 @@ not-installed"perl-namespace-clean
not-installed"perl-obexftp
not-installed"perl-pcsc
not-installed"perl-prefork
-not-installed"perl-qpid-proton
not-installed"perl-razor-agents
not-installed"perl-rrdtool
not-installed"perl-slurm
@@ -23909,7 +24989,6 @@ not-installed"perl-warewulf-provision
not-installed"perl-warewulf-provision-server
not-installed"perl-xfconf
not-installed"perl-xmltv
-not-installed"perl-xrood-client-admin
not-installed"perl-yui
not-installed"perlref
installed"permissions
@@ -23954,9 +25033,12 @@ not-installed"pgaccess
not-installed"pgadmin4
not-installed"pgadmin4-doc
not-installed"pgadmin4-web
+not-installed"pgadmin4-web-uwsgi
not-installed"pgloader
not-installed"pgn-extract
not-installed"phalanx
+not-installed"phd2
+not-installed"phd2-lang
not-installed"phetsarath-fonts
not-installed"phobos-devel
not-installed"phobos-devel-static
@@ -24016,7 +25098,6 @@ not-installed"php7-imagick
not-installed"php7-intl
not-installed"php7-json
not-installed"php7-ldap
-not-installed"php7-libphutil
not-installed"php7-lzf
not-installed"php7-maxminddb
not-installed"php7-mbstring
@@ -24059,6 +25140,7 @@ not-installed"php7-zip
not-installed"php7-zlib
not-installed"phpMyAdmin
not-installed"phpPgAdmin
+not-installed"physlock
not-installed"pia
not-installed"pianobar
installed"picard
@@ -24134,10 +25216,13 @@ not-installed"piper
installed"pipewire
not-installed"pipewire-devel
not-installed"pipewire-doc
+not-installed"pipewire-libjack-0_3
+not-installed"pipewire-libpulse-0_3
installed"pipewire-modules
installed"pipewire-spa-plugins-0_2
installed"pipewire-spa-tools
installed"pipewire-tools
+not-installed"pipewire0_2-compat
not-installed"pithos
not-installed"pitivi
not-installed"pitivi-lang
@@ -24174,8 +25259,8 @@ not-installed"plasma-applet-weather-widget
not-installed"plasma-applet-weather-widget-debuginfo
not-installed"plasma-applet-weather-widget-debugsource
not-installed"plasma-applet-weather-widget-lang
-installed"plasma-browser-integration
-installed"plasma-browser-integration-lang
+not-installed"plasma-browser-integration
+not-installed"plasma-browser-integration-lang
installed"plasma-framework
not-installed"plasma-framework-32bit
installed"plasma-framework-components
@@ -24206,6 +25291,7 @@ not-installed"plasma-vault
not-installed"plasma-vault-backend-cryfs
not-installed"plasma-vault-backend-encfs
not-installed"plasma-vault-lang
+not-installed"plasma-wayland-protocols
installed"plasma5-addons
not-installed"plasma5-addons-devel
installed"plasma5-addons-lang
@@ -24217,6 +25303,8 @@ installed"plasma5-desktop-emojier
installed"plasma5-desktop-lang
installed"plasma5-integration-plugin
installed"plasma5-integration-plugin-lang
+not-installed"plasma5-nano
+not-installed"plasma5-nano-lang
installed"plasma5-pa
installed"plasma5-pa-lang
installed"plasma5-pk-updates
@@ -24315,6 +25403,7 @@ not-installed"plplot-driver-xfig
not-installed"plplot-driver-xwin
not-installed"plplot-java
not-installed"plplot-lua
+not-installed"plplot-octave
not-installed"plplot-python3-qt
not-installed"plplot-tcltk-devel
not-installed"plplot-tcltk-libs
@@ -24329,6 +25418,7 @@ not-installed"pluma-devel
not-installed"pluma-lang
installed"plymouth
installed"plymouth-branding-openSUSE
+not-installed"plymouth-branding-upstream
not-installed"plymouth-devel
installed"plymouth-dracut
not-installed"plymouth-plugin-fade-throbber
@@ -24360,6 +25450,7 @@ not-installed"pmix
not-installed"pmix-devel
not-installed"pmix-headers
not-installed"pmix-mca-params
+not-installed"pmix-plugins
not-installed"pmount
not-installed"pmount
not-installed"pmount-debuginfo
@@ -24369,6 +25460,50 @@ not-installed"pms
not-installed"pms
not-installed"pms-debuginfo
not-installed"pms-debugsource
+not-installed"pnetcdf-devel-data
+not-installed"pnetcdf-doc
+not-installed"pnetcdf-gnu-mpich-hpc
+not-installed"pnetcdf-gnu-mpich-hpc-devel
+not-installed"pnetcdf-gnu-mvapich2-hpc
+not-installed"pnetcdf-gnu-mvapich2-hpc-devel
+not-installed"pnetcdf-gnu-openmpi2-hpc
+not-installed"pnetcdf-gnu-openmpi2-hpc-devel
+not-installed"pnetcdf-gnu-openmpi3-hpc
+not-installed"pnetcdf-gnu-openmpi3-hpc-devel
+not-installed"pnetcdf-gnu-openmpi4-hpc
+not-installed"pnetcdf-gnu-openmpi4-hpc-devel
+not-installed"pnetcdf-hpc-doc
+not-installed"pnetcdf-mpich
+not-installed"pnetcdf-mpich-devel
+not-installed"pnetcdf-mpich-devel-static
+not-installed"pnetcdf-mvapich2
+not-installed"pnetcdf-mvapich2-devel
+not-installed"pnetcdf-mvapich2-devel-static
+not-installed"pnetcdf-openmpi1
+not-installed"pnetcdf-openmpi1-devel
+not-installed"pnetcdf-openmpi1-devel-static
+not-installed"pnetcdf-openmpi2
+not-installed"pnetcdf-openmpi2-devel
+not-installed"pnetcdf-openmpi2-devel-static
+not-installed"pnetcdf-openmpi3
+not-installed"pnetcdf-openmpi3-devel
+not-installed"pnetcdf-openmpi3-devel-static
+not-installed"pnetcdf_1_12_1-gnu-mpich-hpc
+not-installed"pnetcdf_1_12_1-gnu-mpich-hpc-devel
+not-installed"pnetcdf_1_12_1-gnu-mpich-hpc-devel-static
+not-installed"pnetcdf_1_12_1-gnu-mvapich2-hpc
+not-installed"pnetcdf_1_12_1-gnu-mvapich2-hpc-devel
+not-installed"pnetcdf_1_12_1-gnu-mvapich2-hpc-devel-static
+not-installed"pnetcdf_1_12_1-gnu-openmpi2-hpc
+not-installed"pnetcdf_1_12_1-gnu-openmpi2-hpc-devel
+not-installed"pnetcdf_1_12_1-gnu-openmpi2-hpc-devel-static
+not-installed"pnetcdf_1_12_1-gnu-openmpi3-hpc
+not-installed"pnetcdf_1_12_1-gnu-openmpi3-hpc-devel
+not-installed"pnetcdf_1_12_1-gnu-openmpi3-hpc-devel-static
+not-installed"pnetcdf_1_12_1-gnu-openmpi4-hpc
+not-installed"pnetcdf_1_12_1-gnu-openmpi4-hpc-devel
+not-installed"pnetcdf_1_12_1-gnu-openmpi4-hpc-devel-static
+not-installed"pnetcdf_1_12_1-hpc-doc
not-installed"png++-devel
not-installed"pngcheck
not-installed"pngcrush
@@ -24376,7 +25511,6 @@ not-installed"pnglite-devel
installed"pngquant
not-installed"pngtoico
not-installed"pnm2ppa
-not-installed"po-utils
not-installed"po4a
not-installed"po4a-lang
not-installed"pocketsphinx
@@ -24402,6 +25536,7 @@ not-installed"policycoreutils
not-installed"policycoreutils-devel
not-installed"policycoreutils-lang
not-installed"policycoreutils-newrole
+not-installed"policycoreutils-python-utils
installed"polkit
installed"polkit-default-privs
not-installed"polkit-devel
@@ -24411,13 +25546,13 @@ not-installed"polkit-gnome-lang
installed"polkit-kde-agent-5
installed"polkit-kde-agent-5-lang
not-installed"polkit-whitelisting
-not-installed"pology
-not-installed"pology
-not-installed"pology-lang
+not-installed"polybar
not-installed"polyglot
not-installed"polyglot
not-installed"polyglot-debuginfo
not-installed"polyglot-debugsource
+not-installed"polylib
+not-installed"polylib-devel
not-installed"pommed
not-installed"pongix
installed"poppler-data
@@ -24436,14 +25571,18 @@ not-installed"postfish
installed"postfix
not-installed"postfix-devel
not-installed"postfix-doc
+installed"postfix-ldap
not-installed"postfix-lmdb
not-installed"postfix-mysql
not-installed"postfix-postgresql
not-installed"postfixadmin
+not-installed"postfixadmin-apache
not-installed"postgresql
not-installed"postgresql-contrib
not-installed"postgresql-devel
not-installed"postgresql-docs
+not-installed"postgresql-jdbc
+not-installed"postgresql-jdbc-javadoc
not-installed"postgresql-llvmjit
not-installed"postgresql-plperl
not-installed"postgresql-plpython
@@ -24457,6 +25596,7 @@ not-installed"postgresql10-devel
not-installed"postgresql10-docs
not-installed"postgresql10-pg_cron
not-installed"postgresql10-pgagent
+not-installed"postgresql10-pgsql-ogr-fdw
not-installed"postgresql10-plperl
not-installed"postgresql10-plpython
not-installed"postgresql10-plr
@@ -24473,6 +25613,8 @@ not-installed"postgresql11-llvmjit
not-installed"postgresql11-pg_cron
not-installed"postgresql11-pg_cron-llvmjit
not-installed"postgresql11-pgagent
+not-installed"postgresql11-pgsql-ogr-fdw
+not-installed"postgresql11-pgsql-ogr-fdw-llvmjit
not-installed"postgresql11-plperl
not-installed"postgresql11-plpython
not-installed"postgresql11-plr
@@ -24485,32 +25627,30 @@ not-installed"postgresql11-timescaledb
not-installed"postgresql12
not-installed"postgresql12-contrib
not-installed"postgresql12-devel
+not-installed"postgresql12-devel-mini
not-installed"postgresql12-docs
not-installed"postgresql12-llvmjit
+not-installed"postgresql12-pg_cron
+not-installed"postgresql12-pg_cron-llvmjit
+not-installed"postgresql12-pgagent
+not-installed"postgresql12-pgsql-ogr-fdw
+not-installed"postgresql12-pgsql-ogr-fdw-llvmjit
not-installed"postgresql12-plperl
not-installed"postgresql12-plpython
+not-installed"postgresql12-plr
+not-installed"postgresql12-plr-doc
not-installed"postgresql12-pltcl
not-installed"postgresql12-server
not-installed"postgresql12-server-devel
not-installed"postgresql12-test
-not-installed"postgresql94
-not-installed"postgresql94-contrib
-not-installed"postgresql94-devel
-not-installed"postgresql94-docs
-not-installed"postgresql94-pgagent
-not-installed"postgresql94-plperl
-not-installed"postgresql94-plpython
-not-installed"postgresql94-plr
-not-installed"postgresql94-plr-doc
-not-installed"postgresql94-pltcl
-not-installed"postgresql94-server
-not-installed"postgresql94-test
+not-installed"postgresql12-timescaledb
not-installed"postgresql95
not-installed"postgresql95-contrib
not-installed"postgresql95-devel
not-installed"postgresql95-docs
not-installed"postgresql95-pg_cron
not-installed"postgresql95-pgagent
+not-installed"postgresql95-pgsql-ogr-fdw
not-installed"postgresql95-plperl
not-installed"postgresql95-plpython
not-installed"postgresql95-plr
@@ -24524,6 +25664,7 @@ not-installed"postgresql96-devel
not-installed"postgresql96-docs
not-installed"postgresql96-pg_cron
not-installed"postgresql96-pgagent
+not-installed"postgresql96-pgsql-ogr-fdw
not-installed"postgresql96-plperl
not-installed"postgresql96-plpython
not-installed"postgresql96-plr
@@ -24541,7 +25682,6 @@ not-installed"pound
not-installed"pound-doc
not-installed"povray
not-installed"povray-doc
-not-installed"powdertoy
not-installed"powerd
installed"powerdevil5
installed"powerdevil5-lang
@@ -24565,6 +25705,9 @@ not-installed"powerstat-bash-completion
installed"powertop
not-installed"powertop-lang
not-installed"poxml-lang
+not-installed"ppl
+not-installed"ppl-devel
+not-installed"ppl-doc
installed"ppp
not-installed"ppp-devel
not-installed"ppp-modem
@@ -24576,6 +25719,14 @@ not-installed"ppsspp-headless
not-installed"ppsspp-qt
installed"pptp
not-installed"pptpd
+not-installed"pqiv
+not-installed"pqiv-ffmpeg
+not-installed"pqiv-gdkpixbuf
+not-installed"pqiv-libarchive
+not-installed"pqiv-poppler
+not-installed"pqiv-spectre
+not-installed"pqiv-wand
+not-installed"pqiv-webp
not-installed"praat
not-installed"pragha
not-installed"pragha-lang
@@ -24598,6 +25749,7 @@ not-installed"premake4
not-installed"presage
not-installed"presage-data
not-installed"prewikka-lang
+not-installed"primecount
not-installed"primesieve
not-installed"primus
not-installed"primus-32bit
@@ -24618,7 +25770,6 @@ installed"procps
not-installed"procps-devel
not-installed"product-builder
not-installed"product-builder-plugin-Tumbleweed
-not-installed"product-builder-plugin-openSUSE
not-installed"profanity
not-installed"profanity-mini
not-installed"profanity-standard
@@ -24699,28 +25850,24 @@ not-installed"psi+-plugins-devel
not-installed"psi+-plugins-enummessagesplugin
not-installed"psi+-plugins-extendedmenuplugin
not-installed"psi+-plugins-extendedoptionsplugin
-not-installed"psi+-plugins-gnupgplugin
not-installed"psi+-plugins-gomokugameplugin
not-installed"psi+-plugins-historykeeperplugin
-not-installed"psi+-plugins-icqdieplugin
not-installed"psi+-plugins-imageplugin
not-installed"psi+-plugins-imagepreviewplugin
not-installed"psi+-plugins-jabberdiskplugin
not-installed"psi+-plugins-juickplugin
not-installed"psi+-plugins-messagefilterplugin
not-installed"psi+-plugins-omemoplugin
+not-installed"psi+-plugins-openpgpplugin
not-installed"psi+-plugins-otrplugin
not-installed"psi+-plugins-pepchangenotifyplugin
not-installed"psi+-plugins-qipxstatusesplugin
not-installed"psi+-plugins-screenshotplugin
-not-installed"psi+-plugins-skinsplugin
not-installed"psi+-plugins-stopspamplugin
not-installed"psi+-plugins-storagenotesplugin
not-installed"psi+-plugins-translateplugin
not-installed"psi+-plugins-videostatusplugin
not-installed"psi+-plugins-watcherplugin
-not-installed"psiconv
-not-installed"psiconv-devel
not-installed"psl
not-installed"psl-make-dafsa
installed"psmisc
@@ -24728,6 +25875,9 @@ installed"psmisc-lang
not-installed"pspg
not-installed"pspp
not-installed"pspp-devel
+not-installed"pspp-devel-doc
+not-installed"pspp-doc
+not-installed"pspp-lang
installed"psqlODBC
not-installed"pstoedit
not-installed"pstoedit-devel
@@ -24825,9 +25975,8 @@ not-installed"putty
installed"pv
not-installed"pw3270
not-installed"pw3270-branding
-not-installed"pw3270-devel
not-installed"pwgen
-not-installed"py-fishcrypt
+not-installed"py3c-devel
not-installed"pybugz-common
not-installed"pydb
not-installed"pydb
@@ -24837,6 +25986,7 @@ not-installed"pyenv
not-installed"pyenv-bash-completion
not-installed"pyenv-fish-completion
not-installed"pyenv-zsh-completion
+not-installed"pyliblo-tools
not-installed"pymilter-common
not-installed"pymp3cut
not-installed"pymp3cut
@@ -24846,13 +25996,9 @@ not-installed"pythia-devel
not-installed"pythia-doc
installed"python
not-installed"python-32bit
-not-installed"python-Babel-doc
-not-installed"python-Cheetah
not-installed"python-Genshi-doc
-not-installed"python-Hamlib
not-installed"python-Jinja2-vim
not-installed"python-Kivy-doc
-not-installed"python-LHAPDF
not-installed"python-M2Crypto-doc
not-installed"python-OpenColorIO
not-installed"python-OpenColorIO-devel
@@ -24862,31 +26008,29 @@ not-installed"python-Scrapy-doc
not-installed"python-SpeechRecognition-common-en-US
not-installed"python-Sphinx-doc-html
not-installed"python-Sphinx-doc-man
+not-installed"python-Sphinx2-doc-html
+not-installed"python-Sphinx2-doc-man
not-installed"python-Twisted-doc
not-installed"python-WTForms-doc
not-installed"python-WebOb-doc
not-installed"python-WebTest-doc
not-installed"python-Whoosh-doc
-not-installed"python-Yapsy-doc
not-installed"python-ZODB-doc
not-installed"python-acitoolkit-doc
not-installed"python-acitoolkit-doc-applications
not-installed"python-acitoolkit-doc-samples
not-installed"python-aiohttp-doc
not-installed"python-altgraph-doc
-not-installed"python-apfel
not-installed"python-atomicwrites-doc
not-installed"python-automaton-doc
not-installed"python-azure-agent
not-installed"python-azure-agent-test
-not-installed"python-azure-sdk
not-installed"python-barbicanclient-doc
installed"python-base
not-installed"python-base-32bit
not-installed"python-beautifulsoup4-doc
not-installed"python-billiard-doc
not-installed"python-blinker-doc
-not-installed"python-boost_parallel_mpi
not-installed"python-bottle-doc
not-installed"python-bpython-common
not-installed"python-bpython-doc
@@ -24898,6 +26042,7 @@ not-installed"python-castellan-doc
not-installed"python-chewing
not-installed"python-cinderclient-doc
not-installed"python-cliff-doc
+not-installed"python-cloud-sptheme-doc
not-installed"python-congressclient-doc
not-installed"python-cotyledon-doc
not-installed"python-curses
@@ -24911,7 +26056,6 @@ not-installed"python-djvulibre-doc
not-installed"python-doc
not-installed"python-doc-pdf
not-installed"python-ecasound
-installed"python-enum34
not-installed"python-falcon-doc
not-installed"python-fastcluster-doc
not-installed"python-fedmsg-base
@@ -24921,12 +26065,9 @@ not-installed"python-flup-doc
not-installed"python-fpconst
not-installed"python-fpconst
not-installed"python-freezerclient-doc
-not-installed"python-funcsigs
-not-installed"python-functools32
not-installed"python-gcs-oauth2-boto-plugin
not-installed"python-gdbm
not-installed"python-gevent-doc
-not-installed"python-gexiv2
not-installed"python-glanceclient-doc
not-installed"python-gnome-dvb-daemon
not-installed"python-gobject-common-devel
@@ -24937,55 +26078,30 @@ installed"python-gtk
not-installed"python-gtk-devel
not-installed"python-gtk-doc
not-installed"python-gunicorn-doc
-not-installed"python-hachoir-core
-not-installed"python-hachoir-metadata
-not-installed"python-hachoir-parser
not-installed"python-happybase-doc
not-installed"python-heatclient-doc
-not-installed"python-ibus
not-installed"python-idle
-not-installed"python-ipaddress
not-installed"python-ipywidgets-doc
not-installed"python-ironicclient-doc
not-installed"python-jaraco.stream-doc
-not-installed"python-katedj
-not-installed"python-keybinder
not-installed"python-keystoneauth1-doc
not-installed"python-keystoneclient-doc
not-installed"python-keystonemiddleware-doc
-not-installed"python-kid-doc
not-installed"python-ktoblzcheck
not-installed"python-lammps
-not-installed"python-lash
-not-installed"python-lash-debuginfo
-not-installed"python-libaddrxlat
not-installed"python-libcomps-doc
-not-installed"python-libesedb
-not-installed"python-libevtx
-not-installed"python-libexe
-not-installed"python-libfwsi
-not-installed"python-libkdumpfile
-not-installed"python-liblnk
-not-installed"python-libmsiecf
-not-installed"python-libolecf
-not-installed"python-libpff
-not-installed"python-libproxy
-not-installed"python-libteam
not-installed"python-lmiwbem
not-installed"python-logutils-doc
not-installed"python-lxml-doc
not-installed"python-magnumclient-doc
not-installed"python-manilaclient-doc
-not-installed"python-marisa
not-installed"python-marshmallow-docs
not-installed"python-masakariclient-doc
-not-installed"python-mathgl
not-installed"python-md2workflow-common
not-installed"python-mistralclient-doc
not-installed"python-mox3-doc
not-installed"python-mpi4py-common-devel
not-installed"python-mpi4py-doc
-not-installed"python-murano-pkg-check
not-installed"python-muranoclient
not-installed"python-muranoclient-doc
not-installed"python-mythtv
@@ -24997,10 +26113,8 @@ not-installed"python-neutronclient-doc
not-installed"python-nlopt
not-installed"python-notmuch-doc
not-installed"python-novaclient-doc
-not-installed"python-obexftp
not-installed"python-octaviaclient-doc
-not-installed"python-openbabel
-not-installed"python-openstack-doc-tools
+not-installed"python-onionshare-data
not-installed"python-openstackclient-doc
not-installed"python-openstacksdk-doc
not-installed"python-optcomplete
@@ -25041,14 +26155,12 @@ not-installed"python-pygraphviz-doc
not-installed"python-pymisp-doc
not-installed"python-pymod2pkg-doc
not-installed"python-pymp3cut
-not-installed"python-pynag
not-installed"python-pyotherside
not-installed"python-pyqtgraph-doc
not-installed"python-pyramid-debugtoolbar-doc
-not-installed"python-pyrrd-docs
not-installed"python-pyserial-doc
not-installed"python-pysnmp-doc
-not-installed"python-python-openid
+not-installed"python-python-rtmidi-doc
not-installed"python-qscintilla-qt5-sip
not-installed"python-qt3d-qt5-api
not-installed"python-qt3d-qt5-examples
@@ -25068,18 +26180,12 @@ not-installed"python-rapi2-debuginfo
not-installed"python-rcssmin-docs
not-installed"python-rdflib-doc
not-installed"python-renderspec-doc
-not-installed"python-requestbuilder
-not-installed"python-rpm
installed"python-rpm-generators
installed"python-rpm-macros
-not-installed"python-ruamel.ordereddict
-not-installed"python-ryu-common
not-installed"python-saharaclient-doc
not-installed"python-scapy
-not-installed"python-scapy
not-installed"python-senlinclient-doc
not-installed"python-shodan-doc
-not-installed"python-singledispatch
installed"python-sip-common
not-installed"python-sip-doc
not-installed"python-six-doc
@@ -25090,2222 +26196,39 @@ not-installed"python-sushy-doc
not-installed"python-svm
not-installed"python-swiftclient-doc
not-installed"python-tables-doc
-not-installed"python-testtools-doc
not-installed"python-tk
not-installed"python-tooz-doc
not-installed"python-translationstring-doc
-not-installed"python-trollius
not-installed"python-tvdb_api
not-installed"python-tvrage
not-installed"python-tvrage
not-installed"python-typeshed
-not-installed"python-vips
-not-installed"python-volatility
-not-installed"python-weakrefmethod
-not-installed"python-wxWidgets-3_0
-not-installed"python-wxWidgets-3_0-devel
-not-installed"python-wxWidgets-3_0-lang
-not-installed"python-xapian
+not-installed"python-xcaplib-bash-completion
installed"python-xml
-not-installed"python-yui
not-installed"python-zope.deprecation-doc
not-installed"python-zope.event-doc
not-installed"python-zope.hookable-doc
not-installed"python-zope.i18nmessageid-doc
-not-installed"python2-APScheduler
-not-installed"python2-Arpeggio
-not-installed"python2-Automat
-not-installed"python2-BTrees
-not-installed"python2-BTrees-devel
-not-installed"python2-BTrees-doc
-not-installed"python2-Babel
-not-installed"python2-Beaker
-not-installed"python2-BitVector
-not-installed"python2-Brotli
-not-installed"python2-CDDB
-not-installed"python2-CacheControl
-not-installed"python2-Cerberus
-not-installed"python2-Chameleon
-not-installed"python2-CommonMark
-not-installed"python2-Cycler
-not-installed"python2-Cython
-not-installed"python2-DataProperty
-not-installed"python2-DataShape
-not-installed"python2-DateTime
-not-installed"python2-Delorean
-not-installed"python2-Deprecated
-not-installed"python2-Django1
-not-installed"python2-Durus
-not-installed"python2-EasyProcess
-not-installed"python2-EditorConfig
-not-installed"python2-ExifRead
-not-installed"python2-Fabric
-not-installed"python2-Fabric3
-not-installed"python2-Faker
-not-installed"python2-Flask
-not-installed"python2-Flask-Admin
-not-installed"python2-Flask-Babel
-not-installed"python2-Flask-BabelEx
-not-installed"python2-Flask-Bootstrap
-not-installed"python2-Flask-Cache
-not-installed"python2-Flask-Cache-doc
-not-installed"python2-Flask-Compress
-not-installed"python2-Flask-Cors
-not-installed"python2-Flask-Gravatar
-not-installed"python2-Flask-HTTPAuth
-not-installed"python2-Flask-Login
-not-installed"python2-Flask-Mail
-not-installed"python2-Flask-Migrate
-not-installed"python2-Flask-Paranoid
-not-installed"python2-Flask-Principal
-not-installed"python2-Flask-RESTful
-not-installed"python2-Flask-RSTPages
-not-installed"python2-Flask-SQLAlchemy
-not-installed"python2-Flask-Script
-not-installed"python2-Flask-Security
-not-installed"python2-Flask-Testing
-not-installed"python2-Flask-WTF
-not-installed"python2-Flask-doc
-not-installed"python2-FontTools
-not-installed"python2-FormEncode
-not-installed"python2-GDAL
-not-installed"python2-Genshi
-not-installed"python2-Glances
-not-installed"python2-Gloo
-not-installed"python2-GooCalendar
-not-installed"python2-GridDataFormats
-not-installed"python2-HeapDict
-not-installed"python2-Jinja2
-not-installed"python2-Js2Py
-not-installed"python2-JsonWeb
-not-installed"python2-Kajiki
-not-installed"python2-Kivy
-not-installed"python2-Kivy-devel
-not-installed"python2-LEPL
-not-installed"python2-Lektor
-not-installed"python2-Levenshtein
-not-installed"python2-Logbook
-not-installed"python2-M2Crypto
-not-installed"python2-Mako
-not-installed"python2-MapProxy
-not-installed"python2-MarkupPy
-not-installed"python2-MarkupSafe
-not-installed"python2-Markups
-not-installed"python2-Mathics
-not-installed"python2-MechanicalSoup
-not-installed"python2-Ming
-not-installed"python2-MiniMock
-not-installed"python2-Morfessor
-not-installed"python2-MulticoreTSNE
-not-installed"python2-PGet
-not-installed"python2-Parsley
-not-installed"python2-Paste
-not-installed"python2-PasteDeploy
-not-installed"python2-Paver
-not-installed"python2-PeachPy
-not-installed"python2-PeakUtils
-not-installed"python2-Pebble
-not-installed"python2-Pillow
-not-installed"python2-Pillow-tk
-not-installed"python2-PrettyTable
-not-installed"python2-Protego
-not-installed"python2-PsyLab
-not-installed"python2-PyAudio
-not-installed"python2-PyAutoGUI
-not-installed"python2-PyBindGen
-not-installed"python2-PyBrowserID
-not-installed"python2-PyChart
-not-installed"python2-PyDispatcher
-not-installed"python2-PyECLib
-not-installed"python2-PyExecJS
-not-installed"python2-PyFxA
-not-installed"python2-PyHamcrest
-not-installed"python2-PyICU
-not-installed"python2-PyInstaller
-not-installed"python2-PyJWT
-not-installed"python2-PyKMIP
-not-installed"python2-PyMeeus
-not-installed"python2-PyMeta3
-not-installed"python2-PyMsgBox
-not-installed"python2-PyMySQL
-not-installed"python2-PyNaCl
-not-installed"python2-PyNamecheap
-not-installed"python2-PyOgg
-not-installed"python2-PyOpenAL
-not-installed"python2-PyPDF2
-not-installed"python2-PyPrind
-not-installed"python2-PyQRCode
-not-installed"python2-PyRIC
-not-installed"python2-PyRSS2Gen
-not-installed"python2-PySDL2
-not-installed"python2-PyScreeze
-not-installed"python2-PySocks
-not-installed"python2-PyTrie
-not-installed"python2-PyTweening
-not-installed"python2-PyVirtualDisplay
-not-installed"python2-PyWebDAV3
-not-installed"python2-PyX
-not-installed"python2-PyYAML
-not-installed"python2-Pydap
-not-installed"python2-Pygments
-not-installed"python2-Pykka
-not-installed"python2-Pympler
-not-installed"python2-Pyphen
-not-installed"python2-Pyro4
-not-installed"python2-QR-Code-generator
-not-installed"python2-Qt.py
-not-installed"python2-QtAwesome
-not-installed"python2-QtPy
-not-installed"python2-Routes
-not-installed"python2-SPARQLWrapper
-not-installed"python2-SQLAlchemy
-not-installed"python2-SQLAlchemy-Utils
-not-installed"python2-SecretStorage
-not-installed"python2-Send2Trash
-not-installed"python2-Shapely
-not-installed"python2-SimpleWebSocketServer
-not-installed"python2-SpeechRecognition
-not-installed"python2-Sphinx
-not-installed"python2-Sphinx-doc-html
-not-installed"python2-Sphinx-doc-man
-not-installed"python2-Sphinx-latex
-not-installed"python2-Tempita
-not-installed"python2-TermRecord
-not-installed"python2-Theano
-not-installed"python2-Trolly
-not-installed"python2-Trololio
-not-installed"python2-Twisted
-not-installed"python2-TxSNI
-not-installed"python2-URLObject
-not-installed"python2-UkPostcodeParser
-not-installed"python2-Unidecode
-not-installed"python2-WSGIProxy2
-not-installed"python2-WSME
-not-installed"python2-WTForms
-not-installed"python2-WebOb
-not-installed"python2-WebTest
-not-installed"python2-Werkzeug
-not-installed"python2-Whoosh
-not-installed"python2-XStatic
-not-installed"python2-XStatic-Angular-Schema-Form
-not-installed"python2-XStatic-jQuery
-not-installed"python2-XStatic-jquery-ui
-not-installed"python2-XStatic-objectpath
-not-installed"python2-XStatic-term.js
-not-installed"python2-XStatic-tv4
-not-installed"python2-XlsxWriter
-not-installed"python2-Yapsy
-not-installed"python2-ZConfig
-not-installed"python2-ZConfig-doc
-not-installed"python2-ZEO
-not-installed"python2-ZODB
-not-installed"python2-abclient
-not-installed"python2-abimap
-not-installed"python2-abimap-doc
-not-installed"python2-abseil
-not-installed"python2-aci-integration-module
-not-installed"python2-acitoolkit
-not-installed"python2-acme
-not-installed"python2-adal
-not-installed"python2-adapt-parser
-not-installed"python2-addict
-not-installed"python2-aenum
not-installed"python2-aexpect
-not-installed"python2-affine
-not-installed"python2-agate
-not-installed"python2-agate-dbf
-not-installed"python2-agate-lookup
-not-installed"python2-agate-remote
-not-installed"python2-agate-sql
-not-installed"python2-agate-stats
-not-installed"python2-aioeventlet
-not-installed"python2-aiohttp-theme
-not-installed"python2-akismet
-not-installed"python2-alabaster
-not-installed"python2-alembic
-not-installed"python2-allpairspy
-not-installed"python2-alsa
-not-installed"python2-altgraph
-not-installed"python2-amqp
-not-installed"python2-amqpstorm
-not-installed"python2-ana
-not-installed"python2-aniso8601
-not-installed"python2-annoy
-not-installed"python2-ansel
-not-installed"python2-ansi2html
-not-installed"python2-ansicolor
-not-installed"python2-ansicolors
-not-installed"python2-ansiwrap
-not-installed"python2-antlr
-not-installed"python2-anyjson
-not-installed"python2-apicapi
-not-installed"python2-apipkg
-installed"python2-appdirs
not-installed"python2-appindicator
-not-installed"python2-application
-not-installed"python2-applicationinsights
-not-installed"python2-apptools
-not-installed"python2-apsw
-not-installed"python2-arabic-reshaper
-not-installed"python2-arf
-not-installed"python2-argcomplete
-not-installed"python2-argh
-not-installed"python2-argon2-cffi
-not-installed"python2-argparse-manpage
-not-installed"python2-args
-not-installed"python2-arrow
-not-installed"python2-asciimatics
-not-installed"python2-asn1crypto
-not-installed"python2-aspectlib
-not-installed"python2-aspy.yaml
-not-installed"python2-astor
-not-installed"python2-astroid
-not-installed"python2-astunparse
-not-installed"python2-asv
-not-installed"python2-atlassian-python-api
-not-installed"python2-atom
-not-installed"python2-atomicwrites
-not-installed"python2-atspi
-not-installed"python2-attr
-not-installed"python2-attrs
-not-installed"python2-aubio
-not-installed"python2-audiogrep
-not-installed"python2-audiolazy
-not-installed"python2-audioread
-not-installed"python2-audit
-not-installed"python2-augeas
-not-installed"python2-autobahn
-not-installed"python2-autodoc
-not-installed"python2-autoflake
-not-installed"python2-autopep8
-not-installed"python2-autoupgrade-ng
-not-installed"python2-av
-not-installed"python2-avocado-plugins-vt
-not-installed"python2-avro
-not-installed"python2-aws-sam-translator
-not-installed"python2-aws-xray-sdk
-not-installed"python2-aws-xray-sdk-Django
-not-installed"python2-aws-xray-sdk-Flask-SQLAlchemy
-not-installed"python2-aws-xray-sdk-SQLAlchemy
-not-installed"python2-aws-xray-sdk-all
-not-installed"python2-aws-xray-sdk-mysql-connector
-not-installed"python2-aws-xray-sdk-psycopg2
-not-installed"python2-aws-xray-sdk-pymongo
-not-installed"python2-aws-xray-sdk-pynamodb
-not-installed"python2-aws-xray-sdk-requests
-not-installed"python2-axolotl
-not-installed"python2-axolotl-curve25519
-not-installed"python2-ayatana-appindicator
-not-installed"python2-azure-ai-nspkg
-not-installed"python2-azure-ai-textanalytics
-not-installed"python2-azure-appconfiguration
-not-installed"python2-azure-applicationinsights
-not-installed"python2-azure-batch
-not-installed"python2-azure-cognitiveservices-anomalydetector
-not-installed"python2-azure-cognitiveservices-formrecognizer
-not-installed"python2-azure-cognitiveservices-inkrecognizer
-not-installed"python2-azure-cognitiveservices-knowledge-nspkg
-not-installed"python2-azure-cognitiveservices-knowledge-qnamaker
-not-installed"python2-azure-cognitiveservices-language-luis
-not-installed"python2-azure-cognitiveservices-language-nspkg
-not-installed"python2-azure-cognitiveservices-language-spellcheck
-not-installed"python2-azure-cognitiveservices-language-textanalytics
-not-installed"python2-azure-cognitiveservices-nspkg
-not-installed"python2-azure-cognitiveservices-personalizer
-not-installed"python2-azure-cognitiveservices-search-autosuggest
-not-installed"python2-azure-cognitiveservices-search-customimagesearch
-not-installed"python2-azure-cognitiveservices-search-customsearch
-not-installed"python2-azure-cognitiveservices-search-entitysearch
-not-installed"python2-azure-cognitiveservices-search-imagesearch
-not-installed"python2-azure-cognitiveservices-search-newssearch
-not-installed"python2-azure-cognitiveservices-search-nspkg
-not-installed"python2-azure-cognitiveservices-search-videosearch
-not-installed"python2-azure-cognitiveservices-search-visualsearch
-not-installed"python2-azure-cognitiveservices-search-websearch
-not-installed"python2-azure-cognitiveservices-vision-computervision
-not-installed"python2-azure-cognitiveservices-vision-contentmoderator
-not-installed"python2-azure-cognitiveservices-vision-customvision
-not-installed"python2-azure-cognitiveservices-vision-face
-not-installed"python2-azure-cognitiveservices-vision-nspkg
-not-installed"python2-azure-common
-not-installed"python2-azure-core
-not-installed"python2-azure-core-tracing-opencensus
-not-installed"python2-azure-cosmos
-not-installed"python2-azure-datalake-store
-not-installed"python2-azure-devops
-not-installed"python2-azure-eventgrid
-not-installed"python2-azure-eventhub
-not-installed"python2-azure-eventhub-checkpointstoreblob
-not-installed"python2-azure-functions-devops-build
-not-installed"python2-azure-graphrbac
-not-installed"python2-azure-identity
-not-installed"python2-azure-keyvault
-not-installed"python2-azure-keyvault-certificates
-not-installed"python2-azure-keyvault-keys
-not-installed"python2-azure-keyvault-nspkg
-not-installed"python2-azure-keyvault-secrets
-not-installed"python2-azure-loganalytics
-not-installed"python2-azure-mgmt
-not-installed"python2-azure-mgmt-advisor
-not-installed"python2-azure-mgmt-alertsmanagement
-not-installed"python2-azure-mgmt-apimanagement
-not-installed"python2-azure-mgmt-appconfiguration
-not-installed"python2-azure-mgmt-applicationinsights
-not-installed"python2-azure-mgmt-appplatform
-not-installed"python2-azure-mgmt-attestation
-not-installed"python2-azure-mgmt-authorization
-not-installed"python2-azure-mgmt-automation
-not-installed"python2-azure-mgmt-azurestack
-not-installed"python2-azure-mgmt-batch
-not-installed"python2-azure-mgmt-batchai
-not-installed"python2-azure-mgmt-billing
-not-installed"python2-azure-mgmt-botservice
-not-installed"python2-azure-mgmt-cdn
-not-installed"python2-azure-mgmt-cognitiveservices
-not-installed"python2-azure-mgmt-commerce
-not-installed"python2-azure-mgmt-compute
-not-installed"python2-azure-mgmt-consumption
-not-installed"python2-azure-mgmt-containerinstance
-not-installed"python2-azure-mgmt-containerregistry
-not-installed"python2-azure-mgmt-containerservice
-not-installed"python2-azure-mgmt-cosmosdb
-not-installed"python2-azure-mgmt-costmanagement
-not-installed"python2-azure-mgmt-databoxedge
-not-installed"python2-azure-mgmt-databricks
-not-installed"python2-azure-mgmt-datafactory
-not-installed"python2-azure-mgmt-datalake-analytics
-not-installed"python2-azure-mgmt-datalake-nspkg
-not-installed"python2-azure-mgmt-datalake-store
-not-installed"python2-azure-mgmt-datamigration
-not-installed"python2-azure-mgmt-datashare
-not-installed"python2-azure-mgmt-deploymentmanager
-not-installed"python2-azure-mgmt-devspaces
-not-installed"python2-azure-mgmt-devtestlabs
-not-installed"python2-azure-mgmt-dns
-not-installed"python2-azure-mgmt-documentdb
-not-installed"python2-azure-mgmt-edgegateway
-not-installed"python2-azure-mgmt-eventgrid
-not-installed"python2-azure-mgmt-eventhub
-not-installed"python2-azure-mgmt-frontdoor
-not-installed"python2-azure-mgmt-hanaonazure
-not-installed"python2-azure-mgmt-hdinsight
-not-installed"python2-azure-mgmt-healthcareapis
-not-installed"python2-azure-mgmt-hybridcompute
-not-installed"python2-azure-mgmt-imagebuilder
-not-installed"python2-azure-mgmt-iotcentral
-not-installed"python2-azure-mgmt-iothub
-not-installed"python2-azure-mgmt-iothubprovisioningservices
-not-installed"python2-azure-mgmt-keyvault
-not-installed"python2-azure-mgmt-kusto
-not-installed"python2-azure-mgmt-labservices
-not-installed"python2-azure-mgmt-loganalytics
-not-installed"python2-azure-mgmt-logic
-not-installed"python2-azure-mgmt-machinelearningcompute
-not-installed"python2-azure-mgmt-machinelearningservices
-not-installed"python2-azure-mgmt-managedservices
-not-installed"python2-azure-mgmt-managementgroups
-not-installed"python2-azure-mgmt-managementpartner
-not-installed"python2-azure-mgmt-maps
-not-installed"python2-azure-mgmt-marketplaceordering
-not-installed"python2-azure-mgmt-media
-not-installed"python2-azure-mgmt-mixedreality
-not-installed"python2-azure-mgmt-monitor
-not-installed"python2-azure-mgmt-msi
-not-installed"python2-azure-mgmt-netapp
-not-installed"python2-azure-mgmt-network
-not-installed"python2-azure-mgmt-notificationhubs
-not-installed"python2-azure-mgmt-nspkg
-not-installed"python2-azure-mgmt-peering
-not-installed"python2-azure-mgmt-policyinsights
-not-installed"python2-azure-mgmt-powerbiembedded
-not-installed"python2-azure-mgmt-privatedns
-not-installed"python2-azure-mgmt-rdbms
-not-installed"python2-azure-mgmt-recoveryservices
-not-installed"python2-azure-mgmt-recoveryservicesbackup
-not-installed"python2-azure-mgmt-redis
-not-installed"python2-azure-mgmt-relay
-not-installed"python2-azure-mgmt-reservations
-not-installed"python2-azure-mgmt-resource
-not-installed"python2-azure-mgmt-resourcegraph
-not-installed"python2-azure-mgmt-scheduler
-not-installed"python2-azure-mgmt-search
-not-installed"python2-azure-mgmt-security
-not-installed"python2-azure-mgmt-serialconsole
-not-installed"python2-azure-mgmt-servermanager
-not-installed"python2-azure-mgmt-servicebus
-not-installed"python2-azure-mgmt-servicefabric
-not-installed"python2-azure-mgmt-signalr
-not-installed"python2-azure-mgmt-sql
-not-installed"python2-azure-mgmt-sqlvirtualmachine
-not-installed"python2-azure-mgmt-storage
-not-installed"python2-azure-mgmt-storagecache
-not-installed"python2-azure-mgmt-storagesync
-not-installed"python2-azure-mgmt-subscription
-not-installed"python2-azure-mgmt-trafficmanager
-not-installed"python2-azure-mgmt-vmwarecloudsimple
-not-installed"python2-azure-mgmt-web
-not-installed"python2-azure-monitor
-not-installed"python2-azure-multiapi-storage
-not-installed"python2-azure-nspkg
-not-installed"python2-azure-servicebus
-not-installed"python2-azure-servicefabric
-not-installed"python2-azure-servicemanagement-legacy
-not-installed"python2-azure-storage
-not-installed"python2-azure-storage-blob
-not-installed"python2-azure-storage-common
-not-installed"python2-azure-storage-file
-not-installed"python2-azure-storage-file-datalake
-not-installed"python2-azure-storage-file-share
-not-installed"python2-azure-storage-nspkg
-not-installed"python2-azure-storage-queue
-not-installed"python2-babelfish
-not-installed"python2-backcall
-not-installed"python2-backoff
-not-installed"python2-backports
-not-installed"python2-backports.csv
-not-installed"python2-backports.functools_lru_cache
-not-installed"python2-backports.functools_partialmethod
-not-installed"python2-backports.html
-not-installed"python2-backports.os
-not-installed"python2-backports.shutil_get_terminal_size
-not-installed"python2-backports.shutil_which
-not-installed"python2-backports.ssl_match_hostname
-not-installed"python2-backports.tempfile
-not-installed"python2-backports.test.support
-not-installed"python2-backports.time-perf-counter
-not-installed"python2-backports.unittest_mock
-not-installed"python2-backports.weakref
-not-installed"python2-backports_abc
-not-installed"python2-baron
-not-installed"python2-bcolz
-not-installed"python2-bcrypt
-not-installed"python2-beautifulsoup4
-not-installed"python2-behave
-not-installed"python2-bencode
-not-installed"python2-beniget
-not-installed"python2-betamax
-not-installed"python2-betamax-matchers
-not-installed"python2-bibtexparser
-not-installed"python2-billiard
-not-installed"python2-binary
-not-installed"python2-binaryornot
-not-installed"python2-bindep
-not-installed"python2-biopython
-not-installed"python2-biplist
-not-installed"python2-bitarray
-not-installed"python2-bitstring
-not-installed"python2-bjoern
-not-installed"python2-bleach
-not-installed"python2-blessed
-not-installed"python2-blessings
-not-installed"python2-blindspin
-not-installed"python2-blinker
-not-installed"python2-blist
-not-installed"python2-blosc
-not-installed"python2-bloscpack
-not-installed"python2-bobo
-not-installed"python2-bobodoctestumentation
-not-installed"python2-bokeh
-not-installed"python2-boltons
-not-installed"python2-boolean.py
-not-installed"python2-boost_parallel_mpi1_71_0
-not-installed"python2-boto
-not-installed"python2-boto3
-not-installed"python2-botocore
-not-installed"python2-bottle
-not-installed"python2-bpython
-not-installed"python2-braille
-not-installed"python2-brewer2mpl
-not-installed"python2-brotlipy
-not-installed"python2-bsddb3
-not-installed"python2-bsddb3-devel
-not-installed"python2-bson
-not-installed"python2-bugzilla
-not-installed"python2-bugzillatools
-not-installed"python2-bz2file
-not-installed"python2-cPyparsing
-not-installed"python2-cached-property
-not-installed"python2-cachelib
-not-installed"python2-cachetools
-not-installed"python2-cachy
-not-installed"python2-cairocffi
-not-installed"python2-cairocffi-pixbuf
-not-installed"python2-caldav
-not-installed"python2-calmjs
-not-installed"python2-calmjs.parse
-not-installed"python2-calmjs.types
-not-installed"python2-cangjie
-not-installed"python2-canonicaljson
-not-installed"python2-capng
-not-installed"python2-capturer
-not-installed"python2-case
-not-installed"python2-cassandra-driver
-not-installed"python2-cassowary
-not-installed"python2-casttube
-not-installed"python2-catkin-pkg
-not-installed"python2-cbor
-not-installed"python2-cbor2
-not-installed"python2-cchardet
-not-installed"python2-cdecimal
-not-installed"python2-celery
-not-installed"python2-celery-batches
-not-installed"python2-celerymon
-not-installed"python2-cerealizer
-not-installed"python2-certbot
-not-installed"python2-certbot-apache
-not-installed"python2-certbot-dns-cloudflare
-not-installed"python2-certbot-dns-cloudxns
-not-installed"python2-certbot-dns-digitalocean
-not-installed"python2-certbot-dns-dnsimple
-not-installed"python2-certbot-dns-dnsmadeeasy
-not-installed"python2-certbot-dns-google
-not-installed"python2-certbot-dns-linode
-not-installed"python2-certbot-dns-luadns
-not-installed"python2-certbot-dns-nsone
-not-installed"python2-certbot-dns-rfc2136
-not-installed"python2-certbot-dns-route53
-not-installed"python2-certbot-nginx
-not-installed"python2-certifi
-not-installed"python2-certstream
-not-installed"python2-cffi
-not-installed"python2-cfn-lint
-not-installed"python2-cfscrape
-not-installed"python2-cftime
-not-installed"python2-chai
-not-installed"python2-chainmap
-not-installed"python2-chardet
-not-installed"python2-check-manifest
-not-installed"python2-cheroot
-not-installed"python2-chest
-not-installed"python2-cilium-microscope
-not-installed"python2-ciscoconfparse
-not-installed"python2-cl
-not-installed"python2-cleo
-not-installed"python2-cli-helpers
-not-installed"python2-click
-not-installed"python2-click-aliases
-not-installed"python2-click-completion
-not-installed"python2-click-didyoumean
-not-installed"python2-click-help-colors
-not-installed"python2-click-log
-not-installed"python2-click-man
-not-installed"python2-click-plugins
-not-installed"python2-click-spinner
-not-installed"python2-click-threading
-not-installed"python2-cliff
-not-installed"python2-cligj
-not-installed"python2-clikit
-not-installed"python2-clinkgrammar
-not-installed"python2-clint
-not-installed"python2-cloudflare
-not-installed"python2-cloudpickle
-not-installed"python2-cluster
-not-installed"python2-cluster-preflight-check
-not-installed"python2-clustershell
-not-installed"python2-cmarkgfm
-not-installed"python2-cmd2
-not-installed"python2-cmdln
-not-installed"python2-coards
-not-installed"python2-codecov
-not-installed"python2-cogapp
-not-installed"python2-colander
-not-installed"python2-colander-doc
-not-installed"python2-colander-lang
-not-installed"python2-colorama
-not-installed"python2-colorcet
-not-installed"python2-colorclass
-not-installed"python2-coloredlogs
-not-installed"python2-colorlog
-not-installed"python2-colorlover
-not-installed"python2-colormap
-not-installed"python2-colorspacious
-not-installed"python2-colour
-not-installed"python2-combi
-not-installed"python2-compizconfig
-not-installed"python2-concurrentloghandler
-not-installed"python2-configargparse
-installed"python2-configobj
-not-installed"python2-configparser
-not-installed"python2-configshell-fb
-not-installed"python2-confluent-kafka
-not-installed"python2-confusable-homoglyphs
-not-installed"python2-constantly
-not-installed"python2-construct
-not-installed"python2-contexter
-not-installed"python2-contextlib2
-not-installed"python2-convertdate
-not-installed"python2-cookies
-not-installed"python2-cooldict
-not-installed"python2-coreapi
-not-installed"python2-coreapi-cli
-not-installed"python2-coreschema
-not-installed"python2-cotyledon
-not-installed"python2-cov-core
-not-installed"python2-coverage
-not-installed"python2-coverage-config-reload-plugin
-not-installed"python2-coverage-env-plugin
-not-installed"python2-coveralls
-not-installed"python2-coveralls-check
-not-installed"python2-cppclean
-not-installed"python2-cpplint
-not-installed"python2-cracklib
-not-installed"python2-cram
-not-installed"python2-crayons
-not-installed"python2-crcmod
-not-installed"python2-cron-descriptor
-not-installed"python2-croniter
-not-installed"python2-crontab
-not-installed"python2-crumbs
-not-installed"python2-cryptography
-not-installed"python2-cryptography-vectors
-not-installed"python2-css-parser
-not-installed"python2-csscompressor
-not-installed"python2-cssselect
-not-installed"python2-cssutils
-not-installed"python2-ctypescrypto
-not-installed"python2-cursive
-not-installed"python2-curtsies
-not-installed"python2-cymruwhois
-not-installed"python2-cyordereddict
-not-installed"python2-cytoolz
-not-installed"python2-d2to1
-not-installed"python2-daemonize
-not-installed"python2-daiquiri
-not-installed"python2-dash-renderer
-not-installed"python2-datadiff
-not-installed"python2-dateparser
-not-installed"python2-datrie
-not-installed"python2-dbf
-not-installed"python2-dbfread
-installed"python2-dbus-python
-not-installed"python2-dbus-python-devel
-not-installed"python2-ddt
-not-installed"python2-deap
-not-installed"python2-debian
-not-installed"python2-debtcollector
-not-installed"python2-decorator
-not-installed"python2-defusedxml
-not-installed"python2-delegator
-not-installed"python2-delegator.py
-not-installed"python2-deltarpm
-not-installed"python2-demjson
-not-installed"python2-dennis
-not-installed"python2-deprecation
-not-installed"python2-derpconf
-not-installed"python2-devpi-client
-not-installed"python2-devpi-common
-not-installed"python2-dfwinreg
-not-installed"python2-dialite
-not-installed"python2-dicttoxml
-not-installed"python2-diff-match-patch
-not-installed"python2-digitalocean
-not-installed"python2-dill
-not-installed"python2-dirtyjson
-not-installed"python2-dis3
-not-installed"python2-discid
-not-installed"python2-discogs-client
-not-installed"python2-diskcache
-not-installed"python2-dist
-not-installed"python2-distlib
-not-installed"python2-distorm3
-not-installed"python2-distributed
-not-installed"python2-distro
-not-installed"python2-distroinfo
-not-installed"python2-distutils-extra
-not-installed"python2-dj-database-url
-not-installed"python2-django-avatar
-not-installed"python2-django-babel
-not-installed"python2-django-braces
-not-installed"python2-django-ckeditor
-not-installed"python2-django-classy-tags
-not-installed"python2-django-contrib-comments
-not-installed"python2-django-coverage-plugin
-not-installed"python2-django-environ
-not-installed"python2-django-jinja
-not-installed"python2-django-js-asset
-not-installed"python2-django-json-widget
-not-installed"python2-django-jsonfield
-not-installed"python2-django-nine
-not-installed"python2-django-nose
-not-installed"python2-django-oidc-provider
-not-installed"python2-django-picklefield
-not-installed"python2-django-pipeline
-not-installed"python2-django-pyscss
-not-installed"python2-django-rest-framework-client
-not-installed"python2-django-rest-framework-social-oauth2
-not-installed"python2-django-seed
-not-installed"python2-django-sekizai
-not-installed"python2-django-storages
-not-installed"python2-django-tastypie
-not-installed"python2-django-threadedcomments
-not-installed"python2-django-webpack-loader
-not-installed"python2-django-webtest
-not-installed"python2-djvulibre
-not-installed"python2-dnspython
-not-installed"python2-docformatter
-not-installed"python2-docker
-not-installed"python2-docker-pycreds
-not-installed"python2-dockerpty
-not-installed"python2-docopt
-not-installed"python2-docrepr
-not-installed"python2-docutils
-not-installed"python2-docutils-ast-writer
-not-installed"python2-dogpile.cache
-not-installed"python2-dogslow
-not-installed"python2-dominate
-not-installed"python2-dpkt
-not-installed"python2-dragonmapper
-not-installed"python2-drms
-not-installed"python2-dropbox
-not-installed"python2-duckduckgo2
-not-installed"python2-dukpy
-not-installed"python2-dukpy-kovidgoyal
-not-installed"python2-dulwich
-not-installed"python2-easydev
-not-installed"python2-easygui
-not-installed"python2-easypysmb
-not-installed"python2-easywatch
-not-installed"python2-ebcdic
-not-installed"python2-ecdsa
-not-installed"python2-ed25519
-not-installed"python2-ed25519ll
-not-installed"python2-edgegrid-python
-not-installed"python2-editdistance
-not-installed"python2-editdistance-devel
-not-installed"python2-efilter
-not-installed"python2-efl
-not-installed"python2-efl-doc
-not-installed"python2-efl-examples
-not-installed"python2-elasticsearch
-not-installed"python2-email_validator
-not-installed"python2-emoji
-not-installed"python2-empy
-not-installed"python2-enaml
-not-installed"python2-encore
-not-installed"python2-entrypoint2
-not-installed"python2-entrypoints
-not-installed"python2-environmental-override
-not-installed"python2-enzyme
-not-installed"python2-ephem
-not-installed"python2-epubmerge
-not-installed"python2-eradicate
-not-installed"python2-espeak
-not-installed"python2-esptool
-not-installed"python2-et_xmlfile
-not-installed"python2-etcd
-not-installed"python2-etcd-test
-not-installed"python2-ethtool
-not-installed"python2-evdev
-not-installed"python2-evemu
-not-installed"python2-eventlet
-not-installed"python2-evtx
-not-installed"python2-exam
-not-installed"python2-execnet
-not-installed"python2-expects
-not-installed"python2-exrex
-not-installed"python2-extras
-not-installed"python2-ez_setup
-not-installed"python2-factory_boy
-not-installed"python2-fake-useragent
-not-installed"python2-fakeredis
-not-installed"python2-fann2
-not-installed"python2-fastcluster
-not-installed"python2-fasteners
-not-installed"python2-fastimport
-not-installed"python2-fastremap
-not-installed"python2-fb-re2
-not-installed"python2-fedmsg
-not-installed"python2-feedgenerator
-not-installed"python2-feedparser
-not-installed"python2-fido2
-not-installed"python2-fields
-not-installed"python2-filelock
-not-installed"python2-filetype
-not-installed"python2-finance_enums
-not-installed"python2-fire
-not-installed"python2-first
-not-installed"python2-fixtures
-not-installed"python2-flake8
-not-installed"python2-flake8-blind-except
-not-installed"python2-flake8-builtins
-not-installed"python2-flake8-class-newline
-not-installed"python2-flake8-debugger
-not-installed"python2-flake8-deprecated
-not-installed"python2-flake8-docstrings
-not-installed"python2-flake8-future-import
-not-installed"python2-flake8-import-order
-not-installed"python2-flake8-imports
-not-installed"python2-flake8-pep3101
-not-installed"python2-flake8-polyfill
-not-installed"python2-flake8-quotes
-not-installed"python2-flaky
-not-installed"python2-flasgger
-not-installed"python2-flask-jwt-extended
-not-installed"python2-flask-peewee
-not-installed"python2-flask-restplus
-not-installed"python2-flatbuffers
-not-installed"python2-flex
-not-installed"python2-flexmock
-not-installed"python2-flickrapi
-not-installed"python2-flit-core
-not-installed"python2-flower
-not-installed"python2-fluent
-not-installed"python2-fluidity-sm
-not-installed"python2-flup
-not-installed"python2-forbiddenfruit
-not-installed"python2-formats
-not-installed"python2-freetype-py
-not-installed"python2-freezegun
-not-installed"python2-frozendict
-not-installed"python2-fs
-not-installed"python2-ftputil
-not-installed"python2-fudge
-not-installed"python2-funcparserlib
-not-installed"python2-funcy
-not-installed"python2-furl
-not-installed"python2-fuse
-not-installed"python2-fusepy
-not-installed"python2-future
-not-installed"python2-futures
-not-installed"python2-fuzzywuzzy
-not-installed"python2-fysom
-not-installed"python2-gTTS
-not-installed"python2-gTTS-token
-not-installed"python2-gabbi
-not-installed"python2-gast
-not-installed"python2-gear
-not-installed"python2-ged4py
-not-installed"python2-genty
-not-installed"python2-geographiclib
-not-installed"python2-geoip2
-not-installed"python2-geojson
-not-installed"python2-geolib
-not-installed"python2-geolinks
-not-installed"python2-geomet
-not-installed"python2-geopy
-not-installed"python2-gevent
-not-installed"python2-geventhttpclient
-not-installed"python2-ggplot
-not-installed"python2-girder-client
-not-installed"python2-git-pw
-not-installed"python2-git-url-parse
-not-installed"python2-github3.py
-not-installed"python2-gitlint
-not-installed"python2-glean
-not-installed"python2-glfw
-not-installed"python2-glob2
-not-installed"python2-gmpy
-not-installed"python2-gmpy2
-installed"python2-gobject
-not-installed"python2-gobject-Dee
-not-installed"python2-gobject-Gdk
-not-installed"python2-gobject-cairo
-not-installed"python2-gobject-devel
-not-installed"python2-goocanvas
-not-installed"python2-goocanvas-devel
-not-installed"python2-google-api-core
-not-installed"python2-google-api-python-client
-not-installed"python2-google-auth
-not-installed"python2-google-auth-httplib2
-not-installed"python2-google-auth-oauthlib
-not-installed"python2-google-cloud-core
-not-installed"python2-google-cloud-kms
-not-installed"python2-google-cloud-speech
-not-installed"python2-google-cloud-storage
-not-installed"python2-google-resumable-media
-not-installed"python2-googleapis-common-protos
-not-installed"python2-googlemaps
-not-installed"python2-gpg
-not-installed"python2-gpgme
-not-installed"python2-gphoto2
-not-installed"python2-gprof2dot
-not-installed"python2-gps3
-not-installed"python2-gpsd
-not-installed"python2-grab
-not-installed"python2-graphviz
-not-installed"python2-greenlet
-not-installed"python2-greenlet-devel
-not-installed"python2-grpc-google-iam-v1
-not-installed"python2-grpcio
-not-installed"python2-grpcio-gcp
-not-installed"python2-gscholar
-not-installed"python2-gspread
-not-installed"python2-gssapi
-not-installed"python2-gst
-not-installed"python2-guessit
-not-installed"python2-gunicorn
-not-installed"python2-guzzle_sphinx_theme
-not-installed"python2-gv
-not-installed"python2-h11
-not-installed"python2-h2
-not-installed"python2-h5py
-not-installed"python2-hankel
-not-installed"python2-hanzidentifier
-not-installed"python2-happybase
-not-installed"python2-hawkauthlib
-not-installed"python2-hdf5storage
-not-installed"python2-helpdev
-not-installed"python2-hetzner
-not-installed"python2-hexdump
-not-installed"python2-hiredis
-not-installed"python2-hkdf
-not-installed"python2-hl7apy
-not-installed"python2-holidays
-not-installed"python2-hpack
-not-installed"python2-html5-parser
-not-installed"python2-html5lib
-not-installed"python2-htmlmin
-not-installed"python2-httmock
-not-installed"python2-http-parser
-not-installed"python2-httpbin
-not-installed"python2-httplib2
-not-installed"python2-httpretty
-not-installed"python2-httpsig_cffi
-not-installed"python2-httpstatus35
-not-installed"python2-humanfriendly
-not-installed"python2-humanhash3
-not-installed"python2-hupper
-not-installed"python2-husl
-not-installed"python2-hyper
-not-installed"python2-hyperframe
-not-installed"python2-hyperlink
-not-installed"python2-hypothesis
-not-installed"python2-hypothesis-fspaths
-not-installed"python2-icalendar
-not-installed"python2-identify
-not-installed"python2-idna
-not-installed"python2-ifaddr
-not-installed"python2-ifconfig-parser
-not-installed"python2-ijson
-not-installed"python2-imageio
-not-installed"python2-imagesize
-not-installed"python2-img2pdf
-not-installed"python2-iminuit
-not-installed"python2-importlib-metadata
-not-installed"python2-importlib_resources
-not-installed"python2-imread
-not-installed"python2-incremental
-not-installed"python2-infinity
-not-installed"python2-inflect
-not-installed"python2-inflection
-not-installed"python2-inifile
-not-installed"python2-iniparse
-not-installed"python2-inspect2
-not-installed"python2-inspektor
-not-installed"python2-intervals
-not-installed"python2-intervaltree
-not-installed"python2-invocations
-not-installed"python2-invoke
-not-installed"python2-iocapture
-not-installed"python2-ioflo
-not-installed"python2-ipaddr
-not-installed"python2-iptables
-not-installed"python2-ipy
-not-installed"python2-ipykernel
-not-installed"python2-ipython
-not-installed"python2-ipython-iptest
-not-installed"python2-ipython_genutils
-not-installed"python2-ipywidgets
-not-installed"python2-iso8601
-not-installed"python2-isodate
-not-installed"python2-isort
-not-installed"python2-itsdangerous
-not-installed"python2-itypes
-not-installed"python2-iwlib
-not-installed"python2-jaraco.base
-not-installed"python2-jaraco.classes
-not-installed"python2-jaraco.collections
-not-installed"python2-jaraco.functools
-not-installed"python2-jaraco.itertools
-not-installed"python2-jaraco.logging
-not-installed"python2-jaraco.packaging
-not-installed"python2-jaraco.stream
-not-installed"python2-jaraco.text
-not-installed"python2-javaproperties
-not-installed"python2-jdatetime
-not-installed"python2-jdcal
-not-installed"python2-jedi
-not-installed"python2-jedihttp
-not-installed"python2-jenkins-job-builder
-not-installed"python2-jenkinsapi
-not-installed"python2-jinja2-fsloader
-not-installed"python2-jinja2-pluralize
-not-installed"python2-jinja2-time
-not-installed"python2-jira
-not-installed"python2-jmespath
-not-installed"python2-joblib
-not-installed"python2-josepy
-not-installed"python2-jplephem
-not-installed"python2-jsbeautifier
-not-installed"python2-jsmin
-not-installed"python2-json-rpc
-not-installed"python2-json5
-not-installed"python2-json_tricks
-not-installed"python2-jsondate
-not-installed"python2-jsondiff
-not-installed"python2-jsonextended
-not-installed"python2-jsonlines
-not-installed"python2-jsonpatch
-not-installed"python2-jsonpath-rw
-not-installed"python2-jsonpath-rw-ext
-not-installed"python2-jsonpickle
-not-installed"python2-jsonpointer
-not-installed"python2-jsonref
-not-installed"python2-jsonrpclib-pelix
-not-installed"python2-jsonschema
-not-installed"python2-jsonxs
-not-installed"python2-junit-xml
-not-installed"python2-junitxml
-not-installed"python2-junos-eznc
-not-installed"python2-jupyter-client
-not-installed"python2-jupyter-core
-not-installed"python2-jupyter-packaging
-not-installed"python2-jwcrypto
-not-installed"python2-k5test
-not-installed"python2-kafka-python
-not-installed"python2-kaitaistruct
-not-installed"python2-kazoo
-not-installed"python2-keepalive
-not-installed"python2-kerberos
-not-installed"python2-keyczar
-not-installed"python2-keyring
not-installed"python2-keyrings.alt
-not-installed"python2-kid
-not-installed"python2-kismet-rest
-not-installed"python2-kismetdb
-not-installed"python2-kitchen
-not-installed"python2-kiwisolver
-not-installed"python2-kmatch
-not-installed"python2-kmod
-not-installed"python2-knack
-not-installed"python2-kombu
-not-installed"python2-kubernetes
-not-installed"python2-l20n
-not-installed"python2-lancet-ioam
-not-installed"python2-langdetect
-not-installed"python2-lark-parser
-not-installed"python2-latexcodec
-not-installed"python2-lazr.uri
-not-installed"python2-lazy
-not-installed"python2-lazy-object-proxy
-not-installed"python2-lazyarray
-not-installed"python2-ldap
-not-installed"python2-ldap3
-not-installed"python2-ldappool
-not-installed"python2-ldaptor
-not-installed"python2-leather
-not-installed"python2-lesscpy
-not-installed"python2-leveldb
-not-installed"python2-lexicon
-not-installed"python2-lhafile
-not-installed"python2-libarchive
-not-installed"python2-libarchive-c
-not-installed"python2-libbde
-not-installed"python2-libevt
-not-installed"python2-libfsntfs
-not-installed"python2-libfvde
-not-installed"python2-libfwnt
+not-installed"python2-libfwsi
not-installed"python2-libguestfs
-not-installed"python2-liblarch
-not-installed"python2-liblarch-gtk
-not-installed"python2-libluksde
-not-installed"python2-libnacl
-not-installed"python2-libpamtest
-not-installed"python2-libpfm
-not-installed"python2-libqcow
-not-installed"python2-libregf
-not-installed"python2-libsass
-not-installed"python2-libscca
-not-installed"python2-libsigscan
-not-installed"python2-libsmdev
-not-installed"python2-libsmraw
-not-installed"python2-libtorrent-rasterbar
-not-installed"python2-libunity
-not-installed"python2-libusb1
-not-installed"python2-libvhdi
-not-installed"python2-libvmdk
-not-installed"python2-libvshadow
-not-installed"python2-libvslvm
-not-installed"python2-libxml2
-not-installed"python2-license-expression
-not-installed"python2-line_profiler
-not-installed"python2-linecache2
-not-installed"python2-linux-procfs
-not-installed"python2-lit
-not-installed"python2-llfuse
-not-installed"python2-llvmlite
-not-installed"python2-lmdb
-not-installed"python2-lml
-not-installed"python2-localzone
-not-installed"python2-locket
-not-installed"python2-lockfile
-not-installed"python2-logilab-astng
-not-installed"python2-logilab-common
-not-installed"python2-logutils
-not-installed"python2-logzero
-not-installed"python2-lupa
-not-installed"python2-lws
-not-installed"python2-lxml
-not-installed"python2-lxml-devel
-not-installed"python2-lz4
-not-installed"python2-lzmaffi
-not-installed"python2-m2r
-not-installed"python2-macholib
-not-installed"python2-magic
-not-installed"python2-magic-wormhole
-not-installed"python2-magic-wormhole-mailbox-server
-not-installed"python2-magic-wormhole-transit-relay
-not-installed"python2-managesieve
-not-installed"python2-mando
-not-installed"python2-manuel
-not-installed"python2-manuel-doc
-not-installed"python2-markdown-math
-not-installed"python2-markdown2
-not-installed"python2-matplotlib
-not-installed"python2-matplotlib-gtk3
-not-installed"python2-matplotlib-latex
-not-installed"python2-matplotlib-qt-shared
-not-installed"python2-matplotlib-qt5
-not-installed"python2-matplotlib-tk
-not-installed"python2-matplotlib-web
-not-installed"python2-matplotlib-wx
-not-installed"python2-maxminddb
-not-installed"python2-mccabe
-not-installed"python2-md2workflow
-not-installed"python2-mechanize
-not-installed"python2-meld3
-not-installed"python2-memory_profiler
-not-installed"python2-metaextract
-not-installed"python2-mhash
-not-installed"python2-miniupnpc
-not-installed"python2-misaka
-not-installed"python2-mistune
-not-installed"python2-mock
-not-installed"python2-mocket
-not-installed"python2-mockito
-not-installed"python2-mockldap
-not-installed"python2-modernize
-not-installed"python2-mohawk
-not-installed"python2-moksha-common
-not-installed"python2-moksha-hub
-not-installed"python2-mongoengine
-not-installed"python2-monotonic
-not-installed"python2-more-itertools
-not-installed"python2-moretools
-not-installed"python2-moto
not-installed"python2-moviepy
-not-installed"python2-mox3
-not-installed"python2-mpi4py
-not-installed"python2-mpi4py-devel
-not-installed"python2-mpmath
-not-installed"python2-mraa
-not-installed"python2-msal
-not-installed"python2-msal-extensions
-not-installed"python2-msgpack
-not-installed"python2-msgpack-numpy
-not-installed"python2-msoffcrypto-tool
-not-installed"python2-msrest
-not-installed"python2-msrestazure
-not-installed"python2-mujson
-not-installed"python2-mulpyplexer
-not-installed"python2-multi_key_dict
-not-installed"python2-multipledispatch
-not-installed"python2-munch
-not-installed"python2-musicbrainzngs
-installed"python2-mutagen
-not-installed"python2-mutt-ics
-not-installed"python2-mygpoclient
-not-installed"python2-mypy_extensions
-not-installed"python2-mysql-connector-python
-not-installed"python2-mysqlclient
-not-installed"python2-nagiosplugin
-not-installed"python2-napalm-asa
-not-installed"python2-nbconvert
-not-installed"python2-nbformat
-not-installed"python2-nbxmpp
-not-installed"python2-nbxmpp-doc
-not-installed"python2-ncclient
-not-installed"python2-ndg-httpsclient
-not-installed"python2-neovim
-not-installed"python2-net-snmp
-not-installed"python2-netCDF4
-not-installed"python2-netaddr
-not-installed"python2-netifaces
-not-installed"python2-networkx
-not-installed"python2-networkx-doc
-not-installed"python2-newt
-not-installed"python2-nine
-not-installed"python2-nltk
-not-installed"python2-nodeenv
-not-installed"python2-nose
-not-installed"python2-nose-cov
-not-installed"python2-nose-cover3
-not-installed"python2-nose-exclude
-not-installed"python2-nose-progressive
-not-installed"python2-nose-random
-not-installed"python2-nose-timer
-not-installed"python2-nose2
-not-installed"python2-nose_warnings_filters
-not-installed"python2-nosexcover
-not-installed"python2-notify2
-not-installed"python2-nss
-not-installed"python2-ntlm-auth
-not-installed"python2-ntplib
-not-installed"python2-num2words
-not-installed"python2-numexpr
-not-installed"python2-numpy
-not-installed"python2-numpy-devel
-not-installed"python2-numpy-gnu-hpc
-not-installed"python2-numpy-gnu-hpc-devel
-not-installed"python2-numpy_1_16_5-gnu-hpc
-not-installed"python2-numpy_1_16_5-gnu-hpc-devel
-not-installed"python2-numpydoc
-not-installed"python2-nxapi-plumbing
-not-installed"python2-oauth2
-not-installed"python2-oauth2client
-not-installed"python2-oauth2client-flask
-not-installed"python2-oauth2client-gce
-not-installed"python2-oauthlib
-not-installed"python2-objgraph
-not-installed"python2-oci-sdk
-not-installed"python2-odfpy
-not-installed"python2-odorik
-not-installed"python2-olefile
-not-installed"python2-opcodes
-not-installed"python2-openapi-schema-validator
-not-installed"python2-openapi-spec-validator
-not-installed"python2-opencensus
-not-installed"python2-opencensus-context
-not-installed"python2-opencensus-ext-azure
not-installed"python2-opencensus-ext-threading
-not-installed"python2-opencv
-not-installed"python2-opencv3
-not-installed"python2-opengl
-not-installed"python2-opengl-accelerate
-not-installed"python2-openmesh
-not-installed"python2-openqa_client
-not-installed"python2-openqa_review
-not-installed"python2-openstack.nose_plugin
-not-installed"python2-openstackdocstheme
-not-installed"python2-ordered-namespace
-installed"python2-ordered-set
-not-installed"python2-orderedmultidict
-not-installed"python2-osc-tiny
-not-installed"python2-oscrypto
-not-installed"python2-oslosphinx
-not-installed"python2-oslotest
-not-installed"python2-osmviz
-not-installed"python2-outcome
-not-installed"python2-ovirt-engine-sdk
-not-installed"python2-ovs
-not-installed"python2-pa-ringbuffer
-installed"python2-packaging
-not-installed"python2-paho-mqtt
-not-installed"python2-pako
-not-installed"python2-palettable
-not-installed"python2-pamela
-not-installed"python2-pamqp
-not-installed"python2-pan-python
-not-installed"python2-pandas
-not-installed"python2-pandas-datareader
-not-installed"python2-pandocfilters
-not-installed"python2-panflute
-not-installed"python2-parallax
-not-installed"python2-param
-not-installed"python2-parameterized
-not-installed"python2-paramiko
-not-installed"python2-paramiko-expect
-not-installed"python2-parse
-not-installed"python2-parse_type
-not-installed"python2-parsedatetime
-not-installed"python2-parsel
-not-installed"python2-parso
-not-installed"python2-partd
-not-installed"python2-parted
-not-installed"python2-parver
-not-installed"python2-pass_python_keyring
-not-installed"python2-passa
-not-installed"python2-passivetotal
-not-installed"python2-passlib
-not-installed"python2-pastel
-not-installed"python2-path.py
-not-installed"python2-pathlib
-not-installed"python2-pathlib2
-not-installed"python2-pathspec
-not-installed"python2-pathtools
-not-installed"python2-patsy
-not-installed"python2-pbkdf2
-not-installed"python2-pbr
-not-installed"python2-pdfkit
-not-installed"python2-pdfrw
-not-installed"python2-pecan
-not-installed"python2-peewee
-not-installed"python2-pefile
-not-installed"python2-pelican
-not-installed"python2-pem
-not-installed"python2-pendulum
-not-installed"python2-pep517
-not-installed"python2-pep8-naming
-not-installed"python2-peppercorn
-not-installed"python2-percy
-not-installed"python2-persistent
-not-installed"python2-persistent-devel
-not-installed"python2-petact
-not-installed"python2-pexpect
-not-installed"python2-pgmagick
-not-installed"python2-phabricator
-not-installed"python2-phonenumbers
-not-installed"python2-phply
-not-installed"python2-phue
-not-installed"python2-pick
-not-installed"python2-pickleshare
-not-installed"python2-piexif
-not-installed"python2-pifpaf
-not-installed"python2-pika
-not-installed"python2-pika-pool
-not-installed"python2-pilkit
installed"python2-pip
-not-installed"python2-pip-api
-not-installed"python2-pip-shims
-not-installed"python2-pipdeptree
-not-installed"python2-pipreqs
-not-installed"python2-pivy
-not-installed"python2-pkgconfig
-not-installed"python2-pkginfo
-not-installed"python2-plaster
-not-installed"python2-plaster-pastedeploy
-not-installed"python2-plette
-not-installed"python2-pluggy
-not-installed"python2-plumbum
-not-installed"python2-ply
-not-installed"python2-plyvel
-not-installed"python2-pmw
-not-installed"python2-pname
-not-installed"python2-podcastparser
-not-installed"python2-podman
-not-installed"python2-polib
-not-installed"python2-pomegranate
-not-installed"python2-pomegranate-devel
-not-installed"python2-pony
-not-installed"python2-port-for
-not-installed"python2-portalocker
-not-installed"python2-portend
-not-installed"python2-portpicker
-not-installed"python2-positional
-not-installed"python2-power
-not-installed"python2-poyo
-not-installed"python2-pprintpp
-not-installed"python2-precise-runner
-not-installed"python2-preggy
-not-installed"python2-premailer
-not-installed"python2-pretend
-not-installed"python2-proboscis
-not-installed"python2-process-tests
-not-installed"python2-proglog
-not-installed"python2-progress
-not-installed"python2-progressbar
-not-installed"python2-proliantutils
-not-installed"python2-prometheus_client
-not-installed"python2-promise
-not-installed"python2-prompt_toolkit
-not-installed"python2-prompt_toolkit1
-not-installed"python2-proselint
-not-installed"python2-protobuf
-not-installed"python2-pscript
-not-installed"python2-psutil
-not-installed"python2-psycopg2
-not-installed"python2-ptpython
-not-installed"python2-ptyprocess
-not-installed"python2-publicsuffixlist
-not-installed"python2-pudb
-not-installed"python2-pulsectl
-not-installed"python2-pure-sasl
-not-installed"python2-purl
-not-installed"python2-pushy
-not-installed"python2-pwquality
-not-installed"python2-py
-not-installed"python2-py-cpuinfo
-not-installed"python2-py-espeak-ng
-not-installed"python2-py-radix
-not-installed"python2-py-ubjson
-not-installed"python2-py2pack
-not-installed"python2-py3status
-not-installed"python2-pyDOE2
-not-installed"python2-pyFFTW
-not-installed"python2-pyLibravatar
-not-installed"python2-pyModis
-not-installed"python2-pyOCD
-not-installed"python2-pyOpenSSL
-not-installed"python2-pyPEG2
-not-installed"python2-pyRFC3339
-not-installed"python2-pyScss
-not-installed"python2-pyVows
-not-installed"python2-pyacoustid
-not-installed"python2-pyaes
-not-installed"python2-pyalsaaudio
-not-installed"python2-pyaml
-not-installed"python2-pyannotate
-not-installed"python2-pyasn1
-not-installed"python2-pyasn1-modules
-not-installed"python2-pybars3
-not-installed"python2-pybeam
-not-installed"python2-pybind11
-not-installed"python2-pybind11-devel
-not-installed"python2-pyblake2
-not-installed"python2-pybluez
-not-installed"python2-pybtex
-not-installed"python2-pybugz
installed"python2-pycairo
+not-installed"python2-pycairo-common-devel
not-installed"python2-pycairo-devel
-not-installed"python2-pycallgraph
-not-installed"python2-pycdio
-not-installed"python2-pycha
-not-installed"python2-pychm
-not-installed"python2-pyclipper
-not-installed"python2-pycocotools
-not-installed"python2-pycodestyle
-not-installed"python2-pycountry
-not-installed"python2-pycparser
-not-installed"python2-pycryptodome
-not-installed"python2-pycryptodomex
-not-installed"python2-pyct
-not-installed"python2-pycups
-not-installed"python2-pycurl
-not-installed"python2-pycxx
-not-installed"python2-pycxx-devel
-not-installed"python2-pydata-google-auth
-not-installed"python2-pydbus
-not-installed"python2-pydenticon
-not-installed"python2-pydicom
-not-installed"python2-pydns
-not-installed"python2-pydocstyle
-not-installed"python2-pydocumentdb
-not-installed"python2-pydot
-not-installed"python2-pydot3
-not-installed"python2-pydotplus
-not-installed"python2-pydub
-not-installed"python2-pyeapi
-not-installed"python2-pyee
-not-installed"python2-pyelftools
-not-installed"python2-pyemd
-not-installed"python2-pyenchant
-not-installed"python2-pyface
-not-installed"python2-pyfakefs
-not-installed"python2-pyfg
-not-installed"python2-pyfiglet
-not-installed"python2-pyflakes
-not-installed"python2-pyftpdlib
-not-installed"python2-pygal
-not-installed"python2-pygaljs
-not-installed"python2-pygame
-not-installed"python2-pygame-devel
-not-installed"python2-pygerrit2
-not-installed"python2-pygit2
-not-installed"python2-pyglet
-not-installed"python2-pygments-ansi-color
-not-installed"python2-pygments-pytest
-not-installed"python2-pygments-style-railscasts
-not-installed"python2-pygraphviz
-not-installed"python2-pyinotify
-not-installed"python2-pyjavaproperties
-not-installed"python2-pyjokes
-not-installed"python2-pyjsparser
-not-installed"python2-pyjwkest
-not-installed"python2-pykafka
-not-installed"python2-pykeepass
-not-installed"python2-pykerberos
-not-installed"python2-pykwalify
-not-installed"python2-pylama
-not-installed"python2-pylev
-not-installed"python2-pylibacl
-not-installed"python2-pyliblzma
-not-installed"python2-pylibmc
-not-installed"python2-pylint
-not-installed"python2-pylons-sphinx-themes
-not-installed"python2-pylru
-not-installed"python2-pylzma
-not-installed"python2-pymacaroons
-not-installed"python2-pymacaroons-pynacl
-not-installed"python2-pymad
-not-installed"python2-pymavlink
-not-installed"python2-pymediainfo
-not-installed"python2-pymemcache
-not-installed"python2-pymod2pkg
-not-installed"python2-pymol
-not-installed"python2-pymongo
-not-installed"python2-pynamodb
-not-installed"python2-pynetbox
-not-installed"python2-pyngus
-not-installed"python2-pynxos
-not-installed"python2-pyodbc
-not-installed"python2-pyosf
-not-installed"python2-pyotp
-not-installed"python2-pyparallel
-installed"python2-pyparsing
-not-installed"python2-pyperclip
-not-installed"python2-pypiserver
-not-installed"python2-pypng
-not-installed"python2-pyprimes
-not-installed"python2-pypsexec
-not-installed"python2-pyqtgraph
-not-installed"python2-pyquery
-not-installed"python2-pyrad
-not-installed"python2-pyramid-chameleon
-not-installed"python2-pyramid-mako
-not-installed"python2-pyreadstat
-not-installed"python2-pyroma
-not-installed"python2-pyroomacoustics
-not-installed"python2-pyroute2
-not-installed"python2-pyrrd
-not-installed"python2-pyrsistent
-not-installed"python2-pysaml2
-not-installed"python2-pyscard
-not-installed"python2-pysendfile
-not-installed"python2-pyserial
-not-installed"python2-pyshould
-not-installed"python2-pyshp
-not-installed"python2-pysmb
-not-installed"python2-pysmbc
-not-installed"python2-pysmi
-not-installed"python2-pysndfile
-not-installed"python2-pysnmp
-not-installed"python2-pysofaconventions
-not-installed"python2-pysrt
-not-installed"python2-pyssim
-not-installed"python2-pystache
-not-installed"python2-pysvn
-not-installed"python2-pytaglib
-not-installed"python2-pyte
-not-installed"python2-pytesseract
-not-installed"python2-pytest-arraydiff
-not-installed"python2-pytest-attrib
-not-installed"python2-pytest-bdd
-not-installed"python2-pytest-benchmark
-not-installed"python2-pytest-check-links
-not-installed"python2-pytest-click
-not-installed"python2-pytest-codestyle
-not-installed"python2-pytest-console-scripts
-not-installed"python2-pytest-cov
-not-installed"python2-pytest-datadir
-not-installed"python2-pytest-django
-not-installed"python2-pytest-doctestplus
-not-installed"python2-pytest-dotenv
-not-installed"python2-pytest-env
-not-installed"python2-pytest-error-for-skips
-not-installed"python2-pytest-expect
-not-installed"python2-pytest-fixture-config
-not-installed"python2-pytest-flake8
-not-installed"python2-pytest-flakes
-not-installed"python2-pytest-forked
-not-installed"python2-pytest-freezegun
-not-installed"python2-pytest-helpers-namespace
-not-installed"python2-pytest-httpbin
-not-installed"python2-pytest-instafail
-not-installed"python2-pytest-isort
-not-installed"python2-pytest-lazy-fixture
-not-installed"python2-pytest-listener
-not-installed"python2-pytest-localserver
-not-installed"python2-pytest-metadata
-not-installed"python2-pytest-mock
-not-installed"python2-pytest-mpl
-not-installed"python2-pytest-openfiles
-not-installed"python2-pytest-ordering
-not-installed"python2-pytest-profiling
-not-installed"python2-pytest-pyramid-server
-not-installed"python2-pytest-pythonpath
-not-installed"python2-pytest-qt
-not-installed"python2-pytest-relaxed
-not-installed"python2-pytest-remotedata
-not-installed"python2-pytest-reorder
-not-installed"python2-pytest-repeat
-not-installed"python2-pytest-runner
-not-installed"python2-pytest-server-fixtures
-not-installed"python2-pytest-services
-not-installed"python2-pytest-shutil
-not-installed"python2-pytest-socket
-not-installed"python2-pytest-spec
-not-installed"python2-pytest-sphinx
-not-installed"python2-pytest-subtesthack
-not-installed"python2-pytest-sugar
-not-installed"python2-pytest-super-check
-not-installed"python2-pytest-svn
-not-installed"python2-pytest-testconfig
-not-installed"python2-pytest-timeout
-not-installed"python2-pytest-tldr
-not-installed"python2-pytest-tornado
-not-installed"python2-pytest-translations
-not-installed"python2-pytest-travis-fold
-not-installed"python2-pytest-twisted
-not-installed"python2-pytest-vcr
-not-installed"python2-pytest-verbose-parametrize
-not-installed"python2-pytest-virtualenv
-not-installed"python2-pytest-xdist
-not-installed"python2-pytest-xvfb
-not-installed"python2-pytest4
-not-installed"python2-python-afl
-not-installed"python2-python-aiml
-not-installed"python2-python-bidi
-not-installed"python2-python-cjson
-not-installed"python2-python-consul
-not-installed"python2-python-coveralls
-not-installed"python2-python-crfsuite
-not-installed"python2-python-crontab
-not-installed"python2-python-daemon
-not-installed"python2-python-dateutil
-not-installed"python2-python-dbusmock
-not-installed"python2-python-docs-theme
-not-installed"python2-python-dotenv
-not-installed"python2-python-editor
-not-installed"python2-python-fileinspector
-not-installed"python2-python-gammu
-not-installed"python2-python-gflags
-not-installed"python2-python-gnupg
-not-installed"python2-python-jenkins
-not-installed"python2-python-jose
-not-installed"python2-python-json-logger
-not-installed"python2-python-jsonrpc-server
-not-installed"python2-python-language-server
-not-installed"python2-python-lzo
-not-installed"python2-python-magic
-not-installed"python2-python-memcached
-not-installed"python2-python-mimeparse
-not-installed"python2-python-mpd2
-not-installed"python2-python-mpv
-not-installed"python2-python-nmap
-not-installed"python2-python-openid-cla
-not-installed"python2-python-openid-teams
-not-installed"python2-python-pam
-not-installed"python2-python-ptrace
-not-installed"python2-python-qdatamatrix
-not-installed"python2-python-qnotifications
-not-installed"python2-python-qpid-proton
-not-installed"python2-python-qprogedit
-not-installed"python2-python-redmine
-not-installed"python2-python-slugify
-not-installed"python2-python-snappy
-not-installed"python2-python-sofa
-not-installed"python2-python-sql
-not-installed"python2-python-stdnum
-not-installed"python2-python-subunit
-not-installed"python2-python-ternary
-not-installed"python2-python-twitter
-not-installed"python2-python-utils
-not-installed"python2-python-vlc
-not-installed"python2-python-whois
-not-installed"python2-python-xlib
-not-installed"python2-python-yubico
-not-installed"python2-python3-saml
-not-installed"python2-pythonfinder
-not-installed"python2-pythonwhois
-not-installed"python2-pytidylib
-not-installed"python2-pytils
-not-installed"python2-pytimeparse
-not-installed"python2-pytoml
-not-installed"python2-pytools
-not-installed"python2-pytricia
-not-installed"python2-pytz
-not-installed"python2-pytzdata
-not-installed"python2-pyuca
-not-installed"python2-pyudev
-not-installed"python2-pyusb
-not-installed"python2-pyutf8
-not-installed"python2-pyuv
-not-installed"python2-pyux
-not-installed"python2-pyviz-comms
-not-installed"python2-pyvmomi
-not-installed"python2-pywinrm
-not-installed"python2-pyxdg
-not-installed"python2-pyzmq
-not-installed"python2-pyzmq-devel
-not-installed"python2-q
-not-installed"python2-qrcode
-not-installed"python2-qscintilla-qt5
-not-installed"python2-qt3d-qt5
-installed"python2-qt5
-not-installed"python2-qt5-devel
-not-installed"python2-qtcharts-qt5
-not-installed"python2-qtdatavis3d-qt5
-not-installed"python2-qtwebengine-qt5
-not-installed"python2-quantities
-not-installed"python2-queuelib
-not-installed"python2-quicktions
-not-installed"python2-radon
-not-installed"python2-raet
-not-installed"python2-random2
-not-installed"python2-rarfile
-not-installed"python2-rarfile-doc
-not-installed"python2-ravello-sdk
-not-installed"python2-raven
-not-installed"python2-rawkit
-not-installed"python2-rcssmin
-not-installed"python2-rdflib
-not-installed"python2-readme_renderer
-not-installed"python2-readthedocs-sphinx-ext
-not-installed"python2-rebulk
-not-installed"python2-recommonmark
-not-installed"python2-redbaron
-not-installed"python2-redfish
-not-installed"python2-redis
-not-installed"python2-rednose
-not-installed"python2-regex
-not-installed"python2-relatorio
-not-installed"python2-releases
-not-installed"python2-remoto
-not-installed"python2-rencode
-not-installed"python2-reno
-not-installed"python2-reportlab
-not-installed"python2-repoze.lru
-not-installed"python2-repoze.sphinx.autointerface
-not-installed"python2-repoze.who
-not-installed"python2-requests
-not-installed"python2-requests-aws
-not-installed"python2-requests-cache
-not-installed"python2-requests-download
-not-installed"python2-requests-file
-not-installed"python2-requests-ftp
-not-installed"python2-requests-futures
-not-installed"python2-requests-hawk
-not-installed"python2-requests-kerberos
-not-installed"python2-requests-mock
-not-installed"python2-requests-oauthlib
-not-installed"python2-requests-toolbelt
-not-installed"python2-requests-unixsocket
-not-installed"python2-requests_ntlm
-not-installed"python2-requestsexceptions
-not-installed"python2-requirements-detector
-not-installed"python2-requirements-parser
-not-installed"python2-requirementslib
-not-installed"python2-resampy
-not-installed"python2-resolvelib
-not-installed"python2-responses
-not-installed"python2-restructuredtext_lint
-not-installed"python2-restview
-not-installed"python2-resultsdb_api
-not-installed"python2-rethinkdb
-not-installed"python2-retry
-not-installed"python2-retry_decorator
-not-installed"python2-retrying
-not-installed"python2-retryrequests
-not-installed"python2-rfc3986
-not-installed"python2-rfc3987
-not-installed"python2-rfc6266
-not-installed"python2-rfc6555
-not-installed"python2-rjsmin
-not-installed"python2-rnginline
-not-installed"python2-rollbar
-not-installed"python2-roman
-not-installed"python2-rope
-not-installed"python2-rply
-not-installed"python2-rpm
-not-installed"python2-rpmfile
-not-installed"python2-rpyc
-not-installed"python2-rq
-not-installed"python2-rsa
-not-installed"python2-rst.linker
-not-installed"python2-rstcheck
-not-installed"python2-rt
-not-installed"python2-rtslib-fb
-not-installed"python2-ruamel.base
-not-installed"python2-ruamel.std.argparse
-not-installed"python2-ruamel.std.pathlib
-not-installed"python2-ruamel.yaml
-not-installed"python2-ruamel.yaml.clib
-not-installed"python2-ruamel.yaml.cmd
-not-installed"python2-ruamel.yaml.convert
-not-installed"python2-ruffus
-not-installed"python2-ryu
-not-installed"python2-s3transfer
-not-installed"python2-sadisplay
-not-installed"python2-samplerate
-not-installed"python2-sane
-not-installed"python2-sanlock
-not-installed"python2-sarge
-not-installed"python2-sas7bdat
-not-installed"python2-sasl
-not-installed"python2-scales
-not-installed"python2-scandir
-not-installed"python2-schedule
-not-installed"python2-schema
-not-installed"python2-scikit-build
-not-installed"python2-scikit-dsp-comm
-not-installed"python2-scikit-learn
-not-installed"python2-scikit-sparse
-not-installed"python2-scikit-umfpack
-not-installed"python2-scipy
-not-installed"python2-scipy-gnu-hpc
-not-installed"python2-scipy_1_2_1-gnu-hpc
-not-installed"python2-scitools
-not-installed"python2-scour
-not-installed"python2-scp
-not-installed"python2-scripttest
-not-installed"python2-scrypt
-not-installed"python2-scspell3k
-not-installed"python2-sdnotify
-not-installed"python2-selection
-not-installed"python2-selectors2
-not-installed"python2-selectors34
-not-installed"python2-selenium
-not-installed"python2-semanage
-not-installed"python2-semantic_version
-not-installed"python2-semver
-not-installed"python2-serpent
-not-installed"python2-serpy
-not-installed"python2-serverfiles
-not-installed"python2-service_identity
-not-installed"python2-setproctitle
installed"python2-setuptools
-not-installed"python2-setuptools-git
-not-installed"python2-setuptools_scm
-not-installed"python2-setuptools_scm_git_archive
-not-installed"python2-sge-pygame
-not-installed"python2-sh
-not-installed"python2-shaptools
-not-installed"python2-shellingham
-not-installed"python2-shodan
-not-installed"python2-shouldbe
-not-installed"python2-shutilwhich
-not-installed"python2-sievelib
-not-installed"python2-signedjson
-not-installed"python2-simplebayes
-not-installed"python2-simpleeval
-not-installed"python2-simplegeneric
-not-installed"python2-simplejson
-not-installed"python2-simplekml
-installed"python2-sip
-not-installed"python2-sip-devel
-not-installed"python2-siphashc
-installed"python2-six
-not-installed"python2-sleekxmpp
-not-installed"python2-slimit
-not-installed"python2-slip
-not-installed"python2-slip-dbus
-not-installed"python2-slip-gtk
-not-installed"python2-slumber
-not-installed"python2-slycot
-not-installed"python2-smartypants
-not-installed"python2-smbprotocol
-not-installed"python2-smmap
-not-installed"python2-snakefood
-not-installed"python2-snimpy
-not-installed"python2-snowballstemmer
-not-installed"python2-snuggs
-not-installed"python2-social-auth-app-django
-not-installed"python2-social-auth-core
-not-installed"python2-socketpool
-not-installed"python2-sortedcollections
-not-installed"python2-sortedcontainers
-not-installed"python2-soundcloud
-not-installed"python2-sounddevice
-not-installed"python2-soupsieve
-not-installed"python2-sox
-not-installed"python2-spake2
-not-installed"python2-spark_parser
-not-installed"python2-speaklater
-not-installed"python2-spec
-not-installed"python2-sphinx-bootstrap-theme
-not-installed"python2-sphinx-feature-classification
-not-installed"python2-sphinx-issues
-not-installed"python2-sphinx-removed-in
-not-installed"python2-sphinx-testing
-not-installed"python2-sphinx-version-warning
-not-installed"python2-sphinx_rtd_theme
-not-installed"python2-sphinxcontrib-apidoc
-not-installed"python2-sphinxcontrib-asyncio
-not-installed"python2-sphinxcontrib-autoprogram
-not-installed"python2-sphinxcontrib-autoprogram-doc
-not-installed"python2-sphinxcontrib-documentedlist
-not-installed"python2-sphinxcontrib-github-alt
-not-installed"python2-sphinxcontrib-httpdomain
-not-installed"python2-sphinxcontrib-issuetracker
-not-installed"python2-sphinxcontrib-newsfeed
-not-installed"python2-sphinxcontrib-pecanwsme
-not-installed"python2-sphinxcontrib-plantuml
-not-installed"python2-sphinxcontrib-programoutput
-not-installed"python2-sphinxcontrib-websupport
-not-installed"python2-spidev
-not-installed"python2-spotipy
-not-installed"python2-sqlalchemy-migrate
-not-installed"python2-sqlitedict
-not-installed"python2-sqlparse
-not-installed"python2-sqlsoup
-not-installed"python2-srcinfo
-not-installed"python2-ssdeep
-not-installed"python2-sshpubkeys
-not-installed"python2-sshtunnel
-not-installed"python2-statistics
-not-installed"python2-statsd
-not-installed"python2-stdeb
-not-installed"python2-stestr
-not-installed"python2-stevedore
-not-installed"python2-stomper
-not-installed"python2-storm
-not-installed"python2-storm-django
-not-installed"python2-storm-mysql
-not-installed"python2-storm-postgresql
-not-installed"python2-storm-twisted
-not-installed"python2-straight-plugin
-not-installed"python2-strict-rfc3339
-not-installed"python2-strictyaml
-not-installed"python2-subgrab
-not-installed"python2-subliminal
-not-installed"python2-subprocess32
-not-installed"python2-subst
-not-installed"python2-suds-jurko
-not-installed"python2-suntime
-not-installed"python2-sure
-not-installed"python2-sushy
-not-installed"python2-svgwrite
-not-installed"python2-swapper
-not-installed"python2-sybil
-not-installed"python2-sympy
-not-installed"python2-systemd
-not-installed"python2-tableprint
-not-installed"python2-tabulate
-not-installed"python2-tagpy
-not-installed"python2-targetcli-fb
-not-installed"python2-taskw
-not-installed"python2-tblib
-not-installed"python2-technicolor
-not-installed"python2-telepot
-not-installed"python2-template-remover
-not-installed"python2-tempora
-not-installed"python2-tenacity
-not-installed"python2-termcolor
-not-installed"python2-terminado
-not-installed"python2-terminaltables
-not-installed"python2-termstyle
-not-installed"python2-tesserocr
-not-installed"python2-test-server
-not-installed"python2-testfixtures
-not-installed"python2-testflo
-not-installed"python2-testpath
-not-installed"python2-testrepository
-not-installed"python2-testresources
-not-installed"python2-testscenarios
-not-installed"python2-testtools
-not-installed"python2-text-unidecode
-not-installed"python2-textX
-not-installed"python2-textfsm
-not-installed"python2-texttable
-not-installed"python2-textwrap3
-not-installed"python2-thespian
-not-installed"python2-thrift
-not-installed"python2-thriftpy2
-not-installed"python2-tinydb
-not-installed"python2-tinyrecord
-not-installed"python2-titlecase
-not-installed"python2-tkreadonly
-not-installed"python2-tldextract
-not-installed"python2-tmx
-not-installed"python2-toml
-not-installed"python2-tomlkit
-not-installed"python2-toolz
-not-installed"python2-tooz
-not-installed"python2-topy
-not-installed"python2-tornado
-not-installed"python2-tornado4
-not-installed"python2-tornado5
-not-installed"python2-toro
-not-installed"python2-tortilla
-not-installed"python2-towncrier
-not-installed"python2-tox
-not-installed"python2-tox-no-internet
-not-installed"python2-tox-travis
-not-installed"python2-tox-wheel
-not-installed"python2-tpfd
-not-installed"python2-tqdm
-not-installed"python2-traceback2
-not-installed"python2-traitlets
-not-installed"python2-traits
-not-installed"python2-traitsui
-not-installed"python2-traittypes
-not-installed"python2-transaction
-not-installed"python2-transip
-not-installed"python2-transitions
-not-installed"python2-translation-finder
-not-installed"python2-translationstring
-not-installed"python2-treq
-not-installed"python2-tri.struct
-not-installed"python2-trustme
-not-installed"python2-tvdb_api
-not-installed"python2-tweepy
-not-installed"python2-twine
-not-installed"python2-twitter.common.finagle-thrift
-not-installed"python2-twitter.common.lang
-not-installed"python2-twitter.common.rpc
-not-installed"python2-twodict
-not-installed"python2-twython
-not-installed"python2-txWS
-not-installed"python2-txZMQ
-not-installed"python2-txt2tags
-not-installed"python2-txtorcon
-not-installed"python2-typing
-not-installed"python2-typing_extensions
-not-installed"python2-tzlocal
-not-installed"python2-u-msgpack-python
-not-installed"python2-ua-parser
-not-installed"python2-uamqp
-not-installed"python2-ucsmsdk
-not-installed"python2-ujson
-not-installed"python2-unbound
-not-installed"python2-uncertainties
-not-installed"python2-uncompyle6
-not-installed"python2-unicodecsv
-not-installed"python2-unicodedata2
-not-installed"python2-unidiff
-not-installed"python2-unify
-not-installed"python2-uniseg
-not-installed"python2-unittest-mixins
-not-installed"python2-unittest2
-not-installed"python2-unpaddedbase64
-not-installed"python2-untokenize
-not-installed"python2-upm
-not-installed"python2-uritemplate
-not-installed"python2-urlgrabber
-not-installed"python2-urllib3
-not-installed"python2-urwid
-not-installed"python2-user-agents
-not-installed"python2-user_agent
-not-installed"python2-userpath
-not-installed"python2-validate_email
-not-installed"python2-validators
-not-installed"python2-varlink
-not-installed"python2-vcrpy
-not-installed"python2-vcs
-not-installed"python2-vcversioner
-not-installed"python2-vega_datasets
-not-installed"python2-verboselogs
-not-installed"python2-versioneer
-not-installed"python2-versiontag
-not-installed"python2-versiontools
-not-installed"python2-vim-vint
-not-installed"python2-vine
-not-installed"python2-virt-bootstrap
-not-installed"python2-virtkey
-not-installed"python2-virtualenv
-not-installed"python2-virtualenv-clone
-not-installed"python2-virtualenvwrapper
-not-installed"python2-visitor
-not-installed"python2-vispy
-not-installed"python2-vistir
-not-installed"python2-vobject
-not-installed"python2-voluptuous
-not-installed"python2-vsts
-not-installed"python2-vsts-cd-manager
-not-installed"python2-vulkan
-not-installed"python2-vulture
-not-installed"python2-w3lib
-not-installed"python2-wadllib
-not-installed"python2-waitress
-not-installed"python2-waitress-doc
-not-installed"python2-wakeonlan
-not-installed"python2-warlock
-not-installed"python2-watchdog
-not-installed"python2-watchdog-doc
-not-installed"python2-wcwidth
-not-installed"python2-weave
-not-installed"python2-web.py
-not-installed"python2-webassets
-not-installed"python2-webcolors
-not-installed"python2-webencodings
-not-installed"python2-weblib
-not-installed"python2-websocket-client
-not-installed"python2-websockify
-not-installed"python2-whatever
-not-installed"python2-whatthepatch
-not-installed"python2-wheel
-not-installed"python2-whichcraft
-not-installed"python2-wikipedia
-not-installed"python2-wiring
-not-installed"python2-wolframalpha
-not-installed"python2-wptools
-not-installed"python2-wrapt
-not-installed"python2-ws4py
-not-installed"python2-wsaccel
-not-installed"python2-wsgi_intercept
-not-installed"python2-wstools
-not-installed"python2-wtf-peewee
-not-installed"python2-wurlitzer
-not-installed"python2-wxPython
-not-installed"python2-wxPython-lang
-not-installed"python2-xapp
-not-installed"python2-xattr
-not-installed"python2-xcaplib
-not-installed"python2-xcffib
-not-installed"python2-xdis
-not-installed"python2-xerox
-not-installed"python2-xhtml2pdf
-not-installed"python2-xkbgroup
-not-installed"python2-xlrd
-not-installed"python2-xlwt
-not-installed"python2-xmldiff
-not-installed"python2-xmlsec
-not-installed"python2-xmltodict
-not-installed"python2-xpybutil
-not-installed"python2-xsge_gui
-not-installed"python2-xsge_lighting
-not-installed"python2-xsge_particle
-not-installed"python2-xsge_path
-not-installed"python2-xsge_physics
-not-installed"python2-xsge_tmx
-not-installed"python2-xvfbwrapper
-not-installed"python2-xxhash
-not-installed"python2-yamldoc
-not-installed"python2-yamllint
-not-installed"python2-yamlloader
-not-installed"python2-yapf
-not-installed"python2-yaql
-not-installed"python2-yara
-not-installed"python2-yarb
-not-installed"python2-yarg
-not-installed"python2-yaspin
-not-installed"python2-youtube-dl
-not-installed"python2-yq
-not-installed"python2-zake
-not-installed"python2-zc.buildout
-not-installed"python2-zc.customdoctests
-not-installed"python2-zc.lockfile
-not-installed"python2-zdaemon
-not-installed"python2-zeep
-not-installed"python2-zetup
-not-installed"python2-zhon
-not-installed"python2-zipp
-not-installed"python2-zipstream
-not-installed"python2-zodbpickle
-not-installed"python2-zope.cachedescriptors
-not-installed"python2-zope.component
-not-installed"python2-zope.configuration
-not-installed"python2-zope.copy
-not-installed"python2-zope.deferredimport
-not-installed"python2-zope.deprecation
-not-installed"python2-zope.event
-not-installed"python2-zope.exceptions
-not-installed"python2-zope.hookable
-not-installed"python2-zope.i18nmessageid
-not-installed"python2-zope.interface
-not-installed"python2-zope.location
-not-installed"python2-zope.proxy
-not-installed"python2-zope.proxy-devel
-not-installed"python2-zope.schema
-not-installed"python2-zope.security
-not-installed"python2-zope.testbrowser
-not-installed"python2-zope.testing
-not-installed"python2-zope.testrunner
-not-installed"python2-zstandard
-not-installed"python2-zstd
-not-installed"python2-zxcvbn
-not-installed"python2-zypp-plugin
-installed"python3
-not-installed"python3-32bit
not-installed"python3-APScheduler
not-installed"python3-AnyQt
not-installed"python3-Arpeggio
+not-installed"python3-Authlib
installed"python3-Automat
not-installed"python3-BTrees
not-installed"python3-BTrees-devel
-not-installed"python3-BTrees-doc
installed"python3-Babel
-not-installed"python3-Babel-doc
not-installed"python3-Beaker
not-installed"python3-BitVector
not-installed"python3-Bottleneck
@@ -27330,15 +26253,13 @@ not-installed"python3-EasyProcess
not-installed"python3-EditorConfig
not-installed"python3-ExifRead
not-installed"python3-Fabric
-not-installed"python3-Fabric3
not-installed"python3-Faker
not-installed"python3-Flask
not-installed"python3-Flask-Admin
not-installed"python3-Flask-Babel
not-installed"python3-Flask-BabelEx
not-installed"python3-Flask-Bootstrap
-not-installed"python3-Flask-Cache
-not-installed"python3-Flask-Cache-doc
+not-installed"python3-Flask-Caching
not-installed"python3-Flask-Compress
not-installed"python3-Flask-Cors
not-installed"python3-Flask-Gravatar
@@ -27353,7 +26274,6 @@ not-installed"python3-Flask-RESTful
not-installed"python3-Flask-RSTPages
not-installed"python3-Flask-SQLAlchemy
not-installed"python3-Flask-Script
-not-installed"python3-Flask-Security
not-installed"python3-Flask-Security-Too
not-installed"python3-Flask-Testing
not-installed"python3-Flask-WTF
@@ -27371,8 +26291,11 @@ not-installed"python3-GooCalendar
not-installed"python3-GooseMPL
not-installed"python3-GridDataFormats
not-installed"python3-HTTPolice
+not-installed"python3-Hamlib
not-installed"python3-HeapDict
+not-installed"python3-HepMC
not-installed"python3-HyperKitty
+not-installed"python3-IMAPClient
not-installed"python3-IMDbPY
installed"python3-Jinja2
not-installed"python3-Js2Py
@@ -27384,7 +26307,7 @@ not-installed"python3-Keras-Preprocessing
not-installed"python3-Keras-examples
not-installed"python3-Kivy
not-installed"python3-Kivy-devel
-not-installed"python3-LEPL
+not-installed"python3-LHAPDF
not-installed"python3-LTTL
not-installed"python3-Lektor
not-installed"python3-Levenshtein
@@ -27401,9 +26324,13 @@ not-installed"python3-MechanicalSoup
not-installed"python3-Ming
not-installed"python3-MiniMock
not-installed"python3-Morfessor
+not-installed"python3-MouseInfo
not-installed"python3-MulticoreTSNE
+not-installed"python3-Nuitka
not-installed"python3-OWSLib
+not-installed"python3-OpenImageIO
not-installed"python3-PGet
+not-installed"python3-PTable
not-installed"python3-Parsley
not-installed"python3-Paste
not-installed"python3-PasteDeploy
@@ -27419,17 +26346,20 @@ not-installed"python3-Protego
not-installed"python3-PsyLab
not-installed"python3-PsychoPy
not-installed"python3-PsychoPy-lang
+not-installed"python3-PubChemPy
not-installed"python3-Pweave
installed"python3-PyAudio
not-installed"python3-PyAutoGUI
not-installed"python3-PyBindGen
not-installed"python3-PyBrowserID
+not-installed"python3-PyCBC
not-installed"python3-PyChart
not-installed"python3-PyChromecast
+not-installed"python3-PyCondor
not-installed"python3-PyDispatcher
not-installed"python3-PyECLib
-not-installed"python3-PyExecJS
not-installed"python3-PyFxA
+not-installed"python3-PyGetWindow
not-installed"python3-PyGithub
installed"python3-PyHamcrest
not-installed"python3-PyICU
@@ -27452,6 +26382,7 @@ not-installed"python3-PyPrint
not-installed"python3-PyQRCode
not-installed"python3-PyRIC
not-installed"python3-PyRSS2Gen
+not-installed"python3-PyRect
not-installed"python3-PySDL2
not-installed"python3-PyScreeze
installed"python3-PySocks
@@ -27492,6 +26423,8 @@ not-installed"python3-SoundFile
not-installed"python3-SpeechRecognition
not-installed"python3-Sphinx
not-installed"python3-Sphinx-latex
+not-installed"python3-Sphinx2
+not-installed"python3-Sphinx2-latex
not-installed"python3-TagStats
not-installed"python3-Telethon
not-installed"python3-Tempita
@@ -27543,6 +26476,7 @@ not-installed"python3-addict
not-installed"python3-aeidon
not-installed"python3-aenum
not-installed"python3-aexpect
+not-installed"python3-afdko
not-installed"python3-affine
not-installed"python3-agate
not-installed"python3-agate-dbf
@@ -27553,12 +26487,15 @@ not-installed"python3-agate-sql
not-installed"python3-agate-stats
not-installed"python3-aina
not-installed"python3-aiobotocore
-not-installed"python3-aiodns
+installed"python3-aiodns
not-installed"python3-aioeventlet
+not-installed"python3-aiofiles
not-installed"python3-aioftp
-not-installed"python3-aiohttp
+installed"python3-aiohttp
not-installed"python3-aiohttp-socks
not-installed"python3-aiohttp-theme
+installed"python3-aiohttp_cors
+not-installed"python3-aioitertools
not-installed"python3-aioresponses
not-installed"python3-aiorpcX
not-installed"python3-aiosmtpd
@@ -27581,10 +26518,12 @@ not-installed"python3-ansi2html
not-installed"python3-ansicolor
not-installed"python3-ansicolors
not-installed"python3-ansiwrap
+not-installed"python3-antlr4-python3-runtime
not-installed"python3-anyjson
not-installed"python3-apache-libcloud
not-installed"python3-apipkg
not-installed"python3-apiron
+not-installed"python3-apns2
installed"python3-apparmor
installed"python3-appdirs
not-installed"python3-application
@@ -27601,7 +26540,9 @@ not-installed"python3-argparse-manpage
not-installed"python3-args
not-installed"python3-arrow
not-installed"python3-asciimatics
+not-installed"python3-asciitree
not-installed"python3-asdf
+not-installed"python3-asgiref
installed"python3-asn1crypto
not-installed"python3-aspectlib
not-installed"python3-aspy.yaml
@@ -27613,8 +26554,8 @@ not-installed"python3-astropy
not-installed"python3-astropy-helpers
not-installed"python3-astunparse
not-installed"python3-asv
-not-installed"python3-async_generator
-not-installed"python3-async_timeout
+installed"python3-async_generator
+installed"python3-async_timeout
not-installed"python3-asyncssh
not-installed"python3-asynctest
not-installed"python3-atlassian-python-api
@@ -27627,7 +26568,6 @@ installed"python3-attrs
not-installed"python3-aubio
not-installed"python3-audio-degrader
not-installed"python3-audiogrep
-not-installed"python3-audiolazy
not-installed"python3-audiomate
installed"python3-audioread
not-installed"python3-audit
@@ -27636,9 +26576,11 @@ not-installed"python3-authheaders
not-installed"python3-authres
not-installed"python3-autobahn
not-installed"python3-autodoc
+not-installed"python3-autodocsumm
not-installed"python3-autoflake
not-installed"python3-automaton
not-installed"python3-autopep8
+not-installed"python3-autoray
not-installed"python3-autoupgrade-ng
not-installed"python3-av
not-installed"python3-avahi
@@ -27673,6 +26615,8 @@ not-installed"python3-aws-xray-sdk-pynamodb
not-installed"python3-aws-xray-sdk-requests
not-installed"python3-axolotl
not-installed"python3-axolotl-curve25519
+not-installed"python3-azure-ai-anomalydetector
+not-installed"python3-azure-ai-metricsadvisor
not-installed"python3-azure-ai-nspkg
not-installed"python3-azure-ai-textanalytics
not-installed"python3-azure-appconfiguration
@@ -27705,9 +26649,15 @@ not-installed"python3-azure-cognitiveservices-vision-customvision
not-installed"python3-azure-cognitiveservices-vision-face
not-installed"python3-azure-cognitiveservices-vision-nspkg
not-installed"python3-azure-common
+not-installed"python3-azure-communication-administration
+not-installed"python3-azure-communication-chat
+not-installed"python3-azure-communication-nspkg
+not-installed"python3-azure-communication-sms
not-installed"python3-azure-core
not-installed"python3-azure-core-tracing-opencensus
not-installed"python3-azure-cosmos
+not-installed"python3-azure-data-nspkg
+not-installed"python3-azure-data-tables
not-installed"python3-azure-datalake-store
not-installed"python3-azure-devops
not-installed"python3-azure-eventgrid
@@ -27718,6 +26668,7 @@ not-installed"python3-azure-functions-devops-build
not-installed"python3-azure-graphrbac
not-installed"python3-azure-identity
not-installed"python3-azure-keyvault
+not-installed"python3-azure-keyvault-administration
not-installed"python3-azure-keyvault-certificates
not-installed"python3-azure-keyvault-keys
not-installed"python3-azure-keyvault-nspkg
@@ -27732,8 +26683,11 @@ not-installed"python3-azure-mgmt-applicationinsights
not-installed"python3-azure-mgmt-appplatform
not-installed"python3-azure-mgmt-attestation
not-installed"python3-azure-mgmt-authorization
+not-installed"python3-azure-mgmt-automanage
not-installed"python3-azure-mgmt-automation
not-installed"python3-azure-mgmt-azurestack
+not-installed"python3-azure-mgmt-azurestackhci
+not-installed"python3-azure-mgmt-baremetalinfrastructure
not-installed"python3-azure-mgmt-batch
not-installed"python3-azure-mgmt-batchai
not-installed"python3-azure-mgmt-billing
@@ -27741,11 +26695,13 @@ not-installed"python3-azure-mgmt-botservice
not-installed"python3-azure-mgmt-cdn
not-installed"python3-azure-mgmt-cognitiveservices
not-installed"python3-azure-mgmt-commerce
+not-installed"python3-azure-mgmt-communication
not-installed"python3-azure-mgmt-compute
not-installed"python3-azure-mgmt-consumption
not-installed"python3-azure-mgmt-containerinstance
not-installed"python3-azure-mgmt-containerregistry
not-installed"python3-azure-mgmt-containerservice
+not-installed"python3-azure-mgmt-core
not-installed"python3-azure-mgmt-cosmosdb
not-installed"python3-azure-mgmt-costmanagement
not-installed"python3-azure-mgmt-databoxedge
@@ -27774,6 +26730,7 @@ not-installed"python3-azure-mgmt-iotcentral
not-installed"python3-azure-mgmt-iothub
not-installed"python3-azure-mgmt-iothubprovisioningservices
not-installed"python3-azure-mgmt-keyvault
+not-installed"python3-azure-mgmt-kubernetesconfiguration
not-installed"python3-azure-mgmt-kusto
not-installed"python3-azure-mgmt-labservices
not-installed"python3-azure-mgmt-loganalytics
@@ -27800,11 +26757,14 @@ not-installed"python3-azure-mgmt-privatedns
not-installed"python3-azure-mgmt-rdbms
not-installed"python3-azure-mgmt-recoveryservices
not-installed"python3-azure-mgmt-recoveryservicesbackup
+not-installed"python3-azure-mgmt-redhatopenshift
not-installed"python3-azure-mgmt-redis
+not-installed"python3-azure-mgmt-regionmove
not-installed"python3-azure-mgmt-relay
not-installed"python3-azure-mgmt-reservations
not-installed"python3-azure-mgmt-resource
not-installed"python3-azure-mgmt-resourcegraph
+not-installed"python3-azure-mgmt-resourcemover
not-installed"python3-azure-mgmt-scheduler
not-installed"python3-azure-mgmt-search
not-installed"python3-azure-mgmt-security
@@ -27817,8 +26777,11 @@ not-installed"python3-azure-mgmt-sql
not-installed"python3-azure-mgmt-sqlvirtualmachine
not-installed"python3-azure-mgmt-storage
not-installed"python3-azure-mgmt-storagecache
+not-installed"python3-azure-mgmt-storageimportexport
not-installed"python3-azure-mgmt-storagesync
+not-installed"python3-azure-mgmt-streamanalytics
not-installed"python3-azure-mgmt-subscription
+not-installed"python3-azure-mgmt-synapse
not-installed"python3-azure-mgmt-trafficmanager
not-installed"python3-azure-mgmt-vmwarecloudsimple
not-installed"python3-azure-mgmt-web
@@ -27826,6 +26789,8 @@ not-installed"python3-azure-monitor
not-installed"python3-azure-multiapi-storage
not-installed"python3-azure-nspkg
not-installed"python3-azure-sdk
+not-installed"python3-azure-search-documents
+not-installed"python3-azure-search-nspkg
not-installed"python3-azure-servicebus
not-installed"python3-azure-servicefabric
not-installed"python3-azure-servicemanagement-legacy
@@ -27837,26 +26802,27 @@ not-installed"python3-azure-storage-file-datalake
not-installed"python3-azure-storage-file-share
not-installed"python3-azure-storage-nspkg
not-installed"python3-azure-storage-queue
+not-installed"python3-azure-synapse-accesscontrol
+not-installed"python3-azure-synapse-artifacts
+not-installed"python3-azure-synapse-nspkg
+not-installed"python3-azure-synapse-spark
not-installed"python3-azurectl
+not-installed"python3-azuremetadata
not-installed"python3-babelfish
not-installed"python3-babeltrace
not-installed"python3-babeltrace2
not-installed"python3-backcall
not-installed"python3-backoff
-not-installed"python3-backports
-not-installed"python3-backports.ssl_match_hostname
-not-installed"python3-backports_abc
not-installed"python3-bandit
not-installed"python3-barbicanclient
not-installed"python3-baron
-installed"python3-base
-not-installed"python3-base-32bit
not-installed"python3-base58
not-installed"python3-bashate
installed"python3-bcc
not-installed"python3-bcolz
installed"python3-bcrypt
installed"python3-beautifulsoup4
+not-installed"python3-before-after
not-installed"python3-behave
not-installed"python3-bencode
not-installed"python3-beniget
@@ -27876,7 +26842,7 @@ not-installed"python3-bitarray
not-installed"python3-bitstring
not-installed"python3-bitstruct
not-installed"python3-bjoern
-not-installed"python3-black
+installed"python3-black
not-installed"python3-bleach
not-installed"python3-blessed
not-installed"python3-blessings
@@ -27886,14 +26852,16 @@ not-installed"python3-blist
not-installed"python3-blockdiag
not-installed"python3-blosc
not-installed"python3-bloscpack
+not-installed"python3-blurb
not-installed"python3-bobo
not-installed"python3-bobodoctestumentation
not-installed"python3-bokcolmaps
not-installed"python3-bokeh
not-installed"python3-boltons
not-installed"python3-boolean.py
+not-installed"python3-booleanOperations
not-installed"python3-boost_parallel_mpi
-not-installed"python3-boost_parallel_mpi1_71_0
+not-installed"python3-boost_parallel_mpi1_74_0
not-installed"python3-botan
not-installed"python3-boto
installed"python3-boto3
@@ -27912,6 +26880,9 @@ not-installed"python3-bsddb3-devel
not-installed"python3-bson
not-installed"python3-bugzilla
not-installed"python3-bugzillatools
+not-installed"python3-bump2version
+not-installed"python3-buttplug
+not-installed"python3-bytecode
not-installed"python3-cPyparsing
not-installed"python3-caca
not-installed"python3-cached-property
@@ -27932,7 +26903,9 @@ not-installed"python3-calysto
not-installed"python3-cangjie
not-installed"python3-canonicaljson
not-installed"python3-capng
+not-installed"python3-capstone
not-installed"python3-capturer
+not-installed"python3-casacore
not-installed"python3-case
not-installed"python3-cassandra-driver
not-installed"python3-cassowary
@@ -27969,6 +26942,7 @@ installed"python3-certifi
not-installed"python3-certipy
not-installed"python3-certstream
installed"python3-cffi
+not-installed"python3-cfgdiff
not-installed"python3-cfgv
not-installed"python3-cfn-lint
not-installed"python3-cfscrape
@@ -27989,14 +26963,16 @@ not-installed"python3-cl
not-installed"python3-clang
not-installed"python3-cleo
not-installed"python3-cli-helpers
-not-installed"python3-click
+installed"python3-click
not-installed"python3-click-aliases
not-installed"python3-click-completion
+not-installed"python3-click-default-group
not-installed"python3-click-didyoumean
not-installed"python3-click-help-colors
not-installed"python3-click-log
not-installed"python3-click-man
not-installed"python3-click-plugins
+not-installed"python3-click-repl
not-installed"python3-click-spinner
not-installed"python3-click-threading
not-installed"python3-cliff
@@ -28005,11 +26981,14 @@ not-installed"python3-clikit
not-installed"python3-clinkgrammar
not-installed"python3-clint
not-installed"python3-cloud-init-seed
+not-installed"python3-cloud-sptheme
not-installed"python3-cloudflare
not-installed"python3-cloudpickle
not-installed"python3-cluster
not-installed"python3-cluster-preflight-check
not-installed"python3-clustershell
+not-installed"python3-cma
+not-installed"python3-cmapfile
not-installed"python3-cmarkgfm
not-installed"python3-cmd2
installed"python3-cmdln
@@ -28018,8 +26997,6 @@ not-installed"python3-coconut
not-installed"python3-codecov
not-installed"python3-cogapp
not-installed"python3-colander
-not-installed"python3-colander-doc
-not-installed"python3-colander-lang
not-installed"python3-colorama
not-installed"python3-colorcet
not-installed"python3-colorclass
@@ -28030,11 +27007,12 @@ not-installed"python3-colormap
not-installed"python3-colorspacious
not-installed"python3-colour
not-installed"python3-combi
+not-installed"python3-commentjson
+not-installed"python3-compat-patcher-core
not-installed"python3-compizconfig
not-installed"python3-concurrentloghandler
not-installed"python3-configargparse
installed"python3-configobj
-not-installed"python3-configparser
not-installed"python3-configshell-fb
not-installed"python3-confluent-kafka
not-installed"python3-confusable-homoglyphs
@@ -28053,6 +27031,7 @@ not-installed"python3-coreapi-cli
not-installed"python3-coreschema
not-installed"python3-cotyledon
not-installed"python3-cov-core
+not-installed"python3-covdefaults
installed"python3-coverage
not-installed"python3-coverage-config-reload-plugin
not-installed"python3-coverage-env-plugin
@@ -28060,8 +27039,9 @@ not-installed"python3-coveralls
not-installed"python3-coveralls-check
not-installed"python3-cppclean
not-installed"python3-cpplint
+not-installed"python3-cppy
not-installed"python3-cracklib
-not-installed"python3-cram
+not-installed"python3-crashtest
not-installed"python3-crayons
not-installed"python3-crcmod
installed"python3-createrepo_c
@@ -28076,19 +27056,20 @@ not-installed"python3-csscompressor
installed"python3-cssselect
not-installed"python3-cssselect2
not-installed"python3-cssutils
+not-installed"python3-cstruct
+not-installed"python3-csv23
not-installed"python3-csvkit
not-installed"python3-ctypescrypto
not-installed"python3-ctypeslib2
+not-installed"python3-cu2qu
not-installed"python3-cufflinks
installed"python3-cupshelpers
not-installed"python3-curio
-installed"python3-curses
-not-installed"python3-cursive
not-installed"python3-curtsies
not-installed"python3-cx_Freeze
not-installed"python3-cymruwhois
-not-installed"python3-cyordereddict
not-installed"python3-cytoolz
+not-installed"python3-czifile
not-installed"python3-d2to1
not-installed"python3-daemonize
not-installed"python3-daiquiri
@@ -28108,10 +27089,11 @@ not-installed"python3-dask-multiprocessing
not-installed"python3-datadiff
not-installed"python3-datashader
not-installed"python3-dateparser
+not-installed"python3-dateutils
not-installed"python3-datrie
not-installed"python3-dbf
not-installed"python3-dbfread
-installed"python3-dbm
+not-installed"python3-dbus-deviation
not-installed"python3-dbus-presage
installed"python3-dbus-python
not-installed"python3-dbus-python-devel
@@ -28122,6 +27104,8 @@ not-installed"python3-debian
not-installed"python3-debtcollector
installed"python3-decorator
not-installed"python3-deepdiff
+not-installed"python3-deepmerge
+not-installed"python3-defcon
not-installed"python3-defusedxml
not-installed"python3-delegator
not-installed"python3-delegator.py
@@ -28145,7 +27129,6 @@ not-installed"python3-dephell_changelogs
not-installed"python3-deprecation
not-installed"python3-derpconf
not-installed"python3-designateclient
-installed"python3-devel
not-installed"python3-devpi-client
not-installed"python3-devpi-common
not-installed"python3-devpi-server
@@ -28153,6 +27136,8 @@ not-installed"python3-dfVFS
not-installed"python3-dfdatetime
not-installed"python3-dfwinreg
not-installed"python3-dialite
+not-installed"python3-dictdiffer
+not-installed"python3-dictknife
not-installed"python3-dicttoxml
not-installed"python3-diff-match-patch
not-installed"python3-digitalocean
@@ -28162,7 +27147,7 @@ installed"python3-discid
installed"python3-discogs-client
not-installed"python3-diskcache
not-installed"python3-dist
-not-installed"python3-distlib
+installed"python3-distlib
not-installed"python3-distob
not-installed"python3-distorm3
not-installed"python3-distributed
@@ -28172,69 +27157,98 @@ not-installed"python3-distutils-extra
not-installed"python3-dj-database-url
not-installed"python3-django-allauth
not-installed"python3-django-appconf
+not-installed"python3-django-assets
+not-installed"python3-django-attachments
not-installed"python3-django-auth-ldap
not-installed"python3-django-avatar
-not-installed"python3-django-babel
+not-installed"python3-django-axes
+not-installed"python3-django-bootstrap3
not-installed"python3-django-braces
+not-installed"python3-django-cacheops
not-installed"python3-django-ckeditor
not-installed"python3-django-classy-tags
+not-installed"python3-django-codemod
not-installed"python3-django-collectd-rest
not-installed"python3-django-compressor
not-installed"python3-django-contrib-comments
not-installed"python3-django-cors-headers
+not-installed"python3-django-countries
not-installed"python3-django-coverage-plugin
not-installed"python3-django-crispy-forms
not-installed"python3-django-debreach
not-installed"python3-django-debug-toolbar
+not-installed"python3-django-dj-inmemorystorage
not-installed"python3-django-environ
+not-installed"python3-django-eremaea2
not-installed"python3-django-extensions
+not-installed"python3-django-extra-views
not-installed"python3-django-filter
not-installed"python3-django-formtools
+not-installed"python3-django-geoposition
not-installed"python3-django-grappelli
not-installed"python3-django-gravatar2
not-installed"python3-django-guardian
not-installed"python3-django-haystack
not-installed"python3-django-health-check
not-installed"python3-django-invitations
+not-installed"python3-django-ipware
not-installed"python3-django-jinja
not-installed"python3-django-js-asset
not-installed"python3-django-json-widget
not-installed"python3-django-jsonfield
+not-installed"python3-django-localflavor
+not-installed"python3-django-mailer
not-installed"python3-django-mailman3
not-installed"python3-django-minio-storage
not-installed"python3-django-model-utils
+not-installed"python3-django-multiselectfield
not-installed"python3-django-nine
not-installed"python3-django-nose
not-installed"python3-django-oauth-toolkit
not-installed"python3-django-oidc-provider
+not-installed"python3-django-parler
not-installed"python3-django-pglocks
+not-installed"python3-django-phonenumber-field
not-installed"python3-django-picklefield
not-installed"python3-django-pipeline
+not-installed"python3-django-polymorphic
+not-installed"python3-django-push-notifications
not-installed"python3-django-pyscss
not-installed"python3-django-q
+not-installed"python3-django-qsessions
not-installed"python3-django-redis
not-installed"python3-django-registration
+not-installed"python3-django-request
+not-installed"python3-django-rest-framework-braces
not-installed"python3-django-rest-framework-client
not-installed"python3-django-rest-framework-social-oauth2
not-installed"python3-django-rest-invitations
not-installed"python3-django-rest-knox
not-installed"python3-django-reversion
+not-installed"python3-django-rosetta
not-installed"python3-django-seed
not-installed"python3-django-sekizai
not-installed"python3-django-settings-toml
not-installed"python3-django-silk
+not-installed"python3-django-sortedm2m
not-installed"python3-django-storages
not-installed"python3-django-tagging
not-installed"python3-django-tastypie
not-installed"python3-django-threadedcomments
+not-installed"python3-django-treebeard
+not-installed"python3-django-user-agents
+not-installed"python3-django-utils-six
not-installed"python3-django-webpack-loader
not-installed"python3-django-webtest
+not-installed"python3-django-widget-tweaks
not-installed"python3-djangorestframework
+not-installed"python3-djangorestframework-camel-case
not-installed"python3-djangorestframework-simplejwt
not-installed"python3-djet
not-installed"python3-djvulibre
not-installed"python3-dkimpy
not-installed"python3-dnf
+not-installed"python3-dnf-plugin-kickstart
not-installed"python3-dnf-plugin-leaves
not-installed"python3-dnf-plugin-local
not-installed"python3-dnf-plugin-post-transaction-actions
@@ -28248,9 +27262,8 @@ not-installed"python3-dnf-plugin-versionlock
not-installed"python3-dnf-plugins-core
not-installed"python3-dnf-plugins-extras-common
not-installed"python3-dns-lexicon
+not-installed"python3-dnslib
installed"python3-dnspython
-not-installed"python3-doc
-not-installed"python3-doc-devhelp
not-installed"python3-docformatter
not-installed"python3-docker
not-installed"python3-docker-compose
@@ -28263,6 +27276,7 @@ not-installed"python3-docutils-ast-writer
not-installed"python3-dogpile.cache
not-installed"python3-dogslow
not-installed"python3-dominate
+not-installed"python3-dotmap
not-installed"python3-dparse
not-installed"python3-dpcontracts
not-installed"python3-dpkt
@@ -28295,39 +27309,48 @@ not-installed"python3-efl
not-installed"python3-efl-doc
not-installed"python3-efl-examples
not-installed"python3-elasticsearch
+not-installed"python3-elasticsearch-dsl
not-installed"python3-elementpath
not-installed"python3-eliot
+not-installed"python3-email-reply-parser
not-installed"python3-email_validator
+not-installed"python3-emcee
not-installed"python3-emoji
not-installed"python3-empy
not-installed"python3-enaml
not-installed"python3-encore
+not-installed"python3-enforce-pep8
not-installed"python3-entrypoint2
installed"python3-entrypoints
+not-installed"python3-environ-config
not-installed"python3-environmental-override
not-installed"python3-envisage
not-installed"python3-enzyme
not-installed"python3-ephem
+not-installed"python3-epubmerge
not-installed"python3-eradicate
not-installed"python3-espeak
not-installed"python3-espressomd
not-installed"python3-esptool
not-installed"python3-et_xmlfile
not-installed"python3-etcd
-not-installed"python3-etcd-test
not-installed"python3-ethtool
installed"python3-evdev
not-installed"python3-evemu
not-installed"python3-eventlet
+not-installed"python3-evilunit
not-installed"python3-evtx
not-installed"python3-exam
not-installed"python3-execnet
not-installed"python3-exiv2
not-installed"python3-expects
not-installed"python3-exrex
+not-installed"python3-extension-helpers
not-installed"python3-extras
not-installed"python3-extratools
not-installed"python3-ez_setup
+not-installed"python3-ezdxf
+not-installed"python3-fabio
not-installed"python3-factory_boy
not-installed"python3-fake-useragent
not-installed"python3-fakeredis
@@ -28345,6 +27368,7 @@ not-installed"python3-fastremap
not-installed"python3-fb-re2
not-installed"python3-featureflow
not-installed"python3-fedmsg
+not-installed"python3-feedgen
not-installed"python3-feedgenerator
not-installed"python3-feedparser
not-installed"python3-ffmpeg-python
@@ -28372,6 +27396,7 @@ not-installed"python3-flake8-docstrings
not-installed"python3-flake8-future-import
not-installed"python3-flake8-import-order
not-installed"python3-flake8-imports
+not-installed"python3-flake8-isort
not-installed"python3-flake8-pep3101
not-installed"python3-flake8-polyfill
not-installed"python3-flake8-pyi
@@ -28379,8 +27404,10 @@ not-installed"python3-flake8-quotes
not-installed"python3-flaky
not-installed"python3-flasgger
not-installed"python3-flask-jwt-extended
+not-installed"python3-flask-oidc
not-installed"python3-flask-peewee
not-installed"python3-flask-restplus
+not-installed"python3-flask-restx
not-installed"python3-flatbuffers
not-installed"python3-flatdict
not-installed"python3-flex
@@ -28397,8 +27424,14 @@ not-installed"python3-flufl.lock
not-installed"python3-flufl.testing
installed"python3-fluidity-sm
not-installed"python3-flup
+not-installed"python3-folium
+not-installed"python3-fontMath
+not-installed"python3-fontParts
+not-installed"python3-fontPens
not-installed"python3-forbiddenfruit
not-installed"python3-formats
+not-installed"python3-framel
+not-installed"python3-freeipa
not-installed"python3-freetype-py
not-installed"python3-freezegun
not-installed"python3-freezerclient
@@ -28431,12 +27464,15 @@ not-installed"python3-ged4py
not-installed"python3-gedit
not-installed"python3-geis
not-installed"python3-genders
+not-installed"python3-genfire
+not-installed"python3-gensio
not-installed"python3-genty
not-installed"python3-geographiclib
not-installed"python3-geoip2
not-installed"python3-geojson
not-installed"python3-geolib
not-installed"python3-geolinks
+not-installed"python3-geomdl
not-installed"python3-geomet
not-installed"python3-geopy
not-installed"python3-getmac
@@ -28445,6 +27481,7 @@ not-installed"python3-geventhttpclient
not-installed"python3-gexiv2
not-installed"python3-ggplot
not-installed"python3-girder-client
+not-installed"python3-git-deps
not-installed"python3-git-pw
not-installed"python3-git-url-parse
not-installed"python3-gitdb
@@ -28455,14 +27492,15 @@ not-installed"python3-glean
not-installed"python3-glfw
not-installed"python3-glob2
not-installed"python3-glom
+not-installed"python3-glucat
not-installed"python3-gluster
not-installed"python3-gmconfig
not-installed"python3-gmpy
not-installed"python3-gmpy2
not-installed"python3-gmsh
+not-installed"python3-gns3fy
not-installed"python3-gnucash
installed"python3-gobject
-not-installed"python3-gobject-Dee
installed"python3-gobject-Gdk
installed"python3-gobject-cairo
not-installed"python3-gobject-devel
@@ -28479,6 +27517,8 @@ not-installed"python3-google-cloud-core
not-installed"python3-google-cloud-kms
not-installed"python3-google-cloud-speech
not-installed"python3-google-cloud-storage
+not-installed"python3-google-cloud-translate
+not-installed"python3-google-pasta
not-installed"python3-google-resumable-media
not-installed"python3-googleapis-common-protos
not-installed"python3-googlemaps
@@ -28492,6 +27532,10 @@ not-installed"python3-gpsd
not-installed"python3-gpxpy
not-installed"python3-gr-iqbal
not-installed"python3-grab
+not-installed"python3-graphene
+not-installed"python3-graphene-django
+not-installed"python3-graphql-core
+not-installed"python3-graphql-relay
not-installed"python3-graphviz
installed"python3-greenlet
not-installed"python3-greenlet-devel
@@ -28504,10 +27548,13 @@ installed"python3-gssapi
not-installed"python3-gst
not-installed"python3-gsw
not-installed"python3-guessit
-not-installed"python3-gunicorn
+installed"python3-gunicorn
not-installed"python3-guzzle_sphinx_theme
not-installed"python3-gv
+not-installed"python3-gvm-tools
not-installed"python3-gwcs
+not-installed"python3-gwyfile
+not-installed"python3-gyp
not-installed"python3-h11
installed"python3-h2
not-installed"python3-h5netcdf
@@ -28517,49 +27564,58 @@ not-installed"python3-hankel
not-installed"python3-hanzidentifier
not-installed"python3-happybase
not-installed"python3-haproxyctl
+not-installed"python3-hashids
not-installed"python3-hatch
not-installed"python3-hawkauthlib
not-installed"python3-hawkey
+not-installed"python3-hcloud
not-installed"python3-hdf5storage
not-installed"python3-heatclient
not-installed"python3-helpdev
+not-installed"python3-hepunits
not-installed"python3-hetzner
not-installed"python3-hetznercloud
not-installed"python3-hexdump
+not-installed"python3-hide-code
installed"python3-hiredis
not-installed"python3-hivex
not-installed"python3-hkdf
not-installed"python3-hl7apy
not-installed"python3-holidays
not-installed"python3-holoviews
+not-installed"python3-hotdoc
installed"python3-hpack
not-installed"python3-html2text
not-installed"python3-html5-parser
not-installed"python3-html5lib
not-installed"python3-htmlmin
not-installed"python3-httmock
+not-installed"python3-http-ece
not-installed"python3-http-parser
not-installed"python3-httpbin
not-installed"python3-httpie
installed"python3-httplib2
not-installed"python3-httpretty
not-installed"python3-httpsig_cffi
+not-installed"python3-httptools
not-installed"python3-humanfriendly
not-installed"python3-humanhash3
not-installed"python3-humanize
not-installed"python3-humanreadable
not-installed"python3-hupper
not-installed"python3-husl
+not-installed"python3-hvac
not-installed"python3-hvplot
not-installed"python3-hyper
installed"python3-hyperframe
installed"python3-hyperlink
not-installed"python3-hypothesis
+not-installed"python3-hypothesis-auto
not-installed"python3-hypothesis-fspaths
+not-installed"python3-hypothesmith
not-installed"python3-i3ipc
not-installed"python3-icalendar
not-installed"python3-identify
-not-installed"python3-idle
installed"python3-idna
not-installed"python3-idna_ssl
not-installed"python3-ifaddr
@@ -28576,6 +27632,7 @@ not-installed"python3-img2pdf
not-installed"python3-iminuit
not-installed"python3-immutables
not-installed"python3-imobiledevice
+not-installed"python3-impacket
not-installed"python3-importlab
not-installed"python3-imread
not-installed"python3-imreg
@@ -28584,11 +27641,13 @@ not-installed"python3-infinity
not-installed"python3-inflect
not-installed"python3-inflection
not-installed"python3-influxdb
+installed"python3-iniconfig
not-installed"python3-inifile
not-installed"python3-iniparse
not-installed"python3-injector
not-installed"python3-inspektor
not-installed"python3-intake
+not-installed"python3-interrogate
not-installed"python3-intervals
not-installed"python3-intervaltree
not-installed"python3-invocations
@@ -28617,9 +27676,13 @@ not-installed"python3-ipywidgets
not-installed"python3-irc
not-installed"python3-ironic-inspector-client
not-installed"python3-ironicclient
+not-installed"python3-isc_dhcp_leases
+not-installed"python3-iso3166
not-installed"python3-iso8601
not-installed"python3-isodate
not-installed"python3-isort
+not-installed"python3-itemadapter
+not-installed"python3-itk
not-installed"python3-itsdangerous
not-installed"python3-itypes
not-installed"python3-iwlib
@@ -28688,6 +27751,7 @@ not-installed"python3-jupyter-protocol
not-installed"python3-jupyter-require
not-installed"python3-jupyter-server
not-installed"python3-jupyter-sphinx
+not-installed"python3-jupyter-telemetry
not-installed"python3-jupyter_console
not-installed"python3-jupyter_contrib_core
not-installed"python3-jupyter_highlight_selected_word
@@ -28724,10 +27788,13 @@ not-installed"python3-kmod
not-installed"python3-knack
not-installed"python3-kombu
not-installed"python3-kopano
+not-installed"python3-korean-lunar-calendar
not-installed"python3-kubernetes
+not-installed"python3-kwant
not-installed"python3-l20n
not-installed"python3-labelImg
not-installed"python3-labels
+not-installed"python3-lal
not-installed"python3-lancet-ioam
not-installed"python3-langdetect
not-installed"python3-langtable
@@ -28743,6 +27810,7 @@ not-installed"python3-lazy-object-proxy
not-installed"python3-lazyarray
not-installed"python3-ldap
not-installed"python3-ldap3
+not-installed"python3-ldapdomaindump
not-installed"python3-ldappool
not-installed"python3-ldaptor
installed"python3-ldb
@@ -28754,6 +27822,7 @@ not-installed"python3-lensfun
not-installed"python3-lesscpy
not-installed"python3-leveldb
installed"python3-lexicon
+not-installed"python3-lfdfiles
not-installed"python3-lhafile
not-installed"python3-lib3to6
not-installed"python3-libaccounts
@@ -28764,25 +27833,35 @@ not-installed"python3-libblockdev
not-installed"python3-libbytesize
not-installed"python3-libcec
not-installed"python3-libcomps
+not-installed"python3-libcst
not-installed"python3-libdnf
+not-installed"python3-libesedb
not-installed"python3-libevt
+not-installed"python3-libevtx
not-installed"python3-libewf
+not-installed"python3-libexe
not-installed"python3-libfdt
not-installed"python3-libfsapfs
not-installed"python3-libfsntfs
not-installed"python3-libftdi1
not-installed"python3-libfvde
not-installed"python3-libfwnt
+not-installed"python3-libfwsi
not-installed"python3-libguestfs
not-installed"python3-libixion
+not-installed"python3-libkdumpfile
not-installed"python3-liblarch
not-installed"python3-liblarch-gtk
+not-installed"python3-liblnk
not-installed"python3-libluksde
not-installed"python3-libmodulemd
not-installed"python3-libmount
+not-installed"python3-libmsiecf
not-installed"python3-libnacl
+not-installed"python3-libolecf
not-installed"python3-liborcus
not-installed"python3-libpamtest
+not-installed"python3-libpff
not-installed"python3-libpfm
not-installed"python3-libprelude
not-installed"python3-libpreludedb
@@ -28802,7 +27881,7 @@ not-installed"python3-libsoc
not-installed"python3-libstoragemgmt
not-installed"python3-libstoragemgmt-clibs
not-installed"python3-libtorrent-rasterbar
-not-installed"python3-libunity
+not-installed"python3-libtorrent-rasterbar-1
not-installed"python3-libusb1
not-installed"python3-libvhdi
installed"python3-libvirt-python
@@ -28817,26 +27896,31 @@ not-installed"python3-limnoria
not-installed"python3-line_profiler
not-installed"python3-linecache2
not-installed"python3-lineup-widget
+not-installed"python3-link-traits
+not-installed"python3-linstor
+not-installed"python3-linstor-client
installed"python3-linux-procfs
not-installed"python3-lit
not-installed"python3-lldb
+not-installed"python3-lldb10
not-installed"python3-lldb7
not-installed"python3-lldb8
not-installed"python3-lldb9
not-installed"python3-llfuse
not-installed"python3-llvmlite
not-installed"python3-lmdb
+not-installed"python3-lmfit
not-installed"python3-lml
not-installed"python3-localzone
not-installed"python3-locket
not-installed"python3-lockfile
-not-installed"python3-logilab-astng
not-installed"python3-logilab-common
not-installed"python3-logreduce
not-installed"python3-loguru
not-installed"python3-logutils
not-installed"python3-logzero
not-installed"python3-louis
+not-installed"python3-lscsoft-glue
not-installed"python3-lttngust
not-installed"python3-lupa
not-installed"python3-lws
@@ -28850,12 +27934,14 @@ not-installed"python3-magic
not-installed"python3-magic-wormhole
not-installed"python3-magic-wormhole-mailbox-server
not-installed"python3-magic-wormhole-transit-relay
+not-installed"python3-magicalimport
not-installed"python3-magnumclient
not-installed"python3-mailman
not-installed"python3-mailman-hyperkitty
not-installed"python3-mailman-web
not-installed"python3-mailman3-fedmsg-plugin
not-installed"python3-mailmanclient
+not-installed"python3-main-wrapper
not-installed"python3-managesieve
not-installed"python3-mando
not-installed"python3-manilaclient
@@ -28863,6 +27949,7 @@ not-installed"python3-manuel
not-installed"python3-manuel-doc
not-installed"python3-mapi
not-installed"python3-marathon
+not-installed"python3-marisa
not-installed"python3-markdown-math
not-installed"python3-markdown2
not-installed"python3-marshmallow
@@ -28871,8 +27958,8 @@ not-installed"python3-matplotlib
not-installed"python3-matplotlib-cairo
not-installed"python3-matplotlib-gtk3
not-installed"python3-matplotlib-latex
-not-installed"python3-matplotlib-qt-shared
not-installed"python3-matplotlib-qt5
+not-installed"python3-matplotlib-testdata
not-installed"python3-matplotlib-tk
not-installed"python3-matplotlib-web
not-installed"python3-matplotlib-wx
@@ -28883,12 +27970,15 @@ not-installed"python3-maxminddb
not-installed"python3-mbstrdecoder
installed"python3-mccabe
not-installed"python3-md2workflow
+not-installed"python3-md2workflow-plugins-jira
+not-installed"python3-md2workflow-plugins-redmine
not-installed"python3-mechanize
not-installed"python3-meld3
not-installed"python3-memory_profiler
not-installed"python3-metaextract
not-installed"python3-metakernel
not-installed"python3-metamagic.json
+not-installed"python3-methodtools
not-installed"python3-mimesis
not-installed"python3-minidb
not-installed"python3-minio
@@ -28897,13 +27987,17 @@ not-installed"python3-misaka
not-installed"python3-missingno
not-installed"python3-mistralclient
not-installed"python3-mistune
+not-installed"python3-mitmproxy
not-installed"python3-mizani
not-installed"python3-mlt
not-installed"python3-moban
+not-installed"python3-moban-ansible
not-installed"python3-mock
+not-installed"python3-mock-open
not-installed"python3-mocket
not-installed"python3-mockito
not-installed"python3-mockldap
+not-installed"python3-model-bakery
not-installed"python3-modernize
not-installed"python3-mohawk
not-installed"python3-moksha-common
@@ -28914,6 +28008,7 @@ not-installed"python3-monitoring-plugins-http_json
not-installed"python3-monotonic
installed"python3-more-itertools
not-installed"python3-morecvutils
+not-installed"python3-moreorless
not-installed"python3-moretools
not-installed"python3-moto
not-installed"python3-moviepy
@@ -28923,6 +28018,7 @@ not-installed"python3-mpi4py-devel
not-installed"python3-mplcursors
not-installed"python3-mpmath
not-installed"python3-mraa
+not-installed"python3-mrcz
not-installed"python3-msal
not-installed"python3-msal-extensions
installed"python3-msgpack
@@ -28932,24 +28028,28 @@ not-installed"python3-msm
not-installed"python3-msoffcrypto-tool
not-installed"python3-msrest
not-installed"python3-msrestazure
+not-installed"python3-mss
not-installed"python3-mujson
not-installed"python3-mulpyplexer
not-installed"python3-multi_key_dict
-not-installed"python3-multidict
+installed"python3-multidict
not-installed"python3-multipledispatch
not-installed"python3-munch
installed"python3-munkres
+not-installed"python3-murano-pkg-check
installed"python3-musicbrainzngs
installed"python3-mutagen
+not-installed"python3-mutatorMath
not-installed"python3-mutmut
not-installed"python3-mutt-ics
not-installed"python3-mygpoclient
-not-installed"python3-mypy_extensions
+installed"python3-mypy_extensions
not-installed"python3-mysql-connector-python
installed"python3-mysqlclient
not-installed"python3-nagiosplugin
not-installed"python3-napalm
not-installed"python3-napalm-ansible
+not-installed"python3-napalm-arubaos-switch
not-installed"python3-napalm-asa
not-installed"python3-napalm-digineo-procurve
not-installed"python3-napalm-exos
@@ -28957,6 +28057,7 @@ not-installed"python3-napalm-procurve
not-installed"python3-natsort
not-installed"python3-nautilus
not-installed"python3-nautilus-devel
+not-installed"python3-nbclient
not-installed"python3-nbconvert
not-installed"python3-nbdime
not-installed"python3-nbformat
@@ -28973,15 +28074,17 @@ installed"python3-ndg-httpsclient
not-installed"python3-nemo
installed"python3-neovim
not-installed"python3-neovim-remote
+not-installed"python3-nest-asyncio
not-installed"python3-net-snmp
not-installed"python3-netCDF4
not-installed"python3-netaddr
installed"python3-netifaces
not-installed"python3-netmiko
+not-installed"python3-netpbmfile
not-installed"python3-networkx
not-installed"python3-neutronclient
not-installed"python3-newt
-not-installed"python3-nftables
+installed"python3-nftables
not-installed"python3-nghttp2
not-installed"python3-nibabel
not-installed"python3-nilearn
@@ -28998,8 +28101,10 @@ not-installed"python3-nose-progressive
not-installed"python3-nose-random
not-installed"python3-nose-timer
not-installed"python3-nose2
+not-installed"python3-nose2pytest
not-installed"python3-nose_warnings_filters
not-installed"python3-nosexcover
+not-installed"python3-notcurses
not-installed"python3-notebook
not-installed"python3-notebook-lang
not-installed"python3-notify2
@@ -29008,6 +28113,7 @@ not-installed"python3-novaclient
not-installed"python3-nox
not-installed"python3-npTDMS
not-installed"python3-nss
+not-installed"python3-ntc-templates
not-installed"python3-ntfy
installed"python3-ntlm-auth
not-installed"python3-ntp
@@ -29021,8 +28127,8 @@ not-installed"python3-numpy
not-installed"python3-numpy-devel
not-installed"python3-numpy-gnu-hpc
not-installed"python3-numpy-gnu-hpc-devel
-not-installed"python3-numpy_1_17_1-gnu-hpc
-not-installed"python3-numpy_1_17_1-gnu-hpc-devel
+not-installed"python3-numpy_1_19_0-gnu-hpc
+not-installed"python3-numpy_1_19_0-gnu-hpc-devel
not-installed"python3-numpydoc
not-installed"python3-nwdiag
not-installed"python3-nxapi-plumbing
@@ -29032,6 +28138,7 @@ not-installed"python3-oauth2client
not-installed"python3-oauth2client-flask
not-installed"python3-oauth2client-gce
installed"python3-oauthlib
+not-installed"python3-obexftp
not-installed"python3-objgraph
not-installed"python3-oci-sdk
not-installed"python3-oct2py
@@ -29040,14 +28147,17 @@ not-installed"python3-octaviaclient
not-installed"python3-odfpy
not-installed"python3-odorik
not-installed"python3-oic
+not-installed"python3-oiffile
installed"python3-olefile
not-installed"python3-onionshare
not-installed"python3-onnx
not-installed"python3-onnxconverter-common
not-installed"python3-opcodes
+not-installed"python3-openapi-codec
not-installed"python3-openapi-core
not-installed"python3-openapi-schema-validator
not-installed"python3-openapi-spec-validator
+not-installed"python3-openbabel
not-installed"python3-opencensus
not-installed"python3-opencensus-context
not-installed"python3-opencensus-ext-azure
@@ -29061,11 +28171,13 @@ not-installed"python3-openpyxl
not-installed"python3-openqa_client
not-installed"python3-openqa_review
not-installed"python3-openshot
+not-installed"python3-openstack-doc-tools
not-installed"python3-openstack.nose_plugin
not-installed"python3-openstackclient
not-installed"python3-openstackdocstheme
not-installed"python3-openstacksdk
not-installed"python3-opentelemetry-api
+not-installed"python3-openwrt-luci-rpc
not-installed"python3-openwsman
not-installed"python3-opt-einsum
not-installed"python3-orange-canvas-core
@@ -29100,12 +28212,13 @@ not-installed"python3-oslo.service
not-installed"python3-oslo.utils
not-installed"python3-oslo.versionedobjects
not-installed"python3-oslo.vmware
-not-installed"python3-oslosphinx
not-installed"python3-oslotest
not-installed"python3-osmviz
+not-installed"python3-ospd
+not-installed"python3-ospd-openvas
not-installed"python3-osprofiler
not-installed"python3-otb
-not-installed"python3-outcome
+installed"python3-outcome
not-installed"python3-ovirt-engine-sdk
not-installed"python3-ovs
not-installed"python3-ovsdbapp
@@ -29124,6 +28237,7 @@ not-installed"python3-pandas
not-installed"python3-pandas-datareader
not-installed"python3-pandas-ext
not-installed"python3-pandocfilters
+not-installed"python3-panel
not-installed"python3-panflute
not-installed"python3-papermill
not-installed"python3-parallax
@@ -29137,9 +28251,11 @@ not-installed"python3-parse
not-installed"python3-parse_type
not-installed"python3-parsedatetime
not-installed"python3-parsel
+not-installed"python3-parsimonious
not-installed"python3-parso
not-installed"python3-partd
not-installed"python3-parted
+not-installed"python3-particle
not-installed"python3-parver
not-installed"python3-pass_python_keyring
not-installed"python3-passa
@@ -29153,6 +28269,7 @@ not-installed"python3-pathlib2
installed"python3-pathspec
not-installed"python3-pathtools
not-installed"python3-pathvalidate
+not-installed"python3-patiencediff
not-installed"python3-patsy
installed"python3-pbkdf2
not-installed"python3-pbr
@@ -29204,12 +28321,14 @@ not-installed"python3-pkgconfig
not-installed"python3-pkginfo
not-installed"python3-plaster
not-installed"python3-plaster-pastedeploy
+not-installed"python3-platformio
not-installed"python3-plette
not-installed"python3-plist
not-installed"python3-plotly
not-installed"python3-plotly-jupyter
not-installed"python3-plplot
installed"python3-pluggy
+not-installed"python3-pluginbase
not-installed"python3-plumbum
installed"python3-ply
not-installed"python3-plyvel
@@ -29225,6 +28344,7 @@ not-installed"python3-polib
not-installed"python3-policycoreutils
not-installed"python3-pomegranate
not-installed"python3-pomegranate-devel
+not-installed"python3-pontos
not-installed"python3-pony
not-installed"python3-pook
not-installed"python3-poppler-qt5
@@ -29246,6 +28366,7 @@ not-installed"python3-prelude-correlator
not-installed"python3-premailer
not-installed"python3-presage
not-installed"python3-presagemate
+not-installed"python3-prestring
not-installed"python3-pretend
not-installed"python3-prewikka
not-installed"python3-proboscis
@@ -29253,22 +28374,25 @@ not-installed"python3-process-tests
not-installed"python3-proglog
not-installed"python3-progress
not-installed"python3-progressbar
-not-installed"python3-proliantutils
+not-installed"python3-progressbar2
not-installed"python3-prometheus_client
not-installed"python3-promise
not-installed"python3-prompt_toolkit
not-installed"python3-prompt_toolkit1
not-installed"python3-proselint
installed"python3-protobuf
+not-installed"python3-psautohint
not-installed"python3-pscript
not-installed"python3-psutil
not-installed"python3-psychtoolbox
not-installed"python3-psycopg2
+not-installed"python3-psycopg2cffi
not-installed"python3-ptpython
not-installed"python3-ptpython-ptipython
not-installed"python3-ptr
installed"python3-ptyprocess
not-installed"python3-publicsuffix
+not-installed"python3-publicsuffix2
not-installed"python3-publicsuffixlist
not-installed"python3-pudb
not-installed"python3-pulsectl
@@ -29278,9 +28402,12 @@ not-installed"python3-pwquality
installed"python3-py
not-installed"python3-py-cpuinfo
not-installed"python3-py-espeak-ng
+not-installed"python3-py-multihash
not-installed"python3-py-radix
not-installed"python3-py-ubjson
+not-installed"python3-py-vapid
not-installed"python3-py2pack
+not-installed"python3-py3c
not-installed"python3-py3dns
not-installed"python3-py3status
not-installed"python3-pyDOE2
@@ -29292,7 +28419,9 @@ not-installed"python3-pyOCD
installed"python3-pyOpenSSL
not-installed"python3-pyPEG2
not-installed"python3-pyRFC3339
+not-installed"python3-pyRXP
not-installed"python3-pyScss
+not-installed"python3-pyUSID
not-installed"python3-pyVows
installed"python3-pyacoustid
not-installed"python3-pyaes
@@ -29312,8 +28441,7 @@ not-installed"python3-pybugz
not-installed"python3-pycadf
installed"python3-pycairo
not-installed"python3-pycairo-devel
-not-installed"python3-pycallgraph
-not-installed"python3-pycares
+installed"python3-pycares
not-installed"python3-pycdio
not-installed"python3-pycha
not-installed"python3-pychm
@@ -29331,6 +28459,7 @@ installed"python3-pycurl
not-installed"python3-pycxx
not-installed"python3-pycxx-devel
not-installed"python3-pydantic
+not-installed"python3-pydash
not-installed"python3-pydata-google-auth
not-installed"python3-pydbus
not-installed"python3-pydenticon
@@ -29347,6 +28476,7 @@ not-installed"python3-pyee
not-installed"python3-pyelftools
not-installed"python3-pyemd
not-installed"python3-pyenchant
+not-installed"python3-pyerfa
not-installed"python3-pyface
not-installed"python3-pyfakefs
not-installed"python3-pyfeyn
@@ -29366,7 +28496,9 @@ not-installed"python3-pyglet
not-installed"python3-pygments-ansi-color
not-installed"python3-pygments-pytest
not-installed"python3-pygments-style-railscasts
+not-installed"python3-pygn
not-installed"python3-pygraphviz
+not-installed"python3-pyhcl
not-installed"python3-pyhibp
not-installed"python3-pyinotify
not-installed"python3-pyjavaproperties
@@ -29376,11 +28508,14 @@ not-installed"python3-pyjwkest
not-installed"python3-pykafka
not-installed"python3-pykeepass
not-installed"python3-pykerberos
+not-installed"python3-pykickstart
not-installed"python3-pykwalify
not-installed"python3-pylama
installed"python3-pylast
not-installed"python3-pylev
not-installed"python3-pylibacl
+not-installed"python3-pyliblo
+not-installed"python3-pyliblo-doc
not-installed"python3-pylibmc
not-installed"python3-pylineclip
not-installed"python3-pylint
@@ -29410,6 +28545,7 @@ not-installed"python3-pyodbc
not-installed"python3-pyosf
not-installed"python3-pyotp
not-installed"python3-pyowm
+not-installed"python3-pypandoc
not-installed"python3-pyparallel
installed"python3-pyparsing
not-installed"python3-pyperclip
@@ -29439,9 +28575,11 @@ not-installed"python3-pyroute2
installed"python3-pyrsistent
not-installed"python3-pysaml2
not-installed"python3-pyscard
+not-installed"python3-pyscreenshot
not-installed"python3-pysearpc
not-installed"python3-pysendfile
installed"python3-pyserial
+not-installed"python3-pysha3
not-installed"python3-pyshark
not-installed"python3-pyshould
not-installed"python3-pyshp
@@ -29456,6 +28594,7 @@ not-installed"python3-pysnmp
not-installed"python3-pysofaconventions
not-installed"python3-pysol-cards
not-installed"python3-pysolr
+not-installed"python3-pyspnego
not-installed"python3-pysrt
not-installed"python3-pyssim
not-installed"python3-pystache
@@ -29464,28 +28603,32 @@ not-installed"python3-pytaglib
not-installed"python3-pyte
not-installed"python3-pytesseract
installed"python3-pytest
+not-installed"python3-pytest-aiofiles
not-installed"python3-pytest-aiohttp
not-installed"python3-pytest-arraydiff
not-installed"python3-pytest-astropy
not-installed"python3-pytest-astropy-header
not-installed"python3-pytest-asyncio
not-installed"python3-pytest-attrib
+not-installed"python3-pytest-base-url
not-installed"python3-pytest-bdd
not-installed"python3-pytest-benchmark
not-installed"python3-pytest-black
not-installed"python3-pytest-check-links
not-installed"python3-pytest-click
-not-installed"python3-pytest-codestyle
not-installed"python3-pytest-console-scripts
+not-installed"python3-pytest-cookies
not-installed"python3-pytest-cov
not-installed"python3-pytest-datadir
+not-installed"python3-pytest-describe
not-installed"python3-pytest-django
+not-installed"python3-pytest-djangoapp
not-installed"python3-pytest-doctestplus
not-installed"python3-pytest-dotenv
+not-installed"python3-pytest-echo
not-installed"python3-pytest-env
not-installed"python3-pytest-error-for-skips
not-installed"python3-pytest-expect
-not-installed"python3-pytest-faulthandler
not-installed"python3-pytest-filter-subpackage
not-installed"python3-pytest-fixture-config
not-installed"python3-pytest-flake8
@@ -29510,7 +28653,10 @@ not-installed"python3-pytest-mpl
not-installed"python3-pytest-openfiles
not-installed"python3-pytest-ordering
not-installed"python3-pytest-parallel
+not-installed"python3-pytest-percent
+not-installed"python3-pytest-plus
not-installed"python3-pytest-profiling
+not-installed"python3-pytest-pycodestyle
not-installed"python3-pytest-pyramid-server
not-installed"python3-pytest-pythonpath
not-installed"python3-pytest-qt
@@ -29521,6 +28667,7 @@ not-installed"python3-pytest-remotedata
not-installed"python3-pytest-reorder
not-installed"python3-pytest-repeat
not-installed"python3-pytest-rerunfailures
+not-installed"python3-pytest-responsemock
not-installed"python3-pytest-runner
not-installed"python3-pytest-server-fixtures
not-installed"python3-pytest-services
@@ -29536,6 +28683,7 @@ not-installed"python3-pytest-svn
not-installed"python3-pytest-testconfig
not-installed"python3-pytest-timeout
not-installed"python3-pytest-tldr
+not-installed"python3-pytest-toolbox
not-installed"python3-pytest-tornado
not-installed"python3-pytest-tornasync
not-installed"python3-pytest-translations
@@ -29547,7 +28695,7 @@ not-installed"python3-pytest-verbose-parametrize
not-installed"python3-pytest-virtualenv
not-installed"python3-pytest-xdist
not-installed"python3-pytest-xvfb
-not-installed"python3-pytest4
+not-installed"python3-pytest5
not-installed"python3-python-afl
not-installed"python3-python-aiml
not-installed"python3-python-barcode
@@ -29570,6 +28718,7 @@ not-installed"python3-python-gammu
not-installed"python3-python-gflags
not-installed"python3-python-gitlab
not-installed"python3-python-gnupg
+not-installed"python3-python-gvm
not-installed"python3-python-jenkins
not-installed"python3-python-jose
not-installed"python3-python-json-logger
@@ -29587,6 +28736,8 @@ not-installed"python3-python-nmap
not-installed"python3-python-openid-cla
not-installed"python3-python-openid-teams
not-installed"python3-python-pam
+not-installed"python3-python-poppler
+not-installed"python3-python-prctl
not-installed"python3-python-pseudorandom
not-installed"python3-python-ptrace
not-installed"python3-python-qdatamatrix
@@ -29594,8 +28745,10 @@ not-installed"python3-python-qnotifications
not-installed"python3-python-qpid-proton
not-installed"python3-python-qprogedit
not-installed"python3-python-rapidjson
+not-installed"python3-python-redis-lock
not-installed"python3-python-redmine
not-installed"python3-python-rpm-spec
+not-installed"python3-python-rtmidi
not-installed"python3-python-slugify
not-installed"python3-python-snappy
not-installed"python3-python-sofa
@@ -29626,13 +28779,16 @@ installed"python3-pytz
not-installed"python3-pytzdata
not-installed"python3-pyuca
installed"python3-pyudev
+not-installed"python3-pyupgrade
not-installed"python3-pyusb
not-installed"python3-pyuv
not-installed"python3-pyux
not-installed"python3-pyvdr
+not-installed"python3-pyvips
not-installed"python3-pyviz-comms
installed"python3-pyvmomi
not-installed"python3-pywbem
+not-installed"python3-pywebpush
installed"python3-pywinrm
not-installed"python3-pyxattr
installed"python3-pyxdg
@@ -29644,16 +28800,20 @@ not-installed"python3-qet_tb_generator
not-installed"python3-qgrid
not-installed"python3-qrcode
not-installed"python3-qscintilla-qt5
+not-installed"python3-qsymm
not-installed"python3-qt3d-qt5
installed"python3-qt5
not-installed"python3-qt5-devel
+not-installed"python3-qt5-quick3d
not-installed"python3-qtcharts-qt5
not-installed"python3-qtconsole
not-installed"python3-qtdatavis3d-qt5
installed"python3-qtwebengine-qt5
not-installed"python3-quantities
+not-installed"python3-quantum-blackbird
not-installed"python3-queuelib
not-installed"python3-quicktions
+not-installed"python3-quimb
not-installed"python3-radon
not-installed"python3-rados
not-installed"python3-raet
@@ -29675,7 +28835,7 @@ not-installed"python3-redbaron
not-installed"python3-redfish
installed"python3-redis
not-installed"python3-rednose
-not-installed"python3-regex
+installed"python3-regex
not-installed"python3-relatorio
not-installed"python3-releases
not-installed"python3-remoto
@@ -29686,6 +28846,7 @@ not-installed"python3-reportlab
not-installed"python3-repoze.lru
not-installed"python3-repoze.sphinx.autointerface
not-installed"python3-repoze.who
+not-installed"python3-requestbuilder
installed"python3-requests
not-installed"python3-requests-aws
not-installed"python3-requests-cache
@@ -29693,12 +28854,13 @@ not-installed"python3-requests-download
not-installed"python3-requests-file
not-installed"python3-requests-ftp
not-installed"python3-requests-futures
+not-installed"python3-requests-gssapi
not-installed"python3-requests-hawk
not-installed"python3-requests-html
not-installed"python3-requests-kerberos
not-installed"python3-requests-mock
installed"python3-requests-oauthlib
-not-installed"python3-requests-toolbelt
+installed"python3-requests-toolbelt
not-installed"python3-requests-unixsocket
installed"python3-requests_ntlm
not-installed"python3-requestsexceptions
@@ -29720,12 +28882,17 @@ installed"python3-rfc3986
not-installed"python3-rfc3987
not-installed"python3-rfc6555
not-installed"python3-rgw
+not-installed"python3-rich
+not-installed"python3-rise
not-installed"python3-rjsmin
not-installed"python3-rnginline
not-installed"python3-robot-detection
+not-installed"python3-robotframework
+not-installed"python3-roifile
not-installed"python3-rollbar
installed"python3-roman
not-installed"python3-rope
+not-installed"python3-rpcq
not-installed"python3-rply
installed"python3-rpm
not-installed"python3-rpmconf
@@ -29747,9 +28914,9 @@ not-installed"python3-ruamel.yaml.clib
not-installed"python3-ruamel.yaml.cmd
not-installed"python3-ruamel.yaml.convert
not-installed"python3-ruffus
+not-installed"python3-runthis-sphinxext
not-installed"python3-rust2rpm
not-installed"python3-rustcfg
-not-installed"python3-ryu
not-installed"python3-s3fs
installed"python3-s3transfer
not-installed"python3-sadisplay
@@ -29761,8 +28928,11 @@ not-installed"python3-sanlock
not-installed"python3-sarge
not-installed"python3-sas7bdat
not-installed"python3-sasl
+not-installed"python3-sat-search
+not-installed"python3-sat-stac
not-installed"python3-scales
not-installed"python3-scandir
+not-installed"python3-scapy
not-installed"python3-schedule
not-installed"python3-schema
not-installed"python3-scikit-build
@@ -29774,9 +28944,11 @@ not-installed"python3-scikit-sparse
not-installed"python3-scikit-umfpack
not-installed"python3-scipy
not-installed"python3-scipy-gnu-hpc
-not-installed"python3-scipy_1_4_1-gnu-hpc
+not-installed"python3-scipy_1_5_2-gnu-hpc
not-installed"python3-scour
not-installed"python3-scp
+not-installed"python3-screeninfo
+not-installed"python3-screenplain
not-installed"python3-scripttest
not-installed"python3-scrypt
not-installed"python3-scspell3k
@@ -29800,11 +28972,13 @@ not-installed"python3-setools
not-installed"python3-setproctitle
installed"python3-setuptools
not-installed"python3-setuptools-git
+not-installed"python3-setuptools-version-command
not-installed"python3-setuptools_scm
not-installed"python3-setuptools_scm_git_archive
not-installed"python3-sfs
not-installed"python3-sge-pygame
not-installed"python3-sgmllib3k
+not-installed"python3-sgp4
not-installed"python3-sh
not-installed"python3-shaptools
not-installed"python3-shellingham
@@ -29813,8 +28987,8 @@ not-installed"python3-shijian
not-installed"python3-shinyutils
not-installed"python3-shodan
not-installed"python3-shortuuid
-not-installed"python3-shouldbe
not-installed"python3-sidecar
+not-installed"python3-sidpy
not-installed"python3-sievelib
not-installed"python3-sigal
not-installed"python3-signedjson
@@ -29832,6 +29006,8 @@ not-installed"python3-sip-devel
not-installed"python3-siphashc
installed"python3-six
not-installed"python3-sklearn-pandas
+not-installed"python3-skyfield
+not-installed"python3-slackclient
not-installed"python3-sleekxmpp
not-installed"python3-slimit
installed"python3-slip
@@ -29845,7 +29021,8 @@ not-installed"python3-smbios-utils
not-installed"python3-smbprotocol
not-installed"python3-smbus
not-installed"python3-smmap
-not-installed"python3-sniffio
+not-installed"python3-smpplib
+installed"python3-sniffio
not-installed"python3-snimpy
not-installed"python3-snowballstemmer
not-installed"python3-snuggs
@@ -29855,10 +29032,10 @@ not-installed"python3-socketIO-client-nexus
not-installed"python3-socketpool
not-installed"python3-softlayer
installed"python3-solv
+not-installed"python3-sorl-thumbnail
not-installed"python3-sortedcollections
-not-installed"python3-sortedcontainers
+installed"python3-sortedcontainers
not-installed"python3-sortinghat
-not-installed"python3-soundcloud
not-installed"python3-sounddevice
installed"python3-soupsieve
not-installed"python3-sox
@@ -29867,7 +29044,6 @@ not-installed"python3-spark_parser
not-installed"python3-sparse
not-installed"python3-speaklater
not-installed"python3-spec
-not-installed"python3-spec_tools
not-installed"python3-speechd
not-installed"python3-spglib
not-installed"python3-sphinx-argparse
@@ -29875,6 +29051,7 @@ not-installed"python3-sphinx-autodoc-typehints
not-installed"python3-sphinx-bootstrap-theme
not-installed"python3-sphinx-feature-classification
not-installed"python3-sphinx-issues
+not-installed"python3-sphinx-jsonschema
not-installed"python3-sphinx-removed-in
not-installed"python3-sphinx-testing
not-installed"python3-sphinx-version-warning
@@ -29890,6 +29067,7 @@ not-installed"python3-sphinxcontrib-autoprogram-doc
not-installed"python3-sphinxcontrib-blockdiag
not-installed"python3-sphinxcontrib-devhelp
not-installed"python3-sphinxcontrib-documentedlist
+not-installed"python3-sphinxcontrib-fulltoc
not-installed"python3-sphinxcontrib-github-alt
not-installed"python3-sphinxcontrib-htmlhelp
not-installed"python3-sphinxcontrib-httpdomain
@@ -29911,8 +29089,11 @@ not-installed"python3-spidev
not-installed"python3-splinter
not-installed"python3-spotipy
not-installed"python3-spyder-kernels
+not-installed"python3-spyder-notebook
+not-installed"python3-spyder-terminal
not-installed"python3-spyder-unittest
not-installed"python3-sqlalchemy-migrate
+not-installed"python3-sqlite-utils
not-installed"python3-sqlitedict
not-installed"python3-sqlparse
not-installed"python3-sqlsoup
@@ -29945,9 +29126,11 @@ not-installed"python3-subst
not-installed"python3-suds-jurko
not-installed"python3-sunpy
not-installed"python3-suntime
+not-installed"python3-superpaper
not-installed"python3-sure
not-installed"python3-susepubliccloudinfo
not-installed"python3-sushy
+not-installed"python3-svgpathtools
not-installed"python3-svgwrite
not-installed"python3-svneverever
not-installed"python3-swapper
@@ -29955,12 +29138,12 @@ not-installed"python3-swiftclient
not-installed"python3-swifter
not-installed"python3-sybil
not-installed"python3-sympy
+not-installed"python3-system_hotkey
installed"python3-systemd
not-installed"python3-tableprint
not-installed"python3-tables
not-installed"python3-tablib
not-installed"python3-tabulate
-not-installed"python3-tagpy
installed"python3-talloc
not-installed"python3-talloc-32bit
not-installed"python3-talloc-devel
@@ -29992,7 +29175,6 @@ not-installed"python3-testpath
not-installed"python3-testrepository
not-installed"python3-testresources
not-installed"python3-testscenarios
-not-installed"python3-testsuite
not-installed"python3-testtools
installed"python3-tevent
not-installed"python3-tevent-32bit
@@ -30004,29 +29186,32 @@ not-installed"python3-texttable
not-installed"python3-textwrap3
not-installed"python3-thLib
not-installed"python3-thespian
+not-installed"python3-thewalrus
not-installed"python3-threadpoolctl
not-installed"python3-threevis
not-installed"python3-thrift
not-installed"python3-thriftpy2
+not-installed"python3-tifffile
+not-installed"python3-tinyarray
not-installed"python3-tinycss2
not-installed"python3-tinydb
not-installed"python3-tinyrecord
not-installed"python3-tinyrpc
not-installed"python3-titlecase
-not-installed"python3-tk
not-installed"python3-tkreadonly
not-installed"python3-tld
not-installed"python3-tldextract
not-installed"python3-tmx
-not-installed"python3-tomate
+not-installed"python3-tokenize-rt
installed"python3-toml
not-installed"python3-tomlkit
-not-installed"python3-tools
not-installed"python3-toolz
not-installed"python3-tooz
+not-installed"python3-toposort
not-installed"python3-topy
not-installed"python3-torch
not-installed"python3-torch-devel
+not-installed"python3-torchvision
not-installed"python3-tornado
not-installed"python3-tornado4
not-installed"python3-tornado5
@@ -30048,16 +29233,20 @@ not-installed"python3-traittypes
not-installed"python3-transaction
not-installed"python3-transip
not-installed"python3-transitions
+not-installed"python3-translate-toolkit
not-installed"python3-translation-finder
not-installed"python3-translationstring
not-installed"python3-translitcodec
not-installed"python3-treq
not-installed"python3-tri.declarative
not-installed"python3-tri.struct
-not-installed"python3-trio
+installed"python3-trio
not-installed"python3-trustme
not-installed"python3-tsk
not-installed"python3-tvdb_api
+not-installed"python3-tvm
+not-installed"python3-tvm-nnvm
+not-installed"python3-tvm-topi
not-installed"python3-tvtk
not-installed"python3-tvtk-doc
not-installed"python3-tweepy
@@ -30072,14 +29261,19 @@ not-installed"python3-txZMQ
not-installed"python3-txaio
not-installed"python3-txt2tags
not-installed"python3-txtorcon
-not-installed"python3-typed-ast
+installed"python3-typed-ast
+not-installed"python3-typeguard
not-installed"python3-typepy
-not-installed"python3-typing_extensions
+not-installed"python3-typing-inspect
+installed"python3-typing_extensions
not-installed"python3-tzlocal
not-installed"python3-u-msgpack-python
not-installed"python3-ua-parser
not-installed"python3-uamqp
not-installed"python3-ucsmsdk
+not-installed"python3-ufoLib2
+not-installed"python3-ufoProcessor
+not-installed"python3-ufonormalizer
not-installed"python3-ujson
not-installed"python3-unbound
not-installed"python3-uncertainties
@@ -30091,9 +29285,10 @@ not-installed"python3-unify
not-installed"python3-uniseg
not-installed"python3-unittest-mixins
not-installed"python3-unittest-xml-reporting
-not-installed"python3-unittest2
+not-installed"python3-unittest2pytest
not-installed"python3-unpaddedbase64
not-installed"python3-untokenize
+not-installed"python3-unyt
not-installed"python3-upm
not-installed"python3-uritemplate
not-installed"python3-uritools
@@ -30101,15 +29296,20 @@ not-installed"python3-urlextract
not-installed"python3-urlgrabber
installed"python3-urllib3
not-installed"python3-urwid
+not-installed"python3-usbsdmux
not-installed"python3-user-agents
not-installed"python3-user_agent
not-installed"python3-userpath
+not-installed"python3-uvicorn
not-installed"python3-uvloop
not-installed"python3-validate_email
not-installed"python3-validators
installed"python3-vapoursynth
+not-installed"python3-varint
not-installed"python3-varlink
+not-installed"python3-vatnumber
not-installed"python3-vcrpy
+not-installed"python3-vcver
not-installed"python3-vcversioner
not-installed"python3-vdirsyncer
not-installed"python3-vega
@@ -30133,8 +29333,10 @@ not-installed"python3-visitor
not-installed"python3-vispy
not-installed"python3-vistir
not-installed"python3-visvis
+not-installed"python3-vncdotool
not-installed"python3-vobject
not-installed"python3-voila
+not-installed"python3-volatile
not-installed"python3-voluptuous
not-installed"python3-voluptuous-serialize
not-installed"python3-vsts
@@ -30153,6 +29355,7 @@ not-installed"python3-wakeonlan
not-installed"python3-warlock
not-installed"python3-watchdog
not-installed"python3-watchdog-doc
+not-installed"python3-watchgod
not-installed"python3-watchman
not-installed"python3-watermark
installed"python3-wcwidth
@@ -30161,6 +29364,7 @@ not-installed"python3-web_cache
not-installed"python3-webassets
not-installed"python3-webcolors
not-installed"python3-webencodings
+not-installed"python3-weblate-schemas
not-installed"python3-weblib
not-installed"python3-webruntime
not-installed"python3-websocket-client
@@ -30169,10 +29373,12 @@ not-installed"python3-websockify
not-installed"python3-whatever
not-installed"python3-whatthepatch
not-installed"python3-wheel
+not-installed"python3-wheezy.template
not-installed"python3-whichcraft
not-installed"python3-whitenoise
not-installed"python3-whois_similarity_distance
not-installed"python3-wikipedia
+not-installed"python3-wirerope
not-installed"python3-wiring
not-installed"python3-wolframalpha
not-installed"python3-wptools
@@ -30187,13 +29393,16 @@ not-installed"python3-wurlitzer
not-installed"python3-wxPython
not-installed"python3-wxPython-lang
not-installed"python3-xapian
+not-installed"python3-xapian-haystack
not-installed"python3-xapp
not-installed"python3-xarray
not-installed"python3-xattr
not-installed"python3-xcaplib
not-installed"python3-xcb-proto-devel
not-installed"python3-xcffib
+not-installed"python3-xdg
not-installed"python3-xdis
+not-installed"python3-xdoctest
not-installed"python3-xerox
not-installed"python3-xhtml2pdf
not-installed"python3-xkbgroup
@@ -30206,15 +29415,16 @@ not-installed"python3-xmlsec
installed"python3-xmltodict
not-installed"python3-xonsh
not-installed"python3-xpybutil
+not-installed"python3-xrootd
not-installed"python3-xsge_gui
not-installed"python3-xsge_lighting
not-installed"python3-xsge_particle
not-installed"python3-xsge_path
not-installed"python3-xsge_physics
+not-installed"python3-xsge_tiled
not-installed"python3-xsge_tmx
not-installed"python3-xvfbwrapper
not-installed"python3-xxhash
-not-installed"python3-xyzpy
not-installed"python3-yacron
not-installed"python3-yafe
not-installed"python3-yamldoc
@@ -30227,11 +29437,12 @@ not-installed"python3-yaql
not-installed"python3-yara
not-installed"python3-yarb
not-installed"python3-yarg
-not-installed"python3-yarl
+installed"python3-yarl
not-installed"python3-yaspin
not-installed"python3-youtube-dl
not-installed"python3-yq
not-installed"python3-yt
+not-installed"python3-yui
not-installed"python3-z3
not-installed"python3-zake
not-installed"python3-zc.buildout
@@ -30266,15 +29477,56 @@ not-installed"python3-zope.security
not-installed"python3-zope.testbrowser
not-installed"python3-zope.testing
not-installed"python3-zope.testrunner
+not-installed"python3-zopfli
not-installed"python3-zstandard
not-installed"python3-zstd
not-installed"python3-zxcvbn
installed"python3-zypp-plugin
+not-installed"python36
+not-installed"python36-32bit
+not-installed"python36-base
+not-installed"python36-base-32bit
+not-installed"python36-curses
+not-installed"python36-dbm
+not-installed"python36-devel
+not-installed"python36-doc
+not-installed"python36-doc-devhelp
+not-installed"python36-idle
+not-installed"python36-testsuite
+not-installed"python36-tk
+not-installed"python36-tools
+installed"python38
+not-installed"python38-32bit
+installed"python38-base
+not-installed"python38-base-32bit
+installed"python38-curses
+installed"python38-dbm
+installed"python38-devel
+not-installed"python38-doc
+not-installed"python38-doc-devhelp
+not-installed"python38-idle
+not-installed"python38-testsuite
+not-installed"python38-tk
+not-installed"python38-tools
+not-installed"python39
+not-installed"python39-32bit
+not-installed"python39-base
+not-installed"python39-base-32bit
+not-installed"python39-curses
+not-installed"python39-dbm
+not-installed"python39-devel
+not-installed"python39-doc
+not-installed"python39-doc-devhelp
+not-installed"python39-idle
+not-installed"python39-testsuite
+not-installed"python39-tk
+not-installed"python39-tools
not-installed"pytorch-converters
not-installed"pytorch-examples
not-installed"pyxtrlock
not-installed"pyxtrlock
not-installed"pyzo
+not-installed"pyzologo
not-installed"pyzy-db-android
not-installed"pyzy-db-open-phrase
not-installed"pyzy-devel
@@ -30321,8 +29573,12 @@ not-installed"qemu-block-iscsi
not-installed"qemu-block-nfs
installed"qemu-block-rbd
installed"qemu-block-ssh
+installed"qemu-chardev-baum
not-installed"qemu-extra
not-installed"qemu-guest-agent
+installed"qemu-hw-display-qxl
+installed"qemu-hw-usb-redirect
+installed"qemu-hw-usb-smartcard
installed"qemu-ipxe
installed"qemu-ksm
not-installed"qemu-kvm
@@ -30336,8 +29592,11 @@ not-installed"qemu-ppc
not-installed"qemu-s390
installed"qemu-seabios
installed"qemu-sgabios
+installed"qemu-skiboot
not-installed"qemu-testsuite
installed"qemu-tools
+not-installed"qemu-uefi-aarch32
+not-installed"qemu-uefi-aarch64
installed"qemu-ui-curses
installed"qemu-ui-gtk
installed"qemu-ui-sdl
@@ -30382,6 +29641,7 @@ not-installed"qmmp-plugin-pack-ffvideo
not-installed"qmmp-plugin-pack-goom
not-installed"qmmp-plugin-pack-samplerate
not-installed"qmmp-plugin-pack-xmp
+not-installed"qmmp-plugin-pack-youtube
not-installed"qmp3gain
not-installed"qmp3gain
not-installed"qmp3gain-debuginfo
@@ -30427,6 +29687,7 @@ not-installed"qperf
not-installed"qphotorec
not-installed"qpid-proton-devel
not-installed"qpid-proton-devel-doc
+not-installed"qpid-proton-test
not-installed"qpress
not-installed"qprint
not-installed"qps
@@ -30435,7 +29696,7 @@ installed"qqc2-desktop-style
not-installed"qqc2-desktop-style-devel
not-installed"qqwing
not-installed"qqwing-devel
-not-installed"qrencode
+installed"qrencode
not-installed"qrencode-devel
not-installed"qrupdate
not-installed"qrupdate-devel
@@ -30472,9 +29733,15 @@ not-installed"qtkeychain-qt5-devel
not-installed"qtodotxt
not-installed"qtox
not-installed"qtractor
-not-installed"qtweetlib
-not-installed"qtweetlib-debugsource
-not-installed"qtweetlib-devel
+not-installed"qtsmbstatus
+not-installed"qtsmbstatus
+not-installed"qtsmbstatus-debuginfo
+not-installed"qtsmbstatus-debugsource
+not-installed"qtsmbstatus-lang
+not-installed"qtsmbstatus-light
+not-installed"qtsmbstatus-light-debuginfo
+not-installed"qtsmbstatus-server
+not-installed"qtsmbstatus-server-debuginfo
not-installed"qtxdg-tools
not-installed"quadrapassel
not-installed"quadrapassel-lang
@@ -30540,10 +29807,10 @@ not-installed"r8168-kmp-default
not-installed"r8168-kmp-default-debuginfo
not-installed"r8168-kmp-pae
not-installed"r8168-kmp-pae-debuginfo
+not-installed"rabbitmq-c-tools
not-installed"rabbitmq-java-client
not-installed"rabbitmq-server
not-installed"rabbitmq-server-plugins
-not-installed"racer
not-installed"racket
not-installed"racket-devel
not-installed"racket-doc
@@ -30566,7 +29833,7 @@ not-installed"rainbow-bash-completion
not-installed"rainbow-zsh-completion
not-installed"rakkess
not-installed"rakudo
-not-installed"raleway-fonts
+installed"raleway-fonts
not-installed"rang-devel
not-installed"ranger
not-installed"rapi2-tools
@@ -30585,8 +29852,10 @@ not-installed"rasmol
not-installed"raspberrypi-firmware
not-installed"raspberrypi-firmware-config
not-installed"raspberrypi-firmware-dt
+not-installed"raspberrypi-firmware-eeprom
not-installed"raspberrypi-firmware-extra
not-installed"raspberrypi-firmware-extra-pi4
+not-installed"raspberrypi-rpiboot
not-installed"rasqal
not-installed"ratbagd
not-installed"ratslap
@@ -30619,6 +29888,7 @@ not-installed"rdma-core-devel-32bit
not-installed"rdma-ndd
not-installed"rds-tools
not-installed"rds-tools-devel
+not-installed"re-devel
not-installed"re2-devel
not-installed"re2c
not-installed"read-edid
@@ -30633,6 +29903,7 @@ not-installed"readline5-devel
not-installed"readline5-devel-32bit
not-installed"readline6-devel
not-installed"readline6-devel-32bit
+not-installed"reaim
not-installed"realmd
not-installed"realmd-lang
not-installed"rear
@@ -30653,9 +29924,11 @@ not-installed"recoll-debugsource
not-installed"recordmydesktop
not-installed"redeclipse
not-installed"redeclipse-data
+not-installed"redeclipse-server
not-installed"redfish-finder
not-installed"redfishtool
installed"redis
+not-installed"redis++-devel
not-installed"redland
not-installed"redland-storage-postgresql
not-installed"redminecli
@@ -30677,6 +29950,7 @@ not-installed"relaxngcc
not-installed"relaxngcc-javadoc
not-installed"release-compare
installed"release-notes-openSUSE
+not-installed"rem-devel
not-installed"remake
not-installed"remake-lang
not-installed"remind
@@ -30703,16 +29977,26 @@ not-installed"resample
not-installed"rescue
not-installed"resolv_wrapper
not-installed"resource-agents
+not-installed"resteasy
+not-installed"resteasy-atom-provider
+not-installed"resteasy-client
+not-installed"resteasy-core
+not-installed"resteasy-jackson2-provider
+not-installed"resteasy-javadoc
+not-installed"resteasy-jaxb-provider
not-installed"restic
not-installed"restic-bash-completion
not-installed"restic-zsh-completion
not-installed"restorecond
+not-installed"restund
not-installed"retext
not-installed"retro-gtk-devel
not-installed"retroarch
not-installed"retroarch-assets
not-installed"retroarch-joypad-autoconfig
not-installed"reuse
+not-installed"revelation
+not-installed"revelation-lang
not-installed"reveng
not-installed"rfb
not-installed"rfbplaymacro
@@ -30730,10 +30014,11 @@ not-installed"rhythmbox-lang
not-installed"rime
not-installed"rime-plum
not-installed"rinetd
-not-installed"ripgrep
-not-installed"ripgrep-bash-completion
+not-installed"rinutils-devel
+installed"ripgrep
+installed"ripgrep-bash-completion
not-installed"ripgrep-fish-completion
-not-installed"ripgrep-zsh-completion
+installed"ripgrep-zsh-completion
not-installed"ripit
not-installed"ristretto
not-installed"ristretto-lang
@@ -30766,30 +30051,11 @@ not-installed"roarpld-codechelper-gst
not-installed"roarpld-debuginfo
not-installed"roarpld-debugsource
not-installed"roarpld-devel
+not-installed"robin-map-devel
not-installed"robinhood
not-installed"robinhood-tests
not-installed"robinhood-tools
not-installed"robinhood-webgui
-not-installed"roccat-arvo
-not-installed"roccat-isku
-not-installed"roccat-iskufx
-not-installed"roccat-kiro
-not-installed"roccat-kone
-not-installed"roccat-koneplus
-not-installed"roccat-konepure
-not-installed"roccat-konextd
-not-installed"roccat-kova2016
-not-installed"roccat-kovaplus
-not-installed"roccat-lua
-not-installed"roccat-nyth
-not-installed"roccat-pyra
-not-installed"roccat-ryos
-not-installed"roccat-savu
-not-installed"roccat-skeltr
-not-installed"roccat-sova
-not-installed"roccat-suora
-not-installed"roccat-tools
-not-installed"roccat-tyon
not-installed"rockdodger
not-installed"rocksndiamonds
not-installed"rocksndiamonds-data
@@ -30826,6 +30092,8 @@ installed"rpm-build-perl
installed"rpm-build-python
installed"rpm-config-SUSE
not-installed"rpm-devel
+not-installed"rpm-repo-keys-openSUSE
+not-installed"rpm-repos-openSUSE-Tumbleweed
not-installed"rpmconf
not-installed"rpmdevtools
not-installed"rpmemd
@@ -30843,6 +30111,7 @@ not-installed"rrdtool-cached
not-installed"rrdtool-devel
not-installed"rrdtool-doc
not-installed"rscsi
+not-installed"rshim
installed"rsibreak
not-installed"rsibreak
not-installed"rsibreak-debuginfo
@@ -30855,6 +30124,7 @@ not-installed"rsound
not-installed"rsound
not-installed"rsound-debuginfo
not-installed"rsound-debugsource
+not-installed"rspamd
not-installed"rss-glx
not-installed"rss2email
not-installed"rssguard
@@ -30955,47 +30225,34 @@ not-installed"ruby2.6-rubygem-abstract-testsuite
installed"ruby2.6-rubygem-abstract_method
not-installed"ruby2.6-rubygem-abstract_method-doc
not-installed"ruby2.6-rubygem-actioncable-5.2
-not-installed"ruby2.6-rubygem-actioncable-5_1
not-installed"ruby2.6-rubygem-actioncable-6.0
not-installed"ruby2.6-rubygem-actioncable-doc-5.2
-not-installed"ruby2.6-rubygem-actioncable-doc-5_1
not-installed"ruby2.6-rubygem-actioncable-doc-6.0
not-installed"ruby2.6-rubygem-actionmailbox-6.0
not-installed"ruby2.6-rubygem-actionmailbox-doc-6.0
not-installed"ruby2.6-rubygem-actionmailer-5.2
-not-installed"ruby2.6-rubygem-actionmailer-5_1
not-installed"ruby2.6-rubygem-actionmailer-6.0
not-installed"ruby2.6-rubygem-actionmailer-doc-5.2
-not-installed"ruby2.6-rubygem-actionmailer-doc-5_1
not-installed"ruby2.6-rubygem-actionmailer-doc-6.0
not-installed"ruby2.6-rubygem-actionpack-5.2
-not-installed"ruby2.6-rubygem-actionpack-5_1
not-installed"ruby2.6-rubygem-actionpack-6.0
not-installed"ruby2.6-rubygem-actionpack-doc-5.2
-not-installed"ruby2.6-rubygem-actionpack-doc-5_1
not-installed"ruby2.6-rubygem-actionpack-doc-6.0
not-installed"ruby2.6-rubygem-actiontext-6.0
not-installed"ruby2.6-rubygem-actiontext-doc-6.0
not-installed"ruby2.6-rubygem-actionview-5.2
-not-installed"ruby2.6-rubygem-actionview-5_1
not-installed"ruby2.6-rubygem-actionview-6.0
not-installed"ruby2.6-rubygem-actionview-doc-5.2
-not-installed"ruby2.6-rubygem-actionview-doc-5_1
not-installed"ruby2.6-rubygem-actionview-doc-6.0
not-installed"ruby2.6-rubygem-activejob-5.2
-not-installed"ruby2.6-rubygem-activejob-5_1
not-installed"ruby2.6-rubygem-activejob-6.0
not-installed"ruby2.6-rubygem-activejob-doc-5.2
-not-installed"ruby2.6-rubygem-activejob-doc-5_1
not-installed"ruby2.6-rubygem-activejob-doc-6.0
not-installed"ruby2.6-rubygem-activemodel-5.2
-not-installed"ruby2.6-rubygem-activemodel-5_1
not-installed"ruby2.6-rubygem-activemodel-6.0
not-installed"ruby2.6-rubygem-activemodel-doc-5.2
-not-installed"ruby2.6-rubygem-activemodel-doc-5_1
not-installed"ruby2.6-rubygem-activemodel-doc-6.0
not-installed"ruby2.6-rubygem-activerecord-5.2
-not-installed"ruby2.6-rubygem-activerecord-5_1
not-installed"ruby2.6-rubygem-activerecord-6.0
not-installed"ruby2.6-rubygem-activerecord-deprecated_finders
not-installed"ruby2.6-rubygem-activerecord-deprecated_finders-doc
@@ -31006,10 +30263,8 @@ not-installed"ruby2.6-rubygem-activestorage-6.0
not-installed"ruby2.6-rubygem-activestorage-doc-5.2
not-installed"ruby2.6-rubygem-activestorage-doc-6.0
not-installed"ruby2.6-rubygem-activesupport-5.2
-not-installed"ruby2.6-rubygem-activesupport-5_1
not-installed"ruby2.6-rubygem-activesupport-6.0
not-installed"ruby2.6-rubygem-activesupport-doc-5.2
-not-installed"ruby2.6-rubygem-activesupport-doc-5_1
not-installed"ruby2.6-rubygem-activesupport-doc-6.0
not-installed"ruby2.6-rubygem-addressable
not-installed"ruby2.6-rubygem-addressable-2_3
@@ -31044,7 +30299,6 @@ not-installed"ruby2.6-rubygem-asciidoctor
not-installed"ruby2.6-rubygem-asciidoctor-doc
not-installed"ruby2.6-rubygem-ast
not-installed"ruby2.6-rubygem-ast-doc
-not-installed"ruby2.6-rubygem-ast-testsuite
not-installed"ruby2.6-rubygem-atomic
not-installed"ruby2.6-rubygem-atomic-doc
not-installed"ruby2.6-rubygem-atomic-testsuite
@@ -31053,7 +30307,6 @@ not-installed"ruby2.6-rubygem-attr_required-doc
not-installed"ruby2.6-rubygem-attr_required-testsuite
not-installed"ruby2.6-rubygem-autoprefixer-rails
not-installed"ruby2.6-rubygem-autoprefixer-rails-doc
-not-installed"ruby2.6-rubygem-autoprefixer-rails-testsuite
not-installed"ruby2.6-rubygem-axiom-types
not-installed"ruby2.6-rubygem-axiom-types-doc
not-installed"ruby2.6-rubygem-axiom-types-testsuite
@@ -31187,7 +30440,6 @@ not-installed"ruby2.6-rubygem-cool.io-doc
not-installed"ruby2.6-rubygem-cool.io-testsuite
not-installed"ruby2.6-rubygem-crack
not-installed"ruby2.6-rubygem-crack-doc
-not-installed"ruby2.6-rubygem-crack-testsuite
not-installed"ruby2.6-rubygem-crass
not-installed"ruby2.6-rubygem-crass-doc
not-installed"ruby2.6-rubygem-cri
@@ -31195,9 +30447,6 @@ not-installed"ruby2.6-rubygem-cri-doc
not-installed"ruby2.6-rubygem-cri-testsuite
not-installed"ruby2.6-rubygem-cssmin
not-installed"ruby2.6-rubygem-cssmin-doc
-not-installed"ruby2.6-rubygem-daemon_controller
-not-installed"ruby2.6-rubygem-daemon_controller-doc
-not-installed"ruby2.6-rubygem-daemon_controller-testsuite
not-installed"ruby2.6-rubygem-daemons
not-installed"ruby2.6-rubygem-daemons-doc
not-installed"ruby2.6-rubygem-debase
@@ -31229,8 +30478,6 @@ not-installed"ruby2.6-rubygem-devise-i18n-doc
not-installed"ruby2.6-rubygem-devise_ldap_authenticatable
not-installed"ruby2.6-rubygem-devise_ldap_authenticatable-doc
not-installed"ruby2.6-rubygem-devise_ldap_authenticatable-testsuite
-not-installed"ruby2.6-rubygem-dice
-not-installed"ruby2.6-rubygem-dice-doc
not-installed"ruby2.6-rubygem-diff-lcs
not-installed"ruby2.6-rubygem-diff-lcs-doc
not-installed"ruby2.6-rubygem-diff-lcs-testsuite
@@ -31247,6 +30494,22 @@ not-installed"ruby2.6-rubygem-docile-testsuite-1_1
not-installed"ruby2.6-rubygem-domain_name
not-installed"ruby2.6-rubygem-domain_name-doc
not-installed"ruby2.6-rubygem-domain_name-testsuite
+not-installed"ruby2.6-rubygem-dry-configurable
+not-installed"ruby2.6-rubygem-dry-configurable-doc
+not-installed"ruby2.6-rubygem-dry-container
+not-installed"ruby2.6-rubygem-dry-container-doc
+not-installed"ruby2.6-rubygem-dry-container-testsuite
+not-installed"ruby2.6-rubygem-dry-core
+not-installed"ruby2.6-rubygem-dry-core-doc
+not-installed"ruby2.6-rubygem-dry-equalizer
+not-installed"ruby2.6-rubygem-dry-equalizer-doc
+not-installed"ruby2.6-rubygem-dry-equalizer-testsuite
+not-installed"ruby2.6-rubygem-dry-inflector
+not-installed"ruby2.6-rubygem-dry-inflector-doc
+not-installed"ruby2.6-rubygem-dry-logic
+not-installed"ruby2.6-rubygem-dry-logic-doc
+not-installed"ruby2.6-rubygem-dry-types
+not-installed"ruby2.6-rubygem-dry-types-doc
not-installed"ruby2.6-rubygem-ed25519
not-installed"ruby2.6-rubygem-ed25519-doc
not-installed"ruby2.6-rubygem-em-websocket
@@ -31308,8 +30571,6 @@ not-installed"ruby2.6-rubygem-fastercsv-doc
not-installed"ruby2.6-rubygem-fastercsv-testsuite
not-installed"ruby2.6-rubygem-ffi
not-installed"ruby2.6-rubygem-ffi-doc
-not-installed"ruby2.6-rubygem-file-tail
-not-installed"ruby2.6-rubygem-file-tail-doc
not-installed"ruby2.6-rubygem-flog
not-installed"ruby2.6-rubygem-flog-doc
not-installed"ruby2.6-rubygem-flog-testsuite
@@ -31527,7 +30788,6 @@ not-installed"ruby2.6-rubygem-lolcat
not-installed"ruby2.6-rubygem-lolcat-doc
not-installed"ruby2.6-rubygem-loofah
not-installed"ruby2.6-rubygem-loofah-doc
-not-installed"ruby2.6-rubygem-loofah-testsuite
not-installed"ruby2.6-rubygem-mail
not-installed"ruby2.6-rubygem-mail-2_5
not-installed"ruby2.6-rubygem-mail-doc
@@ -31536,9 +30796,6 @@ not-installed"ruby2.6-rubygem-manpages
not-installed"ruby2.6-rubygem-manpages-doc
not-installed"ruby2.6-rubygem-marcel
not-installed"ruby2.6-rubygem-marcel-doc
-not-installed"ruby2.6-rubygem-memcache-client
-not-installed"ruby2.6-rubygem-memcache-client-doc
-not-installed"ruby2.6-rubygem-memcache-client-testsuite
not-installed"ruby2.6-rubygem-mercenary
not-installed"ruby2.6-rubygem-mercenary-doc
not-installed"ruby2.6-rubygem-mercenary-testsuite
@@ -31551,6 +30808,9 @@ not-installed"ruby2.6-rubygem-method_source-testsuite
not-installed"ruby2.6-rubygem-micromachine
not-installed"ruby2.6-rubygem-micromachine-doc
not-installed"ruby2.6-rubygem-micromachine-testsuite
+not-installed"ruby2.6-rubygem-mime
+not-installed"ruby2.6-rubygem-mime-doc
+not-installed"ruby2.6-rubygem-mime-testsuite
not-installed"ruby2.6-rubygem-mime-types
not-installed"ruby2.6-rubygem-mime-types-1
not-installed"ruby2.6-rubygem-mime-types-data
@@ -31630,7 +30890,6 @@ not-installed"ruby2.6-rubygem-net-scp-testsuite-1_1
not-installed"ruby2.6-rubygem-net-scp-testsuite-1_2
not-installed"ruby2.6-rubygem-net-sftp
not-installed"ruby2.6-rubygem-net-sftp-doc
-not-installed"ruby2.6-rubygem-net-sftp-testsuite
not-installed"ruby2.6-rubygem-net-ssh
not-installed"ruby2.6-rubygem-net-ssh-4_1
not-installed"ruby2.6-rubygem-net-ssh-5.1
@@ -31723,9 +30982,6 @@ not-installed"ruby2.6-rubygem-polyglot-doc
not-installed"ruby2.6-rubygem-pry
not-installed"ruby2.6-rubygem-pry-doc
not-installed"ruby2.6-rubygem-pry-doc-testsuite
-not-installed"ruby2.6-rubygem-pry_debug
-not-installed"ruby2.6-rubygem-pry_debug-doc
-not-installed"ruby2.6-rubygem-pry_debug-testsuite
not-installed"ruby2.6-rubygem-public_suffix
not-installed"ruby2.6-rubygem-public_suffix-3.1
not-installed"ruby2.6-rubygem-public_suffix-doc
@@ -31764,9 +31020,7 @@ not-installed"ruby2.6-rubygem-rack-protection-doc
not-installed"ruby2.6-rubygem-rack-proxy
not-installed"ruby2.6-rubygem-rack-proxy-doc
not-installed"ruby2.6-rubygem-rack-proxy-testsuite
-not-installed"ruby2.6-rubygem-rack-ssl
not-installed"ruby2.6-rubygem-rack-ssl-1_3
-not-installed"ruby2.6-rubygem-rack-ssl-doc
not-installed"ruby2.6-rubygem-rack-ssl-doc-1_3
not-installed"ruby2.6-rubygem-rack-test-0_6
not-installed"ruby2.6-rubygem-rack-test-doc-0_6
@@ -31776,13 +31030,11 @@ not-installed"ruby2.6-rubygem-rack-testsuite-1_4
not-installed"ruby2.6-rubygem-rack-testsuite-1_6
not-installed"ruby2.6-rubygem-rack-testsuite-2.0
not-installed"ruby2.6-rubygem-rails-5.2
-not-installed"ruby2.6-rubygem-rails-5_1
not-installed"ruby2.6-rubygem-rails-6.0
not-installed"ruby2.6-rubygem-rails-deprecated_sanitizer
not-installed"ruby2.6-rubygem-rails-deprecated_sanitizer-doc
not-installed"ruby2.6-rubygem-rails-deprecated_sanitizer-testsuite
not-installed"ruby2.6-rubygem-rails-doc-5.2
-not-installed"ruby2.6-rubygem-rails-doc-5_1
not-installed"ruby2.6-rubygem-rails-doc-6.0
not-installed"ruby2.6-rubygem-rails-dom-testing
not-installed"ruby2.6-rubygem-rails-dom-testing-doc
@@ -31796,10 +31048,8 @@ not-installed"ruby2.6-rubygem-rails_stdout_logging
not-installed"ruby2.6-rubygem-rails_stdout_logging-doc
not-installed"ruby2.6-rubygem-rails_stdout_logging-testsuite
not-installed"ruby2.6-rubygem-railties-5.2
-not-installed"ruby2.6-rubygem-railties-5_1
not-installed"ruby2.6-rubygem-railties-6.0
not-installed"ruby2.6-rubygem-railties-doc-5.2
-not-installed"ruby2.6-rubygem-railties-doc-5_1
not-installed"ruby2.6-rubygem-railties-doc-6.0
not-installed"ruby2.6-rubygem-rainbow
not-installed"ruby2.6-rubygem-rainbow-doc
@@ -31807,14 +31057,10 @@ not-installed"ruby2.6-rubygem-rainbow-testsuite
not-installed"ruby2.6-rubygem-raindrops
not-installed"ruby2.6-rubygem-raindrops-doc
not-installed"ruby2.6-rubygem-raindrops-testsuite
-not-installed"ruby2.6-rubygem-rake-11_3
-not-installed"ruby2.6-rubygem-rake-12.3
not-installed"ruby2.6-rubygem-rake-12_0
not-installed"ruby2.6-rubygem-rake-compiler
not-installed"ruby2.6-rubygem-rake-compiler-doc
not-installed"ruby2.6-rubygem-rake-compiler-testsuite
-not-installed"ruby2.6-rubygem-rake-doc-11_3
-not-installed"ruby2.6-rubygem-rake-doc-12.3
not-installed"ruby2.6-rubygem-rake-doc-12_0
not-installed"ruby2.6-rubygem-rb-fsevent
not-installed"ruby2.6-rubygem-rb-fsevent-doc
@@ -31830,6 +31076,9 @@ not-installed"ruby2.6-rubygem-rdiscount-testsuite
not-installed"ruby2.6-rubygem-rdoc-4
not-installed"ruby2.6-rubygem-rdoc-doc-4
not-installed"ruby2.6-rubygem-rdoc-testsuite-4
+not-installed"ruby2.6-rubygem-regexp_parser
+not-installed"ruby2.6-rubygem-regexp_parser-doc
+not-installed"ruby2.6-rubygem-regexp_parser-testsuite
not-installed"ruby2.6-rubygem-responders
not-installed"ruby2.6-rubygem-responders-doc
not-installed"ruby2.6-rubygem-rest-client
@@ -31876,11 +31125,17 @@ not-installed"ruby2.6-rubygem-rspec-mocks
not-installed"ruby2.6-rubygem-rspec-mocks-3_5
not-installed"ruby2.6-rubygem-rspec-mocks-doc
not-installed"ruby2.6-rubygem-rspec-mocks-doc-3_5
+not-installed"ruby2.6-rubygem-rspec-rails
+not-installed"ruby2.6-rubygem-rspec-rails-3.9
+not-installed"ruby2.6-rubygem-rspec-rails-doc
+not-installed"ruby2.6-rubygem-rspec-rails-doc-3.9
not-installed"ruby2.6-rubygem-rspec-support
not-installed"ruby2.6-rubygem-rspec-support-3_5
not-installed"ruby2.6-rubygem-rspec-support-doc
not-installed"ruby2.6-rubygem-rspec-support-doc-3_5
not-installed"ruby2.6-rubygem-rubocop
+not-installed"ruby2.6-rubygem-rubocop-ast
+not-installed"ruby2.6-rubygem-rubocop-ast-doc
not-installed"ruby2.6-rubygem-rubocop-doc
installed"ruby2.6-rubygem-ruby-augeas
not-installed"ruby2.6-rubygem-ruby-augeas-doc
@@ -31897,6 +31152,9 @@ not-installed"ruby2.6-rubygem-ruby-openid-doc
not-installed"ruby2.6-rubygem-ruby-openid-testsuite
not-installed"ruby2.6-rubygem-ruby-progressbar
not-installed"ruby2.6-rubygem-ruby-progressbar-doc
+not-installed"ruby2.6-rubygem-ruby-rc4
+not-installed"ruby2.6-rubygem-ruby-rc4-doc
+not-installed"ruby2.6-rubygem-ruby-rc4-testsuite
not-installed"ruby2.6-rubygem-ruby-shadow
not-installed"ruby2.6-rubygem-ruby-shadow-doc
not-installed"ruby2.6-rubygem-ruby2_keywords
@@ -31934,11 +31192,14 @@ not-installed"ruby2.6-rubygem-sass-rails-5.1
not-installed"ruby2.6-rubygem-sass-rails-doc
not-installed"ruby2.6-rubygem-sass-rails-doc-5.1
not-installed"ruby2.6-rubygem-sassc
+not-installed"ruby2.6-rubygem-sassc-2.2
not-installed"ruby2.6-rubygem-sassc-doc
+not-installed"ruby2.6-rubygem-sassc-doc-2.2
not-installed"ruby2.6-rubygem-sassc-rails
not-installed"ruby2.6-rubygem-sassc-rails-doc
not-installed"ruby2.6-rubygem-sassc-rails-testsuite
not-installed"ruby2.6-rubygem-sassc-testsuite
+not-installed"ruby2.6-rubygem-sassc-testsuite-2.2
not-installed"ruby2.6-rubygem-sdoc
not-installed"ruby2.6-rubygem-sdoc-doc
not-installed"ruby2.6-rubygem-sdoc-testsuite
@@ -32014,14 +31275,9 @@ not-installed"ruby2.6-rubygem-swd-testsuite
not-installed"ruby2.6-rubygem-systemu
not-installed"ruby2.6-rubygem-systemu-doc
not-installed"ruby2.6-rubygem-systemu-testsuite
-not-installed"ruby2.6-rubygem-taskjuggler
-not-installed"ruby2.6-rubygem-taskjuggler-doc
-not-installed"ruby2.6-rubygem-taskjuggler-testsuite
not-installed"ruby2.6-rubygem-temple
not-installed"ruby2.6-rubygem-temple-doc
not-installed"ruby2.6-rubygem-temple-testsuite
-not-installed"ruby2.6-rubygem-term-ansicolor
-not-installed"ruby2.6-rubygem-term-ansicolor-doc
not-installed"ruby2.6-rubygem-text
not-installed"ruby2.6-rubygem-text-doc
not-installed"ruby2.6-rubygem-text-hyphen
@@ -32045,9 +31301,6 @@ not-installed"ruby2.6-rubygem-tilt-testsuite-1_1
not-installed"ruby2.6-rubygem-tilt-testsuite-1_4
not-installed"ruby2.6-rubygem-timers
not-installed"ruby2.6-rubygem-timers-doc
-not-installed"ruby2.6-rubygem-timers-testsuite
-not-installed"ruby2.6-rubygem-tins
-not-installed"ruby2.6-rubygem-tins-doc
not-installed"ruby2.6-rubygem-tmuxinator
not-installed"ruby2.6-rubygem-tmuxinator-doc
not-installed"ruby2.6-rubygem-tmuxinator-testsuite
@@ -32132,7 +31385,9 @@ not-installed"ruby2.6-rubygem-websocket-driver-doc-0_6
not-installed"ruby2.6-rubygem-websocket-extensions
not-installed"ruby2.6-rubygem-websocket-extensions-doc
not-installed"ruby2.6-rubygem-websocket-testsuite
+not-installed"ruby2.6-rubygem-winrm
not-installed"ruby2.6-rubygem-winrm-2_1
+not-installed"ruby2.6-rubygem-winrm-doc
not-installed"ruby2.6-rubygem-winrm-doc-2_1
not-installed"ruby2.6-rubygem-winrm-elevated
not-installed"ruby2.6-rubygem-winrm-elevated-doc
@@ -32153,11 +31408,1220 @@ not-installed"ruby2.6-rubygem-yajl-ruby-doc
not-installed"ruby2.6-rubygem-yajl-ruby-testsuite
not-installed"ruby2.6-rubygem-yard
not-installed"ruby2.6-rubygem-yard-doc
-not-installed"ruby2.6-rubygem-yard-testsuite
-not-installed"ruby2.6-rubygem-yast-rake
-not-installed"ruby2.6-rubygem-yast-rake-doc
not-installed"ruby2.6-rubygem-zeitwerk
not-installed"ruby2.6-rubygem-zeitwerk-doc
+installed"ruby2.7
+not-installed"ruby2.7-devel
+not-installed"ruby2.7-devel-extra
+not-installed"ruby2.7-doc
+not-installed"ruby2.7-doc-ri
+not-installed"ruby2.7-rubygem-RedCloth
+not-installed"ruby2.7-rubygem-RedCloth-doc
+not-installed"ruby2.7-rubygem-RedCloth-testsuite
+not-installed"ruby2.7-rubygem-abstract
+not-installed"ruby2.7-rubygem-abstract-doc
+not-installed"ruby2.7-rubygem-abstract-testsuite
+installed"ruby2.7-rubygem-abstract_method
+not-installed"ruby2.7-rubygem-abstract_method-doc
+not-installed"ruby2.7-rubygem-actioncable-5.2
+not-installed"ruby2.7-rubygem-actioncable-6.0
+not-installed"ruby2.7-rubygem-actioncable-doc-5.2
+not-installed"ruby2.7-rubygem-actioncable-doc-6.0
+not-installed"ruby2.7-rubygem-actionmailbox-6.0
+not-installed"ruby2.7-rubygem-actionmailbox-doc-6.0
+not-installed"ruby2.7-rubygem-actionmailer-5.2
+not-installed"ruby2.7-rubygem-actionmailer-6.0
+not-installed"ruby2.7-rubygem-actionmailer-doc-5.2
+not-installed"ruby2.7-rubygem-actionmailer-doc-6.0
+not-installed"ruby2.7-rubygem-actionpack-5.2
+not-installed"ruby2.7-rubygem-actionpack-6.0
+not-installed"ruby2.7-rubygem-actionpack-doc-5.2
+not-installed"ruby2.7-rubygem-actionpack-doc-6.0
+not-installed"ruby2.7-rubygem-actiontext-6.0
+not-installed"ruby2.7-rubygem-actiontext-doc-6.0
+not-installed"ruby2.7-rubygem-actionview-5.2
+not-installed"ruby2.7-rubygem-actionview-6.0
+not-installed"ruby2.7-rubygem-actionview-doc-5.2
+not-installed"ruby2.7-rubygem-actionview-doc-6.0
+not-installed"ruby2.7-rubygem-activejob-5.2
+not-installed"ruby2.7-rubygem-activejob-6.0
+not-installed"ruby2.7-rubygem-activejob-doc-5.2
+not-installed"ruby2.7-rubygem-activejob-doc-6.0
+not-installed"ruby2.7-rubygem-activemodel-5.2
+not-installed"ruby2.7-rubygem-activemodel-6.0
+not-installed"ruby2.7-rubygem-activemodel-doc-5.2
+not-installed"ruby2.7-rubygem-activemodel-doc-6.0
+not-installed"ruby2.7-rubygem-activerecord-5.2
+not-installed"ruby2.7-rubygem-activerecord-6.0
+not-installed"ruby2.7-rubygem-activerecord-deprecated_finders
+not-installed"ruby2.7-rubygem-activerecord-deprecated_finders-doc
+not-installed"ruby2.7-rubygem-activerecord-doc-5.2
+not-installed"ruby2.7-rubygem-activerecord-doc-6.0
+not-installed"ruby2.7-rubygem-activestorage-5.2
+not-installed"ruby2.7-rubygem-activestorage-6.0
+not-installed"ruby2.7-rubygem-activestorage-doc-5.2
+not-installed"ruby2.7-rubygem-activestorage-doc-6.0
+not-installed"ruby2.7-rubygem-activesupport-5.2
+not-installed"ruby2.7-rubygem-activesupport-6.0
+not-installed"ruby2.7-rubygem-activesupport-doc-5.2
+not-installed"ruby2.7-rubygem-activesupport-doc-6.0
+not-installed"ruby2.7-rubygem-addressable
+not-installed"ruby2.7-rubygem-addressable-2_3
+not-installed"ruby2.7-rubygem-addressable-doc
+not-installed"ruby2.7-rubygem-addressable-doc-2_3
+not-installed"ruby2.7-rubygem-addressable-testsuite
+not-installed"ruby2.7-rubygem-addressable-testsuite-2_3
+not-installed"ruby2.7-rubygem-aes_key_wrap
+not-installed"ruby2.7-rubygem-aes_key_wrap-doc
+not-installed"ruby2.7-rubygem-airbrussh
+not-installed"ruby2.7-rubygem-airbrussh-doc
+not-installed"ruby2.7-rubygem-amq-protocol
+not-installed"ruby2.7-rubygem-amq-protocol-doc
+not-installed"ruby2.7-rubygem-amq-protocol-testsuite
+not-installed"ruby2.7-rubygem-amqp
+not-installed"ruby2.7-rubygem-amqp-doc
+not-installed"ruby2.7-rubygem-amqp-testsuite
+not-installed"ruby2.7-rubygem-archive-tar-minitar
+not-installed"ruby2.7-rubygem-archive-tar-minitar-doc
+not-installed"ruby2.7-rubygem-arel
+not-installed"ruby2.7-rubygem-arel-3_0
+not-installed"ruby2.7-rubygem-arel-6
+not-installed"ruby2.7-rubygem-arel-7
+not-installed"ruby2.7-rubygem-arel-8
+not-installed"ruby2.7-rubygem-arel-doc
+not-installed"ruby2.7-rubygem-arel-doc-3_0
+not-installed"ruby2.7-rubygem-arel-doc-6
+not-installed"ruby2.7-rubygem-arel-doc-7
+not-installed"ruby2.7-rubygem-arel-doc-8
+not-installed"ruby2.7-rubygem-arel-testsuite-3_0
+not-installed"ruby2.7-rubygem-asciidoctor
+not-installed"ruby2.7-rubygem-asciidoctor-doc
+not-installed"ruby2.7-rubygem-ast
+not-installed"ruby2.7-rubygem-ast-doc
+not-installed"ruby2.7-rubygem-atomic
+not-installed"ruby2.7-rubygem-atomic-doc
+not-installed"ruby2.7-rubygem-atomic-testsuite
+not-installed"ruby2.7-rubygem-attr_required
+not-installed"ruby2.7-rubygem-attr_required-doc
+not-installed"ruby2.7-rubygem-attr_required-testsuite
+not-installed"ruby2.7-rubygem-autoprefixer-rails
+not-installed"ruby2.7-rubygem-autoprefixer-rails-doc
+not-installed"ruby2.7-rubygem-axiom-types
+not-installed"ruby2.7-rubygem-axiom-types-doc
+not-installed"ruby2.7-rubygem-axiom-types-testsuite
+not-installed"ruby2.7-rubygem-backport
+not-installed"ruby2.7-rubygem-backport-doc
+not-installed"ruby2.7-rubygem-base32
+not-installed"ruby2.7-rubygem-base32-doc
+not-installed"ruby2.7-rubygem-base32-testsuite
+not-installed"ruby2.7-rubygem-bcrypt
+not-installed"ruby2.7-rubygem-bcrypt-doc
+not-installed"ruby2.7-rubygem-bcrypt-ruby
+not-installed"ruby2.7-rubygem-bcrypt-ruby-doc
+not-installed"ruby2.7-rubygem-bcrypt-testsuite
+not-installed"ruby2.7-rubygem-bcrypt_pbkdf
+not-installed"ruby2.7-rubygem-bcrypt_pbkdf-doc
+not-installed"ruby2.7-rubygem-bcrypt_pbkdf-testsuite
+not-installed"ruby2.7-rubygem-benchmark
+not-installed"ruby2.7-rubygem-benchmark-doc
+not-installed"ruby2.7-rubygem-bindata
+not-installed"ruby2.7-rubygem-bindata-doc
+not-installed"ruby2.7-rubygem-bindata-testsuite
+not-installed"ruby2.7-rubygem-bindex
+not-installed"ruby2.7-rubygem-bindex-doc
+not-installed"ruby2.7-rubygem-bindex-testsuite
+not-installed"ruby2.7-rubygem-binding_of_caller
+not-installed"ruby2.7-rubygem-binding_of_caller-doc
+not-installed"ruby2.7-rubygem-binding_of_caller-testsuite
+not-installed"ruby2.7-rubygem-bootsnap
+not-installed"ruby2.7-rubygem-bootsnap-doc
+not-installed"ruby2.7-rubygem-bootstrap-sass
+not-installed"ruby2.7-rubygem-bootstrap-sass-doc
+not-installed"ruby2.7-rubygem-bootstrap-sass-testsuite
+not-installed"ruby2.7-rubygem-buff-extensions
+not-installed"ruby2.7-rubygem-buff-extensions-doc
+not-installed"ruby2.7-rubygem-buff-extensions-testsuite
+not-installed"ruby2.7-rubygem-buff-ignore
+not-installed"ruby2.7-rubygem-buff-ignore-doc
+not-installed"ruby2.7-rubygem-buff-ignore-testsuite
+not-installed"ruby2.7-rubygem-buff-ruby_engine
+not-installed"ruby2.7-rubygem-buff-ruby_engine-doc
+not-installed"ruby2.7-rubygem-buff-ruby_engine-testsuite
+not-installed"ruby2.7-rubygem-builder
+not-installed"ruby2.7-rubygem-builder-doc
+not-installed"ruby2.7-rubygem-builder-testsuite
+not-installed"ruby2.7-rubygem-bundler
+not-installed"ruby2.7-rubygem-bundler-audit
+not-installed"ruby2.7-rubygem-bundler-audit-doc
+not-installed"ruby2.7-rubygem-bundler-audit-testsuite
+not-installed"ruby2.7-rubygem-bundler-doc
+not-installed"ruby2.7-rubygem-bunny
+not-installed"ruby2.7-rubygem-bunny-doc
+not-installed"ruby2.7-rubygem-bunny-testsuite
+not-installed"ruby2.7-rubygem-byebug
+not-installed"ruby2.7-rubygem-byebug-doc
+not-installed"ruby2.7-rubygem-capistrano
+not-installed"ruby2.7-rubygem-capistrano-doc
+not-installed"ruby2.7-rubygem-capistrano-harrow
+not-installed"ruby2.7-rubygem-capistrano-harrow-doc
+not-installed"ruby2.7-rubygem-capistrano-stats
+not-installed"ruby2.7-rubygem-capistrano-stats-doc
+not-installed"ruby2.7-rubygem-capistrano-testsuite
+not-installed"ruby2.7-rubygem-celluloid
+not-installed"ruby2.7-rubygem-celluloid-doc
+not-installed"ruby2.7-rubygem-celluloid-essentials
+not-installed"ruby2.7-rubygem-celluloid-essentials-doc
+not-installed"ruby2.7-rubygem-celluloid-extras
+not-installed"ruby2.7-rubygem-celluloid-extras-doc
+not-installed"ruby2.7-rubygem-celluloid-fsm
+not-installed"ruby2.7-rubygem-celluloid-fsm-doc
+not-installed"ruby2.7-rubygem-celluloid-pool
+not-installed"ruby2.7-rubygem-celluloid-pool-doc
+not-installed"ruby2.7-rubygem-celluloid-supervision
+not-installed"ruby2.7-rubygem-celluloid-supervision-doc
+not-installed"ruby2.7-rubygem-celluloid-testsuite
+installed"ruby2.7-rubygem-cfa
+not-installed"ruby2.7-rubygem-cfa-doc
+installed"ruby2.7-rubygem-cfa_grub2
+not-installed"ruby2.7-rubygem-cfa_grub2-doc
+not-installed"ruby2.7-rubygem-changelog_generator
+not-installed"ruby2.7-rubygem-changelog_generator-doc
+not-installed"ruby2.7-rubygem-changelog_generator-testsuite
+installed"ruby2.7-rubygem-cheetah
+not-installed"ruby2.7-rubygem-cheetah-doc
+not-installed"ruby2.7-rubygem-childprocess
+not-installed"ruby2.7-rubygem-childprocess-0_6
+not-installed"ruby2.7-rubygem-childprocess-2.0
+not-installed"ruby2.7-rubygem-childprocess-doc
+not-installed"ruby2.7-rubygem-childprocess-doc-0_6
+not-installed"ruby2.7-rubygem-childprocess-doc-2.0
+not-installed"ruby2.7-rubygem-childprocess-testsuite
+not-installed"ruby2.7-rubygem-childprocess-testsuite-0_6
+not-installed"ruby2.7-rubygem-childprocess-testsuite-2.0
+not-installed"ruby2.7-rubygem-ci_reporter
+not-installed"ruby2.7-rubygem-ci_reporter-doc
+not-installed"ruby2.7-rubygem-ci_reporter-testsuite
+not-installed"ruby2.7-rubygem-cleanroom
+not-installed"ruby2.7-rubygem-cleanroom-doc
+not-installed"ruby2.7-rubygem-cleanroom-testsuite
+not-installed"ruby2.7-rubygem-coderay
+not-installed"ruby2.7-rubygem-coderay-doc
+not-installed"ruby2.7-rubygem-coercible
+not-installed"ruby2.7-rubygem-coercible-doc
+not-installed"ruby2.7-rubygem-coercible-testsuite
+not-installed"ruby2.7-rubygem-coffee-rails
+not-installed"ruby2.7-rubygem-coffee-rails-doc
+not-installed"ruby2.7-rubygem-coffee-script
+not-installed"ruby2.7-rubygem-coffee-script-doc
+not-installed"ruby2.7-rubygem-coffee-script-source
+not-installed"ruby2.7-rubygem-coffee-script-source-doc
+not-installed"ruby2.7-rubygem-colorator
+not-installed"ruby2.7-rubygem-colorator-0
+not-installed"ruby2.7-rubygem-colorator-doc
+not-installed"ruby2.7-rubygem-colorator-doc-0
+not-installed"ruby2.7-rubygem-colorator-testsuite-0
+not-installed"ruby2.7-rubygem-colored
+not-installed"ruby2.7-rubygem-colored-doc
+not-installed"ruby2.7-rubygem-colored-testsuite
+not-installed"ruby2.7-rubygem-colorize
+not-installed"ruby2.7-rubygem-colorize-doc
+not-installed"ruby2.7-rubygem-colorize-testsuite
+not-installed"ruby2.7-rubygem-columnize
+not-installed"ruby2.7-rubygem-columnize-doc
+not-installed"ruby2.7-rubygem-columnize-testsuite
+not-installed"ruby2.7-rubygem-commander
+not-installed"ruby2.7-rubygem-commander-doc
+not-installed"ruby2.7-rubygem-commander-testsuite
+not-installed"ruby2.7-rubygem-concurrent-ruby
+not-installed"ruby2.7-rubygem-concurrent-ruby-doc
+not-installed"ruby2.7-rubygem-cool.io
+not-installed"ruby2.7-rubygem-cool.io-doc
+not-installed"ruby2.7-rubygem-cool.io-testsuite
+not-installed"ruby2.7-rubygem-crack
+not-installed"ruby2.7-rubygem-crack-doc
+not-installed"ruby2.7-rubygem-crass
+not-installed"ruby2.7-rubygem-crass-doc
+not-installed"ruby2.7-rubygem-cri
+not-installed"ruby2.7-rubygem-cri-doc
+not-installed"ruby2.7-rubygem-cri-testsuite
+not-installed"ruby2.7-rubygem-cssmin
+not-installed"ruby2.7-rubygem-cssmin-doc
+not-installed"ruby2.7-rubygem-daemon_controller
+not-installed"ruby2.7-rubygem-daemon_controller-doc
+not-installed"ruby2.7-rubygem-daemon_controller-testsuite
+not-installed"ruby2.7-rubygem-daemons
+not-installed"ruby2.7-rubygem-daemons-doc
+not-installed"ruby2.7-rubygem-debase
+not-installed"ruby2.7-rubygem-debase-doc
+not-installed"ruby2.7-rubygem-debase-ruby_core_source
+not-installed"ruby2.7-rubygem-debase-ruby_core_source-doc
+not-installed"ruby2.7-rubygem-debase-testsuite
+not-installed"ruby2.7-rubygem-debug_inspector
+not-installed"ruby2.7-rubygem-debug_inspector-doc
+not-installed"ruby2.7-rubygem-debug_inspector-testsuite
+not-installed"ruby2.7-rubygem-debugger-linecache
+not-installed"ruby2.7-rubygem-debugger-linecache-doc
+not-installed"ruby2.7-rubygem-debugger-linecache-testsuite
+not-installed"ruby2.7-rubygem-deep_merge
+not-installed"ruby2.7-rubygem-deep_merge-doc
+not-installed"ruby2.7-rubygem-deep_merge-testsuite
+not-installed"ruby2.7-rubygem-delayed_job
+not-installed"ruby2.7-rubygem-delayed_job-doc
+not-installed"ruby2.7-rubygem-delayed_job-testsuite
+not-installed"ruby2.7-rubygem-delayed_job_active_record
+not-installed"ruby2.7-rubygem-delayed_job_active_record-doc
+not-installed"ruby2.7-rubygem-descendants_tracker
+not-installed"ruby2.7-rubygem-descendants_tracker-doc
+not-installed"ruby2.7-rubygem-descendants_tracker-testsuite
+not-installed"ruby2.7-rubygem-devise
+not-installed"ruby2.7-rubygem-devise-doc
+not-installed"ruby2.7-rubygem-devise-i18n
+not-installed"ruby2.7-rubygem-devise-i18n-doc
+not-installed"ruby2.7-rubygem-devise_ldap_authenticatable
+not-installed"ruby2.7-rubygem-devise_ldap_authenticatable-doc
+not-installed"ruby2.7-rubygem-devise_ldap_authenticatable-testsuite
+not-installed"ruby2.7-rubygem-diff-lcs
+not-installed"ruby2.7-rubygem-diff-lcs-doc
+not-installed"ruby2.7-rubygem-diff-lcs-testsuite
+not-installed"ruby2.7-rubygem-diffy
+not-installed"ruby2.7-rubygem-diffy-doc
+not-installed"ruby2.7-rubygem-diffy-testsuite
+not-installed"ruby2.7-rubygem-dig_rb
+not-installed"ruby2.7-rubygem-dig_rb-doc
+not-installed"ruby2.7-rubygem-docile
+not-installed"ruby2.7-rubygem-docile-1_1
+not-installed"ruby2.7-rubygem-docile-doc
+not-installed"ruby2.7-rubygem-docile-doc-1_1
+not-installed"ruby2.7-rubygem-docile-testsuite-1_1
+not-installed"ruby2.7-rubygem-domain_name
+not-installed"ruby2.7-rubygem-domain_name-doc
+not-installed"ruby2.7-rubygem-domain_name-testsuite
+not-installed"ruby2.7-rubygem-dry-configurable
+not-installed"ruby2.7-rubygem-dry-configurable-doc
+not-installed"ruby2.7-rubygem-dry-container
+not-installed"ruby2.7-rubygem-dry-container-doc
+not-installed"ruby2.7-rubygem-dry-container-testsuite
+not-installed"ruby2.7-rubygem-dry-core
+not-installed"ruby2.7-rubygem-dry-core-doc
+not-installed"ruby2.7-rubygem-dry-equalizer
+not-installed"ruby2.7-rubygem-dry-equalizer-doc
+not-installed"ruby2.7-rubygem-dry-equalizer-testsuite
+not-installed"ruby2.7-rubygem-dry-inflector
+not-installed"ruby2.7-rubygem-dry-inflector-doc
+not-installed"ruby2.7-rubygem-dry-logic
+not-installed"ruby2.7-rubygem-dry-logic-doc
+not-installed"ruby2.7-rubygem-dry-types
+not-installed"ruby2.7-rubygem-dry-types-doc
+not-installed"ruby2.7-rubygem-ed25519
+not-installed"ruby2.7-rubygem-ed25519-doc
+not-installed"ruby2.7-rubygem-em-websocket
+not-installed"ruby2.7-rubygem-em-websocket-doc
+not-installed"ruby2.7-rubygem-em-websocket-testsuite
+not-installed"ruby2.7-rubygem-equalizer
+not-installed"ruby2.7-rubygem-equalizer-doc
+not-installed"ruby2.7-rubygem-equalizer-testsuite
+not-installed"ruby2.7-rubygem-erubi
+not-installed"ruby2.7-rubygem-erubi-doc
+not-installed"ruby2.7-rubygem-erubi-testsuite
+not-installed"ruby2.7-rubygem-erubis
+not-installed"ruby2.7-rubygem-erubis-2_6
+not-installed"ruby2.7-rubygem-erubis-doc
+not-installed"ruby2.7-rubygem-erubis-doc-2_6
+not-installed"ruby2.7-rubygem-erubis-testsuite
+not-installed"ruby2.7-rubygem-erubis-testsuite-2_6
+not-installed"ruby2.7-rubygem-eventmachine
+not-installed"ruby2.7-rubygem-eventmachine-doc
+not-installed"ruby2.7-rubygem-exception_notification
+not-installed"ruby2.7-rubygem-exception_notification-doc
+not-installed"ruby2.7-rubygem-exception_notification-testsuite
+not-installed"ruby2.7-rubygem-excon
+not-installed"ruby2.7-rubygem-excon-doc
+not-installed"ruby2.7-rubygem-execjs
+not-installed"ruby2.7-rubygem-execjs-doc
+not-installed"ruby2.7-rubygem-extlib
+not-installed"ruby2.7-rubygem-extlib-doc
+not-installed"ruby2.7-rubygem-extlib-testsuite
+not-installed"ruby2.7-rubygem-factory_girl
+not-installed"ruby2.7-rubygem-factory_girl-doc
+not-installed"ruby2.7-rubygem-factory_girl_rails
+not-installed"ruby2.7-rubygem-factory_girl_rails-doc
+not-installed"ruby2.7-rubygem-fake_ftp
+not-installed"ruby2.7-rubygem-fake_ftp-0_1
+not-installed"ruby2.7-rubygem-fake_ftp-doc
+not-installed"ruby2.7-rubygem-fake_ftp-doc-0_1
+not-installed"ruby2.7-rubygem-fake_ftp-testsuite
+not-installed"ruby2.7-rubygem-fake_ftp-testsuite-0_1
+not-installed"ruby2.7-rubygem-faraday
+not-installed"ruby2.7-rubygem-faraday-0_12
+not-installed"ruby2.7-rubygem-faraday-doc
+not-installed"ruby2.7-rubygem-faraday-doc-0_12
+not-installed"ruby2.7-rubygem-faraday-testsuite
+not-installed"ruby2.7-rubygem-faraday_middleware
+not-installed"ruby2.7-rubygem-faraday_middleware-doc
+not-installed"ruby2.7-rubygem-faraday_middleware-multi_json
+not-installed"ruby2.7-rubygem-faraday_middleware-multi_json-doc
+not-installed"ruby2.7-rubygem-faraday_middleware-multi_json-testsuite
+installed"ruby2.7-rubygem-fast_gettext
+not-installed"ruby2.7-rubygem-fast_gettext-1.1
+not-installed"ruby2.7-rubygem-fast_gettext-doc
+not-installed"ruby2.7-rubygem-fast_gettext-doc-1.1
+not-installed"ruby2.7-rubygem-fast_xs
+not-installed"ruby2.7-rubygem-fast_xs-doc
+not-installed"ruby2.7-rubygem-fast_xs-testsuite
+not-installed"ruby2.7-rubygem-fastercsv
+not-installed"ruby2.7-rubygem-fastercsv-doc
+not-installed"ruby2.7-rubygem-fastercsv-testsuite
+not-installed"ruby2.7-rubygem-ffi
+not-installed"ruby2.7-rubygem-ffi-doc
+not-installed"ruby2.7-rubygem-flog
+not-installed"ruby2.7-rubygem-flog-doc
+not-installed"ruby2.7-rubygem-flog-testsuite
+not-installed"ruby2.7-rubygem-fluentd
+not-installed"ruby2.7-rubygem-fluentd-doc
+not-installed"ruby2.7-rubygem-fluentd-testsuite
+not-installed"ruby2.7-rubygem-fog-core
+not-installed"ruby2.7-rubygem-fog-core-doc
+not-installed"ruby2.7-rubygem-fog-core-testsuite
+not-installed"ruby2.7-rubygem-fog-json
+not-installed"ruby2.7-rubygem-fog-json-doc
+not-installed"ruby2.7-rubygem-fog-json-testsuite
+not-installed"ruby2.7-rubygem-fog-libvirt
+not-installed"ruby2.7-rubygem-fog-libvirt-doc
+not-installed"ruby2.7-rubygem-fog-xml
+not-installed"ruby2.7-rubygem-fog-xml-doc
+not-installed"ruby2.7-rubygem-fog-xml-testsuite
+not-installed"ruby2.7-rubygem-font-awesome-rails
+not-installed"ruby2.7-rubygem-font-awesome-rails-doc
+not-installed"ruby2.7-rubygem-font-awesome-rails-testsuite
+not-installed"ruby2.7-rubygem-formatador
+not-installed"ruby2.7-rubygem-formatador-doc
+not-installed"ruby2.7-rubygem-forwardable-extended
+not-installed"ruby2.7-rubygem-forwardable-extended-doc
+installed"ruby2.7-rubygem-gem2rpm
+not-installed"ruby2.7-rubygem-get_process_mem
+not-installed"ruby2.7-rubygem-get_process_mem-doc
+not-installed"ruby2.7-rubygem-get_process_mem-testsuite
+not-installed"ruby2.7-rubygem-gettext
+not-installed"ruby2.7-rubygem-gettext-doc
+not-installed"ruby2.7-rubygem-gettext-setup
+not-installed"ruby2.7-rubygem-gettext-setup-doc
+not-installed"ruby2.7-rubygem-gettext-setup-testsuite
+not-installed"ruby2.7-rubygem-gettext-testsuite
+not-installed"ruby2.7-rubygem-gettext_i18n_rails
+not-installed"ruby2.7-rubygem-gettext_i18n_rails-doc
+not-installed"ruby2.7-rubygem-gettext_i18n_rails_js
+not-installed"ruby2.7-rubygem-gettext_i18n_rails_js-doc
+not-installed"ruby2.7-rubygem-gettext_i18n_rails_js-testsuite
+not-installed"ruby2.7-rubygem-gli
+not-installed"ruby2.7-rubygem-gli-doc
+not-installed"ruby2.7-rubygem-gli-testsuite
+not-installed"ruby2.7-rubygem-globalid
+not-installed"ruby2.7-rubygem-globalid-doc
+not-installed"ruby2.7-rubygem-gpgme
+not-installed"ruby2.7-rubygem-gpgme-doc
+not-installed"ruby2.7-rubygem-gpgme-testsuite
+not-installed"ruby2.7-rubygem-grape
+not-installed"ruby2.7-rubygem-grape-doc
+not-installed"ruby2.7-rubygem-grape-testsuite
+not-installed"ruby2.7-rubygem-gravatar_image_tag
+not-installed"ruby2.7-rubygem-gravatar_image_tag-doc
+not-installed"ruby2.7-rubygem-gravatar_image_tag-testsuite
+not-installed"ruby2.7-rubygem-gssapi
+not-installed"ruby2.7-rubygem-gssapi-doc
+not-installed"ruby2.7-rubygem-gssapi-testsuite
+not-installed"ruby2.7-rubygem-gyoku
+not-installed"ruby2.7-rubygem-gyoku-doc
+not-installed"ruby2.7-rubygem-gyoku-testsuite
+not-installed"ruby2.7-rubygem-haml
+not-installed"ruby2.7-rubygem-haml-doc
+not-installed"ruby2.7-rubygem-haml-rails
+not-installed"ruby2.7-rubygem-haml-rails-doc
+not-installed"ruby2.7-rubygem-haml-rails-testsuite
+not-installed"ruby2.7-rubygem-has_mobile_views
+not-installed"ruby2.7-rubygem-has_mobile_views-doc
+not-installed"ruby2.7-rubygem-has_mobile_views-testsuite
+not-installed"ruby2.7-rubygem-hashdiff
+not-installed"ruby2.7-rubygem-hashdiff-doc
+not-installed"ruby2.7-rubygem-hashdiff-testsuite
+not-installed"ruby2.7-rubygem-hashicorp-checkpoint
+not-installed"ruby2.7-rubygem-hashicorp-checkpoint-doc
+not-installed"ruby2.7-rubygem-hashicorp-checkpoint-testsuite
+not-installed"ruby2.7-rubygem-hashie
+not-installed"ruby2.7-rubygem-hashie-doc
+not-installed"ruby2.7-rubygem-hashie-testsuite
+not-installed"ruby2.7-rubygem-highline
+not-installed"ruby2.7-rubygem-highline-1_6
+not-installed"ruby2.7-rubygem-highline-1_7
+not-installed"ruby2.7-rubygem-highline-doc
+not-installed"ruby2.7-rubygem-highline-doc-1_6
+not-installed"ruby2.7-rubygem-highline-doc-1_7
+not-installed"ruby2.7-rubygem-highline-testsuite-1_6
+not-installed"ruby2.7-rubygem-highline-testsuite-1_7
+not-installed"ruby2.7-rubygem-hike
+not-installed"ruby2.7-rubygem-hike-1_2
+not-installed"ruby2.7-rubygem-hike-doc
+not-installed"ruby2.7-rubygem-hike-doc-1_2
+not-installed"ruby2.7-rubygem-hitimes
+not-installed"ruby2.7-rubygem-hitimes-doc
+not-installed"ruby2.7-rubygem-hitimes-testsuite
+not-installed"ruby2.7-rubygem-hoe
+not-installed"ruby2.7-rubygem-hoe-doc
+not-installed"ruby2.7-rubygem-hoe-testsuite
+not-installed"ruby2.7-rubygem-hpricot
+not-installed"ruby2.7-rubygem-hpricot-doc
+not-installed"ruby2.7-rubygem-hpricot-testsuite
+not-installed"ruby2.7-rubygem-html2haml
+not-installed"ruby2.7-rubygem-html2haml-doc
+not-installed"ruby2.7-rubygem-html2haml-testsuite
+not-installed"ruby2.7-rubygem-http-accept-1.7
+not-installed"ruby2.7-rubygem-http-accept-doc-1.7
+not-installed"ruby2.7-rubygem-http-cookie
+not-installed"ruby2.7-rubygem-http-cookie-doc
+not-installed"ruby2.7-rubygem-http-cookie-testsuite
+not-installed"ruby2.7-rubygem-http_accept_language
+not-installed"ruby2.7-rubygem-http_accept_language-doc
+not-installed"ruby2.7-rubygem-http_accept_language-testsuite
+not-installed"ruby2.7-rubygem-http_parser.rb
+not-installed"ruby2.7-rubygem-http_parser.rb-doc
+not-installed"ruby2.7-rubygem-http_parser.rb-testsuite
+not-installed"ruby2.7-rubygem-httpclient
+not-installed"ruby2.7-rubygem-httpclient-doc
+not-installed"ruby2.7-rubygem-httpclient-testsuite
+not-installed"ruby2.7-rubygem-i18n
+not-installed"ruby2.7-rubygem-i18n-0_6
+not-installed"ruby2.7-rubygem-i18n-0_9
+not-installed"ruby2.7-rubygem-i18n-1.1
+not-installed"ruby2.7-rubygem-i18n-doc
+not-installed"ruby2.7-rubygem-i18n-doc-0_6
+not-installed"ruby2.7-rubygem-i18n-doc-0_9
+not-installed"ruby2.7-rubygem-i18n-doc-1.1
+not-installed"ruby2.7-rubygem-i18n-testsuite-0_6
+not-installed"ruby2.7-rubygem-i18n-testsuite-0_9
+not-installed"ruby2.7-rubygem-i18n-testsuite-1.1
+not-installed"ruby2.7-rubygem-ice_nine
+not-installed"ruby2.7-rubygem-ice_nine-doc
+not-installed"ruby2.7-rubygem-ice_nine-testsuite
+not-installed"ruby2.7-rubygem-inifile
+not-installed"ruby2.7-rubygem-inifile-doc
+not-installed"ruby2.7-rubygem-inifile-testsuite
+not-installed"ruby2.7-rubygem-ipaddress
+not-installed"ruby2.7-rubygem-ipaddress-doc
+not-installed"ruby2.7-rubygem-ipaddress-testsuite
+not-installed"ruby2.7-rubygem-jaro_winkler
+not-installed"ruby2.7-rubygem-jaro_winkler-doc
+not-installed"ruby2.7-rubygem-jbuilder
+not-installed"ruby2.7-rubygem-jbuilder-doc
+not-installed"ruby2.7-rubygem-jbuilder-testsuite
+not-installed"ruby2.7-rubygem-jekyll
+not-installed"ruby2.7-rubygem-jekyll-doc
+not-installed"ruby2.7-rubygem-jekyll-sass-converter
+not-installed"ruby2.7-rubygem-jekyll-sass-converter-doc
+not-installed"ruby2.7-rubygem-jekyll-watch
+not-installed"ruby2.7-rubygem-jekyll-watch-doc
+not-installed"ruby2.7-rubygem-jmespath
+not-installed"ruby2.7-rubygem-jmespath-doc
+not-installed"ruby2.7-rubygem-journey-1_0
+not-installed"ruby2.7-rubygem-journey-doc-1_0
+not-installed"ruby2.7-rubygem-journey-testsuite-1_0
+not-installed"ruby2.7-rubygem-jquery-rails
+not-installed"ruby2.7-rubygem-jquery-rails-doc
+not-installed"ruby2.7-rubygem-jquery-rails-testsuite
+not-installed"ruby2.7-rubygem-jquery-ui-rails
+not-installed"ruby2.7-rubygem-jquery-ui-rails-doc
+not-installed"ruby2.7-rubygem-js-routes
+not-installed"ruby2.7-rubygem-js-routes-doc
+not-installed"ruby2.7-rubygem-js-routes-testsuite
+not-installed"ruby2.7-rubygem-json
+not-installed"ruby2.7-rubygem-json-doc
+not-installed"ruby2.7-rubygem-json-jwt
+not-installed"ruby2.7-rubygem-json-jwt-doc
+not-installed"ruby2.7-rubygem-json-schema
+not-installed"ruby2.7-rubygem-json-schema-doc
+not-installed"ruby2.7-rubygem-json_pure
+not-installed"ruby2.7-rubygem-json_pure-doc
+not-installed"ruby2.7-rubygem-jwt
+not-installed"ruby2.7-rubygem-jwt-1_5
+not-installed"ruby2.7-rubygem-jwt-doc
+not-installed"ruby2.7-rubygem-jwt-doc-1_5
+not-installed"ruby2.7-rubygem-jwt-testsuite-1_5
+not-installed"ruby2.7-rubygem-kgio
+not-installed"ruby2.7-rubygem-kgio-doc
+not-installed"ruby2.7-rubygem-kgio-testsuite
+not-installed"ruby2.7-rubygem-kramdown
+not-installed"ruby2.7-rubygem-kramdown-doc
+not-installed"ruby2.7-rubygem-kramdown-testsuite
+not-installed"ruby2.7-rubygem-launchy
+not-installed"ruby2.7-rubygem-launchy-doc
+not-installed"ruby2.7-rubygem-launchy-testsuite
+not-installed"ruby2.7-rubygem-levenshtein
+not-installed"ruby2.7-rubygem-levenshtein-doc
+not-installed"ruby2.7-rubygem-levenshtein-testsuite
+not-installed"ruby2.7-rubygem-librarian
+not-installed"ruby2.7-rubygem-librarian-doc
+not-installed"ruby2.7-rubygem-librarian-testsuite
+not-installed"ruby2.7-rubygem-libyui-rake
+not-installed"ruby2.7-rubygem-libyui-rake-doc
+not-installed"ruby2.7-rubygem-lightbox2
+not-installed"ruby2.7-rubygem-lightbox2-doc
+not-installed"ruby2.7-rubygem-liquid
+not-installed"ruby2.7-rubygem-liquid-3
+not-installed"ruby2.7-rubygem-liquid-doc
+not-installed"ruby2.7-rubygem-liquid-doc-3
+not-installed"ruby2.7-rubygem-liquid-testsuite
+not-installed"ruby2.7-rubygem-liquid-testsuite-3
+not-installed"ruby2.7-rubygem-listen
+not-installed"ruby2.7-rubygem-listen-3_0
+not-installed"ruby2.7-rubygem-listen-3_1
+not-installed"ruby2.7-rubygem-listen-doc
+not-installed"ruby2.7-rubygem-listen-doc-3_0
+not-installed"ruby2.7-rubygem-listen-doc-3_1
+not-installed"ruby2.7-rubygem-little-plugger
+not-installed"ruby2.7-rubygem-little-plugger-doc
+not-installed"ruby2.7-rubygem-little-plugger-testsuite
+not-installed"ruby2.7-rubygem-locale
+not-installed"ruby2.7-rubygem-locale-doc
+not-installed"ruby2.7-rubygem-locale-testsuite
+not-installed"ruby2.7-rubygem-log4r
+not-installed"ruby2.7-rubygem-log4r-doc
+not-installed"ruby2.7-rubygem-logging
+not-installed"ruby2.7-rubygem-logging-doc
+not-installed"ruby2.7-rubygem-logging-testsuite
+not-installed"ruby2.7-rubygem-lolcat
+not-installed"ruby2.7-rubygem-lolcat-doc
+not-installed"ruby2.7-rubygem-loofah
+not-installed"ruby2.7-rubygem-loofah-doc
+not-installed"ruby2.7-rubygem-mail
+not-installed"ruby2.7-rubygem-mail-2_5
+not-installed"ruby2.7-rubygem-mail-doc
+not-installed"ruby2.7-rubygem-mail-doc-2_5
+not-installed"ruby2.7-rubygem-manpages
+not-installed"ruby2.7-rubygem-manpages-doc
+not-installed"ruby2.7-rubygem-marcel
+not-installed"ruby2.7-rubygem-marcel-doc
+not-installed"ruby2.7-rubygem-memcache-client
+not-installed"ruby2.7-rubygem-memcache-client-doc
+not-installed"ruby2.7-rubygem-memcache-client-testsuite
+not-installed"ruby2.7-rubygem-mercenary
+not-installed"ruby2.7-rubygem-mercenary-doc
+not-installed"ruby2.7-rubygem-mercenary-testsuite
+not-installed"ruby2.7-rubygem-metaclass
+not-installed"ruby2.7-rubygem-metaclass-doc
+not-installed"ruby2.7-rubygem-metaclass-testsuite
+not-installed"ruby2.7-rubygem-method_source
+not-installed"ruby2.7-rubygem-method_source-doc
+not-installed"ruby2.7-rubygem-method_source-testsuite
+not-installed"ruby2.7-rubygem-micromachine
+not-installed"ruby2.7-rubygem-micromachine-doc
+not-installed"ruby2.7-rubygem-micromachine-testsuite
+not-installed"ruby2.7-rubygem-mime
+not-installed"ruby2.7-rubygem-mime-doc
+not-installed"ruby2.7-rubygem-mime-testsuite
+not-installed"ruby2.7-rubygem-mime-types
+not-installed"ruby2.7-rubygem-mime-types-1
+not-installed"ruby2.7-rubygem-mime-types-data
+not-installed"ruby2.7-rubygem-mime-types-data-doc
+not-installed"ruby2.7-rubygem-mime-types-doc
+not-installed"ruby2.7-rubygem-mime-types-doc-1
+not-installed"ruby2.7-rubygem-mime-types-testsuite
+not-installed"ruby2.7-rubygem-mime-types-testsuite-1
+not-installed"ruby2.7-rubygem-mimemagic
+not-installed"ruby2.7-rubygem-mimemagic-doc
+not-installed"ruby2.7-rubygem-mimemagic-testsuite
+not-installed"ruby2.7-rubygem-mini_magick
+not-installed"ruby2.7-rubygem-mini_magick-doc
+not-installed"ruby2.7-rubygem-mini_mime
+not-installed"ruby2.7-rubygem-mini_mime-doc
+installed"ruby2.7-rubygem-mini_portile2
+not-installed"ruby2.7-rubygem-mini_portile2-2_3
+not-installed"ruby2.7-rubygem-mini_portile2-doc
+not-installed"ruby2.7-rubygem-mini_portile2-doc-2_3
+not-installed"ruby2.7-rubygem-mini_portile2-testsuite
+not-installed"ruby2.7-rubygem-mini_portile2-testsuite-2_3
+not-installed"ruby2.7-rubygem-minitar
+not-installed"ruby2.7-rubygem-minitar-doc
+not-installed"ruby2.7-rubygem-mixlib-authentication
+not-installed"ruby2.7-rubygem-mixlib-authentication-doc
+not-installed"ruby2.7-rubygem-mixlib-cli
+not-installed"ruby2.7-rubygem-mixlib-cli-doc
+not-installed"ruby2.7-rubygem-mixlib-config
+not-installed"ruby2.7-rubygem-mixlib-config-doc
+not-installed"ruby2.7-rubygem-mixlib-log
+not-installed"ruby2.7-rubygem-mixlib-log-doc
+not-installed"ruby2.7-rubygem-mixlib-shellout
+not-installed"ruby2.7-rubygem-mixlib-shellout-doc
+not-installed"ruby2.7-rubygem-mobileesp_converted
+not-installed"ruby2.7-rubygem-mobileesp_converted-doc
+not-installed"ruby2.7-rubygem-mobileesp_converted-testsuite
+not-installed"ruby2.7-rubygem-mocha
+not-installed"ruby2.7-rubygem-mocha-doc
+not-installed"ruby2.7-rubygem-mocha-testsuite
+not-installed"ruby2.7-rubygem-moneta
+not-installed"ruby2.7-rubygem-moneta-0_7
+not-installed"ruby2.7-rubygem-moneta-doc
+not-installed"ruby2.7-rubygem-moneta-doc-0_7
+not-installed"ruby2.7-rubygem-moneta-testsuite
+not-installed"ruby2.7-rubygem-moneta-testsuite-0_7
+not-installed"ruby2.7-rubygem-msgpack
+not-installed"ruby2.7-rubygem-msgpack-doc
+not-installed"ruby2.7-rubygem-msgpack-testsuite
+not-installed"ruby2.7-rubygem-multi_json
+not-installed"ruby2.7-rubygem-multi_json-doc
+not-installed"ruby2.7-rubygem-multi_xml
+not-installed"ruby2.7-rubygem-multi_xml-doc
+not-installed"ruby2.7-rubygem-multipart-post
+not-installed"ruby2.7-rubygem-multipart-post-doc
+not-installed"ruby2.7-rubygem-multipart-post-testsuite
+not-installed"ruby2.7-rubygem-mustache
+not-installed"ruby2.7-rubygem-mustache-doc
+not-installed"ruby2.7-rubygem-mustache-testsuite
+not-installed"ruby2.7-rubygem-mustermann
+not-installed"ruby2.7-rubygem-mustermann-doc
+not-installed"ruby2.7-rubygem-mustermann-grape
+not-installed"ruby2.7-rubygem-mustermann-grape-doc
+not-installed"ruby2.7-rubygem-mustermann-grape-testsuite
+not-installed"ruby2.7-rubygem-mustermann-testsuite
+not-installed"ruby2.7-rubygem-mysql2
+not-installed"ruby2.7-rubygem-mysql2-doc
+not-installed"ruby2.7-rubygem-net-ldap
+not-installed"ruby2.7-rubygem-net-ldap-doc
+not-installed"ruby2.7-rubygem-net-ldap-testsuite
+not-installed"ruby2.7-rubygem-net-scp
+not-installed"ruby2.7-rubygem-net-scp-1_1
+not-installed"ruby2.7-rubygem-net-scp-1_2
+not-installed"ruby2.7-rubygem-net-scp-doc
+not-installed"ruby2.7-rubygem-net-scp-doc-1_1
+not-installed"ruby2.7-rubygem-net-scp-doc-1_2
+not-installed"ruby2.7-rubygem-net-scp-testsuite-1_1
+not-installed"ruby2.7-rubygem-net-scp-testsuite-1_2
+not-installed"ruby2.7-rubygem-net-sftp
+not-installed"ruby2.7-rubygem-net-sftp-doc
+not-installed"ruby2.7-rubygem-net-ssh
+not-installed"ruby2.7-rubygem-net-ssh-4_1
+not-installed"ruby2.7-rubygem-net-ssh-5.1
+not-installed"ruby2.7-rubygem-net-ssh-doc
+not-installed"ruby2.7-rubygem-net-ssh-doc-4_1
+not-installed"ruby2.7-rubygem-net-ssh-doc-5.1
+not-installed"ruby2.7-rubygem-net-ssh-gateway
+not-installed"ruby2.7-rubygem-net-ssh-gateway-doc
+not-installed"ruby2.7-rubygem-net-ssh-multi
+not-installed"ruby2.7-rubygem-net-ssh-multi-1_1
+not-installed"ruby2.7-rubygem-net-ssh-multi-doc
+not-installed"ruby2.7-rubygem-net-ssh-multi-doc-1_1
+not-installed"ruby2.7-rubygem-net-ssh-multi-testsuite
+not-installed"ruby2.7-rubygem-net-ssh-multi-testsuite-1_1
+not-installed"ruby2.7-rubygem-netrc
+not-installed"ruby2.7-rubygem-netrc-doc
+not-installed"ruby2.7-rubygem-netrc-testsuite
+not-installed"ruby2.7-rubygem-nio4r
+not-installed"ruby2.7-rubygem-nio4r-doc
+not-installed"ruby2.7-rubygem-nio4r-testsuite
+installed"ruby2.7-rubygem-nokogiri
+not-installed"ruby2.7-rubygem-nokogiri-doc
+not-installed"ruby2.7-rubygem-nori
+not-installed"ruby2.7-rubygem-nori-doc
+not-installed"ruby2.7-rubygem-nori-testsuite
+not-installed"ruby2.7-rubygem-oauth
+not-installed"ruby2.7-rubygem-oauth-doc
+not-installed"ruby2.7-rubygem-oauth2
+not-installed"ruby2.7-rubygem-oauth2-doc
+not-installed"ruby2.7-rubygem-omniauth
+not-installed"ruby2.7-rubygem-omniauth-doc
+not-installed"ruby2.7-rubygem-omniauth-github
+not-installed"ruby2.7-rubygem-omniauth-github-doc
+not-installed"ruby2.7-rubygem-omniauth-github-testsuite
+not-installed"ruby2.7-rubygem-omniauth-gitlab
+not-installed"ruby2.7-rubygem-omniauth-gitlab-doc
+not-installed"ruby2.7-rubygem-omniauth-gitlab-testsuite
+not-installed"ruby2.7-rubygem-omniauth-google-oauth2
+not-installed"ruby2.7-rubygem-omniauth-google-oauth2-doc
+not-installed"ruby2.7-rubygem-omniauth-google-oauth2-testsuite
+not-installed"ruby2.7-rubygem-omniauth-oauth
+not-installed"ruby2.7-rubygem-omniauth-oauth-doc
+not-installed"ruby2.7-rubygem-omniauth-oauth-testsuite
+not-installed"ruby2.7-rubygem-omniauth-oauth2
+not-installed"ruby2.7-rubygem-omniauth-oauth2-doc
+not-installed"ruby2.7-rubygem-omniauth-oauth2-testsuite
+not-installed"ruby2.7-rubygem-open4
+not-installed"ruby2.7-rubygem-open4-doc
+not-installed"ruby2.7-rubygem-open4-testsuite
+not-installed"ruby2.7-rubygem-openid_connect
+not-installed"ruby2.7-rubygem-openid_connect-doc
+not-installed"ruby2.7-rubygem-openid_connect-testsuite
+not-installed"ruby2.7-rubygem-optimist
+not-installed"ruby2.7-rubygem-optimist-doc
+not-installed"ruby2.7-rubygem-optimist-testsuite
+not-installed"ruby2.7-rubygem-orm_adapter
+not-installed"ruby2.7-rubygem-orm_adapter-doc
+not-installed"ruby2.7-rubygem-orm_adapter-testsuite
+not-installed"ruby2.7-rubygem-owncloud-admin
+not-installed"ruby2.7-rubygem-owncloud-admin-doc
+not-installed"ruby2.7-rubygem-packaging_rake_tasks
+not-installed"ruby2.7-rubygem-packaging_rake_tasks-doc
+not-installed"ruby2.7-rubygem-paint
+not-installed"ruby2.7-rubygem-paint-doc
+not-installed"ruby2.7-rubygem-parallel
+not-installed"ruby2.7-rubygem-parallel-doc
+not-installed"ruby2.7-rubygem-parallel_tests
+not-installed"ruby2.7-rubygem-parallel_tests-doc
+not-installed"ruby2.7-rubygem-parser
+not-installed"ruby2.7-rubygem-parser-doc
+not-installed"ruby2.7-rubygem-parser-testsuite
+not-installed"ruby2.7-rubygem-passenger
+not-installed"ruby2.7-rubygem-passenger-doc
+not-installed"ruby2.7-rubygem-path_expander
+not-installed"ruby2.7-rubygem-path_expander-doc
+not-installed"ruby2.7-rubygem-path_expander-testsuite
+not-installed"ruby2.7-rubygem-pathutil
+not-installed"ruby2.7-rubygem-pathutil-doc
+not-installed"ruby2.7-rubygem-pg
+not-installed"ruby2.7-rubygem-pg-doc
+not-installed"ruby2.7-rubygem-pg-testsuite
+not-installed"ruby2.7-rubygem-pkg-config
+not-installed"ruby2.7-rubygem-pkg-config-doc
+not-installed"ruby2.7-rubygem-pkg-config-testsuite
+not-installed"ruby2.7-rubygem-po_to_json
+not-installed"ruby2.7-rubygem-po_to_json-doc
+not-installed"ruby2.7-rubygem-po_to_json-testsuite
+not-installed"ruby2.7-rubygem-polyglot
+not-installed"ruby2.7-rubygem-polyglot-doc
+not-installed"ruby2.7-rubygem-pry
+not-installed"ruby2.7-rubygem-pry-doc
+not-installed"ruby2.7-rubygem-pry-doc-testsuite
+not-installed"ruby2.7-rubygem-pry_debug
+not-installed"ruby2.7-rubygem-pry_debug-doc
+not-installed"ruby2.7-rubygem-pry_debug-testsuite
+not-installed"ruby2.7-rubygem-public_suffix
+not-installed"ruby2.7-rubygem-public_suffix-3.1
+not-installed"ruby2.7-rubygem-public_suffix-doc
+not-installed"ruby2.7-rubygem-public_suffix-doc-3.1
+not-installed"ruby2.7-rubygem-public_suffix-testsuite
+not-installed"ruby2.7-rubygem-public_suffix-testsuite-3.1
+not-installed"ruby2.7-rubygem-puma
+not-installed"ruby2.7-rubygem-puma-doc
+not-installed"ruby2.7-rubygem-puma_worker_killer
+not-installed"ruby2.7-rubygem-puma_worker_killer-doc
+not-installed"ruby2.7-rubygem-puma_worker_killer-testsuite
+not-installed"ruby2.7-rubygem-pundit
+not-installed"ruby2.7-rubygem-pundit-doc
+not-installed"ruby2.7-rubygem-pundit-testsuite
+not-installed"ruby2.7-rubygem-rack
+not-installed"ruby2.7-rubygem-rack-1_3
+not-installed"ruby2.7-rubygem-rack-1_4
+not-installed"ruby2.7-rubygem-rack-1_6
+not-installed"ruby2.7-rubygem-rack-2.0
+not-installed"ruby2.7-rubygem-rack-accept
+not-installed"ruby2.7-rubygem-rack-accept-doc
+not-installed"ruby2.7-rubygem-rack-accept-testsuite
+not-installed"ruby2.7-rubygem-rack-cache-1_2
+not-installed"ruby2.7-rubygem-rack-cache-doc-1_2
+not-installed"ruby2.7-rubygem-rack-cache-testsuite-1_2
+not-installed"ruby2.7-rubygem-rack-doc
+not-installed"ruby2.7-rubygem-rack-doc-1_3
+not-installed"ruby2.7-rubygem-rack-doc-1_4
+not-installed"ruby2.7-rubygem-rack-doc-1_6
+not-installed"ruby2.7-rubygem-rack-doc-2.0
+not-installed"ruby2.7-rubygem-rack-oauth2
+not-installed"ruby2.7-rubygem-rack-oauth2-doc
+not-installed"ruby2.7-rubygem-rack-oauth2-testsuite
+not-installed"ruby2.7-rubygem-rack-protection
+not-installed"ruby2.7-rubygem-rack-protection-doc
+not-installed"ruby2.7-rubygem-rack-proxy
+not-installed"ruby2.7-rubygem-rack-proxy-doc
+not-installed"ruby2.7-rubygem-rack-proxy-testsuite
+not-installed"ruby2.7-rubygem-rack-ssl
+not-installed"ruby2.7-rubygem-rack-ssl-1_3
+not-installed"ruby2.7-rubygem-rack-ssl-doc
+not-installed"ruby2.7-rubygem-rack-ssl-doc-1_3
+not-installed"ruby2.7-rubygem-rack-test-0_6
+not-installed"ruby2.7-rubygem-rack-test-doc-0_6
+not-installed"ruby2.7-rubygem-rack-test-testsuite-0_6
+not-installed"ruby2.7-rubygem-rack-testsuite-1_3
+not-installed"ruby2.7-rubygem-rack-testsuite-1_4
+not-installed"ruby2.7-rubygem-rack-testsuite-1_6
+not-installed"ruby2.7-rubygem-rack-testsuite-2.0
+not-installed"ruby2.7-rubygem-rails-5.2
+not-installed"ruby2.7-rubygem-rails-6.0
+not-installed"ruby2.7-rubygem-rails-deprecated_sanitizer
+not-installed"ruby2.7-rubygem-rails-deprecated_sanitizer-doc
+not-installed"ruby2.7-rubygem-rails-deprecated_sanitizer-testsuite
+not-installed"ruby2.7-rubygem-rails-doc-5.2
+not-installed"ruby2.7-rubygem-rails-doc-6.0
+not-installed"ruby2.7-rubygem-rails-dom-testing
+not-installed"ruby2.7-rubygem-rails-dom-testing-doc
+not-installed"ruby2.7-rubygem-rails-dom-testing-testsuite
+not-installed"ruby2.7-rubygem-rails-html-sanitizer
+not-installed"ruby2.7-rubygem-rails-html-sanitizer-doc
+not-installed"ruby2.7-rubygem-rails-html-sanitizer-testsuite
+not-installed"ruby2.7-rubygem-rails-i18n
+not-installed"ruby2.7-rubygem-rails-i18n-doc
+not-installed"ruby2.7-rubygem-rails_stdout_logging
+not-installed"ruby2.7-rubygem-rails_stdout_logging-doc
+not-installed"ruby2.7-rubygem-rails_stdout_logging-testsuite
+not-installed"ruby2.7-rubygem-railties-5.2
+not-installed"ruby2.7-rubygem-railties-6.0
+not-installed"ruby2.7-rubygem-railties-doc-5.2
+not-installed"ruby2.7-rubygem-railties-doc-6.0
+not-installed"ruby2.7-rubygem-rainbow
+not-installed"ruby2.7-rubygem-rainbow-doc
+not-installed"ruby2.7-rubygem-rainbow-testsuite
+not-installed"ruby2.7-rubygem-raindrops
+not-installed"ruby2.7-rubygem-raindrops-doc
+not-installed"ruby2.7-rubygem-raindrops-testsuite
+not-installed"ruby2.7-rubygem-rake-12_0
+not-installed"ruby2.7-rubygem-rake-compiler
+not-installed"ruby2.7-rubygem-rake-compiler-doc
+not-installed"ruby2.7-rubygem-rake-compiler-testsuite
+not-installed"ruby2.7-rubygem-rake-doc-12_0
+not-installed"ruby2.7-rubygem-rb-fsevent
+not-installed"ruby2.7-rubygem-rb-fsevent-doc
+not-installed"ruby2.7-rubygem-rb-inotify
+not-installed"ruby2.7-rubygem-rb-inotify-doc
+not-installed"ruby2.7-rubygem-rb-inotify-testsuite
+not-installed"ruby2.7-rubygem-rb-kqueue
+not-installed"ruby2.7-rubygem-rb-kqueue-doc
+not-installed"ruby2.7-rubygem-rb-kqueue-testsuite
+not-installed"ruby2.7-rubygem-rdiscount
+not-installed"ruby2.7-rubygem-rdiscount-doc
+not-installed"ruby2.7-rubygem-rdiscount-testsuite
+not-installed"ruby2.7-rubygem-rdoc-4
+not-installed"ruby2.7-rubygem-rdoc-doc-4
+not-installed"ruby2.7-rubygem-rdoc-testsuite-4
+not-installed"ruby2.7-rubygem-regexp_parser
+not-installed"ruby2.7-rubygem-regexp_parser-doc
+not-installed"ruby2.7-rubygem-regexp_parser-testsuite
+not-installed"ruby2.7-rubygem-responders
+not-installed"ruby2.7-rubygem-responders-doc
+not-installed"ruby2.7-rubygem-rest-client
+not-installed"ruby2.7-rubygem-rest-client-doc
+not-installed"ruby2.7-rubygem-rest-client-testsuite
+not-installed"ruby2.7-rubygem-restility
+not-installed"ruby2.7-rubygem-restility-doc
+not-installed"ruby2.7-rubygem-restility-testsuite
+not-installed"ruby2.7-rubygem-reverse_markdown
+not-installed"ruby2.7-rubygem-reverse_markdown-doc
+not-installed"ruby2.7-rubygem-reverse_markdown-testsuite
+not-installed"ruby2.7-rubygem-rgen
+not-installed"ruby2.7-rubygem-rgen-doc
+not-installed"ruby2.7-rubygem-rgen-testsuite
+not-installed"ruby2.7-rubygem-rice
+not-installed"ruby2.7-rubygem-rice-doc
+not-installed"ruby2.7-rubygem-rice-testsuite
+not-installed"ruby2.7-rubygem-ronn
+not-installed"ruby2.7-rubygem-ronn-doc
+not-installed"ruby2.7-rubygem-ronn-testsuite
+not-installed"ruby2.7-rubygem-rouge
+not-installed"ruby2.7-rubygem-rouge-1
+not-installed"ruby2.7-rubygem-rouge-doc
+not-installed"ruby2.7-rubygem-rouge-doc-1
+not-installed"ruby2.7-rubygem-rpm
+not-installed"ruby2.7-rubygem-rpm-doc
+not-installed"ruby2.7-rubygem-rpm-testsuite
+not-installed"ruby2.7-rubygem-rspec
+not-installed"ruby2.7-rubygem-rspec-3_5
+not-installed"ruby2.7-rubygem-rspec-core
+not-installed"ruby2.7-rubygem-rspec-core-3_5
+not-installed"ruby2.7-rubygem-rspec-core-doc
+not-installed"ruby2.7-rubygem-rspec-core-doc-3_5
+not-installed"ruby2.7-rubygem-rspec-doc
+not-installed"ruby2.7-rubygem-rspec-doc-3_5
+not-installed"ruby2.7-rubygem-rspec-expectations
+not-installed"ruby2.7-rubygem-rspec-expectations-3_5
+not-installed"ruby2.7-rubygem-rspec-expectations-doc
+not-installed"ruby2.7-rubygem-rspec-expectations-doc-3_5
+not-installed"ruby2.7-rubygem-rspec-its
+not-installed"ruby2.7-rubygem-rspec-its-doc
+not-installed"ruby2.7-rubygem-rspec-its-testsuite
+not-installed"ruby2.7-rubygem-rspec-mocks
+not-installed"ruby2.7-rubygem-rspec-mocks-3_5
+not-installed"ruby2.7-rubygem-rspec-mocks-doc
+not-installed"ruby2.7-rubygem-rspec-mocks-doc-3_5
+not-installed"ruby2.7-rubygem-rspec-rails
+not-installed"ruby2.7-rubygem-rspec-rails-3.9
+not-installed"ruby2.7-rubygem-rspec-rails-doc
+not-installed"ruby2.7-rubygem-rspec-rails-doc-3.9
+not-installed"ruby2.7-rubygem-rspec-support
+not-installed"ruby2.7-rubygem-rspec-support-3_5
+not-installed"ruby2.7-rubygem-rspec-support-doc
+not-installed"ruby2.7-rubygem-rspec-support-doc-3_5
+not-installed"ruby2.7-rubygem-rubocop
+not-installed"ruby2.7-rubygem-rubocop-ast
+not-installed"ruby2.7-rubygem-rubocop-ast-doc
+not-installed"ruby2.7-rubygem-rubocop-doc
+installed"ruby2.7-rubygem-ruby-augeas
+not-installed"ruby2.7-rubygem-ruby-augeas-doc
+installed"ruby2.7-rubygem-ruby-dbus
+not-installed"ruby2.7-rubygem-ruby-dbus-doc
+not-installed"ruby2.7-rubygem-ruby-dbus-testsuite
+not-installed"ruby2.7-rubygem-ruby-filemagic
+not-installed"ruby2.7-rubygem-ruby-filemagic-doc
+not-installed"ruby2.7-rubygem-ruby-filemagic-testsuite
+not-installed"ruby2.7-rubygem-ruby-libvirt
+not-installed"ruby2.7-rubygem-ruby-libvirt-doc
+not-installed"ruby2.7-rubygem-ruby-openid
+not-installed"ruby2.7-rubygem-ruby-openid-doc
+not-installed"ruby2.7-rubygem-ruby-openid-testsuite
+not-installed"ruby2.7-rubygem-ruby-progressbar
+not-installed"ruby2.7-rubygem-ruby-progressbar-doc
+not-installed"ruby2.7-rubygem-ruby-rc4
+not-installed"ruby2.7-rubygem-ruby-rc4-doc
+not-installed"ruby2.7-rubygem-ruby-rc4-testsuite
+not-installed"ruby2.7-rubygem-ruby-shadow
+not-installed"ruby2.7-rubygem-ruby-shadow-doc
+not-installed"ruby2.7-rubygem-ruby2_keywords
+not-installed"ruby2.7-rubygem-ruby2_keywords-doc
+not-installed"ruby2.7-rubygem-ruby_dep
+not-installed"ruby2.7-rubygem-ruby_dep-1_3
+not-installed"ruby2.7-rubygem-ruby_dep-doc
+not-installed"ruby2.7-rubygem-ruby_dep-doc-1_3
+not-installed"ruby2.7-rubygem-ruby_dig
+not-installed"ruby2.7-rubygem-ruby_dig-doc
+not-installed"ruby2.7-rubygem-ruby_dig-testsuite
+not-installed"ruby2.7-rubygem-ruby_parser
+not-installed"ruby2.7-rubygem-ruby_parser-doc
+not-installed"ruby2.7-rubygem-ruby_parser-testsuite
+not-installed"ruby2.7-rubygem-rubyforge
+not-installed"ruby2.7-rubygem-rubyforge-doc
+not-installed"ruby2.7-rubygem-rubyforge-testsuite
+not-installed"ruby2.7-rubygem-rubyntlm
+not-installed"ruby2.7-rubygem-rubyntlm-doc
+not-installed"ruby2.7-rubygem-rubyntlm-testsuite
+not-installed"ruby2.7-rubygem-rubyzip
+not-installed"ruby2.7-rubygem-rubyzip-1.3
+not-installed"ruby2.7-rubygem-rubyzip-doc
+not-installed"ruby2.7-rubygem-rubyzip-doc-1.3
+not-installed"ruby2.7-rubygem-rubyzip-testsuite-1.3
+not-installed"ruby2.7-rubygem-safe_yaml
+not-installed"ruby2.7-rubygem-safe_yaml-doc
+not-installed"ruby2.7-rubygem-safe_yaml-testsuite
+not-installed"ruby2.7-rubygem-sass
+not-installed"ruby2.7-rubygem-sass-doc
+not-installed"ruby2.7-rubygem-sass-listen
+not-installed"ruby2.7-rubygem-sass-listen-doc
+not-installed"ruby2.7-rubygem-sass-rails
+not-installed"ruby2.7-rubygem-sass-rails-5.1
+not-installed"ruby2.7-rubygem-sass-rails-doc
+not-installed"ruby2.7-rubygem-sass-rails-doc-5.1
+not-installed"ruby2.7-rubygem-sassc
+not-installed"ruby2.7-rubygem-sassc-2.2
+not-installed"ruby2.7-rubygem-sassc-doc
+not-installed"ruby2.7-rubygem-sassc-doc-2.2
+not-installed"ruby2.7-rubygem-sassc-rails
+not-installed"ruby2.7-rubygem-sassc-rails-doc
+not-installed"ruby2.7-rubygem-sassc-rails-testsuite
+not-installed"ruby2.7-rubygem-sassc-testsuite
+not-installed"ruby2.7-rubygem-sassc-testsuite-2.2
+not-installed"ruby2.7-rubygem-sdoc
+not-installed"ruby2.7-rubygem-sdoc-doc
+not-installed"ruby2.7-rubygem-sdoc-testsuite
+not-installed"ruby2.7-rubygem-securecompare
+not-installed"ruby2.7-rubygem-securecompare-doc
+not-installed"ruby2.7-rubygem-securecompare-testsuite
+not-installed"ruby2.7-rubygem-serverengine
+not-installed"ruby2.7-rubygem-serverengine-doc
+not-installed"ruby2.7-rubygem-serverengine-testsuite
+not-installed"ruby2.7-rubygem-sexp_processor
+not-installed"ruby2.7-rubygem-sexp_processor-doc
+not-installed"ruby2.7-rubygem-sexp_processor-testsuite
+not-installed"ruby2.7-rubygem-sigdump
+not-installed"ruby2.7-rubygem-sigdump-doc
+not-installed"ruby2.7-rubygem-simple_oauth
+not-installed"ruby2.7-rubygem-simple_oauth-doc
+not-installed"ruby2.7-rubygem-simplecov
+not-installed"ruby2.7-rubygem-simplecov-doc
+not-installed"ruby2.7-rubygem-simplecov-html
+not-installed"ruby2.7-rubygem-simplecov-html-doc
+not-installed"ruby2.7-rubygem-simplecov-html-testsuite
+installed"ruby2.7-rubygem-simpleidn
+not-installed"ruby2.7-rubygem-simpleidn-doc
+not-installed"ruby2.7-rubygem-sinatra
+not-installed"ruby2.7-rubygem-sinatra-doc
+not-installed"ruby2.7-rubygem-slim
+not-installed"ruby2.7-rubygem-slim-doc
+not-installed"ruby2.7-rubygem-slim-testsuite
+not-installed"ruby2.7-rubygem-slop
+not-installed"ruby2.7-rubygem-slop-3
+not-installed"ruby2.7-rubygem-slop-3_3
+not-installed"ruby2.7-rubygem-slop-doc
+not-installed"ruby2.7-rubygem-slop-doc-3
+not-installed"ruby2.7-rubygem-slop-doc-3_3
+not-installed"ruby2.7-rubygem-slop-testsuite
+not-installed"ruby2.7-rubygem-slop-testsuite-3
+not-installed"ruby2.7-rubygem-slop-testsuite-3_3
+not-installed"ruby2.7-rubygem-spring
+not-installed"ruby2.7-rubygem-spring-doc
+not-installed"ruby2.7-rubygem-spring-watcher-listen
+not-installed"ruby2.7-rubygem-spring-watcher-listen-doc
+not-installed"ruby2.7-rubygem-spring-watcher-listen-testsuite
+not-installed"ruby2.7-rubygem-sprockets
+not-installed"ruby2.7-rubygem-sprockets-2_1
+not-installed"ruby2.7-rubygem-sprockets-2_2
+not-installed"ruby2.7-rubygem-sprockets-3.7
+not-installed"ruby2.7-rubygem-sprockets-doc
+not-installed"ruby2.7-rubygem-sprockets-doc-2_1
+not-installed"ruby2.7-rubygem-sprockets-doc-2_2
+not-installed"ruby2.7-rubygem-sprockets-doc-3.7
+not-installed"ruby2.7-rubygem-sprockets-helpers
+not-installed"ruby2.7-rubygem-sprockets-helpers-doc
+not-installed"ruby2.7-rubygem-sprockets-helpers-testsuite
+not-installed"ruby2.7-rubygem-sprockets-rails
+not-installed"ruby2.7-rubygem-sprockets-rails-doc
+not-installed"ruby2.7-rubygem-sqlite3
+not-installed"ruby2.7-rubygem-sqlite3-doc
+not-installed"ruby2.7-rubygem-sqlite3-testsuite
+not-installed"ruby2.7-rubygem-sshkit
+not-installed"ruby2.7-rubygem-sshkit-doc
+not-installed"ruby2.7-rubygem-sshkit-testsuite
+not-installed"ruby2.7-rubygem-stackdeck
+not-installed"ruby2.7-rubygem-stackdeck-doc
+not-installed"ruby2.7-rubygem-stackdeck-testsuite
+not-installed"ruby2.7-rubygem-stomp
+not-installed"ruby2.7-rubygem-stomp-doc
+not-installed"ruby2.7-rubygem-stomp-testsuite
+not-installed"ruby2.7-rubygem-strptime
+not-installed"ruby2.7-rubygem-strptime-doc
+not-installed"ruby2.7-rubygem-swd
+not-installed"ruby2.7-rubygem-swd-doc
+not-installed"ruby2.7-rubygem-swd-testsuite
+not-installed"ruby2.7-rubygem-systemu
+not-installed"ruby2.7-rubygem-systemu-doc
+not-installed"ruby2.7-rubygem-systemu-testsuite
+not-installed"ruby2.7-rubygem-temple
+not-installed"ruby2.7-rubygem-temple-doc
+not-installed"ruby2.7-rubygem-temple-testsuite
+not-installed"ruby2.7-rubygem-text
+not-installed"ruby2.7-rubygem-text-doc
+not-installed"ruby2.7-rubygem-text-hyphen
+not-installed"ruby2.7-rubygem-text-hyphen-doc
+not-installed"ruby2.7-rubygem-text-hyphen-testsuite
+not-installed"ruby2.7-rubygem-text-testsuite
+not-installed"ruby2.7-rubygem-thor
+not-installed"ruby2.7-rubygem-thor-0_19
+not-installed"ruby2.7-rubygem-thor-doc
+not-installed"ruby2.7-rubygem-thor-doc-0_19
+not-installed"ruby2.7-rubygem-thread_safe
+not-installed"ruby2.7-rubygem-thread_safe-doc
+not-installed"ruby2.7-rubygem-thread_safe-testsuite
+not-installed"ruby2.7-rubygem-tilt
+not-installed"ruby2.7-rubygem-tilt-1_1
+not-installed"ruby2.7-rubygem-tilt-1_4
+not-installed"ruby2.7-rubygem-tilt-doc
+not-installed"ruby2.7-rubygem-tilt-doc-1_1
+not-installed"ruby2.7-rubygem-tilt-doc-1_4
+not-installed"ruby2.7-rubygem-tilt-testsuite-1_1
+not-installed"ruby2.7-rubygem-tilt-testsuite-1_4
+not-installed"ruby2.7-rubygem-timers
+not-installed"ruby2.7-rubygem-timers-doc
+not-installed"ruby2.7-rubygem-tmuxinator
+not-installed"ruby2.7-rubygem-tmuxinator-doc
+not-installed"ruby2.7-rubygem-tmuxinator-testsuite
+not-installed"ruby2.7-rubygem-tomlrb
+not-installed"ruby2.7-rubygem-tomlrb-doc
+not-installed"ruby2.7-rubygem-treetop
+not-installed"ruby2.7-rubygem-treetop-1_4
+not-installed"ruby2.7-rubygem-treetop-doc
+not-installed"ruby2.7-rubygem-treetop-doc-1_4
+not-installed"ruby2.7-rubygem-treetop-testsuite-1_4
+not-installed"ruby2.7-rubygem-trollop
+not-installed"ruby2.7-rubygem-trollop-doc
+not-installed"ruby2.7-rubygem-trollop-testsuite
+not-installed"ruby2.7-rubygem-turbolinks
+not-installed"ruby2.7-rubygem-turbolinks-doc
+not-installed"ruby2.7-rubygem-turbolinks-source
+not-installed"ruby2.7-rubygem-turbolinks-source-doc
+not-installed"ruby2.7-rubygem-tzinfo
+not-installed"ruby2.7-rubygem-tzinfo-0
+not-installed"ruby2.7-rubygem-tzinfo-1.2
+not-installed"ruby2.7-rubygem-tzinfo-data
+not-installed"ruby2.7-rubygem-tzinfo-data-doc
+not-installed"ruby2.7-rubygem-tzinfo-doc
+not-installed"ruby2.7-rubygem-tzinfo-doc-0
+not-installed"ruby2.7-rubygem-tzinfo-doc-1.2
+not-installed"ruby2.7-rubygem-tzinfo-testsuite-0
+not-installed"ruby2.7-rubygem-tzinfo-testsuite-1.2
+not-installed"ruby2.7-rubygem-uglifier
+not-installed"ruby2.7-rubygem-uglifier-doc
+installed"ruby2.7-rubygem-unf
+not-installed"ruby2.7-rubygem-unf-doc
+not-installed"ruby2.7-rubygem-unf-testsuite
+installed"ruby2.7-rubygem-unf_ext
+not-installed"ruby2.7-rubygem-unf_ext-doc
+not-installed"ruby2.7-rubygem-unf_ext-testsuite
+not-installed"ruby2.7-rubygem-unicode-display_width
+not-installed"ruby2.7-rubygem-unicode-display_width-doc
+not-installed"ruby2.7-rubygem-unicorn
+not-installed"ruby2.7-rubygem-unicorn-doc
+not-installed"ruby2.7-rubygem-unicorn-testsuite
+not-installed"ruby2.7-rubygem-unicorn-worker-killer
+not-installed"ruby2.7-rubygem-unicorn-worker-killer-doc
+not-installed"ruby2.7-rubygem-url_safe_base64
+not-installed"ruby2.7-rubygem-url_safe_base64-doc
+not-installed"ruby2.7-rubygem-url_safe_base64-testsuite
+not-installed"ruby2.7-rubygem-vagrant-spec
+not-installed"ruby2.7-rubygem-vagrant-spec-doc
+not-installed"ruby2.7-rubygem-vagrant-spec-testsuite
+not-installed"ruby2.7-rubygem-vagrant_cloud
+not-installed"ruby2.7-rubygem-vagrant_cloud-doc
+not-installed"ruby2.7-rubygem-validate_email
+not-installed"ruby2.7-rubygem-validate_email-doc
+not-installed"ruby2.7-rubygem-validate_url
+not-installed"ruby2.7-rubygem-validate_url-doc
+not-installed"ruby2.7-rubygem-virtus
+not-installed"ruby2.7-rubygem-virtus-doc
+not-installed"ruby2.7-rubygem-virtus-testsuite
+not-installed"ruby2.7-rubygem-warden
+not-installed"ruby2.7-rubygem-warden-doc
+not-installed"ruby2.7-rubygem-web-console
+not-installed"ruby2.7-rubygem-web-console-2
+not-installed"ruby2.7-rubygem-web-console-doc
+not-installed"ruby2.7-rubygem-web-console-doc-2
+not-installed"ruby2.7-rubygem-webfinger
+not-installed"ruby2.7-rubygem-webfinger-doc
+not-installed"ruby2.7-rubygem-webfinger-testsuite
+not-installed"ruby2.7-rubygem-webmock-1_2
+not-installed"ruby2.7-rubygem-webmock-2_3
+not-installed"ruby2.7-rubygem-webmock-doc-1_2
+not-installed"ruby2.7-rubygem-webmock-doc-2_3
+not-installed"ruby2.7-rubygem-webmock-testsuite-1_2
+not-installed"ruby2.7-rubygem-webmock-testsuite-2_3
+not-installed"ruby2.7-rubygem-webpacker
+not-installed"ruby2.7-rubygem-webpacker-doc
+not-installed"ruby2.7-rubygem-webpacker-testsuite
+not-installed"ruby2.7-rubygem-websocket
+not-installed"ruby2.7-rubygem-websocket-doc
+not-installed"ruby2.7-rubygem-websocket-driver
+not-installed"ruby2.7-rubygem-websocket-driver-0_6
+not-installed"ruby2.7-rubygem-websocket-driver-doc
+not-installed"ruby2.7-rubygem-websocket-driver-doc-0_6
+not-installed"ruby2.7-rubygem-websocket-extensions
+not-installed"ruby2.7-rubygem-websocket-extensions-doc
+not-installed"ruby2.7-rubygem-websocket-testsuite
+not-installed"ruby2.7-rubygem-winrm
+not-installed"ruby2.7-rubygem-winrm-2_1
+not-installed"ruby2.7-rubygem-winrm-doc
+not-installed"ruby2.7-rubygem-winrm-doc-2_1
+not-installed"ruby2.7-rubygem-winrm-elevated
+not-installed"ruby2.7-rubygem-winrm-elevated-doc
+not-installed"ruby2.7-rubygem-winrm-fs
+not-installed"ruby2.7-rubygem-winrm-fs-doc
+not-installed"ruby2.7-rubygem-xdg
+not-installed"ruby2.7-rubygem-xdg-2
+not-installed"ruby2.7-rubygem-xdg-doc
+not-installed"ruby2.7-rubygem-xdg-doc-2
+not-installed"ruby2.7-rubygem-xdg-testsuite-2
+not-installed"ruby2.7-rubygem-xml-simple
+not-installed"ruby2.7-rubygem-xml-simple-doc
+not-installed"ruby2.7-rubygem-xmlhash
+not-installed"ruby2.7-rubygem-xmlhash-doc
+not-installed"ruby2.7-rubygem-xmlhash-testsuite
+not-installed"ruby2.7-rubygem-yajl-ruby
+not-installed"ruby2.7-rubygem-yajl-ruby-doc
+not-installed"ruby2.7-rubygem-yajl-ruby-testsuite
+not-installed"ruby2.7-rubygem-yard
+not-installed"ruby2.7-rubygem-yard-doc
+not-installed"ruby2.7-rubygem-yast-rake
+not-installed"ruby2.7-rubygem-yast-rake-doc
+not-installed"ruby2.7-rubygem-zeitwerk
+not-installed"ruby2.7-rubygem-zeitwerk-doc
not-installed"rubygem-builder-3_0
not-installed"rubygem-builder-3_0-doc
not-installed"rubygem-builder-3_0-testsuite
@@ -32188,12 +32652,15 @@ not-installed"rubygem-sexp_processor-3_2-testsuite
not-installed"rubygem-shoes
not-installed"rubygem-shoes-doc
not-installed"rubygem-shoes-testsuite
-not-installed"rubygem-taskjuggler
not-installed"runawk
not-installed"runawk-examples
installed"runc
not-installed"runc-test
not-installed"rungetty
+not-installed"ruqola
+not-installed"ruqola
+not-installed"ruqola-debuginfo
+not-installed"ruqola-debugsource
not-installed"rust
not-installed"rust-analysis
not-installed"rust-cbindgen
@@ -32204,6 +32671,7 @@ not-installed"rust-src
not-installed"rust-srpm-macros
not-installed"rust-std-static
not-installed"rustfmt
+not-installed"rustscan
not-installed"rxp
not-installed"rxtx-java
not-installed"rxtx-java-javadoc
@@ -32224,7 +32692,10 @@ not-installed"sablot-devel
installed"sac
not-installed"sac-javadoc
not-installed"sacad
+not-installed"safeeyes
+not-installed"safeeyes-lang
not-installed"saidar
+not-installed"saja-cascadia-code-fonts
not-installed"sakura
not-installed"sakura-lang
not-installed"salt
@@ -32266,6 +32737,7 @@ installed"sane-backends-32bit
installed"sane-backends-autoconfig
not-installed"sane-backends-devel
not-installed"sane-backends-devel-32bit
+installed"sane-saned
not-installed"sanlk-reset
not-installed"sanlock
not-installed"sanlock-devel
@@ -32340,6 +32812,7 @@ not-installed"sblim-sfcc-devel
not-installed"sblim-testsuite
not-installed"sblim-tools-libra-devel
not-installed"sblim-wbemcli
+not-installed"sbsigntools
not-installed"sbt
not-installed"sbt-launcher
not-installed"sbt-launcher-interface
@@ -32375,6 +32848,7 @@ not-installed"scalapack-mvapich2-test
not-installed"scalapack-openmpi1-test
not-installed"scalapack-openmpi2-test
not-installed"scalapack-openmpi3-test
+not-installed"scalapack-openmpi4-test
not-installed"scalapack_2_1_0-gnu-mpich-hpc-module
not-installed"scalapack_2_1_0-gnu-mpich-hpc-test
not-installed"scalapack_2_1_0-gnu-mvapich2-hpc-module
@@ -32385,6 +32859,8 @@ not-installed"scalapack_2_1_0-gnu-openmpi2-hpc-module
not-installed"scalapack_2_1_0-gnu-openmpi2-hpc-test
not-installed"scalapack_2_1_0-gnu-openmpi3-hpc-module
not-installed"scalapack_2_1_0-gnu-openmpi3-hpc-test
+not-installed"scalapack_2_1_0-gnu-openmpi4-hpc-module
+not-installed"scalapack_2_1_0-gnu-openmpi4-hpc-test
not-installed"scalpel
not-installed"scamper
not-installed"scanmem
@@ -32414,13 +32890,6 @@ not-installed"scid-debuginfo
not-installed"scid-debugsource
not-installed"scidavis
not-installed"scidavis-lang
-not-installed"scilab
-not-installed"scilab-devel
-not-installed"scilab-lang
-not-installed"scilab-modules
-not-installed"scilab-modules-doc
-not-installed"scilab-modules-doc-lang
-not-installed"scilab-tests
not-installed"scim
not-installed"scim-32bit
not-installed"scim-anthy
@@ -32494,10 +32963,12 @@ not-installed"screengrab-lang
not-installed"scribus
not-installed"scribus
not-installed"scribus-debuginfo
+not-installed"scribus-debugsource
not-installed"scribus-doc
not-installed"scrot
not-installed"scrub
not-installed"scrypt
+not-installed"scs-devel
not-installed"scsh
not-installed"scsh-base
not-installed"scsirastools
@@ -32534,6 +33005,7 @@ not-installed"seahorse-nautilus-lang
not-installed"seahorse-sharing
not-installed"seahorse-sharing-lang
not-installed"seccheck
+not-installed"secret-tool
installed"sed
installed"sed-lang
not-installed"sedutil
@@ -32545,6 +33017,13 @@ not-installed"selene
not-installed"selene-debuginfo
not-installed"selene-debugsource
not-installed"selene-lang
+not-installed"selinux-policy
+not-installed"selinux-policy-devel
+not-installed"selinux-policy-doc
+not-installed"selinux-policy-minimum
+not-installed"selinux-policy-mls
+not-installed"selinux-policy-sandbox
+not-installed"selinux-policy-targeted
not-installed"selinux-tools
not-installed"semantik
not-installed"sendfax
@@ -32587,6 +33066,7 @@ not-installed"sgmltool-latex
not-installed"sgmltools-lite
not-installed"sgpio
not-installed"sgrep
+not-installed"sgtk-menu
not-installed"sha1collisiondetection
installed"sha3sum
not-installed"shaderc
@@ -32596,12 +33076,14 @@ not-installed"shadowdive-devel
not-installed"shadowsocks-libev
not-installed"shadowsocks-libev-devel
not-installed"shadowsocks-libev-doc
+not-installed"shadowsocks-v2ray-plugin
not-installed"shairplay
not-installed"shairplay
not-installed"shairplay-debuginfo
not-installed"shairplay-debugsource
not-installed"shairplay-devel
not-installed"shairport-sync
+not-installed"shake
not-installed"shapelib
not-installed"shared-color-targets
installed"shared-mime-info
@@ -32610,6 +33092,7 @@ installed"shared-python-startup
installed"sharutils
installed"sharutils-lang
not-installed"shellementary
+not-installed"shelltestrunner
not-installed"shepherd
not-installed"shepherd-bins
not-installed"shibboleth-sp
@@ -32642,10 +33125,6 @@ not-installed"showfoto
not-installed"showfoto-debuginfo
not-installed"shp
not-installed"shunit2
-not-installed"shutdownscheduler
-not-installed"shutdownscheduler-lang
-not-installed"shutter
-not-installed"shutter-lang
not-installed"siege
not-installed"sierra-gtk-theme
not-installed"siga
@@ -32677,10 +33156,12 @@ not-installed"sil-doulos-fonts
not-installed"sil-gentium-fonts
not-installed"sil-mondulkiri-fonts
not-installed"sil-padauk-fonts
+not-installed"silan
not-installed"simh
not-installed"simple-ccsm
not-installed"simple-ccsm-lang
not-installed"simple-mtpfs
+not-installed"simple-multicast
not-installed"simple-obfs
not-installed"simple-obfs-doc
not-installed"simple-scan
@@ -32697,6 +33178,8 @@ not-installed"siren
not-installed"siren
not-installed"siren-debuginfo
not-installed"siren-debugsource
+not-installed"siril
+not-installed"sirocco-devel
not-installed"sisctrl
not-installed"sispmctl
not-installed"sispmctl-devel
@@ -32707,7 +33190,6 @@ not-installed"sitar
installed"site-config
not-installed"sitecopy
not-installed"sitecopy-lang
-not-installed"sk1
installed"skanlite
not-installed"skanlite
not-installed"skanlite-debuginfo
@@ -32715,6 +33197,7 @@ not-installed"skanlite-debugsource
installed"skanlite-lang
not-installed"skelcd-control-Kubic
not-installed"skelcd-control-MicroOS
+not-installed"skelcd-control-openSUSE
not-installed"skelcd-control-openSUSE-promo
not-installed"skelcd-fallbackrepo-openSUSE
not-installed"skelcd-installer-Kubic
@@ -32723,13 +33206,14 @@ not-installed"skelcd-installer-net-Kubic
not-installed"skelcd-installer-net-MicroOS
not-installed"skelcd-installer-net-openSUSE
not-installed"skelcd-installer-openSUSE
+not-installed"skelcd-openSUSE
not-installed"ski
not-installed"skinlf
not-installed"skinlf-demo
not-installed"skinlf-javadoc
not-installed"skkdic
not-installed"skkdic-extra
-not-installed"skopeo
+installed"skopeo
not-installed"skrooge
not-installed"skrooge
not-installed"skrooge-debuginfo
@@ -32810,6 +33294,8 @@ not-installed"smictrl
not-installed"smillaenlarger
not-installed"smilutils
not-installed"smlnj
+not-installed"smooth
+not-installed"smooth-devel
installed"smp_utils
not-installed"smplayer
not-installed"smplayer-lang
@@ -32858,6 +33344,7 @@ not-installed"smuxi-server-lang
not-installed"snack
not-installed"snakeyaml
not-installed"snakeyaml-javadoc
+not-installed"snallygaster
installed"snapper
not-installed"snapper-testsuite
installed"snapper-zypp-plugin
@@ -32892,6 +33379,12 @@ not-installed"soapysdr0.7-module-uhd
not-installed"soapysdr0.7-module-xtrx
not-installed"sobby
not-installed"socat
+not-installed"soci-devel
+not-installed"soci-empty-devel
+not-installed"soci-mysql-devel
+not-installed"soci-odbc-devel
+not-installed"soci-postgresql-devel
+not-installed"soci-sqlite3-devel
not-installed"socket_wrapper
not-installed"sof-firmware
not-installed"sofia-sip
@@ -32901,7 +33394,6 @@ not-installed"softhsm-devel
not-installed"solaar
not-installed"solaar-doc
not-installed"solaar-udev
-not-installed"solarfighter
not-installed"solarus
not-installed"solarus-devel
not-installed"solarus-gui
@@ -32909,8 +33401,6 @@ not-installed"solarus-gui-lang
not-installed"solarus-quest-editor
not-installed"solarus-quest-editor-assets
not-installed"solarus-quest-editor-lang
-not-installed"solarwolf
-not-installed"solarwolf_we
not-installed"solfege
not-installed"solid-devel
not-installed"solid-devel-32bit
@@ -32925,6 +33415,7 @@ not-installed"sonic-visualiser
installed"sonnet
not-installed"sonnet-devel
not-installed"sonnet-devel-32bit
+not-installed"sonnet-voikko
not-installed"sonobuoy
not-installed"sooperlooper
not-installed"sooperlooper
@@ -32939,8 +33430,6 @@ installed"sound-theme-freedesktop
not-installed"sound-theme-yaru
not-installed"soundconverter
not-installed"soundconverter-lang
-not-installed"soundio
-not-installed"soundio-debugsource
not-installed"soundkonverter
not-installed"soundkonverter
not-installed"soundkonverter-debuginfo
@@ -32995,10 +33484,6 @@ not-installed"speex
not-installed"speex-devel
not-installed"speexdsp-devel
installed"spek
-not-installed"spek
-not-installed"spek-debuginfo
-not-installed"spek-debugsource
-not-installed"spek-lang
not-installed"spew
not-installed"spglib-devel
not-installed"sphinx
@@ -33017,6 +33502,8 @@ not-installed"spice-up
not-installed"spice-up-lang
not-installed"spice-vdagent
not-installed"spice-webdavd
+not-installed"spindle
+not-installed"spindle-devel
not-installed"spirv-cross
not-installed"spirv-headers
not-installed"spirv-tools
@@ -33037,8 +33524,6 @@ not-installed"spyder-hdf5
not-installed"spyder-lang
not-installed"spyder-line-profiler
not-installed"spyder-memory-profiler
-not-installed"spyder-notebook
-not-installed"spyder-terminal
not-installed"sql-parser-devel
not-installed"sqlcipher
not-installed"sqlcipher-devel
@@ -33072,6 +33557,7 @@ not-installed"srp_daemon
not-installed"srt
not-installed"srt-devel
not-installed"sscape-ctl
+not-installed"sscep
not-installed"ssdeep
not-installed"ssdp-responder
not-installed"ssh-audit
@@ -33092,13 +33578,12 @@ not-installed"sssd-32bit
not-installed"sssd-ad
not-installed"sssd-dbus
not-installed"sssd-ipa
+not-installed"sssd-kcm
not-installed"sssd-krb5
not-installed"sssd-krb5-common
not-installed"sssd-ldap
not-installed"sssd-proxy
not-installed"sssd-tools
-not-installed"sssd-wbclient
-not-installed"sssd-wbclient-devel
not-installed"sssd-winbind-idmap
not-installed"st
not-installed"staging-build-key
@@ -33121,8 +33606,7 @@ not-installed"stax2-api-javadoc
not-installed"stb-devel
not-installed"stdman
installed"steam
-not-installed"steam-controller
-not-installed"steam-vr
+installed"steam-devices
not-installed"steamcmd
installed"steamtricks
installed"steamtricks-data
@@ -33153,6 +33637,7 @@ not-installed"stp-devel
installed"strace
not-installed"strawberry
not-installed"stream
+not-installed"streamlink
not-installed"streamripper
not-installed"streamripper
not-installed"streamripper-debuginfo
@@ -33179,6 +33664,7 @@ not-installed"strongswan-nm
not-installed"strongswan-sqlite
not-installed"stunnel
not-installed"stunnel-doc
+not-installed"stuntman
not-installed"su-wrapper
not-installed"subnetcalc
not-installed"subtitlecomposer
@@ -33208,11 +33694,13 @@ not-installed"subversion-tools
not-installed"suck
installed"sudo
not-installed"sudo-devel
+installed"sudo-plugin-python
not-installed"sudo-test
not-installed"sudoku-sensei
not-installed"suil-devel
not-installed"suil-plugin-gtk2-in-qt5
not-installed"suil-plugin-qt5-in-gtk2
+not-installed"suil-plugin-qt5-in-gtk3
not-installed"suil-plugin-x11
not-installed"suil-plugin-x11-in-gtk2
not-installed"suil-plugin-x11-in-gtk3
@@ -33246,6 +33734,7 @@ not-installed"supertuxkart
not-installed"supertuxkart-data
not-installed"supervisor
not-installed"supportutils
+not-installed"surf
installed"surfraw
not-installed"surfraw-woffle
not-installed"suru-plus-dark-icon-theme
@@ -33274,7 +33763,12 @@ not-installed"svm-tools
not-installed"svn2git
not-installed"svxlink-server
installed"sw_management
+not-installed"swappy
+not-installed"swappy-lang
not-installed"sway
+not-installed"sway
+not-installed"sway-branding-openSUSE
+not-installed"sway-branding-upstream
not-installed"swaybg
not-installed"swayidle
not-installed"swayidle-bash-completion
@@ -33319,8 +33813,6 @@ not-installed"sxhkd
not-installed"sxiv
not-installed"sympol
not-installed"sympol-devel
-not-installed"synapse
-not-installed"synapse-lang
not-installed"syncthing
not-installed"syncthing-relaysrv
not-installed"syndication-devel
@@ -33386,10 +33878,12 @@ installed"system-user-bin
installed"system-user-daemon
installed"system-user-flatpak
not-installed"system-user-ftp
-not-installed"system-user-games
+installed"system-user-games
+not-installed"system-user-libvirt-dbus
installed"system-user-lp
installed"system-user-mail
installed"system-user-man
+not-installed"system-user-msr
not-installed"system-user-news
installed"system-user-nobody
installed"system-user-root
@@ -33476,8 +33970,6 @@ not-installed"tardy
not-installed"target-isns
not-installed"targetcli-fb-common
not-installed"taskwarrior
-not-installed"tasque
-not-installed"tasque-lang
not-installed"tayga
not-installed"tbb-devel
not-installed"tboot
@@ -33537,6 +34029,7 @@ not-installed"telegraf
not-installed"telegram-desktop
not-installed"telegram-desktop
not-installed"telegram-qt5
+not-installed"telegram-qt5-debugsource
not-installed"telegram-qt5-devel
not-installed"telegram-theme-adapta
not-installed"telegram-theme-plata
@@ -33548,7 +34041,6 @@ not-installed"telepathy-gabble
not-installed"telepathy-gabble-xmpp-console
not-installed"telepathy-glib-devel
not-installed"telepathy-glib-doc
-not-installed"telepathy-haze
not-installed"telepathy-idle
not-installed"telepathy-logger
not-installed"telepathy-logger-devel
@@ -33587,16 +34079,16 @@ not-installed"tensorflow2-gnu-hpc
not-installed"tensorflow2-gnu-openmpi2-hpc
not-installed"tensorflow2-lite
not-installed"tensorflow2-lite-devel
-not-installed"tensorflow2_2_1_0-gnu-hpc
-not-installed"tensorflow2_2_1_0-gnu-hpc-devel
-not-installed"tensorflow2_2_1_0-gnu-hpc-doc
-not-installed"tensorflow2_2_1_0-gnu-openmpi2-hpc
-not-installed"tensorflow2_2_1_0-gnu-openmpi2-hpc-devel
-not-installed"tensorflow2_2_1_0-gnu-openmpi2-hpc-doc
-not-installed"tensorflow_1_15_2-gnu-hpc
-not-installed"tensorflow_1_15_2-gnu-hpc-devel
-not-installed"tensorflow_1_15_2-gnu-openmpi2-hpc
-not-installed"tensorflow_1_15_2-gnu-openmpi2-hpc-devel
+not-installed"tensorflow2_2_1_1-gnu-hpc
+not-installed"tensorflow2_2_1_1-gnu-hpc-devel
+not-installed"tensorflow2_2_1_1-gnu-hpc-doc
+not-installed"tensorflow2_2_1_1-gnu-openmpi2-hpc
+not-installed"tensorflow2_2_1_1-gnu-openmpi2-hpc-devel
+not-installed"tensorflow2_2_1_1-gnu-openmpi2-hpc-doc
+not-installed"tensorflow_1_15_3-gnu-hpc
+not-installed"tensorflow_1_15_3-gnu-hpc-devel
+not-installed"tensorflow_1_15_3-gnu-openmpi2-hpc
+not-installed"tensorflow_1_15_3-gnu-openmpi2-hpc-devel
not-installed"tepl-4-lang
not-installed"tepl-devel
not-installed"termcap
@@ -33609,7 +34101,7 @@ not-installed"terminatorX-debuginfo
not-installed"terminatorX-debugsource
installed"terminfo
installed"terminfo-base
-not-installed"terminfo-iterm
+installed"terminfo-iterm
installed"terminfo-screen
not-installed"terminology
not-installed"terminology-lang
@@ -33621,9 +34113,13 @@ not-installed"terminology-theme-upstream
not-installed"terminus
not-installed"terminus-bitmap-fonts
not-installed"terminus-lang
+not-installed"termrec
not-installed"termsyn-bitmap-fonts
-not-installed"terraform
+installed"terraform
+not-installed"terraform-provider-aws
+not-installed"terraform-provider-null
not-installed"terraform-provider-openstack
+not-installed"terraform-provider-template
not-installed"terraform-provider-vsphere
not-installed"teseq
not-installed"tesla-polyglot
@@ -33770,7 +34266,6 @@ not-installed"texlive-Asana-Math-doc
not-installed"texlive-Asana-Math-fonts
not-installed"texlive-ESIEEcv
not-installed"texlive-ESIEEcv-doc
-not-installed"texlive-FAQ-en
not-installed"texlive-GS1
not-installed"texlive-GS1-doc
not-installed"texlive-HA-prosper
@@ -33796,6 +34291,7 @@ not-installed"texlive-a4wide
not-installed"texlive-a4wide-doc
not-installed"texlive-a5comb
not-installed"texlive-a5comb-doc
+not-installed"texlive-aaai-named
not-installed"texlive-aastex
not-installed"texlive-aastex-doc
not-installed"texlive-abbr
@@ -33818,9 +34314,15 @@ not-installed"texlive-academicons-fonts
not-installed"texlive-accanthis
not-installed"texlive-accanthis-doc
not-installed"texlive-accanthis-fonts
+not-installed"texlive-accents
+not-installed"texlive-accents-doc
+not-installed"texlive-accessibility
+not-installed"texlive-accessibility-doc
not-installed"texlive-accfonts
not-installed"texlive-accfonts-bin
not-installed"texlive-accfonts-doc
+not-installed"texlive-accsupp
+not-installed"texlive-accsupp-doc
not-installed"texlive-achemso
not-installed"texlive-achemso-doc
not-installed"texlive-acmart
@@ -33841,6 +34343,8 @@ not-installed"texlive-actuarialsymbol
not-installed"texlive-actuarialsymbol-doc
not-installed"texlive-addfont
not-installed"texlive-addfont-doc
+not-installed"texlive-addliga
+not-installed"texlive-addliga-doc
not-installed"texlive-addlines
not-installed"texlive-addlines-doc
not-installed"texlive-adfathesis
@@ -33869,8 +34373,6 @@ not-installed"texlive-advdate
not-installed"texlive-advdate-doc
not-installed"texlive-ae
not-installed"texlive-ae-doc
-not-installed"texlive-aecc
-not-installed"texlive-aecc-doc
not-installed"texlive-aeguill
not-installed"texlive-aeguill-doc
not-installed"texlive-afm2pl
@@ -33910,6 +34412,8 @@ not-installed"texlive-algorithmicx
not-installed"texlive-algorithmicx-doc
not-installed"texlive-algorithms
not-installed"texlive-algorithms-doc
+not-installed"texlive-algxpar
+not-installed"texlive-algxpar-doc
not-installed"texlive-aligned-overset
not-installed"texlive-aligned-overset-doc
not-installed"texlive-alkalami
@@ -33918,6 +34422,9 @@ not-installed"texlive-alkalami-fonts
not-installed"texlive-allrunes
not-installed"texlive-allrunes-doc
not-installed"texlive-allrunes-fonts
+not-installed"texlive-almendra
+not-installed"texlive-almendra-doc
+not-installed"texlive-almendra-fonts
not-installed"texlive-almfixed
not-installed"texlive-almfixed-doc
not-installed"texlive-almfixed-fonts
@@ -33925,8 +34432,8 @@ not-installed"texlive-alnumsec
not-installed"texlive-alnumsec-doc
not-installed"texlive-alpha-persian
not-installed"texlive-alpha-persian-doc
-not-installed"texlive-alterqcm
-not-installed"texlive-alterqcm-doc
+not-installed"texlive-alphalph
+not-installed"texlive-alphalph-doc
not-installed"texlive-altfont
not-installed"texlive-altfont-doc
not-installed"texlive-ametsoc
@@ -33936,6 +34443,8 @@ not-installed"texlive-amiri-doc
not-installed"texlive-amiri-fonts
not-installed"texlive-amsaddr
not-installed"texlive-amsaddr-doc
+not-installed"texlive-amscdx
+not-installed"texlive-amscdx-doc
not-installed"texlive-amscls
not-installed"texlive-amscls-doc
not-installed"texlive-amsfonts
@@ -33955,6 +34464,9 @@ not-installed"texlive-amstex-doc
not-installed"texlive-amsthdoc-it
not-installed"texlive-animate
not-installed"texlive-animate-doc
+not-installed"texlive-annee-scolaire
+not-installed"texlive-annee-scolaire-doc
+not-installed"texlive-annotate
not-installed"texlive-anonchap
not-installed"texlive-anonchap-doc
not-installed"texlive-anonymouspro
@@ -33985,6 +34497,8 @@ not-installed"texlive-apa6
not-installed"texlive-apa6-doc
not-installed"texlive-apa6e
not-installed"texlive-apa6e-doc
+not-installed"texlive-apa7
+not-installed"texlive-apa7-doc
not-installed"texlive-apacite
not-installed"texlive-apacite-doc
not-installed"texlive-apalike-german
@@ -33996,6 +34510,7 @@ not-installed"texlive-appendix
not-installed"texlive-appendix-doc
not-installed"texlive-appendixnumberbeamer
not-installed"texlive-appendixnumberbeamer-doc
+not-installed"texlive-apprendre-a-programmer-en-tex
not-installed"texlive-apprends-latex
not-installed"texlive-apptools
not-installed"texlive-apptools-doc
@@ -34006,6 +34521,8 @@ not-installed"texlive-arabi-add
not-installed"texlive-arabi-add-doc
not-installed"texlive-arabi-doc
not-installed"texlive-arabi-fonts
+not-installed"texlive-arabicfront
+not-installed"texlive-arabicfront-doc
not-installed"texlive-arabluatex
not-installed"texlive-arabluatex-doc
not-installed"texlive-arabtex
@@ -34042,6 +34559,8 @@ not-installed"texlive-arphic-fonts
not-installed"texlive-arphic-ttf
not-installed"texlive-arphic-ttf-doc
not-installed"texlive-arphic-ttf-fonts
+not-installed"texlive-arraycols
+not-installed"texlive-arraycols-doc
not-installed"texlive-arrayjobx
not-installed"texlive-arrayjobx-doc
not-installed"texlive-arraysort
@@ -34068,10 +34587,14 @@ not-installed"texlive-asciilist-doc
not-installed"texlive-ascmac
not-installed"texlive-ascmac-doc
not-installed"texlive-ascmac-fonts
+not-installed"texlive-askinclude
+not-installed"texlive-askinclude-doc
not-installed"texlive-askmaps
not-installed"texlive-askmaps-doc
not-installed"texlive-asmeconf
not-installed"texlive-asmeconf-doc
+not-installed"texlive-asmejour
+not-installed"texlive-asmejour-doc
not-installed"texlive-aspectratio
not-installed"texlive-aspectratio-doc
not-installed"texlive-aspectratio-fonts
@@ -34091,8 +34614,17 @@ not-installed"texlive-asymptote-faq-zh-cn
not-installed"texlive-asymptote-manual-zh-cn
not-installed"texlive-asypictureb
not-installed"texlive-asypictureb-doc
+not-installed"texlive-atbegshi
+not-installed"texlive-atbegshi-doc
+not-installed"texlive-atenddvi
+not-installed"texlive-atenddvi-doc
not-installed"texlive-attachfile
not-installed"texlive-attachfile-doc
+not-installed"texlive-attachfile2
+not-installed"texlive-attachfile2-bin
+not-installed"texlive-attachfile2-doc
+not-installed"texlive-atveryend
+not-installed"texlive-atveryend-doc
not-installed"texlive-aucklandthesis
not-installed"texlive-aucklandthesis-doc
not-installed"texlive-augie
@@ -34110,6 +34642,8 @@ not-installed"texlive-authoraftertitle
not-installed"texlive-authoraftertitle-doc
not-installed"texlive-authorarchive
not-installed"texlive-authorarchive-doc
+not-installed"texlive-authordate
+not-installed"texlive-authordate-doc
not-installed"texlive-authorindex
not-installed"texlive-authorindex-bin
not-installed"texlive-authorindex-doc
@@ -34123,6 +34657,8 @@ not-installed"texlive-autoarea
not-installed"texlive-autoarea-doc
not-installed"texlive-autobreak
not-installed"texlive-autobreak-doc
+not-installed"texlive-autofancyhdr
+not-installed"texlive-autofancyhdr-doc
not-installed"texlive-automata
not-installed"texlive-automata-doc
not-installed"texlive-autonum
@@ -34131,12 +34667,16 @@ not-installed"texlive-autopdf
not-installed"texlive-autopdf-doc
not-installed"texlive-autosp
not-installed"texlive-autosp-bin
+not-installed"texlive-auxhook
+not-installed"texlive-auxhook-doc
not-installed"texlive-avantgar
not-installed"texlive-avantgar-fonts
not-installed"texlive-avremu
not-installed"texlive-avremu-doc
not-installed"texlive-awesomebox
not-installed"texlive-awesomebox-doc
+not-installed"texlive-axessibility
+not-installed"texlive-axessibility-doc
not-installed"texlive-axodraw2
not-installed"texlive-axodraw2-bin
not-installed"texlive-axodraw2-doc
@@ -34244,8 +34784,6 @@ not-installed"texlive-babel-slovenian
not-installed"texlive-babel-slovenian-doc
not-installed"texlive-babel-sorbian
not-installed"texlive-babel-sorbian-doc
-not-installed"texlive-babel-spanglish
-not-installed"texlive-babel-spanglish-doc
not-installed"texlive-babel-spanish
not-installed"texlive-babel-spanish-doc
not-installed"texlive-babel-swedish
@@ -34285,6 +34823,8 @@ not-installed"texlive-bardiag
not-installed"texlive-bardiag-doc
not-installed"texlive-barr
not-installed"texlive-barr-doc
+not-installed"texlive-barracuda
+not-installed"texlive-barracuda-doc
not-installed"texlive-bartel-chess-fonts
not-installed"texlive-bartel-chess-fonts-doc
not-installed"texlive-bashful
@@ -34335,6 +34875,8 @@ not-installed"texlive-beamer2thesis
not-installed"texlive-beamer2thesis-doc
not-installed"texlive-beameraudience
not-installed"texlive-beameraudience-doc
+not-installed"texlive-beamerauxtheme
+not-installed"texlive-beamerauxtheme-doc
not-installed"texlive-beamercolorthemeowl
not-installed"texlive-beamercolorthemeowl-doc
not-installed"texlive-beamerdarkthemes
@@ -34368,6 +34910,8 @@ not-installed"texlive-beamertheme-upenn-bc-doc
not-installed"texlive-beamerthemejltree
not-installed"texlive-beamerthemenirma
not-installed"texlive-beamerthemenirma-doc
+not-installed"texlive-bearwear
+not-installed"texlive-bearwear-doc
not-installed"texlive-beebe
not-installed"texlive-begingreek
not-installed"texlive-begingreek-doc
@@ -34403,10 +34947,6 @@ not-installed"texlive-bez123
not-installed"texlive-bez123-doc
not-installed"texlive-bezierplot
not-installed"texlive-bezierplot-doc
-not-installed"texlive-bezos
-not-installed"texlive-bezos-doc
-not-installed"texlive-bgreek
-not-installed"texlive-bgreek-doc
not-installed"texlive-bgteubner
not-installed"texlive-bgteubner-doc
not-installed"texlive-bguq
@@ -34431,10 +34971,14 @@ not-installed"texlive-bibhtml-doc
not-installed"texlive-biblatex
not-installed"texlive-biblatex-abnt
not-installed"texlive-biblatex-abnt-doc
+not-installed"texlive-biblatex-ajc2020unofficial
+not-installed"texlive-biblatex-ajc2020unofficial-doc
not-installed"texlive-biblatex-anonymous
not-installed"texlive-biblatex-anonymous-doc
not-installed"texlive-biblatex-apa
not-installed"texlive-biblatex-apa-doc
+not-installed"texlive-biblatex-apa6
+not-installed"texlive-biblatex-apa6-doc
not-installed"texlive-biblatex-archaeology
not-installed"texlive-biblatex-archaeology-doc
not-installed"texlive-biblatex-arthistory-bonn
@@ -34467,6 +35011,8 @@ not-installed"texlive-biblatex-fiwi
not-installed"texlive-biblatex-fiwi-doc
not-installed"texlive-biblatex-gb7714-2015
not-installed"texlive-biblatex-gb7714-2015-doc
+not-installed"texlive-biblatex-german-legal
+not-installed"texlive-biblatex-german-legal-doc
not-installed"texlive-biblatex-gost
not-installed"texlive-biblatex-gost-doc
not-installed"texlive-biblatex-historian
@@ -34477,6 +35023,8 @@ not-installed"texlive-biblatex-ijsra
not-installed"texlive-biblatex-ijsra-doc
not-installed"texlive-biblatex-iso690
not-installed"texlive-biblatex-iso690-doc
+not-installed"texlive-biblatex-jura2
+not-installed"texlive-biblatex-jura2-doc
not-installed"texlive-biblatex-juradiss
not-installed"texlive-biblatex-juradiss-doc
not-installed"texlive-biblatex-lni
@@ -34529,6 +35077,8 @@ not-installed"texlive-biblatex-trad
not-installed"texlive-biblatex-trad-doc
not-installed"texlive-biblatex-true-citepages-omit
not-installed"texlive-biblatex-true-citepages-omit-doc
+not-installed"texlive-biblatex2bibitem
+not-installed"texlive-biblatex2bibitem-doc
not-installed"texlive-bibleref
not-installed"texlive-bibleref-doc
not-installed"texlive-bibleref-french
@@ -34577,6 +35127,8 @@ not-installed"texlive-bidishadowtext
not-installed"texlive-bidishadowtext-doc
not-installed"texlive-bigfoot
not-installed"texlive-bigfoot-doc
+not-installed"texlive-bigintcalc
+not-installed"texlive-bigintcalc-doc
not-installed"texlive-bigints
not-installed"texlive-bigints-doc
not-installed"texlive-bin-devel
@@ -34594,6 +35146,11 @@ not-installed"texlive-bitelist
not-installed"texlive-bitelist-doc
not-installed"texlive-bitpattern
not-installed"texlive-bitpattern-doc
+not-installed"texlive-bitset
+not-installed"texlive-bitset-doc
+not-installed"texlive-bitter
+not-installed"texlive-bitter-doc
+not-installed"texlive-bitter-fonts
not-installed"texlive-bizcard
not-installed"texlive-bizcard-doc
not-installed"texlive-blacklettert1
@@ -34645,6 +35202,8 @@ not-installed"texlive-booklet
not-installed"texlive-booklet-doc
not-installed"texlive-bookman
not-installed"texlive-bookman-fonts
+not-installed"texlive-bookmark
+not-installed"texlive-bookmark-doc
not-installed"texlive-booktabs
not-installed"texlive-booktabs-de
not-installed"texlive-booktabs-doc
@@ -34684,6 +35243,8 @@ not-installed"texlive-brandeis-dissertation
not-installed"texlive-brandeis-dissertation-doc
not-installed"texlive-brandeis-problemset
not-installed"texlive-brandeis-problemset-doc
+not-installed"texlive-brandeis-thesis
+not-installed"texlive-brandeis-thesis-doc
not-installed"texlive-breakcites
not-installed"texlive-breakcites-doc
not-installed"texlive-breakurl
@@ -34725,12 +35286,16 @@ not-installed"texlive-bxeepic
not-installed"texlive-bxeepic-doc
not-installed"texlive-bxenclose
not-installed"texlive-bxenclose-doc
+not-installed"texlive-bxghost
+not-installed"texlive-bxghost-doc
not-installed"texlive-bxjaholiday
not-installed"texlive-bxjaholiday-doc
not-installed"texlive-bxjalipsum
not-installed"texlive-bxjalipsum-doc
not-installed"texlive-bxjaprnind
not-installed"texlive-bxjaprnind-doc
+not-installed"texlive-bxjatoucs
+not-installed"texlive-bxjatoucs-doc
not-installed"texlive-bxjscls
not-installed"texlive-bxjscls-doc
not-installed"texlive-bxnewfont
@@ -34814,6 +35379,8 @@ not-installed"texlive-cases
not-installed"texlive-cases-doc
not-installed"texlive-casyl
not-installed"texlive-casyl-doc
+not-installed"texlive-catchfile
+not-installed"texlive-catchfile-doc
not-installed"texlive-catchfilebetweentags
not-installed"texlive-catchfilebetweentags-doc
not-installed"texlive-catcodes
@@ -34842,6 +35409,8 @@ not-installed"texlive-ccicons-doc
not-installed"texlive-ccicons-fonts
not-installed"texlive-cclicenses
not-installed"texlive-cclicenses-doc
+not-installed"texlive-ccool
+not-installed"texlive-ccool-doc
not-installed"texlive-cd
not-installed"texlive-cd-cover
not-installed"texlive-cd-cover-doc
@@ -34858,6 +35427,8 @@ not-installed"texlive-celtic
not-installed"texlive-celtic-doc
not-installed"texlive-censor
not-installed"texlive-censor-doc
+not-installed"texlive-centeredline
+not-installed"texlive-centeredline-doc
not-installed"texlive-cesenaexam
not-installed"texlive-cesenaexam-doc
not-installed"texlive-cfr-initials
@@ -34888,6 +35459,8 @@ not-installed"texlive-cheatsheet-doc
not-installed"texlive-checkcites
not-installed"texlive-checkcites-bin
not-installed"texlive-checkcites-doc
+not-installed"texlive-checkend
+not-installed"texlive-checkend-doc
not-installed"texlive-checklistings
not-installed"texlive-checklistings-bin
not-installed"texlive-checklistings-doc
@@ -34913,6 +35486,8 @@ not-installed"texlive-chemmacros
not-installed"texlive-chemmacros-doc
not-installed"texlive-chemnum
not-installed"texlive-chemnum-doc
+not-installed"texlive-chemplants
+not-installed"texlive-chemplants-doc
not-installed"texlive-chemschemex
not-installed"texlive-chemschemex-doc
not-installed"texlive-chemsec
@@ -34936,6 +35511,7 @@ not-installed"texlive-chextras-doc
not-installed"texlive-chicago
not-installed"texlive-chicago-annote
not-installed"texlive-chicago-annote-doc
+not-installed"texlive-chicagoa
not-installed"texlive-chickenize
not-installed"texlive-chickenize-doc
not-installed"texlive-childdoc
@@ -34945,6 +35521,9 @@ not-installed"texlive-chivo-doc
not-installed"texlive-chivo-fonts
not-installed"texlive-chkfloat
not-installed"texlive-chkfloat-doc
+not-installed"texlive-chklref
+not-installed"texlive-chklref-bin
+not-installed"texlive-chklref-doc
not-installed"texlive-chktex
not-installed"texlive-chktex-bin
not-installed"texlive-chktex-doc
@@ -34954,6 +35533,8 @@ not-installed"texlive-chngcntr
not-installed"texlive-chngcntr-doc
not-installed"texlive-chordbars
not-installed"texlive-chordbars-doc
+not-installed"texlive-chordbox
+not-installed"texlive-chordbox-doc
not-installed"texlive-chronology
not-installed"texlive-chronology-doc
not-installed"texlive-chronosys
@@ -34969,6 +35550,10 @@ not-installed"texlive-cinzel-doc
not-installed"texlive-cinzel-fonts
not-installed"texlive-circ
not-installed"texlive-circ-doc
+not-installed"texlive-circledsteps
+not-installed"texlive-circledsteps-doc
+not-installed"texlive-circuit-macros
+not-installed"texlive-circuit-macros-doc
not-installed"texlive-circuitikz
not-installed"texlive-circuitikz-doc
not-installed"texlive-cite
@@ -34995,6 +35580,9 @@ not-installed"texlive-cjkpunct-doc
not-installed"texlive-cjkutils
not-installed"texlive-cjkutils-bin
not-installed"texlive-cjkutils-doc
+not-installed"texlive-clara
+not-installed"texlive-clara-doc
+not-installed"texlive-clara-fonts
not-installed"texlive-classics
not-installed"texlive-classics-doc
not-installed"texlive-classicthesis
@@ -35014,6 +35602,9 @@ not-installed"texlive-clipboard
not-installed"texlive-clipboard-doc
not-installed"texlive-clock
not-installed"texlive-clock-doc
+not-installed"texlive-clojure-pamphlet
+not-installed"texlive-clojure-pamphlet-bin
+not-installed"texlive-clojure-pamphlet-doc
not-installed"texlive-cloze
not-installed"texlive-cloze-doc
not-installed"texlive-clrdblpg
@@ -35070,6 +35661,9 @@ not-installed"texlive-cmsrb-doc
not-installed"texlive-cmsrb-fonts
not-installed"texlive-cmtiup
not-installed"texlive-cmtiup-doc
+not-installed"texlive-cmupint
+not-installed"texlive-cmupint-doc
+not-installed"texlive-cmupint-fonts
not-installed"texlive-cnbwp
not-installed"texlive-cnbwp-doc
not-installed"texlive-cnltx
@@ -35083,6 +35677,8 @@ not-installed"texlive-cntperchap-doc
not-installed"texlive-cochineal
not-installed"texlive-cochineal-doc
not-installed"texlive-cochineal-fonts
+not-installed"texlive-codeanatomy
+not-installed"texlive-codeanatomy-doc
not-installed"texlive-codedoc
not-installed"texlive-codedoc-doc
not-installed"texlive-codepage
@@ -35187,6 +35783,7 @@ not-installed"texlive-commedit-doc
not-installed"texlive-comment
not-installed"texlive-comment-doc
not-installed"texlive-compactbib
+not-installed"texlive-compare
not-installed"texlive-competences
not-installed"texlive-competences-doc
not-installed"texlive-complexity
@@ -35388,6 +35985,8 @@ not-installed"texlive-css-colors-doc
not-installed"texlive-cstex
not-installed"texlive-cstypo
not-installed"texlive-cstypo-doc
+not-installed"texlive-csvmerge
+not-installed"texlive-csvmerge-doc
not-installed"texlive-csvsimple
not-installed"texlive-csvsimple-doc
not-installed"texlive-ctable
@@ -35574,6 +36173,8 @@ not-installed"texlive-dccpaper
not-installed"texlive-dccpaper-doc
not-installed"texlive-dcpic
not-installed"texlive-dcpic-doc
+not-installed"texlive-ddphonism
+not-installed"texlive-ddphonism-doc
not-installed"texlive-de-macro
not-installed"texlive-de-macro-bin
not-installed"texlive-de-macro-doc
@@ -35599,6 +36200,8 @@ not-installed"texlive-delimtxt
not-installed"texlive-delimtxt-doc
not-installed"texlive-denisbdoc
not-installed"texlive-denisbdoc-doc
+not-installed"texlive-derivative
+not-installed"texlive-derivative-doc
not-installed"texlive-detex
not-installed"texlive-detex-bin
not-installed"texlive-devel
@@ -35674,6 +36277,9 @@ not-installed"texlive-doi
not-installed"texlive-doi-doc
not-installed"texlive-doipubmed
not-installed"texlive-doipubmed-doc
+not-installed"texlive-domitian
+not-installed"texlive-domitian-doc
+not-installed"texlive-domitian-fonts
not-installed"texlive-dosepsbin
not-installed"texlive-dosepsbin-bin
not-installed"texlive-dosepsbin-doc
@@ -35681,6 +36287,8 @@ not-installed"texlive-dot2texi
not-installed"texlive-dot2texi-doc
not-installed"texlive-dotarrow
not-installed"texlive-dotarrow-doc
+not-installed"texlive-dotlessi
+not-installed"texlive-dotlessi-doc
not-installed"texlive-dotseqn
not-installed"texlive-dotseqn-doc
not-installed"texlive-dottex
@@ -35697,6 +36305,8 @@ not-installed"texlive-dox-doc
not-installed"texlive-dozenal
not-installed"texlive-dozenal-doc
not-installed"texlive-dozenal-fonts
+not-installed"texlive-dpcircling
+not-installed"texlive-dpcircling-doc
not-installed"texlive-dpfloat
not-installed"texlive-dpfloat-doc
not-installed"texlive-dprogress
@@ -35876,6 +36486,8 @@ not-installed"texlive-egameps
not-installed"texlive-egameps-doc
not-installed"texlive-egplot
not-installed"texlive-egplot-doc
+not-installed"texlive-ehhline
+not-installed"texlive-ehhline-doc
not-installed"texlive-eiad
not-installed"texlive-eiad-doc
not-installed"texlive-eiad-ltx
@@ -35930,12 +36542,18 @@ not-installed"texlive-emarks
not-installed"texlive-emarks-doc
not-installed"texlive-embedall
not-installed"texlive-embedall-doc
+not-installed"texlive-embedfile
+not-installed"texlive-embedfile-doc
not-installed"texlive-embrac
not-installed"texlive-embrac-doc
not-installed"texlive-emf
not-installed"texlive-emf-doc
not-installed"texlive-emisa
not-installed"texlive-emisa-doc
+not-installed"texlive-emoji
+not-installed"texlive-emoji-doc
+not-installed"texlive-emojicite
+not-installed"texlive-emojicite-doc
not-installed"texlive-emp
not-installed"texlive-emp-doc
not-installed"texlive-emptypage
@@ -35954,6 +36572,8 @@ not-installed"texlive-endiagram
not-installed"texlive-endiagram-doc
not-installed"texlive-endnotes
not-installed"texlive-endnotes-doc
+not-installed"texlive-endnotes-hy
+not-installed"texlive-endnotes-hy-doc
not-installed"texlive-endnotesj
not-installed"texlive-endnotesj-doc
not-installed"texlive-endofproofwd
@@ -36007,6 +36627,8 @@ not-installed"texlive-epspdfconversion-doc
not-installed"texlive-epstopdf
not-installed"texlive-epstopdf-bin
not-installed"texlive-epstopdf-doc
+not-installed"texlive-epstopdf-pkg
+not-installed"texlive-epstopdf-pkg-doc
not-installed"texlive-eqell
not-installed"texlive-eqell-doc
not-installed"texlive-eqexpl
@@ -36027,6 +36649,9 @@ not-installed"texlive-erdc-doc
not-installed"texlive-erewhon
not-installed"texlive-erewhon-doc
not-installed"texlive-erewhon-fonts
+not-installed"texlive-erewhon-math
+not-installed"texlive-erewhon-math-doc
+not-installed"texlive-erewhon-math-fonts
not-installed"texlive-errata
not-installed"texlive-errata-doc
not-installed"texlive-erw-l3
@@ -36036,6 +36661,8 @@ not-installed"texlive-esami
not-installed"texlive-esami-doc
not-installed"texlive-esdiff
not-installed"texlive-esdiff-doc
+not-installed"texlive-esindex
+not-installed"texlive-esindex-doc
not-installed"texlive-esint
not-installed"texlive-esint-doc
not-installed"texlive-esint-type1
@@ -36062,11 +36689,16 @@ not-installed"texlive-esvect-doc
not-installed"texlive-esvect-fonts
not-installed"texlive-etaremune
not-installed"texlive-etaremune-doc
+not-installed"texlive-etbb
+not-installed"texlive-etbb-doc
+not-installed"texlive-etbb-fonts
not-installed"texlive-etdipa
not-installed"texlive-etex
not-installed"texlive-etex-doc
not-installed"texlive-etex-pkg
not-installed"texlive-etex-pkg-doc
+not-installed"texlive-etexcmds
+not-installed"texlive-etexcmds-doc
not-installed"texlive-etextools
not-installed"texlive-etextools-doc
not-installed"texlive-ethiop
@@ -36081,6 +36713,8 @@ not-installed"texlive-etoolbox-de
not-installed"texlive-etoolbox-doc
not-installed"texlive-etsvthor
not-installed"texlive-etsvthor-doc
+not-installed"texlive-euclideangeometry
+not-installed"texlive-euclideangeometry-doc
not-installed"texlive-euenc
not-installed"texlive-euenc-doc
not-installed"texlive-euflag
@@ -36141,8 +36775,15 @@ not-installed"texlive-expdlist
not-installed"texlive-expdlist-doc
not-installed"texlive-expex
not-installed"texlive-expex-doc
+not-installed"texlive-expkv
+not-installed"texlive-expkv-cs
+not-installed"texlive-expkv-cs-doc
+not-installed"texlive-expkv-def
+not-installed"texlive-expkv-def-doc
+not-installed"texlive-expkv-doc
not-installed"texlive-export
not-installed"texlive-export-doc
+not-installed"texlive-expose-expl3-dunkerque-2019
not-installed"texlive-expressg
not-installed"texlive-expressg-doc
not-installed"texlive-exsheets
@@ -36234,6 +36875,8 @@ not-installed"texlive-fetchcls
not-installed"texlive-fetchcls-doc
not-installed"texlive-feupphdteses
not-installed"texlive-feupphdteses-doc
+not-installed"texlive-fewerfloatpages
+not-installed"texlive-fewerfloatpages-doc
not-installed"texlive-feyn
not-installed"texlive-feyn-doc
not-installed"texlive-feynmf
@@ -36407,6 +37050,10 @@ not-installed"texlive-fonts-churchslavonic-fonts
not-installed"texlive-fonts-tlwg
not-installed"texlive-fonts-tlwg-doc
not-installed"texlive-fonts-tlwg-fonts
+not-installed"texlive-fontsetup
+not-installed"texlive-fontsetup-doc
+not-installed"texlive-fontsize
+not-installed"texlive-fontsize-doc
not-installed"texlive-fontspec
not-installed"texlive-fontspec-doc
not-installed"texlive-fonttable
@@ -36446,6 +37093,9 @@ not-installed"texlive-forms16be
not-installed"texlive-forms16be-doc
not-installed"texlive-formular
not-installed"texlive-formular-doc
+not-installed"texlive-forum
+not-installed"texlive-forum-doc
+not-installed"texlive-forum-fonts
not-installed"texlive-fouridx
not-installed"texlive-fouridx-doc
not-installed"texlive-fourier
@@ -36518,6 +37168,9 @@ not-installed"texlive-gamebook
not-installed"texlive-gamebook-doc
not-installed"texlive-gammas
not-installed"texlive-gammas-doc
+not-installed"texlive-garamond-libre
+not-installed"texlive-garamond-libre-doc
+not-installed"texlive-garamond-libre-fonts
not-installed"texlive-garamond-math
not-installed"texlive-garamond-math-doc
not-installed"texlive-garamond-math-fonts
@@ -36552,7 +37205,6 @@ not-installed"texlive-genealogy
not-installed"texlive-genealogy-doc
not-installed"texlive-genealogytree
not-installed"texlive-genealogytree-doc
-not-installed"texlive-genmisc
not-installed"texlive-genmpage
not-installed"texlive-genmpage-doc
not-installed"texlive-gentium-tug
@@ -36562,7 +37214,6 @@ not-installed"texlive-gentle
not-installed"texlive-gentombow
not-installed"texlive-gentombow-doc
not-installed"texlive-geometry
-not-installed"texlive-geometry-de
not-installed"texlive-geometry-doc
not-installed"texlive-german
not-installed"texlive-german-doc
@@ -36581,6 +37232,8 @@ not-installed"texlive-getmap-bin
not-installed"texlive-getmap-doc
not-installed"texlive-getoptk
not-installed"texlive-getoptk-doc
+not-installed"texlive-gettitlestring
+not-installed"texlive-gettitlestring-doc
not-installed"texlive-gfnotation
not-installed"texlive-gfnotation-doc
not-installed"texlive-gfsartemisia
@@ -36598,6 +37251,9 @@ not-installed"texlive-gfscomplutum-fonts
not-installed"texlive-gfsdidot
not-installed"texlive-gfsdidot-doc
not-installed"texlive-gfsdidot-fonts
+not-installed"texlive-gfsdidotclassic
+not-installed"texlive-gfsdidotclassic-doc
+not-installed"texlive-gfsdidotclassic-fonts
not-installed"texlive-gfsneohellenic
not-installed"texlive-gfsneohellenic-doc
not-installed"texlive-gfsneohellenic-fonts
@@ -36621,8 +37277,13 @@ not-installed"texlive-gillius-doc
not-installed"texlive-gillius-fonts
not-installed"texlive-gincltex
not-installed"texlive-gincltex-doc
+not-installed"texlive-gindex
+not-installed"texlive-gindex-doc
not-installed"texlive-ginpenc
not-installed"texlive-ginpenc-doc
+not-installed"texlive-git-latexdiff
+not-installed"texlive-git-latexdiff-bin
+not-installed"texlive-git-latexdiff-doc
not-installed"texlive-gitfile-info
not-installed"texlive-gitfile-info-doc
not-installed"texlive-gitinfo
@@ -36635,6 +37296,8 @@ not-installed"texlive-gitver
not-installed"texlive-gitver-doc
not-installed"texlive-globalvals
not-installed"texlive-globalvals-doc
+not-installed"texlive-glosmathtools
+not-installed"texlive-glosmathtools-doc
not-installed"texlive-gloss
not-installed"texlive-gloss-doc
not-installed"texlive-gloss-occitan
@@ -36670,6 +37333,8 @@ not-installed"texlive-glossaries-portuges
not-installed"texlive-glossaries-portuges-doc
not-installed"texlive-glossaries-serbian
not-installed"texlive-glossaries-serbian-doc
+not-installed"texlive-glossaries-slovene
+not-installed"texlive-glossaries-slovene-doc
not-installed"texlive-glossaries-spanish
not-installed"texlive-glossaries-spanish-doc
not-installed"texlive-glyphlist
@@ -36753,6 +37418,10 @@ not-installed"texlive-gregoriotex
not-installed"texlive-gregoriotex-bin
not-installed"texlive-gregoriotex-doc
not-installed"texlive-gregoriotex-fonts
+not-installed"texlive-grfext
+not-installed"texlive-grfext-doc
+not-installed"texlive-grffile
+not-installed"texlive-grffile-doc
not-installed"texlive-grfpaste
not-installed"texlive-grfpaste-doc
not-installed"texlive-grid
@@ -36781,7 +37450,6 @@ not-installed"texlive-gtrlib-largetrees
not-installed"texlive-gtrlib-largetrees-doc
not-installed"texlive-gu
not-installed"texlive-gu-doc
-not-installed"texlive-guide-latex-fr
not-installed"texlive-guide-to-latex
not-installed"texlive-guitar
not-installed"texlive-guitar-doc
@@ -36820,6 +37488,12 @@ not-installed"texlive-hanoi
not-installed"texlive-happy4th
not-installed"texlive-har2nat
not-installed"texlive-har2nat-doc
+not-installed"texlive-haranoaji
+not-installed"texlive-haranoaji-doc
+not-installed"texlive-haranoaji-extra
+not-installed"texlive-haranoaji-extra-doc
+not-installed"texlive-haranoaji-extra-fonts
+not-installed"texlive-haranoaji-fonts
not-installed"texlive-hardwrap
not-installed"texlive-hardwrap-doc
not-installed"texlive-harmony
@@ -36850,6 +37524,8 @@ not-installed"texlive-helvetic
not-installed"texlive-helvetic-fonts
not-installed"texlive-hep
not-installed"texlive-hep-doc
+not-installed"texlive-hep-paper
+not-installed"texlive-hep-paper-doc
not-installed"texlive-hepnames
not-installed"texlive-hepnames-doc
not-installed"texlive-hepparticles
@@ -36882,14 +37558,25 @@ not-installed"texlive-hitec
not-installed"texlive-hitec-doc
not-installed"texlive-hithesis
not-installed"texlive-hithesis-doc
+not-installed"texlive-hitszbeamer
+not-installed"texlive-hitszbeamer-doc
+not-installed"texlive-hitszthesis
+not-installed"texlive-hitszthesis-doc
not-installed"texlive-hletter
not-installed"texlive-hletter-doc
not-installed"texlive-hlist
not-installed"texlive-hlist-doc
+not-installed"texlive-hmtrump
+not-installed"texlive-hmtrump-doc
+not-installed"texlive-hmtrump-fonts
not-installed"texlive-hobby
not-installed"texlive-hobby-doc
not-installed"texlive-hobete
not-installed"texlive-hobete-doc
+not-installed"texlive-hobsub
+not-installed"texlive-hobsub-doc
+not-installed"texlive-hologo
+not-installed"texlive-hologo-doc
not-installed"texlive-hook-pre-commit-pkg
not-installed"texlive-horoscop
not-installed"texlive-horoscop-doc
@@ -36899,6 +37586,8 @@ not-installed"texlive-hrefhide
not-installed"texlive-hrefhide-doc
not-installed"texlive-hrlatex
not-installed"texlive-hrlatex-doc
+not-installed"texlive-hu-berlin-bundle
+not-installed"texlive-hu-berlin-bundle-doc
not-installed"texlive-hulipsum
not-installed"texlive-hulipsum-doc
not-installed"texlive-hustthesis
@@ -36907,6 +37596,10 @@ not-installed"texlive-hvfloat
not-installed"texlive-hvfloat-doc
not-installed"texlive-hvindex
not-installed"texlive-hvindex-doc
+not-installed"texlive-hvqrurl
+not-installed"texlive-hvqrurl-doc
+not-installed"texlive-hycolor
+not-installed"texlive-hycolor-doc
not-installed"texlive-hypdvips
not-installed"texlive-hypdvips-doc
not-installed"texlive-hyper
@@ -36962,6 +37655,7 @@ not-installed"texlive-hyphen-kurmanji
not-installed"texlive-hyphen-latin
not-installed"texlive-hyphen-latvian
not-installed"texlive-hyphen-lithuanian
+not-installed"texlive-hyphen-macedonian
not-installed"texlive-hyphen-mongolian
not-installed"texlive-hyphen-norwegian
not-installed"texlive-hyphen-occitan
@@ -37008,12 +37702,8 @@ not-installed"texlive-idxlayout-doc
not-installed"texlive-ieeepes
not-installed"texlive-ieeepes-doc
not-installed"texlive-ietfbibs
-not-installed"texlive-ifetex
-not-installed"texlive-ifetex-doc
not-installed"texlive-iffont
not-installed"texlive-iffont-doc
-not-installed"texlive-ifluatex
-not-installed"texlive-ifluatex-doc
not-installed"texlive-ifmslide
not-installed"texlive-ifmslide-doc
not-installed"texlive-ifmtarg
@@ -37032,8 +37722,6 @@ not-installed"texlive-iftex
not-installed"texlive-iftex-doc
not-installed"texlive-ifthenx
not-installed"texlive-ifthenx-doc
-not-installed"texlive-ifxetex
-not-installed"texlive-ifxetex-doc
not-installed"texlive-ifxptex
not-installed"texlive-ifxptex-doc
not-installed"texlive-iitem
@@ -37075,15 +37763,21 @@ not-installed"texlive-index
not-installed"texlive-index-doc
not-installed"texlive-indextools
not-installed"texlive-indextools-doc
+not-installed"texlive-infwarerr
+not-installed"texlive-infwarerr-doc
not-installed"texlive-initials
not-installed"texlive-initials-doc
not-installed"texlive-initials-fonts
+not-installed"texlive-inkpaper
+not-installed"texlive-inkpaper-doc
not-installed"texlive-inline-images
not-installed"texlive-inline-images-doc
not-installed"texlive-inlinebib
not-installed"texlive-inlinebib-doc
not-installed"texlive-inlinedef
not-installed"texlive-inlinedef-doc
+not-installed"texlive-inputenx
+not-installed"texlive-inputenx-doc
not-installed"texlive-inputtrc
not-installed"texlive-inputtrc-doc
not-installed"texlive-inriafonts
@@ -37091,6 +37785,8 @@ not-installed"texlive-inriafonts-doc
not-installed"texlive-inriafonts-fonts
not-installed"texlive-insbox
not-installed"texlive-insbox-doc
+not-installed"texlive-intcalc
+not-installed"texlive-intcalc-doc
not-installed"texlive-interactiveworkbook
not-installed"texlive-interactiveworkbook-doc
not-installed"texlive-interchar
@@ -37124,6 +37820,8 @@ not-installed"texlive-ipaex-fonts
not-installed"texlive-ipaex-type1
not-installed"texlive-ipaex-type1-doc
not-installed"texlive-ipaex-type1-fonts
+not-installed"texlive-is-bst
+not-installed"texlive-is-bst-doc
not-installed"texlive-iscram
not-installed"texlive-iscram-doc
not-installed"texlive-iso
@@ -37168,6 +37866,7 @@ not-installed"texlive-japanese-otf
not-installed"texlive-japanese-otf-doc
not-installed"texlive-japanese-otf-uptex
not-installed"texlive-japanese-otf-uptex-doc
+not-installed"texlive-jbact
not-installed"texlive-jfmutil
not-installed"texlive-jfmutil-bin
not-installed"texlive-jfmutil-doc
@@ -37181,6 +37880,7 @@ not-installed"texlive-jlabels
not-installed"texlive-jlabels-doc
not-installed"texlive-jlreq
not-installed"texlive-jlreq-doc
+not-installed"texlive-jmb
not-installed"texlive-jmlr
not-installed"texlive-jmlr-doc
not-installed"texlive-jmn
@@ -37228,6 +37928,8 @@ not-installed"texlive-karnaughmap
not-installed"texlive-karnaughmap-doc
not-installed"texlive-kastrup
not-installed"texlive-kastrup-doc
+not-installed"texlive-kblocks
+not-installed"texlive-kblocks-doc
not-installed"texlive-kdgdocs
not-installed"texlive-kdgdocs-doc
not-installed"texlive-kerkis
@@ -37308,14 +38010,22 @@ not-installed"texlive-kurdishlipsum-doc
not-installed"texlive-kurier
not-installed"texlive-kurier-doc
not-installed"texlive-kurier-fonts
+not-installed"texlive-kvdefinekeys
+not-installed"texlive-kvdefinekeys-doc
not-installed"texlive-kvmap
not-installed"texlive-kvmap-doc
+not-installed"texlive-kvoptions
+not-installed"texlive-kvoptions-doc
+not-installed"texlive-kvsetkeys
+not-installed"texlive-kvsetkeys-doc
not-installed"texlive-l2picfaq
not-installed"texlive-l2tabu
not-installed"texlive-l2tabu-english
not-installed"texlive-l2tabu-french
not-installed"texlive-l2tabu-italian
not-installed"texlive-l2tabu-spanish
+not-installed"texlive-l3backend
+not-installed"texlive-l3backend-doc
not-installed"texlive-l3build
not-installed"texlive-l3build-bin
not-installed"texlive-l3build-doc
@@ -37329,6 +38039,8 @@ not-installed"texlive-labbook
not-installed"texlive-labbook-doc
not-installed"texlive-labels
not-installed"texlive-labels-doc
+not-installed"texlive-labels4easylist
+not-installed"texlive-labels4easylist-doc
not-installed"texlive-labelschanged
not-installed"texlive-labelschanged-doc
not-installed"texlive-labyrinth
@@ -37343,6 +38055,8 @@ not-installed"texlive-lambda-lists-doc
not-installed"texlive-langcode
not-installed"texlive-langcode-doc
not-installed"texlive-langsci
+not-installed"texlive-langsci-avm
+not-installed"texlive-langsci-avm-doc
not-installed"texlive-langsci-doc
not-installed"texlive-lapdf
not-installed"texlive-lapdf-doc
@@ -37351,10 +38065,16 @@ not-installed"texlive-lastpackage-doc
not-installed"texlive-lastpage
not-installed"texlive-lastpage-doc
not-installed"texlive-latex
+not-installed"texlive-latex-amsmath-dev
+not-installed"texlive-latex-amsmath-dev-doc
+not-installed"texlive-latex-base-dev
+not-installed"texlive-latex-base-dev-doc
not-installed"texlive-latex-bib-ex
not-installed"texlive-latex-bib2-ex
not-installed"texlive-latex-bin
not-installed"texlive-latex-bin-bin
+not-installed"texlive-latex-bin-dev
+not-installed"texlive-latex-bin-dev-bin
not-installed"texlive-latex-brochure
not-installed"texlive-latex-course
not-installed"texlive-latex-doc
@@ -37365,6 +38085,8 @@ not-installed"texlive-latex-git-log
not-installed"texlive-latex-git-log-bin
not-installed"texlive-latex-git-log-doc
not-installed"texlive-latex-graphics-companion
+not-installed"texlive-latex-graphics-dev
+not-installed"texlive-latex-graphics-dev-doc
not-installed"texlive-latex-make
not-installed"texlive-latex-make-doc
not-installed"texlive-latex-mr
@@ -37377,6 +38099,8 @@ not-installed"texlive-latex-refsheet
not-installed"texlive-latex-tabellen
not-installed"texlive-latex-tds
not-installed"texlive-latex-tds-doc
+not-installed"texlive-latex-tools-dev
+not-installed"texlive-latex-tools-dev-doc
not-installed"texlive-latex-uni8
not-installed"texlive-latex-uni8-doc
not-installed"texlive-latex-veryshortguide
@@ -37429,6 +38153,8 @@ not-installed"texlive-latexmp-doc
not-installed"texlive-latexpand
not-installed"texlive-latexpand-bin
not-installed"texlive-latexpand-doc
+not-installed"texlive-latino-sine-flexione
+not-installed"texlive-latino-sine-flexione-doc
not-installed"texlive-lato
not-installed"texlive-lato-doc
not-installed"texlive-lato-fonts
@@ -37466,6 +38192,11 @@ not-installed"texlive-leipzig
not-installed"texlive-leipzig-doc
not-installed"texlive-lengthconvert
not-installed"texlive-lengthconvert-doc
+not-installed"texlive-letltxmacro
+not-installed"texlive-letltxmacro-doc
+not-installed"texlive-letterspacing
+not-installed"texlive-letterswitharrows
+not-installed"texlive-letterswitharrows-doc
not-installed"texlive-lettre
not-installed"texlive-lettre-doc
not-installed"texlive-lettrine
@@ -37474,6 +38205,9 @@ not-installed"texlive-levy
not-installed"texlive-levy-doc
not-installed"texlive-lewis
not-installed"texlive-lewis-doc
+not-installed"texlive-lexend
+not-installed"texlive-lexend-doc
+not-installed"texlive-lexend-fonts
not-installed"texlive-lexikon
not-installed"texlive-lexikon-doc
not-installed"texlive-lexref
@@ -37499,7 +38233,6 @@ not-installed"texlive-libertinus-fonts-doc
not-installed"texlive-libertinus-fonts-fonts
not-installed"texlive-libertinus-otf
not-installed"texlive-libertinus-otf-doc
-not-installed"texlive-libertinus-otf-fonts
not-installed"texlive-libertinus-type1
not-installed"texlive-libertinus-type1-doc
not-installed"texlive-libertinus-type1-fonts
@@ -37519,9 +38252,14 @@ not-installed"texlive-librebodoni-fonts
not-installed"texlive-librecaslon
not-installed"texlive-librecaslon-doc
not-installed"texlive-librecaslon-fonts
+not-installed"texlive-librefranklin
+not-installed"texlive-librefranklin-doc
+not-installed"texlive-librefranklin-fonts
not-installed"texlive-libris
not-installed"texlive-libris-doc
not-installed"texlive-libris-fonts
+not-installed"texlive-lie-hasse
+not-installed"texlive-lie-hasse-doc
not-installed"texlive-lilyglyphs
not-installed"texlive-lilyglyphs-bin
not-installed"texlive-lilyglyphs-doc
@@ -37541,6 +38279,9 @@ not-installed"texlive-ling-macros
not-installed"texlive-ling-macros-doc
not-installed"texlive-linguex
not-installed"texlive-linguex-doc
+not-installed"texlive-linguisticspro
+not-installed"texlive-linguisticspro-doc
+not-installed"texlive-linguisticspro-fonts
not-installed"texlive-linop
not-installed"texlive-linop-doc
not-installed"texlive-lion-msc
@@ -37559,6 +38300,8 @@ not-installed"texlive-listings-doc
not-installed"texlive-listings-ext
not-installed"texlive-listings-ext-bin
not-installed"texlive-listings-ext-doc
+not-installed"texlive-listingsutf8
+not-installed"texlive-listingsutf8-doc
not-installed"texlive-listlbls
not-installed"texlive-listlbls-doc
not-installed"texlive-listliketab
@@ -37600,6 +38343,9 @@ not-installed"texlive-logicproof
not-installed"texlive-logicproof-doc
not-installed"texlive-logicpuzzle
not-installed"texlive-logicpuzzle-doc
+not-installed"texlive-logix
+not-installed"texlive-logix-doc
+not-installed"texlive-logix-fonts
not-installed"texlive-logpap
not-installed"texlive-logpap-doc
not-installed"texlive-logreq
@@ -37667,6 +38413,8 @@ not-installed"texlive-ltabptch
not-installed"texlive-ltabptch-doc
not-installed"texlive-ltb2bib
not-installed"texlive-ltb2bib-doc
+not-installed"texlive-ltxcmds
+not-installed"texlive-ltxcmds-doc
not-installed"texlive-ltxdockit
not-installed"texlive-ltxdockit-doc
not-installed"texlive-ltxfileinfo
@@ -37677,8 +38425,6 @@ not-installed"texlive-ltxguidex-doc
not-installed"texlive-ltximg
not-installed"texlive-ltximg-bin
not-installed"texlive-ltximg-doc
-not-installed"texlive-ltxindex
-not-installed"texlive-ltxindex-doc
not-installed"texlive-ltxkeys
not-installed"texlive-ltxkeys-doc
not-installed"texlive-ltxmisc
@@ -37690,17 +38436,22 @@ not-installed"texlive-lua-alt-getopt
not-installed"texlive-lua-alt-getopt-doc
not-installed"texlive-lua-check-hyphen
not-installed"texlive-lua-check-hyphen-doc
+not-installed"texlive-lua-uca
+not-installed"texlive-lua-uca-doc
+not-installed"texlive-lua-ul
+not-installed"texlive-lua-ul-doc
not-installed"texlive-lua-visual-debug
not-installed"texlive-lua-visual-debug-doc
-not-installed"texlive-lua2dox
-not-installed"texlive-lua2dox-bin
-not-installed"texlive-lua2dox-doc
not-installed"texlive-luabibentry
not-installed"texlive-luabibentry-doc
not-installed"texlive-luabidi
not-installed"texlive-luabidi-doc
not-installed"texlive-luacode
not-installed"texlive-luacode-doc
+not-installed"texlive-luacolor
+not-installed"texlive-luacolor-doc
+not-installed"texlive-luahbtex
+not-installed"texlive-luahbtex-bin
not-installed"texlive-luahyphenrules
not-installed"texlive-luahyphenrules-doc
not-installed"texlive-luaimageembed
@@ -37710,6 +38461,8 @@ not-installed"texlive-luaindex-doc
not-installed"texlive-luainputenc
not-installed"texlive-luainputenc-doc
not-installed"texlive-luaintro
+not-installed"texlive-luajittex
+not-installed"texlive-luajittex-bin
not-installed"texlive-lualatex-doc
not-installed"texlive-lualatex-doc-de
not-installed"texlive-lualatex-math
@@ -37771,6 +38524,8 @@ not-installed"texlive-mafr
not-installed"texlive-mafr-doc
not-installed"texlive-magaz
not-installed"texlive-magaz-doc
+not-installed"texlive-magicnum
+not-installed"texlive-magicnum-doc
not-installed"texlive-mailing
not-installed"texlive-mailing-doc
not-installed"texlive-mailmerge
@@ -37803,17 +38558,23 @@ not-installed"texlive-makeplot
not-installed"texlive-makeplot-doc
not-installed"texlive-maker
not-installed"texlive-maker-doc
+not-installed"texlive-makerobust
+not-installed"texlive-makerobust-doc
not-installed"texlive-makeshape
not-installed"texlive-makeshape-doc
not-installed"texlive-mandi
not-installed"texlive-mandi-doc
not-installed"texlive-manfnt
+not-installed"texlive-manfnt-doc
not-installed"texlive-manfnt-font
not-installed"texlive-manfnt-font-fonts
not-installed"texlive-manuscript
not-installed"texlive-manuscript-doc
not-installed"texlive-manyind
not-installed"texlive-manyind-doc
+not-installed"texlive-marcellus
+not-installed"texlive-marcellus-doc
+not-installed"texlive-marcellus-fonts
not-installed"texlive-margbib
not-installed"texlive-margbib-doc
not-installed"texlive-marginfit
@@ -37841,10 +38602,12 @@ not-installed"texlive-mathabx-doc
not-installed"texlive-mathabx-type1
not-installed"texlive-mathabx-type1-doc
not-installed"texlive-mathabx-type1-fonts
-not-installed"texlive-mathalfa
-not-installed"texlive-mathalfa-doc
+not-installed"texlive-mathalpha
+not-installed"texlive-mathalpha-doc
not-installed"texlive-mathastext
not-installed"texlive-mathastext-doc
+not-installed"texlive-mathcommand
+not-installed"texlive-mathcommand-doc
not-installed"texlive-mathcomp
not-installed"texlive-mathcomp-doc
not-installed"texlive-mathdesign
@@ -37860,6 +38623,7 @@ not-installed"texlive-mathfixs
not-installed"texlive-mathfixs-doc
not-installed"texlive-mathfont
not-installed"texlive-mathfont-doc
+not-installed"texlive-mathlig
not-installed"texlive-mathpartir
not-installed"texlive-mathpartir-doc
not-installed"texlive-mathpazo
@@ -37877,6 +38641,8 @@ not-installed"texlive-mathtools
not-installed"texlive-mathtools-doc
not-installed"texlive-matlab-prettifier
not-installed"texlive-matlab-prettifier-doc
+not-installed"texlive-matrix-skeleton
+not-installed"texlive-matrix-skeleton-doc
not-installed"texlive-mattens
not-installed"texlive-mattens-doc
not-installed"texlive-maybemath
@@ -37904,6 +38670,8 @@ not-installed"texlive-mdsymbol-doc
not-installed"texlive-mdsymbol-fonts
not-installed"texlive-mdwtools
not-installed"texlive-mdwtools-doc
+not-installed"texlive-media4svg
+not-installed"texlive-media4svg-doc
not-installed"texlive-media9
not-installed"texlive-media9-doc
not-installed"texlive-medstarbeamer
@@ -37953,6 +38721,8 @@ not-installed"texlive-metapost-colorbrewer-doc
not-installed"texlive-metapost-doc
not-installed"texlive-metapost-examples
not-installed"texlive-metapost-fonts
+not-installed"texlive-metastr
+not-installed"texlive-metastr-doc
not-installed"texlive-metatex
not-installed"texlive-metatex-doc
not-installed"texlive-metatype1
@@ -38035,6 +38805,8 @@ not-installed"texlive-mintspirit-doc
not-installed"texlive-mintspirit-fonts
not-installed"texlive-minutes
not-installed"texlive-minutes-doc
+not-installed"texlive-mismath
+not-installed"texlive-mismath-doc
not-installed"texlive-missaali
not-installed"texlive-missaali-doc
not-installed"texlive-missaali-fonts
@@ -38051,6 +38823,10 @@ not-installed"texlive-mkpic-bin
not-installed"texlive-mkpic-doc
not-installed"texlive-mla-paper
not-installed"texlive-mla-paper-doc
+not-installed"texlive-mlacls
+not-installed"texlive-mlacls-doc
+not-installed"texlive-mleftright
+not-installed"texlive-mleftright-doc
not-installed"texlive-mlist
not-installed"texlive-mlist-doc
not-installed"texlive-mltex
@@ -38073,6 +38849,8 @@ not-installed"texlive-modernposter
not-installed"texlive-modernposter-doc
not-installed"texlive-moderntimeline
not-installed"texlive-moderntimeline-doc
+not-installed"texlive-modes
+not-installed"texlive-modes-doc
not-installed"texlive-modiagram
not-installed"texlive-modiagram-doc
not-installed"texlive-modref
@@ -38121,6 +38899,8 @@ not-installed"texlive-mpattern
not-installed"texlive-mpattern-doc
not-installed"texlive-mpcolornames
not-installed"texlive-mpcolornames-doc
+not-installed"texlive-mpfonts
+not-installed"texlive-mpfonts-doc
not-installed"texlive-mpgraphics
not-installed"texlive-mpgraphics-doc
not-installed"texlive-mpman-ru
@@ -38178,6 +38958,8 @@ not-installed"texlive-multirow
not-installed"texlive-multirow-doc
not-installed"texlive-munich
not-installed"texlive-munich-doc
+not-installed"texlive-musical
+not-installed"texlive-musical-doc
not-installed"texlive-musicography
not-installed"texlive-musicography-doc
not-installed"texlive-musikui
@@ -38208,8 +38990,6 @@ not-installed"texlive-mweights-doc
not-installed"texlive-mxedruli
not-installed"texlive-mxedruli-doc
not-installed"texlive-mxedruli-fonts
-not-installed"texlive-mychemistry
-not-installed"texlive-mychemistry-doc
not-installed"texlive-mycv
not-installed"texlive-mycv-doc
not-installed"texlive-mylatexformat
@@ -38226,6 +39006,8 @@ not-installed"texlive-nameauth
not-installed"texlive-nameauth-doc
not-installed"texlive-namespc
not-installed"texlive-namespc-doc
+not-installed"texlive-nanicolle
+not-installed"texlive-nanicolle-doc
not-installed"texlive-nanumtype1
not-installed"texlive-nanumtype1-doc
not-installed"texlive-nanumtype1-fonts
@@ -38260,10 +39042,15 @@ not-installed"texlive-neuralnetwork-doc
not-installed"texlive-nevelok
not-installed"texlive-nevelok-doc
not-installed"texlive-newcommand
+not-installed"texlive-newcomputermodern
+not-installed"texlive-newcomputermodern-doc
+not-installed"texlive-newcomputermodern-fonts
not-installed"texlive-newenviron
not-installed"texlive-newenviron-doc
not-installed"texlive-newfile
not-installed"texlive-newfile-doc
+not-installed"texlive-newfloat
+not-installed"texlive-newfloat-doc
not-installed"texlive-newlfm
not-installed"texlive-newlfm-doc
not-installed"texlive-newpx
@@ -38355,6 +39142,9 @@ not-installed"texlive-notestex-doc
not-installed"texlive-notex-bst
not-installed"texlive-noto
not-installed"texlive-noto-doc
+not-installed"texlive-noto-emoji
+not-installed"texlive-noto-emoji-doc
+not-installed"texlive-noto-emoji-fonts
not-installed"texlive-noto-fonts
not-installed"texlive-notoccite
not-installed"texlive-notoccite-doc
@@ -38370,6 +39160,7 @@ not-installed"texlive-nrc
not-installed"texlive-nrc-doc
not-installed"texlive-ntgclass
not-installed"texlive-ntgclass-doc
+not-installed"texlive-nth
not-installed"texlive-ntheorem
not-installed"texlive-ntheorem-doc
not-installed"texlive-ntheorem-vn
@@ -38379,6 +39170,8 @@ not-installed"texlive-nucleardata
not-installed"texlive-nucleardata-doc
not-installed"texlive-numberedblock
not-installed"texlive-numberedblock-doc
+not-installed"texlive-numberpt
+not-installed"texlive-numberpt-doc
not-installed"texlive-numericplots
not-installed"texlive-numericplots-doc
not-installed"texlive-numname
@@ -38458,6 +39251,9 @@ not-installed"texlive-oplotsymbl
not-installed"texlive-oplotsymbl-doc
not-installed"texlive-opteng
not-installed"texlive-opteng-doc
+not-installed"texlive-optex
+not-installed"texlive-optex-bin
+not-installed"texlive-optex-doc
not-installed"texlive-optidef
not-installed"texlive-optidef-doc
not-installed"texlive-optional
@@ -38480,6 +39276,7 @@ not-installed"texlive-otibet
not-installed"texlive-otibet-doc
not-installed"texlive-oubraces
not-installed"texlive-oubraces-doc
+not-installed"texlive-outerhbox
not-installed"texlive-outline
not-installed"texlive-outline-doc
not-installed"texlive-outliner
@@ -38539,6 +39336,8 @@ not-installed"texlive-parnotes
not-installed"texlive-parnotes-doc
not-installed"texlive-parrun
not-installed"texlive-parrun-doc
+not-installed"texlive-parsa
+not-installed"texlive-parsa-doc
not-installed"texlive-parselines
not-installed"texlive-parselines-doc
not-installed"texlive-parskip
@@ -38579,9 +39378,13 @@ not-installed"texlive-pdf-trans
not-installed"texlive-pdf-trans-doc
not-installed"texlive-pdf14
not-installed"texlive-pdf14-doc
+not-installed"texlive-pdfarticle
+not-installed"texlive-pdfarticle-doc
not-installed"texlive-pdfbook2
not-installed"texlive-pdfbook2-bin
not-installed"texlive-pdfbook2-doc
+not-installed"texlive-pdfcolmk
+not-installed"texlive-pdfcolmk-doc
not-installed"texlive-pdfcomment
not-installed"texlive-pdfcomment-doc
not-installed"texlive-pdfcprot
@@ -38589,12 +39392,16 @@ not-installed"texlive-pdfcprot-doc
not-installed"texlive-pdfcrop
not-installed"texlive-pdfcrop-bin
not-installed"texlive-pdfcrop-doc
+not-installed"texlive-pdfescape
+not-installed"texlive-pdfescape-doc
not-installed"texlive-pdfjam
not-installed"texlive-pdfjam-bin
not-installed"texlive-pdfjam-doc
not-installed"texlive-pdflatexpicscale
not-installed"texlive-pdflatexpicscale-bin
not-installed"texlive-pdflatexpicscale-doc
+not-installed"texlive-pdflscape
+not-installed"texlive-pdflscape-doc
not-installed"texlive-pdfmarginpar
not-installed"texlive-pdfmarginpar-doc
not-installed"texlive-pdfoverlay
@@ -38603,6 +39410,8 @@ not-installed"texlive-pdfpagediff
not-installed"texlive-pdfpagediff-doc
not-installed"texlive-pdfpages
not-installed"texlive-pdfpages-doc
+not-installed"texlive-pdfpc
+not-installed"texlive-pdfpc-doc
not-installed"texlive-pdfpc-movie
not-installed"texlive-pdfpc-movie-doc
not-installed"texlive-pdfprivacy
@@ -38622,9 +39431,10 @@ not-installed"texlive-pdftex-fonts
not-installed"texlive-pdftex-quiet
not-installed"texlive-pdftex-quiet-bin
not-installed"texlive-pdftex-quiet-doc
-not-installed"texlive-pdftools
-not-installed"texlive-pdftools-bin
-not-installed"texlive-pdftools-doc
+not-installed"texlive-pdftexcmds
+not-installed"texlive-pdftexcmds-doc
+not-installed"texlive-pdftosrc
+not-installed"texlive-pdftosrc-bin
not-installed"texlive-pdftricks
not-installed"texlive-pdftricks-doc
not-installed"texlive-pdftricks2
@@ -38682,6 +39492,8 @@ not-installed"texlive-pgfkeyx
not-installed"texlive-pgfkeyx-doc
not-installed"texlive-pgfmolbio
not-installed"texlive-pgfmolbio-doc
+not-installed"texlive-pgfmorepages
+not-installed"texlive-pgfmorepages-doc
not-installed"texlive-pgfopts
not-installed"texlive-pgfopts-doc
not-installed"texlive-pgfornament
@@ -38722,8 +39534,12 @@ not-installed"texlive-phonrule
not-installed"texlive-phonrule-doc
not-installed"texlive-photo
not-installed"texlive-photo-doc
+not-installed"texlive-physconst
+not-installed"texlive-physconst-doc
not-installed"texlive-physics
not-installed"texlive-physics-doc
+not-installed"texlive-physunits
+not-installed"texlive-physunits-doc
not-installed"texlive-piano
not-installed"texlive-piano-doc
not-installed"texlive-picinpar
@@ -38734,6 +39550,8 @@ not-installed"texlive-pictex
not-installed"texlive-pictex-doc
not-installed"texlive-pictex2
not-installed"texlive-pictexsum
+not-installed"texlive-picture
+not-installed"texlive-picture-doc
not-installed"texlive-piechartmp
not-installed"texlive-piechartmp-doc
not-installed"texlive-piff
@@ -38743,6 +39561,8 @@ not-installed"texlive-pigpen-doc
not-installed"texlive-pigpen-fonts
not-installed"texlive-pinlabel
not-installed"texlive-pinlabel-doc
+not-installed"texlive-pinoutikz
+not-installed"texlive-pinoutikz-doc
not-installed"texlive-pitex
not-installed"texlive-pitex-doc
not-installed"texlive-pittetd
@@ -38771,6 +39591,7 @@ not-installed"texlive-plain
not-installed"texlive-plain-doc
not-installed"texlive-plainpkg
not-installed"texlive-plainpkg-doc
+not-installed"texlive-plainyr
not-installed"texlive-plantslabels
not-installed"texlive-plantslabels-doc
not-installed"texlive-plantuml
@@ -38807,8 +39628,12 @@ not-installed"texlive-plweb
not-installed"texlive-plweb-doc
not-installed"texlive-pm-isomath
not-installed"texlive-pm-isomath-doc
+not-installed"texlive-pmboxdraw
+not-installed"texlive-pmboxdraw-doc
not-installed"texlive-pmgraph
not-installed"texlive-pmgraph-doc
+not-installed"texlive-pmhanguljamo
+not-installed"texlive-pmhanguljamo-doc
not-installed"texlive-pmx
not-installed"texlive-pmx-bin
not-installed"texlive-pmx-doc
@@ -38822,6 +39647,9 @@ not-installed"texlive-poetry
not-installed"texlive-poetry-doc
not-installed"texlive-poetrytex
not-installed"texlive-poetrytex-doc
+not-installed"texlive-poiretone
+not-installed"texlive-poiretone-doc
+not-installed"texlive-poiretone-fonts
not-installed"texlive-polexpr
not-installed"texlive-polexpr-doc
not-installed"texlive-polski
@@ -38846,15 +39674,17 @@ not-installed"texlive-postcards-doc
not-installed"texlive-poster-mac
not-installed"texlive-poster-mac-doc
not-installed"texlive-powerdot
-not-installed"texlive-powerdot-FUBerlin
-not-installed"texlive-powerdot-FUBerlin-doc
not-installed"texlive-powerdot-doc
+not-installed"texlive-powerdot-fuberlin
+not-installed"texlive-powerdot-fuberlin-doc
not-installed"texlive-powerdot-tuliplab
not-installed"texlive-powerdot-tuliplab-doc
not-installed"texlive-ppr-prv
not-installed"texlive-ppr-prv-doc
not-installed"texlive-pracjourn
not-installed"texlive-pracjourn-doc
+not-installed"texlive-practicalreports
+not-installed"texlive-practicalreports-doc
not-installed"texlive-preprint
not-installed"texlive-preprint-doc
not-installed"texlive-prerex
@@ -38890,6 +39720,8 @@ not-installed"texlive-progress
not-installed"texlive-progress-doc
not-installed"texlive-progressbar
not-installed"texlive-progressbar-doc
+not-installed"texlive-proof-at-the-end
+not-installed"texlive-proof-at-the-end-doc
not-installed"texlive-proofread
not-installed"texlive-proofread-doc
not-installed"texlive-prooftrees
@@ -38904,12 +39736,19 @@ not-installed"texlive-protex
not-installed"texlive-protex-doc
not-installed"texlive-protocol
not-installed"texlive-protocol-doc
+not-installed"texlive-prtec
+not-installed"texlive-prtec-doc
not-installed"texlive-przechlewski-book
not-installed"texlive-przechlewski-book-doc
+not-installed"texlive-ps2eps
+not-installed"texlive-ps2eps-bin
+not-installed"texlive-ps2eps-doc
not-installed"texlive-ps2pk
not-installed"texlive-ps2pk-bin
not-installed"texlive-psbao
not-installed"texlive-psbao-doc
+not-installed"texlive-pseudo
+not-installed"texlive-pseudo-doc
not-installed"texlive-pseudocode
not-installed"texlive-pseudocode-doc
not-installed"texlive-psfrag
@@ -39092,8 +39931,6 @@ not-installed"texlive-pst-spectra
not-installed"texlive-pst-spectra-doc
not-installed"texlive-pst-spinner
not-installed"texlive-pst-spinner-doc
-not-installed"texlive-pst-spirograph
-not-installed"texlive-pst-spirograph-doc
not-installed"texlive-pst-stru
not-installed"texlive-pst-stru-doc
not-installed"texlive-pst-support
@@ -39105,6 +39942,8 @@ not-installed"texlive-pst-tools
not-installed"texlive-pst-tools-doc
not-installed"texlive-pst-tree
not-installed"texlive-pst-tree-doc
+not-installed"texlive-pst-turtle
+not-installed"texlive-pst-turtle-doc
not-installed"texlive-pst-tvz
not-installed"texlive-pst-tvz-doc
not-installed"texlive-pst-uml
@@ -39117,16 +39956,11 @@ not-installed"texlive-pst-venn
not-installed"texlive-pst-venn-doc
not-installed"texlive-pst-vowel
not-installed"texlive-pst-vowel-doc
-not-installed"texlive-pst-vue3d
-not-installed"texlive-pst-vue3d-doc
not-installed"texlive-pst2pdf
not-installed"texlive-pst2pdf-bin
not-installed"texlive-pst2pdf-doc
not-installed"texlive-pstool
not-installed"texlive-pstool-doc
-not-installed"texlive-pstools
-not-installed"texlive-pstools-bin
-not-installed"texlive-pstools-doc
not-installed"texlive-pstricks
not-installed"texlive-pstricks-add
not-installed"texlive-pstricks-add-doc
@@ -39144,7 +39978,6 @@ not-installed"texlive-ptex-fontmaps-doc
not-installed"texlive-ptex-fonts
not-installed"texlive-ptex-fonts-doc
not-installed"texlive-ptex-manual
-not-installed"texlive-ptex-manual-doc
not-installed"texlive-ptex2pdf
not-installed"texlive-ptex2pdf-bin
not-installed"texlive-ptex2pdf-doc
@@ -39218,13 +40051,20 @@ not-installed"texlive-qsymbols
not-installed"texlive-qsymbols-doc
not-installed"texlive-qtree
not-installed"texlive-qtree-doc
+not-installed"texlive-qualitype
+not-installed"texlive-qualitype-doc
+not-installed"texlive-qualitype-fonts
not-installed"texlive-quantikz
not-installed"texlive-quantikz-doc
+not-installed"texlive-quantumarticle
+not-installed"texlive-quantumarticle-doc
not-installed"texlive-quattrocento
not-installed"texlive-quattrocento-doc
not-installed"texlive-quattrocento-fonts
not-installed"texlive-quicktype
not-installed"texlive-quicktype-doc
+not-installed"texlive-quiz2socrative
+not-installed"texlive-quiz2socrative-doc
not-installed"texlive-quotchap
not-installed"texlive-quotchap-doc
not-installed"texlive-quoting
@@ -39235,8 +40075,11 @@ not-installed"texlive-quran
not-installed"texlive-quran-de
not-installed"texlive-quran-de-doc
not-installed"texlive-quran-doc
+not-installed"texlive-quran-ur
not-installed"texlive-r_und_s
not-installed"texlive-r_und_s-doc
+not-installed"texlive-ragged2e
+not-installed"texlive-ragged2e-doc
not-installed"texlive-raleway
not-installed"texlive-raleway-doc
not-installed"texlive-raleway-fonts
@@ -39244,6 +40087,8 @@ not-installed"texlive-ran_toks
not-installed"texlive-ran_toks-doc
not-installed"texlive-randbild
not-installed"texlive-randbild-doc
+not-installed"texlive-random
+not-installed"texlive-random-doc
not-installed"texlive-randomlist
not-installed"texlive-randomlist-doc
not-installed"texlive-randomwalk
@@ -39283,6 +40128,8 @@ not-installed"texlive-recycle-doc
not-installed"texlive-recycle-fonts
not-installed"texlive-refcheck
not-installed"texlive-refcheck-doc
+not-installed"texlive-refcount
+not-installed"texlive-refcount-doc
not-installed"texlive-refenums
not-installed"texlive-refenums-doc
not-installed"texlive-reflectgraphics
@@ -39313,8 +40160,12 @@ not-installed"texlive-repere
not-installed"texlive-repere-doc
not-installed"texlive-repltext
not-installed"texlive-repltext-doc
+not-installed"texlive-rerunfilecheck
+not-installed"texlive-rerunfilecheck-doc
not-installed"texlive-resphilosophica
not-installed"texlive-resphilosophica-doc
+not-installed"texlive-rest-api
+not-installed"texlive-rest-api-doc
not-installed"texlive-resumecls
not-installed"texlive-resumecls-doc
not-installed"texlive-resumemac
@@ -39389,6 +40240,9 @@ not-installed"texlive-rubik
not-installed"texlive-rubik-bin
not-installed"texlive-rubik-doc
not-installed"texlive-ruhyphen
+not-installed"texlive-ruler
+not-installed"texlive-rulerbox
+not-installed"texlive-rulerbox-doc
not-installed"texlive-rulercompass
not-installed"texlive-rulercompass-doc
not-installed"texlive-russ
@@ -39444,6 +40298,8 @@ not-installed"texlive-scalerel-doc
not-installed"texlive-scanpages
not-installed"texlive-scanpages-doc
not-installed"texlive-scanpages-fonts
+not-installed"texlive-schedule
+not-installed"texlive-schedule-doc
not-installed"texlive-schemabloc
not-installed"texlive-schemabloc-doc
not-installed"texlive-schemata
@@ -39457,8 +40313,13 @@ not-installed"texlive-scheme-medium
not-installed"texlive-scheme-minimal
not-installed"texlive-scheme-small
not-installed"texlive-scheme-tetex
+not-installed"texlive-scholax
+not-installed"texlive-scholax-doc
+not-installed"texlive-scholax-fonts
not-installed"texlive-schule
not-installed"texlive-schule-doc
+not-installed"texlive-schulmathematik
+not-installed"texlive-schulmathematik-doc
not-installed"texlive-schulschriften
not-installed"texlive-schulschriften-doc
not-installed"texlive-schwalbe-chess
@@ -39469,6 +40330,8 @@ not-installed"texlive-sciposter
not-installed"texlive-sciposter-doc
not-installed"texlive-sclang-prettifier
not-installed"texlive-sclang-prettifier-doc
+not-installed"texlive-scontents
+not-installed"texlive-scontents-doc
not-installed"texlive-scratch
not-installed"texlive-scratch-doc
not-installed"texlive-scratch3
@@ -39479,18 +40342,28 @@ not-installed"texlive-screenplay
not-installed"texlive-screenplay-doc
not-installed"texlive-screenplay-pkg
not-installed"texlive-screenplay-pkg-doc
+not-installed"texlive-scripts
+not-installed"texlive-scripts-bin
+not-installed"texlive-scripts-doc
+not-installed"texlive-scripts-extra
+not-installed"texlive-scripts-extra-bin
+not-installed"texlive-scripts-extra-doc
not-installed"texlive-scrjrnl
not-installed"texlive-scrjrnl-doc
not-installed"texlive-scrlttr2copy
not-installed"texlive-scrlttr2copy-doc
not-installed"texlive-scsnowman
not-installed"texlive-scsnowman-doc
+not-installed"texlive-sdaps
+not-installed"texlive-sdaps-doc
not-installed"texlive-sdrt
not-installed"texlive-sdrt-doc
not-installed"texlive-sduthesis
not-installed"texlive-sduthesis-doc
not-installed"texlive-secdot
not-installed"texlive-secdot-doc
+not-installed"texlive-secnum
+not-installed"texlive-secnum-doc
not-installed"texlive-section
not-installed"texlive-section-doc
not-installed"texlive-sectionbox
@@ -39505,6 +40378,8 @@ not-installed"texlive-seetexk
not-installed"texlive-seetexk-bin
not-installed"texlive-selectp
not-installed"texlive-selectp-doc
+not-installed"texlive-selinput
+not-installed"texlive-selinput-doc
not-installed"texlive-selnolig
not-installed"texlive-selnolig-doc
not-installed"texlive-semantic
@@ -39577,6 +40452,8 @@ not-installed"texlive-shobhika
not-installed"texlive-shobhika-doc
not-installed"texlive-shobhika-fonts
not-installed"texlive-short-math-guide
+not-installed"texlive-shortmathj
+not-installed"texlive-shortmathj-doc
not-installed"texlive-shorttoc
not-installed"texlive-shorttoc-doc
not-installed"texlive-show2e
@@ -39609,6 +40486,8 @@ not-installed"texlive-simple-resume-cv
not-installed"texlive-simple-resume-cv-doc
not-installed"texlive-simple-thesis-dissertation
not-installed"texlive-simple-thesis-dissertation-doc
+not-installed"texlive-simplebnf
+not-installed"texlive-simplebnf-doc
not-installed"texlive-simplecd
not-installed"texlive-simplecd-doc
not-installed"texlive-simplecv
@@ -39617,6 +40496,8 @@ not-installed"texlive-simpleinvoice
not-installed"texlive-simpleinvoice-doc
not-installed"texlive-simplekv
not-installed"texlive-simplekv-doc
+not-installed"texlive-simpleoptics
+not-installed"texlive-simpleoptics-doc
not-installed"texlive-simpler-wick
not-installed"texlive-simpler-wick-doc
not-installed"texlive-simplewick
@@ -39672,6 +40553,10 @@ not-installed"texlive-soton
not-installed"texlive-soton-doc
not-installed"texlive-soul
not-installed"texlive-soul-doc
+not-installed"texlive-soulpos
+not-installed"texlive-soulpos-doc
+not-installed"texlive-soulutf8
+not-installed"texlive-soulutf8-doc
not-installed"texlive-soup
not-installed"texlive-soup-doc
not-installed"texlive-sourcecodepro
@@ -39683,10 +40568,10 @@ not-installed"texlive-sourcesanspro-fonts
not-installed"texlive-sourceserifpro
not-installed"texlive-sourceserifpro-doc
not-installed"texlive-sourceserifpro-fonts
+not-installed"texlive-spacingtricks
+not-installed"texlive-spacingtricks-doc
not-installed"texlive-spalign
not-installed"texlive-spalign-doc
-not-installed"texlive-spanish-mx
-not-installed"texlive-spanish-mx-doc
not-installed"texlive-spark-otf
not-installed"texlive-spark-otf-doc
not-installed"texlive-sparklines
@@ -39768,6 +40653,9 @@ not-installed"texlive-steinmetz
not-installed"texlive-steinmetz-doc
not-installed"texlive-stellenbosch
not-installed"texlive-stellenbosch-doc
+not-installed"texlive-step
+not-installed"texlive-step-doc
+not-installed"texlive-step-fonts
not-installed"texlive-stex
not-installed"texlive-stex-doc
not-installed"texlive-stickstoo
@@ -39789,6 +40677,8 @@ not-installed"texlive-storebox
not-installed"texlive-storebox-doc
not-installed"texlive-storecmd
not-installed"texlive-storecmd-doc
+not-installed"texlive-stringenc
+not-installed"texlive-stringenc-doc
not-installed"texlive-stringstrings
not-installed"texlive-stringstrings-doc
not-installed"texlive-structmech
@@ -39807,6 +40697,8 @@ not-installed"texlive-suanpan
not-installed"texlive-suanpan-doc
not-installed"texlive-subdepth
not-installed"texlive-subdepth-doc
+not-installed"texlive-subdocs
+not-installed"texlive-subdocs-doc
not-installed"texlive-subeqn
not-installed"texlive-subeqn-doc
not-installed"texlive-subeqnarray
@@ -39829,6 +40721,8 @@ not-installed"texlive-substr
not-installed"texlive-substr-doc
not-installed"texlive-subsupscripts
not-installed"texlive-subsupscripts-doc
+not-installed"texlive-subtext
+not-installed"texlive-subtext-doc
not-installed"texlive-sudoku
not-installed"texlive-sudoku-doc
not-installed"texlive-sudokubundle
@@ -39865,6 +40759,7 @@ not-installed"texlive-swebib
not-installed"texlive-swebib-doc
not-installed"texlive-swimgraf
not-installed"texlive-swimgraf-doc
+not-installed"texlive-swrule
not-installed"texlive-syllogism
not-installed"texlive-syllogism-doc
not-installed"texlive-symbol
@@ -39971,6 +40866,8 @@ not-installed"texlive-tempora-doc
not-installed"texlive-tempora-fonts
not-installed"texlive-tengwarscript
not-installed"texlive-tengwarscript-doc
+not-installed"texlive-tensind
+not-installed"texlive-tensind-doc
not-installed"texlive-tensor
not-installed"texlive-tensor-doc
not-installed"texlive-termcal
@@ -39985,9 +40882,6 @@ not-installed"texlive-testhyphens
not-installed"texlive-testhyphens-doc
not-installed"texlive-testidx
not-installed"texlive-testidx-doc
-not-installed"texlive-tetex
-not-installed"texlive-tetex-bin
-not-installed"texlive-tetex-doc
not-installed"texlive-tetragonos
not-installed"texlive-tetragonos-doc
not-installed"texlive-teubner
@@ -40009,6 +40903,7 @@ not-installed"texlive-tex-label
not-installed"texlive-tex-label-doc
not-installed"texlive-tex-locale
not-installed"texlive-tex-locale-doc
+not-installed"texlive-tex-nutshell
not-installed"texlive-tex-overview
not-installed"texlive-tex-ps
not-installed"texlive-tex-ps-doc
@@ -40058,6 +40953,7 @@ not-installed"texlive-texlive-en
not-installed"texlive-texlive-es
not-installed"texlive-texlive-fr
not-installed"texlive-texlive-it
+not-installed"texlive-texlive-ja
not-installed"texlive-texlive-pl
not-installed"texlive-texlive-ru
not-installed"texlive-texlive-sr
@@ -40077,9 +40973,13 @@ not-installed"texlive-texmate
not-installed"texlive-texmate-doc
not-installed"texlive-texments
not-installed"texlive-texments-doc
+not-installed"texlive-texonly
not-installed"texlive-texosquery
not-installed"texlive-texosquery-bin
not-installed"texlive-texosquery-doc
+not-installed"texlive-texplate
+not-installed"texlive-texplate-bin
+not-installed"texlive-texplate-doc
not-installed"texlive-texpower
not-installed"texlive-texpower-doc
not-installed"texlive-texproposal
@@ -40119,6 +41019,15 @@ not-installed"texlive-thaispec
not-installed"texlive-thaispec-doc
not-installed"texlive-thalie
not-installed"texlive-thalie-doc
+not-installed"texlive-theanodidot
+not-installed"texlive-theanodidot-doc
+not-installed"texlive-theanodidot-fonts
+not-installed"texlive-theanomodern
+not-installed"texlive-theanomodern-doc
+not-installed"texlive-theanomodern-fonts
+not-installed"texlive-theanooldstyle
+not-installed"texlive-theanooldstyle-doc
+not-installed"texlive-theanooldstyle-fonts
not-installed"texlive-theatre
not-installed"texlive-theoremref
not-installed"texlive-theoremref-doc
@@ -40144,6 +41053,8 @@ not-installed"texlive-threeparttable
not-installed"texlive-threeparttable-doc
not-installed"texlive-threeparttablex
not-installed"texlive-threeparttablex-doc
+not-installed"texlive-thuaslogos
+not-installed"texlive-thuaslogos-doc
not-installed"texlive-thucoursework
not-installed"texlive-thucoursework-doc
not-installed"texlive-thumb
@@ -40201,13 +41112,18 @@ not-installed"texlive-tikz-page
not-installed"texlive-tikz-page-doc
not-installed"texlive-tikz-palattice
not-installed"texlive-tikz-palattice-doc
+not-installed"texlive-tikz-planets
+not-installed"texlive-tikz-planets-doc
not-installed"texlive-tikz-qtree
not-installed"texlive-tikz-qtree-doc
not-installed"texlive-tikz-relay
+not-installed"texlive-tikz-relay-doc
not-installed"texlive-tikz-sfc
not-installed"texlive-tikz-sfc-doc
not-installed"texlive-tikz-timing
not-installed"texlive-tikz-timing-doc
+not-installed"texlive-tikz-trackschematic
+not-installed"texlive-tikz-trackschematic-doc
not-installed"texlive-tikz-truchet
not-installed"texlive-tikz-truchet-doc
not-installed"texlive-tikzcodeblocks
@@ -40266,20 +41182,11 @@ not-installed"texlive-titling
not-installed"texlive-titling-doc
not-installed"texlive-tkz-base
not-installed"texlive-tkz-base-doc
-not-installed"texlive-tkz-berge
-not-installed"texlive-tkz-berge-doc
not-installed"texlive-tkz-doc
-not-installed"texlive-tkz-doc-doc
not-installed"texlive-tkz-euclide
not-installed"texlive-tkz-euclide-doc
not-installed"texlive-tkz-fct
not-installed"texlive-tkz-fct-doc
-not-installed"texlive-tkz-graph
-not-installed"texlive-tkz-graph-doc
-not-installed"texlive-tkz-kiviat
-not-installed"texlive-tkz-kiviat-doc
-not-installed"texlive-tkz-linknodes
-not-installed"texlive-tkz-linknodes-doc
not-installed"texlive-tkz-orm
not-installed"texlive-tkz-orm-doc
not-installed"texlive-tkz-tab
@@ -40287,12 +41194,6 @@ not-installed"texlive-tkz-tab-doc
not-installed"texlive-tlc-article
not-installed"texlive-tlc-article-doc
not-installed"texlive-tlc2
-not-installed"texlive-tlcockpit
-not-installed"texlive-tlcockpit-bin
-not-installed"texlive-tlcockpit-doc
-not-installed"texlive-tlshell
-not-installed"texlive-tlshell-bin
-not-installed"texlive-tlshell-doc
not-installed"texlive-tocbibind
not-installed"texlive-tocbibind-doc
not-installed"texlive-tocdata
@@ -40305,6 +41206,8 @@ not-installed"texlive-todo
not-installed"texlive-todo-doc
not-installed"texlive-todonotes
not-installed"texlive-todonotes-doc
+not-installed"texlive-tokcycle
+not-installed"texlive-tokcycle-doc
not-installed"texlive-tokenizer
not-installed"texlive-tokenizer-doc
not-installed"texlive-toolbox
@@ -40352,6 +41255,8 @@ not-installed"texlive-translations
not-installed"texlive-translations-doc
not-installed"texlive-translator
not-installed"texlive-translator-doc
+not-installed"texlive-transparent
+not-installed"texlive-transparent-doc
not-installed"texlive-tree-dvips
not-installed"texlive-tree-dvips-doc
not-installed"texlive-treetex
@@ -40374,6 +41279,8 @@ not-installed"texlive-ttfutils-bin
not-installed"texlive-ttfutils-doc
not-installed"texlive-tucv
not-installed"texlive-tucv-doc
+not-installed"texlive-tuda-ci
+not-installed"texlive-tuda-ci-doc
not-installed"texlive-tudscr
not-installed"texlive-tudscr-doc
not-installed"texlive-tufte-latex
@@ -40394,6 +41301,9 @@ not-installed"texlive-turnstile
not-installed"texlive-turnstile-doc
not-installed"texlive-turnthepage
not-installed"texlive-turnthepage-doc
+not-installed"texlive-twemoji-colr
+not-installed"texlive-twemoji-colr-doc
+not-installed"texlive-twemoji-colr-fonts
not-installed"texlive-twoinone
not-installed"texlive-twoinone-doc
not-installed"texlive-twoup
@@ -40493,6 +41403,8 @@ not-installed"texlive-umthesis
not-installed"texlive-umthesis-doc
not-installed"texlive-umtypewriter
not-installed"texlive-umtypewriter-fonts
+not-installed"texlive-unam-thesis
+not-installed"texlive-unam-thesis-doc
not-installed"texlive-unamth-template
not-installed"texlive-unamthesis
not-installed"texlive-unamthesis-doc
@@ -40515,12 +41427,18 @@ not-installed"texlive-uni-wtal-ger
not-installed"texlive-uni-wtal-ger-doc
not-installed"texlive-uni-wtal-lin
not-installed"texlive-uni-wtal-lin-doc
+not-installed"texlive-unicode-alphabets
+not-installed"texlive-unicode-alphabets-doc
not-installed"texlive-unicode-bidi
not-installed"texlive-unicode-bidi-doc
not-installed"texlive-unicode-data
not-installed"texlive-unicode-data-doc
not-installed"texlive-unicode-math
not-installed"texlive-unicode-math-doc
+not-installed"texlive-unifith
+not-installed"texlive-unifith-doc
+not-installed"texlive-uniquecounter
+not-installed"texlive-uniquecounter-doc
not-installed"texlive-unisugar
not-installed"texlive-unisugar-doc
not-installed"texlive-unitn-bimrep
@@ -40536,6 +41454,8 @@ not-installed"texlive-universalis-doc
not-installed"texlive-universalis-fonts
not-installed"texlive-univie-ling
not-installed"texlive-univie-ling-doc
+not-installed"texlive-unizgklasa
+not-installed"texlive-unizgklasa-doc
not-installed"texlive-unravel
not-installed"texlive-unravel-doc
not-installed"texlive-unswcover
@@ -40639,6 +41559,8 @@ not-installed"texlive-verbdef
not-installed"texlive-verbdef-doc
not-installed"texlive-verbments
not-installed"texlive-verbments-doc
+not-installed"texlive-verifica
+not-installed"texlive-verifica-doc
not-installed"texlive-verse
not-installed"texlive-verse-doc
not-installed"texlive-version
@@ -40673,6 +41595,8 @@ not-installed"texlive-vpe-bin
not-installed"texlive-vpe-doc
not-installed"texlive-vruler
not-installed"texlive-vruler-doc
+not-installed"texlive-vtable
+not-installed"texlive-vtable-doc
not-installed"texlive-vwcol
not-installed"texlive-vwcol-doc
not-installed"texlive-wadalab
@@ -40690,9 +41614,9 @@ not-installed"texlive-was
not-installed"texlive-was-doc
not-installed"texlive-wasy
not-installed"texlive-wasy-doc
-not-installed"texlive-wasy2-ps
-not-installed"texlive-wasy2-ps-doc
-not-installed"texlive-wasy2-ps-fonts
+not-installed"texlive-wasy-type1
+not-installed"texlive-wasy-type1-doc
+not-installed"texlive-wasy-type1-fonts
not-installed"texlive-wasysym
not-installed"texlive-wasysym-doc
not-installed"texlive-web
@@ -40776,12 +41700,18 @@ not-installed"texlive-xecolor
not-installed"texlive-xecolor-doc
not-installed"texlive-xecyr
not-installed"texlive-xecyr-doc
+not-installed"texlive-xecyrmongolian
+not-installed"texlive-xecyrmongolian-doc
not-installed"texlive-xeindex
not-installed"texlive-xeindex-doc
+not-installed"texlive-xelatex-dev
+not-installed"texlive-xelatex-dev-bin
not-installed"texlive-xellipsis
not-installed"texlive-xellipsis-doc
not-installed"texlive-xepersian
not-installed"texlive-xepersian-doc
+not-installed"texlive-xepersian-hm
+not-installed"texlive-xepersian-hm-doc
not-installed"texlive-xesearch
not-installed"texlive-xesearch-doc
not-installed"texlive-xespotcolor
@@ -40825,6 +41755,8 @@ not-installed"texlive-xint-doc
not-installed"texlive-xits
not-installed"texlive-xits-doc
not-installed"texlive-xits-fonts
+not-installed"texlive-xkcdcolors
+not-installed"texlive-xkcdcolors-doc
not-installed"texlive-xkeyval
not-installed"texlive-xkeyval-doc
not-installed"texlive-xlop
@@ -40845,6 +41777,8 @@ not-installed"texlive-xoptarg
not-installed"texlive-xoptarg-doc
not-installed"texlive-xpatch
not-installed"texlive-xpatch-doc
+not-installed"texlive-xpdfopen
+not-installed"texlive-xpdfopen-bin
not-installed"texlive-xpeek
not-installed"texlive-xpeek-doc
not-installed"texlive-xpiano
@@ -40899,6 +41833,8 @@ not-installed"texlive-yathesis
not-installed"texlive-yathesis-doc
not-installed"texlive-yax
not-installed"texlive-yax-doc
+not-installed"texlive-yazd-thesis
+not-installed"texlive-yazd-thesis-doc
not-installed"texlive-ycbook
not-installed"texlive-ycbook-doc
not-installed"texlive-ydoc
@@ -40921,6 +41857,8 @@ not-installed"texlive-youngtab-doc
not-installed"texlive-yplan
not-installed"texlive-yplan-bin
not-installed"texlive-yplan-doc
+not-installed"texlive-yquant
+not-installed"texlive-yquant-doc
not-installed"texlive-ytableau
not-installed"texlive-ytableau-doc
not-installed"texlive-zapfchan
@@ -40949,6 +41887,8 @@ not-installed"texlive-zlmtt
not-installed"texlive-zlmtt-doc
not-installed"texlive-zootaxa-bst
not-installed"texlive-zootaxa-bst-doc
+not-installed"texlive-zref
+not-installed"texlive-zref-doc
not-installed"texlive-zwgetfdate
not-installed"texlive-zwgetfdate-doc
not-installed"texlive-zwpagelayout
@@ -40993,6 +41933,7 @@ not-installed"thunar-devel
not-installed"thunar-lang
not-installed"thunar-plugin-archive
not-installed"thunar-plugin-archive-lang
+not-installed"thunar-plugin-dropbox
not-installed"thunar-plugin-media-tags
not-installed"thunar-plugin-media-tags-lang
not-installed"thunar-plugin-shares
@@ -41112,6 +42053,7 @@ not-installed"toilet
not-installed"tolua
not-installed"toluapp-5.1
not-installed"toluapp-5.3
+not-installed"toluapp-5.4
not-installed"tomatoes
not-installed"tomcat
not-installed"tomcat-admin-webapps
@@ -41124,6 +42066,7 @@ not-installed"tomcat-jsvc
not-installed"tomcat-lib
not-installed"tomcat-servlet-4_0-api
not-installed"tomcat-webapps
+not-installed"tomcatjss
not-installed"tomoe
not-installed"tomoe-devel
not-installed"tomoe-doc
@@ -41175,6 +42118,12 @@ not-installed"tracker-lang
not-installed"tracker-miner-files
not-installed"tracker-miners
not-installed"tracker-miners-lang
+not-installed"tracker2
+not-installed"tracker2-devel
+not-installed"tracker2-lang
+not-installed"tracker2-miner-files
+not-installed"tracker2-miners
+not-installed"tracker2-miners-lang
not-installed"trader
not-installed"trader-lang
not-installed"tragtor
@@ -41190,7 +42139,6 @@ not-installed"transconnect
not-installed"transfig
not-installed"transifex-client
not-installed"translate-shell
-not-installed"translate-toolkit
not-installed"translate-toolkit-devel-doc
installed"translation-update
not-installed"translation-update-bg
@@ -41266,30 +42214,23 @@ not-installed"treeline
not-installed"trello-full-backup
not-installed"trigger-rally
not-installed"trigger-rally-data
+not-installed"triggerhappy
not-installed"trilead-ssh2
not-installed"trilead-ssh2-javadoc
-not-installed"trilinos
not-installed"trilinos-devel
not-installed"trilinos-doc
-not-installed"trilinos-gnu-mpich-hpc
not-installed"trilinos-gnu-mpich-hpc-devel
-not-installed"trilinos-gnu-mvapich2-hpc
not-installed"trilinos-gnu-mvapich2-hpc-devel
-not-installed"trilinos-gnu-openmpi2-hpc
not-installed"trilinos-gnu-openmpi2-hpc-devel
-not-installed"trilinos-gnu-openmpi3-hpc
not-installed"trilinos-gnu-openmpi3-hpc-devel
+not-installed"trilinos-gnu-openmpi4-hpc-devel
not-installed"trilinos-hpc-doc
-not-installed"trilinos-openmpi2
not-installed"trilinos-openmpi2-devel
-not-installed"trilinos_12_14_1-gnu-mpich-hpc
not-installed"trilinos_12_14_1-gnu-mpich-hpc-devel
-not-installed"trilinos_12_14_1-gnu-mvapich2-hpc
not-installed"trilinos_12_14_1-gnu-mvapich2-hpc-devel
-not-installed"trilinos_12_14_1-gnu-openmpi2-hpc
not-installed"trilinos_12_14_1-gnu-openmpi2-hpc-devel
-not-installed"trilinos_12_14_1-gnu-openmpi3-hpc
not-installed"trilinos_12_14_1-gnu-openmpi3-hpc-devel
+not-installed"trilinos_12_14_1-gnu-openmpi4-hpc-devel
not-installed"trilinos_12_14_1-hpc-doc
not-installed"trinity
not-installed"tripwire
@@ -41318,6 +42259,7 @@ not-installed"trytond_purchase_request
not-installed"trytond_stock
not-installed"trytond_stock_lot
not-installed"trytond_stock_supply
+not-installed"tsctp
not-installed"tslib
not-installed"tslib-devel
not-installed"tslib-devel-32bit
@@ -41327,8 +42269,11 @@ not-installed"ttaenc
not-installed"ttaenc
not-installed"ttaenc-debuginfo
not-installed"ttaenc-debugsource
+not-installed"ttf-converter
not-installed"ttf2pt1
not-installed"tudu
+not-installed"tuigreet
+not-installed"tuimoji
not-installed"tuladha-jejeg-fonts
not-installed"tumbler
not-installed"tumbler-devel
@@ -41386,6 +42331,7 @@ not-installed"tv-common
not-installed"tv-fonts
not-installed"tvbrowser
not-installed"tvheadend
+not-installed"tvm-devel
not-installed"tvnamer
not-installed"tvnamer
not-installed"tvtime
@@ -41400,10 +42346,9 @@ not-installed"twind
not-installed"twinkle
not-installed"twm
not-installed"twolame
+not-installed"twups
not-installed"txt2man
not-installed"tycho
-not-installed"tycho-extras
-not-installed"tycho-extras-javadoc
not-installed"tycho-javadoc
not-installed"typelib-1_0-Accounts-1_0
not-installed"typelib-1_0-AccountsService-1_0
@@ -41418,16 +42363,17 @@ not-installed"typelib-1_0-AtrilDocument-1_5_0
not-installed"typelib-1_0-AtrilView-1_5_0
not-installed"typelib-1_0-Atspi-2_0
not-installed"typelib-1_0-Avahi-0_6
-not-installed"typelib-1_0-AyatanaAppIndicator-0_1
-not-installed"typelib-1_0-AyatanaAppIndicator3-0_1
not-installed"typelib-1_0-AyatanaIdo3-0_4
not-installed"typelib-1_0-Babl-0_1
not-installed"typelib-1_0-Bamf-3_0
not-installed"typelib-1_0-BlockDev-2_0
not-installed"typelib-1_0-BraseroBurn-3_2_0
not-installed"typelib-1_0-BraseroMedia-3_2_0
+not-installed"typelib-1_0-Budgie-1_0
not-installed"typelib-1_0-BuzztraxCore-1_1
+not-installed"typelib-1_0-BuzztraxCore-1_1-32bit
not-installed"typelib-1_0-BuzztraxIc-1_1
+not-installed"typelib-1_0-BuzztraxIc-1_1-32bit
not-installed"typelib-1_0-CMenu-3_0
not-installed"typelib-1_0-Caja-2_0
not-installed"typelib-1_0-Camel-1_2
@@ -41451,8 +42397,8 @@ not-installed"typelib-1_0-Cvc-1_0
not-installed"typelib-1_0-Dbusmenu-0_4
not-installed"typelib-1_0-DbusmenuGtk-0_4
not-installed"typelib-1_0-DbusmenuGtk3-0_4
-not-installed"typelib-1_0-Dee-1_0
not-installed"typelib-1_0-Devhelp-3_0
+not-installed"typelib-1_0-Dmap-4_0
not-installed"typelib-1_0-EBackend-1_2
not-installed"typelib-1_0-EBook-1_2
not-installed"typelib-1_0-EBookContacts-1_2
@@ -41482,7 +42428,6 @@ not-installed"typelib-1_0-GES-1_0
not-installed"typelib-1_0-GExiv2-0_10
not-installed"typelib-1_0-GFBGraph-0_2
not-installed"typelib-1_0-GMenu-3_0
-not-installed"typelib-1_0-GMime-2_6
not-installed"typelib-1_0-GMime-3_0
not-installed"typelib-1_0-GOffice-0_10
not-installed"typelib-1_0-GPaste-1_0
@@ -41524,15 +42469,15 @@ not-installed"typelib-1_0-Gladeui-2_0
not-installed"typelib-1_0-GnomeAutoar-0_1
not-installed"typelib-1_0-GnomeAutoarGtk-0_1
not-installed"typelib-1_0-GnomeBluetooth-1_0
-not-installed"typelib-1_0-GnomeDesktop-3_0
-not-installed"typelib-1_0-GnomeKeyring-1_0
+installed"typelib-1_0-GnomeDesktop-3_0
+installed"typelib-1_0-GnomeKeyring-1_0
not-installed"typelib-1_0-GoVirt-1_0
not-installed"typelib-1_0-Goa-1_0
not-installed"typelib-1_0-Gom-1_0
not-installed"typelib-1_0-GooCanvas-2_0
not-installed"typelib-1_0-Govf-0_1
not-installed"typelib-1_0-Granite-1_0
-not-installed"typelib-1_0-Graphene-1_0
+installed"typelib-1_0-Graphene-1_0
not-installed"typelib-1_0-Grl-0_3
not-installed"typelib-1_0-GrlNet-0_3
not-installed"typelib-1_0-GrlPls-0_3
@@ -41540,6 +42485,7 @@ not-installed"typelib-1_0-Grss-0_7
not-installed"typelib-1_0-Gsf-1
not-installed"typelib-1_0-Gspell-1
installed"typelib-1_0-Gst-1_0
+not-installed"typelib-1_0-Gst-1_0-32bit
not-installed"typelib-1_0-GstAllocators-1_0
not-installed"typelib-1_0-GstApp-1_0
not-installed"typelib-1_0-GstAudio-1_0
@@ -41570,13 +42516,15 @@ not-installed"typelib-1_0-GtkSpell-3_0
installed"typelib-1_0-GtkVnc-2_0
not-installed"typelib-1_0-Gucharmap-2_90
not-installed"typelib-1_0-Handy-0_0
-not-installed"typelib-1_0-HarfBuzz-0_0
+not-installed"typelib-1_0-Handy-1_0
+installed"typelib-1_0-HarfBuzz-0_0
not-installed"typelib-1_0-Hinawa-2_0
not-installed"typelib-1_0-IBus-1_0
not-installed"typelib-1_0-ICal-3_0
not-installed"typelib-1_0-ICalGLib-3_0
not-installed"typelib-1_0-Ido3-0_1
-not-installed"typelib-1_0-JavaScriptCore-4_0
+installed"typelib-1_0-JavaScriptCore-4_0
+not-installed"typelib-1_0-Jcat-1_0
installed"typelib-1_0-Json-1_0
not-installed"typelib-1_0-Jsonrpc-1_0
not-installed"typelib-1_0-Keybinder-0_0
@@ -41596,19 +42544,19 @@ not-installed"typelib-1_0-MateDesktop-2_0
not-installed"typelib-1_0-MateMenu-2_0
not-installed"typelib-1_0-MatePanelApplet-4_0
not-installed"typelib-1_0-Matekbd-1_0
+not-installed"typelib-1_0-Mbim-1_0
not-installed"typelib-1_0-MediaArt-2_0
-not-installed"typelib-1_0-Memphis-0_2
not-installed"typelib-1_0-Midori-0_6
not-installed"typelib-1_0-ModemManager-1_0
not-installed"typelib-1_0-Modulemd-2_0
not-installed"typelib-1_0-Muffin-0_0
-not-installed"typelib-1_0-MyPaint-1_5
-not-installed"typelib-1_0-MyPaintGegl-1_5
+not-installed"typelib-1_0-MyPaint-1_6
+not-installed"typelib-1_0-MyPaintGegl-1_6
installed"typelib-1_0-NM-1_0
not-installed"typelib-1_0-NMA-1_0
not-installed"typelib-1_0-Nautilus-3_0
not-installed"typelib-1_0-Nemo-3_0
-not-installed"typelib-1_0-Notify-0_7
+installed"typelib-1_0-Notify-0_7
not-installed"typelib-1_0-OSTree-1_0
not-installed"typelib-1_0-OsmGpsMap-1_0
not-installed"typelib-1_0-PackageKitGlib-1_0
@@ -41642,18 +42590,17 @@ not-installed"typelib-1_0-Thunarx-3_0
not-installed"typelib-1_0-TimezoneMap-1_0
not-installed"typelib-1_0-TotemPlParser-1_0
not-installed"typelib-1_0-Tracker-2_0
+not-installed"typelib-1_0-Tracker-3_0
not-installed"typelib-1_0-TrackerControl-2_0
not-installed"typelib-1_0-TrackerMiner-2_0
not-installed"typelib-1_0-UDisks-2_0
not-installed"typelib-1_0-Uhm-0_0
not-installed"typelib-1_0-Unique-1_0
-not-installed"typelib-1_0-Unity-7_0
-not-installed"typelib-1_0-UnityExtras-7_0
not-installed"typelib-1_0-UpowerGlib-1_0
not-installed"typelib-1_0-Urfkill-0_0
-not-installed"typelib-1_0-Vips-8_5
+not-installed"typelib-1_0-Vips-8_10
installed"typelib-1_0-Vte-2.91
-not-installed"typelib-1_0-WebKit2-4_0
+installed"typelib-1_0-WebKit2-4_0
not-installed"typelib-1_0-WebKit2WebExtension-4_0
not-installed"typelib-1_0-Wnck-1_0
not-installed"typelib-1_0-Wnck-3_0
@@ -41664,7 +42611,6 @@ not-installed"typelib-1_0-Xmlb-1_0
not-installed"typelib-1_0-XplayerPlParser-1_0
not-installed"typelib-1_0-XreaderDocument-1_5
not-installed"typelib-1_0-XreaderView-1_5
-not-installed"typelib-1_0-Zeitgeist-2_0
not-installed"typelib-1_0-Zpj-0_0
not-installed"typelib-1_0-kkc-1_0
not-installed"typelib-1_0-libdazzle-1_0
@@ -41683,6 +42629,7 @@ not-installed"uae
not-installed"uae
not-installed"uae-debuginfo
not-installed"uae-debugsource
+not-installed"ubi_reader
not-installed"ubuntu-fonts
not-installed"ubuntu-mate-icon-theme
not-installed"ubuntu-mate-wallpapers
@@ -41717,11 +42664,10 @@ not-installed"ufiformat
not-installed"ufraw
not-installed"ufraw-lang
not-installed"uftpd
-not-installed"ufw
-not-installed"ufw-lang
not-installed"uget
not-installed"uget-integrator
not-installed"uget-lang
+not-installed"ugrep
not-installed"uhd-devel
not-installed"uhd-doc
not-installed"uhd-firmware
@@ -41756,7 +42702,7 @@ not-installed"umbrello
not-installed"umbrello-lang
not-installed"umoci
not-installed"un-fonts
-not-installed"unar
+installed"unar
not-installed"unbound
installed"unbound-anchor
not-installed"unbound-devel
@@ -41784,16 +42730,13 @@ not-installed"unit-api
not-installed"unit-api-javadoc
not-installed"units
not-installed"unittest-cpp-devel
-installed"unity-gtk-module-common
-installed"unity-gtk2-module
-installed"unity-gtk3-module
not-installed"universal-ctags
not-installed"univocity-parsers
not-installed"univocity-parsers-javadoc
installed"unixODBC
not-installed"unixODBC-32bit
not-installed"unixODBC-devel
-not-installed"unixbench
+not-installed"unixODBC-devel-32bit
not-installed"unknown-horizons
not-installed"unknown-horizons-lang
not-installed"unmass
@@ -41817,7 +42760,6 @@ not-installed"uom-lib-common
not-installed"uom-lib-javadoc
not-installed"uom-parent
not-installed"upb-devel
-not-installed"upb-source
installed"update-alternatives
not-installed"update-bootloader-rpm-macros
not-installed"update-checker
@@ -41837,6 +42779,7 @@ not-installed"update-test-reboot-needed
not-installed"update-test-reboot-needed
not-installed"update-test-relogin-suggested
not-installed"update-test-relogin-suggested
+not-installed"update-test-retracted
not-installed"update-test-security
not-installed"update-test-security
not-installed"update-test-trivial
@@ -41877,6 +42820,7 @@ not-installed"usbprog-devel
not-installed"usbprog-gui
not-installed"usbredir
not-installed"usbredir-devel
+not-installed"usbsdmux-udev
not-installed"usbtop
installed"usbutils
not-installed"usbview
@@ -41922,6 +42866,11 @@ not-installed"uwsgi-python
not-installed"uwsgi-python3
not-installed"uwsgi-sqlite3
not-installed"uwsgi-xslt
+not-installed"v2ray-core
+not-installed"v3d-flow-builder
+not-installed"v3d-flow-builder
+not-installed"v3d-flow-builder-debuginfo
+not-installed"v3d-flow-builder-debugsource
not-installed"v4l-conf
not-installed"v4l-tools
not-installed"v4l-utils
@@ -42033,6 +42982,7 @@ not-installed"vde2
not-installed"vde2-cryptcab
not-installed"vde2-slirp
not-installed"ved
+not-installed"velero
not-installed"velocity
not-installed"velocity-demo
not-installed"velocity-javadoc
@@ -42044,7 +42994,9 @@ not-installed"verilator-doc
not-installed"verilator-doc-pdf
not-installed"verilator-examples
not-installed"veusz
+not-installed"veyon
not-installed"vfontas
+not-installed"vgrabbj
not-installed"vgrep
not-installed"vhba-kmp-default
not-installed"vhba-kmp-pae
@@ -42060,6 +43012,7 @@ not-installed"viewres
not-installed"vifm
not-installed"vifm-colors
not-installed"vigra-devel
+not-installed"vilistextum
installed"vim
not-installed"vim-bootstrap
not-installed"vim-completion-golang
@@ -42107,6 +43060,7 @@ not-installed"vim-plugin-tselectfiles
not-installed"vim-plugin-utl
not-installed"vim-plugin-vimwiki
not-installed"vim-plugin-zoomwin
+not-installed"vim-small
not-installed"vimb
not-installed"vimpc
not-installed"vimpc
@@ -42125,7 +43079,6 @@ installed"virt-manager
installed"virt-manager-common
not-installed"virt-sandbox
not-installed"virt-top
-installed"virt-v2v
installed"virt-viewer
installed"virt-what
not-installed"virtme
@@ -42147,6 +43100,7 @@ not-installed"vit
not-installed"vitetris
not-installed"vivaldi
not-installed"vivaldi
+not-installed"vkbasalt
not-installed"vkd3d-devel
not-installed"vkd3d-devel-32bit
not-installed"vkeybd
@@ -42220,6 +43174,7 @@ not-installed"vocal-lang
not-installed"vodovod
not-installed"voikkospell
not-installed"vokoscreenNG
+not-installed"volatility3
not-installed"volk
not-installed"volk-devel
not-installed"volk_modtool
@@ -42246,15 +43201,9 @@ not-installed"votca-tools-devel
not-installed"votca-xtp
not-installed"votca-xtp-common
not-installed"votca-xtp-devel
-not-installed"votca-xtp-doc
not-installed"voxelands
not-installed"vpcs
not-installed"vpnc
-not-installed"vpp
-not-installed"vpp-api-lua
-not-installed"vpp-api-python
-not-installed"vpp-devel
-not-installed"vpp-plugins
not-installed"vpx-tools
not-installed"vsftpd
not-installed"vsqlite++-devel
@@ -42265,28 +43214,24 @@ not-installed"vte-devel
installed"vte-lang
not-installed"vte-tools
not-installed"vtk-devel
-not-installed"vtk-devel-doc
-not-installed"vtk-examples
not-installed"vtk-java
not-installed"vtk-openmpi1-devel
-not-installed"vtk-openmpi1-devel-doc
not-installed"vtk-openmpi1-java
not-installed"vtk-openmpi1-qt
not-installed"vtk-openmpi2-devel
-not-installed"vtk-openmpi2-devel-doc
not-installed"vtk-openmpi2-java
not-installed"vtk-openmpi2-qt
not-installed"vtk-openmpi3-devel
-not-installed"vtk-openmpi3-devel-doc
not-installed"vtk-openmpi3-java
not-installed"vtk-openmpi3-qt
not-installed"vtk-qt
not-installed"vtkdata
not-installed"vulkan-devel
-not-installed"vulkan-doc
+not-installed"vulkan-devel-32bit
not-installed"vulkan-headers
installed"vulkan-tools
not-installed"vulkan-validationlayers
+not-installed"vulkan-validationlayers-devel
not-installed"vym
not-installed"w3c-markup-validator
not-installed"w3c-markup-validator-libs
@@ -42314,16 +43259,23 @@ not-installed"warewulf-vnfs
not-installed"warzone2100
not-installed"warzone2100-data
not-installed"watchman
+not-installed"watson
+not-installed"watson-bash-completion
+not-installed"watson-fish-completion
+not-installed"watson-zsh-completion
not-installed"wavemon
not-installed"wavpack
not-installed"wavpack-devel
-not-installed"way-cooler
not-installed"waybar
+not-installed"waybar-branding-openSUSE
+not-installed"waybar-branding-upstream
not-installed"wayland-devel
not-installed"wayland-devel-32bit
not-installed"wayland-protocols-devel
+not-installed"wayland-utils
not-installed"waylandpp
not-installed"waylandpp-devel
+not-installed"wayvnc
not-installed"wbxml2-tools
not-installed"wcd
not-installed"wcslib-devel
@@ -42331,7 +43283,6 @@ not-installed"wcslib-doc
not-installed"wcslib-tools
not-installed"wdiff
not-installed"wdiff-lang
-not-installed"wdm
not-installed"weave-k8s-yaml
not-installed"weave-kube
not-installed"weave-npc
@@ -42345,6 +43296,8 @@ not-installed"webkit-jsc-4
installed"webkit2gtk-4_0-injected-bundles
not-installed"webkit2gtk3-devel
not-installed"webkit2gtk3-minibrowser
+not-installed"weblate
+not-installed"weblate-doc
not-installed"websocketpp-devel
not-installed"webvfx
not-installed"webvfx-devel
@@ -42372,6 +43325,9 @@ installed"wget
not-installed"wget-lang
not-installed"wget2
not-installed"wgetpaste
+not-installed"whatmp3
+not-installed"whatmp3
+not-installed"whatmp3-debugsource
not-installed"when-command
not-installed"when-command-lang
not-installed"whfc
@@ -42428,13 +43384,21 @@ not-installed"withlock
not-installed"wizznic
not-installed"wkhtmltopdf
not-installed"wkhtmltopdf-devel
-not-installed"wlc-devel
+not-installed"wl-clipboard
+not-installed"wl-clipboard-bash-completion
+not-installed"wl-clipboard-zsh-completion
+not-installed"wlgreet
+not-installed"wlr-randr
+not-installed"wlr-sunclock
not-installed"wlroots-devel
not-installed"wm-icons
installed"wmctrl
not-installed"wmpomme
not-installed"wmutils
+not-installed"wob
not-installed"woff2-devel
+not-installed"wofi
+not-installed"wofi-devel
installed"wol
installed"wol-lang
not-installed"wol-udev-rules
@@ -42493,6 +43457,7 @@ not-installed"wxWidgets-3_0-nostl-devel
not-installed"wxWidgets-3_0-plugin-sound_sdlu-3_0
not-installed"wxWidgets-3_0-plugin-sound_sdlu-3_0-32bit
not-installed"wxWidgets-3_2-devel
+not-installed"wxWidgets-3_2-nostl-devel
not-installed"wxWidgets-3_2-plugin-sound_sdlu-3_2
not-installed"wxWidgets-docs
installed"wxWidgets-lang
@@ -42513,6 +43478,8 @@ not-installed"wxhexeditor
not-installed"wxhexeditor-lang
not-installed"wxlua
not-installed"wxlua-devel
+not-installed"wxmp3gain
+not-installed"wxmp3gain-lang
not-installed"wxsqlite3-devel
not-installed"wxstedit
not-installed"wxstedit-devel
@@ -42604,6 +43571,9 @@ not-installed"xcfa
not-installed"xcfa-debuginfo
not-installed"xcfa-debugsource
not-installed"xcfa-lang
+not-installed"xcfun-devel
+not-installed"xchm
+not-installed"xchm-lang
not-installed"xclass
not-installed"xclass-devel
installed"xclip
@@ -42628,6 +43598,7 @@ installed"xdg-desktop-portal-gtk-lang
installed"xdg-desktop-portal-kde
installed"xdg-desktop-portal-kde-lang
installed"xdg-desktop-portal-lang
+not-installed"xdg-desktop-portal-wlr
installed"xdg-menu
installed"xdg-user-dirs
not-installed"xdg-user-dirs-gtk
@@ -42690,10 +43661,8 @@ installed"xf86-input-wacom
not-installed"xf86-input-wacom-devel
not-installed"xf86-video-amdgpu
not-installed"xf86-video-ark
-not-installed"xf86-video-ast
not-installed"xf86-video-ati
not-installed"xf86-video-chips
-not-installed"xf86-video-cirrus
not-installed"xf86-video-dummy
installed"xf86-video-fbdev
not-installed"xf86-video-fbturbo
@@ -42759,7 +43728,6 @@ not-installed"xfce4-mount-plugin
not-installed"xfce4-mount-plugin-lang
not-installed"xfce4-mpc-plugin
not-installed"xfce4-mpc-plugin-lang
-not-installed"xfce4-multiload-nandhp-plugin
not-installed"xfce4-netload-plugin
not-installed"xfce4-netload-plugin-lang
not-installed"xfce4-netspeed-plugin
@@ -42940,7 +43908,9 @@ not-installed"xml-im-exporter
not-installed"xml-im-exporter-javadoc
not-installed"xml-maven-plugin
not-installed"xml-maven-plugin-javadoc
+not-installed"xml-security
not-installed"xml-security-c-bin
+not-installed"xml-security-javadoc
not-installed"xml2po
not-installed"xml2po-devel
not-installed"xmlb-tool
@@ -43033,7 +44003,9 @@ not-installed"xorg-x11-driver-input
installed"xorg-x11-driver-video
installed"xorg-x11-essentials
installed"xorg-x11-fonts
+installed"xorg-x11-fonts-converted
installed"xorg-x11-fonts-core
+installed"xorg-x11-fonts-legacy
installed"xorg-x11-libX11-ccache
not-installed"xorg-x11-libs
installed"xorg-x11-server
@@ -43043,6 +44015,7 @@ installed"xorg-x11-server-extra
not-installed"xorg-x11-server-sdk
not-installed"xorg-x11-server-source
installed"xorg-x11-server-wayland
+not-installed"xorg-x11-server-wrapper
not-installed"xorg-x11-util-devel
not-installed"xorgproto-devel
not-installed"xorgxrdp
@@ -43070,7 +44043,6 @@ not-installed"xplayer-lang
not-installed"xplayer-plparser
not-installed"xplayer-plparser-devel
not-installed"xplayer-plparser-lang
-not-installed"xplayer-plugin-zeitgeist
not-installed"xplayer-plugins
not-installed"xplsprinters
not-installed"xpp2
@@ -43095,24 +44067,29 @@ not-installed"xrdp-devel
not-installed"xreader
not-installed"xreader-devel
not-installed"xreader-lang
+not-installed"xreader-plugin-comicsdocument
+not-installed"xreader-plugin-djvudocument
+not-installed"xreader-plugin-dvidocument
not-installed"xreader-plugin-epubdocument
not-installed"xreader-plugin-pdfdocument
+not-installed"xreader-plugin-pixbufdocument
not-installed"xreader-plugin-psdocument
not-installed"xreader-plugin-tiffdocument
not-installed"xreader-plugin-xpsdocument
not-installed"xrefresh
not-installed"xrestop
not-installed"xroach
-not-installed"xrootd-cl
-not-installed"xrootd-cl-devel
not-installed"xrootd-client
not-installed"xrootd-client-devel
+not-installed"xrootd-client-libs
+not-installed"xrootd-doc
not-installed"xrootd-fuse
not-installed"xrootd-libs
not-installed"xrootd-libs-devel
not-installed"xrootd-private-devel
not-installed"xrootd-server
not-installed"xrootd-server-devel
+not-installed"xrootd-server-libs
not-installed"xsane
not-installed"xscope
installed"xscreensaver
@@ -43141,6 +44118,8 @@ not-installed"xstream-benchmark
not-installed"xstream-javadoc
not-installed"xstream-parent
not-installed"xstroke
+not-installed"xsv
+not-installed"xsv-bash-completion
not-installed"xsynth-dssi
not-installed"xsys
not-installed"xsys
@@ -43159,6 +44138,7 @@ installed"xterm-bin
not-installed"xterm-console
installed"xtermset
not-installed"xtexit
+not-installed"xtl-devel
not-installed"xtrans
not-installed"xtrx-tools
not-installed"xtrx-usb-udev
@@ -43176,7 +44156,6 @@ not-installed"xvidcap
not-installed"xvidcap-debuginfo
not-installed"xvidcap-debugsource
not-installed"xvidcore
-not-installed"xvidcore
not-installed"xvidcore-debugsource
not-installed"xvidenc
not-installed"xvidenc
@@ -43217,12 +44196,11 @@ not-installed"xz-java
not-installed"xz-java-javadoc
installed"xz-lang
not-installed"xz-static-devel
-not-installed"xzgv
not-installed"yad
not-installed"yad
not-installed"yad-debuginfo
not-installed"yad-debugsource
-not-installed"yafc
+not-installed"yaffshiv
not-installed"yaics
not-installed"yajl
not-installed"yakuake
@@ -43238,6 +44216,7 @@ not-installed"yang-tools
not-installed"yank
not-installed"yara
not-installed"yara-doc
+not-installed"yarn
not-installed"yarock
not-installed"yarock
not-installed"yarock-debuginfo
@@ -43348,7 +44327,7 @@ installed"yast2-tftp-server
installed"yast2-theme
installed"yast2-theme-breeze
installed"yast2-theme-oxygen
-not-installed"yast2-trans
+installed"yast2-trans
not-installed"yast2-trans-af
not-installed"yast2-trans-allpacks
not-installed"yast2-trans-ar
@@ -43362,9 +44341,7 @@ not-installed"yast2-trans-cy
not-installed"yast2-trans-da
not-installed"yast2-trans-de
not-installed"yast2-trans-el
-installed"yast2-trans-en
not-installed"yast2-trans-en_GB
-installed"yast2-trans-en_US
not-installed"yast2-trans-eo
not-installed"yast2-trans-es
not-installed"yast2-trans-es_AR
@@ -43477,6 +44454,7 @@ installed"youtube-dl-zsh-completion
installed"yp-tools
not-installed"ypbind
not-installed"ypserv
+not-installed"ytree
not-installed"yubico-piv-tool
not-installed"yubikey-manager
not-installed"yubikey-manager-qt
@@ -43526,8 +44504,6 @@ not-installed"zdoom
not-installed"zdoom
not-installed"zdoom-debugsource
not-installed"zeal
-not-installed"zeitgeist
-not-installed"zeitgeist-devel
not-installed"zelda-roth-se
not-installed"zelda-roth-se
not-installed"zelda-xd2-mercuris-chess
@@ -43538,11 +44514,7 @@ not-installed"zerobranestudio
installed"zerofree
not-installed"zeromq-devel
installed"zeromq-tools
-not-installed"zfs
-not-installed"zfs
-not-installed"zfs-devel
-not-installed"zfs-kmp-default
-not-installed"zfs-sudo
+not-installed"zfp-devel
not-installed"zhu3d
not-installed"zile
not-installed"zile-doc
@@ -43559,13 +44531,17 @@ not-installed"zipkin-cpp-opentracing-devel
not-installed"zipkin-cpp-opentracing-devel-static
installed"zisofs-tools
not-installed"zita-convolver-devel
+not-installed"zita-resampler-devel
+not-installed"zita-resampler-tools
installed"zlib-devel
not-installed"zlib-devel-32bit
not-installed"zlib-devel-static
not-installed"zlib-devel-static-32bit
+not-installed"zlib-testsuite
not-installed"zlibrary-data
not-installed"zlibrary-devel
not-installed"zlibrary0_99
+not-installed"zmusic-devel
not-installed"zn_poly-devel
not-installed"znc
not-installed"znc-devel
@@ -43603,6 +44579,7 @@ not-installed"zynaddsubfx-lv2
not-installed"zynaddsubfx-vst
installed"zypper
installed"zypper-aptitude
+not-installed"zypper-changelog-plugin
not-installed"zypper-docker
installed"zypper-lifecycle-plugin
installed"zypper-log
@@ -43611,14 +44588,14 @@ installed"zypper-needs-restarting
not-installed"zziplib-devel
not-installed"zziplib-devel-32bit'
_zypp_all=( ${(Q)"${(z)$(<<\EO:_zypp_all
-'0ad' '0ad-data' '2048-cli' '2ManDVD' '2ManDVD' '2ManDVD-debuginfo' '2ManDVD-debugsource' '2ping' '32bit' '389-ds' '389-ds-devel' '389-ds-snmp' '3dsconv' '3dsconv' '3gpwiz' '3gpwiz' '3omns' '4pane' '4pane-lang' '4store' '4ti2' '4ti2-devel' '6tunnel' '7kaa' '7kaa-music' 'ASL' 'ASL-devel' 'ASL-doc' 'AdobeICCProfiles' 'AppCSXCAD' 'AppStream' 'AppStream-devel' 'AppStream-doc' 'AppStream-lang' 'AtomicParsley' 'AtomicParsley' 'AtomicParsley-debuginfo' 'AtomicParsley-debugsource' 'AusweisApp2' 'Bear' 'BitTorrent' 'BitTorrent' 'BitTorrent-curses' 'BitTorrent-gtk' 'Botan' 'Botan-doc' 'Box2D-doc' 'CSXCAD-devel' 'CSXCAD-matlab' 'Catch2-devel' 'CharLS-devel' 'Coin-devel' 'ColPack-devel' 'ColPack-devel-32bit' 'ColorFull-devel' 'ComputeLibrary' 'ComputeLibrary-devel' 'ComputeLibrary-sample-data' 'CoreFreq' 'CoreFreq-kmp-default' 'CorsixTH' 'Crystalcursors' 'DVDStyler' 'DVDStyler-lang' 'DeepLearningToga-1.5.21a' 'DeepLearningToga-1.5.21a' 'DeepLearningToga-1.5.21a-debuginfo' 'DeepLearningToga-1.5.21a-debugsource' 'DevIL-devel' 'DisplayCAL' 'DivFix++' 'DivFix++' 'ETL' 'ETL-debugsource' 'ETL-devel' 'EternalTerminal' 'FAudio-devel' 'FAudio-devel-32bit' 'FastCGI' 'FastCGI-devel' 'Field3D' 'Field3D' 'Field3D-debuginfo' 'Field3D-debugsource' 'Field3D-devel' 'FirmwareUpdateKit' 'FlightGear' 'FlightGear-data' 'FlightGear-docs' 'FreeCAD' 'GeneralUser' 'GeneralUser' 'GraphicsMagick' 'GraphicsMagick-devel' 'HSAIL-Tools' 'HepMC-devel' 'HepMC2-devel' 'Herwig-devel' 'Herwig-libs' 'IccXML' 'ImageMagick' 'ImageMagick-config-7-SUSE' 'ImageMagick-config-7-upstream' 'ImageMagick-devel' 'ImageMagick-devel-32bit' 'ImageMagick-doc' 'ImageMagick-extra' 'J7Z' 'J7Z-kf5' 'Jamulus' 'KEALib-devel' 'LHAPDF-devel' 'LiE' 'LiE-doc' 'LiVES' 'LiVES' 'LiVES-debuginfo' 'LiVES-debugsource' 'LiVES-lang' 'LibVNCServer-devel' 'Lunchbox' 'Lunchbox-debugsource' 'Lunchbox-devel' 'Lunchbox-doc' 'MLDonkey' 'MLDonkey' 'MLDonkey-debuginfo' 'MLDonkey-debugsource' 'MLDonkey-gui' 'MLDonkey-gui-debuginfo' 'MP4Tools' 'MP4Tools' 'MP4Tools-debuginfo' 'MP4Tools-debugsource' 'MP4Tools-lang' 'MPlayer' 'MPlayer' 'MPlayer-debuginfo' 'MPlayer-debugsource' 'MPlayer-doc' 'MauiKit' 'MauiKit' 'MauiKit-devel' 'Mesa' 'Mesa-32bit' 'Mesa-KHR-devel' 'Mesa-demo' 'Mesa-demo-x' 'Mesa-devel' 'Mesa-dri' 'Mesa-dri-32bit' 'Mesa-dri-devel' 'Mesa-dri-nouveau' 'Mesa-dri-nouveau-32bit' 'Mesa-gallium' 'Mesa-gallium-32bit' 'Mesa-libEGL-devel' 'Mesa-libEGL1' 'Mesa-libEGL1-32bit' 'Mesa-libGL-devel' 'Mesa-libGL1' 'Mesa-libGL1-32bit' 'Mesa-libGLESv1_CM-devel' 'Mesa-libGLESv1_CM1' 'Mesa-libGLESv2-2' 'Mesa-libGLESv2-devel' 'Mesa-libGLESv3-devel' 'Mesa-libOpenCL' 'Mesa-libVulkan-devel' 'Mesa-libd3d' 'Mesa-libd3d-32bit' 'Mesa-libd3d-devel' 'Mesa-libd3d-devel-32bit' 'Mesa-libglapi-devel' 'Mesa-libglapi-devel-32bit' 'Mesa-libglapi0' 'Mesa-libglapi0-32bit' 'Mesa-libva' 'ModemManager' 'ModemManager-bash-completion' 'ModemManager-devel' 'ModemManager-lang' 'Modules' 'Modules-doc' 'MozillaFirefox' 'MozillaFirefox-branding-openSUSE' 'MozillaFirefox-branding-upstream' 'MozillaFirefox-buildsymbols' 'MozillaFirefox-devel' 'MozillaFirefox-translations-common' 'MozillaFirefox-translations-other' 'MozillaThunderbird' 'MozillaThunderbird-translations-common' 'MozillaThunderbird-translations-other' 'MultiMarkdown-6' 'MyGUI' 'MyGUI-demo' 'MyGUI-devel' 'MyGUI-devel-doc' 'NetworkManager' 'NetworkManager-applet' 'NetworkManager-applet-lang' 'NetworkManager-branding-openSUSE' 'NetworkManager-branding-upstream' 'NetworkManager-connection-editor' 'NetworkManager-devel' 'NetworkManager-devel-32bit' 'NetworkManager-fortisslvpn' 'NetworkManager-fortisslvpn-gnome' 'NetworkManager-fortisslvpn-lang' 'NetworkManager-iodine' 'NetworkManager-iodine-gnome' 'NetworkManager-iodine-lang' 'NetworkManager-l2tp' 'NetworkManager-l2tp-gnome' 'NetworkManager-l2tp-lang' 'NetworkManager-lang' 'NetworkManager-libreswan' 'NetworkManager-libreswan-gnome' 'NetworkManager-libreswan-lang' 'NetworkManager-openconnect' 'NetworkManager-openconnect-gnome' 'NetworkManager-openconnect-lang' 'NetworkManager-openvpn' 'NetworkManager-openvpn-gnome' 'NetworkManager-openvpn-lang' 'NetworkManager-pptp' 'NetworkManager-pptp-gnome' 'NetworkManager-pptp-lang' 'NetworkManager-strongswan' 'NetworkManager-strongswan-gnome' 'NetworkManager-strongswan-lang' 'NetworkManager-vpnc' 'NetworkManager-vpnc-gnome' 'NetworkManager-vpnc-lang' 'OOKiedokie' 'OpenColorIO' 'OpenColorIO-devel' 'OpenColorIO-doc' 'OpenIPMI' 'OpenIPMI-devel' 'OpenIPMI-python' 'OpenImageDenoise' 'OpenImageDenoise-devel' 'OpenImageIO' 'OpenImageIO-devel' 'OpenLP' 'OpenMoji-Black' 'OpenMoji-Color' 'OpenOctaveMidi' 'OpenOctaveMidi' 'OpenOctaveMidi-debuginfo' 'OpenOctaveMidi-lang' 'OpenOctaveMidi-unstable' 'OpenOctaveMidi-unstable' 'OpenOctaveMidi-unstable-debuginfo' 'OpenOctaveMidi-unstable-debugsource' 'OpenOctaveMidi-unstable-lang' 'OpenPrintingPPDs' 'OpenPrintingPPDs-ghostscript' 'OpenPrintingPPDs-hpijs' 'OpenPrintingPPDs-postscript' 'OpenSceneGraph' 'OpenSceneGraph-examples' 'OpenSceneGraph-plugins' 'OpenSceneGraph34' 'OpenSceneGraph34-examples' 'OpenSceneGraph34-plugins' 'OpenShadingLanguage' 'OpenShadingLanguage-MaterialX-shaders-source' 'OpenShadingLanguage-common-headers' 'OpenShadingLanguage-devel' 'OpenShadingLanguage-doc' 'OpenShadingLanguage-example-shaders-source' 'OpenSubdiv-devel' 'Osmo4' 'Osmo4-debuginfo' 'PackageKit' 'PackageKit-Qt-devel' 'PackageKit-backend-dnf' 'PackageKit-backend-zypp' 'PackageKit-branding-openSUSE' 'PackageKit-branding-upstream' 'PackageKit-devel' 'PackageKit-gstreamer-plugin' 'PackageKit-gtk3-module' 'PackageKit-lang' 'PgTcl' 'Photini' 'Play' 'PlayOnLinux' 'Printrun' 'Printrun-common' 'PythonQt-devel' 'QCSXCAD-devel' 'QGnomePlatform' 'QGnomePlatform-32bit' 'QMPlay2' 'QMPlay2-devel' 'QR-Code-generator-devel' 'QTalarm' 'QtAV' 'QtAV' 'QtAV-debuginfo' 'QtAV-debugsource' 'QtAV-devel' 'QtAV-players' 'QtAV-players-debuginfo' 'QtAV-qml' 'QtAV-qml-debuginfo' 'QtDMM' 'QtPass' 'R-KernSmooth' 'R-MASS' 'R-Matrix' 'R-Matrix-devel' 'R-base' 'R-base-devel' 'R-boot' 'R-class' 'R-cluster' 'R-codetools' 'R-compiler' 'R-core' 'R-core-devel' 'R-core-doc' 'R-core-libs' 'R-core-packages' 'R-datasets' 'R-foreign' 'R-grDevices' 'R-graphics' 'R-grid' 'R-lattice' 'R-methods' 'R-mgcv' 'R-nlme' 'R-nnet' 'R-parallel' 'R-recommended-packages' 'R-rpart' 'R-spatial' 'R-splines' 'R-stats' 'R-stats4' 'R-survival' 'R-tcltk' 'R-tools' 'R-utils' 'RBTools' 'Reaction' 'Reaction-data' 'Regina-REXX' 'Regina-REXX-devel' 'Regina-REXX-doc' 'RemoteBox' 'Rivet-devel' 'Rivet-plugins' 'RobboLito0085' 'RobboLito0085' 'RobboLito0085-debuginfo' 'RobboLito0085-debugsource' 'SHERPA-MC-devel' 'SUSEConnect' 'SampleICC' 'ShellCheck' 'SimGear-devel' 'SoQt-devel' 'SoQt-doc' 'Srain' 'Srain-lang' 'THE' 'THE-doc' 'ThePEG-devel' 'ThePEG-libs' 'UEFITool' 'VFlib3' 'VFlib3-devel' 'Vc-devel' 'Vc-devel-doc' 'Vc-devel-static' 'ViTables' 'VirtualGL' 'VirtualGL-32bit' 'VirtualGL-devel' 'WSL-DistroLauncher' 'WSL-DistroLauncher-debug' 'WindowMaker' 'WindowMaker-devel' 'WindowMaker-themes' 'WoeUSB' 'XyGrib' 'YODA-devel' 'a2jmidid' 'a2jmidid' 'a2jmidid-debuginfo' 'a2jmidid-debugsource' 'a2ps' 'a2ps-devel' 'a2ps-h' 'a52dec' 'aMule' 'aMule' 'aMule-debuginfo' 'aMule-debugsource' 'aaa_base' 'aaa_base-extras' 'aaa_base-malloccheck' 'aaa_base-wsl' 'aacsupdater' 'aacsupdater' 'aacsupdater-debuginfo' 'aacsupdater-debugsource' 'aalib' 'aalib-devel' 'aalib-devel-32bit' 'abcde' 'abcm2ps' 'abi-compliance-checker' 'abi-dumper' 'abi-monitor' 'abi-tracker' 'abiword' 'abiword-docs' 'abook' 'abook-lang' 'abootimg' 'abseil-cpp-source' 'abxtest' 'acars-examples' 'acars2-examples' 'acarsdec' 'accerciser' 'accerciser-lang' 'accerciser-plugin-IPython' 'accounts-qml-module' 'accounts-qml-module-doc' 'accountsservice' 'accountsservice-devel' 'accountsservice-lang' 'acct' 'acetoneiso2' 'acetoneiso2' 'acetoneiso2-debuginfo' 'acetoneiso2-debugsource' 'ack' 'acl' 'acpi' 'acpica' 'acpid' 'actkbd' 'adaptec-firmware' 'adaptx' 'adaptx-doc' 'adaptx-javadoc' 'adcli' 'adcli-doc' 'addrwatch' 'ade-devel' 'adinatha-fonts' 'adios-gnu-mpich-hpc' 'adios-gnu-mpich-hpc-devel' 'adios-gnu-mpich-hpc-devel-static' 'adios-gnu-mvapich2-hpc' 'adios-gnu-mvapich2-hpc-devel' 'adios-gnu-mvapich2-hpc-devel-static' 'adios-gnu-openmpi1-hpc' 'adios-gnu-openmpi1-hpc-devel' 'adios-gnu-openmpi1-hpc-devel-static' 'adios-gnu-openmpi2-hpc' 'adios-gnu-openmpi2-hpc-devel' 'adios-gnu-openmpi2-hpc-devel-static' 'adios-gnu-openmpi3-hpc' 'adios-gnu-openmpi3-hpc-devel' 'adios-gnu-openmpi3-hpc-devel-static' 'adios-openmpi1' 'adios-openmpi1-devel' 'adios-openmpi1-devel-static' 'adios-openmpi2' 'adios-openmpi2-devel' 'adios-openmpi2-devel-static' 'adios-openmpi3' 'adios-openmpi3-devel' 'adios-openmpi3-devel-static' 'adios_1_13_1-gnu-mpich-hpc' 'adios_1_13_1-gnu-mpich-hpc-devel' 'adios_1_13_1-gnu-mpich-hpc-devel-static' 'adios_1_13_1-gnu-mvapich2-hpc' 'adios_1_13_1-gnu-mvapich2-hpc-devel' 'adios_1_13_1-gnu-mvapich2-hpc-devel-static' 'adios_1_13_1-gnu-openmpi1-hpc' 'adios_1_13_1-gnu-openmpi1-hpc-devel' 'adios_1_13_1-gnu-openmpi1-hpc-devel-static' 'adios_1_13_1-gnu-openmpi2-hpc' 'adios_1_13_1-gnu-openmpi2-hpc-devel' 'adios_1_13_1-gnu-openmpi2-hpc-devel-static' 'adios_1_13_1-gnu-openmpi3-hpc' 'adios_1_13_1-gnu-openmpi3-hpc-devel' 'adios_1_13_1-gnu-openmpi3-hpc-devel-static' 'adjtimex' 'adlmidi' 'adlmidi-tools' 'adminer' 'adminer-designs' 'adminer-editor' 'adminer-firebird' 'adminer-mysql' 'adminer-pgsql' 'adminer-sqlite' 'adms' 'adms-devel' 'adns' 'adobe-sourcecodepro-fonts' 'adobe-sourcehansans-cn-fonts' 'adobe-sourcehansans-hk-fonts' 'adobe-sourcehansans-jp-fonts' 'adobe-sourcehansans-kr-fonts' 'adobe-sourcehansans-tw-fonts' 'adobe-sourcehanserif-cn-fonts' 'adobe-sourcehanserif-jp-fonts' 'adobe-sourcehanserif-kr-fonts' 'adobe-sourcehanserif-tw-fonts' 'adobe-sourcesanspro-fonts' 'adobe-sourceserifpro-fonts' 'adolc-devel' 'adolc-devel-32bit' 'adolc-doc' 'adriconf' 'adriconf-lang' 'ads' 'adwaita-icon-theme' 'adwaita-qt5' 'aegisub' 'aelfred' 'aelfred-javadoc' 'aer-inject' 'aespipe' 'afl' 'aften' 'aften' 'aften-debuginfo' 'aften-debugsource' 'agenda' 'agenda-lang' 'agrep' 'aha' 'aho-corasick-double-array-trie' 'aho-corasick-double-array-trie-javadoc' 'aide' 'aide-test' 'aircrack-ng' 'aircrack-ng' 'aircrack-ng-debuginfo' 'aircrack-ng-debugsource' 'airspy' 'airspy-devel' 'airspy-udev' 'airspyhf-devel' 'airspyhf-udev' 'aisleriot' 'aisleriot-lang' 'aisleriot-themes' 'akka' 'akka-javadoc' 'akonadi-calendar-devel' 'akonadi-calendar-lang' 'akonadi-calendar-tools' 'akonadi-calendar-tools-lang' 'akonadi-contact' 'akonadi-contact-devel' 'akonadi-contact-lang' 'akonadi-import-wizard' 'akonadi-import-wizard-devel' 'akonadi-import-wizard-lang' 'akonadi-mime' 'akonadi-mime-devel' 'akonadi-mime-lang' 'akonadi-notes-devel' 'akonadi-notes-lang' 'akonadi-plugin-calendar' 'akonadi-plugin-contacts' 'akonadi-plugin-kalarmcal' 'akonadi-plugin-mime' 'akonadi-search' 'akonadi-search-devel' 'akonadi-search-lang' 'akonadi-server' 'akonadi-server-devel' 'akonadi-server-lang' 'akonadi-server-sqlite' 'akonadiconsole' 'akregator' 'akregator-lang' 'alac' 'alac-devel' 'alac_decoder' 'alac_decoder' 'alac_decoder-debuginfo' 'alac_decoder-debugsource' 'alacarte' 'alacarte-lang' 'alacritty' 'alacritty-bash-completion' 'alacritty-fish-completion' 'alacritty-zsh-completion' 'albert' 'aldusleaf-crimson-text-fonts' 'alee-fonts' 'alembic-devel' 'alevt' 'alevtd' 'alex' 'alkimia' 'alkimia' 'alkimia-debuginfo' 'alkimia-debugsource' 'alkimia-lang' 'allegro44' 'allegro44-dga2-plugin' 'allegro44-dga2-plugin-32bit' 'allegro44-jack-plugin' 'allegro44-jack-plugin-32bit' 'allegro44-tools' 'almanah' 'almanah-lang' 'alpine' 'alpine-branding-openSUSE' 'alsa' 'alsa-devel' 'alsa-devel-32bit' 'alsa-docs' 'alsa-firmware' 'alsa-oss' 'alsa-oss-32bit' 'alsa-plugins' 'alsa-plugins-32bit' 'alsa-plugins-a52' 'alsa-plugins-aaf' 'alsa-plugins-dca' 'alsa-plugins-dca-debuginfo' 'alsa-plugins-jack' 'alsa-plugins-jack-32bit' 'alsa-plugins-lavrate' 'alsa-plugins-maemo' 'alsa-plugins-maemo-32bit' 'alsa-plugins-pulse' 'alsa-plugins-pulse-32bit' 'alsa-plugins-samplerate' 'alsa-plugins-samplerate-32bit' 'alsa-plugins-speex' 'alsa-topology-conf' 'alsa-topology-devel' 'alsa-topology-devel-32bit' 'alsa-ucm-conf' 'alsa-utils' 'alsabat' 'alsaequal' 'alttab' 'alure' 'alure-devel' 'amanda' 'amarok' 'amarok' 'amarok-debuginfo' 'amarok-debugsource' 'amarok-lang' 'amavisd-new' 'amavisd-new-docs' 'amazon-ecs-init' 'amazon-ssm-agent' 'amrnb' 'amrnb' 'amrnb-debuginfo' 'amrnb-debugsource' 'amrwb' 'amrwb' 'amrwb-debuginfo' 'amrwb-debugsource' 'amsynth' 'amsynth-lang' 'amsynth-plugin-dssi' 'amsynth-plugin-lv2' 'amsynth-plugin-vst' 'amtk-5-lang' 'amtk-devel' 'amtterm' 'amtterm-gtk' 'amtu' 'analitza' 'analitza-devel' 'analitza-lang' 'android-tools' 'android-tools' 'android-udev-rules' 'android-udev-rules' 'angelscript' 'angelscript-devel' 'angrysearch' 'angrysearch' 'anjuta' 'anjuta-devel' 'anjuta-extras' 'anjuta-extras-lang' 'anjuta-lang' 'anki' 'ansible' 'ansible-cmdb' 'ansible-doc' 'ansible-runner' 'ansible-test' 'ansifilter' 'ansifilter-gui' 'ansilove' 'ansilove-term' 'ant' 'ant-antlr' 'ant-apache-bcel' 'ant-apache-bsf' 'ant-apache-log4j' 'ant-apache-oro' 'ant-apache-regexp' 'ant-apache-resolver' 'ant-apache-xalan2' 'ant-commons-logging' 'ant-commons-net' 'ant-contrib' 'ant-contrib-javadoc' 'ant-contrib-manual' 'ant-findbugs' 'ant-imageio' 'ant-javamail' 'ant-jdepend' 'ant-jmf' 'ant-jsch' 'ant-junit' 'ant-junit5' 'ant-manual' 'ant-proguard' 'ant-scala' 'ant-scripts' 'ant-swing' 'ant-testutil' 'ant-xz' 'anthy' 'anthy-devel' 'antimicro' 'antiword' 'antiword' 'antiword-debuginfo' 'antiword-debugsource' 'antlr' 'antlr-devel' 'antlr-java' 'antlr-manual' 'antlr-maven-plugin' 'antlr-maven-plugin-javadoc' 'antlr3-java' 'antlr3-java-javadoc' 'antlr3-javadoc' 'antlr3-tool' 'antlr3c-devel' 'antlr4-java' 'antlr4-javadoc' 'antlr4-maven-plugin' 'antlr4-tool' 'aom-tools' 'aop' 'aopalliance' 'aopalliance-javadoc' 'apache-commons-beanutils' 'apache-commons-beanutils-javadoc' 'apache-commons-chain' 'apache-commons-chain-javadoc' 'apache-commons-cli' 'apache-commons-cli-javadoc' 'apache-commons-codec' 'apache-commons-codec-javadoc' 'apache-commons-collections' 'apache-commons-collections-javadoc' 'apache-commons-collections-testframework' 'apache-commons-collections4' 'apache-commons-collections4-javadoc' 'apache-commons-compress' 'apache-commons-compress-javadoc' 'apache-commons-configuration' 'apache-commons-configuration-javadoc' 'apache-commons-csv' 'apache-commons-csv-javadoc' 'apache-commons-daemon' 'apache-commons-daemon-javadoc' 'apache-commons-daemon-jsvc' 'apache-commons-dbcp' 'apache-commons-dbcp-javadoc' 'apache-commons-dbcp1' 'apache-commons-dbcp1-javadoc' 'apache-commons-digester' 'apache-commons-digester-javadoc' 'apache-commons-el' 'apache-commons-el-javadoc' 'apache-commons-email' 'apache-commons-email-javadoc' 'apache-commons-exec' 'apache-commons-exec-javadoc' 'apache-commons-fileupload' 'apache-commons-fileupload-javadoc' 'apache-commons-httpclient' 'apache-commons-httpclient-demo' 'apache-commons-httpclient-javadoc' 'apache-commons-httpclient-manual' 'apache-commons-io' 'apache-commons-io-javadoc' 'apache-commons-jexl' 'apache-commons-jexl-javadoc' 'apache-commons-jxpath' 'apache-commons-jxpath-javadoc' 'apache-commons-lang' 'apache-commons-lang-javadoc' 'apache-commons-lang3' 'apache-commons-lang3-javadoc' 'apache-commons-logging' 'apache-commons-math' 'apache-commons-math-javadoc' 'apache-commons-net' 'apache-commons-net-javadoc' 'apache-commons-ognl' 'apache-commons-ognl-javadoc' 'apache-commons-parent' 'apache-commons-pool' 'apache-commons-pool-javadoc' 'apache-commons-pool2' 'apache-commons-pool2-javadoc' 'apache-commons-text' 'apache-commons-text-javadoc' 'apache-commons-validator' 'apache-commons-validator-javadoc' 'apache-commons-vfs2' 'apache-commons-vfs2-ant' 'apache-commons-vfs2-examples' 'apache-commons-vfs2-javadoc' 'apache-ivy' 'apache-ivy-javadoc' 'apache-logging-parent' 'apache-parent' 'apache-pdfbox' 'apache-pdfbox-javadoc' 'apache-portlet-1_0-api' 'apache-portlet-1_0-api-javadoc' 'apache-rex' 'apache-rpm-macros' 'apache-rpm-macros-control' 'apache2' 'apache2-devel' 'apache2-doc' 'apache2-event' 'apache2-example-pages' 'apache2-icons-oxygen' 'apache2-mod_apparmor' 'apache2-mod_auth_openidc' 'apache2-mod_authn_otp' 'apache2-mod_dnssd' 'apache2-mod_encoding' 'apache2-mod_evasive' 'apache2-mod_fcgid' 'apache2-mod_jk' 'apache2-mod_maxminddb' 'apache2-mod_mono' 'apache2-mod_musicindex' 'apache2-mod_musicindex' 'apache2-mod_musicindex-debuginfo' 'apache2-mod_musicindex-debugsource' 'apache2-mod_nss' 'apache2-mod_perl' 'apache2-mod_perl-devel' 'apache2-mod_php7' 'apache2-mod_security2' 'apache2-mod_uwsgi' 'apache2-mod_wsgi' 'apache2-mod_wsgi-python3' 'apache2-prefork' 'apache2-utils' 'apache2-worker' 'apcupsd' 'apcupsd-cgi' 'apcupsd-gui' 'apetag' 'apetag' 'apetag-debuginfo' 'apetag-debugsource' 'apfel-devel' 'apfel-doc' 'apg' 'apiguardian' 'apiguardian-javadoc' 'apparmor' 'apparmor-abstractions' 'apparmor-docs' 'apparmor-parser' 'apparmor-parser-lang' 'apparmor-profiles' 'apparmor-rpm-macros' 'apparmor-utils' 'apparmor-utils-lang' 'appeditor' 'appeditor-lang' 'appframework' 'appframework-javadoc' 'appimaged' 'appindicator-sharp' 'appindicator-sharp-devel' 'applet-window-appmenu' 'applet-window-appmenu' 'applet-window-appmenu-debuginfo' 'applet-window-appmenu-debugsource' 'applet-window-buttons' 'applet-window-buttons' 'applet-window-buttons-debuginfo' 'applet-window-buttons-debugsource' 'appmenu-gtk-module-common' 'appmenu-gtk2-module' 'appmenu-gtk3-module' 'appmenu-registrar' 'appres' 'appstream-glib' 'appstream-glib-devel' 'appstream-glib-lang' 'apr-devel' 'apr-util-devel' 'apulse' 'apulse-32bit' 'aqbanking' 'aqbanking-devel' 'aqbanking-doc' 'aqbanking-ebics' 'aqbanking-lang' 'aqbanking-ofx' 'aqute-bnd' 'aqute-bnd-javadoc' 'aqute-bndlib' 'arabic-ae-fonts' 'arabic-amiri-fonts' 'arabic-bitmap-fonts' 'arabic-fonts' 'arabic-kacst-fonts' 'arabic-kacstone-fonts' 'arabic-naqsh-fonts' 'arandr' 'aranym' 'arc' 'arc-icon-theme' 'arcanist' 'archivemail' 'archivemount' 'argon2' 'argon2-devel' 'argon2-doc' 'args4j' 'args4j-javadoc' 'args4j-tools' 'argus' 'argus-client' 'argus-server' 'argyllcms' 'argyllcms-doc' 'aria2' 'aria2-devel' 'aria2-lang' 'arj' 'ark' 'ark-lang' 'armadillo-devel' 'armadillo-devel-32bit' 'armadillo-doc' 'armagetron' 'armnn' 'armnn-devel' 'armnn-extratests' 'armnn-opencl' 'armnn-opencl-devel' 'armnn-opencl-extratests' 'arp-scan' 'arpack-ng-devel' 'arpack-ng-devel-32bit' 'arphic-bkai00mp-fonts' 'arphic-bsmi00lp-fonts' 'arphic-fonts' 'arphic-gbsn00lp-fonts' 'arphic-gkai00mp-fonts' 'arphic-ukai-fonts' 'arphic-uming-fonts' 'arping2' 'arprec-devel' 'arptables' 'arpwatch' 'arpwatch-ethercodes' 'arpwatch-ethercodes-build' 'artifacts' 'artifacts-validator' 'artikulate' 'artikulate-lang' 'as10k1' 'asciidoc' 'asciidoc-examples' 'asciinema' 'asclock' 'asco' 'asco-doc' 'aseqview' 'asio-devel' 'asl' 'asm3' 'asm3-examples' 'asm3-javadoc' 'asm5' 'asm5-examples' 'asm5-javadoc' 'asn1c' 'aspell' 'aspell-af' 'aspell-agal' 'aspell-am' 'aspell-ar' 'aspell-ast' 'aspell-az' 'aspell-be' 'aspell-bg' 'aspell-bn' 'aspell-br' 'aspell-ca' 'aspell-cs' 'aspell-csb' 'aspell-cy' 'aspell-da' 'aspell-de' 'aspell-devel' 'aspell-el' 'aspell-en' 'aspell-eo' 'aspell-es' 'aspell-et' 'aspell-fa' 'aspell-fi' 'aspell-fo' 'aspell-fr' 'aspell-fy' 'aspell-ga' 'aspell-gd' 'aspell-gl' 'aspell-grc' 'aspell-gu' 'aspell-gv' 'aspell-he' 'aspell-hi' 'aspell-hil' 'aspell-hr' 'aspell-hsb' 'aspell-hu' 'aspell-hus' 'aspell-hy' 'aspell-ia' 'aspell-id' 'aspell-is' 'aspell-ispell' 'aspell-it' 'aspell-kn' 'aspell-ku' 'aspell-ky' 'aspell-la' 'aspell-lt' 'aspell-lv' 'aspell-mg' 'aspell-mi' 'aspell-mk' 'aspell-ml' 'aspell-mn' 'aspell-mr' 'aspell-ms' 'aspell-mt' 'aspell-nb' 'aspell-nds' 'aspell-nl' 'aspell-nn' 'aspell-ny' 'aspell-or' 'aspell-pa' 'aspell-pl' 'aspell-pt_BR' 'aspell-pt_PT' 'aspell-qu' 'aspell-ro' 'aspell-ru' 'aspell-rw' 'aspell-sc' 'aspell-sk' 'aspell-sl' 'aspell-spell' 'aspell-sr' 'aspell-sv' 'aspell-sw' 'aspell-ta' 'aspell-te' 'aspell-tet' 'aspell-tk' 'aspell-tl' 'aspell-tn' 'aspell-tr' 'aspell-uk' 'aspell-uz' 'aspell-vi' 'aspell-wa' 'aspell-yi' 'aspell-zu' 'assertj-core' 'assertj-core-javadoc' 'assimp-devel' 'asterisk-sounds-devel' 'asteroid' 'asteroids3D' 'astyle' 'asunder' 'asunder' 'asunder-debuginfo' 'asunder-debugsource' 'asunder-lang' 'asusfan' 'at' 'at-spi-sharp' 'at-spi-sharp-devel' 'at-spi2-atk-common' 'at-spi2-atk-devel' 'at-spi2-atk-gtk2' 'at-spi2-core' 'at-spi2-core-devel' 'at-spi2-core-devel-32bit' 'at-spi2-core-lang' 'atftp' 'atheme' 'atheme-devel' 'atinject' 'atinject-javadoc' 'atinject-tck' 'atinout' 'atk-devel' 'atk-devel-32bit' 'atk-doc' 'atk-lang' 'atkmm-devel' 'atkmm-devel-32bit' 'atkmm-doc' 'atkmm1_6-devel' 'atkmm1_6-devel-32bit' 'atkmm1_6-doc' 'atlascpp-devel' 'atmel-firmware' 'atomiks' 'atomix' 'atomix-lang' 'atool' 'atop' 'atop-daemon' 'atril' 'atril-backends' 'atril-devel' 'atril-lang' 'atril-thumbnailer' 'attica-qt5' 'attica-qt5-devel' 'attica-qt5-devel-32bit' 'attr' 'attractmode' 'aubio-tools' 'audacious' 'audacious-devel' 'audacious-lang' 'audacious-plugins' 'audacious-plugins' 'audacious-plugins-debuginfo' 'audacious-plugins-debugsource' 'audacious-plugins-extra' 'audacious-plugins-extra-debuginfo' 'audacious-plugins-lang' 'audacity' 'audacity-lang' 'audaspace' 'audaspace-devel' 'audaspace-doc' 'audaspace-plugins' 'audenc' 'audenc' 'audio-recorder' 'audio-recorder-lang' 'audiofile' 'audiofile-devel' 'audiofile-devel-32bit' 'audiofile-doc' 'audiotools' 'audiotools' 'audiotools-debuginfo' 'audiotools-debugsource' 'audit' 'audit-audispd-plugins' 'audit-devel' 'audit-devel-32bit' 'audit-visualize' 'augeas' 'augeas-devel' 'augeas-devel-32bit' 'augeas-lense-tests' 'augeas-lenses' 'authbind' 'auto' 'auto-common' 'auto-javadoc' 'auto-service' 'auto-value' 'autobench' 'autobuild' 'autoconf' 'autoconf-archive' 'autoconf-el' 'autoconf213' 'autocutsel' 'autofdo' 'autofs' 'autogen' 'autojump' 'automake' 'autonym-fonts' 'autoopts' 'autopano-sift-C' 'autopano-sift-C' 'autopano-sift-C-debuginfo' 'autopano-sift-C-debugsource' 'autossh' 'autotrace' 'autotrace-devel' 'autotrash' 'autoyast2' 'autoyast2-installation' 'avahi' 'avahi-autoipd' 'avahi-compat-howl-devel' 'avahi-compat-mDNSResponder-devel' 'avahi-lang' 'avahi-mono' 'avahi-utils' 'avahi-utils-gtk' 'avalon-framework' 'avalon-framework-javadoc' 'avalon-logkit' 'avalon-logkit-javadoc' 'avesta-fonts' 'avfs' 'avfs-devel' 'avgtime' 'avidemux' 'avidemux' 'avidemux-debuginfo' 'avidemux-debugsource' 'avidemux-gtk' 'avidemux-gtk-debuginfo' 'avidemux-lang' 'avidemux-qt' 'avidemux-qt-debuginfo' 'avidemux3' 'avidemux3' 'avidemux3-cli' 'avidemux3-cli-debuginfo' 'avidemux3-debuginfo' 'avidemux3-debugsource' 'avidemux3-qt5' 'avidemux3-qt5-debuginfo' 'avidemux3-qt5-lang' 'avif-tools' 'avifile' 'avifile' 'avifile-data' 'avifile-debuginfo' 'avifile-debugsource' 'avifile-win32' 'avocado-common' 'avocado-examples' 'avocado-vt-common' 'avogadrolibs' 'avogadrolibs-devel' 'avr-libc' 'avrdude' 'avrdude-devel' 'avxsynth' 'avxsynth' 'avxsynth-debuginfo' 'avxsynth-debugsource' 'avxsynth-devel' 'avxsynth-plugins' 'avxsynth-plugins-debuginfo' 'awesfx' 'awesome' 'awesome-branding-openSUSE' 'awesome-branding-upstream' 'awesome-freedesktop' 'awesome-shifty' 'awesome-vicious' 'aws-cli' 'aws-efs-utils' 'aws-sdk-java' 'aws-sdk-java-acm' 'aws-sdk-java-api-gateway' 'aws-sdk-java-applicationautoscaling' 'aws-sdk-java-autoscaling' 'aws-sdk-java-bom' 'aws-sdk-java-cloudformation' 'aws-sdk-java-cloudfront' 'aws-sdk-java-cloudhsm' 'aws-sdk-java-cloudsearch' 'aws-sdk-java-cloudtrail' 'aws-sdk-java-cloudwatch' 'aws-sdk-java-cloudwatchmetrics' 'aws-sdk-java-codecommit' 'aws-sdk-java-codedeploy' 'aws-sdk-java-codepipeline' 'aws-sdk-java-cognitoidentity' 'aws-sdk-java-cognitoidp' 'aws-sdk-java-cognitosync' 'aws-sdk-java-config' 'aws-sdk-java-core' 'aws-sdk-java-datapipeline' 'aws-sdk-java-devicefarm' 'aws-sdk-java-directconnect' 'aws-sdk-java-directory' 'aws-sdk-java-discovery' 'aws-sdk-java-dms' 'aws-sdk-java-dynamodb' 'aws-sdk-java-ec2' 'aws-sdk-java-ecr' 'aws-sdk-java-ecs' 'aws-sdk-java-efs' 'aws-sdk-java-elasticache' 'aws-sdk-java-elasticbeanstalk' 'aws-sdk-java-elasticloadbalancing' 'aws-sdk-java-elasticsearch' 'aws-sdk-java-elastictranscoder' 'aws-sdk-java-emr' 'aws-sdk-java-events' 'aws-sdk-java-gamelift' 'aws-sdk-java-glacier' 'aws-sdk-java-iam' 'aws-sdk-java-importexport' 'aws-sdk-java-inspector' 'aws-sdk-java-iot' 'aws-sdk-java-javadoc' 'aws-sdk-java-kinesis' 'aws-sdk-java-kms' 'aws-sdk-java-lambda' 'aws-sdk-java-logs' 'aws-sdk-java-machinelearning' 'aws-sdk-java-marketplacecommerceanalytics' 'aws-sdk-java-marketplacemeteringservice' 'aws-sdk-java-opsworks' 'aws-sdk-java-pom' 'aws-sdk-java-rds' 'aws-sdk-java-redshift' 'aws-sdk-java-route53' 'aws-sdk-java-s3' 'aws-sdk-java-ses' 'aws-sdk-java-simpledb' 'aws-sdk-java-simpleworkflow' 'aws-sdk-java-sns' 'aws-sdk-java-sqs' 'aws-sdk-java-ssm' 'aws-sdk-java-storagegateway' 'aws-sdk-java-sts' 'aws-sdk-java-support' 'aws-sdk-java-test-utils' 'aws-sdk-java-waf' 'aws-sdk-java-workspaces' 'ax25-tools' 'axel' 'axis' 'axis-manual' 'ayatana-appindicator-sharp' 'ayatana-appindicator-sharp-devel' 'ayatana-ido-devel' 'aytests-tests' 'azove' 'azure-cli' 'azure-cli-command-modules-nspkg' 'azure-cli-core' 'azure-cli-nspkg' 'azure-cli-telemetry' 'azure-cli-test' 'b43-fwcutter' 'b43legacy-firmware' 'b43legacy-firmware' 'b5i2iso' 'b5i2iso' 'b5i2iso-debuginfo' 'b5i2iso-debugsource' 'babe' 'babe' 'babe-debuginfo' 'babe-debugsource' 'babelstone-han-fonts' 'babelstone-marchen-fonts' 'babelstone-modern-fonts' 'babelstone-ogham-fonts' 'babelstone-phags-pa-fonts' 'babelstone-runic-fonts' 'babeltrace' 'babeltrace-devel' 'babeltrace2' 'babeltrace2-devel' 'babl-devel' 'backintime' 'backintime-lang' 'backintime-qt' 'backward-cpp' 'backward-cpp-devel' 'baekmuk-bitmap-fonts' 'baekmuk-ttf-fonts' 'baka-mplayer' 'ballerburg' 'baloo5-devel' 'baloo5-file' 'baloo5-file-lang' 'baloo5-imports' 'baloo5-imports-lang' 'baloo5-kioslaves' 'baloo5-kioslaves-lang' 'baloo5-tools' 'baloo5-tools-lang' 'baloo5-widgets' 'baloo5-widgets-devel' 'baloo5-widgets-lang' 'balsa' 'balsa-lang' 'bam' 'bamf-daemon' 'bamf-devel' 'bamf-doc' 'bandwidth' 'baobab' 'baobab-lang' 'barbie_seahorse_adventures' 'barcode' 'barcode-devel' 'barrier' 'base' 'base64coder' 'base64coder-javadoc' 'bash' 'bash-completion' 'bash-completion-devel' 'bash-completion-doc' 'bash-devel' 'bash-doc' 'bash-git-prompt' 'bash-lang' 'bash-loadables' 'basic_desktop' 'basket' 'basket' 'basket-debuginfo' 'basket-debugsource' 'basket-lang' 'bat' 'batctl' 'bats' 'bazel' 'bazel-apple-support-source' 'bazel-compilation-database-source' 'bazel-gazelle' 'bazel-gazelle-source' 'bazel-platforms' 'bazel-rules-apple-source' 'bazel-rules-cc-source' 'bazel-rules-foreign-cc-source' 'bazel-rules-go-source' 'bazel-rules-java-source' 'bazel-rules-proto-source' 'bazel-rules-python-source' 'bazel-rules-swift-source' 'bazel-skylib-source' 'bazel-toolchains-source' 'bazel-workspaces' 'bazel0.19' 'bazel0.24' 'bazel0.29' 'bazel1.2' 'bazel2.0' 'bb' 'bbe' 'bbswitch' 'bbswitch-kmp-default' 'bbswitch-kmp-pae' 'bc' 'bcache-tools' 'bcal' 'bcc-devel' 'bcc-docs' 'bcc-examples' 'bcc-lua' 'bcc-tools' 'bcel' 'bcel5_3' 'bcel5_3-javadoc' 'bcftools' 'bcg729-devel' 'bchunk' 'bcm20702a1-firmware' 'bcm43xx-firmware' 'bcmatroska2-devel' 'bctoolbox-devel' 'bcunit-devel' 'bcunit-doc' 'bdfresize' 'bdftopcf' 'bea-stax' 'bea-stax-api' 'beansbinding' 'beansbinding-javadoc' 'beets' 'beforelight' 'beignet' 'beignet-devel' 'belcard-devel' 'belle-sip-devel' 'belr-devel' 'bemenu' 'bemenu-devel' 'benchdnn' 'benchmark-devel' 'benji' 'bento4' 'bento4' 'bento4-debuginfo' 'bento4-debugsource' 'bento4-devel' 'berkeleydb' 'berkeleydb-demo' 'berkeleydb-javadoc' 'berkeleydb-manual' 'berkeleylm' 'berkeleylm-javadoc' 'bestplugins' 'beust-jcommander' 'beust-jcommander-javadoc' 'bff' 'bff-samples' 'bff4' 'bgzip' 'biabam' 'biblesync-devel' 'bibletime' 'biboumi' 'bibtool' 'bibview' 'bijiben' 'bijiben-lang' 'bin86' 'bind' 'bind-chrootenv' 'bind-devel' 'bind-devel-32bit' 'bind-doc' 'bind-utils' 'bindfs' 'bing' 'bino' 'bino' 'bino-debuginfo' 'bino-debugsource' 'bino-lang' 'binutils' 'binutils-devel' 'binutils-devel-32bit' 'binutils-gold' 'binwalk' 'biosdevname' 'bird' 'bird-common' 'bird-doc' 'bird6' 'bison' 'bison-32bit' 'bison-lang' 'bitcoin-qt5' 'bitcoin-test' 'bitcoin-utils' 'bitcoind' 'bitlbee' 'bitlbee-devel' 'bitlbee-discord' 'bitlbee-doc' 'bitlbee-facebook' 'bitlbee-mastodon' 'bitlbee-steam' 'bitmap' 'bitstream-vera-fonts' 'bittwist' 'blabel' 'blabel' 'blacs-devel-headers' 'bladeRF' 'bladeRF-devel' 'bladeRF-fpga-firmware' 'bladeRF-fx3-firmware' 'bladeRF-udev' 'blas-devel' 'blas-devel-32bit' 'blas-devel-static' 'blas-man' 'blasphemer' 'blender' 'blender-cycles-devel' 'blender-lang' 'bless' 'bless-doc' 'blinken' 'blinken-lang' 'bliss' 'bliss-devel' 'blitz-devel' 'blitz-doc' 'blktests' 'blktrace' 'bloaty' 'blobAndConquer' 'blobwars' 'blobwars-lang' 'blockout' 'blockzone-fonts' 'blog' 'blog-devel' 'blog-plymouth' 'blogbench' 'blogc' 'blosc-devel' 'blueberry' 'blueberry-lang' 'bluedevil5' 'bluedevil5-lang' 'bluefish' 'blueman' 'blueman-lang' 'bluemoon' 'blueprint-cursor-theme' 'bluez' 'bluez-auto-enable-devices' 'bluez-cups' 'bluez-deprecated' 'bluez-devel' 'bluez-devel-32bit' 'bluez-firmware' 'bluez-qt-devel' 'bluez-qt-imports' 'bluez-qt-udev' 'bluez-test' 'bluez-tools' 'bmake' 'bmkdep' 'bmon' 'bnd-maven-plugin' 'bnd-maven-plugin-javadoc' 'bodr' 'bogofilter-common' 'bogofilter-db' 'bogofilter-doc' 'bogofilter-kyotocabinet' 'bogofilter-sqlite3' 'boinc-client' 'boinc-client-lang' 'boinc-manager' 'boinc-manager-lang' 'bolt' 'bolt-tools' 'bomber' 'bomber-lang' 'bombono' 'bombono' 'bombono-debuginfo' 'bombono-debugsource' 'bombono-lang' 'bomi' 'bomi' 'bomi-debuginfo' 'bomi-debugsource' 'bomns' 'bonk' 'bonk' 'bonk-debuginfo' 'bonk-debugsource' 'bonnie' 'bonnie++' 'boo' 'boo-2_0_9_3' 'boo-devel' 'books' 'books' 'bookworm' 'bookworm-lang' 'boomaga' 'boomaga-lang' 'boost-devel' 'boost-gnu-hpc' 'boost-gnu-hpc-devel' 'boost-gnu-mpich-hpc' 'boost-gnu-mpich-hpc-devel' 'boost-gnu-mpich-hpc-python2' 'boost-gnu-mpich-hpc-python3' 'boost-gnu-mvapich2-hpc' 'boost-gnu-mvapich2-hpc-devel' 'boost-gnu-mvapich2-hpc-python2' 'boost-gnu-mvapich2-hpc-python3' 'boost-gnu-openmpi2-hpc' 'boost-gnu-openmpi2-hpc-devel' 'boost-gnu-openmpi2-hpc-python2' 'boost-gnu-openmpi2-hpc-python3' 'boost-gnu-openmpi3-hpc' 'boost-gnu-openmpi3-hpc-devel' 'boost-gnu-openmpi3-hpc-python2' 'boost-gnu-openmpi3-hpc-python3' 'boost-jam' 'boost-license1_71_0' 'boost1_71_0-doc-html' 'boost1_71_0-doc-pdf' 'boost1_71_0-jam' 'boost1_71_0-quickbook' 'boost_1_71_0-gnu-hpc' 'boost_1_71_0-gnu-hpc-devel' 'boost_1_71_0-gnu-mpich-hpc' 'boost_1_71_0-gnu-mpich-hpc-devel' 'boost_1_71_0-gnu-mpich-hpc-python2' 'boost_1_71_0-gnu-mpich-hpc-python3' 'boost_1_71_0-gnu-mvapich2-hpc' 'boost_1_71_0-gnu-mvapich2-hpc-devel' 'boost_1_71_0-gnu-mvapich2-hpc-python2' 'boost_1_71_0-gnu-mvapich2-hpc-python3' 'boost_1_71_0-gnu-openmpi2-hpc' 'boost_1_71_0-gnu-openmpi2-hpc-devel' 'boost_1_71_0-gnu-openmpi2-hpc-python2' 'boost_1_71_0-gnu-openmpi2-hpc-python3' 'boost_1_71_0-gnu-openmpi3-hpc' 'boost_1_71_0-gnu-openmpi3-hpc-devel' 'boost_1_71_0-gnu-openmpi3-hpc-python2' 'boost_1_71_0-gnu-openmpi3-hpc-python3' 'booth' 'booth-test' 'bootsplash-branding-KDE' 'bootsplash-branding-upstream' 'borgbackup' 'borgbackup-bash-completion' 'borgbackup-doc' 'borgbackup-fish-completion' 'borgbackup-zsh-completion' 'borgmatic' 'boringssl-devel' 'bosh' 'bouncycastle' 'bouncycastle-javadoc' 'bouncycastle-mail' 'bouncycastle-pg' 'bouncycastle-pkix' 'bouncycastle-tls' 'bovo' 'bovo-lang' 'bowtie' 'bowtie2' 'bpftool' 'bpftrace' 'bpftrace-tools' 'bpg-fonts' 'bpm-tools' 'bpmdj' 'bpmdj' 'bpmdj-debuginfo' 'bpmdj-debugsource' 'brackets' 'brackets' 'brackets-debuginfo' 'branding-openSUSE' 'branding-upstream' 'brasero' 'brasero-devel' 'brasero-lang' 'brasero-nautilus' 'breeze' 'breeze5-cursors' 'breeze5-decoration' 'breeze5-icons' 'breeze5-style' 'breeze5-style-lang' 'breeze5-wallpapers' 'brevity' 'brickd' 'brickv' 'bridge-utils' 'bridge-utils-devel' 'brightnessctl' 'brise' 'brisk-menu' 'brisk-menu-lang' 'bristol' 'bristol' 'bristol-debuginfo' 'bristol-debugsource' 'brlapi-devel' 'brlapi-java' 'brlemu' 'brltty' 'brltty-driver-at-spi2' 'brltty-driver-brlapi' 'brltty-driver-espeak' 'brltty-driver-libbraille' 'brltty-driver-speech-dispatcher' 'brltty-driver-xwindow' 'brltty-lang' 'brltty-utils' 'broadcom-wl' 'broadcom-wl' 'broadcom-wl-debugsource' 'broadcom-wl-kmp-default' 'broadcom-wl-kmp-default-debuginfo' 'broadcom-wl-kmp-pae' 'broadcom-wl-kmp-pae-debuginfo' 'brotli' 'browserpass-native' 'brp-check-suse' 'brp-extract-appdata' 'brp-extract-translations' 'brp-trim-translations' 'bs' 'bs-update' 'bs2b-tools' 'bsd-games' 'bsdiff' 'bsdtar' 'bsf' 'bsf-javadoc' 'bsh2' 'bsh2-bsf' 'bsh2-classgen' 'bsh2-demo' 'bsh2-javadoc' 'bsh2-manual' 'bsod' 'bsod' 'bsod-debuginfo' 'bsod-debugsource' 'bspwm' 'bspwm-bash-completion' 'bspwm-fish-completion' 'bspwm-zsh-completion' 'bssl_wrapper-devel' 'bstone' 'btar' 'btcflash' 'btfs' 'btrfs-extent-same' 'btrfsmaintenance' 'btrfsprogs' 'btrfsprogs-static' 'btrfsprogs-udev-rules' 'bubblewrap' 'bucklespring' 'buffer' 'bugzilla' 'bugzilla-lang-de' 'build' 'build-compare' 'build-initvm-i586' 'build-initvm-x86_64' 'build-mkbaselibs' 'build-mkdrpms' 'buildah' 'buildstream' 'bumblebee' 'bumblebee-status' 'bumblebee-status-module-cmus' 'bumblebee-status-module-dnf' 'bumblebee-status-module-mocp' 'bumblebee-status-module-mpd' 'bumblebee-status-module-redshift' 'bumpversion' 'burn_360' 'burn_360' 'burncdda' 'burncdda' 'busybox' 'busybox-container' 'busybox-k8s-yaml' 'busybox-static' 'butt' 'butt' 'butt-debuginfo' 'butt-debugsource' 'buzztrax' 'buzztrax-lang' 'buzztrax-plugins' 'bvi' 'bwbar' 'bwidget' 'bwm-ng' 'byacc' 'byaccj' 'byobu' 'byobu-doc' 'bytelist' 'byzanz' 'byzanz-lang' 'bzflag' 'bzip2' 'bzip2-doc' 'bzr' 'bzr-lang' 'bzr-test' 'bzrtp-devel' 'c-ares-devel' 'c-ares-utils' 'c-toxcore' 'c-toxcore-daemon' 'c-toxcore-devel' 'c3p0' 'c3p0-javadoc' 'c_count' 'ca-certificates' 'ca-certificates-cacert' 'ca-certificates-mozilla' 'ca-certificates-steamtricks' 'caasp-cli' 'cabal-install' 'cabal2spec' 'cabextract' 'caca-utils' 'cachefilesd' 'cacti' 'cacti-spine' 'cadabra2' 'cadabra2-doc' 'cadabra2-examples' 'cadabra2-gui' 'cadaver' 'cadsondemak-fonts' 'caffe' 'caffe-devel' 'caffe-examples' 'caffe-gnu-hpc' 'caffe-gnu-hpc-devel' 'caffe-gnu-hpc-examples' 'caffe_1_0-gnu-hpc' 'caffe_1_0-gnu-hpc-devel' 'caffe_1_0-gnu-hpc-examples' 'caffeine' 'cage' 'cairo-clock' 'cairo-clock-lang' 'cairo-devel' 'cairo-devel-32bit' 'cairo-tools' 'cairomm-devel' 'cairomm-devel-32bit' 'cairomm-doc' 'cairomm1_0-devel' 'cairomm1_0-devel-32bit' 'cairomm1_0-doc' 'caja' 'caja-devel' 'caja-engrampa' 'caja-extension-actions' 'caja-extension-atril' 'caja-extension-dropbox' 'caja-extension-eiciel' 'caja-extension-folder-color' 'caja-extension-gksu' 'caja-extension-image-converter' 'caja-extension-nextcloud' 'caja-extension-nitroshare' 'caja-extension-open-terminal' 'caja-extension-sendto' 'caja-extension-sendto-devel' 'caja-extension-sendto-gajim' 'caja-extension-sendto-pidgin' 'caja-extension-sendto-upnp' 'caja-extension-share' 'caja-extension-terminal' 'caja-extension-terminal-lang' 'caja-extension-wallpaper' 'caja-extension-xattr-tags' 'caja-extensions-common-lang' 'caja-gschemas' 'caja-lang' 'cal10n' 'cal10n-javadoc' 'cal3d' 'cal3d-devel' 'cal3d-doc' 'calamares' 'calamares-branding-upstream' 'calamares-webview' 'calamaris' 'calc' 'calc-devel' 'calcurse' 'calcurse-lang' 'calendarsupport' 'calendarsupport-devel' 'calendarsupport-lang' 'calf' 'calf' 'calf-bash-completion' 'calf-debuginfo' 'calf-debugsource' 'calibre' 'calligra' 'calligra' 'calligra-debuginfo' 'calligra-debugsource' 'calligra-devel' 'calligra-doc' 'calligra-extras-converter' 'calligra-extras-converter-debuginfo' 'calligra-extras-dolphin' 'calligra-extras-dolphin-debuginfo' 'calligra-extras-okular' 'calligra-extras-okular-debuginfo' 'calligra-gemini' 'calligra-gemini-debuginfo' 'calligra-karbon' 'calligra-karbon-debuginfo' 'calligra-lang' 'calligra-plan' 'calligra-plan' 'calligra-plan-debuginfo' 'calligra-plan-debugsource' 'calligra-plan-lang' 'calligra-sheets' 'calligra-sheets-debuginfo' 'calligra-stage' 'calligra-stage-debuginfo' 'calligra-tools' 'calligra-tools-debuginfo' 'calligra-words' 'calligra-words-debuginfo' 'caml-mode' 'camsource' 'camsource-devel' 'canberra-gtk-play' 'canberra-gtk-play-gnome' 'canna' 'canna-devel' 'canna-libs' 'canna-libs-32bit' 'canna-yubin' 'cannadic' 'cantarell-fonts' 'cantata' 'cantata' 'cantata-debuginfo' 'cantata-debugsource' 'cantata-lang' 'cantor' 'cantor-devel' 'cantor-lang' 'canutils' 'canutils-pengutronix' 'capi4hylafax' 'capifax' 'capifax' 'capifax-debuginfo' 'capifax-debugsource' 'capnet-assist' 'capnet-assist-lang' 'capnproto' 'cardpeek' 'cargo' 'cargo-c' 'cargo-doc' 'caribou' 'caribou-common' 'caribou-devel' 'caribou-gtk-module-common' 'caribou-gtk2-module' 'caribou-gtk3-module' 'caribou-lang' 'carla' 'carla-devel' 'carla-vst' 'caslon-fonts' 'casync' 'catalan-pos-dict' 'catatonit' 'catcodec' 'catfish' 'catfish-lang' 'caudec' 'caudec' 'cava' 'cbi-plugins' 'cbi-plugins-javadoc' 'cblas-devel' 'cblas-devel-32bit' 'cblas-devel-static' 'cc-tool' 'ccache' 'ccd2cue' 'ccd2cue-doc' 'ccd2iso' 'ccd2iso' 'ccd2iso-debuginfo' 'ccd2iso-debugsource' 'ccgfs' 'cclive' 'cclive' 'cclive-debuginfo' 'cclive-debugsource' 'ccls' 'ccrtp-devel' 'ccrtp-doc' 'ccrypt' 'ccrypt-emacs' 'ccrypt-lang' 'ccze' 'ccze-devel' 'cd-discid' 'cd-paranoia' 'cdctl' 'cdctl' 'cdctl-debuginfo' 'cdctl-debugsource' 'cdda2wav' 'cddlib-devel' 'cddlib-doc' 'cdecl' 'cdemu-client' 'cdemu-client-lang' 'cdemu-daemon' 'cdi-api' 'cdi-api-javadoc' 'cdi2iso' 'cdi2iso' 'cdi2iso-debuginfo' 'cdi2iso-debugsource' 'cdio-utils' 'cdk-devel' 'cdogs-sdl' 'cdparanoia' 'cdparanoia-devel' 'cdrdao' 'cdrecord' 'cdrskin' 'cec-client' 'cecilia' 'cedict' 'cedilla' 'cel-cpp-source' 'celluloid' 'celluloid-lang' 'cellwriter' 'celt' 'celt051' 'celt051-devel' 'ceph' 'ceph-base' 'ceph-common' 'ceph-csi' 'ceph-fuse' 'ceph-grafana-dashboards' 'ceph-immutable-object-cache' 'ceph-iscsi' 'ceph-mds' 'ceph-mgr' 'ceph-mgr-cephadm' 'ceph-mgr-dashboard' 'ceph-mgr-diskprediction-cloud' 'ceph-mgr-diskprediction-local' 'ceph-mgr-k8sevents' 'ceph-mgr-modules-core' 'ceph-mgr-rook' 'ceph-mon' 'ceph-osd' 'ceph-prometheus-alerts' 'ceph-radosgw' 'ceph-resource-agents' 'ceph-test' 'ceph_base' 'cephadm' 'cephfs-shell' 'cerbere' 'cereal-devel' 'certbot-systemd-timer' 'certstrap' 'cervisia' 'cervisia-lang' 'cf-cli' 'cf-cli-test' 'cfengine' 'cfengine-doc' 'cfengine-examples' 'cfengine-masterfiles' 'cfitsio' 'cfitsio-devel' 'cfitsio-devel-doc' 'cfityk' 'cflow' 'cfn-lint' 'cgal-demo-examples-devel' 'cgal-devel' 'cgal-doc' 'cgdb' 'cgit' 'cglib' 'cglib-javadoc' 'cgns' 'cgns-devel' 'cgns-devel-static' 'chafa' 'chafa-devel' 'chafa-doc' 'chameleon' 'changelog-generator-data' 'charliecloud' 'charliecloud-doc' 'charliecloud-examples' 'chartmuseum' 'charybdis' 'chasen' 'chasen-devel' 'chck-devel' 'check-create-certificate' 'check-devel' 'check_postgres' 'checkbashisms' 'checkmedia' 'checkpolicy' 'checkstyle' 'checkstyle-javadoc' 'cheese' 'cheese-devel' 'cheese-lang' 'chemical-mime-data' 'chessx' 'chewing-data' 'chewing-utils' 'chezdav' 'chezmoi' 'chkstat' 'chmlib-devel' 'chmlib-devel-32bit' 'chmlib-examples' 'chntpw' 'chocolate-doom' 'chocolate-doom-bash-completion' 'choqok' 'choqok' 'choqok-debuginfo' 'choqok-debugsource' 'choqok-devel' 'chromaprint-fpcalc' 'chrome-gnome-shell' 'chrome-uget-integrator' 'chromedriver' 'chromium' 'chromium-bsu' 'chromium-ffmpeg-extra' 'chromium-ffmpeg-extra' 'chromium-ffmpeg-extra-debuginfo' 'chromium-plugin-widevinecdm' 'chromium-plugin-widevinecdm' 'chromium-uget-integrator' 'chrony' 'chrpath' 'ciano' 'ciano-lang' 'cifs-utils' 'cifs-utils-devel' 'cilium' 'cilium-cni' 'cilium-devel' 'cilium-docker' 'cilium-etcd-operator' 'cilium-k8s-yaml' 'cilium-operator' 'cilium-proxy' 'cim-schema' 'cimple' 'cimple-cmpi-adapter' 'cimple-devel' 'cimple-pegasus-adapter' 'cinema' 'cinema-lang' 'cinnamon' 'cinnamon-control-center' 'cinnamon-control-center-common' 'cinnamon-control-center-devel' 'cinnamon-control-center-lang' 'cinnamon-devel-doc' 'cinnamon-gschemas' 'cinnamon-gschemas-branding-openSUSE' 'cinnamon-gschemas-branding-upstream' 'cinnamon-lang' 'cinnamon-metatheme-numix' 'cinnamon-screensaver' 'cinnamon-screensaver-lang' 'cinnamon-session' 'cinnamon-session-lang' 'cinnamon-settings-daemon' 'cinnamon-settings-daemon-devel' 'cinnamon-settings-daemon-lang' 'cinnamon-theme-adapta' 'cinnamon-theme-plata' 'circuslinux' 'civetweb' 'civetweb-devel' 'cjs' 'cjs-devel' 'ck-devel' 'ckb-next' 'ckermit' 'ckermit-doc' 'clFFT' 'clFFT-devel' 'clack' 'clamav' 'clamav-devel' 'clamtk' 'clamtk-lang' 'clamz' 'clang' 'clang-devel' 'clang-tools' 'clang7' 'clang7-devel' 'clang7-devel-32bit' 'clang8' 'clang8-devel' 'clang8-devel-32bit' 'clang9' 'clang9-devel' 'clang9-devel-32bit' 'clang9-doc' 'clanlib' 'clanlib-devel' 'clanlib-doc' 'clanlib-examples' 'clatd' 'claws-mail' 'claws-mail-devel' 'claws-mail-lang' 'clawsker' 'clawsker' 'clawsker-lang' 'clazy' 'cld2-devel' 'cldr-emoji-annotation' 'cldr-emoji-annotation-devel' 'clementine' 'clicfs' 'clinfo' 'clipgrab' 'clipit' 'clipped' 'clipped-lang' 'clippy' 'clisp' 'clisp-doc' 'clive' 'clive' 'clive-utils' 'clive-utils' 'clivefeed' 'clivepass' 'clivescan' 'cln' 'cln' 'cln-debuginfo' 'cln-debugsource' 'cln-devel' 'clojure' 'clone-master-clean-up' 'cloud-init' 'cloud-init-config-MicroOS' 'cloud-init-config-suse' 'cloud-init-doc' 'cloud-init-vmware-guestinfo' 'cloud-netconfig-azure' 'cloud-netconfig-ec2' 'clpeak' 'clucene-core-devel' 'clustduct' 'cluster-glue' 'clustershell' 'clusterssh' 'clutter-devel' 'clutter-gst-devel' 'clutter-gtk-devel' 'clutter-gtk-lang' 'clutter-lang' 'clzip' 'cm-unicode-fonts' 'cmake' 'cmake-fedora' 'cmake-fedora-modules' 'cmake-full' 'cmake-gui' 'cmake-man' 'cmake-mini' 'cmark' 'cmark' 'cmark-devel' 'cmis-client' 'cmpi-bindings-perl' 'cmpi-bindings-pywbem' 'cmpi-bindings-ruby' 'cmpi-provider-register' 'cmrt-devel' 'cmuclmtk' 'cmus' 'cmus-plugin-cdio' 'cmus-plugin-cue' 'cmus-plugin-ffmpeg' 'cmus-plugin-flac' 'cmus-plugin-jack' 'cmus-plugin-libao' 'cmus-plugin-mikmod' 'cmus-plugin-modplug' 'cmus-plugin-mpc' 'cmus-plugin-opus' 'cmus-plugin-pulse' 'cmus-plugin-sndio' 'cmus-plugin-vorbis' 'cmus-plugin-wavpack' 'cmus-plugins-all' 'cni' 'cni-plugins' 'cntlm' 'cobbler' 'cobbler-tests' 'cobbler-web' 'coccigrep' 'coccinelle' 'codec2' 'codec2-devel' 'codec2-examples' 'codehaus-parent' 'codelite' 'codemodel' 'codemodel-javadoc' 'codenarc' 'codenarc-javadoc' 'codespell' 'codium' 'cogl-devel' 'cogl-lang' 'collectd' 'collectd-plugin-connectivity' 'collectd-plugin-dbi' 'collectd-plugin-gps' 'collectd-plugin-ipmi' 'collectd-plugin-java' 'collectd-plugin-lua' 'collectd-plugin-mcelog' 'collectd-plugin-memcachec' 'collectd-plugin-mysql' 'collectd-plugin-notify-desktop' 'collectd-plugin-nut' 'collectd-plugin-openldap' 'collectd-plugin-ovs' 'collectd-plugin-pcie' 'collectd-plugin-pinba' 'collectd-plugin-postgresql' 'collectd-plugin-procevent' 'collectd-plugin-python3' 'collectd-plugin-sigrok' 'collectd-plugin-smart' 'collectd-plugin-snmp' 'collectd-plugin-synproxy' 'collectd-plugin-sysevent' 'collectd-plugin-uptime' 'collectd-plugin-virt' 'collectd-plugin-write_stackdriver' 'collectd-plugin-write_syslog' 'collectd-plugins-all' 'collectd-spamassassin' 'collectd-web' 'collectd-web-js' 'collectl' 'colm-devel' 'colm-doc' 'color-filesystem' 'colord' 'colord-color-profiles' 'colord-gtk' 'colord-gtk-lang' 'colord-kde' 'colord-kde' 'colord-kde-debuginfo' 'colord-kde-debugsource' 'colord-kde-lang' 'colord-lang' 'colordiff' 'colorhug-client' 'colorhug-client-lang' 'colormake' 'colorpicker' 'colorpicker-lang' 'comgt' 'comgt' 'comgt-debuginfo' 'comgt-debugsource' 'command-not-found' 'commandergenius' 'compartm' 'compcache' 'compface' 'compface-devel' 'compicc' 'compiz' 'compiz-bcop' 'compiz-branding-SLED' 'compiz-branding-openSUSE' 'compiz-branding-upstream' 'compiz-devel' 'compiz-emerald' 'compiz-emerald-devel' 'compiz-emerald-lang' 'compiz-emerald-theme-manager' 'compiz-emerald-themes' 'compiz-gnome' 'compiz-lang' 'compiz-manager' 'compiz-plugins' 'compiz-plugins-experimental' 'compiz-plugins-experimental-devel' 'compiz-plugins-experimental-lang' 'compiz-plugins-extra' 'compiz-plugins-extra-devel' 'compiz-plugins-extra-lang' 'compiz-plugins-main' 'compiz-plugins-main-devel' 'compiz-plugins-main-lang' 'compizconfig-settings-manager' 'compizconfig-settings-manager-common' 'compizconfig-settings-manager-lang' 'complexity' 'compsize' 'compton' 'compton-conf' 'compton-conf-lang' 'concurrent' 'conkeror' 'conky' 'conky' 'conky-debuginfo' 'conky-debugsource' 'conky-doc' 'conman' 'conmon' 'connect' 'connect' 'connect-debugsource' 'connman' 'connman-client' 'connman-devel' 'connman-doc' 'connman-nmcompat' 'connman-plugin-hh2serial-gps' 'connman-plugin-iospm' 'connman-plugin-l2tp' 'connman-plugin-openconnect' 'connman-plugin-openvpn' 'connman-plugin-polkit' 'connman-plugin-pptp' 'connman-plugin-tist' 'connman-plugin-vpnc' 'connman-plugin-wireguard' 'connman-test' 'conntrack-tools' 'conntrackd' 'console' 'console-setup' 'container-diff' 'container-registry-systemd' 'container_runtime' 'container_runtime_kubernetes' 'containerd' 'containerd-ctr' 'containerd-kubic' 'containerd-kubic-ctr' 'containers-systemd' 'containment-rpm-docker' 'contractor' 'converseen' 'converseen-lang' 'convertall' 'convertall' 'convertall-lang' 'convmv' 'cookiecutter' 'cookiecutter-doc' 'cool-retro-term' 'coolkey' 'coolkey-32bit' 'coolkey-devel' 'copy-agent' 'copy-agent' 'copy-agent-debugsource' 'copy-agent-gnome' 'copy-agent-mate' 'coq' 'coq-devel' 'coq-ide' 'coreboot-utils' 'corectrl' 'corectrl' 'coredns' 'coredns-extras' 'coreutils' 'coreutils-doc' 'coreutils-lang' 'coreutils-single' 'coreutils-testsuite' 'corosync' 'corosync-qdevice' 'corosync-qnetd' 'corosync-testagents' 'courier-authlib' 'courier-authlib-devel' 'courier-authlib-ldap' 'courier-authlib-mysql' 'courier-authlib-pgsql' 'courier-authlib-pipe' 'courier-authlib-sqlite' 'courier-authlib-userdb' 'courier-imap' 'courier-prime-fonts' 'courier-unicode-devel' 'courier-unicode-doc' 'cowsay' 'cozette-fonts' 'cozy' 'cozy-lang' 'cp437' 'cpanspec' 'cpdvd' 'cpdvd' 'cpio' 'cpio-lang' 'cpio-mt' 'cpluff' 'cpmono_v07-fonts' 'cpp' 'cpp10' 'cpp7' 'cpp9' 'cppcheck' 'cppcheck-gui' 'cppi' 'cppi-lang' 'cppreference-doc' 'cppreference-doc-devhelp' 'cppreference-doc-qhelp' 'cpprest-devel' 'cpptasks' 'cpptasks-javadoc' 'cppunit-devel' 'cppunit-devel-32bit' 'cppunit-devel-doc' 'cppzmq-devel' 'cpuid' 'cpulimit' 'cpupower' 'cpupower-bench' 'cpupower-devel' 'cpuset' 'cpustat' 'cpustat-bash-completion' 'cpvts' 'cpvts' 'cpvts-debugsource' 'cracklib' 'cracklib-devel' 'cracklib-devel-32bit' 'cracklib-dict-full' 'cracklib-dict-small' 'crafty' 'crafty' 'crafty-debuginfo' 'crafty-debugsource' 'cram-common' 'crash' 'crash-devel' 'crash-doc' 'crash-eppic' 'crash-gcore' 'crash-kmp-default' 'crawl' 'crawl-data' 'crawl-sdl' 'crazydiskinfo' 'crda' 'createrepo_c' 'creduce' 'cri-o' 'cri-o-kubeadm-criconfig' 'cri-tools' 'criu' 'criu-devel' 'crmsh' 'crmsh-scripts' 'crmsh-test' 'cron' 'cronic' 'cronie' 'cronie-anacron' 'cross-aarch64-binutils' 'cross-aarch64-gcc10' 'cross-aarch64-gcc10-icecream-backend' 'cross-aarch64-gcc7' 'cross-aarch64-gcc7-icecream-backend' 'cross-aarch64-gcc9' 'cross-aarch64-gcc9-icecream-backend' 'cross-arm-binutils' 'cross-arm-gcc10' 'cross-arm-gcc10-icecream-backend' 'cross-arm-gcc7' 'cross-arm-gcc9' 'cross-arm-gcc9-icecream-backend' 'cross-arm-none-gcc10' 'cross-arm-none-gcc10-bootstrap' 'cross-arm-none-gcc7' 'cross-arm-none-gcc7-bootstrap' 'cross-arm-none-gcc9' 'cross-arm-none-gcc9-bootstrap' 'cross-arm-none-newlib-devel' 'cross-avr-binutils' 'cross-avr-gcc10' 'cross-avr-gcc10-bootstrap' 'cross-avr-gcc7' 'cross-avr-gcc7-bootstrap' 'cross-avr-gcc9' 'cross-avr-gcc9-bootstrap' 'cross-epiphany-binutils' 'cross-epiphany-gcc10' 'cross-epiphany-gcc10-bootstrap' 'cross-epiphany-gcc7' 'cross-epiphany-gcc7-bootstrap' 'cross-epiphany-gcc9' 'cross-epiphany-gcc9-bootstrap' 'cross-epiphany-newlib-devel' 'cross-hppa-binutils' 'cross-hppa-gcc10' 'cross-hppa-gcc10-icecream-backend' 'cross-hppa-gcc7' 'cross-hppa-gcc7-icecream-backend' 'cross-hppa-gcc9' 'cross-hppa-gcc9-icecream-backend' 'cross-hppa64-binutils' 'cross-i386-binutils' 'cross-i386-gcc10' 'cross-i386-gcc10-icecream-backend' 'cross-i386-gcc7' 'cross-i386-gcc7-icecream-backend' 'cross-i386-gcc9' 'cross-i386-gcc9-icecream-backend' 'cross-ia64-binutils' 'cross-m68k-binutils' 'cross-m68k-gcc10' 'cross-m68k-gcc10-icecream-backend' 'cross-m68k-gcc7' 'cross-m68k-gcc7-icecream-backend' 'cross-m68k-gcc9' 'cross-m68k-gcc9-icecream-backend' 'cross-mips-binutils' 'cross-mips-gcc10' 'cross-mips-gcc10-icecream-backend' 'cross-mips-gcc7' 'cross-mips-gcc7-icecream-backend' 'cross-mips-gcc9' 'cross-mips-gcc9-icecream-backend' 'cross-nvptx-gcc10' 'cross-nvptx-gcc7' 'cross-nvptx-gcc9' 'cross-nvptx-newlib10-devel' 'cross-nvptx-newlib7-devel' 'cross-nvptx-newlib9-devel' 'cross-ppc-binutils' 'cross-ppc64-binutils' 'cross-ppc64-gcc10' 'cross-ppc64-gcc10-icecream-backend' 'cross-ppc64-gcc7' 'cross-ppc64-gcc7-icecream-backend' 'cross-ppc64-gcc9' 'cross-ppc64-gcc9-icecream-backend' 'cross-ppc64le-binutils' 'cross-ppc64le-gcc10' 'cross-ppc64le-gcc10-icecream-backend' 'cross-ppc64le-gcc7' 'cross-ppc64le-gcc7-icecream-backend' 'cross-ppc64le-gcc9' 'cross-ppc64le-gcc9-icecream-backend' 'cross-riscv64-binutils' 'cross-riscv64-elf-gcc10' 'cross-riscv64-elf-gcc10-bootstrap' 'cross-riscv64-elf-gcc9' 'cross-riscv64-elf-gcc9-bootstrap' 'cross-riscv64-gcc10' 'cross-riscv64-gcc10-icecream-backend' 'cross-riscv64-gcc9' 'cross-riscv64-gcc9-icecream-backend' 'cross-riscv64-newlib-devel' 'cross-rx-binutils' 'cross-rx-gcc10' 'cross-rx-gcc10-bootstrap' 'cross-rx-gcc7' 'cross-rx-gcc7-bootstrap' 'cross-rx-gcc9' 'cross-rx-gcc9-bootstrap' 'cross-rx-newlib-devel' 'cross-s390-binutils' 'cross-s390x-binutils' 'cross-s390x-gcc10' 'cross-s390x-gcc10-icecream-backend' 'cross-s390x-gcc7' 'cross-s390x-gcc7-icecream-backend' 'cross-s390x-gcc9' 'cross-s390x-gcc9-icecream-backend' 'cross-sparc-binutils' 'cross-sparc-gcc10' 'cross-sparc-gcc7' 'cross-sparc-gcc9' 'cross-sparc64-binutils' 'cross-sparc64-gcc10' 'cross-sparc64-gcc10-icecream-backend' 'cross-sparc64-gcc7' 'cross-sparc64-gcc7-icecream-backend' 'cross-sparc64-gcc9' 'cross-sparc64-gcc9-icecream-backend' 'cross-sparcv9-gcc10-icecream-backend' 'cross-sparcv9-gcc7-icecream-backend' 'cross-sparcv9-gcc9-icecream-backend' 'cross-spu-binutils' 'cross-x86_64-binutils' 'cross-xtensa-binutils' 'crossc-devel' 'crossguid-devel' 'crosstool-ng' 'crow-translate' 'crudini' 'cryfs' 'cryptctl' 'cryptsetup' 'cryptsetup-lang' 'crystalhd-firmware' 'cscope' 'csindex' 'csmash' 'csmith' 'csound' 'csound-devel' 'csound-java-bindings' 'csound-lang' 'csound-plugins' 'cspctl' 'csvprintf' 'csync' 'csync2' 'ctags' 'ctdb' 'ctdb-pcp-pmda' 'ctdb-tests' 'ctris' 'cttop' 'cudd-devel' 'cuetools' 'cuetools' 'cuetools-debuginfo' 'cuetools-debugsource' 'cuishark' 'culmus-ancient-semitic-fonts' 'culmus-fonts' 'cuneiform' 'cunit-devel' 'cunit-doc' 'cups' 'cups-airprint' 'cups-backends' 'cups-client' 'cups-config' 'cups-ddk' 'cups-devel' 'cups-devel-32bit' 'cups-filters' 'cups-filters-devel' 'cups-pdf' 'cups-pk-helper' 'cups-pk-helper-lang' 'cups-rpm-helper' 'cura' 'cura-engine' 'cura-engine-lulzbot' 'cura-fdm-materials' 'cura-lulzbot' 'curl' 'curlew' 'curlew' 'curlew-lang' 'curlftpfs' 'cutecom' 'cutmp3' 'cutmp3-doc' 'cutterff' 'cutterff-lang' 'cvs' 'cvs-doc' 'cvsps' 'cwstudio' 'cxref' 'cxsc' 'cxsc-devel' 'cxxtools-devel' 'cyreal-alice-fonts' 'cyreal-junge-fonts' 'cyreal-lobster-cyrillic-fonts' 'cyreal-lora-fonts' 'cyreal-marko-horobchyk-fonts' 'cyreal-marmelad-fonts' 'cyreal-wire-fonts' 'cyrus-sasl' 'cyrus-sasl-32bit' 'cyrus-sasl-crammd5' 'cyrus-sasl-crammd5-32bit' 'cyrus-sasl-devel' 'cyrus-sasl-devel-32bit' 'cyrus-sasl-digestmd5' 'cyrus-sasl-digestmd5-32bit' 'cyrus-sasl-gs2' 'cyrus-sasl-gssapi' 'cyrus-sasl-gssapi-32bit' 'cyrus-sasl-ldap-auxprop' 'cyrus-sasl-ldap-auxprop-32bit' 'cyrus-sasl-ntlm' 'cyrus-sasl-otp' 'cyrus-sasl-otp-32bit' 'cyrus-sasl-plain' 'cyrus-sasl-plain-32bit' 'cyrus-sasl-saslauthd' 'cyrus-sasl-scram' 'cyrus-sasl-sqlauxprop' 'cyrus-sasl-sqlauxprop-32bit' 'czmq' 'czmq-devel' 'd-feet' 'd-feet-lang' 'd0_blind_id' 'd0_blind_id-devel' 'dSFMT-devel' 'dai-banna-fonts' 'dante' 'dante-devel' 'dante-devel-32bit' 'dante-server' 'dapl' 'dapl-debug' 'dapl-debug-devel' 'dapl-debug-libs' 'dapl-debug-utils' 'dapl-devel' 'dapl-devel-32bit' 'dapl-utils' 'daps' 'dar' 'dar-lang' 'darkice' 'darkice' 'darkice-debuginfo' 'darkice-debugsource' 'darktable' 'darktable-doc' 'darktable-tools-basecurve' 'darktable-tools-noise' 'darts' 'dash' 'dasher' 'dasher-data-extras' 'dasher-data-recommended' 'dasher-lang' 'data-partition-service' 'datamash' 'dataquay-devel' 'datefudge' 'dateutils' 'dateutils-octave' 'datovka' 'dav1d' 'dav1d-devel' 'davfs2' 'davix' 'davix-devel' 'dazzle-list-counters' 'db48-doc' 'db48-utils' 'dbench' 'dbench4' 'dbh-devel' 'dblatex' 'dblatex-doc' 'dbsplit-tools' 'dbus-1' 'dbus-1-devel' 'dbus-1-devel-32bit' 'dbus-1-devel-doc' 'dbus-1-glib' 'dbus-1-glib-32bit' 'dbus-1-glib-devel' 'dbus-1-glib-devel-32bit' 'dbus-1-glib-doc' 'dbus-1-glib-tool' 'dbus-1-mono' 'dbus-1-x11' 'dbus-broker' 'dbus-sharp' 'dbus-sharp-devel' 'dbus-sharp-glib' 'dbus-sharp-glib-devel' 'dbus-sharp-glib2' 'dbus-sharp-glib2-devel' 'dbus-sharp2' 'dbus-sharp2-devel' 'dbview' 'dc3dd' 'dc3dd-lang' 'dcadec' 'dcadec' 'dcadec-debuginfo' 'dcadec-debugsource' 'dcaenc' 'dcaenc' 'dcaenc-debuginfo' 'dcaenc-debugsource' 'dcatools' 'dcatools' 'dcatools-debuginfo' 'dcatools-debugsource' 'dcmtk' 'dcmtk' 'dcmtk-debuginfo' 'dcmtk-debugsource' 'dcmtk-devel' 'dconf' 'dconf-devel' 'dconf-editor' 'dconf-editor-lang' 'dcraw' 'dcraw-lang' 'dd-opentracing-cpp-devel' 'dd_rescue' 'dd_rescue-crypt' 'dd_rescue-lzo' 'dd_rhelp' 'ddccontrol' 'ddccontrol-db' 'ddccontrol-db-lang' 'ddccontrol-devel' 'ddccontrol-doc' 'ddccontrol-gtk' 'ddccontrol-lang' 'ddclient' 'ddcutil' 'ddgr' 'dds2tar' 'ddskk' 'deadbeef' 'deadbeef' 'deadbeef-debuginfo' 'deadbeef-debugsource' 'deadbeef-devel' 'deadbeef-lang' 'deadbeef-plugin-mpris2' 'deadbeef-plugin-statusnotifier' 'deadbeef-plugin-statusnotifier' 'deadbeef-plugin-statusnotifier-debuginfo' 'deadbeef-plugin-statusnotifier-debugsource' 'deadbeef-plugins-extra' 'deadbeef-plugins-extra-debuginfo' 'debhelper' 'debootstrap' 'debuginfod-client' 'decentxml' 'decentxml-javadoc' 'dee-devel' 'deepin-calendar' 'deepin-calendar-lang' 'deepin-editor' 'deepin-editor-lang' 'deepin-gettext-tools' 'deepin-menu' 'deepin-movie' 'deepin-movie-devel' 'deepin-movie-lang' 'deepin-music-libnetease-meta-search' 'deepin-music-player' 'deepin-music-player-lang' 'deepin-screenshot' 'deepin-screenshot-lang' 'deepin-system-monitor' 'deepin-system-monitor-lang' 'deepin-terminal' 'deepin-terminal-lang' 'deepin-turbo' 'deepin-turbo-devel' 'dehydrated' 'dehydrated-apache2' 'dehydrated-lighttpd' 'dehydrated-nginx' 'deja-dup' 'deja-dup-lang' 'dejagnu' 'dejavu-fonts' 'delaguardo-inconsolata_lgc-fonts' 'delayacct-utils' 'delta' 'deltafs' 'deltarpm' 'deluge' 'deluge-lang' 'desktop-data-openSUSE' 'desktop-file-utils' 'desktop-translations' 'desktopfolder' 'desktopfolder-lang' 'deutex' 'dev86' 'devede' 'devede' 'devede-lang' 'devel_C_C++' 'devel_basis' 'devel_gnome' 'devel_java' 'devel_kde_frameworks' 'devel_kernel' 'devel_mono' 'devel_osc_build' 'devel_perl' 'devel_python3' 'devel_qt5' 'devel_rpm_build' 'devel_ruby' 'devel_tcl' 'devel_web' 'devel_yast' 'devhelp' 'devhelp-devel' 'devhelp-lang' 'device-mapper' 'device-mapper-devel' 'device-mapper-devel-32bit' 'devidify' 'devidify' 'devilspie2' 'devilspie2-lang' 'devmem2' 'devscripts' 'dex' 'dex-oidc' 'dfc' 'dfc-lang' 'dfu-programmer' 'dfu-tool' 'dh-autoreconf' 'dh-make' 'dhcp' 'dhcp-client' 'dhcp-devel' 'dhcp-doc' 'dhcp-relay' 'dhcp-server' 'dhcp-tools' 'dhcp_dns_server' 'dhcpdetector' 'dhcpdetector' 'dhcpdetector-debugsource' 'dhewm3' 'dhex' 'dhtest' 'di' 'di' 'di-debuginfo' 'di-debugsource' 'dia' 'dia-lang' 'dialog' 'dialog-devel' 'dialog-examples' 'dialog-lang' 'dianara' 'dico' 'dico-devel' 'dico-lang' 'dico-modules' 'dictd' 'dictd-devel' 'dicts' 'diff-pdf' 'diffmk' 'diffoscope' 'diffstat' 'diffutils' 'diffutils-lang' 'digikam' 'digikam' 'digikam-debuginfo' 'digikam-debugsource' 'digikam-devel' 'digikam-lang' 'digikam-plugin-gmic' 'digikam-plugins' 'digikam-plugins-debuginfo' 'dina-bitmap-fonts' 'ding' 'ding-dict-de_en' 'diod' 'dippi' 'dippi-lang' 'dirac' 'dirac-devel' 'dirac-devel-32bit' 'directory_server' 'direnv' 'direvent' 'dirmngr' 'dirvish' 'discord' 'discord' 'discord-debuginfo' 'discount' 'discover' 'discover-backend-flatpak' 'discover-backend-fwupd' 'discover-backend-packagekit' 'discover-lang' 'discover-notifier' 'diskimage-builder' 'diskmonitor' 'diskmonitor' 'diskmonitor-debuginfo' 'diskmonitor-debugsource' 'diskmonitor-lang' 'diskscan' 'disorderfs' 'disruptor' 'disruptor-javadoc' 'distcc' 'distcc-gui' 'distcc-server' 'distribution-gpg-keys' 'distribution-logos-openSUSE' 'distribution-logos-openSUSE-Kubic' 'distribution-logos-openSUSE-Leap' 'distribution-logos-openSUSE-MicroOS' 'distribution-logos-openSUSE-Tumbleweed' 'dita' 'diy-devel' 'djv' 'djv' 'djv-debuginfo' 'djv-debugsource' 'djv-devel' 'djv-doc' 'djv-plugins' 'djv-plugins-debuginfo' 'djvu2pdf' 'djvulibre' 'djvulibre-djview4' 'djvulibre-doc' 'dkgpg' 'dkimproxy' 'dkms' 'dleyna-connector-dbus' 'dleyna-core-devel' 'dleyna-renderer' 'dleyna-renderer-devel' 'dleyna-server' 'dleyna-server-devel' 'dm-zoned-tools' 'dmd' 'dmenu' 'dmidecode' 'dmraid' 'dmraid-devel' 'dmz-icon-theme-cursors' 'dnf' 'dnf-automatic' 'dnf-conf' 'dnf-lang' 'dnf-plugins-core' 'dnf-plugins-core-lang' 'dns24-update' 'dnscrypt-proxy' 'dnscrypt-proxy-devel' 'dnsdiag' 'dnsmasq' 'dnsmasq-utils' 'dnsmeter' 'dnstracer' 'docbook-css-stylesheets' 'docbook-dsssl-stylesheets' 'docbook-simple' 'docbook-tdg' 'docbook-toys' 'docbook-utils' 'docbook-utils-minimal' 'docbook-xml-slides' 'docbook-xml-website' 'docbook-xsl-pdf2index' 'docbook-xsl-stylesheets' 'docbook2x' 'docbook2x-doc' 'docbook5-xsl-stylesheets' 'docbook_3' 'docbook_4' 'docbook_5' 'docbook_5-doc' 'docker' 'docker-bash-completion' 'docker-bench-security' 'docker-distribution-registry' 'docker-kubic' 'docker-kubic-bash-completion' 'docker-kubic-kubeadm-criconfig' 'docker-kubic-test' 'docker-kubic-zsh-completion' 'docker-libnetwork' 'docker-libnetwork-kubic' 'docker-machine-driver-kvm2' 'docker-runc' 'docker-runc-kubic' 'docker-test' 'docker-zsh-completion' 'docker_auth' 'documentation' 'dogtail' 'doh' 'dolphin' 'dolphin-devel' 'dolphin-emu' 'dolphin-emu-lang' 'dolphin-part' 'dolphin-part-lang' 'dolphin-plugins' 'dolphin-plugins-lang' 'dom2-core-tests' 'dom4j' 'dom4j-demo' 'dom4j-javadoc' 'dom4j-manual' 'domination' 'domination-data' 'doomsday' 'dos2unix' 'dosbox' 'dosemu' 'dosfstools' 'dotconf-devel' 'double-conversion-devel' 'double-cross' 'dovecot' 'dovecot23' 'dovecot23-backend-mysql' 'dovecot23-backend-pgsql' 'dovecot23-backend-sqlite' 'dovecot23-devel' 'dovecot23-fts' 'dovecot23-fts-lucene' 'dovecot23-fts-solr' 'dovecot23-fts-squat' 'doxygen' 'doxywizard' 'dpdk' 'dpdk-devel' 'dpdk-doc' 'dpdk-examples' 'dpdk-kmp-default' 'dpdk-tools' 'dpic' 'dpic-doc' 'dpkg' 'dpkg-devel' 'dpkg-lang' 'dracut' 'dracut-extra' 'dracut-fips' 'dracut-ima' 'dracut-kiwi-lib' 'dracut-kiwi-live' 'dracut-kiwi-oem-dump' 'dracut-kiwi-oem-repart' 'dracut-kiwi-overlay' 'dracut-tools' 'dragonplayer' 'dragonplayer-lang' 'drbd' 'drbd-formula' 'drbd-kmp-default' 'drbd-utils' 'drbdmanage' 'drc' 'drc-doc' 'driverctl' 'drkonqi5' 'drkonqi5-lang' 'dropbox-cli' 'drops' 'drumstick' 'drumstick' 'drumstick-debuginfo' 'drumstick-debugsource' 'drush' 'dsmidiwifi' 'dsmidiwifi' 'dsmidiwifi-debuginfo' 'dssi' 'dssi-devel' 'dssi-linuxsampler' 'dssi-linuxsampler-debuginfo' 'dssim' 'dstat' 'dt' 'dtach' 'dtc' 'dtdinst' 'dtkcore' 'dtkcore-devel' 'dtkwidget' 'dtkwidget-devel' 'dtkwidget-lang' 'dtkwm-devel' 'dtv-scan-tables' 'dtv-scan-tables-v5' 'dub' 'duc' 'duktape-devel' 'dump' 'dump-rmt' 'dump1090' 'dumpvdl2' 'dunelegacy' 'dunst' 'duperemove' 'duplicity' 'duplicity-lang' 'duply' 'dustrac' 'dv2sub' 'dv2sub' 'dv2sub-debuginfo' 'dv2sub-debugsource' 'dvb-utils' 'dvbcut' 'dvbsnoop' 'dvbstream' 'dvd+rw-tools' 'dvd-slideshow' 'dvd-slideshow' 'dvdauthor' 'dvdbackup' 'dvdbackup' 'dvdbackup-debuginfo' 'dvdbackup-debugsource' 'dvdinfo' 'dvdinfo' 'dvdinfo-debuginfo' 'dvdisaster' 'dvdisaster-docs' 'dvdrip' 'dvdrip' 'dvdrip-debuginfo' 'dvdrip-debugsource' 'dvdshrink' 'dvdshrink' 'dvdwizard' 'dvdwizard' 'dvgrab' 'dvgrab' 'dvgrab-debuginfo' 'dvgrab-debugsource' 'dvgt' 'dwarves' 'dwz' 'dwz-testsuite' 'dxflib-devel' 'dxirc' 'dxirc' 'dxirc-debuginfo' 'dxirc-debugsource' 'dynamic-wallpapers-11x' 'dynamips' 'dzen2' 'e16' 'e2fsprogs' 'e2fsprogs-devel' 'e2fsprogs-scrub' 'e3' 'eaglemode' 'earlyoom' 'easy-rsa' 'easyloggingpp-devel' 'easymock' 'easymock-javadoc' 'easymp3gain' 'easymp3gain' 'easymp3gain-debuginfo' 'easymp3gain-debugsource' 'easymp3gain-lang' 'easymp3gain-qt5' 'easymp3gain-qt5-debuginfo' 'easytag' 'easytag-lang' 'eatmydata' 'eb' 'eb-devel' 'eb-garamond-fonts' 'eb-lang' 'ebiso' 'ebizzy' 'eblook' 'ebook-tools' 'ebook-tools' 'ebook-tools-debuginfo' 'ebook-tools-debugsource' 'ebtables' 'ecasound' 'ecasound' 'ecasound-debuginfo' 'ecasound-debugsource' 'ecasound-doc' 'echomixer' 'eciadsl-usermode' 'ecj' 'eclipse-contributor-tools' 'eclipse-ecf-core' 'eclipse-ecf-core-bootstrap' 'eclipse-ecf-runtime' 'eclipse-ecf-sdk' 'eclipse-egit' 'eclipse-emf-core' 'eclipse-emf-core-bootstrap' 'eclipse-emf-runtime' 'eclipse-emf-sdk' 'eclipse-emf-xsd' 'eclipse-equinox-osgi' 'eclipse-jdt' 'eclipse-jgit' 'eclipse-license1' 'eclipse-license2' 'eclipse-p2-discovery' 'eclipse-pde' 'eclipse-platform' 'eclipse-swt' 'eclipse-tests' 'econnman' 'ecryptfs-utils' 'ecryptfs-utils-32bit' 'ecryptfs-utils-devel' 'ecryptfs-utils-devel-32bit' 'ecwolf' 'ed' 'edgar' 'edgar-data' 'edgar-lang' 'edict' 'edict2' 'editorconfig' 'editres' 'edje' 'eekboard' 'eekboard-devel' 'eeyek-fonts' 'efibootmgr' 'efivar' 'efivar-devel' 'efl' 'efl-devel' 'efl-lang' 'efl-testsuite' 'efont-serif-fonts' 'efont-unicode-bitmap-fonts' 'eiciel' 'eiciel-lang' 'eigen3-devel' 'eigen3-doc' 'ekiga' 'ekiga-lang' 'ekiga-plugins-evolution' 'eko' 'eko' 'elektra' 'elektra-qt-gui' 'elementary' 'elementary-cmake-modules' 'elementary-icon-theme' 'elementary-icon-theme-gimp-palette' 'elementary-icon-theme-inkscape-palette' 'elementary-wallpapers' 'elementary-xfce-icon-theme' 'elemines' 'elftoaout' 'elfutils' 'elfutils-debuginfod' 'elfutils-lang' 'elib' 'elilo' 'elinks' 'elisa' 'elisa-lang' 'elixir' 'elixir-doc' 'elixir-ex_doc' 'elixir-hex' 'ell-devel' 'elua' 'emacs' 'emacs-apel' 'emacs-auctex' 'emacs-color-theme' 'emacs-completion-golang' 'emacs-el' 'emacs-flim' 'emacs-info' 'emacs-nox' 'emacs-plugin-devhelp' 'emacs-scheme48' 'emacs-semi' 'emacs-w3m' 'emacs-x11' 'embree-devel-static' 'embryo' 'emf2svg-conv' 'emil' 'emojione-color-font' 'emount' 'emount' 'emount-debuginfo' 'emount-debugsource' 'empathy' 'empathy-lang' 'enblend-enfuse' 'enblend-enfuse-doc' 'enca' 'enca-devel' 'encfs' 'encfs-lang' 'enchant-1-backend-voikko' 'enchant-1-backend-voikko-32bit' 'enchant-1-backend-zemberek' 'enchant-1-backend-zemberek-32bit' 'enchant-1-backends' 'enchant-1-data' 'enchant-1-devel' 'enchant-1-tools' 'enchant-2-backend-aspell' 'enchant-2-backend-hunspell' 'enchant-2-backend-voikko' 'enchant-2-backend-voikko-32bit' 'enchant-data' 'enchant-devel' 'enchant-tools' 'enchive' 'endless-sky' 'enet-devel' 'engauge-digitizer' 'engauge-digitizer-devel-doc' 'engauge-digitizer-doc' 'engdic' 'engrampa' 'engrampa-lang' 'enhanced_base' 'enigmail' 'enlightenment' 'enlightenment' 'enlightenment-branding-openSUSE' 'enlightenment-branding-upstream' 'enlightenment-devel' 'enlightenment-profiles-openSUSE' 'enlightenment-theme-cerium2' 'enlightenment-theme-dark' 'enlightenment-theme-openSUSE' 'enlightenment-theme-openSUSE-ice' 'enlightenment-theme-openSUSE-neon' 'enlightenment-theme-upstream' 'enlightenment-x-dark-icon-theme' 'enscript' 'entangle' 'entangle-doc' 'entangle-lang' 'entangle-plugin-eclipse' 'entangle-plugin-photobox' 'entangle-plugin-shooter' 'entr' 'envoy-build-tools' 'envoy-protoc-gen-validate' 'envoy-protoc-gen-validate-source' 'envoy-proxy' 'envoy-proxy-source' 'envy24control' 'eog' 'eog-devel' 'eog-lang' 'eog-plugin-exif-display' 'eog-plugin-export-to-folder' 'eog-plugin-fit-to-width' 'eog-plugin-fullscreenbg' 'eog-plugin-hide-titlebar' 'eog-plugin-light-theme' 'eog-plugin-map' 'eog-plugin-maximize-windows' 'eog-plugin-postasa' 'eog-plugin-pythonconsole' 'eog-plugin-send-by-mail' 'eog-plugin-slideshowshuffle' 'eog-plugins' 'eog-plugins-data' 'eog-plugins-lang' 'eolie' 'eolie-lang' 'eom' 'eom-devel' 'eom-lang' 'eperiodique' 'ephoto' 'ephoto-lang' 'epic' 'epiphany' 'epiphany-branding-openSUSE' 'epiphany-branding-upstream' 'epiphany-lang' 'epour' 'epour-lang' 'epplet-base' 'epson-inkjet-printer-escpr' 'epymc' 'epymc-lang' 'eqonomize' 'eqonomize' 'eqonomize-debuginfo' 'eqonomize-debugsource' 'equalx' 'erfa-devel' 'erfa-devel-static' 'eric' 'eric-api' 'erlang' 'erlang-debugger' 'erlang-debugger-src' 'erlang-dialyzer' 'erlang-dialyzer-src' 'erlang-diameter' 'erlang-diameter-src' 'erlang-doc' 'erlang-epmd' 'erlang-et' 'erlang-et-src' 'erlang-jinterface' 'erlang-jinterface-src' 'erlang-observer' 'erlang-observer-src' 'erlang-rabbitmq-client' 'erlang-rebar' 'erlang-rebar-src' 'erlang-reltool' 'erlang-reltool-src' 'erlang-retest' 'erlang-retest-src' 'erlang-sd_notify' 'erlang-src' 'erlang-wx' 'erlang-wx-src' 'erofs-utils' 'espeak' 'espeak-devel' 'espeak-ng' 'espeak-ng-compat' 'espeak-ng-compat-devel' 'espeak-ng-devel' 'espeakedit' 'etags' 'etc-update' 'etcd' 'etcd-for-k8s-image' 'etcdctl' 'etckeeper' 'etckeeper-bash-completion' 'etckeeper-zsh-completion' 'etckeeper-zypp-plugin' 'etherape' 'etherape-lang' 'ethtool' 'etrophy' 'etrophy-data' 'etrophy-devel' 'evas-generic-loaders' 'evemu' 'evemu-devel' 'eventstat' 'eventstat-bash-completion' 'eventviews' 'eventviews-devel' 'eventviews-lang' 'evieproto-devel' 'evince' 'evince-devel' 'evince-lang' 'evince-plugin-comicsdocument' 'evince-plugin-djvudocument' 'evince-plugin-dvidocument' 'evince-plugin-pdfdocument' 'evince-plugin-psdocument' 'evince-plugin-tiffdocument' 'evince-plugin-xpsdocument' 'evmctl' 'evolution' 'evolution-data-server' 'evolution-data-server-32bit' 'evolution-data-server-devel' 'evolution-data-server-lang' 'evolution-devel' 'evolution-ews' 'evolution-ews-lang' 'evolution-lang' 'evolution-plugin-bogofilter' 'evolution-plugin-pst-import' 'evolution-plugin-rss' 'evolution-plugin-rss-lang' 'evolution-plugin-spamassassin' 'evolution-plugin-text-highlight' 'evtest' 'exa' 'exaile' 'exaile-lang' 'exec-maven-plugin' 'exec-maven-plugin-javadoc' 'execstack' 'exempi-tools' 'exercism' 'exfat-utils' 'exif' 'exiftool' 'exiftran' 'exim' 'eximon' 'eximstats-html' 'exiv2' 'exiv2-lang' 'exmh' 'exo-branding-openSUSE' 'exo-branding-upstream' 'exo-data' 'exo-devel' 'exo-helpers' 'exo-lang' 'exo-tools' 'exodusii-devel' 'expat' 'expect' 'expect-devel' 'explain' 'ext3grep' 'ext4magic' 'extra-cmake-modules' 'extra-cmake-modules-doc' 'extra166y' 'extra166y-javadoc' 'extract-appdata-icons' 'extreme-tuxracer' 'extreme-tuxracer-data' 'extundelete' 'ez-ipupdate' 'ezmorph' 'ezmorph-javadoc' 'ezstream' 'f2c' 'f2c-devel' 'f2fs-tools' 'f2fs-tools-compat' 'f2fs-tools-devel' 'f3' 'fIcy' 'faac' 'faac' 'faac-debuginfo' 'faac-debugsource' 'faad2' 'faad2' 'faad2-debuginfo' 'faad2-debugsource' 'faba-icon-theme' 'fabtests' 'facedetect' 'faenza-icon-theme' 'faenza-icon-theme-ambiance' 'faenza-icon-theme-dark' 'faenza-icon-theme-darker' 'faenza-icon-theme-darkest' 'faenza-icon-theme-mint' 'faenza-icon-theme-radiance' 'fail2ban' 'fairymax' 'fakechroot' 'fakeroot' 'fakeroot-32bit' 'falkon' 'falkon' 'falkon-debuginfo' 'falkon-debugsource' 'falkon-gnome-keyring' 'falkon-gnome-keyring-debuginfo' 'falkon-kde' 'falkon-kde-debuginfo' 'falkon-lang' 'farsi-fonts' 'farstream-data' 'farstream-devel' 'fasd' 'fasterxml-oss-parent' 'fastjar' 'fastjet-contrib-devel' 'fastjet-contrib-devel-static' 'fastjet-devel' 'fastjet-plugin-siscone' 'fastjet-plugin-siscone-devel' 'fastlzlib' 'fastlzlib-devel' 'fatrace' 'fatsort' 'fb-util-for-appx' 'fbdesk' 'fbdesk' 'fbdesk-debuginfo' 'fbdesk-debugsource' 'fbi' 'fbiterm' 'fbpdf' 'fbreader' 'fbterm' 'fcdproplus-udev' 'fcgiwrap' 'fcgiwrap-nginx' 'fcitx' 'fcitx-anthy' 'fcitx-branding-openSUSE' 'fcitx-chewing' 'fcitx-cloudpinyin' 'fcitx-config-gtk3' 'fcitx-devel' 'fcitx-fbterm' 'fcitx-googlepinyin' 'fcitx-gtk2' 'fcitx-gtk2-32bit' 'fcitx-gtk3' 'fcitx-gtk3-32bit' 'fcitx-hangul' 'fcitx-kkc' 'fcitx-libpinyin' 'fcitx-m17n' 'fcitx-mozc' 'fcitx-pinyin' 'fcitx-pinyin-tools' 'fcitx-pylogger' 'fcitx-qt5' 'fcitx-qt5-32bit' 'fcitx-qt5-devel' 'fcitx-quwei' 'fcitx-rime' 'fcitx-sayura' 'fcitx-skin-classic' 'fcitx-skin-dark' 'fcitx-skin-new-air' 'fcitx-skk' 'fcitx-sunpinyin' 'fcitx-table' 'fcitx-table-amharic' 'fcitx-table-arabic' 'fcitx-table-cn-bingchan' 'fcitx-table-cn-cangjie' 'fcitx-table-cn-cantonese' 'fcitx-table-cn-cns11643' 'fcitx-table-cn-dianbao' 'fcitx-table-cn-erbi' 'fcitx-table-cn-wanfeng' 'fcitx-table-cn-wu' 'fcitx-table-cn-wubi' 'fcitx-table-cn-wubi-large' 'fcitx-table-cn-wubi-pinyin' 'fcitx-table-cn-zhengma' 'fcitx-table-cn-zhengma-large' 'fcitx-table-cn-ziran' 'fcitx-table-emoji' 'fcitx-table-extra-lang' 'fcitx-table-hk-cantonese' 'fcitx-table-hk-jyutping' 'fcitx-table-hk-stroke5' 'fcitx-table-ipa-x-sampa' 'fcitx-table-latex' 'fcitx-table-malayalam-compose' 'fcitx-table-malayalam-phonetic' 'fcitx-table-other' 'fcitx-table-ru-rustrad' 'fcitx-table-ru-translit' 'fcitx-table-ru-yawerty' 'fcitx-table-t9' 'fcitx-table-tamil-remington' 'fcitx-table-thai' 'fcitx-table-tools' 'fcitx-table-tw-array30' 'fcitx-table-tw-array30-large' 'fcitx-table-tw-boshiamy' 'fcitx-table-tw-cangjie-large' 'fcitx-table-tw-cangjie3' 'fcitx-table-tw-cangjie5' 'fcitx-table-tw-easy-large' 'fcitx-table-tw-quick-classic' 'fcitx-table-tw-quick3' 'fcitx-table-tw-quick5' 'fcitx-table-tw-smart-cangjie6' 'fcitx-table-ua-translit' 'fcitx-table-vi-qr' 'fcitx-ui-light' 'fcitx-unikey' 'fcitx-zhuyin' 'fcoe-utils' 'fcwnn' 'fcwnn-devel' 'fcwnncom' 'fd' 'fd-bash-completion' 'fd-fish-completion' 'fd-zsh-completion' 'fd0ssh' 'fdk-aac' 'fdk-aac-debugsource' 'fdk-aac-devel' 'fdkaac' 'fdkaac' 'fdkaac-debuginfo' 'fdkaac-debugsource' 'fdupes' 'featherpad' 'featherpad-lang' 'fec-devel' 'fedfs-utils-admin' 'fedfs-utils-client' 'fedfs-utils-common' 'fedfs-utils-devel' 'fedfs-utils-nsdbparams' 'fedfs-utils-server' 'feh' 'felix-gogo-command' 'felix-gogo-command-javadoc' 'felix-gogo-parent' 'felix-gogo-runtime' 'felix-gogo-runtime-javadoc' 'felix-gogo-shell' 'felix-gogo-shell-javadoc' 'felix-osgi-compendium' 'felix-osgi-compendium-javadoc' 'felix-osgi-core' 'felix-osgi-core-javadoc' 'felix-osgi-foundation' 'felix-osgi-foundation-javadoc' 'felix-parent' 'felix-scr' 'felix-scr-javadoc' 'felix-shell' 'felix-shell-javadoc' 'felix-utils' 'felix-utils-javadoc' 'fence-agents' 'fence-agents-amt_ws' 'fence-agents-devel' 'fence-sanlock' 'festival' 'festival-devel' 'fetchmail' 'fetchmailconf' 'fetchmsttfonts' 'ffado' 'ffado-mixer' 'ffcall' 'ffhevc' 'ffhevc' 'fflas-ffpack-devel' 'fflas-ffpack-doc' 'ffmpeg-2' 'ffmpeg-2-debugsource' 'ffmpeg-2-libavcodec-devel' 'ffmpeg-2-libavdevice-devel' 'ffmpeg-2-libavfilter-devel' 'ffmpeg-2-libavformat-devel' 'ffmpeg-2-libavresample-devel' 'ffmpeg-2-libavutil-devel' 'ffmpeg-2-libpostproc-devel' 'ffmpeg-2-libswresample-devel' 'ffmpeg-2-libswscale-devel' 'ffmpeg-3' 'ffmpeg-3-debugsource' 'ffmpeg-3-libavcodec-devel' 'ffmpeg-3-libavdevice-devel' 'ffmpeg-3-libavfilter-devel' 'ffmpeg-3-libavformat-devel' 'ffmpeg-3-libavresample-devel' 'ffmpeg-3-libavutil-devel' 'ffmpeg-3-libpostproc-devel' 'ffmpeg-3-libswresample-devel' 'ffmpeg-3-libswscale-devel' 'ffmpeg-3-private-devel' 'ffmpeg-4' 'ffmpeg-4' 'ffmpeg-4-debuginfo' 'ffmpeg-4-debugsource' 'ffmpeg-4-libavcodec-devel' 'ffmpeg-4-libavdevice-devel' 'ffmpeg-4-libavfilter-devel' 'ffmpeg-4-libavformat-devel' 'ffmpeg-4-libavresample-devel' 'ffmpeg-4-libavutil-devel' 'ffmpeg-4-libpostproc-devel' 'ffmpeg-4-libswresample-devel' 'ffmpeg-4-libswscale-devel' 'ffmpeg-4-private-devel' 'ffmpeg2theora' 'ffmpeg2theora' 'ffmpeg2theora-debuginfo' 'ffmpeg2theora-debugsource' 'ffmpegthumbnailer' 'ffmpegthumbs' 'ffmpegthumbs-lang' 'ffmpegyag' 'ffmpegyag' 'ffmpegyag-debuginfo' 'ffmpegyag-debugsource' 'ffmsindex' 'ffnvcodec-devel' 'ffsb' 'fftw3-devel' 'fftw3-gnu-hpc-devel' 'fftw3-gnu-mpich-hpc-devel' 'fftw3-gnu-mvapich2-hpc-devel' 'fftw3-gnu-openmpi1-hpc-devel' 'fftw3-gnu-openmpi2-hpc-devel' 'fftw3-gnu-openmpi3-hpc-devel' 'fftw3-mpi-devel' 'fftw3-openmp-devel' 'fftw3-threads-devel' 'fftw3_3_3_8-gnu-hpc-devel' 'fftw3_3_3_8-gnu-hpc-devel-static' 'fftw3_3_3_8-gnu-mpich-hpc-devel' 'fftw3_3_3_8-gnu-mpich-hpc-devel-static' 'fftw3_3_3_8-gnu-mvapich2-hpc-devel' 'fftw3_3_3_8-gnu-mvapich2-hpc-devel-static' 'fftw3_3_3_8-gnu-openmpi1-hpc-devel' 'fftw3_3_3_8-gnu-openmpi1-hpc-devel-static' 'fftw3_3_3_8-gnu-openmpi2-hpc-devel' 'fftw3_3_3_8-gnu-openmpi2-hpc-devel-static' 'fftw3_3_3_8-gnu-openmpi3-hpc-devel' 'fftw3_3_3_8-gnu-openmpi3-hpc-devel-static' 'ffx264' 'ffx264' 'ffxvid' 'ffxvid' 'fhourstones' 'fhs' 'fife-devel' 'fifechan-devel' 'fifth-leg-font' 'figlet' 'file' 'file-devel' 'file-devel-32bit' 'file-magic' 'file-roller' 'file-roller-lang' 'file-unpack' 'file_server' 'filebench' 'filelight' 'filelight-lang' 'filemanager-actions' 'filemanager-actions-devel' 'filemanager-actions-lang' 'filesystem' 'filesystem-media' 'filezilla' 'filezilla-lang' 'fillets-ng' 'fillets-ng-data' 'fillup' 'filter_audio-devel' 'finalcut-bitmap-fonts' 'finalhe' 'finalhe' 'finalhe-debuginfo' 'finalhe-debugsource' 'finch' 'finch-devel' 'findbugs' 'findbugs-bcel' 'findbugs-bcel-javadoc' 'findbugs-javadoc' 'findbugs-tools' 'findutils' 'findutils-lang' 'finger' 'finger-server' 'fio' 'fips' 'fipscheck' 'fipscheck-devel' 'firebird' 'firebird-doc' 'firebird-examples' 'firebird-server' 'firebird-utils' 'firecracker' 'firefox-esr-branding-openSUSE' 'firefox-theme-breeze-dark' 'firefox-theme-breeze-dark' 'firefox-uget-integrator' 'firehol' 'firehol-doc' 'firejail' 'firescope' 'firewall-applet' 'firewall-config' 'firewall-macros' 'firewalld' 'firewalld-lang' 'firewalld-rpcbind-helper' 'fish' 'fish-devel' 'fityk' 'fityk-devel' 'five-or-more' 'five-or-more-doc' 'five-or-more-lang' 'fkwnn' 'fkwnn-devel' 'flac' 'flac-devel' 'flac-devel-32bit' 'flac2all' 'flacon' 'flacon-lang' 'flamerobin' 'flameshot' 'flameshot-bash-completion' 'flann-devel' 'flannel' 'flannel-k8s-yaml' 'flare' 'flare-game' 'flarq' 'flash-player' 'flash-player' 'flash-player-debugsource' 'flash-player-gnome' 'flash-player-ppapi' 'flashfocus' 'flashrom' 'flatbuffers-devel' 'flatpak' 'flatpak-builder' 'flatpak-devel' 'flatpak-zsh-completion' 'flawfinder' 'fldigi' 'fldigi-lang' 'flex' 'flexdock' 'flickcurl' 'flickcurl-doc' 'flickrnet' 'flickrnet-devel' 'flint-devel' 'florence' 'florence-devel' 'florence-lang' 'flowgrind' 'fltk-devel' 'fltk-devel-32bit' 'fltk-devel-static' 'fluent-bit' 'fluent-bit-devel' 'fluid-soundfont-gm' 'fluid-soundfont-gs' 'fluidsynth' 'fluidsynth-devel' 'fluidsynth-dssi' 'flute' 'flute-javadoc' 'fluxbox' 'fluxbox-styles-upstream' 'flxmlrpc-devel' 'fly' 'fmpp' 'fmpp-javadoc' 'fmt-devel' 'fnotifystat' 'fnotifystat-bash-completion' 'focuswriter' 'focuswriter-lang' 'folder-color-common' 'folder-color-common-lang' 'foliate' 'foliate-lang' 'folks-devel' 'folks-lang' 'folks-tools' 'foma' 'foma-devel' 'fondu' 'fonehome' 'fonehome-server' 'font-specimen' 'font-specimen-devel' 'font-util' 'fontawesome-fonts' 'fontawesome-fonts-web' 'fontcacheproto-devel' 'fontconfig' 'fontconfig-32bit' 'fontconfig-devel' 'fontconfig-devel-32bit' 'fontconfig-devel-doc' 'fontconfig-doc' 'fontconfig-lang' 'fontforge' 'fontforge-devel' 'fontforge-doc' 'fontpackages-devel' 'fonts' 'fonts-KanjiStrokeOrders' 'fonts-config' 'fonttosfnt' 'fontweak' 'forge-parent' 'forkbomb' 'forkstat' 'forkstat-bash-completion' 'form' 'fortune' 'fossil' 'fotowall' 'four-in-a-row' 'four-in-a-row-lang' 'fox16-devel' 'fox16-devel-static' 'fox16-doc' 'fox16-example-apps' 'fparser-devel' 'fpc' 'fpc-doc' 'fpc-examples' 'fpc-src' 'fping' 'fplll' 'fplll-devel' 'fpm2' 'fpm2' 'fpm2-debuginfo' 'fpm2-debugsource' 'fpm2-lang' 'fprintd' 'fprintd-devel' 'fprintd-doc' 'fprintd-lang' 'fprintd-pam' 'fprintd-pam-32bit' 'fractal' 'fractal-lang' 'frame' 'frame-devel' 'frameworkintegration-devel' 'frameworkintegration-devel-32bit' 'frameworkintegration-plugin' 'frameworkintegration-plugin-32bit' 'fred' 'free-ttf-fonts' 'freealut-devel' 'freecell-solver' 'freecell-solver-devel' 'freecell-solver-presets' 'freeciv' 'freeciv-gtk3' 'freeciv-lang' 'freeciv-qt' 'freedoom' 'freedoom-freedm' 'freedup' 'freeglut-demo' 'freeglut-devel' 'freeglut-devel-32bit' 'freeimage-devel' 'freeipmi' 'freeipmi-bmc-watchdog' 'freeipmi-devel' 'freeipmi-ipmidetectd' 'freeipmi-ipmiseld' 'freemarker' 'freemarker-javadoc' 'freeradius-client' 'freeradius-client-devel' 'freeradius-client-libs' 'freeradius-server' 'freeradius-server-devel' 'freeradius-server-doc' 'freeradius-server-krb5' 'freeradius-server-ldap' 'freeradius-server-libs' 'freeradius-server-mysql' 'freeradius-server-perl' 'freeradius-server-postgresql' 'freeradius-server-python3' 'freeradius-server-sqlite' 'freeradius-server-utils' 'freerdp' 'freerdp-devel' 'freerdp-server' 'freerdp-wayland' 'freesrp-devel' 'freesrp-udev' 'freetds-config' 'freetds-devel' 'freetds-doc' 'freetds-tools' 'freetuxtv' 'freetuxtv' 'freetuxtv-debuginfo' 'freetuxtv-debugsource' 'freetuxtv-devel' 'freetuxtv-lang' 'freetype' 'freetype-devel' 'freetype-tools' 'freetype2-devel' 'freetype2-devel-32bit' 'freetype2-profile-tti35' 'freexl-devel' 'frei0r-plugins' 'frei0r-plugins-devel' 'frei0r-plugins-opencv' 'frescobaldi' 'freshplayerplugin' 'freshplayerplugin' 'freshplayerplugin-debuginfo' 'freshplayerplugin-debugsource' 'fribidi' 'fribidi-devel' 'frink' 'fritzing' 'fritzing-parts' 'frogatto' 'frogatto-data' 'frogatto-lang' 'frogr' 'frogr-lang' 'frozen-bubble' 'frozen-bubble-lang' 'frozen-bubble-server' 'frr' 'frr-devel' 'fruit21' 'fruit21' 'fruit21-debuginfo' 'fruit21-debugsource' 'fs-check' 'fs-uae' 'fs-uae-arcade' 'fs-uae-launcher' 'fs_mark' 'fsarchiver' 'fslsfonts' 'fstobdf' 'fstrcmp' 'fstrcmp-devel' 'fstrm' 'fstrm-devel' 'fsvs' 'fswebcam' 'ft2demos' 'ftbench' 'ftdiff' 'ftdump' 'ftgamma' 'ftgl-demo' 'ftgl-devel' 'ftgrid' 'ftinspect' 'ftlint' 'ftmulti' 'ftop' 'ftp' 'ftsteutates-sensors' 'ftstring' 'ftvalid' 'ftview' 'ftwnn' 'funny-manpages' 'funny-manpages' 'fuse' 'fuse-devel' 'fuse-devel-static' 'fuse-doc' 'fuse-exfat' 'fuse-oscfs' 'fuse-overlayfs' 'fuse3' 'fuse3-devel' 'fuse3-doc' 'fuseiso' 'fusepod' 'fusesmb' 'fusesource-pom' 'fusion-icon' 'fvwm-themes' 'fvwm2' 'fwbuilder' 'fwknop' 'fwknop-gui' 'fwknopd' 'fwnn' 'fwnn-devel' 'fwnncom' 'fwts' 'fwupd' 'fwupd-devel' 'fwupd-lang' 'fwupdtpmevlog' 'fxload' 'fzf' 'fzf-bash-completion' 'fzf-tmux' 'fzf-zsh-completion' 'fzy' 'g3utils' 'g810-led' 'gCue2tracks' 'gCue2tracks' 'gaa' 'gajim' 'gajim-lang' 'gajim-plugin-omemo' 'galaxis' 'galculator' 'galculator-lang' 'gama' 'gambas3' 'gambas3-devel' 'gambas3-gb-args' 'gambas3-gb-cairo' 'gambas3-gb-chart' 'gambas3-gb-clipper' 'gambas3-gb-complex' 'gambas3-gb-compress' 'gambas3-gb-compress-bzlib2' 'gambas3-gb-compress-zlib' 'gambas3-gb-crypt' 'gambas3-gb-data' 'gambas3-gb-db' 'gambas3-gb-db-form' 'gambas3-gb-db-mysql' 'gambas3-gb-db-odbc' 'gambas3-gb-db-postgresql' 'gambas3-gb-db-sqlite3' 'gambas3-gb-dbus' 'gambas3-gb-desktop' 'gambas3-gb-eval-highlight' 'gambas3-gb-form' 'gambas3-gb-form-dialog' 'gambas3-gb-form-editor' 'gambas3-gb-form-mdi' 'gambas3-gb-form-print' 'gambas3-gb-form-stock' 'gambas3-gb-form-terminal' 'gambas3-gb-geom' 'gambas3-gb-gmp' 'gambas3-gb-gsl' 'gambas3-gb-gtk' 'gambas3-gb-gtk-opengl' 'gambas3-gb-gtk3' 'gambas3-gb-gui' 'gambas3-gb-httpd' 'gambas3-gb-image' 'gambas3-gb-image-effect' 'gambas3-gb-image-imlib' 'gambas3-gb-image-io' 'gambas3-gb-inotify' 'gambas3-gb-jit' 'gambas3-gb-libxml' 'gambas3-gb-logging' 'gambas3-gb-maps' 'gambas3-gb-markdown' 'gambas3-gb-media' 'gambas3-gb-memcached' 'gambas3-gb-mime' 'gambas3-gb-mysql' 'gambas3-gb-ncurses' 'gambas3-gb-net' 'gambas3-gb-net-curl' 'gambas3-gb-net-pop3' 'gambas3-gb-net-smtp' 'gambas3-gb-openal' 'gambas3-gb-opengl' 'gambas3-gb-opengl-glsl' 'gambas3-gb-opengl-glu' 'gambas3-gb-opengl-sge' 'gambas3-gb-openssl' 'gambas3-gb-option' 'gambas3-gb-pcre' 'gambas3-gb-pdf' 'gambas3-gb-qt5' 'gambas3-gb-qt5-ext' 'gambas3-gb-qt5-opengl' 'gambas3-gb-qt5-webkit' 'gambas3-gb-report' 'gambas3-gb-report2' 'gambas3-gb-scanner' 'gambas3-gb-sdl' 'gambas3-gb-sdl-sound' 'gambas3-gb-settings' 'gambas3-gb-signal' 'gambas3-gb-term' 'gambas3-gb-term-form' 'gambas3-gb-util' 'gambas3-gb-util-web' 'gambas3-gb-v4l' 'gambas3-gb-vb' 'gambas3-gb-web' 'gambas3-gb-web-feed' 'gambas3-gb-web-form' 'gambas3-gb-xml' 'gambas3-gb-xml-rpc' 'gambas3-gb-xml-xslt' 'gambas3-ide' 'gambas3-runtime' 'gambas3-script' 'gamemoded' 'games' 'gamin-devel' 'gamin-server' 'gammaray' 'gammaray' 'gammaray-debuginfo' 'gammaray-debugsource' 'gammaray-devel' 'gammu' 'gammu-bash-completion' 'gammu-devel' 'gammu-doc' 'gammu-smsd' 'ganglia-devel' 'ganglia-gmetad' 'ganglia-gmetad-skip-bcheck' 'ganglia-gmond' 'ganglia-gmond-modules-python' 'ganglia-web' 'garglk' 'garglk' 'garglk-debuginfo' 'garglk-debugsource' 'garlic' 'garlic-doc' 'gasnet' 'gasnet-devel' 'gasnet-doc' 'gateway_server' 'gaupol' 'gavl' 'gawk' 'gbdfed' 'gbrainy' 'gbrainy-lang' 'gc-devel' 'gcab' 'gcab-devel' 'gcab-lang' 'gcad3d' 'gcal' 'gcal-lang' 'gcc' 'gcc-32bit' 'gcc-PIE' 'gcc-ada' 'gcc-ada-32bit' 'gcc-c++' 'gcc-c++-32bit' 'gcc-d' 'gcc-d-32bit' 'gcc-devel' 'gcc-fortran' 'gcc-fortran-32bit' 'gcc-go' 'gcc-go-32bit' 'gcc-info' 'gcc-locale' 'gcc-obj-c++' 'gcc-objc' 'gcc-objc-32bit' 'gcc10' 'gcc10-32bit' 'gcc10-ada' 'gcc10-ada-32bit' 'gcc10-c++' 'gcc10-c++-32bit' 'gcc10-d' 'gcc10-d-32bit' 'gcc10-devel' 'gcc10-fortran' 'gcc10-fortran-32bit' 'gcc10-go' 'gcc10-go-32bit' 'gcc10-info' 'gcc10-locale' 'gcc10-obj-c++' 'gcc10-obj-c++-32bit' 'gcc10-objc' 'gcc10-objc-32bit' 'gcc10-testresults' 'gcc6-gij' 'gcc6-gij-debuginfo' 'gcc6-java' 'gcc6-java-debuginfo' 'gcc7' 'gcc7-32bit' 'gcc7-ada' 'gcc7-ada-32bit' 'gcc7-c++' 'gcc7-c++-32bit' 'gcc7-devel' 'gcc7-fortran' 'gcc7-fortran-32bit' 'gcc7-go' 'gcc7-go-32bit' 'gcc7-info' 'gcc7-locale' 'gcc7-obj-c++' 'gcc7-obj-c++-32bit' 'gcc7-objc' 'gcc7-objc-32bit' 'gcc7-testresults' 'gcc9' 'gcc9-32bit' 'gcc9-ada' 'gcc9-ada-32bit' 'gcc9-c++' 'gcc9-c++-32bit' 'gcc9-d' 'gcc9-d-32bit' 'gcc9-devel' 'gcc9-fortran' 'gcc9-fortran-32bit' 'gcc9-go' 'gcc9-go-32bit' 'gcc9-info' 'gcc9-locale' 'gcc9-obj-c++' 'gcc9-obj-c++-32bit' 'gcc9-objc' 'gcc9-objc-32bit' 'gcc9-testresults' 'gccmakedep' 'gcdemu' 'gcdemu-lang' 'gcin' 'gcin-anthy' 'gcin-anthy-32bit' 'gcin-branding-openSUSE' 'gcin-branding-upstream' 'gcin-gtk2' 'gcin-gtk2-32bit' 'gcin-gtk3' 'gcin-gtk3-32bit' 'gcin-qt5' 'gcin-qt5-32bit' 'gcolor2' 'gcolor3' 'gcompris' 'gcompris-devel' 'gcompris-qt' 'gcompris-qt-activities' 'gcompris-qt-lang' 'gcompris-qt-voices' 'gcompris-voices-ar' 'gcompris-voices-br' 'gcompris-voices-cs' 'gcompris-voices-da' 'gcompris-voices-de' 'gcompris-voices-el' 'gcompris-voices-en' 'gcompris-voices-es' 'gcompris-voices-eu' 'gcompris-voices-fi' 'gcompris-voices-fr' 'gcompris-voices-hi' 'gcompris-voices-hu' 'gcompris-voices-id' 'gcompris-voices-it' 'gcompris-voices-mr' 'gcompris-voices-nb' 'gcompris-voices-nl' 'gcompris-voices-pt' 'gcompris-voices-pt-br' 'gcompris-voices-ru' 'gcompris-voices-so' 'gcompris-voices-sr' 'gcompris-voices-sv' 'gcompris-voices-tr' 'gconf-polkit' 'gconf2' 'gconf2-32bit' 'gconf2-devel' 'gconf2-lang' 'gcovr' 'gcovr-doc' 'gcr-data' 'gcr-lang' 'gcr-prompter' 'gcr-ssh-askpass' 'gcr-viewer' 'gcstar' 'gd' 'gd-devel' 'gd-devel-32bit' 'gdal' 'gdal-devel' 'gdata-sharp' 'gdata-sharp-devel' 'gdb' 'gdb-testresults' 'gdbm-devel' 'gdbm-devel-32bit' 'gdbm-lang' 'gdbserver' 'gdcm' 'gdcm-applications' 'gdcm-devel' 'gdcm-examples' 'gdcm-libgdcm3_0' 'gdk-pixbuf-devel' 'gdk-pixbuf-devel-32bit' 'gdk-pixbuf-lang' 'gdk-pixbuf-loader-libheif' 'gdk-pixbuf-loader-libheif-debuginfo' 'gdk-pixbuf-loader-libopenraw' 'gdk-pixbuf-loader-libopenraw-32bit' 'gdk-pixbuf-loader-rsvg' 'gdk-pixbuf-loader-rsvg-32bit' 'gdk-pixbuf-query-loaders' 'gdk-pixbuf-query-loaders-32bit' 'gdk-pixbuf-thumbnailer' 'gdl-devel' 'gdl-lang' 'gdlmm-devel' 'gdm' 'gdm-branding-MicroOS' 'gdm-branding-openSUSE' 'gdm-branding-upstream' 'gdm-devel' 'gdm-lang' 'gdm-systemd' 'gdmflexiserver' 'gdouros-abydos-fonts' 'gdouros-abydos-fonts-doc' 'gdouros-aegean-fonts' 'gdouros-aegyptus-fonts' 'gdouros-akkadian-fonts' 'gdouros-alfios-fonts' 'gdouros-analecta-fonts' 'gdouros-anatolian-fonts' 'gdouros-atavyros-fonts' 'gdouros-maya-fonts' 'gdouros-musica-fonts' 'gdouros-symbola-fonts' 'gdouros-text-fonts' 'gdouros-unidings-fonts' 'geany' 'geany-devel' 'geany-doc' 'geany-lang' 'geany-plugins' 'geany-plugins-lang' 'geary' 'geary-lang' 'gebaar-libinput' 'geda-base' 'geda-doc' 'geda-examples' 'geda-gaf' 'geda-gattrib' 'geda-gnetlist' 'geda-gschem' 'geda-gsymcheck' 'geda-symbols' 'geda-utils' 'geda-xgsch2pcb' 'geda-xorn' 'gedit' 'gedit-devel' 'gedit-lang' 'gedit-latex-lang' 'gedit-plugin-bookmarks' 'gedit-plugin-bracketcompletion' 'gedit-plugin-charmap' 'gedit-plugin-codecomment' 'gedit-plugin-colorpicker' 'gedit-plugin-colorschemer' 'gedit-plugin-commander' 'gedit-plugin-devhelp' 'gedit-plugin-drawspaces' 'gedit-plugin-findinfiles' 'gedit-plugin-git' 'gedit-plugin-joinlines' 'gedit-plugin-latex' 'gedit-plugin-multiedit' 'gedit-plugin-session-saver' 'gedit-plugin-smartspaces' 'gedit-plugin-synctex' 'gedit-plugin-terminal' 'gedit-plugin-textsize' 'gedit-plugin-translate' 'gedit-plugin-wordcompletion' 'gedit-plugin-zeitgeist' 'gedit-plugins' 'gedit-plugins-data' 'gedit-plugins-lang' 'gedit-theme-adapta' 'gedit-theme-plata' 'geekodoc' 'geeqie' 'geeqie-lang' 'gegl' 'gegl-0_4' 'gegl-0_4-lang' 'gegl-devel' 'gegl-doc' 'geis-devel' 'geis-tools' 'gemrb' 'genders' 'genders-base' 'genders-devel' 'genders-perl-compat' 'geners-devel' 'gengetopt' 'genius' 'genius-devel' 'genius-lang' 'genromfs' 'gentoo' 'gentoo' 'gentoo-debuginfo' 'gentoo-debugsource' 'geoclue2' 'geoclue2-devel' 'geocode-glib' 'geocode-glib-devel' 'geoipupdate' 'geoipupdate-legacy' 'geolite2legacy' 'geos-devel' 'geotiff' 'geotiff-devel' 'gerbv' 'gerbv-devel' 'german-pos-dict' 'geronimo-annotation-1_0-api' 'geronimo-commonj-1_1-apis' 'geronimo-corba-1_0-apis' 'geronimo-corba-2_3-apis' 'geronimo-ejb-2_1-api' 'geronimo-ejb-3_0-api' 'geronimo-el-1_0-api' 'geronimo-interceptor-3_0-api' 'geronimo-j2ee-1_4-apis' 'geronimo-j2ee-connector-1_5-api' 'geronimo-j2ee-deployment-1_1-api' 'geronimo-j2ee-management-1_0-api' 'geronimo-j2ee-management-1_1-api' 'geronimo-jacc-1_0-api' 'geronimo-jacc-1_1-api' 'geronimo-jaf-1_0_2-api' 'geronimo-jaf-1_1-api' 'geronimo-javaee-deployment-1_1-api' 'geronimo-javamail-1_3_1-api' 'geronimo-javamail-1_4-api' 'geronimo-jaxr-1_0-api' 'geronimo-jaxrpc-1_1-api' 'geronimo-jms-1_1-api' 'geronimo-jpa-3_0-api' 'geronimo-jsp-2_0-api' 'geronimo-jsp-2_1-api' 'geronimo-jta-1_0_1B-api' 'geronimo-jta-1_1-api' 'geronimo-qname-1_1-api' 'geronimo-saaj-1_1-api' 'geronimo-servlet-2_4-api' 'geronimo-servlet-2_5-api' 'geronimo-specs-pom' 'geronimo-stax-1_0-api' 'geronimo-ws-metadata-2_0-api' 'get_iplayer' 'get_iplayer' 'get_iplayer-pvr' 'getdp' 'getdp-devel' 'getdp-doc' 'gettext-csharp' 'gettext-its-gtk3' 'gettext-its-gtk4' 'gettext-java' 'gettext-runtime' 'gettext-runtime-32bit' 'gettext-runtime-mini-tools-doc' 'gettext-runtime-tools-doc' 'gettext-tools' 'gexif' 'gexif-lang' 'gf2x-devel' 'gfan' 'gfbgraph-devel' 'gfio' 'gflags' 'gflags-devel' 'gflags-devel-static' 'gfs2-utils' 'gfxboot' 'gfxboot-branding-KDE' 'gfxboot-branding-openSUSE' 'gfxboot-branding-upstream' 'gfxboot-devel' 'ghc' 'ghc-Cabal' 'ghc-Cabal-devel' 'ghc-Diff' 'ghc-Diff-devel' 'ghc-Glob' 'ghc-Glob-devel' 'ghc-HTTP' 'ghc-HTTP-devel' 'ghc-HUnit' 'ghc-HUnit-devel' 'ghc-HsYAML' 'ghc-HsYAML-aeson' 'ghc-HsYAML-aeson-devel' 'ghc-HsYAML-devel' 'ghc-JuicyPixels' 'ghc-JuicyPixels-devel' 'ghc-QuickCheck' 'ghc-QuickCheck-devel' 'ghc-SDL' 'ghc-SDL-devel' 'ghc-SDL-image' 'ghc-SDL-image-devel' 'ghc-SDL-mixer' 'ghc-SDL-mixer-devel' 'ghc-SHA' 'ghc-SHA-devel' 'ghc-ShellCheck' 'ghc-ShellCheck-devel' 'ghc-StateVar' 'ghc-StateVar-devel' 'ghc-X11' 'ghc-X11-devel' 'ghc-X11-xft' 'ghc-X11-xft-devel' 'ghc-adjunctions' 'ghc-adjunctions-devel' 'ghc-aeson' 'ghc-aeson-compat' 'ghc-aeson-compat-devel' 'ghc-aeson-devel' 'ghc-aeson-pretty' 'ghc-aeson-pretty-devel' 'ghc-annotated-wl-pprint' 'ghc-annotated-wl-pprint-devel' 'ghc-ansi-terminal' 'ghc-ansi-terminal-devel' 'ghc-ansi-wl-pprint' 'ghc-ansi-wl-pprint-devel' 'ghc-array' 'ghc-array-devel' 'ghc-asn1-encoding' 'ghc-asn1-encoding-devel' 'ghc-asn1-parse' 'ghc-asn1-parse-devel' 'ghc-asn1-types' 'ghc-asn1-types-devel' 'ghc-async' 'ghc-async-devel' 'ghc-attoparsec' 'ghc-attoparsec-devel' 'ghc-attoparsec-iso8601' 'ghc-attoparsec-iso8601-devel' 'ghc-auto-update' 'ghc-auto-update-devel' 'ghc-base' 'ghc-base-compat' 'ghc-base-compat-devel' 'ghc-base-devel' 'ghc-base-orphans' 'ghc-base-orphans-devel' 'ghc-base-prelude' 'ghc-base-prelude-devel' 'ghc-base16-bytestring' 'ghc-base16-bytestring-devel' 'ghc-base64-bytestring' 'ghc-base64-bytestring-devel' 'ghc-basement' 'ghc-basement-devel' 'ghc-bifunctors' 'ghc-bifunctors-devel' 'ghc-binary' 'ghc-binary-devel' 'ghc-bindings-uname' 'ghc-bindings-uname-devel' 'ghc-bitarray' 'ghc-bitarray-devel' 'ghc-blaze-builder' 'ghc-blaze-builder-devel' 'ghc-blaze-html' 'ghc-blaze-html-devel' 'ghc-blaze-markup' 'ghc-blaze-markup-devel' 'ghc-bootstrap-helpers' 'ghc-byteable' 'ghc-byteable-devel' 'ghc-bytestring' 'ghc-bytestring-devel' 'ghc-cabal-doctest' 'ghc-cabal-doctest-devel' 'ghc-cabal2spec' 'ghc-cabal2spec-devel' 'ghc-call-stack' 'ghc-call-stack-devel' 'ghc-case-insensitive' 'ghc-case-insensitive-devel' 'ghc-cereal' 'ghc-cereal-devel' 'ghc-clock' 'ghc-clock-devel' 'ghc-cmark-gfm' 'ghc-cmark-gfm-devel' 'ghc-cmdargs' 'ghc-cmdargs-devel' 'ghc-colour' 'ghc-colour-devel' 'ghc-comonad' 'ghc-comonad-devel' 'ghc-compiler' 'ghc-conduit' 'ghc-conduit-combinators' 'ghc-conduit-combinators-devel' 'ghc-conduit-devel' 'ghc-conduit-extra' 'ghc-conduit-extra-devel' 'ghc-connection' 'ghc-connection-devel' 'ghc-constraints' 'ghc-constraints-devel' 'ghc-containers' 'ghc-containers-devel' 'ghc-contravariant' 'ghc-contravariant-devel' 'ghc-cookie' 'ghc-cookie-devel' 'ghc-cryptohash' 'ghc-cryptohash-conduit' 'ghc-cryptohash-conduit-devel' 'ghc-cryptohash-devel' 'ghc-cryptohash-sha256' 'ghc-cryptohash-sha256-devel' 'ghc-cryptonite' 'ghc-cryptonite-conduit' 'ghc-cryptonite-conduit-devel' 'ghc-cryptonite-devel' 'ghc-data-default' 'ghc-data-default-class' 'ghc-data-default-class-devel' 'ghc-data-default-devel' 'ghc-data-default-instances-containers' 'ghc-data-default-instances-containers-devel' 'ghc-data-default-instances-dlist' 'ghc-data-default-instances-dlist-devel' 'ghc-data-default-instances-old-locale' 'ghc-data-default-instances-old-locale-devel' 'ghc-dbus' 'ghc-dbus-devel' 'ghc-deepseq' 'ghc-deepseq-devel' 'ghc-digest' 'ghc-digest-devel' 'ghc-directory' 'ghc-directory-devel' 'ghc-distribution-opensuse' 'ghc-distribution-opensuse-devel' 'ghc-distributive' 'ghc-distributive-devel' 'ghc-dlist' 'ghc-dlist-devel' 'ghc-doclayout' 'ghc-doclayout-devel' 'ghc-doctemplates' 'ghc-doctemplates-devel' 'ghc-easy-file' 'ghc-easy-file-devel' 'ghc-echo' 'ghc-echo-devel' 'ghc-ed25519' 'ghc-ed25519-devel' 'ghc-edit-distance' 'ghc-edit-distance-devel' 'ghc-either' 'ghc-either-devel' 'ghc-emojis' 'ghc-emojis-devel' 'ghc-enclosed-exceptions' 'ghc-enclosed-exceptions-devel' 'ghc-erf' 'ghc-erf-devel' 'ghc-errors' 'ghc-errors-devel' 'ghc-exceptions' 'ghc-exceptions-devel' 'ghc-extensible-exceptions' 'ghc-extensible-exceptions-devel' 'ghc-extra' 'ghc-extra-devel' 'ghc-fail' 'ghc-fail-devel' 'ghc-fast-logger' 'ghc-fast-logger-devel' 'ghc-file-embed' 'ghc-file-embed-devel' 'ghc-filelock' 'ghc-filelock-devel' 'ghc-filepath' 'ghc-filepath-devel' 'ghc-foldl' 'ghc-foldl-devel' 'ghc-free' 'ghc-free-devel' 'ghc-fsnotify' 'ghc-fsnotify-devel' 'ghc-generic-deriving' 'ghc-generic-deriving-devel' 'ghc-ghc' 'ghc-ghc-boot' 'ghc-ghc-boot-devel' 'ghc-ghc-boot-th' 'ghc-ghc-boot-th-devel' 'ghc-ghc-compact' 'ghc-ghc-compact-devel' 'ghc-ghc-devel' 'ghc-ghc-heap' 'ghc-ghc-heap-devel' 'ghc-ghci' 'ghc-ghci-devel' 'ghc-githash' 'ghc-githash-devel' 'ghc-gitrev' 'ghc-gitrev-devel' 'ghc-hackage-security' 'ghc-hackage-security-devel' 'ghc-haddock-library' 'ghc-haddock-library-devel' 'ghc-hashable' 'ghc-hashable-devel' 'ghc-haskeline' 'ghc-haskeline-devel' 'ghc-hi-file-parser' 'ghc-hi-file-parser-devel' 'ghc-hinotify' 'ghc-hinotify-devel' 'ghc-hostname' 'ghc-hostname-devel' 'ghc-hourglass' 'ghc-hourglass-devel' 'ghc-hpack' 'ghc-hpack-devel' 'ghc-hpc' 'ghc-hpc-devel' 'ghc-hs-bibutils' 'ghc-hs-bibutils-devel' 'ghc-hsemail' 'ghc-hsemail-devel' 'ghc-hslua' 'ghc-hslua-devel' 'ghc-hslua-module-system' 'ghc-hslua-module-system-devel' 'ghc-hslua-module-text' 'ghc-hslua-module-text-devel' 'ghc-hspec' 'ghc-hspec-core' 'ghc-hspec-core-devel' 'ghc-hspec-devel' 'ghc-hspec-discover' 'ghc-hspec-discover-devel' 'ghc-hspec-expectations' 'ghc-hspec-expectations-devel' 'ghc-hspec-smallcheck' 'ghc-hspec-smallcheck-devel' 'ghc-http-api-data' 'ghc-http-api-data-devel' 'ghc-http-client' 'ghc-http-client-devel' 'ghc-http-client-tls' 'ghc-http-client-tls-devel' 'ghc-http-conduit' 'ghc-http-conduit-devel' 'ghc-http-download' 'ghc-http-download-devel' 'ghc-http-types' 'ghc-http-types-devel' 'ghc-hxt' 'ghc-hxt-charproperties' 'ghc-hxt-charproperties-devel' 'ghc-hxt-devel' 'ghc-hxt-regex-xmlschema' 'ghc-hxt-regex-xmlschema-devel' 'ghc-hxt-unicode' 'ghc-hxt-unicode-devel' 'ghc-infer-license' 'ghc-infer-license-devel' 'ghc-integer-logarithms' 'ghc-integer-logarithms-devel' 'ghc-invariant' 'ghc-invariant-devel' 'ghc-ipynb' 'ghc-ipynb-devel' 'ghc-iso8601-time' 'ghc-iso8601-time-devel' 'ghc-iwlib' 'ghc-iwlib-devel' 'ghc-jira-wiki-markup' 'ghc-jira-wiki-markup-devel' 'ghc-kan-extensions' 'ghc-kan-extensions-devel' 'ghc-lens' 'ghc-lens-devel' 'ghc-libiserv' 'ghc-libiserv-devel' 'ghc-libraries' 'ghc-libxml-sax' 'ghc-libxml-sax-devel' 'ghc-libyaml' 'ghc-libyaml-devel' 'ghc-lifted-async' 'ghc-lifted-async-devel' 'ghc-lifted-base' 'ghc-lifted-base-devel' 'ghc-logict' 'ghc-logict-devel' 'ghc-lukko' 'ghc-lukko-devel' 'ghc-managed' 'ghc-managed-devel' 'ghc-math-functions' 'ghc-math-functions-devel' 'ghc-megaparsec' 'ghc-megaparsec-devel' 'ghc-memory' 'ghc-memory-devel' 'ghc-microlens' 'ghc-microlens-devel' 'ghc-microlens-th' 'ghc-microlens-th-devel' 'ghc-mime-types' 'ghc-mime-types-devel' 'ghc-mintty' 'ghc-mintty-devel' 'ghc-monad-control' 'ghc-monad-control-devel' 'ghc-monad-logger' 'ghc-monad-logger-devel' 'ghc-monad-loops' 'ghc-monad-loops-devel' 'ghc-mono-traversable' 'ghc-mono-traversable-devel' 'ghc-mtl' 'ghc-mtl-devel' 'ghc-mustache' 'ghc-mustache-devel' 'ghc-mwc-random' 'ghc-mwc-random-devel' 'ghc-neat-interpolation' 'ghc-neat-interpolation-devel' 'ghc-network' 'ghc-network-devel' 'ghc-network-uri' 'ghc-network-uri-devel' 'ghc-old-locale' 'ghc-old-locale-devel' 'ghc-old-time' 'ghc-old-time-devel' 'ghc-open-browser' 'ghc-open-browser-devel' 'ghc-optional-args' 'ghc-optional-args-devel' 'ghc-optparse-applicative' 'ghc-optparse-applicative-devel' 'ghc-optparse-simple' 'ghc-optparse-simple-devel' 'ghc-pandoc' 'ghc-pandoc-citeproc' 'ghc-pandoc-citeproc-devel' 'ghc-pandoc-devel' 'ghc-pandoc-types' 'ghc-pandoc-types-devel' 'ghc-parallel' 'ghc-parallel-devel' 'ghc-parsec' 'ghc-parsec-class' 'ghc-parsec-class-devel' 'ghc-parsec-devel' 'ghc-parsec-numbers' 'ghc-parsec-numbers-devel' 'ghc-parser-combinators' 'ghc-parser-combinators-devel' 'ghc-path' 'ghc-path-devel' 'ghc-path-io' 'ghc-path-io-devel' 'ghc-path-pieces' 'ghc-path-pieces-devel' 'ghc-pem' 'ghc-pem-devel' 'ghc-persistent' 'ghc-persistent-devel' 'ghc-persistent-sqlite' 'ghc-persistent-sqlite-devel' 'ghc-persistent-template' 'ghc-persistent-template-devel' 'ghc-pretty' 'ghc-pretty-devel' 'ghc-primitive' 'ghc-primitive-devel' 'ghc-process' 'ghc-process-devel' 'ghc-profunctors' 'ghc-profunctors-devel' 'ghc-project-template' 'ghc-project-template-devel' 'ghc-quickcheck-io' 'ghc-quickcheck-io-devel' 'ghc-random' 'ghc-random-devel' 'ghc-reflection' 'ghc-reflection-devel' 'ghc-regex-applicative' 'ghc-regex-applicative-devel' 'ghc-regex-applicative-text' 'ghc-regex-applicative-text-devel' 'ghc-regex-base' 'ghc-regex-base-devel' 'ghc-regex-compat' 'ghc-regex-compat-devel' 'ghc-regex-pcre-builtin' 'ghc-regex-pcre-builtin-devel' 'ghc-regex-posix' 'ghc-regex-posix-devel' 'ghc-regex-tdfa' 'ghc-regex-tdfa-devel' 'ghc-resolv' 'ghc-resolv-devel' 'ghc-resource-pool' 'ghc-resource-pool-devel' 'ghc-resourcet' 'ghc-resourcet-devel' 'ghc-retry' 'ghc-retry-devel' 'ghc-rfc5051' 'ghc-rfc5051-devel' 'ghc-rio' 'ghc-rio-devel' 'ghc-rio-orphans' 'ghc-rio-orphans-devel' 'ghc-rio-prettyprint' 'ghc-rio-prettyprint-devel' 'ghc-rpm-macros' 'ghc-rpm-macros-extra' 'ghc-safe' 'ghc-safe-devel' 'ghc-safe-exceptions' 'ghc-safe-exceptions-devel' 'ghc-scientific' 'ghc-scientific-devel' 'ghc-semigroupoids' 'ghc-semigroupoids-devel' 'ghc-semigroups' 'ghc-semigroups-devel' 'ghc-setenv' 'ghc-setenv-devel' 'ghc-setlocale' 'ghc-setlocale-devel' 'ghc-shelly' 'ghc-shelly-devel' 'ghc-silently' 'ghc-silently-devel' 'ghc-skylighting' 'ghc-skylighting-core' 'ghc-skylighting-core-devel' 'ghc-skylighting-devel' 'ghc-smallcheck' 'ghc-smallcheck-devel' 'ghc-socks' 'ghc-socks-devel' 'ghc-split' 'ghc-split-devel' 'ghc-splitmix' 'ghc-splitmix-devel' 'ghc-stm' 'ghc-stm-chans' 'ghc-stm-chans-devel' 'ghc-stm-devel' 'ghc-store-core' 'ghc-store-core-devel' 'ghc-streaming-commons' 'ghc-streaming-commons-devel' 'ghc-syb' 'ghc-syb-devel' 'ghc-system-fileio' 'ghc-system-fileio-devel' 'ghc-system-filepath' 'ghc-system-filepath-devel' 'ghc-tagged' 'ghc-tagged-devel' 'ghc-tagsoup' 'ghc-tagsoup-devel' 'ghc-tar' 'ghc-tar-conduit' 'ghc-tar-conduit-devel' 'ghc-tar-devel' 'ghc-template-haskell' 'ghc-template-haskell-devel' 'ghc-temporary' 'ghc-temporary-devel' 'ghc-terminal-size' 'ghc-terminal-size-devel' 'ghc-terminfo' 'ghc-terminfo-devel' 'ghc-texmath' 'ghc-texmath-devel' 'ghc-text' 'ghc-text-conversions' 'ghc-text-conversions-devel' 'ghc-text-devel' 'ghc-text-metrics' 'ghc-text-metrics-devel' 'ghc-tf-random' 'ghc-tf-random-devel' 'ghc-th-abstraction' 'ghc-th-abstraction-devel' 'ghc-th-expand-syns' 'ghc-th-expand-syns-devel' 'ghc-th-lift' 'ghc-th-lift-devel' 'ghc-th-lift-instances' 'ghc-th-lift-instances-devel' 'ghc-th-orphans' 'ghc-th-orphans-devel' 'ghc-th-reify-many' 'ghc-th-reify-many-devel' 'ghc-th-utilities' 'ghc-th-utilities-devel' 'ghc-time' 'ghc-time-compat' 'ghc-time-compat-devel' 'ghc-time-devel' 'ghc-time-locale-compat' 'ghc-time-locale-compat-devel' 'ghc-timezone-olson' 'ghc-timezone-olson-devel' 'ghc-timezone-series' 'ghc-timezone-series-devel' 'ghc-tls' 'ghc-tls-devel' 'ghc-transformers' 'ghc-transformers-base' 'ghc-transformers-base-devel' 'ghc-transformers-compat' 'ghc-transformers-compat-devel' 'ghc-transformers-devel' 'ghc-turtle' 'ghc-turtle-devel' 'ghc-type-equality' 'ghc-type-equality-devel' 'ghc-typed-process' 'ghc-typed-process-devel' 'ghc-unicode-transforms' 'ghc-unicode-transforms-devel' 'ghc-unix' 'ghc-unix-compat' 'ghc-unix-compat-devel' 'ghc-unix-devel' 'ghc-unix-time' 'ghc-unix-time-devel' 'ghc-unliftio' 'ghc-unliftio-core' 'ghc-unliftio-core-devel' 'ghc-unliftio-devel' 'ghc-unordered-containers' 'ghc-unordered-containers-devel' 'ghc-utf8-string' 'ghc-utf8-string-devel' 'ghc-uuid-types' 'ghc-uuid-types-devel' 'ghc-vector' 'ghc-vector-algorithms' 'ghc-vector-algorithms-devel' 'ghc-vector-binary-instances' 'ghc-vector-binary-instances-devel' 'ghc-vector-builder' 'ghc-vector-builder-devel' 'ghc-vector-devel' 'ghc-vector-th-unbox' 'ghc-vector-th-unbox-devel' 'ghc-void' 'ghc-void-devel' 'ghc-word8' 'ghc-word8-devel' 'ghc-x509' 'ghc-x509-devel' 'ghc-x509-store' 'ghc-x509-store-devel' 'ghc-x509-system' 'ghc-x509-system-devel' 'ghc-x509-validation' 'ghc-x509-validation-devel' 'ghc-xhtml' 'ghc-xhtml-devel' 'ghc-xml' 'ghc-xml-conduit' 'ghc-xml-conduit-devel' 'ghc-xml-devel' 'ghc-xml-types' 'ghc-xml-types-devel' 'ghc-xmobar' 'ghc-xmobar-devel' 'ghc-xmonad' 'ghc-xmonad-contrib' 'ghc-xmonad-contrib-devel' 'ghc-xmonad-devel' 'ghc-yaml' 'ghc-yaml-devel' 'ghc-zip-archive' 'ghc-zip-archive-devel' 'ghc-zlib' 'ghc-zlib-devel' 'ghex' 'ghex-devel' 'ghex-lang' 'ghostscript' 'ghostscript-devel' 'ghostscript-fonts' 'ghostscript-fonts-grops' 'ghostscript-fonts-other' 'ghostscript-fonts-std' 'ghostscript-x11' 'ghostview' 'ghostwriter' 'ghostwriter-lang' 'giada' 'giblib-devel' 'giflib-devel' 'giflib-devel-32bit' 'giflib-progs' 'gifsicle' 'gigedit' 'gigedit' 'gigedit-debuginfo' 'gigedit-debugsource' 'giggle' 'giggle-devel' 'giggle-lang' 'gigolo' 'gigolo-lang' 'gimmix' 'gimmix' 'gimmix-debuginfo' 'gimmix-debugsource' 'gimp' 'gimp-devel' 'gimp-gap' 'gimp-gap-lang' 'gimp-help' 'gimp-help-ca' 'gimp-help-da' 'gimp-help-de' 'gimp-help-el' 'gimp-help-en_GB' 'gimp-help-es' 'gimp-help-fi' 'gimp-help-fr' 'gimp-help-hr' 'gimp-help-it' 'gimp-help-ja' 'gimp-help-ko' 'gimp-help-lt' 'gimp-help-nl' 'gimp-help-nn' 'gimp-help-pl' 'gimp-help-pt_BR' 'gimp-help-ru' 'gimp-help-sl' 'gimp-help-sv' 'gimp-help-zh' 'gimp-lang' 'gimp-plugin-aa' 'gimp-plugin-dds' 'gimp-plugin-dds-doc' 'gimp-plugin-gmic' 'gimp-plugin-heif' 'gimp-plugin-heif-debuginfo' 'gimp-plugin-lqr' 'gimp-plugin-lqr-lang' 'gimp-plugins-python' 'gimp-save-for-web' 'gimp-save-for-web-lang' 'gimp-ufraw' 'ginac' 'ginac-devel' 'gio-branding-openSUSE' 'gio-branding-upstream' 'gio-sharp' 'gio-sharp-devel' 'gio-sharp3' 'gio-sharp3-devel' 'girara-devel' 'girepository-1_0' 'git' 'git-arch' 'git-bz' 'git-cola' 'git-core' 'git-credential-gnome-keyring' 'git-credential-libsecret' 'git-crypt' 'git-cvs' 'git-daemon' 'git-doc' 'git-email' 'git-filter-repo' 'git-gui' 'git-lfs' 'git-merge-changelog' 'git-p4' 'git-remote-gcrypt' 'git-review' 'git-svn' 'git-sync' 'git-test' 'git-web' 'gitg' 'gitg-lang' 'gitk' 'gitolite' 'gitslave' 'gitslave-doc' 'givaro-devel' 'givaro-doc' 'gjiten' 'gjs' 'gkeyfile-sharp' 'gkeyfile-sharp-devel' 'gkrellm' 'gkrellm-cpupower' 'gkrellm-devel' 'gkrellm-lang' 'gkrellmd' 'gl2ps-devel' 'glabels' 'glabels-devel' 'glabels-lang' 'glade' 'glade-catalog-anjuta' 'glade-catalog-evolution' 'glade-catalog-gitg' 'glade-catalog-gtkhtml' 'glade-catalog-gtksourceview' 'glade-catalog-gtksourceview4' 'glade-catalog-libhandy' 'glade-catalog-libpeas' 'glade-catalog-v3270' 'glade-lang' 'glade-sharp2' 'glassfish-annotation-api' 'glassfish-annotation-api-javadoc' 'glassfish-dtd-parser' 'glassfish-dtd-parser-javadoc' 'glassfish-el' 'glassfish-el-api' 'glassfish-el-javadoc' 'glassfish-fastinfoset' 'glassfish-hk2' 'glassfish-hk2-api' 'glassfish-hk2-class-model' 'glassfish-hk2-configuration' 'glassfish-hk2-core' 'glassfish-hk2-extras' 'glassfish-hk2-hk2' 'glassfish-hk2-javadoc' 'glassfish-hk2-jmx' 'glassfish-hk2-locator' 'glassfish-hk2-maven-plugins' 'glassfish-hk2-metadata-generator' 'glassfish-hk2-osgi-resource-locator' 'glassfish-hk2-runlevel' 'glassfish-hk2-testing' 'glassfish-hk2-utils' 'glassfish-jax-rs-api' 'glassfish-jax-rs-api-javadoc' 'glassfish-jaxb' 'glassfish-jaxb-api' 'glassfish-jaxb-api-javadoc' 'glassfish-jaxb-bom' 'glassfish-jaxb-bom-ext' 'glassfish-jaxb-codemodel' 'glassfish-jaxb-codemodel-annotation-compiler' 'glassfish-jaxb-codemodel-parent' 'glassfish-jaxb-external-parent' 'glassfish-jaxb-jxc' 'glassfish-jaxb-parent' 'glassfish-jaxb-relaxng-datatype' 'glassfish-jaxb-rngom' 'glassfish-jaxb-runtime' 'glassfish-jaxb-runtime-parent' 'glassfish-jaxb-txw-parent' 'glassfish-jaxb-txw2' 'glassfish-jaxb-txwc2' 'glassfish-jaxb-xjc' 'glassfish-jaxb-xsom' 'glassfish-jsp' 'glassfish-jsp-api' 'glassfish-jsp-api-javadoc' 'glassfish-jsp-javadoc' 'glassfish-master-pom' 'glassfish-servlet-api' 'glassfish-servlet-api-javadoc' 'glassfish-transaction-api' 'glassfish-transaction-api-javadoc' 'glassfish-websocket-api' 'glassfish-websocket-api-javadoc' 'glaurung121' 'glaurung121' 'glaurung121-debuginfo' 'glaurung121-debugsource' 'glaurung22' 'glaurung22' 'glaurung22-debuginfo' 'glaurung22-debugsource' 'glava' 'glew' 'glew-devel' 'glfw2-devel' 'gli-devel' 'gli-doc' 'glib-networking' 'glib-networking-32bit' 'glib-networking-lang' 'glib-sharp2' 'glib-sharp3' 'glib2-devel' 'glib2-devel-32bit' 'glib2-devel-static' 'glib2-lang' 'glib2-tests' 'glib2-tools' 'glib2-tools-32bit' 'glibc' 'glibc-32bit' 'glibc-devel' 'glibc-devel-32bit' 'glibc-devel-static' 'glibc-devel-static-32bit' 'glibc-extra' 'glibc-html' 'glibc-i18ndata' 'glibc-info' 'glibc-locale' 'glibc-locale-base' 'glibc-locale-base-32bit' 'glibc-profile' 'glibc-profile-32bit' 'glibc-utils' 'glibc-utils-32bit' 'glibmm2-devel' 'glibmm2_4-devel' 'glm-devel' 'glm-doc' 'glmark2' 'global' 'glog-devel' 'glogg' 'glogg' 'glogg-debuginfo' 'glogg-debugsource' 'glom' 'glom-lang' 'gloox-devel' 'glpk' 'glpk-devel' 'glpk-doc' 'glslang-devel' 'glu-devel' 'glu-devel-32bit' 'glucat-devel' 'glucat-doc' 'gluegen2' 'gluegen2-devel' 'glusterfs' 'glusterfs-devel' 'glyr-devel' 'glyrc' 'gmavenplus-plugin' 'gmavenplus-plugin-javadoc' 'gmenudbusmenuproxy' 'gmerlin' 'gmerlin' 'gmerlin-alsamixer' 'gmerlin-alsamixer-debuginfo' 'gmerlin-avdecoder' 'gmerlin-avdecoder' 'gmerlin-avdecoder-debuginfo' 'gmerlin-avdecoder-debugsource' 'gmerlin-avdecoder-lang' 'gmerlin-avdecoder-plugins' 'gmerlin-avdecoder-plugins-debuginfo' 'gmerlin-debuginfo' 'gmerlin-debugsource' 'gmerlin-doc' 'gmerlin-effectv' 'gmerlin-effectv' 'gmerlin-effectv-debuginfo' 'gmerlin-effectv-debugsource' 'gmerlin-encoders' 'gmerlin-encoders' 'gmerlin-encoders-debuginfo' 'gmerlin-encoders-debugsource' 'gmerlin-encoders-lang' 'gmerlin-gavf-tools' 'gmerlin-gavf-tools-debuginfo' 'gmerlin-jack' 'gmerlin-jack-debuginfo' 'gmerlin-kbd' 'gmerlin-kbd-debuginfo' 'gmerlin-lang' 'gmerlin-player' 'gmerlin-player-debuginfo' 'gmerlin-plugincfg' 'gmerlin-plugincfg-debuginfo' 'gmerlin-recorder' 'gmerlin-recorder-debuginfo' 'gmerlin-transcoder' 'gmerlin-transcoder-debuginfo' 'gmerlin-utils' 'gmerlin-utils-debuginfo' 'gmerlin-visualizer' 'gmerlin-visualizer-debuginfo' 'gmetrics' 'gmetrics-javadoc' 'gmic' 'gmic-zart' 'gmime-devel' 'gmime2_6-devel' 'gmime2_6-sharp' 'gmmlib-devel' 'gmock' 'gmp-devel' 'gmp-devel-32bit' 'gmp-ecm' 'gmp-ecm-devel' 'gmp3info' 'gmp3info-debuginfo' 'gmpc' 'gmpc' 'gmpc-alarm' 'gmpc-alarm' 'gmpc-alarm-debuginfo' 'gmpc-alarm-debugsource' 'gmpc-avahi' 'gmpc-avahi' 'gmpc-avahi-debuginfo' 'gmpc-avahi-debugsource' 'gmpc-awn' 'gmpc-awn' 'gmpc-awn-debuginfo' 'gmpc-awn-debugsource' 'gmpc-debuginfo' 'gmpc-debugsource' 'gmpc-devel' 'gmpc-discogs' 'gmpc-discogs' 'gmpc-discogs-debuginfo' 'gmpc-discogs-debugsource' 'gmpc-doc' 'gmpc-extraplaylist' 'gmpc-extraplaylist' 'gmpc-extraplaylist-debuginfo' 'gmpc-extraplaylist-debugsource' 'gmpc-last-fm' 'gmpc-last-fm' 'gmpc-last-fm-debuginfo' 'gmpc-last-fm-debugsource' 'gmpc-libnotify' 'gmpc-libnotify' 'gmpc-libnotify-debuginfo' 'gmpc-libnotify-debugsource' 'gmpc-lirc' 'gmpc-lirc' 'gmpc-lirc-debuginfo' 'gmpc-lirc-debugsource' 'gmpc-lyrics' 'gmpc-lyrics' 'gmpc-lyrics-debuginfo' 'gmpc-lyrics-debugsource' 'gmpc-lyricsplugin' 'gmpc-lyricsplugin' 'gmpc-lyricsplugin-debuginfo' 'gmpc-lyricsplugin-debugsource' 'gmpc-lyricwiki' 'gmpc-lyricwiki' 'gmpc-lyricwiki-debuginfo' 'gmpc-lyricwiki-debugsource' 'gmpc-mdcover' 'gmpc-mdcover' 'gmpc-mdcover-debuginfo' 'gmpc-mdcover-debugsource' 'gmpc-mmkeys' 'gmpc-mmkeys' 'gmpc-mmkeys-debuginfo' 'gmpc-mmkeys-debugsource' 'gmpc-mserver' 'gmpc-mserver' 'gmpc-mserver-debuginfo' 'gmpc-mserver-debugsource' 'gmpc-notify-osd' 'gmpc-notify-osd' 'gmpc-notify-osd-debuginfo' 'gmpc-notify-osd-debugsource' 'gmpc-playlistsort' 'gmpc-playlistsort' 'gmpc-playlistsort-debuginfo' 'gmpc-playlistsort-debugsource' 'gmpc-shout' 'gmpc-shout' 'gmpc-shout-debuginfo' 'gmpc-shout-debugsource' 'gmplayer' 'gmsh' 'gmsh-demos' 'gmsh-devel' 'gmsh-doc' 'gmsh-julia' 'gmusicbrowser' 'gmusicbrowser-lang' 'gn' 'gnaural' 'gnaural' 'gnaural-debuginfo' 'gnaural-debugsource' 'gnome' 'gnome-2048' 'gnome-2048-lang' 'gnome-autoar-devel' 'gnome-backgrounds' 'gnome-backgrounds-lang' 'gnome-bluetooth' 'gnome-bluetooth-devel' 'gnome-bluetooth-lang' 'gnome-books' 'gnome-books-lang' 'gnome-boxes' 'gnome-boxes-lang' 'gnome-btdownload' 'gnome-btdownload' 'gnome-builder' 'gnome-builder-doc' 'gnome-builder-lang' 'gnome-builder-plugin-jedi' 'gnome-builder-plugin-jhbuild' 'gnome-builder-plugin-vala-pack' 'gnome-calculator' 'gnome-calculator-devel' 'gnome-calculator-lang' 'gnome-calendar' 'gnome-calendar-lang' 'gnome-characters' 'gnome-characters-lang' 'gnome-chess' 'gnome-chess-lang' 'gnome-clocks' 'gnome-clocks-lang' 'gnome-color-manager' 'gnome-color-manager-lang' 'gnome-colors-icon-theme' 'gnome-common' 'gnome-contacts' 'gnome-contacts-lang' 'gnome-control-center' 'gnome-control-center-color' 'gnome-control-center-devel' 'gnome-control-center-goa' 'gnome-control-center-lang' 'gnome-control-center-user-faces' 'gnome-desktop-lang' 'gnome-devel-docs' 'gnome-devel-docs-lang' 'gnome-dictionary' 'gnome-dictionary-lang' 'gnome-directory-thumbnailer' 'gnome-directory-thumbnailer-lang' 'gnome-disk-utility' 'gnome-disk-utility-lang' 'gnome-doc-utils' 'gnome-doc-utils-devel' 'gnome-doc-utils-lang' 'gnome-documents' 'gnome-documents-lang' 'gnome-dvb-daemon' 'gnome-dvb-daemon-lang' 'gnome-epub-thumbnailer' 'gnome-firmware' 'gnome-firmware-lang' 'gnome-font-viewer' 'gnome-font-viewer-lang' 'gnome-games' 'gnome-games-lang' 'gnome-games-scripts' 'gnome-genius' 'gnome-getting-started-docs' 'gnome-getting-started-docs-lang' 'gnome-gmail-notifier' 'gnome-gmail-notifier-lang' 'gnome-icon-theme' 'gnome-icon-theme-extras' 'gnome-icon-theme-symbolic' 'gnome-internet-radio-locator' 'gnome-internet-radio-locator-lang' 'gnome-keyring' 'gnome-keyring-32bit' 'gnome-keyring-lang' 'gnome-keyring-pam' 'gnome-keyring-pam-32bit' 'gnome-keyring-sharp' 'gnome-keyring-sharp-devel' 'gnome-keysign' 'gnome-klotski' 'gnome-klotski-lang' 'gnome-latex' 'gnome-logs' 'gnome-logs-lang' 'gnome-mahjongg' 'gnome-mahjongg-lang' 'gnome-maps' 'gnome-maps-lang' 'gnome-menus' 'gnome-menus-branding-openSUSE' 'gnome-menus-branding-upstream' 'gnome-menus-devel' 'gnome-menus-lang' 'gnome-mines' 'gnome-mines-lang' 'gnome-multi-writer' 'gnome-multi-writer-lang' 'gnome-music' 'gnome-music-lang' 'gnome-nettool' 'gnome-nettool-lang' 'gnome-news' 'gnome-news-lang' 'gnome-nibbles' 'gnome-nibbles-lang' 'gnome-online-accounts' 'gnome-online-accounts-devel' 'gnome-online-accounts-lang' 'gnome-online-miners' 'gnome-packagekit' 'gnome-packagekit-extras' 'gnome-packagekit-lang' 'gnome-passwordsafe' 'gnome-passwordsafe-lang' 'gnome-patch-translation' 'gnome-photos' 'gnome-photos-lang' 'gnome-pie' 'gnome-pomodoro' 'gnome-pomodoro-lang' 'gnome-power-manager' 'gnome-power-manager-lang' 'gnome-recipes' 'gnome-recipes-lang' 'gnome-remote-desktop' 'gnome-robots' 'gnome-robots-lang' 'gnome-screenshot' 'gnome-screenshot-lang' 'gnome-search-tool' 'gnome-search-tool-lang' 'gnome-session' 'gnome-session-core' 'gnome-session-default-session' 'gnome-session-lang' 'gnome-session-wayland' 'gnome-settings-daemon' 'gnome-settings-daemon-devel' 'gnome-settings-daemon-lang' 'gnome-shell' 'gnome-shell-calendar' 'gnome-shell-classic' 'gnome-shell-classic-session' 'gnome-shell-devel' 'gnome-shell-extension-desktop-icons' 'gnome-shell-extension-gpaste' 'gnome-shell-extension-hamster-time-tracker' 'gnome-shell-extension-onboard' 'gnome-shell-extension-terminus' 'gnome-shell-extension-user-theme' 'gnome-shell-extensions-common' 'gnome-shell-extensions-common-lang' 'gnome-shell-lang' 'gnome-shell-search-provider-bijiben' 'gnome-shell-search-provider-boxes' 'gnome-shell-search-provider-contacts' 'gnome-shell-search-provider-documents' 'gnome-shell-search-provider-eolie' 'gnome-shell-search-provider-epiphany' 'gnome-shell-search-provider-gnome-calculator' 'gnome-shell-search-provider-gnome-calendar' 'gnome-shell-search-provider-gnome-characters' 'gnome-shell-search-provider-gnome-clocks' 'gnome-shell-search-provider-gnome-photos' 'gnome-shell-search-provider-gnome-recipes' 'gnome-shell-search-provider-gnome-terminal' 'gnome-shell-search-provider-gnome-weather' 'gnome-shell-search-provider-gnote' 'gnome-shell-search-provider-lollypop' 'gnome-shell-search-provider-nautilus' 'gnome-shell-search-provider-seahorse' 'gnome-shell-theme-adapta' 'gnome-shell-theme-plata' 'gnome-software' 'gnome-software-devel' 'gnome-software-lang' 'gnome-sound-recorder' 'gnome-sound-recorder-lang' 'gnome-subtitles' 'gnome-subtitles-lang' 'gnome-sudoku' 'gnome-sudoku-lang' 'gnome-system-monitor' 'gnome-system-monitor-lang' 'gnome-taquin' 'gnome-taquin-lang' 'gnome-terminal' 'gnome-terminal-lang' 'gnome-tetravex' 'gnome-tetravex-lang' 'gnome-themes' 'gnome-themes-accessibility' 'gnome-themes-accessibility-gtk2' 'gnome-themes-extras' 'gnome-themes-lang' 'gnome-todo' 'gnome-todo-devel' 'gnome-todo-lang' 'gnome-tweaks' 'gnome-tweaks-lang' 'gnome-usage' 'gnome-usage-lang' 'gnome-user-docs' 'gnome-user-docs-lang' 'gnome-user-share' 'gnome-user-share-lang' 'gnome-version' 'gnome-vfs2' 'gnome-vfs2-32bit' 'gnome-vfs2-devel' 'gnome-vfs2-doc' 'gnome-vfs2-lang' 'gnome-video-effects' 'gnome-video-effects-devel' 'gnome-weather' 'gnome-weather-lang' 'gnome_basic' 'gnome_x11' 'gnomekbd-tools' 'gnonograms' 'gnonograms-lang' 'gnote' 'gnote-lang' 'gns3' 'gns3-server' 'gnu-cobol' 'gnu-compilers-hpc' 'gnu-compilers-hpc-devel' 'gnu-compilers-hpc-macros-devel' 'gnu-crypto' 'gnu-efi' 'gnu-free-fonts' 'gnu-getopt' 'gnu-getopt-javadoc' 'gnu-inetlib' 'gnu-jaf' 'gnu-netcat' 'gnu-regexp' 'gnu-regexp-demo' 'gnu-regexp-javadoc' 'gnu-unifont-bitmap-fonts' 'gnu-unifont-legacy-bitmap-fonts' 'gnu_ddrescue' 'gnu_parallel' 'gnu_parallel-doc' 'gnuastro' 'gnuastro-devel' 'gnuastro-doc' 'gnubg' 'gnubg-databases' 'gnubg-doc' 'gnubg-lang' 'gnubg-sounds' 'gnucap' 'gnucash' 'gnucash-devel' 'gnucash-docs' 'gnucash-lang' 'gnuchess' 'gnugo' 'gnuhealth' 'gnuhealth-client' 'gnuhealth-orthanc' 'gnuhealth-thalamus' 'gnulib-devel' 'gnulib-docs' 'gnumeric' 'gnumeric-devel' 'gnumeric-doc' 'gnumeric-lang' 'gnuplot' 'gnuplot-doc' 'gnuradio' 'gnuradio-devel' 'gnuradio-doc' 'gnuradio-examples' 'gnuserv' 'gnusocialshell' 'gnustep-base' 'gnustep-base-devel' 'gnustep-make' 'gnutls' 'gnutls-guile' 'go' 'go-doc' 'go-for-it' 'go-for-it-lang' 'go-md2man' 'go-race' 'go-tools' 'go1.10' 'go1.10-doc' 'go1.10-race' 'go1.11' 'go1.11-doc' 'go1.11-race' 'go1.12' 'go1.12-doc' 'go1.12-race' 'go1.13' 'go1.13-doc' 'go1.13-race' 'go1.14' 'go1.14-doc' 'go1.14-race' 'go1.4' 'go1.4-doc' 'go1.4-race' 'go1.9' 'go1.9-doc' 'go1.9-race' 'goaccess' 'goatattack' 'goatattack-data' 'gob2' 'gobby' 'gobby-lang' 'gobject-introspection' 'gobject-introspection-devel' 'gocode' 'gocr' 'gocr-gui' 'godot' 'godot-bash-completion' 'godot-headless' 'godot-rpm-macros' 'godot-runner' 'godot-server' 'goffice-devel' 'goffice-lang' 'gogglesmm' 'gogglesmm' 'gogglesmm-debugsource' 'gogglesmm-lang' 'gojsontoyaml' 'golang-github-boynux-squid_exporter' 'golang-github-cpuguy83-go-md2man' 'golang-github-docker-libnetwork' 'golang-github-docker-libnetwork-kubic' 'golang-github-exercism-cli' 'golang-github-golang-glog' 'golang-github-golang-protobuf' 'golang-github-jteeuwen-go-bindata' 'golang-github-kr-pty' 'golang-github-kr-text' 'golang-github-lusitaniae-apache_exporter' 'golang-github-naoina-go-stringutil' 'golang-github-nsf-gocode' 'golang-github-prometheus-alertmanager' 'golang-github-prometheus-node_exporter' 'golang-github-prometheus-prometheus' 'golang-github-prometheus-promu' 'golang-github-rogpeppe-godef' 'golang-github-shurcool-sanitized_anchor_name' 'golang-github-vpenso-prometheus_slurm_exporter' 'golang-github-wrouesnel-postgres_exporter' 'golang-gopkgin-check' 'golang-org-x-net-context' 'golang-org-x-net-html' 'golang-org-x-net-websocket' 'golang-org-x-sync' 'golang-org-x-sys' 'golang-org-x-tools' 'golang-packaging' 'goldendict' 'goldendict-lang' 'gom-devel' 'goobox' 'goobox-lang' 'goocanvas-devel' 'goocanvas-lang' 'google-alegreya-fonts' 'google-allerta-fonts' 'google-anonymouspro-fonts' 'google-arimo-fonts' 'google-authenticator-libpam' 'google-authenticator-libpam-32bit' 'google-cabin-fonts' 'google-caladea-fonts' 'google-cardo-fonts' 'google-carlito-fonts' 'google-compute-engine-init' 'google-compute-engine-oslogin' 'google-compute-engine-oslogin-32bit' 'google-cousine-fonts' 'google-croscore-fonts' 'google-droid-fonts' 'google-exo-fonts' 'google-gson' 'google-gson-javadoc' 'google-guice' 'google-guice-javadoc' 'google-http-java-client' 'google-http-java-client-findbugs' 'google-http-java-client-gson' 'google-http-java-client-jackson' 'google-http-java-client-jackson2' 'google-http-java-client-javadoc' 'google-http-java-client-jdo' 'google-http-java-client-parent' 'google-http-java-client-protobuf' 'google-http-java-client-test' 'google-http-java-client-xml' 'google-inconsolata-fonts' 'google-lekton-fonts' 'google-merriweather-fonts' 'google-nobile-fonts' 'google-noto-fonts-doc' 'google-oauth-java-client' 'google-oauth-java-client-java6' 'google-oauth-java-client-javadoc' 'google-oauth-java-client-parent' 'google-oauth-java-client-servlet' 'google-opensans-fonts' 'google-quiche-source' 'google-roboto-fonts' 'google-roboto-mono-fonts' 'google-tinos-fonts' 'googleapis-source' 'googler' 'gops' 'gos-wallpapers' 'gostcrypt' 'gostcrypt' 'gostcrypt-debugsource' 'gource' 'govpn' 'govpn-server' 'gp2c' 'gpa' 'gpa-lang' 'gpac' 'gpac' 'gpac-debuginfo' 'gpac-debugsource' 'gpars' 'gpart' 'gparted' 'gparted-lang' 'gpaste' 'gpaste-devel' 'gpaste-lang' 'gperf' 'gperftools' 'gperftools-devel' 'gperftools-devel-static' 'gperiodic' 'gperiodic-lang' 'gpg2' 'gpg2-lang' 'gpgme' 'gphoto' 'gphotofs' 'gpick' 'gpick-lang' 'gpicview' 'gpicview-lang' 'gpm' 'gpm-devel' 'gpodder' 'gpodder' 'gpodder3' 'gpodder3' 'gpomme' 'gpp' 'gpredict' 'gpredict-lang' 'gprename' 'gprename-lang' 'gprompter' 'gpsbabel' 'gpsd' 'gpsd-clients' 'gpsd-devel' 'gptfdisk' 'gptfdisk-fixparts' 'gputils' 'gputils-doc' 'gpxsee' 'gpxsee' 'gq' 'gr-fcdproplus' 'gr-fcdproplus-devel-doc' 'gr-iqbal-devel-doc' 'grabpng' 'gradio' 'gradio-lang' 'gradle' 'gradle-local' 'grafana' 'grafana-piechart-panel' 'grafana-status-panel' 'grail' 'grail-devel' 'gramofile' 'gramps' 'gramps-lang' 'granatier' 'granatier-lang' 'granite-common' 'granite-demo' 'granite-devel' 'granite-lang' 'grantlee-editor' 'grantlee-editor-lang' 'grantlee5' 'grantlee5-32bit' 'grantlee5-devel' 'grantlee5-devel-32bit' 'grantleetheme' 'grantleetheme-devel' 'grantleetheme-lang' 'graphite2' 'graphite2-devel' 'graphviz' 'graphviz-devel' 'graphviz-doc' 'graphviz-gd' 'graphviz-gnome' 'graphviz-guile' 'graphviz-gvedit' 'graphviz-java' 'graphviz-lua' 'graphviz-perl' 'graphviz-php' 'graphviz-plugins-core' 'graphviz-ruby' 'graphviz-smyrna' 'graphviz-tcl' 'graphviz-x11' 'grass' 'grass-devel' 'grass-doc' 'grc' 'grep' 'grep-lang' 'grepmail' 'grfcodec' 'gri' 'grilo-devel' 'grilo-lang' 'grilo-plugin-dleyna' 'grilo-plugin-tracker' 'grilo-plugin-youtube' 'grilo-plugins' 'grilo-plugins-devel' 'grilo-plugins-lang' 'grilo-tools' 'grim' 'grip' 'grip' 'grip-debuginfo' 'grip-debugsource' 'grip-lang' 'grisbi' 'grisbi-lang' 'groff' 'groff-doc' 'groff-full' 'gromacs' 'gromacs-bash' 'gromacs-devel' 'gromacs-doc' 'gromacs-openmpi2' 'gromit' 'groovebasin' 'groovebasin' 'groovebasin-debugsource' 'groovy' 'groovy-ant' 'groovy-bsf' 'groovy-console' 'groovy-docgenerator' 'groovy-groovydoc' 'groovy-groovysh' 'groovy-jmx' 'groovy-json' 'groovy-jsr223' 'groovy-lib' 'groovy-nio' 'groovy-servlet' 'groovy-sql' 'groovy-swing' 'groovy-templates' 'groovy-test' 'groovy-testng' 'groovy-xml' 'groovy18' 'groovy18-javadoc' 'groovy18-lib' 'growpart' 'growpart-generator' 'grpc-devel' 'grpc-httpjson-transcoding-source' 'grpc-source' 'grsync' 'grsync-lang' 'grub' 'grub2' 'grub2-branding-openSUSE' 'grub2-branding-upstream' 'grub2-i386-efi' 'grub2-i386-efi-debug' 'grub2-i386-pc' 'grub2-i386-pc-debug' 'grub2-i386-xen' 'grub2-snapper-plugin' 'grub2-systemd-sleep-plugin' 'grub2-theme-breeze' 'grub2-x86_64-efi' 'grub2-x86_64-efi-debug' 'grub2-x86_64-xen' 'grubby' 'gscan2pdf' 'gscan2pdf-lang' 'gsequencer' 'gsequencer-devel' 'gsequencer-devel-doc' 'gsettings-backend-dconf' 'gsettings-backend-dconf-32bit' 'gsettings-desktop-schemas' 'gsettings-desktop-schemas-devel' 'gsettings-desktop-schemas-lang' 'gsettings-qt' 'gsettings-qt-devel' 'gsf-office-thumbnailer' 'gsl' 'gsl-devel' 'gsl-doc' 'gsl-examples' 'gsl-gnu-hpc' 'gsl-gnu-hpc-devel' 'gsl-gnu-hpc-doc' 'gsl_2_6-gnu-hpc' 'gsl_2_6-gnu-hpc-devel' 'gsl_2_6-gnu-hpc-doc' 'gsl_2_6-gnu-hpc-examples' 'gsl_2_6-gnu-hpc-module' 'gsmartcontrol' 'gsoap-devel' 'gsoap-doc' 'gsound' 'gsound-devel' 'gspell' 'gspell-devel' 'gspell-lang' 'gssdp-utils' 'gssntlmssp' 'gssntlmssp-devel' 'gssproxy' 'gst123' 'gstreamer' 'gstreamer-1_0-plugins-buzztrax' 'gstreamer-32bit' 'gstreamer-devel' 'gstreamer-doc' 'gstreamer-editing-services' 'gstreamer-editing-services-devel' 'gstreamer-lang' 'gstreamer-libnice' 'gstreamer-plugin-cluttergst3' 'gstreamer-plugin-pipewire' 'gstreamer-plugin-pocketsphinx' 'gstreamer-plugin-python' 'gstreamer-plugins-bad' 'gstreamer-plugins-bad' 'gstreamer-plugins-bad-32bit' 'gstreamer-plugins-bad-32bit-debuginfo' 'gstreamer-plugins-bad-chromaprint' 'gstreamer-plugins-bad-chromaprint-32bit' 'gstreamer-plugins-bad-chromaprint-32bit-debuginfo' 'gstreamer-plugins-bad-chromaprint-debuginfo' 'gstreamer-plugins-bad-debuginfo' 'gstreamer-plugins-bad-debugsource' 'gstreamer-plugins-bad-devel' 'gstreamer-plugins-bad-doc' 'gstreamer-plugins-bad-fluidsynth' 'gstreamer-plugins-bad-fluidsynth-32bit' 'gstreamer-plugins-bad-fluidsynth-32bit-debuginfo' 'gstreamer-plugins-bad-fluidsynth-debuginfo' 'gstreamer-plugins-bad-lang' 'gstreamer-plugins-bad-orig-addon' 'gstreamer-plugins-bad-orig-addon-32bit' 'gstreamer-plugins-bad-orig-addon-32bit-debuginfo' 'gstreamer-plugins-bad-orig-addon-debuginfo' 'gstreamer-plugins-base' 'gstreamer-plugins-base-32bit' 'gstreamer-plugins-base-devel' 'gstreamer-plugins-base-devel-32bit' 'gstreamer-plugins-base-doc' 'gstreamer-plugins-base-lang' 'gstreamer-plugins-farstream' 'gstreamer-plugins-farstream-32bit' 'gstreamer-plugins-good' 'gstreamer-plugins-good-32bit' 'gstreamer-plugins-good-doc' 'gstreamer-plugins-good-extra' 'gstreamer-plugins-good-extra-32bit' 'gstreamer-plugins-good-gtk' 'gstreamer-plugins-good-jack' 'gstreamer-plugins-good-jack-32bit' 'gstreamer-plugins-good-lang' 'gstreamer-plugins-good-qtqml' 'gstreamer-plugins-libav' 'gstreamer-plugins-libav' 'gstreamer-plugins-libav-32bit' 'gstreamer-plugins-libav-32bit-debuginfo' 'gstreamer-plugins-libav-debuginfo' 'gstreamer-plugins-libav-debugsource' 'gstreamer-plugins-libav-doc' 'gstreamer-plugins-libcamera' 'gstreamer-plugins-ugly' 'gstreamer-plugins-ugly' 'gstreamer-plugins-ugly-32bit' 'gstreamer-plugins-ugly-32bit-debuginfo' 'gstreamer-plugins-ugly-debuginfo' 'gstreamer-plugins-ugly-debugsource' 'gstreamer-plugins-ugly-doc' 'gstreamer-plugins-ugly-lang' 'gstreamer-plugins-ugly-orig-addon' 'gstreamer-plugins-ugly-orig-addon-32bit' 'gstreamer-plugins-ugly-orig-addon-32bit-debuginfo' 'gstreamer-plugins-ugly-orig-addon-debuginfo' 'gstreamer-plugins-vaapi' 'gstreamer-plugins-vaapi-doc' 'gstreamer-rtsp-server-devel' 'gstreamer-transcoder' 'gstreamer-transcoder-devel' 'gstreamer-utils' 'gstreamer-validate' 'gstreamer-validate-devel' 'gstreamermm-devel' 'gstreamermm-doc' 'gswrap' 'gtest' 'gthumb' 'gthumb-devel' 'gthumb-lang' 'gti' 'gtick' 'gtick-lang' 'gtk-chtheme' 'gtk-chtheme' 'gtk-chtheme-debuginfo' 'gtk-chtheme-debugsource' 'gtk-doc' 'gtk-doc-lang' 'gtk-frdp-devel' 'gtk-gnutella' 'gtk-gnutella' 'gtk-gnutella-debuginfo' 'gtk-gnutella-debugsource' 'gtk-key-theme-ctrluftw' 'gtk-layer-shell-devel' 'gtk-sharp-beans' 'gtk-sharp-beans-devel' 'gtk-sharp2' 'gtk-sharp2-complete' 'gtk-sharp2-doc' 'gtk-sharp2-gapi' 'gtk-sharp3' 'gtk-sharp3-complete' 'gtk-sharp3-devel' 'gtk-sharp3-doc' 'gtk-sharp3-gapi' 'gtk-sharp3-gapi-devel' 'gtk-vector-screenshot' 'gtk-vector-screenshot' 'gtk-vector-screenshot-debuginfo' 'gtk-vector-screenshot-debugsource' 'gtk-vnc-devel' 'gtk-vnc-lang' 'gtk-vnc-tools' 'gtk2-branding-openSUSE' 'gtk2-branding-upstream' 'gtk2-data' 'gtk2-devel' 'gtk2-devel-32bit' 'gtk2-engine-aurora' 'gtk2-engine-cleanice' 'gtk2-engine-cleanice-32bit' 'gtk2-engine-clearlooks' 'gtk2-engine-clearlooks-32bit' 'gtk2-engine-crux' 'gtk2-engine-crux-32bit' 'gtk2-engine-equinox' 'gtk2-engine-glide' 'gtk2-engine-glide-32bit' 'gtk2-engine-hcengine' 'gtk2-engine-industrial' 'gtk2-engine-industrial-32bit' 'gtk2-engine-mist' 'gtk2-engine-mist-32bit' 'gtk2-engine-murrine' 'gtk2-engine-murrine-32bit' 'gtk2-engine-nimbus' 'gtk2-engine-nimbus-32bit' 'gtk2-engine-oxygen' 'gtk2-engine-oxygen-32bit' 'gtk2-engine-oxygen-32bit-debuginfo' 'gtk2-engine-oxygen-debuginfo' 'gtk2-engine-redmond95' 'gtk2-engine-redmond95-32bit' 'gtk2-engine-thinice' 'gtk2-engine-thinice-32bit' 'gtk2-engines' 'gtk2-engines-devel' 'gtk2-immodule-amharic' 'gtk2-immodule-amharic-32bit' 'gtk2-immodule-inuktitut' 'gtk2-immodule-inuktitut-32bit' 'gtk2-immodule-multipress' 'gtk2-immodule-multipress-32bit' 'gtk2-immodule-thai' 'gtk2-immodule-thai-32bit' 'gtk2-immodule-tigrigna' 'gtk2-immodule-tigrigna-32bit' 'gtk2-immodule-vietnamese' 'gtk2-immodule-vietnamese-32bit' 'gtk2-immodule-xim' 'gtk2-immodule-xim-32bit' 'gtk2-lang' 'gtk2-metatheme-adapta' 'gtk2-metatheme-adwaita' 'gtk2-metatheme-ambiance' 'gtk2-metatheme-ambiant-mate' 'gtk2-metatheme-arc' 'gtk2-metatheme-bluebird' 'gtk2-metatheme-breeze' 'gtk2-metatheme-e17gtk' 'gtk2-metatheme-elementary' 'gtk2-metatheme-equinox' 'gtk2-metatheme-gilouche' 'gtk2-metatheme-greybird' 'gtk2-metatheme-greybird-geeko' 'gtk2-metatheme-industrial' 'gtk2-metatheme-mint' 'gtk2-metatheme-nimbus' 'gtk2-metatheme-numix' 'gtk2-metatheme-paper' 'gtk2-metatheme-plata' 'gtk2-metatheme-radiance' 'gtk2-metatheme-radiant-mate' 'gtk2-metatheme-sonar' 'gtk2-metatheme-vertex' 'gtk2-metatheme-yaru' 'gtk2-metatheme-yuyo' 'gtk2-theme-clearlooks' 'gtk2-theme-crux' 'gtk2-theme-industrial' 'gtk2-theme-mist' 'gtk2-theme-oxygen' 'gtk2-theme-oxygen-32bit-debuginfo' 'gtk2-theme-oxygen-debuginfo' 'gtk2-theme-redmond95' 'gtk2-theme-thinice' 'gtk2-theming-engine-adwaita' 'gtk2-theming-engine-adwaita-32bit' 'gtk2-tools' 'gtk2-tools-32bit' 'gtk3-branding-openSUSE' 'gtk3-branding-upstream' 'gtk3-data' 'gtk3-devel' 'gtk3-devel-32bit' 'gtk3-devel-doc' 'gtk3-immodule-amharic' 'gtk3-immodule-amharic-32bit' 'gtk3-immodule-broadway' 'gtk3-immodule-inuktitut' 'gtk3-immodule-inuktitut-32bit' 'gtk3-immodule-multipress' 'gtk3-immodule-multipress-32bit' 'gtk3-immodule-thai' 'gtk3-immodule-thai-32bit' 'gtk3-immodule-tigrigna' 'gtk3-immodule-tigrigna-32bit' 'gtk3-immodule-vietnamese' 'gtk3-immodule-vietnamese-32bit' 'gtk3-immodule-wayland' 'gtk3-immodule-wayland-32bit' 'gtk3-immodule-xim' 'gtk3-immodule-xim-32bit' 'gtk3-lang' 'gtk3-metatheme-adapta' 'gtk3-metatheme-adwaita' 'gtk3-metatheme-ambiance' 'gtk3-metatheme-ambiant-mate' 'gtk3-metatheme-arc' 'gtk3-metatheme-bluebird' 'gtk3-metatheme-breeze' 'gtk3-metatheme-e17gtk' 'gtk3-metatheme-elementary' 'gtk3-metatheme-greybird' 'gtk3-metatheme-greybird-geeko' 'gtk3-metatheme-mint' 'gtk3-metatheme-numix' 'gtk3-metatheme-paper' 'gtk3-metatheme-plata' 'gtk3-metatheme-radiance' 'gtk3-metatheme-radiant-mate' 'gtk3-metatheme-vertex' 'gtk3-metatheme-yaru' 'gtk3-metatheme-yuyo' 'gtk3-schema' 'gtk3-tools' 'gtk3-tools-32bit' 'gtk4-branding-upstream' 'gtk4-devel' 'gtk4-devel-32bit' 'gtk4-lang' 'gtk4-metatheme-adapta' 'gtk4-metatheme-plata' 'gtk4-schema' 'gtk4-tools' 'gtkam' 'gtkam-doc' 'gtkam-lang' 'gtkd-devel' 'gtkglext-devel' 'gtkglext-doc' 'gtkhtml-4_0-lang' 'gtkhtml-devel' 'gtkimageview-devel' 'gtkiterm' 'gtkmm2-devel' 'gtkmm2-tutorial' 'gtkmm2-tutorial-lang' 'gtkmm3-devel' 'gtkmm3-doc' 'gtkmm3-tutorial' 'gtkmm3-tutorial-lang' 'gtkpod' 'gtkpod-devel' 'gtkpod-lang' 'gtksourceview-devel' 'gtksourceview-lang' 'gtksourceview2-devel' 'gtksourceview2-lang' 'gtksourceview4-devel' 'gtksourceview4-lang' 'gtksourceviewmm-devel' 'gtksourceviewmm3_0-devel' 'gtkspell-devel' 'gtkspell-doc' 'gtkspell-lang' 'gtkspell3-devel' 'gtkspell3-lang' 'gtkwave' 'gtkwave-doc' 'gtkwave-examples' 'gtranslator' 'gtranslator-lang' 'gts' 'gts-devel' 'gtypist' 'gtypist-lang' 'guake' 'guake-lang' 'guava' 'guava-javadoc' 'guava-testlib' 'guava20' 'guava20-javadoc' 'guava20-testlib' 'guayadeque' 'guayadeque' 'guayadeque-debuginfo' 'guayadeque-debugsource' 'gucharmap' 'gucharmap-devel' 'gucharmap-lang' 'gudev-sharp' 'gudev-sharp-devel' 'guestfs-data' 'guestfs-tools' 'guestfsd' 'guice-assistedinject' 'guice-bom' 'guice-extensions' 'guice-grapher' 'guice-jmx' 'guice-jndi' 'guice-multibindings' 'guice-parent' 'guice-servlet' 'guice-testlib' 'guice-throwingproviders' 'guile' 'guile-bytestructures' 'guile-cairo' 'guile-cairo-devel' 'guile-charting' 'guile-devel' 'guile-gcrypt' 'guile-git' 'guile-json' 'guile-modules-2_2' 'guile-newt' 'guile-parted' 'guile-sqlite3' 'guile-ssh-devel' 'guile1' 'guilt' 'guitarix' 'guix' 'gummi' 'gummi-lang' 'gup' 'gupnp-av' 'gupnp-dlna-tools' 'gupnp-tools' 'gupnp-tools-lang' 'gutenprint' 'gutenprint-devel' 'gutenprint-gimpplugin' 'guvcview' 'guvcview-devel' 'guvcview-lang' 'guvcview-qt5' 'guvcview-qt5-lang' 'gv' 'gvfs' 'gvfs-32bit' 'gvfs-backend-afc' 'gvfs-backend-samba' 'gvfs-backends' 'gvfs-devel' 'gvfs-fuse' 'gvfs-lang' 'gvim' 'gweather-data' 'gwenhywfar' 'gwenhywfar-devel' 'gwenhywfar-lang' 'gwenhywfar-tools' 'gwenview5' 'gwenview5-lang' 'gxditview' 'gxine' 'gxine' 'gxine-browser-plugin' 'gxine-browser-plugin-debuginfo' 'gxine-debuginfo' 'gxine-debugsource' 'gxine-lang' 'gyp' 'gypsy' 'gzdoom' 'gzip' 'gzrt' 'h264enc' 'h264enc' 'h5utils' 'ha-cluster-bootstrap' 'haas-proxy' 'habootstrap-formula' 'hack-fonts' 'hackbench' 'hackrf' 'hackrf-devel' 'hackrf-firmware' 'hackrf-udev' 'hactool' 'haguichi' 'haguichi-lang' 'hamcrest' 'hamcrest-core' 'hamcrest-demo' 'hamcrest-javadoc' 'hamlib' 'hamlib-devel' 'hamster-time-tracker' 'hamster-time-tracker-lang' 'hanadb_exporter' 'handbrake' 'handbrake-cli' 'handbrake-cli-debuginfo' 'handbrake-debuginfo' 'handbrake-debugsource' 'handbrake-gtk' 'handbrake-gtk-debuginfo' 'handbrake-gtk-lang' 'handedict' 'happy' 'haproxy' 'hardening-check' 'hardinfo' 'harfbuzz-devel' 'harfbuzz-tools' 'harminv' 'harminv-devel' 'hartke-aurulentsans-fonts' 'haserl' 'hashalot' 'hashcat' 'hashdeep' 'haveged' 'haveged-devel' 'hawk-apiserver' 'hawk2' 'hawkey-man' 'hawknl-devel' 'hawknl-libs' 'hawtbuf' 'hawtbuf-javadoc' 'hawtbuf-proto' 'hawtbuf-protoc' 'hawtjni' 'hawtjni-javadoc' 'hawtjni-maven-plugin' 'hawtjni-maven-plugin-javadoc' 'hawtjni-runtime' 'haxe' 'hbci4java' 'hbci4java-javadoc' 'hcode' 'hda-verb' 'hdajackretask' 'hdajacksensetest' 'hddtemp' 'hdf' 'hdf-devel' 'hdf-devel-data' 'hdf-devel-static' 'hdf-openmpi' 'hdf-openmpi-devel' 'hdf-openmpi-devel-static' 'hdf5' 'hdf5-devel' 'hdf5-devel-32bit' 'hdf5-devel-data' 'hdf5-devel-static' 'hdf5-examples' 'hdf5-gnu-hpc' 'hdf5-gnu-hpc-devel' 'hdf5-gnu-mpich-hpc' 'hdf5-gnu-mpich-hpc-devel' 'hdf5-gnu-mvapich2-hpc' 'hdf5-gnu-mvapich2-hpc-devel' 'hdf5-gnu-openmpi1-hpc' 'hdf5-gnu-openmpi1-hpc-devel' 'hdf5-gnu-openmpi2-hpc' 'hdf5-gnu-openmpi2-hpc-devel' 'hdf5-gnu-openmpi3-hpc' 'hdf5-gnu-openmpi3-hpc-devel' 'hdf5-hpc-examples' 'hdf5-mvapich2' 'hdf5-mvapich2-devel' 'hdf5-mvapich2-devel-32bit' 'hdf5-mvapich2-devel-static' 'hdf5-openmpi1' 'hdf5-openmpi1-devel' 'hdf5-openmpi1-devel-32bit' 'hdf5-openmpi1-devel-static' 'hdf5-openmpi2' 'hdf5-openmpi2-devel' 'hdf5-openmpi2-devel-32bit' 'hdf5-openmpi2-devel-static' 'hdf5-openmpi3' 'hdf5-openmpi3-devel' 'hdf5-openmpi3-devel-32bit' 'hdf5-openmpi3-devel-static' 'hdf5_1_10_5-gnu-hpc' 'hdf5_1_10_5-gnu-hpc-devel' 'hdf5_1_10_5-gnu-hpc-devel-static' 'hdf5_1_10_5-gnu-hpc-module' 'hdf5_1_10_5-gnu-mpich-hpc' 'hdf5_1_10_5-gnu-mpich-hpc-devel' 'hdf5_1_10_5-gnu-mpich-hpc-devel-static' 'hdf5_1_10_5-gnu-mpich-hpc-module' 'hdf5_1_10_5-gnu-mvapich2-hpc' 'hdf5_1_10_5-gnu-mvapich2-hpc-devel' 'hdf5_1_10_5-gnu-mvapich2-hpc-devel-static' 'hdf5_1_10_5-gnu-mvapich2-hpc-module' 'hdf5_1_10_5-gnu-openmpi1-hpc' 'hdf5_1_10_5-gnu-openmpi1-hpc-devel' 'hdf5_1_10_5-gnu-openmpi1-hpc-devel-static' 'hdf5_1_10_5-gnu-openmpi1-hpc-module' 'hdf5_1_10_5-gnu-openmpi2-hpc' 'hdf5_1_10_5-gnu-openmpi2-hpc-devel' 'hdf5_1_10_5-gnu-openmpi2-hpc-devel-static' 'hdf5_1_10_5-gnu-openmpi2-hpc-module' 'hdf5_1_10_5-gnu-openmpi3-hpc' 'hdf5_1_10_5-gnu-openmpi3-hpc-devel' 'hdf5_1_10_5-gnu-openmpi3-hpc-devel-static' 'hdf5_1_10_5-gnu-openmpi3-hpc-module' 'hdf5_1_10_5-hpc-examples' 'hdhomerun-config' 'hdhomerun-config-debuginfo' 'hdhomerun_config' 'hdhomerun_config_gui' 'hdjmod-kmp-default' 'hdjmod-kmp-pae' 'hdparm' 'hdspconf' 'hdsploader' 'hdspmixer' 'headmore' 'health-check' 'health-check-bash-completion' 'health-checker' 'health-checker-plugins-MicroOS' 'health-checker-plugins-caasp' 'health-checker-plugins-kubic' 'health-checker-testing' 'heapster' 'heaptrack' 'heaptrack' 'heaptrack-debuginfo' 'heaptrack-debugsource' 'heaptrack-devel' 'heaptrack-gui' 'heaptrack-gui-debuginfo' 'heaptrack-lang' 'hedgewars' 'hedgewars-data' 'heif-devel-headers' 'heif-gimp-plugin' 'heif-gimp-plugin-debugsource' 'heimdall' 'heimdall-frontend' 'hello' 'hello-kubic' 'hello-kubic-k8s-yaml' 'hello-lang' 'helm' 'helm-mirror' 'help2man' 'help2man-lang' 'herbstluftwm' 'herbstluftwm-bash-completion' 'herbstluftwm-examples' 'herbstluftwm-fish-completion' 'herbstluftwm-zsh-completion' 'heroes-tron' 'hevea' 'hex' 'hex2bin' 'hexchat' 'hexchat-devel' 'hexchat-lang' 'hexchat-plugins-lua' 'hexchat-plugins-perl' 'hexchat-plugins-python3' 'hexd' 'hexen2' 'hexen2' 'hexen2-debuginfo' 'hexen2-debugsource' 'hexenworld' 'hexenworld-debuginfo' 'hexter' 'hfst' 'hfst-devel' 'hfst-ospell' 'hfst-ospell-devel' 'hfsutils' 'hg-fast-export' 'hiawatha' 'hiawatha-letsencrypt' 'hibiscus' 'hicolor-icon-theme' 'hicolor-icon-theme-branding-openSUSE' 'hidviz' 'highlight' 'highlight-gui' 'highlight-gui-lang' 'himeno' 'hiredis' 'hiredis-devel' 'hitori' 'hitori-lang' 'hivex' 'hivex-devel' 'hivex-lang' 'hmaccalc' 'hmcfgusb' 'hmconv' 'hollywood' 'hollywood-data' 'holodev' 'homebank' 'homebank-lang' 'homerhevc' 'homerhevc' 'homerhevc-debuginfo' 'homerhevc-debugsource' 'homeshick' 'honggfuzz' 'horst' 'hostap-utils' 'hostapd' 'hostinfo' 'hostname' 'hotspot' 'hourglass' 'hourglass-lang' 'howl' 'hp-drive-guard' 'hp2xx' 'hpack' 'hpc_compute_node' 'hpc_development_node' 'hpc_libraries' 'hpc_workload_server' 'hping' 'hping-doc' 'hplip' 'hplip-devel' 'hplip-hpijs' 'hplip-sane' 'hplip-scan-utils' 'hppc' 'hppc-javadoc' 'hppc-templateprocessor' 'hpx' 'hpx-devel' 'hspec-discover' 'hsqldb' 'hsqldb-demo' 'hsqldb-javadoc' 'hsqldb-manual' 'ht' 'htdig' 'htdig-devel' 'htdig-doc' 'hte' 'html-dtd' 'html-xml-utils' 'html2ps' 'html2text' 'htmlcxx' 'htmlcxx' 'htmlcxx-debuginfo' 'htmlcxx-debugsource' 'htmlcxx-devel' 'htmldoc' 'htop' 'htsfile' 'http-builder' 'http-builder-javadoc' 'http-parser-devel' 'httpcomponents-client' 'httpcomponents-client-cache' 'httpcomponents-client-javadoc' 'httpcomponents-core' 'httpcomponents-core-javadoc' 'httpcomponents-project' 'httperf' 'httrack' 'httrack-devel' 'hub' 'hugin' 'humanity-icon-theme' 'hunspell' 'hunspell-devel' 'hunspell-devel-32bit' 'hunspell-tools' 'hwdata' 'hwinfo' 'hwinfo-devel' 'hwloc' 'hwloc-data' 'hwloc-devel' 'hwloc-doc' 'hwmixvolume' 'hwsd' 'hwsd' 'hwsd-debuginfo' 'hwsd-debugsource' 'hwsd-devel' 'hwsd-doc' 'hxtools' 'hxtools-data' 'hxtools-man' 'hxtools-profile' 'hxtools-scripts' 'hydrogen' 'hyena' 'hylafax+' 'hylafax+-client' 'hyper-v' 'hyperscan-devel' 'hyphen' 'hyphen-devel' 'hypre-devel' 'hypre-gnu-mpich-hpc-devel' 'hypre-gnu-mvapich2-hpc-devel' 'hypre-gnu-openmpi1-hpc-devel' 'hypre-gnu-openmpi2-hpc-devel' 'hypre-gnu-openmpi3-hpc-devel' 'hypre-mpich-devel' 'hypre-mvapich2-devel' 'hypre-openmpi1-devel' 'hypre-openmpi2-devel' 'hypre_2_18_2-gnu-mpich-hpc-devel' 'hypre_2_18_2-gnu-mvapich2-hpc-devel' 'hypre_2_18_2-gnu-openmpi1-hpc-devel' 'hypre_2_18_2-gnu-openmpi2-hpc-devel' 'hypre_2_18_2-gnu-openmpi3-hpc-devel' 'i18nspector' 'i2c-tools' 'i2pd' 'i3' 'i3-devel' 'i3-gaps' 'i3-gaps-devel' 'i3blocks' 'i3lock' 'i3lock-xlock-compat' 'i3status' 'iMule' 'iMule' 'iMule-debuginfo' 'iMule-debugsource' 'iagno' 'iagno-lang' 'ibacm' 'ibm-data-db2' 'ibmswtpm2' 'ibmtss' 'ibmtss-base' 'ibmtss-devel' 'ibsim' 'ibus' 'ibus-anthy' 'ibus-anthy-devel' 'ibus-cangjie' 'ibus-chewing' 'ibus-devel' 'ibus-dict-emoji' 'ibus-gtk' 'ibus-gtk-32bit' 'ibus-gtk3' 'ibus-gtk3-32bit' 'ibus-hangul' 'ibus-input-pad' 'ibus-kkc' 'ibus-lang' 'ibus-libpinyin' 'ibus-libzhuyin' 'ibus-m17n' 'ibus-mozc' 'ibus-mozc-candidate-window' 'ibus-pinyin' 'ibus-rime' 'ibus-skk' 'ibus-sunpinyin' 'ibus-table' 'ibus-table-chinese-array' 'ibus-table-chinese-cangjie' 'ibus-table-chinese-cantonese' 'ibus-table-chinese-easy' 'ibus-table-chinese-erbi' 'ibus-table-chinese-jyutping' 'ibus-table-chinese-quick' 'ibus-table-chinese-scj' 'ibus-table-chinese-stroke5' 'ibus-table-chinese-wu' 'ibus-table-chinese-wubi-haifeng' 'ibus-table-chinese-wubi-jidian' 'ibus-table-chinese-yong' 'ibus-table-cns11643' 'ibus-table-compose' 'ibus-table-devel' 'ibus-table-emoji' 'ibus-table-extraphrase' 'ibus-table-extraphrase-devel' 'ibus-table-hu-old-hungarian-rovas' 'ibus-table-ipa-x-sampa' 'ibus-table-latex' 'ibus-table-mathwriter' 'ibus-table-others' 'ibus-table-rusle' 'ibus-table-rustrad' 'ibus-table-thai' 'ibus-table-translit' 'ibus-table-translit-ua' 'ibus-table-viqr' 'ibus-table-yawerty' 'ibus-typing-booster' 'ibus-unikey' 'ibutils' 'ibutils-devel' 'ibutils-ui' 'icc-examin' 'icc-examin-lang' 'icc-mime-types' 'icc-profiles' 'icc-profiles-all' 'icc-profiles-basiccolor-lstarrgb' 'icc-profiles-basiccolor-printing2009-coat2' 'icc-profiles-basiccolor-printing2009-doc' 'icc-profiles-basiccolor-printing2009-extra' 'icc-profiles-lcms-lab' 'icc-profiles-mini' 'icc-profiles-openicc-rgb' 'icc-profiles-oyranos-extra' 'icc-targets-fogra' 'icc-targets-npes' 'iceauth' 'icecast' 'icecast-doc' 'icecream' 'icecream-clang-wrappers' 'icecream-monitor' 'icedtea-web' 'icedtea-web-javadoc' 'ices' 'icewm' 'icewm-config-upstream' 'icewm-default' 'icewm-lang' 'icewm-lite' 'icewm-theme-branding' 'icewm-theme-yast-installation' 'icewm-themes' 'icinga2' 'icinga2-bin' 'icinga2-common' 'icinga2-doc' 'icinga2-ido-mysql' 'icinga2-ido-pgsql' 'icingacli' 'icingaweb2' 'icingaweb2-common' 'icingaweb2-module-director' 'icingaweb2-module-incubator' 'icingaweb2-module-ipl' 'icingaweb2-module-reactbundle' 'icingaweb2-vendor-HTMLPurifier' 'icingaweb2-vendor-JShrink' 'icingaweb2-vendor-Parsedown' 'icingaweb2-vendor-dompdf' 'icingaweb2-vendor-lessphp' 'icingaweb2-vendor-zf1' 'icmake' 'icmpinfo' 'icmptunnel' 'icns-utils' 'ico' 'icon-naming-utils' 'icontheme-El-General' 'icontheme-El-General' 'icoutils' 'icu' 'icu4j' 'icu4j-charset' 'icu4j-javadoc' 'icu4j-localespi' 'id3lib' 'id3lib-32bit' 'id3lib-devel' 'id3lib-examples' 'id3v2' 'idep' 'ido-devel' 'idutils' 'idutils-lang' 'idzebra' 'idzebra-devel' 'idzebra-doc' 'iftop' 'ifuse' 'igerman98-doc' 'ignition' 'ignition-config-transpiler' 'ignition-dracut' 'iio-sensor-proxy' 'iio-sensor-proxy-doc' 'ikiwiki' 'ikiwiki-w3m' 'ikona' 'ikona' 'ikona-debuginfo' 'ikona-debugsource' 'ikvm' 'ilbc-devel' 'ilmbase-devel' 'ima-evm-utils-devel' 'ima-inspect' 'imageburner' 'imageburner-lang' 'imagej' 'imagewriter' 'imagination' 'imagination' 'imagination-debuginfo' 'imagination-debugsource' 'imagination-doc' 'imagination-lang' 'imaging' 'imake' 'imapfilter' 'imb-gnu-mpich-hpc' 'imb-gnu-mvapich2-hpc' 'imb-gnu-openmpi1-hpc' 'imb-gnu-openmpi2-hpc' 'imb-gnu-openmpi3-hpc' 'imb-mpich' 'imb-mvapich2' 'imb-openmpi1' 'imb-openmpi2' 'imb-openmpi3' 'imb_2019_3-gnu-mpich-hpc' 'imb_2019_3-gnu-mvapich2-hpc' 'imb_2019_3-gnu-openmpi1-hpc' 'imb_2019_3-gnu-openmpi2-hpc' 'imb_2019_3-gnu-openmpi3-hpc' 'imgen' 'imgp' 'imgp-bash-completion' 'imgp-fish-completion' 'imgp-zsh-completion' 'imgvtopgm' 'imhangul' 'imhangul-32bit' 'iml-devel' 'imlib2' 'imlib2-devel' 'imlib2-filters' 'imlib2-loaders' 'imobiledevice-tools' 'import-properties-plugin' 'impressive' 'imv' 'imwheel' 'imx-usb-loader' 'incidenceeditor' 'incidenceeditor-devel' 'incidenceeditor-lang' 'include-what-you-use' 'include-what-you-use-tools' 'indent' 'indent-lang' 'index' 'index' 'indic-fonts' 'indriya' 'indriya-javadoc' 'ineffassign' 'infiniband-diags' 'infinipath-psm-devel' 'infinoted' 'influxdb' 'influxdb-devel' 'info' 'info-std' 'info2html' 'info4' 'infos-creator-rpm' 'ini4j' 'ini4j-javadoc' 'initviocons' 'injeqt-devel' 'inkscape' 'inkscape-extensions-dia' 'inkscape-extensions-extra' 'inkscape-extensions-fig' 'inkscape-extensions-gimp' 'inkscape-extensions-skencil' 'inkscape-lang' 'inn' 'inn-devel' 'innoextract' 'innotop' 'inotify-tools' 'inotify-tools-devel' 'inotify-tools-doc' 'input-pad' 'input-pad-devel' 'input-pad-eek' 'input-pad-xtest' 'insighttoolkit-devel' 'inspectrum' 'insserv-compat' 'inst-source-utils' 'install-initrd-Kubic' 'install-initrd-MicroOS' 'install-initrd-openSUSE' 'installation-images-Kubic' 'installation-images-MicroOS' 'installation-images-debuginfodeps-MicroOS' 'installation-images-debuginfodeps-openSUSE' 'instsource-susedata' 'int10h-oldschoolpc-fonts' 'intel-SINIT' 'intel-cmt-cat' 'intel-hybrid-driver' 'intel-media-driver' 'intel-vaapi-driver' 'intel-vaapi-driver-32bit' 'intelhex' 'inter-fonts' 'interbench' 'intlfonts' 'intlfonts-arabic-bitmap-fonts' 'intlfonts-asian-bitmap-fonts' 'intlfonts-bdf-fonts' 'intlfonts-chinese-big-bitmap-fonts' 'intlfonts-chinese-bitmap-fonts' 'intlfonts-ethiopic-bitmap-fonts' 'intlfonts-euro-bitmap-fonts' 'intlfonts-japanese-big-bitmap-fonts' 'intlfonts-japanese-bitmap-fonts' 'intlfonts-phonetic-bitmap-fonts' 'intlfonts-ttf-fonts' 'intlfonts-type1-fonts' 'intltool' 'inwee' 'inxi' 'iodbc' 'iodbc-admin' 'iodine' 'iometer' 'ioping' 'iops' 'ioquake3' 'ioquake3-devel' 'ior' 'iotop' 'iouyap' 'iozone' 'iozone-doc' 'ipa-ex-gothic-fonts' 'ipa-ex-mincho-fonts' 'ipa-gothic-bold-fonts' 'ipa-gothic-bolditalic-fonts' 'ipa-gothic-fonts' 'ipa-gothic-italic-fonts' 'ipa-mincho-fonts' 'ipa-pgothic-bold-fonts' 'ipa-pgothic-bolditalic-fonts' 'ipa-pgothic-fonts' 'ipa-pgothic-italic-fonts' 'ipa-pmincho-fonts' 'ipa-uigothic-fonts' 'ipadic' 'ipcalc' 'iperf' 'iperf-devel' 'ipmctl' 'ipmctl-devel' 'ipmitool' 'ipmitool-bmc-snmp-proxy' 'ipmiutil' 'ipmiutil-devel' 'ipmiutil-static' 'iprange' 'iproute2' 'iproute2-bash-completion' 'ipset' 'ipset-devel' 'iptables' 'iptables-backend-nft' 'iptraf-ng' 'iputils' 'ipv6gen' 'ipv6toolkit' 'ipvsadm' 'ipw-firmware' 'ipxe-bootimgs' 'ipxrip' 'irda' 'irman-common' 'irman-utils' 'irqbalance' 'irrlicht-data' 'irrlicht-devel' 'irssi' 'irssi-devel' 'irssi-otr' 'isapnp' 'isapnp-devel' 'isatapd' 'iscan' 'iscan' 'iscan-data' 'iscan-debuginfo' 'iscan-debugsource' 'iscan-firmware' 'iscan-plugin' 'iscan-plugin' 'iscsiuio' 'isight-firmware-tools' 'isl-devel' 'isl-devel-32bit' 'iso-codes' 'iso-codes-devel' 'iso-codes-lang' 'iso-country-flags-png' 'iso_ent' 'isomaster' 'isomaster' 'isomaster-debuginfo' 'isomaster-debugsource' 'isomaster-lang' 'isorelax' 'ispell' 'ispell-american' 'ispell-brazilian' 'ispell-british' 'ispell-bulgarian' 'ispell-catalan' 'ispell-czech' 'ispell-danish' 'ispell-dutch' 'ispell-esperanto' 'ispell-estonian' 'ispell-finnish' 'ispell-french' 'ispell-german' 'ispell-greek' 'ispell-hungarian' 'ispell-italian' 'ispell-naustrian' 'ispell-ngerman' 'ispell-norsk' 'ispell-nswiss' 'ispell-polish' 'ispell-portuguese' 'ispell-russian' 'ispell-slovak' 'ispell-slovene' 'ispell-spanish' 'ispell-swedish' 'issue-generator' 'istack-commons' 'istack-commons-buildtools' 'istack-commons-maven-plugin' 'istack-commons-runtime' 'istack-commons-soimp' 'istack-commons-test' 'istack-commons-tools' 'istgt' 'isync' 'itk' 'itpp-devel' 'itpp-doc' 'itstool' 'iucode-tool' 'iverilog' 'iverilog-devel' 'ivtv' 'ivtv-firmware' 'ivy-local' 'ivykis-devel' 'iw' 'iwatch' 'iwd' 'iwidgets' 'iwpmd' 'jack' 'jack-32bit' 'jack-rack' 'jackEQ' 'jack_capture' 'jack_mixer' 'jack_mixer' 'jack_mixer-debuginfo' 'jack_mixer-debugsource' 'jackmixdesk' 'jackmixdesk' 'jackmixdesk-debuginfo' 'jackmixdesk-debugsource' 'jackson' 'jackson-annotations' 'jackson-annotations-javadoc' 'jackson-bom' 'jackson-core' 'jackson-core-javadoc' 'jackson-databind' 'jackson-databind-javadoc' 'jackson-dataformat-cbor' 'jackson-dataformat-smile' 'jackson-dataformats-binary' 'jackson-dataformats-binary-javadoc' 'jackson-javadoc' 'jackson-parent' 'jacktrip' 'jaero' 'jaf' 'jaf-javadoc' 'jafama' 'jafama-javadoc' 'jag' 'jag-data' 'jag-editor' 'jakarta-commons-discovery' 'jakarta-commons-discovery-javadoc' 'jakarta-commons-launcher' 'jakarta-commons-launcher-javadoc' 'jakarta-commons-modeler' 'jakarta-commons-modeler-javadoc' 'jakarta-commons-transaction' 'jakarta-commons-vfs' 'jakarta-commons-vfs-javadoc' 'jakarta-commons-vfs-manual' 'jakarta-poi' 'jakarta-poi-javadoc' 'jakarta-poi-manual' 'jakarta-slide-webdavclient' 'jakarta-slide-webdavclient-javadoc' 'jakarta-slide-webdavclient-repolib' 'jakarta-taglibs-standard' 'jakarta-taglibs-standard-javadoc' 'jameica' 'jameica-devel' 'jameica-javadoc' 'jamin' 'janino' 'janino-javadoc' 'jansi' 'jansi-javadoc' 'jansi-native' 'jansi-native-javadoc' 'jarjar' 'jarjar-javadoc' 'jatl' 'jatl-javadoc' 'java-11-openj9' 'java-11-openj9-accessibility' 'java-11-openj9-demo' 'java-11-openj9-devel' 'java-11-openj9-headless' 'java-11-openj9-javadoc' 'java-11-openj9-jmods' 'java-11-openj9-src' 'java-11-openjdk' 'java-11-openjdk-accessibility' 'java-11-openjdk-demo' 'java-11-openjdk-devel' 'java-11-openjdk-headless' 'java-11-openjdk-javadoc' 'java-11-openjdk-jmods' 'java-11-openjdk-src' 'java-14-openjdk' 'java-14-openjdk-accessibility' 'java-14-openjdk-demo' 'java-14-openjdk-devel' 'java-14-openjdk-headless' 'java-14-openjdk-javadoc' 'java-14-openjdk-jmods' 'java-14-openjdk-src' 'java-15-openjdk' 'java-15-openjdk-accessibility' 'java-15-openjdk-demo' 'java-15-openjdk-devel' 'java-15-openjdk-headless' 'java-15-openjdk-javadoc' 'java-15-openjdk-jmods' 'java-15-openjdk-src' 'java-1_8_0-openj9' 'java-1_8_0-openj9-accessibility' 'java-1_8_0-openj9-demo' 'java-1_8_0-openj9-devel' 'java-1_8_0-openj9-headless' 'java-1_8_0-openj9-javadoc' 'java-1_8_0-openj9-src' 'java-1_8_0-openjdk' 'java-1_8_0-openjdk-accessibility' 'java-1_8_0-openjdk-demo' 'java-1_8_0-openjdk-devel' 'java-1_8_0-openjdk-headless' 'java-1_8_0-openjdk-javadoc' 'java-1_8_0-openjdk-src' 'java-atk-wrapper' 'java-binfmt-misc' 'java-cup' 'java-cup-manual' 'java-jwt' 'java-jwt-javadoc' 'java-libkolabxml1' 'java-mraa' 'javacc' 'javacc-demo' 'javacc-javadoc' 'javacc-manual' 'javacc-maven-plugin' 'javacc-maven-plugin-javadoc' 'javaewah' 'javaewah-javadoc' 'javahelp2' 'javahelp2-javadoc' 'javahelp2-manual' 'javamail' 'javamail-javadoc' 'javapackages-filesystem' 'javapackages-gradle' 'javapackages-ivy' 'javapackages-local' 'javapackages-tools' 'javaparser' 'javaparser-javadoc' 'javapoet' 'javapoet-javadoc' 'javassist' 'javassist-demo' 'javassist-javadoc' 'javassist-manual' 'javazic' 'jawn-ast' 'jawn-json4s' 'jawn-parser' 'jawn-util' 'jaxen' 'jaxodraw' 'jaxodraw-javadoc' 'jaxodraw-latex' 'jbig2dec' 'jbig2dec-devel' 'jbig2dec-devel-32bit' 'jbigkit' 'jboss-interceptors-1.2-api' 'jboss-interceptors-1.2-api-javadoc' 'jboss-logging' 'jboss-logging-javadoc' 'jboss-logmanager' 'jboss-logmanager-javadoc' 'jboss-marshalling' 'jboss-marshalling-javadoc' 'jboss-marshalling-osgi' 'jboss-modules' 'jboss-modules-javadoc' 'jboss-parent' 'jboss-websocket-1.0-api' 'jboss-websocket-1.0-api-javadoc' 'jc' 'jcasgen-maven-plugin' 'jchardet' 'jchardet-javadoc' 'jcifs' 'jcifs-demo' 'jcifs-javadoc' 'jcip-annotations' 'jcip-annotations-javadoc' 'jcl-over-slf4j' 'jcodings' 'jcommon' 'jcommon-javadoc' 'jconvolver' 'jconvolver-examples' 'jcsp' 'jcsp-javadoc' 'jctools' 'jctools-channels' 'jctools-experimental' 'jctools-javadoc' 'jctools-parent' 'jcuber' 'jcuber-doc' 'jdepend' 'jdepend-demo' 'jdependency' 'jdependency-javadoc' 'jdo2-api' 'jdo2-api-javadoc' 'jdom' 'jdom2' 'jdom2-javadoc' 'jedit' 'jedit-javadoc' 'jemalloc' 'jemalloc-devel' 'jemmy' 'jemmy-javadoc' 'jenkins-json-lib' 'jeos-firstboot' 'jeos-firstboot-rpiwifi' 'jetbrains-annotations' 'jetbrains-annotations-javadoc' 'jettison' 'jettison-javadoc' 'jetty-alpn' 'jetty-alpn-api' 'jetty-alpn-api-javadoc' 'jetty-alpn-javadoc' 'jetty-annotations' 'jetty-artifact-remote-resources' 'jetty-build-support' 'jetty-build-support-javadoc' 'jetty-client' 'jetty-continuation' 'jetty-distribution-remote-resources' 'jetty-http' 'jetty-io' 'jetty-jaas' 'jetty-javax-websocket-client-impl' 'jetty-javax-websocket-server-impl' 'jetty-jmx' 'jetty-jndi' 'jetty-jsp' 'jetty-minimal-javadoc' 'jetty-openid' 'jetty-parent' 'jetty-plus' 'jetty-proxy' 'jetty-schemas' 'jetty-security' 'jetty-server' 'jetty-servlet' 'jetty-toolchain' 'jetty-util' 'jetty-util-ajax' 'jetty-version-maven-plugin' 'jetty-version-maven-plugin-javadoc' 'jetty-webapp' 'jetty-websocket-api' 'jetty-websocket-client' 'jetty-websocket-common' 'jetty-websocket-javadoc' 'jetty-websocket-server' 'jetty-websocket-servlet' 'jetty-xml' 'jeuclid' 'jeuclid-cli' 'jeuclid-fop' 'jeuclid-mathviewer' 'jfbterm' 'jffi' 'jffi-javadoc' 'jffi-native' 'jflex' 'jflex-doc' 'jformatstring' 'jformatstring-javadoc' 'jfreechart' 'jfreechart-javadoc' 'jfsutils' 'jgit' 'jgit-javadoc' 'jgmenu' 'jgoodies-forms' 'jgoodies-forms-demo' 'jgoodies-forms-javadoc' 'jgoodies-forms-manual' 'jgoodies-looks' 'jgoodies-looks-demo' 'jgoodies-looks-javadoc' 'jgoodies-looks-manual' 'jgraphx' 'jgroups' 'jgroups-javadoc' 'jgroups-manual' 'jgroups-repolib' 'jhbuild' 'jhbuild-lang' 'jhbuild-recommended-deps' 'jhead' 'jhighlight' 'jhighlight-javadoc' 'jigdo' 'jigit' 'jikes' 'jimtcl' 'jimtcl-devel' 'jing' 'jing-javadoc' 'jisp2' 'jisp2-demo' 'jisp2-javadoc' 'jlatexmath' 'jlatexmath-fop' 'jlatexmath-javadoc' 'jlex' 'jlfgr' 'jline' 'jline-javadoc' 'jline1' 'jline1-javadoc' 'jmdict' 'jmess' 'jmess' 'jmess-debuginfo' 'jmess-debugsource' 'jmock' 'jmock-demo' 'jmock-javadoc' 'jmol' 'jna' 'jna-contrib' 'jna-javadoc' 'jo' 'jo-bash-completion' 'joda-convert' 'joda-convert-javadoc' 'joda-time' 'joda-time-javadoc' 'joe' 'jogl2' 'john' 'john-wordlists' 'jomolhari-fonts' 'jondo' 'jondofox' 'jopt-simple' 'jopt-simple-javadoc' 'josm' 'josm' 'josm-fonts' 'jp' 'jp2a' 'jpegoptim' 'jpnevulator' 'jq' 'jrosetta' 'jrtplib-devel' 'js' 'js' 'js-debuginfo' 'js-debugsource' 'js-devel' 'js-technology-fonts' 'jsch' 'jsch-agent-proxy-connector-factory' 'jsch-agent-proxy-core' 'jsch-agent-proxy-javadoc' 'jsch-agent-proxy-jsch' 'jsch-agent-proxy-pageant' 'jsch-agent-proxy-sshagent' 'jsch-agent-proxy-svnkit-trilead-ssh2' 'jsch-agent-proxy-usocket-jna' 'jsch-agent-proxy-usocket-nc' 'jsch-demo' 'jsch-javadoc' 'jshon' 'jsmn-devel' 'json-glib-devel' 'json-glib-lang' 'json-lib' 'json-lib-javadoc' 'json-table' 'json4s-ast' 'json4s-core' 'json4s-ext' 'json4s-jackson' 'json4s-native' 'json4s-scalap' 'json4s-xml' 'jsoncpp-devel' 'jsonnet' 'jsonp' 'jsonp-javadoc' 'jsonrpc-glib-devel' 'jsoup' 'jsoup-javadoc' 'jsr-305' 'jsr-305-javadoc' 'jsr-311' 'jsr-311-javadoc' 'jtc' 'jthread-devel' 'jtidy' 'jtidy-javadoc' 'jtidy-scripts' 'judy-devel' 'judy-doc' 'juk' 'juk-lang' 'jul-to-slf4j' 'julia' 'julia-compat' 'julia-compat-debug' 'julia-compat-devel' 'julia-debug' 'julia-devel' 'julia-doc' 'julius' 'julius' 'julius-debuginfo' 'julius-debugsource' 'julius-devel' 'junit' 'junit-javadoc' 'junit-manual' 'junit5' 'junit5-guide' 'junit5-javadoc' 'junitperf' 'junitperf-demo' 'junitperf-javadoc' 'jupyter' 'jupyter-bqplot' 'jupyter-calysto' 'jupyter-doc' 'jupyter-hide_code' 'jupyter-imatlab' 'jupyter-ipydatawidgets' 'jupyter-ipydatawidgets-jupyterlab' 'jupyter-ipyevents' 'jupyter-ipyevents-jupyterlab' 'jupyter-ipykernel' 'jupyter-ipykernel-python2' 'jupyter-ipyleaflet' 'jupyter-ipympl' 'jupyter-ipympl-jupyterlab' 'jupyter-ipyparallel' 'jupyter-ipyparallel-doc' 'jupyter-ipyscales' 'jupyter-ipysheet' 'jupyter-ipyvolume' 'jupyter-ipywebrtc' 'jupyter-jupyter-client' 'jupyter-jupyter-client-doc' 'jupyter-jupyter-contrib-nbextensions' 'jupyter-jupyter-core' 'jupyter-jupyter-full-width' 'jupyter-jupyter-require' 'jupyter-jupyter-server' 'jupyter-jupyter-themer' 'jupyter-jupyter-wysiwyg' 'jupyter-jupyter_cms' 'jupyter-jupyter_console' 'jupyter-jupyter_contrib_core' 'jupyter-jupyter_core-filesystem' 'jupyter-jupyter_dashboards' 'jupyter-jupyter_highlight_selected_word' 'jupyter-jupyter_latex_envs' 'jupyter-jupyter_nbextensions_configurator' 'jupyter-jupyterbgnotify' 'jupyter-jupyterlab' 'jupyter-jupyterlab-filesystem' 'jupyter-jupyterlab-ipyscales' 'jupyter-jupyterlab-latex' 'jupyter-jupyterlab-server' 'jupyter-jupyterlab-templates' 'jupyter-jupyterlab_github' 'jupyter-jupytext' 'jupyter-jupytext-jupyterlab' 'jupyter-lineup-widget' 'jupyter-matlab-kernel' 'jupyter-nbconvert' 'jupyter-nbconvert-doc' 'jupyter-nbconvert-latex' 'jupyter-nbdime' 'jupyter-nbdime-git' 'jupyter-nbdime-hg' 'jupyter-nbdime-jupyterlab' 'jupyter-nbformat' 'jupyter-nbformat-doc' 'jupyter-nbinteract' 'jupyter-nbpresent' 'jupyter-notebook' 'jupyter-notebook-filesystem' 'jupyter-notebook-lang' 'jupyter-notebook-latex' 'jupyter-octave-kernel' 'jupyter-plotly' 'jupyter-pythreejs' 'jupyter-pythreejs-jupyterlab' 'jupyter-qgrid' 'jupyter-qtconsole' 'jupyter-rise' 'jupyter-sidecar-jupyterlab' 'jupyter-vega' 'jupyter-vispy' 'jupyter-voila' 'jupyter-widgetsnbextension' 'jvnet-parent' 'jvyamlb' 'jwnl' 'jwnl-javadoc' 'jwordsplitter' 'jwordsplitter-javadoc' 'jwt_verify_lib-source' 'jxrlib' 'jxrlib-devel' 'jython' 'jython-demo' 'jython-javadoc' 'jython-manual' 'jzlib' 'jzlib-demo' 'jzlib-javadoc' 'k3b' 'k3b-devel' 'k3b-lang' 'k3s' 'k3s-hyperkube' 'k4dirstat' 'k4dirstat' 'k4dirstat-debuginfo' 'k4dirstat-debugsource' 'k4dirstat-lang' 'k9copy' 'k9copy' 'k9copy-debuginfo' 'k9copy-debugsource' 'k9copy-lang' 'k9s' 'kColorPicker-devel' 'kImageAnnotator-devel' 'kaccounts-integration' 'kaccounts-integration-32bit' 'kaccounts-integration-devel' 'kaccounts-integration-devel-32bit' 'kaccounts-integration-lang' 'kaccounts-providers' 'kaccounts-providers-lang' 'kactivities-stats-devel' 'kactivities-stats-devel-32bit' 'kactivities5-devel' 'kactivities5-devel-32bit' 'kactivities5-imports' 'kactivities5-tools' 'kactivitymanagerd' 'kactivitymanagerd-lang' 'kaddressbook' 'kaddressbook-doc' 'kaddressbook-lang' 'kaffeine' 'kaffeine' 'kaffeine-debuginfo' 'kaffeine-debugsource' 'kaffeine-lang' 'kafka-kit' 'kafka-source' 'kaidan' 'kaidan' 'kaidan-debuginfo' 'kaidan-debugsource' 'kail' 'kajaani-kombat' 'kajaani-kombat-server' 'kajongg' 'kajongg-lang' 'kakasi' 'kakasi-devel' 'kakasi-dict' 'kakoune' 'kalarm' 'kalarm-lang' 'kalarmcal' 'kalarmcal-devel' 'kalarmcal-lang' 'kalgebra' 'kalgebra-lang' 'kalgebra-mobile' 'kalzium' 'kalzium-devel' 'kalzium-lang' 'kamera-lang' 'kamerka' 'kamerka' 'kamerka-debuginfo' 'kamerka-debugsource' 'kamerka-lang' 'kamoso' 'kamoso-lang' 'kanagram' 'kanagram-lang' 'kanjipad' 'kapidox' 'kapman' 'kapman-lang' 'kapptemplate' 'kapptemplate-lang' 'karchive-devel' 'karchive-devel-32bit' 'kasumi' 'katacontainers' 'katacontainers-image-initrd' 'kate' 'kate-lang' 'kate-plugins' 'katomic' 'katomic-lang' 'kauth-devel' 'kauth-devel-32bit' 'kawaii-player' 'kbackup' 'kbackup-lang' 'kbd' 'kbd-legacy' 'kbdsniffd' 'kbfs' 'kbfs-git' 'kbfs-tool' 'kbibtex' 'kbibtex' 'kbibtex-debuginfo' 'kbibtex-debugsource' 'kbibtex-devel' 'kbibtex-lang' 'kblackbox' 'kblackbox-lang' 'kblocks' 'kblocks-lang' 'kblog-devel' 'kblog-lang' 'kbookmarks-devel' 'kbookmarks-devel-32bit' 'kbounce' 'kbounce-lang' 'kbreakout' 'kbreakout-lang' 'kbruch' 'kbruch-lang' 'kbuild' 'kcachegrind' 'kcachegrind-lang' 'kcalc' 'kcalc-lang' 'kcalendarcore-devel' 'kcalutils' 'kcalutils-devel' 'kcalutils-lang' 'kcharselect' 'kcharselect-lang' 'kchmviewer' 'kchmviewer' 'kchmviewer-debuginfo' 'kchmviewer-debugsource' 'kcm_sddm' 'kcm_sddm-lang' 'kcm_tablet' 'kcm_tablet' 'kcm_tablet-debuginfo' 'kcm_tablet-debugsource' 'kcm_tablet-lang' 'kcmutils-devel' 'kcmutils-devel-32bit' 'kcodecs-devel' 'kcodecs-devel-32bit' 'kcolorchooser' 'kcolorchooser-lang' 'kcompletion-devel' 'kcompletion-devel-32bit' 'kconf_update5' 'kconfig-devel' 'kconfig-devel-32bit' 'kconfigwidgets-devel' 'kconfigwidgets-devel-32bit' 'kcontacts-devel' 'kcontacts-devel-32bit' 'kcontacts-lang' 'kcoreaddons' 'kcoreaddons-devel' 'kcoreaddons-devel-32bit' 'kcoreaddons-lang' 'kcov' 'kcrash-devel' 'kcrash-devel-32bit' 'kcron' 'kcron-lang' 'kdav' 'kdav-devel' 'kdav-lang' 'kdb' 'kdb-debuginfo' 'kdb-debugsource' 'kdb-devel' 'kdb-lang' 'kdb-mysql-driver' 'kdb-mysql-driver-debuginfo' 'kdb-postgresql-driver' 'kdb-postgresql-driver-debuginfo' 'kdb-sqlite3-driver' 'kdb-sqlite3-driver-debuginfo' 'kdbg' 'kdbg' 'kdbg-debuginfo' 'kdbg-debugsource' 'kdbg-lang' 'kdbusaddons-devel' 'kdbusaddons-devel-32bit' 'kdbusaddons-tools' 'kde' 'kde-cli-tools5' 'kde-cli-tools5-lang' 'kde-gtk-config5' 'kde-gtk-config5-gtk2' 'kde-gtk-config5-gtk3' 'kde-l10n-devel' 'kde-oxygen-fonts' 'kde-print-manager' 'kde-print-manager-lang' 'kde-thumbnailer-epub' 'kde-thumbnailer-epub' 'kde-thumbnailer-epub-debuginfo' 'kde-thumbnailer-epub-debugsource' 'kde-user-manager' 'kde-user-manager-lang' 'kde4-icontheme-caledonia' 'kde4-icontheme-caledonia' 'kde_cdemu' 'kde_cdemu' 'kde_cdemu-debuginfo' 'kde_cdemu-debugsource' 'kde_cdemu-lang' 'kde_pim' 'kde_plasma' 'kdebugsettings' 'kdebugsettings-lang' 'kdeclarative-components' 'kdeclarative-components-32bit' 'kdeclarative-devel' 'kdeclarative-devel-32bit' 'kdeclarative-tools' 'kdeconnect-kde' 'kdeconnect-kde' 'kdeconnect-kde-debuginfo' 'kdeconnect-kde-debugsource' 'kdeconnect-kde-lang' 'kdeconnect-kde-zsh-completion' 'kded' 'kded-devel' 'kded-lang' 'kdeedu-data' 'kdegames-carddecks-default' 'kdegames-carddecks-other' 'kdegraphics-thumbnailers' 'kdelibs4support' 'kdelibs4support-32bit' 'kdelibs4support-devel' 'kdelibs4support-devel-32bit' 'kdelibs4support-lang' 'kdenetwork-filesharing' 'kdenetwork-filesharing-lang' 'kdenlive' 'kdenlive-lang' 'kdepim-addons' 'kdepim-addons-lang' 'kdepim-apps-libs' 'kdepim-apps-libs-devel' 'kdepim-apps-libs-lang' 'kdepim-runtime' 'kdepim-runtime-lang' 'kdesdk-scripts' 'kdesdk-scripts-kf5-porting' 'kdesdk-scripts-lang' 'kdesdk-thumbnailers' 'kdesdk-thumbnailers-lang' 'kdesignerplugin' 'kdesignerplugin-devel' 'kdesignerplugin-lang' 'kdesu-devel' 'kdesu-devel-32bit' 'kdesvn' 'kdesvn' 'kdesvn-debuginfo' 'kdesvn-debugsource' 'kdevelop5' 'kdevelop5' 'kdevelop5-debuginfo' 'kdevelop5-debugsource' 'kdevelop5-lang' 'kdevelop5-pg-qt' 'kdevelop5-pg-qt' 'kdevelop5-pg-qt-debuginfo' 'kdevelop5-pg-qt-debugsource' 'kdevelop5-plugin-php' 'kdevelop5-plugin-php' 'kdevelop5-plugin-php-debuginfo' 'kdevelop5-plugin-php-debugsource' 'kdevelop5-plugin-php-devel' 'kdevelop5-plugin-php-lang' 'kdevelop5-plugin-python3' 'kdevelop5-plugin-python3' 'kdevelop5-plugin-python3-debuginfo' 'kdevelop5-plugin-python3-debugsource' 'kdevelop5-plugin-python3-lang' 'kdevplatform' 'kdevplatform-debuginfo' 'kdevplatform-devel' 'kdevplatform-lang' 'kdewebkit-devel' 'kdewebkit-devel-32bit' 'kdf' 'kdf-lang' 'kdgantt2' 'kdgantt2-devel' 'kdiagram-devel' 'kdialog' 'kdialog-lang' 'kdiamond' 'kdiamond-lang' 'kdiff3' 'kdiff3' 'kdiff3-debuginfo' 'kdiff3-debugsource' 'kdiff3-lang' 'kdnssd' 'kdnssd-framework-devel' 'kdnssd-framework-devel-32bit' 'kdnssd-lang' 'kdocker' 'kdocker' 'kdocker-debuginfo' 'kdocker-debugsource' 'kdoctools' 'kdoctools-devel' 'kdoctools-devel-32bit' 'kdoctools-lang' 'kdoubanfm' 'kdoubanfm' 'kdoubanfm-debuginfo' 'kdoubanfm-debugsource' 'kdsoap-devel' 'kdstatemachineeditor' 'kdstatemachineeditor-devel' 'kdump' 'kdumpid' 'kea' 'kea-devel' 'kea-hooks' 'keditbookmarks' 'keditbookmarks-lang' 'keepalived' 'keepass' 'keepassxc' 'keepassxc-lang' 'kelbt' 'kemoticons-devel' 'kemoticons-devel-32bit' 'kernel-coverage' 'kernel-debug' 'kernel-debug-devel' 'kernel-default' 'kernel-default-base' 'kernel-default-base-rebuild' 'kernel-default-devel' 'kernel-devel' 'kernel-docs' 'kernel-docs-html' 'kernel-firmware' 'kernel-firmware-all' 'kernel-firmware-amdgpu' 'kernel-firmware-ath10k' 'kernel-firmware-atheros' 'kernel-firmware-bluetooth' 'kernel-firmware-bnx2' 'kernel-firmware-brcm' 'kernel-firmware-chelsio' 'kernel-firmware-dpaa2' 'kernel-firmware-i915' 'kernel-firmware-intel' 'kernel-firmware-iwlwifi' 'kernel-firmware-liquidio' 'kernel-firmware-marvell' 'kernel-firmware-media' 'kernel-firmware-mediatek' 'kernel-firmware-mellanox' 'kernel-firmware-mwifiex' 'kernel-firmware-network' 'kernel-firmware-nfp' 'kernel-firmware-nvidia' 'kernel-firmware-platform' 'kernel-firmware-qlogic' 'kernel-firmware-radeon' 'kernel-firmware-realtek' 'kernel-firmware-serial' 'kernel-firmware-sound' 'kernel-firmware-ti' 'kernel-firmware-ueagle' 'kernel-firmware-usb-network' 'kernel-kvmsmall' 'kernel-kvmsmall-devel' 'kernel-macros' 'kernel-obs-build' 'kernel-obs-qa' 'kernel-pae' 'kernel-pae-devel' 'kernel-source' 'kernel-source-vanilla' 'kernel-syms' 'kernel-vanilla' 'kernel-vanilla-devel' 'ketchup' 'kexec-tools' 'kexi' 'kexi' 'kexi-debuginfo' 'kexi-debugsource' 'kexi-lang' 'kexis' 'kexis' 'kexis-debuginfo' 'kexis-debugsource' 'keybase-client' 'keybinder-3.0-devel' 'keybinder-devel' 'keybinder-lua' 'keychain' 'keyutils' 'keyutils-devel' 'keyutils-devel-32bit' 'kf5-filesystem' 'kf5-kcm-fcitx' 'kf5-kcm-fcitx-icons' 'kf5-mediainfo' 'kf5-pacpl-plugins' 'kfilemetadata5' 'kfilemetadata5-32bit' 'kfilemetadata5-devel' 'kfilemetadata5-lang' 'kfind' 'kfind-lang' 'kfloppy' 'kfloppy-lang' 'kfourinline' 'kfourinline-lang' 'kgamma5' 'kgamma5-lang' 'kgeography' 'kgeography-lang' 'kget' 'kget-lang' 'kglobalaccel-devel' 'kglobalaccel-devel-32bit' 'kglobalaccel5' 'kgoldrunner' 'kgoldrunner-lang' 'kgpg' 'kgpg-lang' 'kgraphviewer' 'kgraphviewer' 'kgraphviewer-debuginfo' 'kgraphviewer-debugsource' 'kgraphviewer-devel' 'kgraphviewer-lang' 'kguiaddons-devel' 'kguiaddons-devel-32bit' 'khangman' 'khangman-lang' 'khelpcenter5' 'khelpcenter5-lang' 'khmeros-fonts' 'kholidays' 'kholidays-devel' 'khotkeys5' 'khotkeys5-devel' 'khotkeys5-lang' 'khtml-devel' 'khtml-devel-32bit' 'khunphan' 'ki18n-devel' 'ki18n-devel-32bit' 'kicad' 'kicad-doc' 'kicad-doc-ca' 'kicad-doc-de' 'kicad-doc-en' 'kicad-doc-es' 'kicad-doc-fr' 'kicad-doc-id' 'kicad-doc-it' 'kicad-doc-ja' 'kicad-doc-pdf-ca' 'kicad-doc-pdf-de' 'kicad-doc-pdf-en' 'kicad-doc-pdf-es' 'kicad-doc-pdf-fr' 'kicad-doc-pdf-id' 'kicad-doc-pdf-it' 'kicad-doc-pdf-ja' 'kicad-doc-pdf-ru' 'kicad-doc-pdf-zh' 'kicad-doc-pl' 'kicad-doc-ru' 'kicad-doc-zh' 'kicad-footprints' 'kicad-lang-bg' 'kicad-lang-ca' 'kicad-lang-cs' 'kicad-lang-de' 'kicad-lang-el' 'kicad-lang-en' 'kicad-lang-es' 'kicad-lang-fi' 'kicad-lang-fr' 'kicad-lang-hu' 'kicad-lang-it' 'kicad-lang-ja' 'kicad-lang-ko' 'kicad-lang-lt' 'kicad-lang-nl' 'kicad-lang-pl' 'kicad-lang-pt' 'kicad-lang-ru' 'kicad-lang-sk' 'kicad-lang-sl' 'kicad-lang-sv' 'kicad-lang-zh_CN' 'kicad-lang-zh_TW' 'kicad-packages3D' 'kicad-symbols' 'kicad-templates' 'kiconthemes-devel' 'kiconthemes-devel-32bit' 'kid3' 'kid3-cli' 'kid3-core' 'kid3-core-lang' 'kid3-doc' 'kid3-qt' 'kid3-qt-doc' 'kidentitymanagement-devel' 'kidentitymanagement-lang' 'kidletime-devel' 'kidletime-devel-32bit' 'kig' 'kig-lang' 'kigo' 'kigo-lang' 'kile' 'kile' 'kile-debuginfo' 'kile-debugsource' 'kile-lang' 'killbots' 'killbots-lang' 'killerd' 'kim-api' 'kim-api-devel' 'kim-api-examples' 'kimageformats' 'kimageformats-32bit' 'kimageformats-eps' 'kimagemapeditor' 'kimagemapeditor-lang' 'kimap-devel' 'kimap-lang' 'kinfocenter5' 'kinfocenter5-lang' 'kinit' 'kinit-32bit' 'kinit-devel' 'kinit-lang' 'kinput2' 'kio' 'kio-32bit' 'kio-core' 'kio-core-32bit' 'kio-devel' 'kio-devel-32bit' 'kio-extras5' 'kio-extras5-lang' 'kio-fuse' 'kio-fuse' 'kio-fuse-debuginfo' 'kio-fuse-debugsource' 'kio-gdrive' 'kio-gdrive' 'kio-gdrive-debuginfo' 'kio-gdrive-debugsource' 'kio-gdrive-lang' 'kio-lang' 'kio-stash' 'kio-stash' 'kio-stash-debuginfo' 'kio-stash-debugsource' 'kio-stash-lang' 'kio_audiocd' 'kio_audiocd-devel' 'kio_audiocd-lang' 'kio_iso' 'kio_iso-debuginfo' 'kio_kamera' 'kio_perldoc' 'kio_perldoc-lang' 'kio_recoll' 'kio_recoll' 'kio_recoll-debuginfo' 'kio_recoll-debugsource' 'kipi-plugins' 'kipi-plugins-lang' 'kirigami' 'kirigami-devel' 'kirigami-gallery' 'kirigami-gallery-lang' 'kirigami-lang' 'kirigami2' 'kirigami2-devel' 'kirigami2-lang' 'kiriki' 'kiriki-lang' 'kismet' 'kismet-capture-freaklabs-zigbee' 'kismet-capture-linux-bluetooth' 'kismet-capture-linux-wifi' 'kismet-capture-nrf-51822' 'kismet-capture-nrf-mousejack' 'kismet-capture-nrf-nxp-kw41z' 'kismet-capture-sdr-rtl433' 'kismet-capture-sdr-rtladsb' 'kismet-capture-sdr-rtlamr' 'kismet-capture-ti-cc-2531' 'kismet-capture-ti-cc2540' 'kismet-devel' 'kismet-logtools' 'kitemmodels-devel' 'kitemmodels-devel-32bit' 'kitemmodels-imports' 'kitemviews-devel' 'kitemviews-devel-32bit' 'kiten' 'kiten-devel' 'kiten-lang' 'kitinerary' 'kitinerary-devel' 'kitty' 'kiwi-boot-descriptions' 'kiwi-boot-requires' 'kiwi-filesystem-requires' 'kiwi-image-docker-requires' 'kiwi-image-iso-requires' 'kiwi-image-oem-requires' 'kiwi-image-pxe-requires' 'kiwi-image-tbz-requires' 'kiwi-image-vmx-requires' 'kiwi-man-pages' 'kiwi-pxeboot' 'kiwi-templates-JeOS' 'kiwi-tools' 'kjobwidgets-devel' 'kjobwidgets-devel-32bit' 'kjots' 'kjots-lang' 'kjs-devel' 'kjs-devel-32bit' 'kjs-devel-lang' 'kjsembed-devel' 'kjsembed-devel-32bit' 'kjumpingcube' 'kjumpingcube-lang' 'kkc-data' 'klatexformula' 'klatexformula-apidoc' 'klavaro' 'klavaro-devel' 'kldap' 'kldap-devel' 'kldap-lang' 'klee' 'klee-uclibc-devel-static' 'kleopatra' 'kleopatra-lang' 'klettres' 'klettres-lang' 'klfbackend-devel' 'klftools-devel' 'klick' 'klick' 'klick-debuginfo' 'klick-debugsource' 'klickety' 'klickety-lang' 'klines' 'klines-lang' 'klogd' 'kmag' 'kmag-lang' 'kmahjongg' 'kmahjongg-lang' 'kmail' 'kmail-account-wizard' 'kmail-account-wizard-lang' 'kmail-application-icons' 'kmail-lang' 'kmailtransport' 'kmailtransport-devel' 'kmailtransport-lang' 'kmarkdownwebview' 'kmarkdownwebview' 'kmarkdownwebview-debuginfo' 'kmarkdownwebview-debugsource' 'kmarkdownwebview-lang' 'kmbox-devel' 'kmediaplayer-devel' 'kmediaplayer-devel-32bit' 'kmenuedit5' 'kmenuedit5-lang' 'kmetronome' 'kmetronome' 'kmetronome-debuginfo' 'kmetronome-debugsource' 'kmime-devel' 'kmime-lang' 'kmines' 'kmines-lang' 'kmix' 'kmix-lang' 'kmod' 'kmod-bash-completion' 'kmod-compat' 'kmousetool' 'kmousetool-lang' 'kmouth' 'kmouth-lang' 'kmozillahelper' 'kmplayer' 'kmplayer' 'kmplayer-debuginfo' 'kmplayer-debugsource' 'kmplayer-lang' 'kmplot' 'kmplot-lang' 'kmscon' 'kmscube' 'kmymoney' 'kmymoney' 'kmymoney-debuginfo' 'kmymoney-debugsource' 'kmymoney-devel' 'kmymoney-lang' 'knavalbattle' 'knavalbattle-lang' 'knemo' 'knemo' 'knemo-debuginfo' 'knemo-debugsource' 'knemo-lang' 'knetwalk' 'knetwalk-lang' 'knewstuff' 'knewstuff-core-devel' 'knewstuff-devel' 'knewstuff-devel-32bit' 'knewstuff-imports' 'knewstuff-quick-devel' 'knights' 'knights-lang' 'knock' 'knockd' 'knot' 'knotes' 'knotes-lang' 'knotifications-devel' 'knotifications-devel-32bit' 'knotifyconfig-devel' 'knotifyconfig-devel-32bit' 'kochmorse' 'kodi' 'kodi' 'kodi-debuginfo' 'kodi-debugsource' 'kodi-devel' 'kodi.binary-addons' 'kodi.binary-addons' 'kodi.binary-addons-audiodecoder.2sf' 'kodi.binary-addons-audiodecoder.2sf-debuginfo' 'kodi.binary-addons-audiodecoder.asap' 'kodi.binary-addons-audiodecoder.asap-debuginfo' 'kodi.binary-addons-audiodecoder.fluidsynth' 'kodi.binary-addons-audiodecoder.fluidsynth-debuginfo' 'kodi.binary-addons-audiodecoder.gme' 'kodi.binary-addons-audiodecoder.gme-debuginfo' 'kodi.binary-addons-audiodecoder.gsf' 'kodi.binary-addons-audiodecoder.gsf-debuginfo' 'kodi.binary-addons-audiodecoder.modplug' 'kodi.binary-addons-audiodecoder.modplug-debuginfo' 'kodi.binary-addons-audiodecoder.nosefart' 'kodi.binary-addons-audiodecoder.nosefart-debuginfo' 'kodi.binary-addons-audiodecoder.organya' 'kodi.binary-addons-audiodecoder.organya-debuginfo' 'kodi.binary-addons-audiodecoder.qsf' 'kodi.binary-addons-audiodecoder.qsf-debuginfo' 'kodi.binary-addons-audiodecoder.snesapu' 'kodi.binary-addons-audiodecoder.snesapu-debuginfo' 'kodi.binary-addons-audiodecoder.ssf' 'kodi.binary-addons-audiodecoder.ssf-debuginfo' 'kodi.binary-addons-audiodecoder.stsound' 'kodi.binary-addons-audiodecoder.stsound-debuginfo' 'kodi.binary-addons-audiodecoder.timidity' 'kodi.binary-addons-audiodecoder.timidity-debuginfo' 'kodi.binary-addons-audiodecoder.upse' 'kodi.binary-addons-audiodecoder.upse-debuginfo' 'kodi.binary-addons-audiodecoder.usf' 'kodi.binary-addons-audiodecoder.usf-debuginfo' 'kodi.binary-addons-audiodecoder.vgmstream' 'kodi.binary-addons-audiodecoder.vgmstream-debuginfo' 'kodi.binary-addons-audiodecoder.wsr' 'kodi.binary-addons-audiodecoder.wsr-debuginfo' 'kodi.binary-addons-audioencoder.flac' 'kodi.binary-addons-audioencoder.flac-debuginfo' 'kodi.binary-addons-audioencoder.lame' 'kodi.binary-addons-audioencoder.lame-debuginfo' 'kodi.binary-addons-audioencoder.vorbis' 'kodi.binary-addons-audioencoder.vorbis-debuginfo' 'kodi.binary-addons-audioencoder.wav' 'kodi.binary-addons-audioencoder.wav-debuginfo' 'kodi.binary-addons-debuginfo' 'kodi.binary-addons-debugsource' 'kodi.binary-addons-imagedecoder.mpo' 'kodi.binary-addons-imagedecoder.mpo-debuginfo' 'kodi.binary-addons-imagedecoder.raw' 'kodi.binary-addons-imagedecoder.raw-debuginfo' 'kodi.binary-addons-inputstream.adaptive' 'kodi.binary-addons-inputstream.adaptive-debuginfo' 'kodi.binary-addons-inputstream.rtmp' 'kodi.binary-addons-inputstream.rtmp-debuginfo' 'kodi.binary-addons-peripheral.xarcade' 'kodi.binary-addons-peripheral.xarcade-debuginfo' 'kodi.binary-addons-pvr.argustv' 'kodi.binary-addons-pvr.argustv-debuginfo' 'kodi.binary-addons-pvr.demo' 'kodi.binary-addons-pvr.demo-debuginfo' 'kodi.binary-addons-pvr.dvblink' 'kodi.binary-addons-pvr.dvblink-debuginfo' 'kodi.binary-addons-pvr.dvbviewer' 'kodi.binary-addons-pvr.dvbviewer-debuginfo' 'kodi.binary-addons-pvr.filmon' 'kodi.binary-addons-pvr.filmon-debuginfo' 'kodi.binary-addons-pvr.hdhomerun' 'kodi.binary-addons-pvr.hdhomerun-debuginfo' 'kodi.binary-addons-pvr.hts' 'kodi.binary-addons-pvr.hts-debuginfo' 'kodi.binary-addons-pvr.iptvsimple' 'kodi.binary-addons-pvr.iptvsimple-debuginfo' 'kodi.binary-addons-pvr.mediaportal.tvserver' 'kodi.binary-addons-pvr.mediaportal.tvserver-debuginfo' 'kodi.binary-addons-pvr.mythtv' 'kodi.binary-addons-pvr.mythtv-debuginfo' 'kodi.binary-addons-pvr.nextpvr' 'kodi.binary-addons-pvr.nextpvr-debuginfo' 'kodi.binary-addons-pvr.njoy' 'kodi.binary-addons-pvr.njoy-debuginfo' 'kodi.binary-addons-pvr.octonet' 'kodi.binary-addons-pvr.octonet-debuginfo' 'kodi.binary-addons-pvr.pctv' 'kodi.binary-addons-pvr.pctv-debuginfo' 'kodi.binary-addons-pvr.sledovanitv.cz' 'kodi.binary-addons-pvr.sledovanitv.cz-debuginfo' 'kodi.binary-addons-pvr.stalker' 'kodi.binary-addons-pvr.stalker-debuginfo' 'kodi.binary-addons-pvr.teleboy' 'kodi.binary-addons-pvr.teleboy-debuginfo' 'kodi.binary-addons-pvr.vbox' 'kodi.binary-addons-pvr.vbox-debuginfo' 'kodi.binary-addons-pvr.vdr.vnsi' 'kodi.binary-addons-pvr.vdr.vnsi-debuginfo' 'kodi.binary-addons-pvr.vuplus' 'kodi.binary-addons-pvr.vuplus-debuginfo' 'kodi.binary-addons-pvr.wmc' 'kodi.binary-addons-pvr.wmc-debuginfo' 'kodi.binary-addons-pvr.zattoo' 'kodi.binary-addons-pvr.zattoo-debuginfo' 'kodi.binary-addons-screensaver.asteroids' 'kodi.binary-addons-screensaver.asteroids-debuginfo' 'kodi.binary-addons-screensaver.asterwave' 'kodi.binary-addons-screensaver.asterwave-debuginfo' 'kodi.binary-addons-screensaver.biogenesis' 'kodi.binary-addons-screensaver.biogenesis-debuginfo' 'kodi.binary-addons-screensaver.cpblobs' 'kodi.binary-addons-screensaver.cpblobs-debuginfo' 'kodi.binary-addons-screensaver.greynetic' 'kodi.binary-addons-screensaver.greynetic-debuginfo' 'kodi.binary-addons-screensaver.matrixtrails' 'kodi.binary-addons-screensaver.matrixtrails-debuginfo' 'kodi.binary-addons-screensaver.pingpong' 'kodi.binary-addons-screensaver.pingpong-debuginfo' 'kodi.binary-addons-screensaver.pyro' 'kodi.binary-addons-screensaver.pyro-debuginfo' 'kodi.binary-addons-screensaver.stars' 'kodi.binary-addons-screensaver.stars-debuginfo' 'kodi.binary-addons-vfs.libarchive' 'kodi.binary-addons-vfs.libarchive-debuginfo' 'kodi.binary-addons-vfs.nfs' 'kodi.binary-addons-vfs.nfs-debuginfo' 'kodi.binary-addons-vfs.rar' 'kodi.binary-addons-vfs.rar-debuginfo' 'kodi.binary-addons-vfs.sacd' 'kodi.binary-addons-vfs.sacd-debuginfo' 'kodi.binary-addons-vfs.sftp' 'kodi.binary-addons-vfs.sftp-debuginfo' 'kodi.binary-addons-visualization.fishbmc' 'kodi.binary-addons-visualization.fishbmc-debuginfo' 'kodi.binary-addons-visualization.goom' 'kodi.binary-addons-visualization.goom-debuginfo' 'kodi.binary-addons-visualization.shadertoy' 'kodi.binary-addons-visualization.shadertoy-debuginfo' 'kodi.binary-addons-visualization.spectrum' 'kodi.binary-addons-visualization.spectrum-debuginfo' 'kodi.binary-addons-visualization.waveform' 'kodi.binary-addons-visualization.waveform-debuginfo' 'kohsuke-pom' 'kolf' 'kolf-lang' 'kollision' 'kollision-lang' 'kolor-manager' 'kolourpaint' 'kolourpaint-lang' 'kompare' 'kompare-devel' 'kompare-lang' 'kompose' 'konkretcmpi-devel' 'konkretcmpi-python' 'konqueror' 'konqueror-devel' 'konqueror-lang' 'konqueror-plugins' 'konquest' 'konquest-lang' 'konsole' 'konsole-part' 'konsole-part-lang' 'kontact' 'kontact-lang' 'kontactinterface-devel' 'kontactinterface-lang' 'konversation' 'konversation' 'konversation-debuginfo' 'konversation-debugsource' 'konversation-lang' 'kopano-archiver' 'kopano-backup' 'kopano-bash-completion' 'kopano-client' 'kopano-common' 'kopano-dagent' 'kopano-dagent-pytils' 'kopano-devel' 'kopano-gateway' 'kopano-ical' 'kopano-indexer' 'kopano-lang' 'kopano-migration-imap' 'kopano-migration-pst' 'kopano-monitor' 'kopano-python-utils' 'kopano-search' 'kopano-server' 'kopano-spamd' 'kopano-spooler' 'kopano-statsd' 'kopano-webapp' 'kopano-webapp-contactfax' 'kopano-webapp-folderwidgets' 'kopano-webapp-gmaps' 'kopano-webapp-lang' 'kopano-webapp-pimfolder' 'kopano-webapp-quickitems' 'kopano-webapp-titlecounter' 'kopano-webapp-webappmanual' 'kopano-webapp-zdeveloper' 'kopete' 'kopete-devel' 'kopete-lang' 'korganizer' 'korganizer-lang' 'kpackage' 'kpackage-32bit' 'kpackage-devel' 'kpackage-devel-32bit' 'kpackage-lang' 'kpartloader' 'kpartloader-lang' 'kparts-devel' 'kparts-devel-32bit' 'kpartx' 'kpat' 'kpat-lang' 'kpeople5' 'kpeople5-32bit' 'kpeople5-devel' 'kpeople5-devel-32bit' 'kpeople5-lang' 'kpeoplevcard' 'kpeoplevcard' 'kpeoplevcard-debuginfo' 'kpeoplevcard-debugsource' 'kpeoplevcard-devel' 'kphotoalbum' 'kphotoalbum' 'kphotoalbum-debuginfo' 'kphotoalbum-debugsource' 'kphotoalbum-lang' 'kpimtextedit' 'kpimtextedit-devel' 'kpimtextedit-lang' 'kpkpass' 'kpkpass-devel' 'kplotting-devel' 'kplotting-devel-32bit' 'kpmcore' 'kpmcore' 'kpmcore-debuginfo' 'kpmcore-debugsource' 'kpmcore-devel' 'kpmcore-lang' 'kproperty' 'kproperty' 'kproperty-debuginfo' 'kproperty-debugsource' 'kproperty-devel' 'kproperty-lang' 'kpty-devel' 'kpty-devel-32bit' 'kqtquickcharts' 'kquickcharts' 'kquickcharts-devel' 'kraft' 'kraft' 'kraft-debuginfo' 'kraft-debugsource' 'krb5' 'krb5-32bit' 'krb5-auth-dialog' 'krb5-auth-dialog-lang' 'krb5-client' 'krb5-devel' 'krb5-devel-32bit' 'krb5-plugin-kdb-ldap' 'krb5-plugin-preauth-otp' 'krb5-plugin-preauth-pkinit' 'krb5-plugin-preauth-spake' 'krb5-server' 'krdc' 'krdc-devel' 'krdc-lang' 'krename' 'krename' 'krename-debuginfo' 'krename-debugsource' 'kreport' 'kreport' 'kreport-debuginfo' 'kreport-debugsource' 'kreport-devel' 'kreport-lang' 'kreversi' 'kreversi-lang' 'krfb' 'krfb-lang' 'krita' 'krita' 'krita-debuginfo' 'krita-debugsource' 'krita-devel' 'krita-lang' 'krita-plugin-gmic' 'kronometer' 'kronometer' 'kronometer-debuginfo' 'kronometer-debugsource' 'kross' 'kross-32bit' 'kross-devel' 'kross-devel-32bit' 'kross-lang' 'kross-ruby' 'kruler' 'kruler-lang' 'krunner-devel' 'krunner-devel-32bit' 'krusader' 'krusader' 'krusader-debuginfo' 'krusader-debugsource' 'krusader-doc' 'kryo' 'kryo-javadoc' 'kscreen5' 'kscreen5-lang' 'kscreen5-plasmoid' 'kscreenlocker' 'kscreenlocker-devel' 'kscreenlocker-lang' 'kservice' 'kservice-32bit' 'kservice-devel' 'kservice-devel-32bit' 'kservice-lang' 'ksh' 'ksh-devel' 'kshisen' 'kshisen-lang' 'kshutdown' 'kshutdown' 'kshutdown-debuginfo' 'kshutdown-debugsource' 'ksirk' 'ksirk-lang' 'ksmtp' 'ksmtp-devel' 'ksmtp-lang' 'ksnakeduel' 'ksnakeduel-lang' 'ksnip' 'ksnip-lang' 'kspaceduel' 'kspaceduel-lang' 'ksquares' 'ksquares-lang' 'ksshaskpass5' 'ksshaskpass5-lang' 'kssl' 'kst' 'kst' 'kst-debuginfo' 'kst-debugsource' 'kst-devel' 'kstars' 'kstars' 'kstars-debuginfo' 'kstars-debugsource' 'kstars-lang' 'ksudoku' 'ksudoku-lang' 'ksysguard5' 'ksysguard5-lang' 'ksystemlog' 'ksystemlog-lang' 'kteatime' 'kteatime-lang' 'ktexteditor' 'ktexteditor-32bit' 'ktexteditor-devel' 'ktexteditor-devel-32bit' 'ktexteditor-lang' 'ktextwidgets-devel' 'ktextwidgets-devel-32bit' 'ktimer' 'ktimer-lang' 'ktimetracker' 'ktimetracker' 'ktimetracker-debuginfo' 'ktimetracker-debugsource' 'ktimetracker-lang' 'ktnef' 'ktnef-devel' 'ktnef-lang' 'ktoblzcheck' 'ktoblzcheck-devel' 'ktorrent' 'ktorrent' 'ktorrent-debuginfo' 'ktorrent-debugsource' 'ktorrent-lang' 'ktouch' 'ktouch-lang' 'ktp-accounts-kcm' 'ktp-accounts-kcm-lang' 'ktp-approver' 'ktp-approver-lang' 'ktp-auth-handler' 'ktp-auth-handler-lang' 'ktp-common-internals' 'ktp-common-internals-devel' 'ktp-common-internals-lang' 'ktp-contact-list' 'ktp-contact-list-lang' 'ktp-contact-runner' 'ktp-contact-runner-lang' 'ktp-desktop-applets' 'ktp-desktop-applets-lang' 'ktp-filetransfer-handler' 'ktp-filetransfer-handler-lang' 'ktp-icons' 'ktp-kded-module' 'ktp-kded-module-lang' 'ktp-send-file' 'ktp-send-file-lang' 'ktp-text-ui' 'ktp-text-ui-lang' 'ktuberling' 'ktuberling-lang' 'kturtle' 'kturtle-lang' 'kube-prometheus-k8s-yaml' 'kube-prometheus-sources' 'kubeadm' 'kubectl-who-can' 'kubernetes-apiserver' 'kubernetes-client' 'kubernetes-controller-manager' 'kubernetes-dashboard' 'kubernetes-dns' 'kubernetes-kubeadm' 'kubernetes-kubelet-common' 'kubernetes-kubelet1.17' 'kubernetes-kubelet1.18' 'kubernetes-node-image-pause' 'kubernetes-pause' 'kubernetes-proxy' 'kubernetes-salt' 'kubernetes-scheduler' 'kubernetes_utilities' 'kubic-haproxycfg' 'kubic-locale-archive' 'kubic-pause' 'kubic_admin' 'kubic_loadbalancer' 'kubic_worker' 'kubicctl' 'kubicd' 'kubrick' 'kubrick-lang' 'kuiviewer' 'kuiviewer-lang' 'kunitconversion-devel' 'kunitconversion-devel-32bit' 'kup-client' 'kup-server' 'kupfer' 'kured' 'kured-k8s-yaml' 'kurso-de-esperanto' 'kuserfeedback' 'kuserfeedback-debuginfo' 'kuserfeedback-debugsource' 'kuserfeedback-devel' 'kuserfeedback-imports' 'kuserfeedback-imports-debuginfo' 'kuserfeedback-lang' 'kuserfeedback-server' 'kuserfeedback-tools' 'kuserfeedback-tools-debuginfo' 'kustomize' 'kvantum' 'kvantum-debugsource' 'kvantum-doc' 'kvantum-manager' 'kvantum-manager-debuginfo' 'kvantum-manager-lang' 'kvantum-openbox-themes' 'kvantum-qt5' 'kvantum-qt5-32bit' 'kvantum-qt5-32bit-debuginfo' 'kvantum-qt5-debuginfo' 'kvantum-themes' 'kvazaar' 'kvazaar' 'kvazaar-debuginfo' 'kvazaar-debugsource' 'kvirc' 'kvirc' 'kvirc-debuginfo' 'kvm_server' 'kvm_stat' 'kvm_tools' 'kwallet-devel' 'kwallet-devel-32bit' 'kwallet-tools' 'kwallet-tools-lang' 'kwalletd5' 'kwalletd5-lang' 'kwalletmanager5' 'kwalletmanager5-lang' 'kwave' 'kwave-lang' 'kwayland' 'kwayland-32bit' 'kwayland-devel' 'kwayland-devel-32bit' 'kwayland-integration' 'kwebkitpart' 'kwebkitpart-lang' 'kwidgetsaddons-devel' 'kwidgetsaddons-devel-32bit' 'kwikdisk' 'kwin-smaragd' 'kwin-smaragd' 'kwin-smaragd-debuginfo' 'kwin-smaragd-debugsource' 'kwin5' 'kwin5-devel' 'kwin5-lang' 'kwindowsystem-devel' 'kwindowsystem-devel-32bit' 'kwordquiz' 'kwordquiz-lang' 'kwrite' 'kwrited5' 'kxml' 'kxml-javadoc' 'kxmlgui-devel' 'kxmlgui-devel-32bit' 'kxmlrpcclient5-devel' 'kxmlrpcclient5-devel-32bit' 'kyotocabinet' 'l-smash' 'l-smash' 'l-smash-debuginfo' 'l-smash-debugsource' 'l-smash-devel' 'labplot-kf5' 'labplot-kf5-lang' 'ladspa' 'ladspa-32bit' 'ladspa-AMB' 'ladspa-FIL' 'ladspa-LEET-plugin' 'ladspa-LEET-plugin' 'ladspa-LEET-plugin-debuginfo' 'ladspa-LEET-plugin-debugsource' 'ladspa-MCP' 'ladspa-REV' 'ladspa-VCO' 'ladspa-WAH' 'ladspa-WAH' 'ladspa-WAH-debuginfo' 'ladspa-WAH-debugsource' 'ladspa-alienwah' 'ladspa-aweight' 'ladspa-aweight' 'ladspa-aweight-debuginfo' 'ladspa-aweight-debugsource' 'ladspa-blepvco' 'ladspa-blop' 'ladspa-bs2b' 'ladspa-bs2b' 'ladspa-bs2b-debuginfo' 'ladspa-bs2b-debugsource' 'ladspa-caps' 'ladspa-clipper' 'ladspa-clipper' 'ladspa-clipper-debugsource' 'ladspa-cmt' 'ladspa-devel' 'ladspa-foo-plugins' 'ladspa-foo-plugins' 'ladspa-foo-plugins-debuginfo' 'ladspa-foo-plugins-debugsource' 'ladspa-guitarix' 'ladspa-invada-studio-plugins' 'ladspa-invada-studio-plugins' 'ladspa-invada-studio-plugins-debugsource' 'ladspa-lemux' 'ladspa-lemux' 'ladspa-lemux-debuginfo' 'ladspa-lemux-debugsource' 'ladspa-lgv-plugins' 'ladspa-lgv-plugins' 'ladspa-lgv-plugins-debuginfo' 'ladspa-lgv-plugins-debugsource' 'ladspa-lsp-plugins' 'ladspa-matched' 'ladspa-njl' 'ladspa-njl' 'ladspa-njl-debuginfo' 'ladspa-njl-debugsource' 'ladspa-omins' 'ladspa-omins' 'ladspa-omins-debuginfo' 'ladspa-omins-debugsource' 'ladspa-preamp' 'ladspa-pvoc' 'ladspa-sooperlooper' 'ladspa-super-60' 'ladspa-swh-plugins' 'ladspa-tap-plugins' 'ladspa-trigger' 'ladspa-trigger' 'ladspa-trigger-debugsource' 'ladspa-vcf' 'ladspa-vlevel' 'ladspa-vocoder' 'ladspa-wasp' 'ladspa-wasp' 'ladspa-wasp-debuginfo' 'ladspa-wasp-debugsource' 'ladspa-wubflip' 'ladspa-wubflip' 'ladspa-wubflip-debugsource' 'ladspa-zam-plugins' 'laf-plugin' 'laf-plugin-javadoc' 'lame' 'lame-doc' 'lame-mp3rtp' 'lammps' 'lammps-data' 'lammps-devel' 'lamp_server' 'language-detector' 'language-detector-javadoc' 'languagetool' 'languagetool-core' 'languagetool-core-javadoc' 'languagetool-core-tests' 'languagetool-javadoc' 'languagetool-libs' 'languagetool-tools' 'languagetool-tools-javadoc' 'lapack-devel' 'lapack-devel-32bit' 'lapack-devel-static' 'lapack-man' 'lapacke-devel' 'lapacke-devel-32bit' 'lapacke-devel-static' 'lapdog' 'laptop' 'laptop-mode-tools' 'laptop-mode-tools-gui' 'lasem' 'lasem-devel' 'lash' 'lash' 'lash-debuginfo' 'lash-debugsource' 'lash-devel' 'lastpass-cli' 'laszip-devel' 'latencytop' 'latex2html' 'latex2html-doc' 'latex2html-pngicons' 'latex2rtf' 'lato-fonts' 'latrace' 'latte-dock' 'latte-dock' 'latte-dock-debuginfo' 'latte-dock-debugsource' 'latte-dock-lang' 'lazarus' 'lbdb' 'lbreakouthd' 'lbzip2' 'lcab' 'lcdf-typetools' 'lcms2' 'lcov' 'lcurse' 'ld10k1' 'ld10k1-devel' 'ldacBT-devel' 'ldapfuse' 'ldapvi' 'ldb-tools' 'ldc' 'ldc-bash-completion' 'ldc-phobos-devel' 'ldc-runtime-devel' 'ldirectord' 'ldmtool' 'ldns' 'ldns-devel' 'ldvd' 'ldvd' 'ldvd-debugsource' 'leafnode' 'leafpad' 'lector' 'ledger' 'ledmon' 'leechcraft' 'leechcraft-advancednotifications' 'leechcraft-aggregator' 'leechcraft-aggregator-bodyfetch' 'leechcraft-aggregator-webaccess' 'leechcraft-anhero' 'leechcraft-auscrie' 'leechcraft-azoth' 'leechcraft-azoth-abbrev' 'leechcraft-azoth-acetamide' 'leechcraft-azoth-adiumstyles' 'leechcraft-azoth-autoidler' 'leechcraft-azoth-autopaste' 'leechcraft-azoth-birthdaynotifier' 'leechcraft-azoth-chathistory' 'leechcraft-azoth-depester' 'leechcraft-azoth-doc' 'leechcraft-azoth-embedmedia' 'leechcraft-azoth-herbicide' 'leechcraft-azoth-hili' 'leechcraft-azoth-isterique' 'leechcraft-azoth-juick' 'leechcraft-azoth-keeso' 'leechcraft-azoth-lastseen' 'leechcraft-azoth-metacontacts' 'leechcraft-azoth-modnok' 'leechcraft-azoth-mucommands' 'leechcraft-azoth-murm' 'leechcraft-azoth-nativeemoticons' 'leechcraft-azoth-otroid' 'leechcraft-azoth-rosenthal' 'leechcraft-azoth-shx' 'leechcraft-azoth-standardstyles' 'leechcraft-azoth-vader' 'leechcraft-azoth-velvetbird' 'leechcraft-azoth-xoox' 'leechcraft-azoth-xtazy' 'leechcraft-bittorrent' 'leechcraft-blasq' 'leechcraft-blasq-deathnote' 'leechcraft-blasq-rappor' 'leechcraft-blasq-vangog' 'leechcraft-blogique' 'leechcraft-blogique-hestia' 'leechcraft-blogique-metida' 'leechcraft-certmgr' 'leechcraft-cpuload' 'leechcraft-cstp' 'leechcraft-dbusmanager' 'leechcraft-deadlyrics' 'leechcraft-devel' 'leechcraft-devmon' 'leechcraft-doc' 'leechcraft-dolozhee' 'leechcraft-dumbeep' 'leechcraft-eleeminator' 'leechcraft-fenet' 'leechcraft-fenet-awesome' 'leechcraft-fenet-kwin' 'leechcraft-fenet-openbox' 'leechcraft-gacts' 'leechcraft-glance' 'leechcraft-gmailnotifier' 'leechcraft-historyholder' 'leechcraft-hotstreams' 'leechcraft-htthare' 'leechcraft-imgaste' 'leechcraft-intermutko' 'leechcraft-kbswitch' 'leechcraft-kinotify' 'leechcraft-knowhow' 'leechcraft-krigstask' 'leechcraft-lackman' 'leechcraft-lastfmscrobble' 'leechcraft-laughty' 'leechcraft-launchy' 'leechcraft-lemon' 'leechcraft-lhtr' 'leechcraft-liznoo' 'leechcraft-lmp' 'leechcraft-lmp-brainslugz' 'leechcraft-lmp-dumbsync' 'leechcraft-lmp-fradj' 'leechcraft-lmp-graffiti' 'leechcraft-lmp-httstream' 'leechcraft-lmp-mp3tunes' 'leechcraft-lmp-mtpsync' 'leechcraft-lmp-potorchu' 'leechcraft-lmp-ppl' 'leechcraft-mellonetray' 'leechcraft-monocle' 'leechcraft-monocle-dik' 'leechcraft-monocle-doc' 'leechcraft-monocle-fxb' 'leechcraft-monocle-pdf' 'leechcraft-monocle-postrus' 'leechcraft-monocle-seen' 'leechcraft-musiczombie' 'leechcraft-namauth' 'leechcraft-netstoremanager' 'leechcraft-netstoremanager-googledrive' 'leechcraft-networkmonitor' 'leechcraft-newlife' 'leechcraft-ooronee' 'leechcraft-otlozhu' 'leechcraft-pintab' 'leechcraft-pogooglue' 'leechcraft-poshuku' 'leechcraft-poshuku-autosearch' 'leechcraft-poshuku-cleanweb' 'leechcraft-poshuku-dcac' 'leechcraft-poshuku-fatape' 'leechcraft-poshuku-filescheme' 'leechcraft-poshuku-foc' 'leechcraft-poshuku-fua' 'leechcraft-poshuku-keywords' 'leechcraft-poshuku-onlinebookmarks' 'leechcraft-poshuku-onlinebookmarks-delicious' 'leechcraft-poshuku-onlinebookmarks-readitlater' 'leechcraft-poshuku-qrd' 'leechcraft-poshuku-speeddial' 'leechcraft-poshuku-webkitview' 'leechcraft-rosenthal' 'leechcraft-sb2' 'leechcraft-scroblibre' 'leechcraft-secman' 'leechcraft-secman-simplestorage' 'leechcraft-seekthru' 'leechcraft-summary' 'leechcraft-sysnotify' 'leechcraft-tabsessionmanager' 'leechcraft-tabslist' 'leechcraft-textogroose' 'leechcraft-touchstreams' 'leechcraft-tpi' 'leechcraft-vrooby' 'leechcraft-xproxy' 'leechcraft-xtazy' 'leechcraft-zalil' 'legion-devel' 'leiningen' 'lekha' 'lemonbar' 'lensfun' 'lensfun-data' 'lensfun-debugsource' 'lensfun-devel' 'lensfun-doc' 'lensfun-tools' 'leptonica-devel' 'leptonica-tools' 'less' 'leveldb' 'leveldb-devel' 'leveldb-devel-static' 'lftp' 'lha' 'lhasa' 'lhasa-devel' 'lib3270-5_2' 'lib3270-devel' 'lib389' 'lib3ds-1-3' 'lib3ds-devel' 'lib4store-devel' 'lib4store0' 'lib4ti2-0' 'libADLMIDI1' 'libAPFEL0' 'libAlembic1_7' 'libAnalitza5' 'libAppStreamQt-devel' 'libAppStreamQt2' 'libArcus-devel' 'libArcus3' 'libBasicUsageEnvironment1' 'libBox2D-devel' 'libBox2D-devel-32bit' 'libBox2D2_3_1' 'libBox2D2_3_1-32bit' 'libBulletFileLoader2_89' 'libBulletInverseDynamicsUtils2_89' 'libBulletWorldImporter2_89' 'libBulletXmlWorldImporter2_89' 'libCGAL13' 'libCGAL_Core13' 'libCGAL_ImageIO14' 'libCGAL_Qt5-14' 'libCSXCAD0' 'libCharLS2' 'libCoin60' 'libColPack0' 'libColPack0-32bit' 'libColorFull0' 'libConvexDecomposition2_89' 'libEMF-devel' 'libEMF-utils' 'libEMF1' 'libFAudio0' 'libFAudio0-32bit' 'libFLAC++6' 'libFLAC++6-32bit' 'libFLAC8' 'libFLAC8-32bit' 'libFOX-1_6-0' 'libFS-devel' 'libFS-devel-32bit' 'libFS6' 'libFS6-32bit' 'libField3D1_7' 'libField3D1_7-debuginfo' 'libGIMPACTUtils2_89' 'libGLC-devel' 'libGLC0' 'libGLEW2_1' 'libGLEW2_1-32bit' 'libGLU1' 'libGLU1-32bit' 'libGLw-devel' 'libGLw1' 'libGLw1-32bit' 'libGLwM1' 'libGLwM1-32bit' 'libGammu8' 'libGeneratedSaxParser0_3' 'libGetDP2_11' 'libGraphicsMagick++-Q16-12' 'libGraphicsMagick++-devel' 'libGraphicsMagick-Q16-3' 'libGraphicsMagick3-config' 'libGraphicsMagickWand-Q16-2' 'libHACD2_89' 'libHX-devel' 'libHX-devel-32bit' 'libHX28' 'libHX28-32bit' 'libHYPRE-gnu-mpich-hpc' 'libHYPRE-gnu-mvapich2-hpc' 'libHYPRE-gnu-openmpi1-hpc' 'libHYPRE-gnu-openmpi2-hpc' 'libHYPRE-gnu-openmpi3-hpc' 'libHYPRE2_18_2' 'libHYPRE2_18_2-32bit' 'libHYPRE2_18_2-mpich' 'libHYPRE2_18_2-mpich-32bit' 'libHYPRE2_18_2-mvapich2' 'libHYPRE2_18_2-mvapich2-32bit' 'libHYPRE2_18_2-openmpi1' 'libHYPRE2_18_2-openmpi1-32bit' 'libHYPRE2_18_2-openmpi2' 'libHYPRE2_18_2-openmpi2-32bit' 'libHYPRE_2_18_2-gnu-mpich-hpc' 'libHYPRE_2_18_2-gnu-mvapich2-hpc' 'libHYPRE_2_18_2-gnu-openmpi1-hpc' 'libHYPRE_2_18_2-gnu-openmpi2-hpc' 'libHYPRE_2_18_2-gnu-openmpi3-hpc' 'libHalf-2_4-24' 'libHalf-2_4-24-32bit' 'libHepMC3-1' 'libHepMC4' 'libICE-devel' 'libICE-devel-32bit' 'libICE6' 'libICE6-32bit' 'libIDL-2-0' 'libIDL-2-0-32bit' 'libIL1' 'libIccXML-devel' 'libIccXML2' 'libIex-2_4-24' 'libIex-2_4-24-32bit' 'libIexMath-2_4-24' 'libIexMath-2_4-24-32bit' 'libIlmImf-2_4-24' 'libIlmImf-2_4-24-32bit' 'libIlmImfUtil-2_4-24' 'libIlmImfUtil-2_4-24-32bit' 'libIlmThread-2_4-24' 'libIlmThread-2_4-24-32bit' 'libImath-2_4-24' 'libImath-2_4-24-32bit' 'libImlib2-1' 'libIrrlicht1_8' 'libJudy1' 'libKChart2' 'libKDb3-4' 'libKDb3-4-debuginfo' 'libKEduVocDocument5' 'libKF5Activities5' 'libKF5Activities5-32bit' 'libKF5ActivitiesStats1' 'libKF5ActivitiesStats1-32bit' 'libKF5AkonadiAgentBase5' 'libKF5AkonadiCalendar5' 'libKF5AkonadiContact5' 'libKF5AkonadiCore5' 'libKF5AkonadiMime5' 'libKF5AkonadiNotes5' 'libKF5AkonadiPrivate5' 'libKF5AkonadiSearch' 'libKF5AkonadiWidgets5' 'libKF5AkonadiXml5' 'libKF5AlarmCalendar5' 'libKF5Archive5' 'libKF5Archive5-32bit' 'libKF5Attica5' 'libKF5Attica5-32bit' 'libKF5Auth5' 'libKF5Auth5-32bit' 'libKF5Auth5-lang' 'libKF5AuthCore5' 'libKF5AuthCore5-32bit' 'libKF5Baloo5' 'libKF5Baloo5-32bit' 'libKF5BalooEngine5' 'libKF5BalooEngine5-32bit' 'libKF5BalooEngine5-lang' 'libKF5Blog5' 'libKF5BluezQt6' 'libKF5Bookmarks5' 'libKF5Bookmarks5-32bit' 'libKF5Bookmarks5-lang' 'libKF5CalendarCore5' 'libKF5CalendarEvents5' 'libKF5CalendarEvents5-32bit' 'libKF5CalendarSupport5' 'libKF5CalendarUtils5' 'libKF5Cddb5' 'libKF5CddbWidgets5' 'libKF5Codecs5' 'libKF5Codecs5-32bit' 'libKF5Codecs5-lang' 'libKF5CompactDisc5' 'libKF5Completion5' 'libKF5Completion5-32bit' 'libKF5Completion5-lang' 'libKF5ConfigCore5' 'libKF5ConfigCore5-32bit' 'libKF5ConfigCore5-lang' 'libKF5ConfigGui5' 'libKF5ConfigGui5-32bit' 'libKF5ConfigWidgets5' 'libKF5ConfigWidgets5-32bit' 'libKF5ConfigWidgets5-lang' 'libKF5ContactEditor5' 'libKF5Contacts5' 'libKF5Contacts5-32bit' 'libKF5CoreAddons5' 'libKF5CoreAddons5-32bit' 'libKF5Crash5' 'libKF5Crash5-32bit' 'libKF5DBusAddons5' 'libKF5DBusAddons5-32bit' 'libKF5DBusAddons5-lang' 'libKF5DNSSD5' 'libKF5DNSSD5-32bit' 'libKF5DNSSD5-lang' 'libKF5Declarative5' 'libKF5Declarative5-32bit' 'libKF5Declarative5-lang' 'libKF5DocTools5' 'libKF5DocTools5-32bit' 'libKF5Emoticons5' 'libKF5Emoticons5-32bit' 'libKF5EventViews5' 'libKF5GlobalAccel5' 'libKF5GlobalAccel5-32bit' 'libKF5GlobalAccel5-lang' 'libKF5GlobalAccelPrivate5' 'libKF5GrantleeTheme5' 'libKF5Gravatar5' 'libKF5GuiAddons5' 'libKF5GuiAddons5-32bit' 'libKF5Holidays5' 'libKF5Holidays5-lang' 'libKF5I18n5' 'libKF5I18n5-32bit' 'libKF5I18n5-lang' 'libKF5IMAP5' 'libKF5IconThemes5' 'libKF5IconThemes5-32bit' 'libKF5IconThemes5-lang' 'libKF5IdentityManagement5' 'libKF5IdleTime5' 'libKF5IdleTime5-32bit' 'libKF5IncidenceEditor5' 'libKF5ItemModels5' 'libKF5ItemModels5-32bit' 'libKF5ItemViews5' 'libKF5ItemViews5-32bit' 'libKF5ItemViews5-lang' 'libKF5JS5' 'libKF5JS5-32bit' 'libKF5JSApi5' 'libKF5JSApi5-32bit' 'libKF5JobWidgets5' 'libKF5JobWidgets5-32bit' 'libKF5JobWidgets5-lang' 'libKF5JsEmbed5' 'libKF5JsEmbed5-32bit' 'libKF5JsEmbed5-lang' 'libKF5KCMUtils5' 'libKF5KCMUtils5-32bit' 'libKF5KCMUtils5-lang' 'libKF5KDELibs4Support5' 'libKF5KDELibs4Support5-32bit' 'libKF5KDGantt2-5' 'libKF5KDcraw5' 'libKF5KExiv2-15_0_0' 'libKF5KGeoMap10_0_0' 'libKF5KHtml5' 'libKF5KHtml5-32bit' 'libKF5KHtml5-lang' 'libKF5KMahjongglib5' 'libKF5Kipi32_0_0' 'libKF5Kirigami2-5' 'libKF5KontactInterface5' 'libKF5Ldap5' 'libKF5Libkdepim5' 'libKF5LibkdepimAkonadi5' 'libKF5Libkleo5' 'libKF5MailCommon5' 'libKF5MailImporter5' 'libKF5MailImporterAkonadi5' 'libKF5MailTransport5' 'libKF5MailTransportAkonadi5' 'libKF5Mbox5' 'libKF5MediaPlayer5' 'libKF5MediaPlayer5-32bit' 'libKF5MediaWiki5' 'libKF5MediaWiki5-debuginfo' 'libKF5Mime5' 'libKF5ModemManagerQt-devel' 'libKF5ModemManagerQt6' 'libKF5NetworkManagerQt-devel' 'libKF5NetworkManagerQt-devel-32bit' 'libKF5NetworkManagerQt6' 'libKF5NetworkManagerQt6-32bit' 'libKF5NewStuff5' 'libKF5NewStuff5-32bit' 'libKF5NewStuff5-lang' 'libKF5NewStuffCore5' 'libKF5NewStuffCore5-32bit' 'libKF5Notifications5' 'libKF5Notifications5-32bit' 'libKF5Notifications5-lang' 'libKF5NotifyConfig5' 'libKF5NotifyConfig5-32bit' 'libKF5NotifyConfig5-lang' 'libKF5Parts5' 'libKF5Parts5-32bit' 'libKF5Parts5-lang' 'libKF5PimCommon5' 'libKF5PimCommonAkonadi5' 'libKF5PimTextEdit5' 'libKF5Plasma5' 'libKF5Plasma5-32bit' 'libKF5Plotting5' 'libKF5Plotting5-32bit' 'libKF5Prison5' 'libKF5Prison5-32bit' 'libKF5Pty5' 'libKF5Pty5-32bit' 'libKF5Pty5-lang' 'libKF5PulseAudioQt2' 'libKF5PulseAudioQt2-debuginfo' 'libKF5Purpose5' 'libKF5Purpose5-32bit' 'libKF5PurposeWidgets5' 'libKF5PurposeWidgets5-32bit' 'libKF5QuickAddons5' 'libKF5QuickAddons5-32bit' 'libKF5Runner5' 'libKF5Runner5-32bit' 'libKF5Sane5' 'libKF5Screen7' 'libKF5Screen7-32bit' 'libKF5Solid5' 'libKF5Solid5-32bit' 'libKF5Solid5-lang' 'libKF5SonnetCore5' 'libKF5SonnetCore5-32bit' 'libKF5SonnetCore5-lang' 'libKF5SonnetUi5' 'libKF5SonnetUi5-32bit' 'libKF5Style5' 'libKF5Style5-32bit' 'libKF5Su5' 'libKF5Su5-32bit' 'libKF5Su5-lang' 'libKF5Syndication5' 'libKF5SyntaxHighlighting5' 'libKF5SyntaxHighlighting5-32bit' 'libKF5SyntaxHighlighting5-lang' 'libKF5TextWidgets5' 'libKF5TextWidgets5-32bit' 'libKF5TextWidgets5-lang' 'libKF5ThreadWeaver5' 'libKF5ThreadWeaver5-32bit' 'libKF5Tnef5' 'libKF5Torrent6' 'libKF5Torrent6-debuginfo' 'libKF5UnitConversion5' 'libKF5UnitConversion5-32bit' 'libKF5UnitConversion5-lang' 'libKF5Vkontakte2' 'libKF5Vkontakte2-debuginfo' 'libKF5Wallet5' 'libKF5Wallet5-32bit' 'libKF5WebKit5' 'libKF5WebKit5-32bit' 'libKF5WidgetsAddons5' 'libKF5WidgetsAddons5-32bit' 'libKF5WidgetsAddons5-lang' 'libKF5WindowSystem5' 'libKF5WindowSystem5-32bit' 'libKF5WindowSystem5-lang' 'libKF5XmlGui5' 'libKF5XmlGui5-32bit' 'libKF5XmlGui5-lang' 'libKF5XmlRpcClient5' 'libKF5XmlRpcClient5-32bit' 'libKF5XmlRpcClient5-lang' 'libKGantt2' 'libKPimGAPIBlogger5' 'libKPimGAPICalendar5' 'libKPimGAPIContacts5' 'libKPimGAPICore5' 'libKPimGAPIDrive5' 'libKPimGAPILatitude5' 'libKPimGAPIMaps5' 'libKPimGAPITasks5' 'libKPimImportWizard5' 'libKPimItinerary5' 'libKPimItinerary5-lang' 'libKPimKDAV5' 'libKPimPkPass5' 'libKPimSMTP5' 'libKPropertyCore3-4' 'libKPropertyCore3-4-debuginfo' 'libKPropertyWidgets3-4' 'libKPropertyWidgets3-4-debuginfo' 'libKReport3-4' 'libKReport3-4-debuginfo' 'libKScreenLocker5' 'libKUserFeedbackCore1' 'libKUserFeedbackCore1-debuginfo' 'libKUserFeedbackWidgets1' 'libKUserFeedbackWidgets1-debuginfo' 'libKasten4' 'libKasten4-debuginfo' 'libLASi-devel' 'libLASi2' 'libLHAPDF-6_2_3' 'libLLVM7' 'libLLVM7-32bit' 'libLLVM8' 'libLLVM8-32bit' 'libLLVM9' 'libLLVM9-32bit' 'libLTO7' 'libLTO7-32bit' 'libLTO8' 'libLTO8-32bit' 'libLTO9' 'libLTO9-32bit' 'libLimeSuite20_01-1' 'libLunchbox3' 'libLunchbox3-debuginfo' 'libMagick++-7_Q16HDRI4' 'libMagick++-7_Q16HDRI4-32bit' 'libMagick++-devel' 'libMagick++-devel-32bit' 'libMagickCore-7_Q16HDRI7' 'libMagickCore-7_Q16HDRI7-32bit' 'libMagickWand-7_Q16HDRI7' 'libMagickWand-7_Q16HDRI7-32bit' 'libMathMLSolver0_3' 'libMauiKit' 'libMrm4' 'libMrm4-32bit' 'libMyGUIEngine3_4_0' 'libOIS-1_3_0' 'libOIS-devel' 'libOSC-devel' 'libOSC0' 'libOSC0-debuginfo' 'libOSMesa-devel' 'libOSMesa-devel-32bit' 'libOSMesa8' 'libOSMesa8-32bit' 'libOgreMain-devel' 'libOgreMain1_9_0' 'libOgreMain1_9_0-plugins' 'libOgreOverlay-devel' 'libOgreOverlay1_9_0' 'libOgrePaging-devel' 'libOgrePaging1_9_0' 'libOgreProperty-devel' 'libOgreProperty1_9_0' 'libOgreRTShaderSystem-devel' 'libOgreRTShaderSystem1_9_0' 'libOgreTerrain-devel' 'libOgreTerrain1_9_0' 'libOgreVolume-devel' 'libOgreVolume1_9_0' 'libOkteta3' 'libOkteta3-debuginfo' 'libOpenCL1' 'libOpenCOLLADABaseUtils0_3' 'libOpenCOLLADAFramework0_3' 'libOpenCOLLADASaxFrameworkLoader0_3' 'libOpenCOLLADAStreamWriter0_3' 'libOpenColorIO1' 'libOpenIPMI0' 'libOpenImageDenoise0' 'libOpenImageIO1_8' 'libOpenImageIO_Util1_8' 'libOpenSceneGraph-devel' 'libOpenSceneGraph131' 'libOpenSceneGraph131-devel' 'libOpenSceneGraph158' 'libOpenThreads-devel' 'libOpenThreads20' 'libOpenThreads20-devel' 'libOpenThreads21' 'libOyranosSynnefo-devel' 'libOyranosSynnefo-devel-static' 'libOyranosSynnefo1' 'libPocoCppParser71' 'libPocoCrypto71' 'libPocoData71' 'libPocoDataMySQL71' 'libPocoDataODBC71' 'libPocoDataSQLite71' 'libPocoEncodings71' 'libPocoFoundation71' 'libPocoJSON71' 'libPocoJWT71' 'libPocoMongoDB71' 'libPocoNet71' 'libPocoNetSSL71' 'libPocoPDF71' 'libPocoRedis71' 'libPocoUtil71' 'libPocoXML71' 'libPocoZip71' 'libPythonQt-Qt5-Python3-3' 'libPythonQt_QtAll-Qt5-Python3-3' 'libQCSXCAD0' 'libQMatrixClient0_5_3' 'libQTweetLib1_0' 'libQTweetLib1_0-debuginfo' 'libQgpsmm25' 'libQt4Pas5' 'libQt53DAnimation-devel' 'libQt53DAnimation5' 'libQt53DAnimation5-32bit' 'libQt53DCore-devel' 'libQt53DCore5' 'libQt53DCore5-32bit' 'libQt53DExtras-devel' 'libQt53DExtras5' 'libQt53DExtras5-32bit' 'libQt53DInput-devel' 'libQt53DInput5' 'libQt53DInput5-32bit' 'libQt53DLogic-devel' 'libQt53DLogic5' 'libQt53DLogic5-32bit' 'libQt53DQuick-devel' 'libQt53DQuick5' 'libQt53DQuick5-32bit' 'libQt53DQuickAnimation-devel' 'libQt53DQuickAnimation5' 'libQt53DQuickAnimation5-32bit' 'libQt53DQuickExtras-devel' 'libQt53DQuickExtras5' 'libQt53DQuickExtras5-32bit' 'libQt53DQuickInput-devel' 'libQt53DQuickInput5' 'libQt53DQuickInput5-32bit' 'libQt53DQuickRender-devel' 'libQt53DQuickRender5' 'libQt53DQuickRender5-32bit' 'libQt53DQuickScene2D-devel' 'libQt53DQuickScene2D5' 'libQt53DQuickScene2D5-32bit' 'libQt53DRender-devel' 'libQt53DRender5' 'libQt53DRender5-32bit' 'libQt5Bluetooth5' 'libQt5Bluetooth5-32bit' 'libQt5Bluetooth5-imports' 'libQt5Bodymovin-devel' 'libQt5Bodymovin-private-headers-devel' 'libQt5Bodymovin5' 'libQt5Bootstrap-devel-static' 'libQt5Bootstrap-devel-static-32bit' 'libQt5Charts5' 'libQt5Charts5-designer' 'libQt5Charts5-devel' 'libQt5Concurrent-devel' 'libQt5Concurrent-devel-32bit' 'libQt5Concurrent5' 'libQt5Concurrent5-32bit' 'libQt5Core-devel' 'libQt5Core-devel-32bit' 'libQt5Core-private-headers-devel' 'libQt5Core5' 'libQt5Core5-32bit' 'libQt5DBus-devel' 'libQt5DBus-devel-32bit' 'libQt5DBus-private-headers-devel' 'libQt5DBus5' 'libQt5DBus5-32bit' 'libQt5DataVisualization5' 'libQt5DataVisualization5-devel' 'libQt5Designer5' 'libQt5Designer5-32bit' 'libQt5DesignerComponents5' 'libQt5DesignerComponents5-32bit' 'libQt5Gamepad5' 'libQt5Gamepad5-32bit' 'libQt5Gui-devel' 'libQt5Gui-devel-32bit' 'libQt5Gui-private-headers-devel' 'libQt5Gui5' 'libQt5Gui5-32bit' 'libQt5Help5' 'libQt5Help5-32bit' 'libQt5HunspellInputMethod-private-headers-devel' 'libQt5HunspellInputMethod5' 'libQt5KmsSupport-devel-static' 'libQt5KmsSupport-private-headers-devel' 'libQt5Location5' 'libQt5Location5-32bit' 'libQt5Multimedia5' 'libQt5Multimedia5-32bit' 'libQt5Network-devel' 'libQt5Network-devel-32bit' 'libQt5Network-private-headers-devel' 'libQt5Network5' 'libQt5Network5-32bit' 'libQt5NetworkAuth5' 'libQt5NetworkAuth5-32bit' 'libQt5Nfc5' 'libQt5Nfc5-32bit' 'libQt5Nfc5-imports' 'libQt5OpenGL-devel' 'libQt5OpenGL-devel-32bit' 'libQt5OpenGL-private-headers-devel' 'libQt5OpenGL5' 'libQt5OpenGL5-32bit' 'libQt5OpenGLExtensions-devel-static' 'libQt5OpenGLExtensions-devel-static-32bit' 'libQt5Pas-devel' 'libQt5Pas1' 'libQt5PlatformHeaders-devel' 'libQt5PlatformSupport-devel-static' 'libQt5PlatformSupport-devel-static-32bit' 'libQt5PlatformSupport-private-headers-devel' 'libQt5Positioning5' 'libQt5Positioning5-32bit' 'libQt5PositioningQuick5' 'libQt5PositioningQuick5-32bit' 'libQt5PrintSupport-devel' 'libQt5PrintSupport-devel-32bit' 'libQt5PrintSupport-private-headers-devel' 'libQt5PrintSupport5' 'libQt5PrintSupport5-32bit' 'libQt5Quick3D5' 'libQt5Quick3DAssetImport5' 'libQt5QuickControls2-5' 'libQt5QuickControls2-devel' 'libQt5QuickTemplates2-5' 'libQt5QuickTemplates2-devel' 'libQt5RemoteObjects5' 'libQt5RemoteObjects5-32bit' 'libQt5Script5' 'libQt5Script5-32bit' 'libQt5Scxml5' 'libQt5Scxml5-32bit' 'libQt5Scxml5-imports' 'libQt5Sensors5' 'libQt5Sensors5-32bit' 'libQt5Sensors5-imports' 'libQt5SerialBus5' 'libQt5SerialBus5-32bit' 'libQt5SerialPort5' 'libQt5SerialPort5-32bit' 'libQt5Sql-devel' 'libQt5Sql-devel-32bit' 'libQt5Sql-private-headers-devel' 'libQt5Sql5' 'libQt5Sql5-32bit' 'libQt5Sql5-mysql' 'libQt5Sql5-mysql-32bit' 'libQt5Sql5-postgresql' 'libQt5Sql5-postgresql-32bit' 'libQt5Sql5-sqlite' 'libQt5Sql5-sqlite-32bit' 'libQt5Sql5-unixODBC' 'libQt5Sql5-unixODBC-32bit' 'libQt5Svg5' 'libQt5Svg5-32bit' 'libQt5Test-devel' 'libQt5Test-devel-32bit' 'libQt5Test-private-headers-devel' 'libQt5Test5' 'libQt5Test5-32bit' 'libQt5TextToSpeech5' 'libQt5TextToSpeech5-32bit' 'libQt5VirtualKeyboard5' 'libQt5WaylandClient5' 'libQt5WaylandClient5-32bit' 'libQt5WaylandCompositor5' 'libQt5WaylandCompositor5-32bit' 'libQt5WebChannel5' 'libQt5WebChannel5-32bit' 'libQt5WebChannel5-imports' 'libQt5WebKit-private-headers-devel' 'libQt5WebKit5' 'libQt5WebKit5-32bit' 'libQt5WebKit5-devel' 'libQt5WebKit5-devel-32bit' 'libQt5WebKit5-imports' 'libQt5WebKitWidgets-devel' 'libQt5WebKitWidgets-devel-32bit' 'libQt5WebKitWidgets-private-headers-devel' 'libQt5WebKitWidgets5' 'libQt5WebKitWidgets5-32bit' 'libQt5WebSockets5' 'libQt5WebSockets5-32bit' 'libQt5WebSockets5-imports' 'libQt5WebView5' 'libQt5WebView5-imports' 'libQt5Widgets-devel' 'libQt5Widgets-devel-32bit' 'libQt5Widgets-private-headers-devel' 'libQt5Widgets5' 'libQt5Widgets5-32bit' 'libQt5X11Extras5' 'libQt5X11Extras5-32bit' 'libQt5Xdg3' 'libQt5XdgIconLoader-devel' 'libQt5XdgIconLoader3' 'libQt5Xml-devel' 'libQt5Xml-devel-32bit' 'libQt5Xml5' 'libQt5Xml5-32bit' 'libQt5XmlPatterns5' 'libQt5XmlPatterns5-32bit' 'libQtAV1' 'libQtAV1-32bit' 'libQtAV1-32bit-debuginfo' 'libQtAV1-debuginfo' 'libQtAVWidgets1' 'libQtAVWidgets1-32bit' 'libQtAVWidgets1-32bit-debuginfo' 'libQtAVWidgets1-debuginfo' 'libQtQuick5' 'libQtQuick5-32bit' 'libQtWebKit-devel' 'libQtWebKit4' 'libQtWebKit4' 'libQtWebKit4-debuginfo' 'libQtWebKit4-debugsource' 'libRaTools0' 'libRivet-3_1_0' 'libSDL-1_2-0' 'libSDL-1_2-0-32bit' 'libSDL-devel' 'libSDL-devel-32bit' 'libSDL2-2_0-0' 'libSDL2-2_0-0-32bit' 'libSDL2-devel' 'libSDL2-devel-32bit' 'libSDL2_gfx-1_0-0' 'libSDL2_gfx-1_0-0-32bit' 'libSDL2_gfx-devel' 'libSDL2_gfx-devel-32bit' 'libSDL2_image-2_0-0' 'libSDL2_image-2_0-0-32bit' 'libSDL2_image-devel' 'libSDL2_image-devel-32bit' 'libSDL2_mixer-2_0-0' 'libSDL2_mixer-2_0-0-32bit' 'libSDL2_mixer-devel' 'libSDL2_mixer-devel-32bit' 'libSDL2_net-2_0-0' 'libSDL2_net-2_0-0-32bit' 'libSDL2_net-devel' 'libSDL2_net-devel-32bit' 'libSDL2_ttf-2_0-0' 'libSDL2_ttf-2_0-0-32bit' 'libSDL2_ttf-devel' 'libSDL2_ttf-devel-32bit' 'libSDL_Pango-devel' 'libSDL_Pango-devel-32bit' 'libSDL_Pango1' 'libSDL_Pango1-32bit' 'libSDL_bgi-devel' 'libSDL_bgi2' 'libSDL_gfx-devel' 'libSDL_gfx-devel-32bit' 'libSDL_gfx15' 'libSDL_gfx15-32bit' 'libSDL_image-1_2-0' 'libSDL_image-1_2-0-32bit' 'libSDL_image-devel' 'libSDL_image-devel-32bit' 'libSDL_mixer-1_2-0' 'libSDL_mixer-1_2-0-32bit' 'libSDL_mixer-devel' 'libSDL_mixer-devel-32bit' 'libSDL_net-1_2-0' 'libSDL_net-1_2-0-32bit' 'libSDL_net-devel' 'libSDL_net-devel-32bit' 'libSDL_sound-1_0-1' 'libSDL_sound-1_0-1-32bit' 'libSDL_sound-devel' 'libSDL_sound-devel-32bit' 'libSDL_ttf-2_0-0' 'libSDL_ttf-2_0-0-32bit' 'libSDL_ttf-devel' 'libSDL_ttf-devel-32bit' 'libSDLmm-0_1-8' 'libSDLmm-0_1-8-32bit' 'libSDLmm-devel' 'libSDLmm-devel-32bit' 'libSHERPA-MC0' 'libSHERPA-MC0-config' 'libSM-devel' 'libSM-devel-32bit' 'libSM6' 'libSM6-32bit' 'libSOIL' 'libSOIL-debugsource' 'libSOIL-devel' 'libSOIL1' 'libSOIL1-debuginfo' 'libSPIRV-Tools-suse16' 'libSPIRV-Tools-suse16-32bit' 'libSampleICC-devel' 'libSampleICC1' 'libSavitar-devel' 'libSavitar0' 'libSimGearCore-2018_3_4' 'libSoQt20' 'libSoapyOsmoSDR0' 'libSoapySDR0_7' 'libSoundTouch1' 'libSoundTouch1-32bit' 'libStatTimer2' 'libSwiften4' 'libTMCG-devel' 'libTMCG18' 'libTutf-devel' 'libTutf1' 'libTw-devel' 'libTw5' 'libUTF0_3' 'libUil4' 'libUil4-32bit' 'libUnitTest++-2_0_0' 'libUsageEnvironment3' 'libVFlib3-5' 'libWN3' 'libWPEBackend-fdo-1_0-1' 'libWPEBackend-fdo-1_0-1-32bit' 'libWildMidi2' 'libX11-6' 'libX11-6-32bit' 'libX11-data' 'libX11-devel' 'libX11-devel-32bit' 'libX11-xcb1' 'libX11-xcb1-32bit' 'libXNVCtrl' 'libXNVCtrl' 'libXNVCtrl-debugsource' 'libXNVCtrl-devel' 'libXNVCtrl0' 'libXNVCtrl0-debuginfo' 'libXRes1' 'libXRes1-32bit' 'libXau-devel' 'libXau-devel-32bit' 'libXau6' 'libXau6-32bit' 'libXaw-devel' 'libXaw-devel-32bit' 'libXaw3d-devel' 'libXaw3d-devel-32bit' 'libXaw3d6' 'libXaw3d6-32bit' 'libXaw3d7' 'libXaw3d7-32bit' 'libXaw3d8' 'libXaw3d8-32bit' 'libXaw3dXft' 'libXaw3dXft-debugsource' 'libXaw3dxft-devel' 'libXaw3dxft8' 'libXaw3dxft8-32bit' 'libXaw3dxft8-32bit-debuginfo' 'libXaw3dxft8-debuginfo' 'libXaw6' 'libXaw6-32bit' 'libXaw7' 'libXaw7-32bit' 'libXaw8' 'libXaw8-32bit' 'libXbgi-devel' 'libXbgi1' 'libXcm-devel' 'libXcm0' 'libXcmDDC0' 'libXcmEDID0' 'libXcmX11-0' 'libXcomposite-devel' 'libXcomposite-devel-32bit' 'libXcomposite1' 'libXcomposite1-32bit' 'libXcursor-devel' 'libXcursor-devel-32bit' 'libXcursor1' 'libXcursor1-32bit' 'libXdamage-devel' 'libXdamage-devel-32bit' 'libXdamage1' 'libXdamage1-32bit' 'libXdmcp-devel' 'libXdmcp-devel-32bit' 'libXdmcp6' 'libXdmcp6-32bit' 'libXevie-devel' 'libXevie-devel-32bit' 'libXevie1' 'libXevie1-32bit' 'libXext-devel' 'libXext-devel-32bit' 'libXext6' 'libXext6-32bit' 'libXfixes-devel' 'libXfixes-devel-32bit' 'libXfixes3' 'libXfixes3-32bit' 'libXfont-devel' 'libXfont-devel-32bit' 'libXfont1' 'libXfont1-32bit' 'libXfont2-2' 'libXfont2-2-32bit' 'libXfont2-devel' 'libXfont2-devel-32bit' 'libXfontcache-devel' 'libXfontcache-devel-32bit' 'libXfontcache1' 'libXfontcache1-32bit' 'libXft-devel' 'libXft-devel-32bit' 'libXft2' 'libXft2-32bit' 'libXi-devel' 'libXi-devel-32bit' 'libXi6' 'libXi6-32bit' 'libXinerama-devel' 'libXinerama-devel-32bit' 'libXinerama1' 'libXinerama1-32bit' 'libXiterm-devel' 'libXiterm1' 'libXm4' 'libXm4-32bit' 'libXmu-devel' 'libXmu-devel-32bit' 'libXmu6' 'libXmu6-32bit' 'libXmuu1' 'libXmuu1-32bit' 'libXp-devel' 'libXp-devel-32bit' 'libXp6' 'libXp6-32bit' 'libXpm-devel' 'libXpm-devel-32bit' 'libXpm-tools' 'libXpm4' 'libXpm4-32bit' 'libXpresent-devel' 'libXpresent1' 'libXprintAppUtil-devel' 'libXprintAppUtil-devel-32bit' 'libXprintAppUtil1' 'libXprintAppUtil1-32bit' 'libXprintUtil-devel' 'libXprintUtil-devel-32bit' 'libXprintUtil1' 'libXprintUtil1-32bit' 'libXrandr-devel' 'libXrandr-devel-32bit' 'libXrandr2' 'libXrandr2-32bit' 'libXrender-devel' 'libXrender-devel-32bit' 'libXrender1' 'libXrender1-32bit' 'libXres-devel' 'libXres-devel-32bit' 'libXss-devel' 'libXss-devel-32bit' 'libXss1' 'libXss1-32bit' 'libXt-devel' 'libXt-devel-32bit' 'libXt6' 'libXt6-32bit' 'libXtst-devel' 'libXtst-devel-32bit' 'libXtst6' 'libXtst6-32bit' 'libXv-devel' 'libXv-devel-32bit' 'libXv1' 'libXv1-32bit' 'libXvMC-devel' 'libXvMC-devel-32bit' 'libXvMC1' 'libXvMC1-32bit' 'libXvMC_nouveau' 'libXvMC_nouveau-32bit' 'libXvMC_r600' 'libXvMC_r600-32bit' 'libXvnc-devel' 'libXvnc1' 'libXxf86dga-devel' 'libXxf86dga-devel-32bit' 'libXxf86dga1' 'libXxf86dga1-32bit' 'libXxf86vm-devel' 'libXxf86vm-devel-32bit' 'libXxf86vm1' 'libXxf86vm1-32bit' 'libYODA-1_8_0' 'libZXingCore1' 'liba2ps1' 'liba52-0' 'liba52-0-32bit' 'liba52-devel' 'libaa1' 'libaa1-32bit' 'libaacs' 'libaacs-debugsource' 'libaacs-devel' 'libaacs0' 'libaacs0-debuginfo' 'libaal-1_0-7' 'libaal-devel' 'libaal-minimal0' 'libabigail-devel' 'libabigail-tools' 'libabigail0' 'libabiword-3_0' 'libabiword-3_0-devel' 'libabw-0_1-1' 'libabw-devel' 'libabw-devel-doc' 'libabw-tools' 'libacars-2-2' 'libacars-devel' 'libacars1' 'libacars2-devel' 'libaccounts-glib-devel' 'libaccounts-glib-docs' 'libaccounts-glib-tools' 'libaccounts-glib1' 'libaccounts-glib1-32bit' 'libaccounts-qt5-1' 'libaccounts-qt5-1-32bit' 'libaccounts-qt5-devel' 'libaccounts-qt5-doc' 'libaccountsservice0' 'libacl-devel' 'libacl-devel-32bit' 'libacl1' 'libacl1-32bit' 'libacr38ucontrol0' 'libada10' 'libada10-32bit' 'libada7' 'libada7-32bit' 'libada9' 'libada9-32bit' 'libaddrxlat-devel' 'libaddrxlat0' 'libadlmidi-devel' 'libadms0' 'libadns-devel' 'libadns-devel-32bit' 'libadns1' 'libadns1-32bit' 'libadolc2' 'libadolc2-32bit' 'libaec-devel' 'libaec0' 'libaec0-32bit' 'libaften-devel' 'libaften0' 'libaften0-debuginfo' 'libags3' 'libaio-devel' 'libaio-devel-32bit' 'libaio1' 'libaio1-32bit' 'libairspy0' 'libairspyhf0' 'libakai0' 'libalac0' 'libalkimia5-8' 'libalkimia5-8-debuginfo' 'libalkimia5-devel' 'liballeg44-devel' 'liballeg4_4' 'liballeg4_4-32bit' 'liballeggl44-devel' 'liballeggl4_4' 'liballeggl4_4-32bit' 'liballegro-doc' 'liballegro5_2' 'liballegro5_2-devel' 'liballegro_acodec5_2' 'liballegro_acodec5_2-devel' 'liballegro_audio5_2' 'liballegro_audio5_2-devel' 'liballegro_color5_2' 'liballegro_color5_2-devel' 'liballegro_dialog5_2' 'liballegro_dialog5_2-devel' 'liballegro_font5_2' 'liballegro_font5_2-devel' 'liballegro_image5_2' 'liballegro_image5_2-devel' 'liballegro_main5_2' 'liballegro_main5_2-devel' 'liballegro_memfile5_2' 'liballegro_memfile5_2-devel' 'liballegro_physfs5_2' 'liballegro_physfs5_2-devel' 'liballegro_primitives5_2' 'liballegro_primitives5_2-devel' 'liballegro_ttf5_2' 'liballegro_ttf5_2-devel' 'liballegro_video5_2' 'liballegro_video5_2-devel' 'libalure1' 'libalut0' 'libalut0-32bit' 'libamd-doc' 'libamd2' 'libamrnb-devel' 'libamrnb3' 'libamrnb3-32bit' 'libamrnb3-32bit-debuginfo' 'libamrnb3-debuginfo' 'libamrwb-devel' 'libamrwb3' 'libamrwb3-32bit' 'libamrwb3-32bit-debuginfo' 'libamrwb3-debuginfo' 'libamtk-5-0' 'libangelscript2_34_0' 'libanjuta-3-0' 'libansilove-devel' 'libansilove1' 'libanthy0' 'libanthy0-32bit' 'libantlr3c3' 'libantlr3c3-32bit' 'libantlr4-runtime-devel' 'libantlr4-runtime4_8' 'libao-devel' 'libao-plugins4' 'libao-plugins4-32bit' 'libao4' 'libao4-32bit' 'libaom-devel' 'libaom-devel-doc' 'libaom0' 'libaom0-32bit' 'libap4-1_5_1r629' 'libap4-1_5_1r629-debuginfo' 'libapparmor-devel' 'libapparmor1' 'libapparmor1-32bit' 'libappindicator-devel' 'libappindicator1' 'libappindicator3-1' 'libappindicator3-devel' 'libappmenu-gtk-parser-devel' 'libappmenu-gtk2-parser-devel' 'libappmenu-gtk2-parser0' 'libappmenu-gtk3-parser-devel' 'libappmenu-gtk3-parser0' 'libappstream-glib8' 'libappstream4' 'libapr-util1' 'libapr-util1-dbd-mysql' 'libapr-util1-dbd-pgsql' 'libapr-util1-dbd-sqlite3' 'libapr1' 'libarchive-devel' 'libarchive13' 'libarchive13-32bit' 'libargon2-1' 'libargon2-1-32bit' 'libargtable2-0' 'libargtable2-devel' 'libaria2-0' 'libarm_compute18' 'libarmadillo9' 'libarmadillo9-32bit' 'libarmnn20' 'libarmnn20-opencl' 'libarmnnCaffeParser20' 'libarmnnCaffeParser20-opencl' 'libarmnnOnnxParser20' 'libarmnnOnnxParser20-opencl' 'libarmnnSerializer20' 'libarmnnSerializer20-opencl' 'libarmnnTfLiteParser20' 'libarmnnTfLiteParser20-opencl' 'libarmnnTfParser20' 'libarmnnTfParser20-opencl' 'libarpack2' 'libarpack2-32bit' 'libarprec0' 'libart_lgpl-devel' 'libart_lgpl-devel-32bit' 'libart_lgpl_2-2' 'libart_lgpl_2-2-32bit' 'libasan4' 'libasan4-32bit' 'libasan5' 'libasan5-32bit' 'libasan6' 'libasan6-32bit' 'libase1' 'libaslcommon0' 'libasm-devel' 'libasm1' 'libasm1-32bit' 'libasn1c-devel' 'libasn1c1' 'libasound2' 'libasound2-32bit' 'libaspell15' 'libaspell15-32bit' 'libass-devel' 'libass9' 'libass9-32bit' 'libassimp3' 'libassuan-devel' 'libassuan0' 'libassuan0-32bit' 'libastro1' 'libastylej3' 'libasync' 'libasync-devel' 'libasyncns-devel' 'libasyncns0' 'libatasmart-devel' 'libatasmart-utils' 'libatasmart4' 'libathemecore1' 'libatk-1_0-0' 'libatk-1_0-0-32bit' 'libatk-bridge-2_0-0' 'libatk-bridge-2_0-0-32bit' 'libatkmm-1_6-1' 'libatkmm-1_6-1-32bit' 'libatkmm-2_30-1' 'libatkmm-2_30-1-32bit' 'libatlascpp-0_6-1' 'libatm1' 'libatomic1' 'libatomic1-32bit' 'libatomic1-gcc7' 'libatomic1-gcc7-32bit' 'libatomic1-gcc9' 'libatomic1-gcc9-32bit' 'libatomic_ops-devel' 'libatomicparsley0' 'libatopology2' 'libatopology2-32bit' 'libatrildocument3' 'libatrilview3' 'libatspi0' 'libatspi0-32bit' 'libattr-devel' 'libattr-devel-32bit' 'libattr-devel-static' 'libattr1' 'libattr1-32bit' 'libaubio-devel' 'libaubio5' 'libaubio5-32bit' 'libaudaspace-c1_3' 'libaudaspace-py1_3' 'libaudaspace1_3' 'libaudclient-devel' 'libaudclient2' 'libaudclient2' 'libaudclient2-debuginfo' 'libaudclient2-debugsource' 'libaudcore5' 'libaudiofile1' 'libaudiofile1-32bit' 'libaudit1' 'libaudit1-32bit' 'libaudqt2' 'libaudtag3' 'libaugeas0' 'libaugeas0-32bit' 'libauparse0' 'libauparse0-32bit' 'libautotrace3' 'libav-tools' 'libavahi-client3' 'libavahi-client3-32bit' 'libavahi-common3' 'libavahi-common3-32bit' 'libavahi-core7' 'libavahi-devel' 'libavahi-glib-devel' 'libavahi-glib1' 'libavahi-glib1-32bit' 'libavahi-gobject-devel' 'libavahi-gobject0' 'libavahi-ui-gtk3-0' 'libavc1394-0' 'libavc1394-0-32bit' 'libavc1394-devel' 'libavc1394-devel-32bit' 'libavc1394-tools' 'libavcodec56' 'libavcodec56-32bit' 'libavcodec56-32bit-debuginfo' 'libavcodec56-debuginfo' 'libavcodec57' 'libavcodec57-32bit' 'libavcodec57-32bit-debuginfo' 'libavcodec57-debuginfo' 'libavcodec58' 'libavcodec58-32bit' 'libavcodec58-32bit-debuginfo' 'libavcodec58-debuginfo' 'libavdevice56' 'libavdevice56-32bit' 'libavdevice56-32bit-debuginfo' 'libavdevice56-debuginfo' 'libavdevice57' 'libavdevice57-32bit' 'libavdevice57-32bit-debuginfo' 'libavdevice57-debuginfo' 'libavdevice58' 'libavdevice58-32bit' 'libavdevice58-32bit-debuginfo' 'libavdevice58-debuginfo' 'libavfilter5' 'libavfilter5-32bit' 'libavfilter5-32bit-debuginfo' 'libavfilter5-debuginfo' 'libavfilter6' 'libavfilter6-32bit' 'libavfilter6-32bit-debuginfo' 'libavfilter6-debuginfo' 'libavfilter7' 'libavfilter7-32bit' 'libavfilter7-32bit-debuginfo' 'libavfilter7-debuginfo' 'libavformat56' 'libavformat56-32bit' 'libavformat56-32bit-debuginfo' 'libavformat56-debuginfo' 'libavformat57' 'libavformat57-32bit' 'libavformat57-32bit-debuginfo' 'libavformat57-debuginfo' 'libavformat58' 'libavformat58-32bit' 'libavformat58-32bit-debuginfo' 'libavformat58-debuginfo' 'libavfs0' 'libavif-devel' 'libavif2' 'libavifile-devel' 'libaviplay-0_7-0' 'libaviplay-0_7-0-debuginfo' 'libavogadrolibs-suse0' 'libavrdude1' 'libavresample2' 'libavresample2-32bit' 'libavresample2-32bit-debuginfo' 'libavresample2-debuginfo' 'libavresample3' 'libavresample3-32bit' 'libavresample3-32bit-debuginfo' 'libavresample3-debuginfo' 'libavresample4' 'libavresample4-32bit' 'libavresample4-32bit-debuginfo' 'libavresample4-debuginfo' 'libavtp-devel' 'libavtp0' 'libavutil54' 'libavutil54-32bit' 'libavutil54-32bit-debuginfo' 'libavutil54-debuginfo' 'libavutil55' 'libavutil55-32bit' 'libavutil55-32bit-debuginfo' 'libavutil55-debuginfo' 'libavutil56' 'libavutil56-32bit' 'libavutil56-32bit-debuginfo' 'libavutil56-debuginfo' 'libavxsynth0' 'libavxsynth0-debuginfo' 'libax25-0' 'libax25-common' 'libax25-devel' 'libax25io0' 'libayatana-appindicator-devel' 'libayatana-appindicator1' 'libayatana-appindicator3-1' 'libayatana-appindicator3-devel' 'libayatana-ido3-0_4-0' 'libayatana-ido3-0_4-0-32bit' 'libayatana-indicator-devel' 'libayatana-indicator3-7' 'libayatana-indicator3-devel' 'libayatana-indicator7' 'libb2-1' 'libb2-devel' 'libb64' 'libb64-0' 'libb64-devel' 'libbabl-0_1-0' 'libbabl-0_1-0-32bit' 'libbamf3-2' 'libbase' 'libbase-javadoc' 'libbaseencode-devel' 'libbaseencode1' 'libbasicobjects-devel' 'libbasicobjects-devel-32bit' 'libbasicobjects0' 'libbasicobjects0-32bit' 'libbcc0' 'libbcg729-0' 'libbcg729-0-32bit' 'libbcmatroska2-0' 'libbcmatroska2-0-32bit' 'libbctoolbox-tester1' 'libbctoolbox-tester1-32bit' 'libbctoolbox1' 'libbctoolbox1-32bit' 'libbcunit1' 'libbcunit1-32bit' 'libbd_btrfs-devel' 'libbd_btrfs2' 'libbd_crypto-devel' 'libbd_crypto2' 'libbd_dm-devel' 'libbd_dm2' 'libbd_fs-devel' 'libbd_fs2' 'libbd_kbd-devel' 'libbd_kbd2' 'libbd_loop-devel' 'libbd_loop2' 'libbd_lvm-dbus-devel' 'libbd_lvm-dbus2' 'libbd_lvm-devel' 'libbd_lvm2' 'libbd_mdraid-devel' 'libbd_mdraid2' 'libbd_mpath-devel' 'libbd_mpath2' 'libbd_part-devel' 'libbd_part2' 'libbd_swap-devel' 'libbd_swap2' 'libbd_utils-devel' 'libbd_utils2' 'libbd_vdo-devel' 'libbd_vdo2' 'libbde-devel' 'libbde-tools' 'libbde1' 'libbdplus' 'libbdplus-debugsource' 'libbdplus-devel' 'libbdplus0' 'libbdplus0-debuginfo' 'libbeecrypt-devel' 'libbeecrypt6' 'libbelcard1' 'libbelcard1-32bit' 'libbellesip0' 'libbellesip0-32bit' 'libbelr1' 'libbelr1-32bit' 'libbemenu0' 'libbenchmark0' 'libbfio-devel' 'libbfio1' 'libbiblesync2_0' 'libbind9-1600' 'libbind9-1600-32bit' 'libbitcoinconsensus-devel' 'libbitcoinconsensus0' 'libbitmask-devel' 'libbitmask1' 'libbitstream1' 'libblacs2-mvapich2' 'libblacs2-mvapich2-devel' 'libblacs2-mvapich2-devel-static' 'libblacs2-openmpi1' 'libblacs2-openmpi1-devel' 'libblacs2-openmpi1-devel-static' 'libblacs2-openmpi2' 'libblacs2-openmpi2-devel' 'libblacs2-openmpi2-devel-static' 'libblacs2-openmpi3' 'libblacs2-openmpi3-devel' 'libblacs2-openmpi3-devel-static' 'libbladeRF2' 'libbladeRF2-doc' 'libblas3' 'libblas3-32bit' 'libbliss-0_73' 'libblitz0' 'libblkid-devel' 'libblkid-devel-32bit' 'libblkid-devel-static' 'libblkid1' 'libblkid1-32bit' 'libblockdev' 'libblockdev-devel' 'libblockdev2' 'libblogger2' 'libblosc1' 'libbluetooth3' 'libbluetooth3-32bit' 'libbluray-bdj' 'libbluray-devel' 'libbluray-tools' 'libbluray2' 'libbluray2-32bit' 'libbmc1' 'libbml-devel' 'libbml1' 'libboinc-devel' 'libboinc7' 'libboost_atomic-devel' 'libboost_atomic1_71_0' 'libboost_atomic1_71_0-32bit' 'libboost_atomic1_71_0-devel' 'libboost_chrono-devel' 'libboost_chrono1_71_0' 'libboost_chrono1_71_0-devel' 'libboost_container-devel' 'libboost_container1_71_0' 'libboost_container1_71_0-32bit' 'libboost_container1_71_0-devel' 'libboost_context-devel' 'libboost_context1_71_0' 'libboost_context1_71_0-32bit' 'libboost_context1_71_0-devel' 'libboost_contract-devel' 'libboost_contract1_71_0' 'libboost_contract1_71_0-devel' 'libboost_coroutine-devel' 'libboost_coroutine1_71_0' 'libboost_coroutine1_71_0-32bit' 'libboost_coroutine1_71_0-devel' 'libboost_date_time-devel' 'libboost_date_time1_71_0' 'libboost_date_time1_71_0-32bit' 'libboost_date_time1_71_0-devel' 'libboost_fiber-devel' 'libboost_fiber1_71_0' 'libboost_fiber1_71_0-32bit' 'libboost_fiber1_71_0-devel' 'libboost_filesystem-devel' 'libboost_filesystem1_71_0' 'libboost_filesystem1_71_0-32bit' 'libboost_filesystem1_71_0-devel' 'libboost_graph-devel' 'libboost_graph1_71_0' 'libboost_graph1_71_0-32bit' 'libboost_graph1_71_0-devel' 'libboost_graph_parallel-devel' 'libboost_graph_parallel1_71_0' 'libboost_graph_parallel1_71_0-32bit' 'libboost_graph_parallel1_71_0-devel' 'libboost_headers-devel' 'libboost_headers1_71_0-devel' 'libboost_iostreams-devel' 'libboost_iostreams1_71_0' 'libboost_iostreams1_71_0-32bit' 'libboost_iostreams1_71_0-devel' 'libboost_locale-devel' 'libboost_locale1_71_0' 'libboost_locale1_71_0-32bit' 'libboost_locale1_71_0-devel' 'libboost_log-devel' 'libboost_log1_71_0' 'libboost_log1_71_0-devel' 'libboost_math-devel' 'libboost_math1_71_0' 'libboost_math1_71_0-32bit' 'libboost_math1_71_0-devel' 'libboost_mpi-devel' 'libboost_mpi1_71_0' 'libboost_mpi1_71_0-32bit' 'libboost_mpi1_71_0-devel' 'libboost_mpi_python-devel' 'libboost_mpi_python-py2_7-1_71_0' 'libboost_mpi_python-py2_7-1_71_0-devel' 'libboost_mpi_python-py3-1_71_0' 'libboost_mpi_python-py3-1_71_0-devel' 'libboost_mpi_python3-devel' 'libboost_numpy-devel' 'libboost_numpy-py2_7-1_71_0' 'libboost_numpy-py2_7-1_71_0-devel' 'libboost_numpy-py3-1_71_0' 'libboost_numpy-py3-1_71_0-devel' 'libboost_numpy3-devel' 'libboost_program_options-devel' 'libboost_program_options1_71_0' 'libboost_program_options1_71_0-32bit' 'libboost_program_options1_71_0-devel' 'libboost_python-devel' 'libboost_python-py2_7-1_71_0' 'libboost_python-py2_7-1_71_0-32bit' 'libboost_python-py2_7-1_71_0-devel' 'libboost_python-py3-1_71_0' 'libboost_python-py3-1_71_0-32bit' 'libboost_python-py3-1_71_0-devel' 'libboost_python3-devel' 'libboost_random-devel' 'libboost_random1_71_0' 'libboost_random1_71_0-32bit' 'libboost_random1_71_0-devel' 'libboost_regex-devel' 'libboost_regex1_71_0' 'libboost_regex1_71_0-32bit' 'libboost_regex1_71_0-devel' 'libboost_serialization-devel' 'libboost_serialization1_71_0' 'libboost_serialization1_71_0-32bit' 'libboost_serialization1_71_0-devel' 'libboost_stacktrace-devel' 'libboost_stacktrace1_71_0' 'libboost_stacktrace1_71_0-32bit' 'libboost_stacktrace1_71_0-devel' 'libboost_system-devel' 'libboost_system1_71_0' 'libboost_system1_71_0-32bit' 'libboost_system1_71_0-devel' 'libboost_test-devel' 'libboost_test1_71_0' 'libboost_test1_71_0-32bit' 'libboost_test1_71_0-devel' 'libboost_thread-devel' 'libboost_thread1_71_0' 'libboost_thread1_71_0-32bit' 'libboost_thread1_71_0-devel' 'libboost_timer-devel' 'libboost_timer1_71_0' 'libboost_timer1_71_0-devel' 'libboost_type_erasure-devel' 'libboost_type_erasure1_71_0' 'libboost_type_erasure1_71_0-32bit' 'libboost_type_erasure1_71_0-devel' 'libboost_wave-devel' 'libboost_wave1_71_0' 'libboost_wave1_71_0-32bit' 'libboost_wave1_71_0-devel' 'libboringssl1' 'libbotan-2-10' 'libbotan-2-10-32bit' 'libbotan-devel' 'libbotan-devel-32bit' 'libbpf-devel' 'libbpf0' 'libbraille' 'libbraille-devel' 'libbraille-fake' 'libbrasero-burn3-1' 'libbrasero-media3-1' 'libbrasero-utils3-1' 'libbreezecommon5-5' 'libbrlapi0_7' 'libbrotli-devel' 'libbrotlicommon1' 'libbrotlicommon1-32bit' 'libbrotlidec1' 'libbrotlidec1-32bit' 'libbrotlienc1' 'libbrotlienc1-32bit' 'libbs2b-devel' 'libbs2b0' 'libbs2b0-32bit' 'libbsd-ctor-static' 'libbsd-devel' 'libbsd0' 'libbssl_wrapper_lib0' 'libbtf1' 'libbtrfs-devel' 'libbtrfs0' 'libbtrfsutil-devel' 'libbtrfsutil1' 'libbuffer0_3' 'libbullet-devel' 'libbullet2_89' 'libburn-devel' 'libburn4' 'libbuzztrax-core-devel' 'libbuzztrax-core1' 'libbuzztrax-gst-devel' 'libbuzztrax-gst1' 'libbuzztrax-ic-devel' 'libbuzztrax-ic1' 'libbytesize-devel' 'libbytesize-lang' 'libbytesize1' 'libbz2-1' 'libbz2-1-32bit' 'libbz2-devel' 'libbz2-devel-32bit' 'libbzrtp0' 'libbzrtp0-32bit' 'libc++-devel' 'libc++1' 'libc++abi-devel' 'libc++abi1' 'libcaca-devel' 'libcaca-ruby' 'libcaca0' 'libcaca0-32bit' 'libcaca0-plugins' 'libcaca0-plugins-32bit' 'libcacard' 'libcacard-devel' 'libcacard0' 'libcaes-devel' 'libcaes1' 'libcaffe-gnu-hpc' 'libcaffe1_0_0' 'libcaffe_1_0-gnu-hpc' 'libcairo-gobject2' 'libcairo-gobject2-32bit' 'libcairo-script-interpreter2' 'libcairo-script-interpreter2-32bit' 'libcairo2' 'libcairo2-32bit' 'libcairomm-1_0-1' 'libcairomm-1_0-1-32bit' 'libcairomm-1_16-1' 'libcairomm-1_16-1-32bit' 'libcaja-extension1' 'libcal3d12' 'libcalc2' 'libcamd-doc' 'libcamd2' 'libcamel-1_2-62' 'libcamel-1_2-62-32bit' 'libcamera-devel' 'libcamera-suse2' 'libcamera-tools' 'libcanberra-devel' 'libcanberra-gtk-devel' 'libcanberra-gtk-module-common' 'libcanberra-gtk0' 'libcanberra-gtk0-32bit' 'libcanberra-gtk2-module' 'libcanberra-gtk2-module-32bit' 'libcanberra-gtk3-0' 'libcanberra-gtk3-0-32bit' 'libcanberra-gtk3-devel' 'libcanberra-gtk3-module' 'libcanberra-gtk3-module-32bit' 'libcanberra0' 'libcanberra0-32bit' 'libcangjie-data' 'libcangjie-devel' 'libcangjie-tools' 'libcangjie2' 'libcantorlibs24' 'libcap-devel' 'libcap-ng-devel' 'libcap-ng-utils' 'libcap-ng0' 'libcap-ng0-32bit' 'libcap-progs' 'libcap1' 'libcap1-32bit' 'libcap2' 'libcap2-32bit' 'libcapi20' 'libcapi20-3' 'libcapi20-devel' 'libcapifax-devel' 'libcapifax0' 'libcapifax0-debuginfo' 'libcapnp-0_7' 'libcapnp-devel' 'libcares2' 'libcares2-32bit' 'libcaribou0' 'libcblas3' 'libcblas3-32bit' 'libccolamd2' 'libccrtp3' 'libcdata-devel' 'libcdata1' 'libcdatetime-devel' 'libcdatetime1' 'libcdaudio-devel' 'libcdaudio1' 'libcdaudio1-32bit' 'libcdd0' 'libcdda_interface0' 'libcdda_interface0-32bit' 'libcdda_paranoia0' 'libcdda_paranoia0-32bit' 'libcddb-devel' 'libcddb-utils' 'libcddb2' 'libcddb2-32bit' 'libcdio++0' 'libcdio++0-32bit' 'libcdio-devel' 'libcdio-paranoia-devel' 'libcdio19' 'libcdio19-32bit' 'libcdio_cdda2' 'libcdio_cdda2-32bit' 'libcdio_paranoia2' 'libcdio_paranoia2-32bit' 'libcdirectory-devel' 'libcdirectory1' 'libcdk5' 'libcdr-0_1-1' 'libcdr-devel' 'libcdr-devel-doc' 'libcdr-tools' 'libcdrdeflt1_0' 'libcec-devel' 'libcec4' 'libcelt-devel' 'libcelt-devel-32bit' 'libcelt0-2' 'libcelt0-2-32bit' 'libcelt051-0' 'libcephfs-devel' 'libcephfs2' 'libceres-devel' 'libceres1' 'libcerf-devel' 'libcerf1' 'libcerror-devel' 'libcerror1' 'libcfg6' 'libcfg6-32bit' 'libcfile-devel' 'libcfile1' 'libcfitsio8' 'libcgns4_1' 'libchafa0' 'libchamplain-0_12-0' 'libchamplain-devel' 'libchardet-devel' 'libchardet1' 'libchardet1-32bit' 'libchck0' 'libcheck0' 'libcheck0-32bit' 'libcheese-common' 'libcheese-gtk25' 'libcheese8' 'libchewing-devel' 'libchewing3' 'libchewing3-32bit' 'libchipcard' 'libchipcard-devel' 'libchipcard6' 'libchm0' 'libchm0-32bit' 'libcholmod3' 'libchromaprint-devel' 'libchromaprint1' 'libchromaprint1-32bit' 'libcilium1' 'libcilkrts5' 'libcilkrts5-32bit' 'libcimcClientXML0' 'libcimcclient0' 'libcinnamon-control-center1' 'libcinnamon-desktop-data' 'libcinnamon-desktop-data-branding-openSUSE' 'libcinnamon-desktop-data-branding-upstream' 'libcinnamon-desktop-devel' 'libcinnamon-desktop-lang' 'libcinnamon-desktop4' 'libcinnamon-desktop4-32bit' 'libcinnamon-menu-3-0' 'libcinnamon-menu-3-0-32bit' 'libcinnamon-menu-3-devel' 'libcircle-devel' 'libcircle2' 'libcircllhist-devel' 'libcircllhist0_0_1' 'libcivetweb1_11_0' 'libcjose-devel' 'libcjose0' 'libcjs0' 'libck0' 'libclFFT2' 'libclamav9' 'libclang7' 'libclang7-32bit' 'libclang8' 'libclang8-32bit' 'libclang9' 'libclang9-32bit' 'libclastfm-devel' 'libclastfm0' 'libclaw-devel' 'libclaw-doc' 'libclaw1' 'libclc' 'libcld2-0' 'libcli-devel' 'libcli1_9' 'libclocale-devel' 'libclocale1' 'libcloudproviders-devel' 'libcloudproviders0' 'libclucene-contribs-lib1' 'libclucene-core1' 'libclucene-core1-32bit' 'libclucene-shared1' 'libclucene-shared1-32bit' 'libclutter-1_0-0' 'libclutter-1_0-0-32bit' 'libclutter-gst-3_0-0' 'libclutter-gst-3_0-0-32bit' 'libclutter-gtk-1_0-0' 'libclutter-gtk-1_0-0-32bit' 'libclzma-suse0' 'libcmap4' 'libcmap4-32bit' 'libcmark0_29_0' 'libcmis-0_5-5' 'libcmis-c-0_5-5' 'libcmis-c-devel' 'libcmis-devel' 'libcmocka-devel' 'libcmocka-devel-32bit' 'libcmocka-devel-static' 'libcmocka0' 'libcmocka0-32bit' 'libcmpiCppImpl0' 'libcmpisfcc1' 'libcmpiutil' 'libcmpiutil-devel' 'libcmrt1' 'libcmuclmtk-devel' 'libcmuclmtk0' 'libcnotify-devel' 'libcnotify1' 'libcob-devel' 'libcob4' 'libcodec2-0_9' 'libcodec2-0_9-32bit' 'libcogl-gles2-20' 'libcogl-pango20' 'libcogl-pango20-32bit' 'libcogl20' 'libcogl20-32bit' 'libcolamd2' 'libcollectdclient-devel' 'libcollectdclient1' 'libcollection-devel' 'libcollection-devel-32bit' 'libcollection4' 'libcollection4-32bit' 'libcolm-0_13_0_7' 'libcolord-devel' 'libcolord-gtk-devel' 'libcolord-gtk1' 'libcolord-gtk1-32bit' 'libcolord2' 'libcolord2-32bit' 'libcolorhug2' 'libcom_err-devel' 'libcom_err-devel-32bit' 'libcom_err-devel-static' 'libcom_err2' 'libcom_err2-32bit' 'libcompel1' 'libcompizconfig' 'libcompizconfig-devel' 'libcomps-devel' 'libcomps-doc' 'libcomps0' 'libconfig++-devel' 'libconfig++11' 'libconfig++11-32bit' 'libconfig-devel' 'libconfig11' 'libconfig11-32bit' 'libconfini-devel' 'libconfini0' 'libconfuse-devel' 'libconfuse-lang' 'libconfuse2' 'libcontainers-common' 'libcorosync-devel' 'libcorosync_common4' 'libcorosync_common4-32bit' 'libcorrect-devel' 'libcorrect0_0_0' 'libcotp-devel' 'libcotp12' 'libcourier-unicode4' 'libcpath-devel' 'libcpath1' 'libcpg4' 'libcpg4-32bit' 'libcpluff-devel' 'libcpluff0' 'libcpluffxx-devel' 'libcpluffxx0' 'libcpprest2_10' 'libcppunit-1_14-0' 'libcppunit-1_14-0-32bit' 'libcppunit_subunit0' 'libcppunit_subunit0-devel' 'libcpuid-devel' 'libcpuid-tools' 'libcpuid14' 'libcpupower0' 'libcpuset-devel' 'libcpuset1' 'libcrack2' 'libcrack2-32bit' 'libcreaterepo_c-devel' 'libcreaterepo_c0' 'libcriu2' 'libcroco' 'libcroco-0_6-3' 'libcroco-0_6-3-32bit' 'libcroco-devel' 'libcrossc1' 'libcrossc1-32bit' 'libcrossguid0' 'libcrypt1' 'libcrypt1-32bit' 'libcryptmount-devel' 'libcryptmount0' 'libcryptmount0-32bit' 'libcrypto45' 'libcrypto45-32bit' 'libcryptopp-devel' 'libcryptopp8_2_0' 'libcryptopp8_2_0-32bit' 'libcryptsetup-devel' 'libcryptsetup12' 'libcryptsetup12-32bit' 'libcryptsetup12-hmac' 'libcryptsetup12-hmac-32bit' 'libcryptui-data' 'libcryptui-devel' 'libcryptui-lang' 'libcryptui0' 'libcrystalhd-devel' 'libcrystalhd-devel-32bit' 'libcrystalhd3' 'libcrystalhd3-32bit' 'libcsirocsa0' 'libcsironn0' 'libcsnd6-6_0' 'libcsound64-6_0' 'libcsparse3' 'libcsplit-devel' 'libcsplit1' 'libcss-devel' 'libcss0' 'libcstring-devel' 'libcstring1' 'libcsv-devel' 'libcsv3' 'libcsync-devel' 'libcsync-devel-doc' 'libcsync-doc' 'libcsync-plugin-owncloud' 'libcsync-plugin-sftp' 'libcsync-plugin-smb' 'libcsync0' 'libcsync0-32bit' 'libcsystem-devel' 'libcsystem1' 'libct4' 'libctemplate-devel' 'libctemplate3' 'libctf-nobfd0' 'libctf0' 'libcthreads-devel' 'libcthreads1' 'libctl-devel' 'libctl-doc' 'libctl5' 'libcudd-3_0_0-0' 'libcue-devel' 'libcue2' 'libcuefile-devel' 'libcuefile0' 'libcuneiform-devel' 'libcuneiform1' 'libcunit1' 'libcups2' 'libcups2-32bit' 'libcupsimage2' 'libcupsimage2-32bit' 'libcurl-devel' 'libcurl-devel-32bit' 'libcurl4' 'libcurl4-32bit' 'libcvc-devel' 'libcvc0' 'libcwnn0' 'libcxsc2' 'libcxsparse3' 'libcxx-gtk-utils-3-2_2-0' 'libcxx-gtk-utils-3-devel' 'libcxxtools-bin9' 'libcxxtools-http9' 'libcxxtools-json9' 'libcxxtools-unit9' 'libcxxtools-xmlrpc9' 'libcxxtools9' 'libczmq4' 'libd0_blind_id0' 'libd0_rijndael0' 'libdSFMT2_2' 'libdaemon-devel' 'libdaemon0' 'libdar-devel' 'libdar5000' 'libdat2-2' 'libdat2-2-32bit' 'libdataquay0' 'libdatrie-devel' 'libdatrie1' 'libdatrie1-32bit' 'libdav1d4' 'libdav1d4-32bit' 'libdavix0' 'libdazzle-1_0-0' 'libdazzle-devel' 'libdb-4_8' 'libdb-4_8-32bit' 'libdb-4_8-devel' 'libdb-4_8-devel-32bit' 'libdb_java-4_8' 'libdb_java-4_8-devel' 'libdbevolution0' 'libdbevolution0-debuginfo' 'libdbh2' 'libdbi-devel' 'libdbi-devel-32bit' 'libdbi-devel-doc' 'libdbi-drivers-dbd-freetds' 'libdbi-drivers-dbd-mysql' 'libdbi-drivers-dbd-pgsql' 'libdbi-drivers-dbd-sqlite3' 'libdbi3' 'libdbi3-32bit' 'libdbus-1-3' 'libdbus-1-3-32bit' 'libdbus-c++-1-1' 'libdbus-c++-1-1-32bit' 'libdbus-c++-api-docs' 'libdbus-c++-devel' 'libdbus-c++-glib-1-1' 'libdbus-c++-glib-devel' 'libdbusextended-qt5-1' 'libdbusextended-qt5-devel' 'libdbusmenu-glib-devel' 'libdbusmenu-glib-doc' 'libdbusmenu-glib4' 'libdbusmenu-gtk2-devel' 'libdbusmenu-gtk2-doc' 'libdbusmenu-gtk3-4' 'libdbusmenu-gtk3-devel' 'libdbusmenu-gtk4' 'libdbusmenu-jsonloader-devel' 'libdbusmenu-jsonloader4' 'libdbusmenu-qt5-2' 'libdbusmenu-qt5-2-32bit' 'libdbusmenu-qt5-devel' 'libdbusmenu-qt5-devel-32bit' 'libdbusmenu-tools' 'libdc1394-25' 'libdc1394-25-32bit' 'libdc1394-devel' 'libdc1394-tools' 'libdca-devel' 'libdca0' 'libdca0-32bit' 'libdca0-32bit-debuginfo' 'libdca0-debuginfo' 'libdcadec-devel' 'libdcadec0' 'libdcadec0-32bit' 'libdcadec0-32bit-debuginfo' 'libdcadec0-debuginfo' 'libdcaenc-devel' 'libdcaenc0' 'libdcaenc0-debuginfo' 'libdcerpc-binding0' 'libdcerpc-binding0-32bit' 'libdcerpc-devel' 'libdcerpc-samr-devel' 'libdcerpc-samr0' 'libdcerpc-samr0-32bit' 'libdcerpc0' 'libdcerpc0-32bit' 'libdcmtk3_6' 'libdcmtk3_6-debuginfo' 'libdconf1' 'libdconf1-32bit' 'libdd_opentracing0' 'libddccontrol0' 'libddcutil-devel' 'libddcutil0' 'libde265' 'libde265-0' 'libde265-0-32bit' 'libde265-0-32bit-debuginfo' 'libde265-0-debuginfo' 'libde265-debugsource' 'libde265-devel' 'libdebuginfod-devel' 'libdebuginfod1' 'libdecoration0' 'libdecoration0-32bit' 'libdee-1_0-4' 'libdeflt1_0' 'libdevil-tools' 'libdevmapper-event1_03' 'libdevmapper-event1_03-32bit' 'libdevmapper1_03' 'libdevmapper1_03-32bit' 'libdframeworkdbus-devel' 'libdframeworkdbus2' 'libdhash-devel' 'libdhash-devel-32bit' 'libdhash1' 'libdhash1-32bit' 'libdialog15' 'libdico2' 'libdigikamcore6' 'libdigikamcore6-debuginfo' 'libdirac_decoder0' 'libdirac_decoder0-32bit' 'libdirac_encoder0' 'libdirac_encoder0-32bit' 'libdiscid-devel' 'libdiscid0' 'libdiscid0-32bit' 'libdjconsole' 'libdjconsole-debugsource' 'libdjconsole-devel' 'libdjconsole0' 'libdjconsole0-debuginfo' 'libdjvCore0' 'libdjvCore0-debuginfo' 'libdjvulibre-devel' 'libdjvulibre21' 'libdleyna-core-1_0-5' 'libdlm' 'libdlm-devel' 'libdlm3' 'libdmapsharing-3_0-2' 'libdmapsharing-3_0-2-32bit' 'libdmapsharing-4_0-3' 'libdmapsharing-4_0-3-32bit' 'libdmapsharing-devel' 'libdmapsharing3-devel' 'libdmmp-devel' 'libdmmp0_2_0' 'libdmr0_1' 'libdmtx-devel' 'libdmtx0' 'libdmtx0-32bit' 'libdmusic1' 'libdmx-devel' 'libdmx-devel-32bit' 'libdmx1' 'libdmx1-32bit' 'libdnet-devel' 'libdnet1' 'libdnf-devel' 'libdnf2' 'libdnnl1' 'libdns1601' 'libdns1601-32bit' 'libdns_sd' 'libdns_sd-32bit' 'libdolphinvcs5' 'libdotconf0' 'libdouble-conversion3' 'libdouble-conversion3-32bit' 'libdpdk-18_11' 'libdriveio0' 'libdrm-devel' 'libdrm-devel-32bit' 'libdrm-tools' 'libdrm2' 'libdrm2-32bit' 'libdrm_amdgpu1' 'libdrm_amdgpu1-32bit' 'libdrm_intel1' 'libdrm_intel1-32bit' 'libdrm_nouveau2' 'libdrm_nouveau2-32bit' 'libdrm_radeon1' 'libdrm_radeon1-32bit' 'libdrpm-devel' 'libdrpm0' 'libdrumstick-alsa1' 'libdrumstick-alsa1-debuginfo' 'libdrumstick-devel' 'libdrumstick-doc' 'libdrumstick-file1' 'libdrumstick-file1-debuginfo' 'libdrumstick-rt-plugins' 'libdrumstick-rt-plugins-debuginfo' 'libdrumstick-rt1' 'libdrumstick-rt1-debuginfo' 'libdruntime-ldc86' 'libdtkcore2' 'libdtkwidget2' 'libdtkwm2' 'libduktape201' 'libdv' 'libdv-devel' 'libdv-playdv' 'libdv4' 'libdv4-32bit' 'libdvbpsi-0-devel' 'libdvbpsi-devel' 'libdvbpsi10' 'libdvbpsi10-32bit' 'libdvbpsi7' 'libdvbpsi7-32bit' 'libdvbv5-0' 'libdvbv5-0-32bit' 'libdvbv5-devel' 'libdvd-audio' 'libdvd-audio-debuginfo' 'libdvd-audio-debugsource' 'libdvd-audio-devel' 'libdvd-audio-doc' 'libdvd-audio-utils' 'libdvd-audio-utils-debuginfo' 'libdvd-audio1' 'libdvd-audio1-debuginfo' 'libdvdcss' 'libdvdcss-debugsource' 'libdvdcss-devel' 'libdvdcss2' 'libdvdcss2-debuginfo' 'libdvdnav-devel' 'libdvdnav4' 'libdvdnav4-32bit' 'libdvdplay-devel' 'libdvdplay0' 'libdvdplay0' 'libdvdplay0-debuginfo' 'libdvdplay0-debugsource' 'libdvdread-devel' 'libdvdread3' 'libdvdread3' 'libdvdread3-debuginfo' 'libdvdread3-debugsource' 'libdvdread3-devel' 'libdvdread7' 'libdvdread7-32bit' 'libdw-devel' 'libdw1' 'libdw1-32bit' 'libdwarf-devel' 'libdwarf-devel-static' 'libdwarf-doc' 'libdwarf-tools' 'libdwarf1' 'libdwarves-devel' 'libdwarves-devel-32bit' 'libdwarves1' 'libdwarves1-32bit' 'libdxflib-3_17_0-1' 'libdxfrw-devel' 'libdxfrw-tools' 'libdxfrw0' 'libe-book-0_1-1' 'libe-book-devel' 'libe-book-devel-doc' 'libe-book-tools' 'libeXosip2' 'libeXosip2-12' 'libeXosip2-devel' 'libeb16' 'libebackend-1_2-10' 'libebackend-1_2-10-32bit' 'libebml-devel' 'libebml4' 'libebml4-32bit' 'libebook-1_2-20' 'libebook-1_2-20-32bit' 'libebook-contacts-1_2-3' 'libebook-contacts-1_2-3-32bit' 'libebtc0' 'libebur128-1' 'libebur128-devel' 'libecal-2_0-1' 'libecal-2_0-1-32bit' 'libecasound-devel' 'libecholib1_3' 'libecholib1_3-devel' 'libecm1' 'libeconf-devel' 'libeconf0' 'libeconf0-32bit' 'libecore1' 'libecpg6' 'libecpg6-32bit' 'libecryptfs1' 'libecryptfs1-32bit' 'libector1' 'libedata-book-1_2-26' 'libedata-book-1_2-26-32bit' 'libedata-cal-2_0-1' 'libedata-cal-2_0-1-32bit' 'libedataserver-1_2-24' 'libedataserver-1_2-24-32bit' 'libedataserverui-1_2-2' 'libedataserverui-1_2-2-32bit' 'libedc_ecc1_0' 'libedc_ecc_dec1_0' 'libedit-devel' 'libedit0' 'libedit0-32bit' 'libeditorconfig-devel' 'libeditorconfig-devel-32bit' 'libeditorconfig0' 'libeditorconfig0-32bit' 'libedje1' 'libeet1' 'libeeze1' 'libefa1' 'libefa1-32bit' 'libefivar1' 'libefl1' 'libefreet1' 'libefreet_mime1' 'libefreet_trash1' 'libegbb3' 'libegbb3' 'libegbb3-debuginfo' 'libegbb3-debugsource' 'libegbb3-devel' 'libeina1' 'libeio1' 'libeldbus1' 'libelektra-augeas' 'libelektra-devel' 'libelektra-devel-doc' 'libelektra4' 'libelementary1' 'libelf-devel' 'libelf-devel-32bit' 'libelf1' 'libelf1-32bit' 'libell0' 'libelocation1' 'libelput1' 'libelua1' 'libembryo1' 'libemf2svg-devel' 'libemf2svg1' 'libemile1' 'libemotion1' 'libenca0' 'libenca0-32bit' 'libenchant-2-2' 'libenchant-2-2-32bit' 'libenchant1' 'libenchant1-32bit' 'libenet7' 'libeo1' 'libeolian1' 'libeot-devel' 'libeot-tools' 'libeot0' 'libepc-1_0-2' 'libepc-devel' 'libepc-lang' 'libephysics1' 'libepoxy-devel' 'libepoxy0' 'libepoxy0-32bit' 'libeppic-devel' 'libepub-devel' 'libepub0' 'libepub0-32bit' 'libepub0-32bit-debuginfo' 'libepub0-debuginfo' 'libepubgen-0_1-1' 'libepubgen-devel' 'libepubgen-devel-doc' 'liberasurecode-devel' 'liberasurecode1' 'liberation-fonts' 'liberfa1' 'libertinus-fonts' 'libesedb-devel' 'libesedb-tools' 'libesedb1' 'libesmtp-devel' 'libesmtp6' 'libespeak-ng1' 'libestr-devel' 'libestr0' 'libethumb1' 'libethumb_client1' 'libetonyek-0_1-1' 'libetonyek-devel' 'libetonyek-devel-doc' 'libetonyek-tools' 'libetpan-devel' 'libetpan20' 'libetrophy0' 'libev-devel' 'libev4' 'libev4-32bit' 'libevas1' 'libevdev-devel' 'libevdev-tools' 'libevdev2' 'libevdev2-32bit' 'libevdocument3-4' 'libevemu3' 'libevent-2_1-7' 'libevent-2_1-7-32bit' 'libevent-devel' 'libevent-devel-static' 'libevt-devel' 'libevt-tools' 'libevt1' 'libevtlog-3_25-0' 'libevtlog-devel' 'libevtlog0' 'libevtx-devel' 'libevtx-tools' 'libevtx1' 'libevview3-3' 'libewf-devel' 'libewf-tools' 'libewf2' 'libexe-devel' 'libexe-tools' 'libexe1' 'libexempi-devel' 'libexempi3' 'libexempi3-32bit' 'libexif-devel' 'libexif-devel-32bit' 'libexif-gtk' 'libexif-gtk-devel' 'libexif-gtk5' 'libexif12' 'libexif12-32bit' 'libexiv2-27' 'libexiv2-27-32bit' 'libexiv2-devel' 'libexiv2-doc' 'libexiv2-xmp-static' 'libexo-1-0' 'libexo-2-0' 'libexoIIv2for-5_14_0' 'libexodus-5_14_0' 'libexpat-devel' 'libexpat-devel-32bit' 'libexpat1' 'libexpat1-32bit' 'libexplain-devel' 'libexplain51' 'libext2fs-devel' 'libext2fs-devel-32bit' 'libext2fs-devel-static' 'libext2fs2' 'libext2fs2-32bit' 'libexttextcat' 'libexttextcat-2_0-0' 'libexttextcat-devel' 'libexttextcat-tools' 'libf2c0' 'libf2fs7' 'libf2fs_format6' 'libfaac-devel' 'libfaac0' 'libfaac0-32bit' 'libfaac0-32bit-debuginfo' 'libfaac0-debuginfo' 'libfaad-devel' 'libfaad2' 'libfaad2-32bit' 'libfaad2-32bit-debuginfo' 'libfaad2-debuginfo' 'libfaad_drm2' 'libfaad_drm2-debuginfo' 'libfabric' 'libfabric-devel' 'libfabric-devel-32bit' 'libfabric1' 'libfabric1-32bit' 'libfakekey-devel' 'libfakekey0' 'libfaketime' 'libfallocate-devel' 'libfallocate-devel-static' 'libfallocate0' 'libfam0-gamin' 'libfam0-gamin-32bit' 'libfame-0_9-1' 'libfame-0_9-1' 'libfame-0_9-1-debuginfo' 'libfame-0_9-1-debugsource' 'libfame-devel' 'libfann-devel' 'libfann2' 'libfarstream-0_2-5' 'libfarstream-0_2-5-32bit' 'libfastjet0' 'libfastjetcontribfragile' 'libfastjson-devel' 'libfastjson4' 'libfastlz1' 'libfaxutil7_0_2' 'libfbclient-devel' 'libfbclient2' 'libfbclient2-32bit' 'libfcache-devel' 'libfcache1' 'libfcgi0' 'libfcitx-4_2_9' 'libfcitx-4_2_9-32bit' 'libfdata-devel' 'libfdata1' 'libfdatetime-devel' 'libfdatetime1' 'libfdisk-devel' 'libfdisk-devel-static' 'libfdisk1' 'libfdk-aac1' 'libfdk-aac2' 'libfdk-aac2-32bit' 'libfdk-aac2-32bit-debuginfo' 'libfdk-aac2-debuginfo' 'libfdt-devel' 'libfdt-devel-32bit' 'libfdt1' 'libfdt1-32bit' 'libfec3' 'libffado-devel' 'libffado2' 'libffado2-32bit' 'libffcall0' 'libffi-devel' 'libffi-devel-32bit' 'libffi8' 'libffi8-32bit' 'libffmpegthumbnailer-devel' 'libffmpegthumbnailer4' 'libffms2-4' 'libffms2-4-32bit' 'libffms2-devel' 'libfftw3-3' 'libfftw3-3-32bit' 'libfftw3-gnu-hpc' 'libfftw3-gnu-mpich-hpc' 'libfftw3-gnu-mvapich2-hpc' 'libfftw3-gnu-openmpi1-hpc' 'libfftw3-gnu-openmpi2-hpc' 'libfftw3-gnu-openmpi3-hpc' 'libfftw3_3_3_8-gnu-hpc' 'libfftw3_3_3_8-gnu-mpich-hpc' 'libfftw3_3_3_8-gnu-mvapich2-hpc' 'libfftw3_3_3_8-gnu-openmpi1-hpc' 'libfftw3_3_3_8-gnu-openmpi2-hpc' 'libfftw3_3_3_8-gnu-openmpi3-hpc' 'libfftw3_mpi3' 'libfftw3_mpi3-32bit' 'libfftw3_omp3' 'libfftw3_omp3-32bit' 'libfftw3_threads3' 'libfftw3_threads3-32bit' 'libfguid-devel' 'libfguid1' 'libfife0_4_2' 'libfifechan0_1_5' 'libfifechan_opengl0_1_5' 'libfifechan_sdl0_1_5' 'libfile1_0' 'libfilezilla-devel' 'libfilezilla-lang' 'libfilezilla4' 'libfilteraudio0' 'libfinal-devel' 'libfinal-examples' 'libfinal0' 'libfind4_0' 'libfipscheck1' 'libfipscheck1-32bit' 'libfishsound-devel' 'libfishsound1' 'libfityk4' 'libfko-devel' 'libfko3' 'libfl-devel' 'libfl-devel-32bit' 'libfl2' 'libfl2-32bit' 'libflann1_9' 'libflatbuffers1' 'libflatpak0' 'libflickcurl-devel' 'libflickcurl0' 'libflickcurl0-32bit' 'libflint0' 'libflorence-1_0-1' 'libfltk1' 'libfltk1-32bit' 'libfluidsynth2' 'libfluidsynth2-32bit' 'libflxmlrpc1' 'libfm' 'libfm-devel' 'libfm-doc' 'libfm-extra-devel' 'libfm-extra4' 'libfm-gtk-devel' 'libfm-gtk4' 'libfm-lang' 'libfm-qt-devel' 'libfm-qt-lang' 'libfm-qt6' 'libfm4' 'libfmapi-devel' 'libfmapi1' 'libfmt6' 'libfmt6-32bit' 'libfole-devel' 'libfole1' 'libfolks-data' 'libfolks-eds25' 'libfolks-telepathy25' 'libfolks-tracker25' 'libfolks25' 'libfoma-hfst0' 'libfoma0' 'libfont-specimen0' 'libfontconfig1' 'libfontconfig1-32bit' 'libfontenc-devel' 'libfontenc-devel-32bit' 'libfontenc1' 'libfontenc1-32bit' 'libfonts' 'libfonts-javadoc' 'libformula' 'libformula-javadoc' 'libfparser-4_5_2' 'libfpgad-api1' 'libfplll6' 'libfpm_helper-devel' 'libfpm_helper0' 'libfpm_pb0' 'libfprint-2-2' 'libfprint-2-2-32bit' 'libfprint-devel' 'libfprint-doc' 'libframe6' 'libframe6-32bit' 'libfreebl3' 'libfreebl3-32bit' 'libfreebl3-hmac' 'libfreebl3-hmac-32bit' 'libfreecell-solver0' 'libfreefare-devel' 'libfreefare-tools' 'libfreefare0' 'libfreehand-0_1-1' 'libfreehand-devel' 'libfreehand-devel-doc' 'libfreehand-tools' 'libfreeimage3' 'libfreeimageplus3' 'libfreeipmi17' 'libfreerdp2' 'libfreesrp0' 'libfreetype6' 'libfreetype6-32bit' 'libfreexl1' 'libfreshclam2' 'libfribidi0' 'libfribidi0-32bit' 'libfrr0' 'libfrr_pb0' 'libfrrcares0' 'libfrrfpm_pb0' 'libfrrospfapiclient0' 'libfrrsnmp0' 'libfrrzmq0' 'libfsapfs' 'libfsapfs-devel' 'libfsapfs1' 'libfsm0' 'libfsntfs-devel' 'libfsntfs-tools' 'libfsntfs1' 'libfst-hfst0' 'libfstrcmp0' 'libfstrm0' 'libftdi-devel' 'libftdi1' 'libftdi1-2' 'libftdi1-devel' 'libftgl2' 'libftgl2-32bit' 'libftoa0_3' 'libfunambol-9_0_1' 'libfunambol-devel' 'libfuse2' 'libfuse2-32bit' 'libfuse3-3' 'libfuse3-3-32bit' 'libfuzzy-devel' 'libfuzzy2' 'libfvalue-devel' 'libfvalue1' 'libfvde-devel' 'libfvde-tools' 'libfvde1' 'libfwevt-devel' 'libfwevt1' 'libfwnt-devel' 'libfwnt1' 'libfwsi-devel' 'libfwsi1' 'libfwupd2' 'libfwupdplugin1' 'libgadu-devel' 'libgadu3' 'libgamemode-devel' 'libgamemode0' 'libgamemode0-32bit' 'libgamemodeauto0' 'libgamemodeauto0-32bit' 'libgamin-1-0' 'libgamin-1-0-32bit' 'libgaminggear' 'libgaminggear-devel' 'libgaminggear-lang' 'libgaminggear0' 'libgaminggearfx0' 'libgaminggearwidget0' 'libganesha_nfsd-devel' 'libganesha_nfsd3_2' 'libganglia0' 'libgarcon-1-0' 'libgarcon-branding-openSUSE' 'libgarcon-branding-upstream' 'libgarcon-data' 'libgarcon-devel' 'libgarcon-doc' 'libgarcon-lang' 'libgasnet-1_32_0' 'libgavl-devel' 'libgavl1' 'libgbm-devel' 'libgbm-devel-32bit' 'libgbm1' 'libgbm1-32bit' 'libgc1' 'libgcab-1_0-0' 'libgcalc-1-0_0_0' 'libgcc_s1' 'libgcc_s1-32bit' 'libgcc_s1-gcc7' 'libgcc_s1-gcc7-32bit' 'libgcc_s1-gcc9' 'libgcc_s1-gcc9-32bit' 'libgcin-im-client1' 'libgcin-im-client1-32bit' 'libgcj-devel-gcc6' 'libgcj-devel-gcc6-debuginfo' 'libgcj-gcc6' 'libgcj-gcc6' 'libgcj-gcc6-debuginfo' 'libgcj-gcc6-debugsource' 'libgcj-jar-gcc6' 'libgcj_bc1' 'libgck-1-0' 'libgck-1-0-32bit' 'libgck-devel' 'libgck-devel-32bit' 'libgck-modules-gnome-keyring' 'libgcr-3-1' 'libgcr-3-1-32bit' 'libgcr-devel' 'libgcr-devel-32bit' 'libgcrypt-cavs' 'libgcrypt-devel' 'libgcrypt-devel-32bit' 'libgcrypt20' 'libgcrypt20-32bit' 'libgcrypt20-hmac' 'libgcrypt20-hmac-32bit' 'libgd3' 'libgd3-32bit' 'libgda-5_0-4' 'libgda-5_0-4-lang' 'libgda-5_0-bdb' 'libgda-5_0-devel' 'libgda-5_0-doc' 'libgda-5_0-firebird' 'libgda-5_0-jdbc' 'libgda-5_0-ldap' 'libgda-5_0-mdb' 'libgda-5_0-mysql' 'libgda-5_0-postgres' 'libgda-5_0-sqlcipher' 'libgda-5_0-sqlite' 'libgda-5_0-tools' 'libgda-5_0-web' 'libgda-report-5_0-4' 'libgda-tools' 'libgda-ui-5_0-4' 'libgda-ui-5_0-plugins' 'libgda-ui-5_0-tools' 'libgda-xslt-5_0-4' 'libgdal26' 'libgdamm-5_0-13' 'libgdamm-devel' 'libgdata-devel' 'libgdata-lang' 'libgdata22' 'libgdata22-32bit' 'libgdbm6' 'libgdbm6-32bit' 'libgdbm_compat4' 'libgdbm_compat4-32bit' 'libgdiplus-devel' 'libgdiplus0' 'libgdk_pixbuf-2_0-0' 'libgdk_pixbuf-2_0-0-32bit' 'libgdl-3-5' 'libgdlmm-3_0-2' 'libgdm1' 'libgdruntime76' 'libgdruntime76-32bit' 'libgdruntime76-gcc9' 'libgdruntime76-gcc9-32bit' 'libgeany0' 'libgeda-data' 'libgeda-devel' 'libgeda46' 'libgedacairo-devel' 'libgedacairo1' 'libgee-0_8-2' 'libgee-0_8-2-32bit' 'libgee-devel' 'libgee06-devel' 'libgee2' 'libgegl-0_4-0' 'libgegl-0_4-0-32bit' 'libgeis1' 'libgeis1-32bit' 'libgenders0' 'libgendersplusplus2' 'libgeners0' 'libgeocode-glib0' 'libgeocode-glib0-32bit' 'libgeos-3_8_0' 'libgeos_c1' 'libgeotiff5' 'libgepub-0_6-0' 'libgepub-devel' 'libgerbv1' 'libges-1_0-0' 'libgexiv2-2' 'libgexiv2-2-32bit' 'libgexiv2-devel' 'libgf2x3' 'libgfapi0' 'libgfbgraph-0_2-0' 'libgfchangelog0' 'libgflags2' 'libgfortran4' 'libgfortran4-32bit' 'libgfortran5' 'libgfortran5-32bit' 'libgfortran5-gcc9' 'libgfortran5-gcc9-32bit' 'libgfrpc0' 'libgfxdr0' 'libggz2' 'libggz2-devel' 'libgiblib1' 'libgif7' 'libgif7-32bit' 'libgig-devel' 'libgig-tools' 'libgig9' 'libgimp-2_0-0' 'libgimp-2_0-0-32bit' 'libgimpui-2_0-0' 'libgimpui-2_0-0-32bit' 'libginac6' 'libgio-2_0-0' 'libgio-2_0-0-32bit' 'libgio-fam' 'libgio-fam-32bit' 'libgiomm-2_4-1' 'libgiomm-2_4-1-32bit' 'libgiomm-2_62-1' 'libgiomm-2_62-1-32bit' 'libgirara-gtk3-3' 'libgirepository-1_0-1' 'libgirepository-1_0-1-32bit' 'libgit2-28' 'libgit2-28-32bit' 'libgit2-devel' 'libgit2-glib-1_0-0' 'libgit2-glib-devel' 'libgitg-1_0-0' 'libgitg-devel' 'libgitg-ext-1_0-0' 'libgivaro9' 'libgjs-devel' 'libgjs0' 'libgl2ps1' 'libglade-2_0-0' 'libglade-2_0-0-32bit' 'libglade2-devel' 'libglade2-doc' 'libgladeui-2-6' 'libgladeui-2-devel' 'libgle-devel' 'libgle3' 'libglfw-devel' 'libglfw2' 'libglfw3' 'libglib-2_0-0' 'libglib-2_0-0-32bit' 'libglibmm-2_4-1' 'libglibmm-2_4-1-32bit' 'libglibmm-2_62-1' 'libglibmm-2_62-1-32bit' 'libglog0' 'libglom-1_32-0' 'libglom-devel' 'libgloox17' 'libgloox17-32bit' 'libglpk40' 'libglslang-suse9' 'libgltf-0_1-1' 'libgltf-devel' 'libglue-devel' 'libglue-devel-32bit' 'libglue2' 'libglue2-32bit' 'libglusterfs0' 'libglut3' 'libglut3-32bit' 'libglvnd' 'libglvnd-32bit' 'libglvnd-devel' 'libglvnd-devel-32bit' 'libglyr1' 'libglyr1-32bit' 'libgme-devel' 'libgme0' 'libgme0-32bit' 'libgmerlin-devel' 'libgmerlin0' 'libgmerlin0-debuginfo' 'libgmerlin_avdec-devel' 'libgmerlin_avdec1' 'libgmerlin_avdec1-debuginfo' 'libgmerlin_gtk-devel' 'libgmerlin_gtk0' 'libgmerlin_gtk0-debuginfo' 'libgmic-devel' 'libgmic1' 'libgmime-2_6-0' 'libgmime-2_6-0-32bit' 'libgmime-3_0-0' 'libgmime-3_0-0-32bit' 'libgmodule-2_0-0' 'libgmodule-2_0-0-32bit' 'libgmp10' 'libgmp10-32bit' 'libgmpxx4' 'libgmpxx4-32bit' 'libgmsh4_5' 'libgnome-autoar-0-0' 'libgnome-autoar-gtk-0-0' 'libgnome-bluetooth13' 'libgnome-desktop-3-18' 'libgnome-desktop-3-18-32bit' 'libgnome-desktop-3-devel' 'libgnome-desktop-3_0-common' 'libgnome-games-support-1-3' 'libgnome-games-support-devel' 'libgnome-games-support-lang' 'libgnome-keyring-devel' 'libgnome-keyring-lang' 'libgnome-keyring0' 'libgnome-keyring0-32bit' 'libgnome-menu-3-0' 'libgnome-menu-3-0-32bit' 'libgnomecanvas-2-0' 'libgnomecanvas-2-0-32bit' 'libgnomecanvas-devel' 'libgnomecanvas-lang' 'libgnomekbd-devel' 'libgnomekbd-lang' 'libgnomekbd8' 'libgnomesu' 'libgnomesu-devel' 'libgnomesu-lang' 'libgnomesu0' 'libgnuastro9' 'libgnuradio-3_8_0' 'libgnuradio-fcdproplus-devel' 'libgnuradio-fcdproplus3_8_0' 'libgnuradio-iqbalance-devel' 'libgnuradio-iqbalance0_37_2git' 'libgnustep-base1_26' 'libgnutls-dane-devel' 'libgnutls-dane0' 'libgnutls-devel' 'libgnutls-devel-32bit' 'libgnutls30' 'libgnutls30-32bit' 'libgnutlsxx-devel' 'libgnutlsxx28' 'libgo11' 'libgo11-32bit' 'libgo14' 'libgo14-32bit' 'libgo16' 'libgo16-32bit' 'libgoa-1_0-0' 'libgoa-1_0-0-32bit' 'libgoa-backend-1_0-1' 'libgoa-backend-1_0-1-32bit' 'libgobject-2_0-0' 'libgobject-2_0-0-32bit' 'libgoffice-0_10-10' 'libgom-1_0-0' 'libgomp1' 'libgomp1-32bit' 'libgomp1-gcc7' 'libgomp1-gcc7-32bit' 'libgomp1-gcc9' 'libgomp1-gcc9-32bit' 'libgoocanvas-2_0-9' 'libgoocanvas3' 'libgoocanvas3-devel' 'libgoocanvas3-lang' 'libgoocanvasmm-2_0-6' 'libgoocanvasmm-devel' 'libgooglepinyin-devel' 'libgooglepinyin0' 'libgovf-0_1' 'libgovirt-devel' 'libgovirt-lang' 'libgovirt2' 'libgpac-devel' 'libgpac8' 'libgpaste11' 'libgpg-error-devel' 'libgpg-error-devel-32bit' 'libgpg-error0' 'libgpg-error0-32bit' 'libgpgme-devel' 'libgpgme11' 'libgpgme11-32bit' 'libgpgmepp-devel' 'libgpgmepp6' 'libgpgmepp6-32bit' 'libgphobos76' 'libgphobos76-32bit' 'libgphobos76-gcc9' 'libgphobos76-gcc9-32bit' 'libgphoto2-6' 'libgphoto2-6-32bit' 'libgphoto2-6-lang' 'libgphoto2-devel' 'libgphoto2-devel-32bit' 'libgphoto2-devel-doc' 'libgphoto2-doc' 'libgpiod-devel' 'libgpiod-utils' 'libgpiod2' 'libgpiodcxx1' 'libgpiomockup0' 'libgpm2' 'libgpm2-32bit' 'libgpod-devel' 'libgpod-doc' 'libgpod-lang' 'libgpod-tools' 'libgpod4' 'libgpod4-32bit' 'libgps25' 'libgrail6' 'libgrail6-32bit' 'libgranite5' 'libgraphblas3' 'libgraphene-1_0-0' 'libgraphene-1_0-0-32bit' 'libgraphene-devel' 'libgraphite2-3' 'libgraphite2-3-32bit' 'libgraphviz6' 'libgravatar' 'libgravatar-devel' 'libgravatar-lang' 'libgrilo-0_3-0' 'libgrlnet-0_3-0' 'libgrlpls-0_3-0' 'libgromacs4' 'libgroove-devel' 'libgroove4' 'libgroovefingerprinter-devel' 'libgroovefingerprinter4' 'libgrooveloudness-devel' 'libgrooveloudness4' 'libgrooveplayer-devel' 'libgrooveplayer4' 'libgroupsock8' 'libgrpc++1' 'libgrpc8' 'libgrss-devel' 'libgrss0' 'libgsasl-devel' 'libgsasl-lang' 'libgsasl7' 'libgsequencer0' 'libgsettings-qt1' 'libgsf-1-114' 'libgsf-1-114-32bit' 'libgsf-devel' 'libgsf-lang' 'libgsf-tools' 'libgsl-gnu-hpc' 'libgsl25' 'libgsl_2_6-gnu-hpc' 'libgslcblas-gnu-hpc' 'libgslcblas0' 'libgslcblas_2_6-gnu-hpc' 'libgsm-devel' 'libgsm-devel-32bit' 'libgsm-utils' 'libgsm1' 'libgsm1-32bit' 'libgsmsd8' 'libgsoap-2_8_99' 'libgsound0' 'libgspell-1-2' 'libgssdp-1_2-0' 'libgssdp-1_2-0-32bit' 'libgssdp-devel' 'libgssglue-devel' 'libgssglue1' 'libgssglue1-32bit' 'libgstadaptivedemux-1_0-0' 'libgstadaptivedemux-1_0-0-32bit' 'libgstadaptivedemux-1_0-0-32bit-debuginfo' 'libgstadaptivedemux-1_0-0-debuginfo' 'libgstallocators-1_0-0' 'libgstallocators-1_0-0-32bit' 'libgstapp-1_0-0' 'libgstapp-1_0-0-32bit' 'libgstaudio-1_0-0' 'libgstaudio-1_0-0-32bit' 'libgstbadaudio-1_0-0' 'libgstbadaudio-1_0-0-32bit' 'libgstbadaudio-1_0-0-32bit-debuginfo' 'libgstbadaudio-1_0-0-debuginfo' 'libgstbasecamerabinsrc-1_0-0' 'libgstbasecamerabinsrc-1_0-0-32bit' 'libgstbasecamerabinsrc-1_0-0-32bit-debuginfo' 'libgstbasecamerabinsrc-1_0-0-debuginfo' 'libgstcodecparsers-1_0-0' 'libgstcodecparsers-1_0-0-32bit' 'libgstcodecparsers-1_0-0-32bit-debuginfo' 'libgstcodecparsers-1_0-0-debuginfo' 'libgstfft-1_0-0' 'libgstfft-1_0-0-32bit' 'libgstgl-1_0-0' 'libgstgl-1_0-0-32bit' 'libgstinsertbin-1_0-0' 'libgstinsertbin-1_0-0-32bit' 'libgstinsertbin-1_0-0-32bit-debuginfo' 'libgstinsertbin-1_0-0-debuginfo' 'libgstisoff-1_0-0' 'libgstisoff-1_0-0-32bit' 'libgstisoff-1_0-0-32bit-debuginfo' 'libgstisoff-1_0-0-debuginfo' 'libgstmpegts-1_0-0' 'libgstmpegts-1_0-0-32bit' 'libgstmpegts-1_0-0-32bit-debuginfo' 'libgstmpegts-1_0-0-debuginfo' 'libgstpbutils-1_0-0' 'libgstpbutils-1_0-0-32bit' 'libgstphotography-1_0-0' 'libgstphotography-1_0-0-32bit' 'libgstphotography-1_0-0-32bit-debuginfo' 'libgstphotography-1_0-0-debuginfo' 'libgstplayer-1_0-0' 'libgstplayer-1_0-0-32bit' 'libgstplayer-1_0-0-32bit-debuginfo' 'libgstplayer-1_0-0-debuginfo' 'libgstreamer-1_0-0' 'libgstreamer-1_0-0-32bit' 'libgstreamerd-3-0' 'libgstreamermm-1_0-1' 'libgstriff-1_0-0' 'libgstriff-1_0-0-32bit' 'libgstrtp-1_0-0' 'libgstrtp-1_0-0-32bit' 'libgstrtsp-1_0-0' 'libgstrtsp-1_0-0-32bit' 'libgstrtspserver-1_0-0' 'libgstsctp-1_0-0' 'libgstsctp-1_0-0-32bit' 'libgstsctp-1_0-0-32bit-debuginfo' 'libgstsctp-1_0-0-debuginfo' 'libgstsdp-1_0-0' 'libgstsdp-1_0-0-32bit' 'libgsttag-1_0-0' 'libgsttag-1_0-0-32bit' 'libgsttranscoder-1_0-0' 'libgsturidownloader-1_0-0' 'libgsturidownloader-1_0-0-32bit' 'libgsturidownloader-1_0-0-32bit-debuginfo' 'libgsturidownloader-1_0-0-debuginfo' 'libgstvalidate-1_0-0' 'libgstvideo-1_0-0' 'libgstvideo-1_0-0-32bit' 'libgstwayland-1_0-0' 'libgstwayland-1_0-0-32bit' 'libgstwayland-1_0-0-32bit-debuginfo' 'libgstwayland-1_0-0-debuginfo' 'libgstwebrtc-1_0-0' 'libgstwebrtc-1_0-0-32bit' 'libgstwebrtc-1_0-0-32bit-debuginfo' 'libgstwebrtc-1_0-0-debuginfo' 'libgthread-2_0-0' 'libgthread-2_0-0-32bit' 'libgtk-2_0-0' 'libgtk-2_0-0-32bit' 'libgtk-3-0' 'libgtk-3-0-32bit' 'libgtk-4-0' 'libgtk-4-0-32bit' 'libgtk-frdp-0_1' 'libgtk-layer-shell0' 'libgtk-vnc-2_0-0' 'libgtkd-3-0' 'libgtkdatabox-0_9_3-0' 'libgtkdatabox-devel' 'libgtkdgl-3-0' 'libgtkdsv-3-0' 'libgtkglext-x11-1_0-0' 'libgtkglext-x11-1_0-0-32bit' 'libgtkhex-3-0' 'libgtkhotkey-devel' 'libgtkhotkey1' 'libgtkhtml-4_0-0' 'libgtkhtml-4_0-0-32bit' 'libgtkhtml-editor-4_0-0' 'libgtkhtml-editor-4_0-0-32bit' 'libgtkimageview0' 'libgtkmm-2_4-1' 'libgtkmm-2_4-1-32bit' 'libgtkmm-3_0-1' 'libgtkmm-3_0-1-32bit' 'libgtkpod1' 'libgtksourceview-2_0-0' 'libgtksourceview-3_0-1' 'libgtksourceview-4-0' 'libgtksourceviewmm-3_0-0' 'libgtksourceviewmm-4_0-0' 'libgtkspell0' 'libgtkspell3-3-0' 'libgtop' 'libgtop-2_0-11' 'libgtop-2_0-11-32bit' 'libgtop-devel' 'libgtop-doc' 'libgtop-lang' 'libgtp-devel' 'libgtp6' 'libgtpnl-devel' 'libgtpnl0' 'libgts-0_7-5' 'libgucharmap_2_90-7' 'libgudev-1_0-0' 'libgudev-1_0-0-32bit' 'libgudev-1_0-devel' 'libguess-devel' 'libguess1' 'libguess1-32bit' 'libguestfs-devel' 'libguestfs-test' 'libguestfs0' 'libguile-2_2-1' 'libguile-cairo0' 'libguile-srfi-srfi-1-v-3-3' 'libguile-srfi-srfi-13-14-v-3-3' 'libguile-srfi-srfi-4-v-3-3' 'libguile-srfi-srfi-60-v-2-2' 'libguile-ssh12' 'libguile1-devel' 'libguile17' 'libguilereadline-v-17-17' 'libgumbo-devel' 'libgumbo1' 'libgupnp-1_2-0' 'libgupnp-1_2-0-32bit' 'libgupnp-av-1_0-2' 'libgupnp-av-devel' 'libgupnp-devel' 'libgupnp-dlna-2_0-3' 'libgupnp-dlna-backend-gstreamer' 'libgupnp-dlna-devel' 'libgupnp-igd-1_0-4' 'libgupnp-igd-1_0-4-32bit' 'libgupnp-igd-devel' 'libgusb-devel' 'libgusb2' 'libgviewaudio-2_0-2' 'libgviewencoder-2_0-2' 'libgviewrender-2_0-2' 'libgviewv4l2core-2_0-2' 'libgviewv4l2core-lang' 'libgvnc-1_0-0' 'libgvncpulse-1_0-0' 'libgweather-3-16' 'libgweather-3-16-32bit' 'libgweather-devel' 'libgweather-lang' 'libgwengui-cpp79' 'libgwengui-fox16-79' 'libgwengui-gtk2-79' 'libgwengui-gtk3-79' 'libgwengui-qt5-79' 'libgwenhywfar79' 'libgwenhywfar79-plugins' 'libgxps-devel' 'libgxps-tools' 'libgxps2' 'libgxw0' 'libgxwmm0' 'libgypsy-devel' 'libgypsy0' 'libgypsy0-32bit' 'libhackrf0' 'libhal1' 'libhamlib++2' 'libhamlib2' 'libhandle1' 'libhandy-0_0-0' 'libhandy-devel' 'libhangul-devel' 'libhangul1' 'libhangul1-32bit' 'libharfbuzz-gobject0' 'libharfbuzz-gobject0-32bit' 'libharfbuzz-icu0' 'libharfbuzz-icu0-32bit' 'libharfbuzz-subset0' 'libharfbuzz-subset0-32bit' 'libharfbuzz0' 'libharfbuzz0-32bit' 'libharminv3' 'libharu-devel' 'libhavege1' 'libhavoc0' 'libhavoc0-debuginfo' 'libhdf4' 'libhdf4-32bit' 'libhdf4-openmpi' 'libhdf4-openmpi-32bit' 'libhdf5-103' 'libhdf5-103-32bit' 'libhdf5-103-mvapich2' 'libhdf5-103-mvapich2-32bit' 'libhdf5-103-openmpi1' 'libhdf5-103-openmpi1-32bit' 'libhdf5-103-openmpi2' 'libhdf5-103-openmpi2-32bit' 'libhdf5-103-openmpi3' 'libhdf5-103-openmpi3-32bit' 'libhdf5-gnu-hpc' 'libhdf5-gnu-mpich-hpc' 'libhdf5-gnu-mvapich2-hpc' 'libhdf5-gnu-openmpi1-hpc' 'libhdf5-gnu-openmpi2-hpc' 'libhdf5-gnu-openmpi3-hpc' 'libhdf5_1_10_5-gnu-hpc' 'libhdf5_1_10_5-gnu-mpich-hpc' 'libhdf5_1_10_5-gnu-mvapich2-hpc' 'libhdf5_1_10_5-gnu-openmpi1-hpc' 'libhdf5_1_10_5-gnu-openmpi2-hpc' 'libhdf5_1_10_5-gnu-openmpi3-hpc' 'libhdf5_cpp-gnu-hpc' 'libhdf5_cpp-gnu-mpich-hpc' 'libhdf5_cpp-gnu-mvapich2-hpc' 'libhdf5_cpp-gnu-openmpi1-hpc' 'libhdf5_cpp-gnu-openmpi2-hpc' 'libhdf5_cpp-gnu-openmpi3-hpc' 'libhdf5_cpp103' 'libhdf5_cpp103-32bit' 'libhdf5_cpp103-mvapich2' 'libhdf5_cpp103-mvapich2-32bit' 'libhdf5_cpp103-openmpi1' 'libhdf5_cpp103-openmpi1-32bit' 'libhdf5_cpp103-openmpi2' 'libhdf5_cpp103-openmpi2-32bit' 'libhdf5_cpp103-openmpi3' 'libhdf5_cpp103-openmpi3-32bit' 'libhdf5_cpp_1_10_5-gnu-hpc' 'libhdf5_cpp_1_10_5-gnu-mpich-hpc' 'libhdf5_cpp_1_10_5-gnu-mvapich2-hpc' 'libhdf5_cpp_1_10_5-gnu-openmpi1-hpc' 'libhdf5_cpp_1_10_5-gnu-openmpi2-hpc' 'libhdf5_cpp_1_10_5-gnu-openmpi3-hpc' 'libhdf5_fortran-gnu-hpc' 'libhdf5_fortran-gnu-mpich-hpc' 'libhdf5_fortran-gnu-mvapich2-hpc' 'libhdf5_fortran-gnu-openmpi1-hpc' 'libhdf5_fortran-gnu-openmpi2-hpc' 'libhdf5_fortran-gnu-openmpi3-hpc' 'libhdf5_fortran102' 'libhdf5_fortran102-mvapich2' 'libhdf5_fortran102-openmpi1' 'libhdf5_fortran102-openmpi2' 'libhdf5_fortran102-openmpi3' 'libhdf5_fortran_1_10_5-gnu-hpc' 'libhdf5_fortran_1_10_5-gnu-mpich-hpc' 'libhdf5_fortran_1_10_5-gnu-mvapich2-hpc' 'libhdf5_fortran_1_10_5-gnu-openmpi1-hpc' 'libhdf5_fortran_1_10_5-gnu-openmpi2-hpc' 'libhdf5_fortran_1_10_5-gnu-openmpi3-hpc' 'libhdf5_hl-gnu-hpc' 'libhdf5_hl-gnu-mpich-hpc' 'libhdf5_hl-gnu-mvapich2-hpc' 'libhdf5_hl-gnu-openmpi1-hpc' 'libhdf5_hl-gnu-openmpi2-hpc' 'libhdf5_hl-gnu-openmpi3-hpc' 'libhdf5_hl100' 'libhdf5_hl100-32bit' 'libhdf5_hl100-mvapich2' 'libhdf5_hl100-mvapich2-32bit' 'libhdf5_hl100-openmpi1' 'libhdf5_hl100-openmpi1-32bit' 'libhdf5_hl100-openmpi2' 'libhdf5_hl100-openmpi2-32bit' 'libhdf5_hl100-openmpi3' 'libhdf5_hl100-openmpi3-32bit' 'libhdf5_hl_1_10_5-gnu-hpc' 'libhdf5_hl_1_10_5-gnu-mpich-hpc' 'libhdf5_hl_1_10_5-gnu-mvapich2-hpc' 'libhdf5_hl_1_10_5-gnu-openmpi1-hpc' 'libhdf5_hl_1_10_5-gnu-openmpi2-hpc' 'libhdf5_hl_1_10_5-gnu-openmpi3-hpc' 'libhdf5_hl_cpp-gnu-hpc' 'libhdf5_hl_cpp-gnu-mpich-hpc' 'libhdf5_hl_cpp-gnu-mvapich2-hpc' 'libhdf5_hl_cpp-gnu-openmpi1-hpc' 'libhdf5_hl_cpp-gnu-openmpi2-hpc' 'libhdf5_hl_cpp-gnu-openmpi3-hpc' 'libhdf5_hl_cpp100' 'libhdf5_hl_cpp100-32bit' 'libhdf5_hl_cpp100-mvapich2' 'libhdf5_hl_cpp100-mvapich2-32bit' 'libhdf5_hl_cpp100-openmpi1' 'libhdf5_hl_cpp100-openmpi1-32bit' 'libhdf5_hl_cpp100-openmpi2' 'libhdf5_hl_cpp100-openmpi2-32bit' 'libhdf5_hl_cpp100-openmpi3' 'libhdf5_hl_cpp100-openmpi3-32bit' 'libhdf5_hl_cpp_1_10_5-gnu-hpc' 'libhdf5_hl_cpp_1_10_5-gnu-mpich-hpc' 'libhdf5_hl_cpp_1_10_5-gnu-mvapich2-hpc' 'libhdf5_hl_cpp_1_10_5-gnu-openmpi1-hpc' 'libhdf5_hl_cpp_1_10_5-gnu-openmpi2-hpc' 'libhdf5_hl_cpp_1_10_5-gnu-openmpi3-hpc' 'libhdf5_hl_fortran-gnu-hpc' 'libhdf5_hl_fortran-gnu-mpich-hpc' 'libhdf5_hl_fortran-gnu-mvapich2-hpc' 'libhdf5_hl_fortran-gnu-openmpi1-hpc' 'libhdf5_hl_fortran-gnu-openmpi2-hpc' 'libhdf5_hl_fortran-gnu-openmpi3-hpc' 'libhdf5hl_fortran100' 'libhdf5hl_fortran100-32bit' 'libhdf5hl_fortran100-mvapich2' 'libhdf5hl_fortran100-mvapich2-32bit' 'libhdf5hl_fortran100-openmpi1' 'libhdf5hl_fortran100-openmpi1-32bit' 'libhdf5hl_fortran100-openmpi2' 'libhdf5hl_fortran100-openmpi2-32bit' 'libhdf5hl_fortran100-openmpi3' 'libhdf5hl_fortran100-openmpi3-32bit' 'libhdf5hl_fortran_1_10_5-gnu-hpc' 'libhdf5hl_fortran_1_10_5-gnu-mpich-hpc' 'libhdf5hl_fortran_1_10_5-gnu-mvapich2-hpc' 'libhdf5hl_fortran_1_10_5-gnu-openmpi1-hpc' 'libhdf5hl_fortran_1_10_5-gnu-openmpi2-hpc' 'libhdf5hl_fortran_1_10_5-gnu-openmpi3-hpc' 'libhdhomerun' 'libhdhomerun-debuginfo' 'libhdhomerun-debugsource' 'libhdhomerun-devel' 'libhdhomerun2' 'libhdhomerun2-debuginfo' 'libheif' 'libheif-debuginfo' 'libheif-debugsource' 'libheif-devel' 'libheif1' 'libheif1-debuginfo' 'libheimdal' 'libheimdal-devel' 'libhfst53' 'libhfstospell11' 'libhfstospell11-32bit' 'libhidapi-devel' 'libhidapi-hidraw0' 'libhidapi-libusb0' 'libhinawa-devel' 'libhinawa1' 'libhiredis0_13' 'libhivex0' 'libhmac-devel' 'libhmac-tools' 'libhmac1' 'libhogweed5' 'libhogweed5-32bit' 'libhowl0' 'libhpdf2_3_0' 'libhpx1' 'libhs5' 'libhssi-io1' 'libhtp-devel' 'libhtp2' 'libhts-devel' 'libhts-devel-32bit' 'libhts3' 'libhts3-32bit' 'libhttp_parser2_7_1' 'libhttp_parser2_7_1-32bit' 'libhttrack2' 'libhubbub-devel' 'libhubbub-doc' 'libhubbub0' 'libhugetlbfs' 'libhugetlbfs-32bit' 'libhugetlbfs-devel' 'libhugetlbfs-tests' 'libhunspell-1_7-0' 'libhunspell-1_7-0-32bit' 'libhwloc15' 'libhwsd2' 'libhwsd2-debuginfo' 'libhydrogen-core-devel' 'libhydrogen-core1' 'libhyphen0' 'libhyphen0-32bit' 'libi2c0' 'libi2c0-devel' 'libib_util' 'libib_util-32bit' 'libib_util-devel' 'libibdm1' 'libibmad5' 'libibmad5-32bit' 'libibmtss1' 'libibnetdisc5' 'libibumad3' 'libibumad3-32bit' 'libibus-1_0-5' 'libibus-1_0-5-32bit' 'libibverbs' 'libibverbs-32bit' 'libibverbs-utils' 'libibverbs1' 'libibverbs1-32bit' 'libical-devel' 'libical-doc' 'libical-glib-devel' 'libical-glib-doc' 'libical-glib3' 'libical-glib3-32bit' 'libical3' 'libical3-32bit' 'libicecream-devel' 'libicns-devel' 'libicns1' 'libiconv_hook-devel' 'libiconv_hook1' 'libicu-devel' 'libicu-devel-32bit' 'libicu-doc' 'libicu66' 'libicu66-32bit' 'libicu66-bedata' 'libicu66-ledata' 'libid3tag-devel' 'libid3tag0' 'libid3tag0-32bit' 'libidl-devel' 'libidn-devel' 'libidn-tools' 'libidn12' 'libidn12-32bit' 'libidn2-0' 'libidn2-0-32bit' 'libidn2-devel' 'libidn2-lang' 'libidn2-tools' 'libido3-0_1-0' 'libido3-0_1-0-32bit' 'libiec61883-0' 'libiec61883-0-32bit' 'libiec61883-devel' 'libiec61883-tools' 'libigdgmm11' 'libigfxcmrt-devel' 'libigfxcmrt7' 'libilbc0' 'libimaevm1' 'libimagequant-devel' 'libimagequant0' 'libiml0' 'libimobiledevice-devel' 'libimobiledevice6' 'libimobiledevice6-32bit' 'libinchi0' 'libinchi0-32bit' 'libindi' 'libindi' 'libindi-debuginfo' 'libindi-debugsource' 'libindi-devel' 'libindi-plugins' 'libindi-plugins-debuginfo' 'libindiAlignmentDriver1' 'libindiAlignmentDriver1-debuginfo' 'libindicator-devel' 'libindicator3-7' 'libindicator3-devel' 'libindicator7' 'libindidriver1' 'libindidriver1-debuginfo' 'libindilx200-1' 'libindilx200-1-debuginfo' 'libinfinipath4' 'libinfinipath4-32bit' 'libinfinity-1_0-0' 'libinfinity-devel' 'libinfinity-lang' 'libini_config-devel' 'libini_config-devel-32bit' 'libini_config5' 'libini_config5-32bit' 'libiniparser-devel' 'libiniparser1' 'libiniparser1-32bit' 'libinjeqt1' 'libinotifytools0' 'libinput-devel' 'libinput-tools' 'libinput-udev' 'libinput10' 'libinput10-32bit' 'libinsighttoolkit4' 'libinstpatch-1_0-2' 'libinstpatch-1_0-2-32bit' 'libinstpatch-devel' 'libiodbc-devel' 'libiodbc3' 'libip4tc2' 'libip6tc2' 'libipa_hbac-devel' 'libipa_hbac0' 'libiperf0' 'libipmiconsole2' 'libipmidetect0' 'libipmimonitoring6' 'libipq-devel' 'libipq0' 'libipset13' 'libiptc-devel' 'libiptcdata' 'libiptcdata-devel' 'libiptcdata-doc' 'libiptcdata-lang' 'libiptcdata0' 'libircclient-devel' 'libircclient-doc' 'libircclient1' 'libirman-devel' 'libirman0' 'libirrecord0' 'libirs-devel' 'libirs1600' 'libirs1600-32bit' 'libisc1601' 'libisc1601-32bit' 'libisccc1600' 'libisccc1600-32bit' 'libisccfg1600' 'libisccfg1600-32bit' 'libiscsi-devel' 'libiscsi-test' 'libiscsi-utils' 'libiscsi9' 'libisds-devel' 'libisds5' 'libisl22' 'libisl22-32bit' 'libiso9660-11' 'libiso9660-11-32bit' 'libisoburn-devel' 'libisoburn1' 'libisofs-devel' 'libisofs6' 'libite-devel' 'libite5' 'libiterm-devel' 'libiterm1' 'libitm1' 'libitm1-32bit' 'libitm1-gcc7' 'libitm1-gcc7-32bit' 'libitm1-gcc9' 'libitm1-gcc9-32bit' 'libitpp8' 'libivykis0' 'libiw-devel' 'libiw30' 'libixion-0_15-0' 'libixion-devel' 'libixion-tools' 'libixml11' 'libixml11-32bit' 'libjack-devel' 'libjack-devel-32bit' 'libjack-pw0_3_2' 'libjack0' 'libjack0-32bit' 'libjacknet0' 'libjacknet0-32bit' 'libjackserver0' 'libjackserver0-32bit' 'libjansson-devel' 'libjansson4' 'libjansson4-32bit' 'libjavascriptcoregtk-4_0-18' 'libjavascriptcoregtk-4_0-18-32bit' 'libjaylink' 'libjaylink-devel' 'libjaylink0' 'libjbig-devel' 'libjbig-devel-32bit' 'libjbig2' 'libjbig2-32bit' 'libjbig2dec0' 'libjbig2dec0-32bit' 'libjd0' 'libjemalloc2' 'libjim0_75' 'libjpeg-turbo' 'libjpeg62' 'libjpeg62-32bit' 'libjpeg62-devel' 'libjpeg62-devel-32bit' 'libjpeg8' 'libjpeg8-32bit' 'libjpeg8-devel' 'libjpeg8-devel-32bit' 'libjpegxr0' 'libjpgalleg44-devel' 'libjpgalleg4_4' 'libjpgalleg4_4-32bit' 'libjq-devel' 'libjq1' 'libjreen-qt5-1' 'libjreen-qt5-devel' 'libjrtp3_11_1' 'libjsmn0' 'libjson-c-devel' 'libjson-c-doc' 'libjson-c4' 'libjson-c4-32bit' 'libjson-glib-1_0-0' 'libjson-glib-1_0-0-32bit' 'libjsoncpp22' 'libjsonrpc-glib-1_0-1' 'libjte-devel' 'libjte1' 'libjthread1_3_3' 'libjxrglue0' 'libkColorPicker0_1_1' 'libkImageAnnotator0_2_1' 'libkaccounts1' 'libkaccounts1-32bit' 'libkasten-lang' 'libkate-devel' 'libkate-tools' 'libkate1' 'libkate1-32bit' 'libkcapi-devel' 'libkcapi-tools' 'libkcapi1' 'libkcarchiver0' 'libkcddb' 'libkcddb-devel' 'libkcddb-lang' 'libkcfreebusy0' 'libkchart-lang' 'libkcicalmapi0' 'libkcindex0' 'libkcinetmapi0' 'libkcompactdisc-devel' 'libkcompactdisc-lang' 'libkcpyplug0' 'libkcserver0' 'libkcsoap0' 'libkcutil0' 'libkdcraw-devel' 'libkdecoration2-devel' 'libkdecoration2-devel-32bit' 'libkdecorations2-5' 'libkdecorations2-5-32bit' 'libkdecorations2-5-lang' 'libkdecorations2private7' 'libkdecorations2private7-32bit' 'libkdegames' 'libkdegames-devel' 'libkdegames-lang' 'libkdepim' 'libkdepim-devel' 'libkdepim-lang' 'libkdevplatform55' 'libkdevplatform55-debuginfo' 'libkdsoap-server1_9_0' 'libkdsoap1_9_0' 'libkdstatemachineeditor_core1_2_7' 'libkdstatemachineeditor_core1_2_7-debuginfo' 'libkdstatemachineeditor_debuginterfaceclient1_2_7' 'libkdstatemachineeditor_debuginterfaceclient1_2_7-debuginfo' 'libkdstatemachineeditor_debuginterfacesource-static' 'libkdstatemachineeditor_view1_2_7' 'libkdstatemachineeditor_view1_2_7-debuginfo' 'libkdumpfile-devel' 'libkdumpfile7' 'libkea-asiodns0' 'libkea-asiolink7' 'libkea-cc8' 'libkea-cfgclient7' 'libkea-cryptolink4' 'libkea-database3' 'libkea-dhcp++13' 'libkea-dhcp_ddns1' 'libkea-dhcpsrv16' 'libkea-dns++3' 'libkea-eval11' 'libkea-exceptions0' 'libkea-hooks7' 'libkea-http6' 'libkea-log4' 'libkea-mysql1' 'libkea-pgsql0' 'libkea-process4' 'libkea-stats3' 'libkea-threads2' 'libkea-util-io0' 'libkea-util7' 'libkea1_4' 'libkeccak-devel' 'libkeccak1' 'libkeduvocdocument-devel' 'libkeduvocdocument-lang' 'libkerfuffle19' 'libkexiv2-devel' 'libkeybinder-3_0-0' 'libkeybinder0' 'libkeyutils1' 'libkeyutils1-32bit' 'libkf5kdegames6' 'libkgantt-lang' 'libkgapi-devel' 'libkgapi-lang' 'libkgeomap' 'libkgeomap-devel' 'libkgeomap-lang' 'libkgraphviewer3' 'libkgraphviewer3-debuginfo' 'libkim-api2' 'libkioarchive-devel' 'libkioarchive5' 'libkipi-data' 'libkipi-devel' 'libkkc-devel' 'libkkc2' 'libkkc2-32bit' 'libkleo' 'libkleo-devel' 'libkleo-lang' 'libklfbackend4' 'libklftools4' 'libklu-doc' 'libklu1' 'libkmahjongg' 'libkmahjongg-devel' 'libkmahjongg-lang' 'libkmod-devel' 'libkmod2' 'libkms-devel' 'libkms-devel-32bit' 'libkms1' 'libkms1-32bit' 'libknet1' 'libknet1-compress-bzip2-plugin' 'libknet1-compress-lz4-plugin' 'libknet1-compress-lzma-plugin' 'libknet1-compress-lzo2-plugin' 'libknet1-compress-plugins-all' 'libknet1-compress-zlib-plugin' 'libknet1-crypto-nss-plugin' 'libknet1-crypto-openssl-plugin' 'libknet1-crypto-plugins-all' 'libknet1-devel' 'libknet1-plugins-all' 'libkolabxml-devel' 'libkolabxml1' 'libkomparediff2-5' 'libkomparediff2-devel' 'libkomparediff2-lang' 'libkonkretcmpi0' 'libkpathsea6' 'libkpmcore7' 'libkpmcore9' 'libkpmcore9-debuginfo' 'libksane-devel' 'libksane-lang' 'libksba-devel' 'libksba8' 'libkscreen2-devel' 'libkscreen2-devel-32bit' 'libkscreen2-plugin' 'libkscreen2-plugin-32bit' 'libksi-devel' 'libksi1' 'libksieve' 'libksieve-devel' 'libksieve-lang' 'libksysguard5' 'libksysguard5-32bit' 'libksysguard5-devel' 'libksysguard5-devel-32bit' 'libksysguard5-helper' 'libksysguard5-lang' 'libktoblzcheck1' 'libktorrent' 'libktorrent-debugsource' 'libktorrent-devel' 'libktorrent-lang' 'libktpaccountskcminternal9' 'libkvazaar-devel' 'libkvazaar4' 'libkvazaar4-debuginfo' 'libkvkontakte' 'libkvkontakte-debugsource' 'libkvkontakte-devel' 'libkvkontakte-lang' 'libkwalletbackend5-5' 'libkwalletbackend5-5-32bit' 'libkwnn0' 'libkyotocabinet-devel' 'libkyotocabinet16' 'libkyotocabinet16-32bit' 'liblammps0' 'liblangtag-devel' 'liblangtag-doc' 'liblangtag1' 'liblapack3' 'liblapack3-32bit' 'liblapacke3' 'liblapacke3-32bit' 'liblasem-0_4-4' 'liblash1' 'liblash1-32bit' 'liblash1-32bit-debuginfo' 'liblash1-debuginfo' 'liblasso-devel' 'liblasso3' 'liblastfm-qt5-devel' 'liblastfm5-1' 'liblastfm5-1-32bit' 'liblastfm_fingerprint5-1' 'liblastfm_fingerprint5-1-32bit' 'liblaszip8' 'liblaszip_api8' 'liblavfile-2_0-0' 'liblavjpeg-2_0-0' 'liblavplay-2_0-0' 'liblavrec-2_0-0' 'liblayout' 'liblayout-javadoc' 'liblazy-devel' 'liblazy1' 'liblazy1-32bit' 'liblbxutil-devel' 'liblbxutil-devel-32bit' 'liblbxutil1' 'liblbxutil1-32bit' 'liblcms2-2' 'liblcms2-2-32bit' 'liblcms2-devel' 'liblcms2-devel-32bit' 'liblcms2-doc' 'libldac2' 'libldap-2_4-2' 'libldap-2_4-2-32bit' 'libldap-data' 'libldapcpp-devel' 'libldapcpp1' 'libldb-devel' 'libldb2' 'libldb2-32bit' 'libldl-doc' 'libldl2' 'libldm-1_0-0' 'libldm-1_0-0-devel' 'libldns3' 'libleechcraft-util-db-qt5-0_6_75_1' 'libleechcraft-util-gui-qt5-0_6_75_1' 'libleechcraft-util-models-qt5-0_6_75_1' 'libleechcraft-util-network-qt5-0_6_75_1' 'libleechcraft-util-qml-qt5-0_6_75_2' 'libleechcraft-util-shortcuts-qt5-0_6_75' 'libleechcraft-util-sll-qt5-0_6_75_1' 'libleechcraft-util-svcauth-qt5-0_6_75' 'libleechcraft-util-sys-qt5-0_6_75_1' 'libleechcraft-util-tags-qt5-0_6_75_1' 'libleechcraft-util-threads-qt5-0_6_75' 'libleechcraft-util-x11-qt5-0_6_75' 'libleechcraft-util-xdg-qt5-0_6_75' 'libleechcraft-util-xpc-qt5-0_6_75_2' 'libleechcraft-util-xsd-qt5-0_6_75' 'liblegion1' 'liblensfun1' 'liblensfun1-debuginfo' 'liblept5' 'liblept5-32bit' 'libleveldb1' 'liblhasa0' 'liblightdm-gobject-1-0' 'liblightdm-qt5-3-0' 'liblightgrep-devel' 'liblightgrep0' 'liblightmediascanner0' 'liblightstep_tracer0' 'liblilv-0-0' 'liblilv-0-0-32bit' 'liblilv-0-devel' 'liblinbox0' 'liblinebreak-devel' 'liblinebreak2' 'liblink-grammar5' 'liblinphone++9' 'liblinphone++9-32bit' 'liblinphone-data' 'liblinphone-devel' 'liblinphone-lang' 'liblinphone9' 'liblinphone9-32bit' 'liblinuxsampler-devel' 'liblinuxsampler5' 'liblinuxsampler5-debuginfo' 'libliquid-devel' 'liblirc0' 'liblirc0-32bit' 'liblirc_client0' 'liblirc_client0-32bit' 'liblirc_driver0' 'liblirc_driver0-32bit' 'liblittleb0' 'libliveMedia-devel' 'libliveMedia78' 'liblldb7' 'liblldb8' 'liblldb9' 'liblldp_clif1' 'liblldpctl4' 'liblmdb-0_9_24' 'liblmdb-0_9_24-32bit' 'liblms7002m-devel' 'liblms7compact0' 'liblnk-devel' 'liblnk-tools' 'liblnk1' 'liblo-devel' 'liblo10k1-0' 'liblo7' 'liblo7-32bit' 'libloader' 'libloader-javadoc' 'libloadpng44-devel' 'libloadpng4_4' 'libloadpng4_4-32bit' 'liblockdev1' 'liblockdev1-32bit' 'liblodepng-r84' 'liblog4c-devel' 'liblog4c-doc' 'liblog4c3' 'liblog4c3-32bit' 'liblog4cplus-1_1-5' 'liblog4cpp5' 'liblog4cxx-devel' 'liblog4cxx10' 'liblog4shib-devel' 'liblog4shib2' 'liblogg44-devel' 'liblogg4_4' 'liblogg4_4-32bit' 'liblogging-devel' 'liblogging0' 'liblognorm-devel' 'liblognorm5' 'libloki-devel' 'libloki-doc' 'libloki0_1_7' 'libloudmouth-1-0' 'libloudmouth-1-0-debuginfo' 'liblouis-data' 'liblouis-devel' 'liblouis-doc' 'liblouis-tools' 'liblouis19' 'liblpsolve55-0' 'liblqr-1-0' 'liblqr-1-0-32bit' 'liblqr-devel' 'liblrdf-devel' 'liblrdf2' 'liblrdf2-32bit' 'liblrs-7_0a0' 'liblsan0' 'liblsan0-gcc7' 'liblsan0-gcc9' 'liblscp-devel' 'liblscp6' 'liblsmash2' 'liblsmash2-debuginfo' 'libltc-devel' 'libltc11' 'libltdl7' 'libltdl7-32bit' 'liblttng-ctl0' 'liblttng-ust-ctl4' 'liblttng-ust-python-agent0' 'liblttng-ust0' 'liblua5_1-5' 'liblua5_1-5-32bit' 'liblua5_3-5' 'liblua5_3-5-32bit' 'libluabind0_9_1' 'libluajit-5_1-2' 'libluajit-5_1-2-32bit' 'liblucene++0' 'libluksde-devel' 'libluksde-tools' 'libluksde1' 'liblunar-calendar-3_0-1' 'liblunar-date-3_0-1' 'liblur3' 'liblvm2cmd2_03' 'liblxc-devel' 'liblxc1' 'liblxpanel0' 'liblxqt-devel' 'liblxqt-globalkeys-ui0' 'liblxqt-globalkeys0' 'liblxqt-lang' 'liblxqt0' 'liblz1' 'liblz4-1' 'liblz4-1-32bit' 'liblz4-devel' 'liblzma5' 'liblzma5-32bit' 'liblzo2-2' 'liblzo2-2-32bit' 'libm17n0' 'libm17n0-32bit' 'libm4ri-0_0_20140914' 'libm4ri-devel' 'libm4rie-0_0_20150908' 'libm4rie-devel' 'libmaa-devel' 'libmaa-doc' 'libmaa4' 'libmac' 'libmac-debuginfo' 'libmac-debugsource' 'libmac-devel' 'libmac2' 'libmac2-debuginfo' 'libmad-devel' 'libmad0' 'libmad0-32bit' 'libmagic1' 'libmagic1-32bit' 'libmaia-devel' 'libmaia1' 'libmailutils5' 'libmakemkv1' 'libmanette-0_2-0' 'libmanette-devel' 'libmapi1' 'libmapidb-devel' 'libmapidb1' 'libmarblewidget-qt5-28' 'libmarco-private2' 'libmariadb-devel' 'libmariadb3' 'libmariadb3-32bit' 'libmariadb_plugins' 'libmariadbd-devel' 'libmariadbd19' 'libmariadbprivate' 'libmarisa0' 'libmarisa0-32bit' 'libmarkdown-devel' 'libmarkdown2' 'libmate-desktop-2-17' 'libmate-menu2' 'libmate-menu2-32bit' 'libmate-panel-applet-4-1' 'libmate-panel-applet-4-1-32bit' 'libmate-sensors-applet-plugin0' 'libmate-sensors-applet-plugin0-32bit' 'libmate-slab-devel' 'libmate-slab0' 'libmate-window-settings1' 'libmatedict-devel' 'libmatedict6' 'libmatekbd-devel' 'libmatekbd-lang' 'libmatekbd4' 'libmatekbd4-32bit' 'libmatemixer-devel' 'libmatemixer-lang' 'libmatemixer0' 'libmatemixer0-32bit' 'libmateweather-devel' 'libmateweather-lang' 'libmateweather1' 'libmateweather1-32bit' 'libmatio-devel' 'libmatio9' 'libmatrix_client0_3_0' 'libmatroska-devel' 'libmatroska6' 'libmatroska6-32bit' 'libmaxminddb-devel' 'libmaxminddb0' 'libmaxminddb0-32bit' 'libmbedcrypto3' 'libmbedcrypto3-32bit' 'libmbedtls12' 'libmbedtls12-32bit' 'libmbedx509-0' 'libmbedx509-0-32bit' 'libmbim' 'libmbim-devel' 'libmbim-glib4' 'libmca_common_dstore1' 'libmcpp0' 'libmcs-devel' 'libmcs1' 'libmcs1' 'libmcs1-debuginfo' 'libmcs1-debugsource' 'libmd-devel' 'libmd0' 'libmdb2' 'libmdbsql2' 'libmeanwhile1' 'libmed-devel' 'libmed-python' 'libmed11' 'libmedC11' 'libmedfwrap11' 'libmediaart-2_0-0' 'libmediaart-devel' 'libmediacheck-devel' 'libmediacheck5' 'libmediainfo-devel' 'libmediainfo0' 'libmediainfo0-32bit' 'libmediastreamer10' 'libmediastreamer10-32bit' 'libmediawiki' 'libmediawiki-debugsource' 'libmediawiki-devel' 'libmedimport0' 'libmeep14' 'libmemcache-devel' 'libmemcache0' 'libmemcached' 'libmemcached-devel' 'libmemcached11' 'libmemcachedutil2' 'libmemkind0' 'libmemphis-0_2-0' 'libmenu-cache3' 'libmesode-devel' 'libmesode0' 'libmetacity1' 'libmetal-devel' 'libmetal0' 'libmetalink-devel' 'libmetalink3' 'libmetis-gnu-hpc' 'libmetis5' 'libmetis_5_1_0-gnu-hpc' 'libmetrics-devel' 'libmetrics0' 'libmfx' 'libmfx-devel' 'libmfx1' 'libmgl-fltk7_5_0' 'libmgl-glut7_5_0' 'libmgl-mpi7_5_0' 'libmgl-qt5-7_5_0' 'libmgl-wnd7_5_0' 'libmgl-wx7_5_0' 'libmgl7_5_0' 'libmhash2' 'libmicro' 'libmicrohttpd-devel' 'libmicrohttpd12' 'libmidori-core0' 'libmikmod-devel' 'libmikmod3' 'libmikmod3-32bit' 'libmilter-doc' 'libmilter1_0' 'libmimetic-devel' 'libmimetic0' 'libminisat2' 'libminiupnpc-devel' 'libminiupnpc17' 'libminiupnpc17-32bit' 'libminizip1' 'libminizip1-32bit' 'libmirage-3_2' 'libmirage-data' 'libmirage-devel' 'libmirage-lang' 'libmirage11' 'libmirisdr-devel' 'libmirisdr0' 'libmisdn1' 'libmission-control-plugins0' 'libmjpegutils-2_0-0' 'libmjpegutils-2_0-0-32bit' 'libmjpegutils-devel' 'libmlag_pb0' 'libmlt++-devel' 'libmlt++3' 'libmlt-devel' 'libmlt6' 'libmlt6-data' 'libmlt6-modules' 'libmlx4-1' 'libmlx4-1-32bit' 'libmlx5-1' 'libmlx5-1-32bit' 'libmm-glib0' 'libmmbd0' 'libmms-devel' 'libmms0' 'libmms0-32bit' 'libmng-devel' 'libmng2' 'libmng2-32bit' 'libmnl-devel' 'libmnl0' 'libmnl0-32bit' 'libmodman-devel' 'libmodman1' 'libmodman1-32bit' 'libmodplug-devel' 'libmodplug1' 'libmodplug1-32bit' 'libmodsecurity3' 'libmodulemd-devel' 'libmodulemd2' 'libmolsketch-qt5-1' 'libmongoose-doc' 'libmongoose2' 'libmono-2_0-1' 'libmono-2_0-devel' 'libmono-profiler-gui-thread-check0' 'libmono-profiler-gui-thread-check0-devel' 'libmonoboehm-2_0-1' 'libmonoboehm-2_0-devel' 'libmonosgen-2_0-1' 'libmonosgen-2_0-devel' 'libmopac7-1' 'libmopac7-1-devel' 'libmosquitto1' 'libmosquittopp1' 'libmount-devel' 'libmount-devel-32bit' 'libmount-devel-static' 'libmount1' 'libmount1-32bit' 'libmovit8' 'libmowgli' 'libmowgli-2-0' 'libmowgli-debugsource' 'libmowgli-devel' 'libmowgli2' 'libmowgli2-32bit' 'libmowgli2-32bit-debuginfo' 'libmowgli2-debuginfo' 'libmowgli2-devel' 'libmozjs-38' 'libmozjs-38-32bit' 'libmozjs-52' 'libmozjs-60' 'libmozjs185-1_0' 'libmozjs185-1_0-32bit' 'libmozjs185-1_0-32bit-debuginfo' 'libmozjs185-1_0-debuginfo' 'libmp3lame-devel' 'libmp3lame0' 'libmp3lame0-32bit' 'libmp3splt' 'libmp3splt-debuginfo' 'libmp3splt-debugsource' 'libmp3splt-devel' 'libmp3splt0' 'libmp3splt0-debuginfo' 'libmp3splt0-mp3' 'libmp3splt0-mp3-debuginfo' 'libmp3splt0-ogg' 'libmp3splt0-ogg-debuginfo' 'libmpath0' 'libmpc3' 'libmpc3-32bit' 'libmpcdec-devel' 'libmpcdec5' 'libmpcdec5-32bit' 'libmpcdec6' 'libmpcdec6-32bit' 'libmpd-devel' 'libmpd1' 'libmpd1-32bit' 'libmpdclient-devel' 'libmpdclient2' 'libmpeg2-0' 'libmpeg2-0-32bit' 'libmpeg2-devel' 'libmpeg2convert0' 'libmpeg2encpp-2_0-0' 'libmpeg2encpp-2_0-0-32bit' 'libmpeg3-1' 'libmpeg3-1' 'libmpeg3-1-debuginfo' 'libmpeg3-1-debugsource' 'libmpeg3-devel' 'libmpeg3-utils' 'libmpeg3-utils-debuginfo' 'libmpeg4ip-devel' 'libmpeg4ip0' 'libmpeg4ip0-debuginfo' 'libmpfc-devel' 'libmpfc2' 'libmpfc2-debuginfo' 'libmpfi0' 'libmpfr6' 'libmpfr6-32bit' 'libmpg123-0' 'libmpg123-0-32bit' 'libmpir-devel' 'libmpir23' 'libmpirxx8' 'libmplex2-2_0-0' 'libmplex2-2_0-0-32bit' 'libmpris-qt5-1' 'libmpris-qt5-devel' 'libmpv1' 'libmpx2-gcc7' 'libmpx2-gcc7-32bit' 'libmpxwrappers2-gcc7' 'libmpxwrappers2-gcc7-32bit' 'libmraa2' 'libmrss-devel' 'libmrss0' 'libmrss0-32bit' 'libmsgpackc2' 'libmsi0' 'libmsiecf-devel' 'libmsiecf-tools' 'libmsiecf1' 'libmspack-devel' 'libmspack0' 'libmspack0-32bit' 'libmspub-0_1-1' 'libmspub-devel' 'libmspub-devel-doc' 'libmspub-tools' 'libmtdev1' 'libmtdev1-32bit' 'libmtp-devel' 'libmtp-udev' 'libmtp9' 'libmuffin0' 'libmumps-gnu-mpich-hpc' 'libmumps-gnu-mvapich2-hpc' 'libmumps-gnu-openmpi1-hpc' 'libmumps-gnu-openmpi2-hpc' 'libmumps-gnu-openmpi3-hpc' 'libmumps-ptscotch5-openmpi1' 'libmumps-ptscotch5-openmpi2' 'libmumps-scotch5' 'libmumps5' 'libmumps5-mvapich2' 'libmumps5-openmpi1' 'libmumps5-openmpi2' 'libmumps5-openmpi3' 'libmumps_5_2_1-gnu-mpich-hpc' 'libmumps_5_2_1-gnu-mvapich2-hpc' 'libmumps_5_2_1-gnu-openmpi1-hpc' 'libmumps_5_2_1-gnu-openmpi2-hpc' 'libmumps_5_2_1-gnu-openmpi3-hpc' 'libmunge2' 'libmunge2-32bit' 'libmuparser2_2_6' 'libmuparser2_2_6-32bit' 'libmuparserx4_0_8' 'libmuroar0' 'libmuroar0-debuginfo' 'libmuroard3' 'libmuroard3-debuginfo' 'libmusicbrainz-devel' 'libmusicbrainz4' 'libmusicbrainz4-32bit' 'libmusicbrainz5-1' 'libmusicbrainz5-1-32bit' 'libmusicbrainz5-devel' 'libmutter-5-0' 'libmwaw-0_3-3' 'libmwaw-devel' 'libmwaw-devel-doc' 'libmwaw-tools' 'libmxml1' 'libmxml1-32bit' 'libmygpo-qt5-1' 'libmygpo-qt5-devel' 'libmypaint-1_5-1' 'libmypaint-devel' 'libmypaint-gegl-devel' 'libmypaint-gegl0' 'libmypaint-lang' 'libmysofa-devel' 'libmysofa1' 'libmysofa1-32bit' 'libmysqlcppconn-devel' 'libmysqlcppconn7' 'libmysqlcppconn8-1' 'libmysqlcppconn8-devel' 'libmyth-29-29' 'libmyth-29-29-debuginfo' 'libmythes-1_2-0' 'libnanomsg5' 'libnatpmp1' 'libnatpmp1' 'libnatpmp1-devel' 'libnautilus-extension1' 'libnautilus-extension1-32bit' 'libnauty-2_7_rc2' 'libncurses5' 'libncurses5-32bit' 'libncurses6' 'libncurses6-32bit' 'libndctl-devel' 'libndctl6' 'libndp' 'libndp-devel' 'libndp0' 'libndpi-devel' 'libndpi3' 'libndr-devel' 'libndr-krb5pac-devel' 'libndr-krb5pac0' 'libndr-krb5pac0-32bit' 'libndr-nbt-devel' 'libndr-nbt0' 'libndr-nbt0-32bit' 'libndr-standard-devel' 'libndr-standard0' 'libndr-standard0-32bit' 'libndr1' 'libndr1-32bit' 'libneko2' 'libnemo-extension1' 'libneon-devel' 'libneon27' 'libneon27-32bit' 'libnet-devel' 'libnet-doc' 'libnet9' 'libnetapi-devel' 'libnetapi0' 'libnetapi0-32bit' 'libnetcdf-cxx4-gnu-hpc' 'libnetcdf-cxx4-gnu-hpc-devel' 'libnetcdf-cxx4_4_3_1-gnu-hpc' 'libnetcdf-cxx4_4_3_1-gnu-hpc-devel' 'libnetcdf-cxx4_4_3_1-gnu-hpc-devel-static' 'libnetcdf-fortran-gnu-mpich-hpc' 'libnetcdf-fortran-gnu-mvapich2-hpc' 'libnetcdf-fortran-gnu-openmpi1-hpc' 'libnetcdf-fortran-gnu-openmpi2-hpc' 'libnetcdf-fortran-gnu-openmpi3-hpc' 'libnetcdf-fortran_4_5_2-gnu-mpich-hpc' 'libnetcdf-fortran_4_5_2-gnu-mvapich2-hpc' 'libnetcdf-fortran_4_5_2-gnu-openmpi1-hpc' 'libnetcdf-fortran_4_5_2-gnu-openmpi2-hpc' 'libnetcdf-fortran_4_5_2-gnu-openmpi3-hpc' 'libnetcdf-gnu-hpc' 'libnetcdf-gnu-mpich-hpc' 'libnetcdf-gnu-mvapich2-hpc' 'libnetcdf-gnu-openmpi1-hpc' 'libnetcdf-gnu-openmpi2-hpc' 'libnetcdf-gnu-openmpi3-hpc' 'libnetcdf15' 'libnetcdf15-32bit' 'libnetcdf15-openmpi1' 'libnetcdf15-openmpi1-32bit' 'libnetcdf15-openmpi2' 'libnetcdf15-openmpi2-32bit' 'libnetcdf15-openmpi3' 'libnetcdf15-openmpi3-32bit' 'libnetcdf_4_7_3-gnu-hpc' 'libnetcdf_4_7_3-gnu-mpich-hpc' 'libnetcdf_4_7_3-gnu-mvapich2-hpc' 'libnetcdf_4_7_3-gnu-openmpi1-hpc' 'libnetcdf_4_7_3-gnu-openmpi2-hpc' 'libnetcdf_4_7_3-gnu-openmpi3-hpc' 'libnetcdf_c++-devel' 'libnetcdf_c++4' 'libnetcdf_c++4-1' 'libnetcdf_c++4-devel' 'libnetcontrol-devel' 'libnetcontrol0' 'libnetcontrol0-32bit' 'libnetfilter_acct-devel' 'libnetfilter_acct1' 'libnetfilter_acct1-32bit' 'libnetfilter_conntrack-devel' 'libnetfilter_conntrack3' 'libnetfilter_conntrack3-32bit' 'libnetfilter_cthelper-devel' 'libnetfilter_cthelper0' 'libnetfilter_cthelper0-32bit' 'libnetfilter_cttimeout-devel' 'libnetfilter_cttimeout1' 'libnetfilter_cttimeout1-32bit' 'libnetfilter_log-devel' 'libnetfilter_log1' 'libnetfilter_log1-32bit' 'libnetfilter_queue-devel' 'libnetfilter_queue1' 'libnetfilter_queue1-32bit' 'libnetlink-devel' 'libnetpbm-devel' 'libnetpbm11' 'libnetpbm11-32bit' 'libnettle-devel' 'libnettle-devel-32bit' 'libnettle7' 'libnettle7-32bit' 'libnewt0_52' 'libnewt0_52-32bit' 'libnextcloudsync-devel' 'libnextcloudsync0' 'libnf2ff0' 'libnfc-devel' 'libnfc-tools' 'libnfc5' 'libnfnetlink-devel' 'libnfnetlink0' 'libnfnetlink0-32bit' 'libnfs-devel' 'libnfs13' 'libnfsidmap-sss' 'libnfsidmap1' 'libnfsjunct0' 'libnftables1' 'libnftnl-devel' 'libnftnl11' 'libnghttp2-14' 'libnghttp2-14-32bit' 'libnghttp2-devel' 'libnghttp2_asio-devel' 'libnghttp2_asio1' 'libnghttp2_asio1-32bit' 'libngspice-devel' 'libngspice0' 'libnice' 'libnice-devel' 'libnice10' 'libnice10-32bit' 'libnilfs0' 'libnilfscleaner0' 'libnilfsgc0' 'libnjb' 'libnjb-devel' 'libnjb5' 'libnl-config' 'libnl-doc' 'libnl-tools' 'libnl3-200' 'libnl3-200-32bit' 'libnl3-devel' 'libnl3-devel-32bit' 'libnlopt0' 'libnm0' 'libnma-devel' 'libnma-lang' 'libnma0' 'libnormaliz3' 'libnoson2' 'libnotify-devel' 'libnotify-devel-32bit' 'libnotify-tools' 'libnotify4' 'libnotify4-32bit' 'libnotmuch5' 'libnova-0_15-0' 'libnova-devel' 'libnpth0' 'libnscd-devel' 'libnscd1' 'libnscd1-32bit' 'libnsl-devel' 'libnsl2' 'libnsl2-32bit' 'libnss_nis2' 'libnss_nis2-32bit' 'libnss_slurm2' 'libnss_usrfiles2' 'libnss_usrfiles2-32bit' 'libnsssharedhelper0' 'libnsssharedhelper0-32bit' 'libnsync-devel' 'libnsync1' 'libnsync_cpp1' 'libntfs-3g-devel' 'libntfs-3g88' 'libntirpc-devel' 'libntirpc3_2' 'libntk1' 'libntl43' 'libntlm-devel' 'libntlm0' 'libnuma-devel' 'libnuma1' 'libnuma1-32bit' 'libnumbertext-1_0-0' 'libnumbertext-data' 'libnumbertext-devel' 'libnumbertext-tools' 'libnvpair1' 'libnxml-devel' 'libnxml0' 'libnxml0-32bit' 'libo2scl0' 'liboaml1' 'liboath-devel' 'liboath0' 'liboauth-devel' 'liboauth0' 'liboauth0-32bit' 'libobby-0_4-1' 'libobjc2-devel' 'libobjc4' 'libobjc4-32bit' 'libobjc4-gcc7' 'libobjc4-gcc7-32bit' 'libobjc4-gcc9' 'libobjc4-gcc9-32bit' 'libobjc4_6' 'libobrender32' 'libobt2' 'libode8' 'libodfgen-0_1-1' 'libodfgen-devel' 'libodfgen-devel-doc' 'libodp-122_0_0' 'libodraw-devel' 'libodraw-tools' 'libodraw1' 'libofa-devel' 'libofa0' 'libofa0-32bit' 'libofx' 'libofx-devel' 'libofx7' 'libogg-devel' 'libogg0' 'libogg0-32bit' 'liboggkate1' 'liboggkate1-32bit' 'liboggz-devel' 'liboggz-doc' 'liboggz2' 'liboggz2-32bit' 'libogmrip-devel' 'libogmrip1' 'libogmrip1-debuginfo' 'liboil' 'liboil-32bit' 'liboil-devel' 'liboil-doc' 'libokteta-lang' 'liboldX-devel' 'liboldX-devel-32bit' 'liboldX6' 'liboldX6-32bit' 'libolecf-devel' 'libolecf-tools' 'libolecf1' 'libolm3' 'libomp7-devel' 'libomp8-devel' 'libomp9-devel' 'libonig5' 'liboop-devel' 'liboop4' 'libopae-c1' 'libopagent1' 'libopagent1-32bit' 'libopal-devel' 'libopal3_10_10' 'libopamgt-devel' 'libopamgt0' 'libopasadb1_0_0' 'libopenCOLLADA-devel' 'libopenCOLLADA-doc' 'libopenCOLLADA-utils' 'libopenEMS0' 'libopen_amp0' 'libopenal0' 'libopenal0-32bit' 'libopenal1' 'libopenal1-32bit' 'libopenbabel5' 'libopenbabel5-32bit' 'libopenblas-gnu-hpc' 'libopenblas-gnu-hpc-devel' 'libopenblas-pthreads-gnu-hpc' 'libopenblas-pthreads-gnu-hpc-devel' 'libopenblas-pthreads_0_3_9-gnu-hpc' 'libopenblas-pthreads_0_3_9-gnu-hpc-devel' 'libopenblas_0_3_9-gnu-hpc' 'libopenblas_0_3_9-gnu-hpc-devel' 'libopenblas_openmp-devel' 'libopenblas_openmp0' 'libopenblas_pthreads-devel' 'libopenblas_pthreads0' 'libopenblas_serial-devel' 'libopenblas_serial0' 'libopencascade7' 'libopencc2' 'libopenconnect5' 'libopencore-amr-devel' 'libopencore-amrnb0' 'libopencore-amrnb0-32bit' 'libopencore-amrnb0-32bit-debuginfo' 'libopencore-amrnb0-debuginfo' 'libopencore-amrwb0' 'libopencore-amrwb0-32bit' 'libopencore-amrwb0-32bit-debuginfo' 'libopencore-amrwb0-debuginfo' 'libopencsg1' 'libopencv3_4' 'libopencv4_2' 'libopendkim10' 'libopenh264-5' 'libopenh264-5-debuginfo' 'libopenhpi4' 'libopeniscsiusr0_2_0' 'libopenjp2-7' 'libopenjp2-7-32bit' 'libopenjpeg1' 'libopenjpeg1-32bit' 'libopenlibm3' 'libopenmpi1-gnu-hpc' 'libopenmpi2-gnu-hpc' 'libopenmpi3-gnu-hpc' 'libopenmpi4-gnu-hpc' 'libopenmpi_1_10_7-gnu-hpc' 'libopenmpi_2_1_6-gnu-hpc' 'libopenmpi_3_1_6-gnu-hpc' 'libopenmpi_4_0_2-gnu-hpc' 'libopenmpt-devel' 'libopenmpt0' 'libopenmpt0-32bit' 'libopenmpt_modplug1' 'libopenmpt_modplug1-32bit' 'libopenobex2' 'libopenraw-devel' 'libopenraw1' 'libopenraw1-32bit' 'libopenscap25' 'libopenscap_sce25' 'libopenshot-audio-devel' 'libopenshot-audio7' 'libopenshot-devel' 'libopenshot19' 'libopenslide-devel' 'libopenslide0' 'libopensm9' 'libopensm9-32bit' 'libopenspecfun1' 'libopenssl-1_0_0-devel' 'libopenssl-1_0_0-devel-32bit' 'libopenssl-1_1-devel' 'libopenssl-1_1-devel-32bit' 'libopenssl-devel' 'libopenssl1_0_0' 'libopenssl1_0_0-32bit' 'libopenssl1_0_0-hmac' 'libopenssl1_0_0-hmac-32bit' 'libopenssl1_0_0-steam' 'libopenssl1_0_0-steam-32bit' 'libopenssl1_1' 'libopenssl1_1-32bit' 'libopenssl1_1-hmac' 'libopenssl_cbs_lib0' 'libopentracing-cpp1' 'libopenvas_wincmd-devel' 'libopenvas_wincmd1' 'libopenvas_wmiclient-devel' 'libopenvas_wmiclient1' 'libopenvdb7_0' 'libopenvswitch-2_12-0' 'liboping-devel' 'liboping-devel-32bit' 'liboping0' 'liboping0-32bit' 'libopts25' 'libopus-devel' 'libopus0' 'libopus0-32bit' 'libopusenc-devel' 'libopusenc0' 'libopusfile0' 'liborc-0_4-0' 'liborc-0_4-0-32bit' 'liborcania2_1' 'liborcus-0_15-0' 'liborcus-devel' 'liborcus-tools' 'liborigin-devel' 'liborigin-doc' 'liborigin-tools' 'liborigin3' 'libortp14' 'libortp14-32bit' 'libosdCPU3_4_0' 'libosinfo' 'libosinfo-1_0-0' 'libosinfo-devel' 'libosinfo-lang' 'libosip2' 'libosip2-devel' 'liboslcomp1_10' 'liboslexec1_10' 'liboslnoise1_10' 'liboslquery1_10' 'libosmcomp5' 'libosmcomp5-32bit' 'libosmgpsmap-1_0-1' 'libosmgpsmap-devel' 'libosmo-dsp-devel' 'libosmo-dsp-doc' 'libosmo-fl2k0' 'libosmo-gsup-client-devel' 'libosmo-gsup-client0' 'libosmo-mgcp-client-devel' 'libosmo-mgcp-client6' 'libosmo-mgcp-devel' 'libosmo-mtp-1_2_0' 'libosmo-mtp-devel' 'libosmo-ranap-devel' 'libosmo-ranap3' 'libosmo-rspro-devel' 'libosmo-rspro1' 'libosmo-sabp-devel' 'libosmo-sabp0' 'libosmo-sccp-1_2_0' 'libosmo-sccp-devel' 'libosmo-sigtran-devel' 'libosmo-sigtran5' 'libosmo-simtrace2-0' 'libosmo-simtrace2-devel' 'libosmo-xua-1_2_0' 'libosmo-xua-devel' 'libosmoabis-devel' 'libosmoabis6' 'libosmocodec-devel' 'libosmocodec0' 'libosmocoding-devel' 'libosmocoding0' 'libosmocore-devel' 'libosmocore-tools' 'libosmocore12' 'libosmoctrl-devel' 'libosmoctrl0' 'libosmodsp0' 'libosmogb-devel' 'libosmogb9' 'libosmogsm-devel' 'libosmogsm13' 'libosmonetif-devel' 'libosmonetif8' 'libosmosdr0' 'libosmosim-devel' 'libosmosim0' 'libosmotrau-devel' 'libosmotrau2' 'libosmousb-devel' 'libosmousb0' 'libosmovty-devel' 'libosmovty4' 'libosmvendor5' 'libosmvendor5-32bit' 'libospf0' 'libospfapiclient0' 'libossim1' 'libossp-uuid++16' 'libossp-uuid16' 'libossp-uuid_dce16' 'libostree' 'libostree-1-1' 'libostree-devel' 'libostree-grub2' 'libotb7' 'libotf' 'libotf-devel' 'libotf-devel-32bit' 'libotf0' 'libotf0-32bit' 'libotr-devel' 'libotr-tools' 'libotr5' 'libout123-0' 'libout123-0-32bit' 'libovf-glib-devel' 'libowncloudsync-devel' 'libowncloudsync0' 'libowncloudsync0-debuginfo' 'liboyranos-alpha-devel' 'liboyranos-devel' 'liboyranos0' 'liboyranos0-cups' 'liboyranos0-lraw' 'liboyranos0-monitor' 'liboyranos0-sane' 'libp11-3' 'libp11-3-32bit' 'libp11-devel' 'libp11-kit0' 'libp11-kit0-32bit' 'libp8-platform2' 'libpacemaker-devel' 'libpacemaker3' 'libpackagekit-glib2-18' 'libpackagekit-glib2-18-32bit' 'libpackagekit-glib2-devel' 'libpackagekit-glib2-devel-32bit' 'libpackagekitqt5-1' 'libpagemaker-0_0-0' 'libpagemaker-devel' 'libpagemaker-devel-doc' 'libpagemaker-tools' 'libpaho-mqtt-devel' 'libpaho-mqtt1' 'libpainter0' 'libpamtest-devel' 'libpamtest-devel-doc' 'libpamtest0' 'libpango-1_0-0' 'libpango-1_0-0-32bit' 'libpangomm-1_4-1' 'libpangomm-1_4-1-32bit' 'libpangomm-2_44-1' 'libpangomm-2_44-1-32bit' 'libpano-devel' 'libpano-utils' 'libpano13-3' 'libpaper-devel' 'libpaper-utils' 'libpaper1' 'libpapi' 'libpapi-32bit' 'libpapi-hpc' 'libpapi_6_0_0-hpc' 'libparanoia1_0' 'libparaview5_8' 'libpari-gmp-tls6' 'libparlatype-devel' 'libparlatype3' 'libparpack2-openmpi1' 'libparpack2-openmpi1-32bit' 'libparpack2-openmpi2' 'libparpack2-openmpi2-32bit' 'libparpack2-openmpi3' 'libparpack2-openmpi3-32bit' 'libparserutils-devel' 'libparserutils-doc' 'libparserutils0' 'libparted0' 'libparted0-32bit' 'libpasswdqc0' 'libpasswdqc0-32bit' 'libpath_utils-devel' 'libpath_utils-devel-32bit' 'libpath_utils1' 'libpath_utils1-32bit' 'libpcap-devel' 'libpcap-devel-32bit' 'libpcap-devel-static' 'libpcap1' 'libpcap1-32bit' 'libpcaudio0' 'libpcd-devel' 'libpcd2' 'libpci3' 'libpci3-32bit' 'libpciaccess-devel' 'libpciaccess0' 'libpciaccess0-32bit' 'libpcp-devel' 'libpcp3' 'libpcp_gui2' 'libpcp_import1' 'libpcp_mmv1' 'libpcp_trace2' 'libpcp_web1' 'libpcre1' 'libpcre1-32bit' 'libpcre16-0' 'libpcre16-0-32bit' 'libpcre2-16-0' 'libpcre2-16-0-32bit' 'libpcre2-32-0' 'libpcre2-32-0-32bit' 'libpcre2-8-0' 'libpcre2-8-0-32bit' 'libpcre2-posix2' 'libpcre2-posix2-32bit' 'libpcrecpp0' 'libpcrecpp0-32bit' 'libpcreposix0' 'libpcreposix0-32bit' 'libpcsclite1' 'libpcsclite1-32bit' 'libpcscspy0' 'libpcscspy0-32bit' 'libpeas-1_0-0' 'libpeas-demo' 'libpeas-devel' 'libpeas-gtk-1_0-0' 'libpeas-lang' 'libpeas-loader-python3' 'libpeasd-3-0' 'libpegclient1' 'libpegcommon1' 'libpegexportserver1' 'libpeglistener1' 'libperseus-sdr-devel' 'libperseus-sdr-udev' 'libperseus-sdr0' 'libpetsc-gnu-mpich-hpc' 'libpetsc-gnu-mvapich2-hpc' 'libpetsc-gnu-openmpi1-hpc' 'libpetsc-gnu-openmpi2-hpc' 'libpetsc-gnu-openmpi3-hpc' 'libpetsc3' 'libpetsc3-openmpi1' 'libpetsc3-openmpi2' 'libpetsc3-openmpi3' 'libpetsc_3_12_2-gnu-mpich-hpc' 'libpetsc_3_12_2-gnu-mvapich2-hpc' 'libpetsc_3_12_2-gnu-openmpi1-hpc' 'libpetsc_3_12_2-gnu-openmpi2-hpc' 'libpetsc_3_12_2-gnu-openmpi3-hpc' 'libpff-devel' 'libpff-tools' 'libpff1' 'libpfm-devel' 'libpfm-devel-static' 'libpfm4' 'libpfm4-32bit' 'libpfs2' 'libpgeasy-devel' 'libpgeasy3' 'libpgf-devel' 'libpgf7' 'libpgm-5_2-0' 'libpgm-5_2-0-32bit' 'libphobos2-0_87' 'libphobos2-ldc86' 'libphodav-2_0-0' 'libphonenumber-devel' 'libphonenumber8' 'libphonon4qt5' 'libphonon4qt5-32bit' 'libphysfs-devel' 'libphysfs1' 'libpinyin-data' 'libpinyin-devel' 'libpinyin-tools' 'libpinyin13' 'libpinyin13-32bit' 'libpipeline-devel' 'libpipeline1' 'libpipewire-0_3-0' 'libpisock-devel' 'libpisock9' 'libpisync-devel' 'libpisync1' 'libpixman-1-0' 'libpixman-1-0-32bit' 'libpixman-1-0-devel' 'libpkcs11-helper1' 'libpkcs11-helper1-32bit' 'libpkgconf-devel' 'libpkgconf3' 'libplacebo-devel' 'libplacebo29' 'libplank1' 'libplayerctl2' 'libplib0' 'libplist++-devel' 'libplist++3' 'libplist++3-32bit' 'libplist-devel' 'libplist3' 'libplist3-32bit' 'libplot2' 'libplotter2' 'libplplot17' 'libplplotada4' 'libplplotcxx15' 'libplplotfortran0' 'libplplotqt2' 'libplplotwxwidgets1' 'libply-boot-client5' 'libply-splash-core5' 'libply-splash-graphics5' 'libply5' 'libpmem-devel' 'libpmem1' 'libpmemblk-devel' 'libpmemblk1' 'libpmemlog-devel' 'libpmemlog1' 'libpmemobj-cpp-devel' 'libpmemobj-cpp-devel-doc' 'libpmemobj-devel' 'libpmemobj1' 'libpmempool-devel' 'libpmempool1' 'libpmi0' 'libpmix2' 'libpnetcdf1-mvapich2' 'libpnetcdf1-openmpi1' 'libpnetcdf1-openmpi2' 'libpnetcdf1-openmpi3' 'libpng12-0' 'libpng12-0-32bit' 'libpng12-compat-devel' 'libpng12-compat-devel-32bit' 'libpng12-devel' 'libpng12-devel-32bit' 'libpng16-16' 'libpng16-16-32bit' 'libpng16-compat-devel' 'libpng16-compat-devel-32bit' 'libpng16-devel' 'libpng16-devel-32bit' 'libpng16-tools' 'libpnglite0' 'libpocketsphinx1' 'libpocketsphinx3' 'libpocl2' 'libpodofo-devel' 'libpodofo0_9_6' 'libpolkit-qt5-1-1' 'libpolkit-qt5-1-1-32bit' 'libpolkit-qt5-1-devel' 'libpolkit-qt5-1-devel-32bit' 'libpolkit0' 'libpolkit0-32bit' 'libpoppler-cpp0' 'libpoppler-cpp0-32bit' 'libpoppler-devel' 'libpoppler-glib-devel' 'libpoppler-glib8' 'libpoppler-glib8-32bit' 'libpoppler-qt5-1' 'libpoppler-qt5-1-32bit' 'libpoppler-qt5-devel' 'libpoppler97' 'libpoppler97-32bit' 'libpopt0' 'libpopt0-32bit' 'libportal-devel' 'libportal0' 'libportaudio2' 'libportaudio2-32bit' 'libportaudiocpp0' 'libportmidi0' 'libpostproc53' 'libpostproc53-32bit' 'libpostproc53-32bit-debuginfo' 'libpostproc53-debuginfo' 'libpostproc54' 'libpostproc54-32bit' 'libpostproc54-32bit-debuginfo' 'libpostproc54-debuginfo' 'libpostproc55' 'libpostproc55-32bit' 'libpostproc55-32bit-debuginfo' 'libpostproc55-debuginfo' 'libpotrace0' 'libpowerman0' 'libpq5' 'libpq5-32bit' 'libpqos-devel' 'libpqos3' 'libpqxx-6_4' 'libpqxx-devel' 'libprelude-devel' 'libprelude-devel-bindings' 'libprelude-doc' 'libprelude28' 'libpreludecpp12' 'libpreludedb-devel' 'libpreludedb-devel-bindings' 'libpreludedb-doc' 'libpreludedb-mysql' 'libpreludedb-pgsql' 'libpreludedb-plugins' 'libpreludedb-sqlite' 'libpreludedb7' 'libpreludedbcpp2' 'libpresage-devel' 'libpresage-doc' 'libpresage1' 'libprimesieve-devel' 'libprimesieve9' 'libprocps8' 'libprofiler0' 'libproj13' 'libproj19' 'libprojectM3' 'libprometheus-cpp0' 'libpromises-devel' 'libpromises3' 'libprotobuf-c-devel' 'libprotobuf-c1' 'libprotobuf-lite22' 'libprotobuf-lite22-32bit' 'libprotobuf-mutator-devel' 'libprotobuf-mutator0' 'libprotobuf-nanopb0' 'libprotobuf22' 'libprotobuf22-32bit' 'libprotoc22' 'libprotoc22-32bit' 'libproxy-devel' 'libproxy-sharp' 'libproxy-tools' 'libproxy1' 'libproxy1-32bit' 'libproxy1-config-gnome3' 'libproxy1-config-gnome3-32bit' 'libproxy1-config-kde' 'libproxy1-config-kde-32bit' 'libproxy1-networkmanager' 'libproxy1-networkmanager-32bit' 'libproxy1-pacrunner-webkit' 'libproxy1-pacrunner-webkit-32bit' 'libpsiconv6' 'libpskc-devel' 'libpskc0' 'libpsl-devel' 'libpsl5' 'libpsl5-32bit' 'libpsm2-2' 'libpsm2-compat' 'libpsm2-devel' 'libpsm_infinipath1' 'libpsm_infinipath1-32bit' 'libpspell15' 'libpspell15-32bit' 'libpst' 'libpst-devel' 'libpst4' 'libpt-devel' 'libpt2_10_11' 'libpt2_10_11-plugins-avc' 'libpt2_10_11-plugins-pulse' 'libptexenc1' 'libptscotch-gnu-mpich-hpc' 'libptscotch-gnu-mvapich2-hpc' 'libptscotch-gnu-openmpi1-hpc' 'libptscotch-gnu-openmpi2-hpc' 'libptscotch-gnu-openmpi3-hpc' 'libptscotch0-mpich' 'libptscotch0-mvapich2' 'libptscotch0-openmpi1' 'libptscotch0-openmpi2' 'libptscotch0-openmpi3' 'libptscotch_6_0_9-gnu-mpich-hpc' 'libptscotch_6_0_9-gnu-mvapich2-hpc' 'libptscotch_6_0_9-gnu-openmpi1-hpc' 'libptscotch_6_0_9-gnu-openmpi2-hpc' 'libptscotch_6_0_9-gnu-openmpi3-hpc' 'libpugixml1' 'libpulse-devel' 'libpulse-devel-32bit' 'libpulse-mainloop-glib-pw0_3_2' 'libpulse-mainloop-glib0' 'libpulse-mainloop-glib0-32bit' 'libpulse-pw0_3_2' 'libpulse-simple-pw0_3_2' 'libpulse0' 'libpulse0-32bit' 'libpurple' 'libpurple-branding-openSUSE' 'libpurple-branding-upstream' 'libpurple-devel' 'libpurple-lang' 'libpurple-plugin-bot-sentry' 'libpurple-plugin-bot-sentry-lang' 'libpurple-plugin-carbons' 'libpurple-plugin-facebook' 'libpurple-plugin-gnome-keyring' 'libpurple-plugin-import-empathy' 'libpurple-plugin-libsteam' 'libpurple-plugin-lurch' 'libpurple-plugin-mattermost' 'libpurple-plugin-mrim' 'libpurple-plugin-mrim-lang' 'libpurple-plugin-pack' 'libpurple-plugin-pack-extras' 'libpurple-plugin-pack-lang' 'libpurple-plugin-prpltwtr' 'libpurple-plugin-prpltwtr-lang' 'libpurple-plugin-rocketchat' 'libpurple-plugin-sametime' 'libpurple-plugin-sipe' 'libpurple-plugin-sipe-lang' 'libpurple-plugin-skypeweb' 'libpurple-plugin-telegram' 'libpurple-plugin-telegram-lang' 'libpurple-tcl' 'libpw3270-5_2' 'libpwquality-devel' 'libpwquality-lang' 'libpwquality-tools' 'libpwquality1' 'libpythia8' 'libpythia8lhapdf6' 'libpython2_7-1_0' 'libpython2_7-1_0-32bit' 'libpython3_8-1_0' 'libpython3_8-1_0-32bit' 'libpyzy-1_0-0' 'libqalculate-devel' 'libqalculate21' 'libqb-devel' 'libqb-devel-32bit' 'libqb-tests' 'libqb-tools' 'libqb20' 'libqb20-32bit' 'libqca-qt5' 'libqca-qt5-devel' 'libqca-qt5-plugins' 'libqcow-devel' 'libqcow-tools' 'libqcow1' 'libqcustomplot2' 'libqd0' 'libqgpgme-devel' 'libqgpgme7' 'libqgpgme7-32bit' 'libqhexedit4' 'libqhull7' 'libqimageblitz5-1' 'libqimageblitz5-devel' 'libqjack-devel' 'libqjack0' 'libqjson' 'libqjson-debugsource' 'libqjson-devel' 'libqjson0' 'libqjson0-debuginfo' 'libqmatrixclient-devel' 'libqmi-devel' 'libqmi-glib5' 'libqmi-tools' 'libqmmp-devel' 'libqmmp-plugin-mplayer' 'libqmmp-plugin-mplayer-debuginfo' 'libqmmp-plugins' 'libqmmp-plugins-debuginfo' 'libqmmp1' 'libqmmp1-32bit' 'libqmmp1-32bit-debuginfo' 'libqmmp1-debuginfo' 'libqoauth2' 'libqobs-devel' 'libqobs1' 'libqobs1-debuginfo' 'libqore5' 'libqpdf26' 'libqpid-proton-cpp10' 'libqpid-proton10' 'libqqwing2' 'libqrcodegen1' 'libqrcodegencpp1' 'libqrencode4' 'libqrencode4-32bit' 'libqrupdate1' 'libqsastime0' 'libqscintilla2_qt5-15' 'libqscintilla_qt5-devel' 'libqt4' 'libqt4' 'libqt4-debuginfo' 'libqt4-debugsource' 'libqt4-devel' 'libqt4-devel-debuginfo' 'libqt4-linguist' 'libqt4-linguist-debuginfo' 'libqt4-private-headers-devel' 'libqt4-qt3support' 'libqt4-qt3support-debuginfo' 'libqt4-sql' 'libqt4-sql-debuginfo' 'libqt4-sql-sqlite' 'libqt4-sql-sqlite-debuginfo' 'libqt4-x11' 'libqt4-x11-debuginfo' 'libqt5-creator' 'libqt5-creator-plugin-devel' 'libqt5-linguist' 'libqt5-linguist-devel' 'libqt5-qdbus' 'libqt5-qt3d-devel' 'libqt5-qt3d-examples' 'libqt5-qt3d-imports' 'libqt5-qt3d-private-headers-devel' 'libqt5-qt3d-tools' 'libqt5-qtbase-common-devel' 'libqt5-qtbase-devel' 'libqt5-qtbase-examples' 'libqt5-qtbase-examples-32bit' 'libqt5-qtbase-platformtheme-gtk3' 'libqt5-qtbase-platformtheme-xdgdesktopportal' 'libqt5-qtbase-private-headers-devel' 'libqt5-qtcanvas3d' 'libqt5-qtcanvas3d-examples' 'libqt5-qtcharts-examples' 'libqt5-qtcharts-imports' 'libqt5-qtconnectivity-devel' 'libqt5-qtconnectivity-devel-32bit' 'libqt5-qtconnectivity-examples' 'libqt5-qtconnectivity-private-headers-devel' 'libqt5-qtconnectivity-tools' 'libqt5-qtdatavis3d-examples' 'libqt5-qtdatavis3d-imports' 'libqt5-qtdeclarative-devel' 'libqt5-qtdeclarative-devel-32bit' 'libqt5-qtdeclarative-examples' 'libqt5-qtdeclarative-private-headers-devel' 'libqt5-qtdeclarative-tools' 'libqt5-qtdoc' 'libqt5-qtdoc-devel' 'libqt5-qtdoc-html' 'libqt5-qtdoc-qch' 'libqt5-qtgamepad-devel' 'libqt5-qtgamepad-devel-32bit' 'libqt5-qtgamepad-examples' 'libqt5-qtgamepad-private-headers-devel' 'libqt5-qtgraphicaleffects' 'libqt5-qtimageformats' 'libqt5-qtimageformats-32bit' 'libqt5-qtimageformats-devel' 'libqt5-qtlocation-devel' 'libqt5-qtlocation-devel-32bit' 'libqt5-qtlocation-examples' 'libqt5-qtlocation-private-headers-devel' 'libqt5-qtlottie' 'libqt5-qtmultimedia-devel' 'libqt5-qtmultimedia-devel-32bit' 'libqt5-qtmultimedia-examples' 'libqt5-qtmultimedia-private-headers-devel' 'libqt5-qtnetworkauth-devel' 'libqt5-qtnetworkauth-devel-32bit' 'libqt5-qtnetworkauth-examples' 'libqt5-qtnetworkauth-private-headers-devel' 'libqt5-qtpaths' 'libqt5-qtquick3d-devel' 'libqt5-qtquick3d-examples' 'libqt5-qtquick3d-imports' 'libqt5-qtquick3d-private-headers-devel' 'libqt5-qtquick3d-tools' 'libqt5-qtquickcontrols' 'libqt5-qtquickcontrols-examples' 'libqt5-qtquickcontrols2' 'libqt5-qtquickcontrols2-examples' 'libqt5-qtquickcontrols2-private-headers-devel' 'libqt5-qtquicktimeline' 'libqt5-qtremoteobjects-devel' 'libqt5-qtremoteobjects-devel-32bit' 'libqt5-qtremoteobjects-examples' 'libqt5-qtremoteobjects-private-headers-devel' 'libqt5-qtremoteobjects-tools' 'libqt5-qtscript-devel' 'libqt5-qtscript-devel-32bit' 'libqt5-qtscript-examples' 'libqt5-qtscript-private-headers-devel' 'libqt5-qtscxml-devel' 'libqt5-qtscxml-devel-32bit' 'libqt5-qtscxml-examples' 'libqt5-qtscxml-private-headers-devel' 'libqt5-qtscxml-tools' 'libqt5-qtsensors-devel' 'libqt5-qtsensors-devel-32bit' 'libqt5-qtsensors-examples' 'libqt5-qtsensors-private-headers-devel' 'libqt5-qtserialbus' 'libqt5-qtserialbus-32bit' 'libqt5-qtserialbus-devel' 'libqt5-qtserialbus-devel-32bit' 'libqt5-qtserialbus-examples' 'libqt5-qtserialbus-private-headers-devel' 'libqt5-qtserialport-devel' 'libqt5-qtserialport-devel-32bit' 'libqt5-qtserialport-examples' 'libqt5-qtserialport-private-headers-devel' 'libqt5-qtspeech-devel' 'libqt5-qtspeech-devel-32bit' 'libqt5-qtspeech-examples' 'libqt5-qtspeech-plugin-speechd' 'libqt5-qtspeech-plugin-speechd-32bit' 'libqt5-qtstyleplugins' 'libqt5-qtstyleplugins-devel' 'libqt5-qtstyleplugins-platformtheme-gtk2' 'libqt5-qtsvg-devel' 'libqt5-qtsvg-devel-32bit' 'libqt5-qtsvg-examples' 'libqt5-qtsvg-private-headers-devel' 'libqt5-qttools' 'libqt5-qttools-32bit' 'libqt5-qttools-devel' 'libqt5-qttools-devel-32bit' 'libqt5-qttools-doc' 'libqt5-qttools-example-plugins' 'libqt5-qttools-examples' 'libqt5-qttools-private-headers-devel' 'libqt5-qttools-qhelpgenerator' 'libqt5-qttranslations' 'libqt5-qtvirtualkeyboard' 'libqt5-qtvirtualkeyboard-devel' 'libqt5-qtvirtualkeyboard-examples' 'libqt5-qtvirtualkeyboard-hunspell' 'libqt5-qtvirtualkeyboard-private-headers-devel' 'libqt5-qtwayland' 'libqt5-qtwayland-32bit' 'libqt5-qtwayland-devel' 'libqt5-qtwayland-devel-32bit' 'libqt5-qtwayland-examples' 'libqt5-qtwayland-private-headers-devel' 'libqt5-qtwebchannel-devel' 'libqt5-qtwebchannel-devel-32bit' 'libqt5-qtwebchannel-examples' 'libqt5-qtwebchannel-private-headers-devel' 'libqt5-qtwebengine' 'libqt5-qtwebengine-32bit' 'libqt5-qtwebengine-devel' 'libqt5-qtwebengine-devel-32bit' 'libqt5-qtwebengine-examples' 'libqt5-qtwebengine-private-headers-devel' 'libqt5-qtwebsockets-devel' 'libqt5-qtwebsockets-devel-32bit' 'libqt5-qtwebsockets-examples' 'libqt5-qtwebsockets-private-headers-devel' 'libqt5-qtwebview-devel' 'libqt5-qtwebview-examples' 'libqt5-qtwebview-private-headers-devel' 'libqt5-qtx11extras-devel' 'libqt5-qtx11extras-devel-32bit' 'libqt5-qtxmlpatterns-devel' 'libqt5-qtxmlpatterns-devel-32bit' 'libqt5-qtxmlpatterns-examples' 'libqt5-qtxmlpatterns-imports' 'libqt5-qtxmlpatterns-imports-32bit' 'libqt5-qtxmlpatterns-private-headers-devel' 'libqt5keychain1' 'libqt5keychain1-32bit' 'libqt5keychain1-lang' 'libqt5xdg-devel' 'libqtcurve-cairo1' 'libqtcurve-cairo1-32bit' 'libqtcurve-cairo1-32bit-debuginfo' 'libqtcurve-cairo1-debuginfo' 'libqtcurve-utils2' 'libqtcurve-utils2-32bit' 'libqtcurve-utils2-32bit-debuginfo' 'libqtcurve-utils2-debuginfo' 'libqtermwidget5-0' 'libquadmath0' 'libquadmath0-32bit' 'libquadmath0-gcc7' 'libquadmath0-gcc7-32bit' 'libquadmath0-gcc9' 'libquadmath0-gcc9-32bit' 'libquagga_pb0' 'libquazip5-1' 'libquicktime' 'libquicktime' 'libquicktime-32bit' 'libquicktime-32bit-debuginfo' 'libquicktime-debuginfo' 'libquicktime-debugsource' 'libquicktime-devel' 'libquicktime-lang' 'libquicktime-orig-addon' 'libquicktime-orig-addon-32bit' 'libquicktime-orig-addon-32bit-debuginfo' 'libquicktime-orig-addon-debuginfo' 'libquicktime-tools' 'libquicktime-tools-debuginfo' 'libquicktime0' 'libquicktime0-32bit' 'libquicktime0-32bit-debuginfo' 'libquicktime0-debuginfo' 'libquo-devel' 'libquo6' 'libquorum5' 'libquorum5-32bit' 'libquvi-0_9-0_9_4' 'libquvi-devel' 'libquvi-scripts' 'libquvi-scripts-devel' 'libquvi-scripts-nsfw' 'libqwt5-qt5-5' 'libqwt6' 'libqwtplot3d-qt5-0' 'libqxmledit0' 'libqxmledit0-32bit' 'libqxmpp-devel' 'libqxmpp-doc' 'libqxmpp2' 'libqxmpp2-32bit' 'libqxp-0_0-0' 'libqxp-devel' 'libqxp-doc' 'libqxp-tools' 'libqxtglobalshortcut0' 'libradcli4' 'librados-devel' 'librados2' 'libradospp-devel' 'libradosstriper-devel' 'libradosstriper1' 'libraft0' 'libragel0' 'librapi2' 'librapi2' 'librapi2-debuginfo' 'librapi2-debugsource' 'librapi2-devel' 'libraptor-devel' 'libraptor2-0' 'libraptor2-0-32bit' 'libraqm-devel' 'libraqm-doc' 'libraqm0' 'librasqal-devel' 'librasqal-devel-doc' 'librasqal3' 'librasqal3-32bit' 'libratbag-devel' 'libratbag-tools' 'librav1e0' 'libraw-devel' 'libraw-devel-static' 'libraw-tools' 'libraw1394-11' 'libraw1394-11-32bit' 'libraw1394-devel' 'libraw1394-devel-32bit' 'libraw1394-tools' 'libraw19' 'libraylib2' 'librbd-devel' 'librbd1' 'librbio2' 'librbl1' 'librcc-devel' 'librcc0' 'librcc0-32bit' 'librcd-devel' 'librcd0' 'librcd0-32bit' 'librdf0' 'librdf0-32bit' 'librdkafka-devel' 'librdkafka1' 'librdmacm-utils' 'librdmacm1' 'librdmacm1-32bit' 'libre2-6' 'libre2-6-32bit' 'libreadline-java' 'libreadline-java-32bit' 'libreadline-java-javadoc' 'libreadline5' 'libreadline5-32bit' 'libreadline6' 'libreadline6-32bit' 'libreadline8' 'libreadline8-32bit' 'librealsense' 'librealsense-devel' 'librealsense-examples' 'librealsense2' 'librecad' 'librecad-parts' 'librecode0' 'libredland-devel' 'libredwg-devel' 'libredwg-tools' 'libredwg0' 'libref_array-devel' 'libref_array-devel-32bit' 'libref_array1' 'libref_array1-32bit' 'libregf-devel' 'libregf-tools' 'libregf1' 'libregina3' 'libreiser4-2_0-0' 'libreiser4-minimal-2_0-0' 'libreiserfs-0_3-0' 'libreiserfs-0_3-0-32bit' 'libreiserfs-devel' 'libreiserfs-devel-32bit' 'libreiserfs-progs' 'libreiserfscore-devel' 'libreiserfscore0' 'librelp-devel' 'librelp0' 'libreoffice' 'libreoffice-base' 'libreoffice-base-drivers-firebird' 'libreoffice-base-drivers-postgresql' 'libreoffice-branding-openSUSE' 'libreoffice-branding-upstream' 'libreoffice-calc' 'libreoffice-calc-extensions' 'libreoffice-draw' 'libreoffice-filters-optional' 'libreoffice-gdb-pretty-printers' 'libreoffice-glade' 'libreoffice-gnome' 'libreoffice-gtk3' 'libreoffice-icon-themes' 'libreoffice-impress' 'libreoffice-l10n-af' 'libreoffice-l10n-am' 'libreoffice-l10n-ar' 'libreoffice-l10n-as' 'libreoffice-l10n-ast' 'libreoffice-l10n-be' 'libreoffice-l10n-bg' 'libreoffice-l10n-bn' 'libreoffice-l10n-bn_IN' 'libreoffice-l10n-bo' 'libreoffice-l10n-br' 'libreoffice-l10n-brx' 'libreoffice-l10n-bs' 'libreoffice-l10n-ca' 'libreoffice-l10n-ca_valencia' 'libreoffice-l10n-cs' 'libreoffice-l10n-cy' 'libreoffice-l10n-da' 'libreoffice-l10n-de' 'libreoffice-l10n-dgo' 'libreoffice-l10n-dsb' 'libreoffice-l10n-dz' 'libreoffice-l10n-el' 'libreoffice-l10n-en' 'libreoffice-l10n-en_GB' 'libreoffice-l10n-en_ZA' 'libreoffice-l10n-eo' 'libreoffice-l10n-es' 'libreoffice-l10n-et' 'libreoffice-l10n-eu' 'libreoffice-l10n-fa' 'libreoffice-l10n-fi' 'libreoffice-l10n-fr' 'libreoffice-l10n-fy' 'libreoffice-l10n-ga' 'libreoffice-l10n-gd' 'libreoffice-l10n-gl' 'libreoffice-l10n-gu' 'libreoffice-l10n-gug' 'libreoffice-l10n-he' 'libreoffice-l10n-hi' 'libreoffice-l10n-hr' 'libreoffice-l10n-hsb' 'libreoffice-l10n-hu' 'libreoffice-l10n-id' 'libreoffice-l10n-is' 'libreoffice-l10n-it' 'libreoffice-l10n-ja' 'libreoffice-l10n-ka' 'libreoffice-l10n-kab' 'libreoffice-l10n-kk' 'libreoffice-l10n-km' 'libreoffice-l10n-kmr_Latn' 'libreoffice-l10n-kn' 'libreoffice-l10n-ko' 'libreoffice-l10n-kok' 'libreoffice-l10n-ks' 'libreoffice-l10n-lb' 'libreoffice-l10n-lo' 'libreoffice-l10n-lt' 'libreoffice-l10n-lv' 'libreoffice-l10n-mai' 'libreoffice-l10n-mk' 'libreoffice-l10n-ml' 'libreoffice-l10n-mn' 'libreoffice-l10n-mni' 'libreoffice-l10n-mr' 'libreoffice-l10n-my' 'libreoffice-l10n-nb' 'libreoffice-l10n-ne' 'libreoffice-l10n-nl' 'libreoffice-l10n-nn' 'libreoffice-l10n-nr' 'libreoffice-l10n-nso' 'libreoffice-l10n-oc' 'libreoffice-l10n-om' 'libreoffice-l10n-or' 'libreoffice-l10n-pa' 'libreoffice-l10n-pl' 'libreoffice-l10n-pt_BR' 'libreoffice-l10n-pt_PT' 'libreoffice-l10n-ro' 'libreoffice-l10n-ru' 'libreoffice-l10n-rw' 'libreoffice-l10n-sa_IN' 'libreoffice-l10n-sat' 'libreoffice-l10n-sd' 'libreoffice-l10n-si' 'libreoffice-l10n-sid' 'libreoffice-l10n-sk' 'libreoffice-l10n-sl' 'libreoffice-l10n-sq' 'libreoffice-l10n-sr' 'libreoffice-l10n-ss' 'libreoffice-l10n-st' 'libreoffice-l10n-sv' 'libreoffice-l10n-sw_TZ' 'libreoffice-l10n-szl' 'libreoffice-l10n-ta' 'libreoffice-l10n-te' 'libreoffice-l10n-tg' 'libreoffice-l10n-th' 'libreoffice-l10n-tn' 'libreoffice-l10n-tr' 'libreoffice-l10n-ts' 'libreoffice-l10n-tt' 'libreoffice-l10n-ug' 'libreoffice-l10n-uk' 'libreoffice-l10n-uz' 'libreoffice-l10n-ve' 'libreoffice-l10n-vec' 'libreoffice-l10n-vi' 'libreoffice-l10n-xh' 'libreoffice-l10n-zh_CN' 'libreoffice-l10n-zh_TW' 'libreoffice-l10n-zu' 'libreoffice-librelogo' 'libreoffice-mailmerge' 'libreoffice-math' 'libreoffice-officebean' 'libreoffice-pyuno' 'libreoffice-qt5' 'libreoffice-sdk' 'libreoffice-sdk-doc' 'libreoffice-share-linker' 'libreoffice-voikko' 'libreoffice-writer' 'libreoffice-writer-extensions' 'libreofficekit' 'libreofficekit-devel' 'librep' 'librep-devel' 'librep16' 'librepair-2_0-0' 'libreplaygain-devel' 'libreplaygain1' 'librepo-devel' 'librepo0' 'librepository' 'librepository-javadoc' 'librepute1' 'libressl' 'libressl-devel' 'libressl-devel-32bit' 'libressl-devel-doc' 'librest-0_7-0' 'librest-0_7-0-32bit' 'librest-devel' 'libretro-2048' 'libretro-3dengine' 'libretro-4do' 'libretro-4do' 'libretro-4do-debuginfo' 'libretro-4do-debugsource' 'libretro-81' 'libretro-atari800' 'libretro-beetle-gba' 'libretro-beetle-lynx' 'libretro-beetle-ngp' 'libretro-beetle-pce-fast' 'libretro-beetle-pcfx' 'libretro-beetle-psx' 'libretro-beetle-psx-hw' 'libretro-beetle-saturn' 'libretro-beetle-supergrafx' 'libretro-beetle-vb' 'libretro-beetle-wswan' 'libretro-blastem' 'libretro-bluemsx' 'libretro-bsnes' 'libretro-cap32' 'libretro-core-info' 'libretro-craft' 'libretro-crocods' 'libretro-database' 'libretro-desmume' 'libretro-dolphin' 'libretro-dosbox' 'libretro-easyrpg' 'libretro-fceumm' 'libretro-ffmpeg' 'libretro-flycast' 'libretro-freechaf' 'libretro-freeintv' 'libretro-fuse' 'libretro-gambatte' 'libretro-gtk-0_14-0' 'libretro-handy' 'libretro-mame' 'libretro-mame2000' 'libretro-mame2000' 'libretro-mame2000-debuginfo' 'libretro-mame2000-debugsource' 'libretro-mame2003' 'libretro-mame2003' 'libretro-mame2003-debuginfo' 'libretro-mame2003-debugsource' 'libretro-mame2003-plus' 'libretro-mame2003-plus' 'libretro-mame2003-plus-debuginfo' 'libretro-mame2003-plus-debugsource' 'libretro-mgba' 'libretro-nestopia' 'libretro-parallel-n64' 'libretro-pcsx-rearmed' 'libretro-picodrive' 'libretro-picodrive' 'libretro-picodrive-debuginfo' 'libretro-picodrive-debugsource' 'libretro-play' 'libretro-ppsspp' 'libretro-prosystem' 'libretro-stella' 'libretro-virtualjaguar' 'libretro-yabause' 'librevenge-0_0-0' 'librevenge-devel' 'librevenge-doc' 'librevenge-generators-0_0-0' 'librevenge-stream-0_0-0' 'librfxencode0' 'librgw-devel' 'librgw2' 'librhash0' 'librime-devel' 'librime1' 'librime1-32bit' 'librk0' 'librlog-devel' 'librlog5' 'librlog5-doc' 'librmt-devel-doc' 'librmt1_0' 'libroar2' 'libroar2-debuginfo' 'librocsgraphtheory0' 'librpmbuild9' 'librpmem-devel' 'librpmem1' 'librrd8' 'librsb-devel' 'librsb0' 'librscg1_0' 'librsound-devel' 'librsound3' 'librsound3-32bit' 'librsound3-32bit-debuginfo' 'librsound3-debuginfo' 'librsvg-2-2' 'librsvg-2-2-32bit' 'librsvg-devel' 'librsvg-lang' 'librsync-devel' 'librsync2' 'librtaudio6' 'librtlsdr0' 'librtmidi5' 'librtmp-devel' 'librtmp1' 'librtmp1-32bit' 'librtmp1-32bit-debuginfo' 'librtmp1-debuginfo' 'librtr0' 'librttr_core0_9_6' 'librubberband-devel' 'librubberband2' 'librubberband2-32bit' 'libruby2_6-2_6' 'librvngabw-0_0-0' 'librvngabw-devel' 'librvngabw-devel-doc' 'librxtx2' 'librygel-core-2_6-2' 'librygel-db-2_6-2' 'librygel-renderer-2_6-2' 'librygel-renderer-gst-2_6-2' 'librygel-ruih-2_0-1' 'librygel-server-2_6-2' 'libs3-4' 'libs3-devel' 'libs3-tools' 'libsam4' 'libsam4-32bit' 'libsamba-credentials-devel' 'libsamba-credentials0' 'libsamba-credentials0-32bit' 'libsamba-errors-devel' 'libsamba-errors0' 'libsamba-errors0-32bit' 'libsamba-hostconfig-devel' 'libsamba-hostconfig0' 'libsamba-hostconfig0-32bit' 'libsamba-passdb-devel' 'libsamba-passdb0' 'libsamba-passdb0-32bit' 'libsamba-policy-devel' 'libsamba-policy-python3-devel' 'libsamba-policy0-python3' 'libsamba-policy0-python3-32bit' 'libsamba-util-devel' 'libsamba-util0' 'libsamba-util0-32bit' 'libsamdb-devel' 'libsamdb0' 'libsamdb0-32bit' 'libsaml-devel' 'libsaml10' 'libsamplerate-devel' 'libsamplerate-progs' 'libsamplerate0' 'libsamplerate0-32bit' 'libsane1' 'libsane1-32bit' 'libsanlock1' 'libsasl2-3' 'libsasl2-3-32bit' 'libsass-3_6_1-1' 'libsass-devel' 'libsbc1' 'libsbc1-32bit' 'libsblim-cmpiutil1' 'libscalapack2-gnu-mpich-hpc' 'libscalapack2-gnu-mpich-hpc-devel' 'libscalapack2-gnu-mvapich2-hpc' 'libscalapack2-gnu-mvapich2-hpc-devel' 'libscalapack2-gnu-openmpi1-hpc' 'libscalapack2-gnu-openmpi1-hpc-devel' 'libscalapack2-gnu-openmpi2-hpc' 'libscalapack2-gnu-openmpi2-hpc-devel' 'libscalapack2-gnu-openmpi3-hpc' 'libscalapack2-gnu-openmpi3-hpc-devel' 'libscalapack2-mvapich2' 'libscalapack2-mvapich2-32bit' 'libscalapack2-mvapich2-devel' 'libscalapack2-mvapich2-devel-32bit' 'libscalapack2-mvapich2-devel-static' 'libscalapack2-openmpi1' 'libscalapack2-openmpi1-32bit' 'libscalapack2-openmpi1-devel' 'libscalapack2-openmpi1-devel-32bit' 'libscalapack2-openmpi1-devel-static' 'libscalapack2-openmpi2' 'libscalapack2-openmpi2-32bit' 'libscalapack2-openmpi2-devel' 'libscalapack2-openmpi2-devel-32bit' 'libscalapack2-openmpi2-devel-static' 'libscalapack2-openmpi3' 'libscalapack2-openmpi3-32bit' 'libscalapack2-openmpi3-devel' 'libscalapack2-openmpi3-devel-32bit' 'libscalapack2-openmpi3-devel-static' 'libscalapack2_2_1_0-gnu-mpich-hpc' 'libscalapack2_2_1_0-gnu-mpich-hpc-devel' 'libscalapack2_2_1_0-gnu-mpich-hpc-devel-static' 'libscalapack2_2_1_0-gnu-mvapich2-hpc' 'libscalapack2_2_1_0-gnu-mvapich2-hpc-devel' 'libscalapack2_2_1_0-gnu-mvapich2-hpc-devel-static' 'libscalapack2_2_1_0-gnu-openmpi1-hpc' 'libscalapack2_2_1_0-gnu-openmpi1-hpc-devel' 'libscalapack2_2_1_0-gnu-openmpi1-hpc-devel-static' 'libscalapack2_2_1_0-gnu-openmpi2-hpc' 'libscalapack2_2_1_0-gnu-openmpi2-hpc-devel' 'libscalapack2_2_1_0-gnu-openmpi2-hpc-devel-static' 'libscalapack2_2_1_0-gnu-openmpi3-hpc' 'libscalapack2_2_1_0-gnu-openmpi3-hpc-devel' 'libscalapack2_2_1_0-gnu-openmpi3-hpc-devel-static' 'libscamperfile-devel' 'libscamperfile0' 'libscca-devel' 'libscca-tools' 'libscca1' 'libscg-devel' 'libscg1_0' 'libscgcmd1_0' 'libschily-devel' 'libschily-devel-doc' 'libschily2_0' 'libschroedinger-1_0-0' 'libschroedinger-1_0-0-32bit' 'libscilab6' 'libscintilla-devel' 'libscintilla3' 'libscotch0' 'libseafile0' 'libsearpc-devel' 'libsearpc1' 'libseccomp-devel' 'libseccomp-tools' 'libseccomp2' 'libseccomp2-32bit' 'libsecprog-devel' 'libsecprog0' 'libsecret-1-0' 'libsecret-1-0-32bit' 'libsecret-devel' 'libsecret-lang' 'libsecret-tools' 'libselinux-devel' 'libselinux-devel-static' 'libselinux1' 'libselinux1-32bit' 'libsemanage-devel' 'libsemanage-devel-static' 'libsemanage-migrate-store' 'libsemanage1' 'libsemanage1-32bit' 'libsensors4' 'libsensors4-32bit' 'libsensors4-devel' 'libsepol-devel' 'libsepol-devel-static' 'libsepol-utils' 'libsepol1' 'libsepol1-32bit' 'libserd-0-0' 'libserd-0-0-32bit' 'libserf-1-1' 'libserf-devel' 'libserialdv1' 'libserializer' 'libserializer-javadoc' 'libserialport-devel' 'libserialport0' 'libsfcUtil0' 'libsfml2-2_5' 'libsfml2-2_5-32bit' 'libsfst-hfst0' 'libsgutils-devel' 'libsgutils2-1_45-2' 'libsha1detectcoll-devel' 'libsha1detectcoll1' 'libshaderc_shared1' 'libshadowdive0_0_0-suse' 'libshadowsocks-libev2' 'libshairplay0' 'libshairplay0-debuginfo' 'libshibsp-lite8' 'libshibsp8' 'libshine-devel' 'libshine3' 'libshout-devel' 'libshout-idjc' 'libshout-idjc-debugsource' 'libshout-idjc-devel' 'libshout-idjc-devel-32bit' 'libshout-idjc3' 'libshout-idjc3-32bit' 'libshout-idjc3-32bit-debuginfo' 'libshout-idjc3-debuginfo' 'libshout3' 'libshout3-32bit' 'libshp-devel' 'libshp2' 'libsidplayfp-devel' 'libsidplayfp4' 'libsigc++2-devel' 'libsigc++3-devel' 'libsigc-2_0-0' 'libsigc-2_0-0-32bit' 'libsigc-3_0-0' 'libsigc-3_0-0-32bit' 'libsignal-protocol-c-devel' 'libsignal-protocol-c2' 'libsignon-glib-devel' 'libsignon-glib2' 'libsignon-qt5-1' 'libsignon-qt5-1-32bit' 'libsignon-qt5-devel' 'libsignon-qt5-docs' 'libsigrok-data' 'libsigrok-devel' 'libsigrok4' 'libsigrok4DSL-devel' 'libsigrok4DSL1' 'libsigrokcxx4' 'libsigrokdecode-devel' 'libsigrokdecode4' 'libsigscan-devel' 'libsigscan-tools' 'libsigscan1' 'libsigsegv-devel' 'libsigsegv-doc' 'libsigsegv2' 'libsispmctl0' 'libskk-devel' 'libskk0' 'libskk0-32bit' 'libslang2' 'libslang2-32bit' 'libslopy7_4' 'libslp1' 'libslurm35' 'libsmartcols-devel' 'libsmartcols-devel-static' 'libsmartcols1' 'libsmbclient-devel' 'libsmbclient0' 'libsmbclient0-32bit' 'libsmbconf-devel' 'libsmbconf0' 'libsmbconf0-32bit' 'libsmbios-devel' 'libsmbios-lang' 'libsmbios_c2' 'libsmbldap-devel' 'libsmbldap2' 'libsmbldap2-32bit' 'libsmdev-devel' 'libsmdev-tools' 'libsmdev1' 'libsmi' 'libsmi-devel' 'libsmi2' 'libsmpp34-1' 'libsmpp34-devel' 'libsmputils-devel' 'libsmputils1-1' 'libsmraw-devel' 'libsmraw-tools' 'libsmraw1' 'libsnapper-devel' 'libsnapper5' 'libsnappy1' 'libsnappy1-32bit' 'libsndfile-devel' 'libsndfile-progs' 'libsndfile1' 'libsndfile1-32bit' 'libsndio7_0' 'libsnmp30' 'libsnmp30-32bit' 'libsoc-common' 'libsoc-devel' 'libsoc2' 'libsocketcan-devel' 'libsocketcan2' 'libsocketxx1_2' 'libsocks0' 'libsocks0-32bit' 'libsodium-devel' 'libsodium23' 'libsodium23-32bit' 'libsofia-sip-ua-glib3' 'libsofia-sip-ua0' 'libsoftokn3' 'libsoftokn3-32bit' 'libsoftokn3-hmac' 'libsoftokn3-hmac-32bit' 'libsolarus-gui1' 'libsolarus1' 'libsolv-demo' 'libsolv-devel' 'libsolv-tools' 'libsord-0-0' 'libsord-0-0-32bit' 'libsoundio-devel' 'libsoundio1' 'libsoundio1-debuginfo' 'libsoup-2_4-1' 'libsoup-2_4-1-32bit' 'libsoup-devel' 'libsoup-devel-32bit' 'libsoup-lang' 'libsource-highlight-devel' 'libsource-highlight4' 'libsource-highlight4-32bit' 'libsox3' 'libsox3-debuginfo' 'libsoxr-lsr0' 'libsoxr-lsr0-32bit' 'libsoxr0' 'libsoxr0-32bit' 'libspandsp2' 'libspandsp2-32bit' 'libspatialindex4' 'libspatialite-devel' 'libspatialite7' 'libspdlog1' 'libspdylay7' 'libspectre-devel' 'libspectre1' 'libspeechd-devel' 'libspeechd2' 'libspeechd2-32bit' 'libspeex1' 'libspeex1-32bit' 'libspeexdsp1' 'libspeexdsp1-32bit' 'libspf2-2' 'libspf2-devel' 'libspf2-tools' 'libsphinxbase1' 'libsphinxbase3' 'libsphinxclient-0_0_1' 'libsphinxclient-devel' 'libspice-client-glib-2_0-8' 'libspice-client-glib-helper' 'libspice-client-gtk-3_0-5' 'libspice-server-devel' 'libspice-server1' 'libspiro-devel' 'libspiro1' 'libspirv-cross-c-shared-devel' 'libspirv-cross-c-shared0' 'libsplinter-3-0' 'libspnav-devel' 'libspnav0' 'libspqr2' 'libspread-sheet-widget0' 'libsqlcipher-3_28_0-0' 'libsqlite3-0' 'libsqlite3-0-32bit' 'libsqlparser1' 'libsratom-0-0' 'libsratom-0-0-32bit' 'libsrecord0' 'libsrt1' 'libsrt1-32bit' 'libsrtp-devel' 'libsrtp1' 'libsrtp1-32bit' 'libsrtp2-1' 'libsrtp2-1-32bit' 'libsrtp2-devel' 'libssh-config' 'libssh-devel' 'libssh2-1' 'libssh2-1-32bit' 'libssh2-devel' 'libssh4' 'libssh4-32bit' 'libssl47' 'libssl47-32bit' 'libssr-glinject' 'libssr-glinject-32bit' 'libsss_certmap-devel' 'libsss_certmap0' 'libsss_idmap-devel' 'libsss_idmap0' 'libsss_nss_idmap-devel' 'libsss_nss_idmap0' 'libsss_simpleifp-devel' 'libsss_simpleifp0' 'libstaroffice-0_0-0' 'libstaroffice-devel' 'libstaroffice-devel-doc' 'libstaroffice-tools' 'libstartup-notification-1-0' 'libstartup-notification-1-0-32bit' 'libstatgrab-devel' 'libstatgrab-devel-32bit' 'libstatgrab10' 'libstatgrab10-32bit' 'libstdc++-devel' 'libstdc++-devel-32bit' 'libstdc++6' 'libstdc++6-32bit' 'libstdc++6-devel-gcc10' 'libstdc++6-devel-gcc10-32bit' 'libstdc++6-devel-gcc7' 'libstdc++6-devel-gcc7-32bit' 'libstdc++6-devel-gcc9' 'libstdc++6-devel-gcc9-32bit' 'libstdc++6-gcc6-doc' 'libstdc++6-gcc7' 'libstdc++6-gcc7-32bit' 'libstdc++6-gcc7-locale' 'libstdc++6-gcc9' 'libstdc++6-gcc9-32bit' 'libstdc++6-gcc9-locale' 'libstdc++6-locale' 'libstdc++6-pp-gcc10' 'libstdc++6-pp-gcc10-32bit' 'libstdc++6-pp-gcc9' 'libstdc++6-pp-gcc9-32bit' 'libstfl-devel' 'libstfl0' 'libstilview-devel' 'libstilview0' 'libstk-devel' 'libstk4' 'libstlink-shared1' 'libstoken1' 'libstorage-ng-devel' 'libstorage-ng-integration-tests' 'libstorage-ng-lang' 'libstorage-ng-python3' 'libstorage-ng-ruby' 'libstorage-ng-utils' 'libstorage-ng1' 'libstoragemgmt' 'libstoragemgmt-arcconf-plugin' 'libstoragemgmt-devel' 'libstoragemgmt-hpsa-plugin' 'libstoragemgmt-local-plugin' 'libstoragemgmt-megaraid-plugin' 'libstoragemgmt-netapp-plugin' 'libstoragemgmt-nfs-plugin' 'libstoragemgmt-nfs-plugin-clibs' 'libstoragemgmt-nstor-plugin' 'libstoragemgmt-smis-plugin' 'libstoragemgmt-targetd-plugin' 'libstoragemgmt-udev' 'libstoragemgmt1' 'libstp2_3' 'libstroke' 'libstroke-devel' 'libstrophe-devel' 'libstrophe0' 'libsubtitleeditor-devel' 'libsubtitleeditor0' 'libsubunit0' 'libsuil-0-0' 'libsuitesparseconfig5' 'libsundials3' 'libsundials3-mvapich2' 'libsundials3-openmpi1' 'libsundials3-openmpi2' 'libsundials3-openmpi3' 'libsundials_arkode4' 'libsundials_arkode4-mvapich2' 'libsundials_arkode4-openmpi1' 'libsundials_arkode4-openmpi2' 'libsundials_arkode4-openmpi3' 'libsundials_cvode5' 'libsundials_cvode5-mvapich2' 'libsundials_cvode5-openmpi1' 'libsundials_cvode5-openmpi2' 'libsundials_cvode5-openmpi3' 'libsundials_cvodes5' 'libsundials_cvodes5-mvapich2' 'libsundials_cvodes5-openmpi1' 'libsundials_cvodes5-openmpi2' 'libsundials_cvodes5-openmpi3' 'libsundials_ida5' 'libsundials_ida5-mvapich2' 'libsundials_ida5-openmpi1' 'libsundials_ida5-openmpi2' 'libsundials_ida5-openmpi3' 'libsundials_idas4' 'libsundials_idas4-mvapich2' 'libsundials_idas4-openmpi1' 'libsundials_idas4-openmpi2' 'libsundials_idas4-openmpi3' 'libsundials_kinsol5' 'libsundials_kinsol5-mvapich2' 'libsundials_kinsol5-openmpi1' 'libsundials_kinsol5-openmpi2' 'libsundials_kinsol5-openmpi3' 'libsundials_nvec5' 'libsundials_nvec5-mvapich2' 'libsundials_nvec5-openmpi1' 'libsundials_nvec5-openmpi2' 'libsundials_nvec5-openmpi3' 'libsunpinyin3' 'libsuperlu-gnu-hpc' 'libsuperlu5' 'libsuperlu5-32bit' 'libsuperlu_5_2_1-gnu-hpc' 'libsvm-devel' 'libsvm-java' 'libsvm2' 'libsvn_auth_gnome_keyring-1-0' 'libsvn_auth_kwallet-1-0' 'libsvrcore0' 'libswitchboard-2_0-0' 'libsword-1_8_1' 'libswresample1' 'libswresample1-32bit' 'libswresample1-32bit-debuginfo' 'libswresample1-debuginfo' 'libswresample2' 'libswresample2-32bit' 'libswresample2-32bit-debuginfo' 'libswresample2-debuginfo' 'libswresample3' 'libswresample3-32bit' 'libswresample3-32bit-debuginfo' 'libswresample3-debuginfo' 'libswscale3' 'libswscale3-32bit' 'libswscale3-32bit-debuginfo' 'libswscale3-debuginfo' 'libswscale4' 'libswscale4-32bit' 'libswscale4-32bit-debuginfo' 'libswscale4-debuginfo' 'libswscale5' 'libswscale5-32bit' 'libswscale5-32bit-debuginfo' 'libswscale5-debuginfo' 'libsybdb5' 'libsympol0_1' 'libsymspg1' 'libsynce-devel' 'libsynce0' 'libsynctex2' 'libsynfig0' 'libsynfig0-debuginfo' 'libsynfigapp0' 'libsynfigapp0-debuginfo' 'libsysstat-qt5-0' 'libsysstat-qt5-devel' 'libsystemd0' 'libsystemd0-32bit' 'libsz2' 'libsz2-32bit' 'libt3config-devel' 'libt3config0' 'libt3highlight-devel' 'libt3highlight-utils' 'libt3highlight2' 'libt3key-devel' 'libt3key-utils' 'libt3key1' 'libt3widget-devel' 'libt3widget2' 'libt3window-devel' 'libt3window0' 'libtachyon-0_99b6' 'libtachyon-devel' 'libtag-devel' 'libtag-doc' 'libtag-extras1' 'libtag-extras1-debuginfo' 'libtag1' 'libtag1-32bit' 'libtag_c0' 'libtag_c0-32bit' 'libtaginfo-devel' 'libtaginfo1' 'libtaginfo1-32bit' 'libtalloc-devel' 'libtalloc2' 'libtalloc2-32bit' 'libtar' 'libtar-devel' 'libtar1' 'libtasn1' 'libtasn1-6' 'libtasn1-6-32bit' 'libtasn1-devel' 'libtasn1-devel-32bit' 'libtbb2' 'libtbbmalloc2' 'libtcmalloc4' 'libtcmu2' 'libtcnative-1-0' 'libtcnative-1-0-devel' 'libtdb-devel' 'libtdb1' 'libtdb1-32bit' 'libtdsodbc0' 'libteam-devel' 'libteam-tools' 'libteam5' 'libteamdctl0' 'libtecla_r1' 'libteec1' 'libtelegram-qt5-0_1' 'libtelegram-qt5-0_1-debuginfo' 'libtelepathy-farstream3' 'libtelepathy-farstream3-32bit' 'libtelepathy-glib0' 'libtelepathy-glib0-32bit' 'libtelepathy-logger-qt5' 'libtelepathy-logger3' 'libtelepathy-qt5-0' 'libtelepathy-qt5-0-32bit' 'libtelepathy-qt5-farstream0' 'libtelepathy-qt5-farstream0-32bit' 'libtelepathy-qt5-service1' 'libtelepathy-qt5-service1-32bit' 'libtemplate_glib-1_0-0' 'libtensorflow1' 'libtensorflow2' 'libtensorflow2-gnu-hpc' 'libtensorflow2-gnu-openmpi2-hpc' 'libtensorflow_cc1' 'libtensorflow_cc2' 'libtensorflow_cc2-gnu-hpc' 'libtensorflow_cc2-gnu-openmpi2-hpc' 'libtensorflow_framework1' 'libtensorflow_framework2' 'libtensorflow_framework2-gnu-hpc' 'libtensorflow_framework2-gnu-openmpi2-hpc' 'libtepl-4-0' 'libteredo5' 'libtermkey-devel' 'libtermkey1' 'libtesseract4' 'libtestshade1_10' 'libtevent-devel' 'libtevent-util-devel' 'libtevent-util0' 'libtevent-util0-32bit' 'libtevent0' 'libtevent0-32bit' 'libtexlua53-5' 'libtexluajit2' 'libtextstyle-devel' 'libtextstyle0' 'libtextstyle0-32bit' 'libthai-data' 'libthai-devel' 'libthai0' 'libthai0-32bit' 'libtheora-devel' 'libtheora0' 'libtheora0-32bit' 'libtheoradec1' 'libtheoradec1-32bit' 'libtheoraenc1' 'libtheoraenc1-32bit' 'libthrift-0_13_0' 'libthrift-devel' 'libthrift_c_glib0' 'libthriftnb-0_13_0' 'libthriftz-0_13_0' 'libthunarx-3-0' 'libtidy-devel' 'libtidy5' 'libtidyp-1_04-0' 'libtidyp-devel' 'libtiff-devel' 'libtiff-devel-32bit' 'libtiff5' 'libtiff5-32bit' 'libtiger-devel' 'libtiger5' 'libtiled1' 'libtimezonemap1' 'libtimidity-devel' 'libtimidity2' 'libtimidity2-32bit' 'libtins-devel' 'libtins3' 'libtinyb0' 'libtinygettext0' 'libtinyobjloader1' 'libtinyxml0' 'libtinyxml2-6' 'libtirpc-devel' 'libtirpc-netconfig' 'libtirpc3' 'libtirpc3-32bit' 'libtls19' 'libtls19-32bit' 'libtntdb-devel' 'libtntdb4' 'libtntnet-devel' 'libtntnet12' 'libtntnet12-debuginfo' 'libtolua++-5_1-1' 'libtolua++-5_1-devel' 'libtolua++-5_3-1' 'libtolua++-5_3-devel' 'libtolua-devel' 'libtolua5' 'libtomcrypt-devel' 'libtomcrypt-examples' 'libtomcrypt1' 'libtomcrypt1-32bit' 'libtommath-devel' 'libtommath-examples' 'libtommath1' 'libtommath1-32bit' 'libtomoe-gtk0' 'libtool' 'libtool-32bit' 'libtorch' 'libtorrent-devel' 'libtorrent-rasterbar-devel' 'libtorrent-rasterbar-doc' 'libtorrent-rasterbar10' 'libtorrent21' 'libtotem-plparser-mini18' 'libtotem-plparser18' 'libtotem_pg5' 'libtotem_pg5-32bit' 'libtowitoko2' 'libtoxcore2' 'libtpl-extensions3' 'libtpm_unseal1' 'libtpms-devel' 'libtpms0' 'libtracker-common-2_0' 'libtracker-control-2_0-0' 'libtracker-miner-2_0-0' 'libtracker-sparql-2_0-0' 'libtranscript-devel' 'libtranscript1' 'libtranslate-devel' 'libtranslate-progs' 'libtranslate0' 'libtre5' 'libtrilinos-gnu-mpich-hpc' 'libtrilinos-gnu-mvapich2-hpc' 'libtrilinos-gnu-openmpi2-hpc' 'libtrilinos-gnu-openmpi3-hpc' 'libtrilinos12' 'libtrilinos12-openmpi2' 'libtrilinos_12_14_1-gnu-mpich-hpc' 'libtrilinos_12_14_1-gnu-mvapich2-hpc' 'libtrilinos_12_14_1-gnu-openmpi2-hpc' 'libtrilinos_12_14_1-gnu-openmpi3-hpc' 'libts0' 'libts0-32bit' 'libtsan0' 'libtsan0-gcc7' 'libtsan0-gcc9' 'libtsk19' 'libtsm-devel' 'libtsm4' 'libtspi1' 'libtspi1-32bit' 'libtss2-esys0' 'libtss2-esys0-32bit' 'libtss2-mu0' 'libtss2-mu0-32bit' 'libtss2-rc0' 'libtss2-sys0' 'libtss2-sys0-32bit' 'libtss2-tcti-device0' 'libtss2-tcti-device0-32bit' 'libtss2-tcti-mssim0' 'libtss2-tcti-mssim0-32bit' 'libtss2-tcti-tabrmd0' 'libtss2-tctildr0' 'libttf2' 'libttf2-32bit' 'libttsmimic0' 'libtumbler-1-0' 'libtun6-0' 'libturbojpeg0' 'libturbojpeg0-32bit' 'libturing0' 'libturing0-debuginfo' 'libturris-spectator-devel' 'libturris-spectator0' 'libtwolame-devel' 'libtwolame0' 'libtwolame0-32bit' 'libu2f-host-devel' 'libu2f-host-doc' 'libu2f-host0' 'libu2f-server-devel' 'libu2f-server0' 'libubsan0' 'libubsan0-32bit' 'libubsan1' 'libubsan1-32bit' 'libubsan1-gcc9' 'libubsan1-gcc9-32bit' 'libuchardet-devel' 'libuchardet0' 'libuchardet0-32bit' 'libucl1' 'libucm-devel' 'libucm0' 'libucommon8' 'libucp-devel' 'libucp0' 'libucpp13' 'libucs-devel' 'libucs0' 'libuct-devel' 'libuct0' 'libudev-devel' 'libudev-devel-32bit' 'libudev1' 'libudev1-32bit' 'libudf0' 'libudf0-32bit' 'libudisks2-0' 'libudisks2-0-devel' 'libudisks2-0_bcache' 'libudisks2-0_btrfs' 'libudisks2-0_lsm' 'libudisks2-0_lvm2' 'libudisks2-0_vdo' 'libudisks2-0_zram' 'libudns0' 'libudt-devel' 'libudt0' 'libuev-devel' 'libuev2' 'libuhd003' 'libuhttpmock-0_0-0' 'libulfius2_6' 'libulockmgr1' 'libumfpack5' 'libuna-devel' 'libuna-tools' 'libuna1' 'libunbound-devel-mini' 'libunbound8' 'libunibilium4' 'libunibreak-devel' 'libunibreak3' 'libunicap-devel' 'libunicap2' 'libunicap2-32bit' 'libuninameslist-devel' 'libuninameslist0' 'libunique-1_0-0' 'libunique1-devel' 'libuniraum0' 'libuniraum0-debuginfo' 'libunistring-devel' 'libunistring-devel-32bit' 'libunistring2' 'libunistring2-32bit' 'libunity-devel' 'libunity-gtk-parser-devel' 'libunity-gtk2-parser0' 'libunity-gtk2-parser0-32bit' 'libunity-gtk3-parser0' 'libunity-gtk3-parser0-32bit' 'libunity-tools' 'libunity9' 'libunity9-32bit' 'libunrar-devel' 'libunrar5_9_2' 'libunshield0' 'libunwind' 'libunwind-32bit' 'libunwind-devel' 'libupb0' 'libupm1' 'libupnp-devel' 'libupnp15' 'libupnp15-32bit' 'libupower-glib-devel' 'libupower-glib3' 'libupsclient1' 'liburcu-devel' 'liburcu6' 'liburcu6-32bit' 'liburfkill-glib-devel' 'liburfkill-glib0' 'liburing-devel' 'liburing1' 'liburiparser1' 'liburiparser1-32bit' 'libusb-0_1-4' 'libusb-0_1-4-32bit' 'libusb-1_0-0' 'libusb-1_0-0-32bit' 'libusb-1_0-devel' 'libusb-1_0-devel-32bit' 'libusb-compat-devel' 'libusb3380-0' 'libusb3380-devel' 'libusbauth-configparser-devel' 'libusbauth-configparser1' 'libusbguard0' 'libusbgx-devel' 'libusbgx-tools' 'libusbgx2' 'libusbmuxd-devel' 'libusbmuxd-tools' 'libusbmuxd4' 'libusbmuxd6' 'libusbmuxd6-32bit' 'libusbprog0' 'libusbredirhost1' 'libusbredirparser1' 'libuser' 'libuser-devel' 'libuser-lang' 'libuser-python' 'libuser1' 'libusrp-3_4_4+git_20190808-0' 'libusrp-devel' 'libustr-1_0-1' 'libustr-1_0-1-32bit' 'libustr-devel' 'libut1' 'libutempter0' 'libutempter0-32bit' 'libutf8proc2' 'libuuid-devel' 'libuuid-devel-32bit' 'libuuid-devel-static' 'libuuid1' 'libuuid1-32bit' 'libuutil1' 'libuv-devel' 'libuv1' 'libuv1-32bit' 'libuwac0-0' 'libv3270-5_2' 'libv3270-devel' 'libv4l' 'libv4l-32bit' 'libv4l-devel' 'libv4l-devel-32bit' 'libv4l1-0' 'libv4l1-0-32bit' 'libv4l2-0' 'libv4l2-0-32bit' 'libv4l2rds0' 'libv4l2rds0-32bit' 'libv4lconvert0' 'libv4lconvert0-32bit' 'libva-devel' 'libva-devel-32bit' 'libva-drm2' 'libva-drm2-32bit' 'libva-gl-devel' 'libva-gl-devel-32bit' 'libva-glx2' 'libva-glx2-32bit' 'libva-utils' 'libva-vdpau-driver' 'libva-wayland2' 'libva-wayland2-32bit' 'libva-x11-2' 'libva-x11-2-32bit' 'libva2' 'libva2-32bit' 'libvacuumutils37' 'libvala-0_46-0' 'libvala-0_46-devel' 'libvaladoc-0_46-0' 'libvaladoc-0_46-devel' 'libvamp-hostsdk3' 'libvamp-hostsdk3-32bit' 'libvamp-sdk2' 'libvamp-sdk2-32bit' 'libvapoursynth-48' 'libvapoursynth-script0' 'libvarnishapi2' 'libvbr2' 'libvcdinfo0' 'libvcdinfo0-32bit' 'libvdehist-devel' 'libvdehist0' 'libvdemgmt-devel' 'libvdemgmt0' 'libvdeplug-devel' 'libvdeplug3' 'libvdesnmp-devel' 'libvdesnmp0' 'libvdpau-devel' 'libvdpau-devel-32bit' 'libvdpau1' 'libvdpau1-32bit' 'libvdpau_nouveau' 'libvdpau_nouveau-32bit' 'libvdpau_r300' 'libvdpau_r300-32bit' 'libvdpau_r600' 'libvdpau_r600-32bit' 'libvdpau_radeonsi' 'libvdpau_radeonsi-32bit' 'libvdpau_trace1' 'libvdpau_trace1-32bit' 'libvdpau_va_gl1' 'libvdpau_va_gl1-32bit' 'libventrilo3-0' 'libventrilo3-devel' 'libverto-devel' 'libverto-devel-32bit' 'libverto-glib-devel' 'libverto-glib1' 'libverto-glib1-32bit' 'libverto-libev-devel' 'libverto-libev1' 'libverto-libev1-32bit' 'libverto-tevent-devel' 'libverto-tevent1' 'libverto-tevent1-32bit' 'libverto1' 'libverto1-32bit' 'libvhdi-devel' 'libvhdi-tools' 'libvhdi1' 'libvidstab-devel' 'libvidstab1_1' 'libvidstab1_1-32bit' 'libvigraimpex11' 'libvigraimpex11-32bit' 'libvips-devel' 'libvips42' 'libvirglrenderer1' 'libvirt' 'libvirt-admin' 'libvirt-bash-completion' 'libvirt-cim' 'libvirt-client' 'libvirt-daemon' 'libvirt-daemon-config-network' 'libvirt-daemon-config-nwfilter' 'libvirt-daemon-driver-interface' 'libvirt-daemon-driver-libxl' 'libvirt-daemon-driver-lxc' 'libvirt-daemon-driver-network' 'libvirt-daemon-driver-nodedev' 'libvirt-daemon-driver-nwfilter' 'libvirt-daemon-driver-qemu' 'libvirt-daemon-driver-secret' 'libvirt-daemon-driver-storage' 'libvirt-daemon-driver-storage-core' 'libvirt-daemon-driver-storage-disk' 'libvirt-daemon-driver-storage-gluster' 'libvirt-daemon-driver-storage-iscsi' 'libvirt-daemon-driver-storage-iscsi-direct' 'libvirt-daemon-driver-storage-logical' 'libvirt-daemon-driver-storage-mpath' 'libvirt-daemon-driver-storage-rbd' 'libvirt-daemon-driver-storage-scsi' 'libvirt-daemon-hooks' 'libvirt-daemon-lxc' 'libvirt-daemon-qemu' 'libvirt-daemon-xen' 'libvirt-devel' 'libvirt-devel-32bit' 'libvirt-doc' 'libvirt-glib-1_0-0' 'libvirt-glib-devel' 'libvirt-libs' 'libvirt-lock-sanlock' 'libvirt-nss' 'libvirt-sandbox-1_0-5' 'libvirt-sandbox-devel' 'libvisio-0_1-1' 'libvisio-devel' 'libvisio-devel-doc' 'libvisio-tools' 'libvisio2svg-devel' 'libvisio2svg0' 'libvisual' 'libvisual-32bit' 'libvisual-devel' 'libvkd3d-utils1' 'libvkd3d-utils1-32bit' 'libvkd3d1' 'libvkd3d1-32bit' 'libvlc-gtk0' 'libvlc-gtk0-debuginfo' 'libvlc123' 'libvlc123-debuginfo' 'libvlc5' 'libvlc5-debuginfo' 'libvlccore123' 'libvlccore123-debuginfo' 'libvlccore9' 'libvlccore9-debuginfo' 'libvma' 'libvma-devel' 'libvma8' 'libvmdk-devel' 'libvmdk-tools' 'libvmdk1' 'libvmem-devel' 'libvmem1' 'libvmime-devel' 'libvmime-kopano2' 'libvmmalloc-devel' 'libvmmalloc1' 'libvmtools-devel' 'libvmtools0' 'libvncclient1' 'libvncserver1' 'libvo-aacenc-devel' 'libvo-aacenc0' 'libvo-aacenc0-32bit' 'libvo-aacenc0-32bit-debuginfo' 'libvo-aacenc0-debuginfo' 'libvo-amrwbenc-devel' 'libvo-amrwbenc0' 'libvo-amrwbenc0-32bit' 'libvo-amrwbenc0-32bit-debuginfo' 'libvo-amrwbenc0-debuginfo' 'libvoikko-devel' 'libvoikko1' 'libvoikko1-32bit' 'libvolk2_2_1' 'libvorbis-devel' 'libvorbis-devel-32bit' 'libvorbis-doc' 'libvorbis0' 'libvorbis0-32bit' 'libvorbisenc2' 'libvorbisenc2-32bit' 'libvorbisfile3' 'libvorbisfile3-32bit' 'libvoro++0' 'libvotca_csg5' 'libvotca_ctp5' 'libvotca_tools5' 'libvotca_xtp5' 'libvotequorum8' 'libvotequorum8-32bit' 'libvpd2' 'libvpd2-32bit' 'libvpd2-devel' 'libvpd2-devel-32bit' 'libvpp0' 'libvpx-devel' 'libvpx6' 'libvpx6-32bit' 'libvshadow-devel' 'libvshadow-tools' 'libvshadow1' 'libvslvm-devel' 'libvslvm-tools' 'libvslvm1' 'libvsqlitepp3' 'libvte-2_91-0' 'libvted-3-0' 'libvterm-devel' 'libvterm-tools' 'libvterm0' 'libvtk1' 'libvtk1-openmpi1' 'libvtk1-openmpi2' 'libvtk1-openmpi3' 'libvulkan1' 'libvulkan1-32bit' 'libvulkan_intel' 'libvulkan_intel-32bit' 'libvulkan_radeon' 'libvulkan_radeon-32bit' 'libwacom-data' 'libwacom-devel' 'libwacom-tools' 'libwacom2' 'libwacom2-32bit' 'libwaffle-1-0' 'libwapcaplet-devel' 'libwapcaplet0' 'libwavpack1' 'libwavpack1-32bit' 'libwayland-client0' 'libwayland-client0-32bit' 'libwayland-cursor0' 'libwayland-cursor0-32bit' 'libwayland-egl1' 'libwayland-egl1-32bit' 'libwayland-server0' 'libwayland-server0-32bit' 'libwaylandpp0' 'libwbclient-devel' 'libwbclient0' 'libwbclient0-32bit' 'libwbxml2-1' 'libwbxml2-devel' 'libwcs6' 'libwebcam-devel' 'libwebcam0' 'libwebkit2gtk-4_0-37' 'libwebkit2gtk-4_0-37-32bit' 'libwebkit2gtk3-lang' 'libwebp-devel' 'libwebp-devel-32bit' 'libwebp-tools' 'libwebp7' 'libwebp7-32bit' 'libwebpdecoder3' 'libwebpdecoder3-32bit' 'libwebpdemux2' 'libwebpdemux2-32bit' 'libwebpmux3' 'libwebpmux3-32bit' 'libwebrtc_audio_processing-devel' 'libwebrtc_audio_processing-devel-static' 'libwebrtc_audio_processing1' 'libwebrtc_audio_processing1-32bit' 'libwebsockets-devel' 'libwebsockets16' 'libwebvfx1' 'libweed-devel' 'libweed0' 'libweed0-debuginfo' 'libweston-8' 'libweston-8-0' 'libweston-desktop-8-0' 'libwget-devel' 'libwget0' 'libwhich' 'libwiiuse0' 'libwim15' 'libwinpr2' 'libwireshark13' 'libwiretap10' 'libwkhtmltox0' 'libwlc0' 'libwlroots5' 'libwmf-0_2-7' 'libwmf-0_2-7-32bit' 'libwmf-devel' 'libwmf-gnome' 'libwmf-gnome-32bit' 'libwmf-tools' 'libwnck-1-22' 'libwnck-1-22-32bit' 'libwnck-3-0' 'libwnck-3-0-32bit' 'libwnck-devel' 'libwnck-lang' 'libwnck-tools' 'libwnck2-devel' 'libwnck2-lang' 'libwnn0' 'libwoff2common1_0_2' 'libwoff2common1_0_2-32bit' 'libwoff2dec1_0_2' 'libwoff2dec1_0_2-32bit' 'libwoff2enc1_0_2' 'libwoff2enc1_0_2-32bit' 'libwpd-0_10-10' 'libwpd-devel' 'libwpd-devel-doc' 'libwpd-tools' 'libwpe-1_0-1' 'libwpe-1_0-1-32bit' 'libwpe-devel' 'libwpg-0_3-3' 'libwpg-devel' 'libwpg-devel-doc' 'libwpg-tools' 'libwps-0_4-4' 'libwps-devel' 'libwps-tools' 'libwrap0' 'libwrap0-32bit' 'libwrc-devel' 'libwrc-tools' 'libwrc1' 'libwslay0' 'libwsman-devel' 'libwsman3' 'libwsman_clientpp-devel' 'libwsman_clientpp1' 'libwsutil11' 'libwtdbo4_2_2' 'libwtdbomysql4_2_2' 'libwtdbopostgres4_2_2' 'libwv-1_2-4' 'libwv2-4' 'libwx_baseu-2_8-0-compat-lib-wxcontainer' 'libwx_baseu-2_8-0-wxcontainer' 'libwx_baseu-2_8-0-wxcontainer-32bit' 'libwx_baseu-2_8-0-wxcontainer-32bit-debuginfo' 'libwx_baseu-2_8-0-wxcontainer-debuginfo' 'libwx_baseu-suse-nostl3_0_4' 'libwx_baseu-suse3_0_4' 'libwx_baseu-suse3_0_4-32bit' 'libwx_baseu-suse3_1_3' 'libwx_baseu_net-2_8-0-compat-lib-wxcontainer' 'libwx_baseu_net-2_8-0-wxcontainer' 'libwx_baseu_net-2_8-0-wxcontainer-32bit' 'libwx_baseu_net-2_8-0-wxcontainer-32bit-debuginfo' 'libwx_baseu_net-2_8-0-wxcontainer-debuginfo' 'libwx_baseu_net-suse-nostl3_0_4' 'libwx_baseu_net-suse3_0_4' 'libwx_baseu_net-suse3_0_4-32bit' 'libwx_baseu_net-suse3_1_3' 'libwx_baseu_xml-2_8-0-compat-lib-wxcontainer' 'libwx_baseu_xml-2_8-0-wxcontainer' 'libwx_baseu_xml-2_8-0-wxcontainer-32bit' 'libwx_baseu_xml-2_8-0-wxcontainer-32bit-debuginfo' 'libwx_baseu_xml-2_8-0-wxcontainer-debuginfo' 'libwx_baseu_xml-suse-nostl3_0_4' 'libwx_baseu_xml-suse3_0_4' 'libwx_baseu_xml-suse3_0_4-32bit' 'libwx_baseu_xml-suse3_1_3' 'libwx_gtk2u_adv-2_8-0-compat-lib-wxcontainer' 'libwx_gtk2u_adv-2_8-0-wxcontainer' 'libwx_gtk2u_adv-2_8-0-wxcontainer-32bit' 'libwx_gtk2u_adv-2_8-0-wxcontainer-32bit-debuginfo' 'libwx_gtk2u_adv-2_8-0-wxcontainer-debuginfo' 'libwx_gtk2u_adv-suse-nostl3_0_4' 'libwx_gtk2u_adv-suse3_0_4' 'libwx_gtk2u_adv-suse3_0_4-32bit' 'libwx_gtk2u_adv-suse3_1_3' 'libwx_gtk2u_aui-2_8-0-compat-lib-wxcontainer' 'libwx_gtk2u_aui-2_8-0-wxcontainer' 'libwx_gtk2u_aui-2_8-0-wxcontainer-32bit' 'libwx_gtk2u_aui-2_8-0-wxcontainer-32bit-debuginfo' 'libwx_gtk2u_aui-2_8-0-wxcontainer-debuginfo' 'libwx_gtk2u_aui-suse-nostl3_0_4' 'libwx_gtk2u_aui-suse3_0_4' 'libwx_gtk2u_aui-suse3_0_4-32bit' 'libwx_gtk2u_aui-suse3_1_3' 'libwx_gtk2u_core-2_8-0-compat-lib-wxcontainer' 'libwx_gtk2u_core-2_8-0-wxcontainer' 'libwx_gtk2u_core-2_8-0-wxcontainer-32bit' 'libwx_gtk2u_core-2_8-0-wxcontainer-32bit-debuginfo' 'libwx_gtk2u_core-2_8-0-wxcontainer-debuginfo' 'libwx_gtk2u_core-suse-nostl3_0_4' 'libwx_gtk2u_core-suse3_0_4' 'libwx_gtk2u_core-suse3_0_4-32bit' 'libwx_gtk2u_core-suse3_1_3' 'libwx_gtk2u_fl-2_8-0-compat-lib-wxcontainer' 'libwx_gtk2u_fl-2_8-0-wxcontainer' 'libwx_gtk2u_fl-2_8-0-wxcontainer-32bit' 'libwx_gtk2u_fl-2_8-0-wxcontainer-32bit-debuginfo' 'libwx_gtk2u_fl-2_8-0-wxcontainer-debuginfo' 'libwx_gtk2u_gizmos-2_8-0-compat-lib-wxcontainer' 'libwx_gtk2u_gizmos-2_8-0-wxcontainer' 'libwx_gtk2u_gizmos-2_8-0-wxcontainer-32bit' 'libwx_gtk2u_gizmos-2_8-0-wxcontainer-32bit-debuginfo' 'libwx_gtk2u_gizmos-2_8-0-wxcontainer-debuginfo' 'libwx_gtk2u_gizmos_xrc-2_8-0-compat-lib-wxcontainer' 'libwx_gtk2u_gizmos_xrc-2_8-0-wxcontainer' 'libwx_gtk2u_gizmos_xrc-2_8-0-wxcontainer-32bit' 'libwx_gtk2u_gizmos_xrc-2_8-0-wxcontainer-32bit-debuginfo' 'libwx_gtk2u_gizmos_xrc-2_8-0-wxcontainer-debuginfo' 'libwx_gtk2u_gl-2_8-0-compat-lib-wxcontainer' 'libwx_gtk2u_gl-2_8-0-wxcontainer' 'libwx_gtk2u_gl-2_8-0-wxcontainer-32bit' 'libwx_gtk2u_gl-2_8-0-wxcontainer-32bit-debuginfo' 'libwx_gtk2u_gl-2_8-0-wxcontainer-debuginfo' 'libwx_gtk2u_gl-suse-nostl3_0_4' 'libwx_gtk2u_gl-suse3_0_4' 'libwx_gtk2u_gl-suse3_0_4-32bit' 'libwx_gtk2u_gl-suse3_1_3' 'libwx_gtk2u_html-2_8-0-compat-lib-wxcontainer' 'libwx_gtk2u_html-2_8-0-wxcontainer' 'libwx_gtk2u_html-2_8-0-wxcontainer-32bit' 'libwx_gtk2u_html-2_8-0-wxcontainer-32bit-debuginfo' 'libwx_gtk2u_html-2_8-0-wxcontainer-debuginfo' 'libwx_gtk2u_html-suse-nostl3_0_4' 'libwx_gtk2u_html-suse3_0_4' 'libwx_gtk2u_html-suse3_0_4-32bit' 'libwx_gtk2u_html-suse3_1_3' 'libwx_gtk2u_media-suse-nostl3_0_4' 'libwx_gtk2u_media-suse3_0_4' 'libwx_gtk2u_media-suse3_0_4-32bit' 'libwx_gtk2u_media-suse3_1_3' 'libwx_gtk2u_mmedia-2_8-0-compat-lib-wxcontainer' 'libwx_gtk2u_mmedia-2_8-0-wxcontainer' 'libwx_gtk2u_mmedia-2_8-0-wxcontainer-32bit' 'libwx_gtk2u_mmedia-2_8-0-wxcontainer-32bit-debuginfo' 'libwx_gtk2u_mmedia-2_8-0-wxcontainer-debuginfo' 'libwx_gtk2u_ogl-2_8-0-compat-lib-wxcontainer' 'libwx_gtk2u_ogl-2_8-0-wxcontainer' 'libwx_gtk2u_ogl-2_8-0-wxcontainer-32bit' 'libwx_gtk2u_ogl-2_8-0-wxcontainer-32bit-debuginfo' 'libwx_gtk2u_ogl-2_8-0-wxcontainer-debuginfo' 'libwx_gtk2u_plot-2_8-0-compat-lib-wxcontainer' 'libwx_gtk2u_plot-2_8-0-wxcontainer' 'libwx_gtk2u_plot-2_8-0-wxcontainer-32bit' 'libwx_gtk2u_plot-2_8-0-wxcontainer-32bit-debuginfo' 'libwx_gtk2u_plot-2_8-0-wxcontainer-debuginfo' 'libwx_gtk2u_propgrid-suse-nostl3_0_4' 'libwx_gtk2u_propgrid-suse3_0_4' 'libwx_gtk2u_propgrid-suse3_0_4-32bit' 'libwx_gtk2u_propgrid-suse3_1_3' 'libwx_gtk2u_qa-2_8-0-compat-lib-wxcontainer' 'libwx_gtk2u_qa-2_8-0-wxcontainer' 'libwx_gtk2u_qa-2_8-0-wxcontainer-32bit' 'libwx_gtk2u_qa-2_8-0-wxcontainer-32bit-debuginfo' 'libwx_gtk2u_qa-2_8-0-wxcontainer-debuginfo' 'libwx_gtk2u_qa-suse-nostl3_0_4' 'libwx_gtk2u_qa-suse3_0_4' 'libwx_gtk2u_qa-suse3_0_4-32bit' 'libwx_gtk2u_qa-suse3_1_3' 'libwx_gtk2u_ribbon-suse-nostl3_0_4' 'libwx_gtk2u_ribbon-suse3_0_4' 'libwx_gtk2u_ribbon-suse3_0_4-32bit' 'libwx_gtk2u_ribbon-suse3_1_3' 'libwx_gtk2u_richtext-2_8-0-compat-lib-wxcontainer' 'libwx_gtk2u_richtext-2_8-0-wxcontainer' 'libwx_gtk2u_richtext-2_8-0-wxcontainer-32bit' 'libwx_gtk2u_richtext-2_8-0-wxcontainer-32bit-debuginfo' 'libwx_gtk2u_richtext-2_8-0-wxcontainer-debuginfo' 'libwx_gtk2u_richtext-suse-nostl3_0_4' 'libwx_gtk2u_richtext-suse3_0_4' 'libwx_gtk2u_richtext-suse3_0_4-32bit' 'libwx_gtk2u_richtext-suse3_1_3' 'libwx_gtk2u_stc-2_8-0-compat-lib-wxcontainer' 'libwx_gtk2u_stc-2_8-0-wxcontainer' 'libwx_gtk2u_stc-2_8-0-wxcontainer-32bit' 'libwx_gtk2u_stc-2_8-0-wxcontainer-32bit-debuginfo' 'libwx_gtk2u_stc-2_8-0-wxcontainer-debuginfo' 'libwx_gtk2u_stc-suse-nostl3_0_4' 'libwx_gtk2u_stc-suse3_0_4' 'libwx_gtk2u_stc-suse3_0_4-32bit' 'libwx_gtk2u_stc-suse3_1_3' 'libwx_gtk2u_svg-2_8-0-compat-lib-wxcontainer' 'libwx_gtk2u_svg-2_8-0-wxcontainer' 'libwx_gtk2u_svg-2_8-0-wxcontainer-32bit' 'libwx_gtk2u_svg-2_8-0-wxcontainer-32bit-debuginfo' 'libwx_gtk2u_svg-2_8-0-wxcontainer-debuginfo' 'libwx_gtk2u_xrc-2_8-0-compat-lib-wxcontainer' 'libwx_gtk2u_xrc-2_8-0-wxcontainer' 'libwx_gtk2u_xrc-2_8-0-wxcontainer-32bit' 'libwx_gtk2u_xrc-2_8-0-wxcontainer-32bit-debuginfo' 'libwx_gtk2u_xrc-2_8-0-wxcontainer-debuginfo' 'libwx_gtk2u_xrc-suse-nostl3_0_4' 'libwx_gtk2u_xrc-suse3_0_4' 'libwx_gtk2u_xrc-suse3_0_4-32bit' 'libwx_gtk2u_xrc-suse3_1_3' 'libwx_gtk3u_adv-suse3_1_3' 'libwx_gtk3u_aui-suse3_1_3' 'libwx_gtk3u_core-suse3_1_3' 'libwx_gtk3u_gl-suse3_1_3' 'libwx_gtk3u_html-suse3_1_3' 'libwx_gtk3u_media-suse3_1_3' 'libwx_gtk3u_propgrid-suse3_1_3' 'libwx_gtk3u_qa-suse3_1_3' 'libwx_gtk3u_ribbon-suse3_1_3' 'libwx_gtk3u_richtext-suse3_1_3' 'libwx_gtk3u_stc-suse3_1_3' 'libwx_gtk3u_webview-suse3_1_3' 'libwx_gtk3u_xrc-suse3_1_3' 'libwx_qtu_adv-suse3_1_3' 'libwx_qtu_aui-suse3_1_3' 'libwx_qtu_core-suse3_1_3' 'libwx_qtu_gl-suse3_1_3' 'libwx_qtu_html-suse3_1_3' 'libwx_qtu_media-suse3_1_3' 'libwx_qtu_propgrid-suse3_1_3' 'libwx_qtu_qa-suse3_1_3' 'libwx_qtu_ribbon-suse3_1_3' 'libwx_qtu_richtext-suse3_1_3' 'libwx_qtu_stc-suse3_1_3' 'libwx_qtu_xrc-suse3_1_3' 'libwxcode_gtk2u_wxsqlite3-3_0-0' 'libwxlua' 'libwxstedit-wx30gtk2u-1_6_0' 'libwxsvg-devel' 'libwxsvg3' 'libx264' 'libx264-155' 'libx264-155-32bit' 'libx264-155-32bit-debuginfo' 'libx264-155-debuginfo' 'libx264-157' 'libx264-debugsource' 'libx264-devel' 'libx264-x264' 'libx264-x264-debugsource' 'libx265-169' 'libx265-176' 'libx265-179' 'libx265-188' 'libx265-188-32bit' 'libx265-188-32bit-debuginfo' 'libx265-188-debuginfo' 'libx265-devel' 'libx86-1' 'libx86-devel' 'libx86-devel-static' 'libx86emu-devel' 'libx86emu3' 'libxalan-c-devel' 'libxalan-c111' 'libxapian-devel' 'libxapian30' 'libxapian30-32bit' 'libxapp-devel' 'libxapp1' 'libxar-devel' 'libxar1' 'libxatracker-devel' 'libxatracker2' 'libxbase64-1' 'libxbrz-1_7' 'libxbsql0' 'libxc-devel' 'libxc5' 'libxcam-devel' 'libxcam1' 'libxcb-composite0' 'libxcb-composite0-32bit' 'libxcb-cursor0' 'libxcb-cursor0-32bit' 'libxcb-damage0' 'libxcb-damage0-32bit' 'libxcb-devel' 'libxcb-devel-32bit' 'libxcb-devel-doc' 'libxcb-dpms0' 'libxcb-dpms0-32bit' 'libxcb-dri2-0' 'libxcb-dri2-0-32bit' 'libxcb-dri3-0' 'libxcb-dri3-0-32bit' 'libxcb-errors0' 'libxcb-errors0-32bit' 'libxcb-ewmh2' 'libxcb-ewmh2-32bit' 'libxcb-glx0' 'libxcb-glx0-32bit' 'libxcb-icccm4' 'libxcb-icccm4-32bit' 'libxcb-image0' 'libxcb-image0-32bit' 'libxcb-keysyms1' 'libxcb-keysyms1-32bit' 'libxcb-present0' 'libxcb-present0-32bit' 'libxcb-randr0' 'libxcb-randr0-32bit' 'libxcb-record0' 'libxcb-record0-32bit' 'libxcb-render-util0' 'libxcb-render-util0-32bit' 'libxcb-render0' 'libxcb-render0-32bit' 'libxcb-res0' 'libxcb-res0-32bit' 'libxcb-screensaver0' 'libxcb-screensaver0-32bit' 'libxcb-shape0' 'libxcb-shape0-32bit' 'libxcb-shm0' 'libxcb-shm0-32bit' 'libxcb-sync1' 'libxcb-sync1-32bit' 'libxcb-util1' 'libxcb-util1-32bit' 'libxcb-xf86dri0' 'libxcb-xf86dri0-32bit' 'libxcb-xfixes0' 'libxcb-xfixes0-32bit' 'libxcb-xinerama0' 'libxcb-xinerama0-32bit' 'libxcb-xinput0' 'libxcb-xinput0-32bit' 'libxcb-xkb1' 'libxcb-xkb1-32bit' 'libxcb-xrm0' 'libxcb-xtest0' 'libxcb-xtest0-32bit' 'libxcb-xv0' 'libxcb-xv0-32bit' 'libxcb-xvmc0' 'libxcb-xvmc0-32bit' 'libxcb1' 'libxcb1-32bit' 'libxclass-0_9_2' 'libxcrypt-devel' 'libxcrypt-devel-32bit' 'libxcrypt-devel-static' 'libxdg-basedir-devel' 'libxdg-basedir1' 'libxerces-c-3_2' 'libxerces-c-3_2-32bit' 'libxerces-c-devel' 'libxfce4panel-1_0-4' 'libxfce4panel-2_0-4' 'libxfce4ui-1-0' 'libxfce4ui-2-0' 'libxfce4ui-branding-openSUSE' 'libxfce4ui-branding-upstream' 'libxfce4ui-devel' 'libxfce4ui-doc' 'libxfce4ui-lang' 'libxfce4ui-tools' 'libxfce4util-devel' 'libxfce4util-lang' 'libxfce4util-tools' 'libxfce4util7' 'libxfconf-0-3' 'libxfconf-devel' 'libxfdashboard0' 'libxine-devel' 'libxine2' 'libxine2-32bit' 'libxine2-32bit-debuginfo' 'libxine2-codecs' 'libxine2-debuginfo' 'libxine2-jack' 'libxine2-jack-debuginfo' 'libxine2-pulse' 'libxine2-pulse-debuginfo' 'libxine2-sdl' 'libxine2-sdl-debuginfo' 'libxkbcommon-devel' 'libxkbcommon-devel-32bit' 'libxkbcommon-x11-0' 'libxkbcommon-x11-0-32bit' 'libxkbcommon-x11-devel' 'libxkbcommon-x11-devel-32bit' 'libxkbcommon0' 'libxkbcommon0-32bit' 'libxkbfile-devel' 'libxkbfile-devel-32bit' 'libxkbfile1' 'libxkbfile1-32bit' 'libxkbui-devel' 'libxkbui-devel-32bit' 'libxkbui1' 'libxkbui1-32bit' 'libxklavier-devel' 'libxklavier-doc' 'libxklavier16' 'libxklavier16-32bit' 'libxls-devel' 'libxls-tools' 'libxlsreader1' 'libxmi0' 'libxml++-2_6-2' 'libxml++-2_6-2-32bit' 'libxml++-3_0-1' 'libxml++-3_0-1-32bit' 'libxml++-devel' 'libxml++26-devel' 'libxml-security-c-devel' 'libxml-security-c20' 'libxml2-2' 'libxml2-2-32bit' 'libxml2-devel' 'libxml2-devel-32bit' 'libxml2-doc' 'libxml2-tools' 'libxmlb-devel' 'libxmlb1' 'libxmlbird1' 'libxmlrpc++8' 'libxmlrpc3' 'libxmlrpc_abyss++8' 'libxmlrpc_abyss3' 'libxmlrpc_client++8' 'libxmlrpc_client3' 'libxmlrpc_cpp8' 'libxmlrpc_packetsocket8' 'libxmlrpc_server++8' 'libxmlrpc_server3' 'libxmlrpc_server_abyss++8' 'libxmlrpc_server_abyss3' 'libxmlrpc_server_cgi++8' 'libxmlrpc_server_cgi3' 'libxmlrpc_server_pstream++8' 'libxmlrpc_util++8' 'libxmlrpc_util3' 'libxmlsec1-1' 'libxmlsec1-gcrypt1' 'libxmlsec1-gnutls1' 'libxmlsec1-nss1' 'libxmlsec1-openssl1' 'libxmltooling-devel' 'libxmltooling-lite8' 'libxmltooling8' 'libxmp-devel' 'libxmp4' 'libxornstorage-devel' 'libxornstorage0' 'libxosd2' 'libxpaintrw0' 'libxpaintrw0-debuginfo' 'libxplayer-plparser-mini18' 'libxplayer-plparser-mini18-32bit' 'libxplayer-plparser18' 'libxplayer-plparser18-32bit' 'libxreaderdocument3' 'libxreaderview3' 'libxshmfence-devel' 'libxshmfence1' 'libxshmfence1-32bit' 'libxslt-devel' 'libxslt-devel-32bit' 'libxslt-tools' 'libxslt1' 'libxslt1-32bit' 'libxspf-devel' 'libxspf4' 'libxtables-devel' 'libxtables12' 'libxtermcap1_0' 'libxtract-devel' 'libxtract0' 'libxtract0' 'libxtract0-debuginfo' 'libxtract0-debugsource' 'libxtrx-devel' 'libxtrx0' 'libxtrx_lms7002m0_0_0-SUSE' 'libxtrxdsp-devel' 'libxtrxdsp0' 'libxtrxll-devel' 'libxtrxll0' 'libxvidcore-devel' 'libxvidcore4' 'libxvidcore4-32bit' 'libxvidcore4-32bit-debuginfo' 'libxvidcore4-debuginfo' 'libxxhash0' 'libxy4' 'libyajl-devel' 'libyajl-devel-32bit' 'libyajl-devel-static' 'libyajl2' 'libyajl2-32bit' 'libyami-devel' 'libyami-utils' 'libyami1' 'libyaml-0-2' 'libyaml-cpp0_6' 'libyaml-devel' 'libyang-cpp-devel' 'libyang-cpp1' 'libyang-devel' 'libyang-doc' 'libyang-extentions' 'libyang1' 'libyara-devel' 'libyara3' 'libyate6' 'libyate6-debuginfo' 'libyaz-devel' 'libyaz-devel-32bit' 'libyaz5' 'libyaz5-32bit' 'libyder1_4' 'libyelp0' 'libykclient-devel' 'libykclient3' 'libykcs11-1' 'libykcs11-devel' 'libykpers-1-1' 'libykpers-devel' 'libykpiv-devel' 'libykpiv1' 'libyubikey-devel' 'libyubikey-tools' 'libyubikey0' 'libyui-devel' 'libyui-doc' 'libyui-ncurses-devel' 'libyui-ncurses-doc' 'libyui-ncurses-pkg-devel' 'libyui-ncurses-pkg-doc' 'libyui-ncurses-pkg11' 'libyui-ncurses-rest-api-devel' 'libyui-ncurses-rest-api11' 'libyui-ncurses-tools' 'libyui-ncurses11' 'libyui-qt-devel' 'libyui-qt-doc' 'libyui-qt-graph-devel' 'libyui-qt-graph-doc' 'libyui-qt-graph11' 'libyui-qt-pkg-devel' 'libyui-qt-pkg-doc' 'libyui-qt-pkg11' 'libyui-qt-rest-api-devel' 'libyui-qt-rest-api11' 'libyui-qt11' 'libyui-rest-api-devel' 'libyui-rest-api11' 'libyui11' 'libz1' 'libz1-32bit' 'libz3-4_8' 'libzapojit-0_0-0' 'libzapojit-devel' 'libzbar-devel' 'libzbar0' 'libzbar0-32bit' 'libzbarqt-devel' 'libzbarqt0' 'libzbarqt0-32bit' 'libzbc-5_8_5' 'libzbc-devel' 'libzbc-gui' 'libzbc-tools' 'libzck-devel' 'libzck1' 'libzebra1' 'libzeitgeist-1_0-1' 'libzeitgeist-1_0-1-32bit' 'libzeitgeist-2_0-0' 'libzeitgeist-devel' 'libzen-devel' 'libzen0' 'libzen0-32bit' 'libzfs2' 'libzfs_core1' 'libzhuyin-1_1-data' 'libzhuyin-1_1-devel' 'libzhuyin13' 'libzhuyin13-32bit' 'libzhuyin7' 'libzimg2' 'libzimg2-32bit' 'libzinnia0' 'libzio-devel' 'libzio1' 'libzio1-32bit' 'libzip-devel' 'libzip-tools' 'libzip5' 'libzip5-32bit' 'libzipkin-cpp-opentracing0' 'libzita-convolver4' 'libzita-convolver4-32bit' 'libzlui0_99' 'libzmf-0_0-0' 'libzmf-devel' 'libzmf-devel-doc' 'libzmf-tools' 'libzmq5' 'libzmq5-32bit' 'libzn_poly-0_9' 'libzopfli-devel' 'libzopfli1' 'libzopflipng1' 'libzpool2' 'libzrtpcpp-devel' 'libzrtpcpp4' 'libzsolve0' 'libzstd-devel' 'libzstd-devel-static' 'libzstd1' 'libzstd1-32bit' 'libzvbi-chains0' 'libzvbi-chains0-32bit' 'libzvbi0' 'libzvbi0-32bit' 'libzypp' 'libzypp-devel' 'libzypp-devel-doc' 'libzypp-plugin-appdata' 'libzypp-testsuite-tools' 'libzzip-0-13' 'libzzip-0-13-32bit' 'lifecycle-data-openSUSE' 'lifelines' 'liferea' 'liferea-lang' 'light-locker' 'light-locker-lang' 'lightdm' 'lightdm-gobject-devel' 'lightdm-gtk-greeter' 'lightdm-gtk-greeter-branding-openSUSE' 'lightdm-gtk-greeter-branding-upstream' 'lightdm-gtk-greeter-lang' 'lightdm-gtk-greeter-settings' 'lightdm-gtk-greeter-settings-lang' 'lightdm-lang' 'lightdm-qt5-devel' 'lightdm-slick-greeter' 'lightdm-slick-greeter-branding-openSUSE' 'lightdm-slick-greeter-branding-upstream' 'lightdm-slick-greeter-lang' 'lightmediascanner' 'lightmediascanner-devel' 'lightsoff' 'lightsoff-lang' 'lightspark' 'lightspark' 'lightspark-debuginfo' 'lightspark-debugsource' 'lightspark-lang' 'lightspark-plugin' 'lightspark-plugin-debuginfo' 'lightstep-tracer-cpp-devel' 'lightstep-tracer-cpp-source' 'lighttpd' 'lighttpd-mod_authn_gssapi' 'lighttpd-mod_authn_ldap' 'lighttpd-mod_authn_mysql' 'lighttpd-mod_authn_pam' 'lighttpd-mod_authn_sasl' 'lighttpd-mod_cml' 'lighttpd-mod_magnet' 'lighttpd-mod_maxminddb' 'lighttpd-mod_mysql_vhost' 'lighttpd-mod_rrdtool' 'lighttpd-mod_trigger_b4_dl' 'lighttpd-mod_vhostdb_dbi' 'lighttpd-mod_vhostdb_ldap' 'lighttpd-mod_vhostdb_mysql' 'lighttpd-mod_vhostdb_pgsql' 'lighttpd-mod_webdav' 'lilo' 'lilv' 'lilypond' 'lilypond-century-schoolbook-l-fonts' 'lilypond-doc' 'lilypond-doc-cs' 'lilypond-doc-de' 'lilypond-doc-es' 'lilypond-doc-fr' 'lilypond-doc-hu' 'lilypond-doc-it' 'lilypond-doc-ja' 'lilypond-doc-nl' 'lilypond-doc-zh' 'lilypond-emmentaler-fonts' 'lilypond-fonts-common' 'limesuite' 'limesuite-devel' 'limesuite-udev' 'linbox-devel' 'link-grammar' 'link-grammar-devel' 'linkloop' 'links' 'linphone' 'linphone-cli' 'linssid' 'linux-atm' 'linux-atm-devel' 'linux-ftools' 'linux-glibc-devel' 'linux-libertine-fonts' 'linux32' 'linuxconsoletools' 'linuxptp' 'linuxrc' 'linuxrc-devtools' 'linuxsampler' 'linuxsampler' 'linuxsampler-debuginfo' 'linuxsampler-debugsource' 'linuxsampler-doc' 'liquidshell' 'liquidshell' 'liquidshell-debuginfo' 'liquidshell-debugsource' 'lirc-config' 'lirc-core' 'lirc-devel' 'lirc-disable-kernel-rc' 'lirc-drv-ftdi' 'lirc-tools-gui' 'listres' 'litetran' 'littleb-devel' 'littleb-examples' 'littlewizard' 'littlewizard-devel' 'littlewizard-examples' 'live-add-yast-repos' 'live-fat-stick' 'live-grub-stick' 'live-kiwi-hook' 'live-langset-data' 'live-net-installer' 'live-usb-gui' 'live555' 'live555-devel' 'liveMedia' 'liveMedia' 'liveMedia-debuginfo' 'liveMedia-debugsource' 'livedtd' 'lklug-fonts' 'lksctp-tools' 'lksctp-tools-devel' 'llcbench' 'lld' 'lld7' 'lld8' 'lld9' 'lldb' 'lldb-devel' 'lldb7' 'lldb7-devel' 'lldb8' 'lldb8-devel' 'lldb9' 'lldb9-devel' 'lldpd' 'lldpd-devel' 'llmnrd' 'llvm' 'llvm-LTO-devel' 'llvm-devel' 'llvm-gold' 'llvm-vim-plugins' 'llvm7' 'llvm7-LTO-devel' 'llvm7-LTO-devel-32bit' 'llvm7-devel' 'llvm7-devel-32bit' 'llvm7-gold' 'llvm7-opt-viewer' 'llvm7-polly' 'llvm7-polly-devel' 'llvm7-vim-plugins' 'llvm8' 'llvm8-LTO-devel' 'llvm8-LTO-devel-32bit' 'llvm8-devel' 'llvm8-devel-32bit' 'llvm8-gold' 'llvm8-opt-viewer' 'llvm8-polly' 'llvm8-polly-devel' 'llvm8-vim-plugins' 'llvm9' 'llvm9-LTO-devel' 'llvm9-LTO-devel-32bit' 'llvm9-devel' 'llvm9-devel-32bit' 'llvm9-doc' 'llvm9-gold' 'llvm9-opt-viewer' 'llvm9-polly' 'llvm9-polly-devel' 'llvm9-vim-plugins' 'lmarbles' 'lmdb' 'lmdb-devel' 'lmdbxx' 'lmdbxx-devel' 'lmms' 'lmms-devel' 'lmms-vst' 'lnav' 'lndir' 'loadlin' 'lockdev' 'lockdev-devel' 'lodepng-devel' 'log4cplus-devel' 'log4cpp-devel' 'log4cpp-doc' 'log4j' 'log4j-javadoc' 'log4j-jcl' 'log4j-over-slf4j' 'log4j-slf4j' 'log4j12' 'log4j12-javadoc' 'log4j12-manual' 'log4j12-mini' 'log4net' 'logback' 'logback-access' 'logback-examples' 'logback-javadoc' 'logdigest' 'logrotate' 'logstalgia' 'logtail' 'logtop' 'logwarn' 'logwarn-nagios-plugin' 'logwatch' 'lokalize' 'lokalize-lang' 'lollypop' 'lollypop-lang' 'lomoco' 'lomt-blackout-fonts' 'lomt-chunk-fonts' 'lomt-fanwood-fonts' 'lomt-goudybookletter-fonts' 'lomt-junction-fonts' 'lomt-knewave-fonts' 'lomt-leaguegothic-fonts' 'lomt-lindenhill-fonts' 'lomt-orbitron-fonts' 'lomt-ostrichsans-fonts' 'lomt-prociono-fonts' 'lomt-script1-fonts' 'lomt-sniglet-fonts' 'lomt-sortsmillgoudy-fonts' 'lonote' 'lookbook' 'loook' 'lostfeathers' 'loudmouth' 'loudmouth-debugsource' 'loudmouth-devel' 'loudmouth-doc' 'lout' 'love' 'love-0_7_2' 'lpairs' 'lpe' 'lpsolve' 'lpsolve-devel' 'lrslib' 'lrslib-devel' 'lsb' 'lsb-release' 'lsdvd' 'lshw' 'lshw-gui' 'lshw-lang' 'lskat' 'lskat-lang' 'lsof' 'lsp-plugins' 'lsp-plugins-common' 'lsp-plugins-doc' 'lsscsi' 'lsyncd' 'ltrace' 'ltrace-32bit' 'lttng-modules' 'lttng-modules-kmp-default' 'lttng-modules-kmp-pae' 'lttng-tools' 'lttng-tools-devel' 'lttng-ust-devel' 'lttng-ust-doc' 'ltxml' 'ltxml-devel' 'lua-Hamliblua' 'lua-genders' 'lua-libguestfs' 'lua-libprelude' 'lua-lmod' 'lua-lmod-doc' 'lua-macros' 'lua-rrdtool' 'lua51' 'lua51-BitOp' 'lua51-alt-getopt' 'lua51-argparse' 'lua51-bit32' 'lua51-busted' 'lua51-cliargs' 'lua51-compat-5.3' 'lua51-copas' 'lua51-coxpcall' 'lua51-devel' 'lua51-dkjson' 'lua51-doc' 'lua51-ldbus' 'lua51-ldoc' 'lua51-lgi' 'lua51-lgi-doc' 'lua51-loadkit' 'lua51-lpeg' 'lua51-lpeg-doc' 'lua51-lua-dbus' 'lua51-lua-ev' 'lua51-lua-ev-devel' 'lua51-lua-mpris' 'lua51-luadbi' 'lua51-luaevent' 'lua51-luaexpat' 'lua51-luafilesystem' 'lua51-luaposix' 'lua51-luarocks' 'lua51-luasec' 'lua51-luasocket' 'lua51-luasocket-devel' 'lua51-luasql' 'lua51-luassert' 'lua51-luasystem' 'lua51-luaterm' 'lua51-luv' 'lua51-luv-devel' 'lua51-markdown' 'lua51-mediator_lua' 'lua51-messagepack' 'lua51-moonscript' 'lua51-mpack' 'lua51-penlight' 'lua51-penlight-doc' 'lua51-say' 'lua51-zlib' 'lua53' 'lua53-alt-getopt' 'lua53-argparse' 'lua53-busted' 'lua53-cliargs' 'lua53-compat-5.3' 'lua53-copas' 'lua53-coxpcall' 'lua53-devel' 'lua53-dkjson' 'lua53-doc' 'lua53-editorconfig-core-lua' 'lua53-ldbus' 'lua53-ldoc' 'lua53-lgi' 'lua53-lgi-doc' 'lua53-loadkit' 'lua53-lpeg' 'lua53-lpeg-doc' 'lua53-lua-dbus' 'lua53-lua-ev' 'lua53-lua-ev-devel' 'lua53-lua-mpris' 'lua53-luadbi' 'lua53-luaevent' 'lua53-luaexpat' 'lua53-luafilesystem' 'lua53-luaposix' 'lua53-luarocks' 'lua53-luasec' 'lua53-luasocket' 'lua53-luasocket-devel' 'lua53-luasql' 'lua53-luassert' 'lua53-luasystem' 'lua53-luaterm' 'lua53-luv' 'lua53-luv-devel' 'lua53-markdown' 'lua53-mediator_lua' 'lua53-messagepack' 'lua53-moonscript' 'lua53-mpack' 'lua53-penlight' 'lua53-penlight-doc' 'lua53-say' 'lua53-zlib' 'luabind-devel' 'luaposix-doc' 'lucene++-devel' 'lucene-analyzers-common' 'lucene-analyzers-smartcn' 'lucene-analyzers-stempel' 'lucene-backward-codecs' 'lucene-classification' 'lucene-codecs' 'lucene-core' 'lucene-facet' 'lucene-grouping' 'lucene-highlighter' 'lucene-join' 'lucene-memory' 'lucene-misc' 'lucene-queries' 'lucene-queryparser' 'lucene-sandbox' 'lucene-spatial' 'lucene-spatial3d' 'luckybackup' 'luckybackup' 'luckybackup-debuginfo' 'luckybackup-debugsource' 'lugaru' 'lugaru-data' 'luit' 'luminance-hdr' 'luminance-hdr' 'luminance-hdr-debuginfo' 'luminance-hdr-debugsource' 'luminance-hdr-doc' 'luminance-hdr-lang' 'lunar-calendar' 'lunar-calendar-devel' 'lunar-calendar-doc' 'lunar-calendar-gtk3-module' 'lunar-calendar-lang' 'lunar-date' 'lunar-date-devel' 'lunar-date-doc' 'lunar-date-lang' 'lutris' 'luvcview' 'lv' 'lv2' 'lv2-calf' 'lv2-calf-debuginfo' 'lv2-devel' 'lv2-docs' 'lv2-examples' 'lv2-guitarix' 'lv2-linuxsampler' 'lv2-linuxsampler-debuginfo' 'lv2-lsp-plugins' 'lv2-swh-plugins' 'lv2-zam-plugins' 'lvm2' 'lvm2-devel' 'lvm2-lockd' 'lvm2-testsuite' 'lxappearance' 'lxappearance-devel' 'lxappearance-lang' 'lxappearance-obconf' 'lxappearance-obconf-lang' 'lxc' 'lxc-bash-completion' 'lxcfs' 'lxcfs-hooks-lxc' 'lxd' 'lxd-bash-completion' 'lxde' 'lxde-common' 'lxde-common-branding-openSUSE' 'lxde-common-branding-upstream' 'lxdvdrip' 'lxdvdrip' 'lxdvdrip-debuginfo' 'lxdvdrip-debugsource' 'lximage-qt' 'lximage-qt-lang' 'lxinput' 'lxinput-lang' 'lxlauncher' 'lxmenu-data' 'lxpanel' 'lxpanel-devel' 'lxpanel-lang' 'lxqt' 'lxqt-about' 'lxqt-about-lang' 'lxqt-build-tools-devel' 'lxqt-config' 'lxqt-config-lang' 'lxqt-globalkeys' 'lxqt-globalkeys-devel' 'lxqt-globalkeys-lang' 'lxqt-notificationd' 'lxqt-notificationd-lang' 'lxqt-openssh-askpass' 'lxqt-openssh-askpass-lang' 'lxqt-panel' 'lxqt-panel-devel' 'lxqt-panel-lang' 'lxqt-policykit' 'lxqt-policykit-lang' 'lxqt-powermanagement' 'lxqt-powermanagement-lang' 'lxqt-qtplugin' 'lxqt-runner' 'lxqt-runner-lang' 'lxqt-session' 'lxqt-session-lang' 'lxqt-sudo' 'lxqt-sudo-lang' 'lxqt-theme-openSUSE-default' 'lxqt-theme-openSUSE-leaper' 'lxqt-theme-openSUSE-light' 'lxqt-themes' 'lxrandr' 'lxrandr-lang' 'lxsession' 'lxshortcut' 'lxtask' 'lxtask-lang' 'lxterminal' 'lxterminal-lang' 'lynis' 'lynx' 'lyx' 'lz4' 'lzfse' 'lzfse-devel' 'lzham_codec-devel' 'lzham_codec-libs' 'lzip' 'lziprecover' 'lzlib-devel' 'lzma-sdk-devel' 'lzo-devel' 'lzo-devel-32bit' 'lzo-devel-static' 'lzop' 'm17n-db' 'm17n-db-lang' 'm17n-lib' 'm17n-lib-devel' 'm4' 'mISDNuser' 'mISDNuser-devel' 'mac' 'mac-debuginfo' 'mac-robber' 'macchanger' 'machinery' 'machinery-doc' 'macrofusion' 'madplay' 'madplay-lang' 'maelstrom' 'mail_server' 'mailcommon' 'mailcommon-devel' 'mailcommon-lang' 'maildir-utils' 'mailgraph' 'mailimporter' 'mailimporter-devel' 'mailimporter-lang' 'mailnag' 'mailnag-lang' 'mailprocessing' 'mailutils' 'mailutils-devel' 'mailutils-imap4d' 'mailutils-mh' 'mailutils-notify' 'mailutils-pop3d' 'mailx' 'maim' 'mairix' 'make' 'make-lang' 'makebootfat' 'makedepend' 'makedev' 'makedumpfile' 'makeinfo' 'makeinfo4' 'makemkv' 'makemkv' 'makemkv-debugsource' 'makeself' 'makewhat' 'mako' 'malaga-suomi' 'mame' 'mame-data' 'mame-mess' 'mame-tools' 'man' 'man-pages' 'man-pages-de' 'man-pages-de' 'man-pages-fr' 'man-pages-fr-extra' 'man-pages-ja' 'man-pages-posix' 'man-pages-zh_CN' 'manaplus' 'manaplus-lang' 'manchu-fonts' 'mandoc' 'mangler' 'manpageeditor' 'manufacturer-PPDs' 'marble' 'marble-data' 'marble-devel' 'marble-doc' 'marble-kde' 'marble-lang' 'marble-qt' 'marco' 'marco-devel' 'marco-lang' 'marco-themes' 'mariadb' 'mariadb-bench' 'mariadb-client' 'mariadb-connector-odbc' 'mariadb-errormessages' 'mariadb-galera' 'mariadb-java-client' 'mariadb-java-client-javadoc' 'mariadb-rpm-macros' 'mariadb-test' 'mariadb-tools' 'marisa' 'marisa-devel' 'massif-visualizer' 'massif-visualizer' 'massif-visualizer-debuginfo' 'massif-visualizer-debugsource' 'massif-visualizer-lang' 'mate' 'mate-applet-appmenu' 'mate-applet-dock' 'mate-applet-indicator' 'mate-applet-indicator-lang' 'mate-applet-sensors' 'mate-applet-sensors-devel' 'mate-applet-sensors-lang' 'mate-applet-softupd' 'mate-applet-softupd-lang' 'mate-applets' 'mate-applets-lang' 'mate-backgrounds' 'mate-backgrounds-lang' 'mate-calc' 'mate-calc-lang' 'mate-common' 'mate-control-center' 'mate-control-center-branding-openSUSE' 'mate-control-center-branding-upstream' 'mate-control-center-devel' 'mate-control-center-lang' 'mate-desktop' 'mate-desktop-devel' 'mate-desktop-gschemas' 'mate-desktop-gschemas-branding-openSUSE' 'mate-desktop-gschemas-branding-upstream' 'mate-desktop-lang' 'mate-dictionary' 'mate-disk-image-mounter' 'mate-disk-usage-analyzer' 'mate-eiciel' 'mate-eiciel-lang' 'mate-icon-theme' 'mate-icon-theme-faenza' 'mate-icon-theme-faenza-dark' 'mate-icon-theme-faenza-gray' 'mate-media' 'mate-media-lang' 'mate-menu' 'mate-menu-lang' 'mate-menus' 'mate-menus-branding-openSUSE' 'mate-menus-branding-upstream' 'mate-menus-devel' 'mate-menus-lang' 'mate-netbook' 'mate-netbook-lang' 'mate-notification-daemon' 'mate-notification-daemon-lang' 'mate-panel' 'mate-panel-branding-openSUSE' 'mate-panel-branding-upstream' 'mate-panel-devel' 'mate-panel-lang' 'mate-polkit' 'mate-polkit-lang' 'mate-power-manager' 'mate-power-manager-lang' 'mate-screensaver' 'mate-screensaver-devel' 'mate-screensaver-lang' 'mate-screenshot' 'mate-search-tool' 'mate-session-manager' 'mate-session-manager-branding-openSUSE' 'mate-session-manager-branding-upstream' 'mate-session-manager-gschemas' 'mate-session-manager-lang' 'mate-settings-daemon' 'mate-settings-daemon-devel' 'mate-settings-daemon-lang' 'mate-system-log' 'mate-system-monitor' 'mate-system-monitor-lang' 'mate-terminal' 'mate-terminal-lang' 'mate-themes' 'mate-tweak' 'mate-tweak-lang' 'mate-user-guide' 'mate-user-guide-lang' 'mate-user-share' 'mate-user-share-lang' 'mate-utils-common-lang' 'matekbd-common' 'materia-gtk-theme' 'materia-kde' 'materia-kde-decoration' 'materia-kde-konsole' 'materia-kde-kvantum' 'materia-kde-style' 'materia-kde-yakuake' 'mateweather-common' 'mathgl-cgi' 'mathgl-devel' 'mathgl-devel-static' 'mathgl-doc' 'mathgl-doc-pdf' 'mathgl-doc-ru' 'mathgl-examples' 'mathgl-fonts' 'mathgl-lang' 'mathgl-lua' 'mathgl-tex' 'mathgl-tex-doc' 'mathgl-tools' 'mathjax' 'mathjax-ams-fonts' 'mathjax-caligraphic-fonts' 'mathjax-fraktur-fonts' 'mathjax-main-fonts' 'mathjax-math-fonts' 'mathjax-sansserif-fonts' 'mathjax-script-fonts' 'mathjax-size1-fonts' 'mathjax-size2-fonts' 'mathjax-size3-fonts' 'mathjax-size4-fonts' 'mathjax-typewriter-fonts' 'mathjax-winchrome-fonts' 'mathjax-winie6-fonts' 'mathml-dtd' 'mathomatic' 'mathomatic-devel' 'matio-tools' 'matomo' 'matrix-quaternion' 'matrix-quaternion-lang' 'matrix-synapse' 'matthewlib-java' 'matthewlib-java-javadoc' 'mautrix-telegram-server' 'maven' 'maven-ant-plugin' 'maven-ant-plugin-javadoc' 'maven-antrun-plugin' 'maven-antrun-plugin-javadoc' 'maven-archetype' 'maven-archetype-catalog' 'maven-archetype-common' 'maven-archetype-descriptor' 'maven-archetype-javadoc' 'maven-archetype-packaging' 'maven-archetype-plugin' 'maven-archiver' 'maven-archiver-javadoc' 'maven-artifact' 'maven-artifact-manager' 'maven-artifact-resolver' 'maven-artifact-resolver-javadoc' 'maven-artifact-transfer' 'maven-artifact-transfer-javadoc' 'maven-assembly-plugin' 'maven-assembly-plugin-javadoc' 'maven-checkstyle-plugin' 'maven-checkstyle-plugin-javadoc' 'maven-clean-plugin' 'maven-clean-plugin-javadoc' 'maven-common-artifact-filters' 'maven-common-artifact-filters-javadoc' 'maven-compiler-plugin' 'maven-compiler-plugin-javadoc' 'maven-dependency-analyzer' 'maven-dependency-analyzer-javadoc' 'maven-dependency-plugin' 'maven-dependency-plugin-javadoc' 'maven-dependency-tree' 'maven-dependency-tree-javadoc' 'maven-deploy-plugin' 'maven-deploy-plugin-javadoc' 'maven-doxia-core' 'maven-doxia-javadoc' 'maven-doxia-logging-api' 'maven-doxia-module-apt' 'maven-doxia-module-confluence' 'maven-doxia-module-docbook-simple' 'maven-doxia-module-fml' 'maven-doxia-module-fo' 'maven-doxia-module-latex' 'maven-doxia-module-rtf' 'maven-doxia-module-twiki' 'maven-doxia-module-xdoc' 'maven-doxia-module-xhtml' 'maven-doxia-module-xhtml5' 'maven-doxia-sink-api' 'maven-doxia-sitetools' 'maven-doxia-sitetools-javadoc' 'maven-doxia-test-docs' 'maven-enforcer' 'maven-enforcer-api' 'maven-enforcer-javadoc' 'maven-enforcer-plugin' 'maven-enforcer-rules' 'maven-failsafe-plugin' 'maven-file-management' 'maven-file-management-javadoc' 'maven-filtering' 'maven-filtering-javadoc' 'maven-install-plugin' 'maven-install-plugin-javadoc' 'maven-invoker' 'maven-invoker-javadoc' 'maven-invoker-plugin' 'maven-invoker-plugin-javadoc' 'maven-jar-plugin' 'maven-jar-plugin-javadoc' 'maven-jarsigner-plugin' 'maven-jarsigner-plugin-javadoc' 'maven-javadoc' 'maven-javadoc-plugin' 'maven-javadoc-plugin-javadoc' 'maven-jaxb2-plugin' 'maven-jlink-plugin' 'maven-jlink-plugin-javadoc' 'maven-jmod-plugin' 'maven-jmod-plugin-javadoc' 'maven-lib' 'maven-local' 'maven-mapping' 'maven-mapping-javadoc' 'maven-model' 'maven-monitor' 'maven-native' 'maven-native-components' 'maven-native-javadoc' 'maven-osgi' 'maven-osgi-javadoc' 'maven-parent' 'maven-plugin-annotations' 'maven-plugin-build-helper' 'maven-plugin-build-helper-javadoc' 'maven-plugin-bundle' 'maven-plugin-bundle-javadoc' 'maven-plugin-descriptor' 'maven-plugin-plugin' 'maven-plugin-plugin-javadoc' 'maven-plugin-registry' 'maven-plugin-testing' 'maven-plugin-testing-harness' 'maven-plugin-testing-javadoc' 'maven-plugin-testing-tools' 'maven-plugin-tools-annotations' 'maven-plugin-tools-ant' 'maven-plugin-tools-api' 'maven-plugin-tools-beanshell' 'maven-plugin-tools-generators' 'maven-plugin-tools-java' 'maven-plugin-tools-javadoc' 'maven-plugin-tools-model' 'maven-plugins-pom' 'maven-profile' 'maven-project' 'maven-remote-resources-plugin' 'maven-remote-resources-plugin-javadoc' 'maven-reporting-api' 'maven-reporting-api-javadoc' 'maven-reporting-exec' 'maven-reporting-exec-javadoc' 'maven-reporting-impl' 'maven-reporting-impl-javadoc' 'maven-resolver' 'maven-resolver-api' 'maven-resolver-connector-basic' 'maven-resolver-impl' 'maven-resolver-javadoc' 'maven-resolver-spi' 'maven-resolver-test-util' 'maven-resolver-transport-classpath' 'maven-resolver-transport-file' 'maven-resolver-transport-http' 'maven-resolver-transport-wagon' 'maven-resolver-util' 'maven-resources-plugin' 'maven-resources-plugin-javadoc' 'maven-scm' 'maven-scm-javadoc' 'maven-scm-test' 'maven-script-ant' 'maven-script-beanshell' 'maven-script-interpreter' 'maven-script-interpreter-javadoc' 'maven-settings' 'maven-shade-plugin' 'maven-shade-plugin-javadoc' 'maven-shared' 'maven-shared-incremental' 'maven-shared-incremental-javadoc' 'maven-shared-io' 'maven-shared-io-javadoc' 'maven-shared-jarsigner' 'maven-shared-jarsigner-javadoc' 'maven-shared-utils' 'maven-shared-utils-javadoc' 'maven-source-plugin' 'maven-source-plugin-javadoc' 'maven-surefire' 'maven-surefire-javadoc' 'maven-surefire-plugin' 'maven-surefire-plugins-javadoc' 'maven-surefire-provider-junit' 'maven-surefire-provider-junit5' 'maven-surefire-provider-junit5-javadoc' 'maven-surefire-provider-testng' 'maven-surefire-report-parser' 'maven-surefire-report-plugin' 'maven-test-tools' 'maven-toolchain' 'maven-verifier' 'maven-verifier-javadoc' 'maven-wagon-file' 'maven-wagon-ftp' 'maven-wagon-http' 'maven-wagon-http-lightweight' 'maven-wagon-http-shared' 'maven-wagon-javadoc' 'maven-wagon-provider-api' 'maven-wagon-ssh' 'maven-wagon-ssh-common' 'maven-wagon-ssh-external' 'maven-war-plugin' 'maven-war-plugin-javadoc' 'maven2-javadoc' 'mawk' 'maxima' 'maxima-exec-clisp' 'maxima-lang-de-utf8' 'maxima-lang-es-utf8' 'maxima-lang-pt-utf8' 'maxima-lang-pt_BR-utf8' 'maxima-xmaxima' 'mayavi' 'mayavi-doc' 'mayavi-jupyter' 'mbedtls-devel' 'mbimcli-bash-completion' 'mbox-importer' 'mbox-importer-lang' 'mbrola' 'mbrola' 'mbrola-de1' 'mbrola-de1' 'mbrola-de2' 'mbrola-de2' 'mbrola-de3' 'mbrola-de3' 'mbrola-de4' 'mbrola-de4' 'mbrola-de5' 'mbrola-de5' 'mbrola-de6' 'mbrola-de6' 'mbrola-de7' 'mbrola-de7' 'mbrola-de8' 'mbrola-de8' 'mbrola-debuginfo' 'mbrola-debugsource' 'mbuffer' 'mc' 'mc-lang' 'mcabber' 'mcabber-devel' 'mccs' 'mcds' 'mcelog' 'mchange-commons' 'mchange-commons-javadoc' 'mcjoin' 'mcpp' 'mcpp-devel' 'mcs' 'mcs-debuginfo' 'mcstrans' 'mda-lv2' 'mdadm' 'mdbtools' 'mdbtools-devel' 'mdds-1_4-devel' 'mdds-1_5-devel' 'mdf2iso' 'mdf2iso' 'mdf2iso-debuginfo' 'mdf2iso-debugsource' 'mdtest' 'meabo' 'meanwhile-devel' 'meanwhile-doc' 'med' 'med' 'med-debuginfo' 'med-debugsource' 'med-devel' 'med-tools' 'med-tools-doc' 'media-player-info' 'mediainfo' 'mediainfo-gui' 'mediastreamer2' 'mediastreamer2-devel' 'mediastreamer2-doc' 'mediatomb' 'mediatomb' 'mediatomb-debuginfo' 'mediatomb-debugsource' 'mediatomb-mysql' 'mediatomb-mysql-debuginfo' 'mediatomb-sqlite' 'mediatomb-sqlite-debuginfo' 'mednafen' 'mednafen-doc' 'mednafen-lang' 'mednafen-server' 'meep' 'meep-devel' 'megaglest' 'megaglest-data' 'megatools' 'meld' 'meld-lang' 'melody' 'melody-lang' 'melt' 'memcached' 'memcached-devel' 'memkind' 'memkind-devel' 'memory-constraints' 'memphis-devel' 'memprof' 'memprof-lang' 'memtest86+' 'menu-cache' 'menu-cache-devel' 'menulibre' 'mercurial' 'mercurial-lang' 'merkaartor' 'merkaartor' 'meslo-lg-fonts' 'meson' 'meson-test' 'meson-tools' 'meson-vim' 'messagelib' 'messagelib-devel' 'messagelib-lang' 'metacity' 'metacity-devel' 'metacity-lang' 'metacity-theme-adapta' 'metacity-theme-plata' 'metacity-tools' 'metallb-controller' 'metallb-k8s-yaml' 'metallb-speaker' 'metamail' 'metamath' 'metamath-book' 'metamath-data' 'metatheme-adapta-common' 'metatheme-adwaita-common' 'metatheme-ambiance-common' 'metatheme-ambiant-mate-common' 'metatheme-arc-common' 'metatheme-bluebird-common' 'metatheme-breeze-common' 'metatheme-e17gtk-common' 'metatheme-elementary-common' 'metatheme-greybird-common' 'metatheme-greybird-geeko-common' 'metatheme-mint-common' 'metatheme-numix-common' 'metatheme-paper-common' 'metatheme-plata-common' 'metatheme-radiance-common' 'metatheme-radiant-mate-common' 'metatheme-sonar-common' 'metatheme-vertex-common' 'metatheme-yaru-common' 'metatheme-yuyo-common' 'meteo' 'meteo-lang' 'meterbridge' 'metis' 'metis-devel' 'metis-doc' 'metis-examples' 'metis-gnu-hpc' 'metis-gnu-hpc-devel' 'metis-gnu-hpc-doc' 'metis-gnu-hpc-examples' 'metis_5_1_0-gnu-hpc' 'metis_5_1_0-gnu-hpc-devel' 'metis_5_1_0-gnu-hpc-doc' 'metis_5_1_0-gnu-hpc-examples' 'metronome' 'metronome-lang' 'mfoc' 'mfsm' 'mftrace' 'mgdiff' 'mgetty' 'mgopen-fonts' 'mgp' 'mhash-devel' 'mhvtl' 'mhvtl-kmp-default' 'mhvtl-kmp-pae' 'miam-player' 'miam-player' 'miam-player-debuginfo' 'miam-player-debugsource' 'miao-fonts' 'microdnf' 'microos-tools' 'microos_apparmor' 'microos_base' 'microos_cloud' 'microos_gnome_desktop' 'microos_hardware' 'microos_ima_evm' 'microos_kde_desktop' 'microos_sssd_ldap' 'midori' 'midori-devel' 'midori-lang' 'mii-tool' 'mii-tool' 'mii-tool-debuginfo' 'mii-tool-debugsource' 'mikachan-fonts' 'miller' 'milou5' 'milou5-lang' 'miltertest' 'mimic' 'mimic-devel' 'minder' 'minder-lang' 'mined' 'minetest' 'minetest-data' 'minetest-game' 'minetest-lang' 'minetestserver' 'mingetty' 'mingw32-binutils' 'mingw32-binutils-debug' 'mingw32-binutils-devel' 'mingw32-cpp' 'mingw32-cross-binutils' 'mingw32-cross-breakpad-tools' 'mingw32-cross-cpp' 'mingw32-cross-cpp-bootstrap' 'mingw32-cross-gcc' 'mingw32-cross-gcc-bootstrap' 'mingw32-cross-gcc-c++' 'mingw32-cross-gcc-fortran' 'mingw32-cross-gcc-objc' 'mingw32-cross-pkgconf' 'mingw32-filesystem' 'mingw32-filesystem' 'mingw32-gcc' 'mingw32-gcc-c++' 'mingw32-gcc-debug' 'mingw32-gcc-fortran' 'mingw32-gcc-objc' 'mingw32-gmp-debug' 'mingw32-gmp-devel' 'mingw32-headers' 'mingw32-headers-dummy-pthread' 'mingw32-libatomic1' 'mingw32-libgcc_s_sjlj1' 'mingw32-libgfortran5' 'mingw32-libgmp10' 'mingw32-libgmpxx4' 'mingw32-libgomp1' 'mingw32-libminizip1' 'mingw32-libmpc3' 'mingw32-libmpfr4' 'mingw32-libobjc4' 'mingw32-libquadmath0' 'mingw32-libssp0' 'mingw32-libstdc++6' 'mingw32-libwinpthread1' 'mingw32-libz' 'mingw32-minizip-devel' 'mingw32-mpc-debug' 'mingw32-mpc-devel' 'mingw32-mpfr-debug' 'mingw32-mpfr-devel' 'mingw32-pkgconf' 'mingw32-pkgconf-debug' 'mingw32-runtime' 'mingw32-winpthreads-debug' 'mingw32-winpthreads-devel' 'mingw32-zlib-debug' 'mingw32-zlib-devel' 'mingw32-zlib1' 'mingw64-binutils' 'mingw64-binutils-debug' 'mingw64-binutils-devel' 'mingw64-cpp' 'mingw64-cross-binutils' 'mingw64-cross-breakpad-tools' 'mingw64-cross-cpp' 'mingw64-cross-cpp-bootstrap' 'mingw64-cross-gcc' 'mingw64-cross-gcc-bootstrap' 'mingw64-cross-gcc-c++' 'mingw64-cross-gcc-fortran' 'mingw64-cross-gcc-objc' 'mingw64-cross-pkgconf' 'mingw64-filesystem' 'mingw64-gcc' 'mingw64-gcc-c++' 'mingw64-gcc-debug' 'mingw64-gcc-fortran' 'mingw64-gcc-objc' 'mingw64-gmp-debug' 'mingw64-gmp-devel' 'mingw64-headers' 'mingw64-headers-dummy-pthread' 'mingw64-libatomic1' 'mingw64-libgcc_s_seh1' 'mingw64-libgfortran5' 'mingw64-libgmp10' 'mingw64-libgmpxx4' 'mingw64-libgomp1' 'mingw64-libminizip1' 'mingw64-libmpc3' 'mingw64-libmpfr4' 'mingw64-libobjc4' 'mingw64-libquadmath0' 'mingw64-libssp0' 'mingw64-libstdc++6' 'mingw64-libwinpthread1' 'mingw64-libz' 'mingw64-minizip-devel' 'mingw64-mpc-debug' 'mingw64-mpc-devel' 'mingw64-mpfr-debug' 'mingw64-mpfr-devel' 'mingw64-pkgconf' 'mingw64-pkgconf-debug' 'mingw64-runtime' 'mingw64-winpthreads-debug' 'mingw64-winpthreads-devel' 'mingw64-zlib-debug' 'mingw64-zlib-devel' 'mingw64-zlib1' 'mingzat-fonts' 'minicom' 'minicom-lang' 'minidlna' 'minigalaxy' 'minikube' 'minimal_base' 'minimodem' 'mininet' 'mininews' 'minisat' 'minisat-devel' 'minitube' 'minitube-lang' 'miniupnpc' 'minizip-devel' 'minlog' 'minlog-javadoc' 'minuet' 'minuet-devel' 'minuet-lang' 'mipv6d' 'miredo-client' 'miredo-common' 'miredo-devel' 'miredo-server' 'mirisdr' 'mirisdr-udev' 'mirovideoconverter' 'mirovideoconverter' 'mirror' 'mirror-registry' 'mirrormagic' 'mjpegtools' 'mjpg-streamer' 'mk-configure' 'mk-configure-doc' 'mkcomposecache' 'mkdud' 'mkelfImage' 'mkfontscale' 'mkisofs' 'mkl-dnn-devel' 'mkl-dnn-doc' 'mkosi' 'mksh' 'mksusecd' 'mktorrent' 'mkvtoolnix' 'mkvtoolnix-gui' 'mlmmj' 'mlocate' 'mlocate-lang' 'mlterm' 'mlterm-canna' 'mlterm-ibus' 'mlterm-m17n' 'mlterm-scim' 'mlterm-uim' 'mlterm-wnn' 'mm-common' 'mm-common-docs' 'mmc-utils' 'mmdblookup' 'mmv' 'moarvm' 'moarvm-devel' 'mobidict' 'mobile-broadband-provider-info' 'mobipocket' 'mobipocket-devel' 'moc' 'mockito' 'mockito-javadoc' 'modello' 'modello-javadoc' 'modello-maven-plugin' 'modello-maven-plugin-javadoc' 'modem-manager-gui' 'modem-manager-gui-lang' 'modsecurity' 'modsecurity-devel' 'modulemd-validator' 'moe' 'mojave-gtk-theme' 'mojo-executor' 'mojo-executor-javadoc' 'mojo-parent' 'moka-icon-theme' 'mokutil' 'molsketch' 'molsketch-devel' 'molsketch-doc' 'monapo-fonts' 'moneyplex-daten' 'moneyplex-suse' 'mongolian-fonts' 'monitoring-plugins' 'monitoring-plugins-all' 'monitoring-plugins-apcupsd' 'monitoring-plugins-bind' 'monitoring-plugins-bind9' 'monitoring-plugins-bl' 'monitoring-plugins-bonding' 'monitoring-plugins-breeze' 'monitoring-plugins-by_ssh' 'monitoring-plugins-clamav' 'monitoring-plugins-cluster' 'monitoring-plugins-common' 'monitoring-plugins-contentage' 'monitoring-plugins-count_file' 'monitoring-plugins-cups' 'monitoring-plugins-dbi' 'monitoring-plugins-dbi-mysql' 'monitoring-plugins-dbi-pgsql' 'monitoring-plugins-dbi-sqlite3' 'monitoring-plugins-dhcp' 'monitoring-plugins-dig' 'monitoring-plugins-disk' 'monitoring-plugins-disk_smb' 'monitoring-plugins-dns' 'monitoring-plugins-dns.pl' 'monitoring-plugins-drbd9' 'monitoring-plugins-dummy' 'monitoring-plugins-extras' 'monitoring-plugins-fail2ban' 'monitoring-plugins-file_age' 'monitoring-plugins-flexlm' 'monitoring-plugins-fping' 'monitoring-plugins-haproxy' 'monitoring-plugins-hpjd' 'monitoring-plugins-http' 'monitoring-plugins-icmp' 'monitoring-plugins-ide_smart' 'monitoring-plugins-ifoperstatus' 'monitoring-plugins-ifstatus' 'monitoring-plugins-ipmi-sensor1' 'monitoring-plugins-ircd' 'monitoring-plugins-keepalived' 'monitoring-plugins-ldap' 'monitoring-plugins-load' 'monitoring-plugins-log' 'monitoring-plugins-mailq' 'monitoring-plugins-mailstat' 'monitoring-plugins-mem' 'monitoring-plugins-metadata' 'monitoring-plugins-mrtg' 'monitoring-plugins-mrtgtraf' 'monitoring-plugins-mysql' 'monitoring-plugins-mysql_health' 'monitoring-plugins-nagios' 'monitoring-plugins-nis' 'monitoring-plugins-nrpe' 'monitoring-plugins-nt' 'monitoring-plugins-ntp_peer' 'monitoring-plugins-ntp_time' 'monitoring-plugins-nwc_health' 'monitoring-plugins-nwstat' 'monitoring-plugins-openvpn' 'monitoring-plugins-oracle' 'monitoring-plugins-overcr' 'monitoring-plugins-pgsql' 'monitoring-plugins-ping' 'monitoring-plugins-postgres' 'monitoring-plugins-procs' 'monitoring-plugins-qlogic_sanbox' 'monitoring-plugins-radius' 'monitoring-plugins-real' 'monitoring-plugins-repomd' 'monitoring-plugins-rpc' 'monitoring-plugins-rsync' 'monitoring-plugins-sar-perf' 'monitoring-plugins-sensors' 'monitoring-plugins-sentry3' 'monitoring-plugins-sip' 'monitoring-plugins-smart' 'monitoring-plugins-smtp' 'monitoring-plugins-snmp' 'monitoring-plugins-ssh' 'monitoring-plugins-swap' 'monitoring-plugins-tcp' 'monitoring-plugins-tftp' 'monitoring-plugins-time' 'monitoring-plugins-traffic_limit' 'monitoring-plugins-ups' 'monitoring-plugins-users' 'monitoring-plugins-wave' 'monitoring-plugins-zypper' 'mono-addins' 'mono-addins-devel' 'mono-addins-msbuild' 'mono-basic' 'mono-complete' 'mono-core' 'mono-data' 'mono-data-oracle' 'mono-data-sqlite' 'mono-devel' 'mono-extras' 'mono-libkolabxml1' 'mono-locale-extras' 'mono-mvc' 'mono-reactive' 'mono-wcf' 'mono-web' 'mono-winforms' 'mono-winfxcore' 'mono-zeroconf' 'mono-zeroconf-devel' 'mono-zeroconf-doc' 'mono-zeroconf-provider-avahi' 'monodoc-core' 'monteverdi' 'moodbar' 'moodbar' 'moodbar-debuginfo' 'moodbar-debugsource' 'moodbar-devel' 'moonjit' 'moonjit-devel' 'mopac7' 'moreutils' 'moreutils-parallel' 'morfologik-stemming' 'morfologik-stemming-javadoc' 'morris' 'mosh' 'mosquitto' 'mosquitto-clients' 'mosquitto-devel' 'most' 'motif' 'motif-devel' 'motif-devel-32bit' 'motion' 'motoya-lcedar-fonts' 'motoya-lmaru-fonts' 'motv' 'mousepad' 'mousepad-lang' 'mousetweaks' 'mousetweaks-lang' 'moviethumbnailer' 'moviethumbnailer' 'movit-devel' 'movit8-data' 'mozaddon-devel' 'mozc' 'mozc-gui-tools' 'mozilla-jss' 'mozilla-jss-javadoc' 'mozilla-nspr' 'mozilla-nspr-32bit' 'mozilla-nspr-devel' 'mozilla-nss' 'mozilla-nss-32bit' 'mozilla-nss-certs' 'mozilla-nss-certs-32bit' 'mozilla-nss-devel' 'mozilla-nss-sysinit' 'mozilla-nss-sysinit-32bit' 'mozilla-nss-tools' 'mozjs38' 'mozjs38-devel' 'mozjs52' 'mozjs52-devel' 'mozjs60' 'mozjs60-devel' 'mozldap-devel' 'mozldap-libs' 'mozldap-tools' 'mozo' 'mozo-lang' 'mp' 'mp-gtk3' 'mp3_check' 'mp3blaster' 'mp3blaster' 'mp3blaster-debuginfo' 'mp3blaster-debugsource' 'mp3diags' 'mp3diags' 'mp3diags-debuginfo' 'mp3diags-debugsource' 'mp3diags-lang' 'mp3diags-unstable' 'mp3diags-unstable' 'mp3diags-unstable-debuginfo' 'mp3diags-unstable-debugsource' 'mp3info' 'mp3info' 'mp3info-debuginfo' 'mp3info-debugsource' 'mp3splt' 'mp3splt' 'mp3splt-debuginfo' 'mp3splt-debugsource' 'mp3splt-gtk' 'mp3splt-gtk' 'mp3splt-gtk-debuginfo' 'mp3splt-gtk-debugsource' 'mp3val' 'mp3val' 'mp3val-debuginfo' 'mp3val-debugsource' 'mp3wrap' 'mp3wrap' 'mp3wrap-debuginfo' 'mp3wrap-debugsource' 'mp4als' 'mp4als' 'mp4als-debuginfo' 'mp4als-debugsource' 'mpDris2' 'mpDris2-lang' 'mpark-variant' 'mpark-variant-devel' 'mpc-devel' 'mpc-devel-32bit' 'mpc-qt' 'mpclient' 'mpd' 'mpeg2dec' 'mpeg2demux' 'mpeg2demux-debuginfo' 'mpeg4ip' 'mpeg4ip' 'mpeg4ip-debuginfo' 'mpeg4ip-debugsource' 'mpfc' 'mpfc' 'mpfc-debuginfo' 'mpfc-debugsource' 'mpfi-devel' 'mpfr-devel' 'mpfr-devel-32bit' 'mpg123' 'mpg123-devel' 'mpg123-devel-32bit' 'mpg123-jack' 'mpg123-jack-32bit' 'mpg123-openal' 'mpg123-openal-32bit' 'mpg123-portaudio' 'mpg123-portaudio-32bit' 'mpg123-pulse' 'mpg123-pulse-32bit' 'mpg123-sdl' 'mpg123-sdl-32bit' 'mpgtx' 'mpgtx' 'mpgtx-debugsource' 'mpi-selector' 'mpiP-gnu-mpich-hpc' 'mpiP-gnu-mpich-hpc-doc' 'mpiP-gnu-mvapich2-hpc' 'mpiP-gnu-mvapich2-hpc-doc' 'mpiP-gnu-openmpi1-hpc' 'mpiP-gnu-openmpi1-hpc-doc' 'mpiP-gnu-openmpi2-hpc' 'mpiP-gnu-openmpi2-hpc-doc' 'mpiP-gnu-openmpi3-hpc' 'mpiP-gnu-openmpi3-hpc-doc' 'mpiP_3_4_1-gnu-mpich-hpc' 'mpiP_3_4_1-gnu-mpich-hpc-devel-static' 'mpiP_3_4_1-gnu-mpich-hpc-doc' 'mpiP_3_4_1-gnu-mvapich2-hpc' 'mpiP_3_4_1-gnu-mvapich2-hpc-devel-static' 'mpiP_3_4_1-gnu-mvapich2-hpc-doc' 'mpiP_3_4_1-gnu-openmpi1-hpc' 'mpiP_3_4_1-gnu-openmpi1-hpc-devel-static' 'mpiP_3_4_1-gnu-openmpi1-hpc-doc' 'mpiP_3_4_1-gnu-openmpi2-hpc' 'mpiP_3_4_1-gnu-openmpi2-hpc-devel-static' 'mpiP_3_4_1-gnu-openmpi2-hpc-doc' 'mpiP_3_4_1-gnu-openmpi3-hpc' 'mpiP_3_4_1-gnu-openmpi3-hpc-devel-static' 'mpiP_3_4_1-gnu-openmpi3-hpc-doc' 'mpibash' 'mpibash-examples' 'mpich' 'mpich-devel' 'mpich-gnu-hpc' 'mpich-gnu-hpc-devel' 'mpich-gnu-hpc-devel-static' 'mpich-gnu-hpc-macros-devel' 'mpich-ofi' 'mpich-ofi-devel' 'mpich-ofi-gnu-hpc' 'mpich-ofi-gnu-hpc-devel' 'mpich-ofi-gnu-hpc-devel-static' 'mpich-ofi-gnu-hpc-macros-devel' 'mpich-ofi_3_3_2-gnu-hpc' 'mpich-ofi_3_3_2-gnu-hpc-devel' 'mpich-ofi_3_3_2-gnu-hpc-devel-static' 'mpich-ofi_3_3_2-gnu-hpc-macros-devel' 'mpich_3_3_2-gnu-hpc' 'mpich_3_3_2-gnu-hpc-devel' 'mpich_3_3_2-gnu-hpc-devel-static' 'mpich_3_3_2-gnu-hpc-macros-devel' 'mpitests' 'mpitests-mpich' 'mpitests-mpich-gnu-hpc' 'mpitests-mpich-ofi' 'mpitests-mpich-ofi-gnu-hpc' 'mpitests-mvapich2' 'mpitests-mvapich2-gnu-hpc' 'mpitests-mvapich2-psm' 'mpitests-mvapich2-psm-gnu-hpc' 'mpitests-mvapich2-psm2' 'mpitests-mvapich2-psm2-gnu-hpc' 'mpitests-openmpi1' 'mpitests-openmpi1-gnu-hpc' 'mpitests-openmpi2' 'mpitests-openmpi2-gnu-hpc' 'mpitests-openmpi3' 'mpitests-openmpi3-gnu-hpc' 'mpitests-openmpi4' 'mpitests-openmpi4-gnu-hpc' 'mplus-fonts' 'mppenc' 'mppenc' 'mppenc-debuginfo' 'mppenc-debugsource' 'mpt-firmware' 'mpt-status' 'mpv' 'mpv-bash-completion' 'mpv-devel' 'mpv-plugin-mpris' 'mpv-zsh-completion' 'mr' 'mraa' 'mraa-devel' 'mraa-examples' 'mrboom' 'mrouted' 'mrrescue' 'mrsh' 'mrsh-rsh-compat' 'mrsh-rsh-server-compat' 'mrsh-server' 'ms-sys' 'ms-sys' 'ms-sys-debuginfo' 'ms-sys-debugsource' 'mscgen' 'msgpack-devel' 'msitools' 'msitools-devel' 'msitools-lang' 'msmtp' 'msmtp-doc' 'msmtp-mta' 'msoak' 'mspack-examples' 'msr-tools' 'mstflint' 'msv-demo' 'msv-javadoc' 'msv-manual' 'msv-msv' 'msv-rngconv' 'msv-xmlgen' 'msv-xsdlib' 'mt-st' 'mtd-utils' 'mtdev' 'mtdev-devel' 'mtools' 'mtools-doc' 'mtp-tools' 'mtpaint' 'mtpaint-handbook' 'mtpaint-lang' 'mtpfs' 'mtpfs' 'mtpfs-debuginfo' 'mtpfs-debugsource' 'mtr' 'mtr-gtk' 'mtree' 'mtx' 'mtxclient' 'mtxclient-devel' 'mtxclient-doc' 'mu4e' 'muffin' 'muffin-devel' 'muffin-lang' 'mugshot' 'multimedia' 'multimon-ng' 'multipath-tools' 'multipath-tools-devel' 'multitail' 'multiverse' 'multiverse-javadoc' 'multus' 'multus-k8s-yaml' 'mumble' 'mumble-32bit' 'mumble-server' 'mumps-devel' 'mumps-devel-static' 'mumps-doc' 'mumps-examples' 'mumps-gnu-mpich-hpc-devel' 'mumps-gnu-mpich-hpc-doc' 'mumps-gnu-mpich-hpc-examples' 'mumps-gnu-mvapich2-hpc-devel' 'mumps-gnu-mvapich2-hpc-doc' 'mumps-gnu-mvapich2-hpc-examples' 'mumps-gnu-openmpi1-hpc-devel' 'mumps-gnu-openmpi1-hpc-doc' 'mumps-gnu-openmpi1-hpc-examples' 'mumps-gnu-openmpi2-hpc-devel' 'mumps-gnu-openmpi2-hpc-doc' 'mumps-gnu-openmpi2-hpc-examples' 'mumps-gnu-openmpi3-hpc-devel' 'mumps-gnu-openmpi3-hpc-doc' 'mumps-gnu-openmpi3-hpc-examples' 'mumps-mvapich2-5-compat' 'mumps-mvapich2-devel' 'mumps-mvapich2-devel-static' 'mumps-mvapich2-devel-static-compat' 'mumps-mvapich2-examples' 'mumps-openmpi1-5-compat' 'mumps-openmpi1-devel' 'mumps-openmpi1-devel-static' 'mumps-openmpi1-devel-static-compat' 'mumps-openmpi1-examples' 'mumps-openmpi2-5-compat' 'mumps-openmpi2-devel' 'mumps-openmpi2-devel-static' 'mumps-openmpi2-devel-static-compat' 'mumps-openmpi2-examples' 'mumps-openmpi3-5-compat' 'mumps-openmpi3-devel' 'mumps-openmpi3-devel-static' 'mumps-openmpi3-devel-static-compat' 'mumps-openmpi3-examples' 'mumps-ptscotch-openmpi1-5-compat' 'mumps-ptscotch-openmpi1-devel' 'mumps-ptscotch-openmpi1-devel-static' 'mumps-ptscotch-openmpi1-devel-static-compat' 'mumps-ptscotch-openmpi1-examples' 'mumps-ptscotch-openmpi2-5-compat' 'mumps-ptscotch-openmpi2-devel' 'mumps-ptscotch-openmpi2-devel-static' 'mumps-ptscotch-openmpi2-devel-static-compat' 'mumps-ptscotch-openmpi2-examples' 'mumps-scotch-devel' 'mumps-scotch-devel-static' 'mumps-scotch-examples' 'mumps_5_2_1-gnu-mpich-hpc-devel' 'mumps_5_2_1-gnu-mpich-hpc-devel-static' 'mumps_5_2_1-gnu-mpich-hpc-doc' 'mumps_5_2_1-gnu-mpich-hpc-examples' 'mumps_5_2_1-gnu-mvapich2-hpc-devel' 'mumps_5_2_1-gnu-mvapich2-hpc-devel-static' 'mumps_5_2_1-gnu-mvapich2-hpc-doc' 'mumps_5_2_1-gnu-mvapich2-hpc-examples' 'mumps_5_2_1-gnu-openmpi1-hpc-devel' 'mumps_5_2_1-gnu-openmpi1-hpc-devel-static' 'mumps_5_2_1-gnu-openmpi1-hpc-doc' 'mumps_5_2_1-gnu-openmpi1-hpc-examples' 'mumps_5_2_1-gnu-openmpi2-hpc-devel' 'mumps_5_2_1-gnu-openmpi2-hpc-devel-static' 'mumps_5_2_1-gnu-openmpi2-hpc-doc' 'mumps_5_2_1-gnu-openmpi2-hpc-examples' 'mumps_5_2_1-gnu-openmpi3-hpc-devel' 'mumps_5_2_1-gnu-openmpi3-hpc-devel-static' 'mumps_5_2_1-gnu-openmpi3-hpc-doc' 'mumps_5_2_1-gnu-openmpi3-hpc-examples' 'munge' 'munge-devel' 'munge-devel-32bit' 'munge-maven-plugin' 'munge-maven-plugin-javadoc' 'munin' 'munin-node' 'muparser-devel' 'muparser-devel-32bit' 'muparserx-devel' 'mupdf' 'mupdf-devel-static' 'muroar' 'muroar' 'muroar-debuginfo' 'muroar-debugsource' 'muroar-devel' 'muroard' 'muroard' 'muroard-debuginfo' 'muroard-debugsource' 'muroard-devel' 'museic' 'musepack' 'musepack-devel' 'musescore' 'musescore-fonts' 'musique' 'musique' 'musique-debuginfo' 'musique-debugsource' 'musique-lang' 'mutt' 'mutt-doc' 'mutt-lang' 'mutter' 'mutter-data' 'mutter-devel' 'mutter-lang' 'mvapich2' 'mvapich2-devel' 'mvapich2-devel-static' 'mvapich2-doc' 'mvapich2-gnu-hpc' 'mvapich2-gnu-hpc-devel' 'mvapich2-gnu-hpc-doc' 'mvapich2-gnu-hpc-macros-devel' 'mvapich2-psm' 'mvapich2-psm-devel' 'mvapich2-psm-devel-static' 'mvapich2-psm-doc' 'mvapich2-psm-gnu-hpc' 'mvapich2-psm-gnu-hpc-devel' 'mvapich2-psm-gnu-hpc-doc' 'mvapich2-psm-gnu-hpc-macros-devel' 'mvapich2-psm2' 'mvapich2-psm2-devel' 'mvapich2-psm2-devel-static' 'mvapich2-psm2-doc' 'mvapich2-psm2-gnu-hpc' 'mvapich2-psm2-gnu-hpc-devel' 'mvapich2-psm2-gnu-hpc-doc' 'mvapich2-psm2-gnu-hpc-macros-devel' 'mvapich2-psm2_2_3_3-gnu-hpc' 'mvapich2-psm2_2_3_3-gnu-hpc-devel' 'mvapich2-psm2_2_3_3-gnu-hpc-devel-static' 'mvapich2-psm2_2_3_3-gnu-hpc-doc' 'mvapich2-psm2_2_3_3-gnu-hpc-macros-devel' 'mvapich2-psm_2_3_3-gnu-hpc' 'mvapich2-psm_2_3_3-gnu-hpc-devel' 'mvapich2-psm_2_3_3-gnu-hpc-devel-static' 'mvapich2-psm_2_3_3-gnu-hpc-doc' 'mvapich2-psm_2_3_3-gnu-hpc-macros-devel' 'mvapich2_2_3_3-gnu-hpc' 'mvapich2_2_3_3-gnu-hpc-devel' 'mvapich2_2_3_3-gnu-hpc-devel-static' 'mvapich2_2_3_3-gnu-hpc-doc' 'mvapich2_2_3_3-gnu-hpc-macros-devel' 'mwic' 'mx4j' 'mxml-devel' 'mxml-doc' 'mybashburn' 'mybashburn' 'mybatis' 'mybatis-javadoc' 'mybatis-parent' 'mycroft-core' 'mylvmbackup' 'myman' 'mypaint' 'mypaint-brushes' 'mypaint-brushes-devel' 'mypaint-brushes1' 'mypaint-brushes1-devel' 'mypaint-lang' 'mypy' 'myspell-af_NA' 'myspell-af_ZA' 'myspell-an' 'myspell-an_ES' 'myspell-ar' 'myspell-ar_AE' 'myspell-ar_BH' 'myspell-ar_DZ' 'myspell-ar_EG' 'myspell-ar_IQ' 'myspell-ar_JO' 'myspell-ar_KW' 'myspell-ar_LB' 'myspell-ar_LY' 'myspell-ar_MA' 'myspell-ar_OM' 'myspell-ar_QA' 'myspell-ar_SA' 'myspell-ar_SD' 'myspell-ar_SY' 'myspell-ar_TN' 'myspell-ar_YE' 'myspell-be_BY' 'myspell-bg_BG' 'myspell-bn_BD' 'myspell-bn_IN' 'myspell-bo' 'myspell-bo_CN' 'myspell-bo_IN' 'myspell-br_FR' 'myspell-bs' 'myspell-bs_BA' 'myspell-ca' 'myspell-ca_AD' 'myspell-ca_ES' 'myspell-ca_ES_valencia' 'myspell-ca_FR' 'myspell-ca_IT' 'myspell-cs_CZ' 'myspell-da_DK' 'myspell-de' 'myspell-de_AT' 'myspell-de_CH' 'myspell-de_DE' 'myspell-dictionaries' 'myspell-el_GR' 'myspell-en' 'myspell-en_AU' 'myspell-en_BS' 'myspell-en_BZ' 'myspell-en_CA' 'myspell-en_GB' 'myspell-en_GH' 'myspell-en_IE' 'myspell-en_IN' 'myspell-en_JM' 'myspell-en_MW' 'myspell-en_NA' 'myspell-en_NZ' 'myspell-en_PH' 'myspell-en_TT' 'myspell-en_US' 'myspell-en_ZA' 'myspell-en_ZW' 'myspell-es' 'myspell-es_AR' 'myspell-es_BO' 'myspell-es_CL' 'myspell-es_CO' 'myspell-es_CR' 'myspell-es_CU' 'myspell-es_DO' 'myspell-es_EC' 'myspell-es_ES' 'myspell-es_GT' 'myspell-es_HN' 'myspell-es_MX' 'myspell-es_NI' 'myspell-es_PA' 'myspell-es_PE' 'myspell-es_PR' 'myspell-es_PY' 'myspell-es_SV' 'myspell-es_UY' 'myspell-es_VE' 'myspell-et_EE' 'myspell-fr_BE' 'myspell-fr_CA' 'myspell-fr_CH' 'myspell-fr_FR' 'myspell-fr_LU' 'myspell-fr_MC' 'myspell-gd_GB' 'myspell-german-old' 'myspell-gl' 'myspell-gl_ES' 'myspell-gu_IN' 'myspell-gug' 'myspell-gug_PY' 'myspell-he_IL' 'myspell-hi_IN' 'myspell-hr_HR' 'myspell-hu_HU' 'myspell-id' 'myspell-id_ID' 'myspell-is' 'myspell-is_IS' 'myspell-it_IT' 'myspell-kmr_Latn' 'myspell-kmr_Latn_SY' 'myspell-kmr_Latn_TR' 'myspell-lightproof-en' 'myspell-lightproof-hu_HU' 'myspell-lightproof-pt_BR' 'myspell-lightproof-ru_RU' 'myspell-lo_LA' 'myspell-lt_LT' 'myspell-lv_LV' 'myspell-nb_NO' 'myspell-ne_NP' 'myspell-nl_BE' 'myspell-nl_NL' 'myspell-nn_NO' 'myspell-no' 'myspell-oc_FR' 'myspell-pl_PL' 'myspell-pt_AO' 'myspell-pt_BR' 'myspell-pt_PT' 'myspell-ro' 'myspell-ro_RO' 'myspell-ru_RU' 'myspell-si_LK' 'myspell-sk_SK' 'myspell-sl_SI' 'myspell-sq_AL' 'myspell-sr' 'myspell-sr_CS' 'myspell-sr_Latn_CS' 'myspell-sr_Latn_RS' 'myspell-sr_RS' 'myspell-sv_FI' 'myspell-sv_SE' 'myspell-sw_TZ' 'myspell-te' 'myspell-te_IN' 'myspell-th_TH' 'myspell-tr' 'myspell-tr_TR' 'myspell-uk_UA' 'myspell-vi' 'myspell-vi_VN' 'myspell-zu_ZA' 'mysql-connector-java' 'mysql-workbench' 'mythes-devel' 'mythplugins-mytharchive' 'mythplugins-mytharchive-debuginfo' 'mythplugins-mythbrowser' 'mythplugins-mythbrowser-debuginfo' 'mythplugins-mythgallery' 'mythplugins-mythgallery-debuginfo' 'mythplugins-mythgame' 'mythplugins-mythgame-debuginfo' 'mythplugins-mythmusic' 'mythplugins-mythmusic-debuginfo' 'mythplugins-mythnews' 'mythplugins-mythnews-debuginfo' 'mythplugins-mythweather' 'mythplugins-mythweather-debuginfo' 'mythplugins-mythzoneminder' 'mythplugins-mythzoneminder-debuginfo' 'mythtv' 'mythtv-backend' 'mythtv-backend-debuginfo' 'mythtv-base-themes' 'mythtv-common' 'mythtv-common-debuginfo' 'mythtv-debuginfo' 'mythtv-debugsource' 'mythtv-devel' 'mythtv-docs' 'mythtv-frontend' 'mythtv-frontend-debuginfo' 'mythtv-setup' 'mythtv-setup-debuginfo' 'mythweb' 'mythweb' 'mythweb-0_28' 'mythweb-0_28' 'mythweb-29' 'mythweb-29' 'mytop' 'naev' 'naev-data' 'nagios' 'nagios-contrib' 'nagios-devel' 'nagios-rpm-macros' 'nagios-theme-exfoliation' 'nagios-theme-switcher' 'nagios-www' 'nagios-www-dch' 'nagstamon' 'nailgun' 'nailgun-javadoc' 'namdhinggo-fonts' 'nano' 'nano-icinga2' 'nano-lang' 'nano-plugin-conky' 'nanomsg-devel' 'nanopb-devel' 'nanopb-source' 'nanoxml' 'nanoxml-javadoc' 'nanoxml-lite' 'nanoxml-manual' 'nanoxml-manual-lite' 'nant' 'nant-devel' 'nanum-fonts' 'nanum-gothic-coding-fonts' 'nasc' 'nasm' 'nast' 'native-maven-plugin' 'native-platform' 'native-platform-javadoc' 'nautilus' 'nautilus-deja-dup' 'nautilus-devel' 'nautilus-eiciel' 'nautilus-evince' 'nautilus-extension-actions' 'nautilus-extension-dropbox' 'nautilus-extension-folder-color' 'nautilus-extension-nextcloud' 'nautilus-extension-nitroshare' 'nautilus-extension-seahorse' 'nautilus-extension-terminal' 'nautilus-extension-tilix' 'nautilus-image-converter' 'nautilus-image-converter-lang' 'nautilus-lang' 'nautilus-plugin-easytag' 'nautilus-sendto' 'nautilus-sendto-lang' 'nautilus-share' 'nautilus-share-lang' 'nautilus-terminal' 'nauty' 'nauty-devel' 'nbd' 'ncat' 'ncdc' 'ncdc' 'ncdc-debuginfo' 'ncdc-debugsource' 'ncdu' 'ncftp' 'ncmpc' 'ncmpc' 'ncmpc-debuginfo' 'ncmpc-debugsource' 'ncmpc-lang' 'ncmpcpp' 'ncompress' 'ncrack' 'ncrack' 'ncrack-debuginfo' 'ncrack-debugsource' 'ncurses-devel' 'ncurses-devel-32bit' 'ncurses-devel-static' 'ncurses-utils' 'ncurses5-devel' 'ncurses5-devel-32bit' 'ncurses5-devel-static' 'ndctl' 'ndesk-dbus' 'ndesk-dbus-glib' 'ndesk-dbus-glib-devel' 'ndpi-tools' 'ndpmon' 'ndppd' 'neard' 'neard-devel' 'neard-test' 'nedit' 'neko' 'neko-devel' 'neko-mysql' 'nekohtml' 'nekohtml-demo' 'nekohtml-javadoc' 'nemesis' 'nemiver' 'nemiver-devel' 'nemiver-lang' 'nemo' 'nemo-devel' 'nemo-extension-actions' 'nemo-extension-audio-tab' 'nemo-extension-compare' 'nemo-extension-dropbox' 'nemo-extension-emblems' 'nemo-extension-fileroller' 'nemo-extension-folder-color' 'nemo-extension-gtkhash' 'nemo-extension-image-converter' 'nemo-extension-nextcloud' 'nemo-extension-nitroshare' 'nemo-extension-pastebin' 'nemo-extension-preview' 'nemo-extension-repairer' 'nemo-extension-seahorse' 'nemo-extension-share' 'nemo-extension-terminal' 'nemo-extensions-lang' 'nemo-lang' 'neofetch' 'neomutt' 'neomutt-doc' 'neomutt-lang' 'neovim' 'neovim-gtk' 'neovim-lang' 'nero-aac' 'nestopia' 'net-snmp' 'net-snmp-devel' 'net-snmp-devel-32bit' 'net-tools' 'net-tools-deprecated' 'net-tools-lang' 'net6' 'net6-devel' 'net6-lang' 'netbeans-javaparser' 'netbeans-resolver' 'netbeans-svnclientadapter' 'netcat-openbsd' 'netcdf' 'netcdf-cxx4-gnu-hpc-tools' 'netcdf-cxx4-tools' 'netcdf-cxx4_4_3_1-gnu-hpc-tools' 'netcdf-devel' 'netcdf-devel-data' 'netcdf-devel-static' 'netcdf-fortran-gnu-mpich-hpc' 'netcdf-fortran-gnu-mpich-hpc-devel' 'netcdf-fortran-gnu-mvapich2-hpc' 'netcdf-fortran-gnu-mvapich2-hpc-devel' 'netcdf-fortran-gnu-openmpi1-hpc' 'netcdf-fortran-gnu-openmpi1-hpc-devel' 'netcdf-fortran-gnu-openmpi2-hpc' 'netcdf-fortran-gnu-openmpi2-hpc-devel' 'netcdf-fortran-gnu-openmpi3-hpc' 'netcdf-fortran-gnu-openmpi3-hpc-devel' 'netcdf-fortran_4_5_2-gnu-mpich-hpc' 'netcdf-fortran_4_5_2-gnu-mpich-hpc-devel' 'netcdf-fortran_4_5_2-gnu-mpich-hpc-devel-static' 'netcdf-fortran_4_5_2-gnu-mvapich2-hpc' 'netcdf-fortran_4_5_2-gnu-mvapich2-hpc-devel' 'netcdf-fortran_4_5_2-gnu-mvapich2-hpc-devel-static' 'netcdf-fortran_4_5_2-gnu-openmpi1-hpc' 'netcdf-fortran_4_5_2-gnu-openmpi1-hpc-devel' 'netcdf-fortran_4_5_2-gnu-openmpi1-hpc-devel-static' 'netcdf-fortran_4_5_2-gnu-openmpi2-hpc' 'netcdf-fortran_4_5_2-gnu-openmpi2-hpc-devel' 'netcdf-fortran_4_5_2-gnu-openmpi2-hpc-devel-static' 'netcdf-fortran_4_5_2-gnu-openmpi3-hpc' 'netcdf-fortran_4_5_2-gnu-openmpi3-hpc-devel' 'netcdf-fortran_4_5_2-gnu-openmpi3-hpc-devel-static' 'netcdf-gnu-hpc' 'netcdf-gnu-hpc-devel' 'netcdf-gnu-mpich-hpc' 'netcdf-gnu-mpich-hpc-devel' 'netcdf-gnu-mvapich2-hpc' 'netcdf-gnu-mvapich2-hpc-devel' 'netcdf-gnu-openmpi1-hpc' 'netcdf-gnu-openmpi1-hpc-devel' 'netcdf-gnu-openmpi2-hpc' 'netcdf-gnu-openmpi2-hpc-devel' 'netcdf-gnu-openmpi3-hpc' 'netcdf-gnu-openmpi3-hpc-devel' 'netcdf-openmpi1' 'netcdf-openmpi1-devel' 'netcdf-openmpi1-devel-static' 'netcdf-openmpi2' 'netcdf-openmpi2-devel' 'netcdf-openmpi2-devel-static' 'netcdf-openmpi3' 'netcdf-openmpi3-devel' 'netcdf-openmpi3-devel-static' 'netcdf_4_7_3-gnu-hpc' 'netcdf_4_7_3-gnu-hpc-devel' 'netcdf_4_7_3-gnu-hpc-devel-static' 'netcdf_4_7_3-gnu-mpich-hpc' 'netcdf_4_7_3-gnu-mpich-hpc-devel' 'netcdf_4_7_3-gnu-mpich-hpc-devel-static' 'netcdf_4_7_3-gnu-mvapich2-hpc' 'netcdf_4_7_3-gnu-mvapich2-hpc-devel' 'netcdf_4_7_3-gnu-mvapich2-hpc-devel-static' 'netcdf_4_7_3-gnu-openmpi1-hpc' 'netcdf_4_7_3-gnu-openmpi1-hpc-devel' 'netcdf_4_7_3-gnu-openmpi1-hpc-devel-static' 'netcdf_4_7_3-gnu-openmpi2-hpc' 'netcdf_4_7_3-gnu-openmpi2-hpc-devel' 'netcdf_4_7_3-gnu-openmpi2-hpc-devel-static' 'netcdf_4_7_3-gnu-openmpi3-hpc' 'netcdf_4_7_3-gnu-openmpi3-hpc-devel' 'netcdf_4_7_3-gnu-openmpi3-hpc-devel-static' 'netcfg' 'netcomponents' 'netcomponents-javadoc' 'netconsole-tools' 'netdata' 'netdate' 'netdiscover' 'netease-cloud-music' 'netease-cloud-music' 'netgen' 'netgen-devel' 'nethogs' 'netlabel-tools' 'netpbm' 'netperf' 'netsniff-ng' 'netsurf-buildsystem' 'nettle' 'netty' 'netty-javadoc' 'netty-poms' 'netty-tcnative' 'netty-tcnative-javadoc' 'netty3' 'netty3-javadoc' 'network-autoconfig' 'network_admin' 'neverball' 'neverball-doc' 'neverball-mapc' 'neverball-neverputt' 'newlib' 'newsboat' 'newsboat-lang' 'newt' 'newt-devel' 'newt-doc' 'newt-static' 'newtonsoft-json' 'newtonsoft-json-devel' 'nextcloud' 'nextcloud-desktop' 'nextcloud-desktop-doc' 'nextcloud-desktop-dolphin' 'nextcloud-desktop-lang' 'nfacct' 'nfc-eventd' 'nfcutils' 'nfdump' 'nfoview' 'nfoview-lang' 'nfs-client' 'nfs-client-provisioner' 'nfs-client-provisioner-k8s-yaml' 'nfs-doc' 'nfs-ganesha' 'nfs-ganesha-ceph' 'nfs-ganesha-mount-9P' 'nfs-ganesha-nullfs' 'nfs-ganesha-proxy' 'nfs-ganesha-rados-grace' 'nfs-ganesha-rados-urls' 'nfs-ganesha-rgw' 'nfs-ganesha-vfs' 'nfs-ganesha-xfs' 'nfs-kernel-server' 'nfs4-acl-tools' 'nfsidmap-devel' 'nfswatch' 'nftables' 'nftables-devel' 'nftlb' 'nghttp2' 'nginx' 'nginx-source' 'ngrep' 'ngspice' 'ngspice-doc' 'ngspice-scripts' 'ngspice-xspice-cm' 'ngspice-xspice-cm-devel' 'nh2ps' 'nheko' 'nheko' 'nicotine-plus' 'nicotine-plus' 'nicotine-plus-debuginfo' 'nicotine-plus-debugsource' 'nilfs-utils' 'nilfs-utils-devel' 'nim' 'nimbus-icon-theme' 'nini' 'ninja' 'ninvaders' 'nip2' 'nitrogen' 'nitrogen-lang' 'nitroshare' 'nitroshare-kde' 'nkf' 'nload' 'nlohmann_json-devel' 'nlopt-devel' 'nm-tray' 'nm-tray-lang' 'nmap' 'nmap-parse-output' 'nmap-parse-output-bash-completion' 'nmapsi4' 'nmcli-dmenu' 'nmh' 'nml' 'nmon' 'nnn' 'no-more-secrets' 'nodejs-common' 'nodejs-packaging' 'nodejs-underscore' 'nodejs10' 'nodejs10-devel' 'nodejs10-docs' 'nodejs12' 'nodejs12-devel' 'nodejs12-docs' 'nodejs8' 'nodejs8-devel' 'nodejs8-docs' 'nohang' 'nohang' 'nohang-desktop' 'nomacs' 'nomacs-lang' 'non-mixer' 'non-ntk' 'non-ntk-devel' 'non-ntk-fluid' 'non-sequencer' 'non-session-manager' 'non-timeline' 'non_oss' 'noping' 'nordlicht' 'nordlicht' 'nordlicht-debuginfo' 'nordlicht-debugsource' 'normaliz' 'normaliz-devel' 'normalize' 'normalize' 'normalize-debuginfo' 'normalize-debugsource' 'noson-app' 'noson-devel' 'notejot' 'notejot-lang' 'notepadqq' 'notification-daemon' 'notification-daemon-lang' 'notify-osd' 'notify-sharp' 'notify-sharp-devel' 'notify-sharp3' 'notify-sharp3-devel' 'notmuch' 'notmuch-devel' 'notmuch-doc' 'notmuch-emacs' 'noto-coloremoji-fonts' 'noto-kufiarabic-fonts' 'noto-mono-fonts' 'noto-naskharabic-fonts' 'noto-naskharabic-ui-fonts' 'noto-nastaliqurdu-fonts' 'noto-sans-adlam-fonts' 'noto-sans-adlamunjoined-fonts' 'noto-sans-anatolianhieroglyphs-fonts' 'noto-sans-arabic-fonts' 'noto-sans-arabic-ui-fonts' 'noto-sans-armenian-fonts' 'noto-sans-avestan-fonts' 'noto-sans-balinese-fonts' 'noto-sans-bamum-fonts' 'noto-sans-batak-fonts' 'noto-sans-bengali-fonts' 'noto-sans-bengali-ui-fonts' 'noto-sans-brahmi-fonts' 'noto-sans-buginese-fonts' 'noto-sans-buhid-fonts' 'noto-sans-canadianaboriginal-fonts' 'noto-sans-carian-fonts' 'noto-sans-chakma-fonts' 'noto-sans-cham-fonts' 'noto-sans-cherokee-fonts' 'noto-sans-cjk-fonts' 'noto-sans-coptic-fonts' 'noto-sans-cuneiform-fonts' 'noto-sans-cypriot-fonts' 'noto-sans-deseret-fonts' 'noto-sans-devanagari-fonts' 'noto-sans-devanagari-ui-fonts' 'noto-sans-display-fonts' 'noto-sans-egyptianhieroglyphs-fonts' 'noto-sans-ethiopic-fonts' 'noto-sans-fonts' 'noto-sans-georgian-fonts' 'noto-sans-glagolitic-fonts' 'noto-sans-gothic-fonts' 'noto-sans-gujarati-fonts' 'noto-sans-gujarati-ui-fonts' 'noto-sans-gurmukhi-fonts' 'noto-sans-gurmukhi-ui-fonts' 'noto-sans-hanunoo-fonts' 'noto-sans-hebrew-fonts' 'noto-sans-imperialaramaic-fonts' 'noto-sans-inscriptionalpahlavi-fonts' 'noto-sans-inscriptionalparthian-fonts' 'noto-sans-javanese-fonts' 'noto-sans-jp-black-fonts' 'noto-sans-jp-bold-fonts' 'noto-sans-jp-demilight-fonts' 'noto-sans-jp-fonts' 'noto-sans-jp-fonts-full' 'noto-sans-jp-light-fonts' 'noto-sans-jp-medium-fonts' 'noto-sans-jp-mono-fonts' 'noto-sans-jp-regular-fonts' 'noto-sans-jp-thin-fonts' 'noto-sans-kaithi-fonts' 'noto-sans-kannada-fonts' 'noto-sans-kannada-ui-fonts' 'noto-sans-kayahli-fonts' 'noto-sans-kharoshthi-fonts' 'noto-sans-khmer-fonts' 'noto-sans-khmer-ui-fonts' 'noto-sans-kr-black-fonts' 'noto-sans-kr-bold-fonts' 'noto-sans-kr-demilight-fonts' 'noto-sans-kr-fonts' 'noto-sans-kr-fonts-full' 'noto-sans-kr-light-fonts' 'noto-sans-kr-medium-fonts' 'noto-sans-kr-mono-fonts' 'noto-sans-kr-regular-fonts' 'noto-sans-kr-thin-fonts' 'noto-sans-lao-fonts' 'noto-sans-lao-ui-fonts' 'noto-sans-lepcha-fonts' 'noto-sans-limbu-fonts' 'noto-sans-linearb-fonts' 'noto-sans-lisu-fonts' 'noto-sans-lycian-fonts' 'noto-sans-lydian-fonts' 'noto-sans-malayalam-fonts' 'noto-sans-malayalam-ui-fonts' 'noto-sans-mandaic-fonts' 'noto-sans-meeteimayek-fonts' 'noto-sans-mongolian-fonts' 'noto-sans-mono-fonts' 'noto-sans-myanmar-fonts' 'noto-sans-myanmar-ui-fonts' 'noto-sans-newtailue-fonts' 'noto-sans-nko-fonts' 'noto-sans-ogham-fonts' 'noto-sans-olchiki-fonts' 'noto-sans-olditalic-fonts' 'noto-sans-oldpersian-fonts' 'noto-sans-oldsoutharabian-fonts' 'noto-sans-oldturkic-fonts' 'noto-sans-oriya-fonts' 'noto-sans-oriya-ui-fonts' 'noto-sans-osage-fonts' 'noto-sans-osmanya-fonts' 'noto-sans-phagspa-fonts' 'noto-sans-phoenician-fonts' 'noto-sans-rejang-fonts' 'noto-sans-runic-fonts' 'noto-sans-samaritan-fonts' 'noto-sans-saurashtra-fonts' 'noto-sans-sc-black-fonts' 'noto-sans-sc-bold-fonts' 'noto-sans-sc-demilight-fonts' 'noto-sans-sc-fonts' 'noto-sans-sc-fonts-full' 'noto-sans-sc-light-fonts' 'noto-sans-sc-medium-fonts' 'noto-sans-sc-mono-fonts' 'noto-sans-sc-regular-fonts' 'noto-sans-sc-thin-fonts' 'noto-sans-shavian-fonts' 'noto-sans-sinhala-fonts' 'noto-sans-sinhala-ui-fonts' 'noto-sans-sundanese-fonts' 'noto-sans-sylotinagri-fonts' 'noto-sans-symbols-fonts' 'noto-sans-symbols2-fonts' 'noto-sans-syriaceastern-fonts' 'noto-sans-syriacestrangela-fonts' 'noto-sans-syriacwestern-fonts' 'noto-sans-tagalog-fonts' 'noto-sans-tagbanwa-fonts' 'noto-sans-taile-fonts' 'noto-sans-taitham-fonts' 'noto-sans-taiviet-fonts' 'noto-sans-tamil-fonts' 'noto-sans-tamil-ui-fonts' 'noto-sans-tc-black-fonts' 'noto-sans-tc-bold-fonts' 'noto-sans-tc-demilight-fonts' 'noto-sans-tc-fonts' 'noto-sans-tc-fonts-full' 'noto-sans-tc-light-fonts' 'noto-sans-tc-medium-fonts' 'noto-sans-tc-mono-fonts' 'noto-sans-tc-regular-fonts' 'noto-sans-tc-thin-fonts' 'noto-sans-telugu-fonts' 'noto-sans-telugu-ui-fonts' 'noto-sans-thaana-fonts' 'noto-sans-thai-fonts' 'noto-sans-thai-ui-fonts' 'noto-sans-tibetan-fonts' 'noto-sans-tifinagh-fonts' 'noto-sans-ugaritic-fonts' 'noto-sans-vai-fonts' 'noto-sans-yi-fonts' 'noto-serif-armenian-fonts' 'noto-serif-bengali-fonts' 'noto-serif-devanagari-fonts' 'noto-serif-display-fonts' 'noto-serif-ethiopic-fonts' 'noto-serif-fonts' 'noto-serif-georgian-fonts' 'noto-serif-gujarati-fonts' 'noto-serif-hebrew-fonts' 'noto-serif-jp-black-fonts' 'noto-serif-jp-bold-fonts' 'noto-serif-jp-extralight-fonts' 'noto-serif-jp-fonts' 'noto-serif-jp-fonts-full' 'noto-serif-jp-light-fonts' 'noto-serif-jp-medium-fonts' 'noto-serif-jp-regular-fonts' 'noto-serif-jp-semibold-fonts' 'noto-serif-kannada-fonts' 'noto-serif-khmer-fonts' 'noto-serif-kr-black-fonts' 'noto-serif-kr-bold-fonts' 'noto-serif-kr-extralight-fonts' 'noto-serif-kr-fonts' 'noto-serif-kr-fonts-full' 'noto-serif-kr-light-fonts' 'noto-serif-kr-medium-fonts' 'noto-serif-kr-regular-fonts' 'noto-serif-kr-semibold-fonts' 'noto-serif-lao-fonts' 'noto-serif-malayalam-fonts' 'noto-serif-myanmar-fonts' 'noto-serif-sc-black-fonts' 'noto-serif-sc-bold-fonts' 'noto-serif-sc-extralight-fonts' 'noto-serif-sc-fonts' 'noto-serif-sc-fonts-full' 'noto-serif-sc-light-fonts' 'noto-serif-sc-medium-fonts' 'noto-serif-sc-regular-fonts' 'noto-serif-sc-semibold-fonts' 'noto-serif-sinhala-fonts' 'noto-serif-tamil-fonts' 'noto-serif-tc-black-fonts' 'noto-serif-tc-bold-fonts' 'noto-serif-tc-extralight-fonts' 'noto-serif-tc-fonts' 'noto-serif-tc-fonts-full' 'noto-serif-tc-light-fonts' 'noto-serif-tc-medium-fonts' 'noto-serif-tc-regular-fonts' 'noto-serif-tc-semibold-fonts' 'noto-serif-telugu-fonts' 'noto-serif-thai-fonts' 'novdoc' 'novnc' 'novprog' 'novprog-lang' 'nping' 'npkg' 'npm10' 'npm12' 'npm8' 'npth-devel' 'nqp' 'nrpe' 'nrpe-doc' 'nscd' 'nsd' 'nsjail' 'nsnake' 'nss-mdns' 'nss-mdns-32bit' 'nss-myhostname' 'nss-myhostname-32bit' 'nss-mymachines' 'nss-mymachines-32bit' 'nss-pam-ldapd' 'nss-pam-ldapd-32bit' 'nss-resolve' 'nss-shared-helper-devel' 'nss-systemd' 'nss_ldap' 'nss_ldap-32bit' 'nss_wrapper' 'ntfs-3g' 'ntfsprogs' 'ntfsprogs-extra' 'ntl-devel' 'ntl-doc' 'ntp' 'ntp-doc' 'ntpsec' 'ntpsec-doc' 'ntpsec-utils' 'nudoku' 'nudoku-lang' 'nulloy' 'nulloy-gstreamer' 'nulloy-phonon' 'nulloy-taglib' 'nulloy-vlc' 'numactl' 'numad' 'numatop' 'numlockx' 'nunit' 'nunit-devel' 'nuntius' 'nuntius-lang' 'nuosu-fonts' 'nuoveXT2-icon-theme' 'nut' 'nut-cgi' 'nut-devel' 'nut-drivers-net' 'nvdock' 'nvidia-computeG04' 'nvidia-computeG05' 'nvidia-gfxG04-kmp-default' 'nvidia-gfxG04-kmp-pae' 'nvidia-gfxG05-kmp-default' 'nvidia-glG04' 'nvidia-glG05' 'nvidia-texture-tools' 'nvme-cli' 'nvme-cli-regress-script' 'nvmetcli' 'nvptx-tools' 'nxtvepg' 'o2locktop' 'o2scl-devel' 'o2scl-doc' 'oaml-devel' 'oath-toolkit' 'oath-toolkit-xml' 'oauth-signpost' 'obantoo' 'obby' 'obby-devel' 'obby-lang' 'obconf' 'obconf-qt' 'obconf-qt-lang' 'obex-data-server' 'obexd' 'obexd-client' 'obexd-server' 'obexfs' 'obexftp' 'obexftp-devel' 'objectweb-anttask' 'objectweb-asm' 'objectweb-asm-javadoc' 'objectweb-pom' 'objenesis' 'objenesis-javadoc' 'obs-service-appimage' 'obs-service-download_files' 'obs-service-download_url' 'obs-service-extract_file' 'obs-service-format_spec_file' 'obs-service-go_modules' 'obs-service-kiwi_label_helper' 'obs-service-kiwi_metainfo_helper' 'obs-service-obs_scm' 'obs-service-obs_scm-common' 'obs-service-product_converter' 'obs-service-recompress' 'obs-service-refresh_patches' 'obs-service-replace_using_package_version' 'obs-service-rust2rpm' 'obs-service-set_version' 'obs-service-snapcraft' 'obs-service-source_validator' 'obs-service-tar' 'obs-service-tar_scm' 'obs-service-verify_file' 'obs-studio' 'obs-studio' 'obs-studio-debuginfo' 'obs-studio-debugsource' 'obs-studio-devel' 'obs-v4l2sink' 'obs-v4l2sink' 'obs-v4l2sink-debuginfo' 'obs-v4l2sink-debugsource' 'ocaml' 'ocaml-base' 'ocaml-base-devel' 'ocaml-benchmark' 'ocaml-benchmark-devel' 'ocaml-brlapi' 'ocaml-cairo' 'ocaml-cairo-devel' 'ocaml-calendar' 'ocaml-calendar-devel' 'ocaml-camlbz2' 'ocaml-camlbz2-devel' 'ocaml-camlp5' 'ocaml-camlp5-devel' 'ocaml-camlzip' 'ocaml-camlzip-devel' 'ocaml-camlzip-test' 'ocaml-camomile' 'ocaml-camomile-data' 'ocaml-camomile-devel' 'ocaml-cmdliner' 'ocaml-cmdliner-devel' 'ocaml-compiler-libs' 'ocaml-compiler-libs-devel' 'ocaml-cppo' 'ocaml-cppo-devel' 'ocaml-csv' 'ocaml-csv-devel' 'ocaml-cudf' 'ocaml-cudf-devel' 'ocaml-curses' 'ocaml-curses-devel' 'ocaml-dose' 'ocaml-dose-devel' 'ocaml-dune' 'ocaml-dune-devel' 'ocaml-easy-format' 'ocaml-easy-format-devel' 'ocaml-extlib' 'ocaml-extlib-devel' 'ocaml-facile' 'ocaml-facile-devel' 'ocaml-fileutils' 'ocaml-fileutils-devel' 'ocaml-findlib' 'ocaml-findlib-devel' 'ocaml-gen' 'ocaml-gen-devel' 'ocaml-gettext' 'ocaml-gettext-devel' 'ocaml-graphics' 'ocaml-graphics-devel' 'ocaml-hivex' 'ocaml-hivex-devel' 'ocaml-jsonm' 'ocaml-jsonm-devel' 'ocaml-lablgl' 'ocaml-lablgl-devel' 'ocaml-lablgtk2' 'ocaml-lablgtk2-devel' 'ocaml-lablgtk3' 'ocaml-lablgtk3-devel' 'ocaml-labltk' 'ocaml-labltk' 'ocaml-labltk-devel' 'ocaml-libguestfs' 'ocaml-libguestfs-devel' 'ocaml-libvirt' 'ocaml-libvirt-devel' 'ocaml-mccs' 'ocaml-mccs-devel' 'ocaml-menhir' 'ocaml-menhir-devel' 'ocaml-migrate-parsetree' 'ocaml-migrate-parsetree-devel' 'ocaml-minisat' 'ocaml-minisat-devel' 'ocaml-num' 'ocaml-num-devel' 'ocaml-oasis' 'ocaml-oasis-devel' 'ocaml-obuild' 'ocaml-ocamlbuild' 'ocaml-ocamlbuild-devel' 'ocaml-ocamldoc' 'ocaml-ocamlgraph' 'ocaml-ocamlgraph-devel' 'ocaml-ounit' 'ocaml-ounit-devel' 'ocaml-parmap' 'ocaml-parmap-devel' 'ocaml-pcre' 'ocaml-pcre-devel' 'ocaml-ppx_derivers' 'ocaml-ppx_derivers-devel' 'ocaml-ppx_tools_versioned' 'ocaml-ppx_tools_versioned-devel' 'ocaml-ptmap' 'ocaml-ptmap-devel' 'ocaml-qcheck' 'ocaml-qcheck-devel' 'ocaml-qtest' 'ocaml-qtest-devel' 'ocaml-re' 'ocaml-re-devel' 'ocaml-result' 'ocaml-result-devel' 'ocaml-rope' 'ocaml-rope-devel' 'ocaml-rpm-macros' 'ocaml-runtime' 'ocaml-sedlex' 'ocaml-sedlex-devel' 'ocaml-sexplib0' 'ocaml-sexplib0-devel' 'ocaml-sha' 'ocaml-sha-devel' 'ocaml-source' 'ocaml-stdlib-shims' 'ocaml-stdlib-shims-devel' 'ocaml-uutf' 'ocaml-uutf-devel' 'ocaml-xml-light' 'ocaml-xml-light-devel' 'ocamlify' 'ocamlmod' 'occt' 'occt-DRAWEXE' 'occt-devel' 'occt-devel-doc' 'oce' 'oce-DRAWEXE' 'oce-devel' 'ocfs2-tools' 'ocfs2-tools-devel' 'ocfs2-tools-devel-static' 'ocfs2-tools-o2cb' 'ocl-icd-devel' 'ocli' 'oclock' 'ocp' 'ocp' 'ocp-debuginfo' 'ocp-debugsource' 'ocr-gnu-hpc' 'ocr-gnu-hpc-devel' 'ocr-gnu-hpc-doc' 'ocr-gnu-hpc-examples' 'ocr-gnu-mpich-hpc' 'ocr-gnu-mpich-hpc-devel' 'ocr-gnu-mpich-hpc-doc' 'ocr-gnu-mpich-hpc-examples' 'ocr-gnu-mvapich2-hpc' 'ocr-gnu-mvapich2-hpc-devel' 'ocr-gnu-mvapich2-hpc-doc' 'ocr-gnu-mvapich2-hpc-examples' 'ocr-gnu-openmpi1-hpc' 'ocr-gnu-openmpi1-hpc-devel' 'ocr-gnu-openmpi1-hpc-doc' 'ocr-gnu-openmpi1-hpc-examples' 'ocr-gnu-openmpi2-hpc' 'ocr-gnu-openmpi2-hpc-devel' 'ocr-gnu-openmpi2-hpc-doc' 'ocr-gnu-openmpi2-hpc-examples' 'ocr-gnu-openmpi3-hpc' 'ocr-gnu-openmpi3-hpc-devel' 'ocr-gnu-openmpi3-hpc-doc' 'ocr-gnu-openmpi3-hpc-examples' 'ocr_1_0_1-gnu-hpc' 'ocr_1_0_1-gnu-hpc-devel' 'ocr_1_0_1-gnu-hpc-doc' 'ocr_1_0_1-gnu-hpc-examples' 'ocr_1_0_1-gnu-mpich-hpc' 'ocr_1_0_1-gnu-mpich-hpc-devel' 'ocr_1_0_1-gnu-mpich-hpc-doc' 'ocr_1_0_1-gnu-mpich-hpc-examples' 'ocr_1_0_1-gnu-mvapich2-hpc' 'ocr_1_0_1-gnu-mvapich2-hpc-devel' 'ocr_1_0_1-gnu-mvapich2-hpc-doc' 'ocr_1_0_1-gnu-mvapich2-hpc-examples' 'ocr_1_0_1-gnu-openmpi1-hpc' 'ocr_1_0_1-gnu-openmpi1-hpc-devel' 'ocr_1_0_1-gnu-openmpi1-hpc-doc' 'ocr_1_0_1-gnu-openmpi1-hpc-examples' 'ocr_1_0_1-gnu-openmpi2-hpc' 'ocr_1_0_1-gnu-openmpi2-hpc-devel' 'ocr_1_0_1-gnu-openmpi2-hpc-doc' 'ocr_1_0_1-gnu-openmpi2-hpc-examples' 'ocr_1_0_1-gnu-openmpi3-hpc' 'ocr_1_0_1-gnu-openmpi3-hpc-devel' 'ocr_1_0_1-gnu-openmpi3-hpc-doc' 'ocr_1_0_1-gnu-openmpi3-hpc-examples' 'ocrad' 'ocrad-devel' 'ocserv' 'octave' 'octave-CSXCAD' 'octave-cli' 'octave-devel' 'octave-doc' 'octave-forge-bim' 'octave-forge-cgi' 'octave-forge-communications' 'octave-forge-control' 'octave-forge-data-smoothing' 'octave-forge-database' 'octave-forge-dataframe' 'octave-forge-divand' 'octave-forge-doctest' 'octave-forge-econometrics' 'octave-forge-financial' 'octave-forge-fits' 'octave-forge-fpl' 'octave-forge-fuzzy-logic-toolkit' 'octave-forge-ga' 'octave-forge-general' 'octave-forge-generate_html' 'octave-forge-geometry' 'octave-forge-gsl' 'octave-forge-image' 'octave-forge-image-acquisition' 'octave-forge-instrument-control' 'octave-forge-interval' 'octave-forge-io' 'octave-forge-level-set' 'octave-forge-linear-algebra' 'octave-forge-lssa' 'octave-forge-ltfat' 'octave-forge-mapping' 'octave-forge-matgeom' 'octave-forge-mechanics' 'octave-forge-miscellaneous' 'octave-forge-msh' 'octave-forge-mvn' 'octave-forge-nan' 'octave-forge-ncarray' 'octave-forge-netcdf' 'octave-forge-nurbs' 'octave-forge-octclip' 'octave-forge-optics' 'octave-forge-optim' 'octave-forge-parallel' 'octave-forge-quaternion' 'octave-forge-queueing' 'octave-forge-secs1d' 'octave-forge-secs2d' 'octave-forge-secs3d' 'octave-forge-signal' 'octave-forge-sockets' 'octave-forge-specfun' 'octave-forge-splines' 'octave-forge-statistics' 'octave-forge-stk' 'octave-forge-strings' 'octave-forge-struct' 'octave-forge-symbolic' 'octave-forge-tisean' 'octave-forge-tsa' 'octave-forge-vrml' 'octave-nlopt_optimize' 'octave-openEMS' 'ode-devel' 'odp-devel' 'odt2txt' 'odvr' 'odvr' 'odvr-debuginfo' 'odvr-debugsource' 'office' 'officecodepro-fonts' 'ofl' 'ofono' 'ofono-devel' 'ofono-tests' 'oggfwd' 'oggfwd' 'oggfwd-debuginfo' 'oggfwd-debugsource' 'oggvideotools' 'oggvideotools' 'oggvideotools-debuginfo' 'oggvideotools-debugsource' 'oggz-tools' 'ogmrip' 'ogmrip' 'ogmrip-ac3' 'ogmrip-ac3' 'ogmrip-ac3-debuginfo' 'ogmrip-ac3-debugsource' 'ogmrip-ac3-lang' 'ogmrip-debuginfo' 'ogmrip-debugsource' 'ogmrip-dirac' 'ogmrip-dirac' 'ogmrip-dirac-debuginfo' 'ogmrip-dirac-debugsource' 'ogmrip-dirac-lang' 'ogmrip-flac' 'ogmrip-flac' 'ogmrip-flac-debuginfo' 'ogmrip-flac-debugsource' 'ogmrip-lang' 'ogmrip-mpeg' 'ogmrip-mpeg' 'ogmrip-mpeg-debuginfo' 'ogmrip-mpeg-debugsource' 'ogmrip-nero-aac' 'ogmrip-nero-aac' 'ogmrip-nero-aac-debuginfo' 'ogmrip-nero-aac-debugsource' 'ogmrip-nero-aac-lang' 'ogmrip-oggz' 'ogmrip-oggz' 'ogmrip-oggz-debuginfo' 'ogmrip-oggz-debugsource' 'ogmrip-oggz-lang' 'ogmrip-profiles' 'ogmrip-profiles' 'ogmrip-video-copy' 'ogmrip-video-copy' 'ogmrip-video-copy-debuginfo' 'ogmrip-video-copy-debugsource' 'ogmtools' 'ogre-demos' 'ogre-demos-devel' 'ogre-docs' 'ogre-tools' 'ohcount' 'oidentd' 'okteta' 'okteta' 'okteta-data' 'okteta-debuginfo' 'okteta-debugsource' 'okteta-devel' 'okteta-devel-debuginfo' 'okteta-lang' 'okteta-part' 'okteta-part-debuginfo' 'okteta-part-lang' 'okular' 'okular-devel' 'okular-lang' 'okular-spectre' 'olm' 'olm-devel' 'olm-doc' 'omnisharp-server' 'omping' 'onboard' 'onboard-data' 'onboard-lang' 'oneko' 'oniguruma-devel' 'onscripter' 'onscripter' 'onscripter-debuginfo' 'onscripter-debugsource' 'ooRexx' 'ooRexx-devel' 'opa-address-resolution' 'opa-address-resolution-devel' 'opa-basic-tools' 'opa-fastfabric' 'opa-fm' 'opa-fmgui' 'opa-snapconfig' 'opae' 'opae-ase' 'opae-devel' 'opam' 'opam-devel' 'opam-file-format' 'opam-file-format-devel' 'opam-installer' 'open-iscsi' 'open-iscsi-devel' 'open-isns' 'open-isns-devel' 'open-lldp' 'open-lldp-devel' 'open-vm-tools' 'open-vm-tools-desktop' 'openCryptoki' 'openCryptoki-32bit' 'openCryptoki-64bit' 'openCryptoki-devel' 'openEMS' 'openEMS-devel' 'openEMS-matlab' 'openQA' 'openQA-bootstrap' 'openQA-client' 'openQA-common' 'openQA-devel' 'openQA-doc' 'openQA-local-db' 'openQA-python-scripts' 'openQA-worker' 'openSUSE' 'openSUSE-Addon-NonOss' 'openSUSE-Addon-NonOss-release' 'openSUSE-EULAs' 'openSUSE-MicroOS' 'openSUSE-MicroOS-release' 'openSUSE-MicroOS-release-appliance' 'openSUSE-MicroOS-release-appliance-kubic' 'openSUSE-MicroOS-release-dvd' 'openSUSE-MicroOS-release-kubic-dvd' 'openSUSE-appdata-extra' 'openSUSE-appstream-process' 'openSUSE-build-key' 'openSUSE-e-X-Ice-Icons' 'openSUSE-e-X-Icons' 'openSUSE-e-X-Neon-Icons' 'openSUSE-release' 'openSUSE-release-appliance-custom' 'openSUSE-release-appliance-docker' 'openSUSE-release-appliance-hyperv' 'openSUSE-release-appliance-kvm' 'openSUSE-release-appliance-openstack' 'openSUSE-release-appliance-vagrant' 'openSUSE-release-appliance-vmware' 'openSUSE-release-appliance-wsl' 'openSUSE-release-dvd' 'openSUSE-release-ftp' 'openSUSE-release-tools' 'openSUSE-release-tools-abichecker' 'openSUSE-release-tools-announcer' 'openSUSE-release-tools-check-source' 'openSUSE-release-tools-devel' 'openSUSE-release-tools-leaper' 'openSUSE-release-tools-maintenance' 'openSUSE-release-tools-metrics' 'openSUSE-release-tools-metrics-access' 'openSUSE-release-tools-obs-operator' 'openSUSE-release-tools-origin-manager' 'openSUSE-release-tools-pkglistgen' 'openSUSE-release-tools-repo-checker' 'openSUSE-release-tools-staging-bot' 'openSUSE-xfce-icon-theme' 'openafs' 'openafs-authlibs' 'openafs-authlibs-devel' 'openafs-client' 'openafs-devel' 'openafs-fuse_client' 'openafs-kernel-source' 'openafs-kmp-default' 'openafs-server' 'openal-soft-data' 'openal-soft-devel' 'openal-soft-devel-32bit' 'openal-soft-makemhr' 'openal-soft-tools' 'openamp-devel' 'openamp-examples' 'openarena' 'openarena-data' 'openbabel' 'openbabel-devel' 'openblas-devel' 'openblas-devel-headers' 'openblas-pthreads_0_3_9-gnu-hpc-devel-static' 'openblas_0_3_9-gnu-hpc-devel-static' 'openblas_openmp-devel-static' 'openblas_pthreads-devel-static' 'openblas_serial-devel-static' 'openbox' 'openbox-adwaita-ob-theme' 'openbox-devel' 'openbox-gnome' 'openbox-kde' 'openbox-theme-adapta' 'openbox-theme-plata' 'openbsc' 'openbsc-bs11-utils' 'openbsc-bsc-sccplite' 'opencc' 'opencc-data' 'opencc-devel' 'opencensus-cpp-source' 'opencensus-proto-source' 'opencl-cpp-headers' 'opencl-headers' 'opencl-headers-1_2' 'openclonk' 'openclonk-data' 'openconnect' 'openconnect-devel' 'openconnect-doc' 'openconnect-lang' 'opencore-amr' 'opencore-amr-debugsource' 'opencsg-devel' 'opencv' 'opencv-devel' 'opencv-doc' 'opencv3' 'opencv3-devel' 'opencv3-doc' 'opendchub' 'opendkim' 'opendkim-devel' 'opendvdproducer' 'opendvdproducer' 'openexr' 'openexr-devel' 'openexr-doc' 'openfortivpn' 'opengl-games-utils' 'opengost-otf-fonts' 'opengost-ttf-fonts' 'openh264' 'openh264-debugsource' 'openh264-devel' 'openhpi' 'openhpi-clients' 'openhpi-daemon' 'openhpi-devel' 'openjade' 'openjade-devel' 'openjfx' 'openjfx-devel' 'openjfx-javadoc' 'openjfx-jmods' 'openjfx-src' 'openjfx8' 'openjfx8-devel' 'openjfx8-javadoc' 'openjfx8-src' 'openjpeg' 'openjpeg-devel' 'openjpeg-devel-32bit' 'openjpeg2' 'openjpeg2-devel' 'openjpeg2-devel-doc' 'openkim-models' 'openldap2' 'openldap2-back-meta' 'openldap2-back-perl' 'openldap2-back-sock' 'openldap2-back-sql' 'openldap2-client' 'openldap2-contrib' 'openldap2-devel' 'openldap2-devel-32bit' 'openldap2-devel-static' 'openldap2-doc' 'openldap2-ppolicy-check-password' 'openlibm-devel' 'openlierox' 'openmarkup' 'openmarkup-javadoc' 'openmarkup-manual' 'openmpi1' 'openmpi1-config' 'openmpi1-devel' 'openmpi1-docs' 'openmpi1-gnu-hpc' 'openmpi1-gnu-hpc-devel' 'openmpi1-gnu-hpc-devel-static' 'openmpi1-gnu-hpc-docs' 'openmpi1-gnu-hpc-macros-devel' 'openmpi1-libs' 'openmpi1-libs-32bit' 'openmpi1-macros-devel' 'openmpi1-testsuite' 'openmpi2' 'openmpi2-config' 'openmpi2-devel' 'openmpi2-docs' 'openmpi2-gnu-hpc' 'openmpi2-gnu-hpc-devel' 'openmpi2-gnu-hpc-devel-static' 'openmpi2-gnu-hpc-docs' 'openmpi2-gnu-hpc-macros-devel' 'openmpi2-libs' 'openmpi2-libs-32bit' 'openmpi2-macros-devel' 'openmpi2-testsuite' 'openmpi3' 'openmpi3-config' 'openmpi3-devel' 'openmpi3-docs' 'openmpi3-gnu-hpc' 'openmpi3-gnu-hpc-devel' 'openmpi3-gnu-hpc-devel-static' 'openmpi3-gnu-hpc-docs' 'openmpi3-gnu-hpc-macros-devel' 'openmpi3-libs' 'openmpi3-libs-32bit' 'openmpi3-macros-devel' 'openmpi3-testsuite' 'openmpi4' 'openmpi4-config' 'openmpi4-devel' 'openmpi4-docs' 'openmpi4-gnu-hpc' 'openmpi4-gnu-hpc-devel' 'openmpi4-gnu-hpc-devel-static' 'openmpi4-gnu-hpc-docs' 'openmpi4-gnu-hpc-macros-devel' 'openmpi4-libs' 'openmpi4-libs-32bit' 'openmpi4-macros-devel' 'openmpi4-testsuite' 'openmpi_1_10_7-gnu-hpc' 'openmpi_1_10_7-gnu-hpc-devel' 'openmpi_1_10_7-gnu-hpc-devel-static' 'openmpi_1_10_7-gnu-hpc-docs' 'openmpi_1_10_7-gnu-hpc-macros-devel' 'openmpi_1_10_7-gnu-hpc-testsuite' 'openmpi_2_1_6-gnu-hpc' 'openmpi_2_1_6-gnu-hpc-devel' 'openmpi_2_1_6-gnu-hpc-devel-static' 'openmpi_2_1_6-gnu-hpc-docs' 'openmpi_2_1_6-gnu-hpc-macros-devel' 'openmpi_2_1_6-gnu-hpc-testsuite' 'openmpi_3_1_6-gnu-hpc' 'openmpi_3_1_6-gnu-hpc-devel' 'openmpi_3_1_6-gnu-hpc-devel-static' 'openmpi_3_1_6-gnu-hpc-docs' 'openmpi_3_1_6-gnu-hpc-macros-devel' 'openmpi_3_1_6-gnu-hpc-testsuite' 'openmpi_4_0_2-gnu-hpc' 'openmpi_4_0_2-gnu-hpc-devel' 'openmpi_4_0_2-gnu-hpc-devel-static' 'openmpi_4_0_2-gnu-hpc-docs' 'openmpi_4_0_2-gnu-hpc-macros-devel' 'openmpi_4_0_2-gnu-hpc-testsuite' 'openmpt123' 'openmw' 'opennlp' 'opennlp-chunk-models' 'opennlp-maxent' 'opennlp-postag-models' 'opennlp-tokenize-models' 'opennlp-tools' 'opennlp-uima' 'openobex-apps' 'openobex-devel' 'openocd' 'openocd-data' 'openomf' 'openpgm-devel' 'openrct2' 'openrct2-titlesequences' 'openrdate' 'openregex' 'openregex-javadoc' 'openresolv' 'opensaml-bin' 'opensaml-schemas' 'opensc' 'opensc-32bit' 'openscad' 'openscap' 'openscap-content' 'openscap-devel' 'openscap-docker' 'openscap-utils' 'openshot-qt' 'openslide-doc' 'openslide-tools' 'openslp' 'openslp-devel' 'openslp-server' 'opensm' 'opensm-devel' 'opensm-devel-32bit' 'opensnc' 'opensnc' 'opensnc-debuginfo' 'opensnc-debugsource' 'opensp' 'opensp-devel' 'opensp-doc' 'openspades' 'openspades' 'openspades-debuginfo' 'openspades-debugsource' 'openspecfun-devel' 'openssh' 'openssh-askpass-gnome' 'openssh-cavs' 'openssh-fips' 'openssh-helpers' 'openssl' 'openssl-1_0_0' 'openssl-1_0_0-cavs' 'openssl-1_0_0-doc' 'openssl-1_1' 'openssl-1_1-doc' 'openssl-cbs-devel' 'openssl-engine-libp11' 'openssl-ibmpkcs11' 'openssl_tpm2_engine' 'openssl_tpm_engine' 'openstack-macros' 'openstack-suse-macros' 'openstack-suse-sudo' 'openstack-utils' 'opensuse-welcome' 'opensuse-welcome-lang' 'opentest4j' 'opentest4j-javadoc' 'opentoonz' 'opentracing-cpp-devel' 'opentracing-cpp-source' 'openttd' 'openttd-data' 'openttd-dedicated' 'openttd-opengfx' 'openttd-openmsx' 'openttd-opensfx' 'openucx-tools' 'openvas-smb' 'openvdb-devel' 'openvdb-tools' 'openvpn' 'openvpn-auth-pam-plugin' 'openvpn-devel' 'openvpn-down-root-plugin' 'openvswitch' 'openvswitch-devel' 'openvswitch-doc' 'openvswitch-ipsec' 'openvswitch-ovn-central' 'openvswitch-ovn-common' 'openvswitch-ovn-docker' 'openvswitch-ovn-host' 'openvswitch-ovn-vtep' 'openvswitch-pki' 'openvswitch-test' 'openvswitch-vtep' 'openwsman-java' 'openwsman-perl' 'openwsman-ruby' 'openwsman-ruby-docs' 'openwsman-server' 'openwsman-server-plugin-ruby' 'openxcom' 'openxcom-doc' 'opera' 'opera-uget-integrator' 'opi' 'opie' 'opie-32bit' 'oping' 'opmsg' 'oprofile' 'oprofile-32bit' 'oprofile-devel' 'optee-client' 'optee-client-devel' 'optipng' 'opus-tools' 'opusfile-devel' 'orage' 'orage-doc' 'orage-lang' 'orc' 'orc-doc' 'orca' 'orca-lang' 'orcania-devel' 'origami-icon-theme' 'orion' 'orkhon-fonts' 'oro' 'oro-javadoc' 'orthanc' 'orthanc-devel' 'orthanc-dicomweb' 'orthanc-doc' 'orthanc-mysql' 'orthanc-postgresql' 'orthanc-source' 'orthanc-webviewer' 'orthanc-wsi' 'ortp' 'ortp-devel' 'os-autoinst' 'os-autoinst-devel' 'os-autoinst-distri-opensuse-deps' 'os-autoinst-openvswitch' 'os-maven-plugin' 'os-maven-plugin-javadoc' 'os-prober' 'os-service-types-doc' 'osc' 'osc' 'osc-plugin-collab' 'osc-plugin-cycle' 'osc-plugin-install' 'osc-plugin-origin' 'osc-plugin-staging' 'osclib' 'osdlyrics' 'osdlyrics-lang' 'osgi-annotation' 'osgi-annotation-javadoc' 'osgi-compendium' 'osgi-compendium-javadoc' 'osgi-core' 'osgi-core-javadoc' 'osinfo-db' 'osinfo-db-tools' 'osl.imageio1_10' 'osmo-bsc' 'osmo-bsc-abisip-find' 'osmo-bsc-bs11-utils' 'osmo-bsc-ipaccess-utils' 'osmo-bsc-meas-utils' 'osmo-bts' 'osmo-bts-omldummy' 'osmo-bts-virtual' 'osmo-fl2k' 'osmo-fl2k-devel' 'osmo-fl2k-udev' 'osmo-gbproxy' 'osmo-ggsn' 'osmo-gtphub' 'osmo-hlr' 'osmo-iuh' 'osmo-mgw' 'osmo-msc' 'osmo-pcap' 'osmo-pcu' 'osmo-remsim-bankd' 'osmo-remsim-client' 'osmo-remsim-server' 'osmo-sgsn' 'osmo-sip-connector' 'osmo-stp' 'osmo-trx' 'osmo-trx-lms' 'osmo-trx-uhd' 'osmo-trx-usrp1' 'osmosdr' 'osmosdr-devel' 'ossim' 'ossim-devel' 'ossim-sample-data' 'osslsigncode' 'ossp-uuid' 'otb-bin' 'otb-devel' 'otb-qt' 'oto' 'otpclient' 'otrs' 'otrs-doc' 'otrs-itsm' 'otter-browser' 'ovirt-guest-agent-common' 'ovmf' 'ovmf-tools' 'ovnkube' 'ovnkube-cni' 'owasp-modsecurity-crs' 'owasp-modsecurity-crs-base_rules' 'owasp-modsecurity-crs-experimental_rules' 'owasp-modsecurity-crs-optional_rules' 'owasp-modsecurity-crs-slr_rules' 'owncloud-client' 'owncloud-client' 'owncloud-client-caja' 'owncloud-client-debuginfo' 'owncloud-client-debugsource' 'owncloud-client-dolphin' 'owncloud-client-dolphin-debuginfo' 'owncloud-client-l10n' 'owncloud-client-nautilus' 'owncloud-client-nemo' 'oxygen-gtk2' 'oxygen-gtk2-debugsource' 'oxygen5' 'oxygen5-cursors' 'oxygen5-decoration' 'oxygen5-icon-theme' 'oxygen5-icon-theme-large' 'oxygen5-icon-theme-scalable' 'oxygen5-lang' 'oxygen5-sounds' 'oxygen5-style' 'oxygen5-style-32bit' 'oyranos' 'oyranos-monitor' 'oyranos-profile-graph' 'oyranos-qcmsevents' 'oyranos-ui-fltk' 'p0f' 'p11-kit' 'p11-kit-32bit' 'p11-kit-devel' 'p11-kit-nss-trust' 'p11-kit-nss-trust-32bit' 'p11-kit-server' 'p11-kit-tools' 'p7zip' 'p7zip-doc' 'p7zip-full' 'p8-platform-devel' 'pacemaker' 'pacemaker-cli' 'pacemaker-cts' 'pacemaker-remote' 'packETH' 'package-translations' 'package-update-indicator' 'package-update-indicator-lang' 'packit' 'pacpl' 'pacpl' 'paexec' 'paexec-examples' 'pagein' 'pagein-bash-completion' 'pagemon' 'pagemon-bash-completion' 'pagetools' 'paglinawan-quicksand-fonts' 'pagul-fonts' 'pagure' 'pagure-ci' 'pagure-ev' 'pagure-loadjson' 'pagure-logcom' 'pagure-milters' 'pagure-mirror' 'pagure-theme-chameleon' 'pagure-theme-default-openSUSE' 'pagure-theme-default-upstream' 'pagure-theme-pagureio' 'pagure-theme-srcfpo' 'pagure-theme-upstream' 'pagure-webhook' 'palapeli' 'palapeli-data' 'palapeli-devel' 'palapeli-lang' 'palaura' 'palette' 'palette-lang' 'palm-db-tools' 'pam' 'pam-32bit' 'pam-config' 'pam-devel' 'pam-devel-32bit' 'pam-doc' 'pam-extra' 'pam-test' 'pam_apparmor' 'pam_apparmor-32bit' 'pam_ccreds' 'pam_ccreds-32bit' 'pam_cgfs' 'pam_chroot' 'pam_chroot-32bit' 'pam_cifscreds' 'pam_csync' 'pam_csync-32bit' 'pam_dbus' 'pam_krb5' 'pam_krb5-32bit' 'pam_kwallet' 'pam_kwallet-32bit' 'pam_kwallet-common' 'pam_mktemp' 'pam_mktemp-32bit' 'pam_mount' 'pam_mount-32bit' 'pam_oath' 'pam_p11' 'pam_p11-32bit' 'pam_passwdqc' 'pam_passwdqc-32bit' 'pam_pkcs11' 'pam_pkcs11-32bit' 'pam_pkcs11-devel-doc' 'pam_pwquality' 'pam_radius' 'pam_radius-32bit' 'pam_script' 'pam_snapper' 'pam_ssh' 'pam_ssh-32bit' 'pam_u2f' 'pam_userpass' 'pam_userpass-32bit' 'pam_wrapper' 'pam_yubico' 'pamix' 'pamixer' 'pan' 'pan-lang' 'pandoc' 'pango-devel' 'pango-devel-32bit' 'pango-tools' 'pangomm-devel' 'pangomm-doc' 'pangomm1_4-devel' 'pangomm1_4-doc' 'panini' 'pantheon-wallpapers-branding-upstream' 'paper-icon-theme' 'paperclips' 'paperclips-javadoc' 'paperjam' 'paperkey' 'papi' 'papi-devel' 'papi-devel-32bit' 'papi-devel-static' 'papi-hpc' 'papi-hpc-devel' 'papi_6_0_0-hpc' 'papi_6_0_0-hpc-devel' 'papi_6_0_0-hpc-devel-static' 'papirus-icon-theme' 'paprefs' 'paprefs-lang' 'paps' 'par' 'par2cmdline' 'paradise' 'parallel-netcdf-devel-data' 'parallel-netcdf-mvapich2' 'parallel-netcdf-mvapich2-devel' 'parallel-netcdf-mvapich2-devel-static' 'parallel-netcdf-openmpi1' 'parallel-netcdf-openmpi1-devel' 'parallel-netcdf-openmpi1-devel-static' 'parallel-netcdf-openmpi2' 'parallel-netcdf-openmpi2-devel' 'parallel-netcdf-openmpi2-devel-static' 'parallel-netcdf-openmpi3' 'parallel-netcdf-openmpi3-devel' 'parallel-netcdf-openmpi3-devel-static' 'parallel-printer-support' 'paranamer' 'paranamer-ant' 'paranamer-generator' 'paranamer-javadoc' 'paranamer-maven-plugin' 'paranamer-parent' 'paratype-pt-mono-fonts' 'paratype-pt-sans-fonts' 'paratype-pt-serif-fonts' 'paraview' 'paraview-devel' 'paraview-plugins' 'paraviewdata' 'parboiled' 'parboiled-javadoc' 'parboiled-scala' 'parboiled-scala-javadoc' 'parcellite' 'pari-devel' 'pari-elldata' 'pari-galdata' 'pari-galpol' 'pari-gp' 'pari-nftables' 'pari-seadata' 'parkverbot' 'parlatype' 'parlatype-lang' 'parley' 'parley-lang' 'parole' 'parole-devel' 'parole-lang' 'parpack-openmpi1-devel' 'parpack-openmpi1-devel-32bit' 'parpack-openmpi2-devel' 'parpack-openmpi2-devel-32bit' 'parpack-openmpi3-devel' 'parpack-openmpi3-devel-32bit' 'partclone' 'partclone-lang' 'parted' 'parted-devel' 'parted-lang' 'parti' 'partitionmanager' 'partitionmanager' 'partitionmanager-debuginfo' 'partitionmanager-debugsource' 'partitionmanager-lang' 'parzip' 'pass-otp' 'passwdqc' 'passwdqc-devel' 'password-store' 'password-store-dmenu' 'pasystray' 'patch' 'patch2mail' 'patchelf' 'patchutils' 'patool' 'patool-bash-completion' 'patterns-base-32bit' 'patterns-base-apparmor' 'patterns-base-apparmor-32bit' 'patterns-base-base' 'patterns-base-base-32bit' 'patterns-base-basesystem' 'patterns-base-basic_desktop' 'patterns-base-console' 'patterns-base-documentation' 'patterns-base-enhanced_base' 'patterns-base-enhanced_base-32bit' 'patterns-base-minimal_base' 'patterns-base-minimal_base-32bit' 'patterns-base-sw_management' 'patterns-base-sw_management-32bit' 'patterns-base-transactional_base' 'patterns-base-update_test' 'patterns-base-x11' 'patterns-base-x11-32bit' 'patterns-base-x11_enhanced' 'patterns-base-x11_enhanced-32bit' 'patterns-ceph-containers-ceph_base' 'patterns-containers-container_runtime' 'patterns-containers-container_runtime_kubernetes' 'patterns-containers-kubeadm' 'patterns-containers-kubernetes_utilities' 'patterns-containers-kubic_admin' 'patterns-containers-kubic_loadbalancer' 'patterns-containers-kubic_worker' 'patterns-desktop-books' 'patterns-desktop-imaging' 'patterns-desktop-laptop' 'patterns-desktop-multimedia' 'patterns-desktop-technical_writing' 'patterns-devel-C-C++-devel_C_C++' 'patterns-devel-base-devel_basis' 'patterns-devel-base-devel_basis-32bit' 'patterns-devel-base-devel_kernel' 'patterns-devel-base-devel_kernel-32bit' 'patterns-devel-base-devel_rpm_build' 'patterns-devel-base-devel_web' 'patterns-devel-java-devel_java' 'patterns-devel-mono-devel_mono' 'patterns-devel-osc-devel_osc_build' 'patterns-devel-perl-devel_perl' 'patterns-devel-python-devel_python3' 'patterns-devel-ruby-devel_ruby' 'patterns-devel-tcl-devel_tcl' 'patterns-enlightenment-enlightenment' 'patterns-fonts-fonts' 'patterns-fonts-fonts_opt' 'patterns-games-games' 'patterns-gnome-devel_gnome' 'patterns-gnome-gnome' 'patterns-gnome-gnome_basic' 'patterns-gnome-gnome_basis' 'patterns-gnome-gnome_basis_opt' 'patterns-gnome-gnome_games' 'patterns-gnome-gnome_ide' 'patterns-gnome-gnome_imaging' 'patterns-gnome-gnome_internet' 'patterns-gnome-gnome_multimedia' 'patterns-gnome-gnome_office' 'patterns-gnome-gnome_utilities' 'patterns-gnome-gnome_x11' 'patterns-gnome-gnome_yast' 'patterns-gnome-sw_management_gnome' 'patterns-hpc-compute_node' 'patterns-hpc-development_node' 'patterns-hpc-libraries' 'patterns-hpc-workload_server' 'patterns-kde-devel_kde_frameworks' 'patterns-kde-devel_qt5' 'patterns-kde-kde' 'patterns-kde-kde_edutainment' 'patterns-kde-kde_games' 'patterns-kde-kde_ide' 'patterns-kde-kde_imaging' 'patterns-kde-kde_internet' 'patterns-kde-kde_multimedia' 'patterns-kde-kde_office' 'patterns-kde-kde_pim' 'patterns-kde-kde_plasma' 'patterns-kde-kde_telepathy' 'patterns-kde-kde_utilities' 'patterns-kde-kde_utilities_opt' 'patterns-kde-kde_yast' 'patterns-leechcraft-leechcraft' 'patterns-leechcraft-leechcraft_browser' 'patterns-leechcraft-leechcraft_media' 'patterns-leechcraft-leechcraft_messenger' 'patterns-leechcraft-leechcraft_netutils' 'patterns-leechcraft-leechcraft_office' 'patterns-leechcraft-leechcraft_utilities' 'patterns-lxde-lxde' 'patterns-lxde-lxde_laptop' 'patterns-lxde-lxde_office' 'patterns-lxqt-lxqt' 'patterns-mate-mate' 'patterns-mate-mate_admin' 'patterns-mate-mate_basis' 'patterns-mate-mate_internet' 'patterns-mate-mate_laptop' 'patterns-mate-mate_office' 'patterns-mate-mate_office_opt' 'patterns-mate-mate_utilities' 'patterns-media-rest_cd_core' 'patterns-media-rest_cd_gnome' 'patterns-media-rest_cd_kde' 'patterns-media-rest_cd_x11' 'patterns-media-rest_core_dvd' 'patterns-media-rest_dvd' 'patterns-microos-alt_onlyDVD' 'patterns-microos-apparmor' 'patterns-microos-base' 'patterns-microos-basesystem' 'patterns-microos-cloud' 'patterns-microos-defaults' 'patterns-microos-desktop-gnome' 'patterns-microos-desktop-kde' 'patterns-microos-hardware' 'patterns-microos-ima_evm' 'patterns-microos-onlyDVD' 'patterns-microos-selinux' 'patterns-microos-sssd_ldap' 'patterns-network-network_admin' 'patterns-non_oss' 'patterns-non_oss_opt' 'patterns-office-office' 'patterns-rpm-macros' 'patterns-server-dhcp_dns_server' 'patterns-server-dhcp_dns_server-32bit' 'patterns-server-directory_server' 'patterns-server-directory_server-32bit' 'patterns-server-file_server' 'patterns-server-file_server-32bit' 'patterns-server-gateway_server' 'patterns-server-gateway_server-32bit' 'patterns-server-kvm_server' 'patterns-server-kvm_tools' 'patterns-server-lamp_server' 'patterns-server-lamp_server-32bit' 'patterns-server-mail_server' 'patterns-server-mail_server-32bit' 'patterns-server-printing' 'patterns-server-printing-32bit' 'patterns-server-xen_server' 'patterns-server-xen_tools' 'patterns-xfce-xfce' 'patterns-xfce-xfce_basis' 'patterns-xfce-xfce_laptop' 'patterns-xfce-xfce_office' 'patterns-yast-devel_yast' 'patterns-yast-x11_yast' 'patterns-yast-yast2_basis' 'patterns-yast-yast2_install_wf' 'pavucontrol' 'pavucontrol-lang' 'pavucontrol-qt' 'pavucontrol-qt-lang' 'pavumeter' 'pax-utils' 'pbm2l7k' 'pbuilder' 'pbzip2' 'pcapdump' 'pcapinfo' 'pcaudiolib-devel' 'pcb' 'pcb-doc' 'pcc' 'pcfclock' 'pcfclock-kmp-default' 'pcfclock-kmp-pae' 'pciutils' 'pciutils-devel' 'pciutils-devel-32bit' 'pcm' 'pcmanfm' 'pcmanfm-devel' 'pcmanfm-lang' 'pcmanfm-qt' 'pcmanfm-qt-lang' 'pcmanx-gtk2' 'pcmciautils' 'pcp' 'pcp-conf' 'pcp-devel' 'pcp-doc' 'pcp-export-pcp2elasticsearch' 'pcp-export-pcp2graphite' 'pcp-export-pcp2influxdb' 'pcp-export-pcp2json' 'pcp-export-pcp2spark' 'pcp-export-pcp2xml' 'pcp-export-pcp2zabbix' 'pcp-export-zabbix-agent' 'pcp-gui' 'pcp-import-collectl2pcp' 'pcp-import-ganglia2pcp' 'pcp-import-iostat2pcp' 'pcp-import-mrtg2pcp' 'pcp-import-sar2pcp' 'pcp-manager' 'pcp-pmda-activemq' 'pcp-pmda-apache' 'pcp-pmda-bash' 'pcp-pmda-bind2' 'pcp-pmda-bonding' 'pcp-pmda-cifs' 'pcp-pmda-cisco' 'pcp-pmda-dbping' 'pcp-pmda-dm' 'pcp-pmda-docker' 'pcp-pmda-ds389' 'pcp-pmda-ds389log' 'pcp-pmda-elasticsearch' 'pcp-pmda-gfs2' 'pcp-pmda-gluster' 'pcp-pmda-gpfs' 'pcp-pmda-gpsd' 'pcp-pmda-haproxy' 'pcp-pmda-infiniband' 'pcp-pmda-json' 'pcp-pmda-lmsensors' 'pcp-pmda-logger' 'pcp-pmda-lustre' 'pcp-pmda-lustrecomm' 'pcp-pmda-mailq' 'pcp-pmda-memcache' 'pcp-pmda-mic' 'pcp-pmda-mounts' 'pcp-pmda-mysql' 'pcp-pmda-named' 'pcp-pmda-netfilter' 'pcp-pmda-news' 'pcp-pmda-nfsclient' 'pcp-pmda-nginx' 'pcp-pmda-nutcracker' 'pcp-pmda-nvidia-gpu' 'pcp-pmda-oracle' 'pcp-pmda-pdns' 'pcp-pmda-perfevent' 'pcp-pmda-postfix' 'pcp-pmda-prometheus' 'pcp-pmda-redis' 'pcp-pmda-roomtemp' 'pcp-pmda-rpm' 'pcp-pmda-rsyslog' 'pcp-pmda-samba' 'pcp-pmda-sendmail' 'pcp-pmda-shping' 'pcp-pmda-slurm' 'pcp-pmda-smart' 'pcp-pmda-snmp' 'pcp-pmda-summary' 'pcp-pmda-systemd' 'pcp-pmda-trace' 'pcp-pmda-unbound' 'pcp-pmda-vmware' 'pcp-pmda-weblog' 'pcp-pmda-zimbra' 'pcp-pmda-zswap' 'pcp-system-tools' 'pcp-testsuite' 'pcp-webapi' 'pcp-zeroconf' 'pcre-devel' 'pcre-devel-static' 'pcre-doc' 'pcre-tools' 'pcre2-devel' 'pcre2-devel-static' 'pcre2-doc' 'pcre2-tools' 'pcsc-acr38' 'pcsc-acr38-devel' 'pcsc-acsccid' 'pcsc-asedriveiiie-serial' 'pcsc-asedriveiiie-usb' 'pcsc-asekey' 'pcsc-ccid' 'pcsc-cyberjack' 'pcsc-eco5000' 'pcsc-gempc' 'pcsc-lite' 'pcsc-lite-devel' 'pcsc-reflex60' 'pcsc-tools' 'pcsc-towitoko' 'pcsc-towitoko-devel' 'pcsx2' 'pcsxr' 'pcsxr' 'pcsxr-debuginfo' 'pcsxr-debugsource' 'pdf2djvu' 'pdf2djvu-lang' 'pdf2svg' 'pdfgrep' 'pdftk' 'pdftk' 'pdftk-debuginfo' 'pdftk-debugsource' 'pdftk-qgui' 'pdftk-qgui' 'pdftk-qgui-debuginfo' 'pdi2iso' 'pdi2iso' 'pdi2iso-debuginfo' 'pdi2iso-debugsource' 'pdns' 'pdns-backend-geoip' 'pdns-backend-godbc' 'pdns-backend-ldap' 'pdns-backend-lua' 'pdns-backend-mydns' 'pdns-backend-mysql' 'pdns-backend-postgresql' 'pdns-backend-remote' 'pdns-backend-sqlite3' 'pdns-common' 'pdns-recursor' 'pdnsd' 'pdnsd-doc' 'pdsh' 'pdsh-dshgroup' 'pdsh-genders' 'pdsh-machines' 'pdsh-netgroup' 'pdsh-slurm' 'peazip' 'peazip-kf5' 'peek' 'peek-lang' 'pegdown' 'pegdown-javadoc' 'pegtl-devel' 'pegtl-devel-doc' 'peksystray' 'pen' 'pencil' 'pentaho-libxml' 'pentaho-libxml-javadoc' 'pentaho-reporting-flow-engine' 'pentaho-reporting-flow-engine-javadoc' 'percona-toolkit' 'perf' 'performous' 'performous' 'performous-debuginfo' 'performous-debugsource' 'perftest' 'perl' 'perl-32bit' 'perl-Acme-Damn' 'perl-Algorithm-Annotate' 'perl-Algorithm-C3' 'perl-Algorithm-CheckDigits' 'perl-Algorithm-Combinatorics' 'perl-Algorithm-Diff' 'perl-Alien-Build' 'perl-Alien-Libxml2' 'perl-Alien-SDL' 'perl-Alien-Tidyp' 'perl-Alien-wxWidgets' 'perl-Any-Moose' 'perl-AnyEvent' 'perl-AnyEvent-HTTP' 'perl-AnyEvent-I3' 'perl-Apache-AuthCookie' 'perl-Apache-DBI' 'perl-Apache-Filter' 'perl-Apache-LogFormat-Compiler' 'perl-Apache-Session' 'perl-Apache-SessionX' 'perl-Apache2-AuthCookieDBI' 'perl-App-Ack' 'perl-App-CELL' 'perl-App-CLI' 'perl-App-Cmd' 'perl-App-Dochazka-CLI' 'perl-App-Dochazka-Common' 'perl-App-Dochazka-REST' 'perl-App-Dochazka-WWW' 'perl-App-FatPacker' 'perl-App-MFILE' 'perl-App-MFILE-WWW' 'perl-App-Nopaste' 'perl-App-Rad' 'perl-App-Rad-Plugin-MoreHelp' 'perl-App-cpanminus' 'perl-App-perlbrew' 'perl-AppConfig' 'perl-Archive-Cpio' 'perl-Archive-Extract' 'perl-Archive-Peek' 'perl-Archive-Tar-Wrapper' 'perl-Archive-Zip' 'perl-Array-Unique' 'perl-Audio-FLAC-Header' 'perl-Audio-FLAC-Header' 'perl-Audio-FLAC-Header-debugsource' 'perl-Audio-Musepack' 'perl-Audio-Musepack' 'perl-Audio-RPLD' 'perl-Audio-Scan' 'perl-Audio-Scan' 'perl-Audio-Scan-debuginfo' 'perl-Audio-Scan-debugsource' 'perl-Audio-WMA' 'perl-Audio-WMA' 'perl-Authen-DecHpwd' 'perl-Authen-Passphrase' 'perl-Authen-SASL' 'perl-Authen-SASL-Cyrus' 'perl-B-COW' 'perl-B-Debug' 'perl-B-Hooks-EndOfScope' 'perl-B-Hooks-OP-Annotation' 'perl-B-Hooks-OP-Check' 'perl-B-Hooks-OP-PPAddr' 'perl-B-Keywords' 'perl-B-Utils' 'perl-BIND-Conf_Parser' 'perl-BSD-Resource' 'perl-Benchmark-Timer' 'perl-BerkeleyDB' 'perl-Bit-Vector' 'perl-Boost-Geometry-Utils' 'perl-Bootloader' 'perl-Bootloader-YAML' 'perl-Browser-Open' 'perl-Business-ISBN' 'perl-Business-ISBN-Data' 'perl-Business-ISMN' 'perl-Business-ISSN' 'perl-CBOR-XS' 'perl-CBOR-XS' 'perl-CBOR-XS-debuginfo' 'perl-CBOR-XS-debugsource' 'perl-CDDB' 'perl-CDDB' 'perl-CDDB_get' 'perl-CGI' 'perl-CGI-Ajax' 'perl-CGI-Application' 'perl-CGI-FastTemplate' 'perl-CGI-FormBuilder' 'perl-CGI-Session' 'perl-CGI-Simple' 'perl-CHI' 'perl-CLASS' 'perl-CPAN-Changes' 'perl-CPAN-DistnameInfo' 'perl-CPAN-Meta-Check' 'perl-CPAN-Meta-Requirements' 'perl-CPAN-Mini' 'perl-CPAN-Perl-Releases' 'perl-CPAN-Uploader' 'perl-CSS-Minifier-XS' 'perl-CSS-Tiny' 'perl-Cache-Cache' 'perl-Cache-LRU' 'perl-Cache-Memcached' 'perl-Cairo' 'perl-Cairo-GObject' 'perl-Calendar-Simple' 'perl-Canary-Stability' 'perl-Capture-Tiny' 'perl-Carp-Always' 'perl-Carp-Assert' 'perl-Carp-Assert-More' 'perl-Carp-Clan' 'perl-Carton' 'perl-Catalyst-Manual' 'perl-Chart' 'perl-Class-Accessor' 'perl-Class-Accessor-Chained' 'perl-Class-Accessor-Grouped' 'perl-Class-Accessor-Lite' 'perl-Class-Adapter' 'perl-Class-Autouse' 'perl-Class-Base' 'perl-Class-C3' 'perl-Class-C3-Adopt-NEXT' 'perl-Class-C3-Componentised' 'perl-Class-C3-XS' 'perl-Class-Container' 'perl-Class-DBI' 'perl-Class-Data-Inheritable' 'perl-Class-Date' 'perl-Class-ErrorHandler' 'perl-Class-Factory-Util' 'perl-Class-ISA' 'perl-Class-Inner' 'perl-Class-Inspector' 'perl-Class-Load' 'perl-Class-Load-XS' 'perl-Class-MakeMethods' 'perl-Class-Method-Modifiers' 'perl-Class-Method-Modifiers-Fast' 'perl-Class-MethodMaker' 'perl-Class-Mix' 'perl-Class-Multimethods' 'perl-Class-ReturnValue' 'perl-Class-Singleton' 'perl-Class-Spiffy' 'perl-Class-Std' 'perl-Class-Tiny' 'perl-Class-Trigger' 'perl-Class-Unload' 'perl-Class-WhiteHole' 'perl-Class-XPath' 'perl-Class-XSAccessor' 'perl-Clone' 'perl-Clone-Choose' 'perl-Clone-PP' 'perl-Code-DRY' 'perl-CommonMark' 'perl-Compress-Bzip2' 'perl-Compress-Raw-Lzma' 'perl-Config-Any' 'perl-Config-Auto' 'perl-Config-AutoConf' 'perl-Config-Crontab' 'perl-Config-General' 'perl-Config-GitLike' 'perl-Config-Grammar' 'perl-Config-INI' 'perl-Config-IniFiles' 'perl-Config-MVP' 'perl-Config-MVP-Reader-INI' 'perl-Config-MySQL' 'perl-Config-Simple' 'perl-Config-Std' 'perl-Config-Tiny' 'perl-Const-Fast' 'perl-Context-Preserve' 'perl-Contextual-Return' 'perl-Convert-ASN1' 'perl-Convert-BER' 'perl-Convert-BinHex' 'perl-Convert-TNEF' 'perl-Convert-UUlib' 'perl-Cookie-Baker' 'perl-Cpanel-JSON-XS' 'perl-Crypt-Blowfish' 'perl-Crypt-CBC' 'perl-Crypt-DES' 'perl-Crypt-DH-GMP' 'perl-Crypt-Eksblowfish' 'perl-Crypt-MySQL' 'perl-Crypt-OpenSSL-Bignum' 'perl-Crypt-OpenSSL-Guess' 'perl-Crypt-OpenSSL-RSA' 'perl-Crypt-OpenSSL-Random' 'perl-Crypt-PasswdMD5' 'perl-Crypt-RC4' 'perl-Crypt-Rijndael' 'perl-Crypt-Rot13' 'perl-Crypt-SSLeay' 'perl-Crypt-SaltedHash' 'perl-Crypt-SmbHash' 'perl-Crypt-Twofish' 'perl-Crypt-Twofish' 'perl-Crypt-Twofish-debuginfo' 'perl-Crypt-Twofish-debugsource' 'perl-Crypt-UnixCrypt_XS' 'perl-CryptX' 'perl-Curses' 'perl-CursesWidgets' 'perl-Cwd-Guard' 'perl-DBD-CSV' 'perl-DBD-MariaDB' 'perl-DBD-ODBC' 'perl-DBD-Pg' 'perl-DBD-SQLite' 'perl-DBD-XBase' 'perl-DBD-mysql' 'perl-DBI' 'perl-DBICx-TestDatabase' 'perl-DBIx-Class' 'perl-DBIx-Class-DeploymentHandler' 'perl-DBIx-Class-DynamicDefault' 'perl-DBIx-Class-Fixtures' 'perl-DBIx-Class-InflateColumn-FS' 'perl-DBIx-Class-IntrospectableM2M' 'perl-DBIx-Class-OptimisticLocking' 'perl-DBIx-Class-Schema-Config' 'perl-DBIx-Class-Schema-Loader' 'perl-DBIx-Class-UUIDColumns' 'perl-DBIx-Connector' 'perl-DBIx-ContextualFetch' 'perl-DBIx-Simple' 'perl-DBIx-Transaction' 'perl-DBM-Deep' 'perl-DNS-LDNS' 'perl-Daemon-Generic' 'perl-Data-Clone' 'perl-Data-Compare' 'perl-Data-Dump' 'perl-Data-Dump-Streamer' 'perl-Data-Dumper-Concise' 'perl-Data-Entropy' 'perl-Data-Float' 'perl-Data-Hexify' 'perl-Data-Hierarchy' 'perl-Data-Integer' 'perl-Data-ObjectDriver' 'perl-Data-OptList' 'perl-Data-Page' 'perl-Data-Peek' 'perl-Data-Perl' 'perl-Data-Printer' 'perl-Data-Random' 'perl-Data-Section' 'perl-Data-Section-Simple' 'perl-Data-ShowTable' 'perl-Data-Structure-Util' 'perl-Data-Tumbler' 'perl-Data-Uniqid' 'perl-Data-Util' 'perl-Data-Validate-Domain' 'perl-Data-Validate-IP' 'perl-Data-Visitor' 'perl-Date-Calc' 'perl-Date-Holidays-CZ' 'perl-Date-Manip' 'perl-Date-Simple' 'perl-Date-Tiny' 'perl-DateTime' 'perl-DateTime-Calendar-Julian' 'perl-DateTime-Calendar-Mayan' 'perl-DateTime-Format-Builder' 'perl-DateTime-Format-DateParse' 'perl-DateTime-Format-Flexible' 'perl-DateTime-Format-ISO8601' 'perl-DateTime-Format-Mail' 'perl-DateTime-Format-MySQL' 'perl-DateTime-Format-Natural' 'perl-DateTime-Format-Pg' 'perl-DateTime-Format-SQLite' 'perl-DateTime-Format-Strptime' 'perl-DateTime-Format-W3CDTF' 'perl-DateTime-Locale' 'perl-DateTime-TimeZone' 'perl-DateTime-Tiny' 'perl-Debug-Trace' 'perl-Declare-Constraints-Simple' 'perl-Devel-Caller' 'perl-Devel-CheckBin' 'perl-Devel-CheckCompiler' 'perl-Devel-CheckLib' 'perl-Devel-CheckOS' 'perl-Devel-Confess' 'perl-Devel-CoreStack' 'perl-Devel-Cover' 'perl-Devel-Cover-Report-Codecov' 'perl-Devel-Cycle' 'perl-Devel-Declare' 'perl-Devel-FindPerl' 'perl-Devel-GlobalDestruction' 'perl-Devel-GlobalPhase' 'perl-Devel-Hide' 'perl-Devel-Leak' 'perl-Devel-LexAlias' 'perl-Devel-NYTProf' 'perl-Devel-OverloadInfo' 'perl-Devel-PPPort' 'perl-Devel-PartialDump' 'perl-Devel-PatchPerl' 'perl-Devel-REPL' 'perl-Devel-StackTrace' 'perl-Devel-StackTrace-AsHTML' 'perl-Devel-Symdump' 'perl-Devel-TakeHashArgs' 'perl-Devel-Trace' 'perl-Device-SerialPort' 'perl-Device-Yeelight' 'perl-Digest-CRC' 'perl-Digest-HMAC' 'perl-Digest-JHash' 'perl-Digest-MD4' 'perl-Digest-MD5' 'perl-Digest-Perl-MD5' 'perl-Digest-SHA1' 'perl-Dist-CheckConflicts' 'perl-Dist-Zilla' 'perl-Dumbbench' 'perl-Email-Abstract' 'perl-Email-Address' 'perl-Email-Address-XS' 'perl-Email-Date-Format' 'perl-Email-Find' 'perl-Email-Find' 'perl-Email-MIME' 'perl-Email-MIME-ContentType' 'perl-Email-MIME-Encodings' 'perl-Email-MessageID' 'perl-Email-Reply' 'perl-Email-Send' 'perl-Email-Sender' 'perl-Email-Simple' 'perl-Email-Valid' 'perl-Encode' 'perl-Encode-Detect' 'perl-Encode-EUCJPASCII' 'perl-Encode-HanExtra' 'perl-Encode-JIS2K' 'perl-Encode-Locale' 'perl-Error' 'perl-Eval-Closure' 'perl-Eval-LineNumbers' 'perl-Event' 'perl-Event-ExecFlow' 'perl-Event-ExecFlow' 'perl-Event-RPC' 'perl-Event-RPC' 'perl-Exception-Base' 'perl-Exception-Class' 'perl-Expect' 'perl-Export-Attrs' 'perl-Exporter-Declare' 'perl-Exporter-Lite' 'perl-Exporter-Tidy' 'perl-Exporter-Tiny' 'perl-ExtUtils-CBuilder' 'perl-ExtUtils-CChecker' 'perl-ExtUtils-Config' 'perl-ExtUtils-CppGuess' 'perl-ExtUtils-Depends' 'perl-ExtUtils-F77' 'perl-ExtUtils-Helpers' 'perl-ExtUtils-InstallPaths' 'perl-ExtUtils-LibBuilder' 'perl-ExtUtils-MakeMaker' 'perl-ExtUtils-MakeMaker-CPANfile' 'perl-ExtUtils-Manifest' 'perl-ExtUtils-PkgConfig' 'perl-ExtUtils-Typemaps-Default' 'perl-ExtUtils-XSpp' 'perl-FFI-CheckLib' 'perl-FastCGI' 'perl-Feed-Find' 'perl-Fennec-Lite' 'perl-File-BaseDir' 'perl-File-Basename-Object' 'perl-File-Comments' 'perl-File-Copy-Recursive' 'perl-File-Copy-Recursive-Reduced' 'perl-File-DesktopEntry' 'perl-File-FcntlLock' 'perl-File-Find-Rule' 'perl-File-Find-Rule-Perl' 'perl-File-Finder' 'perl-File-Flock' 'perl-File-HomeDir' 'perl-File-LibMagic' 'perl-File-Listing' 'perl-File-MMagic' 'perl-File-Map' 'perl-File-MimeInfo' 'perl-File-Mork' 'perl-File-Next' 'perl-File-Path' 'perl-File-Path-Tiny' 'perl-File-RandomAccess' 'perl-File-ReadBackwards' 'perl-File-Remove' 'perl-File-Rsync' 'perl-File-ShareDir' 'perl-File-ShareDir-Install' 'perl-File-ShareDir-ProjectDistDir' 'perl-File-Slurp' 'perl-File-Slurp-Tiny' 'perl-File-Slurp-Unicode' 'perl-File-Slurper' 'perl-File-Sync' 'perl-File-Tail' 'perl-File-Temp' 'perl-File-Touch' 'perl-File-Type' 'perl-File-Unpack' 'perl-File-Which' 'perl-File-chdir' 'perl-File-pushd' 'perl-FileHandle-Unget' 'perl-Filesys-Df' 'perl-Filesys-Notify-Simple' 'perl-Filesys-Statvfs' 'perl-Finance-Quote' 'perl-FindBin-Real' 'perl-Font-AFM' 'perl-Font-TTF' 'perl-FreezeThaw' 'perl-Furl' 'perl-Fuse' 'perl-Future' 'perl-GD' 'perl-GD-Barcode' 'perl-GD-Graph3d' 'perl-GDGraph' 'perl-GDTextUtil' 'perl-GStreamer1' 'perl-Geo-Coordinates-UTM' 'perl-Geography-Countries' 'perl-Getopt-ArgvFile' 'perl-Getopt-Long-Descriptive' 'perl-Getopt-Tabular' 'perl-Git-Version-Compare' 'perl-Glib' 'perl-Glib-Object-Introspection' 'perl-Gnome2-Canvas' 'perl-Gnome2-VFS' 'perl-Gnome2-Wnck' 'perl-GnuPG-Interface' 'perl-GooCanvas2' 'perl-Graph' 'perl-GraphViz' 'perl-Graphics-ColorUtils' 'perl-GraphicsMagick' 'perl-Gravatar-URL' 'perl-Growl-GNTP' 'perl-Gtk2' 'perl-Gtk2-AppIndicator' 'perl-Gtk2-Ex-FormFactory' 'perl-Gtk2-Ex-FormFactory' 'perl-Gtk2-GladeXML' 'perl-Gtk2-GladeXML' 'perl-Gtk2-GladeXML-debuginfo' 'perl-Gtk2-GladeXML-debugsource' 'perl-Gtk2-ImageView' 'perl-Gtk2-Notify' 'perl-Gtk2-Notify' 'perl-Gtk2-Notify-debuginfo' 'perl-Gtk2-Notify-debugsource' 'perl-Gtk2-TrayIcon' 'perl-Gtk2-TrayIcon' 'perl-Gtk2-TrayIcon-debuginfo' 'perl-Gtk2-TrayIcon-debugsource' 'perl-Gtk2-Unique' 'perl-Gtk3' 'perl-Gtk3-SimpleList' 'perl-Guard' 'perl-HTML-Clean' 'perl-HTML-Element-Extended' 'perl-HTML-Encoding' 'perl-HTML-FillInForm' 'perl-HTML-Form' 'perl-HTML-FormHandler' 'perl-HTML-Format' 'perl-HTML-FormatText-WithLinks' 'perl-HTML-FromText' 'perl-HTML-FromText' 'perl-HTML-Parser' 'perl-HTML-RewriteAttributes' 'perl-HTML-Scrubber' 'perl-HTML-SimpleParse' 'perl-HTML-Stream' 'perl-HTML-Strip' 'perl-HTML-Strip' 'perl-HTML-Strip-debuginfo' 'perl-HTML-Strip-debugsource' 'perl-HTML-TableExtract' 'perl-HTML-Tagset' 'perl-HTML-Template' 'perl-HTML-Tidy' 'perl-HTML-TokeParser-Simple' 'perl-HTML-Tree' 'perl-HTTP-Body' 'perl-HTTP-Cache-Transparent' 'perl-HTTP-Cache-Transparent' 'perl-HTTP-Cache-Transparent-debugsource' 'perl-HTTP-Cookies' 'perl-HTTP-DAV' 'perl-HTTP-Daemon' 'perl-HTTP-Date' 'perl-HTTP-Entity-Parser' 'perl-HTTP-Headers-ActionPack' 'perl-HTTP-Headers-Fast' 'perl-HTTP-Lite' 'perl-HTTP-Message' 'perl-HTTP-MultiPartParser' 'perl-HTTP-Negotiate' 'perl-HTTP-Parser-XS' 'perl-HTTP-Request-AsCGI' 'perl-HTTP-Server-Simple' 'perl-HTTP-Thin' 'perl-HTTP-Tiny' 'perl-HTTPS-Daemon' 'perl-Hamlib' 'perl-Hash-Merge' 'perl-Hash-Merge-Simple' 'perl-Hash-MoreUtils' 'perl-Hash-MultiValue' 'perl-Hash-Util-FieldHash-Compat' 'perl-Hook-LexWrap' 'perl-IO-All' 'perl-IO-Async' 'perl-IO-CaptureOutput' 'perl-IO-Event' 'perl-IO-HTML' 'perl-IO-Handle-Util' 'perl-IO-Interactive' 'perl-IO-Interface' 'perl-IO-Multiplex' 'perl-IO-Pager' 'perl-IO-Pipely' 'perl-IO-SessionData' 'perl-IO-Socket-INET6' 'perl-IO-Socket-Multicast' 'perl-IO-Socket-PortState' 'perl-IO-Socket-SSL' 'perl-IO-Socket-Timeout' 'perl-IO-String' 'perl-IO-Stty' 'perl-IO-Tee' 'perl-IO-TieCombine' 'perl-IO-Tty' 'perl-IO-stringy' 'perl-IP-Country' 'perl-IPC-Run' 'perl-IPC-Run3' 'perl-IPC-ShareLite' 'perl-IPC-System-Simple' 'perl-IRI' 'perl-Ima-DBI' 'perl-Image-ExifTool' 'perl-Image-Info' 'perl-Image-Sane' 'perl-Image-Size' 'perl-Import-Into' 'perl-Importer' 'perl-Inline' 'perl-Inline-C' 'perl-Inline-C' 'perl-Inline-C-debugsource' 'perl-Inline-Python' 'perl-Iterator' 'perl-Iterator-Util' 'perl-JSON' 'perl-JSON-Any' 'perl-JSON-DWIW' 'perl-JSON-MaybeXS' 'perl-JSON-RPC' 'perl-JSON-Validator' 'perl-JSON-XS' 'perl-JavaScript-Minifier-XS' 'perl-LWP-MediaTypes' 'perl-LWP-Online' 'perl-LWP-Protocol-https' 'perl-Lexical-Persistence' 'perl-Lexical-SealRequireHints' 'perl-Lingua-EN-FindNumber' 'perl-Lingua-EN-Inflect' 'perl-Lingua-EN-Inflect-Number' 'perl-Lingua-EN-Inflect-Phrase' 'perl-Lingua-EN-Number-IsOrdinal' 'perl-Lingua-EN-Numbers-Ordinate' 'perl-Lingua-EN-Numbers-Ordinate' 'perl-Lingua-EN-Numbers-Ordinate-debugsource' 'perl-Lingua-EN-Sentence' 'perl-Lingua-EN-Tagger' 'perl-Lingua-EN-Words2Nums' 'perl-Lingua-PT-Stemmer' 'perl-Lingua-Preferred' 'perl-Lingua-Preferred' 'perl-Lingua-Preferred-debugsource' 'perl-Lingua-Stem' 'perl-Lingua-Stem-Fr' 'perl-Lingua-Stem-It' 'perl-Lingua-Stem-Ru' 'perl-Lingua-Stem-Snowball' 'perl-Lingua-Stem-Snowball-Da' 'perl-Lingua-Translit' 'perl-Linux-DesktopFiles' 'perl-Linux-Inotify2' 'perl-Linux-Pid' 'perl-List-AllUtils' 'perl-List-BinarySearch' 'perl-List-BinarySearch-XS' 'perl-List-MoreUtils' 'perl-List-MoreUtils-XS' 'perl-List-SomeUtils' 'perl-List-SomeUtils-XS' 'perl-List-UtilsBy' 'perl-Locale-Maketext-Gettext' 'perl-Locale-Maketext-Lexicon' 'perl-Locale-Msgfmt' 'perl-Locale-US' 'perl-LockFile-Simple' 'perl-Log-Any' 'perl-Log-Contextual' 'perl-Log-Dispatch' 'perl-Log-Dispatch-Array' 'perl-Log-Dispatch-Config' 'perl-Log-Dispatch-FileRotate' 'perl-Log-Dispatchouli' 'perl-Log-Log4perl' 'perl-Log-Message' 'perl-Log-Message-Simple' 'perl-Log-TraceMessages' 'perl-Log-TraceMessages' 'perl-Log-TraceMessages-debugsource' 'perl-MCE' 'perl-MIME-Charset' 'perl-MIME-EncWords' 'perl-MIME-Lite' 'perl-MIME-Types' 'perl-MIME-tools' 'perl-MLDBM' 'perl-MLDBM-Sync' 'perl-MP3-Info' 'perl-MP3-Info' 'perl-MP3-Tag' 'perl-MP3-Tag' 'perl-MP4-Info' 'perl-MP4-Info' 'perl-MRO-Compat' 'perl-Mac-PropertyList' 'perl-Mail-DKIM' 'perl-Mail-IMAPClient' 'perl-Mail-Mbox-MessageParser' 'perl-Mail-SPF' 'perl-Mail-SPF-Test' 'perl-Mail-Sender' 'perl-Mail-Sendmail' 'perl-Mail-SpamAssassin' 'perl-Mail-SpamAssassin-Plugin-iXhash2' 'perl-MailTools' 'perl-Mason' 'perl-Math-Base-Convert' 'perl-Math-BigInt' 'perl-Math-BigInt-GMP' 'perl-Math-Calc-Units' 'perl-Math-Clipper' 'perl-Math-ConvexHull' 'perl-Math-ConvexHull-MonotoneChain' 'perl-Math-Geometry-Voronoi' 'perl-Math-Libm' 'perl-Math-PlanePath' 'perl-Math-Random-ISAAC' 'perl-Math-Round' 'perl-Memoize-ExpireLRU' 'perl-Meta-Builder' 'perl-Method-Signatures' 'perl-Method-Signatures-Simple' 'perl-Minion' 'perl-Minion-Backend-SQLite' 'perl-Mixin-Linewise' 'perl-Mo' 'perl-Mock-Config' 'perl-Mock-Quick' 'perl-Modern-Perl' 'perl-Module-Build' 'perl-Module-Build-Deprecated' 'perl-Module-Build-Tiny' 'perl-Module-Build-WithXSpp' 'perl-Module-Build-XSUtil' 'perl-Module-CPANfile' 'perl-Module-Depends' 'perl-Module-Find' 'perl-Module-Implementation' 'perl-Module-Info' 'perl-Module-Install' 'perl-Module-Install-AuthorTests' 'perl-Module-Install-ExtraTests' 'perl-Module-Load-Conditional' 'perl-Module-Metadata' 'perl-Module-Path' 'perl-Module-Pluggable' 'perl-Module-Reader' 'perl-Module-Refresh' 'perl-Module-Runtime' 'perl-Module-Runtime-Conflicts' 'perl-Module-ScanDeps' 'perl-Module-Signature' 'perl-Module-Starter' 'perl-Module-Util' 'perl-Mojo-DOM58' 'perl-Mojo-IOLoop-ReadWriteProcess' 'perl-Mojo-Pg' 'perl-Mojo-RabbitMQ-Client' 'perl-Mojo-Redis' 'perl-Mojo-SQLite' 'perl-Mojolicious' 'perl-Mojolicious-Plugin-AssetPack' 'perl-Mojolicious-Plugin-CHI' 'perl-Mojolicious-Plugin-NYTProf' 'perl-Mojolicious-Plugin-RenderFile' 'perl-Mojolicious-Plugin-Status' 'perl-Monitoring-Plugin' 'perl-Moo' 'perl-MooX-HandlesVia' 'perl-MooX-Types-MooseLike' 'perl-MooX-Types-MooseLike-Numeric' 'perl-MooX-late' 'perl-Moose' 'perl-Moose-Autobox' 'perl-MooseX-Aliases' 'perl-MooseX-App-Cmd' 'perl-MooseX-ArrayRef' 'perl-MooseX-Attribute-ENV' 'perl-MooseX-AttributeHelpers' 'perl-MooseX-AuthorizedMethods' 'perl-MooseX-ClassAttribute' 'perl-MooseX-Clone' 'perl-MooseX-ConfigFromFile' 'perl-MooseX-Daemonize' 'perl-MooseX-Declare' 'perl-MooseX-Getopt' 'perl-MooseX-GlobRef' 'perl-MooseX-Has-Options' 'perl-MooseX-HasDefaults' 'perl-MooseX-InsideOut' 'perl-MooseX-Iterator' 'perl-MooseX-LazyLogDispatch' 'perl-MooseX-LazyRequire' 'perl-MooseX-Log-Log4perl' 'perl-MooseX-LogDispatch' 'perl-MooseX-MarkAsMethods' 'perl-MooseX-Meta-TypeConstraint-ForceCoercion' 'perl-MooseX-Method-Signatures' 'perl-MooseX-MultiInitArg' 'perl-MooseX-NonMoose' 'perl-MooseX-Object-Pluggable' 'perl-MooseX-OneArgNew' 'perl-MooseX-POE' 'perl-MooseX-Param' 'perl-MooseX-Params-Validate' 'perl-MooseX-Role-Cmd' 'perl-MooseX-Role-Parameterized' 'perl-MooseX-Role-TraitConstructor' 'perl-MooseX-Role-WithOverloading' 'perl-MooseX-SemiAffordanceAccessor' 'perl-MooseX-SetOnce' 'perl-MooseX-SimpleConfig' 'perl-MooseX-Singleton' 'perl-MooseX-Storage' 'perl-MooseX-StrictConstructor' 'perl-MooseX-Traits' 'perl-MooseX-TransactionalMethods' 'perl-MooseX-Types' 'perl-MooseX-Types-Common' 'perl-MooseX-Types-DateTime' 'perl-MooseX-Types-LoadableClass' 'perl-MooseX-Types-Path-Class' 'perl-MooseX-Types-Path-Tiny' 'perl-MooseX-Types-Perl' 'perl-MooseX-Types-Set-Object' 'perl-MooseX-Types-Stringlike' 'perl-MooseX-Types-Structured' 'perl-MooseX-Workers' 'perl-Mouse' 'perl-MouseX-ConfigFromFile' 'perl-MouseX-SimpleConfig' 'perl-MouseX-Types' 'perl-MouseX-Types-Path-Class' 'perl-Mozilla-LDAP' 'perl-MusicBrainz-DiscID' 'perl-NKF' 'perl-Nagios-Plugin' 'perl-Net-AMQP' 'perl-Net-CIDR' 'perl-Net-CIDR-Lite' 'perl-Net-CIDR-Set' 'perl-Net-DBus' 'perl-Net-DBus-GLib' 'perl-Net-DBus-GLib' 'perl-Net-DBus-GLib-debuginfo' 'perl-Net-DBus-GLib-debugsource' 'perl-Net-DNS' 'perl-Net-DNS-Resolver-Mock' 'perl-Net-DNS-Resolver-Programmable' 'perl-Net-Daemon' 'perl-Net-Domain-TLD' 'perl-Net-Dropbox-API' 'perl-Net-HTTP' 'perl-Net-HTTPServer' 'perl-Net-IDN-Encode' 'perl-Net-IDN-Nameprep' 'perl-Net-INET6Glue' 'perl-Net-IP' 'perl-Net-IPv4Addr' 'perl-Net-Ident' 'perl-Net-Jabber' 'perl-Net-LibIDN' 'perl-Net-Libproxy' 'perl-Net-Netmask' 'perl-Net-OAuth' 'perl-Net-OpenID-Common' 'perl-Net-OpenID-Consumer' 'perl-Net-OpenStack-Compute' 'perl-Net-Oping' 'perl-Net-Patricia' 'perl-Net-Pcap' 'perl-Net-SMTP-SSL' 'perl-Net-SNMP' 'perl-Net-SSH2' 'perl-Net-SSLGlue' 'perl-Net-SSLeay' 'perl-Net-Server' 'perl-Net-TFTP' 'perl-Net-Telnet' 'perl-Net-Twitter' 'perl-Net-UPnP' 'perl-Net-UPnP' 'perl-Net-Whois-RIPE' 'perl-Net-Whois-Raw' 'perl-Net-XMPP' 'perl-NetAddr-IP' 'perl-NetPacket' 'perl-NetxAP' 'perl-Number-Compare' 'perl-Number-Format' 'perl-Number-WithError' 'perl-OLE-Storage_Lite' 'perl-OSSP-uuid' 'perl-Object-Pluggable' 'perl-Object-Signature' 'perl-Ogg-Vorbis-Header' 'perl-Ogg-Vorbis-Header' 'perl-Ogg-Vorbis-Header-PurePerl' 'perl-Ogg-Vorbis-Header-PurePerl' 'perl-Ogg-Vorbis-Header-debuginfo' 'perl-Ogg-Vorbis-Header-debugsource' 'perl-OpenGL' 'perl-PAR' 'perl-PAR-Dist' 'perl-PAR-Packer' 'perl-PCP-LogImport' 'perl-PCP-LogSummary' 'perl-PCP-MMV' 'perl-PCP-PMDA' 'perl-PDA-Pilot' 'perl-PDF-API2' 'perl-PHP-Serialization' 'perl-POE' 'perl-POE-Test-Loops' 'perl-POSIX-strftime-Compiler' 'perl-PPI' 'perl-PPIx-QuoteLike' 'perl-PPIx-Regexp' 'perl-PPIx-Utilities' 'perl-Package-DeprecationManager' 'perl-Package-Generator' 'perl-Package-Stash' 'perl-Package-Stash-XS' 'perl-Package-Variant' 'perl-PadWalker' 'perl-Pango' 'perl-Parallel-ForkManager' 'perl-Parallel-ForkManager' 'perl-Params-Classify' 'perl-Params-Coerce' 'perl-Params-Util' 'perl-Params-Validate' 'perl-Params-ValidationCompiler' 'perl-Parse-CPAN-Packages' 'perl-Parse-Method-Signatures' 'perl-Parse-PMFile' 'perl-Parse-RecDescent' 'perl-Parse-Win32Registry' 'perl-Parse-Yapp' 'perl-PatchReader' 'perl-Path-Class' 'perl-Path-FindDev' 'perl-Path-IsDev' 'perl-Path-Router' 'perl-Path-Tiny' 'perl-PathTools' 'perl-Pegex' 'perl-Pegex' 'perl-Perl-Critic' 'perl-Perl-Critic-Freenode' 'perl-Perl-Critic-Policy-Variables-ProhibitLoopOnHash' 'perl-Perl-Critic-Pulp' 'perl-Perl-PrereqScanner' 'perl-Perl-Tidy' 'perl-Perl-Version' 'perl-Perl6-Junction' 'perl-PerlIO-Layers' 'perl-PerlIO-gzip' 'perl-PerlIO-locale' 'perl-PerlIO-utf8_strict' 'perl-PerlIO-via-Timeout' 'perl-PerlIO-via-dynamic' 'perl-PerlMagick' 'perl-Plack' 'perl-Plack-Middleware-LogErrors' 'perl-Plack-Middleware-Session' 'perl-Pod-Coverage' 'perl-Pod-Coverage-Moose' 'perl-Pod-Coverage-TrustPod' 'perl-Pod-Eventual' 'perl-Pod-HtmlPsPdf' 'perl-Pod-Markdown' 'perl-Pod-MinimumVersion' 'perl-Pod-POM' 'perl-Pod-Readme' 'perl-Pod-Spell' 'perl-Pod-Usage' 'perl-PostScript-Simple' 'perl-Prima' 'perl-Probe-Perl' 'perl-Proc-Fork' 'perl-Proc-ProcessTable' 'perl-Proc-Simple' 'perl-Protocol-Redis' 'perl-Protocol-Redis-Faster' 'perl-Protocol-WebSocket' 'perl-Quantum-Superpositions' 'perl-RDF-Trine' 'perl-RPC-XML' 'perl-RPM-Header-PurePerl' 'perl-RPM2' 'perl-Readonly' 'perl-Readonly-XS' 'perl-Redis' 'perl-Regexp-Assemble' 'perl-Regexp-Common' 'perl-Regexp-IPv6' 'perl-Regexp-Shellish' 'perl-Return-Value' 'perl-Role-HasMessage' 'perl-Role-Identifiable' 'perl-Role-Tiny' 'perl-Rose-Object' 'perl-Router-Simple' 'perl-SDL' 'perl-SGML-Parser-OpenSP' 'perl-SGMLS' 'perl-SNMP' 'perl-SOAP-Lite' 'perl-SQL-Abstract' 'perl-SQL-ReservedWords' 'perl-SQL-SplitStatement' 'perl-SQL-Statement' 'perl-SQL-Tokenizer' 'perl-SQL-Translator' 'perl-SUPER' 'perl-SVG' 'perl-SVN-Simple' 'perl-Safe-Isa' 'perl-Scalar-List-Utils' 'perl-Scalar-String' 'perl-Scope-Guard' 'perl-Scope-Upper' 'perl-Selenium-Remote-Driver' 'perl-Sereal' 'perl-Sereal-Decoder' 'perl-Sereal-Encoder' 'perl-Set-Crontab' 'perl-Set-IntSpan' 'perl-Set-Object' 'perl-Set-Scalar' 'perl-Smart-Comments' 'perl-Snowball-Norwegian' 'perl-Snowball-Swedish' 'perl-Socket-MsgHdr' 'perl-Socket6' 'perl-Software-License' 'perl-Sort-Key' 'perl-Sort-Naturally' 'perl-Sort-Versions' 'perl-Specio' 'perl-Spiffy' 'perl-Spooky-Patterns-XS' 'perl-Spreadsheet-ParseExcel' 'perl-Spreadsheet-ParseXLSX' 'perl-Spreadsheet-Read' 'perl-Spreadsheet-ReadSXC' 'perl-Spreadsheet-XLSX' 'perl-Starman' 'perl-Statistics-CaseResampling' 'perl-Statistics-Descriptive' 'perl-Stream-Buffered' 'perl-String-Approx' 'perl-String-CRC32' 'perl-String-CamelCase' 'perl-String-Errf' 'perl-String-Escape' 'perl-String-Flogger' 'perl-String-Format' 'perl-String-Formatter' 'perl-String-RewritePrefix' 'perl-String-ShellQuote' 'perl-String-ToIdentifier-EN' 'perl-String-Truncate' 'perl-Struct-Dumb' 'perl-Sub-Delete' 'perl-Sub-Exporter' 'perl-Sub-Exporter-ForMethods' 'perl-Sub-Exporter-GlobExporter' 'perl-Sub-Exporter-Progressive' 'perl-Sub-Identify' 'perl-Sub-Info' 'perl-Sub-Install' 'perl-Sub-Name' 'perl-Sub-Override' 'perl-Sub-Quote' 'perl-Sub-Retry' 'perl-Sub-Spec' 'perl-Sub-Uplevel' 'perl-Switch' 'perl-Symbol-Table' 'perl-Symbol-Util' 'perl-Syntax-Keyword-Junction' 'perl-Syntax-Keyword-Try' 'perl-Sys-CPU' 'perl-Sys-Guestfs' 'perl-Sys-Hostname-Long' 'perl-Sys-LoadAvg' 'perl-Sys-SigAction' 'perl-Sys-Virt' 'perl-Sysadm-Install' 'perl-TAP-Harness-JUnit' 'perl-Task-Kensho-Async' 'perl-Task-Kensho-CLI' 'perl-Task-Kensho-Config' 'perl-Task-Kensho-Dates' 'perl-Task-Kensho-Exceptions' 'perl-Task-Kensho-ModuleDev' 'perl-Task-Kensho-OOP' 'perl-Task-Kensho-Scalability' 'perl-Task-Kensho-Testing' 'perl-Task-Kensho-XML' 'perl-Task-Moose' 'perl-Task-Weaken' 'perl-Template-GD' 'perl-Template-Toolkit' 'perl-Term-Encoding' 'perl-Term-ProgressBar' 'perl-Term-ReadKey' 'perl-Term-ReadLine-Gnu' 'perl-Term-ReadPassword' 'perl-Term-Table' 'perl-Term-UI' 'perl-Test-Assert' 'perl-Test-Base' 'perl-Test-CChecker' 'perl-Test-CPAN-Meta' 'perl-Test-CheckChanges' 'perl-Test-CheckDeps' 'perl-Test-CheckManifest' 'perl-Test-Class' 'perl-Test-Class-Most' 'perl-Test-ClassAPI' 'perl-Test-CleanNamespaces' 'perl-Test-Command' 'perl-Test-Compile' 'perl-Test-Deep' 'perl-Test-Deep-Type' 'perl-Test-Differences' 'perl-Test-Directory' 'perl-Test-EOL' 'perl-Test-Exception' 'perl-Test-Exception-LessClever' 'perl-Test-FailWarnings' 'perl-Test-Fatal' 'perl-Test-File' 'perl-Test-File-Contents' 'perl-Test-File-ShareDir' 'perl-Test-HasVersion' 'perl-Test-Identity' 'perl-Test-InDistDir' 'perl-Test-Inter' 'perl-Test-JSON' 'perl-Test-Kit' 'perl-Test-LWP-UserAgent' 'perl-Test-LeakTrace' 'perl-Test-LectroTest' 'perl-Test-LongString' 'perl-Test-Manifest' 'perl-Test-Memory-Cycle' 'perl-Test-Mock-Guard' 'perl-Test-Mock-LWP' 'perl-Test-Mock-Time' 'perl-Test-MockModule' 'perl-Test-MockObject' 'perl-Test-MockRandom' 'perl-Test-MockTime' 'perl-Test-Mojo-Pg' 'perl-Test-More-UTF8' 'perl-Test-Most' 'perl-Test-Needs' 'perl-Test-NoTabs' 'perl-Test-NoWarnings' 'perl-Test-Number-Delta' 'perl-Test-Object' 'perl-Test-Output' 'perl-Test-Perl-Critic' 'perl-Test-PerlTidy' 'perl-Test-Pod' 'perl-Test-Pod-Coverage' 'perl-Test-Refcount' 'perl-Test-Requires' 'perl-Test-Requires-Git' 'perl-Test-RequiresInternet' 'perl-Test-Script' 'perl-Test-SharedFork' 'perl-Test-Signature' 'perl-Test-Signature' 'perl-Test-Simple' 'perl-Test-Spec' 'perl-Test-Spelling' 'perl-Test-Strict' 'perl-Test-SubCalls' 'perl-Test-Synopsis' 'perl-Test-TCP' 'perl-Test-Taint' 'perl-Test-TempDir-Tiny' 'perl-Test-Time' 'perl-Test-Trap' 'perl-Test-Unit-Lite' 'perl-Test-UseAllModules' 'perl-Test-WWW-Mechanize' 'perl-Test-WWW-Selenium' 'perl-Test-Warn' 'perl-Test-Warnings' 'perl-Test-Without-Module' 'perl-Test-WriteVariants' 'perl-Test-YAML' 'perl-Test-YAML-Valid' 'perl-Test-utf8' 'perl-Test2-Plugin-NoWarnings' 'perl-Test2-Suite' 'perl-Text-Aligner' 'perl-Text-Autoformat' 'perl-Text-BibTeX' 'perl-Text-BibTeX-devel' 'perl-Text-Brew' 'perl-Text-CSV' 'perl-Text-CSV_XS' 'perl-Text-Capitalize' 'perl-Text-ChaSen' 'perl-Text-CharWidth' 'perl-Text-DelimMatch' 'perl-Text-Diff' 'perl-Text-German' 'perl-Text-Glob' 'perl-Text-Hunspell' 'perl-Text-Iconv' 'perl-Text-Kakasi' 'perl-Text-Markdown' 'perl-Text-Patch' 'perl-Text-RecordParser' 'perl-Text-Reform' 'perl-Text-Roman' 'perl-Text-Soundex' 'perl-Text-SpellChecker' 'perl-Text-Sprintf-Named' 'perl-Text-Table' 'perl-Text-TabularDisplay' 'perl-Text-Template' 'perl-Text-Unidecode' 'perl-Text-WrapI18N' 'perl-Text-Wrapper' 'perl-TheSchwartz' 'perl-Throwable' 'perl-Tie-Cache' 'perl-Tie-Cycle' 'perl-Tie-Hash-DBD' 'perl-Tie-Hash-Method' 'perl-Tie-IxHash' 'perl-Tie-RefHash-Weak' 'perl-Tie-Simple' 'perl-Tie-ToObject' 'perl-Time-Clock' 'perl-Time-Duration' 'perl-Time-Duration-Parse' 'perl-Time-Local' 'perl-Time-Mock' 'perl-Time-Moment' 'perl-Time-Out' 'perl-Time-Period' 'perl-Time-Tiny' 'perl-Time-modules' 'perl-TimeDate' 'perl-Tk' 'perl-Tk-Clock' 'perl-Tk-FontDialog' 'perl-Tk-FontDialog' 'perl-Tk-devel' 'perl-Tree-DAG_Node' 'perl-Try-Tiny' 'perl-TryCatch' 'perl-Type-Tiny' 'perl-Types-Serialiser' 'perl-UNIVERSAL-can' 'perl-UNIVERSAL-isa' 'perl-UNIVERSAL-moniker' 'perl-UNIVERSAL-require' 'perl-URI' 'perl-URI-Fetch' 'perl-URI-Find' 'perl-URI-Nested' 'perl-URI-Template' 'perl-URI-db' 'perl-Unicode-Collate' 'perl-Unicode-LineBreak' 'perl-Unicode-Map' 'perl-Unicode-Map8' 'perl-Unicode-Normalize' 'perl-Unicode-String' 'perl-Unicode-Stringprep' 'perl-Unix-Syslog' 'perl-Variable-Magic' 'perl-Verilog-Perl' 'perl-WWW-Form-UrlEncoded' 'perl-WWW-Mechanize' 'perl-WWW-PAUSE-CleanUpHomeDir' 'perl-WWW-Pastebin-PastebinCom-Create' 'perl-WWW-RobotRules' 'perl-WWW-Shorten' 'perl-Want' 'perl-WeakRef' 'perl-Web-MREST' 'perl-Web-MREST-CLI' 'perl-Web-Machine' 'perl-WebService-MusicBrainz' 'perl-Win-Hivex' 'perl-Wx' 'perl-X11-Protocol' 'perl-X11-Protocol-Other' 'perl-X500-DN' 'perl-XML-Atom' 'perl-XML-Atom-SimpleFeed' 'perl-XML-Bare' 'perl-XML-CommonNS' 'perl-XML-DOM' 'perl-XML-DOM-XPath' 'perl-XML-Dumper' 'perl-XML-Entities' 'perl-XML-Feed' 'perl-XML-Filter-BufferText' 'perl-XML-Generator-PerlData' 'perl-XML-Handler-YAWriter' 'perl-XML-LibXML' 'perl-XML-LibXML-PrettyPrint' 'perl-XML-LibXML-Simple' 'perl-XML-LibXSLT' 'perl-XML-Namespace' 'perl-XML-NamespaceFactory' 'perl-XML-NamespaceSupport' 'perl-XML-NodeFilter' 'perl-XML-Parser' 'perl-XML-Parser-Lite' 'perl-XML-RSS' 'perl-XML-RSS-LibXML' 'perl-XML-RSS-LibXML' 'perl-XML-RegExp' 'perl-XML-SAX' 'perl-XML-SAX-Base' 'perl-XML-SAX-Expat' 'perl-XML-SAX-ExpatXS' 'perl-XML-SAX-Writer' 'perl-XML-SemanticDiff' 'perl-XML-Simple' 'perl-XML-SimpleObject-LibXML' 'perl-XML-Stream' 'perl-XML-Structured' 'perl-XML-Twig' 'perl-XML-Writer' 'perl-XML-Writer-String' 'perl-XML-XPath' 'perl-XML-XPathEngine' 'perl-XML-XSLT' 'perl-XMLRPC-Lite' 'perl-XSLoader' 'perl-YAML' 'perl-YAML-LibYAML' 'perl-YAML-LibYAML-API' 'perl-YAML-PP' 'perl-YAML-PP-LibYAML' 'perl-YAML-Syck' 'perl-YAML-Tiny' 'perl-aliased' 'perl-apparmor' 'perl-asa' 'perl-autobox' 'perl-autovivification' 'perl-bareword-filehandles' 'perl-base' 'perl-base-32bit' 'perl-biber' 'perl-boolean' 'perl-checkbot' 'perl-common-sense' 'perl-constant-boolean' 'perl-constant-defer' 'perl-curry' 'perl-doc' 'perl-experimental' 'perl-forks' 'perl-gdal' 'perl-genders' 'perl-gettext' 'perl-homedir' 'perl-indirect' 'perl-ldap' 'perl-libconfigfile' 'perl-libintl-perl' 'perl-libprelude' 'perl-libwww-perl' 'perl-libxml-perl' 'perl-local-lib' 'perl-marisa' 'perl-mousex-getopt' 'perl-multidimensional' 'perl-mythtv' 'perl-namespace-autoclean' 'perl-namespace-clean' 'perl-obexftp' 'perl-pcsc' 'perl-prefork' 'perl-qpid-proton' 'perl-razor-agents' 'perl-rrdtool' 'perl-slurm' 'perl-solv' 'perl-strictures' 'perl-subunit' 'perl-syntax' 'perl-thrift' 'perl-version' 'perl-warewulf-cluster' 'perl-warewulf-common' 'perl-warewulf-ipmi' 'perl-warewulf-provision' 'perl-warewulf-provision-server' 'perl-xfconf' 'perl-xmltv' 'perl-xrood-client-admin' 'perl-yui' 'perlref' 'permissions' 'permissions-config' 'permissions-doc' 'permissions-zypp-plugin' 'permlib-devel' 'perseus-sdr-tools' 'pesign' 'pesign-obs-integration' 'petsc-devel' 'petsc-doc' 'petsc-gnu-mpich-hpc-devel' 'petsc-gnu-mvapich2-hpc-devel' 'petsc-gnu-openmpi1-hpc-devel' 'petsc-gnu-openmpi2-hpc-devel' 'petsc-gnu-openmpi3-hpc-devel' 'petsc-openmpi1-devel' 'petsc-openmpi2-devel' 'petsc-openmpi3-devel' 'petsc_3_12_2-gnu-mpich-hpc-devel' 'petsc_3_12_2-gnu-mpich-hpc-saws' 'petsc_3_12_2-gnu-mvapich2-hpc-devel' 'petsc_3_12_2-gnu-mvapich2-hpc-saws' 'petsc_3_12_2-gnu-openmpi1-hpc-devel' 'petsc_3_12_2-gnu-openmpi1-hpc-saws' 'petsc_3_12_2-gnu-openmpi2-hpc-devel' 'petsc_3_12_2-gnu-openmpi2-hpc-saws' 'petsc_3_12_2-gnu-openmpi3-hpc-devel' 'petsc_3_12_2-gnu-openmpi3-hpc-saws' 'pfscalibration' 'pfsglview' 'pfstmo' 'pfstools' 'pfstools-devel' 'pfstools-exr' 'pfstools-imgmagick' 'pfstools-octave' 'pfsview' 'pg_comparator' 'pgaccess' 'pgadmin4' 'pgadmin4-doc' 'pgadmin4-web' 'pgloader' 'pgn-extract' 'phalanx' 'phetsarath-fonts' 'phobos-devel' 'phobos-devel-static' 'phodav-devel' 'phonon4qt5-backend-gstreamer' 'phonon4qt5-backend-gstreamer-lang' 'phonon4qt5-backend-vlc' 'phonon4qt5-backend-vlc-lang' 'phonon4qt5-devel' 'phonon4qt5-devel-32bit' 'phonon4qt5-lang' 'phononsettings' 'phononsettings-lang' 'phoronix-test-suite' 'photoqt' 'photorec' 'php-Icinga' 'php-composer' 'php-cs-fixer' 'php-mapi' 'php-mythtv' 'php-pear-Auth_SASL' 'php-pear-MDB2' 'php-pear-MDB2_Driver_mysqli' 'php-pear-Mail_Mime' 'php-pear-Net_IDNA2' 'php-pear-Net_LDAP2' 'php-pear-Net_SMTP' 'php-pear-Net_Sieve' 'php-pear-Net_Socket' 'php-pear-XML_Parser' 'php7' 'php7-APCu' 'php7-bcmath' 'php7-bz2' 'php7-calendar' 'php7-ctype' 'php7-curl' 'php7-dba' 'php7-devel' 'php7-dom' 'php7-embed' 'php7-enchant' 'php7-exif' 'php7-fastcgi' 'php7-fileinfo' 'php7-firebird' 'php7-fpm' 'php7-ftp' 'php7-gd' 'php7-gettext' 'php7-gmagick' 'php7-gmp' 'php7-ice' 'php7-iconv' 'php7-imagick' 'php7-intl' 'php7-json' 'php7-ldap' 'php7-libphutil' 'php7-lzf' 'php7-maxminddb' 'php7-mbstring' 'php7-memcached' 'php7-mysql' 'php7-odbc' 'php7-opcache' 'php7-openssl' 'php7-pcntl' 'php7-pdo' 'php7-pear' 'php7-pecl' 'php7-pgsql' 'php7-phalcon' 'php7-phar' 'php7-phpunit8' 'php7-posix' 'php7-readline' 'php7-redis' 'php7-shmop' 'php7-smbclient' 'php7-snmp' 'php7-soap' 'php7-sockets' 'php7-sodium' 'php7-sqlite' 'php7-sysvmsg' 'php7-sysvsem' 'php7-sysvshm' 'php7-test' 'php7-tidy' 'php7-tokenizer' 'php7-uuid' 'php7-xdebug' 'php7-xmlreader' 'php7-xmlrpc' 'php7-xmlwriter' 'php7-xsl' 'php7-zip' 'php7-zlib' 'phpMyAdmin' 'phpPgAdmin' 'pia' 'pianobar' 'picard' 'picard-lang' 'picmi' 'picmi-lang' 'pico' 'picocli' 'picocli-javadoc' 'picocom' 'picojson-devel' 'picom' 'pidentd' 'pidgin' 'pidgin-devel' 'pidgin-plugin-advanced-sound-notification' 'pidgin-plugin-advanced-sound-notification-lang' 'pidgin-plugin-birthday-reminder' 'pidgin-plugin-birthday-reminder-lang' 'pidgin-plugin-guifications' 'pidgin-plugin-guifications-lang' 'pidgin-plugin-indicator' 'pidgin-plugin-indicator-lang' 'pidgin-plugin-libnotify' 'pidgin-plugin-libnotify-lang' 'pidgin-plugin-libsteam' 'pidgin-plugin-mattermost' 'pidgin-plugin-mrim' 'pidgin-plugin-otr' 'pidgin-plugin-otr-lang' 'pidgin-plugin-pack' 'pidgin-plugin-pack-extras' 'pidgin-plugin-privacy-please' 'pidgin-plugin-privacy-please-lang' 'pidgin-plugin-prpltwtr' 'pidgin-plugin-rocketchat' 'pidgin-plugin-sipe' 'pidgin-plugin-skypeweb' 'pidgin-plugin-telegram' 'pidgin-plugin-xmpp-receipts' 'piglit' 'pigz' 'pijul' 'pijul-bash-completion' 'pijul-fish-completion' 'pijul-zsh-completion' 'pilot' 'pilot-link' 'pim-data-exporter' 'pim-data-exporter-lang' 'pim-sieve-editor' 'pim-sieve-editor-lang' 'pimcommon' 'pimcommon-devel' 'pimcommon-lang' 'pin' 'pinentry' 'pinentry-emacs' 'pinentry-fltk' 'pinentry-gnome3' 'pinentry-gtk2' 'pinentry-qt5' 'pinfo' 'pingtunnel' 'pingus' 'pink-pony' 'pink-pony-data' 'pinpoint' 'pinta' 'pinta-lang' 'pipenightdreams' 'piper' 'pipewire' 'pipewire-devel' 'pipewire-doc' 'pipewire-modules' 'pipewire-spa-plugins-0_2' 'pipewire-spa-tools' 'pipewire-tools' 'pithos' 'pitivi' 'pitivi-lang' 'pix' 'pix-devel' 'pix-lang' 'pixd' 'pixmap' 'pixz' 'pkTriggerCord' 'pkcs11-helper' 'pkcs11-helper-devel' 'pkg2zip' 'pkg2zip' 'pkg2zip-debugsource' 'pkgconf' 'pkgconf-m4' 'pkgconf-pkg-config' 'pkgdiff' 'pkipplib' 'planets' 'planets' 'plank' 'plank-devel' 'plank-docklets' 'plank-lang' 'plank-metatheme-elementary' 'plank-theme-adapta' 'plank-theme-elementary' 'plank-theme-plata' 'plantuml' 'plasma-applet-weather-widget' 'plasma-applet-weather-widget' 'plasma-applet-weather-widget-debuginfo' 'plasma-applet-weather-widget-debugsource' 'plasma-applet-weather-widget-lang' 'plasma-browser-integration' 'plasma-browser-integration-lang' 'plasma-framework' 'plasma-framework-32bit' 'plasma-framework-components' 'plasma-framework-components-32bit' 'plasma-framework-devel' 'plasma-framework-devel-32bit' 'plasma-framework-lang' 'plasma-mycroft' 'plasma-nm5' 'plasma-nm5-fortisslvpn' 'plasma-nm5-iodine' 'plasma-nm5-l2tp' 'plasma-nm5-lang' 'plasma-nm5-openconnect' 'plasma-nm5-openswan' 'plasma-nm5-openvpn' 'plasma-nm5-pptp' 'plasma-nm5-ssh' 'plasma-nm5-sstp' 'plasma-nm5-strongswan' 'plasma-nm5-vpnc' 'plasma-pass' 'plasma-pass' 'plasma-pass-debuginfo' 'plasma-pass-debugsource' 'plasma-pass-lang' 'plasma-vault' 'plasma-vault-backend-cryfs' 'plasma-vault-backend-encfs' 'plasma-vault-lang' 'plasma5-addons' 'plasma5-addons-devel' 'plasma5-addons-lang' 'plasma5-applet-suse-prime' 'plasma5-applet-suse-prime' 'plasma5-defaults-openSUSE' 'plasma5-desktop' 'plasma5-desktop-emojier' 'plasma5-desktop-lang' 'plasma5-integration-plugin' 'plasma5-integration-plugin-lang' 'plasma5-pa' 'plasma5-pa-lang' 'plasma5-pk-updates' 'plasma5-pk-updates-lang' 'plasma5-radiotray' 'plasma5-radiotray' 'plasma5-radiotray-debuginfo' 'plasma5-radiotray-debugsource' 'plasma5-radiotray-lang' 'plasma5-sdk' 'plasma5-sdk-lang' 'plasma5-session' 'plasma5-session-wayland' 'plasma5-theme-openSUSE' 'plasma5-thunderbolt' 'plasma5-thunderbolt-lang' 'plasma5-workspace' 'plasma5-workspace-branding-openSUSE' 'plasma5-workspace-devel' 'plasma5-workspace-lang' 'plasma5-workspace-libs' 'plasma5-workspace-libs-32bit' 'plasma5-workspace-wallpapers' 'plasmaengineexplorer5' 'plasmoide-diccionario' 'plasmoide-diccionario' 'plater' 'platformsh-cli' 'playerctl' 'playerctl-devel' 'playerctl-doc' 'plee-the-bear' 'plee-the-bear-data' 'plexus-ant-factory' 'plexus-ant-factory-javadoc' 'plexus-archiver' 'plexus-archiver-javadoc' 'plexus-bsh-factory' 'plexus-bsh-factory-javadoc' 'plexus-build-api' 'plexus-build-api-javadoc' 'plexus-cipher' 'plexus-cipher-javadoc' 'plexus-classworlds' 'plexus-classworlds-javadoc' 'plexus-cli' 'plexus-cli-javadoc' 'plexus-compiler' 'plexus-compiler-extras' 'plexus-compiler-javadoc' 'plexus-component-api' 'plexus-component-api-javadoc' 'plexus-component-factories-pom' 'plexus-component-metadata' 'plexus-component-metadata-javadoc' 'plexus-components-pom' 'plexus-containers-component-annotations' 'plexus-containers-container-default' 'plexus-containers-javadoc' 'plexus-i18n' 'plexus-i18n-javadoc' 'plexus-interactivity-api' 'plexus-interactivity-javadoc' 'plexus-interactivity-jline' 'plexus-interpolation' 'plexus-interpolation-javadoc' 'plexus-io' 'plexus-io-javadoc' 'plexus-languages' 'plexus-languages-javadoc' 'plexus-metadata-generator' 'plexus-metadata-generator-javadoc' 'plexus-pom' 'plexus-resources' 'plexus-resources-javadoc' 'plexus-sec-dispatcher' 'plexus-sec-dispatcher-javadoc' 'plexus-utils' 'plexus-utils-javadoc' 'plexus-velocity' 'plexus-velocity-javadoc' 'plib-devel' 'plistutil' 'plotutils' 'plotutils-devel' 'plowshare' 'plplot-common' 'plplot-devel' 'plplot-doc' 'plplot-driver-cairo' 'plplot-driver-ntk' 'plplot-driver-ps' 'plplot-driver-psttf' 'plplot-driver-svg' 'plplot-driver-xfig' 'plplot-driver-xwin' 'plplot-java' 'plplot-lua' 'plplot-python3-qt' 'plplot-tcltk-devel' 'plplot-tcltk-libs' 'plplot-wxwidgets' 'plplotada-devel' 'plplotcxx-devel' 'plplotfortran-devel' 'plplotqt-devel' 'plplotwxwidgets-devel' 'pluma' 'pluma-devel' 'pluma-lang' 'plymouth' 'plymouth-branding-openSUSE' 'plymouth-devel' 'plymouth-dracut' 'plymouth-plugin-fade-throbber' 'plymouth-plugin-label' 'plymouth-plugin-label-ft' 'plymouth-plugin-script' 'plymouth-plugin-space-flares' 'plymouth-plugin-throbgress' 'plymouth-plugin-tribar' 'plymouth-plugin-two-step' 'plymouth-scripts' 'plymouth-theme-bgrt' 'plymouth-theme-breeze' 'plymouth-theme-breeze-plugin-breeze' 'plymouth-theme-fade-in' 'plymouth-theme-script' 'plymouth-theme-solar' 'plymouth-theme-spinfinity' 'plymouth-theme-spinner' 'plymouth-theme-tribar' 'plzip' 'pmacct' 'pmdk' 'pmdk-convert' 'pmdk-devel-doc' 'pmdk-tools' 'pmidi' 'pmix' 'pmix-devel' 'pmix-headers' 'pmix-mca-params' 'pmount' 'pmount' 'pmount-debuginfo' 'pmount-debugsource' 'pmount-lang' 'pms' 'pms' 'pms-debuginfo' 'pms-debugsource' 'png++-devel' 'pngcheck' 'pngcrush' 'pnglite-devel' 'pngquant' 'pngtoico' 'pnm2ppa' 'po-utils' 'po4a' 'po4a-lang' 'pocketsphinx' 'pocketsphinx-devel' 'pocketsphinx5' 'pocketsphinx5-devel' 'pocl' 'pocl-devel' 'poco-cpspc' 'poco-devel' 'podman' 'podman-cni-config' 'podofo' 'poedit' 'poedit-lang' 'poezio' 'poezio-doc' 'pogo' 'pogo' 'polari' 'polari-lang' 'policycoreutils' 'policycoreutils-devel' 'policycoreutils-lang' 'policycoreutils-newrole' 'polkit' 'polkit-default-privs' 'polkit-devel' 'polkit-doc' 'polkit-gnome' 'polkit-gnome-lang' 'polkit-kde-agent-5' 'polkit-kde-agent-5-lang' 'polkit-whitelisting' 'pology' 'pology' 'pology-lang' 'polyglot' 'polyglot' 'polyglot-debuginfo' 'polyglot-debugsource' 'pommed' 'pongix' 'poppler-data' 'poppler-tools' 'popt-devel' 'popt-devel-32bit' 'portaudio-devel' 'portmidi' 'portmidi-devel' 'portmidi-java' 'posix_cc' 'posixovl' 'post-build-checks' 'poster' 'postfish' 'postfix' 'postfix-devel' 'postfix-doc' 'postfix-lmdb' 'postfix-mysql' 'postfix-postgresql' 'postfixadmin' 'postgresql' 'postgresql-contrib' 'postgresql-devel' 'postgresql-docs' 'postgresql-llvmjit' 'postgresql-plperl' 'postgresql-plpython' 'postgresql-pltcl' 'postgresql-server' 'postgresql-server-devel' 'postgresql-test' 'postgresql10' 'postgresql10-contrib' 'postgresql10-devel' 'postgresql10-docs' 'postgresql10-pg_cron' 'postgresql10-pgagent' 'postgresql10-plperl' 'postgresql10-plpython' 'postgresql10-plr' 'postgresql10-plr-doc' 'postgresql10-pltcl' 'postgresql10-server' 'postgresql10-test' 'postgresql10-timescaledb' 'postgresql11' 'postgresql11-contrib' 'postgresql11-devel' 'postgresql11-docs' 'postgresql11-llvmjit' 'postgresql11-pg_cron' 'postgresql11-pg_cron-llvmjit' 'postgresql11-pgagent' 'postgresql11-plperl' 'postgresql11-plpython' 'postgresql11-plr' 'postgresql11-plr-doc' 'postgresql11-pltcl' 'postgresql11-server' 'postgresql11-server-devel' 'postgresql11-test' 'postgresql11-timescaledb' 'postgresql12' 'postgresql12-contrib' 'postgresql12-devel' 'postgresql12-docs' 'postgresql12-llvmjit' 'postgresql12-plperl' 'postgresql12-plpython' 'postgresql12-pltcl' 'postgresql12-server' 'postgresql12-server-devel' 'postgresql12-test' 'postgresql94' 'postgresql94-contrib' 'postgresql94-devel' 'postgresql94-docs' 'postgresql94-pgagent' 'postgresql94-plperl' 'postgresql94-plpython' 'postgresql94-plr' 'postgresql94-plr-doc' 'postgresql94-pltcl' 'postgresql94-server' 'postgresql94-test' 'postgresql95' 'postgresql95-contrib' 'postgresql95-devel' 'postgresql95-docs' 'postgresql95-pg_cron' 'postgresql95-pgagent' 'postgresql95-plperl' 'postgresql95-plpython' 'postgresql95-plr' 'postgresql95-plr-doc' 'postgresql95-pltcl' 'postgresql95-server' 'postgresql95-test' 'postgresql96' 'postgresql96-contrib' 'postgresql96-devel' 'postgresql96-docs' 'postgresql96-pg_cron' 'postgresql96-pgagent' 'postgresql96-plperl' 'postgresql96-plpython' 'postgresql96-plr' 'postgresql96-plr-doc' 'postgresql96-pltcl' 'postgresql96-server' 'postgresql96-test' 'postgresql96-timescaledb' 'postgrey' 'postsrsd' 'pothana2000-fonts' 'potrace' 'potrace-devel' 'pound' 'pound-doc' 'povray' 'povray-doc' 'powdertoy' 'powerd' 'powerdevil5' 'powerdevil5-lang' 'powerline' 'powerline-docs' 'powerline-fonts' 'powerman' 'powerman-devel' 'powermanga' 'powermock-api-easymock' 'powermock-api-mockito' 'powermock-api-support' 'powermock-common' 'powermock-core' 'powermock-javadoc' 'powermock-junit4' 'powermock-reflect' 'powermock-testng' 'powerstat' 'powerstat-bash-completion' 'powertop' 'powertop-lang' 'poxml-lang' 'ppp' 'ppp-devel' 'ppp-modem' 'pps-tools' 'pps-tools-devel' 'ppsspp' 'ppsspp-common' 'ppsspp-headless' 'ppsspp-qt' 'pptp' 'pptpd' 'praat' 'pragha' 'pragha-lang' 'pragha-plugins' 'pragha-plugins-devel' 'prboom-plus' 'prctl' 'prelude-correlator' 'prelude-lml' 'prelude-lml-devel' 'prelude-lml-rules' 'prelude-manager' 'prelude-manager-db-plugin' 'prelude-manager-devel' 'prelude-manager-smtp-plugin' 'prelude-manager-xml-plugin' 'prelude-tools' 'preludedb-tools' 'premake4' 'presage' 'presage-data' 'prewikka-lang' 'primesieve' 'primus' 'primus-32bit' 'print_server' 'printer-driver-brlaser' 'printproto-devel' 'prison-qt5-devel' 'prison-qt5-devel-32bit' 'prison-qt5-imports' 'privoxy' 'privoxy-doc' 'procdump' 'procinfo' 'procmail' 'procmeter' 'procmeter-devel' 'procps' 'procps-devel' 'product-builder' 'product-builder-plugin-Tumbleweed' 'product-builder-plugin-openSUSE' 'profanity' 'profanity-mini' 'profanity-standard' 'proftpd' 'proftpd-devel' 'proftpd-doc' 'proftpd-lang' 'proftpd-ldap' 'proftpd-mysql' 'proftpd-pgsql' 'proftpd-radius' 'proftpd-sqlite' 'progress' 'proguard' 'proguard-gui' 'proj' 'proj-devel' 'proj5' 'proj5' 'proj5-devel' 'projectM' 'projectM-data' 'projectM-devel' 'projectlibre' 'prom2json' 'prometheus-client-model-source' 'prometheus-cpp-devel' 'prometheus-ha_cluster_exporter' 'prometheus-sap_host_exporter' 'prometheus-simpleclient-java' 'prometheus-simpleclient-java-common' 'prometheus-simpleclient-java-graphite_bridge' 'prometheus-simpleclient-java-guava' 'prometheus-simpleclient-java-hotspot' 'prometheus-simpleclient-java-httpserver' 'prometheus-simpleclient-java-javadoc' 'prometheus-simpleclient-java-jetty' 'prometheus-simpleclient-java-jetty_jdk8' 'prometheus-simpleclient-java-log4j' 'prometheus-simpleclient-java-log4j2' 'prometheus-simpleclient-java-logback' 'prometheus-simpleclient-java-parent' 'prometheus-simpleclient-java-pushgateway' 'prometheus-simpleclient-java-servlet' 'prometheus-webhook-snmp' 'pronsole' 'pronterface' 'prosody' 'proteus' 'protobuf-c' 'protobuf-devel' 'protobuf-java' 'protobuf-source' 'protoc-gen-go' 'protoc-gen-go-source' 'protoc-gen-gogo' 'protoc-gen-gogo-source' 'protoc-gen-validate' 'protoc-gen-validate-source' 'proxychains-ng' 'prun-ohpc' 'psgml' 'psgplay' 'psi+' 'psi+-data' 'psi+-iconsets' 'psi+-iconsets' 'psi+-lang' 'psi+-plugins-attentionplugin' 'psi+-plugins-autoreplyplugin' 'psi+-plugins-birthdayreminderplugin' 'psi+-plugins-chessplugin' 'psi+-plugins-cleanerplugin' 'psi+-plugins-clientswitcherplugin' 'psi+-plugins-conferenceloggerplugin' 'psi+-plugins-contentdownloaderplugin' 'psi+-plugins-devel' 'psi+-plugins-enummessagesplugin' 'psi+-plugins-extendedmenuplugin' 'psi+-plugins-extendedoptionsplugin' 'psi+-plugins-gnupgplugin' 'psi+-plugins-gomokugameplugin' 'psi+-plugins-historykeeperplugin' 'psi+-plugins-icqdieplugin' 'psi+-plugins-imageplugin' 'psi+-plugins-imagepreviewplugin' 'psi+-plugins-jabberdiskplugin' 'psi+-plugins-juickplugin' 'psi+-plugins-messagefilterplugin' 'psi+-plugins-omemoplugin' 'psi+-plugins-otrplugin' 'psi+-plugins-pepchangenotifyplugin' 'psi+-plugins-qipxstatusesplugin' 'psi+-plugins-screenshotplugin' 'psi+-plugins-skinsplugin' 'psi+-plugins-stopspamplugin' 'psi+-plugins-storagenotesplugin' 'psi+-plugins-translateplugin' 'psi+-plugins-videostatusplugin' 'psi+-plugins-watcherplugin' 'psiconv' 'psiconv-devel' 'psl' 'psl-make-dafsa' 'psmisc' 'psmisc-lang' 'pspg' 'pspp' 'pspp-devel' 'psqlODBC' 'pstoedit' 'pstoedit-devel' 'pstotext' 'pstotext' 'pstotext-debuginfo' 'pstotext-debugsource' 'psutils' 'pthread-stubs-devel' 'ptokax' 'ptools' 'ptpd' 'ptscotch-gnu-mpich-hpc' 'ptscotch-gnu-mpich-hpc-devel' 'ptscotch-gnu-mvapich2-hpc' 'ptscotch-gnu-mvapich2-hpc-devel' 'ptscotch-gnu-openmpi1-hpc' 'ptscotch-gnu-openmpi1-hpc-devel' 'ptscotch-gnu-openmpi2-hpc' 'ptscotch-gnu-openmpi2-hpc-devel' 'ptscotch-gnu-openmpi3-hpc' 'ptscotch-gnu-openmpi3-hpc-devel' 'ptscotch-mpich' 'ptscotch-mpich-devel' 'ptscotch-mpich-devel-static' 'ptscotch-mvapich2' 'ptscotch-mvapich2-devel' 'ptscotch-mvapich2-devel-static' 'ptscotch-openmpi1' 'ptscotch-openmpi1-devel' 'ptscotch-openmpi1-devel-static' 'ptscotch-openmpi2' 'ptscotch-openmpi2-devel' 'ptscotch-openmpi2-devel-static' 'ptscotch-openmpi3' 'ptscotch-openmpi3-devel' 'ptscotch-openmpi3-devel-static' 'ptscotch-parmetis-mpich-devel' 'ptscotch-parmetis-mvapich2-devel' 'ptscotch-parmetis-openmpi1-devel' 'ptscotch-parmetis-openmpi2-devel' 'ptscotch-parmetis-openmpi3-devel' 'ptscotch_6_0_9-gnu-mpich-hpc' 'ptscotch_6_0_9-gnu-mpich-hpc-devel' 'ptscotch_6_0_9-gnu-mpich-hpc-devel-static' 'ptscotch_6_0_9-gnu-mvapich2-hpc' 'ptscotch_6_0_9-gnu-mvapich2-hpc-devel' 'ptscotch_6_0_9-gnu-mvapich2-hpc-devel-static' 'ptscotch_6_0_9-gnu-openmpi1-hpc' 'ptscotch_6_0_9-gnu-openmpi1-hpc-devel' 'ptscotch_6_0_9-gnu-openmpi1-hpc-devel-static' 'ptscotch_6_0_9-gnu-openmpi2-hpc' 'ptscotch_6_0_9-gnu-openmpi2-hpc-devel' 'ptscotch_6_0_9-gnu-openmpi2-hpc-devel-static' 'ptscotch_6_0_9-gnu-openmpi3-hpc' 'ptscotch_6_0_9-gnu-openmpi3-hpc-devel' 'ptscotch_6_0_9-gnu-openmpi3-hpc-devel-static' 'publicsuffix' 'pugixml-devel' 'pullin-bcm43xx-firmware' 'pulseaudio' 'pulseaudio-bash-completion' 'pulseaudio-dlna' 'pulseaudio-dlna' 'pulseaudio-equalizer' 'pulseaudio-esound-compat' 'pulseaudio-gdm-hooks' 'pulseaudio-lang' 'pulseaudio-module-bluetooth' 'pulseaudio-module-gconf' 'pulseaudio-module-gsettings' 'pulseaudio-module-jack' 'pulseaudio-module-lirc' 'pulseaudio-module-x11' 'pulseaudio-module-zeroconf' 'pulseaudio-qt' 'pulseaudio-qt-debugsource' 'pulseaudio-qt-devel' 'pulseaudio-system-wide' 'pulseaudio-utils' 'pulseaudio-utils-32bit' 'pulseaudio-zsh-completion' 'pulseeffects' 'pulseeffects-lang' 'pulseview' 'pumpa' 'pure-ftpd' 'purge-kernels-service' 'purpose' 'purpose-32bit' 'purpose-devel' 'purpose-devel-32bit' 'purpose-lang' 'putty' 'pv' 'pw3270' 'pw3270-branding' 'pw3270-devel' 'pwgen' 'py-fishcrypt' 'pybugz-common' 'pydb' 'pydb' 'pydb-debugsource' 'pydf' 'pyenv' 'pyenv-bash-completion' 'pyenv-fish-completion' 'pyenv-zsh-completion' 'pymilter-common' 'pymp3cut' 'pymp3cut' 'pyradio' 'pyspacewar' 'pythia-devel' 'pythia-doc' 'python' 'python-32bit' 'python-Babel-doc' 'python-Cheetah' 'python-Genshi-doc' 'python-Hamlib' 'python-Jinja2-vim' 'python-Kivy-doc' 'python-LHAPDF' 'python-M2Crypto-doc' 'python-OpenColorIO' 'python-OpenColorIO-devel' 'python-PyMuPDF-doc' 'python-SQLAlchemy-doc' 'python-Scrapy-doc' 'python-SpeechRecognition-common-en-US' 'python-Sphinx-doc-html' 'python-Sphinx-doc-man' 'python-Twisted-doc' 'python-WTForms-doc' 'python-WebOb-doc' 'python-WebTest-doc' 'python-Whoosh-doc' 'python-Yapsy-doc' 'python-ZODB-doc' 'python-acitoolkit-doc' 'python-acitoolkit-doc-applications' 'python-acitoolkit-doc-samples' 'python-aiohttp-doc' 'python-altgraph-doc' 'python-apfel' 'python-atomicwrites-doc' 'python-automaton-doc' 'python-azure-agent' 'python-azure-agent-test' 'python-azure-sdk' 'python-barbicanclient-doc' 'python-base' 'python-base-32bit' 'python-beautifulsoup4-doc' 'python-billiard-doc' 'python-blinker-doc' 'python-boost_parallel_mpi' 'python-bottle-doc' 'python-bpython-common' 'python-bpython-doc' 'python-btrfsutil' 'python-caja' 'python-caja-devel' 'python-caja-lang' 'python-castellan-doc' 'python-chewing' 'python-cinderclient-doc' 'python-cliff-doc' 'python-congressclient-doc' 'python-cotyledon-doc' 'python-curses' 'python-dbus-python-common-devel' 'python-debtcollector-doc' 'python-demo' 'python-dephell-rpm-macros' 'python-designateclient-doc' 'python-devel' 'python-djvulibre-doc' 'python-doc' 'python-doc-pdf' 'python-ecasound' 'python-enum34' 'python-falcon-doc' 'python-fastcluster-doc' 'python-fedmsg-base' 'python-fedmsg-doc' 'python-flake8-doc' 'python-flup-doc' 'python-fpconst' 'python-fpconst' 'python-freezerclient-doc' 'python-funcsigs' 'python-functools32' 'python-gcs-oauth2-boto-plugin' 'python-gdbm' 'python-gevent-doc' 'python-gexiv2' 'python-glanceclient-doc' 'python-gnome-dvb-daemon' 'python-gobject-common-devel' 'python-gobject2' 'python-gobject2-devel' 'python-gr-fcdproplus' 'python-gtk' 'python-gtk-devel' 'python-gtk-doc' 'python-gunicorn-doc' 'python-hachoir-core' 'python-hachoir-metadata' 'python-hachoir-parser' 'python-happybase-doc' 'python-heatclient-doc' 'python-ibus' 'python-idle' 'python-ipaddress' 'python-ipywidgets-doc' 'python-ironicclient-doc' 'python-jaraco.stream-doc' 'python-katedj' 'python-keybinder' 'python-keystoneauth1-doc' 'python-keystoneclient-doc' 'python-keystonemiddleware-doc' 'python-kid-doc' 'python-ktoblzcheck' 'python-lammps' 'python-lash' 'python-lash-debuginfo' 'python-libaddrxlat' 'python-libcomps-doc' 'python-libesedb' 'python-libevtx' 'python-libexe' 'python-libfwsi' 'python-libkdumpfile' 'python-liblnk' 'python-libmsiecf' 'python-libolecf' 'python-libpff' 'python-libproxy' 'python-libteam' 'python-lmiwbem' 'python-logutils-doc' 'python-lxml-doc' 'python-magnumclient-doc' 'python-manilaclient-doc' 'python-marisa' 'python-marshmallow-docs' 'python-masakariclient-doc' 'python-mathgl' 'python-md2workflow-common' 'python-mistralclient-doc' 'python-mox3-doc' 'python-mpi4py-common-devel' 'python-mpi4py-doc' 'python-murano-pkg-check' 'python-muranoclient' 'python-muranoclient-doc' 'python-mythtv' 'python-nautilus-common-devel' 'python-nautilus-common-files' 'python-ncclient-doc' 'python-networkx-doc' 'python-neutronclient-doc' 'python-nlopt' 'python-notmuch-doc' 'python-novaclient-doc' 'python-obexftp' 'python-octaviaclient-doc' 'python-openbabel' 'python-openstack-doc-tools' 'python-openstackclient-doc' 'python-openstacksdk-doc' 'python-optcomplete' 'python-osc-lib-doc' 'python-oslo.cache-doc' 'python-oslo.concurrency-doc' 'python-oslo.config-doc' 'python-oslo.context-doc' 'python-oslo.db-doc' 'python-oslo.i18n-doc' 'python-oslo.log-doc' 'python-oslo.policy-doc' 'python-oslo.privsep-doc' 'python-oslo.reports-doc' 'python-oslo.rootwrap-doc' 'python-oslo.serialization-doc' 'python-oslo.service-doc' 'python-oslo.utils-doc' 'python-oslo.versionedobjects-doc' 'python-oslo.vmware-doc' 'python-osprofiler-doc' 'python-ovsdbapp-doc' 'python-paramiko-doc' 'python-peppercorn-doc' 'python-pisock' 'python-ply-doc' 'python-polib-doc' 'python-praatio-doc' 'python-py2pack-doc' 'python-pybind11-common-devel' 'python-pycadf-common' 'python-pycadf-doc' 'python-pycairo-common-devel' 'python-pycurl-doc' 'python-pygame-doc' 'python-pyghmi-doc' 'python-pygraphviz-doc' 'python-pymisp-doc' 'python-pymod2pkg-doc' 'python-pymp3cut' 'python-pynag' 'python-pyotherside' 'python-pyqtgraph-doc' 'python-pyramid-debugtoolbar-doc' 'python-pyrrd-docs' 'python-pyserial-doc' 'python-pysnmp-doc' 'python-python-openid' 'python-qscintilla-qt5-sip' 'python-qt3d-qt5-api' 'python-qt3d-qt5-examples' 'python-qt3d-qt5-sip' 'python-qt5-common-devel' 'python-qt5-doc' 'python-qtcharts-qt5-api' 'python-qtcharts-qt5-examples' 'python-qtcharts-qt5-sip' 'python-qtdatavis3d-qt5-api' 'python-qtdatavis3d-qt5-examples' 'python-qtdatavis3d-qt5-sip' 'python-qtwebengine-qt5-api' 'python-qtwebengine-qt5-sip' 'python-rapi2' 'python-rapi2-debuginfo' 'python-rcssmin-docs' 'python-rdflib-doc' 'python-renderspec-doc' 'python-requestbuilder' 'python-rpm' 'python-rpm-generators' 'python-rpm-macros' 'python-ruamel.ordereddict' 'python-ryu-common' 'python-saharaclient-doc' 'python-scapy' 'python-scapy' 'python-senlinclient-doc' 'python-shodan-doc' 'python-singledispatch' 'python-sip-common' 'python-sip-doc' 'python-six-doc' 'python-solv' 'python-sqlalchemy-migrate-doc' 'python-stevedore-doc' 'python-sushy-doc' 'python-svm' 'python-swiftclient-doc' 'python-tables-doc' 'python-testtools-doc' 'python-tk' 'python-tooz-doc' 'python-translationstring-doc' 'python-trollius' 'python-tvdb_api' 'python-tvrage' 'python-tvrage' 'python-typeshed' 'python-vips' 'python-volatility' 'python-weakrefmethod' 'python-wxWidgets-3_0' 'python-wxWidgets-3_0-devel' 'python-wxWidgets-3_0-lang' 'python-xapian' 'python-xml' 'python-yui' 'python-zope.deprecation-doc' 'python-zope.event-doc' 'python-zope.hookable-doc' 'python-zope.i18nmessageid-doc' 'python2-APScheduler' 'python2-Arpeggio' 'python2-Automat' 'python2-BTrees' 'python2-BTrees-devel' 'python2-BTrees-doc' 'python2-Babel' 'python2-Beaker' 'python2-BitVector' 'python2-Brotli' 'python2-CDDB' 'python2-CacheControl' 'python2-Cerberus' 'python2-Chameleon' 'python2-CommonMark' 'python2-Cycler' 'python2-Cython' 'python2-DataProperty' 'python2-DataShape' 'python2-DateTime' 'python2-Delorean' 'python2-Deprecated' 'python2-Django1' 'python2-Durus' 'python2-EasyProcess' 'python2-EditorConfig' 'python2-ExifRead' 'python2-Fabric' 'python2-Fabric3' 'python2-Faker' 'python2-Flask' 'python2-Flask-Admin' 'python2-Flask-Babel' 'python2-Flask-BabelEx' 'python2-Flask-Bootstrap' 'python2-Flask-Cache' 'python2-Flask-Cache-doc' 'python2-Flask-Compress' 'python2-Flask-Cors' 'python2-Flask-Gravatar' 'python2-Flask-HTTPAuth' 'python2-Flask-Login' 'python2-Flask-Mail' 'python2-Flask-Migrate' 'python2-Flask-Paranoid' 'python2-Flask-Principal' 'python2-Flask-RESTful' 'python2-Flask-RSTPages' 'python2-Flask-SQLAlchemy' 'python2-Flask-Script' 'python2-Flask-Security' 'python2-Flask-Testing' 'python2-Flask-WTF' 'python2-Flask-doc' 'python2-FontTools' 'python2-FormEncode' 'python2-GDAL' 'python2-Genshi' 'python2-Glances' 'python2-Gloo' 'python2-GooCalendar' 'python2-GridDataFormats' 'python2-HeapDict' 'python2-Jinja2' 'python2-Js2Py' 'python2-JsonWeb' 'python2-Kajiki' 'python2-Kivy' 'python2-Kivy-devel' 'python2-LEPL' 'python2-Lektor' 'python2-Levenshtein' 'python2-Logbook' 'python2-M2Crypto' 'python2-Mako' 'python2-MapProxy' 'python2-MarkupPy' 'python2-MarkupSafe' 'python2-Markups' 'python2-Mathics' 'python2-MechanicalSoup' 'python2-Ming' 'python2-MiniMock' 'python2-Morfessor' 'python2-MulticoreTSNE' 'python2-PGet' 'python2-Parsley' 'python2-Paste' 'python2-PasteDeploy' 'python2-Paver' 'python2-PeachPy' 'python2-PeakUtils' 'python2-Pebble' 'python2-Pillow' 'python2-Pillow-tk' 'python2-PrettyTable' 'python2-Protego' 'python2-PsyLab' 'python2-PyAudio' 'python2-PyAutoGUI' 'python2-PyBindGen' 'python2-PyBrowserID' 'python2-PyChart' 'python2-PyDispatcher' 'python2-PyECLib' 'python2-PyExecJS' 'python2-PyFxA' 'python2-PyHamcrest' 'python2-PyICU' 'python2-PyInstaller' 'python2-PyJWT' 'python2-PyKMIP' 'python2-PyMeeus' 'python2-PyMeta3' 'python2-PyMsgBox' 'python2-PyMySQL' 'python2-PyNaCl' 'python2-PyNamecheap' 'python2-PyOgg' 'python2-PyOpenAL' 'python2-PyPDF2' 'python2-PyPrind' 'python2-PyQRCode' 'python2-PyRIC' 'python2-PyRSS2Gen' 'python2-PySDL2' 'python2-PyScreeze' 'python2-PySocks' 'python2-PyTrie' 'python2-PyTweening' 'python2-PyVirtualDisplay' 'python2-PyWebDAV3' 'python2-PyX' 'python2-PyYAML' 'python2-Pydap' 'python2-Pygments' 'python2-Pykka' 'python2-Pympler' 'python2-Pyphen' 'python2-Pyro4' 'python2-QR-Code-generator' 'python2-Qt.py' 'python2-QtAwesome' 'python2-QtPy' 'python2-Routes' 'python2-SPARQLWrapper' 'python2-SQLAlchemy' 'python2-SQLAlchemy-Utils' 'python2-SecretStorage' 'python2-Send2Trash' 'python2-Shapely' 'python2-SimpleWebSocketServer' 'python2-SpeechRecognition' 'python2-Sphinx' 'python2-Sphinx-doc-html' 'python2-Sphinx-doc-man' 'python2-Sphinx-latex' 'python2-Tempita' 'python2-TermRecord' 'python2-Theano' 'python2-Trolly' 'python2-Trololio' 'python2-Twisted' 'python2-TxSNI' 'python2-URLObject' 'python2-UkPostcodeParser' 'python2-Unidecode' 'python2-WSGIProxy2' 'python2-WSME' 'python2-WTForms' 'python2-WebOb' 'python2-WebTest' 'python2-Werkzeug' 'python2-Whoosh' 'python2-XStatic' 'python2-XStatic-Angular-Schema-Form' 'python2-XStatic-jQuery' 'python2-XStatic-jquery-ui' 'python2-XStatic-objectpath' 'python2-XStatic-term.js' 'python2-XStatic-tv4' 'python2-XlsxWriter' 'python2-Yapsy' 'python2-ZConfig' 'python2-ZConfig-doc' 'python2-ZEO' 'python2-ZODB' 'python2-abclient' 'python2-abimap' 'python2-abimap-doc' 'python2-abseil' 'python2-aci-integration-module' 'python2-acitoolkit' 'python2-acme' 'python2-adal' 'python2-adapt-parser' 'python2-addict' 'python2-aenum' 'python2-aexpect' 'python2-affine' 'python2-agate' 'python2-agate-dbf' 'python2-agate-lookup' 'python2-agate-remote' 'python2-agate-sql' 'python2-agate-stats' 'python2-aioeventlet' 'python2-aiohttp-theme' 'python2-akismet' 'python2-alabaster' 'python2-alembic' 'python2-allpairspy' 'python2-alsa' 'python2-altgraph' 'python2-amqp' 'python2-amqpstorm' 'python2-ana' 'python2-aniso8601' 'python2-annoy' 'python2-ansel' 'python2-ansi2html' 'python2-ansicolor' 'python2-ansicolors' 'python2-ansiwrap' 'python2-antlr' 'python2-anyjson' 'python2-apicapi' 'python2-apipkg' 'python2-appdirs' 'python2-appindicator' 'python2-application' 'python2-applicationinsights' 'python2-apptools' 'python2-apsw' 'python2-arabic-reshaper' 'python2-arf' 'python2-argcomplete' 'python2-argh' 'python2-argon2-cffi' 'python2-argparse-manpage' 'python2-args' 'python2-arrow' 'python2-asciimatics' 'python2-asn1crypto' 'python2-aspectlib' 'python2-aspy.yaml' 'python2-astor' 'python2-astroid' 'python2-astunparse' 'python2-asv' 'python2-atlassian-python-api' 'python2-atom' 'python2-atomicwrites' 'python2-atspi' 'python2-attr' 'python2-attrs' 'python2-aubio' 'python2-audiogrep' 'python2-audiolazy' 'python2-audioread' 'python2-audit' 'python2-augeas' 'python2-autobahn' 'python2-autodoc' 'python2-autoflake' 'python2-autopep8' 'python2-autoupgrade-ng' 'python2-av' 'python2-avocado-plugins-vt' 'python2-avro' 'python2-aws-sam-translator' 'python2-aws-xray-sdk' 'python2-aws-xray-sdk-Django' 'python2-aws-xray-sdk-Flask-SQLAlchemy' 'python2-aws-xray-sdk-SQLAlchemy' 'python2-aws-xray-sdk-all' 'python2-aws-xray-sdk-mysql-connector' 'python2-aws-xray-sdk-psycopg2' 'python2-aws-xray-sdk-pymongo' 'python2-aws-xray-sdk-pynamodb' 'python2-aws-xray-sdk-requests' 'python2-axolotl' 'python2-axolotl-curve25519' 'python2-ayatana-appindicator' 'python2-azure-ai-nspkg' 'python2-azure-ai-textanalytics' 'python2-azure-appconfiguration' 'python2-azure-applicationinsights' 'python2-azure-batch' 'python2-azure-cognitiveservices-anomalydetector' 'python2-azure-cognitiveservices-formrecognizer' 'python2-azure-cognitiveservices-inkrecognizer' 'python2-azure-cognitiveservices-knowledge-nspkg' 'python2-azure-cognitiveservices-knowledge-qnamaker' 'python2-azure-cognitiveservices-language-luis' 'python2-azure-cognitiveservices-language-nspkg' 'python2-azure-cognitiveservices-language-spellcheck' 'python2-azure-cognitiveservices-language-textanalytics' 'python2-azure-cognitiveservices-nspkg' 'python2-azure-cognitiveservices-personalizer' 'python2-azure-cognitiveservices-search-autosuggest' 'python2-azure-cognitiveservices-search-customimagesearch' 'python2-azure-cognitiveservices-search-customsearch' 'python2-azure-cognitiveservices-search-entitysearch' 'python2-azure-cognitiveservices-search-imagesearch' 'python2-azure-cognitiveservices-search-newssearch' 'python2-azure-cognitiveservices-search-nspkg' 'python2-azure-cognitiveservices-search-videosearch' 'python2-azure-cognitiveservices-search-visualsearch' 'python2-azure-cognitiveservices-search-websearch' 'python2-azure-cognitiveservices-vision-computervision' 'python2-azure-cognitiveservices-vision-contentmoderator' 'python2-azure-cognitiveservices-vision-customvision' 'python2-azure-cognitiveservices-vision-face' 'python2-azure-cognitiveservices-vision-nspkg' 'python2-azure-common' 'python2-azure-core' 'python2-azure-core-tracing-opencensus' 'python2-azure-cosmos' 'python2-azure-datalake-store' 'python2-azure-devops' 'python2-azure-eventgrid' 'python2-azure-eventhub' 'python2-azure-eventhub-checkpointstoreblob' 'python2-azure-functions-devops-build' 'python2-azure-graphrbac' 'python2-azure-identity' 'python2-azure-keyvault' 'python2-azure-keyvault-certificates' 'python2-azure-keyvault-keys' 'python2-azure-keyvault-nspkg' 'python2-azure-keyvault-secrets' 'python2-azure-loganalytics' 'python2-azure-mgmt' 'python2-azure-mgmt-advisor' 'python2-azure-mgmt-alertsmanagement' 'python2-azure-mgmt-apimanagement' 'python2-azure-mgmt-appconfiguration' 'python2-azure-mgmt-applicationinsights' 'python2-azure-mgmt-appplatform' 'python2-azure-mgmt-attestation' 'python2-azure-mgmt-authorization' 'python2-azure-mgmt-automation' 'python2-azure-mgmt-azurestack' 'python2-azure-mgmt-batch' 'python2-azure-mgmt-batchai' 'python2-azure-mgmt-billing' 'python2-azure-mgmt-botservice' 'python2-azure-mgmt-cdn' 'python2-azure-mgmt-cognitiveservices' 'python2-azure-mgmt-commerce' 'python2-azure-mgmt-compute' 'python2-azure-mgmt-consumption' 'python2-azure-mgmt-containerinstance' 'python2-azure-mgmt-containerregistry' 'python2-azure-mgmt-containerservice' 'python2-azure-mgmt-cosmosdb' 'python2-azure-mgmt-costmanagement' 'python2-azure-mgmt-databoxedge' 'python2-azure-mgmt-databricks' 'python2-azure-mgmt-datafactory' 'python2-azure-mgmt-datalake-analytics' 'python2-azure-mgmt-datalake-nspkg' 'python2-azure-mgmt-datalake-store' 'python2-azure-mgmt-datamigration' 'python2-azure-mgmt-datashare' 'python2-azure-mgmt-deploymentmanager' 'python2-azure-mgmt-devspaces' 'python2-azure-mgmt-devtestlabs' 'python2-azure-mgmt-dns' 'python2-azure-mgmt-documentdb' 'python2-azure-mgmt-edgegateway' 'python2-azure-mgmt-eventgrid' 'python2-azure-mgmt-eventhub' 'python2-azure-mgmt-frontdoor' 'python2-azure-mgmt-hanaonazure' 'python2-azure-mgmt-hdinsight' 'python2-azure-mgmt-healthcareapis' 'python2-azure-mgmt-hybridcompute' 'python2-azure-mgmt-imagebuilder' 'python2-azure-mgmt-iotcentral' 'python2-azure-mgmt-iothub' 'python2-azure-mgmt-iothubprovisioningservices' 'python2-azure-mgmt-keyvault' 'python2-azure-mgmt-kusto' 'python2-azure-mgmt-labservices' 'python2-azure-mgmt-loganalytics' 'python2-azure-mgmt-logic' 'python2-azure-mgmt-machinelearningcompute' 'python2-azure-mgmt-machinelearningservices' 'python2-azure-mgmt-managedservices' 'python2-azure-mgmt-managementgroups' 'python2-azure-mgmt-managementpartner' 'python2-azure-mgmt-maps' 'python2-azure-mgmt-marketplaceordering' 'python2-azure-mgmt-media' 'python2-azure-mgmt-mixedreality' 'python2-azure-mgmt-monitor' 'python2-azure-mgmt-msi' 'python2-azure-mgmt-netapp' 'python2-azure-mgmt-network' 'python2-azure-mgmt-notificationhubs' 'python2-azure-mgmt-nspkg' 'python2-azure-mgmt-peering' 'python2-azure-mgmt-policyinsights' 'python2-azure-mgmt-powerbiembedded' 'python2-azure-mgmt-privatedns' 'python2-azure-mgmt-rdbms' 'python2-azure-mgmt-recoveryservices' 'python2-azure-mgmt-recoveryservicesbackup' 'python2-azure-mgmt-redis' 'python2-azure-mgmt-relay' 'python2-azure-mgmt-reservations' 'python2-azure-mgmt-resource' 'python2-azure-mgmt-resourcegraph' 'python2-azure-mgmt-scheduler' 'python2-azure-mgmt-search' 'python2-azure-mgmt-security' 'python2-azure-mgmt-serialconsole' 'python2-azure-mgmt-servermanager' 'python2-azure-mgmt-servicebus' 'python2-azure-mgmt-servicefabric' 'python2-azure-mgmt-signalr' 'python2-azure-mgmt-sql' 'python2-azure-mgmt-sqlvirtualmachine' 'python2-azure-mgmt-storage' 'python2-azure-mgmt-storagecache' 'python2-azure-mgmt-storagesync' 'python2-azure-mgmt-subscription' 'python2-azure-mgmt-trafficmanager' 'python2-azure-mgmt-vmwarecloudsimple' 'python2-azure-mgmt-web' 'python2-azure-monitor' 'python2-azure-multiapi-storage' 'python2-azure-nspkg' 'python2-azure-servicebus' 'python2-azure-servicefabric' 'python2-azure-servicemanagement-legacy' 'python2-azure-storage' 'python2-azure-storage-blob' 'python2-azure-storage-common' 'python2-azure-storage-file' 'python2-azure-storage-file-datalake' 'python2-azure-storage-file-share' 'python2-azure-storage-nspkg' 'python2-azure-storage-queue' 'python2-babelfish' 'python2-backcall' 'python2-backoff' 'python2-backports' 'python2-backports.csv' 'python2-backports.functools_lru_cache' 'python2-backports.functools_partialmethod' 'python2-backports.html' 'python2-backports.os' 'python2-backports.shutil_get_terminal_size' 'python2-backports.shutil_which' 'python2-backports.ssl_match_hostname' 'python2-backports.tempfile' 'python2-backports.test.support' 'python2-backports.time-perf-counter' 'python2-backports.unittest_mock' 'python2-backports.weakref' 'python2-backports_abc' 'python2-baron' 'python2-bcolz' 'python2-bcrypt' 'python2-beautifulsoup4' 'python2-behave' 'python2-bencode' 'python2-beniget' 'python2-betamax' 'python2-betamax-matchers' 'python2-bibtexparser' 'python2-billiard' 'python2-binary' 'python2-binaryornot' 'python2-bindep' 'python2-biopython' 'python2-biplist' 'python2-bitarray' 'python2-bitstring' 'python2-bjoern' 'python2-bleach' 'python2-blessed' 'python2-blessings' 'python2-blindspin' 'python2-blinker' 'python2-blist' 'python2-blosc' 'python2-bloscpack' 'python2-bobo' 'python2-bobodoctestumentation' 'python2-bokeh' 'python2-boltons' 'python2-boolean.py' 'python2-boost_parallel_mpi1_71_0' 'python2-boto' 'python2-boto3' 'python2-botocore' 'python2-bottle' 'python2-bpython' 'python2-braille' 'python2-brewer2mpl' 'python2-brotlipy' 'python2-bsddb3' 'python2-bsddb3-devel' 'python2-bson' 'python2-bugzilla' 'python2-bugzillatools' 'python2-bz2file' 'python2-cPyparsing' 'python2-cached-property' 'python2-cachelib' 'python2-cachetools' 'python2-cachy' 'python2-cairocffi' 'python2-cairocffi-pixbuf' 'python2-caldav' 'python2-calmjs' 'python2-calmjs.parse' 'python2-calmjs.types' 'python2-cangjie' 'python2-canonicaljson' 'python2-capng' 'python2-capturer' 'python2-case' 'python2-cassandra-driver' 'python2-cassowary' 'python2-casttube' 'python2-catkin-pkg' 'python2-cbor' 'python2-cbor2' 'python2-cchardet' 'python2-cdecimal' 'python2-celery' 'python2-celery-batches' 'python2-celerymon' 'python2-cerealizer' 'python2-certbot' 'python2-certbot-apache' 'python2-certbot-dns-cloudflare' 'python2-certbot-dns-cloudxns' 'python2-certbot-dns-digitalocean' 'python2-certbot-dns-dnsimple' 'python2-certbot-dns-dnsmadeeasy' 'python2-certbot-dns-google' 'python2-certbot-dns-linode' 'python2-certbot-dns-luadns' 'python2-certbot-dns-nsone' 'python2-certbot-dns-rfc2136' 'python2-certbot-dns-route53' 'python2-certbot-nginx' 'python2-certifi' 'python2-certstream' 'python2-cffi' 'python2-cfn-lint' 'python2-cfscrape' 'python2-cftime' 'python2-chai' 'python2-chainmap' 'python2-chardet' 'python2-check-manifest' 'python2-cheroot' 'python2-chest' 'python2-cilium-microscope' 'python2-ciscoconfparse' 'python2-cl' 'python2-cleo' 'python2-cli-helpers' 'python2-click' 'python2-click-aliases' 'python2-click-completion' 'python2-click-didyoumean' 'python2-click-help-colors' 'python2-click-log' 'python2-click-man' 'python2-click-plugins' 'python2-click-spinner' 'python2-click-threading' 'python2-cliff' 'python2-cligj' 'python2-clikit' 'python2-clinkgrammar' 'python2-clint' 'python2-cloudflare' 'python2-cloudpickle' 'python2-cluster' 'python2-cluster-preflight-check' 'python2-clustershell' 'python2-cmarkgfm' 'python2-cmd2' 'python2-cmdln' 'python2-coards' 'python2-codecov' 'python2-cogapp' 'python2-colander' 'python2-colander-doc' 'python2-colander-lang' 'python2-colorama' 'python2-colorcet' 'python2-colorclass' 'python2-coloredlogs' 'python2-colorlog' 'python2-colorlover' 'python2-colormap' 'python2-colorspacious' 'python2-colour' 'python2-combi' 'python2-compizconfig' 'python2-concurrentloghandler' 'python2-configargparse' 'python2-configobj' 'python2-configparser' 'python2-configshell-fb' 'python2-confluent-kafka' 'python2-confusable-homoglyphs' 'python2-constantly' 'python2-construct' 'python2-contexter' 'python2-contextlib2' 'python2-convertdate' 'python2-cookies' 'python2-cooldict' 'python2-coreapi' 'python2-coreapi-cli' 'python2-coreschema' 'python2-cotyledon' 'python2-cov-core' 'python2-coverage' 'python2-coverage-config-reload-plugin' 'python2-coverage-env-plugin' 'python2-coveralls' 'python2-coveralls-check' 'python2-cppclean' 'python2-cpplint' 'python2-cracklib' 'python2-cram' 'python2-crayons' 'python2-crcmod' 'python2-cron-descriptor' 'python2-croniter' 'python2-crontab' 'python2-crumbs' 'python2-cryptography' 'python2-cryptography-vectors' 'python2-css-parser' 'python2-csscompressor' 'python2-cssselect' 'python2-cssutils' 'python2-ctypescrypto' 'python2-cursive' 'python2-curtsies' 'python2-cymruwhois' 'python2-cyordereddict' 'python2-cytoolz' 'python2-d2to1' 'python2-daemonize' 'python2-daiquiri' 'python2-dash-renderer' 'python2-datadiff' 'python2-dateparser' 'python2-datrie' 'python2-dbf' 'python2-dbfread' 'python2-dbus-python' 'python2-dbus-python-devel' 'python2-ddt' 'python2-deap' 'python2-debian' 'python2-debtcollector' 'python2-decorator' 'python2-defusedxml' 'python2-delegator' 'python2-delegator.py' 'python2-deltarpm' 'python2-demjson' 'python2-dennis' 'python2-deprecation' 'python2-derpconf' 'python2-devpi-client' 'python2-devpi-common' 'python2-dfwinreg' 'python2-dialite' 'python2-dicttoxml' 'python2-diff-match-patch' 'python2-digitalocean' 'python2-dill' 'python2-dirtyjson' 'python2-dis3' 'python2-discid' 'python2-discogs-client' 'python2-diskcache' 'python2-dist' 'python2-distlib' 'python2-distorm3' 'python2-distributed' 'python2-distro' 'python2-distroinfo' 'python2-distutils-extra' 'python2-dj-database-url' 'python2-django-avatar' 'python2-django-babel' 'python2-django-braces' 'python2-django-ckeditor' 'python2-django-classy-tags' 'python2-django-contrib-comments' 'python2-django-coverage-plugin' 'python2-django-environ' 'python2-django-jinja' 'python2-django-js-asset' 'python2-django-json-widget' 'python2-django-jsonfield' 'python2-django-nine' 'python2-django-nose' 'python2-django-oidc-provider' 'python2-django-picklefield' 'python2-django-pipeline' 'python2-django-pyscss' 'python2-django-rest-framework-client' 'python2-django-rest-framework-social-oauth2' 'python2-django-seed' 'python2-django-sekizai' 'python2-django-storages' 'python2-django-tastypie' 'python2-django-threadedcomments' 'python2-django-webpack-loader' 'python2-django-webtest' 'python2-djvulibre' 'python2-dnspython' 'python2-docformatter' 'python2-docker' 'python2-docker-pycreds' 'python2-dockerpty' 'python2-docopt' 'python2-docrepr' 'python2-docutils' 'python2-docutils-ast-writer' 'python2-dogpile.cache' 'python2-dogslow' 'python2-dominate' 'python2-dpkt' 'python2-dragonmapper' 'python2-drms' 'python2-dropbox' 'python2-duckduckgo2' 'python2-dukpy' 'python2-dukpy-kovidgoyal' 'python2-dulwich' 'python2-easydev' 'python2-easygui' 'python2-easypysmb' 'python2-easywatch' 'python2-ebcdic' 'python2-ecdsa' 'python2-ed25519' 'python2-ed25519ll' 'python2-edgegrid-python' 'python2-editdistance' 'python2-editdistance-devel' 'python2-efilter' 'python2-efl' 'python2-efl-doc' 'python2-efl-examples' 'python2-elasticsearch' 'python2-email_validator' 'python2-emoji' 'python2-empy' 'python2-enaml' 'python2-encore' 'python2-entrypoint2' 'python2-entrypoints' 'python2-environmental-override' 'python2-enzyme' 'python2-ephem' 'python2-epubmerge' 'python2-eradicate' 'python2-espeak' 'python2-esptool' 'python2-et_xmlfile' 'python2-etcd' 'python2-etcd-test' 'python2-ethtool' 'python2-evdev' 'python2-evemu' 'python2-eventlet' 'python2-evtx' 'python2-exam' 'python2-execnet' 'python2-expects' 'python2-exrex' 'python2-extras' 'python2-ez_setup' 'python2-factory_boy' 'python2-fake-useragent' 'python2-fakeredis' 'python2-fann2' 'python2-fastcluster' 'python2-fasteners' 'python2-fastimport' 'python2-fastremap' 'python2-fb-re2' 'python2-fedmsg' 'python2-feedgenerator' 'python2-feedparser' 'python2-fido2' 'python2-fields' 'python2-filelock' 'python2-filetype' 'python2-finance_enums' 'python2-fire' 'python2-first' 'python2-fixtures' 'python2-flake8' 'python2-flake8-blind-except' 'python2-flake8-builtins' 'python2-flake8-class-newline' 'python2-flake8-debugger' 'python2-flake8-deprecated' 'python2-flake8-docstrings' 'python2-flake8-future-import' 'python2-flake8-import-order' 'python2-flake8-imports' 'python2-flake8-pep3101' 'python2-flake8-polyfill' 'python2-flake8-quotes' 'python2-flaky' 'python2-flasgger' 'python2-flask-jwt-extended' 'python2-flask-peewee' 'python2-flask-restplus' 'python2-flatbuffers' 'python2-flex' 'python2-flexmock' 'python2-flickrapi' 'python2-flit-core' 'python2-flower' 'python2-fluent' 'python2-fluidity-sm' 'python2-flup' 'python2-forbiddenfruit' 'python2-formats' 'python2-freetype-py' 'python2-freezegun' 'python2-frozendict' 'python2-fs' 'python2-ftputil' 'python2-fudge' 'python2-funcparserlib' 'python2-funcy' 'python2-furl' 'python2-fuse' 'python2-fusepy' 'python2-future' 'python2-futures' 'python2-fuzzywuzzy' 'python2-fysom' 'python2-gTTS' 'python2-gTTS-token' 'python2-gabbi' 'python2-gast' 'python2-gear' 'python2-ged4py' 'python2-genty' 'python2-geographiclib' 'python2-geoip2' 'python2-geojson' 'python2-geolib' 'python2-geolinks' 'python2-geomet' 'python2-geopy' 'python2-gevent' 'python2-geventhttpclient' 'python2-ggplot' 'python2-girder-client' 'python2-git-pw' 'python2-git-url-parse' 'python2-github3.py' 'python2-gitlint' 'python2-glean' 'python2-glfw' 'python2-glob2' 'python2-gmpy' 'python2-gmpy2' 'python2-gobject' 'python2-gobject-Dee' 'python2-gobject-Gdk' 'python2-gobject-cairo' 'python2-gobject-devel' 'python2-goocanvas' 'python2-goocanvas-devel' 'python2-google-api-core' 'python2-google-api-python-client' 'python2-google-auth' 'python2-google-auth-httplib2' 'python2-google-auth-oauthlib' 'python2-google-cloud-core' 'python2-google-cloud-kms' 'python2-google-cloud-speech' 'python2-google-cloud-storage' 'python2-google-resumable-media' 'python2-googleapis-common-protos' 'python2-googlemaps' 'python2-gpg' 'python2-gpgme' 'python2-gphoto2' 'python2-gprof2dot' 'python2-gps3' 'python2-gpsd' 'python2-grab' 'python2-graphviz' 'python2-greenlet' 'python2-greenlet-devel' 'python2-grpc-google-iam-v1' 'python2-grpcio' 'python2-grpcio-gcp' 'python2-gscholar' 'python2-gspread' 'python2-gssapi' 'python2-gst' 'python2-guessit' 'python2-gunicorn' 'python2-guzzle_sphinx_theme' 'python2-gv' 'python2-h11' 'python2-h2' 'python2-h5py' 'python2-hankel' 'python2-hanzidentifier' 'python2-happybase' 'python2-hawkauthlib' 'python2-hdf5storage' 'python2-helpdev' 'python2-hetzner' 'python2-hexdump' 'python2-hiredis' 'python2-hkdf' 'python2-hl7apy' 'python2-holidays' 'python2-hpack' 'python2-html5-parser' 'python2-html5lib' 'python2-htmlmin' 'python2-httmock' 'python2-http-parser' 'python2-httpbin' 'python2-httplib2' 'python2-httpretty' 'python2-httpsig_cffi' 'python2-httpstatus35' 'python2-humanfriendly' 'python2-humanhash3' 'python2-hupper' 'python2-husl' 'python2-hyper' 'python2-hyperframe' 'python2-hyperlink' 'python2-hypothesis' 'python2-hypothesis-fspaths' 'python2-icalendar' 'python2-identify' 'python2-idna' 'python2-ifaddr' 'python2-ifconfig-parser' 'python2-ijson' 'python2-imageio' 'python2-imagesize' 'python2-img2pdf' 'python2-iminuit' 'python2-importlib-metadata' 'python2-importlib_resources' 'python2-imread' 'python2-incremental' 'python2-infinity' 'python2-inflect' 'python2-inflection' 'python2-inifile' 'python2-iniparse' 'python2-inspect2' 'python2-inspektor' 'python2-intervals' 'python2-intervaltree' 'python2-invocations' 'python2-invoke' 'python2-iocapture' 'python2-ioflo' 'python2-ipaddr' 'python2-iptables' 'python2-ipy' 'python2-ipykernel' 'python2-ipython' 'python2-ipython-iptest' 'python2-ipython_genutils' 'python2-ipywidgets' 'python2-iso8601' 'python2-isodate' 'python2-isort' 'python2-itsdangerous' 'python2-itypes' 'python2-iwlib' 'python2-jaraco.base' 'python2-jaraco.classes' 'python2-jaraco.collections' 'python2-jaraco.functools' 'python2-jaraco.itertools' 'python2-jaraco.logging' 'python2-jaraco.packaging' 'python2-jaraco.stream' 'python2-jaraco.text' 'python2-javaproperties' 'python2-jdatetime' 'python2-jdcal' 'python2-jedi' 'python2-jedihttp' 'python2-jenkins-job-builder' 'python2-jenkinsapi' 'python2-jinja2-fsloader' 'python2-jinja2-pluralize' 'python2-jinja2-time' 'python2-jira' 'python2-jmespath' 'python2-joblib' 'python2-josepy' 'python2-jplephem' 'python2-jsbeautifier' 'python2-jsmin' 'python2-json-rpc' 'python2-json5' 'python2-json_tricks' 'python2-jsondate' 'python2-jsondiff' 'python2-jsonextended' 'python2-jsonlines' 'python2-jsonpatch' 'python2-jsonpath-rw' 'python2-jsonpath-rw-ext' 'python2-jsonpickle' 'python2-jsonpointer' 'python2-jsonref' 'python2-jsonrpclib-pelix' 'python2-jsonschema' 'python2-jsonxs' 'python2-junit-xml' 'python2-junitxml' 'python2-junos-eznc' 'python2-jupyter-client' 'python2-jupyter-core' 'python2-jupyter-packaging' 'python2-jwcrypto' 'python2-k5test' 'python2-kafka-python' 'python2-kaitaistruct' 'python2-kazoo' 'python2-keepalive' 'python2-kerberos' 'python2-keyczar' 'python2-keyring' 'python2-keyrings.alt' 'python2-kid' 'python2-kismet-rest' 'python2-kismetdb' 'python2-kitchen' 'python2-kiwisolver' 'python2-kmatch' 'python2-kmod' 'python2-knack' 'python2-kombu' 'python2-kubernetes' 'python2-l20n' 'python2-lancet-ioam' 'python2-langdetect' 'python2-lark-parser' 'python2-latexcodec' 'python2-lazr.uri' 'python2-lazy' 'python2-lazy-object-proxy' 'python2-lazyarray' 'python2-ldap' 'python2-ldap3' 'python2-ldappool' 'python2-ldaptor' 'python2-leather' 'python2-lesscpy' 'python2-leveldb' 'python2-lexicon' 'python2-lhafile' 'python2-libarchive' 'python2-libarchive-c' 'python2-libbde' 'python2-libevt' 'python2-libfsntfs' 'python2-libfvde' 'python2-libfwnt' 'python2-libguestfs' 'python2-liblarch' 'python2-liblarch-gtk' 'python2-libluksde' 'python2-libnacl' 'python2-libpamtest' 'python2-libpfm' 'python2-libqcow' 'python2-libregf' 'python2-libsass' 'python2-libscca' 'python2-libsigscan' 'python2-libsmdev' 'python2-libsmraw' 'python2-libtorrent-rasterbar' 'python2-libunity' 'python2-libusb1' 'python2-libvhdi' 'python2-libvmdk' 'python2-libvshadow' 'python2-libvslvm' 'python2-libxml2' 'python2-license-expression' 'python2-line_profiler' 'python2-linecache2' 'python2-linux-procfs' 'python2-lit' 'python2-llfuse' 'python2-llvmlite' 'python2-lmdb' 'python2-lml' 'python2-localzone' 'python2-locket' 'python2-lockfile' 'python2-logilab-astng' 'python2-logilab-common' 'python2-logutils' 'python2-logzero' 'python2-lupa' 'python2-lws' 'python2-lxml' 'python2-lxml-devel' 'python2-lz4' 'python2-lzmaffi' 'python2-m2r' 'python2-macholib' 'python2-magic' 'python2-magic-wormhole' 'python2-magic-wormhole-mailbox-server' 'python2-magic-wormhole-transit-relay' 'python2-managesieve' 'python2-mando' 'python2-manuel' 'python2-manuel-doc' 'python2-markdown-math' 'python2-markdown2' 'python2-matplotlib' 'python2-matplotlib-gtk3' 'python2-matplotlib-latex' 'python2-matplotlib-qt-shared' 'python2-matplotlib-qt5' 'python2-matplotlib-tk' 'python2-matplotlib-web' 'python2-matplotlib-wx' 'python2-maxminddb' 'python2-mccabe' 'python2-md2workflow' 'python2-mechanize' 'python2-meld3' 'python2-memory_profiler' 'python2-metaextract' 'python2-mhash' 'python2-miniupnpc' 'python2-misaka' 'python2-mistune' 'python2-mock' 'python2-mocket' 'python2-mockito' 'python2-mockldap' 'python2-modernize' 'python2-mohawk' 'python2-moksha-common' 'python2-moksha-hub' 'python2-mongoengine' 'python2-monotonic' 'python2-more-itertools' 'python2-moretools' 'python2-moto' 'python2-moviepy' 'python2-mox3' 'python2-mpi4py' 'python2-mpi4py-devel' 'python2-mpmath' 'python2-mraa' 'python2-msal' 'python2-msal-extensions' 'python2-msgpack' 'python2-msgpack-numpy' 'python2-msoffcrypto-tool' 'python2-msrest' 'python2-msrestazure' 'python2-mujson' 'python2-mulpyplexer' 'python2-multi_key_dict' 'python2-multipledispatch' 'python2-munch' 'python2-musicbrainzngs' 'python2-mutagen' 'python2-mutt-ics' 'python2-mygpoclient' 'python2-mypy_extensions' 'python2-mysql-connector-python' 'python2-mysqlclient' 'python2-nagiosplugin' 'python2-napalm-asa' 'python2-nbconvert' 'python2-nbformat' 'python2-nbxmpp' 'python2-nbxmpp-doc' 'python2-ncclient' 'python2-ndg-httpsclient' 'python2-neovim' 'python2-net-snmp' 'python2-netCDF4' 'python2-netaddr' 'python2-netifaces' 'python2-networkx' 'python2-networkx-doc' 'python2-newt' 'python2-nine' 'python2-nltk' 'python2-nodeenv' 'python2-nose' 'python2-nose-cov' 'python2-nose-cover3' 'python2-nose-exclude' 'python2-nose-progressive' 'python2-nose-random' 'python2-nose-timer' 'python2-nose2' 'python2-nose_warnings_filters' 'python2-nosexcover' 'python2-notify2' 'python2-nss' 'python2-ntlm-auth' 'python2-ntplib' 'python2-num2words' 'python2-numexpr' 'python2-numpy' 'python2-numpy-devel' 'python2-numpy-gnu-hpc' 'python2-numpy-gnu-hpc-devel' 'python2-numpy_1_16_5-gnu-hpc' 'python2-numpy_1_16_5-gnu-hpc-devel' 'python2-numpydoc' 'python2-nxapi-plumbing' 'python2-oauth2' 'python2-oauth2client' 'python2-oauth2client-flask' 'python2-oauth2client-gce' 'python2-oauthlib' 'python2-objgraph' 'python2-oci-sdk' 'python2-odfpy' 'python2-odorik' 'python2-olefile' 'python2-opcodes' 'python2-openapi-schema-validator' 'python2-openapi-spec-validator' 'python2-opencensus' 'python2-opencensus-context' 'python2-opencensus-ext-azure' 'python2-opencensus-ext-threading' 'python2-opencv' 'python2-opencv3' 'python2-opengl' 'python2-opengl-accelerate' 'python2-openmesh' 'python2-openqa_client' 'python2-openqa_review' 'python2-openstack.nose_plugin' 'python2-openstackdocstheme' 'python2-ordered-namespace' 'python2-ordered-set' 'python2-orderedmultidict' 'python2-osc-tiny' 'python2-oscrypto' 'python2-oslosphinx' 'python2-oslotest' 'python2-osmviz' 'python2-outcome' 'python2-ovirt-engine-sdk' 'python2-ovs' 'python2-pa-ringbuffer' 'python2-packaging' 'python2-paho-mqtt' 'python2-pako' 'python2-palettable' 'python2-pamela' 'python2-pamqp' 'python2-pan-python' 'python2-pandas' 'python2-pandas-datareader' 'python2-pandocfilters' 'python2-panflute' 'python2-parallax' 'python2-param' 'python2-parameterized' 'python2-paramiko' 'python2-paramiko-expect' 'python2-parse' 'python2-parse_type' 'python2-parsedatetime' 'python2-parsel' 'python2-parso' 'python2-partd' 'python2-parted' 'python2-parver' 'python2-pass_python_keyring' 'python2-passa' 'python2-passivetotal' 'python2-passlib' 'python2-pastel' 'python2-path.py' 'python2-pathlib' 'python2-pathlib2' 'python2-pathspec' 'python2-pathtools' 'python2-patsy' 'python2-pbkdf2' 'python2-pbr' 'python2-pdfkit' 'python2-pdfrw' 'python2-pecan' 'python2-peewee' 'python2-pefile' 'python2-pelican' 'python2-pem' 'python2-pendulum' 'python2-pep517' 'python2-pep8-naming' 'python2-peppercorn' 'python2-percy' 'python2-persistent' 'python2-persistent-devel' 'python2-petact' 'python2-pexpect' 'python2-pgmagick' 'python2-phabricator' 'python2-phonenumbers' 'python2-phply' 'python2-phue' 'python2-pick' 'python2-pickleshare' 'python2-piexif' 'python2-pifpaf' 'python2-pika' 'python2-pika-pool' 'python2-pilkit' 'python2-pip' 'python2-pip-api' 'python2-pip-shims' 'python2-pipdeptree' 'python2-pipreqs' 'python2-pivy' 'python2-pkgconfig' 'python2-pkginfo' 'python2-plaster' 'python2-plaster-pastedeploy' 'python2-plette' 'python2-pluggy' 'python2-plumbum' 'python2-ply' 'python2-plyvel' 'python2-pmw' 'python2-pname' 'python2-podcastparser' 'python2-podman' 'python2-polib' 'python2-pomegranate' 'python2-pomegranate-devel' 'python2-pony' 'python2-port-for' 'python2-portalocker' 'python2-portend' 'python2-portpicker' 'python2-positional' 'python2-power' 'python2-poyo' 'python2-pprintpp' 'python2-precise-runner' 'python2-preggy' 'python2-premailer' 'python2-pretend' 'python2-proboscis' 'python2-process-tests' 'python2-proglog' 'python2-progress' 'python2-progressbar' 'python2-proliantutils' 'python2-prometheus_client' 'python2-promise' 'python2-prompt_toolkit' 'python2-prompt_toolkit1' 'python2-proselint' 'python2-protobuf' 'python2-pscript' 'python2-psutil' 'python2-psycopg2' 'python2-ptpython' 'python2-ptyprocess' 'python2-publicsuffixlist' 'python2-pudb' 'python2-pulsectl' 'python2-pure-sasl' 'python2-purl' 'python2-pushy' 'python2-pwquality' 'python2-py' 'python2-py-cpuinfo' 'python2-py-espeak-ng' 'python2-py-radix' 'python2-py-ubjson' 'python2-py2pack' 'python2-py3status' 'python2-pyDOE2' 'python2-pyFFTW' 'python2-pyLibravatar' 'python2-pyModis' 'python2-pyOCD' 'python2-pyOpenSSL' 'python2-pyPEG2' 'python2-pyRFC3339' 'python2-pyScss' 'python2-pyVows' 'python2-pyacoustid' 'python2-pyaes' 'python2-pyalsaaudio' 'python2-pyaml' 'python2-pyannotate' 'python2-pyasn1' 'python2-pyasn1-modules' 'python2-pybars3' 'python2-pybeam' 'python2-pybind11' 'python2-pybind11-devel' 'python2-pyblake2' 'python2-pybluez' 'python2-pybtex' 'python2-pybugz' 'python2-pycairo' 'python2-pycairo-devel' 'python2-pycallgraph' 'python2-pycdio' 'python2-pycha' 'python2-pychm' 'python2-pyclipper' 'python2-pycocotools' 'python2-pycodestyle' 'python2-pycountry' 'python2-pycparser' 'python2-pycryptodome' 'python2-pycryptodomex' 'python2-pyct' 'python2-pycups' 'python2-pycurl' 'python2-pycxx' 'python2-pycxx-devel' 'python2-pydata-google-auth' 'python2-pydbus' 'python2-pydenticon' 'python2-pydicom' 'python2-pydns' 'python2-pydocstyle' 'python2-pydocumentdb' 'python2-pydot' 'python2-pydot3' 'python2-pydotplus' 'python2-pydub' 'python2-pyeapi' 'python2-pyee' 'python2-pyelftools' 'python2-pyemd' 'python2-pyenchant' 'python2-pyface' 'python2-pyfakefs' 'python2-pyfg' 'python2-pyfiglet' 'python2-pyflakes' 'python2-pyftpdlib' 'python2-pygal' 'python2-pygaljs' 'python2-pygame' 'python2-pygame-devel' 'python2-pygerrit2' 'python2-pygit2' 'python2-pyglet' 'python2-pygments-ansi-color' 'python2-pygments-pytest' 'python2-pygments-style-railscasts' 'python2-pygraphviz' 'python2-pyinotify' 'python2-pyjavaproperties' 'python2-pyjokes' 'python2-pyjsparser' 'python2-pyjwkest' 'python2-pykafka' 'python2-pykeepass' 'python2-pykerberos' 'python2-pykwalify' 'python2-pylama' 'python2-pylev' 'python2-pylibacl' 'python2-pyliblzma' 'python2-pylibmc' 'python2-pylint' 'python2-pylons-sphinx-themes' 'python2-pylru' 'python2-pylzma' 'python2-pymacaroons' 'python2-pymacaroons-pynacl' 'python2-pymad' 'python2-pymavlink' 'python2-pymediainfo' 'python2-pymemcache' 'python2-pymod2pkg' 'python2-pymol' 'python2-pymongo' 'python2-pynamodb' 'python2-pynetbox' 'python2-pyngus' 'python2-pynxos' 'python2-pyodbc' 'python2-pyosf' 'python2-pyotp' 'python2-pyparallel' 'python2-pyparsing' 'python2-pyperclip' 'python2-pypiserver' 'python2-pypng' 'python2-pyprimes' 'python2-pypsexec' 'python2-pyqtgraph' 'python2-pyquery' 'python2-pyrad' 'python2-pyramid-chameleon' 'python2-pyramid-mako' 'python2-pyreadstat' 'python2-pyroma' 'python2-pyroomacoustics' 'python2-pyroute2' 'python2-pyrrd' 'python2-pyrsistent' 'python2-pysaml2' 'python2-pyscard' 'python2-pysendfile' 'python2-pyserial' 'python2-pyshould' 'python2-pyshp' 'python2-pysmb' 'python2-pysmbc' 'python2-pysmi' 'python2-pysndfile' 'python2-pysnmp' 'python2-pysofaconventions' 'python2-pysrt' 'python2-pyssim' 'python2-pystache' 'python2-pysvn' 'python2-pytaglib' 'python2-pyte' 'python2-pytesseract' 'python2-pytest-arraydiff' 'python2-pytest-attrib' 'python2-pytest-bdd' 'python2-pytest-benchmark' 'python2-pytest-check-links' 'python2-pytest-click' 'python2-pytest-codestyle' 'python2-pytest-console-scripts' 'python2-pytest-cov' 'python2-pytest-datadir' 'python2-pytest-django' 'python2-pytest-doctestplus' 'python2-pytest-dotenv' 'python2-pytest-env' 'python2-pytest-error-for-skips' 'python2-pytest-expect' 'python2-pytest-fixture-config' 'python2-pytest-flake8' 'python2-pytest-flakes' 'python2-pytest-forked' 'python2-pytest-freezegun' 'python2-pytest-helpers-namespace' 'python2-pytest-httpbin' 'python2-pytest-instafail' 'python2-pytest-isort' 'python2-pytest-lazy-fixture' 'python2-pytest-listener' 'python2-pytest-localserver' 'python2-pytest-metadata' 'python2-pytest-mock' 'python2-pytest-mpl' 'python2-pytest-openfiles' 'python2-pytest-ordering' 'python2-pytest-profiling' 'python2-pytest-pyramid-server' 'python2-pytest-pythonpath' 'python2-pytest-qt' 'python2-pytest-relaxed' 'python2-pytest-remotedata' 'python2-pytest-reorder' 'python2-pytest-repeat' 'python2-pytest-runner' 'python2-pytest-server-fixtures' 'python2-pytest-services' 'python2-pytest-shutil' 'python2-pytest-socket' 'python2-pytest-spec' 'python2-pytest-sphinx' 'python2-pytest-subtesthack' 'python2-pytest-sugar' 'python2-pytest-super-check' 'python2-pytest-svn' 'python2-pytest-testconfig' 'python2-pytest-timeout' 'python2-pytest-tldr' 'python2-pytest-tornado' 'python2-pytest-translations' 'python2-pytest-travis-fold' 'python2-pytest-twisted' 'python2-pytest-vcr' 'python2-pytest-verbose-parametrize' 'python2-pytest-virtualenv' 'python2-pytest-xdist' 'python2-pytest-xvfb' 'python2-pytest4' 'python2-python-afl' 'python2-python-aiml' 'python2-python-bidi' 'python2-python-cjson' 'python2-python-consul' 'python2-python-coveralls' 'python2-python-crfsuite' 'python2-python-crontab' 'python2-python-daemon' 'python2-python-dateutil' 'python2-python-dbusmock' 'python2-python-docs-theme' 'python2-python-dotenv' 'python2-python-editor' 'python2-python-fileinspector' 'python2-python-gammu' 'python2-python-gflags' 'python2-python-gnupg' 'python2-python-jenkins' 'python2-python-jose' 'python2-python-json-logger' 'python2-python-jsonrpc-server' 'python2-python-language-server' 'python2-python-lzo' 'python2-python-magic' 'python2-python-memcached' 'python2-python-mimeparse' 'python2-python-mpd2' 'python2-python-mpv' 'python2-python-nmap' 'python2-python-openid-cla' 'python2-python-openid-teams' 'python2-python-pam' 'python2-python-ptrace' 'python2-python-qdatamatrix' 'python2-python-qnotifications' 'python2-python-qpid-proton' 'python2-python-qprogedit' 'python2-python-redmine' 'python2-python-slugify' 'python2-python-snappy' 'python2-python-sofa' 'python2-python-sql' 'python2-python-stdnum' 'python2-python-subunit' 'python2-python-ternary' 'python2-python-twitter' 'python2-python-utils' 'python2-python-vlc' 'python2-python-whois' 'python2-python-xlib' 'python2-python-yubico' 'python2-python3-saml' 'python2-pythonfinder' 'python2-pythonwhois' 'python2-pytidylib' 'python2-pytils' 'python2-pytimeparse' 'python2-pytoml' 'python2-pytools' 'python2-pytricia' 'python2-pytz' 'python2-pytzdata' 'python2-pyuca' 'python2-pyudev' 'python2-pyusb' 'python2-pyutf8' 'python2-pyuv' 'python2-pyux' 'python2-pyviz-comms' 'python2-pyvmomi' 'python2-pywinrm' 'python2-pyxdg' 'python2-pyzmq' 'python2-pyzmq-devel' 'python2-q' 'python2-qrcode' 'python2-qscintilla-qt5' 'python2-qt3d-qt5' 'python2-qt5' 'python2-qt5-devel' 'python2-qtcharts-qt5' 'python2-qtdatavis3d-qt5' 'python2-qtwebengine-qt5' 'python2-quantities' 'python2-queuelib' 'python2-quicktions' 'python2-radon' 'python2-raet' 'python2-random2' 'python2-rarfile' 'python2-rarfile-doc' 'python2-ravello-sdk' 'python2-raven' 'python2-rawkit' 'python2-rcssmin' 'python2-rdflib' 'python2-readme_renderer' 'python2-readthedocs-sphinx-ext' 'python2-rebulk' 'python2-recommonmark' 'python2-redbaron' 'python2-redfish' 'python2-redis' 'python2-rednose' 'python2-regex' 'python2-relatorio' 'python2-releases' 'python2-remoto' 'python2-rencode' 'python2-reno' 'python2-reportlab' 'python2-repoze.lru' 'python2-repoze.sphinx.autointerface' 'python2-repoze.who' 'python2-requests' 'python2-requests-aws' 'python2-requests-cache' 'python2-requests-download' 'python2-requests-file' 'python2-requests-ftp' 'python2-requests-futures' 'python2-requests-hawk' 'python2-requests-kerberos' 'python2-requests-mock' 'python2-requests-oauthlib' 'python2-requests-toolbelt' 'python2-requests-unixsocket' 'python2-requests_ntlm' 'python2-requestsexceptions' 'python2-requirements-detector' 'python2-requirements-parser' 'python2-requirementslib' 'python2-resampy' 'python2-resolvelib' 'python2-responses' 'python2-restructuredtext_lint' 'python2-restview' 'python2-resultsdb_api' 'python2-rethinkdb' 'python2-retry' 'python2-retry_decorator' 'python2-retrying' 'python2-retryrequests' 'python2-rfc3986' 'python2-rfc3987' 'python2-rfc6266' 'python2-rfc6555' 'python2-rjsmin' 'python2-rnginline' 'python2-rollbar' 'python2-roman' 'python2-rope' 'python2-rply' 'python2-rpm' 'python2-rpmfile' 'python2-rpyc' 'python2-rq' 'python2-rsa' 'python2-rst.linker' 'python2-rstcheck' 'python2-rt' 'python2-rtslib-fb' 'python2-ruamel.base' 'python2-ruamel.std.argparse' 'python2-ruamel.std.pathlib' 'python2-ruamel.yaml' 'python2-ruamel.yaml.clib' 'python2-ruamel.yaml.cmd' 'python2-ruamel.yaml.convert' 'python2-ruffus' 'python2-ryu' 'python2-s3transfer' 'python2-sadisplay' 'python2-samplerate' 'python2-sane' 'python2-sanlock' 'python2-sarge' 'python2-sas7bdat' 'python2-sasl' 'python2-scales' 'python2-scandir' 'python2-schedule' 'python2-schema' 'python2-scikit-build' 'python2-scikit-dsp-comm' 'python2-scikit-learn' 'python2-scikit-sparse' 'python2-scikit-umfpack' 'python2-scipy' 'python2-scipy-gnu-hpc' 'python2-scipy_1_2_1-gnu-hpc' 'python2-scitools' 'python2-scour' 'python2-scp' 'python2-scripttest' 'python2-scrypt' 'python2-scspell3k' 'python2-sdnotify' 'python2-selection' 'python2-selectors2' 'python2-selectors34' 'python2-selenium' 'python2-semanage' 'python2-semantic_version' 'python2-semver' 'python2-serpent' 'python2-serpy' 'python2-serverfiles' 'python2-service_identity' 'python2-setproctitle' 'python2-setuptools' 'python2-setuptools-git' 'python2-setuptools_scm' 'python2-setuptools_scm_git_archive' 'python2-sge-pygame' 'python2-sh' 'python2-shaptools' 'python2-shellingham' 'python2-shodan' 'python2-shouldbe' 'python2-shutilwhich' 'python2-sievelib' 'python2-signedjson' 'python2-simplebayes' 'python2-simpleeval' 'python2-simplegeneric' 'python2-simplejson' 'python2-simplekml' 'python2-sip' 'python2-sip-devel' 'python2-siphashc' 'python2-six' 'python2-sleekxmpp' 'python2-slimit' 'python2-slip' 'python2-slip-dbus' 'python2-slip-gtk' 'python2-slumber' 'python2-slycot' 'python2-smartypants' 'python2-smbprotocol' 'python2-smmap' 'python2-snakefood' 'python2-snimpy' 'python2-snowballstemmer' 'python2-snuggs' 'python2-social-auth-app-django' 'python2-social-auth-core' 'python2-socketpool' 'python2-sortedcollections' 'python2-sortedcontainers' 'python2-soundcloud' 'python2-sounddevice' 'python2-soupsieve' 'python2-sox' 'python2-spake2' 'python2-spark_parser' 'python2-speaklater' 'python2-spec' 'python2-sphinx-bootstrap-theme' 'python2-sphinx-feature-classification' 'python2-sphinx-issues' 'python2-sphinx-removed-in' 'python2-sphinx-testing' 'python2-sphinx-version-warning' 'python2-sphinx_rtd_theme' 'python2-sphinxcontrib-apidoc' 'python2-sphinxcontrib-asyncio' 'python2-sphinxcontrib-autoprogram' 'python2-sphinxcontrib-autoprogram-doc' 'python2-sphinxcontrib-documentedlist' 'python2-sphinxcontrib-github-alt' 'python2-sphinxcontrib-httpdomain' 'python2-sphinxcontrib-issuetracker' 'python2-sphinxcontrib-newsfeed' 'python2-sphinxcontrib-pecanwsme' 'python2-sphinxcontrib-plantuml' 'python2-sphinxcontrib-programoutput' 'python2-sphinxcontrib-websupport' 'python2-spidev' 'python2-spotipy' 'python2-sqlalchemy-migrate' 'python2-sqlitedict' 'python2-sqlparse' 'python2-sqlsoup' 'python2-srcinfo' 'python2-ssdeep' 'python2-sshpubkeys' 'python2-sshtunnel' 'python2-statistics' 'python2-statsd' 'python2-stdeb' 'python2-stestr' 'python2-stevedore' 'python2-stomper' 'python2-storm' 'python2-storm-django' 'python2-storm-mysql' 'python2-storm-postgresql' 'python2-storm-twisted' 'python2-straight-plugin' 'python2-strict-rfc3339' 'python2-strictyaml' 'python2-subgrab' 'python2-subliminal' 'python2-subprocess32' 'python2-subst' 'python2-suds-jurko' 'python2-suntime' 'python2-sure' 'python2-sushy' 'python2-svgwrite' 'python2-swapper' 'python2-sybil' 'python2-sympy' 'python2-systemd' 'python2-tableprint' 'python2-tabulate' 'python2-tagpy' 'python2-targetcli-fb' 'python2-taskw' 'python2-tblib' 'python2-technicolor' 'python2-telepot' 'python2-template-remover' 'python2-tempora' 'python2-tenacity' 'python2-termcolor' 'python2-terminado' 'python2-terminaltables' 'python2-termstyle' 'python2-tesserocr' 'python2-test-server' 'python2-testfixtures' 'python2-testflo' 'python2-testpath' 'python2-testrepository' 'python2-testresources' 'python2-testscenarios' 'python2-testtools' 'python2-text-unidecode' 'python2-textX' 'python2-textfsm' 'python2-texttable' 'python2-textwrap3' 'python2-thespian' 'python2-thrift' 'python2-thriftpy2' 'python2-tinydb' 'python2-tinyrecord' 'python2-titlecase' 'python2-tkreadonly' 'python2-tldextract' 'python2-tmx' 'python2-toml' 'python2-tomlkit' 'python2-toolz' 'python2-tooz' 'python2-topy' 'python2-tornado' 'python2-tornado4' 'python2-tornado5' 'python2-toro' 'python2-tortilla' 'python2-towncrier' 'python2-tox' 'python2-tox-no-internet' 'python2-tox-travis' 'python2-tox-wheel' 'python2-tpfd' 'python2-tqdm' 'python2-traceback2' 'python2-traitlets' 'python2-traits' 'python2-traitsui' 'python2-traittypes' 'python2-transaction' 'python2-transip' 'python2-transitions' 'python2-translation-finder' 'python2-translationstring' 'python2-treq' 'python2-tri.struct' 'python2-trustme' 'python2-tvdb_api' 'python2-tweepy' 'python2-twine' 'python2-twitter.common.finagle-thrift' 'python2-twitter.common.lang' 'python2-twitter.common.rpc' 'python2-twodict' 'python2-twython' 'python2-txWS' 'python2-txZMQ' 'python2-txt2tags' 'python2-txtorcon' 'python2-typing' 'python2-typing_extensions' 'python2-tzlocal' 'python2-u-msgpack-python' 'python2-ua-parser' 'python2-uamqp' 'python2-ucsmsdk' 'python2-ujson' 'python2-unbound' 'python2-uncertainties' 'python2-uncompyle6' 'python2-unicodecsv' 'python2-unicodedata2' 'python2-unidiff' 'python2-unify' 'python2-uniseg' 'python2-unittest-mixins' 'python2-unittest2' 'python2-unpaddedbase64' 'python2-untokenize' 'python2-upm' 'python2-uritemplate' 'python2-urlgrabber' 'python2-urllib3' 'python2-urwid' 'python2-user-agents' 'python2-user_agent' 'python2-userpath' 'python2-validate_email' 'python2-validators' 'python2-varlink' 'python2-vcrpy' 'python2-vcs' 'python2-vcversioner' 'python2-vega_datasets' 'python2-verboselogs' 'python2-versioneer' 'python2-versiontag' 'python2-versiontools' 'python2-vim-vint' 'python2-vine' 'python2-virt-bootstrap' 'python2-virtkey' 'python2-virtualenv' 'python2-virtualenv-clone' 'python2-virtualenvwrapper' 'python2-visitor' 'python2-vispy' 'python2-vistir' 'python2-vobject' 'python2-voluptuous' 'python2-vsts' 'python2-vsts-cd-manager' 'python2-vulkan' 'python2-vulture' 'python2-w3lib' 'python2-wadllib' 'python2-waitress' 'python2-waitress-doc' 'python2-wakeonlan' 'python2-warlock' 'python2-watchdog' 'python2-watchdog-doc' 'python2-wcwidth' 'python2-weave' 'python2-web.py' 'python2-webassets' 'python2-webcolors' 'python2-webencodings' 'python2-weblib' 'python2-websocket-client' 'python2-websockify' 'python2-whatever' 'python2-whatthepatch' 'python2-wheel' 'python2-whichcraft' 'python2-wikipedia' 'python2-wiring' 'python2-wolframalpha' 'python2-wptools' 'python2-wrapt' 'python2-ws4py' 'python2-wsaccel' 'python2-wsgi_intercept' 'python2-wstools' 'python2-wtf-peewee' 'python2-wurlitzer' 'python2-wxPython' 'python2-wxPython-lang' 'python2-xapp' 'python2-xattr' 'python2-xcaplib' 'python2-xcffib' 'python2-xdis' 'python2-xerox' 'python2-xhtml2pdf' 'python2-xkbgroup' 'python2-xlrd' 'python2-xlwt' 'python2-xmldiff' 'python2-xmlsec' 'python2-xmltodict' 'python2-xpybutil' 'python2-xsge_gui' 'python2-xsge_lighting' 'python2-xsge_particle' 'python2-xsge_path' 'python2-xsge_physics' 'python2-xsge_tmx' 'python2-xvfbwrapper' 'python2-xxhash' 'python2-yamldoc' 'python2-yamllint' 'python2-yamlloader' 'python2-yapf' 'python2-yaql' 'python2-yara' 'python2-yarb' 'python2-yarg' 'python2-yaspin' 'python2-youtube-dl' 'python2-yq' 'python2-zake' 'python2-zc.buildout' 'python2-zc.customdoctests' 'python2-zc.lockfile' 'python2-zdaemon' 'python2-zeep' 'python2-zetup' 'python2-zhon' 'python2-zipp' 'python2-zipstream' 'python2-zodbpickle' 'python2-zope.cachedescriptors' 'python2-zope.component' 'python2-zope.configuration' 'python2-zope.copy' 'python2-zope.deferredimport' 'python2-zope.deprecation' 'python2-zope.event' 'python2-zope.exceptions' 'python2-zope.hookable' 'python2-zope.i18nmessageid' 'python2-zope.interface' 'python2-zope.location' 'python2-zope.proxy' 'python2-zope.proxy-devel' 'python2-zope.schema' 'python2-zope.security' 'python2-zope.testbrowser' 'python2-zope.testing' 'python2-zope.testrunner' 'python2-zstandard' 'python2-zstd' 'python2-zxcvbn' 'python2-zypp-plugin' 'python3' 'python3-32bit' 'python3-APScheduler' 'python3-AnyQt' 'python3-Arpeggio' 'python3-Automat' 'python3-BTrees' 'python3-BTrees-devel' 'python3-BTrees-doc' 'python3-Babel' 'python3-Babel-doc' 'python3-Beaker' 'python3-BitVector' 'python3-Bottleneck' 'python3-Brotli' 'python3-CacheControl' 'python3-CairoSVG' 'python3-Cerberus' 'python3-Chameleon' 'python3-Cheetah3' 'python3-CherryPy' 'python3-CommonMark' 'python3-Cycler' 'python3-Cython' 'python3-DataProperty' 'python3-DataShape' 'python3-DateTime' 'python3-Delorean' 'python3-Deprecated' 'python3-Django' 'python3-Durus' 'python3-EasyProcess' 'python3-EditorConfig' 'python3-ExifRead' 'python3-Fabric' 'python3-Fabric3' 'python3-Faker' 'python3-Flask' 'python3-Flask-Admin' 'python3-Flask-Babel' 'python3-Flask-BabelEx' 'python3-Flask-Bootstrap' 'python3-Flask-Cache' 'python3-Flask-Cache-doc' 'python3-Flask-Compress' 'python3-Flask-Cors' 'python3-Flask-Gravatar' 'python3-Flask-HTMLmin' 'python3-Flask-HTTPAuth' 'python3-Flask-Login' 'python3-Flask-Mail' 'python3-Flask-Migrate' 'python3-Flask-Paranoid' 'python3-Flask-Principal' 'python3-Flask-RESTful' 'python3-Flask-RSTPages' 'python3-Flask-SQLAlchemy' 'python3-Flask-Script' 'python3-Flask-Security' 'python3-Flask-Security-Too' 'python3-Flask-Testing' 'python3-Flask-WTF' 'python3-Flask-doc' 'python3-FontTools' 'python3-FormEncode' 'python3-GDAL' 'python3-Genshi' 'python3-GitPython' 'python3-GitgExt' 'python3-Glances' 'python3-Gloo' 'python3-Glymur' 'python3-GooCalendar' 'python3-GooseMPL' 'python3-GridDataFormats' 'python3-HTTPolice' 'python3-HeapDict' 'python3-HyperKitty' 'python3-IMDbPY' 'python3-Jinja2' 'python3-Js2Py' 'python3-JsonWeb' 'python3-Kajiki' 'python3-Keras' 'python3-Keras-Applications' 'python3-Keras-Preprocessing' 'python3-Keras-examples' 'python3-Kivy' 'python3-Kivy-devel' 'python3-LEPL' 'python3-LTTL' 'python3-Lektor' 'python3-Levenshtein' 'python3-Logbook' 'python3-M2Crypto' 'python3-Mako' 'python3-MapProxy' 'python3-Markdown' 'python3-MarkupPy' 'python3-MarkupSafe' 'python3-Markups' 'python3-Mathics' 'python3-MechanicalSoup' 'python3-Ming' 'python3-MiniMock' 'python3-Morfessor' 'python3-MulticoreTSNE' 'python3-OWSLib' 'python3-PGet' 'python3-Parsley' 'python3-Paste' 'python3-PasteDeploy' 'python3-Paver' 'python3-PeachPy' 'python3-PeakUtils' 'python3-Pebble' 'python3-Pillow' 'python3-Pillow-tk' 'python3-Pint' 'python3-PrettyTable' 'python3-Protego' 'python3-PsyLab' 'python3-PsychoPy' 'python3-PsychoPy-lang' 'python3-Pweave' 'python3-PyAudio' 'python3-PyAutoGUI' 'python3-PyBindGen' 'python3-PyBrowserID' 'python3-PyChart' 'python3-PyChromecast' 'python3-PyDispatcher' 'python3-PyECLib' 'python3-PyExecJS' 'python3-PyFxA' 'python3-PyGithub' 'python3-PyHamcrest' 'python3-PyICU' 'python3-PyInstaller' 'python3-PyJWT' 'python3-PyKMIP' 'python3-PyLaTeX' 'python3-PyMeeus' 'python3-PyMeta3' 'python3-PyMsgBox' 'python3-PyMuPDF' 'python3-PyMySQL' 'python3-PyNaCl' 'python3-PyNamecheap' 'python3-PyOgg' 'python3-PyOpenAL' 'python3-PyPDF2' 'python3-PyPrind' 'python3-PyPrint' 'python3-PyQRCode' 'python3-PyRIC' 'python3-PyRSS2Gen' 'python3-PySDL2' 'python3-PyScreeze' 'python3-PySocks' 'python3-PyTrie' 'python3-PyTweening' 'python3-PyVirtualDisplay' 'python3-PyWavelets' 'python3-PyWebDAV3' 'python3-PyWebDAV3-GNUHealth' 'python3-PyX' 'python3-PyYAML' 'python3-Pydap' 'python3-Pygments' 'python3-Pykka' 'python3-Pympler' 'python3-Pyphen' 'python3-Pyro4' 'python3-QDarkStyle' 'python3-QR-Code-generator' 'python3-Qt.py' 'python3-QtAwesome' 'python3-QtPy' 'python3-RegexOrder' 'python3-Rivet' 'python3-Routes' 'python3-SHERPA-MC' 'python3-SPARQLWrapper' 'python3-SQLAlchemy' 'python3-SQLAlchemy-Utils' 'python3-Scrapy' 'python3-SecretStorage' 'python3-Send2Trash' 'python3-Shapely' 'python3-SimpleWebSocketServer' 'python3-SoapySDR' 'python3-SoundCard' 'python3-SoundFile' 'python3-SpeechRecognition' 'python3-Sphinx' 'python3-Sphinx-latex' 'python3-TagStats' 'python3-Telethon' 'python3-Tempita' 'python3-TermRecord' 'python3-Theano' 'python3-Transplant' 'python3-Trolly' 'python3-Trololio' 'python3-Twisted' 'python3-TxSNI' 'python3-URLObject' 'python3-UkPostcodeParser' 'python3-Unidecode' 'python3-VyattaConfParser' 'python3-WSGIProxy2' 'python3-WSME' 'python3-WTForms' 'python3-WeasyPrint' 'python3-WebOb' 'python3-WebTest' 'python3-Werkzeug' 'python3-Whoosh' 'python3-XStatic' 'python3-XStatic-Angular-Schema-Form' 'python3-XStatic-jQuery' 'python3-XStatic-jquery-ui' 'python3-XStatic-objectpath' 'python3-XStatic-term.js' 'python3-XStatic-tv4' 'python3-XlsxWriter' 'python3-YODA' 'python3-Yapsy' 'python3-ZConfig' 'python3-ZConfig-doc' 'python3-ZEO' 'python3-ZODB' 'python3-abclient' 'python3-abimap' 'python3-abimap-doc' 'python3-abseil' 'python3-acefile' 'python3-acitoolkit' 'python3-acme' 'python3-acoular' 'python3-actdiag' 'python3-adal' 'python3-adapt-parser' 'python3-addict' 'python3-aeidon' 'python3-aenum' 'python3-aexpect' 'python3-affine' 'python3-agate' 'python3-agate-dbf' 'python3-agate-excel' 'python3-agate-lookup' 'python3-agate-remote' 'python3-agate-sql' 'python3-agate-stats' 'python3-aina' 'python3-aiobotocore' 'python3-aiodns' 'python3-aioeventlet' 'python3-aioftp' 'python3-aiohttp' 'python3-aiohttp-socks' 'python3-aiohttp-theme' 'python3-aioresponses' 'python3-aiorpcX' 'python3-aiosmtpd' 'python3-aiosmtplib' 'python3-akismet' 'python3-alabaster' 'python3-alembic' 'python3-allpairspy' 'python3-alsa' 'python3-altair' 'python3-altair-widgets' 'python3-altgraph' 'python3-amqp' 'python3-amqpstorm' 'python3-ana' 'python3-aniso8601' 'python3-annoy' 'python3-ansel' 'python3-ansi2html' 'python3-ansicolor' 'python3-ansicolors' 'python3-ansiwrap' 'python3-anyjson' 'python3-apache-libcloud' 'python3-apipkg' 'python3-apiron' 'python3-apparmor' 'python3-appdirs' 'python3-application' 'python3-applicationinsights' 'python3-apptools' 'python3-apsw' 'python3-ara' 'python3-arabic-reshaper' 'python3-arf' 'python3-argcomplete' 'python3-argh' 'python3-argon2-cffi' 'python3-argparse-manpage' 'python3-args' 'python3-arrow' 'python3-asciimatics' 'python3-asdf' 'python3-asn1crypto' 'python3-aspectlib' 'python3-aspy.yaml' 'python3-asteval' 'python3-astor' 'python3-astral' 'python3-astroid' 'python3-astropy' 'python3-astropy-helpers' 'python3-astunparse' 'python3-asv' 'python3-async_generator' 'python3-async_timeout' 'python3-asyncssh' 'python3-asynctest' 'python3-atlassian-python-api' 'python3-atom' 'python3-atomicwrites' 'python3-atpublic' 'python3-atspi' 'python3-attr' 'python3-attrs' 'python3-aubio' 'python3-audio-degrader' 'python3-audiogrep' 'python3-audiolazy' 'python3-audiomate' 'python3-audioread' 'python3-audit' 'python3-augeas' 'python3-authheaders' 'python3-authres' 'python3-autobahn' 'python3-autodoc' 'python3-autoflake' 'python3-automaton' 'python3-autopep8' 'python3-autoupgrade-ng' 'python3-av' 'python3-avahi' 'python3-avahi-gtk' 'python3-avocado' 'python3-avocado-plugins-glib' 'python3-avocado-plugins-golang' 'python3-avocado-plugins-loader-yaml' 'python3-avocado-plugins-output-html' 'python3-avocado-plugins-result-upload' 'python3-avocado-plugins-resultsdb' 'python3-avocado-plugins-runner-docker' 'python3-avocado-plugins-runner-remote' 'python3-avocado-plugins-runner-vm' 'python3-avocado-plugins-varianter-pict' 'python3-avocado-plugins-varianter-yaml-to-mux' 'python3-avocado-plugins-vt' 'python3-avro' 'python3-awpa' 'python3-aws-sam-translator' 'python3-aws-xray-sdk' 'python3-aws-xray-sdk-Django' 'python3-aws-xray-sdk-Flask-SQLAlchemy' 'python3-aws-xray-sdk-SQLAlchemy' 'python3-aws-xray-sdk-aiobotocore' 'python3-aws-xray-sdk-aiohttp' 'python3-aws-xray-sdk-all' 'python3-aws-xray-sdk-mysql-connector' 'python3-aws-xray-sdk-psycopg2' 'python3-aws-xray-sdk-pymongo' 'python3-aws-xray-sdk-pynamodb' 'python3-aws-xray-sdk-requests' 'python3-axolotl' 'python3-axolotl-curve25519' 'python3-azure-ai-nspkg' 'python3-azure-ai-textanalytics' 'python3-azure-appconfiguration' 'python3-azure-applicationinsights' 'python3-azure-batch' 'python3-azure-cognitiveservices-anomalydetector' 'python3-azure-cognitiveservices-formrecognizer' 'python3-azure-cognitiveservices-inkrecognizer' 'python3-azure-cognitiveservices-knowledge-nspkg' 'python3-azure-cognitiveservices-knowledge-qnamaker' 'python3-azure-cognitiveservices-language-luis' 'python3-azure-cognitiveservices-language-nspkg' 'python3-azure-cognitiveservices-language-spellcheck' 'python3-azure-cognitiveservices-language-textanalytics' 'python3-azure-cognitiveservices-nspkg' 'python3-azure-cognitiveservices-personalizer' 'python3-azure-cognitiveservices-search-autosuggest' 'python3-azure-cognitiveservices-search-customimagesearch' 'python3-azure-cognitiveservices-search-customsearch' 'python3-azure-cognitiveservices-search-entitysearch' 'python3-azure-cognitiveservices-search-imagesearch' 'python3-azure-cognitiveservices-search-newssearch' 'python3-azure-cognitiveservices-search-nspkg' 'python3-azure-cognitiveservices-search-videosearch' 'python3-azure-cognitiveservices-search-visualsearch' 'python3-azure-cognitiveservices-search-websearch' 'python3-azure-cognitiveservices-vision-computervision' 'python3-azure-cognitiveservices-vision-contentmoderator' 'python3-azure-cognitiveservices-vision-customvision' 'python3-azure-cognitiveservices-vision-face' 'python3-azure-cognitiveservices-vision-nspkg' 'python3-azure-common' 'python3-azure-core' 'python3-azure-core-tracing-opencensus' 'python3-azure-cosmos' 'python3-azure-datalake-store' 'python3-azure-devops' 'python3-azure-eventgrid' 'python3-azure-eventhub' 'python3-azure-eventhub-checkpointstoreblob' 'python3-azure-eventhub-checkpointstoreblob-aio' 'python3-azure-functions-devops-build' 'python3-azure-graphrbac' 'python3-azure-identity' 'python3-azure-keyvault' 'python3-azure-keyvault-certificates' 'python3-azure-keyvault-keys' 'python3-azure-keyvault-nspkg' 'python3-azure-keyvault-secrets' 'python3-azure-loganalytics' 'python3-azure-mgmt' 'python3-azure-mgmt-advisor' 'python3-azure-mgmt-alertsmanagement' 'python3-azure-mgmt-apimanagement' 'python3-azure-mgmt-appconfiguration' 'python3-azure-mgmt-applicationinsights' 'python3-azure-mgmt-appplatform' 'python3-azure-mgmt-attestation' 'python3-azure-mgmt-authorization' 'python3-azure-mgmt-automation' 'python3-azure-mgmt-azurestack' 'python3-azure-mgmt-batch' 'python3-azure-mgmt-batchai' 'python3-azure-mgmt-billing' 'python3-azure-mgmt-botservice' 'python3-azure-mgmt-cdn' 'python3-azure-mgmt-cognitiveservices' 'python3-azure-mgmt-commerce' 'python3-azure-mgmt-compute' 'python3-azure-mgmt-consumption' 'python3-azure-mgmt-containerinstance' 'python3-azure-mgmt-containerregistry' 'python3-azure-mgmt-containerservice' 'python3-azure-mgmt-cosmosdb' 'python3-azure-mgmt-costmanagement' 'python3-azure-mgmt-databoxedge' 'python3-azure-mgmt-databricks' 'python3-azure-mgmt-datafactory' 'python3-azure-mgmt-datalake-analytics' 'python3-azure-mgmt-datalake-nspkg' 'python3-azure-mgmt-datalake-store' 'python3-azure-mgmt-datamigration' 'python3-azure-mgmt-datashare' 'python3-azure-mgmt-deploymentmanager' 'python3-azure-mgmt-devspaces' 'python3-azure-mgmt-devtestlabs' 'python3-azure-mgmt-dns' 'python3-azure-mgmt-documentdb' 'python3-azure-mgmt-edgegateway' 'python3-azure-mgmt-eventgrid' 'python3-azure-mgmt-eventhub' 'python3-azure-mgmt-frontdoor' 'python3-azure-mgmt-hanaonazure' 'python3-azure-mgmt-hdinsight' 'python3-azure-mgmt-healthcareapis' 'python3-azure-mgmt-hybridcompute' 'python3-azure-mgmt-imagebuilder' 'python3-azure-mgmt-iotcentral' 'python3-azure-mgmt-iothub' 'python3-azure-mgmt-iothubprovisioningservices' 'python3-azure-mgmt-keyvault' 'python3-azure-mgmt-kusto' 'python3-azure-mgmt-labservices' 'python3-azure-mgmt-loganalytics' 'python3-azure-mgmt-logic' 'python3-azure-mgmt-machinelearningcompute' 'python3-azure-mgmt-machinelearningservices' 'python3-azure-mgmt-managedservices' 'python3-azure-mgmt-managementgroups' 'python3-azure-mgmt-managementpartner' 'python3-azure-mgmt-maps' 'python3-azure-mgmt-marketplaceordering' 'python3-azure-mgmt-media' 'python3-azure-mgmt-mixedreality' 'python3-azure-mgmt-monitor' 'python3-azure-mgmt-msi' 'python3-azure-mgmt-netapp' 'python3-azure-mgmt-network' 'python3-azure-mgmt-notificationhubs' 'python3-azure-mgmt-nspkg' 'python3-azure-mgmt-peering' 'python3-azure-mgmt-policyinsights' 'python3-azure-mgmt-powerbiembedded' 'python3-azure-mgmt-privatedns' 'python3-azure-mgmt-rdbms' 'python3-azure-mgmt-recoveryservices' 'python3-azure-mgmt-recoveryservicesbackup' 'python3-azure-mgmt-redis' 'python3-azure-mgmt-relay' 'python3-azure-mgmt-reservations' 'python3-azure-mgmt-resource' 'python3-azure-mgmt-resourcegraph' 'python3-azure-mgmt-scheduler' 'python3-azure-mgmt-search' 'python3-azure-mgmt-security' 'python3-azure-mgmt-serialconsole' 'python3-azure-mgmt-servermanager' 'python3-azure-mgmt-servicebus' 'python3-azure-mgmt-servicefabric' 'python3-azure-mgmt-signalr' 'python3-azure-mgmt-sql' 'python3-azure-mgmt-sqlvirtualmachine' 'python3-azure-mgmt-storage' 'python3-azure-mgmt-storagecache' 'python3-azure-mgmt-storagesync' 'python3-azure-mgmt-subscription' 'python3-azure-mgmt-trafficmanager' 'python3-azure-mgmt-vmwarecloudsimple' 'python3-azure-mgmt-web' 'python3-azure-monitor' 'python3-azure-multiapi-storage' 'python3-azure-nspkg' 'python3-azure-sdk' 'python3-azure-servicebus' 'python3-azure-servicefabric' 'python3-azure-servicemanagement-legacy' 'python3-azure-storage' 'python3-azure-storage-blob' 'python3-azure-storage-common' 'python3-azure-storage-file' 'python3-azure-storage-file-datalake' 'python3-azure-storage-file-share' 'python3-azure-storage-nspkg' 'python3-azure-storage-queue' 'python3-azurectl' 'python3-babelfish' 'python3-babeltrace' 'python3-babeltrace2' 'python3-backcall' 'python3-backoff' 'python3-backports' 'python3-backports.ssl_match_hostname' 'python3-backports_abc' 'python3-bandit' 'python3-barbicanclient' 'python3-baron' 'python3-base' 'python3-base-32bit' 'python3-base58' 'python3-bashate' 'python3-bcc' 'python3-bcolz' 'python3-bcrypt' 'python3-beautifulsoup4' 'python3-behave' 'python3-bencode' 'python3-beniget' 'python3-beren' 'python3-betamax' 'python3-betamax-matchers' 'python3-bibtexparser' 'python3-bidict' 'python3-billiard' 'python3-binary' 'python3-binaryornot' 'python3-bind' 'python3-bindep' 'python3-biopython' 'python3-biplist' 'python3-bitarray' 'python3-bitstring' 'python3-bitstruct' 'python3-bjoern' 'python3-black' 'python3-bleach' 'python3-blessed' 'python3-blessings' 'python3-blindspin' 'python3-blinker' 'python3-blist' 'python3-blockdiag' 'python3-blosc' 'python3-bloscpack' 'python3-bobo' 'python3-bobodoctestumentation' 'python3-bokcolmaps' 'python3-bokeh' 'python3-boltons' 'python3-boolean.py' 'python3-boost_parallel_mpi' 'python3-boost_parallel_mpi1_71_0' 'python3-botan' 'python3-boto' 'python3-boto3' 'python3-botocore' 'python3-bottle' 'python3-bowler' 'python3-bpython' 'python3-bqplot' 'python3-branca' 'python3-breathe' 'python3-brewer2mpl' 'python3-brlapi' 'python3-brotlipy' 'python3-bsddb3' 'python3-bsddb3-devel' 'python3-bson' 'python3-bugzilla' 'python3-bugzillatools' 'python3-cPyparsing' 'python3-caca' 'python3-cached-property' 'python3-cachelib' 'python3-cachetools' 'python3-cachey' 'python3-cachy' 'python3-caffe' 'python3-caffe-gnu-hpc' 'python3-caffe_1_0-gnu-hpc' 'python3-cairocffi' 'python3-cairocffi-pixbuf' 'python3-caldav' 'python3-calmjs' 'python3-calmjs.parse' 'python3-calmjs.types' 'python3-calysto' 'python3-cangjie' 'python3-canonicaljson' 'python3-capng' 'python3-capturer' 'python3-case' 'python3-cassandra-driver' 'python3-cassowary' 'python3-castellan' 'python3-casttube' 'python3-catkin-pkg' 'python3-cauldron-notebook' 'python3-cbor' 'python3-cbor2' 'python3-cchardet' 'python3-ccm' 'python3-celery' 'python3-celery-batches' 'python3-celerymon' 'python3-ceph-argparse' 'python3-ceph-common' 'python3-cephfs' 'python3-cerealizer' 'python3-certbot' 'python3-certbot-apache' 'python3-certbot-dns-cloudflare' 'python3-certbot-dns-cloudxns' 'python3-certbot-dns-digitalocean' 'python3-certbot-dns-dnsimple' 'python3-certbot-dns-dnsmadeeasy' 'python3-certbot-dns-google' 'python3-certbot-dns-linode' 'python3-certbot-dns-luadns' 'python3-certbot-dns-nsone' 'python3-certbot-dns-rfc2136' 'python3-certbot-dns-route53' 'python3-certbot-nginx' 'python3-certifi' 'python3-certipy' 'python3-certstream' 'python3-cffi' 'python3-cfgv' 'python3-cfn-lint' 'python3-cfscrape' 'python3-cftime' 'python3-chai' 'python3-chainmap' 'python3-chardet' 'python3-charset-normalizer' 'python3-chart-studio' 'python3-chartify' 'python3-check-manifest' 'python3-cheroot' 'python3-chest' 'python3-cilium-microscope' 'python3-cinderclient' 'python3-ciscoconfparse' 'python3-cl' 'python3-clang' 'python3-cleo' 'python3-cli-helpers' 'python3-click' 'python3-click-aliases' 'python3-click-completion' 'python3-click-didyoumean' 'python3-click-help-colors' 'python3-click-log' 'python3-click-man' 'python3-click-plugins' 'python3-click-spinner' 'python3-click-threading' 'python3-cliff' 'python3-cligj' 'python3-clikit' 'python3-clinkgrammar' 'python3-clint' 'python3-cloud-init-seed' 'python3-cloudflare' 'python3-cloudpickle' 'python3-cluster' 'python3-cluster-preflight-check' 'python3-clustershell' 'python3-cmarkgfm' 'python3-cmd2' 'python3-cmdln' 'python3-coards' 'python3-coconut' 'python3-codecov' 'python3-cogapp' 'python3-colander' 'python3-colander-doc' 'python3-colander-lang' 'python3-colorama' 'python3-colorcet' 'python3-colorclass' 'python3-coloredlogs' 'python3-colorlog' 'python3-colorlover' 'python3-colormap' 'python3-colorspacious' 'python3-colour' 'python3-combi' 'python3-compizconfig' 'python3-concurrentloghandler' 'python3-configargparse' 'python3-configobj' 'python3-configparser' 'python3-configshell-fb' 'python3-confluent-kafka' 'python3-confusable-homoglyphs' 'python3-congressclient' 'python3-constantly' 'python3-construct' 'python3-contexter' 'python3-contextlib2' 'python3-contextvars' 'python3-control' 'python3-convertdate' 'python3-cookies' 'python3-cooldict' 'python3-coreapi' 'python3-coreapi-cli' 'python3-coreschema' 'python3-cotyledon' 'python3-cov-core' 'python3-coverage' 'python3-coverage-config-reload-plugin' 'python3-coverage-env-plugin' 'python3-coveralls' 'python3-coveralls-check' 'python3-cppclean' 'python3-cpplint' 'python3-cracklib' 'python3-cram' 'python3-crayons' 'python3-crcmod' 'python3-createrepo_c' 'python3-cron-descriptor' 'python3-croniter' 'python3-crontab' 'python3-crumbs' 'python3-cryptography' 'python3-cryptography-vectors' 'python3-css-parser' 'python3-csscompressor' 'python3-cssselect' 'python3-cssselect2' 'python3-cssutils' 'python3-csvkit' 'python3-ctypescrypto' 'python3-ctypeslib2' 'python3-cufflinks' 'python3-cupshelpers' 'python3-curio' 'python3-curses' 'python3-cursive' 'python3-curtsies' 'python3-cx_Freeze' 'python3-cymruwhois' 'python3-cyordereddict' 'python3-cytoolz' 'python3-d2to1' 'python3-daemonize' 'python3-daiquiri' 'python3-dash' 'python3-dash-core-components' 'python3-dash-html-components' 'python3-dash-renderer' 'python3-dash-table' 'python3-dask' 'python3-dask-all' 'python3-dask-array' 'python3-dask-bag' 'python3-dask-dataframe' 'python3-dask-distributed' 'python3-dask-dot' 'python3-dask-multiprocessing' 'python3-datadiff' 'python3-datashader' 'python3-dateparser' 'python3-datrie' 'python3-dbf' 'python3-dbfread' 'python3-dbm' 'python3-dbus-presage' 'python3-dbus-python' 'python3-dbus-python-devel' 'python3-ddg3' 'python3-ddt' 'python3-deap' 'python3-debian' 'python3-debtcollector' 'python3-decorator' 'python3-deepdiff' 'python3-defusedxml' 'python3-delegator' 'python3-delegator.py' 'python3-deltarpm' 'python3-demjson' 'python3-dennis' 'python3-dephell' 'python3-dephell-archive' 'python3-dephell-argparse' 'python3-dephell-discover' 'python3-dephell-licenses' 'python3-dephell-links' 'python3-dephell-markers' 'python3-dephell-pythons' 'python3-dephell-setuptools' 'python3-dephell-shells' 'python3-dephell-specifier' 'python3-dephell-venvs' 'python3-dephell-versioning' 'python3-dephell_changelogs' 'python3-deprecation' 'python3-derpconf' 'python3-designateclient' 'python3-devel' 'python3-devpi-client' 'python3-devpi-common' 'python3-devpi-server' 'python3-dfVFS' 'python3-dfdatetime' 'python3-dfwinreg' 'python3-dialite' 'python3-dicttoxml' 'python3-diff-match-patch' 'python3-digitalocean' 'python3-dill' 'python3-dirtyjson' 'python3-discid' 'python3-discogs-client' 'python3-diskcache' 'python3-dist' 'python3-distlib' 'python3-distob' 'python3-distorm3' 'python3-distributed' 'python3-distro' 'python3-distroinfo' 'python3-distutils-extra' 'python3-dj-database-url' 'python3-django-allauth' 'python3-django-appconf' 'python3-django-auth-ldap' 'python3-django-avatar' 'python3-django-babel' 'python3-django-braces' 'python3-django-ckeditor' 'python3-django-classy-tags' 'python3-django-collectd-rest' 'python3-django-compressor' 'python3-django-contrib-comments' 'python3-django-cors-headers' 'python3-django-coverage-plugin' 'python3-django-crispy-forms' 'python3-django-debreach' 'python3-django-debug-toolbar' 'python3-django-environ' 'python3-django-extensions' 'python3-django-filter' 'python3-django-formtools' 'python3-django-grappelli' 'python3-django-gravatar2' 'python3-django-guardian' 'python3-django-haystack' 'python3-django-health-check' 'python3-django-invitations' 'python3-django-jinja' 'python3-django-js-asset' 'python3-django-json-widget' 'python3-django-jsonfield' 'python3-django-mailman3' 'python3-django-minio-storage' 'python3-django-model-utils' 'python3-django-nine' 'python3-django-nose' 'python3-django-oauth-toolkit' 'python3-django-oidc-provider' 'python3-django-pglocks' 'python3-django-picklefield' 'python3-django-pipeline' 'python3-django-pyscss' 'python3-django-q' 'python3-django-redis' 'python3-django-registration' 'python3-django-rest-framework-client' 'python3-django-rest-framework-social-oauth2' 'python3-django-rest-invitations' 'python3-django-rest-knox' 'python3-django-reversion' 'python3-django-seed' 'python3-django-sekizai' 'python3-django-settings-toml' 'python3-django-silk' 'python3-django-storages' 'python3-django-tagging' 'python3-django-tastypie' 'python3-django-threadedcomments' 'python3-django-webpack-loader' 'python3-django-webtest' 'python3-djangorestframework' 'python3-djangorestframework-simplejwt' 'python3-djet' 'python3-djvulibre' 'python3-dkimpy' 'python3-dnf' 'python3-dnf-plugin-leaves' 'python3-dnf-plugin-local' 'python3-dnf-plugin-post-transaction-actions' 'python3-dnf-plugin-rpmconf' 'python3-dnf-plugin-show-leaves' 'python3-dnf-plugin-showvars' 'python3-dnf-plugin-snapper' 'python3-dnf-plugin-system-upgrade' 'python3-dnf-plugin-torproxy' 'python3-dnf-plugin-versionlock' 'python3-dnf-plugins-core' 'python3-dnf-plugins-extras-common' 'python3-dns-lexicon' 'python3-dnspython' 'python3-doc' 'python3-doc-devhelp' 'python3-docformatter' 'python3-docker' 'python3-docker-compose' 'python3-docker-pycreds' 'python3-dockerpty' 'python3-docopt' 'python3-docrepr' 'python3-docutils' 'python3-docutils-ast-writer' 'python3-dogpile.cache' 'python3-dogslow' 'python3-dominate' 'python3-dparse' 'python3-dpcontracts' 'python3-dpkt' 'python3-dragonmapper' 'python3-drms' 'python3-dropbox' 'python3-dtaidistance' 'python3-dtaidistance-devel' 'python3-dtfabric' 'python3-duckduckgo2' 'python3-dukpy' 'python3-dukpy-kovidgoyal' 'python3-dulwich' 'python3-dynaconf' 'python3-easy-thumbnails' 'python3-easydev' 'python3-easygui' 'python3-easypysmb' 'python3-easywatch' 'python3-ebcdic' 'python3-ec2imgutils' 'python3-ec2metadata' 'python3-ecdsa' 'python3-ed25519' 'python3-edgegrid-python' 'python3-editdistance' 'python3-editdistance-devel' 'python3-efilter' 'python3-efl' 'python3-efl-doc' 'python3-efl-examples' 'python3-elasticsearch' 'python3-elementpath' 'python3-eliot' 'python3-email_validator' 'python3-emoji' 'python3-empy' 'python3-enaml' 'python3-encore' 'python3-entrypoint2' 'python3-entrypoints' 'python3-environmental-override' 'python3-envisage' 'python3-enzyme' 'python3-ephem' 'python3-eradicate' 'python3-espeak' 'python3-espressomd' 'python3-esptool' 'python3-et_xmlfile' 'python3-etcd' 'python3-etcd-test' 'python3-ethtool' 'python3-evdev' 'python3-evemu' 'python3-eventlet' 'python3-evtx' 'python3-exam' 'python3-execnet' 'python3-exiv2' 'python3-expects' 'python3-exrex' 'python3-extras' 'python3-extratools' 'python3-ez_setup' 'python3-factory_boy' 'python3-fake-useragent' 'python3-fakeredis' 'python3-falcon' 'python3-fanficfare' 'python3-fann2' 'python3-fastTSNE' 'python3-fastcluster' 'python3-fasteners' 'python3-fastimport' 'python3-fastjet' 'python3-fastnumbers' 'python3-fastparquet' 'python3-fastremap' 'python3-fb-re2' 'python3-featureflow' 'python3-fedmsg' 'python3-feedgenerator' 'python3-feedparser' 'python3-ffmpeg-python' 'python3-fido2' 'python3-fields' 'python3-fife' 'python3-filelock' 'python3-filetype' 'python3-finance_enums' 'python3-fire' 'python3-firewall' 'python3-first' 'python3-fissix' 'python3-fityk' 'python3-fixtures' 'python3-flake8' 'python3-flake8-blind-except' 'python3-flake8-bugbear' 'python3-flake8-builtins' 'python3-flake8-class-newline' 'python3-flake8-comprehensions' 'python3-flake8-debugger' 'python3-flake8-deprecated' 'python3-flake8-docstrings' 'python3-flake8-future-import' 'python3-flake8-import-order' 'python3-flake8-imports' 'python3-flake8-pep3101' 'python3-flake8-polyfill' 'python3-flake8-pyi' 'python3-flake8-quotes' 'python3-flaky' 'python3-flasgger' 'python3-flask-jwt-extended' 'python3-flask-peewee' 'python3-flask-restplus' 'python3-flatbuffers' 'python3-flatdict' 'python3-flex' 'python3-flexmock' 'python3-flexx' 'python3-flickrapi' 'python3-flit' 'python3-flit-core' 'python3-flower' 'python3-fluent' 'python3-flufl.bounce' 'python3-flufl.i18n' 'python3-flufl.lock' 'python3-flufl.testing' 'python3-fluidity-sm' 'python3-flup' 'python3-forbiddenfruit' 'python3-formats' 'python3-freetype-py' 'python3-freezegun' 'python3-freezerclient' 'python3-fritzconnection' 'python3-frozendict' 'python3-fs' 'python3-fsspec' 'python3-ftfy' 'python3-ftputil' 'python3-fudge' 'python3-funcparserlib' 'python3-funcy' 'python3-furl' 'python3-fuse' 'python3-fusepy' 'python3-future' 'python3-futurist' 'python3-fuzzywuzzy' 'python3-fysom' 'python3-gTTS' 'python3-gTTS-token' 'python3-gabbi' 'python3-gast' 'python3-gcemetadata' 'python3-gcsfs' 'python3-gcsfs-fuse' 'python3-gdcm' 'python3-gear' 'python3-ged4py' 'python3-gedit' 'python3-geis' 'python3-genders' 'python3-genty' 'python3-geographiclib' 'python3-geoip2' 'python3-geojson' 'python3-geolib' 'python3-geolinks' 'python3-geomet' 'python3-geopy' 'python3-getmac' 'python3-gevent' 'python3-geventhttpclient' 'python3-gexiv2' 'python3-ggplot' 'python3-girder-client' 'python3-git-pw' 'python3-git-url-parse' 'python3-gitdb' 'python3-github3.py' 'python3-gitlint' 'python3-glanceclient' 'python3-glean' 'python3-glfw' 'python3-glob2' 'python3-glom' 'python3-gluster' 'python3-gmconfig' 'python3-gmpy' 'python3-gmpy2' 'python3-gmsh' 'python3-gnucash' 'python3-gobject' 'python3-gobject-Dee' 'python3-gobject-Gdk' 'python3-gobject-cairo' 'python3-gobject-devel' 'python3-gobject2' 'python3-gobject2-devel' 'python3-gom' 'python3-goobook' 'python3-google-api-core' 'python3-google-api-python-client' 'python3-google-auth' 'python3-google-auth-httplib2' 'python3-google-auth-oauthlib' 'python3-google-cloud-core' 'python3-google-cloud-kms' 'python3-google-cloud-speech' 'python3-google-cloud-storage' 'python3-google-resumable-media' 'python3-googleapis-common-protos' 'python3-googlemaps' 'python3-gpg' 'python3-gpgme' 'python3-gphoto2' 'python3-gpiod' 'python3-gprof2dot' 'python3-gps3' 'python3-gpsd' 'python3-gpxpy' 'python3-gr-iqbal' 'python3-grab' 'python3-graphviz' 'python3-greenlet' 'python3-greenlet-devel' 'python3-grpc-google-iam-v1' 'python3-grpcio' 'python3-grpcio-gcp' 'python3-gscholar' 'python3-gspread' 'python3-gssapi' 'python3-gst' 'python3-gsw' 'python3-guessit' 'python3-gunicorn' 'python3-guzzle_sphinx_theme' 'python3-gv' 'python3-gwcs' 'python3-h11' 'python3-h2' 'python3-h5netcdf' 'python3-h5py' 'python3-hammett' 'python3-hankel' 'python3-hanzidentifier' 'python3-happybase' 'python3-haproxyctl' 'python3-hatch' 'python3-hawkauthlib' 'python3-hawkey' 'python3-hdf5storage' 'python3-heatclient' 'python3-helpdev' 'python3-hetzner' 'python3-hetznercloud' 'python3-hexdump' 'python3-hiredis' 'python3-hivex' 'python3-hkdf' 'python3-hl7apy' 'python3-holidays' 'python3-holoviews' 'python3-hpack' 'python3-html2text' 'python3-html5-parser' 'python3-html5lib' 'python3-htmlmin' 'python3-httmock' 'python3-http-parser' 'python3-httpbin' 'python3-httpie' 'python3-httplib2' 'python3-httpretty' 'python3-httpsig_cffi' 'python3-humanfriendly' 'python3-humanhash3' 'python3-humanize' 'python3-humanreadable' 'python3-hupper' 'python3-husl' 'python3-hvplot' 'python3-hyper' 'python3-hyperframe' 'python3-hyperlink' 'python3-hypothesis' 'python3-hypothesis-fspaths' 'python3-i3ipc' 'python3-icalendar' 'python3-identify' 'python3-idle' 'python3-idna' 'python3-idna_ssl' 'python3-ifaddr' 'python3-ifconfig-parser' 'python3-ijson' 'python3-imagecodecs' 'python3-imageio' 'python3-imageio-ffmpeg' 'python3-imagesize' 'python3-imbox' 'python3-img-proof' 'python3-img-proof-tests' 'python3-img2pdf' 'python3-iminuit' 'python3-immutables' 'python3-imobiledevice' 'python3-importlab' 'python3-imread' 'python3-imreg' 'python3-incremental' 'python3-infinity' 'python3-inflect' 'python3-inflection' 'python3-influxdb' 'python3-inifile' 'python3-iniparse' 'python3-injector' 'python3-inspektor' 'python3-intake' 'python3-intervals' 'python3-intervaltree' 'python3-invocations' 'python3-invoke' 'python3-iocapture' 'python3-ioflo' 'python3-ipa_hbac' 'python3-ipaddr' 'python3-ipdb' 'python3-iptables' 'python3-ipy' 'python3-ipydatawidgets' 'python3-ipyevents' 'python3-ipykernel' 'python3-ipyleaflet' 'python3-ipympl' 'python3-ipyparallel' 'python3-ipyscales' 'python3-ipysheet' 'python3-ipython' 'python3-ipython-iptest' 'python3-ipython_genutils' 'python3-ipyvolume' 'python3-ipywebrtc' 'python3-ipywidgets' 'python3-irc' 'python3-ironic-inspector-client' 'python3-ironicclient' 'python3-iso8601' 'python3-isodate' 'python3-isort' 'python3-itsdangerous' 'python3-itypes' 'python3-iwlib' 'python3-j2gen' 'python3-jaraco.base' 'python3-jaraco.classes' 'python3-jaraco.collections' 'python3-jaraco.envs' 'python3-jaraco.functools' 'python3-jaraco.itertools' 'python3-jaraco.logging' 'python3-jaraco.packaging' 'python3-jaraco.stream' 'python3-jaraco.text' 'python3-javapackages' 'python3-javaproperties' 'python3-jdatetime' 'python3-jdcal' 'python3-jedi' 'python3-jedihttp' 'python3-jeepney' 'python3-jellyfish' 'python3-jenkins-job-builder' 'python3-jenkinsapi' 'python3-jfscripts' 'python3-jgraph' 'python3-jinja2-fsloader' 'python3-jinja2-pluralize' 'python3-jinja2-time' 'python3-jira' 'python3-jirafs' 'python3-jmespath' 'python3-joblib' 'python3-josepy' 'python3-jplephem' 'python3-jsbeautifier' 'python3-jsmin' 'python3-json-rpc' 'python3-json5' 'python3-json_tricks' 'python3-jsondate' 'python3-jsondiff' 'python3-jsonextended' 'python3-jsonlib-python3' 'python3-jsonlines' 'python3-jsonpatch' 'python3-jsonpath-rw' 'python3-jsonpath-rw-ext' 'python3-jsonpickle' 'python3-jsonpointer' 'python3-jsonref' 'python3-jsonrpclib-pelix' 'python3-jsonschema' 'python3-jsonslicer' 'python3-jsonxs' 'python3-junit-xml' 'python3-junitxml' 'python3-junos-eznc' 'python3-jupyter-client' 'python3-jupyter-contrib-nbextensions' 'python3-jupyter-core' 'python3-jupyter-datatables' 'python3-jupyter-nbutils' 'python3-jupyter-packaging' 'python3-jupyter-protocol' 'python3-jupyter-require' 'python3-jupyter-server' 'python3-jupyter-sphinx' 'python3-jupyter_console' 'python3-jupyter_contrib_core' 'python3-jupyter_highlight_selected_word' 'python3-jupyter_kernel_test' 'python3-jupyter_latex_envs' 'python3-jupyter_nbextensions_configurator' 'python3-jupyterlab' 'python3-jupyterlab-pygments' 'python3-jupyterlab-templates' 'python3-jupytext' 'python3-jwcrypto' 'python3-k5test' 'python3-kafka-python' 'python3-kaitaistruct' 'python3-kasa' 'python3-kazoo' 'python3-kea' 'python3-keepalive' 'python3-keras2onnx' 'python3-kerberos' 'python3-keyczar' 'python3-keyring' 'python3-keyrings.alt' 'python3-keystoneauth1' 'python3-keystoneclient' 'python3-keystonemiddleware' 'python3-kismet-rest' 'python3-kismetdb' 'python3-kitchen' 'python3-kiwi' 'python3-kiwisolver' 'python3-kmatch' 'python3-kmod' 'python3-knack' 'python3-kombu' 'python3-kopano' 'python3-kubernetes' 'python3-l20n' 'python3-labelImg' 'python3-labels' 'python3-lancet-ioam' 'python3-langdetect' 'python3-langtable' 'python3-language-check' 'python3-lark-parser' 'python3-lasso' 'python3-latexcodec' 'python3-lazr.config' 'python3-lazr.delegates' 'python3-lazr.uri' 'python3-lazy' 'python3-lazy-object-proxy' 'python3-lazyarray' 'python3-ldap' 'python3-ldap3' 'python3-ldappool' 'python3-ldaptor' 'python3-ldb' 'python3-ldb-32bit' 'python3-ldb-devel' 'python3-ldns' 'python3-leather' 'python3-lensfun' 'python3-lesscpy' 'python3-leveldb' 'python3-lexicon' 'python3-lhafile' 'python3-lib3to6' 'python3-libaccounts' 'python3-libarchive' 'python3-libarchive-c' 'python3-libbde' 'python3-libblockdev' 'python3-libbytesize' 'python3-libcec' 'python3-libcomps' 'python3-libdnf' 'python3-libevt' 'python3-libewf' 'python3-libfdt' 'python3-libfsapfs' 'python3-libfsntfs' 'python3-libftdi1' 'python3-libfvde' 'python3-libfwnt' 'python3-libguestfs' 'python3-libixion' 'python3-liblarch' 'python3-liblarch-gtk' 'python3-libluksde' 'python3-libmodulemd' 'python3-libmount' 'python3-libnacl' 'python3-liborcus' 'python3-libpamtest' 'python3-libpfm' 'python3-libprelude' 'python3-libpreludedb' 'python3-libproxy' 'python3-libqcow' 'python3-libregf' 'python3-librepo' 'python3-librosa' 'python3-librouteros' 'python3-libsass' 'python3-libscca' 'python3-libsignon-glib' 'python3-libsigscan' 'python3-libsmdev' 'python3-libsmraw' 'python3-libsoc' 'python3-libstoragemgmt' 'python3-libstoragemgmt-clibs' 'python3-libtorrent-rasterbar' 'python3-libunity' 'python3-libusb1' 'python3-libvhdi' 'python3-libvirt-python' 'python3-libvmdk' 'python3-libvoikko' 'python3-libvshadow' 'python3-libvslvm' 'python3-libxml2' 'python3-license-expression' 'python3-lilv' 'python3-limnoria' 'python3-line_profiler' 'python3-linecache2' 'python3-lineup-widget' 'python3-linux-procfs' 'python3-lit' 'python3-lldb' 'python3-lldb7' 'python3-lldb8' 'python3-lldb9' 'python3-llfuse' 'python3-llvmlite' 'python3-lmdb' 'python3-lml' 'python3-localzone' 'python3-locket' 'python3-lockfile' 'python3-logilab-astng' 'python3-logilab-common' 'python3-logreduce' 'python3-loguru' 'python3-logutils' 'python3-logzero' 'python3-louis' 'python3-lttngust' 'python3-lupa' 'python3-lws' 'python3-lxml' 'python3-lxml-devel' 'python3-lz4' 'python3-lzmaffi' 'python3-m2r' 'python3-macholib' 'python3-magic' 'python3-magic-wormhole' 'python3-magic-wormhole-mailbox-server' 'python3-magic-wormhole-transit-relay' 'python3-magnumclient' 'python3-mailman' 'python3-mailman-hyperkitty' 'python3-mailman-web' 'python3-mailman3-fedmsg-plugin' 'python3-mailmanclient' 'python3-managesieve' 'python3-mando' 'python3-manilaclient' 'python3-manuel' 'python3-manuel-doc' 'python3-mapi' 'python3-marathon' 'python3-markdown-math' 'python3-markdown2' 'python3-marshmallow' 'python3-masakariclient' 'python3-matplotlib' 'python3-matplotlib-cairo' 'python3-matplotlib-gtk3' 'python3-matplotlib-latex' 'python3-matplotlib-qt-shared' 'python3-matplotlib-qt5' 'python3-matplotlib-tk' 'python3-matplotlib-web' 'python3-matplotlib-wx' 'python3-matrix-synapse-ldap3' 'python3-mautrix' 'python3-mautrix-telegram' 'python3-maxminddb' 'python3-mbstrdecoder' 'python3-mccabe' 'python3-md2workflow' 'python3-mechanize' 'python3-meld3' 'python3-memory_profiler' 'python3-metaextract' 'python3-metakernel' 'python3-metamagic.json' 'python3-mimesis' 'python3-minidb' 'python3-minio' 'python3-miniupnpc' 'python3-misaka' 'python3-missingno' 'python3-mistralclient' 'python3-mistune' 'python3-mizani' 'python3-mlt' 'python3-moban' 'python3-mock' 'python3-mocket' 'python3-mockito' 'python3-mockldap' 'python3-modernize' 'python3-mohawk' 'python3-moksha-common' 'python3-moksha-hub' 'python3-monascaclient' 'python3-mongoengine' 'python3-monitoring-plugins-http_json' 'python3-monotonic' 'python3-more-itertools' 'python3-morecvutils' 'python3-moretools' 'python3-moto' 'python3-moviepy' 'python3-mox3' 'python3-mpi4py' 'python3-mpi4py-devel' 'python3-mplcursors' 'python3-mpmath' 'python3-mraa' 'python3-msal' 'python3-msal-extensions' 'python3-msgpack' 'python3-msgpack-numpy' 'python3-msk' 'python3-msm' 'python3-msoffcrypto-tool' 'python3-msrest' 'python3-msrestazure' 'python3-mujson' 'python3-mulpyplexer' 'python3-multi_key_dict' 'python3-multidict' 'python3-multipledispatch' 'python3-munch' 'python3-munkres' 'python3-musicbrainzngs' 'python3-mutagen' 'python3-mutmut' 'python3-mutt-ics' 'python3-mygpoclient' 'python3-mypy_extensions' 'python3-mysql-connector-python' 'python3-mysqlclient' 'python3-nagiosplugin' 'python3-napalm' 'python3-napalm-ansible' 'python3-napalm-asa' 'python3-napalm-digineo-procurve' 'python3-napalm-exos' 'python3-napalm-procurve' 'python3-natsort' 'python3-nautilus' 'python3-nautilus-devel' 'python3-nbconvert' 'python3-nbdime' 'python3-nbformat' 'python3-nbindex-jupyter' 'python3-nbinteract' 'python3-nbsmoke' 'python3-nbsphinx' 'python3-nbsphinx-link' 'python3-nbval' 'python3-nbxmpp' 'python3-nbxmpp-doc' 'python3-ncclient' 'python3-ndg-httpsclient' 'python3-nemo' 'python3-neovim' 'python3-neovim-remote' 'python3-net-snmp' 'python3-netCDF4' 'python3-netaddr' 'python3-netifaces' 'python3-netmiko' 'python3-networkx' 'python3-neutronclient' 'python3-newt' 'python3-nftables' 'python3-nghttp2' 'python3-nibabel' 'python3-nilearn' 'python3-nine' 'python3-nltk' 'python3-node-semver' 'python3-nodeenv' 'python3-nornir' 'python3-nose' 'python3-nose-cov' 'python3-nose-cover3' 'python3-nose-exclude' 'python3-nose-progressive' 'python3-nose-random' 'python3-nose-timer' 'python3-nose2' 'python3-nose_warnings_filters' 'python3-nosexcover' 'python3-notebook' 'python3-notebook-lang' 'python3-notify2' 'python3-notmuch' 'python3-novaclient' 'python3-nox' 'python3-npTDMS' 'python3-nss' 'python3-ntfy' 'python3-ntlm-auth' 'python3-ntp' 'python3-ntplib' 'python3-num2words' 'python3-numba' 'python3-numba-devel' 'python3-numericalunits' 'python3-numexpr' 'python3-numpy' 'python3-numpy-devel' 'python3-numpy-gnu-hpc' 'python3-numpy-gnu-hpc-devel' 'python3-numpy_1_17_1-gnu-hpc' 'python3-numpy_1_17_1-gnu-hpc-devel' 'python3-numpydoc' 'python3-nwdiag' 'python3-nxapi-plumbing' 'python3-o2sclpy' 'python3-oauth2' 'python3-oauth2client' 'python3-oauth2client-flask' 'python3-oauth2client-gce' 'python3-oauthlib' 'python3-objgraph' 'python3-oci-sdk' 'python3-oct2py' 'python3-octave-kernel' 'python3-octaviaclient' 'python3-odfpy' 'python3-odorik' 'python3-oic' 'python3-olefile' 'python3-onionshare' 'python3-onnx' 'python3-onnxconverter-common' 'python3-opcodes' 'python3-openapi-core' 'python3-openapi-schema-validator' 'python3-openapi-spec-validator' 'python3-opencensus' 'python3-opencensus-context' 'python3-opencensus-ext-azure' 'python3-opencensus-ext-threading' 'python3-opencv' 'python3-opencv3' 'python3-opengl' 'python3-opengl-accelerate' 'python3-openmesh' 'python3-openpyxl' 'python3-openqa_client' 'python3-openqa_review' 'python3-openshot' 'python3-openstack.nose_plugin' 'python3-openstackclient' 'python3-openstackdocstheme' 'python3-openstacksdk' 'python3-opentelemetry-api' 'python3-openwsman' 'python3-opt-einsum' 'python3-orange-canvas-core' 'python3-orange-widget-base' 'python3-ordered-namespace' 'python3-ordered-set' 'python3-orderedmultidict' 'python3-os-api-ref' 'python3-os-client-config' 'python3-os-service-types' 'python3-osc-lib' 'python3-osc-tiny' 'python3-oscrypto' 'python3-osdlyrics' 'python3-oslo.cache' 'python3-oslo.concurrency' 'python3-oslo.config' 'python3-oslo.context' 'python3-oslo.db' 'python3-oslo.i18n' 'python3-oslo.log' 'python3-oslo.messaging' 'python3-oslo.messaging-doc' 'python3-oslo.middleware' 'python3-oslo.middleware-doc' 'python3-oslo.policy' 'python3-oslo.privsep' 'python3-oslo.reports' 'python3-oslo.rootwrap' 'python3-oslo.serialization' 'python3-oslo.service' 'python3-oslo.utils' 'python3-oslo.versionedobjects' 'python3-oslo.vmware' 'python3-oslosphinx' 'python3-oslotest' 'python3-osmviz' 'python3-osprofiler' 'python3-otb' 'python3-outcome' 'python3-ovirt-engine-sdk' 'python3-ovs' 'python3-ovsdbapp' 'python3-pa-ringbuffer' 'python3-packaging' 'python3-padaos' 'python3-padatious' 'python3-paho-mqtt' 'python3-pako' 'python3-palettable' 'python3-pamela' 'python3-pampy' 'python3-pamqp' 'python3-pan-python' 'python3-pandas' 'python3-pandas-datareader' 'python3-pandas-ext' 'python3-pandocfilters' 'python3-panflute' 'python3-papermill' 'python3-parallax' 'python3-param' 'python3-parameterized' 'python3-paramiko' 'python3-paramiko-expect' 'python3-paraview' 'python3-parfive' 'python3-parse' 'python3-parse_type' 'python3-parsedatetime' 'python3-parsel' 'python3-parso' 'python3-partd' 'python3-parted' 'python3-parver' 'python3-pass_python_keyring' 'python3-passa' 'python3-passivetotal' 'python3-passlib' 'python3-pastel' 'python3-pastream' 'python3-path' 'python3-pathlib' 'python3-pathlib2' 'python3-pathspec' 'python3-pathtools' 'python3-pathvalidate' 'python3-patsy' 'python3-pbkdf2' 'python3-pbr' 'python3-pcp' 'python3-pdd' 'python3-pdfkit' 'python3-pdfminer.six' 'python3-pdfrw' 'python3-pecan' 'python3-peewee' 'python3-pefile' 'python3-pelican' 'python3-pem' 'python3-pendulum' 'python3-pep517' 'python3-pep8-naming' 'python3-peppercorn' 'python3-percy' 'python3-perfume-bench' 'python3-persistent' 'python3-persistent-devel' 'python3-petact' 'python3-pexpect' 'python3-pgmagick' 'python3-phabricator' 'python3-phonenumbers' 'python3-photutils' 'python3-phply' 'python3-phue' 'python3-physt' 'python3-pick' 'python3-pickleshare' 'python3-piexif' 'python3-pifpaf' 'python3-pika' 'python3-pika-pool' 'python3-pikepdf' 'python3-pilkit' 'python3-pingparsing' 'python3-pip' 'python3-pip-api' 'python3-pip-licenses' 'python3-pip-shims' 'python3-pipdeptree' 'python3-pipreqs' 'python3-pipx' 'python3-pivy' 'python3-pkgconfig' 'python3-pkginfo' 'python3-plaster' 'python3-plaster-pastedeploy' 'python3-plette' 'python3-plist' 'python3-plotly' 'python3-plotly-jupyter' 'python3-plplot' 'python3-pluggy' 'python3-plumbum' 'python3-ply' 'python3-plyvel' 'python3-pmw' 'python3-pname' 'python3-pocketsphinx' 'python3-pocketsphinx5' 'python3-podcastparser' 'python3-podman' 'python3-podman-compose' 'python3-poetry' 'python3-polib' 'python3-policycoreutils' 'python3-pomegranate' 'python3-pomegranate-devel' 'python3-pony' 'python3-pook' 'python3-poppler-qt5' 'python3-port-for' 'python3-portalocker' 'python3-portend' 'python3-portpicker' 'python3-positional' 'python3-postorius' 'python3-power' 'python3-poyo' 'python3-pprintpp' 'python3-praatio' 'python3-pre-commit' 'python3-precis-i18n' 'python3-precise-runner' 'python3-preggy' 'python3-prelude-correlator' 'python3-premailer' 'python3-presage' 'python3-presagemate' 'python3-pretend' 'python3-prewikka' 'python3-proboscis' 'python3-process-tests' 'python3-proglog' 'python3-progress' 'python3-progressbar' 'python3-proliantutils' 'python3-prometheus_client' 'python3-promise' 'python3-prompt_toolkit' 'python3-prompt_toolkit1' 'python3-proselint' 'python3-protobuf' 'python3-pscript' 'python3-psutil' 'python3-psychtoolbox' 'python3-psycopg2' 'python3-ptpython' 'python3-ptpython-ptipython' 'python3-ptr' 'python3-ptyprocess' 'python3-publicsuffix' 'python3-publicsuffixlist' 'python3-pudb' 'python3-pulsectl' 'python3-pure-sasl' 'python3-purl' 'python3-pwquality' 'python3-py' 'python3-py-cpuinfo' 'python3-py-espeak-ng' 'python3-py-radix' 'python3-py-ubjson' 'python3-py2pack' 'python3-py3dns' 'python3-py3status' 'python3-pyDOE2' 'python3-pyFFTW' 'python3-pyIOSXR' 'python3-pyLibravatar' 'python3-pyModis' 'python3-pyOCD' 'python3-pyOpenSSL' 'python3-pyPEG2' 'python3-pyRFC3339' 'python3-pyScss' 'python3-pyVows' 'python3-pyacoustid' 'python3-pyaes' 'python3-pyalsaaudio' 'python3-pyaml' 'python3-pyannotate' 'python3-pyasn1' 'python3-pyasn1-modules' 'python3-pybars3' 'python3-pybeam' 'python3-pybind11' 'python3-pybind11-devel' 'python3-pyblake2' 'python3-pybluez' 'python3-pybtex' 'python3-pybugz' 'python3-pycadf' 'python3-pycairo' 'python3-pycairo-devel' 'python3-pycallgraph' 'python3-pycares' 'python3-pycdio' 'python3-pycha' 'python3-pychm' 'python3-pyclipper' 'python3-pycocotools' 'python3-pycodestyle' 'python3-pycountry' 'python3-pycparser' 'python3-pycryptodome' 'python3-pycryptodomex' 'python3-pycsw' 'python3-pyct' 'python3-pycups' 'python3-pycurl' 'python3-pycxx' 'python3-pycxx-devel' 'python3-pydantic' 'python3-pydata-google-auth' 'python3-pydbus' 'python3-pydenticon' 'python3-pydicom' 'python3-pydle' 'python3-pydocstyle' 'python3-pydocumentdb' 'python3-pydot' 'python3-pydot3' 'python3-pydotplus' 'python3-pydub' 'python3-pyeapi' 'python3-pyee' 'python3-pyelftools' 'python3-pyemd' 'python3-pyenchant' 'python3-pyface' 'python3-pyfakefs' 'python3-pyfeyn' 'python3-pyfg' 'python3-pyfiglet' 'python3-pyflakes' 'python3-pyftpdlib' 'python3-pyfuse3' 'python3-pygal' 'python3-pygaljs' 'python3-pygame' 'python3-pygame-devel' 'python3-pygerrit2' 'python3-pyghmi' 'python3-pygit2' 'python3-pyglet' 'python3-pygments-ansi-color' 'python3-pygments-pytest' 'python3-pygments-style-railscasts' 'python3-pygraphviz' 'python3-pyhibp' 'python3-pyinotify' 'python3-pyjavaproperties' 'python3-pyjokes' 'python3-pyjsparser' 'python3-pyjwkest' 'python3-pykafka' 'python3-pykeepass' 'python3-pykerberos' 'python3-pykwalify' 'python3-pylama' 'python3-pylast' 'python3-pylev' 'python3-pylibacl' 'python3-pylibmc' 'python3-pylineclip' 'python3-pylint' 'python3-pylons-sphinx-themes' 'python3-pylru' 'python3-pylzma' 'python3-pymacaroons' 'python3-pymacaroons-pynacl' 'python3-pymad' 'python3-pymarc' 'python3-pymavlink' 'python3-pymediainfo' 'python3-pymemcache' 'python3-pymetar' 'python3-pymilter' 'python3-pymisp' 'python3-pymod2pkg' 'python3-pymol' 'python3-pymongo' 'python3-pynamodb' 'python3-pynetbox' 'python3-pyngus' 'python3-pynxos' 'python3-pyo' 'python3-pyocr' 'python3-pyodbc' 'python3-pyosf' 'python3-pyotp' 'python3-pyowm' 'python3-pyparallel' 'python3-pyparsing' 'python3-pyperclip' 'python3-pyperf' 'python3-pypet' 'python3-pypipegraph' 'python3-pypiserver' 'python3-pypng' 'python3-pyppeteer' 'python3-pyprel' 'python3-pyprimes' 'python3-pyproj' 'python3-pyprompter' 'python3-pypsexec' 'python3-pypuppetdb' 'python3-pyqtgraph' 'python3-pyquery' 'python3-pyrad' 'python3-pyramid' 'python3-pyramid-chameleon' 'python3-pyramid-debugtoolbar' 'python3-pyramid-mako' 'python3-pyreadstat' 'python3-pyroma' 'python3-pyroomacoustics' 'python3-pyroute2' 'python3-pyrsistent' 'python3-pysaml2' 'python3-pyscard' 'python3-pysearpc' 'python3-pysendfile' 'python3-pyserial' 'python3-pyshark' 'python3-pyshould' 'python3-pyshp' 'python3-pyside2' 'python3-pyside2-devel' 'python3-pyside2-examples' 'python3-pysmb' 'python3-pysmbc' 'python3-pysmi' 'python3-pysndfile' 'python3-pysnmp' 'python3-pysofaconventions' 'python3-pysol-cards' 'python3-pysolr' 'python3-pysrt' 'python3-pyssim' 'python3-pystache' 'python3-pysvn' 'python3-pytaglib' 'python3-pyte' 'python3-pytesseract' 'python3-pytest' 'python3-pytest-aiohttp' 'python3-pytest-arraydiff' 'python3-pytest-astropy' 'python3-pytest-astropy-header' 'python3-pytest-asyncio' 'python3-pytest-attrib' 'python3-pytest-bdd' 'python3-pytest-benchmark' 'python3-pytest-black' 'python3-pytest-check-links' 'python3-pytest-click' 'python3-pytest-codestyle' 'python3-pytest-console-scripts' 'python3-pytest-cov' 'python3-pytest-datadir' 'python3-pytest-django' 'python3-pytest-doctestplus' 'python3-pytest-dotenv' 'python3-pytest-env' 'python3-pytest-error-for-skips' 'python3-pytest-expect' 'python3-pytest-faulthandler' 'python3-pytest-filter-subpackage' 'python3-pytest-fixture-config' 'python3-pytest-flake8' 'python3-pytest-flake8dir' 'python3-pytest-flakes' 'python3-pytest-flask' 'python3-pytest-forked' 'python3-pytest-freezegun' 'python3-pytest-git' 'python3-pytest-helpers-namespace' 'python3-pytest-html' 'python3-pytest-httpbin' 'python3-pytest-httpserver' 'python3-pytest-instafail' 'python3-pytest-isort' 'python3-pytest-lazy-fixture' 'python3-pytest-listener' 'python3-pytest-localserver' 'python3-pytest-metadata' 'python3-pytest-mock' 'python3-pytest-mpl' 'python3-pytest-openfiles' 'python3-pytest-ordering' 'python3-pytest-parallel' 'python3-pytest-profiling' 'python3-pytest-pyramid-server' 'python3-pytest-pythonpath' 'python3-pytest-qt' 'python3-pytest-random-order' 'python3-pytest-randomly' 'python3-pytest-relaxed' 'python3-pytest-remotedata' 'python3-pytest-reorder' 'python3-pytest-repeat' 'python3-pytest-rerunfailures' 'python3-pytest-runner' 'python3-pytest-server-fixtures' 'python3-pytest-services' 'python3-pytest-shutil' 'python3-pytest-socket' 'python3-pytest-spec' 'python3-pytest-sphinx' 'python3-pytest-subtesthack' 'python3-pytest-subtests' 'python3-pytest-sugar' 'python3-pytest-super-check' 'python3-pytest-svn' 'python3-pytest-testconfig' 'python3-pytest-timeout' 'python3-pytest-tldr' 'python3-pytest-tornado' 'python3-pytest-tornasync' 'python3-pytest-translations' 'python3-pytest-travis-fold' 'python3-pytest-trio' 'python3-pytest-twisted' 'python3-pytest-vcr' 'python3-pytest-verbose-parametrize' 'python3-pytest-virtualenv' 'python3-pytest-xdist' 'python3-pytest-xvfb' 'python3-pytest4' 'python3-python-afl' 'python3-python-aiml' 'python3-python-barcode' 'python3-python-bidi' 'python3-python-box' 'python3-python-cjson' 'python3-python-consul' 'python3-python-coveralls' 'python3-python-crfsuite' 'python3-python-crontab' 'python3-python-daemon' 'python3-python-datamatrix' 'python3-python-dateutil' 'python3-python-dbusmock' 'python3-python-docs-theme' 'python3-python-dotenv' 'python3-python-editor' 'python3-python-fileinspector' 'python3-python-gammu' 'python3-python-gflags' 'python3-python-gitlab' 'python3-python-gnupg' 'python3-python-jenkins' 'python3-python-jose' 'python3-python-json-logger' 'python3-python-jsonrpc-server' 'python3-python-jsonschema-objects' 'python3-python-language-server' 'python3-python-louvain' 'python3-python-lzo' 'python3-python-magic' 'python3-python-memcached' 'python3-python-mimeparse' 'python3-python-mpd2' 'python3-python-mpv' 'python3-python-nmap' 'python3-python-openid-cla' 'python3-python-openid-teams' 'python3-python-pam' 'python3-python-pseudorandom' 'python3-python-ptrace' 'python3-python-qdatamatrix' 'python3-python-qnotifications' 'python3-python-qpid-proton' 'python3-python-qprogedit' 'python3-python-rapidjson' 'python3-python-redmine' 'python3-python-rpm-spec' 'python3-python-slugify' 'python3-python-snappy' 'python3-python-sofa' 'python3-python-sql' 'python3-python-stdnum' 'python3-python-subunit' 'python3-python-ternary' 'python3-python-twitter' 'python3-python-utils' 'python3-python-vlc' 'python3-python-whois' 'python3-python-xlib' 'python3-python-yubico' 'python3-python3-openid' 'python3-python3-saml' 'python3-pythondialog' 'python3-pythonfinder' 'python3-pythonwhois' 'python3-pythreejs' 'python3-pytidylib' 'python3-pytils' 'python3-pytimeparse' 'python3-pytlv' 'python3-pytoml' 'python3-pytools' 'python3-pytricia' 'python3-pytz' 'python3-pytzdata' 'python3-pyuca' 'python3-pyudev' 'python3-pyusb' 'python3-pyuv' 'python3-pyux' 'python3-pyvdr' 'python3-pyviz-comms' 'python3-pyvmomi' 'python3-pywbem' 'python3-pywinrm' 'python3-pyxattr' 'python3-pyxdg' 'python3-pyzmq' 'python3-pyzmq-devel' 'python3-pyzo' 'python3-q' 'python3-qet_tb_generator' 'python3-qgrid' 'python3-qrcode' 'python3-qscintilla-qt5' 'python3-qt3d-qt5' 'python3-qt5' 'python3-qt5-devel' 'python3-qtcharts-qt5' 'python3-qtconsole' 'python3-qtdatavis3d-qt5' 'python3-qtwebengine-qt5' 'python3-quantities' 'python3-queuelib' 'python3-quicktions' 'python3-radon' 'python3-rados' 'python3-raet' 'python3-random2' 'python3-rarfile' 'python3-rarfile-doc' 'python3-ravello-sdk' 'python3-raven' 'python3-raven-aiohttp' 'python3-rawkit' 'python3-rbd' 'python3-rcssmin' 'python3-rdflib' 'python3-readme_renderer' 'python3-readthedocs-sphinx-ext' 'python3-rebulk' 'python3-recommonmark' 'python3-redbaron' 'python3-redfish' 'python3-redis' 'python3-rednose' 'python3-regex' 'python3-relatorio' 'python3-releases' 'python3-remoto' 'python3-rencode' 'python3-renderspec' 'python3-reno' 'python3-reportlab' 'python3-repoze.lru' 'python3-repoze.sphinx.autointerface' 'python3-repoze.who' 'python3-requests' 'python3-requests-aws' 'python3-requests-cache' 'python3-requests-download' 'python3-requests-file' 'python3-requests-ftp' 'python3-requests-futures' 'python3-requests-hawk' 'python3-requests-html' 'python3-requests-kerberos' 'python3-requests-mock' 'python3-requests-oauthlib' 'python3-requests-toolbelt' 'python3-requests-unixsocket' 'python3-requests_ntlm' 'python3-requestsexceptions' 'python3-requirements-detector' 'python3-requirements-parser' 'python3-requirementslib' 'python3-resampy' 'python3-resolvelib' 'python3-responses' 'python3-restructuredtext_lint' 'python3-restview' 'python3-resultsdb_api' 'python3-rethinkdb' 'python3-retry' 'python3-retry_decorator' 'python3-retrying' 'python3-retryrequests' 'python3-rfc3986' 'python3-rfc3987' 'python3-rfc6555' 'python3-rgw' 'python3-rjsmin' 'python3-rnginline' 'python3-robot-detection' 'python3-rollbar' 'python3-roman' 'python3-rope' 'python3-rply' 'python3-rpm' 'python3-rpmconf' 'python3-rpmfile' 'python3-rpy2' 'python3-rpyc' 'python3-rq' 'python3-rrdtool' 'python3-rsa' 'python3-rst.linker' 'python3-rstcheck' 'python3-rt' 'python3-rtslib-fb' 'python3-ruamel.base' 'python3-ruamel.std.argparse' 'python3-ruamel.std.pathlib' 'python3-ruamel.yaml' 'python3-ruamel.yaml.clib' 'python3-ruamel.yaml.cmd' 'python3-ruamel.yaml.convert' 'python3-ruffus' 'python3-rust2rpm' 'python3-rustcfg' 'python3-ryu' 'python3-s3fs' 'python3-s3transfer' 'python3-sadisplay' 'python3-saharaclient' 'python3-salt' 'python3-samplerate' 'python3-sane' 'python3-sanlock' 'python3-sarge' 'python3-sas7bdat' 'python3-sasl' 'python3-scales' 'python3-scandir' 'python3-schedule' 'python3-schema' 'python3-scikit-build' 'python3-scikit-dsp-comm' 'python3-scikit-image' 'python3-scikit-learn' 'python3-scikit-sound' 'python3-scikit-sparse' 'python3-scikit-umfpack' 'python3-scipy' 'python3-scipy-gnu-hpc' 'python3-scipy_1_4_1-gnu-hpc' 'python3-scour' 'python3-scp' 'python3-scripttest' 'python3-scrypt' 'python3-scspell3k' 'python3-sdnotify' 'python3-seaborn' 'python3-selection' 'python3-selectors2' 'python3-selenium' 'python3-selinux' 'python3-semanage' 'python3-semantic_version' 'python3-semver' 'python3-senlinclient' 'python3-sentry-sdk' 'python3-seqdiag' 'python3-serpent' 'python3-serpy' 'python3-serverfiles' 'python3-service_identity' 'python3-setools' 'python3-setproctitle' 'python3-setuptools' 'python3-setuptools-git' 'python3-setuptools_scm' 'python3-setuptools_scm_git_archive' 'python3-sfs' 'python3-sge-pygame' 'python3-sgmllib3k' 'python3-sh' 'python3-shaptools' 'python3-shellingham' 'python3-sherpa' 'python3-shijian' 'python3-shinyutils' 'python3-shodan' 'python3-shortuuid' 'python3-shouldbe' 'python3-sidecar' 'python3-sievelib' 'python3-sigal' 'python3-signedjson' 'python3-simpleaudio' 'python3-simplebayes' 'python3-simpleeval' 'python3-simplegeneric' 'python3-simplejson' 'python3-simplekml' 'python3-simplepam' 'python3-simplepam' 'python3-siosocks' 'python3-sip' 'python3-sip-devel' 'python3-siphashc' 'python3-six' 'python3-sklearn-pandas' 'python3-sleekxmpp' 'python3-slimit' 'python3-slip' 'python3-slip-dbus' 'python3-slixmpp' 'python3-slumber' 'python3-slycot' 'python3-smartypants' 'python3-smbios' 'python3-smbios-utils' 'python3-smbprotocol' 'python3-smbus' 'python3-smmap' 'python3-sniffio' 'python3-snimpy' 'python3-snowballstemmer' 'python3-snuggs' 'python3-social-auth-app-django' 'python3-social-auth-core' 'python3-socketIO-client-nexus' 'python3-socketpool' 'python3-softlayer' 'python3-solv' 'python3-sortedcollections' 'python3-sortedcontainers' 'python3-sortinghat' 'python3-soundcloud' 'python3-sounddevice' 'python3-soupsieve' 'python3-sox' 'python3-spake2' 'python3-spark_parser' 'python3-sparse' 'python3-speaklater' 'python3-spec' 'python3-spec_tools' 'python3-speechd' 'python3-spglib' 'python3-sphinx-argparse' 'python3-sphinx-autodoc-typehints' 'python3-sphinx-bootstrap-theme' 'python3-sphinx-feature-classification' 'python3-sphinx-issues' 'python3-sphinx-removed-in' 'python3-sphinx-testing' 'python3-sphinx-version-warning' 'python3-sphinx_rtd_theme' 'python3-sphinxbase' 'python3-sphinxbase5' 'python3-sphinxcontrib-actdiag' 'python3-sphinxcontrib-apidoc' 'python3-sphinxcontrib-applehelp' 'python3-sphinxcontrib-asyncio' 'python3-sphinxcontrib-autoprogram' 'python3-sphinxcontrib-autoprogram-doc' 'python3-sphinxcontrib-blockdiag' 'python3-sphinxcontrib-devhelp' 'python3-sphinxcontrib-documentedlist' 'python3-sphinxcontrib-github-alt' 'python3-sphinxcontrib-htmlhelp' 'python3-sphinxcontrib-httpdomain' 'python3-sphinxcontrib-issuetracker' 'python3-sphinxcontrib-jsmath' 'python3-sphinxcontrib-newsfeed' 'python3-sphinxcontrib-nwdiag' 'python3-sphinxcontrib-pecanwsme' 'python3-sphinxcontrib-plantuml' 'python3-sphinxcontrib-programoutput' 'python3-sphinxcontrib-qthelp' 'python3-sphinxcontrib-seqdiag' 'python3-sphinxcontrib-serializinghtml' 'python3-sphinxcontrib-svg2pdfconverter' 'python3-sphinxcontrib-trio' 'python3-sphinxcontrib-websupport' 'python3-sphobjinv' 'python3-spidev' 'python3-splinter' 'python3-spotipy' 'python3-spyder-kernels' 'python3-spyder-unittest' 'python3-sqlalchemy-migrate' 'python3-sqlitedict' 'python3-sqlparse' 'python3-sqlsoup' 'python3-srcinfo' 'python3-ssdeep' 'python3-sshpubkeys' 'python3-sshtunnel' 'python3-sss-murmur' 'python3-sss_nss_idmap' 'python3-sssd-config' 'python3-statsd' 'python3-statsmodels' 'python3-stdeb' 'python3-stem' 'python3-stestr' 'python3-stevedore' 'python3-stomp.py' 'python3-stomper' 'python3-stp' 'python3-straight-plugin' 'python3-streamz' 'python3-strict-rfc3339' 'python3-strictyaml' 'python3-structlog' 'python3-subgrab' 'python3-subliminal' 'python3-subprocrunner' 'python3-subscene-api' 'python3-subst' 'python3-suds-jurko' 'python3-sunpy' 'python3-suntime' 'python3-sure' 'python3-susepubliccloudinfo' 'python3-sushy' 'python3-svgwrite' 'python3-svneverever' 'python3-swapper' 'python3-swiftclient' 'python3-swifter' 'python3-sybil' 'python3-sympy' 'python3-systemd' 'python3-tableprint' 'python3-tables' 'python3-tablib' 'python3-tabulate' 'python3-tagpy' 'python3-talloc' 'python3-talloc-32bit' 'python3-talloc-devel' 'python3-tap.py' 'python3-targetcli-fb' 'python3-tasklib' 'python3-taskw' 'python3-tbb' 'python3-tblib' 'python3-tdb' 'python3-tdb-32bit' 'python3-technicolor' 'python3-telepot' 'python3-telethon-session-sqlalchemy' 'python3-template-remover' 'python3-tempora' 'python3-tenacity' 'python3-tensorpac' 'python3-termcolor' 'python3-terminado' 'python3-terminaltables' 'python3-termstyle' 'python3-tesserocr' 'python3-test-server' 'python3-testfixtures' 'python3-testflo' 'python3-testinfra' 'python3-testpath' 'python3-testrepository' 'python3-testresources' 'python3-testscenarios' 'python3-testsuite' 'python3-testtools' 'python3-tevent' 'python3-tevent-32bit' 'python3-text-unidecode' 'python3-textX' 'python3-textfsm' 'python3-textile' 'python3-texttable' 'python3-textwrap3' 'python3-thLib' 'python3-thespian' 'python3-threadpoolctl' 'python3-threevis' 'python3-thrift' 'python3-thriftpy2' 'python3-tinycss2' 'python3-tinydb' 'python3-tinyrecord' 'python3-tinyrpc' 'python3-titlecase' 'python3-tk' 'python3-tkreadonly' 'python3-tld' 'python3-tldextract' 'python3-tmx' 'python3-tomate' 'python3-toml' 'python3-tomlkit' 'python3-tools' 'python3-toolz' 'python3-tooz' 'python3-topy' 'python3-torch' 'python3-torch-devel' 'python3-tornado' 'python3-tornado4' 'python3-tornado5' 'python3-tornado6' 'python3-toro' 'python3-tortilla' 'python3-towncrier' 'python3-tox' 'python3-tox-no-internet' 'python3-tox-travis' 'python3-tox-wheel' 'python3-tpfd' 'python3-tqdm' 'python3-traceback2' 'python3-traitlets' 'python3-traits' 'python3-traitsui' 'python3-traittypes' 'python3-transaction' 'python3-transip' 'python3-transitions' 'python3-translation-finder' 'python3-translationstring' 'python3-translitcodec' 'python3-treq' 'python3-tri.declarative' 'python3-tri.struct' 'python3-trio' 'python3-trustme' 'python3-tsk' 'python3-tvdb_api' 'python3-tvtk' 'python3-tvtk-doc' 'python3-tweepy' 'python3-twine' 'python3-twitter.common.finagle-thrift' 'python3-twitter.common.lang' 'python3-twitter.common.rpc' 'python3-twodict' 'python3-twython' 'python3-txWS' 'python3-txZMQ' 'python3-txaio' 'python3-txt2tags' 'python3-txtorcon' 'python3-typed-ast' 'python3-typepy' 'python3-typing_extensions' 'python3-tzlocal' 'python3-u-msgpack-python' 'python3-ua-parser' 'python3-uamqp' 'python3-ucsmsdk' 'python3-ujson' 'python3-unbound' 'python3-uncertainties' 'python3-uncompyle6' 'python3-unicodecsv' 'python3-unicodedata2' 'python3-unidiff' 'python3-unify' 'python3-uniseg' 'python3-unittest-mixins' 'python3-unittest-xml-reporting' 'python3-unittest2' 'python3-unpaddedbase64' 'python3-untokenize' 'python3-upm' 'python3-uritemplate' 'python3-uritools' 'python3-urlextract' 'python3-urlgrabber' 'python3-urllib3' 'python3-urwid' 'python3-user-agents' 'python3-user_agent' 'python3-userpath' 'python3-uvloop' 'python3-validate_email' 'python3-validators' 'python3-vapoursynth' 'python3-varlink' 'python3-vcrpy' 'python3-vcversioner' 'python3-vdirsyncer' 'python3-vega' 'python3-vega_datasets' 'python3-venusian' 'python3-venusian-doc' 'python3-verboselogs' 'python3-versioneer' 'python3-versiontag' 'python3-versiontools' 'python3-veusz' 'python3-vim-vint' 'python3-vine' 'python3-virt-bootstrap' 'python3-virtkey' 'python3-virtualbox' 'python3-virtualenv' 'python3-virtualenv-clone' 'python3-virtualenvwrapper' 'python3-visitor' 'python3-vispy' 'python3-vistir' 'python3-visvis' 'python3-vobject' 'python3-voila' 'python3-voluptuous' 'python3-voluptuous-serialize' 'python3-vsts' 'python3-vsts-cd-manager' 'python3-vtk' 'python3-vtk-openmpi1' 'python3-vtk-openmpi2' 'python3-vtk-openmpi3' 'python3-vulkan' 'python3-vulture' 'python3-w3lib' 'python3-wadllib' 'python3-waitress' 'python3-waitress-doc' 'python3-wakeonlan' 'python3-warlock' 'python3-watchdog' 'python3-watchdog-doc' 'python3-watchman' 'python3-watermark' 'python3-wcwidth' 'python3-web.py' 'python3-web_cache' 'python3-webassets' 'python3-webcolors' 'python3-webencodings' 'python3-weblib' 'python3-webruntime' 'python3-websocket-client' 'python3-websockets' 'python3-websockify' 'python3-whatever' 'python3-whatthepatch' 'python3-wheel' 'python3-whichcraft' 'python3-whitenoise' 'python3-whois_similarity_distance' 'python3-wikipedia' 'python3-wiring' 'python3-wolframalpha' 'python3-wptools' 'python3-wrapt' 'python3-ws4py' 'python3-wsaccel' 'python3-wsgi_intercept' 'python3-wsproto' 'python3-wstools' 'python3-wtf-peewee' 'python3-wurlitzer' 'python3-wxPython' 'python3-wxPython-lang' 'python3-xapian' 'python3-xapp' 'python3-xarray' 'python3-xattr' 'python3-xcaplib' 'python3-xcb-proto-devel' 'python3-xcffib' 'python3-xdis' 'python3-xerox' 'python3-xhtml2pdf' 'python3-xkbgroup' 'python3-xkcdpass' 'python3-xlrd' 'python3-xlwt' 'python3-xmldiff' 'python3-xmlschema' 'python3-xmlsec' 'python3-xmltodict' 'python3-xonsh' 'python3-xpybutil' 'python3-xsge_gui' 'python3-xsge_lighting' 'python3-xsge_particle' 'python3-xsge_path' 'python3-xsge_physics' 'python3-xsge_tmx' 'python3-xvfbwrapper' 'python3-xxhash' 'python3-xyzpy' 'python3-yacron' 'python3-yafe' 'python3-yamldoc' 'python3-yamllint' 'python3-yamlloader' 'python3-yang' 'python3-yapf' 'python3-yappi' 'python3-yaql' 'python3-yara' 'python3-yarb' 'python3-yarg' 'python3-yarl' 'python3-yaspin' 'python3-youtube-dl' 'python3-yq' 'python3-yt' 'python3-z3' 'python3-zake' 'python3-zc.buildout' 'python3-zc.customdoctests' 'python3-zc.lockfile' 'python3-zdaemon' 'python3-zeep' 'python3-zeroconf' 'python3-zetup' 'python3-zhon' 'python3-zict' 'python3-zignal' 'python3-zipp' 'python3-zipstream' 'python3-zodbpickle' 'python3-zope.cachedescriptors' 'python3-zope.component' 'python3-zope.configuration' 'python3-zope.copy' 'python3-zope.deferredimport' 'python3-zope.deprecation' 'python3-zope.event' 'python3-zope.exceptions' 'python3-zope.hookable' 'python3-zope.i18nmessageid' 'python3-zope.interface' 'python3-zope.location' 'python3-zope.proxy' 'python3-zope.proxy-devel' 'python3-zope.schema' 'python3-zope.security' 'python3-zope.testbrowser' 'python3-zope.testing' 'python3-zope.testrunner' 'python3-zstandard' 'python3-zstd' 'python3-zxcvbn' 'python3-zypp-plugin' 'pytorch-converters' 'pytorch-examples' 'pyxtrlock' 'pyxtrlock' 'pyzo' 'pyzy-db-android' 'pyzy-db-open-phrase' 'pyzy-devel' 'q4wine' 'q4wine-lang' 'q5go' 'qactus' 'qactus' 'qactus-debuginfo' 'qactus-debugsource' 'qalculate' 'qalculate-data' 'qalculate-gtk' 'qalculate-gtk-lang' 'qasconfig' 'qashctl' 'qasmixer' 'qastools' 'qastools' 'qbittorrent' 'qbittorrent-nox' 'qbs' 'qbs-devel' 'qcustomplot-devel' 'qcustomplot-doc' 'qd-devel' 'qdc' 'qdc' 'qdc-debuginfo' 'qdirstat' 'qdox' 'qdox-javadoc' 'qelectrotech' 'qemacs' 'qemu' 'qemu-arm' 'qemu-audio-alsa' 'qemu-audio-pa' 'qemu-audio-sdl' 'qemu-block-curl' 'qemu-block-dmg' 'qemu-block-gluster' 'qemu-block-iscsi' 'qemu-block-nfs' 'qemu-block-rbd' 'qemu-block-ssh' 'qemu-extra' 'qemu-guest-agent' 'qemu-ipxe' 'qemu-ksm' 'qemu-kvm' 'qemu-lang' 'qemu-linux-user' 'qemu-microvm' 'qemu-ovmf-ia32' 'qemu-ovmf-x86_64' 'qemu-ovmf-x86_64-debug' 'qemu-ppc' 'qemu-s390' 'qemu-seabios' 'qemu-sgabios' 'qemu-testsuite' 'qemu-tools' 'qemu-ui-curses' 'qemu-ui-gtk' 'qemu-ui-sdl' 'qemu-ui-spice-app' 'qemu-vgabios' 'qemu-vhost-user-gpu' 'qemu-x86' 'qgis' 'qgis-devel' 'qgis-plugin-grass' 'qgis-sample-data' 'qgit' 'qgroundcontrol' 'qhexedit2' 'qhexedit2-devel' 'qhexedit2-doc' 'qhull' 'qhull-devel' 'qimgv' 'qiv' 'qjackctl' 'qjackctl-lang' 'qlipper' 'qlipper-lang' 'qloud' 'qm' 'qmelt' 'qmidiroute' 'qmidiroute' 'qmidiroute-debuginfo' 'qmidiroute-debugsource' 'qmidiroute-lang' 'qml-box2d' 'qmltermwidget' 'qmmp' 'qmmp' 'qmmp-debuginfo' 'qmmp-debugsource' 'qmmp-plugin-pack' 'qmmp-plugin-pack-ffap' 'qmmp-plugin-pack-ffvideo' 'qmmp-plugin-pack-goom' 'qmmp-plugin-pack-samplerate' 'qmmp-plugin-pack-xmp' 'qmp3gain' 'qmp3gain' 'qmp3gain-debuginfo' 'qmp3gain-debugsource' 'qmp3gain-lang' 'qnapi' 'qnapi' 'qnapi-debuginfo' 'qnapi-debugsource' 'qoauth-qt5-devel' 'qore' 'qore-devel' 'qore-devel-doc' 'qore-doc' 'qore-json-module' 'qore-json-module-doc' 'qore-misc-tools' 'qore-mysql-module' 'qore-mysql-module-doc' 'qore-pgsql-module' 'qore-pgsql-module-doc' 'qore-sqlite3-module' 'qore-sqlite3-module-doc' 'qore-ssh2-module' 'qore-ssh2-module-doc' 'qore-uuid-module' 'qore-uuid-module-doc' 'qore-xml-module' 'qore-xml-module-doc' 'qore-yaml-module' 'qore-yaml-module-doc' 'qos' 'qpdf' 'qpdf-devel' 'qpdf-htmldoc' 'qpdfview' 'qpdfview-lang' 'qpdfview-plugin-djvu' 'qpdfview-plugin-image' 'qpdfview-plugin-pdf' 'qpdfview-plugin-ps' 'qperf' 'qphotorec' 'qpid-proton-devel' 'qpid-proton-devel-doc' 'qpress' 'qprint' 'qps' 'qps-lang' 'qqc2-desktop-style' 'qqc2-desktop-style-devel' 'qqwing' 'qqwing-devel' 'qrencode' 'qrencode-devel' 'qrupdate' 'qrupdate-devel' 'qrupdate-static' 'qscintilla2_qt5' 'qsyncthingtray' 'qsynergy' 'qsynth' 'qsynth-lang' 'qt-fsarchiver' 'qt-fsarchiver-lang' 'qt4pas' 'qt4pas-devel' 'qt5ct' 'qtcurve' 'qtcurve-debugsource' 'qtcurve-gtk2' 'qtcurve-gtk2-32bit' 'qtcurve-gtk2-32bit-debuginfo' 'qtcurve-gtk2-debuginfo' 'qtcurve-qt5' 'qtcurve-qt5-32bit' 'qtcurve-qt5-32bit-debuginfo' 'qtcurve-qt5-debuginfo' 'qtel' 'qterm' 'qterminal' 'qterminal-lang' 'qtermwidget-qt5-data' 'qtermwidget-qt5-devel' 'qtfm' 'qtile' 'qtkeychain-qt5-devel' 'qtodotxt' 'qtox' 'qtractor' 'qtweetlib' 'qtweetlib-debugsource' 'qtweetlib-devel' 'qtxdg-tools' 'quadrapassel' 'quadrapassel-lang' 'quagga' 'quagga-devel' 'quakespasm' 'quantum-espresso' 'quantum-espresso-doc' 'quantum-espresso-mvapich2' 'quantum-espresso-openmpi1' 'quantum-espresso-openmpi2' 'quantum-espresso-openmpi3' 'quasiquotes' 'quassel' 'quassel-base' 'quassel-client' 'quassel-client-debuginfo' 'quassel-client-qt5' 'quassel-client-qt5-debuginfo' 'quassel-core' 'quassel-core-debuginfo' 'quassel-debuginfo' 'quassel-debugsource' 'quassel-mono' 'quassel-mono-debuginfo' 'quazip-devel' 'quazip-doc' 'quilt' 'quilter' 'quilter-lang' 'quimup' 'quiterss' 'quiterss-lang' 'quota' 'quota-nfs' 'quotatool' 'qupzilla-webkit' 'qupzilla-webkit' 'qutebrowser' 'quvi' 'qv4l2' 'qview' 'qwt-designer' 'qwt-devel' 'qwt-devel-doc' 'qwt6-designer' 'qwt6-devel' 'qwt6-devel-doc' 'qwt6-examples' 'qwtplot3d-devel' 'qx11grab' 'qx11grab' 'qx11grab-debuginfo' 'qx11grab-debugsource' 'qxmledit' 'qxmledit-devel' 'qxtglobalshortcut-devel' 'r128gain' 'r8168' 'r8168-blacklist-r8169' 'r8168-debugsource' 'r8168-kmp-default' 'r8168-kmp-default-debuginfo' 'r8168-kmp-pae' 'r8168-kmp-pae-debuginfo' 'rabbitmq-java-client' 'rabbitmq-server' 'rabbitmq-server-plugins' 'racer' 'racket' 'racket-devel' 'racket-doc' 'radamsa' 'radcli' 'radcli-compat-devel' 'radcli-devel' 'radeontop' 'radeontop-lang' 'radiotray-ng' 'rados-objclass-devel' 'radvd' 'raft-devel' 'rage' 'ragel' 'ragel-6' 'ragel-devel' 'rainbow' 'rainbow-bash-completion' 'rainbow-zsh-completion' 'rakkess' 'rakudo' 'raleway-fonts' 'rang-devel' 'ranger' 'rapi2-tools' 'rapi2-tools-debuginfo' 'rapid-photo-downloader' 'rapid-photo-downloader-lang' 'rapidjson-devel' 'raptor' 'rar' 'rar' 'rar-debugsource' 'rarpd' 'rasdaemon' 'rash' 'rasmol' 'raspberrypi-firmware' 'raspberrypi-firmware-config' 'raspberrypi-firmware-dt' 'raspberrypi-firmware-extra' 'raspberrypi-firmware-extra-pi4' 'rasqal' 'ratbagd' 'ratslap' 'rav1e' 'rav1e-devel' 'raw-thumbnailer' 'rawtherapee' 'raylib-devel' 'razercfg' 'razor-agents' 'rbac-lookup' 'rbac-manager' 'rbac-manager-k8s-yaml' 'rbd-fuse' 'rbd-mirror' 'rbd-nbd' 'rbutil' 'rcc-runtime' 'rclone' 'rclone-bash-completion' 'rclone-zsh-completion' 'rcm' 'rcs' 'rdesktop' 'rdiff' 'rdiff-backup' 'rdma-core' 'rdma-core-devel' 'rdma-core-devel-32bit' 'rdma-ndd' 'rds-tools' 'rds-tools-devel' 're2-devel' 're2c' 'read-edid' 'read-only-root-fs' 'read-only-root-fs-volatile' 'readcd' 'readline-devel' 'readline-devel-32bit' 'readline-devel-static' 'readline-doc' 'readline5-devel' 'readline5-devel-32bit' 'readline6-devel' 'readline6-devel-32bit' 'realmd' 'realmd-lang' 'rear' 'reaver' 'reaver' 'reaver-debuginfo' 'reaver-debugsource' 'rebootmgr' 'recidivm' 'reco' 'reco-lang' 'recode' 'recode-devel' 'recoll' 'recoll' 'recoll-debuginfo' 'recoll-debugsource' 'recordmydesktop' 'redeclipse' 'redeclipse-data' 'redfish-finder' 'redfishtool' 'redis' 'redland' 'redland-storage-postgresql' 'redminecli' 'redminecli-bash-completion' 'rednotebook' 'rednotebook-lang' 'redsea' 'redshift' 'redshift-gtk' 'reflectasm' 'reflectasm-javadoc' 'reg' 'regexp' 'reiser4progs' 'reiser4progs-devel' 'reiserfs' 'relaxngDatatype' 'relaxngcc' 'relaxngcc-javadoc' 'release-compare' 'release-notes-openSUSE' 'remake' 'remake-lang' 'remind' 'remmina' 'remmina-devel' 'remmina-kiosk' 'remmina-lang' 'remmina-plugin-exec' 'remmina-plugin-kwallet' 'remmina-plugin-rdp' 'remmina-plugin-secret' 'remmina-plugin-spice' 'remmina-plugin-st' 'remmina-plugin-vnc' 'remmina-plugin-www' 'remmina-plugin-xdmcp' 'rendercheck' 'rep-gtk' 'rep-gtk-devel' 'replacer' 'replacer-javadoc' 'reptyr' 'resample' 'rescue' 'resolv_wrapper' 'resource-agents' 'restic' 'restic-bash-completion' 'restic-zsh-completion' 'restorecond' 'retext' 'retro-gtk-devel' 'retroarch' 'retroarch-assets' 'retroarch-joypad-autoconfig' 'reuse' 'reveng' 'rfb' 'rfbplaymacro' 'rfbproxy' 'rfcdiff' 'rgb' 'rhash' 'rhash-devel' 'rhash-lang' 'rhino' 'rhino-demo' 'rhythmbox' 'rhythmbox-devel' 'rhythmbox-lang' 'rime' 'rime-plum' 'rinetd' 'ripgrep' 'ripgrep-bash-completion' 'ripgrep-fish-completion' 'ripgrep-zsh-completion' 'ripit' 'ristretto' 'ristretto-lang' 'rk-devel' 'rkhunter' 'rkward' 'rls' 'rlwrap' 'rmail' 'rmedigicontrol' 'rmit-sansforgetica-fonts' 'rmt-server' 'rmt-server-config' 'rmt-server-pubcloud' 'rnd_jue' 'rnd_jue-data' 'rng-tools' 'roar-devel' 'roar-devel-debuginfo' 'roaraudio' 'roaraudio' 'roaraudio-compat2' 'roaraudio-debuginfo' 'roaraudio-debugsource' 'roaraudio-plugins' 'roaraudio-plugins-debuginfo' 'roarpld' 'roarpld' 'roarpld-codechelper-gst' 'roarpld-debuginfo' 'roarpld-debugsource' 'roarpld-devel' 'robinhood' 'robinhood-tests' 'robinhood-tools' 'robinhood-webgui' 'roccat-arvo' 'roccat-isku' 'roccat-iskufx' 'roccat-kiro' 'roccat-kone' 'roccat-koneplus' 'roccat-konepure' 'roccat-konextd' 'roccat-kova2016' 'roccat-kovaplus' 'roccat-lua' 'roccat-nyth' 'roccat-pyra' 'roccat-ryos' 'roccat-savu' 'roccat-skeltr' 'roccat-sova' 'roccat-suora' 'roccat-tools' 'roccat-tyon' 'rockdodger' 'rocksndiamonds' 'rocksndiamonds-data' 'rocs' 'rocs-devel' 'rocs-lang' 'rofi' 'rofi-calc' 'rofi-devel' 'rollback-helper' 'rook' 'rook-ceph-helm-charts' 'rook-integration' 'rook-k8s-yaml' 'rook-rookflex' 'root-tail' 'rosa-media-player' 'rosa-media-player' 'rosa-media-player-debuginfo' 'rosa-media-player-debugsource' 'rosa-media-player-lang' 'rosegarden' 'rott' 'roundcubemail' 'rox-filer' 'rp-pppoe' 'rpcbind' 'rpcgen' 'rpcsvc-proto-devel' 'rpm' 'rpm-32bit' 'rpm-build' 'rpm-build-perl' 'rpm-build-python' 'rpm-config-SUSE' 'rpm-devel' 'rpmconf' 'rpmdevtools' 'rpmemd' 'rpmkey-packman' 'rpmkey-packman' 'rpmlint' 'rpmlint-Factory' 'rpmlint-Factory-strict' 'rpmlint-mini' 'rpmorphan' 'rpmrebuild' 'rr' 'rrdtool' 'rrdtool-cached' 'rrdtool-devel' 'rrdtool-doc' 'rscsi' 'rsibreak' 'rsibreak' 'rsibreak-debuginfo' 'rsibreak-debugsource' 'rsibreak-lang' 'rsnapshot' 'rsocket' 'rsocket-32bit' 'rsound' 'rsound' 'rsound-debuginfo' 'rsound-debugsource' 'rss-glx' 'rss2email' 'rssguard' 'rsstail' 'rstart' 'rstudio' 'rstudio-desktop' 'rstudio-server' 'rsvg-convert' 'rsvg-thumbnailer' 'rsvndump' 'rsvndump-lang' 'rsync' 'rsyslog' 'rsyslog-diag-tools' 'rsyslog-doc' 'rsyslog-module-dbi' 'rsyslog-module-elasticsearch' 'rsyslog-module-gcrypt' 'rsyslog-module-gssapi' 'rsyslog-module-gtls' 'rsyslog-module-kafka' 'rsyslog-module-mmnormalize' 'rsyslog-module-mysql' 'rsyslog-module-omamqp1' 'rsyslog-module-omhttpfs' 'rsyslog-module-omtcl' 'rsyslog-module-ossl' 'rsyslog-module-pgsql' 'rsyslog-module-relp' 'rsyslog-module-snmp' 'rsyslog-module-udpspoof' 'rt-tests' 'rt2860' 'rtags' 'rtaudio-devel' 'rtkit' 'rtl-sdr' 'rtl-sdr-devel' 'rtl-sdr-udev' 'rtl8812au' 'rtl8812au-kmp-default' 'rtl8812au-kmp-pae' 'rtl8821ce' 'rtl8821ce-kmp-default' 'rtl_433' 'rtl_433-devel' 'rtmidi-devel' 'rtmpdump' 'rtmpdump' 'rtmpdump-debuginfo' 'rtmpdump-debugsource' 'rtmpgw' 'rtmpgw-debuginfo' 'rtmpsrv' 'rtmpsrv-debuginfo' 'rtmpsuck' 'rtmpsuck-debuginfo' 'rtorrent' 'rtr-tools' 'rtrlib-devel' 'rtrlib-devel-doc' 'rttr-devel' 'rttr-devel-doc' 'rubber' 'rubberband-cli' 'rubberband-ladspa' 'rubberband-ladspa-32bit' 'rubberband-vamp' 'rubberband-vamp-32bit' 'ruby' 'ruby-apparmor' 'ruby-bundled-gems-rpmhelper' 'ruby-common' 'ruby-common-rails' 'ruby-devel' 'ruby-ecasound' 'ruby-geos' 'ruby-libprelude' 'ruby-marisa' 'ruby-obexftp' 'ruby-rrdtool' 'ruby-selinux' 'ruby-solv' 'ruby-xapian' 'ruby-yui' 'ruby2.6' 'ruby2.6-devel' 'ruby2.6-devel-extra' 'ruby2.6-doc' 'ruby2.6-doc-ri' 'ruby2.6-rubygem-RedCloth' 'ruby2.6-rubygem-RedCloth-doc' 'ruby2.6-rubygem-RedCloth-testsuite' 'ruby2.6-rubygem-abstract' 'ruby2.6-rubygem-abstract-doc' 'ruby2.6-rubygem-abstract-testsuite' 'ruby2.6-rubygem-abstract_method' 'ruby2.6-rubygem-abstract_method-doc' 'ruby2.6-rubygem-actioncable-5.2' 'ruby2.6-rubygem-actioncable-5_1' 'ruby2.6-rubygem-actioncable-6.0' 'ruby2.6-rubygem-actioncable-doc-5.2' 'ruby2.6-rubygem-actioncable-doc-5_1' 'ruby2.6-rubygem-actioncable-doc-6.0' 'ruby2.6-rubygem-actionmailbox-6.0' 'ruby2.6-rubygem-actionmailbox-doc-6.0' 'ruby2.6-rubygem-actionmailer-5.2' 'ruby2.6-rubygem-actionmailer-5_1' 'ruby2.6-rubygem-actionmailer-6.0' 'ruby2.6-rubygem-actionmailer-doc-5.2' 'ruby2.6-rubygem-actionmailer-doc-5_1' 'ruby2.6-rubygem-actionmailer-doc-6.0' 'ruby2.6-rubygem-actionpack-5.2' 'ruby2.6-rubygem-actionpack-5_1' 'ruby2.6-rubygem-actionpack-6.0' 'ruby2.6-rubygem-actionpack-doc-5.2' 'ruby2.6-rubygem-actionpack-doc-5_1' 'ruby2.6-rubygem-actionpack-doc-6.0' 'ruby2.6-rubygem-actiontext-6.0' 'ruby2.6-rubygem-actiontext-doc-6.0' 'ruby2.6-rubygem-actionview-5.2' 'ruby2.6-rubygem-actionview-5_1' 'ruby2.6-rubygem-actionview-6.0' 'ruby2.6-rubygem-actionview-doc-5.2' 'ruby2.6-rubygem-actionview-doc-5_1' 'ruby2.6-rubygem-actionview-doc-6.0' 'ruby2.6-rubygem-activejob-5.2' 'ruby2.6-rubygem-activejob-5_1' 'ruby2.6-rubygem-activejob-6.0' 'ruby2.6-rubygem-activejob-doc-5.2' 'ruby2.6-rubygem-activejob-doc-5_1' 'ruby2.6-rubygem-activejob-doc-6.0' 'ruby2.6-rubygem-activemodel-5.2' 'ruby2.6-rubygem-activemodel-5_1' 'ruby2.6-rubygem-activemodel-6.0' 'ruby2.6-rubygem-activemodel-doc-5.2' 'ruby2.6-rubygem-activemodel-doc-5_1' 'ruby2.6-rubygem-activemodel-doc-6.0' 'ruby2.6-rubygem-activerecord-5.2' 'ruby2.6-rubygem-activerecord-5_1' 'ruby2.6-rubygem-activerecord-6.0' 'ruby2.6-rubygem-activerecord-deprecated_finders' 'ruby2.6-rubygem-activerecord-deprecated_finders-doc' 'ruby2.6-rubygem-activerecord-doc-5.2' 'ruby2.6-rubygem-activerecord-doc-6.0' 'ruby2.6-rubygem-activestorage-5.2' 'ruby2.6-rubygem-activestorage-6.0' 'ruby2.6-rubygem-activestorage-doc-5.2' 'ruby2.6-rubygem-activestorage-doc-6.0' 'ruby2.6-rubygem-activesupport-5.2' 'ruby2.6-rubygem-activesupport-5_1' 'ruby2.6-rubygem-activesupport-6.0' 'ruby2.6-rubygem-activesupport-doc-5.2' 'ruby2.6-rubygem-activesupport-doc-5_1' 'ruby2.6-rubygem-activesupport-doc-6.0' 'ruby2.6-rubygem-addressable' 'ruby2.6-rubygem-addressable-2_3' 'ruby2.6-rubygem-addressable-doc' 'ruby2.6-rubygem-addressable-doc-2_3' 'ruby2.6-rubygem-addressable-testsuite' 'ruby2.6-rubygem-addressable-testsuite-2_3' 'ruby2.6-rubygem-aes_key_wrap' 'ruby2.6-rubygem-aes_key_wrap-doc' 'ruby2.6-rubygem-airbrussh' 'ruby2.6-rubygem-airbrussh-doc' 'ruby2.6-rubygem-amq-protocol' 'ruby2.6-rubygem-amq-protocol-doc' 'ruby2.6-rubygem-amq-protocol-testsuite' 'ruby2.6-rubygem-amqp' 'ruby2.6-rubygem-amqp-doc' 'ruby2.6-rubygem-amqp-testsuite' 'ruby2.6-rubygem-archive-tar-minitar' 'ruby2.6-rubygem-archive-tar-minitar-doc' 'ruby2.6-rubygem-arel' 'ruby2.6-rubygem-arel-3_0' 'ruby2.6-rubygem-arel-6' 'ruby2.6-rubygem-arel-7' 'ruby2.6-rubygem-arel-8' 'ruby2.6-rubygem-arel-doc' 'ruby2.6-rubygem-arel-doc-3_0' 'ruby2.6-rubygem-arel-doc-6' 'ruby2.6-rubygem-arel-doc-7' 'ruby2.6-rubygem-arel-doc-8' 'ruby2.6-rubygem-arel-testsuite-3_0' 'ruby2.6-rubygem-asciidoctor' 'ruby2.6-rubygem-asciidoctor-doc' 'ruby2.6-rubygem-ast' 'ruby2.6-rubygem-ast-doc' 'ruby2.6-rubygem-ast-testsuite' 'ruby2.6-rubygem-atomic' 'ruby2.6-rubygem-atomic-doc' 'ruby2.6-rubygem-atomic-testsuite' 'ruby2.6-rubygem-attr_required' 'ruby2.6-rubygem-attr_required-doc' 'ruby2.6-rubygem-attr_required-testsuite' 'ruby2.6-rubygem-autoprefixer-rails' 'ruby2.6-rubygem-autoprefixer-rails-doc' 'ruby2.6-rubygem-autoprefixer-rails-testsuite' 'ruby2.6-rubygem-axiom-types' 'ruby2.6-rubygem-axiom-types-doc' 'ruby2.6-rubygem-axiom-types-testsuite' 'ruby2.6-rubygem-backport' 'ruby2.6-rubygem-backport-doc' 'ruby2.6-rubygem-base32' 'ruby2.6-rubygem-base32-doc' 'ruby2.6-rubygem-base32-testsuite' 'ruby2.6-rubygem-bcrypt' 'ruby2.6-rubygem-bcrypt-doc' 'ruby2.6-rubygem-bcrypt-ruby' 'ruby2.6-rubygem-bcrypt-ruby-doc' 'ruby2.6-rubygem-bcrypt-testsuite' 'ruby2.6-rubygem-bcrypt_pbkdf' 'ruby2.6-rubygem-bcrypt_pbkdf-doc' 'ruby2.6-rubygem-bcrypt_pbkdf-testsuite' 'ruby2.6-rubygem-benchmark' 'ruby2.6-rubygem-benchmark-doc' 'ruby2.6-rubygem-bindata' 'ruby2.6-rubygem-bindata-doc' 'ruby2.6-rubygem-bindata-testsuite' 'ruby2.6-rubygem-bindex' 'ruby2.6-rubygem-bindex-doc' 'ruby2.6-rubygem-bindex-testsuite' 'ruby2.6-rubygem-binding_of_caller' 'ruby2.6-rubygem-binding_of_caller-doc' 'ruby2.6-rubygem-binding_of_caller-testsuite' 'ruby2.6-rubygem-bootsnap' 'ruby2.6-rubygem-bootsnap-doc' 'ruby2.6-rubygem-bootstrap-sass' 'ruby2.6-rubygem-bootstrap-sass-doc' 'ruby2.6-rubygem-bootstrap-sass-testsuite' 'ruby2.6-rubygem-buff-extensions' 'ruby2.6-rubygem-buff-extensions-doc' 'ruby2.6-rubygem-buff-extensions-testsuite' 'ruby2.6-rubygem-buff-ignore' 'ruby2.6-rubygem-buff-ignore-doc' 'ruby2.6-rubygem-buff-ignore-testsuite' 'ruby2.6-rubygem-buff-ruby_engine' 'ruby2.6-rubygem-buff-ruby_engine-doc' 'ruby2.6-rubygem-buff-ruby_engine-testsuite' 'ruby2.6-rubygem-builder' 'ruby2.6-rubygem-builder-doc' 'ruby2.6-rubygem-builder-testsuite' 'ruby2.6-rubygem-bundler' 'ruby2.6-rubygem-bundler-audit' 'ruby2.6-rubygem-bundler-audit-doc' 'ruby2.6-rubygem-bundler-audit-testsuite' 'ruby2.6-rubygem-bundler-doc' 'ruby2.6-rubygem-bunny' 'ruby2.6-rubygem-bunny-doc' 'ruby2.6-rubygem-bunny-testsuite' 'ruby2.6-rubygem-byebug' 'ruby2.6-rubygem-byebug-doc' 'ruby2.6-rubygem-capistrano' 'ruby2.6-rubygem-capistrano-doc' 'ruby2.6-rubygem-capistrano-harrow' 'ruby2.6-rubygem-capistrano-harrow-doc' 'ruby2.6-rubygem-capistrano-stats' 'ruby2.6-rubygem-capistrano-stats-doc' 'ruby2.6-rubygem-capistrano-testsuite' 'ruby2.6-rubygem-celluloid' 'ruby2.6-rubygem-celluloid-doc' 'ruby2.6-rubygem-celluloid-essentials' 'ruby2.6-rubygem-celluloid-essentials-doc' 'ruby2.6-rubygem-celluloid-extras' 'ruby2.6-rubygem-celluloid-extras-doc' 'ruby2.6-rubygem-celluloid-fsm' 'ruby2.6-rubygem-celluloid-fsm-doc' 'ruby2.6-rubygem-celluloid-pool' 'ruby2.6-rubygem-celluloid-pool-doc' 'ruby2.6-rubygem-celluloid-supervision' 'ruby2.6-rubygem-celluloid-supervision-doc' 'ruby2.6-rubygem-celluloid-testsuite' 'ruby2.6-rubygem-cfa' 'ruby2.6-rubygem-cfa-doc' 'ruby2.6-rubygem-cfa_grub2' 'ruby2.6-rubygem-cfa_grub2-doc' 'ruby2.6-rubygem-changelog_generator' 'ruby2.6-rubygem-changelog_generator-doc' 'ruby2.6-rubygem-changelog_generator-testsuite' 'ruby2.6-rubygem-cheetah' 'ruby2.6-rubygem-cheetah-doc' 'ruby2.6-rubygem-childprocess' 'ruby2.6-rubygem-childprocess-0_6' 'ruby2.6-rubygem-childprocess-2.0' 'ruby2.6-rubygem-childprocess-doc' 'ruby2.6-rubygem-childprocess-doc-0_6' 'ruby2.6-rubygem-childprocess-doc-2.0' 'ruby2.6-rubygem-childprocess-testsuite' 'ruby2.6-rubygem-childprocess-testsuite-0_6' 'ruby2.6-rubygem-childprocess-testsuite-2.0' 'ruby2.6-rubygem-ci_reporter' 'ruby2.6-rubygem-ci_reporter-doc' 'ruby2.6-rubygem-ci_reporter-testsuite' 'ruby2.6-rubygem-cleanroom' 'ruby2.6-rubygem-cleanroom-doc' 'ruby2.6-rubygem-cleanroom-testsuite' 'ruby2.6-rubygem-coderay' 'ruby2.6-rubygem-coderay-doc' 'ruby2.6-rubygem-coercible' 'ruby2.6-rubygem-coercible-doc' 'ruby2.6-rubygem-coercible-testsuite' 'ruby2.6-rubygem-coffee-rails' 'ruby2.6-rubygem-coffee-rails-doc' 'ruby2.6-rubygem-coffee-script' 'ruby2.6-rubygem-coffee-script-doc' 'ruby2.6-rubygem-coffee-script-source' 'ruby2.6-rubygem-coffee-script-source-doc' 'ruby2.6-rubygem-colorator' 'ruby2.6-rubygem-colorator-0' 'ruby2.6-rubygem-colorator-doc' 'ruby2.6-rubygem-colorator-doc-0' 'ruby2.6-rubygem-colorator-testsuite-0' 'ruby2.6-rubygem-colored' 'ruby2.6-rubygem-colored-doc' 'ruby2.6-rubygem-colored-testsuite' 'ruby2.6-rubygem-colorize' 'ruby2.6-rubygem-colorize-doc' 'ruby2.6-rubygem-colorize-testsuite' 'ruby2.6-rubygem-columnize' 'ruby2.6-rubygem-columnize-doc' 'ruby2.6-rubygem-columnize-testsuite' 'ruby2.6-rubygem-commander' 'ruby2.6-rubygem-commander-doc' 'ruby2.6-rubygem-commander-testsuite' 'ruby2.6-rubygem-concurrent-ruby' 'ruby2.6-rubygem-concurrent-ruby-doc' 'ruby2.6-rubygem-cool.io' 'ruby2.6-rubygem-cool.io-doc' 'ruby2.6-rubygem-cool.io-testsuite' 'ruby2.6-rubygem-crack' 'ruby2.6-rubygem-crack-doc' 'ruby2.6-rubygem-crack-testsuite' 'ruby2.6-rubygem-crass' 'ruby2.6-rubygem-crass-doc' 'ruby2.6-rubygem-cri' 'ruby2.6-rubygem-cri-doc' 'ruby2.6-rubygem-cri-testsuite' 'ruby2.6-rubygem-cssmin' 'ruby2.6-rubygem-cssmin-doc' 'ruby2.6-rubygem-daemon_controller' 'ruby2.6-rubygem-daemon_controller-doc' 'ruby2.6-rubygem-daemon_controller-testsuite' 'ruby2.6-rubygem-daemons' 'ruby2.6-rubygem-daemons-doc' 'ruby2.6-rubygem-debase' 'ruby2.6-rubygem-debase-doc' 'ruby2.6-rubygem-debase-ruby_core_source' 'ruby2.6-rubygem-debase-ruby_core_source-doc' 'ruby2.6-rubygem-debase-testsuite' 'ruby2.6-rubygem-debug_inspector' 'ruby2.6-rubygem-debug_inspector-doc' 'ruby2.6-rubygem-debug_inspector-testsuite' 'ruby2.6-rubygem-debugger-linecache' 'ruby2.6-rubygem-debugger-linecache-doc' 'ruby2.6-rubygem-debugger-linecache-testsuite' 'ruby2.6-rubygem-deep_merge' 'ruby2.6-rubygem-deep_merge-doc' 'ruby2.6-rubygem-deep_merge-testsuite' 'ruby2.6-rubygem-delayed_job' 'ruby2.6-rubygem-delayed_job-doc' 'ruby2.6-rubygem-delayed_job-testsuite' 'ruby2.6-rubygem-delayed_job_active_record' 'ruby2.6-rubygem-delayed_job_active_record-doc' 'ruby2.6-rubygem-descendants_tracker' 'ruby2.6-rubygem-descendants_tracker-doc' 'ruby2.6-rubygem-descendants_tracker-testsuite' 'ruby2.6-rubygem-devise' 'ruby2.6-rubygem-devise-doc' 'ruby2.6-rubygem-devise-i18n' 'ruby2.6-rubygem-devise-i18n-doc' 'ruby2.6-rubygem-devise_ldap_authenticatable' 'ruby2.6-rubygem-devise_ldap_authenticatable-doc' 'ruby2.6-rubygem-devise_ldap_authenticatable-testsuite' 'ruby2.6-rubygem-dice' 'ruby2.6-rubygem-dice-doc' 'ruby2.6-rubygem-diff-lcs' 'ruby2.6-rubygem-diff-lcs-doc' 'ruby2.6-rubygem-diff-lcs-testsuite' 'ruby2.6-rubygem-diffy' 'ruby2.6-rubygem-diffy-doc' 'ruby2.6-rubygem-diffy-testsuite' 'ruby2.6-rubygem-dig_rb' 'ruby2.6-rubygem-dig_rb-doc' 'ruby2.6-rubygem-docile' 'ruby2.6-rubygem-docile-1_1' 'ruby2.6-rubygem-docile-doc' 'ruby2.6-rubygem-docile-doc-1_1' 'ruby2.6-rubygem-docile-testsuite-1_1' 'ruby2.6-rubygem-domain_name' 'ruby2.6-rubygem-domain_name-doc' 'ruby2.6-rubygem-domain_name-testsuite' 'ruby2.6-rubygem-ed25519' 'ruby2.6-rubygem-ed25519-doc' 'ruby2.6-rubygem-em-websocket' 'ruby2.6-rubygem-em-websocket-doc' 'ruby2.6-rubygem-em-websocket-testsuite' 'ruby2.6-rubygem-equalizer' 'ruby2.6-rubygem-equalizer-doc' 'ruby2.6-rubygem-equalizer-testsuite' 'ruby2.6-rubygem-erubi' 'ruby2.6-rubygem-erubi-doc' 'ruby2.6-rubygem-erubi-testsuite' 'ruby2.6-rubygem-erubis' 'ruby2.6-rubygem-erubis-2_6' 'ruby2.6-rubygem-erubis-doc' 'ruby2.6-rubygem-erubis-doc-2_6' 'ruby2.6-rubygem-erubis-testsuite' 'ruby2.6-rubygem-erubis-testsuite-2_6' 'ruby2.6-rubygem-eventmachine' 'ruby2.6-rubygem-eventmachine-doc' 'ruby2.6-rubygem-exception_notification' 'ruby2.6-rubygem-exception_notification-doc' 'ruby2.6-rubygem-exception_notification-testsuite' 'ruby2.6-rubygem-excon' 'ruby2.6-rubygem-excon-doc' 'ruby2.6-rubygem-execjs' 'ruby2.6-rubygem-execjs-doc' 'ruby2.6-rubygem-extlib' 'ruby2.6-rubygem-extlib-doc' 'ruby2.6-rubygem-extlib-testsuite' 'ruby2.6-rubygem-factory_girl' 'ruby2.6-rubygem-factory_girl-doc' 'ruby2.6-rubygem-factory_girl_rails' 'ruby2.6-rubygem-factory_girl_rails-doc' 'ruby2.6-rubygem-fake_ftp' 'ruby2.6-rubygem-fake_ftp-0_1' 'ruby2.6-rubygem-fake_ftp-doc' 'ruby2.6-rubygem-fake_ftp-doc-0_1' 'ruby2.6-rubygem-fake_ftp-testsuite' 'ruby2.6-rubygem-fake_ftp-testsuite-0_1' 'ruby2.6-rubygem-faraday' 'ruby2.6-rubygem-faraday-0_12' 'ruby2.6-rubygem-faraday-doc' 'ruby2.6-rubygem-faraday-doc-0_12' 'ruby2.6-rubygem-faraday-testsuite' 'ruby2.6-rubygem-faraday_middleware' 'ruby2.6-rubygem-faraday_middleware-doc' 'ruby2.6-rubygem-faraday_middleware-multi_json' 'ruby2.6-rubygem-faraday_middleware-multi_json-doc' 'ruby2.6-rubygem-faraday_middleware-multi_json-testsuite' 'ruby2.6-rubygem-fast_gettext' 'ruby2.6-rubygem-fast_gettext-1.1' 'ruby2.6-rubygem-fast_gettext-doc' 'ruby2.6-rubygem-fast_gettext-doc-1.1' 'ruby2.6-rubygem-fast_xs' 'ruby2.6-rubygem-fast_xs-doc' 'ruby2.6-rubygem-fast_xs-testsuite' 'ruby2.6-rubygem-fastercsv' 'ruby2.6-rubygem-fastercsv-doc' 'ruby2.6-rubygem-fastercsv-testsuite' 'ruby2.6-rubygem-ffi' 'ruby2.6-rubygem-ffi-doc' 'ruby2.6-rubygem-file-tail' 'ruby2.6-rubygem-file-tail-doc' 'ruby2.6-rubygem-flog' 'ruby2.6-rubygem-flog-doc' 'ruby2.6-rubygem-flog-testsuite' 'ruby2.6-rubygem-fluentd' 'ruby2.6-rubygem-fluentd-doc' 'ruby2.6-rubygem-fluentd-testsuite' 'ruby2.6-rubygem-fog-core' 'ruby2.6-rubygem-fog-core-doc' 'ruby2.6-rubygem-fog-core-testsuite' 'ruby2.6-rubygem-fog-json' 'ruby2.6-rubygem-fog-json-doc' 'ruby2.6-rubygem-fog-json-testsuite' 'ruby2.6-rubygem-fog-libvirt' 'ruby2.6-rubygem-fog-libvirt-doc' 'ruby2.6-rubygem-fog-xml' 'ruby2.6-rubygem-fog-xml-doc' 'ruby2.6-rubygem-fog-xml-testsuite' 'ruby2.6-rubygem-font-awesome-rails' 'ruby2.6-rubygem-font-awesome-rails-doc' 'ruby2.6-rubygem-font-awesome-rails-testsuite' 'ruby2.6-rubygem-formatador' 'ruby2.6-rubygem-formatador-doc' 'ruby2.6-rubygem-forwardable-extended' 'ruby2.6-rubygem-forwardable-extended-doc' 'ruby2.6-rubygem-gem2rpm' 'ruby2.6-rubygem-get_process_mem' 'ruby2.6-rubygem-get_process_mem-doc' 'ruby2.6-rubygem-get_process_mem-testsuite' 'ruby2.6-rubygem-gettext' 'ruby2.6-rubygem-gettext-doc' 'ruby2.6-rubygem-gettext-setup' 'ruby2.6-rubygem-gettext-setup-doc' 'ruby2.6-rubygem-gettext-setup-testsuite' 'ruby2.6-rubygem-gettext-testsuite' 'ruby2.6-rubygem-gettext_i18n_rails' 'ruby2.6-rubygem-gettext_i18n_rails-doc' 'ruby2.6-rubygem-gettext_i18n_rails_js' 'ruby2.6-rubygem-gettext_i18n_rails_js-doc' 'ruby2.6-rubygem-gettext_i18n_rails_js-testsuite' 'ruby2.6-rubygem-gli' 'ruby2.6-rubygem-gli-doc' 'ruby2.6-rubygem-gli-testsuite' 'ruby2.6-rubygem-globalid' 'ruby2.6-rubygem-globalid-doc' 'ruby2.6-rubygem-gpgme' 'ruby2.6-rubygem-gpgme-doc' 'ruby2.6-rubygem-gpgme-testsuite' 'ruby2.6-rubygem-grape' 'ruby2.6-rubygem-grape-doc' 'ruby2.6-rubygem-grape-testsuite' 'ruby2.6-rubygem-gravatar_image_tag' 'ruby2.6-rubygem-gravatar_image_tag-doc' 'ruby2.6-rubygem-gravatar_image_tag-testsuite' 'ruby2.6-rubygem-gssapi' 'ruby2.6-rubygem-gssapi-doc' 'ruby2.6-rubygem-gssapi-testsuite' 'ruby2.6-rubygem-gyoku' 'ruby2.6-rubygem-gyoku-doc' 'ruby2.6-rubygem-gyoku-testsuite' 'ruby2.6-rubygem-haml' 'ruby2.6-rubygem-haml-doc' 'ruby2.6-rubygem-haml-rails' 'ruby2.6-rubygem-haml-rails-doc' 'ruby2.6-rubygem-haml-rails-testsuite' 'ruby2.6-rubygem-has_mobile_views' 'ruby2.6-rubygem-has_mobile_views-doc' 'ruby2.6-rubygem-has_mobile_views-testsuite' 'ruby2.6-rubygem-hashdiff' 'ruby2.6-rubygem-hashdiff-doc' 'ruby2.6-rubygem-hashdiff-testsuite' 'ruby2.6-rubygem-hashicorp-checkpoint' 'ruby2.6-rubygem-hashicorp-checkpoint-doc' 'ruby2.6-rubygem-hashicorp-checkpoint-testsuite' 'ruby2.6-rubygem-hashie' 'ruby2.6-rubygem-hashie-doc' 'ruby2.6-rubygem-hashie-testsuite' 'ruby2.6-rubygem-highline' 'ruby2.6-rubygem-highline-1_6' 'ruby2.6-rubygem-highline-1_7' 'ruby2.6-rubygem-highline-doc' 'ruby2.6-rubygem-highline-doc-1_6' 'ruby2.6-rubygem-highline-doc-1_7' 'ruby2.6-rubygem-highline-testsuite-1_6' 'ruby2.6-rubygem-highline-testsuite-1_7' 'ruby2.6-rubygem-hike' 'ruby2.6-rubygem-hike-1_2' 'ruby2.6-rubygem-hike-doc' 'ruby2.6-rubygem-hike-doc-1_2' 'ruby2.6-rubygem-hitimes' 'ruby2.6-rubygem-hitimes-doc' 'ruby2.6-rubygem-hitimes-testsuite' 'ruby2.6-rubygem-hoe' 'ruby2.6-rubygem-hoe-doc' 'ruby2.6-rubygem-hoe-testsuite' 'ruby2.6-rubygem-hpricot' 'ruby2.6-rubygem-hpricot-doc' 'ruby2.6-rubygem-hpricot-testsuite' 'ruby2.6-rubygem-html2haml' 'ruby2.6-rubygem-html2haml-doc' 'ruby2.6-rubygem-html2haml-testsuite' 'ruby2.6-rubygem-http-accept-1.7' 'ruby2.6-rubygem-http-accept-doc-1.7' 'ruby2.6-rubygem-http-cookie' 'ruby2.6-rubygem-http-cookie-doc' 'ruby2.6-rubygem-http-cookie-testsuite' 'ruby2.6-rubygem-http_accept_language' 'ruby2.6-rubygem-http_accept_language-doc' 'ruby2.6-rubygem-http_accept_language-testsuite' 'ruby2.6-rubygem-http_parser.rb' 'ruby2.6-rubygem-http_parser.rb-doc' 'ruby2.6-rubygem-http_parser.rb-testsuite' 'ruby2.6-rubygem-httpclient' 'ruby2.6-rubygem-httpclient-doc' 'ruby2.6-rubygem-httpclient-testsuite' 'ruby2.6-rubygem-i18n' 'ruby2.6-rubygem-i18n-0_6' 'ruby2.6-rubygem-i18n-0_9' 'ruby2.6-rubygem-i18n-1.1' 'ruby2.6-rubygem-i18n-doc' 'ruby2.6-rubygem-i18n-doc-0_6' 'ruby2.6-rubygem-i18n-doc-0_9' 'ruby2.6-rubygem-i18n-doc-1.1' 'ruby2.6-rubygem-i18n-testsuite-0_6' 'ruby2.6-rubygem-i18n-testsuite-0_9' 'ruby2.6-rubygem-i18n-testsuite-1.1' 'ruby2.6-rubygem-ice_nine' 'ruby2.6-rubygem-ice_nine-doc' 'ruby2.6-rubygem-ice_nine-testsuite' 'ruby2.6-rubygem-inifile' 'ruby2.6-rubygem-inifile-doc' 'ruby2.6-rubygem-inifile-testsuite' 'ruby2.6-rubygem-ipaddress' 'ruby2.6-rubygem-ipaddress-doc' 'ruby2.6-rubygem-ipaddress-testsuite' 'ruby2.6-rubygem-jaro_winkler' 'ruby2.6-rubygem-jaro_winkler-doc' 'ruby2.6-rubygem-jbuilder' 'ruby2.6-rubygem-jbuilder-doc' 'ruby2.6-rubygem-jbuilder-testsuite' 'ruby2.6-rubygem-jekyll' 'ruby2.6-rubygem-jekyll-doc' 'ruby2.6-rubygem-jekyll-sass-converter' 'ruby2.6-rubygem-jekyll-sass-converter-doc' 'ruby2.6-rubygem-jekyll-watch' 'ruby2.6-rubygem-jekyll-watch-doc' 'ruby2.6-rubygem-jmespath' 'ruby2.6-rubygem-jmespath-doc' 'ruby2.6-rubygem-journey-1_0' 'ruby2.6-rubygem-journey-doc-1_0' 'ruby2.6-rubygem-journey-testsuite-1_0' 'ruby2.6-rubygem-jquery-rails' 'ruby2.6-rubygem-jquery-rails-doc' 'ruby2.6-rubygem-jquery-rails-testsuite' 'ruby2.6-rubygem-jquery-ui-rails' 'ruby2.6-rubygem-jquery-ui-rails-doc' 'ruby2.6-rubygem-js-routes' 'ruby2.6-rubygem-js-routes-doc' 'ruby2.6-rubygem-js-routes-testsuite' 'ruby2.6-rubygem-json' 'ruby2.6-rubygem-json-doc' 'ruby2.6-rubygem-json-jwt' 'ruby2.6-rubygem-json-jwt-doc' 'ruby2.6-rubygem-json-schema' 'ruby2.6-rubygem-json-schema-doc' 'ruby2.6-rubygem-json_pure' 'ruby2.6-rubygem-json_pure-doc' 'ruby2.6-rubygem-jwt' 'ruby2.6-rubygem-jwt-1_5' 'ruby2.6-rubygem-jwt-doc' 'ruby2.6-rubygem-jwt-doc-1_5' 'ruby2.6-rubygem-jwt-testsuite-1_5' 'ruby2.6-rubygem-kgio' 'ruby2.6-rubygem-kgio-doc' 'ruby2.6-rubygem-kgio-testsuite' 'ruby2.6-rubygem-kramdown' 'ruby2.6-rubygem-kramdown-doc' 'ruby2.6-rubygem-kramdown-testsuite' 'ruby2.6-rubygem-launchy' 'ruby2.6-rubygem-launchy-doc' 'ruby2.6-rubygem-launchy-testsuite' 'ruby2.6-rubygem-levenshtein' 'ruby2.6-rubygem-levenshtein-doc' 'ruby2.6-rubygem-levenshtein-testsuite' 'ruby2.6-rubygem-librarian' 'ruby2.6-rubygem-librarian-doc' 'ruby2.6-rubygem-librarian-testsuite' 'ruby2.6-rubygem-libyui-rake' 'ruby2.6-rubygem-libyui-rake-doc' 'ruby2.6-rubygem-lightbox2' 'ruby2.6-rubygem-lightbox2-doc' 'ruby2.6-rubygem-liquid' 'ruby2.6-rubygem-liquid-3' 'ruby2.6-rubygem-liquid-doc' 'ruby2.6-rubygem-liquid-doc-3' 'ruby2.6-rubygem-liquid-testsuite' 'ruby2.6-rubygem-liquid-testsuite-3' 'ruby2.6-rubygem-listen' 'ruby2.6-rubygem-listen-3_0' 'ruby2.6-rubygem-listen-3_1' 'ruby2.6-rubygem-listen-doc' 'ruby2.6-rubygem-listen-doc-3_0' 'ruby2.6-rubygem-listen-doc-3_1' 'ruby2.6-rubygem-little-plugger' 'ruby2.6-rubygem-little-plugger-doc' 'ruby2.6-rubygem-little-plugger-testsuite' 'ruby2.6-rubygem-locale' 'ruby2.6-rubygem-locale-doc' 'ruby2.6-rubygem-locale-testsuite' 'ruby2.6-rubygem-log4r' 'ruby2.6-rubygem-log4r-doc' 'ruby2.6-rubygem-logging' 'ruby2.6-rubygem-logging-doc' 'ruby2.6-rubygem-logging-testsuite' 'ruby2.6-rubygem-lolcat' 'ruby2.6-rubygem-lolcat-doc' 'ruby2.6-rubygem-loofah' 'ruby2.6-rubygem-loofah-doc' 'ruby2.6-rubygem-loofah-testsuite' 'ruby2.6-rubygem-mail' 'ruby2.6-rubygem-mail-2_5' 'ruby2.6-rubygem-mail-doc' 'ruby2.6-rubygem-mail-doc-2_5' 'ruby2.6-rubygem-manpages' 'ruby2.6-rubygem-manpages-doc' 'ruby2.6-rubygem-marcel' 'ruby2.6-rubygem-marcel-doc' 'ruby2.6-rubygem-memcache-client' 'ruby2.6-rubygem-memcache-client-doc' 'ruby2.6-rubygem-memcache-client-testsuite' 'ruby2.6-rubygem-mercenary' 'ruby2.6-rubygem-mercenary-doc' 'ruby2.6-rubygem-mercenary-testsuite' 'ruby2.6-rubygem-metaclass' 'ruby2.6-rubygem-metaclass-doc' 'ruby2.6-rubygem-metaclass-testsuite' 'ruby2.6-rubygem-method_source' 'ruby2.6-rubygem-method_source-doc' 'ruby2.6-rubygem-method_source-testsuite' 'ruby2.6-rubygem-micromachine' 'ruby2.6-rubygem-micromachine-doc' 'ruby2.6-rubygem-micromachine-testsuite' 'ruby2.6-rubygem-mime-types' 'ruby2.6-rubygem-mime-types-1' 'ruby2.6-rubygem-mime-types-data' 'ruby2.6-rubygem-mime-types-data-doc' 'ruby2.6-rubygem-mime-types-doc' 'ruby2.6-rubygem-mime-types-doc-1' 'ruby2.6-rubygem-mime-types-testsuite' 'ruby2.6-rubygem-mime-types-testsuite-1' 'ruby2.6-rubygem-mimemagic' 'ruby2.6-rubygem-mimemagic-doc' 'ruby2.6-rubygem-mimemagic-testsuite' 'ruby2.6-rubygem-mini_magick' 'ruby2.6-rubygem-mini_magick-doc' 'ruby2.6-rubygem-mini_mime' 'ruby2.6-rubygem-mini_mime-doc' 'ruby2.6-rubygem-mini_portile2' 'ruby2.6-rubygem-mini_portile2-2_3' 'ruby2.6-rubygem-mini_portile2-doc' 'ruby2.6-rubygem-mini_portile2-doc-2_3' 'ruby2.6-rubygem-mini_portile2-testsuite' 'ruby2.6-rubygem-mini_portile2-testsuite-2_3' 'ruby2.6-rubygem-minitar' 'ruby2.6-rubygem-minitar-doc' 'ruby2.6-rubygem-mixlib-authentication' 'ruby2.6-rubygem-mixlib-authentication-doc' 'ruby2.6-rubygem-mixlib-cli' 'ruby2.6-rubygem-mixlib-cli-doc' 'ruby2.6-rubygem-mixlib-config' 'ruby2.6-rubygem-mixlib-config-doc' 'ruby2.6-rubygem-mixlib-log' 'ruby2.6-rubygem-mixlib-log-doc' 'ruby2.6-rubygem-mixlib-shellout' 'ruby2.6-rubygem-mixlib-shellout-doc' 'ruby2.6-rubygem-mobileesp_converted' 'ruby2.6-rubygem-mobileesp_converted-doc' 'ruby2.6-rubygem-mobileesp_converted-testsuite' 'ruby2.6-rubygem-mocha' 'ruby2.6-rubygem-mocha-doc' 'ruby2.6-rubygem-mocha-testsuite' 'ruby2.6-rubygem-moneta' 'ruby2.6-rubygem-moneta-0_7' 'ruby2.6-rubygem-moneta-doc' 'ruby2.6-rubygem-moneta-doc-0_7' 'ruby2.6-rubygem-moneta-testsuite' 'ruby2.6-rubygem-moneta-testsuite-0_7' 'ruby2.6-rubygem-msgpack' 'ruby2.6-rubygem-msgpack-doc' 'ruby2.6-rubygem-msgpack-testsuite' 'ruby2.6-rubygem-multi_json' 'ruby2.6-rubygem-multi_json-doc' 'ruby2.6-rubygem-multi_xml' 'ruby2.6-rubygem-multi_xml-doc' 'ruby2.6-rubygem-multipart-post' 'ruby2.6-rubygem-multipart-post-doc' 'ruby2.6-rubygem-multipart-post-testsuite' 'ruby2.6-rubygem-mustache' 'ruby2.6-rubygem-mustache-doc' 'ruby2.6-rubygem-mustache-testsuite' 'ruby2.6-rubygem-mustermann' 'ruby2.6-rubygem-mustermann-doc' 'ruby2.6-rubygem-mustermann-grape' 'ruby2.6-rubygem-mustermann-grape-doc' 'ruby2.6-rubygem-mustermann-grape-testsuite' 'ruby2.6-rubygem-mustermann-testsuite' 'ruby2.6-rubygem-mysql2' 'ruby2.6-rubygem-mysql2-doc' 'ruby2.6-rubygem-net-ldap' 'ruby2.6-rubygem-net-ldap-doc' 'ruby2.6-rubygem-net-ldap-testsuite' 'ruby2.6-rubygem-net-scp' 'ruby2.6-rubygem-net-scp-1_1' 'ruby2.6-rubygem-net-scp-1_2' 'ruby2.6-rubygem-net-scp-doc' 'ruby2.6-rubygem-net-scp-doc-1_1' 'ruby2.6-rubygem-net-scp-doc-1_2' 'ruby2.6-rubygem-net-scp-testsuite-1_1' 'ruby2.6-rubygem-net-scp-testsuite-1_2' 'ruby2.6-rubygem-net-sftp' 'ruby2.6-rubygem-net-sftp-doc' 'ruby2.6-rubygem-net-sftp-testsuite' 'ruby2.6-rubygem-net-ssh' 'ruby2.6-rubygem-net-ssh-4_1' 'ruby2.6-rubygem-net-ssh-5.1' 'ruby2.6-rubygem-net-ssh-doc' 'ruby2.6-rubygem-net-ssh-doc-4_1' 'ruby2.6-rubygem-net-ssh-doc-5.1' 'ruby2.6-rubygem-net-ssh-gateway' 'ruby2.6-rubygem-net-ssh-gateway-doc' 'ruby2.6-rubygem-net-ssh-multi' 'ruby2.6-rubygem-net-ssh-multi-1_1' 'ruby2.6-rubygem-net-ssh-multi-doc' 'ruby2.6-rubygem-net-ssh-multi-doc-1_1' 'ruby2.6-rubygem-net-ssh-multi-testsuite' 'ruby2.6-rubygem-net-ssh-multi-testsuite-1_1' 'ruby2.6-rubygem-netrc' 'ruby2.6-rubygem-netrc-doc' 'ruby2.6-rubygem-netrc-testsuite' 'ruby2.6-rubygem-nio4r' 'ruby2.6-rubygem-nio4r-doc' 'ruby2.6-rubygem-nio4r-testsuite' 'ruby2.6-rubygem-nokogiri' 'ruby2.6-rubygem-nokogiri-doc' 'ruby2.6-rubygem-nori' 'ruby2.6-rubygem-nori-doc' 'ruby2.6-rubygem-nori-testsuite' 'ruby2.6-rubygem-oauth' 'ruby2.6-rubygem-oauth-doc' 'ruby2.6-rubygem-oauth2' 'ruby2.6-rubygem-oauth2-doc' 'ruby2.6-rubygem-omniauth' 'ruby2.6-rubygem-omniauth-doc' 'ruby2.6-rubygem-omniauth-github' 'ruby2.6-rubygem-omniauth-github-doc' 'ruby2.6-rubygem-omniauth-github-testsuite' 'ruby2.6-rubygem-omniauth-gitlab' 'ruby2.6-rubygem-omniauth-gitlab-doc' 'ruby2.6-rubygem-omniauth-gitlab-testsuite' 'ruby2.6-rubygem-omniauth-google-oauth2' 'ruby2.6-rubygem-omniauth-google-oauth2-doc' 'ruby2.6-rubygem-omniauth-google-oauth2-testsuite' 'ruby2.6-rubygem-omniauth-oauth' 'ruby2.6-rubygem-omniauth-oauth-doc' 'ruby2.6-rubygem-omniauth-oauth-testsuite' 'ruby2.6-rubygem-omniauth-oauth2' 'ruby2.6-rubygem-omniauth-oauth2-doc' 'ruby2.6-rubygem-omniauth-oauth2-testsuite' 'ruby2.6-rubygem-open4' 'ruby2.6-rubygem-open4-doc' 'ruby2.6-rubygem-open4-testsuite' 'ruby2.6-rubygem-openid_connect' 'ruby2.6-rubygem-openid_connect-doc' 'ruby2.6-rubygem-openid_connect-testsuite' 'ruby2.6-rubygem-optimist' 'ruby2.6-rubygem-optimist-doc' 'ruby2.6-rubygem-optimist-testsuite' 'ruby2.6-rubygem-orm_adapter' 'ruby2.6-rubygem-orm_adapter-doc' 'ruby2.6-rubygem-orm_adapter-testsuite' 'ruby2.6-rubygem-owncloud-admin' 'ruby2.6-rubygem-owncloud-admin-doc' 'ruby2.6-rubygem-packaging_rake_tasks' 'ruby2.6-rubygem-packaging_rake_tasks-doc' 'ruby2.6-rubygem-paint' 'ruby2.6-rubygem-paint-doc' 'ruby2.6-rubygem-parallel' 'ruby2.6-rubygem-parallel-doc' 'ruby2.6-rubygem-parallel_tests' 'ruby2.6-rubygem-parallel_tests-doc' 'ruby2.6-rubygem-parser' 'ruby2.6-rubygem-parser-doc' 'ruby2.6-rubygem-parser-testsuite' 'ruby2.6-rubygem-passenger' 'ruby2.6-rubygem-passenger-doc' 'ruby2.6-rubygem-path_expander' 'ruby2.6-rubygem-path_expander-doc' 'ruby2.6-rubygem-path_expander-testsuite' 'ruby2.6-rubygem-pathutil' 'ruby2.6-rubygem-pathutil-doc' 'ruby2.6-rubygem-pg' 'ruby2.6-rubygem-pg-doc' 'ruby2.6-rubygem-pg-testsuite' 'ruby2.6-rubygem-pkg-config' 'ruby2.6-rubygem-pkg-config-doc' 'ruby2.6-rubygem-pkg-config-testsuite' 'ruby2.6-rubygem-po_to_json' 'ruby2.6-rubygem-po_to_json-doc' 'ruby2.6-rubygem-po_to_json-testsuite' 'ruby2.6-rubygem-polyglot' 'ruby2.6-rubygem-polyglot-doc' 'ruby2.6-rubygem-pry' 'ruby2.6-rubygem-pry-doc' 'ruby2.6-rubygem-pry-doc-testsuite' 'ruby2.6-rubygem-pry_debug' 'ruby2.6-rubygem-pry_debug-doc' 'ruby2.6-rubygem-pry_debug-testsuite' 'ruby2.6-rubygem-public_suffix' 'ruby2.6-rubygem-public_suffix-3.1' 'ruby2.6-rubygem-public_suffix-doc' 'ruby2.6-rubygem-public_suffix-doc-3.1' 'ruby2.6-rubygem-public_suffix-testsuite' 'ruby2.6-rubygem-public_suffix-testsuite-3.1' 'ruby2.6-rubygem-puma' 'ruby2.6-rubygem-puma-doc' 'ruby2.6-rubygem-puma_worker_killer' 'ruby2.6-rubygem-puma_worker_killer-doc' 'ruby2.6-rubygem-puma_worker_killer-testsuite' 'ruby2.6-rubygem-pundit' 'ruby2.6-rubygem-pundit-doc' 'ruby2.6-rubygem-pundit-testsuite' 'ruby2.6-rubygem-rack' 'ruby2.6-rubygem-rack-1_3' 'ruby2.6-rubygem-rack-1_4' 'ruby2.6-rubygem-rack-1_6' 'ruby2.6-rubygem-rack-2.0' 'ruby2.6-rubygem-rack-accept' 'ruby2.6-rubygem-rack-accept-doc' 'ruby2.6-rubygem-rack-accept-testsuite' 'ruby2.6-rubygem-rack-cache-1_2' 'ruby2.6-rubygem-rack-cache-doc-1_2' 'ruby2.6-rubygem-rack-cache-testsuite-1_2' 'ruby2.6-rubygem-rack-doc' 'ruby2.6-rubygem-rack-doc-1_3' 'ruby2.6-rubygem-rack-doc-1_4' 'ruby2.6-rubygem-rack-doc-1_6' 'ruby2.6-rubygem-rack-doc-2.0' 'ruby2.6-rubygem-rack-oauth2' 'ruby2.6-rubygem-rack-oauth2-doc' 'ruby2.6-rubygem-rack-oauth2-testsuite' 'ruby2.6-rubygem-rack-protection' 'ruby2.6-rubygem-rack-protection-doc' 'ruby2.6-rubygem-rack-proxy' 'ruby2.6-rubygem-rack-proxy-doc' 'ruby2.6-rubygem-rack-proxy-testsuite' 'ruby2.6-rubygem-rack-ssl' 'ruby2.6-rubygem-rack-ssl-1_3' 'ruby2.6-rubygem-rack-ssl-doc' 'ruby2.6-rubygem-rack-ssl-doc-1_3' 'ruby2.6-rubygem-rack-test-0_6' 'ruby2.6-rubygem-rack-test-doc-0_6' 'ruby2.6-rubygem-rack-test-testsuite-0_6' 'ruby2.6-rubygem-rack-testsuite-1_3' 'ruby2.6-rubygem-rack-testsuite-1_4' 'ruby2.6-rubygem-rack-testsuite-1_6' 'ruby2.6-rubygem-rack-testsuite-2.0' 'ruby2.6-rubygem-rails-5.2' 'ruby2.6-rubygem-rails-5_1' 'ruby2.6-rubygem-rails-6.0' 'ruby2.6-rubygem-rails-deprecated_sanitizer' 'ruby2.6-rubygem-rails-deprecated_sanitizer-doc' 'ruby2.6-rubygem-rails-deprecated_sanitizer-testsuite' 'ruby2.6-rubygem-rails-doc-5.2' 'ruby2.6-rubygem-rails-doc-5_1' 'ruby2.6-rubygem-rails-doc-6.0' 'ruby2.6-rubygem-rails-dom-testing' 'ruby2.6-rubygem-rails-dom-testing-doc' 'ruby2.6-rubygem-rails-dom-testing-testsuite' 'ruby2.6-rubygem-rails-html-sanitizer' 'ruby2.6-rubygem-rails-html-sanitizer-doc' 'ruby2.6-rubygem-rails-html-sanitizer-testsuite' 'ruby2.6-rubygem-rails-i18n' 'ruby2.6-rubygem-rails-i18n-doc' 'ruby2.6-rubygem-rails_stdout_logging' 'ruby2.6-rubygem-rails_stdout_logging-doc' 'ruby2.6-rubygem-rails_stdout_logging-testsuite' 'ruby2.6-rubygem-railties-5.2' 'ruby2.6-rubygem-railties-5_1' 'ruby2.6-rubygem-railties-6.0' 'ruby2.6-rubygem-railties-doc-5.2' 'ruby2.6-rubygem-railties-doc-5_1' 'ruby2.6-rubygem-railties-doc-6.0' 'ruby2.6-rubygem-rainbow' 'ruby2.6-rubygem-rainbow-doc' 'ruby2.6-rubygem-rainbow-testsuite' 'ruby2.6-rubygem-raindrops' 'ruby2.6-rubygem-raindrops-doc' 'ruby2.6-rubygem-raindrops-testsuite' 'ruby2.6-rubygem-rake-11_3' 'ruby2.6-rubygem-rake-12.3' 'ruby2.6-rubygem-rake-12_0' 'ruby2.6-rubygem-rake-compiler' 'ruby2.6-rubygem-rake-compiler-doc' 'ruby2.6-rubygem-rake-compiler-testsuite' 'ruby2.6-rubygem-rake-doc-11_3' 'ruby2.6-rubygem-rake-doc-12.3' 'ruby2.6-rubygem-rake-doc-12_0' 'ruby2.6-rubygem-rb-fsevent' 'ruby2.6-rubygem-rb-fsevent-doc' 'ruby2.6-rubygem-rb-inotify' 'ruby2.6-rubygem-rb-inotify-doc' 'ruby2.6-rubygem-rb-inotify-testsuite' 'ruby2.6-rubygem-rb-kqueue' 'ruby2.6-rubygem-rb-kqueue-doc' 'ruby2.6-rubygem-rb-kqueue-testsuite' 'ruby2.6-rubygem-rdiscount' 'ruby2.6-rubygem-rdiscount-doc' 'ruby2.6-rubygem-rdiscount-testsuite' 'ruby2.6-rubygem-rdoc-4' 'ruby2.6-rubygem-rdoc-doc-4' 'ruby2.6-rubygem-rdoc-testsuite-4' 'ruby2.6-rubygem-responders' 'ruby2.6-rubygem-responders-doc' 'ruby2.6-rubygem-rest-client' 'ruby2.6-rubygem-rest-client-doc' 'ruby2.6-rubygem-rest-client-testsuite' 'ruby2.6-rubygem-restility' 'ruby2.6-rubygem-restility-doc' 'ruby2.6-rubygem-restility-testsuite' 'ruby2.6-rubygem-reverse_markdown' 'ruby2.6-rubygem-reverse_markdown-doc' 'ruby2.6-rubygem-reverse_markdown-testsuite' 'ruby2.6-rubygem-rgen' 'ruby2.6-rubygem-rgen-doc' 'ruby2.6-rubygem-rgen-testsuite' 'ruby2.6-rubygem-rice' 'ruby2.6-rubygem-rice-doc' 'ruby2.6-rubygem-rice-testsuite' 'ruby2.6-rubygem-ronn' 'ruby2.6-rubygem-ronn-doc' 'ruby2.6-rubygem-ronn-testsuite' 'ruby2.6-rubygem-rouge' 'ruby2.6-rubygem-rouge-1' 'ruby2.6-rubygem-rouge-doc' 'ruby2.6-rubygem-rouge-doc-1' 'ruby2.6-rubygem-rpm' 'ruby2.6-rubygem-rpm-doc' 'ruby2.6-rubygem-rpm-testsuite' 'ruby2.6-rubygem-rspec' 'ruby2.6-rubygem-rspec-3_5' 'ruby2.6-rubygem-rspec-core' 'ruby2.6-rubygem-rspec-core-3_5' 'ruby2.6-rubygem-rspec-core-doc' 'ruby2.6-rubygem-rspec-core-doc-3_5' 'ruby2.6-rubygem-rspec-doc' 'ruby2.6-rubygem-rspec-doc-3_5' 'ruby2.6-rubygem-rspec-expectations' 'ruby2.6-rubygem-rspec-expectations-3_5' 'ruby2.6-rubygem-rspec-expectations-doc' 'ruby2.6-rubygem-rspec-expectations-doc-3_5' 'ruby2.6-rubygem-rspec-its' 'ruby2.6-rubygem-rspec-its-doc' 'ruby2.6-rubygem-rspec-its-testsuite' 'ruby2.6-rubygem-rspec-mocks' 'ruby2.6-rubygem-rspec-mocks-3_5' 'ruby2.6-rubygem-rspec-mocks-doc' 'ruby2.6-rubygem-rspec-mocks-doc-3_5' 'ruby2.6-rubygem-rspec-support' 'ruby2.6-rubygem-rspec-support-3_5' 'ruby2.6-rubygem-rspec-support-doc' 'ruby2.6-rubygem-rspec-support-doc-3_5' 'ruby2.6-rubygem-rubocop' 'ruby2.6-rubygem-rubocop-doc' 'ruby2.6-rubygem-ruby-augeas' 'ruby2.6-rubygem-ruby-augeas-doc' 'ruby2.6-rubygem-ruby-dbus' 'ruby2.6-rubygem-ruby-dbus-doc' 'ruby2.6-rubygem-ruby-dbus-testsuite' 'ruby2.6-rubygem-ruby-filemagic' 'ruby2.6-rubygem-ruby-filemagic-doc' 'ruby2.6-rubygem-ruby-filemagic-testsuite' 'ruby2.6-rubygem-ruby-libvirt' 'ruby2.6-rubygem-ruby-libvirt-doc' 'ruby2.6-rubygem-ruby-openid' 'ruby2.6-rubygem-ruby-openid-doc' 'ruby2.6-rubygem-ruby-openid-testsuite' 'ruby2.6-rubygem-ruby-progressbar' 'ruby2.6-rubygem-ruby-progressbar-doc' 'ruby2.6-rubygem-ruby-shadow' 'ruby2.6-rubygem-ruby-shadow-doc' 'ruby2.6-rubygem-ruby2_keywords' 'ruby2.6-rubygem-ruby2_keywords-doc' 'ruby2.6-rubygem-ruby_dep' 'ruby2.6-rubygem-ruby_dep-1_3' 'ruby2.6-rubygem-ruby_dep-doc' 'ruby2.6-rubygem-ruby_dep-doc-1_3' 'ruby2.6-rubygem-ruby_dig' 'ruby2.6-rubygem-ruby_dig-doc' 'ruby2.6-rubygem-ruby_dig-testsuite' 'ruby2.6-rubygem-ruby_parser' 'ruby2.6-rubygem-ruby_parser-doc' 'ruby2.6-rubygem-ruby_parser-testsuite' 'ruby2.6-rubygem-rubyforge' 'ruby2.6-rubygem-rubyforge-doc' 'ruby2.6-rubygem-rubyforge-testsuite' 'ruby2.6-rubygem-rubyntlm' 'ruby2.6-rubygem-rubyntlm-doc' 'ruby2.6-rubygem-rubyntlm-testsuite' 'ruby2.6-rubygem-rubyzip' 'ruby2.6-rubygem-rubyzip-1.3' 'ruby2.6-rubygem-rubyzip-doc' 'ruby2.6-rubygem-rubyzip-doc-1.3' 'ruby2.6-rubygem-rubyzip-testsuite-1.3' 'ruby2.6-rubygem-safe_yaml' 'ruby2.6-rubygem-safe_yaml-doc' 'ruby2.6-rubygem-safe_yaml-testsuite' 'ruby2.6-rubygem-sass' 'ruby2.6-rubygem-sass-doc' 'ruby2.6-rubygem-sass-listen' 'ruby2.6-rubygem-sass-listen-doc' 'ruby2.6-rubygem-sass-rails' 'ruby2.6-rubygem-sass-rails-5.1' 'ruby2.6-rubygem-sass-rails-doc' 'ruby2.6-rubygem-sass-rails-doc-5.1' 'ruby2.6-rubygem-sassc' 'ruby2.6-rubygem-sassc-doc' 'ruby2.6-rubygem-sassc-rails' 'ruby2.6-rubygem-sassc-rails-doc' 'ruby2.6-rubygem-sassc-rails-testsuite' 'ruby2.6-rubygem-sassc-testsuite' 'ruby2.6-rubygem-sdoc' 'ruby2.6-rubygem-sdoc-doc' 'ruby2.6-rubygem-sdoc-testsuite' 'ruby2.6-rubygem-securecompare' 'ruby2.6-rubygem-securecompare-doc' 'ruby2.6-rubygem-securecompare-testsuite' 'ruby2.6-rubygem-serverengine' 'ruby2.6-rubygem-serverengine-doc' 'ruby2.6-rubygem-serverengine-testsuite' 'ruby2.6-rubygem-sexp_processor' 'ruby2.6-rubygem-sexp_processor-doc' 'ruby2.6-rubygem-sexp_processor-testsuite' 'ruby2.6-rubygem-sigdump' 'ruby2.6-rubygem-sigdump-doc' 'ruby2.6-rubygem-simple_oauth' 'ruby2.6-rubygem-simple_oauth-doc' 'ruby2.6-rubygem-simplecov' 'ruby2.6-rubygem-simplecov-doc' 'ruby2.6-rubygem-simplecov-html' 'ruby2.6-rubygem-simplecov-html-doc' 'ruby2.6-rubygem-simplecov-html-testsuite' 'ruby2.6-rubygem-simpleidn' 'ruby2.6-rubygem-simpleidn-doc' 'ruby2.6-rubygem-sinatra' 'ruby2.6-rubygem-sinatra-doc' 'ruby2.6-rubygem-slim' 'ruby2.6-rubygem-slim-doc' 'ruby2.6-rubygem-slim-testsuite' 'ruby2.6-rubygem-slop' 'ruby2.6-rubygem-slop-3' 'ruby2.6-rubygem-slop-3_3' 'ruby2.6-rubygem-slop-doc' 'ruby2.6-rubygem-slop-doc-3' 'ruby2.6-rubygem-slop-doc-3_3' 'ruby2.6-rubygem-slop-testsuite' 'ruby2.6-rubygem-slop-testsuite-3' 'ruby2.6-rubygem-slop-testsuite-3_3' 'ruby2.6-rubygem-spring' 'ruby2.6-rubygem-spring-doc' 'ruby2.6-rubygem-spring-watcher-listen' 'ruby2.6-rubygem-spring-watcher-listen-doc' 'ruby2.6-rubygem-spring-watcher-listen-testsuite' 'ruby2.6-rubygem-sprockets' 'ruby2.6-rubygem-sprockets-2_1' 'ruby2.6-rubygem-sprockets-2_2' 'ruby2.6-rubygem-sprockets-3.7' 'ruby2.6-rubygem-sprockets-doc' 'ruby2.6-rubygem-sprockets-doc-2_1' 'ruby2.6-rubygem-sprockets-doc-2_2' 'ruby2.6-rubygem-sprockets-doc-3.7' 'ruby2.6-rubygem-sprockets-helpers' 'ruby2.6-rubygem-sprockets-helpers-doc' 'ruby2.6-rubygem-sprockets-helpers-testsuite' 'ruby2.6-rubygem-sprockets-rails' 'ruby2.6-rubygem-sprockets-rails-doc' 'ruby2.6-rubygem-sqlite3' 'ruby2.6-rubygem-sqlite3-doc' 'ruby2.6-rubygem-sqlite3-testsuite' 'ruby2.6-rubygem-sshkit' 'ruby2.6-rubygem-sshkit-doc' 'ruby2.6-rubygem-sshkit-testsuite' 'ruby2.6-rubygem-stackdeck' 'ruby2.6-rubygem-stackdeck-doc' 'ruby2.6-rubygem-stackdeck-testsuite' 'ruby2.6-rubygem-stomp' 'ruby2.6-rubygem-stomp-doc' 'ruby2.6-rubygem-stomp-testsuite' 'ruby2.6-rubygem-strptime' 'ruby2.6-rubygem-strptime-doc' 'ruby2.6-rubygem-swd' 'ruby2.6-rubygem-swd-doc' 'ruby2.6-rubygem-swd-testsuite' 'ruby2.6-rubygem-systemu' 'ruby2.6-rubygem-systemu-doc' 'ruby2.6-rubygem-systemu-testsuite' 'ruby2.6-rubygem-taskjuggler' 'ruby2.6-rubygem-taskjuggler-doc' 'ruby2.6-rubygem-taskjuggler-testsuite' 'ruby2.6-rubygem-temple' 'ruby2.6-rubygem-temple-doc' 'ruby2.6-rubygem-temple-testsuite' 'ruby2.6-rubygem-term-ansicolor' 'ruby2.6-rubygem-term-ansicolor-doc' 'ruby2.6-rubygem-text' 'ruby2.6-rubygem-text-doc' 'ruby2.6-rubygem-text-hyphen' 'ruby2.6-rubygem-text-hyphen-doc' 'ruby2.6-rubygem-text-hyphen-testsuite' 'ruby2.6-rubygem-text-testsuite' 'ruby2.6-rubygem-thor' 'ruby2.6-rubygem-thor-0_19' 'ruby2.6-rubygem-thor-doc' 'ruby2.6-rubygem-thor-doc-0_19' 'ruby2.6-rubygem-thread_safe' 'ruby2.6-rubygem-thread_safe-doc' 'ruby2.6-rubygem-thread_safe-testsuite' 'ruby2.6-rubygem-tilt' 'ruby2.6-rubygem-tilt-1_1' 'ruby2.6-rubygem-tilt-1_4' 'ruby2.6-rubygem-tilt-doc' 'ruby2.6-rubygem-tilt-doc-1_1' 'ruby2.6-rubygem-tilt-doc-1_4' 'ruby2.6-rubygem-tilt-testsuite-1_1' 'ruby2.6-rubygem-tilt-testsuite-1_4' 'ruby2.6-rubygem-timers' 'ruby2.6-rubygem-timers-doc' 'ruby2.6-rubygem-timers-testsuite' 'ruby2.6-rubygem-tins' 'ruby2.6-rubygem-tins-doc' 'ruby2.6-rubygem-tmuxinator' 'ruby2.6-rubygem-tmuxinator-doc' 'ruby2.6-rubygem-tmuxinator-testsuite' 'ruby2.6-rubygem-tomlrb' 'ruby2.6-rubygem-tomlrb-doc' 'ruby2.6-rubygem-treetop' 'ruby2.6-rubygem-treetop-1_4' 'ruby2.6-rubygem-treetop-doc' 'ruby2.6-rubygem-treetop-doc-1_4' 'ruby2.6-rubygem-treetop-testsuite-1_4' 'ruby2.6-rubygem-trollop' 'ruby2.6-rubygem-trollop-doc' 'ruby2.6-rubygem-trollop-testsuite' 'ruby2.6-rubygem-turbolinks' 'ruby2.6-rubygem-turbolinks-doc' 'ruby2.6-rubygem-turbolinks-source' 'ruby2.6-rubygem-turbolinks-source-doc' 'ruby2.6-rubygem-tzinfo' 'ruby2.6-rubygem-tzinfo-0' 'ruby2.6-rubygem-tzinfo-1.2' 'ruby2.6-rubygem-tzinfo-data' 'ruby2.6-rubygem-tzinfo-data-doc' 'ruby2.6-rubygem-tzinfo-doc' 'ruby2.6-rubygem-tzinfo-doc-0' 'ruby2.6-rubygem-tzinfo-doc-1.2' 'ruby2.6-rubygem-tzinfo-testsuite-0' 'ruby2.6-rubygem-tzinfo-testsuite-1.2' 'ruby2.6-rubygem-uglifier' 'ruby2.6-rubygem-uglifier-doc' 'ruby2.6-rubygem-unf' 'ruby2.6-rubygem-unf-doc' 'ruby2.6-rubygem-unf-testsuite' 'ruby2.6-rubygem-unf_ext' 'ruby2.6-rubygem-unf_ext-doc' 'ruby2.6-rubygem-unf_ext-testsuite' 'ruby2.6-rubygem-unicode-display_width' 'ruby2.6-rubygem-unicode-display_width-doc' 'ruby2.6-rubygem-unicorn' 'ruby2.6-rubygem-unicorn-doc' 'ruby2.6-rubygem-unicorn-testsuite' 'ruby2.6-rubygem-unicorn-worker-killer' 'ruby2.6-rubygem-unicorn-worker-killer-doc' 'ruby2.6-rubygem-url_safe_base64' 'ruby2.6-rubygem-url_safe_base64-doc' 'ruby2.6-rubygem-url_safe_base64-testsuite' 'ruby2.6-rubygem-vagrant-spec' 'ruby2.6-rubygem-vagrant-spec-doc' 'ruby2.6-rubygem-vagrant-spec-testsuite' 'ruby2.6-rubygem-vagrant_cloud' 'ruby2.6-rubygem-vagrant_cloud-doc' 'ruby2.6-rubygem-validate_email' 'ruby2.6-rubygem-validate_email-doc' 'ruby2.6-rubygem-validate_url' 'ruby2.6-rubygem-validate_url-doc' 'ruby2.6-rubygem-virtus' 'ruby2.6-rubygem-virtus-doc' 'ruby2.6-rubygem-virtus-testsuite' 'ruby2.6-rubygem-warden' 'ruby2.6-rubygem-warden-doc' 'ruby2.6-rubygem-web-console' 'ruby2.6-rubygem-web-console-2' 'ruby2.6-rubygem-web-console-doc' 'ruby2.6-rubygem-web-console-doc-2' 'ruby2.6-rubygem-webfinger' 'ruby2.6-rubygem-webfinger-doc' 'ruby2.6-rubygem-webfinger-testsuite' 'ruby2.6-rubygem-webmock-1_2' 'ruby2.6-rubygem-webmock-2_3' 'ruby2.6-rubygem-webmock-doc-1_2' 'ruby2.6-rubygem-webmock-doc-2_3' 'ruby2.6-rubygem-webmock-testsuite-1_2' 'ruby2.6-rubygem-webmock-testsuite-2_3' 'ruby2.6-rubygem-webpacker' 'ruby2.6-rubygem-webpacker-doc' 'ruby2.6-rubygem-webpacker-testsuite' 'ruby2.6-rubygem-websocket' 'ruby2.6-rubygem-websocket-doc' 'ruby2.6-rubygem-websocket-driver' 'ruby2.6-rubygem-websocket-driver-0_6' 'ruby2.6-rubygem-websocket-driver-doc' 'ruby2.6-rubygem-websocket-driver-doc-0_6' 'ruby2.6-rubygem-websocket-extensions' 'ruby2.6-rubygem-websocket-extensions-doc' 'ruby2.6-rubygem-websocket-testsuite' 'ruby2.6-rubygem-winrm-2_1' 'ruby2.6-rubygem-winrm-doc-2_1' 'ruby2.6-rubygem-winrm-elevated' 'ruby2.6-rubygem-winrm-elevated-doc' 'ruby2.6-rubygem-winrm-fs' 'ruby2.6-rubygem-winrm-fs-doc' 'ruby2.6-rubygem-xdg' 'ruby2.6-rubygem-xdg-2' 'ruby2.6-rubygem-xdg-doc' 'ruby2.6-rubygem-xdg-doc-2' 'ruby2.6-rubygem-xdg-testsuite-2' 'ruby2.6-rubygem-xml-simple' 'ruby2.6-rubygem-xml-simple-doc' 'ruby2.6-rubygem-xmlhash' 'ruby2.6-rubygem-xmlhash-doc' 'ruby2.6-rubygem-xmlhash-testsuite' 'ruby2.6-rubygem-yajl-ruby' 'ruby2.6-rubygem-yajl-ruby-doc' 'ruby2.6-rubygem-yajl-ruby-testsuite' 'ruby2.6-rubygem-yard' 'ruby2.6-rubygem-yard-doc' 'ruby2.6-rubygem-yard-testsuite' 'ruby2.6-rubygem-yast-rake' 'ruby2.6-rubygem-yast-rake-doc' 'ruby2.6-rubygem-zeitwerk' 'ruby2.6-rubygem-zeitwerk-doc' 'rubygem-builder-3_0' 'rubygem-builder-3_0-doc' 'rubygem-builder-3_0-testsuite' 'rubygem-cancan' 'rubygem-cancan-doc' 'rubygem-cancan-testsuite' 'rubygem-docker-api' 'rubygem-docker-api-doc' 'rubygem-docker-api-testsuite' 'rubygem-gettext_activerecord' 'rubygem-gettext_activerecord-doc' 'rubygem-gettext_activerecord-testsuite' 'rubygem-libguestfs' 'rubygem-libwebsocket' 'rubygem-libwebsocket-doc' 'rubygem-libwebsocket-testsuite' 'rubygem-mail-2_4' 'rubygem-mail-2_4-doc' 'rubygem-passenger' 'rubygem-passenger-apache2' 'rubygem-passenger-nginx' 'rubygem-ruby-fcgi' 'rubygem-ruby-fcgi-doc' 'rubygem-ruby-fcgi-testsuite' 'rubygem-sexp_processor-3_2' 'rubygem-sexp_processor-3_2-doc' 'rubygem-sexp_processor-3_2-testsuite' 'rubygem-shoes' 'rubygem-shoes-doc' 'rubygem-shoes-testsuite' 'rubygem-taskjuggler' 'runawk' 'runawk-examples' 'runc' 'runc-test' 'rungetty' 'rust' 'rust-analysis' 'rust-cbindgen' 'rust-doc' 'rust-gdb' 'rust-packaging' 'rust-src' 'rust-srpm-macros' 'rust-std-static' 'rustfmt' 'rxp' 'rxtx-java' 'rxtx-java-javadoc' 'rxvt-unicode' 'rygel' 'rygel-devel' 'rygel-lang' 'rygel-plugin-gstreamer-renderer' 'rygel-plugin-tracker' 'rypper' 'rzip' 'rzsz' 's-tui' 's3backer' 's3fs' 'sablot' 'sablot-devel' 'sac' 'sac-javadoc' 'sacad' 'saidar' 'sakura' 'sakura-lang' 'salt' 'salt-api' 'salt-bash-completion' 'salt-cloud' 'salt-doc' 'salt-fish-completion' 'salt-master' 'salt-minion' 'salt-proxy' 'salt-shaptools' 'salt-ssh' 'salt-standalone-formulas-configuration' 'salt-syndic' 'salt-zsh-completion' 'samba' 'samba-ad-dc' 'samba-ad-dc-32bit' 'samba-ceph' 'samba-client' 'samba-client-32bit' 'samba-core-devel' 'samba-doc' 'samba-dsdb-modules' 'samba-krb-printing' 'samba-libs' 'samba-libs-32bit' 'samba-libs-python3' 'samba-libs-python3-32bit' 'samba-python3' 'samba-test' 'samba-winbind' 'samba-winbind-32bit' 'samplicator' 'samtools' 'sane-backends' 'sane-backends-32bit' 'sane-backends-autoconfig' 'sane-backends-devel' 'sane-backends-devel-32bit' 'sanlk-reset' 'sanlock' 'sanlock-devel' 'saphanabootstrap-formula' 'sapnwbootstrap-formula' 'sar2' 'sar2-data' 'sarg' 'sasl2-kdexoauth2' 'sassc' 'sat4j' 'savannahice' 'savannahice' 'savannahice-debuginfo' 'savannahice-debugsource' 'saweri-fonts' 'sawfish' 'sawfish-devel' 'sawfish-pager' 'sawfish-sounds' 'sax3' 'saxon6' 'saxon6-aelfred' 'saxon6-demo' 'saxon6-fop' 'saxon6-javadoc' 'saxon6-jdom' 'saxon6-manual' 'saxon6-scripts' 'saxon8' 'saxon8-demo' 'saxon8-dom' 'saxon8-javadoc' 'saxon8-jdom' 'saxon8-manual' 'saxon8-scripts' 'saxon8-sql' 'saxon8-xom' 'saxon8-xpath' 'saxon9' 'saxon9-demo' 'saxon9-javadoc' 'saxon9-manual' 'saxon9-scripts' 'saxpath' 'sazanami-fonts' 'sbc' 'sbc-devel' 'sbcl' 'sbd' 'sbd-devel' 'sbiload' 'sbinary' 'sbinary-javadoc' 'sbl' 'sbl-orca' 'sblim-cim-client2' 'sblim-cim-client2-javadoc' 'sblim-cim-client2-manual' 'sblim-cmpi-base' 'sblim-cmpi-base-devel' 'sblim-cmpi-base-testsuite' 'sblim-cmpi-c++-devel' 'sblim-cmpi-devel' 'sblim-cmpi-ssh_service_profile' 'sblim-cmpiutil-devel' 'sblim-indication_helper' 'sblim-indication_helper-devel' 'sblim-sfcCommon-devel' 'sblim-sfcb' 'sblim-sfcc-devel' 'sblim-testsuite' 'sblim-tools-libra-devel' 'sblim-wbemcli' 'sbt' 'sbt-launcher' 'sbt-launcher-interface' 'sbt-launcher-javadoc' 'sc' 'sc-controller' 'sca-appliance-agent' 'sca-appliance-broker' 'sca-appliance-common' 'sca-appliance-patdev' 'sca-patterns-base' 'sca-patterns-edir' 'sca-patterns-filr' 'sca-patterns-groupwise' 'sca-patterns-hae' 'sca-patterns-oes' 'sca-patterns-sle09' 'sca-patterns-sle10' 'sca-patterns-sle11' 'sca-patterns-sle12' 'sca-patterns-sle15' 'sca-patterns-suma' 'sca-server-report' 'scala' 'scala-apidoc' 'scala-maven-plugin' 'scala-maven-plugin-javadoc' 'scala-pickling' 'scala-stm' 'scala-stm-javadoc' 'scala-swing' 'scalapack-mvapich2-test' 'scalapack-openmpi1-test' 'scalapack-openmpi2-test' 'scalapack-openmpi3-test' 'scalapack_2_1_0-gnu-mpich-hpc-module' 'scalapack_2_1_0-gnu-mpich-hpc-test' 'scalapack_2_1_0-gnu-mvapich2-hpc-module' 'scalapack_2_1_0-gnu-mvapich2-hpc-test' 'scalapack_2_1_0-gnu-openmpi1-hpc-module' 'scalapack_2_1_0-gnu-openmpi1-hpc-test' 'scalapack_2_1_0-gnu-openmpi2-hpc-module' 'scalapack_2_1_0-gnu-openmpi2-hpc-test' 'scalapack_2_1_0-gnu-openmpi3-hpc-module' 'scalapack_2_1_0-gnu-openmpi3-hpc-test' 'scalpel' 'scamper' 'scanmem' 'scantailor' 'scap-workbench' 'scap-workbench-doc' 'scat' 'sccs' 'scdl' 'scdoc' 'schedtool' 'schedtop' 'schemaspy' 'scheme48' 'scheme48-devel' 'scheme48-doc' 'scheme48-prescheme' 'scheme48-vm' 'schily-mt' 'schily-rmt' 'schismtracker' 'schroedinger-devel' 'schroedinger-doc' 'scid' 'scid' 'scid-debuginfo' 'scid-debugsource' 'scidavis' 'scidavis-lang' 'scilab' 'scilab-devel' 'scilab-lang' 'scilab-modules' 'scilab-modules-doc' 'scilab-modules-doc-lang' 'scilab-tests' 'scim' 'scim-32bit' 'scim-anthy' 'scim-bridge' 'scim-bridge-gtk2' 'scim-bridge-gtk2-32bit' 'scim-canna' 'scim-chewing' 'scim-devel' 'scim-gtk' 'scim-gtk-32bit' 'scim-gtk3' 'scim-gtk3-32bit' 'scim-hangul' 'scim-input-pad' 'scim-lang' 'scim-m17n' 'scim-pinyin' 'scim-skk' 'scim-sunpinyin' 'scim-tables' 'scim-tables-additional' 'scim-tables-ja' 'scim-tables-ko' 'scim-tables-lang' 'scim-tables-zh' 'scim-tomoe' 'scim-uim' 'scim-unikey' 'scirenderer' 'scirenderer-javadoc' 'scite' 'scmon' 'scons' 'scorpio22' 'scorpio22' 'scorpio22-debuginfo' 'scorpio22-debugsource' 'scorpio23' 'scorpio23' 'scorpio23-debuginfo' 'scorpio23-debugsource' 'scorpio24' 'scorpio24' 'scorpio24-debuginfo' 'scorpio24-debugsource' 'scorpio25' 'scorpio25' 'scorpio25-debuginfo' 'scorpio25-debugsource' 'scorpio26' 'scorpio26' 'scorpio26-debuginfo' 'scorpio26-debugsource' 'scotch' 'scotch-devel' 'scotch-devel-static' 'scotch-metis-devel' 'scout' 'screen' 'screen-message' 'screencast' 'screencast-lang' 'screenfetch' 'screengen' 'screengen' 'screengen-debuginfo' 'screengen-debugsource' 'screengrab' 'screengrab-lang' 'scribus' 'scribus' 'scribus-debuginfo' 'scribus-doc' 'scrot' 'scrub' 'scrypt' 'scsh' 'scsh-base' 'scsirastools' 'scsires' 'scummvm' 'scummvm' 'scummvm-debuginfo' 'scummvm-debugsource' 'scummvm-extra' 'scummvm-extra-debuginfo' 'scummvm-tools' 'sd-mux-ctrl' 'sdcc' 'sdcc-doc' 'sdcc-libc-sources' 'sdcv' 'sddm' 'sddm-branding-openSUSE' 'sddm-branding-upstream' 'sddm-theme-openSUSE' 'sdl-asylum' 'sdl-ball' 'sdl_bomber' 'sdlpop' 'sdlscavenger' 'sdparm' 'seafile' 'seafile-client' 'seafile-devel' 'seahorse' 'seahorse-daemon' 'seahorse-lang' 'seahorse-nautilus-lang' 'seahorse-sharing' 'seahorse-sharing-lang' 'seccheck' 'sed' 'sed-lang' 'sedutil' 'segment' 'segment-javadoc' 'segv_handler' 'selene' 'selene' 'selene-debuginfo' 'selene-debugsource' 'selene-lang' 'selinux-tools' 'semantik' 'sendfax' 'sendmail' 'sendmail-devel' 'sendmail-starttls' 'sendxmpp' 'sensord' 'sensors' 'seq24' 'ser2net' 'serd-devel' 'serdi' 'serialdv-devel' 'serialization' 'sersniff' 'servicemenu-pdf' 'servicemenu-pdf' 'servletapi4' 'servletapi4-javadoc' 'servletapi5' 'sesdev' 'sesdev-qa' 'sessreg' 'setconf' 'setools-console' 'setools-gui' 'setserial' 'setxkbmap' 'sev-tool' 'sfftobmp' 'sffview' 'sfml2-devel' 'sfml2-doc' 'sg3_utils' 'sgi-bitmap-fonts' 'sgml-skel' 'sgmltool' 'sgmltool-latex' 'sgmltools-lite' 'sgpio' 'sgrep' 'sha1collisiondetection' 'sha3sum' 'shaderc' 'shaderc-devel' 'shadow' 'shadowdive-devel' 'shadowsocks-libev' 'shadowsocks-libev-devel' 'shadowsocks-libev-doc' 'shairplay' 'shairplay' 'shairplay-debuginfo' 'shairplay-debugsource' 'shairplay-devel' 'shairport-sync' 'shapelib' 'shared-color-targets' 'shared-mime-info' 'shared-mime-info-lang' 'shared-python-startup' 'sharutils' 'sharutils-lang' 'shellementary' 'shepherd' 'shepherd-bins' 'shibboleth-sp' 'shibboleth-sp-devel' 'shigofumi' 'shim' 'shlomif-cmake-modules' 'shntool' 'shorewall' 'shorewall-core' 'shorewall-docs' 'shorewall-init' 'shorewall-lite' 'shorewall6' 'shorewall6-lite' 'shorten' 'shorten' 'shorten-debuginfo' 'shorten-debugsource' 'shotcut' 'shotcut-lang' 'shotwell' 'shotwell-lang' 'shoutsend' 'shoutsend' 'shoutsend-debuginfo' 'shoutsend-debugsource' 'showfont' 'showfoto' 'showfoto-debuginfo' 'shp' 'shunit2' 'shutdownscheduler' 'shutdownscheduler-lang' 'shutter' 'shutter-lang' 'siege' 'sierra-gtk-theme' 'siga' 'sigil' 'signify' 'signing-party' 'signon-kwallet-extension' 'signon-plugin-oauth2' 'signon-plugin-oauth2-devel' 'signon-plugins' 'signon-plugins-32bit' 'signon-plugins-devel' 'signon-plugins-docs' 'signon-ui' 'signond' 'signond-docs' 'signond-libs' 'signond-libs-32bit' 'signond-libs-devel' 'signpost-commonshttp4' 'signpost-core' 'signpost-core-javadoc' 'sigrok-cli' 'sigrok-firmware-fx2lafw' 'sil-abyssinica-fonts' 'sil-andika-fonts' 'sil-charis-fonts' 'sil-doulos-fonts' 'sil-gentium-fonts' 'sil-mondulkiri-fonts' 'sil-padauk-fonts' 'simh' 'simple-ccsm' 'simple-ccsm-lang' 'simple-mtpfs' 'simple-obfs' 'simple-obfs-doc' 'simple-scan' 'simple-scan-lang' 'simplescreenrecorder' 'simtrace2' 'singularity' 'sipcalc' 'sipp' 'siproxd' 'siproxd-doc' 'sipsak' 'siren' 'siren' 'siren-debuginfo' 'siren-debugsource' 'sisctrl' 'sispmctl' 'sispmctl-devel' 'sisu-inject' 'sisu-javadoc' 'sisu-plexus' 'sitar' 'site-config' 'sitecopy' 'sitecopy-lang' 'sk1' 'skanlite' 'skanlite' 'skanlite-debuginfo' 'skanlite-debugsource' 'skanlite-lang' 'skelcd-control-Kubic' 'skelcd-control-MicroOS' 'skelcd-control-openSUSE-promo' 'skelcd-fallbackrepo-openSUSE' 'skelcd-installer-Kubic' 'skelcd-installer-MicroOS' 'skelcd-installer-net-Kubic' 'skelcd-installer-net-MicroOS' 'skelcd-installer-net-openSUSE' 'skelcd-installer-openSUSE' 'ski' 'skinlf' 'skinlf-demo' 'skinlf-javadoc' 'skkdic' 'skkdic-extra' 'skopeo' 'skrooge' 'skrooge' 'skrooge-debuginfo' 'skrooge-debugsource' 'skrooge-lang' 'sl' 'slade' 'slang-devel' 'slang-slsh' 'sleuth' 'sleuthkit' 'sleuthkit-devel' 'slf4j' 'slf4j-ext' 'slf4j-javadoc' 'slf4j-jcl' 'slf4j-jdk14' 'slf4j-log4j12' 'slf4j-manual' 'slf4j-sources' 'slib' 'slirp4netns' 'slop' 'slop-devel' 'sloppy022' 'sloppy022' 'sloppy022-debuginfo' 'sloppy022-debugsource' 'slowmoVideo' 'slowmoVideo' 'slowmoVideo-debuginfo' 'slowmoVideo-debugsource' 'slrn' 'slrn-lang' 'sluice' 'sluice-bash-completion' 'slurm' 'slurm-auth-none' 'slurm-config' 'slurm-config-man' 'slurm-cray' 'slurm-devel' 'slurm-doc' 'slurm-hdf5' 'slurm-lua' 'slurm-munge' 'slurm-node' 'slurm-openlava' 'slurm-pam_slurm' 'slurm-plugins' 'slurm-rest' 'slurm-seff' 'slurm-sjstat' 'slurm-slurmdbd' 'slurm-sql' 'slurm-sview' 'slurm-torque' 'slurm-webdoc' 'slurp' 'smake' 'smartmontools' 'smatch' 'smb4k' 'smb4k' 'smb4k-debuginfo' 'smb4k-debugsource' 'smb4k-doc' 'smb4k-lang' 'smbios-utils' 'smc-tools' 'smcroute' 'smem' 'smemstat' 'smemstat-bash-completion' 'smenu' 'smenu-tests' 'smictrl' 'smillaenlarger' 'smilutils' 'smlnj' 'smp_utils' 'smplayer' 'smplayer-lang' 'smplayer-skins' 'smplayer-skins' 'smplayer-theme-leo' 'smplayer-theme-leo' 'smplayer-themes' 'smplayer-themes' 'smproxy' 'smssend' 'smtpping' 'smtube' 'smtube' 'smtube-debuginfo' 'smtube-debugsource' 'smtube-lang' 'smuxi' 'smuxi-engine' 'smuxi-engine-campfire' 'smuxi-engine-campfire-lang' 'smuxi-engine-irc' 'smuxi-engine-irc-lang' 'smuxi-engine-jabbr' 'smuxi-engine-jabbr-lang' 'smuxi-engine-lang' 'smuxi-engine-twitter' 'smuxi-engine-twitter-lang' 'smuxi-engine-xmpp' 'smuxi-engine-xmpp-lang' 'smuxi-frontend' 'smuxi-frontend-gnome' 'smuxi-frontend-gnome-irc' 'smuxi-frontend-gnome-irc-lang' 'smuxi-frontend-gnome-lang' 'smuxi-frontend-gnome-twitter' 'smuxi-frontend-gnome-twitter-lang' 'smuxi-frontend-gnome-xmpp' 'smuxi-frontend-gnome-xmpp-lang' 'smuxi-frontend-lang' 'smuxi-frontend-stfl' 'smuxi-message-buffer' 'smuxi-message-buffer-lang' 'smuxi-server' 'smuxi-server-lang' 'snack' 'snakeyaml' 'snakeyaml-javadoc' 'snapper' 'snapper-testsuite' 'snapper-zypp-plugin' 'snappy-devel' 'snd' 'snd_sf2' 'sndio' 'sndio-devel' 'sngrep' 'snipl' 'snmp-mibs' 'snmpsim' 'snorenotify-qt5' 'snorenotify-qt5-devel' 'snowmix' 'snowmix' 'snowmix-debuginfo' 'snowmix-debugsource' 'soapy-osmo-devel' 'soapy-sdr' 'soapy-sdr-devel' 'soapysdr0.7-module-airspy' 'soapysdr0.7-module-bladerf' 'soapysdr0.7-module-freesrp' 'soapysdr0.7-module-hackrf' 'soapysdr0.7-module-lms7' 'soapysdr0.7-module-mirisdr' 'soapysdr0.7-module-osmosdr' 'soapysdr0.7-module-remote' 'soapysdr0.7-module-rtlsdr' 'soapysdr0.7-module-uhd' 'soapysdr0.7-module-xtrx' 'sobby' 'socat' 'socket_wrapper' 'sof-firmware' 'sofia-sip' 'sofia-sip-devel' 'softhsm' 'softhsm-devel' 'solaar' 'solaar-doc' 'solaar-udev' 'solarfighter' 'solarus' 'solarus-devel' 'solarus-gui' 'solarus-gui-lang' 'solarus-quest-editor' 'solarus-quest-editor-assets' 'solarus-quest-editor-lang' 'solarwolf' 'solarwolf_we' 'solfege' 'solid-devel' 'solid-devel-32bit' 'solid-imports' 'solid-tools' 'solo-udev' 'something-for-reddit' 'sonar-icon-theme' 'sonatype-oss-parent' 'sonatype-plugins-parent' 'sonic-visualiser' 'sonnet' 'sonnet-devel' 'sonnet-devel-32bit' 'sonobuoy' 'sooperlooper' 'sooperlooper' 'sooperlooper-debuginfo' 'sooperlooper-debugsource' 'sopwith' 'sord' 'sord-devel' 'sound-juicer' 'sound-juicer-lang' 'sound-theme-freedesktop' 'sound-theme-yaru' 'soundconverter' 'soundconverter-lang' 'soundio' 'soundio-debugsource' 'soundkonverter' 'soundkonverter' 'soundkonverter-debuginfo' 'soundkonverter-debugsource' 'soundtouch' 'soundtouch-devel' 'soup-sharp' 'soup-sharp-devel' 'source-highlight' 'source-highlight-cgi' 'sox' 'sox' 'sox-debuginfo' 'sox-debugsource' 'sox-devel' 'soxr-devel' 'spacefm' 'spacefm-lang' 'spacenavd' 'spamassassin' 'spandsp-devel' 'spandsp-doc' 'sparse' 'sparse-inspect' 'sparse-llvm' 'sparsehash-devel' 'spatialindex-devel' 'spawn-fcgi' 'spax' 'spdlog-devel' 'spdylay' 'spdylay-devel' 'spec-cleaner' 'spec-cleaner-format_spec_file' 'spec-version-maven-plugin' 'spec-version-maven-plugin-javadoc' 'spectacle' 'spectacle-doc' 'spectacle-lang' 'spectator' 'spectcl' 'spectre-meltdown-checker' 'speech-dispatcher' 'speech-dispatcher-configure' 'speech-dispatcher-module-espeak' 'speedcrunch' 'speedcrunch' 'speedcrunch-debuginfo' 'speedcrunch-debugsource' 'speedtest-cli' 'speex' 'speex-devel' 'speexdsp-devel' 'spek' 'spek' 'spek-debuginfo' 'spek-debugsource' 'spek-lang' 'spew' 'spglib-devel' 'sphinx' 'sphinxbase' 'sphinxbase-devel' 'sphinxbase5' 'sphinxbase5-devel' 'spi-tools' 'spice-gtk' 'spice-gtk-devel' 'spice-gtk-lang' 'spice-html5' 'spice-parent' 'spice-protocol-devel' 'spice-up' 'spice-up-lang' 'spice-vdagent' 'spice-webdavd' 'spirv-cross' 'spirv-headers' 'spirv-tools' 'spirv-tools-devel' 'spirv-tools-devel-32bit' 'splint' 'splinter-devel' 'splix' 'spotify-easyrpm' 'spotify-installer' 'spotify-installer' 'spotify-installer-debugsource' 'spread-sheet-widget-devel' 'spu-tools' 'spyder' 'spyder-dicom' 'spyder-hdf5' 'spyder-lang' 'spyder-line-profiler' 'spyder-memory-profiler' 'spyder-notebook' 'spyder-terminal' 'sql-parser-devel' 'sqlcipher' 'sqlcipher-devel' 'sqlite3' 'sqlite3-devel' 'sqlite3-doc' 'sqlitebrowser' 'sqliteman' 'sqliteodbc' 'sqliteodbc-doc' 'sqlitestudio' 'sqlitestudio' 'sqtop' 'squashfs' 'squid' 'squidGuard' 'squidGuard-doc' 'squidview' 'squirrel' 'squirrel-devel' 'squirrel-devel-static' 'squirrel-doc' 'squirrel-examples' 'sratom-devel' 'src_vipa' 'srecord' 'srecord-devel' 'srecord-doc' 'srm' 'srp_daemon' 'srt' 'srt-devel' 'sscape-ctl' 'ssdeep' 'ssdp-responder' 'ssh-audit' 'ssh-contact' 'ssh-contact-client' 'ssh-contact-service' 'ssh-tools' 'sshfs' 'sshguard' 'sshpass' 'sshuttle' 'ssl-cert-check' 'ssldump' 'sslh' 'sslscan' 'sssd' 'sssd-32bit' 'sssd-ad' 'sssd-dbus' 'sssd-ipa' 'sssd-krb5' 'sssd-krb5-common' 'sssd-ldap' 'sssd-proxy' 'sssd-tools' 'sssd-wbclient' 'sssd-wbclient-devel' 'sssd-winbind-idmap' 'st' 'staging-build-key' 'stalonetray' 'stan' 'star' 'stardict' 'stardict-dic-enru-engcom' 'stardict-dic-enru-mueller7' 'stardict-sounds-wyabdcrealpeopletts' 'stardict-tools' 'starfighter' 'startup-notification-devel' 'statgrab' 'statserial' 'stax-ex' 'stax-ex-javadoc' 'stax2-api' 'stax2-api-javadoc' 'stb-devel' 'stdman' 'steam' 'steam-controller' 'steam-vr' 'steamcmd' 'steamtricks' 'steamtricks-data' 'steinberg-bravura-fonts' 'stellarium' 'step' 'step-lang' 'stgit' 'stix-fonts' 'stix-integrals-fonts' 'stix-pua-fonts' 'stix-sizes-fonts' 'stix-variants-fonts' 'stlink' 'stlink-devel' 'stlink-gui' 'stm32flash' 'stockfish' 'stoken' 'stoken-devel' 'stoken-gui' 'storage-fixup' 'storeBackup' 'stow' 'stow-doc' 'stp' 'stp-devel' 'strace' 'strawberry' 'stream' 'streamripper' 'streamripper' 'streamripper-debuginfo' 'streamripper-debugsource' 'streamtuner2' 'streamtuner2' 'stress-ng' 'stress-ng-bash-completion' 'stressapptest' 'string-template-maven-plugin' 'string-template-maven-plugin-javadoc' 'stringtemplate' 'stringtemplate-javadoc' 'stringtemplate4' 'stringtemplate4-javadoc' 'strip-nondeterminism' 'strongswan' 'strongswan-doc' 'strongswan-hmac' 'strongswan-ipsec' 'strongswan-libs0' 'strongswan-mysql' 'strongswan-nm' 'strongswan-sqlite' 'stunnel' 'stunnel-doc' 'su-wrapper' 'subnetcalc' 'subtitlecomposer' 'subtitlecomposer' 'subtitlecomposer-debuginfo' 'subtitlecomposer-debugsource' 'subtitlecomposer-lang' 'subtitleeditor' 'subtitleeditor-lang' 'subtitleripper' 'subtitleripper' 'subtitleripper-debuginfo' 'subtitleripper-debugsource' 'subunit' 'subunit-devel' 'subunit-filters' 'subunit-shell' 'subversion' 'subversion-bash-completion' 'subversion-devel' 'subversion-doc' 'subversion-perl' 'subversion-python' 'subversion-ruby' 'subversion-server' 'subversion-tools' 'suck' 'sudo' 'sudo-devel' 'sudo-test' 'sudoku-sensei' 'suil-devel' 'suil-plugin-gtk2-in-qt5' 'suil-plugin-qt5-in-gtk2' 'suil-plugin-x11' 'suil-plugin-x11-in-gtk2' 'suil-plugin-x11-in-gtk3' 'suil-plugin-x11-in-qt5' 'suitesparse-devel' 'suitesparse-devel-static' 'sundanese-unicode-fonts' 'sundials-devel' 'sundials-doc' 'sundials-mvapich2-devel' 'sundials-openmpi1-devel' 'sundials-openmpi2-devel' 'sundials-openmpi3-devel' 'sunpinyin-data' 'sunpinyin-devel' 'sunpinyin-tools' 'sunwait' 'sunxi-tools' 'superlu-devel' 'superlu-doc' 'superlu-examples' 'superlu-gnu-hpc-devel' 'superlu-gnu-hpc-doc' 'superlu-gnu-hpc-examples' 'superlu_5_2_1-gnu-hpc-devel' 'superlu_5_2_1-gnu-hpc-doc' 'superlu_5_2_1-gnu-hpc-examples' 'supermin' 'supertux2' 'supertuxkart' 'supertuxkart-data' 'supervisor' 'supportutils' 'surfraw' 'surfraw-woffle' 'suru-plus-dark-icon-theme' 'suse-build-key' 'suse-hpc' 'suse-module-tools' 'suse-module-tools-legacy' 'suse-prime' 'suse-prime-bbswitch' 'suse-xsl-stylesheets' 'susefirewall2-to-firewalld' 'susepaste' 'susepaste-screenshot' 'suseprime-appindicator' 'sushi' 'sushi-lang' 'svg-schema' 'svg-schema-doc' 'svgcleaner' 'svgcleaner-gui' 'svgpart' 'svgpart-lang' 'sview' 'sview' 'svm-tools' 'svn2git' 'svxlink-server' 'sw_management' 'sway' 'swaybg' 'swayidle' 'swayidle-bash-completion' 'swayidle-fish-completion' 'swayidle-zsh-completion' 'swaylock' 'swaylock-bash-completion' 'swaylock-fish-completion' 'swaylock-zsh-completion' 'sweep' 'sweep' 'sweep-debuginfo' 'sweep-debugsource' 'sweeper' 'sweeper-lang' 'swell-foop' 'swell-foop-lang' 'swift-im' 'swiften-devel' 'swig' 'swig-doc' 'swig-examples' 'swing-layout' 'swing-layout-javadoc' 'swing-worker' 'swing-worker-demo' 'swing-worker-javadoc' 'swingx' 'swingx-javadoc' 'switch_sles_sle-hpc' 'switchboard' 'switchboard-devel' 'switchboard-lang' 'switcheroo-control' 'switcheroo-control-doc' 'sword' 'sword-devel' 'swtcalendar' 'swtchart' 'swtchart-javadoc' 'sxhkd' 'sxiv' 'sympol' 'sympol-devel' 'synapse' 'synapse-lang' 'syncthing' 'syncthing-relaysrv' 'syndication-devel' 'synergy' 'synfig' 'synfig' 'synfig-debuginfo' 'synfig-debugsource' 'synfig-devel' 'synfig-doc' 'synfig-lang' 'synfig-modules' 'synfig-modules-debuginfo' 'synfigapp-devel' 'synfigstudio' 'synfigstudio' 'synfigstudio-debuginfo' 'synfigstudio-debugsource' 'synfigstudio-lang' 'synnefo' 'syntax-highlighting' 'syntax-highlighting-devel' 'syntax-highlighting-devel-32bit' 'sysbench' 'sysconfig' 'sysconfig-netconfig' 'sysdig' 'sysdig-kmp-default' 'sysdig-kmp-pae' 'sysfsutils' 'sysfsutils-32bit' 'sysfsutils-devel' 'sysinfo' 'syslinux' 'syslinux6' 'syslog-ng' 'syslog-ng-curl' 'syslog-ng-devel' 'syslog-ng-geoip' 'syslog-ng-java' 'syslog-ng-python' 'syslog-ng-redis' 'syslog-ng-smtp' 'syslog-ng-sql' 'syslog-service' 'syslogd' 'sysprof' 'sysprof-capture-devel-static' 'sysprof-devel' 'sysprof-lang' 'sysstat' 'sysstat-isag' 'system-config-printer' 'system-config-printer-applet' 'system-config-printer-common' 'system-config-printer-common-lang' 'system-config-printer-dbus-service' 'system-group-hardware' 'system-group-obsolete' 'system-group-wheel' 'system-tuning-common-SUSE' 'system-user-bin' 'system-user-daemon' 'system-user-flatpak' 'system-user-ftp' 'system-user-games' 'system-user-lp' 'system-user-mail' 'system-user-man' 'system-user-news' 'system-user-nobody' 'system-user-root' 'system-user-srvGeoClue' 'system-user-tftp' 'system-user-tss' 'system-user-upsd' 'system-user-uucp' 'system-user-uuidd' 'system-user-wwwrun' 'systemd' 'systemd-32bit' 'systemd-container' 'systemd-coredump' 'systemd-devel' 'systemd-doc' 'systemd-icon-branding-openSUSE' 'systemd-journal-remote' 'systemd-lang' 'systemd-logger' 'systemd-mini-container' 'systemd-network' 'systemd-portable' 'systemd-presets-branding-MicroOS' 'systemd-presets-branding-openSUSE' 'systemd-presets-branding-transactional-server' 'systemd-presets-common-SUSE' 'systemd-rpm-macros' 'systemd-sysvinit' 'systemd-ui' 'systemd-zram-service' 'systemsettings5' 'systemsettings5-devel' 'systemsettings5-lang' 'systemtap' 'systemtap-docs' 'systemtap-dtrace' 'systemtap-headers' 'systemtap-runtime' 'systemtap-sdt-devel' 'systemtap-server' 'systester' 'sysuser-shadow' 'sysuser-tools' 'sysvinit-tools' 'sz2-devel' 't-prot' 't1utils' 't38modem' 'tabix' 'tachyon' 'tack' 'tagbanwa-fonts' 'taglib' 'taglib-extras' 'taglib-extras-debugsource' 'taglib-extras-devel' 'tagsoup' 'tagsoup-javadoc' 'tai-heritage-pro-fonts' 'taigo' 'taisei' 'taisei-data' 'tali' 'tali-lang' 'talk' 'talk-server' 'talloc-man' 'tallow' 'tamago' 'tamil-gtk2im' 'tamil-gtk2im-32bit' 'tango-icon-theme' 'tanukiwrapper' 'tanukiwrapper-javadoc' 'tanukiwrapper-manual' 'tar' 'tar-backup-scripts' 'tar-doc' 'tar-lang' 'tar-rmt' 'tar-tests' 'tardy' 'target-isns' 'targetcli-fb-common' 'taskwarrior' 'tasque' 'tasque-lang' 'tayga' 'tbb-devel' 'tboot' 'tcd' 'tcl' 'tcl-32bit' 'tcl-Hamlib' 'tcl-brlapi' 'tcl-devel' 'tcl-rrdtool' 'tcl-sqlcipher' 'tcl-tktray' 'tcl8-xapian' 'tclap' 'tclap-doc' 'tclcurl' 'tcllib' 'tcludp' 'tclx' 'tcmu-runner' 'tcmu-runner-handler-glusterfs' 'tcmu-runner-handler-rbd' 'tcmu-runner-handler-zbc' 'tcpd' 'tcpd-devel' 'tcpdump' 'tcpflow' 'tcpreplay' 'tcpser' 'tcsh' 'tcsh-lang' 'tdb-tools' 'tdiff' 'tdiff-bash-completion' 'tdom' 'tdom-devel' 'tdu' 'tdu' 'tdu-debuginfo' 'tdu-debugsource' 'tea' 'tealdeer' 'teamviewer' 'teamviewer-host' 'teamviewer-host-suse' 'teamviewer-suse' 'technical_writing' 'technisat-usb2-firmware' 'tecla' 'tecla-devel' 'tecnoballz' 'teeworlds' 'tei-roma' 'tei-xsl-stylesheets' 'tei_4' 'telegraf' 'telegram-desktop' 'telegram-desktop' 'telegram-qt5' 'telegram-qt5-devel' 'telegram-theme-adapta' 'telegram-theme-plata' 'telemetrics-client' 'telemetrics-client-devel' 'telepathy-accounts-signon' 'telepathy-farstream-devel' 'telepathy-gabble' 'telepathy-gabble-xmpp-console' 'telepathy-glib-devel' 'telepathy-glib-doc' 'telepathy-haze' 'telepathy-idle' 'telepathy-logger' 'telepathy-logger-devel' 'telepathy-logger-qt5-devel' 'telepathy-mission-control' 'telepathy-mission-control-devel' 'telepathy-mission-control-plugin-goa' 'telepathy-qt5-devel' 'telepathy-qt5-devel-32bit' 'telepathy-rakia' 'telepathy-rakia-devel' 'telepathy-sipe' 'tellico' 'tellico' 'tellico-debuginfo' 'tellico-debugsource' 'tellico-lang' 'telnet' 'telnet-server' 'template-glib-devel' 'template-glib-lang' 'template-resolver' 'template-resolver-javadoc' 'tennebon-dynamic-wallpaper' 'tensorflow' 'tensorflow-devel' 'tensorflow-doc' 'tensorflow-gnu-hpc' 'tensorflow-gnu-openmpi2-hpc' 'tensorflow-lite' 'tensorflow-lite-devel' 'tensorflow2' 'tensorflow2-devel' 'tensorflow2-doc' 'tensorflow2-gnu-hpc' 'tensorflow2-gnu-openmpi2-hpc' 'tensorflow2-lite' 'tensorflow2-lite-devel' 'tensorflow2_2_1_0-gnu-hpc' 'tensorflow2_2_1_0-gnu-hpc-devel' 'tensorflow2_2_1_0-gnu-hpc-doc' 'tensorflow2_2_1_0-gnu-openmpi2-hpc' 'tensorflow2_2_1_0-gnu-openmpi2-hpc-devel' 'tensorflow2_2_1_0-gnu-openmpi2-hpc-doc' 'tensorflow_1_15_2-gnu-hpc' 'tensorflow_1_15_2-gnu-hpc-devel' 'tensorflow_1_15_2-gnu-openmpi2-hpc' 'tensorflow_1_15_2-gnu-openmpi2-hpc-devel' 'tepl-4-lang' 'tepl-devel' 'termcap' 'termcap-32bit' 'terminator' 'terminator-lang' 'terminatorX' 'terminatorX' 'terminatorX-debuginfo' 'terminatorX-debugsource' 'terminfo' 'terminfo-base' 'terminfo-iterm' 'terminfo-screen' 'terminology' 'terminology-lang' 'terminology-theme-dark' 'terminology-theme-misc' 'terminology-theme-openSUSE' 'terminology-theme-openSUSE-oliveleaf' 'terminology-theme-upstream' 'terminus' 'terminus-bitmap-fonts' 'terminus-lang' 'termsyn-bitmap-fonts' 'terraform' 'terraform-provider-openstack' 'terraform-provider-vsphere' 'teseq' 'tesla-polyglot' 'tesla-polyglot-atom' 'tesla-polyglot-common' 'tesla-polyglot-common-javadoc' 'tesla-polyglot-groovy' 'tesla-polyglot-javadoc' 'tesla-polyglot-maven-plugin' 'tesla-polyglot-translate-plugin' 'tesla-polyglot-xml' 'tesla-polyglot-yaml' 'tesseract' 'tesseract-data' 'tesseract-ocr' 'tesseract-ocr-devel' 'tesseract-ocr-traineddata-afrikaans' 'tesseract-ocr-traineddata-albanian' 'tesseract-ocr-traineddata-amharic' 'tesseract-ocr-traineddata-arabic' 'tesseract-ocr-traineddata-assamese' 'tesseract-ocr-traineddata-azerbaijani' 'tesseract-ocr-traineddata-azerbaijani_cyrillic' 'tesseract-ocr-traineddata-basque' 'tesseract-ocr-traineddata-belarusian' 'tesseract-ocr-traineddata-bengali' 'tesseract-ocr-traineddata-bosnian' 'tesseract-ocr-traineddata-bulgarian' 'tesseract-ocr-traineddata-burmese' 'tesseract-ocr-traineddata-catalan' 'tesseract-ocr-traineddata-cebuano' 'tesseract-ocr-traineddata-cherokee' 'tesseract-ocr-traineddata-chinese_simplified' 'tesseract-ocr-traineddata-chinese_traditional' 'tesseract-ocr-traineddata-croatian' 'tesseract-ocr-traineddata-czech' 'tesseract-ocr-traineddata-danish' 'tesseract-ocr-traineddata-dutch' 'tesseract-ocr-traineddata-dzongkha' 'tesseract-ocr-traineddata-english' 'tesseract-ocr-traineddata-english_middle' 'tesseract-ocr-traineddata-esperanto' 'tesseract-ocr-traineddata-estonian' 'tesseract-ocr-traineddata-finnish' 'tesseract-ocr-traineddata-frankish' 'tesseract-ocr-traineddata-french' 'tesseract-ocr-traineddata-french_middle' 'tesseract-ocr-traineddata-galician' 'tesseract-ocr-traineddata-georgian' 'tesseract-ocr-traineddata-georgian_old' 'tesseract-ocr-traineddata-german' 'tesseract-ocr-traineddata-greek' 'tesseract-ocr-traineddata-greek_ancient' 'tesseract-ocr-traineddata-gujarati' 'tesseract-ocr-traineddata-haitian' 'tesseract-ocr-traineddata-hebrew' 'tesseract-ocr-traineddata-hindi' 'tesseract-ocr-traineddata-hungarian' 'tesseract-ocr-traineddata-icelandic' 'tesseract-ocr-traineddata-indonese' 'tesseract-ocr-traineddata-inuktitut' 'tesseract-ocr-traineddata-irish' 'tesseract-ocr-traineddata-italian' 'tesseract-ocr-traineddata-italian_old' 'tesseract-ocr-traineddata-japanese' 'tesseract-ocr-traineddata-javanese' 'tesseract-ocr-traineddata-kannada' 'tesseract-ocr-traineddata-kazakh' 'tesseract-ocr-traineddata-khmer' 'tesseract-ocr-traineddata-korean' 'tesseract-ocr-traineddata-kurdish' 'tesseract-ocr-traineddata-kyrgyz' 'tesseract-ocr-traineddata-lao' 'tesseract-ocr-traineddata-latin' 'tesseract-ocr-traineddata-latvian' 'tesseract-ocr-traineddata-lithuanian' 'tesseract-ocr-traineddata-macedonian' 'tesseract-ocr-traineddata-malay' 'tesseract-ocr-traineddata-malayalam' 'tesseract-ocr-traineddata-maltese' 'tesseract-ocr-traineddata-marathi' 'tesseract-ocr-traineddata-math_equation' 'tesseract-ocr-traineddata-nepali' 'tesseract-ocr-traineddata-norwegian' 'tesseract-ocr-traineddata-orientation_and_script_detection' 'tesseract-ocr-traineddata-oriya' 'tesseract-ocr-traineddata-pashto' 'tesseract-ocr-traineddata-persian' 'tesseract-ocr-traineddata-polish' 'tesseract-ocr-traineddata-portuguese' 'tesseract-ocr-traineddata-punjabi' 'tesseract-ocr-traineddata-romanian' 'tesseract-ocr-traineddata-russian' 'tesseract-ocr-traineddata-sanskrit' 'tesseract-ocr-traineddata-serbian' 'tesseract-ocr-traineddata-serbian_latin' 'tesseract-ocr-traineddata-sinhala' 'tesseract-ocr-traineddata-slovak' 'tesseract-ocr-traineddata-slovenian' 'tesseract-ocr-traineddata-spanish' 'tesseract-ocr-traineddata-spanish_old' 'tesseract-ocr-traineddata-swahili' 'tesseract-ocr-traineddata-swedish' 'tesseract-ocr-traineddata-syriac' 'tesseract-ocr-traineddata-tagalog' 'tesseract-ocr-traineddata-tajik' 'tesseract-ocr-traineddata-tamil' 'tesseract-ocr-traineddata-telugu' 'tesseract-ocr-traineddata-thai' 'tesseract-ocr-traineddata-tibetan_standard' 'tesseract-ocr-traineddata-tigrinya' 'tesseract-ocr-traineddata-turkish' 'tesseract-ocr-traineddata-ukrainian' 'tesseract-ocr-traineddata-urdu' 'tesseract-ocr-traineddata-uyghur' 'tesseract-ocr-traineddata-uzbek' 'tesseract-ocr-traineddata-uzbek_cyrillic' 'tesseract-ocr-traineddata-vietnamese' 'tesseract-ocr-traineddata-welsh' 'tesseract-ocr-traineddata-yiddish' 'tesseract-server' 'test-interface' 'test-interface-javadoc' 'testdisk' 'testng' 'testng-javadoc' 'testssl.sh' 'tetrinet-server' 'tevent-man' 'texamator' 'texamator-lang' 'texi2html' 'texi2html-lang' 'texi2roff' 'texinfo' 'texinfo4' 'texlive' 'texlive-12many' 'texlive-12many-doc' 'texlive-2up' 'texlive-2up-doc' 'texlive-Asana-Math' 'texlive-Asana-Math-doc' 'texlive-Asana-Math-fonts' 'texlive-ESIEEcv' 'texlive-ESIEEcv-doc' 'texlive-FAQ-en' 'texlive-GS1' 'texlive-GS1-doc' 'texlive-HA-prosper' 'texlive-HA-prosper-doc' 'texlive-IEEEconf' 'texlive-IEEEconf-doc' 'texlive-IEEEtran' 'texlive-IEEEtran-doc' 'texlive-MemoirChapStyles' 'texlive-SIstyle' 'texlive-SIstyle-doc' 'texlive-SIunits' 'texlive-SIunits-doc' 'texlive-Tabbing' 'texlive-Tabbing-doc' 'texlive-Type1fonts' 'texlive-a0poster' 'texlive-a0poster-doc' 'texlive-a2ping' 'texlive-a2ping-bin' 'texlive-a2ping-doc' 'texlive-a4wide' 'texlive-a4wide-doc' 'texlive-a5comb' 'texlive-a5comb-doc' 'texlive-aastex' 'texlive-aastex-doc' 'texlive-abbr' 'texlive-abbr-doc' 'texlive-abc' 'texlive-abc-doc' 'texlive-abnt' 'texlive-abnt-doc' 'texlive-abntex2' 'texlive-abntex2-doc' 'texlive-abraces' 'texlive-abraces-doc' 'texlive-abstract' 'texlive-abstract-doc' 'texlive-abstyles' 'texlive-abstyles-doc' 'texlive-academicons' 'texlive-academicons-doc' 'texlive-academicons-fonts' 'texlive-accanthis' 'texlive-accanthis-doc' 'texlive-accanthis-fonts' 'texlive-accfonts' 'texlive-accfonts-bin' 'texlive-accfonts-doc' 'texlive-achemso' 'texlive-achemso-doc' 'texlive-acmart' 'texlive-acmart-doc' 'texlive-acmconf' 'texlive-acmconf-doc' 'texlive-acro' 'texlive-acro-doc' 'texlive-acronym' 'texlive-acronym-doc' 'texlive-acroterm' 'texlive-acroterm-doc' 'texlive-active-conf' 'texlive-active-conf-doc' 'texlive-actuarialangle' 'texlive-actuarialangle-doc' 'texlive-actuarialsymbol' 'texlive-actuarialsymbol-doc' 'texlive-addfont' 'texlive-addfont-doc' 'texlive-addlines' 'texlive-addlines-doc' 'texlive-adfathesis' 'texlive-adfathesis-doc' 'texlive-adforn' 'texlive-adforn-doc' 'texlive-adforn-fonts' 'texlive-adfsymbols' 'texlive-adfsymbols-doc' 'texlive-adfsymbols-fonts' 'texlive-adhocfilelist' 'texlive-adhocfilelist-bin' 'texlive-adhocfilelist-doc' 'texlive-adigraph' 'texlive-adigraph-doc' 'texlive-adjmulticol' 'texlive-adjmulticol-doc' 'texlive-adjustbox' 'texlive-adjustbox-doc' 'texlive-adobemapping' 'texlive-adrconv' 'texlive-adrconv-doc' 'texlive-adtrees' 'texlive-adtrees-doc' 'texlive-advdate' 'texlive-advdate-doc' 'texlive-ae' 'texlive-ae-doc' 'texlive-aecc' 'texlive-aecc-doc' 'texlive-aeguill' 'texlive-aeguill-doc' 'texlive-afm2pl' 'texlive-afm2pl-bin' 'texlive-afm2pl-doc' 'texlive-afparticle' 'texlive-afparticle-doc' 'texlive-afthesis' 'texlive-afthesis-doc' 'texlive-aguplus' 'texlive-aguplus-doc' 'texlive-aiaa' 'texlive-aiaa-doc' 'texlive-aichej' 'texlive-ajl' 'texlive-akktex' 'texlive-akktex-doc' 'texlive-akletter' 'texlive-akletter-doc' 'texlive-alegreya' 'texlive-alegreya-doc' 'texlive-alegreya-fonts' 'texlive-aleph' 'texlive-aleph-bin' 'texlive-alertmessage' 'texlive-alertmessage-doc' 'texlive-alg' 'texlive-alg-doc' 'texlive-algobox' 'texlive-algobox-doc' 'texlive-algolrevived' 'texlive-algolrevived-doc' 'texlive-algolrevived-fonts' 'texlive-algorithm2e' 'texlive-algorithm2e-doc' 'texlive-algorithmicx' 'texlive-algorithmicx-doc' 'texlive-algorithms' 'texlive-algorithms-doc' 'texlive-aligned-overset' 'texlive-aligned-overset-doc' 'texlive-alkalami' 'texlive-alkalami-doc' 'texlive-alkalami-fonts' 'texlive-allrunes' 'texlive-allrunes-doc' 'texlive-allrunes-fonts' 'texlive-almfixed' 'texlive-almfixed-doc' 'texlive-almfixed-fonts' 'texlive-alnumsec' 'texlive-alnumsec-doc' 'texlive-alpha-persian' 'texlive-alpha-persian-doc' 'texlive-alterqcm' 'texlive-alterqcm-doc' 'texlive-altfont' 'texlive-altfont-doc' 'texlive-ametsoc' 'texlive-ametsoc-doc' 'texlive-amiri' 'texlive-amiri-doc' 'texlive-amiri-fonts' 'texlive-amsaddr' 'texlive-amsaddr-doc' 'texlive-amscls' 'texlive-amscls-doc' 'texlive-amsfonts' 'texlive-amsfonts-doc' 'texlive-amsfonts-fonts' 'texlive-amslatex-primer' 'texlive-amsldoc-it' 'texlive-amsldoc-vn' 'texlive-amsmath' 'texlive-amsmath-doc' 'texlive-amsmath-it' 'texlive-amsrefs' 'texlive-amsrefs-doc' 'texlive-amstex' 'texlive-amstex-bin' 'texlive-amstex-doc' 'texlive-amsthdoc-it' 'texlive-animate' 'texlive-animate-doc' 'texlive-anonchap' 'texlive-anonchap-doc' 'texlive-anonymouspro' 'texlive-anonymouspro-doc' 'texlive-anonymouspro-fonts' 'texlive-answers' 'texlive-answers-doc' 'texlive-antiqua' 'texlive-antiqua-doc' 'texlive-antiqua-fonts' 'texlive-antomega' 'texlive-antomega-doc' 'texlive-antt' 'texlive-antt-doc' 'texlive-antt-fonts' 'texlive-anufinalexam' 'texlive-anyfontsize' 'texlive-anyfontsize-doc' 'texlive-anysize' 'texlive-anysize-doc' 'texlive-aobs-tikz' 'texlive-aobs-tikz-doc' 'texlive-aomart' 'texlive-aomart-doc' 'texlive-apa' 'texlive-apa-doc' 'texlive-apa6' 'texlive-apa6-doc' 'texlive-apa6e' 'texlive-apa6e-doc' 'texlive-apacite' 'texlive-apacite-doc' 'texlive-apalike-german' 'texlive-apalike-german-doc' 'texlive-apalike2' 'texlive-apnum' 'texlive-apnum-doc' 'texlive-appendix' 'texlive-appendix-doc' 'texlive-appendixnumberbeamer' 'texlive-appendixnumberbeamer-doc' 'texlive-apprends-latex' 'texlive-apptools' 'texlive-apptools-doc' 'texlive-apxproof' 'texlive-apxproof-doc' 'texlive-arabi' 'texlive-arabi-add' 'texlive-arabi-add-doc' 'texlive-arabi-doc' 'texlive-arabi-fonts' 'texlive-arabluatex' 'texlive-arabluatex-doc' 'texlive-arabtex' 'texlive-arabtex-doc' 'texlive-arabtex-fonts' 'texlive-arabxetex' 'texlive-arabxetex-doc' 'texlive-aramaic-serto' 'texlive-aramaic-serto-doc' 'texlive-aramaic-serto-fonts' 'texlive-arara' 'texlive-arara-bin' 'texlive-arara-doc' 'texlive-archaeologie' 'texlive-archaeologie-doc' 'texlive-archaic' 'texlive-archaic-doc' 'texlive-archaic-fonts' 'texlive-arcs' 'texlive-arcs-doc' 'texlive-arev' 'texlive-arev-doc' 'texlive-arev-fonts' 'texlive-arimo' 'texlive-arimo-doc' 'texlive-arimo-fonts' 'texlive-armtex' 'texlive-armtex-doc' 'texlive-armtex-fonts' 'texlive-around-the-bend' 'texlive-arphic' 'texlive-arphic-doc' 'texlive-arphic-fonts' 'texlive-arphic-ttf' 'texlive-arphic-ttf-doc' 'texlive-arphic-ttf-fonts' 'texlive-arrayjobx' 'texlive-arrayjobx-doc' 'texlive-arraysort' 'texlive-arraysort-doc' 'texlive-arsclassica' 'texlive-arsclassica-doc' 'texlive-articleingud' 'texlive-articleingud-doc' 'texlive-arydshln' 'texlive-arydshln-doc' 'texlive-asaetr' 'texlive-asaetr-doc' 'texlive-asapsym' 'texlive-asapsym-doc' 'texlive-asapsym-fonts' 'texlive-ascelike' 'texlive-ascelike-doc' 'texlive-ascii-chart' 'texlive-ascii-font' 'texlive-ascii-font-doc' 'texlive-ascii-font-fonts' 'texlive-asciilist' 'texlive-asciilist-doc' 'texlive-ascmac' 'texlive-ascmac-doc' 'texlive-ascmac-fonts' 'texlive-askmaps' 'texlive-askmaps-doc' 'texlive-asmeconf' 'texlive-asmeconf-doc' 'texlive-aspectratio' 'texlive-aspectratio-doc' 'texlive-aspectratio-fonts' 'texlive-assignment' 'texlive-assignment-doc' 'texlive-assoccnt' 'texlive-assoccnt-doc' 'texlive-astro' 'texlive-astro-doc' 'texlive-asyfig' 'texlive-asyfig-doc' 'texlive-asymptote' 'texlive-asymptote-bin' 'texlive-asymptote-by-example-zh-cn' 'texlive-asymptote-doc' 'texlive-asymptote-faq-zh-cn' 'texlive-asymptote-manual-zh-cn' 'texlive-asypictureb' 'texlive-asypictureb-doc' 'texlive-attachfile' 'texlive-attachfile-doc' 'texlive-aucklandthesis' 'texlive-aucklandthesis-doc' 'texlive-augie' 'texlive-augie-doc' 'texlive-augie-fonts' 'texlive-auncial-new' 'texlive-auncial-new-doc' 'texlive-auncial-new-fonts' 'texlive-aurical' 'texlive-aurical-doc' 'texlive-aurical-fonts' 'texlive-aurl' 'texlive-aurl-doc' 'texlive-authoraftertitle' 'texlive-authoraftertitle-doc' 'texlive-authorarchive' 'texlive-authorarchive-doc' 'texlive-authorindex' 'texlive-authorindex-bin' 'texlive-authorindex-doc' 'texlive-auto-pst-pdf' 'texlive-auto-pst-pdf-doc' 'texlive-auto-pst-pdf-lua' 'texlive-auto-pst-pdf-lua-doc' 'texlive-autoaligne' 'texlive-autoaligne-doc' 'texlive-autoarea' 'texlive-autoarea-doc' 'texlive-autobreak' 'texlive-autobreak-doc' 'texlive-automata' 'texlive-automata-doc' 'texlive-autonum' 'texlive-autonum-doc' 'texlive-autopdf' 'texlive-autopdf-doc' 'texlive-autosp' 'texlive-autosp-bin' 'texlive-avantgar' 'texlive-avantgar-fonts' 'texlive-avremu' 'texlive-avremu-doc' 'texlive-awesomebox' 'texlive-awesomebox-doc' 'texlive-axodraw2' 'texlive-axodraw2-bin' 'texlive-axodraw2-doc' 'texlive-b1encoding' 'texlive-b1encoding-doc' 'texlive-babel' 'texlive-babel-albanian' 'texlive-babel-albanian-doc' 'texlive-babel-azerbaijani' 'texlive-babel-azerbaijani-doc' 'texlive-babel-basque' 'texlive-babel-basque-doc' 'texlive-babel-belarusian' 'texlive-babel-belarusian-doc' 'texlive-babel-bosnian' 'texlive-babel-bosnian-doc' 'texlive-babel-breton' 'texlive-babel-breton-doc' 'texlive-babel-bulgarian' 'texlive-babel-bulgarian-doc' 'texlive-babel-catalan' 'texlive-babel-catalan-doc' 'texlive-babel-croatian' 'texlive-babel-croatian-doc' 'texlive-babel-czech' 'texlive-babel-czech-doc' 'texlive-babel-danish' 'texlive-babel-danish-doc' 'texlive-babel-doc' 'texlive-babel-dutch' 'texlive-babel-dutch-doc' 'texlive-babel-english' 'texlive-babel-english-doc' 'texlive-babel-esperanto' 'texlive-babel-esperanto-doc' 'texlive-babel-estonian' 'texlive-babel-estonian-doc' 'texlive-babel-finnish' 'texlive-babel-finnish-doc' 'texlive-babel-french' 'texlive-babel-french-doc' 'texlive-babel-friulan' 'texlive-babel-friulan-doc' 'texlive-babel-galician' 'texlive-babel-galician-doc' 'texlive-babel-georgian' 'texlive-babel-georgian-doc' 'texlive-babel-german' 'texlive-babel-german-doc' 'texlive-babel-greek' 'texlive-babel-greek-doc' 'texlive-babel-hebrew' 'texlive-babel-hebrew-doc' 'texlive-babel-hungarian' 'texlive-babel-hungarian-doc' 'texlive-babel-icelandic' 'texlive-babel-icelandic-doc' 'texlive-babel-indonesian' 'texlive-babel-indonesian-doc' 'texlive-babel-interlingua' 'texlive-babel-interlingua-doc' 'texlive-babel-irish' 'texlive-babel-irish-doc' 'texlive-babel-italian' 'texlive-babel-italian-doc' 'texlive-babel-japanese' 'texlive-babel-japanese-doc' 'texlive-babel-kurmanji' 'texlive-babel-kurmanji-doc' 'texlive-babel-latin' 'texlive-babel-latin-doc' 'texlive-babel-latvian' 'texlive-babel-latvian-doc' 'texlive-babel-macedonian' 'texlive-babel-macedonian-doc' 'texlive-babel-malay' 'texlive-babel-malay-doc' 'texlive-babel-norsk' 'texlive-babel-norsk-doc' 'texlive-babel-occitan' 'texlive-babel-occitan-doc' 'texlive-babel-piedmontese' 'texlive-babel-piedmontese-doc' 'texlive-babel-polish' 'texlive-babel-polish-doc' 'texlive-babel-portuges' 'texlive-babel-portuges-doc' 'texlive-babel-romanian' 'texlive-babel-romanian-doc' 'texlive-babel-romansh' 'texlive-babel-romansh-doc' 'texlive-babel-russian' 'texlive-babel-russian-doc' 'texlive-babel-samin' 'texlive-babel-samin-doc' 'texlive-babel-scottish' 'texlive-babel-scottish-doc' 'texlive-babel-serbian' 'texlive-babel-serbian-doc' 'texlive-babel-serbianc' 'texlive-babel-serbianc-doc' 'texlive-babel-slovak' 'texlive-babel-slovak-doc' 'texlive-babel-slovenian' 'texlive-babel-slovenian-doc' 'texlive-babel-sorbian' 'texlive-babel-sorbian-doc' 'texlive-babel-spanglish' 'texlive-babel-spanglish-doc' 'texlive-babel-spanish' 'texlive-babel-spanish-doc' 'texlive-babel-swedish' 'texlive-babel-swedish-doc' 'texlive-babel-thai' 'texlive-babel-thai-doc' 'texlive-babel-turkish' 'texlive-babel-turkish-doc' 'texlive-babel-ukrainian' 'texlive-babel-ukrainian-doc' 'texlive-babel-vietnamese' 'texlive-babel-vietnamese-doc' 'texlive-babel-welsh' 'texlive-babel-welsh-doc' 'texlive-babelbib' 'texlive-babelbib-doc' 'texlive-background' 'texlive-background-doc' 'texlive-backnaur' 'texlive-backnaur-doc' 'texlive-baekmuk' 'texlive-baekmuk-doc' 'texlive-baekmuk-fonts' 'texlive-bagpipe' 'texlive-bagpipe-doc' 'texlive-bangorcsthesis' 'texlive-bangorcsthesis-doc' 'texlive-bangorexam' 'texlive-bangorexam-doc' 'texlive-bangtex' 'texlive-bangtex-doc' 'texlive-bankstatement' 'texlive-bankstatement-doc' 'texlive-barcodes' 'texlive-barcodes-doc' 'texlive-bardiag' 'texlive-bardiag-doc' 'texlive-barr' 'texlive-barr-doc' 'texlive-bartel-chess-fonts' 'texlive-bartel-chess-fonts-doc' 'texlive-bashful' 'texlive-bashful-doc' 'texlive-basicarith' 'texlive-basicarith-doc' 'texlive-baskervald' 'texlive-baskervald-doc' 'texlive-baskervald-fonts' 'texlive-baskervaldx' 'texlive-baskervaldx-doc' 'texlive-baskervaldx-fonts' 'texlive-baskervillef' 'texlive-baskervillef-doc' 'texlive-baskervillef-fonts' 'texlive-basque-book' 'texlive-basque-book-doc' 'texlive-basque-date' 'texlive-basque-date-doc' 'texlive-bath-bst' 'texlive-bath-bst-doc' 'texlive-bbcard' 'texlive-bbcard-doc' 'texlive-bbding' 'texlive-bbding-doc' 'texlive-bbm' 'texlive-bbm-doc' 'texlive-bbm-macros' 'texlive-bbm-macros-doc' 'texlive-bbold' 'texlive-bbold-doc' 'texlive-bbold-type1' 'texlive-bbold-type1-doc' 'texlive-bbold-type1-fonts' 'texlive-bchart' 'texlive-bchart-doc' 'texlive-bclogo' 'texlive-bclogo-doc' 'texlive-beamer' 'texlive-beamer-FUBerlin' 'texlive-beamer-doc' 'texlive-beamer-rl' 'texlive-beamer-rl-doc' 'texlive-beamer-tut-pt' 'texlive-beamer-verona' 'texlive-beamer-verona-doc' 'texlive-beamer2thesis' 'texlive-beamer2thesis-doc' 'texlive-beameraudience' 'texlive-beameraudience-doc' 'texlive-beamercolorthemeowl' 'texlive-beamercolorthemeowl-doc' 'texlive-beamerdarkthemes' 'texlive-beamerdarkthemes-doc' 'texlive-beamerposter' 'texlive-beamerposter-doc' 'texlive-beamersubframe' 'texlive-beamersubframe-doc' 'texlive-beamerswitch' 'texlive-beamerswitch-doc' 'texlive-beamertheme-cuerna' 'texlive-beamertheme-cuerna-doc' 'texlive-beamertheme-detlevcm' 'texlive-beamertheme-detlevcm-doc' 'texlive-beamertheme-epyt' 'texlive-beamertheme-epyt-doc' 'texlive-beamertheme-focus' 'texlive-beamertheme-focus-doc' 'texlive-beamertheme-light' 'texlive-beamertheme-light-doc' 'texlive-beamertheme-metropolis' 'texlive-beamertheme-metropolis-doc' 'texlive-beamertheme-npbt' 'texlive-beamertheme-npbt-doc' 'texlive-beamertheme-phnompenh' 'texlive-beamertheme-phnompenh-doc' 'texlive-beamertheme-saintpetersburg' 'texlive-beamertheme-saintpetersburg-doc' 'texlive-beamertheme-upenn-bc' 'texlive-beamertheme-upenn-bc-doc' 'texlive-beamerthemejltree' 'texlive-beamerthemenirma' 'texlive-beamerthemenirma-doc' 'texlive-beebe' 'texlive-begingreek' 'texlive-begingreek-doc' 'texlive-begriff' 'texlive-begriff-doc' 'texlive-beilstein' 'texlive-beilstein-doc' 'texlive-belleek' 'texlive-belleek-doc' 'texlive-belleek-fonts' 'texlive-bengali' 'texlive-bengali-doc' 'texlive-bera' 'texlive-bera-doc' 'texlive-bera-fonts' 'texlive-berenisadf' 'texlive-berenisadf-doc' 'texlive-berenisadf-fonts' 'texlive-besjournals' 'texlive-besjournals-doc' 'texlive-bestpapers' 'texlive-bestpapers-doc' 'texlive-betababel' 'texlive-betababel-doc' 'texlive-beton' 'texlive-beton-doc' 'texlive-beuron' 'texlive-beuron-doc' 'texlive-beuron-fonts' 'texlive-bewerbung' 'texlive-bewerbung-doc' 'texlive-bez123' 'texlive-bez123-doc' 'texlive-bezierplot' 'texlive-bezierplot-doc' 'texlive-bezos' 'texlive-bezos-doc' 'texlive-bgreek' 'texlive-bgreek-doc' 'texlive-bgteubner' 'texlive-bgteubner-doc' 'texlive-bguq' 'texlive-bguq-doc' 'texlive-bguq-fonts' 'texlive-bhcexam' 'texlive-bhcexam-doc' 'texlive-bib-fr' 'texlive-bib-fr-doc' 'texlive-bib2gls' 'texlive-bib2gls-bin' 'texlive-bib2gls-doc' 'texlive-bibarts' 'texlive-bibarts-doc' 'texlive-biber' 'texlive-biber-bin' 'texlive-bibexport' 'texlive-bibexport-bin' 'texlive-bibexport-doc' 'texlive-bibhtml' 'texlive-bibhtml-doc' 'texlive-biblatex' 'texlive-biblatex-abnt' 'texlive-biblatex-abnt-doc' 'texlive-biblatex-anonymous' 'texlive-biblatex-anonymous-doc' 'texlive-biblatex-apa' 'texlive-biblatex-apa-doc' 'texlive-biblatex-archaeology' 'texlive-biblatex-archaeology-doc' 'texlive-biblatex-arthistory-bonn' 'texlive-biblatex-arthistory-bonn-doc' 'texlive-biblatex-bath' 'texlive-biblatex-bath-doc' 'texlive-biblatex-bookinarticle' 'texlive-biblatex-bookinarticle-doc' 'texlive-biblatex-bookinother' 'texlive-biblatex-bookinother-doc' 'texlive-biblatex-bwl' 'texlive-biblatex-bwl-doc' 'texlive-biblatex-caspervector' 'texlive-biblatex-caspervector-doc' 'texlive-biblatex-cheatsheet' 'texlive-biblatex-chem' 'texlive-biblatex-chem-doc' 'texlive-biblatex-chicago' 'texlive-biblatex-chicago-doc' 'texlive-biblatex-claves' 'texlive-biblatex-claves-doc' 'texlive-biblatex-doc' 'texlive-biblatex-dw' 'texlive-biblatex-dw-doc' 'texlive-biblatex-enc' 'texlive-biblatex-enc-doc' 'texlive-biblatex-ext' 'texlive-biblatex-ext-doc' 'texlive-biblatex-fiwi' 'texlive-biblatex-fiwi-doc' 'texlive-biblatex-gb7714-2015' 'texlive-biblatex-gb7714-2015-doc' 'texlive-biblatex-gost' 'texlive-biblatex-gost-doc' 'texlive-biblatex-historian' 'texlive-biblatex-historian-doc' 'texlive-biblatex-ieee' 'texlive-biblatex-ieee-doc' 'texlive-biblatex-ijsra' 'texlive-biblatex-ijsra-doc' 'texlive-biblatex-iso690' 'texlive-biblatex-iso690-doc' 'texlive-biblatex-juradiss' 'texlive-biblatex-juradiss-doc' 'texlive-biblatex-lni' 'texlive-biblatex-lni-doc' 'texlive-biblatex-luh-ipw' 'texlive-biblatex-luh-ipw-doc' 'texlive-biblatex-manuscripts-philology' 'texlive-biblatex-manuscripts-philology-doc' 'texlive-biblatex-mla' 'texlive-biblatex-mla-doc' 'texlive-biblatex-morenames' 'texlive-biblatex-morenames-doc' 'texlive-biblatex-multiple-dm' 'texlive-biblatex-multiple-dm-doc' 'texlive-biblatex-musuos' 'texlive-biblatex-musuos-doc' 'texlive-biblatex-nature' 'texlive-biblatex-nature-doc' 'texlive-biblatex-nejm' 'texlive-biblatex-nejm-doc' 'texlive-biblatex-nottsclassic' 'texlive-biblatex-nottsclassic-doc' 'texlive-biblatex-opcit-booktitle' 'texlive-biblatex-opcit-booktitle-doc' 'texlive-biblatex-oxref' 'texlive-biblatex-oxref-doc' 'texlive-biblatex-philosophy' 'texlive-biblatex-philosophy-doc' 'texlive-biblatex-phys' 'texlive-biblatex-phys-doc' 'texlive-biblatex-publist' 'texlive-biblatex-publist-doc' 'texlive-biblatex-realauthor' 'texlive-biblatex-realauthor-doc' 'texlive-biblatex-sbl' 'texlive-biblatex-sbl-doc' 'texlive-biblatex-science' 'texlive-biblatex-science-doc' 'texlive-biblatex-shortfields' 'texlive-biblatex-shortfields-doc' 'texlive-biblatex-socialscienceshuberlin' 'texlive-biblatex-socialscienceshuberlin-doc' 'texlive-biblatex-source-division' 'texlive-biblatex-source-division-doc' 'texlive-biblatex-subseries' 'texlive-biblatex-subseries-doc' 'texlive-biblatex-swiss-legal' 'texlive-biblatex-swiss-legal-doc' 'texlive-biblatex-trad' 'texlive-biblatex-trad-doc' 'texlive-biblatex-true-citepages-omit' 'texlive-biblatex-true-citepages-omit-doc' 'texlive-bibleref' 'texlive-bibleref-doc' 'texlive-bibleref-french' 'texlive-bibleref-french-doc' 'texlive-bibleref-german' 'texlive-bibleref-german-doc' 'texlive-bibleref-lds' 'texlive-bibleref-lds-doc' 'texlive-bibleref-mouth' 'texlive-bibleref-mouth-doc' 'texlive-bibleref-parse' 'texlive-bibleref-parse-doc' 'texlive-bibletext' 'texlive-bibletext-doc' 'texlive-biblist' 'texlive-biblist-doc' 'texlive-bibtex' 'texlive-bibtex-bin' 'texlive-bibtex-doc' 'texlive-bibtex8' 'texlive-bibtex8-bin' 'texlive-bibtex8-doc' 'texlive-bibtexperllibs' 'texlive-bibtexperllibs-doc' 'texlive-bibtexu' 'texlive-bibtexu-bin' 'texlive-bibtopic' 'texlive-bibtopic-doc' 'texlive-bibtopicprefix' 'texlive-bibtopicprefix-doc' 'texlive-bibunits' 'texlive-bibunits-doc' 'texlive-bidi' 'texlive-bidi-atbegshi' 'texlive-bidi-atbegshi-doc' 'texlive-bidi-doc' 'texlive-bidicontour' 'texlive-bidicontour-doc' 'texlive-bidihl' 'texlive-bidihl-doc' 'texlive-bidipagegrid' 'texlive-bidipagegrid-doc' 'texlive-bidipresentation' 'texlive-bidipresentation-doc' 'texlive-bidishadowtext' 'texlive-bidishadowtext-doc' 'texlive-bigfoot' 'texlive-bigfoot-doc' 'texlive-bigints' 'texlive-bigints-doc' 'texlive-bin-devel' 'texlive-binarytree' 'texlive-binarytree-doc' 'texlive-binomexp' 'texlive-binomexp-doc' 'texlive-biochemistry-colors' 'texlive-biochemistry-colors-doc' 'texlive-biocon' 'texlive-biocon-doc' 'texlive-biolett-bst' 'texlive-biolett-bst-doc' 'texlive-bitelist' 'texlive-bitelist-doc' 'texlive-bitpattern' 'texlive-bitpattern-doc' 'texlive-bizcard' 'texlive-bizcard-doc' 'texlive-blacklettert1' 'texlive-blacklettert1-doc' 'texlive-blindtext' 'texlive-blindtext-doc' 'texlive-blkarray' 'texlive-blkarray-doc' 'texlive-blochsphere' 'texlive-blochsphere-doc' 'texlive-block' 'texlive-block-doc' 'texlive-blockdraw_mp' 'texlive-blockdraw_mp-doc' 'texlive-bloques' 'texlive-bloques-doc' 'texlive-blowup' 'texlive-blowup-doc' 'texlive-blox' 'texlive-blox-doc' 'texlive-bnumexpr' 'texlive-bnumexpr-doc' 'texlive-bodegraph' 'texlive-bodegraph-doc' 'texlive-bohr' 'texlive-bohr-doc' 'texlive-boisik' 'texlive-boisik-doc' 'texlive-boites' 'texlive-boites-doc' 'texlive-bold-extra' 'texlive-bold-extra-doc' 'texlive-boldtensors' 'texlive-boldtensors-doc' 'texlive-bondgraph' 'texlive-bondgraph-doc' 'texlive-bondgraphs' 'texlive-bondgraphs-doc' 'texlive-bookcover' 'texlive-bookcover-doc' 'texlive-bookdb' 'texlive-bookdb-doc' 'texlive-bookest' 'texlive-bookest-doc' 'texlive-bookhands' 'texlive-bookhands-doc' 'texlive-bookhands-fonts' 'texlive-booklet' 'texlive-booklet-doc' 'texlive-bookman' 'texlive-bookman-fonts' 'texlive-booktabs' 'texlive-booktabs-de' 'texlive-booktabs-doc' 'texlive-booktabs-fr' 'texlive-boolexpr' 'texlive-boolexpr-doc' 'texlive-boondox' 'texlive-boondox-doc' 'texlive-boondox-fonts' 'texlive-bophook' 'texlive-bophook-doc' 'texlive-borceux' 'texlive-borceux-doc' 'texlive-bosisio' 'texlive-bosisio-doc' 'texlive-boxedminipage' 'texlive-boxedminipage-doc' 'texlive-boxedminipage2e' 'texlive-boxedminipage2e-doc' 'texlive-boxhandler' 'texlive-boxhandler-doc' 'texlive-bpchem' 'texlive-bpchem-doc' 'texlive-bpolynomial' 'texlive-bpolynomial-doc' 'texlive-br-lex' 'texlive-br-lex-doc' 'texlive-bracketkey' 'texlive-bracketkey-doc' 'texlive-braids' 'texlive-braids-doc' 'texlive-braille' 'texlive-braille-doc' 'texlive-braket' 'texlive-braket-doc' 'texlive-brandeis-dissertation' 'texlive-brandeis-dissertation-doc' 'texlive-brandeis-problemset' 'texlive-brandeis-problemset-doc' 'texlive-breakcites' 'texlive-breakcites-doc' 'texlive-breakurl' 'texlive-breakurl-doc' 'texlive-bredzenie' 'texlive-bredzenie-doc' 'texlive-breqn' 'texlive-breqn-doc' 'texlive-bropd' 'texlive-bropd-doc' 'texlive-brushscr' 'texlive-brushscr-doc' 'texlive-brushscr-fonts' 'texlive-bullcntr' 'texlive-bullcntr-doc' 'texlive-bundledoc' 'texlive-bundledoc-bin' 'texlive-bundledoc-doc' 'texlive-burmese' 'texlive-burmese-doc' 'texlive-burmese-fonts' 'texlive-businesscard-qrcode' 'texlive-businesscard-qrcode-doc' 'texlive-bussproofs' 'texlive-bussproofs-doc' 'texlive-bussproofs-extra' 'texlive-bussproofs-extra-doc' 'texlive-bxbase' 'texlive-bxbase-doc' 'texlive-bxcalc' 'texlive-bxcalc-doc' 'texlive-bxcjkjatype' 'texlive-bxcjkjatype-doc' 'texlive-bxdpx-beamer' 'texlive-bxdpx-beamer-doc' 'texlive-bxdvidriver' 'texlive-bxdvidriver-doc' 'texlive-bxeepic' 'texlive-bxeepic-doc' 'texlive-bxenclose' 'texlive-bxenclose-doc' 'texlive-bxjaholiday' 'texlive-bxjaholiday-doc' 'texlive-bxjalipsum' 'texlive-bxjalipsum-doc' 'texlive-bxjaprnind' 'texlive-bxjaprnind-doc' 'texlive-bxjscls' 'texlive-bxjscls-doc' 'texlive-bxnewfont' 'texlive-bxnewfont-doc' 'texlive-bxorigcapt' 'texlive-bxorigcapt-doc' 'texlive-bxpapersize' 'texlive-bxpapersize-doc' 'texlive-bxpdfver' 'texlive-bxpdfver-doc' 'texlive-bxtexlogo' 'texlive-bxtexlogo-doc' 'texlive-bxwareki' 'texlive-bxwareki-doc' 'texlive-bytefield' 'texlive-bytefield-doc' 'texlive-c-pascal' 'texlive-c-pascal-doc' 'texlive-c90' 'texlive-c90-doc' 'texlive-cabin' 'texlive-cabin-doc' 'texlive-cabin-fonts' 'texlive-cachepic' 'texlive-cachepic-bin' 'texlive-cachepic-doc' 'texlive-caladea' 'texlive-caladea-doc' 'texlive-caladea-fonts' 'texlive-calcage' 'texlive-calcage-doc' 'texlive-calctab' 'texlive-calctab-doc' 'texlive-calculation' 'texlive-calculation-doc' 'texlive-calculator' 'texlive-calculator-doc' 'texlive-calligra' 'texlive-calligra-doc' 'texlive-calligra-type1' 'texlive-calligra-type1-doc' 'texlive-calligra-type1-fonts' 'texlive-callouts' 'texlive-callouts-doc' 'texlive-calrsfs' 'texlive-calrsfs-doc' 'texlive-cals' 'texlive-cals-doc' 'texlive-calxxxx-yyyy' 'texlive-calxxxx-yyyy-doc' 'texlive-cancel' 'texlive-cancel-doc' 'texlive-canoniclayout' 'texlive-canoniclayout-doc' 'texlive-cantarell' 'texlive-cantarell-doc' 'texlive-cantarell-fonts' 'texlive-capt-of' 'texlive-capt-of-doc' 'texlive-captcont' 'texlive-captcont-doc' 'texlive-captdef' 'texlive-captdef-doc' 'texlive-caption' 'texlive-caption-doc' 'texlive-carbohydrates' 'texlive-carbohydrates-doc' 'texlive-carlisle' 'texlive-carlisle-doc' 'texlive-carlito' 'texlive-carlito-doc' 'texlive-carlito-fonts' 'texlive-carolmin-ps' 'texlive-carolmin-ps-doc' 'texlive-carolmin-ps-fonts' 'texlive-cascade' 'texlive-cascade-doc' 'texlive-cascadilla' 'texlive-cascadilla-doc' 'texlive-cases' 'texlive-cases-doc' 'texlive-casyl' 'texlive-casyl-doc' 'texlive-catchfilebetweentags' 'texlive-catchfilebetweentags-doc' 'texlive-catcodes' 'texlive-catcodes-doc' 'texlive-catechis' 'texlive-catechis-doc' 'texlive-catoptions' 'texlive-catoptions-doc' 'texlive-cbcoptic' 'texlive-cbcoptic-doc' 'texlive-cbcoptic-fonts' 'texlive-cbfonts' 'texlive-cbfonts-doc' 'texlive-cbfonts-fd' 'texlive-cbfonts-fd-doc' 'texlive-cbfonts-fonts' 'texlive-cc-pl' 'texlive-cc-pl-doc' 'texlive-cc-pl-fonts' 'texlive-ccaption' 'texlive-ccaption-doc' 'texlive-ccfonts' 'texlive-ccfonts-doc' 'texlive-ccicons' 'texlive-ccicons-doc' 'texlive-ccicons-fonts' 'texlive-cclicenses' 'texlive-cclicenses-doc' 'texlive-cd' 'texlive-cd-cover' 'texlive-cd-cover-doc' 'texlive-cd-doc' 'texlive-cdpbundl' 'texlive-cdpbundl-doc' 'texlive-cell' 'texlive-cell-doc' 'texlive-cellprops' 'texlive-cellprops-doc' 'texlive-cellspace' 'texlive-cellspace-doc' 'texlive-celtic' 'texlive-celtic-doc' 'texlive-censor' 'texlive-censor-doc' 'texlive-cesenaexam' 'texlive-cesenaexam-doc' 'texlive-cfr-initials' 'texlive-cfr-initials-doc' 'texlive-cfr-lm' 'texlive-cfr-lm-doc' 'texlive-changebar' 'texlive-changebar-doc' 'texlive-changelayout' 'texlive-changelayout-doc' 'texlive-changelog' 'texlive-changelog-doc' 'texlive-changepage' 'texlive-changepage-doc' 'texlive-changes' 'texlive-changes-doc' 'texlive-chappg' 'texlive-chappg-doc' 'texlive-chapterfolder' 'texlive-chapterfolder-doc' 'texlive-charter' 'texlive-charter-doc' 'texlive-charter-fonts' 'texlive-chbibref' 'texlive-chbibref-doc' 'texlive-cheatsheet' 'texlive-cheatsheet-doc' 'texlive-checkcites' 'texlive-checkcites-bin' 'texlive-checkcites-doc' 'texlive-checklistings' 'texlive-checklistings-bin' 'texlive-checklistings-doc' 'texlive-chem-journal' 'texlive-chemarrow' 'texlive-chemarrow-doc' 'texlive-chemarrow-fonts' 'texlive-chembst' 'texlive-chembst-doc' 'texlive-chemcompounds' 'texlive-chemcompounds-doc' 'texlive-chemcono' 'texlive-chemcono-doc' 'texlive-chemexec' 'texlive-chemexec-doc' 'texlive-chemfig' 'texlive-chemfig-doc' 'texlive-chemformula' 'texlive-chemformula-doc' 'texlive-chemgreek' 'texlive-chemgreek-doc' 'texlive-chemmacros' 'texlive-chemmacros-doc' 'texlive-chemnum' 'texlive-chemnum-doc' 'texlive-chemschemex' 'texlive-chemschemex-doc' 'texlive-chemsec' 'texlive-chemsec-doc' 'texlive-chemstyle' 'texlive-chemstyle-doc' 'texlive-cherokee' 'texlive-cherokee-doc' 'texlive-chess' 'texlive-chess-doc' 'texlive-chess-problem-diagrams' 'texlive-chess-problem-diagrams-doc' 'texlive-chessboard' 'texlive-chessboard-doc' 'texlive-chessfss' 'texlive-chessfss-doc' 'texlive-chet' 'texlive-chet-doc' 'texlive-chextras' 'texlive-chextras-doc' 'texlive-chicago' 'texlive-chicago-annote' 'texlive-chicago-annote-doc' 'texlive-chickenize' 'texlive-chickenize-doc' 'texlive-childdoc' 'texlive-childdoc-doc' 'texlive-chivo' 'texlive-chivo-doc' 'texlive-chivo-fonts' 'texlive-chkfloat' 'texlive-chkfloat-doc' 'texlive-chktex' 'texlive-chktex-bin' 'texlive-chktex-doc' 'texlive-chletter' 'texlive-chletter-doc' 'texlive-chngcntr' 'texlive-chngcntr-doc' 'texlive-chordbars' 'texlive-chordbars-doc' 'texlive-chronology' 'texlive-chronology-doc' 'texlive-chronosys' 'texlive-chronosys-doc' 'texlive-chs-physics-report' 'texlive-chs-physics-report-doc' 'texlive-chscite' 'texlive-chscite-doc' 'texlive-churchslavonic' 'texlive-churchslavonic-doc' 'texlive-cinzel' 'texlive-cinzel-doc' 'texlive-cinzel-fonts' 'texlive-circ' 'texlive-circ-doc' 'texlive-circuitikz' 'texlive-circuitikz-doc' 'texlive-cite' 'texlive-cite-doc' 'texlive-citeall' 'texlive-citeall-doc' 'texlive-citeref' 'texlive-citeref-doc' 'texlive-cje' 'texlive-cje-doc' 'texlive-cjhebrew' 'texlive-cjhebrew-doc' 'texlive-cjhebrew-fonts' 'texlive-cjk' 'texlive-cjk-doc' 'texlive-cjk-gs-integrate' 'texlive-cjk-gs-integrate-bin' 'texlive-cjk-gs-integrate-doc' 'texlive-cjk-ko' 'texlive-cjk-ko-doc' 'texlive-cjk-latex-extras' 'texlive-cjkpunct' 'texlive-cjkpunct-doc' 'texlive-cjkutils' 'texlive-cjkutils-bin' 'texlive-cjkutils-doc' 'texlive-classics' 'texlive-classics-doc' 'texlive-classicthesis' 'texlive-classicthesis-doc' 'texlive-classpack' 'texlive-classpack-doc' 'texlive-cleanthesis' 'texlive-cleanthesis-doc' 'texlive-clearsans' 'texlive-clearsans-doc' 'texlive-clearsans-fonts' 'texlive-clefval' 'texlive-clefval-doc' 'texlive-cleveref' 'texlive-cleveref-doc' 'texlive-clipboard' 'texlive-clipboard-doc' 'texlive-clock' 'texlive-clock-doc' 'texlive-cloze' 'texlive-cloze-doc' 'texlive-clrdblpg' 'texlive-clrdblpg-doc' 'texlive-clrscode' 'texlive-clrscode-doc' 'texlive-clrscode3e' 'texlive-clrscode3e-doc' 'texlive-clrstrip' 'texlive-clrstrip-doc' 'texlive-cluttex' 'texlive-cluttex-bin' 'texlive-cluttex-doc' 'texlive-cm' 'texlive-cm-doc' 'texlive-cm-lgc' 'texlive-cm-lgc-doc' 'texlive-cm-lgc-fonts' 'texlive-cm-mf-extra-bold' 'texlive-cm-super' 'texlive-cm-super-doc' 'texlive-cm-super-fonts' 'texlive-cm-unicode' 'texlive-cm-unicode-doc' 'texlive-cm-unicode-fonts' 'texlive-cmap' 'texlive-cmap-doc' 'texlive-cmarrows' 'texlive-cmarrows-doc' 'texlive-cmbright' 'texlive-cmbright-doc' 'texlive-cmcyr' 'texlive-cmcyr-doc' 'texlive-cmcyr-fonts' 'texlive-cmdstring' 'texlive-cmdstring-doc' 'texlive-cmdtrack' 'texlive-cmdtrack-doc' 'texlive-cmexb' 'texlive-cmexb-doc' 'texlive-cmexb-fonts' 'texlive-cmextra' 'texlive-cmll' 'texlive-cmll-doc' 'texlive-cmll-fonts' 'texlive-cmpica' 'texlive-cmpica-doc' 'texlive-cmpj' 'texlive-cmpj-doc' 'texlive-cmsd' 'texlive-cmsd-doc' 'texlive-cmsrb' 'texlive-cmsrb-doc' 'texlive-cmsrb-fonts' 'texlive-cmtiup' 'texlive-cmtiup-doc' 'texlive-cnbwp' 'texlive-cnbwp-doc' 'texlive-cnltx' 'texlive-cnltx-doc' 'texlive-cns' 'texlive-cns-doc' 'texlive-cntformats' 'texlive-cntformats-doc' 'texlive-cntperchap' 'texlive-cntperchap-doc' 'texlive-cochineal' 'texlive-cochineal-doc' 'texlive-cochineal-fonts' 'texlive-codedoc' 'texlive-codedoc-doc' 'texlive-codepage' 'texlive-codepage-doc' 'texlive-codesection' 'texlive-codesection-doc' 'texlive-codicefiscaleitaliano' 'texlive-codicefiscaleitaliano-doc' 'texlive-coelacanth' 'texlive-coelacanth-doc' 'texlive-coelacanth-fonts' 'texlive-collcell' 'texlive-collcell-doc' 'texlive-collectbox' 'texlive-collectbox-doc' 'texlive-collection-basic' 'texlive-collection-bibtexextra' 'texlive-collection-binextra' 'texlive-collection-context' 'texlive-collection-fontsextra' 'texlive-collection-fontsrecommended' 'texlive-collection-fontutils' 'texlive-collection-formatsextra' 'texlive-collection-games' 'texlive-collection-humanities' 'texlive-collection-langarabic' 'texlive-collection-langchinese' 'texlive-collection-langcjk' 'texlive-collection-langcyrillic' 'texlive-collection-langczechslovak' 'texlive-collection-langenglish' 'texlive-collection-langeuropean' 'texlive-collection-langfrench' 'texlive-collection-langgerman' 'texlive-collection-langgreek' 'texlive-collection-langitalian' 'texlive-collection-langjapanese' 'texlive-collection-langkorean' 'texlive-collection-langother' 'texlive-collection-langpolish' 'texlive-collection-langportuguese' 'texlive-collection-langspanish' 'texlive-collection-latex' 'texlive-collection-latexextra' 'texlive-collection-latexrecommended' 'texlive-collection-luatex' 'texlive-collection-mathscience' 'texlive-collection-metapost' 'texlive-collection-music' 'texlive-collection-pictures' 'texlive-collection-plaingeneric' 'texlive-collection-pstricks' 'texlive-collection-publishers' 'texlive-collection-xetex' 'texlive-collref' 'texlive-collref-doc' 'texlive-colophon' 'texlive-colophon-doc' 'texlive-colordoc' 'texlive-colordoc-doc' 'texlive-colorinfo' 'texlive-colorinfo-doc' 'texlive-coloring' 'texlive-coloring-doc' 'texlive-colorprofiles' 'texlive-colorprofiles-doc' 'texlive-colorsep' 'texlive-colorspace' 'texlive-colorspace-doc' 'texlive-colortab' 'texlive-colortab-doc' 'texlive-colortbl' 'texlive-colortbl-doc' 'texlive-colorwav' 'texlive-colorwav-doc' 'texlive-colorweb' 'texlive-colorweb-doc' 'texlive-colourchange' 'texlive-colourchange-doc' 'texlive-combelow' 'texlive-combelow-doc' 'texlive-combine' 'texlive-combine-doc' 'texlive-combinedgraphics' 'texlive-combinedgraphics-doc' 'texlive-combofont' 'texlive-combofont-doc' 'texlive-comfortaa' 'texlive-comfortaa-doc' 'texlive-comfortaa-fonts' 'texlive-comicneue' 'texlive-comicneue-doc' 'texlive-comicneue-fonts' 'texlive-comma' 'texlive-comma-doc' 'texlive-commado' 'texlive-commado-doc' 'texlive-commath' 'texlive-commath-doc' 'texlive-commedit' 'texlive-commedit-doc' 'texlive-comment' 'texlive-comment-doc' 'texlive-compactbib' 'texlive-competences' 'texlive-competences-doc' 'texlive-complexity' 'texlive-complexity-doc' 'texlive-components-of-TeX' 'texlive-comprehensive' 'texlive-computational-complexity' 'texlive-computational-complexity-doc' 'texlive-concepts' 'texlive-concepts-doc' 'texlive-concmath' 'texlive-concmath-doc' 'texlive-concmath-fonts' 'texlive-concmath-fonts-doc' 'texlive-concprog' 'texlive-concprog-doc' 'texlive-concrete' 'texlive-concrete-doc' 'texlive-confproc' 'texlive-confproc-doc' 'texlive-constants' 'texlive-constants-doc' 'texlive-conteq' 'texlive-conteq-doc' 'texlive-context' 'texlive-context-account' 'texlive-context-account-doc' 'texlive-context-algorithmic' 'texlive-context-algorithmic-doc' 'texlive-context-animation' 'texlive-context-animation-doc' 'texlive-context-annotation' 'texlive-context-annotation-doc' 'texlive-context-bin' 'texlive-context-bnf' 'texlive-context-bnf-doc' 'texlive-context-chromato' 'texlive-context-chromato-doc' 'texlive-context-cmscbf' 'texlive-context-cmscbf-doc' 'texlive-context-cmttbf' 'texlive-context-cmttbf-doc' 'texlive-context-construction-plan' 'texlive-context-construction-plan-doc' 'texlive-context-cyrillicnumbers' 'texlive-context-cyrillicnumbers-doc' 'texlive-context-degrade' 'texlive-context-degrade-doc' 'texlive-context-doc' 'texlive-context-fancybreak' 'texlive-context-fancybreak-doc' 'texlive-context-filter' 'texlive-context-filter-doc' 'texlive-context-fonts' 'texlive-context-french' 'texlive-context-french-doc' 'texlive-context-fullpage' 'texlive-context-fullpage-doc' 'texlive-context-gantt' 'texlive-context-gantt-doc' 'texlive-context-gnuplot' 'texlive-context-gnuplot-doc' 'texlive-context-handlecsv' 'texlive-context-handlecsv-doc' 'texlive-context-inifile' 'texlive-context-inifile-doc' 'texlive-context-layout' 'texlive-context-layout-doc' 'texlive-context-letter' 'texlive-context-letter-doc' 'texlive-context-lettrine' 'texlive-context-lettrine-doc' 'texlive-context-mathsets' 'texlive-context-mathsets-doc' 'texlive-context-notes-zh-cn' 'texlive-context-rst' 'texlive-context-rst-doc' 'texlive-context-ruby' 'texlive-context-ruby-doc' 'texlive-context-simplefonts' 'texlive-context-simplefonts-doc' 'texlive-context-simpleslides' 'texlive-context-simpleslides-doc' 'texlive-context-title' 'texlive-context-title-doc' 'texlive-context-transliterator' 'texlive-context-transliterator-doc' 'texlive-context-typearea' 'texlive-context-typearea-doc' 'texlive-context-typescripts' 'texlive-context-typescripts-doc' 'texlive-context-vim' 'texlive-context-vim-doc' 'texlive-context-visualcounter' 'texlive-context-visualcounter-doc' 'texlive-continue' 'texlive-continue-doc' 'texlive-contour' 'texlive-contour-doc' 'texlive-contracard' 'texlive-contracard-doc' 'texlive-conv-xkv' 'texlive-conv-xkv-doc' 'texlive-convbkmk' 'texlive-convbkmk-bin' 'texlive-convbkmk-doc' 'texlive-cooking' 'texlive-cooking-doc' 'texlive-cooking-units' 'texlive-cooking-units-doc' 'texlive-cookingsymbols' 'texlive-cookingsymbols-doc' 'texlive-cool' 'texlive-cool-doc' 'texlive-coollist' 'texlive-coollist-doc' 'texlive-coolstr' 'texlive-coolstr-doc' 'texlive-coolthms' 'texlive-coolthms-doc' 'texlive-cooltooltips' 'texlive-cooltooltips-doc' 'texlive-coordsys' 'texlive-coordsys-doc' 'texlive-copyedit' 'texlive-copyedit-doc' 'texlive-copyrightbox' 'texlive-copyrightbox-doc' 'texlive-cormorantgaramond' 'texlive-cormorantgaramond-doc' 'texlive-cormorantgaramond-fonts' 'texlive-correctmathalign' 'texlive-correctmathalign-doc' 'texlive-coseoul' 'texlive-coseoul-doc' 'texlive-countriesofeurope' 'texlive-countriesofeurope-doc' 'texlive-countriesofeurope-fonts' 'texlive-counttexruns' 'texlive-counttexruns-doc' 'texlive-courier' 'texlive-courier-fonts' 'texlive-courier-scaled' 'texlive-courier-scaled-doc' 'texlive-courseoutline' 'texlive-courseoutline-doc' 'texlive-coursepaper' 'texlive-coursepaper-doc' 'texlive-coverpage' 'texlive-coverpage-doc' 'texlive-covington' 'texlive-covington-doc' 'texlive-cprotect' 'texlive-cprotect-doc' 'texlive-cqubeamer' 'texlive-cqubeamer-doc' 'texlive-cquthesis' 'texlive-cquthesis-doc' 'texlive-crbox' 'texlive-crbox-doc' 'texlive-crimson' 'texlive-crimson-doc' 'texlive-crimson-fonts' 'texlive-crimsonpro' 'texlive-crimsonpro-doc' 'texlive-crimsonpro-fonts' 'texlive-crop' 'texlive-crop-doc' 'texlive-crossreference' 'texlive-crossreference-doc' 'texlive-crossreftools' 'texlive-crossreftools-doc' 'texlive-crossrefware' 'texlive-crossrefware-bin' 'texlive-crossrefware-doc' 'texlive-crossword' 'texlive-crossword-doc' 'texlive-crosswrd' 'texlive-crosswrd-doc' 'texlive-cryptocode' 'texlive-cryptocode-doc' 'texlive-cryst' 'texlive-cryst-doc' 'texlive-cryst-fonts' 'texlive-cs' 'texlive-cs-fonts' 'texlive-csbulletin' 'texlive-csbulletin-doc' 'texlive-cslatex' 'texlive-cslatex-bin' 'texlive-cslatex-doc' 'texlive-csplain' 'texlive-csplain-bin' 'texlive-csquotes' 'texlive-csquotes-de' 'texlive-csquotes-doc' 'texlive-css-colors' 'texlive-css-colors-doc' 'texlive-cstex' 'texlive-cstypo' 'texlive-cstypo-doc' 'texlive-csvsimple' 'texlive-csvsimple-doc' 'texlive-ctable' 'texlive-ctable-doc' 'texlive-ctablestack' 'texlive-ctablestack-doc' 'texlive-ctan-o-mat' 'texlive-ctan-o-mat-bin' 'texlive-ctan-o-mat-doc' 'texlive-ctan_chk' 'texlive-ctanbib' 'texlive-ctanbib-bin' 'texlive-ctanbib-doc' 'texlive-ctanify' 'texlive-ctanify-bin' 'texlive-ctanify-doc' 'texlive-ctanupload' 'texlive-ctanupload-bin' 'texlive-ctanupload-doc' 'texlive-ctex' 'texlive-ctex-doc' 'texlive-ctex-faq' 'texlive-ctib' 'texlive-ctib-doc' 'texlive-ctie' 'texlive-ctie-bin' 'texlive-cuisine' 'texlive-cuisine-doc' 'texlive-cuprum' 'texlive-cuprum-doc' 'texlive-cuprum-fonts' 'texlive-currency' 'texlive-currency-doc' 'texlive-currfile' 'texlive-currfile-doc' 'texlive-currvita' 'texlive-currvita-doc' 'texlive-cursolatex' 'texlive-curve' 'texlive-curve-doc' 'texlive-curve2e' 'texlive-curve2e-doc' 'texlive-curves' 'texlive-curves-doc' 'texlive-custom-bib' 'texlive-custom-bib-doc' 'texlive-cutwin' 'texlive-cutwin-doc' 'texlive-cv' 'texlive-cv-doc' 'texlive-cv4tw' 'texlive-cv4tw-doc' 'texlive-cweb' 'texlive-cweb-bin' 'texlive-cweb-doc' 'texlive-cweb-latex' 'texlive-cweb-latex-doc' 'texlive-cweb-old' 'texlive-cyber' 'texlive-cyber-doc' 'texlive-cybercic' 'texlive-cybercic-doc' 'texlive-cyklop' 'texlive-cyklop-doc' 'texlive-cyklop-fonts' 'texlive-cyrillic' 'texlive-cyrillic-bin' 'texlive-cyrillic-bin-bin' 'texlive-cyrillic-bin-doc' 'texlive-cyrillic-doc' 'texlive-cyrplain' 'texlive-dad' 'texlive-dad-doc' 'texlive-dad-fonts' 'texlive-dancers' 'texlive-dantelogo' 'texlive-dantelogo-doc' 'texlive-dantelogo-fonts' 'texlive-dashbox' 'texlive-dashbox-doc' 'texlive-dashrule' 'texlive-dashrule-doc' 'texlive-dashundergaps' 'texlive-dashundergaps-doc' 'texlive-dataref' 'texlive-dataref-doc' 'texlive-datatool' 'texlive-datatool-doc' 'texlive-dateiliste' 'texlive-dateiliste-doc' 'texlive-datenumber' 'texlive-datenumber-doc' 'texlive-datetime' 'texlive-datetime-doc' 'texlive-datetime2' 'texlive-datetime2-bahasai' 'texlive-datetime2-bahasai-doc' 'texlive-datetime2-basque' 'texlive-datetime2-basque-doc' 'texlive-datetime2-breton' 'texlive-datetime2-breton-doc' 'texlive-datetime2-bulgarian' 'texlive-datetime2-bulgarian-doc' 'texlive-datetime2-catalan' 'texlive-datetime2-catalan-doc' 'texlive-datetime2-croatian' 'texlive-datetime2-croatian-doc' 'texlive-datetime2-czech' 'texlive-datetime2-czech-doc' 'texlive-datetime2-danish' 'texlive-datetime2-danish-doc' 'texlive-datetime2-doc' 'texlive-datetime2-dutch' 'texlive-datetime2-dutch-doc' 'texlive-datetime2-en-fulltext' 'texlive-datetime2-en-fulltext-doc' 'texlive-datetime2-english' 'texlive-datetime2-english-doc' 'texlive-datetime2-esperanto' 'texlive-datetime2-esperanto-doc' 'texlive-datetime2-estonian' 'texlive-datetime2-estonian-doc' 'texlive-datetime2-finnish' 'texlive-datetime2-finnish-doc' 'texlive-datetime2-french' 'texlive-datetime2-french-doc' 'texlive-datetime2-galician' 'texlive-datetime2-galician-doc' 'texlive-datetime2-german' 'texlive-datetime2-german-doc' 'texlive-datetime2-greek' 'texlive-datetime2-greek-doc' 'texlive-datetime2-hebrew' 'texlive-datetime2-hebrew-doc' 'texlive-datetime2-icelandic' 'texlive-datetime2-icelandic-doc' 'texlive-datetime2-irish' 'texlive-datetime2-irish-doc' 'texlive-datetime2-it-fulltext' 'texlive-datetime2-it-fulltext-doc' 'texlive-datetime2-italian' 'texlive-datetime2-italian-doc' 'texlive-datetime2-latin' 'texlive-datetime2-latin-doc' 'texlive-datetime2-lsorbian' 'texlive-datetime2-lsorbian-doc' 'texlive-datetime2-magyar' 'texlive-datetime2-magyar-doc' 'texlive-datetime2-norsk' 'texlive-datetime2-norsk-doc' 'texlive-datetime2-polish' 'texlive-datetime2-polish-doc' 'texlive-datetime2-portuges' 'texlive-datetime2-portuges-doc' 'texlive-datetime2-romanian' 'texlive-datetime2-romanian-doc' 'texlive-datetime2-russian' 'texlive-datetime2-russian-doc' 'texlive-datetime2-samin' 'texlive-datetime2-samin-doc' 'texlive-datetime2-scottish' 'texlive-datetime2-scottish-doc' 'texlive-datetime2-serbian' 'texlive-datetime2-serbian-doc' 'texlive-datetime2-slovak' 'texlive-datetime2-slovak-doc' 'texlive-datetime2-slovene' 'texlive-datetime2-slovene-doc' 'texlive-datetime2-spanish' 'texlive-datetime2-spanish-doc' 'texlive-datetime2-swedish' 'texlive-datetime2-swedish-doc' 'texlive-datetime2-turkish' 'texlive-datetime2-turkish-doc' 'texlive-datetime2-ukrainian' 'texlive-datetime2-ukrainian-doc' 'texlive-datetime2-usorbian' 'texlive-datetime2-usorbian-doc' 'texlive-datetime2-welsh' 'texlive-datetime2-welsh-doc' 'texlive-dblfloatfix' 'texlive-dblfloatfix-doc' 'texlive-dccpaper' 'texlive-dccpaper-doc' 'texlive-dcpic' 'texlive-dcpic-doc' 'texlive-de-macro' 'texlive-de-macro-bin' 'texlive-de-macro-doc' 'texlive-decimal' 'texlive-decimal-doc' 'texlive-decorule' 'texlive-decorule-doc' 'texlive-dehyph' 'texlive-dehyph-exptl' 'texlive-dehyph-exptl-doc' 'texlive-dejavu' 'texlive-dejavu-doc' 'texlive-dejavu-fonts' 'texlive-dejavu-otf' 'texlive-dejavu-otf-doc' 'texlive-delim' 'texlive-delim-doc' 'texlive-delimseasy' 'texlive-delimseasy-doc' 'texlive-delimset' 'texlive-delimset-doc' 'texlive-delimtxt' 'texlive-delimtxt-doc' 'texlive-denisbdoc' 'texlive-denisbdoc-doc' 'texlive-detex' 'texlive-detex-bin' 'texlive-devel' 'texlive-dhua' 'texlive-dhua-doc' 'texlive-diadia' 'texlive-diadia-bin' 'texlive-diadia-doc' 'texlive-diagbox' 'texlive-diagbox-doc' 'texlive-diagmac2' 'texlive-diagmac2-doc' 'texlive-diagnose' 'texlive-diagnose-doc' 'texlive-dialogl' 'texlive-dialogl-doc' 'texlive-dice' 'texlive-dice-doc' 'texlive-dichokey' 'texlive-dichokey-doc' 'texlive-dickimaw' 'texlive-dictsym' 'texlive-dictsym-doc' 'texlive-dictsym-fonts' 'texlive-diffcoeff' 'texlive-diffcoeff-doc' 'texlive-digiconfigs' 'texlive-digiconfigs-doc' 'texlive-dijkstra' 'texlive-dijkstra-doc' 'texlive-din1505' 'texlive-din1505-doc' 'texlive-dinat' 'texlive-dinat-doc' 'texlive-dinbrief' 'texlive-dinbrief-doc' 'texlive-dingbat' 'texlive-dingbat-doc' 'texlive-directory' 'texlive-directory-doc' 'texlive-dirtree' 'texlive-dirtree-doc' 'texlive-dirtytalk' 'texlive-dirtytalk-doc' 'texlive-disser' 'texlive-disser-doc' 'texlive-ditaa' 'texlive-ditaa-doc' 'texlive-dithesis' 'texlive-dithesis-doc' 'texlive-dk-bib' 'texlive-dk-bib-doc' 'texlive-dlfltxb' 'texlive-dlfltxb-doc' 'texlive-dnaseq' 'texlive-dnaseq-doc' 'texlive-dnp' 'texlive-doc-pictex' 'texlive-docbytex' 'texlive-docbytex-doc' 'texlive-doclicense' 'texlive-doclicense-doc' 'texlive-docmfp' 'texlive-docmfp-doc' 'texlive-docmute' 'texlive-docmute-doc' 'texlive-docsurvey' 'texlive-doctools' 'texlive-doctools-doc' 'texlive-documentation' 'texlive-documentation-doc' 'texlive-doi' 'texlive-doi-doc' 'texlive-doipubmed' 'texlive-doipubmed-doc' 'texlive-dosepsbin' 'texlive-dosepsbin-bin' 'texlive-dosepsbin-doc' 'texlive-dot2texi' 'texlive-dot2texi-doc' 'texlive-dotarrow' 'texlive-dotarrow-doc' 'texlive-dotseqn' 'texlive-dotseqn-doc' 'texlive-dottex' 'texlive-dottex-doc' 'texlive-doublestroke' 'texlive-doublestroke-doc' 'texlive-doublestroke-fonts' 'texlive-dowith' 'texlive-dowith-doc' 'texlive-download' 'texlive-download-doc' 'texlive-dox' 'texlive-dox-doc' 'texlive-dozenal' 'texlive-dozenal-doc' 'texlive-dozenal-fonts' 'texlive-dpfloat' 'texlive-dpfloat-doc' 'texlive-dprogress' 'texlive-dprogress-doc' 'texlive-drac' 'texlive-drac-doc' 'texlive-draftcopy' 'texlive-draftcopy-doc' 'texlive-draftfigure' 'texlive-draftfigure-doc' 'texlive-draftwatermark' 'texlive-draftwatermark-doc' 'texlive-dramatist' 'texlive-dramatist-doc' 'texlive-dratex' 'texlive-dratex-doc' 'texlive-drawmatrix' 'texlive-drawmatrix-doc' 'texlive-drawstack' 'texlive-drawstack-doc' 'texlive-drm' 'texlive-drm-doc' 'texlive-drm-fonts' 'texlive-droid' 'texlive-droid-doc' 'texlive-droid-fonts' 'texlive-droit-fr' 'texlive-droit-fr-doc' 'texlive-drs' 'texlive-drs-doc' 'texlive-drv' 'texlive-drv-doc' 'texlive-dsptricks' 'texlive-dsptricks-doc' 'texlive-dsserif' 'texlive-dsserif-doc' 'texlive-dsserif-fonts' 'texlive-dtk' 'texlive-dtk-doc' 'texlive-dtl' 'texlive-dtl-bin' 'texlive-dtxdescribe' 'texlive-dtxdescribe-doc' 'texlive-dtxgallery' 'texlive-dtxgen' 'texlive-dtxgen-bin' 'texlive-dtxgen-doc' 'texlive-dtxtut' 'texlive-ducksay' 'texlive-ducksay-doc' 'texlive-duckuments' 'texlive-duckuments-doc' 'texlive-duerer' 'texlive-duerer-doc' 'texlive-duerer-latex' 'texlive-duerer-latex-doc' 'texlive-duotenzor' 'texlive-duotenzor-doc' 'texlive-dutchcal' 'texlive-dutchcal-doc' 'texlive-dutchcal-fonts' 'texlive-dvdcoll' 'texlive-dvdcoll-doc' 'texlive-dvgloss' 'texlive-dvgloss-doc' 'texlive-dviasm' 'texlive-dviasm-bin' 'texlive-dviasm-doc' 'texlive-dvicopy' 'texlive-dvicopy-bin' 'texlive-dvidvi' 'texlive-dvidvi-bin' 'texlive-dviincl' 'texlive-dviincl-doc' 'texlive-dviinfox' 'texlive-dviinfox-bin' 'texlive-dviinfox-doc' 'texlive-dviljk' 'texlive-dviljk-bin' 'texlive-dviout-util' 'texlive-dviout-util-bin' 'texlive-dvipdfmx' 'texlive-dvipdfmx-bin' 'texlive-dvipdfmx-doc' 'texlive-dvipng' 'texlive-dvipng-bin' 'texlive-dvipos' 'texlive-dvipos-bin' 'texlive-dvips' 'texlive-dvips-bin' 'texlive-dvips-doc' 'texlive-dvipsconfig' 'texlive-dvisvgm' 'texlive-dvisvgm-bin' 'texlive-dynamicnumber' 'texlive-dynamicnumber-doc' 'texlive-dynblocks' 'texlive-dynblocks-doc' 'texlive-dynkin-diagrams' 'texlive-dynkin-diagrams-doc' 'texlive-dyntree' 'texlive-dyntree-doc' 'texlive-e-french' 'texlive-e-french-doc' 'texlive-ean' 'texlive-ean-doc' 'texlive-ean13isbn' 'texlive-ean13isbn-doc' 'texlive-easy' 'texlive-easy-doc' 'texlive-easy-todo' 'texlive-easy-todo-doc' 'texlive-easyfig' 'texlive-easyfig-doc' 'texlive-easyformat' 'texlive-easyformat-doc' 'texlive-easylist' 'texlive-easylist-doc' 'texlive-easyreview' 'texlive-easyreview-doc' 'texlive-ebezier' 'texlive-ebezier-doc' 'texlive-ebgaramond' 'texlive-ebgaramond-doc' 'texlive-ebgaramond-fonts' 'texlive-ebgaramond-maths' 'texlive-ebgaramond-maths-doc' 'texlive-ebong' 'texlive-ebong-bin' 'texlive-ebong-doc' 'texlive-ebook' 'texlive-ebook-doc' 'texlive-ebproof' 'texlive-ebproof-doc' 'texlive-ebsthesis' 'texlive-ebsthesis-doc' 'texlive-ec' 'texlive-ec-doc' 'texlive-ecc' 'texlive-ecc-doc' 'texlive-ecclesiastic' 'texlive-ecclesiastic-doc' 'texlive-ecgdraw' 'texlive-ecgdraw-doc' 'texlive-ecltree' 'texlive-ecltree-doc' 'texlive-eco' 'texlive-eco-doc' 'texlive-ecobiblatex' 'texlive-ecobiblatex-doc' 'texlive-econ-bst' 'texlive-econ-bst-doc' 'texlive-econometrics' 'texlive-econometrics-doc' 'texlive-economic' 'texlive-economic-doc' 'texlive-ecothesis' 'texlive-ecv' 'texlive-ecv-doc' 'texlive-ed' 'texlive-ed-doc' 'texlive-edfnotes' 'texlive-edfnotes-doc' 'texlive-edmac' 'texlive-edmac-doc' 'texlive-edmargin' 'texlive-edmargin-doc' 'texlive-ednotes' 'texlive-ednotes-doc' 'texlive-eemeir' 'texlive-eemeir-doc' 'texlive-eepic' 'texlive-eepic-doc' 'texlive-efbox' 'texlive-efbox-doc' 'texlive-egameps' 'texlive-egameps-doc' 'texlive-egplot' 'texlive-egplot-doc' 'texlive-eiad' 'texlive-eiad-doc' 'texlive-eiad-ltx' 'texlive-eiad-ltx-doc' 'texlive-eijkhout' 'texlive-einfuehrung' 'texlive-einfuehrung2' 'texlive-ejpecp' 'texlive-ejpecp-doc' 'texlive-ekaia' 'texlive-ekaia-doc' 'texlive-elbioimp' 'texlive-elbioimp-doc' 'texlive-electrum' 'texlive-electrum-doc' 'texlive-electrum-fonts' 'texlive-eledform' 'texlive-eledform-doc' 'texlive-eledmac' 'texlive-eledmac-doc' 'texlive-elegantbook' 'texlive-elegantbook-doc' 'texlive-elegantnote' 'texlive-elegantnote-doc' 'texlive-elegantpaper' 'texlive-elegantpaper-doc' 'texlive-elements' 'texlive-elements-doc' 'texlive-ellipse' 'texlive-ellipse-doc' 'texlive-ellipsis' 'texlive-ellipsis-doc' 'texlive-elmath' 'texlive-elmath-doc' 'texlive-elocalloc' 'texlive-elocalloc-doc' 'texlive-elpres' 'texlive-elpres-doc' 'texlive-els-cas-templates' 'texlive-els-cas-templates-doc' 'texlive-elsarticle' 'texlive-elsarticle-doc' 'texlive-elteikthesis' 'texlive-elteikthesis-doc' 'texlive-eltex' 'texlive-eltex-doc' 'texlive-elvish' 'texlive-elvish-doc' 'texlive-elzcards' 'texlive-elzcards-doc' 'texlive-emarks' 'texlive-emarks-doc' 'texlive-embedall' 'texlive-embedall-doc' 'texlive-embrac' 'texlive-embrac-doc' 'texlive-emf' 'texlive-emf-doc' 'texlive-emisa' 'texlive-emisa-doc' 'texlive-emp' 'texlive-emp-doc' 'texlive-emptypage' 'texlive-emptypage-doc' 'texlive-emulateapj' 'texlive-emulateapj-doc' 'texlive-enctex' 'texlive-enctex-doc' 'texlive-encxvlna' 'texlive-encxvlna-doc' 'texlive-endfloat' 'texlive-endfloat-doc' 'texlive-endheads' 'texlive-endheads-doc' 'texlive-endiagram' 'texlive-endiagram-doc' 'texlive-endnotes' 'texlive-endnotes-doc' 'texlive-endnotesj' 'texlive-endnotesj-doc' 'texlive-endofproofwd' 'texlive-endofproofwd-doc' 'texlive-engpron' 'texlive-engpron-doc' 'texlive-engrec' 'texlive-engrec-doc' 'texlive-engtlc' 'texlive-engtlc-doc' 'texlive-enigma' 'texlive-enigma-doc' 'texlive-enotez' 'texlive-enotez-doc' 'texlive-enumitem' 'texlive-enumitem-doc' 'texlive-enumitem-zref' 'texlive-enumitem-zref-doc' 'texlive-envbig' 'texlive-envbig-doc' 'texlive-environ' 'texlive-environ-doc' 'texlive-envlab' 'texlive-envlab-doc' 'texlive-epigrafica' 'texlive-epigrafica-doc' 'texlive-epigrafica-fonts' 'texlive-epigram' 'texlive-epigraph' 'texlive-epigraph-doc' 'texlive-epiolmec' 'texlive-epiolmec-doc' 'texlive-epiolmec-fonts' 'texlive-eplain' 'texlive-eplain-bin' 'texlive-eplain-doc' 'texlive-epsdice' 'texlive-epsdice-doc' 'texlive-epsf' 'texlive-epsf-doc' 'texlive-epsf-dvipdfmx' 'texlive-epsf-dvipdfmx-doc' 'texlive-epsincl' 'texlive-epsincl-doc' 'texlive-epslatex-fr' 'texlive-epspdf' 'texlive-epspdf-bin' 'texlive-epspdf-doc' 'texlive-epspdfconversion' 'texlive-epspdfconversion-doc' 'texlive-epstopdf' 'texlive-epstopdf-bin' 'texlive-epstopdf-doc' 'texlive-eqell' 'texlive-eqell-doc' 'texlive-eqexpl' 'texlive-eqexpl-doc' 'texlive-eqlist' 'texlive-eqlist-doc' 'texlive-eqnalign' 'texlive-eqnalign-doc' 'texlive-eqname' 'texlive-eqnarray' 'texlive-eqnarray-doc' 'texlive-eqnnumwarn' 'texlive-eqnnumwarn-doc' 'texlive-eqparbox' 'texlive-eqparbox-doc' 'texlive-erdc' 'texlive-erdc-doc' 'texlive-erewhon' 'texlive-erewhon-doc' 'texlive-erewhon-fonts' 'texlive-errata' 'texlive-errata-doc' 'texlive-erw-l3' 'texlive-erw-l3-doc' 'texlive-es-tex-faq' 'texlive-esami' 'texlive-esami-doc' 'texlive-esdiff' 'texlive-esdiff-doc' 'texlive-esint' 'texlive-esint-doc' 'texlive-esint-type1' 'texlive-esint-type1-doc' 'texlive-esint-type1-fonts' 'texlive-esk' 'texlive-esk-doc' 'texlive-eskd' 'texlive-eskd-doc' 'texlive-eskdx' 'texlive-eskdx-doc' 'texlive-eso-pic' 'texlive-eso-pic-doc' 'texlive-esrelation' 'texlive-esrelation-doc' 'texlive-esrelation-fonts' 'texlive-esstix' 'texlive-esstix-doc' 'texlive-esstix-fonts' 'texlive-estcpmm' 'texlive-estcpmm-doc' 'texlive-esvect' 'texlive-esvect-doc' 'texlive-esvect-fonts' 'texlive-etaremune' 'texlive-etaremune-doc' 'texlive-etdipa' 'texlive-etex' 'texlive-etex-doc' 'texlive-etex-pkg' 'texlive-etex-pkg-doc' 'texlive-etextools' 'texlive-etextools-doc' 'texlive-ethiop' 'texlive-ethiop-doc' 'texlive-ethiop-t1' 'texlive-ethiop-t1-doc' 'texlive-ethiop-t1-fonts' 'texlive-etoc' 'texlive-etoc-doc' 'texlive-etoolbox' 'texlive-etoolbox-de' 'texlive-etoolbox-doc' 'texlive-etsvthor' 'texlive-etsvthor-doc' 'texlive-euenc' 'texlive-euenc-doc' 'texlive-euflag' 'texlive-euflag-doc' 'texlive-eukdate' 'texlive-eukdate-doc' 'texlive-euler' 'texlive-euler-doc' 'texlive-eulerpx' 'texlive-eulerpx-doc' 'texlive-eulervm' 'texlive-eulervm-doc' 'texlive-euro' 'texlive-euro-ce' 'texlive-euro-ce-doc' 'texlive-euro-doc' 'texlive-europasscv' 'texlive-europasscv-doc' 'texlive-europecv' 'texlive-europecv-doc' 'texlive-eurosym' 'texlive-eurosym-doc' 'texlive-eurosym-fonts' 'texlive-euxm' 'texlive-everyhook' 'texlive-everyhook-doc' 'texlive-everypage' 'texlive-everypage-doc' 'texlive-exam' 'texlive-exam-doc' 'texlive-exam-n' 'texlive-exam-n-doc' 'texlive-exam-randomizechoices' 'texlive-exam-randomizechoices-doc' 'texlive-examdesign' 'texlive-examdesign-doc' 'texlive-example' 'texlive-examplep' 'texlive-examplep-doc' 'texlive-exceltex' 'texlive-exceltex-bin' 'texlive-exceltex-doc' 'texlive-excludeonly' 'texlive-excludeonly-doc' 'texlive-exercise' 'texlive-exercise-doc' 'texlive-exercisebank' 'texlive-exercisebank-doc' 'texlive-exercisepoints' 'texlive-exercisepoints-doc' 'texlive-exercises' 'texlive-exercises-doc' 'texlive-exframe' 'texlive-exframe-doc' 'texlive-exp-testopt' 'texlive-exp-testopt-doc' 'texlive-expdlist' 'texlive-expdlist-doc' 'texlive-expex' 'texlive-expex-doc' 'texlive-export' 'texlive-export-doc' 'texlive-expressg' 'texlive-expressg-doc' 'texlive-exsheets' 'texlive-exsheets-doc' 'texlive-exsol' 'texlive-exsol-doc' 'texlive-extarrows' 'texlive-extarrows-doc' 'texlive-exteps' 'texlive-exteps-doc' 'texlive-extpfeil' 'texlive-extpfeil-doc' 'texlive-extract' 'texlive-extract-doc' 'texlive-extratools' 'texlive-extsizes' 'texlive-extsizes-doc' 'texlive-facsimile' 'texlive-facsimile-doc' 'texlive-factura' 'texlive-factura-doc' 'texlive-facture' 'texlive-facture-belge-simple-sans-tva' 'texlive-facture-belge-simple-sans-tva-doc' 'texlive-facture-doc' 'texlive-faktor' 'texlive-faktor-doc' 'texlive-fancybox' 'texlive-fancybox-doc' 'texlive-fancyhandout' 'texlive-fancyhandout-doc' 'texlive-fancyhdr' 'texlive-fancyhdr-doc' 'texlive-fancyhdr-it' 'texlive-fancylabel' 'texlive-fancylabel-doc' 'texlive-fancynum' 'texlive-fancynum-doc' 'texlive-fancypar' 'texlive-fancypar-doc' 'texlive-fancyref' 'texlive-fancyref-doc' 'texlive-fancyslides' 'texlive-fancyslides-doc' 'texlive-fancytabs' 'texlive-fancytabs-doc' 'texlive-fancytooltips' 'texlive-fancytooltips-doc' 'texlive-fancyvrb' 'texlive-fancyvrb-doc' 'texlive-fandol' 'texlive-fandol-doc' 'texlive-fandol-fonts' 'texlive-fascicules' 'texlive-fascicules-doc' 'texlive-fast-diagram' 'texlive-fast-diagram-doc' 'texlive-fbb' 'texlive-fbb-doc' 'texlive-fbb-fonts' 'texlive-fbithesis' 'texlive-fbithesis-doc' 'texlive-fbox' 'texlive-fbox-doc' 'texlive-fbs' 'texlive-fc' 'texlive-fc-doc' 'texlive-fcavtex' 'texlive-fcavtex-doc' 'texlive-fcltxdoc' 'texlive-fcltxdoc-doc' 'texlive-fcolumn' 'texlive-fcolumn-doc' 'texlive-fdsymbol' 'texlive-fdsymbol-doc' 'texlive-fdsymbol-fonts' 'texlive-fduthesis' 'texlive-fduthesis-doc' 'texlive-featpost' 'texlive-featpost-doc' 'texlive-fei' 'texlive-fei-doc' 'texlive-fenixpar' 'texlive-fenixpar-doc' 'texlive-fetamont' 'texlive-fetamont-doc' 'texlive-fetamont-fonts' 'texlive-fetchcls' 'texlive-fetchcls-doc' 'texlive-feupphdteses' 'texlive-feupphdteses-doc' 'texlive-feyn' 'texlive-feyn-doc' 'texlive-feynmf' 'texlive-feynmf-doc' 'texlive-feynmp-auto' 'texlive-feynmp-auto-doc' 'texlive-ffslides' 'texlive-ffslides-doc' 'texlive-fge' 'texlive-fge-doc' 'texlive-fge-fonts' 'texlive-fgruler' 'texlive-fgruler-doc' 'texlive-fibeamer' 'texlive-fibeamer-doc' 'texlive-fifinddo-info' 'texlive-fifinddo-info-doc' 'texlive-fifo-stack' 'texlive-fifo-stack-doc' 'texlive-fig4latex' 'texlive-fig4latex-bin' 'texlive-fig4latex-doc' 'texlive-figbas' 'texlive-figbas-doc' 'texlive-figbas-fonts' 'texlive-figbib' 'texlive-figbib-doc' 'texlive-figflow' 'texlive-figflow-doc' 'texlive-figsize' 'texlive-figsize-doc' 'texlive-filecontents' 'texlive-filecontents-doc' 'texlive-filecontentsdef' 'texlive-filecontentsdef-doc' 'texlive-filedate' 'texlive-filedate-doc' 'texlive-filehook' 'texlive-filehook-doc' 'texlive-fileinfo' 'texlive-fileinfo-doc' 'texlive-filemod' 'texlive-filemod-doc' 'texlive-filesystem' 'texlive-finbib' 'texlive-findhyph' 'texlive-findhyph-bin' 'texlive-findhyph-doc' 'texlive-fink' 'texlive-fink-doc' 'texlive-finstrut' 'texlive-finstrut-doc' 'texlive-fira' 'texlive-fira-doc' 'texlive-fira-fonts' 'texlive-firamath' 'texlive-firamath-doc' 'texlive-firamath-fonts' 'texlive-firamath-otf' 'texlive-firamath-otf-doc' 'texlive-first-latex-doc' 'texlive-fitbox' 'texlive-fitbox-doc' 'texlive-fithesis' 'texlive-fithesis-doc' 'texlive-fix2col' 'texlive-fix2col-doc' 'texlive-fixcmex' 'texlive-fixcmex-doc' 'texlive-fixfoot' 'texlive-fixfoot-doc' 'texlive-fixjfm' 'texlive-fixjfm-doc' 'texlive-fixlatvian' 'texlive-fixlatvian-doc' 'texlive-fixltxhyph' 'texlive-fixltxhyph-doc' 'texlive-fixme' 'texlive-fixme-doc' 'texlive-fixmetodonotes' 'texlive-fixmetodonotes-doc' 'texlive-fixpdfmag' 'texlive-fiziko' 'texlive-fiziko-doc' 'texlive-fjodor' 'texlive-fjodor-doc' 'texlive-flabels' 'texlive-flabels-doc' 'texlive-flacards' 'texlive-flacards-doc' 'texlive-flagderiv' 'texlive-flagderiv-doc' 'texlive-flashcards' 'texlive-flashcards-doc' 'texlive-flashmovie' 'texlive-flashmovie-doc' 'texlive-flipbook' 'texlive-flipbook-doc' 'texlive-flippdf' 'texlive-flippdf-doc' 'texlive-float' 'texlive-float-doc' 'texlive-floatrow' 'texlive-floatrow-doc' 'texlive-flowchart' 'texlive-flowchart-doc' 'texlive-flowfram' 'texlive-flowfram-doc' 'texlive-fltpoint' 'texlive-fltpoint-doc' 'texlive-fmp' 'texlive-fmp-doc' 'texlive-fmtcount' 'texlive-fmtcount-doc' 'texlive-fn2end' 'texlive-fn2end-doc' 'texlive-fnbreak' 'texlive-fnbreak-doc' 'texlive-fncychap' 'texlive-fncychap-doc' 'texlive-fncylab' 'texlive-fncylab-doc' 'texlive-fnpara' 'texlive-fnpara-doc' 'texlive-fnpct' 'texlive-fnpct-doc' 'texlive-fnspe' 'texlive-fnspe-doc' 'texlive-fntproof' 'texlive-fntproof-doc' 'texlive-fnumprint' 'texlive-fnumprint-doc' 'texlive-foekfont' 'texlive-foekfont-doc' 'texlive-foekfont-fonts' 'texlive-foilhtml' 'texlive-foilhtml-doc' 'texlive-fonetika' 'texlive-fonetika-doc' 'texlive-fonetika-fonts' 'texlive-font-change' 'texlive-font-change-doc' 'texlive-font-change-xetex' 'texlive-font-change-xetex-doc' 'texlive-fontawesome' 'texlive-fontawesome-doc' 'texlive-fontawesome-fonts' 'texlive-fontawesome5' 'texlive-fontawesome5-doc' 'texlive-fontawesome5-fonts' 'texlive-fontaxes' 'texlive-fontaxes-doc' 'texlive-fontbook' 'texlive-fontbook-doc' 'texlive-fontch' 'texlive-fontch-doc' 'texlive-fontinst' 'texlive-fontinst-bin' 'texlive-fontinst-doc' 'texlive-fontmfizz' 'texlive-fontmfizz-doc' 'texlive-fontmfizz-fonts' 'texlive-fontname' 'texlive-fontname-doc' 'texlive-fontools' 'texlive-fontools-bin' 'texlive-fontools-doc' 'texlive-fonts-churchslavonic' 'texlive-fonts-churchslavonic-doc' 'texlive-fonts-churchslavonic-fonts' 'texlive-fonts-tlwg' 'texlive-fonts-tlwg-doc' 'texlive-fonts-tlwg-fonts' 'texlive-fontspec' 'texlive-fontspec-doc' 'texlive-fonttable' 'texlive-fonttable-doc' 'texlive-fontware' 'texlive-fontware-bin' 'texlive-fontwrap' 'texlive-fontwrap-doc' 'texlive-footbib' 'texlive-footbib-doc' 'texlive-footmisc' 'texlive-footmisc-doc' 'texlive-footmisx' 'texlive-footmisx-doc' 'texlive-footnotebackref' 'texlive-footnotebackref-doc' 'texlive-footnotehyper' 'texlive-footnotehyper-doc' 'texlive-footnoterange' 'texlive-footnoterange-doc' 'texlive-footnpag' 'texlive-footnpag-doc' 'texlive-forarray' 'texlive-forarray-doc' 'texlive-foreign' 'texlive-foreign-doc' 'texlive-forest' 'texlive-forest-doc' 'texlive-forest-quickstart' 'texlive-forloop' 'texlive-forloop-doc' 'texlive-formation-latex-ul' 'texlive-formation-latex-ul-doc' 'texlive-formlett' 'texlive-formlett-doc' 'texlive-forms16be' 'texlive-forms16be-doc' 'texlive-formular' 'texlive-formular-doc' 'texlive-fouridx' 'texlive-fouridx-doc' 'texlive-fourier' 'texlive-fourier-doc' 'texlive-fourier-fonts' 'texlive-fouriernc' 'texlive-fouriernc-doc' 'texlive-fp' 'texlive-fp-doc' 'texlive-fpl' 'texlive-fpl-doc' 'texlive-fpl-fonts' 'texlive-fragmaster' 'texlive-fragmaster-bin' 'texlive-fragmaster-doc' 'texlive-fragments' 'texlive-fragments-doc' 'texlive-frame' 'texlive-frame-doc' 'texlive-framed' 'texlive-framed-doc' 'texlive-francais-bst' 'texlive-francais-bst-doc' 'texlive-frankenstein' 'texlive-frankenstein-doc' 'texlive-frcursive' 'texlive-frcursive-doc' 'texlive-frcursive-fonts' 'texlive-frederika2016' 'texlive-frederika2016-doc' 'texlive-frederika2016-fonts' 'texlive-frege' 'texlive-frege-doc' 'texlive-frenchmath' 'texlive-frenchmath-doc' 'texlive-frletter' 'texlive-frletter-doc' 'texlive-frontespizio' 'texlive-frontespizio-doc' 'texlive-ftc-notebook' 'texlive-ftc-notebook-doc' 'texlive-ftcap' 'texlive-ftcap-doc' 'texlive-ftnxtra' 'texlive-ftnxtra-doc' 'texlive-fullblck' 'texlive-fullblck-doc' 'texlive-fullminipage' 'texlive-fullminipage-doc' 'texlive-fullwidth' 'texlive-fullwidth-doc' 'texlive-functan' 'texlive-functan-doc' 'texlive-fundus-calligra' 'texlive-fundus-calligra-doc' 'texlive-fundus-cyr' 'texlive-fundus-sueterlin' 'texlive-fundus-sueterlin-doc' 'texlive-fvextra' 'texlive-fvextra-doc' 'texlive-fwlw' 'texlive-fwlw-doc' 'texlive-g-brief' 'texlive-g-brief-doc' 'texlive-gaceta' 'texlive-gaceta-doc' 'texlive-galois' 'texlive-galois-doc' 'texlive-gamebook' 'texlive-gamebook-doc' 'texlive-gammas' 'texlive-gammas-doc' 'texlive-garamond-math' 'texlive-garamond-math-doc' 'texlive-garamond-math-fonts' 'texlive-garrigues' 'texlive-garrigues-doc' 'texlive-garuda-c90' 'texlive-gastex' 'texlive-gastex-doc' 'texlive-gatech-thesis' 'texlive-gatech-thesis-doc' 'texlive-gates' 'texlive-gates-doc' 'texlive-gatherenum' 'texlive-gatherenum-doc' 'texlive-gauss' 'texlive-gauss-doc' 'texlive-gb4e' 'texlive-gb4e-doc' 'texlive-gbt7714' 'texlive-gbt7714-doc' 'texlive-gcard' 'texlive-gcard-doc' 'texlive-gchords' 'texlive-gchords-doc' 'texlive-gcite' 'texlive-gcite-doc' 'texlive-gender' 'texlive-gender-doc' 'texlive-gene-logic' 'texlive-gene-logic-doc' 'texlive-genealogy' 'texlive-genealogy-doc' 'texlive-genealogytree' 'texlive-genealogytree-doc' 'texlive-genmisc' 'texlive-genmpage' 'texlive-genmpage-doc' 'texlive-gentium-tug' 'texlive-gentium-tug-doc' 'texlive-gentium-tug-fonts' 'texlive-gentle' 'texlive-gentombow' 'texlive-gentombow-doc' 'texlive-geometry' 'texlive-geometry-de' 'texlive-geometry-doc' 'texlive-german' 'texlive-german-doc' 'texlive-germbib' 'texlive-germbib-doc' 'texlive-germkorr' 'texlive-germkorr-doc' 'texlive-geschichtsfrkl' 'texlive-geschichtsfrkl-doc' 'texlive-getfiledate' 'texlive-getfiledate-doc' 'texlive-getitems' 'texlive-getitems-doc' 'texlive-getmap' 'texlive-getmap-bin' 'texlive-getmap-doc' 'texlive-getoptk' 'texlive-getoptk-doc' 'texlive-gfnotation' 'texlive-gfnotation-doc' 'texlive-gfsartemisia' 'texlive-gfsartemisia-doc' 'texlive-gfsartemisia-fonts' 'texlive-gfsbaskerville' 'texlive-gfsbaskerville-doc' 'texlive-gfsbaskerville-fonts' 'texlive-gfsbodoni' 'texlive-gfsbodoni-doc' 'texlive-gfsbodoni-fonts' 'texlive-gfscomplutum' 'texlive-gfscomplutum-doc' 'texlive-gfscomplutum-fonts' 'texlive-gfsdidot' 'texlive-gfsdidot-doc' 'texlive-gfsdidot-fonts' 'texlive-gfsneohellenic' 'texlive-gfsneohellenic-doc' 'texlive-gfsneohellenic-fonts' 'texlive-gfsneohellenicmath' 'texlive-gfsneohellenicmath-doc' 'texlive-gfsneohellenicmath-fonts' 'texlive-gfsporson' 'texlive-gfsporson-doc' 'texlive-gfsporson-fonts' 'texlive-gfssolomos' 'texlive-gfssolomos-doc' 'texlive-gfssolomos-fonts' 'texlive-ghab' 'texlive-ghab-doc' 'texlive-ghsystem' 'texlive-ghsystem-doc' 'texlive-gillcm' 'texlive-gillcm-doc' 'texlive-gillius' 'texlive-gillius-doc' 'texlive-gillius-fonts' 'texlive-gincltex' 'texlive-gincltex-doc' 'texlive-ginpenc' 'texlive-ginpenc-doc' 'texlive-gitfile-info' 'texlive-gitfile-info-doc' 'texlive-gitinfo' 'texlive-gitinfo-doc' 'texlive-gitinfo2' 'texlive-gitinfo2-doc' 'texlive-gitlog' 'texlive-gitlog-doc' 'texlive-gitver' 'texlive-gitver-doc' 'texlive-globalvals' 'texlive-globalvals-doc' 'texlive-gloss' 'texlive-gloss-doc' 'texlive-gloss-occitan' 'texlive-gloss-occitan-doc' 'texlive-glossaries' 'texlive-glossaries-bin' 'texlive-glossaries-danish' 'texlive-glossaries-danish-doc' 'texlive-glossaries-doc' 'texlive-glossaries-dutch' 'texlive-glossaries-dutch-doc' 'texlive-glossaries-english' 'texlive-glossaries-english-doc' 'texlive-glossaries-estonian' 'texlive-glossaries-estonian-doc' 'texlive-glossaries-extra' 'texlive-glossaries-extra-doc' 'texlive-glossaries-finnish' 'texlive-glossaries-finnish-doc' 'texlive-glossaries-french' 'texlive-glossaries-french-doc' 'texlive-glossaries-german' 'texlive-glossaries-german-doc' 'texlive-glossaries-irish' 'texlive-glossaries-irish-doc' 'texlive-glossaries-italian' 'texlive-glossaries-italian-doc' 'texlive-glossaries-magyar' 'texlive-glossaries-magyar-doc' 'texlive-glossaries-polish' 'texlive-glossaries-polish-doc' 'texlive-glossaries-portuges' 'texlive-glossaries-portuges-doc' 'texlive-glossaries-serbian' 'texlive-glossaries-serbian-doc' 'texlive-glossaries-spanish' 'texlive-glossaries-spanish-doc' 'texlive-glyphlist' 'texlive-gmdoc' 'texlive-gmdoc-doc' 'texlive-gmdoc-enhance' 'texlive-gmdoc-enhance-doc' 'texlive-gmiflink' 'texlive-gmiflink-doc' 'texlive-gmp' 'texlive-gmp-doc' 'texlive-gmutils' 'texlive-gmutils-doc' 'texlive-gmverb' 'texlive-gmverb-doc' 'texlive-gmverse' 'texlive-gmverse-doc' 'texlive-gnu-freefont' 'texlive-gnu-freefont-doc' 'texlive-gnu-freefont-fonts' 'texlive-gnuplottex' 'texlive-gnuplottex-doc' 'texlive-go' 'texlive-go-doc' 'texlive-gobble' 'texlive-gobble-doc' 'texlive-gofonts' 'texlive-gofonts-doc' 'texlive-gofonts-fonts' 'texlive-gost' 'texlive-gost-doc' 'texlive-gothic' 'texlive-gothic-doc' 'texlive-gotoh' 'texlive-gotoh-doc' 'texlive-grabbox' 'texlive-grabbox-doc' 'texlive-gradientframe' 'texlive-gradientframe-doc' 'texlive-gradstudentresume' 'texlive-gradstudentresume-doc' 'texlive-grafcet' 'texlive-grafcet-doc' 'texlive-grant' 'texlive-grant-doc' 'texlive-graph35' 'texlive-graph35-doc' 'texlive-graphbox' 'texlive-graphbox-doc' 'texlive-graphics' 'texlive-graphics-cfg' 'texlive-graphics-cfg-doc' 'texlive-graphics-def' 'texlive-graphics-def-doc' 'texlive-graphics-doc' 'texlive-graphics-pln' 'texlive-graphics-pln-doc' 'texlive-graphicx-psmin' 'texlive-graphicx-psmin-doc' 'texlive-graphicxbox' 'texlive-graphicxbox-doc' 'texlive-graphicxpsd' 'texlive-graphicxpsd-doc' 'texlive-graphviz' 'texlive-graphviz-doc' 'texlive-grayhints' 'texlive-grayhints-doc' 'texlive-greek-fontenc' 'texlive-greek-fontenc-doc' 'texlive-greek-inputenc' 'texlive-greek-inputenc-doc' 'texlive-greekdates' 'texlive-greekdates-doc' 'texlive-greektex' 'texlive-greektex-doc' 'texlive-greektonoi' 'texlive-greektonoi-doc' 'texlive-greenpoint' 'texlive-greenpoint-doc' 'texlive-gregoriotex' 'texlive-gregoriotex-bin' 'texlive-gregoriotex-doc' 'texlive-gregoriotex-fonts' 'texlive-grfpaste' 'texlive-grfpaste-doc' 'texlive-grid' 'texlive-grid-doc' 'texlive-grid-system' 'texlive-grid-system-doc' 'texlive-gridset' 'texlive-gridset-doc' 'texlive-gridslides' 'texlive-gridslides-doc' 'texlive-grotesq' 'texlive-grotesq-doc' 'texlive-grotesq-fonts' 'texlive-grundgesetze' 'texlive-grundgesetze-doc' 'texlive-gsemthesis' 'texlive-gsemthesis-doc' 'texlive-gsftopk' 'texlive-gsftopk-bin' 'texlive-gsftopk-doc' 'texlive-gtl' 'texlive-gtl-doc' 'texlive-gtrcrd' 'texlive-gtrcrd-doc' 'texlive-gtrlib-largetrees' 'texlive-gtrlib-largetrees-doc' 'texlive-gu' 'texlive-gu-doc' 'texlive-guide-latex-fr' 'texlive-guide-to-latex' 'texlive-guitar' 'texlive-guitar-doc' 'texlive-guitarchordschemes' 'texlive-guitarchordschemes-doc' 'texlive-guitartabs' 'texlive-guitartabs-doc' 'texlive-guitlogo' 'texlive-guitlogo-doc' 'texlive-gustlib' 'texlive-gustlib-doc' 'texlive-gustprog' 'texlive-gzt' 'texlive-gzt-doc' 'texlive-h2020proposal' 'texlive-h2020proposal-doc' 'texlive-hackthefootline' 'texlive-hackthefootline-doc' 'texlive-hacm' 'texlive-hacm-doc' 'texlive-hacm-fonts' 'texlive-hagenberg-thesis' 'texlive-hagenberg-thesis-doc' 'texlive-halloweenmath' 'texlive-halloweenmath-doc' 'texlive-handin' 'texlive-handin-doc' 'texlive-handout' 'texlive-handout-doc' 'texlive-hands' 'texlive-hang' 'texlive-hang-doc' 'texlive-hanging' 'texlive-hanging-doc' 'texlive-hanoi' 'texlive-happy4th' 'texlive-har2nat' 'texlive-har2nat-doc' 'texlive-hardwrap' 'texlive-hardwrap-doc' 'texlive-harmony' 'texlive-harmony-doc' 'texlive-harnon-cv' 'texlive-harnon-cv-doc' 'texlive-harpoon' 'texlive-harpoon-doc' 'texlive-harvard' 'texlive-harvard-doc' 'texlive-harveyballs' 'texlive-harveyballs-doc' 'texlive-harvmac' 'texlive-harvmac-doc' 'texlive-hatching' 'texlive-hatching-doc' 'texlive-hausarbeit-jura' 'texlive-hausarbeit-jura-doc' 'texlive-havannah' 'texlive-havannah-doc' 'texlive-hc' 'texlive-hc-doc' 'texlive-he-she' 'texlive-he-she-doc' 'texlive-hecthese' 'texlive-hecthese-doc' 'texlive-helvetic' 'texlive-helvetic-fonts' 'texlive-hep' 'texlive-hep-doc' 'texlive-hepnames' 'texlive-hepnames-doc' 'texlive-hepparticles' 'texlive-hepparticles-doc' 'texlive-hepthesis' 'texlive-hepthesis-doc' 'texlive-hepunits' 'texlive-hepunits-doc' 'texlive-here' 'texlive-here-doc' 'texlive-heuristica' 'texlive-heuristica-doc' 'texlive-heuristica-fonts' 'texlive-hexgame' 'texlive-hexgame-doc' 'texlive-hf-tikz' 'texlive-hf-tikz-doc' 'texlive-hfbright' 'texlive-hfbright-doc' 'texlive-hfbright-fonts' 'texlive-hfoldsty' 'texlive-hfoldsty-doc' 'texlive-hhtensor' 'texlive-hhtensor-doc' 'texlive-histogr' 'texlive-histogr-doc' 'texlive-historische-zeitschrift' 'texlive-historische-zeitschrift-doc' 'texlive-hitec' 'texlive-hitec-doc' 'texlive-hithesis' 'texlive-hithesis-doc' 'texlive-hletter' 'texlive-hletter-doc' 'texlive-hlist' 'texlive-hlist-doc' 'texlive-hobby' 'texlive-hobby-doc' 'texlive-hobete' 'texlive-hobete-doc' 'texlive-hook-pre-commit-pkg' 'texlive-horoscop' 'texlive-horoscop-doc' 'texlive-hpsdiss' 'texlive-hpsdiss-doc' 'texlive-hrefhide' 'texlive-hrefhide-doc' 'texlive-hrlatex' 'texlive-hrlatex-doc' 'texlive-hulipsum' 'texlive-hulipsum-doc' 'texlive-hustthesis' 'texlive-hustthesis-doc' 'texlive-hvfloat' 'texlive-hvfloat-doc' 'texlive-hvindex' 'texlive-hvindex-doc' 'texlive-hypdvips' 'texlive-hypdvips-doc' 'texlive-hyper' 'texlive-hyper-doc' 'texlive-hyperbar' 'texlive-hyperbar-doc' 'texlive-hypernat' 'texlive-hypernat-doc' 'texlive-hyperref' 'texlive-hyperref-doc' 'texlive-hyperxmp' 'texlive-hyperxmp-doc' 'texlive-hyph-utf8' 'texlive-hyph-utf8-doc' 'texlive-hyphen-afrikaans' 'texlive-hyphen-ancientgreek' 'texlive-hyphen-arabic' 'texlive-hyphen-armenian' 'texlive-hyphen-base' 'texlive-hyphen-basque' 'texlive-hyphen-belarusian' 'texlive-hyphen-bulgarian' 'texlive-hyphen-catalan' 'texlive-hyphen-chinese' 'texlive-hyphen-churchslavonic' 'texlive-hyphen-coptic' 'texlive-hyphen-croatian' 'texlive-hyphen-czech' 'texlive-hyphen-danish' 'texlive-hyphen-dutch' 'texlive-hyphen-english' 'texlive-hyphen-esperanto' 'texlive-hyphen-estonian' 'texlive-hyphen-ethiopic' 'texlive-hyphen-farsi' 'texlive-hyphen-finnish' 'texlive-hyphen-french' 'texlive-hyphen-friulan' 'texlive-hyphen-galician' 'texlive-hyphen-georgian' 'texlive-hyphen-german' 'texlive-hyphen-greek' 'texlive-hyphen-greek-doc' 'texlive-hyphen-hungarian' 'texlive-hyphen-hungarian-doc' 'texlive-hyphen-icelandic' 'texlive-hyphen-indic' 'texlive-hyphen-indonesian' 'texlive-hyphen-interlingua' 'texlive-hyphen-irish' 'texlive-hyphen-italian' 'texlive-hyphen-kurmanji' 'texlive-hyphen-latin' 'texlive-hyphen-latvian' 'texlive-hyphen-lithuanian' 'texlive-hyphen-mongolian' 'texlive-hyphen-norwegian' 'texlive-hyphen-occitan' 'texlive-hyphen-piedmontese' 'texlive-hyphen-polish' 'texlive-hyphen-portuguese' 'texlive-hyphen-romanian' 'texlive-hyphen-romansh' 'texlive-hyphen-russian' 'texlive-hyphen-sanskrit' 'texlive-hyphen-sanskrit-doc' 'texlive-hyphen-serbian' 'texlive-hyphen-slovak' 'texlive-hyphen-slovenian' 'texlive-hyphen-spanish' 'texlive-hyphen-spanish-doc' 'texlive-hyphen-swedish' 'texlive-hyphen-thai' 'texlive-hyphen-turkish' 'texlive-hyphen-turkmen' 'texlive-hyphen-ukrainian' 'texlive-hyphen-uppersorbian' 'texlive-hyphen-welsh' 'texlive-hyphenat' 'texlive-hyphenat-doc' 'texlive-hyphenex' 'texlive-hyplain' 'texlive-hyplain-doc' 'texlive-ibycus-babel' 'texlive-ibycus-babel-doc' 'texlive-ibygrk' 'texlive-ibygrk-doc' 'texlive-ibygrk-fonts' 'texlive-icite' 'texlive-icite-doc' 'texlive-icsv' 'texlive-icsv-doc' 'texlive-identkey' 'texlive-identkey-doc' 'texlive-idxcmds' 'texlive-idxcmds-doc' 'texlive-idxlayout' 'texlive-idxlayout-doc' 'texlive-ieeepes' 'texlive-ieeepes-doc' 'texlive-ietfbibs' 'texlive-ifetex' 'texlive-ifetex-doc' 'texlive-iffont' 'texlive-iffont-doc' 'texlive-ifluatex' 'texlive-ifluatex-doc' 'texlive-ifmslide' 'texlive-ifmslide-doc' 'texlive-ifmtarg' 'texlive-ifmtarg-doc' 'texlive-ifnextok' 'texlive-ifnextok-doc' 'texlive-ifoddpage' 'texlive-ifoddpage-doc' 'texlive-ifplatform' 'texlive-ifplatform-doc' 'texlive-ifptex' 'texlive-ifptex-doc' 'texlive-ifsym' 'texlive-ifsym-doc' 'texlive-iftex' 'texlive-iftex-doc' 'texlive-ifthenx' 'texlive-ifthenx-doc' 'texlive-ifxetex' 'texlive-ifxetex-doc' 'texlive-ifxptex' 'texlive-ifxptex-doc' 'texlive-iitem' 'texlive-iitem-doc' 'texlive-ijmart' 'texlive-ijmart-doc' 'texlive-ijqc' 'texlive-ijqc-doc' 'texlive-ijsra' 'texlive-ijsra-doc' 'texlive-imac' 'texlive-imac-doc' 'texlive-image-gallery' 'texlive-image-gallery-doc' 'texlive-imakeidx' 'texlive-imakeidx-doc' 'texlive-imfellenglish' 'texlive-imfellenglish-doc' 'texlive-imfellenglish-fonts' 'texlive-impatient' 'texlive-impatient-cn' 'texlive-impatient-fr' 'texlive-impnattypo' 'texlive-impnattypo-doc' 'texlive-import' 'texlive-import-doc' 'texlive-imsproc' 'texlive-imsproc-doc' 'texlive-imtekda' 'texlive-imtekda-doc' 'texlive-incgraph' 'texlive-incgraph-doc' 'texlive-includernw' 'texlive-includernw-doc' 'texlive-inconsolata' 'texlive-inconsolata-doc' 'texlive-inconsolata-fonts' 'texlive-index' 'texlive-index-doc' 'texlive-indextools' 'texlive-indextools-doc' 'texlive-initials' 'texlive-initials-doc' 'texlive-initials-fonts' 'texlive-inline-images' 'texlive-inline-images-doc' 'texlive-inlinebib' 'texlive-inlinebib-doc' 'texlive-inlinedef' 'texlive-inlinedef-doc' 'texlive-inputtrc' 'texlive-inputtrc-doc' 'texlive-inriafonts' 'texlive-inriafonts-doc' 'texlive-inriafonts-fonts' 'texlive-insbox' 'texlive-insbox-doc' 'texlive-interactiveworkbook' 'texlive-interactiveworkbook-doc' 'texlive-interchar' 'texlive-interchar-doc' 'texlive-interfaces' 'texlive-interfaces-doc' 'texlive-interpreter' 'texlive-interpreter-doc' 'texlive-interval' 'texlive-interval-doc' 'texlive-intopdf' 'texlive-intopdf-doc' 'texlive-intro-scientific' 'texlive-inversepath' 'texlive-inversepath-doc' 'texlive-invoice' 'texlive-invoice-class' 'texlive-invoice-class-doc' 'texlive-invoice-doc' 'texlive-invoice2' 'texlive-invoice2-doc' 'texlive-iodhbwm' 'texlive-iodhbwm-doc' 'texlive-ionumbers' 'texlive-ionumbers-doc' 'texlive-iopart-num' 'texlive-iopart-num-doc' 'texlive-ipaex' 'texlive-ipaex-doc' 'texlive-ipaex-fonts' 'texlive-ipaex-type1' 'texlive-ipaex-type1-doc' 'texlive-ipaex-type1-fonts' 'texlive-iscram' 'texlive-iscram-doc' 'texlive-iso' 'texlive-iso-doc' 'texlive-iso10303' 'texlive-iso10303-doc' 'texlive-isodate' 'texlive-isodate-doc' 'texlive-isodoc' 'texlive-isodoc-doc' 'texlive-isomath' 'texlive-isomath-doc' 'texlive-isonums' 'texlive-isonums-doc' 'texlive-isopt' 'texlive-isopt-doc' 'texlive-isorot' 'texlive-isorot-doc' 'texlive-isotope' 'texlive-isotope-doc' 'texlive-issuulinks' 'texlive-issuulinks-doc' 'texlive-istgame' 'texlive-istgame-doc' 'texlive-itnumpar' 'texlive-itnumpar-doc' 'texlive-iwhdp' 'texlive-iwhdp-doc' 'texlive-iwona' 'texlive-iwona-doc' 'texlive-iwona-fonts' 'texlive-jablantile' 'texlive-jablantile-doc' 'texlive-jacow' 'texlive-jacow-doc' 'texlive-jadetex' 'texlive-jadetex-bin' 'texlive-jadetex-doc' 'texlive-jamtimes' 'texlive-jamtimes-doc' 'texlive-japanese-otf' 'texlive-japanese-otf-doc' 'texlive-japanese-otf-uptex' 'texlive-japanese-otf-uptex-doc' 'texlive-jfmutil' 'texlive-jfmutil-bin' 'texlive-jfmutil-doc' 'texlive-jigsaw' 'texlive-jigsaw-doc' 'texlive-jkmath' 'texlive-jkmath-doc' 'texlive-jknapltx' 'texlive-jknapltx-doc' 'texlive-jlabels' 'texlive-jlabels-doc' 'texlive-jlreq' 'texlive-jlreq-doc' 'texlive-jmlr' 'texlive-jmlr-doc' 'texlive-jmn' 'texlive-jmn-fonts' 'texlive-jneurosci' 'texlive-jneurosci-doc' 'texlive-jnuexam' 'texlive-jnuexam-doc' 'texlive-jpsj' 'texlive-jpsj-doc' 'texlive-js-misc' 'texlive-js-misc-doc' 'texlive-jsclasses' 'texlive-jsclasses-doc' 'texlive-jslectureplanner' 'texlive-jslectureplanner-doc' 'texlive-jumplines' 'texlive-jumplines-doc' 'texlive-junicode' 'texlive-junicode-doc' 'texlive-junicode-fonts' 'texlive-jura' 'texlive-jura-doc' 'texlive-juraabbrev' 'texlive-juraabbrev-doc' 'texlive-jurabib' 'texlive-jurabib-doc' 'texlive-juramisc' 'texlive-juramisc-doc' 'texlive-jurarsp' 'texlive-jurarsp-doc' 'texlive-jvlisting' 'texlive-jvlisting-doc' 'texlive-kalendarium' 'texlive-kalendarium-doc' 'texlive-kanaparser' 'texlive-kanaparser-doc' 'texlive-kantlipsum' 'texlive-kantlipsum-doc' 'texlive-karnaugh' 'texlive-karnaugh-doc' 'texlive-karnaugh-map' 'texlive-karnaugh-map-doc' 'texlive-karnaughmap' 'texlive-karnaughmap-doc' 'texlive-kastrup' 'texlive-kastrup-doc' 'texlive-kdgdocs' 'texlive-kdgdocs-doc' 'texlive-kerkis' 'texlive-kerkis-doc' 'texlive-kerkis-fonts' 'texlive-kerntest' 'texlive-kerntest-doc' 'texlive-ketcindy' 'texlive-ketcindy-bin' 'texlive-ketcindy-doc' 'texlive-keycommand' 'texlive-keycommand-doc' 'texlive-keyfloat' 'texlive-keyfloat-doc' 'texlive-keyindex' 'texlive-keyindex-doc' 'texlive-keyreader' 'texlive-keyreader-doc' 'texlive-keystroke' 'texlive-keystroke-doc' 'texlive-keyval2e' 'texlive-keyval2e-doc' 'texlive-keyvaltable' 'texlive-keyvaltable-doc' 'texlive-kix' 'texlive-kix-doc' 'texlive-kixfont' 'texlive-kixfont-doc' 'texlive-kluwer' 'texlive-kluwer-doc' 'texlive-knitting' 'texlive-knitting-doc' 'texlive-knitting-fonts' 'texlive-knittingpattern' 'texlive-knittingpattern-doc' 'texlive-knowledge' 'texlive-knowledge-doc' 'texlive-knuth' 'texlive-knuth-doc' 'texlive-knuth-lib' 'texlive-knuth-local' 'texlive-koma-moderncvclassic' 'texlive-koma-moderncvclassic-doc' 'texlive-koma-script' 'texlive-koma-script-doc' 'texlive-koma-script-examples' 'texlive-koma-script-sfs' 'texlive-koma-script-sfs-doc' 'texlive-komacv' 'texlive-komacv-doc' 'texlive-komacv-rg' 'texlive-komacv-rg-doc' 'texlive-kotex-oblivoir' 'texlive-kotex-oblivoir-doc' 'texlive-kotex-plain' 'texlive-kotex-plain-doc' 'texlive-kotex-utf' 'texlive-kotex-utf-doc' 'texlive-kotex-utils' 'texlive-kotex-utils-bin' 'texlive-kotex-utils-doc' 'texlive-kpathsea' 'texlive-kpathsea-bin' 'texlive-kpathsea-devel' 'texlive-kpathsea-doc' 'texlive-kpfonts' 'texlive-kpfonts-doc' 'texlive-kpfonts-fonts' 'texlive-ksfh_nat' 'texlive-ksp-thesis' 'texlive-ksp-thesis-doc' 'texlive-ktv-texdata' 'texlive-ktv-texdata-doc' 'texlive-ku-template' 'texlive-ku-template-doc' 'texlive-kurdishlipsum' 'texlive-kurdishlipsum-doc' 'texlive-kurier' 'texlive-kurier-doc' 'texlive-kurier-fonts' 'texlive-kvmap' 'texlive-kvmap-doc' 'texlive-l2picfaq' 'texlive-l2tabu' 'texlive-l2tabu-english' 'texlive-l2tabu-french' 'texlive-l2tabu-italian' 'texlive-l2tabu-spanish' 'texlive-l3build' 'texlive-l3build-bin' 'texlive-l3build-doc' 'texlive-l3experimental' 'texlive-l3experimental-doc' 'texlive-l3kernel' 'texlive-l3kernel-doc' 'texlive-l3packages' 'texlive-l3packages-doc' 'texlive-labbook' 'texlive-labbook-doc' 'texlive-labels' 'texlive-labels-doc' 'texlive-labelschanged' 'texlive-labelschanged-doc' 'texlive-labyrinth' 'texlive-labyrinth-doc' 'texlive-lacheck' 'texlive-lacheck-bin' 'texlive-ladder' 'texlive-ladder-doc' 'texlive-lambda' 'texlive-lambda-lists' 'texlive-lambda-lists-doc' 'texlive-langcode' 'texlive-langcode-doc' 'texlive-langsci' 'texlive-langsci-doc' 'texlive-lapdf' 'texlive-lapdf-doc' 'texlive-lastpackage' 'texlive-lastpackage-doc' 'texlive-lastpage' 'texlive-lastpage-doc' 'texlive-latex' 'texlive-latex-bib-ex' 'texlive-latex-bib2-ex' 'texlive-latex-bin' 'texlive-latex-bin-bin' 'texlive-latex-brochure' 'texlive-latex-course' 'texlive-latex-doc' 'texlive-latex-doc-ptr' 'texlive-latex-fonts' 'texlive-latex-fonts-doc' 'texlive-latex-git-log' 'texlive-latex-git-log-bin' 'texlive-latex-git-log-doc' 'texlive-latex-graphics-companion' 'texlive-latex-make' 'texlive-latex-make-doc' 'texlive-latex-mr' 'texlive-latex-notes-zh-cn' 'texlive-latex-papersize' 'texlive-latex-papersize-bin' 'texlive-latex-papersize-doc' 'texlive-latex-referenz' 'texlive-latex-refsheet' 'texlive-latex-tabellen' 'texlive-latex-tds' 'texlive-latex-tds-doc' 'texlive-latex-uni8' 'texlive-latex-uni8-doc' 'texlive-latex-veryshortguide' 'texlive-latex-via-exemplos' 'texlive-latex-web-companion' 'texlive-latex2e-help-texinfo' 'texlive-latex2e-help-texinfo-fr' 'texlive-latex2e-help-texinfo-spanish' 'texlive-latex2man' 'texlive-latex2man-bin' 'texlive-latex2man-doc' 'texlive-latex2nemeth' 'texlive-latex2nemeth-bin' 'texlive-latex2nemeth-doc' 'texlive-latex4musicians' 'texlive-latex4wp' 'texlive-latex4wp-it' 'texlive-latexbangla' 'texlive-latexbangla-doc' 'texlive-latexbug' 'texlive-latexbug-doc' 'texlive-latexcheat' 'texlive-latexcheat-de' 'texlive-latexcheat-esmx' 'texlive-latexcheat-ptbr' 'texlive-latexcolors' 'texlive-latexcolors-doc' 'texlive-latexconfig' 'texlive-latexcourse-rug' 'texlive-latexdemo' 'texlive-latexdemo-doc' 'texlive-latexdiff' 'texlive-latexdiff-bin' 'texlive-latexdiff-doc' 'texlive-latexfileinfo-pkgs' 'texlive-latexfileinfo-pkgs-doc' 'texlive-latexfileversion' 'texlive-latexfileversion-bin' 'texlive-latexfileversion-doc' 'texlive-latexgit' 'texlive-latexgit-doc' 'texlive-latexindent' 'texlive-latexindent-bin' 'texlive-latexindent-doc' 'texlive-latexmk' 'texlive-latexmk-bin' 'texlive-latexmk-doc' 'texlive-latexmp' 'texlive-latexmp-doc' 'texlive-latexpand' 'texlive-latexpand-bin' 'texlive-latexpand-doc' 'texlive-lato' 'texlive-lato-doc' 'texlive-lato-fonts' 'texlive-layaureo' 'texlive-layaureo-doc' 'texlive-layouts' 'texlive-layouts-doc' 'texlive-lazylist' 'texlive-lazylist-doc' 'texlive-lccaps' 'texlive-lccaps-doc' 'texlive-lcd' 'texlive-lcd-doc' 'texlive-lcdftypetools' 'texlive-lcdftypetools-bin' 'texlive-lcg' 'texlive-lcg-doc' 'texlive-lcyw' 'texlive-lcyw-doc' 'texlive-leading' 'texlive-leading-doc' 'texlive-leadsheets' 'texlive-leadsheets-doc' 'texlive-leaflet' 'texlive-leaflet-doc' 'texlive-lecturer' 'texlive-lecturer-doc' 'texlive-lectures' 'texlive-lectures-doc' 'texlive-ledmac' 'texlive-ledmac-doc' 'texlive-leftidx' 'texlive-leftidx-doc' 'texlive-leipzig' 'texlive-leipzig-doc' 'texlive-lengthconvert' 'texlive-lengthconvert-doc' 'texlive-lettre' 'texlive-lettre-doc' 'texlive-lettrine' 'texlive-lettrine-doc' 'texlive-levy' 'texlive-levy-doc' 'texlive-lewis' 'texlive-lewis-doc' 'texlive-lexikon' 'texlive-lexikon-doc' 'texlive-lexref' 'texlive-lexref-doc' 'texlive-lfb' 'texlive-lfb-doc' 'texlive-lgreek' 'texlive-lgreek-doc' 'texlive-lh' 'texlive-lh-doc' 'texlive-lhcyr' 'texlive-lhelp' 'texlive-lhelp-doc' 'texlive-libertine' 'texlive-libertine-doc' 'texlive-libertine-fonts' 'texlive-libertinegc' 'texlive-libertinegc-doc' 'texlive-libertinus' 'texlive-libertinus-doc' 'texlive-libertinus-fonts' 'texlive-libertinus-fonts-doc' 'texlive-libertinus-fonts-fonts' 'texlive-libertinus-otf' 'texlive-libertinus-otf-doc' 'texlive-libertinus-otf-fonts' 'texlive-libertinus-type1' 'texlive-libertinus-type1-doc' 'texlive-libertinus-type1-fonts' 'texlive-libertinust1math' 'texlive-libertinust1math-doc' 'texlive-libertinust1math-fonts' 'texlive-libgreek' 'texlive-libgreek-doc' 'texlive-librarian' 'texlive-librarian-doc' 'texlive-librebaskerville' 'texlive-librebaskerville-doc' 'texlive-librebaskerville-fonts' 'texlive-librebodoni' 'texlive-librebodoni-doc' 'texlive-librebodoni-fonts' 'texlive-librecaslon' 'texlive-librecaslon-doc' 'texlive-librecaslon-fonts' 'texlive-libris' 'texlive-libris-doc' 'texlive-libris-fonts' 'texlive-lilyglyphs' 'texlive-lilyglyphs-bin' 'texlive-lilyglyphs-doc' 'texlive-lilyglyphs-fonts' 'texlive-limap' 'texlive-limap-doc' 'texlive-limecv' 'texlive-limecv-doc' 'texlive-linearA' 'texlive-linearA-doc' 'texlive-linearA-fonts' 'texlive-linegoal' 'texlive-linegoal-doc' 'texlive-lineno' 'texlive-lineno-doc' 'texlive-ling-macros' 'texlive-ling-macros-doc' 'texlive-linguex' 'texlive-linguex-doc' 'texlive-linop' 'texlive-linop-doc' 'texlive-lion-msc' 'texlive-lion-msc-doc' 'texlive-lipsum' 'texlive-lipsum-doc' 'texlive-lisp-on-tex' 'texlive-lisp-on-tex-doc' 'texlive-listbib' 'texlive-listbib-bin' 'texlive-listbib-doc' 'texlive-listing' 'texlive-listing-doc' 'texlive-listings' 'texlive-listings-doc' 'texlive-listings-ext' 'texlive-listings-ext-bin' 'texlive-listings-ext-doc' 'texlive-listlbls' 'texlive-listlbls-doc' 'texlive-listliketab' 'texlive-listliketab-doc' 'texlive-listofitems' 'texlive-listofitems-doc' 'texlive-listofsymbols' 'texlive-listofsymbols-doc' 'texlive-lithuanian' 'texlive-lithuanian-doc' 'texlive-liturg' 'texlive-liturg-doc' 'texlive-lkproof' 'texlive-lkproof-doc' 'texlive-llncsconf' 'texlive-llncsconf-doc' 'texlive-lm' 'texlive-lm-doc' 'texlive-lm-fonts' 'texlive-lm-math' 'texlive-lm-math-doc' 'texlive-lm-math-fonts' 'texlive-lmake' 'texlive-lmake-doc' 'texlive-lni' 'texlive-lni-doc' 'texlive-lobster2' 'texlive-lobster2-doc' 'texlive-lobster2-fonts' 'texlive-locality' 'texlive-locality-doc' 'texlive-localloc' 'texlive-localloc-doc' 'texlive-logbox' 'texlive-logbox-doc' 'texlive-logical-markup-utils' 'texlive-logical-markup-utils-doc' 'texlive-logicproof' 'texlive-logicproof-doc' 'texlive-logicpuzzle' 'texlive-logicpuzzle-doc' 'texlive-logpap' 'texlive-logpap-doc' 'texlive-logreq' 'texlive-logreq-doc' 'texlive-lollipop' 'texlive-lollipop-bin' 'texlive-lollipop-doc' 'texlive-longdivision' 'texlive-longdivision-doc' 'texlive-longfbox' 'texlive-longfbox-doc' 'texlive-longfigure' 'texlive-longfigure-doc' 'texlive-longnamefilelist' 'texlive-longnamefilelist-doc' 'texlive-loops' 'texlive-loops-doc' 'texlive-lpform' 'texlive-lpform-doc' 'texlive-lpic' 'texlive-lpic-doc' 'texlive-lplfitch' 'texlive-lplfitch-doc' 'texlive-lps' 'texlive-lps-doc' 'texlive-lroundrect' 'texlive-lroundrect-doc' 'texlive-lsc' 'texlive-lsc-doc' 'texlive-lshort-bulgarian' 'texlive-lshort-chinese' 'texlive-lshort-czech' 'texlive-lshort-dutch' 'texlive-lshort-english' 'texlive-lshort-estonian' 'texlive-lshort-finnish' 'texlive-lshort-french' 'texlive-lshort-german' 'texlive-lshort-italian' 'texlive-lshort-japanese' 'texlive-lshort-korean' 'texlive-lshort-mongol' 'texlive-lshort-persian' 'texlive-lshort-polish' 'texlive-lshort-portuguese' 'texlive-lshort-russian' 'texlive-lshort-slovak' 'texlive-lshort-slovenian' 'texlive-lshort-spanish' 'texlive-lshort-thai' 'texlive-lshort-turkish' 'texlive-lshort-ukr' 'texlive-lshort-vietnamese' 'texlive-lstaddons' 'texlive-lstaddons-doc' 'texlive-lstbayes' 'texlive-lstbayes-doc' 'texlive-lstfiracode' 'texlive-lstfiracode-doc' 'texlive-lt3graph' 'texlive-lt3graph-doc' 'texlive-ltablex' 'texlive-ltablex-doc' 'texlive-ltabptch' 'texlive-ltabptch-doc' 'texlive-ltb2bib' 'texlive-ltb2bib-doc' 'texlive-ltxdockit' 'texlive-ltxdockit-doc' 'texlive-ltxfileinfo' 'texlive-ltxfileinfo-bin' 'texlive-ltxfileinfo-doc' 'texlive-ltxguidex' 'texlive-ltxguidex-doc' 'texlive-ltximg' 'texlive-ltximg-bin' 'texlive-ltximg-doc' 'texlive-ltxindex' 'texlive-ltxindex-doc' 'texlive-ltxkeys' 'texlive-ltxkeys-doc' 'texlive-ltxmisc' 'texlive-ltxnew' 'texlive-ltxnew-doc' 'texlive-ltxtools' 'texlive-ltxtools-doc' 'texlive-lua-alt-getopt' 'texlive-lua-alt-getopt-doc' 'texlive-lua-check-hyphen' 'texlive-lua-check-hyphen-doc' 'texlive-lua-visual-debug' 'texlive-lua-visual-debug-doc' 'texlive-lua2dox' 'texlive-lua2dox-bin' 'texlive-lua2dox-doc' 'texlive-luabibentry' 'texlive-luabibentry-doc' 'texlive-luabidi' 'texlive-luabidi-doc' 'texlive-luacode' 'texlive-luacode-doc' 'texlive-luahyphenrules' 'texlive-luahyphenrules-doc' 'texlive-luaimageembed' 'texlive-luaimageembed-doc' 'texlive-luaindex' 'texlive-luaindex-doc' 'texlive-luainputenc' 'texlive-luainputenc-doc' 'texlive-luaintro' 'texlive-lualatex-doc' 'texlive-lualatex-doc-de' 'texlive-lualatex-math' 'texlive-lualatex-math-doc' 'texlive-lualatex-truncate' 'texlive-lualatex-truncate-doc' 'texlive-lualibs' 'texlive-lualibs-doc' 'texlive-luamesh' 'texlive-luamesh-doc' 'texlive-luamplib' 'texlive-luamplib-doc' 'texlive-luaotfload' 'texlive-luaotfload-bin' 'texlive-luaotfload-doc' 'texlive-luapackageloader' 'texlive-luapackageloader-doc' 'texlive-luarandom' 'texlive-luarandom-doc' 'texlive-luasseq' 'texlive-luasseq-doc' 'texlive-luatex' 'texlive-luatex-bin' 'texlive-luatex-doc' 'texlive-luatex85' 'texlive-luatex85-doc' 'texlive-luatexbase' 'texlive-luatexbase-doc' 'texlive-luatexja' 'texlive-luatexja-doc' 'texlive-luatexko' 'texlive-luatexko-doc' 'texlive-luatextra' 'texlive-luatextra-doc' 'texlive-luatodonotes' 'texlive-luatodonotes-doc' 'texlive-luavlna' 'texlive-luavlna-doc' 'texlive-luaxml' 'texlive-luaxml-doc' 'texlive-lwarp' 'texlive-lwarp-bin' 'texlive-lwarp-doc' 'texlive-lxfonts' 'texlive-lxfonts-doc' 'texlive-lxfonts-fonts' 'texlive-ly1' 'texlive-ly1-doc' 'texlive-lyluatex' 'texlive-lyluatex-doc' 'texlive-m-tx' 'texlive-m-tx-bin' 'texlive-m-tx-doc' 'texlive-macros2e' 'texlive-macros2e-doc' 'texlive-macroswap' 'texlive-macroswap-doc' 'texlive-mafr' 'texlive-mafr-doc' 'texlive-magaz' 'texlive-magaz-doc' 'texlive-mailing' 'texlive-mailing-doc' 'texlive-mailmerge' 'texlive-mailmerge-doc' 'texlive-make4ht' 'texlive-make4ht-bin' 'texlive-make4ht-doc' 'texlive-makebarcode' 'texlive-makebarcode-doc' 'texlive-makebase' 'texlive-makebase-doc' 'texlive-makebox' 'texlive-makebox-doc' 'texlive-makecell' 'texlive-makecell-doc' 'texlive-makecirc' 'texlive-makecirc-doc' 'texlive-makecmds' 'texlive-makecmds-doc' 'texlive-makecookbook' 'texlive-makedtx' 'texlive-makedtx-bin' 'texlive-makedtx-doc' 'texlive-makeglos' 'texlive-makeglos-doc' 'texlive-makeindex' 'texlive-makeindex-bin' 'texlive-makeindex-doc' 'texlive-makeplot' 'texlive-makeplot-doc' 'texlive-maker' 'texlive-maker-doc' 'texlive-makeshape' 'texlive-makeshape-doc' 'texlive-mandi' 'texlive-mandi-doc' 'texlive-manfnt' 'texlive-manfnt-font' 'texlive-manfnt-font-fonts' 'texlive-manuscript' 'texlive-manuscript-doc' 'texlive-manyind' 'texlive-manyind-doc' 'texlive-margbib' 'texlive-margbib-doc' 'texlive-marginfit' 'texlive-marginfit-doc' 'texlive-marginfix' 'texlive-marginfix-doc' 'texlive-marginnote' 'texlive-marginnote-doc' 'texlive-markdown' 'texlive-markdown-doc' 'texlive-marvosym' 'texlive-marvosym-doc' 'texlive-marvosym-fonts' 'texlive-matc3' 'texlive-matc3-doc' 'texlive-matc3mem' 'texlive-matc3mem-doc' 'texlive-match_parens' 'texlive-match_parens-bin' 'texlive-match_parens-doc' 'texlive-math-e' 'texlive-math-into-latex-4' 'texlive-mathabx' 'texlive-mathabx-doc' 'texlive-mathabx-type1' 'texlive-mathabx-type1-doc' 'texlive-mathabx-type1-fonts' 'texlive-mathalfa' 'texlive-mathalfa-doc' 'texlive-mathastext' 'texlive-mathastext-doc' 'texlive-mathcomp' 'texlive-mathcomp-doc' 'texlive-mathdesign' 'texlive-mathdesign-doc' 'texlive-mathdesign-fonts' 'texlive-mathdots' 'texlive-mathdots-doc' 'texlive-mathexam' 'texlive-mathexam-doc' 'texlive-mathfam256' 'texlive-mathfam256-doc' 'texlive-mathfixs' 'texlive-mathfixs-doc' 'texlive-mathfont' 'texlive-mathfont-doc' 'texlive-mathpartir' 'texlive-mathpartir-doc' 'texlive-mathpazo' 'texlive-mathpazo-doc' 'texlive-mathpazo-fonts' 'texlive-mathpunctspace' 'texlive-mathpunctspace-doc' 'texlive-maths-symbols' 'texlive-mathspec' 'texlive-mathspec-doc' 'texlive-mathspic' 'texlive-mathspic-bin' 'texlive-mathspic-doc' 'texlive-mathtools' 'texlive-mathtools-doc' 'texlive-matlab-prettifier' 'texlive-matlab-prettifier-doc' 'texlive-mattens' 'texlive-mattens-doc' 'texlive-maybemath' 'texlive-maybemath-doc' 'texlive-mcaption' 'texlive-mcaption-doc' 'texlive-mceinleger' 'texlive-mceinleger-doc' 'texlive-mcexam' 'texlive-mcexam-doc' 'texlive-mcf2graph' 'texlive-mcf2graph-doc' 'texlive-mcite' 'texlive-mcite-doc' 'texlive-mciteplus' 'texlive-mciteplus-doc' 'texlive-mcmthesis' 'texlive-mcmthesis-doc' 'texlive-mdframed' 'texlive-mdframed-doc' 'texlive-mdputu' 'texlive-mdputu-doc' 'texlive-mdsymbol' 'texlive-mdsymbol-doc' 'texlive-mdsymbol-fonts' 'texlive-mdwtools' 'texlive-mdwtools-doc' 'texlive-media9' 'texlive-media9-doc' 'texlive-medstarbeamer' 'texlive-medstarbeamer-doc' 'texlive-meetingmins' 'texlive-meetingmins-doc' 'texlive-memdesign' 'texlive-memexsupp' 'texlive-memexsupp-doc' 'texlive-memoir' 'texlive-memoir-doc' 'texlive-memory' 'texlive-memory-doc' 'texlive-memorygraphs' 'texlive-memorygraphs-doc' 'texlive-mendex-doc' 'texlive-mendex-doc-doc' 'texlive-mensa-tex' 'texlive-mensa-tex-doc' 'texlive-mentis' 'texlive-mentis-doc' 'texlive-menu' 'texlive-menu-doc' 'texlive-menukeys' 'texlive-menukeys-doc' 'texlive-merriweather' 'texlive-merriweather-doc' 'texlive-merriweather-fonts' 'texlive-metafont' 'texlive-metafont-beginners' 'texlive-metafont-bin' 'texlive-metafont-doc' 'texlive-metago' 'texlive-metago-doc' 'texlive-metalogo' 'texlive-metalogo-doc' 'texlive-metalogox' 'texlive-metalogox-doc' 'texlive-metaobj' 'texlive-metaobj-doc' 'texlive-metaplot' 'texlive-metaplot-doc' 'texlive-metapost' 'texlive-metapost-bin' 'texlive-metapost-colorbrewer' 'texlive-metapost-colorbrewer-doc' 'texlive-metapost-doc' 'texlive-metapost-examples' 'texlive-metapost-fonts' 'texlive-metatex' 'texlive-metatex-doc' 'texlive-metatype1' 'texlive-metauml' 'texlive-metauml-doc' 'texlive-method' 'texlive-method-doc' 'texlive-metre' 'texlive-metre-doc' 'texlive-metrix' 'texlive-metrix-doc' 'texlive-mex' 'texlive-mex-bin' 'texlive-mex-doc' 'texlive-mf2pt1' 'texlive-mf2pt1-bin' 'texlive-mf2pt1-doc' 'texlive-mfirstuc' 'texlive-mfirstuc-doc' 'texlive-mflogo' 'texlive-mflogo-doc' 'texlive-mflogo-font' 'texlive-mflogo-font-doc' 'texlive-mflogo-font-fonts' 'texlive-mflua' 'texlive-mflua-bin' 'texlive-mfnfss' 'texlive-mfnfss-doc' 'texlive-mfpic' 'texlive-mfpic-doc' 'texlive-mfpic4ode' 'texlive-mfpic4ode-doc' 'texlive-mftinc' 'texlive-mftinc-doc' 'texlive-mfware' 'texlive-mfware-bin' 'texlive-mfware-doc' 'texlive-mgltex' 'texlive-mgltex-doc' 'texlive-mhchem' 'texlive-mhchem-doc' 'texlive-mhequ' 'texlive-mhequ-doc' 'texlive-mi-solns' 'texlive-mi-solns-doc' 'texlive-miama' 'texlive-miama-doc' 'texlive-miama-fonts' 'texlive-microtype' 'texlive-microtype-de' 'texlive-microtype-doc' 'texlive-midnight' 'texlive-midnight-doc' 'texlive-midpage' 'texlive-midpage-doc' 'texlive-miller' 'texlive-miller-doc' 'texlive-milog' 'texlive-milog-doc' 'texlive-milsymb' 'texlive-milsymb-doc' 'texlive-minibox' 'texlive-minibox-doc' 'texlive-minidocument' 'texlive-minidocument-doc' 'texlive-minifp' 'texlive-minifp-doc' 'texlive-minipage-marginpar' 'texlive-minipage-marginpar-doc' 'texlive-miniplot' 'texlive-miniplot-doc' 'texlive-minitoc' 'texlive-minitoc-doc' 'texlive-minorrevision' 'texlive-minorrevision-doc' 'texlive-minted' 'texlive-minted-doc' 'texlive-mintspirit' 'texlive-mintspirit-doc' 'texlive-mintspirit-fonts' 'texlive-minutes' 'texlive-minutes-doc' 'texlive-missaali' 'texlive-missaali-doc' 'texlive-missaali-fonts' 'texlive-mkgrkindex' 'texlive-mkgrkindex-bin' 'texlive-mkgrkindex-doc' 'texlive-mkjobtexmf' 'texlive-mkjobtexmf-bin' 'texlive-mkjobtexmf-doc' 'texlive-mkpattern' 'texlive-mkpattern-doc' 'texlive-mkpic' 'texlive-mkpic-bin' 'texlive-mkpic-doc' 'texlive-mla-paper' 'texlive-mla-paper-doc' 'texlive-mlist' 'texlive-mlist-doc' 'texlive-mltex' 'texlive-mltex-bin' 'texlive-mltex-doc' 'texlive-mmap' 'texlive-mmap-doc' 'texlive-mnotes' 'texlive-mnotes-doc' 'texlive-mnras' 'texlive-mnras-doc' 'texlive-mnsymbol' 'texlive-mnsymbol-doc' 'texlive-mnsymbol-fonts' 'texlive-modeles-factures-belges-assocs' 'texlive-modeles-factures-belges-assocs-doc' 'texlive-moderncv' 'texlive-moderncv-doc' 'texlive-modernposter' 'texlive-modernposter-doc' 'texlive-moderntimeline' 'texlive-moderntimeline-doc' 'texlive-modiagram' 'texlive-modiagram-doc' 'texlive-modref' 'texlive-modref-doc' 'texlive-modroman' 'texlive-modroman-doc' 'texlive-modular' 'texlive-modular-doc' 'texlive-modulus' 'texlive-modulus-doc' 'texlive-mongolian-babel' 'texlive-mongolian-babel-doc' 'texlive-monofill' 'texlive-monofill-doc' 'texlive-montex' 'texlive-montex-doc' 'texlive-montex-fonts' 'texlive-montserrat' 'texlive-montserrat-doc' 'texlive-montserrat-fonts' 'texlive-moodle' 'texlive-moodle-doc' 'texlive-moreenum' 'texlive-moreenum-doc' 'texlive-morefloats' 'texlive-morefloats-doc' 'texlive-morehype' 'texlive-morehype-doc' 'texlive-moresize' 'texlive-moresize-doc' 'texlive-moreverb' 'texlive-moreverb-doc' 'texlive-morewrites' 'texlive-morewrites-doc' 'texlive-morisawa' 'texlive-morisawa-doc' 'texlive-movie15' 'texlive-movie15-doc' 'texlive-mp3d' 'texlive-mp3d-doc' 'texlive-mparhack' 'texlive-mparhack-doc' 'texlive-mparrows' 'texlive-mparrows-doc' 'texlive-mpattern' 'texlive-mpattern-doc' 'texlive-mpcolornames' 'texlive-mpcolornames-doc' 'texlive-mpgraphics' 'texlive-mpgraphics-doc' 'texlive-mpman-ru' 'texlive-mpostinl' 'texlive-mpostinl-doc' 'texlive-mptopdf' 'texlive-mptopdf-bin' 'texlive-mptopdf-doc' 'texlive-mptrees' 'texlive-mptrees-doc' 'texlive-ms' 'texlive-ms-doc' 'texlive-msc' 'texlive-msc-doc' 'texlive-msg' 'texlive-msg-doc' 'texlive-mslapa' 'texlive-mslapa-doc' 'texlive-msu-thesis' 'texlive-msu-thesis-doc' 'texlive-mtgreek' 'texlive-mtgreek-doc' 'texlive-mucproc' 'texlive-mucproc-doc' 'texlive-mugsthesis' 'texlive-mugsthesis-doc' 'texlive-multenum' 'texlive-multenum-doc' 'texlive-multiaudience' 'texlive-multiaudience-doc' 'texlive-multibbl' 'texlive-multibbl-doc' 'texlive-multibib' 'texlive-multibib-doc' 'texlive-multibibliography' 'texlive-multibibliography-bin' 'texlive-multibibliography-doc' 'texlive-multicap' 'texlive-multicap-doc' 'texlive-multicolrule' 'texlive-multicolrule-doc' 'texlive-multidef' 'texlive-multidef-doc' 'texlive-multido' 'texlive-multido-doc' 'texlive-multienv' 'texlive-multienv-doc' 'texlive-multiexpand' 'texlive-multiexpand-doc' 'texlive-multilang' 'texlive-multilang-doc' 'texlive-multiobjective' 'texlive-multiobjective-doc' 'texlive-multirow' 'texlive-multirow-doc' 'texlive-munich' 'texlive-munich-doc' 'texlive-musicography' 'texlive-musicography-doc' 'texlive-musikui' 'texlive-musikui-doc' 'texlive-musixguit' 'texlive-musixguit-doc' 'texlive-musixtex' 'texlive-musixtex-bin' 'texlive-musixtex-doc' 'texlive-musixtex-fonts' 'texlive-musixtex-fonts-doc' 'texlive-musixtex-fonts-fonts' 'texlive-musixtnt' 'texlive-musixtnt-bin' 'texlive-musixtnt-doc' 'texlive-musuos' 'texlive-musuos-doc' 'texlive-muthesis' 'texlive-muthesis-doc' 'texlive-mversion' 'texlive-mversion-doc' 'texlive-mwcls' 'texlive-mwcls-doc' 'texlive-mwe' 'texlive-mwe-doc' 'texlive-mweights' 'texlive-mweights-doc' 'texlive-mxedruli' 'texlive-mxedruli-doc' 'texlive-mxedruli-fonts' 'texlive-mychemistry' 'texlive-mychemistry-doc' 'texlive-mycv' 'texlive-mycv-doc' 'texlive-mylatexformat' 'texlive-mylatexformat-doc' 'texlive-mynsfc' 'texlive-mynsfc-doc' 'texlive-na-box' 'texlive-na-box-doc' 'texlive-na-position' 'texlive-na-position-doc' 'texlive-nag' 'texlive-nag-doc' 'texlive-nameauth' 'texlive-nameauth-doc' 'texlive-namespc' 'texlive-namespc-doc' 'texlive-nanumtype1' 'texlive-nanumtype1-doc' 'texlive-nanumtype1-fonts' 'texlive-nar' 'texlive-natbib' 'texlive-natbib-doc' 'texlive-natded' 'texlive-natded-doc' 'texlive-nath' 'texlive-nath-doc' 'texlive-nature' 'texlive-nature-doc' 'texlive-navigator' 'texlive-navigator-doc' 'texlive-navydocs' 'texlive-navydocs-doc' 'texlive-ncclatex' 'texlive-ncclatex-doc' 'texlive-ncctools' 'texlive-ncctools-doc' 'texlive-ncntrsbk' 'texlive-ncntrsbk-fonts' 'texlive-nddiss' 'texlive-nddiss-doc' 'texlive-ndsu-thesis' 'texlive-ndsu-thesis-doc' 'texlive-needspace' 'texlive-needspace-doc' 'texlive-nestquot' 'texlive-neuralnetwork' 'texlive-neuralnetwork-doc' 'texlive-nevelok' 'texlive-nevelok-doc' 'texlive-newcommand' 'texlive-newenviron' 'texlive-newenviron-doc' 'texlive-newfile' 'texlive-newfile-doc' 'texlive-newlfm' 'texlive-newlfm-doc' 'texlive-newpx' 'texlive-newpx-doc' 'texlive-newpx-fonts' 'texlive-newsletr' 'texlive-newsletr-doc' 'texlive-newspaper' 'texlive-newspaper-doc' 'texlive-newtx' 'texlive-newtx-doc' 'texlive-newtx-fonts' 'texlive-newtxsf' 'texlive-newtxsf-doc' 'texlive-newtxsf-fonts' 'texlive-newtxtt' 'texlive-newtxtt-doc' 'texlive-newtxtt-fonts' 'texlive-newunicodechar' 'texlive-newunicodechar-doc' 'texlive-newvbtm' 'texlive-newvbtm-doc' 'texlive-newverbs' 'texlive-newverbs-doc' 'texlive-nextpage' 'texlive-nfssext-cfr' 'texlive-nfssext-cfr-doc' 'texlive-nicefilelist' 'texlive-nicefilelist-doc' 'texlive-niceframe' 'texlive-niceframe-doc' 'texlive-niceframe-type1' 'texlive-niceframe-type1-doc' 'texlive-niceframe-type1-fonts' 'texlive-nicematrix' 'texlive-nicematrix-doc' 'texlive-nicetext' 'texlive-nicetext-doc' 'texlive-nidanfloat' 'texlive-nidanfloat-doc' 'texlive-nih' 'texlive-nih-doc' 'texlive-nihbiosketch' 'texlive-nihbiosketch-doc' 'texlive-nimbus15' 'texlive-nimbus15-doc' 'texlive-nimbus15-fonts' 'texlive-njurepo' 'texlive-njurepo-doc' 'texlive-nkarta' 'texlive-nkarta-doc' 'texlive-nlctdoc' 'texlive-nlctdoc-doc' 'texlive-nmbib' 'texlive-nmbib-doc' 'texlive-noconflict' 'texlive-noconflict-doc' 'texlive-nodetree' 'texlive-nodetree-doc' 'texlive-noindentafter' 'texlive-noindentafter-doc' 'texlive-noitcrul' 'texlive-noitcrul-doc' 'texlive-nolbreaks' 'texlive-nolbreaks-doc' 'texlive-nomencl' 'texlive-nomencl-doc' 'texlive-nomentbl' 'texlive-nomentbl-doc' 'texlive-nonfloat' 'texlive-nonfloat-doc' 'texlive-nonumonpart' 'texlive-nonumonpart-doc' 'texlive-nopageno' 'texlive-nopageno-doc' 'texlive-norasi-c90' 'texlive-normalcolor' 'texlive-normalcolor-doc' 'texlive-nostarch' 'texlive-nostarch-doc' 'texlive-notes' 'texlive-notes-doc' 'texlive-notes2bib' 'texlive-notes2bib-doc' 'texlive-notespages' 'texlive-notespages-doc' 'texlive-notestex' 'texlive-notestex-doc' 'texlive-notex-bst' 'texlive-noto' 'texlive-noto-doc' 'texlive-noto-fonts' 'texlive-notoccite' 'texlive-notoccite-doc' 'texlive-novel' 'texlive-novel-doc' 'texlive-novel-fonts' 'texlive-nowidow' 'texlive-nowidow-doc' 'texlive-nox' 'texlive-nox-doc' 'texlive-npp-for-context' 'texlive-nrc' 'texlive-nrc-doc' 'texlive-ntgclass' 'texlive-ntgclass-doc' 'texlive-ntheorem' 'texlive-ntheorem-doc' 'texlive-ntheorem-vn' 'texlive-nuc' 'texlive-nuc-doc' 'texlive-nucleardata' 'texlive-nucleardata-doc' 'texlive-numberedblock' 'texlive-numberedblock-doc' 'texlive-numericplots' 'texlive-numericplots-doc' 'texlive-numname' 'texlive-numname-doc' 'texlive-numnameru' 'texlive-numnameru-doc' 'texlive-numprint' 'texlive-numprint-doc' 'texlive-numspell' 'texlive-numspell-doc' 'texlive-nwejm' 'texlive-nwejm-doc' 'texlive-oberdiek' 'texlive-oberdiek-doc' 'texlive-objectz' 'texlive-objectz-doc' 'texlive-obnov' 'texlive-obnov-doc' 'texlive-ocg-p' 'texlive-ocg-p-doc' 'texlive-ocgx' 'texlive-ocgx-doc' 'texlive-ocgx2' 'texlive-ocgx2-doc' 'texlive-ocherokee' 'texlive-ocherokee-doc' 'texlive-ocherokee-fonts' 'texlive-ocr-b' 'texlive-ocr-b-doc' 'texlive-ocr-b-outline' 'texlive-ocr-b-outline-doc' 'texlive-ocr-b-outline-fonts' 'texlive-ocr-latex' 'texlive-ocr-latex-doc' 'texlive-octave' 'texlive-octave-doc' 'texlive-octavo' 'texlive-octavo-doc' 'texlive-odsfile' 'texlive-odsfile-doc' 'texlive-ofs' 'texlive-ofs-doc' 'texlive-ogham' 'texlive-ogham-doc' 'texlive-oinuit' 'texlive-oinuit-doc' 'texlive-oinuit-fonts' 'texlive-old-arrows' 'texlive-old-arrows-doc' 'texlive-old-arrows-fonts' 'texlive-oldlatin' 'texlive-oldlatin-doc' 'texlive-oldstandard' 'texlive-oldstandard-doc' 'texlive-oldstandard-fonts' 'texlive-oldstyle' 'texlive-oldstyle-doc' 'texlive-olsak-misc' 'texlive-olsak-misc-doc' 'texlive-omega' 'texlive-omega-doc' 'texlive-omega-fonts' 'texlive-omegaware' 'texlive-omegaware-bin' 'texlive-onedown' 'texlive-onedown-doc' 'texlive-onlyamsmath' 'texlive-onlyamsmath-doc' 'texlive-onrannual' 'texlive-onrannual-doc' 'texlive-opcit' 'texlive-opcit-doc' 'texlive-opensans' 'texlive-opensans-doc' 'texlive-opensans-fonts' 'texlive-oplotsymbl' 'texlive-oplotsymbl-doc' 'texlive-opteng' 'texlive-opteng-doc' 'texlive-optidef' 'texlive-optidef-doc' 'texlive-optional' 'texlive-optional-doc' 'texlive-options' 'texlive-options-doc' 'texlive-ordinalpt' 'texlive-ordinalpt-doc' 'texlive-orkhun' 'texlive-orkhun-doc' 'texlive-oscola' 'texlive-oscola-doc' 'texlive-ot-tableau' 'texlive-ot-tableau-doc' 'texlive-othello' 'texlive-othello-doc' 'texlive-othelloboard' 'texlive-othelloboard-doc' 'texlive-otibet' 'texlive-otibet-doc' 'texlive-oubraces' 'texlive-oubraces-doc' 'texlive-outline' 'texlive-outline-doc' 'texlive-outliner' 'texlive-outliner-doc' 'texlive-outlines' 'texlive-outlines-doc' 'texlive-outlining' 'texlive-outlining-doc' 'texlive-overlays' 'texlive-overlays-doc' 'texlive-overlock' 'texlive-overlock-doc' 'texlive-overlock-fonts' 'texlive-overpic' 'texlive-overpic-doc' 'texlive-pacioli' 'texlive-pacioli-doc' 'texlive-padauk' 'texlive-padauk-doc' 'texlive-padauk-fonts' 'texlive-padcount' 'texlive-padcount-doc' 'texlive-pagecolor' 'texlive-pagecolor-doc' 'texlive-pagecont' 'texlive-pagecont-doc' 'texlive-pagenote' 'texlive-pagenote-doc' 'texlive-pagerange' 'texlive-pagerange-doc' 'texlive-pageslts' 'texlive-pageslts-doc' 'texlive-palatino' 'texlive-palatino-fonts' 'texlive-paper' 'texlive-paper-doc' 'texlive-papercdcase' 'texlive-papercdcase-doc' 'texlive-papermas' 'texlive-papermas-doc' 'texlive-papertex' 'texlive-papertex-doc' 'texlive-paracol' 'texlive-paracol-doc' 'texlive-parades' 'texlive-parades-doc' 'texlive-paralist' 'texlive-paralist-doc' 'texlive-parallel' 'texlive-parallel-doc' 'texlive-paratype' 'texlive-paratype-doc' 'texlive-paratype-fonts' 'texlive-paresse' 'texlive-paresse-doc' 'texlive-parnotes' 'texlive-parnotes-doc' 'texlive-parrun' 'texlive-parrun-doc' 'texlive-parselines' 'texlive-parselines-doc' 'texlive-parskip' 'texlive-parskip-doc' 'texlive-pas-cours' 'texlive-pas-cours-doc' 'texlive-pas-crosswords' 'texlive-pas-crosswords-doc' 'texlive-pas-cv' 'texlive-pas-cv-doc' 'texlive-pas-tableur' 'texlive-pas-tableur-doc' 'texlive-passivetex' 'texlive-patch' 'texlive-patchcmd' 'texlive-patchcmd-doc' 'texlive-patgen' 'texlive-patgen-bin' 'texlive-patgen2-tutorial' 'texlive-path' 'texlive-path-doc' 'texlive-pauldoc' 'texlive-pauldoc-doc' 'texlive-pawpict' 'texlive-pawpict-doc' 'texlive-pax' 'texlive-pax-bin' 'texlive-pax-doc' 'texlive-pb-diagram' 'texlive-pb-diagram-doc' 'texlive-pbibtex-base' 'texlive-pbibtex-base-doc' 'texlive-pbox' 'texlive-pbox-doc' 'texlive-pbsheet' 'texlive-pbsheet-doc' 'texlive-pdf-trans' 'texlive-pdf-trans-doc' 'texlive-pdf14' 'texlive-pdf14-doc' 'texlive-pdfbook2' 'texlive-pdfbook2-bin' 'texlive-pdfbook2-doc' 'texlive-pdfcomment' 'texlive-pdfcomment-doc' 'texlive-pdfcprot' 'texlive-pdfcprot-doc' 'texlive-pdfcrop' 'texlive-pdfcrop-bin' 'texlive-pdfcrop-doc' 'texlive-pdfjam' 'texlive-pdfjam-bin' 'texlive-pdfjam-doc' 'texlive-pdflatexpicscale' 'texlive-pdflatexpicscale-bin' 'texlive-pdflatexpicscale-doc' 'texlive-pdfmarginpar' 'texlive-pdfmarginpar-doc' 'texlive-pdfoverlay' 'texlive-pdfoverlay-doc' 'texlive-pdfpagediff' 'texlive-pdfpagediff-doc' 'texlive-pdfpages' 'texlive-pdfpages-doc' 'texlive-pdfpc-movie' 'texlive-pdfpc-movie-doc' 'texlive-pdfprivacy' 'texlive-pdfprivacy-doc' 'texlive-pdfreview' 'texlive-pdfreview-doc' 'texlive-pdfscreen' 'texlive-pdfscreen-doc' 'texlive-pdfslide' 'texlive-pdfslide-doc' 'texlive-pdfsync' 'texlive-pdfsync-doc' 'texlive-pdftex' 'texlive-pdftex-bin' 'texlive-pdftex-doc' 'texlive-pdftex-fonts' 'texlive-pdftex-quiet' 'texlive-pdftex-quiet-bin' 'texlive-pdftex-quiet-doc' 'texlive-pdftools' 'texlive-pdftools-bin' 'texlive-pdftools-doc' 'texlive-pdftricks' 'texlive-pdftricks-doc' 'texlive-pdftricks2' 'texlive-pdftricks2-doc' 'texlive-pdfwin' 'texlive-pdfwin-doc' 'texlive-pdfx' 'texlive-pdfx-doc' 'texlive-pdfxup' 'texlive-pdfxup-bin' 'texlive-pdfxup-doc' 'texlive-pecha' 'texlive-pecha-doc' 'texlive-pedigree-perl' 'texlive-pedigree-perl-bin' 'texlive-pedigree-perl-doc' 'texlive-penrose' 'texlive-penrose-doc' 'texlive-perception' 'texlive-perception-doc' 'texlive-perfectcut' 'texlive-perfectcut-doc' 'texlive-perltex' 'texlive-perltex-bin' 'texlive-perltex-doc' 'texlive-permute' 'texlive-permute-doc' 'texlive-persian-bib' 'texlive-persian-bib-doc' 'texlive-petiteannonce' 'texlive-petiteannonce-doc' 'texlive-petri-nets' 'texlive-petri-nets-bin' 'texlive-petri-nets-doc' 'texlive-pfarrei' 'texlive-pfarrei-bin' 'texlive-pfarrei-doc' 'texlive-pgf' 'texlive-pgf-blur' 'texlive-pgf-blur-doc' 'texlive-pgf-cmykshadings' 'texlive-pgf-cmykshadings-doc' 'texlive-pgf-doc' 'texlive-pgf-soroban' 'texlive-pgf-soroban-doc' 'texlive-pgf-spectra' 'texlive-pgf-spectra-doc' 'texlive-pgf-umlcd' 'texlive-pgf-umlcd-doc' 'texlive-pgf-umlsd' 'texlive-pgf-umlsd-doc' 'texlive-pgfgantt' 'texlive-pgfgantt-doc' 'texlive-pgfkeyx' 'texlive-pgfkeyx-doc' 'texlive-pgfmolbio' 'texlive-pgfmolbio-doc' 'texlive-pgfopts' 'texlive-pgfopts-doc' 'texlive-pgfornament' 'texlive-pgfornament-doc' 'texlive-pgfornament-han' 'texlive-pgfornament-han-doc' 'texlive-pgfplots' 'texlive-pgfplots-doc' 'texlive-phaistos' 'texlive-phaistos-doc' 'texlive-phaistos-fonts' 'texlive-phffullpagefigure' 'texlive-phffullpagefigure-doc' 'texlive-phfnote' 'texlive-phfnote-doc' 'texlive-phfparen' 'texlive-phfparen-doc' 'texlive-phfqit' 'texlive-phfqit-doc' 'texlive-phfquotetext' 'texlive-phfquotetext-doc' 'texlive-phfsvnwatermark' 'texlive-phfsvnwatermark-doc' 'texlive-phfthm' 'texlive-phfthm-doc' 'texlive-philex' 'texlive-philex-doc' 'texlive-philokalia' 'texlive-philokalia-doc' 'texlive-philokalia-fonts' 'texlive-philosophersimprint' 'texlive-philosophersimprint-doc' 'texlive-phonenumbers' 'texlive-phonenumbers-doc' 'texlive-phonetic' 'texlive-phonetic-doc' 'texlive-phonrule' 'texlive-phonrule-doc' 'texlive-photo' 'texlive-photo-doc' 'texlive-physics' 'texlive-physics-doc' 'texlive-piano' 'texlive-piano-doc' 'texlive-picinpar' 'texlive-picinpar-doc' 'texlive-pict2e' 'texlive-pict2e-doc' 'texlive-pictex' 'texlive-pictex-doc' 'texlive-pictex2' 'texlive-pictexsum' 'texlive-piechartmp' 'texlive-piechartmp-doc' 'texlive-piff' 'texlive-piff-doc' 'texlive-pigpen' 'texlive-pigpen-doc' 'texlive-pigpen-fonts' 'texlive-pinlabel' 'texlive-pinlabel-doc' 'texlive-pitex' 'texlive-pitex-doc' 'texlive-pittetd' 'texlive-pittetd-doc' 'texlive-pixelart' 'texlive-pixelart-doc' 'texlive-pkfix' 'texlive-pkfix-bin' 'texlive-pkfix-doc' 'texlive-pkfix-helper' 'texlive-pkfix-helper-bin' 'texlive-pkfix-helper-doc' 'texlive-pkgloader' 'texlive-pkgloader-doc' 'texlive-pkuthss' 'texlive-pkuthss-doc' 'texlive-pl' 'texlive-pl-doc' 'texlive-pl-fonts' 'texlive-placeat' 'texlive-placeat-doc' 'texlive-placeins' 'texlive-placeins-doc' 'texlive-placeins-plain' 'texlive-plain' 'texlive-plain-doc' 'texlive-plainpkg' 'texlive-plainpkg-doc' 'texlive-plantslabels' 'texlive-plantslabels-doc' 'texlive-plantuml' 'texlive-plantuml-doc' 'texlive-plari' 'texlive-plari-doc' 'texlive-plates' 'texlive-plates-doc' 'texlive-platex' 'texlive-platex-bin' 'texlive-platex-doc' 'texlive-platex-tools' 'texlive-platex-tools-doc' 'texlive-platexcheat' 'texlive-plautopatch' 'texlive-plautopatch-doc' 'texlive-play' 'texlive-play-doc' 'texlive-playfair' 'texlive-playfair-doc' 'texlive-playfair-fonts' 'texlive-plex' 'texlive-plex-doc' 'texlive-plex-fonts' 'texlive-plex-otf' 'texlive-plex-otf-doc' 'texlive-plipsum' 'texlive-plipsum-doc' 'texlive-plnfss' 'texlive-plnfss-doc' 'texlive-plstmary' 'texlive-plstmary-doc' 'texlive-plweb' 'texlive-plweb-doc' 'texlive-pm-isomath' 'texlive-pm-isomath-doc' 'texlive-pmgraph' 'texlive-pmgraph-doc' 'texlive-pmx' 'texlive-pmx-bin' 'texlive-pmx-doc' 'texlive-pmxchords' 'texlive-pmxchords-bin' 'texlive-pmxchords-doc' 'texlive-pnas2009' 'texlive-poemscol' 'texlive-poemscol-doc' 'texlive-poetry' 'texlive-poetry-doc' 'texlive-poetrytex' 'texlive-poetrytex-doc' 'texlive-polexpr' 'texlive-polexpr-doc' 'texlive-polski' 'texlive-polski-doc' 'texlive-poltawski' 'texlive-poltawski-doc' 'texlive-poltawski-fonts' 'texlive-polyglossia' 'texlive-polyglossia-doc' 'texlive-polynom' 'texlive-polynom-doc' 'texlive-polynomial' 'texlive-polynomial-doc' 'texlive-polytable' 'texlive-polytable-doc' 'texlive-poormanlog' 'texlive-poormanlog-doc' 'texlive-postage' 'texlive-postage-doc' 'texlive-postcards' 'texlive-postcards-doc' 'texlive-poster-mac' 'texlive-poster-mac-doc' 'texlive-powerdot' 'texlive-powerdot-FUBerlin' 'texlive-powerdot-FUBerlin-doc' 'texlive-powerdot-doc' 'texlive-powerdot-tuliplab' 'texlive-powerdot-tuliplab-doc' 'texlive-ppr-prv' 'texlive-ppr-prv-doc' 'texlive-pracjourn' 'texlive-pracjourn-doc' 'texlive-preprint' 'texlive-preprint-doc' 'texlive-prerex' 'texlive-prerex-doc' 'texlive-present' 'texlive-present-doc' 'texlive-presentations' 'texlive-presentations-en' 'texlive-pressrelease' 'texlive-pressrelease-doc' 'texlive-prettyref' 'texlive-prettyref-doc' 'texlive-preview' 'texlive-preview-doc' 'texlive-prftree' 'texlive-prftree-doc' 'texlive-printlen' 'texlive-printlen-doc' 'texlive-proba' 'texlive-proba-doc' 'texlive-probsoln' 'texlive-probsoln-doc' 'texlive-procIAGssymp' 'texlive-procIAGssymp-doc' 'texlive-prodint' 'texlive-prodint-doc' 'texlive-prodint-fonts' 'texlive-productbox' 'texlive-productbox-doc' 'texlive-program' 'texlive-program-doc' 'texlive-progress' 'texlive-progress-doc' 'texlive-progressbar' 'texlive-progressbar-doc' 'texlive-proofread' 'texlive-proofread-doc' 'texlive-prooftrees' 'texlive-prooftrees-doc' 'texlive-properties' 'texlive-properties-doc' 'texlive-proposal' 'texlive-proposal-doc' 'texlive-prosper' 'texlive-prosper-doc' 'texlive-protex' 'texlive-protex-doc' 'texlive-protocol' 'texlive-protocol-doc' 'texlive-przechlewski-book' 'texlive-przechlewski-book-doc' 'texlive-ps2pk' 'texlive-ps2pk-bin' 'texlive-psbao' 'texlive-psbao-doc' 'texlive-pseudocode' 'texlive-pseudocode-doc' 'texlive-psfrag' 'texlive-psfrag-doc' 'texlive-psfrag-italian' 'texlive-psfragx' 'texlive-psfragx-doc' 'texlive-psgo' 'texlive-psgo-doc' 'texlive-psizzl' 'texlive-psizzl-doc' 'texlive-pslatex' 'texlive-psnfss' 'texlive-psnfss-doc' 'texlive-pspicture' 'texlive-pspicture-doc' 'texlive-pst-2dplot' 'texlive-pst-2dplot-doc' 'texlive-pst-3d' 'texlive-pst-3d-doc' 'texlive-pst-3dplot' 'texlive-pst-3dplot-doc' 'texlive-pst-abspos' 'texlive-pst-abspos-doc' 'texlive-pst-am' 'texlive-pst-am-doc' 'texlive-pst-antiprism' 'texlive-pst-antiprism-doc' 'texlive-pst-arrow' 'texlive-pst-arrow-doc' 'texlive-pst-asr' 'texlive-pst-asr-doc' 'texlive-pst-bar' 'texlive-pst-bar-doc' 'texlive-pst-barcode' 'texlive-pst-barcode-doc' 'texlive-pst-bezier' 'texlive-pst-bezier-doc' 'texlive-pst-blur' 'texlive-pst-blur-doc' 'texlive-pst-bspline' 'texlive-pst-bspline-doc' 'texlive-pst-calculate' 'texlive-pst-calculate-doc' 'texlive-pst-calendar' 'texlive-pst-calendar-doc' 'texlive-pst-cie' 'texlive-pst-cie-doc' 'texlive-pst-circ' 'texlive-pst-circ-doc' 'texlive-pst-coil' 'texlive-pst-coil-doc' 'texlive-pst-contourplot' 'texlive-pst-contourplot-doc' 'texlive-pst-cox' 'texlive-pst-cox-doc' 'texlive-pst-dart' 'texlive-pst-dart-doc' 'texlive-pst-dbicons' 'texlive-pst-dbicons-doc' 'texlive-pst-diffraction' 'texlive-pst-diffraction-doc' 'texlive-pst-electricfield' 'texlive-pst-electricfield-doc' 'texlive-pst-eps' 'texlive-pst-eps-doc' 'texlive-pst-eucl' 'texlive-pst-eucl-doc' 'texlive-pst-eucl-translation-bg' 'texlive-pst-exa' 'texlive-pst-exa-doc' 'texlive-pst-feyn' 'texlive-pst-feyn-doc' 'texlive-pst-fill' 'texlive-pst-fill-doc' 'texlive-pst-fit' 'texlive-pst-fit-doc' 'texlive-pst-fr3d' 'texlive-pst-fr3d-doc' 'texlive-pst-fractal' 'texlive-pst-fractal-doc' 'texlive-pst-fun' 'texlive-pst-fun-doc' 'texlive-pst-func' 'texlive-pst-func-doc' 'texlive-pst-gantt' 'texlive-pst-gantt-doc' 'texlive-pst-geo' 'texlive-pst-geo-doc' 'texlive-pst-geometrictools' 'texlive-pst-geometrictools-doc' 'texlive-pst-ghsb' 'texlive-pst-ghsb-doc' 'texlive-pst-gr3d' 'texlive-pst-gr3d-doc' 'texlive-pst-grad' 'texlive-pst-grad-doc' 'texlive-pst-graphicx' 'texlive-pst-graphicx-doc' 'texlive-pst-infixplot' 'texlive-pst-infixplot-doc' 'texlive-pst-intersect' 'texlive-pst-intersect-doc' 'texlive-pst-jtree' 'texlive-pst-jtree-doc' 'texlive-pst-knot' 'texlive-pst-knot-doc' 'texlive-pst-labo' 'texlive-pst-labo-doc' 'texlive-pst-layout' 'texlive-pst-layout-doc' 'texlive-pst-lens' 'texlive-pst-lens-doc' 'texlive-pst-light3d' 'texlive-pst-light3d-doc' 'texlive-pst-lsystem' 'texlive-pst-lsystem-doc' 'texlive-pst-magneticfield' 'texlive-pst-magneticfield-doc' 'texlive-pst-marble' 'texlive-pst-marble-doc' 'texlive-pst-math' 'texlive-pst-math-doc' 'texlive-pst-mirror' 'texlive-pst-mirror-doc' 'texlive-pst-moire' 'texlive-pst-moire-doc' 'texlive-pst-node' 'texlive-pst-node-doc' 'texlive-pst-ob3d' 'texlive-pst-ob3d-doc' 'texlive-pst-ode' 'texlive-pst-ode-doc' 'texlive-pst-optexp' 'texlive-pst-optexp-doc' 'texlive-pst-optic' 'texlive-pst-optic-doc' 'texlive-pst-osci' 'texlive-pst-osci-doc' 'texlive-pst-ovl' 'texlive-pst-ovl-doc' 'texlive-pst-pad' 'texlive-pst-pad-doc' 'texlive-pst-pdf' 'texlive-pst-pdf-bin' 'texlive-pst-pdf-doc' 'texlive-pst-pdgr' 'texlive-pst-pdgr-doc' 'texlive-pst-perspective' 'texlive-pst-perspective-doc' 'texlive-pst-platon' 'texlive-pst-platon-doc' 'texlive-pst-plot' 'texlive-pst-plot-doc' 'texlive-pst-poker' 'texlive-pst-poker-doc' 'texlive-pst-poly' 'texlive-pst-poly-doc' 'texlive-pst-pulley' 'texlive-pst-pulley-doc' 'texlive-pst-qtree' 'texlive-pst-qtree-doc' 'texlive-pst-rputover' 'texlive-pst-rputover-doc' 'texlive-pst-rubans' 'texlive-pst-rubans-doc' 'texlive-pst-shell' 'texlive-pst-shell-doc' 'texlive-pst-sigsys' 'texlive-pst-sigsys-doc' 'texlive-pst-slpe' 'texlive-pst-slpe-doc' 'texlive-pst-solarsystem' 'texlive-pst-solarsystem-doc' 'texlive-pst-solides3d' 'texlive-pst-solides3d-doc' 'texlive-pst-soroban' 'texlive-pst-soroban-doc' 'texlive-pst-spectra' 'texlive-pst-spectra-doc' 'texlive-pst-spinner' 'texlive-pst-spinner-doc' 'texlive-pst-spirograph' 'texlive-pst-spirograph-doc' 'texlive-pst-stru' 'texlive-pst-stru-doc' 'texlive-pst-support' 'texlive-pst-text' 'texlive-pst-text-doc' 'texlive-pst-thick' 'texlive-pst-thick-doc' 'texlive-pst-tools' 'texlive-pst-tools-doc' 'texlive-pst-tree' 'texlive-pst-tree-doc' 'texlive-pst-tvz' 'texlive-pst-tvz-doc' 'texlive-pst-uml' 'texlive-pst-uml-doc' 'texlive-pst-vectorian' 'texlive-pst-vectorian-doc' 'texlive-pst-vehicle' 'texlive-pst-vehicle-doc' 'texlive-pst-venn' 'texlive-pst-venn-doc' 'texlive-pst-vowel' 'texlive-pst-vowel-doc' 'texlive-pst-vue3d' 'texlive-pst-vue3d-doc' 'texlive-pst2pdf' 'texlive-pst2pdf-bin' 'texlive-pst2pdf-doc' 'texlive-pstool' 'texlive-pstool-doc' 'texlive-pstools' 'texlive-pstools-bin' 'texlive-pstools-doc' 'texlive-pstricks' 'texlive-pstricks-add' 'texlive-pstricks-add-doc' 'texlive-pstricks-doc' 'texlive-pstricks_calcnotes' 'texlive-pstring' 'texlive-pstring-doc' 'texlive-ptex' 'texlive-ptex-base' 'texlive-ptex-base-doc' 'texlive-ptex-bin' 'texlive-ptex-fontmaps' 'texlive-ptex-fontmaps-bin' 'texlive-ptex-fontmaps-doc' 'texlive-ptex-fonts' 'texlive-ptex-fonts-doc' 'texlive-ptex-manual' 'texlive-ptex-manual-doc' 'texlive-ptex2pdf' 'texlive-ptex2pdf-bin' 'texlive-ptex2pdf-doc' 'texlive-ptexenc-devel' 'texlive-ptext' 'texlive-ptext-doc' 'texlive-ptolemaicastronomy' 'texlive-ptolemaicastronomy-doc' 'texlive-ptptex' 'texlive-ptptex-doc' 'texlive-punk' 'texlive-punk-doc' 'texlive-punk-latex' 'texlive-punk-latex-doc' 'texlive-punknova' 'texlive-punknova-doc' 'texlive-punknova-fonts' 'texlive-purifyeps' 'texlive-purifyeps-bin' 'texlive-purifyeps-doc' 'texlive-pxbase' 'texlive-pxbase-doc' 'texlive-pxchfon' 'texlive-pxchfon-doc' 'texlive-pxcjkcat' 'texlive-pxcjkcat-doc' 'texlive-pxfonts' 'texlive-pxfonts-doc' 'texlive-pxfonts-fonts' 'texlive-pxgreeks' 'texlive-pxgreeks-doc' 'texlive-pxjahyper' 'texlive-pxjahyper-doc' 'texlive-pxjodel' 'texlive-pxjodel-doc' 'texlive-pxpgfmark' 'texlive-pxpgfmark-doc' 'texlive-pxrubrica' 'texlive-pxrubrica-doc' 'texlive-pxtatescale' 'texlive-pxtatescale-doc' 'texlive-pxtxalfa' 'texlive-pxtxalfa-doc' 'texlive-pxufont' 'texlive-pxufont-doc' 'texlive-pygmentex' 'texlive-pygmentex-bin' 'texlive-pygmentex-doc' 'texlive-python' 'texlive-python-doc' 'texlive-pythonhighlight' 'texlive-pythonhighlight-doc' 'texlive-pythontex' 'texlive-pythontex-bin' 'texlive-pythontex-doc' 'texlive-qcircuit' 'texlive-qcircuit-doc' 'texlive-qcm' 'texlive-qcm-doc' 'texlive-qobitree' 'texlive-qobitree-doc' 'texlive-qpxqtx' 'texlive-qpxqtx-doc' 'texlive-qrcode' 'texlive-qrcode-doc' 'texlive-qsharp' 'texlive-qsharp-doc' 'texlive-qstest' 'texlive-qstest-doc' 'texlive-qsymbols' 'texlive-qsymbols-doc' 'texlive-qtree' 'texlive-qtree-doc' 'texlive-quantikz' 'texlive-quantikz-doc' 'texlive-quattrocento' 'texlive-quattrocento-doc' 'texlive-quattrocento-fonts' 'texlive-quicktype' 'texlive-quicktype-doc' 'texlive-quotchap' 'texlive-quotchap-doc' 'texlive-quoting' 'texlive-quoting-doc' 'texlive-quotmark' 'texlive-quotmark-doc' 'texlive-quran' 'texlive-quran-de' 'texlive-quran-de-doc' 'texlive-quran-doc' 'texlive-r_und_s' 'texlive-r_und_s-doc' 'texlive-raleway' 'texlive-raleway-doc' 'texlive-raleway-fonts' 'texlive-ran_toks' 'texlive-ran_toks-doc' 'texlive-randbild' 'texlive-randbild-doc' 'texlive-randomlist' 'texlive-randomlist-doc' 'texlive-randomwalk' 'texlive-randomwalk-doc' 'texlive-randtext' 'texlive-randtext-doc' 'texlive-rank-2-roots' 'texlive-rank-2-roots-doc' 'texlive-rccol' 'texlive-rccol-doc' 'texlive-rcs' 'texlive-rcs-doc' 'texlive-rcs-multi' 'texlive-rcs-multi-doc' 'texlive-rcsinfo' 'texlive-rcsinfo-doc' 'texlive-readarray' 'texlive-readarray-doc' 'texlive-realboxes' 'texlive-realboxes-doc' 'texlive-realhats' 'texlive-realhats-doc' 'texlive-realscripts' 'texlive-realscripts-doc' 'texlive-rec-thy' 'texlive-rec-thy-doc' 'texlive-recipe' 'texlive-recipe-doc' 'texlive-recipebook' 'texlive-recipebook-doc' 'texlive-recipecard' 'texlive-recipecard-doc' 'texlive-rectopma' 'texlive-rectopma-doc' 'texlive-recycle' 'texlive-recycle-doc' 'texlive-recycle-fonts' 'texlive-refcheck' 'texlive-refcheck-doc' 'texlive-refenums' 'texlive-refenums-doc' 'texlive-reflectgraphics' 'texlive-reflectgraphics-doc' 'texlive-refman' 'texlive-refman-doc' 'texlive-refstyle' 'texlive-refstyle-doc' 'texlive-regcount' 'texlive-regcount-doc' 'texlive-regexpatch' 'texlive-regexpatch-doc' 'texlive-register' 'texlive-register-doc' 'texlive-regstats' 'texlive-regstats-doc' 'texlive-reledmac' 'texlive-reledmac-doc' 'texlive-relenc' 'texlive-relenc-doc' 'texlive-relsize' 'texlive-relsize-doc' 'texlive-reotex' 'texlive-reotex-doc' 'texlive-repeatindex' 'texlive-repeatindex-doc' 'texlive-repere' 'texlive-repere-doc' 'texlive-repltext' 'texlive-repltext-doc' 'texlive-resphilosophica' 'texlive-resphilosophica-doc' 'texlive-resumecls' 'texlive-resumecls-doc' 'texlive-resumemac' 'texlive-resumemac-doc' 'texlive-returntogrid' 'texlive-returntogrid-doc' 'texlive-reverxii' 'texlive-revquantum' 'texlive-revquantum-doc' 'texlive-revtex' 'texlive-revtex-doc' 'texlive-revtex4' 'texlive-revtex4-doc' 'texlive-rgltxdoc' 'texlive-rgltxdoc-doc' 'texlive-ribbonproofs' 'texlive-ribbonproofs-doc' 'texlive-rjlparshap' 'texlive-rjlparshap-doc' 'texlive-rlepsf' 'texlive-rlepsf-doc' 'texlive-rmathbr' 'texlive-rmathbr-doc' 'texlive-rmpage' 'texlive-rmpage-doc' 'texlive-roboto' 'texlive-roboto-doc' 'texlive-roboto-fonts' 'texlive-robustcommand' 'texlive-robustcommand-doc' 'texlive-robustindex' 'texlive-robustindex-doc' 'texlive-roex' 'texlive-romanbar' 'texlive-romanbar-doc' 'texlive-romanbarpagenumber' 'texlive-romanbarpagenumber-doc' 'texlive-romande' 'texlive-romande-doc' 'texlive-romande-fonts' 'texlive-romanneg' 'texlive-romanneg-doc' 'texlive-romannum' 'texlive-romannum-doc' 'texlive-rosario' 'texlive-rosario-doc' 'texlive-rosario-fonts' 'texlive-rotfloat' 'texlive-rotfloat-doc' 'texlive-rotpages' 'texlive-rotpages-doc' 'texlive-roundbox' 'texlive-roundbox-doc' 'texlive-roundrect' 'texlive-roundrect-doc' 'texlive-rrgtrees' 'texlive-rrgtrees-doc' 'texlive-rsc' 'texlive-rsc-doc' 'texlive-rsfs' 'texlive-rsfs-doc' 'texlive-rsfs-fonts' 'texlive-rsfso' 'texlive-rsfso-doc' 'texlive-rterface' 'texlive-rterface-doc' 'texlive-rtkinenc' 'texlive-rtkinenc-doc' 'texlive-rtklage' 'texlive-rtklage-doc' 'texlive-rubik' 'texlive-rubik-bin' 'texlive-rubik-doc' 'texlive-ruhyphen' 'texlive-rulercompass' 'texlive-rulercompass-doc' 'texlive-russ' 'texlive-russ-doc' 'texlive-rutitlepage' 'texlive-rutitlepage-doc' 'texlive-rviewport' 'texlive-rviewport-doc' 'texlive-rvwrite' 'texlive-rvwrite-doc' 'texlive-ryersonsgsthesis' 'texlive-ryersonsgsthesis-doc' 'texlive-ryethesis' 'texlive-ryethesis-doc' 'texlive-sa-tikz' 'texlive-sa-tikz-doc' 'texlive-sageep' 'texlive-sageep-doc' 'texlive-sanitize-umlaut' 'texlive-sanitize-umlaut-doc' 'texlive-sanskrit' 'texlive-sanskrit-doc' 'texlive-sanskrit-t1' 'texlive-sanskrit-t1-doc' 'texlive-sanskrit-t1-fonts' 'texlive-sansmath' 'texlive-sansmath-doc' 'texlive-sansmathaccent' 'texlive-sansmathaccent-doc' 'texlive-sansmathfonts' 'texlive-sansmathfonts-doc' 'texlive-sansmathfonts-fonts' 'texlive-sapthesis' 'texlive-sapthesis-doc' 'texlive-sasnrdisplay' 'texlive-sasnrdisplay-doc' 'texlive-sauerj' 'texlive-sauerj-doc' 'texlive-sauter' 'texlive-sauterfonts' 'texlive-sauterfonts-doc' 'texlive-savefnmark' 'texlive-savefnmark-doc' 'texlive-savesym' 'texlive-savetrees' 'texlive-savetrees-doc' 'texlive-scale' 'texlive-scale-doc' 'texlive-scalebar' 'texlive-scalebar-doc' 'texlive-scalerel' 'texlive-scalerel-doc' 'texlive-scanpages' 'texlive-scanpages-doc' 'texlive-scanpages-fonts' 'texlive-schemabloc' 'texlive-schemabloc-doc' 'texlive-schemata' 'texlive-schemata-doc' 'texlive-scheme-basic' 'texlive-scheme-context' 'texlive-scheme-full' 'texlive-scheme-gust' 'texlive-scheme-infraonly' 'texlive-scheme-medium' 'texlive-scheme-minimal' 'texlive-scheme-small' 'texlive-scheme-tetex' 'texlive-schule' 'texlive-schule-doc' 'texlive-schulschriften' 'texlive-schulschriften-doc' 'texlive-schwalbe-chess' 'texlive-schwalbe-chess-doc' 'texlive-scientific-thesis-cover' 'texlive-scientific-thesis-cover-doc' 'texlive-sciposter' 'texlive-sciposter-doc' 'texlive-sclang-prettifier' 'texlive-sclang-prettifier-doc' 'texlive-scratch' 'texlive-scratch-doc' 'texlive-scratch3' 'texlive-scratch3-doc' 'texlive-scratchx' 'texlive-scratchx-doc' 'texlive-screenplay' 'texlive-screenplay-doc' 'texlive-screenplay-pkg' 'texlive-screenplay-pkg-doc' 'texlive-scrjrnl' 'texlive-scrjrnl-doc' 'texlive-scrlttr2copy' 'texlive-scrlttr2copy-doc' 'texlive-scsnowman' 'texlive-scsnowman-doc' 'texlive-sdrt' 'texlive-sdrt-doc' 'texlive-sduthesis' 'texlive-sduthesis-doc' 'texlive-secdot' 'texlive-secdot-doc' 'texlive-section' 'texlive-section-doc' 'texlive-sectionbox' 'texlive-sectionbox-doc' 'texlive-sectionbreak' 'texlive-sectionbreak-doc' 'texlive-sectsty' 'texlive-sectsty-doc' 'texlive-seealso' 'texlive-seealso-doc' 'texlive-seetexk' 'texlive-seetexk-bin' 'texlive-selectp' 'texlive-selectp-doc' 'texlive-selnolig' 'texlive-selnolig-doc' 'texlive-semantic' 'texlive-semantic-doc' 'texlive-semantic-markup' 'texlive-semantic-markup-doc' 'texlive-semaphor' 'texlive-semaphor-doc' 'texlive-semaphor-fonts' 'texlive-seminar' 'texlive-seminar-doc' 'texlive-semioneside' 'texlive-semioneside-doc' 'texlive-semproc' 'texlive-semproc-doc' 'texlive-sepfootnotes' 'texlive-sepfootnotes-doc' 'texlive-sepnum' 'texlive-sepnum-doc' 'texlive-seqsplit' 'texlive-seqsplit-doc' 'texlive-serbian-apostrophe' 'texlive-serbian-apostrophe-doc' 'texlive-serbian-date-lat' 'texlive-serbian-date-lat-doc' 'texlive-serbian-def-cyr' 'texlive-serbian-def-cyr-doc' 'texlive-serbian-lig' 'texlive-serbian-lig-doc' 'texlive-sesamanuel' 'texlive-sesamanuel-doc' 'texlive-sesstime' 'texlive-sesstime-doc' 'texlive-setdeck' 'texlive-setdeck-doc' 'texlive-setspace' 'texlive-setspace-doc' 'texlive-seuthesis' 'texlive-seuthesis-doc' 'texlive-seuthesix' 'texlive-seuthesix-doc' 'texlive-sexam' 'texlive-sexam-doc' 'texlive-sf298' 'texlive-sf298-doc' 'texlive-sffms' 'texlive-sffms-doc' 'texlive-sfg' 'texlive-sfg-doc' 'texlive-sfmath' 'texlive-sgame' 'texlive-sgame-doc' 'texlive-shade' 'texlive-shade-doc' 'texlive-shadethm' 'texlive-shadethm-doc' 'texlive-shadow' 'texlive-shadow-doc' 'texlive-shadowtext' 'texlive-shadowtext-doc' 'texlive-shapepar' 'texlive-shapepar-doc' 'texlive-shapes' 'texlive-shapes-doc' 'texlive-shdoc' 'texlive-shdoc-doc' 'texlive-shipunov' 'texlive-shipunov-doc' 'texlive-shobhika' 'texlive-shobhika-doc' 'texlive-shobhika-fonts' 'texlive-short-math-guide' 'texlive-shorttoc' 'texlive-shorttoc-doc' 'texlive-show2e' 'texlive-show2e-doc' 'texlive-showcharinbox' 'texlive-showcharinbox-doc' 'texlive-showdim' 'texlive-showdim-doc' 'texlive-showexpl' 'texlive-showexpl-doc' 'texlive-showhyphens' 'texlive-showhyphens-doc' 'texlive-showlabels' 'texlive-showlabels-doc' 'texlive-showtags' 'texlive-showtags-doc' 'texlive-shuffle' 'texlive-shuffle-doc' 'texlive-sidecap' 'texlive-sidecap-doc' 'texlive-sidenotes' 'texlive-sidenotes-doc' 'texlive-sides' 'texlive-sides-doc' 'texlive-signchart' 'texlive-signchart-doc' 'texlive-silence' 'texlive-silence-doc' 'texlive-simple-resume-cv' 'texlive-simple-resume-cv-doc' 'texlive-simple-thesis-dissertation' 'texlive-simple-thesis-dissertation-doc' 'texlive-simplecd' 'texlive-simplecd-doc' 'texlive-simplecv' 'texlive-simplecv-doc' 'texlive-simpleinvoice' 'texlive-simpleinvoice-doc' 'texlive-simplekv' 'texlive-simplekv-doc' 'texlive-simpler-wick' 'texlive-simpler-wick-doc' 'texlive-simplewick' 'texlive-simplewick-doc' 'texlive-simplified-latex' 'texlive-simurgh' 'texlive-simurgh-doc' 'texlive-sitem' 'texlive-sitem-doc' 'texlive-siunitx' 'texlive-siunitx-doc' 'texlive-skak' 'texlive-skak-doc' 'texlive-skaknew' 'texlive-skaknew-doc' 'texlive-skaknew-fonts' 'texlive-skb' 'texlive-skb-doc' 'texlive-skdoc' 'texlive-skdoc-doc' 'texlive-skeycommand' 'texlive-skeycommand-doc' 'texlive-skeyval' 'texlive-skeyval-doc' 'texlive-skmath' 'texlive-skmath-doc' 'texlive-skrapport' 'texlive-skrapport-doc' 'texlive-skull' 'texlive-slantsc' 'texlive-slantsc-doc' 'texlive-slideshow' 'texlive-slideshow-doc' 'texlive-smalltableof' 'texlive-smalltableof-doc' 'texlive-smartdiagram' 'texlive-smartdiagram-doc' 'texlive-smartref' 'texlive-smartref-doc' 'texlive-smartunits' 'texlive-smartunits-doc' 'texlive-snapshot' 'texlive-snapshot-doc' 'texlive-snotez' 'texlive-snotez-doc' 'texlive-songbook' 'texlive-songbook-doc' 'texlive-songs' 'texlive-songs-doc' 'texlive-sort-by-letters' 'texlive-sort-by-letters-doc' 'texlive-soton' 'texlive-soton-doc' 'texlive-soul' 'texlive-soul-doc' 'texlive-soup' 'texlive-soup-doc' 'texlive-sourcecodepro' 'texlive-sourcecodepro-doc' 'texlive-sourcecodepro-fonts' 'texlive-sourcesanspro' 'texlive-sourcesanspro-doc' 'texlive-sourcesanspro-fonts' 'texlive-sourceserifpro' 'texlive-sourceserifpro-doc' 'texlive-sourceserifpro-fonts' 'texlive-spalign' 'texlive-spalign-doc' 'texlive-spanish-mx' 'texlive-spanish-mx-doc' 'texlive-spark-otf' 'texlive-spark-otf-doc' 'texlive-sparklines' 'texlive-sparklines-doc' 'texlive-spath3' 'texlive-spath3-doc' 'texlive-spectralsequences' 'texlive-spectralsequences-doc' 'texlive-spelling' 'texlive-spelling-doc' 'texlive-sphdthesis' 'texlive-sphdthesis-doc' 'texlive-spie' 'texlive-spie-doc' 'texlive-splines' 'texlive-splines-doc' 'texlive-splitbib' 'texlive-splitbib-doc' 'texlive-splitindex' 'texlive-splitindex-bin' 'texlive-splitindex-doc' 'texlive-spot' 'texlive-spot-doc' 'texlive-spotcolor' 'texlive-spotcolor-doc' 'texlive-spreadtab' 'texlive-spreadtab-doc' 'texlive-spverbatim' 'texlive-spverbatim-doc' 'texlive-sr-vorl' 'texlive-sr-vorl-doc' 'texlive-srbook-mem' 'texlive-srbook-mem-doc' 'texlive-srcltx' 'texlive-srcltx-doc' 'texlive-srcredact' 'texlive-srcredact-bin' 'texlive-srcredact-doc' 'texlive-srdp-mathematik' 'texlive-srdp-mathematik-doc' 'texlive-sseq' 'texlive-sseq-doc' 'texlive-sslides' 'texlive-sslides-doc' 'texlive-stack' 'texlive-stackengine' 'texlive-stackengine-doc' 'texlive-stage' 'texlive-stage-doc' 'texlive-standalone' 'texlive-standalone-doc' 'texlive-stanli' 'texlive-stanli-doc' 'texlive-starfont' 'texlive-starfont-doc' 'texlive-starfont-fonts' 'texlive-startex' 'texlive-startex-doc' 'texlive-statex' 'texlive-statex-doc' 'texlive-statex2' 'texlive-statex2-doc' 'texlive-statistics' 'texlive-statistics-doc' 'texlive-statistik' 'texlive-statistik-doc' 'texlive-statmath' 'texlive-statmath-doc' 'texlive-staves' 'texlive-staves-doc' 'texlive-staves-fonts' 'texlive-stdclsdv' 'texlive-stdclsdv-doc' 'texlive-stdpage' 'texlive-stdpage-doc' 'texlive-stealcaps' 'texlive-stealcaps-doc' 'texlive-steinmetz' 'texlive-steinmetz-doc' 'texlive-stellenbosch' 'texlive-stellenbosch-doc' 'texlive-stex' 'texlive-stex-doc' 'texlive-stickstoo' 'texlive-stickstoo-doc' 'texlive-stickstoo-fonts' 'texlive-stix' 'texlive-stix-doc' 'texlive-stix-fonts' 'texlive-stix2-otf' 'texlive-stix2-otf-doc' 'texlive-stix2-otf-fonts' 'texlive-stix2-type1' 'texlive-stix2-type1-doc' 'texlive-stix2-type1-fonts' 'texlive-stmaryrd' 'texlive-stmaryrd-doc' 'texlive-stmaryrd-fonts' 'texlive-storebox' 'texlive-storebox-doc' 'texlive-storecmd' 'texlive-storecmd-doc' 'texlive-stringstrings' 'texlive-stringstrings-doc' 'texlive-structmech' 'texlive-struktex' 'texlive-struktex-doc' 'texlive-sttools' 'texlive-sttools-doc' 'texlive-stubs' 'texlive-stubs-doc' 'texlive-studenthandouts' 'texlive-studenthandouts-doc' 'texlive-sty2dtx' 'texlive-sty2dtx-bin' 'texlive-sty2dtx-doc' 'texlive-suanpan' 'texlive-suanpan-doc' 'texlive-subdepth' 'texlive-subdepth-doc' 'texlive-subeqn' 'texlive-subeqn-doc' 'texlive-subeqnarray' 'texlive-subeqnarray-doc' 'texlive-subfig' 'texlive-subfig-doc' 'texlive-subfigmat' 'texlive-subfigmat-doc' 'texlive-subfigure' 'texlive-subfigure-doc' 'texlive-subfiles' 'texlive-subfiles-doc' 'texlive-subfloat' 'texlive-subfloat-doc' 'texlive-substances' 'texlive-substances-doc' 'texlive-substitutefont' 'texlive-substitutefont-doc' 'texlive-substr' 'texlive-substr-doc' 'texlive-subsupscripts' 'texlive-subsupscripts-doc' 'texlive-sudoku' 'texlive-sudoku-doc' 'texlive-sudokubundle' 'texlive-sudokubundle-doc' 'texlive-suftesi' 'texlive-suftesi-doc' 'texlive-sugconf' 'texlive-sugconf-doc' 'texlive-superiors' 'texlive-superiors-doc' 'texlive-superiors-fonts' 'texlive-supertabular' 'texlive-supertabular-doc' 'texlive-susy' 'texlive-susy-doc' 'texlive-svg' 'texlive-svg-doc' 'texlive-svg-inkscape' 'texlive-svgcolor' 'texlive-svgcolor-doc' 'texlive-svn' 'texlive-svn-doc' 'texlive-svn-multi' 'texlive-svn-multi-bin' 'texlive-svn-multi-doc' 'texlive-svn-prov' 'texlive-svn-prov-doc' 'texlive-svninfo' 'texlive-svninfo-doc' 'texlive-svrsymbols' 'texlive-svrsymbols-doc' 'texlive-svrsymbols-fonts' 'texlive-swebib' 'texlive-swebib-doc' 'texlive-swimgraf' 'texlive-swimgraf-doc' 'texlive-syllogism' 'texlive-syllogism-doc' 'texlive-symbol' 'texlive-symbol-fonts' 'texlive-sympytexpackage' 'texlive-sympytexpackage-doc' 'texlive-synctex' 'texlive-synctex-bin' 'texlive-synctex-devel' 'texlive-synproof' 'texlive-synproof-doc' 'texlive-syntax' 'texlive-syntax-doc' 'texlive-syntrace' 'texlive-syntrace-doc' 'texlive-synttree' 'texlive-synttree-doc' 'texlive-systeme' 'texlive-systeme-doc' 'texlive-t-angles' 'texlive-t-angles-doc' 'texlive-t2' 'texlive-t2-doc' 'texlive-tabfigures' 'texlive-tabfigures-doc' 'texlive-table-fct' 'texlive-table-fct-doc' 'texlive-tableaux' 'texlive-tableaux-doc' 'texlive-tablefootnote' 'texlive-tablefootnote-doc' 'texlive-tableof' 'texlive-tableof-doc' 'texlive-tablestyles' 'texlive-tablestyles-doc' 'texlive-tablists' 'texlive-tablists-doc' 'texlive-tablor' 'texlive-tablor-doc' 'texlive-tabls' 'texlive-tabls-doc' 'texlive-tablvar' 'texlive-tablvar-doc' 'texlive-tabriz-thesis' 'texlive-tabriz-thesis-doc' 'texlive-tabstackengine' 'texlive-tabstackengine-doc' 'texlive-tabto-generic' 'texlive-tabto-ltx' 'texlive-tabto-ltx-doc' 'texlive-tabu' 'texlive-tabu-doc' 'texlive-tabularborder' 'texlive-tabularborder-doc' 'texlive-tabularcalc' 'texlive-tabularcalc-doc' 'texlive-tabularew' 'texlive-tabularew-doc' 'texlive-tabulars-e' 'texlive-tabulary' 'texlive-tabulary-doc' 'texlive-tabvar' 'texlive-tabvar-doc' 'texlive-tabvar-fonts' 'texlive-tagging' 'texlive-tagging-doc' 'texlive-tagpair' 'texlive-tagpair-doc' 'texlive-tagpdf' 'texlive-tagpdf-doc' 'texlive-talk' 'texlive-talk-doc' 'texlive-tamefloats' 'texlive-tamefloats-doc' 'texlive-tamethebeast' 'texlive-tap' 'texlive-tap-doc' 'texlive-tapir' 'texlive-tapir-doc' 'texlive-tapir-fonts' 'texlive-tasks' 'texlive-tasks-doc' 'texlive-tcldoc' 'texlive-tcldoc-doc' 'texlive-tcolorbox' 'texlive-tcolorbox-doc' 'texlive-tdclock' 'texlive-tdclock-doc' 'texlive-tds' 'texlive-tdsfrmath' 'texlive-tdsfrmath-doc' 'texlive-technics' 'texlive-technics-doc' 'texlive-technion-thesis-template' 'texlive-technion-thesis-template-doc' 'texlive-ted' 'texlive-ted-doc' 'texlive-templates-fenn' 'texlive-templates-sommer' 'texlive-templatetools' 'texlive-templatetools-doc' 'texlive-tempora' 'texlive-tempora-doc' 'texlive-tempora-fonts' 'texlive-tengwarscript' 'texlive-tengwarscript-doc' 'texlive-tensor' 'texlive-tensor-doc' 'texlive-termcal' 'texlive-termcal-de' 'texlive-termcal-de-doc' 'texlive-termcal-doc' 'texlive-termlist' 'texlive-termlist-doc' 'texlive-termmenu' 'texlive-termmenu-doc' 'texlive-testhyphens' 'texlive-testhyphens-doc' 'texlive-testidx' 'texlive-testidx-doc' 'texlive-tetex' 'texlive-tetex-bin' 'texlive-tetex-doc' 'texlive-tetragonos' 'texlive-tetragonos-doc' 'texlive-teubner' 'texlive-teubner-doc' 'texlive-tex' 'texlive-tex-bin' 'texlive-tex-ewd' 'texlive-tex-ewd-doc' 'texlive-tex-font-errors-cheatsheet' 'texlive-tex-gyre' 'texlive-tex-gyre-doc' 'texlive-tex-gyre-fonts' 'texlive-tex-gyre-math' 'texlive-tex-gyre-math-doc' 'texlive-tex-gyre-math-fonts' 'texlive-tex-ini-files' 'texlive-tex-ini-files-doc' 'texlive-tex-label' 'texlive-tex-label-doc' 'texlive-tex-locale' 'texlive-tex-locale-doc' 'texlive-tex-overview' 'texlive-tex-ps' 'texlive-tex-ps-doc' 'texlive-tex-refs' 'texlive-tex-virtual-academy-pl' 'texlive-tex4ebook' 'texlive-tex4ebook-bin' 'texlive-tex4ebook-doc' 'texlive-tex4ht' 'texlive-tex4ht-bin' 'texlive-tex4ht-doc' 'texlive-texapi' 'texlive-texapi-doc' 'texlive-texbytopic' 'texlive-texcount' 'texlive-texcount-bin' 'texlive-texcount-doc' 'texlive-texdate' 'texlive-texdate-doc' 'texlive-texdef' 'texlive-texdef-bin' 'texlive-texdef-doc' 'texlive-texdiff' 'texlive-texdiff-bin' 'texlive-texdiff-doc' 'texlive-texdirflatten' 'texlive-texdirflatten-bin' 'texlive-texdirflatten-doc' 'texlive-texdoc' 'texlive-texdoc-bin' 'texlive-texdoc-doc' 'texlive-texdoctk' 'texlive-texdoctk-bin' 'texlive-texdoctk-doc' 'texlive-texdraw' 'texlive-texdraw-doc' 'texlive-texfot' 'texlive-texfot-bin' 'texlive-texfot-doc' 'texlive-texilikechaps' 'texlive-texilikecover' 'texlive-texinfo' 'texlive-texlive-common' 'texlive-texlive-cz' 'texlive-texlive-de' 'texlive-texlive-en' 'texlive-texlive-es' 'texlive-texlive-fr' 'texlive-texlive-it' 'texlive-texlive-pl' 'texlive-texlive-ru' 'texlive-texlive-sr' 'texlive-texlive-zh-cn' 'texlive-texlive.infra' 'texlive-texlive.infra-doc' 'texlive-texliveonfly' 'texlive-texliveonfly-bin' 'texlive-texliveonfly-doc' 'texlive-texloganalyser' 'texlive-texloganalyser-bin' 'texlive-texloganalyser-doc' 'texlive-texlogos' 'texlive-texlua-devel' 'texlive-texluajit-devel' 'texlive-texmate' 'texlive-texmate-doc' 'texlive-texments' 'texlive-texments-doc' 'texlive-texosquery' 'texlive-texosquery-bin' 'texlive-texosquery-doc' 'texlive-texpower' 'texlive-texpower-doc' 'texlive-texproposal' 'texlive-texshade' 'texlive-texshade-doc' 'texlive-texsis' 'texlive-texsis-bin' 'texlive-texsis-doc' 'texlive-textcase' 'texlive-textcase-doc' 'texlive-textfit' 'texlive-textfit-doc' 'texlive-textglos' 'texlive-textglos-doc' 'texlive-textgreek' 'texlive-textgreek-doc' 'texlive-textmerg' 'texlive-textmerg-doc' 'texlive-textopo' 'texlive-textopo-doc' 'texlive-textpath' 'texlive-textpath-doc' 'texlive-textpos' 'texlive-textpos-doc' 'texlive-textualicomma' 'texlive-textualicomma-doc' 'texlive-texvc' 'texlive-texvc-doc' 'texlive-texware' 'texlive-texware-bin' 'texlive-tfrupee' 'texlive-tfrupee-doc' 'texlive-tfrupee-fonts' 'texlive-thaienum' 'texlive-thaienum-doc' 'texlive-thaispec' 'texlive-thaispec-doc' 'texlive-thalie' 'texlive-thalie-doc' 'texlive-theatre' 'texlive-theoremref' 'texlive-theoremref-doc' 'texlive-thesis-ekf' 'texlive-thesis-ekf-doc' 'texlive-thesis-gwu' 'texlive-thesis-gwu-doc' 'texlive-thesis-qom' 'texlive-thesis-qom-doc' 'texlive-thesis-titlepage-fhac' 'texlive-thesis-titlepage-fhac-doc' 'texlive-thinsp' 'texlive-thinsp-doc' 'texlive-thmbox' 'texlive-thmbox-doc' 'texlive-thmtools' 'texlive-thmtools-doc' 'texlive-threadcol' 'texlive-threadcol-doc' 'texlive-threeddice' 'texlive-threeddice-doc' 'texlive-threeparttable' 'texlive-threeparttable-doc' 'texlive-threeparttablex' 'texlive-threeparttablex-doc' 'texlive-thucoursework' 'texlive-thucoursework-doc' 'texlive-thumb' 'texlive-thumb-doc' 'texlive-thumbpdf' 'texlive-thumbpdf-bin' 'texlive-thumbpdf-doc' 'texlive-thumbs' 'texlive-thumbs-doc' 'texlive-thumby' 'texlive-thumby-doc' 'texlive-thuthesis' 'texlive-thuthesis-doc' 'texlive-ticket' 'texlive-ticket-doc' 'texlive-ticollege' 'texlive-ticollege-doc' 'texlive-tie' 'texlive-tie-bin' 'texlive-tikz-3dplot' 'texlive-tikz-3dplot-doc' 'texlive-tikz-bayesnet' 'texlive-tikz-bayesnet-doc' 'texlive-tikz-cd' 'texlive-tikz-cd-doc' 'texlive-tikz-dependency' 'texlive-tikz-dependency-doc' 'texlive-tikz-dimline' 'texlive-tikz-dimline-doc' 'texlive-tikz-feynhand' 'texlive-tikz-feynhand-doc' 'texlive-tikz-feynman' 'texlive-tikz-feynman-doc' 'texlive-tikz-imagelabels' 'texlive-tikz-imagelabels-doc' 'texlive-tikz-inet' 'texlive-tikz-inet-doc' 'texlive-tikz-kalender' 'texlive-tikz-kalender-doc' 'texlive-tikz-karnaugh' 'texlive-tikz-karnaugh-doc' 'texlive-tikz-ladder' 'texlive-tikz-ladder-doc' 'texlive-tikz-layers' 'texlive-tikz-layers-doc' 'texlive-tikz-nef' 'texlive-tikz-nef-doc' 'texlive-tikz-network' 'texlive-tikz-network-doc' 'texlive-tikz-opm' 'texlive-tikz-opm-doc' 'texlive-tikz-optics' 'texlive-tikz-optics-doc' 'texlive-tikz-page' 'texlive-tikz-page-doc' 'texlive-tikz-palattice' 'texlive-tikz-palattice-doc' 'texlive-tikz-qtree' 'texlive-tikz-qtree-doc' 'texlive-tikz-relay' 'texlive-tikz-sfc' 'texlive-tikz-sfc-doc' 'texlive-tikz-timing' 'texlive-tikz-timing-doc' 'texlive-tikz-truchet' 'texlive-tikz-truchet-doc' 'texlive-tikzcodeblocks' 'texlive-tikzcodeblocks-doc' 'texlive-tikzducks' 'texlive-tikzducks-doc' 'texlive-tikzinclude' 'texlive-tikzinclude-doc' 'texlive-tikzlings' 'texlive-tikzlings-doc' 'texlive-tikzmark' 'texlive-tikzmark-doc' 'texlive-tikzmarmots' 'texlive-tikzmarmots-doc' 'texlive-tikzorbital' 'texlive-tikzorbital-doc' 'texlive-tikzpagenodes' 'texlive-tikzpagenodes-doc' 'texlive-tikzpeople' 'texlive-tikzpeople-doc' 'texlive-tikzpfeile' 'texlive-tikzpfeile-doc' 'texlive-tikzposter' 'texlive-tikzposter-doc' 'texlive-tikzscale' 'texlive-tikzscale-doc' 'texlive-tikzsymbols' 'texlive-tikzsymbols-doc' 'texlive-timbreicmc' 'texlive-timbreicmc-doc' 'texlive-times' 'texlive-times-fonts' 'texlive-timetable' 'texlive-timing-diagrams' 'texlive-timing-diagrams-doc' 'texlive-tinos' 'texlive-tinos-doc' 'texlive-tinos-fonts' 'texlive-tipa' 'texlive-tipa-de' 'texlive-tipa-doc' 'texlive-tipa-fonts' 'texlive-tipfr' 'texlive-tipfr-doc' 'texlive-titlecaps' 'texlive-titlecaps-doc' 'texlive-titlefoot' 'texlive-titlepages' 'texlive-titlepic' 'texlive-titlepic-doc' 'texlive-titleref' 'texlive-titleref-doc' 'texlive-titlesec' 'texlive-titlesec-doc' 'texlive-titling' 'texlive-titling-doc' 'texlive-tkz-base' 'texlive-tkz-base-doc' 'texlive-tkz-berge' 'texlive-tkz-berge-doc' 'texlive-tkz-doc' 'texlive-tkz-doc-doc' 'texlive-tkz-euclide' 'texlive-tkz-euclide-doc' 'texlive-tkz-fct' 'texlive-tkz-fct-doc' 'texlive-tkz-graph' 'texlive-tkz-graph-doc' 'texlive-tkz-kiviat' 'texlive-tkz-kiviat-doc' 'texlive-tkz-linknodes' 'texlive-tkz-linknodes-doc' 'texlive-tkz-orm' 'texlive-tkz-orm-doc' 'texlive-tkz-tab' 'texlive-tkz-tab-doc' 'texlive-tlc-article' 'texlive-tlc-article-doc' 'texlive-tlc2' 'texlive-tlcockpit' 'texlive-tlcockpit-bin' 'texlive-tlcockpit-doc' 'texlive-tlshell' 'texlive-tlshell-bin' 'texlive-tlshell-doc' 'texlive-tocbibind' 'texlive-tocbibind-doc' 'texlive-tocdata' 'texlive-tocdata-doc' 'texlive-tocloft' 'texlive-tocloft-doc' 'texlive-tocvsec2' 'texlive-tocvsec2-doc' 'texlive-todo' 'texlive-todo-doc' 'texlive-todonotes' 'texlive-todonotes-doc' 'texlive-tokenizer' 'texlive-tokenizer-doc' 'texlive-toolbox' 'texlive-toolbox-doc' 'texlive-tools' 'texlive-tools-doc' 'texlive-topfloat' 'texlive-topfloat-doc' 'texlive-topiclongtable' 'texlive-topiclongtable-doc' 'texlive-topletter' 'texlive-topletter-doc' 'texlive-toptesi' 'texlive-toptesi-doc' 'texlive-totcount' 'texlive-totcount-doc' 'texlive-totpages' 'texlive-totpages-doc' 'texlive-tpic2pdftex' 'texlive-tpic2pdftex-bin' 'texlive-tpslifonts' 'texlive-tpslifonts-doc' 'texlive-tqft' 'texlive-tqft-doc' 'texlive-tracklang' 'texlive-tracklang-doc' 'texlive-trajan' 'texlive-trajan-doc' 'texlive-trajan-fonts' 'texlive-tram' 'texlive-tram-doc' 'texlive-translation-array-fr' 'texlive-translation-arsclassica-de' 'texlive-translation-biblatex-de' 'texlive-translation-chemsym-de' 'texlive-translation-dcolumn-fr' 'texlive-translation-ecv-de' 'texlive-translation-enumitem-de' 'texlive-translation-europecv-de' 'texlive-translation-filecontents-de' 'texlive-translation-moreverb-de' 'texlive-translation-natbib-fr' 'texlive-translation-tabbing-fr' 'texlive-translations' 'texlive-translations-doc' 'texlive-translator' 'texlive-translator-doc' 'texlive-tree-dvips' 'texlive-tree-dvips-doc' 'texlive-treetex' 'texlive-treetex-doc' 'texlive-trfsigns' 'texlive-trfsigns-doc' 'texlive-trigonometry' 'texlive-trigonometry-doc' 'texlive-trimspaces' 'texlive-trimspaces-doc' 'texlive-trivfloat' 'texlive-trivfloat-doc' 'texlive-trsym' 'texlive-trsym-doc' 'texlive-truncate' 'texlive-truncate-doc' 'texlive-tsemlines' 'texlive-ttfutils' 'texlive-ttfutils-bin' 'texlive-ttfutils-doc' 'texlive-tucv' 'texlive-tucv-doc' 'texlive-tudscr' 'texlive-tudscr-doc' 'texlive-tufte-latex' 'texlive-tufte-latex-doc' 'texlive-tugboat' 'texlive-tugboat-doc' 'texlive-tugboat-plain' 'texlive-tugboat-plain-doc' 'texlive-tui' 'texlive-tui-doc' 'texlive-turabian' 'texlive-turabian-doc' 'texlive-turabian-formatting' 'texlive-turabian-formatting-doc' 'texlive-turkmen' 'texlive-turkmen-doc' 'texlive-turnstile' 'texlive-turnstile-doc' 'texlive-turnthepage' 'texlive-turnthepage-doc' 'texlive-twoinone' 'texlive-twoinone-doc' 'texlive-twoup' 'texlive-twoup-doc' 'texlive-txfonts' 'texlive-txfonts-doc' 'texlive-txfonts-fonts' 'texlive-txfontsb' 'texlive-txfontsb-doc' 'texlive-txfontsb-fonts' 'texlive-txgreeks' 'texlive-txgreeks-doc' 'texlive-txuprcal' 'texlive-txuprcal-doc' 'texlive-txuprcal-fonts' 'texlive-type1cm' 'texlive-type1cm-doc' 'texlive-typed-checklist' 'texlive-typed-checklist-doc' 'texlive-typeface' 'texlive-typeface-doc' 'texlive-typehtml' 'texlive-typehtml-doc' 'texlive-typeoutfileinfo' 'texlive-typeoutfileinfo-bin' 'texlive-typeoutfileinfo-doc' 'texlive-typewriter' 'texlive-typewriter-doc' 'texlive-typicons' 'texlive-typicons-doc' 'texlive-typicons-fonts' 'texlive-typoaid' 'texlive-typoaid-doc' 'texlive-typogrid' 'texlive-typogrid-doc' 'texlive-uaclasses' 'texlive-uaclasses-doc' 'texlive-uafthesis' 'texlive-uafthesis-doc' 'texlive-uantwerpendocs' 'texlive-uantwerpendocs-doc' 'texlive-uassign' 'texlive-uassign-doc' 'texlive-ucalgmthesis' 'texlive-ucalgmthesis-doc' 'texlive-ucbthesis' 'texlive-ucbthesis-doc' 'texlive-ucdavisthesis' 'texlive-ucdavisthesis-doc' 'texlive-ucharcat' 'texlive-ucharcat-doc' 'texlive-ucharclasses' 'texlive-ucharclasses-doc' 'texlive-ucs' 'texlive-ucs-doc' 'texlive-ucsmonograph' 'texlive-ucsmonograph-doc' 'texlive-ucthesis' 'texlive-ucthesis-doc' 'texlive-udesoftec' 'texlive-udesoftec-doc' 'texlive-uebungsblatt' 'texlive-uebungsblatt-doc' 'texlive-uestcthesis' 'texlive-uestcthesis-doc' 'texlive-uhc' 'texlive-uhc-doc' 'texlive-uhc-fonts' 'texlive-uhhassignment' 'texlive-uhhassignment-doc' 'texlive-uhrzeit' 'texlive-uhrzeit-doc' 'texlive-uiucredborder' 'texlive-uiucredborder-doc' 'texlive-uiucthesis' 'texlive-uiucthesis-doc' 'texlive-ukrhyph' 'texlive-ukrhyph-doc' 'texlive-ulem' 'texlive-ulem-doc' 'texlive-ulqda' 'texlive-ulqda-bin' 'texlive-ulqda-doc' 'texlive-ulthese' 'texlive-ulthese-doc' 'texlive-umbclegislation' 'texlive-umbclegislation-doc' 'texlive-umich-thesis' 'texlive-umich-thesis-doc' 'texlive-uml' 'texlive-uml-doc' 'texlive-umlaute' 'texlive-umlaute-doc' 'texlive-umoline' 'texlive-umoline-doc' 'texlive-umthesis' 'texlive-umthesis-doc' 'texlive-umtypewriter' 'texlive-umtypewriter-fonts' 'texlive-unamth-template' 'texlive-unamthesis' 'texlive-unamthesis-doc' 'texlive-undergradmath' 'texlive-underlin' 'texlive-underlin-doc' 'texlive-underoverlap' 'texlive-underoverlap-doc' 'texlive-underscore' 'texlive-underscore-doc' 'texlive-undolabl' 'texlive-undolabl-doc' 'texlive-unfonts-core' 'texlive-unfonts-core-doc' 'texlive-unfonts-core-fonts' 'texlive-unfonts-extra' 'texlive-unfonts-extra-doc' 'texlive-unfonts-extra-fonts' 'texlive-uni-wtal-ger' 'texlive-uni-wtal-ger-doc' 'texlive-uni-wtal-lin' 'texlive-uni-wtal-lin-doc' 'texlive-unicode-bidi' 'texlive-unicode-bidi-doc' 'texlive-unicode-data' 'texlive-unicode-data-doc' 'texlive-unicode-math' 'texlive-unicode-math-doc' 'texlive-unisugar' 'texlive-unisugar-doc' 'texlive-unitn-bimrep' 'texlive-unitn-bimrep-doc' 'texlive-units' 'texlive-units-doc' 'texlive-unitsdef' 'texlive-unitsdef-doc' 'texlive-universa' 'texlive-universa-doc' 'texlive-universalis' 'texlive-universalis-doc' 'texlive-universalis-fonts' 'texlive-univie-ling' 'texlive-univie-ling-doc' 'texlive-unravel' 'texlive-unravel-doc' 'texlive-unswcover' 'texlive-unswcover-doc' 'texlive-uothesis' 'texlive-uothesis-doc' 'texlive-uowthesis' 'texlive-uowthesis-doc' 'texlive-uowthesistitlepage' 'texlive-uowthesistitlepage-doc' 'texlive-upca' 'texlive-upca-doc' 'texlive-updmap-map' 'texlive-uplatex' 'texlive-uplatex-bin' 'texlive-uplatex-doc' 'texlive-upmethodology' 'texlive-upmethodology-doc' 'texlive-uppunctlm' 'texlive-uppunctlm-doc' 'texlive-upquote' 'texlive-upquote-doc' 'texlive-uptex' 'texlive-uptex-base' 'texlive-uptex-base-doc' 'texlive-uptex-bin' 'texlive-uptex-fonts' 'texlive-uptex-fonts-doc' 'texlive-upzhkinsoku' 'texlive-upzhkinsoku-doc' 'texlive-urcls' 'texlive-urcls-doc' 'texlive-uri' 'texlive-uri-doc' 'texlive-url' 'texlive-url-doc' 'texlive-urlbst' 'texlive-urlbst-bin' 'texlive-urlbst-doc' 'texlive-urwchancal' 'texlive-urwchancal-doc' 'texlive-usebib' 'texlive-usebib-doc' 'texlive-ushort' 'texlive-ushort-doc' 'texlive-uspace' 'texlive-uspace-doc' 'texlive-uspatent' 'texlive-uspatent-doc' 'texlive-ut-thesis' 'texlive-ut-thesis-doc' 'texlive-utexasthesis' 'texlive-utexasthesis-doc' 'texlive-utf8mex' 'texlive-utf8mex-doc' 'texlive-utopia' 'texlive-utopia-doc' 'texlive-utopia-fonts' 'texlive-uwmslide' 'texlive-uwmslide-doc' 'texlive-uwthesis' 'texlive-uwthesis-doc' 'texlive-vak' 'texlive-vak-doc' 'texlive-vancouver' 'texlive-vancouver-doc' 'texlive-variablelm' 'texlive-variablelm-doc' 'texlive-variations' 'texlive-variations-doc' 'texlive-varindex' 'texlive-varindex-doc' 'texlive-varisize' 'texlive-varisize-doc' 'texlive-varsfromjobname' 'texlive-varsfromjobname-doc' 'texlive-varwidth' 'texlive-varwidth-doc' 'texlive-vaucanson-g' 'texlive-vaucanson-g-doc' 'texlive-vdmlisting' 'texlive-vdmlisting-doc' 'texlive-velthuis' 'texlive-velthuis-bin' 'texlive-velthuis-doc' 'texlive-velthuis-fonts' 'texlive-venn' 'texlive-venn-doc' 'texlive-venndiagram' 'texlive-venndiagram-doc' 'texlive-venturisadf' 'texlive-venturisadf-doc' 'texlive-venturisadf-fonts' 'texlive-verbasef' 'texlive-verbasef-doc' 'texlive-verbatimbox' 'texlive-verbatimbox-doc' 'texlive-verbatimcopy' 'texlive-verbatimcopy-doc' 'texlive-verbdef' 'texlive-verbdef-doc' 'texlive-verbments' 'texlive-verbments-doc' 'texlive-verse' 'texlive-verse-doc' 'texlive-version' 'texlive-version-doc' 'texlive-versions' 'texlive-versions-doc' 'texlive-versonotes' 'texlive-versonotes-doc' 'texlive-vertbars' 'texlive-vertbars-doc' 'texlive-vgrid' 'texlive-vgrid-doc' 'texlive-vhistory' 'texlive-vhistory-doc' 'texlive-visualfaq' 'texlive-visualpstricks' 'texlive-visualtikz' 'texlive-vlna' 'texlive-vlna-bin' 'texlive-vmargin' 'texlive-vmargin-doc' 'texlive-vntex' 'texlive-vntex-doc' 'texlive-vntex-fonts' 'texlive-vocaltract' 'texlive-vocaltract-doc' 'texlive-volumes' 'texlive-volumes-doc' 'texlive-voss-mathcol' 'texlive-vpe' 'texlive-vpe-bin' 'texlive-vpe-doc' 'texlive-vruler' 'texlive-vruler-doc' 'texlive-vwcol' 'texlive-vwcol-doc' 'texlive-wadalab' 'texlive-wadalab-doc' 'texlive-wadalab-fonts' 'texlive-wallcalendar' 'texlive-wallcalendar-doc' 'texlive-wallpaper' 'texlive-wallpaper-doc' 'texlive-warning' 'texlive-warning-doc' 'texlive-warpcol' 'texlive-warpcol-doc' 'texlive-was' 'texlive-was-doc' 'texlive-wasy' 'texlive-wasy-doc' 'texlive-wasy2-ps' 'texlive-wasy2-ps-doc' 'texlive-wasy2-ps-fonts' 'texlive-wasysym' 'texlive-wasysym-doc' 'texlive-web' 'texlive-web-bin' 'texlive-webguide' 'texlive-webquiz' 'texlive-webquiz-bin' 'texlive-webquiz-doc' 'texlive-widetable' 'texlive-widetable-doc' 'texlive-widows-and-orphans' 'texlive-widows-and-orphans-doc' 'texlive-williams' 'texlive-williams-doc' 'texlive-windycity' 'texlive-windycity-doc' 'texlive-withargs' 'texlive-withargs-doc' 'texlive-witharrows' 'texlive-witharrows-doc' 'texlive-wnri' 'texlive-wnri-doc' 'texlive-wnri-latex' 'texlive-wnri-latex-doc' 'texlive-wordcount' 'texlive-wordcount-bin' 'texlive-wordcount-doc' 'texlive-wordlike' 'texlive-wordlike-doc' 'texlive-worksheet' 'texlive-worksheet-doc' 'texlive-wrapfig' 'texlive-wrapfig-doc' 'texlive-wsemclassic' 'texlive-wsemclassic-doc' 'texlive-wsuipa' 'texlive-wsuipa-doc' 'texlive-wtref' 'texlive-wtref-doc' 'texlive-xargs' 'texlive-xargs-doc' 'texlive-xassoccnt' 'texlive-xassoccnt-doc' 'texlive-xbmks' 'texlive-xbmks-doc' 'texlive-xcharter' 'texlive-xcharter-doc' 'texlive-xcharter-fonts' 'texlive-xcite' 'texlive-xcite-doc' 'texlive-xcjk2uni' 'texlive-xcjk2uni-doc' 'texlive-xcntperchap' 'texlive-xcntperchap-doc' 'texlive-xcolor' 'texlive-xcolor-doc' 'texlive-xcolor-material' 'texlive-xcolor-material-doc' 'texlive-xcolor-solarized' 'texlive-xcolor-solarized-doc' 'texlive-xcomment' 'texlive-xcomment-doc' 'texlive-xcookybooky' 'texlive-xcookybooky-doc' 'texlive-xcpdftips' 'texlive-xcpdftips-doc' 'texlive-xdoc' 'texlive-xdoc-doc' 'texlive-xduthesis' 'texlive-xduthesis-doc' 'texlive-xdvi' 'texlive-xdvi-bin' 'texlive-xdvi-doc' 'texlive-xebaposter' 'texlive-xebaposter-doc' 'texlive-xechangebar' 'texlive-xechangebar-doc' 'texlive-xecjk' 'texlive-xecjk-doc' 'texlive-xecolor' 'texlive-xecolor-doc' 'texlive-xecyr' 'texlive-xecyr-doc' 'texlive-xeindex' 'texlive-xeindex-doc' 'texlive-xellipsis' 'texlive-xellipsis-doc' 'texlive-xepersian' 'texlive-xepersian-doc' 'texlive-xesearch' 'texlive-xesearch-doc' 'texlive-xespotcolor' 'texlive-xespotcolor-doc' 'texlive-xetex' 'texlive-xetex-bin' 'texlive-xetex-devanagari' 'texlive-xetex-devanagari-doc' 'texlive-xetex-doc' 'texlive-xetex-itrans' 'texlive-xetex-itrans-doc' 'texlive-xetex-pstricks' 'texlive-xetex-pstricks-doc' 'texlive-xetex-tibetan' 'texlive-xetex-tibetan-doc' 'texlive-xetexconfig' 'texlive-xetexfontinfo' 'texlive-xetexfontinfo-doc' 'texlive-xetexko' 'texlive-xetexko-doc' 'texlive-xetexref' 'texlive-xevlna' 'texlive-xevlna-doc' 'texlive-xfakebold' 'texlive-xfakebold-doc' 'texlive-xfor' 'texlive-xfor-doc' 'texlive-xgreek' 'texlive-xgreek-doc' 'texlive-xhfill' 'texlive-xhfill-doc' 'texlive-xifthen' 'texlive-xifthen-doc' 'texlive-xii' 'texlive-xii-lat' 'texlive-xindex' 'texlive-xindex-bin' 'texlive-xindex-doc' 'texlive-xint' 'texlive-xint-doc' 'texlive-xits' 'texlive-xits-doc' 'texlive-xits-fonts' 'texlive-xkeyval' 'texlive-xkeyval-doc' 'texlive-xlop' 'texlive-xlop-doc' 'texlive-xltabular' 'texlive-xltabular-doc' 'texlive-xltxtra' 'texlive-xltxtra-doc' 'texlive-xmltex' 'texlive-xmltex-bin' 'texlive-xmltex-doc' 'texlive-xmltexconfig' 'texlive-xmpincl' 'texlive-xmpincl-doc' 'texlive-xnewcommand' 'texlive-xnewcommand-doc' 'texlive-xoptarg' 'texlive-xoptarg-doc' 'texlive-xpatch' 'texlive-xpatch-doc' 'texlive-xpeek' 'texlive-xpeek-doc' 'texlive-xpiano' 'texlive-xpiano-doc' 'texlive-xpicture' 'texlive-xpicture-doc' 'texlive-xpinyin' 'texlive-xpinyin-doc' 'texlive-xprintlen' 'texlive-xprintlen-doc' 'texlive-xpunctuate' 'texlive-xpunctuate-doc' 'texlive-xq' 'texlive-xq-doc' 'texlive-xsavebox' 'texlive-xsavebox-doc' 'texlive-xsim' 'texlive-xsim-doc' 'texlive-xskak' 'texlive-xskak-doc' 'texlive-xstring' 'texlive-xstring-doc' 'texlive-xtab' 'texlive-xtab-doc' 'texlive-xtuthesis' 'texlive-xtuthesis-doc' 'texlive-xunicode' 'texlive-xunicode-doc' 'texlive-xurl' 'texlive-xurl-doc' 'texlive-xwatermark' 'texlive-xwatermark-doc' 'texlive-xyling' 'texlive-xyling-doc' 'texlive-xymtex' 'texlive-xymtex-doc' 'texlive-xypic' 'texlive-xypic-doc' 'texlive-xypic-fonts' 'texlive-xypic-tut-pt' 'texlive-xytree' 'texlive-xytree-doc' 'texlive-yafoot' 'texlive-yafoot-doc' 'texlive-yagusylo' 'texlive-yagusylo-doc' 'texlive-yaletter' 'texlive-yaletter-doc' 'texlive-yannisgr' 'texlive-yannisgr-doc' 'texlive-yathesis' 'texlive-yathesis-doc' 'texlive-yax' 'texlive-yax-doc' 'texlive-ycbook' 'texlive-ycbook-doc' 'texlive-ydoc' 'texlive-ydoc-doc' 'texlive-yfonts' 'texlive-yfonts-doc' 'texlive-yfonts-t1' 'texlive-yfonts-t1-doc' 'texlive-yfonts-t1-fonts' 'texlive-yhmath' 'texlive-yhmath-doc' 'texlive-yhmath-fonts' 'texlive-yinit-otf' 'texlive-yinit-otf-doc' 'texlive-yinit-otf-fonts' 'texlive-york-thesis' 'texlive-york-thesis-doc' 'texlive-youngtab' 'texlive-youngtab-doc' 'texlive-yplan' 'texlive-yplan-bin' 'texlive-yplan-doc' 'texlive-ytableau' 'texlive-ytableau-doc' 'texlive-zapfchan' 'texlive-zapfchan-fonts' 'texlive-zapfding' 'texlive-zapfding-fonts' 'texlive-zebra-goodies' 'texlive-zebra-goodies-doc' 'texlive-zed-csp' 'texlive-zed-csp-doc' 'texlive-zhlineskip' 'texlive-zhlineskip-doc' 'texlive-zhlipsum' 'texlive-zhlipsum-doc' 'texlive-zhmetrics' 'texlive-zhmetrics-doc' 'texlive-zhmetrics-uptex' 'texlive-zhmetrics-uptex-doc' 'texlive-zhnumber' 'texlive-zhnumber-doc' 'texlive-zhspacing' 'texlive-zhspacing-doc' 'texlive-ziffer' 'texlive-ziffer-doc' 'texlive-zlmtt' 'texlive-zlmtt-doc' 'texlive-zootaxa-bst' 'texlive-zootaxa-bst-doc' 'texlive-zwgetfdate' 'texlive-zwgetfdate-doc' 'texlive-zwpagelayout' 'texlive-zwpagelayout-doc' 'texlive-zxjafbfont' 'texlive-zxjafbfont-doc' 'texlive-zxjafont' 'texlive-zxjafont-doc' 'texlive-zxjatype' 'texlive-zxjatype-doc' 'texmaker' 'texmath' 'texstudio' 'texworks' 'texworks-plugin-lua' 'texworks-plugin-python' 'tftp' 'tftpboot-installation-common' 'tftpboot-installation-openSUSE-Kubic-x86_64' 'tftpboot-installation-openSUSE-MicroOS-x86_64' 'tftpboot-installation-openSUSE-Tumbleweed-i586' 'tftpboot-installation-openSUSE-Tumbleweed-x86_64' 'tgt' 'thai-fonts' 'the_silver_searcher' 'thermal-monitor' 'thermald' 'thessalonica-oldstandard-otf-fonts' 'thessalonica-oldstandard-ttf-fonts' 'thessalonica-tempora-lgc-otf-fonts' 'thessalonica-tempora-lgc-ttf-fonts' 'thessalonica-theano-otf-fonts' 'thessalonica-theano-ttf-fonts' 'thin-provisioning-tools' 'threadweaver-devel' 'threadweaver-devel-32bit' 'thrift' 'thryomanes-fonts' 'thttpd' 'thunar' 'thunar-devel' 'thunar-lang' 'thunar-plugin-archive' 'thunar-plugin-archive-lang' 'thunar-plugin-media-tags' 'thunar-plugin-media-tags-lang' 'thunar-plugin-shares' 'thunar-plugin-shares-lang' 'thunar-plugin-vcs' 'thunar-plugin-vcs-lang' 'thunar-sendto-blueman' 'thunar-sendto-clamtk' 'thunar-volman' 'thunar-volman-branding-openSUSE' 'thunar-volman-branding-upstream' 'thunar-volman-lang' 'thunarx-python' 'thunarx-python-doc' 'thunderbolt-user-space' 'tibetan-machine-uni-fonts' 'tidy' 'tidy-doc' 'tidyp' 'tiff' 'tig' 'tiger-types' 'tiger-types-javadoc' 'tigervnc' 'tigervnc-x11vnc' 'tilda' 'tilda-lang' 'tilde' 'tiled' 'tilix' 'tilix-lang' 'time' 'time-api' 'time-api-javadoc' 'timeshift' 'timeshift-lang' 'timewarrior' 'timezone' 'timezone-java' 'timezonemap-devel' 'timidity' 'tinc' 'tini' 'tini-static' 'tint' 'tint2' 'tint2-lang' 'tintii' 'tinyb-devel' 'tinyca2' 'tinyfecvpn' 'tinygettext-devel' 'tinyobjloader-devel' 'tinyproxy' 'tinyssh' 'tinyxml-devel' 'tinyxml-docs' 'tinyxml2-devel' 'tiobench' 'tipcutils' 'tix' 'tj' 'tk' 'tk-32bit' 'tk-devel' 'tkdiff' 'tkfont' 'tkimg' 'tkimg-devel' 'tkinfo' 'tkirc' 'tktable' 'tkxcd' 'tlp' 'tlp-rdw' 'tls' 'tlswrap' 'tmate' 'tmon' 'tmpwatch' 'tmux' 'tmux-powerline' 'tmxtools' 'tn5250' 'tn5250-devel' 'tnef' 'tnftp' 'tntdb-doc' 'tntdb-mysql' 'tntdb-postgresql' 'tntdb-replicate' 'tntdb-sqlite' 'tntnet' 'tntnet' 'tntnet-debuginfo' 'tntnet-debugsource' 'tog-pegasus' 'tog-pegasus-devel' 'tog-pegasus-libs' 'tog-pegasus-test' 'togaII-131' 'togaII-131' 'togaII-131-debuginfo' 'togaII-131-debugsource' 'togaII-134' 'togaII-134' 'togaII-134-debuginfo' 'togaII-134-debugsource' 'togaII-141' 'togaII-141' 'togaII-141-debugsource' 'togaII-142' 'togaII-142' 'togaII-142-debuginfo' 'togaII-142-debugsource' 'toilet' 'tolua' 'toluapp-5.1' 'toluapp-5.3' 'tomatoes' 'tomcat' 'tomcat-admin-webapps' 'tomcat-docs-webapp' 'tomcat-el-3_0-api' 'tomcat-embed' 'tomcat-javadoc' 'tomcat-jsp-2_3-api' 'tomcat-jsvc' 'tomcat-lib' 'tomcat-servlet-4_0-api' 'tomcat-webapps' 'tomoe' 'tomoe-devel' 'tomoe-doc' 'tomoe-gtk' 'tomoe-gtk-devel' 'tomoe-gtk-doc' 'tomoe-gtk-lang' 'tomoyo-tools' 'toolbox' 'topal' 'topal' 'topal-debugsource' 'tor' 'torbrowser-apparmor-profile' 'torbrowser-launcher' 'torbrowser-launcher-lang' 'torrentinfo' 'torsocks' 'totem' 'totem-devel' 'totem-lang' 'totem-pl-parser' 'totem-pl-parser-devel' 'totem-pl-parser-lang' 'totem-plugin-gnome-dvb-daemon' 'totem-plugins' 'touchegg' 'touchegg-gui' 'tovid' 'tovid' 'tpm-quote-tools' 'tpm-tools' 'tpm-tools-devel' 'tpm-tools-pkcs11' 'tpm2-0-tss' 'tpm2-0-tss-devel' 'tpm2-tss-engine' 'tpm2-tss-engine-bash-completion' 'tpm2-tss-engine-devel' 'tpm2.0-abrmd' 'tpm2.0-abrmd-devel' 'tpm2.0-tools' 'trace-cmd' 'traceroute' 'trackballs' 'tracker' 'tracker-devel' 'tracker-lang' 'tracker-miner-files' 'tracker-miners' 'tracker-miners-lang' 'trader' 'trader-lang' 'tragtor' 'tragtor' 'trang' 'transactional-update' 'transactional-update-zypp-config' 'transcode' 'transcode' 'transcode-debuginfo' 'transcode-debugsource' 'transconnect' 'transfig' 'transifex-client' 'translate-shell' 'translate-toolkit' 'translate-toolkit-devel-doc' 'translation-update' 'translation-update-bg' 'translation-update-ca' 'translation-update-cs' 'translation-update-da' 'translation-update-de' 'translation-update-dz' 'translation-update-el' 'translation-update-en_CA' 'translation-update-en_GB' 'translation-update-es' 'translation-update-et' 'translation-update-eu' 'translation-update-fi' 'translation-update-fr' 'translation-update-ga' 'translation-update-gl' 'translation-update-hr' 'translation-update-hu' 'translation-update-it' 'translation-update-ja' 'translation-update-ko' 'translation-update-lt' 'translation-update-lv' 'translation-update-ml' 'translation-update-nb' 'translation-update-ne' 'translation-update-nl' 'translation-update-pa' 'translation-update-pl' 'translation-update-pt' 'translation-update-pt_BR' 'translation-update-ro' 'translation-update-ru' 'translation-update-sk' 'translation-update-sl' 'translation-update-sr' 'translation-update-sv' 'translation-update-tr' 'translation-update-uk' 'translation-update-upstream' 'translation-update-vi' 'translation-update-zh_CN' 'translation-update-zh_TW' 'translator' 'translator-lang' 'transmageddon' 'transmageddon-lang' 'transmission' 'transmission-common' 'transmission-daemon' 'transmission-gtk' 'transmission-gtk-lang' 'transmission-qt' 'transmission-qt-lang' 'transmission-sequential' 'transmission-sequential' 'transmission-sequential-cli' 'transmission-sequential-common' 'transmission-sequential-daemon' 'transmission-sequential-gtk' 'transmission-sequential-qt' 'transset' 'tre' 'tre-devel' 'tre-lang' 'tree' 'treelayout' 'treelayout-demo' 'treelayout-javadoc' 'treeline' 'trello-full-backup' 'trigger-rally' 'trigger-rally-data' 'trilead-ssh2' 'trilead-ssh2-javadoc' 'trilinos' 'trilinos-devel' 'trilinos-doc' 'trilinos-gnu-mpich-hpc' 'trilinos-gnu-mpich-hpc-devel' 'trilinos-gnu-mvapich2-hpc' 'trilinos-gnu-mvapich2-hpc-devel' 'trilinos-gnu-openmpi2-hpc' 'trilinos-gnu-openmpi2-hpc-devel' 'trilinos-gnu-openmpi3-hpc' 'trilinos-gnu-openmpi3-hpc-devel' 'trilinos-hpc-doc' 'trilinos-openmpi2' 'trilinos-openmpi2-devel' 'trilinos_12_14_1-gnu-mpich-hpc' 'trilinos_12_14_1-gnu-mpich-hpc-devel' 'trilinos_12_14_1-gnu-mvapich2-hpc' 'trilinos_12_14_1-gnu-mvapich2-hpc-devel' 'trilinos_12_14_1-gnu-openmpi2-hpc' 'trilinos_12_14_1-gnu-openmpi2-hpc-devel' 'trilinos_12_14_1-gnu-openmpi3-hpc' 'trilinos_12_14_1-gnu-openmpi3-hpc-devel' 'trilinos_12_14_1-hpc-doc' 'trinity' 'tripwire' 'trojita' 'trojita' 'trojita-debuginfo' 'trojita-debugsource' 'trousers' 'trousers-devel' 'trustedgrub2' 'trustedgrub2-i386-pc' 'truth' 'truth-javadoc' 'trytond' 'trytond_account' 'trytond_account_invoice' 'trytond_account_invoice_stock' 'trytond_account_product' 'trytond_company' 'trytond_country' 'trytond_currency' 'trytond_party' 'trytond_product' 'trytond_purchase' 'trytond_purchase_request' 'trytond_stock' 'trytond_stock_lot' 'trytond_stock_supply' 'tslib' 'tslib-devel' 'tslib-devel-32bit' 'tslib-plugins' 'tsung' 'ttaenc' 'ttaenc' 'ttaenc-debuginfo' 'ttaenc-debugsource' 'ttf2pt1' 'tudu' 'tuladha-jejeg-fonts' 'tumbler' 'tumbler-devel' 'tumbler-doc' 'tumbler-folder-thumbnailer' 'tumbler-lang' 'tumbler-webp-thumbnailer' 'tumbleweed-cli' 'tunapie' 'tunapie' 'tunctl' 'tuned' 'tuned-gtk' 'tuned-profiles-atomic' 'tuned-profiles-nfv' 'tuned-profiles-oracle' 'tuned-profiles-realtime' 'tuned-profiles-sap' 'tuned-profiles-sap-hana' 'tuned-utils' 'tuned-utils-systemtap' 'tup' 'tup-doc' 'tupitube' 'tupitube-plugins' 'turing' 'turing' 'turing-debuginfo' 'turing-debugsource' 'turing-devel' 'tuxcursors' 'tuxguitar' 'tuxpaint' 'tuxpaint-config' 'tuxpaint-config-lang' 'tuxpaint-devel' 'tuxpaint-stamps' 'tuxpaint-stamps-animals' 'tuxpaint-stamps-clothes' 'tuxpaint-stamps-food' 'tuxpaint-stamps-hobbies' 'tuxpaint-stamps-household' 'tuxpaint-stamps-medical' 'tuxpaint-stamps-military' 'tuxpaint-stamps-naturalforces' 'tuxpaint-stamps-people' 'tuxpaint-stamps-plants' 'tuxpaint-stamps-seasonal' 'tuxpaint-stamps-space' 'tuxpaint-stamps-sports' 'tuxpaint-stamps-symbols' 'tuxpaint-stamps-town' 'tuxpaint-stamps-vehicles' 'tv-common' 'tv-fonts' 'tvbrowser' 'tvheadend' 'tvnamer' 'tvnamer' 'tvtime' 'tvtime-lang' 'tweeny' 'tweeny-devel' 'twemoji-color-font' 'twemoji-color-font' 'twilio-utils' 'twin' 'twind' 'twinkle' 'twm' 'twolame' 'txt2man' 'tycho' 'tycho-extras' 'tycho-extras-javadoc' 'tycho-javadoc' 'typelib-1_0-Accounts-1_0' 'typelib-1_0-AccountsService-1_0' 'typelib-1_0-Amtk-5' 'typelib-1_0-Anjuta-3_0' 'typelib-1_0-AppIndicator-0_1' 'typelib-1_0-AppIndicator3-0_1' 'typelib-1_0-AppStream-1.0' 'typelib-1_0-AppStreamGlib-1_0' 'typelib-1_0-Atk-1_0' 'typelib-1_0-AtrilDocument-1_5_0' 'typelib-1_0-AtrilView-1_5_0' 'typelib-1_0-Atspi-2_0' 'typelib-1_0-Avahi-0_6' 'typelib-1_0-AyatanaAppIndicator-0_1' 'typelib-1_0-AyatanaAppIndicator3-0_1' 'typelib-1_0-AyatanaIdo3-0_4' 'typelib-1_0-Babl-0_1' 'typelib-1_0-Bamf-3_0' 'typelib-1_0-BlockDev-2_0' 'typelib-1_0-BraseroBurn-3_2_0' 'typelib-1_0-BraseroMedia-3_2_0' 'typelib-1_0-BuzztraxCore-1_1' 'typelib-1_0-BuzztraxIc-1_1' 'typelib-1_0-CMenu-3_0' 'typelib-1_0-Caja-2_0' 'typelib-1_0-Camel-1_2' 'typelib-1_0-Caribou-1_0' 'typelib-1_0-Champlain-0_12' 'typelib-1_0-Cheese-3_0' 'typelib-1_0-CinnamonDesktop-3_0' 'typelib-1_0-CjsPrivate-1_0' 'typelib-1_0-CloudProviders-0_3_0' 'typelib-1_0-Clutter-1_0' 'typelib-1_0-ClutterGst-3_0' 'typelib-1_0-Cogl-1_0' 'typelib-1_0-Cogl-2_0' 'typelib-1_0-CoglPango-1_0' 'typelib-1_0-CoglPango-2_0' 'typelib-1_0-Colord-1_0' 'typelib-1_0-ColordGtk-1_0' 'typelib-1_0-Colorhug-1_0' 'typelib-1_0-CryptUI-0_0' 'typelib-1_0-Cvc-1_0' 'typelib-1_0-Dbusmenu-0_4' 'typelib-1_0-DbusmenuGtk-0_4' 'typelib-1_0-DbusmenuGtk3-0_4' 'typelib-1_0-Dee-1_0' 'typelib-1_0-Devhelp-3_0' 'typelib-1_0-EBackend-1_2' 'typelib-1_0-EBook-1_2' 'typelib-1_0-EBookContacts-1_2' 'typelib-1_0-ECal-2_0' 'typelib-1_0-EDataBook-1_2' 'typelib-1_0-EDataCal-2_0' 'typelib-1_0-EDataServer-1_2' 'typelib-1_0-EDataServerUI-1_2' 'typelib-1_0-Eek-0_90' 'typelib-1_0-Entangle-0_1' 'typelib-1_0-Eom-1_0' 'typelib-1_0-EvinceDocument-3_0' 'typelib-1_0-EvinceView-3_0' 'typelib-1_0-FPrint-2_0' 'typelib-1_0-Farstream-0_2' 'typelib-1_0-Fcitx-1_0' 'typelib-1_0-Flatpak-1_0' 'typelib-1_0-Folks-0_6' 'typelib-1_0-FolksEds-0_6' 'typelib-1_0-FolksTelepathy-0_6' 'typelib-1_0-FolksTracker-0_6' 'typelib-1_0-Fwupd-2_0' 'typelib-1_0-FwupdPlugin-1_0' 'typelib-1_0-GCab-1_0' 'typelib-1_0-GData-0_0' 'typelib-1_0-GES-1_0' 'typelib-1_0-GExiv2-0_10' 'typelib-1_0-GFBGraph-0_2' 'typelib-1_0-GMenu-3_0' 'typelib-1_0-GMime-2_6' 'typelib-1_0-GMime-3_0' 'typelib-1_0-GOffice-0_10' 'typelib-1_0-GPaste-1_0' 'typelib-1_0-GSSDP-1_0' 'typelib-1_0-GSound-1_0' 'typelib-1_0-GTop-2_0' 'typelib-1_0-GUPnP-1_0' 'typelib-1_0-GUPnPAV-1_0' 'typelib-1_0-GUPnPDLNA-2_0' 'typelib-1_0-GUPnPDLNAGst-2_0' 'typelib-1_0-GUPnPIgd-1_0' 'typelib-1_0-GUdev-1_0' 'typelib-1_0-GUsb-1_0' 'typelib-1_0-GVnc-1_0' 'typelib-1_0-GVncPulse-1_0' 'typelib-1_0-GWeather-3_0' 'typelib-1_0-GXPS-0_1' 'typelib-1_0-Gck-1' 'typelib-1_0-Gcr-3' 'typelib-1_0-GcrUi-3' 'typelib-1_0-Gda-5_0' 'typelib-1_0-Gdaui-5_0' 'typelib-1_0-GdkPixbuf-2_0' 'typelib-1_0-GdkPixdata-2_0' 'typelib-1_0-Gdl-3' 'typelib-1_0-Gdm-1_0' 'typelib-1_0-Gee-0_8' 'typelib-1_0-Gee-1_0' 'typelib-1_0-Gegl-0_4' 'typelib-1_0-Geoclue-2_0' 'typelib-1_0-GeocodeGlib-1_0' 'typelib-1_0-Gepub-0_6' 'typelib-1_0-Ggit-1_0' 'typelib-1_0-Gitg-1_0' 'typelib-1_0-GitgExt-1_0' 'typelib-1_0-GjsPrivate-1_0' 'typelib-1_0-Gkbd-3_0' 'typelib-1_0-Gladeui-2_0' 'typelib-1_0-GnomeAutoar-0_1' 'typelib-1_0-GnomeAutoarGtk-0_1' 'typelib-1_0-GnomeBluetooth-1_0' 'typelib-1_0-GnomeDesktop-3_0' 'typelib-1_0-GnomeKeyring-1_0' 'typelib-1_0-GoVirt-1_0' 'typelib-1_0-Goa-1_0' 'typelib-1_0-Gom-1_0' 'typelib-1_0-GooCanvas-2_0' 'typelib-1_0-Govf-0_1' 'typelib-1_0-Granite-1_0' 'typelib-1_0-Graphene-1_0' 'typelib-1_0-Grl-0_3' 'typelib-1_0-GrlNet-0_3' 'typelib-1_0-GrlPls-0_3' 'typelib-1_0-Grss-0_7' 'typelib-1_0-Gsf-1' 'typelib-1_0-Gspell-1' 'typelib-1_0-Gst-1_0' 'typelib-1_0-GstAllocators-1_0' 'typelib-1_0-GstApp-1_0' 'typelib-1_0-GstAudio-1_0' 'typelib-1_0-GstGL-1_0' 'typelib-1_0-GstInsertBin-1_0' 'typelib-1_0-GstMpegts-1_0' 'typelib-1_0-GstPbutils-1_0' 'typelib-1_0-GstPlayer-1_0' 'typelib-1_0-GstRtp-1_0' 'typelib-1_0-GstRtsp-1_0' 'typelib-1_0-GstRtspServer-1_0' 'typelib-1_0-GstSdp-1_0' 'typelib-1_0-GstTag-1_0' 'typelib-1_0-GstTranscoder-1_0' 'typelib-1_0-GstValidate-1_0' 'typelib-1_0-GstVideo-1_0' 'typelib-1_0-GstWebRTC-1_0' 'typelib-1_0-Gtd-1_0' 'typelib-1_0-Gtk-2_0' 'typelib-1_0-Gtk-3_0' 'typelib-1_0-Gtk-4_0' 'typelib-1_0-GtkClutter-1_0' 'typelib-1_0-GtkFrdp-0_1' 'typelib-1_0-GtkLayerShell-0_1' 'typelib-1_0-GtkSource-3_0' 'typelib-1_0-GtkSource-4' 'typelib-1_0-GtkSpell-3_0' 'typelib-1_0-GtkVnc-2_0' 'typelib-1_0-Gucharmap-2_90' 'typelib-1_0-Handy-0_0' 'typelib-1_0-HarfBuzz-0_0' 'typelib-1_0-Hinawa-2_0' 'typelib-1_0-IBus-1_0' 'typelib-1_0-ICal-3_0' 'typelib-1_0-ICalGLib-3_0' 'typelib-1_0-Ido3-0_1' 'typelib-1_0-JavaScriptCore-4_0' 'typelib-1_0-Json-1_0' 'typelib-1_0-Jsonrpc-1_0' 'typelib-1_0-Keybinder-0_0' 'typelib-1_0-Keybinder-3_0' 'typelib-1_0-Libags-3_0' 'typelib-1_0-Libmsi-1_0' 'typelib-1_0-Libosinfo-1_0' 'typelib-1_0-LibvirtGConfig-1_0' 'typelib-1_0-LibvirtGLib-1_0' 'typelib-1_0-LibvirtGObject-1_0' 'typelib-1_0-LibvirtSandbox-1_0' 'typelib-1_0-LightDM-1' 'typelib-1_0-LunarCalendar-3_0' 'typelib-1_0-LunarDate-3_0' 'typelib-1_0-Manette-0_2-0' 'typelib-1_0-MateDesktop-2_0' 'typelib-1_0-MateMenu-2_0' 'typelib-1_0-MatePanelApplet-4_0' 'typelib-1_0-Matekbd-1_0' 'typelib-1_0-MediaArt-2_0' 'typelib-1_0-Memphis-0_2' 'typelib-1_0-Midori-0_6' 'typelib-1_0-ModemManager-1_0' 'typelib-1_0-Modulemd-2_0' 'typelib-1_0-Muffin-0_0' 'typelib-1_0-MyPaint-1_5' 'typelib-1_0-MyPaintGegl-1_5' 'typelib-1_0-NM-1_0' 'typelib-1_0-NMA-1_0' 'typelib-1_0-Nautilus-3_0' 'typelib-1_0-Nemo-3_0' 'typelib-1_0-Notify-0_7' 'typelib-1_0-OSTree-1_0' 'typelib-1_0-OsmGpsMap-1_0' 'typelib-1_0-PackageKitGlib-1_0' 'typelib-1_0-Pango-1_0' 'typelib-1_0-Peas-1_0' 'typelib-1_0-PeasGtk-1_0' 'typelib-1_0-Playerctl-2_0_1' 'typelib-1_0-Pluma-1_0' 'typelib-1_0-Polari-1_0' 'typelib-1_0-Polkit-1_0' 'typelib-1_0-Poppler-0_18' 'typelib-1_0-Rest-0_7' 'typelib-1_0-Retro-0_14-0' 'typelib-1_0-Rsvg-2_0' 'typelib-1_0-RygelCore-2_6' 'typelib-1_0-RygelRenderer-2_6' 'typelib-1_0-RygelRendererGst-2_6' 'typelib-1_0-RygelServer-2_6' 'typelib-1_0-Secret-1' 'typelib-1_0-Signon-2_0' 'typelib-1_0-Skk-1_0' 'typelib-1_0-Soup-2_4' 'typelib-1_0-SpiceClientGlib-2_0' 'typelib-1_0-SpiceClientGtk-3_0' 'typelib-1_0-TelepathyFarstream-0_6' 'typelib-1_0-TelepathyGlib-0_12' 'typelib-1_0-TelepathyLogger-0_2' 'typelib-1_0-Template-1_0' 'typelib-1_0-Tepl-4' 'typelib-1_0-Thunarx-3_0' 'typelib-1_0-TimezoneMap-1_0' 'typelib-1_0-TotemPlParser-1_0' 'typelib-1_0-Tracker-2_0' 'typelib-1_0-TrackerControl-2_0' 'typelib-1_0-TrackerMiner-2_0' 'typelib-1_0-UDisks-2_0' 'typelib-1_0-Uhm-0_0' 'typelib-1_0-Unique-1_0' 'typelib-1_0-Unity-7_0' 'typelib-1_0-UnityExtras-7_0' 'typelib-1_0-UpowerGlib-1_0' 'typelib-1_0-Urfkill-0_0' 'typelib-1_0-Vips-8_5' 'typelib-1_0-Vte-2.91' 'typelib-1_0-WebKit2-4_0' 'typelib-1_0-WebKit2WebExtension-4_0' 'typelib-1_0-Wnck-1_0' 'typelib-1_0-Wnck-3_0' 'typelib-1_0-Workrave-1_0' 'typelib-1_0-XApp-1_0' 'typelib-1_0-Xkl-1_0' 'typelib-1_0-Xmlb-1_0' 'typelib-1_0-XplayerPlParser-1_0' 'typelib-1_0-XreaderDocument-1_5' 'typelib-1_0-XreaderView-1_5' 'typelib-1_0-Zeitgeist-2_0' 'typelib-1_0-Zpj-0_0' 'typelib-1_0-kkc-1_0' 'typelib-1_0-libdazzle-1_0' 'typelib-1_0-libmirage-3_2' 'typelib-1_0-libxfce4util-1_0' 'typesafe-config' 'typesafe-config-javadoc' 'typescript' 'tzdb' 'u-boot-tools' 'u2f-host' 'u2f-server' 'u3-tool' 'uacme' 'uae' 'uae' 'uae-debuginfo' 'uae-debugsource' 'ubuntu-fonts' 'ubuntu-mate-icon-theme' 'ubuntu-mate-wallpapers' 'ubuntu-mono-icon-theme' 'uchardet' 'ucl-devel' 'ucm' 'ucode-amd' 'ucode-intel' 'ucommon' 'ucommon-devel' 'ucpp' 'ucpp-devel' 'udav' 'udev' 'udev-browse' 'udev-configure-printer' 'udev-persistent-ifnames' 'udftools' 'udhcp' 'udiskie' 'udiskie-lang' 'udisks2' 'udisks2-lang' 'udns' 'udns-devel' 'udp2raw-tunnel' 'udpa-source' 'udpspeeder' 'udtrace' 'ufiformat' 'ufraw' 'ufraw-lang' 'uftpd' 'ufw' 'ufw-lang' 'uget' 'uget-integrator' 'uget-lang' 'uhd-devel' 'uhd-doc' 'uhd-firmware' 'uhd-udev' 'uhttpmock-devel' 'uhubctl' 'uid_wrapper' 'uim' 'uim-32bit' 'uim-devel' 'uim-gtk2' 'uim-gtk2-32bit' 'uim-gtk3' 'uim-gtk3-32bit' 'uim-qt5' 'uim-qt5-32bit' 'uima-parent-pom' 'uima-pear-maven-plugin' 'uimaj' 'uimaj-javadoc' 'uisp' 'ulfius-devel' 'ullae-veliyae' 'ulogd' 'ulogd-mysql' 'ulogd-pcap' 'ulogd-pgsql' 'ulogd-sqlite3' 'ultimatestunts' 'ultimatestunts-data' 'umbrello' 'umbrello-lang' 'umoci' 'un-fonts' 'unar' 'unbound' 'unbound-anchor' 'unbound-devel' 'unbound-munin' 'unclutter' 'uncommons-maths' 'uncommons-maths-javadoc' 'uncrustify' 'unetbootin' 'unibilium-devel' 'unicode-blocks' 'unicode-emoji' 'unicode-ucd' 'unicode-ucd-unihan' 'unifdef' 'unifraktur-fonts' 'unionfs-fuse' 'uniraum' 'uniraum' 'uniraum-debuginfo' 'uniraum-debugsource' 'uniraum-devel' 'unison' 'unit-api' 'unit-api-javadoc' 'units' 'unittest-cpp-devel' 'unity-gtk-module-common' 'unity-gtk2-module' 'unity-gtk3-module' 'universal-ctags' 'univocity-parsers' 'univocity-parsers-javadoc' 'unixODBC' 'unixODBC-32bit' 'unixODBC-devel' 'unixbench' 'unknown-horizons' 'unknown-horizons-lang' 'unmass' 'unoconv' 'unpaper' 'unrar' 'unrar_wrapper' 'unrtf' 'unrtf' 'unrtf-debuginfo' 'unrtf-debugsource' 'unshield' 'unshield-devel' 'unzip' 'unzip-doc' 'unzip-rcc' 'unzix' 'uom-lib' 'uom-lib-assertj' 'uom-lib-common' 'uom-lib-javadoc' 'uom-parent' 'upb-devel' 'upb-source' 'update-alternatives' 'update-bootloader-rpm-macros' 'update-checker' 'update-desktop-files' 'update-test-32bit-pkg' 'update-test-32bit-pkg' 'update-test-32bit-pkg-32bit' 'update-test-affects-package-manager' 'update-test-affects-package-manager' 'update-test-broken' 'update-test-feature' 'update-test-feature' 'update-test-interactive' 'update-test-optional' 'update-test-optional' 'update-test-reboot-needed' 'update-test-reboot-needed' 'update-test-relogin-suggested' 'update-test-relogin-suggested' 'update-test-security' 'update-test-security' 'update-test-trivial' 'update-test-trivial' 'update-test-trivial' 'update_test' 'uperf' 'upm-devel' 'upower' 'upower-lang' 'upsm' 'upx' 'uranium' 'uranium-firmware-lulzbot' 'uranium-lulzbot' 'urbanlightscape' 'urfkill' 'urh' 'uriparser' 'uriparser-devel' 'uriparser-doc' 'urlscan' 'urlview' 'urlwatch' 'urxvt-font-size' 'urxvt-perls' 'us428control' 'usb_modeswitch' 'usb_modeswitch-data' 'usbauth' 'usbauth-notifier' 'usbguard' 'usbguard-devel' 'usbguard-tools' 'usbmuxd' 'usbprog' 'usbprog-devel' 'usbprog-gui' 'usbredir' 'usbredir-devel' 'usbtop' 'usbutils' 'usbview' 'usnic_tools' 'usrp-firmware' 'usrp-tools' 'usx2yloader' 'utempter-devel' 'utempter-devel-32bit' 'utf8proc-devel' 'utfcpp-devel' 'uthash-devel' 'util-linux' 'util-linux-lang' 'util-linux-systemd' 'util-macros-devel' 'utils-libnfs' 'utox' 'uucp' 'uucp-xinetd' 'uudeview' 'uuid-devel' 'uuidd' 'uvcdynctrl' 'uwac0-0-devel' 'uwsc' 'uwsgi' 'uwsgi-emperor_pg' 'uwsgi-emperor_zeromq' 'uwsgi-gevent' 'uwsgi-glusterfs' 'uwsgi-greenlet' 'uwsgi-jvm' 'uwsgi-ldap' 'uwsgi-libffi' 'uwsgi-logzmq' 'uwsgi-lua' 'uwsgi-pam' 'uwsgi-php7' 'uwsgi-psgi' 'uwsgi-pypy' 'uwsgi-python' 'uwsgi-python3' 'uwsgi-sqlite3' 'uwsgi-xslt' 'v4l-conf' 'v4l-tools' 'v4l-utils' 'v4l-utils-devel-tools' 'v4l-utils-lang' 'v4l2loopback-kmp-default' 'v4l2loopback-kmp-pae' 'v4l2loopback-utils' 'vacation' 'vacuum-im' 'vacuum-im-devel' 'vacuum-im-lang' 'vacuum-im-plugins-dbusnotifications' 'vacuum-im-plugins-gmailnotify' 'vacuum-im-plugins-spellchecker' 'vacuum-im-plugins-statistics' 'vacuum-im-plugins-usermood' 'vacuum-im-plugins-usertune' 'vagrant' 'vagrant-bash-completion' 'vagrant-doc' 'vagrant-emacs' 'vagrant-libvirt' 'vagrant-libvirt-doc' 'vagrant-sshfs' 'vagrant-sshfs-doc' 'vagrant-sshfs-testsuite' 'vagrant-vim' 'vala' 'vala-cmake-modules' 'vala-panel' 'vala-panel-appmenu-lang' 'vala-panel-devel' 'vala-panel-extras-battery' 'vala-panel-extras-gtop' 'vala-panel-extras-lang' 'vala-panel-extras-volume' 'vala-panel-extras-weather' 'vala-panel-extras-xkb' 'vala-panel-extras-xkb-flags' 'vala-panel-lang' 'vala-panel-plugin-appmenu' 'vala-panel-plugin-sntray' 'vala-panel-plugin-sntray-lang' 'vala-panel-plugins-base' 'vala-panel-plugins-wnck' 'vala-panel-runner' 'valadoc' 'valadoc-doclet-devhelp' 'valadoc-doclet-gtkdoc' 'valadoc-doclet-html' 'valgrind' 'valgrind-32bit' 'valgrind-client-headers' 'valgrind-devel' 'vamp-aubio-plugins' 'vamp-aubio-plugins' 'vamp-aubio-plugins-debuginfo' 'vamp-aubio-plugins-debugsource' 'vamp-libxtract-plugins' 'vamp-libxtract-plugins' 'vamp-libxtract-plugins-debuginfo' 'vamp-libxtract-plugins-debugsource' 'vamp-match-plugin' 'vamp-match-plugin' 'vamp-match-plugin-debuginfo' 'vamp-match-plugin-debugsource' 'vamp-mazurka-plugins' 'vamp-mazurka-plugins' 'vamp-mazurka-plugins-debuginfo' 'vamp-mazurka-plugins-debugsource' 'vamp-plugin-sdk' 'vamp-plugin-sdk-devel' 'vamp-plugin-tester' 'vamp-plugin-tester' 'vamp-plugin-tester-debuginfo' 'vamp-plugin-tester-debugsource' 'vamp-qm-plugins' 'vamp-qm-plugins' 'vamp-qm-plugins-debuginfo' 'vamp-qm-plugins-debugsource' 'vamps' 'vamps' 'vamps-debugsource' 'vapoursynth-devel' 'vapoursynth-plugin-eedi3' 'vapoursynth-plugin-imwri' 'vapoursynth-plugin-miscfilters' 'vapoursynth-plugin-morpho' 'vapoursynth-plugin-ocr' 'vapoursynth-plugin-removegrain' 'vapoursynth-plugin-subtext' 'vapoursynth-plugin-vinverse' 'vapoursynth-plugin-vivtc' 'vapoursynth-tools' 'variety' 'varnish' 'varnish-devel' 'vboot' 'vbrfix' 'vcdimager' 'vcdimager-devel' 'vclt-tools' 'vclt-tools' 'vcron' 'vcsh' 'vcsh-zsh-completion' 'vde2' 'vde2-cryptcab' 'vde2-slirp' 'ved' 'velocity' 'velocity-demo' 'velocity-javadoc' 'velocity-manual' 'velum-branding' 'verilator' 'verilator-devel' 'verilator-doc' 'verilator-doc-pdf' 'verilator-examples' 'veusz' 'vfontas' 'vgrep' 'vhba-kmp-default' 'vhba-kmp-pae' 'vhostmd' 'vidcutter' 'videoporama' 'videoporama' 'vido' 'vido-lang' 'viewnior' 'viewnior-lang' 'viewres' 'vifm' 'vifm-colors' 'vigra-devel' 'vim' 'vim-bootstrap' 'vim-completion-golang' 'vim-data' 'vim-data-common' 'vim-fzf' 'vim-icinga2' 'vim-plugin-NERDcommenter' 'vim-plugin-NERDtree' 'vim-plugin-a' 'vim-plugin-ack' 'vim-plugin-align' 'vim-plugin-bufexplorer' 'vim-plugin-calendar' 'vim-plugin-colorschemes' 'vim-plugin-colorsel' 'vim-plugin-conky' 'vim-plugin-devhelp' 'vim-plugin-diffchanges' 'vim-plugin-editorconfig' 'vim-plugin-fugitive' 'vim-plugin-gitdiff' 'vim-plugin-gnupg' 'vim-plugin-latex' 'vim-plugin-locateopen' 'vim-plugin-matrix' 'vim-plugin-minibufexpl' 'vim-plugin-multiplesearch' 'vim-plugin-neomutt' 'vim-plugin-nginx' 'vim-plugin-powerline' 'vim-plugin-project' 'vim-plugin-quilt' 'vim-plugin-rails' 'vim-plugin-salt' 'vim-plugin-searchcomplete' 'vim-plugin-showmarks' 'vim-plugin-snipmate' 'vim-plugin-supertab' 'vim-plugin-taglist' 'vim-plugin-tlib' 'vim-plugin-tregisters' 'vim-plugin-tselectbuffer' 'vim-plugin-tselectfiles' 'vim-plugin-utl' 'vim-plugin-vimwiki' 'vim-plugin-zoomwin' 'vimb' 'vimpc' 'vimpc' 'vimpc-debuginfo' 'vimpc-debugsource' 'vinagre' 'vinagre-lang' 'vino' 'vino-lang' 'vips-doc' 'vips-tools' 'virglrenderer-devel' 'virglrenderer-test-server' 'virt-install' 'virt-manager' 'virt-manager-common' 'virt-sandbox' 'virt-top' 'virt-v2v' 'virt-viewer' 'virt-what' 'virtme' 'virtualbox' 'virtualbox-devel' 'virtualbox-guest-desktop-icons' 'virtualbox-guest-source' 'virtualbox-guest-tools' 'virtualbox-guest-x11' 'virtualbox-host-source' 'virtualbox-kmp-default' 'virtualbox-qt' 'virtualbox-vnc' 'virtualbox-websrv' 'viruskiller' 'vis' 'visio2svg-conv' 'vit' 'vitetris' 'vivaldi' 'vivaldi' 'vkd3d-devel' 'vkd3d-devel-32bit' 'vkeybd' 'vkmark' 'vkquake' 'vlan' 'vlc' 'vlc' 'vlc-beta' 'vlc-beta' 'vlc-beta-debuginfo' 'vlc-beta-debugsource' 'vlc-beta-devel' 'vlc-beta-noX' 'vlc-beta-noX-debuginfo' 'vlc-beta-noX-lang' 'vlc-beta-qt' 'vlc-beta-qt-debuginfo' 'vlc-codec-gstreamer' 'vlc-codec-gstreamer-debuginfo' 'vlc-codecs' 'vlc-codecs-debuginfo' 'vlc-debuginfo' 'vlc-debugsource' 'vlc-devel' 'vlc-jack' 'vlc-jack-debuginfo' 'vlc-lang' 'vlc-noX' 'vlc-noX-debuginfo' 'vlc-opencv' 'vlc-opencv-debuginfo' 'vlc-qt' 'vlc-qt-debuginfo' 'vlc-vdpau' 'vlc-vdpau-debuginfo' 'vlgothic-fonts' 'vlmc' 'vlmc' 'vlmc-debuginfo' 'vlmc-debugsource' 'vm-dump-metrics' 'vm-install' 'vmmlib' 'vmmlib-debugsource' 'vmmlib-devel' 'vmmlib-doc' 'vmpk' 'vmpk' 'vmpk-debuginfo' 'vmpk-debugsource' 'vms-empire' 'vmtouch' 'vncmanager' 'vncmanager-controller' 'vncmanager-controller-gnome' 'vncmanager-greeter' 'vnote' 'vnstat' 'vnstat-cgi' 'vo-aacenc' 'vo-aacenc-debugsource' 'vo-amrwbenc' 'vo-amrwbenc-debugsource' 'vobcopy' 'vobcopy' 'vobcopy-debuginfo' 'vobcopy-debugsource' 'vocal' 'vocal-lang' 'vodovod' 'voikkospell' 'vokoscreenNG' 'volk' 'volk-devel' 'volk_modtool' 'vollkorn-fonts' 'vorbis-tools' 'vorbis-tools-lang' 'vorbisgain' 'voro++' 'voro++-devel' 'vorta' 'votca-csg' 'votca-csg-bash' 'votca-csg-common' 'votca-csg-devel' 'votca-csg-doc' 'votca-csg-tutorials' 'votca-csgapps' 'votca-ctp' 'votca-ctp-common' 'votca-ctp-devel' 'votca-ctp-doc' 'votca-tools' 'votca-tools-devel' 'votca-xtp' 'votca-xtp-common' 'votca-xtp-devel' 'votca-xtp-doc' 'voxelands' 'vpcs' 'vpnc' 'vpp' 'vpp-api-lua' 'vpp-api-python' 'vpp-devel' 'vpp-plugins' 'vpx-tools' 'vsftpd' 'vsqlite++-devel' 'vst-lsp-plugins' 'vtable-dumper' 'vtcl' 'vte-devel' 'vte-lang' 'vte-tools' 'vtk-devel' 'vtk-devel-doc' 'vtk-examples' 'vtk-java' 'vtk-openmpi1-devel' 'vtk-openmpi1-devel-doc' 'vtk-openmpi1-java' 'vtk-openmpi1-qt' 'vtk-openmpi2-devel' 'vtk-openmpi2-devel-doc' 'vtk-openmpi2-java' 'vtk-openmpi2-qt' 'vtk-openmpi3-devel' 'vtk-openmpi3-devel-doc' 'vtk-openmpi3-java' 'vtk-openmpi3-qt' 'vtk-qt' 'vtkdata' 'vulkan-devel' 'vulkan-doc' 'vulkan-headers' 'vulkan-tools' 'vulkan-validationlayers' 'vym' 'w3c-markup-validator' 'w3c-markup-validator-libs' 'w3m' 'w3m-inline-image' 'w3mir' 'w_scan' 'wadptr' 'waffle' 'waffle-devel' 'wallpaper-branding-openSUSE' 'wallpapers-openSUSE-extra' 'wallstreet' 'wang-fonts' 'warewulf-cluster' 'warewulf-common' 'warewulf-doc' 'warewulf-nhc' 'warewulf-provision' 'warewulf-provision-i386-initramfs' 'warewulf-provision-ipxe-images' 'warewulf-provision-server' 'warewulf-provision-x86_64-initramfs' 'warewulf-vnfs' 'warzone2100' 'warzone2100-data' 'watchman' 'wavemon' 'wavpack' 'wavpack-devel' 'way-cooler' 'waybar' 'wayland-devel' 'wayland-devel-32bit' 'wayland-protocols-devel' 'waylandpp' 'waylandpp-devel' 'wbxml2-tools' 'wcd' 'wcslib-devel' 'wcslib-doc' 'wcslib-tools' 'wdiff' 'wdiff-lang' 'wdm' 'weave-k8s-yaml' 'weave-kube' 'weave-npc' 'webalizer' 'webalizer-flags' 'webcamoid' 'webcamoid-devel' 'webdot' 'webenginepart' 'webkit-jsc-4' 'webkit2gtk-4_0-injected-bundles' 'webkit2gtk3-devel' 'webkit2gtk3-minibrowser' 'websocketpp-devel' 'webvfx' 'webvfx-devel' 'webvfx-module' 'weechat' 'weechat-devel' 'weechat-lang' 'weechat-lua' 'weechat-perl' 'weechat-python' 'weechat-ruby' 'weechat-spell' 'weechat-tcl' 'weld-parent' 'werken-xpath' 'werken-xpath-javadoc' 'wesnoth' 'wesnoth-campaign-server' 'wesnoth-data' 'wesnoth-fslayout' 'wesnoth-server' 'weston' 'weston-devel' 'wget' 'wget-lang' 'wget2' 'wgetpaste' 'when-command' 'when-command-lang' 'whfc' 'which' 'whipper' 'whohas' 'whois' 'wicked' 'wicked-service' 'widelands' 'widelands-data' 'widelands-debug' 'wiggle' 'wiiuse-devel' 'wildmidi' 'wildmidi-devel' 'wimlib-devel' 'wimtools' 'wine' 'wine-32bit' 'wine-devel' 'wine-devel-32bit' 'wine-gecko' 'wine-mono' 'wine-nine-standalone' 'wine-nine-standalone-32bit' 'wine-staging' 'wine-staging-32bit' 'wine-staging-devel' 'wine-staging-devel-32bit' 'wineasio' 'wineasio' 'wineasio-32bit' 'wineasio-32bit-debuginfo' 'wineasio-debuginfo' 'wineasio-debugsource' 'winetricks' 'winff' 'winff' 'winff-debuginfo' 'winff-debugsource' 'winff-lang' 'winpr2-devel' 'winrs' 'wipe' 'wireguard-tools' 'wireless-regdb' 'wireless-tools' 'wireshark' 'wireshark-devel' 'wireshark-plugin-libvirt' 'wireshark-ui-qt' 'withlock' 'wizznic' 'wkhtmltopdf' 'wkhtmltopdf-devel' 'wlc-devel' 'wlroots-devel' 'wm-icons' 'wmctrl' 'wmpomme' 'wmutils' 'woff2-devel' 'wol' 'wol-lang' 'wol-udev-rules' 'wondershaper' 'woodstox-core' 'woodstox-core-javadoc' 'wordcut' 'wordcut-devel' 'wordnet' 'wordnet-devel' 'words' 'words-british' 'words-canadian' 'workrave' 'workrave-devel' 'wp-cli' 'wpa_supplicant' 'wpa_supplicant-gui' 'wpan-tools' 'wpebackend-fdo-devel' 'wput' 'wput' 'wput-debuginfo' 'wput-debugsource' 'wput-lang' 'wqy-bitmap-fonts' 'wqy-microhei-fonts' 'wqy-zenhei-fonts' 'wrapsix' 'writerperfect' 'wrk' 'ws-jaxme' 'ws-jaxme-javadoc' 'ws-jaxme-manual' 'wsdl4j' 'wsdl4j-javadoc' 'wslay' 'wslay-devel' 'wsmancli' 'wt' 'wt-devel' 'wumpus' 'wv' 'wv-devel' 'wv2-devel' 'wxEDID' 'wxEphe' 'wxGTK3-3_2-devel' 'wxMaxima' 'wxMaxima-lang' 'wxQt-3_2-devel' 'wxWidgets-3_0-devel' 'wxWidgets-3_0-devel-32bit' 'wxWidgets-3_0-docs' 'wxWidgets-3_0-nostl-devel' 'wxWidgets-3_0-plugin-sound_sdlu-3_0' 'wxWidgets-3_0-plugin-sound_sdlu-3_0-32bit' 'wxWidgets-3_2-devel' 'wxWidgets-3_2-plugin-sound_sdlu-3_2' 'wxWidgets-docs' 'wxWidgets-lang' 'wxWidgets-wxcontainer' 'wxWidgets-wxcontainer-compat-lib-config' 'wxWidgets-wxcontainer-debugsource' 'wxWidgets-wxcontainer-devel' 'wxWidgets-wxcontainer-devel-debuginfo' 'wxWidgets-wxcontainer-plugin-sound_sdlu-2_8-wxcontainer' 'wxWidgets-wxcontainer-plugin-sound_sdlu-2_8-wxcontainer-32bit' 'wxWidgets-wxcontainer-plugin-sound_sdlu-2_8-wxcontainer-32bit-debuginfo' 'wxWidgets-wxcontainer-plugin-sound_sdlu-2_8-wxcontainer-debuginfo' 'wxcam' 'wxcam' 'wxcam-debuginfo' 'wxcam-debugsource' 'wxhexeditor' 'wxhexeditor-lang' 'wxlua' 'wxlua-devel' 'wxsqlite3-devel' 'wxstedit' 'wxstedit-devel' 'wxsvg' 'wyrmgus' 'wyrmgus-devel' 'wyrmsun' 'x11' 'x11-japanese-bitmap-fonts' 'x11-tools' 'x11-video-nvidiaG04' 'x11-video-nvidiaG05' 'x11perf' 'x11vnc' 'x11vnc-frontend' 'x264' 'x264-debuginfo' 'x265' 'x265' 'x265-debuginfo' 'x265-debugsource' 'x2x' 'x3270' 'x86info' 'xalan-c' 'xalan-j2' 'xalan-j2-demo' 'xalan-j2-manual' 'xalan-j2-xsltc' 'xano-mincho-fonts' 'xaos' 'xaos-lang' 'xapian-core' 'xapian-core-doc' 'xapian-core-examples' 'xapps-common' 'xapps-common-lang' 'xapps-mate' 'xar' 'xauth' 'xautolock' 'xautomation' 'xaw3dd' 'xawtv' 'xbacklight' 'xbanish' 'xbase' 'xbase-devel' 'xbase-doc' 'xbean' 'xbean-javadoc' 'xbench' 'xbiff' 'xbindkeys' 'xbitmaps' 'xbitmaps-devel' 'xboard' 'xboard' 'xboard-debuginfo' 'xboard-debugsource' 'xbomb' 'xboxdrv' 'xbrlapi' 'xbrz-devel' 'xbsql' 'xbsql-devel' 'xca' 'xcalc' 'xcalib' 'xcalib-profiles' 'xcb' 'xcb-proto-devel' 'xcb-util-cursor-devel' 'xcb-util-cursor-devel-32bit' 'xcb-util-devel' 'xcb-util-devel-32bit' 'xcb-util-errors-devel' 'xcb-util-image-devel' 'xcb-util-image-devel-32bit' 'xcb-util-keysyms-devel' 'xcb-util-keysyms-devel-32bit' 'xcb-util-renderutil-devel' 'xcb-util-renderutil-devel-32bit' 'xcb-util-wm-devel' 'xcb-util-wm-devel-32bit' 'xcb-util-xrm-devel' 'xcfa' 'xcfa' 'xcfa-debuginfo' 'xcfa-debugsource' 'xcfa-lang' 'xclass' 'xclass-devel' 'xclip' 'xclipboard' 'xclock' 'xcm' 'xcmsdb' 'xcolors' 'xcompmgr' 'xconsole' 'xcoral' 'xcowsay' 'xcursor-themes' 'xcursorgen' 'xdbedizzy' 'xdelta3' 'xdg-dbus-proxy' 'xdg-desktop-portal' 'xdg-desktop-portal-devel' 'xdg-desktop-portal-gtk' 'xdg-desktop-portal-gtk-lang' 'xdg-desktop-portal-kde' 'xdg-desktop-portal-kde-lang' 'xdg-desktop-portal-lang' 'xdg-menu' 'xdg-user-dirs' 'xdg-user-dirs-gtk' 'xdg-user-dirs-gtk-lang' 'xdg-user-dirs-lang' 'xdg-utils' 'xdiskusage' 'xditview' 'xdm' 'xdm-xsession' 'xdmbgrd' 'xdmsc' 'xdotool' 'xdotool-devel' 'xdpyinfo' 'xdriinfo' 'xed' 'xed-devel' 'xed-lang' 'xedit' 'xemacs' 'xemacs-el' 'xemacs-info' 'xemacs-packages' 'xemacs-packages-el' 'xemacs-packages-info' 'xembedsniproxy' 'xen' 'xen-devel' 'xen-doc-html' 'xen-libs' 'xen-libs-32bit' 'xen-tools' 'xen-tools-domU' 'xen-tools-xendomains-wait-disk' 'xen_server' 'xen_tools' 'xengine' 'xerces-c' 'xerces-c-doc' 'xerces-j2' 'xerces-j2-demo' 'xerces-j2-javadoc' 'xev' 'xeyes' 'xf86-input-evdev' 'xf86-input-evdev-devel' 'xf86-input-joystick' 'xf86-input-joystick-devel' 'xf86-input-keyboard' 'xf86-input-libinput' 'xf86-input-libinput-devel' 'xf86-input-mouse' 'xf86-input-mouse-devel' 'xf86-input-synaptics' 'xf86-input-synaptics-devel' 'xf86-input-vmmouse' 'xf86-input-void' 'xf86-input-wacom' 'xf86-input-wacom-devel' 'xf86-video-amdgpu' 'xf86-video-ark' 'xf86-video-ast' 'xf86-video-ati' 'xf86-video-chips' 'xf86-video-cirrus' 'xf86-video-dummy' 'xf86-video-fbdev' 'xf86-video-fbturbo' 'xf86-video-fbturbo-live' 'xf86-video-glint' 'xf86-video-i128' 'xf86-video-intel' 'xf86-video-intel-32bit' 'xf86-video-mach64' 'xf86-video-mga' 'xf86-video-neomagic' 'xf86-video-nouveau' 'xf86-video-nv' 'xf86-video-openchrome' 'xf86-video-qxl' 'xf86-video-r128' 'xf86-video-savage' 'xf86-video-siliconmotion' 'xf86-video-sis' 'xf86-video-sisusb' 'xf86-video-tdfx' 'xf86-video-tga' 'xf86-video-trident' 'xf86-video-v4l' 'xf86-video-vesa' 'xf86-video-vmware' 'xf86-video-voodoo' 'xf86dga' 'xfburn' 'xfburn-lang' 'xfce' 'xfce4-appfinder' 'xfce4-appfinder-lang' 'xfce4-battery-plugin' 'xfce4-battery-plugin-lang' 'xfce4-calculator-plugin' 'xfce4-calculator-plugin-lang' 'xfce4-clipman-plugin' 'xfce4-clipman-plugin-lang' 'xfce4-cpufreq-plugin' 'xfce4-cpufreq-plugin-lang' 'xfce4-cpugraph-plugin' 'xfce4-cpugraph-plugin-lang' 'xfce4-datetime-plugin' 'xfce4-datetime-plugin-lang' 'xfce4-dev-tools' 'xfce4-dict' 'xfce4-dict-lang' 'xfce4-diskperf-plugin' 'xfce4-diskperf-plugin-lang' 'xfce4-eyes-plugin' 'xfce4-eyes-plugin-lang' 'xfce4-fsguard-plugin' 'xfce4-fsguard-plugin-lang' 'xfce4-genmon-plugin' 'xfce4-genmon-plugin-lang' 'xfce4-mailwatch-plugin' 'xfce4-mailwatch-plugin-lang' 'xfce4-mixer' 'xfce4-mixer-lang' 'xfce4-mixer-plugin' 'xfce4-mount-plugin' 'xfce4-mount-plugin-lang' 'xfce4-mpc-plugin' 'xfce4-mpc-plugin-lang' 'xfce4-multiload-nandhp-plugin' 'xfce4-netload-plugin' 'xfce4-netload-plugin-lang' 'xfce4-netspeed-plugin' 'xfce4-notes-plugin' 'xfce4-notes-plugin-lang' 'xfce4-notifyd' 'xfce4-notifyd-branding-openSUSE' 'xfce4-notifyd-branding-upstream' 'xfce4-notifyd-lang' 'xfce4-notifyd-theme-adapta' 'xfce4-notifyd-theme-plata' 'xfce4-panel' 'xfce4-panel-branding-openSUSE' 'xfce4-panel-branding-upstream' 'xfce4-panel-devel' 'xfce4-panel-lang' 'xfce4-panel-plugin-appmenu' 'xfce4-panel-plugin-dict' 'xfce4-panel-plugin-sntray' 'xfce4-panel-profiles' 'xfce4-panel-restore-defaults' 'xfce4-places-plugin' 'xfce4-places-plugin-lang' 'xfce4-power-manager' 'xfce4-power-manager-branding-openSUSE' 'xfce4-power-manager-branding-upstream' 'xfce4-power-manager-lang' 'xfce4-power-manager-plugin' 'xfce4-pulseaudio-plugin' 'xfce4-pulseaudio-plugin-lang' 'xfce4-screensaver' 'xfce4-screenshooter' 'xfce4-screenshooter-lang' 'xfce4-screenshooter-plugin' 'xfce4-sensors-plugin' 'xfce4-sensors-plugin-devel' 'xfce4-sensors-plugin-lang' 'xfce4-session' 'xfce4-session-branding-openSUSE' 'xfce4-session-branding-upstream' 'xfce4-session-lang' 'xfce4-settings' 'xfce4-settings-branding-openSUSE' 'xfce4-settings-branding-upstream' 'xfce4-settings-lang' 'xfce4-smartbookmark-plugin' 'xfce4-smartbookmark-plugin-lang' 'xfce4-statusnotifier-plugin' 'xfce4-statusnotifier-plugin-lang' 'xfce4-stopwatch-plugin' 'xfce4-stopwatch-plugin-lang' 'xfce4-systemload-plugin' 'xfce4-systemload-plugin-lang' 'xfce4-taskmanager' 'xfce4-taskmanager-lang' 'xfce4-terminal' 'xfce4-terminal-lang' 'xfce4-time-out-plugin' 'xfce4-time-out-plugin-lang' 'xfce4-timer-plugin' 'xfce4-timer-plugin-lang' 'xfce4-vala' 'xfce4-verve-plugin' 'xfce4-verve-plugin-lang' 'xfce4-wavelan-plugin' 'xfce4-wavelan-plugin-lang' 'xfce4-weather-plugin' 'xfce4-weather-plugin-lang' 'xfce4-whiskermenu-plugin' 'xfce4-whiskermenu-plugin-lang' 'xfce4-xkb-plugin' 'xfce4-xkb-plugin-lang' 'xfconf' 'xfconf-lang' 'xfd' 'xfdashboard' 'xfdashboard-devel' 'xfdashboard-lang' 'xfdashboard-themes' 'xfdesktop' 'xfdesktop-branding-openSUSE' 'xfdesktop-branding-upstream' 'xfdesktop-lang' 'xfig' 'xfishtank' 'xfmpc' 'xfmpc-lang' 'xfontsel' 'xfs' 'xfsdump' 'xfsinfo' 'xfsprogs' 'xfsprogs-devel' 'xfsprogs-scrub' 'xfwm4' 'xfwm4-branding-openSUSE' 'xfwm4-branding-upstream' 'xfwm4-lang' 'xfwm4-theme-adapta' 'xfwm4-theme-plata' 'xfwpcnm' 'xfwpcnm' 'xfwpcnm-debuginfo' 'xfwpcnm-debugsource' 'xgalaga++' 'xgalaga-sdl' 'xgamma' 'xgboost' 'xgboost-javadoc' 'xgboost-predictor' 'xgboost-predictor-javadoc' 'xgc' 'xgrabsc' 'xhfsutil' 'xhost' 'xhtml-dtd' 'xiccd' 'xindy' 'xindy-doc' 'xindy-rules' 'xine-browser-plugin' 'xine-browser-plugin' 'xine-browser-plugin-debuginfo' 'xine-browser-plugin-debugsource' 'xine-lib' 'xine-lib-debugsource' 'xine-skins' 'xine-skins' 'xine-ui' 'xine-ui' 'xine-ui-32bit' 'xine-ui-32bit-debuginfo' 'xine-ui-debuginfo' 'xine-ui-debugsource' 'xinetd' 'xinit' 'xinput' 'xiphos' 'xiphos-lang' 'xiterm' 'xjadeo' 'xkbcomp' 'xkbcomp-devel' 'xkbevd' 'xkbprint' 'xkbutils' 'xkeyboard-config' 'xkeyboard-config-lang' 'xkeycaps' 'xkill' 'xl2tpd' 'xlatencytop' 'xless' 'xli' 'xload' 'xlockmore' 'xlogin' 'xlogo' 'xls2csv' 'xlsatoms' 'xlsclients' 'xlsfonts' 'xmag' 'xmahjongg' 'xman' 'xmanja' 'xmessage' 'xmgrace' 'xmgrace-devel' 'xmh' 'xmined' 'xml-commons-apis' 'xml-commons-apis-javadoc' 'xml-commons-apis-manual' 'xml-commons-resolver' 'xml-commons-resolver-javadoc' 'xml-im-exporter' 'xml-im-exporter-javadoc' 'xml-maven-plugin' 'xml-maven-plugin-javadoc' 'xml-security-c-bin' 'xml2po' 'xml2po-devel' 'xmlb-tool' 'xmlbeans' 'xmlbeans-mini' 'xmlbeans-scripts' 'xmlbird-devel' 'xmlcharent' 'xmldb-api' 'xmldb-api-javadoc' 'xmldb-api-sdk' 'xmldb-common' 'xmlformat' 'xmlgraphics-batik' 'xmlgraphics-batik-css' 'xmlgraphics-batik-demo' 'xmlgraphics-batik-javadoc' 'xmlgraphics-batik-rasterizer' 'xmlgraphics-batik-slideshow' 'xmlgraphics-batik-squiggle' 'xmlgraphics-batik-svgpp' 'xmlgraphics-batik-ttf2svg' 'xmlgraphics-commons' 'xmlgraphics-commons-javadoc' 'xmlgraphics-fop' 'xmlrpc-c-devel' 'xmlsec1' 'xmlsec1-devel' 'xmlsec1-gcrypt-devel' 'xmlsec1-gnutls-devel' 'xmlsec1-nss-devel' 'xmlsec1-openssl-devel' 'xmlstarlet' 'xmlstreambuffer' 'xmlstreambuffer-javadoc' 'xmlto' 'xmltoman' 'xmltooling-schemas' 'xmltv' 'xmltv' 'xmltv-grabbers' 'xmlunit' 'xmlunit-javadoc' 'xmobar' 'xmodmap' 'xmonad' 'xmoontool' 'xmore' 'xmorph' 'xmorph-devel' 'xmoto' 'xmoto-data' 'xmp' 'xmvn' 'xmvn-api' 'xmvn-bisect' 'xmvn-connector-aether' 'xmvn-connector-aether-javadoc' 'xmvn-connector-gradle' 'xmvn-connector-gradle-javadoc' 'xmvn-connector-ivy' 'xmvn-connector-ivy-javadoc' 'xmvn-core' 'xmvn-install' 'xmvn-minimal' 'xmvn-mojo' 'xmvn-mojo-javadoc' 'xmvn-parent' 'xmvn-resolve' 'xmvn-subst' 'xmvn-tools-javadoc' 'xob' 'xom' 'xonotic' 'xonotic-data' 'xonotic-server' 'xonsh' 'xonsh-doc' 'xorg-cf-files' 'xorg-docs' 'xorg-scripts' 'xorg-sgml-doctools' 'xorg-x11' 'xorg-x11-Xvnc' 'xorg-x11-Xvnc-java' 'xorg-x11-Xvnc-module' 'xorg-x11-Xvnc-novnc' 'xorg-x11-devel' 'xorg-x11-driver-input' 'xorg-x11-driver-video' 'xorg-x11-essentials' 'xorg-x11-fonts' 'xorg-x11-fonts-core' 'xorg-x11-libX11-ccache' 'xorg-x11-libs' 'xorg-x11-server' 'xorg-x11-server-Xspice' 'xorg-x11-server-Xvfb' 'xorg-x11-server-extra' 'xorg-x11-server-sdk' 'xorg-x11-server-source' 'xorg-x11-server-wayland' 'xorg-x11-util-devel' 'xorgproto-devel' 'xorgxrdp' 'xorriso' 'xorriso-tcltk' 'xortool' 'xosd' 'xosd-devel' 'xosview' 'xournal' 'xournalpp' 'xournalpp-lang' 'xpaint' 'xpaint' 'xpaint-debuginfo' 'xpaint-debugsource' 'xpaint-devel' 'xpenguins' 'xpinguin' 'xplanet' 'xplatproviders' 'xplayer' 'xplayer-devel' 'xplayer-lang' 'xplayer-plparser' 'xplayer-plparser-devel' 'xplayer-plparser-lang' 'xplayer-plugin-zeitgeist' 'xplayer-plugins' 'xplsprinters' 'xpp2' 'xpp2-demo' 'xpp2-javadoc' 'xpp2-manual' 'xpp3' 'xpp3-javadoc' 'xpp3-minimal' 'xpr' 'xpra' 'xpra-html5' 'xprehashprinterlist' 'xprintidle' 'xprompt' 'xprop' 'xquarto' 'xrandr' 'xrdb' 'xrdp' 'xrdp-devel' 'xreader' 'xreader-devel' 'xreader-lang' 'xreader-plugin-epubdocument' 'xreader-plugin-pdfdocument' 'xreader-plugin-psdocument' 'xreader-plugin-tiffdocument' 'xreader-plugin-xpsdocument' 'xrefresh' 'xrestop' 'xroach' 'xrootd-cl' 'xrootd-cl-devel' 'xrootd-client' 'xrootd-client-devel' 'xrootd-fuse' 'xrootd-libs' 'xrootd-libs-devel' 'xrootd-private-devel' 'xrootd-server' 'xrootd-server-devel' 'xsane' 'xscope' 'xscreensaver' 'xscreensaver-data' 'xscreensaver-data-extra' 'xscreensaver-lang' 'xsd' 'xsd-doc' 'xsel' 'xselection' 'xsession' 'xset' 'xsetmode' 'xsetpointer' 'xsetroot' 'xsettingsd' 'xslide' 'xsm' 'xsom' 'xsom-javadoc' 'xsp' 'xstdcmap' 'xstereograph' 'xstream' 'xstream-benchmark' 'xstream-javadoc' 'xstream-parent' 'xstroke' 'xsynth-dssi' 'xsys' 'xsys' 'xsys-debuginfo' 'xsys-debugsource' 'xt7-player-mpv' 'xt7-player-mpv' 'xtables-addons' 'xtables-addons-kmp-default' 'xtables-addons-kmp-pae' 'xtables-geoip' 'xtables-plugins' 'xteddy' 'xterm' 'xterm-bin' 'xterm-console' 'xtermset' 'xtexit' 'xtrans' 'xtrx-tools' 'xtrx-usb-udev' 'xtrx_lms7002m-devel' 'xtrxdsp-tests' 'xtrxll-tools' 'xv' 'xvfb-run' 'xvid4conf' 'xvid4conf' 'xvid4conf-debuginfo' 'xvid4conf-debugsource' 'xvidcap' 'xvidcap' 'xvidcap-debuginfo' 'xvidcap-debugsource' 'xvidcore' 'xvidcore' 'xvidcore-debugsource' 'xvidenc' 'xvidenc' 'xvidtune' 'xviewer' 'xviewer-devel' 'xviewer-lang' 'xviewer-plugin-exif-display' 'xviewer-plugin-export-to-folder' 'xviewer-plugin-fit-to-width' 'xviewer-plugin-light-theme' 'xviewer-plugin-map' 'xviewer-plugin-postasa' 'xviewer-plugin-pythonconsole' 'xviewer-plugin-send-by-mail' 'xviewer-plugin-slideshowshuffle' 'xviewer-plugins' 'xviewer-plugins-data' 'xviewer-plugins-lang' 'xvinfo' 'xvkbd' 'xwd' 'xwininfo' 'xwmfs' 'xwud' 'xxhash' 'xxhash-devel' 'xxkb' 'xyconv' 'xyconvert' 'xylib-devel' 'xyscan' 'xyscan-doc' 'xz' 'xz-devel' 'xz-devel-32bit' 'xz-java' 'xz-java-javadoc' 'xz-lang' 'xz-static-devel' 'xzgv' 'yad' 'yad' 'yad-debuginfo' 'yad-debugsource' 'yafc' 'yaics' 'yajl' 'yakuake' 'yakuake-lang' 'yamagi-quake2' 'yamagi-quake2-ctf' 'yamdi' 'yamdi' 'yamdi-debuginfo' 'yamdi-debugsource' 'yaml-cpp-devel' 'yang-tools' 'yank' 'yara' 'yara-doc' 'yarock' 'yarock' 'yarock-debuginfo' 'yarock-debugsource' 'yarock-lang' 'yarock-mpv' 'yarock-mpv-debuginfo' 'yarock-phonon' 'yarock-phonon-debuginfo' 'yarock-vlc' 'yarock-vlc-debuginfo' 'yaru-icon-theme' 'yasm' 'yasm-devel' 'yast2' 'yast2-adcommon-python' 'yast2-add-on' 'yast2-adsi' 'yast2-aduc' 'yast2-alternatives' 'yast2-apparmor' 'yast2-audit-laf' 'yast2-auth-client' 'yast2-auth-server' 'yast2-boot-server' 'yast2-bootloader' 'yast2-buildtools' 'yast2-caasp' 'yast2-cluster' 'yast2-configuration-management' 'yast2-control-center' 'yast2-control-center-qt' 'yast2-core' 'yast2-core-devel' 'yast2-country' 'yast2-country-data' 'yast2-devtools' 'yast2-dhcp-server' 'yast2-dns-manager' 'yast2-dns-server' 'yast2-docker' 'yast2-drbd' 'yast2-fcoe-client' 'yast2-firewall' 'yast2-firstboot' 'yast2-firstboot-wsl' 'yast2-fonts' 'yast2-ftp-server' 'yast2-geo-cluster' 'yast2-gpmc' 'yast2-hardware-detection' 'yast2-http-server' 'yast2-installation' 'yast2-installation-control' 'yast2-instserver' 'yast2-iplb' 'yast2-iscsi-client' 'yast2-iscsi-lio-server' 'yast2-isns' 'yast2-journal' 'yast2-kdump' 'yast2-ldap' 'yast2-logs' 'yast2-mail' 'yast2-metapackage-handler' 'yast2-multipath' 'yast2-network' 'yast2-nfs-client' 'yast2-nfs-common' 'yast2-nfs-server' 'yast2-nis-client' 'yast2-nis-server' 'yast2-ntp-client' 'yast2-online-update' 'yast2-online-update-configuration' 'yast2-online-update-frontend' 'yast2-packager' 'yast2-pam' 'yast2-perl-bindings' 'yast2-pkg-bindings' 'yast2-pkg-bindings-devel-doc' 'yast2-printer' 'yast2-proxy' 'yast2-python3-bindings' 'yast2-qt-branding-openSUSE' 'yast2-rdp' 'yast2-rear' 'yast2-rmt' 'yast2-ruby-bindings' 'yast2-samba-client' 'yast2-samba-provision' 'yast2-samba-server' 'yast2-scanner' 'yast2-schema' 'yast2-security' 'yast2-services-manager' 'yast2-slp' 'yast2-slp-server' 'yast2-snapper' 'yast2-sound' 'yast2-squid' 'yast2-storage-ng' 'yast2-sudo' 'yast2-support' 'yast2-sysconfig' 'yast2-testsuite' 'yast2-tftp-server' 'yast2-theme' 'yast2-theme-breeze' 'yast2-theme-oxygen' 'yast2-trans' 'yast2-trans-af' 'yast2-trans-allpacks' 'yast2-trans-ar' 'yast2-trans-ast' 'yast2-trans-bg' 'yast2-trans-bn' 'yast2-trans-bs' 'yast2-trans-ca' 'yast2-trans-cs' 'yast2-trans-cy' 'yast2-trans-da' 'yast2-trans-de' 'yast2-trans-el' 'yast2-trans-en' 'yast2-trans-en_GB' 'yast2-trans-en_US' 'yast2-trans-eo' 'yast2-trans-es' 'yast2-trans-es_AR' 'yast2-trans-et' 'yast2-trans-eu' 'yast2-trans-fa' 'yast2-trans-fi' 'yast2-trans-fr' 'yast2-trans-gl' 'yast2-trans-gu' 'yast2-trans-he' 'yast2-trans-hi' 'yast2-trans-hr' 'yast2-trans-hu' 'yast2-trans-id' 'yast2-trans-it' 'yast2-trans-ja' 'yast2-trans-jv' 'yast2-trans-ka' 'yast2-trans-kab' 'yast2-trans-km' 'yast2-trans-kn' 'yast2-trans-ko' 'yast2-trans-ku' 'yast2-trans-lo' 'yast2-trans-lt' 'yast2-trans-lv' 'yast2-trans-mk' 'yast2-trans-mr' 'yast2-trans-nb' 'yast2-trans-nds' 'yast2-trans-ne' 'yast2-trans-nl' 'yast2-trans-nn' 'yast2-trans-pa' 'yast2-trans-pl' 'yast2-trans-ps' 'yast2-trans-pt' 'yast2-trans-pt_BR' 'yast2-trans-ro' 'yast2-trans-ru' 'yast2-trans-si' 'yast2-trans-sk' 'yast2-trans-sl' 'yast2-trans-sq' 'yast2-trans-sr' 'yast2-trans-sr-latin' 'yast2-trans-stats' 'yast2-trans-sv' 'yast2-trans-sw' 'yast2-trans-ta' 'yast2-trans-tg' 'yast2-trans-th' 'yast2-trans-tr' 'yast2-trans-uk' 'yast2-trans-vi' 'yast2-trans-wa' 'yast2-trans-xh' 'yast2-trans-zh_CN' 'yast2-trans-zh_TW' 'yast2-trans-zu' 'yast2-transfer' 'yast2-tune' 'yast2-update' 'yast2-update-FACTORY' 'yast2-usbauth' 'yast2-users' 'yast2-vm' 'yast2-vpn' 'yast2-x11' 'yast2-xml' 'yast2-ycp-ui-bindings' 'yast2-ycp-ui-bindings-devel' 'yast2_basis' 'yate' 'yate' 'yate-bts' 'yate-debuginfo' 'yate-debugsource' 'yate-devel' 'yate-scripts' 'yate-with-amrnb' 'yaz' 'yaz-doc' 'yder-devel' 'yecht' 'yecht-javadoc' 'yelp' 'yelp-devel' 'yelp-lang' 'yelp-tools' 'yelp-xsl' 'yishu' 'yishu-lang' 'ykclient' 'ykpers' 'yodl' 'yomi-formula' 'you-get' 'you-get-bash-completion' 'you-get-fish-completion' 'you-get-zsh-completion' 'youtube-dl' 'youtube-dl' 'youtube-dl-bash-completion' 'youtube-dl-fish-completion' 'youtube-dl-gui' 'youtube-dl-gui-lang' 'youtube-dl-zsh-completion' 'yp-tools' 'ypbind' 'ypserv' 'yubico-piv-tool' 'yubikey-manager' 'yubikey-manager-qt' 'yubioath-desktop' 'yudit' 'yum' 'yum-utils' 'z' 'z3' 'z3-devel' 'zabbix-agent' 'zabbix-java-gateway' 'zabbix-phpfrontend' 'zabbix-proxy' 'zabbix-proxy-mysql' 'zabbix-proxy-postgresql' 'zabbix-proxy-sqlite' 'zabbix-server' 'zabbix-server-mysql' 'zabbix-server-postgresql' 'zam-plugins-jack' 'zam-plugins-vst' 'zanshin' 'zanshin' 'zanshin-debuginfo' 'zanshin-debugsource' 'zanshin-lang' 'zathura' 'zathura-bash-completion' 'zathura-devel' 'zathura-fish-completion' 'zathura-lang' 'zathura-plugin-cb' 'zathura-plugin-djvu' 'zathura-plugin-pdf-mupdf' 'zathura-plugin-pdf-poppler' 'zathura-plugin-ps' 'zathura-zsh-completion' 'zaz' 'zbar' 'zbuild' 'zbuild' 'zchunk' 'zd1211-firmware' 'zdbsp' 'zdoom' 'zdoom' 'zdoom-debugsource' 'zeal' 'zeitgeist' 'zeitgeist-devel' 'zelda-roth-se' 'zelda-roth-se' 'zelda-xd2-mercuris-chess' 'zelda-xd2-mercuris-chess' 'zenity' 'zenity-lang' 'zerobranestudio' 'zerofree' 'zeromq-devel' 'zeromq-tools' 'zfs' 'zfs' 'zfs-devel' 'zfs-kmp-default' 'zfs-sudo' 'zhu3d' 'zile' 'zile-doc' 'zim' 'zim-lang' 'zimg-devel' 'zinc' 'zinnia' 'zinnia-devel' 'zinnia-tomoe' 'zip' 'zipkin-api-source' 'zipkin-cpp-opentracing-devel' 'zipkin-cpp-opentracing-devel-static' 'zisofs-tools' 'zita-convolver-devel' 'zlib-devel' 'zlib-devel-32bit' 'zlib-devel-static' 'zlib-devel-static-32bit' 'zlibrary-data' 'zlibrary-devel' 'zlibrary0_99' 'zn_poly-devel' 'znc' 'znc-devel' 'znc-lang' 'znc-perl' 'znc-python3' 'znc-tcl' 'zod' 'zod' 'zod-data' 'zod-debuginfo' 'zod-debugsource' 'zonefs-tools' 'zoo' 'zopfli' 'zp' 'zpaq' 'zramcfg' 'zsdx' 'zsdx' 'zsh' 'zsh-htmldoc' 'zstd' 'zsync' 'zutils' 'zvbi' 'zvbi-devel' 'zvbi-devel-32bit' 'zvbi-lang' 'zxing-cpp-devel' 'zynaddsubfx' 'zynaddsubfx-common' 'zynaddsubfx-dssi' 'zynaddsubfx-lv2' 'zynaddsubfx-vst' 'zypper' 'zypper-aptitude' 'zypper-docker' 'zypper-lifecycle-plugin' 'zypper-log' 'zypper-migration-plugin' 'zypper-needs-restarting' 'zziplib-devel' 'zziplib-devel-32bit'
+'2048-cli' '2ManDVD' '2ManDVD' '2ManDVD-debuginfo' '2ManDVD-debugsource' '2ping' '32bit' '389-ds' '389-ds-devel' '389-ds-snmp' '3dsconv' '3dsconv' '3gpwiz' '3gpwiz' '3omns' '4pane' '4pane-lang' '4store' '4ti2' '4ti2-devel' '6tunnel' '7kaa' '7kaa-music' 'ASL' 'ASL-devel' 'ASL-doc' 'AdobeICCProfiles' 'AppCSXCAD' 'AppStream' 'AppStream-devel' 'AppStream-doc' 'AppStream-lang' 'AtomicParsley' 'AtomicParsley' 'AtomicParsley-debuginfo' 'AtomicParsley-debugsource' 'AusweisApp2' 'Bear' 'BitTorrent' 'BitTorrent' 'BitTorrent-curses' 'BitTorrent-gtk' 'Botan' 'Botan-doc' 'Box2D-doc' 'CSXCAD-devel' 'CSXCAD-matlab' 'CastXML-devel' 'Catch2-devel' 'CharLS-devel' 'Coin-devel' 'ColPack-devel' 'ColPack-devel-32bit' 'ColorFull-devel' 'ComputeLibrary' 'ComputeLibrary-devel' 'ComputeLibrary-sample-data' 'CoreFreq' 'CoreFreq-kmp-default' 'CorsixTH' 'Crystalcursors' 'DVDStyler' 'DVDStyler-lang' 'DeepLearningToga-1.5.21a' 'DeepLearningToga-1.5.21a' 'DeepLearningToga-1.5.21a-debuginfo' 'DeepLearningToga-1.5.21a-debugsource' 'DevIL-devel' 'DivFix++' 'DivFix++' 'ETL' 'ETL-debugsource' 'ETL-devel' 'EternalTerminal' 'FAudio-devel' 'FAudio-devel-32bit' 'FastCGI' 'FastCGI-devel' 'Field3D' 'Field3D' 'Field3D-debuginfo' 'Field3D-debugsource' 'Field3D-devel' 'FirmwareUpdateKit' 'FlightGear' 'FlightGear-data' 'FlightGear-docs' 'Fragments' 'Fragments-lang' 'FreeCAD' 'FreeFileSync' 'GeneralUser' 'GeneralUser' 'GraphicsMagick' 'GraphicsMagick-devel' 'HSAIL-Tools' 'HepMC-devel' 'HepMC-doc' 'HepMC2-devel' 'Herwig-devel' 'Herwig-libs' 'IccXML' 'ImageMagick' 'ImageMagick-config-7-SUSE' 'ImageMagick-config-7-upstream' 'ImageMagick-devel' 'ImageMagick-devel-32bit' 'ImageMagick-doc' 'ImageMagick-extra' 'Ipopt-devel' 'Ipopt-java' 'J7Z' 'J7Z-kf5' 'Jamulus' 'KEALib-devel' 'LHAPDF-devel' 'LHAPDF-doc' 'LiE' 'LiE-doc' 'LiVES' 'LiVES' 'LiVES-debuginfo' 'LiVES-debugsource' 'LiVES-lang' 'LibVNCServer-devel' 'Lunchbox' 'Lunchbox-debugsource' 'Lunchbox-devel' 'Lunchbox-doc' 'MLDonkey' 'MLDonkey' 'MLDonkey-debuginfo' 'MLDonkey-debugsource' 'MLDonkey-gui' 'MLDonkey-gui-debuginfo' 'MP4Tools' 'MP4Tools' 'MP4Tools-debuginfo' 'MP4Tools-debugsource' 'MP4Tools-lang' 'MPlayer' 'MPlayer' 'MPlayer-debuginfo' 'MPlayer-debugsource' 'MPlayer-doc' 'Mesa' 'Mesa-32bit' 'Mesa-KHR-devel' 'Mesa-demo' 'Mesa-demo-x' 'Mesa-devel' 'Mesa-dri' 'Mesa-dri-32bit' 'Mesa-dri-devel' 'Mesa-dri-nouveau' 'Mesa-dri-nouveau-32bit' 'Mesa-gallium' 'Mesa-gallium-32bit' 'Mesa-libEGL-devel' 'Mesa-libEGL-devel-32bit' 'Mesa-libEGL1' 'Mesa-libEGL1-32bit' 'Mesa-libGL-devel' 'Mesa-libGL-devel-32bit' 'Mesa-libGL1' 'Mesa-libGL1-32bit' 'Mesa-libGLESv1_CM-devel' 'Mesa-libGLESv1_CM-devel-32bit' 'Mesa-libGLESv2-devel' 'Mesa-libGLESv2-devel-32bit' 'Mesa-libGLESv3-devel' 'Mesa-libOpenCL' 'Mesa-libVulkan-devel' 'Mesa-libd3d' 'Mesa-libd3d-32bit' 'Mesa-libd3d-devel' 'Mesa-libd3d-devel-32bit' 'Mesa-libglapi-devel' 'Mesa-libglapi-devel-32bit' 'Mesa-libglapi0' 'Mesa-libglapi0-32bit' 'Mesa-libva' 'Mesa-vulkan-device-select' 'Mesa-vulkan-device-select-32bit' 'Mesa-vulkan-overlay' 'Mesa-vulkan-overlay-32bit' 'MicroOS' 'MicroOS-release' 'MicroOS-release-appliance' 'MicroOS-release-appliance-kubic' 'MicroOS-release-dvd' 'MicroOS-release-kubic-dvd' 'ModemManager' 'ModemManager-bash-completion' 'ModemManager-devel' 'ModemManager-lang' 'Modules' 'Modules-doc' 'MozillaFirefox' 'MozillaFirefox-branding-openSUSE' 'MozillaFirefox-branding-upstream' 'MozillaFirefox-buildsymbols' 'MozillaFirefox-devel' 'MozillaFirefox-translations-common' 'MozillaFirefox-translations-other' 'MozillaThunderbird' 'MozillaThunderbird-translations-common' 'MozillaThunderbird-translations-other' 'MultiMarkdown-6' 'MyGUI' 'MyGUI-demo' 'MyGUI-devel' 'MyGUI-devel-doc' 'NetworkManager' 'NetworkManager-applet' 'NetworkManager-applet-lang' 'NetworkManager-branding-openSUSE' 'NetworkManager-branding-upstream' 'NetworkManager-connection-editor' 'NetworkManager-devel' 'NetworkManager-devel-32bit' 'NetworkManager-fortisslvpn' 'NetworkManager-fortisslvpn-gnome' 'NetworkManager-fortisslvpn-lang' 'NetworkManager-iodine' 'NetworkManager-iodine-gnome' 'NetworkManager-iodine-lang' 'NetworkManager-l2tp' 'NetworkManager-l2tp-gnome' 'NetworkManager-l2tp-lang' 'NetworkManager-lang' 'NetworkManager-libreswan' 'NetworkManager-libreswan-gnome' 'NetworkManager-libreswan-lang' 'NetworkManager-openconnect' 'NetworkManager-openconnect-gnome' 'NetworkManager-openconnect-lang' 'NetworkManager-openvpn' 'NetworkManager-openvpn-gnome' 'NetworkManager-openvpn-lang' 'NetworkManager-pptp' 'NetworkManager-pptp-gnome' 'NetworkManager-pptp-lang' 'NetworkManager-strongswan' 'NetworkManager-strongswan-gnome' 'NetworkManager-strongswan-lang' 'NetworkManager-vpnc' 'NetworkManager-vpnc-gnome' 'NetworkManager-vpnc-lang' 'OOKiedokie' 'OpenCSD' 'OpenCSD-devel' 'OpenCSD-doc' 'OpenColorIO' 'OpenColorIO-devel' 'OpenColorIO-doc' 'OpenIPMI' 'OpenIPMI-devel' 'OpenIPMI-python' 'OpenImageDenoise' 'OpenImageDenoise-devel' 'OpenImageIO' 'OpenImageIO-devel' 'OpenImageIO-plugin-osl' 'OpenLP' 'OpenMoji-Black' 'OpenMoji-Color' 'OpenOctaveMidi' 'OpenOctaveMidi' 'OpenOctaveMidi-debuginfo' 'OpenOctaveMidi-lang' 'OpenOctaveMidi-unstable' 'OpenOctaveMidi-unstable' 'OpenOctaveMidi-unstable-debuginfo' 'OpenOctaveMidi-unstable-debugsource' 'OpenOctaveMidi-unstable-lang' 'OpenPrintingPPDs' 'OpenPrintingPPDs-ghostscript' 'OpenPrintingPPDs-hpijs' 'OpenPrintingPPDs-postscript' 'OpenSceneGraph' 'OpenSceneGraph-examples' 'OpenSceneGraph-plugins' 'OpenSceneGraph34' 'OpenSceneGraph34-examples' 'OpenSceneGraph34-plugins' 'OpenShadingLanguage' 'OpenShadingLanguage-MaterialX-shaders-source' 'OpenShadingLanguage-common-headers' 'OpenShadingLanguage-devel' 'OpenShadingLanguage-doc' 'OpenShadingLanguage-example-shaders-source' 'OpenSubdiv-devel' 'PackageKit' 'PackageKit-Qt-devel' 'PackageKit-backend-dnf' 'PackageKit-backend-zypp' 'PackageKit-branding-openSUSE' 'PackageKit-branding-upstream' 'PackageKit-devel' 'PackageKit-gstreamer-plugin' 'PackageKit-gtk3-module' 'PackageKit-lang' 'PgTcl' 'Photini' 'Play' 'PlayOnLinux' 'Printrun' 'Printrun-common' 'PrusaSlicer' 'PythonQt-devel' 'QCSXCAD-devel' 'QGnomePlatform' 'QGnomePlatform-32bit' 'QMPlay2' 'QMPlay2-devel' 'QR-Code-generator-devel' 'QTalarm' 'QtAV' 'QtAV' 'QtAV-debuginfo' 'QtAV-debugsource' 'QtAV-devel' 'QtAV-players' 'QtAV-players-debuginfo' 'QtAV-qml' 'QtAV-qml-debuginfo' 'QtDMM' 'QtPass' 'R-KernSmooth' 'R-MASS' 'R-Matrix' 'R-Matrix-devel' 'R-base' 'R-base-devel' 'R-boot' 'R-class' 'R-cluster' 'R-codetools' 'R-compiler' 'R-core' 'R-core-devel' 'R-core-doc' 'R-core-libs' 'R-core-packages' 'R-datasets' 'R-foreign' 'R-grDevices' 'R-graphics' 'R-grid' 'R-lattice' 'R-methods' 'R-mgcv' 'R-nlme' 'R-nnet' 'R-parallel' 'R-recommended-packages' 'R-rpart' 'R-spatial' 'R-splines' 'R-stats' 'R-stats4' 'R-survival' 'R-tcltk' 'R-tools' 'R-utils' 'RBTools' 'Reaction' 'Reaction-data' 'RealtimeSync' 'Regina-REXX' 'Regina-REXX-devel' 'Regina-REXX-doc' 'RemoteBox' 'RigelEngine' 'Rivet-devel' 'Rivet-plugins' 'RobboLito0085' 'RobboLito0085' 'RobboLito0085-debuginfo' 'RobboLito0085-debugsource' 'SHERPA-MC-devel' 'SUSEConnect' 'SampleICC' 'ServiceReport' 'ShellCheck' 'SimGear-devel' 'SoQt-devel' 'SoQt-doc' 'Srain' 'Srain-lang' 'THE' 'THE-doc' 'ThePEG-devel' 'ThePEG-libs' 'UEFITool' 'VFlib3' 'VFlib3-devel' 'Vc-devel' 'Vc-devel-doc' 'Vc-devel-static' 'ViTables' 'VirtualGL' 'VirtualGL-32bit' 'VirtualGL-devel' 'WSL-DistroLauncher' 'WSL-DistroLauncher-debug' 'WindowMaker' 'WindowMaker-devel' 'WindowMaker-themes' 'WoeUSB' 'XyGrib' 'YODA-devel' 'a2jmidid' 'a2jmidid' 'a2jmidid-debuginfo' 'a2jmidid-debugsource' 'a2ps' 'a2ps-devel' 'a2ps-h' 'a52dec' 'aMule' 'aMule' 'aMule-debuginfo' 'aMule-debugsource' 'aaa_base' 'aaa_base-extras' 'aaa_base-malloccheck' 'aaa_base-wsl' 'aacsupdater' 'aacsupdater' 'aacsupdater-debuginfo' 'aacsupdater-debugsource' 'aalib' 'aalib-devel' 'aalib-devel-32bit' 'abcde' 'abcm2ps' 'abi-compliance-checker' 'abi-dumper' 'abi-monitor' 'abi-tracker' 'abiword' 'abiword-docs' 'abook' 'abook-lang' 'abootimg' 'abseil-cpp-source' 'abxtest' 'acars-examples' 'acars2-examples' 'acarsdec' 'accel-config' 'accel-config-devel' 'accerciser' 'accerciser-lang' 'accerciser-plugin-IPython' 'accounts-qml-module' 'accounts-qml-module-doc' 'accountsservice' 'accountsservice-devel' 'accountsservice-lang' 'acct' 'acetoneiso2' 'acetoneiso2' 'acetoneiso2-debuginfo' 'acetoneiso2-debugsource' 'ack' 'acl' 'acpi' 'acpica' 'acpid' 'actkbd' 'adaptec-firmware' 'adaptx' 'adaptx-doc' 'adaptx-javadoc' 'adcli' 'adcli-doc' 'addrwatch' 'ade-devel' 'adinatha-fonts' 'adios-gnu-mpich-hpc' 'adios-gnu-mpich-hpc-devel' 'adios-gnu-mpich-hpc-devel-static' 'adios-gnu-mvapich2-hpc' 'adios-gnu-mvapich2-hpc-devel' 'adios-gnu-mvapich2-hpc-devel-static' 'adios-gnu-openmpi1-hpc' 'adios-gnu-openmpi1-hpc-devel' 'adios-gnu-openmpi1-hpc-devel-static' 'adios-gnu-openmpi2-hpc' 'adios-gnu-openmpi2-hpc-devel' 'adios-gnu-openmpi2-hpc-devel-static' 'adios-gnu-openmpi3-hpc' 'adios-gnu-openmpi3-hpc-devel' 'adios-gnu-openmpi3-hpc-devel-static' 'adios-openmpi1' 'adios-openmpi1-devel' 'adios-openmpi1-devel-static' 'adios-openmpi2' 'adios-openmpi2-devel' 'adios-openmpi2-devel-static' 'adios-openmpi3' 'adios-openmpi3-devel' 'adios-openmpi3-devel-static' 'adios_1_13_1-gnu-mpich-hpc' 'adios_1_13_1-gnu-mpich-hpc-devel' 'adios_1_13_1-gnu-mpich-hpc-devel-static' 'adios_1_13_1-gnu-mvapich2-hpc' 'adios_1_13_1-gnu-mvapich2-hpc-devel' 'adios_1_13_1-gnu-mvapich2-hpc-devel-static' 'adios_1_13_1-gnu-openmpi1-hpc' 'adios_1_13_1-gnu-openmpi1-hpc-devel' 'adios_1_13_1-gnu-openmpi1-hpc-devel-static' 'adios_1_13_1-gnu-openmpi2-hpc' 'adios_1_13_1-gnu-openmpi2-hpc-devel' 'adios_1_13_1-gnu-openmpi2-hpc-devel-static' 'adios_1_13_1-gnu-openmpi3-hpc' 'adios_1_13_1-gnu-openmpi3-hpc-devel' 'adios_1_13_1-gnu-openmpi3-hpc-devel-static' 'adjtimex' 'adlmidi' 'adlmidi-tools' 'adminer' 'adminer-designs' 'adminer-editor' 'adminer-firebird' 'adminer-mysql' 'adminer-pgsql' 'adminer-sqlite' 'adms' 'adms-devel' 'adns' 'adobe-sourcecodepro-fonts' 'adobe-sourcehansans-cn-fonts' 'adobe-sourcehansans-hk-fonts' 'adobe-sourcehansans-jp-fonts' 'adobe-sourcehansans-kr-fonts' 'adobe-sourcehansans-tw-fonts' 'adobe-sourcehanserif-cn-fonts' 'adobe-sourcehanserif-jp-fonts' 'adobe-sourcehanserif-kr-fonts' 'adobe-sourcehanserif-tw-fonts' 'adobe-sourcesanspro-fonts' 'adobe-sourceserifpro-fonts' 'adolc-devel' 'adolc-devel-32bit' 'adolc-doc' 'adriconf' 'adriconf-lang' 'ads' 'adwaita-icon-theme' 'adwaita-qt5' 'aegisub' 'aelfred' 'aelfred-javadoc' 'aer-inject' 'aespipe' 'afl' 'aften' 'aften' 'aften-debuginfo' 'aften-debugsource' 'agenda' 'agenda-lang' 'agrep' 'aha' 'aho-corasick-double-array-trie' 'aho-corasick-double-array-trie-javadoc' 'aide' 'aide-test' 'aircrack-ng' 'aircrack-ng-devel' 'airspy' 'airspy-devel' 'airspy-udev' 'airspyhf' 'airspyhf-devel' 'airspyhf-udev' 'aisleriot' 'aisleriot-lang' 'aisleriot-themes' 'akka' 'akka-javadoc' 'akonadi-calendar-devel' 'akonadi-calendar-lang' 'akonadi-calendar-tools' 'akonadi-calendar-tools-lang' 'akonadi-contact' 'akonadi-contact-devel' 'akonadi-contact-lang' 'akonadi-import-wizard' 'akonadi-import-wizard-devel' 'akonadi-import-wizard-lang' 'akonadi-mime' 'akonadi-mime-devel' 'akonadi-mime-lang' 'akonadi-notes-devel' 'akonadi-notes-lang' 'akonadi-plugin-calendar' 'akonadi-plugin-contacts' 'akonadi-plugin-kalarmcal' 'akonadi-plugin-mime' 'akonadi-search' 'akonadi-search-devel' 'akonadi-search-lang' 'akonadi-server' 'akonadi-server-devel' 'akonadi-server-lang' 'akonadi-server-sqlite' 'akonadiconsole' 'akregator' 'akregator-lang' 'alac' 'alac-devel' 'alac_decoder' 'alac_decoder' 'alac_decoder-debuginfo' 'alac_decoder-debugsource' 'alacarte' 'alacarte-lang' 'alacritty' 'alacritty-bash-completion' 'alacritty-fish-completion' 'alacritty-zsh-completion' 'albert' 'aldusleaf-crimson-text-fonts' 'alee-fonts' 'alembic-devel' 'alevt' 'alevtd' 'alex' 'alkimia' 'alkimia' 'alkimia-debuginfo' 'alkimia-debugsource' 'alkimia-lang' 'allegro44' 'allegro44-dga2-plugin' 'allegro44-dga2-plugin-32bit' 'allegro44-jack-plugin' 'allegro44-jack-plugin-32bit' 'allegro44-tools' 'almanah' 'almanah-lang' 'alpine' 'alpine-branding-openSUSE' 'alsa' 'alsa-devel' 'alsa-devel-32bit' 'alsa-docs' 'alsa-firmware' 'alsa-oss' 'alsa-oss-32bit' 'alsa-plugins' 'alsa-plugins-a52' 'alsa-plugins-aaf' 'alsa-plugins-arcam-av' 'alsa-plugins-dca' 'alsa-plugins-dca-debuginfo' 'alsa-plugins-jack' 'alsa-plugins-jack-32bit' 'alsa-plugins-lavrate' 'alsa-plugins-maemo' 'alsa-plugins-maemo-32bit' 'alsa-plugins-oss' 'alsa-plugins-pulse' 'alsa-plugins-pulse-32bit' 'alsa-plugins-samplerate' 'alsa-plugins-samplerate-32bit' 'alsa-plugins-speex' 'alsa-plugins-speexrate' 'alsa-plugins-upmix' 'alsa-plugins-usb-stream' 'alsa-plugins-vdownmix' 'alsa-topology-conf' 'alsa-topology-devel' 'alsa-topology-devel-32bit' 'alsa-ucm-conf' 'alsa-utils' 'alsabat' 'alsaequal' 'alttab' 'alure' 'alure-devel' 'amanda' 'amarok' 'amarok' 'amarok-debuginfo' 'amarok-debugsource' 'amarok-lang' 'amavisd-new' 'amavisd-new-docs' 'amazon-ecs-init' 'amazon-ssm-agent' 'aml-devel' 'amrnb' 'amrnb' 'amrnb-debuginfo' 'amrnb-debugsource' 'amrwb' 'amrwb' 'amrwb-debuginfo' 'amrwb-debugsource' 'amsynth' 'amsynth-lang' 'amsynth-plugin-dssi' 'amsynth-plugin-lv2' 'amsynth-plugin-vst' 'amtk-5-lang' 'amtk-devel' 'amtterm' 'amtterm-gtk' 'amtu' 'analitza' 'analitza-devel' 'analitza-lang' 'android-tools' 'android-tools' 'android-udev-rules' 'android-udev-rules' 'angelscript' 'angelscript-devel' 'angrysearch' 'angrysearch' 'anjuta' 'anjuta-devel' 'anjuta-extras' 'anjuta-extras-lang' 'anjuta-lang' 'anki' 'ansible' 'ansible-cmdb' 'ansible-doc' 'ansible-runner' 'ansible-test' 'ansifilter' 'ansifilter-gui' 'ansilove' 'ansilove-term' 'ant' 'ant-antlr' 'ant-apache-bcel' 'ant-apache-bsf' 'ant-apache-log4j' 'ant-apache-oro' 'ant-apache-regexp' 'ant-apache-resolver' 'ant-apache-xalan2' 'ant-commons-logging' 'ant-commons-net' 'ant-contrib' 'ant-contrib-javadoc' 'ant-contrib-manual' 'ant-findbugs' 'ant-imageio' 'ant-javamail' 'ant-jdepend' 'ant-jmf' 'ant-jsch' 'ant-junit' 'ant-junit5' 'ant-manual' 'ant-proguard' 'ant-scala' 'ant-scripts' 'ant-swing' 'ant-testutil' 'ant-xz' 'anthy' 'anthy-devel' 'antic-devel' 'antijingoist-opendyslexic-fonts' 'antimicro' 'antiword' 'antiword' 'antiword-debuginfo' 'antiword-debugsource' 'antlr' 'antlr-devel' 'antlr-java' 'antlr-manual' 'antlr-maven-plugin' 'antlr-maven-plugin-javadoc' 'antlr3-java' 'antlr3-java-javadoc' 'antlr3-javadoc' 'antlr3-tool' 'antlr3c-devel' 'antlr4-java' 'antlr4-javadoc' 'antlr4-maven-plugin' 'antlr4-tool' 'aom-tools' 'aop' 'aopalliance' 'aopalliance-javadoc' 'apache-commons-beanutils' 'apache-commons-beanutils-javadoc' 'apache-commons-chain' 'apache-commons-chain-javadoc' 'apache-commons-cli' 'apache-commons-cli-javadoc' 'apache-commons-codec' 'apache-commons-codec-javadoc' 'apache-commons-collections' 'apache-commons-collections-javadoc' 'apache-commons-collections-testframework' 'apache-commons-collections4' 'apache-commons-collections4-javadoc' 'apache-commons-compress' 'apache-commons-compress-javadoc' 'apache-commons-configuration' 'apache-commons-configuration-javadoc' 'apache-commons-csv' 'apache-commons-csv-javadoc' 'apache-commons-daemon' 'apache-commons-daemon-javadoc' 'apache-commons-daemon-jsvc' 'apache-commons-dbcp' 'apache-commons-dbcp-javadoc' 'apache-commons-dbcp1' 'apache-commons-dbcp1-javadoc' 'apache-commons-digester' 'apache-commons-digester-javadoc' 'apache-commons-el' 'apache-commons-el-javadoc' 'apache-commons-email' 'apache-commons-email-javadoc' 'apache-commons-exec' 'apache-commons-exec-javadoc' 'apache-commons-fileupload' 'apache-commons-fileupload-javadoc' 'apache-commons-httpclient' 'apache-commons-httpclient-demo' 'apache-commons-httpclient-javadoc' 'apache-commons-httpclient-manual' 'apache-commons-imaging' 'apache-commons-imaging-javadoc' 'apache-commons-io' 'apache-commons-io-javadoc' 'apache-commons-jexl' 'apache-commons-jexl-javadoc' 'apache-commons-jxpath' 'apache-commons-jxpath-javadoc' 'apache-commons-lang' 'apache-commons-lang-javadoc' 'apache-commons-lang3' 'apache-commons-lang3-javadoc' 'apache-commons-logging' 'apache-commons-math' 'apache-commons-math-javadoc' 'apache-commons-net' 'apache-commons-net-javadoc' 'apache-commons-ognl' 'apache-commons-ognl-javadoc' 'apache-commons-parent' 'apache-commons-pool' 'apache-commons-pool-javadoc' 'apache-commons-pool2' 'apache-commons-pool2-javadoc' 'apache-commons-text' 'apache-commons-text-javadoc' 'apache-commons-validator' 'apache-commons-validator-javadoc' 'apache-commons-vfs2' 'apache-commons-vfs2-ant' 'apache-commons-vfs2-examples' 'apache-commons-vfs2-javadoc' 'apache-ivy' 'apache-ivy-javadoc' 'apache-logging-parent' 'apache-parent' 'apache-pdfbox' 'apache-pdfbox-javadoc' 'apache-portlet-1_0-api' 'apache-portlet-1_0-api-javadoc' 'apache-resource-bundles' 'apache-rex' 'apache-rpm-macros' 'apache-rpm-macros-control' 'apache-sshd' 'apache-sshd-javadoc' 'apache2' 'apache2-devel' 'apache2-doc' 'apache2-event' 'apache2-example-pages' 'apache2-icons-oxygen' 'apache2-mod_apparmor' 'apache2-mod_auth_gssapi' 'apache2-mod_auth_mellon' 'apache2-mod_auth_mellon-diagnostics' 'apache2-mod_auth_mellon-doc' 'apache2-mod_auth_openidc' 'apache2-mod_authn_otp' 'apache2-mod_dnssd' 'apache2-mod_encoding' 'apache2-mod_evasive' 'apache2-mod_fcgid' 'apache2-mod_jk' 'apache2-mod_maxminddb' 'apache2-mod_mono' 'apache2-mod_musicindex' 'apache2-mod_musicindex' 'apache2-mod_musicindex-debuginfo' 'apache2-mod_musicindex-debugsource' 'apache2-mod_nss' 'apache2-mod_perl' 'apache2-mod_perl-devel' 'apache2-mod_php7' 'apache2-mod_security2' 'apache2-mod_uwsgi' 'apache2-mod_wsgi' 'apache2-prefork' 'apache2-utils' 'apache2-worker' 'apcupsd' 'apcupsd-cgi' 'apcupsd-gui' 'apetag' 'apetag' 'apetag-debuginfo' 'apetag-debugsource' 'apfel-devel' 'apfel-doc' 'apg' 'apiguardian' 'apiguardian-javadoc' 'apparmor' 'apparmor-abstractions' 'apparmor-docs' 'apparmor-parser' 'apparmor-parser-lang' 'apparmor-profiles' 'apparmor-rpm-macros' 'apparmor-utils' 'apparmor-utils-lang' 'appeditor' 'appeditor-lang' 'appframework' 'appframework-javadoc' 'appimaged' 'appindicator-sharp' 'appindicator-sharp-devel' 'applet-window-appmenu' 'applet-window-appmenu' 'applet-window-appmenu-debuginfo' 'applet-window-appmenu-debugsource' 'applet-window-buttons' 'applet-window-buttons' 'applet-window-buttons-debuginfo' 'applet-window-buttons-debugsource' 'appmenu-gtk-module-common' 'appmenu-gtk2-module' 'appmenu-gtk3-module' 'appmenu-registrar' 'appres' 'appstream-glib' 'appstream-glib-devel' 'appstream-glib-lang' 'apr-devel' 'apr-util-devel' 'apulse' 'apulse-32bit' 'aqbanking' 'aqbanking-devel' 'aqbanking-doc' 'aqbanking-ebics' 'aqbanking-lang' 'aqbanking-ofx' 'aqute-bnd' 'aqute-bnd-javadoc' 'aqute-bndlib' 'arabic-ae-fonts' 'arabic-amiri-fonts' 'arabic-bitmap-fonts' 'arabic-fonts' 'arabic-kacst-fonts' 'arabic-kacstone-fonts' 'arabic-naqsh-fonts' 'arandr' 'aranym' 'arb-devel' 'arc' 'arc-icon-theme' 'arcanist' 'archivemount' 'archmage' 'argon2' 'argon2-devel' 'argon2-doc' 'args4j' 'args4j-javadoc' 'args4j-tools' 'argus' 'argus-client' 'argus-server' 'argyllcms' 'argyllcms-doc' 'aria2' 'aria2-devel' 'aria2-lang' 'arj' 'ark' 'ark-lang' 'arm-ml-examples' 'arm-ml-examples-data' 'armadillo-devel' 'armadillo-devel-32bit' 'armadillo-doc' 'armagetron' 'armnn' 'armnn-devel' 'armnn-extratests' 'armnn-opencl' 'armnn-opencl-devel' 'armnn-opencl-extratests' 'arp-scan' 'arpack-ng-devel' 'arpack-ng-devel-32bit' 'arphic-bkai00mp-fonts' 'arphic-bsmi00lp-fonts' 'arphic-fonts' 'arphic-gbsn00lp-fonts' 'arphic-gkai00mp-fonts' 'arphic-ukai-fonts' 'arphic-uming-fonts' 'arping2' 'arprec-devel' 'arptables' 'arpwatch' 'arpwatch-ethercodes' 'arpwatch-ethercodes-build' 'artha' 'artifacts' 'artifacts-validator' 'artikulate' 'artikulate-lang' 'as10k1' 'asciidoc' 'asciidoc-examples' 'asciinema' 'asclock' 'asco' 'asco-doc' 'aseqview' 'asio-devel' 'asl' 'asm3' 'asm3-examples' 'asm3-javadoc' 'asm5' 'asm5-examples' 'asm5-javadoc' 'asn1c' 'aspell' 'aspell-af' 'aspell-agal' 'aspell-am' 'aspell-ar' 'aspell-ast' 'aspell-az' 'aspell-be' 'aspell-bg' 'aspell-bn' 'aspell-br' 'aspell-ca' 'aspell-cs' 'aspell-csb' 'aspell-cy' 'aspell-da' 'aspell-de' 'aspell-devel' 'aspell-el' 'aspell-en' 'aspell-eo' 'aspell-es' 'aspell-et' 'aspell-fa' 'aspell-fi' 'aspell-fo' 'aspell-fr' 'aspell-fy' 'aspell-ga' 'aspell-gd' 'aspell-gl' 'aspell-grc' 'aspell-gu' 'aspell-gv' 'aspell-he' 'aspell-hi' 'aspell-hil' 'aspell-hr' 'aspell-hsb' 'aspell-hu' 'aspell-hus' 'aspell-hy' 'aspell-ia' 'aspell-id' 'aspell-is' 'aspell-ispell' 'aspell-it' 'aspell-kn' 'aspell-ku' 'aspell-ky' 'aspell-la' 'aspell-lt' 'aspell-lv' 'aspell-mg' 'aspell-mi' 'aspell-mk' 'aspell-ml' 'aspell-mn' 'aspell-mr' 'aspell-ms' 'aspell-mt' 'aspell-nb' 'aspell-nds' 'aspell-nl' 'aspell-nn' 'aspell-ny' 'aspell-or' 'aspell-pa' 'aspell-pl' 'aspell-pt_BR' 'aspell-pt_PT' 'aspell-qu' 'aspell-ro' 'aspell-ru' 'aspell-rw' 'aspell-sc' 'aspell-sk' 'aspell-sl' 'aspell-spell' 'aspell-sr' 'aspell-sv' 'aspell-sw' 'aspell-ta' 'aspell-te' 'aspell-tet' 'aspell-tk' 'aspell-tl' 'aspell-tn' 'aspell-tr' 'aspell-uk' 'aspell-uz' 'aspell-vi' 'aspell-wa' 'aspell-yi' 'aspell-zu' 'assertj-core' 'assertj-core-javadoc' 'assimp-devel' 'asterisk-sounds-devel' 'asteroid' 'asteroids3D' 'astyle' 'asunder' 'asunder' 'asunder-debuginfo' 'asunder-debugsource' 'asunder-lang' 'asusfan' 'at' 'at-spi-sharp' 'at-spi-sharp-devel' 'at-spi2-atk-common' 'at-spi2-atk-devel' 'at-spi2-atk-gtk2' 'at-spi2-core' 'at-spi2-core-devel' 'at-spi2-core-devel-32bit' 'at-spi2-core-lang' 'atftp' 'atheme' 'atheme-devel' 'atinject' 'atinject-javadoc' 'atinject-tck' 'atinout' 'atk-devel' 'atk-devel-32bit' 'atk-doc' 'atk-lang' 'atkmm-devel' 'atkmm-devel-32bit' 'atkmm-doc' 'atkmm1_6-devel' 'atkmm1_6-devel-32bit' 'atkmm1_6-doc' 'atlascpp-devel' 'atmel-firmware' 'atomiks' 'atomix' 'atomix-lang' 'atool' 'atop' 'atop-daemon' 'atril' 'atril-backends' 'atril-devel' 'atril-lang' 'atril-thumbnailer' 'attica-qt5' 'attica-qt5-devel' 'attica-qt5-devel-32bit' 'attr' 'attractmode' 'aubio-tools' 'audacious' 'audacious-devel' 'audacious-lang' 'audacious-plugins' 'audacious-plugins' 'audacious-plugins-debuginfo' 'audacious-plugins-debugsource' 'audacious-plugins-extra' 'audacious-plugins-extra-debuginfo' 'audacious-plugins-lang' 'audacity' 'audacity-lang' 'audaspace' 'audaspace-devel' 'audaspace-doc' 'audaspace-plugins' 'audenc' 'audenc' 'audio-recorder' 'audio-recorder-lang' 'audiofile' 'audiofile-devel' 'audiofile-devel-32bit' 'audiofile-doc' 'audiotools' 'audiotools' 'audiotools-debuginfo' 'audiotools-debugsource' 'audit' 'audit-audispd-plugins' 'audit-devel' 'audit-devel-32bit' 'audit-visualize' 'augeas' 'augeas-devel' 'augeas-devel-32bit' 'augeas-lense-tests' 'augeas-lenses' 'authbind' 'authselect' 'authselect-compat' 'auto' 'auto-common' 'auto-javadoc' 'auto-service' 'auto-value' 'autobench' 'autobuild' 'autoconf' 'autoconf-archive' 'autoconf-el' 'autoconf213' 'autocutsel' 'autofdo' 'autofs' 'autogen' 'autojump' 'automake' 'autonym-fonts' 'autoopts' 'autopano-sift-C' 'autopano-sift-C' 'autopano-sift-C-debuginfo' 'autopano-sift-C-debugsource' 'autossh' 'autotrace' 'autotrace-devel' 'autotrash' 'autoyast2' 'autoyast2-installation' 'avahi' 'avahi-autoipd' 'avahi-compat-howl-devel' 'avahi-compat-mDNSResponder-devel' 'avahi-lang' 'avahi-mono' 'avahi-utils' 'avahi-utils-gtk' 'avalon-framework' 'avalon-framework-javadoc' 'avalon-logkit' 'avalon-logkit-javadoc' 'avesta-fonts' 'avfs' 'avfs-devel' 'avgtime' 'avidemux' 'avidemux' 'avidemux-debuginfo' 'avidemux-debugsource' 'avidemux-gtk' 'avidemux-gtk-debuginfo' 'avidemux-lang' 'avidemux-qt' 'avidemux-qt-debuginfo' 'avidemux3' 'avidemux3' 'avidemux3-cli' 'avidemux3-cli-debuginfo' 'avidemux3-debuginfo' 'avidemux3-debugsource' 'avidemux3-qt5' 'avidemux3-qt5-debuginfo' 'avidemux3-qt5-lang' 'avif-tools' 'avifile' 'avifile' 'avifile-data' 'avifile-debuginfo' 'avifile-debugsource' 'avifile-win32' 'avocado-common' 'avocado-examples' 'avocado-vt-common' 'avogadrolibs' 'avogadrolibs-devel' 'avr-libc' 'avrdude' 'avrdude-devel' 'awesfx' 'awesome' 'awesome-branding-openSUSE' 'awesome-branding-upstream' 'awesome-freedesktop' 'awesome-shifty' 'awesome-vicious' 'aws-cli' 'aws-efs-utils' 'aws-sdk-java' 'aws-sdk-java-acm' 'aws-sdk-java-api-gateway' 'aws-sdk-java-applicationautoscaling' 'aws-sdk-java-autoscaling' 'aws-sdk-java-bom' 'aws-sdk-java-cloudformation' 'aws-sdk-java-cloudfront' 'aws-sdk-java-cloudhsm' 'aws-sdk-java-cloudsearch' 'aws-sdk-java-cloudtrail' 'aws-sdk-java-cloudwatch' 'aws-sdk-java-cloudwatchmetrics' 'aws-sdk-java-codecommit' 'aws-sdk-java-codedeploy' 'aws-sdk-java-codepipeline' 'aws-sdk-java-cognitoidentity' 'aws-sdk-java-cognitoidp' 'aws-sdk-java-cognitosync' 'aws-sdk-java-config' 'aws-sdk-java-core' 'aws-sdk-java-datapipeline' 'aws-sdk-java-devicefarm' 'aws-sdk-java-directconnect' 'aws-sdk-java-directory' 'aws-sdk-java-discovery' 'aws-sdk-java-dms' 'aws-sdk-java-dynamodb' 'aws-sdk-java-ec2' 'aws-sdk-java-ecr' 'aws-sdk-java-ecs' 'aws-sdk-java-efs' 'aws-sdk-java-elasticache' 'aws-sdk-java-elasticbeanstalk' 'aws-sdk-java-elasticloadbalancing' 'aws-sdk-java-elasticsearch' 'aws-sdk-java-elastictranscoder' 'aws-sdk-java-emr' 'aws-sdk-java-events' 'aws-sdk-java-gamelift' 'aws-sdk-java-glacier' 'aws-sdk-java-iam' 'aws-sdk-java-importexport' 'aws-sdk-java-inspector' 'aws-sdk-java-iot' 'aws-sdk-java-javadoc' 'aws-sdk-java-kinesis' 'aws-sdk-java-kms' 'aws-sdk-java-lambda' 'aws-sdk-java-logs' 'aws-sdk-java-machinelearning' 'aws-sdk-java-marketplacecommerceanalytics' 'aws-sdk-java-marketplacemeteringservice' 'aws-sdk-java-opsworks' 'aws-sdk-java-pom' 'aws-sdk-java-rds' 'aws-sdk-java-redshift' 'aws-sdk-java-route53' 'aws-sdk-java-s3' 'aws-sdk-java-ses' 'aws-sdk-java-simpledb' 'aws-sdk-java-simpleworkflow' 'aws-sdk-java-sns' 'aws-sdk-java-sqs' 'aws-sdk-java-ssm' 'aws-sdk-java-storagegateway' 'aws-sdk-java-sts' 'aws-sdk-java-support' 'aws-sdk-java-test-utils' 'aws-sdk-java-waf' 'aws-sdk-java-workspaces' 'ax25-tools' 'axel' 'axis' 'axis-manual' 'ayatana-ido-devel' 'aytests-tests' 'azote' 'azove' 'azure-cli' 'azure-cli-command-modules-nspkg' 'azure-cli-core' 'azure-cli-nspkg' 'azure-cli-telemetry' 'azure-cli-test' 'azure-storage-cpp-devel' 'b4' 'b43-fwcutter' 'b43legacy-firmware' 'b43legacy-firmware' 'b5i2iso' 'b5i2iso' 'b5i2iso-debuginfo' 'b5i2iso-debugsource' 'babe' 'babe' 'babe-debuginfo' 'babe-debugsource' 'babelstone-han-fonts' 'babelstone-marchen-fonts' 'babelstone-modern-fonts' 'babelstone-ogham-fonts' 'babelstone-phags-pa-fonts' 'babelstone-runic-fonts' 'babeltrace' 'babeltrace-devel' 'babeltrace2' 'babeltrace2-devel' 'babl-devel' 'backintime' 'backintime-lang' 'backintime-qt' 'backward-cpp' 'backward-cpp-devel' 'baekmuk-bitmap-fonts' 'baekmuk-ttf-fonts' 'baka-mplayer' 'ballerburg' 'baloo5-devel' 'baloo5-file' 'baloo5-file-lang' 'baloo5-imports' 'baloo5-imports-lang' 'baloo5-kioslaves' 'baloo5-kioslaves-lang' 'baloo5-tools' 'baloo5-tools-lang' 'baloo5-widgets' 'baloo5-widgets-devel' 'baloo5-widgets-lang' 'balsa' 'balsa-lang' 'bam' 'bamf-daemon' 'bamf-devel' 'bamf-doc' 'bandwidth' 'baobab' 'baobab-lang' 'barcode' 'barcode-devel' 'baresip' 'baresip-video' 'barrier' 'barvinok' 'barvinok-devel' 'base' 'base64coder' 'base64coder-javadoc' 'bash' 'bash-completion' 'bash-completion-devel' 'bash-completion-doc' 'bash-devel' 'bash-doc' 'bash-git-prompt' 'bash-lang' 'bash-loadables' 'basic_desktop' 'basket' 'basket' 'basket-debuginfo' 'basket-debugsource' 'basket-lang' 'bat' 'batctl' 'bats' 'bazel' 'bazel-apple-support-source' 'bazel-compilation-database-source' 'bazel-gazelle' 'bazel-gazelle-source' 'bazel-platforms' 'bazel-rules-apple-source' 'bazel-rules-cc-source' 'bazel-rules-foreign-cc-source' 'bazel-rules-go-source' 'bazel-rules-java-source' 'bazel-rules-proto-source' 'bazel-rules-python-source' 'bazel-rules-swift-source' 'bazel-skylib-source' 'bazel-toolchains-source' 'bazel-workspaces' 'bazel0.19' 'bazel0.24' 'bazel0.29' 'bazel1.2' 'bazel2.0' 'bazel3.4' 'bb' 'bbe' 'bbswitch' 'bbswitch-kmp-default' 'bbswitch-kmp-pae' 'bc' 'bcache-tools' 'bcal' 'bcc-devel' 'bcc-docs' 'bcc-examples' 'bcc-lua' 'bcc-tools' 'bcel' 'bcel5_3' 'bcel5_3-javadoc' 'bcftools' 'bcg729-devel' 'bchunk' 'bcm20702a1-firmware' 'bcm43xx-firmware' 'bcmatroska2-devel' 'bctoolbox-devel' 'bcunit-devel' 'bcunit-doc' 'bdfresize' 'bdftopcf' 'bea-stax' 'bea-stax-api' 'bean-validation-api' 'bean-validation-api-javadoc' 'beansbinding' 'beansbinding-javadoc' 'beets' 'beforelight' 'beignet' 'beignet-devel' 'belcard-data' 'belcard-devel' 'belle-sip-devel' 'belr-devel' 'bemenu' 'bemenu-devel' 'benchdnn' 'benchmark-devel' 'benji' 'bento4' 'bento4' 'bento4-debuginfo' 'bento4-debugsource' 'bento4-devel' 'benzene' 'berkeleydb' 'berkeleydb-demo' 'berkeleydb-javadoc' 'berkeleydb-manual' 'berkeleylm' 'berkeleylm-javadoc' 'bestplugins' 'beust-jcommander' 'beust-jcommander-javadoc' 'bff' 'bff-samples' 'bff4' 'bgzip' 'biabam' 'biblesync-devel' 'bibletime' 'biboumi' 'bibtool' 'bibview' 'bijiben' 'bijiben-lang' 'bin86' 'bind' 'bind-chrootenv' 'bind-devel' 'bind-devel-32bit' 'bind-doc' 'bind-utils' 'bindfs' 'bing' 'bino' 'bino' 'bino-debuginfo' 'bino-debugsource' 'bino-lang' 'binutils' 'binutils-devel' 'binutils-devel-32bit' 'binutils-gold' 'binwalk' 'biosdevname' 'bird' 'bird-doc' 'bison' 'bison-32bit' 'bison-lang' 'bitcoin-qt5' 'bitcoin-test' 'bitcoin-utils' 'bitcoind' 'bitlbee' 'bitlbee-devel' 'bitlbee-discord' 'bitlbee-doc' 'bitlbee-facebook' 'bitlbee-mastodon' 'bitlbee-steam' 'bitmap' 'bitstream-vera-fonts' 'bittwist' 'blabel' 'blabel' 'black-hole-solver' 'black-hole-solver-devel' 'blacs-devel-headers' 'bladeRF' 'bladeRF-devel' 'bladeRF-fpga-firmware' 'bladeRF-fx3-firmware' 'bladeRF-udev' 'blas-devel' 'blas-devel-32bit' 'blas-devel-static' 'blasphemer' 'bleachbit' 'bleachbit-lang' 'blender' 'blender-cycles-devel' 'blender-lang' 'bless' 'bless-doc' 'blinken' 'blinken-lang' 'bliss' 'bliss-devel' 'blitz-devel' 'blitz-doc' 'blktests' 'blktrace' 'bloaty' 'blobAndConquer' 'blobwars' 'blobwars-lang' 'blockout' 'blockzone-fonts' 'blog' 'blog-devel' 'blog-plymouth' 'blogbench' 'blogc' 'blosc-devel' 'blueberry' 'blueberry-lang' 'bluedevil5' 'bluedevil5-lang' 'bluefish' 'blueman' 'blueman-lang' 'bluemoon' 'blueprint-cursor-theme' 'bluez' 'bluez-auto-enable-devices' 'bluez-cups' 'bluez-deprecated' 'bluez-devel' 'bluez-devel-32bit' 'bluez-firmware' 'bluez-qt-devel' 'bluez-qt-imports' 'bluez-qt-udev' 'bluez-test' 'bluez-tools' 'bmake' 'bmkdep' 'bmon' 'bnd-maven-plugin' 'bnd-maven-plugin-javadoc' 'bodr' 'bogofilter-common' 'bogofilter-db' 'bogofilter-doc' 'bogofilter-kyotocabinet' 'bogofilter-sqlite3' 'boinc-client' 'boinc-client-lang' 'boinc-manager' 'boinc-manager-lang' 'bolt' 'bolt-tools' 'bomber' 'bomber-lang' 'bombono' 'bombono' 'bombono-debuginfo' 'bombono-debugsource' 'bombono-lang' 'bomi' 'bomi' 'bomi-debuginfo' 'bomi-debugsource' 'bomns' 'bonk' 'bonk' 'bonk-debuginfo' 'bonk-debugsource' 'bonnie' 'bonnie++' 'boo' 'boo-2_0_9_3' 'boo-devel' 'books' 'books' 'bookworm' 'bookworm-lang' 'boomaga' 'boomaga-lang' 'boost-devel' 'boost-gnu-hpc' 'boost-gnu-hpc-devel' 'boost-gnu-mpich-hpc' 'boost-gnu-mpich-hpc-devel' 'boost-gnu-mpich-hpc-python3' 'boost-gnu-mvapich2-hpc' 'boost-gnu-mvapich2-hpc-devel' 'boost-gnu-mvapich2-hpc-python3' 'boost-gnu-openmpi2-hpc' 'boost-gnu-openmpi2-hpc-devel' 'boost-gnu-openmpi2-hpc-python3' 'boost-gnu-openmpi3-hpc' 'boost-gnu-openmpi3-hpc-devel' 'boost-gnu-openmpi3-hpc-python3' 'boost-jam' 'boost-license1_74_0' 'boost1_74_0-doc-html' 'boost1_74_0-doc-pdf' 'boost1_74_0-jam' 'boost1_74_0-quickbook' 'boost_1_74_0-gnu-hpc' 'boost_1_74_0-gnu-hpc-devel' 'boost_1_74_0-gnu-mpich-hpc' 'boost_1_74_0-gnu-mpich-hpc-devel' 'boost_1_74_0-gnu-mpich-hpc-python3' 'boost_1_74_0-gnu-mvapich2-hpc' 'boost_1_74_0-gnu-mvapich2-hpc-devel' 'boost_1_74_0-gnu-mvapich2-hpc-python3' 'boost_1_74_0-gnu-openmpi2-hpc' 'boost_1_74_0-gnu-openmpi2-hpc-devel' 'boost_1_74_0-gnu-openmpi2-hpc-python3' 'boost_1_74_0-gnu-openmpi3-hpc' 'boost_1_74_0-gnu-openmpi3-hpc-devel' 'boost_1_74_0-gnu-openmpi3-hpc-python3' 'booth' 'booth-test' 'bootsplash-branding-KDE' 'bootsplash-branding-upstream' 'borgbackup' 'borgbackup-bash-completion' 'borgbackup-doc' 'borgbackup-fish-completion' 'borgbackup-zsh-completion' 'borgmatic' 'boringssl-devel' 'boringssl-source' 'bosh' 'bottom' 'bouncycastle' 'bouncycastle-javadoc' 'bouncycastle-mail' 'bouncycastle-pg' 'bouncycastle-pkix' 'bouncycastle-tls' 'bovo' 'bovo-lang' 'bowtie' 'bowtie2' 'bpftool' 'bpftrace' 'bpftrace-tools' 'bpg-fonts' 'bpm-tools' 'bpmdj' 'bpmdj' 'bpmdj-debuginfo' 'bpmdj-debugsource' 'brackets' 'brackets' 'brackets-debuginfo' 'branding-openSUSE' 'branding-upstream' 'brasero' 'brasero-devel' 'brasero-lang' 'brasero-nautilus' 'breeze' 'breeze5-cursors' 'breeze5-decoration' 'breeze5-icons' 'breeze5-style' 'breeze5-style-lang' 'breeze5-wallpapers' 'breezy' 'brevity' 'brial-devel' 'brickd' 'brickv' 'bridge-utils' 'bridge-utils-devel' 'brightnessctl' 'brise' 'brisk-menu' 'brisk-menu-lang' 'bristol' 'bristol' 'bristol-debuginfo' 'bristol-debugsource' 'brlapi-devel' 'brlapi-java' 'brlemu' 'brltty' 'brltty-driver-at-spi2' 'brltty-driver-brlapi' 'brltty-driver-espeak' 'brltty-driver-libbraille' 'brltty-driver-speech-dispatcher' 'brltty-driver-xwindow' 'brltty-lang' 'brltty-utils' 'broadcom-wl' 'broadcom-wl' 'broadcom-wl-debugsource' 'broadcom-wl-kmp-default' 'broadcom-wl-kmp-default-debuginfo' 'broadcom-wl-kmp-pae' 'broadcom-wl-kmp-pae-debuginfo' 'brotli' 'browserpass-native' 'brp-check-suse' 'brp-extract-appdata' 'brp-extract-translations' 'brp-trim-translations' 'bs' 'bs-update' 'bs1770gain' 'bs2b-tools' 'bscalc' 'bsd-games' 'bsdiff' 'bsdtar' 'bsf' 'bsf-javadoc' 'bsh2' 'bsh2-bsf' 'bsh2-classgen' 'bsh2-demo' 'bsh2-javadoc' 'bsh2-manual' 'bsod' 'bsod' 'bsod-debuginfo' 'bsod-debugsource' 'bspwm' 'bspwm-bash-completion' 'bspwm-fish-completion' 'bspwm-zsh-completion' 'bssl_wrapper-devel' 'bstone' 'btar' 'btcflash' 'btfs' 'btrfs-extent-same' 'btrfsmaintenance' 'btrfsprogs' 'btrfsprogs-static' 'btrfsprogs-udev-rules' 'bubblewrap' 'bucklespring' 'buckygen' 'budgie-calendar-applet' 'budgie-calendar-applet-lang' 'budgie-desktop' 'budgie-desktop-branding-openSUSE' 'budgie-desktop-branding-upstream' 'budgie-desktop-devel' 'budgie-desktop-doc' 'budgie-desktop-lang' 'budgie-haste-applet' 'budgie-haste-applet-lang' 'budgie-screensaver' 'budgie-screensaver-lang' 'budgie-screenshot-applet' 'budgie-screenshot-applet-lang' 'buffer' 'bugzilla' 'bugzilla-lang-de' 'build' 'build-compare' 'build-initvm-i586' 'build-initvm-x86_64' 'build-mkbaselibs' 'build-mkdrpms' 'buildah' 'buildnumber-maven-plugin' 'buildnumber-maven-plugin-javadoc' 'buildstream' 'bumblebee' 'bumblebee-status' 'bumpversion' 'burn_360' 'burn_360' 'burncdda' 'burncdda' 'busybox' 'busybox-adduser' 'busybox-attr' 'busybox-bc' 'busybox-bind-utils' 'busybox-bzip2' 'busybox-coreutils' 'busybox-cpio' 'busybox-diffutils' 'busybox-dos2unix' 'busybox-ed' 'busybox-findutils' 'busybox-gawk' 'busybox-grep' 'busybox-gzip' 'busybox-hostname' 'busybox-iproute2' 'busybox-iputils' 'busybox-k8s-yaml' 'busybox-kbd' 'busybox-kmod' 'busybox-less' 'busybox-links' 'busybox-man' 'busybox-misc' 'busybox-ncurses-utils' 'busybox-net-tools' 'busybox-netcat' 'busybox-patch' 'busybox-policycoreutils' 'busybox-procps' 'busybox-psmisc' 'busybox-sed' 'busybox-selinux-tools' 'busybox-sendmail' 'busybox-sh' 'busybox-sharutils' 'busybox-static' 'busybox-syslogd' 'busybox-sysvinit-tools' 'busybox-tar' 'busybox-telnet' 'busybox-testsuite' 'busybox-tftp' 'busybox-time' 'busybox-traceroute' 'busybox-tunctl' 'busybox-unzip' 'busybox-util-linux' 'busybox-vi' 'busybox-vlan' 'busybox-wget' 'busybox-which' 'busybox-whois' 'busybox-xz' 'butt' 'butt' 'butt-debuginfo' 'butt-debugsource' 'buzztrax' 'buzztrax-lang' 'buzztrax-plugins' 'bvi' 'bwbar' 'bwidget' 'bwm-ng' 'byacc' 'byaccj' 'byobu' 'byobu-doc' 'bytelist' 'byzanz' 'byzanz-lang' 'bzflag' 'bzip2' 'bzip2-doc' 'bzrtp-devel' 'c-ares-devel' 'c-ares-utils' 'c-toxcore' 'c-toxcore-daemon' 'c-toxcore-devel' 'c2hs' 'c3p0' 'c3p0-javadoc' 'c_count' 'ca-certificates' 'ca-certificates-cacert' 'ca-certificates-mozilla' 'ca-certificates-steamtricks' 'caasp-cli' 'cabal-install' 'cabal-plan' 'cabal2spec' 'cabextract' 'caca-utils' 'cachefilesd' 'cacti' 'cacti-spine' 'cadabra2' 'cadabra2-doc' 'cadabra2-examples' 'cadabra2-gui' 'cadaver' 'cadsondemak-fonts' 'caffe' 'caffe-devel' 'caffe-examples' 'caffe-gnu-hpc' 'caffe-gnu-hpc-devel' 'caffe-gnu-hpc-examples' 'caffe_1_0-gnu-hpc' 'caffe_1_0-gnu-hpc-devel' 'caffe_1_0-gnu-hpc-examples' 'caffeine' 'cage' 'cairo-clock' 'cairo-clock-lang' 'cairo-devel' 'cairo-devel-32bit' 'cairo-tools' 'cairomm-devel' 'cairomm-devel-32bit' 'cairomm-doc' 'cairomm1_0-devel' 'cairomm1_0-devel-32bit' 'cairomm1_0-doc' 'caja' 'caja-devel' 'caja-engrampa' 'caja-extension-actions' 'caja-extension-atril' 'caja-extension-dropbox' 'caja-extension-eiciel' 'caja-extension-folder-color' 'caja-extension-gksu' 'caja-extension-image-converter' 'caja-extension-nextcloud' 'caja-extension-nitroshare' 'caja-extension-open-terminal' 'caja-extension-sendto' 'caja-extension-sendto-devel' 'caja-extension-sendto-gajim' 'caja-extension-sendto-pidgin' 'caja-extension-sendto-upnp' 'caja-extension-share' 'caja-extension-terminal' 'caja-extension-terminal-lang' 'caja-extension-wallpaper' 'caja-extension-xattr-tags' 'caja-extensions-common-lang' 'caja-gschemas' 'caja-lang' 'cal10n' 'cal10n-javadoc' 'cal3d' 'cal3d-devel' 'cal3d-doc' 'calamares' 'calamares-branding-upstream' 'calamares-lang' 'calamares-webview' 'calamaris' 'calc' 'calc-devel' 'calcurse' 'calcurse-lang' 'calendarsupport' 'calendarsupport-devel' 'calendarsupport-lang' 'calf' 'calf' 'calf-bash-completion' 'calf-debuginfo' 'calf-debugsource' 'calibre' 'calligra' 'calligra' 'calligra-debuginfo' 'calligra-debugsource' 'calligra-devel' 'calligra-doc' 'calligra-extras-converter' 'calligra-extras-converter-debuginfo' 'calligra-extras-dolphin' 'calligra-extras-dolphin-debuginfo' 'calligra-extras-filemanagertemplates' 'calligra-extras-okular' 'calligra-extras-okular-debuginfo' 'calligra-gemini' 'calligra-gemini-debuginfo' 'calligra-karbon' 'calligra-karbon-debuginfo' 'calligra-lang' 'calligra-plan' 'calligra-plan' 'calligra-plan-debuginfo' 'calligra-plan-debugsource' 'calligra-plan-lang' 'calligra-sheets' 'calligra-sheets-debuginfo' 'calligra-stage' 'calligra-stage-debuginfo' 'calligra-tools' 'calligra-tools-debuginfo' 'calligra-words' 'calligra-words-debuginfo' 'caml-mode' 'camsource' 'camsource-devel' 'canberra-gtk-play' 'canberra-gtk-play-gnome' 'canna' 'canna-devel' 'canna-libs' 'canna-libs-32bit' 'canna-yubin' 'cannadic' 'cantarell-fonts' 'cantata' 'cantata' 'cantata-debuginfo' 'cantata-debugsource' 'cantata-lang' 'cantor' 'cantor-devel' 'cantor-lang' 'canutils' 'canutils-pengutronix' 'capi4hylafax' 'capifax' 'capifax' 'capifax-debuginfo' 'capifax-debugsource' 'capnet-assist' 'capnet-assist-lang' 'capnproto' 'capstone' 'capstone-doc' 'cardpeek' 'cargo' 'cargo-c' 'cargo-doc' 'caribou' 'caribou-common' 'caribou-devel' 'caribou-gtk-module-common' 'caribou-gtk2-module' 'caribou-gtk3-module' 'caribou-lang' 'carla' 'carla-devel' 'carla-vst' 'casacore' 'casacore-devel' 'casacore-openmpi1' 'casacore-openmpi1-devel' 'casacore-openmpi2' 'casacore-openmpi2-devel' 'casacore-openmpi3' 'casacore-openmpi3-devel' 'casacore-openmpi4' 'casacore-openmpi4-devel' 'caslon-fonts' 'casync' 'catalan-pos-dict' 'catatonit' 'catcodec' 'catfish' 'catfish-lang' 'caudec' 'caudec' 'cava' 'cbi-plugins' 'cbi-plugins-javadoc' 'cblas-devel' 'cblas-devel-32bit' 'cblas-devel-static' 'cc-tool' 'ccache' 'ccd2cue' 'ccd2cue-doc' 'ccd2iso' 'ccd2iso' 'ccd2iso-debuginfo' 'ccd2iso-debugsource' 'ccgfs' 'cclive' 'cclive' 'cclive-debuginfo' 'cclive-debugsource' 'ccls' 'ccrtp-devel' 'ccrtp-doc' 'ccrypt' 'ccrypt-emacs' 'ccrypt-lang' 'ccze' 'ccze-devel' 'cd-discid' 'cd-paranoia' 'cdctl' 'cdctl' 'cdctl-debuginfo' 'cdctl-debugsource' 'cdda2wav' 'cddlib-devel' 'cddlib-doc' 'cddlib-tools' 'cdecl' 'cdemu-client' 'cdemu-client-lang' 'cdemu-daemon' 'cdi-api' 'cdi-api-javadoc' 'cdi2iso' 'cdi2iso' 'cdi2iso-debuginfo' 'cdi2iso-debugsource' 'cdio-utils' 'cdk-devel' 'cdogs-sdl' 'cdparanoia' 'cdparanoia-devel' 'cdrdao' 'cdrecord' 'cdrskin' 'cec-client' 'cecilia' 'cedict' 'cedilla' 'cel-cpp-source' 'celluloid' 'celluloid-lang' 'cellwriter' 'celt' 'celt051' 'celt051-devel' 'ceph' 'ceph-base' 'ceph-common' 'ceph-csi' 'ceph-csi-helm-charts' 'ceph-fuse' 'ceph-grafana-dashboards' 'ceph-immutable-object-cache' 'ceph-iscsi' 'ceph-mds' 'ceph-mgr' 'ceph-mgr-cephadm' 'ceph-mgr-dashboard' 'ceph-mgr-diskprediction-local' 'ceph-mgr-k8sevents' 'ceph-mgr-modules-core' 'ceph-mgr-rook' 'ceph-mon' 'ceph-osd' 'ceph-prometheus-alerts' 'ceph-radosgw' 'ceph-test' 'ceph_base' 'cephadm' 'cephfs-mirror' 'cephfs-shell' 'cereal-devel' 'certbot-systemd-timer' 'certmonger' 'certstrap' 'cervisia' 'cervisia-lang' 'cf-cli' 'cf-cli-test' 'cfengine' 'cfengine-examples' 'cfengine-masterfiles' 'cfitsio' 'cfitsio-devel' 'cfitsio-devel-doc' 'cfityk' 'cflow' 'cgal-demo-examples-devel' 'cgal-devel' 'cgal-doc' 'cgdb' 'cgit' 'cglib' 'cglib-javadoc' 'cgns' 'cgns-devel' 'cgns-devel-static' 'chafa' 'chafa-devel' 'chafa-doc' 'changelog-generator-data' 'charliecloud' 'charliecloud-doc' 'charliecloud-examples' 'chartmuseum' 'charybdis' 'chasen' 'chasen-devel' 'chck-devel' 'check-create-certificate' 'check-devel' 'check_postgres' 'checkbashisms' 'checkmedia' 'checkpolicy' 'checkstyle' 'checkstyle-javadoc' 'cheese' 'cheese-devel' 'cheese-lang' 'chemical-mime-data' 'chessx' 'chewing-data' 'chewing-utils' 'chezdav' 'chezmoi' 'chkstat' 'chmlib-devel' 'chmlib-devel-32bit' 'chmlib-examples' 'chntpw' 'chocolate-doom' 'chocolate-doom-bash-completion' 'choqok' 'choqok' 'choqok-debuginfo' 'choqok-debugsource' 'choqok-devel' 'chromaprint-fpcalc' 'chrome-gnome-shell' 'chrome-uget-integrator' 'chromedriver' 'chromium' 'chromium-bsu' 'chromium-ffmpeg-extra' 'chromium-ffmpeg-extra' 'chromium-ffmpeg-extra-debuginfo' 'chromium-plugin-widevinecdm' 'chromium-plugin-widevinecdm' 'chromium-uget-integrator' 'chrony' 'chrony-pool-empty' 'chrony-pool-openSUSE' 'chrony-pool-suse' 'chrpath' 'ciano' 'ciano-lang' 'cifs-utils' 'cifs-utils-devel' 'cilium' 'cilium-cni' 'cilium-devel' 'cilium-docker' 'cilium-k8s-yaml' 'cilium-operator' 'cilium-proxy' 'cim-schema' 'cimple' 'cimple-cmpi-adapter' 'cimple-devel' 'cimple-pegasus-adapter' 'cinema' 'cinema-lang' 'cinnamon' 'cinnamon-control-center' 'cinnamon-control-center-common' 'cinnamon-control-center-devel' 'cinnamon-control-center-lang' 'cinnamon-devel-doc' 'cinnamon-gschemas' 'cinnamon-gschemas-branding-openSUSE' 'cinnamon-gschemas-branding-upstream' 'cinnamon-lang' 'cinnamon-metatheme-numix' 'cinnamon-screensaver' 'cinnamon-screensaver-lang' 'cinnamon-session' 'cinnamon-session-lang' 'cinnamon-settings-daemon' 'cinnamon-settings-daemon-devel' 'cinnamon-settings-daemon-lang' 'cinnamon-theme-adapta' 'cinnamon-theme-plata' 'cint-devel' 'circuslinux' 'civetweb' 'civetweb-devel' 'cjs' 'cjs-devel' 'ck-devel' 'ckb-next' 'ckermit' 'ckermit-doc' 'clFFT' 'clFFT-devel' 'clack' 'clamav' 'clamav-devel' 'clamtk' 'clamtk-lang' 'clamz' 'clang' 'clang-devel' 'clang-tools' 'clang10' 'clang10-devel' 'clang10-devel-32bit' 'clang10-doc' 'clang7' 'clang7-devel' 'clang7-devel-32bit' 'clang8' 'clang8-devel' 'clang8-devel-32bit' 'clang9' 'clang9-devel' 'clang9-devel-32bit' 'clang9-doc' 'clanlib' 'clanlib-devel' 'clanlib-doc' 'clanlib-examples' 'clatd' 'claws-mail' 'claws-mail-devel' 'claws-mail-lang' 'clawsker' 'clawsker' 'clawsker-lang' 'clazy' 'cld2-devel' 'cldr-emoji-annotation' 'cldr-emoji-annotation-devel' 'clementine' 'cli11-devel' 'clicfs' 'clinfo' 'clipgrab' 'clipit' 'clipped' 'clipped-lang' 'clippy' 'cliquer' 'cliquer-devel' 'clisp' 'clisp-doc' 'clive' 'clive' 'clive-utils' 'clive-utils' 'clivefeed' 'clivepass' 'clivescan' 'cln' 'cln' 'cln-debuginfo' 'cln-debugsource' 'cln-devel' 'clojure' 'clone-master-clean-up' 'cloud-init' 'cloud-init-config-MicroOS' 'cloud-init-config-suse' 'cloud-init-doc' 'cloud-init-vmware-guestinfo' 'cloud-netconfig-azure' 'cloud-netconfig-ec2' 'clpeak' 'clthreads-devel' 'clucene-core-devel' 'clustduct' 'cluster-glue' 'clustershell' 'clusterssh' 'clutter-devel' 'clutter-gst-devel' 'clutter-gtk-devel' 'clutter-gtk-lang' 'clutter-lang' 'clxclient-devel' 'clzip' 'cm' 'cm-devel' 'cm-unicode-fonts' 'cmake' 'cmake-fedora' 'cmake-fedora-modules' 'cmake-full' 'cmake-gui' 'cmake-man' 'cmake-mini' 'cmark' 'cmark' 'cmark-devel' 'cmh' 'cmh-devel' 'cmis-client' 'cmpi-bindings-perl' 'cmpi-bindings-py3wbem' 'cmpi-bindings-ruby' 'cmpi-provider-register' 'cmrt-devel' 'cmuclmtk' 'cmus' 'cmus-plugin-cdio' 'cmus-plugin-cue' 'cmus-plugin-ffmpeg' 'cmus-plugin-flac' 'cmus-plugin-jack' 'cmus-plugin-libao' 'cmus-plugin-mikmod' 'cmus-plugin-modplug' 'cmus-plugin-mpc' 'cmus-plugin-opus' 'cmus-plugin-pulse' 'cmus-plugin-sndio' 'cmus-plugin-vorbis' 'cmus-plugin-wavpack' 'cmus-plugins-all' 'cni' 'cni-plugin-dnsname' 'cni-plugins' 'cntlm' 'cobbler' 'cobbler-tests' 'cobbler-web' 'coccigrep' 'coccinelle' 'cockpit' 'cockpit-bridge' 'cockpit-dashboard' 'cockpit-doc' 'cockpit-kdump' 'cockpit-machines' 'cockpit-networkmanager' 'cockpit-packagekit' 'cockpit-pcp' 'cockpit-podman' 'cockpit-storaged' 'cockpit-system' 'cockpit-tests' 'cockpit-ws' 'codec2' 'codec2-devel' 'codec2-examples' 'codehaus-parent' 'codelite' 'codemodel' 'codemodel-javadoc' 'codenarc' 'codenarc-javadoc' 'codespell' 'codium' 'cogl-devel' 'cogl-lang' 'collectd' 'collectd-plugin-buddyinfo' 'collectd-plugin-connectivity' 'collectd-plugin-dbi' 'collectd-plugin-gps' 'collectd-plugin-ipmi' 'collectd-plugin-java' 'collectd-plugin-logparser' 'collectd-plugin-lua' 'collectd-plugin-mcelog' 'collectd-plugin-memcachec' 'collectd-plugin-mysql' 'collectd-plugin-notify-desktop' 'collectd-plugin-nut' 'collectd-plugin-openldap' 'collectd-plugin-ovs' 'collectd-plugin-pcie' 'collectd-plugin-pinba' 'collectd-plugin-postgresql' 'collectd-plugin-procevent' 'collectd-plugin-python3' 'collectd-plugin-sigrok' 'collectd-plugin-smart' 'collectd-plugin-snmp' 'collectd-plugin-synproxy' 'collectd-plugin-sysevent' 'collectd-plugin-ubi' 'collectd-plugin-uptime' 'collectd-plugin-virt' 'collectd-plugin-write_influxdb_udp' 'collectd-plugin-write_stackdriver' 'collectd-plugin-write_syslog' 'collectd-plugins-all' 'collectd-spamassassin' 'collectd-web' 'collectd-web-js' 'collectl' 'colm-devel' 'colm-doc' 'color-filesystem' 'colord' 'colord-color-profiles' 'colord-gtk' 'colord-gtk-lang' 'colord-kde' 'colord-kde' 'colord-kde-debuginfo' 'colord-kde-debugsource' 'colord-kde-lang' 'colord-lang' 'colordiff' 'colorhug-client' 'colorhug-client-lang' 'colormake' 'colorpicker' 'colorpicker-lang' 'combustion' 'comgt' 'comgt' 'comgt-debuginfo' 'comgt-debugsource' 'command-not-found' 'commandergenius' 'compartm' 'compcache' 'compface' 'compface-devel' 'compicc' 'compiz' 'compiz-bcop' 'compiz-branding-SLED' 'compiz-branding-openSUSE' 'compiz-branding-upstream' 'compiz-devel' 'compiz-emerald' 'compiz-emerald-devel' 'compiz-emerald-lang' 'compiz-emerald-theme-manager' 'compiz-emerald-themes' 'compiz-gnome' 'compiz-lang' 'compiz-manager' 'compiz-plugins' 'compiz-plugins-experimental' 'compiz-plugins-experimental-devel' 'compiz-plugins-experimental-lang' 'compiz-plugins-extra' 'compiz-plugins-extra-devel' 'compiz-plugins-extra-lang' 'compiz-plugins-main' 'compiz-plugins-main-devel' 'compiz-plugins-main-lang' 'compizconfig-settings-manager' 'compizconfig-settings-manager-common' 'compizconfig-settings-manager-lang' 'complexity' 'compsize' 'compton' 'compton-conf' 'compton-conf-lang' 'conauto' 'concurrent' 'conkeror' 'conky' 'conky' 'conky-debuginfo' 'conky-debugsource' 'conky-doc' 'conman' 'conmon' 'connect' 'connect' 'connect-debugsource' 'connman' 'connman-client' 'connman-devel' 'connman-doc' 'connman-nmcompat' 'connman-plugin-hh2serial-gps' 'connman-plugin-iospm' 'connman-plugin-l2tp' 'connman-plugin-openconnect' 'connman-plugin-openvpn' 'connman-plugin-polkit' 'connman-plugin-pptp' 'connman-plugin-tist' 'connman-plugin-vpnc' 'connman-plugin-wireguard' 'connman-test' 'conntrack-tools' 'conntrackd' 'console' 'console-setup' 'container-diff' 'container-registry-systemd' 'container-selinux' 'container-support-utils' 'container_runtime' 'container_runtime_kubernetes' 'containerd' 'containerd-ctr' 'containerd-kubic' 'containerd-kubic-ctr' 'containers-systemd' 'containment-rpm-docker' 'contractor' 'converseen' 'converseen-lang' 'convertall' 'convertall' 'convertall-lang' 'convmv' 'cookiecutter' 'cookiecutter-doc' 'cool-retro-term' 'coolkey' 'coolkey-32bit' 'coolkey-devel' 'copy-agent' 'copy-agent' 'copy-agent-debugsource' 'copy-agent-gnome' 'copy-agent-mate' 'coq' 'coq-devel' 'coq-ide' 'coreboot-utils' 'corectrl' 'corectrl' 'corectrl-lang' 'coredns' 'coredns-extras' 'coredns-for-k8s1.18' 'coredns-for-k8s1.18-extras' 'coredns-for-k8s1.19' 'coredns-for-k8s1.19-extras' 'coreutils' 'coreutils-doc' 'coreutils-lang' 'coreutils-single' 'coreutils-testsuite' 'corosync' 'corosync-qdevice' 'corosync-qnetd' 'corosync-testagents' 'coturn' 'coturn-devel' 'coturn-utils' 'courier-authlib' 'courier-authlib-devel' 'courier-authlib-ldap' 'courier-authlib-mysql' 'courier-authlib-pgsql' 'courier-authlib-pipe' 'courier-authlib-sqlite' 'courier-authlib-userdb' 'courier-imap' 'courier-prime-fonts' 'courier-unicode-devel' 'courier-unicode-doc' 'cowsay' 'coxeter' 'cozette-fonts' 'cozy' 'cozy-lang' 'cp437' 'cpanspec' 'cpdvd' 'cpdvd' 'cpio' 'cpio-lang' 'cpio-mt' 'cpluff' 'cpmono_v07-fonts' 'cpp' 'cpp10' 'cpp7' 'cpp9' 'cppcheck' 'cppcheck-gui' 'cpphs' 'cppi' 'cppi-lang' 'cppreference-doc' 'cppreference-doc-devhelp' 'cppreference-doc-qhelp' 'cpprest-devel' 'cpptasks' 'cpptasks-javadoc' 'cpptoml-devel' 'cppunit-devel' 'cppunit-devel-32bit' 'cppunit-devel-doc' 'cppzmq-devel' 'cpu-x' 'cpu-x-bash-completion' 'cpu-x-fish-completion' 'cpu-x-lang' 'cpu-x-zsh-completion' 'cpuid' 'cpulimit' 'cpupower' 'cpupower-bench' 'cpupower-devel' 'cpuset' 'cpustat' 'cpustat-bash-completion' 'cpvts' 'cpvts' 'cpvts-debugsource' 'cracklib' 'cracklib-devel' 'cracklib-devel-32bit' 'cracklib-dict-full' 'cracklib-dict-small' 'crafty' 'crafty' 'crafty-debuginfo' 'crafty-debugsource' 'cramfs-tools' 'cramfsswap' 'crash' 'crash-devel' 'crash-doc' 'crash-eppic' 'crash-gcore' 'crash-kmp-default' 'crash-kmp-pae' 'crawl' 'crawl-data' 'crawl-sdl' 'crazydiskinfo' 'crda' 'createrepo_c' 'cri-o' 'cri-o-kubeadm-criconfig' 'cri-tools' 'criu' 'criu-devel' 'crmsh' 'crmsh-scripts' 'crmsh-test' 'cron' 'cronic' 'cronie' 'cronie-anacron' 'cross-aarch64-binutils' 'cross-aarch64-gcc10' 'cross-aarch64-gcc10-icecream-backend' 'cross-aarch64-gcc7' 'cross-aarch64-gcc7-icecream-backend' 'cross-aarch64-gcc9' 'cross-aarch64-gcc9-icecream-backend' 'cross-amdgcn-gcc10' 'cross-amdgcn-newlib10-devel' 'cross-arm-binutils' 'cross-arm-gcc10' 'cross-arm-gcc10-icecream-backend' 'cross-arm-gcc7' 'cross-arm-gcc9' 'cross-arm-gcc9-icecream-backend' 'cross-arm-none-gcc10' 'cross-arm-none-gcc10-bootstrap' 'cross-arm-none-gcc7' 'cross-arm-none-gcc7-bootstrap' 'cross-arm-none-gcc9' 'cross-arm-none-gcc9-bootstrap' 'cross-arm-none-newlib-devel' 'cross-avr-binutils' 'cross-avr-gcc10' 'cross-avr-gcc10-bootstrap' 'cross-avr-gcc7' 'cross-avr-gcc7-bootstrap' 'cross-avr-gcc9' 'cross-avr-gcc9-bootstrap' 'cross-epiphany-binutils' 'cross-epiphany-gcc10' 'cross-epiphany-gcc10-bootstrap' 'cross-epiphany-gcc7' 'cross-epiphany-gcc7-bootstrap' 'cross-epiphany-gcc9' 'cross-epiphany-gcc9-bootstrap' 'cross-epiphany-newlib-devel' 'cross-hppa-binutils' 'cross-hppa-gcc10' 'cross-hppa-gcc10-icecream-backend' 'cross-hppa-gcc7' 'cross-hppa-gcc7-icecream-backend' 'cross-hppa-gcc9' 'cross-hppa-gcc9-icecream-backend' 'cross-hppa64-binutils' 'cross-i386-binutils' 'cross-i386-gcc10' 'cross-i386-gcc10-icecream-backend' 'cross-i386-gcc7' 'cross-i386-gcc7-icecream-backend' 'cross-i386-gcc9' 'cross-i386-gcc9-icecream-backend' 'cross-ia64-binutils' 'cross-m68k-binutils' 'cross-m68k-gcc10' 'cross-m68k-gcc10-icecream-backend' 'cross-m68k-gcc7' 'cross-m68k-gcc7-icecream-backend' 'cross-m68k-gcc9' 'cross-m68k-gcc9-icecream-backend' 'cross-mips-binutils' 'cross-mips-gcc10' 'cross-mips-gcc10-icecream-backend' 'cross-mips-gcc7' 'cross-mips-gcc7-icecream-backend' 'cross-mips-gcc9' 'cross-mips-gcc9-icecream-backend' 'cross-nvptx-gcc10' 'cross-nvptx-gcc7' 'cross-nvptx-gcc9' 'cross-nvptx-newlib10-devel' 'cross-nvptx-newlib7-devel' 'cross-nvptx-newlib9-devel' 'cross-ppc-binutils' 'cross-ppc64-binutils' 'cross-ppc64-gcc10' 'cross-ppc64-gcc10-icecream-backend' 'cross-ppc64-gcc7' 'cross-ppc64-gcc7-icecream-backend' 'cross-ppc64-gcc9' 'cross-ppc64-gcc9-icecream-backend' 'cross-ppc64le-binutils' 'cross-ppc64le-gcc10' 'cross-ppc64le-gcc10-icecream-backend' 'cross-ppc64le-gcc7' 'cross-ppc64le-gcc7-icecream-backend' 'cross-ppc64le-gcc9' 'cross-ppc64le-gcc9-icecream-backend' 'cross-riscv64-binutils' 'cross-riscv64-elf-gcc10' 'cross-riscv64-elf-gcc10-bootstrap' 'cross-riscv64-elf-gcc9' 'cross-riscv64-elf-gcc9-bootstrap' 'cross-riscv64-gcc10' 'cross-riscv64-gcc10-icecream-backend' 'cross-riscv64-gcc9' 'cross-riscv64-gcc9-icecream-backend' 'cross-riscv64-newlib-devel' 'cross-rx-binutils' 'cross-rx-gcc10' 'cross-rx-gcc10-bootstrap' 'cross-rx-gcc7' 'cross-rx-gcc7-bootstrap' 'cross-rx-gcc9' 'cross-rx-gcc9-bootstrap' 'cross-rx-newlib-devel' 'cross-s390-binutils' 'cross-s390x-binutils' 'cross-s390x-gcc10' 'cross-s390x-gcc10-icecream-backend' 'cross-s390x-gcc7' 'cross-s390x-gcc7-icecream-backend' 'cross-s390x-gcc9' 'cross-s390x-gcc9-icecream-backend' 'cross-sparc-binutils' 'cross-sparc-gcc10' 'cross-sparc-gcc7' 'cross-sparc-gcc9' 'cross-sparc64-binutils' 'cross-sparc64-gcc10' 'cross-sparc64-gcc10-icecream-backend' 'cross-sparc64-gcc7' 'cross-sparc64-gcc7-icecream-backend' 'cross-sparc64-gcc9' 'cross-sparc64-gcc9-icecream-backend' 'cross-sparcv9-gcc10-icecream-backend' 'cross-sparcv9-gcc7-icecream-backend' 'cross-sparcv9-gcc9-icecream-backend' 'cross-spu-binutils' 'cross-x86_64-binutils' 'cross-xtensa-binutils' 'crossguid-devel' 'crosstool-ng' 'crow-translate' 'crudini' 'cryfs' 'cryptctl' 'cryptsetup' 'cryptsetup-lang' 'crystalhd-firmware' 'cscope' 'cscreen' 'csi-external-attacher' 'csi-external-provisioner' 'csi-external-resizer' 'csi-external-snapshotter' 'csi-livenessprobe' 'csi-node-driver-registrar' 'csindex' 'csmash' 'csmith' 'csound' 'csound-devel' 'csound-lang' 'csound-plugins' 'cspctl' 'csvprintf' 'csync' 'csync2' 'ctags' 'ctdb' 'ctdb-pcp-pmda' 'ctdb-tests' 'ctris' 'cttop' 'cudd-devel' 'cuetools' 'cuetools' 'cuetools-debuginfo' 'cuetools-debugsource' 'cuishark' 'culmus-ancient-semitic-fonts' 'culmus-fonts' 'cuneiform' 'cunit-devel' 'cunit-doc' 'cups' 'cups-airprint' 'cups-backends' 'cups-client' 'cups-config' 'cups-ddk' 'cups-devel' 'cups-devel-32bit' 'cups-filters' 'cups-filters-devel' 'cups-pdf' 'cups-pk-helper' 'cups-pk-helper-lang' 'cups-rpm-helper' 'cura' 'cura-engine' 'cura-engine-lulzbot' 'cura-fdm-materials' 'cura-lulzbot' 'curl' 'curlew' 'curlew' 'curlew-lang' 'curlftpfs' 'cutecom' 'cutmp3' 'cutmp3-doc' 'cutterff' 'cutterff-lang' 'cvise' 'cvs' 'cvs-doc' 'cvsps' 'cwstudio' 'cxref' 'cxsc' 'cxsc-devel' 'cxxtools-devel' 'cyreal-alice-fonts' 'cyreal-junge-fonts' 'cyreal-lobster-cyrillic-fonts' 'cyreal-lora-fonts' 'cyreal-marko-horobchyk-fonts' 'cyreal-marmelad-fonts' 'cyreal-wire-fonts' 'cyrus-sasl' 'cyrus-sasl-32bit' 'cyrus-sasl-crammd5' 'cyrus-sasl-crammd5-32bit' 'cyrus-sasl-devel' 'cyrus-sasl-devel-32bit' 'cyrus-sasl-digestmd5' 'cyrus-sasl-digestmd5-32bit' 'cyrus-sasl-gs2' 'cyrus-sasl-gssapi' 'cyrus-sasl-gssapi-32bit' 'cyrus-sasl-ldap-auxprop' 'cyrus-sasl-ldap-auxprop-32bit' 'cyrus-sasl-ntlm' 'cyrus-sasl-otp' 'cyrus-sasl-otp-32bit' 'cyrus-sasl-plain' 'cyrus-sasl-plain-32bit' 'cyrus-sasl-saslauthd' 'cyrus-sasl-scram' 'cyrus-sasl-sqlauxprop' 'cyrus-sasl-sqlauxprop-32bit' 'czmq' 'czmq-devel' 'd-feet' 'd-feet-lang' 'd0_blind_id' 'd0_blind_id-devel' 'dMagnetic' 'dSFMT-devel' 'dai-banna-fonts' 'dante' 'dante-devel' 'dante-devel-32bit' 'dante-server' 'dapl' 'dapl-debug' 'dapl-debug-devel' 'dapl-debug-libs' 'dapl-debug-utils' 'dapl-devel' 'dapl-devel-32bit' 'dapl-utils' 'daps' 'dar' 'dar-doc' 'dar-lang' 'darkice' 'darkice' 'darkice-debuginfo' 'darkice-debugsource' 'darktable' 'darktable-doc' 'darktable-tools-basecurve' 'darktable-tools-noise' 'darts' 'dash' 'dasher' 'dasher-data-extras' 'dasher-data-recommended' 'dasher-lang' 'data-partition-service' 'datamash' 'dataquay-devel' 'datefudge' 'dateutils' 'dateutils-octave' 'datovka' 'dav1d' 'dav1d-devel' 'davfs2' 'davix' 'davix-devel' 'dazzle-list-counters' 'db48-doc' 'db48-utils' 'dbench' 'dbench4' 'dbgl' 'dbh-devel' 'dblatex' 'dblatex-doc' 'dbsplit-tools' 'dbus-1' 'dbus-1-devel' 'dbus-1-devel-32bit' 'dbus-1-devel-doc' 'dbus-1-glib' 'dbus-1-glib-32bit' 'dbus-1-glib-devel' 'dbus-1-glib-devel-32bit' 'dbus-1-glib-doc' 'dbus-1-glib-tool' 'dbus-1-mono' 'dbus-1-x11' 'dbus-broker' 'dbus-sharp' 'dbus-sharp-devel' 'dbus-sharp-glib' 'dbus-sharp-glib-devel' 'dbus-sharp-glib2' 'dbus-sharp-glib2-devel' 'dbus-sharp2' 'dbus-sharp2-devel' 'dbview' 'dbxtool' 'dc3dd' 'dc3dd-lang' 'dca-utils' 'dca-utils-debuginfo' 'dcadec' 'dcadec' 'dcadec-debuginfo' 'dcadec-debugsource' 'dcaenc' 'dcaenc' 'dcaenc-debuginfo' 'dcaenc-debugsource' 'dcatools' 'dcatools' 'dcatools-debuginfo' 'dcatools-debugsource' 'dcmtk' 'dcmtk' 'dcmtk-debuginfo' 'dcmtk-debugsource' 'dcmtk-devel' 'dconf' 'dconf-devel' 'dconf-editor' 'dconf-editor-lang' 'dcraw' 'dcraw-lang' 'dd-opentracing-cpp-devel' 'dd_rescue' 'dd_rescue-crypt' 'dd_rescue-lzo' 'dd_rhelp' 'ddccontrol' 'ddccontrol-db' 'ddccontrol-db-lang' 'ddccontrol-devel' 'ddccontrol-doc' 'ddccontrol-gtk' 'ddccontrol-lang' 'ddclient' 'ddcutil' 'ddgr' 'ddnet' 'ddnet-data' 'ddnet-server' 'ddrescueview' 'dds2tar' 'ddskk' 'deadbeef' 'deadbeef' 'deadbeef-debuginfo' 'deadbeef-debugsource' 'deadbeef-devel' 'deadbeef-lang' 'deadbeef-plugin-mpris2' 'deadbeef-plugin-statusnotifier' 'deadbeef-plugin-statusnotifier' 'deadbeef-plugin-statusnotifier-debuginfo' 'deadbeef-plugin-statusnotifier-debugsource' 'deadbeef-plugins-extra' 'deadbeef-plugins-extra-debuginfo' 'deal_II-devel' 'deal_II-openmpi2-devel' 'deal_II-openmpi3-devel' 'debhelper' 'debootstrap' 'debuginfod-client' 'decentxml' 'decentxml-javadoc' 'deepin-calendar' 'deepin-calendar-lang' 'deepin-editor' 'deepin-editor-lang' 'deepin-gettext-tools' 'deepin-menu' 'deepin-movie' 'deepin-movie-devel' 'deepin-movie-lang' 'deepin-music-libnetease-meta-search' 'deepin-music-player' 'deepin-music-player-lang' 'deepin-screenshot' 'deepin-screenshot-lang' 'deepin-system-monitor' 'deepin-system-monitor-lang' 'deepin-terminal' 'deepin-terminal-lang' 'deepin-turbo' 'deepin-turbo-devel' 'dehydrated' 'dehydrated-apache2' 'dehydrated-nginx' 'deja-dup' 'deja-dup-lang' 'dejagnu' 'dejavu-fonts' 'delaguardo-inconsolata_lgc-fonts' 'delayacct-utils' 'deltafs' 'deltarpm' 'deluge' 'deluge-lang' 'demumble' 'desktop-data-openSUSE' 'desktop-file-utils' 'desktop-translations' 'desktopfolder' 'desktopfolder-lang' 'deutex' 'dev86' 'devede' 'devede' 'devede-lang' 'devel_C_C++' 'devel_basis' 'devel_gnome' 'devel_java' 'devel_kde_frameworks' 'devel_kernel' 'devel_mono' 'devel_osc_build' 'devel_perl' 'devel_python3' 'devel_qt5' 'devel_rpm_build' 'devel_ruby' 'devel_tcl' 'devel_web' 'devel_yast' 'devhelp' 'devhelp-devel' 'devhelp-lang' 'device-mapper' 'device-mapper-devel' 'device-mapper-devel-32bit' 'devilspie2' 'devilspie2-lang' 'devilutionx' 'devilutionx-32bit' 'devmem2' 'devscripts' 'dex' 'dex-oidc' 'dfc' 'dfc-lang' 'dfu-programmer' 'dfu-tool' 'dh-autoreconf' 'dh-make' 'dhall-json' 'dhall-yaml' 'dhcp' 'dhcp-client' 'dhcp-devel' 'dhcp-doc' 'dhcp-relay' 'dhcp-server' 'dhcp-tools' 'dhcp_dns_server' 'dhcpd-pools' 'dhcpdetector' 'dhcpdetector' 'dhcpdetector-debugsource' 'dhewm3' 'dhex' 'dhtest' 'di' 'di' 'di-debuginfo' 'di-debugsource' 'dia' 'dia-lang' 'dialog' 'dialog-devel' 'dialog-examples' 'dialog-lang' 'dianara' 'dico' 'dico-devel' 'dico-lang' 'dico-modules' 'dictd' 'dictd-devel' 'dicts' 'diff-pdf' 'diffmk' 'diffoscope' 'diffstat' 'diffutils' 'diffutils-lang' 'digikam' 'digikam' 'digikam-debuginfo' 'digikam-debugsource' 'digikam-devel' 'digikam-lang' 'digikam-plugin-gmic' 'digikam-plugins' 'digikam-plugins-debuginfo' 'dina-bitmap-fonts' 'ding' 'ding-dict-de_en' 'diod' 'dippi' 'dippi-lang' 'dirac' 'dirac-devel' 'dirac-devel-32bit' 'directory_server' 'direnv' 'direvent' 'dirmngr' 'dirvish' 'discord' 'discord' 'discord-rpc-devel' 'discount' 'discover' 'discover-backend-flatpak' 'discover-backend-fwupd' 'discover-backend-packagekit' 'discover-lang' 'discover-notifier' 'diskimage-builder' 'diskmonitor' 'diskmonitor' 'diskmonitor-debuginfo' 'diskmonitor-debugsource' 'diskmonitor-lang' 'diskscan' 'disorderfs' 'disruptor' 'disruptor-javadoc' 'distcc' 'distcc-gui' 'distcc-server' 'distribution-gpg-keys' 'distribution-logos-openSUSE' 'distribution-logos-openSUSE-Kubic' 'distribution-logos-openSUSE-Leap' 'distribution-logos-openSUSE-MicroOS' 'distribution-logos-openSUSE-Tumbleweed' 'dita' 'diy-devel' 'diy-mpich-devel' 'djv' 'djv' 'djv-debuginfo' 'djv-debugsource' 'djv-devel' 'djv-doc' 'djv-plugins' 'djv-plugins-debuginfo' 'djvu2pdf' 'djvulibre' 'djvulibre-djview4' 'djvulibre-doc' 'dkgpg' 'dkimproxy' 'dkms' 'dleyna-connector-dbus' 'dleyna-core-devel' 'dleyna-renderer' 'dleyna-renderer-devel' 'dleyna-server' 'dleyna-server-devel' 'dlpack-devel' 'dm-zoned-tools' 'dmd' 'dmenu' 'dmidecode' 'dmlc-core-devel' 'dmraid' 'dmraid-devel' 'dmz-icon-theme-cursors' 'dnf' 'dnf-automatic' 'dnf-conf' 'dnf-lang' 'dnf-plugins-core' 'dnf-plugins-core-lang' 'dns24-update' 'dnscrypt-proxy' 'dnsdiag' 'dnsmasq' 'dnsmasq-utils' 'dnsmeter' 'dnstracer' 'docbook-css-stylesheets' 'docbook-dsssl-stylesheets' 'docbook-simple' 'docbook-tdg' 'docbook-toys' 'docbook-utils' 'docbook-utils-minimal' 'docbook-xml-slides' 'docbook-xml-website' 'docbook-xsl-pdf2index' 'docbook-xsl-stylesheets' 'docbook2x' 'docbook2x-doc' 'docbook5-xsl-stylesheets' 'docbook_3' 'docbook_4' 'docbook_5' 'docbook_5-doc' 'docker' 'docker-bash-completion' 'docker-bench-security' 'docker-client-java' 'docker-client-java-javadoc' 'docker-distribution-registry' 'docker-kubic' 'docker-kubic-bash-completion' 'docker-kubic-kubeadm-criconfig' 'docker-kubic-test' 'docker-kubic-zsh-completion' 'docker-libnetwork' 'docker-libnetwork-kubic' 'docker-machine-driver-kvm2' 'docker-runc' 'docker-runc-kubic' 'docker-test' 'docker-zsh-completion' 'docker_auth' 'doctest-devel' 'documentation' 'dogtail' 'doh' 'dolphin' 'dolphin-devel' 'dolphin-emu' 'dolphin-emu-lang' 'dolphin-part' 'dolphin-part-lang' 'dolphin-plugins' 'dolphin-plugins-lang' 'dom2-core-tests' 'dom4j' 'dom4j-demo' 'dom4j-javadoc' 'dom4j-manual' 'domination' 'domination-data' 'doomsday' 'dos2unix' 'dosbox' 'dosemu' 'dosfstools' 'dotconf-devel' 'double-conversion-devel' 'dovecot' 'dovecot23' 'dovecot23-backend-mysql' 'dovecot23-backend-pgsql' 'dovecot23-backend-sqlite' 'dovecot23-devel' 'dovecot23-fts' 'dovecot23-fts-lucene' 'dovecot23-fts-solr' 'dovecot23-fts-squat' 'doxygen' 'doxygen2man' 'doxywizard' 'dpdk' 'dpdk-devel' 'dpdk-doc' 'dpdk-examples' 'dpdk-kmp-default' 'dpdk-tools' 'dpic' 'dpic-doc' 'dpkg' 'dpkg-devel' 'dpkg-lang' 'dracut' 'dracut-extra' 'dracut-fips' 'dracut-ima' 'dracut-kiwi-lib' 'dracut-kiwi-live' 'dracut-kiwi-oem-dump' 'dracut-kiwi-oem-repart' 'dracut-kiwi-overlay' 'dracut-sshd' 'dracut-tools' 'dragonplayer' 'dragonplayer-lang' 'drbd' 'drbd-formula' 'drbd-kmp-default' 'drbd-utils' 'drc' 'drc-doc' 'driverctl' 'drkonqi5' 'drkonqi5-lang' 'droidcam' 'droidcam-cli' 'dropbox-cli' 'drops' 'dropwatch' 'drumstick' 'drumstick' 'drumstick-debuginfo' 'drumstick-debugsource' 'drush' 'dsmidiwifi' 'dsmidiwifi' 'dsmidiwifi-debuginfo' 'dssi' 'dssi-devel' 'dssi-linuxsampler' 'dssi-linuxsampler-debuginfo' 'dssim' 'dstat' 'dsvpn' 'dt' 'dtach' 'dtc' 'dtdinst' 'dtkcore' 'dtkcore-devel' 'dtkwidget' 'dtkwidget-devel' 'dtkwidget-lang' 'dtkwm-devel' 'dtv-scan-tables' 'dtv-scan-tables-v5' 'dub' 'duc' 'duktape-devel' 'dump' 'dump-rmt' 'dump1090-fa' 'dumpvdl2' 'dumpzilla' 'dumpzilla-bash-completion' 'dunelegacy' 'dunst' 'duperemove' 'duplicity' 'duplicity-lang' 'duply' 'dustrac' 'dv2sub' 'dv2sub' 'dv2sub-debuginfo' 'dv2sub-debugsource' 'dvb-utils' 'dvbcut' 'dvbsnoop' 'dvbstream' 'dvd+rw-tools' 'dvd-slideshow' 'dvd-slideshow' 'dvdauthor' 'dvdbackup' 'dvdbackup' 'dvdbackup-debuginfo' 'dvdbackup-debugsource' 'dvdbackup-lang' 'dvdinfo' 'dvdinfo' 'dvdinfo-debuginfo' 'dvdisaster' 'dvdisaster-docs' 'dvdrip' 'dvdrip' 'dvdrip-debuginfo' 'dvdrip-debugsource' 'dvdshrink' 'dvdshrink' 'dvdwizard' 'dvdwizard' 'dvgrab' 'dvgrab' 'dvgrab-debuginfo' 'dvgrab-debugsource' 'dvgt' 'dwarf2json' 'dwarves' 'dwz' 'dwz-testsuite' 'dxflib-devel' 'dxirc' 'dxirc' 'dxirc-debuginfo' 'dxirc-debugsource' 'dynamic-wallpapers-11x' 'dynamips' 'dzen2' 'e16' 'e2fsprogs' 'e2fsprogs-devel' 'e2fsprogs-scrub' 'e3' 'eaglemode' 'earlyoom' 'easy-rsa' 'easyloggingpp-devel' 'easymock' 'easymock-javadoc' 'easymp3gain' 'easymp3gain' 'easymp3gain-debuginfo' 'easymp3gain-debugsource' 'easymp3gain-lang' 'easymp3gain-qt5' 'easymp3gain-qt5-debuginfo' 'easytag' 'easytag-lang' 'eatmydata' 'eb' 'eb-devel' 'eb-garamond-fonts' 'eb-lang' 'ebiso' 'ebizzy' 'eblook' 'ebook-tools' 'ebook-tools' 'ebook-tools-debuginfo' 'ebook-tools-debugsource' 'ebtables' 'ebumeter' 'ecasound' 'ecasound' 'ecasound-debuginfo' 'ecasound-debugsource' 'ecasound-doc' 'echomixer' 'eciadsl-usermode' 'ecj' 'eclipse-anyedit' 'eclipse-anyedit-javadoc' 'eclipse-contributor-tools' 'eclipse-ecf-core' 'eclipse-ecf-core-bootstrap' 'eclipse-ecf-runtime' 'eclipse-ecf-sdk' 'eclipse-egit' 'eclipse-emf-core' 'eclipse-emf-core-bootstrap' 'eclipse-emf-runtime' 'eclipse-emf-sdk' 'eclipse-emf-xsd' 'eclipse-equinox-osgi' 'eclipse-gef' 'eclipse-gef-sdk' 'eclipse-gef-tests' 'eclipse-jdt' 'eclipse-jgit' 'eclipse-license1' 'eclipse-license2' 'eclipse-p2-discovery' 'eclipse-pde' 'eclipse-platform' 'eclipse-swt' 'eclipse-swtchart' 'econnman' 'ecore_imf-module-scim' 'ecryptfs-utils' 'ecryptfs-utils-32bit' 'ecryptfs-utils-devel' 'ecryptfs-utils-devel-32bit' 'ecwolf' 'ed' 'ed25519-java' 'ed25519-java-javadoc' 'edgar' 'edgar-data' 'edgar-lang' 'edge-addition-planarity-suite' 'edge-addition-planarity-suite-devel' 'edict' 'edict2' 'editorconfig' 'editres' 'eekboard' 'eekboard-devel' 'eeyek-fonts' 'efibootmgr' 'efivar' 'efivar-devel' 'efl' 'efl-devel' 'efl-examples' 'efl-lang' 'efl-testsuite' 'efont-serif-fonts' 'efont-unicode-bitmap-fonts' 'eiciel' 'eiciel-lang' 'eigen3-devel' 'eigen3-doc' 'eiskaltdcpp-qt' 'ekiga' 'ekiga-lang' 'ekiga-plugins-evolution' 'eko' 'eko' 'elektra' 'elektra-qt-gui' 'elementary-cmake-modules' 'elementary-icon-theme' 'elementary-icon-theme-gimp-palette' 'elementary-icon-theme-inkscape-palette' 'elementary-wallpapers' 'elementary-xfce-icon-theme' 'elemines' 'elftoaout' 'elfutils' 'elfutils-debuginfod' 'elfutils-lang' 'elilo' 'elinks' 'elisa' 'elisa-lang' 'elixir' 'elixir-doc' 'elixir-ex_doc' 'elixir-hex' 'ell-devel' 'elua' 'emacs' 'emacs-apel' 'emacs-auctex' 'emacs-color-theme' 'emacs-completion-golang' 'emacs-el' 'emacs-flim' 'emacs-info' 'emacs-nox' 'emacs-plugin-devhelp' 'emacs-scheme48' 'emacs-semi' 'emacs-w3m' 'emacs-x11' 'embree-devel-static' 'emf2svg-conv' 'emil' 'emojione-color-font' 'emount' 'emount' 'emount-debuginfo' 'emount-debugsource' 'empathy' 'empathy-lang' 'enblend-enfuse' 'enblend-enfuse-doc' 'enca' 'enca-devel' 'encfs' 'encfs-lang' 'enchant-1-backend-voikko' 'enchant-1-backend-voikko-32bit' 'enchant-1-backend-zemberek' 'enchant-1-backend-zemberek-32bit' 'enchant-1-backends' 'enchant-1-data' 'enchant-1-devel' 'enchant-1-tools' 'enchant-2-backend-aspell' 'enchant-2-backend-hunspell' 'enchant-2-backend-nuspell' 'enchant-2-backend-voikko' 'enchant-2-backend-voikko-32bit' 'enchant-data' 'enchant-devel' 'enchant-tools' 'enchive' 'endless-sky' 'enet-devel' 'engauge-digitizer' 'engauge-digitizer-devel-doc' 'engauge-digitizer-doc' 'engdic' 'engrampa' 'engrampa-lang' 'enhanced_base' 'enigmail' 'enigmail' 'enlightenment' 'enlightenment' 'enlightenment-branding-openSUSE' 'enlightenment-branding-upstream' 'enlightenment-devel' 'enlightenment-profiles-openSUSE' 'enlightenment-theme-cerium2' 'enlightenment-theme-dark' 'enlightenment-theme-openSUSE' 'enlightenment-theme-openSUSE-ice' 'enlightenment-theme-openSUSE-neon' 'enlightenment-theme-upstream' 'enlightenment-x-dark-icon-theme' 'enscript' 'entangle' 'entangle-doc' 'entangle-lang' 'entangle-plugin-eclipse' 'entangle-plugin-photobox' 'entangle-plugin-shooter' 'entr' 'envoy-build-tools' 'envoy-protoc-gen-validate' 'envoy-protoc-gen-validate-source' 'envoy-proxy' 'envoy-proxy-source' 'envy24control' 'eog' 'eog-devel' 'eog-lang' 'eog-plugin-exif-display' 'eog-plugin-export-to-folder' 'eog-plugin-fit-to-width' 'eog-plugin-fullscreenbg' 'eog-plugin-hide-titlebar' 'eog-plugin-light-theme' 'eog-plugin-map' 'eog-plugin-maximize-windows' 'eog-plugin-postasa' 'eog-plugin-pythonconsole' 'eog-plugin-send-by-mail' 'eog-plugin-slideshowshuffle' 'eog-plugins' 'eog-plugins-data' 'eog-plugins-lang' 'eolie' 'eolie-lang' 'eom' 'eom-devel' 'eom-lang' 'eperiodique' 'ephoto' 'ephoto-lang' 'epic' 'epiphany' 'epiphany-branding-openSUSE' 'epiphany-branding-upstream' 'epiphany-lang' 'epour' 'epour-lang' 'epplet-base' 'epson-inkjet-printer-escpr' 'epymc' 'epymc-lang' 'eqonomize' 'eqonomize' 'eqonomize-debuginfo' 'eqonomize-debugsource' 'equalx' 'eremaea' 'erfa-devel' 'erfa-devel-static' 'eric' 'eric-api' 'erlang' 'erlang-debugger' 'erlang-debugger-src' 'erlang-dialyzer' 'erlang-dialyzer-src' 'erlang-diameter' 'erlang-diameter-src' 'erlang-doc' 'erlang-epmd' 'erlang-et' 'erlang-et-src' 'erlang-jinterface' 'erlang-jinterface-src' 'erlang-observer' 'erlang-observer-src' 'erlang-rabbitmq-client' 'erlang-rebar' 'erlang-rebar-src' 'erlang-reltool' 'erlang-reltool-src' 'erlang-retest' 'erlang-retest-src' 'erlang-sd_notify' 'erlang-src' 'erlang-wx' 'erlang-wx-src' 'erofs-utils' 'esc' 'espeak' 'espeak-devel' 'espeak-ng' 'espeak-ng-compat' 'espeak-ng-compat-devel' 'espeak-ng-devel' 'espeakedit' 'etags' 'etc-update' 'etcd' 'etcd-for-k8s1.18' 'etcd-for-k8s1.19' 'etcdctl' 'etckeeper' 'etckeeper-bash-completion' 'etckeeper-zsh-completion' 'etckeeper-zypp-plugin' 'etherape' 'etherape-lang' 'ethtool' 'etrophy' 'etrophy-data' 'etrophy-devel' 'evas-generic-loaders' 'evemu' 'evemu-devel' 'eventstat' 'eventstat-bash-completion' 'eventviews' 'eventviews-devel' 'eventviews-lang' 'evieproto-devel' 'evince' 'evince-devel' 'evince-lang' 'evince-plugin-comicsdocument' 'evince-plugin-djvudocument' 'evince-plugin-dvidocument' 'evince-plugin-pdfdocument' 'evince-plugin-psdocument' 'evince-plugin-tiffdocument' 'evince-plugin-xpsdocument' 'eviternity' 'eviternity' 'evmctl' 'evolution' 'evolution-data-server' 'evolution-data-server-32bit' 'evolution-data-server-devel' 'evolution-data-server-lang' 'evolution-devel' 'evolution-ews' 'evolution-ews-lang' 'evolution-lang' 'evolution-plugin-bogofilter' 'evolution-plugin-pst-import' 'evolution-plugin-rss' 'evolution-plugin-rss-lang' 'evolution-plugin-spamassassin' 'evolution-plugin-text-highlight' 'evtest' 'exa' 'exaile' 'exaile-lang' 'exec-maven-plugin' 'exec-maven-plugin-javadoc' 'execstack' 'exempi-tools' 'exercism' 'exfat-utils' 'exfatprogs' 'exif' 'exiftool' 'exiftran' 'exim' 'eximon' 'eximstats-html' 'exiv2' 'exiv2-lang' 'exmh' 'exo-branding-openSUSE' 'exo-branding-upstream' 'exo-data' 'exo-devel' 'exo-helpers' 'exo-lang' 'exo-tools' 'exodusii-devel' 'expat' 'expect' 'expect-devel' 'explain' 'ext3grep' 'ext4magic' 'extra-cmake-modules' 'extra-cmake-modules-doc' 'extra166y' 'extra166y-javadoc' 'extract-appdata-icons' 'extractpdfmark' 'extreme-tuxracer' 'extreme-tuxracer-data' 'extundelete' 'eyeD3' 'ez-ipupdate' 'ezmorph' 'ezmorph-javadoc' 'ezstream' 'f2c' 'f2c-devel' 'f2fs-tools' 'f2fs-tools-compat' 'f2fs-tools-devel' 'f3' 'fIcy' 'faac' 'faac' 'faac-debuginfo' 'faac-debugsource' 'faad2' 'faad2' 'faad2-debuginfo' 'faad2-debugsource' 'faba-icon-theme' 'fabtests' 'facedetect' 'faenza-icon-theme' 'faenza-icon-theme-ambiance' 'faenza-icon-theme-dark' 'faenza-icon-theme-darker' 'faenza-icon-theme-darkest' 'faenza-icon-theme-mint' 'faenza-icon-theme-radiance' 'fail2ban' 'fairymax' 'fakechroot' 'fakeroot' 'fakeroot-32bit' 'falkon' 'falkon' 'falkon-debuginfo' 'falkon-debugsource' 'falkon-gnome-keyring' 'falkon-gnome-keyring-debuginfo' 'falkon-kde' 'falkon-kde-debuginfo' 'falkon-lang' 'farsi-fonts' 'farstream-data' 'farstream-devel' 'fasd' 'fasterxml-oss-parent' 'fastjar' 'fastjet-contrib-devel' 'fastjet-contrib-devel-static' 'fastjet-devel' 'fastjet-plugin-siscone' 'fastjet-plugin-siscone-devel' 'fastlzlib' 'fastlzlib-devel' 'fatrace' 'fatsort' 'fb-util-for-appx' 'fbdesk' 'fbdesk' 'fbdesk-debuginfo' 'fbdesk-debugsource' 'fbi' 'fbiterm' 'fbpdf' 'fbreader' 'fbterm' 'fcdproplus-udev' 'fcgiwrap' 'fcgiwrap-nginx' 'fcitx' 'fcitx-anthy' 'fcitx-branding-openSUSE' 'fcitx-chewing' 'fcitx-cloudpinyin' 'fcitx-config-gtk3' 'fcitx-devel' 'fcitx-fbterm' 'fcitx-googlepinyin' 'fcitx-gtk2' 'fcitx-gtk2-32bit' 'fcitx-gtk3' 'fcitx-gtk3-32bit' 'fcitx-hangul' 'fcitx-kkc' 'fcitx-libpinyin' 'fcitx-m17n' 'fcitx-mozc' 'fcitx-pinyin' 'fcitx-pinyin-tools' 'fcitx-pylogger' 'fcitx-qt5' 'fcitx-qt5-32bit' 'fcitx-qt5-devel' 'fcitx-quwei' 'fcitx-rime' 'fcitx-sayura' 'fcitx-skin-classic' 'fcitx-skin-dark' 'fcitx-skin-new-air' 'fcitx-skk' 'fcitx-sunpinyin' 'fcitx-table' 'fcitx-table-amharic' 'fcitx-table-arabic' 'fcitx-table-cn-bingchan' 'fcitx-table-cn-cangjie' 'fcitx-table-cn-cantonese' 'fcitx-table-cn-cns11643' 'fcitx-table-cn-dianbao' 'fcitx-table-cn-erbi' 'fcitx-table-cn-wanfeng' 'fcitx-table-cn-wu' 'fcitx-table-cn-wubi' 'fcitx-table-cn-wubi-large' 'fcitx-table-cn-wubi-pinyin' 'fcitx-table-cn-zhengma' 'fcitx-table-cn-zhengma-large' 'fcitx-table-cn-ziran' 'fcitx-table-emoji' 'fcitx-table-extra-lang' 'fcitx-table-hk-cantonese' 'fcitx-table-hk-jyutping' 'fcitx-table-hk-stroke5' 'fcitx-table-ipa-x-sampa' 'fcitx-table-latex' 'fcitx-table-malayalam-compose' 'fcitx-table-malayalam-phonetic' 'fcitx-table-other' 'fcitx-table-ru-rustrad' 'fcitx-table-ru-translit' 'fcitx-table-ru-yawerty' 'fcitx-table-t9' 'fcitx-table-tamil-remington' 'fcitx-table-thai' 'fcitx-table-tools' 'fcitx-table-tw-array30' 'fcitx-table-tw-array30-large' 'fcitx-table-tw-boshiamy' 'fcitx-table-tw-cangjie-large' 'fcitx-table-tw-cangjie3' 'fcitx-table-tw-cangjie5' 'fcitx-table-tw-easy-large' 'fcitx-table-tw-quick-classic' 'fcitx-table-tw-quick3' 'fcitx-table-tw-quick5' 'fcitx-table-tw-smart-cangjie6' 'fcitx-table-ua-translit' 'fcitx-table-vi-qr' 'fcitx-ui-light' 'fcitx-unikey' 'fcitx-zhuyin' 'fcoe-utils' 'fcwnn' 'fcwnn-devel' 'fcwnncom' 'fd' 'fd-bash-completion' 'fd-fish-completion' 'fd-zsh-completion' 'fd0ssh' 'fdk-aac' 'fdk-aac-debugsource' 'fdk-aac-devel' 'fdkaac' 'fdkaac' 'fdkaac-debuginfo' 'fdkaac-debugsource' 'fdupes' 'featherpad' 'featherpad-lang' 'fec-devel' 'fedfs-utils-admin' 'fedfs-utils-client' 'fedfs-utils-common' 'fedfs-utils-devel' 'fedfs-utils-nsdbparams' 'fedfs-utils-server' 'feh' 'felix-gogo-command' 'felix-gogo-command-javadoc' 'felix-gogo-parent' 'felix-gogo-runtime' 'felix-gogo-runtime-javadoc' 'felix-gogo-shell' 'felix-gogo-shell-javadoc' 'felix-parent' 'felix-scr' 'felix-scr-javadoc' 'felix-shell' 'felix-shell-javadoc' 'felix-utils' 'felix-utils-javadoc' 'fence-agents' 'fence-agents-amt_ws' 'fence-agents-devel' 'fence-sanlock' 'festival' 'festival-devel' 'fetchmail' 'fetchmailconf' 'fetchmsttfonts' 'ffado' 'ffado-mixer' 'ffcall' 'ffhevc' 'ffhevc' 'fflas-ffpack-devel' 'fflas-ffpack-doc' 'ffmpeg-2' 'ffmpeg-2-debugsource' 'ffmpeg-2-libavcodec-devel' 'ffmpeg-2-libavdevice-devel' 'ffmpeg-2-libavfilter-devel' 'ffmpeg-2-libavformat-devel' 'ffmpeg-2-libavresample-devel' 'ffmpeg-2-libavutil-devel' 'ffmpeg-2-libpostproc-devel' 'ffmpeg-2-libswresample-devel' 'ffmpeg-2-libswscale-devel' 'ffmpeg-3' 'ffmpeg-3-debugsource' 'ffmpeg-3-libavcodec-devel' 'ffmpeg-3-libavdevice-devel' 'ffmpeg-3-libavfilter-devel' 'ffmpeg-3-libavformat-devel' 'ffmpeg-3-libavresample-devel' 'ffmpeg-3-libavutil-devel' 'ffmpeg-3-libpostproc-devel' 'ffmpeg-3-libswresample-devel' 'ffmpeg-3-libswscale-devel' 'ffmpeg-3-private-devel' 'ffmpeg-4' 'ffmpeg-4' 'ffmpeg-4-debuginfo' 'ffmpeg-4-debugsource' 'ffmpeg-4-libavcodec-devel' 'ffmpeg-4-libavdevice-devel' 'ffmpeg-4-libavfilter-devel' 'ffmpeg-4-libavformat-devel' 'ffmpeg-4-libavresample-devel' 'ffmpeg-4-libavutil-devel' 'ffmpeg-4-libpostproc-devel' 'ffmpeg-4-libswresample-devel' 'ffmpeg-4-libswscale-devel' 'ffmpeg-4-private-devel' 'ffmpeg2theora' 'ffmpeg2theora' 'ffmpeg2theora-debuginfo' 'ffmpeg2theora-debugsource' 'ffmpegthumbnailer' 'ffmpegthumbs' 'ffmpegthumbs-lang' 'ffmpegyag' 'ffmpegyag' 'ffmpegyag-debuginfo' 'ffmpegyag-debugsource' 'ffmsindex' 'ffnvcodec-devel' 'ffsb' 'fftw3-devel' 'fftw3-gnu-hpc-devel' 'fftw3-gnu-mpich-hpc-devel' 'fftw3-gnu-mvapich2-hpc-devel' 'fftw3-gnu-openmpi1-hpc-devel' 'fftw3-gnu-openmpi2-hpc-devel' 'fftw3-gnu-openmpi3-hpc-devel' 'fftw3-gnu-openmpi4-hpc-devel' 'fftw3-mpi-devel' 'fftw3-openmp-devel' 'fftw3-threads-devel' 'fftw3_3_3_8-gnu-hpc-devel' 'fftw3_3_3_8-gnu-hpc-devel-static' 'fftw3_3_3_8-gnu-mpich-hpc-devel' 'fftw3_3_3_8-gnu-mpich-hpc-devel-static' 'fftw3_3_3_8-gnu-mvapich2-hpc-devel' 'fftw3_3_3_8-gnu-mvapich2-hpc-devel-static' 'fftw3_3_3_8-gnu-openmpi1-hpc-devel' 'fftw3_3_3_8-gnu-openmpi1-hpc-devel-static' 'fftw3_3_3_8-gnu-openmpi2-hpc-devel' 'fftw3_3_3_8-gnu-openmpi2-hpc-devel-static' 'fftw3_3_3_8-gnu-openmpi3-hpc-devel' 'fftw3_3_3_8-gnu-openmpi3-hpc-devel-static' 'fftw3_3_3_8-gnu-openmpi4-hpc-devel' 'fftw3_3_3_8-gnu-openmpi4-hpc-devel-static' 'ffx264' 'ffx264' 'ffxvid' 'ffxvid' 'fhourstones' 'fhs' 'fife-devel' 'fifechan-devel' 'fifth-leg-font' 'figlet' 'file' 'file-devel' 'file-devel-32bit' 'file-magic' 'file-roller' 'file-roller-lang' 'file-unpack' 'file_server' 'filebench' 'filelight' 'filelight-lang' 'filemanager-actions' 'filemanager-actions-devel' 'filemanager-actions-lang' 'filesystem' 'filesystem-media' 'filezilla' 'filezilla-lang' 'fillets-ng' 'fillets-ng-data' 'fillup' 'filter_audio-devel' 'finalcut-bitmap-fonts' 'finalhe' 'finalhe' 'finalhe-debuginfo' 'finalhe-debugsource' 'finch' 'finch-devel' 'findbugs' 'findbugs-bcel' 'findbugs-bcel-javadoc' 'findbugs-javadoc' 'findbugs-tools' 'findutils' 'findutils-lang' 'finger' 'finger-server' 'fio' 'fips' 'fipscheck' 'fipscheck-devel' 'firebird' 'firebird-doc' 'firebird-examples' 'firebird-server' 'firebird-utils' 'firecracker' 'firectl' 'firefox-esr-branding-openSUSE' 'firefox-theme-breeze-dark' 'firefox-theme-breeze-dark' 'firefox-uget-integrator' 'firehol' 'firehol-doc' 'firejail' 'firescope' 'firewall-applet' 'firewall-config' 'firewall-macros' 'firewalld' 'firewalld-lang' 'firewalld-rpcbind-helper' 'fish' 'fish-devel' 'fityk' 'fityk-devel' 'five-or-more' 'five-or-more-doc' 'five-or-more-lang' 'fkwnn' 'fkwnn-devel' 'flac' 'flac-devel' 'flac-devel-32bit' 'flac2all' 'flacon' 'flacon-lang' 'flamerobin' 'flameshot' 'flameshot-bash-completion' 'flameshot-zsh-completion' 'flann-devel' 'flannel' 'flannel-k8s-yaml' 'flare' 'flare-game' 'flarq' 'flash-player' 'flash-player' 'flash-player-debugsource' 'flash-player-gnome' 'flash-player-ppapi' 'flashfocus' 'flashrom' 'flatbuffers-devel' 'flatpak' 'flatpak-builder' 'flatpak-devel' 'flatpak-zsh-completion' 'flawfinder' 'fldigi' 'fldigi-lang' 'flex' 'flexdock' 'flickcurl' 'flickcurl-doc' 'flickrnet' 'flickrnet-devel' 'flint-devel' 'florence' 'florence-devel' 'florence-lang' 'flowgrind' 'fltk-devel' 'fltk-devel-32bit' 'fltk-devel-static' 'fluent-bit' 'fluent-bit-devel' 'fluid-soundfont-gm' 'fluid-soundfont-gs' 'fluidsynth' 'fluidsynth-devel' 'fluidsynth-dssi' 'flute' 'flute-javadoc' 'fluxbox' 'fluxbox-styles-upstream' 'flxmlrpc-devel' 'fly' 'fmit' 'fmpp' 'fmpp-javadoc' 'fmt-devel' 'fnotifystat' 'fnotifystat-bash-completion' 'focuswriter' 'focuswriter-lang' 'folder-color-common' 'folder-color-common-lang' 'foliate' 'foliate-lang' 'folks-data' 'folks-devel' 'folks-lang' 'folks-tools' 'foma' 'foma-devel' 'fondu' 'fonehome' 'fonehome-server' 'font-specimen' 'font-specimen-devel' 'font-util' 'fontawesome-fonts' 'fontawesome-fonts-web' 'fontcacheproto-devel' 'fontconfig' 'fontconfig-32bit' 'fontconfig-devel' 'fontconfig-devel-32bit' 'fontconfig-devel-doc' 'fontconfig-doc' 'fontconfig-lang' 'fontforge' 'fontforge-devel' 'fontforge-doc' 'fontobene-qt5-devel' 'fontpackages-devel' 'fonts' 'fonts-KanjiStrokeOrders' 'fonts-config' 'fonttosfnt' 'fontweak' 'forge-parent' 'forkbomb' 'forked-daapd' 'forkstat' 'forkstat-bash-completion' 'form' 'fortune' 'fossil' 'fotowall' 'four-in-a-row' 'four-in-a-row-lang' 'fox16-devel' 'fox16-devel-static' 'fox16-doc' 'fox16-example-apps' 'fparser-devel' 'fpc' 'fpc-doc' 'fpc-examples' 'fpc-src' 'fping' 'fplll' 'fplll-devel' 'fpm2' 'fpm2' 'fpm2-debuginfo' 'fpm2-debugsource' 'fpm2-lang' 'fprintd' 'fprintd-devel' 'fprintd-doc' 'fprintd-lang' 'fprintd-pam' 'fprintd-pam-32bit' 'fractal' 'fractal-lang' 'frame' 'frame-devel' 'framel' 'framel-devel' 'frameworkintegration-devel' 'frameworkintegration-devel-32bit' 'frameworkintegration-plugin' 'frameworkintegration-plugin-32bit' 'fred' 'free-ttf-fonts' 'freealut-devel' 'freecell-solver' 'freecell-solver-devel' 'freecell-solver-presets' 'freeciv' 'freeciv-gtk3' 'freeciv-lang' 'freeciv-qt' 'freedoom' 'freedoom-freedm' 'freedup' 'freeglut-demo' 'freeglut-devel' 'freeglut-devel-32bit' 'freeimage-devel' 'freeipmi' 'freeipmi-bmc-watchdog' 'freeipmi-devel' 'freeipmi-ipmidetectd' 'freeipmi-ipmiseld' 'freemarker' 'freemarker-javadoc' 'freeradius-client' 'freeradius-client-devel' 'freeradius-client-libs' 'freeradius-server' 'freeradius-server-devel' 'freeradius-server-doc' 'freeradius-server-krb5' 'freeradius-server-ldap' 'freeradius-server-libs' 'freeradius-server-mysql' 'freeradius-server-perl' 'freeradius-server-postgresql' 'freeradius-server-python3' 'freeradius-server-sqlite' 'freeradius-server-utils' 'freerdp' 'freerdp-devel' 'freerdp-proxy' 'freerdp-server' 'freerdp-wayland' 'freesrp-devel' 'freesrp-udev' 'freetds-config' 'freetds-devel' 'freetds-doc' 'freetds-tools' 'freetuxtv' 'freetuxtv' 'freetuxtv-debuginfo' 'freetuxtv-debugsource' 'freetuxtv-devel' 'freetuxtv-lang' 'freetype' 'freetype-devel' 'freetype-tools' 'freetype2-devel' 'freetype2-devel-32bit' 'freetype2-profile-tti35' 'freexl-devel' 'frei0r-plugins' 'frei0r-plugins-devel' 'frei0r-plugins-opencv' 'frescobaldi' 'freshplayerplugin' 'freshplayerplugin' 'freshplayerplugin-debuginfo' 'freshplayerplugin-debugsource' 'fribidi' 'fribidi-devel' 'frink' 'fritzing' 'fritzing-parts' 'frogatto' 'frogatto-data' 'frogatto-lang' 'frogr' 'frogr-lang' 'frozen-bubble' 'frozen-bubble-lang' 'frozen-bubble-server' 'frr' 'frr-devel' 'fruit21' 'fruit21' 'fruit21-debuginfo' 'fruit21-debugsource' 'fs-check' 'fs-uae' 'fs-uae-arcade' 'fs-uae-launcher' 'fs_mark' 'fsarchiver' 'fslsfonts' 'fstobdf' 'fstrcmp' 'fstrcmp-devel' 'fstrm' 'fstrm-devel' 'fsvs' 'fswebcam' 'ft2demos' 'ftbench' 'ftdiff' 'ftdump' 'ftgamma' 'ftgl-demo' 'ftgl-devel' 'ftgrid' 'ftinspect' 'ftlint' 'ftmulti' 'ftop' 'ftp' 'ftsteutates-sensors' 'ftstring' 'ftvalid' 'ftview' 'ftwnn' 'funny-manpages' 'funny-manpages' 'fuse' 'fuse-devel' 'fuse-devel-static' 'fuse-doc' 'fuse-exfat' 'fuse-oscfs' 'fuse-overlayfs' 'fuse3' 'fuse3-devel' 'fuse3-doc' 'fuseiso' 'fusepod' 'fusesmb' 'fusesource-pom' 'fusion-icon' 'fvwm-themes' 'fvwm2' 'fwbuilder' 'fwknop' 'fwknop-gui' 'fwknopd' 'fwnn' 'fwnn-devel' 'fwnncom' 'fwts' 'fwupd' 'fwupd-devel' 'fwupd-lang' 'fwupdtpmevlog' 'fxload' 'fzf' 'fzf-bash-completion' 'fzf-fish-completion' 'fzf-tmux' 'fzf-zsh-completion' 'fzy' 'g3utils' 'g810-led' 'gCue2tracks' 'gCue2tracks' 'gaa' 'gajim' 'gajim-lang' 'gajim-plugin-omemo' 'galaxis' 'galculator' 'galculator-lang' 'gama' 'gambas3' 'gambas3-devel' 'gambas3-gb-args' 'gambas3-gb-cairo' 'gambas3-gb-chart' 'gambas3-gb-clipper' 'gambas3-gb-complex' 'gambas3-gb-compress' 'gambas3-gb-compress-bzlib2' 'gambas3-gb-compress-zlib' 'gambas3-gb-crypt' 'gambas3-gb-data' 'gambas3-gb-db' 'gambas3-gb-db-form' 'gambas3-gb-db-mysql' 'gambas3-gb-db-odbc' 'gambas3-gb-db-postgresql' 'gambas3-gb-db-sqlite3' 'gambas3-gb-dbus' 'gambas3-gb-desktop' 'gambas3-gb-eval-highlight' 'gambas3-gb-form' 'gambas3-gb-form-dialog' 'gambas3-gb-form-editor' 'gambas3-gb-form-mdi' 'gambas3-gb-form-print' 'gambas3-gb-form-stock' 'gambas3-gb-form-terminal' 'gambas3-gb-geom' 'gambas3-gb-gmp' 'gambas3-gb-gsl' 'gambas3-gb-gtk' 'gambas3-gb-gtk-opengl' 'gambas3-gb-gtk3' 'gambas3-gb-gui' 'gambas3-gb-httpd' 'gambas3-gb-image' 'gambas3-gb-image-effect' 'gambas3-gb-image-imlib' 'gambas3-gb-image-io' 'gambas3-gb-inotify' 'gambas3-gb-jit' 'gambas3-gb-libxml' 'gambas3-gb-logging' 'gambas3-gb-maps' 'gambas3-gb-markdown' 'gambas3-gb-media' 'gambas3-gb-memcached' 'gambas3-gb-mime' 'gambas3-gb-mysql' 'gambas3-gb-ncurses' 'gambas3-gb-net' 'gambas3-gb-net-curl' 'gambas3-gb-net-pop3' 'gambas3-gb-net-smtp' 'gambas3-gb-openal' 'gambas3-gb-opengl' 'gambas3-gb-opengl-glsl' 'gambas3-gb-opengl-glu' 'gambas3-gb-opengl-sge' 'gambas3-gb-openssl' 'gambas3-gb-option' 'gambas3-gb-pcre' 'gambas3-gb-pdf' 'gambas3-gb-qt5' 'gambas3-gb-qt5-ext' 'gambas3-gb-qt5-opengl' 'gambas3-gb-qt5-webkit' 'gambas3-gb-report' 'gambas3-gb-report2' 'gambas3-gb-scanner' 'gambas3-gb-sdl' 'gambas3-gb-sdl-sound' 'gambas3-gb-settings' 'gambas3-gb-signal' 'gambas3-gb-term' 'gambas3-gb-term-form' 'gambas3-gb-util' 'gambas3-gb-util-web' 'gambas3-gb-v4l' 'gambas3-gb-vb' 'gambas3-gb-web' 'gambas3-gb-web-feed' 'gambas3-gb-web-form' 'gambas3-gb-xml' 'gambas3-gb-xml-rpc' 'gambas3-gb-xml-xslt' 'gambas3-ide' 'gambas3-runtime' 'gambas3-script' 'gamemoded' 'games' 'gamin-devel' 'gamin-server' 'gammaray' 'gammaray' 'gammaray-debuginfo' 'gammaray-debugsource' 'gammaray-devel' 'gammu' 'gammu-bash-completion' 'gammu-devel' 'gammu-doc' 'gammu-smsd' 'ganglia-devel' 'ganglia-gmetad' 'ganglia-gmetad-skip-bcheck' 'ganglia-gmond' 'ganglia-gmond-modules-python' 'ganglia-web' 'gangway' 'garglk' 'garglk' 'garglk-debuginfo' 'garglk-debugsource' 'garlic' 'garlic-doc' 'gasnet' 'gasnet-devel' 'gasnet-doc' 'gateway_server' 'gaupol' 'gavl' 'gawk' 'gbdfed' 'gbrainy' 'gbrainy-lang' 'gc-devel' 'gcab' 'gcab-devel' 'gcab-lang' 'gcad3d' 'gcal' 'gcal-lang' 'gcc' 'gcc-32bit' 'gcc-PIE' 'gcc-ada' 'gcc-ada-32bit' 'gcc-c++' 'gcc-c++-32bit' 'gcc-d' 'gcc-d-32bit' 'gcc-devel' 'gcc-fortran' 'gcc-fortran-32bit' 'gcc-go' 'gcc-go-32bit' 'gcc-info' 'gcc-locale' 'gcc-obj-c++' 'gcc-objc' 'gcc-objc-32bit' 'gcc10' 'gcc10-32bit' 'gcc10-ada' 'gcc10-ada-32bit' 'gcc10-c++' 'gcc10-c++-32bit' 'gcc10-d' 'gcc10-d-32bit' 'gcc10-devel' 'gcc10-fortran' 'gcc10-fortran-32bit' 'gcc10-go' 'gcc10-go-32bit' 'gcc10-info' 'gcc10-locale' 'gcc10-obj-c++' 'gcc10-obj-c++-32bit' 'gcc10-objc' 'gcc10-objc-32bit' 'gcc10-testresults' 'gcc7' 'gcc7-32bit' 'gcc7-ada' 'gcc7-ada-32bit' 'gcc7-c++' 'gcc7-c++-32bit' 'gcc7-devel' 'gcc7-fortran' 'gcc7-fortran-32bit' 'gcc7-go' 'gcc7-go-32bit' 'gcc7-info' 'gcc7-locale' 'gcc7-obj-c++' 'gcc7-obj-c++-32bit' 'gcc7-objc' 'gcc7-objc-32bit' 'gcc7-testresults' 'gcc9' 'gcc9-32bit' 'gcc9-ada' 'gcc9-ada-32bit' 'gcc9-c++' 'gcc9-c++-32bit' 'gcc9-d' 'gcc9-d-32bit' 'gcc9-devel' 'gcc9-fortran' 'gcc9-fortran-32bit' 'gcc9-go' 'gcc9-go-32bit' 'gcc9-info' 'gcc9-locale' 'gcc9-obj-c++' 'gcc9-obj-c++-32bit' 'gcc9-objc' 'gcc9-objc-32bit' 'gcc9-testresults' 'gccmakedep' 'gcdemu' 'gcdemu-lang' 'gcin' 'gcin-anthy' 'gcin-anthy-32bit' 'gcin-branding-openSUSE' 'gcin-branding-upstream' 'gcin-gtk2' 'gcin-gtk2-32bit' 'gcin-gtk3' 'gcin-gtk3-32bit' 'gcin-qt5' 'gcin-qt5-32bit' 'gcolor2' 'gcolor3' 'gcompris-qt' 'gcompris-qt-activities' 'gcompris-qt-lang' 'gcompris-qt-voices' 'gconf-polkit' 'gconf2' 'gconf2-32bit' 'gconf2-devel' 'gconf2-lang' 'gcovr' 'gcovr-doc' 'gcr-data' 'gcr-lang' 'gcr-prompter' 'gcr-ssh-askpass' 'gcr-viewer' 'gcstar' 'gd' 'gd-devel' 'gd-devel-32bit' 'gdal' 'gdal-devel' 'gdata-sharp' 'gdata-sharp-devel' 'gdb' 'gdb-testresults' 'gdbm-devel' 'gdbm-devel-32bit' 'gdbm-lang' 'gdbserver' 'gdcm' 'gdcm-applications' 'gdcm-devel' 'gdcm-examples' 'gdcm-libgdcm3_0' 'gdk-pixbuf-devel' 'gdk-pixbuf-devel-32bit' 'gdk-pixbuf-lang' 'gdk-pixbuf-loader-libheif' 'gdk-pixbuf-loader-libopenraw' 'gdk-pixbuf-loader-libopenraw-32bit' 'gdk-pixbuf-loader-rsvg' 'gdk-pixbuf-loader-rsvg-32bit' 'gdk-pixbuf-query-loaders' 'gdk-pixbuf-query-loaders-32bit' 'gdk-pixbuf-thumbnailer' 'gdl-devel' 'gdl-lang' 'gdlmm-devel' 'gdm' 'gdm-branding-MicroOS' 'gdm-branding-openSUSE' 'gdm-branding-upstream' 'gdm-devel' 'gdm-lang' 'gdm-systemd' 'gdmflexiserver' 'gdouros-abydos-fonts' 'gdouros-abydos-fonts-doc' 'gdouros-aegean-fonts' 'gdouros-aegyptus-fonts' 'gdouros-akkadian-fonts' 'gdouros-alfios-fonts' 'gdouros-analecta-fonts' 'gdouros-anatolian-fonts' 'gdouros-atavyros-fonts' 'gdouros-maya-fonts' 'gdouros-musica-fonts' 'gdouros-symbola-fonts' 'gdouros-text-fonts' 'gdouros-unidings-fonts' 'geany' 'geany-devel' 'geany-doc' 'geany-lang' 'geany-plugins' 'geany-plugins-lang' 'geary' 'geary-lang' 'gebaar-libinput' 'gedit' 'gedit-devel' 'gedit-lang' 'gedit-latex-lang' 'gedit-plugin-bookmarks' 'gedit-plugin-bracketcompletion' 'gedit-plugin-charmap' 'gedit-plugin-codecomment' 'gedit-plugin-colorpicker' 'gedit-plugin-colorschemer' 'gedit-plugin-commander' 'gedit-plugin-devhelp' 'gedit-plugin-drawspaces' 'gedit-plugin-findinfiles' 'gedit-plugin-git' 'gedit-plugin-joinlines' 'gedit-plugin-latex' 'gedit-plugin-multiedit' 'gedit-plugin-session-saver' 'gedit-plugin-smartspaces' 'gedit-plugin-synctex' 'gedit-plugin-terminal' 'gedit-plugin-textsize' 'gedit-plugin-translate' 'gedit-plugin-wordcompletion' 'gedit-plugins' 'gedit-plugins-data' 'gedit-plugins-lang' 'gedit-theme-adapta' 'gedit-theme-plata' 'geekodoc' 'geeqie' 'geeqie-lang' 'gegl' 'gegl-0_4' 'gegl-0_4-lang' 'gegl-devel' 'gegl-doc' 'geis-devel' 'geis-tools' 'gemrb' 'genders' 'genders-base' 'genders-devel' 'genders-perl-compat' 'geners-devel' 'gengetopt' 'genius' 'genius-devel' 'genius-lang' 'genromfs' 'gensio' 'gensio-devel' 'gentoo' 'gentoo' 'gentoo-debuginfo' 'gentoo-debugsource' 'geoclue2' 'geoclue2-devel' 'geocode-glib' 'geocode-glib-devel' 'geoipupdate' 'geoipupdate-legacy' 'geolite2legacy' 'geos-devel' 'geotiff' 'geotiff-devel' 'gerbv' 'gerbv-devel' 'german-pos-dict' 'geronimo-annotation-1_0-api' 'geronimo-commonj-1_1-apis' 'geronimo-corba-1_0-apis' 'geronimo-corba-2_3-apis' 'geronimo-ejb-2_1-api' 'geronimo-ejb-3_0-api' 'geronimo-el-1_0-api' 'geronimo-interceptor-3_0-api' 'geronimo-j2ee-1_4-apis' 'geronimo-j2ee-connector-1_5-api' 'geronimo-j2ee-deployment-1_1-api' 'geronimo-j2ee-management-1_0-api' 'geronimo-j2ee-management-1_1-api' 'geronimo-jacc-1_0-api' 'geronimo-jacc-1_1-api' 'geronimo-jaf-1_0_2-api' 'geronimo-jaf-1_1-api' 'geronimo-javaee-deployment-1_1-api' 'geronimo-javamail-1_3_1-api' 'geronimo-javamail-1_4-api' 'geronimo-jaxr-1_0-api' 'geronimo-jaxrpc-1_1-api' 'geronimo-jms-1_1-api' 'geronimo-jpa-3_0-api' 'geronimo-jsp-2_0-api' 'geronimo-jsp-2_1-api' 'geronimo-jta-1_0_1B-api' 'geronimo-jta-1_1-api' 'geronimo-qname-1_1-api' 'geronimo-saaj-1_1-api' 'geronimo-servlet-2_4-api' 'geronimo-servlet-2_5-api' 'geronimo-specs-pom' 'geronimo-stax-1_0-api' 'geronimo-ws-metadata-2_0-api' 'get_iplayer' 'get_iplayer' 'get_iplayer-pvr' 'getdp' 'getdp-devel' 'getdp-doc' 'gettext-csharp' 'gettext-its-gtk3' 'gettext-its-gtk4' 'gettext-java' 'gettext-runtime' 'gettext-runtime-32bit' 'gettext-runtime-mini-tools-doc' 'gettext-runtime-tools-doc' 'gettext-tools' 'gexif' 'gexif-lang' 'gf2x-devel' 'gfan' 'gfbgraph-devel' 'gfio' 'gflags' 'gflags-devel' 'gflags-devel-static' 'gfs2-utils' 'gfxboot' 'gfxboot-branding-KDE' 'gfxboot-branding-openSUSE' 'gfxboot-branding-upstream' 'gfxboot-devel' 'ghc' 'ghc-Cabal' 'ghc-Cabal-devel' 'ghc-DAV' 'ghc-DAV-devel' 'ghc-Decimal' 'ghc-Decimal-devel' 'ghc-Diff' 'ghc-Diff-devel' 'ghc-Glob' 'ghc-Glob-devel' 'ghc-HTTP' 'ghc-HTTP-devel' 'ghc-HUnit' 'ghc-HUnit-devel' 'ghc-HsYAML' 'ghc-HsYAML-aeson' 'ghc-HsYAML-aeson-devel' 'ghc-HsYAML-devel' 'ghc-IfElse' 'ghc-IfElse-devel' 'ghc-JuicyPixels' 'ghc-JuicyPixels-devel' 'ghc-Only' 'ghc-Only-devel' 'ghc-QuickCheck' 'ghc-QuickCheck-devel' 'ghc-SDL' 'ghc-SDL-devel' 'ghc-SDL-image' 'ghc-SDL-image-devel' 'ghc-SDL-mixer' 'ghc-SDL-mixer-devel' 'ghc-SHA' 'ghc-SHA-devel' 'ghc-SafeSemaphore' 'ghc-SafeSemaphore-devel' 'ghc-ShellCheck' 'ghc-ShellCheck-devel' 'ghc-StateVar' 'ghc-StateVar-devel' 'ghc-X11' 'ghc-X11-devel' 'ghc-X11-xft' 'ghc-X11-xft-devel' 'ghc-adjunctions' 'ghc-adjunctions-devel' 'ghc-aeson' 'ghc-aeson-devel' 'ghc-aeson-pretty' 'ghc-aeson-pretty-devel' 'ghc-aeson-yaml' 'ghc-aeson-yaml-devel' 'ghc-algebraic-graphs' 'ghc-algebraic-graphs-devel' 'ghc-alsa-core' 'ghc-alsa-core-devel' 'ghc-alsa-mixer' 'ghc-alsa-mixer-devel' 'ghc-annotated-wl-pprint' 'ghc-annotated-wl-pprint-devel' 'ghc-ansi-terminal' 'ghc-ansi-terminal-devel' 'ghc-ansi-wl-pprint' 'ghc-ansi-wl-pprint-devel' 'ghc-appar' 'ghc-appar-devel' 'ghc-array' 'ghc-array-devel' 'ghc-ascii-progress' 'ghc-ascii-progress-devel' 'ghc-asn1-encoding' 'ghc-asn1-encoding-devel' 'ghc-asn1-parse' 'ghc-asn1-parse-devel' 'ghc-asn1-types' 'ghc-asn1-types-devel' 'ghc-assoc' 'ghc-assoc-devel' 'ghc-async' 'ghc-async-devel' 'ghc-atomic-write' 'ghc-atomic-write-devel' 'ghc-attoparsec' 'ghc-attoparsec-devel' 'ghc-attoparsec-iso8601' 'ghc-attoparsec-iso8601-devel' 'ghc-auto-update' 'ghc-auto-update-devel' 'ghc-aws' 'ghc-aws-devel' 'ghc-base' 'ghc-base-compat' 'ghc-base-compat-batteries' 'ghc-base-compat-batteries-devel' 'ghc-base-compat-devel' 'ghc-base-devel' 'ghc-base-noprelude' 'ghc-base-noprelude-devel' 'ghc-base-orphans' 'ghc-base-orphans-devel' 'ghc-base-prelude' 'ghc-base-prelude-devel' 'ghc-base16-bytestring' 'ghc-base16-bytestring-devel' 'ghc-base64-bytestring' 'ghc-base64-bytestring-devel' 'ghc-basement' 'ghc-basement-devel' 'ghc-bencode' 'ghc-bencode-devel' 'ghc-bifunctors' 'ghc-bifunctors-devel' 'ghc-binary' 'ghc-binary-devel' 'ghc-bindings-uname' 'ghc-bindings-uname-devel' 'ghc-bitarray' 'ghc-bitarray-devel' 'ghc-blaze-builder' 'ghc-blaze-builder-devel' 'ghc-blaze-html' 'ghc-blaze-html-devel' 'ghc-blaze-markup' 'ghc-blaze-markup-devel' 'ghc-bloomfilter' 'ghc-bloomfilter-devel' 'ghc-bootstrap-helpers' 'ghc-boxes' 'ghc-boxes-devel' 'ghc-brick' 'ghc-brick-devel' 'ghc-bsb-http-chunked' 'ghc-bsb-http-chunked-devel' 'ghc-byteable' 'ghc-byteable-devel' 'ghc-byteorder' 'ghc-byteorder-devel' 'ghc-bytestring' 'ghc-bytestring-builder' 'ghc-bytestring-builder-devel' 'ghc-bytestring-devel' 'ghc-cabal-doctest' 'ghc-cabal-doctest-devel' 'ghc-cabal-plan' 'ghc-cabal-plan-devel' 'ghc-cabal2spec' 'ghc-cabal2spec-devel' 'ghc-call-stack' 'ghc-call-stack-devel' 'ghc-case-insensitive' 'ghc-case-insensitive-devel' 'ghc-cassava' 'ghc-cassava-devel' 'ghc-cassava-megaparsec' 'ghc-cassava-megaparsec-devel' 'ghc-cborg' 'ghc-cborg-devel' 'ghc-cborg-json' 'ghc-cborg-json-devel' 'ghc-cereal' 'ghc-cereal-devel' 'ghc-charset' 'ghc-charset-devel' 'ghc-cipher-aes' 'ghc-cipher-aes-devel' 'ghc-clientsession' 'ghc-clientsession-devel' 'ghc-clock' 'ghc-clock-devel' 'ghc-cmark-gfm' 'ghc-cmark-gfm-devel' 'ghc-cmdargs' 'ghc-cmdargs-devel' 'ghc-colour' 'ghc-colour-devel' 'ghc-commonmark' 'ghc-commonmark-devel' 'ghc-commonmark-extensions' 'ghc-commonmark-extensions-devel' 'ghc-commonmark-pandoc' 'ghc-commonmark-pandoc-devel' 'ghc-comonad' 'ghc-comonad-devel' 'ghc-compiler' 'ghc-concurrent-output' 'ghc-concurrent-output-devel' 'ghc-conduit' 'ghc-conduit-combinators' 'ghc-conduit-combinators-devel' 'ghc-conduit-devel' 'ghc-conduit-extra' 'ghc-conduit-extra-devel' 'ghc-config-ini' 'ghc-config-ini-devel' 'ghc-connection' 'ghc-connection-devel' 'ghc-constraints' 'ghc-constraints-devel' 'ghc-containers' 'ghc-containers-devel' 'ghc-contravariant' 'ghc-contravariant-devel' 'ghc-control-monad-free' 'ghc-control-monad-free-devel' 'ghc-cookie' 'ghc-cookie-devel' 'ghc-cpphs' 'ghc-cpphs-devel' 'ghc-cprng-aes' 'ghc-cprng-aes-devel' 'ghc-crypto-api' 'ghc-crypto-api-devel' 'ghc-crypto-cipher-types' 'ghc-crypto-cipher-types-devel' 'ghc-crypto-random' 'ghc-crypto-random-devel' 'ghc-cryptohash' 'ghc-cryptohash-conduit' 'ghc-cryptohash-conduit-devel' 'ghc-cryptohash-devel' 'ghc-cryptohash-md5' 'ghc-cryptohash-md5-devel' 'ghc-cryptohash-sha1' 'ghc-cryptohash-sha1-devel' 'ghc-cryptohash-sha256' 'ghc-cryptohash-sha256-devel' 'ghc-cryptonite' 'ghc-cryptonite-conduit' 'ghc-cryptonite-conduit-devel' 'ghc-cryptonite-devel' 'ghc-css-text' 'ghc-css-text-devel' 'ghc-csv' 'ghc-csv-devel' 'ghc-data-clist' 'ghc-data-clist-devel' 'ghc-data-default' 'ghc-data-default-class' 'ghc-data-default-class-devel' 'ghc-data-default-devel' 'ghc-data-default-instances-containers' 'ghc-data-default-instances-containers-devel' 'ghc-data-default-instances-dlist' 'ghc-data-default-instances-dlist-devel' 'ghc-data-default-instances-old-locale' 'ghc-data-default-instances-old-locale-devel' 'ghc-data-fix' 'ghc-data-fix-devel' 'ghc-dbus' 'ghc-dbus-devel' 'ghc-dec' 'ghc-dec-devel' 'ghc-deepseq' 'ghc-deepseq-devel' 'ghc-dhall' 'ghc-dhall-devel' 'ghc-dhall-json' 'ghc-dhall-json-devel' 'ghc-dhall-yaml' 'ghc-dhall-yaml-devel' 'ghc-digest' 'ghc-digest-devel' 'ghc-directory' 'ghc-directory-devel' 'ghc-disk-free-space' 'ghc-disk-free-space-devel' 'ghc-distribution-opensuse' 'ghc-distribution-opensuse-devel' 'ghc-distributive' 'ghc-distributive-devel' 'ghc-dlist' 'ghc-dlist-devel' 'ghc-doclayout' 'ghc-doclayout-devel' 'ghc-doctemplates' 'ghc-doctemplates-devel' 'ghc-dotgen' 'ghc-dotgen-devel' 'ghc-double-conversion' 'ghc-double-conversion-devel' 'ghc-easy-file' 'ghc-easy-file-devel' 'ghc-echo' 'ghc-echo-devel' 'ghc-ed25519' 'ghc-ed25519-devel' 'ghc-edit-distance' 'ghc-edit-distance-devel' 'ghc-either' 'ghc-either-devel' 'ghc-email-validate' 'ghc-email-validate-devel' 'ghc-emojis' 'ghc-emojis-devel' 'ghc-enclosed-exceptions' 'ghc-enclosed-exceptions-devel' 'ghc-entropy' 'ghc-entropy-devel' 'ghc-erf' 'ghc-erf-devel' 'ghc-errors' 'ghc-errors-devel' 'ghc-exceptions' 'ghc-exceptions-devel' 'ghc-extensible-exceptions' 'ghc-extensible-exceptions-devel' 'ghc-extra' 'ghc-extra-devel' 'ghc-fail' 'ghc-fail-devel' 'ghc-fast-logger' 'ghc-fast-logger-devel' 'ghc-fdo-notify' 'ghc-fdo-notify-devel' 'ghc-feed' 'ghc-feed-devel' 'ghc-fgl' 'ghc-fgl-devel' 'ghc-file-embed' 'ghc-file-embed-devel' 'ghc-filelock' 'ghc-filelock-devel' 'ghc-filemanip' 'ghc-filemanip-devel' 'ghc-filepath' 'ghc-filepath-bytestring' 'ghc-filepath-bytestring-devel' 'ghc-filepath-devel' 'ghc-filepattern' 'ghc-filepattern-devel' 'ghc-filtrable' 'ghc-filtrable-devel' 'ghc-fingertree' 'ghc-fingertree-devel' 'ghc-foldl' 'ghc-foldl-devel' 'ghc-foundation' 'ghc-foundation-devel' 'ghc-free' 'ghc-free-devel' 'ghc-fsnotify' 'ghc-fsnotify-devel' 'ghc-generic-deriving' 'ghc-generic-deriving-devel' 'ghc-generic-lens' 'ghc-generic-lens-core' 'ghc-generic-lens-core-devel' 'ghc-generic-lens-devel' 'ghc-ghc' 'ghc-ghc-boot' 'ghc-ghc-boot-devel' 'ghc-ghc-boot-th' 'ghc-ghc-boot-th-devel' 'ghc-ghc-compact' 'ghc-ghc-compact-devel' 'ghc-ghc-devel' 'ghc-ghc-heap' 'ghc-ghc-heap-devel' 'ghc-ghc-lib-parser-ex' 'ghc-ghc-lib-parser-ex-devel' 'ghc-ghc-paths' 'ghc-ghc-paths-devel' 'ghc-ghci' 'ghc-ghci-devel' 'ghc-ghcid' 'ghc-ghcid-devel' 'ghc-git-lfs' 'ghc-git-lfs-devel' 'ghc-githash' 'ghc-githash-devel' 'ghc-gitrev' 'ghc-gitrev-devel' 'ghc-hackage-security' 'ghc-hackage-security-devel' 'ghc-haddock-library' 'ghc-haddock-library-devel' 'ghc-half' 'ghc-half-devel' 'ghc-hashable' 'ghc-hashable-devel' 'ghc-hashtables' 'ghc-hashtables-devel' 'ghc-haskeline' 'ghc-haskeline-devel' 'ghc-haskell-lexer' 'ghc-haskell-lexer-devel' 'ghc-heaps' 'ghc-heaps-devel' 'ghc-hi-file-parser' 'ghc-hi-file-parser-devel' 'ghc-hinotify' 'ghc-hinotify-devel' 'ghc-hjsmin' 'ghc-hjsmin-devel' 'ghc-hledger' 'ghc-hledger-devel' 'ghc-hledger-lib' 'ghc-hledger-lib-devel' 'ghc-hlint' 'ghc-hlint-devel' 'ghc-hostname' 'ghc-hostname-devel' 'ghc-hourglass' 'ghc-hourglass-devel' 'ghc-hpack' 'ghc-hpack-devel' 'ghc-hpc' 'ghc-hpc-devel' 'ghc-hs-bibutils' 'ghc-hs-bibutils-devel' 'ghc-hscolour' 'ghc-hscolour-devel' 'ghc-hsemail' 'ghc-hsemail-devel' 'ghc-hslogger' 'ghc-hslogger-devel' 'ghc-hslua' 'ghc-hslua-devel' 'ghc-hslua-module-system' 'ghc-hslua-module-system-devel' 'ghc-hslua-module-text' 'ghc-hslua-module-text-devel' 'ghc-hspec' 'ghc-hspec-core' 'ghc-hspec-core-devel' 'ghc-hspec-devel' 'ghc-hspec-discover' 'ghc-hspec-discover-devel' 'ghc-hspec-expectations' 'ghc-hspec-expectations-devel' 'ghc-hspec-smallcheck' 'ghc-hspec-smallcheck-devel' 'ghc-html' 'ghc-html-devel' 'ghc-http-api-data' 'ghc-http-api-data-devel' 'ghc-http-client' 'ghc-http-client-devel' 'ghc-http-client-restricted' 'ghc-http-client-restricted-devel' 'ghc-http-client-tls' 'ghc-http-client-tls-devel' 'ghc-http-conduit' 'ghc-http-conduit-devel' 'ghc-http-date' 'ghc-http-date-devel' 'ghc-http-types' 'ghc-http-types-devel' 'ghc-http2' 'ghc-http2-devel' 'ghc-hxt' 'ghc-hxt-charproperties' 'ghc-hxt-charproperties-devel' 'ghc-hxt-devel' 'ghc-hxt-regex-xmlschema' 'ghc-hxt-regex-xmlschema-devel' 'ghc-hxt-unicode' 'ghc-hxt-unicode-devel' 'ghc-indexed-profunctors' 'ghc-indexed-profunctors-devel' 'ghc-infer-license' 'ghc-infer-license-devel' 'ghc-integer-logarithms' 'ghc-integer-logarithms-devel' 'ghc-intern' 'ghc-intern-devel' 'ghc-invariant' 'ghc-invariant-devel' 'ghc-iproute' 'ghc-iproute-devel' 'ghc-ipynb' 'ghc-ipynb-devel' 'ghc-iso8601-time' 'ghc-iso8601-time-devel' 'ghc-iwlib' 'ghc-iwlib-devel' 'ghc-jira-wiki-markup' 'ghc-jira-wiki-markup-devel' 'ghc-js-dgtable' 'ghc-js-dgtable-devel' 'ghc-js-flot' 'ghc-js-flot-devel' 'ghc-js-jquery' 'ghc-js-jquery-devel' 'ghc-kan-extensions' 'ghc-kan-extensions-devel' 'ghc-language-c' 'ghc-language-c-devel' 'ghc-language-javascript' 'ghc-language-javascript-devel' 'ghc-lens' 'ghc-lens-devel' 'ghc-lens-family-core' 'ghc-lens-family-core-devel' 'ghc-libiserv' 'ghc-libiserv-devel' 'ghc-libmpd' 'ghc-libmpd-devel' 'ghc-libraries' 'ghc-libxml-sax' 'ghc-libxml-sax-devel' 'ghc-libyaml' 'ghc-libyaml-devel' 'ghc-lifted-async' 'ghc-lifted-async-devel' 'ghc-lifted-base' 'ghc-lifted-base-devel' 'ghc-liquid-fixpoint' 'ghc-liquid-fixpoint-devel' 'ghc-liquidhaskell' 'ghc-liquidhaskell-devel' 'ghc-logict' 'ghc-logict-devel' 'ghc-lucid' 'ghc-lucid-devel' 'ghc-lukko' 'ghc-lukko-devel' 'ghc-magic' 'ghc-magic-devel' 'ghc-managed' 'ghc-managed-devel' 'ghc-math-functions' 'ghc-math-functions-devel' 'ghc-megaparsec' 'ghc-megaparsec-devel' 'ghc-memory' 'ghc-memory-devel' 'ghc-microlens' 'ghc-microlens-devel' 'ghc-microlens-ghc' 'ghc-microlens-ghc-devel' 'ghc-microlens-mtl' 'ghc-microlens-mtl-devel' 'ghc-microlens-platform' 'ghc-microlens-platform-devel' 'ghc-microlens-th' 'ghc-microlens-th-devel' 'ghc-mime-types' 'ghc-mime-types-devel' 'ghc-mintty' 'ghc-mintty-devel' 'ghc-mmorph' 'ghc-mmorph-devel' 'ghc-monad-control' 'ghc-monad-control-devel' 'ghc-monad-logger' 'ghc-monad-logger-devel' 'ghc-monad-loops' 'ghc-monad-loops-devel' 'ghc-mono-traversable' 'ghc-mono-traversable-devel' 'ghc-mountpoints' 'ghc-mountpoints-devel' 'ghc-mtl' 'ghc-mtl-devel' 'ghc-mustache' 'ghc-mustache-devel' 'ghc-mwc-random' 'ghc-mwc-random-devel' 'ghc-neat-interpolation' 'ghc-neat-interpolation-devel' 'ghc-netlink' 'ghc-netlink-devel' 'ghc-network' 'ghc-network-bsd' 'ghc-network-bsd-devel' 'ghc-network-byte-order' 'ghc-network-byte-order-devel' 'ghc-network-devel' 'ghc-network-info' 'ghc-network-info-devel' 'ghc-network-multicast' 'ghc-network-multicast-devel' 'ghc-network-uri' 'ghc-network-uri-devel' 'ghc-old-locale' 'ghc-old-locale-devel' 'ghc-old-time' 'ghc-old-time-devel' 'ghc-open-browser' 'ghc-open-browser-devel' 'ghc-optics' 'ghc-optics-core' 'ghc-optics-core-devel' 'ghc-optics-devel' 'ghc-optics-extra' 'ghc-optics-extra-devel' 'ghc-optics-th' 'ghc-optics-th-devel' 'ghc-optional-args' 'ghc-optional-args-devel' 'ghc-optparse-applicative' 'ghc-optparse-applicative-devel' 'ghc-optparse-simple' 'ghc-optparse-simple-devel' 'ghc-pandoc' 'ghc-pandoc-citeproc' 'ghc-pandoc-citeproc-devel' 'ghc-pandoc-devel' 'ghc-pandoc-types' 'ghc-pandoc-types-devel' 'ghc-parallel' 'ghc-parallel-devel' 'ghc-parsec' 'ghc-parsec-class' 'ghc-parsec-class-devel' 'ghc-parsec-devel' 'ghc-parsec-numbers' 'ghc-parsec-numbers-devel' 'ghc-parser-combinators' 'ghc-parser-combinators-devel' 'ghc-parsers' 'ghc-parsers-devel' 'ghc-path' 'ghc-path-devel' 'ghc-path-io' 'ghc-path-io-devel' 'ghc-path-pieces' 'ghc-path-pieces-devel' 'ghc-pem' 'ghc-pem-devel' 'ghc-persistent' 'ghc-persistent-devel' 'ghc-persistent-sqlite' 'ghc-persistent-sqlite-devel' 'ghc-persistent-template' 'ghc-persistent-template-devel' 'ghc-polyparse' 'ghc-polyparse-devel' 'ghc-postgresql-libpq' 'ghc-postgresql-libpq-devel' 'ghc-postgresql-simple' 'ghc-postgresql-simple-devel' 'ghc-pretty' 'ghc-pretty-devel' 'ghc-pretty-hex' 'ghc-pretty-hex-devel' 'ghc-pretty-show' 'ghc-pretty-show-devel' 'ghc-pretty-simple' 'ghc-pretty-simple-devel' 'ghc-prettyprinter' 'ghc-prettyprinter-ansi-terminal' 'ghc-prettyprinter-ansi-terminal-devel' 'ghc-prettyprinter-devel' 'ghc-primitive' 'ghc-primitive-devel' 'ghc-process' 'ghc-process-devel' 'ghc-profunctors' 'ghc-profunctors-devel' 'ghc-psqueues' 'ghc-psqueues-devel' 'ghc-quickcheck-io' 'ghc-quickcheck-io-devel' 'ghc-random' 'ghc-random-devel' 'ghc-refact' 'ghc-refact-devel' 'ghc-reflection' 'ghc-reflection-devel' 'ghc-regex-applicative' 'ghc-regex-applicative-devel' 'ghc-regex-applicative-text' 'ghc-regex-applicative-text-devel' 'ghc-regex-base' 'ghc-regex-base-devel' 'ghc-regex-compat' 'ghc-regex-compat-devel' 'ghc-regex-pcre-builtin' 'ghc-regex-pcre-builtin-devel' 'ghc-regex-posix' 'ghc-regex-posix-devel' 'ghc-regex-tdfa' 'ghc-regex-tdfa-devel' 'ghc-repline' 'ghc-repline-devel' 'ghc-resolv' 'ghc-resolv-devel' 'ghc-resource-pool' 'ghc-resource-pool-devel' 'ghc-resourcet' 'ghc-resourcet-devel' 'ghc-rfc5051' 'ghc-rfc5051-devel' 'ghc-rio' 'ghc-rio-devel' 'ghc-rio-orphans' 'ghc-rio-orphans-devel' 'ghc-rio-prettyprint' 'ghc-rio-prettyprint-devel' 'ghc-rpm-macros' 'ghc-rpm-macros-extra' 'ghc-safe' 'ghc-safe-devel' 'ghc-safe-exceptions' 'ghc-safe-exceptions-devel' 'ghc-sandi' 'ghc-sandi-devel' 'ghc-scientific' 'ghc-scientific-devel' 'ghc-securemem' 'ghc-securemem-devel' 'ghc-semialign' 'ghc-semialign-devel' 'ghc-semigroupoids' 'ghc-semigroupoids-devel' 'ghc-semigroups' 'ghc-semigroups-devel' 'ghc-serialise' 'ghc-serialise-devel' 'ghc-setenv' 'ghc-setenv-devel' 'ghc-setlocale' 'ghc-setlocale-devel' 'ghc-shake' 'ghc-shake-devel' 'ghc-shakespeare' 'ghc-shakespeare-devel' 'ghc-shelly' 'ghc-shelly-devel' 'ghc-silently' 'ghc-silently-devel' 'ghc-simple-sendfile' 'ghc-simple-sendfile-devel' 'ghc-singleton-bool' 'ghc-singleton-bool-devel' 'ghc-skein' 'ghc-skein-devel' 'ghc-skylighting' 'ghc-skylighting-core' 'ghc-skylighting-core-devel' 'ghc-skylighting-devel' 'ghc-smallcheck' 'ghc-smallcheck-devel' 'ghc-socks' 'ghc-socks-devel' 'ghc-split' 'ghc-split-devel' 'ghc-splitmix' 'ghc-splitmix-devel' 'ghc-stm' 'ghc-stm-chans' 'ghc-stm-chans-devel' 'ghc-stm-devel' 'ghc-store-core' 'ghc-store-core-devel' 'ghc-streaming-commons' 'ghc-streaming-commons-devel' 'ghc-strict' 'ghc-strict-devel' 'ghc-syb' 'ghc-syb-devel' 'ghc-system-fileio' 'ghc-system-fileio-devel' 'ghc-system-filepath' 'ghc-system-filepath-devel' 'ghc-tabular' 'ghc-tabular-devel' 'ghc-tagged' 'ghc-tagged-devel' 'ghc-tagsoup' 'ghc-tagsoup-devel' 'ghc-tar' 'ghc-tar-conduit' 'ghc-tar-conduit-devel' 'ghc-tar-devel' 'ghc-tasty' 'ghc-tasty-devel' 'ghc-tasty-hunit' 'ghc-tasty-hunit-devel' 'ghc-tasty-quickcheck' 'ghc-tasty-quickcheck-devel' 'ghc-tasty-rerun' 'ghc-tasty-rerun-devel' 'ghc-template-haskell' 'ghc-template-haskell-devel' 'ghc-temporary' 'ghc-temporary-devel' 'ghc-terminal-size' 'ghc-terminal-size-devel' 'ghc-terminfo' 'ghc-terminfo-devel' 'ghc-test-framework' 'ghc-test-framework-devel' 'ghc-test-framework-hunit' 'ghc-test-framework-hunit-devel' 'ghc-texmath' 'ghc-texmath-devel' 'ghc-text' 'ghc-text-conversions' 'ghc-text-conversions-devel' 'ghc-text-devel' 'ghc-text-format' 'ghc-text-format-devel' 'ghc-text-manipulate' 'ghc-text-manipulate-devel' 'ghc-text-metrics' 'ghc-text-metrics-devel' 'ghc-text-short' 'ghc-text-short-devel' 'ghc-text-zipper' 'ghc-text-zipper-devel' 'ghc-tf-random' 'ghc-tf-random-devel' 'ghc-th-abstraction' 'ghc-th-abstraction-devel' 'ghc-th-expand-syns' 'ghc-th-expand-syns-devel' 'ghc-th-lift' 'ghc-th-lift-devel' 'ghc-th-lift-instances' 'ghc-th-lift-instances-devel' 'ghc-th-orphans' 'ghc-th-orphans-devel' 'ghc-th-reify-many' 'ghc-th-reify-many-devel' 'ghc-th-utilities' 'ghc-th-utilities-devel' 'ghc-these' 'ghc-these-devel' 'ghc-time' 'ghc-time-compat' 'ghc-time-compat-devel' 'ghc-time-devel' 'ghc-time-locale-compat' 'ghc-time-locale-compat-devel' 'ghc-time-manager' 'ghc-time-manager-devel' 'ghc-timeit' 'ghc-timeit-devel' 'ghc-timezone-olson' 'ghc-timezone-olson-devel' 'ghc-timezone-series' 'ghc-timezone-series-devel' 'ghc-tls' 'ghc-tls-devel' 'ghc-tls-session-manager' 'ghc-tls-session-manager-devel' 'ghc-topograph' 'ghc-topograph-devel' 'ghc-torrent' 'ghc-torrent-devel' 'ghc-transformers' 'ghc-transformers-base' 'ghc-transformers-base-devel' 'ghc-transformers-compat' 'ghc-transformers-compat-devel' 'ghc-transformers-devel' 'ghc-turtle' 'ghc-turtle-devel' 'ghc-type-equality' 'ghc-type-equality-devel' 'ghc-typed-process' 'ghc-typed-process-devel' 'ghc-uglymemo' 'ghc-uglymemo-devel' 'ghc-unbounded-delays' 'ghc-unbounded-delays-devel' 'ghc-unicode-transforms' 'ghc-unicode-transforms-devel' 'ghc-uniplate' 'ghc-uniplate-devel' 'ghc-unix' 'ghc-unix-compat' 'ghc-unix-compat-devel' 'ghc-unix-devel' 'ghc-unix-time' 'ghc-unix-time-devel' 'ghc-unliftio' 'ghc-unliftio-core' 'ghc-unliftio-core-devel' 'ghc-unliftio-devel' 'ghc-unordered-containers' 'ghc-unordered-containers-devel' 'ghc-uri-encode' 'ghc-uri-encode-devel' 'ghc-utf8-string' 'ghc-utf8-string-devel' 'ghc-utility-ht' 'ghc-utility-ht-devel' 'ghc-uuid' 'ghc-uuid-devel' 'ghc-uuid-types' 'ghc-uuid-types-devel' 'ghc-vault' 'ghc-vault-devel' 'ghc-vector' 'ghc-vector-algorithms' 'ghc-vector-algorithms-devel' 'ghc-vector-binary-instances' 'ghc-vector-binary-instances-devel' 'ghc-vector-builder' 'ghc-vector-builder-devel' 'ghc-vector-devel' 'ghc-vector-th-unbox' 'ghc-vector-th-unbox-devel' 'ghc-void' 'ghc-void-devel' 'ghc-vty' 'ghc-vty-devel' 'ghc-wai' 'ghc-wai-app-static' 'ghc-wai-app-static-devel' 'ghc-wai-devel' 'ghc-wai-extra' 'ghc-wai-extra-devel' 'ghc-wai-logger' 'ghc-wai-logger-devel' 'ghc-warp' 'ghc-warp-devel' 'ghc-warp-tls' 'ghc-warp-tls-devel' 'ghc-wcwidth' 'ghc-wcwidth-devel' 'ghc-weeder' 'ghc-weeder-devel' 'ghc-wizards' 'ghc-wizards-devel' 'ghc-word-wrap' 'ghc-word-wrap-devel' 'ghc-word8' 'ghc-word8-devel' 'ghc-x509' 'ghc-x509-devel' 'ghc-x509-store' 'ghc-x509-store-devel' 'ghc-x509-system' 'ghc-x509-system-devel' 'ghc-x509-validation' 'ghc-x509-validation-devel' 'ghc-xhtml' 'ghc-xhtml-devel' 'ghc-xml' 'ghc-xml-conduit' 'ghc-xml-conduit-devel' 'ghc-xml-devel' 'ghc-xml-hamlet' 'ghc-xml-hamlet-devel' 'ghc-xml-types' 'ghc-xml-types-devel' 'ghc-xmobar' 'ghc-xmobar-devel' 'ghc-xmonad' 'ghc-xmonad-contrib' 'ghc-xmonad-contrib-devel' 'ghc-xmonad-devel' 'ghc-xss-sanitize' 'ghc-xss-sanitize-devel' 'ghc-yaml' 'ghc-yaml-devel' 'ghc-yesod' 'ghc-yesod-core' 'ghc-yesod-core-devel' 'ghc-yesod-devel' 'ghc-yesod-form' 'ghc-yesod-form-devel' 'ghc-yesod-persistent' 'ghc-yesod-persistent-devel' 'ghc-yesod-static' 'ghc-yesod-static-devel' 'ghc-zip-archive' 'ghc-zip-archive-devel' 'ghc-zlib' 'ghc-zlib-devel' 'ghcid' 'ghex' 'ghex-devel' 'ghex-lang' 'ghostscript' 'ghostscript-devel' 'ghostscript-fonts' 'ghostscript-fonts-grops' 'ghostscript-fonts-other' 'ghostscript-fonts-std' 'ghostscript-fonts-std-converted' 'ghostscript-x11' 'ghostview' 'ghostwriter' 'ghostwriter-lang' 'giada' 'giblib-devel' 'giflib-devel' 'giflib-devel-32bit' 'giflib-progs' 'gifsicle' 'gigedit' 'gigedit' 'gigedit-debuginfo' 'gigedit-debugsource' 'gigolo' 'gigolo-lang' 'gimmix' 'gimmix' 'gimmix-debuginfo' 'gimmix-debugsource' 'gimp' 'gimp-devel' 'gimp-gap' 'gimp-gap-lang' 'gimp-help' 'gimp-help-ca' 'gimp-help-da' 'gimp-help-de' 'gimp-help-el' 'gimp-help-en_GB' 'gimp-help-es' 'gimp-help-fi' 'gimp-help-fr' 'gimp-help-hr' 'gimp-help-it' 'gimp-help-ja' 'gimp-help-ko' 'gimp-help-lt' 'gimp-help-nl' 'gimp-help-nn' 'gimp-help-pl' 'gimp-help-pt_BR' 'gimp-help-ro' 'gimp-help-ru' 'gimp-help-sl' 'gimp-help-sv' 'gimp-help-zh' 'gimp-lang' 'gimp-plugin-aa' 'gimp-plugin-dds' 'gimp-plugin-dds-doc' 'gimp-plugin-gmic' 'gimp-plugin-heif' 'gimp-plugin-heif-debuginfo' 'gimp-plugin-lqr' 'gimp-plugin-lqr-lang' 'gimp-plugin-resynthesizer' 'gimp-save-for-web' 'gimp-save-for-web-lang' 'gimp-ufraw' 'ginac' 'ginac-devel' 'gio-branding-openSUSE' 'gio-branding-upstream' 'gio-sharp' 'gio-sharp-devel' 'gio-sharp3' 'gio-sharp3-devel' 'girara-devel' 'girepository-1_0' 'git' 'git-annex' 'git-annex-bash-completion' 'git-arch' 'git-bz' 'git-cola' 'git-core' 'git-credential-gnome-keyring' 'git-credential-libsecret' 'git-crypt' 'git-cvs' 'git-daemon' 'git-delta' 'git-deps-html' 'git-doc' 'git-email' 'git-filter-repo' 'git-gui' 'git-lfs' 'git-merge-changelog' 'git-mr' 'git-p4' 'git-remote-gcrypt' 'git-review' 'git-subrepo' 'git-subrepo-bash-completion' 'git-subrepo-zsh-completion' 'git-svn' 'git-sync' 'git-test' 'git-web' 'gitg' 'gitg-lang' 'gitk' 'gitolite' 'gitslave' 'gitslave-doc' 'givaro-devel' 'givaro-doc' 'gjiten' 'gjs' 'gkeyfile-sharp' 'gkeyfile-sharp-devel' 'gkrellm' 'gkrellm-cpupower' 'gkrellm-devel' 'gkrellm-lang' 'gkrellmd' 'gl2ps-devel' 'glabels' 'glabels-devel' 'glabels-lang' 'glade' 'glade-catalog-anjuta' 'glade-catalog-evolution' 'glade-catalog-gitg' 'glade-catalog-gtkhtml' 'glade-catalog-gtksourceview' 'glade-catalog-gtksourceview4' 'glade-catalog-libhandy0' 'glade-catalog-libpeas' 'glade-catalog-v3270' 'glade-lang' 'glade-sharp2' 'glassfish-annotation-api' 'glassfish-annotation-api-javadoc' 'glassfish-dtd-parser' 'glassfish-dtd-parser-javadoc' 'glassfish-el' 'glassfish-el-api' 'glassfish-el-javadoc' 'glassfish-fastinfoset' 'glassfish-hk2' 'glassfish-hk2-api' 'glassfish-hk2-class-model' 'glassfish-hk2-configuration' 'glassfish-hk2-core' 'glassfish-hk2-extras' 'glassfish-hk2-hk2' 'glassfish-hk2-javadoc' 'glassfish-hk2-jmx' 'glassfish-hk2-locator' 'glassfish-hk2-maven-plugins' 'glassfish-hk2-metadata-generator' 'glassfish-hk2-osgi-resource-locator' 'glassfish-hk2-runlevel' 'glassfish-hk2-testing' 'glassfish-hk2-utils' 'glassfish-jax-rs-api' 'glassfish-jax-rs-api-javadoc' 'glassfish-jaxb' 'glassfish-jaxb-api' 'glassfish-jaxb-api-javadoc' 'glassfish-jaxb-bom' 'glassfish-jaxb-bom-ext' 'glassfish-jaxb-codemodel' 'glassfish-jaxb-codemodel-annotation-compiler' 'glassfish-jaxb-codemodel-parent' 'glassfish-jaxb-external-parent' 'glassfish-jaxb-jxc' 'glassfish-jaxb-parent' 'glassfish-jaxb-relaxng-datatype' 'glassfish-jaxb-rngom' 'glassfish-jaxb-runtime' 'glassfish-jaxb-runtime-parent' 'glassfish-jaxb-txw-parent' 'glassfish-jaxb-txw2' 'glassfish-jaxb-txwc2' 'glassfish-jaxb-xjc' 'glassfish-jaxb-xsom' 'glassfish-jsp' 'glassfish-jsp-api' 'glassfish-jsp-api-javadoc' 'glassfish-jsp-javadoc' 'glassfish-master-pom' 'glassfish-servlet-api' 'glassfish-servlet-api-javadoc' 'glassfish-transaction-api' 'glassfish-transaction-api-javadoc' 'glassfish-websocket-api' 'glassfish-websocket-api-javadoc' 'glaurung121' 'glaurung121' 'glaurung121-debuginfo' 'glaurung121-debugsource' 'glaurung22' 'glaurung22' 'glaurung22-debuginfo' 'glaurung22-debugsource' 'glava' 'glew' 'glew-devel' 'glfw2-devel' 'gli-devel' 'gli-doc' 'glib-networking' 'glib-networking-32bit' 'glib-networking-lang' 'glib-sharp2' 'glib-sharp3' 'glib2-devel' 'glib2-devel-32bit' 'glib2-devel-static' 'glib2-lang' 'glib2-tests' 'glib2-tools' 'glib2-tools-32bit' 'glibc' 'glibc-32bit' 'glibc-devel' 'glibc-devel-32bit' 'glibc-devel-static' 'glibc-devel-static-32bit' 'glibc-extra' 'glibc-html' 'glibc-i18ndata' 'glibc-info' 'glibc-lang' 'glibc-locale' 'glibc-locale-base' 'glibc-locale-base-32bit' 'glibc-profile' 'glibc-profile-32bit' 'glibc-utils' 'glibc-utils-32bit' 'glibmm2-devel' 'glibmm2_4-devel' 'glm-devel' 'glm-doc' 'glmark2' 'global' 'glog-devel' 'glogg' 'glogg' 'glogg-debuginfo' 'glogg-debugsource' 'glom' 'glom-lang' 'gloox-devel' 'glorytun' 'glpk' 'glpk-devel' 'glpk-doc' 'glslang-devel' 'glu-devel' 'glu-devel-32bit' 'glucat-devel' 'glucat-doc' 'gluegen2' 'gluegen2-devel' 'glusterfs' 'glusterfs-devel' 'glyr-devel' 'glyrc' 'gmavenplus-plugin' 'gmavenplus-plugin-javadoc' 'gmenudbusmenuproxy' 'gmerlin' 'gmerlin' 'gmerlin-alsamixer' 'gmerlin-alsamixer-debuginfo' 'gmerlin-avdecoder' 'gmerlin-avdecoder' 'gmerlin-avdecoder-debuginfo' 'gmerlin-avdecoder-debugsource' 'gmerlin-avdecoder-lang' 'gmerlin-avdecoder-plugins' 'gmerlin-avdecoder-plugins-debuginfo' 'gmerlin-debuginfo' 'gmerlin-debugsource' 'gmerlin-doc' 'gmerlin-effectv' 'gmerlin-effectv' 'gmerlin-effectv-debuginfo' 'gmerlin-effectv-debugsource' 'gmerlin-encoders' 'gmerlin-encoders' 'gmerlin-encoders-debuginfo' 'gmerlin-encoders-debugsource' 'gmerlin-encoders-lang' 'gmerlin-gavf-tools' 'gmerlin-gavf-tools-debuginfo' 'gmerlin-jack' 'gmerlin-jack-debuginfo' 'gmerlin-kbd' 'gmerlin-kbd-debuginfo' 'gmerlin-lang' 'gmerlin-player' 'gmerlin-player-debuginfo' 'gmerlin-plugincfg' 'gmerlin-plugincfg-debuginfo' 'gmerlin-recorder' 'gmerlin-recorder-debuginfo' 'gmerlin-transcoder' 'gmerlin-transcoder-debuginfo' 'gmerlin-utils' 'gmerlin-utils-debuginfo' 'gmerlin-visualizer' 'gmerlin-visualizer-debuginfo' 'gmetrics' 'gmetrics-javadoc' 'gmic' 'gmic-bash-completion' 'gmic-zart' 'gmime-devel' 'gmmlib-devel' 'gmock' 'gmp-devel' 'gmp-devel-32bit' 'gmp-ecm' 'gmp-ecm-devel' 'gmp3info' 'gmp3info-debuginfo' 'gmpc' 'gmpc' 'gmpc-alarm' 'gmpc-alarm' 'gmpc-alarm-debuginfo' 'gmpc-alarm-debugsource' 'gmpc-avahi' 'gmpc-avahi' 'gmpc-avahi-debuginfo' 'gmpc-avahi-debugsource' 'gmpc-awn' 'gmpc-awn' 'gmpc-awn-debuginfo' 'gmpc-awn-debugsource' 'gmpc-debuginfo' 'gmpc-debugsource' 'gmpc-devel' 'gmpc-discogs' 'gmpc-discogs' 'gmpc-discogs-debuginfo' 'gmpc-discogs-debugsource' 'gmpc-doc' 'gmpc-extraplaylist' 'gmpc-extraplaylist' 'gmpc-extraplaylist-debuginfo' 'gmpc-extraplaylist-debugsource' 'gmpc-last-fm' 'gmpc-last-fm' 'gmpc-last-fm-debuginfo' 'gmpc-last-fm-debugsource' 'gmpc-libnotify' 'gmpc-libnotify' 'gmpc-libnotify-debuginfo' 'gmpc-libnotify-debugsource' 'gmpc-lirc' 'gmpc-lirc' 'gmpc-lirc-debuginfo' 'gmpc-lirc-debugsource' 'gmpc-lyrics' 'gmpc-lyrics' 'gmpc-lyrics-debuginfo' 'gmpc-lyrics-debugsource' 'gmpc-lyricsplugin' 'gmpc-lyricsplugin' 'gmpc-lyricsplugin-debuginfo' 'gmpc-lyricsplugin-debugsource' 'gmpc-lyricwiki' 'gmpc-lyricwiki' 'gmpc-lyricwiki-debuginfo' 'gmpc-lyricwiki-debugsource' 'gmpc-mdcover' 'gmpc-mdcover' 'gmpc-mdcover-debuginfo' 'gmpc-mdcover-debugsource' 'gmpc-mmkeys' 'gmpc-mmkeys' 'gmpc-mmkeys-debuginfo' 'gmpc-mmkeys-debugsource' 'gmpc-mserver' 'gmpc-mserver' 'gmpc-mserver-debuginfo' 'gmpc-mserver-debugsource' 'gmpc-notify-osd' 'gmpc-notify-osd' 'gmpc-notify-osd-debuginfo' 'gmpc-notify-osd-debugsource' 'gmpc-playlistsort' 'gmpc-playlistsort' 'gmpc-playlistsort-debuginfo' 'gmpc-playlistsort-debugsource' 'gmpc-shout' 'gmpc-shout' 'gmpc-shout-debuginfo' 'gmpc-shout-debugsource' 'gmplayer' 'gmsh' 'gmsh-demos' 'gmsh-devel' 'gmsh-doc' 'gmsh-julia' 'gmusicbrowser' 'gmusicbrowser-lang' 'gn' 'gnaural' 'gnaural' 'gnaural-debuginfo' 'gnaural-debugsource' 'gnome' 'gnome-2048' 'gnome-2048-lang' 'gnome-autoar-devel' 'gnome-backgrounds' 'gnome-backgrounds-lang' 'gnome-bluetooth' 'gnome-bluetooth-devel' 'gnome-bluetooth-lang' 'gnome-books' 'gnome-books-lang' 'gnome-boxes' 'gnome-boxes-lang' 'gnome-btdownload' 'gnome-btdownload' 'gnome-builder' 'gnome-builder-doc' 'gnome-builder-lang' 'gnome-builder-plugin-jedi' 'gnome-builder-plugin-jhbuild' 'gnome-calculator' 'gnome-calculator-devel' 'gnome-calculator-lang' 'gnome-calendar' 'gnome-calendar-lang' 'gnome-characters' 'gnome-characters-lang' 'gnome-chess' 'gnome-chess-lang' 'gnome-clocks' 'gnome-clocks-lang' 'gnome-color-manager' 'gnome-color-manager-lang' 'gnome-colors-icon-theme' 'gnome-commander' 'gnome-commander-doc' 'gnome-commander-lang' 'gnome-common' 'gnome-contacts' 'gnome-contacts-lang' 'gnome-control-center' 'gnome-control-center-color' 'gnome-control-center-devel' 'gnome-control-center-goa' 'gnome-control-center-lang' 'gnome-control-center-user-faces' 'gnome-desktop-lang' 'gnome-devel-docs' 'gnome-devel-docs-lang' 'gnome-dictionary' 'gnome-dictionary-lang' 'gnome-directory-thumbnailer' 'gnome-directory-thumbnailer-lang' 'gnome-disk-utility' 'gnome-disk-utility-lang' 'gnome-doc-utils' 'gnome-doc-utils-devel' 'gnome-doc-utils-lang' 'gnome-documents' 'gnome-documents-lang' 'gnome-dvb-daemon' 'gnome-dvb-daemon-lang' 'gnome-epub-thumbnailer' 'gnome-extensions' 'gnome-firmware' 'gnome-firmware-lang' 'gnome-font-viewer' 'gnome-font-viewer-lang' 'gnome-games' 'gnome-games-lang' 'gnome-games-scripts' 'gnome-genius' 'gnome-getting-started-docs' 'gnome-getting-started-docs-lang' 'gnome-gmail-notifier' 'gnome-gmail-notifier-lang' 'gnome-icon-theme' 'gnome-icon-theme-extras' 'gnome-icon-theme-symbolic' 'gnome-initial-setup' 'gnome-initial-setup-lang' 'gnome-internet-radio-locator' 'gnome-internet-radio-locator-lang' 'gnome-keyring' 'gnome-keyring-32bit' 'gnome-keyring-lang' 'gnome-keyring-pam' 'gnome-keyring-pam-32bit' 'gnome-keyring-sharp' 'gnome-keyring-sharp-devel' 'gnome-keysign' 'gnome-klotski' 'gnome-klotski-lang' 'gnome-latex' 'gnome-logs' 'gnome-logs-lang' 'gnome-mahjongg' 'gnome-mahjongg-lang' 'gnome-maps' 'gnome-maps-lang' 'gnome-menus' 'gnome-menus-branding-openSUSE' 'gnome-menus-branding-upstream' 'gnome-menus-devel' 'gnome-menus-lang' 'gnome-mines' 'gnome-mines-lang' 'gnome-multi-writer' 'gnome-multi-writer-lang' 'gnome-music' 'gnome-music-lang' 'gnome-nettool' 'gnome-nettool-lang' 'gnome-network-displays' 'gnome-network-displays-lang' 'gnome-news' 'gnome-news-lang' 'gnome-nibbles' 'gnome-nibbles-lang' 'gnome-online-accounts' 'gnome-online-accounts-devel' 'gnome-online-accounts-lang' 'gnome-online-miners' 'gnome-packagekit' 'gnome-packagekit-extras' 'gnome-packagekit-lang' 'gnome-passwordsafe' 'gnome-passwordsafe-lang' 'gnome-patch-translation' 'gnome-photos' 'gnome-photos-lang' 'gnome-pie' 'gnome-pomodoro' 'gnome-pomodoro-lang' 'gnome-power-manager' 'gnome-power-manager-lang' 'gnome-recipes' 'gnome-recipes-lang' 'gnome-remote-desktop' 'gnome-robots' 'gnome-robots-lang' 'gnome-screenshot' 'gnome-screenshot-lang' 'gnome-search-tool' 'gnome-search-tool-lang' 'gnome-session' 'gnome-session-core' 'gnome-session-default-session' 'gnome-session-lang' 'gnome-session-wayland' 'gnome-settings-daemon' 'gnome-settings-daemon-devel' 'gnome-settings-daemon-lang' 'gnome-shell' 'gnome-shell-calendar' 'gnome-shell-classic' 'gnome-shell-classic-session' 'gnome-shell-devel' 'gnome-shell-extension-desktop-icons' 'gnome-shell-extension-gpaste' 'gnome-shell-extension-hamster-time-tracker' 'gnome-shell-extension-onboard' 'gnome-shell-extension-terminus' 'gnome-shell-extension-user-theme' 'gnome-shell-extensions-common' 'gnome-shell-extensions-common-lang' 'gnome-shell-lang' 'gnome-shell-search-provider-bijiben' 'gnome-shell-search-provider-boxes' 'gnome-shell-search-provider-contacts' 'gnome-shell-search-provider-documents' 'gnome-shell-search-provider-eolie' 'gnome-shell-search-provider-epiphany' 'gnome-shell-search-provider-gnome-calculator' 'gnome-shell-search-provider-gnome-calendar' 'gnome-shell-search-provider-gnome-characters' 'gnome-shell-search-provider-gnome-clocks' 'gnome-shell-search-provider-gnome-photos' 'gnome-shell-search-provider-gnome-recipes' 'gnome-shell-search-provider-gnome-terminal' 'gnome-shell-search-provider-gnome-weather' 'gnome-shell-search-provider-gnote' 'gnome-shell-search-provider-lollypop' 'gnome-shell-search-provider-nautilus' 'gnome-shell-search-provider-seahorse' 'gnome-shell-theme-adapta' 'gnome-shell-theme-plata' 'gnome-software' 'gnome-software-devel' 'gnome-software-lang' 'gnome-sound-recorder' 'gnome-sound-recorder-lang' 'gnome-subtitles' 'gnome-subtitles-lang' 'gnome-sudoku' 'gnome-sudoku-lang' 'gnome-system-monitor' 'gnome-system-monitor-lang' 'gnome-taquin' 'gnome-taquin-lang' 'gnome-terminal' 'gnome-terminal-lang' 'gnome-tetravex' 'gnome-tetravex-lang' 'gnome-themes' 'gnome-themes-accessibility' 'gnome-themes-accessibility-gtk2' 'gnome-themes-extras' 'gnome-themes-lang' 'gnome-todo' 'gnome-todo-devel' 'gnome-todo-lang' 'gnome-tweaks' 'gnome-tweaks-lang' 'gnome-usage' 'gnome-usage-lang' 'gnome-user-docs' 'gnome-user-docs-lang' 'gnome-user-share' 'gnome-user-share-lang' 'gnome-version' 'gnome-vfs2' 'gnome-vfs2-32bit' 'gnome-vfs2-devel' 'gnome-vfs2-doc' 'gnome-vfs2-lang' 'gnome-video-effects' 'gnome-video-effects-devel' 'gnome-weather' 'gnome-weather-lang' 'gnome_basic' 'gnome_x11' 'gnomekbd-tools' 'gnonograms' 'gnonograms-lang' 'gnote' 'gnote-lang' 'gns3-server' 'gnu-cobol' 'gnu-compilers-hpc' 'gnu-compilers-hpc-devel' 'gnu-compilers-hpc-macros-devel' 'gnu-crypto' 'gnu-efi' 'gnu-free-fonts' 'gnu-getopt' 'gnu-getopt-javadoc' 'gnu-inetlib' 'gnu-jaf' 'gnu-netcat' 'gnu-regexp' 'gnu-regexp-demo' 'gnu-regexp-javadoc' 'gnu-unifont-bitmap-fonts' 'gnu-unifont-legacy-bitmap-fonts' 'gnu_ddrescue' 'gnu_parallel' 'gnu_parallel-doc' 'gnuastro' 'gnuastro-devel' 'gnuastro-doc' 'gnubg' 'gnubg-databases' 'gnubg-doc' 'gnubg-lang' 'gnubg-sounds' 'gnucap' 'gnucash' 'gnucash-devel' 'gnucash-docs' 'gnucash-lang' 'gnuchess' 'gnugo' 'gnuhealth' 'gnuhealth-client' 'gnuhealth-orthanc' 'gnuhealth-thalamus' 'gnulib-devel' 'gnulib-docs' 'gnumeric' 'gnumeric-devel' 'gnumeric-doc' 'gnumeric-lang' 'gnuplot' 'gnuplot-doc' 'gnuradio' 'gnuradio-devel' 'gnuradio-doc' 'gnuradio-examples' 'gnuserv' 'gnusocialshell' 'gnustep-base' 'gnustep-base-devel' 'gnustep-make' 'gnutls' 'gnutls-guile' 'go' 'go-doc' 'go-for-it' 'go-for-it-lang' 'go-md2man' 'go-race' 'go-tools' 'go1.10' 'go1.10-doc' 'go1.10-race' 'go1.11' 'go1.11-doc' 'go1.11-race' 'go1.12' 'go1.12-doc' 'go1.12-race' 'go1.13' 'go1.13-doc' 'go1.13-race' 'go1.14' 'go1.14-doc' 'go1.14-race' 'go1.15' 'go1.15-doc' 'go1.15-race' 'go1.4' 'go1.4-doc' 'go1.4-race' 'go1.9' 'go1.9-doc' 'go1.9-race' 'goaccess' 'goatattack' 'goatattack-data' 'gob2' 'gobby' 'gobby-lang' 'gobject-introspection' 'gobject-introspection-devel' 'gocode' 'gocr' 'gocr-gui' 'godot' 'godot-bash-completion' 'godot-headless' 'godot-rpm-macros' 'godot-runner' 'godot-server' 'goffice-devel' 'goffice-lang' 'gogglesmm' 'gogglesmm' 'gogglesmm-debuginfo' 'gogglesmm-debugsource' 'gogglesmm-lang' 'gojsontoyaml' 'golang-github-QubitProducts-exporter_exporter' 'golang-github-boynux-squid_exporter' 'golang-github-cpuguy83-go-md2man' 'golang-github-docker-libnetwork' 'golang-github-docker-libnetwork-kubic' 'golang-github-exercism-cli' 'golang-github-golang-glog' 'golang-github-golang-protobuf' 'golang-github-jteeuwen-go-bindata' 'golang-github-kr-pty' 'golang-github-kr-text' 'golang-github-lusitaniae-apache_exporter' 'golang-github-naoina-go-stringutil' 'golang-github-nsf-gocode' 'golang-github-prometheus-alertmanager' 'golang-github-prometheus-node_exporter' 'golang-github-prometheus-prometheus' 'golang-github-prometheus-promu' 'golang-github-rogpeppe-godef' 'golang-github-shadowsocks-v2ray-plugin' 'golang-github-shurcool-sanitized_anchor_name' 'golang-github-v2ray-v2ray-core' 'golang-github-vpenso-prometheus_slurm_exporter' 'golang-github-wrouesnel-postgres_exporter' 'golang-gopkgin-check' 'golang-org-x-net-context' 'golang-org-x-net-html' 'golang-org-x-net-websocket' 'golang-org-x-sync' 'golang-org-x-sys' 'golang-org-x-tools' 'golang-packaging' 'goldendict' 'goldendict-lang' 'gom-devel' 'goobox' 'goobox-lang' 'goocanvas-devel' 'goocanvas-lang' 'google-alegreya-fonts' 'google-allerta-fonts' 'google-anonymouspro-fonts' 'google-arimo-fonts' 'google-authenticator-libpam' 'google-authenticator-libpam-32bit' 'google-cabin-fonts' 'google-caladea-fonts' 'google-cardo-fonts' 'google-carlito-fonts' 'google-cousine-fonts' 'google-croscore-fonts' 'google-droid-fonts' 'google-exo-fonts' 'google-gson' 'google-gson-javadoc' 'google-guest-configs' 'google-guest-oslogin' 'google-guice' 'google-guice-javadoc' 'google-http-java-client' 'google-http-java-client-findbugs' 'google-http-java-client-gson' 'google-http-java-client-jackson' 'google-http-java-client-jackson2' 'google-http-java-client-javadoc' 'google-http-java-client-jdo' 'google-http-java-client-parent' 'google-http-java-client-protobuf' 'google-http-java-client-test' 'google-http-java-client-xml' 'google-inconsolata-fonts' 'google-lekton-fonts' 'google-merriweather-fonts' 'google-nobile-fonts' 'google-noto-fonts-doc' 'google-oauth-java-client' 'google-oauth-java-client-java6' 'google-oauth-java-client-javadoc' 'google-oauth-java-client-parent' 'google-oauth-java-client-servlet' 'google-opensans-fonts' 'google-quiche-source' 'google-roboto-fonts' 'google-roboto-mono-fonts' 'google-roboto-slab-fonts' 'google-tinos-fonts' 'google-worksans-fonts' 'googleapis-source' 'googler' 'gops' 'gos-wallpapers' 'gostcrypt' 'gostcrypt' 'gostcrypt-debugsource' 'gource' 'govpn' 'govpn-server' 'gp2c' 'gpa' 'gpa-lang' 'gpac' 'gpac' 'gpac-debuginfo' 'gpac-debugsource' 'gpars' 'gpart' 'gparted' 'gparted-lang' 'gpaste' 'gpaste-devel' 'gpaste-lang' 'gperf' 'gperftools' 'gperftools-devel' 'gperftools-devel-static' 'gperiodic' 'gperiodic-lang' 'gpg2' 'gpg2-lang' 'gpgme' 'gphoto' 'gphoto2-webcam' 'gphotofs' 'gpick' 'gpick-lang' 'gpicview' 'gpicview-lang' 'gpm' 'gpm-devel' 'gpodder3' 'gpodder3' 'gpomme' 'gpp' 'gpredict' 'gpredict-lang' 'gprename' 'gprename-lang' 'gprompter' 'gpsbabel' 'gpsd' 'gpsd-clients' 'gpsd-devel' 'gptfdisk' 'gptfdisk-fixparts' 'gputils' 'gputils-doc' 'gpxsee' 'gpxsee' 'gq' 'gr-fcdproplus' 'gr-fcdproplus-devel-doc' 'gr-iqbal-devel-doc' 'gr-iqbal-grc' 'grabpng' 'gradio' 'gradio-lang' 'gradle' 'gradle-local' 'grafana' 'grafana-ha-cluster-dashboards' 'grafana-piechart-panel' 'grafana-sap-hana-dashboards' 'grafana-sap-netweaver-dashboards' 'grafana-sap-providers' 'grafana-status-panel' 'grafx2' 'grail' 'grail-devel' 'gramofile' 'gramps' 'gramps-lang' 'granatier' 'granatier-lang' 'granite-common' 'granite-demo' 'granite-devel' 'granite-lang' 'grantlee-editor' 'grantlee-editor-lang' 'grantlee5' 'grantlee5-32bit' 'grantlee5-devel' 'grantlee5-devel-32bit' 'grantleetheme' 'grantleetheme-devel' 'grantleetheme-lang' 'graphite2' 'graphite2-devel' 'graphviz' 'graphviz-devel' 'graphviz-doc' 'graphviz-gd' 'graphviz-gnome' 'graphviz-guile' 'graphviz-gvedit' 'graphviz-java' 'graphviz-lua' 'graphviz-perl' 'graphviz-php' 'graphviz-plugins-core' 'graphviz-ruby' 'graphviz-smyrna' 'graphviz-tcl' 'graphviz-x11' 'grass' 'grass-devel' 'grass-doc' 'grc' 'greetd' 'grep' 'grep-lang' 'grepcidr' 'grepmail' 'grfcodec' 'gri' 'grilo-devel' 'grilo-lang' 'grilo-plugin-dleyna' 'grilo-plugin-tracker' 'grilo-plugin-youtube' 'grilo-plugins' 'grilo-plugins-devel' 'grilo-plugins-lang' 'grilo-tools' 'grim' 'grip' 'grip' 'grip-debuginfo' 'grip-debugsource' 'grip-lang' 'grisbi' 'grisbi-lang' 'groff' 'groff-doc' 'groff-full' 'gromacs' 'gromacs-bash' 'gromacs-devel' 'gromacs-doc' 'gromacs-openmpi2' 'gromit' 'groovebasin' 'groovebasin' 'groovebasin-debugsource' 'groovy' 'groovy-ant' 'groovy-bsf' 'groovy-console' 'groovy-docgenerator' 'groovy-groovydoc' 'groovy-groovysh' 'groovy-jmx' 'groovy-json' 'groovy-jsr223' 'groovy-lib' 'groovy-nio' 'groovy-servlet' 'groovy-sql' 'groovy-swing' 'groovy-templates' 'groovy-test' 'groovy-testng' 'groovy-xml' 'groovy18' 'groovy18-javadoc' 'groovy18-lib' 'growlight' 'growpart' 'growpart-generator' 'grpc-devel' 'grpc-httpjson-transcoding-source' 'grpc-source' 'grsync' 'grsync-lang' 'grub' 'grub2' 'grub2-branding-openSUSE' 'grub2-branding-upstream' 'grub2-i386-efi' 'grub2-i386-efi-debug' 'grub2-i386-pc' 'grub2-i386-pc-debug' 'grub2-i386-xen' 'grub2-snapper-plugin' 'grub2-systemd-sleep-plugin' 'grub2-theme-breeze' 'grub2-x86_64-efi' 'grub2-x86_64-efi-debug' 'grub2-x86_64-xen' 'grubby' 'gscan2pdf' 'gscan2pdf-lang' 'gsequencer' 'gsequencer-devel' 'gsequencer-devel-doc' 'gsettings-backend-dconf' 'gsettings-backend-dconf-32bit' 'gsettings-desktop-schemas' 'gsettings-desktop-schemas-devel' 'gsettings-desktop-schemas-lang' 'gsettings-qt' 'gsettings-qt-devel' 'gsf-office-thumbnailer' 'gsl' 'gsl-devel' 'gsl-doc' 'gsl-examples' 'gsl-gnu-hpc' 'gsl-gnu-hpc-devel' 'gsl-gnu-hpc-doc' 'gsl_2_6-gnu-hpc' 'gsl_2_6-gnu-hpc-devel' 'gsl_2_6-gnu-hpc-doc' 'gsl_2_6-gnu-hpc-examples' 'gsl_2_6-gnu-hpc-module' 'gsmartcontrol' 'gsoap-devel' 'gsoap-doc' 'gsound' 'gsound-devel' 'gspell' 'gspell-devel' 'gspell-lang' 'gssdp-utils' 'gssntlmssp' 'gssntlmssp-devel' 'gssproxy' 'gst123' 'gstreamer' 'gstreamer-1_0-plugins-buzztrax' 'gstreamer-32bit' 'gstreamer-devel' 'gstreamer-devel-32bit' 'gstreamer-doc' 'gstreamer-editing-services' 'gstreamer-editing-services-devel' 'gstreamer-lang' 'gstreamer-libnice' 'gstreamer-plugin-cluttergst3' 'gstreamer-plugin-pipewire' 'gstreamer-plugin-pocketsphinx' 'gstreamer-plugin-python' 'gstreamer-plugins-bad' 'gstreamer-plugins-bad' 'gstreamer-plugins-bad-32bit' 'gstreamer-plugins-bad-32bit-debuginfo' 'gstreamer-plugins-bad-chromaprint' 'gstreamer-plugins-bad-chromaprint-32bit' 'gstreamer-plugins-bad-chromaprint-32bit-debuginfo' 'gstreamer-plugins-bad-chromaprint-debuginfo' 'gstreamer-plugins-bad-debuginfo' 'gstreamer-plugins-bad-debugsource' 'gstreamer-plugins-bad-devel' 'gstreamer-plugins-bad-doc' 'gstreamer-plugins-bad-fluidsynth' 'gstreamer-plugins-bad-fluidsynth-32bit' 'gstreamer-plugins-bad-fluidsynth-32bit-debuginfo' 'gstreamer-plugins-bad-fluidsynth-debuginfo' 'gstreamer-plugins-bad-lang' 'gstreamer-plugins-bad-orig-addon' 'gstreamer-plugins-bad-orig-addon-32bit' 'gstreamer-plugins-bad-orig-addon-32bit-debuginfo' 'gstreamer-plugins-bad-orig-addon-debuginfo' 'gstreamer-plugins-base' 'gstreamer-plugins-base-32bit' 'gstreamer-plugins-base-devel' 'gstreamer-plugins-base-devel-32bit' 'gstreamer-plugins-base-doc' 'gstreamer-plugins-base-lang' 'gstreamer-plugins-farstream' 'gstreamer-plugins-farstream-32bit' 'gstreamer-plugins-good' 'gstreamer-plugins-good-32bit' 'gstreamer-plugins-good-doc' 'gstreamer-plugins-good-extra' 'gstreamer-plugins-good-extra-32bit' 'gstreamer-plugins-good-gtk' 'gstreamer-plugins-good-jack' 'gstreamer-plugins-good-jack-32bit' 'gstreamer-plugins-good-lang' 'gstreamer-plugins-good-qtqml' 'gstreamer-plugins-libav' 'gstreamer-plugins-libav' 'gstreamer-plugins-libav-32bit' 'gstreamer-plugins-libav-32bit-debuginfo' 'gstreamer-plugins-libav-debuginfo' 'gstreamer-plugins-libav-debugsource' 'gstreamer-plugins-libav-doc' 'gstreamer-plugins-libcamera' 'gstreamer-plugins-ugly' 'gstreamer-plugins-ugly' 'gstreamer-plugins-ugly-32bit' 'gstreamer-plugins-ugly-32bit-debuginfo' 'gstreamer-plugins-ugly-debuginfo' 'gstreamer-plugins-ugly-debugsource' 'gstreamer-plugins-ugly-doc' 'gstreamer-plugins-ugly-lang' 'gstreamer-plugins-ugly-orig-addon' 'gstreamer-plugins-ugly-orig-addon-32bit' 'gstreamer-plugins-ugly-orig-addon-32bit-debuginfo' 'gstreamer-plugins-ugly-orig-addon-debuginfo' 'gstreamer-plugins-vaapi' 'gstreamer-plugins-vaapi-doc' 'gstreamer-rtsp-server-devel' 'gstreamer-transcoder' 'gstreamer-transcoder-devel' 'gstreamer-utils' 'gstreamer-validate' 'gstreamer-validate-devel' 'gstreamermm-devel' 'gstreamermm-doc' 'gswrap' 'gtest' 'gthumb' 'gthumb-devel' 'gthumb-lang' 'gti' 'gtick' 'gtick-lang' 'gtk-chtheme' 'gtk-chtheme' 'gtk-chtheme-debuginfo' 'gtk-chtheme-debugsource' 'gtk-doc' 'gtk-doc-manual' 'gtk-doc-manual-lang' 'gtk-doc-mkpdf' 'gtk-frdp-devel' 'gtk-gnutella' 'gtk-gnutella' 'gtk-gnutella-debuginfo' 'gtk-gnutella-debugsource' 'gtk-key-theme-ctrluftw' 'gtk-layer-shell-devel' 'gtk-sharp-beans' 'gtk-sharp-beans-devel' 'gtk-sharp2' 'gtk-sharp2-complete' 'gtk-sharp2-doc' 'gtk-sharp2-gapi' 'gtk-sharp3' 'gtk-sharp3-complete' 'gtk-sharp3-devel' 'gtk-sharp3-doc' 'gtk-sharp3-gapi' 'gtk-sharp3-gapi-devel' 'gtk-vector-screenshot' 'gtk-vector-screenshot' 'gtk-vector-screenshot-debuginfo' 'gtk-vector-screenshot-debugsource' 'gtk-vnc-devel' 'gtk-vnc-lang' 'gtk-vnc-tools' 'gtk2-branding-openSUSE' 'gtk2-branding-upstream' 'gtk2-data' 'gtk2-devel' 'gtk2-devel-32bit' 'gtk2-engine-aurora' 'gtk2-engine-cleanice' 'gtk2-engine-cleanice-32bit' 'gtk2-engine-clearlooks' 'gtk2-engine-clearlooks-32bit' 'gtk2-engine-crux' 'gtk2-engine-crux-32bit' 'gtk2-engine-equinox' 'gtk2-engine-glide' 'gtk2-engine-glide-32bit' 'gtk2-engine-hcengine' 'gtk2-engine-industrial' 'gtk2-engine-industrial-32bit' 'gtk2-engine-mist' 'gtk2-engine-mist-32bit' 'gtk2-engine-murrine' 'gtk2-engine-murrine-32bit' 'gtk2-engine-nimbus' 'gtk2-engine-nimbus-32bit' 'gtk2-engine-oxygen' 'gtk2-engine-oxygen-32bit' 'gtk2-engine-oxygen-32bit-debuginfo' 'gtk2-engine-oxygen-debuginfo' 'gtk2-engine-redmond95' 'gtk2-engine-redmond95-32bit' 'gtk2-engine-thinice' 'gtk2-engine-thinice-32bit' 'gtk2-engines' 'gtk2-engines-devel' 'gtk2-immodule-amharic' 'gtk2-immodule-amharic-32bit' 'gtk2-immodule-inuktitut' 'gtk2-immodule-inuktitut-32bit' 'gtk2-immodule-multipress' 'gtk2-immodule-multipress-32bit' 'gtk2-immodule-thai' 'gtk2-immodule-thai-32bit' 'gtk2-immodule-tigrigna' 'gtk2-immodule-tigrigna-32bit' 'gtk2-immodule-vietnamese' 'gtk2-immodule-vietnamese-32bit' 'gtk2-immodule-xim' 'gtk2-immodule-xim-32bit' 'gtk2-lang' 'gtk2-metatheme-adapta' 'gtk2-metatheme-adwaita' 'gtk2-metatheme-ambiance' 'gtk2-metatheme-ambiant-mate' 'gtk2-metatheme-arc' 'gtk2-metatheme-bluebird' 'gtk2-metatheme-breeze' 'gtk2-metatheme-e17gtk' 'gtk2-metatheme-elementary' 'gtk2-metatheme-equinox' 'gtk2-metatheme-gilouche' 'gtk2-metatheme-greybird' 'gtk2-metatheme-greybird-geeko' 'gtk2-metatheme-industrial' 'gtk2-metatheme-mint' 'gtk2-metatheme-nimbus' 'gtk2-metatheme-numix' 'gtk2-metatheme-paper' 'gtk2-metatheme-plata' 'gtk2-metatheme-radiance' 'gtk2-metatheme-radiant-mate' 'gtk2-metatheme-sonar' 'gtk2-metatheme-vertex' 'gtk2-metatheme-yaru' 'gtk2-metatheme-yuyo' 'gtk2-theme-clearlooks' 'gtk2-theme-crux' 'gtk2-theme-industrial' 'gtk2-theme-mist' 'gtk2-theme-oxygen' 'gtk2-theme-oxygen-32bit-debuginfo' 'gtk2-theme-oxygen-debuginfo' 'gtk2-theme-redmond95' 'gtk2-theme-thinice' 'gtk2-theming-engine-adwaita' 'gtk2-theming-engine-adwaita-32bit' 'gtk2-tools' 'gtk2-tools-32bit' 'gtk3-branding-openSUSE' 'gtk3-branding-upstream' 'gtk3-data' 'gtk3-devel' 'gtk3-devel-32bit' 'gtk3-devel-doc' 'gtk3-immodule-amharic' 'gtk3-immodule-amharic-32bit' 'gtk3-immodule-broadway' 'gtk3-immodule-inuktitut' 'gtk3-immodule-inuktitut-32bit' 'gtk3-immodule-multipress' 'gtk3-immodule-multipress-32bit' 'gtk3-immodule-thai' 'gtk3-immodule-thai-32bit' 'gtk3-immodule-tigrigna' 'gtk3-immodule-tigrigna-32bit' 'gtk3-immodule-vietnamese' 'gtk3-immodule-vietnamese-32bit' 'gtk3-immodule-wayland' 'gtk3-immodule-wayland-32bit' 'gtk3-immodule-xim' 'gtk3-immodule-xim-32bit' 'gtk3-lang' 'gtk3-metatheme-adapta' 'gtk3-metatheme-adwaita' 'gtk3-metatheme-ambiance' 'gtk3-metatheme-ambiant-mate' 'gtk3-metatheme-arc' 'gtk3-metatheme-bluebird' 'gtk3-metatheme-breeze' 'gtk3-metatheme-e17gtk' 'gtk3-metatheme-elementary' 'gtk3-metatheme-greybird' 'gtk3-metatheme-greybird-geeko' 'gtk3-metatheme-mint' 'gtk3-metatheme-numix' 'gtk3-metatheme-paper' 'gtk3-metatheme-plata' 'gtk3-metatheme-radiance' 'gtk3-metatheme-radiant-mate' 'gtk3-metatheme-vertex' 'gtk3-metatheme-yaru' 'gtk3-metatheme-yuyo' 'gtk3-schema' 'gtk3-tools' 'gtk3-tools-32bit' 'gtk4-branding-upstream' 'gtk4-devel' 'gtk4-devel-32bit' 'gtk4-lang' 'gtk4-metatheme-adapta' 'gtk4-metatheme-plata' 'gtk4-schema' 'gtk4-tools' 'gtkam' 'gtkam-doc' 'gtkam-lang' 'gtkd-devel' 'gtkglext-devel' 'gtkglext-doc' 'gtkgreet' 'gtkhtml-4_0-lang' 'gtkhtml-devel' 'gtkimageview-devel' 'gtkiterm' 'gtkmm2-devel' 'gtkmm2-tutorial' 'gtkmm2-tutorial-lang' 'gtkmm3-devel' 'gtkmm3-doc' 'gtkmm3-tutorial' 'gtkmm3-tutorial-lang' 'gtkpod' 'gtkpod-devel' 'gtkpod-lang' 'gtksourceview-devel' 'gtksourceview-lang' 'gtksourceview2-devel' 'gtksourceview2-lang' 'gtksourceview4-devel' 'gtksourceview4-lang' 'gtksourceviewmm-devel' 'gtksourceviewmm3_0-devel' 'gtkspell-devel' 'gtkspell-doc' 'gtkspell-lang' 'gtkspell3-devel' 'gtkspell3-lang' 'gtkwave' 'gtkwave-doc' 'gtkwave-examples' 'gtranslator' 'gtranslator-doc' 'gtranslator-lang' 'gts' 'gts-devel' 'gtypist' 'gtypist-lang' 'guake' 'guake-lang' 'guava' 'guava-javadoc' 'guava-testlib' 'guava20' 'guava20-javadoc' 'guava20-testlib' 'guayadeque' 'guayadeque' 'guayadeque-debuginfo' 'guayadeque-debugsource' 'gucharmap' 'gucharmap-devel' 'gucharmap-lang' 'gudev-sharp' 'gudev-sharp-devel' 'guess-changelog' 'guestfs-data' 'guestfs-tools' 'guestfsd' 'guice-assistedinject' 'guice-bom' 'guice-extensions' 'guice-grapher' 'guice-jmx' 'guice-jndi' 'guice-multibindings' 'guice-parent' 'guice-servlet' 'guice-testlib' 'guice-throwingproviders' 'guile' 'guile-bytestructures' 'guile-cairo' 'guile-cairo-devel' 'guile-charting' 'guile-devel' 'guile-gcrypt' 'guile-git' 'guile-json' 'guile-modules-3_0' 'guile-newt' 'guile-parted' 'guile-sqlite3' 'guile-ssh-devel' 'guile1' 'guilt' 'guitarix' 'guix' 'gummi' 'gummi-lang' 'gup' 'gupnp-av' 'gupnp-dlna-tools' 'gupnp-tools' 'gupnp-tools-lang' 'gutenprint' 'gutenprint-devel' 'gutenprint-gimpplugin' 'guvcview' 'guvcview-devel' 'guvcview-lang' 'guvcview-qt5' 'guvcview-qt5-lang' 'gv' 'gvfs' 'gvfs-32bit' 'gvfs-backend-afc' 'gvfs-backend-samba' 'gvfs-backends' 'gvfs-devel' 'gvfs-fuse' 'gvfs-lang' 'gvim' 'gweather-data' 'gwenhywfar' 'gwenhywfar-devel' 'gwenhywfar-lang' 'gwenhywfar-tools' 'gwenview5' 'gwenview5-lang' 'gxditview' 'gxine' 'gxine' 'gxine-browser-plugin' 'gxine-browser-plugin-debuginfo' 'gxine-debuginfo' 'gxine-debugsource' 'gxine-lang' 'gypsy' 'gzdoom' 'gzip' 'gzrt' 'h264enc' 'h264enc' 'h5utils' 'ha-cluster-bootstrap' 'haas-proxy' 'habootstrap-formula' 'hack-fonts' 'hackbench' 'hackrf' 'hackrf-devel' 'hackrf-firmware' 'hackrf-udev' 'hactool' 'haguichi' 'haguichi-lang' 'hamcrest' 'hamcrest-core' 'hamcrest-demo' 'hamcrest-javadoc' 'hamlib' 'hamlib-devel' 'hamster-time-tracker' 'hamster-time-tracker-lang' 'handbrake' 'handbrake-cli' 'handbrake-cli-debuginfo' 'handbrake-debuginfo' 'handbrake-debugsource' 'handbrake-gtk' 'handbrake-gtk-debuginfo' 'handbrake-gtk-lang' 'handedict' 'happy' 'haproxy' 'hardening-check' 'hardinfo' 'harfbuzz-devel' 'harfbuzz-tools' 'harminv' 'harminv-devel' 'hartke-aurulentsans-fonts' 'haserl' 'hashalot' 'hashcat' 'hashcat-devel' 'hashdeep' 'haveged' 'haveged-devel' 'hawk-apiserver' 'hawk2' 'hawkey-man' 'hawknl-devel' 'hawknl-libs' 'hawtbuf' 'hawtbuf-javadoc' 'hawtbuf-proto' 'hawtbuf-protoc' 'hawtjni' 'hawtjni-javadoc' 'hawtjni-maven-plugin' 'hawtjni-maven-plugin-javadoc' 'hawtjni-runtime' 'haxe' 'hbci4java' 'hbci4java-javadoc' 'hcode' 'hda-verb' 'hdajackretask' 'hdajacksensetest' 'hddtemp' 'hdf' 'hdf-devel' 'hdf-devel-data' 'hdf-devel-static' 'hdf-openmpi' 'hdf-openmpi-devel' 'hdf-openmpi-devel-static' 'hdf5' 'hdf5-devel' 'hdf5-devel-32bit' 'hdf5-devel-data' 'hdf5-devel-static' 'hdf5-examples' 'hdf5-gnu-hpc' 'hdf5-gnu-hpc-devel' 'hdf5-gnu-mpich-hpc' 'hdf5-gnu-mpich-hpc-devel' 'hdf5-gnu-mvapich2-hpc' 'hdf5-gnu-mvapich2-hpc-devel' 'hdf5-gnu-openmpi1-hpc' 'hdf5-gnu-openmpi1-hpc-devel' 'hdf5-gnu-openmpi2-hpc' 'hdf5-gnu-openmpi2-hpc-devel' 'hdf5-gnu-openmpi3-hpc' 'hdf5-gnu-openmpi3-hpc-devel' 'hdf5-gnu-openmpi4-hpc' 'hdf5-gnu-openmpi4-hpc-devel' 'hdf5-hpc-examples' 'hdf5-mvapich2' 'hdf5-mvapich2-devel' 'hdf5-mvapich2-devel-32bit' 'hdf5-mvapich2-devel-static' 'hdf5-openmpi1' 'hdf5-openmpi1-devel' 'hdf5-openmpi1-devel-32bit' 'hdf5-openmpi1-devel-static' 'hdf5-openmpi2' 'hdf5-openmpi2-devel' 'hdf5-openmpi2-devel-32bit' 'hdf5-openmpi2-devel-static' 'hdf5-openmpi3' 'hdf5-openmpi3-devel' 'hdf5-openmpi3-devel-32bit' 'hdf5-openmpi3-devel-static' 'hdf5-openmpi4' 'hdf5-openmpi4-devel' 'hdf5-openmpi4-devel-32bit' 'hdf5-openmpi4-devel-static' 'hdf5_1_10_5-gnu-hpc' 'hdf5_1_10_5-gnu-hpc-devel' 'hdf5_1_10_5-gnu-hpc-devel-static' 'hdf5_1_10_5-gnu-hpc-module' 'hdf5_1_10_5-gnu-mpich-hpc' 'hdf5_1_10_5-gnu-mpich-hpc-devel' 'hdf5_1_10_5-gnu-mpich-hpc-devel-static' 'hdf5_1_10_5-gnu-mpich-hpc-module' 'hdf5_1_10_5-gnu-mvapich2-hpc' 'hdf5_1_10_5-gnu-mvapich2-hpc-devel' 'hdf5_1_10_5-gnu-mvapich2-hpc-devel-static' 'hdf5_1_10_5-gnu-mvapich2-hpc-module' 'hdf5_1_10_5-gnu-openmpi1-hpc' 'hdf5_1_10_5-gnu-openmpi1-hpc-devel' 'hdf5_1_10_5-gnu-openmpi1-hpc-devel-static' 'hdf5_1_10_5-gnu-openmpi1-hpc-module' 'hdf5_1_10_5-gnu-openmpi2-hpc' 'hdf5_1_10_5-gnu-openmpi2-hpc-devel' 'hdf5_1_10_5-gnu-openmpi2-hpc-devel-static' 'hdf5_1_10_5-gnu-openmpi2-hpc-module' 'hdf5_1_10_5-gnu-openmpi3-hpc' 'hdf5_1_10_5-gnu-openmpi3-hpc-devel' 'hdf5_1_10_5-gnu-openmpi3-hpc-devel-static' 'hdf5_1_10_5-gnu-openmpi3-hpc-module' 'hdf5_1_10_5-gnu-openmpi4-hpc' 'hdf5_1_10_5-gnu-openmpi4-hpc-devel' 'hdf5_1_10_5-gnu-openmpi4-hpc-devel-static' 'hdf5_1_10_5-gnu-openmpi4-hpc-module' 'hdf5_1_10_5-hpc-examples' 'hdhomerun-config' 'hdhomerun-config-debuginfo' 'hdhomerun_config' 'hdhomerun_config_gui' 'hdjmod-kmp-default' 'hdjmod-kmp-pae' 'hdparm' 'hdspconf' 'hdsploader' 'hdspmixer' 'headmore' 'health-check' 'health-check-bash-completion' 'health-checker' 'health-checker-plugins-MicroOS' 'health-checker-plugins-caasp' 'health-checker-plugins-kubic' 'health-checker-testing' 'heapster' 'heaptrack' 'heaptrack' 'heaptrack-debuginfo' 'heaptrack-debugsource' 'heaptrack-devel' 'heaptrack-gui' 'heaptrack-gui-debuginfo' 'heaptrack-lang' 'hedgewars' 'hedgewars-data' 'heif-gimp-plugin' 'heif-gimp-plugin-debugsource' 'heimdall' 'heimdall-frontend' 'hello' 'hello-kubic' 'hello-kubic-k8s-yaml' 'hello-lang' 'helm' 'helm-bash-completion' 'helm-mirror' 'helm-zsh-completion' 'helmfile' 'help2man' 'help2man-lang' 'herbstluftwm' 'herbstluftwm-bash-completion' 'herbstluftwm-examples' 'herbstluftwm-fish-completion' 'herbstluftwm-zsh-completion' 'heroes-tron' 'hevea' 'hex' 'hex2bin' 'hexchat' 'hexchat-devel' 'hexchat-lang' 'hexchat-plugins-lua' 'hexchat-plugins-perl' 'hexchat-plugins-python3' 'hexd' 'hexen2' 'hexen2' 'hexen2-debuginfo' 'hexen2-debugsource' 'hexenworld' 'hexenworld-debuginfo' 'hexter' 'hfst' 'hfst-devel' 'hfst-ospell' 'hfst-ospell-devel' 'hfsutils' 'hg-fast-export' 'hiawatha' 'hiawatha-letsencrypt' 'hibiscus' 'hicolor-icon-theme' 'hicolor-icon-theme-branding-openSUSE' 'hidviz' 'highlight' 'highlight-gui' 'highlight-gui-lang' 'himeno' 'hiredis' 'hiredis-devel' 'hitori' 'hitori-lang' 'hivex' 'hivex-devel' 'hivex-lang' 'hledger' 'hledger-interest' 'hledger-ui' 'hlint' 'hmaccalc' 'hmcfgusb' 'hmconv' 'hollywood' 'hollywood-data' 'holodev' 'homebank' 'homebank-lang' 'homerhevc' 'homerhevc' 'homerhevc-debuginfo' 'homerhevc-debugsource' 'homeshick' 'honggfuzz' 'horst' 'hostap-utils' 'hostapd' 'hostinfo' 'hostname' 'hotdoc' 'hotspot' 'hourglass' 'hourglass-lang' 'howl' 'hp-drive-guard' 'hp2xx' 'hpack' 'hpc_compute_node' 'hpc_development_node' 'hpc_libraries' 'hpc_workload_server' 'hplip' 'hplip-devel' 'hplip-hpijs' 'hplip-sane' 'hplip-scan-utils' 'hppc' 'hppc-javadoc' 'hppc-templateprocessor' 'hpx' 'hpx-devel' 'hscolour' 'hspec-discover' 'hsqldb' 'hsqldb-demo' 'hsqldb-javadoc' 'hsqldb-manual' 'ht' 'htdig' 'htdig-devel' 'htdig-doc' 'hte' 'html-dtd' 'html-xml-utils' 'html2ps' 'html2text' 'htmlcxx' 'htmlcxx' 'htmlcxx-debuginfo' 'htmlcxx-debugsource' 'htmlcxx-devel' 'htmldoc' 'htop' 'htsfile' 'http-builder' 'http-builder-javadoc' 'http-parser-devel' 'httpcomponents-asyncclient' 'httpcomponents-asyncclient-cache' 'httpcomponents-asyncclient-javadoc' 'httpcomponents-asyncclient-parent' 'httpcomponents-client' 'httpcomponents-client-cache' 'httpcomponents-client-javadoc' 'httpcomponents-core' 'httpcomponents-core-javadoc' 'httpcomponents-project' 'httperf' 'httrack' 'httrack-devel' 'hub' 'hugin' 'humanity-icon-theme' 'hunspell' 'hunspell-devel' 'hunspell-devel-32bit' 'hunspell-tools' 'hwdata' 'hwinfo' 'hwinfo-devel' 'hwloc' 'hwloc-data' 'hwloc-devel' 'hwloc-doc' 'hwmixvolume' 'hwsd' 'hwsd' 'hwsd-debuginfo' 'hwsd-debugsource' 'hwsd-devel' 'hwsd-doc' 'hxtools' 'hxtools-data' 'hxtools-man' 'hxtools-profile' 'hxtools-scripts' 'hydrogen' 'hyena' 'hylafax+' 'hylafax+-client' 'hyper-v' 'hyperscan-devel' 'hyphen' 'hyphen-devel' 'hypre-devel' 'hypre-gnu-mpich-hpc-devel' 'hypre-gnu-mvapich2-hpc-devel' 'hypre-gnu-openmpi1-hpc-devel' 'hypre-gnu-openmpi2-hpc-devel' 'hypre-gnu-openmpi3-hpc-devel' 'hypre-gnu-openmpi4-hpc-devel' 'hypre-mpich-devel' 'hypre-mvapich2-devel' 'hypre-openmpi1-devel' 'hypre-openmpi2-devel' 'hypre-openmpi3-devel' 'hypre-openmpi4-devel' 'hypre_2_18_2-gnu-mpich-hpc-devel' 'hypre_2_18_2-gnu-mvapich2-hpc-devel' 'hypre_2_18_2-gnu-openmpi1-hpc-devel' 'hypre_2_18_2-gnu-openmpi2-hpc-devel' 'hypre_2_18_2-gnu-openmpi3-hpc-devel' 'hypre_2_18_2-gnu-openmpi4-hpc-devel' 'i18nspector' 'i2c-tools' 'i2pd' 'i3' 'i3-devel' 'i3-gaps' 'i3-gaps-devel' 'i3blocks' 'i3lock' 'i3lock-xlock-compat' 'i3status' 'iMule' 'iMule' 'iMule-debuginfo' 'iMule-debugsource' 'iagno' 'iagno-lang' 'iasimage' 'ibacm' 'ibm-data-db2' 'ibmswtpm2' 'ibmtss' 'ibmtss-base' 'ibmtss-devel' 'ibsim' 'ibus' 'ibus-anthy' 'ibus-anthy-devel' 'ibus-cangjie' 'ibus-chewing' 'ibus-devel' 'ibus-dict-emoji' 'ibus-gtk' 'ibus-gtk-32bit' 'ibus-gtk3' 'ibus-gtk3-32bit' 'ibus-hangul' 'ibus-input-pad' 'ibus-kkc' 'ibus-lang' 'ibus-libpinyin' 'ibus-libzhuyin' 'ibus-m17n' 'ibus-mozc' 'ibus-mozc-candidate-window' 'ibus-pinyin' 'ibus-rime' 'ibus-skk' 'ibus-table' 'ibus-table-chinese-array' 'ibus-table-chinese-cangjie' 'ibus-table-chinese-cantonese' 'ibus-table-chinese-easy' 'ibus-table-chinese-erbi' 'ibus-table-chinese-jyutping' 'ibus-table-chinese-quick' 'ibus-table-chinese-scj' 'ibus-table-chinese-stroke5' 'ibus-table-chinese-wu' 'ibus-table-chinese-wubi-haifeng' 'ibus-table-chinese-wubi-jidian' 'ibus-table-chinese-yong' 'ibus-table-cns11643' 'ibus-table-compose' 'ibus-table-devel' 'ibus-table-emoji' 'ibus-table-extraphrase' 'ibus-table-extraphrase-devel' 'ibus-table-hu-old-hungarian-rovas' 'ibus-table-ipa-x-sampa' 'ibus-table-latex' 'ibus-table-mathwriter' 'ibus-table-others' 'ibus-table-rusle' 'ibus-table-rustrad' 'ibus-table-thai' 'ibus-table-translit' 'ibus-table-translit-ua' 'ibus-table-viqr' 'ibus-table-yawerty' 'ibus-typing-booster' 'ibus-unikey' 'ibutils' 'ibutils-devel' 'ibutils-ui' 'icc-examin' 'icc-examin-lang' 'icc-mime-types' 'icc-profiles' 'icc-profiles-all' 'icc-profiles-basiccolor-lstarrgb' 'icc-profiles-basiccolor-printing2009-coat2' 'icc-profiles-basiccolor-printing2009-doc' 'icc-profiles-basiccolor-printing2009-extra' 'icc-profiles-lcms-lab' 'icc-profiles-mini' 'icc-profiles-openicc-rgb' 'icc-profiles-oyranos-extra' 'icc-targets-fogra' 'icc-targets-npes' 'iceauth' 'icecast' 'icecast-doc' 'icecream' 'icecream-clang-wrappers' 'icecream-monitor' 'icedtea-web' 'icedtea-web-javadoc' 'ices' 'icewm' 'icewm-config-upstream' 'icewm-default' 'icewm-lang' 'icewm-lite' 'icewm-theme-branding' 'icewm-theme-yast-installation' 'icewm-themes' 'icinga2' 'icinga2-bin' 'icinga2-common' 'icinga2-doc' 'icinga2-ido-mysql' 'icinga2-ido-pgsql' 'icingacli' 'icingaweb2' 'icingaweb2-common' 'icingaweb2-module-director' 'icingaweb2-module-incubator' 'icingaweb2-module-ipl' 'icingaweb2-module-reactbundle' 'icingaweb2-vendor-HTMLPurifier' 'icingaweb2-vendor-JShrink' 'icingaweb2-vendor-Parsedown' 'icingaweb2-vendor-dompdf' 'icingaweb2-vendor-lessphp' 'icingaweb2-vendor-zf1' 'icmake' 'icmpinfo' 'icmptunnel' 'icns-utils' 'ico' 'icon-naming-utils' 'icontheme-El-General' 'icontheme-El-General' 'icoutils' 'icu' 'icu4j' 'icu4j-charset' 'icu4j-javadoc' 'icu4j-localespi' 'id3lib' 'id3lib-32bit' 'id3lib-devel' 'id3lib-examples' 'id3v2' 'idep' 'ido-devel' 'idutils' 'idutils-lang' 'idzebra' 'idzebra-devel' 'idzebra-doc' 'iftop' 'ifuse' 'igerman98-doc' 'ignition' 'ignition-config-transpiler' 'ignition-dracut-grub2' 'iio-sensor-proxy' 'iio-sensor-proxy-doc' 'ikiwiki' 'ikiwiki-w3m' 'ikona' 'ikona' 'ikona-debuginfo' 'ikona-debugsource' 'ikvm' 'ilbc-devel' 'ilmbase-devel' 'ima-evm-utils-devel' 'ima-inspect' 'imageburner' 'imageburner-lang' 'imagej' 'imagewriter' 'imagination' 'imagination' 'imagination-debuginfo' 'imagination-debugsource' 'imagination-doc' 'imagination-lang' 'imaging' 'imake' 'imapfilter' 'imb-gnu-mpich-hpc' 'imb-gnu-mvapich2-hpc' 'imb-gnu-openmpi1-hpc' 'imb-gnu-openmpi2-hpc' 'imb-gnu-openmpi3-hpc' 'imb-mpich' 'imb-mvapich2' 'imb-openmpi1' 'imb-openmpi2' 'imb-openmpi3' 'imb_2019_3-gnu-mpich-hpc' 'imb_2019_3-gnu-mvapich2-hpc' 'imb_2019_3-gnu-openmpi1-hpc' 'imb_2019_3-gnu-openmpi2-hpc' 'imb_2019_3-gnu-openmpi3-hpc' 'imgen' 'imgp' 'imgp-bash-completion' 'imgp-fish-completion' 'imgp-zsh-completion' 'imgvtopgm' 'imhangul' 'imhangul-32bit' 'iml-devel' 'imlib2' 'imlib2-devel' 'imlib2-filters' 'imlib2-loaders' 'imobiledevice-tools' 'import-properties-plugin' 'impressive' 'imv' 'imwheel' 'imx-usb-loader' 'incidenceeditor' 'incidenceeditor-devel' 'incidenceeditor-lang' 'include-what-you-use' 'include-what-you-use-tools' 'indent' 'indent-lang' 'indic-fonts' 'indicator-common' 'indriya' 'indriya-javadoc' 'ineffassign' 'infiniband-diags' 'infinipath-psm-devel' 'infinoted' 'influxdb' 'influxdb-devel' 'info' 'info-std' 'info2html' 'info4' 'infos-creator-rpm' 'ini4j' 'ini4j-javadoc' 'initviocons' 'injeqt-devel' 'inkscape' 'inkscape-extensions-extra' 'inkscape-extensions-fig' 'inkscape-extensions-gimp' 'inkscape-extensions-scribus' 'inkscape-lang' 'inn' 'inn-devel' 'innoextract' 'innotop' 'inotify-tools' 'inotify-tools-devel' 'inotify-tools-doc' 'input-pad' 'input-pad-devel' 'input-pad-eek' 'input-pad-xtest' 'insighttoolkit-devel' 'inspectrum' 'insserv-compat' 'inst-source-utils' 'install-initrd-Kubic' 'install-initrd-MicroOS' 'install-initrd-openSUSE' 'installation-images-Kubic' 'installation-images-MicroOS' 'installation-images-debuginfodeps-MicroOS' 'installation-images-debuginfodeps-openSUSE' 'instsource-susedata' 'int10h-oldschoolpc-fonts' 'intel-SINIT' 'intel-cmt-cat' 'intel-hybrid-driver' 'intel-media-driver' 'intel-vaapi-driver' 'intel-vaapi-driver-32bit' 'intelhex' 'inter-fonts' 'interbench' 'interceptty' 'intlfonts' 'intlfonts-arabic-bitmap-fonts' 'intlfonts-asian-bitmap-fonts' 'intlfonts-bdf-fonts' 'intlfonts-chinese-big-bitmap-fonts' 'intlfonts-chinese-bitmap-fonts' 'intlfonts-ethiopic-bitmap-fonts' 'intlfonts-euro-bitmap-fonts' 'intlfonts-japanese-big-bitmap-fonts' 'intlfonts-japanese-bitmap-fonts' 'intlfonts-phonetic-bitmap-fonts' 'intlfonts-ttf-fonts' 'intlfonts-type1-fonts' 'intltool' 'inwee' 'inxi' 'iodbc' 'iodbc-admin' 'iodine' 'iometer' 'ioping' 'iops' 'ioquake3' 'ioquake3-devel' 'ior' 'iotop' 'iouyap' 'iozone' 'iozone-doc' 'ipa-ex-gothic-fonts' 'ipa-ex-mincho-fonts' 'ipa-gothic-bold-fonts' 'ipa-gothic-bolditalic-fonts' 'ipa-gothic-fonts' 'ipa-gothic-italic-fonts' 'ipa-mincho-fonts' 'ipa-pgothic-bold-fonts' 'ipa-pgothic-bolditalic-fonts' 'ipa-pgothic-fonts' 'ipa-pgothic-italic-fonts' 'ipa-pmincho-fonts' 'ipa-uigothic-fonts' 'ipadic' 'ipcalc' 'iperf' 'iperf-devel' 'ipmctl' 'ipmctl-devel' 'ipmitool' 'ipmitool-bmc-snmp-proxy' 'ipmiutil' 'ipmiutil-devel' 'ipmiutil-static' 'iprange' 'iproute2' 'iproute2-arpd' 'iproute2-bash-completion' 'ipset' 'ipset-devel' 'iptables' 'iptables-backend-nft' 'iptraf-ng' 'iputils' 'ipv6gen' 'ipv6toolkit' 'ipvsadm' 'ipw-firmware' 'ipxe-bootimgs' 'ipxrip' 'irda' 'irman-common' 'irman-utils' 'irqbalance' 'irqbalance-ui' 'irrlicht-data' 'irrlicht-devel' 'irssi' 'irssi-devel' 'irssi-otr' 'isapnp' 'isapnp-devel' 'isatapd' 'iscan' 'iscan' 'iscan-data' 'iscan-debuginfo' 'iscan-debugsource' 'iscan-firmware' 'iscan-plugin' 'iscan-plugin' 'iscsi-formula' 'iscsiuio' 'isight-firmware-tools' 'isl-devel' 'isl-devel-32bit' 'iso-codes' 'iso-codes-devel' 'iso-codes-lang' 'iso-country-flags-png' 'iso_ent' 'isomaster' 'isomaster' 'isomaster-debuginfo' 'isomaster-debugsource' 'isomaster-lang' 'isorelax' 'ispc' 'ispell' 'ispell-american' 'ispell-brazilian' 'ispell-british' 'ispell-bulgarian' 'ispell-catalan' 'ispell-czech' 'ispell-danish' 'ispell-dutch' 'ispell-esperanto' 'ispell-estonian' 'ispell-finnish' 'ispell-french' 'ispell-german' 'ispell-greek' 'ispell-hungarian' 'ispell-italian' 'ispell-naustrian' 'ispell-ngerman' 'ispell-norsk' 'ispell-nswiss' 'ispell-polish' 'ispell-portuguese' 'ispell-russian' 'ispell-slovak' 'ispell-slovene' 'ispell-spanish' 'ispell-swedish' 'issue-generator' 'istack-commons' 'istack-commons-buildtools' 'istack-commons-maven-plugin' 'istack-commons-runtime' 'istack-commons-soimp' 'istack-commons-test' 'istack-commons-tools' 'istgt' 'isync' 'itext-parent' 'itextpdf' 'itextpdf-javadoc' 'itk' 'itpp-devel' 'itpp-doc' 'itstool' 'iucode-tool' 'iverilog' 'iverilog-devel' 'ivtv' 'ivtv-firmware' 'ivy-local' 'ivykis-devel' 'iw' 'iwatch' 'iwd' 'iwidgets' 'iwpmd' 'jack' 'jack-32bit' 'jack-rack' 'jack_capture' 'jack_mixer' 'jack_mixer' 'jack_mixer-debuginfo' 'jack_mixer-debugsource' 'jackmixdesk' 'jackmixdesk' 'jackmixdesk-debuginfo' 'jackmixdesk-debugsource' 'jackson' 'jackson-annotations' 'jackson-annotations-javadoc' 'jackson-bom' 'jackson-core' 'jackson-core-javadoc' 'jackson-databind' 'jackson-databind-javadoc' 'jackson-dataformat-cbor' 'jackson-dataformat-smile' 'jackson-dataformats-binary' 'jackson-dataformats-binary-javadoc' 'jackson-datatype-guava' 'jackson-datatype-hppc' 'jackson-datatypes-collections' 'jackson-datatypes-collections-javadoc' 'jackson-javadoc' 'jackson-jaxrs-json-provider' 'jackson-jaxrs-providers' 'jackson-jaxrs-providers-datatypes' 'jackson-jaxrs-providers-javadoc' 'jackson-jaxrs-providers-parent' 'jackson-module-afterburner' 'jackson-module-guice' 'jackson-module-jaxb-annotations' 'jackson-module-mrbean' 'jackson-module-osgi' 'jackson-module-paranamer' 'jackson-modules-base' 'jackson-modules-base-javadoc' 'jackson-parent' 'jacktrip' 'jaero' 'jaf' 'jaf-javadoc' 'jafama' 'jafama-javadoc' 'jag' 'jag-data' 'jag-editor' 'jakarta-commons-discovery' 'jakarta-commons-discovery-javadoc' 'jakarta-commons-launcher' 'jakarta-commons-launcher-javadoc' 'jakarta-commons-modeler' 'jakarta-commons-modeler-javadoc' 'jakarta-commons-transaction' 'jakarta-commons-vfs' 'jakarta-commons-vfs-javadoc' 'jakarta-commons-vfs-manual' 'jakarta-poi' 'jakarta-poi-javadoc' 'jakarta-poi-manual' 'jakarta-slide-webdavclient' 'jakarta-slide-webdavclient-javadoc' 'jakarta-slide-webdavclient-repolib' 'jakarta-taglibs-standard' 'jakarta-taglibs-standard-javadoc' 'jameica' 'jameica-devel' 'jameica-javadoc' 'janino' 'janino-javadoc' 'jansi' 'jansi-javadoc' 'jansi-native' 'jansi-native-javadoc' 'jarjar' 'jarjar-javadoc' 'jasper' 'jatl' 'jatl-javadoc' 'java-11-openj9' 'java-11-openj9-accessibility' 'java-11-openj9-demo' 'java-11-openj9-devel' 'java-11-openj9-headless' 'java-11-openj9-javadoc' 'java-11-openj9-jmods' 'java-11-openj9-src' 'java-11-openjdk' 'java-11-openjdk-accessibility' 'java-11-openjdk-demo' 'java-11-openjdk-devel' 'java-11-openjdk-headless' 'java-11-openjdk-javadoc' 'java-11-openjdk-jmods' 'java-11-openjdk-src' 'java-14-openjdk' 'java-14-openjdk-accessibility' 'java-14-openjdk-demo' 'java-14-openjdk-devel' 'java-14-openjdk-headless' 'java-14-openjdk-javadoc' 'java-14-openjdk-jmods' 'java-14-openjdk-src' 'java-15-openjdk' 'java-15-openjdk-accessibility' 'java-15-openjdk-demo' 'java-15-openjdk-devel' 'java-15-openjdk-headless' 'java-15-openjdk-javadoc' 'java-15-openjdk-jmods' 'java-15-openjdk-src' 'java-1_8_0-openj9' 'java-1_8_0-openj9-accessibility' 'java-1_8_0-openj9-demo' 'java-1_8_0-openj9-devel' 'java-1_8_0-openj9-headless' 'java-1_8_0-openj9-javadoc' 'java-1_8_0-openj9-src' 'java-1_8_0-openjdk' 'java-1_8_0-openjdk-accessibility' 'java-1_8_0-openjdk-demo' 'java-1_8_0-openjdk-devel' 'java-1_8_0-openjdk-headless' 'java-1_8_0-openjdk-javadoc' 'java-1_8_0-openjdk-src' 'java-atk-wrapper' 'java-binfmt-misc' 'java-cup' 'java-cup-manual' 'java-jwt' 'java-jwt-javadoc' 'java-libkolabxml1' 'java-mraa' 'javacc' 'javacc-demo' 'javacc-javadoc' 'javacc-manual' 'javacc-maven-plugin' 'javacc-maven-plugin-javadoc' 'javaewah' 'javaewah-javadoc' 'javahelp2' 'javahelp2-javadoc' 'javahelp2-manual' 'javamail' 'javamail-javadoc' 'javapackages-filesystem' 'javapackages-gradle' 'javapackages-ivy' 'javapackages-local' 'javapackages-tools' 'javaparser' 'javaparser-javadoc' 'javapoet' 'javapoet-javadoc' 'javassist' 'javassist-demo' 'javassist-javadoc' 'javassist-manual' 'javazic' 'jawn-ast' 'jawn-json4s' 'jawn-parser' 'jawn-util' 'jaxen' 'jaxodraw' 'jaxodraw-javadoc' 'jaxodraw-latex' 'jbig2dec' 'jbig2dec-devel' 'jbig2dec-devel-32bit' 'jbigkit' 'jboss-annotations-1.2-api' 'jboss-annotations-1.2-api-javadoc' 'jboss-interceptors-1.2-api' 'jboss-interceptors-1.2-api-javadoc' 'jboss-jaxrs-2.0-api' 'jboss-jaxrs-2.0-api-javadoc' 'jboss-logging' 'jboss-logging-javadoc' 'jboss-logging-tools' 'jboss-logging-tools-javadoc' 'jboss-logmanager' 'jboss-logmanager-javadoc' 'jboss-marshalling' 'jboss-marshalling-javadoc' 'jboss-marshalling-osgi' 'jboss-modules' 'jboss-modules-javadoc' 'jboss-parent' 'jboss-websocket-1.0-api' 'jboss-websocket-1.0-api-javadoc' 'jc' 'jcasgen-maven-plugin' 'jcat-tool' 'jchardet' 'jchardet-javadoc' 'jcifs' 'jcifs-demo' 'jcifs-javadoc' 'jcip-annotations' 'jcip-annotations-javadoc' 'jcl-over-slf4j' 'jcodings' 'jcommon' 'jcommon-javadoc' 'jconvolver' 'jconvolver-examples' 'jcsp' 'jcsp-javadoc' 'jctools' 'jctools-channels' 'jctools-experimental' 'jctools-javadoc' 'jctools-parent' 'jcuber' 'jcuber-doc' 'jdeparser' 'jdeparser-javadoc' 'jdepend' 'jdepend-demo' 'jdependency' 'jdependency-javadoc' 'jdo2-api' 'jdo2-api-javadoc' 'jdom' 'jdom2' 'jdom2-javadoc' 'jedit' 'jedit-javadoc' 'jefferson' 'jemalloc' 'jemalloc-devel' 'jemmy' 'jemmy-javadoc' 'jenkins-json-lib' 'jeos-firstboot' 'jeos-firstboot-rpiwifi' 'jersey' 'jersey-javadoc' 'jetbrains-annotations' 'jetbrains-annotations-javadoc' 'jettison' 'jettison-javadoc' 'jetty-alpn' 'jetty-alpn-api' 'jetty-alpn-api-javadoc' 'jetty-alpn-javadoc' 'jetty-annotations' 'jetty-artifact-remote-resources' 'jetty-build-support' 'jetty-build-support-javadoc' 'jetty-client' 'jetty-continuation' 'jetty-distribution-remote-resources' 'jetty-http' 'jetty-io' 'jetty-jaas' 'jetty-javax-websocket-client-impl' 'jetty-javax-websocket-server-impl' 'jetty-jmx' 'jetty-jndi' 'jetty-jsp' 'jetty-minimal-javadoc' 'jetty-openid' 'jetty-parent' 'jetty-plus' 'jetty-proxy' 'jetty-schemas' 'jetty-security' 'jetty-server' 'jetty-servlet' 'jetty-toolchain' 'jetty-util' 'jetty-util-ajax' 'jetty-version-maven-plugin' 'jetty-version-maven-plugin-javadoc' 'jetty-webapp' 'jetty-websocket-api' 'jetty-websocket-client' 'jetty-websocket-common' 'jetty-websocket-javadoc' 'jetty-websocket-server' 'jetty-websocket-servlet' 'jetty-xml' 'jeuclid' 'jeuclid-cli' 'jeuclid-fop' 'jeuclid-mathviewer' 'jfbterm' 'jffi' 'jffi-javadoc' 'jffi-native' 'jflex' 'jflex-doc' 'jformatstring' 'jformatstring-javadoc' 'jfreechart' 'jfreechart-javadoc' 'jfsutils' 'jgit' 'jgit-javadoc' 'jgmenu' 'jgoodies-forms' 'jgoodies-forms-demo' 'jgoodies-forms-javadoc' 'jgoodies-forms-manual' 'jgoodies-looks' 'jgoodies-looks-demo' 'jgoodies-looks-javadoc' 'jgoodies-looks-manual' 'jgraphx' 'jgroups' 'jgroups-javadoc' 'jgroups-manual' 'jgroups-repolib' 'jhbuild' 'jhbuild-lang' 'jhbuild-recommended-deps' 'jhead' 'jhighlight' 'jhighlight-javadoc' 'jigdo' 'jigit' 'jikes' 'jimtcl' 'jimtcl-devel' 'jing' 'jing-javadoc' 'jisp2' 'jisp2-demo' 'jisp2-javadoc' 'jlatexmath' 'jlatexmath-fop' 'jlatexmath-javadoc' 'jlex' 'jlfgr' 'jline' 'jline-javadoc' 'jline1' 'jline1-javadoc' 'jmdict' 'jmess' 'jmess' 'jmess-debuginfo' 'jmess-debugsource' 'jmock' 'jmock-demo' 'jmock-javadoc' 'jmol' 'jna' 'jna-contrib' 'jna-javadoc' 'jnr-constants' 'jnr-constants-javadoc' 'jnr-enxio' 'jnr-enxio-javadoc' 'jnr-ffi' 'jnr-ffi-javadoc' 'jnr-netdb' 'jnr-netdb-javadoc' 'jnr-posix' 'jnr-posix-javadoc' 'jnr-unixsocket' 'jnr-unixsocket-javadoc' 'jnr-x86asm' 'jnr-x86asm-javadoc' 'jo' 'jo-bash-completion' 'joda-convert' 'joda-convert-javadoc' 'joda-time' 'joda-time-javadoc' 'joe' 'jogl2' 'john' 'john-wordlists' 'jomolhari-fonts' 'jondo' 'jondofox' 'jopt-simple' 'jopt-simple-javadoc' 'josm' 'josm' 'josm-fonts' 'jp' 'jp2a' 'jpcre2-devel' 'jpegoptim' 'jpnevulator' 'jq' 'jrosetta' 'jrtplib-devel' 'js' 'js' 'js-debuginfo' 'js-debugsource' 'js-devel' 'js-technology-fonts' 'jsch' 'jsch-agent-proxy-connector-factory' 'jsch-agent-proxy-core' 'jsch-agent-proxy-javadoc' 'jsch-agent-proxy-jsch' 'jsch-agent-proxy-pageant' 'jsch-agent-proxy-sshagent' 'jsch-agent-proxy-svnkit-trilead-ssh2' 'jsch-agent-proxy-usocket-jna' 'jsch-agent-proxy-usocket-nc' 'jsch-demo' 'jsch-javadoc' 'jshon' 'jsmn-devel' 'json-glib-devel' 'json-glib-lang' 'json-lib' 'json-lib-javadoc' 'json-table' 'json4s-ast' 'json4s-core' 'json4s-ext' 'json4s-jackson' 'json4s-native' 'json4s-scalap' 'json4s-xml' 'jsoncpp-devel' 'jsonnet' 'jsonp' 'jsonp-javadoc' 'jsonrpc-glib-devel' 'jsoup' 'jsoup-javadoc' 'jsr-305' 'jsr-305-javadoc' 'jsr-311' 'jsr-311-javadoc' 'jtc' 'jthread-devel' 'jtidy' 'jtidy-javadoc' 'jtidy-scripts' 'judy-devel' 'judy-doc' 'juk' 'juk-lang' 'jul-to-slf4j' 'julia' 'julia-compat' 'julia-compat-debug' 'julia-compat-devel' 'julia-debug' 'julia-devel' 'julia-doc' 'julius' 'junit' 'junit-javadoc' 'junit-manual' 'junit5' 'junit5-guide' 'junit5-javadoc' 'junitperf' 'junitperf-demo' 'junitperf-javadoc' 'jupyter' 'jupyter-bqplot' 'jupyter-calysto' 'jupyter-doc' 'jupyter-hide-code' 'jupyter-imatlab' 'jupyter-ipydatawidgets' 'jupyter-ipydatawidgets-jupyterlab' 'jupyter-ipyevents' 'jupyter-ipyevents-jupyterlab' 'jupyter-ipykernel' 'jupyter-ipyleaflet' 'jupyter-ipympl' 'jupyter-ipympl-jupyterlab' 'jupyter-ipyparallel' 'jupyter-ipyscales' 'jupyter-ipysheet' 'jupyter-ipyvolume' 'jupyter-ipywebrtc' 'jupyter-jupyter-client' 'jupyter-jupyter-contrib-nbextensions' 'jupyter-jupyter-core' 'jupyter-jupyter-full-width' 'jupyter-jupyter-require' 'jupyter-jupyter-server' 'jupyter-jupyter-themer' 'jupyter-jupyter-wysiwyg' 'jupyter-jupyter_cms' 'jupyter-jupyter_console' 'jupyter-jupyter_contrib_core' 'jupyter-jupyter_core-filesystem' 'jupyter-jupyter_dashboards' 'jupyter-jupyter_highlight_selected_word' 'jupyter-jupyter_latex_envs' 'jupyter-jupyter_nbextensions_configurator' 'jupyter-jupyterbgnotify' 'jupyter-jupyterlab' 'jupyter-jupyterlab-filesystem' 'jupyter-jupyterlab-ipyscales' 'jupyter-jupyterlab-latex' 'jupyter-jupyterlab-server' 'jupyter-jupyterlab-templates' 'jupyter-jupyterlab_github' 'jupyter-jupytext' 'jupyter-jupytext-jupyterlab' 'jupyter-lineup-widget' 'jupyter-matlab-kernel' 'jupyter-nbconvert' 'jupyter-nbconvert-doc' 'jupyter-nbconvert-latex' 'jupyter-nbdime' 'jupyter-nbdime-git' 'jupyter-nbdime-hg' 'jupyter-nbdime-jupyterlab' 'jupyter-nbformat' 'jupyter-nbinteract' 'jupyter-nbpresent' 'jupyter-notebook' 'jupyter-notebook-filesystem' 'jupyter-notebook-lang' 'jupyter-notebook-latex' 'jupyter-octave-kernel' 'jupyter-plotly' 'jupyter-pythreejs' 'jupyter-pythreejs-jupyterlab' 'jupyter-qgrid' 'jupyter-qtconsole' 'jupyter-rise' 'jupyter-sidecar-jupyterlab' 'jupyter-vega' 'jupyter-vispy' 'jupyter-voila' 'jupyter-widgetsnbextension' 'jvnet-parent' 'jvyamlb' 'jwnl' 'jwnl-javadoc' 'jwordsplitter' 'jwordsplitter-javadoc' 'jwt_verify_lib-source' 'jxrlib' 'jxrlib-devel' 'jython' 'jython-demo' 'jython-javadoc' 'jython-manual' 'jzlib' 'jzlib-demo' 'jzlib-javadoc' 'k3b' 'k3b-devel' 'k3b-lang' 'k3s' 'k3s-hyperkube' 'k4dirstat' 'k4dirstat' 'k4dirstat-debuginfo' 'k4dirstat-debugsource' 'k4dirstat-lang' 'k8s-sidecar' 'k9copy' 'k9copy' 'k9copy-debuginfo' 'k9copy-debugsource' 'k9copy-lang' 'k9s' 'kColorPicker-devel' 'kImageAnnotator' 'kImageAnnotator-devel' 'kImageAnnotator-lang' 'kaccounts-integration' 'kaccounts-integration-32bit' 'kaccounts-integration-devel' 'kaccounts-integration-devel-32bit' 'kaccounts-integration-lang' 'kaccounts-providers' 'kaccounts-providers-lang' 'kactivities-stats-devel' 'kactivities-stats-devel-32bit' 'kactivities5-devel' 'kactivities5-devel-32bit' 'kactivities5-imports' 'kactivities5-tools' 'kactivitymanagerd' 'kactivitymanagerd-lang' 'kaddressbook' 'kaddressbook-doc' 'kaddressbook-lang' 'kaffeine' 'kaffeine' 'kaffeine-debuginfo' 'kaffeine-debugsource' 'kaffeine-lang' 'kafka-kit' 'kafka-source' 'kaidan' 'kaidan' 'kaidan-debuginfo' 'kaidan-debugsource' 'kail' 'kajaani-kombat' 'kajaani-kombat-server' 'kajongg' 'kajongg-lang' 'kakasi' 'kakasi-devel' 'kakasi-dict' 'kakoune' 'kalarm' 'kalarm-lang' 'kalarmcal' 'kalarmcal-devel' 'kalarmcal-lang' 'kalgebra' 'kalgebra-lang' 'kalgebra-mobile' 'kalzium' 'kalzium-devel' 'kalzium-lang' 'kamera-lang' 'kamerka' 'kamerka' 'kamerka-debuginfo' 'kamerka-debugsource' 'kamerka-lang' 'kamoso' 'kamoso-lang' 'kanagram' 'kanagram-lang' 'kanidm' 'kanidm-clients' 'kanidm-server' 'kanidm-unixd-clients' 'kanjipad' 'kapidox' 'kapman' 'kapman-lang' 'kapptemplate' 'kapptemplate-lang' 'karchive-devel' 'karchive-devel-32bit' 'kasumi' 'katacontainers' 'katacontainers-image-initrd' 'kate' 'kate-lang' 'kate-plugins' 'katomic' 'katomic-lang' 'kauth-devel' 'kauth-devel-32bit' 'kawaii-player' 'kbackup' 'kbackup-lang' 'kbd' 'kbd-legacy' 'kbdsniffd' 'kbfs' 'kbfs-git' 'kbfs-tool' 'kbibtex' 'kbibtex' 'kbibtex-debuginfo' 'kbibtex-debugsource' 'kbibtex-devel' 'kbibtex-lang' 'kblackbox' 'kblackbox-lang' 'kblocks' 'kblocks-lang' 'kbookmarks-devel' 'kbookmarks-devel-32bit' 'kbounce' 'kbounce-lang' 'kbreakout' 'kbreakout-lang' 'kbruch' 'kbruch-lang' 'kbuild' 'kcachegrind' 'kcachegrind-lang' 'kcalc' 'kcalc-lang' 'kcalendarcore-devel' 'kcalutils' 'kcalutils-devel' 'kcalutils-lang' 'kcharselect' 'kcharselect-lang' 'kchmviewer' 'kchmviewer' 'kchmviewer-debuginfo' 'kchmviewer-debugsource' 'kcm_sddm' 'kcm_sddm-lang' 'kcm_tablet' 'kcm_tablet' 'kcm_tablet-debuginfo' 'kcm_tablet-debugsource' 'kcm_tablet-lang' 'kcmutils-devel' 'kcmutils-devel-32bit' 'kcodecs-devel' 'kcodecs-devel-32bit' 'kcolorchooser' 'kcolorchooser-lang' 'kcompletion-devel' 'kcompletion-devel-32bit' 'kconf_update5' 'kconfig-devel' 'kconfig-devel-32bit' 'kconfigwidgets-devel' 'kconfigwidgets-devel-32bit' 'kcontacts-devel' 'kcontacts-devel-32bit' 'kcontacts-lang' 'kcoreaddons' 'kcoreaddons-devel' 'kcoreaddons-devel-32bit' 'kcoreaddons-lang' 'kcov' 'kcrash-devel' 'kcrash-devel-32bit' 'kcron' 'kcron-lang' 'kdav' 'kdav-devel' 'kdav-lang' 'kdb' 'kdb-debuginfo' 'kdb-debugsource' 'kdb-devel' 'kdb-lang' 'kdb-mysql-driver' 'kdb-mysql-driver-debuginfo' 'kdb-postgresql-driver' 'kdb-postgresql-driver-debuginfo' 'kdb-sqlite3-driver' 'kdb-sqlite3-driver-debuginfo' 'kdbg' 'kdbg' 'kdbg-debuginfo' 'kdbg-debugsource' 'kdbg-lang' 'kdbusaddons-devel' 'kdbusaddons-devel-32bit' 'kdbusaddons-tools' 'kde' 'kde-cli-tools5' 'kde-cli-tools5-lang' 'kde-gtk-config5' 'kde-gtk-config5-gtk2' 'kde-gtk-config5-gtk3' 'kde-l10n-devel' 'kde-oxygen-fonts' 'kde-print-manager' 'kde-print-manager-lang' 'kde-user-manager' 'kde-user-manager-lang' 'kde4-icontheme-caledonia' 'kde4-icontheme-caledonia' 'kde_cdemu' 'kde_cdemu' 'kde_cdemu-debuginfo' 'kde_cdemu-debugsource' 'kde_cdemu-lang' 'kde_pim' 'kde_plasma' 'kdebugsettings' 'kdebugsettings-lang' 'kdeclarative-components' 'kdeclarative-components-32bit' 'kdeclarative-devel' 'kdeclarative-devel-32bit' 'kdeclarative-tools' 'kdeconnect-kde' 'kdeconnect-kde-lang' 'kdeconnect-kde-zsh-completion' 'kded' 'kded-devel' 'kded-lang' 'kdeedu-data' 'kdegames-carddecks-default' 'kdegames-carddecks-other' 'kdegraphics-thumbnailers' 'kdelibs4support' 'kdelibs4support-32bit' 'kdelibs4support-devel' 'kdelibs4support-devel-32bit' 'kdelibs4support-lang' 'kdenetwork-filesharing' 'kdenetwork-filesharing-lang' 'kdenlive' 'kdenlive-lang' 'kdepim-addons' 'kdepim-addons-lang' 'kdepim-apps-libs' 'kdepim-apps-libs-devel' 'kdepim-apps-libs-lang' 'kdepim-runtime' 'kdepim-runtime-lang' 'kdesdk-scripts' 'kdesdk-scripts-kf5-porting' 'kdesdk-scripts-lang' 'kdesdk-thumbnailers' 'kdesdk-thumbnailers-lang' 'kdesignerplugin' 'kdesignerplugin-devel' 'kdesignerplugin-lang' 'kdesu-devel' 'kdesu-devel-32bit' 'kdesvn' 'kdesvn' 'kdesvn-debuginfo' 'kdesvn-debugsource' 'kdevelop5' 'kdevelop5' 'kdevelop5-debuginfo' 'kdevelop5-debugsource' 'kdevelop5-lang' 'kdevelop5-pg-qt' 'kdevelop5-pg-qt' 'kdevelop5-pg-qt-debuginfo' 'kdevelop5-pg-qt-debugsource' 'kdevelop5-plugin-php' 'kdevelop5-plugin-php' 'kdevelop5-plugin-php-debuginfo' 'kdevelop5-plugin-php-debugsource' 'kdevelop5-plugin-php-devel' 'kdevelop5-plugin-php-lang' 'kdevelop5-plugin-python3' 'kdevelop5-plugin-python3' 'kdevelop5-plugin-python3-debuginfo' 'kdevelop5-plugin-python3-debugsource' 'kdevelop5-plugin-python3-lang' 'kdevplatform' 'kdevplatform-debuginfo' 'kdevplatform-devel' 'kdevplatform-lang' 'kdewebkit-devel' 'kdewebkit-devel-32bit' 'kdf' 'kdf-lang' 'kdgantt2' 'kdgantt2-devel' 'kdiagram-devel' 'kdialog' 'kdialog-lang' 'kdiamond' 'kdiamond-lang' 'kdiff3' 'kdiff3' 'kdiff3-debuginfo' 'kdiff3-debugsource' 'kdiff3-lang' 'kdnssd' 'kdnssd-framework-devel' 'kdnssd-framework-devel-32bit' 'kdnssd-lang' 'kdocker' 'kdocker' 'kdocker-debuginfo' 'kdocker-debugsource' 'kdoctools' 'kdoctools-devel' 'kdoctools-devel-32bit' 'kdoctools-lang' 'kdoubanfm' 'kdoubanfm' 'kdoubanfm-debuginfo' 'kdoubanfm-debugsource' 'kdsoap-devel' 'kdstatemachineeditor' 'kdstatemachineeditor-devel' 'kdump' 'kdumpid' 'kea' 'kea-devel' 'kea-hooks' 'keditbookmarks' 'keditbookmarks-lang' 'keepalived' 'keepass' 'keepassxc' 'keepassxc-lang' 'kelbt' 'kemoticons-devel' 'kemoticons-devel-32bit' 'kernel-coverage' 'kernel-debug' 'kernel-debug-devel' 'kernel-default' 'kernel-default-base' 'kernel-default-base-rebuild' 'kernel-default-devel' 'kernel-devel' 'kernel-docs' 'kernel-docs-html' 'kernel-firmware' 'kernel-firmware' 'kernel-firmware-all' 'kernel-firmware-amdgpu' 'kernel-firmware-ath10k' 'kernel-firmware-atheros' 'kernel-firmware-bluetooth' 'kernel-firmware-bnx2' 'kernel-firmware-brcm' 'kernel-firmware-chelsio' 'kernel-firmware-dpaa2' 'kernel-firmware-i915' 'kernel-firmware-intel' 'kernel-firmware-iwlwifi' 'kernel-firmware-liquidio' 'kernel-firmware-marvell' 'kernel-firmware-media' 'kernel-firmware-mediatek' 'kernel-firmware-mellanox' 'kernel-firmware-mwifiex' 'kernel-firmware-network' 'kernel-firmware-nfp' 'kernel-firmware-nvidia' 'kernel-firmware-platform' 'kernel-firmware-prestera' 'kernel-firmware-qlogic' 'kernel-firmware-radeon' 'kernel-firmware-realtek' 'kernel-firmware-serial' 'kernel-firmware-sound' 'kernel-firmware-ti' 'kernel-firmware-ueagle' 'kernel-firmware-usb-network' 'kernel-kvmsmall' 'kernel-kvmsmall-devel' 'kernel-macros' 'kernel-obs-build' 'kernel-obs-qa' 'kernel-pae' 'kernel-pae-devel' 'kernel-source' 'kernel-source-vanilla' 'kernel-syms' 'kernel-vanilla' 'kernel-vanilla-devel' 'ketchup' 'kexec-tools' 'kexi' 'kexi' 'kexi-debuginfo' 'kexi-debugsource' 'kexi-lang' 'kexis' 'kexis' 'kexis-debuginfo' 'kexis-debugsource' 'keybase-client' 'keybinder-3.0-devel' 'keybinder-devel' 'keybinder-lua' 'keychain' 'keyutils' 'keyutils-devel' 'keyutils-devel-32bit' 'kf5-filesystem' 'kf5-kcm-fcitx' 'kf5-kcm-fcitx-icons' 'kf5-mediainfo' 'kf5-pacpl-plugins' 'kfilemetadata5' 'kfilemetadata5-32bit' 'kfilemetadata5-devel' 'kfilemetadata5-lang' 'kfind' 'kfind-lang' 'kfloppy' 'kfloppy-lang' 'kfourinline' 'kfourinline-lang' 'kgamma5' 'kgamma5-lang' 'kgeography' 'kgeography-lang' 'kget' 'kget-lang' 'kglobalaccel-devel' 'kglobalaccel-devel-32bit' 'kglobalaccel5' 'kgoldrunner' 'kgoldrunner-lang' 'kgpg' 'kgpg-lang' 'kgraphviewer' 'kgraphviewer' 'kgraphviewer-debuginfo' 'kgraphviewer-debugsource' 'kgraphviewer-devel' 'kgraphviewer-lang' 'kguiaddons-devel' 'kguiaddons-devel-32bit' 'khangman' 'khangman-lang' 'khelpcenter5' 'khelpcenter5-lang' 'khmeros-fonts' 'kholidays' 'kholidays-devel' 'khotkeys5' 'khotkeys5-devel' 'khotkeys5-lang' 'khtml-devel' 'khtml-devel-32bit' 'khunphan' 'ki18n-devel' 'ki18n-devel-32bit' 'kicad' 'kicad-doc' 'kicad-doc-ca' 'kicad-doc-de' 'kicad-doc-en' 'kicad-doc-es' 'kicad-doc-fr' 'kicad-doc-id' 'kicad-doc-it' 'kicad-doc-ja' 'kicad-doc-pdf-ca' 'kicad-doc-pdf-de' 'kicad-doc-pdf-en' 'kicad-doc-pdf-es' 'kicad-doc-pdf-fr' 'kicad-doc-pdf-id' 'kicad-doc-pdf-it' 'kicad-doc-pdf-ja' 'kicad-doc-pdf-ru' 'kicad-doc-pdf-zh' 'kicad-doc-pl' 'kicad-doc-ru' 'kicad-doc-zh' 'kicad-footprints' 'kicad-lang-bg' 'kicad-lang-ca' 'kicad-lang-cs' 'kicad-lang-de' 'kicad-lang-el' 'kicad-lang-en' 'kicad-lang-es' 'kicad-lang-fi' 'kicad-lang-fr' 'kicad-lang-hu' 'kicad-lang-it' 'kicad-lang-ja' 'kicad-lang-ko' 'kicad-lang-lt' 'kicad-lang-nl' 'kicad-lang-pl' 'kicad-lang-pt' 'kicad-lang-ru' 'kicad-lang-sk' 'kicad-lang-sl' 'kicad-lang-sv' 'kicad-lang-zh_CN' 'kicad-lang-zh_TW' 'kicad-packages3D' 'kicad-symbols' 'kicad-templates' 'kiconthemes-devel' 'kiconthemes-devel-32bit' 'kid3' 'kid3-cli' 'kid3-core' 'kid3-core-lang' 'kid3-doc' 'kid3-qt' 'kid3-qt-doc' 'kidentitymanagement-devel' 'kidentitymanagement-lang' 'kidletime-devel' 'kidletime-devel-32bit' 'kig' 'kig-lang' 'kigo' 'kigo-lang' 'kile' 'kile' 'kile-debuginfo' 'kile-debugsource' 'kile-lang' 'killbots' 'killbots-lang' 'killerd' 'kim-api' 'kim-api-devel' 'kim-api-examples' 'kimageformats' 'kimageformats-32bit' 'kimageformats-eps' 'kimagemapeditor' 'kimagemapeditor-lang' 'kimap-devel' 'kimap-lang' 'kinfocenter5' 'kinfocenter5-lang' 'kinit' 'kinit-32bit' 'kinit-devel' 'kinit-lang' 'kinput2' 'kio' 'kio-32bit' 'kio-core' 'kio-core-32bit' 'kio-devel' 'kio-devel-32bit' 'kio-extras5' 'kio-extras5-lang' 'kio-fuse' 'kio-fuse' 'kio-fuse-debuginfo' 'kio-fuse-debugsource' 'kio-gdrive' 'kio-gdrive-lang' 'kio-lang' 'kio-stash' 'kio-stash' 'kio-stash-debuginfo' 'kio-stash-debugsource' 'kio-stash-lang' 'kio_audiocd' 'kio_audiocd-devel' 'kio_audiocd-lang' 'kio_iso' 'kio_iso-debuginfo' 'kio_kamera' 'kio_perldoc' 'kio_perldoc-lang' 'kio_recoll' 'kio_recoll' 'kio_recoll-debuginfo' 'kio_recoll-debugsource' 'kipi-plugins' 'kipi-plugins-lang' 'kirigami' 'kirigami-devel' 'kirigami-gallery' 'kirigami-gallery-lang' 'kirigami-lang' 'kirigami2' 'kirigami2-devel' 'kirigami2-lang' 'kiriki' 'kiriki-lang' 'kismet' 'kismet-capture-freaklabs-zigbee' 'kismet-capture-linux-bluetooth' 'kismet-capture-linux-wifi' 'kismet-capture-nrf-51822' 'kismet-capture-nrf-mousejack' 'kismet-capture-nrf-nxp-kw41z' 'kismet-capture-sdr-rtl433' 'kismet-capture-sdr-rtladsb' 'kismet-capture-sdr-rtlamr' 'kismet-capture-ti-cc-2531' 'kismet-capture-ti-cc2540' 'kismet-devel' 'kismet-logtools' 'kissfft-devel' 'kitemmodels-devel' 'kitemmodels-devel-32bit' 'kitemmodels-imports' 'kitemviews-devel' 'kitemviews-devel-32bit' 'kiten' 'kiten-devel' 'kiten-lang' 'kitinerary' 'kitinerary-devel' 'kitty' 'kiwi-boot-descriptions' 'kiwi-filesystem-requires' 'kiwi-image-docker-requires' 'kiwi-image-iso-requires' 'kiwi-image-oem-requires' 'kiwi-image-pxe-requires' 'kiwi-image-tbz-requires' 'kiwi-image-vmx-requires' 'kiwi-image-wsl-requires' 'kiwi-man-pages' 'kiwi-pxeboot' 'kiwi-templates-JeOS' 'kiwi-tools' 'kjobwidgets-devel' 'kjobwidgets-devel-32bit' 'kjots' 'kjots-lang' 'kjs-devel' 'kjs-devel-32bit' 'kjs-devel-lang' 'kjsembed-devel' 'kjsembed-devel-32bit' 'kjumpingcube' 'kjumpingcube-lang' 'kkc-data' 'klatexformula' 'klatexformula-apidoc' 'klavaro' 'klavaro-devel' 'kldap' 'kldap-devel' 'kldap-lang' 'klee' 'klee-uclibc-devel-static' 'kleopatra' 'kleopatra-lang' 'klettres' 'klettres-lang' 'klfbackend-devel' 'klftools-devel' 'klick' 'klick' 'klick-debuginfo' 'klick-debugsource' 'klickety' 'klickety-lang' 'klines' 'klines-lang' 'klogd' 'kmag' 'kmag-lang' 'kmahjongg' 'kmahjongg-lang' 'kmail' 'kmail-account-wizard' 'kmail-account-wizard-lang' 'kmail-application-icons' 'kmail-lang' 'kmailtransport' 'kmailtransport-devel' 'kmailtransport-lang' 'kmarkdownwebview' 'kmarkdownwebview' 'kmarkdownwebview-debuginfo' 'kmarkdownwebview-debugsource' 'kmarkdownwebview-lang' 'kmbox-devel' 'kmediaplayer-devel' 'kmediaplayer-devel-32bit' 'kmenuedit5' 'kmenuedit5-lang' 'kmetronome' 'kmetronome' 'kmetronome-debuginfo' 'kmetronome-debugsource' 'kmime-devel' 'kmime-lang' 'kmines' 'kmines-lang' 'kmix' 'kmix-lang' 'kmod' 'kmod-bash-completion' 'kmousetool' 'kmousetool-lang' 'kmouth' 'kmouth-lang' 'kmozillahelper' 'kmplayer' 'kmplayer' 'kmplayer-debuginfo' 'kmplayer-debugsource' 'kmplayer-lang' 'kmplot' 'kmplot-lang' 'kmscon' 'kmscube' 'kmymoney' 'kmymoney' 'kmymoney-debuginfo' 'kmymoney-debugsource' 'kmymoney-devel' 'kmymoney-lang' 'knavalbattle' 'knavalbattle-lang' 'knemo' 'knemo' 'knemo-debuginfo' 'knemo-debugsource' 'knemo-lang' 'knetwalk' 'knetwalk-lang' 'knewstuff' 'knewstuff-core-devel' 'knewstuff-devel' 'knewstuff-devel-32bit' 'knewstuff-imports' 'knewstuff-quick-devel' 'knights' 'knights-lang' 'knock' 'knockd' 'knotes' 'knotes-lang' 'knotifications-devel' 'knotifications-devel-32bit' 'knotifyconfig-devel' 'knotifyconfig-devel-32bit' 'kochmorse' 'kodi' 'kodi' 'kodi-debuginfo' 'kodi-debugsource' 'kodi-devel' 'kodi.binary-addons' 'kodi.binary-addons' 'kodi.binary-addons-audiodecoder.2sf' 'kodi.binary-addons-audiodecoder.2sf-debuginfo' 'kodi.binary-addons-audiodecoder.asap' 'kodi.binary-addons-audiodecoder.asap-debuginfo' 'kodi.binary-addons-audiodecoder.fluidsynth' 'kodi.binary-addons-audiodecoder.fluidsynth-debuginfo' 'kodi.binary-addons-audiodecoder.gme' 'kodi.binary-addons-audiodecoder.gme-debuginfo' 'kodi.binary-addons-audiodecoder.gsf' 'kodi.binary-addons-audiodecoder.gsf-debuginfo' 'kodi.binary-addons-audiodecoder.modplug' 'kodi.binary-addons-audiodecoder.modplug-debuginfo' 'kodi.binary-addons-audiodecoder.nosefart' 'kodi.binary-addons-audiodecoder.nosefart-debuginfo' 'kodi.binary-addons-audiodecoder.organya' 'kodi.binary-addons-audiodecoder.organya-debuginfo' 'kodi.binary-addons-audiodecoder.qsf' 'kodi.binary-addons-audiodecoder.qsf-debuginfo' 'kodi.binary-addons-audiodecoder.snesapu' 'kodi.binary-addons-audiodecoder.snesapu-debuginfo' 'kodi.binary-addons-audiodecoder.ssf' 'kodi.binary-addons-audiodecoder.ssf-debuginfo' 'kodi.binary-addons-audiodecoder.stsound' 'kodi.binary-addons-audiodecoder.stsound-debuginfo' 'kodi.binary-addons-audiodecoder.timidity' 'kodi.binary-addons-audiodecoder.timidity-debuginfo' 'kodi.binary-addons-audiodecoder.upse' 'kodi.binary-addons-audiodecoder.upse-debuginfo' 'kodi.binary-addons-audiodecoder.usf' 'kodi.binary-addons-audiodecoder.usf-debuginfo' 'kodi.binary-addons-audiodecoder.vgmstream' 'kodi.binary-addons-audiodecoder.vgmstream-debuginfo' 'kodi.binary-addons-audiodecoder.wsr' 'kodi.binary-addons-audiodecoder.wsr-debuginfo' 'kodi.binary-addons-audioencoder.flac' 'kodi.binary-addons-audioencoder.flac-debuginfo' 'kodi.binary-addons-audioencoder.lame' 'kodi.binary-addons-audioencoder.lame-debuginfo' 'kodi.binary-addons-audioencoder.vorbis' 'kodi.binary-addons-audioencoder.vorbis-debuginfo' 'kodi.binary-addons-audioencoder.wav' 'kodi.binary-addons-audioencoder.wav-debuginfo' 'kodi.binary-addons-debuginfo' 'kodi.binary-addons-debugsource' 'kodi.binary-addons-imagedecoder.mpo' 'kodi.binary-addons-imagedecoder.mpo-debuginfo' 'kodi.binary-addons-imagedecoder.raw' 'kodi.binary-addons-imagedecoder.raw-debuginfo' 'kodi.binary-addons-inputstream.adaptive' 'kodi.binary-addons-inputstream.adaptive-debuginfo' 'kodi.binary-addons-inputstream.rtmp' 'kodi.binary-addons-inputstream.rtmp-debuginfo' 'kodi.binary-addons-peripheral.xarcade' 'kodi.binary-addons-peripheral.xarcade-debuginfo' 'kodi.binary-addons-pvr.argustv' 'kodi.binary-addons-pvr.argustv-debuginfo' 'kodi.binary-addons-pvr.demo' 'kodi.binary-addons-pvr.demo-debuginfo' 'kodi.binary-addons-pvr.dvblink' 'kodi.binary-addons-pvr.dvblink-debuginfo' 'kodi.binary-addons-pvr.dvbviewer' 'kodi.binary-addons-pvr.dvbviewer-debuginfo' 'kodi.binary-addons-pvr.filmon' 'kodi.binary-addons-pvr.filmon-debuginfo' 'kodi.binary-addons-pvr.hdhomerun' 'kodi.binary-addons-pvr.hdhomerun-debuginfo' 'kodi.binary-addons-pvr.hts' 'kodi.binary-addons-pvr.hts-debuginfo' 'kodi.binary-addons-pvr.iptvsimple' 'kodi.binary-addons-pvr.iptvsimple-debuginfo' 'kodi.binary-addons-pvr.mediaportal.tvserver' 'kodi.binary-addons-pvr.mediaportal.tvserver-debuginfo' 'kodi.binary-addons-pvr.mythtv' 'kodi.binary-addons-pvr.mythtv-debuginfo' 'kodi.binary-addons-pvr.nextpvr' 'kodi.binary-addons-pvr.nextpvr-debuginfo' 'kodi.binary-addons-pvr.njoy' 'kodi.binary-addons-pvr.njoy-debuginfo' 'kodi.binary-addons-pvr.octonet' 'kodi.binary-addons-pvr.octonet-debuginfo' 'kodi.binary-addons-pvr.pctv' 'kodi.binary-addons-pvr.pctv-debuginfo' 'kodi.binary-addons-pvr.sledovanitv.cz' 'kodi.binary-addons-pvr.sledovanitv.cz-debuginfo' 'kodi.binary-addons-pvr.stalker' 'kodi.binary-addons-pvr.stalker-debuginfo' 'kodi.binary-addons-pvr.teleboy' 'kodi.binary-addons-pvr.teleboy-debuginfo' 'kodi.binary-addons-pvr.vbox' 'kodi.binary-addons-pvr.vbox-debuginfo' 'kodi.binary-addons-pvr.vdr.vnsi' 'kodi.binary-addons-pvr.vdr.vnsi-debuginfo' 'kodi.binary-addons-pvr.vuplus' 'kodi.binary-addons-pvr.vuplus-debuginfo' 'kodi.binary-addons-pvr.wmc' 'kodi.binary-addons-pvr.wmc-debuginfo' 'kodi.binary-addons-pvr.zattoo' 'kodi.binary-addons-pvr.zattoo-debuginfo' 'kodi.binary-addons-screensaver.asteroids' 'kodi.binary-addons-screensaver.asteroids-debuginfo' 'kodi.binary-addons-screensaver.asterwave' 'kodi.binary-addons-screensaver.asterwave-debuginfo' 'kodi.binary-addons-screensaver.biogenesis' 'kodi.binary-addons-screensaver.biogenesis-debuginfo' 'kodi.binary-addons-screensaver.cpblobs' 'kodi.binary-addons-screensaver.cpblobs-debuginfo' 'kodi.binary-addons-screensaver.greynetic' 'kodi.binary-addons-screensaver.greynetic-debuginfo' 'kodi.binary-addons-screensaver.matrixtrails' 'kodi.binary-addons-screensaver.matrixtrails-debuginfo' 'kodi.binary-addons-screensaver.pingpong' 'kodi.binary-addons-screensaver.pingpong-debuginfo' 'kodi.binary-addons-screensaver.pyro' 'kodi.binary-addons-screensaver.pyro-debuginfo' 'kodi.binary-addons-screensaver.stars' 'kodi.binary-addons-screensaver.stars-debuginfo' 'kodi.binary-addons-vfs.libarchive' 'kodi.binary-addons-vfs.libarchive-debuginfo' 'kodi.binary-addons-vfs.rar' 'kodi.binary-addons-vfs.rar-debuginfo' 'kodi.binary-addons-vfs.sacd' 'kodi.binary-addons-vfs.sacd-debuginfo' 'kodi.binary-addons-vfs.sftp' 'kodi.binary-addons-vfs.sftp-debuginfo' 'kodi.binary-addons-visualization.fishbmc' 'kodi.binary-addons-visualization.fishbmc-debuginfo' 'kodi.binary-addons-visualization.goom' 'kodi.binary-addons-visualization.goom-debuginfo' 'kodi.binary-addons-visualization.pictureit' 'kodi.binary-addons-visualization.pictureit-debuginfo' 'kodi.binary-addons-visualization.shadertoy' 'kodi.binary-addons-visualization.shadertoy-debuginfo' 'kodi.binary-addons-visualization.spectrum' 'kodi.binary-addons-visualization.spectrum-debuginfo' 'kodi.binary-addons-visualization.starburst' 'kodi.binary-addons-visualization.starburst-debuginfo' 'kodi.binary-addons-visualization.waveform' 'kodi.binary-addons-visualization.waveform-debuginfo' 'kohsuke-pom' 'kokkos-devel' 'kolf' 'kolf-lang' 'kollision' 'kollision-lang' 'kolor-manager' 'kolourpaint' 'kolourpaint-lang' 'kompare' 'kompare-devel' 'kompare-lang' 'kompose' 'konkretcmpi-devel' 'konkretcmpi-python3' 'konqueror' 'konqueror-devel' 'konqueror-lang' 'konqueror-plugins' 'konquest' 'konquest-lang' 'konsole' 'konsole-part' 'konsole-part-lang' 'kontact' 'kontact-lang' 'kontactinterface-devel' 'kontactinterface-lang' 'konversation' 'konversation' 'konversation-debuginfo' 'konversation-debugsource' 'konversation-lang' 'kopano-archiver' 'kopano-backup' 'kopano-bash-completion' 'kopano-client' 'kopano-common' 'kopano-dagent' 'kopano-dagent-pytils' 'kopano-devel' 'kopano-gateway' 'kopano-ical' 'kopano-indexer' 'kopano-lang' 'kopano-migration-imap' 'kopano-migration-pst' 'kopano-monitor' 'kopano-python-utils' 'kopano-search' 'kopano-server' 'kopano-spamd' 'kopano-spooler' 'kopano-statsd' 'kopano-webapp' 'kopano-webapp-contactfax' 'kopano-webapp-folderwidgets' 'kopano-webapp-gmaps' 'kopano-webapp-lang' 'kopano-webapp-pimfolder' 'kopano-webapp-quickitems' 'kopano-webapp-titlecounter' 'kopano-webapp-webappmanual' 'kopano-webapp-zdeveloper' 'kopete' 'kopete-devel' 'kopete-lang' 'korganizer' 'korganizer-lang' 'kpackage' 'kpackage-32bit' 'kpackage-devel' 'kpackage-devel-32bit' 'kpackage-lang' 'kpartloader' 'kpartloader-lang' 'kparts-devel' 'kparts-devel-32bit' 'kpartx' 'kpat' 'kpat-lang' 'kpeople5' 'kpeople5-32bit' 'kpeople5-devel' 'kpeople5-devel-32bit' 'kpeople5-lang' 'kpeoplevcard' 'kpeoplevcard' 'kpeoplevcard-debuginfo' 'kpeoplevcard-debugsource' 'kpeoplevcard-devel' 'kphotoalbum' 'kphotoalbum' 'kphotoalbum-debuginfo' 'kphotoalbum-debugsource' 'kphotoalbum-lang' 'kpimtextedit' 'kpimtextedit-devel' 'kpimtextedit-lang' 'kpkpass' 'kpkpass-devel' 'kplotting-devel' 'kplotting-devel-32bit' 'kpmcore' 'kpmcore' 'kpmcore-debuginfo' 'kpmcore-debugsource' 'kpmcore-devel' 'kpmcore-lang' 'kproperty' 'kproperty' 'kproperty-debuginfo' 'kproperty-debugsource' 'kproperty-devel' 'kproperty-lang' 'kpty-devel' 'kpty-devel-32bit' 'kqtquickcharts' 'kquickcharts' 'kquickcharts-devel' 'kraft' 'kraft' 'kraft-debuginfo' 'kraft-debugsource' 'krb5' 'krb5-32bit' 'krb5-auth-dialog' 'krb5-auth-dialog-lang' 'krb5-client' 'krb5-devel' 'krb5-devel-32bit' 'krb5-plugin-kdb-ldap' 'krb5-plugin-preauth-otp' 'krb5-plugin-preauth-pkinit' 'krb5-plugin-preauth-spake' 'krb5-server' 'krdc' 'krdc-devel' 'krdc-lang' 'krename' 'krename' 'krename-debuginfo' 'krename-debugsource' 'kreport' 'kreport' 'kreport-debuginfo' 'kreport-debugsource' 'kreport-devel' 'kreport-lang' 'kreversi' 'kreversi-lang' 'krfb' 'krfb-lang' 'kristall' 'krita' 'krita' 'krita-debuginfo' 'krita-debugsource' 'krita-devel' 'krita-lang' 'krita-plugin-gmic' 'kronometer' 'kronometer' 'kronometer-debuginfo' 'kronometer-debugsource' 'kross' 'kross-32bit' 'kross-devel' 'kross-devel-32bit' 'kross-lang' 'kross-ruby' 'kruler' 'kruler-lang' 'krunner-devel' 'krunner-devel-32bit' 'krusader' 'krusader' 'krusader-debuginfo' 'krusader-debugsource' 'krusader-doc' 'kryo' 'kryo-javadoc' 'kscreen5' 'kscreen5-lang' 'kscreen5-plasmoid' 'kscreenlocker' 'kscreenlocker-devel' 'kscreenlocker-lang' 'kservice' 'kservice-32bit' 'kservice-devel' 'kservice-devel-32bit' 'kservice-lang' 'ksh' 'ksh-devel' 'kshisen' 'kshisen-lang' 'kshutdown' 'kshutdown' 'kshutdown-debuginfo' 'kshutdown-debugsource' 'ksirk' 'ksirk-lang' 'ksmtp' 'ksmtp-devel' 'ksmtp-lang' 'ksnakeduel' 'ksnakeduel-lang' 'ksnip' 'ksnip-lang' 'kspaceduel' 'kspaceduel-lang' 'ksquares' 'ksquares-lang' 'ksshaskpass5' 'ksshaskpass5-lang' 'kssl' 'kst' 'kst' 'kst-debuginfo' 'kst-debugsource' 'kst-devel' 'kstars' 'kstars' 'kstars-debuginfo' 'kstars-debugsource' 'kstars-lang' 'ksudoku' 'ksudoku-lang' 'ksysguard5' 'ksysguard5-lang' 'ksystemlog' 'ksystemlog-lang' 'kteatime' 'kteatime-lang' 'ktexteditor' 'ktexteditor-32bit' 'ktexteditor-devel' 'ktexteditor-devel-32bit' 'ktexteditor-lang' 'ktextwidgets-devel' 'ktextwidgets-devel-32bit' 'ktimer' 'ktimer-lang' 'ktimetracker' 'ktimetracker' 'ktimetracker-debuginfo' 'ktimetracker-debugsource' 'ktimetracker-lang' 'ktnef' 'ktnef-devel' 'ktnef-lang' 'ktoblzcheck' 'ktoblzcheck-devel' 'ktorrent' 'ktorrent' 'ktorrent-debuginfo' 'ktorrent-debugsource' 'ktorrent-lang' 'ktouch' 'ktouch-lang' 'ktp-accounts-kcm' 'ktp-accounts-kcm-lang' 'ktp-approver' 'ktp-approver-lang' 'ktp-auth-handler' 'ktp-auth-handler-lang' 'ktp-common-internals' 'ktp-common-internals-devel' 'ktp-common-internals-lang' 'ktp-contact-list' 'ktp-contact-list-lang' 'ktp-contact-runner' 'ktp-contact-runner-lang' 'ktp-desktop-applets' 'ktp-desktop-applets-lang' 'ktp-filetransfer-handler' 'ktp-filetransfer-handler-lang' 'ktp-icons' 'ktp-kded-module' 'ktp-kded-module-lang' 'ktp-send-file' 'ktp-send-file-lang' 'ktp-text-ui' 'ktp-text-ui-lang' 'ktuberling' 'ktuberling-lang' 'kturtle' 'kturtle-lang' 'kube-prometheus-k8s-yaml' 'kube-prometheus-sources' 'kubeadm' 'kubectl-who-can' 'kuberlr' 'kubernetes-apiserver' 'kubernetes-apiserver-minus1' 'kubernetes-client' 'kubernetes-controller-manager' 'kubernetes-controller-manager-minus1' 'kubernetes-coredns' 'kubernetes-coredns-minus1' 'kubernetes-dns' 'kubernetes-etcd' 'kubernetes-etcd-minus1' 'kubernetes-kubeadm' 'kubernetes-kubelet' 'kubernetes-node-image-pause' 'kubernetes-pause' 'kubernetes-proxy' 'kubernetes-proxy-minus1' 'kubernetes-salt' 'kubernetes-scheduler' 'kubernetes-scheduler-minus1' 'kubernetes1.17-apiserver' 'kubernetes1.17-client' 'kubernetes1.17-controller-manager' 'kubernetes1.17-kubeadm' 'kubernetes1.17-kubelet' 'kubernetes1.17-kubelet-common' 'kubernetes1.17-proxy' 'kubernetes1.17-scheduler' 'kubernetes1.18-apiserver' 'kubernetes1.18-client' 'kubernetes1.18-client-common' 'kubernetes1.18-controller-manager' 'kubernetes1.18-kubeadm' 'kubernetes1.18-kubelet' 'kubernetes1.18-kubelet-common' 'kubernetes1.18-proxy' 'kubernetes1.18-scheduler' 'kubernetes1.19-apiserver' 'kubernetes1.19-client' 'kubernetes1.19-client-common' 'kubernetes1.19-controller-manager' 'kubernetes1.19-kubeadm' 'kubernetes1.19-kubelet' 'kubernetes1.19-kubelet-common' 'kubernetes1.19-proxy' 'kubernetes1.19-scheduler' 'kubernetes_utilities' 'kubevirt-container-disk' 'kubevirt-virt-api' 'kubevirt-virt-controller' 'kubevirt-virt-handler' 'kubevirt-virt-launcher' 'kubevirt-virt-operator' 'kubevirt-virtctl' 'kubic-haproxycfg' 'kubic-locale-archive' 'kubic-pause' 'kubic_admin' 'kubic_loadbalancer' 'kubic_worker' 'kubicctl' 'kubicd' 'kubrick' 'kubrick-lang' 'kucero' 'kuiviewer' 'kuiviewer-lang' 'kunitconversion-devel' 'kunitconversion-devel-32bit' 'kup-backup' 'kup-backup' 'kup-backup-debuginfo' 'kup-backup-debugsource' 'kup-backup-lang' 'kup-client' 'kup-server' 'kupfer' 'kured' 'kured-k8s-yaml' 'kurso-de-esperanto' 'kuserfeedback' 'kuserfeedback-debuginfo' 'kuserfeedback-debugsource' 'kuserfeedback-devel' 'kuserfeedback-imports' 'kuserfeedback-imports-debuginfo' 'kuserfeedback-lang' 'kuserfeedback-server' 'kuserfeedback-tools' 'kuserfeedback-tools-debuginfo' 'kustomize' 'kvantum' 'kvantum-debugsource' 'kvantum-doc' 'kvantum-manager' 'kvantum-manager-debuginfo' 'kvantum-manager-lang' 'kvantum-openbox-themes' 'kvantum-qt5' 'kvantum-qt5-32bit' 'kvantum-qt5-32bit-debuginfo' 'kvantum-qt5-debuginfo' 'kvantum-themes' 'kvazaar' 'kvazaar' 'kvazaar-debuginfo' 'kvazaar-debugsource' 'kvirc' 'kvirc' 'kvirc-debuginfo' 'kvm_server' 'kvm_stat' 'kvm_tools' 'kwallet-devel' 'kwallet-devel-32bit' 'kwallet-tools' 'kwallet-tools-lang' 'kwalletd5' 'kwalletd5-lang' 'kwalletmanager5' 'kwalletmanager5-lang' 'kwave' 'kwave-lang' 'kwayland' 'kwayland-32bit' 'kwayland-devel' 'kwayland-devel-32bit' 'kwayland-integration' 'kwayland-server-devel' 'kwebkitpart' 'kwebkitpart-lang' 'kwidgetsaddons-devel' 'kwidgetsaddons-devel-32bit' 'kwikdisk' 'kwin-smaragd' 'kwin-smaragd' 'kwin-smaragd-debuginfo' 'kwin-smaragd-debugsource' 'kwin5' 'kwin5-devel' 'kwin5-lang' 'kwindowsystem-devel' 'kwindowsystem-devel-32bit' 'kwordquiz' 'kwordquiz-lang' 'kwrite' 'kwrited5' 'kxml' 'kxml-javadoc' 'kxmlgui-devel' 'kxmlgui-devel-32bit' 'kxmlrpcclient5-devel' 'kxmlrpcclient5-devel-32bit' 'kyotocabinet' 'l-smash' 'l-smash' 'l-smash-debuginfo' 'l-smash-debugsource' 'l-smash-devel' 'labplot-kf5' 'labplot-kf5-lang' 'ladspa' 'ladspa-32bit' 'ladspa-AMB' 'ladspa-FIL' 'ladspa-LEET-plugin' 'ladspa-LEET-plugin' 'ladspa-LEET-plugin-debuginfo' 'ladspa-LEET-plugin-debugsource' 'ladspa-MCP' 'ladspa-REV' 'ladspa-VCO' 'ladspa-WAH' 'ladspa-WAH' 'ladspa-WAH-debuginfo' 'ladspa-WAH-debugsource' 'ladspa-alienwah' 'ladspa-aweight' 'ladspa-aweight' 'ladspa-aweight-debuginfo' 'ladspa-aweight-debugsource' 'ladspa-blepvco' 'ladspa-blop' 'ladspa-bs2b' 'ladspa-bs2b' 'ladspa-bs2b-debuginfo' 'ladspa-bs2b-debugsource' 'ladspa-caps' 'ladspa-clipper' 'ladspa-clipper' 'ladspa-clipper-debugsource' 'ladspa-cmt' 'ladspa-devel' 'ladspa-foo-plugins' 'ladspa-foo-plugins' 'ladspa-foo-plugins-debuginfo' 'ladspa-foo-plugins-debugsource' 'ladspa-guitarix' 'ladspa-invada-studio-plugins' 'ladspa-invada-studio-plugins' 'ladspa-invada-studio-plugins-debugsource' 'ladspa-lemux' 'ladspa-lemux' 'ladspa-lemux-debuginfo' 'ladspa-lemux-debugsource' 'ladspa-lgv-plugins' 'ladspa-lgv-plugins' 'ladspa-lgv-plugins-debuginfo' 'ladspa-lgv-plugins-debugsource' 'ladspa-lsp-plugins' 'ladspa-matched' 'ladspa-njl' 'ladspa-njl' 'ladspa-njl-debuginfo' 'ladspa-njl-debugsource' 'ladspa-omins' 'ladspa-omins' 'ladspa-omins-debuginfo' 'ladspa-omins-debugsource' 'ladspa-preamp' 'ladspa-pvoc' 'ladspa-sooperlooper' 'ladspa-super-60' 'ladspa-swh-plugins' 'ladspa-tap-plugins' 'ladspa-trigger' 'ladspa-trigger' 'ladspa-trigger-debugsource' 'ladspa-vcf' 'ladspa-vlevel' 'ladspa-vocoder' 'ladspa-wasp' 'ladspa-wasp' 'ladspa-wasp-debuginfo' 'ladspa-wasp-debugsource' 'ladspa-wubflip' 'ladspa-wubflip' 'ladspa-wubflip-debugsource' 'ladspa-zam-plugins' 'laf-plugin' 'laf-plugin-javadoc' 'lal-devel' 'lame' 'lame-doc' 'lame-mp3rtp' 'lammps' 'lammps-data' 'lammps-devel' 'lamp_server' 'language-detector' 'language-detector-javadoc' 'languagetool' 'languagetool-core' 'languagetool-core-javadoc' 'languagetool-core-tests' 'languagetool-javadoc' 'languagetool-libs' 'languagetool-tools' 'languagetool-tools-javadoc' 'lapack-devel' 'lapack-devel-32bit' 'lapack-devel-static' 'lapack-man' 'lapacke-devel' 'lapacke-devel-32bit' 'lapacke-devel-static' 'lapdog' 'laptop' 'laptop-mode-tools' 'laptop-mode-tools-gui' 'lasem' 'lasem-devel' 'lash' 'last-resort-font' 'lastpass-cli' 'laszip-devel' 'latencytop' 'latex2html' 'latex2html-doc' 'latex2html-pngicons' 'latex2rtf' 'lato-fonts' 'latrace' 'latte-dock' 'latte-dock' 'latte-dock-debuginfo' 'latte-dock-debugsource' 'latte-dock-lang' 'lazarus' 'lbdb' 'lbreakouthd' 'lbzip2' 'lcab' 'lcdf-typetools' 'lcms2' 'lcov' 'lcurse' 'ld10k1' 'ld10k1-devel' 'ldacBT-devel' 'ldap-sdk' 'ldap-sdk-javadoc' 'ldapfuse' 'ldapvi' 'ldas-tools-cmake' 'ldb-tools' 'ldc' 'ldc-bash-completion' 'ldc-jit-devel' 'ldc-phobos-devel' 'ldc-runtime-devel' 'ldirectord' 'ldmtool' 'ldns' 'ldns-devel' 'ldvd' 'ldvd' 'ldvd-debugsource' 'leafnode' 'leafpad' 'lector' 'ledger' 'ledmon' 'leechcraft' 'leechcraft-advancednotifications' 'leechcraft-aggregator' 'leechcraft-aggregator-bodyfetch' 'leechcraft-aggregator-webaccess' 'leechcraft-anhero' 'leechcraft-auscrie' 'leechcraft-azoth' 'leechcraft-azoth-abbrev' 'leechcraft-azoth-acetamide' 'leechcraft-azoth-adiumstyles' 'leechcraft-azoth-autoidler' 'leechcraft-azoth-autopaste' 'leechcraft-azoth-birthdaynotifier' 'leechcraft-azoth-chathistory' 'leechcraft-azoth-depester' 'leechcraft-azoth-doc' 'leechcraft-azoth-embedmedia' 'leechcraft-azoth-herbicide' 'leechcraft-azoth-hili' 'leechcraft-azoth-isterique' 'leechcraft-azoth-juick' 'leechcraft-azoth-keeso' 'leechcraft-azoth-lastseen' 'leechcraft-azoth-metacontacts' 'leechcraft-azoth-modnok' 'leechcraft-azoth-mucommands' 'leechcraft-azoth-murm' 'leechcraft-azoth-nativeemoticons' 'leechcraft-azoth-otroid' 'leechcraft-azoth-rosenthal' 'leechcraft-azoth-shx' 'leechcraft-azoth-standardstyles' 'leechcraft-azoth-vader' 'leechcraft-azoth-velvetbird' 'leechcraft-azoth-xoox' 'leechcraft-azoth-xtazy' 'leechcraft-bittorrent' 'leechcraft-blasq' 'leechcraft-blasq-deathnote' 'leechcraft-blasq-rappor' 'leechcraft-blasq-vangog' 'leechcraft-blogique' 'leechcraft-blogique-hestia' 'leechcraft-blogique-metida' 'leechcraft-certmgr' 'leechcraft-cpuload' 'leechcraft-cstp' 'leechcraft-dbusmanager' 'leechcraft-deadlyrics' 'leechcraft-devel' 'leechcraft-devmon' 'leechcraft-doc' 'leechcraft-dolozhee' 'leechcraft-dumbeep' 'leechcraft-eleeminator' 'leechcraft-fenet' 'leechcraft-fenet-awesome' 'leechcraft-fenet-kwin' 'leechcraft-fenet-openbox' 'leechcraft-gacts' 'leechcraft-glance' 'leechcraft-gmailnotifier' 'leechcraft-historyholder' 'leechcraft-hotstreams' 'leechcraft-htthare' 'leechcraft-imgaste' 'leechcraft-intermutko' 'leechcraft-kbswitch' 'leechcraft-kinotify' 'leechcraft-knowhow' 'leechcraft-krigstask' 'leechcraft-lackman' 'leechcraft-lastfmscrobble' 'leechcraft-laughty' 'leechcraft-launchy' 'leechcraft-lemon' 'leechcraft-lhtr' 'leechcraft-liznoo' 'leechcraft-lmp' 'leechcraft-lmp-brainslugz' 'leechcraft-lmp-dumbsync' 'leechcraft-lmp-fradj' 'leechcraft-lmp-graffiti' 'leechcraft-lmp-httstream' 'leechcraft-lmp-mp3tunes' 'leechcraft-lmp-mtpsync' 'leechcraft-lmp-potorchu' 'leechcraft-lmp-ppl' 'leechcraft-mellonetray' 'leechcraft-monocle' 'leechcraft-monocle-dik' 'leechcraft-monocle-doc' 'leechcraft-monocle-fxb' 'leechcraft-monocle-pdf' 'leechcraft-monocle-postrus' 'leechcraft-monocle-seen' 'leechcraft-musiczombie' 'leechcraft-namauth' 'leechcraft-netstoremanager' 'leechcraft-netstoremanager-googledrive' 'leechcraft-networkmonitor' 'leechcraft-newlife' 'leechcraft-ooronee' 'leechcraft-otlozhu' 'leechcraft-pintab' 'leechcraft-pogooglue' 'leechcraft-poshuku' 'leechcraft-poshuku-autosearch' 'leechcraft-poshuku-cleanweb' 'leechcraft-poshuku-dcac' 'leechcraft-poshuku-fatape' 'leechcraft-poshuku-filescheme' 'leechcraft-poshuku-foc' 'leechcraft-poshuku-fua' 'leechcraft-poshuku-keywords' 'leechcraft-poshuku-onlinebookmarks' 'leechcraft-poshuku-onlinebookmarks-delicious' 'leechcraft-poshuku-onlinebookmarks-readitlater' 'leechcraft-poshuku-qrd' 'leechcraft-poshuku-speeddial' 'leechcraft-poshuku-webkitview' 'leechcraft-rosenthal' 'leechcraft-sb2' 'leechcraft-scroblibre' 'leechcraft-secman' 'leechcraft-secman-simplestorage' 'leechcraft-seekthru' 'leechcraft-summary' 'leechcraft-sysnotify' 'leechcraft-tabsessionmanager' 'leechcraft-tabslist' 'leechcraft-textogroose' 'leechcraft-touchstreams' 'leechcraft-tpi' 'leechcraft-vrooby' 'leechcraft-xproxy' 'leechcraft-xtazy' 'leechcraft-zalil' 'legion-devel' 'leiningen' 'lekha' 'lemonbar' 'lensfun' 'lensfun-data' 'lensfun-debugsource' 'lensfun-devel' 'lensfun-doc' 'lensfun-tools' 'leocad' 'leptonica-devel' 'leptonica-tools' 'less' 'leveldb' 'leveldb-devel' 'leveldb-devel-static' 'lftp' 'lha' 'lhasa' 'lhasa-devel' 'lib3270-5_3' 'lib3270-devel' 'lib389' 'lib3ds-1-3' 'lib3ds-devel' 'lib4store-devel' 'lib4store0' 'lib4ti2-0' 'libADLMIDI1' 'libAPFEL0' 'libAlembic1_7' 'libAnalitza5' 'libAppStreamQt-devel' 'libAppStreamQt2' 'libArcus-devel' 'libArcus3' 'libBasicUsageEnvironment1' 'libBox2D-devel' 'libBox2D-devel-32bit' 'libBox2D2_3_1' 'libBox2D2_3_1-32bit' 'libBulletFileLoader2_89' 'libBulletInverseDynamicsUtils2_89' 'libBulletWorldImporter2_89' 'libBulletXmlWorldImporter2_89' 'libCGAL13' 'libCGAL_Core13' 'libCGAL_ImageIO14' 'libCGAL_Qt5-14' 'libCSXCAD0' 'libCharLS2' 'libCoin60' 'libColPack0' 'libColPack0-32bit' 'libColorFull0' 'libConvexDecomposition2_89' 'libEMF-devel' 'libEMF-utils' 'libEMF1' 'libFAudio0' 'libFAudio0-32bit' 'libFLAC++6' 'libFLAC++6-32bit' 'libFLAC8' 'libFLAC8-32bit' 'libFOX-1_6-0' 'libFS-devel' 'libFS-devel-32bit' 'libFS6' 'libFS6-32bit' 'libField3D1_7' 'libField3D1_7-debuginfo' 'libGIMPACTUtils2_89' 'libGLC-devel' 'libGLC0' 'libGLEW2_2' 'libGLEW2_2-32bit' 'libGLU1' 'libGLU1-32bit' 'libGLw-devel' 'libGLw-devel-32bit' 'libGLw1' 'libGLw1-32bit' 'libGLwM1' 'libGLwM1-32bit' 'libGammu8' 'libGeneratedSaxParser0_3' 'libGetDP2_11' 'libGraphicsMagick++-Q16-12' 'libGraphicsMagick++-devel' 'libGraphicsMagick-Q16-3' 'libGraphicsMagick3-config' 'libGraphicsMagickWand-Q16-2' 'libHACD2_89' 'libHX-devel' 'libHX-devel-32bit' 'libHX32' 'libHX32-32bit' 'libHYPRE-gnu-mpich-hpc' 'libHYPRE-gnu-mvapich2-hpc' 'libHYPRE-gnu-openmpi1-hpc' 'libHYPRE-gnu-openmpi2-hpc' 'libHYPRE-gnu-openmpi3-hpc' 'libHYPRE-gnu-openmpi4-hpc' 'libHYPRE2_18_2' 'libHYPRE2_18_2-32bit' 'libHYPRE2_18_2-mpich' 'libHYPRE2_18_2-mpich-32bit' 'libHYPRE2_18_2-mvapich2' 'libHYPRE2_18_2-mvapich2-32bit' 'libHYPRE2_18_2-openmpi1' 'libHYPRE2_18_2-openmpi1-32bit' 'libHYPRE2_18_2-openmpi2' 'libHYPRE2_18_2-openmpi2-32bit' 'libHYPRE2_18_2-openmpi3' 'libHYPRE2_18_2-openmpi3-32bit' 'libHYPRE2_18_2-openmpi4' 'libHYPRE2_18_2-openmpi4-32bit' 'libHYPRE_2_18_2-gnu-mpich-hpc' 'libHYPRE_2_18_2-gnu-mvapich2-hpc' 'libHYPRE_2_18_2-gnu-openmpi1-hpc' 'libHYPRE_2_18_2-gnu-openmpi2-hpc' 'libHYPRE_2_18_2-gnu-openmpi3-hpc' 'libHYPRE_2_18_2-gnu-openmpi4-hpc' 'libHalf-2_5-25' 'libHalf-2_5-25-32bit' 'libHepMC3-1' 'libHepMC4' 'libICE-devel' 'libICE-devel-32bit' 'libICE6' 'libICE6-32bit' 'libIDL-2-0' 'libIDL-2-0-32bit' 'libIL1' 'libIccXML-devel' 'libIccXML2' 'libIex-2_5-25' 'libIex-2_5-25-32bit' 'libIexMath-2_5-25' 'libIexMath-2_5-25-32bit' 'libIlmImf-2_5-25' 'libIlmImf-2_5-25-32bit' 'libIlmImfUtil-2_5-25' 'libIlmImfUtil-2_5-25-32bit' 'libIlmThread-2_5-25' 'libIlmThread-2_5-25-32bit' 'libImath-2_5-25' 'libImath-2_5-25-32bit' 'libImlib2-1' 'libIrrlicht1_8' 'libJudy1' 'libKChart2' 'libKDb3-4' 'libKDb3-4-debuginfo' 'libKEduVocDocument5' 'libKF5Activities5' 'libKF5Activities5-32bit' 'libKF5ActivitiesStats1' 'libKF5ActivitiesStats1-32bit' 'libKF5AkonadiAgentBase5' 'libKF5AkonadiCalendar5' 'libKF5AkonadiContact5' 'libKF5AkonadiCore5' 'libKF5AkonadiMime5' 'libKF5AkonadiNotes5' 'libKF5AkonadiPrivate5' 'libKF5AkonadiSearch' 'libKF5AkonadiWidgets5' 'libKF5AkonadiXml5' 'libKF5AlarmCalendar5' 'libKF5Archive5' 'libKF5Archive5-32bit' 'libKF5Attica5' 'libKF5Attica5-32bit' 'libKF5Auth5' 'libKF5Auth5-32bit' 'libKF5Auth5-lang' 'libKF5AuthCore5' 'libKF5AuthCore5-32bit' 'libKF5Baloo5' 'libKF5Baloo5-32bit' 'libKF5BalooEngine5' 'libKF5BalooEngine5-32bit' 'libKF5BalooEngine5-lang' 'libKF5BluezQt6' 'libKF5Bookmarks5' 'libKF5Bookmarks5-32bit' 'libKF5Bookmarks5-lang' 'libKF5CalendarCore5' 'libKF5CalendarEvents5' 'libKF5CalendarEvents5-32bit' 'libKF5CalendarSupport5' 'libKF5CalendarUtils5' 'libKF5Cddb5' 'libKF5Codecs5' 'libKF5Codecs5-32bit' 'libKF5Codecs5-lang' 'libKF5CompactDisc5' 'libKF5Completion5' 'libKF5Completion5-32bit' 'libKF5Completion5-lang' 'libKF5ConfigCore5' 'libKF5ConfigCore5-32bit' 'libKF5ConfigCore5-lang' 'libKF5ConfigGui5' 'libKF5ConfigGui5-32bit' 'libKF5ConfigWidgets5' 'libKF5ConfigWidgets5-32bit' 'libKF5ConfigWidgets5-lang' 'libKF5ContactEditor5' 'libKF5Contacts5' 'libKF5Contacts5-32bit' 'libKF5CoreAddons5' 'libKF5CoreAddons5-32bit' 'libKF5Crash5' 'libKF5Crash5-32bit' 'libKF5DAV5' 'libKF5DBusAddons5' 'libKF5DBusAddons5-32bit' 'libKF5DBusAddons5-lang' 'libKF5DNSSD5' 'libKF5DNSSD5-32bit' 'libKF5DNSSD5-lang' 'libKF5Declarative5' 'libKF5Declarative5-32bit' 'libKF5Declarative5-lang' 'libKF5DocTools5' 'libKF5DocTools5-32bit' 'libKF5Emoticons5' 'libKF5Emoticons5-32bit' 'libKF5EventViews5' 'libKF5GlobalAccel5' 'libKF5GlobalAccel5-32bit' 'libKF5GlobalAccel5-lang' 'libKF5GlobalAccelPrivate5' 'libKF5GrantleeTheme5' 'libKF5Gravatar5' 'libKF5GuiAddons5' 'libKF5GuiAddons5-32bit' 'libKF5Holidays5' 'libKF5Holidays5-lang' 'libKF5I18n5' 'libKF5I18n5-32bit' 'libKF5I18n5-lang' 'libKF5IMAP5' 'libKF5IconThemes5' 'libKF5IconThemes5-32bit' 'libKF5IconThemes5-lang' 'libKF5IdentityManagement5' 'libKF5IdleTime5' 'libKF5IdleTime5-32bit' 'libKF5IncidenceEditor5' 'libKF5ItemModels5' 'libKF5ItemModels5-32bit' 'libKF5ItemViews5' 'libKF5ItemViews5-32bit' 'libKF5ItemViews5-lang' 'libKF5JS5' 'libKF5JS5-32bit' 'libKF5JSApi5' 'libKF5JSApi5-32bit' 'libKF5JobWidgets5' 'libKF5JobWidgets5-32bit' 'libKF5JobWidgets5-lang' 'libKF5JsEmbed5' 'libKF5JsEmbed5-32bit' 'libKF5JsEmbed5-lang' 'libKF5KCMUtils5' 'libKF5KCMUtils5-32bit' 'libKF5KCMUtils5-lang' 'libKF5KDELibs4Support5' 'libKF5KDELibs4Support5-32bit' 'libKF5KDGantt2-5' 'libKF5KDcraw5' 'libKF5KExiv2-15_0_0' 'libKF5KGeoMap10_0_0' 'libKF5KHtml5' 'libKF5KHtml5-32bit' 'libKF5KHtml5-lang' 'libKF5KMahjongglib5' 'libKF5Kipi32_0_0' 'libKF5Kirigami2-5' 'libKF5KontactInterface5' 'libKF5Ldap5' 'libKF5Libkdepim5' 'libKF5Libkleo5' 'libKF5MailCommon5' 'libKF5MailImporter5' 'libKF5MailImporterAkonadi5' 'libKF5MailTransport5' 'libKF5MailTransportAkonadi5' 'libKF5Mbox5' 'libKF5MediaPlayer5' 'libKF5MediaPlayer5-32bit' 'libKF5MediaWiki5' 'libKF5MediaWiki5-debuginfo' 'libKF5Mime5' 'libKF5ModemManagerQt-devel' 'libKF5ModemManagerQt6' 'libKF5NetworkManagerQt-devel' 'libKF5NetworkManagerQt-devel-32bit' 'libKF5NetworkManagerQt6' 'libKF5NetworkManagerQt6-32bit' 'libKF5NewStuff5' 'libKF5NewStuff5-32bit' 'libKF5NewStuff5-lang' 'libKF5NewStuffCore5' 'libKF5NewStuffCore5-32bit' 'libKF5Notifications5' 'libKF5Notifications5-32bit' 'libKF5Notifications5-lang' 'libKF5NotifyConfig5' 'libKF5NotifyConfig5-32bit' 'libKF5NotifyConfig5-lang' 'libKF5Parts5' 'libKF5Parts5-32bit' 'libKF5Parts5-lang' 'libKF5PimCommon5' 'libKF5PimCommonAkonadi5' 'libKF5PimTextEdit5' 'libKF5Plasma5' 'libKF5Plasma5-32bit' 'libKF5Plotting5' 'libKF5Plotting5-32bit' 'libKF5Prison5' 'libKF5Prison5-32bit' 'libKF5Pty5' 'libKF5Pty5-32bit' 'libKF5Pty5-lang' 'libKF5PulseAudioQt2' 'libKF5PulseAudioQt2-debuginfo' 'libKF5Purpose5' 'libKF5Purpose5-32bit' 'libKF5PurposeWidgets5' 'libKF5PurposeWidgets5-32bit' 'libKF5QuickAddons5' 'libKF5QuickAddons5-32bit' 'libKF5Runner5' 'libKF5Runner5-32bit' 'libKF5Sane5' 'libKF5Screen7' 'libKF5Screen7-32bit' 'libKF5Solid5' 'libKF5Solid5-32bit' 'libKF5Solid5-lang' 'libKF5SonnetCore5' 'libKF5SonnetCore5-32bit' 'libKF5SonnetCore5-lang' 'libKF5SonnetUi5' 'libKF5SonnetUi5-32bit' 'libKF5Style5' 'libKF5Style5-32bit' 'libKF5Su5' 'libKF5Su5-32bit' 'libKF5Su5-lang' 'libKF5Syndication5' 'libKF5SyntaxHighlighting5' 'libKF5SyntaxHighlighting5-32bit' 'libKF5SyntaxHighlighting5-lang' 'libKF5TextWidgets5' 'libKF5TextWidgets5-32bit' 'libKF5TextWidgets5-lang' 'libKF5ThreadWeaver5' 'libKF5ThreadWeaver5-32bit' 'libKF5Tnef5' 'libKF5Torrent6' 'libKF5Torrent6-debuginfo' 'libKF5UnitConversion5' 'libKF5UnitConversion5-32bit' 'libKF5UnitConversion5-lang' 'libKF5Vkontakte2' 'libKF5Vkontakte2-debuginfo' 'libKF5Wallet5' 'libKF5Wallet5-32bit' 'libKF5WebKit5' 'libKF5WebKit5-32bit' 'libKF5WidgetsAddons5' 'libKF5WidgetsAddons5-32bit' 'libKF5WidgetsAddons5-lang' 'libKF5WindowSystem5' 'libKF5WindowSystem5-32bit' 'libKF5WindowSystem5-lang' 'libKF5XmlGui5' 'libKF5XmlGui5-32bit' 'libKF5XmlGui5-lang' 'libKF5XmlRpcClient5' 'libKF5XmlRpcClient5-32bit' 'libKF5XmlRpcClient5-lang' 'libKGantt2' 'libKPimGAPIBlogger5' 'libKPimGAPICalendar5' 'libKPimGAPIContacts5' 'libKPimGAPICore5' 'libKPimGAPIDrive5' 'libKPimGAPILatitude5' 'libKPimGAPIMaps5' 'libKPimGAPITasks5' 'libKPimImportWizard5' 'libKPimItinerary5' 'libKPimItinerary5-lang' 'libKPimPkPass5' 'libKPimSMTP5' 'libKPropertyCore3-4' 'libKPropertyCore3-4-debuginfo' 'libKPropertyWidgets3-4' 'libKPropertyWidgets3-4-debuginfo' 'libKReport3-4' 'libKReport3-4-debuginfo' 'libKScreenLocker5' 'libKUserFeedbackCore1' 'libKUserFeedbackCore1-debuginfo' 'libKUserFeedbackWidgets1' 'libKUserFeedbackWidgets1-debuginfo' 'libKWaylandServer5' 'libKasten4' 'libKasten4-debuginfo' 'libLASi-devel' 'libLASi2' 'libLHAPDF-6_3_0' 'libLLVM10' 'libLLVM10-32bit' 'libLLVM7' 'libLLVM7-32bit' 'libLLVM8' 'libLLVM8-32bit' 'libLLVM9' 'libLLVM9-32bit' 'libLTO10' 'libLTO10-32bit' 'libLTO7' 'libLTO7-32bit' 'libLTO8' 'libLTO8-32bit' 'libLTO9' 'libLTO9-32bit' 'libLimeSuite20_07-1' 'libLunchbox3' 'libLunchbox3-debuginfo' 'libMagick++-7_Q16HDRI4' 'libMagick++-7_Q16HDRI4-32bit' 'libMagick++-devel' 'libMagick++-devel-32bit' 'libMagickCore-7_Q16HDRI7' 'libMagickCore-7_Q16HDRI7-32bit' 'libMagickWand-7_Q16HDRI7' 'libMagickWand-7_Q16HDRI7-32bit' 'libMathMLSolver0_3' 'libMrm4' 'libMrm4-32bit' 'libMyGUIEngine3_4_0' 'libOIS-1_3_0' 'libOIS-devel' 'libOSC-devel' 'libOSC0' 'libOSC0-debuginfo' 'libOSMesa-devel' 'libOSMesa-devel-32bit' 'libOSMesa8' 'libOSMesa8-32bit' 'libOgreMain-devel' 'libOgreMain1_9_0' 'libOgreMain1_9_0-plugins' 'libOgreOverlay-devel' 'libOgreOverlay1_9_0' 'libOgrePaging-devel' 'libOgrePaging1_9_0' 'libOgreProperty-devel' 'libOgreProperty1_9_0' 'libOgreRTShaderSystem-devel' 'libOgreRTShaderSystem1_9_0' 'libOgreTerrain-devel' 'libOgreTerrain1_9_0' 'libOgreVolume-devel' 'libOgreVolume1_9_0' 'libOkteta3' 'libOkteta3-debuginfo' 'libOpenCL1' 'libOpenCL1-32bit' 'libOpenCOLLADABaseUtils0_3' 'libOpenCOLLADAFramework0_3' 'libOpenCOLLADASaxFrameworkLoader0_3' 'libOpenCOLLADAStreamWriter0_3' 'libOpenColorIO1' 'libOpenIPMI0' 'libOpenImageDenoise0' 'libOpenImageIO2_1' 'libOpenImageIO_Util2_1' 'libOpenSceneGraph-devel' 'libOpenSceneGraph131' 'libOpenSceneGraph131-devel' 'libOpenSceneGraph158' 'libOpenThreads-devel' 'libOpenThreads20' 'libOpenThreads20-devel' 'libOpenThreads21' 'libOyranosSynnefo-devel' 'libOyranosSynnefo-devel-static' 'libOyranosSynnefo1' 'libPocoCppParser71' 'libPocoCrypto71' 'libPocoData71' 'libPocoDataMySQL71' 'libPocoDataODBC71' 'libPocoDataSQLite71' 'libPocoEncodings71' 'libPocoFoundation71' 'libPocoJSON71' 'libPocoJWT71' 'libPocoMongoDB71' 'libPocoNet71' 'libPocoNetSSL71' 'libPocoPDF71' 'libPocoRedis71' 'libPocoUtil71' 'libPocoXML71' 'libPocoZip71' 'libPythonQt-Qt5-Python3-3' 'libPythonQt_QtAll-Qt5-Python3-3' 'libQCSXCAD0' 'libQMatrixClient0_5_3' 'libQgpsmm25' 'libQt4Pas5' 'libQt53DAnimation-devel' 'libQt53DAnimation5' 'libQt53DAnimation5-32bit' 'libQt53DCore-devel' 'libQt53DCore5' 'libQt53DCore5-32bit' 'libQt53DExtras-devel' 'libQt53DExtras5' 'libQt53DExtras5-32bit' 'libQt53DInput-devel' 'libQt53DInput5' 'libQt53DInput5-32bit' 'libQt53DLogic-devel' 'libQt53DLogic5' 'libQt53DLogic5-32bit' 'libQt53DQuick-devel' 'libQt53DQuick5' 'libQt53DQuick5-32bit' 'libQt53DQuickAnimation-devel' 'libQt53DQuickAnimation5' 'libQt53DQuickAnimation5-32bit' 'libQt53DQuickExtras-devel' 'libQt53DQuickExtras5' 'libQt53DQuickExtras5-32bit' 'libQt53DQuickInput-devel' 'libQt53DQuickInput5' 'libQt53DQuickInput5-32bit' 'libQt53DQuickRender-devel' 'libQt53DQuickRender5' 'libQt53DQuickRender5-32bit' 'libQt53DQuickScene2D-devel' 'libQt53DQuickScene2D5' 'libQt53DQuickScene2D5-32bit' 'libQt53DRender-devel' 'libQt53DRender5' 'libQt53DRender5-32bit' 'libQt5Bluetooth5' 'libQt5Bluetooth5-32bit' 'libQt5Bluetooth5-imports' 'libQt5Bodymovin-devel' 'libQt5Bodymovin-private-headers-devel' 'libQt5Bodymovin5' 'libQt5Bootstrap-devel-static' 'libQt5Bootstrap-devel-static-32bit' 'libQt5Charts5' 'libQt5Charts5-designer' 'libQt5Charts5-devel' 'libQt5Concurrent-devel' 'libQt5Concurrent-devel-32bit' 'libQt5Concurrent5' 'libQt5Concurrent5-32bit' 'libQt5Core-devel' 'libQt5Core-devel-32bit' 'libQt5Core-private-headers-devel' 'libQt5Core5' 'libQt5Core5-32bit' 'libQt5DBus-devel' 'libQt5DBus-devel-32bit' 'libQt5DBus-private-headers-devel' 'libQt5DBus5' 'libQt5DBus5-32bit' 'libQt5DataVisualization5' 'libQt5DataVisualization5-devel' 'libQt5Designer5' 'libQt5Designer5-32bit' 'libQt5DesignerComponents5' 'libQt5DesignerComponents5-32bit' 'libQt5Gamepad5' 'libQt5Gamepad5-32bit' 'libQt5Gui-devel' 'libQt5Gui-devel-32bit' 'libQt5Gui-private-headers-devel' 'libQt5Gui5' 'libQt5Gui5-32bit' 'libQt5Help5' 'libQt5Help5-32bit' 'libQt5HunspellInputMethod-private-headers-devel' 'libQt5HunspellInputMethod5' 'libQt5KmsSupport-devel-static' 'libQt5KmsSupport-private-headers-devel' 'libQt5Location5' 'libQt5Location5-32bit' 'libQt5Multimedia5' 'libQt5Multimedia5-32bit' 'libQt5Network-devel' 'libQt5Network-devel-32bit' 'libQt5Network-private-headers-devel' 'libQt5Network5' 'libQt5Network5-32bit' 'libQt5NetworkAuth5' 'libQt5NetworkAuth5-32bit' 'libQt5Nfc5' 'libQt5Nfc5-32bit' 'libQt5Nfc5-imports' 'libQt5OpenGL-devel' 'libQt5OpenGL-devel-32bit' 'libQt5OpenGL-private-headers-devel' 'libQt5OpenGL5' 'libQt5OpenGL5-32bit' 'libQt5OpenGLExtensions-devel-static' 'libQt5OpenGLExtensions-devel-static-32bit' 'libQt5Pas-devel' 'libQt5Pas1' 'libQt5Pdf5' 'libQt5PdfWidgets5' 'libQt5PlatformHeaders-devel' 'libQt5PlatformSupport-devel-static' 'libQt5PlatformSupport-devel-static-32bit' 'libQt5PlatformSupport-private-headers-devel' 'libQt5Positioning5' 'libQt5Positioning5-32bit' 'libQt5PositioningQuick5' 'libQt5PositioningQuick5-32bit' 'libQt5PrintSupport-devel' 'libQt5PrintSupport-devel-32bit' 'libQt5PrintSupport-private-headers-devel' 'libQt5PrintSupport5' 'libQt5PrintSupport5-32bit' 'libQt5Quick3D5' 'libQt5Quick3DAssetImport5' 'libQt5QuickControls2-5' 'libQt5QuickControls2-devel' 'libQt5QuickTemplates2-5' 'libQt5QuickTemplates2-devel' 'libQt5RemoteObjects5' 'libQt5RemoteObjects5-32bit' 'libQt5Script5' 'libQt5Script5-32bit' 'libQt5Scxml5' 'libQt5Scxml5-32bit' 'libQt5Scxml5-imports' 'libQt5Sensors5' 'libQt5Sensors5-32bit' 'libQt5Sensors5-imports' 'libQt5SerialBus5' 'libQt5SerialBus5-32bit' 'libQt5SerialPort5' 'libQt5SerialPort5-32bit' 'libQt5Sql-devel' 'libQt5Sql-devel-32bit' 'libQt5Sql-private-headers-devel' 'libQt5Sql5' 'libQt5Sql5-32bit' 'libQt5Sql5-mysql' 'libQt5Sql5-mysql-32bit' 'libQt5Sql5-postgresql' 'libQt5Sql5-postgresql-32bit' 'libQt5Sql5-sqlite' 'libQt5Sql5-sqlite-32bit' 'libQt5Sql5-unixODBC' 'libQt5Sql5-unixODBC-32bit' 'libQt5Svg5' 'libQt5Svg5-32bit' 'libQt5Test-devel' 'libQt5Test-devel-32bit' 'libQt5Test-private-headers-devel' 'libQt5Test5' 'libQt5Test5-32bit' 'libQt5TextToSpeech5' 'libQt5TextToSpeech5-32bit' 'libQt5VirtualKeyboard5' 'libQt5WaylandClient5' 'libQt5WaylandClient5-32bit' 'libQt5WaylandCompositor5' 'libQt5WaylandCompositor5-32bit' 'libQt5WebChannel5' 'libQt5WebChannel5-32bit' 'libQt5WebChannel5-imports' 'libQt5WebKit-private-headers-devel' 'libQt5WebKit5' 'libQt5WebKit5-32bit' 'libQt5WebKit5-devel' 'libQt5WebKit5-devel-32bit' 'libQt5WebKit5-imports' 'libQt5WebKitWidgets-devel' 'libQt5WebKitWidgets-devel-32bit' 'libQt5WebKitWidgets-private-headers-devel' 'libQt5WebKitWidgets5' 'libQt5WebKitWidgets5-32bit' 'libQt5WebSockets5' 'libQt5WebSockets5-32bit' 'libQt5WebSockets5-imports' 'libQt5WebView5' 'libQt5WebView5-imports' 'libQt5Widgets-devel' 'libQt5Widgets-devel-32bit' 'libQt5Widgets-private-headers-devel' 'libQt5Widgets5' 'libQt5Widgets5-32bit' 'libQt5X11Extras5' 'libQt5X11Extras5-32bit' 'libQt5Xdg3' 'libQt5XdgIconLoader-devel' 'libQt5XdgIconLoader3' 'libQt5Xml-devel' 'libQt5Xml-devel-32bit' 'libQt5Xml5' 'libQt5Xml5-32bit' 'libQt5XmlPatterns5' 'libQt5XmlPatterns5-32bit' 'libQtAV1' 'libQtAV1-32bit' 'libQtAV1-32bit-debuginfo' 'libQtAV1-debuginfo' 'libQtAVWidgets1' 'libQtAVWidgets1-32bit' 'libQtAVWidgets1-32bit-debuginfo' 'libQtAVWidgets1-debuginfo' 'libQtQuick5' 'libQtQuick5-32bit' 'libQtWebKit-devel' 'libQtWebKit4' 'libQtWebKit4' 'libQtWebKit4-debuginfo' 'libQtWebKit4-debugsource' 'libRaTools0' 'libRivet-3_1_2' 'libSDL-1_2-0' 'libSDL-1_2-0-32bit' 'libSDL-devel' 'libSDL-devel-32bit' 'libSDL2-2_0-0' 'libSDL2-2_0-0-32bit' 'libSDL2-devel' 'libSDL2-devel-32bit' 'libSDL2_gfx-1_0-0' 'libSDL2_gfx-1_0-0-32bit' 'libSDL2_gfx-devel' 'libSDL2_gfx-devel-32bit' 'libSDL2_image-2_0-0' 'libSDL2_image-2_0-0-32bit' 'libSDL2_image-devel' 'libSDL2_image-devel-32bit' 'libSDL2_mixer-2_0-0' 'libSDL2_mixer-2_0-0-32bit' 'libSDL2_mixer-devel' 'libSDL2_mixer-devel-32bit' 'libSDL2_net-2_0-0' 'libSDL2_net-2_0-0-32bit' 'libSDL2_net-devel' 'libSDL2_net-devel-32bit' 'libSDL2_ttf-2_0-0' 'libSDL2_ttf-2_0-0-32bit' 'libSDL2_ttf-devel' 'libSDL2_ttf-devel-32bit' 'libSDL_Pango-devel' 'libSDL_Pango-devel-32bit' 'libSDL_Pango1' 'libSDL_Pango1-32bit' 'libSDL_bgi-devel' 'libSDL_bgi-suse4' 'libSDL_gfx-devel' 'libSDL_gfx-devel-32bit' 'libSDL_gfx15' 'libSDL_gfx15-32bit' 'libSDL_image-1_2-0' 'libSDL_image-1_2-0-32bit' 'libSDL_image-devel' 'libSDL_image-devel-32bit' 'libSDL_mixer-1_2-0' 'libSDL_mixer-1_2-0-32bit' 'libSDL_mixer-devel' 'libSDL_mixer-devel-32bit' 'libSDL_net-1_2-0' 'libSDL_net-1_2-0-32bit' 'libSDL_net-devel' 'libSDL_net-devel-32bit' 'libSDL_sound-1_0-1' 'libSDL_sound-1_0-1-32bit' 'libSDL_sound-devel' 'libSDL_sound-devel-32bit' 'libSDL_ttf-2_0-0' 'libSDL_ttf-2_0-0-32bit' 'libSDL_ttf-devel' 'libSDL_ttf-devel-32bit' 'libSDLmm-0_1-8' 'libSDLmm-0_1-8-32bit' 'libSDLmm-devel' 'libSDLmm-devel-32bit' 'libSHERPA-MC0' 'libSHERPA-MC0-config' 'libSM-devel' 'libSM-devel-32bit' 'libSM6' 'libSM6-32bit' 'libSOIL' 'libSOIL-debugsource' 'libSOIL-devel' 'libSOIL1' 'libSOIL1-debuginfo' 'libSPIRV-Tools-suse18' 'libSPIRV-Tools-suse18-32bit' 'libSampleICC-devel' 'libSampleICC1' 'libSavitar-devel' 'libSavitar0' 'libSimGearCore-2020_1_3' 'libSoQt20' 'libSoapyOsmoSDR0' 'libSoapySDR0_7' 'libSoundTouch1' 'libSoundTouch1-32bit' 'libStatTimer2' 'libSwiften4' 'libTMCG-devel' 'libTMCG18' 'libTutf-devel' 'libTutf1' 'libTw-devel' 'libTw5' 'libUTF0_3' 'libUil4' 'libUil4-32bit' 'libUnitTest++-2_0_0' 'libUsageEnvironment3' 'libVFlib3-5' 'libVkLayer_utils-1_2_154' 'libWN3' 'libWPEBackend-fdo-1_0-1' 'libWPEBackend-fdo-1_0-1-32bit' 'libWildMidi2' 'libX11-6' 'libX11-6-32bit' 'libX11-data' 'libX11-devel' 'libX11-devel-32bit' 'libX11-xcb1' 'libX11-xcb1-32bit' 'libXNVCtrl' 'libXNVCtrl' 'libXNVCtrl-debugsource' 'libXNVCtrl-devel' 'libXNVCtrl0' 'libXNVCtrl0-debuginfo' 'libXRes1' 'libXRes1-32bit' 'libXau-devel' 'libXau-devel-32bit' 'libXau6' 'libXau6-32bit' 'libXaw-devel' 'libXaw-devel-32bit' 'libXaw3d-devel' 'libXaw3d-devel-32bit' 'libXaw3d6' 'libXaw3d6-32bit' 'libXaw3d7' 'libXaw3d7-32bit' 'libXaw3d8' 'libXaw3d8-32bit' 'libXaw3dXft' 'libXaw3dXft-debugsource' 'libXaw3dxft-devel' 'libXaw3dxft8' 'libXaw3dxft8-32bit' 'libXaw3dxft8-32bit-debuginfo' 'libXaw3dxft8-debuginfo' 'libXaw6' 'libXaw6-32bit' 'libXaw7' 'libXaw7-32bit' 'libXaw8' 'libXaw8-32bit' 'libXbgi-devel' 'libXbgi1' 'libXcm-devel' 'libXcm0' 'libXcmDDC0' 'libXcmEDID0' 'libXcmX11-0' 'libXcomposite-devel' 'libXcomposite-devel-32bit' 'libXcomposite1' 'libXcomposite1-32bit' 'libXcursor-devel' 'libXcursor-devel-32bit' 'libXcursor1' 'libXcursor1-32bit' 'libXdamage-devel' 'libXdamage-devel-32bit' 'libXdamage1' 'libXdamage1-32bit' 'libXdmcp-devel' 'libXdmcp-devel-32bit' 'libXdmcp6' 'libXdmcp6-32bit' 'libXevie-devel' 'libXevie-devel-32bit' 'libXevie1' 'libXevie1-32bit' 'libXext-devel' 'libXext-devel-32bit' 'libXext6' 'libXext6-32bit' 'libXfixes-devel' 'libXfixes-devel-32bit' 'libXfixes3' 'libXfixes3-32bit' 'libXfont-devel' 'libXfont-devel-32bit' 'libXfont1' 'libXfont1-32bit' 'libXfont2-2' 'libXfont2-2-32bit' 'libXfont2-devel' 'libXfont2-devel-32bit' 'libXfontcache-devel' 'libXfontcache-devel-32bit' 'libXfontcache1' 'libXfontcache1-32bit' 'libXft-devel' 'libXft-devel-32bit' 'libXft2' 'libXft2-32bit' 'libXi-devel' 'libXi-devel-32bit' 'libXi6' 'libXi6-32bit' 'libXinerama-devel' 'libXinerama-devel-32bit' 'libXinerama1' 'libXinerama1-32bit' 'libXiterm-devel' 'libXiterm1' 'libXm4' 'libXm4-32bit' 'libXmu-devel' 'libXmu-devel-32bit' 'libXmu6' 'libXmu6-32bit' 'libXmuu1' 'libXmuu1-32bit' 'libXp-devel' 'libXp-devel-32bit' 'libXp6' 'libXp6-32bit' 'libXpm-devel' 'libXpm-devel-32bit' 'libXpm-tools' 'libXpm4' 'libXpm4-32bit' 'libXpresent-devel' 'libXpresent1' 'libXprintAppUtil-devel' 'libXprintAppUtil-devel-32bit' 'libXprintAppUtil1' 'libXprintAppUtil1-32bit' 'libXprintUtil-devel' 'libXprintUtil-devel-32bit' 'libXprintUtil1' 'libXprintUtil1-32bit' 'libXrandr-devel' 'libXrandr-devel-32bit' 'libXrandr2' 'libXrandr2-32bit' 'libXrender-devel' 'libXrender-devel-32bit' 'libXrender1' 'libXrender1-32bit' 'libXres-devel' 'libXres-devel-32bit' 'libXss-devel' 'libXss-devel-32bit' 'libXss1' 'libXss1-32bit' 'libXt-devel' 'libXt-devel-32bit' 'libXt6' 'libXt6-32bit' 'libXtst-devel' 'libXtst-devel-32bit' 'libXtst6' 'libXtst6-32bit' 'libXv-devel' 'libXv-devel-32bit' 'libXv1' 'libXv1-32bit' 'libXvMC-devel' 'libXvMC-devel-32bit' 'libXvMC1' 'libXvMC1-32bit' 'libXvMC_nouveau' 'libXvMC_nouveau-32bit' 'libXvMC_r600' 'libXvMC_r600-32bit' 'libXvnc-devel' 'libXvnc1' 'libXxf86dga-devel' 'libXxf86dga-devel-32bit' 'libXxf86dga1' 'libXxf86dga1-32bit' 'libXxf86vm-devel' 'libXxf86vm-devel-32bit' 'libXxf86vm1' 'libXxf86vm1-32bit' 'libYODA-1_8_3' 'libZXing1' 'liba2ps1' 'liba52-0' 'liba52-0-32bit' 'liba52-devel' 'libaa1' 'libaa1-32bit' 'libaacs' 'libaacs-debugsource' 'libaacs-devel' 'libaacs0' 'libaacs0-debuginfo' 'libaal-1_0-7' 'libaal-devel' 'libaal-minimal0' 'libabigail-devel' 'libabigail-tools' 'libabigail0' 'libabiword-3_0' 'libabiword-3_0-devel' 'libabw-0_1-1' 'libabw-devel' 'libabw-devel-doc' 'libabw-tools' 'libacars-2-2' 'libacars-devel' 'libacars1' 'libacars2-devel' 'libaccel-config1' 'libaccounts-glib-devel' 'libaccounts-glib-docs' 'libaccounts-glib-tools' 'libaccounts-glib1' 'libaccounts-glib1-32bit' 'libaccounts-qt5-1' 'libaccounts-qt5-1-32bit' 'libaccounts-qt5-devel' 'libaccounts-qt5-doc' 'libaccountsservice0' 'libacl-devel' 'libacl-devel-32bit' 'libacl1' 'libacl1-32bit' 'libacr38ucontrol0' 'libada10' 'libada10-32bit' 'libada7' 'libada7-32bit' 'libada9' 'libada9-32bit' 'libaddrxlat-devel' 'libaddrxlat1' 'libadlmidi-devel' 'libadms0' 'libadns-devel' 'libadns-devel-32bit' 'libadns1' 'libadns1-32bit' 'libadolc2' 'libadolc2-32bit' 'libaec-devel' 'libaec0' 'libaec0-32bit' 'libaften-devel' 'libaften0' 'libaften0-debuginfo' 'libags3' 'libaio-devel' 'libaio-devel-32bit' 'libaio1' 'libaio1-32bit' 'libairspy0' 'libairspyhf0' 'libakai0' 'libalac0' 'libalkimia5-8' 'libalkimia5-8-debuginfo' 'libalkimia5-devel' 'liballeg44-devel' 'liballeg4_4' 'liballeg4_4-32bit' 'liballeggl44-devel' 'liballeggl4_4' 'liballeggl4_4-32bit' 'liballegro-doc' 'liballegro5_2' 'liballegro5_2-devel' 'liballegro_acodec5_2' 'liballegro_acodec5_2-devel' 'liballegro_audio5_2' 'liballegro_audio5_2-devel' 'liballegro_color5_2' 'liballegro_color5_2-devel' 'liballegro_dialog5_2' 'liballegro_dialog5_2-devel' 'liballegro_font5_2' 'liballegro_font5_2-devel' 'liballegro_image5_2' 'liballegro_image5_2-devel' 'liballegro_main5_2' 'liballegro_main5_2-devel' 'liballegro_memfile5_2' 'liballegro_memfile5_2-devel' 'liballegro_physfs5_2' 'liballegro_physfs5_2-devel' 'liballegro_primitives5_2' 'liballegro_primitives5_2-devel' 'liballegro_ttf5_2' 'liballegro_ttf5_2-devel' 'liballegro_video5_2' 'liballegro_video5_2-devel' 'libalure1' 'libalut0' 'libalut0-32bit' 'libamd-doc' 'libamd2' 'libaml0' 'libamrnb-devel' 'libamrnb3' 'libamrnb3-32bit' 'libamrnb3-32bit-debuginfo' 'libamrnb3-debuginfo' 'libamrwb-devel' 'libamrwb3' 'libamrwb3-32bit' 'libamrwb3-32bit-debuginfo' 'libamrwb3-debuginfo' 'libamtk-5-0' 'libangelscript2_34_0' 'libanjuta-3-0' 'libansilove-devel' 'libansilove1' 'libanthy0' 'libanthy0-32bit' 'libantic0' 'libantlr3c3' 'libantlr3c3-32bit' 'libantlr4-runtime-devel' 'libantlr4-runtime4_8' 'libao-devel' 'libao-plugins4' 'libao-plugins4-32bit' 'libao4' 'libao4-32bit' 'libaom-devel' 'libaom-devel-doc' 'libaom2' 'libaom2-32bit' 'libap4-1_6_0r637' 'libap4-1_6_0r637-debuginfo' 'libapparmor-devel' 'libapparmor1' 'libapparmor1-32bit' 'libappindicator-devel' 'libappindicator1' 'libappindicator3-1' 'libappindicator3-devel' 'libappmenu-gtk-parser-devel' 'libappmenu-gtk2-parser-devel' 'libappmenu-gtk2-parser0' 'libappmenu-gtk3-parser-devel' 'libappmenu-gtk3-parser0' 'libappstream-glib8' 'libappstream4' 'libapr-util1' 'libapr-util1-dbd-mysql' 'libapr-util1-dbd-pgsql' 'libapr-util1-dbd-sqlite3' 'libapr1' 'libarb2' 'libarchive-devel' 'libarchive13' 'libarchive13-32bit' 'libargon2-1' 'libargon2-1-32bit' 'libargtable2-0' 'libargtable2-devel' 'libaria2-0' 'libarm_compute20' 'libarmadillo9' 'libarmadillo9-32bit' 'libarmnn22' 'libarmnn22-opencl' 'libarmnnBasePipeServer22' 'libarmnnBasePipeServer22-opencl' 'libarmnnCaffeParser22' 'libarmnnCaffeParser22-opencl' 'libarmnnSerializer22' 'libarmnnSerializer22-opencl' 'libarmnnTfLiteParser22' 'libarmnnTfLiteParser22-opencl' 'libarmnnTfParser22' 'libarmnnTfParser22-opencl' 'libarpack2' 'libarpack2-32bit' 'libarprec0' 'libart_lgpl-devel' 'libart_lgpl-devel-32bit' 'libart_lgpl_2-2' 'libart_lgpl_2-2-32bit' 'libasan4' 'libasan4-32bit' 'libasan5' 'libasan5-32bit' 'libasan6' 'libasan6-32bit' 'libaslcommon0' 'libasm-devel' 'libasm1' 'libasm1-32bit' 'libasn1c-devel' 'libasn1c1' 'libasound2' 'libasound2-32bit' 'libaspell15' 'libaspell15-32bit' 'libass-devel' 'libass9' 'libass9-32bit' 'libassimp5' 'libassuan-devel' 'libassuan0' 'libassuan0-32bit' 'libastro1' 'libastylej3' 'libasync' 'libasync-devel' 'libasyncns-devel' 'libasyncns0' 'libatasmart-devel' 'libatasmart-utils' 'libatasmart4' 'libathemecore1' 'libatk-1_0-0' 'libatk-1_0-0-32bit' 'libatk-bridge-2_0-0' 'libatk-bridge-2_0-0-32bit' 'libatkmm-1_6-1' 'libatkmm-1_6-1-32bit' 'libatkmm-2_30-1' 'libatkmm-2_30-1-32bit' 'libatlascpp-0_6-1' 'libatm1' 'libatomic1' 'libatomic1-32bit' 'libatomic1-gcc7' 'libatomic1-gcc7-32bit' 'libatomic1-gcc9' 'libatomic1-gcc9-32bit' 'libatomic_ops-devel' 'libatomicparsley0' 'libatopology2' 'libatopology2-32bit' 'libatrildocument3' 'libatrilview3' 'libatspi0' 'libatspi0-32bit' 'libattr-devel' 'libattr-devel-32bit' 'libattr-devel-static' 'libattr1' 'libattr1-32bit' 'libaubio-devel' 'libaubio5' 'libaubio5-32bit' 'libaudaspace-c1_3' 'libaudaspace-py1_3' 'libaudaspace1_3' 'libaudclient-devel' 'libaudclient2' 'libaudclient2' 'libaudclient2-debuginfo' 'libaudclient2-debugsource' 'libaudcore5' 'libaudiofile1' 'libaudiofile1-32bit' 'libaudit1' 'libaudit1-32bit' 'libaudqt2' 'libaudtag3' 'libaugeas0' 'libaugeas0-32bit' 'libauparse0' 'libauparse0-32bit' 'libauthselect-devel' 'libauthselect1' 'libautotrace3' 'libav-tools' 'libavahi-client3' 'libavahi-client3-32bit' 'libavahi-common3' 'libavahi-common3-32bit' 'libavahi-core7' 'libavahi-devel' 'libavahi-glib-devel' 'libavahi-glib1' 'libavahi-glib1-32bit' 'libavahi-gobject-devel' 'libavahi-gobject0' 'libavahi-ui-gtk3-0' 'libavc1394-0' 'libavc1394-0-32bit' 'libavc1394-devel' 'libavc1394-devel-32bit' 'libavc1394-tools' 'libavcodec56' 'libavcodec56-32bit' 'libavcodec56-32bit-debuginfo' 'libavcodec56-debuginfo' 'libavcodec57' 'libavcodec57-32bit' 'libavcodec57-32bit-debuginfo' 'libavcodec57-debuginfo' 'libavcodec58_91' 'libavcodec58_91-32bit' 'libavcodec58_91-32bit-debuginfo' 'libavcodec58_91-debuginfo' 'libavdevice56' 'libavdevice56-32bit' 'libavdevice56-32bit-debuginfo' 'libavdevice56-debuginfo' 'libavdevice57' 'libavdevice57-32bit' 'libavdevice57-32bit-debuginfo' 'libavdevice57-debuginfo' 'libavdevice58_10' 'libavdevice58_10-32bit' 'libavdevice58_10-32bit-debuginfo' 'libavdevice58_10-debuginfo' 'libavfilter5' 'libavfilter5-32bit' 'libavfilter5-32bit-debuginfo' 'libavfilter5-debuginfo' 'libavfilter6' 'libavfilter6-32bit' 'libavfilter6-32bit-debuginfo' 'libavfilter6-debuginfo' 'libavfilter7_85' 'libavfilter7_85-32bit' 'libavfilter7_85-32bit-debuginfo' 'libavfilter7_85-debuginfo' 'libavformat56' 'libavformat56-32bit' 'libavformat56-32bit-debuginfo' 'libavformat56-debuginfo' 'libavformat57' 'libavformat57-32bit' 'libavformat57-32bit-debuginfo' 'libavformat57-debuginfo' 'libavformat58_45' 'libavformat58_45-32bit' 'libavformat58_45-32bit-debuginfo' 'libavformat58_45-debuginfo' 'libavfs0' 'libavif-devel' 'libavif6' 'libavifile-devel' 'libaviplay-0_7-0' 'libaviplay-0_7-0-debuginfo' 'libavogadrolibs-suse0' 'libavrdude1' 'libavresample2' 'libavresample2-32bit' 'libavresample2-32bit-debuginfo' 'libavresample2-debuginfo' 'libavresample3' 'libavresample3-32bit' 'libavresample3-32bit-debuginfo' 'libavresample3-debuginfo' 'libavresample4_0' 'libavresample4_0-32bit' 'libavresample4_0-32bit-debuginfo' 'libavresample4_0-debuginfo' 'libavtp-devel' 'libavtp0' 'libavutil54' 'libavutil54-32bit' 'libavutil54-32bit-debuginfo' 'libavutil54-debuginfo' 'libavutil55' 'libavutil55-32bit' 'libavutil55-32bit-debuginfo' 'libavutil55-debuginfo' 'libavutil56_51' 'libavutil56_51-32bit' 'libavutil56_51-32bit-debuginfo' 'libavutil56_51-debuginfo' 'libax25-0' 'libax25-common' 'libax25-devel' 'libax25io0' 'libayatana-ido3-0_4-0' 'libayatana-ido3-0_4-0-32bit' 'libayatana-indicator-devel' 'libayatana-indicator3-7' 'libayatana-indicator3-devel' 'libayatana-indicator7' 'libazurestorage7' 'libb2-1' 'libb2-devel' 'libb64' 'libb64-0' 'libb64-devel' 'libbabl-0_1-0' 'libbabl-0_1-0-32bit' 'libbamf3-2' 'libbarvinok23' 'libbase' 'libbase-javadoc' 'libbaseencode-devel' 'libbaseencode1' 'libbasicobjects-devel' 'libbasicobjects-devel-32bit' 'libbasicobjects0' 'libbasicobjects0-32bit' 'libbcc0' 'libbcg729-0' 'libbcg729-0-32bit' 'libbcmatroska2-0' 'libbcmatroska2-0-32bit' 'libbctoolbox-tester1' 'libbctoolbox-tester1-32bit' 'libbctoolbox1' 'libbctoolbox1-32bit' 'libbcunit1' 'libbcunit1-32bit' 'libbd_btrfs-devel' 'libbd_btrfs2' 'libbd_crypto-devel' 'libbd_crypto2' 'libbd_dm-devel' 'libbd_dm2' 'libbd_fs-devel' 'libbd_fs2' 'libbd_kbd-devel' 'libbd_kbd2' 'libbd_loop-devel' 'libbd_loop2' 'libbd_lvm-dbus-devel' 'libbd_lvm-dbus2' 'libbd_lvm-devel' 'libbd_lvm2' 'libbd_mdraid-devel' 'libbd_mdraid2' 'libbd_mpath-devel' 'libbd_mpath2' 'libbd_part-devel' 'libbd_part2' 'libbd_swap-devel' 'libbd_swap2' 'libbd_utils-devel' 'libbd_utils2' 'libbd_vdo-devel' 'libbd_vdo2' 'libbde-devel' 'libbde-tools' 'libbde1' 'libbdplus' 'libbdplus-debugsource' 'libbdplus-devel' 'libbdplus0' 'libbdplus0-debuginfo' 'libbeecrypt-devel' 'libbeecrypt6' 'libbelcard1' 'libbelcard1-32bit' 'libbellesip1' 'libbellesip1-32bit' 'libbelr1' 'libbelr1-32bit' 'libbemenu0' 'libbenchmark0' 'libbfio-devel' 'libbfio1' 'libbiblesync2_0' 'libbind9-1600' 'libbind9-1600-32bit' 'libbitcoinconsensus-devel' 'libbitcoinconsensus0' 'libbitmask-devel' 'libbitmask1' 'libbitstream1' 'libblack_hole_solver1' 'libblacs2-mvapich2' 'libblacs2-mvapich2-devel' 'libblacs2-mvapich2-devel-static' 'libblacs2-openmpi1' 'libblacs2-openmpi1-devel' 'libblacs2-openmpi1-devel-static' 'libblacs2-openmpi2' 'libblacs2-openmpi2-devel' 'libblacs2-openmpi2-devel-static' 'libblacs2-openmpi3' 'libblacs2-openmpi3-devel' 'libblacs2-openmpi3-devel-static' 'libblacs2-openmpi4' 'libblacs2-openmpi4-devel' 'libblacs2-openmpi4-devel-static' 'libbladeRF2' 'libbladeRF2-doc' 'libblas3' 'libblas3-32bit' 'libbliss-0_73' 'libblitz0' 'libblkid-devel' 'libblkid-devel-32bit' 'libblkid-devel-static' 'libblkid1' 'libblkid1-32bit' 'libblockdev' 'libblockdev-devel' 'libblockdev2' 'libblogger2' 'libblosc1' 'libbluetooth3' 'libbluetooth3-32bit' 'libbluray-bdj' 'libbluray-devel' 'libbluray-tools' 'libbluray2' 'libbluray2-32bit' 'libbml-devel' 'libbml1' 'libboinc-devel' 'libboinc7' 'libboost_atomic-devel' 'libboost_atomic1_74_0' 'libboost_atomic1_74_0-32bit' 'libboost_atomic1_74_0-devel' 'libboost_chrono-devel' 'libboost_chrono1_74_0' 'libboost_chrono1_74_0-devel' 'libboost_container-devel' 'libboost_container1_74_0' 'libboost_container1_74_0-32bit' 'libboost_container1_74_0-devel' 'libboost_context-devel' 'libboost_context1_74_0' 'libboost_context1_74_0-32bit' 'libboost_context1_74_0-devel' 'libboost_contract-devel' 'libboost_contract1_74_0' 'libboost_contract1_74_0-devel' 'libboost_coroutine-devel' 'libboost_coroutine1_74_0' 'libboost_coroutine1_74_0-32bit' 'libboost_coroutine1_74_0-devel' 'libboost_date_time-devel' 'libboost_date_time1_74_0' 'libboost_date_time1_74_0-32bit' 'libboost_date_time1_74_0-devel' 'libboost_fiber-devel' 'libboost_fiber1_74_0' 'libboost_fiber1_74_0-32bit' 'libboost_fiber1_74_0-devel' 'libboost_filesystem-devel' 'libboost_filesystem1_74_0' 'libboost_filesystem1_74_0-32bit' 'libboost_filesystem1_74_0-devel' 'libboost_graph-devel' 'libboost_graph1_74_0' 'libboost_graph1_74_0-32bit' 'libboost_graph1_74_0-devel' 'libboost_graph_parallel-devel' 'libboost_graph_parallel1_74_0' 'libboost_graph_parallel1_74_0-32bit' 'libboost_graph_parallel1_74_0-devel' 'libboost_headers-devel' 'libboost_headers1_74_0-devel' 'libboost_iostreams-devel' 'libboost_iostreams1_74_0' 'libboost_iostreams1_74_0-32bit' 'libboost_iostreams1_74_0-devel' 'libboost_locale-devel' 'libboost_locale1_74_0' 'libboost_locale1_74_0-32bit' 'libboost_locale1_74_0-devel' 'libboost_log-devel' 'libboost_log1_74_0' 'libboost_log1_74_0-devel' 'libboost_math-devel' 'libboost_math1_74_0' 'libboost_math1_74_0-32bit' 'libboost_math1_74_0-devel' 'libboost_mpi-devel' 'libboost_mpi1_74_0' 'libboost_mpi1_74_0-32bit' 'libboost_mpi1_74_0-devel' 'libboost_mpi_python3-devel' 'libboost_mpi_python38-py3-1_74_0' 'libboost_mpi_python38-py3-1_74_0-devel' 'libboost_nowide1_74_0' 'libboost_nowide1_74_0-32bit' 'libboost_nowide1_74_0-devel' 'libboost_numpy-py3-1_74_0' 'libboost_numpy-py3-1_74_0-devel' 'libboost_numpy3-devel' 'libboost_program_options-devel' 'libboost_program_options1_74_0' 'libboost_program_options1_74_0-32bit' 'libboost_program_options1_74_0-devel' 'libboost_python-py3-1_74_0' 'libboost_python-py3-1_74_0-32bit' 'libboost_python-py3-1_74_0-devel' 'libboost_python3-devel' 'libboost_random-devel' 'libboost_random1_74_0' 'libboost_random1_74_0-32bit' 'libboost_random1_74_0-devel' 'libboost_regex-devel' 'libboost_regex1_74_0' 'libboost_regex1_74_0-32bit' 'libboost_regex1_74_0-devel' 'libboost_serialization-devel' 'libboost_serialization1_74_0' 'libboost_serialization1_74_0-32bit' 'libboost_serialization1_74_0-devel' 'libboost_stacktrace-devel' 'libboost_stacktrace1_74_0' 'libboost_stacktrace1_74_0-32bit' 'libboost_stacktrace1_74_0-devel' 'libboost_system-devel' 'libboost_system1_74_0' 'libboost_system1_74_0-32bit' 'libboost_system1_74_0-devel' 'libboost_test-devel' 'libboost_test1_74_0' 'libboost_test1_74_0-32bit' 'libboost_test1_74_0-devel' 'libboost_thread-devel' 'libboost_thread1_74_0' 'libboost_thread1_74_0-32bit' 'libboost_thread1_74_0-devel' 'libboost_timer-devel' 'libboost_timer1_74_0' 'libboost_timer1_74_0-devel' 'libboost_type_erasure-devel' 'libboost_type_erasure1_74_0' 'libboost_type_erasure1_74_0-32bit' 'libboost_type_erasure1_74_0-devel' 'libboost_wave-devel' 'libboost_wave1_74_0' 'libboost_wave1_74_0-32bit' 'libboost_wave1_74_0-devel' 'libboringssl1' 'libbotan-2-15' 'libbotan-2-15-32bit' 'libbotan-devel' 'libbotan-devel-32bit' 'libbpf-devel' 'libbpf0' 'libbraiding-devel' 'libbraiding0' 'libbraille' 'libbraille-devel' 'libbraille-fake' 'libbrasero-burn3-1' 'libbrasero-media3-1' 'libbrasero-utils3-1' 'libbreezecommon5-5' 'libbrial3' 'libbrlapi0_8' 'libbrotli-devel' 'libbrotlicommon1' 'libbrotlicommon1-32bit' 'libbrotlidec1' 'libbrotlidec1-32bit' 'libbrotlienc1' 'libbrotlienc1-32bit' 'libbs2b-devel' 'libbs2b0' 'libbs2b0-32bit' 'libbsd-ctor-static' 'libbsd-devel' 'libbsd0' 'libbssl_wrapper_lib0' 'libbtf1' 'libbtrfs-devel' 'libbtrfs0' 'libbtrfsutil-devel' 'libbtrfsutil1' 'libbudgie-plugin0' 'libbudgie-private0' 'libbudgietheme0' 'libbuffer0_3' 'libbullet-devel' 'libbullet2_89' 'libburn-devel' 'libburn4' 'libbuzztrax-core-devel' 'libbuzztrax-core1' 'libbuzztrax-core1-32bit' 'libbuzztrax-gst-devel' 'libbuzztrax-gst1' 'libbuzztrax-gst1-32bit' 'libbuzztrax-ic-devel' 'libbuzztrax-ic1' 'libbuzztrax-ic1-32bit' 'libbytesize-devel' 'libbytesize-lang' 'libbytesize1' 'libbz2-1' 'libbz2-1-32bit' 'libbz2-devel' 'libbz2-devel-32bit' 'libbzrtp0' 'libbzrtp0-32bit' 'libc++-devel' 'libc++1' 'libc++abi-devel' 'libc++abi1' 'libcaca-devel' 'libcaca-ruby' 'libcaca0' 'libcaca0-32bit' 'libcaca0-plugins' 'libcaca0-plugins-32bit' 'libcacard' 'libcacard-devel' 'libcacard0' 'libcaes-devel' 'libcaes1' 'libcaffe-gnu-hpc' 'libcaffe1_0_0' 'libcaffe_1_0-gnu-hpc' 'libcairo-gobject2' 'libcairo-gobject2-32bit' 'libcairo-script-interpreter2' 'libcairo-script-interpreter2-32bit' 'libcairo2' 'libcairo2-32bit' 'libcairomm-1_0-1' 'libcairomm-1_0-1-32bit' 'libcairomm-1_16-1' 'libcairomm-1_16-1-32bit' 'libcaja-extension1' 'libcal3d12' 'libcalc2' 'libcamd-doc' 'libcamd2' 'libcamel-1_2-62' 'libcamel-1_2-62-32bit' 'libcamera-devel' 'libcamera-suse2' 'libcamera-tools' 'libcanberra-devel' 'libcanberra-gtk-devel' 'libcanberra-gtk-module-common' 'libcanberra-gtk0' 'libcanberra-gtk0-32bit' 'libcanberra-gtk2-module' 'libcanberra-gtk2-module-32bit' 'libcanberra-gtk3-0' 'libcanberra-gtk3-0-32bit' 'libcanberra-gtk3-devel' 'libcanberra-gtk3-module' 'libcanberra-gtk3-module-32bit' 'libcanberra0' 'libcanberra0-32bit' 'libcangjie-data' 'libcangjie-devel' 'libcangjie-tools' 'libcangjie2' 'libcantorlibs27' 'libcap-devel' 'libcap-ng-devel' 'libcap-ng-utils' 'libcap-ng0' 'libcap-ng0-32bit' 'libcap-progs' 'libcap1' 'libcap1-32bit' 'libcap2' 'libcap2-32bit' 'libcapi20' 'libcapi20-3' 'libcapi20-devel' 'libcapifax-devel' 'libcapifax0' 'libcapifax0-debuginfo' 'libcapnp-0_8' 'libcapnp-devel' 'libcapstone-devel' 'libcapstone4' 'libcares2' 'libcares2-32bit' 'libcaribou0' 'libcasacore5' 'libcasacore5-openmpi1' 'libcasacore5-openmpi2' 'libcasacore5-openmpi3' 'libcasacore5-openmpi4' 'libcblas3' 'libcblas3-32bit' 'libcbor-devel' 'libcbor0_8' 'libccolamd2' 'libccrtp3' 'libcdata-devel' 'libcdata1' 'libcdatetime-devel' 'libcdatetime1' 'libcdaudio-devel' 'libcdaudio1' 'libcdaudio1-32bit' 'libcdd0' 'libcdda_interface0' 'libcdda_interface0-32bit' 'libcdda_paranoia0' 'libcdda_paranoia0-32bit' 'libcddb-devel' 'libcddb-utils' 'libcddb2' 'libcddb2-32bit' 'libcdio++0' 'libcdio++0-32bit' 'libcdio-devel' 'libcdio-paranoia-devel' 'libcdio19' 'libcdio19-32bit' 'libcdio_cdda2' 'libcdio_cdda2-32bit' 'libcdio_paranoia2' 'libcdio_paranoia2-32bit' 'libcdirectory-devel' 'libcdirectory1' 'libcdk5' 'libcdr-0_1-1' 'libcdr-devel' 'libcdr-devel-doc' 'libcdr-tools' 'libcdrdeflt1_0' 'libcec-devel' 'libcec4' 'libcelt-devel' 'libcelt-devel-32bit' 'libcelt0-2' 'libcelt0-2-32bit' 'libcelt051-0' 'libcephfs-devel' 'libcephfs2' 'libceres-devel' 'libceres1' 'libcerf-devel' 'libcerf1' 'libcerror-devel' 'libcerror1' 'libcfg6' 'libcfg6-32bit' 'libcfile-devel' 'libcfile1' 'libcfitsio9' 'libcgns4_1' 'libchafa0' 'libchamplain-0_12-0' 'libchamplain-devel' 'libchardet-devel' 'libchardet1' 'libchardet1-32bit' 'libchck0' 'libcheck0' 'libcheck0-32bit' 'libcheese-common' 'libcheese-gtk25' 'libcheese8' 'libchewing-devel' 'libchewing3' 'libchewing3-32bit' 'libchipcard' 'libchipcard-devel' 'libchipcard6' 'libchm0' 'libchm0-32bit' 'libcholmod3' 'libchromaprint-devel' 'libchromaprint1' 'libchromaprint1-32bit' 'libcilium1' 'libcilkrts5' 'libcilkrts5-32bit' 'libcimcClientXML0' 'libcimcclient0' 'libcinnamon-control-center1' 'libcinnamon-desktop-data' 'libcinnamon-desktop-data-branding-openSUSE' 'libcinnamon-desktop-data-branding-upstream' 'libcinnamon-desktop-devel' 'libcinnamon-desktop-lang' 'libcinnamon-desktop4' 'libcinnamon-desktop4-32bit' 'libcinnamon-menu-3-0' 'libcinnamon-menu-3-0-32bit' 'libcinnamon-menu-3-devel' 'libcint3' 'libcircle-devel' 'libcircle2' 'libcircllhist-devel' 'libcircllhist0_0_1' 'libcivetweb1_11_0' 'libcjose-devel' 'libcjose0' 'libcjs0' 'libck0' 'libckteec0' 'libclFFT2' 'libclamav9' 'libclang10' 'libclang10-32bit' 'libclang7' 'libclang7-32bit' 'libclang8' 'libclang8-32bit' 'libclang9' 'libclang9-32bit' 'libclastfm-devel' 'libclastfm0' 'libclaw-devel' 'libclaw-doc' 'libclaw1' 'libclc' 'libcld2-0' 'libcli-devel' 'libcli1_9' 'libcliquer1' 'libclocale-devel' 'libclocale1' 'libcloudproviders-devel' 'libcloudproviders0' 'libclthreads2' 'libclucene-contribs-lib1' 'libclucene-core1' 'libclucene-core1-32bit' 'libclucene-shared1' 'libclucene-shared1-32bit' 'libclutter-1_0-0' 'libclutter-1_0-0-32bit' 'libclutter-gst-3_0-0' 'libclutter-gst-3_0-0-32bit' 'libclutter-gtk-1_0-0' 'libclutter-gtk-1_0-0-32bit' 'libclxclient3' 'libclzma-suse0' 'libcm1' 'libcmap4' 'libcmap4-32bit' 'libcmark0_29_0' 'libcmh0' 'libcmis-0_5-5' 'libcmis-c-0_5-5' 'libcmis-c-devel' 'libcmis-devel' 'libcmocka-devel' 'libcmocka-devel-32bit' 'libcmocka-devel-static' 'libcmocka0' 'libcmocka0-32bit' 'libcmpiCppImpl0' 'libcmpisfcc1' 'libcmpiutil' 'libcmpiutil-devel' 'libcmrt1' 'libcmuclmtk-devel' 'libcmuclmtk0' 'libcnotify-devel' 'libcnotify1' 'libcob-devel' 'libcob4' 'libcodec2-0_9' 'libcodec2-0_9-32bit' 'libcogl-gles2-20' 'libcogl-pango20' 'libcogl-pango20-32bit' 'libcogl20' 'libcogl20-32bit' 'libcolamd2' 'libcollectdclient-devel' 'libcollectdclient1' 'libcollection-devel' 'libcollection-devel-32bit' 'libcollection4' 'libcollection4-32bit' 'libcolm-0_13_0_7' 'libcolord-devel' 'libcolord-gtk-devel' 'libcolord-gtk1' 'libcolord-gtk1-32bit' 'libcolord2' 'libcolord2-32bit' 'libcolorhug2' 'libcom_err-devel' 'libcom_err-devel-32bit' 'libcom_err-devel-static' 'libcom_err2' 'libcom_err2-32bit' 'libcompel1' 'libcompizconfig' 'libcompizconfig-devel' 'libcomps-devel' 'libcomps-doc' 'libcomps0' 'libconfig++-devel' 'libconfig++11' 'libconfig++11-32bit' 'libconfig-devel' 'libconfig11' 'libconfig11-32bit' 'libconfini-devel' 'libconfini0' 'libconfuse-devel' 'libconfuse-lang' 'libconfuse2' 'libcontainers-common' 'libcorectrl0' 'libcorosync-devel' 'libcorosync_common4' 'libcorosync_common4-32bit' 'libcorrect-devel' 'libcorrect0_0_0' 'libcotp-devel' 'libcotp12' 'libcourier-unicode4' 'libcpath-devel' 'libcpath1' 'libcpg4' 'libcpg4-32bit' 'libcpluff-devel' 'libcpluff0' 'libcpluffxx-devel' 'libcpluffxx0' 'libcpprest2_10' 'libcppunit-1_15-1' 'libcppunit-1_15-1-32bit' 'libcppunit_subunit0' 'libcppunit_subunit0-devel' 'libcpuid-devel' 'libcpuid-tools' 'libcpuid15' 'libcpupower0' 'libcpuset-devel' 'libcpuset1' 'libcrack2' 'libcrack2-32bit' 'libcreaterepo_c-devel' 'libcreaterepo_c0' 'libcriu2' 'libcroco' 'libcroco-0_6-3' 'libcroco-0_6-3-32bit' 'libcroco-devel' 'libcrossguid0' 'libcrypt1' 'libcrypt1-32bit' 'libcryptmount-devel' 'libcryptmount0' 'libcryptmount0-32bit' 'libcrypto46' 'libcrypto46-32bit' 'libcryptopp-devel' 'libcryptopp8_2_0' 'libcryptopp8_2_0-32bit' 'libcryptsetup-devel' 'libcryptsetup12' 'libcryptsetup12-32bit' 'libcryptsetup12-hmac' 'libcryptsetup12-hmac-32bit' 'libcryptui-data' 'libcryptui-devel' 'libcryptui-lang' 'libcryptui0' 'libcrystalhd-devel' 'libcrystalhd-devel-32bit' 'libcrystalhd3' 'libcrystalhd3-32bit' 'libcsirocsa0' 'libcsironn0' 'libcsnd6-6_0' 'libcsound64-6_0' 'libcsparse3' 'libcsplit-devel' 'libcsplit1' 'libcss-devel' 'libcss0' 'libcstring-devel' 'libcstring1' 'libcsv-devel' 'libcsv3' 'libcsync-devel' 'libcsync-devel-doc' 'libcsync-doc' 'libcsync-plugin-owncloud' 'libcsync-plugin-sftp' 'libcsync-plugin-smb' 'libcsync0' 'libcsync0-32bit' 'libcsystem-devel' 'libcsystem1' 'libct4' 'libctemplate-devel' 'libctemplate3' 'libctf-nobfd0' 'libctf0' 'libcthreads-devel' 'libcthreads1' 'libctl-devel' 'libctl-doc' 'libctl5' 'libcudd-3_0_0-0' 'libcue-devel' 'libcue2' 'libcuefile-devel' 'libcuefile0' 'libcuneiform-devel' 'libcuneiform1' 'libcunit1' 'libcups2' 'libcups2-32bit' 'libcupsimage2' 'libcupsimage2-32bit' 'libcurl-devel' 'libcurl-devel-32bit' 'libcurl4' 'libcurl4-32bit' 'libcvc-devel' 'libcvc0' 'libcwnn0' 'libcxsc2' 'libcxsparse3' 'libcxx-gtk-utils-2-2_2-0' 'libcxx-gtk-utils-2-devel' 'libcxx-gtk-utils-3-2_2-0' 'libcxx-gtk-utils-3-devel' 'libcxx-gtk-utils-4-2_2-0' 'libcxx-gtk-utils-4-devel' 'libcxxtools-bin9' 'libcxxtools-http9' 'libcxxtools-json9' 'libcxxtools-unit9' 'libcxxtools-xmlrpc9' 'libcxxtools9' 'libczmq4' 'libd0_blind_id0' 'libd0_rijndael0' 'libdSFMT2_2' 'libdaemon-devel' 'libdaemon0' 'libdar-devel' 'libdar64-6000' 'libdat2-2' 'libdat2-2-32bit' 'libdataquay0' 'libdatrie-devel' 'libdatrie1' 'libdatrie1-32bit' 'libdav1d4' 'libdav1d4-32bit' 'libdavix0' 'libdazzle-1_0-0' 'libdazzle-devel' 'libdb-4_8' 'libdb-4_8-32bit' 'libdb-4_8-devel' 'libdb-4_8-devel-32bit' 'libdb_java-4_8' 'libdb_java-4_8-devel' 'libdbevolution0' 'libdbevolution0-debuginfo' 'libdbh2' 'libdbi-devel' 'libdbi-devel-32bit' 'libdbi-devel-doc' 'libdbi-drivers-dbd-freetds' 'libdbi-drivers-dbd-mysql' 'libdbi-drivers-dbd-pgsql' 'libdbi-drivers-dbd-sqlite3' 'libdbi3' 'libdbi3-32bit' 'libdbus-1-3' 'libdbus-1-3-32bit' 'libdbus-c++-1-1' 'libdbus-c++-1-1-32bit' 'libdbus-c++-api-docs' 'libdbus-c++-devel' 'libdbus-c++-glib-1-1' 'libdbus-c++-glib-devel' 'libdbusextended-qt5-1' 'libdbusextended-qt5-devel' 'libdbusmenu-glib-devel' 'libdbusmenu-glib-doc' 'libdbusmenu-glib4' 'libdbusmenu-gtk2-devel' 'libdbusmenu-gtk2-doc' 'libdbusmenu-gtk3-4' 'libdbusmenu-gtk3-devel' 'libdbusmenu-gtk4' 'libdbusmenu-jsonloader-devel' 'libdbusmenu-jsonloader4' 'libdbusmenu-qt5-2' 'libdbusmenu-qt5-2-32bit' 'libdbusmenu-qt5-devel' 'libdbusmenu-qt5-devel-32bit' 'libdbusmenu-tools' 'libdc1394-25' 'libdc1394-25-32bit' 'libdc1394-devel' 'libdc1394-tools' 'libdca' 'libdca-debuginfo' 'libdca-debugsource' 'libdca-devel' 'libdca0' 'libdca0-32bit' 'libdca0-32bit-debuginfo' 'libdca0-debuginfo' 'libdcadec-devel' 'libdcadec0' 'libdcadec0-32bit' 'libdcadec0-32bit-debuginfo' 'libdcadec0-debuginfo' 'libdcaenc-devel' 'libdcaenc0' 'libdcaenc0-debuginfo' 'libdcerpc-binding0' 'libdcerpc-binding0-32bit' 'libdcerpc-devel' 'libdcerpc-samr-devel' 'libdcerpc-samr0' 'libdcerpc-samr0-32bit' 'libdcerpc0' 'libdcerpc0-32bit' 'libdcmtk3_6' 'libdcmtk3_6-debuginfo' 'libdconf1' 'libdconf1-32bit' 'libdd_opentracing0' 'libddccontrol0' 'libddcutil-devel' 'libddcutil3' 'libde265' 'libde265-0' 'libde265-0-32bit' 'libde265-0-32bit-debuginfo' 'libde265-0-debuginfo' 'libde265-debugsource' 'libde265-devel' 'libdeal_II9_2_0' 'libdeal_II9_2_0-openmpi2' 'libdeal_II9_2_0-openmpi3' 'libdebuginfod-devel' 'libdebuginfod1' 'libdecoration0' 'libdecoration0-32bit' 'libdeflt1_0' 'libdevil-tools' 'libdevmapper-event1_03' 'libdevmapper-event1_03-32bit' 'libdevmapper1_03' 'libdevmapper1_03-32bit' 'libdframeworkdbus-devel' 'libdframeworkdbus2' 'libdhash-devel' 'libdhash-devel-32bit' 'libdhash1' 'libdhash1-32bit' 'libdialog15' 'libdico2' 'libdigikamcore7' 'libdigikamcore7-debuginfo' 'libdirac_decoder0' 'libdirac_decoder0-32bit' 'libdirac_encoder0' 'libdirac_encoder0-32bit' 'libdiscid-devel' 'libdiscid0' 'libdiscid0-32bit' 'libdiscord-rpc' 'libdjconsole' 'libdjconsole-debugsource' 'libdjconsole-devel' 'libdjconsole0' 'libdjconsole0-debuginfo' 'libdjvCore0' 'libdjvCore0-debuginfo' 'libdjvulibre-devel' 'libdjvulibre21' 'libdleyna-core-1_0-5' 'libdlm' 'libdlm-devel' 'libdlm3' 'libdmapsharing-3_0-2' 'libdmapsharing-3_0-2-32bit' 'libdmapsharing-4_0-3' 'libdmapsharing-4_0-3-32bit' 'libdmapsharing-devel' 'libdmapsharing3-devel' 'libdmlc' 'libdmmp-devel' 'libdmmp0_2_0' 'libdmr0_1' 'libdmtx-devel' 'libdmtx0' 'libdmtx0-32bit' 'libdmusic1' 'libdmx-devel' 'libdmx-devel-32bit' 'libdmx1' 'libdmx1-32bit' 'libdnet-devel' 'libdnet1' 'libdnf-devel' 'libdnf2' 'libdnnl1' 'libdns1605' 'libdns1605-32bit' 'libdns_sd' 'libdns_sd-32bit' 'libdolphinvcs5' 'libdotconf0' 'libdouble-conversion3' 'libdouble-conversion3-32bit' 'libdpdk-20_0' 'libdriveio0' 'libdrm-devel' 'libdrm-devel-32bit' 'libdrm-tools' 'libdrm2' 'libdrm2-32bit' 'libdrm_amdgpu1' 'libdrm_amdgpu1-32bit' 'libdrm_intel1' 'libdrm_intel1-32bit' 'libdrm_nouveau2' 'libdrm_nouveau2-32bit' 'libdrm_radeon1' 'libdrm_radeon1-32bit' 'libdrpm-devel' 'libdrpm0' 'libdrumstick-alsa1' 'libdrumstick-alsa1-debuginfo' 'libdrumstick-devel' 'libdrumstick-doc' 'libdrumstick-file1' 'libdrumstick-file1-debuginfo' 'libdrumstick-rt-plugins' 'libdrumstick-rt-plugins-debuginfo' 'libdrumstick-rt1' 'libdrumstick-rt1-debuginfo' 'libdruntime-ldc93' 'libdtkcore2' 'libdtkwidget2' 'libdtkwm2' 'libduktape201' 'libdv' 'libdv-devel' 'libdv-playdv' 'libdv4' 'libdv4-32bit' 'libdvbpsi-0-devel' 'libdvbpsi-devel' 'libdvbpsi10' 'libdvbpsi10-32bit' 'libdvbpsi7' 'libdvbpsi7-32bit' 'libdvbv5-0' 'libdvbv5-0-32bit' 'libdvbv5-devel' 'libdvd-audio' 'libdvd-audio-debuginfo' 'libdvd-audio-debugsource' 'libdvd-audio-devel' 'libdvd-audio-doc' 'libdvd-audio-utils' 'libdvd-audio-utils-debuginfo' 'libdvd-audio1' 'libdvd-audio1-debuginfo' 'libdvdcss' 'libdvdcss-debugsource' 'libdvdcss-devel' 'libdvdcss2' 'libdvdcss2-debuginfo' 'libdvdnav-devel' 'libdvdnav4' 'libdvdnav4-32bit' 'libdvdplay-devel' 'libdvdplay0' 'libdvdplay0' 'libdvdplay0-debuginfo' 'libdvdplay0-debugsource' 'libdvdread-devel' 'libdvdread3' 'libdvdread3' 'libdvdread3-debuginfo' 'libdvdread3-debugsource' 'libdvdread3-devel' 'libdvdread8' 'libdvdread8-32bit' 'libdw-devel' 'libdw1' 'libdw1-32bit' 'libdwarf-devel' 'libdwarf-devel-static' 'libdwarf-doc' 'libdwarf-tools' 'libdwarf1' 'libdwarves-devel' 'libdwarves-devel-32bit' 'libdwarves1' 'libdwarves1-32bit' 'libdxflib-3_17_0-1' 'libdxfrw-devel' 'libdxfrw-tools' 'libdxfrw0' 'libe-book-0_1-1' 'libe-book-devel' 'libe-book-devel-doc' 'libe-book-tools' 'libeXosip2' 'libeXosip2-12' 'libeXosip2-devel' 'libeb16' 'libebackend-1_2-10' 'libebackend-1_2-10-32bit' 'libebml-devel' 'libebml5' 'libebml5-32bit' 'libebook-1_2-20' 'libebook-1_2-20-32bit' 'libebook-contacts-1_2-3' 'libebook-contacts-1_2-3-32bit' 'libebtc0' 'libebur128-1' 'libebur128-devel' 'libecal-2_0-1' 'libecal-2_0-1-32bit' 'libecasound-devel' 'libecholib1_3' 'libecholib1_3-devel' 'libecm1' 'libeconf-devel' 'libeconf0' 'libeconf0-32bit' 'libecpg6' 'libecpg6-32bit' 'libecryptfs1' 'libecryptfs1-32bit' 'libedata-book-1_2-26' 'libedata-book-1_2-26-32bit' 'libedata-cal-2_0-1' 'libedata-cal-2_0-1-32bit' 'libedataserver-1_2-24' 'libedataserver-1_2-24-32bit' 'libedataserverui-1_2-2' 'libedataserverui-1_2-2-32bit' 'libedc_ecc1_0' 'libedc_ecc_dec1_0' 'libedit-devel' 'libedit0' 'libedit0-32bit' 'libeditorconfig-devel' 'libeditorconfig-devel-32bit' 'libeditorconfig0' 'libeditorconfig0-32bit' 'libefa1' 'libefa1-32bit' 'libefivar1' 'libegbb3' 'libegbb3' 'libegbb3-debuginfo' 'libegbb3-debugsource' 'libegbb3-devel' 'libei-devel' 'libei-suse0' 'libelektra-augeas' 'libelektra-devel' 'libelektra-devel-doc' 'libelektra4' 'libelf-devel' 'libelf-devel-32bit' 'libelf1' 'libelf1-32bit' 'libell0' 'libemf2svg-devel' 'libemf2svg1' 'libenca0' 'libenca0-32bit' 'libenchant-2-2' 'libenchant-2-2-32bit' 'libenchant1' 'libenchant1-32bit' 'libenet7' 'libeot-devel' 'libeot-tools' 'libeot0' 'libepc-1_0-2' 'libepc-devel' 'libepc-lang' 'libepoxy-devel' 'libepoxy0' 'libepoxy0-32bit' 'libeppic-devel' 'libepub-devel' 'libepub0' 'libepub0-32bit' 'libepub0-32bit-debuginfo' 'libepub0-debuginfo' 'libepubgen-0_1-1' 'libepubgen-devel' 'libepubgen-devel-doc' 'liberasurecode-devel' 'liberasurecode1' 'liberation-fonts' 'liberfa1' 'libertinus-fonts' 'libesedb-devel' 'libesedb-tools' 'libesedb1' 'libesmtp-devel' 'libesmtp6' 'libespeak-ng1' 'libestr-devel' 'libestr0' 'libetonyek-0_1-1' 'libetonyek-devel' 'libetonyek-devel-doc' 'libetonyek-tools' 'libetpan-devel' 'libetpan20' 'libetrophy0' 'libev-devel' 'libev4' 'libev4-32bit' 'libevdev-devel' 'libevdev-tools' 'libevdev2' 'libevdev2-32bit' 'libevdocument3-4' 'libevemu3' 'libevent-2_1-7' 'libevent-2_1-7-32bit' 'libevent-devel' 'libevent-devel-static' 'libevt-devel' 'libevt-tools' 'libevt1' 'libevtlog-3_26-0' 'libevtlog-devel' 'libevtlog0' 'libevtx-devel' 'libevtx-tools' 'libevtx1' 'libevview3-3' 'libewf-devel' 'libewf-tools' 'libewf2' 'libexe-devel' 'libexe-tools' 'libexe1' 'libexempi-devel' 'libexempi3' 'libexempi3-32bit' 'libexif-devel' 'libexif-devel-32bit' 'libexif-gtk' 'libexif-gtk-devel' 'libexif-gtk5' 'libexif12' 'libexif12-32bit' 'libexiv2-27' 'libexiv2-27-32bit' 'libexiv2-devel' 'libexiv2-doc' 'libexiv2-xmp-static' 'libexo-1-0' 'libexo-2-0' 'libexoIIv2for-5_14_0' 'libexodus-5_14_0' 'libexpat-devel' 'libexpat-devel-32bit' 'libexpat1' 'libexpat1-32bit' 'libexplain-devel' 'libexplain51' 'libext2fs-devel' 'libext2fs-devel-32bit' 'libext2fs-devel-static' 'libext2fs2' 'libext2fs2-32bit' 'libexttextcat' 'libexttextcat-2_0-0' 'libexttextcat-devel' 'libexttextcat-tools' 'libf2c0' 'libf2fs8' 'libf2fs_format7' 'libfaac-devel' 'libfaac0' 'libfaac0-32bit' 'libfaac0-32bit-debuginfo' 'libfaac0-debuginfo' 'libfaad-devel' 'libfaad2' 'libfaad2-32bit' 'libfaad2-32bit-debuginfo' 'libfaad2-debuginfo' 'libfaad_drm2' 'libfaad_drm2-debuginfo' 'libfabric' 'libfabric-devel' 'libfabric-devel-32bit' 'libfabric1' 'libfabric1-32bit' 'libfakekey-devel' 'libfakekey0' 'libfaketime' 'libfallocate-devel' 'libfallocate-devel-static' 'libfallocate0' 'libfam0-gamin' 'libfam0-gamin-32bit' 'libfame-0_9-1' 'libfame-0_9-1' 'libfame-0_9-1-debuginfo' 'libfame-0_9-1-debugsource' 'libfame-devel' 'libfann-devel' 'libfann2' 'libfarstream-0_2-5' 'libfarstream-0_2-5-32bit' 'libfastjet0' 'libfastjetcontribfragile' 'libfastjson-devel' 'libfastjson4' 'libfastlz1' 'libfaxutil7_0_3' 'libfbclient-devel' 'libfbclient2' 'libfbclient2-32bit' 'libfcache-devel' 'libfcache1' 'libfcgi0' 'libfcitx-4_2_9' 'libfcitx-4_2_9-32bit' 'libfdata-devel' 'libfdata1' 'libfdatetime-devel' 'libfdatetime1' 'libfdisk-devel' 'libfdisk-devel-static' 'libfdisk1' 'libfdk-aac1' 'libfdk-aac2' 'libfdk-aac2-32bit' 'libfdk-aac2-32bit-debuginfo' 'libfdk-aac2-debuginfo' 'libfdt-devel' 'libfdt-devel-32bit' 'libfdt1' 'libfdt1-32bit' 'libfec3' 'libffado-devel' 'libffado2' 'libffado2-32bit' 'libffcall0' 'libffi-devel' 'libffi-devel-32bit' 'libffi8' 'libffi8-32bit' 'libffmpegthumbnailer-devel' 'libffmpegthumbnailer4' 'libffms2-4' 'libffms2-4-32bit' 'libffms2-devel' 'libfftw3-3' 'libfftw3-3-32bit' 'libfftw3-gnu-hpc' 'libfftw3-gnu-mpich-hpc' 'libfftw3-gnu-mvapich2-hpc' 'libfftw3-gnu-openmpi1-hpc' 'libfftw3-gnu-openmpi2-hpc' 'libfftw3-gnu-openmpi3-hpc' 'libfftw3-gnu-openmpi4-hpc' 'libfftw3_3_3_8-gnu-hpc' 'libfftw3_3_3_8-gnu-mpich-hpc' 'libfftw3_3_3_8-gnu-mvapich2-hpc' 'libfftw3_3_3_8-gnu-openmpi1-hpc' 'libfftw3_3_3_8-gnu-openmpi2-hpc' 'libfftw3_3_3_8-gnu-openmpi3-hpc' 'libfftw3_3_3_8-gnu-openmpi4-hpc' 'libfftw3_mpi3' 'libfftw3_mpi3-32bit' 'libfftw3_omp3' 'libfftw3_omp3-32bit' 'libfftw3_threads3' 'libfftw3_threads3-32bit' 'libfguid-devel' 'libfguid1' 'libfido2-1' 'libfido2-devel' 'libfido2-udev' 'libfido2-utils' 'libfife0_4_2' 'libfifechan0_1_5' 'libfifechan_opengl0_1_5' 'libfifechan_sdl0_1_5' 'libfile1_0' 'libfilezilla-devel' 'libfilezilla-lang' 'libfilezilla9' 'libfilteraudio0' 'libfinal-devel' 'libfinal-examples' 'libfinal0' 'libfind4_0' 'libfipscheck1' 'libfipscheck1-32bit' 'libfishsound-devel' 'libfishsound1' 'libfityk4' 'libfko-devel' 'libfko3' 'libfl-devel' 'libfl-devel-32bit' 'libfl2' 'libfl2-32bit' 'libflann1_9' 'libflatbuffers1' 'libflatpak0' 'libflickcurl-devel' 'libflickcurl0' 'libflickcurl0-32bit' 'libflint14' 'libflorence-1_0-1' 'libfltk1' 'libfltk1-32bit' 'libfluidsynth2' 'libfluidsynth2-32bit' 'libflxmlrpc1' 'libfm' 'libfm-devel' 'libfm-doc' 'libfm-extra-devel' 'libfm-extra4' 'libfm-gtk-devel' 'libfm-gtk4' 'libfm-lang' 'libfm-qt-data' 'libfm-qt-devel' 'libfm-qt-lang' 'libfm-qt7' 'libfm4' 'libfmapi-devel' 'libfmapi1' 'libfmt7' 'libfmt7-32bit' 'libfole-devel' 'libfole1' 'libfolks-eds25' 'libfolks-telepathy25' 'libfolks-tracker25' 'libfolks25' 'libfoma-hfst0' 'libfoma0' 'libfont-specimen0' 'libfontconfig1' 'libfontconfig1-32bit' 'libfontenc-devel' 'libfontenc-devel-32bit' 'libfontenc1' 'libfontenc1-32bit' 'libfonts' 'libfonts-javadoc' 'libformula' 'libformula-javadoc' 'libfparser-4_5_2' 'libfplll6' 'libfpm_helper-devel' 'libfpm_helper0' 'libfpm_pb0' 'libfprint-2-2' 'libfprint-2-2-32bit' 'libfprint-devel' 'libfprint-doc' 'libframe6' 'libframe6-32bit' 'libframel8' 'libfreebl3' 'libfreebl3-32bit' 'libfreebl3-hmac' 'libfreebl3-hmac-32bit' 'libfreecell-solver0' 'libfreefare-devel' 'libfreefare-tools' 'libfreefare0' 'libfreehand-0_1-1' 'libfreehand-devel' 'libfreehand-devel-doc' 'libfreehand-tools' 'libfreeimage3' 'libfreeimageplus3' 'libfreeipmi17' 'libfreerdp2' 'libfreesrp0' 'libfreetype6' 'libfreetype6-32bit' 'libfreexl1' 'libfreshclam2' 'libfribidi0' 'libfribidi0-32bit' 'libfrr0' 'libfrr_pb0' 'libfrrcares0' 'libfrrfpm_pb0' 'libfrrgrpc_pb0' 'libfrrospfapiclient0' 'libfrrsnmp0' 'libfrrzmq0' 'libfsapfs' 'libfsapfs-devel' 'libfsapfs1' 'libfsm0' 'libfsntfs-devel' 'libfsntfs-tools' 'libfsntfs1' 'libfst-hfst0' 'libfstrcmp0' 'libfstrm0' 'libftdi-devel' 'libftdi1' 'libftdi1-2' 'libftdi1-devel' 'libftgl2' 'libftgl2-32bit' 'libftoa0_3' 'libfunambol-9_0_1' 'libfunambol-devel' 'libfuse2' 'libfuse2-32bit' 'libfuse3-3' 'libfuse3-3-32bit' 'libfuzzy-devel' 'libfuzzy2' 'libfvalue-devel' 'libfvalue1' 'libfvde-devel' 'libfvde-tools' 'libfvde1' 'libfwevt-devel' 'libfwevt1' 'libfwnt-devel' 'libfwnt1' 'libfwsi-devel' 'libfwsi1' 'libfwupd2' 'libfwupdplugin1' 'libgadu-devel' 'libgadu3' 'libgamemode-devel' 'libgamemode0' 'libgamemode0-32bit' 'libgamemodeauto0' 'libgamemodeauto0-32bit' 'libgamin-1-0' 'libgamin-1-0-32bit' 'libgaminggear' 'libgaminggear-devel' 'libgaminggear-lang' 'libgaminggear0' 'libgaminggearfx0' 'libgaminggearwidget0' 'libganesha_nfsd-devel' 'libganesha_nfsd3_3' 'libganglia0' 'libgarcon-1-0' 'libgarcon-branding-openSUSE' 'libgarcon-branding-upstream' 'libgarcon-data' 'libgarcon-devel' 'libgarcon-doc' 'libgarcon-lang' 'libgasnet-1_32_0' 'libgavl-devel' 'libgavl1' 'libgbm-devel' 'libgbm-devel-32bit' 'libgbm1' 'libgbm1-32bit' 'libgc1' 'libgcab-1_0-0' 'libgcalc-2-1_0_1' 'libgcc_s1' 'libgcc_s1-32bit' 'libgcc_s1-gcc7' 'libgcc_s1-gcc7-32bit' 'libgcc_s1-gcc9' 'libgcc_s1-gcc9-32bit' 'libgci-1-0_0_0' 'libgcin-im-client1' 'libgcin-im-client1-32bit' 'libgck-1-0' 'libgck-1-0-32bit' 'libgck-devel' 'libgck-devel-32bit' 'libgck-modules-gnome-keyring' 'libgcr-3-1' 'libgcr-3-1-32bit' 'libgcr-devel' 'libgcr-devel-32bit' 'libgcrypt-cavs' 'libgcrypt-devel' 'libgcrypt-devel-32bit' 'libgcrypt20' 'libgcrypt20-32bit' 'libgcrypt20-hmac' 'libgcrypt20-hmac-32bit' 'libgd3' 'libgd3-32bit' 'libgda-5_0-4' 'libgda-5_0-4-lang' 'libgda-5_0-bdb' 'libgda-5_0-devel' 'libgda-5_0-doc' 'libgda-5_0-firebird' 'libgda-5_0-jdbc' 'libgda-5_0-ldap' 'libgda-5_0-mdb' 'libgda-5_0-mysql' 'libgda-5_0-postgres' 'libgda-5_0-sqlcipher' 'libgda-5_0-sqlite' 'libgda-5_0-tools' 'libgda-5_0-web' 'libgda-report-5_0-4' 'libgda-tools' 'libgda-ui-5_0-4' 'libgda-ui-5_0-plugins' 'libgda-ui-5_0-tools' 'libgda-xslt-5_0-4' 'libgdal27' 'libgdamm-5_0-13' 'libgdamm-devel' 'libgdata-devel' 'libgdata-lang' 'libgdata22' 'libgdata22-32bit' 'libgdbm6' 'libgdbm6-32bit' 'libgdbm_compat4' 'libgdbm_compat4-32bit' 'libgdiplus-devel' 'libgdiplus0' 'libgdk_pixbuf-2_0-0' 'libgdk_pixbuf-2_0-0-32bit' 'libgdl-3-5' 'libgdlmm-3_0-2' 'libgdm1' 'libgdruntime1' 'libgdruntime1-32bit' 'libgdruntime76-gcc9' 'libgdruntime76-gcc9-32bit' 'libgeany0' 'libgee-0_8-2' 'libgee-0_8-2-32bit' 'libgee-devel' 'libgee06-devel' 'libgee2' 'libgegl-0_4-0' 'libgegl-0_4-0-32bit' 'libgeis1' 'libgeis1-32bit' 'libgenders0' 'libgendersplusplus2' 'libgeners0' 'libgensio0' 'libgeocode-glib0' 'libgeocode-glib0-32bit' 'libgeos-3_8_1' 'libgeos_c1' 'libgeotiff5' 'libgepub-0_6-0' 'libgepub-devel' 'libgerbv1' 'libges-1_0-0' 'libgexiv2-2' 'libgexiv2-2-32bit' 'libgexiv2-devel' 'libgf2x3' 'libgfapi0' 'libgfbgraph-0_2-0' 'libgfchangelog0' 'libgflags2' 'libgfortran4' 'libgfortran4-32bit' 'libgfortran5' 'libgfortran5-32bit' 'libgfortran5-gcc9' 'libgfortran5-gcc9-32bit' 'libgfrpc0' 'libgfxdr0' 'libgiblib1' 'libgif7' 'libgif7-32bit' 'libgig-devel' 'libgig-tools' 'libgig9' 'libgimp-2_0-0' 'libgimp-2_0-0-32bit' 'libgimpui-2_0-0' 'libgimpui-2_0-0-32bit' 'libginac6' 'libgio-2_0-0' 'libgio-2_0-0-32bit' 'libgio-fam' 'libgio-fam-32bit' 'libgiomm-2_4-1' 'libgiomm-2_4-1-32bit' 'libgiomm-2_66-1' 'libgiomm-2_66-1-32bit' 'libgirara-gtk3-3' 'libgirepository-1_0-1' 'libgirepository-1_0-1-32bit' 'libgit2-1_0' 'libgit2-1_0-32bit' 'libgit2-devel' 'libgit2-glib-1_0-0' 'libgit2-glib-devel' 'libgitg-1_0-0' 'libgitg-devel' 'libgitg-ext-1_0-0' 'libgivaro9' 'libgjs-devel' 'libgjs0' 'libgl2ps1' 'libglade-2_0-0' 'libglade-2_0-0-32bit' 'libglade2-devel' 'libglade2-doc' 'libgladeui-2-12' 'libgladeui-2-devel' 'libgle-devel' 'libgle3' 'libglfw-devel' 'libglfw2' 'libglfw3' 'libglib-2_0-0' 'libglib-2_0-0-32bit' 'libglibmm-2_4-1' 'libglibmm-2_4-1-32bit' 'libglibmm-2_66-1' 'libglibmm-2_66-1-32bit' 'libglog0' 'libglom-1_32-0' 'libglom-devel' 'libgloox17' 'libgloox17-32bit' 'libglpk40' 'libglslang10' 'libgltf-0_1-1' 'libgltf-devel' 'libglue-devel' 'libglue-devel-32bit' 'libglue2' 'libglue2-32bit' 'libglusterfs0' 'libglut3' 'libglut3-32bit' 'libglvnd' 'libglvnd-32bit' 'libglvnd-devel' 'libglvnd-devel-32bit' 'libglyr1' 'libglyr1-32bit' 'libgme-devel' 'libgme0' 'libgme0-32bit' 'libgmerlin-devel' 'libgmerlin0' 'libgmerlin0-debuginfo' 'libgmerlin_avdec-devel' 'libgmerlin_avdec1' 'libgmerlin_avdec1-debuginfo' 'libgmerlin_gtk-devel' 'libgmerlin_gtk0' 'libgmerlin_gtk0-debuginfo' 'libgmic-devel' 'libgmic1' 'libgmime-3_0-0' 'libgmime-3_0-0-32bit' 'libgmodule-2_0-0' 'libgmodule-2_0-0-32bit' 'libgmp10' 'libgmp10-32bit' 'libgmpxx4' 'libgmpxx4-32bit' 'libgmsh4_5' 'libgnome-autoar-0-0' 'libgnome-autoar-gtk-0-0' 'libgnome-bluetooth13' 'libgnome-desktop-3-19' 'libgnome-desktop-3-19-32bit' 'libgnome-desktop-3-devel' 'libgnome-desktop-3_0-common' 'libgnome-games-support-1-3' 'libgnome-games-support-devel' 'libgnome-games-support-lang' 'libgnome-keyring-devel' 'libgnome-keyring-lang' 'libgnome-keyring0' 'libgnome-keyring0-32bit' 'libgnome-menu-3-0' 'libgnome-menu-3-0-32bit' 'libgnomecanvas-2-0' 'libgnomecanvas-2-0-32bit' 'libgnomecanvas-devel' 'libgnomecanvas-lang' 'libgnomekbd-devel' 'libgnomekbd-lang' 'libgnomekbd8' 'libgnomesu' 'libgnomesu-devel' 'libgnomesu-lang' 'libgnomesu0' 'libgnt-devel' 'libgnt0' 'libgnt0-32bit' 'libgnuastro11' 'libgnuradio-3_8_2' 'libgnuradio-fcdproplus-devel' 'libgnuradio-fcdproplus3_8_0' 'libgnuradio-iqbalance-devel' 'libgnuradio-iqbalance3_8_0' 'libgnustep-base1_27' 'libgnutls-dane-devel' 'libgnutls-dane0' 'libgnutls-devel' 'libgnutls-devel-32bit' 'libgnutls30' 'libgnutls30-32bit' 'libgnutls30-hmac' 'libgnutlsxx-devel' 'libgnutlsxx28' 'libgo11' 'libgo11-32bit' 'libgo14' 'libgo14-32bit' 'libgo16' 'libgo16-32bit' 'libgoa-1_0-0' 'libgoa-1_0-0-32bit' 'libgoa-backend-1_0-1' 'libgoa-backend-1_0-1-32bit' 'libgobject-2_0-0' 'libgobject-2_0-0-32bit' 'libgoffice-0_10-10' 'libgom-1_0-0' 'libgomp1' 'libgomp1-32bit' 'libgomp1-gcc7' 'libgomp1-gcc7-32bit' 'libgomp1-gcc9' 'libgomp1-gcc9-32bit' 'libgoocanvas-2_0-9' 'libgoocanvas3' 'libgoocanvas3-devel' 'libgoocanvas3-lang' 'libgoocanvasmm-2_0-6' 'libgoocanvasmm-devel' 'libgooglepinyin-devel' 'libgooglepinyin0' 'libgovf-0_1' 'libgovirt-devel' 'libgovirt-lang' 'libgovirt2' 'libgpac-devel' 'libgpac10' 'libgpaste11' 'libgpg-error-devel' 'libgpg-error-devel-32bit' 'libgpg-error0' 'libgpg-error0-32bit' 'libgpgme-devel' 'libgpgme11' 'libgpgme11-32bit' 'libgpgmepp-devel' 'libgpgmepp6' 'libgpgmepp6-32bit' 'libgphobos1' 'libgphobos1-32bit' 'libgphobos76-gcc9' 'libgphobos76-gcc9-32bit' 'libgphoto2-6' 'libgphoto2-6-32bit' 'libgphoto2-6-lang' 'libgphoto2-devel' 'libgphoto2-devel-32bit' 'libgphoto2-devel-doc' 'libgphoto2-doc' 'libgpiod-devel' 'libgpiod-utils' 'libgpiod2' 'libgpiodcxx1' 'libgpiomockup0' 'libgpm2' 'libgpm2-32bit' 'libgpod-devel' 'libgpod-doc' 'libgpod-lang' 'libgpod-tools' 'libgpod4' 'libgpod4-32bit' 'libgps25' 'libgrail6' 'libgrail6-32bit' 'libgranite5' 'libgraphblas3' 'libgraphene-1_0-0' 'libgraphene-1_0-0-32bit' 'libgraphene-devel' 'libgraphite2-3' 'libgraphite2-3-32bit' 'libgraphviz6' 'libgravatar' 'libgravatar-devel' 'libgravatar-lang' 'libgrilo-0_3-0' 'libgrlnet-0_3-0' 'libgrlpls-0_3-0' 'libgromacs4' 'libgroove-devel' 'libgroove4' 'libgroovefingerprinter-devel' 'libgroovefingerprinter4' 'libgrooveloudness-devel' 'libgrooveloudness4' 'libgrooveplayer-devel' 'libgrooveplayer4' 'libgroupsock8' 'libgrpc++1' 'libgrpc12' 'libgrpc_plugin_support1' 'libgrss-devel' 'libgrss0' 'libgsasl-devel' 'libgsasl-lang' 'libgsasl7' 'libgsequencer0' 'libgsettings-qt1' 'libgsf-1-114' 'libgsf-1-114-32bit' 'libgsf-devel' 'libgsf-lang' 'libgsf-tools' 'libgsl-gnu-hpc' 'libgsl25' 'libgsl_2_6-gnu-hpc' 'libgslcblas-gnu-hpc' 'libgslcblas0' 'libgslcblas_2_6-gnu-hpc' 'libgsm-devel' 'libgsm-devel-32bit' 'libgsm-utils' 'libgsm1' 'libgsm1-32bit' 'libgsmsd8' 'libgsoap-2_8_106' 'libgsound0' 'libgspell-1-2' 'libgssdp-1_2-0' 'libgssdp-1_2-0-32bit' 'libgssdp-devel' 'libgssglue-devel' 'libgssglue1' 'libgssglue1-32bit' 'libgstadaptivedemux-1_0-0' 'libgstadaptivedemux-1_0-0-32bit' 'libgstadaptivedemux-1_0-0-32bit-debuginfo' 'libgstadaptivedemux-1_0-0-debuginfo' 'libgstallocators-1_0-0' 'libgstallocators-1_0-0-32bit' 'libgstapp-1_0-0' 'libgstapp-1_0-0-32bit' 'libgstaudio-1_0-0' 'libgstaudio-1_0-0-32bit' 'libgstbadaudio-1_0-0' 'libgstbadaudio-1_0-0-32bit' 'libgstbadaudio-1_0-0-32bit-debuginfo' 'libgstbadaudio-1_0-0-debuginfo' 'libgstbasecamerabinsrc-1_0-0' 'libgstbasecamerabinsrc-1_0-0-32bit' 'libgstbasecamerabinsrc-1_0-0-32bit-debuginfo' 'libgstbasecamerabinsrc-1_0-0-debuginfo' 'libgstcodecparsers-1_0-0' 'libgstcodecparsers-1_0-0-32bit' 'libgstcodecparsers-1_0-0-32bit-debuginfo' 'libgstcodecparsers-1_0-0-debuginfo' 'libgstfft-1_0-0' 'libgstfft-1_0-0-32bit' 'libgstgl-1_0-0' 'libgstgl-1_0-0-32bit' 'libgstinsertbin-1_0-0' 'libgstinsertbin-1_0-0-32bit' 'libgstinsertbin-1_0-0-32bit-debuginfo' 'libgstinsertbin-1_0-0-debuginfo' 'libgstisoff-1_0-0' 'libgstisoff-1_0-0-32bit' 'libgstisoff-1_0-0-32bit-debuginfo' 'libgstisoff-1_0-0-debuginfo' 'libgstmpegts-1_0-0' 'libgstmpegts-1_0-0-32bit' 'libgstmpegts-1_0-0-32bit-debuginfo' 'libgstmpegts-1_0-0-debuginfo' 'libgstpbutils-1_0-0' 'libgstpbutils-1_0-0-32bit' 'libgstphotography-1_0-0' 'libgstphotography-1_0-0-32bit' 'libgstphotography-1_0-0-32bit-debuginfo' 'libgstphotography-1_0-0-debuginfo' 'libgstplayer-1_0-0' 'libgstplayer-1_0-0-32bit' 'libgstplayer-1_0-0-32bit-debuginfo' 'libgstplayer-1_0-0-debuginfo' 'libgstreamer-1_0-0' 'libgstreamer-1_0-0-32bit' 'libgstreamerd-3-0' 'libgstreamermm-1_0-1' 'libgstriff-1_0-0' 'libgstriff-1_0-0-32bit' 'libgstrtp-1_0-0' 'libgstrtp-1_0-0-32bit' 'libgstrtsp-1_0-0' 'libgstrtsp-1_0-0-32bit' 'libgstrtspserver-1_0-0' 'libgstsctp-1_0-0' 'libgstsctp-1_0-0-32bit' 'libgstsctp-1_0-0-32bit-debuginfo' 'libgstsctp-1_0-0-debuginfo' 'libgstsdp-1_0-0' 'libgstsdp-1_0-0-32bit' 'libgsttag-1_0-0' 'libgsttag-1_0-0-32bit' 'libgsttranscoder-1_0-0' 'libgsturidownloader-1_0-0' 'libgsturidownloader-1_0-0-32bit' 'libgsturidownloader-1_0-0-32bit-debuginfo' 'libgsturidownloader-1_0-0-debuginfo' 'libgstvalidate-1_0-0' 'libgstvideo-1_0-0' 'libgstvideo-1_0-0-32bit' 'libgstwayland-1_0-0' 'libgstwayland-1_0-0-32bit' 'libgstwayland-1_0-0-32bit-debuginfo' 'libgstwayland-1_0-0-debuginfo' 'libgstwebrtc-1_0-0' 'libgstwebrtc-1_0-0-32bit' 'libgstwebrtc-1_0-0-32bit-debuginfo' 'libgstwebrtc-1_0-0-debuginfo' 'libgthread-2_0-0' 'libgthread-2_0-0-32bit' 'libgtk-2_0-0' 'libgtk-2_0-0-32bit' 'libgtk-3-0' 'libgtk-3-0-32bit' 'libgtk-4-0' 'libgtk-4-0-32bit' 'libgtk-frdp-0_1' 'libgtk-layer-shell0' 'libgtk-vnc-2_0-0' 'libgtkd-3-0' 'libgtkdatabox-0_9_3-0' 'libgtkdatabox-devel' 'libgtkdgl-3-0' 'libgtkdsv-3-0' 'libgtkglext-x11-1_0-0' 'libgtkglext-x11-1_0-0-32bit' 'libgtkhex-3-0' 'libgtkhotkey-devel' 'libgtkhotkey1' 'libgtkhtml-4_0-0' 'libgtkhtml-4_0-0-32bit' 'libgtkhtml-editor-4_0-0' 'libgtkhtml-editor-4_0-0-32bit' 'libgtkimageview0' 'libgtkmm-2_4-1' 'libgtkmm-2_4-1-32bit' 'libgtkmm-3_0-1' 'libgtkmm-3_0-1-32bit' 'libgtkpod1' 'libgtksourceview-2_0-0' 'libgtksourceview-3_0-1' 'libgtksourceview-4-0' 'libgtksourceviewmm-3_0-0' 'libgtksourceviewmm-4_0-0' 'libgtkspell0' 'libgtkspell3-3-0' 'libgtop' 'libgtop-2_0-11' 'libgtop-2_0-11-32bit' 'libgtop-devel' 'libgtop-doc' 'libgtop-lang' 'libgtp-devel' 'libgtp6' 'libgtpnl-devel' 'libgtpnl0' 'libgts-0_7-5' 'libgucharmap_2_90-7' 'libgudev-1_0-0' 'libgudev-1_0-0-32bit' 'libgudev-1_0-devel' 'libguess-devel' 'libguess1' 'libguess1-32bit' 'libguestfs-devel' 'libguestfs-test' 'libguestfs0' 'libguile-3_0-1' 'libguile-cairo0' 'libguile-srfi-srfi-1-v-3-3' 'libguile-srfi-srfi-13-14-v-3-3' 'libguile-srfi-srfi-4-v-3-3' 'libguile-srfi-srfi-60-v-2-2' 'libguile-ssh12' 'libguile1-devel' 'libguile17' 'libguilereadline-v-17-17' 'libgumbo-devel' 'libgumbo1' 'libgupnp-1_2-0' 'libgupnp-1_2-0-32bit' 'libgupnp-av-1_0-2' 'libgupnp-av-devel' 'libgupnp-devel' 'libgupnp-dlna-2_0-3' 'libgupnp-dlna-backend-gstreamer' 'libgupnp-dlna-devel' 'libgupnp-igd-1_0-4' 'libgupnp-igd-1_0-4-32bit' 'libgupnp-igd-devel' 'libgusb-devel' 'libgusb2' 'libgviewaudio-2_0-2' 'libgviewencoder-2_0-2' 'libgviewrender-2_0-2' 'libgviewv4l2core-2_0-2' 'libgviewv4l2core-lang' 'libgvnc-1_0-0' 'libgvncpulse-1_0-0' 'libgweather-3-16' 'libgweather-3-16-32bit' 'libgweather-devel' 'libgweather-lang' 'libgwengui-cpp79' 'libgwengui-fox16-79' 'libgwengui-gtk2-79' 'libgwengui-gtk3-79' 'libgwengui-qt5-79' 'libgwenhywfar79' 'libgwenhywfar79-plugins' 'libgxps-devel' 'libgxps-tools' 'libgxps2' 'libgxw0' 'libgxwmm0' 'libgypsy-devel' 'libgypsy0' 'libgypsy0-32bit' 'libhackrf0' 'libhal1' 'libhamlib++2' 'libhamlib2' 'libhandle1' 'libhandy-0_0-0' 'libhandy-1-0' 'libhandy-devel' 'libhandy-lang' 'libhandy0-devel' 'libhangul-devel' 'libhangul1' 'libhangul1-32bit' 'libharfbuzz-gobject0' 'libharfbuzz-gobject0-32bit' 'libharfbuzz-icu0' 'libharfbuzz-icu0-32bit' 'libharfbuzz-subset0' 'libharfbuzz-subset0-32bit' 'libharfbuzz0' 'libharfbuzz0-32bit' 'libharminv3' 'libharu-devel' 'libhashcat6_1_1' 'libhavege2' 'libhavoc0' 'libhavoc0-debuginfo' 'libhdf4' 'libhdf4-32bit' 'libhdf4-openmpi' 'libhdf4-openmpi-32bit' 'libhdf5-103' 'libhdf5-103-32bit' 'libhdf5-103-mvapich2' 'libhdf5-103-mvapich2-32bit' 'libhdf5-103-openmpi1' 'libhdf5-103-openmpi1-32bit' 'libhdf5-103-openmpi2' 'libhdf5-103-openmpi2-32bit' 'libhdf5-103-openmpi3' 'libhdf5-103-openmpi3-32bit' 'libhdf5-103-openmpi4' 'libhdf5-103-openmpi4-32bit' 'libhdf5-gnu-hpc' 'libhdf5-gnu-mpich-hpc' 'libhdf5-gnu-mvapich2-hpc' 'libhdf5-gnu-openmpi1-hpc' 'libhdf5-gnu-openmpi2-hpc' 'libhdf5-gnu-openmpi3-hpc' 'libhdf5-gnu-openmpi4-hpc' 'libhdf5_1_10_5-gnu-hpc' 'libhdf5_1_10_5-gnu-mpich-hpc' 'libhdf5_1_10_5-gnu-mvapich2-hpc' 'libhdf5_1_10_5-gnu-openmpi1-hpc' 'libhdf5_1_10_5-gnu-openmpi2-hpc' 'libhdf5_1_10_5-gnu-openmpi3-hpc' 'libhdf5_1_10_5-gnu-openmpi4-hpc' 'libhdf5_cpp-gnu-hpc' 'libhdf5_cpp-gnu-mpich-hpc' 'libhdf5_cpp-gnu-mvapich2-hpc' 'libhdf5_cpp-gnu-openmpi1-hpc' 'libhdf5_cpp-gnu-openmpi2-hpc' 'libhdf5_cpp-gnu-openmpi3-hpc' 'libhdf5_cpp-gnu-openmpi4-hpc' 'libhdf5_cpp103' 'libhdf5_cpp103-32bit' 'libhdf5_cpp103-mvapich2' 'libhdf5_cpp103-mvapich2-32bit' 'libhdf5_cpp103-openmpi1' 'libhdf5_cpp103-openmpi1-32bit' 'libhdf5_cpp103-openmpi2' 'libhdf5_cpp103-openmpi2-32bit' 'libhdf5_cpp103-openmpi3' 'libhdf5_cpp103-openmpi3-32bit' 'libhdf5_cpp103-openmpi4' 'libhdf5_cpp103-openmpi4-32bit' 'libhdf5_cpp_1_10_5-gnu-hpc' 'libhdf5_cpp_1_10_5-gnu-mpich-hpc' 'libhdf5_cpp_1_10_5-gnu-mvapich2-hpc' 'libhdf5_cpp_1_10_5-gnu-openmpi1-hpc' 'libhdf5_cpp_1_10_5-gnu-openmpi2-hpc' 'libhdf5_cpp_1_10_5-gnu-openmpi3-hpc' 'libhdf5_cpp_1_10_5-gnu-openmpi4-hpc' 'libhdf5_fortran-gnu-hpc' 'libhdf5_fortran-gnu-mpich-hpc' 'libhdf5_fortran-gnu-mvapich2-hpc' 'libhdf5_fortran-gnu-openmpi1-hpc' 'libhdf5_fortran-gnu-openmpi2-hpc' 'libhdf5_fortran-gnu-openmpi3-hpc' 'libhdf5_fortran-gnu-openmpi4-hpc' 'libhdf5_fortran102' 'libhdf5_fortran102-32bit' 'libhdf5_fortran102-mvapich2' 'libhdf5_fortran102-mvapich2-32bit' 'libhdf5_fortran102-openmpi1' 'libhdf5_fortran102-openmpi1-32bit' 'libhdf5_fortran102-openmpi2' 'libhdf5_fortran102-openmpi2-32bit' 'libhdf5_fortran102-openmpi3' 'libhdf5_fortran102-openmpi3-32bit' 'libhdf5_fortran102-openmpi4' 'libhdf5_fortran102-openmpi4-32bit' 'libhdf5_fortran_1_10_5-gnu-hpc' 'libhdf5_fortran_1_10_5-gnu-mpich-hpc' 'libhdf5_fortran_1_10_5-gnu-mvapich2-hpc' 'libhdf5_fortran_1_10_5-gnu-openmpi1-hpc' 'libhdf5_fortran_1_10_5-gnu-openmpi2-hpc' 'libhdf5_fortran_1_10_5-gnu-openmpi3-hpc' 'libhdf5_fortran_1_10_5-gnu-openmpi4-hpc' 'libhdf5_hl-gnu-hpc' 'libhdf5_hl-gnu-mpich-hpc' 'libhdf5_hl-gnu-mvapich2-hpc' 'libhdf5_hl-gnu-openmpi1-hpc' 'libhdf5_hl-gnu-openmpi2-hpc' 'libhdf5_hl-gnu-openmpi3-hpc' 'libhdf5_hl-gnu-openmpi4-hpc' 'libhdf5_hl100' 'libhdf5_hl100-32bit' 'libhdf5_hl100-mvapich2' 'libhdf5_hl100-mvapich2-32bit' 'libhdf5_hl100-openmpi1' 'libhdf5_hl100-openmpi1-32bit' 'libhdf5_hl100-openmpi2' 'libhdf5_hl100-openmpi2-32bit' 'libhdf5_hl100-openmpi3' 'libhdf5_hl100-openmpi3-32bit' 'libhdf5_hl100-openmpi4' 'libhdf5_hl100-openmpi4-32bit' 'libhdf5_hl_1_10_5-gnu-hpc' 'libhdf5_hl_1_10_5-gnu-mpich-hpc' 'libhdf5_hl_1_10_5-gnu-mvapich2-hpc' 'libhdf5_hl_1_10_5-gnu-openmpi1-hpc' 'libhdf5_hl_1_10_5-gnu-openmpi2-hpc' 'libhdf5_hl_1_10_5-gnu-openmpi3-hpc' 'libhdf5_hl_1_10_5-gnu-openmpi4-hpc' 'libhdf5_hl_cpp-gnu-hpc' 'libhdf5_hl_cpp-gnu-mpich-hpc' 'libhdf5_hl_cpp-gnu-mvapich2-hpc' 'libhdf5_hl_cpp-gnu-openmpi1-hpc' 'libhdf5_hl_cpp-gnu-openmpi2-hpc' 'libhdf5_hl_cpp-gnu-openmpi3-hpc' 'libhdf5_hl_cpp-gnu-openmpi4-hpc' 'libhdf5_hl_cpp100' 'libhdf5_hl_cpp100-32bit' 'libhdf5_hl_cpp100-mvapich2' 'libhdf5_hl_cpp100-mvapich2-32bit' 'libhdf5_hl_cpp100-openmpi1' 'libhdf5_hl_cpp100-openmpi1-32bit' 'libhdf5_hl_cpp100-openmpi2' 'libhdf5_hl_cpp100-openmpi2-32bit' 'libhdf5_hl_cpp100-openmpi3' 'libhdf5_hl_cpp100-openmpi3-32bit' 'libhdf5_hl_cpp100-openmpi4' 'libhdf5_hl_cpp100-openmpi4-32bit' 'libhdf5_hl_cpp_1_10_5-gnu-hpc' 'libhdf5_hl_cpp_1_10_5-gnu-mpich-hpc' 'libhdf5_hl_cpp_1_10_5-gnu-mvapich2-hpc' 'libhdf5_hl_cpp_1_10_5-gnu-openmpi1-hpc' 'libhdf5_hl_cpp_1_10_5-gnu-openmpi2-hpc' 'libhdf5_hl_cpp_1_10_5-gnu-openmpi3-hpc' 'libhdf5_hl_cpp_1_10_5-gnu-openmpi4-hpc' 'libhdf5_hl_fortran-gnu-hpc' 'libhdf5_hl_fortran-gnu-mpich-hpc' 'libhdf5_hl_fortran-gnu-mvapich2-hpc' 'libhdf5_hl_fortran-gnu-openmpi1-hpc' 'libhdf5_hl_fortran-gnu-openmpi2-hpc' 'libhdf5_hl_fortran-gnu-openmpi3-hpc' 'libhdf5_hl_fortran-gnu-openmpi4-hpc' 'libhdf5hl_fortran100' 'libhdf5hl_fortran100-32bit' 'libhdf5hl_fortran100-mvapich2' 'libhdf5hl_fortran100-mvapich2-32bit' 'libhdf5hl_fortran100-openmpi1' 'libhdf5hl_fortran100-openmpi1-32bit' 'libhdf5hl_fortran100-openmpi2' 'libhdf5hl_fortran100-openmpi2-32bit' 'libhdf5hl_fortran100-openmpi3' 'libhdf5hl_fortran100-openmpi3-32bit' 'libhdf5hl_fortran100-openmpi4' 'libhdf5hl_fortran100-openmpi4-32bit' 'libhdf5hl_fortran_1_10_5-gnu-hpc' 'libhdf5hl_fortran_1_10_5-gnu-mpich-hpc' 'libhdf5hl_fortran_1_10_5-gnu-mvapich2-hpc' 'libhdf5hl_fortran_1_10_5-gnu-openmpi1-hpc' 'libhdf5hl_fortran_1_10_5-gnu-openmpi2-hpc' 'libhdf5hl_fortran_1_10_5-gnu-openmpi3-hpc' 'libhdf5hl_fortran_1_10_5-gnu-openmpi4-hpc' 'libhdhomerun' 'libhdhomerun-debuginfo' 'libhdhomerun-debugsource' 'libhdhomerun-devel' 'libhdhomerun2' 'libhdhomerun2-debuginfo' 'libheif-devel' 'libheif1' 'libheimdal' 'libheimdal-devel' 'libhfst53' 'libhfstospell11' 'libhfstospell11-32bit' 'libhidapi-devel' 'libhidapi-hidraw0' 'libhidapi-libusb0' 'libhinawa-devel' 'libhinawa2' 'libhiredis0_13' 'libhiredis1_0_0' 'libhivex0' 'libhmac-devel' 'libhmac-tools' 'libhmac1' 'libhogweed6' 'libhogweed6-32bit' 'libhomfly-devel' 'libhomfly0' 'libhowl0' 'libhpdf2_3_0' 'libhpx1' 'libhs5' 'libhtp-devel' 'libhtp2' 'libhts-devel' 'libhts-devel-32bit' 'libhts3' 'libhts3-32bit' 'libhttp_parser2_9' 'libhttp_parser2_9-32bit' 'libhttrack2' 'libhubbub-devel' 'libhubbub0' 'libhugetlbfs' 'libhugetlbfs-32bit' 'libhugetlbfs-devel' 'libhugetlbfs-tests' 'libhunspell-1_7-0' 'libhunspell-1_7-0-32bit' 'libhwloc15' 'libhwsd2' 'libhwsd2-debuginfo' 'libhydrogen-core-devel' 'libhydrogen-core1' 'libhyphen0' 'libhyphen0-32bit' 'libi2c0' 'libi2c0-devel' 'libib_util' 'libib_util-32bit' 'libib_util-devel' 'libibdm1' 'libibmad5' 'libibmad5-32bit' 'libibmtss1' 'libibnetdisc5' 'libibumad3' 'libibumad3-32bit' 'libibus-1_0-5' 'libibus-1_0-5-32bit' 'libibverbs' 'libibverbs-32bit' 'libibverbs-utils' 'libibverbs1' 'libibverbs1-32bit' 'libical-devel' 'libical-doc' 'libical-glib-devel' 'libical-glib-doc' 'libical-glib3' 'libical-glib3-32bit' 'libical3' 'libical3-32bit' 'libicecream-devel' 'libicns-devel' 'libicns1' 'libiconv_hook-devel' 'libiconv_hook1' 'libicu-devel' 'libicu-devel-32bit' 'libicu-doc' 'libicu67' 'libicu67-32bit' 'libicu67-bedata' 'libicu67-ledata' 'libid3tag-devel' 'libid3tag0' 'libid3tag0-32bit' 'libidl-devel' 'libidn-devel' 'libidn-tools' 'libidn12' 'libidn12-32bit' 'libidn2-0' 'libidn2-0-32bit' 'libidn2-devel' 'libidn2-lang' 'libidn2-tools' 'libido3-0_1-0' 'libido3-0_1-0-32bit' 'libiec61883-0' 'libiec61883-0-32bit' 'libiec61883-devel' 'libiec61883-tools' 'libigdgmm11' 'libigfxcmrt-devel' 'libigfxcmrt7' 'libilbc0' 'libimaevm2' 'libimagequant-devel' 'libimagequant0' 'libiml0' 'libimobiledevice-devel' 'libimobiledevice6' 'libimobiledevice6-32bit' 'libinchi0' 'libinchi0-32bit' 'libindi' 'libindi' 'libindi-debuginfo' 'libindi-debugsource' 'libindi-devel' 'libindi-plugins' 'libindi-plugins-debuginfo' 'libindiAlignmentDriver1' 'libindiAlignmentDriver1-debuginfo' 'libindicator-devel' 'libindicator3-7' 'libindicator3-devel' 'libindicator7' 'libindidriver1' 'libindidriver1-debuginfo' 'libindilx200-1' 'libindilx200-1-debuginfo' 'libinfinipath4' 'libinfinipath4-32bit' 'libinfinity-1_0-0' 'libinfinity-devel' 'libinfinity-lang' 'libini_config-devel' 'libini_config-devel-32bit' 'libini_config5' 'libini_config5-32bit' 'libinih-devel' 'libinih0' 'libiniparser-devel' 'libiniparser1' 'libiniparser1-32bit' 'libinjeqt1' 'libinotifytools0' 'libinput-devel' 'libinput-tools' 'libinput-udev' 'libinput10' 'libinput10-32bit' 'libinsighttoolkit5' 'libinstpatch-1_0-2' 'libinstpatch-1_0-2-32bit' 'libinstpatch-devel' 'libint-devel' 'libint2-2' 'libiodbc-devel' 'libiodbc3' 'libip4tc2' 'libip6tc2' 'libipa_hbac-devel' 'libipa_hbac0' 'libiperf0' 'libipmiconsole2' 'libipmidetect0' 'libipmimonitoring6' 'libipopt0' 'libipq-devel' 'libipq0' 'libipset13' 'libiptc-devel' 'libiptcdata' 'libiptcdata-devel' 'libiptcdata-doc' 'libiptcdata-lang' 'libiptcdata0' 'libircclient-devel' 'libircclient-doc' 'libircclient1' 'libirman-devel' 'libirman0' 'libirrecord0' 'libirs-devel' 'libirs1601' 'libirs1601-32bit' 'libisc1606' 'libisc1606-32bit' 'libisccc1600' 'libisccc1600-32bit' 'libisccfg1600' 'libisccfg1600-32bit' 'libiscsi-devel' 'libiscsi-test' 'libiscsi-utils' 'libiscsi9' 'libisds-devel' 'libisds5' 'libisl22' 'libisl22-32bit' 'libiso9660-11' 'libiso9660-11-32bit' 'libisoburn-devel' 'libisoburn1' 'libisofs-devel' 'libisofs6' 'libite-devel' 'libite5' 'libiterm-devel' 'libiterm1' 'libitm1' 'libitm1-32bit' 'libitm1-gcc7' 'libitm1-gcc7-32bit' 'libitm1-gcc9' 'libitm1-gcc9-32bit' 'libitpp8' 'libivykis0' 'libiw-devel' 'libiw30' 'libixion-0_15-0' 'libixion-devel' 'libixion-tools' 'libixml11' 'libixml11-32bit' 'libjack-devel' 'libjack-devel-32bit' 'libjack0' 'libjack0-32bit' 'libjacknet0' 'libjacknet0-32bit' 'libjackserver0' 'libjackserver0-32bit' 'libjansson-devel' 'libjansson4' 'libjansson4-32bit' 'libjasper-devel' 'libjasper4' 'libjasper4-32bit' 'libjavascriptcoregtk-4_0-18' 'libjavascriptcoregtk-4_0-18-32bit' 'libjaylink' 'libjaylink-devel' 'libjaylink0' 'libjbig-devel' 'libjbig-devel-32bit' 'libjbig2' 'libjbig2-32bit' 'libjbig2dec0' 'libjbig2dec0-32bit' 'libjcat-devel' 'libjcat1' 'libjd0' 'libjemalloc2' 'libjim0_75' 'libjpeg-turbo' 'libjpeg62' 'libjpeg62-32bit' 'libjpeg62-devel' 'libjpeg62-devel-32bit' 'libjpeg8' 'libjpeg8-32bit' 'libjpeg8-devel' 'libjpeg8-devel-32bit' 'libjpegxr0' 'libjpgalleg44-devel' 'libjpgalleg4_4' 'libjpgalleg4_4-32bit' 'libjq-devel' 'libjq1' 'libjreen-qt5-1' 'libjreen-qt5-devel' 'libjrtp3_11_1' 'libjsmn0' 'libjson-c-devel' 'libjson-c-doc' 'libjson-c5' 'libjson-c5-32bit' 'libjson-glib-1_0-0' 'libjson-glib-1_0-0-32bit' 'libjsoncpp24' 'libjsonrpc-glib-1_0-1' 'libjte-devel' 'libjte1' 'libjthread1_3_3' 'libjxrglue0' 'libkColorPicker0_1_4' 'libkImageAnnotator0_3_2' 'libkaccounts2' 'libkaccounts2-32bit' 'libkasten-lang' 'libkate-devel' 'libkate-tools' 'libkate1' 'libkate1-32bit' 'libkcapi-devel' 'libkcapi-tools' 'libkcapi1' 'libkcarchiver0' 'libkcddb' 'libkcddb-devel' 'libkcddb-lang' 'libkcfreebusy0' 'libkchart-lang' 'libkcicalmapi0' 'libkcindex0' 'libkcinetmapi0' 'libkcompactdisc-devel' 'libkcompactdisc-lang' 'libkcpyplug0' 'libkcserver0' 'libkcsoap0' 'libkcutil0' 'libkdcraw-devel' 'libkdecoration2-devel' 'libkdecoration2-devel-32bit' 'libkdecorations2-5' 'libkdecorations2-5-32bit' 'libkdecorations2-5-lang' 'libkdecorations2private7' 'libkdecorations2private7-32bit' 'libkdegames' 'libkdegames-devel' 'libkdegames-lang' 'libkdepim' 'libkdepim-devel' 'libkdepim-lang' 'libkdevplatform56' 'libkdevplatform56-debuginfo' 'libkdsoap-server1_9_0' 'libkdsoap1_9_0' 'libkdstatemachineeditor_core1_2_7' 'libkdstatemachineeditor_core1_2_7-debuginfo' 'libkdstatemachineeditor_debuginterfaceclient1_2_7' 'libkdstatemachineeditor_debuginterfaceclient1_2_7-debuginfo' 'libkdstatemachineeditor_debuginterfacesource-static' 'libkdstatemachineeditor_view1_2_7' 'libkdstatemachineeditor_view1_2_7-debuginfo' 'libkdumpfile-devel' 'libkdumpfile8' 'libkea-asiodns1' 'libkea-asiolink9' 'libkea-cc8' 'libkea-cfgclient10' 'libkea-cryptolink5' 'libkea-database6' 'libkea-dhcp++19' 'libkea-dhcp_ddns3' 'libkea-dhcpsrv27' 'libkea-dns++5' 'libkea-eval12' 'libkea-exceptions0' 'libkea-hooks15' 'libkea-http7' 'libkea-log6' 'libkea-mysql6' 'libkea-pgsql4' 'libkea-process11' 'libkea-stats6' 'libkea-util-io0' 'libkea-util16' 'libkea1_4' 'libkeccak-devel' 'libkeccak1' 'libkeduvocdocument-devel' 'libkeduvocdocument-lang' 'libkerfuffle20' 'libkexiv2-devel' 'libkeybinder-3_0-0' 'libkeybinder0' 'libkeyutils1' 'libkeyutils1-32bit' 'libkf5kdegames6' 'libkgantt-lang' 'libkgapi-devel' 'libkgapi-lang' 'libkgeomap' 'libkgeomap-devel' 'libkgeomap-lang' 'libkgraphviewer3' 'libkgraphviewer3-debuginfo' 'libkim-api2' 'libkioarchive-devel' 'libkioarchive5' 'libkipi-data' 'libkipi-devel' 'libkissfft-131' 'libkkc-devel' 'libkkc2' 'libkkc2-32bit' 'libkleo' 'libkleo-devel' 'libkleo-lang' 'libklfbackend4' 'libklftools4' 'libklu-doc' 'libklu1' 'libkmahjongg' 'libkmahjongg-devel' 'libkmahjongg-lang' 'libkmod-devel' 'libkmod2' 'libkms-devel' 'libkms-devel-32bit' 'libkms1' 'libkms1-32bit' 'libknet1' 'libknet1-compress-bzip2-plugin' 'libknet1-compress-lz4-plugin' 'libknet1-compress-lzma-plugin' 'libknet1-compress-lzo2-plugin' 'libknet1-compress-plugins-all' 'libknet1-compress-zlib-plugin' 'libknet1-crypto-nss-plugin' 'libknet1-crypto-openssl-plugin' 'libknet1-crypto-plugins-all' 'libknet1-devel' 'libknet1-plugins-all' 'libkokkos3' 'libkolabxml-devel' 'libkolabxml1' 'libkomparediff2-5' 'libkomparediff2-devel' 'libkomparediff2-lang' 'libkonkretcmpi0' 'libkpathsea6' 'libkpmcore7' 'libkpmcore9' 'libkpmcore9-debuginfo' 'libksane-devel' 'libksane-lang' 'libksba-devel' 'libksba8' 'libkscreen2-devel' 'libkscreen2-devel-32bit' 'libkscreen2-plugin' 'libkscreen2-plugin-32bit' 'libksi-devel' 'libksi1' 'libksieve' 'libksieve-devel' 'libksieve-lang' 'libksysguard5' 'libksysguard5-32bit' 'libksysguard5-devel' 'libksysguard5-devel-32bit' 'libksysguard5-helper' 'libksysguard5-imports' 'libksysguard5-lang' 'libktoblzcheck1' 'libktorrent' 'libktorrent-debugsource' 'libktorrent-devel' 'libktorrent-lang' 'libktpaccountskcminternal9' 'libkvazaar-devel' 'libkvazaar6' 'libkvazaar6-debuginfo' 'libkvkontakte' 'libkvkontakte-debugsource' 'libkvkontakte-devel' 'libkvkontakte-lang' 'libkwalletbackend5-5' 'libkwalletbackend5-5-32bit' 'libkwnn0' 'libkyotocabinet-devel' 'libkyotocabinet16' 'libkyotocabinet16-32bit' 'liblal20' 'liblalsupport14' 'liblammps0' 'liblangtag-devel' 'liblangtag-doc' 'liblangtag1' 'liblapack3' 'liblapack3-32bit' 'liblapacke3' 'liblapacke3-32bit' 'liblasem-0_4-4' 'liblash1' 'liblasso-devel' 'liblasso3' 'liblastfm-qt5-devel' 'liblastfm5-1' 'liblastfm5-1-32bit' 'liblastfm_fingerprint5-1' 'liblastfm_fingerprint5-1-32bit' 'liblaszip8' 'liblaszip_api8' 'liblavfile-2_0-0' 'liblavjpeg-2_0-0' 'liblavplay-2_0-0' 'liblavrec-2_0-0' 'liblayout' 'liblayout-javadoc' 'liblazy-devel' 'liblazy1' 'liblazy1-32bit' 'liblbxutil-devel' 'liblbxutil-devel-32bit' 'liblbxutil1' 'liblbxutil1-32bit' 'liblcf0' 'liblcf0-devel' 'liblcms2-2' 'liblcms2-2-32bit' 'liblcms2-devel' 'liblcms2-devel-32bit' 'liblcms2-doc' 'libldac2' 'libldap-2_4-2' 'libldap-2_4-2-32bit' 'libldap-data' 'libldapcpp-devel' 'libldapcpp1' 'libldb-devel' 'libldb2' 'libldb2-32bit' 'libldc-jit93' 'libldl-doc' 'libldl2' 'libldm-1_0-0' 'libldm-1_0-0-devel' 'libldns3' 'libleechcraft-util-db-qt5-0_6_75_1' 'libleechcraft-util-gui-qt5-0_6_75_1' 'libleechcraft-util-models-qt5-0_6_75_1' 'libleechcraft-util-network-qt5-0_6_75_1' 'libleechcraft-util-qml-qt5-0_6_75_2' 'libleechcraft-util-shortcuts-qt5-0_6_75' 'libleechcraft-util-sll-qt5-0_6_75_1' 'libleechcraft-util-svcauth-qt5-0_6_75' 'libleechcraft-util-sys-qt5-0_6_75_1' 'libleechcraft-util-tags-qt5-0_6_75_1' 'libleechcraft-util-threads-qt5-0_6_75' 'libleechcraft-util-x11-qt5-0_6_75' 'libleechcraft-util-xdg-qt5-0_6_75' 'libleechcraft-util-xpc-qt5-0_6_75_2' 'libleechcraft-util-xsd-qt5-0_6_75' 'liblegion1' 'liblensfun1' 'liblensfun1-debuginfo' 'liblept5' 'liblept5-32bit' 'libleveldb1' 'liblhasa0' 'liblightdm-gobject-1-0' 'liblightdm-qt5-3-0' 'liblightgrep-devel' 'liblightgrep0' 'liblightmediascanner0' 'liblightstep_tracer0' 'liblilv-0-0' 'liblilv-0-0-32bit' 'liblilv-0-devel' 'liblime0' 'liblinbox0' 'liblinebreak-devel' 'liblinebreak2' 'liblink-grammar5' 'liblinphone++10' 'liblinphone++10-32bit' 'liblinphone-data' 'liblinphone-devel' 'liblinphone-lang' 'liblinphone10' 'liblinphone10-32bit' 'liblinuxsampler-devel' 'liblinuxsampler5' 'liblinuxsampler5-debuginfo' 'libliquid-devel' 'liblirc0' 'liblirc0-32bit' 'liblirc_client0' 'liblirc_client0-32bit' 'liblirc_driver0' 'liblirc_driver0-32bit' 'liblittleb0' 'libliveMedia-devel' 'libliveMedia81' 'liblldb10' 'liblldb7' 'liblldb8' 'liblldb9' 'liblldp_clif1' 'liblldpctl4' 'liblmdb-0_9_24' 'liblmdb-0_9_24-32bit' 'liblms7002m-devel' 'liblms7compact0' 'liblnk-devel' 'liblnk-tools' 'liblnk1' 'liblo-devel' 'liblo10k1-0' 'liblo7' 'liblo7-32bit' 'libloader' 'libloader-javadoc' 'libloadpng44-devel' 'libloadpng4_4' 'libloadpng4_4-32bit' 'liblockdev1' 'liblockdev1-32bit' 'liblockfile-devel' 'liblockfile1' 'liblodepng-r207' 'liblog4c-devel' 'liblog4c-doc' 'liblog4c3' 'liblog4c3-32bit' 'liblog4cplus-1_2-5' 'liblog4cpp5' 'liblog4cxx-devel' 'liblog4cxx10' 'liblog4shib-devel' 'liblog4shib2' 'liblogg44-devel' 'liblogg4_4' 'liblogg4_4-32bit' 'liblogging-devel' 'liblogging0' 'liblognorm-devel' 'liblognorm5' 'libloki-devel' 'libloki-doc' 'libloki0_1_7' 'libloudmouth-1-0' 'libloudmouth-1-0-debuginfo' 'liblouis-data' 'liblouis-devel' 'liblouis-doc' 'liblouis-tools' 'liblouis19' 'liblpsolve55-0' 'liblqr-1-0' 'liblqr-1-0-32bit' 'liblqr-devel' 'liblrdf-devel' 'liblrdf2' 'liblrdf2-32bit' 'liblrs1' 'liblsan0' 'liblsan0-gcc7' 'liblsan0-gcc9' 'liblscp-devel' 'liblscp6' 'liblsmash2' 'liblsmash2-debuginfo' 'libltc-devel' 'libltc11' 'libltdl7' 'libltdl7-32bit' 'liblttng-ctl0' 'liblttng-ust-ctl4' 'liblttng-ust-python-agent0' 'liblttng-ust0' 'liblua5_1-5' 'liblua5_1-5-32bit' 'liblua5_3-5' 'liblua5_3-5-32bit' 'liblua5_4-5' 'liblua5_4-5-32bit' 'libluabind0_9_1' 'libluajit-5_1-2' 'libluajit-5_1-2-32bit' 'liblucene++0' 'libluksde-devel' 'libluksde-tools' 'libluksde1' 'liblunar-calendar-3_0-1' 'liblunar-date-3_0-1' 'liblur3' 'liblvm2cmd2_03' 'liblxc-devel' 'liblxc1' 'liblxpanel0' 'liblxqt-devel' 'liblxqt-globalkeys-ui0' 'liblxqt-globalkeys0' 'liblxqt-lang' 'liblxqt0' 'liblz1' 'liblz4-1' 'liblz4-1-32bit' 'liblz4-devel' 'liblzma5' 'liblzma5-32bit' 'liblzo2-2' 'liblzo2-2-32bit' 'libm17n0' 'libm17n0-32bit' 'libm4ri-0_0_20200125' 'libm4ri-devel' 'libm4rie-0_0_20200125' 'libm4rie-devel' 'libmaa-devel' 'libmaa-doc' 'libmaa4' 'libmac' 'libmac-debuginfo' 'libmac-debugsource' 'libmac-devel' 'libmac2' 'libmac2-debuginfo' 'libmad-devel' 'libmad0' 'libmad0-32bit' 'libmagic1' 'libmagic1-32bit' 'libmaia-devel' 'libmaia1' 'libmailutils5' 'libmakemkv1' 'libmanette-0_2-0' 'libmanette-devel' 'libmapi1' 'libmapidb-devel' 'libmapidb1' 'libmarblewidget-qt5-28' 'libmarco-private2' 'libmariadb-devel' 'libmariadb3' 'libmariadb3-32bit' 'libmariadb_plugins' 'libmariadbd-devel' 'libmariadbd19' 'libmariadbprivate' 'libmarisa0' 'libmarisa0-32bit' 'libmarkdown-devel' 'libmarkdown2' 'libmate-desktop-2-17' 'libmate-menu2' 'libmate-menu2-32bit' 'libmate-panel-applet-4-1' 'libmate-panel-applet-4-1-32bit' 'libmate-sensors-applet-plugin0' 'libmate-sensors-applet-plugin0-32bit' 'libmate-slab-devel' 'libmate-slab0' 'libmate-window-settings1' 'libmatedict-devel' 'libmatedict6' 'libmatekbd-devel' 'libmatekbd-lang' 'libmatekbd4' 'libmatekbd4-32bit' 'libmatemixer-devel' 'libmatemixer-lang' 'libmatemixer0' 'libmatemixer0-32bit' 'libmateweather-devel' 'libmateweather-lang' 'libmateweather1' 'libmateweather1-32bit' 'libmatio-devel' 'libmatio11' 'libmatrix_client0_3_0' 'libmatroska-devel' 'libmatroska7' 'libmatroska7-32bit' 'libmaxminddb-devel' 'libmaxminddb0' 'libmaxminddb0-32bit' 'libmbedcrypto5' 'libmbedcrypto5-32bit' 'libmbedtls13' 'libmbedtls13-32bit' 'libmbedx509-1' 'libmbedx509-1-32bit' 'libmbim' 'libmbim-devel' 'libmbim-glib4' 'libmca_common_dstore1' 'libmcpp0' 'libmcs-devel' 'libmcs1' 'libmcs1' 'libmcs1-debuginfo' 'libmcs1-debugsource' 'libmd-devel' 'libmd0' 'libmdb2' 'libmdbsql2' 'libmeanwhile1' 'libmed-devel' 'libmed-python' 'libmed11' 'libmedC11' 'libmedfwrap11' 'libmediaart-2_0-0' 'libmediaart-devel' 'libmediacheck-devel' 'libmediacheck5' 'libmediainfo-devel' 'libmediainfo0' 'libmediainfo0-32bit' 'libmediastreamer11' 'libmediastreamer11-32bit' 'libmediawiki' 'libmediawiki-debugsource' 'libmediawiki-devel' 'libmedimport0' 'libmeep14' 'libmemcache-devel' 'libmemcache0' 'libmemcached' 'libmemcached-devel' 'libmemcached11' 'libmemcachedutil2' 'libmemkind0' 'libmenu-cache3' 'libmesode-devel' 'libmesode0' 'libmetacity3' 'libmetal-devel' 'libmetal0' 'libmetalink-devel' 'libmetalink3' 'libmetis-gnu-hpc' 'libmetis5' 'libmetis_5_1_0-gnu-hpc' 'libmetrics-devel' 'libmetrics0' 'libmfx' 'libmfx-devel' 'libmfx-samples' 'libmfx1' 'libmgl-fltk7_5_0' 'libmgl-glut7_5_0' 'libmgl-mpi7_5_0' 'libmgl-qt5-7_5_0' 'libmgl-wnd7_5_0' 'libmgl-wx7_5_0' 'libmgl7_5_0' 'libmhash2' 'libmicro' 'libmicrohttpd-devel' 'libmicrohttpd12' 'libmidori-core0' 'libmikmod-devel' 'libmikmod3' 'libmikmod3-32bit' 'libmilter-doc' 'libmilter1_0' 'libmimetic-devel' 'libmimetic0' 'libminisat2' 'libminiupnpc-devel' 'libminiupnpc17' 'libminiupnpc17-32bit' 'libminizip1' 'libminizip1-32bit' 'libmirage-3_2' 'libmirage-data' 'libmirage-devel' 'libmirage-lang' 'libmirage11' 'libmirisdr-devel' 'libmirisdr0' 'libmisdn1' 'libmission-control-plugins0' 'libmjpegutils-2_0-0' 'libmjpegutils-2_0-0-32bit' 'libmjpegutils-devel' 'libmlag_pb0' 'libmlt++-devel' 'libmlt++3' 'libmlt-devel' 'libmlt6' 'libmlt6-data' 'libmlt6-modules' 'libmlx4-1' 'libmlx4-1-32bit' 'libmlx5-1' 'libmlx5-1-32bit' 'libmm-glib0' 'libmmbd0' 'libmms-devel' 'libmms0' 'libmms0-32bit' 'libmng-devel' 'libmng2' 'libmng2-32bit' 'libmnl-devel' 'libmnl0' 'libmnl0-32bit' 'libmodman-devel' 'libmodman1' 'libmodman1-32bit' 'libmodplug-devel' 'libmodplug1' 'libmodplug1-32bit' 'libmodsecurity3' 'libmodsecurity3-32bit' 'libmodulemd-devel' 'libmodulemd2' 'libmongoose-doc' 'libmongoose2' 'libmono-2_0-1' 'libmono-2_0-devel' 'libmono-profiler-gui-thread-check0' 'libmono-profiler-gui-thread-check0-devel' 'libmonoboehm-2_0-1' 'libmonoboehm-2_0-devel' 'libmonosgen-2_0-1' 'libmonosgen-2_0-devel' 'libmopac7-1' 'libmopac7-1-devel' 'libmosquitto1' 'libmosquittopp1' 'libmount-devel' 'libmount-devel-32bit' 'libmount-devel-static' 'libmount1' 'libmount1-32bit' 'libmovit8' 'libmowgli' 'libmowgli-2-0' 'libmowgli-debugsource' 'libmowgli-devel' 'libmowgli2' 'libmowgli2-32bit' 'libmowgli2-32bit-debuginfo' 'libmowgli2-debuginfo' 'libmowgli2-devel' 'libmozjs-52' 'libmozjs-68' 'libmozjs185-1_0' 'libmozjs185-1_0-32bit' 'libmozjs185-1_0-32bit-debuginfo' 'libmozjs185-1_0-debuginfo' 'libmp3lame-devel' 'libmp3lame0' 'libmp3lame0-32bit' 'libmp3splt' 'libmp3splt-debuginfo' 'libmp3splt-debugsource' 'libmp3splt-devel' 'libmp3splt0' 'libmp3splt0-debuginfo' 'libmp3splt0-mp3' 'libmp3splt0-mp3-debuginfo' 'libmp3splt0-ogg' 'libmp3splt0-ogg-debuginfo' 'libmpath0' 'libmpc3' 'libmpc3-32bit' 'libmpcdec-devel' 'libmpcdec5' 'libmpcdec5-32bit' 'libmpcdec6' 'libmpcdec6-32bit' 'libmpd-devel' 'libmpd1' 'libmpd1-32bit' 'libmpdclient-devel' 'libmpdclient2' 'libmpeg2-0' 'libmpeg2-0-32bit' 'libmpeg2-devel' 'libmpeg2convert0' 'libmpeg2encpp-2_0-0' 'libmpeg2encpp-2_0-0-32bit' 'libmpeg3-1' 'libmpeg3-1' 'libmpeg3-1-debuginfo' 'libmpeg3-1-debugsource' 'libmpeg3-devel' 'libmpeg3-utils' 'libmpeg3-utils-debuginfo' 'libmpeg4ip-devel' 'libmpeg4ip0' 'libmpeg4ip0-debuginfo' 'libmpfc-devel' 'libmpfc2' 'libmpfc2-debuginfo' 'libmpfi0' 'libmpfpx0' 'libmpfr6' 'libmpfr6-32bit' 'libmpfrcx1' 'libmpg123-0' 'libmpg123-0-32bit' 'libmpir-devel' 'libmpir23' 'libmpirxx8' 'libmplex2-2_0-0' 'libmplex2-2_0-0-32bit' 'libmpris-qt5-1' 'libmpris-qt5-devel' 'libmpv1' 'libmpx2-gcc7' 'libmpx2-gcc7-32bit' 'libmpxwrappers2-gcc7' 'libmpxwrappers2-gcc7-32bit' 'libmraa2' 'libmrss-devel' 'libmrss0' 'libmrss0-32bit' 'libmsgpackc2' 'libmsi0' 'libmsiecf-devel' 'libmsiecf-tools' 'libmsiecf1' 'libmspack-devel' 'libmspack0' 'libmspack0-32bit' 'libmspub-0_1-1' 'libmspub-devel' 'libmspub-devel-doc' 'libmspub-tools' 'libmtdev1' 'libmtdev1-32bit' 'libmtp-devel' 'libmtp-udev' 'libmtp9' 'libmuffin0' 'libmumps-gnu-mpich-hpc' 'libmumps-gnu-mvapich2-hpc' 'libmumps-gnu-openmpi1-hpc' 'libmumps-gnu-openmpi2-hpc' 'libmumps-gnu-openmpi3-hpc' 'libmumps-ptscotch5-openmpi1' 'libmumps-ptscotch5-openmpi2' 'libmumps-scotch5' 'libmumps5' 'libmumps5-mvapich2' 'libmumps5-openmpi1' 'libmumps5-openmpi2' 'libmumps5-openmpi3' 'libmumps_5_2_1-gnu-mpich-hpc' 'libmumps_5_2_1-gnu-mvapich2-hpc' 'libmumps_5_2_1-gnu-openmpi1-hpc' 'libmumps_5_2_1-gnu-openmpi2-hpc' 'libmumps_5_2_1-gnu-openmpi3-hpc' 'libmunge2' 'libmunge2-32bit' 'libmunit0suse0' 'libmuparser2_3_2' 'libmuparser2_3_2-32bit' 'libmuparserx4_0_8' 'libmuroar0' 'libmuroar0-debuginfo' 'libmuroard3' 'libmuroard3-debuginfo' 'libmusicbrainz-devel' 'libmusicbrainz4' 'libmusicbrainz4-32bit' 'libmusicbrainz5-1' 'libmusicbrainz5-1-32bit' 'libmusicbrainz5-devel' 'libmutter-6-0' 'libmwaw-0_3-3' 'libmwaw-devel' 'libmwaw-devel-doc' 'libmwaw-tools' 'libmxml1' 'libmxml1-32bit' 'libmygpo-qt5-1' 'libmygpo-qt5-devel' 'libmypaint-1_6-1' 'libmypaint-devel' 'libmypaint-gegl-devel' 'libmypaint-gegl0' 'libmypaint-lang' 'libmysofa-devel' 'libmysofa1' 'libmysofa1-32bit' 'libmysqlcppconn-devel' 'libmysqlcppconn7' 'libmysqlcppconn8-2' 'libmysqlcppconn8-devel' 'libmyth-29-29' 'libmyth-29-29-debuginfo' 'libmythes-1_2-0' 'libnanomsg5' 'libnatpmp1' 'libnatpmp1' 'libnatpmp1-devel' 'libnautilus-extension1' 'libnautilus-extension1-32bit' 'libnauty-2_7_1' 'libnbcompat-devel' 'libnbcompat0' 'libncurses5' 'libncurses5-32bit' 'libncurses6' 'libncurses6-32bit' 'libndctl-devel' 'libndctl6' 'libndp' 'libndp-devel' 'libndp0' 'libndpi-devel' 'libndpi3' 'libndr-devel' 'libndr-krb5pac-devel' 'libndr-krb5pac0' 'libndr-krb5pac0-32bit' 'libndr-nbt-devel' 'libndr-nbt0' 'libndr-nbt0-32bit' 'libndr-standard-devel' 'libndr-standard0' 'libndr-standard0-32bit' 'libndr1' 'libndr1-32bit' 'libneatvnc0' 'libneko2' 'libnemo-extension1' 'libneon-devel' 'libneon27' 'libneon27-32bit' 'libnet-devel' 'libnet-doc' 'libnet9' 'libnetapi-devel' 'libnetapi-devel-32bit' 'libnetapi0' 'libnetapi0-32bit' 'libnetcdf-cxx4-gnu-hpc' 'libnetcdf-cxx4-gnu-hpc-devel' 'libnetcdf-cxx4_4_3_1-gnu-hpc' 'libnetcdf-cxx4_4_3_1-gnu-hpc-devel' 'libnetcdf-cxx4_4_3_1-gnu-hpc-devel-static' 'libnetcdf-fortran-gnu-hpc' 'libnetcdf-fortran-gnu-mpich-hpc' 'libnetcdf-fortran-gnu-mvapich2-hpc' 'libnetcdf-fortran-gnu-openmpi1-hpc' 'libnetcdf-fortran-gnu-openmpi2-hpc' 'libnetcdf-fortran-gnu-openmpi3-hpc' 'libnetcdf-fortran-gnu-openmpi4-hpc' 'libnetcdf-fortran_4_5_2-gnu-hpc' 'libnetcdf-fortran_4_5_2-gnu-mpich-hpc' 'libnetcdf-fortran_4_5_2-gnu-mvapich2-hpc' 'libnetcdf-fortran_4_5_2-gnu-openmpi1-hpc' 'libnetcdf-fortran_4_5_2-gnu-openmpi2-hpc' 'libnetcdf-fortran_4_5_2-gnu-openmpi3-hpc' 'libnetcdf-fortran_4_5_2-gnu-openmpi4-hpc' 'libnetcdf-gnu-hpc' 'libnetcdf-gnu-mpich-hpc' 'libnetcdf-gnu-mvapich2-hpc' 'libnetcdf-gnu-openmpi1-hpc' 'libnetcdf-gnu-openmpi2-hpc' 'libnetcdf-gnu-openmpi3-hpc' 'libnetcdf-gnu-openmpi4-hpc' 'libnetcdf15' 'libnetcdf15-32bit' 'libnetcdf15-openmpi1' 'libnetcdf15-openmpi1-32bit' 'libnetcdf15-openmpi2' 'libnetcdf15-openmpi2-32bit' 'libnetcdf15-openmpi3' 'libnetcdf15-openmpi3-32bit' 'libnetcdf15-openmpi4' 'libnetcdf15-openmpi4-32bit' 'libnetcdf_4_7_3-gnu-hpc' 'libnetcdf_4_7_3-gnu-mpich-hpc' 'libnetcdf_4_7_3-gnu-mvapich2-hpc' 'libnetcdf_4_7_3-gnu-openmpi1-hpc' 'libnetcdf_4_7_3-gnu-openmpi2-hpc' 'libnetcdf_4_7_3-gnu-openmpi3-hpc' 'libnetcdf_4_7_3-gnu-openmpi4-hpc' 'libnetcdf_c++-devel' 'libnetcdf_c++4' 'libnetcdf_c++4-1' 'libnetcdf_c++4-devel' 'libnetcontrol-devel' 'libnetcontrol0' 'libnetcontrol0-32bit' 'libnetfilter_acct-devel' 'libnetfilter_acct1' 'libnetfilter_acct1-32bit' 'libnetfilter_conntrack-devel' 'libnetfilter_conntrack3' 'libnetfilter_conntrack3-32bit' 'libnetfilter_cthelper-devel' 'libnetfilter_cthelper0' 'libnetfilter_cthelper0-32bit' 'libnetfilter_cttimeout-devel' 'libnetfilter_cttimeout1' 'libnetfilter_cttimeout1-32bit' 'libnetfilter_log-devel' 'libnetfilter_log1' 'libnetfilter_log1-32bit' 'libnetfilter_queue-devel' 'libnetfilter_queue1' 'libnetfilter_queue1-32bit' 'libnetlink-devel' 'libnetpbm-devel' 'libnetpbm11' 'libnetpbm11-32bit' 'libnettle-devel' 'libnettle-devel-32bit' 'libnettle8' 'libnettle8-32bit' 'libnewt0_52' 'libnewt0_52-32bit' 'libnextcloudsync-devel' 'libnextcloudsync0' 'libnf2ff0' 'libnfc-devel' 'libnfc-tools' 'libnfc6' 'libnfnetlink-devel' 'libnfnetlink0' 'libnfnetlink0-32bit' 'libnfs-devel' 'libnfs13' 'libnfsidmap-sss' 'libnfsidmap1' 'libnfsjunct0' 'libnftables1' 'libnftnl-devel' 'libnftnl11' 'libnghttp2-14' 'libnghttp2-14-32bit' 'libnghttp2-devel' 'libnghttp2_asio-devel' 'libnghttp2_asio1' 'libnghttp2_asio1-32bit' 'libngspice-devel' 'libngspice0' 'libnice' 'libnice-devel' 'libnice10' 'libnice10-32bit' 'libnilfs0' 'libnilfscleaner0' 'libnilfsgc0' 'libnjb' 'libnjb-devel' 'libnjb5' 'libnl-config' 'libnl-doc' 'libnl-tools' 'libnl3-200' 'libnl3-200-32bit' 'libnl3-devel' 'libnl3-devel-32bit' 'libnlopt0' 'libnm0' 'libnma-devel' 'libnma-lang' 'libnma0' 'libnormaliz3' 'libnoson2' 'libnotcurses++1' 'libnotcurses1' 'libnotify-devel' 'libnotify-devel-32bit' 'libnotify-tools' 'libnotify4' 'libnotify4-32bit' 'libnotmuch5' 'libnova-0_15-0' 'libnova-devel' 'libnpth0' 'libns1604' 'libns1604-32bit' 'libnscd-devel' 'libnscd1' 'libnscd1-32bit' 'libnsl-devel' 'libnsl2' 'libnsl2-32bit' 'libnss_nis2' 'libnss_nis2-32bit' 'libnss_slurm2' 'libnss_usrfiles2' 'libnss_usrfiles2-32bit' 'libnsssharedhelper0' 'libnsssharedhelper0-32bit' 'libnsync-devel' 'libnsync1' 'libnsync_cpp1' 'libntfs-3g-devel' 'libntfs-3g88' 'libntirpc-devel' 'libntirpc3_3' 'libntk1' 'libntl43' 'libntlm-devel' 'libntlm0' 'libnuma-devel' 'libnuma1' 'libnuma1-32bit' 'libnumbertext-1_0-0' 'libnumbertext-data' 'libnumbertext-devel' 'libnumbertext-tools' 'libnuspell3' 'libnvidia-container-devel' 'libnvidia-container-static' 'libnvidia-container-tools' 'libnvidia-container1' 'libnxml-devel' 'libnxml0' 'libnxml0-32bit' 'libo2scl0' 'liboaml1' 'liboath-devel' 'liboath0' 'liboauth-devel' 'liboauth0' 'liboauth0-32bit' 'libobby-0_4-1' 'libobjc2-devel' 'libobjc4' 'libobjc4-32bit' 'libobjc4-gcc7' 'libobjc4-gcc7-32bit' 'libobjc4-gcc9' 'libobjc4-gcc9-32bit' 'libobjc4_6' 'libobrender32' 'libobt2' 'libodbc2' 'libodbc2-32bit' 'libode8' 'libodfgen-0_1-1' 'libodfgen-devel' 'libodfgen-devel-doc' 'libodp-122_0_0' 'libodraw-devel' 'libodraw-tools' 'libodraw1' 'libofa-devel' 'libofa0' 'libofa0-32bit' 'libofx' 'libofx-devel' 'libofx7' 'libogg-devel' 'libogg0' 'libogg0-32bit' 'liboggkate1' 'liboggkate1-32bit' 'liboggz-devel' 'liboggz-doc' 'liboggz2' 'liboggz2-32bit' 'libogmrip-devel' 'libogmrip1' 'libogmrip1-debuginfo' 'liboil' 'liboil-32bit' 'liboil-devel' 'liboil-doc' 'libokteta-lang' 'liboldX-devel' 'liboldX-devel-32bit' 'liboldX6' 'liboldX6-32bit' 'libolecf-devel' 'libolecf-tools' 'libolecf1' 'libolm3' 'libomniORB4' 'libomp10-devel' 'libomp7-devel' 'libomp8-devel' 'libomp9-devel' 'libonig5' 'libonnx' 'libonnx_proto' 'libonnxifi_dummy' 'liboop-devel' 'liboop4' 'libopae-c1' 'libopagent1' 'libopagent1-32bit' 'libopal-devel' 'libopal3_10_10' 'libopamgt-devel' 'libopamgt0' 'libopasadb1_0_0' 'libopenCOLLADA-devel' 'libopenCOLLADA-doc' 'libopenCOLLADA-utils' 'libopenEMS0' 'libopen_amp0' 'libopenal0' 'libopenal0-32bit' 'libopenal1' 'libopenal1-32bit' 'libopenbabel5' 'libopenbabel5-32bit' 'libopenblas-gnu-hpc' 'libopenblas-gnu-hpc-devel' 'libopenblas-pthreads-gnu-hpc' 'libopenblas-pthreads-gnu-hpc-devel' 'libopenblas-pthreads_0_3_10-gnu-hpc' 'libopenblas-pthreads_0_3_10-gnu-hpc-devel' 'libopenblas_0_3_10-gnu-hpc' 'libopenblas_0_3_10-gnu-hpc-devel' 'libopenblas_openmp-devel' 'libopenblas_openmp0' 'libopenblas_pthreads-devel' 'libopenblas_pthreads0' 'libopenblas_serial-devel' 'libopenblas_serial0' 'libopencascade7' 'libopencc1_1' 'libopenconnect5' 'libopencore-amr-devel' 'libopencore-amrnb0' 'libopencore-amrnb0-32bit' 'libopencore-amrnb0-32bit-debuginfo' 'libopencore-amrnb0-debuginfo' 'libopencore-amrwb0' 'libopencore-amrwb0-32bit' 'libopencore-amrwb0-32bit-debuginfo' 'libopencore-amrwb0-debuginfo' 'libopencsd0' 'libopencsd_c_api0' 'libopencsg1' 'libopencv3_4' 'libopencv4_4' 'libopendkim11' 'libopenh264-6' 'libopenh264-6-debuginfo' 'libopenhpi4' 'libopeniscsiusr0_2_0' 'libopenjp2-7' 'libopenjp2-7-32bit' 'libopenjpeg1' 'libopenjpeg1-32bit' 'libopenlibm3' 'libopenmpi1-gnu-hpc' 'libopenmpi2-gnu-hpc' 'libopenmpi3-gnu-hpc' 'libopenmpi4-gnu-hpc' 'libopenmpi_1_10_7-gnu-hpc' 'libopenmpi_2_1_6-gnu-hpc' 'libopenmpi_3_1_6-gnu-hpc' 'libopenmpi_4_0_5-gnu-hpc' 'libopenmpt-devel' 'libopenmpt-modplug-devel' 'libopenmpt0' 'libopenmpt0-32bit' 'libopenmpt_modplug1' 'libopenobex2' 'libopenraw-devel' 'libopenraw1' 'libopenraw1-32bit' 'libopenscap25' 'libopenscap_sce25' 'libopenshot-audio-devel' 'libopenshot-audio7' 'libopenshot-devel' 'libopenshot19' 'libopenslide-devel' 'libopenslide0' 'libopensm9' 'libopensm9-32bit' 'libopenspecfun1' 'libopenssl-1_0_0-devel' 'libopenssl-1_0_0-devel-32bit' 'libopenssl-1_1-devel' 'libopenssl-1_1-devel-32bit' 'libopenssl-devel' 'libopenssl10' 'libopenssl1_0_0' 'libopenssl1_0_0-32bit' 'libopenssl1_0_0-hmac' 'libopenssl1_0_0-hmac-32bit' 'libopenssl1_0_0-steam' 'libopenssl1_0_0-steam-32bit' 'libopenssl1_1' 'libopenssl1_1-32bit' 'libopenssl1_1-hmac' 'libopenssl_cbs_lib0' 'libopentracing-cpp1' 'libopenvas_wincmd-devel' 'libopenvas_wincmd1' 'libopenvas_wmiclient-devel' 'libopenvas_wmiclient1' 'libopenvdb7_1' 'libopenvswitch-2_14-0' 'liboping-devel' 'liboping-devel-32bit' 'liboping0' 'liboping0-32bit' 'libopts25' 'libopus-devel' 'libopus0' 'libopus0-32bit' 'libopusenc-devel' 'libopusenc0' 'libopusfile0' 'liborc-0_4-0' 'liborc-0_4-0-32bit' 'liborcania2_1' 'liborcus-0_15-0' 'liborcus-devel' 'liborcus-tools' 'liborigin-devel' 'liborigin-doc' 'liborigin-tools' 'liborigin3' 'libortp15' 'libortp15-32bit' 'libosdCPU3_4_3' 'libosinfo' 'libosinfo-1_0-0' 'libosinfo-devel' 'libosinfo-lang' 'libosip2-12' 'libosip2-devel' 'liboslcomp1_11' 'liboslexec1_11' 'liboslnoise1_11' 'liboslquery1_11' 'libosmcomp5' 'libosmcomp5-32bit' 'libosmgpsmap-1_0-1' 'libosmgpsmap-devel' 'libosmo-dsp-devel' 'libosmo-dsp-doc' 'libosmo-e1d-devel' 'libosmo-e1d0' 'libosmo-fl2k0' 'libosmo-gsup-client-devel' 'libosmo-gsup-client0' 'libosmo-mgcp-client-devel' 'libosmo-mgcp-client6' 'libosmo-mgcp-devel' 'libosmo-mtp-1_3_0' 'libosmo-mtp-devel' 'libosmo-ranap-devel' 'libosmo-ranap3' 'libosmo-rspro-devel' 'libosmo-rspro1' 'libosmo-sabp-devel' 'libosmo-sabp0' 'libosmo-sccp-1_3_0' 'libosmo-sccp-devel' 'libosmo-sigtran-devel' 'libosmo-sigtran5' 'libosmo-simtrace2-0' 'libosmo-simtrace2-devel' 'libosmo-xua-1_3_0' 'libosmo-xua-devel' 'libosmoabis-devel' 'libosmoabis9' 'libosmocodec-devel' 'libosmocodec0' 'libosmocoding-devel' 'libosmocoding0' 'libosmocore-devel' 'libosmocore-tools' 'libosmocore16' 'libosmoctrl-devel' 'libosmoctrl0' 'libosmodsp0' 'libosmogb-devel' 'libosmogb11' 'libosmogsm-devel' 'libosmogsm15' 'libosmonetif-devel' 'libosmonetif8' 'libosmosdr0' 'libosmosim-devel' 'libosmosim2' 'libosmotrau-devel' 'libosmotrau2' 'libosmousb-devel' 'libosmousb0' 'libosmovty-devel' 'libosmovty4' 'libosmvendor5' 'libosmvendor5-32bit' 'libospf0' 'libospfapiclient0' 'libossim1' 'libossp-uuid++16' 'libossp-uuid16' 'libossp-uuid_dce16' 'libostree' 'libostree-1-1' 'libostree-devel' 'libostree-grub2' 'libotb7' 'libotf' 'libotf-devel' 'libotf-devel-32bit' 'libotf1' 'libotf1-32bit' 'libotr-devel' 'libotr-tools' 'libotr5' 'libout123-0' 'libout123-0-32bit' 'libovf-glib-devel' 'libovn-20_06-0' 'libowncloudsync-devel' 'libowncloudsync0' 'libowncloudsync0-debuginfo' 'liboyranos-alpha-devel' 'liboyranos-devel' 'liboyranos0' 'liboyranos0-cups' 'liboyranos0-lraw' 'liboyranos0-monitor' 'liboyranos0-sane' 'libp11-3' 'libp11-3-32bit' 'libp11-devel' 'libp11-kit0' 'libp11-kit0-32bit' 'libp8-platform2' 'libpacemaker-devel' 'libpacemaker3' 'libpackagekit-glib2-18' 'libpackagekit-glib2-18-32bit' 'libpackagekit-glib2-devel' 'libpackagekit-glib2-devel-32bit' 'libpackagekitqt5-1' 'libpagemaker-0_0-0' 'libpagemaker-devel' 'libpagemaker-devel-doc' 'libpagemaker-tools' 'libpaho-mqtt-devel' 'libpaho-mqtt1' 'libpainter0' 'libpamtest-devel' 'libpamtest-devel-doc' 'libpamtest0' 'libpango-1_0-0' 'libpango-1_0-0-32bit' 'libpangomm-1_4-1' 'libpangomm-1_4-1-32bit' 'libpangomm-2_44-1' 'libpangomm-2_44-1-32bit' 'libpano-devel' 'libpano-utils' 'libpano13-3' 'libpaper-devel' 'libpaper-utils' 'libpaper1' 'libpapi' 'libpapi-32bit' 'libpapi-hpc' 'libpapi_6_0_0-hpc' 'libparanoia1_0' 'libparaview5_8' 'libpari-gmp-tls6' 'libparlatype-devel' 'libparlatype3' 'libparpack2-openmpi1' 'libparpack2-openmpi1-32bit' 'libparpack2-openmpi2' 'libparpack2-openmpi2-32bit' 'libparpack2-openmpi3' 'libparpack2-openmpi3-32bit' 'libparserutils-devel' 'libparserutils0' 'libparted0' 'libparted0-32bit' 'libpasswdqc0' 'libpasswdqc0-32bit' 'libpath_utils-devel' 'libpath_utils-devel-32bit' 'libpath_utils1' 'libpath_utils1-32bit' 'libpcap-devel' 'libpcap-devel-32bit' 'libpcap-devel-static' 'libpcap1' 'libpcap1-32bit' 'libpcaudio0' 'libpcd-devel' 'libpcd2' 'libpci3' 'libpci3-32bit' 'libpciaccess-devel' 'libpciaccess0' 'libpciaccess0-32bit' 'libpcp-devel' 'libpcp3' 'libpcp_gui2' 'libpcp_import1' 'libpcp_mmv1' 'libpcp_trace2' 'libpcp_web1' 'libpcre1' 'libpcre1-32bit' 'libpcre16-0' 'libpcre16-0-32bit' 'libpcre2-16-0' 'libpcre2-16-0-32bit' 'libpcre2-32-0' 'libpcre2-32-0-32bit' 'libpcre2-8-0' 'libpcre2-8-0-32bit' 'libpcre2-posix2' 'libpcre2-posix2-32bit' 'libpcrecpp0' 'libpcrecpp0-32bit' 'libpcreposix0' 'libpcreposix0-32bit' 'libpcsclite1' 'libpcsclite1-32bit' 'libpcscspy0' 'libpcscspy0-32bit' 'libpeas-1_0-0' 'libpeas-demo' 'libpeas-devel' 'libpeas-gtk-1_0-0' 'libpeas-lang' 'libpeas-loader-python3' 'libpeasd-3-0' 'libpegclient1' 'libpegcommon1' 'libpegexportserver1' 'libpeglistener1' 'libperseus-sdr-devel' 'libperseus-sdr-udev' 'libperseus-sdr0' 'libpetsc-gnu-mpich-hpc' 'libpetsc-gnu-mvapich2-hpc' 'libpetsc-gnu-openmpi1-hpc' 'libpetsc-gnu-openmpi2-hpc' 'libpetsc-gnu-openmpi3-hpc' 'libpetsc3' 'libpetsc3-openmpi1' 'libpetsc3-openmpi2' 'libpetsc3-openmpi3' 'libpetsc_3_12_2-gnu-mpich-hpc' 'libpetsc_3_12_2-gnu-mvapich2-hpc' 'libpetsc_3_12_2-gnu-openmpi1-hpc' 'libpetsc_3_12_2-gnu-openmpi2-hpc' 'libpetsc_3_12_2-gnu-openmpi3-hpc' 'libpff-devel' 'libpff-tools' 'libpff1' 'libpfm-devel' 'libpfm-devel-static' 'libpfm4' 'libpfm4-32bit' 'libpfs2' 'libpgeasy-devel' 'libpgeasy3' 'libpgf-devel' 'libpgf7' 'libpgm-5_2-0' 'libpgm-5_2-0-32bit' 'libphobos2-0_87' 'libphobos2-ldc93' 'libphodav-2_0-0' 'libphonenumber-devel' 'libphonenumber8' 'libphonon4qt5' 'libphonon4qt5-32bit' 'libphysfs-devel' 'libphysfs1' 'libpinyin-data' 'libpinyin-devel' 'libpinyin-tools' 'libpinyin13' 'libpinyin13-32bit' 'libpipeline-devel' 'libpipeline1' 'libpipewire-0_2-1' 'libpipewire-0_3-0' 'libpisock-devel' 'libpisock9' 'libpisync-devel' 'libpisync1' 'libpixman-1-0' 'libpixman-1-0-32bit' 'libpixman-1-0-devel' 'libpkcs11-helper1' 'libpkcs11-helper1-32bit' 'libpkgconf-devel' 'libpkgconf3' 'libplacebo-devel' 'libplacebo72' 'libplanarity0' 'libplank1' 'libplayerctl2' 'libplib0' 'libplist++-devel' 'libplist++3' 'libplist++3-32bit' 'libplist-devel' 'libplist3' 'libplist3-32bit' 'libplot2' 'libplotter2' 'libplplot17' 'libplplotada4' 'libplplotcxx15' 'libplplotfortran0' 'libplplotqt2' 'libplplotwxwidgets1' 'libply-boot-client5' 'libply-splash-core5' 'libply-splash-graphics5' 'libply5' 'libpmem-devel' 'libpmem1' 'libpmemblk-devel' 'libpmemblk1' 'libpmemlog-devel' 'libpmemlog1' 'libpmemobj-cpp-devel' 'libpmemobj-cpp-devel-doc' 'libpmemobj-devel' 'libpmemobj1' 'libpmempool-devel' 'libpmempool1' 'libpmi0' 'libpmix2' 'libpnetcdf-gnu-mpich-hpc' 'libpnetcdf-gnu-mvapich2-hpc' 'libpnetcdf-gnu-openmpi2-hpc' 'libpnetcdf-gnu-openmpi3-hpc' 'libpnetcdf-gnu-openmpi4-hpc' 'libpnetcdf1-mvapich2' 'libpnetcdf1-openmpi1' 'libpnetcdf1-openmpi2' 'libpnetcdf1-openmpi3' 'libpnetcdf4-mpich' 'libpnetcdf4-mvapich2' 'libpnetcdf4-openmpi1' 'libpnetcdf4-openmpi2' 'libpnetcdf4-openmpi3' 'libpnetcdf_1_12_1-gnu-mpich-hpc' 'libpnetcdf_1_12_1-gnu-mvapich2-hpc' 'libpnetcdf_1_12_1-gnu-openmpi2-hpc' 'libpnetcdf_1_12_1-gnu-openmpi3-hpc' 'libpnetcdf_1_12_1-gnu-openmpi4-hpc' 'libpng12-0' 'libpng12-0-32bit' 'libpng12-compat-devel' 'libpng12-compat-devel-32bit' 'libpng12-devel' 'libpng12-devel-32bit' 'libpng16-16' 'libpng16-16-32bit' 'libpng16-compat-devel' 'libpng16-compat-devel-32bit' 'libpng16-devel' 'libpng16-devel-32bit' 'libpng16-tools' 'libpnglite0' 'libpocketsphinx1' 'libpocketsphinx3' 'libpocl2' 'libpodofo-devel' 'libpodofo0_9_6' 'libpolkit-qt5-1-1' 'libpolkit-qt5-1-1-32bit' 'libpolkit-qt5-1-devel' 'libpolkit-qt5-1-devel-32bit' 'libpolkit0' 'libpolkit0-32bit' 'libpolyclipping-devel' 'libpolyclipping22' 'libpolylibgmp8' 'libpoppler-cpp0' 'libpoppler-cpp0-32bit' 'libpoppler-devel' 'libpoppler-glib-devel' 'libpoppler-glib8' 'libpoppler-glib8-32bit' 'libpoppler-qt5-1' 'libpoppler-qt5-1-32bit' 'libpoppler-qt5-devel' 'libpoppler101' 'libpoppler101-32bit' 'libpopt0' 'libpopt0-32bit' 'libportal-devel' 'libportal0' 'libportaudio2' 'libportaudio2-32bit' 'libportaudiocpp0' 'libportmidi0' 'libpostproc53' 'libpostproc53-32bit' 'libpostproc53-32bit-debuginfo' 'libpostproc53-debuginfo' 'libpostproc54' 'libpostproc54-32bit' 'libpostproc54-32bit-debuginfo' 'libpostproc54-debuginfo' 'libpostproc55_7' 'libpostproc55_7-32bit' 'libpostproc55_7-32bit-debuginfo' 'libpostproc55_7-debuginfo' 'libpotrace0' 'libpowerman0' 'libppl14' 'libppl_c4' 'libpq5' 'libpq5-32bit' 'libpqos-devel' 'libpqos4' 'libpqxx-6_4' 'libpqxx-devel' 'libprelude-devel' 'libprelude-devel-bindings' 'libprelude-doc' 'libprelude28' 'libpreludecpp12' 'libpreludedb-devel' 'libpreludedb-devel-bindings' 'libpreludedb-doc' 'libpreludedb-mysql' 'libpreludedb-pgsql' 'libpreludedb-plugins' 'libpreludedb-sqlite' 'libpreludedb7' 'libpreludedbcpp2' 'libpresage-devel' 'libpresage-doc' 'libpresage1' 'libprimecount-devel' 'libprimecount6' 'libprimesieve-devel' 'libprimesieve9' 'libprocps8' 'libprofiler0' 'libproj13' 'libproj19' 'libprojectM3' 'libprometheus-cpp0' 'libpromises-devel' 'libpromises3' 'libprotobuf-c-devel' 'libprotobuf-c1' 'libprotobuf-lite23' 'libprotobuf-lite23-32bit' 'libprotobuf-mutator-devel' 'libprotobuf-mutator0' 'libprotobuf-nanopb0' 'libprotobuf23' 'libprotobuf23-32bit' 'libprotoc23' 'libprotoc23-32bit' 'libproxy-devel' 'libproxy-sharp' 'libproxy-tools' 'libproxy1' 'libproxy1-32bit' 'libproxy1-config-gnome3' 'libproxy1-config-gnome3-32bit' 'libproxy1-config-kde' 'libproxy1-config-kde-32bit' 'libproxy1-networkmanager' 'libproxy1-networkmanager-32bit' 'libproxy1-pacrunner-webkit' 'libproxy1-pacrunner-webkit-32bit' 'libpskc-devel' 'libpskc0' 'libpsl-devel' 'libpsl5' 'libpsl5-32bit' 'libpsm2-2' 'libpsm2-compat' 'libpsm2-devel' 'libpsm_infinipath1' 'libpsm_infinipath1-32bit' 'libpspell15' 'libpspell15-32bit' 'libpst' 'libpst-devel' 'libpst4' 'libpt-devel' 'libpt2_10_11' 'libpt2_10_11-plugins-avc' 'libpt2_10_11-plugins-pulse' 'libptexenc1' 'libptscotch-gnu-mpich-hpc' 'libptscotch-gnu-mvapich2-hpc' 'libptscotch-gnu-openmpi1-hpc' 'libptscotch-gnu-openmpi2-hpc' 'libptscotch-gnu-openmpi3-hpc' 'libptscotch0-mpich' 'libptscotch0-mvapich2' 'libptscotch0-openmpi1' 'libptscotch0-openmpi2' 'libptscotch0-openmpi3' 'libptscotch_6_0_9-gnu-mpich-hpc' 'libptscotch_6_0_9-gnu-mvapich2-hpc' 'libptscotch_6_0_9-gnu-openmpi1-hpc' 'libptscotch_6_0_9-gnu-openmpi2-hpc' 'libptscotch_6_0_9-gnu-openmpi3-hpc' 'libpugixml1' 'libpulse-devel' 'libpulse-devel-32bit' 'libpulse-mainloop-glib0' 'libpulse-mainloop-glib0-32bit' 'libpulse0' 'libpulse0-32bit' 'libpurple' 'libpurple-branding-openSUSE' 'libpurple-branding-upstream' 'libpurple-devel' 'libpurple-lang' 'libpurple-plugin-bot-sentry' 'libpurple-plugin-bot-sentry-lang' 'libpurple-plugin-carbons' 'libpurple-plugin-facebook' 'libpurple-plugin-gnome-keyring' 'libpurple-plugin-import-empathy' 'libpurple-plugin-libsteam' 'libpurple-plugin-lurch' 'libpurple-plugin-mattermost' 'libpurple-plugin-mrim' 'libpurple-plugin-mrim-lang' 'libpurple-plugin-pack' 'libpurple-plugin-pack-extras' 'libpurple-plugin-pack-lang' 'libpurple-plugin-prpltwtr' 'libpurple-plugin-prpltwtr-lang' 'libpurple-plugin-rocketchat' 'libpurple-plugin-sametime' 'libpurple-plugin-sipe' 'libpurple-plugin-sipe-lang' 'libpurple-plugin-skypeweb' 'libpurple-plugin-telegram' 'libpurple-plugin-telegram-lang' 'libpurple-plugin-xmpp-http-upload' 'libpurple-tcl' 'libpwquality-devel' 'libpwquality-lang' 'libpwquality-tools' 'libpwquality1' 'libpwquality1-32bit' 'libpythia8' 'libpythia8lhapdf6' 'libpython2_7-1_0' 'libpython2_7-1_0-32bit' 'libpython3_6m1_0' 'libpython3_6m1_0-32bit' 'libpython3_8-1_0' 'libpython3_8-1_0-32bit' 'libpython3_9-1_0' 'libpython3_9-1_0-32bit' 'libpyzy-1_0-0' 'libqalculate-devel' 'libqalculate21' 'libqb-devel' 'libqb-devel-32bit' 'libqb-tests' 'libqb-tools' 'libqb100' 'libqb100-32bit' 'libqca-qt5' 'libqca-qt5-devel' 'libqca-qt5-plugins' 'libqcow-devel' 'libqcow-tools' 'libqcow1' 'libqcustomplot2' 'libqd0' 'libqgpgme-devel' 'libqgpgme7' 'libqgpgme7-32bit' 'libqhexedit4' 'libqhull7' 'libqimageblitz5-1' 'libqimageblitz5-devel' 'libqjack-devel' 'libqjack0' 'libqjson' 'libqjson-debugsource' 'libqjson-devel' 'libqjson0' 'libqjson0-debuginfo' 'libqmatrixclient-devel' 'libqmi-devel' 'libqmi-glib5' 'libqmi-tools' 'libqmmp-devel' 'libqmmp-plugin-mplayer' 'libqmmp-plugin-mplayer-debuginfo' 'libqmmp-plugins' 'libqmmp-plugins-debuginfo' 'libqmmp1' 'libqmmp1-32bit' 'libqmmp1-32bit-debuginfo' 'libqmmp1-debuginfo' 'libqoauth2' 'libqobs-devel' 'libqobs2' 'libqobs2-debuginfo' 'libqore5' 'libqpdf28' 'libqpid-proton-cpp12' 'libqpid-proton-proactor1' 'libqpid-proton10' 'libqqwing2' 'libqrcodegen1' 'libqrcodegencpp1' 'libqrencode4' 'libqrencode4-32bit' 'libqrupdate1' 'libqsastime0' 'libqscintilla2_qt5-15' 'libqscintilla_qt5-devel' 'libqt4' 'libqt4' 'libqt4-debuginfo' 'libqt4-debugsource' 'libqt4-devel' 'libqt4-devel-debuginfo' 'libqt4-linguist' 'libqt4-linguist-debuginfo' 'libqt4-private-headers-devel' 'libqt4-qt3support' 'libqt4-qt3support-debuginfo' 'libqt4-sql' 'libqt4-sql-debuginfo' 'libqt4-sql-sqlite' 'libqt4-sql-sqlite-debuginfo' 'libqt4-x11' 'libqt4-x11-debuginfo' 'libqt5-creator' 'libqt5-creator-plugin-devel' 'libqt5-linguist' 'libqt5-linguist-devel' 'libqt5-qdbus' 'libqt5-qt3d-devel' 'libqt5-qt3d-examples' 'libqt5-qt3d-imports' 'libqt5-qt3d-private-headers-devel' 'libqt5-qt3d-tools' 'libqt5-qtbase-common-devel' 'libqt5-qtbase-devel' 'libqt5-qtbase-examples' 'libqt5-qtbase-examples-32bit' 'libqt5-qtbase-platformtheme-gtk3' 'libqt5-qtbase-platformtheme-xdgdesktopportal' 'libqt5-qtbase-private-headers-devel' 'libqt5-qtcanvas3d' 'libqt5-qtcanvas3d-examples' 'libqt5-qtcharts-examples' 'libqt5-qtcharts-imports' 'libqt5-qtconnectivity-devel' 'libqt5-qtconnectivity-devel-32bit' 'libqt5-qtconnectivity-examples' 'libqt5-qtconnectivity-private-headers-devel' 'libqt5-qtconnectivity-tools' 'libqt5-qtdatavis3d-examples' 'libqt5-qtdatavis3d-imports' 'libqt5-qtdeclarative-devel' 'libqt5-qtdeclarative-devel-32bit' 'libqt5-qtdeclarative-examples' 'libqt5-qtdeclarative-private-headers-devel' 'libqt5-qtdeclarative-tools' 'libqt5-qtdoc' 'libqt5-qtdoc-devel' 'libqt5-qtdoc-html' 'libqt5-qtdoc-qch' 'libqt5-qtgamepad-devel' 'libqt5-qtgamepad-devel-32bit' 'libqt5-qtgamepad-examples' 'libqt5-qtgamepad-private-headers-devel' 'libqt5-qtgraphicaleffects' 'libqt5-qtimageformats' 'libqt5-qtimageformats-32bit' 'libqt5-qtimageformats-devel' 'libqt5-qtlocation-devel' 'libqt5-qtlocation-devel-32bit' 'libqt5-qtlocation-examples' 'libqt5-qtlocation-private-headers-devel' 'libqt5-qtlottie' 'libqt5-qtmultimedia-devel' 'libqt5-qtmultimedia-devel-32bit' 'libqt5-qtmultimedia-examples' 'libqt5-qtmultimedia-private-headers-devel' 'libqt5-qtnetworkauth-devel' 'libqt5-qtnetworkauth-devel-32bit' 'libqt5-qtnetworkauth-examples' 'libqt5-qtnetworkauth-private-headers-devel' 'libqt5-qtpaths' 'libqt5-qtpdf-devel' 'libqt5-qtpdf-examples' 'libqt5-qtpdf-imports' 'libqt5-qtpdf-private-headers-devel' 'libqt5-qtquick3d-devel' 'libqt5-qtquick3d-examples' 'libqt5-qtquick3d-imports' 'libqt5-qtquick3d-private-headers-devel' 'libqt5-qtquick3d-tools' 'libqt5-qtquickcontrols' 'libqt5-qtquickcontrols-examples' 'libqt5-qtquickcontrols2' 'libqt5-qtquickcontrols2-examples' 'libqt5-qtquickcontrols2-private-headers-devel' 'libqt5-qtquicktimeline' 'libqt5-qtremoteobjects-devel' 'libqt5-qtremoteobjects-devel-32bit' 'libqt5-qtremoteobjects-examples' 'libqt5-qtremoteobjects-private-headers-devel' 'libqt5-qtremoteobjects-tools' 'libqt5-qtscript-devel' 'libqt5-qtscript-devel-32bit' 'libqt5-qtscript-examples' 'libqt5-qtscript-private-headers-devel' 'libqt5-qtscxml-devel' 'libqt5-qtscxml-devel-32bit' 'libqt5-qtscxml-examples' 'libqt5-qtscxml-private-headers-devel' 'libqt5-qtscxml-tools' 'libqt5-qtsensors-devel' 'libqt5-qtsensors-devel-32bit' 'libqt5-qtsensors-examples' 'libqt5-qtsensors-private-headers-devel' 'libqt5-qtserialbus' 'libqt5-qtserialbus-32bit' 'libqt5-qtserialbus-devel' 'libqt5-qtserialbus-devel-32bit' 'libqt5-qtserialbus-examples' 'libqt5-qtserialbus-private-headers-devel' 'libqt5-qtserialport-devel' 'libqt5-qtserialport-devel-32bit' 'libqt5-qtserialport-examples' 'libqt5-qtserialport-private-headers-devel' 'libqt5-qtspeech-devel' 'libqt5-qtspeech-devel-32bit' 'libqt5-qtspeech-examples' 'libqt5-qtspeech-plugin-speechd' 'libqt5-qtspeech-plugin-speechd-32bit' 'libqt5-qtstyleplugins' 'libqt5-qtstyleplugins-devel' 'libqt5-qtstyleplugins-platformtheme-gtk2' 'libqt5-qtsvg-devel' 'libqt5-qtsvg-devel-32bit' 'libqt5-qtsvg-examples' 'libqt5-qtsvg-private-headers-devel' 'libqt5-qttools' 'libqt5-qttools-32bit' 'libqt5-qttools-devel' 'libqt5-qttools-devel-32bit' 'libqt5-qttools-doc' 'libqt5-qttools-example-plugins' 'libqt5-qttools-examples' 'libqt5-qttools-private-headers-devel' 'libqt5-qttools-qhelpgenerator' 'libqt5-qttranslations' 'libqt5-qtvirtualkeyboard' 'libqt5-qtvirtualkeyboard-devel' 'libqt5-qtvirtualkeyboard-examples' 'libqt5-qtvirtualkeyboard-hunspell' 'libqt5-qtvirtualkeyboard-private-headers-devel' 'libqt5-qtwayland' 'libqt5-qtwayland-32bit' 'libqt5-qtwayland-devel' 'libqt5-qtwayland-devel-32bit' 'libqt5-qtwayland-examples' 'libqt5-qtwayland-private-headers-devel' 'libqt5-qtwebchannel-devel' 'libqt5-qtwebchannel-devel-32bit' 'libqt5-qtwebchannel-examples' 'libqt5-qtwebchannel-private-headers-devel' 'libqt5-qtwebengine' 'libqt5-qtwebengine-32bit' 'libqt5-qtwebengine-devel' 'libqt5-qtwebengine-devel-32bit' 'libqt5-qtwebengine-examples' 'libqt5-qtwebengine-private-headers-devel' 'libqt5-qtwebsockets-devel' 'libqt5-qtwebsockets-devel-32bit' 'libqt5-qtwebsockets-examples' 'libqt5-qtwebsockets-private-headers-devel' 'libqt5-qtwebview-devel' 'libqt5-qtwebview-examples' 'libqt5-qtwebview-private-headers-devel' 'libqt5-qtx11extras-devel' 'libqt5-qtx11extras-devel-32bit' 'libqt5-qtxmlpatterns-devel' 'libqt5-qtxmlpatterns-devel-32bit' 'libqt5-qtxmlpatterns-examples' 'libqt5-qtxmlpatterns-imports' 'libqt5-qtxmlpatterns-imports-32bit' 'libqt5-qtxmlpatterns-private-headers-devel' 'libqt5keychain1' 'libqt5keychain1-32bit' 'libqt5keychain1-lang' 'libqt5xdg-devel' 'libqtcurve-cairo1' 'libqtcurve-cairo1-32bit' 'libqtcurve-cairo1-32bit-debuginfo' 'libqtcurve-cairo1-debuginfo' 'libqtcurve-utils2' 'libqtcurve-utils2-32bit' 'libqtcurve-utils2-32bit-debuginfo' 'libqtcurve-utils2-debuginfo' 'libqtermwidget5-0' 'libquadmath0' 'libquadmath0-32bit' 'libquadmath0-gcc7' 'libquadmath0-gcc7-32bit' 'libquadmath0-gcc9' 'libquadmath0-gcc9-32bit' 'libquagga_pb0' 'libquazip1-qt5-1_0_0' 'libquicktime' 'libquicktime' 'libquicktime-32bit' 'libquicktime-32bit-debuginfo' 'libquicktime-debuginfo' 'libquicktime-debugsource' 'libquicktime-devel' 'libquicktime-lang' 'libquicktime-orig-addon' 'libquicktime-orig-addon-32bit' 'libquicktime-orig-addon-32bit-debuginfo' 'libquicktime-orig-addon-debuginfo' 'libquicktime-tools' 'libquicktime-tools-debuginfo' 'libquicktime0' 'libquicktime0-32bit' 'libquicktime0-32bit-debuginfo' 'libquicktime0-debuginfo' 'libquo-devel' 'libquo6' 'libquorum5' 'libquorum5-32bit' 'libquvi-0_9-0_9_4' 'libquvi-devel' 'libquvi-scripts' 'libquvi-scripts-devel' 'libquvi-scripts-nsfw' 'libqwt5-qt5-5' 'libqwt6' 'libqwtplot3d-qt5-0' 'libqxmledit0' 'libqxmledit0-32bit' 'libqxmpp-devel' 'libqxmpp-doc' 'libqxmpp3' 'libqxmpp3-32bit' 'libqxp-0_0-0' 'libqxp-devel' 'libqxp-doc' 'libqxp-tools' 'libqxtglobalshortcut0' 'librabbitmq-devel' 'librabbitmq4' 'libradcli4' 'librados-devel' 'librados2' 'libradospp-devel' 'libraft0' 'libragel0' 'librapi2' 'librapi2' 'librapi2-debuginfo' 'librapi2-debugsource' 'librapi2-devel' 'libraptor-devel' 'libraptor2-0' 'libraptor2-0-32bit' 'libraqm-devel' 'libraqm-doc' 'libraqm0' 'librasqal-devel' 'librasqal-devel-doc' 'librasqal3' 'librasqal3-32bit' 'libratbag-devel' 'libratbag-tools' 'librav1e0' 'librav1e0-32bit' 'libraven0' 'libraw-devel' 'libraw-devel-static' 'libraw-tools' 'libraw1394-11' 'libraw1394-11-32bit' 'libraw1394-devel' 'libraw1394-devel-32bit' 'libraw1394-tools' 'libraw20' 'libraylib301' 'librbd-devel' 'librbd1' 'librbio2' 'librbl1' 'librcc-devel' 'librcc0' 'librcc0-32bit' 'librcd-devel' 'librcd0' 'librcd0-32bit' 'librdf0' 'librdf0-32bit' 'librdkafka-devel' 'librdkafka1' 'librdmacm-utils' 'librdmacm1' 'librdmacm1-32bit' 'libre0suse0' 'libre2-8' 'libre2-8-32bit' 'libreadline-java' 'libreadline-java-32bit' 'libreadline-java-javadoc' 'libreadline5' 'libreadline5-32bit' 'libreadline6' 'libreadline6-32bit' 'libreadline8' 'libreadline8-32bit' 'librealsense' 'librealsense-devel' 'librealsense-examples' 'librealsense2' 'librecad' 'librecad-parts' 'librecode3' 'libredis++' 'libredland-devel' 'libredwg-devel' 'libredwg-tools' 'libredwg0' 'libref_array-devel' 'libref_array-devel-32bit' 'libref_array1' 'libref_array1-32bit' 'libregf-devel' 'libregf-tools' 'libregf1' 'libregina3' 'libreiser4-2_0-0' 'libreiser4-minimal-2_0-0' 'libreiserfs-0_3-0' 'libreiserfs-0_3-0-32bit' 'libreiserfs-devel' 'libreiserfs-devel-32bit' 'libreiserfs-progs' 'libreiserfscore-devel' 'libreiserfscore0' 'librelp-devel' 'librelp0' 'librem0' 'libreoffice' 'libreoffice-base' 'libreoffice-base-drivers-firebird' 'libreoffice-base-drivers-postgresql' 'libreoffice-branding-openSUSE' 'libreoffice-branding-upstream' 'libreoffice-calc' 'libreoffice-calc-extensions' 'libreoffice-draw' 'libreoffice-filters-optional' 'libreoffice-gdb-pretty-printers' 'libreoffice-glade' 'libreoffice-gnome' 'libreoffice-gtk3' 'libreoffice-icon-themes' 'libreoffice-impress' 'libreoffice-l10n-af' 'libreoffice-l10n-am' 'libreoffice-l10n-ar' 'libreoffice-l10n-as' 'libreoffice-l10n-ast' 'libreoffice-l10n-be' 'libreoffice-l10n-bg' 'libreoffice-l10n-bn' 'libreoffice-l10n-bn_IN' 'libreoffice-l10n-bo' 'libreoffice-l10n-br' 'libreoffice-l10n-brx' 'libreoffice-l10n-bs' 'libreoffice-l10n-ca' 'libreoffice-l10n-ca_valencia' 'libreoffice-l10n-ckb' 'libreoffice-l10n-cs' 'libreoffice-l10n-cy' 'libreoffice-l10n-da' 'libreoffice-l10n-de' 'libreoffice-l10n-dgo' 'libreoffice-l10n-dsb' 'libreoffice-l10n-dz' 'libreoffice-l10n-el' 'libreoffice-l10n-en' 'libreoffice-l10n-en_GB' 'libreoffice-l10n-en_ZA' 'libreoffice-l10n-eo' 'libreoffice-l10n-es' 'libreoffice-l10n-et' 'libreoffice-l10n-eu' 'libreoffice-l10n-fa' 'libreoffice-l10n-fi' 'libreoffice-l10n-fr' 'libreoffice-l10n-fur' 'libreoffice-l10n-fy' 'libreoffice-l10n-ga' 'libreoffice-l10n-gd' 'libreoffice-l10n-gl' 'libreoffice-l10n-gu' 'libreoffice-l10n-gug' 'libreoffice-l10n-he' 'libreoffice-l10n-hi' 'libreoffice-l10n-hr' 'libreoffice-l10n-hsb' 'libreoffice-l10n-hu' 'libreoffice-l10n-id' 'libreoffice-l10n-is' 'libreoffice-l10n-it' 'libreoffice-l10n-ja' 'libreoffice-l10n-ka' 'libreoffice-l10n-kab' 'libreoffice-l10n-kk' 'libreoffice-l10n-km' 'libreoffice-l10n-kmr_Latn' 'libreoffice-l10n-kn' 'libreoffice-l10n-ko' 'libreoffice-l10n-kok' 'libreoffice-l10n-ks' 'libreoffice-l10n-lb' 'libreoffice-l10n-lo' 'libreoffice-l10n-lt' 'libreoffice-l10n-lv' 'libreoffice-l10n-mai' 'libreoffice-l10n-mk' 'libreoffice-l10n-ml' 'libreoffice-l10n-mn' 'libreoffice-l10n-mni' 'libreoffice-l10n-mr' 'libreoffice-l10n-my' 'libreoffice-l10n-nb' 'libreoffice-l10n-ne' 'libreoffice-l10n-nl' 'libreoffice-l10n-nn' 'libreoffice-l10n-nr' 'libreoffice-l10n-nso' 'libreoffice-l10n-oc' 'libreoffice-l10n-om' 'libreoffice-l10n-or' 'libreoffice-l10n-pa' 'libreoffice-l10n-pl' 'libreoffice-l10n-pt_BR' 'libreoffice-l10n-pt_PT' 'libreoffice-l10n-ro' 'libreoffice-l10n-ru' 'libreoffice-l10n-rw' 'libreoffice-l10n-sa_IN' 'libreoffice-l10n-sat' 'libreoffice-l10n-sd' 'libreoffice-l10n-si' 'libreoffice-l10n-sid' 'libreoffice-l10n-sk' 'libreoffice-l10n-sl' 'libreoffice-l10n-sq' 'libreoffice-l10n-sr' 'libreoffice-l10n-ss' 'libreoffice-l10n-st' 'libreoffice-l10n-sv' 'libreoffice-l10n-sw_TZ' 'libreoffice-l10n-szl' 'libreoffice-l10n-ta' 'libreoffice-l10n-te' 'libreoffice-l10n-tg' 'libreoffice-l10n-th' 'libreoffice-l10n-tn' 'libreoffice-l10n-tr' 'libreoffice-l10n-ts' 'libreoffice-l10n-tt' 'libreoffice-l10n-ug' 'libreoffice-l10n-uk' 'libreoffice-l10n-uz' 'libreoffice-l10n-ve' 'libreoffice-l10n-vec' 'libreoffice-l10n-vi' 'libreoffice-l10n-xh' 'libreoffice-l10n-zh_CN' 'libreoffice-l10n-zh_TW' 'libreoffice-l10n-zu' 'libreoffice-librelogo' 'libreoffice-mailmerge' 'libreoffice-math' 'libreoffice-officebean' 'libreoffice-pyuno' 'libreoffice-qt5' 'libreoffice-sdk' 'libreoffice-sdk-doc' 'libreoffice-share-linker' 'libreoffice-voikko' 'libreoffice-writer' 'libreoffice-writer-extensions' 'libreofficekit' 'libreofficekit-devel' 'librep' 'librep-devel' 'librep16' 'librepair-2_0-0' 'libreplaygain-devel' 'libreplaygain1' 'librepo-devel' 'librepo0' 'librepository' 'librepository-javadoc' 'librepute1' 'libressl' 'libressl-devel' 'libressl-devel-32bit' 'libressl-devel-doc' 'librest-0_7-0' 'librest-0_7-0-32bit' 'librest-devel' 'libretro-2048' 'libretro-3dengine' 'libretro-4do' 'libretro-4do' 'libretro-4do-debuginfo' 'libretro-4do-debugsource' 'libretro-81' 'libretro-atari800' 'libretro-beetle-gba' 'libretro-beetle-lynx' 'libretro-beetle-ngp' 'libretro-beetle-pce-fast' 'libretro-beetle-pcfx' 'libretro-beetle-psx' 'libretro-beetle-psx-hw' 'libretro-beetle-saturn' 'libretro-beetle-supergrafx' 'libretro-beetle-vb' 'libretro-beetle-wswan' 'libretro-blastem' 'libretro-bluemsx' 'libretro-bsnes' 'libretro-cap32' 'libretro-core-info' 'libretro-craft' 'libretro-crocods' 'libretro-database' 'libretro-desmume' 'libretro-dolphin' 'libretro-dosbox' 'libretro-easyrpg' 'libretro-fceumm' 'libretro-ffmpeg' 'libretro-flycast' 'libretro-freechaf' 'libretro-freeintv' 'libretro-fuse' 'libretro-gambatte' 'libretro-gtk-0_14-0' 'libretro-handy' 'libretro-mame' 'libretro-mame2000' 'libretro-mame2000' 'libretro-mame2000-debuginfo' 'libretro-mame2000-debugsource' 'libretro-mame2003' 'libretro-mame2003' 'libretro-mame2003-debuginfo' 'libretro-mame2003-debugsource' 'libretro-mame2003-plus' 'libretro-mame2003-plus' 'libretro-mame2003-plus-debuginfo' 'libretro-mame2003-plus-debugsource' 'libretro-mgba' 'libretro-nestopia' 'libretro-parallel-n64' 'libretro-pcsx-rearmed' 'libretro-picodrive' 'libretro-picodrive' 'libretro-picodrive-debuginfo' 'libretro-picodrive-debugsource' 'libretro-play' 'libretro-ppsspp' 'libretro-prosystem' 'libretro-stella' 'libretro-virtualjaguar' 'libretro-yabause' 'librevenge-0_0-0' 'librevenge-devel' 'librevenge-doc' 'librevenge-generators-0_0-0' 'librevenge-stream-0_0-0' 'librfxencode0' 'librgw-devel' 'librgw2' 'librhash0' 'librime-devel' 'librime1' 'librime1-32bit' 'librk0' 'librlog-devel' 'librlog5' 'librlog5-doc' 'librmt-devel-doc' 'librmt1_0' 'libroar2' 'libroar2-debuginfo' 'librocsgraphtheory0' 'librpmbuild9' 'librpmem-devel' 'librpmem1' 'librrd8' 'librsb-devel' 'librsb0' 'librscg1_0' 'librsound-devel' 'librsound3' 'librsound3-32bit' 'librsound3-32bit-debuginfo' 'librsound3-debuginfo' 'librssguard-3_7_2' 'librssguard-devel' 'librsvg-2-2' 'librsvg-2-2-32bit' 'librsvg-devel' 'librsvg-lang' 'librsync-devel' 'librsync2' 'librtaudio6' 'librtlsdr0' 'librtmidi5' 'librtmp-devel' 'librtmp1' 'librtmp1-32bit' 'librtmp1-32bit-debuginfo' 'librtmp1-debuginfo' 'librtprocess-devel' 'librtprocess0' 'librtr0' 'librttr_core0_9_6' 'librubberband-devel' 'librubberband2' 'librubberband2-32bit' 'libruby2_6-2_6' 'libruby2_7-2_7' 'librvngabw-0_0-0' 'librvngabw-devel' 'librvngabw-devel-doc' 'librxtx2' 'librygel-core-2_6-2' 'librygel-db-2_6-2' 'librygel-renderer-2_6-2' 'librygel-renderer-gst-2_6-2' 'librygel-ruih-2_0-1' 'librygel-server-2_6-2' 'libs3-4' 'libs3-devel' 'libs3-tools' 'libsam4' 'libsam4-32bit' 'libsamba-credentials-devel' 'libsamba-credentials0' 'libsamba-credentials0-32bit' 'libsamba-errors-devel' 'libsamba-errors0' 'libsamba-errors0-32bit' 'libsamba-hostconfig-devel' 'libsamba-hostconfig0' 'libsamba-hostconfig0-32bit' 'libsamba-passdb-devel' 'libsamba-passdb0' 'libsamba-passdb0-32bit' 'libsamba-policy-devel' 'libsamba-policy-python3-devel' 'libsamba-policy0-python3' 'libsamba-policy0-python3-32bit' 'libsamba-util-devel' 'libsamba-util0' 'libsamba-util0-32bit' 'libsamdb-devel' 'libsamdb0' 'libsamdb0-32bit' 'libsaml-devel' 'libsaml10' 'libsamplerate-devel' 'libsamplerate-progs' 'libsamplerate0' 'libsamplerate0-32bit' 'libsane1' 'libsane1-32bit' 'libsanlock1' 'libsasl2-3' 'libsasl2-3-32bit' 'libsass-3_6_4-1' 'libsass-devel' 'libsbc1' 'libsbc1-32bit' 'libsblim-cmpiutil1' 'libscalapack2-gnu-mpich-hpc' 'libscalapack2-gnu-mpich-hpc-devel' 'libscalapack2-gnu-mvapich2-hpc' 'libscalapack2-gnu-mvapich2-hpc-devel' 'libscalapack2-gnu-openmpi1-hpc' 'libscalapack2-gnu-openmpi1-hpc-devel' 'libscalapack2-gnu-openmpi2-hpc' 'libscalapack2-gnu-openmpi2-hpc-devel' 'libscalapack2-gnu-openmpi3-hpc' 'libscalapack2-gnu-openmpi3-hpc-devel' 'libscalapack2-gnu-openmpi4-hpc' 'libscalapack2-gnu-openmpi4-hpc-devel' 'libscalapack2-mvapich2' 'libscalapack2-mvapich2-32bit' 'libscalapack2-mvapich2-devel' 'libscalapack2-mvapich2-devel-32bit' 'libscalapack2-mvapich2-devel-static' 'libscalapack2-openmpi1' 'libscalapack2-openmpi1-32bit' 'libscalapack2-openmpi1-devel' 'libscalapack2-openmpi1-devel-32bit' 'libscalapack2-openmpi1-devel-static' 'libscalapack2-openmpi2' 'libscalapack2-openmpi2-32bit' 'libscalapack2-openmpi2-devel' 'libscalapack2-openmpi2-devel-32bit' 'libscalapack2-openmpi2-devel-static' 'libscalapack2-openmpi3' 'libscalapack2-openmpi3-32bit' 'libscalapack2-openmpi3-devel' 'libscalapack2-openmpi3-devel-32bit' 'libscalapack2-openmpi3-devel-static' 'libscalapack2-openmpi4' 'libscalapack2-openmpi4-32bit' 'libscalapack2-openmpi4-devel' 'libscalapack2-openmpi4-devel-32bit' 'libscalapack2-openmpi4-devel-static' 'libscalapack2_2_1_0-gnu-mpich-hpc' 'libscalapack2_2_1_0-gnu-mpich-hpc-devel' 'libscalapack2_2_1_0-gnu-mpich-hpc-devel-static' 'libscalapack2_2_1_0-gnu-mvapich2-hpc' 'libscalapack2_2_1_0-gnu-mvapich2-hpc-devel' 'libscalapack2_2_1_0-gnu-mvapich2-hpc-devel-static' 'libscalapack2_2_1_0-gnu-openmpi1-hpc' 'libscalapack2_2_1_0-gnu-openmpi1-hpc-devel' 'libscalapack2_2_1_0-gnu-openmpi1-hpc-devel-static' 'libscalapack2_2_1_0-gnu-openmpi2-hpc' 'libscalapack2_2_1_0-gnu-openmpi2-hpc-devel' 'libscalapack2_2_1_0-gnu-openmpi2-hpc-devel-static' 'libscalapack2_2_1_0-gnu-openmpi3-hpc' 'libscalapack2_2_1_0-gnu-openmpi3-hpc-devel' 'libscalapack2_2_1_0-gnu-openmpi3-hpc-devel-static' 'libscalapack2_2_1_0-gnu-openmpi4-hpc' 'libscalapack2_2_1_0-gnu-openmpi4-hpc-devel' 'libscalapack2_2_1_0-gnu-openmpi4-hpc-devel-static' 'libscamperfile-devel' 'libscamperfile1' 'libscca-devel' 'libscca-tools' 'libscca1' 'libscg-devel' 'libscg1_0' 'libscgcmd1_0' 'libschily-devel' 'libschily-devel-doc' 'libschily2_0' 'libschroedinger-1_0-0' 'libschroedinger-1_0-0-32bit' 'libscintilla-devel' 'libscintilla3' 'libscotch0' 'libseafile0' 'libsearpc-devel' 'libsearpc1' 'libseccomp-devel' 'libseccomp-tools' 'libseccomp2' 'libseccomp2-32bit' 'libsecprog-devel' 'libsecprog0' 'libsecret-1-0' 'libsecret-1-0-32bit' 'libsecret-devel' 'libsecret-lang' 'libselinux-devel' 'libselinux-devel-static' 'libselinux1' 'libselinux1-32bit' 'libsemanage-devel' 'libsemanage-devel-static' 'libsemanage-migrate-store' 'libsemanage1' 'libsemanage1-32bit' 'libsemigroups-devel' 'libsemigroups1' 'libsensors4' 'libsensors4-32bit' 'libsensors4-devel' 'libsepol-devel' 'libsepol-devel-static' 'libsepol-utils' 'libsepol1' 'libsepol1-32bit' 'libserd-0-0' 'libserd-0-0-32bit' 'libserf-1-1' 'libserf-devel' 'libserialdv1' 'libserializer' 'libserializer-javadoc' 'libserialport-devel' 'libserialport0' 'libsfcUtil0' 'libsfml2-2_5' 'libsfml2-2_5-32bit' 'libsfst-hfst0' 'libsgutils-devel' 'libsgutils2-1_45-2' 'libsha1detectcoll-devel' 'libsha1detectcoll1' 'libshaderc_shared1' 'libshadowdive0_0_0-suse' 'libshadowsocks-libev2' 'libshairplay0' 'libshairplay0-debuginfo' 'libshibsp-lite8' 'libshibsp8' 'libshine-devel' 'libshine3' 'libshout-devel' 'libshout-idjc' 'libshout-idjc-debugsource' 'libshout-idjc-devel' 'libshout-idjc-devel-32bit' 'libshout-idjc3' 'libshout-idjc3-32bit' 'libshout-idjc3-32bit-debuginfo' 'libshout-idjc3-debuginfo' 'libshout3' 'libshout3-32bit' 'libshp-devel' 'libshp2' 'libsidplayfp-devel' 'libsidplayfp4' 'libsigc++2-devel' 'libsigc++3-devel' 'libsigc-2_0-0' 'libsigc-2_0-0-32bit' 'libsigc-3_0-0' 'libsigc-3_0-0-32bit' 'libsignal-protocol-c-devel' 'libsignal-protocol-c2' 'libsignon-glib-devel' 'libsignon-glib2' 'libsignon-qt5-1' 'libsignon-qt5-1-32bit' 'libsignon-qt5-devel' 'libsignon-qt5-docs' 'libsigrok-data' 'libsigrok-devel' 'libsigrok4' 'libsigrok4DSL-devel' 'libsigrok4DSL1' 'libsigrokcxx4' 'libsigrokdecode-devel' 'libsigrokdecode4' 'libsigscan-devel' 'libsigscan-tools' 'libsigscan1' 'libsigsegv-devel' 'libsigsegv-doc' 'libsigsegv2' 'libsirocco0' 'libsispmctl0' 'libskk-devel' 'libskk0' 'libskk0-32bit' 'libslang2' 'libslang2-32bit' 'libsliplu1' 'libslirp-devel' 'libslirp0' 'libslopy7_5' 'libslp1' 'libslurm35' 'libsmartcols-devel' 'libsmartcols-devel-static' 'libsmartcols1' 'libsmbclient-devel' 'libsmbclient0' 'libsmbclient0-32bit' 'libsmbconf-devel' 'libsmbconf0' 'libsmbconf0-32bit' 'libsmbios-devel' 'libsmbios-lang' 'libsmbios_c2' 'libsmbldap-devel' 'libsmbldap2' 'libsmbldap2-32bit' 'libsmdev-devel' 'libsmdev-tools' 'libsmdev1' 'libsmi' 'libsmi-devel' 'libsmi2' 'libsmooth-0_9-0' 'libsmpp34-1' 'libsmpp34-devel' 'libsmputils-devel' 'libsmputils1-1' 'libsmraw-devel' 'libsmraw-tools' 'libsmraw1' 'libsnapper-devel' 'libsnapper5' 'libsnappy1' 'libsnappy1-32bit' 'libsndfile-devel' 'libsndfile-progs' 'libsndfile1' 'libsndfile1-32bit' 'libsndio7_0' 'libsnmp30' 'libsnmp30-32bit' 'libsoc-common' 'libsoc-devel' 'libsoc2' 'libsoci_core4_0' 'libsoci_empty4_0' 'libsoci_mysql4_0' 'libsoci_odbc4_0' 'libsoci_postgresql4_0' 'libsoci_sqlite3-4_0' 'libsocketcan-devel' 'libsocketcan2' 'libsocketxx1_2' 'libsocks0' 'libsocks0-32bit' 'libsodium-devel' 'libsodium23' 'libsodium23-32bit' 'libsofia-sip-ua-glib3' 'libsofia-sip-ua0' 'libsoftokn3' 'libsoftokn3-32bit' 'libsoftokn3-hmac' 'libsoftokn3-hmac-32bit' 'libsolarus-gui1' 'libsolarus1' 'libsolv-demo' 'libsolv-devel' 'libsolv-tools' 'libsord-0-0' 'libsord-0-0-32bit' 'libsoundio-devel' 'libsoundio2' 'libsoup-2_4-1' 'libsoup-2_4-1-32bit' 'libsoup-devel' 'libsoup-devel-32bit' 'libsoup-lang' 'libsource-highlight-devel' 'libsource-highlight4' 'libsource-highlight4-32bit' 'libsox3' 'libsox3-debuginfo' 'libsoxr-lsr0' 'libsoxr-lsr0-32bit' 'libsoxr0' 'libsoxr0-32bit' 'libspandsp2' 'libspandsp2-32bit' 'libspatialindex4' 'libspatialite-devel' 'libspatialite7' 'libspdlog1' 'libspdylay7' 'libspectre-devel' 'libspectre1' 'libspeechd-devel' 'libspeechd2' 'libspeechd2-32bit' 'libspeex1' 'libspeex1-32bit' 'libspeexdsp1' 'libspeexdsp1-32bit' 'libspf2-2' 'libspf2-devel' 'libspf2-tools' 'libsphinxbase1' 'libsphinxbase3' 'libsphinxclient-0_0_1' 'libsphinxclient-devel' 'libspice-client-glib-2_0-8' 'libspice-client-glib-helper' 'libspice-client-gtk-3_0-5' 'libspice-server-devel' 'libspice-server1' 'libspiro-devel' 'libspiro1' 'libspirv-cross-c-shared-devel' 'libspirv-cross-c-shared0' 'libsplinter-3-0' 'libspnav-devel' 'libspnav0' 'libspqr2' 'libspread-sheet-widget0' 'libsqlcipher-3_30_1-0' 'libsqlite3-0' 'libsqlite3-0-32bit' 'libsqlparser1' 'libsratom-0-0' 'libsratom-0-0-32bit' 'libsrecord0' 'libsrt1' 'libsrt1-32bit' 'libsrtp-devel' 'libsrtp1' 'libsrtp1-32bit' 'libsrtp2-1' 'libsrtp2-1-32bit' 'libsrtp2-devel' 'libssh-config' 'libssh-devel' 'libssh2-1' 'libssh2-1-32bit' 'libssh2-devel' 'libssh4' 'libssh4-32bit' 'libssl48' 'libssl48-32bit' 'libssr-glinject' 'libssr-glinject-32bit' 'libsss_certmap-devel' 'libsss_certmap0' 'libsss_idmap-devel' 'libsss_idmap0' 'libsss_nss_idmap-devel' 'libsss_nss_idmap0' 'libsss_simpleifp-devel' 'libsss_simpleifp0' 'libstaroffice-0_0-0' 'libstaroffice-devel' 'libstaroffice-devel-doc' 'libstaroffice-tools' 'libstartup-notification-1-0' 'libstartup-notification-1-0-32bit' 'libstatgrab-devel' 'libstatgrab-devel-32bit' 'libstatgrab10' 'libstatgrab10-32bit' 'libstdc++-devel' 'libstdc++-devel-32bit' 'libstdc++6' 'libstdc++6-32bit' 'libstdc++6-devel-gcc10' 'libstdc++6-devel-gcc10-32bit' 'libstdc++6-devel-gcc7' 'libstdc++6-devel-gcc7-32bit' 'libstdc++6-devel-gcc9' 'libstdc++6-devel-gcc9-32bit' 'libstdc++6-gcc7' 'libstdc++6-gcc7-32bit' 'libstdc++6-gcc7-locale' 'libstdc++6-gcc9' 'libstdc++6-gcc9-32bit' 'libstdc++6-gcc9-locale' 'libstdc++6-locale' 'libstdc++6-pp-gcc10' 'libstdc++6-pp-gcc10-32bit' 'libstdc++6-pp-gcc9' 'libstdc++6-pp-gcc9-32bit' 'libstfl-devel' 'libstfl0' 'libstilview-devel' 'libstilview0' 'libstk-devel' 'libstk4' 'libstlink1' 'libstoken1' 'libstorage-ng-devel' 'libstorage-ng-integration-tests' 'libstorage-ng-lang' 'libstorage-ng-python3' 'libstorage-ng-ruby' 'libstorage-ng-utils' 'libstorage-ng1' 'libstoragemgmt' 'libstoragemgmt-arcconf-plugin' 'libstoragemgmt-devel' 'libstoragemgmt-hpsa-plugin' 'libstoragemgmt-local-plugin' 'libstoragemgmt-megaraid-plugin' 'libstoragemgmt-netapp-plugin' 'libstoragemgmt-nfs-plugin' 'libstoragemgmt-nfs-plugin-clibs' 'libstoragemgmt-nstor-plugin' 'libstoragemgmt-smis-plugin' 'libstoragemgmt-targetd-plugin' 'libstoragemgmt-udev' 'libstoragemgmt1' 'libstp2_3' 'libstroke' 'libstroke-devel' 'libstrophe-devel' 'libstrophe0' 'libsubtitleeditor-devel' 'libsubtitleeditor0' 'libsubunit0' 'libsuil-0-0' 'libsuitesparseconfig5' 'libsundials3' 'libsundials3-mvapich2' 'libsundials3-openmpi1' 'libsundials3-openmpi2' 'libsundials3-openmpi3' 'libsundials_arkode4' 'libsundials_arkode4-mvapich2' 'libsundials_arkode4-openmpi1' 'libsundials_arkode4-openmpi2' 'libsundials_arkode4-openmpi3' 'libsundials_cvode5' 'libsundials_cvode5-mvapich2' 'libsundials_cvode5-openmpi1' 'libsundials_cvode5-openmpi2' 'libsundials_cvode5-openmpi3' 'libsundials_cvodes5' 'libsundials_cvodes5-mvapich2' 'libsundials_cvodes5-openmpi1' 'libsundials_cvodes5-openmpi2' 'libsundials_cvodes5-openmpi3' 'libsundials_ida5' 'libsundials_ida5-mvapich2' 'libsundials_ida5-openmpi1' 'libsundials_ida5-openmpi2' 'libsundials_ida5-openmpi3' 'libsundials_idas4' 'libsundials_idas4-mvapich2' 'libsundials_idas4-openmpi1' 'libsundials_idas4-openmpi2' 'libsundials_idas4-openmpi3' 'libsundials_kinsol5' 'libsundials_kinsol5-mvapich2' 'libsundials_kinsol5-openmpi1' 'libsundials_kinsol5-openmpi2' 'libsundials_kinsol5-openmpi3' 'libsundials_nvec5' 'libsundials_nvec5-mvapich2' 'libsundials_nvec5-openmpi1' 'libsundials_nvec5-openmpi2' 'libsundials_nvec5-openmpi3' 'libsunpinyin3' 'libsuperlu-gnu-hpc' 'libsuperlu5' 'libsuperlu5-32bit' 'libsuperlu_5_2_1-gnu-hpc' 'libsvm-devel' 'libsvm-java' 'libsvm2' 'libsvn_auth_gnome_keyring-1-0' 'libsvn_auth_kwallet-1-0' 'libsvrcore0' 'libswitchboard-2_0-0' 'libsword-1_8_1' 'libswresample1' 'libswresample1-32bit' 'libswresample1-32bit-debuginfo' 'libswresample1-debuginfo' 'libswresample2' 'libswresample2-32bit' 'libswresample2-32bit-debuginfo' 'libswresample2-debuginfo' 'libswresample3_7' 'libswresample3_7-32bit' 'libswresample3_7-32bit-debuginfo' 'libswresample3_7-debuginfo' 'libswscale3' 'libswscale3-32bit' 'libswscale3-32bit-debuginfo' 'libswscale3-debuginfo' 'libswscale4' 'libswscale4-32bit' 'libswscale4-32bit-debuginfo' 'libswscale4-debuginfo' 'libswscale5_7' 'libswscale5_7-32bit' 'libswscale5_7-32bit-debuginfo' 'libswscale5_7-debuginfo' 'libsybdb5' 'libsympol0_1' 'libsymspg1' 'libsyn123-0' 'libsyn123-0-32bit' 'libsynce-devel' 'libsynce0' 'libsynctex2' 'libsynfig0' 'libsynfig0-debuginfo' 'libsynfigapp0' 'libsynfigapp0-debuginfo' 'libsysstat-qt5-0' 'libsysstat-qt5-devel' 'libsystemd0' 'libsystemd0-32bit' 'libsz2' 'libsz2-32bit' 'libt3config-devel' 'libt3config0' 'libt3highlight-devel' 'libt3highlight-utils' 'libt3highlight2' 'libt3key-devel' 'libt3key-utils' 'libt3key1' 'libt3widget-devel' 'libt3widget2' 'libt3window-devel' 'libt3window0' 'libtachyon-0_99b6' 'libtachyon-devel' 'libtag-devel' 'libtag-doc' 'libtag-extras1' 'libtag-extras1-debuginfo' 'libtag1' 'libtag1-32bit' 'libtag_c0' 'libtag_c0-32bit' 'libtaginfo-devel' 'libtaginfo1' 'libtaginfo1-32bit' 'libtalloc-devel' 'libtalloc2' 'libtalloc2-32bit' 'libtar' 'libtar-devel' 'libtar1' 'libtasn1' 'libtasn1-6' 'libtasn1-6-32bit' 'libtasn1-devel' 'libtasn1-devel-32bit' 'libtbb2' 'libtbbmalloc2' 'libtcmalloc4' 'libtcmu2' 'libtcnative-1-0' 'libtcnative-1-0-devel' 'libtdb-devel' 'libtdb1' 'libtdb1-32bit' 'libtdsodbc0' 'libteam-devel' 'libteam-tools' 'libteam5' 'libteamdctl0' 'libtecla_r1' 'libteec1' 'libtelegram-qt5-0_1' 'libtelegram-qt5-0_1-debuginfo' 'libtelepathy-farstream3' 'libtelepathy-farstream3-32bit' 'libtelepathy-glib0' 'libtelepathy-glib0-32bit' 'libtelepathy-logger-qt5' 'libtelepathy-logger3' 'libtelepathy-qt5-0' 'libtelepathy-qt5-0-32bit' 'libtelepathy-qt5-farstream0' 'libtelepathy-qt5-farstream0-32bit' 'libtelepathy-qt5-service1' 'libtelepathy-qt5-service1-32bit' 'libtemplate_glib-1_0-0' 'libtensorflow1' 'libtensorflow2' 'libtensorflow2-gnu-hpc' 'libtensorflow2-gnu-openmpi2-hpc' 'libtensorflow_cc1' 'libtensorflow_cc2' 'libtensorflow_cc2-gnu-hpc' 'libtensorflow_cc2-gnu-openmpi2-hpc' 'libtensorflow_framework1' 'libtensorflow_framework2' 'libtensorflow_framework2-gnu-hpc' 'libtensorflow_framework2-gnu-openmpi2-hpc' 'libtepl-4-0' 'libteredo5' 'libtermkey-devel' 'libtermkey1' 'libtesseract4' 'libtestshade1_11' 'libtevent-devel' 'libtevent-util-devel' 'libtevent-util0' 'libtevent-util0-32bit' 'libtevent0' 'libtevent0-32bit' 'libtexlua53-5' 'libtexluajit2' 'libtextstyle-devel' 'libtextstyle0' 'libtextstyle0-32bit' 'libthai-data' 'libthai-devel' 'libthai0' 'libthai0-32bit' 'libtheora-devel' 'libtheora0' 'libtheora0-32bit' 'libtheoradec1' 'libtheoradec1-32bit' 'libtheoraenc1' 'libtheoraenc1-32bit' 'libthrift-0_13_0' 'libthrift-devel' 'libthrift_c_glib0' 'libthriftnb-0_13_0' 'libthriftz-0_13_0' 'libthunarx-3-0' 'libtidy-devel' 'libtidy5' 'libtidyp-1_04-0' 'libtidyp-devel' 'libtiff-devel' 'libtiff-devel-32bit' 'libtiff5' 'libtiff5-32bit' 'libtiger-devel' 'libtiger5' 'libtiled1' 'libtimelineDecoder22' 'libtimelineDecoder22-opencl' 'libtimelineDecoderJson22' 'libtimelineDecoderJson22-opencl' 'libtimezonemap1' 'libtimidity-devel' 'libtimidity2' 'libtimidity2-32bit' 'libtins-devel' 'libtins4_2' 'libtinyb0' 'libtinygettext0' 'libtinyobjloader1' 'libtinyxml0' 'libtinyxml2-8' 'libtirpc-devel' 'libtirpc-netconfig' 'libtirpc3' 'libtirpc3-32bit' 'libtls20' 'libtls20-32bit' 'libtntdb-devel' 'libtntdb4' 'libtntnet-devel' 'libtntnet12' 'libtntnet12-debuginfo' 'libtolua++-5_1-1' 'libtolua++-5_1-devel' 'libtolua++-5_3-1' 'libtolua++-5_3-devel' 'libtolua++-5_4-1' 'libtolua++-5_4-devel' 'libtolua-devel' 'libtolua5' 'libtomcrypt-devel' 'libtomcrypt-examples' 'libtomcrypt1' 'libtomcrypt1-32bit' 'libtommath-devel' 'libtommath-examples' 'libtommath1' 'libtommath1-32bit' 'libtomoe-gtk0' 'libtool' 'libtool-32bit' 'libtorch' 'libtorrent-devel' 'libtorrent-rasterbar-1-devel' 'libtorrent-rasterbar-1-doc' 'libtorrent-rasterbar-devel' 'libtorrent-rasterbar-doc' 'libtorrent-rasterbar10' 'libtorrent-rasterbar2_0' 'libtorrent21' 'libtotem-plparser-mini18' 'libtotem-plparser18' 'libtotem_pg5' 'libtotem_pg5-32bit' 'libtowitoko2' 'libtoxcore2' 'libtpl-extensions3' 'libtpm_unseal1' 'libtpms-devel' 'libtpms0' 'libtracker-common-2_0' 'libtracker-control-2_0-0' 'libtracker-miner-2_0-0' 'libtracker-sparql-2_0-0' 'libtracker-sparql-3_0-0' 'libtranscript-devel' 'libtranscript1' 'libtranslate-devel' 'libtranslate-progs' 'libtranslate0' 'libtre5' 'libtrilinos-gnu-mpich-hpc' 'libtrilinos-gnu-mvapich2-hpc' 'libtrilinos-gnu-openmpi2-hpc' 'libtrilinos-gnu-openmpi3-hpc' 'libtrilinos-gnu-openmpi4-hpc' 'libtrilinos12' 'libtrilinos12-openmpi2' 'libtrilinos_12_14_1-gnu-mpich-hpc' 'libtrilinos_12_14_1-gnu-mvapich2-hpc' 'libtrilinos_12_14_1-gnu-openmpi2-hpc' 'libtrilinos_12_14_1-gnu-openmpi3-hpc' 'libtrilinos_12_14_1-gnu-openmpi4-hpc' 'libts0' 'libts0-32bit' 'libtsan0' 'libtsan0-gcc7' 'libtsan0-gcc9' 'libtsk19' 'libtsm-devel' 'libtsm4' 'libtspi1' 'libtspi1-32bit' 'libtss2-esys0' 'libtss2-esys0-32bit' 'libtss2-mu0' 'libtss2-mu0-32bit' 'libtss2-rc0' 'libtss2-sys0' 'libtss2-sys0-32bit' 'libtss2-tcti-device0' 'libtss2-tcti-device0-32bit' 'libtss2-tcti-mssim0' 'libtss2-tcti-mssim0-32bit' 'libtss2-tcti-tabrmd0' 'libtss2-tctildr0' 'libttf2' 'libttf2-32bit' 'libttsmimic0' 'libtty-devel' 'libtty1' 'libtumbler-1-0' 'libtun6-0' 'libturbojpeg0' 'libturbojpeg0-32bit' 'libturing0' 'libturing0-debuginfo' 'libturris-spectator-devel' 'libturris-spectator0' 'libtvm' 'libtwolame-devel' 'libtwolame0' 'libtwolame0-32bit' 'libu2f-host-devel' 'libu2f-host-doc' 'libu2f-host0' 'libu2f-server-devel' 'libu2f-server0' 'libubsan0' 'libubsan0-32bit' 'libubsan1' 'libubsan1-32bit' 'libubsan1-gcc9' 'libubsan1-gcc9-32bit' 'libuchardet-devel' 'libuchardet0' 'libuchardet0-32bit' 'libucl1' 'libucm-devel' 'libucm0' 'libucommon8' 'libucp-devel' 'libucp0' 'libucpp13' 'libucs-devel' 'libucs0' 'libuct-devel' 'libuct0' 'libudev-devel' 'libudev-devel-32bit' 'libudev1' 'libudev1-32bit' 'libudf0' 'libudf0-32bit' 'libudisks2-0' 'libudisks2-0-devel' 'libudisks2-0_bcache' 'libudisks2-0_btrfs' 'libudisks2-0_lsm' 'libudisks2-0_lvm2' 'libudisks2-0_vdo' 'libudisks2-0_zram' 'libudns0' 'libudt-devel' 'libudt0' 'libuev-devel' 'libuev2' 'libuhd4_0_0' 'libuhttpmock-0_0-0' 'libulfius2_6' 'libulockmgr1' 'libumfpack5' 'libuna-devel' 'libuna-tools' 'libuna1' 'libunbound-devel-mini' 'libunbound8' 'libunibilium4' 'libunibreak-devel' 'libunibreak3' 'libunicap-devel' 'libunicap2' 'libunicap2-32bit' 'libuninameslist-devel' 'libuninameslist1' 'libunique-1_0-0' 'libunique1-devel' 'libuniraum0' 'libuniraum0-debuginfo' 'libunistring-devel' 'libunistring-devel-32bit' 'libunistring2' 'libunistring2-32bit' 'libunrar-devel' 'libunrar5_9_4' 'libunshield0' 'libunwind' 'libunwind-32bit' 'libunwind-devel' 'libupb12' 'libupm1' 'libupnp-devel' 'libupnp17' 'libupnp17-32bit' 'libupower-glib-devel' 'libupower-glib3' 'libupsclient1' 'liburcu-devel' 'liburcu6' 'liburcu6-32bit' 'liburfkill-glib-devel' 'liburfkill-glib0' 'liburing-devel' 'liburing1' 'liburiparser1' 'liburiparser1-32bit' 'libusb-0_1-4' 'libusb-0_1-4-32bit' 'libusb-1_0-0' 'libusb-1_0-0-32bit' 'libusb-1_0-devel' 'libusb-1_0-devel-32bit' 'libusb-compat-devel' 'libusb3380-0' 'libusb3380-devel' 'libusbauth-configparser-devel' 'libusbauth-configparser1' 'libusbguard0' 'libusbgx-devel' 'libusbgx-tools' 'libusbgx2' 'libusbmuxd-devel' 'libusbmuxd-tools' 'libusbmuxd6' 'libusbmuxd6-32bit' 'libusbprog0' 'libusbredirhost1' 'libusbredirparser1' 'libusrp-3_4_4+git_20190808-0' 'libusrp-devel' 'libustr-1_0-1' 'libustr-1_0-1-32bit' 'libustr-devel' 'libut1' 'libutempter0' 'libutempter0-32bit' 'libutf8proc2' 'libuuid-devel' 'libuuid-devel-32bit' 'libuuid-devel-static' 'libuuid1' 'libuuid1-32bit' 'libuv-devel' 'libuv1' 'libuv1-32bit' 'libuwac0-0' 'libv3270-5_3' 'libv3270-devel' 'libv4l' 'libv4l-32bit' 'libv4l-devel' 'libv4l-devel-32bit' 'libv4l1-0' 'libv4l1-0-32bit' 'libv4l2-0' 'libv4l2-0-32bit' 'libv4l2rds0' 'libv4l2rds0-32bit' 'libv4lconvert0' 'libv4lconvert0-32bit' 'libva-devel' 'libva-devel-32bit' 'libva-drm2' 'libva-drm2-32bit' 'libva-gl-devel' 'libva-gl-devel-32bit' 'libva-glx2' 'libva-glx2-32bit' 'libva-utils' 'libva-vdpau-driver' 'libva-wayland2' 'libva-wayland2-32bit' 'libva-x11-2' 'libva-x11-2-32bit' 'libva2' 'libva2-32bit' 'libvacuumutils37' 'libvala-0_48-0' 'libvala-0_48-devel' 'libvaladoc-0_48-0' 'libvaladoc-0_48-devel' 'libvamp-hostsdk3' 'libvamp-hostsdk3-32bit' 'libvamp-sdk2' 'libvamp-sdk2-32bit' 'libvapoursynth-52' 'libvapoursynth-script0' 'libvarnishapi2' 'libvbr2' 'libvc-devel' 'libvc0' 'libvcdinfo0' 'libvcdinfo0-32bit' 'libvdehist-devel' 'libvdehist0' 'libvdemgmt-devel' 'libvdemgmt0' 'libvdeplug-devel' 'libvdeplug3' 'libvdesnmp-devel' 'libvdesnmp0' 'libvdpau-devel' 'libvdpau-devel-32bit' 'libvdpau1' 'libvdpau1-32bit' 'libvdpau_nouveau' 'libvdpau_nouveau-32bit' 'libvdpau_r300' 'libvdpau_r300-32bit' 'libvdpau_r600' 'libvdpau_r600-32bit' 'libvdpau_radeonsi' 'libvdpau_radeonsi-32bit' 'libvdpau_trace1' 'libvdpau_trace1-32bit' 'libvdpau_va_gl1' 'libvdpau_va_gl1-32bit' 'libventrilo3-0' 'libventrilo3-devel' 'libverto-devel' 'libverto-devel-32bit' 'libverto-glib-devel' 'libverto-glib1' 'libverto-glib1-32bit' 'libverto-libev-devel' 'libverto-libev1' 'libverto-libev1-32bit' 'libverto-tevent-devel' 'libverto-tevent1' 'libverto-tevent1-32bit' 'libverto1' 'libverto1-32bit' 'libvhdi-devel' 'libvhdi-tools' 'libvhdi1' 'libvidstab-devel' 'libvidstab1_1' 'libvidstab1_1-32bit' 'libvigraimpex11' 'libvigraimpex11-32bit' 'libvips-devel' 'libvips42' 'libvirglrenderer1' 'libvirt' 'libvirt-admin' 'libvirt-bash-completion' 'libvirt-cim' 'libvirt-client' 'libvirt-daemon' 'libvirt-daemon-config-network' 'libvirt-daemon-config-nwfilter' 'libvirt-daemon-driver-interface' 'libvirt-daemon-driver-libxl' 'libvirt-daemon-driver-lxc' 'libvirt-daemon-driver-network' 'libvirt-daemon-driver-nodedev' 'libvirt-daemon-driver-nwfilter' 'libvirt-daemon-driver-qemu' 'libvirt-daemon-driver-secret' 'libvirt-daemon-driver-storage' 'libvirt-daemon-driver-storage-core' 'libvirt-daemon-driver-storage-disk' 'libvirt-daemon-driver-storage-gluster' 'libvirt-daemon-driver-storage-iscsi' 'libvirt-daemon-driver-storage-iscsi-direct' 'libvirt-daemon-driver-storage-logical' 'libvirt-daemon-driver-storage-mpath' 'libvirt-daemon-driver-storage-rbd' 'libvirt-daemon-driver-storage-scsi' 'libvirt-daemon-hooks' 'libvirt-daemon-lxc' 'libvirt-daemon-qemu' 'libvirt-daemon-xen' 'libvirt-dbus' 'libvirt-devel' 'libvirt-devel-32bit' 'libvirt-doc' 'libvirt-glib-1_0-0' 'libvirt-glib-devel' 'libvirt-libs' 'libvirt-lock-sanlock' 'libvirt-nss' 'libvirt-sandbox-1_0-5' 'libvirt-sandbox-devel' 'libvisio-0_1-1' 'libvisio-devel' 'libvisio-devel-doc' 'libvisio-tools' 'libvisio2svg-devel' 'libvisio2svg0' 'libvisual' 'libvisual-32bit' 'libvisual-devel' 'libvkd3d-shader1' 'libvkd3d-shader1-32bit' 'libvkd3d-utils1' 'libvkd3d-utils1-32bit' 'libvkd3d1' 'libvkd3d1-32bit' 'libvlc-gtk0' 'libvlc-gtk0-debuginfo' 'libvlc123' 'libvlc123-debuginfo' 'libvlc5' 'libvlc5-debuginfo' 'libvlccore123' 'libvlccore123-debuginfo' 'libvlccore9' 'libvlccore9-debuginfo' 'libvma' 'libvma-devel' 'libvma9' 'libvmdk-devel' 'libvmdk-tools' 'libvmdk1' 'libvmem-devel' 'libvmem1' 'libvmime-devel' 'libvmime-kopano3' 'libvmmalloc-devel' 'libvmmalloc1' 'libvmtools-devel' 'libvmtools0' 'libvncclient1' 'libvncserver1' 'libvo-aacenc-devel' 'libvo-aacenc0' 'libvo-aacenc0-32bit' 'libvo-aacenc0-32bit-debuginfo' 'libvo-aacenc0-debuginfo' 'libvo-amrwbenc-devel' 'libvo-amrwbenc0' 'libvo-amrwbenc0-32bit' 'libvo-amrwbenc0-32bit-debuginfo' 'libvo-amrwbenc0-debuginfo' 'libvoikko-devel' 'libvoikko1' 'libvoikko1-32bit' 'libvolk2_3' 'libvorbis-devel' 'libvorbis-devel-32bit' 'libvorbis-doc' 'libvorbis0' 'libvorbis0-32bit' 'libvorbisenc2' 'libvorbisenc2-32bit' 'libvorbisfile3' 'libvorbisfile3-32bit' 'libvoro++0' 'libvotca_csg6' 'libvotca_ctp5' 'libvotca_tools6' 'libvotca_xtp6' 'libvotequorum8' 'libvotequorum8-32bit' 'libvpd2' 'libvpd2-32bit' 'libvpd2-devel' 'libvpd2-devel-32bit' 'libvpx-devel' 'libvpx6' 'libvpx6-32bit' 'libvshadow-devel' 'libvshadow-tools' 'libvshadow1' 'libvslvm-devel' 'libvslvm-tools' 'libvslvm1' 'libvsqlitepp3' 'libvte-2_91-0' 'libvted-3-0' 'libvterm-devel' 'libvterm-tools' 'libvterm0' 'libvtk1' 'libvtk1-openmpi1' 'libvtk1-openmpi2' 'libvtk1-openmpi3' 'libvulkan1' 'libvulkan1-32bit' 'libvulkan_intel' 'libvulkan_intel-32bit' 'libvulkan_radeon' 'libvulkan_radeon-32bit' 'libwacom-data' 'libwacom-devel' 'libwacom-tools' 'libwacom2' 'libwacom2-32bit' 'libwaffle-1-0' 'libwapcaplet-devel' 'libwapcaplet0' 'libwavpack1' 'libwavpack1-32bit' 'libwayland-client0' 'libwayland-client0-32bit' 'libwayland-cursor0' 'libwayland-cursor0-32bit' 'libwayland-egl1' 'libwayland-egl1-32bit' 'libwayland-server0' 'libwayland-server0-32bit' 'libwaylandpp0' 'libwbclient-devel' 'libwbclient0' 'libwbclient0-32bit' 'libwbxml2-1' 'libwbxml2-devel' 'libwcs7' 'libwebcam-devel' 'libwebcam0' 'libwebkit2gtk-4_0-37' 'libwebkit2gtk-4_0-37-32bit' 'libwebkit2gtk3-lang' 'libwebp-devel' 'libwebp-devel-32bit' 'libwebp-tools' 'libwebp7' 'libwebp7-32bit' 'libwebpdecoder3' 'libwebpdecoder3-32bit' 'libwebpdemux2' 'libwebpdemux2-32bit' 'libwebpmux3' 'libwebpmux3-32bit' 'libwebrtc_audio_processing-devel' 'libwebrtc_audio_processing-devel-static' 'libwebrtc_audio_processing1' 'libwebrtc_audio_processing1-32bit' 'libwebsockets-devel' 'libwebsockets16' 'libwebvfx1' 'libweed-devel' 'libweed0' 'libweed0-debuginfo' 'libweston-9' 'libweston-9-0' 'libweston-desktop-9-0' 'libwget-devel' 'libwget0' 'libwhich' 'libwiiuse0' 'libwim15' 'libwinpr2' 'libwireshark13' 'libwiretap10' 'libwkhtmltox0' 'libwlroots6' 'libwmf-0_2-7' 'libwmf-0_2-7-32bit' 'libwmf-devel' 'libwmf-gnome' 'libwmf-gnome-32bit' 'libwmf-tools' 'libwnck-1-22' 'libwnck-1-22-32bit' 'libwnck-3-0' 'libwnck-3-0-32bit' 'libwnck-devel' 'libwnck-lang' 'libwnck-tools' 'libwnck2-devel' 'libwnck2-lang' 'libwnn0' 'libwoff2common1_0_2' 'libwoff2common1_0_2-32bit' 'libwoff2dec1_0_2' 'libwoff2dec1_0_2-32bit' 'libwoff2enc1_0_2' 'libwoff2enc1_0_2-32bit' 'libwpd-0_10-10' 'libwpd-devel' 'libwpd-devel-doc' 'libwpd-tools' 'libwpe-1_0-1' 'libwpe-1_0-1-32bit' 'libwpe-devel' 'libwpg-0_3-3' 'libwpg-devel' 'libwpg-devel-doc' 'libwpg-tools' 'libwps-0_4-4' 'libwps-devel' 'libwps-tools' 'libwrap0' 'libwrap0-32bit' 'libwrc-devel' 'libwrc-tools' 'libwrc1' 'libwslay0' 'libwsman-devel' 'libwsman3' 'libwsman_client5' 'libwsman_clientpp-devel' 'libwsman_clientpp1' 'libwsutil11' 'libwtdbo4_4_0' 'libwtdbomysql4_4_0' 'libwtdbopostgres4_4_0' 'libwv-1_2-4' 'libwv2-4' 'libwx_baseu-2_8-0-compat-lib-wxcontainer' 'libwx_baseu-2_8-0-wxcontainer' 'libwx_baseu-2_8-0-wxcontainer-32bit' 'libwx_baseu-2_8-0-wxcontainer-32bit-debuginfo' 'libwx_baseu-2_8-0-wxcontainer-debuginfo' 'libwx_baseu-suse-nostl3_0_4' 'libwx_baseu-suse-nostl4_0_0' 'libwx_baseu-suse3_0_4' 'libwx_baseu-suse3_0_4-32bit' 'libwx_baseu-suse4_0_0' 'libwx_baseu_net-2_8-0-compat-lib-wxcontainer' 'libwx_baseu_net-2_8-0-wxcontainer' 'libwx_baseu_net-2_8-0-wxcontainer-32bit' 'libwx_baseu_net-2_8-0-wxcontainer-32bit-debuginfo' 'libwx_baseu_net-2_8-0-wxcontainer-debuginfo' 'libwx_baseu_net-suse-nostl3_0_4' 'libwx_baseu_net-suse-nostl4_0_0' 'libwx_baseu_net-suse3_0_4' 'libwx_baseu_net-suse3_0_4-32bit' 'libwx_baseu_net-suse4_0_0' 'libwx_baseu_xml-2_8-0-compat-lib-wxcontainer' 'libwx_baseu_xml-2_8-0-wxcontainer' 'libwx_baseu_xml-2_8-0-wxcontainer-32bit' 'libwx_baseu_xml-2_8-0-wxcontainer-32bit-debuginfo' 'libwx_baseu_xml-2_8-0-wxcontainer-debuginfo' 'libwx_baseu_xml-suse-nostl3_0_4' 'libwx_baseu_xml-suse-nostl4_0_0' 'libwx_baseu_xml-suse3_0_4' 'libwx_baseu_xml-suse3_0_4-32bit' 'libwx_baseu_xml-suse4_0_0' 'libwx_gtk2u_adv-2_8-0-compat-lib-wxcontainer' 'libwx_gtk2u_adv-2_8-0-wxcontainer' 'libwx_gtk2u_adv-2_8-0-wxcontainer-32bit' 'libwx_gtk2u_adv-2_8-0-wxcontainer-32bit-debuginfo' 'libwx_gtk2u_adv-2_8-0-wxcontainer-debuginfo' 'libwx_gtk2u_adv-suse-nostl3_0_4' 'libwx_gtk2u_adv-suse3_0_4' 'libwx_gtk2u_adv-suse3_0_4-32bit' 'libwx_gtk2u_adv-suse4_0_0' 'libwx_gtk2u_aui-2_8-0-compat-lib-wxcontainer' 'libwx_gtk2u_aui-2_8-0-wxcontainer' 'libwx_gtk2u_aui-2_8-0-wxcontainer-32bit' 'libwx_gtk2u_aui-2_8-0-wxcontainer-32bit-debuginfo' 'libwx_gtk2u_aui-2_8-0-wxcontainer-debuginfo' 'libwx_gtk2u_aui-suse-nostl3_0_4' 'libwx_gtk2u_aui-suse3_0_4' 'libwx_gtk2u_aui-suse3_0_4-32bit' 'libwx_gtk2u_aui-suse4_0_0' 'libwx_gtk2u_core-2_8-0-compat-lib-wxcontainer' 'libwx_gtk2u_core-2_8-0-wxcontainer' 'libwx_gtk2u_core-2_8-0-wxcontainer-32bit' 'libwx_gtk2u_core-2_8-0-wxcontainer-32bit-debuginfo' 'libwx_gtk2u_core-2_8-0-wxcontainer-debuginfo' 'libwx_gtk2u_core-suse-nostl3_0_4' 'libwx_gtk2u_core-suse3_0_4' 'libwx_gtk2u_core-suse3_0_4-32bit' 'libwx_gtk2u_core-suse4_0_0' 'libwx_gtk2u_fl-2_8-0-compat-lib-wxcontainer' 'libwx_gtk2u_fl-2_8-0-wxcontainer' 'libwx_gtk2u_fl-2_8-0-wxcontainer-32bit' 'libwx_gtk2u_fl-2_8-0-wxcontainer-32bit-debuginfo' 'libwx_gtk2u_fl-2_8-0-wxcontainer-debuginfo' 'libwx_gtk2u_gizmos-2_8-0-compat-lib-wxcontainer' 'libwx_gtk2u_gizmos-2_8-0-wxcontainer' 'libwx_gtk2u_gizmos-2_8-0-wxcontainer-32bit' 'libwx_gtk2u_gizmos-2_8-0-wxcontainer-32bit-debuginfo' 'libwx_gtk2u_gizmos-2_8-0-wxcontainer-debuginfo' 'libwx_gtk2u_gizmos_xrc-2_8-0-compat-lib-wxcontainer' 'libwx_gtk2u_gizmos_xrc-2_8-0-wxcontainer' 'libwx_gtk2u_gizmos_xrc-2_8-0-wxcontainer-32bit' 'libwx_gtk2u_gizmos_xrc-2_8-0-wxcontainer-32bit-debuginfo' 'libwx_gtk2u_gizmos_xrc-2_8-0-wxcontainer-debuginfo' 'libwx_gtk2u_gl-2_8-0-compat-lib-wxcontainer' 'libwx_gtk2u_gl-2_8-0-wxcontainer' 'libwx_gtk2u_gl-2_8-0-wxcontainer-32bit' 'libwx_gtk2u_gl-2_8-0-wxcontainer-32bit-debuginfo' 'libwx_gtk2u_gl-2_8-0-wxcontainer-debuginfo' 'libwx_gtk2u_gl-suse-nostl3_0_4' 'libwx_gtk2u_gl-suse3_0_4' 'libwx_gtk2u_gl-suse3_0_4-32bit' 'libwx_gtk2u_gl-suse4_0_0' 'libwx_gtk2u_html-2_8-0-compat-lib-wxcontainer' 'libwx_gtk2u_html-2_8-0-wxcontainer' 'libwx_gtk2u_html-2_8-0-wxcontainer-32bit' 'libwx_gtk2u_html-2_8-0-wxcontainer-32bit-debuginfo' 'libwx_gtk2u_html-2_8-0-wxcontainer-debuginfo' 'libwx_gtk2u_html-suse-nostl3_0_4' 'libwx_gtk2u_html-suse3_0_4' 'libwx_gtk2u_html-suse3_0_4-32bit' 'libwx_gtk2u_html-suse4_0_0' 'libwx_gtk2u_media-suse-nostl3_0_4' 'libwx_gtk2u_media-suse3_0_4' 'libwx_gtk2u_media-suse3_0_4-32bit' 'libwx_gtk2u_media-suse4_0_0' 'libwx_gtk2u_mmedia-2_8-0-compat-lib-wxcontainer' 'libwx_gtk2u_mmedia-2_8-0-wxcontainer' 'libwx_gtk2u_mmedia-2_8-0-wxcontainer-32bit' 'libwx_gtk2u_mmedia-2_8-0-wxcontainer-32bit-debuginfo' 'libwx_gtk2u_mmedia-2_8-0-wxcontainer-debuginfo' 'libwx_gtk2u_ogl-2_8-0-compat-lib-wxcontainer' 'libwx_gtk2u_ogl-2_8-0-wxcontainer' 'libwx_gtk2u_ogl-2_8-0-wxcontainer-32bit' 'libwx_gtk2u_ogl-2_8-0-wxcontainer-32bit-debuginfo' 'libwx_gtk2u_ogl-2_8-0-wxcontainer-debuginfo' 'libwx_gtk2u_plot-2_8-0-compat-lib-wxcontainer' 'libwx_gtk2u_plot-2_8-0-wxcontainer' 'libwx_gtk2u_plot-2_8-0-wxcontainer-32bit' 'libwx_gtk2u_plot-2_8-0-wxcontainer-32bit-debuginfo' 'libwx_gtk2u_plot-2_8-0-wxcontainer-debuginfo' 'libwx_gtk2u_propgrid-suse-nostl3_0_4' 'libwx_gtk2u_propgrid-suse3_0_4' 'libwx_gtk2u_propgrid-suse3_0_4-32bit' 'libwx_gtk2u_propgrid-suse4_0_0' 'libwx_gtk2u_qa-2_8-0-compat-lib-wxcontainer' 'libwx_gtk2u_qa-2_8-0-wxcontainer' 'libwx_gtk2u_qa-2_8-0-wxcontainer-32bit' 'libwx_gtk2u_qa-2_8-0-wxcontainer-32bit-debuginfo' 'libwx_gtk2u_qa-2_8-0-wxcontainer-debuginfo' 'libwx_gtk2u_qa-suse-nostl3_0_4' 'libwx_gtk2u_qa-suse3_0_4' 'libwx_gtk2u_qa-suse3_0_4-32bit' 'libwx_gtk2u_qa-suse4_0_0' 'libwx_gtk2u_ribbon-suse-nostl3_0_4' 'libwx_gtk2u_ribbon-suse3_0_4' 'libwx_gtk2u_ribbon-suse3_0_4-32bit' 'libwx_gtk2u_ribbon-suse4_0_0' 'libwx_gtk2u_richtext-2_8-0-compat-lib-wxcontainer' 'libwx_gtk2u_richtext-2_8-0-wxcontainer' 'libwx_gtk2u_richtext-2_8-0-wxcontainer-32bit' 'libwx_gtk2u_richtext-2_8-0-wxcontainer-32bit-debuginfo' 'libwx_gtk2u_richtext-2_8-0-wxcontainer-debuginfo' 'libwx_gtk2u_richtext-suse-nostl3_0_4' 'libwx_gtk2u_richtext-suse3_0_4' 'libwx_gtk2u_richtext-suse3_0_4-32bit' 'libwx_gtk2u_richtext-suse4_0_0' 'libwx_gtk2u_stc-2_8-0-compat-lib-wxcontainer' 'libwx_gtk2u_stc-2_8-0-wxcontainer' 'libwx_gtk2u_stc-2_8-0-wxcontainer-32bit' 'libwx_gtk2u_stc-2_8-0-wxcontainer-32bit-debuginfo' 'libwx_gtk2u_stc-2_8-0-wxcontainer-debuginfo' 'libwx_gtk2u_stc-suse-nostl3_0_4' 'libwx_gtk2u_stc-suse3_0_4' 'libwx_gtk2u_stc-suse3_0_4-32bit' 'libwx_gtk2u_stc-suse4_0_0' 'libwx_gtk2u_svg-2_8-0-compat-lib-wxcontainer' 'libwx_gtk2u_svg-2_8-0-wxcontainer' 'libwx_gtk2u_svg-2_8-0-wxcontainer-32bit' 'libwx_gtk2u_svg-2_8-0-wxcontainer-32bit-debuginfo' 'libwx_gtk2u_svg-2_8-0-wxcontainer-debuginfo' 'libwx_gtk2u_xrc-2_8-0-compat-lib-wxcontainer' 'libwx_gtk2u_xrc-2_8-0-wxcontainer' 'libwx_gtk2u_xrc-2_8-0-wxcontainer-32bit' 'libwx_gtk2u_xrc-2_8-0-wxcontainer-32bit-debuginfo' 'libwx_gtk2u_xrc-2_8-0-wxcontainer-debuginfo' 'libwx_gtk2u_xrc-suse-nostl3_0_4' 'libwx_gtk2u_xrc-suse3_0_4' 'libwx_gtk2u_xrc-suse3_0_4-32bit' 'libwx_gtk2u_xrc-suse4_0_0' 'libwx_gtk3u_adv-suse-nostl4_0_0' 'libwx_gtk3u_adv-suse4_0_0' 'libwx_gtk3u_aui-suse-nostl4_0_0' 'libwx_gtk3u_aui-suse4_0_0' 'libwx_gtk3u_core-suse-nostl4_0_0' 'libwx_gtk3u_core-suse4_0_0' 'libwx_gtk3u_gl-suse-nostl4_0_0' 'libwx_gtk3u_gl-suse4_0_0' 'libwx_gtk3u_html-suse-nostl4_0_0' 'libwx_gtk3u_html-suse4_0_0' 'libwx_gtk3u_media-suse-nostl4_0_0' 'libwx_gtk3u_media-suse4_0_0' 'libwx_gtk3u_propgrid-suse-nostl4_0_0' 'libwx_gtk3u_propgrid-suse4_0_0' 'libwx_gtk3u_qa-suse-nostl4_0_0' 'libwx_gtk3u_qa-suse4_0_0' 'libwx_gtk3u_ribbon-suse-nostl4_0_0' 'libwx_gtk3u_ribbon-suse4_0_0' 'libwx_gtk3u_richtext-suse-nostl4_0_0' 'libwx_gtk3u_richtext-suse4_0_0' 'libwx_gtk3u_stc-suse-nostl4_0_0' 'libwx_gtk3u_stc-suse4_0_0' 'libwx_gtk3u_webview-suse4_0_0' 'libwx_gtk3u_xrc-suse-nostl4_0_0' 'libwx_gtk3u_xrc-suse4_0_0' 'libwx_qtu_adv-suse4_0_0' 'libwx_qtu_aui-suse4_0_0' 'libwx_qtu_core-suse4_0_0' 'libwx_qtu_gl-suse4_0_0' 'libwx_qtu_html-suse4_0_0' 'libwx_qtu_media-suse4_0_0' 'libwx_qtu_propgrid-suse4_0_0' 'libwx_qtu_qa-suse4_0_0' 'libwx_qtu_ribbon-suse4_0_0' 'libwx_qtu_richtext-suse4_0_0' 'libwx_qtu_stc-suse4_0_0' 'libwx_qtu_xrc-suse4_0_0' 'libwxcode_gtk2u_wxsqlite3-3_0-0' 'libwxlua' 'libwxstedit-wx30gtk2u-1_6_0' 'libwxsvg-devel' 'libwxsvg3' 'libx264' 'libx264-155' 'libx264-157' 'libx264-159' 'libx264-160' 'libx264-160-32bit' 'libx264-160-32bit-debuginfo' 'libx264-160-debuginfo' 'libx264-debugsource' 'libx264-devel' 'libx264-x264' 'libx264-x264-debugsource' 'libx265-169' 'libx265-176' 'libx265-179' 'libx265-188' 'libx265-192' 'libx265-192-32bit' 'libx265-192-32bit-debuginfo' 'libx265-192-debuginfo' 'libx265-devel' 'libx86-1' 'libx86-devel' 'libx86-devel-static' 'libx86emu-devel' 'libx86emu3' 'libxalan-c-devel' 'libxalan-c112' 'libxapian-devel' 'libxapian30' 'libxapian30-32bit' 'libxapp-devel' 'libxapp1' 'libxar-devel' 'libxar1' 'libxatracker-devel' 'libxatracker2' 'libxbase64-1' 'libxbrz-1_7' 'libxbsql0' 'libxc-devel' 'libxc5' 'libxcam-devel' 'libxcam1' 'libxcb-composite0' 'libxcb-composite0-32bit' 'libxcb-cursor0' 'libxcb-cursor0-32bit' 'libxcb-damage0' 'libxcb-damage0-32bit' 'libxcb-devel' 'libxcb-devel-32bit' 'libxcb-devel-doc' 'libxcb-dpms0' 'libxcb-dpms0-32bit' 'libxcb-dri2-0' 'libxcb-dri2-0-32bit' 'libxcb-dri3-0' 'libxcb-dri3-0-32bit' 'libxcb-errors0' 'libxcb-errors0-32bit' 'libxcb-ewmh2' 'libxcb-ewmh2-32bit' 'libxcb-glx0' 'libxcb-glx0-32bit' 'libxcb-icccm4' 'libxcb-icccm4-32bit' 'libxcb-image0' 'libxcb-image0-32bit' 'libxcb-keysyms1' 'libxcb-keysyms1-32bit' 'libxcb-present0' 'libxcb-present0-32bit' 'libxcb-randr0' 'libxcb-randr0-32bit' 'libxcb-record0' 'libxcb-record0-32bit' 'libxcb-render-util0' 'libxcb-render-util0-32bit' 'libxcb-render0' 'libxcb-render0-32bit' 'libxcb-res0' 'libxcb-res0-32bit' 'libxcb-screensaver0' 'libxcb-screensaver0-32bit' 'libxcb-shape0' 'libxcb-shape0-32bit' 'libxcb-shm0' 'libxcb-shm0-32bit' 'libxcb-sync1' 'libxcb-sync1-32bit' 'libxcb-util1' 'libxcb-util1-32bit' 'libxcb-xf86dri0' 'libxcb-xf86dri0-32bit' 'libxcb-xfixes0' 'libxcb-xfixes0-32bit' 'libxcb-xinerama0' 'libxcb-xinerama0-32bit' 'libxcb-xinput0' 'libxcb-xinput0-32bit' 'libxcb-xkb1' 'libxcb-xkb1-32bit' 'libxcb-xrm0' 'libxcb-xtest0' 'libxcb-xtest0-32bit' 'libxcb-xv0' 'libxcb-xv0-32bit' 'libxcb-xvmc0' 'libxcb-xvmc0-32bit' 'libxcb1' 'libxcb1-32bit' 'libxcfun2' 'libxclass-0_9_2' 'libxcrypt-devel' 'libxcrypt-devel-32bit' 'libxcrypt-devel-static' 'libxdg-basedir-devel' 'libxdg-basedir1' 'libxerces-c-3_2' 'libxerces-c-3_2-32bit' 'libxerces-c-devel' 'libxfce4panel-1_0-4' 'libxfce4panel-2_0-4' 'libxfce4ui-1-0' 'libxfce4ui-2-0' 'libxfce4ui-branding-openSUSE' 'libxfce4ui-branding-upstream' 'libxfce4ui-devel' 'libxfce4ui-doc' 'libxfce4ui-lang' 'libxfce4ui-tools' 'libxfce4util-devel' 'libxfce4util-lang' 'libxfce4util-tools' 'libxfce4util7' 'libxfconf-0-3' 'libxfconf-devel' 'libxfdashboard0' 'libxine-devel' 'libxine2' 'libxine2-32bit' 'libxine2-32bit-debuginfo' 'libxine2-codecs' 'libxine2-debuginfo' 'libxine2-jack' 'libxine2-jack-debuginfo' 'libxine2-pulse' 'libxine2-pulse-debuginfo' 'libxine2-sdl' 'libxine2-sdl-debuginfo' 'libxkbcommon-devel' 'libxkbcommon-devel-32bit' 'libxkbcommon-tools' 'libxkbcommon-x11-0' 'libxkbcommon-x11-0-32bit' 'libxkbcommon-x11-devel' 'libxkbcommon-x11-devel-32bit' 'libxkbcommon0' 'libxkbcommon0-32bit' 'libxkbfile-devel' 'libxkbfile-devel-32bit' 'libxkbfile1' 'libxkbfile1-32bit' 'libxkbregistry-devel' 'libxkbregistry0' 'libxkbui-devel' 'libxkbui-devel-32bit' 'libxkbui1' 'libxkbui1-32bit' 'libxklavier-devel' 'libxklavier-doc' 'libxklavier16' 'libxklavier16-32bit' 'libxls-devel' 'libxls-tools' 'libxlsreader8' 'libxmi0' 'libxml++-2_6-2' 'libxml++-2_6-2-32bit' 'libxml++-3_0-1' 'libxml++-3_0-1-32bit' 'libxml++-devel' 'libxml++26-devel' 'libxml-security-c-devel' 'libxml-security-c20' 'libxml2-2' 'libxml2-2-32bit' 'libxml2-devel' 'libxml2-devel-32bit' 'libxml2-doc' 'libxml2-tools' 'libxmlb-devel' 'libxmlb1' 'libxmlbird1' 'libxmlrpc++8' 'libxmlrpc3' 'libxmlrpc_abyss++8' 'libxmlrpc_abyss3' 'libxmlrpc_client++8' 'libxmlrpc_client3' 'libxmlrpc_cpp8' 'libxmlrpc_packetsocket8' 'libxmlrpc_server++8' 'libxmlrpc_server3' 'libxmlrpc_server_abyss++8' 'libxmlrpc_server_abyss3' 'libxmlrpc_server_cgi++8' 'libxmlrpc_server_cgi3' 'libxmlrpc_server_pstream++8' 'libxmlrpc_util++8' 'libxmlrpc_util4' 'libxmlsec1-1' 'libxmlsec1-gcrypt1' 'libxmlsec1-gnutls1' 'libxmlsec1-nss1' 'libxmlsec1-openssl1' 'libxmltooling-devel' 'libxmltooling-lite8' 'libxmltooling8' 'libxmp-devel' 'libxmp4' 'libxosd2' 'libxpaintrw0' 'libxpaintrw0-debuginfo' 'libxplayer-plparser-mini18' 'libxplayer-plparser-mini18-32bit' 'libxplayer-plparser18' 'libxplayer-plparser18-32bit' 'libxreaderdocument3' 'libxreaderview3' 'libxshmfence-devel' 'libxshmfence1' 'libxshmfence1-32bit' 'libxslt-devel' 'libxslt-devel-32bit' 'libxslt-tools' 'libxslt1' 'libxslt1-32bit' 'libxspf-devel' 'libxspf4' 'libxtables-devel' 'libxtables12' 'libxtermcap1_0' 'libxtract-devel' 'libxtract0' 'libxtract0' 'libxtract0-debuginfo' 'libxtract0-debugsource' 'libxtrx-devel' 'libxtrx0' 'libxtrx_lms7002m0_0_0-SUSE' 'libxtrxdsp-devel' 'libxtrxdsp0' 'libxtrxll-devel' 'libxtrxll0' 'libxvidcore-devel' 'libxvidcore4' 'libxvidcore4-32bit' 'libxvidcore4-32bit-debuginfo' 'libxvidcore4-debuginfo' 'libxxhash0' 'libxy4' 'libyajl-devel' 'libyajl-devel-32bit' 'libyajl-devel-static' 'libyajl2' 'libyajl2-32bit' 'libyami-devel' 'libyami-utils' 'libyami1' 'libyaml-0-2' 'libyaml-cpp0_6' 'libyaml-devel' 'libyang-cpp-devel' 'libyang-cpp1' 'libyang-devel' 'libyang-doc' 'libyang-extentions' 'libyang1' 'libyara-devel' 'libyara4' 'libyate6' 'libyate6-debuginfo' 'libyaz-devel' 'libyaz-devel-32bit' 'libyaz5' 'libyaz5-32bit' 'libyder1_4' 'libyelp0' 'libykclient-devel' 'libykclient3' 'libykcs11-1' 'libykcs11-devel' 'libykpers-1-1' 'libykpers-devel' 'libykpiv-devel' 'libykpiv1' 'libyubikey-devel' 'libyubikey-tools' 'libyubikey0' 'libyui-devel' 'libyui-doc' 'libyui-ncurses-devel' 'libyui-ncurses-doc' 'libyui-ncurses-pkg-devel' 'libyui-ncurses-pkg-doc' 'libyui-ncurses-pkg13' 'libyui-ncurses-rest-api-devel' 'libyui-ncurses-rest-api13' 'libyui-ncurses-tools' 'libyui-ncurses13' 'libyui-qt-devel' 'libyui-qt-doc' 'libyui-qt-graph-devel' 'libyui-qt-graph-doc' 'libyui-qt-graph13' 'libyui-qt-pkg-devel' 'libyui-qt-pkg-doc' 'libyui-qt-pkg13' 'libyui-qt-rest-api-devel' 'libyui-qt-rest-api13' 'libyui-qt13' 'libyui-rest-api-devel' 'libyui-rest-api13' 'libyui13' 'libz1' 'libz1-32bit' 'libz3-4_8' 'libzapojit-0_0-0' 'libzapojit-devel' 'libzbar-devel' 'libzbar0' 'libzbar0-32bit' 'libzbarqt-devel' 'libzbarqt0' 'libzbarqt0-32bit' 'libzbc-5_9_0' 'libzbc-devel' 'libzbc-gui' 'libzbc-tools' 'libzck-devel' 'libzck1' 'libzebra1' 'libzeitgeist-1_0-1' 'libzeitgeist-1_0-1-32bit' 'libzeitgeist-devel' 'libzen-devel' 'libzen0' 'libzen0-32bit' 'libzfp0' 'libzhuyin13' 'libzhuyin13-32bit' 'libzimg2' 'libzimg2-32bit' 'libzinnia0' 'libzio-devel' 'libzio1' 'libzio1-32bit' 'libzip-devel' 'libzip-tools' 'libzip5' 'libzip5-32bit' 'libzipkin-cpp-opentracing0' 'libzita-convolver4' 'libzita-convolver4-32bit' 'libzita-resampler1' 'libzlui0_99' 'libzmf-0_0-0' 'libzmf-devel' 'libzmf-devel-doc' 'libzmf-tools' 'libzmq5' 'libzmq5-32bit' 'libzmusic1' 'libzn_poly-0_9' 'libzopfli-devel' 'libzopfli1' 'libzopflipng1' 'libzrtpcpp-devel' 'libzrtpcpp4' 'libzsolve0' 'libzstd-devel' 'libzstd-devel-static' 'libzstd1' 'libzstd1-32bit' 'libzvbi-chains0' 'libzvbi-chains0-32bit' 'libzvbi0' 'libzvbi0-32bit' 'libzypp' 'libzypp-devel' 'libzypp-devel-doc' 'libzypp-plugin-appdata' 'libzypp-testsuite-tools' 'libzzip-0-13' 'libzzip-0-13-32bit' 'lifecycle-data-openSUSE' 'lifelines' 'liferea' 'liferea-lang' 'light-locker' 'light-locker-lang' 'lightdm' 'lightdm-gobject-devel' 'lightdm-gtk-greeter' 'lightdm-gtk-greeter-branding-openSUSE' 'lightdm-gtk-greeter-branding-upstream' 'lightdm-gtk-greeter-lang' 'lightdm-gtk-greeter-settings' 'lightdm-gtk-greeter-settings-lang' 'lightdm-lang' 'lightdm-qt5-devel' 'lightdm-slick-greeter' 'lightdm-slick-greeter-branding-openSUSE' 'lightdm-slick-greeter-branding-upstream' 'lightdm-slick-greeter-lang' 'lightmediascanner' 'lightmediascanner-devel' 'lightsoff' 'lightsoff-lang' 'lightspark' 'lightspark' 'lightspark-debuginfo' 'lightspark-debugsource' 'lightspark-lang' 'lightspark-plugin' 'lightspark-plugin-debuginfo' 'lightstep-tracer-cpp-devel' 'lightstep-tracer-cpp-source' 'lighttpd' 'lighttpd-mod_authn_gssapi' 'lighttpd-mod_authn_ldap' 'lighttpd-mod_authn_mysql' 'lighttpd-mod_authn_pam' 'lighttpd-mod_authn_sasl' 'lighttpd-mod_cml' 'lighttpd-mod_magnet' 'lighttpd-mod_maxminddb' 'lighttpd-mod_mysql_vhost' 'lighttpd-mod_rrdtool' 'lighttpd-mod_trigger_b4_dl' 'lighttpd-mod_vhostdb_dbi' 'lighttpd-mod_vhostdb_ldap' 'lighttpd-mod_vhostdb_mysql' 'lighttpd-mod_vhostdb_pgsql' 'lighttpd-mod_webdav' 'lilv' 'lilypond' 'lilypond-doc' 'lilypond-doc-cs' 'lilypond-doc-de' 'lilypond-doc-es' 'lilypond-doc-fr' 'lilypond-doc-hu' 'lilypond-doc-it' 'lilypond-doc-ja' 'lilypond-doc-nl' 'lilypond-doc-zh' 'lilypond-emmentaler-fonts' 'lilypond-fonts-common' 'lilypond-texgy-fonts' 'lime-devel' 'limesuite' 'limesuite-devel' 'limesuite-udev' 'linbox-devel' 'link-grammar' 'link-grammar-devel' 'linkloop' 'links' 'linphone' 'linphone-cli' 'linssid' 'linstor-common' 'linstor-controller' 'linstor-satellite' 'linux-atm' 'linux-atm-devel' 'linux-ftools' 'linux-glibc-devel' 'linux-libertine-fonts' 'linux32' 'linux_logo' 'linuxconsoletools' 'linuxptp' 'linuxrc' 'linuxrc-devtools' 'linuxsampler' 'linuxsampler' 'linuxsampler-debuginfo' 'linuxsampler-debugsource' 'linuxsampler-doc' 'liquidhaskell' 'liquidshell' 'liquidshell' 'liquidshell-debuginfo' 'liquidshell-debugsource' 'liquidshell-lang' 'lirc-config' 'lirc-core' 'lirc-devel' 'lirc-disable-kernel-rc' 'lirc-drv-ftdi' 'lirc-tools-gui' 'listres' 'litetran' 'littleb-devel' 'littleb-examples' 'littlewizard' 'littlewizard-devel' 'littlewizard-examples' 'live-add-yast-repos' 'live-fat-stick' 'live-grub-stick' 'live-kiwi-hook' 'live-langset-data' 'live-net-installer' 'live-usb-gui' 'live555' 'live555-devel' 'liveMedia' 'liveMedia' 'liveMedia-debuginfo' 'liveMedia-debugsource' 'livedtd' 'lklug-fonts' 'lksctp-tools' 'lksctp-tools-devel' 'llcbench' 'lld' 'lld10' 'lld7' 'lld8' 'lld9' 'lldb' 'lldb-devel' 'lldb10' 'lldb10-devel' 'lldb7' 'lldb7-devel' 'lldb8' 'lldb8-devel' 'lldb9' 'lldb9-devel' 'lldpd' 'lldpd-devel' 'llmnrd' 'llvm' 'llvm-LTO-devel' 'llvm-devel' 'llvm-gold' 'llvm-vim-plugins' 'llvm10' 'llvm10-LTO-devel' 'llvm10-LTO-devel-32bit' 'llvm10-devel' 'llvm10-devel-32bit' 'llvm10-doc' 'llvm10-gold' 'llvm10-opt-viewer' 'llvm10-polly' 'llvm10-polly-devel' 'llvm10-vim-plugins' 'llvm7' 'llvm7-LTO-devel' 'llvm7-LTO-devel-32bit' 'llvm7-devel' 'llvm7-devel-32bit' 'llvm7-gold' 'llvm7-opt-viewer' 'llvm7-polly' 'llvm7-polly-devel' 'llvm7-vim-plugins' 'llvm8' 'llvm8-LTO-devel' 'llvm8-LTO-devel-32bit' 'llvm8-devel' 'llvm8-devel-32bit' 'llvm8-gold' 'llvm8-opt-viewer' 'llvm8-polly' 'llvm8-polly-devel' 'llvm8-vim-plugins' 'llvm9' 'llvm9-LTO-devel' 'llvm9-LTO-devel-32bit' 'llvm9-devel' 'llvm9-devel-32bit' 'llvm9-doc' 'llvm9-gold' 'llvm9-opt-viewer' 'llvm9-polly' 'llvm9-polly-devel' 'llvm9-vim-plugins' 'lmarbles' 'lmdb' 'lmdb-devel' 'lmdbxx' 'lmdbxx-devel' 'lmms' 'lmms-devel' 'lmms-vst' 'lnav' 'lndir' 'loadlin' 'lockdev' 'lockdev-devel' 'lockfile' 'lodepng-devel' 'log4cplus-devel' 'log4cpp-devel' 'log4cpp-doc' 'log4j' 'log4j-javadoc' 'log4j-jcl' 'log4j-over-slf4j' 'log4j-slf4j' 'log4j12' 'log4j12-javadoc' 'log4j12-manual' 'log4j12-mini' 'log4net' 'logback' 'logback-access' 'logback-examples' 'logback-javadoc' 'logdigest' 'logrotate' 'logstalgia' 'logtail' 'logtop' 'logwarn' 'logwarn-nagios-plugin' 'logwatch' 'lokalize' 'lokalize-lang' 'lollypop' 'lollypop-lang' 'lomoco' 'lomt-blackout-fonts' 'lomt-chunk-fonts' 'lomt-fanwood-fonts' 'lomt-goudybookletter-fonts' 'lomt-junction-fonts' 'lomt-knewave-fonts' 'lomt-leaguegothic-fonts' 'lomt-lindenhill-fonts' 'lomt-orbitron-fonts' 'lomt-ostrichsans-fonts' 'lomt-prociono-fonts' 'lomt-script1-fonts' 'lomt-sniglet-fonts' 'lomt-sortsmillgoudy-fonts' 'lonote' 'lookbook' 'loook' 'loudmouth' 'loudmouth-debugsource' 'loudmouth-devel' 'loudmouth-doc' 'lout' 'love' 'love-0_7_2' 'lpairs' 'lpe' 'lpsolve' 'lpsolve-devel' 'lrslib' 'lrslib-devel' 'lsb' 'lsb-release' 'lsdvd' 'lshw' 'lshw-gui' 'lshw-lang' 'lskat' 'lskat-lang' 'lsof' 'lsp-plugins' 'lsp-plugins-common' 'lsp-plugins-doc' 'lsscsi' 'lsyncd' 'ltrace' 'ltrace-32bit' 'lttng-modules' 'lttng-modules-kmp-default' 'lttng-modules-kmp-pae' 'lttng-tools' 'lttng-tools-devel' 'lttng-ust-devel' 'lttng-ust-doc' 'ltxml' 'ltxml-devel' 'lua-Hamliblua' 'lua-genders' 'lua-libguestfs' 'lua-libprelude' 'lua-lmod' 'lua-lmod-doc' 'lua-macros' 'lua-rrdtool' 'lua51' 'lua51-BitOp' 'lua51-alt-getopt' 'lua51-argparse' 'lua51-bit32' 'lua51-busted' 'lua51-cliargs' 'lua51-compat-5.3' 'lua51-copas' 'lua51-coxpcall' 'lua51-devel' 'lua51-dkjson' 'lua51-doc' 'lua51-ldbus' 'lua51-ldoc' 'lua51-lgi' 'lua51-lgi-doc' 'lua51-loadkit' 'lua51-lpeg' 'lua51-lpeg-doc' 'lua51-lpeg_patterns' 'lua51-lua-dbus' 'lua51-lua-ev' 'lua51-lua-ev-devel' 'lua51-lua-mpris' 'lua51-luadbi' 'lua51-luaevent' 'lua51-luaexpat' 'lua51-luafilesystem' 'lua51-luaposix' 'lua51-luarocks' 'lua51-luasec' 'lua51-luasocket' 'lua51-luasocket-devel' 'lua51-luasql' 'lua51-luassert' 'lua51-luasystem' 'lua51-luaterm' 'lua51-luv' 'lua51-luv-devel' 'lua51-markdown' 'lua51-mediator_lua' 'lua51-messagepack' 'lua51-moonscript' 'lua51-mpack' 'lua51-penlight' 'lua51-penlight-doc' 'lua51-say' 'lua51-zlib' 'lua53' 'lua53-alt-getopt' 'lua53-argparse' 'lua53-busted' 'lua53-cliargs' 'lua53-compat-5.3' 'lua53-copas' 'lua53-coxpcall' 'lua53-devel' 'lua53-dkjson' 'lua53-doc' 'lua53-editorconfig-core-lua' 'lua53-ldbus' 'lua53-ldoc' 'lua53-lgi' 'lua53-lgi-doc' 'lua53-loadkit' 'lua53-lpeg' 'lua53-lpeg-doc' 'lua53-lpeg_patterns' 'lua53-lua-dbus' 'lua53-lua-ev' 'lua53-lua-ev-devel' 'lua53-lua-mpris' 'lua53-luadbi' 'lua53-luaevent' 'lua53-luaexpat' 'lua53-luafilesystem' 'lua53-luaposix' 'lua53-luarocks' 'lua53-luasec' 'lua53-luasocket' 'lua53-luasocket-devel' 'lua53-luasql' 'lua53-luassert' 'lua53-luasystem' 'lua53-luaterm' 'lua53-luv' 'lua53-luv-devel' 'lua53-markdown' 'lua53-mediator_lua' 'lua53-messagepack' 'lua53-moonscript' 'lua53-mpack' 'lua53-penlight' 'lua53-penlight-doc' 'lua53-say' 'lua53-zlib' 'lua54' 'lua54-alt-getopt' 'lua54-argparse' 'lua54-busted' 'lua54-cliargs' 'lua54-compat-5.3' 'lua54-copas' 'lua54-coxpcall' 'lua54-devel' 'lua54-dkjson' 'lua54-doc' 'lua54-editorconfig-core-lua' 'lua54-ldbus' 'lua54-ldoc' 'lua54-lgi' 'lua54-lgi-doc' 'lua54-loadkit' 'lua54-lpeg' 'lua54-lpeg-doc' 'lua54-lpeg_patterns' 'lua54-lua-dbus' 'lua54-lua-ev' 'lua54-lua-ev-devel' 'lua54-lua-mpris' 'lua54-luadbi' 'lua54-luaevent' 'lua54-luaexpat' 'lua54-luafilesystem' 'lua54-luaposix' 'lua54-luarocks' 'lua54-luasec' 'lua54-luasocket' 'lua54-luasocket-devel' 'lua54-luasql' 'lua54-luassert' 'lua54-luasystem' 'lua54-luaterm' 'lua54-luv' 'lua54-luv-devel' 'lua54-markdown' 'lua54-mediator_lua' 'lua54-messagepack' 'lua54-moonscript' 'lua54-mpack' 'lua54-penlight' 'lua54-penlight-doc' 'lua54-say' 'lua54-zlib' 'luabind-devel' 'luaposix-doc' 'lucene++-devel' 'lucene-analyzers-common' 'lucene-analyzers-smartcn' 'lucene-analyzers-stempel' 'lucene-backward-codecs' 'lucene-classification' 'lucene-codecs' 'lucene-core' 'lucene-grouping' 'lucene-highlighter' 'lucene-join' 'lucene-memory' 'lucene-misc' 'lucene-monitor' 'lucene-queries' 'lucene-queryparser' 'lucene-sandbox' 'lucene-spatial3d' 'luckybackup' 'luckybackup' 'luckybackup-debuginfo' 'luckybackup-debugsource' 'lugaru' 'lugaru-data' 'luit' 'luminance-hdr' 'luminance-hdr' 'luminance-hdr-debuginfo' 'luminance-hdr-debugsource' 'luminance-hdr-doc' 'luminance-hdr-lang' 'lunar-calendar' 'lunar-calendar-devel' 'lunar-calendar-doc' 'lunar-calendar-gtk3-module' 'lunar-calendar-lang' 'lunar-date' 'lunar-date-devel' 'lunar-date-doc' 'lunar-date-lang' 'lutris' 'luvcview' 'lv' 'lv2' 'lv2-calf' 'lv2-calf-debuginfo' 'lv2-devel' 'lv2-docs' 'lv2-examples' 'lv2-guitarix' 'lv2-linuxsampler' 'lv2-linuxsampler-debuginfo' 'lv2-lsp-plugins' 'lv2-swh-plugins' 'lv2-zam-plugins' 'lvm2' 'lvm2-devel' 'lvm2-lockd' 'lvm2-testsuite' 'lxappearance' 'lxappearance-devel' 'lxappearance-lang' 'lxappearance-obconf' 'lxappearance-obconf-lang' 'lxc' 'lxc-bash-completion' 'lxcfs' 'lxcfs-hooks-lxc' 'lxd' 'lxd-bash-completion' 'lxde' 'lxde-common' 'lxde-common-branding-openSUSE' 'lxde-common-branding-upstream' 'lxdvdrip' 'lxdvdrip' 'lxdvdrip-debuginfo' 'lxdvdrip-debugsource' 'lximage-qt' 'lximage-qt-lang' 'lxinput' 'lxinput-lang' 'lxlauncher' 'lxmenu-data' 'lxpanel' 'lxpanel-devel' 'lxpanel-lang' 'lxqt' 'lxqt-about' 'lxqt-about-lang' 'lxqt-archiver' 'lxqt-archiver-lang' 'lxqt-build-tools-devel' 'lxqt-config' 'lxqt-config-lang' 'lxqt-globalkeys' 'lxqt-globalkeys-devel' 'lxqt-globalkeys-lang' 'lxqt-notificationd' 'lxqt-notificationd-lang' 'lxqt-openssh-askpass' 'lxqt-openssh-askpass-lang' 'lxqt-panel' 'lxqt-panel-devel' 'lxqt-panel-lang' 'lxqt-policykit' 'lxqt-policykit-lang' 'lxqt-powermanagement' 'lxqt-powermanagement-lang' 'lxqt-qtplugin' 'lxqt-runner' 'lxqt-runner-lang' 'lxqt-session' 'lxqt-session-lang' 'lxqt-sudo' 'lxqt-sudo-lang' 'lxqt-theme-openSUSE-default' 'lxqt-theme-openSUSE-leaper' 'lxqt-theme-openSUSE-light' 'lxqt-themes' 'lxrandr' 'lxrandr-lang' 'lxsession' 'lxshortcut' 'lxtask' 'lxtask-lang' 'lxterminal' 'lxterminal-lang' 'lynis' 'lynx' 'lyx' 'lyx-fonts' 'lz4' 'lzfse' 'lzfse-devel' 'lzham_codec-devel' 'lzham_codec-libs' 'lzip' 'lziprecover' 'lzlib-devel' 'lzma-sdk-devel' 'lzo-devel' 'lzo-devel-32bit' 'lzo-devel-static' 'lzop' 'm17n-db' 'm17n-db-lang' 'm17n-lib' 'm17n-lib-devel' 'm4' 'mISDNuser' 'mISDNuser-devel' 'mac' 'mac-debuginfo' 'mac-robber' 'macchanger' 'machinery' 'machinery-doc' 'macrofusion' 'madplay' 'madplay-lang' 'maelstrom' 'mail_server' 'mailcommon' 'mailcommon-devel' 'mailcommon-lang' 'maildir-utils' 'mailgraph' 'mailgraph-apache' 'mailimporter' 'mailimporter-devel' 'mailimporter-lang' 'mailprocessing' 'mailutils' 'mailutils-devel' 'mailutils-imap4d' 'mailutils-mh' 'mailutils-notify' 'mailutils-pop3d' 'mailx' 'maim' 'mairix' 'make' 'make-lang' 'makebootfat' 'makedepend' 'makedev' 'makedumpfile' 'makeinfo' 'makeinfo4' 'makemkv' 'makemkv' 'makemkv-debugsource' 'makeself' 'makewhat' 'mako' 'malaga-suomi' 'mame' 'mame-data' 'mame-mess' 'mame-tools' 'man' 'man-pages' 'man-pages-de' 'man-pages-fr' 'man-pages-ja' 'man-pages-nl' 'man-pages-pl' 'man-pages-posix' 'man-pages-pt_BR' 'man-pages-ro' 'man-pages-zh_CN' 'manaplus' 'manaplus-lang' 'manchu-fonts' 'mandoc' 'mangler' 'manpageeditor' 'manufacturer-PPDs' 'marble' 'marble-data' 'marble-devel' 'marble-doc' 'marble-kde' 'marble-lang' 'marble-qt' 'marco' 'marco-devel' 'marco-lang' 'marco-themes' 'mariadb' 'mariadb-bench' 'mariadb-client' 'mariadb-connector-odbc' 'mariadb-errormessages' 'mariadb-galera' 'mariadb-java-client' 'mariadb-java-client-javadoc' 'mariadb-rpm-macros' 'mariadb-test' 'mariadb-tools' 'marisa' 'marisa-devel' 'markdownpart' 'markdownpart' 'markdownpart-debuginfo' 'markdownpart-debugsource' 'markdownpart-lang' 'massif-visualizer' 'massif-visualizer' 'massif-visualizer-debuginfo' 'massif-visualizer-debugsource' 'massif-visualizer-lang' 'mate' 'mate-applet-appmenu' 'mate-applet-dock' 'mate-applet-indicator' 'mate-applet-indicator-lang' 'mate-applet-sensors' 'mate-applet-sensors-devel' 'mate-applet-sensors-lang' 'mate-applet-softupd' 'mate-applet-softupd-lang' 'mate-applets' 'mate-applets-lang' 'mate-backgrounds' 'mate-backgrounds-lang' 'mate-calc' 'mate-calc-lang' 'mate-common' 'mate-control-center' 'mate-control-center-branding-openSUSE' 'mate-control-center-branding-upstream' 'mate-control-center-devel' 'mate-control-center-lang' 'mate-desktop' 'mate-desktop-devel' 'mate-desktop-gschemas' 'mate-desktop-gschemas-branding-openSUSE' 'mate-desktop-gschemas-branding-upstream' 'mate-desktop-lang' 'mate-dictionary' 'mate-disk-image-mounter' 'mate-disk-usage-analyzer' 'mate-eiciel' 'mate-eiciel-lang' 'mate-icon-theme' 'mate-icon-theme-faenza' 'mate-icon-theme-faenza-dark' 'mate-icon-theme-faenza-gray' 'mate-media' 'mate-media-lang' 'mate-menu' 'mate-menu-lang' 'mate-menus' 'mate-menus-branding-openSUSE' 'mate-menus-branding-upstream' 'mate-menus-devel' 'mate-menus-lang' 'mate-netbook' 'mate-netbook-lang' 'mate-notification-daemon' 'mate-notification-daemon-lang' 'mate-panel' 'mate-panel-branding-openSUSE' 'mate-panel-branding-upstream' 'mate-panel-devel' 'mate-panel-lang' 'mate-polkit' 'mate-polkit-lang' 'mate-power-manager' 'mate-power-manager-lang' 'mate-screensaver' 'mate-screensaver-devel' 'mate-screensaver-lang' 'mate-screenshot' 'mate-search-tool' 'mate-session-manager' 'mate-session-manager-branding-openSUSE' 'mate-session-manager-branding-upstream' 'mate-session-manager-gschemas' 'mate-session-manager-lang' 'mate-settings-daemon' 'mate-settings-daemon-devel' 'mate-settings-daemon-lang' 'mate-system-log' 'mate-system-monitor' 'mate-system-monitor-lang' 'mate-terminal' 'mate-terminal-lang' 'mate-themes' 'mate-tweak' 'mate-tweak-lang' 'mate-user-guide' 'mate-user-guide-lang' 'mate-user-share' 'mate-user-share-lang' 'mate-utils-common-lang' 'matekbd-common' 'materia-gtk-theme' 'materia-kde' 'materia-kde-decoration' 'materia-kde-konsole' 'materia-kde-kvantum' 'materia-kde-style' 'materia-kde-yakuake' 'mateweather-common' 'mathgl-cgi' 'mathgl-devel' 'mathgl-devel-static' 'mathgl-doc' 'mathgl-doc-pdf' 'mathgl-doc-ru' 'mathgl-examples' 'mathgl-fonts' 'mathgl-lang' 'mathgl-lua' 'mathgl-tex' 'mathgl-tex-doc' 'mathgl-tools' 'mathjax' 'mathjax-ams-fonts' 'mathjax-caligraphic-fonts' 'mathjax-fraktur-fonts' 'mathjax-main-fonts' 'mathjax-math-fonts' 'mathjax-sansserif-fonts' 'mathjax-script-fonts' 'mathjax-size1-fonts' 'mathjax-size2-fonts' 'mathjax-size3-fonts' 'mathjax-size4-fonts' 'mathjax-typewriter-fonts' 'mathjax-winchrome-fonts' 'mathjax-winie6-fonts' 'mathml-dtd' 'mathomatic' 'mathomatic-devel' 'matio-tools' 'matomo' 'matrix-quaternion' 'matrix-quaternion-lang' 'matrix-synapse' 'matthewlib-java' 'matthewlib-java-javadoc' 'mautrix-telegram-server' 'maven' 'maven-ant-plugin' 'maven-ant-plugin-javadoc' 'maven-antrun-plugin' 'maven-antrun-plugin-javadoc' 'maven-archetype' 'maven-archetype-catalog' 'maven-archetype-common' 'maven-archetype-descriptor' 'maven-archetype-javadoc' 'maven-archetype-packaging' 'maven-archetype-plugin' 'maven-archiver' 'maven-archiver-javadoc' 'maven-artifact' 'maven-artifact-manager' 'maven-artifact-resolver' 'maven-artifact-resolver-javadoc' 'maven-artifact-transfer' 'maven-artifact-transfer-javadoc' 'maven-assembly-plugin' 'maven-assembly-plugin-javadoc' 'maven-checkstyle-plugin' 'maven-checkstyle-plugin-javadoc' 'maven-clean-plugin' 'maven-clean-plugin-javadoc' 'maven-common-artifact-filters' 'maven-common-artifact-filters-javadoc' 'maven-compiler-plugin' 'maven-compiler-plugin-javadoc' 'maven-dependency-analyzer' 'maven-dependency-analyzer-javadoc' 'maven-dependency-plugin' 'maven-dependency-plugin-javadoc' 'maven-dependency-tree' 'maven-dependency-tree-javadoc' 'maven-deploy-plugin' 'maven-deploy-plugin-javadoc' 'maven-doxia-core' 'maven-doxia-javadoc' 'maven-doxia-logging-api' 'maven-doxia-module-apt' 'maven-doxia-module-confluence' 'maven-doxia-module-docbook-simple' 'maven-doxia-module-fml' 'maven-doxia-module-fo' 'maven-doxia-module-latex' 'maven-doxia-module-rtf' 'maven-doxia-module-twiki' 'maven-doxia-module-xdoc' 'maven-doxia-module-xhtml' 'maven-doxia-module-xhtml5' 'maven-doxia-sink-api' 'maven-doxia-sitetools' 'maven-doxia-sitetools-javadoc' 'maven-doxia-test-docs' 'maven-enforcer' 'maven-enforcer-api' 'maven-enforcer-javadoc' 'maven-enforcer-plugin' 'maven-enforcer-rules' 'maven-failsafe-plugin' 'maven-file-management' 'maven-file-management-javadoc' 'maven-filtering' 'maven-filtering-javadoc' 'maven-install-plugin' 'maven-install-plugin-javadoc' 'maven-invoker' 'maven-invoker-javadoc' 'maven-invoker-plugin' 'maven-invoker-plugin-javadoc' 'maven-jar-plugin' 'maven-jar-plugin-javadoc' 'maven-jarsigner-plugin' 'maven-jarsigner-plugin-javadoc' 'maven-javadoc' 'maven-javadoc-plugin' 'maven-javadoc-plugin-javadoc' 'maven-jaxb2-plugin' 'maven-jlink-plugin' 'maven-jlink-plugin-javadoc' 'maven-jmod-plugin' 'maven-jmod-plugin-javadoc' 'maven-lib' 'maven-local' 'maven-mapping' 'maven-mapping-javadoc' 'maven-model' 'maven-monitor' 'maven-native' 'maven-native-components' 'maven-native-javadoc' 'maven-osgi' 'maven-osgi-javadoc' 'maven-parent' 'maven-plugin-annotations' 'maven-plugin-build-helper' 'maven-plugin-build-helper-javadoc' 'maven-plugin-bundle' 'maven-plugin-bundle-javadoc' 'maven-plugin-descriptor' 'maven-plugin-plugin' 'maven-plugin-plugin-javadoc' 'maven-plugin-registry' 'maven-plugin-testing' 'maven-plugin-testing-harness' 'maven-plugin-testing-javadoc' 'maven-plugin-testing-tools' 'maven-plugin-tools-annotations' 'maven-plugin-tools-ant' 'maven-plugin-tools-api' 'maven-plugin-tools-beanshell' 'maven-plugin-tools-generators' 'maven-plugin-tools-java' 'maven-plugin-tools-javadoc' 'maven-plugin-tools-model' 'maven-plugins-pom' 'maven-profile' 'maven-project' 'maven-remote-resources-plugin' 'maven-remote-resources-plugin-javadoc' 'maven-reporting-api' 'maven-reporting-api-javadoc' 'maven-reporting-exec' 'maven-reporting-exec-javadoc' 'maven-reporting-impl' 'maven-reporting-impl-javadoc' 'maven-resolver' 'maven-resolver-api' 'maven-resolver-connector-basic' 'maven-resolver-impl' 'maven-resolver-javadoc' 'maven-resolver-spi' 'maven-resolver-test-util' 'maven-resolver-transport-classpath' 'maven-resolver-transport-file' 'maven-resolver-transport-http' 'maven-resolver-transport-wagon' 'maven-resolver-util' 'maven-resources-plugin' 'maven-resources-plugin-javadoc' 'maven-scm' 'maven-scm-javadoc' 'maven-scm-test' 'maven-script-ant' 'maven-script-beanshell' 'maven-script-interpreter' 'maven-script-interpreter-javadoc' 'maven-settings' 'maven-shade-plugin' 'maven-shade-plugin-javadoc' 'maven-shared' 'maven-shared-incremental' 'maven-shared-incremental-javadoc' 'maven-shared-io' 'maven-shared-io-javadoc' 'maven-shared-jarsigner' 'maven-shared-jarsigner-javadoc' 'maven-shared-utils' 'maven-shared-utils-javadoc' 'maven-source-plugin' 'maven-source-plugin-javadoc' 'maven-surefire' 'maven-surefire-javadoc' 'maven-surefire-plugin' 'maven-surefire-plugins-javadoc' 'maven-surefire-provider-junit' 'maven-surefire-provider-junit5' 'maven-surefire-provider-junit5-javadoc' 'maven-surefire-provider-testng' 'maven-surefire-report-parser' 'maven-surefire-report-plugin' 'maven-test-tools' 'maven-toolchain' 'maven-verifier' 'maven-verifier-javadoc' 'maven-wagon-file' 'maven-wagon-ftp' 'maven-wagon-http' 'maven-wagon-http-lightweight' 'maven-wagon-http-shared' 'maven-wagon-javadoc' 'maven-wagon-provider-api' 'maven-wagon-ssh' 'maven-wagon-ssh-common' 'maven-wagon-ssh-external' 'maven-war-plugin' 'maven-war-plugin-javadoc' 'maven2-javadoc' 'mawk' 'maxima' 'maxima-exec-clisp' 'maxima-lang-de-utf8' 'maxima-lang-es-utf8' 'maxima-lang-pt-utf8' 'maxima-lang-pt_BR-utf8' 'maxima-xmaxima' 'mayavi' 'mayavi-doc' 'mayavi-jupyter' 'mbedtls-devel' 'mbimcli-bash-completion' 'mbox-importer' 'mbox-importer-lang' 'mbrola' 'mbrola' 'mbrola-de1' 'mbrola-de1' 'mbrola-de2' 'mbrola-de2' 'mbrola-de3' 'mbrola-de3' 'mbrola-de4' 'mbrola-de4' 'mbrola-de5' 'mbrola-de5' 'mbrola-de6' 'mbrola-de6' 'mbrola-de7' 'mbrola-de7' 'mbrola-de8' 'mbrola-de8' 'mbrola-debuginfo' 'mbrola-debugsource' 'mbuffer' 'mc' 'mc-lang' 'mcabber' 'mcabber-devel' 'mccs' 'mcds' 'mcelog' 'mchange-commons' 'mchange-commons-javadoc' 'mcjoin' 'mcpp' 'mcpp-devel' 'mcqd' 'mcs' 'mcs-debuginfo' 'mcstrans' 'mda-lv2' 'mdadm' 'mdbtools' 'mdbtools-devel' 'mdds-1_4-devel' 'mdds-1_5-devel' 'mdevctl' 'mdf2iso' 'mdf2iso' 'mdf2iso-debuginfo' 'mdf2iso-debugsource' 'mdtest' 'meabo' 'meanwhile-devel' 'meanwhile-doc' 'med' 'med' 'med-debuginfo' 'med-debugsource' 'med-devel' 'med-tools' 'med-tools-doc' 'media-player-info' 'mediainfo' 'mediainfo-gui' 'mediastreamer2' 'mediastreamer2-devel' 'mediastreamer2-doc' 'mediatomb' 'mediatomb' 'mediatomb-debuginfo' 'mediatomb-debugsource' 'mediatomb-mysql' 'mediatomb-mysql-debuginfo' 'mediatomb-sqlite' 'mediatomb-sqlite-debuginfo' 'mednafen' 'mednafen-doc' 'mednafen-lang' 'mednafen-server' 'meep' 'meep-devel' 'megaglest' 'megaglest-data' 'megatools' 'meld' 'meld-lang' 'melody' 'melody-lang' 'melt' 'memcached' 'memcached-devel' 'memkind' 'memkind-devel' 'memory-constraints' 'memprof' 'memprof-lang' 'memtest86+' 'menu-cache' 'menu-cache-devel' 'menulibre' 'mercurial' 'mercurial-lang' 'merkaartor' 'merkaartor' 'meslo-lg-fonts' 'meson' 'meson-test' 'meson-tools' 'meson-vim' 'messagelib' 'messagelib-devel' 'messagelib-lang' 'metacity' 'metacity-devel' 'metacity-lang' 'metacity-theme-adapta' 'metacity-theme-plata' 'metacity-tools' 'metallb-controller' 'metallb-k8s-yaml' 'metallb-speaker' 'metamail' 'metamath' 'metamath-book' 'metamath-data' 'metatheme-adapta-common' 'metatheme-adwaita-common' 'metatheme-ambiance-common' 'metatheme-ambiant-mate-common' 'metatheme-arc-common' 'metatheme-bluebird-common' 'metatheme-breeze-common' 'metatheme-e17gtk-common' 'metatheme-elementary-common' 'metatheme-greybird-common' 'metatheme-greybird-geeko-common' 'metatheme-mint-common' 'metatheme-numix-common' 'metatheme-paper-common' 'metatheme-plata-common' 'metatheme-radiance-common' 'metatheme-radiant-mate-common' 'metatheme-sonar-common' 'metatheme-vertex-common' 'metatheme-yaru-common' 'metatheme-yuyo-common' 'meteo' 'meteo-lang' 'meterbridge' 'metis' 'metis-devel' 'metis-doc' 'metis-examples' 'metis-gnu-hpc' 'metis-gnu-hpc-devel' 'metis-gnu-hpc-doc' 'metis-gnu-hpc-examples' 'metis_5_1_0-gnu-hpc' 'metis_5_1_0-gnu-hpc-devel' 'metis_5_1_0-gnu-hpc-doc' 'metis_5_1_0-gnu-hpc-examples' 'metronome' 'metronome-lang' 'metslib-devel' 'metslib-doc' 'mfoc' 'mfsm' 'mftrace' 'mgdiff' 'mgetty' 'mgopen-fonts' 'mgp' 'mhash-devel' 'mhvtl' 'mhvtl-kmp-default' 'mhvtl-kmp-pae' 'miam-player' 'miam-player' 'miam-player-debuginfo' 'miam-player-debugsource' 'miao-fonts' 'microcom' 'microdnf' 'microos-tools' 'microos_apparmor' 'microos_base' 'microos_cloud' 'microos_gnome_desktop' 'microos_hardware' 'microos_ima_evm' 'microos_kde_desktop' 'microos_selinux' 'microos_sssd_ldap' 'midori' 'midori-devel' 'midori-lang' 'mii-tool' 'mii-tool' 'mii-tool-debuginfo' 'mii-tool-debugsource' 'mikachan-fonts' 'miller' 'milou5' 'milou5-lang' 'miltertest' 'mimic' 'mimic-devel' 'minder' 'minder-lang' 'mined' 'minetest' 'minetest-data' 'minetest-game' 'minetest-lang' 'minetestserver' 'mingetty' 'mingw32-binutils' 'mingw32-binutils-debug' 'mingw32-binutils-devel' 'mingw32-cpp' 'mingw32-cross-binutils' 'mingw32-cross-breakpad-tools' 'mingw32-cross-cpp' 'mingw32-cross-cpp-bootstrap' 'mingw32-cross-gcc' 'mingw32-cross-gcc-bootstrap' 'mingw32-cross-gcc-c++' 'mingw32-cross-gcc-fortran' 'mingw32-cross-gcc-objc' 'mingw32-cross-pkgconf' 'mingw32-filesystem' 'mingw32-gcc' 'mingw32-gcc-c++' 'mingw32-gcc-debug' 'mingw32-gcc-fortran' 'mingw32-gcc-objc' 'mingw32-gmp-debug' 'mingw32-gmp-devel' 'mingw32-headers' 'mingw32-headers-dummy-pthread' 'mingw32-libatomic1' 'mingw32-libgcc_s_sjlj1' 'mingw32-libgfortran5' 'mingw32-libgmp10' 'mingw32-libgmpxx4' 'mingw32-libgomp1' 'mingw32-libminizip1' 'mingw32-libmpc3' 'mingw32-libmpfr4' 'mingw32-libobjc4' 'mingw32-libquadmath0' 'mingw32-libssp0' 'mingw32-libstdc++6' 'mingw32-libwinpthread1' 'mingw32-libz' 'mingw32-minizip-devel' 'mingw32-mpc-debug' 'mingw32-mpc-devel' 'mingw32-mpfr-debug' 'mingw32-mpfr-devel' 'mingw32-pkgconf' 'mingw32-pkgconf-debug' 'mingw32-runtime' 'mingw32-winpthreads-debug' 'mingw32-winpthreads-devel' 'mingw32-zlib-debug' 'mingw32-zlib-devel' 'mingw32-zlib1' 'mingw64-binutils' 'mingw64-binutils-debug' 'mingw64-binutils-devel' 'mingw64-cpp' 'mingw64-cross-binutils' 'mingw64-cross-breakpad-tools' 'mingw64-cross-cpp' 'mingw64-cross-cpp-bootstrap' 'mingw64-cross-gcc' 'mingw64-cross-gcc-bootstrap' 'mingw64-cross-gcc-c++' 'mingw64-cross-gcc-fortran' 'mingw64-cross-gcc-objc' 'mingw64-cross-pkgconf' 'mingw64-filesystem' 'mingw64-gcc' 'mingw64-gcc-c++' 'mingw64-gcc-debug' 'mingw64-gcc-fortran' 'mingw64-gcc-objc' 'mingw64-gmp-debug' 'mingw64-gmp-devel' 'mingw64-headers' 'mingw64-headers-dummy-pthread' 'mingw64-libatomic1' 'mingw64-libgcc_s_seh1' 'mingw64-libgfortran5' 'mingw64-libgmp10' 'mingw64-libgmpxx4' 'mingw64-libgomp1' 'mingw64-libminizip1' 'mingw64-libmpc3' 'mingw64-libmpfr4' 'mingw64-libobjc4' 'mingw64-libquadmath0' 'mingw64-libssp0' 'mingw64-libstdc++6' 'mingw64-libwinpthread1' 'mingw64-libz' 'mingw64-minizip-devel' 'mingw64-mpc-debug' 'mingw64-mpc-devel' 'mingw64-mpfr-debug' 'mingw64-mpfr-devel' 'mingw64-pkgconf' 'mingw64-pkgconf-debug' 'mingw64-runtime' 'mingw64-winpthreads-debug' 'mingw64-winpthreads-devel' 'mingw64-zlib-debug' 'mingw64-zlib-devel' 'mingw64-zlib1' 'mingzat-fonts' 'minicom' 'minicom-lang' 'minidlna' 'minigalaxy' 'minikube' 'minimal_base' 'minimodem' 'mininet' 'mininews' 'minisat' 'minisat-devel' 'minitube' 'minitube-lang' 'miniupnpc' 'minizip-devel' 'minlog' 'minlog-javadoc' 'minuet' 'minuet-devel' 'minuet-lang' 'mipv6d' 'miredo-client' 'miredo-common' 'miredo-devel' 'miredo-server' 'mirisdr' 'mirisdr-udev' 'mirror' 'mirror-registry' 'mirrormagic' 'mjpegtools' 'mjpg-streamer' 'mk-configure' 'mk-configure-doc' 'mkcomposecache' 'mkdud' 'mkelfImage' 'mkfontscale' 'mkisofs' 'mkl-dnn-devel' 'mkl-dnn-doc' 'mkosi' 'mksh' 'mksusecd' 'mktorrent' 'mkvtoolnix' 'mkvtoolnix-gui' 'mlmmj' 'mlocate' 'mlocate-lang' 'mlterm' 'mlterm-canna' 'mlterm-ibus' 'mlterm-m17n' 'mlterm-scim' 'mlterm-uim' 'mlterm-wnn' 'mm-common' 'mm-common-docs' 'mmc-utils' 'mmdblookup' 'mmtf-cpp-devel' 'mmv' 'moarvm' 'moarvm-devel' 'mobidict' 'mobile-broadband-provider-info' 'mobipocket' 'mobipocket-devel' 'moc' 'mockito' 'mockito-javadoc' 'modello' 'modello-javadoc' 'modello-maven-plugin' 'modello-maven-plugin-javadoc' 'modem-manager-gui' 'modem-manager-gui-lang' 'modsecurity' 'modsecurity-devel' 'modulemd-validator' 'moe' 'mojave-gtk-theme' 'mojo-executor' 'mojo-executor-javadoc' 'mojo-parent' 'moka-icon-theme' 'mokutil' 'molequeue' 'molequeue-devel' 'molequeue-doc' 'molequeue-libs0' 'molsketch' 'molsketch-devel' 'molsketch-doc' 'monapo-fonts' 'moneyplex-daten' 'moneyplex-suse' 'mongodb' 'mongodb' 'mongodb-debugsource' 'mongodb-mongoperf' 'mongodb-mongos' 'mongodb-server' 'mongodb-shell' 'mongodb-shell-debuginfo' 'mongolian-fonts' 'monitoring-plugins' 'monitoring-plugins-all' 'monitoring-plugins-apcupsd' 'monitoring-plugins-bind' 'monitoring-plugins-bind9' 'monitoring-plugins-bl' 'monitoring-plugins-bonding' 'monitoring-plugins-breeze' 'monitoring-plugins-by_ssh' 'monitoring-plugins-clamav' 'monitoring-plugins-cluster' 'monitoring-plugins-common' 'monitoring-plugins-contentage' 'monitoring-plugins-count_file' 'monitoring-plugins-cups' 'monitoring-plugins-dbi' 'monitoring-plugins-dbi-mysql' 'monitoring-plugins-dbi-pgsql' 'monitoring-plugins-dbi-sqlite3' 'monitoring-plugins-dhcp' 'monitoring-plugins-dig' 'monitoring-plugins-disk' 'monitoring-plugins-disk_smb' 'monitoring-plugins-dns' 'monitoring-plugins-dns.pl' 'monitoring-plugins-drbd9' 'monitoring-plugins-dummy' 'monitoring-plugins-extras' 'monitoring-plugins-fail2ban' 'monitoring-plugins-file_age' 'monitoring-plugins-flexlm' 'monitoring-plugins-fping' 'monitoring-plugins-haproxy' 'monitoring-plugins-hpjd' 'monitoring-plugins-http' 'monitoring-plugins-icmp' 'monitoring-plugins-ide_smart' 'monitoring-plugins-ifoperstatus' 'monitoring-plugins-ifstatus' 'monitoring-plugins-ipmi-sensor1' 'monitoring-plugins-ircd' 'monitoring-plugins-keepalived' 'monitoring-plugins-ldap' 'monitoring-plugins-load' 'monitoring-plugins-log' 'monitoring-plugins-mailq' 'monitoring-plugins-mailstat' 'monitoring-plugins-mem' 'monitoring-plugins-metadata' 'monitoring-plugins-mrtg' 'monitoring-plugins-mrtgtraf' 'monitoring-plugins-mysql' 'monitoring-plugins-mysql_health' 'monitoring-plugins-nagios' 'monitoring-plugins-nis' 'monitoring-plugins-nrpe' 'monitoring-plugins-nt' 'monitoring-plugins-ntp_peer' 'monitoring-plugins-ntp_time' 'monitoring-plugins-nwc_health' 'monitoring-plugins-nwstat' 'monitoring-plugins-openvpn' 'monitoring-plugins-oracle' 'monitoring-plugins-overcr' 'monitoring-plugins-pgsql' 'monitoring-plugins-ping' 'monitoring-plugins-postgres' 'monitoring-plugins-procs' 'monitoring-plugins-qlogic_sanbox' 'monitoring-plugins-radius' 'monitoring-plugins-real' 'monitoring-plugins-repomd' 'monitoring-plugins-rpc' 'monitoring-plugins-rsync' 'monitoring-plugins-sar-perf' 'monitoring-plugins-sensors' 'monitoring-plugins-sentry3' 'monitoring-plugins-sip' 'monitoring-plugins-smart' 'monitoring-plugins-smtp' 'monitoring-plugins-snmp' 'monitoring-plugins-ssh' 'monitoring-plugins-swap' 'monitoring-plugins-tcp' 'monitoring-plugins-tftp' 'monitoring-plugins-time' 'monitoring-plugins-traffic_limit' 'monitoring-plugins-ups' 'monitoring-plugins-uptime' 'monitoring-plugins-users' 'monitoring-plugins-wave' 'monitoring-plugins-zypper' 'mono-addins' 'mono-addins-devel' 'mono-addins-msbuild' 'mono-basic' 'mono-complete' 'mono-core' 'mono-data' 'mono-data-oracle' 'mono-data-sqlite' 'mono-devel' 'mono-extras' 'mono-locale-extras' 'mono-mvc' 'mono-reactive' 'mono-wcf' 'mono-web' 'mono-winforms' 'mono-winfxcore' 'mono-zeroconf' 'mono-zeroconf-devel' 'mono-zeroconf-doc' 'mono-zeroconf-provider-avahi' 'monodoc-core' 'monteverdi' 'moodbar' 'moodbar' 'moodbar-debuginfo' 'moodbar-debugsource' 'moodbar-devel' 'moonjit' 'moonjit-devel' 'mopac7' 'moreutils' 'moreutils-parallel' 'morfologik-stemming' 'morfologik-stemming-javadoc' 'morris' 'mosh' 'mosquitto' 'mosquitto-clients' 'mosquitto-devel' 'most' 'motif' 'motif-devel' 'motif-devel-32bit' 'motion' 'motoya-lcedar-fonts' 'motoya-lmaru-fonts' 'motv' 'mousepad' 'mousepad-lang' 'mousetweaks' 'mousetweaks-lang' 'moviethumbnailer' 'moviethumbnailer' 'movit-devel' 'movit8-data' 'mozaddon-devel' 'mozc' 'mozc-gui-tools' 'mozilla-jss' 'mozilla-jss-javadoc' 'mozilla-nspr' 'mozilla-nspr-32bit' 'mozilla-nspr-devel' 'mozilla-nss' 'mozilla-nss-32bit' 'mozilla-nss-certs' 'mozilla-nss-certs-32bit' 'mozilla-nss-devel' 'mozilla-nss-sysinit' 'mozilla-nss-sysinit-32bit' 'mozilla-nss-tools' 'mozilla-zilla-slab-fonts' 'mozjs52' 'mozjs52-devel' 'mozjs68' 'mozjs68-devel' 'mozldap-devel' 'mozldap-libs' 'mozldap-tools' 'mozo' 'mozo-lang' 'mp' 'mp-gtk3' 'mp3_check' 'mp3blaster' 'mp3blaster' 'mp3blaster-debuginfo' 'mp3blaster-debugsource' 'mp3diags' 'mp3diags' 'mp3diags-debuginfo' 'mp3diags-debugsource' 'mp3diags-lang' 'mp3diags-unstable' 'mp3diags-unstable' 'mp3diags-unstable-debuginfo' 'mp3diags-unstable-debugsource' 'mp3gain' 'mp3info' 'mp3info' 'mp3info-debuginfo' 'mp3info-debugsource' 'mp3splt' 'mp3splt' 'mp3splt-debuginfo' 'mp3splt-debugsource' 'mp3splt-gtk' 'mp3splt-gtk' 'mp3splt-gtk-debuginfo' 'mp3splt-gtk-debugsource' 'mp3val' 'mp3val' 'mp3val-debuginfo' 'mp3val-debugsource' 'mp3wrap' 'mp3wrap' 'mp3wrap-debuginfo' 'mp3wrap-debugsource' 'mp4als' 'mp4als' 'mp4als-debuginfo' 'mp4als-debugsource' 'mpDris2' 'mpDris2-lang' 'mpark-variant' 'mpark-variant-devel' 'mpc-devel' 'mpc-devel-32bit' 'mpc-qt' 'mpclient' 'mpd' 'mpd-doc' 'mpeg2dec' 'mpeg2demux' 'mpeg2demux-debuginfo' 'mpeg4ip' 'mpeg4ip' 'mpeg4ip-debuginfo' 'mpeg4ip-debugsource' 'mpfc' 'mpfc' 'mpfc-debuginfo' 'mpfc-debugsource' 'mpfi-devel' 'mpfpx-devel' 'mpfr-devel' 'mpfr-devel-32bit' 'mpfrcx-devel' 'mpg123' 'mpg123-devel' 'mpg123-devel-32bit' 'mpg123-jack' 'mpg123-jack-32bit' 'mpg123-openal' 'mpg123-openal-32bit' 'mpg123-portaudio' 'mpg123-portaudio-32bit' 'mpg123-pulse' 'mpg123-pulse-32bit' 'mpg123-sdl' 'mpg123-sdl-32bit' 'mpgtx' 'mpgtx' 'mpgtx-debugsource' 'mpi-selector' 'mpiP-gnu-mpich-hpc' 'mpiP-gnu-mpich-hpc-doc' 'mpiP-gnu-mvapich2-hpc' 'mpiP-gnu-mvapich2-hpc-doc' 'mpiP-gnu-openmpi1-hpc' 'mpiP-gnu-openmpi1-hpc-doc' 'mpiP-gnu-openmpi2-hpc' 'mpiP-gnu-openmpi2-hpc-doc' 'mpiP-gnu-openmpi3-hpc' 'mpiP-gnu-openmpi3-hpc-doc' 'mpiP_3_4_1-gnu-mpich-hpc' 'mpiP_3_4_1-gnu-mpich-hpc-devel-static' 'mpiP_3_4_1-gnu-mpich-hpc-doc' 'mpiP_3_4_1-gnu-mvapich2-hpc' 'mpiP_3_4_1-gnu-mvapich2-hpc-devel-static' 'mpiP_3_4_1-gnu-mvapich2-hpc-doc' 'mpiP_3_4_1-gnu-openmpi1-hpc' 'mpiP_3_4_1-gnu-openmpi1-hpc-devel-static' 'mpiP_3_4_1-gnu-openmpi1-hpc-doc' 'mpiP_3_4_1-gnu-openmpi2-hpc' 'mpiP_3_4_1-gnu-openmpi2-hpc-devel-static' 'mpiP_3_4_1-gnu-openmpi2-hpc-doc' 'mpiP_3_4_1-gnu-openmpi3-hpc' 'mpiP_3_4_1-gnu-openmpi3-hpc-devel-static' 'mpiP_3_4_1-gnu-openmpi3-hpc-doc' 'mpibash' 'mpibash-examples' 'mpich' 'mpich-devel' 'mpich-gnu-hpc' 'mpich-gnu-hpc-devel' 'mpich-gnu-hpc-devel-static' 'mpich-gnu-hpc-macros-devel' 'mpich-ofi' 'mpich-ofi-devel' 'mpich-ofi-gnu-hpc' 'mpich-ofi-gnu-hpc-devel' 'mpich-ofi-gnu-hpc-devel-static' 'mpich-ofi-gnu-hpc-macros-devel' 'mpich-ofi_3_3_2-gnu-hpc' 'mpich-ofi_3_3_2-gnu-hpc-devel' 'mpich-ofi_3_3_2-gnu-hpc-devel-static' 'mpich-ofi_3_3_2-gnu-hpc-macros-devel' 'mpich_3_3_2-gnu-hpc' 'mpich_3_3_2-gnu-hpc-devel' 'mpich_3_3_2-gnu-hpc-devel-static' 'mpich_3_3_2-gnu-hpc-macros-devel' 'mpitests' 'mpitests-mpich' 'mpitests-mpich-gnu-hpc' 'mpitests-mpich-ofi' 'mpitests-mpich-ofi-gnu-hpc' 'mpitests-mvapich2' 'mpitests-mvapich2-gnu-hpc' 'mpitests-mvapich2-psm' 'mpitests-mvapich2-psm-gnu-hpc' 'mpitests-mvapich2-psm2' 'mpitests-mvapich2-psm2-gnu-hpc' 'mpitests-openmpi1' 'mpitests-openmpi1-gnu-hpc' 'mpitests-openmpi2' 'mpitests-openmpi2-gnu-hpc' 'mpitests-openmpi3' 'mpitests-openmpi3-gnu-hpc' 'mpitests-openmpi4' 'mpitests-openmpi4-gnu-hpc' 'mplus-fonts' 'mppenc' 'mppenc' 'mppenc-debuginfo' 'mppenc-debugsource' 'mpt-firmware' 'mpt-status' 'mpv' 'mpv-bash-completion' 'mpv-devel' 'mpv-mpris' 'mpv-zsh-completion' 'mr' 'mraa' 'mraa-devel' 'mraa-examples' 'mrboom' 'mrouted' 'mrrescue' 'mrsh' 'mrsh-rsh-compat' 'mrsh-rsh-server-compat' 'mrsh-server' 'ms-sys' 'ms-sys' 'ms-sys-debuginfo' 'ms-sys-debugsource' 'mscgen' 'msgpack-devel' 'msitools' 'msitools-devel' 'msitools-lang' 'msmtp' 'msmtp-doc' 'msmtp-lang' 'msmtp-mta' 'msoak' 'mspack-examples' 'msr-safe-kmp-default' 'msr-safe-kmp-pae' 'msr-tools' 'mstflint' 'msv-demo' 'msv-javadoc' 'msv-manual' 'msv-msv' 'msv-rngconv' 'msv-xmlgen' 'msv-xsdlib' 'mt-st' 'mtd-utils' 'mtdev' 'mtdev-devel' 'mtools' 'mtools-doc' 'mtp-tools' 'mtpaint' 'mtpaint-handbook' 'mtpaint-lang' 'mtpfs' 'mtpfs' 'mtpfs-debuginfo' 'mtpfs-debugsource' 'mtr' 'mtr-gtk' 'mtree' 'mtx' 'mtxclient' 'mtxclient-devel' 'mtxclient-doc' 'mu4e' 'muffin' 'muffin-devel' 'muffin-lang' 'mugshot' 'multimedia' 'multimon-ng' 'multipath-tools' 'multipath-tools-devel' 'multitail' 'multiverse' 'multiverse-javadoc' 'multus' 'multus-k8s-yaml' 'mumble' 'mumble-32bit' 'mumble-server' 'mumps-devel' 'mumps-devel-static' 'mumps-doc' 'mumps-examples' 'mumps-gnu-mpich-hpc-devel' 'mumps-gnu-mpich-hpc-doc' 'mumps-gnu-mpich-hpc-examples' 'mumps-gnu-mvapich2-hpc-devel' 'mumps-gnu-mvapich2-hpc-doc' 'mumps-gnu-mvapich2-hpc-examples' 'mumps-gnu-openmpi1-hpc-devel' 'mumps-gnu-openmpi1-hpc-doc' 'mumps-gnu-openmpi1-hpc-examples' 'mumps-gnu-openmpi2-hpc-devel' 'mumps-gnu-openmpi2-hpc-doc' 'mumps-gnu-openmpi2-hpc-examples' 'mumps-gnu-openmpi3-hpc-devel' 'mumps-gnu-openmpi3-hpc-doc' 'mumps-gnu-openmpi3-hpc-examples' 'mumps-mvapich2-5-compat' 'mumps-mvapich2-devel' 'mumps-mvapich2-devel-static' 'mumps-mvapich2-devel-static-compat' 'mumps-mvapich2-examples' 'mumps-openmpi1-5-compat' 'mumps-openmpi1-devel' 'mumps-openmpi1-devel-static' 'mumps-openmpi1-devel-static-compat' 'mumps-openmpi1-examples' 'mumps-openmpi2-5-compat' 'mumps-openmpi2-devel' 'mumps-openmpi2-devel-static' 'mumps-openmpi2-devel-static-compat' 'mumps-openmpi2-examples' 'mumps-openmpi3-5-compat' 'mumps-openmpi3-devel' 'mumps-openmpi3-devel-static' 'mumps-openmpi3-devel-static-compat' 'mumps-openmpi3-examples' 'mumps-ptscotch-openmpi1-5-compat' 'mumps-ptscotch-openmpi1-devel' 'mumps-ptscotch-openmpi1-devel-static' 'mumps-ptscotch-openmpi1-devel-static-compat' 'mumps-ptscotch-openmpi1-examples' 'mumps-ptscotch-openmpi2-5-compat' 'mumps-ptscotch-openmpi2-devel' 'mumps-ptscotch-openmpi2-devel-static' 'mumps-ptscotch-openmpi2-devel-static-compat' 'mumps-ptscotch-openmpi2-examples' 'mumps-scotch-devel' 'mumps-scotch-devel-static' 'mumps-scotch-examples' 'mumps_5_2_1-gnu-mpich-hpc-devel' 'mumps_5_2_1-gnu-mpich-hpc-devel-static' 'mumps_5_2_1-gnu-mpich-hpc-doc' 'mumps_5_2_1-gnu-mpich-hpc-examples' 'mumps_5_2_1-gnu-mvapich2-hpc-devel' 'mumps_5_2_1-gnu-mvapich2-hpc-devel-static' 'mumps_5_2_1-gnu-mvapich2-hpc-doc' 'mumps_5_2_1-gnu-mvapich2-hpc-examples' 'mumps_5_2_1-gnu-openmpi1-hpc-devel' 'mumps_5_2_1-gnu-openmpi1-hpc-devel-static' 'mumps_5_2_1-gnu-openmpi1-hpc-doc' 'mumps_5_2_1-gnu-openmpi1-hpc-examples' 'mumps_5_2_1-gnu-openmpi2-hpc-devel' 'mumps_5_2_1-gnu-openmpi2-hpc-devel-static' 'mumps_5_2_1-gnu-openmpi2-hpc-doc' 'mumps_5_2_1-gnu-openmpi2-hpc-examples' 'mumps_5_2_1-gnu-openmpi3-hpc-devel' 'mumps_5_2_1-gnu-openmpi3-hpc-devel-static' 'mumps_5_2_1-gnu-openmpi3-hpc-doc' 'mumps_5_2_1-gnu-openmpi3-hpc-examples' 'munge' 'munge-devel' 'munge-devel-32bit' 'munge-maven-plugin' 'munge-maven-plugin-javadoc' 'munin' 'munin-node' 'munit-devel' 'muparser-devel' 'muparser-devel-32bit' 'muparserx-devel' 'mupdf' 'mupdf-devel-static' 'muroar' 'muroar' 'muroar-debuginfo' 'muroar-debugsource' 'muroar-devel' 'muroard' 'muroard' 'muroard-debuginfo' 'muroard-debugsource' 'muroard-devel' 'museic' 'musepack' 'musepack-devel' 'musescore' 'musescore-fonts' 'musique' 'musique' 'musique-debuginfo' 'musique-debugsource' 'musique-lang' 'mutt' 'mutt-doc' 'mutt-lang' 'mutter' 'mutter-data' 'mutter-devel' 'mutter-lang' 'mvapich2' 'mvapich2-devel' 'mvapich2-devel-static' 'mvapich2-doc' 'mvapich2-gnu-hpc' 'mvapich2-gnu-hpc-devel' 'mvapich2-gnu-hpc-doc' 'mvapich2-gnu-hpc-macros-devel' 'mvapich2-psm' 'mvapich2-psm-devel' 'mvapich2-psm-devel-static' 'mvapich2-psm-doc' 'mvapich2-psm-gnu-hpc' 'mvapich2-psm-gnu-hpc-devel' 'mvapich2-psm-gnu-hpc-doc' 'mvapich2-psm-gnu-hpc-macros-devel' 'mvapich2-psm2' 'mvapich2-psm2-devel' 'mvapich2-psm2-devel-static' 'mvapich2-psm2-doc' 'mvapich2-psm2-gnu-hpc' 'mvapich2-psm2-gnu-hpc-devel' 'mvapich2-psm2-gnu-hpc-doc' 'mvapich2-psm2-gnu-hpc-macros-devel' 'mvapich2-psm2_2_3_4-gnu-hpc' 'mvapich2-psm2_2_3_4-gnu-hpc-devel' 'mvapich2-psm2_2_3_4-gnu-hpc-devel-static' 'mvapich2-psm2_2_3_4-gnu-hpc-doc' 'mvapich2-psm2_2_3_4-gnu-hpc-macros-devel' 'mvapich2-psm_2_3_4-gnu-hpc' 'mvapich2-psm_2_3_4-gnu-hpc-devel' 'mvapich2-psm_2_3_4-gnu-hpc-devel-static' 'mvapich2-psm_2_3_4-gnu-hpc-doc' 'mvapich2-psm_2_3_4-gnu-hpc-macros-devel' 'mvapich2_2_3_4-gnu-hpc' 'mvapich2_2_3_4-gnu-hpc-devel' 'mvapich2_2_3_4-gnu-hpc-devel-static' 'mvapich2_2_3_4-gnu-hpc-doc' 'mvapich2_2_3_4-gnu-hpc-macros-devel' 'mwic' 'mx4j' 'mxml-devel' 'mxml-doc' 'mybashburn' 'mybashburn' 'mybatis' 'mybatis-javadoc' 'mybatis-parent' 'mycroft-core' 'mylvmbackup' 'myman' 'mypaint' 'mypaint-brushes' 'mypaint-brushes-devel' 'mypaint-brushes1' 'mypaint-brushes1-devel' 'mypaint-lang' 'mypy' 'myspell-af_NA' 'myspell-af_ZA' 'myspell-an' 'myspell-an_ES' 'myspell-ar' 'myspell-ar_AE' 'myspell-ar_BH' 'myspell-ar_DZ' 'myspell-ar_EG' 'myspell-ar_IQ' 'myspell-ar_JO' 'myspell-ar_KW' 'myspell-ar_LB' 'myspell-ar_LY' 'myspell-ar_MA' 'myspell-ar_OM' 'myspell-ar_QA' 'myspell-ar_SA' 'myspell-ar_SD' 'myspell-ar_SY' 'myspell-ar_TN' 'myspell-ar_YE' 'myspell-be_BY' 'myspell-bg_BG' 'myspell-bn_BD' 'myspell-bn_IN' 'myspell-bo' 'myspell-bo_CN' 'myspell-bo_IN' 'myspell-br_FR' 'myspell-bs' 'myspell-bs_BA' 'myspell-ca' 'myspell-ca_AD' 'myspell-ca_ES' 'myspell-ca_ES_valencia' 'myspell-ca_FR' 'myspell-ca_IT' 'myspell-cs_CZ' 'myspell-da_DK' 'myspell-de' 'myspell-de_AT' 'myspell-de_CH' 'myspell-de_DE' 'myspell-dictionaries' 'myspell-el_GR' 'myspell-en' 'myspell-en_AU' 'myspell-en_BS' 'myspell-en_BZ' 'myspell-en_CA' 'myspell-en_GB' 'myspell-en_GH' 'myspell-en_IE' 'myspell-en_IN' 'myspell-en_JM' 'myspell-en_MW' 'myspell-en_NA' 'myspell-en_NZ' 'myspell-en_PH' 'myspell-en_TT' 'myspell-en_US' 'myspell-en_ZA' 'myspell-en_ZW' 'myspell-es' 'myspell-es_AR' 'myspell-es_BO' 'myspell-es_CL' 'myspell-es_CO' 'myspell-es_CR' 'myspell-es_CU' 'myspell-es_DO' 'myspell-es_EC' 'myspell-es_ES' 'myspell-es_GT' 'myspell-es_HN' 'myspell-es_MX' 'myspell-es_NI' 'myspell-es_PA' 'myspell-es_PE' 'myspell-es_PR' 'myspell-es_PY' 'myspell-es_SV' 'myspell-es_UY' 'myspell-es_VE' 'myspell-et_EE' 'myspell-fr_BE' 'myspell-fr_CA' 'myspell-fr_CH' 'myspell-fr_FR' 'myspell-fr_LU' 'myspell-fr_MC' 'myspell-gd_GB' 'myspell-german-old' 'myspell-gl' 'myspell-gl_ES' 'myspell-gu_IN' 'myspell-gug' 'myspell-gug_PY' 'myspell-he_IL' 'myspell-hi_IN' 'myspell-hr_HR' 'myspell-hu_HU' 'myspell-id' 'myspell-id_ID' 'myspell-is' 'myspell-is_IS' 'myspell-it_IT' 'myspell-kmr_Latn' 'myspell-kmr_Latn_SY' 'myspell-kmr_Latn_TR' 'myspell-lightproof-en' 'myspell-lightproof-hu_HU' 'myspell-lightproof-pt_BR' 'myspell-lightproof-ru_RU' 'myspell-lo_LA' 'myspell-lt_LT' 'myspell-lv_LV' 'myspell-nb_NO' 'myspell-ne_NP' 'myspell-nl_BE' 'myspell-nl_NL' 'myspell-nn_NO' 'myspell-no' 'myspell-oc_FR' 'myspell-pl_PL' 'myspell-pt_AO' 'myspell-pt_BR' 'myspell-pt_PT' 'myspell-ro' 'myspell-ro_RO' 'myspell-ru_RU' 'myspell-si_LK' 'myspell-sk_SK' 'myspell-sl_SI' 'myspell-sq_AL' 'myspell-sr' 'myspell-sr_CS' 'myspell-sr_Latn_CS' 'myspell-sr_Latn_RS' 'myspell-sr_RS' 'myspell-sv_FI' 'myspell-sv_SE' 'myspell-sw_TZ' 'myspell-te' 'myspell-te_IN' 'myspell-th_TH' 'myspell-tr' 'myspell-tr_TR' 'myspell-uk_UA' 'myspell-vi' 'myspell-vi_VN' 'myspell-zu_ZA' 'mysql-connector-java' 'mysql-workbench' 'mythes-devel' 'mythplugins-mytharchive' 'mythplugins-mytharchive-debuginfo' 'mythplugins-mythbrowser' 'mythplugins-mythbrowser-debuginfo' 'mythplugins-mythgallery' 'mythplugins-mythgallery-debuginfo' 'mythplugins-mythgame' 'mythplugins-mythgame-debuginfo' 'mythplugins-mythmusic' 'mythplugins-mythmusic-debuginfo' 'mythplugins-mythnews' 'mythplugins-mythnews-debuginfo' 'mythplugins-mythweather' 'mythplugins-mythweather-debuginfo' 'mythplugins-mythzoneminder' 'mythplugins-mythzoneminder-debuginfo' 'mythtv' 'mythtv-backend' 'mythtv-backend-debuginfo' 'mythtv-base-themes' 'mythtv-common' 'mythtv-common-debuginfo' 'mythtv-debuginfo' 'mythtv-debugsource' 'mythtv-devel' 'mythtv-docs' 'mythtv-frontend' 'mythtv-frontend-debuginfo' 'mythtv-setup' 'mythtv-setup-debuginfo' 'mythweb' 'mythweb' 'mythweb-0_28' 'mythweb-0_28' 'mythweb-29' 'mythweb-29' 'mytop' 'naev' 'naev-data' 'nagios' 'nagios-contrib' 'nagios-devel' 'nagios-rpm-macros' 'nagios-theme-exfoliation' 'nagios-theme-switcher' 'nagios-www' 'nagios-www-dch' 'nailgun' 'nailgun-javadoc' 'namdhinggo-fonts' 'nano' 'nano-icinga2' 'nano-lang' 'nano-plugin-conky' 'nanomsg-devel' 'nanopb-devel' 'nanopb-source' 'nanoxml' 'nanoxml-javadoc' 'nanoxml-lite' 'nanoxml-manual' 'nanoxml-manual-lite' 'nant' 'nant-devel' 'nanum-fonts' 'nanum-gothic-coding-fonts' 'nasc' 'nasm' 'native-maven-plugin' 'native-platform' 'native-platform-javadoc' 'nautilus' 'nautilus-devel' 'nautilus-eiciel' 'nautilus-evince' 'nautilus-extension-actions' 'nautilus-extension-dropbox' 'nautilus-extension-folder-color' 'nautilus-extension-nextcloud' 'nautilus-extension-nitroshare' 'nautilus-extension-seahorse' 'nautilus-extension-terminal' 'nautilus-extension-tilix' 'nautilus-image-converter' 'nautilus-image-converter-lang' 'nautilus-lang' 'nautilus-plugin-easytag' 'nautilus-sendto' 'nautilus-sendto-lang' 'nautilus-share' 'nautilus-share-lang' 'nautilus-terminal' 'nauty' 'nauty-devel' 'nbd' 'ncat' 'ncdc' 'ncdc' 'ncdc-debuginfo' 'ncdc-debugsource' 'ncdu' 'ncftp' 'ncmpc' 'ncmpc' 'ncmpc-debuginfo' 'ncmpc-debugsource' 'ncmpc-lang' 'ncmpcpp' 'ncompress' 'ncrack' 'ncrack' 'ncrack-debuginfo' 'ncrack-debugsource' 'ncurses-devel' 'ncurses-devel-32bit' 'ncurses-devel-static' 'ncurses-utils' 'ncurses5-devel' 'ncurses5-devel-32bit' 'ncurses5-devel-static' 'ndctl' 'ndesk-dbus' 'ndesk-dbus-glib' 'ndesk-dbus-glib-devel' 'ndpi-tools' 'ndppd' 'neard' 'neard-devel' 'neard-test' 'neatvnc-devel' 'nedit' 'neix' 'neko' 'neko-devel' 'neko-mysql' 'nekohtml' 'nekohtml-demo' 'nekohtml-javadoc' 'nemesis' 'nemiver' 'nemiver-devel' 'nemiver-lang' 'nemo' 'nemo-devel' 'nemo-extension-actions' 'nemo-extension-audio-tab' 'nemo-extension-compare' 'nemo-extension-dropbox' 'nemo-extension-emblems' 'nemo-extension-fileroller' 'nemo-extension-folder-color' 'nemo-extension-gtkhash' 'nemo-extension-image-converter' 'nemo-extension-nextcloud' 'nemo-extension-nitroshare' 'nemo-extension-pastebin' 'nemo-extension-preview' 'nemo-extension-repairer' 'nemo-extension-seahorse' 'nemo-extension-share' 'nemo-extension-terminal' 'nemo-extensions-lang' 'nemo-lang' 'neofetch' 'neomutt' 'neomutt-doc' 'neomutt-lang' 'neovim' 'neovim-gtk' 'neovim-lang' 'nero-aac' 'nestopia' 'net-snmp' 'net-snmp-devel' 'net-snmp-devel-32bit' 'net-tools' 'net-tools-deprecated' 'net-tools-lang' 'net6' 'net6-devel' 'net6-lang' 'netbeans-javaparser' 'netbeans-resolver' 'netbeans-svnclientadapter' 'netcalc' 'netcat-openbsd' 'netcdf' 'netcdf-cxx4-gnu-hpc-tools' 'netcdf-cxx4-tools' 'netcdf-cxx4_4_3_1-gnu-hpc-tools' 'netcdf-devel' 'netcdf-devel-data' 'netcdf-devel-static' 'netcdf-fortran-gnu-hpc' 'netcdf-fortran-gnu-hpc-devel' 'netcdf-fortran-gnu-mpich-hpc' 'netcdf-fortran-gnu-mpich-hpc-devel' 'netcdf-fortran-gnu-mvapich2-hpc' 'netcdf-fortran-gnu-mvapich2-hpc-devel' 'netcdf-fortran-gnu-openmpi1-hpc' 'netcdf-fortran-gnu-openmpi1-hpc-devel' 'netcdf-fortran-gnu-openmpi2-hpc' 'netcdf-fortran-gnu-openmpi2-hpc-devel' 'netcdf-fortran-gnu-openmpi3-hpc' 'netcdf-fortran-gnu-openmpi3-hpc-devel' 'netcdf-fortran-gnu-openmpi4-hpc' 'netcdf-fortran-gnu-openmpi4-hpc-devel' 'netcdf-fortran_4_5_2-gnu-hpc' 'netcdf-fortran_4_5_2-gnu-hpc-devel' 'netcdf-fortran_4_5_2-gnu-mpich-hpc' 'netcdf-fortran_4_5_2-gnu-mpich-hpc-devel' 'netcdf-fortran_4_5_2-gnu-mvapich2-hpc' 'netcdf-fortran_4_5_2-gnu-mvapich2-hpc-devel' 'netcdf-fortran_4_5_2-gnu-openmpi1-hpc' 'netcdf-fortran_4_5_2-gnu-openmpi1-hpc-devel' 'netcdf-fortran_4_5_2-gnu-openmpi2-hpc' 'netcdf-fortran_4_5_2-gnu-openmpi2-hpc-devel' 'netcdf-fortran_4_5_2-gnu-openmpi3-hpc' 'netcdf-fortran_4_5_2-gnu-openmpi3-hpc-devel' 'netcdf-fortran_4_5_2-gnu-openmpi4-hpc' 'netcdf-fortran_4_5_2-gnu-openmpi4-hpc-devel' 'netcdf-gnu-hpc' 'netcdf-gnu-hpc-devel' 'netcdf-gnu-mpich-hpc' 'netcdf-gnu-mpich-hpc-devel' 'netcdf-gnu-mvapich2-hpc' 'netcdf-gnu-mvapich2-hpc-devel' 'netcdf-gnu-openmpi1-hpc' 'netcdf-gnu-openmpi1-hpc-devel' 'netcdf-gnu-openmpi2-hpc' 'netcdf-gnu-openmpi2-hpc-devel' 'netcdf-gnu-openmpi3-hpc' 'netcdf-gnu-openmpi3-hpc-devel' 'netcdf-gnu-openmpi4-hpc' 'netcdf-gnu-openmpi4-hpc-devel' 'netcdf-openmpi1' 'netcdf-openmpi1-devel' 'netcdf-openmpi1-devel-static' 'netcdf-openmpi2' 'netcdf-openmpi2-devel' 'netcdf-openmpi2-devel-static' 'netcdf-openmpi3' 'netcdf-openmpi3-devel' 'netcdf-openmpi3-devel-static' 'netcdf-openmpi4' 'netcdf-openmpi4-devel' 'netcdf-openmpi4-devel-static' 'netcdf_4_7_3-gnu-hpc' 'netcdf_4_7_3-gnu-hpc-devel' 'netcdf_4_7_3-gnu-hpc-devel-static' 'netcdf_4_7_3-gnu-mpich-hpc' 'netcdf_4_7_3-gnu-mpich-hpc-devel' 'netcdf_4_7_3-gnu-mpich-hpc-devel-static' 'netcdf_4_7_3-gnu-mvapich2-hpc' 'netcdf_4_7_3-gnu-mvapich2-hpc-devel' 'netcdf_4_7_3-gnu-mvapich2-hpc-devel-static' 'netcdf_4_7_3-gnu-openmpi1-hpc' 'netcdf_4_7_3-gnu-openmpi1-hpc-devel' 'netcdf_4_7_3-gnu-openmpi1-hpc-devel-static' 'netcdf_4_7_3-gnu-openmpi2-hpc' 'netcdf_4_7_3-gnu-openmpi2-hpc-devel' 'netcdf_4_7_3-gnu-openmpi2-hpc-devel-static' 'netcdf_4_7_3-gnu-openmpi3-hpc' 'netcdf_4_7_3-gnu-openmpi3-hpc-devel' 'netcdf_4_7_3-gnu-openmpi3-hpc-devel-static' 'netcdf_4_7_3-gnu-openmpi4-hpc' 'netcdf_4_7_3-gnu-openmpi4-hpc-devel' 'netcdf_4_7_3-gnu-openmpi4-hpc-devel-static' 'netcfg' 'netcomponents' 'netcomponents-javadoc' 'netconsole-tools' 'netdata' 'netdate' 'netdiscover' 'netease-cloud-music' 'netease-cloud-music' 'netease-cloud-music-gtk' 'netgen' 'netgen-devel' 'nethogs' 'netlabel-tools' 'netpbm' 'netperf' 'netperfmeter' 'netperfmeter-pdfproctools' 'netperfmeter-plotting' 'netsniff-ng' 'netsurf-buildsystem' 'nettle' 'netty' 'netty-javadoc' 'netty-poms' 'netty-tcnative' 'netty-tcnative-javadoc' 'netty3' 'netty3-javadoc' 'network-autoconfig' 'network_admin' 'neverball' 'neverball-doc' 'neverball-mapc' 'neverball-neverputt' 'newlib' 'newsboat' 'newsboat-lang' 'newt' 'newt-devel' 'newt-doc' 'newt-static' 'newtonsoft-json' 'newtonsoft-json-devel' 'nextcloud' 'nextcloud-desktop' 'nextcloud-desktop-doc' 'nextcloud-desktop-dolphin' 'nextcloud-desktop-lang' 'nfacct' 'nfc-eventd' 'nfcutils' 'nfdump' 'nfoview' 'nfoview-lang' 'nfs-client' 'nfs-client-provisioner' 'nfs-client-provisioner-k8s-yaml' 'nfs-ganesha' 'nfs-ganesha-ceph' 'nfs-ganesha-mount-9P' 'nfs-ganesha-nullfs' 'nfs-ganesha-proxy' 'nfs-ganesha-rados-grace' 'nfs-ganesha-rados-urls' 'nfs-ganesha-rgw' 'nfs-ganesha-vfs' 'nfs-ganesha-xfs' 'nfs-kernel-server' 'nfs4-acl-tools' 'nfsidmap-devel' 'nfswatch' 'nftables' 'nftables-devel' 'nftlb' 'nghttp2' 'nginx' 'nginx-source' 'ngrep' 'ngspice' 'ngspice-doc' 'ngspice-scripts' 'ngspice-xspice-cm' 'ngspice-xspice-cm-devel' 'nh2ps' 'nheko' 'nheko' 'nicotine-plus' 'nicotine-plus' 'nicotine-plus-debuginfo' 'nicotine-plus-debugsource' 'nilfs-utils' 'nilfs-utils-devel' 'nim' 'nimbus-icon-theme' 'nini' 'ninja' 'ninvaders' 'nip2' 'nitrogen' 'nitrogen-lang' 'nitroshare' 'nitroshare-kde' 'nkf' 'nload' 'nlohmann_json-devel' 'nlopt-devel' 'nm-tray' 'nm-tray-lang' 'nmap' 'nmap-parse-output' 'nmap-parse-output-bash-completion' 'nmapsi4' 'nmcli-dmenu' 'nmh' 'nml' 'nmon' 'nmtree' 'nnn' 'no-more-secrets' 'nodejs-common' 'nodejs-default' 'nodejs-devel-default' 'nodejs-packaging' 'nodejs-underscore' 'nodejs10' 'nodejs10-devel' 'nodejs10-docs' 'nodejs12' 'nodejs12-devel' 'nodejs12-docs' 'nodejs14' 'nodejs14-devel' 'nodejs14-docs' 'nohang' 'nohang' 'nohang-desktop' 'nomacs' 'nomacs-lang' 'non-mixer' 'non-ntk' 'non-ntk-devel' 'non-ntk-fluid' 'non-sequencer' 'non-session-manager' 'non-timeline' 'non_oss' 'noping' 'nordlicht' 'nordlicht' 'nordlicht-debuginfo' 'nordlicht-debugsource' 'normaliz' 'normaliz-devel' 'normalize' 'normalize' 'normalize-debuginfo' 'normalize-debugsource' 'noson-app' 'noson-devel' 'notcurses++-devel' 'notcurses-demos' 'notcurses-devel' 'notejot' 'notejot-lang' 'notepadqq' 'notification-daemon' 'notification-daemon-lang' 'notify-osd' 'notify-sharp' 'notify-sharp-devel' 'notify-sharp3' 'notify-sharp3-devel' 'notmuch' 'notmuch-devel' 'notmuch-doc' 'notmuch-emacs' 'noto-coloremoji-fonts' 'noto-kufiarabic-fonts' 'noto-mono-fonts' 'noto-naskharabic-fonts' 'noto-naskharabic-ui-fonts' 'noto-nastaliqurdu-fonts' 'noto-sans-adlam-fonts' 'noto-sans-adlamunjoined-fonts' 'noto-sans-anatolianhieroglyphs-fonts' 'noto-sans-arabic-fonts' 'noto-sans-arabic-ui-fonts' 'noto-sans-armenian-fonts' 'noto-sans-avestan-fonts' 'noto-sans-balinese-fonts' 'noto-sans-bamum-fonts' 'noto-sans-batak-fonts' 'noto-sans-bengali-fonts' 'noto-sans-bengali-ui-fonts' 'noto-sans-brahmi-fonts' 'noto-sans-buginese-fonts' 'noto-sans-buhid-fonts' 'noto-sans-canadianaboriginal-fonts' 'noto-sans-carian-fonts' 'noto-sans-chakma-fonts' 'noto-sans-cham-fonts' 'noto-sans-cherokee-fonts' 'noto-sans-cjk-fonts' 'noto-sans-coptic-fonts' 'noto-sans-cuneiform-fonts' 'noto-sans-cypriot-fonts' 'noto-sans-deseret-fonts' 'noto-sans-devanagari-fonts' 'noto-sans-devanagari-ui-fonts' 'noto-sans-display-fonts' 'noto-sans-egyptianhieroglyphs-fonts' 'noto-sans-ethiopic-fonts' 'noto-sans-fonts' 'noto-sans-georgian-fonts' 'noto-sans-glagolitic-fonts' 'noto-sans-gothic-fonts' 'noto-sans-gujarati-fonts' 'noto-sans-gujarati-ui-fonts' 'noto-sans-gurmukhi-fonts' 'noto-sans-gurmukhi-ui-fonts' 'noto-sans-hanunoo-fonts' 'noto-sans-hebrew-fonts' 'noto-sans-hk-black-fonts' 'noto-sans-hk-bold-fonts' 'noto-sans-hk-demilight-fonts' 'noto-sans-hk-fonts' 'noto-sans-hk-fonts-full' 'noto-sans-hk-light-fonts' 'noto-sans-hk-medium-fonts' 'noto-sans-hk-mono-fonts' 'noto-sans-hk-regular-fonts' 'noto-sans-hk-thin-fonts' 'noto-sans-imperialaramaic-fonts' 'noto-sans-inscriptionalpahlavi-fonts' 'noto-sans-inscriptionalparthian-fonts' 'noto-sans-javanese-fonts' 'noto-sans-jp-black-fonts' 'noto-sans-jp-bold-fonts' 'noto-sans-jp-demilight-fonts' 'noto-sans-jp-fonts' 'noto-sans-jp-fonts-full' 'noto-sans-jp-light-fonts' 'noto-sans-jp-medium-fonts' 'noto-sans-jp-mono-fonts' 'noto-sans-jp-regular-fonts' 'noto-sans-jp-thin-fonts' 'noto-sans-kaithi-fonts' 'noto-sans-kannada-fonts' 'noto-sans-kannada-ui-fonts' 'noto-sans-kayahli-fonts' 'noto-sans-kharoshthi-fonts' 'noto-sans-khmer-fonts' 'noto-sans-khmer-ui-fonts' 'noto-sans-kr-black-fonts' 'noto-sans-kr-bold-fonts' 'noto-sans-kr-demilight-fonts' 'noto-sans-kr-fonts' 'noto-sans-kr-fonts-full' 'noto-sans-kr-light-fonts' 'noto-sans-kr-medium-fonts' 'noto-sans-kr-mono-fonts' 'noto-sans-kr-regular-fonts' 'noto-sans-kr-thin-fonts' 'noto-sans-lao-fonts' 'noto-sans-lao-ui-fonts' 'noto-sans-lepcha-fonts' 'noto-sans-limbu-fonts' 'noto-sans-linearb-fonts' 'noto-sans-lisu-fonts' 'noto-sans-lycian-fonts' 'noto-sans-lydian-fonts' 'noto-sans-malayalam-fonts' 'noto-sans-malayalam-ui-fonts' 'noto-sans-mandaic-fonts' 'noto-sans-meeteimayek-fonts' 'noto-sans-mongolian-fonts' 'noto-sans-mono-fonts' 'noto-sans-myanmar-fonts' 'noto-sans-myanmar-ui-fonts' 'noto-sans-newtailue-fonts' 'noto-sans-nko-fonts' 'noto-sans-ogham-fonts' 'noto-sans-olchiki-fonts' 'noto-sans-olditalic-fonts' 'noto-sans-oldpersian-fonts' 'noto-sans-oldsoutharabian-fonts' 'noto-sans-oldturkic-fonts' 'noto-sans-oriya-fonts' 'noto-sans-oriya-ui-fonts' 'noto-sans-osage-fonts' 'noto-sans-osmanya-fonts' 'noto-sans-phagspa-fonts' 'noto-sans-phoenician-fonts' 'noto-sans-rejang-fonts' 'noto-sans-runic-fonts' 'noto-sans-samaritan-fonts' 'noto-sans-saurashtra-fonts' 'noto-sans-sc-black-fonts' 'noto-sans-sc-bold-fonts' 'noto-sans-sc-demilight-fonts' 'noto-sans-sc-fonts' 'noto-sans-sc-fonts-full' 'noto-sans-sc-light-fonts' 'noto-sans-sc-medium-fonts' 'noto-sans-sc-mono-fonts' 'noto-sans-sc-regular-fonts' 'noto-sans-sc-thin-fonts' 'noto-sans-shavian-fonts' 'noto-sans-sinhala-fonts' 'noto-sans-sinhala-ui-fonts' 'noto-sans-sundanese-fonts' 'noto-sans-sylotinagri-fonts' 'noto-sans-symbols-fonts' 'noto-sans-symbols2-fonts' 'noto-sans-syriaceastern-fonts' 'noto-sans-syriacestrangela-fonts' 'noto-sans-syriacwestern-fonts' 'noto-sans-tagalog-fonts' 'noto-sans-tagbanwa-fonts' 'noto-sans-taile-fonts' 'noto-sans-taitham-fonts' 'noto-sans-taiviet-fonts' 'noto-sans-tamil-fonts' 'noto-sans-tamil-ui-fonts' 'noto-sans-tc-black-fonts' 'noto-sans-tc-bold-fonts' 'noto-sans-tc-demilight-fonts' 'noto-sans-tc-fonts' 'noto-sans-tc-fonts-full' 'noto-sans-tc-light-fonts' 'noto-sans-tc-medium-fonts' 'noto-sans-tc-mono-fonts' 'noto-sans-tc-regular-fonts' 'noto-sans-tc-thin-fonts' 'noto-sans-telugu-fonts' 'noto-sans-telugu-ui-fonts' 'noto-sans-thaana-fonts' 'noto-sans-thai-fonts' 'noto-sans-thai-ui-fonts' 'noto-sans-tibetan-fonts' 'noto-sans-tifinagh-fonts' 'noto-sans-ugaritic-fonts' 'noto-sans-vai-fonts' 'noto-sans-yi-fonts' 'noto-serif-armenian-fonts' 'noto-serif-bengali-fonts' 'noto-serif-devanagari-fonts' 'noto-serif-display-fonts' 'noto-serif-ethiopic-fonts' 'noto-serif-fonts' 'noto-serif-georgian-fonts' 'noto-serif-gujarati-fonts' 'noto-serif-hebrew-fonts' 'noto-serif-jp-black-fonts' 'noto-serif-jp-bold-fonts' 'noto-serif-jp-extralight-fonts' 'noto-serif-jp-fonts' 'noto-serif-jp-fonts-full' 'noto-serif-jp-light-fonts' 'noto-serif-jp-medium-fonts' 'noto-serif-jp-regular-fonts' 'noto-serif-jp-semibold-fonts' 'noto-serif-kannada-fonts' 'noto-serif-khmer-fonts' 'noto-serif-kr-black-fonts' 'noto-serif-kr-bold-fonts' 'noto-serif-kr-extralight-fonts' 'noto-serif-kr-fonts' 'noto-serif-kr-fonts-full' 'noto-serif-kr-light-fonts' 'noto-serif-kr-medium-fonts' 'noto-serif-kr-regular-fonts' 'noto-serif-kr-semibold-fonts' 'noto-serif-lao-fonts' 'noto-serif-malayalam-fonts' 'noto-serif-myanmar-fonts' 'noto-serif-sc-black-fonts' 'noto-serif-sc-bold-fonts' 'noto-serif-sc-extralight-fonts' 'noto-serif-sc-fonts' 'noto-serif-sc-fonts-full' 'noto-serif-sc-light-fonts' 'noto-serif-sc-medium-fonts' 'noto-serif-sc-regular-fonts' 'noto-serif-sc-semibold-fonts' 'noto-serif-sinhala-fonts' 'noto-serif-tamil-fonts' 'noto-serif-tc-black-fonts' 'noto-serif-tc-bold-fonts' 'noto-serif-tc-extralight-fonts' 'noto-serif-tc-fonts' 'noto-serif-tc-fonts-full' 'noto-serif-tc-light-fonts' 'noto-serif-tc-medium-fonts' 'noto-serif-tc-regular-fonts' 'noto-serif-tc-semibold-fonts' 'noto-serif-telugu-fonts' 'noto-serif-thai-fonts' 'novdoc' 'novnc' 'novprog' 'novprog-lang' 'nping' 'npkg' 'npm-default' 'npm10' 'npm12' 'npm14' 'npth-devel' 'nqp' 'nrpe' 'nrpe-doc' 'nscd' 'nsd' 'nsjail' 'nsnake' 'nss-mdns' 'nss-mdns-32bit' 'nss-myhostname' 'nss-myhostname-32bit' 'nss-mymachines' 'nss-mymachines-32bit' 'nss-pam-ldapd' 'nss-pam-ldapd-32bit' 'nss-resolve' 'nss-shared-helper-devel' 'nss-systemd' 'nss_wrapper' 'ntfs-3g' 'ntfsprogs' 'ntfsprogs-extra' 'ntl-devel' 'ntl-doc' 'ntp' 'ntp-doc' 'ntpsec' 'ntpsec-doc' 'ntpsec-utils' 'nudoku' 'nudoku-lang' 'nulloy' 'nulloy-gstreamer' 'nulloy-phonon' 'nulloy-taglib' 'nulloy-vlc' 'numactl' 'numad' 'numatop' 'numlockx' 'nunit' 'nunit-devel' 'nuntius' 'nuntius-lang' 'nuosu-fonts' 'nuoveXT2-icon-theme' 'nuspell' 'nuspell-devel' 'nut' 'nut-cgi' 'nut-devel' 'nut-drivers-net' 'nvdock' 'nvidia-computeG04' 'nvidia-computeG05' 'nvidia-container-toolkit' 'nvidia-gfxG04-kmp-default' 'nvidia-gfxG04-kmp-pae' 'nvidia-gfxG05-kmp-default' 'nvidia-glG04' 'nvidia-glG05' 'nvidia-texture-tools' 'nvme-cli' 'nvme-cli-regress-script' 'nvmetcli' 'nvptx-tools' 'nwg-launchers' 'nxtvepg' 'o2locktop' 'o2scl-devel' 'o2scl-doc' 'oaml-devel' 'oath-toolkit' 'oath-toolkit-xml' 'oauth-signpost' 'obantoo' 'obby' 'obby-devel' 'obby-lang' 'obconf' 'obconf-qt' 'obconf-qt-lang' 'obex-data-server' 'obexd' 'obexd-client' 'obexd-server' 'obexfs' 'obexftp' 'obexftp-devel' 'objectweb-anttask' 'objectweb-asm' 'objectweb-asm-javadoc' 'objectweb-pom' 'objenesis' 'objenesis-javadoc' 'obs-service-appimage' 'obs-service-cargo_vendor' 'obs-service-docker_label_helper' 'obs-service-download_files' 'obs-service-download_url' 'obs-service-extract_file' 'obs-service-format_spec_file' 'obs-service-go_modules' 'obs-service-kiwi_label_helper' 'obs-service-kiwi_metainfo_helper' 'obs-service-obs_scm' 'obs-service-obs_scm-common' 'obs-service-product_converter' 'obs-service-recompress' 'obs-service-refresh_patches' 'obs-service-replace_using_package_version' 'obs-service-rust2rpm' 'obs-service-set_version' 'obs-service-snapcraft' 'obs-service-source_validator' 'obs-service-tar' 'obs-service-tar_scm' 'obs-service-verify_file' 'obs-studio' 'obs-studio' 'obs-studio-debuginfo' 'obs-studio-debugsource' 'obs-studio-devel' 'obs-v4l2sink' 'obs-v4l2sink' 'obs-v4l2sink-debuginfo' 'obs-v4l2sink-debugsource' 'ocaml' 'ocaml-base' 'ocaml-base-devel' 'ocaml-benchmark' 'ocaml-benchmark-devel' 'ocaml-brlapi' 'ocaml-cairo' 'ocaml-cairo-devel' 'ocaml-calendar' 'ocaml-calendar-devel' 'ocaml-camlbz2' 'ocaml-camlbz2-devel' 'ocaml-camlp5' 'ocaml-camlp5-devel' 'ocaml-camlzip' 'ocaml-camlzip-devel' 'ocaml-camlzip-test' 'ocaml-camomile' 'ocaml-camomile-data' 'ocaml-camomile-devel' 'ocaml-cmdliner' 'ocaml-cmdliner-devel' 'ocaml-compiler-libs' 'ocaml-compiler-libs-devel' 'ocaml-cppo' 'ocaml-cppo-devel' 'ocaml-csv' 'ocaml-csv-devel' 'ocaml-cudf' 'ocaml-cudf-devel' 'ocaml-curses' 'ocaml-curses-devel' 'ocaml-dose' 'ocaml-dose-devel' 'ocaml-dune' 'ocaml-dune-devel' 'ocaml-easy-format' 'ocaml-easy-format-devel' 'ocaml-extlib' 'ocaml-extlib-devel' 'ocaml-facile' 'ocaml-facile-devel' 'ocaml-fileutils' 'ocaml-fileutils-devel' 'ocaml-findlib' 'ocaml-findlib-devel' 'ocaml-gen' 'ocaml-gen-devel' 'ocaml-gettext' 'ocaml-gettext-devel' 'ocaml-graphics' 'ocaml-graphics-devel' 'ocaml-hivex' 'ocaml-hivex-devel' 'ocaml-jsonm' 'ocaml-jsonm-devel' 'ocaml-lablgl' 'ocaml-lablgl-devel' 'ocaml-lablgtk2' 'ocaml-lablgtk2-devel' 'ocaml-lablgtk3' 'ocaml-lablgtk3-devel' 'ocaml-labltk' 'ocaml-labltk' 'ocaml-labltk-devel' 'ocaml-libguestfs' 'ocaml-libguestfs-devel' 'ocaml-libvirt' 'ocaml-libvirt-devel' 'ocaml-mccs' 'ocaml-mccs-devel' 'ocaml-menhir' 'ocaml-menhir-devel' 'ocaml-migrate-parsetree' 'ocaml-migrate-parsetree-devel' 'ocaml-minisat' 'ocaml-minisat-devel' 'ocaml-num' 'ocaml-num-devel' 'ocaml-oasis' 'ocaml-oasis-devel' 'ocaml-obuild' 'ocaml-ocamlbuild' 'ocaml-ocamlbuild-devel' 'ocaml-ocamldoc' 'ocaml-ocamlgraph' 'ocaml-ocamlgraph-devel' 'ocaml-ounit' 'ocaml-ounit-devel' 'ocaml-parmap' 'ocaml-parmap-devel' 'ocaml-pcre' 'ocaml-pcre-devel' 'ocaml-ppx_derivers' 'ocaml-ppx_derivers-devel' 'ocaml-ppx_tools_versioned' 'ocaml-ppx_tools_versioned-devel' 'ocaml-ptmap' 'ocaml-ptmap-devel' 'ocaml-qcheck' 'ocaml-qcheck-devel' 'ocaml-qtest' 'ocaml-qtest-devel' 'ocaml-re' 'ocaml-re-devel' 'ocaml-result' 'ocaml-result-devel' 'ocaml-rope' 'ocaml-rope-devel' 'ocaml-rpm-macros' 'ocaml-runtime' 'ocaml-sedlex' 'ocaml-sedlex-devel' 'ocaml-sexplib0' 'ocaml-sexplib0-devel' 'ocaml-sha' 'ocaml-sha-devel' 'ocaml-source' 'ocaml-stdlib-shims' 'ocaml-stdlib-shims-devel' 'ocaml-uutf' 'ocaml-uutf-devel' 'ocaml-xml-light' 'ocaml-xml-light-devel' 'ocamlify' 'ocamlmod' 'occt' 'occt-DRAWEXE' 'occt-devel' 'occt-devel-doc' 'oce' 'oce-DRAWEXE' 'oce-devel' 'ocfs2-tools' 'ocfs2-tools-devel' 'ocfs2-tools-devel-static' 'ocfs2-tools-o2cb' 'oci-cli' 'oci-seccomp-bpf-hook' 'ocl-icd-devel' 'ocl-icd-devel-32bit' 'ocli' 'oclock' 'ocp' 'ocp' 'ocp-debuginfo' 'ocp-debugsource' 'ocr-gnu-hpc' 'ocr-gnu-hpc-devel' 'ocr-gnu-hpc-doc' 'ocr-gnu-hpc-examples' 'ocr-gnu-mpich-hpc' 'ocr-gnu-mpich-hpc-devel' 'ocr-gnu-mpich-hpc-doc' 'ocr-gnu-mpich-hpc-examples' 'ocr-gnu-mvapich2-hpc' 'ocr-gnu-mvapich2-hpc-devel' 'ocr-gnu-mvapich2-hpc-doc' 'ocr-gnu-mvapich2-hpc-examples' 'ocr-gnu-openmpi1-hpc' 'ocr-gnu-openmpi1-hpc-devel' 'ocr-gnu-openmpi1-hpc-doc' 'ocr-gnu-openmpi1-hpc-examples' 'ocr-gnu-openmpi2-hpc' 'ocr-gnu-openmpi2-hpc-devel' 'ocr-gnu-openmpi2-hpc-doc' 'ocr-gnu-openmpi2-hpc-examples' 'ocr-gnu-openmpi3-hpc' 'ocr-gnu-openmpi3-hpc-devel' 'ocr-gnu-openmpi3-hpc-doc' 'ocr-gnu-openmpi3-hpc-examples' 'ocr_1_0_1-gnu-hpc' 'ocr_1_0_1-gnu-hpc-devel' 'ocr_1_0_1-gnu-hpc-doc' 'ocr_1_0_1-gnu-hpc-examples' 'ocr_1_0_1-gnu-mpich-hpc' 'ocr_1_0_1-gnu-mpich-hpc-devel' 'ocr_1_0_1-gnu-mpich-hpc-doc' 'ocr_1_0_1-gnu-mpich-hpc-examples' 'ocr_1_0_1-gnu-mvapich2-hpc' 'ocr_1_0_1-gnu-mvapich2-hpc-devel' 'ocr_1_0_1-gnu-mvapich2-hpc-doc' 'ocr_1_0_1-gnu-mvapich2-hpc-examples' 'ocr_1_0_1-gnu-openmpi1-hpc' 'ocr_1_0_1-gnu-openmpi1-hpc-devel' 'ocr_1_0_1-gnu-openmpi1-hpc-doc' 'ocr_1_0_1-gnu-openmpi1-hpc-examples' 'ocr_1_0_1-gnu-openmpi2-hpc' 'ocr_1_0_1-gnu-openmpi2-hpc-devel' 'ocr_1_0_1-gnu-openmpi2-hpc-doc' 'ocr_1_0_1-gnu-openmpi2-hpc-examples' 'ocr_1_0_1-gnu-openmpi3-hpc' 'ocr_1_0_1-gnu-openmpi3-hpc-devel' 'ocr_1_0_1-gnu-openmpi3-hpc-doc' 'ocr_1_0_1-gnu-openmpi3-hpc-examples' 'ocrad' 'ocrad-devel' 'ocserv' 'octave' 'octave-CSXCAD' 'octave-cli' 'octave-devel' 'octave-doc' 'octave-forge-bim' 'octave-forge-cgi' 'octave-forge-communications' 'octave-forge-control' 'octave-forge-data-smoothing' 'octave-forge-database' 'octave-forge-dataframe' 'octave-forge-divand' 'octave-forge-doctest' 'octave-forge-econometrics' 'octave-forge-financial' 'octave-forge-fits' 'octave-forge-fpl' 'octave-forge-fuzzy-logic-toolkit' 'octave-forge-ga' 'octave-forge-general' 'octave-forge-generate_html' 'octave-forge-geometry' 'octave-forge-gsl' 'octave-forge-image' 'octave-forge-image-acquisition' 'octave-forge-instrument-control' 'octave-forge-interval' 'octave-forge-io' 'octave-forge-level-set' 'octave-forge-linear-algebra' 'octave-forge-lssa' 'octave-forge-ltfat' 'octave-forge-mapping' 'octave-forge-matgeom' 'octave-forge-mechanics' 'octave-forge-miscellaneous' 'octave-forge-msh' 'octave-forge-mvn' 'octave-forge-nan' 'octave-forge-ncarray' 'octave-forge-netcdf' 'octave-forge-nurbs' 'octave-forge-octclip' 'octave-forge-optics' 'octave-forge-optim' 'octave-forge-parallel' 'octave-forge-quaternion' 'octave-forge-queueing' 'octave-forge-secs1d' 'octave-forge-secs2d' 'octave-forge-secs3d' 'octave-forge-signal' 'octave-forge-sockets' 'octave-forge-specfun' 'octave-forge-splines' 'octave-forge-statistics' 'octave-forge-stk' 'octave-forge-strings' 'octave-forge-struct' 'octave-forge-symbolic' 'octave-forge-tisean' 'octave-forge-tsa' 'octave-forge-vrml' 'octave-lal' 'octave-mathgl' 'octave-nlopt_optimize' 'octave-openEMS' 'oddjob' 'oddjob-mkhomedir' 'ode-devel' 'odp-devel' 'odt2txt' 'odvr' 'odvr' 'odvr-debuginfo' 'odvr-debugsource' 'office' 'officecodepro-fonts' 'ofl' 'ofono' 'ofono-devel' 'ofono-tests' 'oggfwd' 'oggfwd' 'oggfwd-debuginfo' 'oggfwd-debugsource' 'oggvideotools' 'oggvideotools' 'oggvideotools-debuginfo' 'oggvideotools-debugsource' 'oggz-tools' 'ogmrip' 'ogmrip' 'ogmrip-ac3' 'ogmrip-ac3' 'ogmrip-ac3-debuginfo' 'ogmrip-ac3-debugsource' 'ogmrip-ac3-lang' 'ogmrip-debuginfo' 'ogmrip-debugsource' 'ogmrip-dirac' 'ogmrip-dirac' 'ogmrip-dirac-debuginfo' 'ogmrip-dirac-debugsource' 'ogmrip-dirac-lang' 'ogmrip-flac' 'ogmrip-flac' 'ogmrip-flac-debuginfo' 'ogmrip-flac-debugsource' 'ogmrip-lang' 'ogmrip-mpeg' 'ogmrip-mpeg' 'ogmrip-mpeg-debuginfo' 'ogmrip-mpeg-debugsource' 'ogmrip-nero-aac' 'ogmrip-nero-aac' 'ogmrip-nero-aac-debuginfo' 'ogmrip-nero-aac-debugsource' 'ogmrip-nero-aac-lang' 'ogmrip-oggz' 'ogmrip-oggz' 'ogmrip-oggz-debuginfo' 'ogmrip-oggz-debugsource' 'ogmrip-oggz-lang' 'ogmrip-profiles' 'ogmrip-profiles' 'ogmrip-video-copy' 'ogmrip-video-copy' 'ogmrip-video-copy-debuginfo' 'ogmrip-video-copy-debugsource' 'ogmtools' 'ogre-demos' 'ogre-demos-devel' 'ogre-docs' 'ogre-tools' 'ohcount' 'oidentd' 'okteta' 'okteta' 'okteta-data' 'okteta-debuginfo' 'okteta-debugsource' 'okteta-devel' 'okteta-devel-debuginfo' 'okteta-lang' 'okteta-part' 'okteta-part-debuginfo' 'okteta-part-lang' 'okular' 'okular-devel' 'okular-lang' 'okular-spectre' 'olm' 'olm-devel' 'olm-doc' 'omemo-utils' 'omniORB' 'omniORB-devel' 'omniORBpy' 'omniORBpy-devel' 'omnisharp-server' 'omping' 'onboard' 'onboard-data' 'onboard-lang' 'onedrive' 'onedrive-completion-bash' 'onedrive-completion-fish' 'onedrive-completion-zsh' 'onefetch' 'oneko' 'ongres-scram' 'ongres-scram-client' 'ongres-scram-javadoc' 'ongres-scram-parent' 'oniguruma-devel' 'onnx-backend-test' 'onnx-devel' 'onscripter' 'onscripter' 'onscripter-debuginfo' 'onscripter-debugsource' 'ooRexx' 'ooRexx-devel' 'opa-address-resolution' 'opa-address-resolution-devel' 'opa-basic-tools' 'opa-fastfabric' 'opa-fm' 'opa-fmgui' 'opa-snapconfig' 'opae' 'opae-devel' 'opam' 'opam-devel' 'opam-file-format' 'opam-file-format-devel' 'opam-installer' 'open-iscsi' 'open-iscsi-devel' 'open-isns' 'open-isns-devel' 'open-lldp' 'open-lldp-devel' 'open-vm-tools' 'open-vm-tools-desktop' 'open-vm-tools-sdmp' 'openCryptoki' 'openCryptoki-32bit' 'openCryptoki-64bit' 'openCryptoki-devel' 'openEMS' 'openEMS-devel' 'openEMS-matlab' 'openQA' 'openQA-bootstrap' 'openQA-client' 'openQA-common' 'openQA-devel' 'openQA-doc' 'openQA-local-db' 'openQA-python-scripts' 'openQA-single-instance' 'openQA-worker' 'openSUSE' 'openSUSE-Addon-NonOss' 'openSUSE-Addon-NonOss-release' 'openSUSE-EULAs' 'openSUSE-appdata-extra' 'openSUSE-appstream-process' 'openSUSE-build-key' 'openSUSE-e-X-Ice-Icons' 'openSUSE-e-X-Icons' 'openSUSE-e-X-Neon-Icons' 'openSUSE-release' 'openSUSE-release-appliance-custom' 'openSUSE-release-appliance-docker' 'openSUSE-release-appliance-hyperv' 'openSUSE-release-appliance-kvm' 'openSUSE-release-appliance-openstack' 'openSUSE-release-appliance-vagrant' 'openSUSE-release-appliance-vmware' 'openSUSE-release-appliance-wsl' 'openSUSE-release-dvd' 'openSUSE-release-ftp' 'openSUSE-release-tools' 'openSUSE-release-tools-abichecker' 'openSUSE-release-tools-announcer' 'openSUSE-release-tools-check-source' 'openSUSE-release-tools-devel' 'openSUSE-release-tools-leaper' 'openSUSE-release-tools-maintenance' 'openSUSE-release-tools-metrics' 'openSUSE-release-tools-metrics-access' 'openSUSE-release-tools-obs-operator' 'openSUSE-release-tools-origin-manager' 'openSUSE-release-tools-pkglistgen' 'openSUSE-release-tools-repo-checker' 'openSUSE-release-tools-staging-bot' 'openSUSE-xfce-icon-theme' 'openSUSEway' 'openSUSEway' 'openafs' 'openafs-authlibs' 'openafs-authlibs-devel' 'openafs-client' 'openafs-devel' 'openafs-fuse_client' 'openafs-kernel-source' 'openafs-kmp-default' 'openafs-server' 'openal-soft-data' 'openal-soft-devel' 'openal-soft-devel-32bit' 'openal-soft-makemhr' 'openal-soft-tools' 'openamp-devel' 'openamp-examples' 'openarena' 'openarena-data' 'openbabel' 'openbabel-devel' 'openblas-devel' 'openblas-devel-headers' 'openblas-pthreads_0_3_10-gnu-hpc-devel-static' 'openblas_0_3_10-gnu-hpc-devel-static' 'openblas_openmp-devel-static' 'openblas_pthreads-devel-static' 'openblas_serial-devel-static' 'openbox' 'openbox-adwaita-ob-theme' 'openbox-devel' 'openbox-gnome' 'openbox-kde' 'openbox-theme-adapta' 'openbox-theme-plata' 'openbsc' 'openbsc-bs11-utils' 'openbsc-bsc-sccplite' 'opencc' 'opencc-data' 'opencc-devel' 'opencensus-cpp-source' 'opencensus-proto-source' 'opencl-cpp-headers' 'opencl-headers' 'opencl-headers-1_2' 'openclonk' 'openclonk-data' 'openconnect' 'openconnect-bash-completion' 'openconnect-devel' 'openconnect-doc' 'openconnect-lang' 'opencore-amr' 'opencore-amr-debugsource' 'opencsg-devel' 'opencv' 'opencv-devel' 'opencv-doc' 'opencv3' 'opencv3-devel' 'opencv3-doc' 'opendchub' 'opendkim' 'opendkim-devel' 'opendvdproducer' 'opendvdproducer' 'openexr' 'openexr-devel' 'openexr-doc' 'openfortivpn' 'opengl-games-utils' 'opengost-otf-fonts' 'opengost-ttf-fonts' 'openh264' 'openh264-debugsource' 'openh264-devel' 'openhpi' 'openhpi-clients' 'openhpi-daemon' 'openhpi-devel' 'openjade' 'openjade-devel' 'openjfx' 'openjfx-devel' 'openjfx-javadoc' 'openjfx-jmods' 'openjfx-src' 'openjfx8' 'openjfx8-devel' 'openjfx8-javadoc' 'openjfx8-src' 'openjpeg' 'openjpeg-devel' 'openjpeg-devel-32bit' 'openjpeg2' 'openjpeg2-devel' 'openjpeg2-devel-doc' 'openkim-models' 'openldap2' 'openldap2-back-meta' 'openldap2-back-perl' 'openldap2-back-sock' 'openldap2-back-sql' 'openldap2-client' 'openldap2-contrib' 'openldap2-devel' 'openldap2-devel-32bit' 'openldap2-devel-static' 'openldap2-doc' 'openldap2-ppolicy-check-password' 'openlibm-devel' 'openlierox' 'openmarkup' 'openmarkup-javadoc' 'openmarkup-manual' 'openmpi1' 'openmpi1-config' 'openmpi1-devel' 'openmpi1-docs' 'openmpi1-gnu-hpc' 'openmpi1-gnu-hpc-devel' 'openmpi1-gnu-hpc-devel-static' 'openmpi1-gnu-hpc-docs' 'openmpi1-gnu-hpc-macros-devel' 'openmpi1-libs' 'openmpi1-libs-32bit' 'openmpi1-macros-devel' 'openmpi1-testsuite' 'openmpi2' 'openmpi2-config' 'openmpi2-devel' 'openmpi2-docs' 'openmpi2-gnu-hpc' 'openmpi2-gnu-hpc-devel' 'openmpi2-gnu-hpc-devel-static' 'openmpi2-gnu-hpc-docs' 'openmpi2-gnu-hpc-macros-devel' 'openmpi2-libs' 'openmpi2-libs-32bit' 'openmpi2-macros-devel' 'openmpi2-testsuite' 'openmpi3' 'openmpi3-config' 'openmpi3-devel' 'openmpi3-docs' 'openmpi3-gnu-hpc' 'openmpi3-gnu-hpc-devel' 'openmpi3-gnu-hpc-devel-static' 'openmpi3-gnu-hpc-docs' 'openmpi3-gnu-hpc-macros-devel' 'openmpi3-libs' 'openmpi3-libs-32bit' 'openmpi3-macros-devel' 'openmpi3-testsuite' 'openmpi4' 'openmpi4-config' 'openmpi4-devel' 'openmpi4-docs' 'openmpi4-gnu-hpc' 'openmpi4-gnu-hpc-devel' 'openmpi4-gnu-hpc-devel-static' 'openmpi4-gnu-hpc-docs' 'openmpi4-gnu-hpc-macros-devel' 'openmpi4-libs' 'openmpi4-libs-32bit' 'openmpi4-macros-devel' 'openmpi4-testsuite' 'openmpi_1_10_7-gnu-hpc' 'openmpi_1_10_7-gnu-hpc-devel' 'openmpi_1_10_7-gnu-hpc-devel-static' 'openmpi_1_10_7-gnu-hpc-docs' 'openmpi_1_10_7-gnu-hpc-macros-devel' 'openmpi_1_10_7-gnu-hpc-testsuite' 'openmpi_2_1_6-gnu-hpc' 'openmpi_2_1_6-gnu-hpc-devel' 'openmpi_2_1_6-gnu-hpc-devel-static' 'openmpi_2_1_6-gnu-hpc-docs' 'openmpi_2_1_6-gnu-hpc-macros-devel' 'openmpi_2_1_6-gnu-hpc-testsuite' 'openmpi_3_1_6-gnu-hpc' 'openmpi_3_1_6-gnu-hpc-devel' 'openmpi_3_1_6-gnu-hpc-devel-static' 'openmpi_3_1_6-gnu-hpc-docs' 'openmpi_3_1_6-gnu-hpc-macros-devel' 'openmpi_3_1_6-gnu-hpc-testsuite' 'openmpi_4_0_5-gnu-hpc' 'openmpi_4_0_5-gnu-hpc-devel' 'openmpi_4_0_5-gnu-hpc-devel-static' 'openmpi_4_0_5-gnu-hpc-docs' 'openmpi_4_0_5-gnu-hpc-macros-devel' 'openmpi_4_0_5-gnu-hpc-testsuite' 'openmpt123' 'openmw' 'opennlp' 'opennlp-chunk-models' 'opennlp-maxent' 'opennlp-postag-models' 'opennlp-tokenize-models' 'opennlp-tools' 'opennlp-uima' 'openobex-apps' 'openobex-devel' 'openocd' 'openocd-data' 'openomf' 'openpgm-devel' 'openrct2' 'openrct2-titlesequences' 'openrdate' 'openregex' 'openregex-javadoc' 'openresolv' 'opensaml-bin' 'opensaml-schemas' 'opensc' 'opensc-32bit' 'openscad' 'openscap' 'openscap-content' 'openscap-devel' 'openscap-docker' 'openscap-utils' 'openshot-qt' 'openslide-doc' 'openslide-tools' 'openslp' 'openslp-devel' 'openslp-server' 'opensm' 'opensm-devel' 'opensm-devel-32bit' 'opensnc' 'opensnc' 'opensnc-debuginfo' 'opensnc-debugsource' 'opensp' 'opensp-devel' 'opensp-doc' 'openspades' 'openspades' 'openspades-debuginfo' 'openspades-debugsource' 'openspecfun-devel' 'openssh' 'openssh-askpass-gnome' 'openssh-cavs' 'openssh-fips' 'openssh-helpers' 'openssl' 'openssl-1_0_0' 'openssl-1_0_0-cavs' 'openssl-1_0_0-doc' 'openssl-1_1' 'openssl-1_1-doc' 'openssl-cbs-devel' 'openssl-engine-libp11' 'openssl-ibmpkcs11' 'openssl_tpm2_engine' 'openssl_tpm_engine' 'openstack-macros' 'openstack-suse-macros' 'openstack-suse-sudo' 'openstack-utils' 'opensuse-welcome' 'opensuse-welcome-lang' 'opentest4j' 'opentest4j-javadoc' 'opentoonz' 'opentracing-cpp-devel' 'opentracing-cpp-source' 'openttd' 'openttd-data' 'openttd-dedicated' 'openttd-opengfx' 'openttd-openmsx' 'openttd-opensfx' 'opentyrian' 'openucx-tools' 'openvas-smb' 'openvdb-devel' 'openvdb-tools' 'openvpn' 'openvpn-auth-pam-plugin' 'openvpn-devel' 'openvpn-down-root-plugin' 'openvswitch' 'openvswitch-devel' 'openvswitch-doc' 'openvswitch-ipsec' 'openvswitch-pki' 'openvswitch-test' 'openvswitch-vtep' 'openwsman-java' 'openwsman-perl' 'openwsman-ruby' 'openwsman-ruby-docs' 'openwsman-server' 'openwsman-server-plugin-ruby' 'openxcom' 'openxcom-doc' 'opera' 'opera-uget-integrator' 'opi' 'opie' 'opie-32bit' 'oping' 'opmsg' 'oprofile' 'oprofile-32bit' 'oprofile-devel' 'optee-client' 'optee-client-devel' 'optipng' 'opus-tools' 'opusfile-devel' 'orage' 'orage-doc' 'orage-lang' 'orc' 'orc-doc' 'orca' 'orca-lang' 'orcania-devel' 'orion' 'orkhon-fonts' 'oro' 'oro-javadoc' 'orthanc' 'orthanc-devel' 'orthanc-dicomweb' 'orthanc-doc' 'orthanc-gdcm' 'orthanc-mysql' 'orthanc-postgresql' 'orthanc-source' 'orthanc-webviewer' 'orthanc-wsi' 'ortp' 'ortp-devel' 'os-autoinst' 'os-autoinst-devel' 'os-autoinst-distri-opensuse-deps' 'os-autoinst-openvswitch' 'os-maven-plugin' 'os-maven-plugin-javadoc' 'os-prober' 'os-service-types-doc' 'osc' 'osc-plugin-collab' 'osc-plugin-cycle' 'osc-plugin-install' 'osc-plugin-origin' 'osc-plugin-staging' 'osclib' 'osdlyrics' 'osdlyrics-lang' 'osgi-annotation' 'osgi-annotation-javadoc' 'osgi-compendium' 'osgi-compendium-javadoc' 'osgi-core' 'osgi-core-javadoc' 'osinfo-db' 'osinfo-db-tools' 'osmo-bsc' 'osmo-bsc-abisip-find' 'osmo-bsc-bs11-utils' 'osmo-bsc-ipaccess-utils' 'osmo-bsc-meas-utils' 'osmo-bts' 'osmo-bts-omldummy' 'osmo-bts-virtual' 'osmo-e1d' 'osmo-fl2k' 'osmo-fl2k-devel' 'osmo-fl2k-udev' 'osmo-gbproxy' 'osmo-ggsn' 'osmo-gtphub' 'osmo-hlr' 'osmo-iuh' 'osmo-mgw' 'osmo-msc' 'osmo-pcap' 'osmo-pcu' 'osmo-remsim-bankd' 'osmo-remsim-client' 'osmo-remsim-server' 'osmo-sgsn' 'osmo-sip-connector' 'osmo-stp' 'osmo-trx' 'osmo-trx-lms' 'osmo-trx-uhd' 'osmo-trx-usrp1' 'osmosdr' 'osmosdr-devel' 'ossim' 'ossim-devel' 'ossim-sample-data' 'osslsigncode' 'ossp-uuid' 'otb-bin' 'otb-devel' 'otb-qt' 'oto' 'otpclient' 'otrs' 'otrs-doc' 'otrs-itsm' 'otter-browser' 'ovmf' 'ovmf-tools' 'ovn' 'ovn-central' 'ovn-devel' 'ovn-doc' 'ovn-docker' 'ovn-host' 'ovn-vtep' 'ovnkube' 'ovnkube-cni' 'owasp-modsecurity-crs' 'owasp-modsecurity-crs-base_rules' 'owasp-modsecurity-crs-experimental_rules' 'owasp-modsecurity-crs-optional_rules' 'owasp-modsecurity-crs-slr_rules' 'owncloud-client' 'owncloud-client' 'owncloud-client-caja' 'owncloud-client-debuginfo' 'owncloud-client-debugsource' 'owncloud-client-dolphin' 'owncloud-client-dolphin-debuginfo' 'owncloud-client-l10n' 'owncloud-client-nautilus' 'owncloud-client-nemo' 'oxygen-gtk2' 'oxygen-gtk2-debugsource' 'oxygen5' 'oxygen5-cursors' 'oxygen5-decoration' 'oxygen5-icon-theme' 'oxygen5-icon-theme-large' 'oxygen5-icon-theme-scalable' 'oxygen5-lang' 'oxygen5-sounds' 'oxygen5-style' 'oxygen5-style-32bit' 'oyranos' 'oyranos-monitor' 'oyranos-profile-graph' 'oyranos-qcmsevents' 'oyranos-ui-fltk' 'p0f' 'p11-kit' 'p11-kit-32bit' 'p11-kit-devel' 'p11-kit-nss-trust' 'p11-kit-nss-trust-32bit' 'p11-kit-server' 'p11-kit-tools' 'p7zip' 'p7zip-doc' 'p7zip-full' 'p8-platform-devel' 'pacemaker' 'pacemaker-cli' 'pacemaker-cts' 'pacemaker-remote' 'packETH' 'package-translations' 'package-update-indicator' 'package-update-indicator-lang' 'packit' 'pacpl' 'pacpl' 'paexec' 'paexec-examples' 'pagein' 'pagein-bash-completion' 'pagemon' 'pagemon-bash-completion' 'pagetools' 'paglinawan-quicksand-fonts' 'pagul-fonts' 'pagure' 'pagure-ci' 'pagure-ev' 'pagure-loadjson' 'pagure-logcom' 'pagure-milters' 'pagure-mirror' 'pagure-theme-chameleon' 'pagure-theme-default-openSUSE' 'pagure-theme-default-upstream' 'pagure-theme-pagureio' 'pagure-theme-srcfpo' 'pagure-theme-upstream' 'pagure-web-apache-httpd' 'pagure-web-nginx' 'pagure-webhook' 'palapeli' 'palapeli-data' 'palapeli-devel' 'palapeli-lang' 'palaura' 'palette' 'palette-lang' 'palm-db-tools' 'pam' 'pam-32bit' 'pam-config' 'pam-deprecated' 'pam-deprecated-32bit' 'pam-devel' 'pam-devel-32bit' 'pam-doc' 'pam-extra' 'pam-extra-32bit' 'pam-test' 'pam_apparmor' 'pam_apparmor-32bit' 'pam_ccreds' 'pam_ccreds-32bit' 'pam_cgfs' 'pam_chroot' 'pam_chroot-32bit' 'pam_cifscreds' 'pam_csync' 'pam_csync-32bit' 'pam_dbus' 'pam_krb5' 'pam_krb5-32bit' 'pam_kwallet' 'pam_kwallet-32bit' 'pam_kwallet-common' 'pam_mktemp' 'pam_mktemp-32bit' 'pam_mount' 'pam_mount-32bit' 'pam_oath' 'pam_p11' 'pam_p11-32bit' 'pam_passwdqc' 'pam_passwdqc-32bit' 'pam_pkcs11' 'pam_pkcs11-32bit' 'pam_pkcs11-devel-doc' 'pam_pwquality' 'pam_pwquality-32bit' 'pam_radius' 'pam_radius-32bit' 'pam_script' 'pam_snapper' 'pam_ssh' 'pam_ssh-32bit' 'pam_u2f' 'pam_userpass' 'pam_userpass-32bit' 'pam_wrapper' 'pam_yubico' 'pamix' 'pamixer' 'pan' 'pan-lang' 'pandoc' 'pango-devel' 'pango-devel-32bit' 'pango-tools' 'pangomm-devel' 'pangomm-doc' 'pangomm1_4-devel' 'pangomm1_4-doc' 'panini' 'pantheon-wallpapers-branding-upstream' 'paper' 'paper-icon-theme' 'paperclips' 'paperclips-javadoc' 'paperjam' 'paperkey' 'papi' 'papi-devel' 'papi-devel-32bit' 'papi-devel-static' 'papi-hpc' 'papi-hpc-devel' 'papi_6_0_0-hpc' 'papi_6_0_0-hpc-devel' 'papi_6_0_0-hpc-devel-static' 'papirus-icon-theme' 'paprefs' 'paprefs-lang' 'paps' 'par' 'par2cmdline' 'par_text' 'paradise' 'parallel-netcdf-devel-data' 'parallel-netcdf-mvapich2' 'parallel-netcdf-mvapich2-devel' 'parallel-netcdf-mvapich2-devel-static' 'parallel-netcdf-openmpi1' 'parallel-netcdf-openmpi1-devel' 'parallel-netcdf-openmpi1-devel-static' 'parallel-netcdf-openmpi2' 'parallel-netcdf-openmpi2-devel' 'parallel-netcdf-openmpi2-devel-static' 'parallel-netcdf-openmpi3' 'parallel-netcdf-openmpi3-devel' 'parallel-netcdf-openmpi3-devel-static' 'parallel-printer-support' 'paranamer' 'paranamer-ant' 'paranamer-generator' 'paranamer-javadoc' 'paranamer-maven-plugin' 'paranamer-parent' 'paratype-pt-mono-fonts' 'paratype-pt-sans-fonts' 'paratype-pt-serif-fonts' 'paraview' 'paraview-devel' 'paraview-devel-static' 'paraview-plugins' 'paraviewdata' 'parboiled' 'parboiled-javadoc' 'parboiled-scala' 'parboiled-scala-javadoc' 'parcellite' 'pari-devel' 'pari-elldata' 'pari-galdata' 'pari-galpol' 'pari-gp' 'pari-nftables' 'pari-seadata' 'parkverbot' 'parlatype' 'parlatype-lang' 'parley' 'parley-lang' 'parole' 'parole-devel' 'parole-lang' 'parpack-openmpi1-devel' 'parpack-openmpi1-devel-32bit' 'parpack-openmpi2-devel' 'parpack-openmpi2-devel-32bit' 'parpack-openmpi3-devel' 'parpack-openmpi3-devel-32bit' 'partclone' 'partclone-lang' 'parted' 'parted-devel' 'parted-lang' 'parti' 'partitionmanager' 'partitionmanager' 'partitionmanager-debuginfo' 'partitionmanager-debugsource' 'partitionmanager-lang' 'parzip' 'pass-otp' 'passwdqc' 'passwdqc-devel' 'password-store' 'password-store-dmenu' 'pasystray' 'patch' 'patch2mail' 'patchelf' 'patchutils' 'patool' 'patool-bash-completion' 'patterns-base-32bit' 'patterns-base-apparmor' 'patterns-base-apparmor-32bit' 'patterns-base-base' 'patterns-base-base-32bit' 'patterns-base-basesystem' 'patterns-base-basic_desktop' 'patterns-base-bootloader' 'patterns-base-console' 'patterns-base-documentation' 'patterns-base-enhanced_base' 'patterns-base-enhanced_base-32bit' 'patterns-base-minimal_base' 'patterns-base-minimal_base-32bit' 'patterns-base-sw_management' 'patterns-base-sw_management-32bit' 'patterns-base-transactional_base' 'patterns-base-update_test' 'patterns-base-x11' 'patterns-base-x11-32bit' 'patterns-base-x11_enhanced' 'patterns-base-x11_enhanced-32bit' 'patterns-ceph-containers-ceph_base' 'patterns-containers-container_runtime' 'patterns-containers-container_runtime_kubernetes' 'patterns-containers-kubeadm' 'patterns-containers-kubernetes_utilities' 'patterns-containers-kubic_admin' 'patterns-containers-kubic_loadbalancer' 'patterns-containers-kubic_worker' 'patterns-desktop-books' 'patterns-desktop-imaging' 'patterns-desktop-laptop' 'patterns-desktop-multimedia' 'patterns-desktop-technical_writing' 'patterns-devel-C-C++-devel_C_C++' 'patterns-devel-base-devel_basis' 'patterns-devel-base-devel_basis-32bit' 'patterns-devel-base-devel_kernel' 'patterns-devel-base-devel_kernel-32bit' 'patterns-devel-base-devel_rpm_build' 'patterns-devel-base-devel_web' 'patterns-devel-java-devel_java' 'patterns-devel-mono-devel_mono' 'patterns-devel-osc-devel_osc_build' 'patterns-devel-perl-devel_perl' 'patterns-devel-python-devel_python3' 'patterns-devel-ruby-devel_ruby' 'patterns-devel-tcl-devel_tcl' 'patterns-enlightenment-enlightenment' 'patterns-fonts-fonts' 'patterns-fonts-fonts_opt' 'patterns-games-games' 'patterns-gnome-devel_gnome' 'patterns-gnome-gnome' 'patterns-gnome-gnome_basic' 'patterns-gnome-gnome_basis' 'patterns-gnome-gnome_basis_opt' 'patterns-gnome-gnome_games' 'patterns-gnome-gnome_ide' 'patterns-gnome-gnome_imaging' 'patterns-gnome-gnome_internet' 'patterns-gnome-gnome_multimedia' 'patterns-gnome-gnome_office' 'patterns-gnome-gnome_utilities' 'patterns-gnome-gnome_x11' 'patterns-gnome-gnome_yast' 'patterns-gnome-sw_management_gnome' 'patterns-hpc-compute_node' 'patterns-hpc-development_node' 'patterns-hpc-libraries' 'patterns-hpc-workload_server' 'patterns-kde-devel_kde_frameworks' 'patterns-kde-devel_qt5' 'patterns-kde-kde' 'patterns-kde-kde_edutainment' 'patterns-kde-kde_games' 'patterns-kde-kde_ide' 'patterns-kde-kde_imaging' 'patterns-kde-kde_internet' 'patterns-kde-kde_multimedia' 'patterns-kde-kde_office' 'patterns-kde-kde_pim' 'patterns-kde-kde_plasma' 'patterns-kde-kde_telepathy' 'patterns-kde-kde_utilities' 'patterns-kde-kde_utilities_opt' 'patterns-kde-kde_yast' 'patterns-leechcraft-leechcraft' 'patterns-leechcraft-leechcraft_browser' 'patterns-leechcraft-leechcraft_media' 'patterns-leechcraft-leechcraft_messenger' 'patterns-leechcraft-leechcraft_netutils' 'patterns-leechcraft-leechcraft_office' 'patterns-leechcraft-leechcraft_utilities' 'patterns-lxde-lxde' 'patterns-lxde-lxde_laptop' 'patterns-lxde-lxde_office' 'patterns-lxqt-lxqt' 'patterns-mate-mate' 'patterns-mate-mate_admin' 'patterns-mate-mate_basis' 'patterns-mate-mate_internet' 'patterns-mate-mate_laptop' 'patterns-mate-mate_office' 'patterns-mate-mate_office_opt' 'patterns-mate-mate_utilities' 'patterns-media-rest_cd_core' 'patterns-media-rest_cd_gnome' 'patterns-media-rest_cd_kde' 'patterns-media-rest_cd_x11' 'patterns-media-rest_core_dvd' 'patterns-media-rest_dvd' 'patterns-microos-alt_onlyDVD' 'patterns-microos-apparmor' 'patterns-microos-base' 'patterns-microos-basesystem' 'patterns-microos-cloud' 'patterns-microos-defaults' 'patterns-microos-desktop-gnome' 'patterns-microos-desktop-kde' 'patterns-microos-hardware' 'patterns-microos-ima_evm' 'patterns-microos-onlyDVD' 'patterns-microos-selinux' 'patterns-microos-sssd_ldap' 'patterns-network-network_admin' 'patterns-non_oss' 'patterns-non_oss_opt' 'patterns-office-office' 'patterns-openSUSEway' 'patterns-rpm-macros' 'patterns-server-dhcp_dns_server' 'patterns-server-dhcp_dns_server-32bit' 'patterns-server-directory_server' 'patterns-server-directory_server-32bit' 'patterns-server-file_server' 'patterns-server-file_server-32bit' 'patterns-server-gateway_server' 'patterns-server-gateway_server-32bit' 'patterns-server-kvm_server' 'patterns-server-kvm_tools' 'patterns-server-lamp_server' 'patterns-server-lamp_server-32bit' 'patterns-server-mail_server' 'patterns-server-mail_server-32bit' 'patterns-server-printing' 'patterns-server-printing-32bit' 'patterns-server-xen_server' 'patterns-server-xen_tools' 'patterns-sway-sway' 'patterns-xfce-xfce' 'patterns-xfce-xfce_basis' 'patterns-xfce-xfce_laptop' 'patterns-xfce-xfce_office' 'patterns-yast-devel_yast' 'patterns-yast-x11_yast' 'patterns-yast-yast2_basis' 'patterns-yast-yast2_install_wf' 'pavucontrol' 'pavucontrol-lang' 'pavucontrol-qt' 'pavucontrol-qt-lang' 'pavumeter' 'pax-utils' 'pbm2l7k' 'pbuilder' 'pbzip2' 'pcapdump' 'pcapinfo' 'pcaudiolib-devel' 'pcb' 'pcb-doc' 'pcc' 'pcfclock' 'pcfclock-kmp-default' 'pcfclock-kmp-pae' 'pciutils' 'pciutils-devel' 'pciutils-devel-32bit' 'pcm' 'pcmanfm' 'pcmanfm-devel' 'pcmanfm-lang' 'pcmanfm-qt' 'pcmanfm-qt-lang' 'pcmanx-gtk2' 'pcmciautils' 'pcp' 'pcp-conf' 'pcp-devel' 'pcp-doc' 'pcp-export-pcp2elasticsearch' 'pcp-export-pcp2graphite' 'pcp-export-pcp2influxdb' 'pcp-export-pcp2json' 'pcp-export-pcp2spark' 'pcp-export-pcp2xml' 'pcp-export-pcp2zabbix' 'pcp-export-zabbix-agent' 'pcp-gui' 'pcp-import-collectl2pcp' 'pcp-import-ganglia2pcp' 'pcp-import-iostat2pcp' 'pcp-import-mrtg2pcp' 'pcp-import-sar2pcp' 'pcp-manager' 'pcp-pmda-activemq' 'pcp-pmda-apache' 'pcp-pmda-bash' 'pcp-pmda-bind2' 'pcp-pmda-bonding' 'pcp-pmda-cifs' 'pcp-pmda-cisco' 'pcp-pmda-dbping' 'pcp-pmda-dm' 'pcp-pmda-docker' 'pcp-pmda-ds389' 'pcp-pmda-ds389log' 'pcp-pmda-elasticsearch' 'pcp-pmda-gfs2' 'pcp-pmda-gluster' 'pcp-pmda-gpfs' 'pcp-pmda-gpsd' 'pcp-pmda-haproxy' 'pcp-pmda-infiniband' 'pcp-pmda-json' 'pcp-pmda-lmsensors' 'pcp-pmda-logger' 'pcp-pmda-lustre' 'pcp-pmda-lustrecomm' 'pcp-pmda-mailq' 'pcp-pmda-memcache' 'pcp-pmda-mic' 'pcp-pmda-mounts' 'pcp-pmda-mysql' 'pcp-pmda-named' 'pcp-pmda-netfilter' 'pcp-pmda-news' 'pcp-pmda-nfsclient' 'pcp-pmda-nginx' 'pcp-pmda-nutcracker' 'pcp-pmda-nvidia-gpu' 'pcp-pmda-oracle' 'pcp-pmda-pdns' 'pcp-pmda-perfevent' 'pcp-pmda-postfix' 'pcp-pmda-prometheus' 'pcp-pmda-redis' 'pcp-pmda-roomtemp' 'pcp-pmda-rpm' 'pcp-pmda-rsyslog' 'pcp-pmda-samba' 'pcp-pmda-sendmail' 'pcp-pmda-shping' 'pcp-pmda-slurm' 'pcp-pmda-smart' 'pcp-pmda-snmp' 'pcp-pmda-summary' 'pcp-pmda-systemd' 'pcp-pmda-trace' 'pcp-pmda-unbound' 'pcp-pmda-vmware' 'pcp-pmda-weblog' 'pcp-pmda-zimbra' 'pcp-pmda-zswap' 'pcp-system-tools' 'pcp-testsuite' 'pcp-webapi' 'pcp-zeroconf' 'pcre-devel' 'pcre-devel-static' 'pcre-doc' 'pcre-tools' 'pcre2-devel' 'pcre2-devel-static' 'pcre2-doc' 'pcre2-tools' 'pcsc-acr38' 'pcsc-acr38-devel' 'pcsc-acsccid' 'pcsc-asedriveiiie-serial' 'pcsc-asedriveiiie-usb' 'pcsc-asekey' 'pcsc-ccid' 'pcsc-cyberjack' 'pcsc-eco5000' 'pcsc-gempc' 'pcsc-lite' 'pcsc-lite-devel' 'pcsc-reflex60' 'pcsc-tools' 'pcsc-towitoko' 'pcsc-towitoko-devel' 'pcsx2' 'pcsx2-lang-ar' 'pcsx2-lang-ca' 'pcsx2-lang-cs' 'pcsx2-lang-da' 'pcsx2-lang-de' 'pcsx2-lang-es' 'pcsx2-lang-fi' 'pcsx2-lang-fr' 'pcsx2-lang-hr' 'pcsx2-lang-hu' 'pcsx2-lang-id' 'pcsx2-lang-it' 'pcsx2-lang-ja' 'pcsx2-lang-ko' 'pcsx2-lang-lt' 'pcsx2-lang-nb' 'pcsx2-lang-nl' 'pcsx2-lang-pl' 'pcsx2-lang-pt_BR' 'pcsx2-lang-ru' 'pcsx2-lang-sv' 'pcsx2-lang-th' 'pcsx2-lang-tr' 'pcsx2-lang-zh_CN' 'pcsx2-lang-zh_TW' 'pcsxr' 'pcsxr' 'pcsxr-debuginfo' 'pcsxr-debugsource' 'pdf2djvu' 'pdf2djvu-lang' 'pdf2svg' 'pdfgrep' 'pdfquirk' 'pdfquirk' 'pdfquirk-debuginfo' 'pdfquirk-debugsource' 'pdftk' 'pdftk' 'pdi2iso' 'pdi2iso' 'pdi2iso-debuginfo' 'pdi2iso-debugsource' 'pdns' 'pdns-backend-geoip' 'pdns-backend-godbc' 'pdns-backend-ldap' 'pdns-backend-lmdb' 'pdns-backend-lua' 'pdns-backend-mysql' 'pdns-backend-postgresql' 'pdns-backend-remote' 'pdns-backend-sqlite3' 'pdns-common' 'pdns-recursor' 'pdnsd' 'pdnsd-doc' 'pdsh' 'pdsh-dshgroup' 'pdsh-genders' 'pdsh-machines' 'pdsh-netgroup' 'pdsh-slurm' 'peazip' 'peazip-kf5' 'peek' 'peek-lang' 'pegdown' 'pegdown-javadoc' 'pegtl-devel' 'pegtl-devel-doc' 'peksystray' 'pen' 'pencil' 'pentaho-libxml' 'pentaho-libxml-javadoc' 'pentaho-reporting-flow-engine' 'pentaho-reporting-flow-engine-javadoc' 'percona-toolkit' 'perf' 'performous' 'performous' 'performous-debuginfo' 'performous-debugsource' 'perftest' 'perl' 'perl-32bit' 'perl-Acme-Damn' 'perl-Algorithm-Annotate' 'perl-Algorithm-C3' 'perl-Algorithm-CheckDigits' 'perl-Algorithm-Combinatorics' 'perl-Algorithm-Diff' 'perl-Alien-Build' 'perl-Alien-Libxml2' 'perl-Alien-SDL' 'perl-Alien-Tidyp' 'perl-Alien-wxWidgets' 'perl-Any-Moose' 'perl-AnyEvent' 'perl-AnyEvent-HTTP' 'perl-AnyEvent-I3' 'perl-Apache-AuthCookie' 'perl-Apache-DBI' 'perl-Apache-Filter' 'perl-Apache-LogFormat-Compiler' 'perl-Apache-Session' 'perl-Apache-SessionX' 'perl-Apache2-AuthCookieDBI' 'perl-App-Ack' 'perl-App-CELL' 'perl-App-CLI' 'perl-App-Cmd' 'perl-App-Dochazka-CLI' 'perl-App-Dochazka-Common' 'perl-App-Dochazka-REST' 'perl-App-Dochazka-WWW' 'perl-App-FatPacker' 'perl-App-MFILE' 'perl-App-MFILE-WWW' 'perl-App-Nopaste' 'perl-App-Rad' 'perl-App-Rad-Plugin-MoreHelp' 'perl-App-cpanminus' 'perl-App-perlbrew' 'perl-AppConfig' 'perl-Archive-Cpio' 'perl-Archive-Extract' 'perl-Archive-Peek' 'perl-Archive-Tar-Wrapper' 'perl-Archive-Zip' 'perl-Array-Unique' 'perl-Audio-FLAC-Header' 'perl-Audio-FLAC-Header' 'perl-Audio-FLAC-Header-debugsource' 'perl-Audio-Musepack' 'perl-Audio-Musepack' 'perl-Audio-RPLD' 'perl-Audio-Scan' 'perl-Audio-Scan' 'perl-Audio-Scan-debuginfo' 'perl-Audio-Scan-debugsource' 'perl-Audio-WMA' 'perl-Audio-WMA' 'perl-Authen-DecHpwd' 'perl-Authen-Passphrase' 'perl-Authen-SASL' 'perl-Authen-SASL-Cyrus' 'perl-B-COW' 'perl-B-Debug' 'perl-B-Hooks-EndOfScope' 'perl-B-Hooks-OP-Annotation' 'perl-B-Hooks-OP-Check' 'perl-B-Hooks-OP-PPAddr' 'perl-B-Keywords' 'perl-B-Utils' 'perl-BIND-Conf_Parser' 'perl-BSD-Resource' 'perl-Benchmark-Timer' 'perl-BerkeleyDB' 'perl-Bit-Vector' 'perl-Boost-Geometry-Utils' 'perl-Bootloader' 'perl-Bootloader-YAML' 'perl-Browser-Open' 'perl-Business-ISBN' 'perl-Business-ISBN-Data' 'perl-Business-ISMN' 'perl-Business-ISSN' 'perl-CBOR-XS' 'perl-CBOR-XS' 'perl-CBOR-XS-debuginfo' 'perl-CBOR-XS-debugsource' 'perl-CDDB' 'perl-CDDB' 'perl-CDDB_get' 'perl-CGI' 'perl-CGI-Ajax' 'perl-CGI-Application' 'perl-CGI-FastTemplate' 'perl-CGI-FormBuilder' 'perl-CGI-Session' 'perl-CGI-Simple' 'perl-CHI' 'perl-CLASS' 'perl-CPAN-Changes' 'perl-CPAN-DistnameInfo' 'perl-CPAN-Meta-Check' 'perl-CPAN-Meta-Requirements' 'perl-CPAN-Mini' 'perl-CPAN-Perl-Releases' 'perl-CPAN-Uploader' 'perl-CSS-Minifier-XS' 'perl-CSS-Tiny' 'perl-Cache-Cache' 'perl-Cache-LRU' 'perl-Cache-Memcached' 'perl-Cairo' 'perl-Cairo-GObject' 'perl-Calendar-Simple' 'perl-Canary-Stability' 'perl-Capture-Tiny' 'perl-Carp-Always' 'perl-Carp-Assert' 'perl-Carp-Assert-More' 'perl-Carp-Clan' 'perl-Carton' 'perl-Catalyst-Manual' 'perl-Chart' 'perl-Class-Accessor' 'perl-Class-Accessor-Chained' 'perl-Class-Accessor-Grouped' 'perl-Class-Accessor-Lite' 'perl-Class-Adapter' 'perl-Class-Autouse' 'perl-Class-Base' 'perl-Class-C3' 'perl-Class-C3-Adopt-NEXT' 'perl-Class-C3-Componentised' 'perl-Class-C3-XS' 'perl-Class-Container' 'perl-Class-DBI' 'perl-Class-Data-Inheritable' 'perl-Class-Date' 'perl-Class-ErrorHandler' 'perl-Class-Factory-Util' 'perl-Class-ISA' 'perl-Class-Inner' 'perl-Class-Inspector' 'perl-Class-Load' 'perl-Class-Load-XS' 'perl-Class-MakeMethods' 'perl-Class-Method-Modifiers' 'perl-Class-Method-Modifiers-Fast' 'perl-Class-MethodMaker' 'perl-Class-Mix' 'perl-Class-Multimethods' 'perl-Class-ReturnValue' 'perl-Class-Singleton' 'perl-Class-Spiffy' 'perl-Class-Std' 'perl-Class-Tiny' 'perl-Class-Trigger' 'perl-Class-Unload' 'perl-Class-WhiteHole' 'perl-Class-XPath' 'perl-Class-XSAccessor' 'perl-Clone' 'perl-Clone-Choose' 'perl-Clone-PP' 'perl-Code-DRY' 'perl-CommonMark' 'perl-Compress-Bzip2' 'perl-Compress-Raw-Lzma' 'perl-Config-Any' 'perl-Config-Auto' 'perl-Config-AutoConf' 'perl-Config-Crontab' 'perl-Config-General' 'perl-Config-GitLike' 'perl-Config-Grammar' 'perl-Config-INI' 'perl-Config-IniFiles' 'perl-Config-MVP' 'perl-Config-MVP-Reader-INI' 'perl-Config-MySQL' 'perl-Config-Simple' 'perl-Config-Std' 'perl-Config-Tiny' 'perl-Const-Fast' 'perl-Context-Preserve' 'perl-Contextual-Return' 'perl-Convert-ASN1' 'perl-Convert-BER' 'perl-Convert-BinHex' 'perl-Convert-TNEF' 'perl-Convert-UUlib' 'perl-Cookie-Baker' 'perl-Cpanel-JSON-XS' 'perl-Crypt-Blowfish' 'perl-Crypt-CBC' 'perl-Crypt-DES' 'perl-Crypt-DH-GMP' 'perl-Crypt-Eksblowfish' 'perl-Crypt-MySQL' 'perl-Crypt-OpenSSL-Bignum' 'perl-Crypt-OpenSSL-Guess' 'perl-Crypt-OpenSSL-RSA' 'perl-Crypt-OpenSSL-Random' 'perl-Crypt-PasswdMD5' 'perl-Crypt-RC4' 'perl-Crypt-Rijndael' 'perl-Crypt-Rot13' 'perl-Crypt-SSLeay' 'perl-Crypt-SaltedHash' 'perl-Crypt-SmbHash' 'perl-Crypt-Twofish' 'perl-Crypt-Twofish' 'perl-Crypt-Twofish-debuginfo' 'perl-Crypt-Twofish-debugsource' 'perl-Crypt-UnixCrypt_XS' 'perl-CryptX' 'perl-Curses' 'perl-CursesWidgets' 'perl-Cwd-Guard' 'perl-DBD-CSV' 'perl-DBD-MariaDB' 'perl-DBD-ODBC' 'perl-DBD-Pg' 'perl-DBD-SQLite' 'perl-DBD-XBase' 'perl-DBD-mysql' 'perl-DBI' 'perl-DBICx-TestDatabase' 'perl-DBIx-Class' 'perl-DBIx-Class-DeploymentHandler' 'perl-DBIx-Class-DynamicDefault' 'perl-DBIx-Class-Fixtures' 'perl-DBIx-Class-InflateColumn-FS' 'perl-DBIx-Class-IntrospectableM2M' 'perl-DBIx-Class-Migration' 'perl-DBIx-Class-OptimisticLocking' 'perl-DBIx-Class-Schema-Config' 'perl-DBIx-Class-Schema-Loader' 'perl-DBIx-Class-UUIDColumns' 'perl-DBIx-Connector' 'perl-DBIx-ContextualFetch' 'perl-DBIx-Simple' 'perl-DBIx-Transaction' 'perl-DBM-Deep' 'perl-DNS-LDNS' 'perl-Daemon-Generic' 'perl-Data-Clone' 'perl-Data-Compare' 'perl-Data-Dump' 'perl-Data-Dump-Streamer' 'perl-Data-Dumper-Concise' 'perl-Data-Entropy' 'perl-Data-Float' 'perl-Data-Hexify' 'perl-Data-Hierarchy' 'perl-Data-Integer' 'perl-Data-ObjectDriver' 'perl-Data-OptList' 'perl-Data-Page' 'perl-Data-Peek' 'perl-Data-Perl' 'perl-Data-Printer' 'perl-Data-Random' 'perl-Data-Section' 'perl-Data-Section-Simple' 'perl-Data-ShowTable' 'perl-Data-Structure-Util' 'perl-Data-Tumbler' 'perl-Data-Uniqid' 'perl-Data-Util' 'perl-Data-Validate-Domain' 'perl-Data-Validate-IP' 'perl-Data-Visitor' 'perl-Date-Calc' 'perl-Date-Holidays-CZ' 'perl-Date-Manip' 'perl-Date-Simple' 'perl-Date-Tiny' 'perl-DateTime' 'perl-DateTime-Calendar-Julian' 'perl-DateTime-Calendar-Mayan' 'perl-DateTime-Format-Builder' 'perl-DateTime-Format-DateParse' 'perl-DateTime-Format-Flexible' 'perl-DateTime-Format-ISO8601' 'perl-DateTime-Format-Mail' 'perl-DateTime-Format-MySQL' 'perl-DateTime-Format-Natural' 'perl-DateTime-Format-Pg' 'perl-DateTime-Format-SQLite' 'perl-DateTime-Format-Strptime' 'perl-DateTime-Format-W3CDTF' 'perl-DateTime-Locale' 'perl-DateTime-TimeZone' 'perl-DateTime-Tiny' 'perl-Debug-Trace' 'perl-Declare-Constraints-Simple' 'perl-Devel-Caller' 'perl-Devel-CheckBin' 'perl-Devel-CheckCompiler' 'perl-Devel-CheckLib' 'perl-Devel-CheckOS' 'perl-Devel-Confess' 'perl-Devel-CoreStack' 'perl-Devel-Cover' 'perl-Devel-Cover-Report-Codecov' 'perl-Devel-Cycle' 'perl-Devel-Declare' 'perl-Devel-FindPerl' 'perl-Devel-GlobalDestruction' 'perl-Devel-GlobalPhase' 'perl-Devel-Hide' 'perl-Devel-Leak' 'perl-Devel-LexAlias' 'perl-Devel-NYTProf' 'perl-Devel-OverloadInfo' 'perl-Devel-PPPort' 'perl-Devel-PartialDump' 'perl-Devel-PatchPerl' 'perl-Devel-REPL' 'perl-Devel-StackTrace' 'perl-Devel-StackTrace-AsHTML' 'perl-Devel-Symdump' 'perl-Devel-TakeHashArgs' 'perl-Devel-Trace' 'perl-Device-SerialPort' 'perl-Device-Yeelight' 'perl-Digest-CRC' 'perl-Digest-HMAC' 'perl-Digest-JHash' 'perl-Digest-MD4' 'perl-Digest-MD5' 'perl-Digest-Perl-MD5' 'perl-Digest-SHA1' 'perl-Dist-CheckConflicts' 'perl-Dist-Zilla' 'perl-Dumbbench' 'perl-Email-Abstract' 'perl-Email-Address' 'perl-Email-Address-XS' 'perl-Email-Date-Format' 'perl-Email-Find' 'perl-Email-Find' 'perl-Email-MIME' 'perl-Email-MIME-ContentType' 'perl-Email-MIME-Encodings' 'perl-Email-MessageID' 'perl-Email-Reply' 'perl-Email-Send' 'perl-Email-Sender' 'perl-Email-Simple' 'perl-Email-Valid' 'perl-Encode' 'perl-Encode-Detect' 'perl-Encode-EUCJPASCII' 'perl-Encode-HanExtra' 'perl-Encode-JIS2K' 'perl-Encode-Locale' 'perl-Error' 'perl-Eval-Closure' 'perl-Eval-LineNumbers' 'perl-Event' 'perl-Event-ExecFlow' 'perl-Event-ExecFlow' 'perl-Event-RPC' 'perl-Event-RPC' 'perl-Exception-Base' 'perl-Exception-Class' 'perl-Expect' 'perl-Export-Attrs' 'perl-Exporter-Declare' 'perl-Exporter-Lite' 'perl-Exporter-Tidy' 'perl-Exporter-Tiny' 'perl-ExtUtils-CBuilder' 'perl-ExtUtils-CChecker' 'perl-ExtUtils-Config' 'perl-ExtUtils-CppGuess' 'perl-ExtUtils-Depends' 'perl-ExtUtils-F77' 'perl-ExtUtils-Helpers' 'perl-ExtUtils-InstallPaths' 'perl-ExtUtils-LibBuilder' 'perl-ExtUtils-MakeMaker' 'perl-ExtUtils-MakeMaker-CPANfile' 'perl-ExtUtils-Manifest' 'perl-ExtUtils-PkgConfig' 'perl-ExtUtils-Typemaps-Default' 'perl-ExtUtils-XSpp' 'perl-FFI-CheckLib' 'perl-FastCGI' 'perl-Feed-Find' 'perl-Fennec-Lite' 'perl-File-BaseDir' 'perl-File-Basename-Object' 'perl-File-Comments' 'perl-File-Copy-Recursive' 'perl-File-Copy-Recursive-Reduced' 'perl-File-DesktopEntry' 'perl-File-FcntlLock' 'perl-File-Find-Rule' 'perl-File-Find-Rule-Perl' 'perl-File-Finder' 'perl-File-Flock' 'perl-File-HomeDir' 'perl-File-LibMagic' 'perl-File-Listing' 'perl-File-MMagic' 'perl-File-Map' 'perl-File-MimeInfo' 'perl-File-Mork' 'perl-File-Next' 'perl-File-Path' 'perl-File-Path-Tiny' 'perl-File-RandomAccess' 'perl-File-ReadBackwards' 'perl-File-Remove' 'perl-File-Rsync' 'perl-File-ShareDir' 'perl-File-ShareDir-Install' 'perl-File-ShareDir-ProjectDistDir' 'perl-File-Slurp' 'perl-File-Slurp-Tiny' 'perl-File-Slurp-Unicode' 'perl-File-Slurper' 'perl-File-Sync' 'perl-File-Tail' 'perl-File-Temp' 'perl-File-Touch' 'perl-File-Type' 'perl-File-Unpack' 'perl-File-Which' 'perl-File-chdir' 'perl-File-pushd' 'perl-FileHandle-Unget' 'perl-Filesys-Df' 'perl-Filesys-Notify-Simple' 'perl-Filesys-Statvfs' 'perl-Finance-Quote' 'perl-FindBin-Real' 'perl-Font-AFM' 'perl-Font-TTF' 'perl-FreezeThaw' 'perl-Furl' 'perl-Fuse' 'perl-Future' 'perl-GD' 'perl-GD-Barcode' 'perl-GD-Graph3d' 'perl-GDGraph' 'perl-GDTextUtil' 'perl-GStreamer1' 'perl-Geo-Coordinates-UTM' 'perl-Geography-Countries' 'perl-Getopt-ArgvFile' 'perl-Getopt-Long-Descriptive' 'perl-Getopt-Tabular' 'perl-Git-Repository' 'perl-Git-Repository-Plugin-Log' 'perl-Git-Version-Compare' 'perl-Glib' 'perl-Glib-Object-Introspection' 'perl-Gnome2-Canvas' 'perl-Gnome2-VFS' 'perl-Gnome2-Wnck' 'perl-GnuPG-Interface' 'perl-GooCanvas2' 'perl-Graph' 'perl-GraphViz' 'perl-Graphics-ColorUtils' 'perl-GraphicsMagick' 'perl-Gravatar-URL' 'perl-Growl-GNTP' 'perl-Gtk2' 'perl-Gtk2-AppIndicator' 'perl-Gtk2-Ex-FormFactory' 'perl-Gtk2-Ex-FormFactory' 'perl-Gtk2-GladeXML' 'perl-Gtk2-GladeXML' 'perl-Gtk2-GladeXML-debuginfo' 'perl-Gtk2-GladeXML-debugsource' 'perl-Gtk2-ImageView' 'perl-Gtk2-Notify' 'perl-Gtk2-Notify' 'perl-Gtk2-Notify-debuginfo' 'perl-Gtk2-Notify-debugsource' 'perl-Gtk2-TrayIcon' 'perl-Gtk2-TrayIcon' 'perl-Gtk2-TrayIcon-debuginfo' 'perl-Gtk2-TrayIcon-debugsource' 'perl-Gtk2-Unique' 'perl-Gtk3' 'perl-Gtk3-SimpleList' 'perl-Guard' 'perl-HTML-Clean' 'perl-HTML-Element-Extended' 'perl-HTML-Encoding' 'perl-HTML-FillInForm' 'perl-HTML-Form' 'perl-HTML-FormHandler' 'perl-HTML-Format' 'perl-HTML-FormatText-WithLinks' 'perl-HTML-FromText' 'perl-HTML-FromText' 'perl-HTML-Parser' 'perl-HTML-RewriteAttributes' 'perl-HTML-Scrubber' 'perl-HTML-SimpleParse' 'perl-HTML-Stream' 'perl-HTML-Strip' 'perl-HTML-Strip' 'perl-HTML-Strip-debuginfo' 'perl-HTML-Strip-debugsource' 'perl-HTML-TableExtract' 'perl-HTML-Tagset' 'perl-HTML-Template' 'perl-HTML-Tidy' 'perl-HTML-TokeParser-Simple' 'perl-HTML-Tree' 'perl-HTTP-Body' 'perl-HTTP-Cache-Transparent' 'perl-HTTP-Cache-Transparent' 'perl-HTTP-Cache-Transparent-debugsource' 'perl-HTTP-Cookies' 'perl-HTTP-DAV' 'perl-HTTP-Daemon' 'perl-HTTP-Date' 'perl-HTTP-Entity-Parser' 'perl-HTTP-Headers-ActionPack' 'perl-HTTP-Headers-Fast' 'perl-HTTP-Lite' 'perl-HTTP-Message' 'perl-HTTP-MultiPartParser' 'perl-HTTP-Negotiate' 'perl-HTTP-Parser-XS' 'perl-HTTP-Request-AsCGI' 'perl-HTTP-Server-Simple' 'perl-HTTP-Thin' 'perl-HTTP-Tiny' 'perl-HTTPS-Daemon' 'perl-Hamlib' 'perl-Hash-Merge' 'perl-Hash-Merge-Simple' 'perl-Hash-MoreUtils' 'perl-Hash-MultiValue' 'perl-Hash-Util-FieldHash-Compat' 'perl-Hook-LexWrap' 'perl-IO-All' 'perl-IO-Async' 'perl-IO-CaptureOutput' 'perl-IO-Event' 'perl-IO-HTML' 'perl-IO-Handle-Util' 'perl-IO-Interactive' 'perl-IO-Interface' 'perl-IO-Multiplex' 'perl-IO-Pager' 'perl-IO-Pipely' 'perl-IO-SessionData' 'perl-IO-Socket-INET6' 'perl-IO-Socket-Multicast' 'perl-IO-Socket-PortState' 'perl-IO-Socket-SSL' 'perl-IO-Socket-Timeout' 'perl-IO-String' 'perl-IO-Stty' 'perl-IO-Tee' 'perl-IO-TieCombine' 'perl-IO-Tty' 'perl-IO-stringy' 'perl-IP-Country' 'perl-IPC-Run' 'perl-IPC-Run3' 'perl-IPC-ShareLite' 'perl-IPC-System-Simple' 'perl-IRI' 'perl-Ima-DBI' 'perl-Image-ExifTool' 'perl-Image-Info' 'perl-Image-Sane' 'perl-Image-Size' 'perl-Import-Into' 'perl-Importer' 'perl-Inline' 'perl-Inline-C' 'perl-Inline-C' 'perl-Inline-C-debugsource' 'perl-Inline-Python' 'perl-Iterator' 'perl-Iterator-Util' 'perl-JSON' 'perl-JSON-Any' 'perl-JSON-DWIW' 'perl-JSON-MaybeXS' 'perl-JSON-RPC' 'perl-JSON-Validator' 'perl-JSON-XS' 'perl-JavaScript-Minifier-XS' 'perl-LWP-MediaTypes' 'perl-LWP-Online' 'perl-LWP-Protocol-https' 'perl-Lexical-Persistence' 'perl-Lexical-SealRequireHints' 'perl-Lingua-EN-FindNumber' 'perl-Lingua-EN-Inflect' 'perl-Lingua-EN-Inflect-Number' 'perl-Lingua-EN-Inflect-Phrase' 'perl-Lingua-EN-Number-IsOrdinal' 'perl-Lingua-EN-Numbers-Ordinate' 'perl-Lingua-EN-Numbers-Ordinate' 'perl-Lingua-EN-Numbers-Ordinate-debugsource' 'perl-Lingua-EN-Sentence' 'perl-Lingua-EN-Tagger' 'perl-Lingua-EN-Words2Nums' 'perl-Lingua-PT-Stemmer' 'perl-Lingua-Preferred' 'perl-Lingua-Preferred' 'perl-Lingua-Preferred-debugsource' 'perl-Lingua-Stem' 'perl-Lingua-Stem-Fr' 'perl-Lingua-Stem-It' 'perl-Lingua-Stem-Ru' 'perl-Lingua-Stem-Snowball' 'perl-Lingua-Stem-Snowball-Da' 'perl-Lingua-Translit' 'perl-Linux-DesktopFiles' 'perl-Linux-Inotify2' 'perl-Linux-Pid' 'perl-List-AllUtils' 'perl-List-BinarySearch' 'perl-List-BinarySearch-XS' 'perl-List-MoreUtils' 'perl-List-MoreUtils-XS' 'perl-List-SomeUtils' 'perl-List-SomeUtils-XS' 'perl-List-UtilsBy' 'perl-Locale-Maketext-Gettext' 'perl-Locale-Maketext-Lexicon' 'perl-Locale-Msgfmt' 'perl-Locale-US' 'perl-LockFile-Simple' 'perl-Log-Any' 'perl-Log-Contextual' 'perl-Log-Dispatch' 'perl-Log-Dispatch-Array' 'perl-Log-Dispatch-Config' 'perl-Log-Dispatch-FileRotate' 'perl-Log-Dispatchouli' 'perl-Log-Log4perl' 'perl-Log-Message' 'perl-Log-Message-Simple' 'perl-Log-TraceMessages' 'perl-Log-TraceMessages' 'perl-Log-TraceMessages-debugsource' 'perl-MCE' 'perl-MIME-Charset' 'perl-MIME-EncWords' 'perl-MIME-Lite' 'perl-MIME-Types' 'perl-MIME-tools' 'perl-MLDBM' 'perl-MLDBM-Sync' 'perl-MP3-Info' 'perl-MP3-Info' 'perl-MP3-Tag' 'perl-MP3-Tag' 'perl-MP4-Info' 'perl-MP4-Info' 'perl-MRO-Compat' 'perl-Mac-PropertyList' 'perl-Mail-DKIM' 'perl-Mail-IMAPClient' 'perl-Mail-Mbox-MessageParser' 'perl-Mail-SPF' 'perl-Mail-SPF-Test' 'perl-Mail-Sender' 'perl-Mail-Sendmail' 'perl-Mail-SpamAssassin' 'perl-Mail-SpamAssassin-Plugin-iXhash2' 'perl-MailTools' 'perl-Mason' 'perl-Math-Base-Convert' 'perl-Math-BigInt' 'perl-Math-BigInt-GMP' 'perl-Math-Calc-Units' 'perl-Math-Clipper' 'perl-Math-ConvexHull' 'perl-Math-ConvexHull-MonotoneChain' 'perl-Math-Geometry-Voronoi' 'perl-Math-Int64' 'perl-Math-Libm' 'perl-Math-PlanePath' 'perl-Math-Random-ISAAC' 'perl-Math-Round' 'perl-Memoize-ExpireLRU' 'perl-Meta-Builder' 'perl-Method-Signatures' 'perl-Method-Signatures-Simple' 'perl-Minion' 'perl-Minion-Backend-SQLite' 'perl-Mixin-Linewise' 'perl-Mo' 'perl-Mock-Config' 'perl-Mock-Quick' 'perl-Modern-Perl' 'perl-Module-Build' 'perl-Module-Build-Deprecated' 'perl-Module-Build-Tiny' 'perl-Module-Build-WithXSpp' 'perl-Module-Build-XSUtil' 'perl-Module-CPANfile' 'perl-Module-Depends' 'perl-Module-Find' 'perl-Module-Implementation' 'perl-Module-Info' 'perl-Module-Install' 'perl-Module-Install-AuthorTests' 'perl-Module-Install-ExtraTests' 'perl-Module-Load-Conditional' 'perl-Module-Metadata' 'perl-Module-Path' 'perl-Module-Pluggable' 'perl-Module-Reader' 'perl-Module-Refresh' 'perl-Module-Runtime' 'perl-Module-Runtime-Conflicts' 'perl-Module-ScanDeps' 'perl-Module-Signature' 'perl-Module-Starter' 'perl-Module-Util' 'perl-Mojo-DOM58' 'perl-Mojo-IOLoop-ReadWriteProcess' 'perl-Mojo-Log-Colored' 'perl-Mojo-Pg' 'perl-Mojo-RabbitMQ-Client' 'perl-Mojo-Redis' 'perl-Mojo-SQLite' 'perl-Mojolicious' 'perl-Mojolicious-Plugin-AssetPack' 'perl-Mojolicious-Plugin-CHI' 'perl-Mojolicious-Plugin-NYTProf' 'perl-Mojolicious-Plugin-OAuth2' 'perl-Mojolicious-Plugin-RenderFile' 'perl-Mojolicious-Plugin-Status' 'perl-Mojolicious-Plugin-Webpack' 'perl-Monitoring-Plugin' 'perl-Moo' 'perl-MooX-Attribute-ENV' 'perl-MooX-HandlesVia' 'perl-MooX-Locale-Passthrough' 'perl-MooX-Options' 'perl-MooX-Traits' 'perl-MooX-Types-MooseLike' 'perl-MooX-Types-MooseLike-Numeric' 'perl-MooX-late' 'perl-Moose' 'perl-Moose-Autobox' 'perl-MooseX-Aliases' 'perl-MooseX-App-Cmd' 'perl-MooseX-ArrayRef' 'perl-MooseX-Attribute-ENV' 'perl-MooseX-AttributeHelpers' 'perl-MooseX-AuthorizedMethods' 'perl-MooseX-ClassAttribute' 'perl-MooseX-Clone' 'perl-MooseX-ConfigFromFile' 'perl-MooseX-Daemonize' 'perl-MooseX-Declare' 'perl-MooseX-Getopt' 'perl-MooseX-GlobRef' 'perl-MooseX-Has-Options' 'perl-MooseX-HasDefaults' 'perl-MooseX-InsideOut' 'perl-MooseX-Iterator' 'perl-MooseX-LazyLogDispatch' 'perl-MooseX-LazyRequire' 'perl-MooseX-Log-Log4perl' 'perl-MooseX-LogDispatch' 'perl-MooseX-MarkAsMethods' 'perl-MooseX-Meta-TypeConstraint-ForceCoercion' 'perl-MooseX-Method-Signatures' 'perl-MooseX-MultiInitArg' 'perl-MooseX-NonMoose' 'perl-MooseX-Object-Pluggable' 'perl-MooseX-OneArgNew' 'perl-MooseX-POE' 'perl-MooseX-Param' 'perl-MooseX-Params-Validate' 'perl-MooseX-Role-Cmd' 'perl-MooseX-Role-Parameterized' 'perl-MooseX-Role-TraitConstructor' 'perl-MooseX-Role-WithOverloading' 'perl-MooseX-SemiAffordanceAccessor' 'perl-MooseX-SetOnce' 'perl-MooseX-SimpleConfig' 'perl-MooseX-Singleton' 'perl-MooseX-Storage' 'perl-MooseX-StrictConstructor' 'perl-MooseX-Traits' 'perl-MooseX-TransactionalMethods' 'perl-MooseX-Types' 'perl-MooseX-Types-Common' 'perl-MooseX-Types-DateTime' 'perl-MooseX-Types-LoadableClass' 'perl-MooseX-Types-Path-Class' 'perl-MooseX-Types-Path-Tiny' 'perl-MooseX-Types-Perl' 'perl-MooseX-Types-Set-Object' 'perl-MooseX-Types-Stringlike' 'perl-MooseX-Types-Structured' 'perl-MooseX-Workers' 'perl-Mouse' 'perl-MouseX-ConfigFromFile' 'perl-MouseX-SimpleConfig' 'perl-MouseX-Types' 'perl-MouseX-Types-Path-Class' 'perl-Mozilla-LDAP' 'perl-MusicBrainz-DiscID' 'perl-NKF' 'perl-Nagios-Plugin' 'perl-Net-AMQP' 'perl-Net-AMQP-RabbitMQ' 'perl-Net-CIDR' 'perl-Net-CIDR-Lite' 'perl-Net-CIDR-Set' 'perl-Net-DBus' 'perl-Net-DBus-GLib' 'perl-Net-DBus-GLib' 'perl-Net-DBus-GLib-debuginfo' 'perl-Net-DBus-GLib-debugsource' 'perl-Net-DNS' 'perl-Net-DNS-Resolver-Mock' 'perl-Net-DNS-Resolver-Programmable' 'perl-Net-Daemon' 'perl-Net-Domain-TLD' 'perl-Net-Dropbox-API' 'perl-Net-HTTP' 'perl-Net-HTTPServer' 'perl-Net-IDN-Encode' 'perl-Net-IDN-Nameprep' 'perl-Net-INET6Glue' 'perl-Net-IP' 'perl-Net-IPv4Addr' 'perl-Net-Ident' 'perl-Net-Jabber' 'perl-Net-LibIDN' 'perl-Net-Libproxy' 'perl-Net-Netmask' 'perl-Net-OAuth' 'perl-Net-OpenID-Common' 'perl-Net-OpenID-Consumer' 'perl-Net-OpenStack-Compute' 'perl-Net-Oping' 'perl-Net-Patricia' 'perl-Net-Pcap' 'perl-Net-SMTP-SSL' 'perl-Net-SNMP' 'perl-Net-SSH2' 'perl-Net-SSLGlue' 'perl-Net-SSLeay' 'perl-Net-Server' 'perl-Net-TFTP' 'perl-Net-Telnet' 'perl-Net-Twitter' 'perl-Net-UPnP' 'perl-Net-UPnP' 'perl-Net-Whois-RIPE' 'perl-Net-Whois-Raw' 'perl-Net-XMPP' 'perl-NetAddr-IP' 'perl-NetPacket' 'perl-NetxAP' 'perl-Number-Compare' 'perl-Number-Format' 'perl-Number-WithError' 'perl-OLE-Storage_Lite' 'perl-OSSP-uuid' 'perl-Object-Pluggable' 'perl-Object-Signature' 'perl-Ogg-Vorbis-Header' 'perl-Ogg-Vorbis-Header' 'perl-Ogg-Vorbis-Header-PurePerl' 'perl-Ogg-Vorbis-Header-PurePerl' 'perl-Ogg-Vorbis-Header-debuginfo' 'perl-Ogg-Vorbis-Header-debugsource' 'perl-OpenGL' 'perl-PAR' 'perl-PAR-Dist' 'perl-PAR-Packer' 'perl-PCP-LogImport' 'perl-PCP-LogSummary' 'perl-PCP-MMV' 'perl-PCP-PMDA' 'perl-PDA-Pilot' 'perl-PDF-API2' 'perl-PHP-Serialization' 'perl-POE' 'perl-POE-Test-Loops' 'perl-POSIX-strftime-Compiler' 'perl-PPI' 'perl-PPIx-QuoteLike' 'perl-PPIx-Regexp' 'perl-PPIx-Utilities' 'perl-Package-DeprecationManager' 'perl-Package-Generator' 'perl-Package-Stash' 'perl-Package-Stash-XS' 'perl-Package-Variant' 'perl-PadWalker' 'perl-Pango' 'perl-Parallel-ForkManager' 'perl-Parallel-ForkManager' 'perl-Params-Classify' 'perl-Params-Coerce' 'perl-Params-Util' 'perl-Params-Validate' 'perl-Params-ValidationCompiler' 'perl-Parse-CPAN-Packages' 'perl-Parse-Method-Signatures' 'perl-Parse-PMFile' 'perl-Parse-RecDescent' 'perl-Parse-Win32Registry' 'perl-Parse-Yapp' 'perl-PatchReader' 'perl-Path-Class' 'perl-Path-FindDev' 'perl-Path-IsDev' 'perl-Path-Router' 'perl-Path-Tiny' 'perl-PathTools' 'perl-Pegex' 'perl-Pegex' 'perl-Perl-Critic' 'perl-Perl-Critic-Freenode' 'perl-Perl-Critic-Policy-Variables-ProhibitLoopOnHash' 'perl-Perl-Critic-Pulp' 'perl-Perl-PrereqScanner' 'perl-Perl-Tidy' 'perl-Perl-Version' 'perl-Perl6-Junction' 'perl-PerlIO-Layers' 'perl-PerlIO-gzip' 'perl-PerlIO-locale' 'perl-PerlIO-utf8_strict' 'perl-PerlIO-via-Timeout' 'perl-PerlIO-via-dynamic' 'perl-PerlMagick' 'perl-Plack' 'perl-Plack-Middleware-LogErrors' 'perl-Plack-Middleware-Session' 'perl-Pod-Coverage' 'perl-Pod-Coverage-Moose' 'perl-Pod-Coverage-TrustPod' 'perl-Pod-Eventual' 'perl-Pod-HtmlPsPdf' 'perl-Pod-Markdown' 'perl-Pod-MinimumVersion' 'perl-Pod-POM' 'perl-Pod-Readme' 'perl-Pod-Spell' 'perl-Pod-Usage' 'perl-PostScript-Simple' 'perl-Prima' 'perl-Probe-Perl' 'perl-Proc-Fork' 'perl-Proc-ProcessTable' 'perl-Proc-Simple' 'perl-Protocol-Redis' 'perl-Protocol-Redis-Faster' 'perl-Protocol-WebSocket' 'perl-Quantum-Superpositions' 'perl-RDF-Trine' 'perl-RPC-XML' 'perl-RPM-Header-PurePerl' 'perl-RPM2' 'perl-Readonly' 'perl-Readonly-XS' 'perl-Redis' 'perl-Regexp-Assemble' 'perl-Regexp-Common' 'perl-Regexp-IPv6' 'perl-Regexp-Shellish' 'perl-Return-Value' 'perl-Role-HasMessage' 'perl-Role-Identifiable' 'perl-Role-Tiny' 'perl-Rose-Object' 'perl-Router-Simple' 'perl-SDL' 'perl-SGML-Parser-OpenSP' 'perl-SGMLS' 'perl-SNMP' 'perl-SOAP-Lite' 'perl-SQL-Abstract' 'perl-SQL-Abstract-Classic' 'perl-SQL-ReservedWords' 'perl-SQL-SplitStatement' 'perl-SQL-Statement' 'perl-SQL-Tokenizer' 'perl-SQL-Translator' 'perl-SUPER' 'perl-SVG' 'perl-SVN-Simple' 'perl-Safe-Isa' 'perl-Scalar-List-Utils' 'perl-Scalar-String' 'perl-Scope-Guard' 'perl-Scope-Upper' 'perl-Selenium-Remote-Driver' 'perl-Sereal' 'perl-Sereal-Decoder' 'perl-Sereal-Encoder' 'perl-Set-Crontab' 'perl-Set-IntSpan' 'perl-Set-Object' 'perl-Set-Scalar' 'perl-Smart-Comments' 'perl-Snowball-Norwegian' 'perl-Snowball-Swedish' 'perl-Socket-MsgHdr' 'perl-Socket6' 'perl-Software-License' 'perl-Sort-Key' 'perl-Sort-Naturally' 'perl-Sort-Versions' 'perl-Specio' 'perl-Spiffy' 'perl-Spooky-Patterns-XS' 'perl-Spreadsheet-ParseExcel' 'perl-Spreadsheet-ParseXLSX' 'perl-Spreadsheet-Read' 'perl-Spreadsheet-ReadSXC' 'perl-Spreadsheet-XLSX' 'perl-Starman' 'perl-Statistics-CaseResampling' 'perl-Statistics-Descriptive' 'perl-Stream-Buffered' 'perl-String-Approx' 'perl-String-CRC32' 'perl-String-CamelCase' 'perl-String-Errf' 'perl-String-Escape' 'perl-String-Flogger' 'perl-String-Format' 'perl-String-Formatter' 'perl-String-RewritePrefix' 'perl-String-ShellQuote' 'perl-String-ToIdentifier-EN' 'perl-String-Truncate' 'perl-Struct-Dumb' 'perl-Sub-Delete' 'perl-Sub-Exporter' 'perl-Sub-Exporter-ForMethods' 'perl-Sub-Exporter-GlobExporter' 'perl-Sub-Exporter-Progressive' 'perl-Sub-Identify' 'perl-Sub-Info' 'perl-Sub-Install' 'perl-Sub-Name' 'perl-Sub-Override' 'perl-Sub-Quote' 'perl-Sub-Retry' 'perl-Sub-Spec' 'perl-Sub-Uplevel' 'perl-Switch' 'perl-Symbol-Table' 'perl-Symbol-Util' 'perl-Syntax-Keyword-Junction' 'perl-Syntax-Keyword-Try' 'perl-Sys-CPU' 'perl-Sys-Guestfs' 'perl-Sys-Hostname-Long' 'perl-Sys-LoadAvg' 'perl-Sys-SigAction' 'perl-Sys-Virt' 'perl-Sysadm-Install' 'perl-System-Command' 'perl-TAP-Harness-JUnit' 'perl-Task-Kensho-Async' 'perl-Task-Kensho-CLI' 'perl-Task-Kensho-Config' 'perl-Task-Kensho-Dates' 'perl-Task-Kensho-Exceptions' 'perl-Task-Kensho-ModuleDev' 'perl-Task-Kensho-OOP' 'perl-Task-Kensho-Scalability' 'perl-Task-Kensho-Testing' 'perl-Task-Kensho-XML' 'perl-Task-Moose' 'perl-Task-Weaken' 'perl-Template-GD' 'perl-Template-Toolkit' 'perl-Term-Encoding' 'perl-Term-ProgressBar' 'perl-Term-ReadKey' 'perl-Term-ReadLine-Gnu' 'perl-Term-ReadPassword' 'perl-Term-Table' 'perl-Term-UI' 'perl-Test-Assert' 'perl-Test-Base' 'perl-Test-CChecker' 'perl-Test-CPAN-Meta' 'perl-Test-CheckChanges' 'perl-Test-CheckDeps' 'perl-Test-CheckManifest' 'perl-Test-Class' 'perl-Test-Class-Most' 'perl-Test-ClassAPI' 'perl-Test-CleanNamespaces' 'perl-Test-Command' 'perl-Test-Compile' 'perl-Test-Deep' 'perl-Test-Deep-Type' 'perl-Test-Differences' 'perl-Test-Directory' 'perl-Test-EOL' 'perl-Test-Exception' 'perl-Test-Exception-LessClever' 'perl-Test-FailWarnings' 'perl-Test-Fatal' 'perl-Test-File' 'perl-Test-File-Contents' 'perl-Test-File-ShareDir' 'perl-Test-HasVersion' 'perl-Test-Identity' 'perl-Test-InDistDir' 'perl-Test-Inter' 'perl-Test-JSON' 'perl-Test-Kit' 'perl-Test-LWP-UserAgent' 'perl-Test-LeakTrace' 'perl-Test-LectroTest' 'perl-Test-LongString' 'perl-Test-Manifest' 'perl-Test-Memory-Cycle' 'perl-Test-Mock-Guard' 'perl-Test-Mock-LWP' 'perl-Test-Mock-Time' 'perl-Test-MockModule' 'perl-Test-MockObject' 'perl-Test-MockRandom' 'perl-Test-MockTime' 'perl-Test-Mojo-Pg' 'perl-Test-More-UTF8' 'perl-Test-Most' 'perl-Test-Needs' 'perl-Test-NoTabs' 'perl-Test-NoWarnings' 'perl-Test-Number-Delta' 'perl-Test-Object' 'perl-Test-Output' 'perl-Test-Perl-Critic' 'perl-Test-PerlTidy' 'perl-Test-Pod' 'perl-Test-Pod-Coverage' 'perl-Test-Refcount' 'perl-Test-Requires' 'perl-Test-Requires-Git' 'perl-Test-RequiresInternet' 'perl-Test-Script' 'perl-Test-SharedFork' 'perl-Test-Signature' 'perl-Test-Signature' 'perl-Test-Simple' 'perl-Test-Spec' 'perl-Test-Spelling' 'perl-Test-Strict' 'perl-Test-SubCalls' 'perl-Test-Synopsis' 'perl-Test-TCP' 'perl-Test-Taint' 'perl-Test-TempDir-Tiny' 'perl-Test-Time' 'perl-Test-Trap' 'perl-Test-Unit-Lite' 'perl-Test-UseAllModules' 'perl-Test-WWW-Mechanize' 'perl-Test-WWW-Selenium' 'perl-Test-Warn' 'perl-Test-Warnings' 'perl-Test-Without-Module' 'perl-Test-WriteVariants' 'perl-Test-YAML' 'perl-Test-YAML-Valid' 'perl-Test-utf8' 'perl-Test2-Plugin-NoWarnings' 'perl-Test2-Suite' 'perl-Text-Aligner' 'perl-Text-Autoformat' 'perl-Text-BibTeX' 'perl-Text-BibTeX-devel' 'perl-Text-Brew' 'perl-Text-CSV' 'perl-Text-CSV_XS' 'perl-Text-Capitalize' 'perl-Text-ChaSen' 'perl-Text-CharWidth' 'perl-Text-DelimMatch' 'perl-Text-Diff' 'perl-Text-German' 'perl-Text-Glob' 'perl-Text-Hunspell' 'perl-Text-Iconv' 'perl-Text-Kakasi' 'perl-Text-Markdown' 'perl-Text-Patch' 'perl-Text-RecordParser' 'perl-Text-Reform' 'perl-Text-Roman' 'perl-Text-Soundex' 'perl-Text-SpellChecker' 'perl-Text-Sprintf-Named' 'perl-Text-Table' 'perl-Text-TabularDisplay' 'perl-Text-Template' 'perl-Text-Unidecode' 'perl-Text-WrapI18N' 'perl-Text-Wrapper' 'perl-TheSchwartz' 'perl-Throwable' 'perl-Tie-Cache' 'perl-Tie-Cycle' 'perl-Tie-Hash-DBD' 'perl-Tie-Hash-Method' 'perl-Tie-IxHash' 'perl-Tie-RefHash-Weak' 'perl-Tie-Simple' 'perl-Tie-ToObject' 'perl-Time-Clock' 'perl-Time-Duration' 'perl-Time-Duration-Parse' 'perl-Time-Local' 'perl-Time-Mock' 'perl-Time-Moment' 'perl-Time-Out' 'perl-Time-Period' 'perl-Time-Tiny' 'perl-Time-modules' 'perl-TimeDate' 'perl-Tk' 'perl-Tk-Clock' 'perl-Tk-FontDialog' 'perl-Tk-FontDialog' 'perl-Tk-devel' 'perl-Tree-DAG_Node' 'perl-Try-Tiny' 'perl-TryCatch' 'perl-Type-Tiny' 'perl-Types-Serialiser' 'perl-UNIVERSAL-can' 'perl-UNIVERSAL-isa' 'perl-UNIVERSAL-moniker' 'perl-UNIVERSAL-require' 'perl-URI' 'perl-URI-Fetch' 'perl-URI-Find' 'perl-URI-Nested' 'perl-URI-Template' 'perl-URI-db' 'perl-Unicode-Collate' 'perl-Unicode-LineBreak' 'perl-Unicode-Map' 'perl-Unicode-Map8' 'perl-Unicode-Normalize' 'perl-Unicode-String' 'perl-Unicode-Stringprep' 'perl-Unix-Syslog' 'perl-Variable-Magic' 'perl-Verilog-Perl' 'perl-WWW-Form-UrlEncoded' 'perl-WWW-Mechanize' 'perl-WWW-PAUSE-CleanUpHomeDir' 'perl-WWW-Pastebin-PastebinCom-Create' 'perl-WWW-RobotRules' 'perl-WWW-Shorten' 'perl-Want' 'perl-WeakRef' 'perl-Web-MREST' 'perl-Web-MREST-CLI' 'perl-Web-Machine' 'perl-WebService-MusicBrainz' 'perl-Win-Hivex' 'perl-Wx' 'perl-X11-Protocol' 'perl-X11-Protocol-Other' 'perl-X500-DN' 'perl-XML-Atom' 'perl-XML-Atom-SimpleFeed' 'perl-XML-Bare' 'perl-XML-CommonNS' 'perl-XML-DOM' 'perl-XML-DOM-XPath' 'perl-XML-Dumper' 'perl-XML-Entities' 'perl-XML-Feed' 'perl-XML-Filter-BufferText' 'perl-XML-Generator-PerlData' 'perl-XML-Handler-YAWriter' 'perl-XML-LibXML' 'perl-XML-LibXML-PrettyPrint' 'perl-XML-LibXML-Simple' 'perl-XML-LibXSLT' 'perl-XML-Namespace' 'perl-XML-NamespaceFactory' 'perl-XML-NamespaceSupport' 'perl-XML-NodeFilter' 'perl-XML-Parser' 'perl-XML-Parser-Lite' 'perl-XML-RSS' 'perl-XML-RSS-LibXML' 'perl-XML-RSS-LibXML' 'perl-XML-RegExp' 'perl-XML-SAX' 'perl-XML-SAX-Base' 'perl-XML-SAX-Expat' 'perl-XML-SAX-ExpatXS' 'perl-XML-SAX-Writer' 'perl-XML-SemanticDiff' 'perl-XML-Simple' 'perl-XML-SimpleObject-LibXML' 'perl-XML-Stream' 'perl-XML-Structured' 'perl-XML-Twig' 'perl-XML-Writer' 'perl-XML-Writer-String' 'perl-XML-XPath' 'perl-XML-XPathEngine' 'perl-XML-XSLT' 'perl-XMLRPC-Lite' 'perl-XSLoader' 'perl-XXX' 'perl-XXX' 'perl-YAML' 'perl-YAML-LibYAML' 'perl-YAML-LibYAML-API' 'perl-YAML-PP' 'perl-YAML-PP-LibYAML' 'perl-YAML-Syck' 'perl-YAML-Tiny' 'perl-aliased' 'perl-apparmor' 'perl-asa' 'perl-autobox' 'perl-autovivification' 'perl-bareword-filehandles' 'perl-base' 'perl-base-32bit' 'perl-biber' 'perl-boolean' 'perl-checkbot' 'perl-common-sense' 'perl-constant-boolean' 'perl-constant-defer' 'perl-curry' 'perl-doc' 'perl-experimental' 'perl-forks' 'perl-gdal' 'perl-genders' 'perl-gettext' 'perl-homedir' 'perl-indirect' 'perl-ldap' 'perl-libconfigfile' 'perl-libintl-perl' 'perl-libprelude' 'perl-libwww-perl' 'perl-libxml-perl' 'perl-local-lib' 'perl-marisa' 'perl-mousex-getopt' 'perl-multidimensional' 'perl-mythtv' 'perl-namespace-autoclean' 'perl-namespace-clean' 'perl-obexftp' 'perl-pcsc' 'perl-prefork' 'perl-razor-agents' 'perl-rrdtool' 'perl-slurm' 'perl-solv' 'perl-strictures' 'perl-subunit' 'perl-syntax' 'perl-thrift' 'perl-version' 'perl-warewulf-cluster' 'perl-warewulf-common' 'perl-warewulf-ipmi' 'perl-warewulf-provision' 'perl-warewulf-provision-server' 'perl-xfconf' 'perl-xmltv' 'perl-yui' 'perlref' 'permissions' 'permissions-config' 'permissions-doc' 'permissions-zypp-plugin' 'permlib-devel' 'perseus-sdr-tools' 'pesign' 'pesign-obs-integration' 'petsc-devel' 'petsc-doc' 'petsc-gnu-mpich-hpc-devel' 'petsc-gnu-mvapich2-hpc-devel' 'petsc-gnu-openmpi1-hpc-devel' 'petsc-gnu-openmpi2-hpc-devel' 'petsc-gnu-openmpi3-hpc-devel' 'petsc-openmpi1-devel' 'petsc-openmpi2-devel' 'petsc-openmpi3-devel' 'petsc_3_12_2-gnu-mpich-hpc-devel' 'petsc_3_12_2-gnu-mpich-hpc-saws' 'petsc_3_12_2-gnu-mvapich2-hpc-devel' 'petsc_3_12_2-gnu-mvapich2-hpc-saws' 'petsc_3_12_2-gnu-openmpi1-hpc-devel' 'petsc_3_12_2-gnu-openmpi1-hpc-saws' 'petsc_3_12_2-gnu-openmpi2-hpc-devel' 'petsc_3_12_2-gnu-openmpi2-hpc-saws' 'petsc_3_12_2-gnu-openmpi3-hpc-devel' 'petsc_3_12_2-gnu-openmpi3-hpc-saws' 'pfscalibration' 'pfsglview' 'pfstmo' 'pfstools' 'pfstools-devel' 'pfstools-exr' 'pfstools-imgmagick' 'pfstools-octave' 'pfsview' 'pg_comparator' 'pgaccess' 'pgadmin4' 'pgadmin4-doc' 'pgadmin4-web' 'pgadmin4-web-uwsgi' 'pgloader' 'pgn-extract' 'phalanx' 'phd2' 'phd2-lang' 'phetsarath-fonts' 'phobos-devel' 'phobos-devel-static' 'phodav-devel' 'phonon4qt5-backend-gstreamer' 'phonon4qt5-backend-gstreamer-lang' 'phonon4qt5-backend-vlc' 'phonon4qt5-backend-vlc-lang' 'phonon4qt5-devel' 'phonon4qt5-devel-32bit' 'phonon4qt5-lang' 'phononsettings' 'phononsettings-lang' 'phoronix-test-suite' 'photoqt' 'photorec' 'php-Icinga' 'php-composer' 'php-cs-fixer' 'php-mapi' 'php-mythtv' 'php-pear-Auth_SASL' 'php-pear-MDB2' 'php-pear-MDB2_Driver_mysqli' 'php-pear-Mail_Mime' 'php-pear-Net_IDNA2' 'php-pear-Net_LDAP2' 'php-pear-Net_SMTP' 'php-pear-Net_Sieve' 'php-pear-Net_Socket' 'php-pear-XML_Parser' 'php7' 'php7-APCu' 'php7-bcmath' 'php7-bz2' 'php7-calendar' 'php7-ctype' 'php7-curl' 'php7-dba' 'php7-devel' 'php7-dom' 'php7-embed' 'php7-enchant' 'php7-exif' 'php7-fastcgi' 'php7-fileinfo' 'php7-firebird' 'php7-fpm' 'php7-ftp' 'php7-gd' 'php7-gettext' 'php7-gmagick' 'php7-gmp' 'php7-ice' 'php7-iconv' 'php7-imagick' 'php7-intl' 'php7-json' 'php7-ldap' 'php7-lzf' 'php7-maxminddb' 'php7-mbstring' 'php7-memcached' 'php7-mysql' 'php7-odbc' 'php7-opcache' 'php7-openssl' 'php7-pcntl' 'php7-pdo' 'php7-pear' 'php7-pecl' 'php7-pgsql' 'php7-phalcon' 'php7-phar' 'php7-phpunit8' 'php7-posix' 'php7-readline' 'php7-redis' 'php7-shmop' 'php7-smbclient' 'php7-snmp' 'php7-soap' 'php7-sockets' 'php7-sodium' 'php7-sqlite' 'php7-sysvmsg' 'php7-sysvsem' 'php7-sysvshm' 'php7-test' 'php7-tidy' 'php7-tokenizer' 'php7-uuid' 'php7-xdebug' 'php7-xmlreader' 'php7-xmlrpc' 'php7-xmlwriter' 'php7-xsl' 'php7-zip' 'php7-zlib' 'phpMyAdmin' 'phpPgAdmin' 'physlock' 'pia' 'pianobar' 'picard' 'picard-lang' 'picmi' 'picmi-lang' 'pico' 'picocli' 'picocli-javadoc' 'picocom' 'picojson-devel' 'picom' 'pidentd' 'pidgin' 'pidgin-devel' 'pidgin-plugin-advanced-sound-notification' 'pidgin-plugin-advanced-sound-notification-lang' 'pidgin-plugin-birthday-reminder' 'pidgin-plugin-birthday-reminder-lang' 'pidgin-plugin-guifications' 'pidgin-plugin-guifications-lang' 'pidgin-plugin-indicator' 'pidgin-plugin-indicator-lang' 'pidgin-plugin-libnotify' 'pidgin-plugin-libnotify-lang' 'pidgin-plugin-libsteam' 'pidgin-plugin-mattermost' 'pidgin-plugin-mrim' 'pidgin-plugin-otr' 'pidgin-plugin-otr-lang' 'pidgin-plugin-pack' 'pidgin-plugin-pack-extras' 'pidgin-plugin-privacy-please' 'pidgin-plugin-privacy-please-lang' 'pidgin-plugin-prpltwtr' 'pidgin-plugin-rocketchat' 'pidgin-plugin-sipe' 'pidgin-plugin-skypeweb' 'pidgin-plugin-telegram' 'pidgin-plugin-xmpp-receipts' 'piglit' 'pigz' 'pijul' 'pijul-bash-completion' 'pijul-fish-completion' 'pijul-zsh-completion' 'pilot' 'pilot-link' 'pim-data-exporter' 'pim-data-exporter-lang' 'pim-sieve-editor' 'pim-sieve-editor-lang' 'pimcommon' 'pimcommon-devel' 'pimcommon-lang' 'pin' 'pinentry' 'pinentry-emacs' 'pinentry-fltk' 'pinentry-gnome3' 'pinentry-gtk2' 'pinentry-qt5' 'pinfo' 'pingtunnel' 'pingus' 'pink-pony' 'pink-pony-data' 'pinpoint' 'pinta' 'pinta-lang' 'pipenightdreams' 'piper' 'pipewire' 'pipewire-devel' 'pipewire-doc' 'pipewire-libjack-0_3' 'pipewire-libpulse-0_3' 'pipewire-modules' 'pipewire-spa-plugins-0_2' 'pipewire-spa-tools' 'pipewire-tools' 'pipewire0_2-compat' 'pithos' 'pitivi' 'pitivi-lang' 'pix' 'pix-devel' 'pix-lang' 'pixd' 'pixmap' 'pixz' 'pkTriggerCord' 'pkcs11-helper' 'pkcs11-helper-devel' 'pkg2zip' 'pkg2zip' 'pkg2zip-debugsource' 'pkgconf' 'pkgconf-m4' 'pkgconf-pkg-config' 'pkgdiff' 'pkipplib' 'planets' 'planets' 'plank' 'plank-devel' 'plank-docklets' 'plank-lang' 'plank-metatheme-elementary' 'plank-theme-adapta' 'plank-theme-elementary' 'plank-theme-plata' 'plantuml' 'plasma-applet-weather-widget' 'plasma-applet-weather-widget' 'plasma-applet-weather-widget-debuginfo' 'plasma-applet-weather-widget-debugsource' 'plasma-applet-weather-widget-lang' 'plasma-browser-integration' 'plasma-browser-integration-lang' 'plasma-framework' 'plasma-framework-32bit' 'plasma-framework-components' 'plasma-framework-components-32bit' 'plasma-framework-devel' 'plasma-framework-devel-32bit' 'plasma-framework-lang' 'plasma-mycroft' 'plasma-nm5' 'plasma-nm5-fortisslvpn' 'plasma-nm5-iodine' 'plasma-nm5-l2tp' 'plasma-nm5-lang' 'plasma-nm5-openconnect' 'plasma-nm5-openswan' 'plasma-nm5-openvpn' 'plasma-nm5-pptp' 'plasma-nm5-ssh' 'plasma-nm5-sstp' 'plasma-nm5-strongswan' 'plasma-nm5-vpnc' 'plasma-pass' 'plasma-pass' 'plasma-pass-debuginfo' 'plasma-pass-debugsource' 'plasma-pass-lang' 'plasma-vault' 'plasma-vault-backend-cryfs' 'plasma-vault-backend-encfs' 'plasma-vault-lang' 'plasma-wayland-protocols' 'plasma5-addons' 'plasma5-addons-devel' 'plasma5-addons-lang' 'plasma5-applet-suse-prime' 'plasma5-applet-suse-prime' 'plasma5-defaults-openSUSE' 'plasma5-desktop' 'plasma5-desktop-emojier' 'plasma5-desktop-lang' 'plasma5-integration-plugin' 'plasma5-integration-plugin-lang' 'plasma5-nano' 'plasma5-nano-lang' 'plasma5-pa' 'plasma5-pa-lang' 'plasma5-pk-updates' 'plasma5-pk-updates-lang' 'plasma5-radiotray' 'plasma5-radiotray' 'plasma5-radiotray-debuginfo' 'plasma5-radiotray-debugsource' 'plasma5-radiotray-lang' 'plasma5-sdk' 'plasma5-sdk-lang' 'plasma5-session' 'plasma5-session-wayland' 'plasma5-theme-openSUSE' 'plasma5-thunderbolt' 'plasma5-thunderbolt-lang' 'plasma5-workspace' 'plasma5-workspace-branding-openSUSE' 'plasma5-workspace-devel' 'plasma5-workspace-lang' 'plasma5-workspace-libs' 'plasma5-workspace-libs-32bit' 'plasma5-workspace-wallpapers' 'plasmaengineexplorer5' 'plasmoide-diccionario' 'plasmoide-diccionario' 'plater' 'platformsh-cli' 'playerctl' 'playerctl-devel' 'playerctl-doc' 'plee-the-bear' 'plee-the-bear-data' 'plexus-ant-factory' 'plexus-ant-factory-javadoc' 'plexus-archiver' 'plexus-archiver-javadoc' 'plexus-bsh-factory' 'plexus-bsh-factory-javadoc' 'plexus-build-api' 'plexus-build-api-javadoc' 'plexus-cipher' 'plexus-cipher-javadoc' 'plexus-classworlds' 'plexus-classworlds-javadoc' 'plexus-cli' 'plexus-cli-javadoc' 'plexus-compiler' 'plexus-compiler-extras' 'plexus-compiler-javadoc' 'plexus-component-api' 'plexus-component-api-javadoc' 'plexus-component-factories-pom' 'plexus-component-metadata' 'plexus-component-metadata-javadoc' 'plexus-components-pom' 'plexus-containers-component-annotations' 'plexus-containers-container-default' 'plexus-containers-javadoc' 'plexus-i18n' 'plexus-i18n-javadoc' 'plexus-interactivity-api' 'plexus-interactivity-javadoc' 'plexus-interactivity-jline' 'plexus-interpolation' 'plexus-interpolation-javadoc' 'plexus-io' 'plexus-io-javadoc' 'plexus-languages' 'plexus-languages-javadoc' 'plexus-metadata-generator' 'plexus-metadata-generator-javadoc' 'plexus-pom' 'plexus-resources' 'plexus-resources-javadoc' 'plexus-sec-dispatcher' 'plexus-sec-dispatcher-javadoc' 'plexus-utils' 'plexus-utils-javadoc' 'plexus-velocity' 'plexus-velocity-javadoc' 'plib-devel' 'plistutil' 'plotutils' 'plotutils-devel' 'plowshare' 'plplot-common' 'plplot-devel' 'plplot-doc' 'plplot-driver-cairo' 'plplot-driver-ntk' 'plplot-driver-ps' 'plplot-driver-psttf' 'plplot-driver-svg' 'plplot-driver-xfig' 'plplot-driver-xwin' 'plplot-java' 'plplot-lua' 'plplot-octave' 'plplot-python3-qt' 'plplot-tcltk-devel' 'plplot-tcltk-libs' 'plplot-wxwidgets' 'plplotada-devel' 'plplotcxx-devel' 'plplotfortran-devel' 'plplotqt-devel' 'plplotwxwidgets-devel' 'pluma' 'pluma-devel' 'pluma-lang' 'plymouth' 'plymouth-branding-openSUSE' 'plymouth-branding-upstream' 'plymouth-devel' 'plymouth-dracut' 'plymouth-plugin-fade-throbber' 'plymouth-plugin-label' 'plymouth-plugin-label-ft' 'plymouth-plugin-script' 'plymouth-plugin-space-flares' 'plymouth-plugin-throbgress' 'plymouth-plugin-tribar' 'plymouth-plugin-two-step' 'plymouth-scripts' 'plymouth-theme-bgrt' 'plymouth-theme-breeze' 'plymouth-theme-breeze-plugin-breeze' 'plymouth-theme-fade-in' 'plymouth-theme-script' 'plymouth-theme-solar' 'plymouth-theme-spinfinity' 'plymouth-theme-spinner' 'plymouth-theme-tribar' 'plzip' 'pmacct' 'pmdk' 'pmdk-convert' 'pmdk-devel-doc' 'pmdk-tools' 'pmidi' 'pmix' 'pmix-devel' 'pmix-headers' 'pmix-mca-params' 'pmix-plugins' 'pmount' 'pmount' 'pmount-debuginfo' 'pmount-debugsource' 'pmount-lang' 'pms' 'pms' 'pms-debuginfo' 'pms-debugsource' 'pnetcdf-devel-data' 'pnetcdf-doc' 'pnetcdf-gnu-mpich-hpc' 'pnetcdf-gnu-mpich-hpc-devel' 'pnetcdf-gnu-mvapich2-hpc' 'pnetcdf-gnu-mvapich2-hpc-devel' 'pnetcdf-gnu-openmpi2-hpc' 'pnetcdf-gnu-openmpi2-hpc-devel' 'pnetcdf-gnu-openmpi3-hpc' 'pnetcdf-gnu-openmpi3-hpc-devel' 'pnetcdf-gnu-openmpi4-hpc' 'pnetcdf-gnu-openmpi4-hpc-devel' 'pnetcdf-hpc-doc' 'pnetcdf-mpich' 'pnetcdf-mpich-devel' 'pnetcdf-mpich-devel-static' 'pnetcdf-mvapich2' 'pnetcdf-mvapich2-devel' 'pnetcdf-mvapich2-devel-static' 'pnetcdf-openmpi1' 'pnetcdf-openmpi1-devel' 'pnetcdf-openmpi1-devel-static' 'pnetcdf-openmpi2' 'pnetcdf-openmpi2-devel' 'pnetcdf-openmpi2-devel-static' 'pnetcdf-openmpi3' 'pnetcdf-openmpi3-devel' 'pnetcdf-openmpi3-devel-static' 'pnetcdf_1_12_1-gnu-mpich-hpc' 'pnetcdf_1_12_1-gnu-mpich-hpc-devel' 'pnetcdf_1_12_1-gnu-mpich-hpc-devel-static' 'pnetcdf_1_12_1-gnu-mvapich2-hpc' 'pnetcdf_1_12_1-gnu-mvapich2-hpc-devel' 'pnetcdf_1_12_1-gnu-mvapich2-hpc-devel-static' 'pnetcdf_1_12_1-gnu-openmpi2-hpc' 'pnetcdf_1_12_1-gnu-openmpi2-hpc-devel' 'pnetcdf_1_12_1-gnu-openmpi2-hpc-devel-static' 'pnetcdf_1_12_1-gnu-openmpi3-hpc' 'pnetcdf_1_12_1-gnu-openmpi3-hpc-devel' 'pnetcdf_1_12_1-gnu-openmpi3-hpc-devel-static' 'pnetcdf_1_12_1-gnu-openmpi4-hpc' 'pnetcdf_1_12_1-gnu-openmpi4-hpc-devel' 'pnetcdf_1_12_1-gnu-openmpi4-hpc-devel-static' 'pnetcdf_1_12_1-hpc-doc' 'png++-devel' 'pngcheck' 'pngcrush' 'pnglite-devel' 'pngquant' 'pngtoico' 'pnm2ppa' 'po4a' 'po4a-lang' 'pocketsphinx' 'pocketsphinx-devel' 'pocketsphinx5' 'pocketsphinx5-devel' 'pocl' 'pocl-devel' 'poco-cpspc' 'poco-devel' 'podman' 'podman-cni-config' 'podofo' 'poedit' 'poedit-lang' 'poezio' 'poezio-doc' 'pogo' 'pogo' 'polari' 'polari-lang' 'policycoreutils' 'policycoreutils-devel' 'policycoreutils-lang' 'policycoreutils-newrole' 'policycoreutils-python-utils' 'polkit' 'polkit-default-privs' 'polkit-devel' 'polkit-doc' 'polkit-gnome' 'polkit-gnome-lang' 'polkit-kde-agent-5' 'polkit-kde-agent-5-lang' 'polkit-whitelisting' 'polybar' 'polyglot' 'polyglot' 'polyglot-debuginfo' 'polyglot-debugsource' 'polylib' 'polylib-devel' 'pommed' 'pongix' 'poppler-data' 'poppler-tools' 'popt-devel' 'popt-devel-32bit' 'portaudio-devel' 'portmidi' 'portmidi-devel' 'portmidi-java' 'posix_cc' 'posixovl' 'post-build-checks' 'poster' 'postfish' 'postfix' 'postfix-devel' 'postfix-doc' 'postfix-ldap' 'postfix-lmdb' 'postfix-mysql' 'postfix-postgresql' 'postfixadmin' 'postfixadmin-apache' 'postgresql' 'postgresql-contrib' 'postgresql-devel' 'postgresql-docs' 'postgresql-jdbc' 'postgresql-jdbc-javadoc' 'postgresql-llvmjit' 'postgresql-plperl' 'postgresql-plpython' 'postgresql-pltcl' 'postgresql-server' 'postgresql-server-devel' 'postgresql-test' 'postgresql10' 'postgresql10-contrib' 'postgresql10-devel' 'postgresql10-docs' 'postgresql10-pg_cron' 'postgresql10-pgagent' 'postgresql10-pgsql-ogr-fdw' 'postgresql10-plperl' 'postgresql10-plpython' 'postgresql10-plr' 'postgresql10-plr-doc' 'postgresql10-pltcl' 'postgresql10-server' 'postgresql10-test' 'postgresql10-timescaledb' 'postgresql11' 'postgresql11-contrib' 'postgresql11-devel' 'postgresql11-docs' 'postgresql11-llvmjit' 'postgresql11-pg_cron' 'postgresql11-pg_cron-llvmjit' 'postgresql11-pgagent' 'postgresql11-pgsql-ogr-fdw' 'postgresql11-pgsql-ogr-fdw-llvmjit' 'postgresql11-plperl' 'postgresql11-plpython' 'postgresql11-plr' 'postgresql11-plr-doc' 'postgresql11-pltcl' 'postgresql11-server' 'postgresql11-server-devel' 'postgresql11-test' 'postgresql11-timescaledb' 'postgresql12' 'postgresql12-contrib' 'postgresql12-devel' 'postgresql12-devel-mini' 'postgresql12-docs' 'postgresql12-llvmjit' 'postgresql12-pg_cron' 'postgresql12-pg_cron-llvmjit' 'postgresql12-pgagent' 'postgresql12-pgsql-ogr-fdw' 'postgresql12-pgsql-ogr-fdw-llvmjit' 'postgresql12-plperl' 'postgresql12-plpython' 'postgresql12-plr' 'postgresql12-plr-doc' 'postgresql12-pltcl' 'postgresql12-server' 'postgresql12-server-devel' 'postgresql12-test' 'postgresql12-timescaledb' 'postgresql95' 'postgresql95-contrib' 'postgresql95-devel' 'postgresql95-docs' 'postgresql95-pg_cron' 'postgresql95-pgagent' 'postgresql95-pgsql-ogr-fdw' 'postgresql95-plperl' 'postgresql95-plpython' 'postgresql95-plr' 'postgresql95-plr-doc' 'postgresql95-pltcl' 'postgresql95-server' 'postgresql95-test' 'postgresql96' 'postgresql96-contrib' 'postgresql96-devel' 'postgresql96-docs' 'postgresql96-pg_cron' 'postgresql96-pgagent' 'postgresql96-pgsql-ogr-fdw' 'postgresql96-plperl' 'postgresql96-plpython' 'postgresql96-plr' 'postgresql96-plr-doc' 'postgresql96-pltcl' 'postgresql96-server' 'postgresql96-test' 'postgresql96-timescaledb' 'postgrey' 'postsrsd' 'pothana2000-fonts' 'potrace' 'potrace-devel' 'pound' 'pound-doc' 'povray' 'povray-doc' 'powerd' 'powerdevil5' 'powerdevil5-lang' 'powerline' 'powerline-docs' 'powerline-fonts' 'powerman' 'powerman-devel' 'powermanga' 'powermock-api-easymock' 'powermock-api-mockito' 'powermock-api-support' 'powermock-common' 'powermock-core' 'powermock-javadoc' 'powermock-junit4' 'powermock-reflect' 'powermock-testng' 'powerstat' 'powerstat-bash-completion' 'powertop' 'powertop-lang' 'poxml-lang' 'ppl' 'ppl-devel' 'ppl-doc' 'ppp' 'ppp-devel' 'ppp-modem' 'pps-tools' 'pps-tools-devel' 'ppsspp' 'ppsspp-common' 'ppsspp-headless' 'ppsspp-qt' 'pptp' 'pptpd' 'pqiv' 'pqiv-ffmpeg' 'pqiv-gdkpixbuf' 'pqiv-libarchive' 'pqiv-poppler' 'pqiv-spectre' 'pqiv-wand' 'pqiv-webp' 'praat' 'pragha' 'pragha-lang' 'pragha-plugins' 'pragha-plugins-devel' 'prboom-plus' 'prctl' 'prelude-correlator' 'prelude-lml' 'prelude-lml-devel' 'prelude-lml-rules' 'prelude-manager' 'prelude-manager-db-plugin' 'prelude-manager-devel' 'prelude-manager-smtp-plugin' 'prelude-manager-xml-plugin' 'prelude-tools' 'preludedb-tools' 'premake4' 'presage' 'presage-data' 'prewikka-lang' 'primecount' 'primesieve' 'primus' 'primus-32bit' 'print_server' 'printer-driver-brlaser' 'printproto-devel' 'prison-qt5-devel' 'prison-qt5-devel-32bit' 'prison-qt5-imports' 'privoxy' 'privoxy-doc' 'procdump' 'procinfo' 'procmail' 'procmeter' 'procmeter-devel' 'procps' 'procps-devel' 'product-builder' 'product-builder-plugin-Tumbleweed' 'profanity' 'profanity-mini' 'profanity-standard' 'proftpd' 'proftpd-devel' 'proftpd-doc' 'proftpd-lang' 'proftpd-ldap' 'proftpd-mysql' 'proftpd-pgsql' 'proftpd-radius' 'proftpd-sqlite' 'progress' 'proguard' 'proguard-gui' 'proj' 'proj-devel' 'proj5' 'proj5' 'proj5-devel' 'projectM' 'projectM-data' 'projectM-devel' 'projectlibre' 'prom2json' 'prometheus-client-model-source' 'prometheus-cpp-devel' 'prometheus-ha_cluster_exporter' 'prometheus-sap_host_exporter' 'prometheus-simpleclient-java' 'prometheus-simpleclient-java-common' 'prometheus-simpleclient-java-graphite_bridge' 'prometheus-simpleclient-java-guava' 'prometheus-simpleclient-java-hotspot' 'prometheus-simpleclient-java-httpserver' 'prometheus-simpleclient-java-javadoc' 'prometheus-simpleclient-java-jetty' 'prometheus-simpleclient-java-jetty_jdk8' 'prometheus-simpleclient-java-log4j' 'prometheus-simpleclient-java-log4j2' 'prometheus-simpleclient-java-logback' 'prometheus-simpleclient-java-parent' 'prometheus-simpleclient-java-pushgateway' 'prometheus-simpleclient-java-servlet' 'prometheus-webhook-snmp' 'pronsole' 'pronterface' 'prosody' 'proteus' 'protobuf-c' 'protobuf-devel' 'protobuf-java' 'protobuf-source' 'protoc-gen-go' 'protoc-gen-go-source' 'protoc-gen-gogo' 'protoc-gen-gogo-source' 'protoc-gen-validate' 'protoc-gen-validate-source' 'proxychains-ng' 'prun-ohpc' 'psgml' 'psgplay' 'psi+' 'psi+-data' 'psi+-iconsets' 'psi+-iconsets' 'psi+-lang' 'psi+-plugins-attentionplugin' 'psi+-plugins-autoreplyplugin' 'psi+-plugins-birthdayreminderplugin' 'psi+-plugins-chessplugin' 'psi+-plugins-cleanerplugin' 'psi+-plugins-clientswitcherplugin' 'psi+-plugins-conferenceloggerplugin' 'psi+-plugins-contentdownloaderplugin' 'psi+-plugins-devel' 'psi+-plugins-enummessagesplugin' 'psi+-plugins-extendedmenuplugin' 'psi+-plugins-extendedoptionsplugin' 'psi+-plugins-gomokugameplugin' 'psi+-plugins-historykeeperplugin' 'psi+-plugins-imageplugin' 'psi+-plugins-imagepreviewplugin' 'psi+-plugins-jabberdiskplugin' 'psi+-plugins-juickplugin' 'psi+-plugins-messagefilterplugin' 'psi+-plugins-omemoplugin' 'psi+-plugins-openpgpplugin' 'psi+-plugins-otrplugin' 'psi+-plugins-pepchangenotifyplugin' 'psi+-plugins-qipxstatusesplugin' 'psi+-plugins-screenshotplugin' 'psi+-plugins-stopspamplugin' 'psi+-plugins-storagenotesplugin' 'psi+-plugins-translateplugin' 'psi+-plugins-videostatusplugin' 'psi+-plugins-watcherplugin' 'psl' 'psl-make-dafsa' 'psmisc' 'psmisc-lang' 'pspg' 'pspp' 'pspp-devel' 'pspp-devel-doc' 'pspp-doc' 'pspp-lang' 'psqlODBC' 'pstoedit' 'pstoedit-devel' 'pstotext' 'pstotext' 'pstotext-debuginfo' 'pstotext-debugsource' 'psutils' 'pthread-stubs-devel' 'ptokax' 'ptools' 'ptpd' 'ptscotch-gnu-mpich-hpc' 'ptscotch-gnu-mpich-hpc-devel' 'ptscotch-gnu-mvapich2-hpc' 'ptscotch-gnu-mvapich2-hpc-devel' 'ptscotch-gnu-openmpi1-hpc' 'ptscotch-gnu-openmpi1-hpc-devel' 'ptscotch-gnu-openmpi2-hpc' 'ptscotch-gnu-openmpi2-hpc-devel' 'ptscotch-gnu-openmpi3-hpc' 'ptscotch-gnu-openmpi3-hpc-devel' 'ptscotch-mpich' 'ptscotch-mpich-devel' 'ptscotch-mpich-devel-static' 'ptscotch-mvapich2' 'ptscotch-mvapich2-devel' 'ptscotch-mvapich2-devel-static' 'ptscotch-openmpi1' 'ptscotch-openmpi1-devel' 'ptscotch-openmpi1-devel-static' 'ptscotch-openmpi2' 'ptscotch-openmpi2-devel' 'ptscotch-openmpi2-devel-static' 'ptscotch-openmpi3' 'ptscotch-openmpi3-devel' 'ptscotch-openmpi3-devel-static' 'ptscotch-parmetis-mpich-devel' 'ptscotch-parmetis-mvapich2-devel' 'ptscotch-parmetis-openmpi1-devel' 'ptscotch-parmetis-openmpi2-devel' 'ptscotch-parmetis-openmpi3-devel' 'ptscotch_6_0_9-gnu-mpich-hpc' 'ptscotch_6_0_9-gnu-mpich-hpc-devel' 'ptscotch_6_0_9-gnu-mpich-hpc-devel-static' 'ptscotch_6_0_9-gnu-mvapich2-hpc' 'ptscotch_6_0_9-gnu-mvapich2-hpc-devel' 'ptscotch_6_0_9-gnu-mvapich2-hpc-devel-static' 'ptscotch_6_0_9-gnu-openmpi1-hpc' 'ptscotch_6_0_9-gnu-openmpi1-hpc-devel' 'ptscotch_6_0_9-gnu-openmpi1-hpc-devel-static' 'ptscotch_6_0_9-gnu-openmpi2-hpc' 'ptscotch_6_0_9-gnu-openmpi2-hpc-devel' 'ptscotch_6_0_9-gnu-openmpi2-hpc-devel-static' 'ptscotch_6_0_9-gnu-openmpi3-hpc' 'ptscotch_6_0_9-gnu-openmpi3-hpc-devel' 'ptscotch_6_0_9-gnu-openmpi3-hpc-devel-static' 'publicsuffix' 'pugixml-devel' 'pullin-bcm43xx-firmware' 'pulseaudio' 'pulseaudio-bash-completion' 'pulseaudio-dlna' 'pulseaudio-dlna' 'pulseaudio-equalizer' 'pulseaudio-esound-compat' 'pulseaudio-gdm-hooks' 'pulseaudio-lang' 'pulseaudio-module-bluetooth' 'pulseaudio-module-gconf' 'pulseaudio-module-gsettings' 'pulseaudio-module-jack' 'pulseaudio-module-lirc' 'pulseaudio-module-x11' 'pulseaudio-module-zeroconf' 'pulseaudio-qt' 'pulseaudio-qt-debugsource' 'pulseaudio-qt-devel' 'pulseaudio-system-wide' 'pulseaudio-utils' 'pulseaudio-utils-32bit' 'pulseaudio-zsh-completion' 'pulseeffects' 'pulseeffects-lang' 'pulseview' 'pumpa' 'pure-ftpd' 'purge-kernels-service' 'purpose' 'purpose-32bit' 'purpose-devel' 'purpose-devel-32bit' 'purpose-lang' 'putty' 'pv' 'pw3270' 'pw3270-branding' 'pwgen' 'py3c-devel' 'pybugz-common' 'pydb' 'pydb' 'pydb-debugsource' 'pydf' 'pyenv' 'pyenv-bash-completion' 'pyenv-fish-completion' 'pyenv-zsh-completion' 'pyliblo-tools' 'pymilter-common' 'pymp3cut' 'pymp3cut' 'pyradio' 'pyspacewar' 'pythia-devel' 'pythia-doc' 'python' 'python-32bit' 'python-Genshi-doc' 'python-Jinja2-vim' 'python-Kivy-doc' 'python-M2Crypto-doc' 'python-OpenColorIO' 'python-OpenColorIO-devel' 'python-PyMuPDF-doc' 'python-SQLAlchemy-doc' 'python-Scrapy-doc' 'python-SpeechRecognition-common-en-US' 'python-Sphinx-doc-html' 'python-Sphinx-doc-man' 'python-Sphinx2-doc-html' 'python-Sphinx2-doc-man' 'python-Twisted-doc' 'python-WTForms-doc' 'python-WebOb-doc' 'python-WebTest-doc' 'python-Whoosh-doc' 'python-ZODB-doc' 'python-acitoolkit-doc' 'python-acitoolkit-doc-applications' 'python-acitoolkit-doc-samples' 'python-aiohttp-doc' 'python-altgraph-doc' 'python-atomicwrites-doc' 'python-automaton-doc' 'python-azure-agent' 'python-azure-agent-test' 'python-barbicanclient-doc' 'python-base' 'python-base-32bit' 'python-beautifulsoup4-doc' 'python-billiard-doc' 'python-blinker-doc' 'python-bottle-doc' 'python-bpython-common' 'python-bpython-doc' 'python-btrfsutil' 'python-caja' 'python-caja-devel' 'python-caja-lang' 'python-castellan-doc' 'python-chewing' 'python-cinderclient-doc' 'python-cliff-doc' 'python-cloud-sptheme-doc' 'python-congressclient-doc' 'python-cotyledon-doc' 'python-curses' 'python-dbus-python-common-devel' 'python-debtcollector-doc' 'python-demo' 'python-dephell-rpm-macros' 'python-designateclient-doc' 'python-devel' 'python-djvulibre-doc' 'python-doc' 'python-doc-pdf' 'python-ecasound' 'python-falcon-doc' 'python-fastcluster-doc' 'python-fedmsg-base' 'python-fedmsg-doc' 'python-flake8-doc' 'python-flup-doc' 'python-fpconst' 'python-fpconst' 'python-freezerclient-doc' 'python-gcs-oauth2-boto-plugin' 'python-gdbm' 'python-gevent-doc' 'python-glanceclient-doc' 'python-gnome-dvb-daemon' 'python-gobject-common-devel' 'python-gobject2' 'python-gobject2-devel' 'python-gr-fcdproplus' 'python-gtk' 'python-gtk-devel' 'python-gtk-doc' 'python-gunicorn-doc' 'python-happybase-doc' 'python-heatclient-doc' 'python-idle' 'python-ipywidgets-doc' 'python-ironicclient-doc' 'python-jaraco.stream-doc' 'python-keystoneauth1-doc' 'python-keystoneclient-doc' 'python-keystonemiddleware-doc' 'python-ktoblzcheck' 'python-lammps' 'python-libcomps-doc' 'python-lmiwbem' 'python-logutils-doc' 'python-lxml-doc' 'python-magnumclient-doc' 'python-manilaclient-doc' 'python-marshmallow-docs' 'python-masakariclient-doc' 'python-md2workflow-common' 'python-mistralclient-doc' 'python-mox3-doc' 'python-mpi4py-common-devel' 'python-mpi4py-doc' 'python-muranoclient' 'python-muranoclient-doc' 'python-mythtv' 'python-nautilus-common-devel' 'python-nautilus-common-files' 'python-ncclient-doc' 'python-networkx-doc' 'python-neutronclient-doc' 'python-nlopt' 'python-notmuch-doc' 'python-novaclient-doc' 'python-octaviaclient-doc' 'python-onionshare-data' 'python-openstackclient-doc' 'python-openstacksdk-doc' 'python-optcomplete' 'python-osc-lib-doc' 'python-oslo.cache-doc' 'python-oslo.concurrency-doc' 'python-oslo.config-doc' 'python-oslo.context-doc' 'python-oslo.db-doc' 'python-oslo.i18n-doc' 'python-oslo.log-doc' 'python-oslo.policy-doc' 'python-oslo.privsep-doc' 'python-oslo.reports-doc' 'python-oslo.rootwrap-doc' 'python-oslo.serialization-doc' 'python-oslo.service-doc' 'python-oslo.utils-doc' 'python-oslo.versionedobjects-doc' 'python-oslo.vmware-doc' 'python-osprofiler-doc' 'python-ovsdbapp-doc' 'python-paramiko-doc' 'python-peppercorn-doc' 'python-pisock' 'python-ply-doc' 'python-polib-doc' 'python-praatio-doc' 'python-py2pack-doc' 'python-pybind11-common-devel' 'python-pycadf-common' 'python-pycadf-doc' 'python-pycairo-common-devel' 'python-pycurl-doc' 'python-pygame-doc' 'python-pyghmi-doc' 'python-pygraphviz-doc' 'python-pymisp-doc' 'python-pymod2pkg-doc' 'python-pymp3cut' 'python-pyotherside' 'python-pyqtgraph-doc' 'python-pyramid-debugtoolbar-doc' 'python-pyserial-doc' 'python-pysnmp-doc' 'python-python-rtmidi-doc' 'python-qscintilla-qt5-sip' 'python-qt3d-qt5-api' 'python-qt3d-qt5-examples' 'python-qt3d-qt5-sip' 'python-qt5-common-devel' 'python-qt5-doc' 'python-qtcharts-qt5-api' 'python-qtcharts-qt5-examples' 'python-qtcharts-qt5-sip' 'python-qtdatavis3d-qt5-api' 'python-qtdatavis3d-qt5-examples' 'python-qtdatavis3d-qt5-sip' 'python-qtwebengine-qt5-api' 'python-qtwebengine-qt5-sip' 'python-rapi2' 'python-rapi2-debuginfo' 'python-rcssmin-docs' 'python-rdflib-doc' 'python-renderspec-doc' 'python-rpm-generators' 'python-rpm-macros' 'python-saharaclient-doc' 'python-scapy' 'python-senlinclient-doc' 'python-shodan-doc' 'python-sip-common' 'python-sip-doc' 'python-six-doc' 'python-solv' 'python-sqlalchemy-migrate-doc' 'python-stevedore-doc' 'python-sushy-doc' 'python-svm' 'python-swiftclient-doc' 'python-tables-doc' 'python-tk' 'python-tooz-doc' 'python-translationstring-doc' 'python-tvdb_api' 'python-tvrage' 'python-tvrage' 'python-typeshed' 'python-xcaplib-bash-completion' 'python-xml' 'python-zope.deprecation-doc' 'python-zope.event-doc' 'python-zope.hookable-doc' 'python-zope.i18nmessageid-doc' 'python2-aexpect' 'python2-appindicator' 'python2-keyrings.alt' 'python2-libfwsi' 'python2-libguestfs' 'python2-moviepy' 'python2-opencensus-ext-threading' 'python2-pip' 'python2-pycairo' 'python2-pycairo-common-devel' 'python2-pycairo-devel' 'python2-setuptools' 'python3-APScheduler' 'python3-AnyQt' 'python3-Arpeggio' 'python3-Authlib' 'python3-Automat' 'python3-BTrees' 'python3-BTrees-devel' 'python3-Babel' 'python3-Beaker' 'python3-BitVector' 'python3-Bottleneck' 'python3-Brotli' 'python3-CacheControl' 'python3-CairoSVG' 'python3-Cerberus' 'python3-Chameleon' 'python3-Cheetah3' 'python3-CherryPy' 'python3-CommonMark' 'python3-Cycler' 'python3-Cython' 'python3-DataProperty' 'python3-DataShape' 'python3-DateTime' 'python3-Delorean' 'python3-Deprecated' 'python3-Django' 'python3-Durus' 'python3-EasyProcess' 'python3-EditorConfig' 'python3-ExifRead' 'python3-Fabric' 'python3-Faker' 'python3-Flask' 'python3-Flask-Admin' 'python3-Flask-Babel' 'python3-Flask-BabelEx' 'python3-Flask-Bootstrap' 'python3-Flask-Caching' 'python3-Flask-Compress' 'python3-Flask-Cors' 'python3-Flask-Gravatar' 'python3-Flask-HTMLmin' 'python3-Flask-HTTPAuth' 'python3-Flask-Login' 'python3-Flask-Mail' 'python3-Flask-Migrate' 'python3-Flask-Paranoid' 'python3-Flask-Principal' 'python3-Flask-RESTful' 'python3-Flask-RSTPages' 'python3-Flask-SQLAlchemy' 'python3-Flask-Script' 'python3-Flask-Security-Too' 'python3-Flask-Testing' 'python3-Flask-WTF' 'python3-Flask-doc' 'python3-FontTools' 'python3-FormEncode' 'python3-GDAL' 'python3-Genshi' 'python3-GitPython' 'python3-GitgExt' 'python3-Glances' 'python3-Gloo' 'python3-Glymur' 'python3-GooCalendar' 'python3-GooseMPL' 'python3-GridDataFormats' 'python3-HTTPolice' 'python3-Hamlib' 'python3-HeapDict' 'python3-HepMC' 'python3-HyperKitty' 'python3-IMAPClient' 'python3-IMDbPY' 'python3-Jinja2' 'python3-Js2Py' 'python3-JsonWeb' 'python3-Kajiki' 'python3-Keras' 'python3-Keras-Applications' 'python3-Keras-Preprocessing' 'python3-Keras-examples' 'python3-Kivy' 'python3-Kivy-devel' 'python3-LHAPDF' 'python3-LTTL' 'python3-Lektor' 'python3-Levenshtein' 'python3-Logbook' 'python3-M2Crypto' 'python3-Mako' 'python3-MapProxy' 'python3-Markdown' 'python3-MarkupPy' 'python3-MarkupSafe' 'python3-Markups' 'python3-Mathics' 'python3-MechanicalSoup' 'python3-Ming' 'python3-MiniMock' 'python3-Morfessor' 'python3-MouseInfo' 'python3-MulticoreTSNE' 'python3-Nuitka' 'python3-OWSLib' 'python3-OpenImageIO' 'python3-PGet' 'python3-PTable' 'python3-Parsley' 'python3-Paste' 'python3-PasteDeploy' 'python3-Paver' 'python3-PeachPy' 'python3-PeakUtils' 'python3-Pebble' 'python3-Pillow' 'python3-Pillow-tk' 'python3-Pint' 'python3-PrettyTable' 'python3-Protego' 'python3-PsyLab' 'python3-PsychoPy' 'python3-PsychoPy-lang' 'python3-PubChemPy' 'python3-Pweave' 'python3-PyAudio' 'python3-PyAutoGUI' 'python3-PyBindGen' 'python3-PyBrowserID' 'python3-PyCBC' 'python3-PyChart' 'python3-PyChromecast' 'python3-PyCondor' 'python3-PyDispatcher' 'python3-PyECLib' 'python3-PyFxA' 'python3-PyGetWindow' 'python3-PyGithub' 'python3-PyHamcrest' 'python3-PyICU' 'python3-PyInstaller' 'python3-PyJWT' 'python3-PyKMIP' 'python3-PyLaTeX' 'python3-PyMeeus' 'python3-PyMeta3' 'python3-PyMsgBox' 'python3-PyMuPDF' 'python3-PyMySQL' 'python3-PyNaCl' 'python3-PyNamecheap' 'python3-PyOgg' 'python3-PyOpenAL' 'python3-PyPDF2' 'python3-PyPrind' 'python3-PyPrint' 'python3-PyQRCode' 'python3-PyRIC' 'python3-PyRSS2Gen' 'python3-PyRect' 'python3-PySDL2' 'python3-PyScreeze' 'python3-PySocks' 'python3-PyTrie' 'python3-PyTweening' 'python3-PyVirtualDisplay' 'python3-PyWavelets' 'python3-PyWebDAV3' 'python3-PyWebDAV3-GNUHealth' 'python3-PyX' 'python3-PyYAML' 'python3-Pydap' 'python3-Pygments' 'python3-Pykka' 'python3-Pympler' 'python3-Pyphen' 'python3-Pyro4' 'python3-QDarkStyle' 'python3-QR-Code-generator' 'python3-Qt.py' 'python3-QtAwesome' 'python3-QtPy' 'python3-RegexOrder' 'python3-Rivet' 'python3-Routes' 'python3-SHERPA-MC' 'python3-SPARQLWrapper' 'python3-SQLAlchemy' 'python3-SQLAlchemy-Utils' 'python3-Scrapy' 'python3-SecretStorage' 'python3-Send2Trash' 'python3-Shapely' 'python3-SimpleWebSocketServer' 'python3-SoapySDR' 'python3-SoundCard' 'python3-SoundFile' 'python3-SpeechRecognition' 'python3-Sphinx' 'python3-Sphinx-latex' 'python3-Sphinx2' 'python3-Sphinx2-latex' 'python3-TagStats' 'python3-Telethon' 'python3-Tempita' 'python3-TermRecord' 'python3-Theano' 'python3-Transplant' 'python3-Trolly' 'python3-Trololio' 'python3-Twisted' 'python3-TxSNI' 'python3-URLObject' 'python3-UkPostcodeParser' 'python3-Unidecode' 'python3-VyattaConfParser' 'python3-WSGIProxy2' 'python3-WSME' 'python3-WTForms' 'python3-WeasyPrint' 'python3-WebOb' 'python3-WebTest' 'python3-Werkzeug' 'python3-Whoosh' 'python3-XStatic' 'python3-XStatic-Angular-Schema-Form' 'python3-XStatic-jQuery' 'python3-XStatic-jquery-ui' 'python3-XStatic-objectpath' 'python3-XStatic-term.js' 'python3-XStatic-tv4' 'python3-XlsxWriter' 'python3-YODA' 'python3-Yapsy' 'python3-ZConfig' 'python3-ZConfig-doc' 'python3-ZEO' 'python3-ZODB' 'python3-abclient' 'python3-abimap' 'python3-abimap-doc' 'python3-abseil' 'python3-acefile' 'python3-acitoolkit' 'python3-acme' 'python3-acoular' 'python3-actdiag' 'python3-adal' 'python3-adapt-parser' 'python3-addict' 'python3-aeidon' 'python3-aenum' 'python3-aexpect' 'python3-afdko' 'python3-affine' 'python3-agate' 'python3-agate-dbf' 'python3-agate-excel' 'python3-agate-lookup' 'python3-agate-remote' 'python3-agate-sql' 'python3-agate-stats' 'python3-aina' 'python3-aiobotocore' 'python3-aiodns' 'python3-aioeventlet' 'python3-aiofiles' 'python3-aioftp' 'python3-aiohttp' 'python3-aiohttp-socks' 'python3-aiohttp-theme' 'python3-aiohttp_cors' 'python3-aioitertools' 'python3-aioresponses' 'python3-aiorpcX' 'python3-aiosmtpd' 'python3-aiosmtplib' 'python3-akismet' 'python3-alabaster' 'python3-alembic' 'python3-allpairspy' 'python3-alsa' 'python3-altair' 'python3-altair-widgets' 'python3-altgraph' 'python3-amqp' 'python3-amqpstorm' 'python3-ana' 'python3-aniso8601' 'python3-annoy' 'python3-ansel' 'python3-ansi2html' 'python3-ansicolor' 'python3-ansicolors' 'python3-ansiwrap' 'python3-antlr4-python3-runtime' 'python3-anyjson' 'python3-apache-libcloud' 'python3-apipkg' 'python3-apiron' 'python3-apns2' 'python3-apparmor' 'python3-appdirs' 'python3-application' 'python3-applicationinsights' 'python3-apptools' 'python3-apsw' 'python3-ara' 'python3-arabic-reshaper' 'python3-arf' 'python3-argcomplete' 'python3-argh' 'python3-argon2-cffi' 'python3-argparse-manpage' 'python3-args' 'python3-arrow' 'python3-asciimatics' 'python3-asciitree' 'python3-asdf' 'python3-asgiref' 'python3-asn1crypto' 'python3-aspectlib' 'python3-aspy.yaml' 'python3-asteval' 'python3-astor' 'python3-astral' 'python3-astroid' 'python3-astropy' 'python3-astropy-helpers' 'python3-astunparse' 'python3-asv' 'python3-async_generator' 'python3-async_timeout' 'python3-asyncssh' 'python3-asynctest' 'python3-atlassian-python-api' 'python3-atom' 'python3-atomicwrites' 'python3-atpublic' 'python3-atspi' 'python3-attr' 'python3-attrs' 'python3-aubio' 'python3-audio-degrader' 'python3-audiogrep' 'python3-audiomate' 'python3-audioread' 'python3-audit' 'python3-augeas' 'python3-authheaders' 'python3-authres' 'python3-autobahn' 'python3-autodoc' 'python3-autodocsumm' 'python3-autoflake' 'python3-automaton' 'python3-autopep8' 'python3-autoray' 'python3-autoupgrade-ng' 'python3-av' 'python3-avahi' 'python3-avahi-gtk' 'python3-avocado' 'python3-avocado-plugins-glib' 'python3-avocado-plugins-golang' 'python3-avocado-plugins-loader-yaml' 'python3-avocado-plugins-output-html' 'python3-avocado-plugins-result-upload' 'python3-avocado-plugins-resultsdb' 'python3-avocado-plugins-runner-docker' 'python3-avocado-plugins-runner-remote' 'python3-avocado-plugins-runner-vm' 'python3-avocado-plugins-varianter-pict' 'python3-avocado-plugins-varianter-yaml-to-mux' 'python3-avocado-plugins-vt' 'python3-avro' 'python3-awpa' 'python3-aws-sam-translator' 'python3-aws-xray-sdk' 'python3-aws-xray-sdk-Django' 'python3-aws-xray-sdk-Flask-SQLAlchemy' 'python3-aws-xray-sdk-SQLAlchemy' 'python3-aws-xray-sdk-aiobotocore' 'python3-aws-xray-sdk-aiohttp' 'python3-aws-xray-sdk-all' 'python3-aws-xray-sdk-mysql-connector' 'python3-aws-xray-sdk-psycopg2' 'python3-aws-xray-sdk-pymongo' 'python3-aws-xray-sdk-pynamodb' 'python3-aws-xray-sdk-requests' 'python3-axolotl' 'python3-axolotl-curve25519' 'python3-azure-ai-anomalydetector' 'python3-azure-ai-metricsadvisor' 'python3-azure-ai-nspkg' 'python3-azure-ai-textanalytics' 'python3-azure-appconfiguration' 'python3-azure-applicationinsights' 'python3-azure-batch' 'python3-azure-cognitiveservices-anomalydetector' 'python3-azure-cognitiveservices-formrecognizer' 'python3-azure-cognitiveservices-inkrecognizer' 'python3-azure-cognitiveservices-knowledge-nspkg' 'python3-azure-cognitiveservices-knowledge-qnamaker' 'python3-azure-cognitiveservices-language-luis' 'python3-azure-cognitiveservices-language-nspkg' 'python3-azure-cognitiveservices-language-spellcheck' 'python3-azure-cognitiveservices-language-textanalytics' 'python3-azure-cognitiveservices-nspkg' 'python3-azure-cognitiveservices-personalizer' 'python3-azure-cognitiveservices-search-autosuggest' 'python3-azure-cognitiveservices-search-customimagesearch' 'python3-azure-cognitiveservices-search-customsearch' 'python3-azure-cognitiveservices-search-entitysearch' 'python3-azure-cognitiveservices-search-imagesearch' 'python3-azure-cognitiveservices-search-newssearch' 'python3-azure-cognitiveservices-search-nspkg' 'python3-azure-cognitiveservices-search-videosearch' 'python3-azure-cognitiveservices-search-visualsearch' 'python3-azure-cognitiveservices-search-websearch' 'python3-azure-cognitiveservices-vision-computervision' 'python3-azure-cognitiveservices-vision-contentmoderator' 'python3-azure-cognitiveservices-vision-customvision' 'python3-azure-cognitiveservices-vision-face' 'python3-azure-cognitiveservices-vision-nspkg' 'python3-azure-common' 'python3-azure-communication-administration' 'python3-azure-communication-chat' 'python3-azure-communication-nspkg' 'python3-azure-communication-sms' 'python3-azure-core' 'python3-azure-core-tracing-opencensus' 'python3-azure-cosmos' 'python3-azure-data-nspkg' 'python3-azure-data-tables' 'python3-azure-datalake-store' 'python3-azure-devops' 'python3-azure-eventgrid' 'python3-azure-eventhub' 'python3-azure-eventhub-checkpointstoreblob' 'python3-azure-eventhub-checkpointstoreblob-aio' 'python3-azure-functions-devops-build' 'python3-azure-graphrbac' 'python3-azure-identity' 'python3-azure-keyvault' 'python3-azure-keyvault-administration' 'python3-azure-keyvault-certificates' 'python3-azure-keyvault-keys' 'python3-azure-keyvault-nspkg' 'python3-azure-keyvault-secrets' 'python3-azure-loganalytics' 'python3-azure-mgmt' 'python3-azure-mgmt-advisor' 'python3-azure-mgmt-alertsmanagement' 'python3-azure-mgmt-apimanagement' 'python3-azure-mgmt-appconfiguration' 'python3-azure-mgmt-applicationinsights' 'python3-azure-mgmt-appplatform' 'python3-azure-mgmt-attestation' 'python3-azure-mgmt-authorization' 'python3-azure-mgmt-automanage' 'python3-azure-mgmt-automation' 'python3-azure-mgmt-azurestack' 'python3-azure-mgmt-azurestackhci' 'python3-azure-mgmt-baremetalinfrastructure' 'python3-azure-mgmt-batch' 'python3-azure-mgmt-batchai' 'python3-azure-mgmt-billing' 'python3-azure-mgmt-botservice' 'python3-azure-mgmt-cdn' 'python3-azure-mgmt-cognitiveservices' 'python3-azure-mgmt-commerce' 'python3-azure-mgmt-communication' 'python3-azure-mgmt-compute' 'python3-azure-mgmt-consumption' 'python3-azure-mgmt-containerinstance' 'python3-azure-mgmt-containerregistry' 'python3-azure-mgmt-containerservice' 'python3-azure-mgmt-core' 'python3-azure-mgmt-cosmosdb' 'python3-azure-mgmt-costmanagement' 'python3-azure-mgmt-databoxedge' 'python3-azure-mgmt-databricks' 'python3-azure-mgmt-datafactory' 'python3-azure-mgmt-datalake-analytics' 'python3-azure-mgmt-datalake-nspkg' 'python3-azure-mgmt-datalake-store' 'python3-azure-mgmt-datamigration' 'python3-azure-mgmt-datashare' 'python3-azure-mgmt-deploymentmanager' 'python3-azure-mgmt-devspaces' 'python3-azure-mgmt-devtestlabs' 'python3-azure-mgmt-dns' 'python3-azure-mgmt-documentdb' 'python3-azure-mgmt-edgegateway' 'python3-azure-mgmt-eventgrid' 'python3-azure-mgmt-eventhub' 'python3-azure-mgmt-frontdoor' 'python3-azure-mgmt-hanaonazure' 'python3-azure-mgmt-hdinsight' 'python3-azure-mgmt-healthcareapis' 'python3-azure-mgmt-hybridcompute' 'python3-azure-mgmt-imagebuilder' 'python3-azure-mgmt-iotcentral' 'python3-azure-mgmt-iothub' 'python3-azure-mgmt-iothubprovisioningservices' 'python3-azure-mgmt-keyvault' 'python3-azure-mgmt-kubernetesconfiguration' 'python3-azure-mgmt-kusto' 'python3-azure-mgmt-labservices' 'python3-azure-mgmt-loganalytics' 'python3-azure-mgmt-logic' 'python3-azure-mgmt-machinelearningcompute' 'python3-azure-mgmt-machinelearningservices' 'python3-azure-mgmt-managedservices' 'python3-azure-mgmt-managementgroups' 'python3-azure-mgmt-managementpartner' 'python3-azure-mgmt-maps' 'python3-azure-mgmt-marketplaceordering' 'python3-azure-mgmt-media' 'python3-azure-mgmt-mixedreality' 'python3-azure-mgmt-monitor' 'python3-azure-mgmt-msi' 'python3-azure-mgmt-netapp' 'python3-azure-mgmt-network' 'python3-azure-mgmt-notificationhubs' 'python3-azure-mgmt-nspkg' 'python3-azure-mgmt-peering' 'python3-azure-mgmt-policyinsights' 'python3-azure-mgmt-powerbiembedded' 'python3-azure-mgmt-privatedns' 'python3-azure-mgmt-rdbms' 'python3-azure-mgmt-recoveryservices' 'python3-azure-mgmt-recoveryservicesbackup' 'python3-azure-mgmt-redhatopenshift' 'python3-azure-mgmt-redis' 'python3-azure-mgmt-regionmove' 'python3-azure-mgmt-relay' 'python3-azure-mgmt-reservations' 'python3-azure-mgmt-resource' 'python3-azure-mgmt-resourcegraph' 'python3-azure-mgmt-resourcemover' 'python3-azure-mgmt-scheduler' 'python3-azure-mgmt-search' 'python3-azure-mgmt-security' 'python3-azure-mgmt-serialconsole' 'python3-azure-mgmt-servermanager' 'python3-azure-mgmt-servicebus' 'python3-azure-mgmt-servicefabric' 'python3-azure-mgmt-signalr' 'python3-azure-mgmt-sql' 'python3-azure-mgmt-sqlvirtualmachine' 'python3-azure-mgmt-storage' 'python3-azure-mgmt-storagecache' 'python3-azure-mgmt-storageimportexport' 'python3-azure-mgmt-storagesync' 'python3-azure-mgmt-streamanalytics' 'python3-azure-mgmt-subscription' 'python3-azure-mgmt-synapse' 'python3-azure-mgmt-trafficmanager' 'python3-azure-mgmt-vmwarecloudsimple' 'python3-azure-mgmt-web' 'python3-azure-monitor' 'python3-azure-multiapi-storage' 'python3-azure-nspkg' 'python3-azure-sdk' 'python3-azure-search-documents' 'python3-azure-search-nspkg' 'python3-azure-servicebus' 'python3-azure-servicefabric' 'python3-azure-servicemanagement-legacy' 'python3-azure-storage' 'python3-azure-storage-blob' 'python3-azure-storage-common' 'python3-azure-storage-file' 'python3-azure-storage-file-datalake' 'python3-azure-storage-file-share' 'python3-azure-storage-nspkg' 'python3-azure-storage-queue' 'python3-azure-synapse-accesscontrol' 'python3-azure-synapse-artifacts' 'python3-azure-synapse-nspkg' 'python3-azure-synapse-spark' 'python3-azurectl' 'python3-azuremetadata' 'python3-babelfish' 'python3-babeltrace' 'python3-babeltrace2' 'python3-backcall' 'python3-backoff' 'python3-bandit' 'python3-barbicanclient' 'python3-baron' 'python3-base58' 'python3-bashate' 'python3-bcc' 'python3-bcolz' 'python3-bcrypt' 'python3-beautifulsoup4' 'python3-before-after' 'python3-behave' 'python3-bencode' 'python3-beniget' 'python3-beren' 'python3-betamax' 'python3-betamax-matchers' 'python3-bibtexparser' 'python3-bidict' 'python3-billiard' 'python3-binary' 'python3-binaryornot' 'python3-bind' 'python3-bindep' 'python3-biopython' 'python3-biplist' 'python3-bitarray' 'python3-bitstring' 'python3-bitstruct' 'python3-bjoern' 'python3-black' 'python3-bleach' 'python3-blessed' 'python3-blessings' 'python3-blindspin' 'python3-blinker' 'python3-blist' 'python3-blockdiag' 'python3-blosc' 'python3-bloscpack' 'python3-blurb' 'python3-bobo' 'python3-bobodoctestumentation' 'python3-bokcolmaps' 'python3-bokeh' 'python3-boltons' 'python3-boolean.py' 'python3-booleanOperations' 'python3-boost_parallel_mpi' 'python3-boost_parallel_mpi1_74_0' 'python3-botan' 'python3-boto' 'python3-boto3' 'python3-botocore' 'python3-bottle' 'python3-bowler' 'python3-bpython' 'python3-bqplot' 'python3-branca' 'python3-breathe' 'python3-brewer2mpl' 'python3-brlapi' 'python3-brotlipy' 'python3-bsddb3' 'python3-bsddb3-devel' 'python3-bson' 'python3-bugzilla' 'python3-bugzillatools' 'python3-bump2version' 'python3-buttplug' 'python3-bytecode' 'python3-cPyparsing' 'python3-caca' 'python3-cached-property' 'python3-cachelib' 'python3-cachetools' 'python3-cachey' 'python3-cachy' 'python3-caffe' 'python3-caffe-gnu-hpc' 'python3-caffe_1_0-gnu-hpc' 'python3-cairocffi' 'python3-cairocffi-pixbuf' 'python3-caldav' 'python3-calmjs' 'python3-calmjs.parse' 'python3-calmjs.types' 'python3-calysto' 'python3-cangjie' 'python3-canonicaljson' 'python3-capng' 'python3-capstone' 'python3-capturer' 'python3-casacore' 'python3-case' 'python3-cassandra-driver' 'python3-cassowary' 'python3-castellan' 'python3-casttube' 'python3-catkin-pkg' 'python3-cauldron-notebook' 'python3-cbor' 'python3-cbor2' 'python3-cchardet' 'python3-ccm' 'python3-celery' 'python3-celery-batches' 'python3-celerymon' 'python3-ceph-argparse' 'python3-ceph-common' 'python3-cephfs' 'python3-cerealizer' 'python3-certbot' 'python3-certbot-apache' 'python3-certbot-dns-cloudflare' 'python3-certbot-dns-cloudxns' 'python3-certbot-dns-digitalocean' 'python3-certbot-dns-dnsimple' 'python3-certbot-dns-dnsmadeeasy' 'python3-certbot-dns-google' 'python3-certbot-dns-linode' 'python3-certbot-dns-luadns' 'python3-certbot-dns-nsone' 'python3-certbot-dns-rfc2136' 'python3-certbot-dns-route53' 'python3-certbot-nginx' 'python3-certifi' 'python3-certipy' 'python3-certstream' 'python3-cffi' 'python3-cfgdiff' 'python3-cfgv' 'python3-cfn-lint' 'python3-cfscrape' 'python3-cftime' 'python3-chai' 'python3-chainmap' 'python3-chardet' 'python3-charset-normalizer' 'python3-chart-studio' 'python3-chartify' 'python3-check-manifest' 'python3-cheroot' 'python3-chest' 'python3-cilium-microscope' 'python3-cinderclient' 'python3-ciscoconfparse' 'python3-cl' 'python3-clang' 'python3-cleo' 'python3-cli-helpers' 'python3-click' 'python3-click-aliases' 'python3-click-completion' 'python3-click-default-group' 'python3-click-didyoumean' 'python3-click-help-colors' 'python3-click-log' 'python3-click-man' 'python3-click-plugins' 'python3-click-repl' 'python3-click-spinner' 'python3-click-threading' 'python3-cliff' 'python3-cligj' 'python3-clikit' 'python3-clinkgrammar' 'python3-clint' 'python3-cloud-init-seed' 'python3-cloud-sptheme' 'python3-cloudflare' 'python3-cloudpickle' 'python3-cluster' 'python3-cluster-preflight-check' 'python3-clustershell' 'python3-cma' 'python3-cmapfile' 'python3-cmarkgfm' 'python3-cmd2' 'python3-cmdln' 'python3-coards' 'python3-coconut' 'python3-codecov' 'python3-cogapp' 'python3-colander' 'python3-colorama' 'python3-colorcet' 'python3-colorclass' 'python3-coloredlogs' 'python3-colorlog' 'python3-colorlover' 'python3-colormap' 'python3-colorspacious' 'python3-colour' 'python3-combi' 'python3-commentjson' 'python3-compat-patcher-core' 'python3-compizconfig' 'python3-concurrentloghandler' 'python3-configargparse' 'python3-configobj' 'python3-configshell-fb' 'python3-confluent-kafka' 'python3-confusable-homoglyphs' 'python3-congressclient' 'python3-constantly' 'python3-construct' 'python3-contexter' 'python3-contextlib2' 'python3-contextvars' 'python3-control' 'python3-convertdate' 'python3-cookies' 'python3-cooldict' 'python3-coreapi' 'python3-coreapi-cli' 'python3-coreschema' 'python3-cotyledon' 'python3-cov-core' 'python3-covdefaults' 'python3-coverage' 'python3-coverage-config-reload-plugin' 'python3-coverage-env-plugin' 'python3-coveralls' 'python3-coveralls-check' 'python3-cppclean' 'python3-cpplint' 'python3-cppy' 'python3-cracklib' 'python3-crashtest' 'python3-crayons' 'python3-crcmod' 'python3-createrepo_c' 'python3-cron-descriptor' 'python3-croniter' 'python3-crontab' 'python3-crumbs' 'python3-cryptography' 'python3-cryptography-vectors' 'python3-css-parser' 'python3-csscompressor' 'python3-cssselect' 'python3-cssselect2' 'python3-cssutils' 'python3-cstruct' 'python3-csv23' 'python3-csvkit' 'python3-ctypescrypto' 'python3-ctypeslib2' 'python3-cu2qu' 'python3-cufflinks' 'python3-cupshelpers' 'python3-curio' 'python3-curtsies' 'python3-cx_Freeze' 'python3-cymruwhois' 'python3-cytoolz' 'python3-czifile' 'python3-d2to1' 'python3-daemonize' 'python3-daiquiri' 'python3-dash' 'python3-dash-core-components' 'python3-dash-html-components' 'python3-dash-renderer' 'python3-dash-table' 'python3-dask' 'python3-dask-all' 'python3-dask-array' 'python3-dask-bag' 'python3-dask-dataframe' 'python3-dask-distributed' 'python3-dask-dot' 'python3-dask-multiprocessing' 'python3-datadiff' 'python3-datashader' 'python3-dateparser' 'python3-dateutils' 'python3-datrie' 'python3-dbf' 'python3-dbfread' 'python3-dbus-deviation' 'python3-dbus-presage' 'python3-dbus-python' 'python3-dbus-python-devel' 'python3-ddg3' 'python3-ddt' 'python3-deap' 'python3-debian' 'python3-debtcollector' 'python3-decorator' 'python3-deepdiff' 'python3-deepmerge' 'python3-defcon' 'python3-defusedxml' 'python3-delegator' 'python3-delegator.py' 'python3-deltarpm' 'python3-demjson' 'python3-dennis' 'python3-dephell' 'python3-dephell-archive' 'python3-dephell-argparse' 'python3-dephell-discover' 'python3-dephell-licenses' 'python3-dephell-links' 'python3-dephell-markers' 'python3-dephell-pythons' 'python3-dephell-setuptools' 'python3-dephell-shells' 'python3-dephell-specifier' 'python3-dephell-venvs' 'python3-dephell-versioning' 'python3-dephell_changelogs' 'python3-deprecation' 'python3-derpconf' 'python3-designateclient' 'python3-devpi-client' 'python3-devpi-common' 'python3-devpi-server' 'python3-dfVFS' 'python3-dfdatetime' 'python3-dfwinreg' 'python3-dialite' 'python3-dictdiffer' 'python3-dictknife' 'python3-dicttoxml' 'python3-diff-match-patch' 'python3-digitalocean' 'python3-dill' 'python3-dirtyjson' 'python3-discid' 'python3-discogs-client' 'python3-diskcache' 'python3-dist' 'python3-distlib' 'python3-distob' 'python3-distorm3' 'python3-distributed' 'python3-distro' 'python3-distroinfo' 'python3-distutils-extra' 'python3-dj-database-url' 'python3-django-allauth' 'python3-django-appconf' 'python3-django-assets' 'python3-django-attachments' 'python3-django-auth-ldap' 'python3-django-avatar' 'python3-django-axes' 'python3-django-bootstrap3' 'python3-django-braces' 'python3-django-cacheops' 'python3-django-ckeditor' 'python3-django-classy-tags' 'python3-django-codemod' 'python3-django-collectd-rest' 'python3-django-compressor' 'python3-django-contrib-comments' 'python3-django-cors-headers' 'python3-django-countries' 'python3-django-coverage-plugin' 'python3-django-crispy-forms' 'python3-django-debreach' 'python3-django-debug-toolbar' 'python3-django-dj-inmemorystorage' 'python3-django-environ' 'python3-django-eremaea2' 'python3-django-extensions' 'python3-django-extra-views' 'python3-django-filter' 'python3-django-formtools' 'python3-django-geoposition' 'python3-django-grappelli' 'python3-django-gravatar2' 'python3-django-guardian' 'python3-django-haystack' 'python3-django-health-check' 'python3-django-invitations' 'python3-django-ipware' 'python3-django-jinja' 'python3-django-js-asset' 'python3-django-json-widget' 'python3-django-jsonfield' 'python3-django-localflavor' 'python3-django-mailer' 'python3-django-mailman3' 'python3-django-minio-storage' 'python3-django-model-utils' 'python3-django-multiselectfield' 'python3-django-nine' 'python3-django-nose' 'python3-django-oauth-toolkit' 'python3-django-oidc-provider' 'python3-django-parler' 'python3-django-pglocks' 'python3-django-phonenumber-field' 'python3-django-picklefield' 'python3-django-pipeline' 'python3-django-polymorphic' 'python3-django-push-notifications' 'python3-django-pyscss' 'python3-django-q' 'python3-django-qsessions' 'python3-django-redis' 'python3-django-registration' 'python3-django-request' 'python3-django-rest-framework-braces' 'python3-django-rest-framework-client' 'python3-django-rest-framework-social-oauth2' 'python3-django-rest-invitations' 'python3-django-rest-knox' 'python3-django-reversion' 'python3-django-rosetta' 'python3-django-seed' 'python3-django-sekizai' 'python3-django-settings-toml' 'python3-django-silk' 'python3-django-sortedm2m' 'python3-django-storages' 'python3-django-tagging' 'python3-django-tastypie' 'python3-django-threadedcomments' 'python3-django-treebeard' 'python3-django-user-agents' 'python3-django-utils-six' 'python3-django-webpack-loader' 'python3-django-webtest' 'python3-django-widget-tweaks' 'python3-djangorestframework' 'python3-djangorestframework-camel-case' 'python3-djangorestframework-simplejwt' 'python3-djet' 'python3-djvulibre' 'python3-dkimpy' 'python3-dnf' 'python3-dnf-plugin-kickstart' 'python3-dnf-plugin-leaves' 'python3-dnf-plugin-local' 'python3-dnf-plugin-post-transaction-actions' 'python3-dnf-plugin-rpmconf' 'python3-dnf-plugin-show-leaves' 'python3-dnf-plugin-showvars' 'python3-dnf-plugin-snapper' 'python3-dnf-plugin-system-upgrade' 'python3-dnf-plugin-torproxy' 'python3-dnf-plugin-versionlock' 'python3-dnf-plugins-core' 'python3-dnf-plugins-extras-common' 'python3-dns-lexicon' 'python3-dnslib' 'python3-dnspython' 'python3-docformatter' 'python3-docker' 'python3-docker-compose' 'python3-docker-pycreds' 'python3-dockerpty' 'python3-docopt' 'python3-docrepr' 'python3-docutils' 'python3-docutils-ast-writer' 'python3-dogpile.cache' 'python3-dogslow' 'python3-dominate' 'python3-dotmap' 'python3-dparse' 'python3-dpcontracts' 'python3-dpkt' 'python3-dragonmapper' 'python3-drms' 'python3-dropbox' 'python3-dtaidistance' 'python3-dtaidistance-devel' 'python3-dtfabric' 'python3-duckduckgo2' 'python3-dukpy' 'python3-dukpy-kovidgoyal' 'python3-dulwich' 'python3-dynaconf' 'python3-easy-thumbnails' 'python3-easydev' 'python3-easygui' 'python3-easypysmb' 'python3-easywatch' 'python3-ebcdic' 'python3-ec2imgutils' 'python3-ec2metadata' 'python3-ecdsa' 'python3-ed25519' 'python3-edgegrid-python' 'python3-editdistance' 'python3-editdistance-devel' 'python3-efilter' 'python3-efl' 'python3-efl-doc' 'python3-efl-examples' 'python3-elasticsearch' 'python3-elasticsearch-dsl' 'python3-elementpath' 'python3-eliot' 'python3-email-reply-parser' 'python3-email_validator' 'python3-emcee' 'python3-emoji' 'python3-empy' 'python3-enaml' 'python3-encore' 'python3-enforce-pep8' 'python3-entrypoint2' 'python3-entrypoints' 'python3-environ-config' 'python3-environmental-override' 'python3-envisage' 'python3-enzyme' 'python3-ephem' 'python3-epubmerge' 'python3-eradicate' 'python3-espeak' 'python3-espressomd' 'python3-esptool' 'python3-et_xmlfile' 'python3-etcd' 'python3-ethtool' 'python3-evdev' 'python3-evemu' 'python3-eventlet' 'python3-evilunit' 'python3-evtx' 'python3-exam' 'python3-execnet' 'python3-exiv2' 'python3-expects' 'python3-exrex' 'python3-extension-helpers' 'python3-extras' 'python3-extratools' 'python3-ez_setup' 'python3-ezdxf' 'python3-fabio' 'python3-factory_boy' 'python3-fake-useragent' 'python3-fakeredis' 'python3-falcon' 'python3-fanficfare' 'python3-fann2' 'python3-fastTSNE' 'python3-fastcluster' 'python3-fasteners' 'python3-fastimport' 'python3-fastjet' 'python3-fastnumbers' 'python3-fastparquet' 'python3-fastremap' 'python3-fb-re2' 'python3-featureflow' 'python3-fedmsg' 'python3-feedgen' 'python3-feedgenerator' 'python3-feedparser' 'python3-ffmpeg-python' 'python3-fido2' 'python3-fields' 'python3-fife' 'python3-filelock' 'python3-filetype' 'python3-finance_enums' 'python3-fire' 'python3-firewall' 'python3-first' 'python3-fissix' 'python3-fityk' 'python3-fixtures' 'python3-flake8' 'python3-flake8-blind-except' 'python3-flake8-bugbear' 'python3-flake8-builtins' 'python3-flake8-class-newline' 'python3-flake8-comprehensions' 'python3-flake8-debugger' 'python3-flake8-deprecated' 'python3-flake8-docstrings' 'python3-flake8-future-import' 'python3-flake8-import-order' 'python3-flake8-imports' 'python3-flake8-isort' 'python3-flake8-pep3101' 'python3-flake8-polyfill' 'python3-flake8-pyi' 'python3-flake8-quotes' 'python3-flaky' 'python3-flasgger' 'python3-flask-jwt-extended' 'python3-flask-oidc' 'python3-flask-peewee' 'python3-flask-restplus' 'python3-flask-restx' 'python3-flatbuffers' 'python3-flatdict' 'python3-flex' 'python3-flexmock' 'python3-flexx' 'python3-flickrapi' 'python3-flit' 'python3-flit-core' 'python3-flower' 'python3-fluent' 'python3-flufl.bounce' 'python3-flufl.i18n' 'python3-flufl.lock' 'python3-flufl.testing' 'python3-fluidity-sm' 'python3-flup' 'python3-folium' 'python3-fontMath' 'python3-fontParts' 'python3-fontPens' 'python3-forbiddenfruit' 'python3-formats' 'python3-framel' 'python3-freeipa' 'python3-freetype-py' 'python3-freezegun' 'python3-freezerclient' 'python3-fritzconnection' 'python3-frozendict' 'python3-fs' 'python3-fsspec' 'python3-ftfy' 'python3-ftputil' 'python3-fudge' 'python3-funcparserlib' 'python3-funcy' 'python3-furl' 'python3-fuse' 'python3-fusepy' 'python3-future' 'python3-futurist' 'python3-fuzzywuzzy' 'python3-fysom' 'python3-gTTS' 'python3-gTTS-token' 'python3-gabbi' 'python3-gast' 'python3-gcemetadata' 'python3-gcsfs' 'python3-gcsfs-fuse' 'python3-gdcm' 'python3-gear' 'python3-ged4py' 'python3-gedit' 'python3-geis' 'python3-genders' 'python3-genfire' 'python3-gensio' 'python3-genty' 'python3-geographiclib' 'python3-geoip2' 'python3-geojson' 'python3-geolib' 'python3-geolinks' 'python3-geomdl' 'python3-geomet' 'python3-geopy' 'python3-getmac' 'python3-gevent' 'python3-geventhttpclient' 'python3-gexiv2' 'python3-ggplot' 'python3-girder-client' 'python3-git-deps' 'python3-git-pw' 'python3-git-url-parse' 'python3-gitdb' 'python3-github3.py' 'python3-gitlint' 'python3-glanceclient' 'python3-glean' 'python3-glfw' 'python3-glob2' 'python3-glom' 'python3-glucat' 'python3-gluster' 'python3-gmconfig' 'python3-gmpy' 'python3-gmpy2' 'python3-gmsh' 'python3-gns3fy' 'python3-gnucash' 'python3-gobject' 'python3-gobject-Gdk' 'python3-gobject-cairo' 'python3-gobject-devel' 'python3-gobject2' 'python3-gobject2-devel' 'python3-gom' 'python3-goobook' 'python3-google-api-core' 'python3-google-api-python-client' 'python3-google-auth' 'python3-google-auth-httplib2' 'python3-google-auth-oauthlib' 'python3-google-cloud-core' 'python3-google-cloud-kms' 'python3-google-cloud-speech' 'python3-google-cloud-storage' 'python3-google-cloud-translate' 'python3-google-pasta' 'python3-google-resumable-media' 'python3-googleapis-common-protos' 'python3-googlemaps' 'python3-gpg' 'python3-gpgme' 'python3-gphoto2' 'python3-gpiod' 'python3-gprof2dot' 'python3-gps3' 'python3-gpsd' 'python3-gpxpy' 'python3-gr-iqbal' 'python3-grab' 'python3-graphene' 'python3-graphene-django' 'python3-graphql-core' 'python3-graphql-relay' 'python3-graphviz' 'python3-greenlet' 'python3-greenlet-devel' 'python3-grpc-google-iam-v1' 'python3-grpcio' 'python3-grpcio-gcp' 'python3-gscholar' 'python3-gspread' 'python3-gssapi' 'python3-gst' 'python3-gsw' 'python3-guessit' 'python3-gunicorn' 'python3-guzzle_sphinx_theme' 'python3-gv' 'python3-gvm-tools' 'python3-gwcs' 'python3-gwyfile' 'python3-gyp' 'python3-h11' 'python3-h2' 'python3-h5netcdf' 'python3-h5py' 'python3-hammett' 'python3-hankel' 'python3-hanzidentifier' 'python3-happybase' 'python3-haproxyctl' 'python3-hashids' 'python3-hatch' 'python3-hawkauthlib' 'python3-hawkey' 'python3-hcloud' 'python3-hdf5storage' 'python3-heatclient' 'python3-helpdev' 'python3-hepunits' 'python3-hetzner' 'python3-hetznercloud' 'python3-hexdump' 'python3-hide-code' 'python3-hiredis' 'python3-hivex' 'python3-hkdf' 'python3-hl7apy' 'python3-holidays' 'python3-holoviews' 'python3-hotdoc' 'python3-hpack' 'python3-html2text' 'python3-html5-parser' 'python3-html5lib' 'python3-htmlmin' 'python3-httmock' 'python3-http-ece' 'python3-http-parser' 'python3-httpbin' 'python3-httpie' 'python3-httplib2' 'python3-httpretty' 'python3-httpsig_cffi' 'python3-httptools' 'python3-humanfriendly' 'python3-humanhash3' 'python3-humanize' 'python3-humanreadable' 'python3-hupper' 'python3-husl' 'python3-hvac' 'python3-hvplot' 'python3-hyper' 'python3-hyperframe' 'python3-hyperlink' 'python3-hypothesis' 'python3-hypothesis-auto' 'python3-hypothesis-fspaths' 'python3-hypothesmith' 'python3-i3ipc' 'python3-icalendar' 'python3-identify' 'python3-idna' 'python3-idna_ssl' 'python3-ifaddr' 'python3-ifconfig-parser' 'python3-ijson' 'python3-imagecodecs' 'python3-imageio' 'python3-imageio-ffmpeg' 'python3-imagesize' 'python3-imbox' 'python3-img-proof' 'python3-img-proof-tests' 'python3-img2pdf' 'python3-iminuit' 'python3-immutables' 'python3-imobiledevice' 'python3-impacket' 'python3-importlab' 'python3-imread' 'python3-imreg' 'python3-incremental' 'python3-infinity' 'python3-inflect' 'python3-inflection' 'python3-influxdb' 'python3-iniconfig' 'python3-inifile' 'python3-iniparse' 'python3-injector' 'python3-inspektor' 'python3-intake' 'python3-interrogate' 'python3-intervals' 'python3-intervaltree' 'python3-invocations' 'python3-invoke' 'python3-iocapture' 'python3-ioflo' 'python3-ipa_hbac' 'python3-ipaddr' 'python3-ipdb' 'python3-iptables' 'python3-ipy' 'python3-ipydatawidgets' 'python3-ipyevents' 'python3-ipykernel' 'python3-ipyleaflet' 'python3-ipympl' 'python3-ipyparallel' 'python3-ipyscales' 'python3-ipysheet' 'python3-ipython' 'python3-ipython-iptest' 'python3-ipython_genutils' 'python3-ipyvolume' 'python3-ipywebrtc' 'python3-ipywidgets' 'python3-irc' 'python3-ironic-inspector-client' 'python3-ironicclient' 'python3-isc_dhcp_leases' 'python3-iso3166' 'python3-iso8601' 'python3-isodate' 'python3-isort' 'python3-itemadapter' 'python3-itk' 'python3-itsdangerous' 'python3-itypes' 'python3-iwlib' 'python3-j2gen' 'python3-jaraco.base' 'python3-jaraco.classes' 'python3-jaraco.collections' 'python3-jaraco.envs' 'python3-jaraco.functools' 'python3-jaraco.itertools' 'python3-jaraco.logging' 'python3-jaraco.packaging' 'python3-jaraco.stream' 'python3-jaraco.text' 'python3-javapackages' 'python3-javaproperties' 'python3-jdatetime' 'python3-jdcal' 'python3-jedi' 'python3-jedihttp' 'python3-jeepney' 'python3-jellyfish' 'python3-jenkins-job-builder' 'python3-jenkinsapi' 'python3-jfscripts' 'python3-jgraph' 'python3-jinja2-fsloader' 'python3-jinja2-pluralize' 'python3-jinja2-time' 'python3-jira' 'python3-jirafs' 'python3-jmespath' 'python3-joblib' 'python3-josepy' 'python3-jplephem' 'python3-jsbeautifier' 'python3-jsmin' 'python3-json-rpc' 'python3-json5' 'python3-json_tricks' 'python3-jsondate' 'python3-jsondiff' 'python3-jsonextended' 'python3-jsonlib-python3' 'python3-jsonlines' 'python3-jsonpatch' 'python3-jsonpath-rw' 'python3-jsonpath-rw-ext' 'python3-jsonpickle' 'python3-jsonpointer' 'python3-jsonref' 'python3-jsonrpclib-pelix' 'python3-jsonschema' 'python3-jsonslicer' 'python3-jsonxs' 'python3-junit-xml' 'python3-junitxml' 'python3-junos-eznc' 'python3-jupyter-client' 'python3-jupyter-contrib-nbextensions' 'python3-jupyter-core' 'python3-jupyter-datatables' 'python3-jupyter-nbutils' 'python3-jupyter-packaging' 'python3-jupyter-protocol' 'python3-jupyter-require' 'python3-jupyter-server' 'python3-jupyter-sphinx' 'python3-jupyter-telemetry' 'python3-jupyter_console' 'python3-jupyter_contrib_core' 'python3-jupyter_highlight_selected_word' 'python3-jupyter_kernel_test' 'python3-jupyter_latex_envs' 'python3-jupyter_nbextensions_configurator' 'python3-jupyterlab' 'python3-jupyterlab-pygments' 'python3-jupyterlab-templates' 'python3-jupytext' 'python3-jwcrypto' 'python3-k5test' 'python3-kafka-python' 'python3-kaitaistruct' 'python3-kasa' 'python3-kazoo' 'python3-kea' 'python3-keepalive' 'python3-keras2onnx' 'python3-kerberos' 'python3-keyczar' 'python3-keyring' 'python3-keyrings.alt' 'python3-keystoneauth1' 'python3-keystoneclient' 'python3-keystonemiddleware' 'python3-kismet-rest' 'python3-kismetdb' 'python3-kitchen' 'python3-kiwi' 'python3-kiwisolver' 'python3-kmatch' 'python3-kmod' 'python3-knack' 'python3-kombu' 'python3-kopano' 'python3-korean-lunar-calendar' 'python3-kubernetes' 'python3-kwant' 'python3-l20n' 'python3-labelImg' 'python3-labels' 'python3-lal' 'python3-lancet-ioam' 'python3-langdetect' 'python3-langtable' 'python3-language-check' 'python3-lark-parser' 'python3-lasso' 'python3-latexcodec' 'python3-lazr.config' 'python3-lazr.delegates' 'python3-lazr.uri' 'python3-lazy' 'python3-lazy-object-proxy' 'python3-lazyarray' 'python3-ldap' 'python3-ldap3' 'python3-ldapdomaindump' 'python3-ldappool' 'python3-ldaptor' 'python3-ldb' 'python3-ldb-32bit' 'python3-ldb-devel' 'python3-ldns' 'python3-leather' 'python3-lensfun' 'python3-lesscpy' 'python3-leveldb' 'python3-lexicon' 'python3-lfdfiles' 'python3-lhafile' 'python3-lib3to6' 'python3-libaccounts' 'python3-libarchive' 'python3-libarchive-c' 'python3-libbde' 'python3-libblockdev' 'python3-libbytesize' 'python3-libcec' 'python3-libcomps' 'python3-libcst' 'python3-libdnf' 'python3-libesedb' 'python3-libevt' 'python3-libevtx' 'python3-libewf' 'python3-libexe' 'python3-libfdt' 'python3-libfsapfs' 'python3-libfsntfs' 'python3-libftdi1' 'python3-libfvde' 'python3-libfwnt' 'python3-libfwsi' 'python3-libguestfs' 'python3-libixion' 'python3-libkdumpfile' 'python3-liblarch' 'python3-liblarch-gtk' 'python3-liblnk' 'python3-libluksde' 'python3-libmodulemd' 'python3-libmount' 'python3-libmsiecf' 'python3-libnacl' 'python3-libolecf' 'python3-liborcus' 'python3-libpamtest' 'python3-libpff' 'python3-libpfm' 'python3-libprelude' 'python3-libpreludedb' 'python3-libproxy' 'python3-libqcow' 'python3-libregf' 'python3-librepo' 'python3-librosa' 'python3-librouteros' 'python3-libsass' 'python3-libscca' 'python3-libsignon-glib' 'python3-libsigscan' 'python3-libsmdev' 'python3-libsmraw' 'python3-libsoc' 'python3-libstoragemgmt' 'python3-libstoragemgmt-clibs' 'python3-libtorrent-rasterbar' 'python3-libtorrent-rasterbar-1' 'python3-libusb1' 'python3-libvhdi' 'python3-libvirt-python' 'python3-libvmdk' 'python3-libvoikko' 'python3-libvshadow' 'python3-libvslvm' 'python3-libxml2' 'python3-license-expression' 'python3-lilv' 'python3-limnoria' 'python3-line_profiler' 'python3-linecache2' 'python3-lineup-widget' 'python3-link-traits' 'python3-linstor' 'python3-linstor-client' 'python3-linux-procfs' 'python3-lit' 'python3-lldb' 'python3-lldb10' 'python3-lldb7' 'python3-lldb8' 'python3-lldb9' 'python3-llfuse' 'python3-llvmlite' 'python3-lmdb' 'python3-lmfit' 'python3-lml' 'python3-localzone' 'python3-locket' 'python3-lockfile' 'python3-logilab-common' 'python3-logreduce' 'python3-loguru' 'python3-logutils' 'python3-logzero' 'python3-louis' 'python3-lscsoft-glue' 'python3-lttngust' 'python3-lupa' 'python3-lws' 'python3-lxml' 'python3-lxml-devel' 'python3-lz4' 'python3-lzmaffi' 'python3-m2r' 'python3-macholib' 'python3-magic' 'python3-magic-wormhole' 'python3-magic-wormhole-mailbox-server' 'python3-magic-wormhole-transit-relay' 'python3-magicalimport' 'python3-magnumclient' 'python3-mailman' 'python3-mailman-hyperkitty' 'python3-mailman-web' 'python3-mailman3-fedmsg-plugin' 'python3-mailmanclient' 'python3-main-wrapper' 'python3-managesieve' 'python3-mando' 'python3-manilaclient' 'python3-manuel' 'python3-manuel-doc' 'python3-mapi' 'python3-marathon' 'python3-marisa' 'python3-markdown-math' 'python3-markdown2' 'python3-marshmallow' 'python3-masakariclient' 'python3-matplotlib' 'python3-matplotlib-cairo' 'python3-matplotlib-gtk3' 'python3-matplotlib-latex' 'python3-matplotlib-qt5' 'python3-matplotlib-testdata' 'python3-matplotlib-tk' 'python3-matplotlib-web' 'python3-matplotlib-wx' 'python3-matrix-synapse-ldap3' 'python3-mautrix' 'python3-mautrix-telegram' 'python3-maxminddb' 'python3-mbstrdecoder' 'python3-mccabe' 'python3-md2workflow' 'python3-md2workflow-plugins-jira' 'python3-md2workflow-plugins-redmine' 'python3-mechanize' 'python3-meld3' 'python3-memory_profiler' 'python3-metaextract' 'python3-metakernel' 'python3-metamagic.json' 'python3-methodtools' 'python3-mimesis' 'python3-minidb' 'python3-minio' 'python3-miniupnpc' 'python3-misaka' 'python3-missingno' 'python3-mistralclient' 'python3-mistune' 'python3-mitmproxy' 'python3-mizani' 'python3-mlt' 'python3-moban' 'python3-moban-ansible' 'python3-mock' 'python3-mock-open' 'python3-mocket' 'python3-mockito' 'python3-mockldap' 'python3-model-bakery' 'python3-modernize' 'python3-mohawk' 'python3-moksha-common' 'python3-moksha-hub' 'python3-monascaclient' 'python3-mongoengine' 'python3-monitoring-plugins-http_json' 'python3-monotonic' 'python3-more-itertools' 'python3-morecvutils' 'python3-moreorless' 'python3-moretools' 'python3-moto' 'python3-moviepy' 'python3-mox3' 'python3-mpi4py' 'python3-mpi4py-devel' 'python3-mplcursors' 'python3-mpmath' 'python3-mraa' 'python3-mrcz' 'python3-msal' 'python3-msal-extensions' 'python3-msgpack' 'python3-msgpack-numpy' 'python3-msk' 'python3-msm' 'python3-msoffcrypto-tool' 'python3-msrest' 'python3-msrestazure' 'python3-mss' 'python3-mujson' 'python3-mulpyplexer' 'python3-multi_key_dict' 'python3-multidict' 'python3-multipledispatch' 'python3-munch' 'python3-munkres' 'python3-murano-pkg-check' 'python3-musicbrainzngs' 'python3-mutagen' 'python3-mutatorMath' 'python3-mutmut' 'python3-mutt-ics' 'python3-mygpoclient' 'python3-mypy_extensions' 'python3-mysql-connector-python' 'python3-mysqlclient' 'python3-nagiosplugin' 'python3-napalm' 'python3-napalm-ansible' 'python3-napalm-arubaos-switch' 'python3-napalm-asa' 'python3-napalm-digineo-procurve' 'python3-napalm-exos' 'python3-napalm-procurve' 'python3-natsort' 'python3-nautilus' 'python3-nautilus-devel' 'python3-nbclient' 'python3-nbconvert' 'python3-nbdime' 'python3-nbformat' 'python3-nbindex-jupyter' 'python3-nbinteract' 'python3-nbsmoke' 'python3-nbsphinx' 'python3-nbsphinx-link' 'python3-nbval' 'python3-nbxmpp' 'python3-nbxmpp-doc' 'python3-ncclient' 'python3-ndg-httpsclient' 'python3-nemo' 'python3-neovim' 'python3-neovim-remote' 'python3-nest-asyncio' 'python3-net-snmp' 'python3-netCDF4' 'python3-netaddr' 'python3-netifaces' 'python3-netmiko' 'python3-netpbmfile' 'python3-networkx' 'python3-neutronclient' 'python3-newt' 'python3-nftables' 'python3-nghttp2' 'python3-nibabel' 'python3-nilearn' 'python3-nine' 'python3-nltk' 'python3-node-semver' 'python3-nodeenv' 'python3-nornir' 'python3-nose' 'python3-nose-cov' 'python3-nose-cover3' 'python3-nose-exclude' 'python3-nose-progressive' 'python3-nose-random' 'python3-nose-timer' 'python3-nose2' 'python3-nose2pytest' 'python3-nose_warnings_filters' 'python3-nosexcover' 'python3-notcurses' 'python3-notebook' 'python3-notebook-lang' 'python3-notify2' 'python3-notmuch' 'python3-novaclient' 'python3-nox' 'python3-npTDMS' 'python3-nss' 'python3-ntc-templates' 'python3-ntfy' 'python3-ntlm-auth' 'python3-ntp' 'python3-ntplib' 'python3-num2words' 'python3-numba' 'python3-numba-devel' 'python3-numericalunits' 'python3-numexpr' 'python3-numpy' 'python3-numpy-devel' 'python3-numpy-gnu-hpc' 'python3-numpy-gnu-hpc-devel' 'python3-numpy_1_19_0-gnu-hpc' 'python3-numpy_1_19_0-gnu-hpc-devel' 'python3-numpydoc' 'python3-nwdiag' 'python3-nxapi-plumbing' 'python3-o2sclpy' 'python3-oauth2' 'python3-oauth2client' 'python3-oauth2client-flask' 'python3-oauth2client-gce' 'python3-oauthlib' 'python3-obexftp' 'python3-objgraph' 'python3-oci-sdk' 'python3-oct2py' 'python3-octave-kernel' 'python3-octaviaclient' 'python3-odfpy' 'python3-odorik' 'python3-oic' 'python3-oiffile' 'python3-olefile' 'python3-onionshare' 'python3-onnx' 'python3-onnxconverter-common' 'python3-opcodes' 'python3-openapi-codec' 'python3-openapi-core' 'python3-openapi-schema-validator' 'python3-openapi-spec-validator' 'python3-openbabel' 'python3-opencensus' 'python3-opencensus-context' 'python3-opencensus-ext-azure' 'python3-opencensus-ext-threading' 'python3-opencv' 'python3-opencv3' 'python3-opengl' 'python3-opengl-accelerate' 'python3-openmesh' 'python3-openpyxl' 'python3-openqa_client' 'python3-openqa_review' 'python3-openshot' 'python3-openstack-doc-tools' 'python3-openstack.nose_plugin' 'python3-openstackclient' 'python3-openstackdocstheme' 'python3-openstacksdk' 'python3-opentelemetry-api' 'python3-openwrt-luci-rpc' 'python3-openwsman' 'python3-opt-einsum' 'python3-orange-canvas-core' 'python3-orange-widget-base' 'python3-ordered-namespace' 'python3-ordered-set' 'python3-orderedmultidict' 'python3-os-api-ref' 'python3-os-client-config' 'python3-os-service-types' 'python3-osc-lib' 'python3-osc-tiny' 'python3-oscrypto' 'python3-osdlyrics' 'python3-oslo.cache' 'python3-oslo.concurrency' 'python3-oslo.config' 'python3-oslo.context' 'python3-oslo.db' 'python3-oslo.i18n' 'python3-oslo.log' 'python3-oslo.messaging' 'python3-oslo.messaging-doc' 'python3-oslo.middleware' 'python3-oslo.middleware-doc' 'python3-oslo.policy' 'python3-oslo.privsep' 'python3-oslo.reports' 'python3-oslo.rootwrap' 'python3-oslo.serialization' 'python3-oslo.service' 'python3-oslo.utils' 'python3-oslo.versionedobjects' 'python3-oslo.vmware' 'python3-oslotest' 'python3-osmviz' 'python3-ospd' 'python3-ospd-openvas' 'python3-osprofiler' 'python3-otb' 'python3-outcome' 'python3-ovirt-engine-sdk' 'python3-ovs' 'python3-ovsdbapp' 'python3-pa-ringbuffer' 'python3-packaging' 'python3-padaos' 'python3-padatious' 'python3-paho-mqtt' 'python3-pako' 'python3-palettable' 'python3-pamela' 'python3-pampy' 'python3-pamqp' 'python3-pan-python' 'python3-pandas' 'python3-pandas-datareader' 'python3-pandas-ext' 'python3-pandocfilters' 'python3-panel' 'python3-panflute' 'python3-papermill' 'python3-parallax' 'python3-param' 'python3-parameterized' 'python3-paramiko' 'python3-paramiko-expect' 'python3-paraview' 'python3-parfive' 'python3-parse' 'python3-parse_type' 'python3-parsedatetime' 'python3-parsel' 'python3-parsimonious' 'python3-parso' 'python3-partd' 'python3-parted' 'python3-particle' 'python3-parver' 'python3-pass_python_keyring' 'python3-passa' 'python3-passivetotal' 'python3-passlib' 'python3-pastel' 'python3-pastream' 'python3-path' 'python3-pathlib' 'python3-pathlib2' 'python3-pathspec' 'python3-pathtools' 'python3-pathvalidate' 'python3-patiencediff' 'python3-patsy' 'python3-pbkdf2' 'python3-pbr' 'python3-pcp' 'python3-pdd' 'python3-pdfkit' 'python3-pdfminer.six' 'python3-pdfrw' 'python3-pecan' 'python3-peewee' 'python3-pefile' 'python3-pelican' 'python3-pem' 'python3-pendulum' 'python3-pep517' 'python3-pep8-naming' 'python3-peppercorn' 'python3-percy' 'python3-perfume-bench' 'python3-persistent' 'python3-persistent-devel' 'python3-petact' 'python3-pexpect' 'python3-pgmagick' 'python3-phabricator' 'python3-phonenumbers' 'python3-photutils' 'python3-phply' 'python3-phue' 'python3-physt' 'python3-pick' 'python3-pickleshare' 'python3-piexif' 'python3-pifpaf' 'python3-pika' 'python3-pika-pool' 'python3-pikepdf' 'python3-pilkit' 'python3-pingparsing' 'python3-pip' 'python3-pip-api' 'python3-pip-licenses' 'python3-pip-shims' 'python3-pipdeptree' 'python3-pipreqs' 'python3-pipx' 'python3-pivy' 'python3-pkgconfig' 'python3-pkginfo' 'python3-plaster' 'python3-plaster-pastedeploy' 'python3-platformio' 'python3-plette' 'python3-plist' 'python3-plotly' 'python3-plotly-jupyter' 'python3-plplot' 'python3-pluggy' 'python3-pluginbase' 'python3-plumbum' 'python3-ply' 'python3-plyvel' 'python3-pmw' 'python3-pname' 'python3-pocketsphinx' 'python3-pocketsphinx5' 'python3-podcastparser' 'python3-podman' 'python3-podman-compose' 'python3-poetry' 'python3-polib' 'python3-policycoreutils' 'python3-pomegranate' 'python3-pomegranate-devel' 'python3-pontos' 'python3-pony' 'python3-pook' 'python3-poppler-qt5' 'python3-port-for' 'python3-portalocker' 'python3-portend' 'python3-portpicker' 'python3-positional' 'python3-postorius' 'python3-power' 'python3-poyo' 'python3-pprintpp' 'python3-praatio' 'python3-pre-commit' 'python3-precis-i18n' 'python3-precise-runner' 'python3-preggy' 'python3-prelude-correlator' 'python3-premailer' 'python3-presage' 'python3-presagemate' 'python3-prestring' 'python3-pretend' 'python3-prewikka' 'python3-proboscis' 'python3-process-tests' 'python3-proglog' 'python3-progress' 'python3-progressbar' 'python3-progressbar2' 'python3-prometheus_client' 'python3-promise' 'python3-prompt_toolkit' 'python3-prompt_toolkit1' 'python3-proselint' 'python3-protobuf' 'python3-psautohint' 'python3-pscript' 'python3-psutil' 'python3-psychtoolbox' 'python3-psycopg2' 'python3-psycopg2cffi' 'python3-ptpython' 'python3-ptpython-ptipython' 'python3-ptr' 'python3-ptyprocess' 'python3-publicsuffix' 'python3-publicsuffix2' 'python3-publicsuffixlist' 'python3-pudb' 'python3-pulsectl' 'python3-pure-sasl' 'python3-purl' 'python3-pwquality' 'python3-py' 'python3-py-cpuinfo' 'python3-py-espeak-ng' 'python3-py-multihash' 'python3-py-radix' 'python3-py-ubjson' 'python3-py-vapid' 'python3-py2pack' 'python3-py3c' 'python3-py3dns' 'python3-py3status' 'python3-pyDOE2' 'python3-pyFFTW' 'python3-pyIOSXR' 'python3-pyLibravatar' 'python3-pyModis' 'python3-pyOCD' 'python3-pyOpenSSL' 'python3-pyPEG2' 'python3-pyRFC3339' 'python3-pyRXP' 'python3-pyScss' 'python3-pyUSID' 'python3-pyVows' 'python3-pyacoustid' 'python3-pyaes' 'python3-pyalsaaudio' 'python3-pyaml' 'python3-pyannotate' 'python3-pyasn1' 'python3-pyasn1-modules' 'python3-pybars3' 'python3-pybeam' 'python3-pybind11' 'python3-pybind11-devel' 'python3-pyblake2' 'python3-pybluez' 'python3-pybtex' 'python3-pybugz' 'python3-pycadf' 'python3-pycairo' 'python3-pycairo-devel' 'python3-pycares' 'python3-pycdio' 'python3-pycha' 'python3-pychm' 'python3-pyclipper' 'python3-pycocotools' 'python3-pycodestyle' 'python3-pycountry' 'python3-pycparser' 'python3-pycryptodome' 'python3-pycryptodomex' 'python3-pycsw' 'python3-pyct' 'python3-pycups' 'python3-pycurl' 'python3-pycxx' 'python3-pycxx-devel' 'python3-pydantic' 'python3-pydash' 'python3-pydata-google-auth' 'python3-pydbus' 'python3-pydenticon' 'python3-pydicom' 'python3-pydle' 'python3-pydocstyle' 'python3-pydocumentdb' 'python3-pydot' 'python3-pydot3' 'python3-pydotplus' 'python3-pydub' 'python3-pyeapi' 'python3-pyee' 'python3-pyelftools' 'python3-pyemd' 'python3-pyenchant' 'python3-pyerfa' 'python3-pyface' 'python3-pyfakefs' 'python3-pyfeyn' 'python3-pyfg' 'python3-pyfiglet' 'python3-pyflakes' 'python3-pyftpdlib' 'python3-pyfuse3' 'python3-pygal' 'python3-pygaljs' 'python3-pygame' 'python3-pygame-devel' 'python3-pygerrit2' 'python3-pyghmi' 'python3-pygit2' 'python3-pyglet' 'python3-pygments-ansi-color' 'python3-pygments-pytest' 'python3-pygments-style-railscasts' 'python3-pygn' 'python3-pygraphviz' 'python3-pyhcl' 'python3-pyhibp' 'python3-pyinotify' 'python3-pyjavaproperties' 'python3-pyjokes' 'python3-pyjsparser' 'python3-pyjwkest' 'python3-pykafka' 'python3-pykeepass' 'python3-pykerberos' 'python3-pykickstart' 'python3-pykwalify' 'python3-pylama' 'python3-pylast' 'python3-pylev' 'python3-pylibacl' 'python3-pyliblo' 'python3-pyliblo-doc' 'python3-pylibmc' 'python3-pylineclip' 'python3-pylint' 'python3-pylons-sphinx-themes' 'python3-pylru' 'python3-pylzma' 'python3-pymacaroons' 'python3-pymacaroons-pynacl' 'python3-pymad' 'python3-pymarc' 'python3-pymavlink' 'python3-pymediainfo' 'python3-pymemcache' 'python3-pymetar' 'python3-pymilter' 'python3-pymisp' 'python3-pymod2pkg' 'python3-pymol' 'python3-pymongo' 'python3-pynamodb' 'python3-pynetbox' 'python3-pyngus' 'python3-pynxos' 'python3-pyo' 'python3-pyocr' 'python3-pyodbc' 'python3-pyosf' 'python3-pyotp' 'python3-pyowm' 'python3-pypandoc' 'python3-pyparallel' 'python3-pyparsing' 'python3-pyperclip' 'python3-pyperf' 'python3-pypet' 'python3-pypipegraph' 'python3-pypiserver' 'python3-pypng' 'python3-pyppeteer' 'python3-pyprel' 'python3-pyprimes' 'python3-pyproj' 'python3-pyprompter' 'python3-pypsexec' 'python3-pypuppetdb' 'python3-pyqtgraph' 'python3-pyquery' 'python3-pyrad' 'python3-pyramid' 'python3-pyramid-chameleon' 'python3-pyramid-debugtoolbar' 'python3-pyramid-mako' 'python3-pyreadstat' 'python3-pyroma' 'python3-pyroomacoustics' 'python3-pyroute2' 'python3-pyrsistent' 'python3-pysaml2' 'python3-pyscard' 'python3-pyscreenshot' 'python3-pysearpc' 'python3-pysendfile' 'python3-pyserial' 'python3-pysha3' 'python3-pyshark' 'python3-pyshould' 'python3-pyshp' 'python3-pyside2' 'python3-pyside2-devel' 'python3-pyside2-examples' 'python3-pysmb' 'python3-pysmbc' 'python3-pysmi' 'python3-pysndfile' 'python3-pysnmp' 'python3-pysofaconventions' 'python3-pysol-cards' 'python3-pysolr' 'python3-pyspnego' 'python3-pysrt' 'python3-pyssim' 'python3-pystache' 'python3-pysvn' 'python3-pytaglib' 'python3-pyte' 'python3-pytesseract' 'python3-pytest' 'python3-pytest-aiofiles' 'python3-pytest-aiohttp' 'python3-pytest-arraydiff' 'python3-pytest-astropy' 'python3-pytest-astropy-header' 'python3-pytest-asyncio' 'python3-pytest-attrib' 'python3-pytest-base-url' 'python3-pytest-bdd' 'python3-pytest-benchmark' 'python3-pytest-black' 'python3-pytest-check-links' 'python3-pytest-click' 'python3-pytest-console-scripts' 'python3-pytest-cookies' 'python3-pytest-cov' 'python3-pytest-datadir' 'python3-pytest-describe' 'python3-pytest-django' 'python3-pytest-djangoapp' 'python3-pytest-doctestplus' 'python3-pytest-dotenv' 'python3-pytest-echo' 'python3-pytest-env' 'python3-pytest-error-for-skips' 'python3-pytest-expect' 'python3-pytest-filter-subpackage' 'python3-pytest-fixture-config' 'python3-pytest-flake8' 'python3-pytest-flake8dir' 'python3-pytest-flakes' 'python3-pytest-flask' 'python3-pytest-forked' 'python3-pytest-freezegun' 'python3-pytest-git' 'python3-pytest-helpers-namespace' 'python3-pytest-html' 'python3-pytest-httpbin' 'python3-pytest-httpserver' 'python3-pytest-instafail' 'python3-pytest-isort' 'python3-pytest-lazy-fixture' 'python3-pytest-listener' 'python3-pytest-localserver' 'python3-pytest-metadata' 'python3-pytest-mock' 'python3-pytest-mpl' 'python3-pytest-openfiles' 'python3-pytest-ordering' 'python3-pytest-parallel' 'python3-pytest-percent' 'python3-pytest-plus' 'python3-pytest-profiling' 'python3-pytest-pycodestyle' 'python3-pytest-pyramid-server' 'python3-pytest-pythonpath' 'python3-pytest-qt' 'python3-pytest-random-order' 'python3-pytest-randomly' 'python3-pytest-relaxed' 'python3-pytest-remotedata' 'python3-pytest-reorder' 'python3-pytest-repeat' 'python3-pytest-rerunfailures' 'python3-pytest-responsemock' 'python3-pytest-runner' 'python3-pytest-server-fixtures' 'python3-pytest-services' 'python3-pytest-shutil' 'python3-pytest-socket' 'python3-pytest-spec' 'python3-pytest-sphinx' 'python3-pytest-subtesthack' 'python3-pytest-subtests' 'python3-pytest-sugar' 'python3-pytest-super-check' 'python3-pytest-svn' 'python3-pytest-testconfig' 'python3-pytest-timeout' 'python3-pytest-tldr' 'python3-pytest-toolbox' 'python3-pytest-tornado' 'python3-pytest-tornasync' 'python3-pytest-translations' 'python3-pytest-travis-fold' 'python3-pytest-trio' 'python3-pytest-twisted' 'python3-pytest-vcr' 'python3-pytest-verbose-parametrize' 'python3-pytest-virtualenv' 'python3-pytest-xdist' 'python3-pytest-xvfb' 'python3-pytest5' 'python3-python-afl' 'python3-python-aiml' 'python3-python-barcode' 'python3-python-bidi' 'python3-python-box' 'python3-python-cjson' 'python3-python-consul' 'python3-python-coveralls' 'python3-python-crfsuite' 'python3-python-crontab' 'python3-python-daemon' 'python3-python-datamatrix' 'python3-python-dateutil' 'python3-python-dbusmock' 'python3-python-docs-theme' 'python3-python-dotenv' 'python3-python-editor' 'python3-python-fileinspector' 'python3-python-gammu' 'python3-python-gflags' 'python3-python-gitlab' 'python3-python-gnupg' 'python3-python-gvm' 'python3-python-jenkins' 'python3-python-jose' 'python3-python-json-logger' 'python3-python-jsonrpc-server' 'python3-python-jsonschema-objects' 'python3-python-language-server' 'python3-python-louvain' 'python3-python-lzo' 'python3-python-magic' 'python3-python-memcached' 'python3-python-mimeparse' 'python3-python-mpd2' 'python3-python-mpv' 'python3-python-nmap' 'python3-python-openid-cla' 'python3-python-openid-teams' 'python3-python-pam' 'python3-python-poppler' 'python3-python-prctl' 'python3-python-pseudorandom' 'python3-python-ptrace' 'python3-python-qdatamatrix' 'python3-python-qnotifications' 'python3-python-qpid-proton' 'python3-python-qprogedit' 'python3-python-rapidjson' 'python3-python-redis-lock' 'python3-python-redmine' 'python3-python-rpm-spec' 'python3-python-rtmidi' 'python3-python-slugify' 'python3-python-snappy' 'python3-python-sofa' 'python3-python-sql' 'python3-python-stdnum' 'python3-python-subunit' 'python3-python-ternary' 'python3-python-twitter' 'python3-python-utils' 'python3-python-vlc' 'python3-python-whois' 'python3-python-xlib' 'python3-python-yubico' 'python3-python3-openid' 'python3-python3-saml' 'python3-pythondialog' 'python3-pythonfinder' 'python3-pythonwhois' 'python3-pythreejs' 'python3-pytidylib' 'python3-pytils' 'python3-pytimeparse' 'python3-pytlv' 'python3-pytoml' 'python3-pytools' 'python3-pytricia' 'python3-pytz' 'python3-pytzdata' 'python3-pyuca' 'python3-pyudev' 'python3-pyupgrade' 'python3-pyusb' 'python3-pyuv' 'python3-pyux' 'python3-pyvdr' 'python3-pyvips' 'python3-pyviz-comms' 'python3-pyvmomi' 'python3-pywbem' 'python3-pywebpush' 'python3-pywinrm' 'python3-pyxattr' 'python3-pyxdg' 'python3-pyzmq' 'python3-pyzmq-devel' 'python3-pyzo' 'python3-q' 'python3-qet_tb_generator' 'python3-qgrid' 'python3-qrcode' 'python3-qscintilla-qt5' 'python3-qsymm' 'python3-qt3d-qt5' 'python3-qt5' 'python3-qt5-devel' 'python3-qt5-quick3d' 'python3-qtcharts-qt5' 'python3-qtconsole' 'python3-qtdatavis3d-qt5' 'python3-qtwebengine-qt5' 'python3-quantities' 'python3-quantum-blackbird' 'python3-queuelib' 'python3-quicktions' 'python3-quimb' 'python3-radon' 'python3-rados' 'python3-raet' 'python3-random2' 'python3-rarfile' 'python3-rarfile-doc' 'python3-ravello-sdk' 'python3-raven' 'python3-raven-aiohttp' 'python3-rawkit' 'python3-rbd' 'python3-rcssmin' 'python3-rdflib' 'python3-readme_renderer' 'python3-readthedocs-sphinx-ext' 'python3-rebulk' 'python3-recommonmark' 'python3-redbaron' 'python3-redfish' 'python3-redis' 'python3-rednose' 'python3-regex' 'python3-relatorio' 'python3-releases' 'python3-remoto' 'python3-rencode' 'python3-renderspec' 'python3-reno' 'python3-reportlab' 'python3-repoze.lru' 'python3-repoze.sphinx.autointerface' 'python3-repoze.who' 'python3-requestbuilder' 'python3-requests' 'python3-requests-aws' 'python3-requests-cache' 'python3-requests-download' 'python3-requests-file' 'python3-requests-ftp' 'python3-requests-futures' 'python3-requests-gssapi' 'python3-requests-hawk' 'python3-requests-html' 'python3-requests-kerberos' 'python3-requests-mock' 'python3-requests-oauthlib' 'python3-requests-toolbelt' 'python3-requests-unixsocket' 'python3-requests_ntlm' 'python3-requestsexceptions' 'python3-requirements-detector' 'python3-requirements-parser' 'python3-requirementslib' 'python3-resampy' 'python3-resolvelib' 'python3-responses' 'python3-restructuredtext_lint' 'python3-restview' 'python3-resultsdb_api' 'python3-rethinkdb' 'python3-retry' 'python3-retry_decorator' 'python3-retrying' 'python3-retryrequests' 'python3-rfc3986' 'python3-rfc3987' 'python3-rfc6555' 'python3-rgw' 'python3-rich' 'python3-rise' 'python3-rjsmin' 'python3-rnginline' 'python3-robot-detection' 'python3-robotframework' 'python3-roifile' 'python3-rollbar' 'python3-roman' 'python3-rope' 'python3-rpcq' 'python3-rply' 'python3-rpm' 'python3-rpmconf' 'python3-rpmfile' 'python3-rpy2' 'python3-rpyc' 'python3-rq' 'python3-rrdtool' 'python3-rsa' 'python3-rst.linker' 'python3-rstcheck' 'python3-rt' 'python3-rtslib-fb' 'python3-ruamel.base' 'python3-ruamel.std.argparse' 'python3-ruamel.std.pathlib' 'python3-ruamel.yaml' 'python3-ruamel.yaml.clib' 'python3-ruamel.yaml.cmd' 'python3-ruamel.yaml.convert' 'python3-ruffus' 'python3-runthis-sphinxext' 'python3-rust2rpm' 'python3-rustcfg' 'python3-s3fs' 'python3-s3transfer' 'python3-sadisplay' 'python3-saharaclient' 'python3-salt' 'python3-samplerate' 'python3-sane' 'python3-sanlock' 'python3-sarge' 'python3-sas7bdat' 'python3-sasl' 'python3-sat-search' 'python3-sat-stac' 'python3-scales' 'python3-scandir' 'python3-scapy' 'python3-schedule' 'python3-schema' 'python3-scikit-build' 'python3-scikit-dsp-comm' 'python3-scikit-image' 'python3-scikit-learn' 'python3-scikit-sound' 'python3-scikit-sparse' 'python3-scikit-umfpack' 'python3-scipy' 'python3-scipy-gnu-hpc' 'python3-scipy_1_5_2-gnu-hpc' 'python3-scour' 'python3-scp' 'python3-screeninfo' 'python3-screenplain' 'python3-scripttest' 'python3-scrypt' 'python3-scspell3k' 'python3-sdnotify' 'python3-seaborn' 'python3-selection' 'python3-selectors2' 'python3-selenium' 'python3-selinux' 'python3-semanage' 'python3-semantic_version' 'python3-semver' 'python3-senlinclient' 'python3-sentry-sdk' 'python3-seqdiag' 'python3-serpent' 'python3-serpy' 'python3-serverfiles' 'python3-service_identity' 'python3-setools' 'python3-setproctitle' 'python3-setuptools' 'python3-setuptools-git' 'python3-setuptools-version-command' 'python3-setuptools_scm' 'python3-setuptools_scm_git_archive' 'python3-sfs' 'python3-sge-pygame' 'python3-sgmllib3k' 'python3-sgp4' 'python3-sh' 'python3-shaptools' 'python3-shellingham' 'python3-sherpa' 'python3-shijian' 'python3-shinyutils' 'python3-shodan' 'python3-shortuuid' 'python3-sidecar' 'python3-sidpy' 'python3-sievelib' 'python3-sigal' 'python3-signedjson' 'python3-simpleaudio' 'python3-simplebayes' 'python3-simpleeval' 'python3-simplegeneric' 'python3-simplejson' 'python3-simplekml' 'python3-simplepam' 'python3-simplepam' 'python3-siosocks' 'python3-sip' 'python3-sip-devel' 'python3-siphashc' 'python3-six' 'python3-sklearn-pandas' 'python3-skyfield' 'python3-slackclient' 'python3-sleekxmpp' 'python3-slimit' 'python3-slip' 'python3-slip-dbus' 'python3-slixmpp' 'python3-slumber' 'python3-slycot' 'python3-smartypants' 'python3-smbios' 'python3-smbios-utils' 'python3-smbprotocol' 'python3-smbus' 'python3-smmap' 'python3-smpplib' 'python3-sniffio' 'python3-snimpy' 'python3-snowballstemmer' 'python3-snuggs' 'python3-social-auth-app-django' 'python3-social-auth-core' 'python3-socketIO-client-nexus' 'python3-socketpool' 'python3-softlayer' 'python3-solv' 'python3-sorl-thumbnail' 'python3-sortedcollections' 'python3-sortedcontainers' 'python3-sortinghat' 'python3-sounddevice' 'python3-soupsieve' 'python3-sox' 'python3-spake2' 'python3-spark_parser' 'python3-sparse' 'python3-speaklater' 'python3-spec' 'python3-speechd' 'python3-spglib' 'python3-sphinx-argparse' 'python3-sphinx-autodoc-typehints' 'python3-sphinx-bootstrap-theme' 'python3-sphinx-feature-classification' 'python3-sphinx-issues' 'python3-sphinx-jsonschema' 'python3-sphinx-removed-in' 'python3-sphinx-testing' 'python3-sphinx-version-warning' 'python3-sphinx_rtd_theme' 'python3-sphinxbase' 'python3-sphinxbase5' 'python3-sphinxcontrib-actdiag' 'python3-sphinxcontrib-apidoc' 'python3-sphinxcontrib-applehelp' 'python3-sphinxcontrib-asyncio' 'python3-sphinxcontrib-autoprogram' 'python3-sphinxcontrib-autoprogram-doc' 'python3-sphinxcontrib-blockdiag' 'python3-sphinxcontrib-devhelp' 'python3-sphinxcontrib-documentedlist' 'python3-sphinxcontrib-fulltoc' 'python3-sphinxcontrib-github-alt' 'python3-sphinxcontrib-htmlhelp' 'python3-sphinxcontrib-httpdomain' 'python3-sphinxcontrib-issuetracker' 'python3-sphinxcontrib-jsmath' 'python3-sphinxcontrib-newsfeed' 'python3-sphinxcontrib-nwdiag' 'python3-sphinxcontrib-pecanwsme' 'python3-sphinxcontrib-plantuml' 'python3-sphinxcontrib-programoutput' 'python3-sphinxcontrib-qthelp' 'python3-sphinxcontrib-seqdiag' 'python3-sphinxcontrib-serializinghtml' 'python3-sphinxcontrib-svg2pdfconverter' 'python3-sphinxcontrib-trio' 'python3-sphinxcontrib-websupport' 'python3-sphobjinv' 'python3-spidev' 'python3-splinter' 'python3-spotipy' 'python3-spyder-kernels' 'python3-spyder-notebook' 'python3-spyder-terminal' 'python3-spyder-unittest' 'python3-sqlalchemy-migrate' 'python3-sqlite-utils' 'python3-sqlitedict' 'python3-sqlparse' 'python3-sqlsoup' 'python3-srcinfo' 'python3-ssdeep' 'python3-sshpubkeys' 'python3-sshtunnel' 'python3-sss-murmur' 'python3-sss_nss_idmap' 'python3-sssd-config' 'python3-statsd' 'python3-statsmodels' 'python3-stdeb' 'python3-stem' 'python3-stestr' 'python3-stevedore' 'python3-stomp.py' 'python3-stomper' 'python3-stp' 'python3-straight-plugin' 'python3-streamz' 'python3-strict-rfc3339' 'python3-strictyaml' 'python3-structlog' 'python3-subgrab' 'python3-subliminal' 'python3-subprocrunner' 'python3-subscene-api' 'python3-subst' 'python3-suds-jurko' 'python3-sunpy' 'python3-suntime' 'python3-superpaper' 'python3-sure' 'python3-susepubliccloudinfo' 'python3-sushy' 'python3-svgpathtools' 'python3-svgwrite' 'python3-svneverever' 'python3-swapper' 'python3-swiftclient' 'python3-swifter' 'python3-sybil' 'python3-sympy' 'python3-system_hotkey' 'python3-systemd' 'python3-tableprint' 'python3-tables' 'python3-tablib' 'python3-tabulate' 'python3-talloc' 'python3-talloc-32bit' 'python3-talloc-devel' 'python3-tap.py' 'python3-targetcli-fb' 'python3-tasklib' 'python3-taskw' 'python3-tbb' 'python3-tblib' 'python3-tdb' 'python3-tdb-32bit' 'python3-technicolor' 'python3-telepot' 'python3-telethon-session-sqlalchemy' 'python3-template-remover' 'python3-tempora' 'python3-tenacity' 'python3-tensorpac' 'python3-termcolor' 'python3-terminado' 'python3-terminaltables' 'python3-termstyle' 'python3-tesserocr' 'python3-test-server' 'python3-testfixtures' 'python3-testflo' 'python3-testinfra' 'python3-testpath' 'python3-testrepository' 'python3-testresources' 'python3-testscenarios' 'python3-testtools' 'python3-tevent' 'python3-tevent-32bit' 'python3-text-unidecode' 'python3-textX' 'python3-textfsm' 'python3-textile' 'python3-texttable' 'python3-textwrap3' 'python3-thLib' 'python3-thespian' 'python3-thewalrus' 'python3-threadpoolctl' 'python3-threevis' 'python3-thrift' 'python3-thriftpy2' 'python3-tifffile' 'python3-tinyarray' 'python3-tinycss2' 'python3-tinydb' 'python3-tinyrecord' 'python3-tinyrpc' 'python3-titlecase' 'python3-tkreadonly' 'python3-tld' 'python3-tldextract' 'python3-tmx' 'python3-tokenize-rt' 'python3-toml' 'python3-tomlkit' 'python3-toolz' 'python3-tooz' 'python3-toposort' 'python3-topy' 'python3-torch' 'python3-torch-devel' 'python3-torchvision' 'python3-tornado' 'python3-tornado4' 'python3-tornado5' 'python3-tornado6' 'python3-toro' 'python3-tortilla' 'python3-towncrier' 'python3-tox' 'python3-tox-no-internet' 'python3-tox-travis' 'python3-tox-wheel' 'python3-tpfd' 'python3-tqdm' 'python3-traceback2' 'python3-traitlets' 'python3-traits' 'python3-traitsui' 'python3-traittypes' 'python3-transaction' 'python3-transip' 'python3-transitions' 'python3-translate-toolkit' 'python3-translation-finder' 'python3-translationstring' 'python3-translitcodec' 'python3-treq' 'python3-tri.declarative' 'python3-tri.struct' 'python3-trio' 'python3-trustme' 'python3-tsk' 'python3-tvdb_api' 'python3-tvm' 'python3-tvm-nnvm' 'python3-tvm-topi' 'python3-tvtk' 'python3-tvtk-doc' 'python3-tweepy' 'python3-twine' 'python3-twitter.common.finagle-thrift' 'python3-twitter.common.lang' 'python3-twitter.common.rpc' 'python3-twodict' 'python3-twython' 'python3-txWS' 'python3-txZMQ' 'python3-txaio' 'python3-txt2tags' 'python3-txtorcon' 'python3-typed-ast' 'python3-typeguard' 'python3-typepy' 'python3-typing-inspect' 'python3-typing_extensions' 'python3-tzlocal' 'python3-u-msgpack-python' 'python3-ua-parser' 'python3-uamqp' 'python3-ucsmsdk' 'python3-ufoLib2' 'python3-ufoProcessor' 'python3-ufonormalizer' 'python3-ujson' 'python3-unbound' 'python3-uncertainties' 'python3-uncompyle6' 'python3-unicodecsv' 'python3-unicodedata2' 'python3-unidiff' 'python3-unify' 'python3-uniseg' 'python3-unittest-mixins' 'python3-unittest-xml-reporting' 'python3-unittest2pytest' 'python3-unpaddedbase64' 'python3-untokenize' 'python3-unyt' 'python3-upm' 'python3-uritemplate' 'python3-uritools' 'python3-urlextract' 'python3-urlgrabber' 'python3-urllib3' 'python3-urwid' 'python3-usbsdmux' 'python3-user-agents' 'python3-user_agent' 'python3-userpath' 'python3-uvicorn' 'python3-uvloop' 'python3-validate_email' 'python3-validators' 'python3-vapoursynth' 'python3-varint' 'python3-varlink' 'python3-vatnumber' 'python3-vcrpy' 'python3-vcver' 'python3-vcversioner' 'python3-vdirsyncer' 'python3-vega' 'python3-vega_datasets' 'python3-venusian' 'python3-venusian-doc' 'python3-verboselogs' 'python3-versioneer' 'python3-versiontag' 'python3-versiontools' 'python3-veusz' 'python3-vim-vint' 'python3-vine' 'python3-virt-bootstrap' 'python3-virtkey' 'python3-virtualbox' 'python3-virtualenv' 'python3-virtualenv-clone' 'python3-virtualenvwrapper' 'python3-visitor' 'python3-vispy' 'python3-vistir' 'python3-visvis' 'python3-vncdotool' 'python3-vobject' 'python3-voila' 'python3-volatile' 'python3-voluptuous' 'python3-voluptuous-serialize' 'python3-vsts' 'python3-vsts-cd-manager' 'python3-vtk' 'python3-vtk-openmpi1' 'python3-vtk-openmpi2' 'python3-vtk-openmpi3' 'python3-vulkan' 'python3-vulture' 'python3-w3lib' 'python3-wadllib' 'python3-waitress' 'python3-waitress-doc' 'python3-wakeonlan' 'python3-warlock' 'python3-watchdog' 'python3-watchdog-doc' 'python3-watchgod' 'python3-watchman' 'python3-watermark' 'python3-wcwidth' 'python3-web.py' 'python3-web_cache' 'python3-webassets' 'python3-webcolors' 'python3-webencodings' 'python3-weblate-schemas' 'python3-weblib' 'python3-webruntime' 'python3-websocket-client' 'python3-websockets' 'python3-websockify' 'python3-whatever' 'python3-whatthepatch' 'python3-wheel' 'python3-wheezy.template' 'python3-whichcraft' 'python3-whitenoise' 'python3-whois_similarity_distance' 'python3-wikipedia' 'python3-wirerope' 'python3-wiring' 'python3-wolframalpha' 'python3-wptools' 'python3-wrapt' 'python3-ws4py' 'python3-wsaccel' 'python3-wsgi_intercept' 'python3-wsproto' 'python3-wstools' 'python3-wtf-peewee' 'python3-wurlitzer' 'python3-wxPython' 'python3-wxPython-lang' 'python3-xapian' 'python3-xapian-haystack' 'python3-xapp' 'python3-xarray' 'python3-xattr' 'python3-xcaplib' 'python3-xcb-proto-devel' 'python3-xcffib' 'python3-xdg' 'python3-xdis' 'python3-xdoctest' 'python3-xerox' 'python3-xhtml2pdf' 'python3-xkbgroup' 'python3-xkcdpass' 'python3-xlrd' 'python3-xlwt' 'python3-xmldiff' 'python3-xmlschema' 'python3-xmlsec' 'python3-xmltodict' 'python3-xonsh' 'python3-xpybutil' 'python3-xrootd' 'python3-xsge_gui' 'python3-xsge_lighting' 'python3-xsge_particle' 'python3-xsge_path' 'python3-xsge_physics' 'python3-xsge_tiled' 'python3-xsge_tmx' 'python3-xvfbwrapper' 'python3-xxhash' 'python3-yacron' 'python3-yafe' 'python3-yamldoc' 'python3-yamllint' 'python3-yamlloader' 'python3-yang' 'python3-yapf' 'python3-yappi' 'python3-yaql' 'python3-yara' 'python3-yarb' 'python3-yarg' 'python3-yarl' 'python3-yaspin' 'python3-youtube-dl' 'python3-yq' 'python3-yt' 'python3-yui' 'python3-z3' 'python3-zake' 'python3-zc.buildout' 'python3-zc.customdoctests' 'python3-zc.lockfile' 'python3-zdaemon' 'python3-zeep' 'python3-zeroconf' 'python3-zetup' 'python3-zhon' 'python3-zict' 'python3-zignal' 'python3-zipp' 'python3-zipstream' 'python3-zodbpickle' 'python3-zope.cachedescriptors' 'python3-zope.component' 'python3-zope.configuration' 'python3-zope.copy' 'python3-zope.deferredimport' 'python3-zope.deprecation' 'python3-zope.event' 'python3-zope.exceptions' 'python3-zope.hookable' 'python3-zope.i18nmessageid' 'python3-zope.interface' 'python3-zope.location' 'python3-zope.proxy' 'python3-zope.proxy-devel' 'python3-zope.schema' 'python3-zope.security' 'python3-zope.testbrowser' 'python3-zope.testing' 'python3-zope.testrunner' 'python3-zopfli' 'python3-zstandard' 'python3-zstd' 'python3-zxcvbn' 'python3-zypp-plugin' 'python36' 'python36-32bit' 'python36-base' 'python36-base-32bit' 'python36-curses' 'python36-dbm' 'python36-devel' 'python36-doc' 'python36-doc-devhelp' 'python36-idle' 'python36-testsuite' 'python36-tk' 'python36-tools' 'python38' 'python38-32bit' 'python38-base' 'python38-base-32bit' 'python38-curses' 'python38-dbm' 'python38-devel' 'python38-doc' 'python38-doc-devhelp' 'python38-idle' 'python38-testsuite' 'python38-tk' 'python38-tools' 'python39' 'python39-32bit' 'python39-base' 'python39-base-32bit' 'python39-curses' 'python39-dbm' 'python39-devel' 'python39-doc' 'python39-doc-devhelp' 'python39-idle' 'python39-testsuite' 'python39-tk' 'python39-tools' 'pytorch-converters' 'pytorch-examples' 'pyxtrlock' 'pyxtrlock' 'pyzo' 'pyzologo' 'pyzy-db-android' 'pyzy-db-open-phrase' 'pyzy-devel' 'q4wine' 'q4wine-lang' 'q5go' 'qactus' 'qactus' 'qactus-debuginfo' 'qactus-debugsource' 'qalculate' 'qalculate-data' 'qalculate-gtk' 'qalculate-gtk-lang' 'qasconfig' 'qashctl' 'qasmixer' 'qastools' 'qastools' 'qbittorrent' 'qbittorrent-nox' 'qbs' 'qbs-devel' 'qcustomplot-devel' 'qcustomplot-doc' 'qd-devel' 'qdc' 'qdc' 'qdc-debuginfo' 'qdirstat' 'qdox' 'qdox-javadoc' 'qelectrotech' 'qemacs' 'qemu' 'qemu-arm' 'qemu-audio-alsa' 'qemu-audio-pa' 'qemu-audio-sdl' 'qemu-block-curl' 'qemu-block-dmg' 'qemu-block-gluster' 'qemu-block-iscsi' 'qemu-block-nfs' 'qemu-block-rbd' 'qemu-block-ssh' 'qemu-chardev-baum' 'qemu-extra' 'qemu-guest-agent' 'qemu-hw-display-qxl' 'qemu-hw-usb-redirect' 'qemu-hw-usb-smartcard' 'qemu-ipxe' 'qemu-ksm' 'qemu-kvm' 'qemu-lang' 'qemu-linux-user' 'qemu-microvm' 'qemu-ovmf-ia32' 'qemu-ovmf-x86_64' 'qemu-ovmf-x86_64-debug' 'qemu-ppc' 'qemu-s390' 'qemu-seabios' 'qemu-sgabios' 'qemu-skiboot' 'qemu-testsuite' 'qemu-tools' 'qemu-uefi-aarch32' 'qemu-uefi-aarch64' 'qemu-ui-curses' 'qemu-ui-gtk' 'qemu-ui-sdl' 'qemu-ui-spice-app' 'qemu-vgabios' 'qemu-vhost-user-gpu' 'qemu-x86' 'qgis' 'qgis-devel' 'qgis-plugin-grass' 'qgis-sample-data' 'qgit' 'qgroundcontrol' 'qhexedit2' 'qhexedit2-devel' 'qhexedit2-doc' 'qhull' 'qhull-devel' 'qimgv' 'qiv' 'qjackctl' 'qjackctl-lang' 'qlipper' 'qlipper-lang' 'qloud' 'qm' 'qmelt' 'qmidiroute' 'qmidiroute' 'qmidiroute-debuginfo' 'qmidiroute-debugsource' 'qmidiroute-lang' 'qml-box2d' 'qmltermwidget' 'qmmp' 'qmmp' 'qmmp-debuginfo' 'qmmp-debugsource' 'qmmp-plugin-pack' 'qmmp-plugin-pack-ffap' 'qmmp-plugin-pack-ffvideo' 'qmmp-plugin-pack-goom' 'qmmp-plugin-pack-samplerate' 'qmmp-plugin-pack-xmp' 'qmmp-plugin-pack-youtube' 'qmp3gain' 'qmp3gain' 'qmp3gain-debuginfo' 'qmp3gain-debugsource' 'qmp3gain-lang' 'qnapi' 'qnapi' 'qnapi-debuginfo' 'qnapi-debugsource' 'qoauth-qt5-devel' 'qore' 'qore-devel' 'qore-devel-doc' 'qore-doc' 'qore-json-module' 'qore-json-module-doc' 'qore-misc-tools' 'qore-mysql-module' 'qore-mysql-module-doc' 'qore-pgsql-module' 'qore-pgsql-module-doc' 'qore-sqlite3-module' 'qore-sqlite3-module-doc' 'qore-ssh2-module' 'qore-ssh2-module-doc' 'qore-uuid-module' 'qore-uuid-module-doc' 'qore-xml-module' 'qore-xml-module-doc' 'qore-yaml-module' 'qore-yaml-module-doc' 'qos' 'qpdf' 'qpdf-devel' 'qpdf-htmldoc' 'qpdfview' 'qpdfview-lang' 'qpdfview-plugin-djvu' 'qpdfview-plugin-image' 'qpdfview-plugin-pdf' 'qpdfview-plugin-ps' 'qperf' 'qphotorec' 'qpid-proton-devel' 'qpid-proton-devel-doc' 'qpid-proton-test' 'qpress' 'qprint' 'qps' 'qps-lang' 'qqc2-desktop-style' 'qqc2-desktop-style-devel' 'qqwing' 'qqwing-devel' 'qrencode' 'qrencode-devel' 'qrupdate' 'qrupdate-devel' 'qrupdate-static' 'qscintilla2_qt5' 'qsyncthingtray' 'qsynergy' 'qsynth' 'qsynth-lang' 'qt-fsarchiver' 'qt-fsarchiver-lang' 'qt4pas' 'qt4pas-devel' 'qt5ct' 'qtcurve' 'qtcurve-debugsource' 'qtcurve-gtk2' 'qtcurve-gtk2-32bit' 'qtcurve-gtk2-32bit-debuginfo' 'qtcurve-gtk2-debuginfo' 'qtcurve-qt5' 'qtcurve-qt5-32bit' 'qtcurve-qt5-32bit-debuginfo' 'qtcurve-qt5-debuginfo' 'qtel' 'qterm' 'qterminal' 'qterminal-lang' 'qtermwidget-qt5-data' 'qtermwidget-qt5-devel' 'qtfm' 'qtile' 'qtkeychain-qt5-devel' 'qtodotxt' 'qtox' 'qtractor' 'qtsmbstatus' 'qtsmbstatus' 'qtsmbstatus-debuginfo' 'qtsmbstatus-debugsource' 'qtsmbstatus-lang' 'qtsmbstatus-light' 'qtsmbstatus-light-debuginfo' 'qtsmbstatus-server' 'qtsmbstatus-server-debuginfo' 'qtxdg-tools' 'quadrapassel' 'quadrapassel-lang' 'quagga' 'quagga-devel' 'quakespasm' 'quantum-espresso' 'quantum-espresso-doc' 'quantum-espresso-mvapich2' 'quantum-espresso-openmpi1' 'quantum-espresso-openmpi2' 'quantum-espresso-openmpi3' 'quasiquotes' 'quassel' 'quassel-base' 'quassel-client' 'quassel-client-debuginfo' 'quassel-client-qt5' 'quassel-client-qt5-debuginfo' 'quassel-core' 'quassel-core-debuginfo' 'quassel-debuginfo' 'quassel-debugsource' 'quassel-mono' 'quassel-mono-debuginfo' 'quazip-devel' 'quazip-doc' 'quilt' 'quilter' 'quilter-lang' 'quimup' 'quiterss' 'quiterss-lang' 'quota' 'quota-nfs' 'quotatool' 'qupzilla-webkit' 'qupzilla-webkit' 'qutebrowser' 'quvi' 'qv4l2' 'qview' 'qwt-designer' 'qwt-devel' 'qwt-devel-doc' 'qwt6-designer' 'qwt6-devel' 'qwt6-devel-doc' 'qwt6-examples' 'qwtplot3d-devel' 'qx11grab' 'qx11grab' 'qx11grab-debuginfo' 'qx11grab-debugsource' 'qxmledit' 'qxmledit-devel' 'qxtglobalshortcut-devel' 'r128gain' 'r8168' 'r8168-blacklist-r8169' 'r8168-debugsource' 'r8168-kmp-default' 'r8168-kmp-default-debuginfo' 'r8168-kmp-pae' 'r8168-kmp-pae-debuginfo' 'rabbitmq-c-tools' 'rabbitmq-java-client' 'rabbitmq-server' 'rabbitmq-server-plugins' 'racket' 'racket-devel' 'racket-doc' 'radamsa' 'radcli' 'radcli-compat-devel' 'radcli-devel' 'radeontop' 'radeontop-lang' 'radiotray-ng' 'rados-objclass-devel' 'radvd' 'raft-devel' 'rage' 'ragel' 'ragel-6' 'ragel-devel' 'rainbow' 'rainbow-bash-completion' 'rainbow-zsh-completion' 'rakkess' 'rakudo' 'raleway-fonts' 'rang-devel' 'ranger' 'rapi2-tools' 'rapi2-tools-debuginfo' 'rapid-photo-downloader' 'rapid-photo-downloader-lang' 'rapidjson-devel' 'raptor' 'rar' 'rar' 'rar-debugsource' 'rarpd' 'rasdaemon' 'rash' 'rasmol' 'raspberrypi-firmware' 'raspberrypi-firmware-config' 'raspberrypi-firmware-dt' 'raspberrypi-firmware-eeprom' 'raspberrypi-firmware-extra' 'raspberrypi-firmware-extra-pi4' 'raspberrypi-rpiboot' 'rasqal' 'ratbagd' 'ratslap' 'rav1e' 'rav1e-devel' 'raw-thumbnailer' 'rawtherapee' 'raylib-devel' 'razercfg' 'razor-agents' 'rbac-lookup' 'rbac-manager' 'rbac-manager-k8s-yaml' 'rbd-fuse' 'rbd-mirror' 'rbd-nbd' 'rbutil' 'rcc-runtime' 'rclone' 'rclone-bash-completion' 'rclone-zsh-completion' 'rcm' 'rcs' 'rdesktop' 'rdiff' 'rdiff-backup' 'rdma-core' 'rdma-core-devel' 'rdma-core-devel-32bit' 'rdma-ndd' 'rds-tools' 'rds-tools-devel' 're-devel' 're2-devel' 're2c' 'read-edid' 'read-only-root-fs' 'read-only-root-fs-volatile' 'readcd' 'readline-devel' 'readline-devel-32bit' 'readline-devel-static' 'readline-doc' 'readline5-devel' 'readline5-devel-32bit' 'readline6-devel' 'readline6-devel-32bit' 'reaim' 'realmd' 'realmd-lang' 'rear' 'reaver' 'reaver' 'reaver-debuginfo' 'reaver-debugsource' 'rebootmgr' 'recidivm' 'reco' 'reco-lang' 'recode' 'recode-devel' 'recoll' 'recoll' 'recoll-debuginfo' 'recoll-debugsource' 'recordmydesktop' 'redeclipse' 'redeclipse-data' 'redeclipse-server' 'redfish-finder' 'redfishtool' 'redis' 'redis++-devel' 'redland' 'redland-storage-postgresql' 'redminecli' 'redminecli-bash-completion' 'rednotebook' 'rednotebook-lang' 'redsea' 'redshift' 'redshift-gtk' 'reflectasm' 'reflectasm-javadoc' 'reg' 'regexp' 'reiser4progs' 'reiser4progs-devel' 'reiserfs' 'relaxngDatatype' 'relaxngcc' 'relaxngcc-javadoc' 'release-compare' 'release-notes-openSUSE' 'rem-devel' 'remake' 'remake-lang' 'remind' 'remmina' 'remmina-devel' 'remmina-kiosk' 'remmina-lang' 'remmina-plugin-exec' 'remmina-plugin-kwallet' 'remmina-plugin-rdp' 'remmina-plugin-secret' 'remmina-plugin-spice' 'remmina-plugin-st' 'remmina-plugin-vnc' 'remmina-plugin-www' 'remmina-plugin-xdmcp' 'rendercheck' 'rep-gtk' 'rep-gtk-devel' 'replacer' 'replacer-javadoc' 'reptyr' 'resample' 'rescue' 'resolv_wrapper' 'resource-agents' 'resteasy' 'resteasy-atom-provider' 'resteasy-client' 'resteasy-core' 'resteasy-jackson2-provider' 'resteasy-javadoc' 'resteasy-jaxb-provider' 'restic' 'restic-bash-completion' 'restic-zsh-completion' 'restorecond' 'restund' 'retext' 'retro-gtk-devel' 'retroarch' 'retroarch-assets' 'retroarch-joypad-autoconfig' 'reuse' 'revelation' 'revelation-lang' 'reveng' 'rfb' 'rfbplaymacro' 'rfbproxy' 'rfcdiff' 'rgb' 'rhash' 'rhash-devel' 'rhash-lang' 'rhino' 'rhino-demo' 'rhythmbox' 'rhythmbox-devel' 'rhythmbox-lang' 'rime' 'rime-plum' 'rinetd' 'rinutils-devel' 'ripgrep' 'ripgrep-bash-completion' 'ripgrep-fish-completion' 'ripgrep-zsh-completion' 'ripit' 'ristretto' 'ristretto-lang' 'rk-devel' 'rkhunter' 'rkward' 'rls' 'rlwrap' 'rmail' 'rmedigicontrol' 'rmit-sansforgetica-fonts' 'rmt-server' 'rmt-server-config' 'rmt-server-pubcloud' 'rnd_jue' 'rnd_jue-data' 'rng-tools' 'roar-devel' 'roar-devel-debuginfo' 'roaraudio' 'roaraudio' 'roaraudio-compat2' 'roaraudio-debuginfo' 'roaraudio-debugsource' 'roaraudio-plugins' 'roaraudio-plugins-debuginfo' 'roarpld' 'roarpld' 'roarpld-codechelper-gst' 'roarpld-debuginfo' 'roarpld-debugsource' 'roarpld-devel' 'robin-map-devel' 'robinhood' 'robinhood-tests' 'robinhood-tools' 'robinhood-webgui' 'rockdodger' 'rocksndiamonds' 'rocksndiamonds-data' 'rocs' 'rocs-devel' 'rocs-lang' 'rofi' 'rofi-calc' 'rofi-devel' 'rollback-helper' 'rook' 'rook-ceph-helm-charts' 'rook-integration' 'rook-k8s-yaml' 'rook-rookflex' 'root-tail' 'rosa-media-player' 'rosa-media-player' 'rosa-media-player-debuginfo' 'rosa-media-player-debugsource' 'rosa-media-player-lang' 'rosegarden' 'rott' 'roundcubemail' 'rox-filer' 'rp-pppoe' 'rpcbind' 'rpcgen' 'rpcsvc-proto-devel' 'rpm' 'rpm-32bit' 'rpm-build' 'rpm-build-perl' 'rpm-build-python' 'rpm-config-SUSE' 'rpm-devel' 'rpm-repo-keys-openSUSE' 'rpm-repos-openSUSE-Tumbleweed' 'rpmconf' 'rpmdevtools' 'rpmemd' 'rpmkey-packman' 'rpmkey-packman' 'rpmlint' 'rpmlint-Factory' 'rpmlint-Factory-strict' 'rpmlint-mini' 'rpmorphan' 'rpmrebuild' 'rr' 'rrdtool' 'rrdtool-cached' 'rrdtool-devel' 'rrdtool-doc' 'rscsi' 'rshim' 'rsibreak' 'rsibreak' 'rsibreak-debuginfo' 'rsibreak-debugsource' 'rsibreak-lang' 'rsnapshot' 'rsocket' 'rsocket-32bit' 'rsound' 'rsound' 'rsound-debuginfo' 'rsound-debugsource' 'rspamd' 'rss-glx' 'rss2email' 'rssguard' 'rsstail' 'rstart' 'rstudio' 'rstudio-desktop' 'rstudio-server' 'rsvg-convert' 'rsvg-thumbnailer' 'rsvndump' 'rsvndump-lang' 'rsync' 'rsyslog' 'rsyslog-diag-tools' 'rsyslog-doc' 'rsyslog-module-dbi' 'rsyslog-module-elasticsearch' 'rsyslog-module-gcrypt' 'rsyslog-module-gssapi' 'rsyslog-module-gtls' 'rsyslog-module-kafka' 'rsyslog-module-mmnormalize' 'rsyslog-module-mysql' 'rsyslog-module-omamqp1' 'rsyslog-module-omhttpfs' 'rsyslog-module-omtcl' 'rsyslog-module-ossl' 'rsyslog-module-pgsql' 'rsyslog-module-relp' 'rsyslog-module-snmp' 'rsyslog-module-udpspoof' 'rt-tests' 'rt2860' 'rtags' 'rtaudio-devel' 'rtkit' 'rtl-sdr' 'rtl-sdr-devel' 'rtl-sdr-udev' 'rtl8812au' 'rtl8812au-kmp-default' 'rtl8812au-kmp-pae' 'rtl8821ce' 'rtl8821ce-kmp-default' 'rtl_433' 'rtl_433-devel' 'rtmidi-devel' 'rtmpdump' 'rtmpdump' 'rtmpdump-debuginfo' 'rtmpdump-debugsource' 'rtmpgw' 'rtmpgw-debuginfo' 'rtmpsrv' 'rtmpsrv-debuginfo' 'rtmpsuck' 'rtmpsuck-debuginfo' 'rtorrent' 'rtr-tools' 'rtrlib-devel' 'rtrlib-devel-doc' 'rttr-devel' 'rttr-devel-doc' 'rubber' 'rubberband-cli' 'rubberband-ladspa' 'rubberband-ladspa-32bit' 'rubberband-vamp' 'rubberband-vamp-32bit' 'ruby' 'ruby-apparmor' 'ruby-bundled-gems-rpmhelper' 'ruby-common' 'ruby-common-rails' 'ruby-devel' 'ruby-ecasound' 'ruby-geos' 'ruby-libprelude' 'ruby-marisa' 'ruby-obexftp' 'ruby-rrdtool' 'ruby-selinux' 'ruby-solv' 'ruby-xapian' 'ruby-yui' 'ruby2.6' 'ruby2.6-devel' 'ruby2.6-devel-extra' 'ruby2.6-doc' 'ruby2.6-doc-ri' 'ruby2.6-rubygem-RedCloth' 'ruby2.6-rubygem-RedCloth-doc' 'ruby2.6-rubygem-RedCloth-testsuite' 'ruby2.6-rubygem-abstract' 'ruby2.6-rubygem-abstract-doc' 'ruby2.6-rubygem-abstract-testsuite' 'ruby2.6-rubygem-abstract_method' 'ruby2.6-rubygem-abstract_method-doc' 'ruby2.6-rubygem-actioncable-5.2' 'ruby2.6-rubygem-actioncable-6.0' 'ruby2.6-rubygem-actioncable-doc-5.2' 'ruby2.6-rubygem-actioncable-doc-6.0' 'ruby2.6-rubygem-actionmailbox-6.0' 'ruby2.6-rubygem-actionmailbox-doc-6.0' 'ruby2.6-rubygem-actionmailer-5.2' 'ruby2.6-rubygem-actionmailer-6.0' 'ruby2.6-rubygem-actionmailer-doc-5.2' 'ruby2.6-rubygem-actionmailer-doc-6.0' 'ruby2.6-rubygem-actionpack-5.2' 'ruby2.6-rubygem-actionpack-6.0' 'ruby2.6-rubygem-actionpack-doc-5.2' 'ruby2.6-rubygem-actionpack-doc-6.0' 'ruby2.6-rubygem-actiontext-6.0' 'ruby2.6-rubygem-actiontext-doc-6.0' 'ruby2.6-rubygem-actionview-5.2' 'ruby2.6-rubygem-actionview-6.0' 'ruby2.6-rubygem-actionview-doc-5.2' 'ruby2.6-rubygem-actionview-doc-6.0' 'ruby2.6-rubygem-activejob-5.2' 'ruby2.6-rubygem-activejob-6.0' 'ruby2.6-rubygem-activejob-doc-5.2' 'ruby2.6-rubygem-activejob-doc-6.0' 'ruby2.6-rubygem-activemodel-5.2' 'ruby2.6-rubygem-activemodel-6.0' 'ruby2.6-rubygem-activemodel-doc-5.2' 'ruby2.6-rubygem-activemodel-doc-6.0' 'ruby2.6-rubygem-activerecord-5.2' 'ruby2.6-rubygem-activerecord-6.0' 'ruby2.6-rubygem-activerecord-deprecated_finders' 'ruby2.6-rubygem-activerecord-deprecated_finders-doc' 'ruby2.6-rubygem-activerecord-doc-5.2' 'ruby2.6-rubygem-activerecord-doc-6.0' 'ruby2.6-rubygem-activestorage-5.2' 'ruby2.6-rubygem-activestorage-6.0' 'ruby2.6-rubygem-activestorage-doc-5.2' 'ruby2.6-rubygem-activestorage-doc-6.0' 'ruby2.6-rubygem-activesupport-5.2' 'ruby2.6-rubygem-activesupport-6.0' 'ruby2.6-rubygem-activesupport-doc-5.2' 'ruby2.6-rubygem-activesupport-doc-6.0' 'ruby2.6-rubygem-addressable' 'ruby2.6-rubygem-addressable-2_3' 'ruby2.6-rubygem-addressable-doc' 'ruby2.6-rubygem-addressable-doc-2_3' 'ruby2.6-rubygem-addressable-testsuite' 'ruby2.6-rubygem-addressable-testsuite-2_3' 'ruby2.6-rubygem-aes_key_wrap' 'ruby2.6-rubygem-aes_key_wrap-doc' 'ruby2.6-rubygem-airbrussh' 'ruby2.6-rubygem-airbrussh-doc' 'ruby2.6-rubygem-amq-protocol' 'ruby2.6-rubygem-amq-protocol-doc' 'ruby2.6-rubygem-amq-protocol-testsuite' 'ruby2.6-rubygem-amqp' 'ruby2.6-rubygem-amqp-doc' 'ruby2.6-rubygem-amqp-testsuite' 'ruby2.6-rubygem-archive-tar-minitar' 'ruby2.6-rubygem-archive-tar-minitar-doc' 'ruby2.6-rubygem-arel' 'ruby2.6-rubygem-arel-3_0' 'ruby2.6-rubygem-arel-6' 'ruby2.6-rubygem-arel-7' 'ruby2.6-rubygem-arel-8' 'ruby2.6-rubygem-arel-doc' 'ruby2.6-rubygem-arel-doc-3_0' 'ruby2.6-rubygem-arel-doc-6' 'ruby2.6-rubygem-arel-doc-7' 'ruby2.6-rubygem-arel-doc-8' 'ruby2.6-rubygem-arel-testsuite-3_0' 'ruby2.6-rubygem-asciidoctor' 'ruby2.6-rubygem-asciidoctor-doc' 'ruby2.6-rubygem-ast' 'ruby2.6-rubygem-ast-doc' 'ruby2.6-rubygem-atomic' 'ruby2.6-rubygem-atomic-doc' 'ruby2.6-rubygem-atomic-testsuite' 'ruby2.6-rubygem-attr_required' 'ruby2.6-rubygem-attr_required-doc' 'ruby2.6-rubygem-attr_required-testsuite' 'ruby2.6-rubygem-autoprefixer-rails' 'ruby2.6-rubygem-autoprefixer-rails-doc' 'ruby2.6-rubygem-axiom-types' 'ruby2.6-rubygem-axiom-types-doc' 'ruby2.6-rubygem-axiom-types-testsuite' 'ruby2.6-rubygem-backport' 'ruby2.6-rubygem-backport-doc' 'ruby2.6-rubygem-base32' 'ruby2.6-rubygem-base32-doc' 'ruby2.6-rubygem-base32-testsuite' 'ruby2.6-rubygem-bcrypt' 'ruby2.6-rubygem-bcrypt-doc' 'ruby2.6-rubygem-bcrypt-ruby' 'ruby2.6-rubygem-bcrypt-ruby-doc' 'ruby2.6-rubygem-bcrypt-testsuite' 'ruby2.6-rubygem-bcrypt_pbkdf' 'ruby2.6-rubygem-bcrypt_pbkdf-doc' 'ruby2.6-rubygem-bcrypt_pbkdf-testsuite' 'ruby2.6-rubygem-benchmark' 'ruby2.6-rubygem-benchmark-doc' 'ruby2.6-rubygem-bindata' 'ruby2.6-rubygem-bindata-doc' 'ruby2.6-rubygem-bindata-testsuite' 'ruby2.6-rubygem-bindex' 'ruby2.6-rubygem-bindex-doc' 'ruby2.6-rubygem-bindex-testsuite' 'ruby2.6-rubygem-binding_of_caller' 'ruby2.6-rubygem-binding_of_caller-doc' 'ruby2.6-rubygem-binding_of_caller-testsuite' 'ruby2.6-rubygem-bootsnap' 'ruby2.6-rubygem-bootsnap-doc' 'ruby2.6-rubygem-bootstrap-sass' 'ruby2.6-rubygem-bootstrap-sass-doc' 'ruby2.6-rubygem-bootstrap-sass-testsuite' 'ruby2.6-rubygem-buff-extensions' 'ruby2.6-rubygem-buff-extensions-doc' 'ruby2.6-rubygem-buff-extensions-testsuite' 'ruby2.6-rubygem-buff-ignore' 'ruby2.6-rubygem-buff-ignore-doc' 'ruby2.6-rubygem-buff-ignore-testsuite' 'ruby2.6-rubygem-buff-ruby_engine' 'ruby2.6-rubygem-buff-ruby_engine-doc' 'ruby2.6-rubygem-buff-ruby_engine-testsuite' 'ruby2.6-rubygem-builder' 'ruby2.6-rubygem-builder-doc' 'ruby2.6-rubygem-builder-testsuite' 'ruby2.6-rubygem-bundler' 'ruby2.6-rubygem-bundler-audit' 'ruby2.6-rubygem-bundler-audit-doc' 'ruby2.6-rubygem-bundler-audit-testsuite' 'ruby2.6-rubygem-bundler-doc' 'ruby2.6-rubygem-bunny' 'ruby2.6-rubygem-bunny-doc' 'ruby2.6-rubygem-bunny-testsuite' 'ruby2.6-rubygem-byebug' 'ruby2.6-rubygem-byebug-doc' 'ruby2.6-rubygem-capistrano' 'ruby2.6-rubygem-capistrano-doc' 'ruby2.6-rubygem-capistrano-harrow' 'ruby2.6-rubygem-capistrano-harrow-doc' 'ruby2.6-rubygem-capistrano-stats' 'ruby2.6-rubygem-capistrano-stats-doc' 'ruby2.6-rubygem-capistrano-testsuite' 'ruby2.6-rubygem-celluloid' 'ruby2.6-rubygem-celluloid-doc' 'ruby2.6-rubygem-celluloid-essentials' 'ruby2.6-rubygem-celluloid-essentials-doc' 'ruby2.6-rubygem-celluloid-extras' 'ruby2.6-rubygem-celluloid-extras-doc' 'ruby2.6-rubygem-celluloid-fsm' 'ruby2.6-rubygem-celluloid-fsm-doc' 'ruby2.6-rubygem-celluloid-pool' 'ruby2.6-rubygem-celluloid-pool-doc' 'ruby2.6-rubygem-celluloid-supervision' 'ruby2.6-rubygem-celluloid-supervision-doc' 'ruby2.6-rubygem-celluloid-testsuite' 'ruby2.6-rubygem-cfa' 'ruby2.6-rubygem-cfa-doc' 'ruby2.6-rubygem-cfa_grub2' 'ruby2.6-rubygem-cfa_grub2-doc' 'ruby2.6-rubygem-changelog_generator' 'ruby2.6-rubygem-changelog_generator-doc' 'ruby2.6-rubygem-changelog_generator-testsuite' 'ruby2.6-rubygem-cheetah' 'ruby2.6-rubygem-cheetah-doc' 'ruby2.6-rubygem-childprocess' 'ruby2.6-rubygem-childprocess-0_6' 'ruby2.6-rubygem-childprocess-2.0' 'ruby2.6-rubygem-childprocess-doc' 'ruby2.6-rubygem-childprocess-doc-0_6' 'ruby2.6-rubygem-childprocess-doc-2.0' 'ruby2.6-rubygem-childprocess-testsuite' 'ruby2.6-rubygem-childprocess-testsuite-0_6' 'ruby2.6-rubygem-childprocess-testsuite-2.0' 'ruby2.6-rubygem-ci_reporter' 'ruby2.6-rubygem-ci_reporter-doc' 'ruby2.6-rubygem-ci_reporter-testsuite' 'ruby2.6-rubygem-cleanroom' 'ruby2.6-rubygem-cleanroom-doc' 'ruby2.6-rubygem-cleanroom-testsuite' 'ruby2.6-rubygem-coderay' 'ruby2.6-rubygem-coderay-doc' 'ruby2.6-rubygem-coercible' 'ruby2.6-rubygem-coercible-doc' 'ruby2.6-rubygem-coercible-testsuite' 'ruby2.6-rubygem-coffee-rails' 'ruby2.6-rubygem-coffee-rails-doc' 'ruby2.6-rubygem-coffee-script' 'ruby2.6-rubygem-coffee-script-doc' 'ruby2.6-rubygem-coffee-script-source' 'ruby2.6-rubygem-coffee-script-source-doc' 'ruby2.6-rubygem-colorator' 'ruby2.6-rubygem-colorator-0' 'ruby2.6-rubygem-colorator-doc' 'ruby2.6-rubygem-colorator-doc-0' 'ruby2.6-rubygem-colorator-testsuite-0' 'ruby2.6-rubygem-colored' 'ruby2.6-rubygem-colored-doc' 'ruby2.6-rubygem-colored-testsuite' 'ruby2.6-rubygem-colorize' 'ruby2.6-rubygem-colorize-doc' 'ruby2.6-rubygem-colorize-testsuite' 'ruby2.6-rubygem-columnize' 'ruby2.6-rubygem-columnize-doc' 'ruby2.6-rubygem-columnize-testsuite' 'ruby2.6-rubygem-commander' 'ruby2.6-rubygem-commander-doc' 'ruby2.6-rubygem-commander-testsuite' 'ruby2.6-rubygem-concurrent-ruby' 'ruby2.6-rubygem-concurrent-ruby-doc' 'ruby2.6-rubygem-cool.io' 'ruby2.6-rubygem-cool.io-doc' 'ruby2.6-rubygem-cool.io-testsuite' 'ruby2.6-rubygem-crack' 'ruby2.6-rubygem-crack-doc' 'ruby2.6-rubygem-crass' 'ruby2.6-rubygem-crass-doc' 'ruby2.6-rubygem-cri' 'ruby2.6-rubygem-cri-doc' 'ruby2.6-rubygem-cri-testsuite' 'ruby2.6-rubygem-cssmin' 'ruby2.6-rubygem-cssmin-doc' 'ruby2.6-rubygem-daemons' 'ruby2.6-rubygem-daemons-doc' 'ruby2.6-rubygem-debase' 'ruby2.6-rubygem-debase-doc' 'ruby2.6-rubygem-debase-ruby_core_source' 'ruby2.6-rubygem-debase-ruby_core_source-doc' 'ruby2.6-rubygem-debase-testsuite' 'ruby2.6-rubygem-debug_inspector' 'ruby2.6-rubygem-debug_inspector-doc' 'ruby2.6-rubygem-debug_inspector-testsuite' 'ruby2.6-rubygem-debugger-linecache' 'ruby2.6-rubygem-debugger-linecache-doc' 'ruby2.6-rubygem-debugger-linecache-testsuite' 'ruby2.6-rubygem-deep_merge' 'ruby2.6-rubygem-deep_merge-doc' 'ruby2.6-rubygem-deep_merge-testsuite' 'ruby2.6-rubygem-delayed_job' 'ruby2.6-rubygem-delayed_job-doc' 'ruby2.6-rubygem-delayed_job-testsuite' 'ruby2.6-rubygem-delayed_job_active_record' 'ruby2.6-rubygem-delayed_job_active_record-doc' 'ruby2.6-rubygem-descendants_tracker' 'ruby2.6-rubygem-descendants_tracker-doc' 'ruby2.6-rubygem-descendants_tracker-testsuite' 'ruby2.6-rubygem-devise' 'ruby2.6-rubygem-devise-doc' 'ruby2.6-rubygem-devise-i18n' 'ruby2.6-rubygem-devise-i18n-doc' 'ruby2.6-rubygem-devise_ldap_authenticatable' 'ruby2.6-rubygem-devise_ldap_authenticatable-doc' 'ruby2.6-rubygem-devise_ldap_authenticatable-testsuite' 'ruby2.6-rubygem-diff-lcs' 'ruby2.6-rubygem-diff-lcs-doc' 'ruby2.6-rubygem-diff-lcs-testsuite' 'ruby2.6-rubygem-diffy' 'ruby2.6-rubygem-diffy-doc' 'ruby2.6-rubygem-diffy-testsuite' 'ruby2.6-rubygem-dig_rb' 'ruby2.6-rubygem-dig_rb-doc' 'ruby2.6-rubygem-docile' 'ruby2.6-rubygem-docile-1_1' 'ruby2.6-rubygem-docile-doc' 'ruby2.6-rubygem-docile-doc-1_1' 'ruby2.6-rubygem-docile-testsuite-1_1' 'ruby2.6-rubygem-domain_name' 'ruby2.6-rubygem-domain_name-doc' 'ruby2.6-rubygem-domain_name-testsuite' 'ruby2.6-rubygem-dry-configurable' 'ruby2.6-rubygem-dry-configurable-doc' 'ruby2.6-rubygem-dry-container' 'ruby2.6-rubygem-dry-container-doc' 'ruby2.6-rubygem-dry-container-testsuite' 'ruby2.6-rubygem-dry-core' 'ruby2.6-rubygem-dry-core-doc' 'ruby2.6-rubygem-dry-equalizer' 'ruby2.6-rubygem-dry-equalizer-doc' 'ruby2.6-rubygem-dry-equalizer-testsuite' 'ruby2.6-rubygem-dry-inflector' 'ruby2.6-rubygem-dry-inflector-doc' 'ruby2.6-rubygem-dry-logic' 'ruby2.6-rubygem-dry-logic-doc' 'ruby2.6-rubygem-dry-types' 'ruby2.6-rubygem-dry-types-doc' 'ruby2.6-rubygem-ed25519' 'ruby2.6-rubygem-ed25519-doc' 'ruby2.6-rubygem-em-websocket' 'ruby2.6-rubygem-em-websocket-doc' 'ruby2.6-rubygem-em-websocket-testsuite' 'ruby2.6-rubygem-equalizer' 'ruby2.6-rubygem-equalizer-doc' 'ruby2.6-rubygem-equalizer-testsuite' 'ruby2.6-rubygem-erubi' 'ruby2.6-rubygem-erubi-doc' 'ruby2.6-rubygem-erubi-testsuite' 'ruby2.6-rubygem-erubis' 'ruby2.6-rubygem-erubis-2_6' 'ruby2.6-rubygem-erubis-doc' 'ruby2.6-rubygem-erubis-doc-2_6' 'ruby2.6-rubygem-erubis-testsuite' 'ruby2.6-rubygem-erubis-testsuite-2_6' 'ruby2.6-rubygem-eventmachine' 'ruby2.6-rubygem-eventmachine-doc' 'ruby2.6-rubygem-exception_notification' 'ruby2.6-rubygem-exception_notification-doc' 'ruby2.6-rubygem-exception_notification-testsuite' 'ruby2.6-rubygem-excon' 'ruby2.6-rubygem-excon-doc' 'ruby2.6-rubygem-execjs' 'ruby2.6-rubygem-execjs-doc' 'ruby2.6-rubygem-extlib' 'ruby2.6-rubygem-extlib-doc' 'ruby2.6-rubygem-extlib-testsuite' 'ruby2.6-rubygem-factory_girl' 'ruby2.6-rubygem-factory_girl-doc' 'ruby2.6-rubygem-factory_girl_rails' 'ruby2.6-rubygem-factory_girl_rails-doc' 'ruby2.6-rubygem-fake_ftp' 'ruby2.6-rubygem-fake_ftp-0_1' 'ruby2.6-rubygem-fake_ftp-doc' 'ruby2.6-rubygem-fake_ftp-doc-0_1' 'ruby2.6-rubygem-fake_ftp-testsuite' 'ruby2.6-rubygem-fake_ftp-testsuite-0_1' 'ruby2.6-rubygem-faraday' 'ruby2.6-rubygem-faraday-0_12' 'ruby2.6-rubygem-faraday-doc' 'ruby2.6-rubygem-faraday-doc-0_12' 'ruby2.6-rubygem-faraday-testsuite' 'ruby2.6-rubygem-faraday_middleware' 'ruby2.6-rubygem-faraday_middleware-doc' 'ruby2.6-rubygem-faraday_middleware-multi_json' 'ruby2.6-rubygem-faraday_middleware-multi_json-doc' 'ruby2.6-rubygem-faraday_middleware-multi_json-testsuite' 'ruby2.6-rubygem-fast_gettext' 'ruby2.6-rubygem-fast_gettext-1.1' 'ruby2.6-rubygem-fast_gettext-doc' 'ruby2.6-rubygem-fast_gettext-doc-1.1' 'ruby2.6-rubygem-fast_xs' 'ruby2.6-rubygem-fast_xs-doc' 'ruby2.6-rubygem-fast_xs-testsuite' 'ruby2.6-rubygem-fastercsv' 'ruby2.6-rubygem-fastercsv-doc' 'ruby2.6-rubygem-fastercsv-testsuite' 'ruby2.6-rubygem-ffi' 'ruby2.6-rubygem-ffi-doc' 'ruby2.6-rubygem-flog' 'ruby2.6-rubygem-flog-doc' 'ruby2.6-rubygem-flog-testsuite' 'ruby2.6-rubygem-fluentd' 'ruby2.6-rubygem-fluentd-doc' 'ruby2.6-rubygem-fluentd-testsuite' 'ruby2.6-rubygem-fog-core' 'ruby2.6-rubygem-fog-core-doc' 'ruby2.6-rubygem-fog-core-testsuite' 'ruby2.6-rubygem-fog-json' 'ruby2.6-rubygem-fog-json-doc' 'ruby2.6-rubygem-fog-json-testsuite' 'ruby2.6-rubygem-fog-libvirt' 'ruby2.6-rubygem-fog-libvirt-doc' 'ruby2.6-rubygem-fog-xml' 'ruby2.6-rubygem-fog-xml-doc' 'ruby2.6-rubygem-fog-xml-testsuite' 'ruby2.6-rubygem-font-awesome-rails' 'ruby2.6-rubygem-font-awesome-rails-doc' 'ruby2.6-rubygem-font-awesome-rails-testsuite' 'ruby2.6-rubygem-formatador' 'ruby2.6-rubygem-formatador-doc' 'ruby2.6-rubygem-forwardable-extended' 'ruby2.6-rubygem-forwardable-extended-doc' 'ruby2.6-rubygem-gem2rpm' 'ruby2.6-rubygem-get_process_mem' 'ruby2.6-rubygem-get_process_mem-doc' 'ruby2.6-rubygem-get_process_mem-testsuite' 'ruby2.6-rubygem-gettext' 'ruby2.6-rubygem-gettext-doc' 'ruby2.6-rubygem-gettext-setup' 'ruby2.6-rubygem-gettext-setup-doc' 'ruby2.6-rubygem-gettext-setup-testsuite' 'ruby2.6-rubygem-gettext-testsuite' 'ruby2.6-rubygem-gettext_i18n_rails' 'ruby2.6-rubygem-gettext_i18n_rails-doc' 'ruby2.6-rubygem-gettext_i18n_rails_js' 'ruby2.6-rubygem-gettext_i18n_rails_js-doc' 'ruby2.6-rubygem-gettext_i18n_rails_js-testsuite' 'ruby2.6-rubygem-gli' 'ruby2.6-rubygem-gli-doc' 'ruby2.6-rubygem-gli-testsuite' 'ruby2.6-rubygem-globalid' 'ruby2.6-rubygem-globalid-doc' 'ruby2.6-rubygem-gpgme' 'ruby2.6-rubygem-gpgme-doc' 'ruby2.6-rubygem-gpgme-testsuite' 'ruby2.6-rubygem-grape' 'ruby2.6-rubygem-grape-doc' 'ruby2.6-rubygem-grape-testsuite' 'ruby2.6-rubygem-gravatar_image_tag' 'ruby2.6-rubygem-gravatar_image_tag-doc' 'ruby2.6-rubygem-gravatar_image_tag-testsuite' 'ruby2.6-rubygem-gssapi' 'ruby2.6-rubygem-gssapi-doc' 'ruby2.6-rubygem-gssapi-testsuite' 'ruby2.6-rubygem-gyoku' 'ruby2.6-rubygem-gyoku-doc' 'ruby2.6-rubygem-gyoku-testsuite' 'ruby2.6-rubygem-haml' 'ruby2.6-rubygem-haml-doc' 'ruby2.6-rubygem-haml-rails' 'ruby2.6-rubygem-haml-rails-doc' 'ruby2.6-rubygem-haml-rails-testsuite' 'ruby2.6-rubygem-has_mobile_views' 'ruby2.6-rubygem-has_mobile_views-doc' 'ruby2.6-rubygem-has_mobile_views-testsuite' 'ruby2.6-rubygem-hashdiff' 'ruby2.6-rubygem-hashdiff-doc' 'ruby2.6-rubygem-hashdiff-testsuite' 'ruby2.6-rubygem-hashicorp-checkpoint' 'ruby2.6-rubygem-hashicorp-checkpoint-doc' 'ruby2.6-rubygem-hashicorp-checkpoint-testsuite' 'ruby2.6-rubygem-hashie' 'ruby2.6-rubygem-hashie-doc' 'ruby2.6-rubygem-hashie-testsuite' 'ruby2.6-rubygem-highline' 'ruby2.6-rubygem-highline-1_6' 'ruby2.6-rubygem-highline-1_7' 'ruby2.6-rubygem-highline-doc' 'ruby2.6-rubygem-highline-doc-1_6' 'ruby2.6-rubygem-highline-doc-1_7' 'ruby2.6-rubygem-highline-testsuite-1_6' 'ruby2.6-rubygem-highline-testsuite-1_7' 'ruby2.6-rubygem-hike' 'ruby2.6-rubygem-hike-1_2' 'ruby2.6-rubygem-hike-doc' 'ruby2.6-rubygem-hike-doc-1_2' 'ruby2.6-rubygem-hitimes' 'ruby2.6-rubygem-hitimes-doc' 'ruby2.6-rubygem-hitimes-testsuite' 'ruby2.6-rubygem-hoe' 'ruby2.6-rubygem-hoe-doc' 'ruby2.6-rubygem-hoe-testsuite' 'ruby2.6-rubygem-hpricot' 'ruby2.6-rubygem-hpricot-doc' 'ruby2.6-rubygem-hpricot-testsuite' 'ruby2.6-rubygem-html2haml' 'ruby2.6-rubygem-html2haml-doc' 'ruby2.6-rubygem-html2haml-testsuite' 'ruby2.6-rubygem-http-accept-1.7' 'ruby2.6-rubygem-http-accept-doc-1.7' 'ruby2.6-rubygem-http-cookie' 'ruby2.6-rubygem-http-cookie-doc' 'ruby2.6-rubygem-http-cookie-testsuite' 'ruby2.6-rubygem-http_accept_language' 'ruby2.6-rubygem-http_accept_language-doc' 'ruby2.6-rubygem-http_accept_language-testsuite' 'ruby2.6-rubygem-http_parser.rb' 'ruby2.6-rubygem-http_parser.rb-doc' 'ruby2.6-rubygem-http_parser.rb-testsuite' 'ruby2.6-rubygem-httpclient' 'ruby2.6-rubygem-httpclient-doc' 'ruby2.6-rubygem-httpclient-testsuite' 'ruby2.6-rubygem-i18n' 'ruby2.6-rubygem-i18n-0_6' 'ruby2.6-rubygem-i18n-0_9' 'ruby2.6-rubygem-i18n-1.1' 'ruby2.6-rubygem-i18n-doc' 'ruby2.6-rubygem-i18n-doc-0_6' 'ruby2.6-rubygem-i18n-doc-0_9' 'ruby2.6-rubygem-i18n-doc-1.1' 'ruby2.6-rubygem-i18n-testsuite-0_6' 'ruby2.6-rubygem-i18n-testsuite-0_9' 'ruby2.6-rubygem-i18n-testsuite-1.1' 'ruby2.6-rubygem-ice_nine' 'ruby2.6-rubygem-ice_nine-doc' 'ruby2.6-rubygem-ice_nine-testsuite' 'ruby2.6-rubygem-inifile' 'ruby2.6-rubygem-inifile-doc' 'ruby2.6-rubygem-inifile-testsuite' 'ruby2.6-rubygem-ipaddress' 'ruby2.6-rubygem-ipaddress-doc' 'ruby2.6-rubygem-ipaddress-testsuite' 'ruby2.6-rubygem-jaro_winkler' 'ruby2.6-rubygem-jaro_winkler-doc' 'ruby2.6-rubygem-jbuilder' 'ruby2.6-rubygem-jbuilder-doc' 'ruby2.6-rubygem-jbuilder-testsuite' 'ruby2.6-rubygem-jekyll' 'ruby2.6-rubygem-jekyll-doc' 'ruby2.6-rubygem-jekyll-sass-converter' 'ruby2.6-rubygem-jekyll-sass-converter-doc' 'ruby2.6-rubygem-jekyll-watch' 'ruby2.6-rubygem-jekyll-watch-doc' 'ruby2.6-rubygem-jmespath' 'ruby2.6-rubygem-jmespath-doc' 'ruby2.6-rubygem-journey-1_0' 'ruby2.6-rubygem-journey-doc-1_0' 'ruby2.6-rubygem-journey-testsuite-1_0' 'ruby2.6-rubygem-jquery-rails' 'ruby2.6-rubygem-jquery-rails-doc' 'ruby2.6-rubygem-jquery-rails-testsuite' 'ruby2.6-rubygem-jquery-ui-rails' 'ruby2.6-rubygem-jquery-ui-rails-doc' 'ruby2.6-rubygem-js-routes' 'ruby2.6-rubygem-js-routes-doc' 'ruby2.6-rubygem-js-routes-testsuite' 'ruby2.6-rubygem-json' 'ruby2.6-rubygem-json-doc' 'ruby2.6-rubygem-json-jwt' 'ruby2.6-rubygem-json-jwt-doc' 'ruby2.6-rubygem-json-schema' 'ruby2.6-rubygem-json-schema-doc' 'ruby2.6-rubygem-json_pure' 'ruby2.6-rubygem-json_pure-doc' 'ruby2.6-rubygem-jwt' 'ruby2.6-rubygem-jwt-1_5' 'ruby2.6-rubygem-jwt-doc' 'ruby2.6-rubygem-jwt-doc-1_5' 'ruby2.6-rubygem-jwt-testsuite-1_5' 'ruby2.6-rubygem-kgio' 'ruby2.6-rubygem-kgio-doc' 'ruby2.6-rubygem-kgio-testsuite' 'ruby2.6-rubygem-kramdown' 'ruby2.6-rubygem-kramdown-doc' 'ruby2.6-rubygem-kramdown-testsuite' 'ruby2.6-rubygem-launchy' 'ruby2.6-rubygem-launchy-doc' 'ruby2.6-rubygem-launchy-testsuite' 'ruby2.6-rubygem-levenshtein' 'ruby2.6-rubygem-levenshtein-doc' 'ruby2.6-rubygem-levenshtein-testsuite' 'ruby2.6-rubygem-librarian' 'ruby2.6-rubygem-librarian-doc' 'ruby2.6-rubygem-librarian-testsuite' 'ruby2.6-rubygem-libyui-rake' 'ruby2.6-rubygem-libyui-rake-doc' 'ruby2.6-rubygem-lightbox2' 'ruby2.6-rubygem-lightbox2-doc' 'ruby2.6-rubygem-liquid' 'ruby2.6-rubygem-liquid-3' 'ruby2.6-rubygem-liquid-doc' 'ruby2.6-rubygem-liquid-doc-3' 'ruby2.6-rubygem-liquid-testsuite' 'ruby2.6-rubygem-liquid-testsuite-3' 'ruby2.6-rubygem-listen' 'ruby2.6-rubygem-listen-3_0' 'ruby2.6-rubygem-listen-3_1' 'ruby2.6-rubygem-listen-doc' 'ruby2.6-rubygem-listen-doc-3_0' 'ruby2.6-rubygem-listen-doc-3_1' 'ruby2.6-rubygem-little-plugger' 'ruby2.6-rubygem-little-plugger-doc' 'ruby2.6-rubygem-little-plugger-testsuite' 'ruby2.6-rubygem-locale' 'ruby2.6-rubygem-locale-doc' 'ruby2.6-rubygem-locale-testsuite' 'ruby2.6-rubygem-log4r' 'ruby2.6-rubygem-log4r-doc' 'ruby2.6-rubygem-logging' 'ruby2.6-rubygem-logging-doc' 'ruby2.6-rubygem-logging-testsuite' 'ruby2.6-rubygem-lolcat' 'ruby2.6-rubygem-lolcat-doc' 'ruby2.6-rubygem-loofah' 'ruby2.6-rubygem-loofah-doc' 'ruby2.6-rubygem-mail' 'ruby2.6-rubygem-mail-2_5' 'ruby2.6-rubygem-mail-doc' 'ruby2.6-rubygem-mail-doc-2_5' 'ruby2.6-rubygem-manpages' 'ruby2.6-rubygem-manpages-doc' 'ruby2.6-rubygem-marcel' 'ruby2.6-rubygem-marcel-doc' 'ruby2.6-rubygem-mercenary' 'ruby2.6-rubygem-mercenary-doc' 'ruby2.6-rubygem-mercenary-testsuite' 'ruby2.6-rubygem-metaclass' 'ruby2.6-rubygem-metaclass-doc' 'ruby2.6-rubygem-metaclass-testsuite' 'ruby2.6-rubygem-method_source' 'ruby2.6-rubygem-method_source-doc' 'ruby2.6-rubygem-method_source-testsuite' 'ruby2.6-rubygem-micromachine' 'ruby2.6-rubygem-micromachine-doc' 'ruby2.6-rubygem-micromachine-testsuite' 'ruby2.6-rubygem-mime' 'ruby2.6-rubygem-mime-doc' 'ruby2.6-rubygem-mime-testsuite' 'ruby2.6-rubygem-mime-types' 'ruby2.6-rubygem-mime-types-1' 'ruby2.6-rubygem-mime-types-data' 'ruby2.6-rubygem-mime-types-data-doc' 'ruby2.6-rubygem-mime-types-doc' 'ruby2.6-rubygem-mime-types-doc-1' 'ruby2.6-rubygem-mime-types-testsuite' 'ruby2.6-rubygem-mime-types-testsuite-1' 'ruby2.6-rubygem-mimemagic' 'ruby2.6-rubygem-mimemagic-doc' 'ruby2.6-rubygem-mimemagic-testsuite' 'ruby2.6-rubygem-mini_magick' 'ruby2.6-rubygem-mini_magick-doc' 'ruby2.6-rubygem-mini_mime' 'ruby2.6-rubygem-mini_mime-doc' 'ruby2.6-rubygem-mini_portile2' 'ruby2.6-rubygem-mini_portile2-2_3' 'ruby2.6-rubygem-mini_portile2-doc' 'ruby2.6-rubygem-mini_portile2-doc-2_3' 'ruby2.6-rubygem-mini_portile2-testsuite' 'ruby2.6-rubygem-mini_portile2-testsuite-2_3' 'ruby2.6-rubygem-minitar' 'ruby2.6-rubygem-minitar-doc' 'ruby2.6-rubygem-mixlib-authentication' 'ruby2.6-rubygem-mixlib-authentication-doc' 'ruby2.6-rubygem-mixlib-cli' 'ruby2.6-rubygem-mixlib-cli-doc' 'ruby2.6-rubygem-mixlib-config' 'ruby2.6-rubygem-mixlib-config-doc' 'ruby2.6-rubygem-mixlib-log' 'ruby2.6-rubygem-mixlib-log-doc' 'ruby2.6-rubygem-mixlib-shellout' 'ruby2.6-rubygem-mixlib-shellout-doc' 'ruby2.6-rubygem-mobileesp_converted' 'ruby2.6-rubygem-mobileesp_converted-doc' 'ruby2.6-rubygem-mobileesp_converted-testsuite' 'ruby2.6-rubygem-mocha' 'ruby2.6-rubygem-mocha-doc' 'ruby2.6-rubygem-mocha-testsuite' 'ruby2.6-rubygem-moneta' 'ruby2.6-rubygem-moneta-0_7' 'ruby2.6-rubygem-moneta-doc' 'ruby2.6-rubygem-moneta-doc-0_7' 'ruby2.6-rubygem-moneta-testsuite' 'ruby2.6-rubygem-moneta-testsuite-0_7' 'ruby2.6-rubygem-msgpack' 'ruby2.6-rubygem-msgpack-doc' 'ruby2.6-rubygem-msgpack-testsuite' 'ruby2.6-rubygem-multi_json' 'ruby2.6-rubygem-multi_json-doc' 'ruby2.6-rubygem-multi_xml' 'ruby2.6-rubygem-multi_xml-doc' 'ruby2.6-rubygem-multipart-post' 'ruby2.6-rubygem-multipart-post-doc' 'ruby2.6-rubygem-multipart-post-testsuite' 'ruby2.6-rubygem-mustache' 'ruby2.6-rubygem-mustache-doc' 'ruby2.6-rubygem-mustache-testsuite' 'ruby2.6-rubygem-mustermann' 'ruby2.6-rubygem-mustermann-doc' 'ruby2.6-rubygem-mustermann-grape' 'ruby2.6-rubygem-mustermann-grape-doc' 'ruby2.6-rubygem-mustermann-grape-testsuite' 'ruby2.6-rubygem-mustermann-testsuite' 'ruby2.6-rubygem-mysql2' 'ruby2.6-rubygem-mysql2-doc' 'ruby2.6-rubygem-net-ldap' 'ruby2.6-rubygem-net-ldap-doc' 'ruby2.6-rubygem-net-ldap-testsuite' 'ruby2.6-rubygem-net-scp' 'ruby2.6-rubygem-net-scp-1_1' 'ruby2.6-rubygem-net-scp-1_2' 'ruby2.6-rubygem-net-scp-doc' 'ruby2.6-rubygem-net-scp-doc-1_1' 'ruby2.6-rubygem-net-scp-doc-1_2' 'ruby2.6-rubygem-net-scp-testsuite-1_1' 'ruby2.6-rubygem-net-scp-testsuite-1_2' 'ruby2.6-rubygem-net-sftp' 'ruby2.6-rubygem-net-sftp-doc' 'ruby2.6-rubygem-net-ssh' 'ruby2.6-rubygem-net-ssh-4_1' 'ruby2.6-rubygem-net-ssh-5.1' 'ruby2.6-rubygem-net-ssh-doc' 'ruby2.6-rubygem-net-ssh-doc-4_1' 'ruby2.6-rubygem-net-ssh-doc-5.1' 'ruby2.6-rubygem-net-ssh-gateway' 'ruby2.6-rubygem-net-ssh-gateway-doc' 'ruby2.6-rubygem-net-ssh-multi' 'ruby2.6-rubygem-net-ssh-multi-1_1' 'ruby2.6-rubygem-net-ssh-multi-doc' 'ruby2.6-rubygem-net-ssh-multi-doc-1_1' 'ruby2.6-rubygem-net-ssh-multi-testsuite' 'ruby2.6-rubygem-net-ssh-multi-testsuite-1_1' 'ruby2.6-rubygem-netrc' 'ruby2.6-rubygem-netrc-doc' 'ruby2.6-rubygem-netrc-testsuite' 'ruby2.6-rubygem-nio4r' 'ruby2.6-rubygem-nio4r-doc' 'ruby2.6-rubygem-nio4r-testsuite' 'ruby2.6-rubygem-nokogiri' 'ruby2.6-rubygem-nokogiri-doc' 'ruby2.6-rubygem-nori' 'ruby2.6-rubygem-nori-doc' 'ruby2.6-rubygem-nori-testsuite' 'ruby2.6-rubygem-oauth' 'ruby2.6-rubygem-oauth-doc' 'ruby2.6-rubygem-oauth2' 'ruby2.6-rubygem-oauth2-doc' 'ruby2.6-rubygem-omniauth' 'ruby2.6-rubygem-omniauth-doc' 'ruby2.6-rubygem-omniauth-github' 'ruby2.6-rubygem-omniauth-github-doc' 'ruby2.6-rubygem-omniauth-github-testsuite' 'ruby2.6-rubygem-omniauth-gitlab' 'ruby2.6-rubygem-omniauth-gitlab-doc' 'ruby2.6-rubygem-omniauth-gitlab-testsuite' 'ruby2.6-rubygem-omniauth-google-oauth2' 'ruby2.6-rubygem-omniauth-google-oauth2-doc' 'ruby2.6-rubygem-omniauth-google-oauth2-testsuite' 'ruby2.6-rubygem-omniauth-oauth' 'ruby2.6-rubygem-omniauth-oauth-doc' 'ruby2.6-rubygem-omniauth-oauth-testsuite' 'ruby2.6-rubygem-omniauth-oauth2' 'ruby2.6-rubygem-omniauth-oauth2-doc' 'ruby2.6-rubygem-omniauth-oauth2-testsuite' 'ruby2.6-rubygem-open4' 'ruby2.6-rubygem-open4-doc' 'ruby2.6-rubygem-open4-testsuite' 'ruby2.6-rubygem-openid_connect' 'ruby2.6-rubygem-openid_connect-doc' 'ruby2.6-rubygem-openid_connect-testsuite' 'ruby2.6-rubygem-optimist' 'ruby2.6-rubygem-optimist-doc' 'ruby2.6-rubygem-optimist-testsuite' 'ruby2.6-rubygem-orm_adapter' 'ruby2.6-rubygem-orm_adapter-doc' 'ruby2.6-rubygem-orm_adapter-testsuite' 'ruby2.6-rubygem-owncloud-admin' 'ruby2.6-rubygem-owncloud-admin-doc' 'ruby2.6-rubygem-packaging_rake_tasks' 'ruby2.6-rubygem-packaging_rake_tasks-doc' 'ruby2.6-rubygem-paint' 'ruby2.6-rubygem-paint-doc' 'ruby2.6-rubygem-parallel' 'ruby2.6-rubygem-parallel-doc' 'ruby2.6-rubygem-parallel_tests' 'ruby2.6-rubygem-parallel_tests-doc' 'ruby2.6-rubygem-parser' 'ruby2.6-rubygem-parser-doc' 'ruby2.6-rubygem-parser-testsuite' 'ruby2.6-rubygem-passenger' 'ruby2.6-rubygem-passenger-doc' 'ruby2.6-rubygem-path_expander' 'ruby2.6-rubygem-path_expander-doc' 'ruby2.6-rubygem-path_expander-testsuite' 'ruby2.6-rubygem-pathutil' 'ruby2.6-rubygem-pathutil-doc' 'ruby2.6-rubygem-pg' 'ruby2.6-rubygem-pg-doc' 'ruby2.6-rubygem-pg-testsuite' 'ruby2.6-rubygem-pkg-config' 'ruby2.6-rubygem-pkg-config-doc' 'ruby2.6-rubygem-pkg-config-testsuite' 'ruby2.6-rubygem-po_to_json' 'ruby2.6-rubygem-po_to_json-doc' 'ruby2.6-rubygem-po_to_json-testsuite' 'ruby2.6-rubygem-polyglot' 'ruby2.6-rubygem-polyglot-doc' 'ruby2.6-rubygem-pry' 'ruby2.6-rubygem-pry-doc' 'ruby2.6-rubygem-pry-doc-testsuite' 'ruby2.6-rubygem-public_suffix' 'ruby2.6-rubygem-public_suffix-3.1' 'ruby2.6-rubygem-public_suffix-doc' 'ruby2.6-rubygem-public_suffix-doc-3.1' 'ruby2.6-rubygem-public_suffix-testsuite' 'ruby2.6-rubygem-public_suffix-testsuite-3.1' 'ruby2.6-rubygem-puma' 'ruby2.6-rubygem-puma-doc' 'ruby2.6-rubygem-puma_worker_killer' 'ruby2.6-rubygem-puma_worker_killer-doc' 'ruby2.6-rubygem-puma_worker_killer-testsuite' 'ruby2.6-rubygem-pundit' 'ruby2.6-rubygem-pundit-doc' 'ruby2.6-rubygem-pundit-testsuite' 'ruby2.6-rubygem-rack' 'ruby2.6-rubygem-rack-1_3' 'ruby2.6-rubygem-rack-1_4' 'ruby2.6-rubygem-rack-1_6' 'ruby2.6-rubygem-rack-2.0' 'ruby2.6-rubygem-rack-accept' 'ruby2.6-rubygem-rack-accept-doc' 'ruby2.6-rubygem-rack-accept-testsuite' 'ruby2.6-rubygem-rack-cache-1_2' 'ruby2.6-rubygem-rack-cache-doc-1_2' 'ruby2.6-rubygem-rack-cache-testsuite-1_2' 'ruby2.6-rubygem-rack-doc' 'ruby2.6-rubygem-rack-doc-1_3' 'ruby2.6-rubygem-rack-doc-1_4' 'ruby2.6-rubygem-rack-doc-1_6' 'ruby2.6-rubygem-rack-doc-2.0' 'ruby2.6-rubygem-rack-oauth2' 'ruby2.6-rubygem-rack-oauth2-doc' 'ruby2.6-rubygem-rack-oauth2-testsuite' 'ruby2.6-rubygem-rack-protection' 'ruby2.6-rubygem-rack-protection-doc' 'ruby2.6-rubygem-rack-proxy' 'ruby2.6-rubygem-rack-proxy-doc' 'ruby2.6-rubygem-rack-proxy-testsuite' 'ruby2.6-rubygem-rack-ssl-1_3' 'ruby2.6-rubygem-rack-ssl-doc-1_3' 'ruby2.6-rubygem-rack-test-0_6' 'ruby2.6-rubygem-rack-test-doc-0_6' 'ruby2.6-rubygem-rack-test-testsuite-0_6' 'ruby2.6-rubygem-rack-testsuite-1_3' 'ruby2.6-rubygem-rack-testsuite-1_4' 'ruby2.6-rubygem-rack-testsuite-1_6' 'ruby2.6-rubygem-rack-testsuite-2.0' 'ruby2.6-rubygem-rails-5.2' 'ruby2.6-rubygem-rails-6.0' 'ruby2.6-rubygem-rails-deprecated_sanitizer' 'ruby2.6-rubygem-rails-deprecated_sanitizer-doc' 'ruby2.6-rubygem-rails-deprecated_sanitizer-testsuite' 'ruby2.6-rubygem-rails-doc-5.2' 'ruby2.6-rubygem-rails-doc-6.0' 'ruby2.6-rubygem-rails-dom-testing' 'ruby2.6-rubygem-rails-dom-testing-doc' 'ruby2.6-rubygem-rails-dom-testing-testsuite' 'ruby2.6-rubygem-rails-html-sanitizer' 'ruby2.6-rubygem-rails-html-sanitizer-doc' 'ruby2.6-rubygem-rails-html-sanitizer-testsuite' 'ruby2.6-rubygem-rails-i18n' 'ruby2.6-rubygem-rails-i18n-doc' 'ruby2.6-rubygem-rails_stdout_logging' 'ruby2.6-rubygem-rails_stdout_logging-doc' 'ruby2.6-rubygem-rails_stdout_logging-testsuite' 'ruby2.6-rubygem-railties-5.2' 'ruby2.6-rubygem-railties-6.0' 'ruby2.6-rubygem-railties-doc-5.2' 'ruby2.6-rubygem-railties-doc-6.0' 'ruby2.6-rubygem-rainbow' 'ruby2.6-rubygem-rainbow-doc' 'ruby2.6-rubygem-rainbow-testsuite' 'ruby2.6-rubygem-raindrops' 'ruby2.6-rubygem-raindrops-doc' 'ruby2.6-rubygem-raindrops-testsuite' 'ruby2.6-rubygem-rake-12_0' 'ruby2.6-rubygem-rake-compiler' 'ruby2.6-rubygem-rake-compiler-doc' 'ruby2.6-rubygem-rake-compiler-testsuite' 'ruby2.6-rubygem-rake-doc-12_0' 'ruby2.6-rubygem-rb-fsevent' 'ruby2.6-rubygem-rb-fsevent-doc' 'ruby2.6-rubygem-rb-inotify' 'ruby2.6-rubygem-rb-inotify-doc' 'ruby2.6-rubygem-rb-inotify-testsuite' 'ruby2.6-rubygem-rb-kqueue' 'ruby2.6-rubygem-rb-kqueue-doc' 'ruby2.6-rubygem-rb-kqueue-testsuite' 'ruby2.6-rubygem-rdiscount' 'ruby2.6-rubygem-rdiscount-doc' 'ruby2.6-rubygem-rdiscount-testsuite' 'ruby2.6-rubygem-rdoc-4' 'ruby2.6-rubygem-rdoc-doc-4' 'ruby2.6-rubygem-rdoc-testsuite-4' 'ruby2.6-rubygem-regexp_parser' 'ruby2.6-rubygem-regexp_parser-doc' 'ruby2.6-rubygem-regexp_parser-testsuite' 'ruby2.6-rubygem-responders' 'ruby2.6-rubygem-responders-doc' 'ruby2.6-rubygem-rest-client' 'ruby2.6-rubygem-rest-client-doc' 'ruby2.6-rubygem-rest-client-testsuite' 'ruby2.6-rubygem-restility' 'ruby2.6-rubygem-restility-doc' 'ruby2.6-rubygem-restility-testsuite' 'ruby2.6-rubygem-reverse_markdown' 'ruby2.6-rubygem-reverse_markdown-doc' 'ruby2.6-rubygem-reverse_markdown-testsuite' 'ruby2.6-rubygem-rgen' 'ruby2.6-rubygem-rgen-doc' 'ruby2.6-rubygem-rgen-testsuite' 'ruby2.6-rubygem-rice' 'ruby2.6-rubygem-rice-doc' 'ruby2.6-rubygem-rice-testsuite' 'ruby2.6-rubygem-ronn' 'ruby2.6-rubygem-ronn-doc' 'ruby2.6-rubygem-ronn-testsuite' 'ruby2.6-rubygem-rouge' 'ruby2.6-rubygem-rouge-1' 'ruby2.6-rubygem-rouge-doc' 'ruby2.6-rubygem-rouge-doc-1' 'ruby2.6-rubygem-rpm' 'ruby2.6-rubygem-rpm-doc' 'ruby2.6-rubygem-rpm-testsuite' 'ruby2.6-rubygem-rspec' 'ruby2.6-rubygem-rspec-3_5' 'ruby2.6-rubygem-rspec-core' 'ruby2.6-rubygem-rspec-core-3_5' 'ruby2.6-rubygem-rspec-core-doc' 'ruby2.6-rubygem-rspec-core-doc-3_5' 'ruby2.6-rubygem-rspec-doc' 'ruby2.6-rubygem-rspec-doc-3_5' 'ruby2.6-rubygem-rspec-expectations' 'ruby2.6-rubygem-rspec-expectations-3_5' 'ruby2.6-rubygem-rspec-expectations-doc' 'ruby2.6-rubygem-rspec-expectations-doc-3_5' 'ruby2.6-rubygem-rspec-its' 'ruby2.6-rubygem-rspec-its-doc' 'ruby2.6-rubygem-rspec-its-testsuite' 'ruby2.6-rubygem-rspec-mocks' 'ruby2.6-rubygem-rspec-mocks-3_5' 'ruby2.6-rubygem-rspec-mocks-doc' 'ruby2.6-rubygem-rspec-mocks-doc-3_5' 'ruby2.6-rubygem-rspec-rails' 'ruby2.6-rubygem-rspec-rails-3.9' 'ruby2.6-rubygem-rspec-rails-doc' 'ruby2.6-rubygem-rspec-rails-doc-3.9' 'ruby2.6-rubygem-rspec-support' 'ruby2.6-rubygem-rspec-support-3_5' 'ruby2.6-rubygem-rspec-support-doc' 'ruby2.6-rubygem-rspec-support-doc-3_5' 'ruby2.6-rubygem-rubocop' 'ruby2.6-rubygem-rubocop-ast' 'ruby2.6-rubygem-rubocop-ast-doc' 'ruby2.6-rubygem-rubocop-doc' 'ruby2.6-rubygem-ruby-augeas' 'ruby2.6-rubygem-ruby-augeas-doc' 'ruby2.6-rubygem-ruby-dbus' 'ruby2.6-rubygem-ruby-dbus-doc' 'ruby2.6-rubygem-ruby-dbus-testsuite' 'ruby2.6-rubygem-ruby-filemagic' 'ruby2.6-rubygem-ruby-filemagic-doc' 'ruby2.6-rubygem-ruby-filemagic-testsuite' 'ruby2.6-rubygem-ruby-libvirt' 'ruby2.6-rubygem-ruby-libvirt-doc' 'ruby2.6-rubygem-ruby-openid' 'ruby2.6-rubygem-ruby-openid-doc' 'ruby2.6-rubygem-ruby-openid-testsuite' 'ruby2.6-rubygem-ruby-progressbar' 'ruby2.6-rubygem-ruby-progressbar-doc' 'ruby2.6-rubygem-ruby-rc4' 'ruby2.6-rubygem-ruby-rc4-doc' 'ruby2.6-rubygem-ruby-rc4-testsuite' 'ruby2.6-rubygem-ruby-shadow' 'ruby2.6-rubygem-ruby-shadow-doc' 'ruby2.6-rubygem-ruby2_keywords' 'ruby2.6-rubygem-ruby2_keywords-doc' 'ruby2.6-rubygem-ruby_dep' 'ruby2.6-rubygem-ruby_dep-1_3' 'ruby2.6-rubygem-ruby_dep-doc' 'ruby2.6-rubygem-ruby_dep-doc-1_3' 'ruby2.6-rubygem-ruby_dig' 'ruby2.6-rubygem-ruby_dig-doc' 'ruby2.6-rubygem-ruby_dig-testsuite' 'ruby2.6-rubygem-ruby_parser' 'ruby2.6-rubygem-ruby_parser-doc' 'ruby2.6-rubygem-ruby_parser-testsuite' 'ruby2.6-rubygem-rubyforge' 'ruby2.6-rubygem-rubyforge-doc' 'ruby2.6-rubygem-rubyforge-testsuite' 'ruby2.6-rubygem-rubyntlm' 'ruby2.6-rubygem-rubyntlm-doc' 'ruby2.6-rubygem-rubyntlm-testsuite' 'ruby2.6-rubygem-rubyzip' 'ruby2.6-rubygem-rubyzip-1.3' 'ruby2.6-rubygem-rubyzip-doc' 'ruby2.6-rubygem-rubyzip-doc-1.3' 'ruby2.6-rubygem-rubyzip-testsuite-1.3' 'ruby2.6-rubygem-safe_yaml' 'ruby2.6-rubygem-safe_yaml-doc' 'ruby2.6-rubygem-safe_yaml-testsuite' 'ruby2.6-rubygem-sass' 'ruby2.6-rubygem-sass-doc' 'ruby2.6-rubygem-sass-listen' 'ruby2.6-rubygem-sass-listen-doc' 'ruby2.6-rubygem-sass-rails' 'ruby2.6-rubygem-sass-rails-5.1' 'ruby2.6-rubygem-sass-rails-doc' 'ruby2.6-rubygem-sass-rails-doc-5.1' 'ruby2.6-rubygem-sassc' 'ruby2.6-rubygem-sassc-2.2' 'ruby2.6-rubygem-sassc-doc' 'ruby2.6-rubygem-sassc-doc-2.2' 'ruby2.6-rubygem-sassc-rails' 'ruby2.6-rubygem-sassc-rails-doc' 'ruby2.6-rubygem-sassc-rails-testsuite' 'ruby2.6-rubygem-sassc-testsuite' 'ruby2.6-rubygem-sassc-testsuite-2.2' 'ruby2.6-rubygem-sdoc' 'ruby2.6-rubygem-sdoc-doc' 'ruby2.6-rubygem-sdoc-testsuite' 'ruby2.6-rubygem-securecompare' 'ruby2.6-rubygem-securecompare-doc' 'ruby2.6-rubygem-securecompare-testsuite' 'ruby2.6-rubygem-serverengine' 'ruby2.6-rubygem-serverengine-doc' 'ruby2.6-rubygem-serverengine-testsuite' 'ruby2.6-rubygem-sexp_processor' 'ruby2.6-rubygem-sexp_processor-doc' 'ruby2.6-rubygem-sexp_processor-testsuite' 'ruby2.6-rubygem-sigdump' 'ruby2.6-rubygem-sigdump-doc' 'ruby2.6-rubygem-simple_oauth' 'ruby2.6-rubygem-simple_oauth-doc' 'ruby2.6-rubygem-simplecov' 'ruby2.6-rubygem-simplecov-doc' 'ruby2.6-rubygem-simplecov-html' 'ruby2.6-rubygem-simplecov-html-doc' 'ruby2.6-rubygem-simplecov-html-testsuite' 'ruby2.6-rubygem-simpleidn' 'ruby2.6-rubygem-simpleidn-doc' 'ruby2.6-rubygem-sinatra' 'ruby2.6-rubygem-sinatra-doc' 'ruby2.6-rubygem-slim' 'ruby2.6-rubygem-slim-doc' 'ruby2.6-rubygem-slim-testsuite' 'ruby2.6-rubygem-slop' 'ruby2.6-rubygem-slop-3' 'ruby2.6-rubygem-slop-3_3' 'ruby2.6-rubygem-slop-doc' 'ruby2.6-rubygem-slop-doc-3' 'ruby2.6-rubygem-slop-doc-3_3' 'ruby2.6-rubygem-slop-testsuite' 'ruby2.6-rubygem-slop-testsuite-3' 'ruby2.6-rubygem-slop-testsuite-3_3' 'ruby2.6-rubygem-spring' 'ruby2.6-rubygem-spring-doc' 'ruby2.6-rubygem-spring-watcher-listen' 'ruby2.6-rubygem-spring-watcher-listen-doc' 'ruby2.6-rubygem-spring-watcher-listen-testsuite' 'ruby2.6-rubygem-sprockets' 'ruby2.6-rubygem-sprockets-2_1' 'ruby2.6-rubygem-sprockets-2_2' 'ruby2.6-rubygem-sprockets-3.7' 'ruby2.6-rubygem-sprockets-doc' 'ruby2.6-rubygem-sprockets-doc-2_1' 'ruby2.6-rubygem-sprockets-doc-2_2' 'ruby2.6-rubygem-sprockets-doc-3.7' 'ruby2.6-rubygem-sprockets-helpers' 'ruby2.6-rubygem-sprockets-helpers-doc' 'ruby2.6-rubygem-sprockets-helpers-testsuite' 'ruby2.6-rubygem-sprockets-rails' 'ruby2.6-rubygem-sprockets-rails-doc' 'ruby2.6-rubygem-sqlite3' 'ruby2.6-rubygem-sqlite3-doc' 'ruby2.6-rubygem-sqlite3-testsuite' 'ruby2.6-rubygem-sshkit' 'ruby2.6-rubygem-sshkit-doc' 'ruby2.6-rubygem-sshkit-testsuite' 'ruby2.6-rubygem-stackdeck' 'ruby2.6-rubygem-stackdeck-doc' 'ruby2.6-rubygem-stackdeck-testsuite' 'ruby2.6-rubygem-stomp' 'ruby2.6-rubygem-stomp-doc' 'ruby2.6-rubygem-stomp-testsuite' 'ruby2.6-rubygem-strptime' 'ruby2.6-rubygem-strptime-doc' 'ruby2.6-rubygem-swd' 'ruby2.6-rubygem-swd-doc' 'ruby2.6-rubygem-swd-testsuite' 'ruby2.6-rubygem-systemu' 'ruby2.6-rubygem-systemu-doc' 'ruby2.6-rubygem-systemu-testsuite' 'ruby2.6-rubygem-temple' 'ruby2.6-rubygem-temple-doc' 'ruby2.6-rubygem-temple-testsuite' 'ruby2.6-rubygem-text' 'ruby2.6-rubygem-text-doc' 'ruby2.6-rubygem-text-hyphen' 'ruby2.6-rubygem-text-hyphen-doc' 'ruby2.6-rubygem-text-hyphen-testsuite' 'ruby2.6-rubygem-text-testsuite' 'ruby2.6-rubygem-thor' 'ruby2.6-rubygem-thor-0_19' 'ruby2.6-rubygem-thor-doc' 'ruby2.6-rubygem-thor-doc-0_19' 'ruby2.6-rubygem-thread_safe' 'ruby2.6-rubygem-thread_safe-doc' 'ruby2.6-rubygem-thread_safe-testsuite' 'ruby2.6-rubygem-tilt' 'ruby2.6-rubygem-tilt-1_1' 'ruby2.6-rubygem-tilt-1_4' 'ruby2.6-rubygem-tilt-doc' 'ruby2.6-rubygem-tilt-doc-1_1' 'ruby2.6-rubygem-tilt-doc-1_4' 'ruby2.6-rubygem-tilt-testsuite-1_1' 'ruby2.6-rubygem-tilt-testsuite-1_4' 'ruby2.6-rubygem-timers' 'ruby2.6-rubygem-timers-doc' 'ruby2.6-rubygem-tmuxinator' 'ruby2.6-rubygem-tmuxinator-doc' 'ruby2.6-rubygem-tmuxinator-testsuite' 'ruby2.6-rubygem-tomlrb' 'ruby2.6-rubygem-tomlrb-doc' 'ruby2.6-rubygem-treetop' 'ruby2.6-rubygem-treetop-1_4' 'ruby2.6-rubygem-treetop-doc' 'ruby2.6-rubygem-treetop-doc-1_4' 'ruby2.6-rubygem-treetop-testsuite-1_4' 'ruby2.6-rubygem-trollop' 'ruby2.6-rubygem-trollop-doc' 'ruby2.6-rubygem-trollop-testsuite' 'ruby2.6-rubygem-turbolinks' 'ruby2.6-rubygem-turbolinks-doc' 'ruby2.6-rubygem-turbolinks-source' 'ruby2.6-rubygem-turbolinks-source-doc' 'ruby2.6-rubygem-tzinfo' 'ruby2.6-rubygem-tzinfo-0' 'ruby2.6-rubygem-tzinfo-1.2' 'ruby2.6-rubygem-tzinfo-data' 'ruby2.6-rubygem-tzinfo-data-doc' 'ruby2.6-rubygem-tzinfo-doc' 'ruby2.6-rubygem-tzinfo-doc-0' 'ruby2.6-rubygem-tzinfo-doc-1.2' 'ruby2.6-rubygem-tzinfo-testsuite-0' 'ruby2.6-rubygem-tzinfo-testsuite-1.2' 'ruby2.6-rubygem-uglifier' 'ruby2.6-rubygem-uglifier-doc' 'ruby2.6-rubygem-unf' 'ruby2.6-rubygem-unf-doc' 'ruby2.6-rubygem-unf-testsuite' 'ruby2.6-rubygem-unf_ext' 'ruby2.6-rubygem-unf_ext-doc' 'ruby2.6-rubygem-unf_ext-testsuite' 'ruby2.6-rubygem-unicode-display_width' 'ruby2.6-rubygem-unicode-display_width-doc' 'ruby2.6-rubygem-unicorn' 'ruby2.6-rubygem-unicorn-doc' 'ruby2.6-rubygem-unicorn-testsuite' 'ruby2.6-rubygem-unicorn-worker-killer' 'ruby2.6-rubygem-unicorn-worker-killer-doc' 'ruby2.6-rubygem-url_safe_base64' 'ruby2.6-rubygem-url_safe_base64-doc' 'ruby2.6-rubygem-url_safe_base64-testsuite' 'ruby2.6-rubygem-vagrant-spec' 'ruby2.6-rubygem-vagrant-spec-doc' 'ruby2.6-rubygem-vagrant-spec-testsuite' 'ruby2.6-rubygem-vagrant_cloud' 'ruby2.6-rubygem-vagrant_cloud-doc' 'ruby2.6-rubygem-validate_email' 'ruby2.6-rubygem-validate_email-doc' 'ruby2.6-rubygem-validate_url' 'ruby2.6-rubygem-validate_url-doc' 'ruby2.6-rubygem-virtus' 'ruby2.6-rubygem-virtus-doc' 'ruby2.6-rubygem-virtus-testsuite' 'ruby2.6-rubygem-warden' 'ruby2.6-rubygem-warden-doc' 'ruby2.6-rubygem-web-console' 'ruby2.6-rubygem-web-console-2' 'ruby2.6-rubygem-web-console-doc' 'ruby2.6-rubygem-web-console-doc-2' 'ruby2.6-rubygem-webfinger' 'ruby2.6-rubygem-webfinger-doc' 'ruby2.6-rubygem-webfinger-testsuite' 'ruby2.6-rubygem-webmock-1_2' 'ruby2.6-rubygem-webmock-2_3' 'ruby2.6-rubygem-webmock-doc-1_2' 'ruby2.6-rubygem-webmock-doc-2_3' 'ruby2.6-rubygem-webmock-testsuite-1_2' 'ruby2.6-rubygem-webmock-testsuite-2_3' 'ruby2.6-rubygem-webpacker' 'ruby2.6-rubygem-webpacker-doc' 'ruby2.6-rubygem-webpacker-testsuite' 'ruby2.6-rubygem-websocket' 'ruby2.6-rubygem-websocket-doc' 'ruby2.6-rubygem-websocket-driver' 'ruby2.6-rubygem-websocket-driver-0_6' 'ruby2.6-rubygem-websocket-driver-doc' 'ruby2.6-rubygem-websocket-driver-doc-0_6' 'ruby2.6-rubygem-websocket-extensions' 'ruby2.6-rubygem-websocket-extensions-doc' 'ruby2.6-rubygem-websocket-testsuite' 'ruby2.6-rubygem-winrm' 'ruby2.6-rubygem-winrm-2_1' 'ruby2.6-rubygem-winrm-doc' 'ruby2.6-rubygem-winrm-doc-2_1' 'ruby2.6-rubygem-winrm-elevated' 'ruby2.6-rubygem-winrm-elevated-doc' 'ruby2.6-rubygem-winrm-fs' 'ruby2.6-rubygem-winrm-fs-doc' 'ruby2.6-rubygem-xdg' 'ruby2.6-rubygem-xdg-2' 'ruby2.6-rubygem-xdg-doc' 'ruby2.6-rubygem-xdg-doc-2' 'ruby2.6-rubygem-xdg-testsuite-2' 'ruby2.6-rubygem-xml-simple' 'ruby2.6-rubygem-xml-simple-doc' 'ruby2.6-rubygem-xmlhash' 'ruby2.6-rubygem-xmlhash-doc' 'ruby2.6-rubygem-xmlhash-testsuite' 'ruby2.6-rubygem-yajl-ruby' 'ruby2.6-rubygem-yajl-ruby-doc' 'ruby2.6-rubygem-yajl-ruby-testsuite' 'ruby2.6-rubygem-yard' 'ruby2.6-rubygem-yard-doc' 'ruby2.6-rubygem-zeitwerk' 'ruby2.6-rubygem-zeitwerk-doc' 'ruby2.7' 'ruby2.7-devel' 'ruby2.7-devel-extra' 'ruby2.7-doc' 'ruby2.7-doc-ri' 'ruby2.7-rubygem-RedCloth' 'ruby2.7-rubygem-RedCloth-doc' 'ruby2.7-rubygem-RedCloth-testsuite' 'ruby2.7-rubygem-abstract' 'ruby2.7-rubygem-abstract-doc' 'ruby2.7-rubygem-abstract-testsuite' 'ruby2.7-rubygem-abstract_method' 'ruby2.7-rubygem-abstract_method-doc' 'ruby2.7-rubygem-actioncable-5.2' 'ruby2.7-rubygem-actioncable-6.0' 'ruby2.7-rubygem-actioncable-doc-5.2' 'ruby2.7-rubygem-actioncable-doc-6.0' 'ruby2.7-rubygem-actionmailbox-6.0' 'ruby2.7-rubygem-actionmailbox-doc-6.0' 'ruby2.7-rubygem-actionmailer-5.2' 'ruby2.7-rubygem-actionmailer-6.0' 'ruby2.7-rubygem-actionmailer-doc-5.2' 'ruby2.7-rubygem-actionmailer-doc-6.0' 'ruby2.7-rubygem-actionpack-5.2' 'ruby2.7-rubygem-actionpack-6.0' 'ruby2.7-rubygem-actionpack-doc-5.2' 'ruby2.7-rubygem-actionpack-doc-6.0' 'ruby2.7-rubygem-actiontext-6.0' 'ruby2.7-rubygem-actiontext-doc-6.0' 'ruby2.7-rubygem-actionview-5.2' 'ruby2.7-rubygem-actionview-6.0' 'ruby2.7-rubygem-actionview-doc-5.2' 'ruby2.7-rubygem-actionview-doc-6.0' 'ruby2.7-rubygem-activejob-5.2' 'ruby2.7-rubygem-activejob-6.0' 'ruby2.7-rubygem-activejob-doc-5.2' 'ruby2.7-rubygem-activejob-doc-6.0' 'ruby2.7-rubygem-activemodel-5.2' 'ruby2.7-rubygem-activemodel-6.0' 'ruby2.7-rubygem-activemodel-doc-5.2' 'ruby2.7-rubygem-activemodel-doc-6.0' 'ruby2.7-rubygem-activerecord-5.2' 'ruby2.7-rubygem-activerecord-6.0' 'ruby2.7-rubygem-activerecord-deprecated_finders' 'ruby2.7-rubygem-activerecord-deprecated_finders-doc' 'ruby2.7-rubygem-activerecord-doc-5.2' 'ruby2.7-rubygem-activerecord-doc-6.0' 'ruby2.7-rubygem-activestorage-5.2' 'ruby2.7-rubygem-activestorage-6.0' 'ruby2.7-rubygem-activestorage-doc-5.2' 'ruby2.7-rubygem-activestorage-doc-6.0' 'ruby2.7-rubygem-activesupport-5.2' 'ruby2.7-rubygem-activesupport-6.0' 'ruby2.7-rubygem-activesupport-doc-5.2' 'ruby2.7-rubygem-activesupport-doc-6.0' 'ruby2.7-rubygem-addressable' 'ruby2.7-rubygem-addressable-2_3' 'ruby2.7-rubygem-addressable-doc' 'ruby2.7-rubygem-addressable-doc-2_3' 'ruby2.7-rubygem-addressable-testsuite' 'ruby2.7-rubygem-addressable-testsuite-2_3' 'ruby2.7-rubygem-aes_key_wrap' 'ruby2.7-rubygem-aes_key_wrap-doc' 'ruby2.7-rubygem-airbrussh' 'ruby2.7-rubygem-airbrussh-doc' 'ruby2.7-rubygem-amq-protocol' 'ruby2.7-rubygem-amq-protocol-doc' 'ruby2.7-rubygem-amq-protocol-testsuite' 'ruby2.7-rubygem-amqp' 'ruby2.7-rubygem-amqp-doc' 'ruby2.7-rubygem-amqp-testsuite' 'ruby2.7-rubygem-archive-tar-minitar' 'ruby2.7-rubygem-archive-tar-minitar-doc' 'ruby2.7-rubygem-arel' 'ruby2.7-rubygem-arel-3_0' 'ruby2.7-rubygem-arel-6' 'ruby2.7-rubygem-arel-7' 'ruby2.7-rubygem-arel-8' 'ruby2.7-rubygem-arel-doc' 'ruby2.7-rubygem-arel-doc-3_0' 'ruby2.7-rubygem-arel-doc-6' 'ruby2.7-rubygem-arel-doc-7' 'ruby2.7-rubygem-arel-doc-8' 'ruby2.7-rubygem-arel-testsuite-3_0' 'ruby2.7-rubygem-asciidoctor' 'ruby2.7-rubygem-asciidoctor-doc' 'ruby2.7-rubygem-ast' 'ruby2.7-rubygem-ast-doc' 'ruby2.7-rubygem-atomic' 'ruby2.7-rubygem-atomic-doc' 'ruby2.7-rubygem-atomic-testsuite' 'ruby2.7-rubygem-attr_required' 'ruby2.7-rubygem-attr_required-doc' 'ruby2.7-rubygem-attr_required-testsuite' 'ruby2.7-rubygem-autoprefixer-rails' 'ruby2.7-rubygem-autoprefixer-rails-doc' 'ruby2.7-rubygem-axiom-types' 'ruby2.7-rubygem-axiom-types-doc' 'ruby2.7-rubygem-axiom-types-testsuite' 'ruby2.7-rubygem-backport' 'ruby2.7-rubygem-backport-doc' 'ruby2.7-rubygem-base32' 'ruby2.7-rubygem-base32-doc' 'ruby2.7-rubygem-base32-testsuite' 'ruby2.7-rubygem-bcrypt' 'ruby2.7-rubygem-bcrypt-doc' 'ruby2.7-rubygem-bcrypt-ruby' 'ruby2.7-rubygem-bcrypt-ruby-doc' 'ruby2.7-rubygem-bcrypt-testsuite' 'ruby2.7-rubygem-bcrypt_pbkdf' 'ruby2.7-rubygem-bcrypt_pbkdf-doc' 'ruby2.7-rubygem-bcrypt_pbkdf-testsuite' 'ruby2.7-rubygem-benchmark' 'ruby2.7-rubygem-benchmark-doc' 'ruby2.7-rubygem-bindata' 'ruby2.7-rubygem-bindata-doc' 'ruby2.7-rubygem-bindata-testsuite' 'ruby2.7-rubygem-bindex' 'ruby2.7-rubygem-bindex-doc' 'ruby2.7-rubygem-bindex-testsuite' 'ruby2.7-rubygem-binding_of_caller' 'ruby2.7-rubygem-binding_of_caller-doc' 'ruby2.7-rubygem-binding_of_caller-testsuite' 'ruby2.7-rubygem-bootsnap' 'ruby2.7-rubygem-bootsnap-doc' 'ruby2.7-rubygem-bootstrap-sass' 'ruby2.7-rubygem-bootstrap-sass-doc' 'ruby2.7-rubygem-bootstrap-sass-testsuite' 'ruby2.7-rubygem-buff-extensions' 'ruby2.7-rubygem-buff-extensions-doc' 'ruby2.7-rubygem-buff-extensions-testsuite' 'ruby2.7-rubygem-buff-ignore' 'ruby2.7-rubygem-buff-ignore-doc' 'ruby2.7-rubygem-buff-ignore-testsuite' 'ruby2.7-rubygem-buff-ruby_engine' 'ruby2.7-rubygem-buff-ruby_engine-doc' 'ruby2.7-rubygem-buff-ruby_engine-testsuite' 'ruby2.7-rubygem-builder' 'ruby2.7-rubygem-builder-doc' 'ruby2.7-rubygem-builder-testsuite' 'ruby2.7-rubygem-bundler' 'ruby2.7-rubygem-bundler-audit' 'ruby2.7-rubygem-bundler-audit-doc' 'ruby2.7-rubygem-bundler-audit-testsuite' 'ruby2.7-rubygem-bundler-doc' 'ruby2.7-rubygem-bunny' 'ruby2.7-rubygem-bunny-doc' 'ruby2.7-rubygem-bunny-testsuite' 'ruby2.7-rubygem-byebug' 'ruby2.7-rubygem-byebug-doc' 'ruby2.7-rubygem-capistrano' 'ruby2.7-rubygem-capistrano-doc' 'ruby2.7-rubygem-capistrano-harrow' 'ruby2.7-rubygem-capistrano-harrow-doc' 'ruby2.7-rubygem-capistrano-stats' 'ruby2.7-rubygem-capistrano-stats-doc' 'ruby2.7-rubygem-capistrano-testsuite' 'ruby2.7-rubygem-celluloid' 'ruby2.7-rubygem-celluloid-doc' 'ruby2.7-rubygem-celluloid-essentials' 'ruby2.7-rubygem-celluloid-essentials-doc' 'ruby2.7-rubygem-celluloid-extras' 'ruby2.7-rubygem-celluloid-extras-doc' 'ruby2.7-rubygem-celluloid-fsm' 'ruby2.7-rubygem-celluloid-fsm-doc' 'ruby2.7-rubygem-celluloid-pool' 'ruby2.7-rubygem-celluloid-pool-doc' 'ruby2.7-rubygem-celluloid-supervision' 'ruby2.7-rubygem-celluloid-supervision-doc' 'ruby2.7-rubygem-celluloid-testsuite' 'ruby2.7-rubygem-cfa' 'ruby2.7-rubygem-cfa-doc' 'ruby2.7-rubygem-cfa_grub2' 'ruby2.7-rubygem-cfa_grub2-doc' 'ruby2.7-rubygem-changelog_generator' 'ruby2.7-rubygem-changelog_generator-doc' 'ruby2.7-rubygem-changelog_generator-testsuite' 'ruby2.7-rubygem-cheetah' 'ruby2.7-rubygem-cheetah-doc' 'ruby2.7-rubygem-childprocess' 'ruby2.7-rubygem-childprocess-0_6' 'ruby2.7-rubygem-childprocess-2.0' 'ruby2.7-rubygem-childprocess-doc' 'ruby2.7-rubygem-childprocess-doc-0_6' 'ruby2.7-rubygem-childprocess-doc-2.0' 'ruby2.7-rubygem-childprocess-testsuite' 'ruby2.7-rubygem-childprocess-testsuite-0_6' 'ruby2.7-rubygem-childprocess-testsuite-2.0' 'ruby2.7-rubygem-ci_reporter' 'ruby2.7-rubygem-ci_reporter-doc' 'ruby2.7-rubygem-ci_reporter-testsuite' 'ruby2.7-rubygem-cleanroom' 'ruby2.7-rubygem-cleanroom-doc' 'ruby2.7-rubygem-cleanroom-testsuite' 'ruby2.7-rubygem-coderay' 'ruby2.7-rubygem-coderay-doc' 'ruby2.7-rubygem-coercible' 'ruby2.7-rubygem-coercible-doc' 'ruby2.7-rubygem-coercible-testsuite' 'ruby2.7-rubygem-coffee-rails' 'ruby2.7-rubygem-coffee-rails-doc' 'ruby2.7-rubygem-coffee-script' 'ruby2.7-rubygem-coffee-script-doc' 'ruby2.7-rubygem-coffee-script-source' 'ruby2.7-rubygem-coffee-script-source-doc' 'ruby2.7-rubygem-colorator' 'ruby2.7-rubygem-colorator-0' 'ruby2.7-rubygem-colorator-doc' 'ruby2.7-rubygem-colorator-doc-0' 'ruby2.7-rubygem-colorator-testsuite-0' 'ruby2.7-rubygem-colored' 'ruby2.7-rubygem-colored-doc' 'ruby2.7-rubygem-colored-testsuite' 'ruby2.7-rubygem-colorize' 'ruby2.7-rubygem-colorize-doc' 'ruby2.7-rubygem-colorize-testsuite' 'ruby2.7-rubygem-columnize' 'ruby2.7-rubygem-columnize-doc' 'ruby2.7-rubygem-columnize-testsuite' 'ruby2.7-rubygem-commander' 'ruby2.7-rubygem-commander-doc' 'ruby2.7-rubygem-commander-testsuite' 'ruby2.7-rubygem-concurrent-ruby' 'ruby2.7-rubygem-concurrent-ruby-doc' 'ruby2.7-rubygem-cool.io' 'ruby2.7-rubygem-cool.io-doc' 'ruby2.7-rubygem-cool.io-testsuite' 'ruby2.7-rubygem-crack' 'ruby2.7-rubygem-crack-doc' 'ruby2.7-rubygem-crass' 'ruby2.7-rubygem-crass-doc' 'ruby2.7-rubygem-cri' 'ruby2.7-rubygem-cri-doc' 'ruby2.7-rubygem-cri-testsuite' 'ruby2.7-rubygem-cssmin' 'ruby2.7-rubygem-cssmin-doc' 'ruby2.7-rubygem-daemon_controller' 'ruby2.7-rubygem-daemon_controller-doc' 'ruby2.7-rubygem-daemon_controller-testsuite' 'ruby2.7-rubygem-daemons' 'ruby2.7-rubygem-daemons-doc' 'ruby2.7-rubygem-debase' 'ruby2.7-rubygem-debase-doc' 'ruby2.7-rubygem-debase-ruby_core_source' 'ruby2.7-rubygem-debase-ruby_core_source-doc' 'ruby2.7-rubygem-debase-testsuite' 'ruby2.7-rubygem-debug_inspector' 'ruby2.7-rubygem-debug_inspector-doc' 'ruby2.7-rubygem-debug_inspector-testsuite' 'ruby2.7-rubygem-debugger-linecache' 'ruby2.7-rubygem-debugger-linecache-doc' 'ruby2.7-rubygem-debugger-linecache-testsuite' 'ruby2.7-rubygem-deep_merge' 'ruby2.7-rubygem-deep_merge-doc' 'ruby2.7-rubygem-deep_merge-testsuite' 'ruby2.7-rubygem-delayed_job' 'ruby2.7-rubygem-delayed_job-doc' 'ruby2.7-rubygem-delayed_job-testsuite' 'ruby2.7-rubygem-delayed_job_active_record' 'ruby2.7-rubygem-delayed_job_active_record-doc' 'ruby2.7-rubygem-descendants_tracker' 'ruby2.7-rubygem-descendants_tracker-doc' 'ruby2.7-rubygem-descendants_tracker-testsuite' 'ruby2.7-rubygem-devise' 'ruby2.7-rubygem-devise-doc' 'ruby2.7-rubygem-devise-i18n' 'ruby2.7-rubygem-devise-i18n-doc' 'ruby2.7-rubygem-devise_ldap_authenticatable' 'ruby2.7-rubygem-devise_ldap_authenticatable-doc' 'ruby2.7-rubygem-devise_ldap_authenticatable-testsuite' 'ruby2.7-rubygem-diff-lcs' 'ruby2.7-rubygem-diff-lcs-doc' 'ruby2.7-rubygem-diff-lcs-testsuite' 'ruby2.7-rubygem-diffy' 'ruby2.7-rubygem-diffy-doc' 'ruby2.7-rubygem-diffy-testsuite' 'ruby2.7-rubygem-dig_rb' 'ruby2.7-rubygem-dig_rb-doc' 'ruby2.7-rubygem-docile' 'ruby2.7-rubygem-docile-1_1' 'ruby2.7-rubygem-docile-doc' 'ruby2.7-rubygem-docile-doc-1_1' 'ruby2.7-rubygem-docile-testsuite-1_1' 'ruby2.7-rubygem-domain_name' 'ruby2.7-rubygem-domain_name-doc' 'ruby2.7-rubygem-domain_name-testsuite' 'ruby2.7-rubygem-dry-configurable' 'ruby2.7-rubygem-dry-configurable-doc' 'ruby2.7-rubygem-dry-container' 'ruby2.7-rubygem-dry-container-doc' 'ruby2.7-rubygem-dry-container-testsuite' 'ruby2.7-rubygem-dry-core' 'ruby2.7-rubygem-dry-core-doc' 'ruby2.7-rubygem-dry-equalizer' 'ruby2.7-rubygem-dry-equalizer-doc' 'ruby2.7-rubygem-dry-equalizer-testsuite' 'ruby2.7-rubygem-dry-inflector' 'ruby2.7-rubygem-dry-inflector-doc' 'ruby2.7-rubygem-dry-logic' 'ruby2.7-rubygem-dry-logic-doc' 'ruby2.7-rubygem-dry-types' 'ruby2.7-rubygem-dry-types-doc' 'ruby2.7-rubygem-ed25519' 'ruby2.7-rubygem-ed25519-doc' 'ruby2.7-rubygem-em-websocket' 'ruby2.7-rubygem-em-websocket-doc' 'ruby2.7-rubygem-em-websocket-testsuite' 'ruby2.7-rubygem-equalizer' 'ruby2.7-rubygem-equalizer-doc' 'ruby2.7-rubygem-equalizer-testsuite' 'ruby2.7-rubygem-erubi' 'ruby2.7-rubygem-erubi-doc' 'ruby2.7-rubygem-erubi-testsuite' 'ruby2.7-rubygem-erubis' 'ruby2.7-rubygem-erubis-2_6' 'ruby2.7-rubygem-erubis-doc' 'ruby2.7-rubygem-erubis-doc-2_6' 'ruby2.7-rubygem-erubis-testsuite' 'ruby2.7-rubygem-erubis-testsuite-2_6' 'ruby2.7-rubygem-eventmachine' 'ruby2.7-rubygem-eventmachine-doc' 'ruby2.7-rubygem-exception_notification' 'ruby2.7-rubygem-exception_notification-doc' 'ruby2.7-rubygem-exception_notification-testsuite' 'ruby2.7-rubygem-excon' 'ruby2.7-rubygem-excon-doc' 'ruby2.7-rubygem-execjs' 'ruby2.7-rubygem-execjs-doc' 'ruby2.7-rubygem-extlib' 'ruby2.7-rubygem-extlib-doc' 'ruby2.7-rubygem-extlib-testsuite' 'ruby2.7-rubygem-factory_girl' 'ruby2.7-rubygem-factory_girl-doc' 'ruby2.7-rubygem-factory_girl_rails' 'ruby2.7-rubygem-factory_girl_rails-doc' 'ruby2.7-rubygem-fake_ftp' 'ruby2.7-rubygem-fake_ftp-0_1' 'ruby2.7-rubygem-fake_ftp-doc' 'ruby2.7-rubygem-fake_ftp-doc-0_1' 'ruby2.7-rubygem-fake_ftp-testsuite' 'ruby2.7-rubygem-fake_ftp-testsuite-0_1' 'ruby2.7-rubygem-faraday' 'ruby2.7-rubygem-faraday-0_12' 'ruby2.7-rubygem-faraday-doc' 'ruby2.7-rubygem-faraday-doc-0_12' 'ruby2.7-rubygem-faraday-testsuite' 'ruby2.7-rubygem-faraday_middleware' 'ruby2.7-rubygem-faraday_middleware-doc' 'ruby2.7-rubygem-faraday_middleware-multi_json' 'ruby2.7-rubygem-faraday_middleware-multi_json-doc' 'ruby2.7-rubygem-faraday_middleware-multi_json-testsuite' 'ruby2.7-rubygem-fast_gettext' 'ruby2.7-rubygem-fast_gettext-1.1' 'ruby2.7-rubygem-fast_gettext-doc' 'ruby2.7-rubygem-fast_gettext-doc-1.1' 'ruby2.7-rubygem-fast_xs' 'ruby2.7-rubygem-fast_xs-doc' 'ruby2.7-rubygem-fast_xs-testsuite' 'ruby2.7-rubygem-fastercsv' 'ruby2.7-rubygem-fastercsv-doc' 'ruby2.7-rubygem-fastercsv-testsuite' 'ruby2.7-rubygem-ffi' 'ruby2.7-rubygem-ffi-doc' 'ruby2.7-rubygem-flog' 'ruby2.7-rubygem-flog-doc' 'ruby2.7-rubygem-flog-testsuite' 'ruby2.7-rubygem-fluentd' 'ruby2.7-rubygem-fluentd-doc' 'ruby2.7-rubygem-fluentd-testsuite' 'ruby2.7-rubygem-fog-core' 'ruby2.7-rubygem-fog-core-doc' 'ruby2.7-rubygem-fog-core-testsuite' 'ruby2.7-rubygem-fog-json' 'ruby2.7-rubygem-fog-json-doc' 'ruby2.7-rubygem-fog-json-testsuite' 'ruby2.7-rubygem-fog-libvirt' 'ruby2.7-rubygem-fog-libvirt-doc' 'ruby2.7-rubygem-fog-xml' 'ruby2.7-rubygem-fog-xml-doc' 'ruby2.7-rubygem-fog-xml-testsuite' 'ruby2.7-rubygem-font-awesome-rails' 'ruby2.7-rubygem-font-awesome-rails-doc' 'ruby2.7-rubygem-font-awesome-rails-testsuite' 'ruby2.7-rubygem-formatador' 'ruby2.7-rubygem-formatador-doc' 'ruby2.7-rubygem-forwardable-extended' 'ruby2.7-rubygem-forwardable-extended-doc' 'ruby2.7-rubygem-gem2rpm' 'ruby2.7-rubygem-get_process_mem' 'ruby2.7-rubygem-get_process_mem-doc' 'ruby2.7-rubygem-get_process_mem-testsuite' 'ruby2.7-rubygem-gettext' 'ruby2.7-rubygem-gettext-doc' 'ruby2.7-rubygem-gettext-setup' 'ruby2.7-rubygem-gettext-setup-doc' 'ruby2.7-rubygem-gettext-setup-testsuite' 'ruby2.7-rubygem-gettext-testsuite' 'ruby2.7-rubygem-gettext_i18n_rails' 'ruby2.7-rubygem-gettext_i18n_rails-doc' 'ruby2.7-rubygem-gettext_i18n_rails_js' 'ruby2.7-rubygem-gettext_i18n_rails_js-doc' 'ruby2.7-rubygem-gettext_i18n_rails_js-testsuite' 'ruby2.7-rubygem-gli' 'ruby2.7-rubygem-gli-doc' 'ruby2.7-rubygem-gli-testsuite' 'ruby2.7-rubygem-globalid' 'ruby2.7-rubygem-globalid-doc' 'ruby2.7-rubygem-gpgme' 'ruby2.7-rubygem-gpgme-doc' 'ruby2.7-rubygem-gpgme-testsuite' 'ruby2.7-rubygem-grape' 'ruby2.7-rubygem-grape-doc' 'ruby2.7-rubygem-grape-testsuite' 'ruby2.7-rubygem-gravatar_image_tag' 'ruby2.7-rubygem-gravatar_image_tag-doc' 'ruby2.7-rubygem-gravatar_image_tag-testsuite' 'ruby2.7-rubygem-gssapi' 'ruby2.7-rubygem-gssapi-doc' 'ruby2.7-rubygem-gssapi-testsuite' 'ruby2.7-rubygem-gyoku' 'ruby2.7-rubygem-gyoku-doc' 'ruby2.7-rubygem-gyoku-testsuite' 'ruby2.7-rubygem-haml' 'ruby2.7-rubygem-haml-doc' 'ruby2.7-rubygem-haml-rails' 'ruby2.7-rubygem-haml-rails-doc' 'ruby2.7-rubygem-haml-rails-testsuite' 'ruby2.7-rubygem-has_mobile_views' 'ruby2.7-rubygem-has_mobile_views-doc' 'ruby2.7-rubygem-has_mobile_views-testsuite' 'ruby2.7-rubygem-hashdiff' 'ruby2.7-rubygem-hashdiff-doc' 'ruby2.7-rubygem-hashdiff-testsuite' 'ruby2.7-rubygem-hashicorp-checkpoint' 'ruby2.7-rubygem-hashicorp-checkpoint-doc' 'ruby2.7-rubygem-hashicorp-checkpoint-testsuite' 'ruby2.7-rubygem-hashie' 'ruby2.7-rubygem-hashie-doc' 'ruby2.7-rubygem-hashie-testsuite' 'ruby2.7-rubygem-highline' 'ruby2.7-rubygem-highline-1_6' 'ruby2.7-rubygem-highline-1_7' 'ruby2.7-rubygem-highline-doc' 'ruby2.7-rubygem-highline-doc-1_6' 'ruby2.7-rubygem-highline-doc-1_7' 'ruby2.7-rubygem-highline-testsuite-1_6' 'ruby2.7-rubygem-highline-testsuite-1_7' 'ruby2.7-rubygem-hike' 'ruby2.7-rubygem-hike-1_2' 'ruby2.7-rubygem-hike-doc' 'ruby2.7-rubygem-hike-doc-1_2' 'ruby2.7-rubygem-hitimes' 'ruby2.7-rubygem-hitimes-doc' 'ruby2.7-rubygem-hitimes-testsuite' 'ruby2.7-rubygem-hoe' 'ruby2.7-rubygem-hoe-doc' 'ruby2.7-rubygem-hoe-testsuite' 'ruby2.7-rubygem-hpricot' 'ruby2.7-rubygem-hpricot-doc' 'ruby2.7-rubygem-hpricot-testsuite' 'ruby2.7-rubygem-html2haml' 'ruby2.7-rubygem-html2haml-doc' 'ruby2.7-rubygem-html2haml-testsuite' 'ruby2.7-rubygem-http-accept-1.7' 'ruby2.7-rubygem-http-accept-doc-1.7' 'ruby2.7-rubygem-http-cookie' 'ruby2.7-rubygem-http-cookie-doc' 'ruby2.7-rubygem-http-cookie-testsuite' 'ruby2.7-rubygem-http_accept_language' 'ruby2.7-rubygem-http_accept_language-doc' 'ruby2.7-rubygem-http_accept_language-testsuite' 'ruby2.7-rubygem-http_parser.rb' 'ruby2.7-rubygem-http_parser.rb-doc' 'ruby2.7-rubygem-http_parser.rb-testsuite' 'ruby2.7-rubygem-httpclient' 'ruby2.7-rubygem-httpclient-doc' 'ruby2.7-rubygem-httpclient-testsuite' 'ruby2.7-rubygem-i18n' 'ruby2.7-rubygem-i18n-0_6' 'ruby2.7-rubygem-i18n-0_9' 'ruby2.7-rubygem-i18n-1.1' 'ruby2.7-rubygem-i18n-doc' 'ruby2.7-rubygem-i18n-doc-0_6' 'ruby2.7-rubygem-i18n-doc-0_9' 'ruby2.7-rubygem-i18n-doc-1.1' 'ruby2.7-rubygem-i18n-testsuite-0_6' 'ruby2.7-rubygem-i18n-testsuite-0_9' 'ruby2.7-rubygem-i18n-testsuite-1.1' 'ruby2.7-rubygem-ice_nine' 'ruby2.7-rubygem-ice_nine-doc' 'ruby2.7-rubygem-ice_nine-testsuite' 'ruby2.7-rubygem-inifile' 'ruby2.7-rubygem-inifile-doc' 'ruby2.7-rubygem-inifile-testsuite' 'ruby2.7-rubygem-ipaddress' 'ruby2.7-rubygem-ipaddress-doc' 'ruby2.7-rubygem-ipaddress-testsuite' 'ruby2.7-rubygem-jaro_winkler' 'ruby2.7-rubygem-jaro_winkler-doc' 'ruby2.7-rubygem-jbuilder' 'ruby2.7-rubygem-jbuilder-doc' 'ruby2.7-rubygem-jbuilder-testsuite' 'ruby2.7-rubygem-jekyll' 'ruby2.7-rubygem-jekyll-doc' 'ruby2.7-rubygem-jekyll-sass-converter' 'ruby2.7-rubygem-jekyll-sass-converter-doc' 'ruby2.7-rubygem-jekyll-watch' 'ruby2.7-rubygem-jekyll-watch-doc' 'ruby2.7-rubygem-jmespath' 'ruby2.7-rubygem-jmespath-doc' 'ruby2.7-rubygem-journey-1_0' 'ruby2.7-rubygem-journey-doc-1_0' 'ruby2.7-rubygem-journey-testsuite-1_0' 'ruby2.7-rubygem-jquery-rails' 'ruby2.7-rubygem-jquery-rails-doc' 'ruby2.7-rubygem-jquery-rails-testsuite' 'ruby2.7-rubygem-jquery-ui-rails' 'ruby2.7-rubygem-jquery-ui-rails-doc' 'ruby2.7-rubygem-js-routes' 'ruby2.7-rubygem-js-routes-doc' 'ruby2.7-rubygem-js-routes-testsuite' 'ruby2.7-rubygem-json' 'ruby2.7-rubygem-json-doc' 'ruby2.7-rubygem-json-jwt' 'ruby2.7-rubygem-json-jwt-doc' 'ruby2.7-rubygem-json-schema' 'ruby2.7-rubygem-json-schema-doc' 'ruby2.7-rubygem-json_pure' 'ruby2.7-rubygem-json_pure-doc' 'ruby2.7-rubygem-jwt' 'ruby2.7-rubygem-jwt-1_5' 'ruby2.7-rubygem-jwt-doc' 'ruby2.7-rubygem-jwt-doc-1_5' 'ruby2.7-rubygem-jwt-testsuite-1_5' 'ruby2.7-rubygem-kgio' 'ruby2.7-rubygem-kgio-doc' 'ruby2.7-rubygem-kgio-testsuite' 'ruby2.7-rubygem-kramdown' 'ruby2.7-rubygem-kramdown-doc' 'ruby2.7-rubygem-kramdown-testsuite' 'ruby2.7-rubygem-launchy' 'ruby2.7-rubygem-launchy-doc' 'ruby2.7-rubygem-launchy-testsuite' 'ruby2.7-rubygem-levenshtein' 'ruby2.7-rubygem-levenshtein-doc' 'ruby2.7-rubygem-levenshtein-testsuite' 'ruby2.7-rubygem-librarian' 'ruby2.7-rubygem-librarian-doc' 'ruby2.7-rubygem-librarian-testsuite' 'ruby2.7-rubygem-libyui-rake' 'ruby2.7-rubygem-libyui-rake-doc' 'ruby2.7-rubygem-lightbox2' 'ruby2.7-rubygem-lightbox2-doc' 'ruby2.7-rubygem-liquid' 'ruby2.7-rubygem-liquid-3' 'ruby2.7-rubygem-liquid-doc' 'ruby2.7-rubygem-liquid-doc-3' 'ruby2.7-rubygem-liquid-testsuite' 'ruby2.7-rubygem-liquid-testsuite-3' 'ruby2.7-rubygem-listen' 'ruby2.7-rubygem-listen-3_0' 'ruby2.7-rubygem-listen-3_1' 'ruby2.7-rubygem-listen-doc' 'ruby2.7-rubygem-listen-doc-3_0' 'ruby2.7-rubygem-listen-doc-3_1' 'ruby2.7-rubygem-little-plugger' 'ruby2.7-rubygem-little-plugger-doc' 'ruby2.7-rubygem-little-plugger-testsuite' 'ruby2.7-rubygem-locale' 'ruby2.7-rubygem-locale-doc' 'ruby2.7-rubygem-locale-testsuite' 'ruby2.7-rubygem-log4r' 'ruby2.7-rubygem-log4r-doc' 'ruby2.7-rubygem-logging' 'ruby2.7-rubygem-logging-doc' 'ruby2.7-rubygem-logging-testsuite' 'ruby2.7-rubygem-lolcat' 'ruby2.7-rubygem-lolcat-doc' 'ruby2.7-rubygem-loofah' 'ruby2.7-rubygem-loofah-doc' 'ruby2.7-rubygem-mail' 'ruby2.7-rubygem-mail-2_5' 'ruby2.7-rubygem-mail-doc' 'ruby2.7-rubygem-mail-doc-2_5' 'ruby2.7-rubygem-manpages' 'ruby2.7-rubygem-manpages-doc' 'ruby2.7-rubygem-marcel' 'ruby2.7-rubygem-marcel-doc' 'ruby2.7-rubygem-memcache-client' 'ruby2.7-rubygem-memcache-client-doc' 'ruby2.7-rubygem-memcache-client-testsuite' 'ruby2.7-rubygem-mercenary' 'ruby2.7-rubygem-mercenary-doc' 'ruby2.7-rubygem-mercenary-testsuite' 'ruby2.7-rubygem-metaclass' 'ruby2.7-rubygem-metaclass-doc' 'ruby2.7-rubygem-metaclass-testsuite' 'ruby2.7-rubygem-method_source' 'ruby2.7-rubygem-method_source-doc' 'ruby2.7-rubygem-method_source-testsuite' 'ruby2.7-rubygem-micromachine' 'ruby2.7-rubygem-micromachine-doc' 'ruby2.7-rubygem-micromachine-testsuite' 'ruby2.7-rubygem-mime' 'ruby2.7-rubygem-mime-doc' 'ruby2.7-rubygem-mime-testsuite' 'ruby2.7-rubygem-mime-types' 'ruby2.7-rubygem-mime-types-1' 'ruby2.7-rubygem-mime-types-data' 'ruby2.7-rubygem-mime-types-data-doc' 'ruby2.7-rubygem-mime-types-doc' 'ruby2.7-rubygem-mime-types-doc-1' 'ruby2.7-rubygem-mime-types-testsuite' 'ruby2.7-rubygem-mime-types-testsuite-1' 'ruby2.7-rubygem-mimemagic' 'ruby2.7-rubygem-mimemagic-doc' 'ruby2.7-rubygem-mimemagic-testsuite' 'ruby2.7-rubygem-mini_magick' 'ruby2.7-rubygem-mini_magick-doc' 'ruby2.7-rubygem-mini_mime' 'ruby2.7-rubygem-mini_mime-doc' 'ruby2.7-rubygem-mini_portile2' 'ruby2.7-rubygem-mini_portile2-2_3' 'ruby2.7-rubygem-mini_portile2-doc' 'ruby2.7-rubygem-mini_portile2-doc-2_3' 'ruby2.7-rubygem-mini_portile2-testsuite' 'ruby2.7-rubygem-mini_portile2-testsuite-2_3' 'ruby2.7-rubygem-minitar' 'ruby2.7-rubygem-minitar-doc' 'ruby2.7-rubygem-mixlib-authentication' 'ruby2.7-rubygem-mixlib-authentication-doc' 'ruby2.7-rubygem-mixlib-cli' 'ruby2.7-rubygem-mixlib-cli-doc' 'ruby2.7-rubygem-mixlib-config' 'ruby2.7-rubygem-mixlib-config-doc' 'ruby2.7-rubygem-mixlib-log' 'ruby2.7-rubygem-mixlib-log-doc' 'ruby2.7-rubygem-mixlib-shellout' 'ruby2.7-rubygem-mixlib-shellout-doc' 'ruby2.7-rubygem-mobileesp_converted' 'ruby2.7-rubygem-mobileesp_converted-doc' 'ruby2.7-rubygem-mobileesp_converted-testsuite' 'ruby2.7-rubygem-mocha' 'ruby2.7-rubygem-mocha-doc' 'ruby2.7-rubygem-mocha-testsuite' 'ruby2.7-rubygem-moneta' 'ruby2.7-rubygem-moneta-0_7' 'ruby2.7-rubygem-moneta-doc' 'ruby2.7-rubygem-moneta-doc-0_7' 'ruby2.7-rubygem-moneta-testsuite' 'ruby2.7-rubygem-moneta-testsuite-0_7' 'ruby2.7-rubygem-msgpack' 'ruby2.7-rubygem-msgpack-doc' 'ruby2.7-rubygem-msgpack-testsuite' 'ruby2.7-rubygem-multi_json' 'ruby2.7-rubygem-multi_json-doc' 'ruby2.7-rubygem-multi_xml' 'ruby2.7-rubygem-multi_xml-doc' 'ruby2.7-rubygem-multipart-post' 'ruby2.7-rubygem-multipart-post-doc' 'ruby2.7-rubygem-multipart-post-testsuite' 'ruby2.7-rubygem-mustache' 'ruby2.7-rubygem-mustache-doc' 'ruby2.7-rubygem-mustache-testsuite' 'ruby2.7-rubygem-mustermann' 'ruby2.7-rubygem-mustermann-doc' 'ruby2.7-rubygem-mustermann-grape' 'ruby2.7-rubygem-mustermann-grape-doc' 'ruby2.7-rubygem-mustermann-grape-testsuite' 'ruby2.7-rubygem-mustermann-testsuite' 'ruby2.7-rubygem-mysql2' 'ruby2.7-rubygem-mysql2-doc' 'ruby2.7-rubygem-net-ldap' 'ruby2.7-rubygem-net-ldap-doc' 'ruby2.7-rubygem-net-ldap-testsuite' 'ruby2.7-rubygem-net-scp' 'ruby2.7-rubygem-net-scp-1_1' 'ruby2.7-rubygem-net-scp-1_2' 'ruby2.7-rubygem-net-scp-doc' 'ruby2.7-rubygem-net-scp-doc-1_1' 'ruby2.7-rubygem-net-scp-doc-1_2' 'ruby2.7-rubygem-net-scp-testsuite-1_1' 'ruby2.7-rubygem-net-scp-testsuite-1_2' 'ruby2.7-rubygem-net-sftp' 'ruby2.7-rubygem-net-sftp-doc' 'ruby2.7-rubygem-net-ssh' 'ruby2.7-rubygem-net-ssh-4_1' 'ruby2.7-rubygem-net-ssh-5.1' 'ruby2.7-rubygem-net-ssh-doc' 'ruby2.7-rubygem-net-ssh-doc-4_1' 'ruby2.7-rubygem-net-ssh-doc-5.1' 'ruby2.7-rubygem-net-ssh-gateway' 'ruby2.7-rubygem-net-ssh-gateway-doc' 'ruby2.7-rubygem-net-ssh-multi' 'ruby2.7-rubygem-net-ssh-multi-1_1' 'ruby2.7-rubygem-net-ssh-multi-doc' 'ruby2.7-rubygem-net-ssh-multi-doc-1_1' 'ruby2.7-rubygem-net-ssh-multi-testsuite' 'ruby2.7-rubygem-net-ssh-multi-testsuite-1_1' 'ruby2.7-rubygem-netrc' 'ruby2.7-rubygem-netrc-doc' 'ruby2.7-rubygem-netrc-testsuite' 'ruby2.7-rubygem-nio4r' 'ruby2.7-rubygem-nio4r-doc' 'ruby2.7-rubygem-nio4r-testsuite' 'ruby2.7-rubygem-nokogiri' 'ruby2.7-rubygem-nokogiri-doc' 'ruby2.7-rubygem-nori' 'ruby2.7-rubygem-nori-doc' 'ruby2.7-rubygem-nori-testsuite' 'ruby2.7-rubygem-oauth' 'ruby2.7-rubygem-oauth-doc' 'ruby2.7-rubygem-oauth2' 'ruby2.7-rubygem-oauth2-doc' 'ruby2.7-rubygem-omniauth' 'ruby2.7-rubygem-omniauth-doc' 'ruby2.7-rubygem-omniauth-github' 'ruby2.7-rubygem-omniauth-github-doc' 'ruby2.7-rubygem-omniauth-github-testsuite' 'ruby2.7-rubygem-omniauth-gitlab' 'ruby2.7-rubygem-omniauth-gitlab-doc' 'ruby2.7-rubygem-omniauth-gitlab-testsuite' 'ruby2.7-rubygem-omniauth-google-oauth2' 'ruby2.7-rubygem-omniauth-google-oauth2-doc' 'ruby2.7-rubygem-omniauth-google-oauth2-testsuite' 'ruby2.7-rubygem-omniauth-oauth' 'ruby2.7-rubygem-omniauth-oauth-doc' 'ruby2.7-rubygem-omniauth-oauth-testsuite' 'ruby2.7-rubygem-omniauth-oauth2' 'ruby2.7-rubygem-omniauth-oauth2-doc' 'ruby2.7-rubygem-omniauth-oauth2-testsuite' 'ruby2.7-rubygem-open4' 'ruby2.7-rubygem-open4-doc' 'ruby2.7-rubygem-open4-testsuite' 'ruby2.7-rubygem-openid_connect' 'ruby2.7-rubygem-openid_connect-doc' 'ruby2.7-rubygem-openid_connect-testsuite' 'ruby2.7-rubygem-optimist' 'ruby2.7-rubygem-optimist-doc' 'ruby2.7-rubygem-optimist-testsuite' 'ruby2.7-rubygem-orm_adapter' 'ruby2.7-rubygem-orm_adapter-doc' 'ruby2.7-rubygem-orm_adapter-testsuite' 'ruby2.7-rubygem-owncloud-admin' 'ruby2.7-rubygem-owncloud-admin-doc' 'ruby2.7-rubygem-packaging_rake_tasks' 'ruby2.7-rubygem-packaging_rake_tasks-doc' 'ruby2.7-rubygem-paint' 'ruby2.7-rubygem-paint-doc' 'ruby2.7-rubygem-parallel' 'ruby2.7-rubygem-parallel-doc' 'ruby2.7-rubygem-parallel_tests' 'ruby2.7-rubygem-parallel_tests-doc' 'ruby2.7-rubygem-parser' 'ruby2.7-rubygem-parser-doc' 'ruby2.7-rubygem-parser-testsuite' 'ruby2.7-rubygem-passenger' 'ruby2.7-rubygem-passenger-doc' 'ruby2.7-rubygem-path_expander' 'ruby2.7-rubygem-path_expander-doc' 'ruby2.7-rubygem-path_expander-testsuite' 'ruby2.7-rubygem-pathutil' 'ruby2.7-rubygem-pathutil-doc' 'ruby2.7-rubygem-pg' 'ruby2.7-rubygem-pg-doc' 'ruby2.7-rubygem-pg-testsuite' 'ruby2.7-rubygem-pkg-config' 'ruby2.7-rubygem-pkg-config-doc' 'ruby2.7-rubygem-pkg-config-testsuite' 'ruby2.7-rubygem-po_to_json' 'ruby2.7-rubygem-po_to_json-doc' 'ruby2.7-rubygem-po_to_json-testsuite' 'ruby2.7-rubygem-polyglot' 'ruby2.7-rubygem-polyglot-doc' 'ruby2.7-rubygem-pry' 'ruby2.7-rubygem-pry-doc' 'ruby2.7-rubygem-pry-doc-testsuite' 'ruby2.7-rubygem-pry_debug' 'ruby2.7-rubygem-pry_debug-doc' 'ruby2.7-rubygem-pry_debug-testsuite' 'ruby2.7-rubygem-public_suffix' 'ruby2.7-rubygem-public_suffix-3.1' 'ruby2.7-rubygem-public_suffix-doc' 'ruby2.7-rubygem-public_suffix-doc-3.1' 'ruby2.7-rubygem-public_suffix-testsuite' 'ruby2.7-rubygem-public_suffix-testsuite-3.1' 'ruby2.7-rubygem-puma' 'ruby2.7-rubygem-puma-doc' 'ruby2.7-rubygem-puma_worker_killer' 'ruby2.7-rubygem-puma_worker_killer-doc' 'ruby2.7-rubygem-puma_worker_killer-testsuite' 'ruby2.7-rubygem-pundit' 'ruby2.7-rubygem-pundit-doc' 'ruby2.7-rubygem-pundit-testsuite' 'ruby2.7-rubygem-rack' 'ruby2.7-rubygem-rack-1_3' 'ruby2.7-rubygem-rack-1_4' 'ruby2.7-rubygem-rack-1_6' 'ruby2.7-rubygem-rack-2.0' 'ruby2.7-rubygem-rack-accept' 'ruby2.7-rubygem-rack-accept-doc' 'ruby2.7-rubygem-rack-accept-testsuite' 'ruby2.7-rubygem-rack-cache-1_2' 'ruby2.7-rubygem-rack-cache-doc-1_2' 'ruby2.7-rubygem-rack-cache-testsuite-1_2' 'ruby2.7-rubygem-rack-doc' 'ruby2.7-rubygem-rack-doc-1_3' 'ruby2.7-rubygem-rack-doc-1_4' 'ruby2.7-rubygem-rack-doc-1_6' 'ruby2.7-rubygem-rack-doc-2.0' 'ruby2.7-rubygem-rack-oauth2' 'ruby2.7-rubygem-rack-oauth2-doc' 'ruby2.7-rubygem-rack-oauth2-testsuite' 'ruby2.7-rubygem-rack-protection' 'ruby2.7-rubygem-rack-protection-doc' 'ruby2.7-rubygem-rack-proxy' 'ruby2.7-rubygem-rack-proxy-doc' 'ruby2.7-rubygem-rack-proxy-testsuite' 'ruby2.7-rubygem-rack-ssl' 'ruby2.7-rubygem-rack-ssl-1_3' 'ruby2.7-rubygem-rack-ssl-doc' 'ruby2.7-rubygem-rack-ssl-doc-1_3' 'ruby2.7-rubygem-rack-test-0_6' 'ruby2.7-rubygem-rack-test-doc-0_6' 'ruby2.7-rubygem-rack-test-testsuite-0_6' 'ruby2.7-rubygem-rack-testsuite-1_3' 'ruby2.7-rubygem-rack-testsuite-1_4' 'ruby2.7-rubygem-rack-testsuite-1_6' 'ruby2.7-rubygem-rack-testsuite-2.0' 'ruby2.7-rubygem-rails-5.2' 'ruby2.7-rubygem-rails-6.0' 'ruby2.7-rubygem-rails-deprecated_sanitizer' 'ruby2.7-rubygem-rails-deprecated_sanitizer-doc' 'ruby2.7-rubygem-rails-deprecated_sanitizer-testsuite' 'ruby2.7-rubygem-rails-doc-5.2' 'ruby2.7-rubygem-rails-doc-6.0' 'ruby2.7-rubygem-rails-dom-testing' 'ruby2.7-rubygem-rails-dom-testing-doc' 'ruby2.7-rubygem-rails-dom-testing-testsuite' 'ruby2.7-rubygem-rails-html-sanitizer' 'ruby2.7-rubygem-rails-html-sanitizer-doc' 'ruby2.7-rubygem-rails-html-sanitizer-testsuite' 'ruby2.7-rubygem-rails-i18n' 'ruby2.7-rubygem-rails-i18n-doc' 'ruby2.7-rubygem-rails_stdout_logging' 'ruby2.7-rubygem-rails_stdout_logging-doc' 'ruby2.7-rubygem-rails_stdout_logging-testsuite' 'ruby2.7-rubygem-railties-5.2' 'ruby2.7-rubygem-railties-6.0' 'ruby2.7-rubygem-railties-doc-5.2' 'ruby2.7-rubygem-railties-doc-6.0' 'ruby2.7-rubygem-rainbow' 'ruby2.7-rubygem-rainbow-doc' 'ruby2.7-rubygem-rainbow-testsuite' 'ruby2.7-rubygem-raindrops' 'ruby2.7-rubygem-raindrops-doc' 'ruby2.7-rubygem-raindrops-testsuite' 'ruby2.7-rubygem-rake-12_0' 'ruby2.7-rubygem-rake-compiler' 'ruby2.7-rubygem-rake-compiler-doc' 'ruby2.7-rubygem-rake-compiler-testsuite' 'ruby2.7-rubygem-rake-doc-12_0' 'ruby2.7-rubygem-rb-fsevent' 'ruby2.7-rubygem-rb-fsevent-doc' 'ruby2.7-rubygem-rb-inotify' 'ruby2.7-rubygem-rb-inotify-doc' 'ruby2.7-rubygem-rb-inotify-testsuite' 'ruby2.7-rubygem-rb-kqueue' 'ruby2.7-rubygem-rb-kqueue-doc' 'ruby2.7-rubygem-rb-kqueue-testsuite' 'ruby2.7-rubygem-rdiscount' 'ruby2.7-rubygem-rdiscount-doc' 'ruby2.7-rubygem-rdiscount-testsuite' 'ruby2.7-rubygem-rdoc-4' 'ruby2.7-rubygem-rdoc-doc-4' 'ruby2.7-rubygem-rdoc-testsuite-4' 'ruby2.7-rubygem-regexp_parser' 'ruby2.7-rubygem-regexp_parser-doc' 'ruby2.7-rubygem-regexp_parser-testsuite' 'ruby2.7-rubygem-responders' 'ruby2.7-rubygem-responders-doc' 'ruby2.7-rubygem-rest-client' 'ruby2.7-rubygem-rest-client-doc' 'ruby2.7-rubygem-rest-client-testsuite' 'ruby2.7-rubygem-restility' 'ruby2.7-rubygem-restility-doc' 'ruby2.7-rubygem-restility-testsuite' 'ruby2.7-rubygem-reverse_markdown' 'ruby2.7-rubygem-reverse_markdown-doc' 'ruby2.7-rubygem-reverse_markdown-testsuite' 'ruby2.7-rubygem-rgen' 'ruby2.7-rubygem-rgen-doc' 'ruby2.7-rubygem-rgen-testsuite' 'ruby2.7-rubygem-rice' 'ruby2.7-rubygem-rice-doc' 'ruby2.7-rubygem-rice-testsuite' 'ruby2.7-rubygem-ronn' 'ruby2.7-rubygem-ronn-doc' 'ruby2.7-rubygem-ronn-testsuite' 'ruby2.7-rubygem-rouge' 'ruby2.7-rubygem-rouge-1' 'ruby2.7-rubygem-rouge-doc' 'ruby2.7-rubygem-rouge-doc-1' 'ruby2.7-rubygem-rpm' 'ruby2.7-rubygem-rpm-doc' 'ruby2.7-rubygem-rpm-testsuite' 'ruby2.7-rubygem-rspec' 'ruby2.7-rubygem-rspec-3_5' 'ruby2.7-rubygem-rspec-core' 'ruby2.7-rubygem-rspec-core-3_5' 'ruby2.7-rubygem-rspec-core-doc' 'ruby2.7-rubygem-rspec-core-doc-3_5' 'ruby2.7-rubygem-rspec-doc' 'ruby2.7-rubygem-rspec-doc-3_5' 'ruby2.7-rubygem-rspec-expectations' 'ruby2.7-rubygem-rspec-expectations-3_5' 'ruby2.7-rubygem-rspec-expectations-doc' 'ruby2.7-rubygem-rspec-expectations-doc-3_5' 'ruby2.7-rubygem-rspec-its' 'ruby2.7-rubygem-rspec-its-doc' 'ruby2.7-rubygem-rspec-its-testsuite' 'ruby2.7-rubygem-rspec-mocks' 'ruby2.7-rubygem-rspec-mocks-3_5' 'ruby2.7-rubygem-rspec-mocks-doc' 'ruby2.7-rubygem-rspec-mocks-doc-3_5' 'ruby2.7-rubygem-rspec-rails' 'ruby2.7-rubygem-rspec-rails-3.9' 'ruby2.7-rubygem-rspec-rails-doc' 'ruby2.7-rubygem-rspec-rails-doc-3.9' 'ruby2.7-rubygem-rspec-support' 'ruby2.7-rubygem-rspec-support-3_5' 'ruby2.7-rubygem-rspec-support-doc' 'ruby2.7-rubygem-rspec-support-doc-3_5' 'ruby2.7-rubygem-rubocop' 'ruby2.7-rubygem-rubocop-ast' 'ruby2.7-rubygem-rubocop-ast-doc' 'ruby2.7-rubygem-rubocop-doc' 'ruby2.7-rubygem-ruby-augeas' 'ruby2.7-rubygem-ruby-augeas-doc' 'ruby2.7-rubygem-ruby-dbus' 'ruby2.7-rubygem-ruby-dbus-doc' 'ruby2.7-rubygem-ruby-dbus-testsuite' 'ruby2.7-rubygem-ruby-filemagic' 'ruby2.7-rubygem-ruby-filemagic-doc' 'ruby2.7-rubygem-ruby-filemagic-testsuite' 'ruby2.7-rubygem-ruby-libvirt' 'ruby2.7-rubygem-ruby-libvirt-doc' 'ruby2.7-rubygem-ruby-openid' 'ruby2.7-rubygem-ruby-openid-doc' 'ruby2.7-rubygem-ruby-openid-testsuite' 'ruby2.7-rubygem-ruby-progressbar' 'ruby2.7-rubygem-ruby-progressbar-doc' 'ruby2.7-rubygem-ruby-rc4' 'ruby2.7-rubygem-ruby-rc4-doc' 'ruby2.7-rubygem-ruby-rc4-testsuite' 'ruby2.7-rubygem-ruby-shadow' 'ruby2.7-rubygem-ruby-shadow-doc' 'ruby2.7-rubygem-ruby2_keywords' 'ruby2.7-rubygem-ruby2_keywords-doc' 'ruby2.7-rubygem-ruby_dep' 'ruby2.7-rubygem-ruby_dep-1_3' 'ruby2.7-rubygem-ruby_dep-doc' 'ruby2.7-rubygem-ruby_dep-doc-1_3' 'ruby2.7-rubygem-ruby_dig' 'ruby2.7-rubygem-ruby_dig-doc' 'ruby2.7-rubygem-ruby_dig-testsuite' 'ruby2.7-rubygem-ruby_parser' 'ruby2.7-rubygem-ruby_parser-doc' 'ruby2.7-rubygem-ruby_parser-testsuite' 'ruby2.7-rubygem-rubyforge' 'ruby2.7-rubygem-rubyforge-doc' 'ruby2.7-rubygem-rubyforge-testsuite' 'ruby2.7-rubygem-rubyntlm' 'ruby2.7-rubygem-rubyntlm-doc' 'ruby2.7-rubygem-rubyntlm-testsuite' 'ruby2.7-rubygem-rubyzip' 'ruby2.7-rubygem-rubyzip-1.3' 'ruby2.7-rubygem-rubyzip-doc' 'ruby2.7-rubygem-rubyzip-doc-1.3' 'ruby2.7-rubygem-rubyzip-testsuite-1.3' 'ruby2.7-rubygem-safe_yaml' 'ruby2.7-rubygem-safe_yaml-doc' 'ruby2.7-rubygem-safe_yaml-testsuite' 'ruby2.7-rubygem-sass' 'ruby2.7-rubygem-sass-doc' 'ruby2.7-rubygem-sass-listen' 'ruby2.7-rubygem-sass-listen-doc' 'ruby2.7-rubygem-sass-rails' 'ruby2.7-rubygem-sass-rails-5.1' 'ruby2.7-rubygem-sass-rails-doc' 'ruby2.7-rubygem-sass-rails-doc-5.1' 'ruby2.7-rubygem-sassc' 'ruby2.7-rubygem-sassc-2.2' 'ruby2.7-rubygem-sassc-doc' 'ruby2.7-rubygem-sassc-doc-2.2' 'ruby2.7-rubygem-sassc-rails' 'ruby2.7-rubygem-sassc-rails-doc' 'ruby2.7-rubygem-sassc-rails-testsuite' 'ruby2.7-rubygem-sassc-testsuite' 'ruby2.7-rubygem-sassc-testsuite-2.2' 'ruby2.7-rubygem-sdoc' 'ruby2.7-rubygem-sdoc-doc' 'ruby2.7-rubygem-sdoc-testsuite' 'ruby2.7-rubygem-securecompare' 'ruby2.7-rubygem-securecompare-doc' 'ruby2.7-rubygem-securecompare-testsuite' 'ruby2.7-rubygem-serverengine' 'ruby2.7-rubygem-serverengine-doc' 'ruby2.7-rubygem-serverengine-testsuite' 'ruby2.7-rubygem-sexp_processor' 'ruby2.7-rubygem-sexp_processor-doc' 'ruby2.7-rubygem-sexp_processor-testsuite' 'ruby2.7-rubygem-sigdump' 'ruby2.7-rubygem-sigdump-doc' 'ruby2.7-rubygem-simple_oauth' 'ruby2.7-rubygem-simple_oauth-doc' 'ruby2.7-rubygem-simplecov' 'ruby2.7-rubygem-simplecov-doc' 'ruby2.7-rubygem-simplecov-html' 'ruby2.7-rubygem-simplecov-html-doc' 'ruby2.7-rubygem-simplecov-html-testsuite' 'ruby2.7-rubygem-simpleidn' 'ruby2.7-rubygem-simpleidn-doc' 'ruby2.7-rubygem-sinatra' 'ruby2.7-rubygem-sinatra-doc' 'ruby2.7-rubygem-slim' 'ruby2.7-rubygem-slim-doc' 'ruby2.7-rubygem-slim-testsuite' 'ruby2.7-rubygem-slop' 'ruby2.7-rubygem-slop-3' 'ruby2.7-rubygem-slop-3_3' 'ruby2.7-rubygem-slop-doc' 'ruby2.7-rubygem-slop-doc-3' 'ruby2.7-rubygem-slop-doc-3_3' 'ruby2.7-rubygem-slop-testsuite' 'ruby2.7-rubygem-slop-testsuite-3' 'ruby2.7-rubygem-slop-testsuite-3_3' 'ruby2.7-rubygem-spring' 'ruby2.7-rubygem-spring-doc' 'ruby2.7-rubygem-spring-watcher-listen' 'ruby2.7-rubygem-spring-watcher-listen-doc' 'ruby2.7-rubygem-spring-watcher-listen-testsuite' 'ruby2.7-rubygem-sprockets' 'ruby2.7-rubygem-sprockets-2_1' 'ruby2.7-rubygem-sprockets-2_2' 'ruby2.7-rubygem-sprockets-3.7' 'ruby2.7-rubygem-sprockets-doc' 'ruby2.7-rubygem-sprockets-doc-2_1' 'ruby2.7-rubygem-sprockets-doc-2_2' 'ruby2.7-rubygem-sprockets-doc-3.7' 'ruby2.7-rubygem-sprockets-helpers' 'ruby2.7-rubygem-sprockets-helpers-doc' 'ruby2.7-rubygem-sprockets-helpers-testsuite' 'ruby2.7-rubygem-sprockets-rails' 'ruby2.7-rubygem-sprockets-rails-doc' 'ruby2.7-rubygem-sqlite3' 'ruby2.7-rubygem-sqlite3-doc' 'ruby2.7-rubygem-sqlite3-testsuite' 'ruby2.7-rubygem-sshkit' 'ruby2.7-rubygem-sshkit-doc' 'ruby2.7-rubygem-sshkit-testsuite' 'ruby2.7-rubygem-stackdeck' 'ruby2.7-rubygem-stackdeck-doc' 'ruby2.7-rubygem-stackdeck-testsuite' 'ruby2.7-rubygem-stomp' 'ruby2.7-rubygem-stomp-doc' 'ruby2.7-rubygem-stomp-testsuite' 'ruby2.7-rubygem-strptime' 'ruby2.7-rubygem-strptime-doc' 'ruby2.7-rubygem-swd' 'ruby2.7-rubygem-swd-doc' 'ruby2.7-rubygem-swd-testsuite' 'ruby2.7-rubygem-systemu' 'ruby2.7-rubygem-systemu-doc' 'ruby2.7-rubygem-systemu-testsuite' 'ruby2.7-rubygem-temple' 'ruby2.7-rubygem-temple-doc' 'ruby2.7-rubygem-temple-testsuite' 'ruby2.7-rubygem-text' 'ruby2.7-rubygem-text-doc' 'ruby2.7-rubygem-text-hyphen' 'ruby2.7-rubygem-text-hyphen-doc' 'ruby2.7-rubygem-text-hyphen-testsuite' 'ruby2.7-rubygem-text-testsuite' 'ruby2.7-rubygem-thor' 'ruby2.7-rubygem-thor-0_19' 'ruby2.7-rubygem-thor-doc' 'ruby2.7-rubygem-thor-doc-0_19' 'ruby2.7-rubygem-thread_safe' 'ruby2.7-rubygem-thread_safe-doc' 'ruby2.7-rubygem-thread_safe-testsuite' 'ruby2.7-rubygem-tilt' 'ruby2.7-rubygem-tilt-1_1' 'ruby2.7-rubygem-tilt-1_4' 'ruby2.7-rubygem-tilt-doc' 'ruby2.7-rubygem-tilt-doc-1_1' 'ruby2.7-rubygem-tilt-doc-1_4' 'ruby2.7-rubygem-tilt-testsuite-1_1' 'ruby2.7-rubygem-tilt-testsuite-1_4' 'ruby2.7-rubygem-timers' 'ruby2.7-rubygem-timers-doc' 'ruby2.7-rubygem-tmuxinator' 'ruby2.7-rubygem-tmuxinator-doc' 'ruby2.7-rubygem-tmuxinator-testsuite' 'ruby2.7-rubygem-tomlrb' 'ruby2.7-rubygem-tomlrb-doc' 'ruby2.7-rubygem-treetop' 'ruby2.7-rubygem-treetop-1_4' 'ruby2.7-rubygem-treetop-doc' 'ruby2.7-rubygem-treetop-doc-1_4' 'ruby2.7-rubygem-treetop-testsuite-1_4' 'ruby2.7-rubygem-trollop' 'ruby2.7-rubygem-trollop-doc' 'ruby2.7-rubygem-trollop-testsuite' 'ruby2.7-rubygem-turbolinks' 'ruby2.7-rubygem-turbolinks-doc' 'ruby2.7-rubygem-turbolinks-source' 'ruby2.7-rubygem-turbolinks-source-doc' 'ruby2.7-rubygem-tzinfo' 'ruby2.7-rubygem-tzinfo-0' 'ruby2.7-rubygem-tzinfo-1.2' 'ruby2.7-rubygem-tzinfo-data' 'ruby2.7-rubygem-tzinfo-data-doc' 'ruby2.7-rubygem-tzinfo-doc' 'ruby2.7-rubygem-tzinfo-doc-0' 'ruby2.7-rubygem-tzinfo-doc-1.2' 'ruby2.7-rubygem-tzinfo-testsuite-0' 'ruby2.7-rubygem-tzinfo-testsuite-1.2' 'ruby2.7-rubygem-uglifier' 'ruby2.7-rubygem-uglifier-doc' 'ruby2.7-rubygem-unf' 'ruby2.7-rubygem-unf-doc' 'ruby2.7-rubygem-unf-testsuite' 'ruby2.7-rubygem-unf_ext' 'ruby2.7-rubygem-unf_ext-doc' 'ruby2.7-rubygem-unf_ext-testsuite' 'ruby2.7-rubygem-unicode-display_width' 'ruby2.7-rubygem-unicode-display_width-doc' 'ruby2.7-rubygem-unicorn' 'ruby2.7-rubygem-unicorn-doc' 'ruby2.7-rubygem-unicorn-testsuite' 'ruby2.7-rubygem-unicorn-worker-killer' 'ruby2.7-rubygem-unicorn-worker-killer-doc' 'ruby2.7-rubygem-url_safe_base64' 'ruby2.7-rubygem-url_safe_base64-doc' 'ruby2.7-rubygem-url_safe_base64-testsuite' 'ruby2.7-rubygem-vagrant-spec' 'ruby2.7-rubygem-vagrant-spec-doc' 'ruby2.7-rubygem-vagrant-spec-testsuite' 'ruby2.7-rubygem-vagrant_cloud' 'ruby2.7-rubygem-vagrant_cloud-doc' 'ruby2.7-rubygem-validate_email' 'ruby2.7-rubygem-validate_email-doc' 'ruby2.7-rubygem-validate_url' 'ruby2.7-rubygem-validate_url-doc' 'ruby2.7-rubygem-virtus' 'ruby2.7-rubygem-virtus-doc' 'ruby2.7-rubygem-virtus-testsuite' 'ruby2.7-rubygem-warden' 'ruby2.7-rubygem-warden-doc' 'ruby2.7-rubygem-web-console' 'ruby2.7-rubygem-web-console-2' 'ruby2.7-rubygem-web-console-doc' 'ruby2.7-rubygem-web-console-doc-2' 'ruby2.7-rubygem-webfinger' 'ruby2.7-rubygem-webfinger-doc' 'ruby2.7-rubygem-webfinger-testsuite' 'ruby2.7-rubygem-webmock-1_2' 'ruby2.7-rubygem-webmock-2_3' 'ruby2.7-rubygem-webmock-doc-1_2' 'ruby2.7-rubygem-webmock-doc-2_3' 'ruby2.7-rubygem-webmock-testsuite-1_2' 'ruby2.7-rubygem-webmock-testsuite-2_3' 'ruby2.7-rubygem-webpacker' 'ruby2.7-rubygem-webpacker-doc' 'ruby2.7-rubygem-webpacker-testsuite' 'ruby2.7-rubygem-websocket' 'ruby2.7-rubygem-websocket-doc' 'ruby2.7-rubygem-websocket-driver' 'ruby2.7-rubygem-websocket-driver-0_6' 'ruby2.7-rubygem-websocket-driver-doc' 'ruby2.7-rubygem-websocket-driver-doc-0_6' 'ruby2.7-rubygem-websocket-extensions' 'ruby2.7-rubygem-websocket-extensions-doc' 'ruby2.7-rubygem-websocket-testsuite' 'ruby2.7-rubygem-winrm' 'ruby2.7-rubygem-winrm-2_1' 'ruby2.7-rubygem-winrm-doc' 'ruby2.7-rubygem-winrm-doc-2_1' 'ruby2.7-rubygem-winrm-elevated' 'ruby2.7-rubygem-winrm-elevated-doc' 'ruby2.7-rubygem-winrm-fs' 'ruby2.7-rubygem-winrm-fs-doc' 'ruby2.7-rubygem-xdg' 'ruby2.7-rubygem-xdg-2' 'ruby2.7-rubygem-xdg-doc' 'ruby2.7-rubygem-xdg-doc-2' 'ruby2.7-rubygem-xdg-testsuite-2' 'ruby2.7-rubygem-xml-simple' 'ruby2.7-rubygem-xml-simple-doc' 'ruby2.7-rubygem-xmlhash' 'ruby2.7-rubygem-xmlhash-doc' 'ruby2.7-rubygem-xmlhash-testsuite' 'ruby2.7-rubygem-yajl-ruby' 'ruby2.7-rubygem-yajl-ruby-doc' 'ruby2.7-rubygem-yajl-ruby-testsuite' 'ruby2.7-rubygem-yard' 'ruby2.7-rubygem-yard-doc' 'ruby2.7-rubygem-yast-rake' 'ruby2.7-rubygem-yast-rake-doc' 'ruby2.7-rubygem-zeitwerk' 'ruby2.7-rubygem-zeitwerk-doc' 'rubygem-builder-3_0' 'rubygem-builder-3_0-doc' 'rubygem-builder-3_0-testsuite' 'rubygem-cancan' 'rubygem-cancan-doc' 'rubygem-cancan-testsuite' 'rubygem-docker-api' 'rubygem-docker-api-doc' 'rubygem-docker-api-testsuite' 'rubygem-gettext_activerecord' 'rubygem-gettext_activerecord-doc' 'rubygem-gettext_activerecord-testsuite' 'rubygem-libguestfs' 'rubygem-libwebsocket' 'rubygem-libwebsocket-doc' 'rubygem-libwebsocket-testsuite' 'rubygem-mail-2_4' 'rubygem-mail-2_4-doc' 'rubygem-passenger' 'rubygem-passenger-apache2' 'rubygem-passenger-nginx' 'rubygem-ruby-fcgi' 'rubygem-ruby-fcgi-doc' 'rubygem-ruby-fcgi-testsuite' 'rubygem-sexp_processor-3_2' 'rubygem-sexp_processor-3_2-doc' 'rubygem-sexp_processor-3_2-testsuite' 'rubygem-shoes' 'rubygem-shoes-doc' 'rubygem-shoes-testsuite' 'runawk' 'runawk-examples' 'runc' 'runc-test' 'rungetty' 'ruqola' 'ruqola' 'ruqola-debuginfo' 'ruqola-debugsource' 'rust' 'rust-analysis' 'rust-cbindgen' 'rust-doc' 'rust-gdb' 'rust-packaging' 'rust-src' 'rust-srpm-macros' 'rust-std-static' 'rustfmt' 'rustscan' 'rxp' 'rxtx-java' 'rxtx-java-javadoc' 'rxvt-unicode' 'rygel' 'rygel-devel' 'rygel-lang' 'rygel-plugin-gstreamer-renderer' 'rygel-plugin-tracker' 'rypper' 'rzip' 'rzsz' 's-tui' 's3backer' 's3fs' 'sablot' 'sablot-devel' 'sac' 'sac-javadoc' 'sacad' 'safeeyes' 'safeeyes-lang' 'saidar' 'saja-cascadia-code-fonts' 'sakura' 'sakura-lang' 'salt' 'salt-api' 'salt-bash-completion' 'salt-cloud' 'salt-doc' 'salt-fish-completion' 'salt-master' 'salt-minion' 'salt-proxy' 'salt-shaptools' 'salt-ssh' 'salt-standalone-formulas-configuration' 'salt-syndic' 'salt-zsh-completion' 'samba' 'samba-ad-dc' 'samba-ad-dc-32bit' 'samba-ceph' 'samba-client' 'samba-client-32bit' 'samba-core-devel' 'samba-doc' 'samba-dsdb-modules' 'samba-krb-printing' 'samba-libs' 'samba-libs-32bit' 'samba-libs-python3' 'samba-libs-python3-32bit' 'samba-python3' 'samba-test' 'samba-winbind' 'samba-winbind-32bit' 'samplicator' 'samtools' 'sane-backends' 'sane-backends-32bit' 'sane-backends-autoconfig' 'sane-backends-devel' 'sane-backends-devel-32bit' 'sane-saned' 'sanlk-reset' 'sanlock' 'sanlock-devel' 'saphanabootstrap-formula' 'sapnwbootstrap-formula' 'sar2' 'sar2-data' 'sarg' 'sasl2-kdexoauth2' 'sassc' 'sat4j' 'savannahice' 'savannahice' 'savannahice-debuginfo' 'savannahice-debugsource' 'saweri-fonts' 'sawfish' 'sawfish-devel' 'sawfish-pager' 'sawfish-sounds' 'sax3' 'saxon6' 'saxon6-aelfred' 'saxon6-demo' 'saxon6-fop' 'saxon6-javadoc' 'saxon6-jdom' 'saxon6-manual' 'saxon6-scripts' 'saxon8' 'saxon8-demo' 'saxon8-dom' 'saxon8-javadoc' 'saxon8-jdom' 'saxon8-manual' 'saxon8-scripts' 'saxon8-sql' 'saxon8-xom' 'saxon8-xpath' 'saxon9' 'saxon9-demo' 'saxon9-javadoc' 'saxon9-manual' 'saxon9-scripts' 'saxpath' 'sazanami-fonts' 'sbc' 'sbc-devel' 'sbcl' 'sbd' 'sbd-devel' 'sbiload' 'sbinary' 'sbinary-javadoc' 'sbl' 'sbl-orca' 'sblim-cim-client2' 'sblim-cim-client2-javadoc' 'sblim-cim-client2-manual' 'sblim-cmpi-base' 'sblim-cmpi-base-devel' 'sblim-cmpi-base-testsuite' 'sblim-cmpi-c++-devel' 'sblim-cmpi-devel' 'sblim-cmpi-ssh_service_profile' 'sblim-cmpiutil-devel' 'sblim-indication_helper' 'sblim-indication_helper-devel' 'sblim-sfcCommon-devel' 'sblim-sfcb' 'sblim-sfcc-devel' 'sblim-testsuite' 'sblim-tools-libra-devel' 'sblim-wbemcli' 'sbsigntools' 'sbt' 'sbt-launcher' 'sbt-launcher-interface' 'sbt-launcher-javadoc' 'sc' 'sc-controller' 'sca-appliance-agent' 'sca-appliance-broker' 'sca-appliance-common' 'sca-appliance-patdev' 'sca-patterns-base' 'sca-patterns-edir' 'sca-patterns-filr' 'sca-patterns-groupwise' 'sca-patterns-hae' 'sca-patterns-oes' 'sca-patterns-sle09' 'sca-patterns-sle10' 'sca-patterns-sle11' 'sca-patterns-sle12' 'sca-patterns-sle15' 'sca-patterns-suma' 'sca-server-report' 'scala' 'scala-apidoc' 'scala-maven-plugin' 'scala-maven-plugin-javadoc' 'scala-pickling' 'scala-stm' 'scala-stm-javadoc' 'scala-swing' 'scalapack-mvapich2-test' 'scalapack-openmpi1-test' 'scalapack-openmpi2-test' 'scalapack-openmpi3-test' 'scalapack-openmpi4-test' 'scalapack_2_1_0-gnu-mpich-hpc-module' 'scalapack_2_1_0-gnu-mpich-hpc-test' 'scalapack_2_1_0-gnu-mvapich2-hpc-module' 'scalapack_2_1_0-gnu-mvapich2-hpc-test' 'scalapack_2_1_0-gnu-openmpi1-hpc-module' 'scalapack_2_1_0-gnu-openmpi1-hpc-test' 'scalapack_2_1_0-gnu-openmpi2-hpc-module' 'scalapack_2_1_0-gnu-openmpi2-hpc-test' 'scalapack_2_1_0-gnu-openmpi3-hpc-module' 'scalapack_2_1_0-gnu-openmpi3-hpc-test' 'scalapack_2_1_0-gnu-openmpi4-hpc-module' 'scalapack_2_1_0-gnu-openmpi4-hpc-test' 'scalpel' 'scamper' 'scanmem' 'scantailor' 'scap-workbench' 'scap-workbench-doc' 'scat' 'sccs' 'scdl' 'scdoc' 'schedtool' 'schedtop' 'schemaspy' 'scheme48' 'scheme48-devel' 'scheme48-doc' 'scheme48-prescheme' 'scheme48-vm' 'schily-mt' 'schily-rmt' 'schismtracker' 'schroedinger-devel' 'schroedinger-doc' 'scid' 'scid' 'scid-debuginfo' 'scid-debugsource' 'scidavis' 'scidavis-lang' 'scim' 'scim-32bit' 'scim-anthy' 'scim-bridge' 'scim-bridge-gtk2' 'scim-bridge-gtk2-32bit' 'scim-canna' 'scim-chewing' 'scim-devel' 'scim-gtk' 'scim-gtk-32bit' 'scim-gtk3' 'scim-gtk3-32bit' 'scim-hangul' 'scim-input-pad' 'scim-lang' 'scim-m17n' 'scim-pinyin' 'scim-skk' 'scim-sunpinyin' 'scim-tables' 'scim-tables-additional' 'scim-tables-ja' 'scim-tables-ko' 'scim-tables-lang' 'scim-tables-zh' 'scim-tomoe' 'scim-uim' 'scim-unikey' 'scirenderer' 'scirenderer-javadoc' 'scite' 'scmon' 'scons' 'scorpio22' 'scorpio22' 'scorpio22-debuginfo' 'scorpio22-debugsource' 'scorpio23' 'scorpio23' 'scorpio23-debuginfo' 'scorpio23-debugsource' 'scorpio24' 'scorpio24' 'scorpio24-debuginfo' 'scorpio24-debugsource' 'scorpio25' 'scorpio25' 'scorpio25-debuginfo' 'scorpio25-debugsource' 'scorpio26' 'scorpio26' 'scorpio26-debuginfo' 'scorpio26-debugsource' 'scotch' 'scotch-devel' 'scotch-devel-static' 'scotch-metis-devel' 'scout' 'screen' 'screen-message' 'screencast' 'screencast-lang' 'screenfetch' 'screengen' 'screengen' 'screengen-debuginfo' 'screengen-debugsource' 'screengrab' 'screengrab-lang' 'scribus' 'scribus' 'scribus-debuginfo' 'scribus-debugsource' 'scribus-doc' 'scrot' 'scrub' 'scrypt' 'scs-devel' 'scsh' 'scsh-base' 'scsirastools' 'scsires' 'scummvm' 'scummvm' 'scummvm-debuginfo' 'scummvm-debugsource' 'scummvm-extra' 'scummvm-extra-debuginfo' 'scummvm-tools' 'sd-mux-ctrl' 'sdcc' 'sdcc-doc' 'sdcc-libc-sources' 'sdcv' 'sddm' 'sddm-branding-openSUSE' 'sddm-branding-upstream' 'sddm-theme-openSUSE' 'sdl-asylum' 'sdl-ball' 'sdl_bomber' 'sdlpop' 'sdlscavenger' 'sdparm' 'seafile' 'seafile-client' 'seafile-devel' 'seahorse' 'seahorse-daemon' 'seahorse-lang' 'seahorse-nautilus-lang' 'seahorse-sharing' 'seahorse-sharing-lang' 'seccheck' 'secret-tool' 'sed' 'sed-lang' 'sedutil' 'segment' 'segment-javadoc' 'segv_handler' 'selene' 'selene' 'selene-debuginfo' 'selene-debugsource' 'selene-lang' 'selinux-policy' 'selinux-policy-devel' 'selinux-policy-doc' 'selinux-policy-minimum' 'selinux-policy-mls' 'selinux-policy-sandbox' 'selinux-policy-targeted' 'selinux-tools' 'semantik' 'sendfax' 'sendmail' 'sendmail-devel' 'sendmail-starttls' 'sendxmpp' 'sensord' 'sensors' 'seq24' 'ser2net' 'serd-devel' 'serdi' 'serialdv-devel' 'serialization' 'sersniff' 'servicemenu-pdf' 'servicemenu-pdf' 'servletapi4' 'servletapi4-javadoc' 'servletapi5' 'sesdev' 'sesdev-qa' 'sessreg' 'setconf' 'setools-console' 'setools-gui' 'setserial' 'setxkbmap' 'sev-tool' 'sfftobmp' 'sffview' 'sfml2-devel' 'sfml2-doc' 'sg3_utils' 'sgi-bitmap-fonts' 'sgml-skel' 'sgmltool' 'sgmltool-latex' 'sgmltools-lite' 'sgpio' 'sgrep' 'sgtk-menu' 'sha1collisiondetection' 'sha3sum' 'shaderc' 'shaderc-devel' 'shadow' 'shadowdive-devel' 'shadowsocks-libev' 'shadowsocks-libev-devel' 'shadowsocks-libev-doc' 'shadowsocks-v2ray-plugin' 'shairplay' 'shairplay' 'shairplay-debuginfo' 'shairplay-debugsource' 'shairplay-devel' 'shairport-sync' 'shake' 'shapelib' 'shared-color-targets' 'shared-mime-info' 'shared-mime-info-lang' 'shared-python-startup' 'sharutils' 'sharutils-lang' 'shellementary' 'shelltestrunner' 'shepherd' 'shepherd-bins' 'shibboleth-sp' 'shibboleth-sp-devel' 'shigofumi' 'shim' 'shlomif-cmake-modules' 'shntool' 'shorewall' 'shorewall-core' 'shorewall-docs' 'shorewall-init' 'shorewall-lite' 'shorewall6' 'shorewall6-lite' 'shorten' 'shorten' 'shorten-debuginfo' 'shorten-debugsource' 'shotcut' 'shotcut-lang' 'shotwell' 'shotwell-lang' 'shoutsend' 'shoutsend' 'shoutsend-debuginfo' 'shoutsend-debugsource' 'showfont' 'showfoto' 'showfoto-debuginfo' 'shp' 'shunit2' 'siege' 'sierra-gtk-theme' 'siga' 'sigil' 'signify' 'signing-party' 'signon-kwallet-extension' 'signon-plugin-oauth2' 'signon-plugin-oauth2-devel' 'signon-plugins' 'signon-plugins-32bit' 'signon-plugins-devel' 'signon-plugins-docs' 'signon-ui' 'signond' 'signond-docs' 'signond-libs' 'signond-libs-32bit' 'signond-libs-devel' 'signpost-commonshttp4' 'signpost-core' 'signpost-core-javadoc' 'sigrok-cli' 'sigrok-firmware-fx2lafw' 'sil-abyssinica-fonts' 'sil-andika-fonts' 'sil-charis-fonts' 'sil-doulos-fonts' 'sil-gentium-fonts' 'sil-mondulkiri-fonts' 'sil-padauk-fonts' 'silan' 'simh' 'simple-ccsm' 'simple-ccsm-lang' 'simple-mtpfs' 'simple-multicast' 'simple-obfs' 'simple-obfs-doc' 'simple-scan' 'simple-scan-lang' 'simplescreenrecorder' 'simtrace2' 'singularity' 'sipcalc' 'sipp' 'siproxd' 'siproxd-doc' 'sipsak' 'siren' 'siren' 'siren-debuginfo' 'siren-debugsource' 'siril' 'sirocco-devel' 'sisctrl' 'sispmctl' 'sispmctl-devel' 'sisu-inject' 'sisu-javadoc' 'sisu-plexus' 'sitar' 'site-config' 'sitecopy' 'sitecopy-lang' 'skanlite' 'skanlite' 'skanlite-debuginfo' 'skanlite-debugsource' 'skanlite-lang' 'skelcd-control-Kubic' 'skelcd-control-MicroOS' 'skelcd-control-openSUSE' 'skelcd-control-openSUSE-promo' 'skelcd-fallbackrepo-openSUSE' 'skelcd-installer-Kubic' 'skelcd-installer-MicroOS' 'skelcd-installer-net-Kubic' 'skelcd-installer-net-MicroOS' 'skelcd-installer-net-openSUSE' 'skelcd-installer-openSUSE' 'skelcd-openSUSE' 'ski' 'skinlf' 'skinlf-demo' 'skinlf-javadoc' 'skkdic' 'skkdic-extra' 'skopeo' 'skrooge' 'skrooge' 'skrooge-debuginfo' 'skrooge-debugsource' 'skrooge-lang' 'sl' 'slade' 'slang-devel' 'slang-slsh' 'sleuth' 'sleuthkit' 'sleuthkit-devel' 'slf4j' 'slf4j-ext' 'slf4j-javadoc' 'slf4j-jcl' 'slf4j-jdk14' 'slf4j-log4j12' 'slf4j-manual' 'slf4j-sources' 'slib' 'slirp4netns' 'slop' 'slop-devel' 'sloppy022' 'sloppy022' 'sloppy022-debuginfo' 'sloppy022-debugsource' 'slowmoVideo' 'slowmoVideo' 'slowmoVideo-debuginfo' 'slowmoVideo-debugsource' 'slrn' 'slrn-lang' 'sluice' 'sluice-bash-completion' 'slurm' 'slurm-auth-none' 'slurm-config' 'slurm-config-man' 'slurm-cray' 'slurm-devel' 'slurm-doc' 'slurm-hdf5' 'slurm-lua' 'slurm-munge' 'slurm-node' 'slurm-openlava' 'slurm-pam_slurm' 'slurm-plugins' 'slurm-rest' 'slurm-seff' 'slurm-sjstat' 'slurm-slurmdbd' 'slurm-sql' 'slurm-sview' 'slurm-torque' 'slurm-webdoc' 'slurp' 'smake' 'smartmontools' 'smatch' 'smb4k' 'smb4k' 'smb4k-debuginfo' 'smb4k-debugsource' 'smb4k-doc' 'smb4k-lang' 'smbios-utils' 'smc-tools' 'smcroute' 'smem' 'smemstat' 'smemstat-bash-completion' 'smenu' 'smenu-tests' 'smictrl' 'smillaenlarger' 'smilutils' 'smlnj' 'smooth' 'smooth-devel' 'smp_utils' 'smplayer' 'smplayer-lang' 'smplayer-skins' 'smplayer-skins' 'smplayer-theme-leo' 'smplayer-theme-leo' 'smplayer-themes' 'smplayer-themes' 'smproxy' 'smssend' 'smtpping' 'smtube' 'smtube' 'smtube-debuginfo' 'smtube-debugsource' 'smtube-lang' 'smuxi' 'smuxi-engine' 'smuxi-engine-campfire' 'smuxi-engine-campfire-lang' 'smuxi-engine-irc' 'smuxi-engine-irc-lang' 'smuxi-engine-jabbr' 'smuxi-engine-jabbr-lang' 'smuxi-engine-lang' 'smuxi-engine-twitter' 'smuxi-engine-twitter-lang' 'smuxi-engine-xmpp' 'smuxi-engine-xmpp-lang' 'smuxi-frontend' 'smuxi-frontend-gnome' 'smuxi-frontend-gnome-irc' 'smuxi-frontend-gnome-irc-lang' 'smuxi-frontend-gnome-lang' 'smuxi-frontend-gnome-twitter' 'smuxi-frontend-gnome-twitter-lang' 'smuxi-frontend-gnome-xmpp' 'smuxi-frontend-gnome-xmpp-lang' 'smuxi-frontend-lang' 'smuxi-frontend-stfl' 'smuxi-message-buffer' 'smuxi-message-buffer-lang' 'smuxi-server' 'smuxi-server-lang' 'snack' 'snakeyaml' 'snakeyaml-javadoc' 'snallygaster' 'snapper' 'snapper-testsuite' 'snapper-zypp-plugin' 'snappy-devel' 'snd' 'snd_sf2' 'sndio' 'sndio-devel' 'sngrep' 'snipl' 'snmp-mibs' 'snmpsim' 'snorenotify-qt5' 'snorenotify-qt5-devel' 'snowmix' 'snowmix' 'snowmix-debuginfo' 'snowmix-debugsource' 'soapy-osmo-devel' 'soapy-sdr' 'soapy-sdr-devel' 'soapysdr0.7-module-airspy' 'soapysdr0.7-module-bladerf' 'soapysdr0.7-module-freesrp' 'soapysdr0.7-module-hackrf' 'soapysdr0.7-module-lms7' 'soapysdr0.7-module-mirisdr' 'soapysdr0.7-module-osmosdr' 'soapysdr0.7-module-remote' 'soapysdr0.7-module-rtlsdr' 'soapysdr0.7-module-uhd' 'soapysdr0.7-module-xtrx' 'sobby' 'socat' 'soci-devel' 'soci-empty-devel' 'soci-mysql-devel' 'soci-odbc-devel' 'soci-postgresql-devel' 'soci-sqlite3-devel' 'socket_wrapper' 'sof-firmware' 'sofia-sip' 'sofia-sip-devel' 'softhsm' 'softhsm-devel' 'solaar' 'solaar-doc' 'solaar-udev' 'solarus' 'solarus-devel' 'solarus-gui' 'solarus-gui-lang' 'solarus-quest-editor' 'solarus-quest-editor-assets' 'solarus-quest-editor-lang' 'solfege' 'solid-devel' 'solid-devel-32bit' 'solid-imports' 'solid-tools' 'solo-udev' 'something-for-reddit' 'sonar-icon-theme' 'sonatype-oss-parent' 'sonatype-plugins-parent' 'sonic-visualiser' 'sonnet' 'sonnet-devel' 'sonnet-devel-32bit' 'sonnet-voikko' 'sonobuoy' 'sooperlooper' 'sooperlooper' 'sooperlooper-debuginfo' 'sooperlooper-debugsource' 'sopwith' 'sord' 'sord-devel' 'sound-juicer' 'sound-juicer-lang' 'sound-theme-freedesktop' 'sound-theme-yaru' 'soundconverter' 'soundconverter-lang' 'soundkonverter' 'soundkonverter' 'soundkonverter-debuginfo' 'soundkonverter-debugsource' 'soundtouch' 'soundtouch-devel' 'soup-sharp' 'soup-sharp-devel' 'source-highlight' 'source-highlight-cgi' 'sox' 'sox' 'sox-debuginfo' 'sox-debugsource' 'sox-devel' 'soxr-devel' 'spacefm' 'spacefm-lang' 'spacenavd' 'spamassassin' 'spandsp-devel' 'spandsp-doc' 'sparse' 'sparse-inspect' 'sparse-llvm' 'sparsehash-devel' 'spatialindex-devel' 'spawn-fcgi' 'spax' 'spdlog-devel' 'spdylay' 'spdylay-devel' 'spec-cleaner' 'spec-cleaner-format_spec_file' 'spec-version-maven-plugin' 'spec-version-maven-plugin-javadoc' 'spectacle' 'spectacle-doc' 'spectacle-lang' 'spectator' 'spectcl' 'spectre-meltdown-checker' 'speech-dispatcher' 'speech-dispatcher-configure' 'speech-dispatcher-module-espeak' 'speedcrunch' 'speedcrunch' 'speedcrunch-debuginfo' 'speedcrunch-debugsource' 'speedtest-cli' 'speex' 'speex-devel' 'speexdsp-devel' 'spek' 'spew' 'spglib-devel' 'sphinx' 'sphinxbase' 'sphinxbase-devel' 'sphinxbase5' 'sphinxbase5-devel' 'spi-tools' 'spice-gtk' 'spice-gtk-devel' 'spice-gtk-lang' 'spice-html5' 'spice-parent' 'spice-protocol-devel' 'spice-up' 'spice-up-lang' 'spice-vdagent' 'spice-webdavd' 'spindle' 'spindle-devel' 'spirv-cross' 'spirv-headers' 'spirv-tools' 'spirv-tools-devel' 'spirv-tools-devel-32bit' 'splint' 'splinter-devel' 'splix' 'spotify-easyrpm' 'spotify-installer' 'spotify-installer' 'spotify-installer-debugsource' 'spread-sheet-widget-devel' 'spu-tools' 'spyder' 'spyder-dicom' 'spyder-hdf5' 'spyder-lang' 'spyder-line-profiler' 'spyder-memory-profiler' 'sql-parser-devel' 'sqlcipher' 'sqlcipher-devel' 'sqlite3' 'sqlite3-devel' 'sqlite3-doc' 'sqlitebrowser' 'sqliteman' 'sqliteodbc' 'sqliteodbc-doc' 'sqlitestudio' 'sqlitestudio' 'sqtop' 'squashfs' 'squid' 'squidGuard' 'squidGuard-doc' 'squidview' 'squirrel' 'squirrel-devel' 'squirrel-devel-static' 'squirrel-doc' 'squirrel-examples' 'sratom-devel' 'src_vipa' 'srecord' 'srecord-devel' 'srecord-doc' 'srm' 'srp_daemon' 'srt' 'srt-devel' 'sscape-ctl' 'sscep' 'ssdeep' 'ssdp-responder' 'ssh-audit' 'ssh-contact' 'ssh-contact-client' 'ssh-contact-service' 'ssh-tools' 'sshfs' 'sshguard' 'sshpass' 'sshuttle' 'ssl-cert-check' 'ssldump' 'sslh' 'sslscan' 'sssd' 'sssd-32bit' 'sssd-ad' 'sssd-dbus' 'sssd-ipa' 'sssd-kcm' 'sssd-krb5' 'sssd-krb5-common' 'sssd-ldap' 'sssd-proxy' 'sssd-tools' 'sssd-winbind-idmap' 'st' 'staging-build-key' 'stalonetray' 'stan' 'star' 'stardict' 'stardict-dic-enru-engcom' 'stardict-dic-enru-mueller7' 'stardict-sounds-wyabdcrealpeopletts' 'stardict-tools' 'starfighter' 'startup-notification-devel' 'statgrab' 'statserial' 'stax-ex' 'stax-ex-javadoc' 'stax2-api' 'stax2-api-javadoc' 'stb-devel' 'stdman' 'steam' 'steam-devices' 'steamcmd' 'steamtricks' 'steamtricks-data' 'steinberg-bravura-fonts' 'stellarium' 'step' 'step-lang' 'stgit' 'stix-fonts' 'stix-integrals-fonts' 'stix-pua-fonts' 'stix-sizes-fonts' 'stix-variants-fonts' 'stlink' 'stlink-devel' 'stlink-gui' 'stm32flash' 'stockfish' 'stoken' 'stoken-devel' 'stoken-gui' 'storage-fixup' 'storeBackup' 'stow' 'stow-doc' 'stp' 'stp-devel' 'strace' 'strawberry' 'stream' 'streamlink' 'streamripper' 'streamripper' 'streamripper-debuginfo' 'streamripper-debugsource' 'streamtuner2' 'streamtuner2' 'stress-ng' 'stress-ng-bash-completion' 'stressapptest' 'string-template-maven-plugin' 'string-template-maven-plugin-javadoc' 'stringtemplate' 'stringtemplate-javadoc' 'stringtemplate4' 'stringtemplate4-javadoc' 'strip-nondeterminism' 'strongswan' 'strongswan-doc' 'strongswan-hmac' 'strongswan-ipsec' 'strongswan-libs0' 'strongswan-mysql' 'strongswan-nm' 'strongswan-sqlite' 'stunnel' 'stunnel-doc' 'stuntman' 'su-wrapper' 'subnetcalc' 'subtitlecomposer' 'subtitlecomposer' 'subtitlecomposer-debuginfo' 'subtitlecomposer-debugsource' 'subtitlecomposer-lang' 'subtitleeditor' 'subtitleeditor-lang' 'subtitleripper' 'subtitleripper' 'subtitleripper-debuginfo' 'subtitleripper-debugsource' 'subunit' 'subunit-devel' 'subunit-filters' 'subunit-shell' 'subversion' 'subversion-bash-completion' 'subversion-devel' 'subversion-doc' 'subversion-perl' 'subversion-python' 'subversion-ruby' 'subversion-server' 'subversion-tools' 'suck' 'sudo' 'sudo-devel' 'sudo-plugin-python' 'sudo-test' 'sudoku-sensei' 'suil-devel' 'suil-plugin-gtk2-in-qt5' 'suil-plugin-qt5-in-gtk2' 'suil-plugin-qt5-in-gtk3' 'suil-plugin-x11' 'suil-plugin-x11-in-gtk2' 'suil-plugin-x11-in-gtk3' 'suil-plugin-x11-in-qt5' 'suitesparse-devel' 'suitesparse-devel-static' 'sundanese-unicode-fonts' 'sundials-devel' 'sundials-doc' 'sundials-mvapich2-devel' 'sundials-openmpi1-devel' 'sundials-openmpi2-devel' 'sundials-openmpi3-devel' 'sunpinyin-data' 'sunpinyin-devel' 'sunpinyin-tools' 'sunwait' 'sunxi-tools' 'superlu-devel' 'superlu-doc' 'superlu-examples' 'superlu-gnu-hpc-devel' 'superlu-gnu-hpc-doc' 'superlu-gnu-hpc-examples' 'superlu_5_2_1-gnu-hpc-devel' 'superlu_5_2_1-gnu-hpc-doc' 'superlu_5_2_1-gnu-hpc-examples' 'supermin' 'supertux2' 'supertuxkart' 'supertuxkart-data' 'supervisor' 'supportutils' 'surf' 'surfraw' 'surfraw-woffle' 'suru-plus-dark-icon-theme' 'suse-build-key' 'suse-hpc' 'suse-module-tools' 'suse-module-tools-legacy' 'suse-prime' 'suse-prime-bbswitch' 'suse-xsl-stylesheets' 'susefirewall2-to-firewalld' 'susepaste' 'susepaste-screenshot' 'suseprime-appindicator' 'sushi' 'sushi-lang' 'svg-schema' 'svg-schema-doc' 'svgcleaner' 'svgcleaner-gui' 'svgpart' 'svgpart-lang' 'sview' 'sview' 'svm-tools' 'svn2git' 'svxlink-server' 'sw_management' 'swappy' 'swappy-lang' 'sway' 'sway' 'sway-branding-openSUSE' 'sway-branding-upstream' 'swaybg' 'swayidle' 'swayidle-bash-completion' 'swayidle-fish-completion' 'swayidle-zsh-completion' 'swaylock' 'swaylock-bash-completion' 'swaylock-fish-completion' 'swaylock-zsh-completion' 'sweep' 'sweep' 'sweep-debuginfo' 'sweep-debugsource' 'sweeper' 'sweeper-lang' 'swell-foop' 'swell-foop-lang' 'swift-im' 'swiften-devel' 'swig' 'swig-doc' 'swig-examples' 'swing-layout' 'swing-layout-javadoc' 'swing-worker' 'swing-worker-demo' 'swing-worker-javadoc' 'swingx' 'swingx-javadoc' 'switch_sles_sle-hpc' 'switchboard' 'switchboard-devel' 'switchboard-lang' 'switcheroo-control' 'switcheroo-control-doc' 'sword' 'sword-devel' 'swtcalendar' 'swtchart' 'swtchart-javadoc' 'sxhkd' 'sxiv' 'sympol' 'sympol-devel' 'syncthing' 'syncthing-relaysrv' 'syndication-devel' 'synergy' 'synfig' 'synfig' 'synfig-debuginfo' 'synfig-debugsource' 'synfig-devel' 'synfig-doc' 'synfig-lang' 'synfig-modules' 'synfig-modules-debuginfo' 'synfigapp-devel' 'synfigstudio' 'synfigstudio' 'synfigstudio-debuginfo' 'synfigstudio-debugsource' 'synfigstudio-lang' 'synnefo' 'syntax-highlighting' 'syntax-highlighting-devel' 'syntax-highlighting-devel-32bit' 'sysbench' 'sysconfig' 'sysconfig-netconfig' 'sysdig' 'sysdig-kmp-default' 'sysdig-kmp-pae' 'sysfsutils' 'sysfsutils-32bit' 'sysfsutils-devel' 'sysinfo' 'syslinux' 'syslinux6' 'syslog-ng' 'syslog-ng-curl' 'syslog-ng-devel' 'syslog-ng-geoip' 'syslog-ng-java' 'syslog-ng-python' 'syslog-ng-redis' 'syslog-ng-smtp' 'syslog-ng-sql' 'syslog-service' 'syslogd' 'sysprof' 'sysprof-capture-devel-static' 'sysprof-devel' 'sysprof-lang' 'sysstat' 'sysstat-isag' 'system-config-printer' 'system-config-printer-applet' 'system-config-printer-common' 'system-config-printer-common-lang' 'system-config-printer-dbus-service' 'system-group-hardware' 'system-group-obsolete' 'system-group-wheel' 'system-tuning-common-SUSE' 'system-user-bin' 'system-user-daemon' 'system-user-flatpak' 'system-user-ftp' 'system-user-games' 'system-user-libvirt-dbus' 'system-user-lp' 'system-user-mail' 'system-user-man' 'system-user-msr' 'system-user-news' 'system-user-nobody' 'system-user-root' 'system-user-srvGeoClue' 'system-user-tftp' 'system-user-tss' 'system-user-upsd' 'system-user-uucp' 'system-user-uuidd' 'system-user-wwwrun' 'systemd' 'systemd-32bit' 'systemd-container' 'systemd-coredump' 'systemd-devel' 'systemd-doc' 'systemd-icon-branding-openSUSE' 'systemd-journal-remote' 'systemd-lang' 'systemd-logger' 'systemd-mini-container' 'systemd-network' 'systemd-portable' 'systemd-presets-branding-MicroOS' 'systemd-presets-branding-openSUSE' 'systemd-presets-branding-transactional-server' 'systemd-presets-common-SUSE' 'systemd-rpm-macros' 'systemd-sysvinit' 'systemd-ui' 'systemd-zram-service' 'systemsettings5' 'systemsettings5-devel' 'systemsettings5-lang' 'systemtap' 'systemtap-docs' 'systemtap-dtrace' 'systemtap-headers' 'systemtap-runtime' 'systemtap-sdt-devel' 'systemtap-server' 'systester' 'sysuser-shadow' 'sysuser-tools' 'sysvinit-tools' 'sz2-devel' 't-prot' 't1utils' 't38modem' 'tabix' 'tachyon' 'tack' 'tagbanwa-fonts' 'taglib' 'taglib-extras' 'taglib-extras-debugsource' 'taglib-extras-devel' 'tagsoup' 'tagsoup-javadoc' 'tai-heritage-pro-fonts' 'taigo' 'taisei' 'taisei-data' 'tali' 'tali-lang' 'talk' 'talk-server' 'talloc-man' 'tallow' 'tamago' 'tamil-gtk2im' 'tamil-gtk2im-32bit' 'tango-icon-theme' 'tanukiwrapper' 'tanukiwrapper-javadoc' 'tanukiwrapper-manual' 'tar' 'tar-backup-scripts' 'tar-doc' 'tar-lang' 'tar-rmt' 'tar-tests' 'tardy' 'target-isns' 'targetcli-fb-common' 'taskwarrior' 'tayga' 'tbb-devel' 'tboot' 'tcd' 'tcl' 'tcl-32bit' 'tcl-Hamlib' 'tcl-brlapi' 'tcl-devel' 'tcl-rrdtool' 'tcl-sqlcipher' 'tcl-tktray' 'tcl8-xapian' 'tclap' 'tclap-doc' 'tclcurl' 'tcllib' 'tcludp' 'tclx' 'tcmu-runner' 'tcmu-runner-handler-glusterfs' 'tcmu-runner-handler-rbd' 'tcmu-runner-handler-zbc' 'tcpd' 'tcpd-devel' 'tcpdump' 'tcpflow' 'tcpreplay' 'tcpser' 'tcsh' 'tcsh-lang' 'tdb-tools' 'tdiff' 'tdiff-bash-completion' 'tdom' 'tdom-devel' 'tdu' 'tdu' 'tdu-debuginfo' 'tdu-debugsource' 'tea' 'tealdeer' 'teamviewer' 'teamviewer-host' 'teamviewer-host-suse' 'teamviewer-suse' 'technical_writing' 'technisat-usb2-firmware' 'tecla' 'tecla-devel' 'tecnoballz' 'teeworlds' 'tei-roma' 'tei-xsl-stylesheets' 'tei_4' 'telegraf' 'telegram-desktop' 'telegram-desktop' 'telegram-qt5' 'telegram-qt5-debugsource' 'telegram-qt5-devel' 'telegram-theme-adapta' 'telegram-theme-plata' 'telemetrics-client' 'telemetrics-client-devel' 'telepathy-accounts-signon' 'telepathy-farstream-devel' 'telepathy-gabble' 'telepathy-gabble-xmpp-console' 'telepathy-glib-devel' 'telepathy-glib-doc' 'telepathy-idle' 'telepathy-logger' 'telepathy-logger-devel' 'telepathy-logger-qt5-devel' 'telepathy-mission-control' 'telepathy-mission-control-devel' 'telepathy-mission-control-plugin-goa' 'telepathy-qt5-devel' 'telepathy-qt5-devel-32bit' 'telepathy-rakia' 'telepathy-rakia-devel' 'telepathy-sipe' 'tellico' 'tellico' 'tellico-debuginfo' 'tellico-debugsource' 'tellico-lang' 'telnet' 'telnet-server' 'template-glib-devel' 'template-glib-lang' 'template-resolver' 'template-resolver-javadoc' 'tennebon-dynamic-wallpaper' 'tensorflow' 'tensorflow-devel' 'tensorflow-doc' 'tensorflow-gnu-hpc' 'tensorflow-gnu-openmpi2-hpc' 'tensorflow-lite' 'tensorflow-lite-devel' 'tensorflow2' 'tensorflow2-devel' 'tensorflow2-doc' 'tensorflow2-gnu-hpc' 'tensorflow2-gnu-openmpi2-hpc' 'tensorflow2-lite' 'tensorflow2-lite-devel' 'tensorflow2_2_1_1-gnu-hpc' 'tensorflow2_2_1_1-gnu-hpc-devel' 'tensorflow2_2_1_1-gnu-hpc-doc' 'tensorflow2_2_1_1-gnu-openmpi2-hpc' 'tensorflow2_2_1_1-gnu-openmpi2-hpc-devel' 'tensorflow2_2_1_1-gnu-openmpi2-hpc-doc' 'tensorflow_1_15_3-gnu-hpc' 'tensorflow_1_15_3-gnu-hpc-devel' 'tensorflow_1_15_3-gnu-openmpi2-hpc' 'tensorflow_1_15_3-gnu-openmpi2-hpc-devel' 'tepl-4-lang' 'tepl-devel' 'termcap' 'termcap-32bit' 'terminator' 'terminator-lang' 'terminatorX' 'terminatorX' 'terminatorX-debuginfo' 'terminatorX-debugsource' 'terminfo' 'terminfo-base' 'terminfo-iterm' 'terminfo-screen' 'terminology' 'terminology-lang' 'terminology-theme-dark' 'terminology-theme-misc' 'terminology-theme-openSUSE' 'terminology-theme-openSUSE-oliveleaf' 'terminology-theme-upstream' 'terminus' 'terminus-bitmap-fonts' 'terminus-lang' 'termrec' 'termsyn-bitmap-fonts' 'terraform' 'terraform-provider-aws' 'terraform-provider-null' 'terraform-provider-openstack' 'terraform-provider-template' 'terraform-provider-vsphere' 'teseq' 'tesla-polyglot' 'tesla-polyglot-atom' 'tesla-polyglot-common' 'tesla-polyglot-common-javadoc' 'tesla-polyglot-groovy' 'tesla-polyglot-javadoc' 'tesla-polyglot-maven-plugin' 'tesla-polyglot-translate-plugin' 'tesla-polyglot-xml' 'tesla-polyglot-yaml' 'tesseract' 'tesseract-data' 'tesseract-ocr' 'tesseract-ocr-devel' 'tesseract-ocr-traineddata-afrikaans' 'tesseract-ocr-traineddata-albanian' 'tesseract-ocr-traineddata-amharic' 'tesseract-ocr-traineddata-arabic' 'tesseract-ocr-traineddata-assamese' 'tesseract-ocr-traineddata-azerbaijani' 'tesseract-ocr-traineddata-azerbaijani_cyrillic' 'tesseract-ocr-traineddata-basque' 'tesseract-ocr-traineddata-belarusian' 'tesseract-ocr-traineddata-bengali' 'tesseract-ocr-traineddata-bosnian' 'tesseract-ocr-traineddata-bulgarian' 'tesseract-ocr-traineddata-burmese' 'tesseract-ocr-traineddata-catalan' 'tesseract-ocr-traineddata-cebuano' 'tesseract-ocr-traineddata-cherokee' 'tesseract-ocr-traineddata-chinese_simplified' 'tesseract-ocr-traineddata-chinese_traditional' 'tesseract-ocr-traineddata-croatian' 'tesseract-ocr-traineddata-czech' 'tesseract-ocr-traineddata-danish' 'tesseract-ocr-traineddata-dutch' 'tesseract-ocr-traineddata-dzongkha' 'tesseract-ocr-traineddata-english' 'tesseract-ocr-traineddata-english_middle' 'tesseract-ocr-traineddata-esperanto' 'tesseract-ocr-traineddata-estonian' 'tesseract-ocr-traineddata-finnish' 'tesseract-ocr-traineddata-frankish' 'tesseract-ocr-traineddata-french' 'tesseract-ocr-traineddata-french_middle' 'tesseract-ocr-traineddata-galician' 'tesseract-ocr-traineddata-georgian' 'tesseract-ocr-traineddata-georgian_old' 'tesseract-ocr-traineddata-german' 'tesseract-ocr-traineddata-greek' 'tesseract-ocr-traineddata-greek_ancient' 'tesseract-ocr-traineddata-gujarati' 'tesseract-ocr-traineddata-haitian' 'tesseract-ocr-traineddata-hebrew' 'tesseract-ocr-traineddata-hindi' 'tesseract-ocr-traineddata-hungarian' 'tesseract-ocr-traineddata-icelandic' 'tesseract-ocr-traineddata-indonese' 'tesseract-ocr-traineddata-inuktitut' 'tesseract-ocr-traineddata-irish' 'tesseract-ocr-traineddata-italian' 'tesseract-ocr-traineddata-italian_old' 'tesseract-ocr-traineddata-japanese' 'tesseract-ocr-traineddata-javanese' 'tesseract-ocr-traineddata-kannada' 'tesseract-ocr-traineddata-kazakh' 'tesseract-ocr-traineddata-khmer' 'tesseract-ocr-traineddata-korean' 'tesseract-ocr-traineddata-kurdish' 'tesseract-ocr-traineddata-kyrgyz' 'tesseract-ocr-traineddata-lao' 'tesseract-ocr-traineddata-latin' 'tesseract-ocr-traineddata-latvian' 'tesseract-ocr-traineddata-lithuanian' 'tesseract-ocr-traineddata-macedonian' 'tesseract-ocr-traineddata-malay' 'tesseract-ocr-traineddata-malayalam' 'tesseract-ocr-traineddata-maltese' 'tesseract-ocr-traineddata-marathi' 'tesseract-ocr-traineddata-math_equation' 'tesseract-ocr-traineddata-nepali' 'tesseract-ocr-traineddata-norwegian' 'tesseract-ocr-traineddata-orientation_and_script_detection' 'tesseract-ocr-traineddata-oriya' 'tesseract-ocr-traineddata-pashto' 'tesseract-ocr-traineddata-persian' 'tesseract-ocr-traineddata-polish' 'tesseract-ocr-traineddata-portuguese' 'tesseract-ocr-traineddata-punjabi' 'tesseract-ocr-traineddata-romanian' 'tesseract-ocr-traineddata-russian' 'tesseract-ocr-traineddata-sanskrit' 'tesseract-ocr-traineddata-serbian' 'tesseract-ocr-traineddata-serbian_latin' 'tesseract-ocr-traineddata-sinhala' 'tesseract-ocr-traineddata-slovak' 'tesseract-ocr-traineddata-slovenian' 'tesseract-ocr-traineddata-spanish' 'tesseract-ocr-traineddata-spanish_old' 'tesseract-ocr-traineddata-swahili' 'tesseract-ocr-traineddata-swedish' 'tesseract-ocr-traineddata-syriac' 'tesseract-ocr-traineddata-tagalog' 'tesseract-ocr-traineddata-tajik' 'tesseract-ocr-traineddata-tamil' 'tesseract-ocr-traineddata-telugu' 'tesseract-ocr-traineddata-thai' 'tesseract-ocr-traineddata-tibetan_standard' 'tesseract-ocr-traineddata-tigrinya' 'tesseract-ocr-traineddata-turkish' 'tesseract-ocr-traineddata-ukrainian' 'tesseract-ocr-traineddata-urdu' 'tesseract-ocr-traineddata-uyghur' 'tesseract-ocr-traineddata-uzbek' 'tesseract-ocr-traineddata-uzbek_cyrillic' 'tesseract-ocr-traineddata-vietnamese' 'tesseract-ocr-traineddata-welsh' 'tesseract-ocr-traineddata-yiddish' 'tesseract-server' 'test-interface' 'test-interface-javadoc' 'testdisk' 'testng' 'testng-javadoc' 'testssl.sh' 'tetrinet-server' 'tevent-man' 'texamator' 'texamator-lang' 'texi2html' 'texi2html-lang' 'texi2roff' 'texinfo' 'texinfo4' 'texlive' 'texlive-12many' 'texlive-12many-doc' 'texlive-2up' 'texlive-2up-doc' 'texlive-Asana-Math' 'texlive-Asana-Math-doc' 'texlive-Asana-Math-fonts' 'texlive-ESIEEcv' 'texlive-ESIEEcv-doc' 'texlive-GS1' 'texlive-GS1-doc' 'texlive-HA-prosper' 'texlive-HA-prosper-doc' 'texlive-IEEEconf' 'texlive-IEEEconf-doc' 'texlive-IEEEtran' 'texlive-IEEEtran-doc' 'texlive-MemoirChapStyles' 'texlive-SIstyle' 'texlive-SIstyle-doc' 'texlive-SIunits' 'texlive-SIunits-doc' 'texlive-Tabbing' 'texlive-Tabbing-doc' 'texlive-Type1fonts' 'texlive-a0poster' 'texlive-a0poster-doc' 'texlive-a2ping' 'texlive-a2ping-bin' 'texlive-a2ping-doc' 'texlive-a4wide' 'texlive-a4wide-doc' 'texlive-a5comb' 'texlive-a5comb-doc' 'texlive-aaai-named' 'texlive-aastex' 'texlive-aastex-doc' 'texlive-abbr' 'texlive-abbr-doc' 'texlive-abc' 'texlive-abc-doc' 'texlive-abnt' 'texlive-abnt-doc' 'texlive-abntex2' 'texlive-abntex2-doc' 'texlive-abraces' 'texlive-abraces-doc' 'texlive-abstract' 'texlive-abstract-doc' 'texlive-abstyles' 'texlive-abstyles-doc' 'texlive-academicons' 'texlive-academicons-doc' 'texlive-academicons-fonts' 'texlive-accanthis' 'texlive-accanthis-doc' 'texlive-accanthis-fonts' 'texlive-accents' 'texlive-accents-doc' 'texlive-accessibility' 'texlive-accessibility-doc' 'texlive-accfonts' 'texlive-accfonts-bin' 'texlive-accfonts-doc' 'texlive-accsupp' 'texlive-accsupp-doc' 'texlive-achemso' 'texlive-achemso-doc' 'texlive-acmart' 'texlive-acmart-doc' 'texlive-acmconf' 'texlive-acmconf-doc' 'texlive-acro' 'texlive-acro-doc' 'texlive-acronym' 'texlive-acronym-doc' 'texlive-acroterm' 'texlive-acroterm-doc' 'texlive-active-conf' 'texlive-active-conf-doc' 'texlive-actuarialangle' 'texlive-actuarialangle-doc' 'texlive-actuarialsymbol' 'texlive-actuarialsymbol-doc' 'texlive-addfont' 'texlive-addfont-doc' 'texlive-addliga' 'texlive-addliga-doc' 'texlive-addlines' 'texlive-addlines-doc' 'texlive-adfathesis' 'texlive-adfathesis-doc' 'texlive-adforn' 'texlive-adforn-doc' 'texlive-adforn-fonts' 'texlive-adfsymbols' 'texlive-adfsymbols-doc' 'texlive-adfsymbols-fonts' 'texlive-adhocfilelist' 'texlive-adhocfilelist-bin' 'texlive-adhocfilelist-doc' 'texlive-adigraph' 'texlive-adigraph-doc' 'texlive-adjmulticol' 'texlive-adjmulticol-doc' 'texlive-adjustbox' 'texlive-adjustbox-doc' 'texlive-adobemapping' 'texlive-adrconv' 'texlive-adrconv-doc' 'texlive-adtrees' 'texlive-adtrees-doc' 'texlive-advdate' 'texlive-advdate-doc' 'texlive-ae' 'texlive-ae-doc' 'texlive-aeguill' 'texlive-aeguill-doc' 'texlive-afm2pl' 'texlive-afm2pl-bin' 'texlive-afm2pl-doc' 'texlive-afparticle' 'texlive-afparticle-doc' 'texlive-afthesis' 'texlive-afthesis-doc' 'texlive-aguplus' 'texlive-aguplus-doc' 'texlive-aiaa' 'texlive-aiaa-doc' 'texlive-aichej' 'texlive-ajl' 'texlive-akktex' 'texlive-akktex-doc' 'texlive-akletter' 'texlive-akletter-doc' 'texlive-alegreya' 'texlive-alegreya-doc' 'texlive-alegreya-fonts' 'texlive-aleph' 'texlive-aleph-bin' 'texlive-alertmessage' 'texlive-alertmessage-doc' 'texlive-alg' 'texlive-alg-doc' 'texlive-algobox' 'texlive-algobox-doc' 'texlive-algolrevived' 'texlive-algolrevived-doc' 'texlive-algolrevived-fonts' 'texlive-algorithm2e' 'texlive-algorithm2e-doc' 'texlive-algorithmicx' 'texlive-algorithmicx-doc' 'texlive-algorithms' 'texlive-algorithms-doc' 'texlive-algxpar' 'texlive-algxpar-doc' 'texlive-aligned-overset' 'texlive-aligned-overset-doc' 'texlive-alkalami' 'texlive-alkalami-doc' 'texlive-alkalami-fonts' 'texlive-allrunes' 'texlive-allrunes-doc' 'texlive-allrunes-fonts' 'texlive-almendra' 'texlive-almendra-doc' 'texlive-almendra-fonts' 'texlive-almfixed' 'texlive-almfixed-doc' 'texlive-almfixed-fonts' 'texlive-alnumsec' 'texlive-alnumsec-doc' 'texlive-alpha-persian' 'texlive-alpha-persian-doc' 'texlive-alphalph' 'texlive-alphalph-doc' 'texlive-altfont' 'texlive-altfont-doc' 'texlive-ametsoc' 'texlive-ametsoc-doc' 'texlive-amiri' 'texlive-amiri-doc' 'texlive-amiri-fonts' 'texlive-amsaddr' 'texlive-amsaddr-doc' 'texlive-amscdx' 'texlive-amscdx-doc' 'texlive-amscls' 'texlive-amscls-doc' 'texlive-amsfonts' 'texlive-amsfonts-doc' 'texlive-amsfonts-fonts' 'texlive-amslatex-primer' 'texlive-amsldoc-it' 'texlive-amsldoc-vn' 'texlive-amsmath' 'texlive-amsmath-doc' 'texlive-amsmath-it' 'texlive-amsrefs' 'texlive-amsrefs-doc' 'texlive-amstex' 'texlive-amstex-bin' 'texlive-amstex-doc' 'texlive-amsthdoc-it' 'texlive-animate' 'texlive-animate-doc' 'texlive-annee-scolaire' 'texlive-annee-scolaire-doc' 'texlive-annotate' 'texlive-anonchap' 'texlive-anonchap-doc' 'texlive-anonymouspro' 'texlive-anonymouspro-doc' 'texlive-anonymouspro-fonts' 'texlive-answers' 'texlive-answers-doc' 'texlive-antiqua' 'texlive-antiqua-doc' 'texlive-antiqua-fonts' 'texlive-antomega' 'texlive-antomega-doc' 'texlive-antt' 'texlive-antt-doc' 'texlive-antt-fonts' 'texlive-anufinalexam' 'texlive-anyfontsize' 'texlive-anyfontsize-doc' 'texlive-anysize' 'texlive-anysize-doc' 'texlive-aobs-tikz' 'texlive-aobs-tikz-doc' 'texlive-aomart' 'texlive-aomart-doc' 'texlive-apa' 'texlive-apa-doc' 'texlive-apa6' 'texlive-apa6-doc' 'texlive-apa6e' 'texlive-apa6e-doc' 'texlive-apa7' 'texlive-apa7-doc' 'texlive-apacite' 'texlive-apacite-doc' 'texlive-apalike-german' 'texlive-apalike-german-doc' 'texlive-apalike2' 'texlive-apnum' 'texlive-apnum-doc' 'texlive-appendix' 'texlive-appendix-doc' 'texlive-appendixnumberbeamer' 'texlive-appendixnumberbeamer-doc' 'texlive-apprendre-a-programmer-en-tex' 'texlive-apprends-latex' 'texlive-apptools' 'texlive-apptools-doc' 'texlive-apxproof' 'texlive-apxproof-doc' 'texlive-arabi' 'texlive-arabi-add' 'texlive-arabi-add-doc' 'texlive-arabi-doc' 'texlive-arabi-fonts' 'texlive-arabicfront' 'texlive-arabicfront-doc' 'texlive-arabluatex' 'texlive-arabluatex-doc' 'texlive-arabtex' 'texlive-arabtex-doc' 'texlive-arabtex-fonts' 'texlive-arabxetex' 'texlive-arabxetex-doc' 'texlive-aramaic-serto' 'texlive-aramaic-serto-doc' 'texlive-aramaic-serto-fonts' 'texlive-arara' 'texlive-arara-bin' 'texlive-arara-doc' 'texlive-archaeologie' 'texlive-archaeologie-doc' 'texlive-archaic' 'texlive-archaic-doc' 'texlive-archaic-fonts' 'texlive-arcs' 'texlive-arcs-doc' 'texlive-arev' 'texlive-arev-doc' 'texlive-arev-fonts' 'texlive-arimo' 'texlive-arimo-doc' 'texlive-arimo-fonts' 'texlive-armtex' 'texlive-armtex-doc' 'texlive-armtex-fonts' 'texlive-around-the-bend' 'texlive-arphic' 'texlive-arphic-doc' 'texlive-arphic-fonts' 'texlive-arphic-ttf' 'texlive-arphic-ttf-doc' 'texlive-arphic-ttf-fonts' 'texlive-arraycols' 'texlive-arraycols-doc' 'texlive-arrayjobx' 'texlive-arrayjobx-doc' 'texlive-arraysort' 'texlive-arraysort-doc' 'texlive-arsclassica' 'texlive-arsclassica-doc' 'texlive-articleingud' 'texlive-articleingud-doc' 'texlive-arydshln' 'texlive-arydshln-doc' 'texlive-asaetr' 'texlive-asaetr-doc' 'texlive-asapsym' 'texlive-asapsym-doc' 'texlive-asapsym-fonts' 'texlive-ascelike' 'texlive-ascelike-doc' 'texlive-ascii-chart' 'texlive-ascii-font' 'texlive-ascii-font-doc' 'texlive-ascii-font-fonts' 'texlive-asciilist' 'texlive-asciilist-doc' 'texlive-ascmac' 'texlive-ascmac-doc' 'texlive-ascmac-fonts' 'texlive-askinclude' 'texlive-askinclude-doc' 'texlive-askmaps' 'texlive-askmaps-doc' 'texlive-asmeconf' 'texlive-asmeconf-doc' 'texlive-asmejour' 'texlive-asmejour-doc' 'texlive-aspectratio' 'texlive-aspectratio-doc' 'texlive-aspectratio-fonts' 'texlive-assignment' 'texlive-assignment-doc' 'texlive-assoccnt' 'texlive-assoccnt-doc' 'texlive-astro' 'texlive-astro-doc' 'texlive-asyfig' 'texlive-asyfig-doc' 'texlive-asymptote' 'texlive-asymptote-bin' 'texlive-asymptote-by-example-zh-cn' 'texlive-asymptote-doc' 'texlive-asymptote-faq-zh-cn' 'texlive-asymptote-manual-zh-cn' 'texlive-asypictureb' 'texlive-asypictureb-doc' 'texlive-atbegshi' 'texlive-atbegshi-doc' 'texlive-atenddvi' 'texlive-atenddvi-doc' 'texlive-attachfile' 'texlive-attachfile-doc' 'texlive-attachfile2' 'texlive-attachfile2-bin' 'texlive-attachfile2-doc' 'texlive-atveryend' 'texlive-atveryend-doc' 'texlive-aucklandthesis' 'texlive-aucklandthesis-doc' 'texlive-augie' 'texlive-augie-doc' 'texlive-augie-fonts' 'texlive-auncial-new' 'texlive-auncial-new-doc' 'texlive-auncial-new-fonts' 'texlive-aurical' 'texlive-aurical-doc' 'texlive-aurical-fonts' 'texlive-aurl' 'texlive-aurl-doc' 'texlive-authoraftertitle' 'texlive-authoraftertitle-doc' 'texlive-authorarchive' 'texlive-authorarchive-doc' 'texlive-authordate' 'texlive-authordate-doc' 'texlive-authorindex' 'texlive-authorindex-bin' 'texlive-authorindex-doc' 'texlive-auto-pst-pdf' 'texlive-auto-pst-pdf-doc' 'texlive-auto-pst-pdf-lua' 'texlive-auto-pst-pdf-lua-doc' 'texlive-autoaligne' 'texlive-autoaligne-doc' 'texlive-autoarea' 'texlive-autoarea-doc' 'texlive-autobreak' 'texlive-autobreak-doc' 'texlive-autofancyhdr' 'texlive-autofancyhdr-doc' 'texlive-automata' 'texlive-automata-doc' 'texlive-autonum' 'texlive-autonum-doc' 'texlive-autopdf' 'texlive-autopdf-doc' 'texlive-autosp' 'texlive-autosp-bin' 'texlive-auxhook' 'texlive-auxhook-doc' 'texlive-avantgar' 'texlive-avantgar-fonts' 'texlive-avremu' 'texlive-avremu-doc' 'texlive-awesomebox' 'texlive-awesomebox-doc' 'texlive-axessibility' 'texlive-axessibility-doc' 'texlive-axodraw2' 'texlive-axodraw2-bin' 'texlive-axodraw2-doc' 'texlive-b1encoding' 'texlive-b1encoding-doc' 'texlive-babel' 'texlive-babel-albanian' 'texlive-babel-albanian-doc' 'texlive-babel-azerbaijani' 'texlive-babel-azerbaijani-doc' 'texlive-babel-basque' 'texlive-babel-basque-doc' 'texlive-babel-belarusian' 'texlive-babel-belarusian-doc' 'texlive-babel-bosnian' 'texlive-babel-bosnian-doc' 'texlive-babel-breton' 'texlive-babel-breton-doc' 'texlive-babel-bulgarian' 'texlive-babel-bulgarian-doc' 'texlive-babel-catalan' 'texlive-babel-catalan-doc' 'texlive-babel-croatian' 'texlive-babel-croatian-doc' 'texlive-babel-czech' 'texlive-babel-czech-doc' 'texlive-babel-danish' 'texlive-babel-danish-doc' 'texlive-babel-doc' 'texlive-babel-dutch' 'texlive-babel-dutch-doc' 'texlive-babel-english' 'texlive-babel-english-doc' 'texlive-babel-esperanto' 'texlive-babel-esperanto-doc' 'texlive-babel-estonian' 'texlive-babel-estonian-doc' 'texlive-babel-finnish' 'texlive-babel-finnish-doc' 'texlive-babel-french' 'texlive-babel-french-doc' 'texlive-babel-friulan' 'texlive-babel-friulan-doc' 'texlive-babel-galician' 'texlive-babel-galician-doc' 'texlive-babel-georgian' 'texlive-babel-georgian-doc' 'texlive-babel-german' 'texlive-babel-german-doc' 'texlive-babel-greek' 'texlive-babel-greek-doc' 'texlive-babel-hebrew' 'texlive-babel-hebrew-doc' 'texlive-babel-hungarian' 'texlive-babel-hungarian-doc' 'texlive-babel-icelandic' 'texlive-babel-icelandic-doc' 'texlive-babel-indonesian' 'texlive-babel-indonesian-doc' 'texlive-babel-interlingua' 'texlive-babel-interlingua-doc' 'texlive-babel-irish' 'texlive-babel-irish-doc' 'texlive-babel-italian' 'texlive-babel-italian-doc' 'texlive-babel-japanese' 'texlive-babel-japanese-doc' 'texlive-babel-kurmanji' 'texlive-babel-kurmanji-doc' 'texlive-babel-latin' 'texlive-babel-latin-doc' 'texlive-babel-latvian' 'texlive-babel-latvian-doc' 'texlive-babel-macedonian' 'texlive-babel-macedonian-doc' 'texlive-babel-malay' 'texlive-babel-malay-doc' 'texlive-babel-norsk' 'texlive-babel-norsk-doc' 'texlive-babel-occitan' 'texlive-babel-occitan-doc' 'texlive-babel-piedmontese' 'texlive-babel-piedmontese-doc' 'texlive-babel-polish' 'texlive-babel-polish-doc' 'texlive-babel-portuges' 'texlive-babel-portuges-doc' 'texlive-babel-romanian' 'texlive-babel-romanian-doc' 'texlive-babel-romansh' 'texlive-babel-romansh-doc' 'texlive-babel-russian' 'texlive-babel-russian-doc' 'texlive-babel-samin' 'texlive-babel-samin-doc' 'texlive-babel-scottish' 'texlive-babel-scottish-doc' 'texlive-babel-serbian' 'texlive-babel-serbian-doc' 'texlive-babel-serbianc' 'texlive-babel-serbianc-doc' 'texlive-babel-slovak' 'texlive-babel-slovak-doc' 'texlive-babel-slovenian' 'texlive-babel-slovenian-doc' 'texlive-babel-sorbian' 'texlive-babel-sorbian-doc' 'texlive-babel-spanish' 'texlive-babel-spanish-doc' 'texlive-babel-swedish' 'texlive-babel-swedish-doc' 'texlive-babel-thai' 'texlive-babel-thai-doc' 'texlive-babel-turkish' 'texlive-babel-turkish-doc' 'texlive-babel-ukrainian' 'texlive-babel-ukrainian-doc' 'texlive-babel-vietnamese' 'texlive-babel-vietnamese-doc' 'texlive-babel-welsh' 'texlive-babel-welsh-doc' 'texlive-babelbib' 'texlive-babelbib-doc' 'texlive-background' 'texlive-background-doc' 'texlive-backnaur' 'texlive-backnaur-doc' 'texlive-baekmuk' 'texlive-baekmuk-doc' 'texlive-baekmuk-fonts' 'texlive-bagpipe' 'texlive-bagpipe-doc' 'texlive-bangorcsthesis' 'texlive-bangorcsthesis-doc' 'texlive-bangorexam' 'texlive-bangorexam-doc' 'texlive-bangtex' 'texlive-bangtex-doc' 'texlive-bankstatement' 'texlive-bankstatement-doc' 'texlive-barcodes' 'texlive-barcodes-doc' 'texlive-bardiag' 'texlive-bardiag-doc' 'texlive-barr' 'texlive-barr-doc' 'texlive-barracuda' 'texlive-barracuda-doc' 'texlive-bartel-chess-fonts' 'texlive-bartel-chess-fonts-doc' 'texlive-bashful' 'texlive-bashful-doc' 'texlive-basicarith' 'texlive-basicarith-doc' 'texlive-baskervald' 'texlive-baskervald-doc' 'texlive-baskervald-fonts' 'texlive-baskervaldx' 'texlive-baskervaldx-doc' 'texlive-baskervaldx-fonts' 'texlive-baskervillef' 'texlive-baskervillef-doc' 'texlive-baskervillef-fonts' 'texlive-basque-book' 'texlive-basque-book-doc' 'texlive-basque-date' 'texlive-basque-date-doc' 'texlive-bath-bst' 'texlive-bath-bst-doc' 'texlive-bbcard' 'texlive-bbcard-doc' 'texlive-bbding' 'texlive-bbding-doc' 'texlive-bbm' 'texlive-bbm-doc' 'texlive-bbm-macros' 'texlive-bbm-macros-doc' 'texlive-bbold' 'texlive-bbold-doc' 'texlive-bbold-type1' 'texlive-bbold-type1-doc' 'texlive-bbold-type1-fonts' 'texlive-bchart' 'texlive-bchart-doc' 'texlive-bclogo' 'texlive-bclogo-doc' 'texlive-beamer' 'texlive-beamer-FUBerlin' 'texlive-beamer-doc' 'texlive-beamer-rl' 'texlive-beamer-rl-doc' 'texlive-beamer-tut-pt' 'texlive-beamer-verona' 'texlive-beamer-verona-doc' 'texlive-beamer2thesis' 'texlive-beamer2thesis-doc' 'texlive-beameraudience' 'texlive-beameraudience-doc' 'texlive-beamerauxtheme' 'texlive-beamerauxtheme-doc' 'texlive-beamercolorthemeowl' 'texlive-beamercolorthemeowl-doc' 'texlive-beamerdarkthemes' 'texlive-beamerdarkthemes-doc' 'texlive-beamerposter' 'texlive-beamerposter-doc' 'texlive-beamersubframe' 'texlive-beamersubframe-doc' 'texlive-beamerswitch' 'texlive-beamerswitch-doc' 'texlive-beamertheme-cuerna' 'texlive-beamertheme-cuerna-doc' 'texlive-beamertheme-detlevcm' 'texlive-beamertheme-detlevcm-doc' 'texlive-beamertheme-epyt' 'texlive-beamertheme-epyt-doc' 'texlive-beamertheme-focus' 'texlive-beamertheme-focus-doc' 'texlive-beamertheme-light' 'texlive-beamertheme-light-doc' 'texlive-beamertheme-metropolis' 'texlive-beamertheme-metropolis-doc' 'texlive-beamertheme-npbt' 'texlive-beamertheme-npbt-doc' 'texlive-beamertheme-phnompenh' 'texlive-beamertheme-phnompenh-doc' 'texlive-beamertheme-saintpetersburg' 'texlive-beamertheme-saintpetersburg-doc' 'texlive-beamertheme-upenn-bc' 'texlive-beamertheme-upenn-bc-doc' 'texlive-beamerthemejltree' 'texlive-beamerthemenirma' 'texlive-beamerthemenirma-doc' 'texlive-bearwear' 'texlive-bearwear-doc' 'texlive-beebe' 'texlive-begingreek' 'texlive-begingreek-doc' 'texlive-begriff' 'texlive-begriff-doc' 'texlive-beilstein' 'texlive-beilstein-doc' 'texlive-belleek' 'texlive-belleek-doc' 'texlive-belleek-fonts' 'texlive-bengali' 'texlive-bengali-doc' 'texlive-bera' 'texlive-bera-doc' 'texlive-bera-fonts' 'texlive-berenisadf' 'texlive-berenisadf-doc' 'texlive-berenisadf-fonts' 'texlive-besjournals' 'texlive-besjournals-doc' 'texlive-bestpapers' 'texlive-bestpapers-doc' 'texlive-betababel' 'texlive-betababel-doc' 'texlive-beton' 'texlive-beton-doc' 'texlive-beuron' 'texlive-beuron-doc' 'texlive-beuron-fonts' 'texlive-bewerbung' 'texlive-bewerbung-doc' 'texlive-bez123' 'texlive-bez123-doc' 'texlive-bezierplot' 'texlive-bezierplot-doc' 'texlive-bgteubner' 'texlive-bgteubner-doc' 'texlive-bguq' 'texlive-bguq-doc' 'texlive-bguq-fonts' 'texlive-bhcexam' 'texlive-bhcexam-doc' 'texlive-bib-fr' 'texlive-bib-fr-doc' 'texlive-bib2gls' 'texlive-bib2gls-bin' 'texlive-bib2gls-doc' 'texlive-bibarts' 'texlive-bibarts-doc' 'texlive-biber' 'texlive-biber-bin' 'texlive-bibexport' 'texlive-bibexport-bin' 'texlive-bibexport-doc' 'texlive-bibhtml' 'texlive-bibhtml-doc' 'texlive-biblatex' 'texlive-biblatex-abnt' 'texlive-biblatex-abnt-doc' 'texlive-biblatex-ajc2020unofficial' 'texlive-biblatex-ajc2020unofficial-doc' 'texlive-biblatex-anonymous' 'texlive-biblatex-anonymous-doc' 'texlive-biblatex-apa' 'texlive-biblatex-apa-doc' 'texlive-biblatex-apa6' 'texlive-biblatex-apa6-doc' 'texlive-biblatex-archaeology' 'texlive-biblatex-archaeology-doc' 'texlive-biblatex-arthistory-bonn' 'texlive-biblatex-arthistory-bonn-doc' 'texlive-biblatex-bath' 'texlive-biblatex-bath-doc' 'texlive-biblatex-bookinarticle' 'texlive-biblatex-bookinarticle-doc' 'texlive-biblatex-bookinother' 'texlive-biblatex-bookinother-doc' 'texlive-biblatex-bwl' 'texlive-biblatex-bwl-doc' 'texlive-biblatex-caspervector' 'texlive-biblatex-caspervector-doc' 'texlive-biblatex-cheatsheet' 'texlive-biblatex-chem' 'texlive-biblatex-chem-doc' 'texlive-biblatex-chicago' 'texlive-biblatex-chicago-doc' 'texlive-biblatex-claves' 'texlive-biblatex-claves-doc' 'texlive-biblatex-doc' 'texlive-biblatex-dw' 'texlive-biblatex-dw-doc' 'texlive-biblatex-enc' 'texlive-biblatex-enc-doc' 'texlive-biblatex-ext' 'texlive-biblatex-ext-doc' 'texlive-biblatex-fiwi' 'texlive-biblatex-fiwi-doc' 'texlive-biblatex-gb7714-2015' 'texlive-biblatex-gb7714-2015-doc' 'texlive-biblatex-german-legal' 'texlive-biblatex-german-legal-doc' 'texlive-biblatex-gost' 'texlive-biblatex-gost-doc' 'texlive-biblatex-historian' 'texlive-biblatex-historian-doc' 'texlive-biblatex-ieee' 'texlive-biblatex-ieee-doc' 'texlive-biblatex-ijsra' 'texlive-biblatex-ijsra-doc' 'texlive-biblatex-iso690' 'texlive-biblatex-iso690-doc' 'texlive-biblatex-jura2' 'texlive-biblatex-jura2-doc' 'texlive-biblatex-juradiss' 'texlive-biblatex-juradiss-doc' 'texlive-biblatex-lni' 'texlive-biblatex-lni-doc' 'texlive-biblatex-luh-ipw' 'texlive-biblatex-luh-ipw-doc' 'texlive-biblatex-manuscripts-philology' 'texlive-biblatex-manuscripts-philology-doc' 'texlive-biblatex-mla' 'texlive-biblatex-mla-doc' 'texlive-biblatex-morenames' 'texlive-biblatex-morenames-doc' 'texlive-biblatex-multiple-dm' 'texlive-biblatex-multiple-dm-doc' 'texlive-biblatex-musuos' 'texlive-biblatex-musuos-doc' 'texlive-biblatex-nature' 'texlive-biblatex-nature-doc' 'texlive-biblatex-nejm' 'texlive-biblatex-nejm-doc' 'texlive-biblatex-nottsclassic' 'texlive-biblatex-nottsclassic-doc' 'texlive-biblatex-opcit-booktitle' 'texlive-biblatex-opcit-booktitle-doc' 'texlive-biblatex-oxref' 'texlive-biblatex-oxref-doc' 'texlive-biblatex-philosophy' 'texlive-biblatex-philosophy-doc' 'texlive-biblatex-phys' 'texlive-biblatex-phys-doc' 'texlive-biblatex-publist' 'texlive-biblatex-publist-doc' 'texlive-biblatex-realauthor' 'texlive-biblatex-realauthor-doc' 'texlive-biblatex-sbl' 'texlive-biblatex-sbl-doc' 'texlive-biblatex-science' 'texlive-biblatex-science-doc' 'texlive-biblatex-shortfields' 'texlive-biblatex-shortfields-doc' 'texlive-biblatex-socialscienceshuberlin' 'texlive-biblatex-socialscienceshuberlin-doc' 'texlive-biblatex-source-division' 'texlive-biblatex-source-division-doc' 'texlive-biblatex-subseries' 'texlive-biblatex-subseries-doc' 'texlive-biblatex-swiss-legal' 'texlive-biblatex-swiss-legal-doc' 'texlive-biblatex-trad' 'texlive-biblatex-trad-doc' 'texlive-biblatex-true-citepages-omit' 'texlive-biblatex-true-citepages-omit-doc' 'texlive-biblatex2bibitem' 'texlive-biblatex2bibitem-doc' 'texlive-bibleref' 'texlive-bibleref-doc' 'texlive-bibleref-french' 'texlive-bibleref-french-doc' 'texlive-bibleref-german' 'texlive-bibleref-german-doc' 'texlive-bibleref-lds' 'texlive-bibleref-lds-doc' 'texlive-bibleref-mouth' 'texlive-bibleref-mouth-doc' 'texlive-bibleref-parse' 'texlive-bibleref-parse-doc' 'texlive-bibletext' 'texlive-bibletext-doc' 'texlive-biblist' 'texlive-biblist-doc' 'texlive-bibtex' 'texlive-bibtex-bin' 'texlive-bibtex-doc' 'texlive-bibtex8' 'texlive-bibtex8-bin' 'texlive-bibtex8-doc' 'texlive-bibtexperllibs' 'texlive-bibtexperllibs-doc' 'texlive-bibtexu' 'texlive-bibtexu-bin' 'texlive-bibtopic' 'texlive-bibtopic-doc' 'texlive-bibtopicprefix' 'texlive-bibtopicprefix-doc' 'texlive-bibunits' 'texlive-bibunits-doc' 'texlive-bidi' 'texlive-bidi-atbegshi' 'texlive-bidi-atbegshi-doc' 'texlive-bidi-doc' 'texlive-bidicontour' 'texlive-bidicontour-doc' 'texlive-bidihl' 'texlive-bidihl-doc' 'texlive-bidipagegrid' 'texlive-bidipagegrid-doc' 'texlive-bidipresentation' 'texlive-bidipresentation-doc' 'texlive-bidishadowtext' 'texlive-bidishadowtext-doc' 'texlive-bigfoot' 'texlive-bigfoot-doc' 'texlive-bigintcalc' 'texlive-bigintcalc-doc' 'texlive-bigints' 'texlive-bigints-doc' 'texlive-bin-devel' 'texlive-binarytree' 'texlive-binarytree-doc' 'texlive-binomexp' 'texlive-binomexp-doc' 'texlive-biochemistry-colors' 'texlive-biochemistry-colors-doc' 'texlive-biocon' 'texlive-biocon-doc' 'texlive-biolett-bst' 'texlive-biolett-bst-doc' 'texlive-bitelist' 'texlive-bitelist-doc' 'texlive-bitpattern' 'texlive-bitpattern-doc' 'texlive-bitset' 'texlive-bitset-doc' 'texlive-bitter' 'texlive-bitter-doc' 'texlive-bitter-fonts' 'texlive-bizcard' 'texlive-bizcard-doc' 'texlive-blacklettert1' 'texlive-blacklettert1-doc' 'texlive-blindtext' 'texlive-blindtext-doc' 'texlive-blkarray' 'texlive-blkarray-doc' 'texlive-blochsphere' 'texlive-blochsphere-doc' 'texlive-block' 'texlive-block-doc' 'texlive-blockdraw_mp' 'texlive-blockdraw_mp-doc' 'texlive-bloques' 'texlive-bloques-doc' 'texlive-blowup' 'texlive-blowup-doc' 'texlive-blox' 'texlive-blox-doc' 'texlive-bnumexpr' 'texlive-bnumexpr-doc' 'texlive-bodegraph' 'texlive-bodegraph-doc' 'texlive-bohr' 'texlive-bohr-doc' 'texlive-boisik' 'texlive-boisik-doc' 'texlive-boites' 'texlive-boites-doc' 'texlive-bold-extra' 'texlive-bold-extra-doc' 'texlive-boldtensors' 'texlive-boldtensors-doc' 'texlive-bondgraph' 'texlive-bondgraph-doc' 'texlive-bondgraphs' 'texlive-bondgraphs-doc' 'texlive-bookcover' 'texlive-bookcover-doc' 'texlive-bookdb' 'texlive-bookdb-doc' 'texlive-bookest' 'texlive-bookest-doc' 'texlive-bookhands' 'texlive-bookhands-doc' 'texlive-bookhands-fonts' 'texlive-booklet' 'texlive-booklet-doc' 'texlive-bookman' 'texlive-bookman-fonts' 'texlive-bookmark' 'texlive-bookmark-doc' 'texlive-booktabs' 'texlive-booktabs-de' 'texlive-booktabs-doc' 'texlive-booktabs-fr' 'texlive-boolexpr' 'texlive-boolexpr-doc' 'texlive-boondox' 'texlive-boondox-doc' 'texlive-boondox-fonts' 'texlive-bophook' 'texlive-bophook-doc' 'texlive-borceux' 'texlive-borceux-doc' 'texlive-bosisio' 'texlive-bosisio-doc' 'texlive-boxedminipage' 'texlive-boxedminipage-doc' 'texlive-boxedminipage2e' 'texlive-boxedminipage2e-doc' 'texlive-boxhandler' 'texlive-boxhandler-doc' 'texlive-bpchem' 'texlive-bpchem-doc' 'texlive-bpolynomial' 'texlive-bpolynomial-doc' 'texlive-br-lex' 'texlive-br-lex-doc' 'texlive-bracketkey' 'texlive-bracketkey-doc' 'texlive-braids' 'texlive-braids-doc' 'texlive-braille' 'texlive-braille-doc' 'texlive-braket' 'texlive-braket-doc' 'texlive-brandeis-dissertation' 'texlive-brandeis-dissertation-doc' 'texlive-brandeis-problemset' 'texlive-brandeis-problemset-doc' 'texlive-brandeis-thesis' 'texlive-brandeis-thesis-doc' 'texlive-breakcites' 'texlive-breakcites-doc' 'texlive-breakurl' 'texlive-breakurl-doc' 'texlive-bredzenie' 'texlive-bredzenie-doc' 'texlive-breqn' 'texlive-breqn-doc' 'texlive-bropd' 'texlive-bropd-doc' 'texlive-brushscr' 'texlive-brushscr-doc' 'texlive-brushscr-fonts' 'texlive-bullcntr' 'texlive-bullcntr-doc' 'texlive-bundledoc' 'texlive-bundledoc-bin' 'texlive-bundledoc-doc' 'texlive-burmese' 'texlive-burmese-doc' 'texlive-burmese-fonts' 'texlive-businesscard-qrcode' 'texlive-businesscard-qrcode-doc' 'texlive-bussproofs' 'texlive-bussproofs-doc' 'texlive-bussproofs-extra' 'texlive-bussproofs-extra-doc' 'texlive-bxbase' 'texlive-bxbase-doc' 'texlive-bxcalc' 'texlive-bxcalc-doc' 'texlive-bxcjkjatype' 'texlive-bxcjkjatype-doc' 'texlive-bxdpx-beamer' 'texlive-bxdpx-beamer-doc' 'texlive-bxdvidriver' 'texlive-bxdvidriver-doc' 'texlive-bxeepic' 'texlive-bxeepic-doc' 'texlive-bxenclose' 'texlive-bxenclose-doc' 'texlive-bxghost' 'texlive-bxghost-doc' 'texlive-bxjaholiday' 'texlive-bxjaholiday-doc' 'texlive-bxjalipsum' 'texlive-bxjalipsum-doc' 'texlive-bxjaprnind' 'texlive-bxjaprnind-doc' 'texlive-bxjatoucs' 'texlive-bxjatoucs-doc' 'texlive-bxjscls' 'texlive-bxjscls-doc' 'texlive-bxnewfont' 'texlive-bxnewfont-doc' 'texlive-bxorigcapt' 'texlive-bxorigcapt-doc' 'texlive-bxpapersize' 'texlive-bxpapersize-doc' 'texlive-bxpdfver' 'texlive-bxpdfver-doc' 'texlive-bxtexlogo' 'texlive-bxtexlogo-doc' 'texlive-bxwareki' 'texlive-bxwareki-doc' 'texlive-bytefield' 'texlive-bytefield-doc' 'texlive-c-pascal' 'texlive-c-pascal-doc' 'texlive-c90' 'texlive-c90-doc' 'texlive-cabin' 'texlive-cabin-doc' 'texlive-cabin-fonts' 'texlive-cachepic' 'texlive-cachepic-bin' 'texlive-cachepic-doc' 'texlive-caladea' 'texlive-caladea-doc' 'texlive-caladea-fonts' 'texlive-calcage' 'texlive-calcage-doc' 'texlive-calctab' 'texlive-calctab-doc' 'texlive-calculation' 'texlive-calculation-doc' 'texlive-calculator' 'texlive-calculator-doc' 'texlive-calligra' 'texlive-calligra-doc' 'texlive-calligra-type1' 'texlive-calligra-type1-doc' 'texlive-calligra-type1-fonts' 'texlive-callouts' 'texlive-callouts-doc' 'texlive-calrsfs' 'texlive-calrsfs-doc' 'texlive-cals' 'texlive-cals-doc' 'texlive-calxxxx-yyyy' 'texlive-calxxxx-yyyy-doc' 'texlive-cancel' 'texlive-cancel-doc' 'texlive-canoniclayout' 'texlive-canoniclayout-doc' 'texlive-cantarell' 'texlive-cantarell-doc' 'texlive-cantarell-fonts' 'texlive-capt-of' 'texlive-capt-of-doc' 'texlive-captcont' 'texlive-captcont-doc' 'texlive-captdef' 'texlive-captdef-doc' 'texlive-caption' 'texlive-caption-doc' 'texlive-carbohydrates' 'texlive-carbohydrates-doc' 'texlive-carlisle' 'texlive-carlisle-doc' 'texlive-carlito' 'texlive-carlito-doc' 'texlive-carlito-fonts' 'texlive-carolmin-ps' 'texlive-carolmin-ps-doc' 'texlive-carolmin-ps-fonts' 'texlive-cascade' 'texlive-cascade-doc' 'texlive-cascadilla' 'texlive-cascadilla-doc' 'texlive-cases' 'texlive-cases-doc' 'texlive-casyl' 'texlive-casyl-doc' 'texlive-catchfile' 'texlive-catchfile-doc' 'texlive-catchfilebetweentags' 'texlive-catchfilebetweentags-doc' 'texlive-catcodes' 'texlive-catcodes-doc' 'texlive-catechis' 'texlive-catechis-doc' 'texlive-catoptions' 'texlive-catoptions-doc' 'texlive-cbcoptic' 'texlive-cbcoptic-doc' 'texlive-cbcoptic-fonts' 'texlive-cbfonts' 'texlive-cbfonts-doc' 'texlive-cbfonts-fd' 'texlive-cbfonts-fd-doc' 'texlive-cbfonts-fonts' 'texlive-cc-pl' 'texlive-cc-pl-doc' 'texlive-cc-pl-fonts' 'texlive-ccaption' 'texlive-ccaption-doc' 'texlive-ccfonts' 'texlive-ccfonts-doc' 'texlive-ccicons' 'texlive-ccicons-doc' 'texlive-ccicons-fonts' 'texlive-cclicenses' 'texlive-cclicenses-doc' 'texlive-ccool' 'texlive-ccool-doc' 'texlive-cd' 'texlive-cd-cover' 'texlive-cd-cover-doc' 'texlive-cd-doc' 'texlive-cdpbundl' 'texlive-cdpbundl-doc' 'texlive-cell' 'texlive-cell-doc' 'texlive-cellprops' 'texlive-cellprops-doc' 'texlive-cellspace' 'texlive-cellspace-doc' 'texlive-celtic' 'texlive-celtic-doc' 'texlive-censor' 'texlive-censor-doc' 'texlive-centeredline' 'texlive-centeredline-doc' 'texlive-cesenaexam' 'texlive-cesenaexam-doc' 'texlive-cfr-initials' 'texlive-cfr-initials-doc' 'texlive-cfr-lm' 'texlive-cfr-lm-doc' 'texlive-changebar' 'texlive-changebar-doc' 'texlive-changelayout' 'texlive-changelayout-doc' 'texlive-changelog' 'texlive-changelog-doc' 'texlive-changepage' 'texlive-changepage-doc' 'texlive-changes' 'texlive-changes-doc' 'texlive-chappg' 'texlive-chappg-doc' 'texlive-chapterfolder' 'texlive-chapterfolder-doc' 'texlive-charter' 'texlive-charter-doc' 'texlive-charter-fonts' 'texlive-chbibref' 'texlive-chbibref-doc' 'texlive-cheatsheet' 'texlive-cheatsheet-doc' 'texlive-checkcites' 'texlive-checkcites-bin' 'texlive-checkcites-doc' 'texlive-checkend' 'texlive-checkend-doc' 'texlive-checklistings' 'texlive-checklistings-bin' 'texlive-checklistings-doc' 'texlive-chem-journal' 'texlive-chemarrow' 'texlive-chemarrow-doc' 'texlive-chemarrow-fonts' 'texlive-chembst' 'texlive-chembst-doc' 'texlive-chemcompounds' 'texlive-chemcompounds-doc' 'texlive-chemcono' 'texlive-chemcono-doc' 'texlive-chemexec' 'texlive-chemexec-doc' 'texlive-chemfig' 'texlive-chemfig-doc' 'texlive-chemformula' 'texlive-chemformula-doc' 'texlive-chemgreek' 'texlive-chemgreek-doc' 'texlive-chemmacros' 'texlive-chemmacros-doc' 'texlive-chemnum' 'texlive-chemnum-doc' 'texlive-chemplants' 'texlive-chemplants-doc' 'texlive-chemschemex' 'texlive-chemschemex-doc' 'texlive-chemsec' 'texlive-chemsec-doc' 'texlive-chemstyle' 'texlive-chemstyle-doc' 'texlive-cherokee' 'texlive-cherokee-doc' 'texlive-chess' 'texlive-chess-doc' 'texlive-chess-problem-diagrams' 'texlive-chess-problem-diagrams-doc' 'texlive-chessboard' 'texlive-chessboard-doc' 'texlive-chessfss' 'texlive-chessfss-doc' 'texlive-chet' 'texlive-chet-doc' 'texlive-chextras' 'texlive-chextras-doc' 'texlive-chicago' 'texlive-chicago-annote' 'texlive-chicago-annote-doc' 'texlive-chicagoa' 'texlive-chickenize' 'texlive-chickenize-doc' 'texlive-childdoc' 'texlive-childdoc-doc' 'texlive-chivo' 'texlive-chivo-doc' 'texlive-chivo-fonts' 'texlive-chkfloat' 'texlive-chkfloat-doc' 'texlive-chklref' 'texlive-chklref-bin' 'texlive-chklref-doc' 'texlive-chktex' 'texlive-chktex-bin' 'texlive-chktex-doc' 'texlive-chletter' 'texlive-chletter-doc' 'texlive-chngcntr' 'texlive-chngcntr-doc' 'texlive-chordbars' 'texlive-chordbars-doc' 'texlive-chordbox' 'texlive-chordbox-doc' 'texlive-chronology' 'texlive-chronology-doc' 'texlive-chronosys' 'texlive-chronosys-doc' 'texlive-chs-physics-report' 'texlive-chs-physics-report-doc' 'texlive-chscite' 'texlive-chscite-doc' 'texlive-churchslavonic' 'texlive-churchslavonic-doc' 'texlive-cinzel' 'texlive-cinzel-doc' 'texlive-cinzel-fonts' 'texlive-circ' 'texlive-circ-doc' 'texlive-circledsteps' 'texlive-circledsteps-doc' 'texlive-circuit-macros' 'texlive-circuit-macros-doc' 'texlive-circuitikz' 'texlive-circuitikz-doc' 'texlive-cite' 'texlive-cite-doc' 'texlive-citeall' 'texlive-citeall-doc' 'texlive-citeref' 'texlive-citeref-doc' 'texlive-cje' 'texlive-cje-doc' 'texlive-cjhebrew' 'texlive-cjhebrew-doc' 'texlive-cjhebrew-fonts' 'texlive-cjk' 'texlive-cjk-doc' 'texlive-cjk-gs-integrate' 'texlive-cjk-gs-integrate-bin' 'texlive-cjk-gs-integrate-doc' 'texlive-cjk-ko' 'texlive-cjk-ko-doc' 'texlive-cjk-latex-extras' 'texlive-cjkpunct' 'texlive-cjkpunct-doc' 'texlive-cjkutils' 'texlive-cjkutils-bin' 'texlive-cjkutils-doc' 'texlive-clara' 'texlive-clara-doc' 'texlive-clara-fonts' 'texlive-classics' 'texlive-classics-doc' 'texlive-classicthesis' 'texlive-classicthesis-doc' 'texlive-classpack' 'texlive-classpack-doc' 'texlive-cleanthesis' 'texlive-cleanthesis-doc' 'texlive-clearsans' 'texlive-clearsans-doc' 'texlive-clearsans-fonts' 'texlive-clefval' 'texlive-clefval-doc' 'texlive-cleveref' 'texlive-cleveref-doc' 'texlive-clipboard' 'texlive-clipboard-doc' 'texlive-clock' 'texlive-clock-doc' 'texlive-clojure-pamphlet' 'texlive-clojure-pamphlet-bin' 'texlive-clojure-pamphlet-doc' 'texlive-cloze' 'texlive-cloze-doc' 'texlive-clrdblpg' 'texlive-clrdblpg-doc' 'texlive-clrscode' 'texlive-clrscode-doc' 'texlive-clrscode3e' 'texlive-clrscode3e-doc' 'texlive-clrstrip' 'texlive-clrstrip-doc' 'texlive-cluttex' 'texlive-cluttex-bin' 'texlive-cluttex-doc' 'texlive-cm' 'texlive-cm-doc' 'texlive-cm-lgc' 'texlive-cm-lgc-doc' 'texlive-cm-lgc-fonts' 'texlive-cm-mf-extra-bold' 'texlive-cm-super' 'texlive-cm-super-doc' 'texlive-cm-super-fonts' 'texlive-cm-unicode' 'texlive-cm-unicode-doc' 'texlive-cm-unicode-fonts' 'texlive-cmap' 'texlive-cmap-doc' 'texlive-cmarrows' 'texlive-cmarrows-doc' 'texlive-cmbright' 'texlive-cmbright-doc' 'texlive-cmcyr' 'texlive-cmcyr-doc' 'texlive-cmcyr-fonts' 'texlive-cmdstring' 'texlive-cmdstring-doc' 'texlive-cmdtrack' 'texlive-cmdtrack-doc' 'texlive-cmexb' 'texlive-cmexb-doc' 'texlive-cmexb-fonts' 'texlive-cmextra' 'texlive-cmll' 'texlive-cmll-doc' 'texlive-cmll-fonts' 'texlive-cmpica' 'texlive-cmpica-doc' 'texlive-cmpj' 'texlive-cmpj-doc' 'texlive-cmsd' 'texlive-cmsd-doc' 'texlive-cmsrb' 'texlive-cmsrb-doc' 'texlive-cmsrb-fonts' 'texlive-cmtiup' 'texlive-cmtiup-doc' 'texlive-cmupint' 'texlive-cmupint-doc' 'texlive-cmupint-fonts' 'texlive-cnbwp' 'texlive-cnbwp-doc' 'texlive-cnltx' 'texlive-cnltx-doc' 'texlive-cns' 'texlive-cns-doc' 'texlive-cntformats' 'texlive-cntformats-doc' 'texlive-cntperchap' 'texlive-cntperchap-doc' 'texlive-cochineal' 'texlive-cochineal-doc' 'texlive-cochineal-fonts' 'texlive-codeanatomy' 'texlive-codeanatomy-doc' 'texlive-codedoc' 'texlive-codedoc-doc' 'texlive-codepage' 'texlive-codepage-doc' 'texlive-codesection' 'texlive-codesection-doc' 'texlive-codicefiscaleitaliano' 'texlive-codicefiscaleitaliano-doc' 'texlive-coelacanth' 'texlive-coelacanth-doc' 'texlive-coelacanth-fonts' 'texlive-collcell' 'texlive-collcell-doc' 'texlive-collectbox' 'texlive-collectbox-doc' 'texlive-collection-basic' 'texlive-collection-bibtexextra' 'texlive-collection-binextra' 'texlive-collection-context' 'texlive-collection-fontsextra' 'texlive-collection-fontsrecommended' 'texlive-collection-fontutils' 'texlive-collection-formatsextra' 'texlive-collection-games' 'texlive-collection-humanities' 'texlive-collection-langarabic' 'texlive-collection-langchinese' 'texlive-collection-langcjk' 'texlive-collection-langcyrillic' 'texlive-collection-langczechslovak' 'texlive-collection-langenglish' 'texlive-collection-langeuropean' 'texlive-collection-langfrench' 'texlive-collection-langgerman' 'texlive-collection-langgreek' 'texlive-collection-langitalian' 'texlive-collection-langjapanese' 'texlive-collection-langkorean' 'texlive-collection-langother' 'texlive-collection-langpolish' 'texlive-collection-langportuguese' 'texlive-collection-langspanish' 'texlive-collection-latex' 'texlive-collection-latexextra' 'texlive-collection-latexrecommended' 'texlive-collection-luatex' 'texlive-collection-mathscience' 'texlive-collection-metapost' 'texlive-collection-music' 'texlive-collection-pictures' 'texlive-collection-plaingeneric' 'texlive-collection-pstricks' 'texlive-collection-publishers' 'texlive-collection-xetex' 'texlive-collref' 'texlive-collref-doc' 'texlive-colophon' 'texlive-colophon-doc' 'texlive-colordoc' 'texlive-colordoc-doc' 'texlive-colorinfo' 'texlive-colorinfo-doc' 'texlive-coloring' 'texlive-coloring-doc' 'texlive-colorprofiles' 'texlive-colorprofiles-doc' 'texlive-colorsep' 'texlive-colorspace' 'texlive-colorspace-doc' 'texlive-colortab' 'texlive-colortab-doc' 'texlive-colortbl' 'texlive-colortbl-doc' 'texlive-colorwav' 'texlive-colorwav-doc' 'texlive-colorweb' 'texlive-colorweb-doc' 'texlive-colourchange' 'texlive-colourchange-doc' 'texlive-combelow' 'texlive-combelow-doc' 'texlive-combine' 'texlive-combine-doc' 'texlive-combinedgraphics' 'texlive-combinedgraphics-doc' 'texlive-combofont' 'texlive-combofont-doc' 'texlive-comfortaa' 'texlive-comfortaa-doc' 'texlive-comfortaa-fonts' 'texlive-comicneue' 'texlive-comicneue-doc' 'texlive-comicneue-fonts' 'texlive-comma' 'texlive-comma-doc' 'texlive-commado' 'texlive-commado-doc' 'texlive-commath' 'texlive-commath-doc' 'texlive-commedit' 'texlive-commedit-doc' 'texlive-comment' 'texlive-comment-doc' 'texlive-compactbib' 'texlive-compare' 'texlive-competences' 'texlive-competences-doc' 'texlive-complexity' 'texlive-complexity-doc' 'texlive-components-of-TeX' 'texlive-comprehensive' 'texlive-computational-complexity' 'texlive-computational-complexity-doc' 'texlive-concepts' 'texlive-concepts-doc' 'texlive-concmath' 'texlive-concmath-doc' 'texlive-concmath-fonts' 'texlive-concmath-fonts-doc' 'texlive-concprog' 'texlive-concprog-doc' 'texlive-concrete' 'texlive-concrete-doc' 'texlive-confproc' 'texlive-confproc-doc' 'texlive-constants' 'texlive-constants-doc' 'texlive-conteq' 'texlive-conteq-doc' 'texlive-context' 'texlive-context-account' 'texlive-context-account-doc' 'texlive-context-algorithmic' 'texlive-context-algorithmic-doc' 'texlive-context-animation' 'texlive-context-animation-doc' 'texlive-context-annotation' 'texlive-context-annotation-doc' 'texlive-context-bin' 'texlive-context-bnf' 'texlive-context-bnf-doc' 'texlive-context-chromato' 'texlive-context-chromato-doc' 'texlive-context-cmscbf' 'texlive-context-cmscbf-doc' 'texlive-context-cmttbf' 'texlive-context-cmttbf-doc' 'texlive-context-construction-plan' 'texlive-context-construction-plan-doc' 'texlive-context-cyrillicnumbers' 'texlive-context-cyrillicnumbers-doc' 'texlive-context-degrade' 'texlive-context-degrade-doc' 'texlive-context-doc' 'texlive-context-fancybreak' 'texlive-context-fancybreak-doc' 'texlive-context-filter' 'texlive-context-filter-doc' 'texlive-context-fonts' 'texlive-context-french' 'texlive-context-french-doc' 'texlive-context-fullpage' 'texlive-context-fullpage-doc' 'texlive-context-gantt' 'texlive-context-gantt-doc' 'texlive-context-gnuplot' 'texlive-context-gnuplot-doc' 'texlive-context-handlecsv' 'texlive-context-handlecsv-doc' 'texlive-context-inifile' 'texlive-context-inifile-doc' 'texlive-context-layout' 'texlive-context-layout-doc' 'texlive-context-letter' 'texlive-context-letter-doc' 'texlive-context-lettrine' 'texlive-context-lettrine-doc' 'texlive-context-mathsets' 'texlive-context-mathsets-doc' 'texlive-context-notes-zh-cn' 'texlive-context-rst' 'texlive-context-rst-doc' 'texlive-context-ruby' 'texlive-context-ruby-doc' 'texlive-context-simplefonts' 'texlive-context-simplefonts-doc' 'texlive-context-simpleslides' 'texlive-context-simpleslides-doc' 'texlive-context-title' 'texlive-context-title-doc' 'texlive-context-transliterator' 'texlive-context-transliterator-doc' 'texlive-context-typearea' 'texlive-context-typearea-doc' 'texlive-context-typescripts' 'texlive-context-typescripts-doc' 'texlive-context-vim' 'texlive-context-vim-doc' 'texlive-context-visualcounter' 'texlive-context-visualcounter-doc' 'texlive-continue' 'texlive-continue-doc' 'texlive-contour' 'texlive-contour-doc' 'texlive-contracard' 'texlive-contracard-doc' 'texlive-conv-xkv' 'texlive-conv-xkv-doc' 'texlive-convbkmk' 'texlive-convbkmk-bin' 'texlive-convbkmk-doc' 'texlive-cooking' 'texlive-cooking-doc' 'texlive-cooking-units' 'texlive-cooking-units-doc' 'texlive-cookingsymbols' 'texlive-cookingsymbols-doc' 'texlive-cool' 'texlive-cool-doc' 'texlive-coollist' 'texlive-coollist-doc' 'texlive-coolstr' 'texlive-coolstr-doc' 'texlive-coolthms' 'texlive-coolthms-doc' 'texlive-cooltooltips' 'texlive-cooltooltips-doc' 'texlive-coordsys' 'texlive-coordsys-doc' 'texlive-copyedit' 'texlive-copyedit-doc' 'texlive-copyrightbox' 'texlive-copyrightbox-doc' 'texlive-cormorantgaramond' 'texlive-cormorantgaramond-doc' 'texlive-cormorantgaramond-fonts' 'texlive-correctmathalign' 'texlive-correctmathalign-doc' 'texlive-coseoul' 'texlive-coseoul-doc' 'texlive-countriesofeurope' 'texlive-countriesofeurope-doc' 'texlive-countriesofeurope-fonts' 'texlive-counttexruns' 'texlive-counttexruns-doc' 'texlive-courier' 'texlive-courier-fonts' 'texlive-courier-scaled' 'texlive-courier-scaled-doc' 'texlive-courseoutline' 'texlive-courseoutline-doc' 'texlive-coursepaper' 'texlive-coursepaper-doc' 'texlive-coverpage' 'texlive-coverpage-doc' 'texlive-covington' 'texlive-covington-doc' 'texlive-cprotect' 'texlive-cprotect-doc' 'texlive-cqubeamer' 'texlive-cqubeamer-doc' 'texlive-cquthesis' 'texlive-cquthesis-doc' 'texlive-crbox' 'texlive-crbox-doc' 'texlive-crimson' 'texlive-crimson-doc' 'texlive-crimson-fonts' 'texlive-crimsonpro' 'texlive-crimsonpro-doc' 'texlive-crimsonpro-fonts' 'texlive-crop' 'texlive-crop-doc' 'texlive-crossreference' 'texlive-crossreference-doc' 'texlive-crossreftools' 'texlive-crossreftools-doc' 'texlive-crossrefware' 'texlive-crossrefware-bin' 'texlive-crossrefware-doc' 'texlive-crossword' 'texlive-crossword-doc' 'texlive-crosswrd' 'texlive-crosswrd-doc' 'texlive-cryptocode' 'texlive-cryptocode-doc' 'texlive-cryst' 'texlive-cryst-doc' 'texlive-cryst-fonts' 'texlive-cs' 'texlive-cs-fonts' 'texlive-csbulletin' 'texlive-csbulletin-doc' 'texlive-cslatex' 'texlive-cslatex-bin' 'texlive-cslatex-doc' 'texlive-csplain' 'texlive-csplain-bin' 'texlive-csquotes' 'texlive-csquotes-de' 'texlive-csquotes-doc' 'texlive-css-colors' 'texlive-css-colors-doc' 'texlive-cstex' 'texlive-cstypo' 'texlive-cstypo-doc' 'texlive-csvmerge' 'texlive-csvmerge-doc' 'texlive-csvsimple' 'texlive-csvsimple-doc' 'texlive-ctable' 'texlive-ctable-doc' 'texlive-ctablestack' 'texlive-ctablestack-doc' 'texlive-ctan-o-mat' 'texlive-ctan-o-mat-bin' 'texlive-ctan-o-mat-doc' 'texlive-ctan_chk' 'texlive-ctanbib' 'texlive-ctanbib-bin' 'texlive-ctanbib-doc' 'texlive-ctanify' 'texlive-ctanify-bin' 'texlive-ctanify-doc' 'texlive-ctanupload' 'texlive-ctanupload-bin' 'texlive-ctanupload-doc' 'texlive-ctex' 'texlive-ctex-doc' 'texlive-ctex-faq' 'texlive-ctib' 'texlive-ctib-doc' 'texlive-ctie' 'texlive-ctie-bin' 'texlive-cuisine' 'texlive-cuisine-doc' 'texlive-cuprum' 'texlive-cuprum-doc' 'texlive-cuprum-fonts' 'texlive-currency' 'texlive-currency-doc' 'texlive-currfile' 'texlive-currfile-doc' 'texlive-currvita' 'texlive-currvita-doc' 'texlive-cursolatex' 'texlive-curve' 'texlive-curve-doc' 'texlive-curve2e' 'texlive-curve2e-doc' 'texlive-curves' 'texlive-curves-doc' 'texlive-custom-bib' 'texlive-custom-bib-doc' 'texlive-cutwin' 'texlive-cutwin-doc' 'texlive-cv' 'texlive-cv-doc' 'texlive-cv4tw' 'texlive-cv4tw-doc' 'texlive-cweb' 'texlive-cweb-bin' 'texlive-cweb-doc' 'texlive-cweb-latex' 'texlive-cweb-latex-doc' 'texlive-cweb-old' 'texlive-cyber' 'texlive-cyber-doc' 'texlive-cybercic' 'texlive-cybercic-doc' 'texlive-cyklop' 'texlive-cyklop-doc' 'texlive-cyklop-fonts' 'texlive-cyrillic' 'texlive-cyrillic-bin' 'texlive-cyrillic-bin-bin' 'texlive-cyrillic-bin-doc' 'texlive-cyrillic-doc' 'texlive-cyrplain' 'texlive-dad' 'texlive-dad-doc' 'texlive-dad-fonts' 'texlive-dancers' 'texlive-dantelogo' 'texlive-dantelogo-doc' 'texlive-dantelogo-fonts' 'texlive-dashbox' 'texlive-dashbox-doc' 'texlive-dashrule' 'texlive-dashrule-doc' 'texlive-dashundergaps' 'texlive-dashundergaps-doc' 'texlive-dataref' 'texlive-dataref-doc' 'texlive-datatool' 'texlive-datatool-doc' 'texlive-dateiliste' 'texlive-dateiliste-doc' 'texlive-datenumber' 'texlive-datenumber-doc' 'texlive-datetime' 'texlive-datetime-doc' 'texlive-datetime2' 'texlive-datetime2-bahasai' 'texlive-datetime2-bahasai-doc' 'texlive-datetime2-basque' 'texlive-datetime2-basque-doc' 'texlive-datetime2-breton' 'texlive-datetime2-breton-doc' 'texlive-datetime2-bulgarian' 'texlive-datetime2-bulgarian-doc' 'texlive-datetime2-catalan' 'texlive-datetime2-catalan-doc' 'texlive-datetime2-croatian' 'texlive-datetime2-croatian-doc' 'texlive-datetime2-czech' 'texlive-datetime2-czech-doc' 'texlive-datetime2-danish' 'texlive-datetime2-danish-doc' 'texlive-datetime2-doc' 'texlive-datetime2-dutch' 'texlive-datetime2-dutch-doc' 'texlive-datetime2-en-fulltext' 'texlive-datetime2-en-fulltext-doc' 'texlive-datetime2-english' 'texlive-datetime2-english-doc' 'texlive-datetime2-esperanto' 'texlive-datetime2-esperanto-doc' 'texlive-datetime2-estonian' 'texlive-datetime2-estonian-doc' 'texlive-datetime2-finnish' 'texlive-datetime2-finnish-doc' 'texlive-datetime2-french' 'texlive-datetime2-french-doc' 'texlive-datetime2-galician' 'texlive-datetime2-galician-doc' 'texlive-datetime2-german' 'texlive-datetime2-german-doc' 'texlive-datetime2-greek' 'texlive-datetime2-greek-doc' 'texlive-datetime2-hebrew' 'texlive-datetime2-hebrew-doc' 'texlive-datetime2-icelandic' 'texlive-datetime2-icelandic-doc' 'texlive-datetime2-irish' 'texlive-datetime2-irish-doc' 'texlive-datetime2-it-fulltext' 'texlive-datetime2-it-fulltext-doc' 'texlive-datetime2-italian' 'texlive-datetime2-italian-doc' 'texlive-datetime2-latin' 'texlive-datetime2-latin-doc' 'texlive-datetime2-lsorbian' 'texlive-datetime2-lsorbian-doc' 'texlive-datetime2-magyar' 'texlive-datetime2-magyar-doc' 'texlive-datetime2-norsk' 'texlive-datetime2-norsk-doc' 'texlive-datetime2-polish' 'texlive-datetime2-polish-doc' 'texlive-datetime2-portuges' 'texlive-datetime2-portuges-doc' 'texlive-datetime2-romanian' 'texlive-datetime2-romanian-doc' 'texlive-datetime2-russian' 'texlive-datetime2-russian-doc' 'texlive-datetime2-samin' 'texlive-datetime2-samin-doc' 'texlive-datetime2-scottish' 'texlive-datetime2-scottish-doc' 'texlive-datetime2-serbian' 'texlive-datetime2-serbian-doc' 'texlive-datetime2-slovak' 'texlive-datetime2-slovak-doc' 'texlive-datetime2-slovene' 'texlive-datetime2-slovene-doc' 'texlive-datetime2-spanish' 'texlive-datetime2-spanish-doc' 'texlive-datetime2-swedish' 'texlive-datetime2-swedish-doc' 'texlive-datetime2-turkish' 'texlive-datetime2-turkish-doc' 'texlive-datetime2-ukrainian' 'texlive-datetime2-ukrainian-doc' 'texlive-datetime2-usorbian' 'texlive-datetime2-usorbian-doc' 'texlive-datetime2-welsh' 'texlive-datetime2-welsh-doc' 'texlive-dblfloatfix' 'texlive-dblfloatfix-doc' 'texlive-dccpaper' 'texlive-dccpaper-doc' 'texlive-dcpic' 'texlive-dcpic-doc' 'texlive-ddphonism' 'texlive-ddphonism-doc' 'texlive-de-macro' 'texlive-de-macro-bin' 'texlive-de-macro-doc' 'texlive-decimal' 'texlive-decimal-doc' 'texlive-decorule' 'texlive-decorule-doc' 'texlive-dehyph' 'texlive-dehyph-exptl' 'texlive-dehyph-exptl-doc' 'texlive-dejavu' 'texlive-dejavu-doc' 'texlive-dejavu-fonts' 'texlive-dejavu-otf' 'texlive-dejavu-otf-doc' 'texlive-delim' 'texlive-delim-doc' 'texlive-delimseasy' 'texlive-delimseasy-doc' 'texlive-delimset' 'texlive-delimset-doc' 'texlive-delimtxt' 'texlive-delimtxt-doc' 'texlive-denisbdoc' 'texlive-denisbdoc-doc' 'texlive-derivative' 'texlive-derivative-doc' 'texlive-detex' 'texlive-detex-bin' 'texlive-devel' 'texlive-dhua' 'texlive-dhua-doc' 'texlive-diadia' 'texlive-diadia-bin' 'texlive-diadia-doc' 'texlive-diagbox' 'texlive-diagbox-doc' 'texlive-diagmac2' 'texlive-diagmac2-doc' 'texlive-diagnose' 'texlive-diagnose-doc' 'texlive-dialogl' 'texlive-dialogl-doc' 'texlive-dice' 'texlive-dice-doc' 'texlive-dichokey' 'texlive-dichokey-doc' 'texlive-dickimaw' 'texlive-dictsym' 'texlive-dictsym-doc' 'texlive-dictsym-fonts' 'texlive-diffcoeff' 'texlive-diffcoeff-doc' 'texlive-digiconfigs' 'texlive-digiconfigs-doc' 'texlive-dijkstra' 'texlive-dijkstra-doc' 'texlive-din1505' 'texlive-din1505-doc' 'texlive-dinat' 'texlive-dinat-doc' 'texlive-dinbrief' 'texlive-dinbrief-doc' 'texlive-dingbat' 'texlive-dingbat-doc' 'texlive-directory' 'texlive-directory-doc' 'texlive-dirtree' 'texlive-dirtree-doc' 'texlive-dirtytalk' 'texlive-dirtytalk-doc' 'texlive-disser' 'texlive-disser-doc' 'texlive-ditaa' 'texlive-ditaa-doc' 'texlive-dithesis' 'texlive-dithesis-doc' 'texlive-dk-bib' 'texlive-dk-bib-doc' 'texlive-dlfltxb' 'texlive-dlfltxb-doc' 'texlive-dnaseq' 'texlive-dnaseq-doc' 'texlive-dnp' 'texlive-doc-pictex' 'texlive-docbytex' 'texlive-docbytex-doc' 'texlive-doclicense' 'texlive-doclicense-doc' 'texlive-docmfp' 'texlive-docmfp-doc' 'texlive-docmute' 'texlive-docmute-doc' 'texlive-docsurvey' 'texlive-doctools' 'texlive-doctools-doc' 'texlive-documentation' 'texlive-documentation-doc' 'texlive-doi' 'texlive-doi-doc' 'texlive-doipubmed' 'texlive-doipubmed-doc' 'texlive-domitian' 'texlive-domitian-doc' 'texlive-domitian-fonts' 'texlive-dosepsbin' 'texlive-dosepsbin-bin' 'texlive-dosepsbin-doc' 'texlive-dot2texi' 'texlive-dot2texi-doc' 'texlive-dotarrow' 'texlive-dotarrow-doc' 'texlive-dotlessi' 'texlive-dotlessi-doc' 'texlive-dotseqn' 'texlive-dotseqn-doc' 'texlive-dottex' 'texlive-dottex-doc' 'texlive-doublestroke' 'texlive-doublestroke-doc' 'texlive-doublestroke-fonts' 'texlive-dowith' 'texlive-dowith-doc' 'texlive-download' 'texlive-download-doc' 'texlive-dox' 'texlive-dox-doc' 'texlive-dozenal' 'texlive-dozenal-doc' 'texlive-dozenal-fonts' 'texlive-dpcircling' 'texlive-dpcircling-doc' 'texlive-dpfloat' 'texlive-dpfloat-doc' 'texlive-dprogress' 'texlive-dprogress-doc' 'texlive-drac' 'texlive-drac-doc' 'texlive-draftcopy' 'texlive-draftcopy-doc' 'texlive-draftfigure' 'texlive-draftfigure-doc' 'texlive-draftwatermark' 'texlive-draftwatermark-doc' 'texlive-dramatist' 'texlive-dramatist-doc' 'texlive-dratex' 'texlive-dratex-doc' 'texlive-drawmatrix' 'texlive-drawmatrix-doc' 'texlive-drawstack' 'texlive-drawstack-doc' 'texlive-drm' 'texlive-drm-doc' 'texlive-drm-fonts' 'texlive-droid' 'texlive-droid-doc' 'texlive-droid-fonts' 'texlive-droit-fr' 'texlive-droit-fr-doc' 'texlive-drs' 'texlive-drs-doc' 'texlive-drv' 'texlive-drv-doc' 'texlive-dsptricks' 'texlive-dsptricks-doc' 'texlive-dsserif' 'texlive-dsserif-doc' 'texlive-dsserif-fonts' 'texlive-dtk' 'texlive-dtk-doc' 'texlive-dtl' 'texlive-dtl-bin' 'texlive-dtxdescribe' 'texlive-dtxdescribe-doc' 'texlive-dtxgallery' 'texlive-dtxgen' 'texlive-dtxgen-bin' 'texlive-dtxgen-doc' 'texlive-dtxtut' 'texlive-ducksay' 'texlive-ducksay-doc' 'texlive-duckuments' 'texlive-duckuments-doc' 'texlive-duerer' 'texlive-duerer-doc' 'texlive-duerer-latex' 'texlive-duerer-latex-doc' 'texlive-duotenzor' 'texlive-duotenzor-doc' 'texlive-dutchcal' 'texlive-dutchcal-doc' 'texlive-dutchcal-fonts' 'texlive-dvdcoll' 'texlive-dvdcoll-doc' 'texlive-dvgloss' 'texlive-dvgloss-doc' 'texlive-dviasm' 'texlive-dviasm-bin' 'texlive-dviasm-doc' 'texlive-dvicopy' 'texlive-dvicopy-bin' 'texlive-dvidvi' 'texlive-dvidvi-bin' 'texlive-dviincl' 'texlive-dviincl-doc' 'texlive-dviinfox' 'texlive-dviinfox-bin' 'texlive-dviinfox-doc' 'texlive-dviljk' 'texlive-dviljk-bin' 'texlive-dviout-util' 'texlive-dviout-util-bin' 'texlive-dvipdfmx' 'texlive-dvipdfmx-bin' 'texlive-dvipdfmx-doc' 'texlive-dvipng' 'texlive-dvipng-bin' 'texlive-dvipos' 'texlive-dvipos-bin' 'texlive-dvips' 'texlive-dvips-bin' 'texlive-dvips-doc' 'texlive-dvipsconfig' 'texlive-dvisvgm' 'texlive-dvisvgm-bin' 'texlive-dynamicnumber' 'texlive-dynamicnumber-doc' 'texlive-dynblocks' 'texlive-dynblocks-doc' 'texlive-dynkin-diagrams' 'texlive-dynkin-diagrams-doc' 'texlive-dyntree' 'texlive-dyntree-doc' 'texlive-e-french' 'texlive-e-french-doc' 'texlive-ean' 'texlive-ean-doc' 'texlive-ean13isbn' 'texlive-ean13isbn-doc' 'texlive-easy' 'texlive-easy-doc' 'texlive-easy-todo' 'texlive-easy-todo-doc' 'texlive-easyfig' 'texlive-easyfig-doc' 'texlive-easyformat' 'texlive-easyformat-doc' 'texlive-easylist' 'texlive-easylist-doc' 'texlive-easyreview' 'texlive-easyreview-doc' 'texlive-ebezier' 'texlive-ebezier-doc' 'texlive-ebgaramond' 'texlive-ebgaramond-doc' 'texlive-ebgaramond-fonts' 'texlive-ebgaramond-maths' 'texlive-ebgaramond-maths-doc' 'texlive-ebong' 'texlive-ebong-bin' 'texlive-ebong-doc' 'texlive-ebook' 'texlive-ebook-doc' 'texlive-ebproof' 'texlive-ebproof-doc' 'texlive-ebsthesis' 'texlive-ebsthesis-doc' 'texlive-ec' 'texlive-ec-doc' 'texlive-ecc' 'texlive-ecc-doc' 'texlive-ecclesiastic' 'texlive-ecclesiastic-doc' 'texlive-ecgdraw' 'texlive-ecgdraw-doc' 'texlive-ecltree' 'texlive-ecltree-doc' 'texlive-eco' 'texlive-eco-doc' 'texlive-ecobiblatex' 'texlive-ecobiblatex-doc' 'texlive-econ-bst' 'texlive-econ-bst-doc' 'texlive-econometrics' 'texlive-econometrics-doc' 'texlive-economic' 'texlive-economic-doc' 'texlive-ecothesis' 'texlive-ecv' 'texlive-ecv-doc' 'texlive-ed' 'texlive-ed-doc' 'texlive-edfnotes' 'texlive-edfnotes-doc' 'texlive-edmac' 'texlive-edmac-doc' 'texlive-edmargin' 'texlive-edmargin-doc' 'texlive-ednotes' 'texlive-ednotes-doc' 'texlive-eemeir' 'texlive-eemeir-doc' 'texlive-eepic' 'texlive-eepic-doc' 'texlive-efbox' 'texlive-efbox-doc' 'texlive-egameps' 'texlive-egameps-doc' 'texlive-egplot' 'texlive-egplot-doc' 'texlive-ehhline' 'texlive-ehhline-doc' 'texlive-eiad' 'texlive-eiad-doc' 'texlive-eiad-ltx' 'texlive-eiad-ltx-doc' 'texlive-eijkhout' 'texlive-einfuehrung' 'texlive-einfuehrung2' 'texlive-ejpecp' 'texlive-ejpecp-doc' 'texlive-ekaia' 'texlive-ekaia-doc' 'texlive-elbioimp' 'texlive-elbioimp-doc' 'texlive-electrum' 'texlive-electrum-doc' 'texlive-electrum-fonts' 'texlive-eledform' 'texlive-eledform-doc' 'texlive-eledmac' 'texlive-eledmac-doc' 'texlive-elegantbook' 'texlive-elegantbook-doc' 'texlive-elegantnote' 'texlive-elegantnote-doc' 'texlive-elegantpaper' 'texlive-elegantpaper-doc' 'texlive-elements' 'texlive-elements-doc' 'texlive-ellipse' 'texlive-ellipse-doc' 'texlive-ellipsis' 'texlive-ellipsis-doc' 'texlive-elmath' 'texlive-elmath-doc' 'texlive-elocalloc' 'texlive-elocalloc-doc' 'texlive-elpres' 'texlive-elpres-doc' 'texlive-els-cas-templates' 'texlive-els-cas-templates-doc' 'texlive-elsarticle' 'texlive-elsarticle-doc' 'texlive-elteikthesis' 'texlive-elteikthesis-doc' 'texlive-eltex' 'texlive-eltex-doc' 'texlive-elvish' 'texlive-elvish-doc' 'texlive-elzcards' 'texlive-elzcards-doc' 'texlive-emarks' 'texlive-emarks-doc' 'texlive-embedall' 'texlive-embedall-doc' 'texlive-embedfile' 'texlive-embedfile-doc' 'texlive-embrac' 'texlive-embrac-doc' 'texlive-emf' 'texlive-emf-doc' 'texlive-emisa' 'texlive-emisa-doc' 'texlive-emoji' 'texlive-emoji-doc' 'texlive-emojicite' 'texlive-emojicite-doc' 'texlive-emp' 'texlive-emp-doc' 'texlive-emptypage' 'texlive-emptypage-doc' 'texlive-emulateapj' 'texlive-emulateapj-doc' 'texlive-enctex' 'texlive-enctex-doc' 'texlive-encxvlna' 'texlive-encxvlna-doc' 'texlive-endfloat' 'texlive-endfloat-doc' 'texlive-endheads' 'texlive-endheads-doc' 'texlive-endiagram' 'texlive-endiagram-doc' 'texlive-endnotes' 'texlive-endnotes-doc' 'texlive-endnotes-hy' 'texlive-endnotes-hy-doc' 'texlive-endnotesj' 'texlive-endnotesj-doc' 'texlive-endofproofwd' 'texlive-endofproofwd-doc' 'texlive-engpron' 'texlive-engpron-doc' 'texlive-engrec' 'texlive-engrec-doc' 'texlive-engtlc' 'texlive-engtlc-doc' 'texlive-enigma' 'texlive-enigma-doc' 'texlive-enotez' 'texlive-enotez-doc' 'texlive-enumitem' 'texlive-enumitem-doc' 'texlive-enumitem-zref' 'texlive-enumitem-zref-doc' 'texlive-envbig' 'texlive-envbig-doc' 'texlive-environ' 'texlive-environ-doc' 'texlive-envlab' 'texlive-envlab-doc' 'texlive-epigrafica' 'texlive-epigrafica-doc' 'texlive-epigrafica-fonts' 'texlive-epigram' 'texlive-epigraph' 'texlive-epigraph-doc' 'texlive-epiolmec' 'texlive-epiolmec-doc' 'texlive-epiolmec-fonts' 'texlive-eplain' 'texlive-eplain-bin' 'texlive-eplain-doc' 'texlive-epsdice' 'texlive-epsdice-doc' 'texlive-epsf' 'texlive-epsf-doc' 'texlive-epsf-dvipdfmx' 'texlive-epsf-dvipdfmx-doc' 'texlive-epsincl' 'texlive-epsincl-doc' 'texlive-epslatex-fr' 'texlive-epspdf' 'texlive-epspdf-bin' 'texlive-epspdf-doc' 'texlive-epspdfconversion' 'texlive-epspdfconversion-doc' 'texlive-epstopdf' 'texlive-epstopdf-bin' 'texlive-epstopdf-doc' 'texlive-epstopdf-pkg' 'texlive-epstopdf-pkg-doc' 'texlive-eqell' 'texlive-eqell-doc' 'texlive-eqexpl' 'texlive-eqexpl-doc' 'texlive-eqlist' 'texlive-eqlist-doc' 'texlive-eqnalign' 'texlive-eqnalign-doc' 'texlive-eqname' 'texlive-eqnarray' 'texlive-eqnarray-doc' 'texlive-eqnnumwarn' 'texlive-eqnnumwarn-doc' 'texlive-eqparbox' 'texlive-eqparbox-doc' 'texlive-erdc' 'texlive-erdc-doc' 'texlive-erewhon' 'texlive-erewhon-doc' 'texlive-erewhon-fonts' 'texlive-erewhon-math' 'texlive-erewhon-math-doc' 'texlive-erewhon-math-fonts' 'texlive-errata' 'texlive-errata-doc' 'texlive-erw-l3' 'texlive-erw-l3-doc' 'texlive-es-tex-faq' 'texlive-esami' 'texlive-esami-doc' 'texlive-esdiff' 'texlive-esdiff-doc' 'texlive-esindex' 'texlive-esindex-doc' 'texlive-esint' 'texlive-esint-doc' 'texlive-esint-type1' 'texlive-esint-type1-doc' 'texlive-esint-type1-fonts' 'texlive-esk' 'texlive-esk-doc' 'texlive-eskd' 'texlive-eskd-doc' 'texlive-eskdx' 'texlive-eskdx-doc' 'texlive-eso-pic' 'texlive-eso-pic-doc' 'texlive-esrelation' 'texlive-esrelation-doc' 'texlive-esrelation-fonts' 'texlive-esstix' 'texlive-esstix-doc' 'texlive-esstix-fonts' 'texlive-estcpmm' 'texlive-estcpmm-doc' 'texlive-esvect' 'texlive-esvect-doc' 'texlive-esvect-fonts' 'texlive-etaremune' 'texlive-etaremune-doc' 'texlive-etbb' 'texlive-etbb-doc' 'texlive-etbb-fonts' 'texlive-etdipa' 'texlive-etex' 'texlive-etex-doc' 'texlive-etex-pkg' 'texlive-etex-pkg-doc' 'texlive-etexcmds' 'texlive-etexcmds-doc' 'texlive-etextools' 'texlive-etextools-doc' 'texlive-ethiop' 'texlive-ethiop-doc' 'texlive-ethiop-t1' 'texlive-ethiop-t1-doc' 'texlive-ethiop-t1-fonts' 'texlive-etoc' 'texlive-etoc-doc' 'texlive-etoolbox' 'texlive-etoolbox-de' 'texlive-etoolbox-doc' 'texlive-etsvthor' 'texlive-etsvthor-doc' 'texlive-euclideangeometry' 'texlive-euclideangeometry-doc' 'texlive-euenc' 'texlive-euenc-doc' 'texlive-euflag' 'texlive-euflag-doc' 'texlive-eukdate' 'texlive-eukdate-doc' 'texlive-euler' 'texlive-euler-doc' 'texlive-eulerpx' 'texlive-eulerpx-doc' 'texlive-eulervm' 'texlive-eulervm-doc' 'texlive-euro' 'texlive-euro-ce' 'texlive-euro-ce-doc' 'texlive-euro-doc' 'texlive-europasscv' 'texlive-europasscv-doc' 'texlive-europecv' 'texlive-europecv-doc' 'texlive-eurosym' 'texlive-eurosym-doc' 'texlive-eurosym-fonts' 'texlive-euxm' 'texlive-everyhook' 'texlive-everyhook-doc' 'texlive-everypage' 'texlive-everypage-doc' 'texlive-exam' 'texlive-exam-doc' 'texlive-exam-n' 'texlive-exam-n-doc' 'texlive-exam-randomizechoices' 'texlive-exam-randomizechoices-doc' 'texlive-examdesign' 'texlive-examdesign-doc' 'texlive-example' 'texlive-examplep' 'texlive-examplep-doc' 'texlive-exceltex' 'texlive-exceltex-bin' 'texlive-exceltex-doc' 'texlive-excludeonly' 'texlive-excludeonly-doc' 'texlive-exercise' 'texlive-exercise-doc' 'texlive-exercisebank' 'texlive-exercisebank-doc' 'texlive-exercisepoints' 'texlive-exercisepoints-doc' 'texlive-exercises' 'texlive-exercises-doc' 'texlive-exframe' 'texlive-exframe-doc' 'texlive-exp-testopt' 'texlive-exp-testopt-doc' 'texlive-expdlist' 'texlive-expdlist-doc' 'texlive-expex' 'texlive-expex-doc' 'texlive-expkv' 'texlive-expkv-cs' 'texlive-expkv-cs-doc' 'texlive-expkv-def' 'texlive-expkv-def-doc' 'texlive-expkv-doc' 'texlive-export' 'texlive-export-doc' 'texlive-expose-expl3-dunkerque-2019' 'texlive-expressg' 'texlive-expressg-doc' 'texlive-exsheets' 'texlive-exsheets-doc' 'texlive-exsol' 'texlive-exsol-doc' 'texlive-extarrows' 'texlive-extarrows-doc' 'texlive-exteps' 'texlive-exteps-doc' 'texlive-extpfeil' 'texlive-extpfeil-doc' 'texlive-extract' 'texlive-extract-doc' 'texlive-extratools' 'texlive-extsizes' 'texlive-extsizes-doc' 'texlive-facsimile' 'texlive-facsimile-doc' 'texlive-factura' 'texlive-factura-doc' 'texlive-facture' 'texlive-facture-belge-simple-sans-tva' 'texlive-facture-belge-simple-sans-tva-doc' 'texlive-facture-doc' 'texlive-faktor' 'texlive-faktor-doc' 'texlive-fancybox' 'texlive-fancybox-doc' 'texlive-fancyhandout' 'texlive-fancyhandout-doc' 'texlive-fancyhdr' 'texlive-fancyhdr-doc' 'texlive-fancyhdr-it' 'texlive-fancylabel' 'texlive-fancylabel-doc' 'texlive-fancynum' 'texlive-fancynum-doc' 'texlive-fancypar' 'texlive-fancypar-doc' 'texlive-fancyref' 'texlive-fancyref-doc' 'texlive-fancyslides' 'texlive-fancyslides-doc' 'texlive-fancytabs' 'texlive-fancytabs-doc' 'texlive-fancytooltips' 'texlive-fancytooltips-doc' 'texlive-fancyvrb' 'texlive-fancyvrb-doc' 'texlive-fandol' 'texlive-fandol-doc' 'texlive-fandol-fonts' 'texlive-fascicules' 'texlive-fascicules-doc' 'texlive-fast-diagram' 'texlive-fast-diagram-doc' 'texlive-fbb' 'texlive-fbb-doc' 'texlive-fbb-fonts' 'texlive-fbithesis' 'texlive-fbithesis-doc' 'texlive-fbox' 'texlive-fbox-doc' 'texlive-fbs' 'texlive-fc' 'texlive-fc-doc' 'texlive-fcavtex' 'texlive-fcavtex-doc' 'texlive-fcltxdoc' 'texlive-fcltxdoc-doc' 'texlive-fcolumn' 'texlive-fcolumn-doc' 'texlive-fdsymbol' 'texlive-fdsymbol-doc' 'texlive-fdsymbol-fonts' 'texlive-fduthesis' 'texlive-fduthesis-doc' 'texlive-featpost' 'texlive-featpost-doc' 'texlive-fei' 'texlive-fei-doc' 'texlive-fenixpar' 'texlive-fenixpar-doc' 'texlive-fetamont' 'texlive-fetamont-doc' 'texlive-fetamont-fonts' 'texlive-fetchcls' 'texlive-fetchcls-doc' 'texlive-feupphdteses' 'texlive-feupphdteses-doc' 'texlive-fewerfloatpages' 'texlive-fewerfloatpages-doc' 'texlive-feyn' 'texlive-feyn-doc' 'texlive-feynmf' 'texlive-feynmf-doc' 'texlive-feynmp-auto' 'texlive-feynmp-auto-doc' 'texlive-ffslides' 'texlive-ffslides-doc' 'texlive-fge' 'texlive-fge-doc' 'texlive-fge-fonts' 'texlive-fgruler' 'texlive-fgruler-doc' 'texlive-fibeamer' 'texlive-fibeamer-doc' 'texlive-fifinddo-info' 'texlive-fifinddo-info-doc' 'texlive-fifo-stack' 'texlive-fifo-stack-doc' 'texlive-fig4latex' 'texlive-fig4latex-bin' 'texlive-fig4latex-doc' 'texlive-figbas' 'texlive-figbas-doc' 'texlive-figbas-fonts' 'texlive-figbib' 'texlive-figbib-doc' 'texlive-figflow' 'texlive-figflow-doc' 'texlive-figsize' 'texlive-figsize-doc' 'texlive-filecontents' 'texlive-filecontents-doc' 'texlive-filecontentsdef' 'texlive-filecontentsdef-doc' 'texlive-filedate' 'texlive-filedate-doc' 'texlive-filehook' 'texlive-filehook-doc' 'texlive-fileinfo' 'texlive-fileinfo-doc' 'texlive-filemod' 'texlive-filemod-doc' 'texlive-filesystem' 'texlive-finbib' 'texlive-findhyph' 'texlive-findhyph-bin' 'texlive-findhyph-doc' 'texlive-fink' 'texlive-fink-doc' 'texlive-finstrut' 'texlive-finstrut-doc' 'texlive-fira' 'texlive-fira-doc' 'texlive-fira-fonts' 'texlive-firamath' 'texlive-firamath-doc' 'texlive-firamath-fonts' 'texlive-firamath-otf' 'texlive-firamath-otf-doc' 'texlive-first-latex-doc' 'texlive-fitbox' 'texlive-fitbox-doc' 'texlive-fithesis' 'texlive-fithesis-doc' 'texlive-fix2col' 'texlive-fix2col-doc' 'texlive-fixcmex' 'texlive-fixcmex-doc' 'texlive-fixfoot' 'texlive-fixfoot-doc' 'texlive-fixjfm' 'texlive-fixjfm-doc' 'texlive-fixlatvian' 'texlive-fixlatvian-doc' 'texlive-fixltxhyph' 'texlive-fixltxhyph-doc' 'texlive-fixme' 'texlive-fixme-doc' 'texlive-fixmetodonotes' 'texlive-fixmetodonotes-doc' 'texlive-fixpdfmag' 'texlive-fiziko' 'texlive-fiziko-doc' 'texlive-fjodor' 'texlive-fjodor-doc' 'texlive-flabels' 'texlive-flabels-doc' 'texlive-flacards' 'texlive-flacards-doc' 'texlive-flagderiv' 'texlive-flagderiv-doc' 'texlive-flashcards' 'texlive-flashcards-doc' 'texlive-flashmovie' 'texlive-flashmovie-doc' 'texlive-flipbook' 'texlive-flipbook-doc' 'texlive-flippdf' 'texlive-flippdf-doc' 'texlive-float' 'texlive-float-doc' 'texlive-floatrow' 'texlive-floatrow-doc' 'texlive-flowchart' 'texlive-flowchart-doc' 'texlive-flowfram' 'texlive-flowfram-doc' 'texlive-fltpoint' 'texlive-fltpoint-doc' 'texlive-fmp' 'texlive-fmp-doc' 'texlive-fmtcount' 'texlive-fmtcount-doc' 'texlive-fn2end' 'texlive-fn2end-doc' 'texlive-fnbreak' 'texlive-fnbreak-doc' 'texlive-fncychap' 'texlive-fncychap-doc' 'texlive-fncylab' 'texlive-fncylab-doc' 'texlive-fnpara' 'texlive-fnpara-doc' 'texlive-fnpct' 'texlive-fnpct-doc' 'texlive-fnspe' 'texlive-fnspe-doc' 'texlive-fntproof' 'texlive-fntproof-doc' 'texlive-fnumprint' 'texlive-fnumprint-doc' 'texlive-foekfont' 'texlive-foekfont-doc' 'texlive-foekfont-fonts' 'texlive-foilhtml' 'texlive-foilhtml-doc' 'texlive-fonetika' 'texlive-fonetika-doc' 'texlive-fonetika-fonts' 'texlive-font-change' 'texlive-font-change-doc' 'texlive-font-change-xetex' 'texlive-font-change-xetex-doc' 'texlive-fontawesome' 'texlive-fontawesome-doc' 'texlive-fontawesome-fonts' 'texlive-fontawesome5' 'texlive-fontawesome5-doc' 'texlive-fontawesome5-fonts' 'texlive-fontaxes' 'texlive-fontaxes-doc' 'texlive-fontbook' 'texlive-fontbook-doc' 'texlive-fontch' 'texlive-fontch-doc' 'texlive-fontinst' 'texlive-fontinst-bin' 'texlive-fontinst-doc' 'texlive-fontmfizz' 'texlive-fontmfizz-doc' 'texlive-fontmfizz-fonts' 'texlive-fontname' 'texlive-fontname-doc' 'texlive-fontools' 'texlive-fontools-bin' 'texlive-fontools-doc' 'texlive-fonts-churchslavonic' 'texlive-fonts-churchslavonic-doc' 'texlive-fonts-churchslavonic-fonts' 'texlive-fonts-tlwg' 'texlive-fonts-tlwg-doc' 'texlive-fonts-tlwg-fonts' 'texlive-fontsetup' 'texlive-fontsetup-doc' 'texlive-fontsize' 'texlive-fontsize-doc' 'texlive-fontspec' 'texlive-fontspec-doc' 'texlive-fonttable' 'texlive-fonttable-doc' 'texlive-fontware' 'texlive-fontware-bin' 'texlive-fontwrap' 'texlive-fontwrap-doc' 'texlive-footbib' 'texlive-footbib-doc' 'texlive-footmisc' 'texlive-footmisc-doc' 'texlive-footmisx' 'texlive-footmisx-doc' 'texlive-footnotebackref' 'texlive-footnotebackref-doc' 'texlive-footnotehyper' 'texlive-footnotehyper-doc' 'texlive-footnoterange' 'texlive-footnoterange-doc' 'texlive-footnpag' 'texlive-footnpag-doc' 'texlive-forarray' 'texlive-forarray-doc' 'texlive-foreign' 'texlive-foreign-doc' 'texlive-forest' 'texlive-forest-doc' 'texlive-forest-quickstart' 'texlive-forloop' 'texlive-forloop-doc' 'texlive-formation-latex-ul' 'texlive-formation-latex-ul-doc' 'texlive-formlett' 'texlive-formlett-doc' 'texlive-forms16be' 'texlive-forms16be-doc' 'texlive-formular' 'texlive-formular-doc' 'texlive-forum' 'texlive-forum-doc' 'texlive-forum-fonts' 'texlive-fouridx' 'texlive-fouridx-doc' 'texlive-fourier' 'texlive-fourier-doc' 'texlive-fourier-fonts' 'texlive-fouriernc' 'texlive-fouriernc-doc' 'texlive-fp' 'texlive-fp-doc' 'texlive-fpl' 'texlive-fpl-doc' 'texlive-fpl-fonts' 'texlive-fragmaster' 'texlive-fragmaster-bin' 'texlive-fragmaster-doc' 'texlive-fragments' 'texlive-fragments-doc' 'texlive-frame' 'texlive-frame-doc' 'texlive-framed' 'texlive-framed-doc' 'texlive-francais-bst' 'texlive-francais-bst-doc' 'texlive-frankenstein' 'texlive-frankenstein-doc' 'texlive-frcursive' 'texlive-frcursive-doc' 'texlive-frcursive-fonts' 'texlive-frederika2016' 'texlive-frederika2016-doc' 'texlive-frederika2016-fonts' 'texlive-frege' 'texlive-frege-doc' 'texlive-frenchmath' 'texlive-frenchmath-doc' 'texlive-frletter' 'texlive-frletter-doc' 'texlive-frontespizio' 'texlive-frontespizio-doc' 'texlive-ftc-notebook' 'texlive-ftc-notebook-doc' 'texlive-ftcap' 'texlive-ftcap-doc' 'texlive-ftnxtra' 'texlive-ftnxtra-doc' 'texlive-fullblck' 'texlive-fullblck-doc' 'texlive-fullminipage' 'texlive-fullminipage-doc' 'texlive-fullwidth' 'texlive-fullwidth-doc' 'texlive-functan' 'texlive-functan-doc' 'texlive-fundus-calligra' 'texlive-fundus-calligra-doc' 'texlive-fundus-cyr' 'texlive-fundus-sueterlin' 'texlive-fundus-sueterlin-doc' 'texlive-fvextra' 'texlive-fvextra-doc' 'texlive-fwlw' 'texlive-fwlw-doc' 'texlive-g-brief' 'texlive-g-brief-doc' 'texlive-gaceta' 'texlive-gaceta-doc' 'texlive-galois' 'texlive-galois-doc' 'texlive-gamebook' 'texlive-gamebook-doc' 'texlive-gammas' 'texlive-gammas-doc' 'texlive-garamond-libre' 'texlive-garamond-libre-doc' 'texlive-garamond-libre-fonts' 'texlive-garamond-math' 'texlive-garamond-math-doc' 'texlive-garamond-math-fonts' 'texlive-garrigues' 'texlive-garrigues-doc' 'texlive-garuda-c90' 'texlive-gastex' 'texlive-gastex-doc' 'texlive-gatech-thesis' 'texlive-gatech-thesis-doc' 'texlive-gates' 'texlive-gates-doc' 'texlive-gatherenum' 'texlive-gatherenum-doc' 'texlive-gauss' 'texlive-gauss-doc' 'texlive-gb4e' 'texlive-gb4e-doc' 'texlive-gbt7714' 'texlive-gbt7714-doc' 'texlive-gcard' 'texlive-gcard-doc' 'texlive-gchords' 'texlive-gchords-doc' 'texlive-gcite' 'texlive-gcite-doc' 'texlive-gender' 'texlive-gender-doc' 'texlive-gene-logic' 'texlive-gene-logic-doc' 'texlive-genealogy' 'texlive-genealogy-doc' 'texlive-genealogytree' 'texlive-genealogytree-doc' 'texlive-genmpage' 'texlive-genmpage-doc' 'texlive-gentium-tug' 'texlive-gentium-tug-doc' 'texlive-gentium-tug-fonts' 'texlive-gentle' 'texlive-gentombow' 'texlive-gentombow-doc' 'texlive-geometry' 'texlive-geometry-doc' 'texlive-german' 'texlive-german-doc' 'texlive-germbib' 'texlive-germbib-doc' 'texlive-germkorr' 'texlive-germkorr-doc' 'texlive-geschichtsfrkl' 'texlive-geschichtsfrkl-doc' 'texlive-getfiledate' 'texlive-getfiledate-doc' 'texlive-getitems' 'texlive-getitems-doc' 'texlive-getmap' 'texlive-getmap-bin' 'texlive-getmap-doc' 'texlive-getoptk' 'texlive-getoptk-doc' 'texlive-gettitlestring' 'texlive-gettitlestring-doc' 'texlive-gfnotation' 'texlive-gfnotation-doc' 'texlive-gfsartemisia' 'texlive-gfsartemisia-doc' 'texlive-gfsartemisia-fonts' 'texlive-gfsbaskerville' 'texlive-gfsbaskerville-doc' 'texlive-gfsbaskerville-fonts' 'texlive-gfsbodoni' 'texlive-gfsbodoni-doc' 'texlive-gfsbodoni-fonts' 'texlive-gfscomplutum' 'texlive-gfscomplutum-doc' 'texlive-gfscomplutum-fonts' 'texlive-gfsdidot' 'texlive-gfsdidot-doc' 'texlive-gfsdidot-fonts' 'texlive-gfsdidotclassic' 'texlive-gfsdidotclassic-doc' 'texlive-gfsdidotclassic-fonts' 'texlive-gfsneohellenic' 'texlive-gfsneohellenic-doc' 'texlive-gfsneohellenic-fonts' 'texlive-gfsneohellenicmath' 'texlive-gfsneohellenicmath-doc' 'texlive-gfsneohellenicmath-fonts' 'texlive-gfsporson' 'texlive-gfsporson-doc' 'texlive-gfsporson-fonts' 'texlive-gfssolomos' 'texlive-gfssolomos-doc' 'texlive-gfssolomos-fonts' 'texlive-ghab' 'texlive-ghab-doc' 'texlive-ghsystem' 'texlive-ghsystem-doc' 'texlive-gillcm' 'texlive-gillcm-doc' 'texlive-gillius' 'texlive-gillius-doc' 'texlive-gillius-fonts' 'texlive-gincltex' 'texlive-gincltex-doc' 'texlive-gindex' 'texlive-gindex-doc' 'texlive-ginpenc' 'texlive-ginpenc-doc' 'texlive-git-latexdiff' 'texlive-git-latexdiff-bin' 'texlive-git-latexdiff-doc' 'texlive-gitfile-info' 'texlive-gitfile-info-doc' 'texlive-gitinfo' 'texlive-gitinfo-doc' 'texlive-gitinfo2' 'texlive-gitinfo2-doc' 'texlive-gitlog' 'texlive-gitlog-doc' 'texlive-gitver' 'texlive-gitver-doc' 'texlive-globalvals' 'texlive-globalvals-doc' 'texlive-glosmathtools' 'texlive-glosmathtools-doc' 'texlive-gloss' 'texlive-gloss-doc' 'texlive-gloss-occitan' 'texlive-gloss-occitan-doc' 'texlive-glossaries' 'texlive-glossaries-bin' 'texlive-glossaries-danish' 'texlive-glossaries-danish-doc' 'texlive-glossaries-doc' 'texlive-glossaries-dutch' 'texlive-glossaries-dutch-doc' 'texlive-glossaries-english' 'texlive-glossaries-english-doc' 'texlive-glossaries-estonian' 'texlive-glossaries-estonian-doc' 'texlive-glossaries-extra' 'texlive-glossaries-extra-doc' 'texlive-glossaries-finnish' 'texlive-glossaries-finnish-doc' 'texlive-glossaries-french' 'texlive-glossaries-french-doc' 'texlive-glossaries-german' 'texlive-glossaries-german-doc' 'texlive-glossaries-irish' 'texlive-glossaries-irish-doc' 'texlive-glossaries-italian' 'texlive-glossaries-italian-doc' 'texlive-glossaries-magyar' 'texlive-glossaries-magyar-doc' 'texlive-glossaries-polish' 'texlive-glossaries-polish-doc' 'texlive-glossaries-portuges' 'texlive-glossaries-portuges-doc' 'texlive-glossaries-serbian' 'texlive-glossaries-serbian-doc' 'texlive-glossaries-slovene' 'texlive-glossaries-slovene-doc' 'texlive-glossaries-spanish' 'texlive-glossaries-spanish-doc' 'texlive-glyphlist' 'texlive-gmdoc' 'texlive-gmdoc-doc' 'texlive-gmdoc-enhance' 'texlive-gmdoc-enhance-doc' 'texlive-gmiflink' 'texlive-gmiflink-doc' 'texlive-gmp' 'texlive-gmp-doc' 'texlive-gmutils' 'texlive-gmutils-doc' 'texlive-gmverb' 'texlive-gmverb-doc' 'texlive-gmverse' 'texlive-gmverse-doc' 'texlive-gnu-freefont' 'texlive-gnu-freefont-doc' 'texlive-gnu-freefont-fonts' 'texlive-gnuplottex' 'texlive-gnuplottex-doc' 'texlive-go' 'texlive-go-doc' 'texlive-gobble' 'texlive-gobble-doc' 'texlive-gofonts' 'texlive-gofonts-doc' 'texlive-gofonts-fonts' 'texlive-gost' 'texlive-gost-doc' 'texlive-gothic' 'texlive-gothic-doc' 'texlive-gotoh' 'texlive-gotoh-doc' 'texlive-grabbox' 'texlive-grabbox-doc' 'texlive-gradientframe' 'texlive-gradientframe-doc' 'texlive-gradstudentresume' 'texlive-gradstudentresume-doc' 'texlive-grafcet' 'texlive-grafcet-doc' 'texlive-grant' 'texlive-grant-doc' 'texlive-graph35' 'texlive-graph35-doc' 'texlive-graphbox' 'texlive-graphbox-doc' 'texlive-graphics' 'texlive-graphics-cfg' 'texlive-graphics-cfg-doc' 'texlive-graphics-def' 'texlive-graphics-def-doc' 'texlive-graphics-doc' 'texlive-graphics-pln' 'texlive-graphics-pln-doc' 'texlive-graphicx-psmin' 'texlive-graphicx-psmin-doc' 'texlive-graphicxbox' 'texlive-graphicxbox-doc' 'texlive-graphicxpsd' 'texlive-graphicxpsd-doc' 'texlive-graphviz' 'texlive-graphviz-doc' 'texlive-grayhints' 'texlive-grayhints-doc' 'texlive-greek-fontenc' 'texlive-greek-fontenc-doc' 'texlive-greek-inputenc' 'texlive-greek-inputenc-doc' 'texlive-greekdates' 'texlive-greekdates-doc' 'texlive-greektex' 'texlive-greektex-doc' 'texlive-greektonoi' 'texlive-greektonoi-doc' 'texlive-greenpoint' 'texlive-greenpoint-doc' 'texlive-gregoriotex' 'texlive-gregoriotex-bin' 'texlive-gregoriotex-doc' 'texlive-gregoriotex-fonts' 'texlive-grfext' 'texlive-grfext-doc' 'texlive-grffile' 'texlive-grffile-doc' 'texlive-grfpaste' 'texlive-grfpaste-doc' 'texlive-grid' 'texlive-grid-doc' 'texlive-grid-system' 'texlive-grid-system-doc' 'texlive-gridset' 'texlive-gridset-doc' 'texlive-gridslides' 'texlive-gridslides-doc' 'texlive-grotesq' 'texlive-grotesq-doc' 'texlive-grotesq-fonts' 'texlive-grundgesetze' 'texlive-grundgesetze-doc' 'texlive-gsemthesis' 'texlive-gsemthesis-doc' 'texlive-gsftopk' 'texlive-gsftopk-bin' 'texlive-gsftopk-doc' 'texlive-gtl' 'texlive-gtl-doc' 'texlive-gtrcrd' 'texlive-gtrcrd-doc' 'texlive-gtrlib-largetrees' 'texlive-gtrlib-largetrees-doc' 'texlive-gu' 'texlive-gu-doc' 'texlive-guide-to-latex' 'texlive-guitar' 'texlive-guitar-doc' 'texlive-guitarchordschemes' 'texlive-guitarchordschemes-doc' 'texlive-guitartabs' 'texlive-guitartabs-doc' 'texlive-guitlogo' 'texlive-guitlogo-doc' 'texlive-gustlib' 'texlive-gustlib-doc' 'texlive-gustprog' 'texlive-gzt' 'texlive-gzt-doc' 'texlive-h2020proposal' 'texlive-h2020proposal-doc' 'texlive-hackthefootline' 'texlive-hackthefootline-doc' 'texlive-hacm' 'texlive-hacm-doc' 'texlive-hacm-fonts' 'texlive-hagenberg-thesis' 'texlive-hagenberg-thesis-doc' 'texlive-halloweenmath' 'texlive-halloweenmath-doc' 'texlive-handin' 'texlive-handin-doc' 'texlive-handout' 'texlive-handout-doc' 'texlive-hands' 'texlive-hang' 'texlive-hang-doc' 'texlive-hanging' 'texlive-hanging-doc' 'texlive-hanoi' 'texlive-happy4th' 'texlive-har2nat' 'texlive-har2nat-doc' 'texlive-haranoaji' 'texlive-haranoaji-doc' 'texlive-haranoaji-extra' 'texlive-haranoaji-extra-doc' 'texlive-haranoaji-extra-fonts' 'texlive-haranoaji-fonts' 'texlive-hardwrap' 'texlive-hardwrap-doc' 'texlive-harmony' 'texlive-harmony-doc' 'texlive-harnon-cv' 'texlive-harnon-cv-doc' 'texlive-harpoon' 'texlive-harpoon-doc' 'texlive-harvard' 'texlive-harvard-doc' 'texlive-harveyballs' 'texlive-harveyballs-doc' 'texlive-harvmac' 'texlive-harvmac-doc' 'texlive-hatching' 'texlive-hatching-doc' 'texlive-hausarbeit-jura' 'texlive-hausarbeit-jura-doc' 'texlive-havannah' 'texlive-havannah-doc' 'texlive-hc' 'texlive-hc-doc' 'texlive-he-she' 'texlive-he-she-doc' 'texlive-hecthese' 'texlive-hecthese-doc' 'texlive-helvetic' 'texlive-helvetic-fonts' 'texlive-hep' 'texlive-hep-doc' 'texlive-hep-paper' 'texlive-hep-paper-doc' 'texlive-hepnames' 'texlive-hepnames-doc' 'texlive-hepparticles' 'texlive-hepparticles-doc' 'texlive-hepthesis' 'texlive-hepthesis-doc' 'texlive-hepunits' 'texlive-hepunits-doc' 'texlive-here' 'texlive-here-doc' 'texlive-heuristica' 'texlive-heuristica-doc' 'texlive-heuristica-fonts' 'texlive-hexgame' 'texlive-hexgame-doc' 'texlive-hf-tikz' 'texlive-hf-tikz-doc' 'texlive-hfbright' 'texlive-hfbright-doc' 'texlive-hfbright-fonts' 'texlive-hfoldsty' 'texlive-hfoldsty-doc' 'texlive-hhtensor' 'texlive-hhtensor-doc' 'texlive-histogr' 'texlive-histogr-doc' 'texlive-historische-zeitschrift' 'texlive-historische-zeitschrift-doc' 'texlive-hitec' 'texlive-hitec-doc' 'texlive-hithesis' 'texlive-hithesis-doc' 'texlive-hitszbeamer' 'texlive-hitszbeamer-doc' 'texlive-hitszthesis' 'texlive-hitszthesis-doc' 'texlive-hletter' 'texlive-hletter-doc' 'texlive-hlist' 'texlive-hlist-doc' 'texlive-hmtrump' 'texlive-hmtrump-doc' 'texlive-hmtrump-fonts' 'texlive-hobby' 'texlive-hobby-doc' 'texlive-hobete' 'texlive-hobete-doc' 'texlive-hobsub' 'texlive-hobsub-doc' 'texlive-hologo' 'texlive-hologo-doc' 'texlive-hook-pre-commit-pkg' 'texlive-horoscop' 'texlive-horoscop-doc' 'texlive-hpsdiss' 'texlive-hpsdiss-doc' 'texlive-hrefhide' 'texlive-hrefhide-doc' 'texlive-hrlatex' 'texlive-hrlatex-doc' 'texlive-hu-berlin-bundle' 'texlive-hu-berlin-bundle-doc' 'texlive-hulipsum' 'texlive-hulipsum-doc' 'texlive-hustthesis' 'texlive-hustthesis-doc' 'texlive-hvfloat' 'texlive-hvfloat-doc' 'texlive-hvindex' 'texlive-hvindex-doc' 'texlive-hvqrurl' 'texlive-hvqrurl-doc' 'texlive-hycolor' 'texlive-hycolor-doc' 'texlive-hypdvips' 'texlive-hypdvips-doc' 'texlive-hyper' 'texlive-hyper-doc' 'texlive-hyperbar' 'texlive-hyperbar-doc' 'texlive-hypernat' 'texlive-hypernat-doc' 'texlive-hyperref' 'texlive-hyperref-doc' 'texlive-hyperxmp' 'texlive-hyperxmp-doc' 'texlive-hyph-utf8' 'texlive-hyph-utf8-doc' 'texlive-hyphen-afrikaans' 'texlive-hyphen-ancientgreek' 'texlive-hyphen-arabic' 'texlive-hyphen-armenian' 'texlive-hyphen-base' 'texlive-hyphen-basque' 'texlive-hyphen-belarusian' 'texlive-hyphen-bulgarian' 'texlive-hyphen-catalan' 'texlive-hyphen-chinese' 'texlive-hyphen-churchslavonic' 'texlive-hyphen-coptic' 'texlive-hyphen-croatian' 'texlive-hyphen-czech' 'texlive-hyphen-danish' 'texlive-hyphen-dutch' 'texlive-hyphen-english' 'texlive-hyphen-esperanto' 'texlive-hyphen-estonian' 'texlive-hyphen-ethiopic' 'texlive-hyphen-farsi' 'texlive-hyphen-finnish' 'texlive-hyphen-french' 'texlive-hyphen-friulan' 'texlive-hyphen-galician' 'texlive-hyphen-georgian' 'texlive-hyphen-german' 'texlive-hyphen-greek' 'texlive-hyphen-greek-doc' 'texlive-hyphen-hungarian' 'texlive-hyphen-hungarian-doc' 'texlive-hyphen-icelandic' 'texlive-hyphen-indic' 'texlive-hyphen-indonesian' 'texlive-hyphen-interlingua' 'texlive-hyphen-irish' 'texlive-hyphen-italian' 'texlive-hyphen-kurmanji' 'texlive-hyphen-latin' 'texlive-hyphen-latvian' 'texlive-hyphen-lithuanian' 'texlive-hyphen-macedonian' 'texlive-hyphen-mongolian' 'texlive-hyphen-norwegian' 'texlive-hyphen-occitan' 'texlive-hyphen-piedmontese' 'texlive-hyphen-polish' 'texlive-hyphen-portuguese' 'texlive-hyphen-romanian' 'texlive-hyphen-romansh' 'texlive-hyphen-russian' 'texlive-hyphen-sanskrit' 'texlive-hyphen-sanskrit-doc' 'texlive-hyphen-serbian' 'texlive-hyphen-slovak' 'texlive-hyphen-slovenian' 'texlive-hyphen-spanish' 'texlive-hyphen-spanish-doc' 'texlive-hyphen-swedish' 'texlive-hyphen-thai' 'texlive-hyphen-turkish' 'texlive-hyphen-turkmen' 'texlive-hyphen-ukrainian' 'texlive-hyphen-uppersorbian' 'texlive-hyphen-welsh' 'texlive-hyphenat' 'texlive-hyphenat-doc' 'texlive-hyphenex' 'texlive-hyplain' 'texlive-hyplain-doc' 'texlive-ibycus-babel' 'texlive-ibycus-babel-doc' 'texlive-ibygrk' 'texlive-ibygrk-doc' 'texlive-ibygrk-fonts' 'texlive-icite' 'texlive-icite-doc' 'texlive-icsv' 'texlive-icsv-doc' 'texlive-identkey' 'texlive-identkey-doc' 'texlive-idxcmds' 'texlive-idxcmds-doc' 'texlive-idxlayout' 'texlive-idxlayout-doc' 'texlive-ieeepes' 'texlive-ieeepes-doc' 'texlive-ietfbibs' 'texlive-iffont' 'texlive-iffont-doc' 'texlive-ifmslide' 'texlive-ifmslide-doc' 'texlive-ifmtarg' 'texlive-ifmtarg-doc' 'texlive-ifnextok' 'texlive-ifnextok-doc' 'texlive-ifoddpage' 'texlive-ifoddpage-doc' 'texlive-ifplatform' 'texlive-ifplatform-doc' 'texlive-ifptex' 'texlive-ifptex-doc' 'texlive-ifsym' 'texlive-ifsym-doc' 'texlive-iftex' 'texlive-iftex-doc' 'texlive-ifthenx' 'texlive-ifthenx-doc' 'texlive-ifxptex' 'texlive-ifxptex-doc' 'texlive-iitem' 'texlive-iitem-doc' 'texlive-ijmart' 'texlive-ijmart-doc' 'texlive-ijqc' 'texlive-ijqc-doc' 'texlive-ijsra' 'texlive-ijsra-doc' 'texlive-imac' 'texlive-imac-doc' 'texlive-image-gallery' 'texlive-image-gallery-doc' 'texlive-imakeidx' 'texlive-imakeidx-doc' 'texlive-imfellenglish' 'texlive-imfellenglish-doc' 'texlive-imfellenglish-fonts' 'texlive-impatient' 'texlive-impatient-cn' 'texlive-impatient-fr' 'texlive-impnattypo' 'texlive-impnattypo-doc' 'texlive-import' 'texlive-import-doc' 'texlive-imsproc' 'texlive-imsproc-doc' 'texlive-imtekda' 'texlive-imtekda-doc' 'texlive-incgraph' 'texlive-incgraph-doc' 'texlive-includernw' 'texlive-includernw-doc' 'texlive-inconsolata' 'texlive-inconsolata-doc' 'texlive-inconsolata-fonts' 'texlive-index' 'texlive-index-doc' 'texlive-indextools' 'texlive-indextools-doc' 'texlive-infwarerr' 'texlive-infwarerr-doc' 'texlive-initials' 'texlive-initials-doc' 'texlive-initials-fonts' 'texlive-inkpaper' 'texlive-inkpaper-doc' 'texlive-inline-images' 'texlive-inline-images-doc' 'texlive-inlinebib' 'texlive-inlinebib-doc' 'texlive-inlinedef' 'texlive-inlinedef-doc' 'texlive-inputenx' 'texlive-inputenx-doc' 'texlive-inputtrc' 'texlive-inputtrc-doc' 'texlive-inriafonts' 'texlive-inriafonts-doc' 'texlive-inriafonts-fonts' 'texlive-insbox' 'texlive-insbox-doc' 'texlive-intcalc' 'texlive-intcalc-doc' 'texlive-interactiveworkbook' 'texlive-interactiveworkbook-doc' 'texlive-interchar' 'texlive-interchar-doc' 'texlive-interfaces' 'texlive-interfaces-doc' 'texlive-interpreter' 'texlive-interpreter-doc' 'texlive-interval' 'texlive-interval-doc' 'texlive-intopdf' 'texlive-intopdf-doc' 'texlive-intro-scientific' 'texlive-inversepath' 'texlive-inversepath-doc' 'texlive-invoice' 'texlive-invoice-class' 'texlive-invoice-class-doc' 'texlive-invoice-doc' 'texlive-invoice2' 'texlive-invoice2-doc' 'texlive-iodhbwm' 'texlive-iodhbwm-doc' 'texlive-ionumbers' 'texlive-ionumbers-doc' 'texlive-iopart-num' 'texlive-iopart-num-doc' 'texlive-ipaex' 'texlive-ipaex-doc' 'texlive-ipaex-fonts' 'texlive-ipaex-type1' 'texlive-ipaex-type1-doc' 'texlive-ipaex-type1-fonts' 'texlive-is-bst' 'texlive-is-bst-doc' 'texlive-iscram' 'texlive-iscram-doc' 'texlive-iso' 'texlive-iso-doc' 'texlive-iso10303' 'texlive-iso10303-doc' 'texlive-isodate' 'texlive-isodate-doc' 'texlive-isodoc' 'texlive-isodoc-doc' 'texlive-isomath' 'texlive-isomath-doc' 'texlive-isonums' 'texlive-isonums-doc' 'texlive-isopt' 'texlive-isopt-doc' 'texlive-isorot' 'texlive-isorot-doc' 'texlive-isotope' 'texlive-isotope-doc' 'texlive-issuulinks' 'texlive-issuulinks-doc' 'texlive-istgame' 'texlive-istgame-doc' 'texlive-itnumpar' 'texlive-itnumpar-doc' 'texlive-iwhdp' 'texlive-iwhdp-doc' 'texlive-iwona' 'texlive-iwona-doc' 'texlive-iwona-fonts' 'texlive-jablantile' 'texlive-jablantile-doc' 'texlive-jacow' 'texlive-jacow-doc' 'texlive-jadetex' 'texlive-jadetex-bin' 'texlive-jadetex-doc' 'texlive-jamtimes' 'texlive-jamtimes-doc' 'texlive-japanese-otf' 'texlive-japanese-otf-doc' 'texlive-japanese-otf-uptex' 'texlive-japanese-otf-uptex-doc' 'texlive-jbact' 'texlive-jfmutil' 'texlive-jfmutil-bin' 'texlive-jfmutil-doc' 'texlive-jigsaw' 'texlive-jigsaw-doc' 'texlive-jkmath' 'texlive-jkmath-doc' 'texlive-jknapltx' 'texlive-jknapltx-doc' 'texlive-jlabels' 'texlive-jlabels-doc' 'texlive-jlreq' 'texlive-jlreq-doc' 'texlive-jmb' 'texlive-jmlr' 'texlive-jmlr-doc' 'texlive-jmn' 'texlive-jmn-fonts' 'texlive-jneurosci' 'texlive-jneurosci-doc' 'texlive-jnuexam' 'texlive-jnuexam-doc' 'texlive-jpsj' 'texlive-jpsj-doc' 'texlive-js-misc' 'texlive-js-misc-doc' 'texlive-jsclasses' 'texlive-jsclasses-doc' 'texlive-jslectureplanner' 'texlive-jslectureplanner-doc' 'texlive-jumplines' 'texlive-jumplines-doc' 'texlive-junicode' 'texlive-junicode-doc' 'texlive-junicode-fonts' 'texlive-jura' 'texlive-jura-doc' 'texlive-juraabbrev' 'texlive-juraabbrev-doc' 'texlive-jurabib' 'texlive-jurabib-doc' 'texlive-juramisc' 'texlive-juramisc-doc' 'texlive-jurarsp' 'texlive-jurarsp-doc' 'texlive-jvlisting' 'texlive-jvlisting-doc' 'texlive-kalendarium' 'texlive-kalendarium-doc' 'texlive-kanaparser' 'texlive-kanaparser-doc' 'texlive-kantlipsum' 'texlive-kantlipsum-doc' 'texlive-karnaugh' 'texlive-karnaugh-doc' 'texlive-karnaugh-map' 'texlive-karnaugh-map-doc' 'texlive-karnaughmap' 'texlive-karnaughmap-doc' 'texlive-kastrup' 'texlive-kastrup-doc' 'texlive-kblocks' 'texlive-kblocks-doc' 'texlive-kdgdocs' 'texlive-kdgdocs-doc' 'texlive-kerkis' 'texlive-kerkis-doc' 'texlive-kerkis-fonts' 'texlive-kerntest' 'texlive-kerntest-doc' 'texlive-ketcindy' 'texlive-ketcindy-bin' 'texlive-ketcindy-doc' 'texlive-keycommand' 'texlive-keycommand-doc' 'texlive-keyfloat' 'texlive-keyfloat-doc' 'texlive-keyindex' 'texlive-keyindex-doc' 'texlive-keyreader' 'texlive-keyreader-doc' 'texlive-keystroke' 'texlive-keystroke-doc' 'texlive-keyval2e' 'texlive-keyval2e-doc' 'texlive-keyvaltable' 'texlive-keyvaltable-doc' 'texlive-kix' 'texlive-kix-doc' 'texlive-kixfont' 'texlive-kixfont-doc' 'texlive-kluwer' 'texlive-kluwer-doc' 'texlive-knitting' 'texlive-knitting-doc' 'texlive-knitting-fonts' 'texlive-knittingpattern' 'texlive-knittingpattern-doc' 'texlive-knowledge' 'texlive-knowledge-doc' 'texlive-knuth' 'texlive-knuth-doc' 'texlive-knuth-lib' 'texlive-knuth-local' 'texlive-koma-moderncvclassic' 'texlive-koma-moderncvclassic-doc' 'texlive-koma-script' 'texlive-koma-script-doc' 'texlive-koma-script-examples' 'texlive-koma-script-sfs' 'texlive-koma-script-sfs-doc' 'texlive-komacv' 'texlive-komacv-doc' 'texlive-komacv-rg' 'texlive-komacv-rg-doc' 'texlive-kotex-oblivoir' 'texlive-kotex-oblivoir-doc' 'texlive-kotex-plain' 'texlive-kotex-plain-doc' 'texlive-kotex-utf' 'texlive-kotex-utf-doc' 'texlive-kotex-utils' 'texlive-kotex-utils-bin' 'texlive-kotex-utils-doc' 'texlive-kpathsea' 'texlive-kpathsea-bin' 'texlive-kpathsea-devel' 'texlive-kpathsea-doc' 'texlive-kpfonts' 'texlive-kpfonts-doc' 'texlive-kpfonts-fonts' 'texlive-ksfh_nat' 'texlive-ksp-thesis' 'texlive-ksp-thesis-doc' 'texlive-ktv-texdata' 'texlive-ktv-texdata-doc' 'texlive-ku-template' 'texlive-ku-template-doc' 'texlive-kurdishlipsum' 'texlive-kurdishlipsum-doc' 'texlive-kurier' 'texlive-kurier-doc' 'texlive-kurier-fonts' 'texlive-kvdefinekeys' 'texlive-kvdefinekeys-doc' 'texlive-kvmap' 'texlive-kvmap-doc' 'texlive-kvoptions' 'texlive-kvoptions-doc' 'texlive-kvsetkeys' 'texlive-kvsetkeys-doc' 'texlive-l2picfaq' 'texlive-l2tabu' 'texlive-l2tabu-english' 'texlive-l2tabu-french' 'texlive-l2tabu-italian' 'texlive-l2tabu-spanish' 'texlive-l3backend' 'texlive-l3backend-doc' 'texlive-l3build' 'texlive-l3build-bin' 'texlive-l3build-doc' 'texlive-l3experimental' 'texlive-l3experimental-doc' 'texlive-l3kernel' 'texlive-l3kernel-doc' 'texlive-l3packages' 'texlive-l3packages-doc' 'texlive-labbook' 'texlive-labbook-doc' 'texlive-labels' 'texlive-labels-doc' 'texlive-labels4easylist' 'texlive-labels4easylist-doc' 'texlive-labelschanged' 'texlive-labelschanged-doc' 'texlive-labyrinth' 'texlive-labyrinth-doc' 'texlive-lacheck' 'texlive-lacheck-bin' 'texlive-ladder' 'texlive-ladder-doc' 'texlive-lambda' 'texlive-lambda-lists' 'texlive-lambda-lists-doc' 'texlive-langcode' 'texlive-langcode-doc' 'texlive-langsci' 'texlive-langsci-avm' 'texlive-langsci-avm-doc' 'texlive-langsci-doc' 'texlive-lapdf' 'texlive-lapdf-doc' 'texlive-lastpackage' 'texlive-lastpackage-doc' 'texlive-lastpage' 'texlive-lastpage-doc' 'texlive-latex' 'texlive-latex-amsmath-dev' 'texlive-latex-amsmath-dev-doc' 'texlive-latex-base-dev' 'texlive-latex-base-dev-doc' 'texlive-latex-bib-ex' 'texlive-latex-bib2-ex' 'texlive-latex-bin' 'texlive-latex-bin-bin' 'texlive-latex-bin-dev' 'texlive-latex-bin-dev-bin' 'texlive-latex-brochure' 'texlive-latex-course' 'texlive-latex-doc' 'texlive-latex-doc-ptr' 'texlive-latex-fonts' 'texlive-latex-fonts-doc' 'texlive-latex-git-log' 'texlive-latex-git-log-bin' 'texlive-latex-git-log-doc' 'texlive-latex-graphics-companion' 'texlive-latex-graphics-dev' 'texlive-latex-graphics-dev-doc' 'texlive-latex-make' 'texlive-latex-make-doc' 'texlive-latex-mr' 'texlive-latex-notes-zh-cn' 'texlive-latex-papersize' 'texlive-latex-papersize-bin' 'texlive-latex-papersize-doc' 'texlive-latex-referenz' 'texlive-latex-refsheet' 'texlive-latex-tabellen' 'texlive-latex-tds' 'texlive-latex-tds-doc' 'texlive-latex-tools-dev' 'texlive-latex-tools-dev-doc' 'texlive-latex-uni8' 'texlive-latex-uni8-doc' 'texlive-latex-veryshortguide' 'texlive-latex-via-exemplos' 'texlive-latex-web-companion' 'texlive-latex2e-help-texinfo' 'texlive-latex2e-help-texinfo-fr' 'texlive-latex2e-help-texinfo-spanish' 'texlive-latex2man' 'texlive-latex2man-bin' 'texlive-latex2man-doc' 'texlive-latex2nemeth' 'texlive-latex2nemeth-bin' 'texlive-latex2nemeth-doc' 'texlive-latex4musicians' 'texlive-latex4wp' 'texlive-latex4wp-it' 'texlive-latexbangla' 'texlive-latexbangla-doc' 'texlive-latexbug' 'texlive-latexbug-doc' 'texlive-latexcheat' 'texlive-latexcheat-de' 'texlive-latexcheat-esmx' 'texlive-latexcheat-ptbr' 'texlive-latexcolors' 'texlive-latexcolors-doc' 'texlive-latexconfig' 'texlive-latexcourse-rug' 'texlive-latexdemo' 'texlive-latexdemo-doc' 'texlive-latexdiff' 'texlive-latexdiff-bin' 'texlive-latexdiff-doc' 'texlive-latexfileinfo-pkgs' 'texlive-latexfileinfo-pkgs-doc' 'texlive-latexfileversion' 'texlive-latexfileversion-bin' 'texlive-latexfileversion-doc' 'texlive-latexgit' 'texlive-latexgit-doc' 'texlive-latexindent' 'texlive-latexindent-bin' 'texlive-latexindent-doc' 'texlive-latexmk' 'texlive-latexmk-bin' 'texlive-latexmk-doc' 'texlive-latexmp' 'texlive-latexmp-doc' 'texlive-latexpand' 'texlive-latexpand-bin' 'texlive-latexpand-doc' 'texlive-latino-sine-flexione' 'texlive-latino-sine-flexione-doc' 'texlive-lato' 'texlive-lato-doc' 'texlive-lato-fonts' 'texlive-layaureo' 'texlive-layaureo-doc' 'texlive-layouts' 'texlive-layouts-doc' 'texlive-lazylist' 'texlive-lazylist-doc' 'texlive-lccaps' 'texlive-lccaps-doc' 'texlive-lcd' 'texlive-lcd-doc' 'texlive-lcdftypetools' 'texlive-lcdftypetools-bin' 'texlive-lcg' 'texlive-lcg-doc' 'texlive-lcyw' 'texlive-lcyw-doc' 'texlive-leading' 'texlive-leading-doc' 'texlive-leadsheets' 'texlive-leadsheets-doc' 'texlive-leaflet' 'texlive-leaflet-doc' 'texlive-lecturer' 'texlive-lecturer-doc' 'texlive-lectures' 'texlive-lectures-doc' 'texlive-ledmac' 'texlive-ledmac-doc' 'texlive-leftidx' 'texlive-leftidx-doc' 'texlive-leipzig' 'texlive-leipzig-doc' 'texlive-lengthconvert' 'texlive-lengthconvert-doc' 'texlive-letltxmacro' 'texlive-letltxmacro-doc' 'texlive-letterspacing' 'texlive-letterswitharrows' 'texlive-letterswitharrows-doc' 'texlive-lettre' 'texlive-lettre-doc' 'texlive-lettrine' 'texlive-lettrine-doc' 'texlive-levy' 'texlive-levy-doc' 'texlive-lewis' 'texlive-lewis-doc' 'texlive-lexend' 'texlive-lexend-doc' 'texlive-lexend-fonts' 'texlive-lexikon' 'texlive-lexikon-doc' 'texlive-lexref' 'texlive-lexref-doc' 'texlive-lfb' 'texlive-lfb-doc' 'texlive-lgreek' 'texlive-lgreek-doc' 'texlive-lh' 'texlive-lh-doc' 'texlive-lhcyr' 'texlive-lhelp' 'texlive-lhelp-doc' 'texlive-libertine' 'texlive-libertine-doc' 'texlive-libertine-fonts' 'texlive-libertinegc' 'texlive-libertinegc-doc' 'texlive-libertinus' 'texlive-libertinus-doc' 'texlive-libertinus-fonts' 'texlive-libertinus-fonts-doc' 'texlive-libertinus-fonts-fonts' 'texlive-libertinus-otf' 'texlive-libertinus-otf-doc' 'texlive-libertinus-type1' 'texlive-libertinus-type1-doc' 'texlive-libertinus-type1-fonts' 'texlive-libertinust1math' 'texlive-libertinust1math-doc' 'texlive-libertinust1math-fonts' 'texlive-libgreek' 'texlive-libgreek-doc' 'texlive-librarian' 'texlive-librarian-doc' 'texlive-librebaskerville' 'texlive-librebaskerville-doc' 'texlive-librebaskerville-fonts' 'texlive-librebodoni' 'texlive-librebodoni-doc' 'texlive-librebodoni-fonts' 'texlive-librecaslon' 'texlive-librecaslon-doc' 'texlive-librecaslon-fonts' 'texlive-librefranklin' 'texlive-librefranklin-doc' 'texlive-librefranklin-fonts' 'texlive-libris' 'texlive-libris-doc' 'texlive-libris-fonts' 'texlive-lie-hasse' 'texlive-lie-hasse-doc' 'texlive-lilyglyphs' 'texlive-lilyglyphs-bin' 'texlive-lilyglyphs-doc' 'texlive-lilyglyphs-fonts' 'texlive-limap' 'texlive-limap-doc' 'texlive-limecv' 'texlive-limecv-doc' 'texlive-linearA' 'texlive-linearA-doc' 'texlive-linearA-fonts' 'texlive-linegoal' 'texlive-linegoal-doc' 'texlive-lineno' 'texlive-lineno-doc' 'texlive-ling-macros' 'texlive-ling-macros-doc' 'texlive-linguex' 'texlive-linguex-doc' 'texlive-linguisticspro' 'texlive-linguisticspro-doc' 'texlive-linguisticspro-fonts' 'texlive-linop' 'texlive-linop-doc' 'texlive-lion-msc' 'texlive-lion-msc-doc' 'texlive-lipsum' 'texlive-lipsum-doc' 'texlive-lisp-on-tex' 'texlive-lisp-on-tex-doc' 'texlive-listbib' 'texlive-listbib-bin' 'texlive-listbib-doc' 'texlive-listing' 'texlive-listing-doc' 'texlive-listings' 'texlive-listings-doc' 'texlive-listings-ext' 'texlive-listings-ext-bin' 'texlive-listings-ext-doc' 'texlive-listingsutf8' 'texlive-listingsutf8-doc' 'texlive-listlbls' 'texlive-listlbls-doc' 'texlive-listliketab' 'texlive-listliketab-doc' 'texlive-listofitems' 'texlive-listofitems-doc' 'texlive-listofsymbols' 'texlive-listofsymbols-doc' 'texlive-lithuanian' 'texlive-lithuanian-doc' 'texlive-liturg' 'texlive-liturg-doc' 'texlive-lkproof' 'texlive-lkproof-doc' 'texlive-llncsconf' 'texlive-llncsconf-doc' 'texlive-lm' 'texlive-lm-doc' 'texlive-lm-fonts' 'texlive-lm-math' 'texlive-lm-math-doc' 'texlive-lm-math-fonts' 'texlive-lmake' 'texlive-lmake-doc' 'texlive-lni' 'texlive-lni-doc' 'texlive-lobster2' 'texlive-lobster2-doc' 'texlive-lobster2-fonts' 'texlive-locality' 'texlive-locality-doc' 'texlive-localloc' 'texlive-localloc-doc' 'texlive-logbox' 'texlive-logbox-doc' 'texlive-logical-markup-utils' 'texlive-logical-markup-utils-doc' 'texlive-logicproof' 'texlive-logicproof-doc' 'texlive-logicpuzzle' 'texlive-logicpuzzle-doc' 'texlive-logix' 'texlive-logix-doc' 'texlive-logix-fonts' 'texlive-logpap' 'texlive-logpap-doc' 'texlive-logreq' 'texlive-logreq-doc' 'texlive-lollipop' 'texlive-lollipop-bin' 'texlive-lollipop-doc' 'texlive-longdivision' 'texlive-longdivision-doc' 'texlive-longfbox' 'texlive-longfbox-doc' 'texlive-longfigure' 'texlive-longfigure-doc' 'texlive-longnamefilelist' 'texlive-longnamefilelist-doc' 'texlive-loops' 'texlive-loops-doc' 'texlive-lpform' 'texlive-lpform-doc' 'texlive-lpic' 'texlive-lpic-doc' 'texlive-lplfitch' 'texlive-lplfitch-doc' 'texlive-lps' 'texlive-lps-doc' 'texlive-lroundrect' 'texlive-lroundrect-doc' 'texlive-lsc' 'texlive-lsc-doc' 'texlive-lshort-bulgarian' 'texlive-lshort-chinese' 'texlive-lshort-czech' 'texlive-lshort-dutch' 'texlive-lshort-english' 'texlive-lshort-estonian' 'texlive-lshort-finnish' 'texlive-lshort-french' 'texlive-lshort-german' 'texlive-lshort-italian' 'texlive-lshort-japanese' 'texlive-lshort-korean' 'texlive-lshort-mongol' 'texlive-lshort-persian' 'texlive-lshort-polish' 'texlive-lshort-portuguese' 'texlive-lshort-russian' 'texlive-lshort-slovak' 'texlive-lshort-slovenian' 'texlive-lshort-spanish' 'texlive-lshort-thai' 'texlive-lshort-turkish' 'texlive-lshort-ukr' 'texlive-lshort-vietnamese' 'texlive-lstaddons' 'texlive-lstaddons-doc' 'texlive-lstbayes' 'texlive-lstbayes-doc' 'texlive-lstfiracode' 'texlive-lstfiracode-doc' 'texlive-lt3graph' 'texlive-lt3graph-doc' 'texlive-ltablex' 'texlive-ltablex-doc' 'texlive-ltabptch' 'texlive-ltabptch-doc' 'texlive-ltb2bib' 'texlive-ltb2bib-doc' 'texlive-ltxcmds' 'texlive-ltxcmds-doc' 'texlive-ltxdockit' 'texlive-ltxdockit-doc' 'texlive-ltxfileinfo' 'texlive-ltxfileinfo-bin' 'texlive-ltxfileinfo-doc' 'texlive-ltxguidex' 'texlive-ltxguidex-doc' 'texlive-ltximg' 'texlive-ltximg-bin' 'texlive-ltximg-doc' 'texlive-ltxkeys' 'texlive-ltxkeys-doc' 'texlive-ltxmisc' 'texlive-ltxnew' 'texlive-ltxnew-doc' 'texlive-ltxtools' 'texlive-ltxtools-doc' 'texlive-lua-alt-getopt' 'texlive-lua-alt-getopt-doc' 'texlive-lua-check-hyphen' 'texlive-lua-check-hyphen-doc' 'texlive-lua-uca' 'texlive-lua-uca-doc' 'texlive-lua-ul' 'texlive-lua-ul-doc' 'texlive-lua-visual-debug' 'texlive-lua-visual-debug-doc' 'texlive-luabibentry' 'texlive-luabibentry-doc' 'texlive-luabidi' 'texlive-luabidi-doc' 'texlive-luacode' 'texlive-luacode-doc' 'texlive-luacolor' 'texlive-luacolor-doc' 'texlive-luahbtex' 'texlive-luahbtex-bin' 'texlive-luahyphenrules' 'texlive-luahyphenrules-doc' 'texlive-luaimageembed' 'texlive-luaimageembed-doc' 'texlive-luaindex' 'texlive-luaindex-doc' 'texlive-luainputenc' 'texlive-luainputenc-doc' 'texlive-luaintro' 'texlive-luajittex' 'texlive-luajittex-bin' 'texlive-lualatex-doc' 'texlive-lualatex-doc-de' 'texlive-lualatex-math' 'texlive-lualatex-math-doc' 'texlive-lualatex-truncate' 'texlive-lualatex-truncate-doc' 'texlive-lualibs' 'texlive-lualibs-doc' 'texlive-luamesh' 'texlive-luamesh-doc' 'texlive-luamplib' 'texlive-luamplib-doc' 'texlive-luaotfload' 'texlive-luaotfload-bin' 'texlive-luaotfload-doc' 'texlive-luapackageloader' 'texlive-luapackageloader-doc' 'texlive-luarandom' 'texlive-luarandom-doc' 'texlive-luasseq' 'texlive-luasseq-doc' 'texlive-luatex' 'texlive-luatex-bin' 'texlive-luatex-doc' 'texlive-luatex85' 'texlive-luatex85-doc' 'texlive-luatexbase' 'texlive-luatexbase-doc' 'texlive-luatexja' 'texlive-luatexja-doc' 'texlive-luatexko' 'texlive-luatexko-doc' 'texlive-luatextra' 'texlive-luatextra-doc' 'texlive-luatodonotes' 'texlive-luatodonotes-doc' 'texlive-luavlna' 'texlive-luavlna-doc' 'texlive-luaxml' 'texlive-luaxml-doc' 'texlive-lwarp' 'texlive-lwarp-bin' 'texlive-lwarp-doc' 'texlive-lxfonts' 'texlive-lxfonts-doc' 'texlive-lxfonts-fonts' 'texlive-ly1' 'texlive-ly1-doc' 'texlive-lyluatex' 'texlive-lyluatex-doc' 'texlive-m-tx' 'texlive-m-tx-bin' 'texlive-m-tx-doc' 'texlive-macros2e' 'texlive-macros2e-doc' 'texlive-macroswap' 'texlive-macroswap-doc' 'texlive-mafr' 'texlive-mafr-doc' 'texlive-magaz' 'texlive-magaz-doc' 'texlive-magicnum' 'texlive-magicnum-doc' 'texlive-mailing' 'texlive-mailing-doc' 'texlive-mailmerge' 'texlive-mailmerge-doc' 'texlive-make4ht' 'texlive-make4ht-bin' 'texlive-make4ht-doc' 'texlive-makebarcode' 'texlive-makebarcode-doc' 'texlive-makebase' 'texlive-makebase-doc' 'texlive-makebox' 'texlive-makebox-doc' 'texlive-makecell' 'texlive-makecell-doc' 'texlive-makecirc' 'texlive-makecirc-doc' 'texlive-makecmds' 'texlive-makecmds-doc' 'texlive-makecookbook' 'texlive-makedtx' 'texlive-makedtx-bin' 'texlive-makedtx-doc' 'texlive-makeglos' 'texlive-makeglos-doc' 'texlive-makeindex' 'texlive-makeindex-bin' 'texlive-makeindex-doc' 'texlive-makeplot' 'texlive-makeplot-doc' 'texlive-maker' 'texlive-maker-doc' 'texlive-makerobust' 'texlive-makerobust-doc' 'texlive-makeshape' 'texlive-makeshape-doc' 'texlive-mandi' 'texlive-mandi-doc' 'texlive-manfnt' 'texlive-manfnt-doc' 'texlive-manfnt-font' 'texlive-manfnt-font-fonts' 'texlive-manuscript' 'texlive-manuscript-doc' 'texlive-manyind' 'texlive-manyind-doc' 'texlive-marcellus' 'texlive-marcellus-doc' 'texlive-marcellus-fonts' 'texlive-margbib' 'texlive-margbib-doc' 'texlive-marginfit' 'texlive-marginfit-doc' 'texlive-marginfix' 'texlive-marginfix-doc' 'texlive-marginnote' 'texlive-marginnote-doc' 'texlive-markdown' 'texlive-markdown-doc' 'texlive-marvosym' 'texlive-marvosym-doc' 'texlive-marvosym-fonts' 'texlive-matc3' 'texlive-matc3-doc' 'texlive-matc3mem' 'texlive-matc3mem-doc' 'texlive-match_parens' 'texlive-match_parens-bin' 'texlive-match_parens-doc' 'texlive-math-e' 'texlive-math-into-latex-4' 'texlive-mathabx' 'texlive-mathabx-doc' 'texlive-mathabx-type1' 'texlive-mathabx-type1-doc' 'texlive-mathabx-type1-fonts' 'texlive-mathalpha' 'texlive-mathalpha-doc' 'texlive-mathastext' 'texlive-mathastext-doc' 'texlive-mathcommand' 'texlive-mathcommand-doc' 'texlive-mathcomp' 'texlive-mathcomp-doc' 'texlive-mathdesign' 'texlive-mathdesign-doc' 'texlive-mathdesign-fonts' 'texlive-mathdots' 'texlive-mathdots-doc' 'texlive-mathexam' 'texlive-mathexam-doc' 'texlive-mathfam256' 'texlive-mathfam256-doc' 'texlive-mathfixs' 'texlive-mathfixs-doc' 'texlive-mathfont' 'texlive-mathfont-doc' 'texlive-mathlig' 'texlive-mathpartir' 'texlive-mathpartir-doc' 'texlive-mathpazo' 'texlive-mathpazo-doc' 'texlive-mathpazo-fonts' 'texlive-mathpunctspace' 'texlive-mathpunctspace-doc' 'texlive-maths-symbols' 'texlive-mathspec' 'texlive-mathspec-doc' 'texlive-mathspic' 'texlive-mathspic-bin' 'texlive-mathspic-doc' 'texlive-mathtools' 'texlive-mathtools-doc' 'texlive-matlab-prettifier' 'texlive-matlab-prettifier-doc' 'texlive-matrix-skeleton' 'texlive-matrix-skeleton-doc' 'texlive-mattens' 'texlive-mattens-doc' 'texlive-maybemath' 'texlive-maybemath-doc' 'texlive-mcaption' 'texlive-mcaption-doc' 'texlive-mceinleger' 'texlive-mceinleger-doc' 'texlive-mcexam' 'texlive-mcexam-doc' 'texlive-mcf2graph' 'texlive-mcf2graph-doc' 'texlive-mcite' 'texlive-mcite-doc' 'texlive-mciteplus' 'texlive-mciteplus-doc' 'texlive-mcmthesis' 'texlive-mcmthesis-doc' 'texlive-mdframed' 'texlive-mdframed-doc' 'texlive-mdputu' 'texlive-mdputu-doc' 'texlive-mdsymbol' 'texlive-mdsymbol-doc' 'texlive-mdsymbol-fonts' 'texlive-mdwtools' 'texlive-mdwtools-doc' 'texlive-media4svg' 'texlive-media4svg-doc' 'texlive-media9' 'texlive-media9-doc' 'texlive-medstarbeamer' 'texlive-medstarbeamer-doc' 'texlive-meetingmins' 'texlive-meetingmins-doc' 'texlive-memdesign' 'texlive-memexsupp' 'texlive-memexsupp-doc' 'texlive-memoir' 'texlive-memoir-doc' 'texlive-memory' 'texlive-memory-doc' 'texlive-memorygraphs' 'texlive-memorygraphs-doc' 'texlive-mendex-doc' 'texlive-mendex-doc-doc' 'texlive-mensa-tex' 'texlive-mensa-tex-doc' 'texlive-mentis' 'texlive-mentis-doc' 'texlive-menu' 'texlive-menu-doc' 'texlive-menukeys' 'texlive-menukeys-doc' 'texlive-merriweather' 'texlive-merriweather-doc' 'texlive-merriweather-fonts' 'texlive-metafont' 'texlive-metafont-beginners' 'texlive-metafont-bin' 'texlive-metafont-doc' 'texlive-metago' 'texlive-metago-doc' 'texlive-metalogo' 'texlive-metalogo-doc' 'texlive-metalogox' 'texlive-metalogox-doc' 'texlive-metaobj' 'texlive-metaobj-doc' 'texlive-metaplot' 'texlive-metaplot-doc' 'texlive-metapost' 'texlive-metapost-bin' 'texlive-metapost-colorbrewer' 'texlive-metapost-colorbrewer-doc' 'texlive-metapost-doc' 'texlive-metapost-examples' 'texlive-metapost-fonts' 'texlive-metastr' 'texlive-metastr-doc' 'texlive-metatex' 'texlive-metatex-doc' 'texlive-metatype1' 'texlive-metauml' 'texlive-metauml-doc' 'texlive-method' 'texlive-method-doc' 'texlive-metre' 'texlive-metre-doc' 'texlive-metrix' 'texlive-metrix-doc' 'texlive-mex' 'texlive-mex-bin' 'texlive-mex-doc' 'texlive-mf2pt1' 'texlive-mf2pt1-bin' 'texlive-mf2pt1-doc' 'texlive-mfirstuc' 'texlive-mfirstuc-doc' 'texlive-mflogo' 'texlive-mflogo-doc' 'texlive-mflogo-font' 'texlive-mflogo-font-doc' 'texlive-mflogo-font-fonts' 'texlive-mflua' 'texlive-mflua-bin' 'texlive-mfnfss' 'texlive-mfnfss-doc' 'texlive-mfpic' 'texlive-mfpic-doc' 'texlive-mfpic4ode' 'texlive-mfpic4ode-doc' 'texlive-mftinc' 'texlive-mftinc-doc' 'texlive-mfware' 'texlive-mfware-bin' 'texlive-mfware-doc' 'texlive-mgltex' 'texlive-mgltex-doc' 'texlive-mhchem' 'texlive-mhchem-doc' 'texlive-mhequ' 'texlive-mhequ-doc' 'texlive-mi-solns' 'texlive-mi-solns-doc' 'texlive-miama' 'texlive-miama-doc' 'texlive-miama-fonts' 'texlive-microtype' 'texlive-microtype-de' 'texlive-microtype-doc' 'texlive-midnight' 'texlive-midnight-doc' 'texlive-midpage' 'texlive-midpage-doc' 'texlive-miller' 'texlive-miller-doc' 'texlive-milog' 'texlive-milog-doc' 'texlive-milsymb' 'texlive-milsymb-doc' 'texlive-minibox' 'texlive-minibox-doc' 'texlive-minidocument' 'texlive-minidocument-doc' 'texlive-minifp' 'texlive-minifp-doc' 'texlive-minipage-marginpar' 'texlive-minipage-marginpar-doc' 'texlive-miniplot' 'texlive-miniplot-doc' 'texlive-minitoc' 'texlive-minitoc-doc' 'texlive-minorrevision' 'texlive-minorrevision-doc' 'texlive-minted' 'texlive-minted-doc' 'texlive-mintspirit' 'texlive-mintspirit-doc' 'texlive-mintspirit-fonts' 'texlive-minutes' 'texlive-minutes-doc' 'texlive-mismath' 'texlive-mismath-doc' 'texlive-missaali' 'texlive-missaali-doc' 'texlive-missaali-fonts' 'texlive-mkgrkindex' 'texlive-mkgrkindex-bin' 'texlive-mkgrkindex-doc' 'texlive-mkjobtexmf' 'texlive-mkjobtexmf-bin' 'texlive-mkjobtexmf-doc' 'texlive-mkpattern' 'texlive-mkpattern-doc' 'texlive-mkpic' 'texlive-mkpic-bin' 'texlive-mkpic-doc' 'texlive-mla-paper' 'texlive-mla-paper-doc' 'texlive-mlacls' 'texlive-mlacls-doc' 'texlive-mleftright' 'texlive-mleftright-doc' 'texlive-mlist' 'texlive-mlist-doc' 'texlive-mltex' 'texlive-mltex-bin' 'texlive-mltex-doc' 'texlive-mmap' 'texlive-mmap-doc' 'texlive-mnotes' 'texlive-mnotes-doc' 'texlive-mnras' 'texlive-mnras-doc' 'texlive-mnsymbol' 'texlive-mnsymbol-doc' 'texlive-mnsymbol-fonts' 'texlive-modeles-factures-belges-assocs' 'texlive-modeles-factures-belges-assocs-doc' 'texlive-moderncv' 'texlive-moderncv-doc' 'texlive-modernposter' 'texlive-modernposter-doc' 'texlive-moderntimeline' 'texlive-moderntimeline-doc' 'texlive-modes' 'texlive-modes-doc' 'texlive-modiagram' 'texlive-modiagram-doc' 'texlive-modref' 'texlive-modref-doc' 'texlive-modroman' 'texlive-modroman-doc' 'texlive-modular' 'texlive-modular-doc' 'texlive-modulus' 'texlive-modulus-doc' 'texlive-mongolian-babel' 'texlive-mongolian-babel-doc' 'texlive-monofill' 'texlive-monofill-doc' 'texlive-montex' 'texlive-montex-doc' 'texlive-montex-fonts' 'texlive-montserrat' 'texlive-montserrat-doc' 'texlive-montserrat-fonts' 'texlive-moodle' 'texlive-moodle-doc' 'texlive-moreenum' 'texlive-moreenum-doc' 'texlive-morefloats' 'texlive-morefloats-doc' 'texlive-morehype' 'texlive-morehype-doc' 'texlive-moresize' 'texlive-moresize-doc' 'texlive-moreverb' 'texlive-moreverb-doc' 'texlive-morewrites' 'texlive-morewrites-doc' 'texlive-morisawa' 'texlive-morisawa-doc' 'texlive-movie15' 'texlive-movie15-doc' 'texlive-mp3d' 'texlive-mp3d-doc' 'texlive-mparhack' 'texlive-mparhack-doc' 'texlive-mparrows' 'texlive-mparrows-doc' 'texlive-mpattern' 'texlive-mpattern-doc' 'texlive-mpcolornames' 'texlive-mpcolornames-doc' 'texlive-mpfonts' 'texlive-mpfonts-doc' 'texlive-mpgraphics' 'texlive-mpgraphics-doc' 'texlive-mpman-ru' 'texlive-mpostinl' 'texlive-mpostinl-doc' 'texlive-mptopdf' 'texlive-mptopdf-bin' 'texlive-mptopdf-doc' 'texlive-mptrees' 'texlive-mptrees-doc' 'texlive-ms' 'texlive-ms-doc' 'texlive-msc' 'texlive-msc-doc' 'texlive-msg' 'texlive-msg-doc' 'texlive-mslapa' 'texlive-mslapa-doc' 'texlive-msu-thesis' 'texlive-msu-thesis-doc' 'texlive-mtgreek' 'texlive-mtgreek-doc' 'texlive-mucproc' 'texlive-mucproc-doc' 'texlive-mugsthesis' 'texlive-mugsthesis-doc' 'texlive-multenum' 'texlive-multenum-doc' 'texlive-multiaudience' 'texlive-multiaudience-doc' 'texlive-multibbl' 'texlive-multibbl-doc' 'texlive-multibib' 'texlive-multibib-doc' 'texlive-multibibliography' 'texlive-multibibliography-bin' 'texlive-multibibliography-doc' 'texlive-multicap' 'texlive-multicap-doc' 'texlive-multicolrule' 'texlive-multicolrule-doc' 'texlive-multidef' 'texlive-multidef-doc' 'texlive-multido' 'texlive-multido-doc' 'texlive-multienv' 'texlive-multienv-doc' 'texlive-multiexpand' 'texlive-multiexpand-doc' 'texlive-multilang' 'texlive-multilang-doc' 'texlive-multiobjective' 'texlive-multiobjective-doc' 'texlive-multirow' 'texlive-multirow-doc' 'texlive-munich' 'texlive-munich-doc' 'texlive-musical' 'texlive-musical-doc' 'texlive-musicography' 'texlive-musicography-doc' 'texlive-musikui' 'texlive-musikui-doc' 'texlive-musixguit' 'texlive-musixguit-doc' 'texlive-musixtex' 'texlive-musixtex-bin' 'texlive-musixtex-doc' 'texlive-musixtex-fonts' 'texlive-musixtex-fonts-doc' 'texlive-musixtex-fonts-fonts' 'texlive-musixtnt' 'texlive-musixtnt-bin' 'texlive-musixtnt-doc' 'texlive-musuos' 'texlive-musuos-doc' 'texlive-muthesis' 'texlive-muthesis-doc' 'texlive-mversion' 'texlive-mversion-doc' 'texlive-mwcls' 'texlive-mwcls-doc' 'texlive-mwe' 'texlive-mwe-doc' 'texlive-mweights' 'texlive-mweights-doc' 'texlive-mxedruli' 'texlive-mxedruli-doc' 'texlive-mxedruli-fonts' 'texlive-mycv' 'texlive-mycv-doc' 'texlive-mylatexformat' 'texlive-mylatexformat-doc' 'texlive-mynsfc' 'texlive-mynsfc-doc' 'texlive-na-box' 'texlive-na-box-doc' 'texlive-na-position' 'texlive-na-position-doc' 'texlive-nag' 'texlive-nag-doc' 'texlive-nameauth' 'texlive-nameauth-doc' 'texlive-namespc' 'texlive-namespc-doc' 'texlive-nanicolle' 'texlive-nanicolle-doc' 'texlive-nanumtype1' 'texlive-nanumtype1-doc' 'texlive-nanumtype1-fonts' 'texlive-nar' 'texlive-natbib' 'texlive-natbib-doc' 'texlive-natded' 'texlive-natded-doc' 'texlive-nath' 'texlive-nath-doc' 'texlive-nature' 'texlive-nature-doc' 'texlive-navigator' 'texlive-navigator-doc' 'texlive-navydocs' 'texlive-navydocs-doc' 'texlive-ncclatex' 'texlive-ncclatex-doc' 'texlive-ncctools' 'texlive-ncctools-doc' 'texlive-ncntrsbk' 'texlive-ncntrsbk-fonts' 'texlive-nddiss' 'texlive-nddiss-doc' 'texlive-ndsu-thesis' 'texlive-ndsu-thesis-doc' 'texlive-needspace' 'texlive-needspace-doc' 'texlive-nestquot' 'texlive-neuralnetwork' 'texlive-neuralnetwork-doc' 'texlive-nevelok' 'texlive-nevelok-doc' 'texlive-newcommand' 'texlive-newcomputermodern' 'texlive-newcomputermodern-doc' 'texlive-newcomputermodern-fonts' 'texlive-newenviron' 'texlive-newenviron-doc' 'texlive-newfile' 'texlive-newfile-doc' 'texlive-newfloat' 'texlive-newfloat-doc' 'texlive-newlfm' 'texlive-newlfm-doc' 'texlive-newpx' 'texlive-newpx-doc' 'texlive-newpx-fonts' 'texlive-newsletr' 'texlive-newsletr-doc' 'texlive-newspaper' 'texlive-newspaper-doc' 'texlive-newtx' 'texlive-newtx-doc' 'texlive-newtx-fonts' 'texlive-newtxsf' 'texlive-newtxsf-doc' 'texlive-newtxsf-fonts' 'texlive-newtxtt' 'texlive-newtxtt-doc' 'texlive-newtxtt-fonts' 'texlive-newunicodechar' 'texlive-newunicodechar-doc' 'texlive-newvbtm' 'texlive-newvbtm-doc' 'texlive-newverbs' 'texlive-newverbs-doc' 'texlive-nextpage' 'texlive-nfssext-cfr' 'texlive-nfssext-cfr-doc' 'texlive-nicefilelist' 'texlive-nicefilelist-doc' 'texlive-niceframe' 'texlive-niceframe-doc' 'texlive-niceframe-type1' 'texlive-niceframe-type1-doc' 'texlive-niceframe-type1-fonts' 'texlive-nicematrix' 'texlive-nicematrix-doc' 'texlive-nicetext' 'texlive-nicetext-doc' 'texlive-nidanfloat' 'texlive-nidanfloat-doc' 'texlive-nih' 'texlive-nih-doc' 'texlive-nihbiosketch' 'texlive-nihbiosketch-doc' 'texlive-nimbus15' 'texlive-nimbus15-doc' 'texlive-nimbus15-fonts' 'texlive-njurepo' 'texlive-njurepo-doc' 'texlive-nkarta' 'texlive-nkarta-doc' 'texlive-nlctdoc' 'texlive-nlctdoc-doc' 'texlive-nmbib' 'texlive-nmbib-doc' 'texlive-noconflict' 'texlive-noconflict-doc' 'texlive-nodetree' 'texlive-nodetree-doc' 'texlive-noindentafter' 'texlive-noindentafter-doc' 'texlive-noitcrul' 'texlive-noitcrul-doc' 'texlive-nolbreaks' 'texlive-nolbreaks-doc' 'texlive-nomencl' 'texlive-nomencl-doc' 'texlive-nomentbl' 'texlive-nomentbl-doc' 'texlive-nonfloat' 'texlive-nonfloat-doc' 'texlive-nonumonpart' 'texlive-nonumonpart-doc' 'texlive-nopageno' 'texlive-nopageno-doc' 'texlive-norasi-c90' 'texlive-normalcolor' 'texlive-normalcolor-doc' 'texlive-nostarch' 'texlive-nostarch-doc' 'texlive-notes' 'texlive-notes-doc' 'texlive-notes2bib' 'texlive-notes2bib-doc' 'texlive-notespages' 'texlive-notespages-doc' 'texlive-notestex' 'texlive-notestex-doc' 'texlive-notex-bst' 'texlive-noto' 'texlive-noto-doc' 'texlive-noto-emoji' 'texlive-noto-emoji-doc' 'texlive-noto-emoji-fonts' 'texlive-noto-fonts' 'texlive-notoccite' 'texlive-notoccite-doc' 'texlive-novel' 'texlive-novel-doc' 'texlive-novel-fonts' 'texlive-nowidow' 'texlive-nowidow-doc' 'texlive-nox' 'texlive-nox-doc' 'texlive-npp-for-context' 'texlive-nrc' 'texlive-nrc-doc' 'texlive-ntgclass' 'texlive-ntgclass-doc' 'texlive-nth' 'texlive-ntheorem' 'texlive-ntheorem-doc' 'texlive-ntheorem-vn' 'texlive-nuc' 'texlive-nuc-doc' 'texlive-nucleardata' 'texlive-nucleardata-doc' 'texlive-numberedblock' 'texlive-numberedblock-doc' 'texlive-numberpt' 'texlive-numberpt-doc' 'texlive-numericplots' 'texlive-numericplots-doc' 'texlive-numname' 'texlive-numname-doc' 'texlive-numnameru' 'texlive-numnameru-doc' 'texlive-numprint' 'texlive-numprint-doc' 'texlive-numspell' 'texlive-numspell-doc' 'texlive-nwejm' 'texlive-nwejm-doc' 'texlive-oberdiek' 'texlive-oberdiek-doc' 'texlive-objectz' 'texlive-objectz-doc' 'texlive-obnov' 'texlive-obnov-doc' 'texlive-ocg-p' 'texlive-ocg-p-doc' 'texlive-ocgx' 'texlive-ocgx-doc' 'texlive-ocgx2' 'texlive-ocgx2-doc' 'texlive-ocherokee' 'texlive-ocherokee-doc' 'texlive-ocherokee-fonts' 'texlive-ocr-b' 'texlive-ocr-b-doc' 'texlive-ocr-b-outline' 'texlive-ocr-b-outline-doc' 'texlive-ocr-b-outline-fonts' 'texlive-ocr-latex' 'texlive-ocr-latex-doc' 'texlive-octave' 'texlive-octave-doc' 'texlive-octavo' 'texlive-octavo-doc' 'texlive-odsfile' 'texlive-odsfile-doc' 'texlive-ofs' 'texlive-ofs-doc' 'texlive-ogham' 'texlive-ogham-doc' 'texlive-oinuit' 'texlive-oinuit-doc' 'texlive-oinuit-fonts' 'texlive-old-arrows' 'texlive-old-arrows-doc' 'texlive-old-arrows-fonts' 'texlive-oldlatin' 'texlive-oldlatin-doc' 'texlive-oldstandard' 'texlive-oldstandard-doc' 'texlive-oldstandard-fonts' 'texlive-oldstyle' 'texlive-oldstyle-doc' 'texlive-olsak-misc' 'texlive-olsak-misc-doc' 'texlive-omega' 'texlive-omega-doc' 'texlive-omega-fonts' 'texlive-omegaware' 'texlive-omegaware-bin' 'texlive-onedown' 'texlive-onedown-doc' 'texlive-onlyamsmath' 'texlive-onlyamsmath-doc' 'texlive-onrannual' 'texlive-onrannual-doc' 'texlive-opcit' 'texlive-opcit-doc' 'texlive-opensans' 'texlive-opensans-doc' 'texlive-opensans-fonts' 'texlive-oplotsymbl' 'texlive-oplotsymbl-doc' 'texlive-opteng' 'texlive-opteng-doc' 'texlive-optex' 'texlive-optex-bin' 'texlive-optex-doc' 'texlive-optidef' 'texlive-optidef-doc' 'texlive-optional' 'texlive-optional-doc' 'texlive-options' 'texlive-options-doc' 'texlive-ordinalpt' 'texlive-ordinalpt-doc' 'texlive-orkhun' 'texlive-orkhun-doc' 'texlive-oscola' 'texlive-oscola-doc' 'texlive-ot-tableau' 'texlive-ot-tableau-doc' 'texlive-othello' 'texlive-othello-doc' 'texlive-othelloboard' 'texlive-othelloboard-doc' 'texlive-otibet' 'texlive-otibet-doc' 'texlive-oubraces' 'texlive-oubraces-doc' 'texlive-outerhbox' 'texlive-outline' 'texlive-outline-doc' 'texlive-outliner' 'texlive-outliner-doc' 'texlive-outlines' 'texlive-outlines-doc' 'texlive-outlining' 'texlive-outlining-doc' 'texlive-overlays' 'texlive-overlays-doc' 'texlive-overlock' 'texlive-overlock-doc' 'texlive-overlock-fonts' 'texlive-overpic' 'texlive-overpic-doc' 'texlive-pacioli' 'texlive-pacioli-doc' 'texlive-padauk' 'texlive-padauk-doc' 'texlive-padauk-fonts' 'texlive-padcount' 'texlive-padcount-doc' 'texlive-pagecolor' 'texlive-pagecolor-doc' 'texlive-pagecont' 'texlive-pagecont-doc' 'texlive-pagenote' 'texlive-pagenote-doc' 'texlive-pagerange' 'texlive-pagerange-doc' 'texlive-pageslts' 'texlive-pageslts-doc' 'texlive-palatino' 'texlive-palatino-fonts' 'texlive-paper' 'texlive-paper-doc' 'texlive-papercdcase' 'texlive-papercdcase-doc' 'texlive-papermas' 'texlive-papermas-doc' 'texlive-papertex' 'texlive-papertex-doc' 'texlive-paracol' 'texlive-paracol-doc' 'texlive-parades' 'texlive-parades-doc' 'texlive-paralist' 'texlive-paralist-doc' 'texlive-parallel' 'texlive-parallel-doc' 'texlive-paratype' 'texlive-paratype-doc' 'texlive-paratype-fonts' 'texlive-paresse' 'texlive-paresse-doc' 'texlive-parnotes' 'texlive-parnotes-doc' 'texlive-parrun' 'texlive-parrun-doc' 'texlive-parsa' 'texlive-parsa-doc' 'texlive-parselines' 'texlive-parselines-doc' 'texlive-parskip' 'texlive-parskip-doc' 'texlive-pas-cours' 'texlive-pas-cours-doc' 'texlive-pas-crosswords' 'texlive-pas-crosswords-doc' 'texlive-pas-cv' 'texlive-pas-cv-doc' 'texlive-pas-tableur' 'texlive-pas-tableur-doc' 'texlive-passivetex' 'texlive-patch' 'texlive-patchcmd' 'texlive-patchcmd-doc' 'texlive-patgen' 'texlive-patgen-bin' 'texlive-patgen2-tutorial' 'texlive-path' 'texlive-path-doc' 'texlive-pauldoc' 'texlive-pauldoc-doc' 'texlive-pawpict' 'texlive-pawpict-doc' 'texlive-pax' 'texlive-pax-bin' 'texlive-pax-doc' 'texlive-pb-diagram' 'texlive-pb-diagram-doc' 'texlive-pbibtex-base' 'texlive-pbibtex-base-doc' 'texlive-pbox' 'texlive-pbox-doc' 'texlive-pbsheet' 'texlive-pbsheet-doc' 'texlive-pdf-trans' 'texlive-pdf-trans-doc' 'texlive-pdf14' 'texlive-pdf14-doc' 'texlive-pdfarticle' 'texlive-pdfarticle-doc' 'texlive-pdfbook2' 'texlive-pdfbook2-bin' 'texlive-pdfbook2-doc' 'texlive-pdfcolmk' 'texlive-pdfcolmk-doc' 'texlive-pdfcomment' 'texlive-pdfcomment-doc' 'texlive-pdfcprot' 'texlive-pdfcprot-doc' 'texlive-pdfcrop' 'texlive-pdfcrop-bin' 'texlive-pdfcrop-doc' 'texlive-pdfescape' 'texlive-pdfescape-doc' 'texlive-pdfjam' 'texlive-pdfjam-bin' 'texlive-pdfjam-doc' 'texlive-pdflatexpicscale' 'texlive-pdflatexpicscale-bin' 'texlive-pdflatexpicscale-doc' 'texlive-pdflscape' 'texlive-pdflscape-doc' 'texlive-pdfmarginpar' 'texlive-pdfmarginpar-doc' 'texlive-pdfoverlay' 'texlive-pdfoverlay-doc' 'texlive-pdfpagediff' 'texlive-pdfpagediff-doc' 'texlive-pdfpages' 'texlive-pdfpages-doc' 'texlive-pdfpc' 'texlive-pdfpc-doc' 'texlive-pdfpc-movie' 'texlive-pdfpc-movie-doc' 'texlive-pdfprivacy' 'texlive-pdfprivacy-doc' 'texlive-pdfreview' 'texlive-pdfreview-doc' 'texlive-pdfscreen' 'texlive-pdfscreen-doc' 'texlive-pdfslide' 'texlive-pdfslide-doc' 'texlive-pdfsync' 'texlive-pdfsync-doc' 'texlive-pdftex' 'texlive-pdftex-bin' 'texlive-pdftex-doc' 'texlive-pdftex-fonts' 'texlive-pdftex-quiet' 'texlive-pdftex-quiet-bin' 'texlive-pdftex-quiet-doc' 'texlive-pdftexcmds' 'texlive-pdftexcmds-doc' 'texlive-pdftosrc' 'texlive-pdftosrc-bin' 'texlive-pdftricks' 'texlive-pdftricks-doc' 'texlive-pdftricks2' 'texlive-pdftricks2-doc' 'texlive-pdfwin' 'texlive-pdfwin-doc' 'texlive-pdfx' 'texlive-pdfx-doc' 'texlive-pdfxup' 'texlive-pdfxup-bin' 'texlive-pdfxup-doc' 'texlive-pecha' 'texlive-pecha-doc' 'texlive-pedigree-perl' 'texlive-pedigree-perl-bin' 'texlive-pedigree-perl-doc' 'texlive-penrose' 'texlive-penrose-doc' 'texlive-perception' 'texlive-perception-doc' 'texlive-perfectcut' 'texlive-perfectcut-doc' 'texlive-perltex' 'texlive-perltex-bin' 'texlive-perltex-doc' 'texlive-permute' 'texlive-permute-doc' 'texlive-persian-bib' 'texlive-persian-bib-doc' 'texlive-petiteannonce' 'texlive-petiteannonce-doc' 'texlive-petri-nets' 'texlive-petri-nets-bin' 'texlive-petri-nets-doc' 'texlive-pfarrei' 'texlive-pfarrei-bin' 'texlive-pfarrei-doc' 'texlive-pgf' 'texlive-pgf-blur' 'texlive-pgf-blur-doc' 'texlive-pgf-cmykshadings' 'texlive-pgf-cmykshadings-doc' 'texlive-pgf-doc' 'texlive-pgf-soroban' 'texlive-pgf-soroban-doc' 'texlive-pgf-spectra' 'texlive-pgf-spectra-doc' 'texlive-pgf-umlcd' 'texlive-pgf-umlcd-doc' 'texlive-pgf-umlsd' 'texlive-pgf-umlsd-doc' 'texlive-pgfgantt' 'texlive-pgfgantt-doc' 'texlive-pgfkeyx' 'texlive-pgfkeyx-doc' 'texlive-pgfmolbio' 'texlive-pgfmolbio-doc' 'texlive-pgfmorepages' 'texlive-pgfmorepages-doc' 'texlive-pgfopts' 'texlive-pgfopts-doc' 'texlive-pgfornament' 'texlive-pgfornament-doc' 'texlive-pgfornament-han' 'texlive-pgfornament-han-doc' 'texlive-pgfplots' 'texlive-pgfplots-doc' 'texlive-phaistos' 'texlive-phaistos-doc' 'texlive-phaistos-fonts' 'texlive-phffullpagefigure' 'texlive-phffullpagefigure-doc' 'texlive-phfnote' 'texlive-phfnote-doc' 'texlive-phfparen' 'texlive-phfparen-doc' 'texlive-phfqit' 'texlive-phfqit-doc' 'texlive-phfquotetext' 'texlive-phfquotetext-doc' 'texlive-phfsvnwatermark' 'texlive-phfsvnwatermark-doc' 'texlive-phfthm' 'texlive-phfthm-doc' 'texlive-philex' 'texlive-philex-doc' 'texlive-philokalia' 'texlive-philokalia-doc' 'texlive-philokalia-fonts' 'texlive-philosophersimprint' 'texlive-philosophersimprint-doc' 'texlive-phonenumbers' 'texlive-phonenumbers-doc' 'texlive-phonetic' 'texlive-phonetic-doc' 'texlive-phonrule' 'texlive-phonrule-doc' 'texlive-photo' 'texlive-photo-doc' 'texlive-physconst' 'texlive-physconst-doc' 'texlive-physics' 'texlive-physics-doc' 'texlive-physunits' 'texlive-physunits-doc' 'texlive-piano' 'texlive-piano-doc' 'texlive-picinpar' 'texlive-picinpar-doc' 'texlive-pict2e' 'texlive-pict2e-doc' 'texlive-pictex' 'texlive-pictex-doc' 'texlive-pictex2' 'texlive-pictexsum' 'texlive-picture' 'texlive-picture-doc' 'texlive-piechartmp' 'texlive-piechartmp-doc' 'texlive-piff' 'texlive-piff-doc' 'texlive-pigpen' 'texlive-pigpen-doc' 'texlive-pigpen-fonts' 'texlive-pinlabel' 'texlive-pinlabel-doc' 'texlive-pinoutikz' 'texlive-pinoutikz-doc' 'texlive-pitex' 'texlive-pitex-doc' 'texlive-pittetd' 'texlive-pittetd-doc' 'texlive-pixelart' 'texlive-pixelart-doc' 'texlive-pkfix' 'texlive-pkfix-bin' 'texlive-pkfix-doc' 'texlive-pkfix-helper' 'texlive-pkfix-helper-bin' 'texlive-pkfix-helper-doc' 'texlive-pkgloader' 'texlive-pkgloader-doc' 'texlive-pkuthss' 'texlive-pkuthss-doc' 'texlive-pl' 'texlive-pl-doc' 'texlive-pl-fonts' 'texlive-placeat' 'texlive-placeat-doc' 'texlive-placeins' 'texlive-placeins-doc' 'texlive-placeins-plain' 'texlive-plain' 'texlive-plain-doc' 'texlive-plainpkg' 'texlive-plainpkg-doc' 'texlive-plainyr' 'texlive-plantslabels' 'texlive-plantslabels-doc' 'texlive-plantuml' 'texlive-plantuml-doc' 'texlive-plari' 'texlive-plari-doc' 'texlive-plates' 'texlive-plates-doc' 'texlive-platex' 'texlive-platex-bin' 'texlive-platex-doc' 'texlive-platex-tools' 'texlive-platex-tools-doc' 'texlive-platexcheat' 'texlive-plautopatch' 'texlive-plautopatch-doc' 'texlive-play' 'texlive-play-doc' 'texlive-playfair' 'texlive-playfair-doc' 'texlive-playfair-fonts' 'texlive-plex' 'texlive-plex-doc' 'texlive-plex-fonts' 'texlive-plex-otf' 'texlive-plex-otf-doc' 'texlive-plipsum' 'texlive-plipsum-doc' 'texlive-plnfss' 'texlive-plnfss-doc' 'texlive-plstmary' 'texlive-plstmary-doc' 'texlive-plweb' 'texlive-plweb-doc' 'texlive-pm-isomath' 'texlive-pm-isomath-doc' 'texlive-pmboxdraw' 'texlive-pmboxdraw-doc' 'texlive-pmgraph' 'texlive-pmgraph-doc' 'texlive-pmhanguljamo' 'texlive-pmhanguljamo-doc' 'texlive-pmx' 'texlive-pmx-bin' 'texlive-pmx-doc' 'texlive-pmxchords' 'texlive-pmxchords-bin' 'texlive-pmxchords-doc' 'texlive-pnas2009' 'texlive-poemscol' 'texlive-poemscol-doc' 'texlive-poetry' 'texlive-poetry-doc' 'texlive-poetrytex' 'texlive-poetrytex-doc' 'texlive-poiretone' 'texlive-poiretone-doc' 'texlive-poiretone-fonts' 'texlive-polexpr' 'texlive-polexpr-doc' 'texlive-polski' 'texlive-polski-doc' 'texlive-poltawski' 'texlive-poltawski-doc' 'texlive-poltawski-fonts' 'texlive-polyglossia' 'texlive-polyglossia-doc' 'texlive-polynom' 'texlive-polynom-doc' 'texlive-polynomial' 'texlive-polynomial-doc' 'texlive-polytable' 'texlive-polytable-doc' 'texlive-poormanlog' 'texlive-poormanlog-doc' 'texlive-postage' 'texlive-postage-doc' 'texlive-postcards' 'texlive-postcards-doc' 'texlive-poster-mac' 'texlive-poster-mac-doc' 'texlive-powerdot' 'texlive-powerdot-doc' 'texlive-powerdot-fuberlin' 'texlive-powerdot-fuberlin-doc' 'texlive-powerdot-tuliplab' 'texlive-powerdot-tuliplab-doc' 'texlive-ppr-prv' 'texlive-ppr-prv-doc' 'texlive-pracjourn' 'texlive-pracjourn-doc' 'texlive-practicalreports' 'texlive-practicalreports-doc' 'texlive-preprint' 'texlive-preprint-doc' 'texlive-prerex' 'texlive-prerex-doc' 'texlive-present' 'texlive-present-doc' 'texlive-presentations' 'texlive-presentations-en' 'texlive-pressrelease' 'texlive-pressrelease-doc' 'texlive-prettyref' 'texlive-prettyref-doc' 'texlive-preview' 'texlive-preview-doc' 'texlive-prftree' 'texlive-prftree-doc' 'texlive-printlen' 'texlive-printlen-doc' 'texlive-proba' 'texlive-proba-doc' 'texlive-probsoln' 'texlive-probsoln-doc' 'texlive-procIAGssymp' 'texlive-procIAGssymp-doc' 'texlive-prodint' 'texlive-prodint-doc' 'texlive-prodint-fonts' 'texlive-productbox' 'texlive-productbox-doc' 'texlive-program' 'texlive-program-doc' 'texlive-progress' 'texlive-progress-doc' 'texlive-progressbar' 'texlive-progressbar-doc' 'texlive-proof-at-the-end' 'texlive-proof-at-the-end-doc' 'texlive-proofread' 'texlive-proofread-doc' 'texlive-prooftrees' 'texlive-prooftrees-doc' 'texlive-properties' 'texlive-properties-doc' 'texlive-proposal' 'texlive-proposal-doc' 'texlive-prosper' 'texlive-prosper-doc' 'texlive-protex' 'texlive-protex-doc' 'texlive-protocol' 'texlive-protocol-doc' 'texlive-prtec' 'texlive-prtec-doc' 'texlive-przechlewski-book' 'texlive-przechlewski-book-doc' 'texlive-ps2eps' 'texlive-ps2eps-bin' 'texlive-ps2eps-doc' 'texlive-ps2pk' 'texlive-ps2pk-bin' 'texlive-psbao' 'texlive-psbao-doc' 'texlive-pseudo' 'texlive-pseudo-doc' 'texlive-pseudocode' 'texlive-pseudocode-doc' 'texlive-psfrag' 'texlive-psfrag-doc' 'texlive-psfrag-italian' 'texlive-psfragx' 'texlive-psfragx-doc' 'texlive-psgo' 'texlive-psgo-doc' 'texlive-psizzl' 'texlive-psizzl-doc' 'texlive-pslatex' 'texlive-psnfss' 'texlive-psnfss-doc' 'texlive-pspicture' 'texlive-pspicture-doc' 'texlive-pst-2dplot' 'texlive-pst-2dplot-doc' 'texlive-pst-3d' 'texlive-pst-3d-doc' 'texlive-pst-3dplot' 'texlive-pst-3dplot-doc' 'texlive-pst-abspos' 'texlive-pst-abspos-doc' 'texlive-pst-am' 'texlive-pst-am-doc' 'texlive-pst-antiprism' 'texlive-pst-antiprism-doc' 'texlive-pst-arrow' 'texlive-pst-arrow-doc' 'texlive-pst-asr' 'texlive-pst-asr-doc' 'texlive-pst-bar' 'texlive-pst-bar-doc' 'texlive-pst-barcode' 'texlive-pst-barcode-doc' 'texlive-pst-bezier' 'texlive-pst-bezier-doc' 'texlive-pst-blur' 'texlive-pst-blur-doc' 'texlive-pst-bspline' 'texlive-pst-bspline-doc' 'texlive-pst-calculate' 'texlive-pst-calculate-doc' 'texlive-pst-calendar' 'texlive-pst-calendar-doc' 'texlive-pst-cie' 'texlive-pst-cie-doc' 'texlive-pst-circ' 'texlive-pst-circ-doc' 'texlive-pst-coil' 'texlive-pst-coil-doc' 'texlive-pst-contourplot' 'texlive-pst-contourplot-doc' 'texlive-pst-cox' 'texlive-pst-cox-doc' 'texlive-pst-dart' 'texlive-pst-dart-doc' 'texlive-pst-dbicons' 'texlive-pst-dbicons-doc' 'texlive-pst-diffraction' 'texlive-pst-diffraction-doc' 'texlive-pst-electricfield' 'texlive-pst-electricfield-doc' 'texlive-pst-eps' 'texlive-pst-eps-doc' 'texlive-pst-eucl' 'texlive-pst-eucl-doc' 'texlive-pst-eucl-translation-bg' 'texlive-pst-exa' 'texlive-pst-exa-doc' 'texlive-pst-feyn' 'texlive-pst-feyn-doc' 'texlive-pst-fill' 'texlive-pst-fill-doc' 'texlive-pst-fit' 'texlive-pst-fit-doc' 'texlive-pst-fr3d' 'texlive-pst-fr3d-doc' 'texlive-pst-fractal' 'texlive-pst-fractal-doc' 'texlive-pst-fun' 'texlive-pst-fun-doc' 'texlive-pst-func' 'texlive-pst-func-doc' 'texlive-pst-gantt' 'texlive-pst-gantt-doc' 'texlive-pst-geo' 'texlive-pst-geo-doc' 'texlive-pst-geometrictools' 'texlive-pst-geometrictools-doc' 'texlive-pst-ghsb' 'texlive-pst-ghsb-doc' 'texlive-pst-gr3d' 'texlive-pst-gr3d-doc' 'texlive-pst-grad' 'texlive-pst-grad-doc' 'texlive-pst-graphicx' 'texlive-pst-graphicx-doc' 'texlive-pst-infixplot' 'texlive-pst-infixplot-doc' 'texlive-pst-intersect' 'texlive-pst-intersect-doc' 'texlive-pst-jtree' 'texlive-pst-jtree-doc' 'texlive-pst-knot' 'texlive-pst-knot-doc' 'texlive-pst-labo' 'texlive-pst-labo-doc' 'texlive-pst-layout' 'texlive-pst-layout-doc' 'texlive-pst-lens' 'texlive-pst-lens-doc' 'texlive-pst-light3d' 'texlive-pst-light3d-doc' 'texlive-pst-lsystem' 'texlive-pst-lsystem-doc' 'texlive-pst-magneticfield' 'texlive-pst-magneticfield-doc' 'texlive-pst-marble' 'texlive-pst-marble-doc' 'texlive-pst-math' 'texlive-pst-math-doc' 'texlive-pst-mirror' 'texlive-pst-mirror-doc' 'texlive-pst-moire' 'texlive-pst-moire-doc' 'texlive-pst-node' 'texlive-pst-node-doc' 'texlive-pst-ob3d' 'texlive-pst-ob3d-doc' 'texlive-pst-ode' 'texlive-pst-ode-doc' 'texlive-pst-optexp' 'texlive-pst-optexp-doc' 'texlive-pst-optic' 'texlive-pst-optic-doc' 'texlive-pst-osci' 'texlive-pst-osci-doc' 'texlive-pst-ovl' 'texlive-pst-ovl-doc' 'texlive-pst-pad' 'texlive-pst-pad-doc' 'texlive-pst-pdf' 'texlive-pst-pdf-bin' 'texlive-pst-pdf-doc' 'texlive-pst-pdgr' 'texlive-pst-pdgr-doc' 'texlive-pst-perspective' 'texlive-pst-perspective-doc' 'texlive-pst-platon' 'texlive-pst-platon-doc' 'texlive-pst-plot' 'texlive-pst-plot-doc' 'texlive-pst-poker' 'texlive-pst-poker-doc' 'texlive-pst-poly' 'texlive-pst-poly-doc' 'texlive-pst-pulley' 'texlive-pst-pulley-doc' 'texlive-pst-qtree' 'texlive-pst-qtree-doc' 'texlive-pst-rputover' 'texlive-pst-rputover-doc' 'texlive-pst-rubans' 'texlive-pst-rubans-doc' 'texlive-pst-shell' 'texlive-pst-shell-doc' 'texlive-pst-sigsys' 'texlive-pst-sigsys-doc' 'texlive-pst-slpe' 'texlive-pst-slpe-doc' 'texlive-pst-solarsystem' 'texlive-pst-solarsystem-doc' 'texlive-pst-solides3d' 'texlive-pst-solides3d-doc' 'texlive-pst-soroban' 'texlive-pst-soroban-doc' 'texlive-pst-spectra' 'texlive-pst-spectra-doc' 'texlive-pst-spinner' 'texlive-pst-spinner-doc' 'texlive-pst-stru' 'texlive-pst-stru-doc' 'texlive-pst-support' 'texlive-pst-text' 'texlive-pst-text-doc' 'texlive-pst-thick' 'texlive-pst-thick-doc' 'texlive-pst-tools' 'texlive-pst-tools-doc' 'texlive-pst-tree' 'texlive-pst-tree-doc' 'texlive-pst-turtle' 'texlive-pst-turtle-doc' 'texlive-pst-tvz' 'texlive-pst-tvz-doc' 'texlive-pst-uml' 'texlive-pst-uml-doc' 'texlive-pst-vectorian' 'texlive-pst-vectorian-doc' 'texlive-pst-vehicle' 'texlive-pst-vehicle-doc' 'texlive-pst-venn' 'texlive-pst-venn-doc' 'texlive-pst-vowel' 'texlive-pst-vowel-doc' 'texlive-pst2pdf' 'texlive-pst2pdf-bin' 'texlive-pst2pdf-doc' 'texlive-pstool' 'texlive-pstool-doc' 'texlive-pstricks' 'texlive-pstricks-add' 'texlive-pstricks-add-doc' 'texlive-pstricks-doc' 'texlive-pstricks_calcnotes' 'texlive-pstring' 'texlive-pstring-doc' 'texlive-ptex' 'texlive-ptex-base' 'texlive-ptex-base-doc' 'texlive-ptex-bin' 'texlive-ptex-fontmaps' 'texlive-ptex-fontmaps-bin' 'texlive-ptex-fontmaps-doc' 'texlive-ptex-fonts' 'texlive-ptex-fonts-doc' 'texlive-ptex-manual' 'texlive-ptex2pdf' 'texlive-ptex2pdf-bin' 'texlive-ptex2pdf-doc' 'texlive-ptexenc-devel' 'texlive-ptext' 'texlive-ptext-doc' 'texlive-ptolemaicastronomy' 'texlive-ptolemaicastronomy-doc' 'texlive-ptptex' 'texlive-ptptex-doc' 'texlive-punk' 'texlive-punk-doc' 'texlive-punk-latex' 'texlive-punk-latex-doc' 'texlive-punknova' 'texlive-punknova-doc' 'texlive-punknova-fonts' 'texlive-purifyeps' 'texlive-purifyeps-bin' 'texlive-purifyeps-doc' 'texlive-pxbase' 'texlive-pxbase-doc' 'texlive-pxchfon' 'texlive-pxchfon-doc' 'texlive-pxcjkcat' 'texlive-pxcjkcat-doc' 'texlive-pxfonts' 'texlive-pxfonts-doc' 'texlive-pxfonts-fonts' 'texlive-pxgreeks' 'texlive-pxgreeks-doc' 'texlive-pxjahyper' 'texlive-pxjahyper-doc' 'texlive-pxjodel' 'texlive-pxjodel-doc' 'texlive-pxpgfmark' 'texlive-pxpgfmark-doc' 'texlive-pxrubrica' 'texlive-pxrubrica-doc' 'texlive-pxtatescale' 'texlive-pxtatescale-doc' 'texlive-pxtxalfa' 'texlive-pxtxalfa-doc' 'texlive-pxufont' 'texlive-pxufont-doc' 'texlive-pygmentex' 'texlive-pygmentex-bin' 'texlive-pygmentex-doc' 'texlive-python' 'texlive-python-doc' 'texlive-pythonhighlight' 'texlive-pythonhighlight-doc' 'texlive-pythontex' 'texlive-pythontex-bin' 'texlive-pythontex-doc' 'texlive-qcircuit' 'texlive-qcircuit-doc' 'texlive-qcm' 'texlive-qcm-doc' 'texlive-qobitree' 'texlive-qobitree-doc' 'texlive-qpxqtx' 'texlive-qpxqtx-doc' 'texlive-qrcode' 'texlive-qrcode-doc' 'texlive-qsharp' 'texlive-qsharp-doc' 'texlive-qstest' 'texlive-qstest-doc' 'texlive-qsymbols' 'texlive-qsymbols-doc' 'texlive-qtree' 'texlive-qtree-doc' 'texlive-qualitype' 'texlive-qualitype-doc' 'texlive-qualitype-fonts' 'texlive-quantikz' 'texlive-quantikz-doc' 'texlive-quantumarticle' 'texlive-quantumarticle-doc' 'texlive-quattrocento' 'texlive-quattrocento-doc' 'texlive-quattrocento-fonts' 'texlive-quicktype' 'texlive-quicktype-doc' 'texlive-quiz2socrative' 'texlive-quiz2socrative-doc' 'texlive-quotchap' 'texlive-quotchap-doc' 'texlive-quoting' 'texlive-quoting-doc' 'texlive-quotmark' 'texlive-quotmark-doc' 'texlive-quran' 'texlive-quran-de' 'texlive-quran-de-doc' 'texlive-quran-doc' 'texlive-quran-ur' 'texlive-r_und_s' 'texlive-r_und_s-doc' 'texlive-ragged2e' 'texlive-ragged2e-doc' 'texlive-raleway' 'texlive-raleway-doc' 'texlive-raleway-fonts' 'texlive-ran_toks' 'texlive-ran_toks-doc' 'texlive-randbild' 'texlive-randbild-doc' 'texlive-random' 'texlive-random-doc' 'texlive-randomlist' 'texlive-randomlist-doc' 'texlive-randomwalk' 'texlive-randomwalk-doc' 'texlive-randtext' 'texlive-randtext-doc' 'texlive-rank-2-roots' 'texlive-rank-2-roots-doc' 'texlive-rccol' 'texlive-rccol-doc' 'texlive-rcs' 'texlive-rcs-doc' 'texlive-rcs-multi' 'texlive-rcs-multi-doc' 'texlive-rcsinfo' 'texlive-rcsinfo-doc' 'texlive-readarray' 'texlive-readarray-doc' 'texlive-realboxes' 'texlive-realboxes-doc' 'texlive-realhats' 'texlive-realhats-doc' 'texlive-realscripts' 'texlive-realscripts-doc' 'texlive-rec-thy' 'texlive-rec-thy-doc' 'texlive-recipe' 'texlive-recipe-doc' 'texlive-recipebook' 'texlive-recipebook-doc' 'texlive-recipecard' 'texlive-recipecard-doc' 'texlive-rectopma' 'texlive-rectopma-doc' 'texlive-recycle' 'texlive-recycle-doc' 'texlive-recycle-fonts' 'texlive-refcheck' 'texlive-refcheck-doc' 'texlive-refcount' 'texlive-refcount-doc' 'texlive-refenums' 'texlive-refenums-doc' 'texlive-reflectgraphics' 'texlive-reflectgraphics-doc' 'texlive-refman' 'texlive-refman-doc' 'texlive-refstyle' 'texlive-refstyle-doc' 'texlive-regcount' 'texlive-regcount-doc' 'texlive-regexpatch' 'texlive-regexpatch-doc' 'texlive-register' 'texlive-register-doc' 'texlive-regstats' 'texlive-regstats-doc' 'texlive-reledmac' 'texlive-reledmac-doc' 'texlive-relenc' 'texlive-relenc-doc' 'texlive-relsize' 'texlive-relsize-doc' 'texlive-reotex' 'texlive-reotex-doc' 'texlive-repeatindex' 'texlive-repeatindex-doc' 'texlive-repere' 'texlive-repere-doc' 'texlive-repltext' 'texlive-repltext-doc' 'texlive-rerunfilecheck' 'texlive-rerunfilecheck-doc' 'texlive-resphilosophica' 'texlive-resphilosophica-doc' 'texlive-rest-api' 'texlive-rest-api-doc' 'texlive-resumecls' 'texlive-resumecls-doc' 'texlive-resumemac' 'texlive-resumemac-doc' 'texlive-returntogrid' 'texlive-returntogrid-doc' 'texlive-reverxii' 'texlive-revquantum' 'texlive-revquantum-doc' 'texlive-revtex' 'texlive-revtex-doc' 'texlive-revtex4' 'texlive-revtex4-doc' 'texlive-rgltxdoc' 'texlive-rgltxdoc-doc' 'texlive-ribbonproofs' 'texlive-ribbonproofs-doc' 'texlive-rjlparshap' 'texlive-rjlparshap-doc' 'texlive-rlepsf' 'texlive-rlepsf-doc' 'texlive-rmathbr' 'texlive-rmathbr-doc' 'texlive-rmpage' 'texlive-rmpage-doc' 'texlive-roboto' 'texlive-roboto-doc' 'texlive-roboto-fonts' 'texlive-robustcommand' 'texlive-robustcommand-doc' 'texlive-robustindex' 'texlive-robustindex-doc' 'texlive-roex' 'texlive-romanbar' 'texlive-romanbar-doc' 'texlive-romanbarpagenumber' 'texlive-romanbarpagenumber-doc' 'texlive-romande' 'texlive-romande-doc' 'texlive-romande-fonts' 'texlive-romanneg' 'texlive-romanneg-doc' 'texlive-romannum' 'texlive-romannum-doc' 'texlive-rosario' 'texlive-rosario-doc' 'texlive-rosario-fonts' 'texlive-rotfloat' 'texlive-rotfloat-doc' 'texlive-rotpages' 'texlive-rotpages-doc' 'texlive-roundbox' 'texlive-roundbox-doc' 'texlive-roundrect' 'texlive-roundrect-doc' 'texlive-rrgtrees' 'texlive-rrgtrees-doc' 'texlive-rsc' 'texlive-rsc-doc' 'texlive-rsfs' 'texlive-rsfs-doc' 'texlive-rsfs-fonts' 'texlive-rsfso' 'texlive-rsfso-doc' 'texlive-rterface' 'texlive-rterface-doc' 'texlive-rtkinenc' 'texlive-rtkinenc-doc' 'texlive-rtklage' 'texlive-rtklage-doc' 'texlive-rubik' 'texlive-rubik-bin' 'texlive-rubik-doc' 'texlive-ruhyphen' 'texlive-ruler' 'texlive-rulerbox' 'texlive-rulerbox-doc' 'texlive-rulercompass' 'texlive-rulercompass-doc' 'texlive-russ' 'texlive-russ-doc' 'texlive-rutitlepage' 'texlive-rutitlepage-doc' 'texlive-rviewport' 'texlive-rviewport-doc' 'texlive-rvwrite' 'texlive-rvwrite-doc' 'texlive-ryersonsgsthesis' 'texlive-ryersonsgsthesis-doc' 'texlive-ryethesis' 'texlive-ryethesis-doc' 'texlive-sa-tikz' 'texlive-sa-tikz-doc' 'texlive-sageep' 'texlive-sageep-doc' 'texlive-sanitize-umlaut' 'texlive-sanitize-umlaut-doc' 'texlive-sanskrit' 'texlive-sanskrit-doc' 'texlive-sanskrit-t1' 'texlive-sanskrit-t1-doc' 'texlive-sanskrit-t1-fonts' 'texlive-sansmath' 'texlive-sansmath-doc' 'texlive-sansmathaccent' 'texlive-sansmathaccent-doc' 'texlive-sansmathfonts' 'texlive-sansmathfonts-doc' 'texlive-sansmathfonts-fonts' 'texlive-sapthesis' 'texlive-sapthesis-doc' 'texlive-sasnrdisplay' 'texlive-sasnrdisplay-doc' 'texlive-sauerj' 'texlive-sauerj-doc' 'texlive-sauter' 'texlive-sauterfonts' 'texlive-sauterfonts-doc' 'texlive-savefnmark' 'texlive-savefnmark-doc' 'texlive-savesym' 'texlive-savetrees' 'texlive-savetrees-doc' 'texlive-scale' 'texlive-scale-doc' 'texlive-scalebar' 'texlive-scalebar-doc' 'texlive-scalerel' 'texlive-scalerel-doc' 'texlive-scanpages' 'texlive-scanpages-doc' 'texlive-scanpages-fonts' 'texlive-schedule' 'texlive-schedule-doc' 'texlive-schemabloc' 'texlive-schemabloc-doc' 'texlive-schemata' 'texlive-schemata-doc' 'texlive-scheme-basic' 'texlive-scheme-context' 'texlive-scheme-full' 'texlive-scheme-gust' 'texlive-scheme-infraonly' 'texlive-scheme-medium' 'texlive-scheme-minimal' 'texlive-scheme-small' 'texlive-scheme-tetex' 'texlive-scholax' 'texlive-scholax-doc' 'texlive-scholax-fonts' 'texlive-schule' 'texlive-schule-doc' 'texlive-schulmathematik' 'texlive-schulmathematik-doc' 'texlive-schulschriften' 'texlive-schulschriften-doc' 'texlive-schwalbe-chess' 'texlive-schwalbe-chess-doc' 'texlive-scientific-thesis-cover' 'texlive-scientific-thesis-cover-doc' 'texlive-sciposter' 'texlive-sciposter-doc' 'texlive-sclang-prettifier' 'texlive-sclang-prettifier-doc' 'texlive-scontents' 'texlive-scontents-doc' 'texlive-scratch' 'texlive-scratch-doc' 'texlive-scratch3' 'texlive-scratch3-doc' 'texlive-scratchx' 'texlive-scratchx-doc' 'texlive-screenplay' 'texlive-screenplay-doc' 'texlive-screenplay-pkg' 'texlive-screenplay-pkg-doc' 'texlive-scripts' 'texlive-scripts-bin' 'texlive-scripts-doc' 'texlive-scripts-extra' 'texlive-scripts-extra-bin' 'texlive-scripts-extra-doc' 'texlive-scrjrnl' 'texlive-scrjrnl-doc' 'texlive-scrlttr2copy' 'texlive-scrlttr2copy-doc' 'texlive-scsnowman' 'texlive-scsnowman-doc' 'texlive-sdaps' 'texlive-sdaps-doc' 'texlive-sdrt' 'texlive-sdrt-doc' 'texlive-sduthesis' 'texlive-sduthesis-doc' 'texlive-secdot' 'texlive-secdot-doc' 'texlive-secnum' 'texlive-secnum-doc' 'texlive-section' 'texlive-section-doc' 'texlive-sectionbox' 'texlive-sectionbox-doc' 'texlive-sectionbreak' 'texlive-sectionbreak-doc' 'texlive-sectsty' 'texlive-sectsty-doc' 'texlive-seealso' 'texlive-seealso-doc' 'texlive-seetexk' 'texlive-seetexk-bin' 'texlive-selectp' 'texlive-selectp-doc' 'texlive-selinput' 'texlive-selinput-doc' 'texlive-selnolig' 'texlive-selnolig-doc' 'texlive-semantic' 'texlive-semantic-doc' 'texlive-semantic-markup' 'texlive-semantic-markup-doc' 'texlive-semaphor' 'texlive-semaphor-doc' 'texlive-semaphor-fonts' 'texlive-seminar' 'texlive-seminar-doc' 'texlive-semioneside' 'texlive-semioneside-doc' 'texlive-semproc' 'texlive-semproc-doc' 'texlive-sepfootnotes' 'texlive-sepfootnotes-doc' 'texlive-sepnum' 'texlive-sepnum-doc' 'texlive-seqsplit' 'texlive-seqsplit-doc' 'texlive-serbian-apostrophe' 'texlive-serbian-apostrophe-doc' 'texlive-serbian-date-lat' 'texlive-serbian-date-lat-doc' 'texlive-serbian-def-cyr' 'texlive-serbian-def-cyr-doc' 'texlive-serbian-lig' 'texlive-serbian-lig-doc' 'texlive-sesamanuel' 'texlive-sesamanuel-doc' 'texlive-sesstime' 'texlive-sesstime-doc' 'texlive-setdeck' 'texlive-setdeck-doc' 'texlive-setspace' 'texlive-setspace-doc' 'texlive-seuthesis' 'texlive-seuthesis-doc' 'texlive-seuthesix' 'texlive-seuthesix-doc' 'texlive-sexam' 'texlive-sexam-doc' 'texlive-sf298' 'texlive-sf298-doc' 'texlive-sffms' 'texlive-sffms-doc' 'texlive-sfg' 'texlive-sfg-doc' 'texlive-sfmath' 'texlive-sgame' 'texlive-sgame-doc' 'texlive-shade' 'texlive-shade-doc' 'texlive-shadethm' 'texlive-shadethm-doc' 'texlive-shadow' 'texlive-shadow-doc' 'texlive-shadowtext' 'texlive-shadowtext-doc' 'texlive-shapepar' 'texlive-shapepar-doc' 'texlive-shapes' 'texlive-shapes-doc' 'texlive-shdoc' 'texlive-shdoc-doc' 'texlive-shipunov' 'texlive-shipunov-doc' 'texlive-shobhika' 'texlive-shobhika-doc' 'texlive-shobhika-fonts' 'texlive-short-math-guide' 'texlive-shortmathj' 'texlive-shortmathj-doc' 'texlive-shorttoc' 'texlive-shorttoc-doc' 'texlive-show2e' 'texlive-show2e-doc' 'texlive-showcharinbox' 'texlive-showcharinbox-doc' 'texlive-showdim' 'texlive-showdim-doc' 'texlive-showexpl' 'texlive-showexpl-doc' 'texlive-showhyphens' 'texlive-showhyphens-doc' 'texlive-showlabels' 'texlive-showlabels-doc' 'texlive-showtags' 'texlive-showtags-doc' 'texlive-shuffle' 'texlive-shuffle-doc' 'texlive-sidecap' 'texlive-sidecap-doc' 'texlive-sidenotes' 'texlive-sidenotes-doc' 'texlive-sides' 'texlive-sides-doc' 'texlive-signchart' 'texlive-signchart-doc' 'texlive-silence' 'texlive-silence-doc' 'texlive-simple-resume-cv' 'texlive-simple-resume-cv-doc' 'texlive-simple-thesis-dissertation' 'texlive-simple-thesis-dissertation-doc' 'texlive-simplebnf' 'texlive-simplebnf-doc' 'texlive-simplecd' 'texlive-simplecd-doc' 'texlive-simplecv' 'texlive-simplecv-doc' 'texlive-simpleinvoice' 'texlive-simpleinvoice-doc' 'texlive-simplekv' 'texlive-simplekv-doc' 'texlive-simpleoptics' 'texlive-simpleoptics-doc' 'texlive-simpler-wick' 'texlive-simpler-wick-doc' 'texlive-simplewick' 'texlive-simplewick-doc' 'texlive-simplified-latex' 'texlive-simurgh' 'texlive-simurgh-doc' 'texlive-sitem' 'texlive-sitem-doc' 'texlive-siunitx' 'texlive-siunitx-doc' 'texlive-skak' 'texlive-skak-doc' 'texlive-skaknew' 'texlive-skaknew-doc' 'texlive-skaknew-fonts' 'texlive-skb' 'texlive-skb-doc' 'texlive-skdoc' 'texlive-skdoc-doc' 'texlive-skeycommand' 'texlive-skeycommand-doc' 'texlive-skeyval' 'texlive-skeyval-doc' 'texlive-skmath' 'texlive-skmath-doc' 'texlive-skrapport' 'texlive-skrapport-doc' 'texlive-skull' 'texlive-slantsc' 'texlive-slantsc-doc' 'texlive-slideshow' 'texlive-slideshow-doc' 'texlive-smalltableof' 'texlive-smalltableof-doc' 'texlive-smartdiagram' 'texlive-smartdiagram-doc' 'texlive-smartref' 'texlive-smartref-doc' 'texlive-smartunits' 'texlive-smartunits-doc' 'texlive-snapshot' 'texlive-snapshot-doc' 'texlive-snotez' 'texlive-snotez-doc' 'texlive-songbook' 'texlive-songbook-doc' 'texlive-songs' 'texlive-songs-doc' 'texlive-sort-by-letters' 'texlive-sort-by-letters-doc' 'texlive-soton' 'texlive-soton-doc' 'texlive-soul' 'texlive-soul-doc' 'texlive-soulpos' 'texlive-soulpos-doc' 'texlive-soulutf8' 'texlive-soulutf8-doc' 'texlive-soup' 'texlive-soup-doc' 'texlive-sourcecodepro' 'texlive-sourcecodepro-doc' 'texlive-sourcecodepro-fonts' 'texlive-sourcesanspro' 'texlive-sourcesanspro-doc' 'texlive-sourcesanspro-fonts' 'texlive-sourceserifpro' 'texlive-sourceserifpro-doc' 'texlive-sourceserifpro-fonts' 'texlive-spacingtricks' 'texlive-spacingtricks-doc' 'texlive-spalign' 'texlive-spalign-doc' 'texlive-spark-otf' 'texlive-spark-otf-doc' 'texlive-sparklines' 'texlive-sparklines-doc' 'texlive-spath3' 'texlive-spath3-doc' 'texlive-spectralsequences' 'texlive-spectralsequences-doc' 'texlive-spelling' 'texlive-spelling-doc' 'texlive-sphdthesis' 'texlive-sphdthesis-doc' 'texlive-spie' 'texlive-spie-doc' 'texlive-splines' 'texlive-splines-doc' 'texlive-splitbib' 'texlive-splitbib-doc' 'texlive-splitindex' 'texlive-splitindex-bin' 'texlive-splitindex-doc' 'texlive-spot' 'texlive-spot-doc' 'texlive-spotcolor' 'texlive-spotcolor-doc' 'texlive-spreadtab' 'texlive-spreadtab-doc' 'texlive-spverbatim' 'texlive-spverbatim-doc' 'texlive-sr-vorl' 'texlive-sr-vorl-doc' 'texlive-srbook-mem' 'texlive-srbook-mem-doc' 'texlive-srcltx' 'texlive-srcltx-doc' 'texlive-srcredact' 'texlive-srcredact-bin' 'texlive-srcredact-doc' 'texlive-srdp-mathematik' 'texlive-srdp-mathematik-doc' 'texlive-sseq' 'texlive-sseq-doc' 'texlive-sslides' 'texlive-sslides-doc' 'texlive-stack' 'texlive-stackengine' 'texlive-stackengine-doc' 'texlive-stage' 'texlive-stage-doc' 'texlive-standalone' 'texlive-standalone-doc' 'texlive-stanli' 'texlive-stanli-doc' 'texlive-starfont' 'texlive-starfont-doc' 'texlive-starfont-fonts' 'texlive-startex' 'texlive-startex-doc' 'texlive-statex' 'texlive-statex-doc' 'texlive-statex2' 'texlive-statex2-doc' 'texlive-statistics' 'texlive-statistics-doc' 'texlive-statistik' 'texlive-statistik-doc' 'texlive-statmath' 'texlive-statmath-doc' 'texlive-staves' 'texlive-staves-doc' 'texlive-staves-fonts' 'texlive-stdclsdv' 'texlive-stdclsdv-doc' 'texlive-stdpage' 'texlive-stdpage-doc' 'texlive-stealcaps' 'texlive-stealcaps-doc' 'texlive-steinmetz' 'texlive-steinmetz-doc' 'texlive-stellenbosch' 'texlive-stellenbosch-doc' 'texlive-step' 'texlive-step-doc' 'texlive-step-fonts' 'texlive-stex' 'texlive-stex-doc' 'texlive-stickstoo' 'texlive-stickstoo-doc' 'texlive-stickstoo-fonts' 'texlive-stix' 'texlive-stix-doc' 'texlive-stix-fonts' 'texlive-stix2-otf' 'texlive-stix2-otf-doc' 'texlive-stix2-otf-fonts' 'texlive-stix2-type1' 'texlive-stix2-type1-doc' 'texlive-stix2-type1-fonts' 'texlive-stmaryrd' 'texlive-stmaryrd-doc' 'texlive-stmaryrd-fonts' 'texlive-storebox' 'texlive-storebox-doc' 'texlive-storecmd' 'texlive-storecmd-doc' 'texlive-stringenc' 'texlive-stringenc-doc' 'texlive-stringstrings' 'texlive-stringstrings-doc' 'texlive-structmech' 'texlive-struktex' 'texlive-struktex-doc' 'texlive-sttools' 'texlive-sttools-doc' 'texlive-stubs' 'texlive-stubs-doc' 'texlive-studenthandouts' 'texlive-studenthandouts-doc' 'texlive-sty2dtx' 'texlive-sty2dtx-bin' 'texlive-sty2dtx-doc' 'texlive-suanpan' 'texlive-suanpan-doc' 'texlive-subdepth' 'texlive-subdepth-doc' 'texlive-subdocs' 'texlive-subdocs-doc' 'texlive-subeqn' 'texlive-subeqn-doc' 'texlive-subeqnarray' 'texlive-subeqnarray-doc' 'texlive-subfig' 'texlive-subfig-doc' 'texlive-subfigmat' 'texlive-subfigmat-doc' 'texlive-subfigure' 'texlive-subfigure-doc' 'texlive-subfiles' 'texlive-subfiles-doc' 'texlive-subfloat' 'texlive-subfloat-doc' 'texlive-substances' 'texlive-substances-doc' 'texlive-substitutefont' 'texlive-substitutefont-doc' 'texlive-substr' 'texlive-substr-doc' 'texlive-subsupscripts' 'texlive-subsupscripts-doc' 'texlive-subtext' 'texlive-subtext-doc' 'texlive-sudoku' 'texlive-sudoku-doc' 'texlive-sudokubundle' 'texlive-sudokubundle-doc' 'texlive-suftesi' 'texlive-suftesi-doc' 'texlive-sugconf' 'texlive-sugconf-doc' 'texlive-superiors' 'texlive-superiors-doc' 'texlive-superiors-fonts' 'texlive-supertabular' 'texlive-supertabular-doc' 'texlive-susy' 'texlive-susy-doc' 'texlive-svg' 'texlive-svg-doc' 'texlive-svg-inkscape' 'texlive-svgcolor' 'texlive-svgcolor-doc' 'texlive-svn' 'texlive-svn-doc' 'texlive-svn-multi' 'texlive-svn-multi-bin' 'texlive-svn-multi-doc' 'texlive-svn-prov' 'texlive-svn-prov-doc' 'texlive-svninfo' 'texlive-svninfo-doc' 'texlive-svrsymbols' 'texlive-svrsymbols-doc' 'texlive-svrsymbols-fonts' 'texlive-swebib' 'texlive-swebib-doc' 'texlive-swimgraf' 'texlive-swimgraf-doc' 'texlive-swrule' 'texlive-syllogism' 'texlive-syllogism-doc' 'texlive-symbol' 'texlive-symbol-fonts' 'texlive-sympytexpackage' 'texlive-sympytexpackage-doc' 'texlive-synctex' 'texlive-synctex-bin' 'texlive-synctex-devel' 'texlive-synproof' 'texlive-synproof-doc' 'texlive-syntax' 'texlive-syntax-doc' 'texlive-syntrace' 'texlive-syntrace-doc' 'texlive-synttree' 'texlive-synttree-doc' 'texlive-systeme' 'texlive-systeme-doc' 'texlive-t-angles' 'texlive-t-angles-doc' 'texlive-t2' 'texlive-t2-doc' 'texlive-tabfigures' 'texlive-tabfigures-doc' 'texlive-table-fct' 'texlive-table-fct-doc' 'texlive-tableaux' 'texlive-tableaux-doc' 'texlive-tablefootnote' 'texlive-tablefootnote-doc' 'texlive-tableof' 'texlive-tableof-doc' 'texlive-tablestyles' 'texlive-tablestyles-doc' 'texlive-tablists' 'texlive-tablists-doc' 'texlive-tablor' 'texlive-tablor-doc' 'texlive-tabls' 'texlive-tabls-doc' 'texlive-tablvar' 'texlive-tablvar-doc' 'texlive-tabriz-thesis' 'texlive-tabriz-thesis-doc' 'texlive-tabstackengine' 'texlive-tabstackengine-doc' 'texlive-tabto-generic' 'texlive-tabto-ltx' 'texlive-tabto-ltx-doc' 'texlive-tabu' 'texlive-tabu-doc' 'texlive-tabularborder' 'texlive-tabularborder-doc' 'texlive-tabularcalc' 'texlive-tabularcalc-doc' 'texlive-tabularew' 'texlive-tabularew-doc' 'texlive-tabulars-e' 'texlive-tabulary' 'texlive-tabulary-doc' 'texlive-tabvar' 'texlive-tabvar-doc' 'texlive-tabvar-fonts' 'texlive-tagging' 'texlive-tagging-doc' 'texlive-tagpair' 'texlive-tagpair-doc' 'texlive-tagpdf' 'texlive-tagpdf-doc' 'texlive-talk' 'texlive-talk-doc' 'texlive-tamefloats' 'texlive-tamefloats-doc' 'texlive-tamethebeast' 'texlive-tap' 'texlive-tap-doc' 'texlive-tapir' 'texlive-tapir-doc' 'texlive-tapir-fonts' 'texlive-tasks' 'texlive-tasks-doc' 'texlive-tcldoc' 'texlive-tcldoc-doc' 'texlive-tcolorbox' 'texlive-tcolorbox-doc' 'texlive-tdclock' 'texlive-tdclock-doc' 'texlive-tds' 'texlive-tdsfrmath' 'texlive-tdsfrmath-doc' 'texlive-technics' 'texlive-technics-doc' 'texlive-technion-thesis-template' 'texlive-technion-thesis-template-doc' 'texlive-ted' 'texlive-ted-doc' 'texlive-templates-fenn' 'texlive-templates-sommer' 'texlive-templatetools' 'texlive-templatetools-doc' 'texlive-tempora' 'texlive-tempora-doc' 'texlive-tempora-fonts' 'texlive-tengwarscript' 'texlive-tengwarscript-doc' 'texlive-tensind' 'texlive-tensind-doc' 'texlive-tensor' 'texlive-tensor-doc' 'texlive-termcal' 'texlive-termcal-de' 'texlive-termcal-de-doc' 'texlive-termcal-doc' 'texlive-termlist' 'texlive-termlist-doc' 'texlive-termmenu' 'texlive-termmenu-doc' 'texlive-testhyphens' 'texlive-testhyphens-doc' 'texlive-testidx' 'texlive-testidx-doc' 'texlive-tetragonos' 'texlive-tetragonos-doc' 'texlive-teubner' 'texlive-teubner-doc' 'texlive-tex' 'texlive-tex-bin' 'texlive-tex-ewd' 'texlive-tex-ewd-doc' 'texlive-tex-font-errors-cheatsheet' 'texlive-tex-gyre' 'texlive-tex-gyre-doc' 'texlive-tex-gyre-fonts' 'texlive-tex-gyre-math' 'texlive-tex-gyre-math-doc' 'texlive-tex-gyre-math-fonts' 'texlive-tex-ini-files' 'texlive-tex-ini-files-doc' 'texlive-tex-label' 'texlive-tex-label-doc' 'texlive-tex-locale' 'texlive-tex-locale-doc' 'texlive-tex-nutshell' 'texlive-tex-overview' 'texlive-tex-ps' 'texlive-tex-ps-doc' 'texlive-tex-refs' 'texlive-tex-virtual-academy-pl' 'texlive-tex4ebook' 'texlive-tex4ebook-bin' 'texlive-tex4ebook-doc' 'texlive-tex4ht' 'texlive-tex4ht-bin' 'texlive-tex4ht-doc' 'texlive-texapi' 'texlive-texapi-doc' 'texlive-texbytopic' 'texlive-texcount' 'texlive-texcount-bin' 'texlive-texcount-doc' 'texlive-texdate' 'texlive-texdate-doc' 'texlive-texdef' 'texlive-texdef-bin' 'texlive-texdef-doc' 'texlive-texdiff' 'texlive-texdiff-bin' 'texlive-texdiff-doc' 'texlive-texdirflatten' 'texlive-texdirflatten-bin' 'texlive-texdirflatten-doc' 'texlive-texdoc' 'texlive-texdoc-bin' 'texlive-texdoc-doc' 'texlive-texdoctk' 'texlive-texdoctk-bin' 'texlive-texdoctk-doc' 'texlive-texdraw' 'texlive-texdraw-doc' 'texlive-texfot' 'texlive-texfot-bin' 'texlive-texfot-doc' 'texlive-texilikechaps' 'texlive-texilikecover' 'texlive-texinfo' 'texlive-texlive-common' 'texlive-texlive-cz' 'texlive-texlive-de' 'texlive-texlive-en' 'texlive-texlive-es' 'texlive-texlive-fr' 'texlive-texlive-it' 'texlive-texlive-ja' 'texlive-texlive-pl' 'texlive-texlive-ru' 'texlive-texlive-sr' 'texlive-texlive-zh-cn' 'texlive-texlive.infra' 'texlive-texlive.infra-doc' 'texlive-texliveonfly' 'texlive-texliveonfly-bin' 'texlive-texliveonfly-doc' 'texlive-texloganalyser' 'texlive-texloganalyser-bin' 'texlive-texloganalyser-doc' 'texlive-texlogos' 'texlive-texlua-devel' 'texlive-texluajit-devel' 'texlive-texmate' 'texlive-texmate-doc' 'texlive-texments' 'texlive-texments-doc' 'texlive-texonly' 'texlive-texosquery' 'texlive-texosquery-bin' 'texlive-texosquery-doc' 'texlive-texplate' 'texlive-texplate-bin' 'texlive-texplate-doc' 'texlive-texpower' 'texlive-texpower-doc' 'texlive-texproposal' 'texlive-texshade' 'texlive-texshade-doc' 'texlive-texsis' 'texlive-texsis-bin' 'texlive-texsis-doc' 'texlive-textcase' 'texlive-textcase-doc' 'texlive-textfit' 'texlive-textfit-doc' 'texlive-textglos' 'texlive-textglos-doc' 'texlive-textgreek' 'texlive-textgreek-doc' 'texlive-textmerg' 'texlive-textmerg-doc' 'texlive-textopo' 'texlive-textopo-doc' 'texlive-textpath' 'texlive-textpath-doc' 'texlive-textpos' 'texlive-textpos-doc' 'texlive-textualicomma' 'texlive-textualicomma-doc' 'texlive-texvc' 'texlive-texvc-doc' 'texlive-texware' 'texlive-texware-bin' 'texlive-tfrupee' 'texlive-tfrupee-doc' 'texlive-tfrupee-fonts' 'texlive-thaienum' 'texlive-thaienum-doc' 'texlive-thaispec' 'texlive-thaispec-doc' 'texlive-thalie' 'texlive-thalie-doc' 'texlive-theanodidot' 'texlive-theanodidot-doc' 'texlive-theanodidot-fonts' 'texlive-theanomodern' 'texlive-theanomodern-doc' 'texlive-theanomodern-fonts' 'texlive-theanooldstyle' 'texlive-theanooldstyle-doc' 'texlive-theanooldstyle-fonts' 'texlive-theatre' 'texlive-theoremref' 'texlive-theoremref-doc' 'texlive-thesis-ekf' 'texlive-thesis-ekf-doc' 'texlive-thesis-gwu' 'texlive-thesis-gwu-doc' 'texlive-thesis-qom' 'texlive-thesis-qom-doc' 'texlive-thesis-titlepage-fhac' 'texlive-thesis-titlepage-fhac-doc' 'texlive-thinsp' 'texlive-thinsp-doc' 'texlive-thmbox' 'texlive-thmbox-doc' 'texlive-thmtools' 'texlive-thmtools-doc' 'texlive-threadcol' 'texlive-threadcol-doc' 'texlive-threeddice' 'texlive-threeddice-doc' 'texlive-threeparttable' 'texlive-threeparttable-doc' 'texlive-threeparttablex' 'texlive-threeparttablex-doc' 'texlive-thuaslogos' 'texlive-thuaslogos-doc' 'texlive-thucoursework' 'texlive-thucoursework-doc' 'texlive-thumb' 'texlive-thumb-doc' 'texlive-thumbpdf' 'texlive-thumbpdf-bin' 'texlive-thumbpdf-doc' 'texlive-thumbs' 'texlive-thumbs-doc' 'texlive-thumby' 'texlive-thumby-doc' 'texlive-thuthesis' 'texlive-thuthesis-doc' 'texlive-ticket' 'texlive-ticket-doc' 'texlive-ticollege' 'texlive-ticollege-doc' 'texlive-tie' 'texlive-tie-bin' 'texlive-tikz-3dplot' 'texlive-tikz-3dplot-doc' 'texlive-tikz-bayesnet' 'texlive-tikz-bayesnet-doc' 'texlive-tikz-cd' 'texlive-tikz-cd-doc' 'texlive-tikz-dependency' 'texlive-tikz-dependency-doc' 'texlive-tikz-dimline' 'texlive-tikz-dimline-doc' 'texlive-tikz-feynhand' 'texlive-tikz-feynhand-doc' 'texlive-tikz-feynman' 'texlive-tikz-feynman-doc' 'texlive-tikz-imagelabels' 'texlive-tikz-imagelabels-doc' 'texlive-tikz-inet' 'texlive-tikz-inet-doc' 'texlive-tikz-kalender' 'texlive-tikz-kalender-doc' 'texlive-tikz-karnaugh' 'texlive-tikz-karnaugh-doc' 'texlive-tikz-ladder' 'texlive-tikz-ladder-doc' 'texlive-tikz-layers' 'texlive-tikz-layers-doc' 'texlive-tikz-nef' 'texlive-tikz-nef-doc' 'texlive-tikz-network' 'texlive-tikz-network-doc' 'texlive-tikz-opm' 'texlive-tikz-opm-doc' 'texlive-tikz-optics' 'texlive-tikz-optics-doc' 'texlive-tikz-page' 'texlive-tikz-page-doc' 'texlive-tikz-palattice' 'texlive-tikz-palattice-doc' 'texlive-tikz-planets' 'texlive-tikz-planets-doc' 'texlive-tikz-qtree' 'texlive-tikz-qtree-doc' 'texlive-tikz-relay' 'texlive-tikz-relay-doc' 'texlive-tikz-sfc' 'texlive-tikz-sfc-doc' 'texlive-tikz-timing' 'texlive-tikz-timing-doc' 'texlive-tikz-trackschematic' 'texlive-tikz-trackschematic-doc' 'texlive-tikz-truchet' 'texlive-tikz-truchet-doc' 'texlive-tikzcodeblocks' 'texlive-tikzcodeblocks-doc' 'texlive-tikzducks' 'texlive-tikzducks-doc' 'texlive-tikzinclude' 'texlive-tikzinclude-doc' 'texlive-tikzlings' 'texlive-tikzlings-doc' 'texlive-tikzmark' 'texlive-tikzmark-doc' 'texlive-tikzmarmots' 'texlive-tikzmarmots-doc' 'texlive-tikzorbital' 'texlive-tikzorbital-doc' 'texlive-tikzpagenodes' 'texlive-tikzpagenodes-doc' 'texlive-tikzpeople' 'texlive-tikzpeople-doc' 'texlive-tikzpfeile' 'texlive-tikzpfeile-doc' 'texlive-tikzposter' 'texlive-tikzposter-doc' 'texlive-tikzscale' 'texlive-tikzscale-doc' 'texlive-tikzsymbols' 'texlive-tikzsymbols-doc' 'texlive-timbreicmc' 'texlive-timbreicmc-doc' 'texlive-times' 'texlive-times-fonts' 'texlive-timetable' 'texlive-timing-diagrams' 'texlive-timing-diagrams-doc' 'texlive-tinos' 'texlive-tinos-doc' 'texlive-tinos-fonts' 'texlive-tipa' 'texlive-tipa-de' 'texlive-tipa-doc' 'texlive-tipa-fonts' 'texlive-tipfr' 'texlive-tipfr-doc' 'texlive-titlecaps' 'texlive-titlecaps-doc' 'texlive-titlefoot' 'texlive-titlepages' 'texlive-titlepic' 'texlive-titlepic-doc' 'texlive-titleref' 'texlive-titleref-doc' 'texlive-titlesec' 'texlive-titlesec-doc' 'texlive-titling' 'texlive-titling-doc' 'texlive-tkz-base' 'texlive-tkz-base-doc' 'texlive-tkz-doc' 'texlive-tkz-euclide' 'texlive-tkz-euclide-doc' 'texlive-tkz-fct' 'texlive-tkz-fct-doc' 'texlive-tkz-orm' 'texlive-tkz-orm-doc' 'texlive-tkz-tab' 'texlive-tkz-tab-doc' 'texlive-tlc-article' 'texlive-tlc-article-doc' 'texlive-tlc2' 'texlive-tocbibind' 'texlive-tocbibind-doc' 'texlive-tocdata' 'texlive-tocdata-doc' 'texlive-tocloft' 'texlive-tocloft-doc' 'texlive-tocvsec2' 'texlive-tocvsec2-doc' 'texlive-todo' 'texlive-todo-doc' 'texlive-todonotes' 'texlive-todonotes-doc' 'texlive-tokcycle' 'texlive-tokcycle-doc' 'texlive-tokenizer' 'texlive-tokenizer-doc' 'texlive-toolbox' 'texlive-toolbox-doc' 'texlive-tools' 'texlive-tools-doc' 'texlive-topfloat' 'texlive-topfloat-doc' 'texlive-topiclongtable' 'texlive-topiclongtable-doc' 'texlive-topletter' 'texlive-topletter-doc' 'texlive-toptesi' 'texlive-toptesi-doc' 'texlive-totcount' 'texlive-totcount-doc' 'texlive-totpages' 'texlive-totpages-doc' 'texlive-tpic2pdftex' 'texlive-tpic2pdftex-bin' 'texlive-tpslifonts' 'texlive-tpslifonts-doc' 'texlive-tqft' 'texlive-tqft-doc' 'texlive-tracklang' 'texlive-tracklang-doc' 'texlive-trajan' 'texlive-trajan-doc' 'texlive-trajan-fonts' 'texlive-tram' 'texlive-tram-doc' 'texlive-translation-array-fr' 'texlive-translation-arsclassica-de' 'texlive-translation-biblatex-de' 'texlive-translation-chemsym-de' 'texlive-translation-dcolumn-fr' 'texlive-translation-ecv-de' 'texlive-translation-enumitem-de' 'texlive-translation-europecv-de' 'texlive-translation-filecontents-de' 'texlive-translation-moreverb-de' 'texlive-translation-natbib-fr' 'texlive-translation-tabbing-fr' 'texlive-translations' 'texlive-translations-doc' 'texlive-translator' 'texlive-translator-doc' 'texlive-transparent' 'texlive-transparent-doc' 'texlive-tree-dvips' 'texlive-tree-dvips-doc' 'texlive-treetex' 'texlive-treetex-doc' 'texlive-trfsigns' 'texlive-trfsigns-doc' 'texlive-trigonometry' 'texlive-trigonometry-doc' 'texlive-trimspaces' 'texlive-trimspaces-doc' 'texlive-trivfloat' 'texlive-trivfloat-doc' 'texlive-trsym' 'texlive-trsym-doc' 'texlive-truncate' 'texlive-truncate-doc' 'texlive-tsemlines' 'texlive-ttfutils' 'texlive-ttfutils-bin' 'texlive-ttfutils-doc' 'texlive-tucv' 'texlive-tucv-doc' 'texlive-tuda-ci' 'texlive-tuda-ci-doc' 'texlive-tudscr' 'texlive-tudscr-doc' 'texlive-tufte-latex' 'texlive-tufte-latex-doc' 'texlive-tugboat' 'texlive-tugboat-doc' 'texlive-tugboat-plain' 'texlive-tugboat-plain-doc' 'texlive-tui' 'texlive-tui-doc' 'texlive-turabian' 'texlive-turabian-doc' 'texlive-turabian-formatting' 'texlive-turabian-formatting-doc' 'texlive-turkmen' 'texlive-turkmen-doc' 'texlive-turnstile' 'texlive-turnstile-doc' 'texlive-turnthepage' 'texlive-turnthepage-doc' 'texlive-twemoji-colr' 'texlive-twemoji-colr-doc' 'texlive-twemoji-colr-fonts' 'texlive-twoinone' 'texlive-twoinone-doc' 'texlive-twoup' 'texlive-twoup-doc' 'texlive-txfonts' 'texlive-txfonts-doc' 'texlive-txfonts-fonts' 'texlive-txfontsb' 'texlive-txfontsb-doc' 'texlive-txfontsb-fonts' 'texlive-txgreeks' 'texlive-txgreeks-doc' 'texlive-txuprcal' 'texlive-txuprcal-doc' 'texlive-txuprcal-fonts' 'texlive-type1cm' 'texlive-type1cm-doc' 'texlive-typed-checklist' 'texlive-typed-checklist-doc' 'texlive-typeface' 'texlive-typeface-doc' 'texlive-typehtml' 'texlive-typehtml-doc' 'texlive-typeoutfileinfo' 'texlive-typeoutfileinfo-bin' 'texlive-typeoutfileinfo-doc' 'texlive-typewriter' 'texlive-typewriter-doc' 'texlive-typicons' 'texlive-typicons-doc' 'texlive-typicons-fonts' 'texlive-typoaid' 'texlive-typoaid-doc' 'texlive-typogrid' 'texlive-typogrid-doc' 'texlive-uaclasses' 'texlive-uaclasses-doc' 'texlive-uafthesis' 'texlive-uafthesis-doc' 'texlive-uantwerpendocs' 'texlive-uantwerpendocs-doc' 'texlive-uassign' 'texlive-uassign-doc' 'texlive-ucalgmthesis' 'texlive-ucalgmthesis-doc' 'texlive-ucbthesis' 'texlive-ucbthesis-doc' 'texlive-ucdavisthesis' 'texlive-ucdavisthesis-doc' 'texlive-ucharcat' 'texlive-ucharcat-doc' 'texlive-ucharclasses' 'texlive-ucharclasses-doc' 'texlive-ucs' 'texlive-ucs-doc' 'texlive-ucsmonograph' 'texlive-ucsmonograph-doc' 'texlive-ucthesis' 'texlive-ucthesis-doc' 'texlive-udesoftec' 'texlive-udesoftec-doc' 'texlive-uebungsblatt' 'texlive-uebungsblatt-doc' 'texlive-uestcthesis' 'texlive-uestcthesis-doc' 'texlive-uhc' 'texlive-uhc-doc' 'texlive-uhc-fonts' 'texlive-uhhassignment' 'texlive-uhhassignment-doc' 'texlive-uhrzeit' 'texlive-uhrzeit-doc' 'texlive-uiucredborder' 'texlive-uiucredborder-doc' 'texlive-uiucthesis' 'texlive-uiucthesis-doc' 'texlive-ukrhyph' 'texlive-ukrhyph-doc' 'texlive-ulem' 'texlive-ulem-doc' 'texlive-ulqda' 'texlive-ulqda-bin' 'texlive-ulqda-doc' 'texlive-ulthese' 'texlive-ulthese-doc' 'texlive-umbclegislation' 'texlive-umbclegislation-doc' 'texlive-umich-thesis' 'texlive-umich-thesis-doc' 'texlive-uml' 'texlive-uml-doc' 'texlive-umlaute' 'texlive-umlaute-doc' 'texlive-umoline' 'texlive-umoline-doc' 'texlive-umthesis' 'texlive-umthesis-doc' 'texlive-umtypewriter' 'texlive-umtypewriter-fonts' 'texlive-unam-thesis' 'texlive-unam-thesis-doc' 'texlive-unamth-template' 'texlive-unamthesis' 'texlive-unamthesis-doc' 'texlive-undergradmath' 'texlive-underlin' 'texlive-underlin-doc' 'texlive-underoverlap' 'texlive-underoverlap-doc' 'texlive-underscore' 'texlive-underscore-doc' 'texlive-undolabl' 'texlive-undolabl-doc' 'texlive-unfonts-core' 'texlive-unfonts-core-doc' 'texlive-unfonts-core-fonts' 'texlive-unfonts-extra' 'texlive-unfonts-extra-doc' 'texlive-unfonts-extra-fonts' 'texlive-uni-wtal-ger' 'texlive-uni-wtal-ger-doc' 'texlive-uni-wtal-lin' 'texlive-uni-wtal-lin-doc' 'texlive-unicode-alphabets' 'texlive-unicode-alphabets-doc' 'texlive-unicode-bidi' 'texlive-unicode-bidi-doc' 'texlive-unicode-data' 'texlive-unicode-data-doc' 'texlive-unicode-math' 'texlive-unicode-math-doc' 'texlive-unifith' 'texlive-unifith-doc' 'texlive-uniquecounter' 'texlive-uniquecounter-doc' 'texlive-unisugar' 'texlive-unisugar-doc' 'texlive-unitn-bimrep' 'texlive-unitn-bimrep-doc' 'texlive-units' 'texlive-units-doc' 'texlive-unitsdef' 'texlive-unitsdef-doc' 'texlive-universa' 'texlive-universa-doc' 'texlive-universalis' 'texlive-universalis-doc' 'texlive-universalis-fonts' 'texlive-univie-ling' 'texlive-univie-ling-doc' 'texlive-unizgklasa' 'texlive-unizgklasa-doc' 'texlive-unravel' 'texlive-unravel-doc' 'texlive-unswcover' 'texlive-unswcover-doc' 'texlive-uothesis' 'texlive-uothesis-doc' 'texlive-uowthesis' 'texlive-uowthesis-doc' 'texlive-uowthesistitlepage' 'texlive-uowthesistitlepage-doc' 'texlive-upca' 'texlive-upca-doc' 'texlive-updmap-map' 'texlive-uplatex' 'texlive-uplatex-bin' 'texlive-uplatex-doc' 'texlive-upmethodology' 'texlive-upmethodology-doc' 'texlive-uppunctlm' 'texlive-uppunctlm-doc' 'texlive-upquote' 'texlive-upquote-doc' 'texlive-uptex' 'texlive-uptex-base' 'texlive-uptex-base-doc' 'texlive-uptex-bin' 'texlive-uptex-fonts' 'texlive-uptex-fonts-doc' 'texlive-upzhkinsoku' 'texlive-upzhkinsoku-doc' 'texlive-urcls' 'texlive-urcls-doc' 'texlive-uri' 'texlive-uri-doc' 'texlive-url' 'texlive-url-doc' 'texlive-urlbst' 'texlive-urlbst-bin' 'texlive-urlbst-doc' 'texlive-urwchancal' 'texlive-urwchancal-doc' 'texlive-usebib' 'texlive-usebib-doc' 'texlive-ushort' 'texlive-ushort-doc' 'texlive-uspace' 'texlive-uspace-doc' 'texlive-uspatent' 'texlive-uspatent-doc' 'texlive-ut-thesis' 'texlive-ut-thesis-doc' 'texlive-utexasthesis' 'texlive-utexasthesis-doc' 'texlive-utf8mex' 'texlive-utf8mex-doc' 'texlive-utopia' 'texlive-utopia-doc' 'texlive-utopia-fonts' 'texlive-uwmslide' 'texlive-uwmslide-doc' 'texlive-uwthesis' 'texlive-uwthesis-doc' 'texlive-vak' 'texlive-vak-doc' 'texlive-vancouver' 'texlive-vancouver-doc' 'texlive-variablelm' 'texlive-variablelm-doc' 'texlive-variations' 'texlive-variations-doc' 'texlive-varindex' 'texlive-varindex-doc' 'texlive-varisize' 'texlive-varisize-doc' 'texlive-varsfromjobname' 'texlive-varsfromjobname-doc' 'texlive-varwidth' 'texlive-varwidth-doc' 'texlive-vaucanson-g' 'texlive-vaucanson-g-doc' 'texlive-vdmlisting' 'texlive-vdmlisting-doc' 'texlive-velthuis' 'texlive-velthuis-bin' 'texlive-velthuis-doc' 'texlive-velthuis-fonts' 'texlive-venn' 'texlive-venn-doc' 'texlive-venndiagram' 'texlive-venndiagram-doc' 'texlive-venturisadf' 'texlive-venturisadf-doc' 'texlive-venturisadf-fonts' 'texlive-verbasef' 'texlive-verbasef-doc' 'texlive-verbatimbox' 'texlive-verbatimbox-doc' 'texlive-verbatimcopy' 'texlive-verbatimcopy-doc' 'texlive-verbdef' 'texlive-verbdef-doc' 'texlive-verbments' 'texlive-verbments-doc' 'texlive-verifica' 'texlive-verifica-doc' 'texlive-verse' 'texlive-verse-doc' 'texlive-version' 'texlive-version-doc' 'texlive-versions' 'texlive-versions-doc' 'texlive-versonotes' 'texlive-versonotes-doc' 'texlive-vertbars' 'texlive-vertbars-doc' 'texlive-vgrid' 'texlive-vgrid-doc' 'texlive-vhistory' 'texlive-vhistory-doc' 'texlive-visualfaq' 'texlive-visualpstricks' 'texlive-visualtikz' 'texlive-vlna' 'texlive-vlna-bin' 'texlive-vmargin' 'texlive-vmargin-doc' 'texlive-vntex' 'texlive-vntex-doc' 'texlive-vntex-fonts' 'texlive-vocaltract' 'texlive-vocaltract-doc' 'texlive-volumes' 'texlive-volumes-doc' 'texlive-voss-mathcol' 'texlive-vpe' 'texlive-vpe-bin' 'texlive-vpe-doc' 'texlive-vruler' 'texlive-vruler-doc' 'texlive-vtable' 'texlive-vtable-doc' 'texlive-vwcol' 'texlive-vwcol-doc' 'texlive-wadalab' 'texlive-wadalab-doc' 'texlive-wadalab-fonts' 'texlive-wallcalendar' 'texlive-wallcalendar-doc' 'texlive-wallpaper' 'texlive-wallpaper-doc' 'texlive-warning' 'texlive-warning-doc' 'texlive-warpcol' 'texlive-warpcol-doc' 'texlive-was' 'texlive-was-doc' 'texlive-wasy' 'texlive-wasy-doc' 'texlive-wasy-type1' 'texlive-wasy-type1-doc' 'texlive-wasy-type1-fonts' 'texlive-wasysym' 'texlive-wasysym-doc' 'texlive-web' 'texlive-web-bin' 'texlive-webguide' 'texlive-webquiz' 'texlive-webquiz-bin' 'texlive-webquiz-doc' 'texlive-widetable' 'texlive-widetable-doc' 'texlive-widows-and-orphans' 'texlive-widows-and-orphans-doc' 'texlive-williams' 'texlive-williams-doc' 'texlive-windycity' 'texlive-windycity-doc' 'texlive-withargs' 'texlive-withargs-doc' 'texlive-witharrows' 'texlive-witharrows-doc' 'texlive-wnri' 'texlive-wnri-doc' 'texlive-wnri-latex' 'texlive-wnri-latex-doc' 'texlive-wordcount' 'texlive-wordcount-bin' 'texlive-wordcount-doc' 'texlive-wordlike' 'texlive-wordlike-doc' 'texlive-worksheet' 'texlive-worksheet-doc' 'texlive-wrapfig' 'texlive-wrapfig-doc' 'texlive-wsemclassic' 'texlive-wsemclassic-doc' 'texlive-wsuipa' 'texlive-wsuipa-doc' 'texlive-wtref' 'texlive-wtref-doc' 'texlive-xargs' 'texlive-xargs-doc' 'texlive-xassoccnt' 'texlive-xassoccnt-doc' 'texlive-xbmks' 'texlive-xbmks-doc' 'texlive-xcharter' 'texlive-xcharter-doc' 'texlive-xcharter-fonts' 'texlive-xcite' 'texlive-xcite-doc' 'texlive-xcjk2uni' 'texlive-xcjk2uni-doc' 'texlive-xcntperchap' 'texlive-xcntperchap-doc' 'texlive-xcolor' 'texlive-xcolor-doc' 'texlive-xcolor-material' 'texlive-xcolor-material-doc' 'texlive-xcolor-solarized' 'texlive-xcolor-solarized-doc' 'texlive-xcomment' 'texlive-xcomment-doc' 'texlive-xcookybooky' 'texlive-xcookybooky-doc' 'texlive-xcpdftips' 'texlive-xcpdftips-doc' 'texlive-xdoc' 'texlive-xdoc-doc' 'texlive-xduthesis' 'texlive-xduthesis-doc' 'texlive-xdvi' 'texlive-xdvi-bin' 'texlive-xdvi-doc' 'texlive-xebaposter' 'texlive-xebaposter-doc' 'texlive-xechangebar' 'texlive-xechangebar-doc' 'texlive-xecjk' 'texlive-xecjk-doc' 'texlive-xecolor' 'texlive-xecolor-doc' 'texlive-xecyr' 'texlive-xecyr-doc' 'texlive-xecyrmongolian' 'texlive-xecyrmongolian-doc' 'texlive-xeindex' 'texlive-xeindex-doc' 'texlive-xelatex-dev' 'texlive-xelatex-dev-bin' 'texlive-xellipsis' 'texlive-xellipsis-doc' 'texlive-xepersian' 'texlive-xepersian-doc' 'texlive-xepersian-hm' 'texlive-xepersian-hm-doc' 'texlive-xesearch' 'texlive-xesearch-doc' 'texlive-xespotcolor' 'texlive-xespotcolor-doc' 'texlive-xetex' 'texlive-xetex-bin' 'texlive-xetex-devanagari' 'texlive-xetex-devanagari-doc' 'texlive-xetex-doc' 'texlive-xetex-itrans' 'texlive-xetex-itrans-doc' 'texlive-xetex-pstricks' 'texlive-xetex-pstricks-doc' 'texlive-xetex-tibetan' 'texlive-xetex-tibetan-doc' 'texlive-xetexconfig' 'texlive-xetexfontinfo' 'texlive-xetexfontinfo-doc' 'texlive-xetexko' 'texlive-xetexko-doc' 'texlive-xetexref' 'texlive-xevlna' 'texlive-xevlna-doc' 'texlive-xfakebold' 'texlive-xfakebold-doc' 'texlive-xfor' 'texlive-xfor-doc' 'texlive-xgreek' 'texlive-xgreek-doc' 'texlive-xhfill' 'texlive-xhfill-doc' 'texlive-xifthen' 'texlive-xifthen-doc' 'texlive-xii' 'texlive-xii-lat' 'texlive-xindex' 'texlive-xindex-bin' 'texlive-xindex-doc' 'texlive-xint' 'texlive-xint-doc' 'texlive-xits' 'texlive-xits-doc' 'texlive-xits-fonts' 'texlive-xkcdcolors' 'texlive-xkcdcolors-doc' 'texlive-xkeyval' 'texlive-xkeyval-doc' 'texlive-xlop' 'texlive-xlop-doc' 'texlive-xltabular' 'texlive-xltabular-doc' 'texlive-xltxtra' 'texlive-xltxtra-doc' 'texlive-xmltex' 'texlive-xmltex-bin' 'texlive-xmltex-doc' 'texlive-xmltexconfig' 'texlive-xmpincl' 'texlive-xmpincl-doc' 'texlive-xnewcommand' 'texlive-xnewcommand-doc' 'texlive-xoptarg' 'texlive-xoptarg-doc' 'texlive-xpatch' 'texlive-xpatch-doc' 'texlive-xpdfopen' 'texlive-xpdfopen-bin' 'texlive-xpeek' 'texlive-xpeek-doc' 'texlive-xpiano' 'texlive-xpiano-doc' 'texlive-xpicture' 'texlive-xpicture-doc' 'texlive-xpinyin' 'texlive-xpinyin-doc' 'texlive-xprintlen' 'texlive-xprintlen-doc' 'texlive-xpunctuate' 'texlive-xpunctuate-doc' 'texlive-xq' 'texlive-xq-doc' 'texlive-xsavebox' 'texlive-xsavebox-doc' 'texlive-xsim' 'texlive-xsim-doc' 'texlive-xskak' 'texlive-xskak-doc' 'texlive-xstring' 'texlive-xstring-doc' 'texlive-xtab' 'texlive-xtab-doc' 'texlive-xtuthesis' 'texlive-xtuthesis-doc' 'texlive-xunicode' 'texlive-xunicode-doc' 'texlive-xurl' 'texlive-xurl-doc' 'texlive-xwatermark' 'texlive-xwatermark-doc' 'texlive-xyling' 'texlive-xyling-doc' 'texlive-xymtex' 'texlive-xymtex-doc' 'texlive-xypic' 'texlive-xypic-doc' 'texlive-xypic-fonts' 'texlive-xypic-tut-pt' 'texlive-xytree' 'texlive-xytree-doc' 'texlive-yafoot' 'texlive-yafoot-doc' 'texlive-yagusylo' 'texlive-yagusylo-doc' 'texlive-yaletter' 'texlive-yaletter-doc' 'texlive-yannisgr' 'texlive-yannisgr-doc' 'texlive-yathesis' 'texlive-yathesis-doc' 'texlive-yax' 'texlive-yax-doc' 'texlive-yazd-thesis' 'texlive-yazd-thesis-doc' 'texlive-ycbook' 'texlive-ycbook-doc' 'texlive-ydoc' 'texlive-ydoc-doc' 'texlive-yfonts' 'texlive-yfonts-doc' 'texlive-yfonts-t1' 'texlive-yfonts-t1-doc' 'texlive-yfonts-t1-fonts' 'texlive-yhmath' 'texlive-yhmath-doc' 'texlive-yhmath-fonts' 'texlive-yinit-otf' 'texlive-yinit-otf-doc' 'texlive-yinit-otf-fonts' 'texlive-york-thesis' 'texlive-york-thesis-doc' 'texlive-youngtab' 'texlive-youngtab-doc' 'texlive-yplan' 'texlive-yplan-bin' 'texlive-yplan-doc' 'texlive-yquant' 'texlive-yquant-doc' 'texlive-ytableau' 'texlive-ytableau-doc' 'texlive-zapfchan' 'texlive-zapfchan-fonts' 'texlive-zapfding' 'texlive-zapfding-fonts' 'texlive-zebra-goodies' 'texlive-zebra-goodies-doc' 'texlive-zed-csp' 'texlive-zed-csp-doc' 'texlive-zhlineskip' 'texlive-zhlineskip-doc' 'texlive-zhlipsum' 'texlive-zhlipsum-doc' 'texlive-zhmetrics' 'texlive-zhmetrics-doc' 'texlive-zhmetrics-uptex' 'texlive-zhmetrics-uptex-doc' 'texlive-zhnumber' 'texlive-zhnumber-doc' 'texlive-zhspacing' 'texlive-zhspacing-doc' 'texlive-ziffer' 'texlive-ziffer-doc' 'texlive-zlmtt' 'texlive-zlmtt-doc' 'texlive-zootaxa-bst' 'texlive-zootaxa-bst-doc' 'texlive-zref' 'texlive-zref-doc' 'texlive-zwgetfdate' 'texlive-zwgetfdate-doc' 'texlive-zwpagelayout' 'texlive-zwpagelayout-doc' 'texlive-zxjafbfont' 'texlive-zxjafbfont-doc' 'texlive-zxjafont' 'texlive-zxjafont-doc' 'texlive-zxjatype' 'texlive-zxjatype-doc' 'texmaker' 'texmath' 'texstudio' 'texworks' 'texworks-plugin-lua' 'texworks-plugin-python' 'tftp' 'tftpboot-installation-common' 'tftpboot-installation-openSUSE-Kubic-x86_64' 'tftpboot-installation-openSUSE-MicroOS-x86_64' 'tftpboot-installation-openSUSE-Tumbleweed-i586' 'tftpboot-installation-openSUSE-Tumbleweed-x86_64' 'tgt' 'thai-fonts' 'the_silver_searcher' 'thermal-monitor' 'thermald' 'thessalonica-oldstandard-otf-fonts' 'thessalonica-oldstandard-ttf-fonts' 'thessalonica-tempora-lgc-otf-fonts' 'thessalonica-tempora-lgc-ttf-fonts' 'thessalonica-theano-otf-fonts' 'thessalonica-theano-ttf-fonts' 'thin-provisioning-tools' 'threadweaver-devel' 'threadweaver-devel-32bit' 'thrift' 'thryomanes-fonts' 'thttpd' 'thunar' 'thunar-devel' 'thunar-lang' 'thunar-plugin-archive' 'thunar-plugin-archive-lang' 'thunar-plugin-dropbox' 'thunar-plugin-media-tags' 'thunar-plugin-media-tags-lang' 'thunar-plugin-shares' 'thunar-plugin-shares-lang' 'thunar-plugin-vcs' 'thunar-plugin-vcs-lang' 'thunar-sendto-blueman' 'thunar-sendto-clamtk' 'thunar-volman' 'thunar-volman-branding-openSUSE' 'thunar-volman-branding-upstream' 'thunar-volman-lang' 'thunarx-python' 'thunarx-python-doc' 'thunderbolt-user-space' 'tibetan-machine-uni-fonts' 'tidy' 'tidy-doc' 'tidyp' 'tiff' 'tig' 'tiger-types' 'tiger-types-javadoc' 'tigervnc' 'tigervnc-x11vnc' 'tilda' 'tilda-lang' 'tilde' 'tiled' 'tilix' 'tilix-lang' 'time' 'time-api' 'time-api-javadoc' 'timeshift' 'timeshift-lang' 'timewarrior' 'timezone' 'timezone-java' 'timezonemap-devel' 'timidity' 'tinc' 'tini' 'tini-static' 'tint' 'tint2' 'tint2-lang' 'tintii' 'tinyb-devel' 'tinyca2' 'tinyfecvpn' 'tinygettext-devel' 'tinyobjloader-devel' 'tinyproxy' 'tinyssh' 'tinyxml-devel' 'tinyxml-docs' 'tinyxml2-devel' 'tiobench' 'tipcutils' 'tix' 'tj' 'tk' 'tk-32bit' 'tk-devel' 'tkdiff' 'tkfont' 'tkimg' 'tkimg-devel' 'tkinfo' 'tkirc' 'tktable' 'tkxcd' 'tlp' 'tlp-rdw' 'tls' 'tlswrap' 'tmate' 'tmon' 'tmpwatch' 'tmux' 'tmux-powerline' 'tmxtools' 'tn5250' 'tn5250-devel' 'tnef' 'tnftp' 'tntdb-doc' 'tntdb-mysql' 'tntdb-postgresql' 'tntdb-replicate' 'tntdb-sqlite' 'tntnet' 'tntnet' 'tntnet-debuginfo' 'tntnet-debugsource' 'tog-pegasus' 'tog-pegasus-devel' 'tog-pegasus-libs' 'tog-pegasus-test' 'togaII-131' 'togaII-131' 'togaII-131-debuginfo' 'togaII-131-debugsource' 'togaII-134' 'togaII-134' 'togaII-134-debuginfo' 'togaII-134-debugsource' 'togaII-141' 'togaII-141' 'togaII-141-debugsource' 'togaII-142' 'togaII-142' 'togaII-142-debuginfo' 'togaII-142-debugsource' 'toilet' 'tolua' 'toluapp-5.1' 'toluapp-5.3' 'toluapp-5.4' 'tomatoes' 'tomcat' 'tomcat-admin-webapps' 'tomcat-docs-webapp' 'tomcat-el-3_0-api' 'tomcat-embed' 'tomcat-javadoc' 'tomcat-jsp-2_3-api' 'tomcat-jsvc' 'tomcat-lib' 'tomcat-servlet-4_0-api' 'tomcat-webapps' 'tomcatjss' 'tomoe' 'tomoe-devel' 'tomoe-doc' 'tomoe-gtk' 'tomoe-gtk-devel' 'tomoe-gtk-doc' 'tomoe-gtk-lang' 'tomoyo-tools' 'toolbox' 'topal' 'topal' 'topal-debugsource' 'tor' 'torbrowser-apparmor-profile' 'torbrowser-launcher' 'torbrowser-launcher-lang' 'torrentinfo' 'torsocks' 'totem' 'totem-devel' 'totem-lang' 'totem-pl-parser' 'totem-pl-parser-devel' 'totem-pl-parser-lang' 'totem-plugin-gnome-dvb-daemon' 'totem-plugins' 'touchegg' 'touchegg-gui' 'tovid' 'tovid' 'tpm-quote-tools' 'tpm-tools' 'tpm-tools-devel' 'tpm-tools-pkcs11' 'tpm2-0-tss' 'tpm2-0-tss-devel' 'tpm2-tss-engine' 'tpm2-tss-engine-bash-completion' 'tpm2-tss-engine-devel' 'tpm2.0-abrmd' 'tpm2.0-abrmd-devel' 'tpm2.0-tools' 'trace-cmd' 'traceroute' 'trackballs' 'tracker' 'tracker-devel' 'tracker-lang' 'tracker-miner-files' 'tracker-miners' 'tracker-miners-lang' 'tracker2' 'tracker2-devel' 'tracker2-lang' 'tracker2-miner-files' 'tracker2-miners' 'tracker2-miners-lang' 'trader' 'trader-lang' 'tragtor' 'tragtor' 'trang' 'transactional-update' 'transactional-update-zypp-config' 'transcode' 'transcode' 'transcode-debuginfo' 'transcode-debugsource' 'transconnect' 'transfig' 'transifex-client' 'translate-shell' 'translate-toolkit-devel-doc' 'translation-update' 'translation-update-bg' 'translation-update-ca' 'translation-update-cs' 'translation-update-da' 'translation-update-de' 'translation-update-dz' 'translation-update-el' 'translation-update-en_CA' 'translation-update-en_GB' 'translation-update-es' 'translation-update-et' 'translation-update-eu' 'translation-update-fi' 'translation-update-fr' 'translation-update-ga' 'translation-update-gl' 'translation-update-hr' 'translation-update-hu' 'translation-update-it' 'translation-update-ja' 'translation-update-ko' 'translation-update-lt' 'translation-update-lv' 'translation-update-ml' 'translation-update-nb' 'translation-update-ne' 'translation-update-nl' 'translation-update-pa' 'translation-update-pl' 'translation-update-pt' 'translation-update-pt_BR' 'translation-update-ro' 'translation-update-ru' 'translation-update-sk' 'translation-update-sl' 'translation-update-sr' 'translation-update-sv' 'translation-update-tr' 'translation-update-uk' 'translation-update-upstream' 'translation-update-vi' 'translation-update-zh_CN' 'translation-update-zh_TW' 'translator' 'translator-lang' 'transmageddon' 'transmageddon-lang' 'transmission' 'transmission-common' 'transmission-daemon' 'transmission-gtk' 'transmission-gtk-lang' 'transmission-qt' 'transmission-qt-lang' 'transmission-sequential' 'transmission-sequential' 'transmission-sequential-cli' 'transmission-sequential-common' 'transmission-sequential-daemon' 'transmission-sequential-gtk' 'transmission-sequential-qt' 'transset' 'tre' 'tre-devel' 'tre-lang' 'tree' 'treelayout' 'treelayout-demo' 'treelayout-javadoc' 'treeline' 'trello-full-backup' 'trigger-rally' 'trigger-rally-data' 'triggerhappy' 'trilead-ssh2' 'trilead-ssh2-javadoc' 'trilinos-devel' 'trilinos-doc' 'trilinos-gnu-mpich-hpc-devel' 'trilinos-gnu-mvapich2-hpc-devel' 'trilinos-gnu-openmpi2-hpc-devel' 'trilinos-gnu-openmpi3-hpc-devel' 'trilinos-gnu-openmpi4-hpc-devel' 'trilinos-hpc-doc' 'trilinos-openmpi2-devel' 'trilinos_12_14_1-gnu-mpich-hpc-devel' 'trilinos_12_14_1-gnu-mvapich2-hpc-devel' 'trilinos_12_14_1-gnu-openmpi2-hpc-devel' 'trilinos_12_14_1-gnu-openmpi3-hpc-devel' 'trilinos_12_14_1-gnu-openmpi4-hpc-devel' 'trilinos_12_14_1-hpc-doc' 'trinity' 'tripwire' 'trojita' 'trojita' 'trojita-debuginfo' 'trojita-debugsource' 'trousers' 'trousers-devel' 'trustedgrub2' 'trustedgrub2-i386-pc' 'truth' 'truth-javadoc' 'trytond' 'trytond_account' 'trytond_account_invoice' 'trytond_account_invoice_stock' 'trytond_account_product' 'trytond_company' 'trytond_country' 'trytond_currency' 'trytond_party' 'trytond_product' 'trytond_purchase' 'trytond_purchase_request' 'trytond_stock' 'trytond_stock_lot' 'trytond_stock_supply' 'tsctp' 'tslib' 'tslib-devel' 'tslib-devel-32bit' 'tslib-plugins' 'tsung' 'ttaenc' 'ttaenc' 'ttaenc-debuginfo' 'ttaenc-debugsource' 'ttf-converter' 'ttf2pt1' 'tudu' 'tuigreet' 'tuimoji' 'tuladha-jejeg-fonts' 'tumbler' 'tumbler-devel' 'tumbler-doc' 'tumbler-folder-thumbnailer' 'tumbler-lang' 'tumbler-webp-thumbnailer' 'tumbleweed-cli' 'tunapie' 'tunapie' 'tunctl' 'tuned' 'tuned-gtk' 'tuned-profiles-atomic' 'tuned-profiles-nfv' 'tuned-profiles-oracle' 'tuned-profiles-realtime' 'tuned-profiles-sap' 'tuned-profiles-sap-hana' 'tuned-utils' 'tuned-utils-systemtap' 'tup' 'tup-doc' 'tupitube' 'tupitube-plugins' 'turing' 'turing' 'turing-debuginfo' 'turing-debugsource' 'turing-devel' 'tuxcursors' 'tuxguitar' 'tuxpaint' 'tuxpaint-config' 'tuxpaint-config-lang' 'tuxpaint-devel' 'tuxpaint-stamps' 'tuxpaint-stamps-animals' 'tuxpaint-stamps-clothes' 'tuxpaint-stamps-food' 'tuxpaint-stamps-hobbies' 'tuxpaint-stamps-household' 'tuxpaint-stamps-medical' 'tuxpaint-stamps-military' 'tuxpaint-stamps-naturalforces' 'tuxpaint-stamps-people' 'tuxpaint-stamps-plants' 'tuxpaint-stamps-seasonal' 'tuxpaint-stamps-space' 'tuxpaint-stamps-sports' 'tuxpaint-stamps-symbols' 'tuxpaint-stamps-town' 'tuxpaint-stamps-vehicles' 'tv-common' 'tv-fonts' 'tvbrowser' 'tvheadend' 'tvm-devel' 'tvnamer' 'tvnamer' 'tvtime' 'tvtime-lang' 'tweeny' 'tweeny-devel' 'twemoji-color-font' 'twemoji-color-font' 'twilio-utils' 'twin' 'twind' 'twinkle' 'twm' 'twolame' 'twups' 'txt2man' 'tycho' 'tycho-javadoc' 'typelib-1_0-Accounts-1_0' 'typelib-1_0-AccountsService-1_0' 'typelib-1_0-Amtk-5' 'typelib-1_0-Anjuta-3_0' 'typelib-1_0-AppIndicator-0_1' 'typelib-1_0-AppIndicator3-0_1' 'typelib-1_0-AppStream-1.0' 'typelib-1_0-AppStreamGlib-1_0' 'typelib-1_0-Atk-1_0' 'typelib-1_0-AtrilDocument-1_5_0' 'typelib-1_0-AtrilView-1_5_0' 'typelib-1_0-Atspi-2_0' 'typelib-1_0-Avahi-0_6' 'typelib-1_0-AyatanaIdo3-0_4' 'typelib-1_0-Babl-0_1' 'typelib-1_0-Bamf-3_0' 'typelib-1_0-BlockDev-2_0' 'typelib-1_0-BraseroBurn-3_2_0' 'typelib-1_0-BraseroMedia-3_2_0' 'typelib-1_0-Budgie-1_0' 'typelib-1_0-BuzztraxCore-1_1' 'typelib-1_0-BuzztraxCore-1_1-32bit' 'typelib-1_0-BuzztraxIc-1_1' 'typelib-1_0-BuzztraxIc-1_1-32bit' 'typelib-1_0-CMenu-3_0' 'typelib-1_0-Caja-2_0' 'typelib-1_0-Camel-1_2' 'typelib-1_0-Caribou-1_0' 'typelib-1_0-Champlain-0_12' 'typelib-1_0-Cheese-3_0' 'typelib-1_0-CinnamonDesktop-3_0' 'typelib-1_0-CjsPrivate-1_0' 'typelib-1_0-CloudProviders-0_3_0' 'typelib-1_0-Clutter-1_0' 'typelib-1_0-ClutterGst-3_0' 'typelib-1_0-Cogl-1_0' 'typelib-1_0-Cogl-2_0' 'typelib-1_0-CoglPango-1_0' 'typelib-1_0-CoglPango-2_0' 'typelib-1_0-Colord-1_0' 'typelib-1_0-ColordGtk-1_0' 'typelib-1_0-Colorhug-1_0' 'typelib-1_0-CryptUI-0_0' 'typelib-1_0-Cvc-1_0' 'typelib-1_0-Dbusmenu-0_4' 'typelib-1_0-DbusmenuGtk-0_4' 'typelib-1_0-DbusmenuGtk3-0_4' 'typelib-1_0-Devhelp-3_0' 'typelib-1_0-Dmap-4_0' 'typelib-1_0-EBackend-1_2' 'typelib-1_0-EBook-1_2' 'typelib-1_0-EBookContacts-1_2' 'typelib-1_0-ECal-2_0' 'typelib-1_0-EDataBook-1_2' 'typelib-1_0-EDataCal-2_0' 'typelib-1_0-EDataServer-1_2' 'typelib-1_0-EDataServerUI-1_2' 'typelib-1_0-Eek-0_90' 'typelib-1_0-Entangle-0_1' 'typelib-1_0-Eom-1_0' 'typelib-1_0-EvinceDocument-3_0' 'typelib-1_0-EvinceView-3_0' 'typelib-1_0-FPrint-2_0' 'typelib-1_0-Farstream-0_2' 'typelib-1_0-Fcitx-1_0' 'typelib-1_0-Flatpak-1_0' 'typelib-1_0-Folks-0_6' 'typelib-1_0-FolksEds-0_6' 'typelib-1_0-FolksTelepathy-0_6' 'typelib-1_0-FolksTracker-0_6' 'typelib-1_0-Fwupd-2_0' 'typelib-1_0-FwupdPlugin-1_0' 'typelib-1_0-GCab-1_0' 'typelib-1_0-GData-0_0' 'typelib-1_0-GES-1_0' 'typelib-1_0-GExiv2-0_10' 'typelib-1_0-GFBGraph-0_2' 'typelib-1_0-GMenu-3_0' 'typelib-1_0-GMime-3_0' 'typelib-1_0-GOffice-0_10' 'typelib-1_0-GPaste-1_0' 'typelib-1_0-GSSDP-1_0' 'typelib-1_0-GSound-1_0' 'typelib-1_0-GTop-2_0' 'typelib-1_0-GUPnP-1_0' 'typelib-1_0-GUPnPAV-1_0' 'typelib-1_0-GUPnPDLNA-2_0' 'typelib-1_0-GUPnPDLNAGst-2_0' 'typelib-1_0-GUPnPIgd-1_0' 'typelib-1_0-GUdev-1_0' 'typelib-1_0-GUsb-1_0' 'typelib-1_0-GVnc-1_0' 'typelib-1_0-GVncPulse-1_0' 'typelib-1_0-GWeather-3_0' 'typelib-1_0-GXPS-0_1' 'typelib-1_0-Gck-1' 'typelib-1_0-Gcr-3' 'typelib-1_0-GcrUi-3' 'typelib-1_0-Gda-5_0' 'typelib-1_0-Gdaui-5_0' 'typelib-1_0-GdkPixbuf-2_0' 'typelib-1_0-GdkPixdata-2_0' 'typelib-1_0-Gdl-3' 'typelib-1_0-Gdm-1_0' 'typelib-1_0-Gee-0_8' 'typelib-1_0-Gee-1_0' 'typelib-1_0-Gegl-0_4' 'typelib-1_0-Geoclue-2_0' 'typelib-1_0-GeocodeGlib-1_0' 'typelib-1_0-Gepub-0_6' 'typelib-1_0-Ggit-1_0' 'typelib-1_0-Gitg-1_0' 'typelib-1_0-GitgExt-1_0' 'typelib-1_0-GjsPrivate-1_0' 'typelib-1_0-Gkbd-3_0' 'typelib-1_0-Gladeui-2_0' 'typelib-1_0-GnomeAutoar-0_1' 'typelib-1_0-GnomeAutoarGtk-0_1' 'typelib-1_0-GnomeBluetooth-1_0' 'typelib-1_0-GnomeDesktop-3_0' 'typelib-1_0-GnomeKeyring-1_0' 'typelib-1_0-GoVirt-1_0' 'typelib-1_0-Goa-1_0' 'typelib-1_0-Gom-1_0' 'typelib-1_0-GooCanvas-2_0' 'typelib-1_0-Govf-0_1' 'typelib-1_0-Granite-1_0' 'typelib-1_0-Graphene-1_0' 'typelib-1_0-Grl-0_3' 'typelib-1_0-GrlNet-0_3' 'typelib-1_0-GrlPls-0_3' 'typelib-1_0-Grss-0_7' 'typelib-1_0-Gsf-1' 'typelib-1_0-Gspell-1' 'typelib-1_0-Gst-1_0' 'typelib-1_0-Gst-1_0-32bit' 'typelib-1_0-GstAllocators-1_0' 'typelib-1_0-GstApp-1_0' 'typelib-1_0-GstAudio-1_0' 'typelib-1_0-GstGL-1_0' 'typelib-1_0-GstInsertBin-1_0' 'typelib-1_0-GstMpegts-1_0' 'typelib-1_0-GstPbutils-1_0' 'typelib-1_0-GstPlayer-1_0' 'typelib-1_0-GstRtp-1_0' 'typelib-1_0-GstRtsp-1_0' 'typelib-1_0-GstRtspServer-1_0' 'typelib-1_0-GstSdp-1_0' 'typelib-1_0-GstTag-1_0' 'typelib-1_0-GstTranscoder-1_0' 'typelib-1_0-GstValidate-1_0' 'typelib-1_0-GstVideo-1_0' 'typelib-1_0-GstWebRTC-1_0' 'typelib-1_0-Gtd-1_0' 'typelib-1_0-Gtk-2_0' 'typelib-1_0-Gtk-3_0' 'typelib-1_0-Gtk-4_0' 'typelib-1_0-GtkClutter-1_0' 'typelib-1_0-GtkFrdp-0_1' 'typelib-1_0-GtkLayerShell-0_1' 'typelib-1_0-GtkSource-3_0' 'typelib-1_0-GtkSource-4' 'typelib-1_0-GtkSpell-3_0' 'typelib-1_0-GtkVnc-2_0' 'typelib-1_0-Gucharmap-2_90' 'typelib-1_0-Handy-0_0' 'typelib-1_0-Handy-1_0' 'typelib-1_0-HarfBuzz-0_0' 'typelib-1_0-Hinawa-2_0' 'typelib-1_0-IBus-1_0' 'typelib-1_0-ICal-3_0' 'typelib-1_0-ICalGLib-3_0' 'typelib-1_0-Ido3-0_1' 'typelib-1_0-JavaScriptCore-4_0' 'typelib-1_0-Jcat-1_0' 'typelib-1_0-Json-1_0' 'typelib-1_0-Jsonrpc-1_0' 'typelib-1_0-Keybinder-0_0' 'typelib-1_0-Keybinder-3_0' 'typelib-1_0-Libags-3_0' 'typelib-1_0-Libmsi-1_0' 'typelib-1_0-Libosinfo-1_0' 'typelib-1_0-LibvirtGConfig-1_0' 'typelib-1_0-LibvirtGLib-1_0' 'typelib-1_0-LibvirtGObject-1_0' 'typelib-1_0-LibvirtSandbox-1_0' 'typelib-1_0-LightDM-1' 'typelib-1_0-LunarCalendar-3_0' 'typelib-1_0-LunarDate-3_0' 'typelib-1_0-Manette-0_2-0' 'typelib-1_0-MateDesktop-2_0' 'typelib-1_0-MateMenu-2_0' 'typelib-1_0-MatePanelApplet-4_0' 'typelib-1_0-Matekbd-1_0' 'typelib-1_0-Mbim-1_0' 'typelib-1_0-MediaArt-2_0' 'typelib-1_0-Midori-0_6' 'typelib-1_0-ModemManager-1_0' 'typelib-1_0-Modulemd-2_0' 'typelib-1_0-Muffin-0_0' 'typelib-1_0-MyPaint-1_6' 'typelib-1_0-MyPaintGegl-1_6' 'typelib-1_0-NM-1_0' 'typelib-1_0-NMA-1_0' 'typelib-1_0-Nautilus-3_0' 'typelib-1_0-Nemo-3_0' 'typelib-1_0-Notify-0_7' 'typelib-1_0-OSTree-1_0' 'typelib-1_0-OsmGpsMap-1_0' 'typelib-1_0-PackageKitGlib-1_0' 'typelib-1_0-Pango-1_0' 'typelib-1_0-Peas-1_0' 'typelib-1_0-PeasGtk-1_0' 'typelib-1_0-Playerctl-2_0_1' 'typelib-1_0-Pluma-1_0' 'typelib-1_0-Polari-1_0' 'typelib-1_0-Polkit-1_0' 'typelib-1_0-Poppler-0_18' 'typelib-1_0-Rest-0_7' 'typelib-1_0-Retro-0_14-0' 'typelib-1_0-Rsvg-2_0' 'typelib-1_0-RygelCore-2_6' 'typelib-1_0-RygelRenderer-2_6' 'typelib-1_0-RygelRendererGst-2_6' 'typelib-1_0-RygelServer-2_6' 'typelib-1_0-Secret-1' 'typelib-1_0-Signon-2_0' 'typelib-1_0-Skk-1_0' 'typelib-1_0-Soup-2_4' 'typelib-1_0-SpiceClientGlib-2_0' 'typelib-1_0-SpiceClientGtk-3_0' 'typelib-1_0-TelepathyFarstream-0_6' 'typelib-1_0-TelepathyGlib-0_12' 'typelib-1_0-TelepathyLogger-0_2' 'typelib-1_0-Template-1_0' 'typelib-1_0-Tepl-4' 'typelib-1_0-Thunarx-3_0' 'typelib-1_0-TimezoneMap-1_0' 'typelib-1_0-TotemPlParser-1_0' 'typelib-1_0-Tracker-2_0' 'typelib-1_0-Tracker-3_0' 'typelib-1_0-TrackerControl-2_0' 'typelib-1_0-TrackerMiner-2_0' 'typelib-1_0-UDisks-2_0' 'typelib-1_0-Uhm-0_0' 'typelib-1_0-Unique-1_0' 'typelib-1_0-UpowerGlib-1_0' 'typelib-1_0-Urfkill-0_0' 'typelib-1_0-Vips-8_10' 'typelib-1_0-Vte-2.91' 'typelib-1_0-WebKit2-4_0' 'typelib-1_0-WebKit2WebExtension-4_0' 'typelib-1_0-Wnck-1_0' 'typelib-1_0-Wnck-3_0' 'typelib-1_0-Workrave-1_0' 'typelib-1_0-XApp-1_0' 'typelib-1_0-Xkl-1_0' 'typelib-1_0-Xmlb-1_0' 'typelib-1_0-XplayerPlParser-1_0' 'typelib-1_0-XreaderDocument-1_5' 'typelib-1_0-XreaderView-1_5' 'typelib-1_0-Zpj-0_0' 'typelib-1_0-kkc-1_0' 'typelib-1_0-libdazzle-1_0' 'typelib-1_0-libmirage-3_2' 'typelib-1_0-libxfce4util-1_0' 'typesafe-config' 'typesafe-config-javadoc' 'typescript' 'tzdb' 'u-boot-tools' 'u2f-host' 'u2f-server' 'u3-tool' 'uacme' 'uae' 'uae' 'uae-debuginfo' 'uae-debugsource' 'ubi_reader' 'ubuntu-fonts' 'ubuntu-mate-icon-theme' 'ubuntu-mate-wallpapers' 'ubuntu-mono-icon-theme' 'uchardet' 'ucl-devel' 'ucm' 'ucode-amd' 'ucode-intel' 'ucommon' 'ucommon-devel' 'ucpp' 'ucpp-devel' 'udav' 'udev' 'udev-browse' 'udev-configure-printer' 'udev-persistent-ifnames' 'udftools' 'udhcp' 'udiskie' 'udiskie-lang' 'udisks2' 'udisks2-lang' 'udns' 'udns-devel' 'udp2raw-tunnel' 'udpa-source' 'udpspeeder' 'udtrace' 'ufiformat' 'ufraw' 'ufraw-lang' 'uftpd' 'uget' 'uget-integrator' 'uget-lang' 'ugrep' 'uhd-devel' 'uhd-doc' 'uhd-firmware' 'uhd-udev' 'uhttpmock-devel' 'uhubctl' 'uid_wrapper' 'uim' 'uim-32bit' 'uim-devel' 'uim-gtk2' 'uim-gtk2-32bit' 'uim-gtk3' 'uim-gtk3-32bit' 'uim-qt5' 'uim-qt5-32bit' 'uima-parent-pom' 'uima-pear-maven-plugin' 'uimaj' 'uimaj-javadoc' 'uisp' 'ulfius-devel' 'ullae-veliyae' 'ulogd' 'ulogd-mysql' 'ulogd-pcap' 'ulogd-pgsql' 'ulogd-sqlite3' 'ultimatestunts' 'ultimatestunts-data' 'umbrello' 'umbrello-lang' 'umoci' 'un-fonts' 'unar' 'unbound' 'unbound-anchor' 'unbound-devel' 'unbound-munin' 'unclutter' 'uncommons-maths' 'uncommons-maths-javadoc' 'uncrustify' 'unetbootin' 'unibilium-devel' 'unicode-blocks' 'unicode-emoji' 'unicode-ucd' 'unicode-ucd-unihan' 'unifdef' 'unifraktur-fonts' 'unionfs-fuse' 'uniraum' 'uniraum' 'uniraum-debuginfo' 'uniraum-debugsource' 'uniraum-devel' 'unison' 'unit-api' 'unit-api-javadoc' 'units' 'unittest-cpp-devel' 'universal-ctags' 'univocity-parsers' 'univocity-parsers-javadoc' 'unixODBC' 'unixODBC-32bit' 'unixODBC-devel' 'unixODBC-devel-32bit' 'unknown-horizons' 'unknown-horizons-lang' 'unmass' 'unoconv' 'unpaper' 'unrar' 'unrar_wrapper' 'unrtf' 'unrtf' 'unrtf-debuginfo' 'unrtf-debugsource' 'unshield' 'unshield-devel' 'unzip' 'unzip-doc' 'unzip-rcc' 'unzix' 'uom-lib' 'uom-lib-assertj' 'uom-lib-common' 'uom-lib-javadoc' 'uom-parent' 'upb-devel' 'update-alternatives' 'update-bootloader-rpm-macros' 'update-checker' 'update-desktop-files' 'update-test-32bit-pkg' 'update-test-32bit-pkg' 'update-test-32bit-pkg-32bit' 'update-test-affects-package-manager' 'update-test-affects-package-manager' 'update-test-broken' 'update-test-feature' 'update-test-feature' 'update-test-interactive' 'update-test-optional' 'update-test-optional' 'update-test-reboot-needed' 'update-test-reboot-needed' 'update-test-relogin-suggested' 'update-test-relogin-suggested' 'update-test-retracted' 'update-test-security' 'update-test-security' 'update-test-trivial' 'update-test-trivial' 'update-test-trivial' 'update_test' 'uperf' 'upm-devel' 'upower' 'upower-lang' 'upsm' 'upx' 'uranium' 'uranium-firmware-lulzbot' 'uranium-lulzbot' 'urbanlightscape' 'urfkill' 'urh' 'uriparser' 'uriparser-devel' 'uriparser-doc' 'urlscan' 'urlview' 'urlwatch' 'urxvt-font-size' 'urxvt-perls' 'us428control' 'usb_modeswitch' 'usb_modeswitch-data' 'usbauth' 'usbauth-notifier' 'usbguard' 'usbguard-devel' 'usbguard-tools' 'usbmuxd' 'usbprog' 'usbprog-devel' 'usbprog-gui' 'usbredir' 'usbredir-devel' 'usbsdmux-udev' 'usbtop' 'usbutils' 'usbview' 'usnic_tools' 'usrp-firmware' 'usrp-tools' 'usx2yloader' 'utempter-devel' 'utempter-devel-32bit' 'utf8proc-devel' 'utfcpp-devel' 'uthash-devel' 'util-linux' 'util-linux-lang' 'util-linux-systemd' 'util-macros-devel' 'utils-libnfs' 'utox' 'uucp' 'uucp-xinetd' 'uudeview' 'uuid-devel' 'uuidd' 'uvcdynctrl' 'uwac0-0-devel' 'uwsc' 'uwsgi' 'uwsgi-emperor_pg' 'uwsgi-emperor_zeromq' 'uwsgi-gevent' 'uwsgi-glusterfs' 'uwsgi-greenlet' 'uwsgi-jvm' 'uwsgi-ldap' 'uwsgi-libffi' 'uwsgi-logzmq' 'uwsgi-lua' 'uwsgi-pam' 'uwsgi-php7' 'uwsgi-psgi' 'uwsgi-pypy' 'uwsgi-python' 'uwsgi-python3' 'uwsgi-sqlite3' 'uwsgi-xslt' 'v2ray-core' 'v3d-flow-builder' 'v3d-flow-builder' 'v3d-flow-builder-debuginfo' 'v3d-flow-builder-debugsource' 'v4l-conf' 'v4l-tools' 'v4l-utils' 'v4l-utils-devel-tools' 'v4l-utils-lang' 'v4l2loopback-kmp-default' 'v4l2loopback-kmp-pae' 'v4l2loopback-utils' 'vacation' 'vacuum-im' 'vacuum-im-devel' 'vacuum-im-lang' 'vacuum-im-plugins-dbusnotifications' 'vacuum-im-plugins-gmailnotify' 'vacuum-im-plugins-spellchecker' 'vacuum-im-plugins-statistics' 'vacuum-im-plugins-usermood' 'vacuum-im-plugins-usertune' 'vagrant' 'vagrant-bash-completion' 'vagrant-doc' 'vagrant-emacs' 'vagrant-libvirt' 'vagrant-libvirt-doc' 'vagrant-sshfs' 'vagrant-sshfs-doc' 'vagrant-sshfs-testsuite' 'vagrant-vim' 'vala' 'vala-cmake-modules' 'vala-panel' 'vala-panel-appmenu-lang' 'vala-panel-devel' 'vala-panel-extras-battery' 'vala-panel-extras-gtop' 'vala-panel-extras-lang' 'vala-panel-extras-volume' 'vala-panel-extras-weather' 'vala-panel-extras-xkb' 'vala-panel-extras-xkb-flags' 'vala-panel-lang' 'vala-panel-plugin-appmenu' 'vala-panel-plugin-sntray' 'vala-panel-plugin-sntray-lang' 'vala-panel-plugins-base' 'vala-panel-plugins-wnck' 'vala-panel-runner' 'valadoc' 'valadoc-doclet-devhelp' 'valadoc-doclet-gtkdoc' 'valadoc-doclet-html' 'valgrind' 'valgrind-32bit' 'valgrind-client-headers' 'valgrind-devel' 'vamp-aubio-plugins' 'vamp-aubio-plugins' 'vamp-aubio-plugins-debuginfo' 'vamp-aubio-plugins-debugsource' 'vamp-libxtract-plugins' 'vamp-libxtract-plugins' 'vamp-libxtract-plugins-debuginfo' 'vamp-libxtract-plugins-debugsource' 'vamp-match-plugin' 'vamp-match-plugin' 'vamp-match-plugin-debuginfo' 'vamp-match-plugin-debugsource' 'vamp-mazurka-plugins' 'vamp-mazurka-plugins' 'vamp-mazurka-plugins-debuginfo' 'vamp-mazurka-plugins-debugsource' 'vamp-plugin-sdk' 'vamp-plugin-sdk-devel' 'vamp-plugin-tester' 'vamp-plugin-tester' 'vamp-plugin-tester-debuginfo' 'vamp-plugin-tester-debugsource' 'vamp-qm-plugins' 'vamp-qm-plugins' 'vamp-qm-plugins-debuginfo' 'vamp-qm-plugins-debugsource' 'vamps' 'vamps' 'vamps-debugsource' 'vapoursynth-devel' 'vapoursynth-plugin-eedi3' 'vapoursynth-plugin-imwri' 'vapoursynth-plugin-miscfilters' 'vapoursynth-plugin-morpho' 'vapoursynth-plugin-ocr' 'vapoursynth-plugin-removegrain' 'vapoursynth-plugin-subtext' 'vapoursynth-plugin-vinverse' 'vapoursynth-plugin-vivtc' 'vapoursynth-tools' 'variety' 'varnish' 'varnish-devel' 'vboot' 'vbrfix' 'vcdimager' 'vcdimager-devel' 'vclt-tools' 'vclt-tools' 'vcron' 'vcsh' 'vcsh-zsh-completion' 'vde2' 'vde2-cryptcab' 'vde2-slirp' 'ved' 'velero' 'velocity' 'velocity-demo' 'velocity-javadoc' 'velocity-manual' 'velum-branding' 'verilator' 'verilator-devel' 'verilator-doc' 'verilator-doc-pdf' 'verilator-examples' 'veusz' 'veyon' 'vfontas' 'vgrabbj' 'vgrep' 'vhba-kmp-default' 'vhba-kmp-pae' 'vhostmd' 'vidcutter' 'videoporama' 'videoporama' 'vido' 'vido-lang' 'viewnior' 'viewnior-lang' 'viewres' 'vifm' 'vifm-colors' 'vigra-devel' 'vilistextum' 'vim' 'vim-bootstrap' 'vim-completion-golang' 'vim-data' 'vim-data-common' 'vim-fzf' 'vim-icinga2' 'vim-plugin-NERDcommenter' 'vim-plugin-NERDtree' 'vim-plugin-a' 'vim-plugin-ack' 'vim-plugin-align' 'vim-plugin-bufexplorer' 'vim-plugin-calendar' 'vim-plugin-colorschemes' 'vim-plugin-colorsel' 'vim-plugin-conky' 'vim-plugin-devhelp' 'vim-plugin-diffchanges' 'vim-plugin-editorconfig' 'vim-plugin-fugitive' 'vim-plugin-gitdiff' 'vim-plugin-gnupg' 'vim-plugin-latex' 'vim-plugin-locateopen' 'vim-plugin-matrix' 'vim-plugin-minibufexpl' 'vim-plugin-multiplesearch' 'vim-plugin-neomutt' 'vim-plugin-nginx' 'vim-plugin-powerline' 'vim-plugin-project' 'vim-plugin-quilt' 'vim-plugin-rails' 'vim-plugin-salt' 'vim-plugin-searchcomplete' 'vim-plugin-showmarks' 'vim-plugin-snipmate' 'vim-plugin-supertab' 'vim-plugin-taglist' 'vim-plugin-tlib' 'vim-plugin-tregisters' 'vim-plugin-tselectbuffer' 'vim-plugin-tselectfiles' 'vim-plugin-utl' 'vim-plugin-vimwiki' 'vim-plugin-zoomwin' 'vim-small' 'vimb' 'vimpc' 'vimpc' 'vimpc-debuginfo' 'vimpc-debugsource' 'vinagre' 'vinagre-lang' 'vino' 'vino-lang' 'vips-doc' 'vips-tools' 'virglrenderer-devel' 'virglrenderer-test-server' 'virt-install' 'virt-manager' 'virt-manager-common' 'virt-sandbox' 'virt-top' 'virt-viewer' 'virt-what' 'virtme' 'virtualbox' 'virtualbox-devel' 'virtualbox-guest-desktop-icons' 'virtualbox-guest-source' 'virtualbox-guest-tools' 'virtualbox-guest-x11' 'virtualbox-host-source' 'virtualbox-kmp-default' 'virtualbox-qt' 'virtualbox-vnc' 'virtualbox-websrv' 'viruskiller' 'vis' 'visio2svg-conv' 'vit' 'vitetris' 'vivaldi' 'vivaldi' 'vkbasalt' 'vkd3d-devel' 'vkd3d-devel-32bit' 'vkeybd' 'vkmark' 'vkquake' 'vlan' 'vlc' 'vlc' 'vlc-beta' 'vlc-beta' 'vlc-beta-debuginfo' 'vlc-beta-debugsource' 'vlc-beta-devel' 'vlc-beta-noX' 'vlc-beta-noX-debuginfo' 'vlc-beta-noX-lang' 'vlc-beta-qt' 'vlc-beta-qt-debuginfo' 'vlc-codec-gstreamer' 'vlc-codec-gstreamer-debuginfo' 'vlc-codecs' 'vlc-codecs-debuginfo' 'vlc-debuginfo' 'vlc-debugsource' 'vlc-devel' 'vlc-jack' 'vlc-jack-debuginfo' 'vlc-lang' 'vlc-noX' 'vlc-noX-debuginfo' 'vlc-opencv' 'vlc-opencv-debuginfo' 'vlc-qt' 'vlc-qt-debuginfo' 'vlc-vdpau' 'vlc-vdpau-debuginfo' 'vlgothic-fonts' 'vlmc' 'vlmc' 'vlmc-debuginfo' 'vlmc-debugsource' 'vm-dump-metrics' 'vm-install' 'vmmlib' 'vmmlib-debugsource' 'vmmlib-devel' 'vmmlib-doc' 'vmpk' 'vmpk' 'vmpk-debuginfo' 'vmpk-debugsource' 'vms-empire' 'vmtouch' 'vncmanager' 'vncmanager-controller' 'vncmanager-controller-gnome' 'vncmanager-greeter' 'vnote' 'vnstat' 'vnstat-cgi' 'vo-aacenc' 'vo-aacenc-debugsource' 'vo-amrwbenc' 'vo-amrwbenc-debugsource' 'vobcopy' 'vobcopy' 'vobcopy-debuginfo' 'vobcopy-debugsource' 'vocal' 'vocal-lang' 'vodovod' 'voikkospell' 'vokoscreenNG' 'volatility3' 'volk' 'volk-devel' 'volk_modtool' 'vollkorn-fonts' 'vorbis-tools' 'vorbis-tools-lang' 'vorbisgain' 'voro++' 'voro++-devel' 'vorta' 'votca-csg' 'votca-csg-bash' 'votca-csg-common' 'votca-csg-devel' 'votca-csg-doc' 'votca-csg-tutorials' 'votca-csgapps' 'votca-ctp' 'votca-ctp-common' 'votca-ctp-devel' 'votca-ctp-doc' 'votca-tools' 'votca-tools-devel' 'votca-xtp' 'votca-xtp-common' 'votca-xtp-devel' 'voxelands' 'vpcs' 'vpnc' 'vpx-tools' 'vsftpd' 'vsqlite++-devel' 'vst-lsp-plugins' 'vtable-dumper' 'vtcl' 'vte-devel' 'vte-lang' 'vte-tools' 'vtk-devel' 'vtk-java' 'vtk-openmpi1-devel' 'vtk-openmpi1-java' 'vtk-openmpi1-qt' 'vtk-openmpi2-devel' 'vtk-openmpi2-java' 'vtk-openmpi2-qt' 'vtk-openmpi3-devel' 'vtk-openmpi3-java' 'vtk-openmpi3-qt' 'vtk-qt' 'vtkdata' 'vulkan-devel' 'vulkan-devel-32bit' 'vulkan-headers' 'vulkan-tools' 'vulkan-validationlayers' 'vulkan-validationlayers-devel' 'vym' 'w3c-markup-validator' 'w3c-markup-validator-libs' 'w3m' 'w3m-inline-image' 'w3mir' 'w_scan' 'wadptr' 'waffle' 'waffle-devel' 'wallpaper-branding-openSUSE' 'wallpapers-openSUSE-extra' 'wallstreet' 'wang-fonts' 'warewulf-cluster' 'warewulf-common' 'warewulf-doc' 'warewulf-nhc' 'warewulf-provision' 'warewulf-provision-i386-initramfs' 'warewulf-provision-ipxe-images' 'warewulf-provision-server' 'warewulf-provision-x86_64-initramfs' 'warewulf-vnfs' 'warzone2100' 'warzone2100-data' 'watchman' 'watson' 'watson-bash-completion' 'watson-fish-completion' 'watson-zsh-completion' 'wavemon' 'wavpack' 'wavpack-devel' 'waybar' 'waybar-branding-openSUSE' 'waybar-branding-upstream' 'wayland-devel' 'wayland-devel-32bit' 'wayland-protocols-devel' 'wayland-utils' 'waylandpp' 'waylandpp-devel' 'wayvnc' 'wbxml2-tools' 'wcd' 'wcslib-devel' 'wcslib-doc' 'wcslib-tools' 'wdiff' 'wdiff-lang' 'weave-k8s-yaml' 'weave-kube' 'weave-npc' 'webalizer' 'webalizer-flags' 'webcamoid' 'webcamoid-devel' 'webdot' 'webenginepart' 'webkit-jsc-4' 'webkit2gtk-4_0-injected-bundles' 'webkit2gtk3-devel' 'webkit2gtk3-minibrowser' 'weblate' 'weblate-doc' 'websocketpp-devel' 'webvfx' 'webvfx-devel' 'webvfx-module' 'weechat' 'weechat-devel' 'weechat-lang' 'weechat-lua' 'weechat-perl' 'weechat-python' 'weechat-ruby' 'weechat-spell' 'weechat-tcl' 'weld-parent' 'werken-xpath' 'werken-xpath-javadoc' 'wesnoth' 'wesnoth-campaign-server' 'wesnoth-data' 'wesnoth-fslayout' 'wesnoth-server' 'weston' 'weston-devel' 'wget' 'wget-lang' 'wget2' 'wgetpaste' 'whatmp3' 'whatmp3' 'whatmp3-debugsource' 'when-command' 'when-command-lang' 'whfc' 'which' 'whipper' 'whohas' 'whois' 'wicked' 'wicked-service' 'widelands' 'widelands-data' 'widelands-debug' 'wiggle' 'wiiuse-devel' 'wildmidi' 'wildmidi-devel' 'wimlib-devel' 'wimtools' 'wine' 'wine-32bit' 'wine-devel' 'wine-devel-32bit' 'wine-gecko' 'wine-mono' 'wine-nine-standalone' 'wine-nine-standalone-32bit' 'wine-staging' 'wine-staging-32bit' 'wine-staging-devel' 'wine-staging-devel-32bit' 'wineasio' 'wineasio' 'wineasio-32bit' 'wineasio-32bit-debuginfo' 'wineasio-debuginfo' 'wineasio-debugsource' 'winetricks' 'winff' 'winff' 'winff-debuginfo' 'winff-debugsource' 'winff-lang' 'winpr2-devel' 'winrs' 'wipe' 'wireguard-tools' 'wireless-regdb' 'wireless-tools' 'wireshark' 'wireshark-devel' 'wireshark-plugin-libvirt' 'wireshark-ui-qt' 'withlock' 'wizznic' 'wkhtmltopdf' 'wkhtmltopdf-devel' 'wl-clipboard' 'wl-clipboard-bash-completion' 'wl-clipboard-zsh-completion' 'wlgreet' 'wlr-randr' 'wlr-sunclock' 'wlroots-devel' 'wm-icons' 'wmctrl' 'wmpomme' 'wmutils' 'wob' 'woff2-devel' 'wofi' 'wofi-devel' 'wol' 'wol-lang' 'wol-udev-rules' 'wondershaper' 'woodstox-core' 'woodstox-core-javadoc' 'wordcut' 'wordcut-devel' 'wordnet' 'wordnet-devel' 'words' 'words-british' 'words-canadian' 'workrave' 'workrave-devel' 'wp-cli' 'wpa_supplicant' 'wpa_supplicant-gui' 'wpan-tools' 'wpebackend-fdo-devel' 'wput' 'wput' 'wput-debuginfo' 'wput-debugsource' 'wput-lang' 'wqy-bitmap-fonts' 'wqy-microhei-fonts' 'wqy-zenhei-fonts' 'wrapsix' 'writerperfect' 'wrk' 'ws-jaxme' 'ws-jaxme-javadoc' 'ws-jaxme-manual' 'wsdl4j' 'wsdl4j-javadoc' 'wslay' 'wslay-devel' 'wsmancli' 'wt' 'wt-devel' 'wumpus' 'wv' 'wv-devel' 'wv2-devel' 'wxEDID' 'wxEphe' 'wxGTK3-3_2-devel' 'wxMaxima' 'wxMaxima-lang' 'wxQt-3_2-devel' 'wxWidgets-3_0-devel' 'wxWidgets-3_0-devel-32bit' 'wxWidgets-3_0-docs' 'wxWidgets-3_0-nostl-devel' 'wxWidgets-3_0-plugin-sound_sdlu-3_0' 'wxWidgets-3_0-plugin-sound_sdlu-3_0-32bit' 'wxWidgets-3_2-devel' 'wxWidgets-3_2-nostl-devel' 'wxWidgets-3_2-plugin-sound_sdlu-3_2' 'wxWidgets-docs' 'wxWidgets-lang' 'wxWidgets-wxcontainer' 'wxWidgets-wxcontainer-compat-lib-config' 'wxWidgets-wxcontainer-debugsource' 'wxWidgets-wxcontainer-devel' 'wxWidgets-wxcontainer-devel-debuginfo' 'wxWidgets-wxcontainer-plugin-sound_sdlu-2_8-wxcontainer' 'wxWidgets-wxcontainer-plugin-sound_sdlu-2_8-wxcontainer-32bit' 'wxWidgets-wxcontainer-plugin-sound_sdlu-2_8-wxcontainer-32bit-debuginfo' 'wxWidgets-wxcontainer-plugin-sound_sdlu-2_8-wxcontainer-debuginfo' 'wxcam' 'wxcam' 'wxcam-debuginfo' 'wxcam-debugsource' 'wxhexeditor' 'wxhexeditor-lang' 'wxlua' 'wxlua-devel' 'wxmp3gain' 'wxmp3gain-lang' 'wxsqlite3-devel' 'wxstedit' 'wxstedit-devel' 'wxsvg' 'wyrmgus' 'wyrmgus-devel' 'wyrmsun' 'x11' 'x11-japanese-bitmap-fonts' 'x11-tools' 'x11-video-nvidiaG04' 'x11-video-nvidiaG05' 'x11perf' 'x11vnc' 'x11vnc-frontend' 'x264' 'x264-debuginfo' 'x265' 'x265' 'x265-debuginfo' 'x265-debugsource' 'x2x' 'x3270' 'x86info' 'xalan-c' 'xalan-j2' 'xalan-j2-demo' 'xalan-j2-manual' 'xalan-j2-xsltc' 'xano-mincho-fonts' 'xaos' 'xaos-lang' 'xapian-core' 'xapian-core-doc' 'xapian-core-examples' 'xapps-common' 'xapps-common-lang' 'xapps-mate' 'xar' 'xauth' 'xautolock' 'xautomation' 'xaw3dd' 'xawtv' 'xbacklight' 'xbanish' 'xbase' 'xbase-devel' 'xbase-doc' 'xbean' 'xbean-javadoc' 'xbench' 'xbiff' 'xbindkeys' 'xbitmaps' 'xbitmaps-devel' 'xboard' 'xboard' 'xboard-debuginfo' 'xboard-debugsource' 'xbomb' 'xboxdrv' 'xbrlapi' 'xbrz-devel' 'xbsql' 'xbsql-devel' 'xca' 'xcalc' 'xcalib' 'xcalib-profiles' 'xcb' 'xcb-proto-devel' 'xcb-util-cursor-devel' 'xcb-util-cursor-devel-32bit' 'xcb-util-devel' 'xcb-util-devel-32bit' 'xcb-util-errors-devel' 'xcb-util-image-devel' 'xcb-util-image-devel-32bit' 'xcb-util-keysyms-devel' 'xcb-util-keysyms-devel-32bit' 'xcb-util-renderutil-devel' 'xcb-util-renderutil-devel-32bit' 'xcb-util-wm-devel' 'xcb-util-wm-devel-32bit' 'xcb-util-xrm-devel' 'xcfa' 'xcfa' 'xcfa-debuginfo' 'xcfa-debugsource' 'xcfa-lang' 'xcfun-devel' 'xchm' 'xchm-lang' 'xclass' 'xclass-devel' 'xclip' 'xclipboard' 'xclock' 'xcm' 'xcmsdb' 'xcolors' 'xcompmgr' 'xconsole' 'xcoral' 'xcowsay' 'xcursor-themes' 'xcursorgen' 'xdbedizzy' 'xdelta3' 'xdg-dbus-proxy' 'xdg-desktop-portal' 'xdg-desktop-portal-devel' 'xdg-desktop-portal-gtk' 'xdg-desktop-portal-gtk-lang' 'xdg-desktop-portal-kde' 'xdg-desktop-portal-kde-lang' 'xdg-desktop-portal-lang' 'xdg-desktop-portal-wlr' 'xdg-menu' 'xdg-user-dirs' 'xdg-user-dirs-gtk' 'xdg-user-dirs-gtk-lang' 'xdg-user-dirs-lang' 'xdg-utils' 'xdiskusage' 'xditview' 'xdm' 'xdm-xsession' 'xdmbgrd' 'xdmsc' 'xdotool' 'xdotool-devel' 'xdpyinfo' 'xdriinfo' 'xed' 'xed-devel' 'xed-lang' 'xedit' 'xemacs' 'xemacs-el' 'xemacs-info' 'xemacs-packages' 'xemacs-packages-el' 'xemacs-packages-info' 'xembedsniproxy' 'xen' 'xen-devel' 'xen-doc-html' 'xen-libs' 'xen-libs-32bit' 'xen-tools' 'xen-tools-domU' 'xen-tools-xendomains-wait-disk' 'xen_server' 'xen_tools' 'xengine' 'xerces-c' 'xerces-c-doc' 'xerces-j2' 'xerces-j2-demo' 'xerces-j2-javadoc' 'xev' 'xeyes' 'xf86-input-evdev' 'xf86-input-evdev-devel' 'xf86-input-joystick' 'xf86-input-joystick-devel' 'xf86-input-keyboard' 'xf86-input-libinput' 'xf86-input-libinput-devel' 'xf86-input-mouse' 'xf86-input-mouse-devel' 'xf86-input-synaptics' 'xf86-input-synaptics-devel' 'xf86-input-vmmouse' 'xf86-input-void' 'xf86-input-wacom' 'xf86-input-wacom-devel' 'xf86-video-amdgpu' 'xf86-video-ark' 'xf86-video-ati' 'xf86-video-chips' 'xf86-video-dummy' 'xf86-video-fbdev' 'xf86-video-fbturbo' 'xf86-video-fbturbo-live' 'xf86-video-glint' 'xf86-video-i128' 'xf86-video-intel' 'xf86-video-intel-32bit' 'xf86-video-mach64' 'xf86-video-mga' 'xf86-video-neomagic' 'xf86-video-nouveau' 'xf86-video-nv' 'xf86-video-openchrome' 'xf86-video-qxl' 'xf86-video-r128' 'xf86-video-savage' 'xf86-video-siliconmotion' 'xf86-video-sis' 'xf86-video-sisusb' 'xf86-video-tdfx' 'xf86-video-tga' 'xf86-video-trident' 'xf86-video-v4l' 'xf86-video-vesa' 'xf86-video-vmware' 'xf86-video-voodoo' 'xf86dga' 'xfburn' 'xfburn-lang' 'xfce' 'xfce4-appfinder' 'xfce4-appfinder-lang' 'xfce4-battery-plugin' 'xfce4-battery-plugin-lang' 'xfce4-calculator-plugin' 'xfce4-calculator-plugin-lang' 'xfce4-clipman-plugin' 'xfce4-clipman-plugin-lang' 'xfce4-cpufreq-plugin' 'xfce4-cpufreq-plugin-lang' 'xfce4-cpugraph-plugin' 'xfce4-cpugraph-plugin-lang' 'xfce4-datetime-plugin' 'xfce4-datetime-plugin-lang' 'xfce4-dev-tools' 'xfce4-dict' 'xfce4-dict-lang' 'xfce4-diskperf-plugin' 'xfce4-diskperf-plugin-lang' 'xfce4-eyes-plugin' 'xfce4-eyes-plugin-lang' 'xfce4-fsguard-plugin' 'xfce4-fsguard-plugin-lang' 'xfce4-genmon-plugin' 'xfce4-genmon-plugin-lang' 'xfce4-mailwatch-plugin' 'xfce4-mailwatch-plugin-lang' 'xfce4-mixer' 'xfce4-mixer-lang' 'xfce4-mixer-plugin' 'xfce4-mount-plugin' 'xfce4-mount-plugin-lang' 'xfce4-mpc-plugin' 'xfce4-mpc-plugin-lang' 'xfce4-netload-plugin' 'xfce4-netload-plugin-lang' 'xfce4-netspeed-plugin' 'xfce4-notes-plugin' 'xfce4-notes-plugin-lang' 'xfce4-notifyd' 'xfce4-notifyd-branding-openSUSE' 'xfce4-notifyd-branding-upstream' 'xfce4-notifyd-lang' 'xfce4-notifyd-theme-adapta' 'xfce4-notifyd-theme-plata' 'xfce4-panel' 'xfce4-panel-branding-openSUSE' 'xfce4-panel-branding-upstream' 'xfce4-panel-devel' 'xfce4-panel-lang' 'xfce4-panel-plugin-appmenu' 'xfce4-panel-plugin-dict' 'xfce4-panel-plugin-sntray' 'xfce4-panel-profiles' 'xfce4-panel-restore-defaults' 'xfce4-places-plugin' 'xfce4-places-plugin-lang' 'xfce4-power-manager' 'xfce4-power-manager-branding-openSUSE' 'xfce4-power-manager-branding-upstream' 'xfce4-power-manager-lang' 'xfce4-power-manager-plugin' 'xfce4-pulseaudio-plugin' 'xfce4-pulseaudio-plugin-lang' 'xfce4-screensaver' 'xfce4-screenshooter' 'xfce4-screenshooter-lang' 'xfce4-screenshooter-plugin' 'xfce4-sensors-plugin' 'xfce4-sensors-plugin-devel' 'xfce4-sensors-plugin-lang' 'xfce4-session' 'xfce4-session-branding-openSUSE' 'xfce4-session-branding-upstream' 'xfce4-session-lang' 'xfce4-settings' 'xfce4-settings-branding-openSUSE' 'xfce4-settings-branding-upstream' 'xfce4-settings-lang' 'xfce4-smartbookmark-plugin' 'xfce4-smartbookmark-plugin-lang' 'xfce4-statusnotifier-plugin' 'xfce4-statusnotifier-plugin-lang' 'xfce4-stopwatch-plugin' 'xfce4-stopwatch-plugin-lang' 'xfce4-systemload-plugin' 'xfce4-systemload-plugin-lang' 'xfce4-taskmanager' 'xfce4-taskmanager-lang' 'xfce4-terminal' 'xfce4-terminal-lang' 'xfce4-time-out-plugin' 'xfce4-time-out-plugin-lang' 'xfce4-timer-plugin' 'xfce4-timer-plugin-lang' 'xfce4-vala' 'xfce4-verve-plugin' 'xfce4-verve-plugin-lang' 'xfce4-wavelan-plugin' 'xfce4-wavelan-plugin-lang' 'xfce4-weather-plugin' 'xfce4-weather-plugin-lang' 'xfce4-whiskermenu-plugin' 'xfce4-whiskermenu-plugin-lang' 'xfce4-xkb-plugin' 'xfce4-xkb-plugin-lang' 'xfconf' 'xfconf-lang' 'xfd' 'xfdashboard' 'xfdashboard-devel' 'xfdashboard-lang' 'xfdashboard-themes' 'xfdesktop' 'xfdesktop-branding-openSUSE' 'xfdesktop-branding-upstream' 'xfdesktop-lang' 'xfig' 'xfishtank' 'xfmpc' 'xfmpc-lang' 'xfontsel' 'xfs' 'xfsdump' 'xfsinfo' 'xfsprogs' 'xfsprogs-devel' 'xfsprogs-scrub' 'xfwm4' 'xfwm4-branding-openSUSE' 'xfwm4-branding-upstream' 'xfwm4-lang' 'xfwm4-theme-adapta' 'xfwm4-theme-plata' 'xfwpcnm' 'xfwpcnm' 'xfwpcnm-debuginfo' 'xfwpcnm-debugsource' 'xgalaga++' 'xgalaga-sdl' 'xgamma' 'xgboost' 'xgboost-javadoc' 'xgboost-predictor' 'xgboost-predictor-javadoc' 'xgc' 'xgrabsc' 'xhfsutil' 'xhost' 'xhtml-dtd' 'xiccd' 'xindy' 'xindy-doc' 'xindy-rules' 'xine-browser-plugin' 'xine-browser-plugin' 'xine-browser-plugin-debuginfo' 'xine-browser-plugin-debugsource' 'xine-lib' 'xine-lib-debugsource' 'xine-skins' 'xine-skins' 'xine-ui' 'xine-ui' 'xine-ui-32bit' 'xine-ui-32bit-debuginfo' 'xine-ui-debuginfo' 'xine-ui-debugsource' 'xinetd' 'xinit' 'xinput' 'xiphos' 'xiphos-lang' 'xiterm' 'xjadeo' 'xkbcomp' 'xkbcomp-devel' 'xkbevd' 'xkbprint' 'xkbutils' 'xkeyboard-config' 'xkeyboard-config-lang' 'xkeycaps' 'xkill' 'xl2tpd' 'xlatencytop' 'xless' 'xli' 'xload' 'xlockmore' 'xlogin' 'xlogo' 'xls2csv' 'xlsatoms' 'xlsclients' 'xlsfonts' 'xmag' 'xmahjongg' 'xman' 'xmanja' 'xmessage' 'xmgrace' 'xmgrace-devel' 'xmh' 'xmined' 'xml-commons-apis' 'xml-commons-apis-javadoc' 'xml-commons-apis-manual' 'xml-commons-resolver' 'xml-commons-resolver-javadoc' 'xml-im-exporter' 'xml-im-exporter-javadoc' 'xml-maven-plugin' 'xml-maven-plugin-javadoc' 'xml-security' 'xml-security-c-bin' 'xml-security-javadoc' 'xml2po' 'xml2po-devel' 'xmlb-tool' 'xmlbeans' 'xmlbeans-mini' 'xmlbeans-scripts' 'xmlbird-devel' 'xmlcharent' 'xmldb-api' 'xmldb-api-javadoc' 'xmldb-api-sdk' 'xmldb-common' 'xmlformat' 'xmlgraphics-batik' 'xmlgraphics-batik-css' 'xmlgraphics-batik-demo' 'xmlgraphics-batik-javadoc' 'xmlgraphics-batik-rasterizer' 'xmlgraphics-batik-slideshow' 'xmlgraphics-batik-squiggle' 'xmlgraphics-batik-svgpp' 'xmlgraphics-batik-ttf2svg' 'xmlgraphics-commons' 'xmlgraphics-commons-javadoc' 'xmlgraphics-fop' 'xmlrpc-c-devel' 'xmlsec1' 'xmlsec1-devel' 'xmlsec1-gcrypt-devel' 'xmlsec1-gnutls-devel' 'xmlsec1-nss-devel' 'xmlsec1-openssl-devel' 'xmlstarlet' 'xmlstreambuffer' 'xmlstreambuffer-javadoc' 'xmlto' 'xmltoman' 'xmltooling-schemas' 'xmltv' 'xmltv' 'xmltv-grabbers' 'xmlunit' 'xmlunit-javadoc' 'xmobar' 'xmodmap' 'xmonad' 'xmoontool' 'xmore' 'xmorph' 'xmorph-devel' 'xmoto' 'xmoto-data' 'xmp' 'xmvn' 'xmvn-api' 'xmvn-bisect' 'xmvn-connector-aether' 'xmvn-connector-aether-javadoc' 'xmvn-connector-gradle' 'xmvn-connector-gradle-javadoc' 'xmvn-connector-ivy' 'xmvn-connector-ivy-javadoc' 'xmvn-core' 'xmvn-install' 'xmvn-minimal' 'xmvn-mojo' 'xmvn-mojo-javadoc' 'xmvn-parent' 'xmvn-resolve' 'xmvn-subst' 'xmvn-tools-javadoc' 'xob' 'xom' 'xonotic' 'xonotic-data' 'xonotic-server' 'xonsh' 'xonsh-doc' 'xorg-cf-files' 'xorg-docs' 'xorg-scripts' 'xorg-sgml-doctools' 'xorg-x11' 'xorg-x11-Xvnc' 'xorg-x11-Xvnc-java' 'xorg-x11-Xvnc-module' 'xorg-x11-Xvnc-novnc' 'xorg-x11-devel' 'xorg-x11-driver-input' 'xorg-x11-driver-video' 'xorg-x11-essentials' 'xorg-x11-fonts' 'xorg-x11-fonts-converted' 'xorg-x11-fonts-core' 'xorg-x11-fonts-legacy' 'xorg-x11-libX11-ccache' 'xorg-x11-libs' 'xorg-x11-server' 'xorg-x11-server-Xspice' 'xorg-x11-server-Xvfb' 'xorg-x11-server-extra' 'xorg-x11-server-sdk' 'xorg-x11-server-source' 'xorg-x11-server-wayland' 'xorg-x11-server-wrapper' 'xorg-x11-util-devel' 'xorgproto-devel' 'xorgxrdp' 'xorriso' 'xorriso-tcltk' 'xortool' 'xosd' 'xosd-devel' 'xosview' 'xournal' 'xournalpp' 'xournalpp-lang' 'xpaint' 'xpaint' 'xpaint-debuginfo' 'xpaint-debugsource' 'xpaint-devel' 'xpenguins' 'xpinguin' 'xplanet' 'xplatproviders' 'xplayer' 'xplayer-devel' 'xplayer-lang' 'xplayer-plparser' 'xplayer-plparser-devel' 'xplayer-plparser-lang' 'xplayer-plugins' 'xplsprinters' 'xpp2' 'xpp2-demo' 'xpp2-javadoc' 'xpp2-manual' 'xpp3' 'xpp3-javadoc' 'xpp3-minimal' 'xpr' 'xpra' 'xpra-html5' 'xprehashprinterlist' 'xprintidle' 'xprompt' 'xprop' 'xquarto' 'xrandr' 'xrdb' 'xrdp' 'xrdp-devel' 'xreader' 'xreader-devel' 'xreader-lang' 'xreader-plugin-comicsdocument' 'xreader-plugin-djvudocument' 'xreader-plugin-dvidocument' 'xreader-plugin-epubdocument' 'xreader-plugin-pdfdocument' 'xreader-plugin-pixbufdocument' 'xreader-plugin-psdocument' 'xreader-plugin-tiffdocument' 'xreader-plugin-xpsdocument' 'xrefresh' 'xrestop' 'xroach' 'xrootd-client' 'xrootd-client-devel' 'xrootd-client-libs' 'xrootd-doc' 'xrootd-fuse' 'xrootd-libs' 'xrootd-libs-devel' 'xrootd-private-devel' 'xrootd-server' 'xrootd-server-devel' 'xrootd-server-libs' 'xsane' 'xscope' 'xscreensaver' 'xscreensaver-data' 'xscreensaver-data-extra' 'xscreensaver-lang' 'xsd' 'xsd-doc' 'xsel' 'xselection' 'xsession' 'xset' 'xsetmode' 'xsetpointer' 'xsetroot' 'xsettingsd' 'xslide' 'xsm' 'xsom' 'xsom-javadoc' 'xsp' 'xstdcmap' 'xstereograph' 'xstream' 'xstream-benchmark' 'xstream-javadoc' 'xstream-parent' 'xstroke' 'xsv' 'xsv-bash-completion' 'xsynth-dssi' 'xsys' 'xsys' 'xsys-debuginfo' 'xsys-debugsource' 'xt7-player-mpv' 'xt7-player-mpv' 'xtables-addons' 'xtables-addons-kmp-default' 'xtables-addons-kmp-pae' 'xtables-geoip' 'xtables-plugins' 'xteddy' 'xterm' 'xterm-bin' 'xterm-console' 'xtermset' 'xtexit' 'xtl-devel' 'xtrans' 'xtrx-tools' 'xtrx-usb-udev' 'xtrx_lms7002m-devel' 'xtrxdsp-tests' 'xtrxll-tools' 'xv' 'xvfb-run' 'xvid4conf' 'xvid4conf' 'xvid4conf-debuginfo' 'xvid4conf-debugsource' 'xvidcap' 'xvidcap' 'xvidcap-debuginfo' 'xvidcap-debugsource' 'xvidcore' 'xvidcore-debugsource' 'xvidenc' 'xvidenc' 'xvidtune' 'xviewer' 'xviewer-devel' 'xviewer-lang' 'xviewer-plugin-exif-display' 'xviewer-plugin-export-to-folder' 'xviewer-plugin-fit-to-width' 'xviewer-plugin-light-theme' 'xviewer-plugin-map' 'xviewer-plugin-postasa' 'xviewer-plugin-pythonconsole' 'xviewer-plugin-send-by-mail' 'xviewer-plugin-slideshowshuffle' 'xviewer-plugins' 'xviewer-plugins-data' 'xviewer-plugins-lang' 'xvinfo' 'xvkbd' 'xwd' 'xwininfo' 'xwmfs' 'xwud' 'xxhash' 'xxhash-devel' 'xxkb' 'xyconv' 'xyconvert' 'xylib-devel' 'xyscan' 'xyscan-doc' 'xz' 'xz-devel' 'xz-devel-32bit' 'xz-java' 'xz-java-javadoc' 'xz-lang' 'xz-static-devel' 'yad' 'yad' 'yad-debuginfo' 'yad-debugsource' 'yaffshiv' 'yaics' 'yajl' 'yakuake' 'yakuake-lang' 'yamagi-quake2' 'yamagi-quake2-ctf' 'yamdi' 'yamdi' 'yamdi-debuginfo' 'yamdi-debugsource' 'yaml-cpp-devel' 'yang-tools' 'yank' 'yara' 'yara-doc' 'yarn' 'yarock' 'yarock' 'yarock-debuginfo' 'yarock-debugsource' 'yarock-lang' 'yarock-mpv' 'yarock-mpv-debuginfo' 'yarock-phonon' 'yarock-phonon-debuginfo' 'yarock-vlc' 'yarock-vlc-debuginfo' 'yaru-icon-theme' 'yasm' 'yasm-devel' 'yast2' 'yast2-adcommon-python' 'yast2-add-on' 'yast2-adsi' 'yast2-aduc' 'yast2-alternatives' 'yast2-apparmor' 'yast2-audit-laf' 'yast2-auth-client' 'yast2-auth-server' 'yast2-boot-server' 'yast2-bootloader' 'yast2-buildtools' 'yast2-caasp' 'yast2-cluster' 'yast2-configuration-management' 'yast2-control-center' 'yast2-control-center-qt' 'yast2-core' 'yast2-core-devel' 'yast2-country' 'yast2-country-data' 'yast2-devtools' 'yast2-dhcp-server' 'yast2-dns-manager' 'yast2-dns-server' 'yast2-docker' 'yast2-drbd' 'yast2-fcoe-client' 'yast2-firewall' 'yast2-firstboot' 'yast2-firstboot-wsl' 'yast2-fonts' 'yast2-ftp-server' 'yast2-geo-cluster' 'yast2-gpmc' 'yast2-hardware-detection' 'yast2-http-server' 'yast2-installation' 'yast2-installation-control' 'yast2-instserver' 'yast2-iplb' 'yast2-iscsi-client' 'yast2-iscsi-lio-server' 'yast2-isns' 'yast2-journal' 'yast2-kdump' 'yast2-ldap' 'yast2-logs' 'yast2-mail' 'yast2-metapackage-handler' 'yast2-multipath' 'yast2-network' 'yast2-nfs-client' 'yast2-nfs-common' 'yast2-nfs-server' 'yast2-nis-client' 'yast2-nis-server' 'yast2-ntp-client' 'yast2-online-update' 'yast2-online-update-configuration' 'yast2-online-update-frontend' 'yast2-packager' 'yast2-pam' 'yast2-perl-bindings' 'yast2-pkg-bindings' 'yast2-pkg-bindings-devel-doc' 'yast2-printer' 'yast2-proxy' 'yast2-python3-bindings' 'yast2-qt-branding-openSUSE' 'yast2-rdp' 'yast2-rear' 'yast2-rmt' 'yast2-ruby-bindings' 'yast2-samba-client' 'yast2-samba-provision' 'yast2-samba-server' 'yast2-scanner' 'yast2-schema' 'yast2-security' 'yast2-services-manager' 'yast2-slp' 'yast2-slp-server' 'yast2-snapper' 'yast2-sound' 'yast2-squid' 'yast2-storage-ng' 'yast2-sudo' 'yast2-support' 'yast2-sysconfig' 'yast2-testsuite' 'yast2-tftp-server' 'yast2-theme' 'yast2-theme-breeze' 'yast2-theme-oxygen' 'yast2-trans' 'yast2-trans-af' 'yast2-trans-allpacks' 'yast2-trans-ar' 'yast2-trans-ast' 'yast2-trans-bg' 'yast2-trans-bn' 'yast2-trans-bs' 'yast2-trans-ca' 'yast2-trans-cs' 'yast2-trans-cy' 'yast2-trans-da' 'yast2-trans-de' 'yast2-trans-el' 'yast2-trans-en_GB' 'yast2-trans-eo' 'yast2-trans-es' 'yast2-trans-es_AR' 'yast2-trans-et' 'yast2-trans-eu' 'yast2-trans-fa' 'yast2-trans-fi' 'yast2-trans-fr' 'yast2-trans-gl' 'yast2-trans-gu' 'yast2-trans-he' 'yast2-trans-hi' 'yast2-trans-hr' 'yast2-trans-hu' 'yast2-trans-id' 'yast2-trans-it' 'yast2-trans-ja' 'yast2-trans-jv' 'yast2-trans-ka' 'yast2-trans-kab' 'yast2-trans-km' 'yast2-trans-kn' 'yast2-trans-ko' 'yast2-trans-ku' 'yast2-trans-lo' 'yast2-trans-lt' 'yast2-trans-lv' 'yast2-trans-mk' 'yast2-trans-mr' 'yast2-trans-nb' 'yast2-trans-nds' 'yast2-trans-ne' 'yast2-trans-nl' 'yast2-trans-nn' 'yast2-trans-pa' 'yast2-trans-pl' 'yast2-trans-ps' 'yast2-trans-pt' 'yast2-trans-pt_BR' 'yast2-trans-ro' 'yast2-trans-ru' 'yast2-trans-si' 'yast2-trans-sk' 'yast2-trans-sl' 'yast2-trans-sq' 'yast2-trans-sr' 'yast2-trans-sr-latin' 'yast2-trans-stats' 'yast2-trans-sv' 'yast2-trans-sw' 'yast2-trans-ta' 'yast2-trans-tg' 'yast2-trans-th' 'yast2-trans-tr' 'yast2-trans-uk' 'yast2-trans-vi' 'yast2-trans-wa' 'yast2-trans-xh' 'yast2-trans-zh_CN' 'yast2-trans-zh_TW' 'yast2-trans-zu' 'yast2-transfer' 'yast2-tune' 'yast2-update' 'yast2-update-FACTORY' 'yast2-usbauth' 'yast2-users' 'yast2-vm' 'yast2-vpn' 'yast2-x11' 'yast2-xml' 'yast2-ycp-ui-bindings' 'yast2-ycp-ui-bindings-devel' 'yast2_basis' 'yate' 'yate' 'yate-bts' 'yate-debuginfo' 'yate-debugsource' 'yate-devel' 'yate-scripts' 'yate-with-amrnb' 'yaz' 'yaz-doc' 'yder-devel' 'yecht' 'yecht-javadoc' 'yelp' 'yelp-devel' 'yelp-lang' 'yelp-tools' 'yelp-xsl' 'yishu' 'yishu-lang' 'ykclient' 'ykpers' 'yodl' 'yomi-formula' 'you-get' 'you-get-bash-completion' 'you-get-fish-completion' 'you-get-zsh-completion' 'youtube-dl' 'youtube-dl' 'youtube-dl-bash-completion' 'youtube-dl-fish-completion' 'youtube-dl-gui' 'youtube-dl-gui-lang' 'youtube-dl-zsh-completion' 'yp-tools' 'ypbind' 'ypserv' 'ytree' 'yubico-piv-tool' 'yubikey-manager' 'yubikey-manager-qt' 'yubioath-desktop' 'yudit' 'yum' 'yum-utils' 'z' 'z3' 'z3-devel' 'zabbix-agent' 'zabbix-java-gateway' 'zabbix-phpfrontend' 'zabbix-proxy' 'zabbix-proxy-mysql' 'zabbix-proxy-postgresql' 'zabbix-proxy-sqlite' 'zabbix-server' 'zabbix-server-mysql' 'zabbix-server-postgresql' 'zam-plugins-jack' 'zam-plugins-vst' 'zanshin' 'zanshin' 'zanshin-debuginfo' 'zanshin-debugsource' 'zanshin-lang' 'zathura' 'zathura-bash-completion' 'zathura-devel' 'zathura-fish-completion' 'zathura-lang' 'zathura-plugin-cb' 'zathura-plugin-djvu' 'zathura-plugin-pdf-mupdf' 'zathura-plugin-pdf-poppler' 'zathura-plugin-ps' 'zathura-zsh-completion' 'zaz' 'zbar' 'zbuild' 'zbuild' 'zchunk' 'zd1211-firmware' 'zdbsp' 'zdoom' 'zdoom' 'zdoom-debugsource' 'zeal' 'zelda-roth-se' 'zelda-roth-se' 'zelda-xd2-mercuris-chess' 'zelda-xd2-mercuris-chess' 'zenity' 'zenity-lang' 'zerobranestudio' 'zerofree' 'zeromq-devel' 'zeromq-tools' 'zfp-devel' 'zhu3d' 'zile' 'zile-doc' 'zim' 'zim-lang' 'zimg-devel' 'zinc' 'zinnia' 'zinnia-devel' 'zinnia-tomoe' 'zip' 'zipkin-api-source' 'zipkin-cpp-opentracing-devel' 'zipkin-cpp-opentracing-devel-static' 'zisofs-tools' 'zita-convolver-devel' 'zita-resampler-devel' 'zita-resampler-tools' 'zlib-devel' 'zlib-devel-32bit' 'zlib-devel-static' 'zlib-devel-static-32bit' 'zlib-testsuite' 'zlibrary-data' 'zlibrary-devel' 'zlibrary0_99' 'zmusic-devel' 'zn_poly-devel' 'znc' 'znc-devel' 'znc-lang' 'znc-perl' 'znc-python3' 'znc-tcl' 'zod' 'zod' 'zod-data' 'zod-debuginfo' 'zod-debugsource' 'zonefs-tools' 'zoo' 'zopfli' 'zp' 'zpaq' 'zramcfg' 'zsdx' 'zsdx' 'zsh' 'zsh-htmldoc' 'zstd' 'zsync' 'zutils' 'zvbi' 'zvbi-devel' 'zvbi-devel-32bit' 'zvbi-lang' 'zxing-cpp-devel' 'zynaddsubfx' 'zynaddsubfx-common' 'zynaddsubfx-dssi' 'zynaddsubfx-lv2' 'zynaddsubfx-vst' 'zypper' 'zypper-aptitude' 'zypper-changelog-plugin' 'zypper-docker' 'zypper-lifecycle-plugin' 'zypper-log' 'zypper-migration-plugin' 'zypper-needs-restarting' 'zziplib-devel' 'zziplib-devel-32bit'
EO:_zypp_all
)}"} )
_zypp_not_installed=( ${(Q)"${(z)$(<<\EO:_zypp_not_installed
-'0ad' '0ad-data' '2048-cli' '2ManDVD' '2ManDVD' '2ManDVD-debuginfo' '2ManDVD-debugsource' '2ping' '32bit' '389-ds' '389-ds-devel' '389-ds-snmp' '3dsconv' '3dsconv' '3gpwiz' '3gpwiz' '3omns' '4pane' '4pane-lang' '4store' '4ti2' '4ti2-devel' '6tunnel' '7kaa' '7kaa-music' 'ASL' 'ASL-devel' 'ASL-doc' 'AdobeICCProfiles' 'AppCSXCAD' 'AppStream-devel' 'AppStream-doc' 'AtomicParsley' 'AtomicParsley' 'AtomicParsley-debuginfo' 'AtomicParsley-debugsource' 'AusweisApp2' 'Bear' 'BitTorrent' 'BitTorrent' 'BitTorrent-curses' 'BitTorrent-gtk' 'Botan' 'Botan-doc' 'Box2D-doc' 'CSXCAD-devel' 'CSXCAD-matlab' 'Catch2-devel' 'CharLS-devel' 'Coin-devel' 'ColPack-devel' 'ColPack-devel-32bit' 'ColorFull-devel' 'ComputeLibrary' 'ComputeLibrary-devel' 'ComputeLibrary-sample-data' 'CoreFreq' 'CoreFreq-kmp-default' 'CorsixTH' 'Crystalcursors' 'DVDStyler' 'DVDStyler-lang' 'DeepLearningToga-1.5.21a' 'DeepLearningToga-1.5.21a' 'DeepLearningToga-1.5.21a-debuginfo' 'DeepLearningToga-1.5.21a-debugsource' 'DevIL-devel' 'DisplayCAL' 'DivFix++' 'DivFix++' 'ETL' 'ETL-debugsource' 'ETL-devel' 'EternalTerminal' 'FAudio-devel' 'FAudio-devel-32bit' 'FastCGI' 'FastCGI-devel' 'Field3D' 'Field3D' 'Field3D-debuginfo' 'Field3D-debugsource' 'Field3D-devel' 'FirmwareUpdateKit' 'FlightGear' 'FlightGear-data' 'FlightGear-docs' 'FreeCAD' 'GeneralUser' 'GeneralUser' 'GraphicsMagick' 'GraphicsMagick-devel' 'HSAIL-Tools' 'HepMC-devel' 'HepMC2-devel' 'Herwig-devel' 'Herwig-libs' 'IccXML' 'ImageMagick-config-7-upstream' 'ImageMagick-devel' 'ImageMagick-devel-32bit' 'ImageMagick-doc' 'ImageMagick-extra' 'J7Z' 'J7Z-kf5' 'Jamulus' 'KEALib-devel' 'LHAPDF-devel' 'LiE' 'LiE-doc' 'LiVES' 'LiVES' 'LiVES-debuginfo' 'LiVES-debugsource' 'LiVES-lang' 'LibVNCServer-devel' 'Lunchbox' 'Lunchbox-debugsource' 'Lunchbox-devel' 'Lunchbox-doc' 'MLDonkey' 'MLDonkey' 'MLDonkey-debuginfo' 'MLDonkey-debugsource' 'MLDonkey-gui' 'MLDonkey-gui-debuginfo' 'MP4Tools' 'MP4Tools' 'MP4Tools-debuginfo' 'MP4Tools-debugsource' 'MP4Tools-lang' 'MPlayer' 'MPlayer' 'MPlayer-debuginfo' 'MPlayer-debugsource' 'MPlayer-doc' 'MauiKit' 'MauiKit' 'MauiKit-devel' 'Mesa-KHR-devel' 'Mesa-demo' 'Mesa-devel' 'Mesa-dri-devel' 'Mesa-dri-nouveau-32bit' 'Mesa-libEGL-devel' 'Mesa-libEGL1-32bit' 'Mesa-libGL-devel' 'Mesa-libGLESv1_CM-devel' 'Mesa-libGLESv2-devel' 'Mesa-libGLESv3-devel' 'Mesa-libOpenCL' 'Mesa-libVulkan-devel' 'Mesa-libd3d' 'Mesa-libd3d-32bit' 'Mesa-libd3d-devel' 'Mesa-libd3d-devel-32bit' 'Mesa-libglapi-devel' 'Mesa-libglapi-devel-32bit' 'ModemManager-devel' 'Modules' 'Modules-doc' 'MozillaFirefox-branding-upstream' 'MozillaFirefox-buildsymbols' 'MozillaFirefox-devel' 'MozillaFirefox-translations-common' 'MozillaFirefox-translations-other' 'MozillaThunderbird-translations-common' 'MozillaThunderbird-translations-other' 'MultiMarkdown-6' 'MyGUI' 'MyGUI-demo' 'MyGUI-devel' 'MyGUI-devel-doc' 'NetworkManager-applet' 'NetworkManager-applet-lang' 'NetworkManager-branding-upstream' 'NetworkManager-connection-editor' 'NetworkManager-devel' 'NetworkManager-devel-32bit' 'NetworkManager-fortisslvpn' 'NetworkManager-fortisslvpn-gnome' 'NetworkManager-fortisslvpn-lang' 'NetworkManager-iodine' 'NetworkManager-iodine-gnome' 'NetworkManager-iodine-lang' 'NetworkManager-l2tp-gnome' 'NetworkManager-libreswan' 'NetworkManager-libreswan-gnome' 'NetworkManager-libreswan-lang' 'NetworkManager-openconnect-gnome' 'NetworkManager-openvpn-gnome' 'NetworkManager-pptp-gnome' 'NetworkManager-strongswan' 'NetworkManager-strongswan-gnome' 'NetworkManager-strongswan-lang' 'NetworkManager-vpnc' 'NetworkManager-vpnc-gnome' 'NetworkManager-vpnc-lang' 'OOKiedokie' 'OpenColorIO' 'OpenColorIO-devel' 'OpenColorIO-doc' 'OpenIPMI' 'OpenIPMI-devel' 'OpenIPMI-python' 'OpenImageDenoise' 'OpenImageDenoise-devel' 'OpenImageIO' 'OpenImageIO-devel' 'OpenLP' 'OpenMoji-Black' 'OpenMoji-Color' 'OpenOctaveMidi' 'OpenOctaveMidi' 'OpenOctaveMidi-debuginfo' 'OpenOctaveMidi-lang' 'OpenOctaveMidi-unstable' 'OpenOctaveMidi-unstable' 'OpenOctaveMidi-unstable-debuginfo' 'OpenOctaveMidi-unstable-debugsource' 'OpenOctaveMidi-unstable-lang' 'OpenPrintingPPDs' 'OpenPrintingPPDs-ghostscript' 'OpenPrintingPPDs-hpijs' 'OpenPrintingPPDs-postscript' 'OpenSceneGraph' 'OpenSceneGraph-examples' 'OpenSceneGraph-plugins' 'OpenSceneGraph34' 'OpenSceneGraph34-examples' 'OpenSceneGraph34-plugins' 'OpenShadingLanguage' 'OpenShadingLanguage-MaterialX-shaders-source' 'OpenShadingLanguage-common-headers' 'OpenShadingLanguage-devel' 'OpenShadingLanguage-doc' 'OpenShadingLanguage-example-shaders-source' 'OpenSubdiv-devel' 'Osmo4' 'Osmo4-debuginfo' 'PackageKit-Qt-devel' 'PackageKit-backend-dnf' 'PackageKit-branding-upstream' 'PackageKit-devel' 'PgTcl' 'Photini' 'Play' 'PlayOnLinux' 'Printrun' 'Printrun-common' 'PythonQt-devel' 'QCSXCAD-devel' 'QGnomePlatform' 'QGnomePlatform-32bit' 'QMPlay2' 'QMPlay2-devel' 'QR-Code-generator-devel' 'QTalarm' 'QtAV' 'QtAV' 'QtAV-debuginfo' 'QtAV-debugsource' 'QtAV-devel' 'QtAV-players' 'QtAV-players-debuginfo' 'QtAV-qml' 'QtAV-qml-debuginfo' 'QtDMM' 'QtPass' 'R-KernSmooth' 'R-MASS' 'R-Matrix' 'R-Matrix-devel' 'R-base' 'R-base-devel' 'R-boot' 'R-class' 'R-cluster' 'R-codetools' 'R-compiler' 'R-core' 'R-core-devel' 'R-core-doc' 'R-core-libs' 'R-core-packages' 'R-datasets' 'R-foreign' 'R-grDevices' 'R-graphics' 'R-grid' 'R-lattice' 'R-methods' 'R-mgcv' 'R-nlme' 'R-nnet' 'R-parallel' 'R-recommended-packages' 'R-rpart' 'R-spatial' 'R-splines' 'R-stats' 'R-stats4' 'R-survival' 'R-tcltk' 'R-tools' 'R-utils' 'RBTools' 'Reaction' 'Reaction-data' 'Regina-REXX' 'Regina-REXX-devel' 'Regina-REXX-doc' 'RemoteBox' 'Rivet-devel' 'Rivet-plugins' 'RobboLito0085' 'RobboLito0085' 'RobboLito0085-debuginfo' 'RobboLito0085-debugsource' 'SHERPA-MC-devel' 'SUSEConnect' 'SampleICC' 'ShellCheck' 'SimGear-devel' 'SoQt-devel' 'SoQt-doc' 'Srain' 'Srain-lang' 'THE' 'THE-doc' 'ThePEG-devel' 'ThePEG-libs' 'UEFITool' 'VFlib3' 'VFlib3-devel' 'Vc-devel' 'Vc-devel-doc' 'Vc-devel-static' 'ViTables' 'VirtualGL' 'VirtualGL-32bit' 'VirtualGL-devel' 'WSL-DistroLauncher' 'WSL-DistroLauncher-debug' 'WindowMaker' 'WindowMaker-devel' 'WindowMaker-themes' 'WoeUSB' 'XyGrib' 'YODA-devel' 'a2jmidid' 'a2jmidid' 'a2jmidid-debuginfo' 'a2jmidid-debugsource' 'a2ps' 'a2ps-devel' 'a2ps-h' 'a52dec' 'aMule' 'aMule' 'aMule-debuginfo' 'aMule-debugsource' 'aaa_base-malloccheck' 'aaa_base-wsl' 'aacsupdater' 'aacsupdater' 'aacsupdater-debuginfo' 'aacsupdater-debugsource' 'aalib' 'aalib-devel' 'aalib-devel-32bit' 'abcde' 'abcm2ps' 'abi-compliance-checker' 'abi-dumper' 'abi-monitor' 'abi-tracker' 'abiword' 'abiword-docs' 'abook' 'abook-lang' 'abootimg' 'abseil-cpp-source' 'abxtest' 'acars-examples' 'acars2-examples' 'acarsdec' 'accerciser' 'accerciser-lang' 'accerciser-plugin-IPython' 'accounts-qml-module-doc' 'accountsservice-devel' 'acct' 'acetoneiso2' 'acetoneiso2' 'acetoneiso2-debuginfo' 'acetoneiso2-debugsource' 'ack' 'acpi' 'acpid' 'actkbd' 'adaptec-firmware' 'adaptx' 'adaptx-doc' 'adaptx-javadoc' 'adcli' 'adcli-doc' 'addrwatch' 'ade-devel' 'adinatha-fonts' 'adios-gnu-mpich-hpc' 'adios-gnu-mpich-hpc-devel' 'adios-gnu-mpich-hpc-devel-static' 'adios-gnu-mvapich2-hpc' 'adios-gnu-mvapich2-hpc-devel' 'adios-gnu-mvapich2-hpc-devel-static' 'adios-gnu-openmpi1-hpc' 'adios-gnu-openmpi1-hpc-devel' 'adios-gnu-openmpi1-hpc-devel-static' 'adios-gnu-openmpi2-hpc' 'adios-gnu-openmpi2-hpc-devel' 'adios-gnu-openmpi2-hpc-devel-static' 'adios-gnu-openmpi3-hpc' 'adios-gnu-openmpi3-hpc-devel' 'adios-gnu-openmpi3-hpc-devel-static' 'adios-openmpi1' 'adios-openmpi1-devel' 'adios-openmpi1-devel-static' 'adios-openmpi2' 'adios-openmpi2-devel' 'adios-openmpi2-devel-static' 'adios-openmpi3' 'adios-openmpi3-devel' 'adios-openmpi3-devel-static' 'adios_1_13_1-gnu-mpich-hpc' 'adios_1_13_1-gnu-mpich-hpc-devel' 'adios_1_13_1-gnu-mpich-hpc-devel-static' 'adios_1_13_1-gnu-mvapich2-hpc' 'adios_1_13_1-gnu-mvapich2-hpc-devel' 'adios_1_13_1-gnu-mvapich2-hpc-devel-static' 'adios_1_13_1-gnu-openmpi1-hpc' 'adios_1_13_1-gnu-openmpi1-hpc-devel' 'adios_1_13_1-gnu-openmpi1-hpc-devel-static' 'adios_1_13_1-gnu-openmpi2-hpc' 'adios_1_13_1-gnu-openmpi2-hpc-devel' 'adios_1_13_1-gnu-openmpi2-hpc-devel-static' 'adios_1_13_1-gnu-openmpi3-hpc' 'adios_1_13_1-gnu-openmpi3-hpc-devel' 'adios_1_13_1-gnu-openmpi3-hpc-devel-static' 'adlmidi' 'adlmidi-tools' 'adminer' 'adminer-designs' 'adminer-editor' 'adminer-firebird' 'adminer-mysql' 'adminer-pgsql' 'adminer-sqlite' 'adms' 'adms-devel' 'adns' 'adobe-sourcehansans-cn-fonts' 'adobe-sourcehansans-hk-fonts' 'adobe-sourcehansans-jp-fonts' 'adobe-sourcehansans-kr-fonts' 'adobe-sourcehansans-tw-fonts' 'adobe-sourcehanserif-cn-fonts' 'adobe-sourcehanserif-jp-fonts' 'adobe-sourcehanserif-kr-fonts' 'adobe-sourcehanserif-tw-fonts' 'adolc-devel' 'adolc-devel-32bit' 'adolc-doc' 'adriconf' 'adriconf-lang' 'ads' 'adwaita-qt5' 'aegisub' 'aelfred' 'aelfred-javadoc' 'aer-inject' 'aespipe' 'afl' 'aften' 'aften' 'aften-debuginfo' 'aften-debugsource' 'agenda' 'agenda-lang' 'agrep' 'aha' 'aho-corasick-double-array-trie' 'aho-corasick-double-array-trie-javadoc' 'aide' 'aide-test' 'aircrack-ng' 'aircrack-ng' 'aircrack-ng-debuginfo' 'aircrack-ng-debugsource' 'airspy' 'airspy-devel' 'airspy-udev' 'airspyhf-devel' 'airspyhf-udev' 'aisleriot' 'aisleriot-lang' 'aisleriot-themes' 'akka' 'akka-javadoc' 'akonadi-calendar-devel' 'akonadi-contact-devel' 'akonadi-import-wizard-devel' 'akonadi-mime-devel' 'akonadi-notes-devel' 'akonadi-search-devel' 'akonadi-server-devel' 'akonadiconsole' 'alac' 'alac-devel' 'alac_decoder' 'alac_decoder' 'alac_decoder-debuginfo' 'alac_decoder-debugsource' 'alacarte' 'alacarte-lang' 'alacritty-fish-completion' 'albert' 'aldusleaf-crimson-text-fonts' 'alee-fonts' 'alembic-devel' 'alevt' 'alevtd' 'alex' 'alkimia' 'alkimia' 'alkimia-debuginfo' 'alkimia-debugsource' 'alkimia-lang' 'allegro44' 'allegro44-dga2-plugin' 'allegro44-dga2-plugin-32bit' 'allegro44-jack-plugin' 'allegro44-jack-plugin-32bit' 'allegro44-tools' 'almanah' 'almanah-lang' 'alpine' 'alpine-branding-openSUSE' 'alsa-docs' 'alsa-firmware' 'alsa-plugins-a52' 'alsa-plugins-aaf' 'alsa-plugins-dca' 'alsa-plugins-dca-debuginfo' 'alsa-plugins-jack' 'alsa-plugins-lavrate' 'alsa-plugins-maemo' 'alsa-plugins-maemo-32bit' 'alsa-plugins-samplerate' 'alsa-plugins-samplerate-32bit' 'alsa-plugins-speex' 'alsa-topology-conf' 'alsa-topology-devel' 'alsa-topology-devel-32bit' 'alsabat' 'alsaequal' 'alttab' 'alure' 'alure-devel' 'amanda' 'amarok' 'amarok' 'amarok-debuginfo' 'amarok-debugsource' 'amarok-lang' 'amavisd-new' 'amavisd-new-docs' 'amazon-ecs-init' 'amazon-ssm-agent' 'amrnb' 'amrnb' 'amrnb-debuginfo' 'amrnb-debugsource' 'amrwb' 'amrwb' 'amrwb-debuginfo' 'amrwb-debugsource' 'amsynth' 'amsynth-lang' 'amsynth-plugin-dssi' 'amsynth-plugin-lv2' 'amsynth-plugin-vst' 'amtk-5-lang' 'amtk-devel' 'amtterm' 'amtterm-gtk' 'amtu' 'analitza' 'analitza-devel' 'analitza-lang' 'android-tools' 'android-udev-rules' 'angelscript' 'angelscript-devel' 'angrysearch' 'angrysearch' 'anjuta' 'anjuta-devel' 'anjuta-extras' 'anjuta-extras-lang' 'anjuta-lang' 'ansible-cmdb' 'ansible-doc' 'ansible-runner' 'ansible-test' 'ansifilter' 'ansifilter-gui' 'ansilove' 'ansilove-term' 'ant' 'ant-antlr' 'ant-apache-bcel' 'ant-apache-bsf' 'ant-apache-log4j' 'ant-apache-oro' 'ant-apache-regexp' 'ant-apache-resolver' 'ant-apache-xalan2' 'ant-commons-logging' 'ant-commons-net' 'ant-contrib' 'ant-contrib-javadoc' 'ant-contrib-manual' 'ant-findbugs' 'ant-imageio' 'ant-javamail' 'ant-jdepend' 'ant-jmf' 'ant-jsch' 'ant-junit' 'ant-junit5' 'ant-manual' 'ant-proguard' 'ant-scala' 'ant-scripts' 'ant-swing' 'ant-testutil' 'ant-xz' 'anthy' 'anthy-devel' 'antimicro' 'antiword' 'antiword' 'antiword-debuginfo' 'antiword-debugsource' 'antlr' 'antlr-devel' 'antlr-java' 'antlr-manual' 'antlr-maven-plugin' 'antlr-maven-plugin-javadoc' 'antlr3-java' 'antlr3-java-javadoc' 'antlr3-javadoc' 'antlr3-tool' 'antlr3c-devel' 'antlr4-java' 'antlr4-javadoc' 'antlr4-maven-plugin' 'antlr4-tool' 'aom-tools' 'aop' 'aopalliance' 'aopalliance-javadoc' 'apache-commons-beanutils' 'apache-commons-beanutils-javadoc' 'apache-commons-chain' 'apache-commons-chain-javadoc' 'apache-commons-cli' 'apache-commons-cli-javadoc' 'apache-commons-codec' 'apache-commons-codec-javadoc' 'apache-commons-collections' 'apache-commons-collections-javadoc' 'apache-commons-collections-testframework' 'apache-commons-collections4' 'apache-commons-collections4-javadoc' 'apache-commons-compress' 'apache-commons-compress-javadoc' 'apache-commons-configuration' 'apache-commons-configuration-javadoc' 'apache-commons-csv' 'apache-commons-csv-javadoc' 'apache-commons-daemon' 'apache-commons-daemon-javadoc' 'apache-commons-daemon-jsvc' 'apache-commons-dbcp' 'apache-commons-dbcp-javadoc' 'apache-commons-dbcp1' 'apache-commons-dbcp1-javadoc' 'apache-commons-digester' 'apache-commons-digester-javadoc' 'apache-commons-el' 'apache-commons-el-javadoc' 'apache-commons-email' 'apache-commons-email-javadoc' 'apache-commons-exec' 'apache-commons-exec-javadoc' 'apache-commons-fileupload' 'apache-commons-fileupload-javadoc' 'apache-commons-httpclient' 'apache-commons-httpclient-demo' 'apache-commons-httpclient-javadoc' 'apache-commons-httpclient-manual' 'apache-commons-io' 'apache-commons-io-javadoc' 'apache-commons-jexl' 'apache-commons-jexl-javadoc' 'apache-commons-jxpath' 'apache-commons-jxpath-javadoc' 'apache-commons-lang' 'apache-commons-lang-javadoc' 'apache-commons-lang3' 'apache-commons-lang3-javadoc' 'apache-commons-math' 'apache-commons-math-javadoc' 'apache-commons-net' 'apache-commons-net-javadoc' 'apache-commons-ognl' 'apache-commons-ognl-javadoc' 'apache-commons-parent' 'apache-commons-pool' 'apache-commons-pool-javadoc' 'apache-commons-pool2' 'apache-commons-pool2-javadoc' 'apache-commons-text' 'apache-commons-text-javadoc' 'apache-commons-validator' 'apache-commons-validator-javadoc' 'apache-commons-vfs2' 'apache-commons-vfs2-ant' 'apache-commons-vfs2-examples' 'apache-commons-vfs2-javadoc' 'apache-ivy' 'apache-ivy-javadoc' 'apache-logging-parent' 'apache-pdfbox' 'apache-pdfbox-javadoc' 'apache-portlet-1_0-api' 'apache-portlet-1_0-api-javadoc' 'apache-rex' 'apache-rpm-macros' 'apache-rpm-macros-control' 'apache2' 'apache2-devel' 'apache2-doc' 'apache2-event' 'apache2-example-pages' 'apache2-icons-oxygen' 'apache2-mod_apparmor' 'apache2-mod_auth_openidc' 'apache2-mod_authn_otp' 'apache2-mod_dnssd' 'apache2-mod_encoding' 'apache2-mod_evasive' 'apache2-mod_fcgid' 'apache2-mod_jk' 'apache2-mod_maxminddb' 'apache2-mod_mono' 'apache2-mod_musicindex' 'apache2-mod_musicindex' 'apache2-mod_musicindex-debuginfo' 'apache2-mod_musicindex-debugsource' 'apache2-mod_nss' 'apache2-mod_perl' 'apache2-mod_perl-devel' 'apache2-mod_php7' 'apache2-mod_security2' 'apache2-mod_uwsgi' 'apache2-mod_wsgi' 'apache2-mod_wsgi-python3' 'apache2-prefork' 'apache2-utils' 'apache2-worker' 'apcupsd' 'apcupsd-cgi' 'apcupsd-gui' 'apetag' 'apetag' 'apetag-debuginfo' 'apetag-debugsource' 'apfel-devel' 'apfel-doc' 'apg' 'apiguardian' 'apiguardian-javadoc' 'apparmor-rpm-macros' 'appeditor' 'appeditor-lang' 'appframework' 'appframework-javadoc' 'appimaged' 'appindicator-sharp' 'appindicator-sharp-devel' 'applet-window-appmenu' 'applet-window-appmenu' 'applet-window-appmenu-debuginfo' 'applet-window-appmenu-debugsource' 'applet-window-buttons' 'applet-window-buttons' 'applet-window-buttons-debuginfo' 'applet-window-buttons-debugsource' 'appmenu-gtk-module-common' 'appmenu-gtk2-module' 'appmenu-gtk3-module' 'appmenu-registrar' 'appres' 'appstream-glib-devel' 'apr-devel' 'apr-util-devel' 'apulse' 'apulse-32bit' 'aqbanking' 'aqbanking-devel' 'aqbanking-doc' 'aqbanking-ebics' 'aqbanking-lang' 'aqbanking-ofx' 'aqute-bnd' 'aqute-bnd-javadoc' 'aqute-bndlib' 'arabic-ae-fonts' 'arabic-amiri-fonts' 'arabic-bitmap-fonts' 'arabic-fonts' 'arabic-kacst-fonts' 'arabic-kacstone-fonts' 'arabic-naqsh-fonts' 'arandr' 'aranym' 'arc' 'arc-icon-theme' 'arcanist' 'archivemail' 'archivemount' 'argon2-devel' 'argon2-doc' 'args4j' 'args4j-javadoc' 'args4j-tools' 'argus' 'argus-client' 'argus-server' 'argyllcms-doc' 'aria2' 'aria2-devel' 'aria2-lang' 'arj' 'armadillo-devel' 'armadillo-devel-32bit' 'armadillo-doc' 'armagetron' 'armnn' 'armnn-devel' 'armnn-extratests' 'armnn-opencl' 'armnn-opencl-devel' 'armnn-opencl-extratests' 'arp-scan' 'arpack-ng-devel' 'arpack-ng-devel-32bit' 'arphic-bkai00mp-fonts' 'arphic-bsmi00lp-fonts' 'arphic-fonts' 'arphic-gbsn00lp-fonts' 'arphic-gkai00mp-fonts' 'arphic-ukai-fonts' 'arphic-uming-fonts' 'arping2' 'arprec-devel' 'arptables' 'arpwatch' 'arpwatch-ethercodes' 'arpwatch-ethercodes-build' 'artifacts' 'artifacts-validator' 'artikulate' 'artikulate-lang' 'as10k1' 'asciidoc' 'asciidoc-examples' 'asciinema' 'asclock' 'asco' 'asco-doc' 'aseqview' 'asio-devel' 'asl' 'asm3' 'asm3-examples' 'asm3-javadoc' 'asm5' 'asm5-examples' 'asm5-javadoc' 'asn1c' 'aspell' 'aspell-af' 'aspell-agal' 'aspell-am' 'aspell-ar' 'aspell-ast' 'aspell-az' 'aspell-be' 'aspell-bg' 'aspell-bn' 'aspell-br' 'aspell-ca' 'aspell-cs' 'aspell-csb' 'aspell-cy' 'aspell-da' 'aspell-de' 'aspell-devel' 'aspell-el' 'aspell-en' 'aspell-eo' 'aspell-es' 'aspell-et' 'aspell-fa' 'aspell-fi' 'aspell-fo' 'aspell-fr' 'aspell-fy' 'aspell-ga' 'aspell-gd' 'aspell-gl' 'aspell-grc' 'aspell-gu' 'aspell-gv' 'aspell-he' 'aspell-hi' 'aspell-hil' 'aspell-hr' 'aspell-hsb' 'aspell-hu' 'aspell-hus' 'aspell-hy' 'aspell-ia' 'aspell-id' 'aspell-is' 'aspell-ispell' 'aspell-it' 'aspell-kn' 'aspell-ku' 'aspell-ky' 'aspell-la' 'aspell-lt' 'aspell-lv' 'aspell-mg' 'aspell-mi' 'aspell-mk' 'aspell-ml' 'aspell-mn' 'aspell-mr' 'aspell-ms' 'aspell-mt' 'aspell-nb' 'aspell-nds' 'aspell-nl' 'aspell-nn' 'aspell-ny' 'aspell-or' 'aspell-pa' 'aspell-pl' 'aspell-pt_BR' 'aspell-pt_PT' 'aspell-qu' 'aspell-ro' 'aspell-ru' 'aspell-rw' 'aspell-sc' 'aspell-sk' 'aspell-sl' 'aspell-spell' 'aspell-sr' 'aspell-sv' 'aspell-sw' 'aspell-ta' 'aspell-te' 'aspell-tet' 'aspell-tk' 'aspell-tl' 'aspell-tn' 'aspell-tr' 'aspell-uk' 'aspell-uz' 'aspell-vi' 'aspell-wa' 'aspell-yi' 'aspell-zu' 'assertj-core' 'assertj-core-javadoc' 'assimp-devel' 'asterisk-sounds-devel' 'asteroid' 'asteroids3D' 'astyle' 'asunder' 'asunder' 'asunder-debuginfo' 'asunder-debugsource' 'asunder-lang' 'asusfan' 'at' 'at-spi-sharp' 'at-spi-sharp-devel' 'at-spi2-atk-devel' 'at-spi2-core-devel' 'at-spi2-core-devel-32bit' 'atftp' 'atheme' 'atheme-devel' 'atinject' 'atinject-javadoc' 'atinject-tck' 'atinout' 'atk-devel' 'atk-devel-32bit' 'atk-doc' 'atkmm-devel' 'atkmm-devel-32bit' 'atkmm-doc' 'atkmm1_6-devel' 'atkmm1_6-devel-32bit' 'atkmm1_6-doc' 'atlascpp-devel' 'atmel-firmware' 'atomiks' 'atomix' 'atomix-lang' 'atool' 'atop-daemon' 'atril' 'atril-backends' 'atril-devel' 'atril-lang' 'atril-thumbnailer' 'attica-qt5-devel' 'attica-qt5-devel-32bit' 'attractmode' 'aubio-tools' 'audacious' 'audacious-devel' 'audacious-lang' 'audacious-plugins' 'audacious-plugins' 'audacious-plugins-debuginfo' 'audacious-plugins-debugsource' 'audacious-plugins-extra' 'audacious-plugins-extra-debuginfo' 'audacious-plugins-lang' 'audacity' 'audacity-lang' 'audaspace' 'audaspace-devel' 'audaspace-doc' 'audaspace-plugins' 'audenc' 'audenc' 'audio-recorder' 'audio-recorder-lang' 'audiofile' 'audiofile-devel' 'audiofile-devel-32bit' 'audiofile-doc' 'audiotools' 'audiotools' 'audiotools-debuginfo' 'audiotools-debugsource' 'audit-audispd-plugins' 'audit-devel' 'audit-devel-32bit' 'audit-visualize' 'augeas-devel' 'augeas-devel-32bit' 'augeas-lense-tests' 'authbind' 'auto' 'auto-common' 'auto-javadoc' 'auto-service' 'auto-value' 'autobench' 'autobuild' 'autoconf' 'autoconf-archive' 'autoconf-el' 'autoconf213' 'autocutsel' 'autofdo' 'autogen' 'autojump' 'automake' 'autonym-fonts' 'autoopts' 'autopano-sift-C' 'autopano-sift-C-debuginfo' 'autopano-sift-C-debugsource' 'autossh' 'autotrace' 'autotrace-devel' 'autotrash' 'avahi-autoipd' 'avahi-compat-howl-devel' 'avahi-compat-mDNSResponder-devel' 'avahi-mono' 'avahi-utils' 'avahi-utils-gtk' 'avalon-framework' 'avalon-framework-javadoc' 'avalon-logkit' 'avalon-logkit-javadoc' 'avesta-fonts' 'avfs' 'avfs-devel' 'avgtime' 'avidemux' 'avidemux' 'avidemux-debuginfo' 'avidemux-debugsource' 'avidemux-gtk' 'avidemux-gtk-debuginfo' 'avidemux-lang' 'avidemux-qt' 'avidemux-qt-debuginfo' 'avidemux3' 'avidemux3' 'avidemux3-cli' 'avidemux3-cli-debuginfo' 'avidemux3-debuginfo' 'avidemux3-debugsource' 'avidemux3-qt5' 'avidemux3-qt5-debuginfo' 'avidemux3-qt5-lang' 'avif-tools' 'avifile' 'avifile' 'avifile-data' 'avifile-debuginfo' 'avifile-debugsource' 'avifile-win32' 'avocado-common' 'avocado-examples' 'avocado-vt-common' 'avogadrolibs' 'avogadrolibs-devel' 'avr-libc' 'avrdude' 'avrdude-devel' 'avxsynth' 'avxsynth' 'avxsynth-debuginfo' 'avxsynth-debugsource' 'avxsynth-devel' 'avxsynth-plugins' 'avxsynth-plugins-debuginfo' 'awesfx' 'awesome' 'awesome-branding-openSUSE' 'awesome-branding-upstream' 'awesome-freedesktop' 'awesome-shifty' 'awesome-vicious' 'aws-cli' 'aws-efs-utils' 'aws-sdk-java' 'aws-sdk-java-acm' 'aws-sdk-java-api-gateway' 'aws-sdk-java-applicationautoscaling' 'aws-sdk-java-autoscaling' 'aws-sdk-java-bom' 'aws-sdk-java-cloudformation' 'aws-sdk-java-cloudfront' 'aws-sdk-java-cloudhsm' 'aws-sdk-java-cloudsearch' 'aws-sdk-java-cloudtrail' 'aws-sdk-java-cloudwatch' 'aws-sdk-java-cloudwatchmetrics' 'aws-sdk-java-codecommit' 'aws-sdk-java-codedeploy' 'aws-sdk-java-codepipeline' 'aws-sdk-java-cognitoidentity' 'aws-sdk-java-cognitoidp' 'aws-sdk-java-cognitosync' 'aws-sdk-java-config' 'aws-sdk-java-core' 'aws-sdk-java-datapipeline' 'aws-sdk-java-devicefarm' 'aws-sdk-java-directconnect' 'aws-sdk-java-directory' 'aws-sdk-java-discovery' 'aws-sdk-java-dms' 'aws-sdk-java-dynamodb' 'aws-sdk-java-ec2' 'aws-sdk-java-ecr' 'aws-sdk-java-ecs' 'aws-sdk-java-efs' 'aws-sdk-java-elasticache' 'aws-sdk-java-elasticbeanstalk' 'aws-sdk-java-elasticloadbalancing' 'aws-sdk-java-elasticsearch' 'aws-sdk-java-elastictranscoder' 'aws-sdk-java-emr' 'aws-sdk-java-events' 'aws-sdk-java-gamelift' 'aws-sdk-java-glacier' 'aws-sdk-java-iam' 'aws-sdk-java-importexport' 'aws-sdk-java-inspector' 'aws-sdk-java-iot' 'aws-sdk-java-javadoc' 'aws-sdk-java-kinesis' 'aws-sdk-java-kms' 'aws-sdk-java-lambda' 'aws-sdk-java-logs' 'aws-sdk-java-machinelearning' 'aws-sdk-java-marketplacecommerceanalytics' 'aws-sdk-java-marketplacemeteringservice' 'aws-sdk-java-opsworks' 'aws-sdk-java-pom' 'aws-sdk-java-rds' 'aws-sdk-java-redshift' 'aws-sdk-java-route53' 'aws-sdk-java-s3' 'aws-sdk-java-ses' 'aws-sdk-java-simpledb' 'aws-sdk-java-simpleworkflow' 'aws-sdk-java-sns' 'aws-sdk-java-sqs' 'aws-sdk-java-ssm' 'aws-sdk-java-storagegateway' 'aws-sdk-java-sts' 'aws-sdk-java-support' 'aws-sdk-java-test-utils' 'aws-sdk-java-waf' 'aws-sdk-java-workspaces' 'ax25-tools' 'axel' 'axis' 'axis-manual' 'ayatana-appindicator-sharp' 'ayatana-appindicator-sharp-devel' 'ayatana-ido-devel' 'aytests-tests' 'azove' 'azure-cli' 'azure-cli-command-modules-nspkg' 'azure-cli-core' 'azure-cli-nspkg' 'azure-cli-telemetry' 'azure-cli-test' 'b43-fwcutter' 'b43legacy-firmware' 'b43legacy-firmware' 'b5i2iso' 'b5i2iso' 'b5i2iso-debuginfo' 'b5i2iso-debugsource' 'babe' 'babe' 'babe-debuginfo' 'babe-debugsource' 'babelstone-han-fonts' 'babelstone-marchen-fonts' 'babelstone-modern-fonts' 'babelstone-ogham-fonts' 'babelstone-phags-pa-fonts' 'babelstone-runic-fonts' 'babeltrace' 'babeltrace-devel' 'babeltrace2' 'babeltrace2-devel' 'babl-devel' 'backintime' 'backintime-lang' 'backintime-qt' 'backward-cpp' 'backward-cpp-devel' 'baekmuk-bitmap-fonts' 'baekmuk-ttf-fonts' 'baka-mplayer' 'ballerburg' 'baloo5-devel' 'baloo5-widgets-devel' 'balsa' 'balsa-lang' 'bam' 'bamf-daemon' 'bamf-devel' 'bamf-doc' 'bandwidth' 'baobab' 'baobab-lang' 'barbie_seahorse_adventures' 'barcode' 'barcode-devel' 'barrier' 'base64coder' 'base64coder-javadoc' 'bash-completion-devel' 'bash-completion-doc' 'bash-devel' 'bash-git-prompt' 'bash-loadables' 'basic_desktop' 'basket' 'basket' 'basket-debuginfo' 'basket-debugsource' 'basket-lang' 'batctl' 'bats' 'bazel' 'bazel-apple-support-source' 'bazel-compilation-database-source' 'bazel-gazelle' 'bazel-gazelle-source' 'bazel-platforms' 'bazel-rules-apple-source' 'bazel-rules-cc-source' 'bazel-rules-foreign-cc-source' 'bazel-rules-go-source' 'bazel-rules-java-source' 'bazel-rules-proto-source' 'bazel-rules-python-source' 'bazel-rules-swift-source' 'bazel-skylib-source' 'bazel-toolchains-source' 'bazel-workspaces' 'bazel0.19' 'bazel0.24' 'bazel0.29' 'bazel1.2' 'bazel2.0' 'bb' 'bbe' 'bbswitch' 'bbswitch-kmp-default' 'bbswitch-kmp-pae' 'bc' 'bcache-tools' 'bcal' 'bcc-devel' 'bcc-docs' 'bcc-examples' 'bcc-lua' 'bcel' 'bcel5_3' 'bcel5_3-javadoc' 'bcftools' 'bcg729-devel' 'bchunk' 'bcm20702a1-firmware' 'bcm43xx-firmware' 'bcmatroska2-devel' 'bctoolbox-devel' 'bcunit-devel' 'bcunit-doc' 'bdfresize' 'bdftopcf' 'bea-stax' 'bea-stax-api' 'beansbinding' 'beansbinding-javadoc' 'beforelight' 'beignet' 'beignet-devel' 'belcard-devel' 'belle-sip-devel' 'belr-devel' 'bemenu' 'bemenu-devel' 'benchdnn' 'benchmark-devel' 'benji' 'bento4' 'bento4' 'bento4-debuginfo' 'bento4-debugsource' 'bento4-devel' 'berkeleydb' 'berkeleydb-demo' 'berkeleydb-javadoc' 'berkeleydb-manual' 'berkeleylm' 'berkeleylm-javadoc' 'bestplugins' 'beust-jcommander' 'beust-jcommander-javadoc' 'bff' 'bff-samples' 'bff4' 'bgzip' 'biabam' 'biblesync-devel' 'bibletime' 'biboumi' 'bibtool' 'bibview' 'bijiben' 'bijiben-lang' 'bin86' 'bind' 'bind-chrootenv' 'bind-devel' 'bind-devel-32bit' 'bind-doc' 'bindfs' 'bing' 'bino' 'bino' 'bino-debuginfo' 'bino-debugsource' 'bino-lang' 'binutils-devel' 'binutils-devel-32bit' 'binutils-gold' 'binwalk' 'biosdevname' 'bird' 'bird-common' 'bird-doc' 'bird6' 'bison-32bit' 'bitcoin-qt5' 'bitcoin-test' 'bitcoin-utils' 'bitcoind' 'bitlbee' 'bitlbee-devel' 'bitlbee-discord' 'bitlbee-doc' 'bitlbee-facebook' 'bitlbee-mastodon' 'bitlbee-steam' 'bitmap' 'bitstream-vera-fonts' 'bittwist' 'blabel' 'blabel' 'blacs-devel-headers' 'bladeRF' 'bladeRF-devel' 'bladeRF-fpga-firmware' 'bladeRF-fx3-firmware' 'bladeRF-udev' 'blas-devel' 'blas-devel-32bit' 'blas-devel-static' 'blas-man' 'blasphemer' 'blender' 'blender-cycles-devel' 'blender-lang' 'bless' 'bless-doc' 'blinken' 'blinken-lang' 'bliss' 'bliss-devel' 'blitz-devel' 'blitz-doc' 'blktests' 'blktrace' 'bloaty' 'blobAndConquer' 'blobwars' 'blobwars-lang' 'blockout' 'blockzone-fonts' 'blog-devel' 'blog-plymouth' 'blogbench' 'blogc' 'blosc-devel' 'blueberry' 'blueberry-lang' 'bluefish' 'blueman' 'blueman-lang' 'bluemoon' 'blueprint-cursor-theme' 'bluez-auto-enable-devices' 'bluez-cups' 'bluez-deprecated' 'bluez-devel' 'bluez-devel-32bit' 'bluez-firmware' 'bluez-qt-devel' 'bluez-test' 'bluez-tools' 'bmake' 'bmkdep' 'bmon' 'bnd-maven-plugin' 'bnd-maven-plugin-javadoc' 'bodr' 'bogofilter-common' 'bogofilter-db' 'bogofilter-doc' 'bogofilter-kyotocabinet' 'bogofilter-sqlite3' 'boinc-client' 'boinc-client-lang' 'boinc-manager' 'boinc-manager-lang' 'bolt-tools' 'bomber' 'bomber-lang' 'bombono' 'bombono' 'bombono-debuginfo' 'bombono-debugsource' 'bombono-lang' 'bomi' 'bomi' 'bomi-debuginfo' 'bomi-debugsource' 'bomns' 'bonk' 'bonk' 'bonk-debuginfo' 'bonk-debugsource' 'bonnie' 'bonnie++' 'boo' 'boo-2_0_9_3' 'boo-devel' 'books' 'boomaga' 'boomaga-lang' 'boost-devel' 'boost-gnu-hpc' 'boost-gnu-hpc-devel' 'boost-gnu-mpich-hpc' 'boost-gnu-mpich-hpc-devel' 'boost-gnu-mpich-hpc-python2' 'boost-gnu-mpich-hpc-python3' 'boost-gnu-mvapich2-hpc' 'boost-gnu-mvapich2-hpc-devel' 'boost-gnu-mvapich2-hpc-python2' 'boost-gnu-mvapich2-hpc-python3' 'boost-gnu-openmpi2-hpc' 'boost-gnu-openmpi2-hpc-devel' 'boost-gnu-openmpi2-hpc-python2' 'boost-gnu-openmpi2-hpc-python3' 'boost-gnu-openmpi3-hpc' 'boost-gnu-openmpi3-hpc-devel' 'boost-gnu-openmpi3-hpc-python2' 'boost-gnu-openmpi3-hpc-python3' 'boost-jam' 'boost1_71_0-doc-html' 'boost1_71_0-doc-pdf' 'boost1_71_0-jam' 'boost1_71_0-quickbook' 'boost_1_71_0-gnu-hpc' 'boost_1_71_0-gnu-hpc-devel' 'boost_1_71_0-gnu-mpich-hpc' 'boost_1_71_0-gnu-mpich-hpc-devel' 'boost_1_71_0-gnu-mpich-hpc-python2' 'boost_1_71_0-gnu-mpich-hpc-python3' 'boost_1_71_0-gnu-mvapich2-hpc' 'boost_1_71_0-gnu-mvapich2-hpc-devel' 'boost_1_71_0-gnu-mvapich2-hpc-python2' 'boost_1_71_0-gnu-mvapich2-hpc-python3' 'boost_1_71_0-gnu-openmpi2-hpc' 'boost_1_71_0-gnu-openmpi2-hpc-devel' 'boost_1_71_0-gnu-openmpi2-hpc-python2' 'boost_1_71_0-gnu-openmpi2-hpc-python3' 'boost_1_71_0-gnu-openmpi3-hpc' 'boost_1_71_0-gnu-openmpi3-hpc-devel' 'boost_1_71_0-gnu-openmpi3-hpc-python2' 'boost_1_71_0-gnu-openmpi3-hpc-python3' 'booth' 'booth-test' 'bootsplash-branding-KDE' 'bootsplash-branding-upstream' 'borgbackup' 'borgbackup-bash-completion' 'borgbackup-doc' 'borgbackup-fish-completion' 'borgbackup-zsh-completion' 'borgmatic' 'boringssl-devel' 'bosh' 'bouncycastle' 'bouncycastle-javadoc' 'bouncycastle-mail' 'bouncycastle-pg' 'bouncycastle-pkix' 'bouncycastle-tls' 'bovo' 'bovo-lang' 'bowtie' 'bowtie2' 'bpftool' 'bpftrace' 'bpftrace-tools' 'bpg-fonts' 'bpm-tools' 'bpmdj' 'bpmdj' 'bpmdj-debuginfo' 'bpmdj-debugsource' 'brackets' 'brackets' 'brackets-debuginfo' 'branding-upstream' 'brasero' 'brasero-devel' 'brasero-lang' 'brasero-nautilus' 'brevity' 'brickd' 'brickv' 'bridge-utils' 'bridge-utils-devel' 'brightnessctl' 'brise' 'brisk-menu' 'brisk-menu-lang' 'bristol' 'bristol' 'bristol-debuginfo' 'bristol-debugsource' 'brlapi-devel' 'brlapi-java' 'brlemu' 'brltty-driver-espeak' 'brltty-driver-libbraille' 'brltty-driver-speech-dispatcher' 'brltty-utils' 'broadcom-wl' 'broadcom-wl' 'broadcom-wl-debugsource' 'broadcom-wl-kmp-default' 'broadcom-wl-kmp-default-debuginfo' 'broadcom-wl-kmp-pae' 'broadcom-wl-kmp-pae-debuginfo' 'brotli' 'browserpass-native' 'brp-check-suse' 'brp-extract-appdata' 'brp-extract-translations' 'brp-trim-translations' 'bs' 'bs-update' 'bs2b-tools' 'bsd-games' 'bsf' 'bsf-javadoc' 'bsh2' 'bsh2-bsf' 'bsh2-classgen' 'bsh2-demo' 'bsh2-javadoc' 'bsh2-manual' 'bsod' 'bsod' 'bsod-debuginfo' 'bsod-debugsource' 'bspwm' 'bspwm-bash-completion' 'bspwm-fish-completion' 'bspwm-zsh-completion' 'bssl_wrapper-devel' 'bstone' 'btar' 'btcflash' 'btfs' 'btrfs-extent-same' 'btrfsprogs-static' 'bucklespring' 'buffer' 'bugzilla' 'bugzilla-lang-de' 'build' 'build-compare' 'build-initvm-i586' 'build-initvm-x86_64' 'build-mkbaselibs' 'build-mkdrpms' 'buildstream' 'bumblebee' 'bumblebee-status' 'bumblebee-status-module-cmus' 'bumblebee-status-module-dnf' 'bumblebee-status-module-mocp' 'bumblebee-status-module-mpd' 'bumblebee-status-module-redshift' 'bumpversion' 'burn_360' 'burn_360' 'burncdda' 'burncdda' 'busybox' 'busybox-container' 'busybox-k8s-yaml' 'butt' 'butt' 'butt-debuginfo' 'butt-debugsource' 'buzztrax' 'buzztrax-lang' 'buzztrax-plugins' 'bvi' 'bwbar' 'bwidget' 'bwm-ng' 'byacc' 'byaccj' 'byobu' 'byobu-doc' 'bytelist' 'byzanz' 'byzanz-lang' 'bzflag' 'bzip2-doc' 'bzr' 'bzr-lang' 'bzr-test' 'bzrtp-devel' 'c-ares-devel' 'c-ares-utils' 'c-toxcore' 'c-toxcore-daemon' 'c-toxcore-devel' 'c3p0' 'c3p0-javadoc' 'c_count' 'ca-certificates-cacert' 'ca-certificates-steamtricks' 'caasp-cli' 'cabal-install' 'cabal2spec' 'caca-utils' 'cacti' 'cacti-spine' 'cadabra2' 'cadabra2-doc' 'cadabra2-examples' 'cadabra2-gui' 'cadaver' 'cadsondemak-fonts' 'caffe' 'caffe-devel' 'caffe-examples' 'caffe-gnu-hpc' 'caffe-gnu-hpc-devel' 'caffe-gnu-hpc-examples' 'caffe_1_0-gnu-hpc' 'caffe_1_0-gnu-hpc-devel' 'caffe_1_0-gnu-hpc-examples' 'caffeine' 'cage' 'cairo-clock' 'cairo-clock-lang' 'cairo-devel' 'cairo-devel-32bit' 'cairo-tools' 'cairomm-devel' 'cairomm-devel-32bit' 'cairomm-doc' 'cairomm1_0-devel' 'cairomm1_0-devel-32bit' 'cairomm1_0-doc' 'caja' 'caja-devel' 'caja-engrampa' 'caja-extension-actions' 'caja-extension-atril' 'caja-extension-dropbox' 'caja-extension-eiciel' 'caja-extension-folder-color' 'caja-extension-gksu' 'caja-extension-image-converter' 'caja-extension-nextcloud' 'caja-extension-nitroshare' 'caja-extension-open-terminal' 'caja-extension-sendto' 'caja-extension-sendto-devel' 'caja-extension-sendto-gajim' 'caja-extension-sendto-pidgin' 'caja-extension-sendto-upnp' 'caja-extension-share' 'caja-extension-terminal' 'caja-extension-terminal-lang' 'caja-extension-wallpaper' 'caja-extension-xattr-tags' 'caja-extensions-common-lang' 'caja-gschemas' 'caja-lang' 'cal10n' 'cal10n-javadoc' 'cal3d' 'cal3d-devel' 'cal3d-doc' 'calamares' 'calamares-branding-upstream' 'calamares-webview' 'calamaris' 'calc' 'calc-devel' 'calcurse' 'calcurse-lang' 'calendarsupport-devel' 'calf' 'calf-bash-completion' 'calf-debuginfo' 'calf-debugsource' 'calibre' 'calligra' 'calligra' 'calligra-debuginfo' 'calligra-debugsource' 'calligra-devel' 'calligra-doc' 'calligra-extras-converter' 'calligra-extras-converter-debuginfo' 'calligra-extras-dolphin' 'calligra-extras-dolphin-debuginfo' 'calligra-extras-okular' 'calligra-extras-okular-debuginfo' 'calligra-gemini' 'calligra-gemini-debuginfo' 'calligra-karbon' 'calligra-karbon-debuginfo' 'calligra-lang' 'calligra-plan' 'calligra-plan' 'calligra-plan-debuginfo' 'calligra-plan-debugsource' 'calligra-plan-lang' 'calligra-sheets' 'calligra-sheets-debuginfo' 'calligra-stage' 'calligra-stage-debuginfo' 'calligra-tools' 'calligra-tools-debuginfo' 'calligra-words' 'calligra-words-debuginfo' 'caml-mode' 'camsource' 'camsource-devel' 'canberra-gtk-play' 'canberra-gtk-play-gnome' 'canna' 'canna-devel' 'canna-libs' 'canna-libs-32bit' 'canna-yubin' 'cannadic' 'cantata' 'cantata-debuginfo' 'cantata-debugsource' 'cantor' 'cantor-devel' 'cantor-lang' 'canutils' 'canutils-pengutronix' 'capi4hylafax' 'capifax' 'capifax' 'capifax-debuginfo' 'capifax-debugsource' 'capnet-assist' 'capnet-assist-lang' 'capnproto' 'cardpeek' 'cargo' 'cargo-c' 'cargo-doc' 'caribou' 'caribou-common' 'caribou-devel' 'caribou-gtk-module-common' 'caribou-gtk2-module' 'caribou-gtk3-module' 'caribou-lang' 'carla' 'carla-devel' 'carla-vst' 'caslon-fonts' 'casync' 'catalan-pos-dict' 'catcodec' 'catfish' 'catfish-lang' 'caudec' 'caudec' 'cava' 'cbi-plugins' 'cbi-plugins-javadoc' 'cblas-devel' 'cblas-devel-32bit' 'cblas-devel-static' 'cc-tool' 'ccache' 'ccd2cue' 'ccd2cue-doc' 'ccd2iso' 'ccd2iso' 'ccd2iso-debuginfo' 'ccd2iso-debugsource' 'ccgfs' 'cclive' 'cclive' 'cclive-debuginfo' 'cclive-debugsource' 'ccls' 'ccrtp-devel' 'ccrtp-doc' 'ccrypt' 'ccrypt-emacs' 'ccrypt-lang' 'ccze' 'ccze-devel' 'cd-discid' 'cd-paranoia' 'cdctl' 'cdctl' 'cdctl-debuginfo' 'cdctl-debugsource' 'cdda2wav' 'cddlib-devel' 'cddlib-doc' 'cdecl' 'cdemu-client' 'cdemu-client-lang' 'cdemu-daemon' 'cdi-api' 'cdi-api-javadoc' 'cdi2iso' 'cdi2iso' 'cdi2iso-debuginfo' 'cdi2iso-debugsource' 'cdio-utils' 'cdk-devel' 'cdogs-sdl' 'cdparanoia' 'cdparanoia-devel' 'cdrdao' 'cdrecord' 'cdrskin' 'cec-client' 'cecilia' 'cedict' 'cedilla' 'cel-cpp-source' 'celluloid' 'celluloid-lang' 'cellwriter' 'celt' 'celt051' 'celt051-devel' 'ceph' 'ceph-base' 'ceph-common' 'ceph-csi' 'ceph-fuse' 'ceph-grafana-dashboards' 'ceph-immutable-object-cache' 'ceph-iscsi' 'ceph-mds' 'ceph-mgr' 'ceph-mgr-cephadm' 'ceph-mgr-dashboard' 'ceph-mgr-diskprediction-cloud' 'ceph-mgr-diskprediction-local' 'ceph-mgr-k8sevents' 'ceph-mgr-modules-core' 'ceph-mgr-rook' 'ceph-mon' 'ceph-osd' 'ceph-prometheus-alerts' 'ceph-radosgw' 'ceph-resource-agents' 'ceph-test' 'ceph_base' 'cephadm' 'cephfs-shell' 'cerbere' 'cereal-devel' 'certbot-systemd-timer' 'certstrap' 'cervisia' 'cervisia-lang' 'cf-cli' 'cf-cli-test' 'cfengine' 'cfengine-doc' 'cfengine-examples' 'cfengine-masterfiles' 'cfitsio' 'cfitsio-devel' 'cfitsio-devel-doc' 'cfityk' 'cflow' 'cfn-lint' 'cgal-demo-examples-devel' 'cgal-devel' 'cgal-doc' 'cgdb' 'cgit' 'cglib' 'cglib-javadoc' 'cgns' 'cgns-devel' 'cgns-devel-static' 'chafa' 'chafa-devel' 'chafa-doc' 'chameleon' 'changelog-generator-data' 'charliecloud' 'charliecloud-doc' 'charliecloud-examples' 'chartmuseum' 'charybdis' 'chasen' 'chasen-devel' 'chck-devel' 'check-create-certificate' 'check-devel' 'check_postgres' 'checkbashisms' 'checkpolicy' 'checkstyle' 'checkstyle-javadoc' 'cheese' 'cheese-devel' 'cheese-lang' 'chemical-mime-data' 'chessx' 'chewing-data' 'chewing-utils' 'chezdav' 'chmlib-devel' 'chmlib-devel-32bit' 'chmlib-examples' 'chntpw' 'chocolate-doom' 'chocolate-doom-bash-completion' 'choqok' 'choqok' 'choqok-debuginfo' 'choqok-debugsource' 'choqok-devel' 'chrome-gnome-shell' 'chrome-uget-integrator' 'chromedriver' 'chromium-bsu' 'chromium-ffmpeg-extra' 'chromium-ffmpeg-extra' 'chromium-ffmpeg-extra-debuginfo' 'chromium-plugin-widevinecdm' 'chromium-plugin-widevinecdm' 'chromium-uget-integrator' 'chrpath' 'ciano' 'ciano-lang' 'cifs-utils-devel' 'cilium' 'cilium-cni' 'cilium-devel' 'cilium-docker' 'cilium-etcd-operator' 'cilium-k8s-yaml' 'cilium-operator' 'cilium-proxy' 'cim-schema' 'cimple' 'cimple-cmpi-adapter' 'cimple-devel' 'cimple-pegasus-adapter' 'cinema' 'cinema-lang' 'cinnamon' 'cinnamon-control-center' 'cinnamon-control-center-common' 'cinnamon-control-center-devel' 'cinnamon-control-center-lang' 'cinnamon-devel-doc' 'cinnamon-gschemas' 'cinnamon-gschemas-branding-openSUSE' 'cinnamon-gschemas-branding-upstream' 'cinnamon-lang' 'cinnamon-metatheme-numix' 'cinnamon-screensaver' 'cinnamon-screensaver-lang' 'cinnamon-session' 'cinnamon-session-lang' 'cinnamon-settings-daemon' 'cinnamon-settings-daemon-devel' 'cinnamon-settings-daemon-lang' 'cinnamon-theme-adapta' 'cinnamon-theme-plata' 'circuslinux' 'civetweb' 'civetweb-devel' 'cjs' 'cjs-devel' 'ck-devel' 'ckb-next' 'ckermit' 'ckermit-doc' 'clFFT' 'clFFT-devel' 'clack' 'clamav' 'clamav-devel' 'clamtk' 'clamtk-lang' 'clamz' 'clang' 'clang-devel' 'clang-tools' 'clang7' 'clang7-devel' 'clang7-devel-32bit' 'clang8' 'clang8-devel' 'clang8-devel-32bit' 'clang9' 'clang9-devel' 'clang9-devel-32bit' 'clang9-doc' 'clanlib' 'clanlib-devel' 'clanlib-doc' 'clanlib-examples' 'clatd' 'claws-mail' 'claws-mail-devel' 'claws-mail-lang' 'clawsker' 'clawsker' 'clawsker-lang' 'clazy' 'cld2-devel' 'cldr-emoji-annotation' 'cldr-emoji-annotation-devel' 'clementine' 'clicfs' 'clinfo' 'clipgrab' 'clipit' 'clipped' 'clipped-lang' 'clippy' 'clisp' 'clisp-doc' 'clive' 'clive' 'clive-utils' 'clive-utils' 'clivefeed' 'clivepass' 'clivescan' 'cln' 'cln' 'cln-debuginfo' 'cln-debugsource' 'cln-devel' 'clojure' 'clone-master-clean-up' 'cloud-init' 'cloud-init-config-MicroOS' 'cloud-init-config-suse' 'cloud-init-doc' 'cloud-init-vmware-guestinfo' 'cloud-netconfig-azure' 'cloud-netconfig-ec2' 'clpeak' 'clucene-core-devel' 'clustduct' 'cluster-glue' 'clustershell' 'clusterssh' 'clutter-devel' 'clutter-gst-devel' 'clutter-gtk-devel' 'clutter-gtk-lang' 'clutter-lang' 'clzip' 'cm-unicode-fonts' 'cmake' 'cmake-fedora' 'cmake-fedora-modules' 'cmake-full' 'cmake-gui' 'cmake-man' 'cmake-mini' 'cmark' 'cmark' 'cmark-devel' 'cmis-client' 'cmpi-bindings-perl' 'cmpi-bindings-pywbem' 'cmpi-bindings-ruby' 'cmpi-provider-register' 'cmrt-devel' 'cmuclmtk' 'cmus-plugin-cdio' 'cmus-plugin-jack' 'cmus-plugin-libao' 'cmus-plugin-mikmod' 'cmus-plugin-modplug' 'cmus-plugin-opus' 'cmus-plugin-sndio' 'cmus-plugin-vorbis' 'cmus-plugins-all' 'cntlm' 'cobbler' 'cobbler-tests' 'cobbler-web' 'coccigrep' 'coccinelle' 'codec2' 'codec2-devel' 'codec2-examples' 'codehaus-parent' 'codelite' 'codemodel' 'codemodel-javadoc' 'codenarc' 'codenarc-javadoc' 'codespell' 'cogl-devel' 'cogl-lang' 'collectd' 'collectd-plugin-connectivity' 'collectd-plugin-dbi' 'collectd-plugin-gps' 'collectd-plugin-ipmi' 'collectd-plugin-java' 'collectd-plugin-lua' 'collectd-plugin-mcelog' 'collectd-plugin-memcachec' 'collectd-plugin-mysql' 'collectd-plugin-notify-desktop' 'collectd-plugin-nut' 'collectd-plugin-openldap' 'collectd-plugin-ovs' 'collectd-plugin-pcie' 'collectd-plugin-pinba' 'collectd-plugin-postgresql' 'collectd-plugin-procevent' 'collectd-plugin-python3' 'collectd-plugin-sigrok' 'collectd-plugin-smart' 'collectd-plugin-snmp' 'collectd-plugin-synproxy' 'collectd-plugin-sysevent' 'collectd-plugin-uptime' 'collectd-plugin-virt' 'collectd-plugin-write_stackdriver' 'collectd-plugin-write_syslog' 'collectd-plugins-all' 'collectd-spamassassin' 'collectd-web' 'collectd-web-js' 'collectl' 'colm-devel' 'colm-doc' 'color-filesystem' 'colord-gtk' 'colord-kde' 'colord-kde-debuginfo' 'colord-kde-debugsource' 'colordiff' 'colorhug-client' 'colorhug-client-lang' 'colormake' 'colorpicker' 'colorpicker-lang' 'comgt' 'comgt' 'comgt-debuginfo' 'comgt-debugsource' 'commandergenius' 'compartm' 'compcache' 'compface' 'compface-devel' 'compicc' 'compiz' 'compiz-bcop' 'compiz-branding-SLED' 'compiz-branding-openSUSE' 'compiz-branding-upstream' 'compiz-devel' 'compiz-emerald' 'compiz-emerald-devel' 'compiz-emerald-lang' 'compiz-emerald-theme-manager' 'compiz-emerald-themes' 'compiz-gnome' 'compiz-lang' 'compiz-manager' 'compiz-plugins' 'compiz-plugins-experimental' 'compiz-plugins-experimental-devel' 'compiz-plugins-experimental-lang' 'compiz-plugins-extra' 'compiz-plugins-extra-devel' 'compiz-plugins-extra-lang' 'compiz-plugins-main' 'compiz-plugins-main-devel' 'compiz-plugins-main-lang' 'compizconfig-settings-manager' 'compizconfig-settings-manager-common' 'compizconfig-settings-manager-lang' 'complexity' 'compsize' 'compton' 'compton-conf' 'compton-conf-lang' 'concurrent' 'conkeror' 'conky' 'conky' 'conky-debuginfo' 'conky-debugsource' 'conky-doc' 'conman' 'connect' 'connect' 'connect-debugsource' 'connman' 'connman-client' 'connman-devel' 'connman-doc' 'connman-nmcompat' 'connman-plugin-hh2serial-gps' 'connman-plugin-iospm' 'connman-plugin-l2tp' 'connman-plugin-openconnect' 'connman-plugin-openvpn' 'connman-plugin-polkit' 'connman-plugin-pptp' 'connman-plugin-tist' 'connman-plugin-vpnc' 'connman-plugin-wireguard' 'connman-test' 'conntrack-tools' 'conntrackd' 'console' 'console-setup' 'container-diff' 'container-registry-systemd' 'container_runtime' 'container_runtime_kubernetes' 'containerd-ctr' 'containerd-kubic' 'containerd-kubic-ctr' 'containers-systemd' 'containment-rpm-docker' 'contractor' 'converseen' 'converseen-lang' 'convertall' 'convertall' 'convertall-lang' 'convmv' 'cookiecutter' 'cookiecutter-doc' 'cool-retro-term' 'coolkey' 'coolkey-32bit' 'coolkey-devel' 'copy-agent' 'copy-agent' 'copy-agent-debugsource' 'copy-agent-gnome' 'copy-agent-mate' 'coq' 'coq-devel' 'coq-ide' 'coreboot-utils' 'corectrl' 'corectrl' 'coredns' 'coredns-extras' 'coreutils-single' 'coreutils-testsuite' 'corosync' 'corosync-qdevice' 'corosync-qnetd' 'corosync-testagents' 'courier-authlib' 'courier-authlib-devel' 'courier-authlib-ldap' 'courier-authlib-mysql' 'courier-authlib-pgsql' 'courier-authlib-pipe' 'courier-authlib-sqlite' 'courier-authlib-userdb' 'courier-imap' 'courier-prime-fonts' 'courier-unicode-devel' 'courier-unicode-doc' 'cowsay' 'cozette-fonts' 'cozy' 'cozy-lang' 'cp437' 'cpanspec' 'cpdvd' 'cpdvd' 'cpluff' 'cpmono_v07-fonts' 'cpp10' 'cpp7' 'cppcheck' 'cppcheck-gui' 'cppi' 'cppi-lang' 'cppreference-doc' 'cppreference-doc-devhelp' 'cppreference-doc-qhelp' 'cpprest-devel' 'cpptasks' 'cpptasks-javadoc' 'cppunit-devel' 'cppunit-devel-32bit' 'cppunit-devel-doc' 'cppzmq-devel' 'cpuid' 'cpulimit' 'cpupower-bench' 'cpupower-devel' 'cpuset' 'cpustat' 'cpustat-bash-completion' 'cpvts' 'cpvts' 'cpvts-debugsource' 'cracklib-devel' 'cracklib-devel-32bit' 'cracklib-dict-small' 'crafty' 'crafty' 'crafty-debuginfo' 'crafty-debugsource' 'cram-common' 'crash' 'crash-devel' 'crash-doc' 'crash-eppic' 'crash-gcore' 'crash-kmp-default' 'crawl' 'crawl-data' 'crawl-sdl' 'crazydiskinfo' 'createrepo_c' 'creduce' 'cri-o' 'cri-o-kubeadm-criconfig' 'cri-tools' 'criu-devel' 'crmsh' 'crmsh-scripts' 'crmsh-test' 'cronic' 'cronie-anacron' 'cross-aarch64-binutils' 'cross-aarch64-gcc10' 'cross-aarch64-gcc10-icecream-backend' 'cross-aarch64-gcc7' 'cross-aarch64-gcc7-icecream-backend' 'cross-aarch64-gcc9' 'cross-aarch64-gcc9-icecream-backend' 'cross-arm-binutils' 'cross-arm-gcc10' 'cross-arm-gcc10-icecream-backend' 'cross-arm-gcc7' 'cross-arm-gcc9' 'cross-arm-gcc9-icecream-backend' 'cross-arm-none-gcc10' 'cross-arm-none-gcc10-bootstrap' 'cross-arm-none-gcc7' 'cross-arm-none-gcc7-bootstrap' 'cross-arm-none-gcc9' 'cross-arm-none-gcc9-bootstrap' 'cross-arm-none-newlib-devel' 'cross-avr-binutils' 'cross-avr-gcc10' 'cross-avr-gcc10-bootstrap' 'cross-avr-gcc7' 'cross-avr-gcc7-bootstrap' 'cross-avr-gcc9' 'cross-avr-gcc9-bootstrap' 'cross-epiphany-binutils' 'cross-epiphany-gcc10' 'cross-epiphany-gcc10-bootstrap' 'cross-epiphany-gcc7' 'cross-epiphany-gcc7-bootstrap' 'cross-epiphany-gcc9' 'cross-epiphany-gcc9-bootstrap' 'cross-epiphany-newlib-devel' 'cross-hppa-binutils' 'cross-hppa-gcc10' 'cross-hppa-gcc10-icecream-backend' 'cross-hppa-gcc7' 'cross-hppa-gcc7-icecream-backend' 'cross-hppa-gcc9' 'cross-hppa-gcc9-icecream-backend' 'cross-hppa64-binutils' 'cross-i386-binutils' 'cross-i386-gcc10' 'cross-i386-gcc10-icecream-backend' 'cross-i386-gcc7' 'cross-i386-gcc7-icecream-backend' 'cross-i386-gcc9' 'cross-i386-gcc9-icecream-backend' 'cross-ia64-binutils' 'cross-m68k-binutils' 'cross-m68k-gcc10' 'cross-m68k-gcc10-icecream-backend' 'cross-m68k-gcc7' 'cross-m68k-gcc7-icecream-backend' 'cross-m68k-gcc9' 'cross-m68k-gcc9-icecream-backend' 'cross-mips-binutils' 'cross-mips-gcc10' 'cross-mips-gcc10-icecream-backend' 'cross-mips-gcc7' 'cross-mips-gcc7-icecream-backend' 'cross-mips-gcc9' 'cross-mips-gcc9-icecream-backend' 'cross-nvptx-gcc10' 'cross-nvptx-gcc7' 'cross-nvptx-gcc9' 'cross-nvptx-newlib10-devel' 'cross-nvptx-newlib7-devel' 'cross-nvptx-newlib9-devel' 'cross-ppc-binutils' 'cross-ppc64-binutils' 'cross-ppc64-gcc10' 'cross-ppc64-gcc10-icecream-backend' 'cross-ppc64-gcc7' 'cross-ppc64-gcc7-icecream-backend' 'cross-ppc64-gcc9' 'cross-ppc64-gcc9-icecream-backend' 'cross-ppc64le-binutils' 'cross-ppc64le-gcc10' 'cross-ppc64le-gcc10-icecream-backend' 'cross-ppc64le-gcc7' 'cross-ppc64le-gcc7-icecream-backend' 'cross-ppc64le-gcc9' 'cross-ppc64le-gcc9-icecream-backend' 'cross-riscv64-binutils' 'cross-riscv64-elf-gcc10' 'cross-riscv64-elf-gcc10-bootstrap' 'cross-riscv64-elf-gcc9' 'cross-riscv64-elf-gcc9-bootstrap' 'cross-riscv64-gcc10' 'cross-riscv64-gcc10-icecream-backend' 'cross-riscv64-gcc9' 'cross-riscv64-gcc9-icecream-backend' 'cross-riscv64-newlib-devel' 'cross-rx-binutils' 'cross-rx-gcc10' 'cross-rx-gcc10-bootstrap' 'cross-rx-gcc7' 'cross-rx-gcc7-bootstrap' 'cross-rx-gcc9' 'cross-rx-gcc9-bootstrap' 'cross-rx-newlib-devel' 'cross-s390-binutils' 'cross-s390x-binutils' 'cross-s390x-gcc10' 'cross-s390x-gcc10-icecream-backend' 'cross-s390x-gcc7' 'cross-s390x-gcc7-icecream-backend' 'cross-s390x-gcc9' 'cross-s390x-gcc9-icecream-backend' 'cross-sparc-binutils' 'cross-sparc-gcc10' 'cross-sparc-gcc7' 'cross-sparc-gcc9' 'cross-sparc64-binutils' 'cross-sparc64-gcc10' 'cross-sparc64-gcc10-icecream-backend' 'cross-sparc64-gcc7' 'cross-sparc64-gcc7-icecream-backend' 'cross-sparc64-gcc9' 'cross-sparc64-gcc9-icecream-backend' 'cross-sparcv9-gcc10-icecream-backend' 'cross-sparcv9-gcc7-icecream-backend' 'cross-sparcv9-gcc9-icecream-backend' 'cross-spu-binutils' 'cross-x86_64-binutils' 'cross-xtensa-binutils' 'crossc-devel' 'crossguid-devel' 'crosstool-ng' 'crow-translate' 'crudini' 'cryfs' 'cryptctl' 'cryptsetup-lang' 'crystalhd-firmware' 'cscope' 'csindex' 'csmash' 'csmith' 'csound' 'csound-devel' 'csound-java-bindings' 'csound-lang' 'csound-plugins' 'cspctl' 'csvprintf' 'csync' 'csync2' 'ctags' 'ctdb' 'ctdb-pcp-pmda' 'ctdb-tests' 'ctris' 'cttop' 'cudd-devel' 'cuetools' 'cuetools' 'cuetools-debuginfo' 'cuetools-debugsource' 'cuishark' 'culmus-ancient-semitic-fonts' 'culmus-fonts' 'cuneiform' 'cunit-devel' 'cunit-doc' 'cups-airprint' 'cups-backends' 'cups-ddk' 'cups-devel' 'cups-devel-32bit' 'cups-filters-devel' 'cups-pdf' 'cups-pk-helper' 'cups-pk-helper-lang' 'cups-rpm-helper' 'cura' 'cura-engine' 'cura-engine-lulzbot' 'cura-fdm-materials' 'cura-lulzbot' 'curlew' 'curlew' 'curlew-lang' 'curlftpfs' 'cutecom' 'cutmp3' 'cutmp3-doc' 'cutterff' 'cutterff-lang' 'cvs-doc' 'cwstudio' 'cxref' 'cxsc' 'cxsc-devel' 'cxxtools-devel' 'cyreal-alice-fonts' 'cyreal-junge-fonts' 'cyreal-lobster-cyrillic-fonts' 'cyreal-lora-fonts' 'cyreal-marko-horobchyk-fonts' 'cyreal-marmelad-fonts' 'cyreal-wire-fonts' 'cyrus-sasl-32bit' 'cyrus-sasl-crammd5-32bit' 'cyrus-sasl-devel' 'cyrus-sasl-devel-32bit' 'cyrus-sasl-digestmd5-32bit' 'cyrus-sasl-gs2' 'cyrus-sasl-gssapi-32bit' 'cyrus-sasl-ldap-auxprop' 'cyrus-sasl-ldap-auxprop-32bit' 'cyrus-sasl-ntlm' 'cyrus-sasl-otp' 'cyrus-sasl-otp-32bit' 'cyrus-sasl-plain-32bit' 'cyrus-sasl-saslauthd' 'cyrus-sasl-scram' 'cyrus-sasl-sqlauxprop' 'cyrus-sasl-sqlauxprop-32bit' 'czmq' 'czmq-devel' 'd-feet' 'd-feet-lang' 'd0_blind_id' 'd0_blind_id-devel' 'dSFMT-devel' 'dai-banna-fonts' 'dante' 'dante-devel' 'dante-devel-32bit' 'dante-server' 'dapl' 'dapl-debug' 'dapl-debug-devel' 'dapl-debug-libs' 'dapl-debug-utils' 'dapl-devel' 'dapl-devel-32bit' 'dapl-utils' 'daps' 'dar' 'dar-lang' 'darkice' 'darkice' 'darkice-debuginfo' 'darkice-debugsource' 'darktable' 'darktable-doc' 'darktable-tools-basecurve' 'darktable-tools-noise' 'darts' 'dash' 'dasher' 'dasher-data-extras' 'dasher-data-recommended' 'dasher-lang' 'data-partition-service' 'datamash' 'dataquay-devel' 'datefudge' 'dateutils' 'dateutils-octave' 'datovka' 'dav1d' 'dav1d-devel' 'davfs2' 'davix' 'davix-devel' 'dazzle-list-counters' 'db48-doc' 'dbench' 'dbench4' 'dbh-devel' 'dblatex' 'dblatex-doc' 'dbsplit-tools' 'dbus-1-devel' 'dbus-1-devel-32bit' 'dbus-1-devel-doc' 'dbus-1-glib-devel' 'dbus-1-glib-devel-32bit' 'dbus-1-glib-doc' 'dbus-1-mono' 'dbus-broker' 'dbus-sharp' 'dbus-sharp-devel' 'dbus-sharp-glib' 'dbus-sharp-glib-devel' 'dbus-sharp-glib2' 'dbus-sharp-glib2-devel' 'dbus-sharp2' 'dbus-sharp2-devel' 'dbview' 'dc3dd' 'dc3dd-lang' 'dcadec' 'dcadec' 'dcadec-debuginfo' 'dcadec-debugsource' 'dcaenc' 'dcaenc' 'dcaenc-debuginfo' 'dcaenc-debugsource' 'dcatools' 'dcatools' 'dcatools-debuginfo' 'dcatools-debugsource' 'dcmtk' 'dcmtk' 'dcmtk-debuginfo' 'dcmtk-debugsource' 'dcmtk-devel' 'dconf-devel' 'dconf-editor' 'dconf-editor-lang' 'dcraw' 'dcraw-lang' 'dd-opentracing-cpp-devel' 'dd_rescue' 'dd_rescue-crypt' 'dd_rescue-lzo' 'dd_rhelp' 'ddccontrol' 'ddccontrol-db' 'ddccontrol-db-lang' 'ddccontrol-devel' 'ddccontrol-doc' 'ddccontrol-gtk' 'ddccontrol-lang' 'ddclient' 'ddcutil' 'ddgr' 'dds2tar' 'ddskk' 'deadbeef' 'deadbeef' 'deadbeef-debuginfo' 'deadbeef-debugsource' 'deadbeef-devel' 'deadbeef-lang' 'deadbeef-plugin-mpris2' 'deadbeef-plugin-statusnotifier' 'deadbeef-plugin-statusnotifier' 'deadbeef-plugin-statusnotifier-debuginfo' 'deadbeef-plugin-statusnotifier-debugsource' 'deadbeef-plugins-extra' 'deadbeef-plugins-extra-debuginfo' 'debootstrap' 'debuginfod-client' 'decentxml' 'decentxml-javadoc' 'dee-devel' 'deepin-calendar' 'deepin-calendar-lang' 'deepin-editor' 'deepin-editor-lang' 'deepin-gettext-tools' 'deepin-menu' 'deepin-movie' 'deepin-movie-devel' 'deepin-movie-lang' 'deepin-music-libnetease-meta-search' 'deepin-music-player' 'deepin-music-player-lang' 'deepin-screenshot' 'deepin-screenshot-lang' 'deepin-system-monitor' 'deepin-system-monitor-lang' 'deepin-terminal' 'deepin-terminal-lang' 'deepin-turbo' 'deepin-turbo-devel' 'dehydrated' 'dehydrated-apache2' 'dehydrated-lighttpd' 'dehydrated-nginx' 'deja-dup' 'deja-dup-lang' 'dejagnu' 'delaguardo-inconsolata_lgc-fonts' 'delayacct-utils' 'delta' 'deltafs' 'deluge' 'deluge-lang' 'desktopfolder' 'desktopfolder-lang' 'deutex' 'dev86' 'devede' 'devede' 'devede-lang' 'devel_C_C++' 'devel_basis' 'devel_gnome' 'devel_java' 'devel_kde_frameworks' 'devel_kernel' 'devel_mono' 'devel_osc_build' 'devel_perl' 'devel_qt5' 'devel_rpm_build' 'devel_ruby' 'devel_tcl' 'devel_web' 'devel_yast' 'devhelp' 'devhelp-devel' 'devhelp-lang' 'device-mapper-devel' 'device-mapper-devel-32bit' 'devidify' 'devidify' 'devilspie2' 'devilspie2-lang' 'devmem2' 'devscripts' 'dex' 'dex-oidc' 'dfc' 'dfc-lang' 'dfu-programmer' 'dfu-tool' 'dh-autoreconf' 'dh-make' 'dhcp-devel' 'dhcp-doc' 'dhcp-relay' 'dhcp-server' 'dhcp-tools' 'dhcp_dns_server' 'dhcpdetector' 'dhcpdetector' 'dhcpdetector-debugsource' 'dhewm3' 'dhex' 'dhtest' 'di' 'di' 'di-debuginfo' 'di-debugsource' 'dia' 'dia-lang' 'dialog-devel' 'dialog-examples' 'dianara' 'dico' 'dico-devel' 'dico-lang' 'dico-modules' 'dictd' 'dictd-devel' 'dicts' 'diff-pdf' 'diffmk' 'diffoscope' 'diffstat' 'digikam' 'digikam' 'digikam-debuginfo' 'digikam-debugsource' 'digikam-devel' 'digikam-lang' 'digikam-plugin-gmic' 'digikam-plugins' 'digikam-plugins-debuginfo' 'dina-bitmap-fonts' 'ding' 'ding-dict-de_en' 'diod' 'dippi' 'dippi-lang' 'dirac' 'dirac-devel' 'dirac-devel-32bit' 'directory_server' 'direnv' 'direvent' 'dirvish' 'discord' 'discord' 'discord-debuginfo' 'discount' 'discover-notifier' 'diskimage-builder' 'diskmonitor' 'diskmonitor' 'diskmonitor-debuginfo' 'diskmonitor-debugsource' 'diskmonitor-lang' 'diskscan' 'disorderfs' 'disruptor' 'disruptor-javadoc' 'distcc' 'distcc-gui' 'distcc-server' 'distribution-gpg-keys' 'distribution-logos-openSUSE' 'distribution-logos-openSUSE-Kubic' 'distribution-logos-openSUSE-Leap' 'distribution-logos-openSUSE-MicroOS' 'dita' 'diy-devel' 'djv' 'djv' 'djv-debuginfo' 'djv-debugsource' 'djv-devel' 'djv-doc' 'djv-plugins' 'djv-plugins-debuginfo' 'djvu2pdf' 'djvulibre' 'djvulibre-djview4' 'djvulibre-doc' 'dkgpg' 'dkimproxy' 'dkms' 'dleyna-connector-dbus' 'dleyna-core-devel' 'dleyna-renderer' 'dleyna-renderer-devel' 'dleyna-server' 'dleyna-server-devel' 'dm-zoned-tools' 'dmd' 'dmenu' 'dmraid-devel' 'dnf' 'dnf-automatic' 'dnf-conf' 'dnf-lang' 'dnf-plugins-core' 'dnf-plugins-core-lang' 'dns24-update' 'dnscrypt-proxy' 'dnscrypt-proxy-devel' 'dnsdiag' 'dnsmasq-utils' 'dnsmeter' 'dnstracer' 'docbook-css-stylesheets' 'docbook-dsssl-stylesheets' 'docbook-simple' 'docbook-tdg' 'docbook-toys' 'docbook-utils' 'docbook-utils-minimal' 'docbook-xml-slides' 'docbook-xml-website' 'docbook-xsl-pdf2index' 'docbook2x' 'docbook2x-doc' 'docbook5-xsl-stylesheets' 'docbook_3' 'docbook_5' 'docbook_5-doc' 'docker-bench-security' 'docker-distribution-registry' 'docker-kubic' 'docker-kubic-bash-completion' 'docker-kubic-kubeadm-criconfig' 'docker-kubic-test' 'docker-kubic-zsh-completion' 'docker-libnetwork-kubic' 'docker-machine-driver-kvm2' 'docker-runc-kubic' 'docker-test' 'docker_auth' 'documentation' 'dogtail' 'doh' 'dolphin-devel' 'dolphin-emu' 'dolphin-emu-lang' 'dolphin-plugins' 'dolphin-plugins-lang' 'dom2-core-tests' 'dom4j' 'dom4j-demo' 'dom4j-javadoc' 'dom4j-manual' 'domination' 'domination-data' 'doomsday' 'dosemu' 'dotconf-devel' 'double-conversion-devel' 'double-cross' 'dovecot' 'dovecot23' 'dovecot23-backend-mysql' 'dovecot23-backend-pgsql' 'dovecot23-backend-sqlite' 'dovecot23-devel' 'dovecot23-fts' 'dovecot23-fts-lucene' 'dovecot23-fts-solr' 'dovecot23-fts-squat' 'doxygen' 'doxywizard' 'dpdk' 'dpdk-devel' 'dpdk-doc' 'dpdk-examples' 'dpdk-kmp-default' 'dpdk-tools' 'dpic' 'dpic-doc' 'dpkg-devel' 'dracut-extra' 'dracut-fips' 'dracut-ima' 'dracut-kiwi-lib' 'dracut-kiwi-live' 'dracut-kiwi-oem-dump' 'dracut-kiwi-oem-repart' 'dracut-kiwi-overlay' 'dracut-tools' 'dragonplayer' 'dragonplayer-lang' 'drbd' 'drbd-formula' 'drbd-kmp-default' 'drbd-utils' 'drbdmanage' 'drc' 'drc-doc' 'driverctl' 'dropbox-cli' 'drops' 'drumstick' 'drumstick' 'drumstick-debuginfo' 'drumstick-debugsource' 'drush' 'dsmidiwifi' 'dsmidiwifi' 'dsmidiwifi-debuginfo' 'dssi-devel' 'dssi-linuxsampler' 'dssi-linuxsampler-debuginfo' 'dssim' 'dstat' 'dt' 'dtach' 'dtc' 'dtdinst' 'dtkcore' 'dtkcore-devel' 'dtkwidget' 'dtkwidget-devel' 'dtkwidget-lang' 'dtkwm-devel' 'dtv-scan-tables' 'dtv-scan-tables-v5' 'dub' 'duc' 'duktape-devel' 'dump' 'dump-rmt' 'dump1090' 'dumpvdl2' 'dunelegacy' 'dunst' 'duperemove' 'duplicity' 'duplicity-lang' 'duply' 'dustrac' 'dv2sub' 'dv2sub' 'dv2sub-debuginfo' 'dv2sub-debugsource' 'dvb-utils' 'dvbcut' 'dvbsnoop' 'dvbstream' 'dvd-slideshow' 'dvd-slideshow' 'dvdbackup' 'dvdbackup' 'dvdbackup-debuginfo' 'dvdbackup-debugsource' 'dvdinfo' 'dvdinfo' 'dvdinfo-debuginfo' 'dvdisaster' 'dvdisaster-docs' 'dvdrip' 'dvdrip' 'dvdrip-debuginfo' 'dvdrip-debugsource' 'dvdshrink' 'dvdshrink' 'dvdwizard' 'dvdwizard' 'dvgrab' 'dvgrab-debuginfo' 'dvgrab-debugsource' 'dvgt' 'dwarves' 'dwz-testsuite' 'dxflib-devel' 'dxirc' 'dxirc' 'dxirc-debuginfo' 'dxirc-debugsource' 'dynamic-wallpapers-11x' 'dynamips' 'dzen2' 'e16' 'e2fsprogs-devel' 'e2fsprogs-scrub' 'e3' 'eaglemode' 'earlyoom' 'easy-rsa' 'easyloggingpp-devel' 'easymock' 'easymock-javadoc' 'easymp3gain' 'easymp3gain' 'easymp3gain-debuginfo' 'easymp3gain-debugsource' 'easymp3gain-lang' 'easymp3gain-qt5' 'easymp3gain-qt5-debuginfo' 'easytag' 'easytag-lang' 'eatmydata' 'eb' 'eb-devel' 'eb-garamond-fonts' 'eb-lang' 'ebiso' 'ebizzy' 'eblook' 'ebook-tools' 'ebook-tools' 'ebook-tools-debuginfo' 'ebook-tools-debugsource' 'ecasound' 'ecasound' 'ecasound-debuginfo' 'ecasound-debugsource' 'ecasound-doc' 'echomixer' 'eciadsl-usermode' 'ecj' 'eclipse-contributor-tools' 'eclipse-ecf-core' 'eclipse-ecf-core-bootstrap' 'eclipse-ecf-runtime' 'eclipse-ecf-sdk' 'eclipse-egit' 'eclipse-emf-core' 'eclipse-emf-core-bootstrap' 'eclipse-emf-runtime' 'eclipse-emf-sdk' 'eclipse-emf-xsd' 'eclipse-equinox-osgi' 'eclipse-jdt' 'eclipse-jgit' 'eclipse-license1' 'eclipse-license2' 'eclipse-p2-discovery' 'eclipse-pde' 'eclipse-platform' 'eclipse-swt' 'eclipse-tests' 'econnman' 'ecryptfs-utils' 'ecryptfs-utils-32bit' 'ecryptfs-utils-devel' 'ecryptfs-utils-devel-32bit' 'ecwolf' 'ed' 'edgar' 'edgar-data' 'edgar-lang' 'edict' 'edict2' 'editorconfig' 'editres' 'edje' 'eekboard' 'eekboard-devel' 'eeyek-fonts' 'efivar' 'efivar-devel' 'efl' 'efl-devel' 'efl-lang' 'efl-testsuite' 'efont-serif-fonts' 'eiciel' 'eiciel-lang' 'eigen3-devel' 'eigen3-doc' 'ekiga' 'ekiga-lang' 'ekiga-plugins-evolution' 'eko' 'eko' 'elektra' 'elektra-qt-gui' 'elementary' 'elementary-cmake-modules' 'elementary-icon-theme' 'elementary-icon-theme-gimp-palette' 'elementary-icon-theme-inkscape-palette' 'elementary-wallpapers' 'elementary-xfce-icon-theme' 'elemines' 'elftoaout' 'elfutils-debuginfod' 'elib' 'elilo' 'elinks' 'elixir' 'elixir-doc' 'elixir-ex_doc' 'elixir-hex' 'ell-devel' 'elua' 'emacs' 'emacs-apel' 'emacs-auctex' 'emacs-color-theme' 'emacs-completion-golang' 'emacs-el' 'emacs-flim' 'emacs-info' 'emacs-nox' 'emacs-plugin-devhelp' 'emacs-scheme48' 'emacs-semi' 'emacs-w3m' 'emacs-x11' 'embree-devel-static' 'embryo' 'emf2svg-conv' 'emil' 'emojione-color-font' 'emount' 'emount' 'emount-debuginfo' 'emount-debugsource' 'empathy' 'empathy-lang' 'enblend-enfuse-doc' 'enca' 'enca-devel' 'encfs' 'encfs-lang' 'enchant-1-backend-voikko' 'enchant-1-backend-voikko-32bit' 'enchant-1-backend-zemberek' 'enchant-1-backend-zemberek-32bit' 'enchant-1-backends' 'enchant-1-data' 'enchant-1-devel' 'enchant-1-tools' 'enchant-2-backend-aspell' 'enchant-2-backend-voikko' 'enchant-2-backend-voikko-32bit' 'enchant-devel' 'enchant-tools' 'enchive' 'endless-sky' 'enet-devel' 'engauge-digitizer' 'engauge-digitizer-devel-doc' 'engauge-digitizer-doc' 'engdic' 'engrampa' 'engrampa-lang' 'enigmail' 'enlightenment' 'enlightenment' 'enlightenment-branding-openSUSE' 'enlightenment-branding-upstream' 'enlightenment-devel' 'enlightenment-profiles-openSUSE' 'enlightenment-theme-cerium2' 'enlightenment-theme-dark' 'enlightenment-theme-openSUSE' 'enlightenment-theme-openSUSE-ice' 'enlightenment-theme-openSUSE-neon' 'enlightenment-theme-upstream' 'enlightenment-x-dark-icon-theme' 'entangle' 'entangle-doc' 'entangle-lang' 'entangle-plugin-eclipse' 'entangle-plugin-photobox' 'entangle-plugin-shooter' 'entr' 'envoy-build-tools' 'envoy-protoc-gen-validate' 'envoy-protoc-gen-validate-source' 'envoy-proxy' 'envoy-proxy-source' 'envy24control' 'eog' 'eog-devel' 'eog-lang' 'eog-plugin-exif-display' 'eog-plugin-export-to-folder' 'eog-plugin-fit-to-width' 'eog-plugin-fullscreenbg' 'eog-plugin-hide-titlebar' 'eog-plugin-light-theme' 'eog-plugin-map' 'eog-plugin-maximize-windows' 'eog-plugin-postasa' 'eog-plugin-pythonconsole' 'eog-plugin-send-by-mail' 'eog-plugin-slideshowshuffle' 'eog-plugins' 'eog-plugins-data' 'eog-plugins-lang' 'eolie' 'eolie-lang' 'eom' 'eom-devel' 'eom-lang' 'eperiodique' 'ephoto' 'ephoto-lang' 'epic' 'epiphany' 'epiphany-branding-openSUSE' 'epiphany-branding-upstream' 'epiphany-lang' 'epour' 'epour-lang' 'epplet-base' 'epson-inkjet-printer-escpr' 'epymc' 'epymc-lang' 'eqonomize' 'eqonomize' 'eqonomize-debuginfo' 'eqonomize-debugsource' 'equalx' 'erfa-devel' 'erfa-devel-static' 'eric' 'eric-api' 'erlang' 'erlang-debugger' 'erlang-debugger-src' 'erlang-dialyzer' 'erlang-dialyzer-src' 'erlang-diameter' 'erlang-diameter-src' 'erlang-doc' 'erlang-epmd' 'erlang-et' 'erlang-et-src' 'erlang-jinterface' 'erlang-jinterface-src' 'erlang-observer' 'erlang-observer-src' 'erlang-rabbitmq-client' 'erlang-rebar' 'erlang-rebar-src' 'erlang-reltool' 'erlang-reltool-src' 'erlang-retest' 'erlang-retest-src' 'erlang-sd_notify' 'erlang-src' 'erlang-wx' 'erlang-wx-src' 'erofs-utils' 'espeak' 'espeak-devel' 'espeak-ng' 'espeak-ng-compat' 'espeak-ng-compat-devel' 'espeak-ng-devel' 'espeakedit' 'etags' 'etc-update' 'etcd' 'etcd-for-k8s-image' 'etcdctl' 'etckeeper' 'etckeeper-bash-completion' 'etckeeper-zsh-completion' 'etckeeper-zypp-plugin' 'etherape' 'etherape-lang' 'etrophy' 'etrophy-data' 'etrophy-devel' 'evas-generic-loaders' 'evemu' 'evemu-devel' 'eventstat' 'eventstat-bash-completion' 'eventviews-devel' 'evieproto-devel' 'evince' 'evince-devel' 'evince-lang' 'evince-plugin-comicsdocument' 'evince-plugin-djvudocument' 'evince-plugin-dvidocument' 'evince-plugin-pdfdocument' 'evince-plugin-psdocument' 'evince-plugin-tiffdocument' 'evince-plugin-xpsdocument' 'evmctl' 'evolution' 'evolution-data-server' 'evolution-data-server-32bit' 'evolution-data-server-devel' 'evolution-data-server-lang' 'evolution-devel' 'evolution-ews' 'evolution-ews-lang' 'evolution-lang' 'evolution-plugin-bogofilter' 'evolution-plugin-pst-import' 'evolution-plugin-rss' 'evolution-plugin-rss-lang' 'evolution-plugin-spamassassin' 'evolution-plugin-text-highlight' 'evtest' 'exaile' 'exaile-lang' 'exec-maven-plugin' 'exec-maven-plugin-javadoc' 'execstack' 'exempi-tools' 'exercism' 'exfat-utils' 'exif' 'exiftran' 'exim' 'eximon' 'eximstats-html' 'exiv2' 'exiv2-lang' 'exmh' 'exo-branding-openSUSE' 'exo-branding-upstream' 'exo-data' 'exo-devel' 'exo-helpers' 'exo-lang' 'exo-tools' 'exodusii-devel' 'expect' 'expect-devel' 'explain' 'ext3grep' 'ext4magic' 'extra-cmake-modules' 'extra-cmake-modules-doc' 'extra166y' 'extra166y-javadoc' 'extract-appdata-icons' 'extreme-tuxracer' 'extreme-tuxracer-data' 'extundelete' 'ez-ipupdate' 'ezmorph' 'ezmorph-javadoc' 'ezstream' 'f2c' 'f2c-devel' 'f2fs-tools' 'f2fs-tools-compat' 'f2fs-tools-devel' 'f3' 'fIcy' 'faac' 'faac' 'faac-debuginfo' 'faac-debugsource' 'faad2' 'faad2' 'faad2-debuginfo' 'faad2-debugsource' 'faba-icon-theme' 'fabtests' 'facedetect' 'faenza-icon-theme' 'faenza-icon-theme-ambiance' 'faenza-icon-theme-dark' 'faenza-icon-theme-darker' 'faenza-icon-theme-darkest' 'faenza-icon-theme-mint' 'faenza-icon-theme-radiance' 'fail2ban' 'fairymax' 'fakechroot' 'fakeroot' 'fakeroot-32bit' 'falkon' 'falkon' 'falkon-debuginfo' 'falkon-debugsource' 'falkon-gnome-keyring' 'falkon-gnome-keyring-debuginfo' 'falkon-kde' 'falkon-kde-debuginfo' 'falkon-lang' 'farsi-fonts' 'farstream-data' 'farstream-devel' 'fasd' 'fasterxml-oss-parent' 'fastjar' 'fastjet-contrib-devel' 'fastjet-contrib-devel-static' 'fastjet-devel' 'fastjet-plugin-siscone' 'fastjet-plugin-siscone-devel' 'fastlzlib' 'fastlzlib-devel' 'fatrace' 'fatsort' 'fb-util-for-appx' 'fbdesk' 'fbdesk' 'fbdesk-debuginfo' 'fbdesk-debugsource' 'fbi' 'fbiterm' 'fbpdf' 'fbreader' 'fbterm' 'fcdproplus-udev' 'fcgiwrap' 'fcgiwrap-nginx' 'fcitx' 'fcitx-anthy' 'fcitx-branding-openSUSE' 'fcitx-chewing' 'fcitx-cloudpinyin' 'fcitx-config-gtk3' 'fcitx-devel' 'fcitx-fbterm' 'fcitx-googlepinyin' 'fcitx-gtk2' 'fcitx-gtk2-32bit' 'fcitx-gtk3' 'fcitx-gtk3-32bit' 'fcitx-hangul' 'fcitx-kkc' 'fcitx-libpinyin' 'fcitx-m17n' 'fcitx-mozc' 'fcitx-pinyin' 'fcitx-pinyin-tools' 'fcitx-pylogger' 'fcitx-qt5' 'fcitx-qt5-32bit' 'fcitx-qt5-devel' 'fcitx-quwei' 'fcitx-rime' 'fcitx-sayura' 'fcitx-skin-classic' 'fcitx-skin-dark' 'fcitx-skin-new-air' 'fcitx-skk' 'fcitx-sunpinyin' 'fcitx-table' 'fcitx-table-amharic' 'fcitx-table-arabic' 'fcitx-table-cn-bingchan' 'fcitx-table-cn-cangjie' 'fcitx-table-cn-cantonese' 'fcitx-table-cn-cns11643' 'fcitx-table-cn-dianbao' 'fcitx-table-cn-erbi' 'fcitx-table-cn-wanfeng' 'fcitx-table-cn-wu' 'fcitx-table-cn-wubi' 'fcitx-table-cn-wubi-large' 'fcitx-table-cn-wubi-pinyin' 'fcitx-table-cn-zhengma' 'fcitx-table-cn-zhengma-large' 'fcitx-table-cn-ziran' 'fcitx-table-emoji' 'fcitx-table-extra-lang' 'fcitx-table-hk-cantonese' 'fcitx-table-hk-jyutping' 'fcitx-table-hk-stroke5' 'fcitx-table-ipa-x-sampa' 'fcitx-table-latex' 'fcitx-table-malayalam-compose' 'fcitx-table-malayalam-phonetic' 'fcitx-table-other' 'fcitx-table-ru-rustrad' 'fcitx-table-ru-translit' 'fcitx-table-ru-yawerty' 'fcitx-table-t9' 'fcitx-table-tamil-remington' 'fcitx-table-thai' 'fcitx-table-tools' 'fcitx-table-tw-array30' 'fcitx-table-tw-array30-large' 'fcitx-table-tw-boshiamy' 'fcitx-table-tw-cangjie-large' 'fcitx-table-tw-cangjie3' 'fcitx-table-tw-cangjie5' 'fcitx-table-tw-easy-large' 'fcitx-table-tw-quick-classic' 'fcitx-table-tw-quick3' 'fcitx-table-tw-quick5' 'fcitx-table-tw-smart-cangjie6' 'fcitx-table-ua-translit' 'fcitx-table-vi-qr' 'fcitx-ui-light' 'fcitx-unikey' 'fcitx-zhuyin' 'fcoe-utils' 'fcwnn' 'fcwnn-devel' 'fcwnncom' 'fd-fish-completion' 'fd0ssh' 'fdk-aac' 'fdk-aac-debugsource' 'fdk-aac-devel' 'fdkaac' 'fdkaac' 'fdkaac-debuginfo' 'fdkaac-debugsource' 'featherpad' 'featherpad-lang' 'fec-devel' 'fedfs-utils-admin' 'fedfs-utils-client' 'fedfs-utils-common' 'fedfs-utils-devel' 'fedfs-utils-nsdbparams' 'fedfs-utils-server' 'feh' 'felix-gogo-command' 'felix-gogo-command-javadoc' 'felix-gogo-parent' 'felix-gogo-runtime' 'felix-gogo-runtime-javadoc' 'felix-gogo-shell' 'felix-gogo-shell-javadoc' 'felix-osgi-compendium' 'felix-osgi-compendium-javadoc' 'felix-osgi-core' 'felix-osgi-core-javadoc' 'felix-osgi-foundation' 'felix-osgi-foundation-javadoc' 'felix-parent' 'felix-scr' 'felix-scr-javadoc' 'felix-shell' 'felix-shell-javadoc' 'felix-utils' 'felix-utils-javadoc' 'fence-agents' 'fence-agents-amt_ws' 'fence-agents-devel' 'fence-sanlock' 'festival' 'festival-devel' 'fetchmail' 'fetchmailconf' 'ffado' 'ffado-mixer' 'ffcall' 'ffhevc' 'ffhevc' 'fflas-ffpack-devel' 'fflas-ffpack-doc' 'ffmpeg-2' 'ffmpeg-2-debugsource' 'ffmpeg-2-libavcodec-devel' 'ffmpeg-2-libavdevice-devel' 'ffmpeg-2-libavfilter-devel' 'ffmpeg-2-libavformat-devel' 'ffmpeg-2-libavresample-devel' 'ffmpeg-2-libavutil-devel' 'ffmpeg-2-libpostproc-devel' 'ffmpeg-2-libswresample-devel' 'ffmpeg-2-libswscale-devel' 'ffmpeg-3' 'ffmpeg-3-debugsource' 'ffmpeg-3-libavcodec-devel' 'ffmpeg-3-libavdevice-devel' 'ffmpeg-3-libavfilter-devel' 'ffmpeg-3-libavformat-devel' 'ffmpeg-3-libavresample-devel' 'ffmpeg-3-libavutil-devel' 'ffmpeg-3-libpostproc-devel' 'ffmpeg-3-libswresample-devel' 'ffmpeg-3-libswscale-devel' 'ffmpeg-3-private-devel' 'ffmpeg-4' 'ffmpeg-4-debuginfo' 'ffmpeg-4-debugsource' 'ffmpeg-4-libavcodec-devel' 'ffmpeg-4-libavdevice-devel' 'ffmpeg-4-libavfilter-devel' 'ffmpeg-4-libavformat-devel' 'ffmpeg-4-libavresample-devel' 'ffmpeg-4-libavutil-devel' 'ffmpeg-4-libpostproc-devel' 'ffmpeg-4-libswresample-devel' 'ffmpeg-4-libswscale-devel' 'ffmpeg-4-private-devel' 'ffmpeg2theora' 'ffmpeg2theora' 'ffmpeg2theora-debuginfo' 'ffmpeg2theora-debugsource' 'ffmpegthumbnailer' 'ffmpegyag' 'ffmpegyag' 'ffmpegyag-debuginfo' 'ffmpegyag-debugsource' 'ffmsindex' 'ffnvcodec-devel' 'ffsb' 'fftw3-devel' 'fftw3-gnu-hpc-devel' 'fftw3-gnu-mpich-hpc-devel' 'fftw3-gnu-mvapich2-hpc-devel' 'fftw3-gnu-openmpi1-hpc-devel' 'fftw3-gnu-openmpi2-hpc-devel' 'fftw3-gnu-openmpi3-hpc-devel' 'fftw3-mpi-devel' 'fftw3-openmp-devel' 'fftw3-threads-devel' 'fftw3_3_3_8-gnu-hpc-devel' 'fftw3_3_3_8-gnu-hpc-devel-static' 'fftw3_3_3_8-gnu-mpich-hpc-devel' 'fftw3_3_3_8-gnu-mpich-hpc-devel-static' 'fftw3_3_3_8-gnu-mvapich2-hpc-devel' 'fftw3_3_3_8-gnu-mvapich2-hpc-devel-static' 'fftw3_3_3_8-gnu-openmpi1-hpc-devel' 'fftw3_3_3_8-gnu-openmpi1-hpc-devel-static' 'fftw3_3_3_8-gnu-openmpi2-hpc-devel' 'fftw3_3_3_8-gnu-openmpi2-hpc-devel-static' 'fftw3_3_3_8-gnu-openmpi3-hpc-devel' 'fftw3_3_3_8-gnu-openmpi3-hpc-devel-static' 'ffx264' 'ffx264' 'ffxvid' 'ffxvid' 'fhourstones' 'fhs' 'fife-devel' 'fifechan-devel' 'fifth-leg-font' 'figlet' 'file-devel' 'file-devel-32bit' 'file-roller' 'file-roller-lang' 'file-unpack' 'file_server' 'filebench' 'filelight' 'filelight-lang' 'filemanager-actions' 'filemanager-actions-devel' 'filemanager-actions-lang' 'filesystem-media' 'filezilla' 'filezilla-lang' 'fillets-ng' 'fillets-ng-data' 'filter_audio-devel' 'finalcut-bitmap-fonts' 'finalhe' 'finalhe' 'finalhe-debuginfo' 'finalhe-debugsource' 'finch' 'finch-devel' 'findbugs' 'findbugs-bcel' 'findbugs-bcel-javadoc' 'findbugs-javadoc' 'findbugs-tools' 'finger' 'finger-server' 'fio' 'fips' 'fipscheck' 'fipscheck-devel' 'firebird-doc' 'firebird-examples' 'firebird-server' 'firebird-utils' 'firefox-esr-branding-openSUSE' 'firefox-theme-breeze-dark' 'firefox-theme-breeze-dark' 'firefox-uget-integrator' 'firehol' 'firehol-doc' 'firejail' 'firescope' 'firewall-applet' 'firewall-config' 'firewall-macros' 'firewalld-rpcbind-helper' 'fish' 'fish-devel' 'fityk' 'fityk-devel' 'five-or-more' 'five-or-more-doc' 'five-or-more-lang' 'fkwnn' 'fkwnn-devel' 'flac' 'flac-devel' 'flac-devel-32bit' 'flac2all' 'flacon' 'flacon-lang' 'flamerobin' 'flann-devel' 'flannel' 'flannel-k8s-yaml' 'flare' 'flare-game' 'flarq' 'flash-player' 'flash-player' 'flash-player-debugsource' 'flash-player-gnome' 'flash-player-ppapi' 'flashfocus' 'flashrom' 'flatbuffers-devel' 'flatpak-builder' 'flatpak-devel' 'flawfinder' 'fldigi' 'fldigi-lang' 'flex' 'flexdock' 'flickcurl' 'flickcurl-doc' 'flickrnet' 'flickrnet-devel' 'flint-devel' 'florence' 'florence-devel' 'florence-lang' 'flowgrind' 'fltk-devel' 'fltk-devel-32bit' 'fltk-devel-static' 'fluent-bit' 'fluent-bit-devel' 'fluid-soundfont-gm' 'fluid-soundfont-gs' 'fluidsynth' 'fluidsynth-devel' 'fluidsynth-dssi' 'flute-javadoc' 'fluxbox' 'fluxbox-styles-upstream' 'flxmlrpc-devel' 'fly' 'fmpp' 'fmpp-javadoc' 'fmt-devel' 'fnotifystat' 'fnotifystat-bash-completion' 'focuswriter' 'focuswriter-lang' 'folder-color-common' 'folder-color-common-lang' 'foliate' 'foliate-lang' 'folks-devel' 'folks-lang' 'folks-tools' 'foma' 'foma-devel' 'fondu' 'fonehome' 'fonehome-server' 'font-specimen' 'font-specimen-devel' 'font-util' 'fontawesome-fonts' 'fontawesome-fonts-web' 'fontcacheproto-devel' 'fontconfig-devel' 'fontconfig-devel-32bit' 'fontconfig-devel-doc' 'fontconfig-doc' 'fontforge' 'fontforge-devel' 'fontforge-doc' 'fontpackages-devel' 'fonts-KanjiStrokeOrders' 'fonttosfnt' 'fontweak' 'forge-parent' 'forkbomb' 'forkstat' 'forkstat-bash-completion' 'form' 'fortune' 'fossil' 'fotowall' 'four-in-a-row' 'four-in-a-row-lang' 'fox16-devel' 'fox16-devel-static' 'fox16-doc' 'fox16-example-apps' 'fparser-devel' 'fpc' 'fpc-doc' 'fpc-examples' 'fpc-src' 'fping' 'fplll' 'fplll-devel' 'fpm2' 'fpm2' 'fpm2-debuginfo' 'fpm2-debugsource' 'fpm2-lang' 'fprintd' 'fprintd-devel' 'fprintd-doc' 'fprintd-lang' 'fprintd-pam' 'fprintd-pam-32bit' 'fractal' 'fractal-lang' 'frame' 'frame-devel' 'frameworkintegration-devel' 'frameworkintegration-devel-32bit' 'frameworkintegration-plugin-32bit' 'fred' 'free-ttf-fonts' 'freealut-devel' 'freecell-solver' 'freecell-solver-devel' 'freeciv' 'freeciv-gtk3' 'freeciv-lang' 'freeciv-qt' 'freedoom' 'freedoom-freedm' 'freedup' 'freeglut-demo' 'freeglut-devel' 'freeglut-devel-32bit' 'freeimage-devel' 'freeipmi' 'freeipmi-bmc-watchdog' 'freeipmi-devel' 'freeipmi-ipmidetectd' 'freeipmi-ipmiseld' 'freemarker' 'freemarker-javadoc' 'freeradius-client' 'freeradius-client-devel' 'freeradius-client-libs' 'freeradius-server' 'freeradius-server-devel' 'freeradius-server-doc' 'freeradius-server-krb5' 'freeradius-server-ldap' 'freeradius-server-libs' 'freeradius-server-mysql' 'freeradius-server-perl' 'freeradius-server-postgresql' 'freeradius-server-python3' 'freeradius-server-sqlite' 'freeradius-server-utils' 'freerdp-devel' 'freerdp-server' 'freerdp-wayland' 'freesrp-devel' 'freesrp-udev' 'freetds-config' 'freetds-devel' 'freetds-doc' 'freetds-tools' 'freetuxtv' 'freetuxtv' 'freetuxtv-debuginfo' 'freetuxtv-debugsource' 'freetuxtv-devel' 'freetuxtv-lang' 'freetype' 'freetype-devel' 'freetype-tools' 'freetype2-devel' 'freetype2-devel-32bit' 'freetype2-profile-tti35' 'freexl-devel' 'frei0r-plugins-devel' 'frei0r-plugins-opencv' 'frescobaldi' 'freshplayerplugin' 'freshplayerplugin' 'freshplayerplugin-debuginfo' 'freshplayerplugin-debugsource' 'fribidi-devel' 'frink' 'fritzing' 'fritzing-parts' 'frogatto' 'frogatto-data' 'frogatto-lang' 'frogr' 'frogr-lang' 'frozen-bubble' 'frozen-bubble-lang' 'frozen-bubble-server' 'frr' 'frr-devel' 'fruit21' 'fruit21' 'fruit21-debuginfo' 'fruit21-debugsource' 'fs-check' 'fs-uae' 'fs-uae-arcade' 'fs-uae-launcher' 'fs_mark' 'fsarchiver' 'fslsfonts' 'fstobdf' 'fstrcmp' 'fstrcmp-devel' 'fstrm' 'fstrm-devel' 'fsvs' 'fswebcam' 'ft2demos' 'ftbench' 'ftdiff' 'ftdump' 'ftgamma' 'ftgl-demo' 'ftgl-devel' 'ftgrid' 'ftinspect' 'ftlint' 'ftmulti' 'ftop' 'ftp' 'ftsteutates-sensors' 'ftstring' 'ftvalid' 'ftview' 'ftwnn' 'funny-manpages' 'funny-manpages' 'fuse-devel' 'fuse-devel-static' 'fuse-doc' 'fuse-exfat' 'fuse-oscfs' 'fuse3-devel' 'fuse3-doc' 'fuseiso' 'fusepod' 'fusesmb' 'fusesource-pom' 'fusion-icon' 'fvwm-themes' 'fvwm2' 'fwbuilder' 'fwknop' 'fwknop-gui' 'fwknopd' 'fwnn' 'fwnn-devel' 'fwnncom' 'fwts' 'fwupd-devel' 'fwupdtpmevlog' 'fxload' 'fzy' 'g3utils' 'g810-led' 'gCue2tracks' 'gCue2tracks' 'gaa' 'gajim' 'gajim-lang' 'gajim-plugin-omemo' 'galaxis' 'galculator' 'galculator-lang' 'gama' 'gambas3' 'gambas3-devel' 'gambas3-gb-args' 'gambas3-gb-cairo' 'gambas3-gb-chart' 'gambas3-gb-clipper' 'gambas3-gb-complex' 'gambas3-gb-compress' 'gambas3-gb-compress-bzlib2' 'gambas3-gb-compress-zlib' 'gambas3-gb-crypt' 'gambas3-gb-data' 'gambas3-gb-db' 'gambas3-gb-db-form' 'gambas3-gb-db-mysql' 'gambas3-gb-db-odbc' 'gambas3-gb-db-postgresql' 'gambas3-gb-db-sqlite3' 'gambas3-gb-dbus' 'gambas3-gb-desktop' 'gambas3-gb-eval-highlight' 'gambas3-gb-form' 'gambas3-gb-form-dialog' 'gambas3-gb-form-editor' 'gambas3-gb-form-mdi' 'gambas3-gb-form-print' 'gambas3-gb-form-stock' 'gambas3-gb-form-terminal' 'gambas3-gb-geom' 'gambas3-gb-gmp' 'gambas3-gb-gsl' 'gambas3-gb-gtk' 'gambas3-gb-gtk-opengl' 'gambas3-gb-gtk3' 'gambas3-gb-gui' 'gambas3-gb-httpd' 'gambas3-gb-image' 'gambas3-gb-image-effect' 'gambas3-gb-image-imlib' 'gambas3-gb-image-io' 'gambas3-gb-inotify' 'gambas3-gb-jit' 'gambas3-gb-libxml' 'gambas3-gb-logging' 'gambas3-gb-maps' 'gambas3-gb-markdown' 'gambas3-gb-media' 'gambas3-gb-memcached' 'gambas3-gb-mime' 'gambas3-gb-mysql' 'gambas3-gb-ncurses' 'gambas3-gb-net' 'gambas3-gb-net-curl' 'gambas3-gb-net-pop3' 'gambas3-gb-net-smtp' 'gambas3-gb-openal' 'gambas3-gb-opengl' 'gambas3-gb-opengl-glsl' 'gambas3-gb-opengl-glu' 'gambas3-gb-opengl-sge' 'gambas3-gb-openssl' 'gambas3-gb-option' 'gambas3-gb-pcre' 'gambas3-gb-pdf' 'gambas3-gb-qt5' 'gambas3-gb-qt5-ext' 'gambas3-gb-qt5-opengl' 'gambas3-gb-qt5-webkit' 'gambas3-gb-report' 'gambas3-gb-report2' 'gambas3-gb-scanner' 'gambas3-gb-sdl' 'gambas3-gb-sdl-sound' 'gambas3-gb-settings' 'gambas3-gb-signal' 'gambas3-gb-term' 'gambas3-gb-term-form' 'gambas3-gb-util' 'gambas3-gb-util-web' 'gambas3-gb-v4l' 'gambas3-gb-vb' 'gambas3-gb-web' 'gambas3-gb-web-feed' 'gambas3-gb-web-form' 'gambas3-gb-xml' 'gambas3-gb-xml-rpc' 'gambas3-gb-xml-xslt' 'gambas3-ide' 'gambas3-runtime' 'gambas3-script' 'gamemoded' 'gamin-devel' 'gammaray' 'gammaray' 'gammaray-debuginfo' 'gammaray-debugsource' 'gammaray-devel' 'gammu' 'gammu-bash-completion' 'gammu-devel' 'gammu-doc' 'gammu-smsd' 'ganglia-devel' 'ganglia-gmetad' 'ganglia-gmetad-skip-bcheck' 'ganglia-gmond' 'ganglia-gmond-modules-python' 'ganglia-web' 'garglk' 'garglk' 'garglk-debuginfo' 'garglk-debugsource' 'garlic' 'garlic-doc' 'gasnet' 'gasnet-devel' 'gasnet-doc' 'gateway_server' 'gaupol' 'gavl' 'gbdfed' 'gbrainy' 'gbrainy-lang' 'gc-devel' 'gcab-devel' 'gcad3d' 'gcal' 'gcal-lang' 'gcc-32bit' 'gcc-PIE' 'gcc-ada' 'gcc-ada-32bit' 'gcc-c++' 'gcc-c++-32bit' 'gcc-d' 'gcc-d-32bit' 'gcc-devel' 'gcc-fortran' 'gcc-fortran-32bit' 'gcc-go' 'gcc-go-32bit' 'gcc-info' 'gcc-locale' 'gcc-obj-c++' 'gcc-objc' 'gcc-objc-32bit' 'gcc10' 'gcc10-32bit' 'gcc10-ada' 'gcc10-ada-32bit' 'gcc10-c++' 'gcc10-c++-32bit' 'gcc10-d' 'gcc10-d-32bit' 'gcc10-devel' 'gcc10-fortran' 'gcc10-fortran-32bit' 'gcc10-go' 'gcc10-go-32bit' 'gcc10-info' 'gcc10-locale' 'gcc10-obj-c++' 'gcc10-obj-c++-32bit' 'gcc10-objc' 'gcc10-objc-32bit' 'gcc10-testresults' 'gcc6-gij' 'gcc6-gij-debuginfo' 'gcc6-java' 'gcc6-java-debuginfo' 'gcc7' 'gcc7-32bit' 'gcc7-ada' 'gcc7-ada-32bit' 'gcc7-c++' 'gcc7-c++-32bit' 'gcc7-devel' 'gcc7-fortran' 'gcc7-fortran-32bit' 'gcc7-go' 'gcc7-go-32bit' 'gcc7-info' 'gcc7-locale' 'gcc7-obj-c++' 'gcc7-obj-c++-32bit' 'gcc7-objc' 'gcc7-objc-32bit' 'gcc7-testresults' 'gcc9-32bit' 'gcc9-ada' 'gcc9-ada-32bit' 'gcc9-c++' 'gcc9-c++-32bit' 'gcc9-d' 'gcc9-d-32bit' 'gcc9-devel' 'gcc9-fortran' 'gcc9-fortran-32bit' 'gcc9-go' 'gcc9-go-32bit' 'gcc9-info' 'gcc9-locale' 'gcc9-obj-c++' 'gcc9-obj-c++-32bit' 'gcc9-objc' 'gcc9-objc-32bit' 'gcc9-testresults' 'gccmakedep' 'gcdemu' 'gcdemu-lang' 'gcin' 'gcin-anthy' 'gcin-anthy-32bit' 'gcin-branding-openSUSE' 'gcin-branding-upstream' 'gcin-gtk2' 'gcin-gtk2-32bit' 'gcin-gtk3' 'gcin-gtk3-32bit' 'gcin-qt5' 'gcin-qt5-32bit' 'gcolor2' 'gcolor3' 'gcompris' 'gcompris-devel' 'gcompris-qt' 'gcompris-qt-activities' 'gcompris-qt-lang' 'gcompris-qt-voices' 'gcompris-voices-ar' 'gcompris-voices-br' 'gcompris-voices-cs' 'gcompris-voices-da' 'gcompris-voices-de' 'gcompris-voices-el' 'gcompris-voices-en' 'gcompris-voices-es' 'gcompris-voices-eu' 'gcompris-voices-fi' 'gcompris-voices-fr' 'gcompris-voices-hi' 'gcompris-voices-hu' 'gcompris-voices-id' 'gcompris-voices-it' 'gcompris-voices-mr' 'gcompris-voices-nb' 'gcompris-voices-nl' 'gcompris-voices-pt' 'gcompris-voices-pt-br' 'gcompris-voices-ru' 'gcompris-voices-so' 'gcompris-voices-sr' 'gcompris-voices-sv' 'gcompris-voices-tr' 'gconf2-32bit' 'gconf2-devel' 'gcovr' 'gcovr-doc' 'gcr-ssh-askpass' 'gcstar' 'gd' 'gd-devel' 'gd-devel-32bit' 'gdal' 'gdal-devel' 'gdata-sharp' 'gdata-sharp-devel' 'gdb-testresults' 'gdbm-devel' 'gdbm-devel-32bit' 'gdbserver' 'gdcm' 'gdcm-applications' 'gdcm-devel' 'gdcm-examples' 'gdcm-libgdcm3_0' 'gdk-pixbuf-devel' 'gdk-pixbuf-devel-32bit' 'gdk-pixbuf-loader-libheif' 'gdk-pixbuf-loader-libheif-debuginfo' 'gdk-pixbuf-loader-libopenraw' 'gdk-pixbuf-loader-libopenraw-32bit' 'gdk-pixbuf-loader-rsvg-32bit' 'gdl-devel' 'gdl-lang' 'gdlmm-devel' 'gdm' 'gdm-branding-MicroOS' 'gdm-branding-openSUSE' 'gdm-branding-upstream' 'gdm-devel' 'gdm-lang' 'gdm-systemd' 'gdouros-abydos-fonts' 'gdouros-abydos-fonts-doc' 'gdouros-aegean-fonts' 'gdouros-aegyptus-fonts' 'gdouros-akkadian-fonts' 'gdouros-alfios-fonts' 'gdouros-analecta-fonts' 'gdouros-anatolian-fonts' 'gdouros-atavyros-fonts' 'gdouros-maya-fonts' 'gdouros-musica-fonts' 'gdouros-symbola-fonts' 'gdouros-text-fonts' 'gdouros-unidings-fonts' 'geany' 'geany-devel' 'geany-doc' 'geany-lang' 'geany-plugins' 'geany-plugins-lang' 'geary' 'geary-lang' 'gebaar-libinput' 'geda-base' 'geda-doc' 'geda-examples' 'geda-gaf' 'geda-gattrib' 'geda-gnetlist' 'geda-gschem' 'geda-gsymcheck' 'geda-symbols' 'geda-utils' 'geda-xgsch2pcb' 'geda-xorn' 'gedit' 'gedit-devel' 'gedit-lang' 'gedit-latex-lang' 'gedit-plugin-bookmarks' 'gedit-plugin-bracketcompletion' 'gedit-plugin-charmap' 'gedit-plugin-codecomment' 'gedit-plugin-colorpicker' 'gedit-plugin-colorschemer' 'gedit-plugin-commander' 'gedit-plugin-devhelp' 'gedit-plugin-drawspaces' 'gedit-plugin-findinfiles' 'gedit-plugin-git' 'gedit-plugin-joinlines' 'gedit-plugin-latex' 'gedit-plugin-multiedit' 'gedit-plugin-session-saver' 'gedit-plugin-smartspaces' 'gedit-plugin-synctex' 'gedit-plugin-terminal' 'gedit-plugin-textsize' 'gedit-plugin-translate' 'gedit-plugin-wordcompletion' 'gedit-plugin-zeitgeist' 'gedit-plugins' 'gedit-plugins-data' 'gedit-plugins-lang' 'gedit-theme-adapta' 'gedit-theme-plata' 'geekodoc' 'geeqie' 'geeqie-lang' 'gegl' 'gegl-devel' 'gegl-doc' 'geis-devel' 'geis-tools' 'gemrb' 'genders' 'genders-base' 'genders-devel' 'genders-perl-compat' 'geners-devel' 'gengetopt' 'genius' 'genius-devel' 'genius-lang' 'genromfs' 'gentoo' 'gentoo' 'gentoo-debuginfo' 'gentoo-debugsource' 'geoclue2' 'geoclue2-devel' 'geocode-glib' 'geocode-glib-devel' 'geoipupdate' 'geoipupdate-legacy' 'geolite2legacy' 'geos-devel' 'geotiff' 'geotiff-devel' 'gerbv' 'gerbv-devel' 'german-pos-dict' 'geronimo-annotation-1_0-api' 'geronimo-commonj-1_1-apis' 'geronimo-corba-1_0-apis' 'geronimo-corba-2_3-apis' 'geronimo-ejb-2_1-api' 'geronimo-ejb-3_0-api' 'geronimo-el-1_0-api' 'geronimo-interceptor-3_0-api' 'geronimo-j2ee-1_4-apis' 'geronimo-j2ee-connector-1_5-api' 'geronimo-j2ee-deployment-1_1-api' 'geronimo-j2ee-management-1_0-api' 'geronimo-j2ee-management-1_1-api' 'geronimo-jacc-1_0-api' 'geronimo-jacc-1_1-api' 'geronimo-jaf-1_0_2-api' 'geronimo-jaf-1_1-api' 'geronimo-javaee-deployment-1_1-api' 'geronimo-javamail-1_3_1-api' 'geronimo-javamail-1_4-api' 'geronimo-jaxr-1_0-api' 'geronimo-jaxrpc-1_1-api' 'geronimo-jms-1_1-api' 'geronimo-jpa-3_0-api' 'geronimo-jsp-2_0-api' 'geronimo-jsp-2_1-api' 'geronimo-jta-1_0_1B-api' 'geronimo-jta-1_1-api' 'geronimo-qname-1_1-api' 'geronimo-saaj-1_1-api' 'geronimo-servlet-2_4-api' 'geronimo-servlet-2_5-api' 'geronimo-specs-pom' 'geronimo-stax-1_0-api' 'geronimo-ws-metadata-2_0-api' 'get_iplayer' 'get_iplayer' 'get_iplayer-pvr' 'getdp' 'getdp-devel' 'getdp-doc' 'gettext-csharp' 'gettext-its-gtk3' 'gettext-its-gtk4' 'gettext-java' 'gettext-runtime-32bit' 'gettext-runtime-mini-tools-doc' 'gettext-runtime-tools-doc' 'gexif' 'gexif-lang' 'gf2x-devel' 'gfan' 'gfbgraph-devel' 'gfio' 'gflags' 'gflags-devel' 'gflags-devel-static' 'gfs2-utils' 'gfxboot' 'gfxboot-branding-KDE' 'gfxboot-branding-openSUSE' 'gfxboot-branding-upstream' 'gfxboot-devel' 'ghc' 'ghc-Cabal' 'ghc-Cabal-devel' 'ghc-Diff' 'ghc-Diff-devel' 'ghc-Glob' 'ghc-Glob-devel' 'ghc-HTTP' 'ghc-HTTP-devel' 'ghc-HUnit' 'ghc-HUnit-devel' 'ghc-HsYAML' 'ghc-HsYAML-aeson' 'ghc-HsYAML-aeson-devel' 'ghc-HsYAML-devel' 'ghc-JuicyPixels' 'ghc-JuicyPixels-devel' 'ghc-QuickCheck' 'ghc-QuickCheck-devel' 'ghc-SDL' 'ghc-SDL-devel' 'ghc-SDL-image' 'ghc-SDL-image-devel' 'ghc-SDL-mixer' 'ghc-SDL-mixer-devel' 'ghc-SHA' 'ghc-SHA-devel' 'ghc-ShellCheck' 'ghc-ShellCheck-devel' 'ghc-StateVar' 'ghc-StateVar-devel' 'ghc-X11' 'ghc-X11-devel' 'ghc-X11-xft' 'ghc-X11-xft-devel' 'ghc-adjunctions' 'ghc-adjunctions-devel' 'ghc-aeson' 'ghc-aeson-compat' 'ghc-aeson-compat-devel' 'ghc-aeson-devel' 'ghc-aeson-pretty' 'ghc-aeson-pretty-devel' 'ghc-annotated-wl-pprint' 'ghc-annotated-wl-pprint-devel' 'ghc-ansi-terminal' 'ghc-ansi-terminal-devel' 'ghc-ansi-wl-pprint' 'ghc-ansi-wl-pprint-devel' 'ghc-array' 'ghc-array-devel' 'ghc-asn1-encoding' 'ghc-asn1-encoding-devel' 'ghc-asn1-parse' 'ghc-asn1-parse-devel' 'ghc-asn1-types' 'ghc-asn1-types-devel' 'ghc-async' 'ghc-async-devel' 'ghc-attoparsec' 'ghc-attoparsec-devel' 'ghc-attoparsec-iso8601' 'ghc-attoparsec-iso8601-devel' 'ghc-auto-update' 'ghc-auto-update-devel' 'ghc-base' 'ghc-base-compat' 'ghc-base-compat-devel' 'ghc-base-devel' 'ghc-base-orphans' 'ghc-base-orphans-devel' 'ghc-base-prelude' 'ghc-base-prelude-devel' 'ghc-base16-bytestring' 'ghc-base16-bytestring-devel' 'ghc-base64-bytestring' 'ghc-base64-bytestring-devel' 'ghc-basement' 'ghc-basement-devel' 'ghc-bifunctors' 'ghc-bifunctors-devel' 'ghc-binary' 'ghc-binary-devel' 'ghc-bindings-uname' 'ghc-bindings-uname-devel' 'ghc-bitarray' 'ghc-bitarray-devel' 'ghc-blaze-builder' 'ghc-blaze-builder-devel' 'ghc-blaze-html' 'ghc-blaze-html-devel' 'ghc-blaze-markup' 'ghc-blaze-markup-devel' 'ghc-bootstrap-helpers' 'ghc-byteable' 'ghc-byteable-devel' 'ghc-bytestring' 'ghc-bytestring-devel' 'ghc-cabal-doctest' 'ghc-cabal-doctest-devel' 'ghc-cabal2spec' 'ghc-cabal2spec-devel' 'ghc-call-stack' 'ghc-call-stack-devel' 'ghc-case-insensitive' 'ghc-case-insensitive-devel' 'ghc-cereal' 'ghc-cereal-devel' 'ghc-clock' 'ghc-clock-devel' 'ghc-cmark-gfm' 'ghc-cmark-gfm-devel' 'ghc-cmdargs' 'ghc-cmdargs-devel' 'ghc-colour' 'ghc-colour-devel' 'ghc-comonad' 'ghc-comonad-devel' 'ghc-compiler' 'ghc-conduit' 'ghc-conduit-combinators' 'ghc-conduit-combinators-devel' 'ghc-conduit-devel' 'ghc-conduit-extra' 'ghc-conduit-extra-devel' 'ghc-connection' 'ghc-connection-devel' 'ghc-constraints' 'ghc-constraints-devel' 'ghc-containers' 'ghc-containers-devel' 'ghc-contravariant' 'ghc-contravariant-devel' 'ghc-cookie' 'ghc-cookie-devel' 'ghc-cryptohash' 'ghc-cryptohash-conduit' 'ghc-cryptohash-conduit-devel' 'ghc-cryptohash-devel' 'ghc-cryptohash-sha256' 'ghc-cryptohash-sha256-devel' 'ghc-cryptonite' 'ghc-cryptonite-conduit' 'ghc-cryptonite-conduit-devel' 'ghc-cryptonite-devel' 'ghc-data-default' 'ghc-data-default-class' 'ghc-data-default-class-devel' 'ghc-data-default-devel' 'ghc-data-default-instances-containers' 'ghc-data-default-instances-containers-devel' 'ghc-data-default-instances-dlist' 'ghc-data-default-instances-dlist-devel' 'ghc-data-default-instances-old-locale' 'ghc-data-default-instances-old-locale-devel' 'ghc-dbus' 'ghc-dbus-devel' 'ghc-deepseq' 'ghc-deepseq-devel' 'ghc-digest' 'ghc-digest-devel' 'ghc-directory' 'ghc-directory-devel' 'ghc-distribution-opensuse' 'ghc-distribution-opensuse-devel' 'ghc-distributive' 'ghc-distributive-devel' 'ghc-dlist' 'ghc-dlist-devel' 'ghc-doclayout' 'ghc-doclayout-devel' 'ghc-doctemplates' 'ghc-doctemplates-devel' 'ghc-easy-file' 'ghc-easy-file-devel' 'ghc-echo' 'ghc-echo-devel' 'ghc-ed25519' 'ghc-ed25519-devel' 'ghc-edit-distance' 'ghc-edit-distance-devel' 'ghc-either' 'ghc-either-devel' 'ghc-emojis' 'ghc-emojis-devel' 'ghc-enclosed-exceptions' 'ghc-enclosed-exceptions-devel' 'ghc-erf' 'ghc-erf-devel' 'ghc-errors' 'ghc-errors-devel' 'ghc-exceptions' 'ghc-exceptions-devel' 'ghc-extensible-exceptions' 'ghc-extensible-exceptions-devel' 'ghc-extra' 'ghc-extra-devel' 'ghc-fail' 'ghc-fail-devel' 'ghc-fast-logger' 'ghc-fast-logger-devel' 'ghc-file-embed' 'ghc-file-embed-devel' 'ghc-filelock' 'ghc-filelock-devel' 'ghc-filepath' 'ghc-filepath-devel' 'ghc-foldl' 'ghc-foldl-devel' 'ghc-free' 'ghc-free-devel' 'ghc-fsnotify' 'ghc-fsnotify-devel' 'ghc-generic-deriving' 'ghc-generic-deriving-devel' 'ghc-ghc' 'ghc-ghc-boot' 'ghc-ghc-boot-devel' 'ghc-ghc-boot-th' 'ghc-ghc-boot-th-devel' 'ghc-ghc-compact' 'ghc-ghc-compact-devel' 'ghc-ghc-devel' 'ghc-ghc-heap' 'ghc-ghc-heap-devel' 'ghc-ghci' 'ghc-ghci-devel' 'ghc-githash' 'ghc-githash-devel' 'ghc-gitrev' 'ghc-gitrev-devel' 'ghc-hackage-security' 'ghc-hackage-security-devel' 'ghc-haddock-library' 'ghc-haddock-library-devel' 'ghc-hashable' 'ghc-hashable-devel' 'ghc-haskeline' 'ghc-haskeline-devel' 'ghc-hi-file-parser' 'ghc-hi-file-parser-devel' 'ghc-hinotify' 'ghc-hinotify-devel' 'ghc-hostname' 'ghc-hostname-devel' 'ghc-hourglass' 'ghc-hourglass-devel' 'ghc-hpack' 'ghc-hpack-devel' 'ghc-hpc' 'ghc-hpc-devel' 'ghc-hs-bibutils' 'ghc-hs-bibutils-devel' 'ghc-hsemail' 'ghc-hsemail-devel' 'ghc-hslua' 'ghc-hslua-devel' 'ghc-hslua-module-system' 'ghc-hslua-module-system-devel' 'ghc-hslua-module-text' 'ghc-hslua-module-text-devel' 'ghc-hspec' 'ghc-hspec-core' 'ghc-hspec-core-devel' 'ghc-hspec-devel' 'ghc-hspec-discover' 'ghc-hspec-discover-devel' 'ghc-hspec-expectations' 'ghc-hspec-expectations-devel' 'ghc-hspec-smallcheck' 'ghc-hspec-smallcheck-devel' 'ghc-http-api-data' 'ghc-http-api-data-devel' 'ghc-http-client' 'ghc-http-client-devel' 'ghc-http-client-tls' 'ghc-http-client-tls-devel' 'ghc-http-conduit' 'ghc-http-conduit-devel' 'ghc-http-download' 'ghc-http-download-devel' 'ghc-http-types' 'ghc-http-types-devel' 'ghc-hxt' 'ghc-hxt-charproperties' 'ghc-hxt-charproperties-devel' 'ghc-hxt-devel' 'ghc-hxt-regex-xmlschema' 'ghc-hxt-regex-xmlschema-devel' 'ghc-hxt-unicode' 'ghc-hxt-unicode-devel' 'ghc-infer-license' 'ghc-infer-license-devel' 'ghc-integer-logarithms' 'ghc-integer-logarithms-devel' 'ghc-invariant' 'ghc-invariant-devel' 'ghc-ipynb' 'ghc-ipynb-devel' 'ghc-iso8601-time' 'ghc-iso8601-time-devel' 'ghc-iwlib' 'ghc-iwlib-devel' 'ghc-jira-wiki-markup' 'ghc-jira-wiki-markup-devel' 'ghc-kan-extensions' 'ghc-kan-extensions-devel' 'ghc-lens' 'ghc-lens-devel' 'ghc-libiserv' 'ghc-libiserv-devel' 'ghc-libraries' 'ghc-libxml-sax' 'ghc-libxml-sax-devel' 'ghc-libyaml' 'ghc-libyaml-devel' 'ghc-lifted-async' 'ghc-lifted-async-devel' 'ghc-lifted-base' 'ghc-lifted-base-devel' 'ghc-logict' 'ghc-logict-devel' 'ghc-lukko' 'ghc-lukko-devel' 'ghc-managed' 'ghc-managed-devel' 'ghc-math-functions' 'ghc-math-functions-devel' 'ghc-megaparsec' 'ghc-megaparsec-devel' 'ghc-memory' 'ghc-memory-devel' 'ghc-microlens' 'ghc-microlens-devel' 'ghc-microlens-th' 'ghc-microlens-th-devel' 'ghc-mime-types' 'ghc-mime-types-devel' 'ghc-mintty' 'ghc-mintty-devel' 'ghc-monad-control' 'ghc-monad-control-devel' 'ghc-monad-logger' 'ghc-monad-logger-devel' 'ghc-monad-loops' 'ghc-monad-loops-devel' 'ghc-mono-traversable' 'ghc-mono-traversable-devel' 'ghc-mtl' 'ghc-mtl-devel' 'ghc-mustache' 'ghc-mustache-devel' 'ghc-mwc-random' 'ghc-mwc-random-devel' 'ghc-neat-interpolation' 'ghc-neat-interpolation-devel' 'ghc-network' 'ghc-network-devel' 'ghc-network-uri' 'ghc-network-uri-devel' 'ghc-old-locale' 'ghc-old-locale-devel' 'ghc-old-time' 'ghc-old-time-devel' 'ghc-open-browser' 'ghc-open-browser-devel' 'ghc-optional-args' 'ghc-optional-args-devel' 'ghc-optparse-applicative' 'ghc-optparse-applicative-devel' 'ghc-optparse-simple' 'ghc-optparse-simple-devel' 'ghc-pandoc' 'ghc-pandoc-citeproc' 'ghc-pandoc-citeproc-devel' 'ghc-pandoc-devel' 'ghc-pandoc-types' 'ghc-pandoc-types-devel' 'ghc-parallel' 'ghc-parallel-devel' 'ghc-parsec' 'ghc-parsec-class' 'ghc-parsec-class-devel' 'ghc-parsec-devel' 'ghc-parsec-numbers' 'ghc-parsec-numbers-devel' 'ghc-parser-combinators' 'ghc-parser-combinators-devel' 'ghc-path' 'ghc-path-devel' 'ghc-path-io' 'ghc-path-io-devel' 'ghc-path-pieces' 'ghc-path-pieces-devel' 'ghc-pem' 'ghc-pem-devel' 'ghc-persistent' 'ghc-persistent-devel' 'ghc-persistent-sqlite' 'ghc-persistent-sqlite-devel' 'ghc-persistent-template' 'ghc-persistent-template-devel' 'ghc-pretty' 'ghc-pretty-devel' 'ghc-primitive' 'ghc-primitive-devel' 'ghc-process' 'ghc-process-devel' 'ghc-profunctors' 'ghc-profunctors-devel' 'ghc-project-template' 'ghc-project-template-devel' 'ghc-quickcheck-io' 'ghc-quickcheck-io-devel' 'ghc-random' 'ghc-random-devel' 'ghc-reflection' 'ghc-reflection-devel' 'ghc-regex-applicative' 'ghc-regex-applicative-devel' 'ghc-regex-applicative-text' 'ghc-regex-applicative-text-devel' 'ghc-regex-base' 'ghc-regex-base-devel' 'ghc-regex-compat' 'ghc-regex-compat-devel' 'ghc-regex-pcre-builtin' 'ghc-regex-pcre-builtin-devel' 'ghc-regex-posix' 'ghc-regex-posix-devel' 'ghc-regex-tdfa' 'ghc-regex-tdfa-devel' 'ghc-resolv' 'ghc-resolv-devel' 'ghc-resource-pool' 'ghc-resource-pool-devel' 'ghc-resourcet' 'ghc-resourcet-devel' 'ghc-retry' 'ghc-retry-devel' 'ghc-rfc5051' 'ghc-rfc5051-devel' 'ghc-rio' 'ghc-rio-devel' 'ghc-rio-orphans' 'ghc-rio-orphans-devel' 'ghc-rio-prettyprint' 'ghc-rio-prettyprint-devel' 'ghc-rpm-macros' 'ghc-rpm-macros-extra' 'ghc-safe' 'ghc-safe-devel' 'ghc-safe-exceptions' 'ghc-safe-exceptions-devel' 'ghc-scientific' 'ghc-scientific-devel' 'ghc-semigroupoids' 'ghc-semigroupoids-devel' 'ghc-semigroups' 'ghc-semigroups-devel' 'ghc-setenv' 'ghc-setenv-devel' 'ghc-setlocale' 'ghc-setlocale-devel' 'ghc-shelly' 'ghc-shelly-devel' 'ghc-silently' 'ghc-silently-devel' 'ghc-skylighting' 'ghc-skylighting-core' 'ghc-skylighting-core-devel' 'ghc-skylighting-devel' 'ghc-smallcheck' 'ghc-smallcheck-devel' 'ghc-socks' 'ghc-socks-devel' 'ghc-split' 'ghc-split-devel' 'ghc-splitmix' 'ghc-splitmix-devel' 'ghc-stm' 'ghc-stm-chans' 'ghc-stm-chans-devel' 'ghc-stm-devel' 'ghc-store-core' 'ghc-store-core-devel' 'ghc-streaming-commons' 'ghc-streaming-commons-devel' 'ghc-syb' 'ghc-syb-devel' 'ghc-system-fileio' 'ghc-system-fileio-devel' 'ghc-system-filepath' 'ghc-system-filepath-devel' 'ghc-tagged' 'ghc-tagged-devel' 'ghc-tagsoup' 'ghc-tagsoup-devel' 'ghc-tar' 'ghc-tar-conduit' 'ghc-tar-conduit-devel' 'ghc-tar-devel' 'ghc-template-haskell' 'ghc-template-haskell-devel' 'ghc-temporary' 'ghc-temporary-devel' 'ghc-terminal-size' 'ghc-terminal-size-devel' 'ghc-terminfo' 'ghc-terminfo-devel' 'ghc-texmath' 'ghc-texmath-devel' 'ghc-text' 'ghc-text-conversions' 'ghc-text-conversions-devel' 'ghc-text-devel' 'ghc-text-metrics' 'ghc-text-metrics-devel' 'ghc-tf-random' 'ghc-tf-random-devel' 'ghc-th-abstraction' 'ghc-th-abstraction-devel' 'ghc-th-expand-syns' 'ghc-th-expand-syns-devel' 'ghc-th-lift' 'ghc-th-lift-devel' 'ghc-th-lift-instances' 'ghc-th-lift-instances-devel' 'ghc-th-orphans' 'ghc-th-orphans-devel' 'ghc-th-reify-many' 'ghc-th-reify-many-devel' 'ghc-th-utilities' 'ghc-th-utilities-devel' 'ghc-time' 'ghc-time-compat' 'ghc-time-compat-devel' 'ghc-time-devel' 'ghc-time-locale-compat' 'ghc-time-locale-compat-devel' 'ghc-timezone-olson' 'ghc-timezone-olson-devel' 'ghc-timezone-series' 'ghc-timezone-series-devel' 'ghc-tls' 'ghc-tls-devel' 'ghc-transformers' 'ghc-transformers-base' 'ghc-transformers-base-devel' 'ghc-transformers-compat' 'ghc-transformers-compat-devel' 'ghc-transformers-devel' 'ghc-turtle' 'ghc-turtle-devel' 'ghc-type-equality' 'ghc-type-equality-devel' 'ghc-typed-process' 'ghc-typed-process-devel' 'ghc-unicode-transforms' 'ghc-unicode-transforms-devel' 'ghc-unix' 'ghc-unix-compat' 'ghc-unix-compat-devel' 'ghc-unix-devel' 'ghc-unix-time' 'ghc-unix-time-devel' 'ghc-unliftio' 'ghc-unliftio-core' 'ghc-unliftio-core-devel' 'ghc-unliftio-devel' 'ghc-unordered-containers' 'ghc-unordered-containers-devel' 'ghc-utf8-string' 'ghc-utf8-string-devel' 'ghc-uuid-types' 'ghc-uuid-types-devel' 'ghc-vector' 'ghc-vector-algorithms' 'ghc-vector-algorithms-devel' 'ghc-vector-binary-instances' 'ghc-vector-binary-instances-devel' 'ghc-vector-builder' 'ghc-vector-builder-devel' 'ghc-vector-devel' 'ghc-vector-th-unbox' 'ghc-vector-th-unbox-devel' 'ghc-void' 'ghc-void-devel' 'ghc-word8' 'ghc-word8-devel' 'ghc-x509' 'ghc-x509-devel' 'ghc-x509-store' 'ghc-x509-store-devel' 'ghc-x509-system' 'ghc-x509-system-devel' 'ghc-x509-validation' 'ghc-x509-validation-devel' 'ghc-xhtml' 'ghc-xhtml-devel' 'ghc-xml' 'ghc-xml-conduit' 'ghc-xml-conduit-devel' 'ghc-xml-devel' 'ghc-xml-types' 'ghc-xml-types-devel' 'ghc-xmobar' 'ghc-xmobar-devel' 'ghc-xmonad' 'ghc-xmonad-contrib' 'ghc-xmonad-contrib-devel' 'ghc-xmonad-devel' 'ghc-yaml' 'ghc-yaml-devel' 'ghc-zip-archive' 'ghc-zip-archive-devel' 'ghc-zlib' 'ghc-zlib-devel' 'ghex' 'ghex-devel' 'ghex-lang' 'ghostscript-devel' 'ghostscript-fonts' 'ghostscript-fonts-grops' 'ghostview' 'ghostwriter' 'ghostwriter-lang' 'giada' 'giblib-devel' 'giflib-devel' 'giflib-devel-32bit' 'giflib-progs' 'gifsicle' 'gigedit' 'gigedit' 'gigedit-debuginfo' 'gigedit-debugsource' 'giggle' 'giggle-devel' 'giggle-lang' 'gigolo' 'gigolo-lang' 'gimmix' 'gimmix' 'gimmix-debuginfo' 'gimmix-debugsource' 'gimp-devel' 'gimp-gap' 'gimp-gap-lang' 'gimp-help' 'gimp-help-ca' 'gimp-help-da' 'gimp-help-de' 'gimp-help-el' 'gimp-help-en_GB' 'gimp-help-es' 'gimp-help-fi' 'gimp-help-fr' 'gimp-help-hr' 'gimp-help-it' 'gimp-help-ja' 'gimp-help-ko' 'gimp-help-lt' 'gimp-help-nl' 'gimp-help-nn' 'gimp-help-pl' 'gimp-help-pt_BR' 'gimp-help-ru' 'gimp-help-sl' 'gimp-help-sv' 'gimp-help-zh' 'gimp-plugin-dds' 'gimp-plugin-dds-doc' 'gimp-plugin-gmic' 'gimp-plugin-heif' 'gimp-plugin-heif-debuginfo' 'gimp-plugin-lqr' 'gimp-plugin-lqr-lang' 'gimp-save-for-web' 'gimp-save-for-web-lang' 'gimp-ufraw' 'ginac' 'ginac-devel' 'gio-branding-upstream' 'gio-sharp' 'gio-sharp-devel' 'gio-sharp3' 'gio-sharp3-devel' 'girara-devel' 'git-arch' 'git-bz' 'git-cola' 'git-credential-gnome-keyring' 'git-credential-libsecret' 'git-daemon' 'git-doc' 'git-filter-repo' 'git-lfs' 'git-merge-changelog' 'git-p4' 'git-remote-gcrypt' 'git-review' 'git-sync' 'git-test' 'git-web' 'gitg' 'gitg-lang' 'gitolite' 'gitslave' 'gitslave-doc' 'givaro-devel' 'givaro-doc' 'gjiten' 'gjs' 'gkeyfile-sharp' 'gkeyfile-sharp-devel' 'gkrellm' 'gkrellm-cpupower' 'gkrellm-devel' 'gkrellm-lang' 'gkrellmd' 'gl2ps-devel' 'glabels' 'glabels-devel' 'glabels-lang' 'glade' 'glade-catalog-anjuta' 'glade-catalog-evolution' 'glade-catalog-gitg' 'glade-catalog-gtkhtml' 'glade-catalog-gtksourceview' 'glade-catalog-gtksourceview4' 'glade-catalog-libhandy' 'glade-catalog-libpeas' 'glade-catalog-v3270' 'glade-lang' 'glade-sharp2' 'glassfish-annotation-api' 'glassfish-annotation-api-javadoc' 'glassfish-dtd-parser' 'glassfish-dtd-parser-javadoc' 'glassfish-el' 'glassfish-el-api' 'glassfish-el-javadoc' 'glassfish-fastinfoset' 'glassfish-hk2' 'glassfish-hk2-api' 'glassfish-hk2-class-model' 'glassfish-hk2-configuration' 'glassfish-hk2-core' 'glassfish-hk2-extras' 'glassfish-hk2-hk2' 'glassfish-hk2-javadoc' 'glassfish-hk2-jmx' 'glassfish-hk2-locator' 'glassfish-hk2-maven-plugins' 'glassfish-hk2-metadata-generator' 'glassfish-hk2-osgi-resource-locator' 'glassfish-hk2-runlevel' 'glassfish-hk2-testing' 'glassfish-hk2-utils' 'glassfish-jax-rs-api' 'glassfish-jax-rs-api-javadoc' 'glassfish-jaxb' 'glassfish-jaxb-api' 'glassfish-jaxb-api-javadoc' 'glassfish-jaxb-bom' 'glassfish-jaxb-bom-ext' 'glassfish-jaxb-codemodel' 'glassfish-jaxb-codemodel-annotation-compiler' 'glassfish-jaxb-codemodel-parent' 'glassfish-jaxb-external-parent' 'glassfish-jaxb-jxc' 'glassfish-jaxb-parent' 'glassfish-jaxb-relaxng-datatype' 'glassfish-jaxb-rngom' 'glassfish-jaxb-runtime' 'glassfish-jaxb-runtime-parent' 'glassfish-jaxb-txw-parent' 'glassfish-jaxb-txw2' 'glassfish-jaxb-txwc2' 'glassfish-jaxb-xjc' 'glassfish-jaxb-xsom' 'glassfish-jsp' 'glassfish-jsp-api' 'glassfish-jsp-api-javadoc' 'glassfish-jsp-javadoc' 'glassfish-master-pom' 'glassfish-servlet-api' 'glassfish-servlet-api-javadoc' 'glassfish-transaction-api' 'glassfish-transaction-api-javadoc' 'glassfish-websocket-api' 'glassfish-websocket-api-javadoc' 'glaurung121' 'glaurung121' 'glaurung121-debuginfo' 'glaurung121-debugsource' 'glaurung22' 'glaurung22' 'glaurung22-debuginfo' 'glaurung22-debugsource' 'glava' 'glew' 'glew-devel' 'glfw2-devel' 'gli-devel' 'gli-doc' 'glib-networking-32bit' 'glib-sharp2' 'glib-sharp3' 'glib2-devel' 'glib2-devel-32bit' 'glib2-devel-static' 'glib2-tests' 'glib2-tools-32bit' 'glibc-devel-32bit' 'glibc-devel-static' 'glibc-devel-static-32bit' 'glibc-html' 'glibc-i18ndata' 'glibc-info' 'glibc-locale-base-32bit' 'glibc-profile' 'glibc-profile-32bit' 'glibc-utils' 'glibc-utils-32bit' 'glibmm2-devel' 'glibmm2_4-devel' 'glm-devel' 'glm-doc' 'glmark2' 'global' 'glog-devel' 'glogg' 'glogg' 'glogg-debuginfo' 'glogg-debugsource' 'glom' 'glom-lang' 'gloox-devel' 'glpk' 'glpk-devel' 'glpk-doc' 'glslang-devel' 'glu-devel' 'glu-devel-32bit' 'glucat-devel' 'glucat-doc' 'gluegen2' 'gluegen2-devel' 'glusterfs' 'glusterfs-devel' 'glyr-devel' 'glyrc' 'gmavenplus-plugin' 'gmavenplus-plugin-javadoc' 'gmerlin' 'gmerlin' 'gmerlin-alsamixer' 'gmerlin-alsamixer-debuginfo' 'gmerlin-avdecoder' 'gmerlin-avdecoder' 'gmerlin-avdecoder-debuginfo' 'gmerlin-avdecoder-debugsource' 'gmerlin-avdecoder-lang' 'gmerlin-avdecoder-plugins' 'gmerlin-avdecoder-plugins-debuginfo' 'gmerlin-debuginfo' 'gmerlin-debugsource' 'gmerlin-doc' 'gmerlin-effectv' 'gmerlin-effectv' 'gmerlin-effectv-debuginfo' 'gmerlin-effectv-debugsource' 'gmerlin-encoders' 'gmerlin-encoders' 'gmerlin-encoders-debuginfo' 'gmerlin-encoders-debugsource' 'gmerlin-encoders-lang' 'gmerlin-gavf-tools' 'gmerlin-gavf-tools-debuginfo' 'gmerlin-jack' 'gmerlin-jack-debuginfo' 'gmerlin-kbd' 'gmerlin-kbd-debuginfo' 'gmerlin-lang' 'gmerlin-player' 'gmerlin-player-debuginfo' 'gmerlin-plugincfg' 'gmerlin-plugincfg-debuginfo' 'gmerlin-recorder' 'gmerlin-recorder-debuginfo' 'gmerlin-transcoder' 'gmerlin-transcoder-debuginfo' 'gmerlin-utils' 'gmerlin-utils-debuginfo' 'gmerlin-visualizer' 'gmerlin-visualizer-debuginfo' 'gmetrics' 'gmetrics-javadoc' 'gmic' 'gmic-zart' 'gmime-devel' 'gmime2_6-devel' 'gmime2_6-sharp' 'gmmlib-devel' 'gmock' 'gmp-devel-32bit' 'gmp-ecm' 'gmp-ecm-devel' 'gmp3info' 'gmp3info-debuginfo' 'gmpc' 'gmpc' 'gmpc-alarm' 'gmpc-alarm' 'gmpc-alarm-debuginfo' 'gmpc-alarm-debugsource' 'gmpc-avahi' 'gmpc-avahi' 'gmpc-avahi-debuginfo' 'gmpc-avahi-debugsource' 'gmpc-awn' 'gmpc-awn' 'gmpc-awn-debuginfo' 'gmpc-awn-debugsource' 'gmpc-debuginfo' 'gmpc-debugsource' 'gmpc-devel' 'gmpc-discogs' 'gmpc-discogs' 'gmpc-discogs-debuginfo' 'gmpc-discogs-debugsource' 'gmpc-doc' 'gmpc-extraplaylist' 'gmpc-extraplaylist' 'gmpc-extraplaylist-debuginfo' 'gmpc-extraplaylist-debugsource' 'gmpc-last-fm' 'gmpc-last-fm' 'gmpc-last-fm-debuginfo' 'gmpc-last-fm-debugsource' 'gmpc-libnotify' 'gmpc-libnotify' 'gmpc-libnotify-debuginfo' 'gmpc-libnotify-debugsource' 'gmpc-lirc' 'gmpc-lirc' 'gmpc-lirc-debuginfo' 'gmpc-lirc-debugsource' 'gmpc-lyrics' 'gmpc-lyrics' 'gmpc-lyrics-debuginfo' 'gmpc-lyrics-debugsource' 'gmpc-lyricsplugin' 'gmpc-lyricsplugin' 'gmpc-lyricsplugin-debuginfo' 'gmpc-lyricsplugin-debugsource' 'gmpc-lyricwiki' 'gmpc-lyricwiki' 'gmpc-lyricwiki-debuginfo' 'gmpc-lyricwiki-debugsource' 'gmpc-mdcover' 'gmpc-mdcover' 'gmpc-mdcover-debuginfo' 'gmpc-mdcover-debugsource' 'gmpc-mmkeys' 'gmpc-mmkeys' 'gmpc-mmkeys-debuginfo' 'gmpc-mmkeys-debugsource' 'gmpc-mserver' 'gmpc-mserver' 'gmpc-mserver-debuginfo' 'gmpc-mserver-debugsource' 'gmpc-notify-osd' 'gmpc-notify-osd' 'gmpc-notify-osd-debuginfo' 'gmpc-notify-osd-debugsource' 'gmpc-playlistsort' 'gmpc-playlistsort' 'gmpc-playlistsort-debuginfo' 'gmpc-playlistsort-debugsource' 'gmpc-shout' 'gmpc-shout' 'gmpc-shout-debuginfo' 'gmpc-shout-debugsource' 'gmplayer' 'gmsh' 'gmsh-demos' 'gmsh-devel' 'gmsh-doc' 'gmsh-julia' 'gmusicbrowser' 'gmusicbrowser-lang' 'gn' 'gnaural' 'gnaural' 'gnaural-debuginfo' 'gnaural-debugsource' 'gnome' 'gnome-2048' 'gnome-2048-lang' 'gnome-autoar-devel' 'gnome-backgrounds' 'gnome-backgrounds-lang' 'gnome-bluetooth' 'gnome-bluetooth-devel' 'gnome-bluetooth-lang' 'gnome-books' 'gnome-books-lang' 'gnome-boxes' 'gnome-boxes-lang' 'gnome-btdownload' 'gnome-btdownload' 'gnome-builder' 'gnome-builder-doc' 'gnome-builder-lang' 'gnome-builder-plugin-jedi' 'gnome-builder-plugin-jhbuild' 'gnome-builder-plugin-vala-pack' 'gnome-calculator' 'gnome-calculator-devel' 'gnome-calculator-lang' 'gnome-calendar' 'gnome-calendar-lang' 'gnome-characters' 'gnome-characters-lang' 'gnome-chess' 'gnome-chess-lang' 'gnome-clocks' 'gnome-clocks-lang' 'gnome-colors-icon-theme' 'gnome-common' 'gnome-contacts' 'gnome-contacts-lang' 'gnome-control-center' 'gnome-control-center-color' 'gnome-control-center-devel' 'gnome-control-center-goa' 'gnome-control-center-lang' 'gnome-control-center-user-faces' 'gnome-devel-docs' 'gnome-devel-docs-lang' 'gnome-dictionary' 'gnome-dictionary-lang' 'gnome-directory-thumbnailer' 'gnome-directory-thumbnailer-lang' 'gnome-disk-utility' 'gnome-disk-utility-lang' 'gnome-doc-utils' 'gnome-doc-utils-devel' 'gnome-doc-utils-lang' 'gnome-documents' 'gnome-documents-lang' 'gnome-dvb-daemon' 'gnome-dvb-daemon-lang' 'gnome-epub-thumbnailer' 'gnome-firmware' 'gnome-firmware-lang' 'gnome-font-viewer' 'gnome-font-viewer-lang' 'gnome-games' 'gnome-games-lang' 'gnome-games-scripts' 'gnome-genius' 'gnome-getting-started-docs' 'gnome-getting-started-docs-lang' 'gnome-gmail-notifier' 'gnome-gmail-notifier-lang' 'gnome-icon-theme' 'gnome-icon-theme-extras' 'gnome-icon-theme-symbolic' 'gnome-internet-radio-locator' 'gnome-internet-radio-locator-lang' 'gnome-keyring-sharp' 'gnome-keyring-sharp-devel' 'gnome-keysign' 'gnome-klotski' 'gnome-klotski-lang' 'gnome-latex' 'gnome-logs' 'gnome-logs-lang' 'gnome-mahjongg' 'gnome-mahjongg-lang' 'gnome-maps' 'gnome-maps-lang' 'gnome-menus' 'gnome-menus-branding-openSUSE' 'gnome-menus-branding-upstream' 'gnome-menus-devel' 'gnome-menus-lang' 'gnome-mines' 'gnome-mines-lang' 'gnome-multi-writer' 'gnome-multi-writer-lang' 'gnome-music' 'gnome-music-lang' 'gnome-nettool' 'gnome-nettool-lang' 'gnome-news' 'gnome-news-lang' 'gnome-nibbles' 'gnome-nibbles-lang' 'gnome-online-accounts-devel' 'gnome-online-miners' 'gnome-packagekit' 'gnome-packagekit-extras' 'gnome-packagekit-lang' 'gnome-passwordsafe' 'gnome-passwordsafe-lang' 'gnome-patch-translation' 'gnome-photos' 'gnome-photos-lang' 'gnome-pie' 'gnome-pomodoro' 'gnome-pomodoro-lang' 'gnome-power-manager' 'gnome-power-manager-lang' 'gnome-recipes' 'gnome-recipes-lang' 'gnome-remote-desktop' 'gnome-robots' 'gnome-robots-lang' 'gnome-screenshot' 'gnome-screenshot-lang' 'gnome-search-tool' 'gnome-search-tool-lang' 'gnome-session' 'gnome-session-core' 'gnome-session-default-session' 'gnome-session-lang' 'gnome-session-wayland' 'gnome-settings-daemon' 'gnome-settings-daemon-devel' 'gnome-settings-daemon-lang' 'gnome-shell' 'gnome-shell-calendar' 'gnome-shell-classic' 'gnome-shell-classic-session' 'gnome-shell-devel' 'gnome-shell-extension-desktop-icons' 'gnome-shell-extension-gpaste' 'gnome-shell-extension-hamster-time-tracker' 'gnome-shell-extension-onboard' 'gnome-shell-extension-terminus' 'gnome-shell-extension-user-theme' 'gnome-shell-extensions-common' 'gnome-shell-extensions-common-lang' 'gnome-shell-lang' 'gnome-shell-search-provider-bijiben' 'gnome-shell-search-provider-boxes' 'gnome-shell-search-provider-contacts' 'gnome-shell-search-provider-documents' 'gnome-shell-search-provider-eolie' 'gnome-shell-search-provider-epiphany' 'gnome-shell-search-provider-gnome-calculator' 'gnome-shell-search-provider-gnome-calendar' 'gnome-shell-search-provider-gnome-characters' 'gnome-shell-search-provider-gnome-clocks' 'gnome-shell-search-provider-gnome-photos' 'gnome-shell-search-provider-gnome-recipes' 'gnome-shell-search-provider-gnome-terminal' 'gnome-shell-search-provider-gnome-weather' 'gnome-shell-search-provider-gnote' 'gnome-shell-search-provider-lollypop' 'gnome-shell-search-provider-nautilus' 'gnome-shell-search-provider-seahorse' 'gnome-shell-theme-adapta' 'gnome-shell-theme-plata' 'gnome-software' 'gnome-software-devel' 'gnome-software-lang' 'gnome-sound-recorder' 'gnome-sound-recorder-lang' 'gnome-subtitles' 'gnome-subtitles-lang' 'gnome-sudoku' 'gnome-sudoku-lang' 'gnome-system-monitor' 'gnome-system-monitor-lang' 'gnome-taquin' 'gnome-taquin-lang' 'gnome-terminal' 'gnome-terminal-lang' 'gnome-tetravex' 'gnome-tetravex-lang' 'gnome-themes' 'gnome-themes-extras' 'gnome-themes-lang' 'gnome-todo' 'gnome-todo-devel' 'gnome-todo-lang' 'gnome-tweaks' 'gnome-tweaks-lang' 'gnome-usage' 'gnome-usage-lang' 'gnome-user-docs' 'gnome-user-docs-lang' 'gnome-user-share' 'gnome-user-share-lang' 'gnome-version' 'gnome-vfs2' 'gnome-vfs2-32bit' 'gnome-vfs2-devel' 'gnome-vfs2-doc' 'gnome-vfs2-lang' 'gnome-video-effects' 'gnome-video-effects-devel' 'gnome-weather' 'gnome-weather-lang' 'gnome_basic' 'gnome_x11' 'gnomekbd-tools' 'gnonograms' 'gnonograms-lang' 'gnote' 'gnote-lang' 'gns3' 'gns3-server' 'gnu-cobol' 'gnu-compilers-hpc' 'gnu-compilers-hpc-devel' 'gnu-compilers-hpc-macros-devel' 'gnu-crypto' 'gnu-efi' 'gnu-free-fonts' 'gnu-getopt' 'gnu-getopt-javadoc' 'gnu-inetlib' 'gnu-jaf' 'gnu-netcat' 'gnu-regexp' 'gnu-regexp-demo' 'gnu-regexp-javadoc' 'gnu-unifont-legacy-bitmap-fonts' 'gnu_ddrescue' 'gnu_parallel' 'gnu_parallel-doc' 'gnuastro' 'gnuastro-devel' 'gnuastro-doc' 'gnubg' 'gnubg-databases' 'gnubg-doc' 'gnubg-lang' 'gnubg-sounds' 'gnucap' 'gnucash' 'gnucash-devel' 'gnucash-docs' 'gnucash-lang' 'gnuchess' 'gnugo' 'gnuhealth' 'gnuhealth-client' 'gnuhealth-orthanc' 'gnuhealth-thalamus' 'gnulib-devel' 'gnulib-docs' 'gnumeric' 'gnumeric-devel' 'gnumeric-doc' 'gnumeric-lang' 'gnuplot' 'gnuplot-doc' 'gnuradio' 'gnuradio-devel' 'gnuradio-doc' 'gnuradio-examples' 'gnuserv' 'gnusocialshell' 'gnustep-base' 'gnustep-base-devel' 'gnustep-make' 'gnutls-guile' 'go' 'go-doc' 'go-for-it' 'go-for-it-lang' 'go-md2man' 'go-race' 'go-tools' 'go1.10' 'go1.10-doc' 'go1.10-race' 'go1.11' 'go1.11-doc' 'go1.11-race' 'go1.13' 'go1.13-doc' 'go1.13-race' 'go1.14' 'go1.14-doc' 'go1.14-race' 'go1.4' 'go1.4-doc' 'go1.4-race' 'go1.9' 'go1.9-doc' 'go1.9-race' 'goaccess' 'goatattack' 'goatattack-data' 'gob2' 'gobby' 'gobby-lang' 'gobject-introspection' 'gobject-introspection-devel' 'gocode' 'gocr' 'gocr-gui' 'godot' 'godot-bash-completion' 'godot-headless' 'godot-rpm-macros' 'godot-runner' 'godot-server' 'goffice-devel' 'goffice-lang' 'gogglesmm' 'gogglesmm' 'gogglesmm-debugsource' 'gogglesmm-lang' 'gojsontoyaml' 'golang-github-boynux-squid_exporter' 'golang-github-cpuguy83-go-md2man' 'golang-github-docker-libnetwork' 'golang-github-docker-libnetwork-kubic' 'golang-github-exercism-cli' 'golang-github-golang-glog' 'golang-github-golang-protobuf' 'golang-github-jteeuwen-go-bindata' 'golang-github-kr-pty' 'golang-github-kr-text' 'golang-github-lusitaniae-apache_exporter' 'golang-github-naoina-go-stringutil' 'golang-github-nsf-gocode' 'golang-github-prometheus-alertmanager' 'golang-github-prometheus-node_exporter' 'golang-github-prometheus-prometheus' 'golang-github-prometheus-promu' 'golang-github-rogpeppe-godef' 'golang-github-shurcool-sanitized_anchor_name' 'golang-github-vpenso-prometheus_slurm_exporter' 'golang-github-wrouesnel-postgres_exporter' 'golang-gopkgin-check' 'golang-org-x-net-context' 'golang-org-x-net-html' 'golang-org-x-net-websocket' 'golang-org-x-sync' 'golang-org-x-sys' 'golang-org-x-tools' 'golang-packaging' 'goldendict' 'goldendict-lang' 'gom-devel' 'goobox' 'goobox-lang' 'goocanvas-devel' 'goocanvas-lang' 'google-alegreya-fonts' 'google-allerta-fonts' 'google-anonymouspro-fonts' 'google-arimo-fonts' 'google-authenticator-libpam' 'google-authenticator-libpam-32bit' 'google-cabin-fonts' 'google-caladea-fonts' 'google-cardo-fonts' 'google-compute-engine-init' 'google-compute-engine-oslogin' 'google-compute-engine-oslogin-32bit' 'google-cousine-fonts' 'google-croscore-fonts' 'google-exo-fonts' 'google-gson' 'google-gson-javadoc' 'google-guice' 'google-guice-javadoc' 'google-http-java-client' 'google-http-java-client-findbugs' 'google-http-java-client-gson' 'google-http-java-client-jackson' 'google-http-java-client-jackson2' 'google-http-java-client-javadoc' 'google-http-java-client-jdo' 'google-http-java-client-parent' 'google-http-java-client-protobuf' 'google-http-java-client-test' 'google-http-java-client-xml' 'google-inconsolata-fonts' 'google-lekton-fonts' 'google-merriweather-fonts' 'google-nobile-fonts' 'google-oauth-java-client' 'google-oauth-java-client-java6' 'google-oauth-java-client-javadoc' 'google-oauth-java-client-parent' 'google-oauth-java-client-servlet' 'google-quiche-source' 'google-roboto-mono-fonts' 'google-tinos-fonts' 'googleapis-source' 'googler' 'gops' 'gos-wallpapers' 'gostcrypt' 'gostcrypt' 'gostcrypt-debugsource' 'gource' 'govpn' 'govpn-server' 'gp2c' 'gpa' 'gpa-lang' 'gpac' 'gpac' 'gpac-debuginfo' 'gpac-debugsource' 'gpars' 'gparted' 'gparted-lang' 'gpaste' 'gpaste-devel' 'gpaste-lang' 'gperftools' 'gperftools-devel' 'gperftools-devel-static' 'gperiodic' 'gperiodic-lang' 'gpgme' 'gphoto' 'gphotofs' 'gpick' 'gpick-lang' 'gpicview' 'gpicview-lang' 'gpm-devel' 'gpodder' 'gpodder' 'gpodder3' 'gpodder3' 'gpomme' 'gpp' 'gpredict' 'gpredict-lang' 'gprename' 'gprename-lang' 'gprompter' 'gpsbabel' 'gpsd' 'gpsd-clients' 'gpsd-devel' 'gptfdisk-fixparts' 'gputils' 'gputils-doc' 'gpxsee' 'gpxsee' 'gq' 'gr-fcdproplus' 'gr-fcdproplus-devel-doc' 'gr-iqbal-devel-doc' 'grabpng' 'gradio' 'gradio-lang' 'gradle' 'gradle-local' 'grafana' 'grafana-piechart-panel' 'grafana-status-panel' 'grail' 'grail-devel' 'gramofile' 'gramps' 'gramps-lang' 'granatier' 'granatier-lang' 'granite-demo' 'granite-devel' 'grantlee-editor' 'grantlee-editor-lang' 'grantlee5-32bit' 'grantlee5-devel' 'grantlee5-devel-32bit' 'grantleetheme-devel' 'graphite2' 'graphite2-devel' 'graphviz-devel' 'graphviz-doc' 'graphviz-guile' 'graphviz-gvedit' 'graphviz-java' 'graphviz-lua' 'graphviz-perl' 'graphviz-php' 'graphviz-ruby' 'graphviz-smyrna' 'graphviz-tcl' 'graphviz-x11' 'grass' 'grass-devel' 'grass-doc' 'grc' 'grepmail' 'grfcodec' 'gri' 'grilo-devel' 'grilo-lang' 'grilo-plugin-dleyna' 'grilo-plugin-tracker' 'grilo-plugin-youtube' 'grilo-plugins' 'grilo-plugins-devel' 'grilo-plugins-lang' 'grilo-tools' 'grim' 'grip' 'grip' 'grip-debuginfo' 'grip-debugsource' 'grip-lang' 'grisbi' 'grisbi-lang' 'groff-doc' 'gromacs' 'gromacs-bash' 'gromacs-devel' 'gromacs-doc' 'gromacs-openmpi2' 'gromit' 'groovebasin' 'groovebasin' 'groovebasin-debugsource' 'groovy' 'groovy-ant' 'groovy-bsf' 'groovy-console' 'groovy-docgenerator' 'groovy-groovydoc' 'groovy-groovysh' 'groovy-jmx' 'groovy-json' 'groovy-jsr223' 'groovy-lib' 'groovy-nio' 'groovy-servlet' 'groovy-sql' 'groovy-swing' 'groovy-templates' 'groovy-test' 'groovy-testng' 'groovy-xml' 'groovy18' 'groovy18-javadoc' 'groovy18-lib' 'growpart' 'growpart-generator' 'grpc-devel' 'grpc-httpjson-transcoding-source' 'grpc-source' 'grsync' 'grsync-lang' 'grub' 'grub2-branding-upstream' 'grub2-i386-efi' 'grub2-i386-efi-debug' 'grub2-i386-pc-debug' 'grub2-i386-xen' 'grub2-theme-breeze' 'grub2-x86_64-efi-debug' 'grub2-x86_64-xen' 'grubby' 'gscan2pdf' 'gscan2pdf-lang' 'gsequencer' 'gsequencer-devel' 'gsequencer-devel-doc' 'gsettings-backend-dconf-32bit' 'gsettings-desktop-schemas-devel' 'gsettings-qt' 'gsettings-qt-devel' 'gsf-office-thumbnailer' 'gsl' 'gsl-devel' 'gsl-doc' 'gsl-examples' 'gsl-gnu-hpc' 'gsl-gnu-hpc-devel' 'gsl-gnu-hpc-doc' 'gsl_2_6-gnu-hpc' 'gsl_2_6-gnu-hpc-devel' 'gsl_2_6-gnu-hpc-doc' 'gsl_2_6-gnu-hpc-examples' 'gsl_2_6-gnu-hpc-module' 'gsmartcontrol' 'gsoap-devel' 'gsoap-doc' 'gsound' 'gsound-devel' 'gspell' 'gspell-devel' 'gspell-lang' 'gssdp-utils' 'gssntlmssp' 'gssntlmssp-devel' 'gssproxy' 'gst123' 'gstreamer-1_0-plugins-buzztrax' 'gstreamer-devel' 'gstreamer-doc' 'gstreamer-editing-services' 'gstreamer-editing-services-devel' 'gstreamer-plugin-cluttergst3' 'gstreamer-plugin-pipewire' 'gstreamer-plugin-pocketsphinx' 'gstreamer-plugin-python' 'gstreamer-plugins-bad' 'gstreamer-plugins-bad-32bit' 'gstreamer-plugins-bad-32bit-debuginfo' 'gstreamer-plugins-bad-chromaprint' 'gstreamer-plugins-bad-chromaprint-32bit' 'gstreamer-plugins-bad-chromaprint-32bit-debuginfo' 'gstreamer-plugins-bad-chromaprint-debuginfo' 'gstreamer-plugins-bad-debuginfo' 'gstreamer-plugins-bad-debugsource' 'gstreamer-plugins-bad-devel' 'gstreamer-plugins-bad-doc' 'gstreamer-plugins-bad-fluidsynth' 'gstreamer-plugins-bad-fluidsynth-32bit' 'gstreamer-plugins-bad-fluidsynth-32bit-debuginfo' 'gstreamer-plugins-bad-fluidsynth-debuginfo' 'gstreamer-plugins-bad-orig-addon' 'gstreamer-plugins-bad-orig-addon-32bit' 'gstreamer-plugins-bad-orig-addon-32bit-debuginfo' 'gstreamer-plugins-bad-orig-addon-debuginfo' 'gstreamer-plugins-base-32bit' 'gstreamer-plugins-base-devel' 'gstreamer-plugins-base-devel-32bit' 'gstreamer-plugins-base-doc' 'gstreamer-plugins-farstream' 'gstreamer-plugins-farstream-32bit' 'gstreamer-plugins-good-32bit' 'gstreamer-plugins-good-doc' 'gstreamer-plugins-good-extra' 'gstreamer-plugins-good-extra-32bit' 'gstreamer-plugins-good-jack' 'gstreamer-plugins-good-jack-32bit' 'gstreamer-plugins-good-qtqml' 'gstreamer-plugins-libav' 'gstreamer-plugins-libav-32bit' 'gstreamer-plugins-libav-32bit-debuginfo' 'gstreamer-plugins-libav-debuginfo' 'gstreamer-plugins-libav-debugsource' 'gstreamer-plugins-libav-doc' 'gstreamer-plugins-libcamera' 'gstreamer-plugins-ugly' 'gstreamer-plugins-ugly-32bit' 'gstreamer-plugins-ugly-32bit-debuginfo' 'gstreamer-plugins-ugly-debuginfo' 'gstreamer-plugins-ugly-debugsource' 'gstreamer-plugins-ugly-doc' 'gstreamer-plugins-ugly-orig-addon-32bit' 'gstreamer-plugins-ugly-orig-addon-32bit-debuginfo' 'gstreamer-plugins-ugly-orig-addon-debuginfo' 'gstreamer-plugins-vaapi' 'gstreamer-plugins-vaapi-doc' 'gstreamer-rtsp-server-devel' 'gstreamer-transcoder' 'gstreamer-transcoder-devel' 'gstreamer-utils' 'gstreamer-validate' 'gstreamer-validate-devel' 'gstreamermm-devel' 'gstreamermm-doc' 'gswrap' 'gtest' 'gthumb' 'gthumb-devel' 'gthumb-lang' 'gti' 'gtick' 'gtick-lang' 'gtk-chtheme' 'gtk-chtheme' 'gtk-chtheme-debuginfo' 'gtk-chtheme-debugsource' 'gtk-doc' 'gtk-doc-lang' 'gtk-frdp-devel' 'gtk-gnutella' 'gtk-gnutella' 'gtk-gnutella-debuginfo' 'gtk-gnutella-debugsource' 'gtk-key-theme-ctrluftw' 'gtk-layer-shell-devel' 'gtk-sharp-beans' 'gtk-sharp-beans-devel' 'gtk-sharp2' 'gtk-sharp2-complete' 'gtk-sharp2-doc' 'gtk-sharp2-gapi' 'gtk-sharp3' 'gtk-sharp3-complete' 'gtk-sharp3-devel' 'gtk-sharp3-doc' 'gtk-sharp3-gapi' 'gtk-sharp3-gapi-devel' 'gtk-vector-screenshot' 'gtk-vector-screenshot' 'gtk-vector-screenshot-debuginfo' 'gtk-vector-screenshot-debugsource' 'gtk-vnc-devel' 'gtk-vnc-tools' 'gtk2-branding-upstream' 'gtk2-devel' 'gtk2-devel-32bit' 'gtk2-engine-aurora' 'gtk2-engine-cleanice' 'gtk2-engine-cleanice-32bit' 'gtk2-engine-clearlooks' 'gtk2-engine-clearlooks-32bit' 'gtk2-engine-crux' 'gtk2-engine-crux-32bit' 'gtk2-engine-equinox' 'gtk2-engine-glide' 'gtk2-engine-glide-32bit' 'gtk2-engine-industrial' 'gtk2-engine-industrial-32bit' 'gtk2-engine-mist' 'gtk2-engine-mist-32bit' 'gtk2-engine-nimbus' 'gtk2-engine-nimbus-32bit' 'gtk2-engine-oxygen' 'gtk2-engine-oxygen-32bit-debuginfo' 'gtk2-engine-oxygen-debuginfo' 'gtk2-engine-redmond95' 'gtk2-engine-redmond95-32bit' 'gtk2-engine-thinice' 'gtk2-engine-thinice-32bit' 'gtk2-engines' 'gtk2-engines-devel' 'gtk2-immodule-amharic-32bit' 'gtk2-immodule-inuktitut-32bit' 'gtk2-immodule-multipress' 'gtk2-immodule-multipress-32bit' 'gtk2-immodule-thai-32bit' 'gtk2-immodule-tigrigna-32bit' 'gtk2-immodule-vietnamese-32bit' 'gtk2-immodule-xim' 'gtk2-immodule-xim-32bit' 'gtk2-metatheme-adapta' 'gtk2-metatheme-ambiance' 'gtk2-metatheme-ambiant-mate' 'gtk2-metatheme-arc' 'gtk2-metatheme-bluebird' 'gtk2-metatheme-e17gtk' 'gtk2-metatheme-elementary' 'gtk2-metatheme-equinox' 'gtk2-metatheme-gilouche' 'gtk2-metatheme-greybird' 'gtk2-metatheme-industrial' 'gtk2-metatheme-mint' 'gtk2-metatheme-nimbus' 'gtk2-metatheme-numix' 'gtk2-metatheme-paper' 'gtk2-metatheme-plata' 'gtk2-metatheme-radiance' 'gtk2-metatheme-radiant-mate' 'gtk2-metatheme-sonar' 'gtk2-metatheme-vertex' 'gtk2-metatheme-yaru' 'gtk2-metatheme-yuyo' 'gtk2-theme-clearlooks' 'gtk2-theme-crux' 'gtk2-theme-industrial' 'gtk2-theme-mist' 'gtk2-theme-oxygen' 'gtk2-theme-oxygen-32bit-debuginfo' 'gtk2-theme-oxygen-debuginfo' 'gtk2-theme-redmond95' 'gtk2-theme-thinice' 'gtk3-branding-upstream' 'gtk3-devel' 'gtk3-devel-32bit' 'gtk3-devel-doc' 'gtk3-immodule-amharic-32bit' 'gtk3-immodule-broadway' 'gtk3-immodule-inuktitut-32bit' 'gtk3-immodule-multipress' 'gtk3-immodule-multipress-32bit' 'gtk3-immodule-thai-32bit' 'gtk3-immodule-tigrigna-32bit' 'gtk3-immodule-vietnamese-32bit' 'gtk3-immodule-wayland' 'gtk3-immodule-wayland-32bit' 'gtk3-immodule-xim' 'gtk3-immodule-xim-32bit' 'gtk3-metatheme-adapta' 'gtk3-metatheme-ambiance' 'gtk3-metatheme-ambiant-mate' 'gtk3-metatheme-arc' 'gtk3-metatheme-bluebird' 'gtk3-metatheme-e17gtk' 'gtk3-metatheme-elementary' 'gtk3-metatheme-greybird' 'gtk3-metatheme-mint' 'gtk3-metatheme-numix' 'gtk3-metatheme-paper' 'gtk3-metatheme-plata' 'gtk3-metatheme-radiance' 'gtk3-metatheme-radiant-mate' 'gtk3-metatheme-vertex' 'gtk3-metatheme-yaru' 'gtk3-metatheme-yuyo' 'gtk4-branding-upstream' 'gtk4-devel' 'gtk4-devel-32bit' 'gtk4-lang' 'gtk4-metatheme-adapta' 'gtk4-metatheme-plata' 'gtk4-tools' 'gtkam' 'gtkam-doc' 'gtkam-lang' 'gtkd-devel' 'gtkglext-devel' 'gtkglext-doc' 'gtkhtml-4_0-lang' 'gtkhtml-devel' 'gtkimageview-devel' 'gtkiterm' 'gtkmm2-devel' 'gtkmm2-tutorial' 'gtkmm2-tutorial-lang' 'gtkmm3-devel' 'gtkmm3-doc' 'gtkmm3-tutorial' 'gtkmm3-tutorial-lang' 'gtkpod' 'gtkpod-devel' 'gtkpod-lang' 'gtksourceview-devel' 'gtksourceview2-devel' 'gtksourceview2-lang' 'gtksourceview4-devel' 'gtksourceviewmm-devel' 'gtksourceviewmm3_0-devel' 'gtkspell-devel' 'gtkspell-doc' 'gtkspell-lang' 'gtkspell3-devel' 'gtkspell3-lang' 'gtkwave' 'gtkwave-doc' 'gtkwave-examples' 'gtranslator' 'gtranslator-lang' 'gts' 'gts-devel' 'gtypist' 'gtypist-lang' 'guake' 'guake-lang' 'guava' 'guava-javadoc' 'guava-testlib' 'guava20' 'guava20-javadoc' 'guava20-testlib' 'guayadeque' 'guayadeque' 'guayadeque-debuginfo' 'guayadeque-debugsource' 'gucharmap' 'gucharmap-devel' 'gucharmap-lang' 'gudev-sharp' 'gudev-sharp-devel' 'guestfs-tools' 'guestfsd' 'guice-assistedinject' 'guice-bom' 'guice-extensions' 'guice-grapher' 'guice-jmx' 'guice-jndi' 'guice-multibindings' 'guice-parent' 'guice-servlet' 'guice-testlib' 'guice-throwingproviders' 'guile' 'guile-bytestructures' 'guile-cairo' 'guile-cairo-devel' 'guile-charting' 'guile-devel' 'guile-gcrypt' 'guile-git' 'guile-json' 'guile-modules-2_2' 'guile-newt' 'guile-parted' 'guile-sqlite3' 'guile-ssh-devel' 'guile1' 'guilt' 'guitarix' 'guix' 'gummi' 'gummi-lang' 'gup' 'gupnp-av' 'gupnp-dlna-tools' 'gupnp-tools' 'gupnp-tools-lang' 'gutenprint-devel' 'gutenprint-gimpplugin' 'guvcview' 'guvcview-devel' 'guvcview-lang' 'guvcview-qt5' 'guvcview-qt5-lang' 'gv' 'gvfs-32bit' 'gvfs-devel' 'gvim' 'gweather-data' 'gwenhywfar' 'gwenhywfar-devel' 'gwenhywfar-lang' 'gwenhywfar-tools' 'gxine' 'gxine' 'gxine-browser-plugin' 'gxine-browser-plugin-debuginfo' 'gxine-debuginfo' 'gxine-debugsource' 'gxine-lang' 'gyp' 'gypsy' 'gzdoom' 'gzrt' 'h264enc' 'h264enc' 'h5utils' 'ha-cluster-bootstrap' 'haas-proxy' 'habootstrap-formula' 'hackbench' 'hackrf' 'hackrf-devel' 'hackrf-firmware' 'hackrf-udev' 'hactool' 'haguichi' 'haguichi-lang' 'hamcrest' 'hamcrest-core' 'hamcrest-demo' 'hamcrest-javadoc' 'hamlib' 'hamlib-devel' 'hamster-time-tracker' 'hamster-time-tracker-lang' 'hanadb_exporter' 'handbrake' 'handbrake-cli' 'handbrake-cli-debuginfo' 'handbrake-debuginfo' 'handbrake-debugsource' 'handbrake-gtk' 'handbrake-gtk-debuginfo' 'handbrake-gtk-lang' 'handedict' 'happy' 'haproxy' 'hardening-check' 'hardinfo' 'harfbuzz-devel' 'harfbuzz-tools' 'harminv' 'harminv-devel' 'hartke-aurulentsans-fonts' 'haserl' 'hashcat' 'hashdeep' 'haveged-devel' 'hawk-apiserver' 'hawk2' 'hawkey-man' 'hawknl-devel' 'hawknl-libs' 'hawtbuf' 'hawtbuf-javadoc' 'hawtbuf-proto' 'hawtbuf-protoc' 'hawtjni' 'hawtjni-javadoc' 'hawtjni-maven-plugin' 'hawtjni-maven-plugin-javadoc' 'hawtjni-runtime' 'haxe' 'hbci4java' 'hbci4java-javadoc' 'hcode' 'hda-verb' 'hdajackretask' 'hdajacksensetest' 'hddtemp' 'hdf' 'hdf-devel' 'hdf-devel-data' 'hdf-devel-static' 'hdf-openmpi' 'hdf-openmpi-devel' 'hdf-openmpi-devel-static' 'hdf5' 'hdf5-devel' 'hdf5-devel-32bit' 'hdf5-devel-data' 'hdf5-devel-static' 'hdf5-examples' 'hdf5-gnu-hpc' 'hdf5-gnu-hpc-devel' 'hdf5-gnu-mpich-hpc' 'hdf5-gnu-mpich-hpc-devel' 'hdf5-gnu-mvapich2-hpc' 'hdf5-gnu-mvapich2-hpc-devel' 'hdf5-gnu-openmpi1-hpc' 'hdf5-gnu-openmpi1-hpc-devel' 'hdf5-gnu-openmpi2-hpc' 'hdf5-gnu-openmpi2-hpc-devel' 'hdf5-gnu-openmpi3-hpc' 'hdf5-gnu-openmpi3-hpc-devel' 'hdf5-hpc-examples' 'hdf5-mvapich2' 'hdf5-mvapich2-devel' 'hdf5-mvapich2-devel-32bit' 'hdf5-mvapich2-devel-static' 'hdf5-openmpi1' 'hdf5-openmpi1-devel' 'hdf5-openmpi1-devel-32bit' 'hdf5-openmpi1-devel-static' 'hdf5-openmpi2' 'hdf5-openmpi2-devel' 'hdf5-openmpi2-devel-32bit' 'hdf5-openmpi2-devel-static' 'hdf5-openmpi3' 'hdf5-openmpi3-devel' 'hdf5-openmpi3-devel-32bit' 'hdf5-openmpi3-devel-static' 'hdf5_1_10_5-gnu-hpc' 'hdf5_1_10_5-gnu-hpc-devel' 'hdf5_1_10_5-gnu-hpc-devel-static' 'hdf5_1_10_5-gnu-hpc-module' 'hdf5_1_10_5-gnu-mpich-hpc' 'hdf5_1_10_5-gnu-mpich-hpc-devel' 'hdf5_1_10_5-gnu-mpich-hpc-devel-static' 'hdf5_1_10_5-gnu-mpich-hpc-module' 'hdf5_1_10_5-gnu-mvapich2-hpc' 'hdf5_1_10_5-gnu-mvapich2-hpc-devel' 'hdf5_1_10_5-gnu-mvapich2-hpc-devel-static' 'hdf5_1_10_5-gnu-mvapich2-hpc-module' 'hdf5_1_10_5-gnu-openmpi1-hpc' 'hdf5_1_10_5-gnu-openmpi1-hpc-devel' 'hdf5_1_10_5-gnu-openmpi1-hpc-devel-static' 'hdf5_1_10_5-gnu-openmpi1-hpc-module' 'hdf5_1_10_5-gnu-openmpi2-hpc' 'hdf5_1_10_5-gnu-openmpi2-hpc-devel' 'hdf5_1_10_5-gnu-openmpi2-hpc-devel-static' 'hdf5_1_10_5-gnu-openmpi2-hpc-module' 'hdf5_1_10_5-gnu-openmpi3-hpc' 'hdf5_1_10_5-gnu-openmpi3-hpc-devel' 'hdf5_1_10_5-gnu-openmpi3-hpc-devel-static' 'hdf5_1_10_5-gnu-openmpi3-hpc-module' 'hdf5_1_10_5-hpc-examples' 'hdhomerun-config' 'hdhomerun-config-debuginfo' 'hdhomerun_config' 'hdhomerun_config_gui' 'hdjmod-kmp-default' 'hdjmod-kmp-pae' 'hdspconf' 'hdsploader' 'hdspmixer' 'headmore' 'health-check' 'health-check-bash-completion' 'health-checker' 'health-checker-plugins-MicroOS' 'health-checker-plugins-caasp' 'health-checker-plugins-kubic' 'health-checker-testing' 'heapster' 'heaptrack' 'heaptrack' 'heaptrack-debuginfo' 'heaptrack-debugsource' 'heaptrack-devel' 'heaptrack-gui' 'heaptrack-gui-debuginfo' 'heaptrack-lang' 'hedgewars' 'hedgewars-data' 'heif-devel-headers' 'heif-gimp-plugin' 'heif-gimp-plugin-debugsource' 'heimdall' 'heimdall-frontend' 'hello' 'hello-kubic' 'hello-kubic-k8s-yaml' 'hello-lang' 'helm' 'helm-mirror' 'help2man' 'help2man-lang' 'herbstluftwm' 'herbstluftwm-bash-completion' 'herbstluftwm-examples' 'herbstluftwm-fish-completion' 'herbstluftwm-zsh-completion' 'heroes-tron' 'hevea' 'hex' 'hex2bin' 'hexchat' 'hexchat-devel' 'hexchat-lang' 'hexchat-plugins-lua' 'hexchat-plugins-perl' 'hexchat-plugins-python3' 'hexd' 'hexen2' 'hexen2' 'hexen2-debuginfo' 'hexen2-debugsource' 'hexenworld' 'hexenworld-debuginfo' 'hexter' 'hfst' 'hfst-devel' 'hfst-ospell' 'hfst-ospell-devel' 'hfsutils' 'hg-fast-export' 'hiawatha' 'hiawatha-letsencrypt' 'hibiscus' 'hidviz' 'highlight' 'highlight-gui' 'highlight-gui-lang' 'himeno' 'hiredis' 'hiredis-devel' 'hitori' 'hitori-lang' 'hivex' 'hivex-devel' 'hivex-lang' 'hmaccalc' 'hmcfgusb' 'hmconv' 'hollywood' 'hollywood-data' 'holodev' 'homebank' 'homebank-lang' 'homerhevc' 'homerhevc' 'homerhevc-debuginfo' 'homerhevc-debugsource' 'homeshick' 'honggfuzz' 'horst' 'hostap-utils' 'hostapd' 'hostinfo' 'hotspot' 'hourglass' 'hourglass-lang' 'howl' 'hp-drive-guard' 'hp2xx' 'hpack' 'hpc_compute_node' 'hpc_development_node' 'hpc_libraries' 'hpc_workload_server' 'hping' 'hping-doc' 'hplip' 'hplip-devel' 'hplip-hpijs' 'hplip-sane' 'hplip-scan-utils' 'hppc' 'hppc-javadoc' 'hppc-templateprocessor' 'hpx' 'hpx-devel' 'hspec-discover' 'hsqldb' 'hsqldb-demo' 'hsqldb-javadoc' 'hsqldb-manual' 'ht' 'htdig' 'htdig-devel' 'htdig-doc' 'hte' 'html-dtd' 'html-xml-utils' 'html2ps' 'htmlcxx' 'htmlcxx' 'htmlcxx-debuginfo' 'htmlcxx-debugsource' 'htmlcxx-devel' 'htmldoc' 'htsfile' 'http-builder' 'http-builder-javadoc' 'http-parser-devel' 'httpcomponents-client' 'httpcomponents-client-cache' 'httpcomponents-client-javadoc' 'httpcomponents-core' 'httpcomponents-core-javadoc' 'httpcomponents-project' 'httperf' 'httrack' 'httrack-devel' 'hub' 'humanity-icon-theme' 'hunspell-devel' 'hunspell-devel-32bit' 'hwinfo-devel' 'hwloc' 'hwloc-data' 'hwloc-devel' 'hwloc-doc' 'hwmixvolume' 'hwsd' 'hwsd' 'hwsd-debuginfo' 'hwsd-debugsource' 'hwsd-devel' 'hwsd-doc' 'hxtools' 'hxtools-data' 'hxtools-man' 'hxtools-profile' 'hxtools-scripts' 'hydrogen' 'hyena' 'hylafax+' 'hylafax+-client' 'hyper-v' 'hyperscan-devel' 'hyphen' 'hyphen-devel' 'hypre-devel' 'hypre-gnu-mpich-hpc-devel' 'hypre-gnu-mvapich2-hpc-devel' 'hypre-gnu-openmpi1-hpc-devel' 'hypre-gnu-openmpi2-hpc-devel' 'hypre-gnu-openmpi3-hpc-devel' 'hypre-mpich-devel' 'hypre-mvapich2-devel' 'hypre-openmpi1-devel' 'hypre-openmpi2-devel' 'hypre_2_18_2-gnu-mpich-hpc-devel' 'hypre_2_18_2-gnu-mvapich2-hpc-devel' 'hypre_2_18_2-gnu-openmpi1-hpc-devel' 'hypre_2_18_2-gnu-openmpi2-hpc-devel' 'hypre_2_18_2-gnu-openmpi3-hpc-devel' 'i18nspector' 'i2c-tools' 'i2pd' 'i3' 'i3-devel' 'i3-gaps' 'i3-gaps-devel' 'i3blocks' 'i3lock' 'i3lock-xlock-compat' 'i3status' 'iMule' 'iMule' 'iMule-debuginfo' 'iMule-debugsource' 'iagno' 'iagno-lang' 'ibacm' 'ibm-data-db2' 'ibmswtpm2' 'ibmtss' 'ibmtss-base' 'ibmtss-devel' 'ibsim' 'ibus' 'ibus-anthy' 'ibus-anthy-devel' 'ibus-cangjie' 'ibus-chewing' 'ibus-devel' 'ibus-gtk' 'ibus-gtk-32bit' 'ibus-gtk3' 'ibus-gtk3-32bit' 'ibus-hangul' 'ibus-input-pad' 'ibus-kkc' 'ibus-lang' 'ibus-libpinyin' 'ibus-libzhuyin' 'ibus-m17n' 'ibus-mozc' 'ibus-mozc-candidate-window' 'ibus-pinyin' 'ibus-rime' 'ibus-skk' 'ibus-sunpinyin' 'ibus-table' 'ibus-table-chinese-array' 'ibus-table-chinese-cangjie' 'ibus-table-chinese-cantonese' 'ibus-table-chinese-easy' 'ibus-table-chinese-erbi' 'ibus-table-chinese-jyutping' 'ibus-table-chinese-quick' 'ibus-table-chinese-scj' 'ibus-table-chinese-stroke5' 'ibus-table-chinese-wu' 'ibus-table-chinese-wubi-haifeng' 'ibus-table-chinese-wubi-jidian' 'ibus-table-chinese-yong' 'ibus-table-cns11643' 'ibus-table-compose' 'ibus-table-devel' 'ibus-table-emoji' 'ibus-table-extraphrase' 'ibus-table-extraphrase-devel' 'ibus-table-hu-old-hungarian-rovas' 'ibus-table-ipa-x-sampa' 'ibus-table-latex' 'ibus-table-mathwriter' 'ibus-table-others' 'ibus-table-rusle' 'ibus-table-rustrad' 'ibus-table-thai' 'ibus-table-translit' 'ibus-table-translit-ua' 'ibus-table-viqr' 'ibus-table-yawerty' 'ibus-typing-booster' 'ibus-unikey' 'ibutils' 'ibutils-devel' 'ibutils-ui' 'icc-examin' 'icc-examin-lang' 'icc-mime-types' 'icc-profiles' 'icc-profiles-all' 'icc-profiles-basiccolor-lstarrgb' 'icc-profiles-basiccolor-printing2009-coat2' 'icc-profiles-basiccolor-printing2009-doc' 'icc-profiles-basiccolor-printing2009-extra' 'icc-profiles-lcms-lab' 'icc-profiles-mini' 'icc-profiles-openicc-rgb' 'icc-profiles-oyranos-extra' 'icc-targets-fogra' 'icc-targets-npes' 'icecast' 'icecast-doc' 'icecream' 'icecream-clang-wrappers' 'icecream-monitor' 'icedtea-web' 'icedtea-web-javadoc' 'ices' 'icewm-config-upstream' 'icewm-lite' 'icewm-theme-yast-installation' 'icewm-themes' 'icinga2' 'icinga2-bin' 'icinga2-common' 'icinga2-doc' 'icinga2-ido-mysql' 'icinga2-ido-pgsql' 'icingacli' 'icingaweb2' 'icingaweb2-common' 'icingaweb2-module-director' 'icingaweb2-module-incubator' 'icingaweb2-module-ipl' 'icingaweb2-module-reactbundle' 'icingaweb2-vendor-HTMLPurifier' 'icingaweb2-vendor-JShrink' 'icingaweb2-vendor-Parsedown' 'icingaweb2-vendor-dompdf' 'icingaweb2-vendor-lessphp' 'icingaweb2-vendor-zf1' 'icmake' 'icmpinfo' 'icmptunnel' 'icns-utils' 'ico' 'icon-naming-utils' 'icontheme-El-General' 'icontheme-El-General' 'icu' 'icu4j' 'icu4j-charset' 'icu4j-javadoc' 'icu4j-localespi' 'id3lib' 'id3lib-32bit' 'id3lib-devel' 'id3lib-examples' 'id3v2' 'idep' 'ido-devel' 'idutils' 'idutils-lang' 'idzebra' 'idzebra-devel' 'idzebra-doc' 'ifuse' 'igerman98-doc' 'ignition' 'ignition-config-transpiler' 'ignition-dracut' 'iio-sensor-proxy' 'iio-sensor-proxy-doc' 'ikiwiki' 'ikiwiki-w3m' 'ikona' 'ikona' 'ikona-debuginfo' 'ikona-debugsource' 'ikvm' 'ilbc-devel' 'ilmbase-devel' 'ima-evm-utils-devel' 'ima-inspect' 'imageburner' 'imageburner-lang' 'imagej' 'imagewriter' 'imagination' 'imagination' 'imagination-debuginfo' 'imagination-debugsource' 'imagination-doc' 'imagination-lang' 'imaging' 'imake' 'imapfilter' 'imb-gnu-mpich-hpc' 'imb-gnu-mvapich2-hpc' 'imb-gnu-openmpi1-hpc' 'imb-gnu-openmpi2-hpc' 'imb-gnu-openmpi3-hpc' 'imb-mpich' 'imb-mvapich2' 'imb-openmpi1' 'imb-openmpi2' 'imb-openmpi3' 'imb_2019_3-gnu-mpich-hpc' 'imb_2019_3-gnu-mvapich2-hpc' 'imb_2019_3-gnu-openmpi1-hpc' 'imb_2019_3-gnu-openmpi2-hpc' 'imb_2019_3-gnu-openmpi3-hpc' 'imgen' 'imgp' 'imgp-bash-completion' 'imgp-fish-completion' 'imgp-zsh-completion' 'imgvtopgm' 'imhangul' 'imhangul-32bit' 'iml-devel' 'imlib2' 'imlib2-devel' 'imlib2-filters' 'imobiledevice-tools' 'import-properties-plugin' 'impressive' 'imv' 'imwheel' 'imx-usb-loader' 'incidenceeditor-devel' 'include-what-you-use' 'include-what-you-use-tools' 'indent' 'indent-lang' 'index' 'index' 'indic-fonts' 'indriya' 'indriya-javadoc' 'ineffassign' 'infiniband-diags' 'infinipath-psm-devel' 'infinoted' 'influxdb' 'influxdb-devel' 'info-std' 'info2html' 'info4' 'infos-creator-rpm' 'ini4j' 'ini4j-javadoc' 'injeqt-devel' 'inkscape' 'inkscape-extensions-dia' 'inkscape-extensions-extra' 'inkscape-extensions-fig' 'inkscape-extensions-gimp' 'inkscape-extensions-skencil' 'inkscape-lang' 'inn' 'inn-devel' 'innoextract' 'innotop' 'inotify-tools' 'inotify-tools-devel' 'inotify-tools-doc' 'input-pad' 'input-pad-devel' 'input-pad-eek' 'input-pad-xtest' 'insighttoolkit-devel' 'inspectrum' 'inst-source-utils' 'install-initrd-Kubic' 'install-initrd-MicroOS' 'install-initrd-openSUSE' 'installation-images-Kubic' 'installation-images-MicroOS' 'installation-images-debuginfodeps-MicroOS' 'installation-images-debuginfodeps-openSUSE' 'instsource-susedata' 'int10h-oldschoolpc-fonts' 'intel-SINIT' 'intel-cmt-cat' 'intel-hybrid-driver' 'intel-vaapi-driver-32bit' 'intelhex' 'inter-fonts' 'interbench' 'intlfonts' 'intlfonts-arabic-bitmap-fonts' 'intlfonts-asian-bitmap-fonts' 'intlfonts-bdf-fonts' 'intlfonts-chinese-big-bitmap-fonts' 'intlfonts-chinese-bitmap-fonts' 'intlfonts-ethiopic-bitmap-fonts' 'intlfonts-japanese-big-bitmap-fonts' 'intlfonts-japanese-bitmap-fonts' 'intlfonts-phonetic-bitmap-fonts' 'intlfonts-ttf-fonts' 'intlfonts-type1-fonts' 'intltool' 'inwee' 'iodbc' 'iodbc-admin' 'iodine' 'iometer' 'ioping' 'iops' 'ioquake3' 'ioquake3-devel' 'ior' 'iouyap' 'iozone' 'iozone-doc' 'ipa-ex-gothic-fonts' 'ipa-ex-mincho-fonts' 'ipa-gothic-bold-fonts' 'ipa-gothic-bolditalic-fonts' 'ipa-gothic-fonts' 'ipa-gothic-italic-fonts' 'ipa-mincho-fonts' 'ipa-pgothic-bold-fonts' 'ipa-pgothic-bolditalic-fonts' 'ipa-pgothic-fonts' 'ipa-pgothic-italic-fonts' 'ipa-pmincho-fonts' 'ipa-uigothic-fonts' 'ipadic' 'ipcalc' 'iperf-devel' 'ipmctl' 'ipmctl-devel' 'ipmitool' 'ipmitool-bmc-snmp-proxy' 'ipmiutil' 'ipmiutil-devel' 'ipmiutil-static' 'iprange' 'iproute2-bash-completion' 'ipset-devel' 'iptables-backend-nft' 'iptraf-ng' 'ipv6gen' 'ipv6toolkit' 'ipvsadm' 'ipw-firmware' 'ipxe-bootimgs' 'ipxrip' 'irda' 'irman-common' 'irman-utils' 'irrlicht-data' 'irrlicht-devel' 'irssi-devel' 'irssi-otr' 'isapnp' 'isapnp-devel' 'isatapd' 'iscan' 'iscan' 'iscan-data' 'iscan-debuginfo' 'iscan-debugsource' 'iscan-firmware' 'iscan-plugin' 'iscan-plugin' 'isight-firmware-tools' 'isl-devel' 'isl-devel-32bit' 'iso-codes-devel' 'iso-country-flags-png' 'isomaster' 'isomaster' 'isomaster-debuginfo' 'isomaster-debugsource' 'isomaster-lang' 'isorelax' 'ispell-brazilian' 'ispell-british' 'ispell-bulgarian' 'ispell-catalan' 'ispell-czech' 'ispell-danish' 'ispell-dutch' 'ispell-esperanto' 'ispell-estonian' 'ispell-finnish' 'ispell-french' 'ispell-german' 'ispell-greek' 'ispell-hungarian' 'ispell-italian' 'ispell-naustrian' 'ispell-ngerman' 'ispell-norsk' 'ispell-nswiss' 'ispell-polish' 'ispell-portuguese' 'ispell-russian' 'ispell-slovak' 'ispell-slovene' 'ispell-spanish' 'ispell-swedish' 'istack-commons' 'istack-commons-buildtools' 'istack-commons-maven-plugin' 'istack-commons-runtime' 'istack-commons-soimp' 'istack-commons-test' 'istack-commons-tools' 'istgt' 'isync' 'itk' 'itpp-devel' 'itpp-doc' 'itstool' 'iucode-tool' 'iverilog' 'iverilog-devel' 'ivtv' 'ivtv-firmware' 'ivy-local' 'ivykis-devel' 'iw' 'iwatch' 'iwd' 'iwidgets' 'iwpmd' 'jack-32bit' 'jack-rack' 'jackEQ' 'jack_capture' 'jack_mixer' 'jack_mixer' 'jack_mixer-debuginfo' 'jack_mixer-debugsource' 'jackmixdesk' 'jackmixdesk' 'jackmixdesk-debuginfo' 'jackmixdesk-debugsource' 'jackson' 'jackson-annotations' 'jackson-annotations-javadoc' 'jackson-bom' 'jackson-core' 'jackson-core-javadoc' 'jackson-databind' 'jackson-databind-javadoc' 'jackson-dataformat-cbor' 'jackson-dataformat-smile' 'jackson-dataformats-binary' 'jackson-dataformats-binary-javadoc' 'jackson-javadoc' 'jackson-parent' 'jacktrip' 'jaero' 'jaf' 'jaf-javadoc' 'jafama' 'jafama-javadoc' 'jag' 'jag-data' 'jag-editor' 'jakarta-commons-discovery' 'jakarta-commons-discovery-javadoc' 'jakarta-commons-launcher' 'jakarta-commons-launcher-javadoc' 'jakarta-commons-modeler' 'jakarta-commons-modeler-javadoc' 'jakarta-commons-transaction' 'jakarta-commons-vfs' 'jakarta-commons-vfs-javadoc' 'jakarta-commons-vfs-manual' 'jakarta-poi' 'jakarta-poi-javadoc' 'jakarta-poi-manual' 'jakarta-slide-webdavclient' 'jakarta-slide-webdavclient-javadoc' 'jakarta-slide-webdavclient-repolib' 'jakarta-taglibs-standard' 'jakarta-taglibs-standard-javadoc' 'jameica' 'jameica-devel' 'jameica-javadoc' 'jamin' 'janino' 'janino-javadoc' 'jansi' 'jansi-javadoc' 'jansi-native' 'jansi-native-javadoc' 'jarjar' 'jarjar-javadoc' 'jatl' 'jatl-javadoc' 'java-11-openj9' 'java-11-openj9-accessibility' 'java-11-openj9-demo' 'java-11-openj9-devel' 'java-11-openj9-headless' 'java-11-openj9-javadoc' 'java-11-openj9-jmods' 'java-11-openj9-src' 'java-11-openjdk-accessibility' 'java-11-openjdk-demo' 'java-11-openjdk-devel' 'java-11-openjdk-javadoc' 'java-11-openjdk-jmods' 'java-11-openjdk-src' 'java-14-openjdk' 'java-14-openjdk-accessibility' 'java-14-openjdk-demo' 'java-14-openjdk-devel' 'java-14-openjdk-headless' 'java-14-openjdk-javadoc' 'java-14-openjdk-jmods' 'java-14-openjdk-src' 'java-15-openjdk' 'java-15-openjdk-accessibility' 'java-15-openjdk-demo' 'java-15-openjdk-devel' 'java-15-openjdk-headless' 'java-15-openjdk-javadoc' 'java-15-openjdk-jmods' 'java-15-openjdk-src' 'java-1_8_0-openj9' 'java-1_8_0-openj9-accessibility' 'java-1_8_0-openj9-demo' 'java-1_8_0-openj9-devel' 'java-1_8_0-openj9-headless' 'java-1_8_0-openj9-javadoc' 'java-1_8_0-openj9-src' 'java-1_8_0-openjdk-accessibility' 'java-1_8_0-openjdk-demo' 'java-1_8_0-openjdk-devel' 'java-1_8_0-openjdk-javadoc' 'java-1_8_0-openjdk-src' 'java-atk-wrapper' 'java-binfmt-misc' 'java-cup' 'java-cup-manual' 'java-jwt' 'java-jwt-javadoc' 'java-libkolabxml1' 'java-mraa' 'javacc' 'javacc-demo' 'javacc-javadoc' 'javacc-manual' 'javacc-maven-plugin' 'javacc-maven-plugin-javadoc' 'javaewah' 'javaewah-javadoc' 'javahelp2' 'javahelp2-javadoc' 'javahelp2-manual' 'javamail' 'javamail-javadoc' 'javapackages-gradle' 'javapackages-ivy' 'javapackages-local' 'javaparser' 'javaparser-javadoc' 'javapoet' 'javapoet-javadoc' 'javassist' 'javassist-demo' 'javassist-javadoc' 'javassist-manual' 'javazic' 'jawn-ast' 'jawn-json4s' 'jawn-parser' 'jawn-util' 'jaxen' 'jaxodraw' 'jaxodraw-javadoc' 'jaxodraw-latex' 'jbig2dec' 'jbig2dec-devel' 'jbig2dec-devel-32bit' 'jbigkit' 'jboss-interceptors-1.2-api' 'jboss-interceptors-1.2-api-javadoc' 'jboss-logging' 'jboss-logging-javadoc' 'jboss-logmanager' 'jboss-logmanager-javadoc' 'jboss-marshalling' 'jboss-marshalling-javadoc' 'jboss-marshalling-osgi' 'jboss-modules' 'jboss-modules-javadoc' 'jboss-parent' 'jboss-websocket-1.0-api' 'jboss-websocket-1.0-api-javadoc' 'jc' 'jcasgen-maven-plugin' 'jchardet' 'jchardet-javadoc' 'jcifs' 'jcifs-demo' 'jcifs-javadoc' 'jcip-annotations' 'jcip-annotations-javadoc' 'jcl-over-slf4j' 'jcodings' 'jcommon' 'jcommon-javadoc' 'jconvolver' 'jconvolver-examples' 'jcsp' 'jcsp-javadoc' 'jctools' 'jctools-channels' 'jctools-experimental' 'jctools-javadoc' 'jctools-parent' 'jcuber' 'jcuber-doc' 'jdepend' 'jdepend-demo' 'jdependency' 'jdependency-javadoc' 'jdo2-api' 'jdo2-api-javadoc' 'jdom' 'jdom2' 'jdom2-javadoc' 'jedit' 'jedit-javadoc' 'jemalloc' 'jemalloc-devel' 'jemmy' 'jemmy-javadoc' 'jenkins-json-lib' 'jeos-firstboot' 'jeos-firstboot-rpiwifi' 'jetbrains-annotations' 'jetbrains-annotations-javadoc' 'jettison' 'jettison-javadoc' 'jetty-alpn' 'jetty-alpn-api' 'jetty-alpn-api-javadoc' 'jetty-alpn-javadoc' 'jetty-annotations' 'jetty-artifact-remote-resources' 'jetty-build-support' 'jetty-build-support-javadoc' 'jetty-client' 'jetty-continuation' 'jetty-distribution-remote-resources' 'jetty-http' 'jetty-io' 'jetty-jaas' 'jetty-javax-websocket-client-impl' 'jetty-javax-websocket-server-impl' 'jetty-jmx' 'jetty-jndi' 'jetty-jsp' 'jetty-minimal-javadoc' 'jetty-openid' 'jetty-parent' 'jetty-plus' 'jetty-proxy' 'jetty-schemas' 'jetty-security' 'jetty-server' 'jetty-servlet' 'jetty-toolchain' 'jetty-util' 'jetty-util-ajax' 'jetty-version-maven-plugin' 'jetty-version-maven-plugin-javadoc' 'jetty-webapp' 'jetty-websocket-api' 'jetty-websocket-client' 'jetty-websocket-common' 'jetty-websocket-javadoc' 'jetty-websocket-server' 'jetty-websocket-servlet' 'jetty-xml' 'jeuclid' 'jeuclid-cli' 'jeuclid-fop' 'jeuclid-mathviewer' 'jfbterm' 'jffi' 'jffi-javadoc' 'jffi-native' 'jflex' 'jflex-doc' 'jformatstring' 'jformatstring-javadoc' 'jfreechart' 'jfreechart-javadoc' 'jgit' 'jgit-javadoc' 'jgmenu' 'jgoodies-forms' 'jgoodies-forms-demo' 'jgoodies-forms-javadoc' 'jgoodies-forms-manual' 'jgoodies-looks' 'jgoodies-looks-demo' 'jgoodies-looks-javadoc' 'jgoodies-looks-manual' 'jgraphx' 'jgroups' 'jgroups-javadoc' 'jgroups-manual' 'jgroups-repolib' 'jhbuild' 'jhbuild-lang' 'jhbuild-recommended-deps' 'jhead' 'jhighlight' 'jhighlight-javadoc' 'jigdo' 'jigit' 'jikes' 'jimtcl' 'jimtcl-devel' 'jing' 'jing-javadoc' 'jisp2' 'jisp2-demo' 'jisp2-javadoc' 'jlatexmath' 'jlatexmath-fop' 'jlatexmath-javadoc' 'jlex' 'jlfgr' 'jline' 'jline-javadoc' 'jline1' 'jline1-javadoc' 'jmdict' 'jmess' 'jmess' 'jmess-debuginfo' 'jmess-debugsource' 'jmock' 'jmock-demo' 'jmock-javadoc' 'jmol' 'jna' 'jna-contrib' 'jna-javadoc' 'jo' 'jo-bash-completion' 'joda-convert' 'joda-convert-javadoc' 'joda-time' 'joda-time-javadoc' 'jogl2' 'john' 'john-wordlists' 'jomolhari-fonts' 'jondo' 'jondofox' 'jopt-simple' 'jopt-simple-javadoc' 'josm' 'josm' 'josm-fonts' 'jp' 'jp2a' 'jpnevulator' 'jrosetta' 'jrtplib-devel' 'js' 'js-debuginfo' 'js-debugsource' 'js-devel' 'js-technology-fonts' 'jsch' 'jsch-agent-proxy-connector-factory' 'jsch-agent-proxy-core' 'jsch-agent-proxy-javadoc' 'jsch-agent-proxy-jsch' 'jsch-agent-proxy-pageant' 'jsch-agent-proxy-sshagent' 'jsch-agent-proxy-svnkit-trilead-ssh2' 'jsch-agent-proxy-usocket-jna' 'jsch-agent-proxy-usocket-nc' 'jsch-demo' 'jsch-javadoc' 'jshon' 'jsmn-devel' 'json-glib-devel' 'json-lib' 'json-lib-javadoc' 'json-table' 'json4s-ast' 'json4s-core' 'json4s-ext' 'json4s-jackson' 'json4s-native' 'json4s-scalap' 'json4s-xml' 'jsoncpp-devel' 'jsonnet' 'jsonp' 'jsonp-javadoc' 'jsonrpc-glib-devel' 'jsoup' 'jsoup-javadoc' 'jsr-305' 'jsr-305-javadoc' 'jsr-311' 'jsr-311-javadoc' 'jtc' 'jthread-devel' 'jtidy' 'jtidy-javadoc' 'jtidy-scripts' 'judy-devel' 'judy-doc' 'juk' 'juk-lang' 'jul-to-slf4j' 'julia' 'julia-compat' 'julia-compat-debug' 'julia-compat-devel' 'julia-debug' 'julia-devel' 'julia-doc' 'julius' 'julius' 'julius-debuginfo' 'julius-debugsource' 'julius-devel' 'junit' 'junit-javadoc' 'junit-manual' 'junit5' 'junit5-guide' 'junit5-javadoc' 'junitperf' 'junitperf-demo' 'junitperf-javadoc' 'jupyter' 'jupyter-bqplot' 'jupyter-calysto' 'jupyter-doc' 'jupyter-hide_code' 'jupyter-imatlab' 'jupyter-ipydatawidgets' 'jupyter-ipydatawidgets-jupyterlab' 'jupyter-ipyevents' 'jupyter-ipyevents-jupyterlab' 'jupyter-ipykernel' 'jupyter-ipykernel-python2' 'jupyter-ipyleaflet' 'jupyter-ipympl' 'jupyter-ipympl-jupyterlab' 'jupyter-ipyparallel' 'jupyter-ipyparallel-doc' 'jupyter-ipyscales' 'jupyter-ipysheet' 'jupyter-ipyvolume' 'jupyter-ipywebrtc' 'jupyter-jupyter-client' 'jupyter-jupyter-client-doc' 'jupyter-jupyter-contrib-nbextensions' 'jupyter-jupyter-core' 'jupyter-jupyter-full-width' 'jupyter-jupyter-require' 'jupyter-jupyter-server' 'jupyter-jupyter-themer' 'jupyter-jupyter-wysiwyg' 'jupyter-jupyter_cms' 'jupyter-jupyter_console' 'jupyter-jupyter_contrib_core' 'jupyter-jupyter_core-filesystem' 'jupyter-jupyter_dashboards' 'jupyter-jupyter_highlight_selected_word' 'jupyter-jupyter_latex_envs' 'jupyter-jupyter_nbextensions_configurator' 'jupyter-jupyterbgnotify' 'jupyter-jupyterlab' 'jupyter-jupyterlab-filesystem' 'jupyter-jupyterlab-ipyscales' 'jupyter-jupyterlab-latex' 'jupyter-jupyterlab-server' 'jupyter-jupyterlab-templates' 'jupyter-jupyterlab_github' 'jupyter-jupytext' 'jupyter-jupytext-jupyterlab' 'jupyter-lineup-widget' 'jupyter-matlab-kernel' 'jupyter-nbconvert' 'jupyter-nbconvert-doc' 'jupyter-nbconvert-latex' 'jupyter-nbdime' 'jupyter-nbdime-git' 'jupyter-nbdime-hg' 'jupyter-nbdime-jupyterlab' 'jupyter-nbformat' 'jupyter-nbformat-doc' 'jupyter-nbinteract' 'jupyter-nbpresent' 'jupyter-notebook' 'jupyter-notebook-filesystem' 'jupyter-notebook-lang' 'jupyter-notebook-latex' 'jupyter-octave-kernel' 'jupyter-plotly' 'jupyter-pythreejs' 'jupyter-pythreejs-jupyterlab' 'jupyter-qgrid' 'jupyter-qtconsole' 'jupyter-rise' 'jupyter-sidecar-jupyterlab' 'jupyter-vega' 'jupyter-vispy' 'jupyter-voila' 'jupyter-widgetsnbextension' 'jvnet-parent' 'jvyamlb' 'jwnl' 'jwnl-javadoc' 'jwordsplitter' 'jwordsplitter-javadoc' 'jwt_verify_lib-source' 'jxrlib' 'jxrlib-devel' 'jython' 'jython-demo' 'jython-javadoc' 'jython-manual' 'jzlib' 'jzlib-demo' 'jzlib-javadoc' 'k3b' 'k3b-devel' 'k3b-lang' 'k3s' 'k3s-hyperkube' 'k4dirstat' 'k4dirstat' 'k4dirstat-debuginfo' 'k4dirstat-debugsource' 'k4dirstat-lang' 'k9copy' 'k9copy' 'k9copy-debuginfo' 'k9copy-debugsource' 'k9copy-lang' 'k9s' 'kColorPicker-devel' 'kImageAnnotator-devel' 'kaccounts-integration-32bit' 'kaccounts-integration-devel' 'kaccounts-integration-devel-32bit' 'kactivities-stats-devel' 'kactivities-stats-devel-32bit' 'kactivities5-devel' 'kactivities5-devel-32bit' 'kactivities5-tools' 'kaffeine' 'kaffeine' 'kaffeine-debuginfo' 'kaffeine-debugsource' 'kaffeine-lang' 'kafka-kit' 'kafka-source' 'kaidan' 'kaidan' 'kaidan-debuginfo' 'kaidan-debugsource' 'kail' 'kajaani-kombat' 'kajaani-kombat-server' 'kajongg' 'kajongg-lang' 'kakasi' 'kakasi-devel' 'kakasi-dict' 'kakoune' 'kalarm' 'kalarm-lang' 'kalarmcal-devel' 'kalgebra' 'kalgebra-lang' 'kalgebra-mobile' 'kalzium' 'kalzium-devel' 'kalzium-lang' 'kamera-lang' 'kamerka' 'kamerka' 'kamerka-debuginfo' 'kamerka-debugsource' 'kamerka-lang' 'kamoso' 'kamoso-lang' 'kanagram' 'kanagram-lang' 'kanjipad' 'kapidox' 'kapman' 'kapman-lang' 'kapptemplate' 'kapptemplate-lang' 'karchive-devel' 'karchive-devel-32bit' 'kasumi' 'katomic' 'katomic-lang' 'kauth-devel' 'kauth-devel-32bit' 'kawaii-player' 'kbackup' 'kbackup-lang' 'kbdsniffd' 'kbfs' 'kbfs-git' 'kbfs-tool' 'kbibtex' 'kbibtex' 'kbibtex-debuginfo' 'kbibtex-debugsource' 'kbibtex-devel' 'kbibtex-lang' 'kblackbox' 'kblackbox-lang' 'kblocks' 'kblocks-lang' 'kblog-devel' 'kblog-lang' 'kbookmarks-devel' 'kbookmarks-devel-32bit' 'kbounce' 'kbounce-lang' 'kbreakout' 'kbreakout-lang' 'kbruch' 'kbruch-lang' 'kbuild' 'kcachegrind' 'kcachegrind-lang' 'kcalendarcore-devel' 'kcalutils-devel' 'kchmviewer' 'kchmviewer' 'kchmviewer-debuginfo' 'kchmviewer-debugsource' 'kcm_tablet' 'kcm_tablet-debuginfo' 'kcm_tablet-debugsource' 'kcmutils-devel' 'kcmutils-devel-32bit' 'kcodecs-devel' 'kcodecs-devel-32bit' 'kcolorchooser' 'kcolorchooser-lang' 'kcompletion-devel' 'kcompletion-devel-32bit' 'kconfig-devel' 'kconfig-devel-32bit' 'kconfigwidgets-devel' 'kconfigwidgets-devel-32bit' 'kcontacts-devel' 'kcontacts-devel-32bit' 'kcoreaddons-devel' 'kcoreaddons-devel-32bit' 'kcov' 'kcrash-devel' 'kcrash-devel-32bit' 'kcron' 'kcron-lang' 'kdav-devel' 'kdb' 'kdb-debuginfo' 'kdb-debugsource' 'kdb-devel' 'kdb-lang' 'kdb-mysql-driver' 'kdb-mysql-driver-debuginfo' 'kdb-postgresql-driver' 'kdb-postgresql-driver-debuginfo' 'kdb-sqlite3-driver' 'kdb-sqlite3-driver-debuginfo' 'kdbg' 'kdbg' 'kdbg-debuginfo' 'kdbg-debugsource' 'kdbg-lang' 'kdbusaddons-devel' 'kdbusaddons-devel-32bit' 'kde-l10n-devel' 'kde-oxygen-fonts' 'kde-thumbnailer-epub' 'kde-thumbnailer-epub' 'kde-thumbnailer-epub-debuginfo' 'kde-thumbnailer-epub-debugsource' 'kde4-icontheme-caledonia' 'kde4-icontheme-caledonia' 'kde_cdemu' 'kde_cdemu' 'kde_cdemu-debuginfo' 'kde_cdemu-debugsource' 'kde_cdemu-lang' 'kdebugsettings' 'kdebugsettings-lang' 'kdeclarative-components-32bit' 'kdeclarative-devel' 'kdeclarative-devel-32bit' 'kdeclarative-tools' 'kdeconnect-kde' 'kdeconnect-kde-debuginfo' 'kdeconnect-kde-debugsource' 'kded-devel' 'kdeedu-data' 'kdegames-carddecks-other' 'kdelibs4support-32bit' 'kdelibs4support-devel' 'kdelibs4support-devel-32bit' 'kdepim-apps-libs-devel' 'kdesdk-scripts' 'kdesdk-scripts-kf5-porting' 'kdesdk-scripts-lang' 'kdesdk-thumbnailers' 'kdesdk-thumbnailers-lang' 'kdesignerplugin' 'kdesignerplugin-devel' 'kdesignerplugin-lang' 'kdesu-devel' 'kdesu-devel-32bit' 'kdesvn' 'kdesvn' 'kdesvn-debuginfo' 'kdesvn-debugsource' 'kdevelop5' 'kdevelop5' 'kdevelop5-debuginfo' 'kdevelop5-debugsource' 'kdevelop5-lang' 'kdevelop5-pg-qt' 'kdevelop5-pg-qt' 'kdevelop5-pg-qt-debuginfo' 'kdevelop5-pg-qt-debugsource' 'kdevelop5-plugin-php' 'kdevelop5-plugin-php' 'kdevelop5-plugin-php-debuginfo' 'kdevelop5-plugin-php-debugsource' 'kdevelop5-plugin-php-devel' 'kdevelop5-plugin-php-lang' 'kdevelop5-plugin-python3' 'kdevelop5-plugin-python3' 'kdevelop5-plugin-python3-debuginfo' 'kdevelop5-plugin-python3-debugsource' 'kdevelop5-plugin-python3-lang' 'kdevplatform' 'kdevplatform-debuginfo' 'kdevplatform-devel' 'kdevplatform-lang' 'kdewebkit-devel' 'kdewebkit-devel-32bit' 'kdf' 'kdf-lang' 'kdgantt2' 'kdgantt2-devel' 'kdiagram-devel' 'kdiamond' 'kdiamond-lang' 'kdiff3' 'kdiff3' 'kdiff3-debuginfo' 'kdiff3-debugsource' 'kdiff3-lang' 'kdnssd' 'kdnssd-framework-devel' 'kdnssd-framework-devel-32bit' 'kdnssd-lang' 'kdocker' 'kdocker' 'kdocker-debuginfo' 'kdocker-debugsource' 'kdoctools-devel' 'kdoctools-devel-32bit' 'kdoubanfm' 'kdoubanfm' 'kdoubanfm-debuginfo' 'kdoubanfm-debugsource' 'kdsoap-devel' 'kdstatemachineeditor' 'kdstatemachineeditor-devel' 'kdumpid' 'kea' 'kea-devel' 'kea-hooks' 'keditbookmarks' 'keditbookmarks-lang' 'keepalived' 'keepass' 'kelbt' 'kemoticons-devel' 'kemoticons-devel-32bit' 'kernel-coverage' 'kernel-debug' 'kernel-debug-devel' 'kernel-default-base' 'kernel-default-base-rebuild' 'kernel-docs' 'kernel-docs-html' 'kernel-firmware' 'kernel-kvmsmall' 'kernel-kvmsmall-devel' 'kernel-obs-build' 'kernel-obs-qa' 'kernel-pae' 'kernel-pae-devel' 'kernel-source' 'kernel-source-vanilla' 'kernel-syms' 'kernel-vanilla' 'kernel-vanilla-devel' 'ketchup' 'kexi' 'kexi' 'kexi-debuginfo' 'kexi-debugsource' 'kexi-lang' 'kexis' 'kexis' 'kexis-debuginfo' 'kexis-debugsource' 'keybase-client' 'keybinder-3.0-devel' 'keybinder-devel' 'keybinder-lua' 'keychain' 'keyutils-devel' 'keyutils-devel-32bit' 'kf5-filesystem' 'kf5-kcm-fcitx' 'kf5-kcm-fcitx-icons' 'kf5-mediainfo' 'kf5-pacpl-plugins' 'kfilemetadata5-32bit' 'kfilemetadata5-devel' 'kfind' 'kfind-lang' 'kfloppy' 'kfloppy-lang' 'kfourinline' 'kfourinline-lang' 'kgeography' 'kgeography-lang' 'kget' 'kget-lang' 'kglobalaccel-devel' 'kglobalaccel-devel-32bit' 'kgoldrunner' 'kgoldrunner-lang' 'kgpg' 'kgpg-lang' 'kgraphviewer' 'kgraphviewer' 'kgraphviewer-debuginfo' 'kgraphviewer-debugsource' 'kgraphviewer-devel' 'kgraphviewer-lang' 'kguiaddons-devel' 'kguiaddons-devel-32bit' 'khangman' 'khangman-lang' 'khmeros-fonts' 'kholidays' 'kholidays-devel' 'khotkeys5-devel' 'khtml-devel' 'khtml-devel-32bit' 'khunphan' 'ki18n-devel' 'ki18n-devel-32bit' 'kicad' 'kicad-doc' 'kicad-doc-ca' 'kicad-doc-de' 'kicad-doc-en' 'kicad-doc-es' 'kicad-doc-fr' 'kicad-doc-id' 'kicad-doc-it' 'kicad-doc-ja' 'kicad-doc-pdf-ca' 'kicad-doc-pdf-de' 'kicad-doc-pdf-en' 'kicad-doc-pdf-es' 'kicad-doc-pdf-fr' 'kicad-doc-pdf-id' 'kicad-doc-pdf-it' 'kicad-doc-pdf-ja' 'kicad-doc-pdf-ru' 'kicad-doc-pdf-zh' 'kicad-doc-pl' 'kicad-doc-ru' 'kicad-doc-zh' 'kicad-footprints' 'kicad-lang-bg' 'kicad-lang-ca' 'kicad-lang-cs' 'kicad-lang-de' 'kicad-lang-el' 'kicad-lang-en' 'kicad-lang-es' 'kicad-lang-fi' 'kicad-lang-fr' 'kicad-lang-hu' 'kicad-lang-it' 'kicad-lang-ja' 'kicad-lang-ko' 'kicad-lang-lt' 'kicad-lang-nl' 'kicad-lang-pl' 'kicad-lang-pt' 'kicad-lang-ru' 'kicad-lang-sk' 'kicad-lang-sl' 'kicad-lang-sv' 'kicad-lang-zh_CN' 'kicad-lang-zh_TW' 'kicad-packages3D' 'kicad-symbols' 'kicad-templates' 'kiconthemes-devel' 'kiconthemes-devel-32bit' 'kid3' 'kid3-cli' 'kid3-core' 'kid3-core-lang' 'kid3-doc' 'kid3-qt' 'kid3-qt-doc' 'kidentitymanagement-devel' 'kidletime-devel' 'kidletime-devel-32bit' 'kig' 'kig-lang' 'kigo' 'kigo-lang' 'kile' 'kile' 'kile-debuginfo' 'kile-debugsource' 'kile-lang' 'killbots' 'killbots-lang' 'killerd' 'kim-api' 'kim-api-devel' 'kim-api-examples' 'kimageformats-32bit' 'kimageformats-eps' 'kimagemapeditor' 'kimagemapeditor-lang' 'kimap-devel' 'kinit-32bit' 'kinit-devel' 'kinput2' 'kio-32bit' 'kio-core-32bit' 'kio-devel' 'kio-devel-32bit' 'kio-fuse' 'kio-fuse' 'kio-fuse-debuginfo' 'kio-fuse-debugsource' 'kio-gdrive' 'kio-gdrive' 'kio-gdrive-debuginfo' 'kio-gdrive-debugsource' 'kio-gdrive-lang' 'kio-stash' 'kio-stash' 'kio-stash-debuginfo' 'kio-stash-debugsource' 'kio-stash-lang' 'kio_audiocd-devel' 'kio_iso' 'kio_iso-debuginfo' 'kio_kamera' 'kio_perldoc' 'kio_perldoc-lang' 'kio_recoll' 'kio_recoll' 'kio_recoll-debuginfo' 'kio_recoll-debugsource' 'kirigami' 'kirigami-devel' 'kirigami-gallery' 'kirigami-gallery-lang' 'kirigami-lang' 'kirigami2-devel' 'kiriki' 'kiriki-lang' 'kismet' 'kismet-capture-freaklabs-zigbee' 'kismet-capture-linux-bluetooth' 'kismet-capture-linux-wifi' 'kismet-capture-nrf-51822' 'kismet-capture-nrf-mousejack' 'kismet-capture-nrf-nxp-kw41z' 'kismet-capture-sdr-rtl433' 'kismet-capture-sdr-rtladsb' 'kismet-capture-sdr-rtlamr' 'kismet-capture-ti-cc-2531' 'kismet-capture-ti-cc2540' 'kismet-devel' 'kismet-logtools' 'kitemmodels-devel' 'kitemmodels-devel-32bit' 'kitemmodels-imports' 'kitemviews-devel' 'kitemviews-devel-32bit' 'kiten' 'kiten-devel' 'kiten-lang' 'kitinerary-devel' 'kitty' 'kiwi-boot-descriptions' 'kiwi-boot-requires' 'kiwi-filesystem-requires' 'kiwi-image-docker-requires' 'kiwi-image-iso-requires' 'kiwi-image-oem-requires' 'kiwi-image-pxe-requires' 'kiwi-image-tbz-requires' 'kiwi-image-vmx-requires' 'kiwi-man-pages' 'kiwi-pxeboot' 'kiwi-templates-JeOS' 'kiwi-tools' 'kjobwidgets-devel' 'kjobwidgets-devel-32bit' 'kjots' 'kjots-lang' 'kjs-devel' 'kjs-devel-32bit' 'kjs-devel-lang' 'kjsembed-devel' 'kjsembed-devel-32bit' 'kjumpingcube' 'kjumpingcube-lang' 'kkc-data' 'klatexformula' 'klatexformula-apidoc' 'klavaro' 'klavaro-devel' 'kldap-devel' 'klee' 'klee-uclibc-devel-static' 'klettres' 'klettres-lang' 'klfbackend-devel' 'klftools-devel' 'klick' 'klick' 'klick-debuginfo' 'klick-debugsource' 'klickety' 'klickety-lang' 'klines' 'klines-lang' 'kmailtransport-devel' 'kmarkdownwebview' 'kmarkdownwebview' 'kmarkdownwebview-debuginfo' 'kmarkdownwebview-debugsource' 'kmarkdownwebview-lang' 'kmbox-devel' 'kmediaplayer-devel' 'kmediaplayer-devel-32bit' 'kmetronome' 'kmetronome' 'kmetronome-debuginfo' 'kmetronome-debugsource' 'kmime-devel' 'kmix' 'kmix-lang' 'kmod-bash-completion' 'kmouth' 'kmouth-lang' 'kmplayer' 'kmplayer' 'kmplayer-debuginfo' 'kmplayer-debugsource' 'kmplayer-lang' 'kmplot' 'kmplot-lang' 'kmscon' 'kmscube' 'kmymoney' 'kmymoney' 'kmymoney-debuginfo' 'kmymoney-debugsource' 'kmymoney-devel' 'kmymoney-lang' 'knavalbattle' 'knavalbattle-lang' 'knemo' 'knemo' 'knemo-debuginfo' 'knemo-debugsource' 'knemo-lang' 'knetwalk' 'knetwalk-lang' 'knewstuff-core-devel' 'knewstuff-devel' 'knewstuff-devel-32bit' 'knewstuff-quick-devel' 'knights' 'knights-lang' 'knock' 'knockd' 'knot' 'knotifications-devel' 'knotifications-devel-32bit' 'knotifyconfig-devel' 'knotifyconfig-devel-32bit' 'kochmorse' 'kodi' 'kodi' 'kodi-debuginfo' 'kodi-debugsource' 'kodi-devel' 'kodi.binary-addons' 'kodi.binary-addons' 'kodi.binary-addons-audiodecoder.2sf' 'kodi.binary-addons-audiodecoder.2sf-debuginfo' 'kodi.binary-addons-audiodecoder.asap' 'kodi.binary-addons-audiodecoder.asap-debuginfo' 'kodi.binary-addons-audiodecoder.fluidsynth' 'kodi.binary-addons-audiodecoder.fluidsynth-debuginfo' 'kodi.binary-addons-audiodecoder.gme' 'kodi.binary-addons-audiodecoder.gme-debuginfo' 'kodi.binary-addons-audiodecoder.gsf' 'kodi.binary-addons-audiodecoder.gsf-debuginfo' 'kodi.binary-addons-audiodecoder.modplug' 'kodi.binary-addons-audiodecoder.modplug-debuginfo' 'kodi.binary-addons-audiodecoder.nosefart' 'kodi.binary-addons-audiodecoder.nosefart-debuginfo' 'kodi.binary-addons-audiodecoder.organya' 'kodi.binary-addons-audiodecoder.organya-debuginfo' 'kodi.binary-addons-audiodecoder.qsf' 'kodi.binary-addons-audiodecoder.qsf-debuginfo' 'kodi.binary-addons-audiodecoder.snesapu' 'kodi.binary-addons-audiodecoder.snesapu-debuginfo' 'kodi.binary-addons-audiodecoder.ssf' 'kodi.binary-addons-audiodecoder.ssf-debuginfo' 'kodi.binary-addons-audiodecoder.stsound' 'kodi.binary-addons-audiodecoder.stsound-debuginfo' 'kodi.binary-addons-audiodecoder.timidity' 'kodi.binary-addons-audiodecoder.timidity-debuginfo' 'kodi.binary-addons-audiodecoder.upse' 'kodi.binary-addons-audiodecoder.upse-debuginfo' 'kodi.binary-addons-audiodecoder.usf' 'kodi.binary-addons-audiodecoder.usf-debuginfo' 'kodi.binary-addons-audiodecoder.vgmstream' 'kodi.binary-addons-audiodecoder.vgmstream-debuginfo' 'kodi.binary-addons-audiodecoder.wsr' 'kodi.binary-addons-audiodecoder.wsr-debuginfo' 'kodi.binary-addons-audioencoder.flac' 'kodi.binary-addons-audioencoder.flac-debuginfo' 'kodi.binary-addons-audioencoder.lame' 'kodi.binary-addons-audioencoder.lame-debuginfo' 'kodi.binary-addons-audioencoder.vorbis' 'kodi.binary-addons-audioencoder.vorbis-debuginfo' 'kodi.binary-addons-audioencoder.wav' 'kodi.binary-addons-audioencoder.wav-debuginfo' 'kodi.binary-addons-debuginfo' 'kodi.binary-addons-debugsource' 'kodi.binary-addons-imagedecoder.mpo' 'kodi.binary-addons-imagedecoder.mpo-debuginfo' 'kodi.binary-addons-imagedecoder.raw' 'kodi.binary-addons-imagedecoder.raw-debuginfo' 'kodi.binary-addons-inputstream.adaptive' 'kodi.binary-addons-inputstream.adaptive-debuginfo' 'kodi.binary-addons-inputstream.rtmp' 'kodi.binary-addons-inputstream.rtmp-debuginfo' 'kodi.binary-addons-peripheral.xarcade' 'kodi.binary-addons-peripheral.xarcade-debuginfo' 'kodi.binary-addons-pvr.argustv' 'kodi.binary-addons-pvr.argustv-debuginfo' 'kodi.binary-addons-pvr.demo' 'kodi.binary-addons-pvr.demo-debuginfo' 'kodi.binary-addons-pvr.dvblink' 'kodi.binary-addons-pvr.dvblink-debuginfo' 'kodi.binary-addons-pvr.dvbviewer' 'kodi.binary-addons-pvr.dvbviewer-debuginfo' 'kodi.binary-addons-pvr.filmon' 'kodi.binary-addons-pvr.filmon-debuginfo' 'kodi.binary-addons-pvr.hdhomerun' 'kodi.binary-addons-pvr.hdhomerun-debuginfo' 'kodi.binary-addons-pvr.hts' 'kodi.binary-addons-pvr.hts-debuginfo' 'kodi.binary-addons-pvr.iptvsimple' 'kodi.binary-addons-pvr.iptvsimple-debuginfo' 'kodi.binary-addons-pvr.mediaportal.tvserver' 'kodi.binary-addons-pvr.mediaportal.tvserver-debuginfo' 'kodi.binary-addons-pvr.mythtv' 'kodi.binary-addons-pvr.mythtv-debuginfo' 'kodi.binary-addons-pvr.nextpvr' 'kodi.binary-addons-pvr.nextpvr-debuginfo' 'kodi.binary-addons-pvr.njoy' 'kodi.binary-addons-pvr.njoy-debuginfo' 'kodi.binary-addons-pvr.octonet' 'kodi.binary-addons-pvr.octonet-debuginfo' 'kodi.binary-addons-pvr.pctv' 'kodi.binary-addons-pvr.pctv-debuginfo' 'kodi.binary-addons-pvr.sledovanitv.cz' 'kodi.binary-addons-pvr.sledovanitv.cz-debuginfo' 'kodi.binary-addons-pvr.stalker' 'kodi.binary-addons-pvr.stalker-debuginfo' 'kodi.binary-addons-pvr.teleboy' 'kodi.binary-addons-pvr.teleboy-debuginfo' 'kodi.binary-addons-pvr.vbox' 'kodi.binary-addons-pvr.vbox-debuginfo' 'kodi.binary-addons-pvr.vdr.vnsi' 'kodi.binary-addons-pvr.vdr.vnsi-debuginfo' 'kodi.binary-addons-pvr.vuplus' 'kodi.binary-addons-pvr.vuplus-debuginfo' 'kodi.binary-addons-pvr.wmc' 'kodi.binary-addons-pvr.wmc-debuginfo' 'kodi.binary-addons-pvr.zattoo' 'kodi.binary-addons-pvr.zattoo-debuginfo' 'kodi.binary-addons-screensaver.asteroids' 'kodi.binary-addons-screensaver.asteroids-debuginfo' 'kodi.binary-addons-screensaver.asterwave' 'kodi.binary-addons-screensaver.asterwave-debuginfo' 'kodi.binary-addons-screensaver.biogenesis' 'kodi.binary-addons-screensaver.biogenesis-debuginfo' 'kodi.binary-addons-screensaver.cpblobs' 'kodi.binary-addons-screensaver.cpblobs-debuginfo' 'kodi.binary-addons-screensaver.greynetic' 'kodi.binary-addons-screensaver.greynetic-debuginfo' 'kodi.binary-addons-screensaver.matrixtrails' 'kodi.binary-addons-screensaver.matrixtrails-debuginfo' 'kodi.binary-addons-screensaver.pingpong' 'kodi.binary-addons-screensaver.pingpong-debuginfo' 'kodi.binary-addons-screensaver.pyro' 'kodi.binary-addons-screensaver.pyro-debuginfo' 'kodi.binary-addons-screensaver.stars' 'kodi.binary-addons-screensaver.stars-debuginfo' 'kodi.binary-addons-vfs.libarchive' 'kodi.binary-addons-vfs.libarchive-debuginfo' 'kodi.binary-addons-vfs.nfs' 'kodi.binary-addons-vfs.nfs-debuginfo' 'kodi.binary-addons-vfs.rar' 'kodi.binary-addons-vfs.rar-debuginfo' 'kodi.binary-addons-vfs.sacd' 'kodi.binary-addons-vfs.sacd-debuginfo' 'kodi.binary-addons-vfs.sftp' 'kodi.binary-addons-vfs.sftp-debuginfo' 'kodi.binary-addons-visualization.fishbmc' 'kodi.binary-addons-visualization.fishbmc-debuginfo' 'kodi.binary-addons-visualization.goom' 'kodi.binary-addons-visualization.goom-debuginfo' 'kodi.binary-addons-visualization.shadertoy' 'kodi.binary-addons-visualization.shadertoy-debuginfo' 'kodi.binary-addons-visualization.spectrum' 'kodi.binary-addons-visualization.spectrum-debuginfo' 'kodi.binary-addons-visualization.waveform' 'kodi.binary-addons-visualization.waveform-debuginfo' 'kohsuke-pom' 'kolf' 'kolf-lang' 'kollision' 'kollision-lang' 'kolor-manager' 'kolourpaint' 'kolourpaint-lang' 'kompare-devel' 'kompose' 'konkretcmpi-devel' 'konkretcmpi-python' 'konqueror' 'konqueror-devel' 'konqueror-lang' 'konqueror-plugins' 'konquest' 'konquest-lang' 'kontactinterface-devel' 'konversation' 'konversation-debuginfo' 'konversation-debugsource' 'kopano-archiver' 'kopano-backup' 'kopano-bash-completion' 'kopano-client' 'kopano-common' 'kopano-dagent' 'kopano-dagent-pytils' 'kopano-devel' 'kopano-gateway' 'kopano-ical' 'kopano-indexer' 'kopano-lang' 'kopano-migration-imap' 'kopano-migration-pst' 'kopano-monitor' 'kopano-python-utils' 'kopano-search' 'kopano-server' 'kopano-spamd' 'kopano-spooler' 'kopano-statsd' 'kopano-webapp' 'kopano-webapp-contactfax' 'kopano-webapp-folderwidgets' 'kopano-webapp-gmaps' 'kopano-webapp-lang' 'kopano-webapp-pimfolder' 'kopano-webapp-quickitems' 'kopano-webapp-titlecounter' 'kopano-webapp-webappmanual' 'kopano-webapp-zdeveloper' 'kopete' 'kopete-devel' 'kopete-lang' 'kpackage-32bit' 'kpackage-devel' 'kpackage-devel-32bit' 'kpartloader' 'kpartloader-lang' 'kparts-devel' 'kparts-devel-32bit' 'kpeople5-32bit' 'kpeople5-devel' 'kpeople5-devel-32bit' 'kpeoplevcard' 'kpeoplevcard-debuginfo' 'kpeoplevcard-debugsource' 'kpeoplevcard-devel' 'kphotoalbum' 'kphotoalbum' 'kphotoalbum-debuginfo' 'kphotoalbum-debugsource' 'kphotoalbum-lang' 'kpimtextedit-devel' 'kpkpass-devel' 'kplotting-devel' 'kplotting-devel-32bit' 'kpmcore' 'kpmcore' 'kpmcore-debuginfo' 'kpmcore-debugsource' 'kpmcore-devel' 'kpmcore-lang' 'kproperty' 'kproperty' 'kproperty-debuginfo' 'kproperty-debugsource' 'kproperty-devel' 'kproperty-lang' 'kpty-devel' 'kpty-devel-32bit' 'kqtquickcharts' 'kquickcharts-devel' 'kraft' 'kraft' 'kraft-debuginfo' 'kraft-debugsource' 'krb5-auth-dialog' 'krb5-auth-dialog-lang' 'krb5-client' 'krb5-devel' 'krb5-devel-32bit' 'krb5-plugin-kdb-ldap' 'krb5-plugin-preauth-otp' 'krb5-plugin-preauth-pkinit' 'krb5-plugin-preauth-spake' 'krb5-server' 'krdc' 'krdc-devel' 'krdc-lang' 'krename' 'krename' 'krename-debuginfo' 'krename-debugsource' 'kreport' 'kreport' 'kreport-debuginfo' 'kreport-debugsource' 'kreport-devel' 'kreport-lang' 'krfb' 'krfb-lang' 'krita' 'krita' 'krita-debuginfo' 'krita-debugsource' 'krita-devel' 'krita-lang' 'krita-plugin-gmic' 'kronometer' 'kronometer' 'kronometer-debuginfo' 'kronometer-debugsource' 'kross-32bit' 'kross-devel' 'kross-devel-32bit' 'kross-ruby' 'kruler' 'kruler-lang' 'krunner-devel' 'krunner-devel-32bit' 'krusader' 'krusader' 'krusader-debuginfo' 'krusader-debugsource' 'krusader-doc' 'kryo' 'kryo-javadoc' 'kscreenlocker-devel' 'kservice-32bit' 'kservice-devel' 'kservice-devel-32bit' 'ksh' 'ksh-devel' 'kshisen' 'kshisen-lang' 'kshutdown' 'kshutdown' 'kshutdown-debuginfo' 'kshutdown-debugsource' 'ksirk' 'ksirk-lang' 'ksmtp-devel' 'ksnakeduel' 'ksnakeduel-lang' 'ksnip' 'ksnip-lang' 'kspaceduel' 'kspaceduel-lang' 'ksquares' 'ksquares-lang' 'kssl' 'kst' 'kst' 'kst-debuginfo' 'kst-debugsource' 'kst-devel' 'kstars' 'kstars' 'kstars-debuginfo' 'kstars-debugsource' 'kstars-lang' 'ksystemlog' 'ksystemlog-lang' 'kteatime' 'kteatime-lang' 'ktexteditor-32bit' 'ktexteditor-devel' 'ktexteditor-devel-32bit' 'ktextwidgets-devel' 'ktextwidgets-devel-32bit' 'ktimer' 'ktimer-lang' 'ktimetracker' 'ktimetracker' 'ktimetracker-debuginfo' 'ktimetracker-debugsource' 'ktimetracker-lang' 'ktnef-devel' 'ktoblzcheck' 'ktoblzcheck-devel' 'ktorrent' 'ktorrent' 'ktorrent-debuginfo' 'ktorrent-debugsource' 'ktorrent-lang' 'ktouch' 'ktouch-lang' 'ktp-accounts-kcm' 'ktp-accounts-kcm-lang' 'ktp-approver' 'ktp-approver-lang' 'ktp-auth-handler' 'ktp-auth-handler-lang' 'ktp-common-internals' 'ktp-common-internals-devel' 'ktp-common-internals-lang' 'ktp-contact-list' 'ktp-contact-list-lang' 'ktp-contact-runner' 'ktp-contact-runner-lang' 'ktp-desktop-applets' 'ktp-desktop-applets-lang' 'ktp-filetransfer-handler' 'ktp-filetransfer-handler-lang' 'ktp-icons' 'ktp-kded-module' 'ktp-kded-module-lang' 'ktp-send-file' 'ktp-send-file-lang' 'ktp-text-ui' 'ktp-text-ui-lang' 'ktuberling' 'ktuberling-lang' 'kturtle' 'kturtle-lang' 'kube-prometheus-k8s-yaml' 'kube-prometheus-sources' 'kubeadm' 'kubectl-who-can' 'kubernetes-apiserver' 'kubernetes-client' 'kubernetes-controller-manager' 'kubernetes-dashboard' 'kubernetes-dns' 'kubernetes-kubeadm' 'kubernetes-kubelet-common' 'kubernetes-kubelet1.17' 'kubernetes-kubelet1.18' 'kubernetes-node-image-pause' 'kubernetes-pause' 'kubernetes-proxy' 'kubernetes-salt' 'kubernetes-scheduler' 'kubernetes_utilities' 'kubic-haproxycfg' 'kubic-locale-archive' 'kubic-pause' 'kubic_admin' 'kubic_loadbalancer' 'kubic_worker' 'kubicctl' 'kubicd' 'kubrick' 'kubrick-lang' 'kuiviewer' 'kuiviewer-lang' 'kunitconversion-devel' 'kunitconversion-devel-32bit' 'kup-client' 'kup-server' 'kupfer' 'kured' 'kured-k8s-yaml' 'kurso-de-esperanto' 'kuserfeedback' 'kuserfeedback-debuginfo' 'kuserfeedback-debugsource' 'kuserfeedback-devel' 'kuserfeedback-imports-debuginfo' 'kuserfeedback-server' 'kuserfeedback-tools' 'kuserfeedback-tools-debuginfo' 'kustomize' 'kvantum' 'kvantum-debugsource' 'kvantum-doc' 'kvantum-manager' 'kvantum-manager-debuginfo' 'kvantum-manager-lang' 'kvantum-openbox-themes' 'kvantum-qt5' 'kvantum-qt5-32bit' 'kvantum-qt5-32bit-debuginfo' 'kvantum-qt5-debuginfo' 'kvantum-themes' 'kvazaar' 'kvazaar' 'kvazaar-debuginfo' 'kvazaar-debugsource' 'kvirc' 'kvirc' 'kvirc-debuginfo' 'kwallet-devel' 'kwallet-devel-32bit' 'kwave' 'kwave-lang' 'kwayland-32bit' 'kwayland-devel' 'kwayland-devel-32bit' 'kwebkitpart' 'kwebkitpart-lang' 'kwidgetsaddons-devel' 'kwidgetsaddons-devel-32bit' 'kwikdisk' 'kwin-smaragd' 'kwin-smaragd' 'kwin-smaragd-debuginfo' 'kwin-smaragd-debugsource' 'kwin5-devel' 'kwindowsystem-devel' 'kwindowsystem-devel-32bit' 'kwordquiz' 'kwordquiz-lang' 'kwrite' 'kxml' 'kxml-javadoc' 'kxmlgui-devel' 'kxmlgui-devel-32bit' 'kxmlrpcclient5-devel' 'kxmlrpcclient5-devel-32bit' 'kyotocabinet' 'l-smash' 'l-smash' 'l-smash-debuginfo' 'l-smash-debugsource' 'l-smash-devel' 'labplot-kf5' 'labplot-kf5-lang' 'ladspa-32bit' 'ladspa-LEET-plugin' 'ladspa-LEET-plugin' 'ladspa-LEET-plugin-debuginfo' 'ladspa-LEET-plugin-debugsource' 'ladspa-WAH' 'ladspa-WAH' 'ladspa-WAH-debuginfo' 'ladspa-WAH-debugsource' 'ladspa-aweight' 'ladspa-aweight' 'ladspa-aweight-debuginfo' 'ladspa-aweight-debugsource' 'ladspa-bs2b' 'ladspa-bs2b' 'ladspa-bs2b-debuginfo' 'ladspa-bs2b-debugsource' 'ladspa-clipper' 'ladspa-clipper' 'ladspa-clipper-debugsource' 'ladspa-devel' 'ladspa-foo-plugins' 'ladspa-foo-plugins' 'ladspa-foo-plugins-debuginfo' 'ladspa-foo-plugins-debugsource' 'ladspa-guitarix' 'ladspa-invada-studio-plugins' 'ladspa-invada-studio-plugins' 'ladspa-invada-studio-plugins-debugsource' 'ladspa-lemux' 'ladspa-lemux' 'ladspa-lemux-debuginfo' 'ladspa-lemux-debugsource' 'ladspa-lgv-plugins' 'ladspa-lgv-plugins' 'ladspa-lgv-plugins-debuginfo' 'ladspa-lgv-plugins-debugsource' 'ladspa-lsp-plugins' 'ladspa-njl' 'ladspa-njl' 'ladspa-njl-debuginfo' 'ladspa-njl-debugsource' 'ladspa-omins' 'ladspa-omins' 'ladspa-omins-debuginfo' 'ladspa-omins-debugsource' 'ladspa-trigger' 'ladspa-trigger' 'ladspa-trigger-debugsource' 'ladspa-wasp' 'ladspa-wasp' 'ladspa-wasp-debuginfo' 'ladspa-wasp-debugsource' 'ladspa-wubflip' 'ladspa-wubflip' 'ladspa-wubflip-debugsource' 'laf-plugin' 'laf-plugin-javadoc' 'lame-doc' 'lame-mp3rtp' 'lammps' 'lammps-data' 'lammps-devel' 'lamp_server' 'language-detector' 'language-detector-javadoc' 'languagetool' 'languagetool-core' 'languagetool-core-javadoc' 'languagetool-core-tests' 'languagetool-javadoc' 'languagetool-libs' 'languagetool-tools' 'languagetool-tools-javadoc' 'lapack-devel' 'lapack-devel-32bit' 'lapack-devel-static' 'lapack-man' 'lapacke-devel' 'lapacke-devel-32bit' 'lapacke-devel-static' 'lapdog' 'laptop' 'laptop-mode-tools' 'laptop-mode-tools-gui' 'lasem' 'lasem-devel' 'lash' 'lash-debuginfo' 'lash-debugsource' 'lash-devel' 'lastpass-cli' 'laszip-devel' 'latencytop' 'latex2html' 'latex2html-doc' 'latex2html-pngicons' 'latex2rtf' 'lato-fonts' 'latrace' 'latte-dock' 'latte-dock' 'latte-dock-debuginfo' 'latte-dock-debugsource' 'latte-dock-lang' 'lazarus' 'lbdb' 'lbreakouthd' 'lbzip2' 'lcab' 'lcdf-typetools' 'lcms2' 'lcov' 'lcurse' 'ld10k1' 'ld10k1-devel' 'ldacBT-devel' 'ldapfuse' 'ldapvi' 'ldb-tools' 'ldc' 'ldc-bash-completion' 'ldc-phobos-devel' 'ldc-runtime-devel' 'ldirectord' 'ldns' 'ldns-devel' 'ldvd' 'ldvd' 'ldvd-debugsource' 'leafnode' 'leafpad' 'lector' 'ledmon' 'leechcraft' 'leechcraft-advancednotifications' 'leechcraft-aggregator' 'leechcraft-aggregator-bodyfetch' 'leechcraft-aggregator-webaccess' 'leechcraft-anhero' 'leechcraft-auscrie' 'leechcraft-azoth' 'leechcraft-azoth-abbrev' 'leechcraft-azoth-acetamide' 'leechcraft-azoth-adiumstyles' 'leechcraft-azoth-autoidler' 'leechcraft-azoth-autopaste' 'leechcraft-azoth-birthdaynotifier' 'leechcraft-azoth-chathistory' 'leechcraft-azoth-depester' 'leechcraft-azoth-doc' 'leechcraft-azoth-embedmedia' 'leechcraft-azoth-herbicide' 'leechcraft-azoth-hili' 'leechcraft-azoth-isterique' 'leechcraft-azoth-juick' 'leechcraft-azoth-keeso' 'leechcraft-azoth-lastseen' 'leechcraft-azoth-metacontacts' 'leechcraft-azoth-modnok' 'leechcraft-azoth-mucommands' 'leechcraft-azoth-murm' 'leechcraft-azoth-nativeemoticons' 'leechcraft-azoth-otroid' 'leechcraft-azoth-rosenthal' 'leechcraft-azoth-shx' 'leechcraft-azoth-standardstyles' 'leechcraft-azoth-vader' 'leechcraft-azoth-velvetbird' 'leechcraft-azoth-xoox' 'leechcraft-azoth-xtazy' 'leechcraft-bittorrent' 'leechcraft-blasq' 'leechcraft-blasq-deathnote' 'leechcraft-blasq-rappor' 'leechcraft-blasq-vangog' 'leechcraft-blogique' 'leechcraft-blogique-hestia' 'leechcraft-blogique-metida' 'leechcraft-certmgr' 'leechcraft-cpuload' 'leechcraft-cstp' 'leechcraft-dbusmanager' 'leechcraft-deadlyrics' 'leechcraft-devel' 'leechcraft-devmon' 'leechcraft-doc' 'leechcraft-dolozhee' 'leechcraft-dumbeep' 'leechcraft-eleeminator' 'leechcraft-fenet' 'leechcraft-fenet-awesome' 'leechcraft-fenet-kwin' 'leechcraft-fenet-openbox' 'leechcraft-gacts' 'leechcraft-glance' 'leechcraft-gmailnotifier' 'leechcraft-historyholder' 'leechcraft-hotstreams' 'leechcraft-htthare' 'leechcraft-imgaste' 'leechcraft-intermutko' 'leechcraft-kbswitch' 'leechcraft-kinotify' 'leechcraft-knowhow' 'leechcraft-krigstask' 'leechcraft-lackman' 'leechcraft-lastfmscrobble' 'leechcraft-laughty' 'leechcraft-launchy' 'leechcraft-lemon' 'leechcraft-lhtr' 'leechcraft-liznoo' 'leechcraft-lmp' 'leechcraft-lmp-brainslugz' 'leechcraft-lmp-dumbsync' 'leechcraft-lmp-fradj' 'leechcraft-lmp-graffiti' 'leechcraft-lmp-httstream' 'leechcraft-lmp-mp3tunes' 'leechcraft-lmp-mtpsync' 'leechcraft-lmp-potorchu' 'leechcraft-lmp-ppl' 'leechcraft-mellonetray' 'leechcraft-monocle' 'leechcraft-monocle-dik' 'leechcraft-monocle-doc' 'leechcraft-monocle-fxb' 'leechcraft-monocle-pdf' 'leechcraft-monocle-postrus' 'leechcraft-monocle-seen' 'leechcraft-musiczombie' 'leechcraft-namauth' 'leechcraft-netstoremanager' 'leechcraft-netstoremanager-googledrive' 'leechcraft-networkmonitor' 'leechcraft-newlife' 'leechcraft-ooronee' 'leechcraft-otlozhu' 'leechcraft-pintab' 'leechcraft-pogooglue' 'leechcraft-poshuku' 'leechcraft-poshuku-autosearch' 'leechcraft-poshuku-cleanweb' 'leechcraft-poshuku-dcac' 'leechcraft-poshuku-fatape' 'leechcraft-poshuku-filescheme' 'leechcraft-poshuku-foc' 'leechcraft-poshuku-fua' 'leechcraft-poshuku-keywords' 'leechcraft-poshuku-onlinebookmarks' 'leechcraft-poshuku-onlinebookmarks-delicious' 'leechcraft-poshuku-onlinebookmarks-readitlater' 'leechcraft-poshuku-qrd' 'leechcraft-poshuku-speeddial' 'leechcraft-poshuku-webkitview' 'leechcraft-rosenthal' 'leechcraft-sb2' 'leechcraft-scroblibre' 'leechcraft-secman' 'leechcraft-secman-simplestorage' 'leechcraft-seekthru' 'leechcraft-summary' 'leechcraft-sysnotify' 'leechcraft-tabsessionmanager' 'leechcraft-tabslist' 'leechcraft-textogroose' 'leechcraft-touchstreams' 'leechcraft-tpi' 'leechcraft-vrooby' 'leechcraft-xproxy' 'leechcraft-xtazy' 'leechcraft-zalil' 'legion-devel' 'leiningen' 'lekha' 'lemonbar' 'lensfun' 'lensfun-debugsource' 'lensfun-devel' 'lensfun-doc' 'lensfun-tools' 'leptonica-devel' 'leptonica-tools' 'leveldb' 'leveldb-devel' 'leveldb-devel-static' 'lftp' 'lha' 'lhasa' 'lhasa-devel' 'lib3270-5_2' 'lib3270-devel' 'lib389' 'lib3ds-1-3' 'lib3ds-devel' 'lib4store-devel' 'lib4store0' 'lib4ti2-0' 'libADLMIDI1' 'libAPFEL0' 'libAlembic1_7' 'libAnalitza5' 'libAppStreamQt-devel' 'libArcus-devel' 'libArcus3' 'libBox2D-devel' 'libBox2D-devel-32bit' 'libBox2D2_3_1' 'libBox2D2_3_1-32bit' 'libBulletFileLoader2_89' 'libBulletInverseDynamicsUtils2_89' 'libBulletWorldImporter2_89' 'libBulletXmlWorldImporter2_89' 'libCGAL13' 'libCGAL_Core13' 'libCGAL_ImageIO14' 'libCGAL_Qt5-14' 'libCSXCAD0' 'libCharLS2' 'libCoin60' 'libColPack0' 'libColPack0-32bit' 'libColorFull0' 'libConvexDecomposition2_89' 'libEMF-devel' 'libEMF-utils' 'libEMF1' 'libFLAC++6' 'libFLAC++6-32bit' 'libFOX-1_6-0' 'libFS-devel' 'libFS-devel-32bit' 'libFS6' 'libFS6-32bit' 'libField3D1_7' 'libField3D1_7-debuginfo' 'libGIMPACTUtils2_89' 'libGLC-devel' 'libGLC0' 'libGLEW2_1-32bit' 'libGLw-devel' 'libGLw1' 'libGLw1-32bit' 'libGLwM1' 'libGLwM1-32bit' 'libGammu8' 'libGeneratedSaxParser0_3' 'libGetDP2_11' 'libGraphicsMagick++-Q16-12' 'libGraphicsMagick++-devel' 'libGraphicsMagickWand-Q16-2' 'libHACD2_89' 'libHX-devel' 'libHX-devel-32bit' 'libHX28' 'libHX28-32bit' 'libHYPRE-gnu-mpich-hpc' 'libHYPRE-gnu-mvapich2-hpc' 'libHYPRE-gnu-openmpi1-hpc' 'libHYPRE-gnu-openmpi2-hpc' 'libHYPRE-gnu-openmpi3-hpc' 'libHYPRE2_18_2' 'libHYPRE2_18_2-32bit' 'libHYPRE2_18_2-mpich' 'libHYPRE2_18_2-mpich-32bit' 'libHYPRE2_18_2-mvapich2' 'libHYPRE2_18_2-mvapich2-32bit' 'libHYPRE2_18_2-openmpi1' 'libHYPRE2_18_2-openmpi1-32bit' 'libHYPRE2_18_2-openmpi2' 'libHYPRE2_18_2-openmpi2-32bit' 'libHYPRE_2_18_2-gnu-mpich-hpc' 'libHYPRE_2_18_2-gnu-mvapich2-hpc' 'libHYPRE_2_18_2-gnu-openmpi1-hpc' 'libHYPRE_2_18_2-gnu-openmpi2-hpc' 'libHYPRE_2_18_2-gnu-openmpi3-hpc' 'libHalf-2_4-24-32bit' 'libHepMC3-1' 'libHepMC4' 'libICE-devel' 'libICE-devel-32bit' 'libICE6-32bit' 'libIDL-2-0' 'libIDL-2-0-32bit' 'libIL1' 'libIccXML-devel' 'libIccXML2' 'libIex-2_4-24-32bit' 'libIexMath-2_4-24' 'libIexMath-2_4-24-32bit' 'libIlmImf-2_4-24-32bit' 'libIlmImfUtil-2_4-24' 'libIlmImfUtil-2_4-24-32bit' 'libIlmThread-2_4-24-32bit' 'libImath-2_4-24' 'libImath-2_4-24-32bit' 'libIrrlicht1_8' 'libKChart2' 'libKDb3-4' 'libKDb3-4-debuginfo' 'libKEduVocDocument5' 'libKF5Activities5-32bit' 'libKF5ActivitiesStats1-32bit' 'libKF5Archive5-32bit' 'libKF5Attica5-32bit' 'libKF5Auth5-32bit' 'libKF5AuthCore5-32bit' 'libKF5Baloo5-32bit' 'libKF5BalooEngine5-32bit' 'libKF5Blog5' 'libKF5Bookmarks5-32bit' 'libKF5CalendarEvents5-32bit' 'libKF5CddbWidgets5' 'libKF5Codecs5-32bit' 'libKF5Completion5-32bit' 'libKF5ConfigCore5-32bit' 'libKF5ConfigGui5-32bit' 'libKF5ConfigWidgets5-32bit' 'libKF5Contacts5-32bit' 'libKF5CoreAddons5-32bit' 'libKF5Crash5-32bit' 'libKF5DBusAddons5-32bit' 'libKF5DNSSD5-32bit' 'libKF5Declarative5-32bit' 'libKF5DocTools5-32bit' 'libKF5Emoticons5-32bit' 'libKF5GlobalAccel5-32bit' 'libKF5GuiAddons5-32bit' 'libKF5I18n5-32bit' 'libKF5IconThemes5-32bit' 'libKF5IdleTime5-32bit' 'libKF5ItemModels5-32bit' 'libKF5ItemViews5-32bit' 'libKF5JS5-32bit' 'libKF5JSApi5-32bit' 'libKF5JobWidgets5-32bit' 'libKF5JsEmbed5-32bit' 'libKF5KCMUtils5-32bit' 'libKF5KDELibs4Support5-32bit' 'libKF5KDGantt2-5' 'libKF5KGeoMap10_0_0' 'libKF5KHtml5-32bit' 'libKF5MediaPlayer5' 'libKF5MediaPlayer5-32bit' 'libKF5MediaWiki5-debuginfo' 'libKF5ModemManagerQt-devel' 'libKF5NetworkManagerQt-devel' 'libKF5NetworkManagerQt-devel-32bit' 'libKF5NetworkManagerQt6-32bit' 'libKF5NewStuff5-32bit' 'libKF5NewStuffCore5-32bit' 'libKF5Notifications5-32bit' 'libKF5NotifyConfig5-32bit' 'libKF5Parts5-32bit' 'libKF5Plasma5-32bit' 'libKF5Plotting5' 'libKF5Plotting5-32bit' 'libKF5Prison5-32bit' 'libKF5Pty5-32bit' 'libKF5PulseAudioQt2-debuginfo' 'libKF5Purpose5-32bit' 'libKF5PurposeWidgets5-32bit' 'libKF5QuickAddons5-32bit' 'libKF5Runner5-32bit' 'libKF5Screen7-32bit' 'libKF5Solid5-32bit' 'libKF5SonnetCore5-32bit' 'libKF5SonnetUi5-32bit' 'libKF5Style5-32bit' 'libKF5Su5-32bit' 'libKF5SyntaxHighlighting5-32bit' 'libKF5TextWidgets5-32bit' 'libKF5ThreadWeaver5-32bit' 'libKF5Torrent6' 'libKF5Torrent6-debuginfo' 'libKF5UnitConversion5-32bit' 'libKF5Vkontakte2' 'libKF5Vkontakte2-debuginfo' 'libKF5Wallet5-32bit' 'libKF5WebKit5' 'libKF5WebKit5-32bit' 'libKF5WidgetsAddons5-32bit' 'libKF5WindowSystem5-32bit' 'libKF5XmlGui5-32bit' 'libKF5XmlRpcClient5-32bit' 'libKPimGAPIBlogger5' 'libKPimGAPIDrive5' 'libKPimGAPILatitude5' 'libKPimGAPIMaps5' 'libKPropertyCore3-4' 'libKPropertyCore3-4-debuginfo' 'libKPropertyWidgets3-4' 'libKPropertyWidgets3-4-debuginfo' 'libKReport3-4' 'libKReport3-4-debuginfo' 'libKUserFeedbackCore1-debuginfo' 'libKUserFeedbackWidgets1-debuginfo' 'libKasten4' 'libKasten4-debuginfo' 'libLASi-devel' 'libLASi2' 'libLHAPDF-6_2_3' 'libLTO7' 'libLTO7-32bit' 'libLTO8' 'libLTO8-32bit' 'libLTO9' 'libLTO9-32bit' 'libLimeSuite20_01-1' 'libLunchbox3' 'libLunchbox3-debuginfo' 'libMagick++-7_Q16HDRI4' 'libMagick++-7_Q16HDRI4-32bit' 'libMagick++-devel' 'libMagick++-devel-32bit' 'libMagickCore-7_Q16HDRI7-32bit' 'libMagickWand-7_Q16HDRI7-32bit' 'libMathMLSolver0_3' 'libMauiKit' 'libMrm4' 'libMrm4-32bit' 'libMyGUIEngine3_4_0' 'libOIS-1_3_0' 'libOIS-devel' 'libOSC-devel' 'libOSC0' 'libOSC0-debuginfo' 'libOSMesa-devel' 'libOSMesa-devel-32bit' 'libOgreMain-devel' 'libOgreMain1_9_0' 'libOgreMain1_9_0-plugins' 'libOgreOverlay-devel' 'libOgreOverlay1_9_0' 'libOgrePaging-devel' 'libOgrePaging1_9_0' 'libOgreProperty-devel' 'libOgreProperty1_9_0' 'libOgreRTShaderSystem-devel' 'libOgreRTShaderSystem1_9_0' 'libOgreTerrain-devel' 'libOgreTerrain1_9_0' 'libOgreVolume-devel' 'libOgreVolume1_9_0' 'libOkteta3' 'libOkteta3-debuginfo' 'libOpenCL1' 'libOpenCOLLADABaseUtils0_3' 'libOpenCOLLADAFramework0_3' 'libOpenCOLLADASaxFrameworkLoader0_3' 'libOpenCOLLADAStreamWriter0_3' 'libOpenColorIO1' 'libOpenIPMI0' 'libOpenImageDenoise0' 'libOpenImageIO1_8' 'libOpenImageIO_Util1_8' 'libOpenSceneGraph-devel' 'libOpenSceneGraph131' 'libOpenSceneGraph131-devel' 'libOpenSceneGraph158' 'libOpenThreads-devel' 'libOpenThreads20' 'libOpenThreads20-devel' 'libOpenThreads21' 'libOyranosSynnefo-devel' 'libOyranosSynnefo-devel-static' 'libOyranosSynnefo1' 'libPocoCppParser71' 'libPocoCrypto71' 'libPocoData71' 'libPocoDataMySQL71' 'libPocoDataODBC71' 'libPocoDataSQLite71' 'libPocoEncodings71' 'libPocoFoundation71' 'libPocoJSON71' 'libPocoJWT71' 'libPocoMongoDB71' 'libPocoNet71' 'libPocoNetSSL71' 'libPocoPDF71' 'libPocoRedis71' 'libPocoUtil71' 'libPocoXML71' 'libPocoZip71' 'libPythonQt-Qt5-Python3-3' 'libPythonQt_QtAll-Qt5-Python3-3' 'libQCSXCAD0' 'libQMatrixClient0_5_3' 'libQTweetLib1_0' 'libQTweetLib1_0-debuginfo' 'libQgpsmm25' 'libQt4Pas5' 'libQt53DAnimation-devel' 'libQt53DAnimation5' 'libQt53DAnimation5-32bit' 'libQt53DCore-devel' 'libQt53DCore5' 'libQt53DCore5-32bit' 'libQt53DExtras-devel' 'libQt53DExtras5' 'libQt53DExtras5-32bit' 'libQt53DInput-devel' 'libQt53DInput5' 'libQt53DInput5-32bit' 'libQt53DLogic-devel' 'libQt53DLogic5' 'libQt53DLogic5-32bit' 'libQt53DQuick-devel' 'libQt53DQuick5' 'libQt53DQuick5-32bit' 'libQt53DQuickAnimation-devel' 'libQt53DQuickAnimation5' 'libQt53DQuickAnimation5-32bit' 'libQt53DQuickExtras-devel' 'libQt53DQuickExtras5' 'libQt53DQuickExtras5-32bit' 'libQt53DQuickInput-devel' 'libQt53DQuickInput5' 'libQt53DQuickInput5-32bit' 'libQt53DQuickRender-devel' 'libQt53DQuickRender5' 'libQt53DQuickRender5-32bit' 'libQt53DQuickScene2D-devel' 'libQt53DQuickScene2D5' 'libQt53DQuickScene2D5-32bit' 'libQt53DRender-devel' 'libQt53DRender5' 'libQt53DRender5-32bit' 'libQt5Bluetooth5-32bit' 'libQt5Bodymovin-devel' 'libQt5Bodymovin-private-headers-devel' 'libQt5Bodymovin5' 'libQt5Bootstrap-devel-static' 'libQt5Bootstrap-devel-static-32bit' 'libQt5Charts5' 'libQt5Charts5-designer' 'libQt5Charts5-devel' 'libQt5Concurrent-devel' 'libQt5Concurrent-devel-32bit' 'libQt5Concurrent5-32bit' 'libQt5Core-devel' 'libQt5Core-devel-32bit' 'libQt5Core-private-headers-devel' 'libQt5Core5-32bit' 'libQt5DBus-devel' 'libQt5DBus-devel-32bit' 'libQt5DBus-private-headers-devel' 'libQt5DBus5-32bit' 'libQt5DataVisualization5' 'libQt5DataVisualization5-devel' 'libQt5Designer5-32bit' 'libQt5DesignerComponents5' 'libQt5DesignerComponents5-32bit' 'libQt5Gamepad5' 'libQt5Gamepad5-32bit' 'libQt5Gui-devel' 'libQt5Gui-devel-32bit' 'libQt5Gui-private-headers-devel' 'libQt5Gui5-32bit' 'libQt5Help5-32bit' 'libQt5HunspellInputMethod-private-headers-devel' 'libQt5KmsSupport-devel-static' 'libQt5KmsSupport-private-headers-devel' 'libQt5Location5-32bit' 'libQt5Multimedia5-32bit' 'libQt5Network-devel' 'libQt5Network-devel-32bit' 'libQt5Network-private-headers-devel' 'libQt5Network5-32bit' 'libQt5NetworkAuth5-32bit' 'libQt5Nfc5-32bit' 'libQt5OpenGL-devel' 'libQt5OpenGL-devel-32bit' 'libQt5OpenGL-private-headers-devel' 'libQt5OpenGL5-32bit' 'libQt5OpenGLExtensions-devel-static' 'libQt5OpenGLExtensions-devel-static-32bit' 'libQt5Pas-devel' 'libQt5Pas1' 'libQt5PlatformHeaders-devel' 'libQt5PlatformSupport-devel-static' 'libQt5PlatformSupport-devel-static-32bit' 'libQt5PlatformSupport-private-headers-devel' 'libQt5Positioning5-32bit' 'libQt5PositioningQuick5-32bit' 'libQt5PrintSupport-devel' 'libQt5PrintSupport-devel-32bit' 'libQt5PrintSupport-private-headers-devel' 'libQt5PrintSupport5-32bit' 'libQt5Quick3D5' 'libQt5Quick3DAssetImport5' 'libQt5QuickControls2-devel' 'libQt5QuickTemplates2-devel' 'libQt5RemoteObjects5' 'libQt5RemoteObjects5-32bit' 'libQt5Script5-32bit' 'libQt5Scxml5' 'libQt5Scxml5-32bit' 'libQt5Scxml5-imports' 'libQt5Sensors5-32bit' 'libQt5SerialBus5' 'libQt5SerialBus5-32bit' 'libQt5SerialPort5-32bit' 'libQt5Sql-devel' 'libQt5Sql-devel-32bit' 'libQt5Sql-private-headers-devel' 'libQt5Sql5-32bit' 'libQt5Sql5-mysql-32bit' 'libQt5Sql5-postgresql' 'libQt5Sql5-postgresql-32bit' 'libQt5Sql5-sqlite-32bit' 'libQt5Sql5-unixODBC' 'libQt5Sql5-unixODBC-32bit' 'libQt5Svg5-32bit' 'libQt5Test-devel' 'libQt5Test-devel-32bit' 'libQt5Test-private-headers-devel' 'libQt5Test5-32bit' 'libQt5TextToSpeech5-32bit' 'libQt5WaylandClient5-32bit' 'libQt5WaylandCompositor5-32bit' 'libQt5WebChannel5-32bit' 'libQt5WebKit-private-headers-devel' 'libQt5WebKit5-32bit' 'libQt5WebKit5-devel' 'libQt5WebKit5-devel-32bit' 'libQt5WebKitWidgets-devel' 'libQt5WebKitWidgets-devel-32bit' 'libQt5WebKitWidgets-private-headers-devel' 'libQt5WebKitWidgets5-32bit' 'libQt5WebSockets5-32bit' 'libQt5WebView5' 'libQt5WebView5-imports' 'libQt5Widgets-devel' 'libQt5Widgets-devel-32bit' 'libQt5Widgets-private-headers-devel' 'libQt5Widgets5-32bit' 'libQt5X11Extras5-32bit' 'libQt5Xdg3' 'libQt5XdgIconLoader-devel' 'libQt5XdgIconLoader3' 'libQt5Xml-devel' 'libQt5Xml-devel-32bit' 'libQt5Xml5-32bit' 'libQt5XmlPatterns5-32bit' 'libQtAV1' 'libQtAV1-32bit' 'libQtAV1-32bit-debuginfo' 'libQtAV1-debuginfo' 'libQtAVWidgets1' 'libQtAVWidgets1-32bit' 'libQtAVWidgets1-32bit-debuginfo' 'libQtAVWidgets1-debuginfo' 'libQtQuick5-32bit' 'libQtWebKit-devel' 'libQtWebKit4' 'libQtWebKit4' 'libQtWebKit4-debuginfo' 'libQtWebKit4-debugsource' 'libRaTools0' 'libRivet-3_1_0' 'libSDL-devel' 'libSDL-devel-32bit' 'libSDL2-devel' 'libSDL2-devel-32bit' 'libSDL2_gfx-1_0-0' 'libSDL2_gfx-1_0-0-32bit' 'libSDL2_gfx-devel' 'libSDL2_gfx-devel-32bit' 'libSDL2_image-2_0-0-32bit' 'libSDL2_image-devel' 'libSDL2_image-devel-32bit' 'libSDL2_mixer-2_0-0' 'libSDL2_mixer-2_0-0-32bit' 'libSDL2_mixer-devel' 'libSDL2_mixer-devel-32bit' 'libSDL2_net-2_0-0' 'libSDL2_net-2_0-0-32bit' 'libSDL2_net-devel' 'libSDL2_net-devel-32bit' 'libSDL2_ttf-2_0-0' 'libSDL2_ttf-2_0-0-32bit' 'libSDL2_ttf-devel' 'libSDL2_ttf-devel-32bit' 'libSDL_Pango-devel' 'libSDL_Pango-devel-32bit' 'libSDL_Pango1' 'libSDL_Pango1-32bit' 'libSDL_bgi-devel' 'libSDL_bgi2' 'libSDL_gfx-devel' 'libSDL_gfx-devel-32bit' 'libSDL_gfx15-32bit' 'libSDL_image-1_2-0-32bit' 'libSDL_image-devel' 'libSDL_image-devel-32bit' 'libSDL_mixer-1_2-0' 'libSDL_mixer-1_2-0-32bit' 'libSDL_mixer-devel' 'libSDL_mixer-devel-32bit' 'libSDL_net-1_2-0-32bit' 'libSDL_net-devel' 'libSDL_net-devel-32bit' 'libSDL_sound-1_0-1-32bit' 'libSDL_sound-devel' 'libSDL_sound-devel-32bit' 'libSDL_ttf-2_0-0' 'libSDL_ttf-2_0-0-32bit' 'libSDL_ttf-devel' 'libSDL_ttf-devel-32bit' 'libSDLmm-0_1-8' 'libSDLmm-0_1-8-32bit' 'libSDLmm-devel' 'libSDLmm-devel-32bit' 'libSHERPA-MC0' 'libSHERPA-MC0-config' 'libSM-devel' 'libSM-devel-32bit' 'libSM6-32bit' 'libSOIL' 'libSOIL-debugsource' 'libSOIL-devel' 'libSOIL1' 'libSOIL1-debuginfo' 'libSPIRV-Tools-suse16-32bit' 'libSampleICC-devel' 'libSampleICC1' 'libSavitar-devel' 'libSavitar0' 'libSimGearCore-2018_3_4' 'libSoQt20' 'libSoapyOsmoSDR0' 'libSoapySDR0_7' 'libSoundTouch1-32bit' 'libStatTimer2' 'libSwiften4' 'libTMCG-devel' 'libTMCG18' 'libTutf-devel' 'libTutf1' 'libTw-devel' 'libTw5' 'libUTF0_3' 'libUil4' 'libUil4-32bit' 'libUnitTest++-2_0_0' 'libVFlib3-5' 'libWN3' 'libWPEBackend-fdo-1_0-1-32bit' 'libWildMidi2' 'libX11-devel' 'libX11-devel-32bit' 'libXNVCtrl' 'libXNVCtrl' 'libXNVCtrl-debugsource' 'libXNVCtrl-devel' 'libXNVCtrl0' 'libXNVCtrl0-debuginfo' 'libXRes1-32bit' 'libXau-devel' 'libXau-devel-32bit' 'libXaw-devel' 'libXaw-devel-32bit' 'libXaw3d-devel' 'libXaw3d-devel-32bit' 'libXaw3d6' 'libXaw3d6-32bit' 'libXaw3d7' 'libXaw3d7-32bit' 'libXaw3d8' 'libXaw3d8-32bit' 'libXaw3dXft' 'libXaw3dXft-debugsource' 'libXaw3dxft-devel' 'libXaw3dxft8' 'libXaw3dxft8-32bit' 'libXaw3dxft8-32bit-debuginfo' 'libXaw3dxft8-debuginfo' 'libXaw6' 'libXaw6-32bit' 'libXaw7-32bit' 'libXaw8' 'libXaw8-32bit' 'libXbgi-devel' 'libXbgi1' 'libXcm-devel' 'libXcm0' 'libXcmDDC0' 'libXcmEDID0' 'libXcmX11-0' 'libXcomposite-devel' 'libXcomposite-devel-32bit' 'libXcursor-devel' 'libXcursor-devel-32bit' 'libXdamage-devel' 'libXdamage-devel-32bit' 'libXdmcp-devel' 'libXdmcp-devel-32bit' 'libXevie-devel' 'libXevie-devel-32bit' 'libXevie1' 'libXevie1-32bit' 'libXext-devel' 'libXext-devel-32bit' 'libXfixes-devel' 'libXfixes-devel-32bit' 'libXfont-devel' 'libXfont-devel-32bit' 'libXfont1' 'libXfont1-32bit' 'libXfont2-2-32bit' 'libXfont2-devel' 'libXfont2-devel-32bit' 'libXfontcache-devel' 'libXfontcache-devel-32bit' 'libXfontcache1-32bit' 'libXft-devel' 'libXft-devel-32bit' 'libXi-devel' 'libXi-devel-32bit' 'libXinerama-devel' 'libXinerama-devel-32bit' 'libXiterm-devel' 'libXiterm1' 'libXm4' 'libXm4-32bit' 'libXmu-devel' 'libXmu-devel-32bit' 'libXmu6-32bit' 'libXmuu1-32bit' 'libXp-devel' 'libXp-devel-32bit' 'libXp6' 'libXp6-32bit' 'libXpm-devel' 'libXpm-devel-32bit' 'libXpm-tools' 'libXpresent-devel' 'libXpresent1' 'libXprintAppUtil-devel' 'libXprintAppUtil-devel-32bit' 'libXprintAppUtil1' 'libXprintAppUtil1-32bit' 'libXprintUtil-devel' 'libXprintUtil-devel-32bit' 'libXprintUtil1' 'libXprintUtil1-32bit' 'libXrandr-devel' 'libXrandr-devel-32bit' 'libXrender-devel' 'libXrender-devel-32bit' 'libXres-devel' 'libXres-devel-32bit' 'libXss-devel' 'libXss-devel-32bit' 'libXss1-32bit' 'libXt-devel' 'libXt-devel-32bit' 'libXt6-32bit' 'libXtst-devel' 'libXtst-devel-32bit' 'libXtst6-32bit' 'libXv-devel' 'libXv-devel-32bit' 'libXv1-32bit' 'libXvMC-devel' 'libXvMC-devel-32bit' 'libXvMC1' 'libXvMC1-32bit' 'libXvMC_nouveau' 'libXvMC_nouveau-32bit' 'libXvMC_r600' 'libXvMC_r600-32bit' 'libXvnc-devel' 'libXxf86dga-devel' 'libXxf86dga-devel-32bit' 'libXxf86dga1' 'libXxf86dga1-32bit' 'libXxf86vm-devel' 'libXxf86vm-devel-32bit' 'libYODA-1_8_0' 'liba2ps1' 'liba52-0-32bit' 'liba52-devel' 'libaa1-32bit' 'libaacs' 'libaacs-debugsource' 'libaacs-devel' 'libaacs0' 'libaacs0-debuginfo' 'libaal-1_0-7' 'libaal-devel' 'libaal-minimal0' 'libabigail-devel' 'libabigail-tools' 'libabigail0' 'libabiword-3_0' 'libabiword-3_0-devel' 'libabw-devel' 'libabw-devel-doc' 'libabw-tools' 'libacars-2-2' 'libacars-devel' 'libacars1' 'libacars2-devel' 'libaccounts-glib-devel' 'libaccounts-glib-docs' 'libaccounts-glib-tools' 'libaccounts-glib1-32bit' 'libaccounts-qt5-1-32bit' 'libaccounts-qt5-devel' 'libaccounts-qt5-doc' 'libaccountsservice0' 'libacl-devel' 'libacl-devel-32bit' 'libacr38ucontrol0' 'libada10' 'libada10-32bit' 'libada7' 'libada7-32bit' 'libada9' 'libada9-32bit' 'libaddrxlat-devel' 'libaddrxlat0' 'libadlmidi-devel' 'libadms0' 'libadns-devel' 'libadns-devel-32bit' 'libadns1' 'libadns1-32bit' 'libadolc2' 'libadolc2-32bit' 'libaec-devel' 'libaec0' 'libaec0-32bit' 'libaften-devel' 'libaften0' 'libaften0-debuginfo' 'libags3' 'libaio-devel' 'libaio-devel-32bit' 'libaio1-32bit' 'libairspy0' 'libairspyhf0' 'libakai0' 'libalac0' 'libalkimia5-8' 'libalkimia5-8-debuginfo' 'libalkimia5-devel' 'liballeg44-devel' 'liballeg4_4' 'liballeg4_4-32bit' 'liballeggl44-devel' 'liballeggl4_4' 'liballeggl4_4-32bit' 'liballegro-doc' 'liballegro5_2' 'liballegro5_2-devel' 'liballegro_acodec5_2' 'liballegro_acodec5_2-devel' 'liballegro_audio5_2' 'liballegro_audio5_2-devel' 'liballegro_color5_2' 'liballegro_color5_2-devel' 'liballegro_dialog5_2' 'liballegro_dialog5_2-devel' 'liballegro_font5_2' 'liballegro_font5_2-devel' 'liballegro_image5_2' 'liballegro_image5_2-devel' 'liballegro_main5_2' 'liballegro_main5_2-devel' 'liballegro_memfile5_2' 'liballegro_memfile5_2-devel' 'liballegro_physfs5_2' 'liballegro_physfs5_2-devel' 'liballegro_primitives5_2' 'liballegro_primitives5_2-devel' 'liballegro_ttf5_2' 'liballegro_ttf5_2-devel' 'liballegro_video5_2' 'liballegro_video5_2-devel' 'libalure1' 'libalut0' 'libalut0-32bit' 'libamd-doc' 'libamrnb-devel' 'libamrnb3' 'libamrnb3-32bit' 'libamrnb3-32bit-debuginfo' 'libamrnb3-debuginfo' 'libamrwb-devel' 'libamrwb3' 'libamrwb3-32bit' 'libamrwb3-32bit-debuginfo' 'libamrwb3-debuginfo' 'libamtk-5-0' 'libangelscript2_34_0' 'libanjuta-3-0' 'libansilove-devel' 'libansilove1' 'libanthy0' 'libanthy0-32bit' 'libantlr3c3' 'libantlr3c3-32bit' 'libantlr4-runtime-devel' 'libantlr4-runtime4_8' 'libao-devel' 'libao-plugins4-32bit' 'libao4-32bit' 'libaom-devel' 'libaom-devel-doc' 'libaom0-32bit' 'libap4-1_5_1r629' 'libap4-1_5_1r629-debuginfo' 'libapparmor-devel' 'libapparmor1-32bit' 'libappindicator-devel' 'libappindicator1' 'libappindicator3-devel' 'libappmenu-gtk-parser-devel' 'libappmenu-gtk2-parser-devel' 'libappmenu-gtk2-parser0' 'libappmenu-gtk3-parser-devel' 'libappmenu-gtk3-parser0' 'libapr-util1-dbd-mysql' 'libapr-util1-dbd-pgsql' 'libapr-util1-dbd-sqlite3' 'libarchive-devel' 'libarchive13-32bit' 'libargon2-1-32bit' 'libargtable2-0' 'libargtable2-devel' 'libaria2-0' 'libarm_compute18' 'libarmadillo9' 'libarmadillo9-32bit' 'libarmnn20' 'libarmnn20-opencl' 'libarmnnCaffeParser20' 'libarmnnCaffeParser20-opencl' 'libarmnnOnnxParser20' 'libarmnnOnnxParser20-opencl' 'libarmnnSerializer20' 'libarmnnSerializer20-opencl' 'libarmnnTfLiteParser20' 'libarmnnTfLiteParser20-opencl' 'libarmnnTfParser20' 'libarmnnTfParser20-opencl' 'libarpack2' 'libarpack2-32bit' 'libarprec0' 'libart_lgpl-devel' 'libart_lgpl-devel-32bit' 'libart_lgpl_2-2' 'libart_lgpl_2-2-32bit' 'libasan4' 'libasan4-32bit' 'libasan5-32bit' 'libasan6' 'libasan6-32bit' 'libase1' 'libaslcommon0' 'libasm-devel' 'libasm1-32bit' 'libasn1c-devel' 'libasn1c1' 'libaspell15' 'libaspell15-32bit' 'libass-devel' 'libass9-32bit' 'libassimp3' 'libassuan-devel' 'libassuan0-32bit' 'libastylej3' 'libasync' 'libasync-devel' 'libasyncns-devel' 'libasyncns0' 'libatasmart-devel' 'libathemecore1' 'libatkmm-1_6-1-32bit' 'libatkmm-2_30-1' 'libatkmm-2_30-1-32bit' 'libatlascpp-0_6-1' 'libatomic1-32bit' 'libatomic1-gcc7' 'libatomic1-gcc7-32bit' 'libatomic1-gcc9' 'libatomic1-gcc9-32bit' 'libatomic_ops-devel' 'libatomicparsley0' 'libatopology2-32bit' 'libatrildocument3' 'libatrilview3' 'libattr-devel' 'libattr-devel-32bit' 'libattr-devel-static' 'libattr1-32bit' 'libaubio-devel' 'libaubio5' 'libaubio5-32bit' 'libaudaspace-c1_3' 'libaudaspace-py1_3' 'libaudaspace1_3' 'libaudclient-devel' 'libaudclient2' 'libaudclient2' 'libaudclient2-debuginfo' 'libaudclient2-debugsource' 'libaudcore5' 'libaudiofile1-32bit' 'libaudqt2' 'libaudtag3' 'libaugeas0-32bit' 'libauparse0-32bit' 'libautotrace3' 'libav-tools' 'libavahi-devel' 'libavahi-glib-devel' 'libavahi-glib1-32bit' 'libavahi-gobject-devel' 'libavahi-gobject0' 'libavc1394-0-32bit' 'libavc1394-devel' 'libavc1394-devel-32bit' 'libavc1394-tools' 'libavcodec56-32bit' 'libavcodec56-32bit-debuginfo' 'libavcodec56-debuginfo' 'libavcodec57' 'libavcodec57-32bit' 'libavcodec57-32bit-debuginfo' 'libavcodec57-debuginfo' 'libavcodec58-32bit' 'libavcodec58-32bit-debuginfo' 'libavcodec58-debuginfo' 'libavdevice56-32bit' 'libavdevice56-32bit-debuginfo' 'libavdevice56-debuginfo' 'libavdevice57' 'libavdevice57-32bit' 'libavdevice57-32bit-debuginfo' 'libavdevice57-debuginfo' 'libavdevice58-32bit' 'libavdevice58-32bit-debuginfo' 'libavdevice58-debuginfo' 'libavfilter5-32bit' 'libavfilter5-32bit-debuginfo' 'libavfilter5-debuginfo' 'libavfilter6' 'libavfilter6-32bit' 'libavfilter6-32bit-debuginfo' 'libavfilter6-debuginfo' 'libavfilter7-32bit' 'libavfilter7-32bit-debuginfo' 'libavfilter7-debuginfo' 'libavformat56-32bit' 'libavformat56-32bit-debuginfo' 'libavformat56-debuginfo' 'libavformat57' 'libavformat57-32bit' 'libavformat57-32bit-debuginfo' 'libavformat57-debuginfo' 'libavformat58-32bit' 'libavformat58-32bit-debuginfo' 'libavformat58-debuginfo' 'libavfs0' 'libavif-devel' 'libavif2' 'libavifile-devel' 'libaviplay-0_7-0' 'libaviplay-0_7-0-debuginfo' 'libavogadrolibs-suse0' 'libavrdude1' 'libavresample2-32bit' 'libavresample2-32bit-debuginfo' 'libavresample2-debuginfo' 'libavresample3' 'libavresample3-32bit' 'libavresample3-32bit-debuginfo' 'libavresample3-debuginfo' 'libavresample4-32bit' 'libavresample4-32bit-debuginfo' 'libavresample4-debuginfo' 'libavtp-devel' 'libavtp0' 'libavutil54-32bit' 'libavutil54-32bit-debuginfo' 'libavutil54-debuginfo' 'libavutil55' 'libavutil55-32bit' 'libavutil55-32bit-debuginfo' 'libavutil55-debuginfo' 'libavutil56-32bit' 'libavutil56-32bit-debuginfo' 'libavutil56-debuginfo' 'libavxsynth0' 'libavxsynth0-debuginfo' 'libax25-0' 'libax25-common' 'libax25-devel' 'libax25io0' 'libayatana-appindicator-devel' 'libayatana-appindicator1' 'libayatana-appindicator3-1' 'libayatana-appindicator3-devel' 'libayatana-ido3-0_4-0' 'libayatana-ido3-0_4-0-32bit' 'libayatana-indicator-devel' 'libayatana-indicator3-7' 'libayatana-indicator3-devel' 'libayatana-indicator7' 'libb2-1' 'libb2-devel' 'libb64' 'libb64-devel' 'libbabl-0_1-0-32bit' 'libbamf3-2' 'libbase-javadoc' 'libbaseencode-devel' 'libbaseencode1' 'libbasicobjects-devel' 'libbasicobjects-devel-32bit' 'libbasicobjects0' 'libbasicobjects0-32bit' 'libbcg729-0' 'libbcg729-0-32bit' 'libbcmatroska2-0' 'libbcmatroska2-0-32bit' 'libbctoolbox-tester1' 'libbctoolbox-tester1-32bit' 'libbctoolbox1' 'libbctoolbox1-32bit' 'libbcunit1' 'libbcunit1-32bit' 'libbd_btrfs-devel' 'libbd_crypto-devel' 'libbd_dm-devel' 'libbd_dm2' 'libbd_fs-devel' 'libbd_kbd-devel' 'libbd_kbd2' 'libbd_loop-devel' 'libbd_lvm-dbus-devel' 'libbd_lvm-dbus2' 'libbd_lvm-devel' 'libbd_lvm2' 'libbd_mdraid-devel' 'libbd_mpath-devel' 'libbd_mpath2' 'libbd_part-devel' 'libbd_swap-devel' 'libbd_utils-devel' 'libbd_vdo-devel' 'libbd_vdo2' 'libbde-devel' 'libbde-tools' 'libbde1' 'libbdplus' 'libbdplus-debugsource' 'libbdplus-devel' 'libbdplus0' 'libbdplus0-debuginfo' 'libbeecrypt-devel' 'libbeecrypt6' 'libbelcard1' 'libbelcard1-32bit' 'libbellesip0' 'libbellesip0-32bit' 'libbelr1' 'libbelr1-32bit' 'libbemenu0' 'libbenchmark0' 'libbfio-devel' 'libbfio1' 'libbiblesync2_0' 'libbind9-1600-32bit' 'libbitcoinconsensus-devel' 'libbitcoinconsensus0' 'libbitmask-devel' 'libbitmask1' 'libbitstream1' 'libblacs2-mvapich2' 'libblacs2-mvapich2-devel' 'libblacs2-mvapich2-devel-static' 'libblacs2-openmpi1' 'libblacs2-openmpi1-devel' 'libblacs2-openmpi1-devel-static' 'libblacs2-openmpi2' 'libblacs2-openmpi2-devel' 'libblacs2-openmpi2-devel-static' 'libblacs2-openmpi3' 'libblacs2-openmpi3-devel' 'libblacs2-openmpi3-devel-static' 'libbladeRF2' 'libbladeRF2-doc' 'libblas3-32bit' 'libbliss-0_73' 'libblitz0' 'libblkid-devel' 'libblkid-devel-32bit' 'libblkid-devel-static' 'libblockdev-devel' 'libblosc1' 'libbluetooth3-32bit' 'libbluray-bdj' 'libbluray-devel' 'libbluray-tools' 'libbluray2-32bit' 'libbmc1' 'libbml-devel' 'libbml1' 'libboinc-devel' 'libboinc7' 'libboost_atomic-devel' 'libboost_atomic1_71_0' 'libboost_atomic1_71_0-32bit' 'libboost_atomic1_71_0-devel' 'libboost_chrono-devel' 'libboost_chrono1_71_0' 'libboost_chrono1_71_0-devel' 'libboost_container-devel' 'libboost_container1_71_0' 'libboost_container1_71_0-32bit' 'libboost_container1_71_0-devel' 'libboost_context-devel' 'libboost_context1_71_0' 'libboost_context1_71_0-32bit' 'libboost_context1_71_0-devel' 'libboost_contract-devel' 'libboost_contract1_71_0' 'libboost_contract1_71_0-devel' 'libboost_coroutine-devel' 'libboost_coroutine1_71_0' 'libboost_coroutine1_71_0-32bit' 'libboost_coroutine1_71_0-devel' 'libboost_date_time-devel' 'libboost_date_time1_71_0-32bit' 'libboost_date_time1_71_0-devel' 'libboost_fiber-devel' 'libboost_fiber1_71_0' 'libboost_fiber1_71_0-32bit' 'libboost_fiber1_71_0-devel' 'libboost_filesystem-devel' 'libboost_filesystem1_71_0-32bit' 'libboost_filesystem1_71_0-devel' 'libboost_graph-devel' 'libboost_graph1_71_0' 'libboost_graph1_71_0-32bit' 'libboost_graph1_71_0-devel' 'libboost_graph_parallel-devel' 'libboost_graph_parallel1_71_0' 'libboost_graph_parallel1_71_0-32bit' 'libboost_graph_parallel1_71_0-devel' 'libboost_headers-devel' 'libboost_headers1_71_0-devel' 'libboost_iostreams-devel' 'libboost_iostreams1_71_0-32bit' 'libboost_iostreams1_71_0-devel' 'libboost_locale-devel' 'libboost_locale1_71_0-32bit' 'libboost_locale1_71_0-devel' 'libboost_log-devel' 'libboost_log1_71_0' 'libboost_log1_71_0-devel' 'libboost_math-devel' 'libboost_math1_71_0' 'libboost_math1_71_0-32bit' 'libboost_math1_71_0-devel' 'libboost_mpi-devel' 'libboost_mpi1_71_0' 'libboost_mpi1_71_0-32bit' 'libboost_mpi1_71_0-devel' 'libboost_mpi_python-devel' 'libboost_mpi_python-py2_7-1_71_0' 'libboost_mpi_python-py2_7-1_71_0-devel' 'libboost_mpi_python-py3-1_71_0' 'libboost_mpi_python-py3-1_71_0-devel' 'libboost_mpi_python3-devel' 'libboost_numpy-devel' 'libboost_numpy-py2_7-1_71_0' 'libboost_numpy-py2_7-1_71_0-devel' 'libboost_numpy-py3-1_71_0' 'libboost_numpy-py3-1_71_0-devel' 'libboost_numpy3-devel' 'libboost_program_options-devel' 'libboost_program_options1_71_0' 'libboost_program_options1_71_0-32bit' 'libboost_program_options1_71_0-devel' 'libboost_python-devel' 'libboost_python-py2_7-1_71_0' 'libboost_python-py2_7-1_71_0-32bit' 'libboost_python-py2_7-1_71_0-devel' 'libboost_python-py3-1_71_0' 'libboost_python-py3-1_71_0-32bit' 'libboost_python-py3-1_71_0-devel' 'libboost_python3-devel' 'libboost_random-devel' 'libboost_random1_71_0' 'libboost_random1_71_0-32bit' 'libboost_random1_71_0-devel' 'libboost_regex-devel' 'libboost_regex1_71_0-32bit' 'libboost_regex1_71_0-devel' 'libboost_serialization-devel' 'libboost_serialization1_71_0' 'libboost_serialization1_71_0-32bit' 'libboost_serialization1_71_0-devel' 'libboost_stacktrace-devel' 'libboost_stacktrace1_71_0' 'libboost_stacktrace1_71_0-32bit' 'libboost_stacktrace1_71_0-devel' 'libboost_system-devel' 'libboost_system1_71_0' 'libboost_system1_71_0-32bit' 'libboost_system1_71_0-devel' 'libboost_test-devel' 'libboost_test1_71_0' 'libboost_test1_71_0-32bit' 'libboost_test1_71_0-devel' 'libboost_thread-devel' 'libboost_thread1_71_0-32bit' 'libboost_thread1_71_0-devel' 'libboost_timer-devel' 'libboost_timer1_71_0' 'libboost_timer1_71_0-devel' 'libboost_type_erasure-devel' 'libboost_type_erasure1_71_0' 'libboost_type_erasure1_71_0-32bit' 'libboost_type_erasure1_71_0-devel' 'libboost_wave-devel' 'libboost_wave1_71_0' 'libboost_wave1_71_0-32bit' 'libboost_wave1_71_0-devel' 'libbotan-2-10' 'libbotan-2-10-32bit' 'libbotan-devel' 'libbotan-devel-32bit' 'libbpf-devel' 'libbpf0' 'libbraille' 'libbraille-devel' 'libbraille-fake' 'libbrasero-burn3-1' 'libbrasero-media3-1' 'libbrasero-utils3-1' 'libbrotli-devel' 'libbrotlienc1-32bit' 'libbs2b-devel' 'libbs2b0-32bit' 'libbsd-ctor-static' 'libbsd-devel' 'libbssl_wrapper_lib0' 'libbtf1' 'libbtrfs-devel' 'libbtrfsutil-devel' 'libbtrfsutil1' 'libbuffer0_3' 'libbullet-devel' 'libbullet2_89' 'libburn-devel' 'libbuzztrax-core-devel' 'libbuzztrax-core1' 'libbuzztrax-gst-devel' 'libbuzztrax-gst1' 'libbuzztrax-ic-devel' 'libbuzztrax-ic1' 'libbytesize-devel' 'libbz2-devel' 'libbz2-devel-32bit' 'libbzrtp0' 'libbzrtp0-32bit' 'libc++-devel' 'libc++1' 'libc++abi-devel' 'libc++abi1' 'libcaca-devel' 'libcaca-ruby' 'libcaca0-32bit' 'libcaca0-plugins' 'libcaca0-plugins-32bit' 'libcacard' 'libcacard-devel' 'libcaes-devel' 'libcaes1' 'libcaffe-gnu-hpc' 'libcaffe1_0_0' 'libcaffe_1_0-gnu-hpc' 'libcairo-script-interpreter2' 'libcairo-script-interpreter2-32bit' 'libcairomm-1_0-1-32bit' 'libcairomm-1_16-1' 'libcairomm-1_16-1-32bit' 'libcaja-extension1' 'libcal3d12' 'libcalc2' 'libcamd-doc' 'libcamel-1_2-62' 'libcamel-1_2-62-32bit' 'libcamera-devel' 'libcamera-suse2' 'libcamera-tools' 'libcanberra-devel' 'libcanberra-gtk-devel' 'libcanberra-gtk3-devel' 'libcangjie-data' 'libcangjie-devel' 'libcangjie-tools' 'libcangjie2' 'libcantorlibs24' 'libcap-devel' 'libcap-ng-devel' 'libcap-ng-utils' 'libcap-ng0-32bit' 'libcap-progs' 'libcap1' 'libcap1-32bit' 'libcapi20' 'libcapi20-devel' 'libcapifax-devel' 'libcapifax0' 'libcapifax0-debuginfo' 'libcapnp-0_7' 'libcapnp-devel' 'libcares2-32bit' 'libcaribou0' 'libcblas3' 'libcblas3-32bit' 'libccrtp3' 'libcdata-devel' 'libcdata1' 'libcdatetime-devel' 'libcdatetime1' 'libcdaudio-devel' 'libcdaudio1' 'libcdaudio1-32bit' 'libcdd0' 'libcdda_interface0-32bit' 'libcdda_paranoia0-32bit' 'libcddb-devel' 'libcddb-utils' 'libcddb2-32bit' 'libcdio++0' 'libcdio++0-32bit' 'libcdio-devel' 'libcdio-paranoia-devel' 'libcdio19-32bit' 'libcdio_cdda2-32bit' 'libcdio_paranoia2-32bit' 'libcdirectory-devel' 'libcdirectory1' 'libcdk5' 'libcdr-devel' 'libcdr-devel-doc' 'libcdr-tools' 'libcec-devel' 'libcec4' 'libcelt-devel' 'libcelt-devel-32bit' 'libcelt0-2-32bit' 'libcelt051-0' 'libcephfs-devel' 'libcephfs2' 'libceres-devel' 'libceres1' 'libcerf-devel' 'libcerf1' 'libcerror-devel' 'libcerror1' 'libcfg6' 'libcfg6-32bit' 'libcfile-devel' 'libcfile1' 'libcgns4_1' 'libchafa0' 'libchamplain-0_12-0' 'libchamplain-devel' 'libchardet-devel' 'libchardet1' 'libchardet1-32bit' 'libchck0' 'libcheck0' 'libcheck0-32bit' 'libcheese-common' 'libcheese-gtk25' 'libcheese8' 'libchewing-devel' 'libchewing3' 'libchewing3-32bit' 'libchipcard' 'libchipcard-devel' 'libchipcard6' 'libchm0-32bit' 'libchromaprint-devel' 'libchromaprint1-32bit' 'libcilium1' 'libcilkrts5' 'libcilkrts5-32bit' 'libcimcClientXML0' 'libcimcclient0' 'libcinnamon-control-center1' 'libcinnamon-desktop-data' 'libcinnamon-desktop-data-branding-openSUSE' 'libcinnamon-desktop-data-branding-upstream' 'libcinnamon-desktop-devel' 'libcinnamon-desktop-lang' 'libcinnamon-desktop4' 'libcinnamon-desktop4-32bit' 'libcinnamon-menu-3-0' 'libcinnamon-menu-3-0-32bit' 'libcinnamon-menu-3-devel' 'libcircle-devel' 'libcircle2' 'libcircllhist-devel' 'libcircllhist0_0_1' 'libcivetweb1_11_0' 'libcjose-devel' 'libcjose0' 'libcjs0' 'libck0' 'libclFFT2' 'libclamav9' 'libclang7' 'libclang7-32bit' 'libclang8' 'libclang8-32bit' 'libclang9-32bit' 'libclastfm-devel' 'libclastfm0' 'libclaw-devel' 'libclaw-doc' 'libclaw1' 'libclc' 'libcld2-0' 'libcli-devel' 'libcli1_9' 'libclocale-devel' 'libclocale1' 'libcloudproviders-devel' 'libcloudproviders0' 'libclucene-core1-32bit' 'libclucene-shared1-32bit' 'libclutter-1_0-0' 'libclutter-1_0-0-32bit' 'libclutter-gst-3_0-0' 'libclutter-gst-3_0-0-32bit' 'libclutter-gtk-1_0-0' 'libclutter-gtk-1_0-0-32bit' 'libclzma-suse0' 'libcmap4' 'libcmap4-32bit' 'libcmark0_29_0' 'libcmis-c-0_5-5' 'libcmis-c-devel' 'libcmis-devel' 'libcmocka-devel' 'libcmocka-devel-32bit' 'libcmocka-devel-static' 'libcmocka0' 'libcmocka0-32bit' 'libcmpiCppImpl0' 'libcmpisfcc1' 'libcmpiutil' 'libcmpiutil-devel' 'libcmrt1' 'libcmuclmtk-devel' 'libcmuclmtk0' 'libcnotify-devel' 'libcnotify1' 'libcob-devel' 'libcob4' 'libcodec2-0_9-32bit' 'libcogl-gles2-20' 'libcogl-pango20' 'libcogl-pango20-32bit' 'libcogl20' 'libcogl20-32bit' 'libcollectdclient-devel' 'libcollectdclient1' 'libcollection-devel' 'libcollection-devel-32bit' 'libcollection4' 'libcollection4-32bit' 'libcolm-0_13_0_7' 'libcolord-devel' 'libcolord-gtk-devel' 'libcolord-gtk1-32bit' 'libcom_err-devel' 'libcom_err-devel-32bit' 'libcom_err-devel-static' 'libcompel1' 'libcompizconfig' 'libcompizconfig-devel' 'libcomps-devel' 'libcomps-doc' 'libcomps0' 'libconfig++-devel' 'libconfig++11-32bit' 'libconfig-devel' 'libconfig11' 'libconfig11-32bit' 'libconfini-devel' 'libconfini0' 'libconfuse-devel' 'libconfuse-lang' 'libconfuse2' 'libcorosync-devel' 'libcorosync_common4' 'libcorosync_common4-32bit' 'libcorrect-devel' 'libcorrect0_0_0' 'libcotp-devel' 'libcotp12' 'libcourier-unicode4' 'libcpath-devel' 'libcpath1' 'libcpg4' 'libcpg4-32bit' 'libcpluff-devel' 'libcpluff0' 'libcpluffxx-devel' 'libcpluffxx0' 'libcpprest2_10' 'libcppunit-1_14-0' 'libcppunit-1_14-0-32bit' 'libcppunit_subunit0' 'libcppunit_subunit0-devel' 'libcpuid-devel' 'libcpuid-tools' 'libcpuid14' 'libcpuset-devel' 'libcpuset1' 'libcreaterepo_c-devel' 'libcriu2' 'libcroco' 'libcroco-0_6-3-32bit' 'libcroco-devel' 'libcrossc1' 'libcrossc1-32bit' 'libcrossguid0' 'libcryptmount-devel' 'libcryptmount0' 'libcryptmount0-32bit' 'libcrypto45' 'libcrypto45-32bit' 'libcryptopp-devel' 'libcryptopp8_2_0' 'libcryptopp8_2_0-32bit' 'libcryptsetup-devel' 'libcryptsetup12-32bit' 'libcryptsetup12-hmac' 'libcryptsetup12-hmac-32bit' 'libcryptui-data' 'libcryptui-devel' 'libcryptui-lang' 'libcryptui0' 'libcrystalhd-devel' 'libcrystalhd-devel-32bit' 'libcrystalhd3' 'libcrystalhd3-32bit' 'libcsirocsa0' 'libcsironn0' 'libcsnd6-6_0' 'libcsound64-6_0' 'libcsparse3' 'libcsplit-devel' 'libcsplit1' 'libcss-devel' 'libcss0' 'libcstring-devel' 'libcstring1' 'libcsv-devel' 'libcsv3' 'libcsync-devel' 'libcsync-devel-doc' 'libcsync-doc' 'libcsync-plugin-owncloud' 'libcsync-plugin-sftp' 'libcsync-plugin-smb' 'libcsync0' 'libcsync0-32bit' 'libcsystem-devel' 'libcsystem1' 'libct4' 'libctemplate-devel' 'libctemplate3' 'libcthreads-devel' 'libcthreads1' 'libctl-devel' 'libctl-doc' 'libctl5' 'libcudd-3_0_0-0' 'libcue-devel' 'libcue2' 'libcuefile-devel' 'libcuefile0' 'libcuneiform-devel' 'libcuneiform1' 'libcunit1' 'libcupsimage2-32bit' 'libcurl-devel' 'libcurl-devel-32bit' 'libcvc-devel' 'libcvc0' 'libcwnn0' 'libcxsc2' 'libcxsparse3' 'libcxx-gtk-utils-3-2_2-0' 'libcxx-gtk-utils-3-devel' 'libcxxtools-bin9' 'libcxxtools-http9' 'libcxxtools-json9' 'libcxxtools-unit9' 'libcxxtools-xmlrpc9' 'libcxxtools9' 'libczmq4' 'libd0_blind_id0' 'libd0_rijndael0' 'libdSFMT2_2' 'libdaemon-devel' 'libdar-devel' 'libdar5000' 'libdat2-2' 'libdat2-2-32bit' 'libdataquay0' 'libdatrie-devel' 'libdav1d4-32bit' 'libdavix0' 'libdazzle-1_0-0' 'libdazzle-devel' 'libdb-4_8-devel' 'libdb-4_8-devel-32bit' 'libdb_java-4_8' 'libdb_java-4_8-devel' 'libdbevolution0' 'libdbevolution0-debuginfo' 'libdbh2' 'libdbi-devel' 'libdbi-devel-32bit' 'libdbi-devel-doc' 'libdbi-drivers-dbd-freetds' 'libdbi-drivers-dbd-mysql' 'libdbi-drivers-dbd-pgsql' 'libdbi-drivers-dbd-sqlite3' 'libdbi3' 'libdbi3-32bit' 'libdbus-c++-1-1' 'libdbus-c++-1-1-32bit' 'libdbus-c++-api-docs' 'libdbus-c++-devel' 'libdbus-c++-glib-1-1' 'libdbus-c++-glib-devel' 'libdbusextended-qt5-1' 'libdbusextended-qt5-devel' 'libdbusmenu-glib-devel' 'libdbusmenu-glib-doc' 'libdbusmenu-gtk2-devel' 'libdbusmenu-gtk2-doc' 'libdbusmenu-gtk3-devel' 'libdbusmenu-gtk4' 'libdbusmenu-jsonloader-devel' 'libdbusmenu-jsonloader4' 'libdbusmenu-qt5-2-32bit' 'libdbusmenu-qt5-devel' 'libdbusmenu-qt5-devel-32bit' 'libdbusmenu-tools' 'libdc1394-25-32bit' 'libdc1394-devel' 'libdc1394-tools' 'libdca-devel' 'libdca0-32bit' 'libdca0-32bit-debuginfo' 'libdca0-debuginfo' 'libdcadec-devel' 'libdcadec0' 'libdcadec0-32bit' 'libdcadec0-32bit-debuginfo' 'libdcadec0-debuginfo' 'libdcaenc-devel' 'libdcaenc0' 'libdcaenc0-debuginfo' 'libdcerpc-devel' 'libdcerpc-samr-devel' 'libdcerpc-samr0' 'libdcerpc-samr0-32bit' 'libdcmtk3_6' 'libdcmtk3_6-debuginfo' 'libdconf1-32bit' 'libdd_opentracing0' 'libddccontrol0' 'libddcutil-devel' 'libddcutil0' 'libde265' 'libde265-0' 'libde265-0-32bit' 'libde265-0-32bit-debuginfo' 'libde265-0-debuginfo' 'libde265-debugsource' 'libde265-devel' 'libdebuginfod-devel' 'libdebuginfod1' 'libdecoration0' 'libdecoration0-32bit' 'libdee-1_0-4' 'libdevil-tools' 'libdevmapper-event1_03-32bit' 'libdevmapper1_03-32bit' 'libdframeworkdbus-devel' 'libdframeworkdbus2' 'libdhash-devel' 'libdhash-devel-32bit' 'libdhash1' 'libdhash1-32bit' 'libdico2' 'libdigikamcore6' 'libdigikamcore6-debuginfo' 'libdirac_decoder0' 'libdirac_decoder0-32bit' 'libdirac_encoder0' 'libdirac_encoder0-32bit' 'libdiscid-devel' 'libdiscid0-32bit' 'libdjconsole' 'libdjconsole-debugsource' 'libdjconsole-devel' 'libdjconsole0' 'libdjconsole0-debuginfo' 'libdjvCore0' 'libdjvCore0-debuginfo' 'libdjvulibre-devel' 'libdleyna-core-1_0-5' 'libdlm' 'libdlm-devel' 'libdlm3' 'libdmapsharing-3_0-2' 'libdmapsharing-3_0-2-32bit' 'libdmapsharing-4_0-3' 'libdmapsharing-4_0-3-32bit' 'libdmapsharing-devel' 'libdmapsharing3-devel' 'libdmmp-devel' 'libdmmp0_2_0' 'libdmr0_1' 'libdmtx-devel' 'libdmtx0-32bit' 'libdmusic1' 'libdmx-devel' 'libdmx-devel-32bit' 'libdmx1-32bit' 'libdnet-devel' 'libdnet1' 'libdnf-devel' 'libdnf2' 'libdnnl1' 'libdns1601-32bit' 'libdns_sd-32bit' 'libdotconf0' 'libdouble-conversion3-32bit' 'libdpdk-18_11' 'libdriveio0' 'libdrm-devel' 'libdrm-devel-32bit' 'libdrm-tools' 'libdrpm-devel' 'libdrumstick-alsa1' 'libdrumstick-alsa1-debuginfo' 'libdrumstick-devel' 'libdrumstick-doc' 'libdrumstick-file1' 'libdrumstick-file1-debuginfo' 'libdrumstick-rt-plugins' 'libdrumstick-rt-plugins-debuginfo' 'libdrumstick-rt1' 'libdrumstick-rt1-debuginfo' 'libdruntime-ldc86' 'libdtkcore2' 'libdtkwidget2' 'libdtkwm2' 'libduktape201' 'libdv' 'libdv-devel' 'libdv-playdv' 'libdv4-32bit' 'libdvbpsi-0-devel' 'libdvbpsi-devel' 'libdvbpsi10-32bit' 'libdvbpsi7' 'libdvbpsi7-32bit' 'libdvbv5-0' 'libdvbv5-0-32bit' 'libdvbv5-devel' 'libdvd-audio' 'libdvd-audio-debuginfo' 'libdvd-audio-debugsource' 'libdvd-audio-devel' 'libdvd-audio-doc' 'libdvd-audio-utils' 'libdvd-audio-utils-debuginfo' 'libdvd-audio1' 'libdvd-audio1-debuginfo' 'libdvdcss' 'libdvdcss-debugsource' 'libdvdcss-devel' 'libdvdcss2-debuginfo' 'libdvdnav-devel' 'libdvdnav4-32bit' 'libdvdplay-devel' 'libdvdplay0' 'libdvdplay0' 'libdvdplay0-debuginfo' 'libdvdplay0-debugsource' 'libdvdread-devel' 'libdvdread3' 'libdvdread3' 'libdvdread3-debuginfo' 'libdvdread3-debugsource' 'libdvdread3-devel' 'libdvdread7-32bit' 'libdw-devel' 'libdwarf-devel' 'libdwarf-devel-static' 'libdwarf-doc' 'libdwarf-tools' 'libdwarf1' 'libdwarves-devel' 'libdwarves-devel-32bit' 'libdwarves1' 'libdwarves1-32bit' 'libdxflib-3_17_0-1' 'libdxfrw-devel' 'libdxfrw-tools' 'libdxfrw0' 'libe-book-devel' 'libe-book-devel-doc' 'libe-book-tools' 'libeXosip2' 'libeXosip2-12' 'libeXosip2-devel' 'libeb16' 'libebackend-1_2-10' 'libebackend-1_2-10-32bit' 'libebml-devel' 'libebml4-32bit' 'libebook-1_2-20' 'libebook-1_2-20-32bit' 'libebook-contacts-1_2-3' 'libebook-contacts-1_2-3-32bit' 'libebur128-devel' 'libecal-2_0-1' 'libecal-2_0-1-32bit' 'libecasound-devel' 'libecholib1_3' 'libecholib1_3-devel' 'libecm1' 'libeconf-devel' 'libecore1' 'libecpg6' 'libecpg6-32bit' 'libecryptfs1' 'libecryptfs1-32bit' 'libector1' 'libedata-book-1_2-26' 'libedata-book-1_2-26-32bit' 'libedata-cal-2_0-1' 'libedata-cal-2_0-1-32bit' 'libedataserver-1_2-24' 'libedataserver-1_2-24-32bit' 'libedataserverui-1_2-2' 'libedataserverui-1_2-2-32bit' 'libedc_ecc1_0' 'libedc_ecc_dec1_0' 'libedit-devel' 'libeditorconfig-devel' 'libeditorconfig-devel-32bit' 'libeditorconfig0-32bit' 'libedje1' 'libeet1' 'libeeze1' 'libefa1-32bit' 'libefl1' 'libefreet1' 'libefreet_mime1' 'libefreet_trash1' 'libegbb3' 'libegbb3' 'libegbb3-debuginfo' 'libegbb3-debugsource' 'libegbb3-devel' 'libeina1' 'libeio1' 'libeldbus1' 'libelektra-augeas' 'libelektra-devel' 'libelektra-devel-doc' 'libelektra4' 'libelementary1' 'libelf-devel-32bit' 'libell0' 'libelocation1' 'libelput1' 'libelua1' 'libembryo1' 'libemf2svg-devel' 'libemf2svg1' 'libemile1' 'libemotion1' 'libenca0' 'libenca0-32bit' 'libenchant-2-2-32bit' 'libenchant1' 'libenchant1-32bit' 'libenet7' 'libeo1' 'libeolian1' 'libeot-devel' 'libeot-tools' 'libepc-1_0-2' 'libepc-devel' 'libepc-lang' 'libephysics1' 'libepoxy-devel' 'libeppic-devel' 'libepub-devel' 'libepub0-32bit' 'libepub0-32bit-debuginfo' 'libepub0-debuginfo' 'libepubgen-devel' 'libepubgen-devel-doc' 'liberasurecode-devel' 'liberasurecode1' 'liberfa1' 'libertinus-fonts' 'libesedb-devel' 'libesedb-tools' 'libesedb1' 'libesmtp-devel' 'libestr-devel' 'libethumb1' 'libethumb_client1' 'libetonyek-devel' 'libetonyek-devel-doc' 'libetonyek-tools' 'libetpan-devel' 'libetpan20' 'libetrophy0' 'libev-devel' 'libev4' 'libev4-32bit' 'libevas1' 'libevdev-devel' 'libevdev-tools' 'libevdev2-32bit' 'libevdocument3-4' 'libevemu3' 'libevent-2_1-7-32bit' 'libevent-devel' 'libevent-devel-static' 'libevt-devel' 'libevt-tools' 'libevt1' 'libevtlog-3_25-0' 'libevtlog-devel' 'libevtlog0' 'libevtx-devel' 'libevtx-tools' 'libevtx1' 'libevview3-3' 'libewf-devel' 'libewf-tools' 'libewf2' 'libexe-devel' 'libexe-tools' 'libexe1' 'libexempi-devel' 'libexempi3' 'libexempi3-32bit' 'libexif-devel' 'libexif-devel-32bit' 'libexif-gtk' 'libexif-gtk-devel' 'libexif-gtk5' 'libexiv2-27-32bit' 'libexiv2-devel' 'libexiv2-doc' 'libexiv2-xmp-static' 'libexo-1-0' 'libexo-2-0' 'libexoIIv2for-5_14_0' 'libexodus-5_14_0' 'libexpat-devel' 'libexpat-devel-32bit' 'libexplain-devel' 'libexplain51' 'libext2fs-devel' 'libext2fs-devel-32bit' 'libext2fs-devel-static' 'libext2fs2-32bit' 'libexttextcat-devel' 'libexttextcat-tools' 'libf2c0' 'libf2fs7' 'libf2fs_format6' 'libfaac-devel' 'libfaac0' 'libfaac0-32bit' 'libfaac0-32bit-debuginfo' 'libfaac0-debuginfo' 'libfaad-devel' 'libfaad2-32bit' 'libfaad2-32bit-debuginfo' 'libfaad2-debuginfo' 'libfaad_drm2' 'libfaad_drm2-debuginfo' 'libfabric' 'libfabric-devel' 'libfabric-devel-32bit' 'libfabric1' 'libfabric1-32bit' 'libfakekey-devel' 'libfaketime' 'libfallocate-devel' 'libfallocate-devel-static' 'libfallocate0' 'libfame-0_9-1' 'libfame-0_9-1' 'libfame-0_9-1-debuginfo' 'libfame-0_9-1-debugsource' 'libfame-devel' 'libfann-devel' 'libfann2' 'libfarstream-0_2-5' 'libfarstream-0_2-5-32bit' 'libfastjet0' 'libfastjetcontribfragile' 'libfastjson-devel' 'libfastlz1' 'libfaxutil7_0_2' 'libfbclient-devel' 'libfbclient2-32bit' 'libfcache-devel' 'libfcache1' 'libfcgi0' 'libfcitx-4_2_9' 'libfcitx-4_2_9-32bit' 'libfdata-devel' 'libfdata1' 'libfdatetime-devel' 'libfdatetime1' 'libfdisk-devel' 'libfdisk-devel-static' 'libfdk-aac2' 'libfdk-aac2-32bit' 'libfdk-aac2-32bit-debuginfo' 'libfdk-aac2-debuginfo' 'libfdt-devel' 'libfdt-devel-32bit' 'libfdt1-32bit' 'libfec3' 'libffado-devel' 'libffado2-32bit' 'libffcall0' 'libffi-devel' 'libffi-devel-32bit' 'libffmpegthumbnailer-devel' 'libffmpegthumbnailer4' 'libffms2-4' 'libffms2-4-32bit' 'libffms2-devel' 'libfftw3-3-32bit' 'libfftw3-gnu-hpc' 'libfftw3-gnu-mpich-hpc' 'libfftw3-gnu-mvapich2-hpc' 'libfftw3-gnu-openmpi1-hpc' 'libfftw3-gnu-openmpi2-hpc' 'libfftw3-gnu-openmpi3-hpc' 'libfftw3_3_3_8-gnu-hpc' 'libfftw3_3_3_8-gnu-mpich-hpc' 'libfftw3_3_3_8-gnu-mvapich2-hpc' 'libfftw3_3_3_8-gnu-openmpi1-hpc' 'libfftw3_3_3_8-gnu-openmpi2-hpc' 'libfftw3_3_3_8-gnu-openmpi3-hpc' 'libfftw3_mpi3' 'libfftw3_mpi3-32bit' 'libfftw3_omp3' 'libfftw3_omp3-32bit' 'libfftw3_threads3' 'libfftw3_threads3-32bit' 'libfguid-devel' 'libfguid1' 'libfife0_4_2' 'libfifechan0_1_5' 'libfifechan_opengl0_1_5' 'libfifechan_sdl0_1_5' 'libfilezilla-devel' 'libfilezilla-lang' 'libfilezilla4' 'libfilteraudio0' 'libfinal-devel' 'libfinal-examples' 'libfinal0' 'libfipscheck1' 'libfipscheck1-32bit' 'libfishsound-devel' 'libfishsound1' 'libfityk4' 'libfko-devel' 'libfko3' 'libfl-devel' 'libfl-devel-32bit' 'libfl2' 'libfl2-32bit' 'libflann1_9' 'libflatbuffers1' 'libflickcurl-devel' 'libflickcurl0' 'libflickcurl0-32bit' 'libflint0' 'libflorence-1_0-1' 'libfltk1-32bit' 'libfluidsynth2-32bit' 'libflxmlrpc1' 'libfm' 'libfm-devel' 'libfm-doc' 'libfm-extra-devel' 'libfm-extra4' 'libfm-gtk-devel' 'libfm-gtk4' 'libfm-lang' 'libfm-qt-devel' 'libfm-qt-lang' 'libfm-qt6' 'libfm4' 'libfmapi-devel' 'libfmapi1' 'libfmt6' 'libfmt6-32bit' 'libfole-devel' 'libfole1' 'libfolks-data' 'libfolks-eds25' 'libfolks-telepathy25' 'libfolks-tracker25' 'libfolks25' 'libfoma-hfst0' 'libfoma0' 'libfontenc-devel' 'libfontenc-devel-32bit' 'libfontenc1-32bit' 'libfonts-javadoc' 'libformula-javadoc' 'libfparser-4_5_2' 'libfpgad-api1' 'libfplll6' 'libfpm_helper-devel' 'libfpm_helper0' 'libfpm_pb0' 'libfprint-2-2' 'libfprint-2-2-32bit' 'libfprint-devel' 'libfprint-doc' 'libframe6' 'libframe6-32bit' 'libfreebl3-hmac-32bit' 'libfreefare-devel' 'libfreefare-tools' 'libfreefare0' 'libfreehand-devel' 'libfreehand-devel-doc' 'libfreehand-tools' 'libfreeimage3' 'libfreeimageplus3' 'libfreeipmi17' 'libfreesrp0' 'libfreexl1' 'libfreshclam2' 'libfrr0' 'libfrr_pb0' 'libfrrcares0' 'libfrrfpm_pb0' 'libfrrospfapiclient0' 'libfrrsnmp0' 'libfrrzmq0' 'libfsapfs' 'libfsapfs-devel' 'libfsapfs1' 'libfsm0' 'libfsntfs-devel' 'libfsntfs-tools' 'libfsntfs1' 'libfst-hfst0' 'libfstrcmp0' 'libftdi-devel' 'libftdi1' 'libftdi1-2' 'libftdi1-devel' 'libftgl2' 'libftgl2-32bit' 'libftoa0_3' 'libfunambol-9_0_1' 'libfunambol-devel' 'libfuse2-32bit' 'libfuse3-3-32bit' 'libfuzzy-devel' 'libfuzzy2' 'libfvalue-devel' 'libfvalue1' 'libfvde-devel' 'libfvde-tools' 'libfvde1' 'libfwevt-devel' 'libfwevt1' 'libfwnt-devel' 'libfwnt1' 'libfwsi-devel' 'libfwsi1' 'libgadu-devel' 'libgadu3' 'libgamemode-devel' 'libgamemode0' 'libgamemode0-32bit' 'libgamemodeauto0' 'libgamemodeauto0-32bit' 'libgamin-1-0' 'libgamin-1-0-32bit' 'libgaminggear' 'libgaminggear-devel' 'libgaminggear-lang' 'libgaminggear0' 'libgaminggearfx0' 'libgaminggearwidget0' 'libganesha_nfsd-devel' 'libganesha_nfsd3_2' 'libganglia0' 'libgarcon-1-0' 'libgarcon-branding-openSUSE' 'libgarcon-branding-upstream' 'libgarcon-data' 'libgarcon-devel' 'libgarcon-doc' 'libgarcon-lang' 'libgasnet-1_32_0' 'libgavl-devel' 'libgbm-devel' 'libgbm-devel-32bit' 'libgbm1-32bit' 'libgcalc-1-0_0_0' 'libgcc_s1-gcc7' 'libgcc_s1-gcc7-32bit' 'libgcc_s1-gcc9' 'libgcc_s1-gcc9-32bit' 'libgcin-im-client1' 'libgcin-im-client1-32bit' 'libgcj-devel-gcc6' 'libgcj-devel-gcc6-debuginfo' 'libgcj-gcc6' 'libgcj-gcc6' 'libgcj-gcc6-debuginfo' 'libgcj-gcc6-debugsource' 'libgcj-jar-gcc6' 'libgcj_bc1' 'libgck-1-0-32bit' 'libgck-devel' 'libgck-devel-32bit' 'libgcr-3-1-32bit' 'libgcr-devel' 'libgcr-devel-32bit' 'libgcrypt-cavs' 'libgcrypt-devel' 'libgcrypt-devel-32bit' 'libgcrypt20-hmac-32bit' 'libgda-5_0-4' 'libgda-5_0-4-lang' 'libgda-5_0-bdb' 'libgda-5_0-devel' 'libgda-5_0-doc' 'libgda-5_0-firebird' 'libgda-5_0-jdbc' 'libgda-5_0-ldap' 'libgda-5_0-mdb' 'libgda-5_0-mysql' 'libgda-5_0-postgres' 'libgda-5_0-sqlcipher' 'libgda-5_0-sqlite' 'libgda-5_0-tools' 'libgda-5_0-web' 'libgda-report-5_0-4' 'libgda-tools' 'libgda-ui-5_0-4' 'libgda-ui-5_0-plugins' 'libgda-ui-5_0-tools' 'libgda-xslt-5_0-4' 'libgdal26' 'libgdamm-5_0-13' 'libgdamm-devel' 'libgdata-devel' 'libgdata22-32bit' 'libgdiplus-devel' 'libgdl-3-5' 'libgdlmm-3_0-2' 'libgdm1' 'libgdruntime76' 'libgdruntime76-32bit' 'libgdruntime76-gcc9' 'libgdruntime76-gcc9-32bit' 'libgeany0' 'libgeda-data' 'libgeda-devel' 'libgeda46' 'libgedacairo-devel' 'libgedacairo1' 'libgee-0_8-2-32bit' 'libgee-devel' 'libgee06-devel' 'libgee2' 'libgegl-0_4-0-32bit' 'libgeis1' 'libgeis1-32bit' 'libgenders0' 'libgendersplusplus2' 'libgeners0' 'libgeocode-glib0' 'libgeocode-glib0-32bit' 'libgeos-3_8_0' 'libgeos_c1' 'libgeotiff5' 'libgepub-0_6-0' 'libgepub-devel' 'libgerbv1' 'libges-1_0-0' 'libgexiv2-2-32bit' 'libgexiv2-devel' 'libgf2x3' 'libgfbgraph-0_2-0' 'libgfchangelog0' 'libgflags2' 'libgfortran4' 'libgfortran4-32bit' 'libgfortran5-32bit' 'libgfortran5-gcc9' 'libgfortran5-gcc9-32bit' 'libggz2' 'libggz2-devel' 'libgiblib1' 'libgif7-32bit' 'libgig-devel' 'libgig-tools' 'libgig9' 'libgimp-2_0-0-32bit' 'libgimpui-2_0-0-32bit' 'libginac6' 'libgio-fam' 'libgio-fam-32bit' 'libgiomm-2_4-1-32bit' 'libgiomm-2_62-1' 'libgiomm-2_62-1-32bit' 'libgirara-gtk3-3' 'libgirepository-1_0-1-32bit' 'libgit2-28-32bit' 'libgit2-devel' 'libgit2-glib-1_0-0' 'libgit2-glib-devel' 'libgitg-1_0-0' 'libgitg-devel' 'libgitg-ext-1_0-0' 'libgivaro9' 'libgjs-devel' 'libgjs0' 'libgl2ps1' 'libglade-2_0-0-32bit' 'libglade2-devel' 'libglade2-doc' 'libgladeui-2-6' 'libgladeui-2-devel' 'libgle-devel' 'libgle3' 'libglfw-devel' 'libglfw2' 'libglfw3' 'libglibmm-2_4-1-32bit' 'libglibmm-2_62-1' 'libglibmm-2_62-1-32bit' 'libglog0' 'libglom-1_32-0' 'libglom-devel' 'libgloox17' 'libgloox17-32bit' 'libglpk40' 'libgltf-0_1-1' 'libgltf-devel' 'libglue-devel' 'libglue-devel-32bit' 'libglue2' 'libglue2-32bit' 'libglut3-32bit' 'libglvnd-devel' 'libglvnd-devel-32bit' 'libglyr1' 'libglyr1-32bit' 'libgme-devel' 'libgme0-32bit' 'libgmerlin-devel' 'libgmerlin0' 'libgmerlin0-debuginfo' 'libgmerlin_avdec-devel' 'libgmerlin_avdec1' 'libgmerlin_avdec1-debuginfo' 'libgmerlin_gtk-devel' 'libgmerlin_gtk0' 'libgmerlin_gtk0-debuginfo' 'libgmic-devel' 'libgmic1' 'libgmime-2_6-0' 'libgmime-2_6-0-32bit' 'libgmime-3_0-0' 'libgmime-3_0-0-32bit' 'libgmpxx4-32bit' 'libgmsh4_5' 'libgnome-autoar-0-0' 'libgnome-autoar-gtk-0-0' 'libgnome-bluetooth13' 'libgnome-desktop-3-18-32bit' 'libgnome-desktop-3-devel' 'libgnome-games-support-1-3' 'libgnome-games-support-devel' 'libgnome-games-support-lang' 'libgnome-keyring-devel' 'libgnome-keyring0-32bit' 'libgnome-menu-3-0' 'libgnome-menu-3-0-32bit' 'libgnomecanvas-2-0' 'libgnomecanvas-2-0-32bit' 'libgnomecanvas-devel' 'libgnomecanvas-lang' 'libgnomekbd-devel' 'libgnomekbd-lang' 'libgnomekbd8' 'libgnomesu' 'libgnomesu-devel' 'libgnomesu-lang' 'libgnomesu0' 'libgnuastro9' 'libgnuradio-3_8_0' 'libgnuradio-fcdproplus-devel' 'libgnuradio-fcdproplus3_8_0' 'libgnuradio-iqbalance-devel' 'libgnuradio-iqbalance0_37_2git' 'libgnustep-base1_26' 'libgnutls-dane-devel' 'libgnutls-devel-32bit' 'libgnutlsxx-devel' 'libgnutlsxx28' 'libgo11' 'libgo11-32bit' 'libgo14' 'libgo14-32bit' 'libgo16' 'libgo16-32bit' 'libgoa-1_0-0-32bit' 'libgoa-backend-1_0-1-32bit' 'libgoffice-0_10-10' 'libgom-1_0-0' 'libgomp1-32bit' 'libgomp1-gcc7' 'libgomp1-gcc7-32bit' 'libgomp1-gcc9' 'libgomp1-gcc9-32bit' 'libgoocanvas-2_0-9' 'libgoocanvas3' 'libgoocanvas3-devel' 'libgoocanvas3-lang' 'libgoocanvasmm-2_0-6' 'libgoocanvasmm-devel' 'libgooglepinyin-devel' 'libgooglepinyin0' 'libgovf-0_1' 'libgovirt-devel' 'libgovirt-lang' 'libgovirt2' 'libgpac-devel' 'libgpac8' 'libgpaste11' 'libgpg-error-devel' 'libgpg-error-devel-32bit' 'libgpgme-devel' 'libgpgme11-32bit' 'libgpgmepp-devel' 'libgpgmepp6-32bit' 'libgphobos76' 'libgphobos76-32bit' 'libgphobos76-gcc9' 'libgphobos76-gcc9-32bit' 'libgphoto2-devel' 'libgphoto2-devel-32bit' 'libgphoto2-devel-doc' 'libgphoto2-doc' 'libgpiod-devel' 'libgpiod-utils' 'libgpiod2' 'libgpiodcxx1' 'libgpiomockup0' 'libgpm2-32bit' 'libgpod-devel' 'libgpod-doc' 'libgpod-lang' 'libgpod-tools' 'libgpod4' 'libgpod4-32bit' 'libgrail6' 'libgrail6-32bit' 'libgraphblas3' 'libgraphene-1_0-0-32bit' 'libgraphene-devel' 'libgravatar-devel' 'libgrilo-0_3-0' 'libgrlnet-0_3-0' 'libgrlpls-0_3-0' 'libgromacs4' 'libgroove-devel' 'libgroove4' 'libgroovefingerprinter-devel' 'libgroovefingerprinter4' 'libgrooveloudness-devel' 'libgrooveloudness4' 'libgrooveplayer-devel' 'libgrooveplayer4' 'libgrpc++1' 'libgrpc8' 'libgrss-devel' 'libgrss0' 'libgsasl-devel' 'libgsasl-lang' 'libgsasl7' 'libgsequencer0' 'libgsettings-qt1' 'libgsf-1-114' 'libgsf-1-114-32bit' 'libgsf-devel' 'libgsf-lang' 'libgsf-tools' 'libgsl-gnu-hpc' 'libgsl_2_6-gnu-hpc' 'libgslcblas-gnu-hpc' 'libgslcblas_2_6-gnu-hpc' 'libgsm-devel' 'libgsm-devel-32bit' 'libgsm-utils' 'libgsmsd8' 'libgsoap-2_8_99' 'libgsound0' 'libgspell-1-2' 'libgssdp-1_2-0-32bit' 'libgssdp-devel' 'libgssglue-devel' 'libgssglue1' 'libgssglue1-32bit' 'libgstadaptivedemux-1_0-0-32bit' 'libgstadaptivedemux-1_0-0-32bit-debuginfo' 'libgstadaptivedemux-1_0-0-debuginfo' 'libgstallocators-1_0-0-32bit' 'libgstapp-1_0-0-32bit' 'libgstbadaudio-1_0-0-32bit' 'libgstbadaudio-1_0-0-32bit-debuginfo' 'libgstbadaudio-1_0-0-debuginfo' 'libgstbasecamerabinsrc-1_0-0-32bit' 'libgstbasecamerabinsrc-1_0-0-32bit-debuginfo' 'libgstbasecamerabinsrc-1_0-0-debuginfo' 'libgstcodecparsers-1_0-0-32bit' 'libgstcodecparsers-1_0-0-32bit-debuginfo' 'libgstcodecparsers-1_0-0-debuginfo' 'libgstfft-1_0-0-32bit' 'libgstgl-1_0-0-32bit' 'libgstinsertbin-1_0-0' 'libgstinsertbin-1_0-0-32bit' 'libgstinsertbin-1_0-0-32bit-debuginfo' 'libgstinsertbin-1_0-0-debuginfo' 'libgstisoff-1_0-0-32bit' 'libgstisoff-1_0-0-32bit-debuginfo' 'libgstisoff-1_0-0-debuginfo' 'libgstmpegts-1_0-0-32bit' 'libgstmpegts-1_0-0-32bit-debuginfo' 'libgstmpegts-1_0-0-debuginfo' 'libgstpbutils-1_0-0-32bit' 'libgstphotography-1_0-0-32bit' 'libgstphotography-1_0-0-32bit-debuginfo' 'libgstphotography-1_0-0-debuginfo' 'libgstplayer-1_0-0' 'libgstplayer-1_0-0-32bit' 'libgstplayer-1_0-0-32bit-debuginfo' 'libgstplayer-1_0-0-debuginfo' 'libgstreamerd-3-0' 'libgstreamermm-1_0-1' 'libgstriff-1_0-0-32bit' 'libgstrtp-1_0-0-32bit' 'libgstrtsp-1_0-0-32bit' 'libgstrtspserver-1_0-0' 'libgstsctp-1_0-0-32bit' 'libgstsctp-1_0-0-32bit-debuginfo' 'libgstsctp-1_0-0-debuginfo' 'libgstsdp-1_0-0-32bit' 'libgsttranscoder-1_0-0' 'libgsturidownloader-1_0-0-32bit' 'libgsturidownloader-1_0-0-32bit-debuginfo' 'libgsturidownloader-1_0-0-debuginfo' 'libgstvalidate-1_0-0' 'libgstwayland-1_0-0-32bit' 'libgstwayland-1_0-0-32bit-debuginfo' 'libgstwayland-1_0-0-debuginfo' 'libgstwebrtc-1_0-0-32bit' 'libgstwebrtc-1_0-0-32bit-debuginfo' 'libgstwebrtc-1_0-0-debuginfo' 'libgthread-2_0-0-32bit' 'libgtk-4-0' 'libgtk-4-0-32bit' 'libgtk-frdp-0_1' 'libgtk-layer-shell0' 'libgtkd-3-0' 'libgtkdatabox-0_9_3-0' 'libgtkdatabox-devel' 'libgtkdgl-3-0' 'libgtkdsv-3-0' 'libgtkglext-x11-1_0-0' 'libgtkglext-x11-1_0-0-32bit' 'libgtkhex-3-0' 'libgtkhotkey-devel' 'libgtkhotkey1' 'libgtkhtml-4_0-0' 'libgtkhtml-4_0-0-32bit' 'libgtkhtml-editor-4_0-0' 'libgtkhtml-editor-4_0-0-32bit' 'libgtkimageview0' 'libgtkmm-2_4-1' 'libgtkmm-2_4-1-32bit' 'libgtkmm-3_0-1-32bit' 'libgtkpod1' 'libgtksourceview-2_0-0' 'libgtksourceviewmm-3_0-0' 'libgtksourceviewmm-4_0-0' 'libgtkspell0' 'libgtkspell3-3-0' 'libgtop' 'libgtop-2_0-11' 'libgtop-2_0-11-32bit' 'libgtop-devel' 'libgtop-doc' 'libgtop-lang' 'libgtp-devel' 'libgtp6' 'libgtpnl-devel' 'libgtpnl0' 'libgucharmap_2_90-7' 'libgudev-1_0-0-32bit' 'libgudev-1_0-devel' 'libguess-devel' 'libguess1' 'libguess1-32bit' 'libguestfs-devel' 'libguestfs-test' 'libguile-2_2-1' 'libguile-cairo0' 'libguile-srfi-srfi-1-v-3-3' 'libguile-srfi-srfi-13-14-v-3-3' 'libguile-srfi-srfi-4-v-3-3' 'libguile-srfi-srfi-60-v-2-2' 'libguile-ssh12' 'libguile1-devel' 'libguile17' 'libguilereadline-v-17-17' 'libgumbo-devel' 'libgumbo1' 'libgupnp-1_2-0-32bit' 'libgupnp-av-1_0-2' 'libgupnp-av-devel' 'libgupnp-devel' 'libgupnp-dlna-2_0-3' 'libgupnp-dlna-backend-gstreamer' 'libgupnp-dlna-devel' 'libgupnp-igd-1_0-4-32bit' 'libgupnp-igd-devel' 'libgusb-devel' 'libgviewaudio-2_0-2' 'libgviewencoder-2_0-2' 'libgviewrender-2_0-2' 'libgviewv4l2core-2_0-2' 'libgviewv4l2core-lang' 'libgvncpulse-1_0-0' 'libgweather-3-16' 'libgweather-3-16-32bit' 'libgweather-devel' 'libgweather-lang' 'libgwengui-cpp79' 'libgwengui-fox16-79' 'libgwengui-gtk2-79' 'libgwengui-gtk3-79' 'libgwengui-qt5-79' 'libgwenhywfar79' 'libgwenhywfar79-plugins' 'libgxps-devel' 'libgxps-tools' 'libgxps2' 'libgxw0' 'libgxwmm0' 'libgypsy-devel' 'libgypsy0' 'libgypsy0-32bit' 'libhackrf0' 'libhal1' 'libhamlib++2' 'libhamlib2' 'libhandle1' 'libhandy-0_0-0' 'libhandy-devel' 'libhangul-devel' 'libhangul1' 'libhangul1-32bit' 'libharfbuzz-gobject0' 'libharfbuzz-gobject0-32bit' 'libharfbuzz-icu0-32bit' 'libharfbuzz-subset0-32bit' 'libharminv3' 'libharu-devel' 'libhavoc0' 'libhavoc0-debuginfo' 'libhdf4' 'libhdf4-32bit' 'libhdf4-openmpi' 'libhdf4-openmpi-32bit' 'libhdf5-103-32bit' 'libhdf5-103-mvapich2' 'libhdf5-103-mvapich2-32bit' 'libhdf5-103-openmpi1' 'libhdf5-103-openmpi1-32bit' 'libhdf5-103-openmpi2' 'libhdf5-103-openmpi2-32bit' 'libhdf5-103-openmpi3' 'libhdf5-103-openmpi3-32bit' 'libhdf5-gnu-hpc' 'libhdf5-gnu-mpich-hpc' 'libhdf5-gnu-mvapich2-hpc' 'libhdf5-gnu-openmpi1-hpc' 'libhdf5-gnu-openmpi2-hpc' 'libhdf5-gnu-openmpi3-hpc' 'libhdf5_1_10_5-gnu-hpc' 'libhdf5_1_10_5-gnu-mpich-hpc' 'libhdf5_1_10_5-gnu-mvapich2-hpc' 'libhdf5_1_10_5-gnu-openmpi1-hpc' 'libhdf5_1_10_5-gnu-openmpi2-hpc' 'libhdf5_1_10_5-gnu-openmpi3-hpc' 'libhdf5_cpp-gnu-hpc' 'libhdf5_cpp-gnu-mpich-hpc' 'libhdf5_cpp-gnu-mvapich2-hpc' 'libhdf5_cpp-gnu-openmpi1-hpc' 'libhdf5_cpp-gnu-openmpi2-hpc' 'libhdf5_cpp-gnu-openmpi3-hpc' 'libhdf5_cpp103' 'libhdf5_cpp103-32bit' 'libhdf5_cpp103-mvapich2' 'libhdf5_cpp103-mvapich2-32bit' 'libhdf5_cpp103-openmpi1' 'libhdf5_cpp103-openmpi1-32bit' 'libhdf5_cpp103-openmpi2' 'libhdf5_cpp103-openmpi2-32bit' 'libhdf5_cpp103-openmpi3' 'libhdf5_cpp103-openmpi3-32bit' 'libhdf5_cpp_1_10_5-gnu-hpc' 'libhdf5_cpp_1_10_5-gnu-mpich-hpc' 'libhdf5_cpp_1_10_5-gnu-mvapich2-hpc' 'libhdf5_cpp_1_10_5-gnu-openmpi1-hpc' 'libhdf5_cpp_1_10_5-gnu-openmpi2-hpc' 'libhdf5_cpp_1_10_5-gnu-openmpi3-hpc' 'libhdf5_fortran-gnu-hpc' 'libhdf5_fortran-gnu-mpich-hpc' 'libhdf5_fortran-gnu-mvapich2-hpc' 'libhdf5_fortran-gnu-openmpi1-hpc' 'libhdf5_fortran-gnu-openmpi2-hpc' 'libhdf5_fortran-gnu-openmpi3-hpc' 'libhdf5_fortran102' 'libhdf5_fortran102-mvapich2' 'libhdf5_fortran102-openmpi1' 'libhdf5_fortran102-openmpi2' 'libhdf5_fortran102-openmpi3' 'libhdf5_fortran_1_10_5-gnu-hpc' 'libhdf5_fortran_1_10_5-gnu-mpich-hpc' 'libhdf5_fortran_1_10_5-gnu-mvapich2-hpc' 'libhdf5_fortran_1_10_5-gnu-openmpi1-hpc' 'libhdf5_fortran_1_10_5-gnu-openmpi2-hpc' 'libhdf5_fortran_1_10_5-gnu-openmpi3-hpc' 'libhdf5_hl-gnu-hpc' 'libhdf5_hl-gnu-mpich-hpc' 'libhdf5_hl-gnu-mvapich2-hpc' 'libhdf5_hl-gnu-openmpi1-hpc' 'libhdf5_hl-gnu-openmpi2-hpc' 'libhdf5_hl-gnu-openmpi3-hpc' 'libhdf5_hl100-32bit' 'libhdf5_hl100-mvapich2' 'libhdf5_hl100-mvapich2-32bit' 'libhdf5_hl100-openmpi1' 'libhdf5_hl100-openmpi1-32bit' 'libhdf5_hl100-openmpi2' 'libhdf5_hl100-openmpi2-32bit' 'libhdf5_hl100-openmpi3' 'libhdf5_hl100-openmpi3-32bit' 'libhdf5_hl_1_10_5-gnu-hpc' 'libhdf5_hl_1_10_5-gnu-mpich-hpc' 'libhdf5_hl_1_10_5-gnu-mvapich2-hpc' 'libhdf5_hl_1_10_5-gnu-openmpi1-hpc' 'libhdf5_hl_1_10_5-gnu-openmpi2-hpc' 'libhdf5_hl_1_10_5-gnu-openmpi3-hpc' 'libhdf5_hl_cpp-gnu-hpc' 'libhdf5_hl_cpp-gnu-mpich-hpc' 'libhdf5_hl_cpp-gnu-mvapich2-hpc' 'libhdf5_hl_cpp-gnu-openmpi1-hpc' 'libhdf5_hl_cpp-gnu-openmpi2-hpc' 'libhdf5_hl_cpp-gnu-openmpi3-hpc' 'libhdf5_hl_cpp100' 'libhdf5_hl_cpp100-32bit' 'libhdf5_hl_cpp100-mvapich2' 'libhdf5_hl_cpp100-mvapich2-32bit' 'libhdf5_hl_cpp100-openmpi1' 'libhdf5_hl_cpp100-openmpi1-32bit' 'libhdf5_hl_cpp100-openmpi2' 'libhdf5_hl_cpp100-openmpi2-32bit' 'libhdf5_hl_cpp100-openmpi3' 'libhdf5_hl_cpp100-openmpi3-32bit' 'libhdf5_hl_cpp_1_10_5-gnu-hpc' 'libhdf5_hl_cpp_1_10_5-gnu-mpich-hpc' 'libhdf5_hl_cpp_1_10_5-gnu-mvapich2-hpc' 'libhdf5_hl_cpp_1_10_5-gnu-openmpi1-hpc' 'libhdf5_hl_cpp_1_10_5-gnu-openmpi2-hpc' 'libhdf5_hl_cpp_1_10_5-gnu-openmpi3-hpc' 'libhdf5_hl_fortran-gnu-hpc' 'libhdf5_hl_fortran-gnu-mpich-hpc' 'libhdf5_hl_fortran-gnu-mvapich2-hpc' 'libhdf5_hl_fortran-gnu-openmpi1-hpc' 'libhdf5_hl_fortran-gnu-openmpi2-hpc' 'libhdf5_hl_fortran-gnu-openmpi3-hpc' 'libhdf5hl_fortran100' 'libhdf5hl_fortran100-32bit' 'libhdf5hl_fortran100-mvapich2' 'libhdf5hl_fortran100-mvapich2-32bit' 'libhdf5hl_fortran100-openmpi1' 'libhdf5hl_fortran100-openmpi1-32bit' 'libhdf5hl_fortran100-openmpi2' 'libhdf5hl_fortran100-openmpi2-32bit' 'libhdf5hl_fortran100-openmpi3' 'libhdf5hl_fortran100-openmpi3-32bit' 'libhdf5hl_fortran_1_10_5-gnu-hpc' 'libhdf5hl_fortran_1_10_5-gnu-mpich-hpc' 'libhdf5hl_fortran_1_10_5-gnu-mvapich2-hpc' 'libhdf5hl_fortran_1_10_5-gnu-openmpi1-hpc' 'libhdf5hl_fortran_1_10_5-gnu-openmpi2-hpc' 'libhdf5hl_fortran_1_10_5-gnu-openmpi3-hpc' 'libhdhomerun' 'libhdhomerun-debuginfo' 'libhdhomerun-debugsource' 'libhdhomerun-devel' 'libhdhomerun2' 'libhdhomerun2-debuginfo' 'libheif' 'libheif-debuginfo' 'libheif-debugsource' 'libheif-devel' 'libheif1' 'libheif1-debuginfo' 'libheimdal' 'libheimdal-devel' 'libhfst53' 'libhfstospell11' 'libhfstospell11-32bit' 'libhidapi-devel' 'libhidapi-hidraw0' 'libhidapi-libusb0' 'libhinawa-devel' 'libhinawa1' 'libhmac-devel' 'libhmac-tools' 'libhmac1' 'libhowl0' 'libhpdf2_3_0' 'libhpx1' 'libhs5' 'libhssi-io1' 'libhtp-devel' 'libhtp2' 'libhts-devel' 'libhts-devel-32bit' 'libhts3' 'libhts3-32bit' 'libhttp_parser2_7_1-32bit' 'libhttrack2' 'libhubbub-devel' 'libhubbub-doc' 'libhubbub0' 'libhugetlbfs' 'libhugetlbfs-32bit' 'libhugetlbfs-devel' 'libhugetlbfs-tests' 'libhunspell-1_7-0-32bit' 'libhwloc15' 'libhwsd2' 'libhwsd2-debuginfo' 'libhydrogen-core-devel' 'libhydrogen-core1' 'libhyphen0-32bit' 'libi2c0' 'libi2c0-devel' 'libib_util-32bit' 'libib_util-devel' 'libibdm1' 'libibmad5' 'libibmad5-32bit' 'libibmtss1' 'libibnetdisc5' 'libibumad3' 'libibumad3-32bit' 'libibus-1_0-5-32bit' 'libibverbs-32bit' 'libibverbs-utils' 'libibverbs1-32bit' 'libical-devel' 'libical-doc' 'libical-glib-devel' 'libical-glib-doc' 'libical-glib3' 'libical-glib3-32bit' 'libical3-32bit' 'libicecream-devel' 'libicns-devel' 'libicns1' 'libiconv_hook-devel' 'libiconv_hook1' 'libicu-devel' 'libicu-devel-32bit' 'libicu-doc' 'libicu66-32bit' 'libicu66-bedata' 'libid3tag-devel' 'libid3tag0-32bit' 'libidl-devel' 'libidn-devel' 'libidn-tools' 'libidn12-32bit' 'libidn2-devel' 'libidn2-tools' 'libido3-0_1-0' 'libido3-0_1-0-32bit' 'libiec61883-0-32bit' 'libiec61883-devel' 'libiec61883-tools' 'libigfxcmrt-devel' 'libigfxcmrt7' 'libilbc0' 'libimaevm1' 'libimagequant-devel' 'libiml0' 'libimobiledevice-devel' 'libimobiledevice6-32bit' 'libinchi0' 'libinchi0-32bit' 'libindi' 'libindi' 'libindi-debuginfo' 'libindi-debugsource' 'libindi-devel' 'libindi-plugins' 'libindi-plugins-debuginfo' 'libindiAlignmentDriver1' 'libindiAlignmentDriver1-debuginfo' 'libindicator-devel' 'libindicator3-devel' 'libindicator7' 'libindidriver1' 'libindidriver1-debuginfo' 'libindilx200-1' 'libindilx200-1-debuginfo' 'libinfinipath4' 'libinfinipath4-32bit' 'libinfinity-1_0-0' 'libinfinity-devel' 'libinfinity-lang' 'libini_config-devel' 'libini_config-devel-32bit' 'libini_config5' 'libini_config5-32bit' 'libiniparser-devel' 'libiniparser1' 'libiniparser1-32bit' 'libinjeqt1' 'libinotifytools0' 'libinput-devel' 'libinput-tools' 'libinput10-32bit' 'libinsighttoolkit4' 'libinstpatch-1_0-2-32bit' 'libinstpatch-devel' 'libiodbc-devel' 'libiodbc3' 'libipa_hbac-devel' 'libipa_hbac0' 'libipmiconsole2' 'libipmidetect0' 'libipmimonitoring6' 'libipq-devel' 'libipq0' 'libiptc-devel' 'libiptcdata' 'libiptcdata-devel' 'libiptcdata-doc' 'libiptcdata-lang' 'libiptcdata0' 'libircclient-devel' 'libircclient-doc' 'libircclient1' 'libirman-devel' 'libirman0' 'libirrecord0' 'libirs-devel' 'libirs1600-32bit' 'libisc1601-32bit' 'libisccc1600-32bit' 'libisccfg1600-32bit' 'libiscsi-devel' 'libiscsi-test' 'libiscsi-utils' 'libisds-devel' 'libisds5' 'libisl22-32bit' 'libiso9660-11-32bit' 'libisoburn-devel' 'libisofs-devel' 'libite-devel' 'libite5' 'libiterm-devel' 'libiterm1' 'libitm1-32bit' 'libitm1-gcc7' 'libitm1-gcc7-32bit' 'libitm1-gcc9' 'libitm1-gcc9-32bit' 'libitpp8' 'libivykis0' 'libiw-devel' 'libixion-devel' 'libixion-tools' 'libixml11-32bit' 'libjack-devel' 'libjack-devel-32bit' 'libjack-pw0_3_2' 'libjacknet0-32bit' 'libjackserver0-32bit' 'libjansson-devel' 'libjavascriptcoregtk-4_0-18-32bit' 'libjaylink' 'libjaylink-devel' 'libjaylink0' 'libjbig-devel' 'libjbig-devel-32bit' 'libjbig2dec0' 'libjbig2dec0-32bit' 'libjd0' 'libjim0_75' 'libjpeg-turbo' 'libjpeg62' 'libjpeg62-32bit' 'libjpeg62-devel' 'libjpeg62-devel-32bit' 'libjpeg8-devel' 'libjpeg8-devel-32bit' 'libjpegxr0' 'libjpgalleg44-devel' 'libjpgalleg4_4' 'libjpgalleg4_4-32bit' 'libjq-devel' 'libjreen-qt5-1' 'libjreen-qt5-devel' 'libjrtp3_11_1' 'libjsmn0' 'libjson-c-devel' 'libjson-c-doc' 'libjson-c4-32bit' 'libjsoncpp22' 'libjsonrpc-glib-1_0-1' 'libjte-devel' 'libjthread1_3_3' 'libjxrglue0' 'libkColorPicker0_1_1' 'libkImageAnnotator0_2_1' 'libkaccounts1-32bit' 'libkasten-lang' 'libkate-devel' 'libkate-tools' 'libkate1-32bit' 'libkcapi-devel' 'libkcapi-tools' 'libkcapi1' 'libkcarchiver0' 'libkcddb-devel' 'libkcfreebusy0' 'libkchart-lang' 'libkcicalmapi0' 'libkcindex0' 'libkcinetmapi0' 'libkcompactdisc-devel' 'libkcpyplug0' 'libkcserver0' 'libkcsoap0' 'libkcutil0' 'libkdcraw-devel' 'libkdecoration2-devel' 'libkdecoration2-devel-32bit' 'libkdecorations2-5-32bit' 'libkdecorations2private7-32bit' 'libkdegames-devel' 'libkdepim-devel' 'libkdevplatform55' 'libkdevplatform55-debuginfo' 'libkdsoap-server1_9_0' 'libkdsoap1_9_0' 'libkdstatemachineeditor_core1_2_7' 'libkdstatemachineeditor_core1_2_7-debuginfo' 'libkdstatemachineeditor_debuginterfaceclient1_2_7' 'libkdstatemachineeditor_debuginterfaceclient1_2_7-debuginfo' 'libkdstatemachineeditor_debuginterfacesource-static' 'libkdstatemachineeditor_view1_2_7' 'libkdstatemachineeditor_view1_2_7-debuginfo' 'libkdumpfile-devel' 'libkdumpfile7' 'libkea-asiodns0' 'libkea-asiolink7' 'libkea-cc8' 'libkea-cfgclient7' 'libkea-cryptolink4' 'libkea-database3' 'libkea-dhcp++13' 'libkea-dhcp_ddns1' 'libkea-dhcpsrv16' 'libkea-dns++3' 'libkea-eval11' 'libkea-exceptions0' 'libkea-hooks7' 'libkea-http6' 'libkea-log4' 'libkea-mysql1' 'libkea-pgsql0' 'libkea-process4' 'libkea-stats3' 'libkea-threads2' 'libkea-util-io0' 'libkea-util7' 'libkea1_4' 'libkeccak-devel' 'libkeduvocdocument-devel' 'libkeduvocdocument-lang' 'libkexiv2-devel' 'libkeybinder0' 'libkgapi-devel' 'libkgeomap' 'libkgeomap-devel' 'libkgeomap-lang' 'libkgraphviewer3' 'libkgraphviewer3-debuginfo' 'libkim-api2' 'libkioarchive-devel' 'libkipi-devel' 'libkkc-devel' 'libkkc2' 'libkkc2-32bit' 'libkleo-devel' 'libklfbackend4' 'libklftools4' 'libklu-doc' 'libklu1' 'libkmahjongg-devel' 'libkmod-devel' 'libkms-devel' 'libkms-devel-32bit' 'libkms1' 'libkms1-32bit' 'libknet1' 'libknet1-compress-bzip2-plugin' 'libknet1-compress-lz4-plugin' 'libknet1-compress-lzma-plugin' 'libknet1-compress-lzo2-plugin' 'libknet1-compress-plugins-all' 'libknet1-compress-zlib-plugin' 'libknet1-crypto-nss-plugin' 'libknet1-crypto-openssl-plugin' 'libknet1-crypto-plugins-all' 'libknet1-devel' 'libknet1-plugins-all' 'libkolabxml-devel' 'libkomparediff2-devel' 'libkonkretcmpi0' 'libkpathsea6' 'libkpmcore7' 'libkpmcore9' 'libkpmcore9-debuginfo' 'libksane-devel' 'libksba-devel' 'libkscreen2-devel' 'libkscreen2-devel-32bit' 'libkscreen2-plugin-32bit' 'libksi-devel' 'libksi1' 'libksieve-devel' 'libksysguard5-32bit' 'libksysguard5-devel' 'libksysguard5-devel-32bit' 'libktoblzcheck1' 'libktorrent' 'libktorrent-debugsource' 'libktorrent-devel' 'libktorrent-lang' 'libktpaccountskcminternal9' 'libkvazaar-devel' 'libkvazaar4' 'libkvazaar4-debuginfo' 'libkvkontakte' 'libkvkontakte-debugsource' 'libkvkontakte-devel' 'libkvkontakte-lang' 'libkwalletbackend5-5-32bit' 'libkwnn0' 'libkyotocabinet-devel' 'libkyotocabinet16' 'libkyotocabinet16-32bit' 'liblammps0' 'liblangtag-devel' 'liblangtag-doc' 'liblapack3-32bit' 'liblapacke3' 'liblapacke3-32bit' 'liblasem-0_4-4' 'liblash1-32bit' 'liblash1-32bit-debuginfo' 'liblash1-debuginfo' 'liblasso-devel' 'liblasso3' 'liblastfm-qt5-devel' 'liblastfm5-1' 'liblastfm5-1-32bit' 'liblastfm_fingerprint5-1' 'liblastfm_fingerprint5-1-32bit' 'liblaszip8' 'liblaszip_api8' 'liblayout-javadoc' 'liblazy-devel' 'liblazy1' 'liblazy1-32bit' 'liblbxutil-devel' 'liblbxutil-devel-32bit' 'liblbxutil1' 'liblbxutil1-32bit' 'liblcms2-devel' 'liblcms2-devel-32bit' 'liblcms2-doc' 'libldac2' 'libldapcpp-devel' 'libldb-devel' 'libldl-doc' 'libldl2' 'libldm-1_0-0-devel' 'libldns3' 'libleechcraft-util-db-qt5-0_6_75_1' 'libleechcraft-util-gui-qt5-0_6_75_1' 'libleechcraft-util-models-qt5-0_6_75_1' 'libleechcraft-util-network-qt5-0_6_75_1' 'libleechcraft-util-qml-qt5-0_6_75_2' 'libleechcraft-util-shortcuts-qt5-0_6_75' 'libleechcraft-util-sll-qt5-0_6_75_1' 'libleechcraft-util-svcauth-qt5-0_6_75' 'libleechcraft-util-sys-qt5-0_6_75_1' 'libleechcraft-util-tags-qt5-0_6_75_1' 'libleechcraft-util-threads-qt5-0_6_75' 'libleechcraft-util-x11-qt5-0_6_75' 'libleechcraft-util-xdg-qt5-0_6_75' 'libleechcraft-util-xpc-qt5-0_6_75_2' 'libleechcraft-util-xsd-qt5-0_6_75' 'liblegion1' 'liblensfun1-debuginfo' 'liblept5' 'liblept5-32bit' 'libleveldb1' 'liblhasa0' 'liblightdm-qt5-3-0' 'liblightgrep-devel' 'liblightgrep0' 'liblightmediascanner0' 'liblightstep_tracer0' 'liblilv-0-0-32bit' 'liblilv-0-devel' 'liblinbox0' 'liblinebreak-devel' 'liblinebreak2' 'liblink-grammar5' 'liblinphone++9' 'liblinphone++9-32bit' 'liblinphone-data' 'liblinphone-devel' 'liblinphone-lang' 'liblinphone9' 'liblinphone9-32bit' 'liblinuxsampler-devel' 'liblinuxsampler5' 'liblinuxsampler5-debuginfo' 'libliquid-devel' 'liblirc0' 'liblirc0-32bit' 'liblirc_client0-32bit' 'liblirc_driver0' 'liblirc_driver0-32bit' 'liblittleb0' 'libliveMedia-devel' 'liblldb7' 'liblldb8' 'liblldb9' 'liblldp_clif1' 'liblldpctl4' 'liblmdb-0_9_24-32bit' 'liblms7002m-devel' 'liblms7compact0' 'liblnk-devel' 'liblnk-tools' 'liblnk1' 'liblo-devel' 'liblo10k1-0' 'liblo7-32bit' 'libloader-javadoc' 'libloadpng44-devel' 'libloadpng4_4' 'libloadpng4_4-32bit' 'liblodepng-r84' 'liblog4c-devel' 'liblog4c-doc' 'liblog4c3' 'liblog4c3-32bit' 'liblog4cplus-1_1-5' 'liblog4cpp5' 'liblog4cxx-devel' 'liblog4cxx10' 'liblog4shib-devel' 'liblog4shib2' 'liblogg44-devel' 'liblogg4_4' 'liblogg4_4-32bit' 'liblogging-devel' 'liblognorm-devel' 'libloki-devel' 'libloki-doc' 'libloki0_1_7' 'libloudmouth-1-0' 'libloudmouth-1-0-debuginfo' 'liblouis-data' 'liblouis-devel' 'liblouis-doc' 'liblouis-tools' 'liblouis19' 'liblqr-1-0-32bit' 'liblqr-devel' 'liblrdf-devel' 'liblrdf2-32bit' 'liblrs-7_0a0' 'liblsan0-gcc7' 'liblsan0-gcc9' 'liblscp-devel' 'liblscp6' 'liblsmash2' 'liblsmash2-debuginfo' 'libltc-devel' 'libltc11' 'liblttng-ctl0' 'liblttng-ust-ctl4' 'liblttng-ust-python-agent0' 'liblua5_1-5-32bit' 'libluabind0_9_1' 'libluajit-5_1-2-32bit' 'liblucene++0' 'libluksde-devel' 'libluksde-tools' 'libluksde1' 'liblunar-calendar-3_0-1' 'liblunar-date-3_0-1' 'liblur3' 'liblxc-devel' 'liblxpanel0' 'liblxqt-devel' 'liblxqt-globalkeys-ui0' 'liblxqt-globalkeys0' 'liblxqt-lang' 'liblxqt0' 'liblz1' 'liblz4-devel' 'liblzo2-2-32bit' 'libm17n0' 'libm17n0-32bit' 'libm4ri-0_0_20140914' 'libm4ri-devel' 'libm4rie-0_0_20150908' 'libm4rie-devel' 'libmaa-devel' 'libmaa-doc' 'libmaa4' 'libmac' 'libmac-debuginfo' 'libmac-debugsource' 'libmac-devel' 'libmac2' 'libmac2-debuginfo' 'libmad-devel' 'libmad0-32bit' 'libmaia-devel' 'libmaia1' 'libmailutils5' 'libmakemkv1' 'libmanette-0_2-0' 'libmanette-devel' 'libmapi1' 'libmapidb-devel' 'libmapidb1' 'libmarco-private2' 'libmariadb-devel' 'libmariadb3-32bit' 'libmariadb_plugins' 'libmariadbd-devel' 'libmariadbd19' 'libmariadbprivate' 'libmarisa0' 'libmarisa0-32bit' 'libmarkdown-devel' 'libmate-desktop-2-17' 'libmate-menu2' 'libmate-menu2-32bit' 'libmate-panel-applet-4-1' 'libmate-panel-applet-4-1-32bit' 'libmate-sensors-applet-plugin0' 'libmate-sensors-applet-plugin0-32bit' 'libmate-slab-devel' 'libmate-slab0' 'libmate-window-settings1' 'libmatedict-devel' 'libmatedict6' 'libmatekbd-devel' 'libmatekbd-lang' 'libmatekbd4' 'libmatekbd4-32bit' 'libmatemixer-devel' 'libmatemixer-lang' 'libmatemixer0' 'libmatemixer0-32bit' 'libmateweather-devel' 'libmateweather-lang' 'libmateweather1' 'libmateweather1-32bit' 'libmatio-devel' 'libmatio9' 'libmatrix_client0_3_0' 'libmatroska-devel' 'libmatroska6-32bit' 'libmaxminddb-devel' 'libmaxminddb0-32bit' 'libmbedcrypto3' 'libmbedcrypto3-32bit' 'libmbedtls12' 'libmbedtls12-32bit' 'libmbedx509-0' 'libmbedx509-0-32bit' 'libmbim-devel' 'libmca_common_dstore1' 'libmcpp0' 'libmcs-devel' 'libmcs1' 'libmcs1' 'libmcs1-debuginfo' 'libmcs1-debugsource' 'libmd-devel' 'libmdb2' 'libmdbsql2' 'libmeanwhile1' 'libmed-devel' 'libmed-python' 'libmed11' 'libmedC11' 'libmedfwrap11' 'libmediaart-2_0-0' 'libmediaart-devel' 'libmediacheck-devel' 'libmediainfo-devel' 'libmediainfo0' 'libmediainfo0-32bit' 'libmediastreamer10' 'libmediastreamer10-32bit' 'libmediawiki' 'libmediawiki-debugsource' 'libmediawiki-devel' 'libmedimport0' 'libmeep14' 'libmemcache-devel' 'libmemcache0' 'libmemcached' 'libmemcached-devel' 'libmemcached11' 'libmemcachedutil2' 'libmemkind0' 'libmemphis-0_2-0' 'libmenu-cache3' 'libmesode-devel' 'libmesode0' 'libmetacity1' 'libmetal-devel' 'libmetal0' 'libmetalink-devel' 'libmetis-gnu-hpc' 'libmetis_5_1_0-gnu-hpc' 'libmetrics-devel' 'libmetrics0' 'libmfx-devel' 'libmgl-fltk7_5_0' 'libmgl-glut7_5_0' 'libmgl-mpi7_5_0' 'libmgl-qt5-7_5_0' 'libmgl-wnd7_5_0' 'libmgl-wx7_5_0' 'libmgl7_5_0' 'libmhash2' 'libmicro' 'libmicrohttpd-devel' 'libmicrohttpd12' 'libmidori-core0' 'libmikmod-devel' 'libmikmod3-32bit' 'libmilter-doc' 'libmilter1_0' 'libmimetic-devel' 'libmimetic0' 'libminisat2' 'libminiupnpc-devel' 'libminiupnpc17-32bit' 'libminizip1-32bit' 'libmirage-3_2' 'libmirage-data' 'libmirage-devel' 'libmirage-lang' 'libmirage11' 'libmirisdr-devel' 'libmirisdr0' 'libmisdn1' 'libmission-control-plugins0' 'libmjpegutils-2_0-0-32bit' 'libmjpegutils-devel' 'libmlag_pb0' 'libmlt++-devel' 'libmlt-devel' 'libmlx4-1-32bit' 'libmlx5-1-32bit' 'libmmbd0' 'libmms-devel' 'libmms0-32bit' 'libmng-devel' 'libmng2-32bit' 'libmnl-devel' 'libmnl0-32bit' 'libmodman-devel' 'libmodman1-32bit' 'libmodplug-devel' 'libmodplug1-32bit' 'libmodsecurity3' 'libmodulemd-devel' 'libmolsketch-qt5-1' 'libmongoose-doc' 'libmongoose2' 'libmono-2_0-1' 'libmono-2_0-devel' 'libmono-profiler-gui-thread-check0' 'libmono-profiler-gui-thread-check0-devel' 'libmonoboehm-2_0-1' 'libmonoboehm-2_0-devel' 'libmonosgen-2_0-1' 'libmonosgen-2_0-devel' 'libmopac7-1' 'libmopac7-1-devel' 'libmosquitto1' 'libmosquittopp1' 'libmount-devel' 'libmount-devel-32bit' 'libmount-devel-static' 'libmowgli' 'libmowgli-2-0' 'libmowgli-debugsource' 'libmowgli-devel' 'libmowgli2' 'libmowgli2-32bit' 'libmowgli2-32bit-debuginfo' 'libmowgli2-debuginfo' 'libmowgli2-devel' 'libmozjs-38' 'libmozjs-38-32bit' 'libmozjs185-1_0' 'libmozjs185-1_0-32bit' 'libmozjs185-1_0-32bit-debuginfo' 'libmozjs185-1_0-debuginfo' 'libmp3lame-devel' 'libmp3lame0-32bit' 'libmp3splt' 'libmp3splt-debuginfo' 'libmp3splt-debugsource' 'libmp3splt-devel' 'libmp3splt0' 'libmp3splt0-debuginfo' 'libmp3splt0-mp3' 'libmp3splt0-mp3-debuginfo' 'libmp3splt0-ogg' 'libmp3splt0-ogg-debuginfo' 'libmpc3-32bit' 'libmpcdec-devel' 'libmpcdec5-32bit' 'libmpcdec6-32bit' 'libmpd-devel' 'libmpd1' 'libmpd1-32bit' 'libmpdclient-devel' 'libmpeg2-0-32bit' 'libmpeg2-devel' 'libmpeg2convert0' 'libmpeg2encpp-2_0-0-32bit' 'libmpeg3-1' 'libmpeg3-1' 'libmpeg3-1-debuginfo' 'libmpeg3-1-debugsource' 'libmpeg3-devel' 'libmpeg3-utils' 'libmpeg3-utils-debuginfo' 'libmpeg4ip-devel' 'libmpeg4ip0' 'libmpeg4ip0-debuginfo' 'libmpfc-devel' 'libmpfc2' 'libmpfc2-debuginfo' 'libmpfi0' 'libmpfr6-32bit' 'libmpir-devel' 'libmpir23' 'libmpirxx8' 'libmplex2-2_0-0-32bit' 'libmpris-qt5-1' 'libmpris-qt5-devel' 'libmpx2-gcc7' 'libmpx2-gcc7-32bit' 'libmpxwrappers2-gcc7' 'libmpxwrappers2-gcc7-32bit' 'libmraa2' 'libmrss-devel' 'libmrss0' 'libmrss0-32bit' 'libmsi0' 'libmsiecf-devel' 'libmsiecf-tools' 'libmsiecf1' 'libmspack-devel' 'libmspack0-32bit' 'libmspub-devel' 'libmspub-devel-doc' 'libmspub-tools' 'libmtdev1-32bit' 'libmtp-devel' 'libmuffin0' 'libmumps-gnu-mpich-hpc' 'libmumps-gnu-mvapich2-hpc' 'libmumps-gnu-openmpi1-hpc' 'libmumps-gnu-openmpi2-hpc' 'libmumps-gnu-openmpi3-hpc' 'libmumps-ptscotch5-openmpi1' 'libmumps-ptscotch5-openmpi2' 'libmumps-scotch5' 'libmumps5' 'libmumps5-mvapich2' 'libmumps5-openmpi1' 'libmumps5-openmpi2' 'libmumps5-openmpi3' 'libmumps_5_2_1-gnu-mpich-hpc' 'libmumps_5_2_1-gnu-mvapich2-hpc' 'libmumps_5_2_1-gnu-openmpi1-hpc' 'libmumps_5_2_1-gnu-openmpi2-hpc' 'libmumps_5_2_1-gnu-openmpi3-hpc' 'libmunge2' 'libmunge2-32bit' 'libmuparser2_2_6' 'libmuparser2_2_6-32bit' 'libmuparserx4_0_8' 'libmuroar0' 'libmuroar0-debuginfo' 'libmuroard3' 'libmuroard3-debuginfo' 'libmusicbrainz-devel' 'libmusicbrainz4' 'libmusicbrainz4-32bit' 'libmusicbrainz5-1-32bit' 'libmusicbrainz5-devel' 'libmwaw-devel' 'libmwaw-devel-doc' 'libmwaw-tools' 'libmxml1' 'libmxml1-32bit' 'libmygpo-qt5-1' 'libmygpo-qt5-devel' 'libmypaint-devel' 'libmypaint-gegl-devel' 'libmypaint-gegl0' 'libmysofa-devel' 'libmysofa1-32bit' 'libmysqlcppconn-devel' 'libmysqlcppconn7' 'libmysqlcppconn8-1' 'libmysqlcppconn8-devel' 'libmyth-29-29' 'libmyth-29-29-debuginfo' 'libnanomsg5' 'libnatpmp1' 'libnatpmp1' 'libnatpmp1-devel' 'libnautilus-extension1' 'libnautilus-extension1-32bit' 'libnauty-2_7_rc2' 'libncurses5' 'libncurses5-32bit' 'libndctl-devel' 'libndctl6' 'libndp' 'libndp-devel' 'libndpi-devel' 'libndpi3' 'libndr-devel' 'libndr-krb5pac-devel' 'libndr-nbt-devel' 'libndr-standard-devel' 'libneko2' 'libnemo-extension1' 'libneon-devel' 'libneon27-32bit' 'libnet-devel' 'libnet-doc' 'libnetapi-devel' 'libnetcdf-cxx4-gnu-hpc' 'libnetcdf-cxx4-gnu-hpc-devel' 'libnetcdf-cxx4_4_3_1-gnu-hpc' 'libnetcdf-cxx4_4_3_1-gnu-hpc-devel' 'libnetcdf-cxx4_4_3_1-gnu-hpc-devel-static' 'libnetcdf-fortran-gnu-mpich-hpc' 'libnetcdf-fortran-gnu-mvapich2-hpc' 'libnetcdf-fortran-gnu-openmpi1-hpc' 'libnetcdf-fortran-gnu-openmpi2-hpc' 'libnetcdf-fortran-gnu-openmpi3-hpc' 'libnetcdf-fortran_4_5_2-gnu-mpich-hpc' 'libnetcdf-fortran_4_5_2-gnu-mvapich2-hpc' 'libnetcdf-fortran_4_5_2-gnu-openmpi1-hpc' 'libnetcdf-fortran_4_5_2-gnu-openmpi2-hpc' 'libnetcdf-fortran_4_5_2-gnu-openmpi3-hpc' 'libnetcdf-gnu-hpc' 'libnetcdf-gnu-mpich-hpc' 'libnetcdf-gnu-mvapich2-hpc' 'libnetcdf-gnu-openmpi1-hpc' 'libnetcdf-gnu-openmpi2-hpc' 'libnetcdf-gnu-openmpi3-hpc' 'libnetcdf15' 'libnetcdf15-32bit' 'libnetcdf15-openmpi1' 'libnetcdf15-openmpi1-32bit' 'libnetcdf15-openmpi2' 'libnetcdf15-openmpi2-32bit' 'libnetcdf15-openmpi3' 'libnetcdf15-openmpi3-32bit' 'libnetcdf_4_7_3-gnu-hpc' 'libnetcdf_4_7_3-gnu-mpich-hpc' 'libnetcdf_4_7_3-gnu-mvapich2-hpc' 'libnetcdf_4_7_3-gnu-openmpi1-hpc' 'libnetcdf_4_7_3-gnu-openmpi2-hpc' 'libnetcdf_4_7_3-gnu-openmpi3-hpc' 'libnetcdf_c++-devel' 'libnetcdf_c++4' 'libnetcdf_c++4-1' 'libnetcdf_c++4-devel' 'libnetcontrol-devel' 'libnetcontrol0-32bit' 'libnetfilter_acct-devel' 'libnetfilter_acct1' 'libnetfilter_acct1-32bit' 'libnetfilter_conntrack-devel' 'libnetfilter_conntrack3-32bit' 'libnetfilter_cthelper-devel' 'libnetfilter_cthelper0' 'libnetfilter_cthelper0-32bit' 'libnetfilter_cttimeout-devel' 'libnetfilter_cttimeout1' 'libnetfilter_cttimeout1-32bit' 'libnetfilter_log-devel' 'libnetfilter_log1' 'libnetfilter_log1-32bit' 'libnetfilter_queue-devel' 'libnetfilter_queue1' 'libnetfilter_queue1-32bit' 'libnetlink-devel' 'libnetpbm-devel' 'libnetpbm11-32bit' 'libnettle-devel-32bit' 'libnewt0_52-32bit' 'libnextcloudsync-devel' 'libnextcloudsync0' 'libnf2ff0' 'libnfc-devel' 'libnfc-tools' 'libnfc5' 'libnfnetlink-devel' 'libnfnetlink0-32bit' 'libnfs-devel' 'libnfsidmap-sss' 'libnfsjunct0' 'libnftnl-devel' 'libnghttp2-devel' 'libnghttp2_asio-devel' 'libnghttp2_asio1' 'libnghttp2_asio1-32bit' 'libngspice-devel' 'libngspice0' 'libnice' 'libnice-devel' 'libnice10-32bit' 'libnilfs0' 'libnilfscleaner0' 'libnilfsgc0' 'libnjb' 'libnjb-devel' 'libnjb5' 'libnl-doc' 'libnl-tools' 'libnl3-devel' 'libnl3-devel-32bit' 'libnlopt0' 'libnma-devel' 'libnma-lang' 'libnma0' 'libnormaliz3' 'libnoson2' 'libnotify-devel' 'libnotify-devel-32bit' 'libnotify4-32bit' 'libnotmuch5' 'libnova-0_15-0' 'libnova-devel' 'libnscd-devel' 'libnsl-devel' 'libnss_nis2' 'libnss_nis2-32bit' 'libnss_slurm2' 'libnss_usrfiles2-32bit' 'libnsssharedhelper0' 'libnsssharedhelper0-32bit' 'libnsync-devel' 'libnsync1' 'libnsync_cpp1' 'libntfs-3g-devel' 'libntirpc-devel' 'libntirpc3_2' 'libntk1' 'libntl43' 'libntlm-devel' 'libntlm0' 'libnuma-devel' 'libnuma1-32bit' 'libnumbertext-devel' 'libnumbertext-tools' 'libnvpair1' 'libnxml-devel' 'libnxml0' 'libnxml0-32bit' 'libo2scl0' 'liboaml1' 'liboath-devel' 'liboath0' 'liboauth-devel' 'liboauth0-32bit' 'libobby-0_4-1' 'libobjc2-devel' 'libobjc4' 'libobjc4-32bit' 'libobjc4-gcc7' 'libobjc4-gcc7-32bit' 'libobjc4-gcc9' 'libobjc4-gcc9-32bit' 'libobjc4_6' 'libobrender32' 'libobt2' 'libode8' 'libodfgen-devel' 'libodfgen-devel-doc' 'libodp-122_0_0' 'libodraw-devel' 'libodraw-tools' 'libodraw1' 'libofa-devel' 'libofa0-32bit' 'libofx' 'libofx-devel' 'libofx7' 'libogg-devel' 'liboggkate1-32bit' 'liboggz-devel' 'liboggz-doc' 'liboggz2' 'liboggz2-32bit' 'libogmrip-devel' 'libogmrip1' 'libogmrip1-debuginfo' 'liboil' 'liboil-32bit' 'liboil-devel' 'liboil-doc' 'libokteta-lang' 'liboldX-devel' 'liboldX-devel-32bit' 'liboldX6' 'liboldX6-32bit' 'libolecf-devel' 'libolecf-tools' 'libolecf1' 'libolm3' 'libomp7-devel' 'libomp8-devel' 'libomp9-devel' 'liboop-devel' 'liboop4' 'libopae-c1' 'libopagent1' 'libopagent1-32bit' 'libopal-devel' 'libopal3_10_10' 'libopamgt-devel' 'libopamgt0' 'libopasadb1_0_0' 'libopenCOLLADA-devel' 'libopenCOLLADA-doc' 'libopenCOLLADA-utils' 'libopenEMS0' 'libopen_amp0' 'libopenal0' 'libopenal0-32bit' 'libopenbabel5' 'libopenbabel5-32bit' 'libopenblas-gnu-hpc' 'libopenblas-gnu-hpc-devel' 'libopenblas-pthreads-gnu-hpc' 'libopenblas-pthreads-gnu-hpc-devel' 'libopenblas-pthreads_0_3_9-gnu-hpc' 'libopenblas-pthreads_0_3_9-gnu-hpc-devel' 'libopenblas_0_3_9-gnu-hpc' 'libopenblas_0_3_9-gnu-hpc-devel' 'libopenblas_openmp-devel' 'libopenblas_openmp0' 'libopenblas_pthreads-devel' 'libopenblas_serial-devel' 'libopenblas_serial0' 'libopencascade7' 'libopencc2' 'libopencore-amr-devel' 'libopencore-amrnb0-32bit' 'libopencore-amrnb0-32bit-debuginfo' 'libopencore-amrnb0-debuginfo' 'libopencore-amrwb0-32bit' 'libopencore-amrwb0-32bit-debuginfo' 'libopencore-amrwb0-debuginfo' 'libopencsg1' 'libopencv4_2' 'libopendkim10' 'libopenh264-5' 'libopenh264-5-debuginfo' 'libopenhpi4' 'libopenjp2-7-32bit' 'libopenjpeg1-32bit' 'libopenlibm3' 'libopenmpi1-gnu-hpc' 'libopenmpi2-gnu-hpc' 'libopenmpi3-gnu-hpc' 'libopenmpi4-gnu-hpc' 'libopenmpi_1_10_7-gnu-hpc' 'libopenmpi_2_1_6-gnu-hpc' 'libopenmpi_3_1_6-gnu-hpc' 'libopenmpi_4_0_2-gnu-hpc' 'libopenmpt-devel' 'libopenmpt0-32bit' 'libopenmpt_modplug1' 'libopenmpt_modplug1-32bit' 'libopenobex2' 'libopenraw-devel' 'libopenraw1' 'libopenraw1-32bit' 'libopenscap25' 'libopenscap_sce25' 'libopenshot-audio-devel' 'libopenshot-audio7' 'libopenshot-devel' 'libopenshot19' 'libopenslide-devel' 'libopenslide0' 'libopensm9' 'libopensm9-32bit' 'libopenspecfun1' 'libopenssl-1_0_0-devel' 'libopenssl-1_0_0-devel-32bit' 'libopenssl-1_1-devel-32bit' 'libopenssl1_0_0-32bit' 'libopenssl1_0_0-hmac' 'libopenssl1_0_0-hmac-32bit' 'libopenssl1_1-hmac' 'libopenssl_cbs_lib0' 'libopentracing-cpp1' 'libopenvas_wincmd-devel' 'libopenvas_wincmd1' 'libopenvas_wmiclient-devel' 'libopenvas_wmiclient1' 'libopenvdb7_0' 'libopenvswitch-2_12-0' 'liboping-devel' 'liboping-devel-32bit' 'liboping0' 'liboping0-32bit' 'libopus-devel' 'libopus0-32bit' 'libopusenc-devel' 'libopusenc0' 'liborcania2_1' 'liborcus-devel' 'liborcus-tools' 'liborigin-devel' 'liborigin-doc' 'liborigin-tools' 'liborigin3' 'libortp14' 'libortp14-32bit' 'libosdCPU3_4_0' 'libosinfo-devel' 'libosip2' 'libosip2-devel' 'liboslcomp1_10' 'liboslexec1_10' 'liboslnoise1_10' 'liboslquery1_10' 'libosmcomp5' 'libosmcomp5-32bit' 'libosmgpsmap-1_0-1' 'libosmgpsmap-devel' 'libosmo-dsp-devel' 'libosmo-dsp-doc' 'libosmo-fl2k0' 'libosmo-gsup-client-devel' 'libosmo-gsup-client0' 'libosmo-mgcp-client-devel' 'libosmo-mgcp-client6' 'libosmo-mgcp-devel' 'libosmo-mtp-1_2_0' 'libosmo-mtp-devel' 'libosmo-ranap-devel' 'libosmo-ranap3' 'libosmo-rspro-devel' 'libosmo-rspro1' 'libosmo-sabp-devel' 'libosmo-sabp0' 'libosmo-sccp-1_2_0' 'libosmo-sccp-devel' 'libosmo-sigtran-devel' 'libosmo-sigtran5' 'libosmo-simtrace2-0' 'libosmo-simtrace2-devel' 'libosmo-xua-1_2_0' 'libosmo-xua-devel' 'libosmoabis-devel' 'libosmoabis6' 'libosmocodec-devel' 'libosmocodec0' 'libosmocoding-devel' 'libosmocoding0' 'libosmocore-devel' 'libosmocore-tools' 'libosmocore12' 'libosmoctrl-devel' 'libosmoctrl0' 'libosmodsp0' 'libosmogb-devel' 'libosmogb9' 'libosmogsm-devel' 'libosmogsm13' 'libosmonetif-devel' 'libosmonetif8' 'libosmosdr0' 'libosmosim-devel' 'libosmosim0' 'libosmotrau-devel' 'libosmotrau2' 'libosmousb-devel' 'libosmousb0' 'libosmovty-devel' 'libosmovty4' 'libosmvendor5' 'libosmvendor5-32bit' 'libospf0' 'libospfapiclient0' 'libossim1' 'libossp-uuid++16' 'libossp-uuid16' 'libossp-uuid_dce16' 'libostree-devel' 'libostree-grub2' 'libotb7' 'libotf' 'libotf-devel' 'libotf-devel-32bit' 'libotf0' 'libotf0-32bit' 'libotr-devel' 'libotr-tools' 'libout123-0' 'libout123-0-32bit' 'libovf-glib-devel' 'libowncloudsync-devel' 'libowncloudsync0' 'libowncloudsync0-debuginfo' 'liboyranos-alpha-devel' 'liboyranos-devel' 'liboyranos0' 'liboyranos0-cups' 'liboyranos0-lraw' 'liboyranos0-monitor' 'liboyranos0-sane' 'libp11-3' 'libp11-3-32bit' 'libp11-devel' 'libp8-platform2' 'libpacemaker-devel' 'libpacemaker3' 'libpackagekit-glib2-18-32bit' 'libpackagekit-glib2-devel' 'libpackagekit-glib2-devel-32bit' 'libpagemaker-devel' 'libpagemaker-devel-doc' 'libpagemaker-tools' 'libpaho-mqtt-devel' 'libpaho-mqtt1' 'libpainter0' 'libpamtest-devel' 'libpamtest-devel-doc' 'libpamtest0' 'libpangomm-1_4-1-32bit' 'libpangomm-2_44-1' 'libpangomm-2_44-1-32bit' 'libpano-devel' 'libpano-utils' 'libpaper-devel' 'libpaper-utils' 'libpaper1' 'libpapi' 'libpapi-32bit' 'libpapi-hpc' 'libpapi_6_0_0-hpc' 'libparanoia1_0' 'libparaview5_8' 'libpari-gmp-tls6' 'libparlatype-devel' 'libparlatype3' 'libparpack2-openmpi1' 'libparpack2-openmpi1-32bit' 'libparpack2-openmpi2' 'libparpack2-openmpi2-32bit' 'libparpack2-openmpi3' 'libparpack2-openmpi3-32bit' 'libparserutils-devel' 'libparserutils-doc' 'libparserutils0' 'libparted0-32bit' 'libpasswdqc0' 'libpasswdqc0-32bit' 'libpath_utils-devel' 'libpath_utils-devel-32bit' 'libpath_utils1' 'libpath_utils1-32bit' 'libpcap-devel' 'libpcap-devel-32bit' 'libpcap-devel-static' 'libpcd-devel' 'libpcd2' 'libpci3-32bit' 'libpciaccess-devel' 'libpcp-devel' 'libpcp3' 'libpcp_gui2' 'libpcp_import1' 'libpcp_mmv1' 'libpcp_trace2' 'libpcp_web1' 'libpcre16-0' 'libpcre16-0-32bit' 'libpcre2-16-0-32bit' 'libpcre2-32-0' 'libpcre2-32-0-32bit' 'libpcre2-8-0-32bit' 'libpcre2-posix2' 'libpcre2-posix2-32bit' 'libpcrecpp0' 'libpcrecpp0-32bit' 'libpcreposix0' 'libpcreposix0-32bit' 'libpcsclite1-32bit' 'libpcscspy0' 'libpcscspy0-32bit' 'libpeas-1_0-0' 'libpeas-demo' 'libpeas-devel' 'libpeas-gtk-1_0-0' 'libpeas-lang' 'libpeas-loader-python3' 'libpeasd-3-0' 'libpegclient1' 'libpegcommon1' 'libpegexportserver1' 'libpeglistener1' 'libperseus-sdr-devel' 'libperseus-sdr-udev' 'libperseus-sdr0' 'libpetsc-gnu-mpich-hpc' 'libpetsc-gnu-mvapich2-hpc' 'libpetsc-gnu-openmpi1-hpc' 'libpetsc-gnu-openmpi2-hpc' 'libpetsc-gnu-openmpi3-hpc' 'libpetsc3' 'libpetsc3-openmpi1' 'libpetsc3-openmpi2' 'libpetsc3-openmpi3' 'libpetsc_3_12_2-gnu-mpich-hpc' 'libpetsc_3_12_2-gnu-mvapich2-hpc' 'libpetsc_3_12_2-gnu-openmpi1-hpc' 'libpetsc_3_12_2-gnu-openmpi2-hpc' 'libpetsc_3_12_2-gnu-openmpi3-hpc' 'libpff-devel' 'libpff-tools' 'libpff1' 'libpfm-devel' 'libpfm-devel-static' 'libpfm4' 'libpfm4-32bit' 'libpfs2' 'libpgeasy-devel' 'libpgeasy3' 'libpgf-devel' 'libpgf7' 'libpgm-5_2-0-32bit' 'libphobos2-0_87' 'libphobos2-ldc86' 'libphonenumber-devel' 'libphonon4qt5-32bit' 'libphysfs-devel' 'libphysfs1' 'libpinyin-data' 'libpinyin-devel' 'libpinyin-tools' 'libpinyin13' 'libpinyin13-32bit' 'libpipeline-devel' 'libpisock-devel' 'libpisock9' 'libpisync-devel' 'libpisync1' 'libpixman-1-0-devel' 'libpkcs11-helper1-32bit' 'libpkgconf-devel' 'libplacebo-devel' 'libplank1' 'libplayerctl2' 'libplib0' 'libplist++-devel' 'libplist++3' 'libplist++3-32bit' 'libplist-devel' 'libplist3-32bit' 'libplot2' 'libplotter2' 'libplplot17' 'libplplotada4' 'libplplotcxx15' 'libplplotfortran0' 'libplplotqt2' 'libplplotwxwidgets1' 'libpmem-devel' 'libpmemblk-devel' 'libpmemblk1' 'libpmemlog-devel' 'libpmemlog1' 'libpmemobj-cpp-devel' 'libpmemobj-cpp-devel-doc' 'libpmemobj-devel' 'libpmemobj1' 'libpmempool-devel' 'libpmempool1' 'libpmi0' 'libpmix2' 'libpnetcdf1-mvapich2' 'libpnetcdf1-openmpi1' 'libpnetcdf1-openmpi2' 'libpnetcdf1-openmpi3' 'libpng12-0' 'libpng12-compat-devel' 'libpng12-compat-devel-32bit' 'libpng12-devel' 'libpng12-devel-32bit' 'libpng16-compat-devel' 'libpng16-compat-devel-32bit' 'libpng16-devel' 'libpng16-devel-32bit' 'libpng16-tools' 'libpnglite0' 'libpocketsphinx1' 'libpocketsphinx3' 'libpocl2' 'libpodofo-devel' 'libpodofo0_9_6' 'libpolkit-qt5-1-1-32bit' 'libpolkit-qt5-1-devel' 'libpolkit-qt5-1-devel-32bit' 'libpolkit0-32bit' 'libpoppler-cpp0-32bit' 'libpoppler-devel' 'libpoppler-glib-devel' 'libpoppler-glib8-32bit' 'libpoppler-qt5-1-32bit' 'libpoppler-qt5-devel' 'libpoppler97-32bit' 'libportal-devel' 'libportal0' 'libportaudio2-32bit' 'libportaudiocpp0' 'libportmidi0' 'libpostproc53-32bit' 'libpostproc53-32bit-debuginfo' 'libpostproc53-debuginfo' 'libpostproc54' 'libpostproc54-32bit' 'libpostproc54-32bit-debuginfo' 'libpostproc54-debuginfo' 'libpostproc55-32bit' 'libpostproc55-32bit-debuginfo' 'libpostproc55-debuginfo' 'libpotrace0' 'libpowerman0' 'libpq5-32bit' 'libpqos-devel' 'libpqos3' 'libpqxx-6_4' 'libpqxx-devel' 'libprelude-devel' 'libprelude-devel-bindings' 'libprelude-doc' 'libprelude28' 'libpreludecpp12' 'libpreludedb-devel' 'libpreludedb-devel-bindings' 'libpreludedb-doc' 'libpreludedb-mysql' 'libpreludedb-pgsql' 'libpreludedb-plugins' 'libpreludedb-sqlite' 'libpreludedb7' 'libpreludedbcpp2' 'libpresage-devel' 'libpresage-doc' 'libpresage1' 'libprimesieve-devel' 'libprimesieve9' 'libprofiler0' 'libproj13' 'libproj19' 'libprometheus-cpp0' 'libpromises-devel' 'libpromises3' 'libprotobuf-c-devel' 'libprotobuf-lite22-32bit' 'libprotobuf-mutator-devel' 'libprotobuf-mutator0' 'libprotobuf-nanopb0' 'libprotobuf22-32bit' 'libprotoc22' 'libprotoc22-32bit' 'libproxy-devel' 'libproxy-sharp' 'libproxy-tools' 'libproxy1-32bit' 'libproxy1-config-gnome3' 'libproxy1-config-gnome3-32bit' 'libproxy1-config-kde-32bit' 'libproxy1-networkmanager-32bit' 'libproxy1-pacrunner-webkit-32bit' 'libpsiconv6' 'libpskc-devel' 'libpsl-devel' 'libpsm2-2' 'libpsm2-compat' 'libpsm2-devel' 'libpsm_infinipath1' 'libpsm_infinipath1-32bit' 'libpspell15' 'libpspell15-32bit' 'libpst' 'libpst-devel' 'libpst4' 'libpt-devel' 'libpt2_10_11' 'libpt2_10_11-plugins-avc' 'libpt2_10_11-plugins-pulse' 'libptexenc1' 'libptscotch-gnu-mpich-hpc' 'libptscotch-gnu-mvapich2-hpc' 'libptscotch-gnu-openmpi1-hpc' 'libptscotch-gnu-openmpi2-hpc' 'libptscotch-gnu-openmpi3-hpc' 'libptscotch0-mpich' 'libptscotch0-mvapich2' 'libptscotch0-openmpi1' 'libptscotch0-openmpi2' 'libptscotch0-openmpi3' 'libptscotch_6_0_9-gnu-mpich-hpc' 'libptscotch_6_0_9-gnu-mvapich2-hpc' 'libptscotch_6_0_9-gnu-openmpi1-hpc' 'libptscotch_6_0_9-gnu-openmpi2-hpc' 'libptscotch_6_0_9-gnu-openmpi3-hpc' 'libpugixml1' 'libpulse-devel' 'libpulse-devel-32bit' 'libpulse-mainloop-glib-pw0_3_2' 'libpulse-mainloop-glib0-32bit' 'libpulse-pw0_3_2' 'libpulse-simple-pw0_3_2' 'libpurple' 'libpurple-branding-openSUSE' 'libpurple-branding-upstream' 'libpurple-devel' 'libpurple-lang' 'libpurple-plugin-bot-sentry' 'libpurple-plugin-bot-sentry-lang' 'libpurple-plugin-carbons' 'libpurple-plugin-facebook' 'libpurple-plugin-gnome-keyring' 'libpurple-plugin-import-empathy' 'libpurple-plugin-libsteam' 'libpurple-plugin-lurch' 'libpurple-plugin-mattermost' 'libpurple-plugin-mrim' 'libpurple-plugin-mrim-lang' 'libpurple-plugin-pack' 'libpurple-plugin-pack-extras' 'libpurple-plugin-pack-lang' 'libpurple-plugin-prpltwtr' 'libpurple-plugin-prpltwtr-lang' 'libpurple-plugin-rocketchat' 'libpurple-plugin-sametime' 'libpurple-plugin-sipe' 'libpurple-plugin-sipe-lang' 'libpurple-plugin-skypeweb' 'libpurple-plugin-telegram' 'libpurple-plugin-telegram-lang' 'libpurple-tcl' 'libpw3270-5_2' 'libpwquality-devel' 'libpwquality-tools' 'libpythia8' 'libpythia8lhapdf6' 'libpython2_7-1_0-32bit' 'libpython3_8-1_0-32bit' 'libpyzy-1_0-0' 'libqalculate-devel' 'libqb-devel' 'libqb-devel-32bit' 'libqb-tests' 'libqb-tools' 'libqb20' 'libqb20-32bit' 'libqca-qt5-devel' 'libqcow-devel' 'libqcow-tools' 'libqcow1' 'libqcustomplot2' 'libqd0' 'libqgpgme-devel' 'libqgpgme7-32bit' 'libqhexedit4' 'libqhull7' 'libqimageblitz5-1' 'libqimageblitz5-devel' 'libqjack-devel' 'libqjack0' 'libqjson' 'libqjson-debugsource' 'libqjson-devel' 'libqjson0' 'libqjson0-debuginfo' 'libqmatrixclient-devel' 'libqmi-devel' 'libqmmp-devel' 'libqmmp-plugin-mplayer' 'libqmmp-plugin-mplayer-debuginfo' 'libqmmp-plugins' 'libqmmp-plugins-debuginfo' 'libqmmp1' 'libqmmp1-32bit' 'libqmmp1-32bit-debuginfo' 'libqmmp1-debuginfo' 'libqoauth2' 'libqobs-devel' 'libqobs1' 'libqobs1-debuginfo' 'libqore5' 'libqpid-proton-cpp10' 'libqpid-proton10' 'libqqwing2' 'libqrcodegen1' 'libqrencode4-32bit' 'libqrupdate1' 'libqsastime0' 'libqscintilla_qt5-devel' 'libqt4' 'libqt4' 'libqt4-debuginfo' 'libqt4-debugsource' 'libqt4-devel' 'libqt4-devel-debuginfo' 'libqt4-linguist' 'libqt4-linguist-debuginfo' 'libqt4-private-headers-devel' 'libqt4-qt3support' 'libqt4-qt3support-debuginfo' 'libqt4-sql' 'libqt4-sql-debuginfo' 'libqt4-sql-sqlite' 'libqt4-sql-sqlite-debuginfo' 'libqt4-x11' 'libqt4-x11-debuginfo' 'libqt5-creator' 'libqt5-creator-plugin-devel' 'libqt5-linguist' 'libqt5-linguist-devel' 'libqt5-qt3d-devel' 'libqt5-qt3d-examples' 'libqt5-qt3d-imports' 'libqt5-qt3d-private-headers-devel' 'libqt5-qt3d-tools' 'libqt5-qtbase-common-devel' 'libqt5-qtbase-devel' 'libqt5-qtbase-examples' 'libqt5-qtbase-examples-32bit' 'libqt5-qtbase-platformtheme-xdgdesktopportal' 'libqt5-qtbase-private-headers-devel' 'libqt5-qtcanvas3d' 'libqt5-qtcanvas3d-examples' 'libqt5-qtcharts-examples' 'libqt5-qtcharts-imports' 'libqt5-qtconnectivity-devel' 'libqt5-qtconnectivity-devel-32bit' 'libqt5-qtconnectivity-examples' 'libqt5-qtconnectivity-private-headers-devel' 'libqt5-qtdatavis3d-examples' 'libqt5-qtdatavis3d-imports' 'libqt5-qtdeclarative-devel' 'libqt5-qtdeclarative-devel-32bit' 'libqt5-qtdeclarative-examples' 'libqt5-qtdeclarative-private-headers-devel' 'libqt5-qtdeclarative-tools' 'libqt5-qtdoc' 'libqt5-qtdoc-devel' 'libqt5-qtdoc-html' 'libqt5-qtdoc-qch' 'libqt5-qtgamepad-devel' 'libqt5-qtgamepad-devel-32bit' 'libqt5-qtgamepad-examples' 'libqt5-qtgamepad-private-headers-devel' 'libqt5-qtimageformats-32bit' 'libqt5-qtimageformats-devel' 'libqt5-qtlocation-devel' 'libqt5-qtlocation-devel-32bit' 'libqt5-qtlocation-examples' 'libqt5-qtlocation-private-headers-devel' 'libqt5-qtlottie' 'libqt5-qtmultimedia-devel' 'libqt5-qtmultimedia-devel-32bit' 'libqt5-qtmultimedia-examples' 'libqt5-qtmultimedia-private-headers-devel' 'libqt5-qtnetworkauth-devel' 'libqt5-qtnetworkauth-devel-32bit' 'libqt5-qtnetworkauth-examples' 'libqt5-qtnetworkauth-private-headers-devel' 'libqt5-qtquick3d-devel' 'libqt5-qtquick3d-examples' 'libqt5-qtquick3d-imports' 'libqt5-qtquick3d-private-headers-devel' 'libqt5-qtquick3d-tools' 'libqt5-qtquickcontrols-examples' 'libqt5-qtquickcontrols2-examples' 'libqt5-qtquickcontrols2-private-headers-devel' 'libqt5-qtquicktimeline' 'libqt5-qtremoteobjects-devel' 'libqt5-qtremoteobjects-devel-32bit' 'libqt5-qtremoteobjects-examples' 'libqt5-qtremoteobjects-private-headers-devel' 'libqt5-qtremoteobjects-tools' 'libqt5-qtscript-devel' 'libqt5-qtscript-devel-32bit' 'libqt5-qtscript-examples' 'libqt5-qtscript-private-headers-devel' 'libqt5-qtscxml-devel' 'libqt5-qtscxml-devel-32bit' 'libqt5-qtscxml-examples' 'libqt5-qtscxml-private-headers-devel' 'libqt5-qtscxml-tools' 'libqt5-qtsensors-devel' 'libqt5-qtsensors-devel-32bit' 'libqt5-qtsensors-examples' 'libqt5-qtsensors-private-headers-devel' 'libqt5-qtserialbus' 'libqt5-qtserialbus-32bit' 'libqt5-qtserialbus-devel' 'libqt5-qtserialbus-devel-32bit' 'libqt5-qtserialbus-examples' 'libqt5-qtserialbus-private-headers-devel' 'libqt5-qtserialport-devel' 'libqt5-qtserialport-devel-32bit' 'libqt5-qtserialport-examples' 'libqt5-qtserialport-private-headers-devel' 'libqt5-qtspeech-devel' 'libqt5-qtspeech-devel-32bit' 'libqt5-qtspeech-examples' 'libqt5-qtspeech-plugin-speechd' 'libqt5-qtspeech-plugin-speechd-32bit' 'libqt5-qtstyleplugins' 'libqt5-qtstyleplugins-devel' 'libqt5-qtsvg-devel' 'libqt5-qtsvg-devel-32bit' 'libqt5-qtsvg-examples' 'libqt5-qtsvg-private-headers-devel' 'libqt5-qttools' 'libqt5-qttools-32bit' 'libqt5-qttools-devel' 'libqt5-qttools-devel-32bit' 'libqt5-qttools-doc' 'libqt5-qttools-example-plugins' 'libqt5-qttools-examples' 'libqt5-qttools-private-headers-devel' 'libqt5-qttools-qhelpgenerator' 'libqt5-qtvirtualkeyboard-devel' 'libqt5-qtvirtualkeyboard-examples' 'libqt5-qtvirtualkeyboard-private-headers-devel' 'libqt5-qtwayland-32bit' 'libqt5-qtwayland-devel' 'libqt5-qtwayland-devel-32bit' 'libqt5-qtwayland-examples' 'libqt5-qtwayland-private-headers-devel' 'libqt5-qtwebchannel-devel' 'libqt5-qtwebchannel-devel-32bit' 'libqt5-qtwebchannel-examples' 'libqt5-qtwebchannel-private-headers-devel' 'libqt5-qtwebengine-32bit' 'libqt5-qtwebengine-devel' 'libqt5-qtwebengine-devel-32bit' 'libqt5-qtwebengine-examples' 'libqt5-qtwebengine-private-headers-devel' 'libqt5-qtwebsockets-devel' 'libqt5-qtwebsockets-devel-32bit' 'libqt5-qtwebsockets-examples' 'libqt5-qtwebsockets-private-headers-devel' 'libqt5-qtwebview-devel' 'libqt5-qtwebview-examples' 'libqt5-qtwebview-private-headers-devel' 'libqt5-qtx11extras-devel' 'libqt5-qtx11extras-devel-32bit' 'libqt5-qtxmlpatterns-devel' 'libqt5-qtxmlpatterns-devel-32bit' 'libqt5-qtxmlpatterns-examples' 'libqt5-qtxmlpatterns-imports-32bit' 'libqt5-qtxmlpatterns-private-headers-devel' 'libqt5keychain1' 'libqt5keychain1-32bit' 'libqt5keychain1-lang' 'libqt5xdg-devel' 'libqtcurve-cairo1' 'libqtcurve-cairo1-32bit' 'libqtcurve-cairo1-32bit-debuginfo' 'libqtcurve-cairo1-debuginfo' 'libqtcurve-utils2' 'libqtcurve-utils2-32bit' 'libqtcurve-utils2-32bit-debuginfo' 'libqtcurve-utils2-debuginfo' 'libqtermwidget5-0' 'libquadmath0-32bit' 'libquadmath0-gcc7' 'libquadmath0-gcc7-32bit' 'libquadmath0-gcc9' 'libquadmath0-gcc9-32bit' 'libquagga_pb0' 'libquicktime' 'libquicktime' 'libquicktime-32bit' 'libquicktime-32bit-debuginfo' 'libquicktime-debuginfo' 'libquicktime-debugsource' 'libquicktime-devel' 'libquicktime-lang' 'libquicktime-orig-addon' 'libquicktime-orig-addon-32bit' 'libquicktime-orig-addon-32bit-debuginfo' 'libquicktime-orig-addon-debuginfo' 'libquicktime-tools' 'libquicktime-tools-debuginfo' 'libquicktime0-32bit' 'libquicktime0-32bit-debuginfo' 'libquicktime0-debuginfo' 'libquo-devel' 'libquo6' 'libquorum5' 'libquorum5-32bit' 'libquvi-0_9-0_9_4' 'libquvi-devel' 'libquvi-scripts' 'libquvi-scripts-devel' 'libquvi-scripts-nsfw' 'libqwt5-qt5-5' 'libqwt6' 'libqwtplot3d-qt5-0' 'libqxmledit0' 'libqxmledit0-32bit' 'libqxmpp-devel' 'libqxmpp-doc' 'libqxmpp2' 'libqxmpp2-32bit' 'libqxp-devel' 'libqxp-doc' 'libqxp-tools' 'libqxtglobalshortcut0' 'libradcli4' 'librados-devel' 'libradospp-devel' 'libradosstriper-devel' 'libradosstriper1' 'libraft0' 'libragel0' 'librapi2' 'librapi2' 'librapi2-debuginfo' 'librapi2-debugsource' 'librapi2-devel' 'libraptor-devel' 'libraptor2-0-32bit' 'libraqm-devel' 'libraqm-doc' 'libraqm0' 'librasqal-devel' 'librasqal-devel-doc' 'librasqal3-32bit' 'libratbag-devel' 'libratbag-tools' 'librav1e0' 'libraw-devel' 'libraw-devel-static' 'libraw-tools' 'libraw1394-11-32bit' 'libraw1394-devel' 'libraw1394-devel-32bit' 'libraw1394-tools' 'libraylib2' 'librbd-devel' 'librbio2' 'librbl1' 'librcc-devel' 'librcc0' 'librcc0-32bit' 'librcd-devel' 'librcd0' 'librcd0-32bit' 'librdf0-32bit' 'librdkafka-devel' 'librdmacm-utils' 'librdmacm1-32bit' 'libre2-6-32bit' 'libreadline-java' 'libreadline-java-32bit' 'libreadline-java-javadoc' 'libreadline5' 'libreadline5-32bit' 'libreadline6' 'libreadline6-32bit' 'libreadline8-32bit' 'librealsense' 'librealsense-devel' 'librealsense-examples' 'librealsense2' 'librecad' 'librecad-parts' 'librecode0' 'libredland-devel' 'libredwg-devel' 'libredwg-tools' 'libredwg0' 'libref_array-devel' 'libref_array-devel-32bit' 'libref_array1' 'libref_array1-32bit' 'libregf-devel' 'libregf-tools' 'libregf1' 'libregina3' 'libreiser4-2_0-0' 'libreiser4-minimal-2_0-0' 'libreiserfs-0_3-0' 'libreiserfs-0_3-0-32bit' 'libreiserfs-devel' 'libreiserfs-devel-32bit' 'libreiserfs-progs' 'libreiserfscore-devel' 'librelp-devel' 'librelp0' 'libreoffice-base-drivers-postgresql' 'libreoffice-branding-upstream' 'libreoffice-calc-extensions' 'libreoffice-gdb-pretty-printers' 'libreoffice-glade' 'libreoffice-gnome' 'libreoffice-gtk3' 'libreoffice-l10n-af' 'libreoffice-l10n-am' 'libreoffice-l10n-ar' 'libreoffice-l10n-as' 'libreoffice-l10n-ast' 'libreoffice-l10n-be' 'libreoffice-l10n-bg' 'libreoffice-l10n-bn' 'libreoffice-l10n-bn_IN' 'libreoffice-l10n-bo' 'libreoffice-l10n-br' 'libreoffice-l10n-brx' 'libreoffice-l10n-bs' 'libreoffice-l10n-ca' 'libreoffice-l10n-ca_valencia' 'libreoffice-l10n-cs' 'libreoffice-l10n-cy' 'libreoffice-l10n-da' 'libreoffice-l10n-de' 'libreoffice-l10n-dgo' 'libreoffice-l10n-dsb' 'libreoffice-l10n-dz' 'libreoffice-l10n-el' 'libreoffice-l10n-en_ZA' 'libreoffice-l10n-eo' 'libreoffice-l10n-es' 'libreoffice-l10n-et' 'libreoffice-l10n-eu' 'libreoffice-l10n-fa' 'libreoffice-l10n-fi' 'libreoffice-l10n-fr' 'libreoffice-l10n-fy' 'libreoffice-l10n-ga' 'libreoffice-l10n-gd' 'libreoffice-l10n-gl' 'libreoffice-l10n-gu' 'libreoffice-l10n-gug' 'libreoffice-l10n-he' 'libreoffice-l10n-hi' 'libreoffice-l10n-hr' 'libreoffice-l10n-hsb' 'libreoffice-l10n-hu' 'libreoffice-l10n-id' 'libreoffice-l10n-is' 'libreoffice-l10n-it' 'libreoffice-l10n-ja' 'libreoffice-l10n-ka' 'libreoffice-l10n-kab' 'libreoffice-l10n-kk' 'libreoffice-l10n-km' 'libreoffice-l10n-kmr_Latn' 'libreoffice-l10n-kn' 'libreoffice-l10n-ko' 'libreoffice-l10n-kok' 'libreoffice-l10n-ks' 'libreoffice-l10n-lb' 'libreoffice-l10n-lo' 'libreoffice-l10n-lt' 'libreoffice-l10n-lv' 'libreoffice-l10n-mai' 'libreoffice-l10n-mk' 'libreoffice-l10n-ml' 'libreoffice-l10n-mn' 'libreoffice-l10n-mni' 'libreoffice-l10n-mr' 'libreoffice-l10n-my' 'libreoffice-l10n-nb' 'libreoffice-l10n-ne' 'libreoffice-l10n-nl' 'libreoffice-l10n-nn' 'libreoffice-l10n-nr' 'libreoffice-l10n-nso' 'libreoffice-l10n-oc' 'libreoffice-l10n-om' 'libreoffice-l10n-or' 'libreoffice-l10n-pa' 'libreoffice-l10n-pl' 'libreoffice-l10n-pt_BR' 'libreoffice-l10n-pt_PT' 'libreoffice-l10n-ro' 'libreoffice-l10n-ru' 'libreoffice-l10n-rw' 'libreoffice-l10n-sa_IN' 'libreoffice-l10n-sat' 'libreoffice-l10n-sd' 'libreoffice-l10n-si' 'libreoffice-l10n-sid' 'libreoffice-l10n-sk' 'libreoffice-l10n-sl' 'libreoffice-l10n-sq' 'libreoffice-l10n-sr' 'libreoffice-l10n-ss' 'libreoffice-l10n-st' 'libreoffice-l10n-sv' 'libreoffice-l10n-sw_TZ' 'libreoffice-l10n-szl' 'libreoffice-l10n-ta' 'libreoffice-l10n-te' 'libreoffice-l10n-tg' 'libreoffice-l10n-th' 'libreoffice-l10n-tn' 'libreoffice-l10n-tr' 'libreoffice-l10n-ts' 'libreoffice-l10n-tt' 'libreoffice-l10n-ug' 'libreoffice-l10n-uk' 'libreoffice-l10n-uz' 'libreoffice-l10n-ve' 'libreoffice-l10n-vec' 'libreoffice-l10n-vi' 'libreoffice-l10n-xh' 'libreoffice-l10n-zh_CN' 'libreoffice-l10n-zh_TW' 'libreoffice-l10n-zu' 'libreoffice-librelogo' 'libreoffice-officebean' 'libreoffice-sdk' 'libreoffice-sdk-doc' 'libreoffice-voikko' 'libreoffice-writer-extensions' 'libreofficekit' 'libreofficekit-devel' 'librep' 'librep-devel' 'librep16' 'librepair-2_0-0' 'libreplaygain-devel' 'libreplaygain1' 'librepo-devel' 'librepo0' 'librepository-javadoc' 'librepute1' 'libressl' 'libressl-devel' 'libressl-devel-32bit' 'libressl-devel-doc' 'librest-devel' 'libretro-2048' 'libretro-3dengine' 'libretro-4do' 'libretro-4do' 'libretro-4do-debuginfo' 'libretro-4do-debugsource' 'libretro-81' 'libretro-atari800' 'libretro-beetle-gba' 'libretro-beetle-lynx' 'libretro-beetle-ngp' 'libretro-beetle-pce-fast' 'libretro-beetle-pcfx' 'libretro-beetle-psx' 'libretro-beetle-psx-hw' 'libretro-beetle-saturn' 'libretro-beetle-supergrafx' 'libretro-beetle-vb' 'libretro-beetle-wswan' 'libretro-blastem' 'libretro-bluemsx' 'libretro-bsnes' 'libretro-cap32' 'libretro-core-info' 'libretro-craft' 'libretro-crocods' 'libretro-database' 'libretro-desmume' 'libretro-dolphin' 'libretro-dosbox' 'libretro-easyrpg' 'libretro-fceumm' 'libretro-ffmpeg' 'libretro-flycast' 'libretro-freechaf' 'libretro-freeintv' 'libretro-fuse' 'libretro-gambatte' 'libretro-gtk-0_14-0' 'libretro-handy' 'libretro-mame' 'libretro-mame2000' 'libretro-mame2000' 'libretro-mame2000-debuginfo' 'libretro-mame2000-debugsource' 'libretro-mame2003' 'libretro-mame2003' 'libretro-mame2003-debuginfo' 'libretro-mame2003-debugsource' 'libretro-mame2003-plus' 'libretro-mame2003-plus' 'libretro-mame2003-plus-debuginfo' 'libretro-mame2003-plus-debugsource' 'libretro-mgba' 'libretro-nestopia' 'libretro-parallel-n64' 'libretro-pcsx-rearmed' 'libretro-picodrive' 'libretro-picodrive' 'libretro-picodrive-debuginfo' 'libretro-picodrive-debugsource' 'libretro-play' 'libretro-ppsspp' 'libretro-prosystem' 'libretro-stella' 'libretro-virtualjaguar' 'libretro-yabause' 'librevenge-devel' 'librevenge-doc' 'librevenge-generators-0_0-0' 'librfxencode0' 'librgw-devel' 'librgw2' 'librhash0' 'librime-devel' 'librime1' 'librime1-32bit' 'librk0' 'librlog-devel' 'librlog5' 'librlog5-doc' 'librmt-devel-doc' 'libroar2' 'libroar2-debuginfo' 'librocsgraphtheory0' 'librpmem-devel' 'librpmem1' 'librrd8' 'librsb-devel' 'librsb0' 'librsound-devel' 'librsound3' 'librsound3-32bit' 'librsound3-32bit-debuginfo' 'librsound3-debuginfo' 'librsvg-2-2-32bit' 'librsvg-devel' 'librsync-devel' 'librsync2' 'librtaudio6' 'librtlsdr0' 'librtmidi5' 'librtmp-devel' 'librtmp1-32bit' 'librtmp1-32bit-debuginfo' 'librtmp1-debuginfo' 'librtr0' 'librubberband-devel' 'librubberband2-32bit' 'librvngabw-0_0-0' 'librvngabw-devel' 'librvngabw-devel-doc' 'librxtx2' 'librygel-core-2_6-2' 'librygel-db-2_6-2' 'librygel-renderer-2_6-2' 'librygel-renderer-gst-2_6-2' 'librygel-ruih-2_0-1' 'librygel-server-2_6-2' 'libs3-4' 'libs3-devel' 'libs3-tools' 'libsam4' 'libsam4-32bit' 'libsamba-credentials-devel' 'libsamba-errors-devel' 'libsamba-hostconfig-devel' 'libsamba-passdb-devel' 'libsamba-policy-devel' 'libsamba-policy-python3-devel' 'libsamba-policy0-python3-32bit' 'libsamba-util-devel' 'libsamdb-devel' 'libsaml-devel' 'libsaml10' 'libsamplerate-devel' 'libsamplerate-progs' 'libsamplerate0-32bit' 'libsane1-32bit' 'libsanlock1' 'libsass-3_6_1-1' 'libsass-devel' 'libsbc1-32bit' 'libsblim-cmpiutil1' 'libscalapack2-gnu-mpich-hpc' 'libscalapack2-gnu-mpich-hpc-devel' 'libscalapack2-gnu-mvapich2-hpc' 'libscalapack2-gnu-mvapich2-hpc-devel' 'libscalapack2-gnu-openmpi1-hpc' 'libscalapack2-gnu-openmpi1-hpc-devel' 'libscalapack2-gnu-openmpi2-hpc' 'libscalapack2-gnu-openmpi2-hpc-devel' 'libscalapack2-gnu-openmpi3-hpc' 'libscalapack2-gnu-openmpi3-hpc-devel' 'libscalapack2-mvapich2' 'libscalapack2-mvapich2-32bit' 'libscalapack2-mvapich2-devel' 'libscalapack2-mvapich2-devel-32bit' 'libscalapack2-mvapich2-devel-static' 'libscalapack2-openmpi1' 'libscalapack2-openmpi1-32bit' 'libscalapack2-openmpi1-devel' 'libscalapack2-openmpi1-devel-32bit' 'libscalapack2-openmpi1-devel-static' 'libscalapack2-openmpi2' 'libscalapack2-openmpi2-32bit' 'libscalapack2-openmpi2-devel' 'libscalapack2-openmpi2-devel-32bit' 'libscalapack2-openmpi2-devel-static' 'libscalapack2-openmpi3' 'libscalapack2-openmpi3-32bit' 'libscalapack2-openmpi3-devel' 'libscalapack2-openmpi3-devel-32bit' 'libscalapack2-openmpi3-devel-static' 'libscalapack2_2_1_0-gnu-mpich-hpc' 'libscalapack2_2_1_0-gnu-mpich-hpc-devel' 'libscalapack2_2_1_0-gnu-mpich-hpc-devel-static' 'libscalapack2_2_1_0-gnu-mvapich2-hpc' 'libscalapack2_2_1_0-gnu-mvapich2-hpc-devel' 'libscalapack2_2_1_0-gnu-mvapich2-hpc-devel-static' 'libscalapack2_2_1_0-gnu-openmpi1-hpc' 'libscalapack2_2_1_0-gnu-openmpi1-hpc-devel' 'libscalapack2_2_1_0-gnu-openmpi1-hpc-devel-static' 'libscalapack2_2_1_0-gnu-openmpi2-hpc' 'libscalapack2_2_1_0-gnu-openmpi2-hpc-devel' 'libscalapack2_2_1_0-gnu-openmpi2-hpc-devel-static' 'libscalapack2_2_1_0-gnu-openmpi3-hpc' 'libscalapack2_2_1_0-gnu-openmpi3-hpc-devel' 'libscalapack2_2_1_0-gnu-openmpi3-hpc-devel-static' 'libscamperfile-devel' 'libscamperfile0' 'libscca-devel' 'libscca-tools' 'libscca1' 'libscg-devel' 'libschily-devel' 'libschily-devel-doc' 'libschroedinger-1_0-0-32bit' 'libscilab6' 'libscintilla-devel' 'libscintilla3' 'libscotch0' 'libseafile0' 'libsearpc-devel' 'libsearpc1' 'libseccomp-devel' 'libseccomp-tools' 'libseccomp2-32bit' 'libsecprog-devel' 'libsecprog0' 'libsecret-1-0-32bit' 'libsecret-devel' 'libsecret-tools' 'libselinux-devel' 'libselinux-devel-static' 'libsemanage-devel' 'libsemanage-devel-static' 'libsemanage-migrate-store' 'libsemanage1-32bit' 'libsensors4-devel' 'libsepol-devel' 'libsepol-devel-static' 'libsepol-utils' 'libsepol1-32bit' 'libserd-0-0-32bit' 'libserf-devel' 'libserialdv1' 'libserializer-javadoc' 'libserialport-devel' 'libserialport0' 'libsfcUtil0' 'libsfml2-2_5' 'libsfml2-2_5-32bit' 'libsfst-hfst0' 'libsgutils-devel' 'libsha1detectcoll-devel' 'libshadowdive0_0_0-suse' 'libshadowsocks-libev2' 'libshairplay0' 'libshairplay0-debuginfo' 'libshibsp-lite8' 'libshibsp8' 'libshine-devel' 'libshout-devel' 'libshout-idjc' 'libshout-idjc-debugsource' 'libshout-idjc-devel' 'libshout-idjc-devel-32bit' 'libshout-idjc3' 'libshout-idjc3-32bit' 'libshout-idjc3-32bit-debuginfo' 'libshout-idjc3-debuginfo' 'libshout3-32bit' 'libshp-devel' 'libsidplayfp-devel' 'libsidplayfp4' 'libsigc++2-devel' 'libsigc++3-devel' 'libsigc-2_0-0-32bit' 'libsigc-3_0-0' 'libsigc-3_0-0-32bit' 'libsignal-protocol-c-devel' 'libsignal-protocol-c2' 'libsignon-glib-devel' 'libsignon-glib2' 'libsignon-qt5-1-32bit' 'libsignon-qt5-devel' 'libsignon-qt5-docs' 'libsigrok-data' 'libsigrok-devel' 'libsigrok4' 'libsigrok4DSL-devel' 'libsigrok4DSL1' 'libsigrokcxx4' 'libsigrokdecode-devel' 'libsigrokdecode4' 'libsigscan-devel' 'libsigscan-tools' 'libsigscan1' 'libsigsegv-devel' 'libsigsegv-doc' 'libsigsegv2' 'libsispmctl0' 'libskk-devel' 'libskk0' 'libskk0-32bit' 'libslang2-32bit' 'libslurm35' 'libsmartcols-devel' 'libsmartcols-devel-static' 'libsmbclient-devel' 'libsmbclient0-32bit' 'libsmbconf-devel' 'libsmbios-devel' 'libsmbldap-devel' 'libsmdev-devel' 'libsmdev-tools' 'libsmdev1' 'libsmi-devel' 'libsmpp34-1' 'libsmpp34-devel' 'libsmputils-devel' 'libsmraw-devel' 'libsmraw-tools' 'libsmraw1' 'libsnapper-devel' 'libsnappy1-32bit' 'libsndfile-devel' 'libsndfile-progs' 'libsndio7_0' 'libsoc-common' 'libsoc-devel' 'libsoc2' 'libsocketcan-devel' 'libsocketcan2' 'libsocketxx1_2' 'libsocks0' 'libsocks0-32bit' 'libsodium-devel' 'libsodium23-32bit' 'libsofia-sip-ua-glib3' 'libsofia-sip-ua0' 'libsoftokn3-hmac-32bit' 'libsolarus-gui1' 'libsolarus1' 'libsolv-demo' 'libsolv-devel' 'libsord-0-0-32bit' 'libsoundio-devel' 'libsoundio1' 'libsoundio1-debuginfo' 'libsoup-devel' 'libsoup-devel-32bit' 'libsource-highlight-devel' 'libsource-highlight4' 'libsource-highlight4-32bit' 'libsox3-debuginfo' 'libsoxr-lsr0' 'libsoxr-lsr0-32bit' 'libsoxr0-32bit' 'libspandsp2-32bit' 'libspatialindex4' 'libspatialite-devel' 'libspatialite7' 'libspdlog1' 'libspdylay7' 'libspectre-devel' 'libspectre1' 'libspeechd-devel' 'libspeechd2' 'libspeechd2-32bit' 'libspeexdsp1-32bit' 'libspf2-2' 'libspf2-devel' 'libspf2-tools' 'libsphinxbase1' 'libsphinxbase3' 'libsphinxclient-0_0_1' 'libsphinxclient-devel' 'libspice-server-devel' 'libspiro-devel' 'libspiro1' 'libspirv-cross-c-shared-devel' 'libspirv-cross-c-shared0' 'libsplinter-3-0' 'libspnav-devel' 'libspnav0' 'libspqr2' 'libspread-sheet-widget0' 'libsqlcipher-3_28_0-0' 'libsqlparser1' 'libsratom-0-0-32bit' 'libsrecord0' 'libsrt1-32bit' 'libsrtp-devel' 'libsrtp1' 'libsrtp1-32bit' 'libsrtp2-1-32bit' 'libsrtp2-devel' 'libssh-devel' 'libssh2-1-32bit' 'libssh2-devel' 'libssl47' 'libssl47-32bit' 'libssr-glinject' 'libssr-glinject-32bit' 'libsss_certmap-devel' 'libsss_certmap0' 'libsss_idmap-devel' 'libsss_idmap0' 'libsss_nss_idmap-devel' 'libsss_nss_idmap0' 'libsss_simpleifp-devel' 'libsss_simpleifp0' 'libstaroffice-devel' 'libstaroffice-devel-doc' 'libstaroffice-tools' 'libstartup-notification-1-0-32bit' 'libstatgrab-devel' 'libstatgrab-devel-32bit' 'libstatgrab10' 'libstatgrab10-32bit' 'libstdc++-devel' 'libstdc++-devel-32bit' 'libstdc++6-devel-gcc10' 'libstdc++6-devel-gcc10-32bit' 'libstdc++6-devel-gcc7' 'libstdc++6-devel-gcc7-32bit' 'libstdc++6-devel-gcc9' 'libstdc++6-devel-gcc9-32bit' 'libstdc++6-gcc6-doc' 'libstdc++6-gcc7' 'libstdc++6-gcc7-32bit' 'libstdc++6-gcc7-locale' 'libstdc++6-gcc9' 'libstdc++6-gcc9-32bit' 'libstdc++6-gcc9-locale' 'libstdc++6-locale' 'libstdc++6-pp-gcc10' 'libstdc++6-pp-gcc10-32bit' 'libstfl-devel' 'libstfl0' 'libstilview-devel' 'libstilview0' 'libstk-devel' 'libstk4' 'libstlink-shared1' 'libstorage-ng-devel' 'libstorage-ng-integration-tests' 'libstorage-ng-python3' 'libstorage-ng-utils' 'libstoragemgmt' 'libstoragemgmt-arcconf-plugin' 'libstoragemgmt-devel' 'libstoragemgmt-hpsa-plugin' 'libstoragemgmt-local-plugin' 'libstoragemgmt-megaraid-plugin' 'libstoragemgmt-netapp-plugin' 'libstoragemgmt-nfs-plugin' 'libstoragemgmt-nfs-plugin-clibs' 'libstoragemgmt-nstor-plugin' 'libstoragemgmt-smis-plugin' 'libstoragemgmt-targetd-plugin' 'libstoragemgmt-udev' 'libstoragemgmt1' 'libstp2_3' 'libstroke' 'libstroke-devel' 'libstrophe-devel' 'libstrophe0' 'libsubtitleeditor-devel' 'libsubtitleeditor0' 'libsubunit0' 'libsuil-0-0' 'libsundials3' 'libsundials3-mvapich2' 'libsundials3-openmpi1' 'libsundials3-openmpi2' 'libsundials3-openmpi3' 'libsundials_arkode4' 'libsundials_arkode4-mvapich2' 'libsundials_arkode4-openmpi1' 'libsundials_arkode4-openmpi2' 'libsundials_arkode4-openmpi3' 'libsundials_cvode5' 'libsundials_cvode5-mvapich2' 'libsundials_cvode5-openmpi1' 'libsundials_cvode5-openmpi2' 'libsundials_cvode5-openmpi3' 'libsundials_cvodes5' 'libsundials_cvodes5-mvapich2' 'libsundials_cvodes5-openmpi1' 'libsundials_cvodes5-openmpi2' 'libsundials_cvodes5-openmpi3' 'libsundials_ida5' 'libsundials_ida5-mvapich2' 'libsundials_ida5-openmpi1' 'libsundials_ida5-openmpi2' 'libsundials_ida5-openmpi3' 'libsundials_idas4' 'libsundials_idas4-mvapich2' 'libsundials_idas4-openmpi1' 'libsundials_idas4-openmpi2' 'libsundials_idas4-openmpi3' 'libsundials_kinsol5' 'libsundials_kinsol5-mvapich2' 'libsundials_kinsol5-openmpi1' 'libsundials_kinsol5-openmpi2' 'libsundials_kinsol5-openmpi3' 'libsundials_nvec5' 'libsundials_nvec5-mvapich2' 'libsundials_nvec5-openmpi1' 'libsundials_nvec5-openmpi2' 'libsundials_nvec5-openmpi3' 'libsunpinyin3' 'libsuperlu-gnu-hpc' 'libsuperlu5' 'libsuperlu5-32bit' 'libsuperlu_5_2_1-gnu-hpc' 'libsvm-devel' 'libsvm-java' 'libsvm2' 'libsvn_auth_gnome_keyring-1-0' 'libsvrcore0' 'libswitchboard-2_0-0' 'libsword-1_8_1' 'libswresample1-32bit' 'libswresample1-32bit-debuginfo' 'libswresample1-debuginfo' 'libswresample2' 'libswresample2-32bit' 'libswresample2-32bit-debuginfo' 'libswresample2-debuginfo' 'libswresample3-32bit' 'libswresample3-32bit-debuginfo' 'libswresample3-debuginfo' 'libswscale3-32bit' 'libswscale3-32bit-debuginfo' 'libswscale3-debuginfo' 'libswscale4' 'libswscale4-32bit' 'libswscale4-32bit-debuginfo' 'libswscale4-debuginfo' 'libswscale5-32bit' 'libswscale5-32bit-debuginfo' 'libswscale5-debuginfo' 'libsybdb5' 'libsympol0_1' 'libsymspg1' 'libsynce-devel' 'libsynce0' 'libsynctex2' 'libsynfig0' 'libsynfig0-debuginfo' 'libsynfigapp0' 'libsynfigapp0-debuginfo' 'libsysstat-qt5-0' 'libsysstat-qt5-devel' 'libsz2' 'libsz2-32bit' 'libt3config-devel' 'libt3config0' 'libt3highlight-devel' 'libt3highlight-utils' 'libt3highlight2' 'libt3key-devel' 'libt3key-utils' 'libt3key1' 'libt3widget-devel' 'libt3widget2' 'libt3window-devel' 'libt3window0' 'libtachyon-0_99b6' 'libtachyon-devel' 'libtag-devel' 'libtag-doc' 'libtag-extras1' 'libtag-extras1-debuginfo' 'libtag1-32bit' 'libtag_c0' 'libtag_c0-32bit' 'libtaginfo-devel' 'libtaginfo1' 'libtaginfo1-32bit' 'libtalloc-devel' 'libtar' 'libtar-devel' 'libtar1' 'libtasn1-devel-32bit' 'libtbbmalloc2' 'libtcmalloc4' 'libtcmu2' 'libtcnative-1-0' 'libtcnative-1-0-devel' 'libtdb-devel' 'libtdsodbc0' 'libteam-devel' 'libteam-tools' 'libteam5' 'libtecla_r1' 'libteec1' 'libtelegram-qt5-0_1' 'libtelegram-qt5-0_1-debuginfo' 'libtelepathy-farstream3' 'libtelepathy-farstream3-32bit' 'libtelepathy-glib0' 'libtelepathy-glib0-32bit' 'libtelepathy-logger-qt5' 'libtelepathy-logger3' 'libtelepathy-qt5-0' 'libtelepathy-qt5-0-32bit' 'libtelepathy-qt5-farstream0' 'libtelepathy-qt5-farstream0-32bit' 'libtelepathy-qt5-service1' 'libtelepathy-qt5-service1-32bit' 'libtemplate_glib-1_0-0' 'libtensorflow1' 'libtensorflow2' 'libtensorflow2-gnu-hpc' 'libtensorflow2-gnu-openmpi2-hpc' 'libtensorflow_cc1' 'libtensorflow_cc2' 'libtensorflow_cc2-gnu-hpc' 'libtensorflow_cc2-gnu-openmpi2-hpc' 'libtensorflow_framework1' 'libtensorflow_framework2' 'libtensorflow_framework2-gnu-hpc' 'libtensorflow_framework2-gnu-openmpi2-hpc' 'libtepl-4-0' 'libteredo5' 'libtermkey-devel' 'libtesseract4' 'libtestshade1_10' 'libtevent-devel' 'libtevent-util-devel' 'libtexlua53-5' 'libtexluajit2' 'libtextstyle-devel' 'libtextstyle0-32bit' 'libthai-devel' 'libtheora-devel' 'libtheoradec1-32bit' 'libtheoraenc1-32bit' 'libthrift-0_13_0' 'libthrift-devel' 'libthrift_c_glib0' 'libthriftnb-0_13_0' 'libthriftz-0_13_0' 'libthunarx-3-0' 'libtidy-devel' 'libtidy5' 'libtidyp-1_04-0' 'libtidyp-devel' 'libtiff-devel' 'libtiff-devel-32bit' 'libtiger-devel' 'libtiger5' 'libtiled1' 'libtimezonemap1' 'libtimidity-devel' 'libtimidity2' 'libtimidity2-32bit' 'libtins-devel' 'libtins3' 'libtinyb0' 'libtinygettext0' 'libtinyobjloader1' 'libtinyxml0' 'libtinyxml2-6' 'libtirpc-devel' 'libtls19' 'libtls19-32bit' 'libtntdb-devel' 'libtntdb4' 'libtntnet-devel' 'libtntnet12' 'libtntnet12-debuginfo' 'libtolua++-5_1-1' 'libtolua++-5_1-devel' 'libtolua++-5_3-1' 'libtolua++-5_3-devel' 'libtolua-devel' 'libtolua5' 'libtomcrypt-devel' 'libtomcrypt-examples' 'libtomcrypt1-32bit' 'libtommath-devel' 'libtommath-examples' 'libtommath1-32bit' 'libtomoe-gtk0' 'libtool' 'libtool-32bit' 'libtorch' 'libtorrent-devel' 'libtorrent-rasterbar-devel' 'libtorrent-rasterbar-doc' 'libtorrent-rasterbar10' 'libtorrent21' 'libtotem-plparser-mini18' 'libtotem-plparser18' 'libtotem_pg5' 'libtotem_pg5-32bit' 'libtowitoko2' 'libtoxcore2' 'libtpl-extensions3' 'libtpm_unseal1' 'libtpms-devel' 'libtpms0' 'libtracker-common-2_0' 'libtracker-control-2_0-0' 'libtracker-miner-2_0-0' 'libtracker-sparql-2_0-0' 'libtranscript-devel' 'libtranscript1' 'libtranslate-devel' 'libtranslate-progs' 'libtranslate0' 'libtre5' 'libtrilinos-gnu-mpich-hpc' 'libtrilinos-gnu-mvapich2-hpc' 'libtrilinos-gnu-openmpi2-hpc' 'libtrilinos-gnu-openmpi3-hpc' 'libtrilinos12' 'libtrilinos12-openmpi2' 'libtrilinos_12_14_1-gnu-mpich-hpc' 'libtrilinos_12_14_1-gnu-mvapich2-hpc' 'libtrilinos_12_14_1-gnu-openmpi2-hpc' 'libtrilinos_12_14_1-gnu-openmpi3-hpc' 'libts0-32bit' 'libtsan0-gcc7' 'libtsan0-gcc9' 'libtsk19' 'libtsm-devel' 'libtsm4' 'libtspi1' 'libtspi1-32bit' 'libtss2-esys0-32bit' 'libtss2-mu0-32bit' 'libtss2-rc0' 'libtss2-sys0-32bit' 'libtss2-tcti-device0-32bit' 'libtss2-tcti-mssim0-32bit' 'libtss2-tcti-tabrmd0' 'libtss2-tctildr0' 'libttf2' 'libttf2-32bit' 'libttsmimic0' 'libtumbler-1-0' 'libtun6-0' 'libturbojpeg0' 'libturbojpeg0-32bit' 'libturing0' 'libturing0-debuginfo' 'libturris-spectator-devel' 'libturris-spectator0' 'libtwolame-devel' 'libtwolame0-32bit' 'libu2f-host-devel' 'libu2f-host-doc' 'libu2f-host0' 'libu2f-server-devel' 'libu2f-server0' 'libubsan0' 'libubsan0-32bit' 'libubsan1-32bit' 'libubsan1-gcc9' 'libubsan1-gcc9-32bit' 'libuchardet-devel' 'libuchardet0-32bit' 'libucl1' 'libucm-devel' 'libucm0' 'libucommon8' 'libucp-devel' 'libucp0' 'libucpp13' 'libucs-devel' 'libucs0' 'libuct-devel' 'libuct0' 'libudev-devel' 'libudev-devel-32bit' 'libudf0' 'libudf0-32bit' 'libudisks2-0-devel' 'libudisks2-0_bcache' 'libudisks2-0_lsm' 'libudisks2-0_lvm2' 'libudisks2-0_vdo' 'libudisks2-0_zram' 'libudns0' 'libudt-devel' 'libudt0' 'libuev-devel' 'libuev2' 'libuhd003' 'libuhttpmock-0_0-0' 'libulfius2_6' 'libulockmgr1' 'libuna-devel' 'libuna-tools' 'libuna1' 'libunbound-devel-mini' 'libunibreak-devel' 'libunibreak3' 'libunicap-devel' 'libunicap2' 'libunicap2-32bit' 'libuninameslist-devel' 'libuninameslist0' 'libunique-1_0-0' 'libunique1-devel' 'libuniraum0' 'libuniraum0-debuginfo' 'libunistring-devel' 'libunistring-devel-32bit' 'libunity-devel' 'libunity-gtk-parser-devel' 'libunity-gtk2-parser0-32bit' 'libunity-gtk3-parser0-32bit' 'libunity-tools' 'libunity9' 'libunity9-32bit' 'libunrar-devel' 'libunrar5_9_2' 'libunshield0' 'libunwind-devel' 'libupb0' 'libupm1' 'libupnp-devel' 'libupnp15-32bit' 'libupower-glib-devel' 'libupsclient1' 'liburcu-devel' 'liburcu6-32bit' 'liburfkill-glib-devel' 'liburfkill-glib0' 'liburing-devel' 'liburing1' 'liburiparser1' 'liburiparser1-32bit' 'libusb-0_1-4' 'libusb-0_1-4-32bit' 'libusb-1_0-devel' 'libusb-1_0-devel-32bit' 'libusb-compat-devel' 'libusb3380-0' 'libusb3380-devel' 'libusbauth-configparser-devel' 'libusbauth-configparser1' 'libusbguard0' 'libusbgx-devel' 'libusbgx-tools' 'libusbgx2' 'libusbmuxd-devel' 'libusbmuxd-tools' 'libusbmuxd6-32bit' 'libusbprog0' 'libuser' 'libuser-devel' 'libuser-lang' 'libuser-python' 'libuser1' 'libusrp-3_4_4+git_20190808-0' 'libusrp-devel' 'libustr-1_0-1' 'libustr-1_0-1-32bit' 'libustr-devel' 'libut1' 'libutempter0-32bit' 'libuuid-devel' 'libuuid-devel-32bit' 'libuuid-devel-static' 'libuutil1' 'libuv-devel' 'libuv1-32bit' 'libuwac0-0' 'libv3270-5_2' 'libv3270-devel' 'libv4l-32bit' 'libv4l-devel' 'libv4l-devel-32bit' 'libv4l2rds0' 'libv4l2rds0-32bit' 'libva-devel' 'libva-devel-32bit' 'libva-gl-devel' 'libva-gl-devel-32bit' 'libva-glx2-32bit' 'libva-utils' 'libva-vdpau-driver' 'libva-wayland2-32bit' 'libvacuumutils37' 'libvala-0_46-0' 'libvala-0_46-devel' 'libvaladoc-0_46-0' 'libvaladoc-0_46-devel' 'libvamp-hostsdk3' 'libvamp-hostsdk3-32bit' 'libvamp-sdk2' 'libvamp-sdk2-32bit' 'libvarnishapi2' 'libvbr2' 'libvcdinfo0' 'libvcdinfo0-32bit' 'libvdehist-devel' 'libvdehist0' 'libvdemgmt-devel' 'libvdemgmt0' 'libvdeplug-devel' 'libvdesnmp-devel' 'libvdesnmp0' 'libvdpau-devel' 'libvdpau-devel-32bit' 'libvdpau1-32bit' 'libvdpau_nouveau-32bit' 'libvdpau_r300' 'libvdpau_r300-32bit' 'libvdpau_r600' 'libvdpau_r600-32bit' 'libvdpau_radeonsi' 'libvdpau_radeonsi-32bit' 'libvdpau_trace1' 'libvdpau_trace1-32bit' 'libvdpau_va_gl1' 'libvdpau_va_gl1-32bit' 'libventrilo3-0' 'libventrilo3-devel' 'libverto-devel' 'libverto-devel-32bit' 'libverto-glib-devel' 'libverto-glib1' 'libverto-glib1-32bit' 'libverto-libev-devel' 'libverto-libev1' 'libverto-libev1-32bit' 'libverto-tevent-devel' 'libverto-tevent1' 'libverto-tevent1-32bit' 'libvhdi-devel' 'libvhdi-tools' 'libvhdi1' 'libvidstab-devel' 'libvidstab1_1-32bit' 'libvigraimpex11-32bit' 'libvips-devel' 'libvips42' 'libvirt' 'libvirt-admin' 'libvirt-cim' 'libvirt-daemon-config-nwfilter' 'libvirt-daemon-driver-libxl' 'libvirt-daemon-driver-lxc' 'libvirt-daemon-hooks' 'libvirt-daemon-lxc' 'libvirt-daemon-xen' 'libvirt-devel' 'libvirt-devel-32bit' 'libvirt-doc' 'libvirt-glib-devel' 'libvirt-lock-sanlock' 'libvirt-nss' 'libvirt-sandbox-1_0-5' 'libvirt-sandbox-devel' 'libvisio-devel' 'libvisio-devel-doc' 'libvisio-tools' 'libvisio2svg-devel' 'libvisio2svg0' 'libvisual-32bit' 'libvisual-devel' 'libvkd3d-utils1' 'libvkd3d-utils1-32bit' 'libvlc-gtk0' 'libvlc-gtk0-debuginfo' 'libvlc123' 'libvlc123-debuginfo' 'libvlc5-debuginfo' 'libvlccore123' 'libvlccore123-debuginfo' 'libvlccore9-debuginfo' 'libvma' 'libvma-devel' 'libvma8' 'libvmdk-devel' 'libvmdk-tools' 'libvmdk1' 'libvmem-devel' 'libvmem1' 'libvmime-devel' 'libvmime-kopano2' 'libvmmalloc-devel' 'libvmmalloc1' 'libvmtools-devel' 'libvmtools0' 'libvncserver1' 'libvo-aacenc-devel' 'libvo-aacenc0' 'libvo-aacenc0-32bit' 'libvo-aacenc0-32bit-debuginfo' 'libvo-aacenc0-debuginfo' 'libvo-amrwbenc-devel' 'libvo-amrwbenc0-32bit' 'libvo-amrwbenc0-32bit-debuginfo' 'libvo-amrwbenc0-debuginfo' 'libvoikko-devel' 'libvoikko1' 'libvoikko1-32bit' 'libvolk2_2_1' 'libvorbis-devel' 'libvorbis-devel-32bit' 'libvorbis-doc' 'libvoro++0' 'libvotca_csg5' 'libvotca_ctp5' 'libvotca_tools5' 'libvotca_xtp5' 'libvotequorum8' 'libvotequorum8-32bit' 'libvpd2' 'libvpd2-32bit' 'libvpd2-devel' 'libvpd2-devel-32bit' 'libvpp0' 'libvpx-devel' 'libvpx6-32bit' 'libvshadow-devel' 'libvshadow-tools' 'libvshadow1' 'libvslvm-devel' 'libvslvm-tools' 'libvslvm1' 'libvsqlitepp3' 'libvted-3-0' 'libvterm-devel' 'libvterm-tools' 'libvtk1' 'libvtk1-openmpi1' 'libvtk1-openmpi2' 'libvtk1-openmpi3' 'libvulkan_intel' 'libvulkan_intel-32bit' 'libvulkan_radeon' 'libvulkan_radeon-32bit' 'libwacom-devel' 'libwacom-tools' 'libwacom2-32bit' 'libwaffle-1-0' 'libwapcaplet-devel' 'libwapcaplet0' 'libwavpack1-32bit' 'libwayland-server0-32bit' 'libwaylandpp0' 'libwbclient-devel' 'libwbxml2-1' 'libwbxml2-devel' 'libwcs6' 'libwebcam-devel' 'libwebcam0' 'libwebkit2gtk-4_0-37-32bit' 'libwebp-devel' 'libwebp-devel-32bit' 'libwebpdecoder3' 'libwebpdecoder3-32bit' 'libwebpdemux2-32bit' 'libwebpmux3-32bit' 'libwebrtc_audio_processing-devel' 'libwebrtc_audio_processing-devel-static' 'libwebrtc_audio_processing1-32bit' 'libwebsockets-devel' 'libwebsockets16' 'libwebvfx1' 'libweed-devel' 'libweed0' 'libweed0-debuginfo' 'libweston-8' 'libweston-8-0' 'libweston-desktop-8-0' 'libwget-devel' 'libwget0' 'libwhich' 'libwiiuse0' 'libwim15' 'libwireshark13' 'libwiretap10' 'libwkhtmltox0' 'libwlc0' 'libwlroots5' 'libwmf-0_2-7-32bit' 'libwmf-devel' 'libwmf-gnome' 'libwmf-gnome-32bit' 'libwmf-tools' 'libwnck-1-22' 'libwnck-1-22-32bit' 'libwnck-3-0' 'libwnck-3-0-32bit' 'libwnck-devel' 'libwnck-lang' 'libwnck-tools' 'libwnck2-devel' 'libwnck2-lang' 'libwnn0' 'libwoff2common1_0_2-32bit' 'libwoff2dec1_0_2-32bit' 'libwoff2enc1_0_2' 'libwoff2enc1_0_2-32bit' 'libwpd-devel' 'libwpd-devel-doc' 'libwpd-tools' 'libwpe-1_0-1-32bit' 'libwpe-devel' 'libwpg-devel' 'libwpg-devel-doc' 'libwpg-tools' 'libwps-devel' 'libwps-tools' 'libwrc-devel' 'libwrc-tools' 'libwrc1' 'libwslay0' 'libwsman-devel' 'libwsman3' 'libwsman_clientpp-devel' 'libwsman_clientpp1' 'libwsutil11' 'libwtdbo4_2_2' 'libwtdbomysql4_2_2' 'libwtdbopostgres4_2_2' 'libwv-1_2-4' 'libwv2-4' 'libwx_baseu-2_8-0-compat-lib-wxcontainer' 'libwx_baseu-2_8-0-wxcontainer' 'libwx_baseu-2_8-0-wxcontainer-32bit' 'libwx_baseu-2_8-0-wxcontainer-32bit-debuginfo' 'libwx_baseu-2_8-0-wxcontainer-debuginfo' 'libwx_baseu-suse-nostl3_0_4' 'libwx_baseu-suse3_0_4-32bit' 'libwx_baseu-suse3_1_3' 'libwx_baseu_net-2_8-0-compat-lib-wxcontainer' 'libwx_baseu_net-2_8-0-wxcontainer' 'libwx_baseu_net-2_8-0-wxcontainer-32bit' 'libwx_baseu_net-2_8-0-wxcontainer-32bit-debuginfo' 'libwx_baseu_net-2_8-0-wxcontainer-debuginfo' 'libwx_baseu_net-suse-nostl3_0_4' 'libwx_baseu_net-suse3_0_4-32bit' 'libwx_baseu_net-suse3_1_3' 'libwx_baseu_xml-2_8-0-compat-lib-wxcontainer' 'libwx_baseu_xml-2_8-0-wxcontainer' 'libwx_baseu_xml-2_8-0-wxcontainer-32bit' 'libwx_baseu_xml-2_8-0-wxcontainer-32bit-debuginfo' 'libwx_baseu_xml-2_8-0-wxcontainer-debuginfo' 'libwx_baseu_xml-suse-nostl3_0_4' 'libwx_baseu_xml-suse3_0_4-32bit' 'libwx_baseu_xml-suse3_1_3' 'libwx_gtk2u_adv-2_8-0-compat-lib-wxcontainer' 'libwx_gtk2u_adv-2_8-0-wxcontainer' 'libwx_gtk2u_adv-2_8-0-wxcontainer-32bit' 'libwx_gtk2u_adv-2_8-0-wxcontainer-32bit-debuginfo' 'libwx_gtk2u_adv-2_8-0-wxcontainer-debuginfo' 'libwx_gtk2u_adv-suse-nostl3_0_4' 'libwx_gtk2u_adv-suse3_0_4-32bit' 'libwx_gtk2u_adv-suse3_1_3' 'libwx_gtk2u_aui-2_8-0-compat-lib-wxcontainer' 'libwx_gtk2u_aui-2_8-0-wxcontainer' 'libwx_gtk2u_aui-2_8-0-wxcontainer-32bit' 'libwx_gtk2u_aui-2_8-0-wxcontainer-32bit-debuginfo' 'libwx_gtk2u_aui-2_8-0-wxcontainer-debuginfo' 'libwx_gtk2u_aui-suse-nostl3_0_4' 'libwx_gtk2u_aui-suse3_0_4-32bit' 'libwx_gtk2u_aui-suse3_1_3' 'libwx_gtk2u_core-2_8-0-compat-lib-wxcontainer' 'libwx_gtk2u_core-2_8-0-wxcontainer' 'libwx_gtk2u_core-2_8-0-wxcontainer-32bit' 'libwx_gtk2u_core-2_8-0-wxcontainer-32bit-debuginfo' 'libwx_gtk2u_core-2_8-0-wxcontainer-debuginfo' 'libwx_gtk2u_core-suse-nostl3_0_4' 'libwx_gtk2u_core-suse3_0_4-32bit' 'libwx_gtk2u_core-suse3_1_3' 'libwx_gtk2u_fl-2_8-0-compat-lib-wxcontainer' 'libwx_gtk2u_fl-2_8-0-wxcontainer' 'libwx_gtk2u_fl-2_8-0-wxcontainer-32bit' 'libwx_gtk2u_fl-2_8-0-wxcontainer-32bit-debuginfo' 'libwx_gtk2u_fl-2_8-0-wxcontainer-debuginfo' 'libwx_gtk2u_gizmos-2_8-0-compat-lib-wxcontainer' 'libwx_gtk2u_gizmos-2_8-0-wxcontainer' 'libwx_gtk2u_gizmos-2_8-0-wxcontainer-32bit' 'libwx_gtk2u_gizmos-2_8-0-wxcontainer-32bit-debuginfo' 'libwx_gtk2u_gizmos-2_8-0-wxcontainer-debuginfo' 'libwx_gtk2u_gizmos_xrc-2_8-0-compat-lib-wxcontainer' 'libwx_gtk2u_gizmos_xrc-2_8-0-wxcontainer' 'libwx_gtk2u_gizmos_xrc-2_8-0-wxcontainer-32bit' 'libwx_gtk2u_gizmos_xrc-2_8-0-wxcontainer-32bit-debuginfo' 'libwx_gtk2u_gizmos_xrc-2_8-0-wxcontainer-debuginfo' 'libwx_gtk2u_gl-2_8-0-compat-lib-wxcontainer' 'libwx_gtk2u_gl-2_8-0-wxcontainer' 'libwx_gtk2u_gl-2_8-0-wxcontainer-32bit' 'libwx_gtk2u_gl-2_8-0-wxcontainer-32bit-debuginfo' 'libwx_gtk2u_gl-2_8-0-wxcontainer-debuginfo' 'libwx_gtk2u_gl-suse-nostl3_0_4' 'libwx_gtk2u_gl-suse3_0_4-32bit' 'libwx_gtk2u_gl-suse3_1_3' 'libwx_gtk2u_html-2_8-0-compat-lib-wxcontainer' 'libwx_gtk2u_html-2_8-0-wxcontainer' 'libwx_gtk2u_html-2_8-0-wxcontainer-32bit' 'libwx_gtk2u_html-2_8-0-wxcontainer-32bit-debuginfo' 'libwx_gtk2u_html-2_8-0-wxcontainer-debuginfo' 'libwx_gtk2u_html-suse-nostl3_0_4' 'libwx_gtk2u_html-suse3_0_4-32bit' 'libwx_gtk2u_html-suse3_1_3' 'libwx_gtk2u_media-suse-nostl3_0_4' 'libwx_gtk2u_media-suse3_0_4' 'libwx_gtk2u_media-suse3_0_4-32bit' 'libwx_gtk2u_media-suse3_1_3' 'libwx_gtk2u_mmedia-2_8-0-compat-lib-wxcontainer' 'libwx_gtk2u_mmedia-2_8-0-wxcontainer' 'libwx_gtk2u_mmedia-2_8-0-wxcontainer-32bit' 'libwx_gtk2u_mmedia-2_8-0-wxcontainer-32bit-debuginfo' 'libwx_gtk2u_mmedia-2_8-0-wxcontainer-debuginfo' 'libwx_gtk2u_ogl-2_8-0-compat-lib-wxcontainer' 'libwx_gtk2u_ogl-2_8-0-wxcontainer' 'libwx_gtk2u_ogl-2_8-0-wxcontainer-32bit' 'libwx_gtk2u_ogl-2_8-0-wxcontainer-32bit-debuginfo' 'libwx_gtk2u_ogl-2_8-0-wxcontainer-debuginfo' 'libwx_gtk2u_plot-2_8-0-compat-lib-wxcontainer' 'libwx_gtk2u_plot-2_8-0-wxcontainer' 'libwx_gtk2u_plot-2_8-0-wxcontainer-32bit' 'libwx_gtk2u_plot-2_8-0-wxcontainer-32bit-debuginfo' 'libwx_gtk2u_plot-2_8-0-wxcontainer-debuginfo' 'libwx_gtk2u_propgrid-suse-nostl3_0_4' 'libwx_gtk2u_propgrid-suse3_0_4' 'libwx_gtk2u_propgrid-suse3_0_4-32bit' 'libwx_gtk2u_propgrid-suse3_1_3' 'libwx_gtk2u_qa-2_8-0-compat-lib-wxcontainer' 'libwx_gtk2u_qa-2_8-0-wxcontainer' 'libwx_gtk2u_qa-2_8-0-wxcontainer-32bit' 'libwx_gtk2u_qa-2_8-0-wxcontainer-32bit-debuginfo' 'libwx_gtk2u_qa-2_8-0-wxcontainer-debuginfo' 'libwx_gtk2u_qa-suse-nostl3_0_4' 'libwx_gtk2u_qa-suse3_0_4-32bit' 'libwx_gtk2u_qa-suse3_1_3' 'libwx_gtk2u_ribbon-suse-nostl3_0_4' 'libwx_gtk2u_ribbon-suse3_0_4' 'libwx_gtk2u_ribbon-suse3_0_4-32bit' 'libwx_gtk2u_ribbon-suse3_1_3' 'libwx_gtk2u_richtext-2_8-0-compat-lib-wxcontainer' 'libwx_gtk2u_richtext-2_8-0-wxcontainer' 'libwx_gtk2u_richtext-2_8-0-wxcontainer-32bit' 'libwx_gtk2u_richtext-2_8-0-wxcontainer-32bit-debuginfo' 'libwx_gtk2u_richtext-2_8-0-wxcontainer-debuginfo' 'libwx_gtk2u_richtext-suse-nostl3_0_4' 'libwx_gtk2u_richtext-suse3_0_4' 'libwx_gtk2u_richtext-suse3_0_4-32bit' 'libwx_gtk2u_richtext-suse3_1_3' 'libwx_gtk2u_stc-2_8-0-compat-lib-wxcontainer' 'libwx_gtk2u_stc-2_8-0-wxcontainer' 'libwx_gtk2u_stc-2_8-0-wxcontainer-32bit' 'libwx_gtk2u_stc-2_8-0-wxcontainer-32bit-debuginfo' 'libwx_gtk2u_stc-2_8-0-wxcontainer-debuginfo' 'libwx_gtk2u_stc-suse-nostl3_0_4' 'libwx_gtk2u_stc-suse3_0_4' 'libwx_gtk2u_stc-suse3_0_4-32bit' 'libwx_gtk2u_stc-suse3_1_3' 'libwx_gtk2u_svg-2_8-0-compat-lib-wxcontainer' 'libwx_gtk2u_svg-2_8-0-wxcontainer' 'libwx_gtk2u_svg-2_8-0-wxcontainer-32bit' 'libwx_gtk2u_svg-2_8-0-wxcontainer-32bit-debuginfo' 'libwx_gtk2u_svg-2_8-0-wxcontainer-debuginfo' 'libwx_gtk2u_xrc-2_8-0-compat-lib-wxcontainer' 'libwx_gtk2u_xrc-2_8-0-wxcontainer' 'libwx_gtk2u_xrc-2_8-0-wxcontainer-32bit' 'libwx_gtk2u_xrc-2_8-0-wxcontainer-32bit-debuginfo' 'libwx_gtk2u_xrc-2_8-0-wxcontainer-debuginfo' 'libwx_gtk2u_xrc-suse-nostl3_0_4' 'libwx_gtk2u_xrc-suse3_0_4-32bit' 'libwx_gtk2u_xrc-suse3_1_3' 'libwx_gtk3u_adv-suse3_1_3' 'libwx_gtk3u_aui-suse3_1_3' 'libwx_gtk3u_core-suse3_1_3' 'libwx_gtk3u_gl-suse3_1_3' 'libwx_gtk3u_html-suse3_1_3' 'libwx_gtk3u_media-suse3_1_3' 'libwx_gtk3u_propgrid-suse3_1_3' 'libwx_gtk3u_qa-suse3_1_3' 'libwx_gtk3u_ribbon-suse3_1_3' 'libwx_gtk3u_richtext-suse3_1_3' 'libwx_gtk3u_stc-suse3_1_3' 'libwx_gtk3u_webview-suse3_1_3' 'libwx_gtk3u_xrc-suse3_1_3' 'libwx_qtu_adv-suse3_1_3' 'libwx_qtu_aui-suse3_1_3' 'libwx_qtu_core-suse3_1_3' 'libwx_qtu_gl-suse3_1_3' 'libwx_qtu_html-suse3_1_3' 'libwx_qtu_media-suse3_1_3' 'libwx_qtu_propgrid-suse3_1_3' 'libwx_qtu_qa-suse3_1_3' 'libwx_qtu_ribbon-suse3_1_3' 'libwx_qtu_richtext-suse3_1_3' 'libwx_qtu_stc-suse3_1_3' 'libwx_qtu_xrc-suse3_1_3' 'libwxcode_gtk2u_wxsqlite3-3_0-0' 'libwxlua' 'libwxstedit-wx30gtk2u-1_6_0' 'libwxsvg-devel' 'libwxsvg3' 'libx264' 'libx264-155-32bit' 'libx264-155-32bit-debuginfo' 'libx264-155-debuginfo' 'libx264-debugsource' 'libx264-devel' 'libx264-x264' 'libx264-x264-debugsource' 'libx265-188-32bit' 'libx265-188-32bit-debuginfo' 'libx265-188-debuginfo' 'libx265-devel' 'libx86-1' 'libx86-devel' 'libx86-devel-static' 'libx86emu-devel' 'libxalan-c-devel' 'libxalan-c111' 'libxapian-devel' 'libxapian30-32bit' 'libxapp-devel' 'libxapp1' 'libxar-devel' 'libxar1' 'libxatracker-devel' 'libxatracker2' 'libxbase64-1' 'libxbrz-1_7' 'libxbsql0' 'libxc-devel' 'libxc5' 'libxcam-devel' 'libxcam1' 'libxcb-composite0-32bit' 'libxcb-cursor0-32bit' 'libxcb-damage0-32bit' 'libxcb-devel' 'libxcb-devel-32bit' 'libxcb-devel-doc' 'libxcb-dpms0-32bit' 'libxcb-errors0' 'libxcb-errors0-32bit' 'libxcb-ewmh2' 'libxcb-ewmh2-32bit' 'libxcb-icccm4-32bit' 'libxcb-image0-32bit' 'libxcb-keysyms1-32bit' 'libxcb-randr0-32bit' 'libxcb-record0-32bit' 'libxcb-render-util0-32bit' 'libxcb-res0-32bit' 'libxcb-screensaver0' 'libxcb-screensaver0-32bit' 'libxcb-shape0-32bit' 'libxcb-util1-32bit' 'libxcb-xf86dri0' 'libxcb-xf86dri0-32bit' 'libxcb-xfixes0-32bit' 'libxcb-xinerama0-32bit' 'libxcb-xinput0-32bit' 'libxcb-xkb1-32bit' 'libxcb-xrm0' 'libxcb-xtest0' 'libxcb-xtest0-32bit' 'libxcb-xv0-32bit' 'libxcb-xvmc0' 'libxcb-xvmc0-32bit' 'libxclass-0_9_2' 'libxcrypt-devel-32bit' 'libxcrypt-devel-static' 'libxdg-basedir-devel' 'libxdg-basedir1' 'libxerces-c-3_2-32bit' 'libxerces-c-devel' 'libxfce4panel-1_0-4' 'libxfce4panel-2_0-4' 'libxfce4ui-1-0' 'libxfce4ui-2-0' 'libxfce4ui-branding-openSUSE' 'libxfce4ui-branding-upstream' 'libxfce4ui-devel' 'libxfce4ui-doc' 'libxfce4ui-lang' 'libxfce4ui-tools' 'libxfce4util-devel' 'libxfce4util-lang' 'libxfce4util-tools' 'libxfce4util7' 'libxfconf-0-3' 'libxfconf-devel' 'libxfdashboard0' 'libxine-devel' 'libxine2' 'libxine2-32bit' 'libxine2-32bit-debuginfo' 'libxine2-codecs' 'libxine2-debuginfo' 'libxine2-jack' 'libxine2-jack-debuginfo' 'libxine2-pulse' 'libxine2-pulse-debuginfo' 'libxine2-sdl' 'libxine2-sdl-debuginfo' 'libxkbcommon-devel' 'libxkbcommon-devel-32bit' 'libxkbcommon-x11-0-32bit' 'libxkbcommon-x11-devel' 'libxkbcommon-x11-devel-32bit' 'libxkbfile-devel' 'libxkbfile-devel-32bit' 'libxkbfile1-32bit' 'libxkbui-devel' 'libxkbui-devel-32bit' 'libxkbui1' 'libxkbui1-32bit' 'libxklavier-devel' 'libxklavier-doc' 'libxklavier16-32bit' 'libxls-devel' 'libxls-tools' 'libxlsreader1' 'libxmi0' 'libxml++-2_6-2-32bit' 'libxml++-3_0-1-32bit' 'libxml++-devel' 'libxml++26-devel' 'libxml-security-c-devel' 'libxml-security-c20' 'libxml2-devel' 'libxml2-devel-32bit' 'libxml2-doc' 'libxmlb-devel' 'libxmlbird1' 'libxmlrpc++8' 'libxmlrpc3' 'libxmlrpc_abyss++8' 'libxmlrpc_abyss3' 'libxmlrpc_client++8' 'libxmlrpc_client3' 'libxmlrpc_cpp8' 'libxmlrpc_packetsocket8' 'libxmlrpc_server++8' 'libxmlrpc_server3' 'libxmlrpc_server_abyss++8' 'libxmlrpc_server_abyss3' 'libxmlrpc_server_cgi++8' 'libxmlrpc_server_cgi3' 'libxmlrpc_server_pstream++8' 'libxmlrpc_util++8' 'libxmlrpc_util3' 'libxmlsec1-gcrypt1' 'libxmlsec1-gnutls1' 'libxmlsec1-openssl1' 'libxmltooling-devel' 'libxmltooling-lite8' 'libxmltooling8' 'libxmp-devel' 'libxmp4' 'libxornstorage-devel' 'libxornstorage0' 'libxosd2' 'libxpaintrw0' 'libxpaintrw0-debuginfo' 'libxplayer-plparser-mini18' 'libxplayer-plparser-mini18-32bit' 'libxplayer-plparser18' 'libxplayer-plparser18-32bit' 'libxreaderdocument3' 'libxreaderview3' 'libxshmfence-devel' 'libxslt-devel' 'libxslt-devel-32bit' 'libxspf-devel' 'libxspf4' 'libxtables-devel' 'libxtermcap1_0' 'libxtract-devel' 'libxtract0' 'libxtract0' 'libxtract0-debuginfo' 'libxtract0-debugsource' 'libxtrx-devel' 'libxtrx0' 'libxtrx_lms7002m0_0_0-SUSE' 'libxtrxdsp-devel' 'libxtrxdsp0' 'libxtrxll-devel' 'libxtrxll0' 'libxvidcore-devel' 'libxvidcore4-32bit' 'libxvidcore4-32bit-debuginfo' 'libxvidcore4-debuginfo' 'libxxhash0' 'libxy4' 'libyajl-devel' 'libyajl-devel-32bit' 'libyajl-devel-static' 'libyajl2-32bit' 'libyami-devel' 'libyami-utils' 'libyami1' 'libyaml-cpp0_6' 'libyaml-devel' 'libyang-cpp-devel' 'libyang-cpp1' 'libyang-devel' 'libyang-doc' 'libyang-extentions' 'libyang1' 'libyara-devel' 'libyara3' 'libyate6' 'libyate6-debuginfo' 'libyaz-devel' 'libyaz-devel-32bit' 'libyaz5' 'libyaz5-32bit' 'libyder1_4' 'libyelp0' 'libykclient-devel' 'libykclient3' 'libykcs11-1' 'libykcs11-devel' 'libykpers-devel' 'libykpiv-devel' 'libykpiv1' 'libyubikey-devel' 'libyubikey-tools' 'libyui-devel' 'libyui-doc' 'libyui-ncurses-devel' 'libyui-ncurses-doc' 'libyui-ncurses-pkg-devel' 'libyui-ncurses-pkg-doc' 'libyui-ncurses-rest-api-devel' 'libyui-ncurses-rest-api11' 'libyui-ncurses-tools' 'libyui-qt-devel' 'libyui-qt-doc' 'libyui-qt-graph-devel' 'libyui-qt-graph-doc' 'libyui-qt-pkg-devel' 'libyui-qt-pkg-doc' 'libyui-qt-rest-api-devel' 'libyui-qt-rest-api11' 'libyui-rest-api-devel' 'libyui-rest-api11' 'libz3-4_8' 'libzapojit-0_0-0' 'libzapojit-devel' 'libzbar-devel' 'libzbar0-32bit' 'libzbarqt-devel' 'libzbarqt0' 'libzbarqt0-32bit' 'libzbc-5_8_5' 'libzbc-devel' 'libzbc-gui' 'libzbc-tools' 'libzck-devel' 'libzebra1' 'libzeitgeist-1_0-1' 'libzeitgeist-1_0-1-32bit' 'libzeitgeist-2_0-0' 'libzeitgeist-devel' 'libzen-devel' 'libzen0' 'libzen0-32bit' 'libzfs2' 'libzfs_core1' 'libzhuyin-1_1-data' 'libzhuyin-1_1-devel' 'libzhuyin13' 'libzhuyin13-32bit' 'libzhuyin7' 'libzimg2-32bit' 'libzinnia0' 'libzio-devel' 'libzio1-32bit' 'libzip-devel' 'libzip-tools' 'libzip5-32bit' 'libzipkin-cpp-opentracing0' 'libzita-convolver4-32bit' 'libzlui0_99' 'libzmf-devel' 'libzmf-devel-doc' 'libzmf-tools' 'libzmq5-32bit' 'libzn_poly-0_9' 'libzopfli-devel' 'libzopfli1' 'libzopflipng1' 'libzpool2' 'libzrtpcpp-devel' 'libzrtpcpp4' 'libzsolve0' 'libzstd-devel' 'libzstd-devel-static' 'libzvbi-chains0' 'libzvbi-chains0-32bit' 'libzvbi0-32bit' 'libzypp-devel' 'libzypp-devel-doc' 'libzypp-testsuite-tools' 'libzzip-0-13-32bit' 'lifelines' 'liferea' 'liferea-lang' 'light-locker' 'light-locker-lang' 'lightdm-gobject-devel' 'lightdm-gtk-greeter-branding-upstream' 'lightdm-gtk-greeter-settings' 'lightdm-gtk-greeter-settings-lang' 'lightdm-qt5-devel' 'lightdm-slick-greeter' 'lightdm-slick-greeter-branding-openSUSE' 'lightdm-slick-greeter-branding-upstream' 'lightdm-slick-greeter-lang' 'lightmediascanner' 'lightmediascanner-devel' 'lightsoff' 'lightsoff-lang' 'lightspark' 'lightspark' 'lightspark-debuginfo' 'lightspark-debugsource' 'lightspark-lang' 'lightspark-plugin' 'lightspark-plugin-debuginfo' 'lightstep-tracer-cpp-devel' 'lightstep-tracer-cpp-source' 'lighttpd' 'lighttpd-mod_authn_gssapi' 'lighttpd-mod_authn_ldap' 'lighttpd-mod_authn_mysql' 'lighttpd-mod_authn_pam' 'lighttpd-mod_authn_sasl' 'lighttpd-mod_cml' 'lighttpd-mod_magnet' 'lighttpd-mod_maxminddb' 'lighttpd-mod_mysql_vhost' 'lighttpd-mod_rrdtool' 'lighttpd-mod_trigger_b4_dl' 'lighttpd-mod_vhostdb_dbi' 'lighttpd-mod_vhostdb_ldap' 'lighttpd-mod_vhostdb_mysql' 'lighttpd-mod_vhostdb_pgsql' 'lighttpd-mod_webdav' 'lilo' 'lilv' 'lilypond' 'lilypond-century-schoolbook-l-fonts' 'lilypond-doc' 'lilypond-doc-cs' 'lilypond-doc-de' 'lilypond-doc-es' 'lilypond-doc-fr' 'lilypond-doc-hu' 'lilypond-doc-it' 'lilypond-doc-ja' 'lilypond-doc-nl' 'lilypond-doc-zh' 'lilypond-emmentaler-fonts' 'lilypond-fonts-common' 'limesuite' 'limesuite-devel' 'limesuite-udev' 'linbox-devel' 'link-grammar' 'link-grammar-devel' 'linkloop' 'links' 'linphone' 'linphone-cli' 'linssid' 'linux-atm' 'linux-atm-devel' 'linux-ftools' 'linux-libertine-fonts' 'linux32' 'linuxconsoletools' 'linuxptp' 'linuxrc' 'linuxrc-devtools' 'linuxsampler' 'linuxsampler' 'linuxsampler-debuginfo' 'linuxsampler-debugsource' 'linuxsampler-doc' 'liquidshell' 'liquidshell' 'liquidshell-debuginfo' 'liquidshell-debugsource' 'lirc-config' 'lirc-core' 'lirc-devel' 'lirc-disable-kernel-rc' 'lirc-drv-ftdi' 'lirc-tools-gui' 'listres' 'litetran' 'littleb-devel' 'littleb-examples' 'littlewizard' 'littlewizard-devel' 'littlewizard-examples' 'live-add-yast-repos' 'live-fat-stick' 'live-grub-stick' 'live-kiwi-hook' 'live-langset-data' 'live-net-installer' 'live-usb-gui' 'live555' 'live555-devel' 'liveMedia' 'liveMedia' 'liveMedia-debuginfo' 'liveMedia-debugsource' 'livedtd' 'lklug-fonts' 'lksctp-tools-devel' 'llcbench' 'lld' 'lld7' 'lld8' 'lld9' 'lldb' 'lldb-devel' 'lldb7' 'lldb7-devel' 'lldb8' 'lldb8-devel' 'lldb9' 'lldb9-devel' 'lldpd' 'lldpd-devel' 'llmnrd' 'llvm' 'llvm-LTO-devel' 'llvm-devel' 'llvm-gold' 'llvm-vim-plugins' 'llvm7' 'llvm7-LTO-devel' 'llvm7-LTO-devel-32bit' 'llvm7-devel' 'llvm7-devel-32bit' 'llvm7-gold' 'llvm7-opt-viewer' 'llvm7-polly' 'llvm7-polly-devel' 'llvm7-vim-plugins' 'llvm8' 'llvm8-LTO-devel' 'llvm8-LTO-devel-32bit' 'llvm8-devel' 'llvm8-devel-32bit' 'llvm8-gold' 'llvm8-opt-viewer' 'llvm8-polly' 'llvm8-polly-devel' 'llvm8-vim-plugins' 'llvm9' 'llvm9-LTO-devel' 'llvm9-LTO-devel-32bit' 'llvm9-devel' 'llvm9-devel-32bit' 'llvm9-doc' 'llvm9-gold' 'llvm9-opt-viewer' 'llvm9-polly' 'llvm9-polly-devel' 'llvm9-vim-plugins' 'lmarbles' 'lmdb' 'lmdb-devel' 'lmdbxx' 'lmdbxx-devel' 'lmms' 'lmms-devel' 'lmms-vst' 'lnav' 'lndir' 'loadlin' 'lockdev-devel' 'lodepng-devel' 'log4cplus-devel' 'log4cpp-devel' 'log4cpp-doc' 'log4j' 'log4j-javadoc' 'log4j-jcl' 'log4j-over-slf4j' 'log4j-slf4j' 'log4j12' 'log4j12-javadoc' 'log4j12-manual' 'log4j12-mini' 'log4net' 'logback' 'logback-access' 'logback-examples' 'logback-javadoc' 'logdigest' 'logstalgia' 'logtail' 'logtop' 'logwarn' 'logwarn-nagios-plugin' 'logwatch' 'lokalize' 'lokalize-lang' 'lollypop' 'lollypop-lang' 'lomoco' 'lomt-blackout-fonts' 'lomt-chunk-fonts' 'lomt-fanwood-fonts' 'lomt-goudybookletter-fonts' 'lomt-junction-fonts' 'lomt-knewave-fonts' 'lomt-leaguegothic-fonts' 'lomt-lindenhill-fonts' 'lomt-orbitron-fonts' 'lomt-ostrichsans-fonts' 'lomt-prociono-fonts' 'lomt-script1-fonts' 'lomt-sniglet-fonts' 'lomt-sortsmillgoudy-fonts' 'lonote' 'lookbook' 'loook' 'lostfeathers' 'loudmouth' 'loudmouth-debugsource' 'loudmouth-devel' 'loudmouth-doc' 'lout' 'love' 'love-0_7_2' 'lpairs' 'lpe' 'lpsolve' 'lpsolve-devel' 'lrslib' 'lrslib-devel' 'lsb' 'lsb-release' 'lsdvd' 'lshw' 'lshw-gui' 'lshw-lang' 'lskat' 'lskat-lang' 'lsp-plugins-doc' 'lsyncd' 'ltrace' 'ltrace-32bit' 'lttng-modules' 'lttng-modules-kmp-default' 'lttng-modules-kmp-pae' 'lttng-tools' 'lttng-tools-devel' 'lttng-ust-devel' 'lttng-ust-doc' 'ltxml' 'ltxml-devel' 'lua-Hamliblua' 'lua-genders' 'lua-libguestfs' 'lua-libprelude' 'lua-lmod' 'lua-lmod-doc' 'lua-macros' 'lua-rrdtool' 'lua51-BitOp' 'lua51-alt-getopt' 'lua51-argparse' 'lua51-busted' 'lua51-cliargs' 'lua51-compat-5.3' 'lua51-copas' 'lua51-coxpcall' 'lua51-devel' 'lua51-dkjson' 'lua51-doc' 'lua51-ldoc' 'lua51-lgi' 'lua51-lgi-doc' 'lua51-loadkit' 'lua51-lpeg' 'lua51-lpeg-doc' 'lua51-lua-ev' 'lua51-lua-ev-devel' 'lua51-luadbi' 'lua51-luaevent' 'lua51-luaexpat' 'lua51-luafilesystem' 'lua51-luaposix' 'lua51-luarocks' 'lua51-luasec' 'lua51-luasocket' 'lua51-luasocket-devel' 'lua51-luasql' 'lua51-luassert' 'lua51-luasystem' 'lua51-luaterm' 'lua51-luv-devel' 'lua51-markdown' 'lua51-mediator_lua' 'lua51-messagepack' 'lua51-moonscript' 'lua51-mpack' 'lua51-penlight' 'lua51-penlight-doc' 'lua51-say' 'lua51-zlib' 'lua53' 'lua53-alt-getopt' 'lua53-argparse' 'lua53-busted' 'lua53-cliargs' 'lua53-compat-5.3' 'lua53-copas' 'lua53-coxpcall' 'lua53-devel' 'lua53-dkjson' 'lua53-doc' 'lua53-editorconfig-core-lua' 'lua53-ldbus' 'lua53-ldoc' 'lua53-lgi' 'lua53-lgi-doc' 'lua53-loadkit' 'lua53-lpeg' 'lua53-lpeg-doc' 'lua53-lua-dbus' 'lua53-lua-ev' 'lua53-lua-ev-devel' 'lua53-lua-mpris' 'lua53-luadbi' 'lua53-luaevent' 'lua53-luaexpat' 'lua53-luafilesystem' 'lua53-luaposix' 'lua53-luarocks' 'lua53-luasec' 'lua53-luasocket' 'lua53-luasocket-devel' 'lua53-luasql' 'lua53-luassert' 'lua53-luasystem' 'lua53-luaterm' 'lua53-luv' 'lua53-luv-devel' 'lua53-markdown' 'lua53-mediator_lua' 'lua53-messagepack' 'lua53-moonscript' 'lua53-mpack' 'lua53-penlight' 'lua53-penlight-doc' 'lua53-say' 'lua53-zlib' 'luabind-devel' 'luaposix-doc' 'lucene++-devel' 'lucene-analyzers-common' 'lucene-analyzers-smartcn' 'lucene-analyzers-stempel' 'lucene-backward-codecs' 'lucene-classification' 'lucene-codecs' 'lucene-core' 'lucene-facet' 'lucene-grouping' 'lucene-highlighter' 'lucene-join' 'lucene-memory' 'lucene-misc' 'lucene-queries' 'lucene-queryparser' 'lucene-sandbox' 'lucene-spatial' 'lucene-spatial3d' 'luckybackup' 'luckybackup' 'luckybackup-debuginfo' 'luckybackup-debugsource' 'lugaru' 'lugaru-data' 'luminance-hdr' 'luminance-hdr' 'luminance-hdr-debuginfo' 'luminance-hdr-debugsource' 'luminance-hdr-doc' 'luminance-hdr-lang' 'lunar-calendar' 'lunar-calendar-devel' 'lunar-calendar-doc' 'lunar-calendar-gtk3-module' 'lunar-calendar-lang' 'lunar-date' 'lunar-date-devel' 'lunar-date-doc' 'lunar-date-lang' 'lutris' 'luvcview' 'lv' 'lv2' 'lv2-calf-debuginfo' 'lv2-devel' 'lv2-docs' 'lv2-examples' 'lv2-guitarix' 'lv2-linuxsampler' 'lv2-linuxsampler-debuginfo' 'lv2-swh-plugins' 'lv2-zam-plugins' 'lvm2-devel' 'lvm2-lockd' 'lvm2-testsuite' 'lxappearance' 'lxappearance-devel' 'lxappearance-lang' 'lxappearance-obconf' 'lxappearance-obconf-lang' 'lxc' 'lxc-bash-completion' 'lxde' 'lxde-common' 'lxde-common-branding-openSUSE' 'lxde-common-branding-upstream' 'lxdvdrip' 'lxdvdrip' 'lxdvdrip-debuginfo' 'lxdvdrip-debugsource' 'lximage-qt' 'lximage-qt-lang' 'lxinput' 'lxinput-lang' 'lxlauncher' 'lxmenu-data' 'lxpanel' 'lxpanel-devel' 'lxpanel-lang' 'lxqt' 'lxqt-about' 'lxqt-about-lang' 'lxqt-build-tools-devel' 'lxqt-config' 'lxqt-config-lang' 'lxqt-globalkeys' 'lxqt-globalkeys-devel' 'lxqt-globalkeys-lang' 'lxqt-notificationd' 'lxqt-notificationd-lang' 'lxqt-openssh-askpass' 'lxqt-openssh-askpass-lang' 'lxqt-panel' 'lxqt-panel-devel' 'lxqt-panel-lang' 'lxqt-policykit' 'lxqt-policykit-lang' 'lxqt-powermanagement' 'lxqt-powermanagement-lang' 'lxqt-qtplugin' 'lxqt-runner' 'lxqt-runner-lang' 'lxqt-session' 'lxqt-session-lang' 'lxqt-sudo' 'lxqt-sudo-lang' 'lxqt-theme-openSUSE-default' 'lxqt-theme-openSUSE-leaper' 'lxqt-theme-openSUSE-light' 'lxqt-themes' 'lxrandr' 'lxrandr-lang' 'lxsession' 'lxshortcut' 'lxtask' 'lxtask-lang' 'lxterminal' 'lxterminal-lang' 'lynis' 'lynx' 'lyx' 'lz4' 'lzfse' 'lzfse-devel' 'lzham_codec-devel' 'lzham_codec-libs' 'lzip' 'lziprecover' 'lzlib-devel' 'lzma-sdk-devel' 'lzo-devel' 'lzo-devel-32bit' 'lzo-devel-static' 'm17n-db' 'm17n-db-lang' 'm17n-lib' 'm17n-lib-devel' 'mISDNuser' 'mISDNuser-devel' 'mac' 'mac-debuginfo' 'mac-robber' 'macchanger' 'machinery' 'machinery-doc' 'macrofusion' 'madplay' 'madplay-lang' 'maelstrom' 'mail_server' 'mailcommon-devel' 'maildir-utils' 'mailgraph' 'mailimporter-devel' 'mailnag' 'mailnag-lang' 'mailprocessing' 'mailutils' 'mailutils-devel' 'mailutils-imap4d' 'mailutils-mh' 'mailutils-notify' 'mailutils-pop3d' 'mairix' 'makebootfat' 'makedepend' 'makedev' 'makeinfo' 'makeinfo4' 'makemkv' 'makemkv' 'makemkv-debugsource' 'makeself' 'makewhat' 'mako' 'malaga-suomi' 'mame' 'mame-data' 'mame-mess' 'mame-tools' 'man-pages-de' 'man-pages-de' 'man-pages-fr' 'man-pages-fr-extra' 'man-pages-ja' 'man-pages-zh_CN' 'manaplus' 'manaplus-lang' 'manchu-fonts' 'mandoc' 'mangler' 'manpageeditor' 'manufacturer-PPDs' 'marble-devel' 'marble-qt' 'marco' 'marco-devel' 'marco-lang' 'marco-themes' 'mariadb-bench' 'mariadb-connector-odbc' 'mariadb-galera' 'mariadb-java-client' 'mariadb-java-client-javadoc' 'mariadb-rpm-macros' 'mariadb-test' 'mariadb-tools' 'marisa' 'marisa-devel' 'massif-visualizer' 'massif-visualizer' 'massif-visualizer-debuginfo' 'massif-visualizer-debugsource' 'massif-visualizer-lang' 'mate' 'mate-applet-appmenu' 'mate-applet-dock' 'mate-applet-indicator' 'mate-applet-indicator-lang' 'mate-applet-sensors' 'mate-applet-sensors-devel' 'mate-applet-sensors-lang' 'mate-applet-softupd' 'mate-applet-softupd-lang' 'mate-applets' 'mate-applets-lang' 'mate-backgrounds' 'mate-backgrounds-lang' 'mate-calc' 'mate-calc-lang' 'mate-common' 'mate-control-center' 'mate-control-center-branding-openSUSE' 'mate-control-center-branding-upstream' 'mate-control-center-devel' 'mate-control-center-lang' 'mate-desktop' 'mate-desktop-devel' 'mate-desktop-gschemas' 'mate-desktop-gschemas-branding-openSUSE' 'mate-desktop-gschemas-branding-upstream' 'mate-desktop-lang' 'mate-dictionary' 'mate-disk-image-mounter' 'mate-disk-usage-analyzer' 'mate-eiciel' 'mate-eiciel-lang' 'mate-icon-theme' 'mate-icon-theme-faenza' 'mate-icon-theme-faenza-dark' 'mate-icon-theme-faenza-gray' 'mate-media' 'mate-media-lang' 'mate-menu' 'mate-menu-lang' 'mate-menus' 'mate-menus-branding-openSUSE' 'mate-menus-branding-upstream' 'mate-menus-devel' 'mate-menus-lang' 'mate-netbook' 'mate-netbook-lang' 'mate-notification-daemon' 'mate-notification-daemon-lang' 'mate-panel' 'mate-panel-branding-openSUSE' 'mate-panel-branding-upstream' 'mate-panel-devel' 'mate-panel-lang' 'mate-polkit' 'mate-polkit-lang' 'mate-power-manager' 'mate-power-manager-lang' 'mate-screensaver' 'mate-screensaver-devel' 'mate-screensaver-lang' 'mate-screenshot' 'mate-search-tool' 'mate-session-manager' 'mate-session-manager-branding-openSUSE' 'mate-session-manager-branding-upstream' 'mate-session-manager-gschemas' 'mate-session-manager-lang' 'mate-settings-daemon' 'mate-settings-daemon-devel' 'mate-settings-daemon-lang' 'mate-system-log' 'mate-system-monitor' 'mate-system-monitor-lang' 'mate-terminal' 'mate-terminal-lang' 'mate-themes' 'mate-tweak' 'mate-tweak-lang' 'mate-user-guide' 'mate-user-guide-lang' 'mate-user-share' 'mate-user-share-lang' 'mate-utils-common-lang' 'matekbd-common' 'materia-gtk-theme' 'materia-kde' 'materia-kde-decoration' 'materia-kde-konsole' 'materia-kde-kvantum' 'materia-kde-style' 'materia-kde-yakuake' 'mateweather-common' 'mathgl-cgi' 'mathgl-devel' 'mathgl-devel-static' 'mathgl-doc' 'mathgl-doc-pdf' 'mathgl-doc-ru' 'mathgl-examples' 'mathgl-fonts' 'mathgl-lang' 'mathgl-lua' 'mathgl-tex' 'mathgl-tex-doc' 'mathgl-tools' 'mathjax' 'mathjax-ams-fonts' 'mathjax-caligraphic-fonts' 'mathjax-fraktur-fonts' 'mathjax-main-fonts' 'mathjax-math-fonts' 'mathjax-sansserif-fonts' 'mathjax-script-fonts' 'mathjax-size1-fonts' 'mathjax-size2-fonts' 'mathjax-size3-fonts' 'mathjax-size4-fonts' 'mathjax-typewriter-fonts' 'mathjax-winchrome-fonts' 'mathjax-winie6-fonts' 'mathml-dtd' 'mathomatic' 'mathomatic-devel' 'matio-tools' 'matomo' 'matrix-quaternion' 'matrix-quaternion-lang' 'matrix-synapse' 'matthewlib-java' 'matthewlib-java-javadoc' 'mautrix-telegram-server' 'maven' 'maven-ant-plugin' 'maven-ant-plugin-javadoc' 'maven-antrun-plugin' 'maven-antrun-plugin-javadoc' 'maven-archetype' 'maven-archetype-catalog' 'maven-archetype-common' 'maven-archetype-descriptor' 'maven-archetype-javadoc' 'maven-archetype-packaging' 'maven-archetype-plugin' 'maven-archiver' 'maven-archiver-javadoc' 'maven-artifact' 'maven-artifact-manager' 'maven-artifact-resolver' 'maven-artifact-resolver-javadoc' 'maven-artifact-transfer' 'maven-artifact-transfer-javadoc' 'maven-assembly-plugin' 'maven-assembly-plugin-javadoc' 'maven-checkstyle-plugin' 'maven-checkstyle-plugin-javadoc' 'maven-clean-plugin' 'maven-clean-plugin-javadoc' 'maven-common-artifact-filters' 'maven-common-artifact-filters-javadoc' 'maven-compiler-plugin' 'maven-compiler-plugin-javadoc' 'maven-dependency-analyzer' 'maven-dependency-analyzer-javadoc' 'maven-dependency-plugin' 'maven-dependency-plugin-javadoc' 'maven-dependency-tree' 'maven-dependency-tree-javadoc' 'maven-deploy-plugin' 'maven-deploy-plugin-javadoc' 'maven-doxia-core' 'maven-doxia-javadoc' 'maven-doxia-logging-api' 'maven-doxia-module-apt' 'maven-doxia-module-confluence' 'maven-doxia-module-docbook-simple' 'maven-doxia-module-fml' 'maven-doxia-module-fo' 'maven-doxia-module-latex' 'maven-doxia-module-rtf' 'maven-doxia-module-twiki' 'maven-doxia-module-xdoc' 'maven-doxia-module-xhtml' 'maven-doxia-module-xhtml5' 'maven-doxia-sink-api' 'maven-doxia-sitetools' 'maven-doxia-sitetools-javadoc' 'maven-doxia-test-docs' 'maven-enforcer' 'maven-enforcer-api' 'maven-enforcer-javadoc' 'maven-enforcer-plugin' 'maven-enforcer-rules' 'maven-failsafe-plugin' 'maven-file-management' 'maven-file-management-javadoc' 'maven-filtering' 'maven-filtering-javadoc' 'maven-install-plugin' 'maven-install-plugin-javadoc' 'maven-invoker' 'maven-invoker-javadoc' 'maven-invoker-plugin' 'maven-invoker-plugin-javadoc' 'maven-jar-plugin' 'maven-jar-plugin-javadoc' 'maven-jarsigner-plugin' 'maven-jarsigner-plugin-javadoc' 'maven-javadoc' 'maven-javadoc-plugin' 'maven-javadoc-plugin-javadoc' 'maven-jaxb2-plugin' 'maven-jlink-plugin' 'maven-jlink-plugin-javadoc' 'maven-jmod-plugin' 'maven-jmod-plugin-javadoc' 'maven-lib' 'maven-local' 'maven-mapping' 'maven-mapping-javadoc' 'maven-model' 'maven-monitor' 'maven-native' 'maven-native-components' 'maven-native-javadoc' 'maven-osgi' 'maven-osgi-javadoc' 'maven-parent' 'maven-plugin-annotations' 'maven-plugin-build-helper' 'maven-plugin-build-helper-javadoc' 'maven-plugin-bundle' 'maven-plugin-bundle-javadoc' 'maven-plugin-descriptor' 'maven-plugin-plugin' 'maven-plugin-plugin-javadoc' 'maven-plugin-registry' 'maven-plugin-testing' 'maven-plugin-testing-harness' 'maven-plugin-testing-javadoc' 'maven-plugin-testing-tools' 'maven-plugin-tools-annotations' 'maven-plugin-tools-ant' 'maven-plugin-tools-api' 'maven-plugin-tools-beanshell' 'maven-plugin-tools-generators' 'maven-plugin-tools-java' 'maven-plugin-tools-javadoc' 'maven-plugin-tools-model' 'maven-plugins-pom' 'maven-profile' 'maven-project' 'maven-remote-resources-plugin' 'maven-remote-resources-plugin-javadoc' 'maven-reporting-api' 'maven-reporting-api-javadoc' 'maven-reporting-exec' 'maven-reporting-exec-javadoc' 'maven-reporting-impl' 'maven-reporting-impl-javadoc' 'maven-resolver' 'maven-resolver-api' 'maven-resolver-connector-basic' 'maven-resolver-impl' 'maven-resolver-javadoc' 'maven-resolver-spi' 'maven-resolver-test-util' 'maven-resolver-transport-classpath' 'maven-resolver-transport-file' 'maven-resolver-transport-http' 'maven-resolver-transport-wagon' 'maven-resolver-util' 'maven-resources-plugin' 'maven-resources-plugin-javadoc' 'maven-scm' 'maven-scm-javadoc' 'maven-scm-test' 'maven-script-ant' 'maven-script-beanshell' 'maven-script-interpreter' 'maven-script-interpreter-javadoc' 'maven-settings' 'maven-shade-plugin' 'maven-shade-plugin-javadoc' 'maven-shared' 'maven-shared-incremental' 'maven-shared-incremental-javadoc' 'maven-shared-io' 'maven-shared-io-javadoc' 'maven-shared-jarsigner' 'maven-shared-jarsigner-javadoc' 'maven-shared-utils' 'maven-shared-utils-javadoc' 'maven-source-plugin' 'maven-source-plugin-javadoc' 'maven-surefire' 'maven-surefire-javadoc' 'maven-surefire-plugin' 'maven-surefire-plugins-javadoc' 'maven-surefire-provider-junit' 'maven-surefire-provider-junit5' 'maven-surefire-provider-junit5-javadoc' 'maven-surefire-provider-testng' 'maven-surefire-report-parser' 'maven-surefire-report-plugin' 'maven-test-tools' 'maven-toolchain' 'maven-verifier' 'maven-verifier-javadoc' 'maven-wagon-file' 'maven-wagon-ftp' 'maven-wagon-http' 'maven-wagon-http-lightweight' 'maven-wagon-http-shared' 'maven-wagon-javadoc' 'maven-wagon-provider-api' 'maven-wagon-ssh' 'maven-wagon-ssh-common' 'maven-wagon-ssh-external' 'maven-war-plugin' 'maven-war-plugin-javadoc' 'maven2-javadoc' 'mawk' 'maxima' 'maxima-exec-clisp' 'maxima-lang-de-utf8' 'maxima-lang-es-utf8' 'maxima-lang-pt-utf8' 'maxima-lang-pt_BR-utf8' 'maxima-xmaxima' 'mayavi' 'mayavi-doc' 'mayavi-jupyter' 'mbedtls-devel' 'mbrola' 'mbrola' 'mbrola-de1' 'mbrola-de1' 'mbrola-de2' 'mbrola-de2' 'mbrola-de3' 'mbrola-de3' 'mbrola-de4' 'mbrola-de4' 'mbrola-de5' 'mbrola-de5' 'mbrola-de6' 'mbrola-de6' 'mbrola-de7' 'mbrola-de7' 'mbrola-de8' 'mbrola-de8' 'mbrola-debuginfo' 'mbrola-debugsource' 'mbuffer' 'mc' 'mc-lang' 'mcabber' 'mcabber-devel' 'mccs' 'mcds' 'mchange-commons' 'mchange-commons-javadoc' 'mcjoin' 'mcpp' 'mcpp-devel' 'mcs' 'mcs-debuginfo' 'mcstrans' 'mdbtools' 'mdbtools-devel' 'mdds-1_4-devel' 'mdds-1_5-devel' 'mdf2iso' 'mdf2iso' 'mdf2iso-debuginfo' 'mdf2iso-debugsource' 'mdtest' 'meabo' 'meanwhile-devel' 'meanwhile-doc' 'med' 'med' 'med-debuginfo' 'med-debugsource' 'med-devel' 'med-tools' 'med-tools-doc' 'mediainfo' 'mediainfo-gui' 'mediastreamer2' 'mediastreamer2-devel' 'mediastreamer2-doc' 'mediatomb' 'mediatomb' 'mediatomb-debuginfo' 'mediatomb-debugsource' 'mediatomb-mysql' 'mediatomb-mysql-debuginfo' 'mediatomb-sqlite' 'mediatomb-sqlite-debuginfo' 'mednafen' 'mednafen-doc' 'mednafen-lang' 'mednafen-server' 'meep' 'meep-devel' 'megaglest' 'megaglest-data' 'megatools' 'meld' 'meld-lang' 'melody' 'melody-lang' 'memcached-devel' 'memkind' 'memkind-devel' 'memory-constraints' 'memphis-devel' 'memprof' 'memprof-lang' 'memtest86+' 'menu-cache' 'menu-cache-devel' 'menulibre' 'mercurial' 'mercurial-lang' 'merkaartor' 'merkaartor' 'meslo-lg-fonts' 'meson' 'meson-test' 'meson-tools' 'meson-vim' 'messagelib-devel' 'metacity' 'metacity-devel' 'metacity-lang' 'metacity-theme-adapta' 'metacity-theme-plata' 'metacity-tools' 'metallb-controller' 'metallb-k8s-yaml' 'metallb-speaker' 'metamath' 'metamath-book' 'metamath-data' 'metatheme-adapta-common' 'metatheme-ambiance-common' 'metatheme-ambiant-mate-common' 'metatheme-arc-common' 'metatheme-bluebird-common' 'metatheme-e17gtk-common' 'metatheme-elementary-common' 'metatheme-greybird-common' 'metatheme-mint-common' 'metatheme-numix-common' 'metatheme-paper-common' 'metatheme-plata-common' 'metatheme-radiance-common' 'metatheme-radiant-mate-common' 'metatheme-sonar-common' 'metatheme-vertex-common' 'metatheme-yaru-common' 'metatheme-yuyo-common' 'meteo' 'meteo-lang' 'meterbridge' 'metis' 'metis-devel' 'metis-doc' 'metis-examples' 'metis-gnu-hpc' 'metis-gnu-hpc-devel' 'metis-gnu-hpc-doc' 'metis-gnu-hpc-examples' 'metis_5_1_0-gnu-hpc' 'metis_5_1_0-gnu-hpc-devel' 'metis_5_1_0-gnu-hpc-doc' 'metis_5_1_0-gnu-hpc-examples' 'metronome' 'metronome-lang' 'mfoc' 'mfsm' 'mftrace' 'mgdiff' 'mgetty' 'mgopen-fonts' 'mgp' 'mhash-devel' 'mhvtl' 'mhvtl-kmp-default' 'mhvtl-kmp-pae' 'miam-player' 'miam-player' 'miam-player-debuginfo' 'miam-player-debugsource' 'miao-fonts' 'microdnf' 'microos-tools' 'microos_apparmor' 'microos_base' 'microos_cloud' 'microos_gnome_desktop' 'microos_hardware' 'microos_ima_evm' 'microos_kde_desktop' 'microos_sssd_ldap' 'midori' 'midori-devel' 'midori-lang' 'mii-tool' 'mii-tool' 'mii-tool-debuginfo' 'mii-tool-debugsource' 'mikachan-fonts' 'miller' 'miltertest' 'mimic' 'mimic-devel' 'minder' 'minder-lang' 'mined' 'minetest' 'minetest-data' 'minetest-game' 'minetest-lang' 'minetestserver' 'mingetty' 'mingw32-binutils' 'mingw32-binutils-debug' 'mingw32-binutils-devel' 'mingw32-cpp' 'mingw32-cross-binutils' 'mingw32-cross-breakpad-tools' 'mingw32-cross-cpp' 'mingw32-cross-cpp-bootstrap' 'mingw32-cross-gcc' 'mingw32-cross-gcc-bootstrap' 'mingw32-cross-gcc-c++' 'mingw32-cross-gcc-fortran' 'mingw32-cross-gcc-objc' 'mingw32-cross-pkgconf' 'mingw32-filesystem' 'mingw32-filesystem' 'mingw32-gcc' 'mingw32-gcc-c++' 'mingw32-gcc-debug' 'mingw32-gcc-fortran' 'mingw32-gcc-objc' 'mingw32-gmp-debug' 'mingw32-gmp-devel' 'mingw32-headers' 'mingw32-headers-dummy-pthread' 'mingw32-libatomic1' 'mingw32-libgcc_s_sjlj1' 'mingw32-libgfortran5' 'mingw32-libgmp10' 'mingw32-libgmpxx4' 'mingw32-libgomp1' 'mingw32-libminizip1' 'mingw32-libmpc3' 'mingw32-libmpfr4' 'mingw32-libobjc4' 'mingw32-libquadmath0' 'mingw32-libssp0' 'mingw32-libstdc++6' 'mingw32-libwinpthread1' 'mingw32-libz' 'mingw32-minizip-devel' 'mingw32-mpc-debug' 'mingw32-mpc-devel' 'mingw32-mpfr-debug' 'mingw32-mpfr-devel' 'mingw32-pkgconf' 'mingw32-pkgconf-debug' 'mingw32-runtime' 'mingw32-winpthreads-debug' 'mingw32-winpthreads-devel' 'mingw32-zlib-debug' 'mingw32-zlib-devel' 'mingw32-zlib1' 'mingw64-binutils' 'mingw64-binutils-debug' 'mingw64-binutils-devel' 'mingw64-cpp' 'mingw64-cross-binutils' 'mingw64-cross-breakpad-tools' 'mingw64-cross-cpp' 'mingw64-cross-cpp-bootstrap' 'mingw64-cross-gcc' 'mingw64-cross-gcc-bootstrap' 'mingw64-cross-gcc-c++' 'mingw64-cross-gcc-fortran' 'mingw64-cross-gcc-objc' 'mingw64-cross-pkgconf' 'mingw64-filesystem' 'mingw64-gcc' 'mingw64-gcc-c++' 'mingw64-gcc-debug' 'mingw64-gcc-fortran' 'mingw64-gcc-objc' 'mingw64-gmp-debug' 'mingw64-gmp-devel' 'mingw64-headers' 'mingw64-headers-dummy-pthread' 'mingw64-libatomic1' 'mingw64-libgcc_s_seh1' 'mingw64-libgfortran5' 'mingw64-libgmp10' 'mingw64-libgmpxx4' 'mingw64-libgomp1' 'mingw64-libminizip1' 'mingw64-libmpc3' 'mingw64-libmpfr4' 'mingw64-libobjc4' 'mingw64-libquadmath0' 'mingw64-libssp0' 'mingw64-libstdc++6' 'mingw64-libwinpthread1' 'mingw64-libz' 'mingw64-minizip-devel' 'mingw64-mpc-debug' 'mingw64-mpc-devel' 'mingw64-mpfr-debug' 'mingw64-mpfr-devel' 'mingw64-pkgconf' 'mingw64-pkgconf-debug' 'mingw64-runtime' 'mingw64-winpthreads-debug' 'mingw64-winpthreads-devel' 'mingw64-zlib-debug' 'mingw64-zlib-devel' 'mingw64-zlib1' 'mingzat-fonts' 'minicom' 'minicom-lang' 'minidlna' 'minigalaxy' 'minikube' 'minimodem' 'mininet' 'mininews' 'minisat' 'minisat-devel' 'minitube' 'minitube-lang' 'miniupnpc' 'minizip-devel' 'minlog' 'minlog-javadoc' 'minuet' 'minuet-devel' 'minuet-lang' 'mipv6d' 'miredo-client' 'miredo-common' 'miredo-devel' 'miredo-server' 'mirisdr' 'mirisdr-udev' 'mirovideoconverter' 'mirovideoconverter' 'mirror' 'mirror-registry' 'mirrormagic' 'mjpg-streamer' 'mk-configure' 'mk-configure-doc' 'mkcomposecache' 'mkdud' 'mkelfImage' 'mkl-dnn-devel' 'mkl-dnn-doc' 'mkosi' 'mksh' 'mksusecd' 'mktorrent' 'mkvtoolnix' 'mkvtoolnix-gui' 'mlmmj' 'mlocate' 'mlocate-lang' 'mlterm' 'mlterm-canna' 'mlterm-ibus' 'mlterm-m17n' 'mlterm-scim' 'mlterm-uim' 'mlterm-wnn' 'mm-common' 'mm-common-docs' 'mmc-utils' 'mmdblookup' 'mmv' 'moarvm' 'moarvm-devel' 'mobidict' 'mobipocket-devel' 'moc' 'mockito' 'mockito-javadoc' 'modello' 'modello-javadoc' 'modello-maven-plugin' 'modello-maven-plugin-javadoc' 'modem-manager-gui' 'modem-manager-gui-lang' 'modsecurity' 'modsecurity-devel' 'modulemd-validator' 'moe' 'mojave-gtk-theme' 'mojo-executor' 'mojo-executor-javadoc' 'mojo-parent' 'moka-icon-theme' 'mokutil' 'molsketch' 'molsketch-devel' 'molsketch-doc' 'monapo-fonts' 'moneyplex-daten' 'moneyplex-suse' 'mongolian-fonts' 'monitoring-plugins' 'monitoring-plugins-all' 'monitoring-plugins-apcupsd' 'monitoring-plugins-bind' 'monitoring-plugins-bind9' 'monitoring-plugins-bl' 'monitoring-plugins-bonding' 'monitoring-plugins-breeze' 'monitoring-plugins-by_ssh' 'monitoring-plugins-clamav' 'monitoring-plugins-cluster' 'monitoring-plugins-common' 'monitoring-plugins-contentage' 'monitoring-plugins-count_file' 'monitoring-plugins-cups' 'monitoring-plugins-dbi' 'monitoring-plugins-dbi-mysql' 'monitoring-plugins-dbi-pgsql' 'monitoring-plugins-dbi-sqlite3' 'monitoring-plugins-dhcp' 'monitoring-plugins-dig' 'monitoring-plugins-disk' 'monitoring-plugins-disk_smb' 'monitoring-plugins-dns' 'monitoring-plugins-dns.pl' 'monitoring-plugins-drbd9' 'monitoring-plugins-dummy' 'monitoring-plugins-extras' 'monitoring-plugins-fail2ban' 'monitoring-plugins-file_age' 'monitoring-plugins-flexlm' 'monitoring-plugins-fping' 'monitoring-plugins-haproxy' 'monitoring-plugins-hpjd' 'monitoring-plugins-http' 'monitoring-plugins-icmp' 'monitoring-plugins-ide_smart' 'monitoring-plugins-ifoperstatus' 'monitoring-plugins-ifstatus' 'monitoring-plugins-ipmi-sensor1' 'monitoring-plugins-ircd' 'monitoring-plugins-keepalived' 'monitoring-plugins-ldap' 'monitoring-plugins-load' 'monitoring-plugins-log' 'monitoring-plugins-mailq' 'monitoring-plugins-mailstat' 'monitoring-plugins-mem' 'monitoring-plugins-metadata' 'monitoring-plugins-mrtg' 'monitoring-plugins-mrtgtraf' 'monitoring-plugins-mysql' 'monitoring-plugins-mysql_health' 'monitoring-plugins-nagios' 'monitoring-plugins-nis' 'monitoring-plugins-nrpe' 'monitoring-plugins-nt' 'monitoring-plugins-ntp_peer' 'monitoring-plugins-ntp_time' 'monitoring-plugins-nwc_health' 'monitoring-plugins-nwstat' 'monitoring-plugins-openvpn' 'monitoring-plugins-oracle' 'monitoring-plugins-overcr' 'monitoring-plugins-pgsql' 'monitoring-plugins-ping' 'monitoring-plugins-postgres' 'monitoring-plugins-procs' 'monitoring-plugins-qlogic_sanbox' 'monitoring-plugins-radius' 'monitoring-plugins-real' 'monitoring-plugins-repomd' 'monitoring-plugins-rpc' 'monitoring-plugins-rsync' 'monitoring-plugins-sar-perf' 'monitoring-plugins-sensors' 'monitoring-plugins-sentry3' 'monitoring-plugins-sip' 'monitoring-plugins-smart' 'monitoring-plugins-smtp' 'monitoring-plugins-snmp' 'monitoring-plugins-ssh' 'monitoring-plugins-swap' 'monitoring-plugins-tcp' 'monitoring-plugins-tftp' 'monitoring-plugins-time' 'monitoring-plugins-traffic_limit' 'monitoring-plugins-ups' 'monitoring-plugins-users' 'monitoring-plugins-wave' 'monitoring-plugins-zypper' 'mono-addins' 'mono-addins-devel' 'mono-addins-msbuild' 'mono-basic' 'mono-complete' 'mono-core' 'mono-data' 'mono-data-oracle' 'mono-data-sqlite' 'mono-devel' 'mono-extras' 'mono-libkolabxml1' 'mono-locale-extras' 'mono-mvc' 'mono-reactive' 'mono-wcf' 'mono-web' 'mono-winforms' 'mono-winfxcore' 'mono-zeroconf' 'mono-zeroconf-devel' 'mono-zeroconf-doc' 'mono-zeroconf-provider-avahi' 'monodoc-core' 'monteverdi' 'moodbar' 'moodbar' 'moodbar-debuginfo' 'moodbar-debugsource' 'moodbar-devel' 'moonjit' 'moonjit-devel' 'mopac7' 'moreutils' 'moreutils-parallel' 'morfologik-stemming' 'morfologik-stemming-javadoc' 'morris' 'mosh' 'mosquitto' 'mosquitto-clients' 'mosquitto-devel' 'most' 'motif' 'motif-devel' 'motif-devel-32bit' 'motion' 'motoya-lcedar-fonts' 'motoya-lmaru-fonts' 'motv' 'mousepad' 'mousepad-lang' 'mousetweaks' 'mousetweaks-lang' 'moviethumbnailer' 'moviethumbnailer' 'movit-devel' 'mozaddon-devel' 'mozc' 'mozc-gui-tools' 'mozilla-jss' 'mozilla-jss-javadoc' 'mozilla-nspr-devel' 'mozilla-nss-devel' 'mozilla-nss-sysinit' 'mozilla-nss-sysinit-32bit' 'mozilla-nss-tools' 'mozjs38' 'mozjs38-devel' 'mozjs52' 'mozjs52-devel' 'mozjs60' 'mozjs60-devel' 'mozldap-devel' 'mozldap-libs' 'mozldap-tools' 'mozo' 'mozo-lang' 'mp' 'mp-gtk3' 'mp3_check' 'mp3blaster' 'mp3blaster' 'mp3blaster-debuginfo' 'mp3blaster-debugsource' 'mp3diags' 'mp3diags' 'mp3diags-debuginfo' 'mp3diags-debugsource' 'mp3diags-lang' 'mp3diags-unstable' 'mp3diags-unstable' 'mp3diags-unstable-debuginfo' 'mp3diags-unstable-debugsource' 'mp3info' 'mp3info' 'mp3info-debuginfo' 'mp3info-debugsource' 'mp3splt' 'mp3splt' 'mp3splt-debuginfo' 'mp3splt-debugsource' 'mp3splt-gtk' 'mp3splt-gtk' 'mp3splt-gtk-debuginfo' 'mp3splt-gtk-debugsource' 'mp3val' 'mp3val' 'mp3val-debuginfo' 'mp3val-debugsource' 'mp3wrap' 'mp3wrap' 'mp3wrap-debuginfo' 'mp3wrap-debugsource' 'mp4als' 'mp4als' 'mp4als-debuginfo' 'mp4als-debugsource' 'mpDris2' 'mpDris2-lang' 'mpark-variant' 'mpark-variant-devel' 'mpc-devel' 'mpc-devel-32bit' 'mpc-qt' 'mpclient' 'mpeg2dec' 'mpeg2demux' 'mpeg2demux-debuginfo' 'mpeg4ip' 'mpeg4ip' 'mpeg4ip-debuginfo' 'mpeg4ip-debugsource' 'mpfc' 'mpfc' 'mpfc-debuginfo' 'mpfc-debugsource' 'mpfi-devel' 'mpfr-devel' 'mpfr-devel-32bit' 'mpg123' 'mpg123-devel' 'mpg123-devel-32bit' 'mpg123-jack-32bit' 'mpg123-openal-32bit' 'mpg123-portaudio' 'mpg123-portaudio-32bit' 'mpg123-pulse-32bit' 'mpg123-sdl' 'mpg123-sdl-32bit' 'mpgtx' 'mpgtx' 'mpgtx-debugsource' 'mpi-selector' 'mpiP-gnu-mpich-hpc' 'mpiP-gnu-mpich-hpc-doc' 'mpiP-gnu-mvapich2-hpc' 'mpiP-gnu-mvapich2-hpc-doc' 'mpiP-gnu-openmpi1-hpc' 'mpiP-gnu-openmpi1-hpc-doc' 'mpiP-gnu-openmpi2-hpc' 'mpiP-gnu-openmpi2-hpc-doc' 'mpiP-gnu-openmpi3-hpc' 'mpiP-gnu-openmpi3-hpc-doc' 'mpiP_3_4_1-gnu-mpich-hpc' 'mpiP_3_4_1-gnu-mpich-hpc-devel-static' 'mpiP_3_4_1-gnu-mpich-hpc-doc' 'mpiP_3_4_1-gnu-mvapich2-hpc' 'mpiP_3_4_1-gnu-mvapich2-hpc-devel-static' 'mpiP_3_4_1-gnu-mvapich2-hpc-doc' 'mpiP_3_4_1-gnu-openmpi1-hpc' 'mpiP_3_4_1-gnu-openmpi1-hpc-devel-static' 'mpiP_3_4_1-gnu-openmpi1-hpc-doc' 'mpiP_3_4_1-gnu-openmpi2-hpc' 'mpiP_3_4_1-gnu-openmpi2-hpc-devel-static' 'mpiP_3_4_1-gnu-openmpi2-hpc-doc' 'mpiP_3_4_1-gnu-openmpi3-hpc' 'mpiP_3_4_1-gnu-openmpi3-hpc-devel-static' 'mpiP_3_4_1-gnu-openmpi3-hpc-doc' 'mpibash' 'mpibash-examples' 'mpich' 'mpich-devel' 'mpich-gnu-hpc' 'mpich-gnu-hpc-devel' 'mpich-gnu-hpc-devel-static' 'mpich-gnu-hpc-macros-devel' 'mpich-ofi' 'mpich-ofi-devel' 'mpich-ofi-gnu-hpc' 'mpich-ofi-gnu-hpc-devel' 'mpich-ofi-gnu-hpc-devel-static' 'mpich-ofi-gnu-hpc-macros-devel' 'mpich-ofi_3_3_2-gnu-hpc' 'mpich-ofi_3_3_2-gnu-hpc-devel' 'mpich-ofi_3_3_2-gnu-hpc-devel-static' 'mpich-ofi_3_3_2-gnu-hpc-macros-devel' 'mpich_3_3_2-gnu-hpc' 'mpich_3_3_2-gnu-hpc-devel' 'mpich_3_3_2-gnu-hpc-devel-static' 'mpich_3_3_2-gnu-hpc-macros-devel' 'mpitests' 'mpitests-mpich' 'mpitests-mpich-gnu-hpc' 'mpitests-mpich-ofi' 'mpitests-mpich-ofi-gnu-hpc' 'mpitests-mvapich2' 'mpitests-mvapich2-gnu-hpc' 'mpitests-mvapich2-psm' 'mpitests-mvapich2-psm-gnu-hpc' 'mpitests-mvapich2-psm2' 'mpitests-mvapich2-psm2-gnu-hpc' 'mpitests-openmpi1' 'mpitests-openmpi1-gnu-hpc' 'mpitests-openmpi2' 'mpitests-openmpi2-gnu-hpc' 'mpitests-openmpi3' 'mpitests-openmpi3-gnu-hpc' 'mpitests-openmpi4' 'mpitests-openmpi4-gnu-hpc' 'mplus-fonts' 'mppenc' 'mppenc' 'mppenc-debuginfo' 'mppenc-debugsource' 'mpt-firmware' 'mpv-devel' 'mpv-plugin-mpris' 'mr' 'mraa' 'mraa-devel' 'mraa-examples' 'mrboom' 'mrouted' 'mrrescue' 'mrsh' 'mrsh-rsh-compat' 'mrsh-rsh-server-compat' 'mrsh-server' 'ms-sys' 'ms-sys' 'ms-sys-debuginfo' 'ms-sys-debugsource' 'mscgen' 'msgpack-devel' 'msitools' 'msitools-devel' 'msitools-lang' 'msmtp' 'msmtp-doc' 'msmtp-mta' 'msoak' 'mspack-examples' 'msr-tools' 'mstflint' 'msv-demo' 'msv-javadoc' 'msv-manual' 'msv-msv' 'msv-rngconv' 'msv-xmlgen' 'msv-xsdlib' 'mt-st' 'mtd-utils' 'mtdev' 'mtdev-devel' 'mtools-doc' 'mtp-tools' 'mtpaint' 'mtpaint-handbook' 'mtpaint-lang' 'mtpfs' 'mtpfs' 'mtpfs-debuginfo' 'mtpfs-debugsource' 'mtr' 'mtr-gtk' 'mtree' 'mtx' 'mtxclient' 'mtxclient-devel' 'mtxclient-doc' 'mu4e' 'muffin' 'muffin-devel' 'muffin-lang' 'mugshot' 'multimon-ng' 'multipath-tools-devel' 'multitail' 'multiverse' 'multiverse-javadoc' 'multus' 'multus-k8s-yaml' 'mumble' 'mumble-32bit' 'mumble-server' 'mumps-devel' 'mumps-devel-static' 'mumps-doc' 'mumps-examples' 'mumps-gnu-mpich-hpc-devel' 'mumps-gnu-mpich-hpc-doc' 'mumps-gnu-mpich-hpc-examples' 'mumps-gnu-mvapich2-hpc-devel' 'mumps-gnu-mvapich2-hpc-doc' 'mumps-gnu-mvapich2-hpc-examples' 'mumps-gnu-openmpi1-hpc-devel' 'mumps-gnu-openmpi1-hpc-doc' 'mumps-gnu-openmpi1-hpc-examples' 'mumps-gnu-openmpi2-hpc-devel' 'mumps-gnu-openmpi2-hpc-doc' 'mumps-gnu-openmpi2-hpc-examples' 'mumps-gnu-openmpi3-hpc-devel' 'mumps-gnu-openmpi3-hpc-doc' 'mumps-gnu-openmpi3-hpc-examples' 'mumps-mvapich2-5-compat' 'mumps-mvapich2-devel' 'mumps-mvapich2-devel-static' 'mumps-mvapich2-devel-static-compat' 'mumps-mvapich2-examples' 'mumps-openmpi1-5-compat' 'mumps-openmpi1-devel' 'mumps-openmpi1-devel-static' 'mumps-openmpi1-devel-static-compat' 'mumps-openmpi1-examples' 'mumps-openmpi2-5-compat' 'mumps-openmpi2-devel' 'mumps-openmpi2-devel-static' 'mumps-openmpi2-devel-static-compat' 'mumps-openmpi2-examples' 'mumps-openmpi3-5-compat' 'mumps-openmpi3-devel' 'mumps-openmpi3-devel-static' 'mumps-openmpi3-devel-static-compat' 'mumps-openmpi3-examples' 'mumps-ptscotch-openmpi1-5-compat' 'mumps-ptscotch-openmpi1-devel' 'mumps-ptscotch-openmpi1-devel-static' 'mumps-ptscotch-openmpi1-devel-static-compat' 'mumps-ptscotch-openmpi1-examples' 'mumps-ptscotch-openmpi2-5-compat' 'mumps-ptscotch-openmpi2-devel' 'mumps-ptscotch-openmpi2-devel-static' 'mumps-ptscotch-openmpi2-devel-static-compat' 'mumps-ptscotch-openmpi2-examples' 'mumps-scotch-devel' 'mumps-scotch-devel-static' 'mumps-scotch-examples' 'mumps_5_2_1-gnu-mpich-hpc-devel' 'mumps_5_2_1-gnu-mpich-hpc-devel-static' 'mumps_5_2_1-gnu-mpich-hpc-doc' 'mumps_5_2_1-gnu-mpich-hpc-examples' 'mumps_5_2_1-gnu-mvapich2-hpc-devel' 'mumps_5_2_1-gnu-mvapich2-hpc-devel-static' 'mumps_5_2_1-gnu-mvapich2-hpc-doc' 'mumps_5_2_1-gnu-mvapich2-hpc-examples' 'mumps_5_2_1-gnu-openmpi1-hpc-devel' 'mumps_5_2_1-gnu-openmpi1-hpc-devel-static' 'mumps_5_2_1-gnu-openmpi1-hpc-doc' 'mumps_5_2_1-gnu-openmpi1-hpc-examples' 'mumps_5_2_1-gnu-openmpi2-hpc-devel' 'mumps_5_2_1-gnu-openmpi2-hpc-devel-static' 'mumps_5_2_1-gnu-openmpi2-hpc-doc' 'mumps_5_2_1-gnu-openmpi2-hpc-examples' 'mumps_5_2_1-gnu-openmpi3-hpc-devel' 'mumps_5_2_1-gnu-openmpi3-hpc-devel-static' 'mumps_5_2_1-gnu-openmpi3-hpc-doc' 'mumps_5_2_1-gnu-openmpi3-hpc-examples' 'munge' 'munge-devel' 'munge-devel-32bit' 'munge-maven-plugin' 'munge-maven-plugin-javadoc' 'munin' 'munin-node' 'muparser-devel' 'muparser-devel-32bit' 'muparserx-devel' 'mupdf' 'mupdf-devel-static' 'muroar' 'muroar' 'muroar-debuginfo' 'muroar-debugsource' 'muroar-devel' 'muroard' 'muroard' 'muroard-debuginfo' 'muroard-debugsource' 'muroard-devel' 'museic' 'musepack' 'musepack-devel' 'musescore' 'musescore-fonts' 'musique' 'musique' 'musique-debuginfo' 'musique-debugsource' 'musique-lang' 'mutt' 'mutt-doc' 'mutt-lang' 'mutter-devel' 'mutter-lang' 'mvapich2' 'mvapich2-devel' 'mvapich2-devel-static' 'mvapich2-doc' 'mvapich2-gnu-hpc' 'mvapich2-gnu-hpc-devel' 'mvapich2-gnu-hpc-doc' 'mvapich2-gnu-hpc-macros-devel' 'mvapich2-psm' 'mvapich2-psm-devel' 'mvapich2-psm-devel-static' 'mvapich2-psm-doc' 'mvapich2-psm-gnu-hpc' 'mvapich2-psm-gnu-hpc-devel' 'mvapich2-psm-gnu-hpc-doc' 'mvapich2-psm-gnu-hpc-macros-devel' 'mvapich2-psm2' 'mvapich2-psm2-devel' 'mvapich2-psm2-devel-static' 'mvapich2-psm2-doc' 'mvapich2-psm2-gnu-hpc' 'mvapich2-psm2-gnu-hpc-devel' 'mvapich2-psm2-gnu-hpc-doc' 'mvapich2-psm2-gnu-hpc-macros-devel' 'mvapich2-psm2_2_3_3-gnu-hpc' 'mvapich2-psm2_2_3_3-gnu-hpc-devel' 'mvapich2-psm2_2_3_3-gnu-hpc-devel-static' 'mvapich2-psm2_2_3_3-gnu-hpc-doc' 'mvapich2-psm2_2_3_3-gnu-hpc-macros-devel' 'mvapich2-psm_2_3_3-gnu-hpc' 'mvapich2-psm_2_3_3-gnu-hpc-devel' 'mvapich2-psm_2_3_3-gnu-hpc-devel-static' 'mvapich2-psm_2_3_3-gnu-hpc-doc' 'mvapich2-psm_2_3_3-gnu-hpc-macros-devel' 'mvapich2_2_3_3-gnu-hpc' 'mvapich2_2_3_3-gnu-hpc-devel' 'mvapich2_2_3_3-gnu-hpc-devel-static' 'mvapich2_2_3_3-gnu-hpc-doc' 'mvapich2_2_3_3-gnu-hpc-macros-devel' 'mwic' 'mx4j' 'mxml-devel' 'mxml-doc' 'mybashburn' 'mybashburn' 'mybatis' 'mybatis-javadoc' 'mybatis-parent' 'mycroft-core' 'mylvmbackup' 'myman' 'mypaint' 'mypaint-brushes' 'mypaint-brushes-devel' 'mypaint-brushes1' 'mypaint-brushes1-devel' 'mypaint-lang' 'mypy' 'myspell-af_NA' 'myspell-af_ZA' 'myspell-an' 'myspell-an_ES' 'myspell-ar' 'myspell-ar_AE' 'myspell-ar_BH' 'myspell-ar_DZ' 'myspell-ar_EG' 'myspell-ar_IQ' 'myspell-ar_JO' 'myspell-ar_KW' 'myspell-ar_LB' 'myspell-ar_LY' 'myspell-ar_MA' 'myspell-ar_OM' 'myspell-ar_QA' 'myspell-ar_SA' 'myspell-ar_SD' 'myspell-ar_SY' 'myspell-ar_TN' 'myspell-ar_YE' 'myspell-be_BY' 'myspell-bg_BG' 'myspell-bn_BD' 'myspell-bn_IN' 'myspell-bo' 'myspell-bo_CN' 'myspell-bo_IN' 'myspell-br_FR' 'myspell-bs' 'myspell-bs_BA' 'myspell-ca' 'myspell-ca_AD' 'myspell-ca_ES' 'myspell-ca_ES_valencia' 'myspell-ca_FR' 'myspell-ca_IT' 'myspell-cs_CZ' 'myspell-da_DK' 'myspell-de' 'myspell-de_AT' 'myspell-de_CH' 'myspell-de_DE' 'myspell-el_GR' 'myspell-en_AU' 'myspell-en_BS' 'myspell-en_BZ' 'myspell-en_CA' 'myspell-en_GH' 'myspell-en_IE' 'myspell-en_IN' 'myspell-en_JM' 'myspell-en_MW' 'myspell-en_NA' 'myspell-en_NZ' 'myspell-en_PH' 'myspell-en_TT' 'myspell-en_ZA' 'myspell-en_ZW' 'myspell-es' 'myspell-es_AR' 'myspell-es_BO' 'myspell-es_CL' 'myspell-es_CO' 'myspell-es_CR' 'myspell-es_CU' 'myspell-es_DO' 'myspell-es_EC' 'myspell-es_ES' 'myspell-es_GT' 'myspell-es_HN' 'myspell-es_MX' 'myspell-es_NI' 'myspell-es_PA' 'myspell-es_PE' 'myspell-es_PR' 'myspell-es_PY' 'myspell-es_SV' 'myspell-es_UY' 'myspell-es_VE' 'myspell-et_EE' 'myspell-fr_BE' 'myspell-fr_CA' 'myspell-fr_CH' 'myspell-fr_FR' 'myspell-fr_LU' 'myspell-fr_MC' 'myspell-gd_GB' 'myspell-german-old' 'myspell-gl' 'myspell-gl_ES' 'myspell-gu_IN' 'myspell-gug' 'myspell-gug_PY' 'myspell-he_IL' 'myspell-hi_IN' 'myspell-hr_HR' 'myspell-hu_HU' 'myspell-id' 'myspell-id_ID' 'myspell-is' 'myspell-is_IS' 'myspell-it_IT' 'myspell-kmr_Latn' 'myspell-kmr_Latn_SY' 'myspell-kmr_Latn_TR' 'myspell-lightproof-hu_HU' 'myspell-lightproof-pt_BR' 'myspell-lightproof-ru_RU' 'myspell-lo_LA' 'myspell-lt_LT' 'myspell-lv_LV' 'myspell-nb_NO' 'myspell-ne_NP' 'myspell-nl_BE' 'myspell-nl_NL' 'myspell-nn_NO' 'myspell-no' 'myspell-oc_FR' 'myspell-pl_PL' 'myspell-pt_AO' 'myspell-pt_BR' 'myspell-pt_PT' 'myspell-ro' 'myspell-ro_RO' 'myspell-ru_RU' 'myspell-si_LK' 'myspell-sk_SK' 'myspell-sl_SI' 'myspell-sq_AL' 'myspell-sr' 'myspell-sr_CS' 'myspell-sr_Latn_CS' 'myspell-sr_Latn_RS' 'myspell-sr_RS' 'myspell-sv_FI' 'myspell-sv_SE' 'myspell-sw_TZ' 'myspell-te' 'myspell-te_IN' 'myspell-th_TH' 'myspell-tr' 'myspell-tr_TR' 'myspell-uk_UA' 'myspell-vi' 'myspell-vi_VN' 'myspell-zu_ZA' 'mysql-connector-java' 'mysql-workbench' 'mythes-devel' 'mythplugins-mytharchive' 'mythplugins-mytharchive-debuginfo' 'mythplugins-mythbrowser' 'mythplugins-mythbrowser-debuginfo' 'mythplugins-mythgallery' 'mythplugins-mythgallery-debuginfo' 'mythplugins-mythgame' 'mythplugins-mythgame-debuginfo' 'mythplugins-mythmusic' 'mythplugins-mythmusic-debuginfo' 'mythplugins-mythnews' 'mythplugins-mythnews-debuginfo' 'mythplugins-mythweather' 'mythplugins-mythweather-debuginfo' 'mythplugins-mythzoneminder' 'mythplugins-mythzoneminder-debuginfo' 'mythtv' 'mythtv-backend' 'mythtv-backend-debuginfo' 'mythtv-base-themes' 'mythtv-common' 'mythtv-common-debuginfo' 'mythtv-debuginfo' 'mythtv-debugsource' 'mythtv-devel' 'mythtv-docs' 'mythtv-frontend' 'mythtv-frontend-debuginfo' 'mythtv-setup' 'mythtv-setup-debuginfo' 'mythweb' 'mythweb' 'mythweb-0_28' 'mythweb-0_28' 'mythweb-29' 'mythweb-29' 'mytop' 'naev' 'naev-data' 'nagios' 'nagios-contrib' 'nagios-devel' 'nagios-rpm-macros' 'nagios-theme-exfoliation' 'nagios-theme-switcher' 'nagios-www' 'nagios-www-dch' 'nagstamon' 'nailgun' 'nailgun-javadoc' 'namdhinggo-fonts' 'nano-icinga2' 'nano-plugin-conky' 'nanomsg-devel' 'nanopb-devel' 'nanopb-source' 'nanoxml' 'nanoxml-javadoc' 'nanoxml-lite' 'nanoxml-manual' 'nanoxml-manual-lite' 'nant' 'nant-devel' 'nanum-fonts' 'nanum-gothic-coding-fonts' 'nasc' 'nasm' 'nast' 'native-maven-plugin' 'native-platform' 'native-platform-javadoc' 'nautilus' 'nautilus-deja-dup' 'nautilus-devel' 'nautilus-eiciel' 'nautilus-evince' 'nautilus-extension-actions' 'nautilus-extension-dropbox' 'nautilus-extension-folder-color' 'nautilus-extension-nextcloud' 'nautilus-extension-nitroshare' 'nautilus-extension-seahorse' 'nautilus-extension-terminal' 'nautilus-extension-tilix' 'nautilus-image-converter' 'nautilus-image-converter-lang' 'nautilus-lang' 'nautilus-plugin-easytag' 'nautilus-sendto' 'nautilus-sendto-lang' 'nautilus-share' 'nautilus-share-lang' 'nautilus-terminal' 'nauty' 'nauty-devel' 'nbd' 'ncat' 'ncdc' 'ncdc' 'ncdc-debuginfo' 'ncdc-debugsource' 'ncftp' 'ncmpc' 'ncmpc' 'ncmpc-debuginfo' 'ncmpc-debugsource' 'ncmpc-lang' 'ncmpcpp' 'ncompress' 'ncrack' 'ncrack' 'ncrack-debuginfo' 'ncrack-debugsource' 'ncurses-devel' 'ncurses-devel-32bit' 'ncurses-devel-static' 'ncurses5-devel' 'ncurses5-devel-32bit' 'ncurses5-devel-static' 'ndctl' 'ndesk-dbus' 'ndesk-dbus-glib' 'ndesk-dbus-glib-devel' 'ndpi-tools' 'ndpmon' 'ndppd' 'neard' 'neard-devel' 'neard-test' 'nedit' 'neko' 'neko-devel' 'neko-mysql' 'nekohtml' 'nekohtml-demo' 'nekohtml-javadoc' 'nemesis' 'nemiver' 'nemiver-devel' 'nemiver-lang' 'nemo' 'nemo-devel' 'nemo-extension-actions' 'nemo-extension-audio-tab' 'nemo-extension-compare' 'nemo-extension-dropbox' 'nemo-extension-emblems' 'nemo-extension-fileroller' 'nemo-extension-folder-color' 'nemo-extension-gtkhash' 'nemo-extension-image-converter' 'nemo-extension-nextcloud' 'nemo-extension-nitroshare' 'nemo-extension-pastebin' 'nemo-extension-preview' 'nemo-extension-repairer' 'nemo-extension-seahorse' 'nemo-extension-share' 'nemo-extension-terminal' 'nemo-extensions-lang' 'nemo-lang' 'neomutt' 'neomutt-doc' 'neomutt-lang' 'neovim-gtk' 'nero-aac' 'nestopia' 'net-snmp-devel' 'net-snmp-devel-32bit' 'net-tools-deprecated' 'net6' 'net6-devel' 'net6-lang' 'netbeans-javaparser' 'netbeans-resolver' 'netbeans-svnclientadapter' 'netcdf' 'netcdf-cxx4-gnu-hpc-tools' 'netcdf-cxx4-tools' 'netcdf-cxx4_4_3_1-gnu-hpc-tools' 'netcdf-devel' 'netcdf-devel-data' 'netcdf-devel-static' 'netcdf-fortran-gnu-mpich-hpc' 'netcdf-fortran-gnu-mpich-hpc-devel' 'netcdf-fortran-gnu-mvapich2-hpc' 'netcdf-fortran-gnu-mvapich2-hpc-devel' 'netcdf-fortran-gnu-openmpi1-hpc' 'netcdf-fortran-gnu-openmpi1-hpc-devel' 'netcdf-fortran-gnu-openmpi2-hpc' 'netcdf-fortran-gnu-openmpi2-hpc-devel' 'netcdf-fortran-gnu-openmpi3-hpc' 'netcdf-fortran-gnu-openmpi3-hpc-devel' 'netcdf-fortran_4_5_2-gnu-mpich-hpc' 'netcdf-fortran_4_5_2-gnu-mpich-hpc-devel' 'netcdf-fortran_4_5_2-gnu-mpich-hpc-devel-static' 'netcdf-fortran_4_5_2-gnu-mvapich2-hpc' 'netcdf-fortran_4_5_2-gnu-mvapich2-hpc-devel' 'netcdf-fortran_4_5_2-gnu-mvapich2-hpc-devel-static' 'netcdf-fortran_4_5_2-gnu-openmpi1-hpc' 'netcdf-fortran_4_5_2-gnu-openmpi1-hpc-devel' 'netcdf-fortran_4_5_2-gnu-openmpi1-hpc-devel-static' 'netcdf-fortran_4_5_2-gnu-openmpi2-hpc' 'netcdf-fortran_4_5_2-gnu-openmpi2-hpc-devel' 'netcdf-fortran_4_5_2-gnu-openmpi2-hpc-devel-static' 'netcdf-fortran_4_5_2-gnu-openmpi3-hpc' 'netcdf-fortran_4_5_2-gnu-openmpi3-hpc-devel' 'netcdf-fortran_4_5_2-gnu-openmpi3-hpc-devel-static' 'netcdf-gnu-hpc' 'netcdf-gnu-hpc-devel' 'netcdf-gnu-mpich-hpc' 'netcdf-gnu-mpich-hpc-devel' 'netcdf-gnu-mvapich2-hpc' 'netcdf-gnu-mvapich2-hpc-devel' 'netcdf-gnu-openmpi1-hpc' 'netcdf-gnu-openmpi1-hpc-devel' 'netcdf-gnu-openmpi2-hpc' 'netcdf-gnu-openmpi2-hpc-devel' 'netcdf-gnu-openmpi3-hpc' 'netcdf-gnu-openmpi3-hpc-devel' 'netcdf-openmpi1' 'netcdf-openmpi1-devel' 'netcdf-openmpi1-devel-static' 'netcdf-openmpi2' 'netcdf-openmpi2-devel' 'netcdf-openmpi2-devel-static' 'netcdf-openmpi3' 'netcdf-openmpi3-devel' 'netcdf-openmpi3-devel-static' 'netcdf_4_7_3-gnu-hpc' 'netcdf_4_7_3-gnu-hpc-devel' 'netcdf_4_7_3-gnu-hpc-devel-static' 'netcdf_4_7_3-gnu-mpich-hpc' 'netcdf_4_7_3-gnu-mpich-hpc-devel' 'netcdf_4_7_3-gnu-mpich-hpc-devel-static' 'netcdf_4_7_3-gnu-mvapich2-hpc' 'netcdf_4_7_3-gnu-mvapich2-hpc-devel' 'netcdf_4_7_3-gnu-mvapich2-hpc-devel-static' 'netcdf_4_7_3-gnu-openmpi1-hpc' 'netcdf_4_7_3-gnu-openmpi1-hpc-devel' 'netcdf_4_7_3-gnu-openmpi1-hpc-devel-static' 'netcdf_4_7_3-gnu-openmpi2-hpc' 'netcdf_4_7_3-gnu-openmpi2-hpc-devel' 'netcdf_4_7_3-gnu-openmpi2-hpc-devel-static' 'netcdf_4_7_3-gnu-openmpi3-hpc' 'netcdf_4_7_3-gnu-openmpi3-hpc-devel' 'netcdf_4_7_3-gnu-openmpi3-hpc-devel-static' 'netcomponents' 'netcomponents-javadoc' 'netconsole-tools' 'netdata' 'netdate' 'netdiscover' 'netease-cloud-music' 'netease-cloud-music' 'netgen' 'netgen-devel' 'nethogs' 'netlabel-tools' 'netperf' 'netsniff-ng' 'netsurf-buildsystem' 'nettle' 'netty' 'netty-javadoc' 'netty-poms' 'netty-tcnative' 'netty-tcnative-javadoc' 'netty3' 'netty3-javadoc' 'network-autoconfig' 'network_admin' 'neverball' 'neverball-doc' 'neverball-mapc' 'neverball-neverputt' 'newlib' 'newsboat' 'newsboat-lang' 'newt' 'newt-devel' 'newt-doc' 'newt-static' 'newtonsoft-json' 'newtonsoft-json-devel' 'nextcloud' 'nextcloud-desktop' 'nextcloud-desktop-doc' 'nextcloud-desktop-dolphin' 'nextcloud-desktop-lang' 'nfacct' 'nfc-eventd' 'nfcutils' 'nfdump' 'nfoview' 'nfoview-lang' 'nfs-client-provisioner' 'nfs-client-provisioner-k8s-yaml' 'nfs-doc' 'nfs-ganesha' 'nfs-ganesha-ceph' 'nfs-ganesha-mount-9P' 'nfs-ganesha-nullfs' 'nfs-ganesha-proxy' 'nfs-ganesha-rados-grace' 'nfs-ganesha-rados-urls' 'nfs-ganesha-rgw' 'nfs-ganesha-vfs' 'nfs-ganesha-xfs' 'nfs4-acl-tools' 'nfsidmap-devel' 'nfswatch' 'nftables-devel' 'nftlb' 'nghttp2' 'nginx' 'nginx-source' 'ngrep' 'ngspice' 'ngspice-doc' 'ngspice-scripts' 'ngspice-xspice-cm' 'ngspice-xspice-cm-devel' 'nh2ps' 'nheko' 'nheko' 'nicotine-plus' 'nicotine-plus' 'nicotine-plus-debuginfo' 'nicotine-plus-debugsource' 'nilfs-utils' 'nilfs-utils-devel' 'nim' 'nimbus-icon-theme' 'nini' 'ninja' 'ninvaders' 'nip2' 'nitrogen' 'nitrogen-lang' 'nitroshare' 'nitroshare-kde' 'nkf' 'nload' 'nlohmann_json-devel' 'nlopt-devel' 'nm-tray' 'nm-tray-lang' 'nmap' 'nmap-parse-output' 'nmap-parse-output-bash-completion' 'nmapsi4' 'nmcli-dmenu' 'nmh' 'nml' 'nmon' 'nnn' 'no-more-secrets' 'nodejs-packaging' 'nodejs-underscore' 'nodejs10' 'nodejs10-devel' 'nodejs10-docs' 'nodejs12-docs' 'nodejs8' 'nodejs8-devel' 'nodejs8-docs' 'nohang' 'nomacs' 'nomacs-lang' 'non-mixer' 'non-ntk' 'non-ntk-devel' 'non-ntk-fluid' 'non-sequencer' 'non-session-manager' 'non-timeline' 'non_oss' 'noping' 'nordlicht' 'nordlicht' 'nordlicht-debuginfo' 'nordlicht-debugsource' 'normaliz' 'normaliz-devel' 'normalize' 'normalize' 'normalize-debuginfo' 'normalize-debugsource' 'noson-app' 'noson-devel' 'notejot' 'notejot-lang' 'notepadqq' 'notify-osd' 'notify-sharp' 'notify-sharp-devel' 'notify-sharp3' 'notify-sharp3-devel' 'notmuch' 'notmuch-devel' 'notmuch-doc' 'notmuch-emacs' 'noto-kufiarabic-fonts' 'noto-mono-fonts' 'noto-naskharabic-fonts' 'noto-naskharabic-ui-fonts' 'noto-nastaliqurdu-fonts' 'noto-sans-adlam-fonts' 'noto-sans-adlamunjoined-fonts' 'noto-sans-anatolianhieroglyphs-fonts' 'noto-sans-arabic-fonts' 'noto-sans-arabic-ui-fonts' 'noto-sans-armenian-fonts' 'noto-sans-avestan-fonts' 'noto-sans-balinese-fonts' 'noto-sans-bamum-fonts' 'noto-sans-batak-fonts' 'noto-sans-bengali-fonts' 'noto-sans-bengali-ui-fonts' 'noto-sans-brahmi-fonts' 'noto-sans-buginese-fonts' 'noto-sans-buhid-fonts' 'noto-sans-canadianaboriginal-fonts' 'noto-sans-carian-fonts' 'noto-sans-chakma-fonts' 'noto-sans-cham-fonts' 'noto-sans-cherokee-fonts' 'noto-sans-cjk-fonts' 'noto-sans-coptic-fonts' 'noto-sans-cuneiform-fonts' 'noto-sans-cypriot-fonts' 'noto-sans-deseret-fonts' 'noto-sans-devanagari-fonts' 'noto-sans-devanagari-ui-fonts' 'noto-sans-display-fonts' 'noto-sans-egyptianhieroglyphs-fonts' 'noto-sans-ethiopic-fonts' 'noto-sans-georgian-fonts' 'noto-sans-glagolitic-fonts' 'noto-sans-gothic-fonts' 'noto-sans-gujarati-fonts' 'noto-sans-gujarati-ui-fonts' 'noto-sans-gurmukhi-fonts' 'noto-sans-gurmukhi-ui-fonts' 'noto-sans-hanunoo-fonts' 'noto-sans-hebrew-fonts' 'noto-sans-imperialaramaic-fonts' 'noto-sans-inscriptionalpahlavi-fonts' 'noto-sans-inscriptionalparthian-fonts' 'noto-sans-javanese-fonts' 'noto-sans-jp-black-fonts' 'noto-sans-jp-bold-fonts' 'noto-sans-jp-demilight-fonts' 'noto-sans-jp-fonts' 'noto-sans-jp-fonts-full' 'noto-sans-jp-light-fonts' 'noto-sans-jp-medium-fonts' 'noto-sans-jp-mono-fonts' 'noto-sans-jp-regular-fonts' 'noto-sans-jp-thin-fonts' 'noto-sans-kaithi-fonts' 'noto-sans-kannada-fonts' 'noto-sans-kannada-ui-fonts' 'noto-sans-kayahli-fonts' 'noto-sans-kharoshthi-fonts' 'noto-sans-khmer-fonts' 'noto-sans-khmer-ui-fonts' 'noto-sans-kr-black-fonts' 'noto-sans-kr-bold-fonts' 'noto-sans-kr-demilight-fonts' 'noto-sans-kr-fonts' 'noto-sans-kr-fonts-full' 'noto-sans-kr-light-fonts' 'noto-sans-kr-medium-fonts' 'noto-sans-kr-mono-fonts' 'noto-sans-kr-regular-fonts' 'noto-sans-kr-thin-fonts' 'noto-sans-lao-fonts' 'noto-sans-lao-ui-fonts' 'noto-sans-lepcha-fonts' 'noto-sans-limbu-fonts' 'noto-sans-linearb-fonts' 'noto-sans-lisu-fonts' 'noto-sans-lycian-fonts' 'noto-sans-lydian-fonts' 'noto-sans-malayalam-fonts' 'noto-sans-malayalam-ui-fonts' 'noto-sans-mandaic-fonts' 'noto-sans-meeteimayek-fonts' 'noto-sans-mongolian-fonts' 'noto-sans-mono-fonts' 'noto-sans-myanmar-fonts' 'noto-sans-myanmar-ui-fonts' 'noto-sans-newtailue-fonts' 'noto-sans-nko-fonts' 'noto-sans-ogham-fonts' 'noto-sans-olchiki-fonts' 'noto-sans-olditalic-fonts' 'noto-sans-oldpersian-fonts' 'noto-sans-oldsoutharabian-fonts' 'noto-sans-oldturkic-fonts' 'noto-sans-oriya-fonts' 'noto-sans-oriya-ui-fonts' 'noto-sans-osage-fonts' 'noto-sans-osmanya-fonts' 'noto-sans-phagspa-fonts' 'noto-sans-phoenician-fonts' 'noto-sans-rejang-fonts' 'noto-sans-runic-fonts' 'noto-sans-samaritan-fonts' 'noto-sans-saurashtra-fonts' 'noto-sans-sc-black-fonts' 'noto-sans-sc-bold-fonts' 'noto-sans-sc-demilight-fonts' 'noto-sans-sc-fonts' 'noto-sans-sc-fonts-full' 'noto-sans-sc-light-fonts' 'noto-sans-sc-medium-fonts' 'noto-sans-sc-mono-fonts' 'noto-sans-sc-regular-fonts' 'noto-sans-sc-thin-fonts' 'noto-sans-shavian-fonts' 'noto-sans-sinhala-fonts' 'noto-sans-sinhala-ui-fonts' 'noto-sans-sundanese-fonts' 'noto-sans-sylotinagri-fonts' 'noto-sans-symbols-fonts' 'noto-sans-symbols2-fonts' 'noto-sans-syriaceastern-fonts' 'noto-sans-syriacestrangela-fonts' 'noto-sans-syriacwestern-fonts' 'noto-sans-tagalog-fonts' 'noto-sans-tagbanwa-fonts' 'noto-sans-taile-fonts' 'noto-sans-taitham-fonts' 'noto-sans-taiviet-fonts' 'noto-sans-tamil-fonts' 'noto-sans-tamil-ui-fonts' 'noto-sans-tc-black-fonts' 'noto-sans-tc-bold-fonts' 'noto-sans-tc-demilight-fonts' 'noto-sans-tc-fonts' 'noto-sans-tc-fonts-full' 'noto-sans-tc-light-fonts' 'noto-sans-tc-medium-fonts' 'noto-sans-tc-mono-fonts' 'noto-sans-tc-regular-fonts' 'noto-sans-tc-thin-fonts' 'noto-sans-telugu-fonts' 'noto-sans-telugu-ui-fonts' 'noto-sans-thaana-fonts' 'noto-sans-thai-fonts' 'noto-sans-thai-ui-fonts' 'noto-sans-tibetan-fonts' 'noto-sans-tifinagh-fonts' 'noto-sans-ugaritic-fonts' 'noto-sans-vai-fonts' 'noto-sans-yi-fonts' 'noto-serif-armenian-fonts' 'noto-serif-bengali-fonts' 'noto-serif-devanagari-fonts' 'noto-serif-display-fonts' 'noto-serif-ethiopic-fonts' 'noto-serif-fonts' 'noto-serif-georgian-fonts' 'noto-serif-gujarati-fonts' 'noto-serif-hebrew-fonts' 'noto-serif-jp-black-fonts' 'noto-serif-jp-bold-fonts' 'noto-serif-jp-extralight-fonts' 'noto-serif-jp-fonts' 'noto-serif-jp-fonts-full' 'noto-serif-jp-light-fonts' 'noto-serif-jp-medium-fonts' 'noto-serif-jp-regular-fonts' 'noto-serif-jp-semibold-fonts' 'noto-serif-kannada-fonts' 'noto-serif-khmer-fonts' 'noto-serif-kr-black-fonts' 'noto-serif-kr-bold-fonts' 'noto-serif-kr-extralight-fonts' 'noto-serif-kr-fonts' 'noto-serif-kr-fonts-full' 'noto-serif-kr-light-fonts' 'noto-serif-kr-medium-fonts' 'noto-serif-kr-regular-fonts' 'noto-serif-kr-semibold-fonts' 'noto-serif-lao-fonts' 'noto-serif-malayalam-fonts' 'noto-serif-myanmar-fonts' 'noto-serif-sc-black-fonts' 'noto-serif-sc-bold-fonts' 'noto-serif-sc-extralight-fonts' 'noto-serif-sc-fonts' 'noto-serif-sc-fonts-full' 'noto-serif-sc-light-fonts' 'noto-serif-sc-medium-fonts' 'noto-serif-sc-regular-fonts' 'noto-serif-sc-semibold-fonts' 'noto-serif-sinhala-fonts' 'noto-serif-tamil-fonts' 'noto-serif-tc-black-fonts' 'noto-serif-tc-bold-fonts' 'noto-serif-tc-extralight-fonts' 'noto-serif-tc-fonts' 'noto-serif-tc-fonts-full' 'noto-serif-tc-light-fonts' 'noto-serif-tc-medium-fonts' 'noto-serif-tc-regular-fonts' 'noto-serif-tc-semibold-fonts' 'noto-serif-telugu-fonts' 'noto-serif-thai-fonts' 'novdoc' 'novnc' 'novprog' 'novprog-lang' 'nping' 'npkg' 'npm10' 'npm8' 'npth-devel' 'nqp' 'nrpe' 'nrpe-doc' 'nsd' 'nsjail' 'nsnake' 'nss-myhostname' 'nss-myhostname-32bit' 'nss-mymachines' 'nss-mymachines-32bit' 'nss-pam-ldapd' 'nss-pam-ldapd-32bit' 'nss-resolve' 'nss-shared-helper-devel' 'nss-systemd' 'nss_ldap' 'nss_ldap-32bit' 'nss_wrapper' 'ntfsprogs-extra' 'ntl-devel' 'ntl-doc' 'ntp-doc' 'ntpsec' 'ntpsec-doc' 'ntpsec-utils' 'nudoku' 'nudoku-lang' 'nulloy' 'nulloy-gstreamer' 'nulloy-phonon' 'nulloy-taglib' 'nulloy-vlc' 'numatop' 'nunit' 'nunit-devel' 'nuntius' 'nuntius-lang' 'nuosu-fonts' 'nuoveXT2-icon-theme' 'nut' 'nut-cgi' 'nut-devel' 'nut-drivers-net' 'nvdock' 'nvidia-computeG04' 'nvidia-gfxG04-kmp-default' 'nvidia-gfxG04-kmp-pae' 'nvidia-glG04' 'nvidia-texture-tools' 'nvme-cli' 'nvme-cli-regress-script' 'nvmetcli' 'nvptx-tools' 'nxtvepg' 'o2locktop' 'o2scl-devel' 'o2scl-doc' 'oaml-devel' 'oath-toolkit' 'oath-toolkit-xml' 'oauth-signpost' 'obantoo' 'obby' 'obby-devel' 'obby-lang' 'obconf' 'obconf-qt' 'obconf-qt-lang' 'obex-data-server' 'obexd' 'obexd-client' 'obexd-server' 'obexfs' 'obexftp' 'obexftp-devel' 'objectweb-anttask' 'objectweb-asm' 'objectweb-asm-javadoc' 'objectweb-pom' 'objenesis' 'objenesis-javadoc' 'obs-service-appimage' 'obs-service-download_files' 'obs-service-download_url' 'obs-service-extract_file' 'obs-service-format_spec_file' 'obs-service-go_modules' 'obs-service-kiwi_label_helper' 'obs-service-kiwi_metainfo_helper' 'obs-service-obs_scm' 'obs-service-obs_scm-common' 'obs-service-product_converter' 'obs-service-recompress' 'obs-service-refresh_patches' 'obs-service-replace_using_package_version' 'obs-service-rust2rpm' 'obs-service-set_version' 'obs-service-snapcraft' 'obs-service-source_validator' 'obs-service-tar' 'obs-service-tar_scm' 'obs-service-verify_file' 'obs-studio' 'obs-studio' 'obs-studio-debuginfo' 'obs-studio-debugsource' 'obs-studio-devel' 'obs-v4l2sink' 'obs-v4l2sink' 'obs-v4l2sink-debuginfo' 'obs-v4l2sink-debugsource' 'ocaml' 'ocaml-base' 'ocaml-base-devel' 'ocaml-benchmark' 'ocaml-benchmark-devel' 'ocaml-brlapi' 'ocaml-cairo' 'ocaml-cairo-devel' 'ocaml-calendar' 'ocaml-calendar-devel' 'ocaml-camlbz2' 'ocaml-camlbz2-devel' 'ocaml-camlp5' 'ocaml-camlp5-devel' 'ocaml-camlzip' 'ocaml-camlzip-devel' 'ocaml-camlzip-test' 'ocaml-camomile' 'ocaml-camomile-data' 'ocaml-camomile-devel' 'ocaml-cmdliner' 'ocaml-cmdliner-devel' 'ocaml-compiler-libs' 'ocaml-compiler-libs-devel' 'ocaml-cppo' 'ocaml-cppo-devel' 'ocaml-csv' 'ocaml-csv-devel' 'ocaml-cudf' 'ocaml-cudf-devel' 'ocaml-curses' 'ocaml-curses-devel' 'ocaml-dose' 'ocaml-dose-devel' 'ocaml-dune' 'ocaml-dune-devel' 'ocaml-easy-format' 'ocaml-easy-format-devel' 'ocaml-extlib' 'ocaml-extlib-devel' 'ocaml-facile' 'ocaml-facile-devel' 'ocaml-fileutils' 'ocaml-fileutils-devel' 'ocaml-findlib' 'ocaml-findlib-devel' 'ocaml-gen' 'ocaml-gen-devel' 'ocaml-gettext' 'ocaml-gettext-devel' 'ocaml-graphics' 'ocaml-graphics-devel' 'ocaml-hivex' 'ocaml-hivex-devel' 'ocaml-jsonm' 'ocaml-jsonm-devel' 'ocaml-lablgl' 'ocaml-lablgl-devel' 'ocaml-lablgtk2' 'ocaml-lablgtk2-devel' 'ocaml-lablgtk3' 'ocaml-lablgtk3-devel' 'ocaml-labltk' 'ocaml-labltk' 'ocaml-labltk-devel' 'ocaml-libguestfs' 'ocaml-libguestfs-devel' 'ocaml-libvirt' 'ocaml-libvirt-devel' 'ocaml-mccs' 'ocaml-mccs-devel' 'ocaml-menhir' 'ocaml-menhir-devel' 'ocaml-migrate-parsetree' 'ocaml-migrate-parsetree-devel' 'ocaml-minisat' 'ocaml-minisat-devel' 'ocaml-num' 'ocaml-num-devel' 'ocaml-oasis' 'ocaml-oasis-devel' 'ocaml-obuild' 'ocaml-ocamlbuild' 'ocaml-ocamlbuild-devel' 'ocaml-ocamldoc' 'ocaml-ocamlgraph' 'ocaml-ocamlgraph-devel' 'ocaml-ounit' 'ocaml-ounit-devel' 'ocaml-parmap' 'ocaml-parmap-devel' 'ocaml-pcre' 'ocaml-pcre-devel' 'ocaml-ppx_derivers' 'ocaml-ppx_derivers-devel' 'ocaml-ppx_tools_versioned' 'ocaml-ppx_tools_versioned-devel' 'ocaml-ptmap' 'ocaml-ptmap-devel' 'ocaml-qcheck' 'ocaml-qcheck-devel' 'ocaml-qtest' 'ocaml-qtest-devel' 'ocaml-re' 'ocaml-re-devel' 'ocaml-result' 'ocaml-result-devel' 'ocaml-rope' 'ocaml-rope-devel' 'ocaml-rpm-macros' 'ocaml-runtime' 'ocaml-sedlex' 'ocaml-sedlex-devel' 'ocaml-sexplib0' 'ocaml-sexplib0-devel' 'ocaml-sha' 'ocaml-sha-devel' 'ocaml-source' 'ocaml-stdlib-shims' 'ocaml-stdlib-shims-devel' 'ocaml-uutf' 'ocaml-uutf-devel' 'ocaml-xml-light' 'ocaml-xml-light-devel' 'ocamlify' 'ocamlmod' 'occt' 'occt-DRAWEXE' 'occt-devel' 'occt-devel-doc' 'oce' 'oce-DRAWEXE' 'oce-devel' 'ocfs2-tools' 'ocfs2-tools-devel' 'ocfs2-tools-devel-static' 'ocfs2-tools-o2cb' 'ocl-icd-devel' 'ocli' 'oclock' 'ocp' 'ocp' 'ocp-debuginfo' 'ocp-debugsource' 'ocr-gnu-hpc' 'ocr-gnu-hpc-devel' 'ocr-gnu-hpc-doc' 'ocr-gnu-hpc-examples' 'ocr-gnu-mpich-hpc' 'ocr-gnu-mpich-hpc-devel' 'ocr-gnu-mpich-hpc-doc' 'ocr-gnu-mpich-hpc-examples' 'ocr-gnu-mvapich2-hpc' 'ocr-gnu-mvapich2-hpc-devel' 'ocr-gnu-mvapich2-hpc-doc' 'ocr-gnu-mvapich2-hpc-examples' 'ocr-gnu-openmpi1-hpc' 'ocr-gnu-openmpi1-hpc-devel' 'ocr-gnu-openmpi1-hpc-doc' 'ocr-gnu-openmpi1-hpc-examples' 'ocr-gnu-openmpi2-hpc' 'ocr-gnu-openmpi2-hpc-devel' 'ocr-gnu-openmpi2-hpc-doc' 'ocr-gnu-openmpi2-hpc-examples' 'ocr-gnu-openmpi3-hpc' 'ocr-gnu-openmpi3-hpc-devel' 'ocr-gnu-openmpi3-hpc-doc' 'ocr-gnu-openmpi3-hpc-examples' 'ocr_1_0_1-gnu-hpc' 'ocr_1_0_1-gnu-hpc-devel' 'ocr_1_0_1-gnu-hpc-doc' 'ocr_1_0_1-gnu-hpc-examples' 'ocr_1_0_1-gnu-mpich-hpc' 'ocr_1_0_1-gnu-mpich-hpc-devel' 'ocr_1_0_1-gnu-mpich-hpc-doc' 'ocr_1_0_1-gnu-mpich-hpc-examples' 'ocr_1_0_1-gnu-mvapich2-hpc' 'ocr_1_0_1-gnu-mvapich2-hpc-devel' 'ocr_1_0_1-gnu-mvapich2-hpc-doc' 'ocr_1_0_1-gnu-mvapich2-hpc-examples' 'ocr_1_0_1-gnu-openmpi1-hpc' 'ocr_1_0_1-gnu-openmpi1-hpc-devel' 'ocr_1_0_1-gnu-openmpi1-hpc-doc' 'ocr_1_0_1-gnu-openmpi1-hpc-examples' 'ocr_1_0_1-gnu-openmpi2-hpc' 'ocr_1_0_1-gnu-openmpi2-hpc-devel' 'ocr_1_0_1-gnu-openmpi2-hpc-doc' 'ocr_1_0_1-gnu-openmpi2-hpc-examples' 'ocr_1_0_1-gnu-openmpi3-hpc' 'ocr_1_0_1-gnu-openmpi3-hpc-devel' 'ocr_1_0_1-gnu-openmpi3-hpc-doc' 'ocr_1_0_1-gnu-openmpi3-hpc-examples' 'ocrad' 'ocrad-devel' 'ocserv' 'octave' 'octave-CSXCAD' 'octave-cli' 'octave-devel' 'octave-doc' 'octave-forge-bim' 'octave-forge-cgi' 'octave-forge-communications' 'octave-forge-control' 'octave-forge-data-smoothing' 'octave-forge-database' 'octave-forge-dataframe' 'octave-forge-divand' 'octave-forge-doctest' 'octave-forge-econometrics' 'octave-forge-financial' 'octave-forge-fits' 'octave-forge-fpl' 'octave-forge-fuzzy-logic-toolkit' 'octave-forge-ga' 'octave-forge-general' 'octave-forge-generate_html' 'octave-forge-geometry' 'octave-forge-gsl' 'octave-forge-image' 'octave-forge-image-acquisition' 'octave-forge-instrument-control' 'octave-forge-interval' 'octave-forge-io' 'octave-forge-level-set' 'octave-forge-linear-algebra' 'octave-forge-lssa' 'octave-forge-ltfat' 'octave-forge-mapping' 'octave-forge-matgeom' 'octave-forge-mechanics' 'octave-forge-miscellaneous' 'octave-forge-msh' 'octave-forge-mvn' 'octave-forge-nan' 'octave-forge-ncarray' 'octave-forge-netcdf' 'octave-forge-nurbs' 'octave-forge-octclip' 'octave-forge-optics' 'octave-forge-optim' 'octave-forge-parallel' 'octave-forge-quaternion' 'octave-forge-queueing' 'octave-forge-secs1d' 'octave-forge-secs2d' 'octave-forge-secs3d' 'octave-forge-signal' 'octave-forge-sockets' 'octave-forge-specfun' 'octave-forge-splines' 'octave-forge-statistics' 'octave-forge-stk' 'octave-forge-strings' 'octave-forge-struct' 'octave-forge-symbolic' 'octave-forge-tisean' 'octave-forge-tsa' 'octave-forge-vrml' 'octave-nlopt_optimize' 'octave-openEMS' 'ode-devel' 'odp-devel' 'odt2txt' 'odvr' 'odvr' 'odvr-debuginfo' 'odvr-debugsource' 'officecodepro-fonts' 'ofl' 'ofono' 'ofono-devel' 'ofono-tests' 'oggfwd' 'oggfwd' 'oggfwd-debuginfo' 'oggfwd-debugsource' 'oggvideotools' 'oggvideotools' 'oggvideotools-debuginfo' 'oggvideotools-debugsource' 'oggz-tools' 'ogmrip' 'ogmrip' 'ogmrip-ac3' 'ogmrip-ac3' 'ogmrip-ac3-debuginfo' 'ogmrip-ac3-debugsource' 'ogmrip-ac3-lang' 'ogmrip-debuginfo' 'ogmrip-debugsource' 'ogmrip-dirac' 'ogmrip-dirac' 'ogmrip-dirac-debuginfo' 'ogmrip-dirac-debugsource' 'ogmrip-dirac-lang' 'ogmrip-flac' 'ogmrip-flac' 'ogmrip-flac-debuginfo' 'ogmrip-flac-debugsource' 'ogmrip-lang' 'ogmrip-mpeg' 'ogmrip-mpeg' 'ogmrip-mpeg-debuginfo' 'ogmrip-mpeg-debugsource' 'ogmrip-nero-aac' 'ogmrip-nero-aac' 'ogmrip-nero-aac-debuginfo' 'ogmrip-nero-aac-debugsource' 'ogmrip-nero-aac-lang' 'ogmrip-oggz' 'ogmrip-oggz' 'ogmrip-oggz-debuginfo' 'ogmrip-oggz-debugsource' 'ogmrip-oggz-lang' 'ogmrip-profiles' 'ogmrip-profiles' 'ogmrip-video-copy' 'ogmrip-video-copy' 'ogmrip-video-copy-debuginfo' 'ogmrip-video-copy-debugsource' 'ogmtools' 'ogre-demos' 'ogre-demos-devel' 'ogre-docs' 'ogre-tools' 'ohcount' 'oidentd' 'okteta' 'okteta' 'okteta-data' 'okteta-debuginfo' 'okteta-debugsource' 'okteta-devel' 'okteta-devel-debuginfo' 'okteta-lang' 'okteta-part' 'okteta-part-debuginfo' 'okteta-part-lang' 'okular-devel' 'okular-spectre' 'olm' 'olm-devel' 'olm-doc' 'omnisharp-server' 'omping' 'onboard' 'onboard-data' 'onboard-lang' 'oneko' 'oniguruma-devel' 'onscripter' 'onscripter' 'onscripter-debuginfo' 'onscripter-debugsource' 'ooRexx' 'ooRexx-devel' 'opa-address-resolution' 'opa-address-resolution-devel' 'opa-basic-tools' 'opa-fastfabric' 'opa-fm' 'opa-fmgui' 'opa-snapconfig' 'opae' 'opae-ase' 'opae-devel' 'opam' 'opam-devel' 'opam-file-format' 'opam-file-format-devel' 'opam-installer' 'open-iscsi-devel' 'open-isns' 'open-isns-devel' 'open-lldp' 'open-lldp-devel' 'open-vm-tools' 'open-vm-tools-desktop' 'openCryptoki' 'openCryptoki-32bit' 'openCryptoki-64bit' 'openCryptoki-devel' 'openEMS' 'openEMS-devel' 'openEMS-matlab' 'openQA' 'openQA-bootstrap' 'openQA-client' 'openQA-common' 'openQA-devel' 'openQA-doc' 'openQA-local-db' 'openQA-python-scripts' 'openQA-worker' 'openSUSE-Addon-NonOss' 'openSUSE-Addon-NonOss-release' 'openSUSE-EULAs' 'openSUSE-MicroOS' 'openSUSE-MicroOS-release' 'openSUSE-MicroOS-release-appliance' 'openSUSE-MicroOS-release-appliance-kubic' 'openSUSE-MicroOS-release-dvd' 'openSUSE-MicroOS-release-kubic-dvd' 'openSUSE-appdata-extra' 'openSUSE-appstream-process' 'openSUSE-e-X-Ice-Icons' 'openSUSE-e-X-Icons' 'openSUSE-e-X-Neon-Icons' 'openSUSE-release-appliance-custom' 'openSUSE-release-appliance-docker' 'openSUSE-release-appliance-hyperv' 'openSUSE-release-appliance-kvm' 'openSUSE-release-appliance-openstack' 'openSUSE-release-appliance-vagrant' 'openSUSE-release-appliance-vmware' 'openSUSE-release-appliance-wsl' 'openSUSE-release-tools' 'openSUSE-release-tools-abichecker' 'openSUSE-release-tools-announcer' 'openSUSE-release-tools-check-source' 'openSUSE-release-tools-devel' 'openSUSE-release-tools-leaper' 'openSUSE-release-tools-maintenance' 'openSUSE-release-tools-metrics' 'openSUSE-release-tools-metrics-access' 'openSUSE-release-tools-obs-operator' 'openSUSE-release-tools-origin-manager' 'openSUSE-release-tools-pkglistgen' 'openSUSE-release-tools-repo-checker' 'openSUSE-release-tools-staging-bot' 'openSUSE-xfce-icon-theme' 'openafs' 'openafs-authlibs' 'openafs-authlibs-devel' 'openafs-client' 'openafs-devel' 'openafs-fuse_client' 'openafs-kernel-source' 'openafs-kmp-default' 'openafs-server' 'openal-soft-devel' 'openal-soft-devel-32bit' 'openal-soft-makemhr' 'openamp-devel' 'openamp-examples' 'openarena' 'openarena-data' 'openbabel' 'openbabel-devel' 'openblas-devel' 'openblas-devel-headers' 'openblas-pthreads_0_3_9-gnu-hpc-devel-static' 'openblas_0_3_9-gnu-hpc-devel-static' 'openblas_openmp-devel-static' 'openblas_pthreads-devel-static' 'openblas_serial-devel-static' 'openbox' 'openbox-adwaita-ob-theme' 'openbox-devel' 'openbox-gnome' 'openbox-kde' 'openbox-theme-adapta' 'openbox-theme-plata' 'openbsc' 'openbsc-bs11-utils' 'openbsc-bsc-sccplite' 'opencc' 'opencc-data' 'opencc-devel' 'opencensus-cpp-source' 'opencensus-proto-source' 'opencl-cpp-headers' 'opencl-headers' 'opencl-headers-1_2' 'openclonk' 'openclonk-data' 'openconnect-devel' 'openconnect-doc' 'opencore-amr' 'opencore-amr-debugsource' 'opencsg-devel' 'opencv' 'opencv-devel' 'opencv-doc' 'opencv3' 'opencv3-devel' 'opencv3-doc' 'opendchub' 'opendkim' 'opendkim-devel' 'opendvdproducer' 'opendvdproducer' 'openexr' 'openexr-devel' 'openexr-doc' 'openfortivpn' 'opengl-games-utils' 'opengost-otf-fonts' 'opengost-ttf-fonts' 'openh264' 'openh264-debugsource' 'openh264-devel' 'openhpi' 'openhpi-clients' 'openhpi-daemon' 'openhpi-devel' 'openjade' 'openjade-devel' 'openjfx' 'openjfx-devel' 'openjfx-javadoc' 'openjfx-jmods' 'openjfx-src' 'openjfx8' 'openjfx8-devel' 'openjfx8-javadoc' 'openjfx8-src' 'openjpeg' 'openjpeg-devel' 'openjpeg-devel-32bit' 'openjpeg2' 'openjpeg2-devel' 'openjpeg2-devel-doc' 'openkim-models' 'openldap2' 'openldap2-back-meta' 'openldap2-back-perl' 'openldap2-back-sock' 'openldap2-back-sql' 'openldap2-contrib' 'openldap2-devel' 'openldap2-devel-32bit' 'openldap2-devel-static' 'openldap2-doc' 'openldap2-ppolicy-check-password' 'openlibm-devel' 'openlierox' 'openmarkup' 'openmarkup-javadoc' 'openmarkup-manual' 'openmpi1' 'openmpi1-config' 'openmpi1-devel' 'openmpi1-docs' 'openmpi1-gnu-hpc' 'openmpi1-gnu-hpc-devel' 'openmpi1-gnu-hpc-devel-static' 'openmpi1-gnu-hpc-docs' 'openmpi1-gnu-hpc-macros-devel' 'openmpi1-libs' 'openmpi1-libs-32bit' 'openmpi1-macros-devel' 'openmpi1-testsuite' 'openmpi2' 'openmpi2-config' 'openmpi2-devel' 'openmpi2-docs' 'openmpi2-gnu-hpc' 'openmpi2-gnu-hpc-devel' 'openmpi2-gnu-hpc-devel-static' 'openmpi2-gnu-hpc-docs' 'openmpi2-gnu-hpc-macros-devel' 'openmpi2-libs' 'openmpi2-libs-32bit' 'openmpi2-macros-devel' 'openmpi2-testsuite' 'openmpi3' 'openmpi3-config' 'openmpi3-devel' 'openmpi3-docs' 'openmpi3-gnu-hpc' 'openmpi3-gnu-hpc-devel' 'openmpi3-gnu-hpc-devel-static' 'openmpi3-gnu-hpc-docs' 'openmpi3-gnu-hpc-macros-devel' 'openmpi3-libs' 'openmpi3-libs-32bit' 'openmpi3-macros-devel' 'openmpi3-testsuite' 'openmpi4' 'openmpi4-config' 'openmpi4-devel' 'openmpi4-docs' 'openmpi4-gnu-hpc' 'openmpi4-gnu-hpc-devel' 'openmpi4-gnu-hpc-devel-static' 'openmpi4-gnu-hpc-docs' 'openmpi4-gnu-hpc-macros-devel' 'openmpi4-libs' 'openmpi4-libs-32bit' 'openmpi4-macros-devel' 'openmpi4-testsuite' 'openmpi_1_10_7-gnu-hpc' 'openmpi_1_10_7-gnu-hpc-devel' 'openmpi_1_10_7-gnu-hpc-devel-static' 'openmpi_1_10_7-gnu-hpc-docs' 'openmpi_1_10_7-gnu-hpc-macros-devel' 'openmpi_1_10_7-gnu-hpc-testsuite' 'openmpi_2_1_6-gnu-hpc' 'openmpi_2_1_6-gnu-hpc-devel' 'openmpi_2_1_6-gnu-hpc-devel-static' 'openmpi_2_1_6-gnu-hpc-docs' 'openmpi_2_1_6-gnu-hpc-macros-devel' 'openmpi_2_1_6-gnu-hpc-testsuite' 'openmpi_3_1_6-gnu-hpc' 'openmpi_3_1_6-gnu-hpc-devel' 'openmpi_3_1_6-gnu-hpc-devel-static' 'openmpi_3_1_6-gnu-hpc-docs' 'openmpi_3_1_6-gnu-hpc-macros-devel' 'openmpi_3_1_6-gnu-hpc-testsuite' 'openmpi_4_0_2-gnu-hpc' 'openmpi_4_0_2-gnu-hpc-devel' 'openmpi_4_0_2-gnu-hpc-devel-static' 'openmpi_4_0_2-gnu-hpc-docs' 'openmpi_4_0_2-gnu-hpc-macros-devel' 'openmpi_4_0_2-gnu-hpc-testsuite' 'openmpt123' 'openmw' 'opennlp' 'opennlp-chunk-models' 'opennlp-maxent' 'opennlp-postag-models' 'opennlp-tokenize-models' 'opennlp-tools' 'opennlp-uima' 'openobex-apps' 'openobex-devel' 'openocd' 'openocd-data' 'openomf' 'openpgm-devel' 'openrct2' 'openrct2-titlesequences' 'openrdate' 'openregex' 'openregex-javadoc' 'openresolv' 'opensaml-bin' 'opensaml-schemas' 'opensc' 'opensc-32bit' 'openscad' 'openscap' 'openscap-content' 'openscap-devel' 'openscap-docker' 'openscap-utils' 'openshot-qt' 'openslide-doc' 'openslide-tools' 'openslp-devel' 'openslp-server' 'opensm' 'opensm-devel' 'opensm-devel-32bit' 'opensnc' 'opensnc' 'opensnc-debuginfo' 'opensnc-debugsource' 'opensp' 'opensp-devel' 'opensp-doc' 'openspades' 'openspades' 'openspades-debuginfo' 'openspades-debugsource' 'openspecfun-devel' 'openssh-cavs' 'openssh-fips' 'openssl-1_0_0' 'openssl-1_0_0-cavs' 'openssl-1_0_0-doc' 'openssl-1_1-doc' 'openssl-cbs-devel' 'openssl-engine-libp11' 'openssl-ibmpkcs11' 'openssl_tpm2_engine' 'openssl_tpm_engine' 'openstack-macros' 'openstack-suse-macros' 'openstack-suse-sudo' 'openstack-utils' 'opentest4j' 'opentest4j-javadoc' 'opentoonz' 'opentracing-cpp-devel' 'opentracing-cpp-source' 'openttd' 'openttd-data' 'openttd-dedicated' 'openttd-opengfx' 'openttd-openmsx' 'openttd-opensfx' 'openucx-tools' 'openvas-smb' 'openvdb-devel' 'openvdb-tools' 'openvpn-auth-pam-plugin' 'openvpn-devel' 'openvpn-down-root-plugin' 'openvswitch' 'openvswitch-devel' 'openvswitch-doc' 'openvswitch-ipsec' 'openvswitch-ovn-central' 'openvswitch-ovn-common' 'openvswitch-ovn-docker' 'openvswitch-ovn-host' 'openvswitch-ovn-vtep' 'openvswitch-pki' 'openvswitch-test' 'openvswitch-vtep' 'openwsman-java' 'openwsman-perl' 'openwsman-ruby' 'openwsman-ruby-docs' 'openwsman-server' 'openwsman-server-plugin-ruby' 'openxcom' 'openxcom-doc' 'opera' 'opera-uget-integrator' 'opi' 'opie' 'opie-32bit' 'oping' 'opmsg' 'oprofile' 'oprofile-32bit' 'oprofile-devel' 'optee-client' 'optee-client-devel' 'optipng' 'opus-tools' 'opusfile-devel' 'orage' 'orage-doc' 'orage-lang' 'orc' 'orc-doc' 'orca' 'orca-lang' 'orcania-devel' 'origami-icon-theme' 'orkhon-fonts' 'oro' 'oro-javadoc' 'orthanc' 'orthanc-devel' 'orthanc-dicomweb' 'orthanc-doc' 'orthanc-mysql' 'orthanc-postgresql' 'orthanc-source' 'orthanc-webviewer' 'orthanc-wsi' 'ortp' 'ortp-devel' 'os-autoinst' 'os-autoinst-devel' 'os-autoinst-distri-opensuse-deps' 'os-autoinst-openvswitch' 'os-maven-plugin' 'os-maven-plugin-javadoc' 'os-service-types-doc' 'osc' 'osc' 'osc-plugin-collab' 'osc-plugin-cycle' 'osc-plugin-install' 'osc-plugin-origin' 'osc-plugin-staging' 'osclib' 'osdlyrics' 'osdlyrics-lang' 'osgi-annotation' 'osgi-annotation-javadoc' 'osgi-compendium' 'osgi-compendium-javadoc' 'osgi-core' 'osgi-core-javadoc' 'osinfo-db-tools' 'osl.imageio1_10' 'osmo-bsc' 'osmo-bsc-abisip-find' 'osmo-bsc-bs11-utils' 'osmo-bsc-ipaccess-utils' 'osmo-bsc-meas-utils' 'osmo-bts' 'osmo-bts-omldummy' 'osmo-bts-virtual' 'osmo-fl2k' 'osmo-fl2k-devel' 'osmo-fl2k-udev' 'osmo-gbproxy' 'osmo-ggsn' 'osmo-gtphub' 'osmo-hlr' 'osmo-iuh' 'osmo-mgw' 'osmo-msc' 'osmo-pcap' 'osmo-pcu' 'osmo-remsim-bankd' 'osmo-remsim-client' 'osmo-remsim-server' 'osmo-sgsn' 'osmo-sip-connector' 'osmo-stp' 'osmo-trx' 'osmo-trx-lms' 'osmo-trx-uhd' 'osmo-trx-usrp1' 'osmosdr' 'osmosdr-devel' 'ossim' 'ossim-devel' 'ossim-sample-data' 'osslsigncode' 'ossp-uuid' 'otb-bin' 'otb-devel' 'otb-qt' 'oto' 'otpclient' 'otrs' 'otrs-doc' 'otrs-itsm' 'otter-browser' 'ovirt-guest-agent-common' 'ovmf-tools' 'ovnkube' 'ovnkube-cni' 'owasp-modsecurity-crs' 'owasp-modsecurity-crs-base_rules' 'owasp-modsecurity-crs-experimental_rules' 'owasp-modsecurity-crs-optional_rules' 'owasp-modsecurity-crs-slr_rules' 'owncloud-client' 'owncloud-client' 'owncloud-client-caja' 'owncloud-client-debuginfo' 'owncloud-client-debugsource' 'owncloud-client-dolphin' 'owncloud-client-dolphin-debuginfo' 'owncloud-client-l10n' 'owncloud-client-nautilus' 'owncloud-client-nemo' 'oxygen-gtk2' 'oxygen-gtk2-debugsource' 'oxygen5' 'oxygen5-cursors' 'oxygen5-decoration' 'oxygen5-icon-theme-scalable' 'oxygen5-lang' 'oxygen5-style' 'oxygen5-style-32bit' 'oyranos' 'oyranos-monitor' 'oyranos-profile-graph' 'oyranos-qcmsevents' 'oyranos-ui-fltk' 'p0f' 'p11-kit-nss-trust' 'p11-kit-nss-trust-32bit' 'p11-kit-server' 'p7zip-doc' 'p8-platform-devel' 'pacemaker' 'pacemaker-cli' 'pacemaker-cts' 'pacemaker-remote' 'packETH' 'package-translations' 'package-update-indicator' 'package-update-indicator-lang' 'packit' 'pacpl' 'pacpl' 'paexec' 'paexec-examples' 'pagein' 'pagein-bash-completion' 'pagemon' 'pagemon-bash-completion' 'pagetools' 'paglinawan-quicksand-fonts' 'pagul-fonts' 'pagure' 'pagure-ci' 'pagure-ev' 'pagure-loadjson' 'pagure-logcom' 'pagure-milters' 'pagure-mirror' 'pagure-theme-chameleon' 'pagure-theme-default-openSUSE' 'pagure-theme-default-upstream' 'pagure-theme-pagureio' 'pagure-theme-srcfpo' 'pagure-theme-upstream' 'pagure-webhook' 'palapeli' 'palapeli-data' 'palapeli-devel' 'palapeli-lang' 'palaura' 'palette' 'palette-lang' 'palm-db-tools' 'pam-devel' 'pam-devel-32bit' 'pam-doc' 'pam-extra' 'pam-test' 'pam_apparmor' 'pam_apparmor-32bit' 'pam_ccreds' 'pam_ccreds-32bit' 'pam_cgfs' 'pam_chroot' 'pam_chroot-32bit' 'pam_cifscreds' 'pam_csync' 'pam_csync-32bit' 'pam_dbus' 'pam_krb5' 'pam_krb5-32bit' 'pam_kwallet' 'pam_kwallet-32bit' 'pam_kwallet-common' 'pam_mktemp' 'pam_mktemp-32bit' 'pam_mount' 'pam_mount-32bit' 'pam_oath' 'pam_p11' 'pam_p11-32bit' 'pam_passwdqc' 'pam_passwdqc-32bit' 'pam_pkcs11' 'pam_pkcs11-32bit' 'pam_pkcs11-devel-doc' 'pam_pwquality' 'pam_radius' 'pam_radius-32bit' 'pam_script' 'pam_snapper' 'pam_ssh' 'pam_ssh-32bit' 'pam_u2f' 'pam_userpass' 'pam_userpass-32bit' 'pam_wrapper' 'pam_yubico' 'pamix' 'pamixer' 'pan' 'pan-lang' 'pandoc' 'pango-devel' 'pango-devel-32bit' 'pango-tools' 'pangomm-devel' 'pangomm-doc' 'pangomm1_4-devel' 'pangomm1_4-doc' 'panini' 'pantheon-wallpapers-branding-upstream' 'paper-icon-theme' 'paperclips' 'paperclips-javadoc' 'paperjam' 'paperkey' 'papi' 'papi-devel' 'papi-devel-32bit' 'papi-devel-static' 'papi-hpc' 'papi-hpc-devel' 'papi_6_0_0-hpc' 'papi_6_0_0-hpc-devel' 'papi_6_0_0-hpc-devel-static' 'papirus-icon-theme' 'paprefs' 'paprefs-lang' 'paps' 'par' 'par2cmdline' 'paradise' 'parallel-netcdf-devel-data' 'parallel-netcdf-mvapich2' 'parallel-netcdf-mvapich2-devel' 'parallel-netcdf-mvapich2-devel-static' 'parallel-netcdf-openmpi1' 'parallel-netcdf-openmpi1-devel' 'parallel-netcdf-openmpi1-devel-static' 'parallel-netcdf-openmpi2' 'parallel-netcdf-openmpi2-devel' 'parallel-netcdf-openmpi2-devel-static' 'parallel-netcdf-openmpi3' 'parallel-netcdf-openmpi3-devel' 'parallel-netcdf-openmpi3-devel-static' 'paranamer' 'paranamer-ant' 'paranamer-generator' 'paranamer-javadoc' 'paranamer-maven-plugin' 'paranamer-parent' 'paratype-pt-mono-fonts' 'paratype-pt-sans-fonts' 'paratype-pt-serif-fonts' 'paraview' 'paraview-devel' 'paraview-plugins' 'paraviewdata' 'parboiled' 'parboiled-javadoc' 'parboiled-scala' 'parboiled-scala-javadoc' 'parcellite' 'pari-devel' 'pari-elldata' 'pari-galdata' 'pari-galpol' 'pari-gp' 'pari-nftables' 'pari-seadata' 'parkverbot' 'parlatype' 'parlatype-lang' 'parley' 'parley-lang' 'parole' 'parole-devel' 'parole-lang' 'parpack-openmpi1-devel' 'parpack-openmpi1-devel-32bit' 'parpack-openmpi2-devel' 'parpack-openmpi2-devel-32bit' 'parpack-openmpi3-devel' 'parpack-openmpi3-devel-32bit' 'partclone' 'partclone-lang' 'parted-devel' 'parti' 'partitionmanager' 'partitionmanager' 'partitionmanager-debuginfo' 'partitionmanager-debugsource' 'partitionmanager-lang' 'parzip' 'pass-otp' 'passwdqc' 'passwdqc-devel' 'password-store' 'password-store-dmenu' 'pasystray' 'patch2mail' 'patchelf' 'patchutils' 'patool' 'patool-bash-completion' 'patterns-base-32bit' 'patterns-base-apparmor-32bit' 'patterns-base-base-32bit' 'patterns-base-basic_desktop' 'patterns-base-console' 'patterns-base-documentation' 'patterns-base-enhanced_base-32bit' 'patterns-base-minimal_base-32bit' 'patterns-base-sw_management-32bit' 'patterns-base-transactional_base' 'patterns-base-update_test' 'patterns-base-x11-32bit' 'patterns-base-x11_enhanced-32bit' 'patterns-ceph-containers-ceph_base' 'patterns-containers-container_runtime' 'patterns-containers-container_runtime_kubernetes' 'patterns-containers-kubeadm' 'patterns-containers-kubernetes_utilities' 'patterns-containers-kubic_admin' 'patterns-containers-kubic_loadbalancer' 'patterns-containers-kubic_worker' 'patterns-desktop-imaging' 'patterns-desktop-laptop' 'patterns-desktop-technical_writing' 'patterns-devel-C-C++-devel_C_C++' 'patterns-devel-base-devel_basis' 'patterns-devel-base-devel_basis-32bit' 'patterns-devel-base-devel_kernel' 'patterns-devel-base-devel_kernel-32bit' 'patterns-devel-base-devel_rpm_build' 'patterns-devel-base-devel_web' 'patterns-devel-java-devel_java' 'patterns-devel-mono-devel_mono' 'patterns-devel-osc-devel_osc_build' 'patterns-devel-perl-devel_perl' 'patterns-devel-ruby-devel_ruby' 'patterns-devel-tcl-devel_tcl' 'patterns-enlightenment-enlightenment' 'patterns-gnome-devel_gnome' 'patterns-gnome-gnome' 'patterns-gnome-gnome_basic' 'patterns-gnome-gnome_basis' 'patterns-gnome-gnome_basis_opt' 'patterns-gnome-gnome_games' 'patterns-gnome-gnome_ide' 'patterns-gnome-gnome_imaging' 'patterns-gnome-gnome_internet' 'patterns-gnome-gnome_multimedia' 'patterns-gnome-gnome_office' 'patterns-gnome-gnome_utilities' 'patterns-gnome-gnome_x11' 'patterns-gnome-gnome_yast' 'patterns-gnome-sw_management_gnome' 'patterns-hpc-compute_node' 'patterns-hpc-development_node' 'patterns-hpc-libraries' 'patterns-hpc-workload_server' 'patterns-kde-devel_kde_frameworks' 'patterns-kde-devel_qt5' 'patterns-kde-kde_edutainment' 'patterns-kde-kde_ide' 'patterns-kde-kde_imaging' 'patterns-kde-kde_telepathy' 'patterns-leechcraft-leechcraft' 'patterns-leechcraft-leechcraft_browser' 'patterns-leechcraft-leechcraft_media' 'patterns-leechcraft-leechcraft_messenger' 'patterns-leechcraft-leechcraft_netutils' 'patterns-leechcraft-leechcraft_office' 'patterns-leechcraft-leechcraft_utilities' 'patterns-lxde-lxde' 'patterns-lxde-lxde_laptop' 'patterns-lxde-lxde_office' 'patterns-lxqt-lxqt' 'patterns-mate-mate' 'patterns-mate-mate_admin' 'patterns-mate-mate_basis' 'patterns-mate-mate_internet' 'patterns-mate-mate_laptop' 'patterns-mate-mate_office' 'patterns-mate-mate_office_opt' 'patterns-mate-mate_utilities' 'patterns-media-rest_cd_core' 'patterns-media-rest_cd_gnome' 'patterns-media-rest_cd_kde' 'patterns-media-rest_cd_x11' 'patterns-media-rest_core_dvd' 'patterns-media-rest_dvd' 'patterns-microos-alt_onlyDVD' 'patterns-microos-apparmor' 'patterns-microos-base' 'patterns-microos-basesystem' 'patterns-microos-cloud' 'patterns-microos-defaults' 'patterns-microos-desktop-gnome' 'patterns-microos-desktop-kde' 'patterns-microos-hardware' 'patterns-microos-ima_evm' 'patterns-microos-onlyDVD' 'patterns-microos-selinux' 'patterns-microos-sssd_ldap' 'patterns-network-network_admin' 'patterns-non_oss' 'patterns-non_oss_opt' 'patterns-rpm-macros' 'patterns-server-dhcp_dns_server' 'patterns-server-dhcp_dns_server-32bit' 'patterns-server-directory_server' 'patterns-server-directory_server-32bit' 'patterns-server-file_server' 'patterns-server-file_server-32bit' 'patterns-server-gateway_server' 'patterns-server-gateway_server-32bit' 'patterns-server-lamp_server' 'patterns-server-lamp_server-32bit' 'patterns-server-mail_server' 'patterns-server-mail_server-32bit' 'patterns-server-printing' 'patterns-server-printing-32bit' 'patterns-server-xen_server' 'patterns-server-xen_tools' 'patterns-xfce-xfce' 'patterns-xfce-xfce_basis' 'patterns-xfce-xfce_laptop' 'patterns-xfce-xfce_office' 'patterns-yast-devel_yast' 'patterns-yast-yast2_install_wf' 'pavucontrol' 'pavucontrol-lang' 'pavucontrol-qt' 'pavucontrol-qt-lang' 'pavumeter' 'pax-utils' 'pbm2l7k' 'pbuilder' 'pbzip2' 'pcapdump' 'pcapinfo' 'pcaudiolib-devel' 'pcb' 'pcb-doc' 'pcc' 'pcfclock' 'pcfclock-kmp-default' 'pcfclock-kmp-pae' 'pciutils-devel' 'pciutils-devel-32bit' 'pcm' 'pcmanfm' 'pcmanfm-devel' 'pcmanfm-lang' 'pcmanfm-qt' 'pcmanfm-qt-lang' 'pcmanx-gtk2' 'pcmciautils' 'pcp' 'pcp-conf' 'pcp-devel' 'pcp-doc' 'pcp-export-pcp2elasticsearch' 'pcp-export-pcp2graphite' 'pcp-export-pcp2influxdb' 'pcp-export-pcp2json' 'pcp-export-pcp2spark' 'pcp-export-pcp2xml' 'pcp-export-pcp2zabbix' 'pcp-export-zabbix-agent' 'pcp-gui' 'pcp-import-collectl2pcp' 'pcp-import-ganglia2pcp' 'pcp-import-iostat2pcp' 'pcp-import-mrtg2pcp' 'pcp-import-sar2pcp' 'pcp-manager' 'pcp-pmda-activemq' 'pcp-pmda-apache' 'pcp-pmda-bash' 'pcp-pmda-bind2' 'pcp-pmda-bonding' 'pcp-pmda-cifs' 'pcp-pmda-cisco' 'pcp-pmda-dbping' 'pcp-pmda-dm' 'pcp-pmda-docker' 'pcp-pmda-ds389' 'pcp-pmda-ds389log' 'pcp-pmda-elasticsearch' 'pcp-pmda-gfs2' 'pcp-pmda-gluster' 'pcp-pmda-gpfs' 'pcp-pmda-gpsd' 'pcp-pmda-haproxy' 'pcp-pmda-infiniband' 'pcp-pmda-json' 'pcp-pmda-lmsensors' 'pcp-pmda-logger' 'pcp-pmda-lustre' 'pcp-pmda-lustrecomm' 'pcp-pmda-mailq' 'pcp-pmda-memcache' 'pcp-pmda-mic' 'pcp-pmda-mounts' 'pcp-pmda-mysql' 'pcp-pmda-named' 'pcp-pmda-netfilter' 'pcp-pmda-news' 'pcp-pmda-nfsclient' 'pcp-pmda-nginx' 'pcp-pmda-nutcracker' 'pcp-pmda-nvidia-gpu' 'pcp-pmda-oracle' 'pcp-pmda-pdns' 'pcp-pmda-perfevent' 'pcp-pmda-postfix' 'pcp-pmda-prometheus' 'pcp-pmda-redis' 'pcp-pmda-roomtemp' 'pcp-pmda-rpm' 'pcp-pmda-rsyslog' 'pcp-pmda-samba' 'pcp-pmda-sendmail' 'pcp-pmda-shping' 'pcp-pmda-slurm' 'pcp-pmda-smart' 'pcp-pmda-snmp' 'pcp-pmda-summary' 'pcp-pmda-systemd' 'pcp-pmda-trace' 'pcp-pmda-unbound' 'pcp-pmda-vmware' 'pcp-pmda-weblog' 'pcp-pmda-zimbra' 'pcp-pmda-zswap' 'pcp-system-tools' 'pcp-testsuite' 'pcp-webapi' 'pcp-zeroconf' 'pcre-devel' 'pcre-devel-static' 'pcre-doc' 'pcre-tools' 'pcre2-devel' 'pcre2-devel-static' 'pcre2-doc' 'pcre2-tools' 'pcsc-acr38' 'pcsc-acr38-devel' 'pcsc-acsccid' 'pcsc-asedriveiiie-serial' 'pcsc-asedriveiiie-usb' 'pcsc-asekey' 'pcsc-ccid' 'pcsc-cyberjack' 'pcsc-eco5000' 'pcsc-gempc' 'pcsc-lite-devel' 'pcsc-reflex60' 'pcsc-tools' 'pcsc-towitoko' 'pcsc-towitoko-devel' 'pcsx2' 'pcsxr' 'pcsxr' 'pcsxr-debuginfo' 'pcsxr-debugsource' 'pdf2djvu' 'pdf2djvu-lang' 'pdf2svg' 'pdfgrep' 'pdftk' 'pdftk' 'pdftk-debuginfo' 'pdftk-debugsource' 'pdftk-qgui' 'pdftk-qgui' 'pdftk-qgui-debuginfo' 'pdi2iso' 'pdi2iso' 'pdi2iso-debuginfo' 'pdi2iso-debugsource' 'pdns' 'pdns-backend-geoip' 'pdns-backend-godbc' 'pdns-backend-ldap' 'pdns-backend-lua' 'pdns-backend-mydns' 'pdns-backend-mysql' 'pdns-backend-postgresql' 'pdns-backend-remote' 'pdns-backend-sqlite3' 'pdns-common' 'pdns-recursor' 'pdnsd' 'pdnsd-doc' 'pdsh' 'pdsh-dshgroup' 'pdsh-genders' 'pdsh-machines' 'pdsh-netgroup' 'pdsh-slurm' 'peazip' 'peazip-kf5' 'peek' 'peek-lang' 'pegdown' 'pegdown-javadoc' 'pegtl-devel' 'pegtl-devel-doc' 'peksystray' 'pen' 'pencil' 'pentaho-libxml-javadoc' 'pentaho-reporting-flow-engine-javadoc' 'percona-toolkit' 'performous' 'performous' 'performous-debuginfo' 'performous-debugsource' 'perftest' 'perl-Acme-Damn' 'perl-Algorithm-Annotate' 'perl-Algorithm-C3' 'perl-Algorithm-CheckDigits' 'perl-Algorithm-Combinatorics' 'perl-Algorithm-Diff' 'perl-Alien-Build' 'perl-Alien-Libxml2' 'perl-Alien-SDL' 'perl-Alien-Tidyp' 'perl-Alien-wxWidgets' 'perl-Any-Moose' 'perl-AnyEvent' 'perl-AnyEvent-HTTP' 'perl-AnyEvent-I3' 'perl-Apache-AuthCookie' 'perl-Apache-DBI' 'perl-Apache-Filter' 'perl-Apache-LogFormat-Compiler' 'perl-Apache-Session' 'perl-Apache-SessionX' 'perl-Apache2-AuthCookieDBI' 'perl-App-Ack' 'perl-App-CELL' 'perl-App-CLI' 'perl-App-Cmd' 'perl-App-Dochazka-CLI' 'perl-App-Dochazka-Common' 'perl-App-Dochazka-REST' 'perl-App-Dochazka-WWW' 'perl-App-FatPacker' 'perl-App-MFILE' 'perl-App-MFILE-WWW' 'perl-App-Nopaste' 'perl-App-Rad' 'perl-App-Rad-Plugin-MoreHelp' 'perl-App-cpanminus' 'perl-App-perlbrew' 'perl-AppConfig' 'perl-Archive-Cpio' 'perl-Archive-Extract' 'perl-Archive-Peek' 'perl-Archive-Tar-Wrapper' 'perl-Array-Unique' 'perl-Audio-FLAC-Header' 'perl-Audio-FLAC-Header' 'perl-Audio-FLAC-Header-debugsource' 'perl-Audio-Musepack' 'perl-Audio-Musepack' 'perl-Audio-RPLD' 'perl-Audio-Scan' 'perl-Audio-Scan' 'perl-Audio-Scan-debuginfo' 'perl-Audio-Scan-debugsource' 'perl-Audio-WMA' 'perl-Audio-WMA' 'perl-Authen-DecHpwd' 'perl-Authen-Passphrase' 'perl-Authen-SASL-Cyrus' 'perl-B-COW' 'perl-B-Debug' 'perl-B-Hooks-EndOfScope' 'perl-B-Hooks-OP-Annotation' 'perl-B-Hooks-OP-Check' 'perl-B-Hooks-OP-PPAddr' 'perl-B-Keywords' 'perl-B-Utils' 'perl-BIND-Conf_Parser' 'perl-BSD-Resource' 'perl-Benchmark-Timer' 'perl-BerkeleyDB' 'perl-Bit-Vector' 'perl-Boost-Geometry-Utils' 'perl-Bootloader-YAML' 'perl-Browser-Open' 'perl-Business-ISBN' 'perl-Business-ISBN-Data' 'perl-Business-ISMN' 'perl-Business-ISSN' 'perl-CBOR-XS' 'perl-CBOR-XS' 'perl-CBOR-XS-debuginfo' 'perl-CBOR-XS-debugsource' 'perl-CDDB' 'perl-CDDB' 'perl-CDDB_get' 'perl-CGI' 'perl-CGI-Ajax' 'perl-CGI-Application' 'perl-CGI-FastTemplate' 'perl-CGI-FormBuilder' 'perl-CGI-Session' 'perl-CGI-Simple' 'perl-CHI' 'perl-CLASS' 'perl-CPAN-DistnameInfo' 'perl-CPAN-Meta-Check' 'perl-CPAN-Meta-Requirements' 'perl-CPAN-Mini' 'perl-CPAN-Perl-Releases' 'perl-CPAN-Uploader' 'perl-CSS-Minifier-XS' 'perl-CSS-Tiny' 'perl-Cache-Cache' 'perl-Cache-LRU' 'perl-Cache-Memcached' 'perl-Cairo' 'perl-Cairo-GObject' 'perl-Calendar-Simple' 'perl-Canary-Stability' 'perl-Capture-Tiny' 'perl-Carp-Always' 'perl-Carp-Assert' 'perl-Carp-Assert-More' 'perl-Carp-Clan' 'perl-Carton' 'perl-Catalyst-Manual' 'perl-Chart' 'perl-Class-Accessor' 'perl-Class-Accessor-Chained' 'perl-Class-Accessor-Grouped' 'perl-Class-Accessor-Lite' 'perl-Class-Adapter' 'perl-Class-Autouse' 'perl-Class-Base' 'perl-Class-C3' 'perl-Class-C3-Adopt-NEXT' 'perl-Class-C3-Componentised' 'perl-Class-C3-XS' 'perl-Class-Container' 'perl-Class-DBI' 'perl-Class-Data-Inheritable' 'perl-Class-Date' 'perl-Class-ErrorHandler' 'perl-Class-Factory-Util' 'perl-Class-ISA' 'perl-Class-Inner' 'perl-Class-Inspector' 'perl-Class-Load' 'perl-Class-Load-XS' 'perl-Class-MakeMethods' 'perl-Class-Method-Modifiers' 'perl-Class-Method-Modifiers-Fast' 'perl-Class-MethodMaker' 'perl-Class-Mix' 'perl-Class-Multimethods' 'perl-Class-ReturnValue' 'perl-Class-Singleton' 'perl-Class-Spiffy' 'perl-Class-Std' 'perl-Class-Tiny' 'perl-Class-Trigger' 'perl-Class-Unload' 'perl-Class-WhiteHole' 'perl-Class-XPath' 'perl-Class-XSAccessor' 'perl-Clone' 'perl-Clone-Choose' 'perl-Clone-PP' 'perl-Code-DRY' 'perl-CommonMark' 'perl-Compress-Bzip2' 'perl-Compress-Raw-Lzma' 'perl-Config-Any' 'perl-Config-Auto' 'perl-Config-AutoConf' 'perl-Config-Crontab' 'perl-Config-General' 'perl-Config-GitLike' 'perl-Config-Grammar' 'perl-Config-INI' 'perl-Config-IniFiles' 'perl-Config-MVP' 'perl-Config-MVP-Reader-INI' 'perl-Config-MySQL' 'perl-Config-Simple' 'perl-Config-Std' 'perl-Config-Tiny' 'perl-Const-Fast' 'perl-Context-Preserve' 'perl-Contextual-Return' 'perl-Convert-ASN1' 'perl-Convert-BER' 'perl-Convert-BinHex' 'perl-Convert-TNEF' 'perl-Convert-UUlib' 'perl-Cookie-Baker' 'perl-Crypt-Blowfish' 'perl-Crypt-CBC' 'perl-Crypt-DES' 'perl-Crypt-DH-GMP' 'perl-Crypt-Eksblowfish' 'perl-Crypt-MySQL' 'perl-Crypt-OpenSSL-Bignum' 'perl-Crypt-OpenSSL-Guess' 'perl-Crypt-OpenSSL-RSA' 'perl-Crypt-OpenSSL-Random' 'perl-Crypt-PasswdMD5' 'perl-Crypt-RC4' 'perl-Crypt-Rijndael' 'perl-Crypt-Rot13' 'perl-Crypt-SSLeay' 'perl-Crypt-SaltedHash' 'perl-Crypt-Twofish' 'perl-Crypt-Twofish' 'perl-Crypt-Twofish-debuginfo' 'perl-Crypt-Twofish-debugsource' 'perl-Crypt-UnixCrypt_XS' 'perl-CryptX' 'perl-Curses' 'perl-CursesWidgets' 'perl-Cwd-Guard' 'perl-DBD-CSV' 'perl-DBD-MariaDB' 'perl-DBD-ODBC' 'perl-DBD-Pg' 'perl-DBD-XBase' 'perl-DBD-mysql' 'perl-DBICx-TestDatabase' 'perl-DBIx-Class' 'perl-DBIx-Class-DeploymentHandler' 'perl-DBIx-Class-DynamicDefault' 'perl-DBIx-Class-Fixtures' 'perl-DBIx-Class-InflateColumn-FS' 'perl-DBIx-Class-IntrospectableM2M' 'perl-DBIx-Class-OptimisticLocking' 'perl-DBIx-Class-Schema-Config' 'perl-DBIx-Class-Schema-Loader' 'perl-DBIx-Class-UUIDColumns' 'perl-DBIx-Connector' 'perl-DBIx-ContextualFetch' 'perl-DBIx-Simple' 'perl-DBIx-Transaction' 'perl-DBM-Deep' 'perl-DNS-LDNS' 'perl-Daemon-Generic' 'perl-Data-Clone' 'perl-Data-Compare' 'perl-Data-Dump' 'perl-Data-Dump-Streamer' 'perl-Data-Dumper-Concise' 'perl-Data-Entropy' 'perl-Data-Float' 'perl-Data-Hexify' 'perl-Data-Hierarchy' 'perl-Data-Integer' 'perl-Data-ObjectDriver' 'perl-Data-OptList' 'perl-Data-Page' 'perl-Data-Peek' 'perl-Data-Perl' 'perl-Data-Printer' 'perl-Data-Random' 'perl-Data-Section' 'perl-Data-Section-Simple' 'perl-Data-ShowTable' 'perl-Data-Structure-Util' 'perl-Data-Tumbler' 'perl-Data-Uniqid' 'perl-Data-Util' 'perl-Data-Validate-Domain' 'perl-Data-Validate-IP' 'perl-Data-Visitor' 'perl-Date-Calc' 'perl-Date-Holidays-CZ' 'perl-Date-Manip' 'perl-Date-Simple' 'perl-Date-Tiny' 'perl-DateTime' 'perl-DateTime-Calendar-Julian' 'perl-DateTime-Calendar-Mayan' 'perl-DateTime-Format-Builder' 'perl-DateTime-Format-DateParse' 'perl-DateTime-Format-Flexible' 'perl-DateTime-Format-ISO8601' 'perl-DateTime-Format-Mail' 'perl-DateTime-Format-MySQL' 'perl-DateTime-Format-Natural' 'perl-DateTime-Format-Pg' 'perl-DateTime-Format-SQLite' 'perl-DateTime-Format-Strptime' 'perl-DateTime-Format-W3CDTF' 'perl-DateTime-Locale' 'perl-DateTime-TimeZone' 'perl-DateTime-Tiny' 'perl-Debug-Trace' 'perl-Declare-Constraints-Simple' 'perl-Devel-Caller' 'perl-Devel-CheckBin' 'perl-Devel-CheckCompiler' 'perl-Devel-CheckLib' 'perl-Devel-CheckOS' 'perl-Devel-Confess' 'perl-Devel-CoreStack' 'perl-Devel-Cover' 'perl-Devel-Cover-Report-Codecov' 'perl-Devel-Cycle' 'perl-Devel-Declare' 'perl-Devel-FindPerl' 'perl-Devel-GlobalDestruction' 'perl-Devel-GlobalPhase' 'perl-Devel-Hide' 'perl-Devel-Leak' 'perl-Devel-LexAlias' 'perl-Devel-NYTProf' 'perl-Devel-OverloadInfo' 'perl-Devel-PPPort' 'perl-Devel-PartialDump' 'perl-Devel-PatchPerl' 'perl-Devel-REPL' 'perl-Devel-StackTrace' 'perl-Devel-StackTrace-AsHTML' 'perl-Devel-TakeHashArgs' 'perl-Devel-Trace' 'perl-Device-SerialPort' 'perl-Device-Yeelight' 'perl-Digest-CRC' 'perl-Digest-JHash' 'perl-Digest-MD5' 'perl-Digest-Perl-MD5' 'perl-Dist-CheckConflicts' 'perl-Dist-Zilla' 'perl-Dumbbench' 'perl-Email-Abstract' 'perl-Email-Address' 'perl-Email-Address-XS' 'perl-Email-Date-Format' 'perl-Email-Find' 'perl-Email-Find' 'perl-Email-MIME' 'perl-Email-MIME-ContentType' 'perl-Email-MIME-Encodings' 'perl-Email-MessageID' 'perl-Email-Reply' 'perl-Email-Send' 'perl-Email-Sender' 'perl-Email-Simple' 'perl-Email-Valid' 'perl-Encode' 'perl-Encode-Detect' 'perl-Encode-EUCJPASCII' 'perl-Encode-HanExtra' 'perl-Encode-JIS2K' 'perl-Eval-Closure' 'perl-Eval-LineNumbers' 'perl-Event' 'perl-Event-ExecFlow' 'perl-Event-ExecFlow' 'perl-Event-RPC' 'perl-Event-RPC' 'perl-Exception-Base' 'perl-Exception-Class' 'perl-Expect' 'perl-Export-Attrs' 'perl-Exporter-Declare' 'perl-Exporter-Lite' 'perl-Exporter-Tidy' 'perl-Exporter-Tiny' 'perl-ExtUtils-CBuilder' 'perl-ExtUtils-CChecker' 'perl-ExtUtils-Config' 'perl-ExtUtils-CppGuess' 'perl-ExtUtils-Depends' 'perl-ExtUtils-F77' 'perl-ExtUtils-Helpers' 'perl-ExtUtils-InstallPaths' 'perl-ExtUtils-LibBuilder' 'perl-ExtUtils-MakeMaker' 'perl-ExtUtils-MakeMaker-CPANfile' 'perl-ExtUtils-Manifest' 'perl-ExtUtils-PkgConfig' 'perl-ExtUtils-Typemaps-Default' 'perl-ExtUtils-XSpp' 'perl-FFI-CheckLib' 'perl-FastCGI' 'perl-Feed-Find' 'perl-Fennec-Lite' 'perl-File-BaseDir' 'perl-File-Basename-Object' 'perl-File-Comments' 'perl-File-Copy-Recursive' 'perl-File-Copy-Recursive-Reduced' 'perl-File-DesktopEntry' 'perl-File-Find-Rule' 'perl-File-Find-Rule-Perl' 'perl-File-Finder' 'perl-File-Flock' 'perl-File-HomeDir' 'perl-File-LibMagic' 'perl-File-MMagic' 'perl-File-Map' 'perl-File-MimeInfo' 'perl-File-Mork' 'perl-File-Next' 'perl-File-Path' 'perl-File-Path-Tiny' 'perl-File-ReadBackwards' 'perl-File-Remove' 'perl-File-Rsync' 'perl-File-ShareDir' 'perl-File-ShareDir-Install' 'perl-File-ShareDir-ProjectDistDir' 'perl-File-Slurp' 'perl-File-Slurp-Tiny' 'perl-File-Slurp-Unicode' 'perl-File-Slurper' 'perl-File-Sync' 'perl-File-Tail' 'perl-File-Temp' 'perl-File-Touch' 'perl-File-Type' 'perl-File-Unpack' 'perl-File-Which' 'perl-File-chdir' 'perl-File-pushd' 'perl-FileHandle-Unget' 'perl-Filesys-Df' 'perl-Filesys-Notify-Simple' 'perl-Filesys-Statvfs' 'perl-Finance-Quote' 'perl-FindBin-Real' 'perl-Font-AFM' 'perl-Font-TTF' 'perl-FreezeThaw' 'perl-Furl' 'perl-Fuse' 'perl-Future' 'perl-GD' 'perl-GD-Barcode' 'perl-GD-Graph3d' 'perl-GDGraph' 'perl-GDTextUtil' 'perl-GStreamer1' 'perl-Geo-Coordinates-UTM' 'perl-Geography-Countries' 'perl-Getopt-ArgvFile' 'perl-Getopt-Long-Descriptive' 'perl-Getopt-Tabular' 'perl-Git-Version-Compare' 'perl-Glib' 'perl-Glib-Object-Introspection' 'perl-Gnome2-Canvas' 'perl-Gnome2-VFS' 'perl-Gnome2-Wnck' 'perl-GnuPG-Interface' 'perl-GooCanvas2' 'perl-Graph' 'perl-GraphViz' 'perl-Graphics-ColorUtils' 'perl-GraphicsMagick' 'perl-Gravatar-URL' 'perl-Growl-GNTP' 'perl-Gtk2' 'perl-Gtk2-AppIndicator' 'perl-Gtk2-Ex-FormFactory' 'perl-Gtk2-Ex-FormFactory' 'perl-Gtk2-GladeXML' 'perl-Gtk2-GladeXML' 'perl-Gtk2-GladeXML-debuginfo' 'perl-Gtk2-GladeXML-debugsource' 'perl-Gtk2-ImageView' 'perl-Gtk2-Notify' 'perl-Gtk2-Notify' 'perl-Gtk2-Notify-debuginfo' 'perl-Gtk2-Notify-debugsource' 'perl-Gtk2-TrayIcon' 'perl-Gtk2-TrayIcon' 'perl-Gtk2-TrayIcon-debuginfo' 'perl-Gtk2-TrayIcon-debugsource' 'perl-Gtk2-Unique' 'perl-Gtk3' 'perl-Gtk3-SimpleList' 'perl-Guard' 'perl-HTML-Clean' 'perl-HTML-Element-Extended' 'perl-HTML-Encoding' 'perl-HTML-FillInForm' 'perl-HTML-Form' 'perl-HTML-FormHandler' 'perl-HTML-Format' 'perl-HTML-FormatText-WithLinks' 'perl-HTML-FromText' 'perl-HTML-FromText' 'perl-HTML-RewriteAttributes' 'perl-HTML-Scrubber' 'perl-HTML-SimpleParse' 'perl-HTML-Stream' 'perl-HTML-Strip' 'perl-HTML-Strip' 'perl-HTML-Strip-debuginfo' 'perl-HTML-Strip-debugsource' 'perl-HTML-TableExtract' 'perl-HTML-Template' 'perl-HTML-Tidy' 'perl-HTML-TokeParser-Simple' 'perl-HTML-Tree' 'perl-HTTP-Body' 'perl-HTTP-Cache-Transparent' 'perl-HTTP-Cache-Transparent' 'perl-HTTP-Cache-Transparent-debugsource' 'perl-HTTP-DAV' 'perl-HTTP-Entity-Parser' 'perl-HTTP-Headers-ActionPack' 'perl-HTTP-Headers-Fast' 'perl-HTTP-Lite' 'perl-HTTP-MultiPartParser' 'perl-HTTP-Parser-XS' 'perl-HTTP-Request-AsCGI' 'perl-HTTP-Server-Simple' 'perl-HTTP-Thin' 'perl-HTTP-Tiny' 'perl-HTTPS-Daemon' 'perl-Hamlib' 'perl-Hash-Merge' 'perl-Hash-Merge-Simple' 'perl-Hash-MoreUtils' 'perl-Hash-MultiValue' 'perl-Hash-Util-FieldHash-Compat' 'perl-Hook-LexWrap' 'perl-IO-All' 'perl-IO-Async' 'perl-IO-CaptureOutput' 'perl-IO-Event' 'perl-IO-Handle-Util' 'perl-IO-Interactive' 'perl-IO-Interface' 'perl-IO-Multiplex' 'perl-IO-Pager' 'perl-IO-Pipely' 'perl-IO-SessionData' 'perl-IO-Socket-INET6' 'perl-IO-Socket-Multicast' 'perl-IO-Socket-PortState' 'perl-IO-Socket-Timeout' 'perl-IO-String' 'perl-IO-Stty' 'perl-IO-Tee' 'perl-IO-TieCombine' 'perl-IO-Tty' 'perl-IO-stringy' 'perl-IP-Country' 'perl-IPC-Run' 'perl-IPC-Run3' 'perl-IPC-ShareLite' 'perl-IPC-System-Simple' 'perl-IRI' 'perl-Ima-DBI' 'perl-Image-Info' 'perl-Image-Sane' 'perl-Image-Size' 'perl-Import-Into' 'perl-Importer' 'perl-Inline' 'perl-Inline-C' 'perl-Inline-C' 'perl-Inline-C-debugsource' 'perl-Inline-Python' 'perl-Iterator' 'perl-Iterator-Util' 'perl-JSON' 'perl-JSON-Any' 'perl-JSON-DWIW' 'perl-JSON-MaybeXS' 'perl-JSON-RPC' 'perl-JSON-Validator' 'perl-JSON-XS' 'perl-JavaScript-Minifier-XS' 'perl-LWP-Online' 'perl-Lexical-Persistence' 'perl-Lexical-SealRequireHints' 'perl-Lingua-EN-FindNumber' 'perl-Lingua-EN-Inflect' 'perl-Lingua-EN-Inflect-Number' 'perl-Lingua-EN-Inflect-Phrase' 'perl-Lingua-EN-Number-IsOrdinal' 'perl-Lingua-EN-Numbers-Ordinate' 'perl-Lingua-EN-Numbers-Ordinate' 'perl-Lingua-EN-Numbers-Ordinate-debugsource' 'perl-Lingua-EN-Sentence' 'perl-Lingua-EN-Tagger' 'perl-Lingua-EN-Words2Nums' 'perl-Lingua-PT-Stemmer' 'perl-Lingua-Preferred' 'perl-Lingua-Preferred' 'perl-Lingua-Preferred-debugsource' 'perl-Lingua-Stem' 'perl-Lingua-Stem-Fr' 'perl-Lingua-Stem-It' 'perl-Lingua-Stem-Ru' 'perl-Lingua-Stem-Snowball' 'perl-Lingua-Stem-Snowball-Da' 'perl-Lingua-Translit' 'perl-Linux-DesktopFiles' 'perl-Linux-Inotify2' 'perl-Linux-Pid' 'perl-List-AllUtils' 'perl-List-BinarySearch' 'perl-List-BinarySearch-XS' 'perl-List-MoreUtils' 'perl-List-MoreUtils-XS' 'perl-List-SomeUtils' 'perl-List-SomeUtils-XS' 'perl-List-UtilsBy' 'perl-Locale-Maketext-Gettext' 'perl-Locale-Maketext-Lexicon' 'perl-Locale-Msgfmt' 'perl-Locale-US' 'perl-LockFile-Simple' 'perl-Log-Any' 'perl-Log-Contextual' 'perl-Log-Dispatch' 'perl-Log-Dispatch-Array' 'perl-Log-Dispatch-Config' 'perl-Log-Dispatch-FileRotate' 'perl-Log-Dispatchouli' 'perl-Log-Log4perl' 'perl-Log-Message' 'perl-Log-Message-Simple' 'perl-Log-TraceMessages' 'perl-Log-TraceMessages' 'perl-Log-TraceMessages-debugsource' 'perl-MCE' 'perl-MIME-Charset' 'perl-MIME-EncWords' 'perl-MIME-Lite' 'perl-MIME-Types' 'perl-MIME-tools' 'perl-MLDBM' 'perl-MLDBM-Sync' 'perl-MP3-Info' 'perl-MP3-Info' 'perl-MP3-Tag' 'perl-MP3-Tag' 'perl-MP4-Info' 'perl-MP4-Info' 'perl-MRO-Compat' 'perl-Mac-PropertyList' 'perl-Mail-DKIM' 'perl-Mail-IMAPClient' 'perl-Mail-Mbox-MessageParser' 'perl-Mail-SPF' 'perl-Mail-SPF-Test' 'perl-Mail-Sender' 'perl-Mail-Sendmail' 'perl-Mail-SpamAssassin' 'perl-Mail-SpamAssassin-Plugin-iXhash2' 'perl-Mason' 'perl-Math-Base-Convert' 'perl-Math-BigInt' 'perl-Math-BigInt-GMP' 'perl-Math-Calc-Units' 'perl-Math-Clipper' 'perl-Math-ConvexHull' 'perl-Math-ConvexHull-MonotoneChain' 'perl-Math-Geometry-Voronoi' 'perl-Math-Libm' 'perl-Math-PlanePath' 'perl-Math-Random-ISAAC' 'perl-Math-Round' 'perl-Memoize-ExpireLRU' 'perl-Meta-Builder' 'perl-Method-Signatures' 'perl-Method-Signatures-Simple' 'perl-Minion' 'perl-Minion-Backend-SQLite' 'perl-Mixin-Linewise' 'perl-Mo' 'perl-Mock-Config' 'perl-Mock-Quick' 'perl-Modern-Perl' 'perl-Module-Build' 'perl-Module-Build-Deprecated' 'perl-Module-Build-Tiny' 'perl-Module-Build-WithXSpp' 'perl-Module-Build-XSUtil' 'perl-Module-CPANfile' 'perl-Module-Depends' 'perl-Module-Find' 'perl-Module-Implementation' 'perl-Module-Info' 'perl-Module-Install' 'perl-Module-Install-AuthorTests' 'perl-Module-Install-ExtraTests' 'perl-Module-Load-Conditional' 'perl-Module-Metadata' 'perl-Module-Path' 'perl-Module-Pluggable' 'perl-Module-Reader' 'perl-Module-Refresh' 'perl-Module-Runtime' 'perl-Module-Runtime-Conflicts' 'perl-Module-ScanDeps' 'perl-Module-Signature' 'perl-Module-Starter' 'perl-Module-Util' 'perl-Mojo-DOM58' 'perl-Mojo-IOLoop-ReadWriteProcess' 'perl-Mojo-Pg' 'perl-Mojo-RabbitMQ-Client' 'perl-Mojo-Redis' 'perl-Mojo-SQLite' 'perl-Mojolicious' 'perl-Mojolicious-Plugin-AssetPack' 'perl-Mojolicious-Plugin-CHI' 'perl-Mojolicious-Plugin-NYTProf' 'perl-Mojolicious-Plugin-RenderFile' 'perl-Mojolicious-Plugin-Status' 'perl-Monitoring-Plugin' 'perl-Moo' 'perl-MooX-HandlesVia' 'perl-MooX-Types-MooseLike' 'perl-MooX-Types-MooseLike-Numeric' 'perl-MooX-late' 'perl-Moose' 'perl-Moose-Autobox' 'perl-MooseX-Aliases' 'perl-MooseX-App-Cmd' 'perl-MooseX-ArrayRef' 'perl-MooseX-Attribute-ENV' 'perl-MooseX-AttributeHelpers' 'perl-MooseX-AuthorizedMethods' 'perl-MooseX-ClassAttribute' 'perl-MooseX-Clone' 'perl-MooseX-ConfigFromFile' 'perl-MooseX-Daemonize' 'perl-MooseX-Declare' 'perl-MooseX-Getopt' 'perl-MooseX-GlobRef' 'perl-MooseX-Has-Options' 'perl-MooseX-HasDefaults' 'perl-MooseX-InsideOut' 'perl-MooseX-Iterator' 'perl-MooseX-LazyLogDispatch' 'perl-MooseX-LazyRequire' 'perl-MooseX-Log-Log4perl' 'perl-MooseX-LogDispatch' 'perl-MooseX-MarkAsMethods' 'perl-MooseX-Meta-TypeConstraint-ForceCoercion' 'perl-MooseX-Method-Signatures' 'perl-MooseX-MultiInitArg' 'perl-MooseX-NonMoose' 'perl-MooseX-Object-Pluggable' 'perl-MooseX-OneArgNew' 'perl-MooseX-POE' 'perl-MooseX-Param' 'perl-MooseX-Params-Validate' 'perl-MooseX-Role-Cmd' 'perl-MooseX-Role-Parameterized' 'perl-MooseX-Role-TraitConstructor' 'perl-MooseX-Role-WithOverloading' 'perl-MooseX-SemiAffordanceAccessor' 'perl-MooseX-SetOnce' 'perl-MooseX-SimpleConfig' 'perl-MooseX-Singleton' 'perl-MooseX-Storage' 'perl-MooseX-StrictConstructor' 'perl-MooseX-Traits' 'perl-MooseX-TransactionalMethods' 'perl-MooseX-Types' 'perl-MooseX-Types-Common' 'perl-MooseX-Types-DateTime' 'perl-MooseX-Types-LoadableClass' 'perl-MooseX-Types-Path-Class' 'perl-MooseX-Types-Path-Tiny' 'perl-MooseX-Types-Perl' 'perl-MooseX-Types-Set-Object' 'perl-MooseX-Types-Stringlike' 'perl-MooseX-Types-Structured' 'perl-MooseX-Workers' 'perl-Mouse' 'perl-MouseX-ConfigFromFile' 'perl-MouseX-SimpleConfig' 'perl-MouseX-Types' 'perl-MouseX-Types-Path-Class' 'perl-Mozilla-LDAP' 'perl-MusicBrainz-DiscID' 'perl-NKF' 'perl-Nagios-Plugin' 'perl-Net-AMQP' 'perl-Net-CIDR' 'perl-Net-CIDR-Lite' 'perl-Net-CIDR-Set' 'perl-Net-DBus-GLib' 'perl-Net-DBus-GLib' 'perl-Net-DBus-GLib-debuginfo' 'perl-Net-DBus-GLib-debugsource' 'perl-Net-DNS' 'perl-Net-DNS-Resolver-Mock' 'perl-Net-DNS-Resolver-Programmable' 'perl-Net-Daemon' 'perl-Net-Domain-TLD' 'perl-Net-Dropbox-API' 'perl-Net-HTTPServer' 'perl-Net-IDN-Encode' 'perl-Net-IDN-Nameprep' 'perl-Net-INET6Glue' 'perl-Net-IP' 'perl-Net-IPv4Addr' 'perl-Net-Ident' 'perl-Net-Jabber' 'perl-Net-LibIDN' 'perl-Net-Libproxy' 'perl-Net-Netmask' 'perl-Net-OAuth' 'perl-Net-OpenID-Common' 'perl-Net-OpenID-Consumer' 'perl-Net-OpenStack-Compute' 'perl-Net-Oping' 'perl-Net-Patricia' 'perl-Net-Pcap' 'perl-Net-SNMP' 'perl-Net-SSH2' 'perl-Net-SSLGlue' 'perl-Net-Server' 'perl-Net-TFTP' 'perl-Net-Telnet' 'perl-Net-Twitter' 'perl-Net-UPnP' 'perl-Net-UPnP' 'perl-Net-Whois-RIPE' 'perl-Net-Whois-Raw' 'perl-Net-XMPP' 'perl-NetAddr-IP' 'perl-NetPacket' 'perl-NetxAP' 'perl-Number-Compare' 'perl-Number-Format' 'perl-Number-WithError' 'perl-OLE-Storage_Lite' 'perl-OSSP-uuid' 'perl-Object-Pluggable' 'perl-Object-Signature' 'perl-Ogg-Vorbis-Header' 'perl-Ogg-Vorbis-Header' 'perl-Ogg-Vorbis-Header-PurePerl' 'perl-Ogg-Vorbis-Header-PurePerl' 'perl-Ogg-Vorbis-Header-debuginfo' 'perl-Ogg-Vorbis-Header-debugsource' 'perl-OpenGL' 'perl-PAR' 'perl-PAR-Dist' 'perl-PAR-Packer' 'perl-PCP-LogImport' 'perl-PCP-LogSummary' 'perl-PCP-MMV' 'perl-PCP-PMDA' 'perl-PDA-Pilot' 'perl-PDF-API2' 'perl-PHP-Serialization' 'perl-POE' 'perl-POE-Test-Loops' 'perl-POSIX-strftime-Compiler' 'perl-PPI' 'perl-PPIx-QuoteLike' 'perl-PPIx-Regexp' 'perl-PPIx-Utilities' 'perl-Package-DeprecationManager' 'perl-Package-Generator' 'perl-Package-Stash' 'perl-Package-Stash-XS' 'perl-Package-Variant' 'perl-PadWalker' 'perl-Pango' 'perl-Parallel-ForkManager' 'perl-Parallel-ForkManager' 'perl-Params-Classify' 'perl-Params-Coerce' 'perl-Params-Util' 'perl-Params-Validate' 'perl-Params-ValidationCompiler' 'perl-Parse-CPAN-Packages' 'perl-Parse-Method-Signatures' 'perl-Parse-PMFile' 'perl-Parse-Win32Registry' 'perl-Parse-Yapp' 'perl-PatchReader' 'perl-Path-Class' 'perl-Path-FindDev' 'perl-Path-IsDev' 'perl-Path-Router' 'perl-Path-Tiny' 'perl-PathTools' 'perl-Pegex' 'perl-Pegex' 'perl-Perl-Critic' 'perl-Perl-Critic-Freenode' 'perl-Perl-Critic-Policy-Variables-ProhibitLoopOnHash' 'perl-Perl-Critic-Pulp' 'perl-Perl-PrereqScanner' 'perl-Perl-Tidy' 'perl-Perl-Version' 'perl-Perl6-Junction' 'perl-PerlIO-Layers' 'perl-PerlIO-gzip' 'perl-PerlIO-locale' 'perl-PerlIO-utf8_strict' 'perl-PerlIO-via-Timeout' 'perl-PerlIO-via-dynamic' 'perl-PerlMagick' 'perl-Plack' 'perl-Plack-Middleware-LogErrors' 'perl-Plack-Middleware-Session' 'perl-Pod-Coverage-Moose' 'perl-Pod-Coverage-TrustPod' 'perl-Pod-Eventual' 'perl-Pod-HtmlPsPdf' 'perl-Pod-Markdown' 'perl-Pod-MinimumVersion' 'perl-Pod-POM' 'perl-Pod-Readme' 'perl-Pod-Spell' 'perl-Pod-Usage' 'perl-PostScript-Simple' 'perl-Prima' 'perl-Probe-Perl' 'perl-Proc-Fork' 'perl-Proc-ProcessTable' 'perl-Proc-Simple' 'perl-Protocol-Redis' 'perl-Protocol-Redis-Faster' 'perl-Protocol-WebSocket' 'perl-Quantum-Superpositions' 'perl-RDF-Trine' 'perl-RPC-XML' 'perl-RPM-Header-PurePerl' 'perl-RPM2' 'perl-Readonly' 'perl-Readonly-XS' 'perl-Redis' 'perl-Regexp-Assemble' 'perl-Regexp-Common' 'perl-Regexp-IPv6' 'perl-Regexp-Shellish' 'perl-Return-Value' 'perl-Role-HasMessage' 'perl-Role-Identifiable' 'perl-Role-Tiny' 'perl-Rose-Object' 'perl-Router-Simple' 'perl-SDL' 'perl-SGML-Parser-OpenSP' 'perl-SGMLS' 'perl-SOAP-Lite' 'perl-SQL-Abstract' 'perl-SQL-ReservedWords' 'perl-SQL-SplitStatement' 'perl-SQL-Statement' 'perl-SQL-Tokenizer' 'perl-SQL-Translator' 'perl-SUPER' 'perl-SVG' 'perl-SVN-Simple' 'perl-Safe-Isa' 'perl-Scalar-List-Utils' 'perl-Scalar-String' 'perl-Scope-Guard' 'perl-Scope-Upper' 'perl-Selenium-Remote-Driver' 'perl-Sereal' 'perl-Sereal-Decoder' 'perl-Sereal-Encoder' 'perl-Set-Crontab' 'perl-Set-IntSpan' 'perl-Set-Object' 'perl-Set-Scalar' 'perl-Smart-Comments' 'perl-Snowball-Norwegian' 'perl-Snowball-Swedish' 'perl-Socket-MsgHdr' 'perl-Socket6' 'perl-Software-License' 'perl-Sort-Key' 'perl-Sort-Naturally' 'perl-Sort-Versions' 'perl-Specio' 'perl-Spiffy' 'perl-Spooky-Patterns-XS' 'perl-Spreadsheet-ParseExcel' 'perl-Spreadsheet-ParseXLSX' 'perl-Spreadsheet-Read' 'perl-Spreadsheet-ReadSXC' 'perl-Spreadsheet-XLSX' 'perl-Starman' 'perl-Statistics-CaseResampling' 'perl-Statistics-Descriptive' 'perl-Stream-Buffered' 'perl-String-Approx' 'perl-String-CRC32' 'perl-String-CamelCase' 'perl-String-Errf' 'perl-String-Escape' 'perl-String-Flogger' 'perl-String-Format' 'perl-String-Formatter' 'perl-String-RewritePrefix' 'perl-String-ShellQuote' 'perl-String-ToIdentifier-EN' 'perl-String-Truncate' 'perl-Struct-Dumb' 'perl-Sub-Delete' 'perl-Sub-Exporter' 'perl-Sub-Exporter-ForMethods' 'perl-Sub-Exporter-GlobExporter' 'perl-Sub-Exporter-Progressive' 'perl-Sub-Identify' 'perl-Sub-Info' 'perl-Sub-Install' 'perl-Sub-Name' 'perl-Sub-Override' 'perl-Sub-Quote' 'perl-Sub-Retry' 'perl-Sub-Spec' 'perl-Sub-Uplevel' 'perl-Switch' 'perl-Symbol-Table' 'perl-Symbol-Util' 'perl-Syntax-Keyword-Junction' 'perl-Syntax-Keyword-Try' 'perl-Sys-CPU' 'perl-Sys-Guestfs' 'perl-Sys-Hostname-Long' 'perl-Sys-LoadAvg' 'perl-Sys-SigAction' 'perl-Sys-Virt' 'perl-Sysadm-Install' 'perl-TAP-Harness-JUnit' 'perl-Task-Kensho-Async' 'perl-Task-Kensho-CLI' 'perl-Task-Kensho-Config' 'perl-Task-Kensho-Dates' 'perl-Task-Kensho-Exceptions' 'perl-Task-Kensho-ModuleDev' 'perl-Task-Kensho-OOP' 'perl-Task-Kensho-Scalability' 'perl-Task-Kensho-Testing' 'perl-Task-Kensho-XML' 'perl-Task-Moose' 'perl-Task-Weaken' 'perl-Template-GD' 'perl-Template-Toolkit' 'perl-Term-Encoding' 'perl-Term-ProgressBar' 'perl-Term-ReadPassword' 'perl-Term-Table' 'perl-Term-UI' 'perl-Test-Assert' 'perl-Test-Base' 'perl-Test-CChecker' 'perl-Test-CPAN-Meta' 'perl-Test-CheckChanges' 'perl-Test-CheckDeps' 'perl-Test-CheckManifest' 'perl-Test-Class' 'perl-Test-Class-Most' 'perl-Test-ClassAPI' 'perl-Test-CleanNamespaces' 'perl-Test-Command' 'perl-Test-Compile' 'perl-Test-Deep' 'perl-Test-Deep-Type' 'perl-Test-Differences' 'perl-Test-Directory' 'perl-Test-EOL' 'perl-Test-Exception' 'perl-Test-Exception-LessClever' 'perl-Test-FailWarnings' 'perl-Test-Fatal' 'perl-Test-File' 'perl-Test-File-Contents' 'perl-Test-File-ShareDir' 'perl-Test-HasVersion' 'perl-Test-Identity' 'perl-Test-InDistDir' 'perl-Test-Inter' 'perl-Test-JSON' 'perl-Test-Kit' 'perl-Test-LWP-UserAgent' 'perl-Test-LeakTrace' 'perl-Test-LectroTest' 'perl-Test-LongString' 'perl-Test-Manifest' 'perl-Test-Memory-Cycle' 'perl-Test-Mock-Guard' 'perl-Test-Mock-LWP' 'perl-Test-Mock-Time' 'perl-Test-MockModule' 'perl-Test-MockObject' 'perl-Test-MockRandom' 'perl-Test-MockTime' 'perl-Test-Mojo-Pg' 'perl-Test-More-UTF8' 'perl-Test-Most' 'perl-Test-Needs' 'perl-Test-NoTabs' 'perl-Test-NoWarnings' 'perl-Test-Number-Delta' 'perl-Test-Object' 'perl-Test-Output' 'perl-Test-Perl-Critic' 'perl-Test-PerlTidy' 'perl-Test-Refcount' 'perl-Test-Requires' 'perl-Test-Requires-Git' 'perl-Test-RequiresInternet' 'perl-Test-Script' 'perl-Test-SharedFork' 'perl-Test-Signature' 'perl-Test-Signature' 'perl-Test-Simple' 'perl-Test-Spec' 'perl-Test-Spelling' 'perl-Test-Strict' 'perl-Test-SubCalls' 'perl-Test-Synopsis' 'perl-Test-TCP' 'perl-Test-Taint' 'perl-Test-TempDir-Tiny' 'perl-Test-Time' 'perl-Test-Trap' 'perl-Test-Unit-Lite' 'perl-Test-UseAllModules' 'perl-Test-WWW-Mechanize' 'perl-Test-WWW-Selenium' 'perl-Test-Warn' 'perl-Test-Warnings' 'perl-Test-Without-Module' 'perl-Test-WriteVariants' 'perl-Test-YAML' 'perl-Test-YAML-Valid' 'perl-Test-utf8' 'perl-Test2-Plugin-NoWarnings' 'perl-Test2-Suite' 'perl-Text-Aligner' 'perl-Text-Autoformat' 'perl-Text-BibTeX' 'perl-Text-BibTeX-devel' 'perl-Text-Brew' 'perl-Text-CSV' 'perl-Text-CSV_XS' 'perl-Text-Capitalize' 'perl-Text-ChaSen' 'perl-Text-CharWidth' 'perl-Text-DelimMatch' 'perl-Text-Diff' 'perl-Text-German' 'perl-Text-Glob' 'perl-Text-Hunspell' 'perl-Text-Iconv' 'perl-Text-Kakasi' 'perl-Text-Markdown' 'perl-Text-Patch' 'perl-Text-RecordParser' 'perl-Text-Reform' 'perl-Text-Roman' 'perl-Text-Soundex' 'perl-Text-SpellChecker' 'perl-Text-Sprintf-Named' 'perl-Text-Table' 'perl-Text-TabularDisplay' 'perl-Text-Template' 'perl-Text-Unidecode' 'perl-Text-WrapI18N' 'perl-Text-Wrapper' 'perl-TheSchwartz' 'perl-Throwable' 'perl-Tie-Cache' 'perl-Tie-Cycle' 'perl-Tie-Hash-DBD' 'perl-Tie-Hash-Method' 'perl-Tie-IxHash' 'perl-Tie-RefHash-Weak' 'perl-Tie-Simple' 'perl-Tie-ToObject' 'perl-Time-Clock' 'perl-Time-Duration' 'perl-Time-Duration-Parse' 'perl-Time-Local' 'perl-Time-Mock' 'perl-Time-Moment' 'perl-Time-Out' 'perl-Time-Period' 'perl-Time-Tiny' 'perl-Time-modules' 'perl-Tk' 'perl-Tk-Clock' 'perl-Tk-FontDialog' 'perl-Tk-FontDialog' 'perl-Tk-devel' 'perl-Tree-DAG_Node' 'perl-TryCatch' 'perl-Type-Tiny' 'perl-Types-Serialiser' 'perl-UNIVERSAL-can' 'perl-UNIVERSAL-isa' 'perl-UNIVERSAL-moniker' 'perl-UNIVERSAL-require' 'perl-URI-Fetch' 'perl-URI-Find' 'perl-URI-Nested' 'perl-URI-Template' 'perl-URI-db' 'perl-Unicode-Collate' 'perl-Unicode-LineBreak' 'perl-Unicode-Map' 'perl-Unicode-Map8' 'perl-Unicode-Normalize' 'perl-Unicode-String' 'perl-Unicode-Stringprep' 'perl-Unix-Syslog' 'perl-Variable-Magic' 'perl-Verilog-Perl' 'perl-WWW-Form-UrlEncoded' 'perl-WWW-Mechanize' 'perl-WWW-PAUSE-CleanUpHomeDir' 'perl-WWW-Pastebin-PastebinCom-Create' 'perl-WWW-Shorten' 'perl-Want' 'perl-WeakRef' 'perl-Web-MREST' 'perl-Web-MREST-CLI' 'perl-Web-Machine' 'perl-WebService-MusicBrainz' 'perl-Win-Hivex' 'perl-Wx' 'perl-X11-Protocol-Other' 'perl-XML-Atom' 'perl-XML-Atom-SimpleFeed' 'perl-XML-Bare' 'perl-XML-CommonNS' 'perl-XML-DOM' 'perl-XML-DOM-XPath' 'perl-XML-Entities' 'perl-XML-Feed' 'perl-XML-Filter-BufferText' 'perl-XML-Generator-PerlData' 'perl-XML-Handler-YAWriter' 'perl-XML-LibXML-PrettyPrint' 'perl-XML-LibXML-Simple' 'perl-XML-LibXSLT' 'perl-XML-Namespace' 'perl-XML-NamespaceFactory' 'perl-XML-NodeFilter' 'perl-XML-Parser-Lite' 'perl-XML-RSS' 'perl-XML-RSS-LibXML' 'perl-XML-RSS-LibXML' 'perl-XML-RegExp' 'perl-XML-SAX-ExpatXS' 'perl-XML-SAX-Writer' 'perl-XML-SemanticDiff' 'perl-XML-SimpleObject-LibXML' 'perl-XML-Stream' 'perl-XML-Structured' 'perl-XML-Writer' 'perl-XML-Writer-String' 'perl-XML-XPathEngine' 'perl-XML-XSLT' 'perl-XMLRPC-Lite' 'perl-XSLoader' 'perl-YAML' 'perl-YAML-LibYAML' 'perl-YAML-LibYAML-API' 'perl-YAML-PP' 'perl-YAML-PP-LibYAML' 'perl-YAML-Syck' 'perl-YAML-Tiny' 'perl-aliased' 'perl-asa' 'perl-autobox' 'perl-autovivification' 'perl-bareword-filehandles' 'perl-base-32bit' 'perl-biber' 'perl-boolean' 'perl-checkbot' 'perl-common-sense' 'perl-constant-boolean' 'perl-constant-defer' 'perl-curry' 'perl-doc' 'perl-experimental' 'perl-forks' 'perl-gdal' 'perl-genders' 'perl-homedir' 'perl-indirect' 'perl-ldap' 'perl-libconfigfile' 'perl-libintl-perl' 'perl-libprelude' 'perl-libxml-perl' 'perl-local-lib' 'perl-marisa' 'perl-mousex-getopt' 'perl-multidimensional' 'perl-mythtv' 'perl-namespace-autoclean' 'perl-namespace-clean' 'perl-obexftp' 'perl-pcsc' 'perl-prefork' 'perl-qpid-proton' 'perl-razor-agents' 'perl-rrdtool' 'perl-slurm' 'perl-solv' 'perl-strictures' 'perl-subunit' 'perl-syntax' 'perl-thrift' 'perl-version' 'perl-warewulf-cluster' 'perl-warewulf-common' 'perl-warewulf-ipmi' 'perl-warewulf-provision' 'perl-warewulf-provision-server' 'perl-xfconf' 'perl-xmltv' 'perl-xrood-client-admin' 'perl-yui' 'perlref' 'permissions-zypp-plugin' 'permlib-devel' 'perseus-sdr-tools' 'pesign' 'pesign-obs-integration' 'petsc-devel' 'petsc-doc' 'petsc-gnu-mpich-hpc-devel' 'petsc-gnu-mvapich2-hpc-devel' 'petsc-gnu-openmpi1-hpc-devel' 'petsc-gnu-openmpi2-hpc-devel' 'petsc-gnu-openmpi3-hpc-devel' 'petsc-openmpi1-devel' 'petsc-openmpi2-devel' 'petsc-openmpi3-devel' 'petsc_3_12_2-gnu-mpich-hpc-devel' 'petsc_3_12_2-gnu-mpich-hpc-saws' 'petsc_3_12_2-gnu-mvapich2-hpc-devel' 'petsc_3_12_2-gnu-mvapich2-hpc-saws' 'petsc_3_12_2-gnu-openmpi1-hpc-devel' 'petsc_3_12_2-gnu-openmpi1-hpc-saws' 'petsc_3_12_2-gnu-openmpi2-hpc-devel' 'petsc_3_12_2-gnu-openmpi2-hpc-saws' 'petsc_3_12_2-gnu-openmpi3-hpc-devel' 'petsc_3_12_2-gnu-openmpi3-hpc-saws' 'pfscalibration' 'pfsglview' 'pfstmo' 'pfstools' 'pfstools-devel' 'pfstools-exr' 'pfstools-imgmagick' 'pfstools-octave' 'pfsview' 'pg_comparator' 'pgaccess' 'pgadmin4' 'pgadmin4-doc' 'pgadmin4-web' 'pgloader' 'pgn-extract' 'phalanx' 'phetsarath-fonts' 'phobos-devel' 'phobos-devel-static' 'phodav-devel' 'phonon4qt5-backend-vlc' 'phonon4qt5-backend-vlc-lang' 'phonon4qt5-devel' 'phonon4qt5-devel-32bit' 'phoronix-test-suite' 'photoqt' 'photorec' 'php-Icinga' 'php-composer' 'php-cs-fixer' 'php-mapi' 'php-mythtv' 'php-pear-Auth_SASL' 'php-pear-MDB2' 'php-pear-MDB2_Driver_mysqli' 'php-pear-Mail_Mime' 'php-pear-Net_IDNA2' 'php-pear-Net_LDAP2' 'php-pear-Net_SMTP' 'php-pear-Net_Sieve' 'php-pear-Net_Socket' 'php-pear-XML_Parser' 'php7' 'php7-APCu' 'php7-bcmath' 'php7-bz2' 'php7-calendar' 'php7-ctype' 'php7-curl' 'php7-dba' 'php7-devel' 'php7-dom' 'php7-embed' 'php7-enchant' 'php7-exif' 'php7-fastcgi' 'php7-fileinfo' 'php7-firebird' 'php7-fpm' 'php7-ftp' 'php7-gd' 'php7-gettext' 'php7-gmagick' 'php7-gmp' 'php7-ice' 'php7-iconv' 'php7-imagick' 'php7-intl' 'php7-json' 'php7-ldap' 'php7-libphutil' 'php7-lzf' 'php7-maxminddb' 'php7-mbstring' 'php7-memcached' 'php7-mysql' 'php7-odbc' 'php7-opcache' 'php7-openssl' 'php7-pcntl' 'php7-pdo' 'php7-pear' 'php7-pecl' 'php7-pgsql' 'php7-phalcon' 'php7-phar' 'php7-phpunit8' 'php7-posix' 'php7-readline' 'php7-redis' 'php7-shmop' 'php7-smbclient' 'php7-snmp' 'php7-soap' 'php7-sockets' 'php7-sodium' 'php7-sqlite' 'php7-sysvmsg' 'php7-sysvsem' 'php7-sysvshm' 'php7-test' 'php7-tidy' 'php7-tokenizer' 'php7-uuid' 'php7-xdebug' 'php7-xmlreader' 'php7-xmlrpc' 'php7-xmlwriter' 'php7-xsl' 'php7-zip' 'php7-zlib' 'phpMyAdmin' 'phpPgAdmin' 'pia' 'pianobar' 'picmi' 'picmi-lang' 'pico' 'picocli' 'picocli-javadoc' 'picocom' 'picojson-devel' 'picom' 'pidentd' 'pidgin' 'pidgin-devel' 'pidgin-plugin-advanced-sound-notification' 'pidgin-plugin-advanced-sound-notification-lang' 'pidgin-plugin-birthday-reminder' 'pidgin-plugin-birthday-reminder-lang' 'pidgin-plugin-guifications' 'pidgin-plugin-guifications-lang' 'pidgin-plugin-indicator' 'pidgin-plugin-indicator-lang' 'pidgin-plugin-libnotify' 'pidgin-plugin-libnotify-lang' 'pidgin-plugin-libsteam' 'pidgin-plugin-mattermost' 'pidgin-plugin-mrim' 'pidgin-plugin-otr' 'pidgin-plugin-otr-lang' 'pidgin-plugin-pack' 'pidgin-plugin-pack-extras' 'pidgin-plugin-privacy-please' 'pidgin-plugin-privacy-please-lang' 'pidgin-plugin-prpltwtr' 'pidgin-plugin-rocketchat' 'pidgin-plugin-sipe' 'pidgin-plugin-skypeweb' 'pidgin-plugin-telegram' 'pidgin-plugin-xmpp-receipts' 'piglit' 'pijul' 'pijul-bash-completion' 'pijul-fish-completion' 'pijul-zsh-completion' 'pilot' 'pilot-link' 'pimcommon-devel' 'pin' 'pinentry-emacs' 'pinentry-fltk' 'pinentry-gnome3' 'pinentry-gtk2' 'pinfo' 'pingtunnel' 'pingus' 'pink-pony' 'pink-pony-data' 'pinpoint' 'pinta' 'pinta-lang' 'pipenightdreams' 'piper' 'pipewire-devel' 'pipewire-doc' 'pithos' 'pitivi' 'pitivi-lang' 'pix' 'pix-devel' 'pix-lang' 'pixd' 'pixmap' 'pixz' 'pkTriggerCord' 'pkcs11-helper-devel' 'pkg2zip' 'pkg2zip' 'pkg2zip-debugsource' 'pkgdiff' 'pkipplib' 'planets' 'planets' 'plank' 'plank-devel' 'plank-docklets' 'plank-lang' 'plank-metatheme-elementary' 'plank-theme-adapta' 'plank-theme-elementary' 'plank-theme-plata' 'plantuml' 'plasma-applet-weather-widget' 'plasma-applet-weather-widget' 'plasma-applet-weather-widget-debuginfo' 'plasma-applet-weather-widget-debugsource' 'plasma-applet-weather-widget-lang' 'plasma-framework-32bit' 'plasma-framework-components-32bit' 'plasma-framework-devel' 'plasma-framework-devel-32bit' 'plasma-mycroft' 'plasma-nm5-fortisslvpn' 'plasma-nm5-iodine' 'plasma-nm5-openswan' 'plasma-nm5-ssh' 'plasma-nm5-sstp' 'plasma-nm5-strongswan' 'plasma-nm5-vpnc' 'plasma-pass' 'plasma-pass' 'plasma-pass-debuginfo' 'plasma-pass-debugsource' 'plasma-pass-lang' 'plasma-vault' 'plasma-vault-backend-cryfs' 'plasma-vault-backend-encfs' 'plasma-vault-lang' 'plasma5-addons-devel' 'plasma5-applet-suse-prime' 'plasma5-radiotray' 'plasma5-radiotray' 'plasma5-radiotray-debuginfo' 'plasma5-radiotray-debugsource' 'plasma5-radiotray-lang' 'plasma5-sdk' 'plasma5-sdk-lang' 'plasma5-workspace-devel' 'plasma5-workspace-libs-32bit' 'plasma5-workspace-wallpapers' 'plasmaengineexplorer5' 'plasmoide-diccionario' 'plasmoide-diccionario' 'plater' 'platformsh-cli' 'playerctl' 'playerctl-devel' 'playerctl-doc' 'plee-the-bear' 'plee-the-bear-data' 'plexus-ant-factory' 'plexus-ant-factory-javadoc' 'plexus-archiver' 'plexus-archiver-javadoc' 'plexus-bsh-factory' 'plexus-bsh-factory-javadoc' 'plexus-build-api' 'plexus-build-api-javadoc' 'plexus-cipher' 'plexus-cipher-javadoc' 'plexus-classworlds' 'plexus-classworlds-javadoc' 'plexus-cli' 'plexus-cli-javadoc' 'plexus-compiler' 'plexus-compiler-extras' 'plexus-compiler-javadoc' 'plexus-component-api' 'plexus-component-api-javadoc' 'plexus-component-factories-pom' 'plexus-component-metadata' 'plexus-component-metadata-javadoc' 'plexus-components-pom' 'plexus-containers-component-annotations' 'plexus-containers-container-default' 'plexus-containers-javadoc' 'plexus-i18n' 'plexus-i18n-javadoc' 'plexus-interactivity-api' 'plexus-interactivity-javadoc' 'plexus-interactivity-jline' 'plexus-interpolation' 'plexus-interpolation-javadoc' 'plexus-io' 'plexus-io-javadoc' 'plexus-languages' 'plexus-languages-javadoc' 'plexus-metadata-generator' 'plexus-metadata-generator-javadoc' 'plexus-pom' 'plexus-resources' 'plexus-resources-javadoc' 'plexus-sec-dispatcher' 'plexus-sec-dispatcher-javadoc' 'plexus-utils' 'plexus-utils-javadoc' 'plexus-velocity' 'plexus-velocity-javadoc' 'plib-devel' 'plistutil' 'plotutils' 'plotutils-devel' 'plowshare' 'plplot-common' 'plplot-devel' 'plplot-doc' 'plplot-driver-cairo' 'plplot-driver-ntk' 'plplot-driver-ps' 'plplot-driver-psttf' 'plplot-driver-svg' 'plplot-driver-xfig' 'plplot-driver-xwin' 'plplot-java' 'plplot-lua' 'plplot-python3-qt' 'plplot-tcltk-devel' 'plplot-tcltk-libs' 'plplot-wxwidgets' 'plplotada-devel' 'plplotcxx-devel' 'plplotfortran-devel' 'plplotqt-devel' 'plplotwxwidgets-devel' 'pluma' 'pluma-devel' 'pluma-lang' 'plymouth-devel' 'plymouth-plugin-fade-throbber' 'plymouth-plugin-space-flares' 'plymouth-plugin-throbgress' 'plymouth-plugin-tribar' 'plymouth-theme-breeze' 'plymouth-theme-breeze-plugin-breeze' 'plymouth-theme-fade-in' 'plymouth-theme-script' 'plymouth-theme-solar' 'plymouth-theme-spinfinity' 'plymouth-theme-tribar' 'plzip' 'pmacct' 'pmdk-convert' 'pmdk-devel-doc' 'pmdk-tools' 'pmidi' 'pmix' 'pmix-devel' 'pmix-headers' 'pmix-mca-params' 'pmount' 'pmount' 'pmount-debuginfo' 'pmount-debugsource' 'pmount-lang' 'pms' 'pms' 'pms-debuginfo' 'pms-debugsource' 'png++-devel' 'pngcheck' 'pngcrush' 'pnglite-devel' 'pngtoico' 'pnm2ppa' 'po-utils' 'po4a' 'po4a-lang' 'pocketsphinx' 'pocketsphinx-devel' 'pocketsphinx5' 'pocketsphinx5-devel' 'pocl' 'pocl-devel' 'poco-cpspc' 'poco-devel' 'podofo' 'poedit' 'poedit-lang' 'poezio' 'poezio-doc' 'pogo' 'pogo' 'polari' 'polari-lang' 'policycoreutils' 'policycoreutils-devel' 'policycoreutils-lang' 'policycoreutils-newrole' 'polkit-devel' 'polkit-doc' 'polkit-gnome' 'polkit-gnome-lang' 'polkit-whitelisting' 'pology' 'pology' 'pology-lang' 'polyglot' 'polyglot' 'polyglot-debuginfo' 'polyglot-debugsource' 'pommed' 'pongix' 'popt-devel' 'popt-devel-32bit' 'portaudio-devel' 'portmidi' 'portmidi-devel' 'portmidi-java' 'posix_cc' 'posixovl' 'post-build-checks' 'poster' 'postfish' 'postfix-devel' 'postfix-doc' 'postfix-lmdb' 'postfix-mysql' 'postfix-postgresql' 'postfixadmin' 'postgresql' 'postgresql-contrib' 'postgresql-devel' 'postgresql-docs' 'postgresql-llvmjit' 'postgresql-plperl' 'postgresql-plpython' 'postgresql-pltcl' 'postgresql-server' 'postgresql-server-devel' 'postgresql-test' 'postgresql10' 'postgresql10-contrib' 'postgresql10-devel' 'postgresql10-docs' 'postgresql10-pg_cron' 'postgresql10-pgagent' 'postgresql10-plperl' 'postgresql10-plpython' 'postgresql10-plr' 'postgresql10-plr-doc' 'postgresql10-pltcl' 'postgresql10-server' 'postgresql10-test' 'postgresql10-timescaledb' 'postgresql11' 'postgresql11-contrib' 'postgresql11-devel' 'postgresql11-docs' 'postgresql11-llvmjit' 'postgresql11-pg_cron' 'postgresql11-pg_cron-llvmjit' 'postgresql11-pgagent' 'postgresql11-plperl' 'postgresql11-plpython' 'postgresql11-plr' 'postgresql11-plr-doc' 'postgresql11-pltcl' 'postgresql11-server' 'postgresql11-server-devel' 'postgresql11-test' 'postgresql11-timescaledb' 'postgresql12' 'postgresql12-contrib' 'postgresql12-devel' 'postgresql12-docs' 'postgresql12-llvmjit' 'postgresql12-plperl' 'postgresql12-plpython' 'postgresql12-pltcl' 'postgresql12-server' 'postgresql12-server-devel' 'postgresql12-test' 'postgresql94' 'postgresql94-contrib' 'postgresql94-devel' 'postgresql94-docs' 'postgresql94-pgagent' 'postgresql94-plperl' 'postgresql94-plpython' 'postgresql94-plr' 'postgresql94-plr-doc' 'postgresql94-pltcl' 'postgresql94-server' 'postgresql94-test' 'postgresql95' 'postgresql95-contrib' 'postgresql95-devel' 'postgresql95-docs' 'postgresql95-pg_cron' 'postgresql95-pgagent' 'postgresql95-plperl' 'postgresql95-plpython' 'postgresql95-plr' 'postgresql95-plr-doc' 'postgresql95-pltcl' 'postgresql95-server' 'postgresql95-test' 'postgresql96' 'postgresql96-contrib' 'postgresql96-devel' 'postgresql96-docs' 'postgresql96-pg_cron' 'postgresql96-pgagent' 'postgresql96-plperl' 'postgresql96-plpython' 'postgresql96-plr' 'postgresql96-plr-doc' 'postgresql96-pltcl' 'postgresql96-server' 'postgresql96-test' 'postgresql96-timescaledb' 'postgrey' 'postsrsd' 'pothana2000-fonts' 'potrace' 'potrace-devel' 'pound' 'pound-doc' 'povray' 'povray-doc' 'powdertoy' 'powerd' 'powerline' 'powerline-docs' 'powerman' 'powerman-devel' 'powermanga' 'powermock-api-easymock' 'powermock-api-mockito' 'powermock-api-support' 'powermock-common' 'powermock-core' 'powermock-javadoc' 'powermock-junit4' 'powermock-reflect' 'powermock-testng' 'powerstat' 'powerstat-bash-completion' 'powertop-lang' 'poxml-lang' 'ppp-devel' 'ppp-modem' 'pps-tools' 'pps-tools-devel' 'ppsspp' 'ppsspp-common' 'ppsspp-headless' 'ppsspp-qt' 'pptpd' 'praat' 'pragha' 'pragha-lang' 'pragha-plugins' 'pragha-plugins-devel' 'prboom-plus' 'prelude-correlator' 'prelude-lml' 'prelude-lml-devel' 'prelude-lml-rules' 'prelude-manager' 'prelude-manager-db-plugin' 'prelude-manager-devel' 'prelude-manager-smtp-plugin' 'prelude-manager-xml-plugin' 'prelude-tools' 'preludedb-tools' 'premake4' 'presage' 'presage-data' 'prewikka-lang' 'primesieve' 'primus' 'primus-32bit' 'print_server' 'printer-driver-brlaser' 'printproto-devel' 'prison-qt5-devel' 'prison-qt5-devel-32bit' 'privoxy' 'privoxy-doc' 'procdump' 'procmeter' 'procmeter-devel' 'procps-devel' 'product-builder' 'product-builder-plugin-Tumbleweed' 'product-builder-plugin-openSUSE' 'profanity' 'profanity-mini' 'profanity-standard' 'proftpd' 'proftpd-devel' 'proftpd-doc' 'proftpd-lang' 'proftpd-ldap' 'proftpd-mysql' 'proftpd-pgsql' 'proftpd-radius' 'proftpd-sqlite' 'progress' 'proguard' 'proguard-gui' 'proj' 'proj-devel' 'proj5' 'proj5' 'proj5-devel' 'projectM' 'projectM-data' 'projectM-devel' 'projectlibre' 'prom2json' 'prometheus-client-model-source' 'prometheus-cpp-devel' 'prometheus-ha_cluster_exporter' 'prometheus-sap_host_exporter' 'prometheus-simpleclient-java' 'prometheus-simpleclient-java-common' 'prometheus-simpleclient-java-graphite_bridge' 'prometheus-simpleclient-java-guava' 'prometheus-simpleclient-java-hotspot' 'prometheus-simpleclient-java-httpserver' 'prometheus-simpleclient-java-javadoc' 'prometheus-simpleclient-java-jetty' 'prometheus-simpleclient-java-jetty_jdk8' 'prometheus-simpleclient-java-log4j' 'prometheus-simpleclient-java-log4j2' 'prometheus-simpleclient-java-logback' 'prometheus-simpleclient-java-parent' 'prometheus-simpleclient-java-pushgateway' 'prometheus-simpleclient-java-servlet' 'prometheus-webhook-snmp' 'pronsole' 'pronterface' 'prosody' 'proteus' 'protobuf-c' 'protobuf-devel' 'protobuf-java' 'protobuf-source' 'protoc-gen-go' 'protoc-gen-go-source' 'protoc-gen-gogo' 'protoc-gen-gogo-source' 'protoc-gen-validate' 'protoc-gen-validate-source' 'proxychains-ng' 'prun-ohpc' 'psgml' 'psgplay' 'psi+' 'psi+-data' 'psi+-iconsets' 'psi+-iconsets' 'psi+-lang' 'psi+-plugins-attentionplugin' 'psi+-plugins-autoreplyplugin' 'psi+-plugins-birthdayreminderplugin' 'psi+-plugins-chessplugin' 'psi+-plugins-cleanerplugin' 'psi+-plugins-clientswitcherplugin' 'psi+-plugins-conferenceloggerplugin' 'psi+-plugins-contentdownloaderplugin' 'psi+-plugins-devel' 'psi+-plugins-enummessagesplugin' 'psi+-plugins-extendedmenuplugin' 'psi+-plugins-extendedoptionsplugin' 'psi+-plugins-gnupgplugin' 'psi+-plugins-gomokugameplugin' 'psi+-plugins-historykeeperplugin' 'psi+-plugins-icqdieplugin' 'psi+-plugins-imageplugin' 'psi+-plugins-imagepreviewplugin' 'psi+-plugins-jabberdiskplugin' 'psi+-plugins-juickplugin' 'psi+-plugins-messagefilterplugin' 'psi+-plugins-omemoplugin' 'psi+-plugins-otrplugin' 'psi+-plugins-pepchangenotifyplugin' 'psi+-plugins-qipxstatusesplugin' 'psi+-plugins-screenshotplugin' 'psi+-plugins-skinsplugin' 'psi+-plugins-stopspamplugin' 'psi+-plugins-storagenotesplugin' 'psi+-plugins-translateplugin' 'psi+-plugins-videostatusplugin' 'psi+-plugins-watcherplugin' 'psiconv' 'psiconv-devel' 'psl' 'psl-make-dafsa' 'pspg' 'pspp' 'pspp-devel' 'pstoedit' 'pstoedit-devel' 'pstotext' 'pstotext' 'pstotext-debuginfo' 'pstotext-debugsource' 'pthread-stubs-devel' 'ptokax' 'ptpd' 'ptscotch-gnu-mpich-hpc' 'ptscotch-gnu-mpich-hpc-devel' 'ptscotch-gnu-mvapich2-hpc' 'ptscotch-gnu-mvapich2-hpc-devel' 'ptscotch-gnu-openmpi1-hpc' 'ptscotch-gnu-openmpi1-hpc-devel' 'ptscotch-gnu-openmpi2-hpc' 'ptscotch-gnu-openmpi2-hpc-devel' 'ptscotch-gnu-openmpi3-hpc' 'ptscotch-gnu-openmpi3-hpc-devel' 'ptscotch-mpich' 'ptscotch-mpich-devel' 'ptscotch-mpich-devel-static' 'ptscotch-mvapich2' 'ptscotch-mvapich2-devel' 'ptscotch-mvapich2-devel-static' 'ptscotch-openmpi1' 'ptscotch-openmpi1-devel' 'ptscotch-openmpi1-devel-static' 'ptscotch-openmpi2' 'ptscotch-openmpi2-devel' 'ptscotch-openmpi2-devel-static' 'ptscotch-openmpi3' 'ptscotch-openmpi3-devel' 'ptscotch-openmpi3-devel-static' 'ptscotch-parmetis-mpich-devel' 'ptscotch-parmetis-mvapich2-devel' 'ptscotch-parmetis-openmpi1-devel' 'ptscotch-parmetis-openmpi2-devel' 'ptscotch-parmetis-openmpi3-devel' 'ptscotch_6_0_9-gnu-mpich-hpc' 'ptscotch_6_0_9-gnu-mpich-hpc-devel' 'ptscotch_6_0_9-gnu-mpich-hpc-devel-static' 'ptscotch_6_0_9-gnu-mvapich2-hpc' 'ptscotch_6_0_9-gnu-mvapich2-hpc-devel' 'ptscotch_6_0_9-gnu-mvapich2-hpc-devel-static' 'ptscotch_6_0_9-gnu-openmpi1-hpc' 'ptscotch_6_0_9-gnu-openmpi1-hpc-devel' 'ptscotch_6_0_9-gnu-openmpi1-hpc-devel-static' 'ptscotch_6_0_9-gnu-openmpi2-hpc' 'ptscotch_6_0_9-gnu-openmpi2-hpc-devel' 'ptscotch_6_0_9-gnu-openmpi2-hpc-devel-static' 'ptscotch_6_0_9-gnu-openmpi3-hpc' 'ptscotch_6_0_9-gnu-openmpi3-hpc-devel' 'ptscotch_6_0_9-gnu-openmpi3-hpc-devel-static' 'pugixml-devel' 'pullin-bcm43xx-firmware' 'pulseaudio-dlna' 'pulseaudio-dlna' 'pulseaudio-equalizer' 'pulseaudio-esound-compat' 'pulseaudio-gdm-hooks' 'pulseaudio-module-gsettings' 'pulseaudio-module-jack' 'pulseaudio-module-lirc' 'pulseaudio-qt' 'pulseaudio-qt-debugsource' 'pulseaudio-qt-devel' 'pulseaudio-system-wide' 'pulseview' 'pumpa' 'pure-ftpd' 'purpose-32bit' 'purpose-devel' 'purpose-devel-32bit' 'putty' 'pw3270' 'pw3270-branding' 'pw3270-devel' 'pwgen' 'py-fishcrypt' 'pybugz-common' 'pydb' 'pydb' 'pydb-debugsource' 'pydf' 'pyenv' 'pyenv-bash-completion' 'pyenv-fish-completion' 'pyenv-zsh-completion' 'pymilter-common' 'pymp3cut' 'pymp3cut' 'pyradio' 'pyspacewar' 'pythia-devel' 'pythia-doc' 'python-32bit' 'python-Babel-doc' 'python-Cheetah' 'python-Genshi-doc' 'python-Hamlib' 'python-Jinja2-vim' 'python-Kivy-doc' 'python-LHAPDF' 'python-M2Crypto-doc' 'python-OpenColorIO' 'python-OpenColorIO-devel' 'python-PyMuPDF-doc' 'python-SQLAlchemy-doc' 'python-Scrapy-doc' 'python-SpeechRecognition-common-en-US' 'python-Sphinx-doc-html' 'python-Sphinx-doc-man' 'python-Twisted-doc' 'python-WTForms-doc' 'python-WebOb-doc' 'python-WebTest-doc' 'python-Whoosh-doc' 'python-Yapsy-doc' 'python-ZODB-doc' 'python-acitoolkit-doc' 'python-acitoolkit-doc-applications' 'python-acitoolkit-doc-samples' 'python-aiohttp-doc' 'python-altgraph-doc' 'python-apfel' 'python-atomicwrites-doc' 'python-automaton-doc' 'python-azure-agent' 'python-azure-agent-test' 'python-azure-sdk' 'python-barbicanclient-doc' 'python-base-32bit' 'python-beautifulsoup4-doc' 'python-billiard-doc' 'python-blinker-doc' 'python-boost_parallel_mpi' 'python-bottle-doc' 'python-bpython-common' 'python-bpython-doc' 'python-btrfsutil' 'python-caja' 'python-caja-devel' 'python-caja-lang' 'python-castellan-doc' 'python-chewing' 'python-cinderclient-doc' 'python-cliff-doc' 'python-congressclient-doc' 'python-cotyledon-doc' 'python-curses' 'python-dbus-python-common-devel' 'python-debtcollector-doc' 'python-demo' 'python-dephell-rpm-macros' 'python-designateclient-doc' 'python-devel' 'python-djvulibre-doc' 'python-doc' 'python-doc-pdf' 'python-ecasound' 'python-falcon-doc' 'python-fastcluster-doc' 'python-fedmsg-base' 'python-fedmsg-doc' 'python-flake8-doc' 'python-flup-doc' 'python-fpconst' 'python-fpconst' 'python-freezerclient-doc' 'python-funcsigs' 'python-functools32' 'python-gcs-oauth2-boto-plugin' 'python-gdbm' 'python-gevent-doc' 'python-gexiv2' 'python-glanceclient-doc' 'python-gnome-dvb-daemon' 'python-gobject-common-devel' 'python-gobject2-devel' 'python-gr-fcdproplus' 'python-gtk-devel' 'python-gtk-doc' 'python-gunicorn-doc' 'python-hachoir-core' 'python-hachoir-metadata' 'python-hachoir-parser' 'python-happybase-doc' 'python-heatclient-doc' 'python-ibus' 'python-idle' 'python-ipaddress' 'python-ipywidgets-doc' 'python-ironicclient-doc' 'python-jaraco.stream-doc' 'python-katedj' 'python-keybinder' 'python-keystoneauth1-doc' 'python-keystoneclient-doc' 'python-keystonemiddleware-doc' 'python-kid-doc' 'python-ktoblzcheck' 'python-lammps' 'python-lash' 'python-lash-debuginfo' 'python-libaddrxlat' 'python-libcomps-doc' 'python-libesedb' 'python-libevtx' 'python-libexe' 'python-libfwsi' 'python-libkdumpfile' 'python-liblnk' 'python-libmsiecf' 'python-libolecf' 'python-libpff' 'python-libproxy' 'python-libteam' 'python-lmiwbem' 'python-logutils-doc' 'python-lxml-doc' 'python-magnumclient-doc' 'python-manilaclient-doc' 'python-marisa' 'python-marshmallow-docs' 'python-masakariclient-doc' 'python-mathgl' 'python-md2workflow-common' 'python-mistralclient-doc' 'python-mox3-doc' 'python-mpi4py-common-devel' 'python-mpi4py-doc' 'python-murano-pkg-check' 'python-muranoclient' 'python-muranoclient-doc' 'python-mythtv' 'python-nautilus-common-devel' 'python-nautilus-common-files' 'python-ncclient-doc' 'python-networkx-doc' 'python-neutronclient-doc' 'python-nlopt' 'python-notmuch-doc' 'python-novaclient-doc' 'python-obexftp' 'python-octaviaclient-doc' 'python-openbabel' 'python-openstack-doc-tools' 'python-openstackclient-doc' 'python-openstacksdk-doc' 'python-optcomplete' 'python-osc-lib-doc' 'python-oslo.cache-doc' 'python-oslo.concurrency-doc' 'python-oslo.config-doc' 'python-oslo.context-doc' 'python-oslo.db-doc' 'python-oslo.i18n-doc' 'python-oslo.log-doc' 'python-oslo.policy-doc' 'python-oslo.privsep-doc' 'python-oslo.reports-doc' 'python-oslo.rootwrap-doc' 'python-oslo.serialization-doc' 'python-oslo.service-doc' 'python-oslo.utils-doc' 'python-oslo.versionedobjects-doc' 'python-oslo.vmware-doc' 'python-osprofiler-doc' 'python-ovsdbapp-doc' 'python-paramiko-doc' 'python-peppercorn-doc' 'python-pisock' 'python-ply-doc' 'python-polib-doc' 'python-praatio-doc' 'python-py2pack-doc' 'python-pybind11-common-devel' 'python-pycadf-common' 'python-pycadf-doc' 'python-pycairo-common-devel' 'python-pycurl-doc' 'python-pygame-doc' 'python-pyghmi-doc' 'python-pygraphviz-doc' 'python-pymisp-doc' 'python-pymod2pkg-doc' 'python-pymp3cut' 'python-pynag' 'python-pyotherside' 'python-pyqtgraph-doc' 'python-pyramid-debugtoolbar-doc' 'python-pyrrd-docs' 'python-pyserial-doc' 'python-pysnmp-doc' 'python-python-openid' 'python-qscintilla-qt5-sip' 'python-qt3d-qt5-api' 'python-qt3d-qt5-examples' 'python-qt3d-qt5-sip' 'python-qt5-doc' 'python-qtcharts-qt5-api' 'python-qtcharts-qt5-examples' 'python-qtcharts-qt5-sip' 'python-qtdatavis3d-qt5-api' 'python-qtdatavis3d-qt5-examples' 'python-qtdatavis3d-qt5-sip' 'python-qtwebengine-qt5-api' 'python-rapi2' 'python-rapi2-debuginfo' 'python-rcssmin-docs' 'python-rdflib-doc' 'python-renderspec-doc' 'python-requestbuilder' 'python-rpm' 'python-ruamel.ordereddict' 'python-ryu-common' 'python-saharaclient-doc' 'python-scapy' 'python-scapy' 'python-senlinclient-doc' 'python-shodan-doc' 'python-singledispatch' 'python-sip-doc' 'python-six-doc' 'python-solv' 'python-sqlalchemy-migrate-doc' 'python-stevedore-doc' 'python-sushy-doc' 'python-svm' 'python-swiftclient-doc' 'python-tables-doc' 'python-testtools-doc' 'python-tk' 'python-tooz-doc' 'python-translationstring-doc' 'python-trollius' 'python-tvdb_api' 'python-tvrage' 'python-tvrage' 'python-typeshed' 'python-vips' 'python-volatility' 'python-weakrefmethod' 'python-wxWidgets-3_0' 'python-wxWidgets-3_0-devel' 'python-wxWidgets-3_0-lang' 'python-xapian' 'python-yui' 'python-zope.deprecation-doc' 'python-zope.event-doc' 'python-zope.hookable-doc' 'python-zope.i18nmessageid-doc' 'python2-APScheduler' 'python2-Arpeggio' 'python2-Automat' 'python2-BTrees' 'python2-BTrees-devel' 'python2-BTrees-doc' 'python2-Babel' 'python2-Beaker' 'python2-BitVector' 'python2-Brotli' 'python2-CDDB' 'python2-CacheControl' 'python2-Cerberus' 'python2-Chameleon' 'python2-CommonMark' 'python2-Cycler' 'python2-Cython' 'python2-DataProperty' 'python2-DataShape' 'python2-DateTime' 'python2-Delorean' 'python2-Deprecated' 'python2-Django1' 'python2-Durus' 'python2-EasyProcess' 'python2-EditorConfig' 'python2-ExifRead' 'python2-Fabric' 'python2-Fabric3' 'python2-Faker' 'python2-Flask' 'python2-Flask-Admin' 'python2-Flask-Babel' 'python2-Flask-BabelEx' 'python2-Flask-Bootstrap' 'python2-Flask-Cache' 'python2-Flask-Cache-doc' 'python2-Flask-Compress' 'python2-Flask-Cors' 'python2-Flask-Gravatar' 'python2-Flask-HTTPAuth' 'python2-Flask-Login' 'python2-Flask-Mail' 'python2-Flask-Migrate' 'python2-Flask-Paranoid' 'python2-Flask-Principal' 'python2-Flask-RESTful' 'python2-Flask-RSTPages' 'python2-Flask-SQLAlchemy' 'python2-Flask-Script' 'python2-Flask-Security' 'python2-Flask-Testing' 'python2-Flask-WTF' 'python2-Flask-doc' 'python2-FontTools' 'python2-FormEncode' 'python2-GDAL' 'python2-Genshi' 'python2-Glances' 'python2-Gloo' 'python2-GooCalendar' 'python2-GridDataFormats' 'python2-HeapDict' 'python2-Jinja2' 'python2-Js2Py' 'python2-JsonWeb' 'python2-Kajiki' 'python2-Kivy' 'python2-Kivy-devel' 'python2-LEPL' 'python2-Lektor' 'python2-Levenshtein' 'python2-Logbook' 'python2-M2Crypto' 'python2-Mako' 'python2-MapProxy' 'python2-MarkupPy' 'python2-MarkupSafe' 'python2-Markups' 'python2-Mathics' 'python2-MechanicalSoup' 'python2-Ming' 'python2-MiniMock' 'python2-Morfessor' 'python2-MulticoreTSNE' 'python2-PGet' 'python2-Parsley' 'python2-Paste' 'python2-PasteDeploy' 'python2-Paver' 'python2-PeachPy' 'python2-PeakUtils' 'python2-Pebble' 'python2-Pillow' 'python2-Pillow-tk' 'python2-PrettyTable' 'python2-Protego' 'python2-PsyLab' 'python2-PyAudio' 'python2-PyAutoGUI' 'python2-PyBindGen' 'python2-PyBrowserID' 'python2-PyChart' 'python2-PyDispatcher' 'python2-PyECLib' 'python2-PyExecJS' 'python2-PyFxA' 'python2-PyHamcrest' 'python2-PyICU' 'python2-PyInstaller' 'python2-PyJWT' 'python2-PyKMIP' 'python2-PyMeeus' 'python2-PyMeta3' 'python2-PyMsgBox' 'python2-PyMySQL' 'python2-PyNaCl' 'python2-PyNamecheap' 'python2-PyOgg' 'python2-PyOpenAL' 'python2-PyPDF2' 'python2-PyPrind' 'python2-PyQRCode' 'python2-PyRIC' 'python2-PyRSS2Gen' 'python2-PySDL2' 'python2-PyScreeze' 'python2-PySocks' 'python2-PyTrie' 'python2-PyTweening' 'python2-PyVirtualDisplay' 'python2-PyWebDAV3' 'python2-PyX' 'python2-PyYAML' 'python2-Pydap' 'python2-Pygments' 'python2-Pykka' 'python2-Pympler' 'python2-Pyphen' 'python2-Pyro4' 'python2-QR-Code-generator' 'python2-Qt.py' 'python2-QtAwesome' 'python2-QtPy' 'python2-Routes' 'python2-SPARQLWrapper' 'python2-SQLAlchemy' 'python2-SQLAlchemy-Utils' 'python2-SecretStorage' 'python2-Send2Trash' 'python2-Shapely' 'python2-SimpleWebSocketServer' 'python2-SpeechRecognition' 'python2-Sphinx' 'python2-Sphinx-doc-html' 'python2-Sphinx-doc-man' 'python2-Sphinx-latex' 'python2-Tempita' 'python2-TermRecord' 'python2-Theano' 'python2-Trolly' 'python2-Trololio' 'python2-Twisted' 'python2-TxSNI' 'python2-URLObject' 'python2-UkPostcodeParser' 'python2-Unidecode' 'python2-WSGIProxy2' 'python2-WSME' 'python2-WTForms' 'python2-WebOb' 'python2-WebTest' 'python2-Werkzeug' 'python2-Whoosh' 'python2-XStatic' 'python2-XStatic-Angular-Schema-Form' 'python2-XStatic-jQuery' 'python2-XStatic-jquery-ui' 'python2-XStatic-objectpath' 'python2-XStatic-term.js' 'python2-XStatic-tv4' 'python2-XlsxWriter' 'python2-Yapsy' 'python2-ZConfig' 'python2-ZConfig-doc' 'python2-ZEO' 'python2-ZODB' 'python2-abclient' 'python2-abimap' 'python2-abimap-doc' 'python2-abseil' 'python2-aci-integration-module' 'python2-acitoolkit' 'python2-acme' 'python2-adal' 'python2-adapt-parser' 'python2-addict' 'python2-aenum' 'python2-aexpect' 'python2-affine' 'python2-agate' 'python2-agate-dbf' 'python2-agate-lookup' 'python2-agate-remote' 'python2-agate-sql' 'python2-agate-stats' 'python2-aioeventlet' 'python2-aiohttp-theme' 'python2-akismet' 'python2-alabaster' 'python2-alembic' 'python2-allpairspy' 'python2-alsa' 'python2-altgraph' 'python2-amqp' 'python2-amqpstorm' 'python2-ana' 'python2-aniso8601' 'python2-annoy' 'python2-ansel' 'python2-ansi2html' 'python2-ansicolor' 'python2-ansicolors' 'python2-ansiwrap' 'python2-antlr' 'python2-anyjson' 'python2-apicapi' 'python2-apipkg' 'python2-appindicator' 'python2-application' 'python2-applicationinsights' 'python2-apptools' 'python2-apsw' 'python2-arabic-reshaper' 'python2-arf' 'python2-argcomplete' 'python2-argh' 'python2-argon2-cffi' 'python2-argparse-manpage' 'python2-args' 'python2-arrow' 'python2-asciimatics' 'python2-asn1crypto' 'python2-aspectlib' 'python2-aspy.yaml' 'python2-astor' 'python2-astroid' 'python2-astunparse' 'python2-asv' 'python2-atlassian-python-api' 'python2-atom' 'python2-atomicwrites' 'python2-atspi' 'python2-attr' 'python2-attrs' 'python2-aubio' 'python2-audiogrep' 'python2-audiolazy' 'python2-audioread' 'python2-audit' 'python2-augeas' 'python2-autobahn' 'python2-autodoc' 'python2-autoflake' 'python2-autopep8' 'python2-autoupgrade-ng' 'python2-av' 'python2-avocado-plugins-vt' 'python2-avro' 'python2-aws-sam-translator' 'python2-aws-xray-sdk' 'python2-aws-xray-sdk-Django' 'python2-aws-xray-sdk-Flask-SQLAlchemy' 'python2-aws-xray-sdk-SQLAlchemy' 'python2-aws-xray-sdk-all' 'python2-aws-xray-sdk-mysql-connector' 'python2-aws-xray-sdk-psycopg2' 'python2-aws-xray-sdk-pymongo' 'python2-aws-xray-sdk-pynamodb' 'python2-aws-xray-sdk-requests' 'python2-axolotl' 'python2-axolotl-curve25519' 'python2-ayatana-appindicator' 'python2-azure-ai-nspkg' 'python2-azure-ai-textanalytics' 'python2-azure-appconfiguration' 'python2-azure-applicationinsights' 'python2-azure-batch' 'python2-azure-cognitiveservices-anomalydetector' 'python2-azure-cognitiveservices-formrecognizer' 'python2-azure-cognitiveservices-inkrecognizer' 'python2-azure-cognitiveservices-knowledge-nspkg' 'python2-azure-cognitiveservices-knowledge-qnamaker' 'python2-azure-cognitiveservices-language-luis' 'python2-azure-cognitiveservices-language-nspkg' 'python2-azure-cognitiveservices-language-spellcheck' 'python2-azure-cognitiveservices-language-textanalytics' 'python2-azure-cognitiveservices-nspkg' 'python2-azure-cognitiveservices-personalizer' 'python2-azure-cognitiveservices-search-autosuggest' 'python2-azure-cognitiveservices-search-customimagesearch' 'python2-azure-cognitiveservices-search-customsearch' 'python2-azure-cognitiveservices-search-entitysearch' 'python2-azure-cognitiveservices-search-imagesearch' 'python2-azure-cognitiveservices-search-newssearch' 'python2-azure-cognitiveservices-search-nspkg' 'python2-azure-cognitiveservices-search-videosearch' 'python2-azure-cognitiveservices-search-visualsearch' 'python2-azure-cognitiveservices-search-websearch' 'python2-azure-cognitiveservices-vision-computervision' 'python2-azure-cognitiveservices-vision-contentmoderator' 'python2-azure-cognitiveservices-vision-customvision' 'python2-azure-cognitiveservices-vision-face' 'python2-azure-cognitiveservices-vision-nspkg' 'python2-azure-common' 'python2-azure-core' 'python2-azure-core-tracing-opencensus' 'python2-azure-cosmos' 'python2-azure-datalake-store' 'python2-azure-devops' 'python2-azure-eventgrid' 'python2-azure-eventhub' 'python2-azure-eventhub-checkpointstoreblob' 'python2-azure-functions-devops-build' 'python2-azure-graphrbac' 'python2-azure-identity' 'python2-azure-keyvault' 'python2-azure-keyvault-certificates' 'python2-azure-keyvault-keys' 'python2-azure-keyvault-nspkg' 'python2-azure-keyvault-secrets' 'python2-azure-loganalytics' 'python2-azure-mgmt' 'python2-azure-mgmt-advisor' 'python2-azure-mgmt-alertsmanagement' 'python2-azure-mgmt-apimanagement' 'python2-azure-mgmt-appconfiguration' 'python2-azure-mgmt-applicationinsights' 'python2-azure-mgmt-appplatform' 'python2-azure-mgmt-attestation' 'python2-azure-mgmt-authorization' 'python2-azure-mgmt-automation' 'python2-azure-mgmt-azurestack' 'python2-azure-mgmt-batch' 'python2-azure-mgmt-batchai' 'python2-azure-mgmt-billing' 'python2-azure-mgmt-botservice' 'python2-azure-mgmt-cdn' 'python2-azure-mgmt-cognitiveservices' 'python2-azure-mgmt-commerce' 'python2-azure-mgmt-compute' 'python2-azure-mgmt-consumption' 'python2-azure-mgmt-containerinstance' 'python2-azure-mgmt-containerregistry' 'python2-azure-mgmt-containerservice' 'python2-azure-mgmt-cosmosdb' 'python2-azure-mgmt-costmanagement' 'python2-azure-mgmt-databoxedge' 'python2-azure-mgmt-databricks' 'python2-azure-mgmt-datafactory' 'python2-azure-mgmt-datalake-analytics' 'python2-azure-mgmt-datalake-nspkg' 'python2-azure-mgmt-datalake-store' 'python2-azure-mgmt-datamigration' 'python2-azure-mgmt-datashare' 'python2-azure-mgmt-deploymentmanager' 'python2-azure-mgmt-devspaces' 'python2-azure-mgmt-devtestlabs' 'python2-azure-mgmt-dns' 'python2-azure-mgmt-documentdb' 'python2-azure-mgmt-edgegateway' 'python2-azure-mgmt-eventgrid' 'python2-azure-mgmt-eventhub' 'python2-azure-mgmt-frontdoor' 'python2-azure-mgmt-hanaonazure' 'python2-azure-mgmt-hdinsight' 'python2-azure-mgmt-healthcareapis' 'python2-azure-mgmt-hybridcompute' 'python2-azure-mgmt-imagebuilder' 'python2-azure-mgmt-iotcentral' 'python2-azure-mgmt-iothub' 'python2-azure-mgmt-iothubprovisioningservices' 'python2-azure-mgmt-keyvault' 'python2-azure-mgmt-kusto' 'python2-azure-mgmt-labservices' 'python2-azure-mgmt-loganalytics' 'python2-azure-mgmt-logic' 'python2-azure-mgmt-machinelearningcompute' 'python2-azure-mgmt-machinelearningservices' 'python2-azure-mgmt-managedservices' 'python2-azure-mgmt-managementgroups' 'python2-azure-mgmt-managementpartner' 'python2-azure-mgmt-maps' 'python2-azure-mgmt-marketplaceordering' 'python2-azure-mgmt-media' 'python2-azure-mgmt-mixedreality' 'python2-azure-mgmt-monitor' 'python2-azure-mgmt-msi' 'python2-azure-mgmt-netapp' 'python2-azure-mgmt-network' 'python2-azure-mgmt-notificationhubs' 'python2-azure-mgmt-nspkg' 'python2-azure-mgmt-peering' 'python2-azure-mgmt-policyinsights' 'python2-azure-mgmt-powerbiembedded' 'python2-azure-mgmt-privatedns' 'python2-azure-mgmt-rdbms' 'python2-azure-mgmt-recoveryservices' 'python2-azure-mgmt-recoveryservicesbackup' 'python2-azure-mgmt-redis' 'python2-azure-mgmt-relay' 'python2-azure-mgmt-reservations' 'python2-azure-mgmt-resource' 'python2-azure-mgmt-resourcegraph' 'python2-azure-mgmt-scheduler' 'python2-azure-mgmt-search' 'python2-azure-mgmt-security' 'python2-azure-mgmt-serialconsole' 'python2-azure-mgmt-servermanager' 'python2-azure-mgmt-servicebus' 'python2-azure-mgmt-servicefabric' 'python2-azure-mgmt-signalr' 'python2-azure-mgmt-sql' 'python2-azure-mgmt-sqlvirtualmachine' 'python2-azure-mgmt-storage' 'python2-azure-mgmt-storagecache' 'python2-azure-mgmt-storagesync' 'python2-azure-mgmt-subscription' 'python2-azure-mgmt-trafficmanager' 'python2-azure-mgmt-vmwarecloudsimple' 'python2-azure-mgmt-web' 'python2-azure-monitor' 'python2-azure-multiapi-storage' 'python2-azure-nspkg' 'python2-azure-servicebus' 'python2-azure-servicefabric' 'python2-azure-servicemanagement-legacy' 'python2-azure-storage' 'python2-azure-storage-blob' 'python2-azure-storage-common' 'python2-azure-storage-file' 'python2-azure-storage-file-datalake' 'python2-azure-storage-file-share' 'python2-azure-storage-nspkg' 'python2-azure-storage-queue' 'python2-babelfish' 'python2-backcall' 'python2-backoff' 'python2-backports' 'python2-backports.csv' 'python2-backports.functools_lru_cache' 'python2-backports.functools_partialmethod' 'python2-backports.html' 'python2-backports.os' 'python2-backports.shutil_get_terminal_size' 'python2-backports.shutil_which' 'python2-backports.ssl_match_hostname' 'python2-backports.tempfile' 'python2-backports.test.support' 'python2-backports.time-perf-counter' 'python2-backports.unittest_mock' 'python2-backports.weakref' 'python2-backports_abc' 'python2-baron' 'python2-bcolz' 'python2-bcrypt' 'python2-beautifulsoup4' 'python2-behave' 'python2-bencode' 'python2-beniget' 'python2-betamax' 'python2-betamax-matchers' 'python2-bibtexparser' 'python2-billiard' 'python2-binary' 'python2-binaryornot' 'python2-bindep' 'python2-biopython' 'python2-biplist' 'python2-bitarray' 'python2-bitstring' 'python2-bjoern' 'python2-bleach' 'python2-blessed' 'python2-blessings' 'python2-blindspin' 'python2-blinker' 'python2-blist' 'python2-blosc' 'python2-bloscpack' 'python2-bobo' 'python2-bobodoctestumentation' 'python2-bokeh' 'python2-boltons' 'python2-boolean.py' 'python2-boost_parallel_mpi1_71_0' 'python2-boto' 'python2-boto3' 'python2-botocore' 'python2-bottle' 'python2-bpython' 'python2-braille' 'python2-brewer2mpl' 'python2-brotlipy' 'python2-bsddb3' 'python2-bsddb3-devel' 'python2-bson' 'python2-bugzilla' 'python2-bugzillatools' 'python2-bz2file' 'python2-cPyparsing' 'python2-cached-property' 'python2-cachelib' 'python2-cachetools' 'python2-cachy' 'python2-cairocffi' 'python2-cairocffi-pixbuf' 'python2-caldav' 'python2-calmjs' 'python2-calmjs.parse' 'python2-calmjs.types' 'python2-cangjie' 'python2-canonicaljson' 'python2-capng' 'python2-capturer' 'python2-case' 'python2-cassandra-driver' 'python2-cassowary' 'python2-casttube' 'python2-catkin-pkg' 'python2-cbor' 'python2-cbor2' 'python2-cchardet' 'python2-cdecimal' 'python2-celery' 'python2-celery-batches' 'python2-celerymon' 'python2-cerealizer' 'python2-certbot' 'python2-certbot-apache' 'python2-certbot-dns-cloudflare' 'python2-certbot-dns-cloudxns' 'python2-certbot-dns-digitalocean' 'python2-certbot-dns-dnsimple' 'python2-certbot-dns-dnsmadeeasy' 'python2-certbot-dns-google' 'python2-certbot-dns-linode' 'python2-certbot-dns-luadns' 'python2-certbot-dns-nsone' 'python2-certbot-dns-rfc2136' 'python2-certbot-dns-route53' 'python2-certbot-nginx' 'python2-certifi' 'python2-certstream' 'python2-cffi' 'python2-cfn-lint' 'python2-cfscrape' 'python2-cftime' 'python2-chai' 'python2-chainmap' 'python2-chardet' 'python2-check-manifest' 'python2-cheroot' 'python2-chest' 'python2-cilium-microscope' 'python2-ciscoconfparse' 'python2-cl' 'python2-cleo' 'python2-cli-helpers' 'python2-click' 'python2-click-aliases' 'python2-click-completion' 'python2-click-didyoumean' 'python2-click-help-colors' 'python2-click-log' 'python2-click-man' 'python2-click-plugins' 'python2-click-spinner' 'python2-click-threading' 'python2-cliff' 'python2-cligj' 'python2-clikit' 'python2-clinkgrammar' 'python2-clint' 'python2-cloudflare' 'python2-cloudpickle' 'python2-cluster' 'python2-cluster-preflight-check' 'python2-clustershell' 'python2-cmarkgfm' 'python2-cmd2' 'python2-cmdln' 'python2-coards' 'python2-codecov' 'python2-cogapp' 'python2-colander' 'python2-colander-doc' 'python2-colander-lang' 'python2-colorama' 'python2-colorcet' 'python2-colorclass' 'python2-coloredlogs' 'python2-colorlog' 'python2-colorlover' 'python2-colormap' 'python2-colorspacious' 'python2-colour' 'python2-combi' 'python2-compizconfig' 'python2-concurrentloghandler' 'python2-configargparse' 'python2-configparser' 'python2-configshell-fb' 'python2-confluent-kafka' 'python2-confusable-homoglyphs' 'python2-constantly' 'python2-construct' 'python2-contexter' 'python2-contextlib2' 'python2-convertdate' 'python2-cookies' 'python2-cooldict' 'python2-coreapi' 'python2-coreapi-cli' 'python2-coreschema' 'python2-cotyledon' 'python2-cov-core' 'python2-coverage' 'python2-coverage-config-reload-plugin' 'python2-coverage-env-plugin' 'python2-coveralls' 'python2-coveralls-check' 'python2-cppclean' 'python2-cpplint' 'python2-cracklib' 'python2-cram' 'python2-crayons' 'python2-crcmod' 'python2-cron-descriptor' 'python2-croniter' 'python2-crontab' 'python2-crumbs' 'python2-cryptography' 'python2-cryptography-vectors' 'python2-css-parser' 'python2-csscompressor' 'python2-cssselect' 'python2-cssutils' 'python2-ctypescrypto' 'python2-cursive' 'python2-curtsies' 'python2-cymruwhois' 'python2-cyordereddict' 'python2-cytoolz' 'python2-d2to1' 'python2-daemonize' 'python2-daiquiri' 'python2-dash-renderer' 'python2-datadiff' 'python2-dateparser' 'python2-datrie' 'python2-dbf' 'python2-dbfread' 'python2-dbus-python-devel' 'python2-ddt' 'python2-deap' 'python2-debian' 'python2-debtcollector' 'python2-decorator' 'python2-defusedxml' 'python2-delegator' 'python2-delegator.py' 'python2-deltarpm' 'python2-demjson' 'python2-dennis' 'python2-deprecation' 'python2-derpconf' 'python2-devpi-client' 'python2-devpi-common' 'python2-dfwinreg' 'python2-dialite' 'python2-dicttoxml' 'python2-diff-match-patch' 'python2-digitalocean' 'python2-dill' 'python2-dirtyjson' 'python2-dis3' 'python2-discid' 'python2-discogs-client' 'python2-diskcache' 'python2-dist' 'python2-distlib' 'python2-distorm3' 'python2-distributed' 'python2-distro' 'python2-distroinfo' 'python2-distutils-extra' 'python2-dj-database-url' 'python2-django-avatar' 'python2-django-babel' 'python2-django-braces' 'python2-django-ckeditor' 'python2-django-classy-tags' 'python2-django-contrib-comments' 'python2-django-coverage-plugin' 'python2-django-environ' 'python2-django-jinja' 'python2-django-js-asset' 'python2-django-json-widget' 'python2-django-jsonfield' 'python2-django-nine' 'python2-django-nose' 'python2-django-oidc-provider' 'python2-django-picklefield' 'python2-django-pipeline' 'python2-django-pyscss' 'python2-django-rest-framework-client' 'python2-django-rest-framework-social-oauth2' 'python2-django-seed' 'python2-django-sekizai' 'python2-django-storages' 'python2-django-tastypie' 'python2-django-threadedcomments' 'python2-django-webpack-loader' 'python2-django-webtest' 'python2-djvulibre' 'python2-dnspython' 'python2-docformatter' 'python2-docker' 'python2-docker-pycreds' 'python2-dockerpty' 'python2-docopt' 'python2-docrepr' 'python2-docutils' 'python2-docutils-ast-writer' 'python2-dogpile.cache' 'python2-dogslow' 'python2-dominate' 'python2-dpkt' 'python2-dragonmapper' 'python2-drms' 'python2-dropbox' 'python2-duckduckgo2' 'python2-dukpy' 'python2-dukpy-kovidgoyal' 'python2-dulwich' 'python2-easydev' 'python2-easygui' 'python2-easypysmb' 'python2-easywatch' 'python2-ebcdic' 'python2-ecdsa' 'python2-ed25519' 'python2-ed25519ll' 'python2-edgegrid-python' 'python2-editdistance' 'python2-editdistance-devel' 'python2-efilter' 'python2-efl' 'python2-efl-doc' 'python2-efl-examples' 'python2-elasticsearch' 'python2-email_validator' 'python2-emoji' 'python2-empy' 'python2-enaml' 'python2-encore' 'python2-entrypoint2' 'python2-entrypoints' 'python2-environmental-override' 'python2-enzyme' 'python2-ephem' 'python2-epubmerge' 'python2-eradicate' 'python2-espeak' 'python2-esptool' 'python2-et_xmlfile' 'python2-etcd' 'python2-etcd-test' 'python2-ethtool' 'python2-evdev' 'python2-evemu' 'python2-eventlet' 'python2-evtx' 'python2-exam' 'python2-execnet' 'python2-expects' 'python2-exrex' 'python2-extras' 'python2-ez_setup' 'python2-factory_boy' 'python2-fake-useragent' 'python2-fakeredis' 'python2-fann2' 'python2-fastcluster' 'python2-fasteners' 'python2-fastimport' 'python2-fastremap' 'python2-fb-re2' 'python2-fedmsg' 'python2-feedgenerator' 'python2-feedparser' 'python2-fido2' 'python2-fields' 'python2-filelock' 'python2-filetype' 'python2-finance_enums' 'python2-fire' 'python2-first' 'python2-fixtures' 'python2-flake8' 'python2-flake8-blind-except' 'python2-flake8-builtins' 'python2-flake8-class-newline' 'python2-flake8-debugger' 'python2-flake8-deprecated' 'python2-flake8-docstrings' 'python2-flake8-future-import' 'python2-flake8-import-order' 'python2-flake8-imports' 'python2-flake8-pep3101' 'python2-flake8-polyfill' 'python2-flake8-quotes' 'python2-flaky' 'python2-flasgger' 'python2-flask-jwt-extended' 'python2-flask-peewee' 'python2-flask-restplus' 'python2-flatbuffers' 'python2-flex' 'python2-flexmock' 'python2-flickrapi' 'python2-flit-core' 'python2-flower' 'python2-fluent' 'python2-fluidity-sm' 'python2-flup' 'python2-forbiddenfruit' 'python2-formats' 'python2-freetype-py' 'python2-freezegun' 'python2-frozendict' 'python2-fs' 'python2-ftputil' 'python2-fudge' 'python2-funcparserlib' 'python2-funcy' 'python2-furl' 'python2-fuse' 'python2-fusepy' 'python2-future' 'python2-futures' 'python2-fuzzywuzzy' 'python2-fysom' 'python2-gTTS' 'python2-gTTS-token' 'python2-gabbi' 'python2-gast' 'python2-gear' 'python2-ged4py' 'python2-genty' 'python2-geographiclib' 'python2-geoip2' 'python2-geojson' 'python2-geolib' 'python2-geolinks' 'python2-geomet' 'python2-geopy' 'python2-gevent' 'python2-geventhttpclient' 'python2-ggplot' 'python2-girder-client' 'python2-git-pw' 'python2-git-url-parse' 'python2-github3.py' 'python2-gitlint' 'python2-glean' 'python2-glfw' 'python2-glob2' 'python2-gmpy' 'python2-gmpy2' 'python2-gobject-Dee' 'python2-gobject-Gdk' 'python2-gobject-cairo' 'python2-gobject-devel' 'python2-goocanvas' 'python2-goocanvas-devel' 'python2-google-api-core' 'python2-google-api-python-client' 'python2-google-auth' 'python2-google-auth-httplib2' 'python2-google-auth-oauthlib' 'python2-google-cloud-core' 'python2-google-cloud-kms' 'python2-google-cloud-speech' 'python2-google-cloud-storage' 'python2-google-resumable-media' 'python2-googleapis-common-protos' 'python2-googlemaps' 'python2-gpg' 'python2-gpgme' 'python2-gphoto2' 'python2-gprof2dot' 'python2-gps3' 'python2-gpsd' 'python2-grab' 'python2-graphviz' 'python2-greenlet' 'python2-greenlet-devel' 'python2-grpc-google-iam-v1' 'python2-grpcio' 'python2-grpcio-gcp' 'python2-gscholar' 'python2-gspread' 'python2-gssapi' 'python2-gst' 'python2-guessit' 'python2-gunicorn' 'python2-guzzle_sphinx_theme' 'python2-gv' 'python2-h11' 'python2-h2' 'python2-h5py' 'python2-hankel' 'python2-hanzidentifier' 'python2-happybase' 'python2-hawkauthlib' 'python2-hdf5storage' 'python2-helpdev' 'python2-hetzner' 'python2-hexdump' 'python2-hiredis' 'python2-hkdf' 'python2-hl7apy' 'python2-holidays' 'python2-hpack' 'python2-html5-parser' 'python2-html5lib' 'python2-htmlmin' 'python2-httmock' 'python2-http-parser' 'python2-httpbin' 'python2-httplib2' 'python2-httpretty' 'python2-httpsig_cffi' 'python2-httpstatus35' 'python2-humanfriendly' 'python2-humanhash3' 'python2-hupper' 'python2-husl' 'python2-hyper' 'python2-hyperframe' 'python2-hyperlink' 'python2-hypothesis' 'python2-hypothesis-fspaths' 'python2-icalendar' 'python2-identify' 'python2-idna' 'python2-ifaddr' 'python2-ifconfig-parser' 'python2-ijson' 'python2-imageio' 'python2-imagesize' 'python2-img2pdf' 'python2-iminuit' 'python2-importlib-metadata' 'python2-importlib_resources' 'python2-imread' 'python2-incremental' 'python2-infinity' 'python2-inflect' 'python2-inflection' 'python2-inifile' 'python2-iniparse' 'python2-inspect2' 'python2-inspektor' 'python2-intervals' 'python2-intervaltree' 'python2-invocations' 'python2-invoke' 'python2-iocapture' 'python2-ioflo' 'python2-ipaddr' 'python2-iptables' 'python2-ipy' 'python2-ipykernel' 'python2-ipython' 'python2-ipython-iptest' 'python2-ipython_genutils' 'python2-ipywidgets' 'python2-iso8601' 'python2-isodate' 'python2-isort' 'python2-itsdangerous' 'python2-itypes' 'python2-iwlib' 'python2-jaraco.base' 'python2-jaraco.classes' 'python2-jaraco.collections' 'python2-jaraco.functools' 'python2-jaraco.itertools' 'python2-jaraco.logging' 'python2-jaraco.packaging' 'python2-jaraco.stream' 'python2-jaraco.text' 'python2-javaproperties' 'python2-jdatetime' 'python2-jdcal' 'python2-jedi' 'python2-jedihttp' 'python2-jenkins-job-builder' 'python2-jenkinsapi' 'python2-jinja2-fsloader' 'python2-jinja2-pluralize' 'python2-jinja2-time' 'python2-jira' 'python2-jmespath' 'python2-joblib' 'python2-josepy' 'python2-jplephem' 'python2-jsbeautifier' 'python2-jsmin' 'python2-json-rpc' 'python2-json5' 'python2-json_tricks' 'python2-jsondate' 'python2-jsondiff' 'python2-jsonextended' 'python2-jsonlines' 'python2-jsonpatch' 'python2-jsonpath-rw' 'python2-jsonpath-rw-ext' 'python2-jsonpickle' 'python2-jsonpointer' 'python2-jsonref' 'python2-jsonrpclib-pelix' 'python2-jsonschema' 'python2-jsonxs' 'python2-junit-xml' 'python2-junitxml' 'python2-junos-eznc' 'python2-jupyter-client' 'python2-jupyter-core' 'python2-jupyter-packaging' 'python2-jwcrypto' 'python2-k5test' 'python2-kafka-python' 'python2-kaitaistruct' 'python2-kazoo' 'python2-keepalive' 'python2-kerberos' 'python2-keyczar' 'python2-keyring' 'python2-keyrings.alt' 'python2-kid' 'python2-kismet-rest' 'python2-kismetdb' 'python2-kitchen' 'python2-kiwisolver' 'python2-kmatch' 'python2-kmod' 'python2-knack' 'python2-kombu' 'python2-kubernetes' 'python2-l20n' 'python2-lancet-ioam' 'python2-langdetect' 'python2-lark-parser' 'python2-latexcodec' 'python2-lazr.uri' 'python2-lazy' 'python2-lazy-object-proxy' 'python2-lazyarray' 'python2-ldap' 'python2-ldap3' 'python2-ldappool' 'python2-ldaptor' 'python2-leather' 'python2-lesscpy' 'python2-leveldb' 'python2-lexicon' 'python2-lhafile' 'python2-libarchive' 'python2-libarchive-c' 'python2-libbde' 'python2-libevt' 'python2-libfsntfs' 'python2-libfvde' 'python2-libfwnt' 'python2-libguestfs' 'python2-liblarch' 'python2-liblarch-gtk' 'python2-libluksde' 'python2-libnacl' 'python2-libpamtest' 'python2-libpfm' 'python2-libqcow' 'python2-libregf' 'python2-libsass' 'python2-libscca' 'python2-libsigscan' 'python2-libsmdev' 'python2-libsmraw' 'python2-libtorrent-rasterbar' 'python2-libunity' 'python2-libusb1' 'python2-libvhdi' 'python2-libvmdk' 'python2-libvshadow' 'python2-libvslvm' 'python2-libxml2' 'python2-license-expression' 'python2-line_profiler' 'python2-linecache2' 'python2-linux-procfs' 'python2-lit' 'python2-llfuse' 'python2-llvmlite' 'python2-lmdb' 'python2-lml' 'python2-localzone' 'python2-locket' 'python2-lockfile' 'python2-logilab-astng' 'python2-logilab-common' 'python2-logutils' 'python2-logzero' 'python2-lupa' 'python2-lws' 'python2-lxml' 'python2-lxml-devel' 'python2-lz4' 'python2-lzmaffi' 'python2-m2r' 'python2-macholib' 'python2-magic' 'python2-magic-wormhole' 'python2-magic-wormhole-mailbox-server' 'python2-magic-wormhole-transit-relay' 'python2-managesieve' 'python2-mando' 'python2-manuel' 'python2-manuel-doc' 'python2-markdown-math' 'python2-markdown2' 'python2-matplotlib' 'python2-matplotlib-gtk3' 'python2-matplotlib-latex' 'python2-matplotlib-qt-shared' 'python2-matplotlib-qt5' 'python2-matplotlib-tk' 'python2-matplotlib-web' 'python2-matplotlib-wx' 'python2-maxminddb' 'python2-mccabe' 'python2-md2workflow' 'python2-mechanize' 'python2-meld3' 'python2-memory_profiler' 'python2-metaextract' 'python2-mhash' 'python2-miniupnpc' 'python2-misaka' 'python2-mistune' 'python2-mock' 'python2-mocket' 'python2-mockito' 'python2-mockldap' 'python2-modernize' 'python2-mohawk' 'python2-moksha-common' 'python2-moksha-hub' 'python2-mongoengine' 'python2-monotonic' 'python2-more-itertools' 'python2-moretools' 'python2-moto' 'python2-moviepy' 'python2-mox3' 'python2-mpi4py' 'python2-mpi4py-devel' 'python2-mpmath' 'python2-mraa' 'python2-msal' 'python2-msal-extensions' 'python2-msgpack' 'python2-msgpack-numpy' 'python2-msoffcrypto-tool' 'python2-msrest' 'python2-msrestazure' 'python2-mujson' 'python2-mulpyplexer' 'python2-multi_key_dict' 'python2-multipledispatch' 'python2-munch' 'python2-musicbrainzngs' 'python2-mutt-ics' 'python2-mygpoclient' 'python2-mypy_extensions' 'python2-mysql-connector-python' 'python2-mysqlclient' 'python2-nagiosplugin' 'python2-napalm-asa' 'python2-nbconvert' 'python2-nbformat' 'python2-nbxmpp' 'python2-nbxmpp-doc' 'python2-ncclient' 'python2-ndg-httpsclient' 'python2-neovim' 'python2-net-snmp' 'python2-netCDF4' 'python2-netaddr' 'python2-netifaces' 'python2-networkx' 'python2-networkx-doc' 'python2-newt' 'python2-nine' 'python2-nltk' 'python2-nodeenv' 'python2-nose' 'python2-nose-cov' 'python2-nose-cover3' 'python2-nose-exclude' 'python2-nose-progressive' 'python2-nose-random' 'python2-nose-timer' 'python2-nose2' 'python2-nose_warnings_filters' 'python2-nosexcover' 'python2-notify2' 'python2-nss' 'python2-ntlm-auth' 'python2-ntplib' 'python2-num2words' 'python2-numexpr' 'python2-numpy' 'python2-numpy-devel' 'python2-numpy-gnu-hpc' 'python2-numpy-gnu-hpc-devel' 'python2-numpy_1_16_5-gnu-hpc' 'python2-numpy_1_16_5-gnu-hpc-devel' 'python2-numpydoc' 'python2-nxapi-plumbing' 'python2-oauth2' 'python2-oauth2client' 'python2-oauth2client-flask' 'python2-oauth2client-gce' 'python2-oauthlib' 'python2-objgraph' 'python2-oci-sdk' 'python2-odfpy' 'python2-odorik' 'python2-olefile' 'python2-opcodes' 'python2-openapi-schema-validator' 'python2-openapi-spec-validator' 'python2-opencensus' 'python2-opencensus-context' 'python2-opencensus-ext-azure' 'python2-opencensus-ext-threading' 'python2-opencv' 'python2-opencv3' 'python2-opengl' 'python2-opengl-accelerate' 'python2-openmesh' 'python2-openqa_client' 'python2-openqa_review' 'python2-openstack.nose_plugin' 'python2-openstackdocstheme' 'python2-ordered-namespace' 'python2-orderedmultidict' 'python2-osc-tiny' 'python2-oscrypto' 'python2-oslosphinx' 'python2-oslotest' 'python2-osmviz' 'python2-outcome' 'python2-ovirt-engine-sdk' 'python2-ovs' 'python2-pa-ringbuffer' 'python2-paho-mqtt' 'python2-pako' 'python2-palettable' 'python2-pamela' 'python2-pamqp' 'python2-pan-python' 'python2-pandas' 'python2-pandas-datareader' 'python2-pandocfilters' 'python2-panflute' 'python2-parallax' 'python2-param' 'python2-parameterized' 'python2-paramiko' 'python2-paramiko-expect' 'python2-parse' 'python2-parse_type' 'python2-parsedatetime' 'python2-parsel' 'python2-parso' 'python2-partd' 'python2-parted' 'python2-parver' 'python2-pass_python_keyring' 'python2-passa' 'python2-passivetotal' 'python2-passlib' 'python2-pastel' 'python2-path.py' 'python2-pathlib' 'python2-pathlib2' 'python2-pathspec' 'python2-pathtools' 'python2-patsy' 'python2-pbkdf2' 'python2-pbr' 'python2-pdfkit' 'python2-pdfrw' 'python2-pecan' 'python2-peewee' 'python2-pefile' 'python2-pelican' 'python2-pem' 'python2-pendulum' 'python2-pep517' 'python2-pep8-naming' 'python2-peppercorn' 'python2-percy' 'python2-persistent' 'python2-persistent-devel' 'python2-petact' 'python2-pexpect' 'python2-pgmagick' 'python2-phabricator' 'python2-phonenumbers' 'python2-phply' 'python2-phue' 'python2-pick' 'python2-pickleshare' 'python2-piexif' 'python2-pifpaf' 'python2-pika' 'python2-pika-pool' 'python2-pilkit' 'python2-pip-api' 'python2-pip-shims' 'python2-pipdeptree' 'python2-pipreqs' 'python2-pivy' 'python2-pkgconfig' 'python2-pkginfo' 'python2-plaster' 'python2-plaster-pastedeploy' 'python2-plette' 'python2-pluggy' 'python2-plumbum' 'python2-ply' 'python2-plyvel' 'python2-pmw' 'python2-pname' 'python2-podcastparser' 'python2-podman' 'python2-polib' 'python2-pomegranate' 'python2-pomegranate-devel' 'python2-pony' 'python2-port-for' 'python2-portalocker' 'python2-portend' 'python2-portpicker' 'python2-positional' 'python2-power' 'python2-poyo' 'python2-pprintpp' 'python2-precise-runner' 'python2-preggy' 'python2-premailer' 'python2-pretend' 'python2-proboscis' 'python2-process-tests' 'python2-proglog' 'python2-progress' 'python2-progressbar' 'python2-proliantutils' 'python2-prometheus_client' 'python2-promise' 'python2-prompt_toolkit' 'python2-prompt_toolkit1' 'python2-proselint' 'python2-protobuf' 'python2-pscript' 'python2-psutil' 'python2-psycopg2' 'python2-ptpython' 'python2-ptyprocess' 'python2-publicsuffixlist' 'python2-pudb' 'python2-pulsectl' 'python2-pure-sasl' 'python2-purl' 'python2-pushy' 'python2-pwquality' 'python2-py' 'python2-py-cpuinfo' 'python2-py-espeak-ng' 'python2-py-radix' 'python2-py-ubjson' 'python2-py2pack' 'python2-py3status' 'python2-pyDOE2' 'python2-pyFFTW' 'python2-pyLibravatar' 'python2-pyModis' 'python2-pyOCD' 'python2-pyOpenSSL' 'python2-pyPEG2' 'python2-pyRFC3339' 'python2-pyScss' 'python2-pyVows' 'python2-pyacoustid' 'python2-pyaes' 'python2-pyalsaaudio' 'python2-pyaml' 'python2-pyannotate' 'python2-pyasn1' 'python2-pyasn1-modules' 'python2-pybars3' 'python2-pybeam' 'python2-pybind11' 'python2-pybind11-devel' 'python2-pyblake2' 'python2-pybluez' 'python2-pybtex' 'python2-pybugz' 'python2-pycairo-devel' 'python2-pycallgraph' 'python2-pycdio' 'python2-pycha' 'python2-pychm' 'python2-pyclipper' 'python2-pycocotools' 'python2-pycodestyle' 'python2-pycountry' 'python2-pycparser' 'python2-pycryptodome' 'python2-pycryptodomex' 'python2-pyct' 'python2-pycups' 'python2-pycurl' 'python2-pycxx' 'python2-pycxx-devel' 'python2-pydata-google-auth' 'python2-pydbus' 'python2-pydenticon' 'python2-pydicom' 'python2-pydns' 'python2-pydocstyle' 'python2-pydocumentdb' 'python2-pydot' 'python2-pydot3' 'python2-pydotplus' 'python2-pydub' 'python2-pyeapi' 'python2-pyee' 'python2-pyelftools' 'python2-pyemd' 'python2-pyenchant' 'python2-pyface' 'python2-pyfakefs' 'python2-pyfg' 'python2-pyfiglet' 'python2-pyflakes' 'python2-pyftpdlib' 'python2-pygal' 'python2-pygaljs' 'python2-pygame' 'python2-pygame-devel' 'python2-pygerrit2' 'python2-pygit2' 'python2-pyglet' 'python2-pygments-ansi-color' 'python2-pygments-pytest' 'python2-pygments-style-railscasts' 'python2-pygraphviz' 'python2-pyinotify' 'python2-pyjavaproperties' 'python2-pyjokes' 'python2-pyjsparser' 'python2-pyjwkest' 'python2-pykafka' 'python2-pykeepass' 'python2-pykerberos' 'python2-pykwalify' 'python2-pylama' 'python2-pylev' 'python2-pylibacl' 'python2-pyliblzma' 'python2-pylibmc' 'python2-pylint' 'python2-pylons-sphinx-themes' 'python2-pylru' 'python2-pylzma' 'python2-pymacaroons' 'python2-pymacaroons-pynacl' 'python2-pymad' 'python2-pymavlink' 'python2-pymediainfo' 'python2-pymemcache' 'python2-pymod2pkg' 'python2-pymol' 'python2-pymongo' 'python2-pynamodb' 'python2-pynetbox' 'python2-pyngus' 'python2-pynxos' 'python2-pyodbc' 'python2-pyosf' 'python2-pyotp' 'python2-pyparallel' 'python2-pyperclip' 'python2-pypiserver' 'python2-pypng' 'python2-pyprimes' 'python2-pypsexec' 'python2-pyqtgraph' 'python2-pyquery' 'python2-pyrad' 'python2-pyramid-chameleon' 'python2-pyramid-mako' 'python2-pyreadstat' 'python2-pyroma' 'python2-pyroomacoustics' 'python2-pyroute2' 'python2-pyrrd' 'python2-pyrsistent' 'python2-pysaml2' 'python2-pyscard' 'python2-pysendfile' 'python2-pyserial' 'python2-pyshould' 'python2-pyshp' 'python2-pysmb' 'python2-pysmbc' 'python2-pysmi' 'python2-pysndfile' 'python2-pysnmp' 'python2-pysofaconventions' 'python2-pysrt' 'python2-pyssim' 'python2-pystache' 'python2-pysvn' 'python2-pytaglib' 'python2-pyte' 'python2-pytesseract' 'python2-pytest-arraydiff' 'python2-pytest-attrib' 'python2-pytest-bdd' 'python2-pytest-benchmark' 'python2-pytest-check-links' 'python2-pytest-click' 'python2-pytest-codestyle' 'python2-pytest-console-scripts' 'python2-pytest-cov' 'python2-pytest-datadir' 'python2-pytest-django' 'python2-pytest-doctestplus' 'python2-pytest-dotenv' 'python2-pytest-env' 'python2-pytest-error-for-skips' 'python2-pytest-expect' 'python2-pytest-fixture-config' 'python2-pytest-flake8' 'python2-pytest-flakes' 'python2-pytest-forked' 'python2-pytest-freezegun' 'python2-pytest-helpers-namespace' 'python2-pytest-httpbin' 'python2-pytest-instafail' 'python2-pytest-isort' 'python2-pytest-lazy-fixture' 'python2-pytest-listener' 'python2-pytest-localserver' 'python2-pytest-metadata' 'python2-pytest-mock' 'python2-pytest-mpl' 'python2-pytest-openfiles' 'python2-pytest-ordering' 'python2-pytest-profiling' 'python2-pytest-pyramid-server' 'python2-pytest-pythonpath' 'python2-pytest-qt' 'python2-pytest-relaxed' 'python2-pytest-remotedata' 'python2-pytest-reorder' 'python2-pytest-repeat' 'python2-pytest-runner' 'python2-pytest-server-fixtures' 'python2-pytest-services' 'python2-pytest-shutil' 'python2-pytest-socket' 'python2-pytest-spec' 'python2-pytest-sphinx' 'python2-pytest-subtesthack' 'python2-pytest-sugar' 'python2-pytest-super-check' 'python2-pytest-svn' 'python2-pytest-testconfig' 'python2-pytest-timeout' 'python2-pytest-tldr' 'python2-pytest-tornado' 'python2-pytest-translations' 'python2-pytest-travis-fold' 'python2-pytest-twisted' 'python2-pytest-vcr' 'python2-pytest-verbose-parametrize' 'python2-pytest-virtualenv' 'python2-pytest-xdist' 'python2-pytest-xvfb' 'python2-pytest4' 'python2-python-afl' 'python2-python-aiml' 'python2-python-bidi' 'python2-python-cjson' 'python2-python-consul' 'python2-python-coveralls' 'python2-python-crfsuite' 'python2-python-crontab' 'python2-python-daemon' 'python2-python-dateutil' 'python2-python-dbusmock' 'python2-python-docs-theme' 'python2-python-dotenv' 'python2-python-editor' 'python2-python-fileinspector' 'python2-python-gammu' 'python2-python-gflags' 'python2-python-gnupg' 'python2-python-jenkins' 'python2-python-jose' 'python2-python-json-logger' 'python2-python-jsonrpc-server' 'python2-python-language-server' 'python2-python-lzo' 'python2-python-magic' 'python2-python-memcached' 'python2-python-mimeparse' 'python2-python-mpd2' 'python2-python-mpv' 'python2-python-nmap' 'python2-python-openid-cla' 'python2-python-openid-teams' 'python2-python-pam' 'python2-python-ptrace' 'python2-python-qdatamatrix' 'python2-python-qnotifications' 'python2-python-qpid-proton' 'python2-python-qprogedit' 'python2-python-redmine' 'python2-python-slugify' 'python2-python-snappy' 'python2-python-sofa' 'python2-python-sql' 'python2-python-stdnum' 'python2-python-subunit' 'python2-python-ternary' 'python2-python-twitter' 'python2-python-utils' 'python2-python-vlc' 'python2-python-whois' 'python2-python-xlib' 'python2-python-yubico' 'python2-python3-saml' 'python2-pythonfinder' 'python2-pythonwhois' 'python2-pytidylib' 'python2-pytils' 'python2-pytimeparse' 'python2-pytoml' 'python2-pytools' 'python2-pytricia' 'python2-pytz' 'python2-pytzdata' 'python2-pyuca' 'python2-pyudev' 'python2-pyusb' 'python2-pyutf8' 'python2-pyuv' 'python2-pyux' 'python2-pyviz-comms' 'python2-pyvmomi' 'python2-pywinrm' 'python2-pyxdg' 'python2-pyzmq' 'python2-pyzmq-devel' 'python2-q' 'python2-qrcode' 'python2-qscintilla-qt5' 'python2-qt3d-qt5' 'python2-qt5-devel' 'python2-qtcharts-qt5' 'python2-qtdatavis3d-qt5' 'python2-qtwebengine-qt5' 'python2-quantities' 'python2-queuelib' 'python2-quicktions' 'python2-radon' 'python2-raet' 'python2-random2' 'python2-rarfile' 'python2-rarfile-doc' 'python2-ravello-sdk' 'python2-raven' 'python2-rawkit' 'python2-rcssmin' 'python2-rdflib' 'python2-readme_renderer' 'python2-readthedocs-sphinx-ext' 'python2-rebulk' 'python2-recommonmark' 'python2-redbaron' 'python2-redfish' 'python2-redis' 'python2-rednose' 'python2-regex' 'python2-relatorio' 'python2-releases' 'python2-remoto' 'python2-rencode' 'python2-reno' 'python2-reportlab' 'python2-repoze.lru' 'python2-repoze.sphinx.autointerface' 'python2-repoze.who' 'python2-requests' 'python2-requests-aws' 'python2-requests-cache' 'python2-requests-download' 'python2-requests-file' 'python2-requests-ftp' 'python2-requests-futures' 'python2-requests-hawk' 'python2-requests-kerberos' 'python2-requests-mock' 'python2-requests-oauthlib' 'python2-requests-toolbelt' 'python2-requests-unixsocket' 'python2-requests_ntlm' 'python2-requestsexceptions' 'python2-requirements-detector' 'python2-requirements-parser' 'python2-requirementslib' 'python2-resampy' 'python2-resolvelib' 'python2-responses' 'python2-restructuredtext_lint' 'python2-restview' 'python2-resultsdb_api' 'python2-rethinkdb' 'python2-retry' 'python2-retry_decorator' 'python2-retrying' 'python2-retryrequests' 'python2-rfc3986' 'python2-rfc3987' 'python2-rfc6266' 'python2-rfc6555' 'python2-rjsmin' 'python2-rnginline' 'python2-rollbar' 'python2-roman' 'python2-rope' 'python2-rply' 'python2-rpm' 'python2-rpmfile' 'python2-rpyc' 'python2-rq' 'python2-rsa' 'python2-rst.linker' 'python2-rstcheck' 'python2-rt' 'python2-rtslib-fb' 'python2-ruamel.base' 'python2-ruamel.std.argparse' 'python2-ruamel.std.pathlib' 'python2-ruamel.yaml' 'python2-ruamel.yaml.clib' 'python2-ruamel.yaml.cmd' 'python2-ruamel.yaml.convert' 'python2-ruffus' 'python2-ryu' 'python2-s3transfer' 'python2-sadisplay' 'python2-samplerate' 'python2-sane' 'python2-sanlock' 'python2-sarge' 'python2-sas7bdat' 'python2-sasl' 'python2-scales' 'python2-scandir' 'python2-schedule' 'python2-schema' 'python2-scikit-build' 'python2-scikit-dsp-comm' 'python2-scikit-learn' 'python2-scikit-sparse' 'python2-scikit-umfpack' 'python2-scipy' 'python2-scipy-gnu-hpc' 'python2-scipy_1_2_1-gnu-hpc' 'python2-scitools' 'python2-scour' 'python2-scp' 'python2-scripttest' 'python2-scrypt' 'python2-scspell3k' 'python2-sdnotify' 'python2-selection' 'python2-selectors2' 'python2-selectors34' 'python2-selenium' 'python2-semanage' 'python2-semantic_version' 'python2-semver' 'python2-serpent' 'python2-serpy' 'python2-serverfiles' 'python2-service_identity' 'python2-setproctitle' 'python2-setuptools-git' 'python2-setuptools_scm' 'python2-setuptools_scm_git_archive' 'python2-sge-pygame' 'python2-sh' 'python2-shaptools' 'python2-shellingham' 'python2-shodan' 'python2-shouldbe' 'python2-shutilwhich' 'python2-sievelib' 'python2-signedjson' 'python2-simplebayes' 'python2-simpleeval' 'python2-simplegeneric' 'python2-simplejson' 'python2-simplekml' 'python2-sip-devel' 'python2-siphashc' 'python2-sleekxmpp' 'python2-slimit' 'python2-slip' 'python2-slip-dbus' 'python2-slip-gtk' 'python2-slumber' 'python2-slycot' 'python2-smartypants' 'python2-smbprotocol' 'python2-smmap' 'python2-snakefood' 'python2-snimpy' 'python2-snowballstemmer' 'python2-snuggs' 'python2-social-auth-app-django' 'python2-social-auth-core' 'python2-socketpool' 'python2-sortedcollections' 'python2-sortedcontainers' 'python2-soundcloud' 'python2-sounddevice' 'python2-soupsieve' 'python2-sox' 'python2-spake2' 'python2-spark_parser' 'python2-speaklater' 'python2-spec' 'python2-sphinx-bootstrap-theme' 'python2-sphinx-feature-classification' 'python2-sphinx-issues' 'python2-sphinx-removed-in' 'python2-sphinx-testing' 'python2-sphinx-version-warning' 'python2-sphinx_rtd_theme' 'python2-sphinxcontrib-apidoc' 'python2-sphinxcontrib-asyncio' 'python2-sphinxcontrib-autoprogram' 'python2-sphinxcontrib-autoprogram-doc' 'python2-sphinxcontrib-documentedlist' 'python2-sphinxcontrib-github-alt' 'python2-sphinxcontrib-httpdomain' 'python2-sphinxcontrib-issuetracker' 'python2-sphinxcontrib-newsfeed' 'python2-sphinxcontrib-pecanwsme' 'python2-sphinxcontrib-plantuml' 'python2-sphinxcontrib-programoutput' 'python2-sphinxcontrib-websupport' 'python2-spidev' 'python2-spotipy' 'python2-sqlalchemy-migrate' 'python2-sqlitedict' 'python2-sqlparse' 'python2-sqlsoup' 'python2-srcinfo' 'python2-ssdeep' 'python2-sshpubkeys' 'python2-sshtunnel' 'python2-statistics' 'python2-statsd' 'python2-stdeb' 'python2-stestr' 'python2-stevedore' 'python2-stomper' 'python2-storm' 'python2-storm-django' 'python2-storm-mysql' 'python2-storm-postgresql' 'python2-storm-twisted' 'python2-straight-plugin' 'python2-strict-rfc3339' 'python2-strictyaml' 'python2-subgrab' 'python2-subliminal' 'python2-subprocess32' 'python2-subst' 'python2-suds-jurko' 'python2-suntime' 'python2-sure' 'python2-sushy' 'python2-svgwrite' 'python2-swapper' 'python2-sybil' 'python2-sympy' 'python2-systemd' 'python2-tableprint' 'python2-tabulate' 'python2-tagpy' 'python2-targetcli-fb' 'python2-taskw' 'python2-tblib' 'python2-technicolor' 'python2-telepot' 'python2-template-remover' 'python2-tempora' 'python2-tenacity' 'python2-termcolor' 'python2-terminado' 'python2-terminaltables' 'python2-termstyle' 'python2-tesserocr' 'python2-test-server' 'python2-testfixtures' 'python2-testflo' 'python2-testpath' 'python2-testrepository' 'python2-testresources' 'python2-testscenarios' 'python2-testtools' 'python2-text-unidecode' 'python2-textX' 'python2-textfsm' 'python2-texttable' 'python2-textwrap3' 'python2-thespian' 'python2-thrift' 'python2-thriftpy2' 'python2-tinydb' 'python2-tinyrecord' 'python2-titlecase' 'python2-tkreadonly' 'python2-tldextract' 'python2-tmx' 'python2-toml' 'python2-tomlkit' 'python2-toolz' 'python2-tooz' 'python2-topy' 'python2-tornado' 'python2-tornado4' 'python2-tornado5' 'python2-toro' 'python2-tortilla' 'python2-towncrier' 'python2-tox' 'python2-tox-no-internet' 'python2-tox-travis' 'python2-tox-wheel' 'python2-tpfd' 'python2-tqdm' 'python2-traceback2' 'python2-traitlets' 'python2-traits' 'python2-traitsui' 'python2-traittypes' 'python2-transaction' 'python2-transip' 'python2-transitions' 'python2-translation-finder' 'python2-translationstring' 'python2-treq' 'python2-tri.struct' 'python2-trustme' 'python2-tvdb_api' 'python2-tweepy' 'python2-twine' 'python2-twitter.common.finagle-thrift' 'python2-twitter.common.lang' 'python2-twitter.common.rpc' 'python2-twodict' 'python2-twython' 'python2-txWS' 'python2-txZMQ' 'python2-txt2tags' 'python2-txtorcon' 'python2-typing' 'python2-typing_extensions' 'python2-tzlocal' 'python2-u-msgpack-python' 'python2-ua-parser' 'python2-uamqp' 'python2-ucsmsdk' 'python2-ujson' 'python2-unbound' 'python2-uncertainties' 'python2-uncompyle6' 'python2-unicodecsv' 'python2-unicodedata2' 'python2-unidiff' 'python2-unify' 'python2-uniseg' 'python2-unittest-mixins' 'python2-unittest2' 'python2-unpaddedbase64' 'python2-untokenize' 'python2-upm' 'python2-uritemplate' 'python2-urlgrabber' 'python2-urllib3' 'python2-urwid' 'python2-user-agents' 'python2-user_agent' 'python2-userpath' 'python2-validate_email' 'python2-validators' 'python2-varlink' 'python2-vcrpy' 'python2-vcs' 'python2-vcversioner' 'python2-vega_datasets' 'python2-verboselogs' 'python2-versioneer' 'python2-versiontag' 'python2-versiontools' 'python2-vim-vint' 'python2-vine' 'python2-virt-bootstrap' 'python2-virtkey' 'python2-virtualenv' 'python2-virtualenv-clone' 'python2-virtualenvwrapper' 'python2-visitor' 'python2-vispy' 'python2-vistir' 'python2-vobject' 'python2-voluptuous' 'python2-vsts' 'python2-vsts-cd-manager' 'python2-vulkan' 'python2-vulture' 'python2-w3lib' 'python2-wadllib' 'python2-waitress' 'python2-waitress-doc' 'python2-wakeonlan' 'python2-warlock' 'python2-watchdog' 'python2-watchdog-doc' 'python2-wcwidth' 'python2-weave' 'python2-web.py' 'python2-webassets' 'python2-webcolors' 'python2-webencodings' 'python2-weblib' 'python2-websocket-client' 'python2-websockify' 'python2-whatever' 'python2-whatthepatch' 'python2-wheel' 'python2-whichcraft' 'python2-wikipedia' 'python2-wiring' 'python2-wolframalpha' 'python2-wptools' 'python2-wrapt' 'python2-ws4py' 'python2-wsaccel' 'python2-wsgi_intercept' 'python2-wstools' 'python2-wtf-peewee' 'python2-wurlitzer' 'python2-wxPython' 'python2-wxPython-lang' 'python2-xapp' 'python2-xattr' 'python2-xcaplib' 'python2-xcffib' 'python2-xdis' 'python2-xerox' 'python2-xhtml2pdf' 'python2-xkbgroup' 'python2-xlrd' 'python2-xlwt' 'python2-xmldiff' 'python2-xmlsec' 'python2-xmltodict' 'python2-xpybutil' 'python2-xsge_gui' 'python2-xsge_lighting' 'python2-xsge_particle' 'python2-xsge_path' 'python2-xsge_physics' 'python2-xsge_tmx' 'python2-xvfbwrapper' 'python2-xxhash' 'python2-yamldoc' 'python2-yamllint' 'python2-yamlloader' 'python2-yapf' 'python2-yaql' 'python2-yara' 'python2-yarb' 'python2-yarg' 'python2-yaspin' 'python2-youtube-dl' 'python2-yq' 'python2-zake' 'python2-zc.buildout' 'python2-zc.customdoctests' 'python2-zc.lockfile' 'python2-zdaemon' 'python2-zeep' 'python2-zetup' 'python2-zhon' 'python2-zipp' 'python2-zipstream' 'python2-zodbpickle' 'python2-zope.cachedescriptors' 'python2-zope.component' 'python2-zope.configuration' 'python2-zope.copy' 'python2-zope.deferredimport' 'python2-zope.deprecation' 'python2-zope.event' 'python2-zope.exceptions' 'python2-zope.hookable' 'python2-zope.i18nmessageid' 'python2-zope.interface' 'python2-zope.location' 'python2-zope.proxy' 'python2-zope.proxy-devel' 'python2-zope.schema' 'python2-zope.security' 'python2-zope.testbrowser' 'python2-zope.testing' 'python2-zope.testrunner' 'python2-zstandard' 'python2-zstd' 'python2-zxcvbn' 'python2-zypp-plugin' 'python3-32bit' 'python3-APScheduler' 'python3-AnyQt' 'python3-Arpeggio' 'python3-BTrees' 'python3-BTrees-devel' 'python3-BTrees-doc' 'python3-Babel-doc' 'python3-Beaker' 'python3-BitVector' 'python3-Bottleneck' 'python3-Brotli' 'python3-CacheControl' 'python3-CairoSVG' 'python3-Cerberus' 'python3-Chameleon' 'python3-Cheetah3' 'python3-CherryPy' 'python3-CommonMark' 'python3-Cycler' 'python3-Cython' 'python3-DataProperty' 'python3-DataShape' 'python3-DateTime' 'python3-Delorean' 'python3-Deprecated' 'python3-Django' 'python3-Durus' 'python3-EasyProcess' 'python3-EditorConfig' 'python3-ExifRead' 'python3-Fabric' 'python3-Fabric3' 'python3-Faker' 'python3-Flask' 'python3-Flask-Admin' 'python3-Flask-Babel' 'python3-Flask-BabelEx' 'python3-Flask-Bootstrap' 'python3-Flask-Cache' 'python3-Flask-Cache-doc' 'python3-Flask-Compress' 'python3-Flask-Cors' 'python3-Flask-Gravatar' 'python3-Flask-HTMLmin' 'python3-Flask-HTTPAuth' 'python3-Flask-Login' 'python3-Flask-Mail' 'python3-Flask-Migrate' 'python3-Flask-Paranoid' 'python3-Flask-Principal' 'python3-Flask-RESTful' 'python3-Flask-RSTPages' 'python3-Flask-SQLAlchemy' 'python3-Flask-Script' 'python3-Flask-Security' 'python3-Flask-Security-Too' 'python3-Flask-Testing' 'python3-Flask-WTF' 'python3-Flask-doc' 'python3-FontTools' 'python3-FormEncode' 'python3-GDAL' 'python3-Genshi' 'python3-GitPython' 'python3-GitgExt' 'python3-Glances' 'python3-Gloo' 'python3-Glymur' 'python3-GooCalendar' 'python3-GooseMPL' 'python3-GridDataFormats' 'python3-HTTPolice' 'python3-HeapDict' 'python3-HyperKitty' 'python3-IMDbPY' 'python3-Js2Py' 'python3-JsonWeb' 'python3-Kajiki' 'python3-Keras' 'python3-Keras-Applications' 'python3-Keras-Preprocessing' 'python3-Keras-examples' 'python3-Kivy' 'python3-Kivy-devel' 'python3-LEPL' 'python3-LTTL' 'python3-Lektor' 'python3-Levenshtein' 'python3-Logbook' 'python3-M2Crypto' 'python3-Mako' 'python3-MapProxy' 'python3-MarkupPy' 'python3-Markups' 'python3-Mathics' 'python3-MechanicalSoup' 'python3-Ming' 'python3-MiniMock' 'python3-Morfessor' 'python3-MulticoreTSNE' 'python3-OWSLib' 'python3-PGet' 'python3-Parsley' 'python3-Paste' 'python3-PasteDeploy' 'python3-Paver' 'python3-PeachPy' 'python3-PeakUtils' 'python3-Pebble' 'python3-Pillow-tk' 'python3-Pint' 'python3-PrettyTable' 'python3-Protego' 'python3-PsyLab' 'python3-PsychoPy' 'python3-PsychoPy-lang' 'python3-Pweave' 'python3-PyAutoGUI' 'python3-PyBindGen' 'python3-PyBrowserID' 'python3-PyChart' 'python3-PyChromecast' 'python3-PyDispatcher' 'python3-PyECLib' 'python3-PyExecJS' 'python3-PyFxA' 'python3-PyGithub' 'python3-PyICU' 'python3-PyInstaller' 'python3-PyKMIP' 'python3-PyLaTeX' 'python3-PyMeeus' 'python3-PyMeta3' 'python3-PyMsgBox' 'python3-PyMuPDF' 'python3-PyMySQL' 'python3-PyNamecheap' 'python3-PyOgg' 'python3-PyOpenAL' 'python3-PyPDF2' 'python3-PyPrind' 'python3-PyPrint' 'python3-PyQRCode' 'python3-PyRIC' 'python3-PyRSS2Gen' 'python3-PySDL2' 'python3-PyScreeze' 'python3-PyTrie' 'python3-PyTweening' 'python3-PyVirtualDisplay' 'python3-PyWavelets' 'python3-PyWebDAV3' 'python3-PyWebDAV3-GNUHealth' 'python3-PyX' 'python3-Pydap' 'python3-Pykka' 'python3-Pympler' 'python3-Pyphen' 'python3-Pyro4' 'python3-QDarkStyle' 'python3-QR-Code-generator' 'python3-Qt.py' 'python3-QtAwesome' 'python3-QtPy' 'python3-RegexOrder' 'python3-Rivet' 'python3-Routes' 'python3-SHERPA-MC' 'python3-SPARQLWrapper' 'python3-SQLAlchemy' 'python3-SQLAlchemy-Utils' 'python3-Scrapy' 'python3-SecretStorage' 'python3-Shapely' 'python3-SimpleWebSocketServer' 'python3-SoapySDR' 'python3-SoundCard' 'python3-SoundFile' 'python3-SpeechRecognition' 'python3-Sphinx' 'python3-Sphinx-latex' 'python3-TagStats' 'python3-Telethon' 'python3-Tempita' 'python3-TermRecord' 'python3-Theano' 'python3-Transplant' 'python3-Trolly' 'python3-Trololio' 'python3-TxSNI' 'python3-URLObject' 'python3-UkPostcodeParser' 'python3-VyattaConfParser' 'python3-WSGIProxy2' 'python3-WSME' 'python3-WTForms' 'python3-WeasyPrint' 'python3-WebOb' 'python3-WebTest' 'python3-Werkzeug' 'python3-Whoosh' 'python3-XStatic' 'python3-XStatic-Angular-Schema-Form' 'python3-XStatic-jQuery' 'python3-XStatic-jquery-ui' 'python3-XStatic-objectpath' 'python3-XStatic-term.js' 'python3-XStatic-tv4' 'python3-XlsxWriter' 'python3-YODA' 'python3-Yapsy' 'python3-ZConfig' 'python3-ZConfig-doc' 'python3-ZEO' 'python3-ZODB' 'python3-abclient' 'python3-abimap' 'python3-abimap-doc' 'python3-abseil' 'python3-acefile' 'python3-acitoolkit' 'python3-acme' 'python3-acoular' 'python3-actdiag' 'python3-adal' 'python3-adapt-parser' 'python3-addict' 'python3-aeidon' 'python3-aenum' 'python3-aexpect' 'python3-affine' 'python3-agate' 'python3-agate-dbf' 'python3-agate-excel' 'python3-agate-lookup' 'python3-agate-remote' 'python3-agate-sql' 'python3-agate-stats' 'python3-aina' 'python3-aiobotocore' 'python3-aiodns' 'python3-aioeventlet' 'python3-aioftp' 'python3-aiohttp' 'python3-aiohttp-socks' 'python3-aiohttp-theme' 'python3-aioresponses' 'python3-aiorpcX' 'python3-aiosmtpd' 'python3-aiosmtplib' 'python3-akismet' 'python3-alabaster' 'python3-alembic' 'python3-allpairspy' 'python3-alsa' 'python3-altair' 'python3-altair-widgets' 'python3-altgraph' 'python3-amqp' 'python3-amqpstorm' 'python3-ana' 'python3-aniso8601' 'python3-annoy' 'python3-ansel' 'python3-ansi2html' 'python3-ansicolor' 'python3-ansicolors' 'python3-ansiwrap' 'python3-anyjson' 'python3-apache-libcloud' 'python3-apipkg' 'python3-apiron' 'python3-application' 'python3-applicationinsights' 'python3-apptools' 'python3-apsw' 'python3-ara' 'python3-arabic-reshaper' 'python3-arf' 'python3-argcomplete' 'python3-argh' 'python3-argon2-cffi' 'python3-argparse-manpage' 'python3-args' 'python3-arrow' 'python3-asciimatics' 'python3-asdf' 'python3-aspectlib' 'python3-aspy.yaml' 'python3-asteval' 'python3-astor' 'python3-astral' 'python3-astroid' 'python3-astropy' 'python3-astropy-helpers' 'python3-astunparse' 'python3-asv' 'python3-async_generator' 'python3-async_timeout' 'python3-asyncssh' 'python3-asynctest' 'python3-atlassian-python-api' 'python3-atom' 'python3-atpublic' 'python3-atspi' 'python3-attr' 'python3-aubio' 'python3-audio-degrader' 'python3-audiogrep' 'python3-audiolazy' 'python3-audiomate' 'python3-audit' 'python3-augeas' 'python3-authheaders' 'python3-authres' 'python3-autobahn' 'python3-autodoc' 'python3-autoflake' 'python3-automaton' 'python3-autopep8' 'python3-autoupgrade-ng' 'python3-av' 'python3-avahi' 'python3-avahi-gtk' 'python3-avocado' 'python3-avocado-plugins-glib' 'python3-avocado-plugins-golang' 'python3-avocado-plugins-loader-yaml' 'python3-avocado-plugins-output-html' 'python3-avocado-plugins-result-upload' 'python3-avocado-plugins-resultsdb' 'python3-avocado-plugins-runner-docker' 'python3-avocado-plugins-runner-remote' 'python3-avocado-plugins-runner-vm' 'python3-avocado-plugins-varianter-pict' 'python3-avocado-plugins-varianter-yaml-to-mux' 'python3-avocado-plugins-vt' 'python3-avro' 'python3-awpa' 'python3-aws-sam-translator' 'python3-aws-xray-sdk' 'python3-aws-xray-sdk-Django' 'python3-aws-xray-sdk-Flask-SQLAlchemy' 'python3-aws-xray-sdk-SQLAlchemy' 'python3-aws-xray-sdk-aiobotocore' 'python3-aws-xray-sdk-aiohttp' 'python3-aws-xray-sdk-all' 'python3-aws-xray-sdk-mysql-connector' 'python3-aws-xray-sdk-psycopg2' 'python3-aws-xray-sdk-pymongo' 'python3-aws-xray-sdk-pynamodb' 'python3-aws-xray-sdk-requests' 'python3-axolotl' 'python3-axolotl-curve25519' 'python3-azure-ai-nspkg' 'python3-azure-ai-textanalytics' 'python3-azure-appconfiguration' 'python3-azure-applicationinsights' 'python3-azure-batch' 'python3-azure-cognitiveservices-anomalydetector' 'python3-azure-cognitiveservices-formrecognizer' 'python3-azure-cognitiveservices-inkrecognizer' 'python3-azure-cognitiveservices-knowledge-nspkg' 'python3-azure-cognitiveservices-knowledge-qnamaker' 'python3-azure-cognitiveservices-language-luis' 'python3-azure-cognitiveservices-language-nspkg' 'python3-azure-cognitiveservices-language-spellcheck' 'python3-azure-cognitiveservices-language-textanalytics' 'python3-azure-cognitiveservices-nspkg' 'python3-azure-cognitiveservices-personalizer' 'python3-azure-cognitiveservices-search-autosuggest' 'python3-azure-cognitiveservices-search-customimagesearch' 'python3-azure-cognitiveservices-search-customsearch' 'python3-azure-cognitiveservices-search-entitysearch' 'python3-azure-cognitiveservices-search-imagesearch' 'python3-azure-cognitiveservices-search-newssearch' 'python3-azure-cognitiveservices-search-nspkg' 'python3-azure-cognitiveservices-search-videosearch' 'python3-azure-cognitiveservices-search-visualsearch' 'python3-azure-cognitiveservices-search-websearch' 'python3-azure-cognitiveservices-vision-computervision' 'python3-azure-cognitiveservices-vision-contentmoderator' 'python3-azure-cognitiveservices-vision-customvision' 'python3-azure-cognitiveservices-vision-face' 'python3-azure-cognitiveservices-vision-nspkg' 'python3-azure-common' 'python3-azure-core' 'python3-azure-core-tracing-opencensus' 'python3-azure-cosmos' 'python3-azure-datalake-store' 'python3-azure-devops' 'python3-azure-eventgrid' 'python3-azure-eventhub' 'python3-azure-eventhub-checkpointstoreblob' 'python3-azure-eventhub-checkpointstoreblob-aio' 'python3-azure-functions-devops-build' 'python3-azure-graphrbac' 'python3-azure-identity' 'python3-azure-keyvault' 'python3-azure-keyvault-certificates' 'python3-azure-keyvault-keys' 'python3-azure-keyvault-nspkg' 'python3-azure-keyvault-secrets' 'python3-azure-loganalytics' 'python3-azure-mgmt' 'python3-azure-mgmt-advisor' 'python3-azure-mgmt-alertsmanagement' 'python3-azure-mgmt-apimanagement' 'python3-azure-mgmt-appconfiguration' 'python3-azure-mgmt-applicationinsights' 'python3-azure-mgmt-appplatform' 'python3-azure-mgmt-attestation' 'python3-azure-mgmt-authorization' 'python3-azure-mgmt-automation' 'python3-azure-mgmt-azurestack' 'python3-azure-mgmt-batch' 'python3-azure-mgmt-batchai' 'python3-azure-mgmt-billing' 'python3-azure-mgmt-botservice' 'python3-azure-mgmt-cdn' 'python3-azure-mgmt-cognitiveservices' 'python3-azure-mgmt-commerce' 'python3-azure-mgmt-compute' 'python3-azure-mgmt-consumption' 'python3-azure-mgmt-containerinstance' 'python3-azure-mgmt-containerregistry' 'python3-azure-mgmt-containerservice' 'python3-azure-mgmt-cosmosdb' 'python3-azure-mgmt-costmanagement' 'python3-azure-mgmt-databoxedge' 'python3-azure-mgmt-databricks' 'python3-azure-mgmt-datafactory' 'python3-azure-mgmt-datalake-analytics' 'python3-azure-mgmt-datalake-nspkg' 'python3-azure-mgmt-datalake-store' 'python3-azure-mgmt-datamigration' 'python3-azure-mgmt-datashare' 'python3-azure-mgmt-deploymentmanager' 'python3-azure-mgmt-devspaces' 'python3-azure-mgmt-devtestlabs' 'python3-azure-mgmt-dns' 'python3-azure-mgmt-documentdb' 'python3-azure-mgmt-edgegateway' 'python3-azure-mgmt-eventgrid' 'python3-azure-mgmt-eventhub' 'python3-azure-mgmt-frontdoor' 'python3-azure-mgmt-hanaonazure' 'python3-azure-mgmt-hdinsight' 'python3-azure-mgmt-healthcareapis' 'python3-azure-mgmt-hybridcompute' 'python3-azure-mgmt-imagebuilder' 'python3-azure-mgmt-iotcentral' 'python3-azure-mgmt-iothub' 'python3-azure-mgmt-iothubprovisioningservices' 'python3-azure-mgmt-keyvault' 'python3-azure-mgmt-kusto' 'python3-azure-mgmt-labservices' 'python3-azure-mgmt-loganalytics' 'python3-azure-mgmt-logic' 'python3-azure-mgmt-machinelearningcompute' 'python3-azure-mgmt-machinelearningservices' 'python3-azure-mgmt-managedservices' 'python3-azure-mgmt-managementgroups' 'python3-azure-mgmt-managementpartner' 'python3-azure-mgmt-maps' 'python3-azure-mgmt-marketplaceordering' 'python3-azure-mgmt-media' 'python3-azure-mgmt-mixedreality' 'python3-azure-mgmt-monitor' 'python3-azure-mgmt-msi' 'python3-azure-mgmt-netapp' 'python3-azure-mgmt-network' 'python3-azure-mgmt-notificationhubs' 'python3-azure-mgmt-nspkg' 'python3-azure-mgmt-peering' 'python3-azure-mgmt-policyinsights' 'python3-azure-mgmt-powerbiembedded' 'python3-azure-mgmt-privatedns' 'python3-azure-mgmt-rdbms' 'python3-azure-mgmt-recoveryservices' 'python3-azure-mgmt-recoveryservicesbackup' 'python3-azure-mgmt-redis' 'python3-azure-mgmt-relay' 'python3-azure-mgmt-reservations' 'python3-azure-mgmt-resource' 'python3-azure-mgmt-resourcegraph' 'python3-azure-mgmt-scheduler' 'python3-azure-mgmt-search' 'python3-azure-mgmt-security' 'python3-azure-mgmt-serialconsole' 'python3-azure-mgmt-servermanager' 'python3-azure-mgmt-servicebus' 'python3-azure-mgmt-servicefabric' 'python3-azure-mgmt-signalr' 'python3-azure-mgmt-sql' 'python3-azure-mgmt-sqlvirtualmachine' 'python3-azure-mgmt-storage' 'python3-azure-mgmt-storagecache' 'python3-azure-mgmt-storagesync' 'python3-azure-mgmt-subscription' 'python3-azure-mgmt-trafficmanager' 'python3-azure-mgmt-vmwarecloudsimple' 'python3-azure-mgmt-web' 'python3-azure-monitor' 'python3-azure-multiapi-storage' 'python3-azure-nspkg' 'python3-azure-sdk' 'python3-azure-servicebus' 'python3-azure-servicefabric' 'python3-azure-servicemanagement-legacy' 'python3-azure-storage' 'python3-azure-storage-blob' 'python3-azure-storage-common' 'python3-azure-storage-file' 'python3-azure-storage-file-datalake' 'python3-azure-storage-file-share' 'python3-azure-storage-nspkg' 'python3-azure-storage-queue' 'python3-azurectl' 'python3-babelfish' 'python3-babeltrace' 'python3-babeltrace2' 'python3-backcall' 'python3-backoff' 'python3-backports' 'python3-backports.ssl_match_hostname' 'python3-backports_abc' 'python3-bandit' 'python3-barbicanclient' 'python3-baron' 'python3-base-32bit' 'python3-base58' 'python3-bashate' 'python3-bcolz' 'python3-behave' 'python3-bencode' 'python3-beniget' 'python3-beren' 'python3-betamax' 'python3-betamax-matchers' 'python3-bibtexparser' 'python3-bidict' 'python3-billiard' 'python3-binary' 'python3-binaryornot' 'python3-bindep' 'python3-biopython' 'python3-biplist' 'python3-bitarray' 'python3-bitstring' 'python3-bitstruct' 'python3-bjoern' 'python3-black' 'python3-bleach' 'python3-blessed' 'python3-blessings' 'python3-blindspin' 'python3-blist' 'python3-blockdiag' 'python3-blosc' 'python3-bloscpack' 'python3-bobo' 'python3-bobodoctestumentation' 'python3-bokcolmaps' 'python3-bokeh' 'python3-boltons' 'python3-boolean.py' 'python3-boost_parallel_mpi' 'python3-boost_parallel_mpi1_71_0' 'python3-botan' 'python3-boto' 'python3-bottle' 'python3-bowler' 'python3-bpython' 'python3-bqplot' 'python3-branca' 'python3-breathe' 'python3-brewer2mpl' 'python3-brlapi' 'python3-bsddb3' 'python3-bsddb3-devel' 'python3-bson' 'python3-bugzilla' 'python3-bugzillatools' 'python3-cPyparsing' 'python3-caca' 'python3-cached-property' 'python3-cachelib' 'python3-cachetools' 'python3-cachey' 'python3-cachy' 'python3-caffe' 'python3-caffe-gnu-hpc' 'python3-caffe_1_0-gnu-hpc' 'python3-cairocffi' 'python3-cairocffi-pixbuf' 'python3-caldav' 'python3-calmjs' 'python3-calmjs.parse' 'python3-calmjs.types' 'python3-calysto' 'python3-cangjie' 'python3-canonicaljson' 'python3-capng' 'python3-capturer' 'python3-case' 'python3-cassandra-driver' 'python3-cassowary' 'python3-castellan' 'python3-casttube' 'python3-catkin-pkg' 'python3-cauldron-notebook' 'python3-cbor' 'python3-cbor2' 'python3-cchardet' 'python3-ccm' 'python3-celery' 'python3-celery-batches' 'python3-celerymon' 'python3-ceph-argparse' 'python3-ceph-common' 'python3-cephfs' 'python3-cerealizer' 'python3-certbot' 'python3-certbot-apache' 'python3-certbot-dns-cloudflare' 'python3-certbot-dns-cloudxns' 'python3-certbot-dns-digitalocean' 'python3-certbot-dns-dnsimple' 'python3-certbot-dns-dnsmadeeasy' 'python3-certbot-dns-google' 'python3-certbot-dns-linode' 'python3-certbot-dns-luadns' 'python3-certbot-dns-nsone' 'python3-certbot-dns-rfc2136' 'python3-certbot-dns-route53' 'python3-certbot-nginx' 'python3-certipy' 'python3-certstream' 'python3-cfgv' 'python3-cfn-lint' 'python3-cfscrape' 'python3-cftime' 'python3-chai' 'python3-chainmap' 'python3-charset-normalizer' 'python3-chart-studio' 'python3-chartify' 'python3-check-manifest' 'python3-cheroot' 'python3-chest' 'python3-cilium-microscope' 'python3-cinderclient' 'python3-ciscoconfparse' 'python3-cl' 'python3-clang' 'python3-cleo' 'python3-cli-helpers' 'python3-click' 'python3-click-aliases' 'python3-click-completion' 'python3-click-didyoumean' 'python3-click-help-colors' 'python3-click-log' 'python3-click-man' 'python3-click-plugins' 'python3-click-spinner' 'python3-click-threading' 'python3-cliff' 'python3-cligj' 'python3-clikit' 'python3-clinkgrammar' 'python3-clint' 'python3-cloud-init-seed' 'python3-cloudflare' 'python3-cloudpickle' 'python3-cluster' 'python3-cluster-preflight-check' 'python3-clustershell' 'python3-cmarkgfm' 'python3-cmd2' 'python3-coards' 'python3-coconut' 'python3-codecov' 'python3-cogapp' 'python3-colander' 'python3-colander-doc' 'python3-colander-lang' 'python3-colorama' 'python3-colorcet' 'python3-colorclass' 'python3-coloredlogs' 'python3-colorlog' 'python3-colorlover' 'python3-colormap' 'python3-colorspacious' 'python3-colour' 'python3-combi' 'python3-compizconfig' 'python3-concurrentloghandler' 'python3-configargparse' 'python3-configparser' 'python3-configshell-fb' 'python3-confluent-kafka' 'python3-confusable-homoglyphs' 'python3-congressclient' 'python3-construct' 'python3-contexter' 'python3-contextlib2' 'python3-contextvars' 'python3-control' 'python3-convertdate' 'python3-cookies' 'python3-cooldict' 'python3-coreapi' 'python3-coreapi-cli' 'python3-coreschema' 'python3-cotyledon' 'python3-cov-core' 'python3-coverage-config-reload-plugin' 'python3-coverage-env-plugin' 'python3-coveralls' 'python3-coveralls-check' 'python3-cppclean' 'python3-cpplint' 'python3-cracklib' 'python3-cram' 'python3-crayons' 'python3-crcmod' 'python3-cron-descriptor' 'python3-croniter' 'python3-crontab' 'python3-crumbs' 'python3-cryptography-vectors' 'python3-css-parser' 'python3-csscompressor' 'python3-cssselect2' 'python3-cssutils' 'python3-csvkit' 'python3-ctypescrypto' 'python3-ctypeslib2' 'python3-cufflinks' 'python3-curio' 'python3-cursive' 'python3-curtsies' 'python3-cx_Freeze' 'python3-cymruwhois' 'python3-cyordereddict' 'python3-cytoolz' 'python3-d2to1' 'python3-daemonize' 'python3-daiquiri' 'python3-dash' 'python3-dash-core-components' 'python3-dash-html-components' 'python3-dash-renderer' 'python3-dash-table' 'python3-dask' 'python3-dask-all' 'python3-dask-array' 'python3-dask-bag' 'python3-dask-dataframe' 'python3-dask-distributed' 'python3-dask-dot' 'python3-dask-multiprocessing' 'python3-datadiff' 'python3-datashader' 'python3-dateparser' 'python3-datrie' 'python3-dbf' 'python3-dbfread' 'python3-dbus-presage' 'python3-dbus-python-devel' 'python3-ddg3' 'python3-ddt' 'python3-deap' 'python3-debian' 'python3-debtcollector' 'python3-deepdiff' 'python3-defusedxml' 'python3-delegator' 'python3-delegator.py' 'python3-deltarpm' 'python3-demjson' 'python3-dennis' 'python3-dephell' 'python3-dephell-archive' 'python3-dephell-argparse' 'python3-dephell-discover' 'python3-dephell-licenses' 'python3-dephell-links' 'python3-dephell-markers' 'python3-dephell-pythons' 'python3-dephell-setuptools' 'python3-dephell-shells' 'python3-dephell-specifier' 'python3-dephell-venvs' 'python3-dephell-versioning' 'python3-dephell_changelogs' 'python3-deprecation' 'python3-derpconf' 'python3-designateclient' 'python3-devpi-client' 'python3-devpi-common' 'python3-devpi-server' 'python3-dfVFS' 'python3-dfdatetime' 'python3-dfwinreg' 'python3-dialite' 'python3-dicttoxml' 'python3-diff-match-patch' 'python3-digitalocean' 'python3-dill' 'python3-dirtyjson' 'python3-diskcache' 'python3-dist' 'python3-distlib' 'python3-distob' 'python3-distorm3' 'python3-distributed' 'python3-distro' 'python3-distroinfo' 'python3-distutils-extra' 'python3-dj-database-url' 'python3-django-allauth' 'python3-django-appconf' 'python3-django-auth-ldap' 'python3-django-avatar' 'python3-django-babel' 'python3-django-braces' 'python3-django-ckeditor' 'python3-django-classy-tags' 'python3-django-collectd-rest' 'python3-django-compressor' 'python3-django-contrib-comments' 'python3-django-cors-headers' 'python3-django-coverage-plugin' 'python3-django-crispy-forms' 'python3-django-debreach' 'python3-django-debug-toolbar' 'python3-django-environ' 'python3-django-extensions' 'python3-django-filter' 'python3-django-formtools' 'python3-django-grappelli' 'python3-django-gravatar2' 'python3-django-guardian' 'python3-django-haystack' 'python3-django-health-check' 'python3-django-invitations' 'python3-django-jinja' 'python3-django-js-asset' 'python3-django-json-widget' 'python3-django-jsonfield' 'python3-django-mailman3' 'python3-django-minio-storage' 'python3-django-model-utils' 'python3-django-nine' 'python3-django-nose' 'python3-django-oauth-toolkit' 'python3-django-oidc-provider' 'python3-django-pglocks' 'python3-django-picklefield' 'python3-django-pipeline' 'python3-django-pyscss' 'python3-django-q' 'python3-django-redis' 'python3-django-registration' 'python3-django-rest-framework-client' 'python3-django-rest-framework-social-oauth2' 'python3-django-rest-invitations' 'python3-django-rest-knox' 'python3-django-reversion' 'python3-django-seed' 'python3-django-sekizai' 'python3-django-settings-toml' 'python3-django-silk' 'python3-django-storages' 'python3-django-tagging' 'python3-django-tastypie' 'python3-django-threadedcomments' 'python3-django-webpack-loader' 'python3-django-webtest' 'python3-djangorestframework' 'python3-djangorestframework-simplejwt' 'python3-djet' 'python3-djvulibre' 'python3-dkimpy' 'python3-dnf' 'python3-dnf-plugin-leaves' 'python3-dnf-plugin-local' 'python3-dnf-plugin-post-transaction-actions' 'python3-dnf-plugin-rpmconf' 'python3-dnf-plugin-show-leaves' 'python3-dnf-plugin-showvars' 'python3-dnf-plugin-snapper' 'python3-dnf-plugin-system-upgrade' 'python3-dnf-plugin-torproxy' 'python3-dnf-plugin-versionlock' 'python3-dnf-plugins-core' 'python3-dnf-plugins-extras-common' 'python3-dns-lexicon' 'python3-doc' 'python3-doc-devhelp' 'python3-docformatter' 'python3-docker' 'python3-docker-compose' 'python3-docker-pycreds' 'python3-dockerpty' 'python3-docopt' 'python3-docrepr' 'python3-docutils-ast-writer' 'python3-dogpile.cache' 'python3-dogslow' 'python3-dominate' 'python3-dparse' 'python3-dpcontracts' 'python3-dpkt' 'python3-dragonmapper' 'python3-drms' 'python3-dropbox' 'python3-dtaidistance' 'python3-dtaidistance-devel' 'python3-dtfabric' 'python3-duckduckgo2' 'python3-dukpy' 'python3-dukpy-kovidgoyal' 'python3-dulwich' 'python3-dynaconf' 'python3-easy-thumbnails' 'python3-easydev' 'python3-easygui' 'python3-easypysmb' 'python3-easywatch' 'python3-ebcdic' 'python3-ec2imgutils' 'python3-ec2metadata' 'python3-ed25519' 'python3-edgegrid-python' 'python3-editdistance' 'python3-editdistance-devel' 'python3-efilter' 'python3-efl' 'python3-efl-doc' 'python3-efl-examples' 'python3-elasticsearch' 'python3-elementpath' 'python3-eliot' 'python3-email_validator' 'python3-emoji' 'python3-empy' 'python3-enaml' 'python3-encore' 'python3-entrypoint2' 'python3-environmental-override' 'python3-envisage' 'python3-enzyme' 'python3-ephem' 'python3-eradicate' 'python3-espeak' 'python3-espressomd' 'python3-esptool' 'python3-et_xmlfile' 'python3-etcd' 'python3-etcd-test' 'python3-ethtool' 'python3-evemu' 'python3-eventlet' 'python3-evtx' 'python3-exam' 'python3-execnet' 'python3-exiv2' 'python3-expects' 'python3-exrex' 'python3-extras' 'python3-extratools' 'python3-ez_setup' 'python3-factory_boy' 'python3-fake-useragent' 'python3-fakeredis' 'python3-falcon' 'python3-fanficfare' 'python3-fann2' 'python3-fastTSNE' 'python3-fastcluster' 'python3-fasteners' 'python3-fastimport' 'python3-fastjet' 'python3-fastnumbers' 'python3-fastparquet' 'python3-fastremap' 'python3-fb-re2' 'python3-featureflow' 'python3-fedmsg' 'python3-feedgenerator' 'python3-feedparser' 'python3-ffmpeg-python' 'python3-fido2' 'python3-fields' 'python3-fife' 'python3-filetype' 'python3-finance_enums' 'python3-fire' 'python3-first' 'python3-fissix' 'python3-fityk' 'python3-fixtures' 'python3-flake8-blind-except' 'python3-flake8-bugbear' 'python3-flake8-builtins' 'python3-flake8-class-newline' 'python3-flake8-comprehensions' 'python3-flake8-debugger' 'python3-flake8-deprecated' 'python3-flake8-docstrings' 'python3-flake8-future-import' 'python3-flake8-import-order' 'python3-flake8-imports' 'python3-flake8-pep3101' 'python3-flake8-polyfill' 'python3-flake8-pyi' 'python3-flake8-quotes' 'python3-flaky' 'python3-flasgger' 'python3-flask-jwt-extended' 'python3-flask-peewee' 'python3-flask-restplus' 'python3-flatbuffers' 'python3-flatdict' 'python3-flex' 'python3-flexmock' 'python3-flexx' 'python3-flickrapi' 'python3-flit' 'python3-flit-core' 'python3-flower' 'python3-fluent' 'python3-flufl.bounce' 'python3-flufl.i18n' 'python3-flufl.lock' 'python3-flufl.testing' 'python3-flup' 'python3-forbiddenfruit' 'python3-formats' 'python3-freetype-py' 'python3-freezegun' 'python3-freezerclient' 'python3-fritzconnection' 'python3-frozendict' 'python3-fs' 'python3-fsspec' 'python3-ftfy' 'python3-ftputil' 'python3-fudge' 'python3-funcparserlib' 'python3-funcy' 'python3-furl' 'python3-fuse' 'python3-fusepy' 'python3-futurist' 'python3-fuzzywuzzy' 'python3-fysom' 'python3-gTTS' 'python3-gTTS-token' 'python3-gabbi' 'python3-gast' 'python3-gcemetadata' 'python3-gcsfs' 'python3-gcsfs-fuse' 'python3-gdcm' 'python3-gear' 'python3-ged4py' 'python3-gedit' 'python3-geis' 'python3-genders' 'python3-genty' 'python3-geographiclib' 'python3-geoip2' 'python3-geojson' 'python3-geolib' 'python3-geolinks' 'python3-geomet' 'python3-geopy' 'python3-getmac' 'python3-gevent' 'python3-geventhttpclient' 'python3-gexiv2' 'python3-ggplot' 'python3-girder-client' 'python3-git-pw' 'python3-git-url-parse' 'python3-gitdb' 'python3-github3.py' 'python3-gitlint' 'python3-glanceclient' 'python3-glean' 'python3-glfw' 'python3-glob2' 'python3-glom' 'python3-gluster' 'python3-gmconfig' 'python3-gmpy' 'python3-gmpy2' 'python3-gmsh' 'python3-gnucash' 'python3-gobject-Dee' 'python3-gobject-devel' 'python3-gobject2' 'python3-gobject2-devel' 'python3-gom' 'python3-goobook' 'python3-google-api-core' 'python3-google-api-python-client' 'python3-google-auth' 'python3-google-auth-httplib2' 'python3-google-auth-oauthlib' 'python3-google-cloud-core' 'python3-google-cloud-kms' 'python3-google-cloud-speech' 'python3-google-cloud-storage' 'python3-google-resumable-media' 'python3-googleapis-common-protos' 'python3-googlemaps' 'python3-gpg' 'python3-gpgme' 'python3-gphoto2' 'python3-gpiod' 'python3-gprof2dot' 'python3-gps3' 'python3-gpsd' 'python3-gpxpy' 'python3-gr-iqbal' 'python3-grab' 'python3-graphviz' 'python3-greenlet-devel' 'python3-grpc-google-iam-v1' 'python3-grpcio' 'python3-grpcio-gcp' 'python3-gscholar' 'python3-gspread' 'python3-gst' 'python3-gsw' 'python3-guessit' 'python3-gunicorn' 'python3-guzzle_sphinx_theme' 'python3-gv' 'python3-gwcs' 'python3-h11' 'python3-h5netcdf' 'python3-h5py' 'python3-hammett' 'python3-hankel' 'python3-hanzidentifier' 'python3-happybase' 'python3-haproxyctl' 'python3-hatch' 'python3-hawkauthlib' 'python3-hawkey' 'python3-hdf5storage' 'python3-heatclient' 'python3-helpdev' 'python3-hetzner' 'python3-hetznercloud' 'python3-hexdump' 'python3-hivex' 'python3-hkdf' 'python3-hl7apy' 'python3-holidays' 'python3-holoviews' 'python3-html2text' 'python3-html5-parser' 'python3-html5lib' 'python3-htmlmin' 'python3-httmock' 'python3-http-parser' 'python3-httpbin' 'python3-httpie' 'python3-httpretty' 'python3-httpsig_cffi' 'python3-humanfriendly' 'python3-humanhash3' 'python3-humanize' 'python3-humanreadable' 'python3-hupper' 'python3-husl' 'python3-hvplot' 'python3-hyper' 'python3-hypothesis' 'python3-hypothesis-fspaths' 'python3-i3ipc' 'python3-icalendar' 'python3-identify' 'python3-idle' 'python3-idna_ssl' 'python3-ifaddr' 'python3-ifconfig-parser' 'python3-ijson' 'python3-imagecodecs' 'python3-imageio' 'python3-imageio-ffmpeg' 'python3-imagesize' 'python3-imbox' 'python3-img-proof' 'python3-img-proof-tests' 'python3-img2pdf' 'python3-iminuit' 'python3-immutables' 'python3-imobiledevice' 'python3-importlab' 'python3-imread' 'python3-imreg' 'python3-infinity' 'python3-inflect' 'python3-inflection' 'python3-influxdb' 'python3-inifile' 'python3-iniparse' 'python3-injector' 'python3-inspektor' 'python3-intake' 'python3-intervals' 'python3-intervaltree' 'python3-invocations' 'python3-iocapture' 'python3-ioflo' 'python3-ipa_hbac' 'python3-ipdb' 'python3-iptables' 'python3-ipy' 'python3-ipydatawidgets' 'python3-ipyevents' 'python3-ipykernel' 'python3-ipyleaflet' 'python3-ipympl' 'python3-ipyparallel' 'python3-ipyscales' 'python3-ipysheet' 'python3-ipython' 'python3-ipython-iptest' 'python3-ipython_genutils' 'python3-ipyvolume' 'python3-ipywebrtc' 'python3-ipywidgets' 'python3-irc' 'python3-ironic-inspector-client' 'python3-ironicclient' 'python3-iso8601' 'python3-isodate' 'python3-isort' 'python3-itsdangerous' 'python3-itypes' 'python3-iwlib' 'python3-j2gen' 'python3-jaraco.base' 'python3-jaraco.classes' 'python3-jaraco.collections' 'python3-jaraco.envs' 'python3-jaraco.functools' 'python3-jaraco.itertools' 'python3-jaraco.logging' 'python3-jaraco.packaging' 'python3-jaraco.stream' 'python3-jaraco.text' 'python3-javapackages' 'python3-javaproperties' 'python3-jdatetime' 'python3-jdcal' 'python3-jedi' 'python3-jedihttp' 'python3-jeepney' 'python3-jenkins-job-builder' 'python3-jenkinsapi' 'python3-jfscripts' 'python3-jgraph' 'python3-jinja2-fsloader' 'python3-jinja2-pluralize' 'python3-jinja2-time' 'python3-jira' 'python3-jirafs' 'python3-joblib' 'python3-josepy' 'python3-jplephem' 'python3-jsbeautifier' 'python3-jsmin' 'python3-json-rpc' 'python3-json5' 'python3-json_tricks' 'python3-jsondate' 'python3-jsondiff' 'python3-jsonextended' 'python3-jsonlib-python3' 'python3-jsonlines' 'python3-jsonpatch' 'python3-jsonpath-rw' 'python3-jsonpath-rw-ext' 'python3-jsonpickle' 'python3-jsonpointer' 'python3-jsonref' 'python3-jsonrpclib-pelix' 'python3-jsonslicer' 'python3-jsonxs' 'python3-junit-xml' 'python3-junitxml' 'python3-junos-eznc' 'python3-jupyter-client' 'python3-jupyter-contrib-nbextensions' 'python3-jupyter-core' 'python3-jupyter-datatables' 'python3-jupyter-nbutils' 'python3-jupyter-packaging' 'python3-jupyter-protocol' 'python3-jupyter-require' 'python3-jupyter-server' 'python3-jupyter-sphinx' 'python3-jupyter_console' 'python3-jupyter_contrib_core' 'python3-jupyter_highlight_selected_word' 'python3-jupyter_kernel_test' 'python3-jupyter_latex_envs' 'python3-jupyter_nbextensions_configurator' 'python3-jupyterlab' 'python3-jupyterlab-pygments' 'python3-jupyterlab-templates' 'python3-jupytext' 'python3-jwcrypto' 'python3-k5test' 'python3-kafka-python' 'python3-kaitaistruct' 'python3-kasa' 'python3-kazoo' 'python3-kea' 'python3-keepalive' 'python3-keras2onnx' 'python3-kerberos' 'python3-keyring' 'python3-keyrings.alt' 'python3-keystoneauth1' 'python3-keystoneclient' 'python3-keystonemiddleware' 'python3-kismet-rest' 'python3-kismetdb' 'python3-kitchen' 'python3-kiwi' 'python3-kiwisolver' 'python3-kmatch' 'python3-kmod' 'python3-knack' 'python3-kombu' 'python3-kopano' 'python3-kubernetes' 'python3-l20n' 'python3-labelImg' 'python3-labels' 'python3-lancet-ioam' 'python3-langdetect' 'python3-langtable' 'python3-language-check' 'python3-lark-parser' 'python3-lasso' 'python3-latexcodec' 'python3-lazr.config' 'python3-lazr.delegates' 'python3-lazr.uri' 'python3-lazy' 'python3-lazy-object-proxy' 'python3-lazyarray' 'python3-ldap' 'python3-ldap3' 'python3-ldappool' 'python3-ldaptor' 'python3-ldb-32bit' 'python3-ldb-devel' 'python3-ldns' 'python3-leather' 'python3-lensfun' 'python3-lesscpy' 'python3-leveldb' 'python3-lhafile' 'python3-lib3to6' 'python3-libaccounts' 'python3-libarchive' 'python3-libarchive-c' 'python3-libbde' 'python3-libblockdev' 'python3-libbytesize' 'python3-libcec' 'python3-libcomps' 'python3-libdnf' 'python3-libevt' 'python3-libewf' 'python3-libfdt' 'python3-libfsapfs' 'python3-libfsntfs' 'python3-libftdi1' 'python3-libfvde' 'python3-libfwnt' 'python3-libguestfs' 'python3-libixion' 'python3-liblarch' 'python3-liblarch-gtk' 'python3-libluksde' 'python3-libmodulemd' 'python3-libmount' 'python3-libnacl' 'python3-liborcus' 'python3-libpamtest' 'python3-libpfm' 'python3-libprelude' 'python3-libpreludedb' 'python3-libproxy' 'python3-libqcow' 'python3-libregf' 'python3-librepo' 'python3-librosa' 'python3-librouteros' 'python3-libsass' 'python3-libscca' 'python3-libsignon-glib' 'python3-libsigscan' 'python3-libsmdev' 'python3-libsmraw' 'python3-libsoc' 'python3-libstoragemgmt' 'python3-libstoragemgmt-clibs' 'python3-libtorrent-rasterbar' 'python3-libunity' 'python3-libusb1' 'python3-libvhdi' 'python3-libvmdk' 'python3-libvoikko' 'python3-libvshadow' 'python3-libvslvm' 'python3-license-expression' 'python3-lilv' 'python3-limnoria' 'python3-line_profiler' 'python3-linecache2' 'python3-lineup-widget' 'python3-lit' 'python3-lldb' 'python3-lldb7' 'python3-lldb8' 'python3-lldb9' 'python3-llfuse' 'python3-llvmlite' 'python3-lmdb' 'python3-lml' 'python3-localzone' 'python3-locket' 'python3-lockfile' 'python3-logilab-astng' 'python3-logilab-common' 'python3-logreduce' 'python3-loguru' 'python3-logutils' 'python3-logzero' 'python3-louis' 'python3-lttngust' 'python3-lupa' 'python3-lws' 'python3-lxml-devel' 'python3-lz4' 'python3-lzmaffi' 'python3-m2r' 'python3-macholib' 'python3-magic' 'python3-magic-wormhole' 'python3-magic-wormhole-mailbox-server' 'python3-magic-wormhole-transit-relay' 'python3-magnumclient' 'python3-mailman' 'python3-mailman-hyperkitty' 'python3-mailman-web' 'python3-mailman3-fedmsg-plugin' 'python3-mailmanclient' 'python3-managesieve' 'python3-mando' 'python3-manilaclient' 'python3-manuel' 'python3-manuel-doc' 'python3-mapi' 'python3-marathon' 'python3-markdown-math' 'python3-markdown2' 'python3-marshmallow' 'python3-masakariclient' 'python3-matplotlib' 'python3-matplotlib-cairo' 'python3-matplotlib-gtk3' 'python3-matplotlib-latex' 'python3-matplotlib-qt-shared' 'python3-matplotlib-qt5' 'python3-matplotlib-tk' 'python3-matplotlib-web' 'python3-matplotlib-wx' 'python3-matrix-synapse-ldap3' 'python3-mautrix' 'python3-mautrix-telegram' 'python3-maxminddb' 'python3-mbstrdecoder' 'python3-md2workflow' 'python3-mechanize' 'python3-meld3' 'python3-memory_profiler' 'python3-metaextract' 'python3-metakernel' 'python3-metamagic.json' 'python3-mimesis' 'python3-minidb' 'python3-minio' 'python3-miniupnpc' 'python3-misaka' 'python3-missingno' 'python3-mistralclient' 'python3-mistune' 'python3-mizani' 'python3-mlt' 'python3-moban' 'python3-mock' 'python3-mocket' 'python3-mockito' 'python3-mockldap' 'python3-modernize' 'python3-mohawk' 'python3-moksha-common' 'python3-moksha-hub' 'python3-monascaclient' 'python3-mongoengine' 'python3-monitoring-plugins-http_json' 'python3-monotonic' 'python3-morecvutils' 'python3-moretools' 'python3-moto' 'python3-moviepy' 'python3-mox3' 'python3-mpi4py' 'python3-mpi4py-devel' 'python3-mplcursors' 'python3-mpmath' 'python3-mraa' 'python3-msal' 'python3-msal-extensions' 'python3-msgpack-numpy' 'python3-msk' 'python3-msm' 'python3-msoffcrypto-tool' 'python3-msrest' 'python3-msrestazure' 'python3-mujson' 'python3-mulpyplexer' 'python3-multi_key_dict' 'python3-multidict' 'python3-multipledispatch' 'python3-munch' 'python3-mutmut' 'python3-mutt-ics' 'python3-mygpoclient' 'python3-mypy_extensions' 'python3-mysql-connector-python' 'python3-nagiosplugin' 'python3-napalm' 'python3-napalm-ansible' 'python3-napalm-asa' 'python3-napalm-digineo-procurve' 'python3-napalm-exos' 'python3-napalm-procurve' 'python3-natsort' 'python3-nautilus' 'python3-nautilus-devel' 'python3-nbconvert' 'python3-nbdime' 'python3-nbformat' 'python3-nbindex-jupyter' 'python3-nbinteract' 'python3-nbsmoke' 'python3-nbsphinx' 'python3-nbsphinx-link' 'python3-nbval' 'python3-nbxmpp' 'python3-nbxmpp-doc' 'python3-ncclient' 'python3-nemo' 'python3-neovim-remote' 'python3-net-snmp' 'python3-netCDF4' 'python3-netaddr' 'python3-netmiko' 'python3-networkx' 'python3-neutronclient' 'python3-newt' 'python3-nftables' 'python3-nghttp2' 'python3-nibabel' 'python3-nilearn' 'python3-nine' 'python3-nltk' 'python3-node-semver' 'python3-nodeenv' 'python3-nornir' 'python3-nose' 'python3-nose-cov' 'python3-nose-cover3' 'python3-nose-exclude' 'python3-nose-progressive' 'python3-nose-random' 'python3-nose-timer' 'python3-nose2' 'python3-nose_warnings_filters' 'python3-nosexcover' 'python3-notebook' 'python3-notebook-lang' 'python3-notify2' 'python3-notmuch' 'python3-novaclient' 'python3-nox' 'python3-npTDMS' 'python3-nss' 'python3-ntfy' 'python3-ntp' 'python3-ntplib' 'python3-num2words' 'python3-numba' 'python3-numba-devel' 'python3-numericalunits' 'python3-numexpr' 'python3-numpy' 'python3-numpy-devel' 'python3-numpy-gnu-hpc' 'python3-numpy-gnu-hpc-devel' 'python3-numpy_1_17_1-gnu-hpc' 'python3-numpy_1_17_1-gnu-hpc-devel' 'python3-numpydoc' 'python3-nwdiag' 'python3-nxapi-plumbing' 'python3-o2sclpy' 'python3-oauth2' 'python3-oauth2client' 'python3-oauth2client-flask' 'python3-oauth2client-gce' 'python3-objgraph' 'python3-oci-sdk' 'python3-oct2py' 'python3-octave-kernel' 'python3-octaviaclient' 'python3-odfpy' 'python3-odorik' 'python3-oic' 'python3-onionshare' 'python3-onnx' 'python3-onnxconverter-common' 'python3-opcodes' 'python3-openapi-core' 'python3-openapi-schema-validator' 'python3-openapi-spec-validator' 'python3-opencensus' 'python3-opencensus-context' 'python3-opencensus-ext-azure' 'python3-opencensus-ext-threading' 'python3-opencv' 'python3-opencv3' 'python3-opengl' 'python3-opengl-accelerate' 'python3-openmesh' 'python3-openpyxl' 'python3-openqa_client' 'python3-openqa_review' 'python3-openshot' 'python3-openstack.nose_plugin' 'python3-openstackclient' 'python3-openstackdocstheme' 'python3-openstacksdk' 'python3-opentelemetry-api' 'python3-openwsman' 'python3-opt-einsum' 'python3-orange-canvas-core' 'python3-orange-widget-base' 'python3-ordered-namespace' 'python3-orderedmultidict' 'python3-os-api-ref' 'python3-os-client-config' 'python3-os-service-types' 'python3-osc-lib' 'python3-osc-tiny' 'python3-oscrypto' 'python3-osdlyrics' 'python3-oslo.cache' 'python3-oslo.concurrency' 'python3-oslo.config' 'python3-oslo.context' 'python3-oslo.db' 'python3-oslo.i18n' 'python3-oslo.log' 'python3-oslo.messaging' 'python3-oslo.messaging-doc' 'python3-oslo.middleware' 'python3-oslo.middleware-doc' 'python3-oslo.policy' 'python3-oslo.privsep' 'python3-oslo.reports' 'python3-oslo.rootwrap' 'python3-oslo.serialization' 'python3-oslo.service' 'python3-oslo.utils' 'python3-oslo.versionedobjects' 'python3-oslo.vmware' 'python3-oslosphinx' 'python3-oslotest' 'python3-osmviz' 'python3-osprofiler' 'python3-otb' 'python3-outcome' 'python3-ovirt-engine-sdk' 'python3-ovs' 'python3-ovsdbapp' 'python3-pa-ringbuffer' 'python3-padaos' 'python3-padatious' 'python3-paho-mqtt' 'python3-pako' 'python3-palettable' 'python3-pamela' 'python3-pampy' 'python3-pamqp' 'python3-pan-python' 'python3-pandas' 'python3-pandas-datareader' 'python3-pandas-ext' 'python3-pandocfilters' 'python3-panflute' 'python3-papermill' 'python3-parallax' 'python3-param' 'python3-parameterized' 'python3-paramiko-expect' 'python3-paraview' 'python3-parfive' 'python3-parse' 'python3-parse_type' 'python3-parsedatetime' 'python3-parsel' 'python3-parso' 'python3-partd' 'python3-parted' 'python3-parver' 'python3-pass_python_keyring' 'python3-passa' 'python3-passivetotal' 'python3-pastel' 'python3-pastream' 'python3-path' 'python3-pathlib' 'python3-pathlib2' 'python3-pathtools' 'python3-pathvalidate' 'python3-patsy' 'python3-pbr' 'python3-pcp' 'python3-pdd' 'python3-pdfkit' 'python3-pdfminer.six' 'python3-pdfrw' 'python3-pecan' 'python3-peewee' 'python3-pefile' 'python3-pelican' 'python3-pem' 'python3-pendulum' 'python3-pep517' 'python3-pep8-naming' 'python3-peppercorn' 'python3-percy' 'python3-perfume-bench' 'python3-persistent' 'python3-persistent-devel' 'python3-petact' 'python3-pgmagick' 'python3-phabricator' 'python3-phonenumbers' 'python3-photutils' 'python3-phply' 'python3-phue' 'python3-physt' 'python3-pick' 'python3-pickleshare' 'python3-piexif' 'python3-pifpaf' 'python3-pika' 'python3-pika-pool' 'python3-pikepdf' 'python3-pilkit' 'python3-pingparsing' 'python3-pip-api' 'python3-pip-licenses' 'python3-pip-shims' 'python3-pipdeptree' 'python3-pipreqs' 'python3-pipx' 'python3-pivy' 'python3-pkgconfig' 'python3-pkginfo' 'python3-plaster' 'python3-plaster-pastedeploy' 'python3-plette' 'python3-plist' 'python3-plotly' 'python3-plotly-jupyter' 'python3-plplot' 'python3-plumbum' 'python3-plyvel' 'python3-pmw' 'python3-pname' 'python3-pocketsphinx' 'python3-pocketsphinx5' 'python3-podcastparser' 'python3-podman' 'python3-poetry' 'python3-polib' 'python3-policycoreutils' 'python3-pomegranate' 'python3-pomegranate-devel' 'python3-pony' 'python3-pook' 'python3-poppler-qt5' 'python3-port-for' 'python3-portalocker' 'python3-portend' 'python3-portpicker' 'python3-positional' 'python3-postorius' 'python3-power' 'python3-poyo' 'python3-pprintpp' 'python3-praatio' 'python3-pre-commit' 'python3-precis-i18n' 'python3-precise-runner' 'python3-preggy' 'python3-prelude-correlator' 'python3-premailer' 'python3-presage' 'python3-presagemate' 'python3-pretend' 'python3-prewikka' 'python3-proboscis' 'python3-process-tests' 'python3-proglog' 'python3-progress' 'python3-progressbar' 'python3-proliantutils' 'python3-prometheus_client' 'python3-promise' 'python3-prompt_toolkit' 'python3-prompt_toolkit1' 'python3-proselint' 'python3-pscript' 'python3-psutil' 'python3-psychtoolbox' 'python3-psycopg2' 'python3-ptpython' 'python3-ptpython-ptipython' 'python3-ptr' 'python3-publicsuffix' 'python3-publicsuffixlist' 'python3-pudb' 'python3-pulsectl' 'python3-pure-sasl' 'python3-purl' 'python3-pwquality' 'python3-py-cpuinfo' 'python3-py-espeak-ng' 'python3-py-radix' 'python3-py-ubjson' 'python3-py2pack' 'python3-py3dns' 'python3-py3status' 'python3-pyDOE2' 'python3-pyFFTW' 'python3-pyIOSXR' 'python3-pyLibravatar' 'python3-pyModis' 'python3-pyOCD' 'python3-pyPEG2' 'python3-pyRFC3339' 'python3-pyScss' 'python3-pyVows' 'python3-pyaes' 'python3-pyalsaaudio' 'python3-pyaml' 'python3-pyannotate' 'python3-pybars3' 'python3-pybeam' 'python3-pybind11' 'python3-pybind11-devel' 'python3-pyblake2' 'python3-pybluez' 'python3-pybtex' 'python3-pybugz' 'python3-pycadf' 'python3-pycairo-devel' 'python3-pycallgraph' 'python3-pycares' 'python3-pycdio' 'python3-pycha' 'python3-pychm' 'python3-pyclipper' 'python3-pycocotools' 'python3-pycountry' 'python3-pycryptodomex' 'python3-pycsw' 'python3-pyct' 'python3-pycxx' 'python3-pycxx-devel' 'python3-pydantic' 'python3-pydata-google-auth' 'python3-pydbus' 'python3-pydenticon' 'python3-pydicom' 'python3-pydle' 'python3-pydocstyle' 'python3-pydocumentdb' 'python3-pydot' 'python3-pydot3' 'python3-pydotplus' 'python3-pydub' 'python3-pyeapi' 'python3-pyee' 'python3-pyelftools' 'python3-pyemd' 'python3-pyenchant' 'python3-pyface' 'python3-pyfakefs' 'python3-pyfeyn' 'python3-pyfg' 'python3-pyfiglet' 'python3-pyftpdlib' 'python3-pyfuse3' 'python3-pygal' 'python3-pygaljs' 'python3-pygame' 'python3-pygame-devel' 'python3-pygerrit2' 'python3-pyghmi' 'python3-pygit2' 'python3-pyglet' 'python3-pygments-ansi-color' 'python3-pygments-pytest' 'python3-pygments-style-railscasts' 'python3-pygraphviz' 'python3-pyhibp' 'python3-pyinotify' 'python3-pyjavaproperties' 'python3-pyjokes' 'python3-pyjsparser' 'python3-pyjwkest' 'python3-pykafka' 'python3-pykeepass' 'python3-pykerberos' 'python3-pykwalify' 'python3-pylama' 'python3-pylev' 'python3-pylibacl' 'python3-pylibmc' 'python3-pylineclip' 'python3-pylint' 'python3-pylons-sphinx-themes' 'python3-pylru' 'python3-pylzma' 'python3-pymacaroons' 'python3-pymacaroons-pynacl' 'python3-pymarc' 'python3-pymavlink' 'python3-pymediainfo' 'python3-pymemcache' 'python3-pymetar' 'python3-pymilter' 'python3-pymisp' 'python3-pymod2pkg' 'python3-pymol' 'python3-pymongo' 'python3-pynamodb' 'python3-pynetbox' 'python3-pyngus' 'python3-pynxos' 'python3-pyo' 'python3-pyocr' 'python3-pyodbc' 'python3-pyosf' 'python3-pyotp' 'python3-pyowm' 'python3-pyparallel' 'python3-pyperclip' 'python3-pyperf' 'python3-pypet' 'python3-pypipegraph' 'python3-pypiserver' 'python3-pypng' 'python3-pyppeteer' 'python3-pyprel' 'python3-pyprimes' 'python3-pyproj' 'python3-pyprompter' 'python3-pypsexec' 'python3-pypuppetdb' 'python3-pyqtgraph' 'python3-pyquery' 'python3-pyrad' 'python3-pyramid' 'python3-pyramid-chameleon' 'python3-pyramid-debugtoolbar' 'python3-pyramid-mako' 'python3-pyreadstat' 'python3-pyroma' 'python3-pyroomacoustics' 'python3-pyroute2' 'python3-pysaml2' 'python3-pyscard' 'python3-pysearpc' 'python3-pysendfile' 'python3-pyshark' 'python3-pyshould' 'python3-pyshp' 'python3-pyside2' 'python3-pyside2-devel' 'python3-pyside2-examples' 'python3-pysmb' 'python3-pysmbc' 'python3-pysmi' 'python3-pysndfile' 'python3-pysnmp' 'python3-pysofaconventions' 'python3-pysol-cards' 'python3-pysolr' 'python3-pysrt' 'python3-pyssim' 'python3-pystache' 'python3-pysvn' 'python3-pytaglib' 'python3-pyte' 'python3-pytesseract' 'python3-pytest-aiohttp' 'python3-pytest-arraydiff' 'python3-pytest-astropy' 'python3-pytest-astropy-header' 'python3-pytest-asyncio' 'python3-pytest-attrib' 'python3-pytest-bdd' 'python3-pytest-benchmark' 'python3-pytest-black' 'python3-pytest-check-links' 'python3-pytest-click' 'python3-pytest-codestyle' 'python3-pytest-console-scripts' 'python3-pytest-cov' 'python3-pytest-datadir' 'python3-pytest-django' 'python3-pytest-doctestplus' 'python3-pytest-dotenv' 'python3-pytest-env' 'python3-pytest-error-for-skips' 'python3-pytest-expect' 'python3-pytest-faulthandler' 'python3-pytest-filter-subpackage' 'python3-pytest-fixture-config' 'python3-pytest-flake8' 'python3-pytest-flake8dir' 'python3-pytest-flakes' 'python3-pytest-flask' 'python3-pytest-forked' 'python3-pytest-freezegun' 'python3-pytest-git' 'python3-pytest-helpers-namespace' 'python3-pytest-html' 'python3-pytest-httpbin' 'python3-pytest-httpserver' 'python3-pytest-instafail' 'python3-pytest-isort' 'python3-pytest-lazy-fixture' 'python3-pytest-listener' 'python3-pytest-localserver' 'python3-pytest-metadata' 'python3-pytest-mock' 'python3-pytest-mpl' 'python3-pytest-openfiles' 'python3-pytest-ordering' 'python3-pytest-parallel' 'python3-pytest-profiling' 'python3-pytest-pyramid-server' 'python3-pytest-pythonpath' 'python3-pytest-qt' 'python3-pytest-random-order' 'python3-pytest-randomly' 'python3-pytest-relaxed' 'python3-pytest-remotedata' 'python3-pytest-reorder' 'python3-pytest-repeat' 'python3-pytest-rerunfailures' 'python3-pytest-runner' 'python3-pytest-server-fixtures' 'python3-pytest-services' 'python3-pytest-shutil' 'python3-pytest-socket' 'python3-pytest-spec' 'python3-pytest-sphinx' 'python3-pytest-subtesthack' 'python3-pytest-subtests' 'python3-pytest-sugar' 'python3-pytest-super-check' 'python3-pytest-svn' 'python3-pytest-testconfig' 'python3-pytest-timeout' 'python3-pytest-tldr' 'python3-pytest-tornado' 'python3-pytest-tornasync' 'python3-pytest-translations' 'python3-pytest-travis-fold' 'python3-pytest-trio' 'python3-pytest-twisted' 'python3-pytest-vcr' 'python3-pytest-verbose-parametrize' 'python3-pytest-virtualenv' 'python3-pytest-xdist' 'python3-pytest-xvfb' 'python3-pytest4' 'python3-python-afl' 'python3-python-aiml' 'python3-python-barcode' 'python3-python-bidi' 'python3-python-box' 'python3-python-cjson' 'python3-python-consul' 'python3-python-coveralls' 'python3-python-crfsuite' 'python3-python-crontab' 'python3-python-daemon' 'python3-python-datamatrix' 'python3-python-dbusmock' 'python3-python-docs-theme' 'python3-python-dotenv' 'python3-python-editor' 'python3-python-fileinspector' 'python3-python-gammu' 'python3-python-gflags' 'python3-python-gitlab' 'python3-python-gnupg' 'python3-python-jenkins' 'python3-python-jose' 'python3-python-json-logger' 'python3-python-jsonrpc-server' 'python3-python-jsonschema-objects' 'python3-python-language-server' 'python3-python-louvain' 'python3-python-lzo' 'python3-python-magic' 'python3-python-mimeparse' 'python3-python-mpv' 'python3-python-nmap' 'python3-python-openid-cla' 'python3-python-openid-teams' 'python3-python-pam' 'python3-python-pseudorandom' 'python3-python-ptrace' 'python3-python-qdatamatrix' 'python3-python-qnotifications' 'python3-python-qpid-proton' 'python3-python-qprogedit' 'python3-python-rapidjson' 'python3-python-redmine' 'python3-python-rpm-spec' 'python3-python-slugify' 'python3-python-snappy' 'python3-python-sofa' 'python3-python-sql' 'python3-python-stdnum' 'python3-python-subunit' 'python3-python-ternary' 'python3-python-twitter' 'python3-python-utils' 'python3-python-vlc' 'python3-python-whois' 'python3-python-xlib' 'python3-python-yubico' 'python3-python3-openid' 'python3-python3-saml' 'python3-pythondialog' 'python3-pythonfinder' 'python3-pythonwhois' 'python3-pythreejs' 'python3-pytidylib' 'python3-pytils' 'python3-pytimeparse' 'python3-pytlv' 'python3-pytoml' 'python3-pytools' 'python3-pytricia' 'python3-pytzdata' 'python3-pyuca' 'python3-pyusb' 'python3-pyuv' 'python3-pyux' 'python3-pyvdr' 'python3-pyviz-comms' 'python3-pywbem' 'python3-pyxattr' 'python3-pyzmq' 'python3-pyzmq-devel' 'python3-pyzo' 'python3-q' 'python3-qet_tb_generator' 'python3-qgrid' 'python3-qrcode' 'python3-qscintilla-qt5' 'python3-qt3d-qt5' 'python3-qt5-devel' 'python3-qtcharts-qt5' 'python3-qtconsole' 'python3-qtdatavis3d-qt5' 'python3-quantities' 'python3-queuelib' 'python3-quicktions' 'python3-radon' 'python3-rados' 'python3-raet' 'python3-random2' 'python3-rarfile-doc' 'python3-ravello-sdk' 'python3-raven' 'python3-raven-aiohttp' 'python3-rawkit' 'python3-rbd' 'python3-rcssmin' 'python3-rdflib' 'python3-readme_renderer' 'python3-readthedocs-sphinx-ext' 'python3-rebulk' 'python3-recommonmark' 'python3-redbaron' 'python3-redfish' 'python3-rednose' 'python3-regex' 'python3-relatorio' 'python3-releases' 'python3-remoto' 'python3-rencode' 'python3-renderspec' 'python3-reno' 'python3-reportlab' 'python3-repoze.lru' 'python3-repoze.sphinx.autointerface' 'python3-repoze.who' 'python3-requests-aws' 'python3-requests-cache' 'python3-requests-download' 'python3-requests-file' 'python3-requests-ftp' 'python3-requests-futures' 'python3-requests-hawk' 'python3-requests-html' 'python3-requests-kerberos' 'python3-requests-mock' 'python3-requests-toolbelt' 'python3-requests-unixsocket' 'python3-requestsexceptions' 'python3-requirements-detector' 'python3-requirements-parser' 'python3-requirementslib' 'python3-resampy' 'python3-resolvelib' 'python3-responses' 'python3-restructuredtext_lint' 'python3-restview' 'python3-resultsdb_api' 'python3-rethinkdb' 'python3-retry' 'python3-retry_decorator' 'python3-retrying' 'python3-retryrequests' 'python3-rfc3987' 'python3-rfc6555' 'python3-rgw' 'python3-rjsmin' 'python3-rnginline' 'python3-robot-detection' 'python3-rollbar' 'python3-rope' 'python3-rply' 'python3-rpmconf' 'python3-rpmfile' 'python3-rpy2' 'python3-rpyc' 'python3-rq' 'python3-rrdtool' 'python3-rsa' 'python3-rst.linker' 'python3-rstcheck' 'python3-rt' 'python3-rtslib-fb' 'python3-ruamel.base' 'python3-ruamel.std.argparse' 'python3-ruamel.std.pathlib' 'python3-ruamel.yaml' 'python3-ruamel.yaml.clib' 'python3-ruamel.yaml.cmd' 'python3-ruamel.yaml.convert' 'python3-ruffus' 'python3-rust2rpm' 'python3-rustcfg' 'python3-ryu' 'python3-s3fs' 'python3-sadisplay' 'python3-saharaclient' 'python3-salt' 'python3-samplerate' 'python3-sane' 'python3-sanlock' 'python3-sarge' 'python3-sas7bdat' 'python3-sasl' 'python3-scales' 'python3-scandir' 'python3-schedule' 'python3-schema' 'python3-scikit-build' 'python3-scikit-dsp-comm' 'python3-scikit-image' 'python3-scikit-learn' 'python3-scikit-sound' 'python3-scikit-sparse' 'python3-scikit-umfpack' 'python3-scipy' 'python3-scipy-gnu-hpc' 'python3-scipy_1_4_1-gnu-hpc' 'python3-scour' 'python3-scp' 'python3-scripttest' 'python3-scrypt' 'python3-scspell3k' 'python3-sdnotify' 'python3-seaborn' 'python3-selection' 'python3-selectors2' 'python3-selenium' 'python3-selinux' 'python3-semanage' 'python3-semantic_version' 'python3-semver' 'python3-senlinclient' 'python3-sentry-sdk' 'python3-seqdiag' 'python3-serpent' 'python3-serpy' 'python3-serverfiles' 'python3-setools' 'python3-setproctitle' 'python3-setuptools-git' 'python3-setuptools_scm' 'python3-setuptools_scm_git_archive' 'python3-sfs' 'python3-sge-pygame' 'python3-sgmllib3k' 'python3-sh' 'python3-shaptools' 'python3-shellingham' 'python3-sherpa' 'python3-shijian' 'python3-shinyutils' 'python3-shodan' 'python3-shortuuid' 'python3-shouldbe' 'python3-sidecar' 'python3-sievelib' 'python3-sigal' 'python3-signedjson' 'python3-simpleaudio' 'python3-simplebayes' 'python3-simpleeval' 'python3-simplegeneric' 'python3-simplekml' 'python3-simplepam' 'python3-simplepam' 'python3-siosocks' 'python3-sip-devel' 'python3-siphashc' 'python3-sklearn-pandas' 'python3-sleekxmpp' 'python3-slimit' 'python3-slixmpp' 'python3-slumber' 'python3-slycot' 'python3-smartypants' 'python3-smbios' 'python3-smbios-utils' 'python3-smbprotocol' 'python3-smbus' 'python3-smmap' 'python3-sniffio' 'python3-snimpy' 'python3-snowballstemmer' 'python3-snuggs' 'python3-social-auth-app-django' 'python3-social-auth-core' 'python3-socketIO-client-nexus' 'python3-socketpool' 'python3-softlayer' 'python3-sortedcollections' 'python3-sortedcontainers' 'python3-sortinghat' 'python3-soundcloud' 'python3-sounddevice' 'python3-sox' 'python3-spake2' 'python3-spark_parser' 'python3-sparse' 'python3-speaklater' 'python3-spec' 'python3-spec_tools' 'python3-speechd' 'python3-spglib' 'python3-sphinx-argparse' 'python3-sphinx-autodoc-typehints' 'python3-sphinx-bootstrap-theme' 'python3-sphinx-feature-classification' 'python3-sphinx-issues' 'python3-sphinx-removed-in' 'python3-sphinx-testing' 'python3-sphinx-version-warning' 'python3-sphinx_rtd_theme' 'python3-sphinxbase' 'python3-sphinxbase5' 'python3-sphinxcontrib-actdiag' 'python3-sphinxcontrib-apidoc' 'python3-sphinxcontrib-applehelp' 'python3-sphinxcontrib-asyncio' 'python3-sphinxcontrib-autoprogram' 'python3-sphinxcontrib-autoprogram-doc' 'python3-sphinxcontrib-blockdiag' 'python3-sphinxcontrib-devhelp' 'python3-sphinxcontrib-documentedlist' 'python3-sphinxcontrib-github-alt' 'python3-sphinxcontrib-htmlhelp' 'python3-sphinxcontrib-httpdomain' 'python3-sphinxcontrib-issuetracker' 'python3-sphinxcontrib-jsmath' 'python3-sphinxcontrib-newsfeed' 'python3-sphinxcontrib-nwdiag' 'python3-sphinxcontrib-pecanwsme' 'python3-sphinxcontrib-plantuml' 'python3-sphinxcontrib-programoutput' 'python3-sphinxcontrib-qthelp' 'python3-sphinxcontrib-seqdiag' 'python3-sphinxcontrib-serializinghtml' 'python3-sphinxcontrib-svg2pdfconverter' 'python3-sphinxcontrib-trio' 'python3-sphinxcontrib-websupport' 'python3-sphobjinv' 'python3-spidev' 'python3-splinter' 'python3-spotipy' 'python3-spyder-kernels' 'python3-spyder-unittest' 'python3-sqlalchemy-migrate' 'python3-sqlitedict' 'python3-sqlparse' 'python3-sqlsoup' 'python3-srcinfo' 'python3-ssdeep' 'python3-sshpubkeys' 'python3-sshtunnel' 'python3-sss-murmur' 'python3-sss_nss_idmap' 'python3-sssd-config' 'python3-statsd' 'python3-statsmodels' 'python3-stdeb' 'python3-stem' 'python3-stestr' 'python3-stevedore' 'python3-stomp.py' 'python3-stomper' 'python3-stp' 'python3-straight-plugin' 'python3-streamz' 'python3-strict-rfc3339' 'python3-strictyaml' 'python3-structlog' 'python3-subgrab' 'python3-subliminal' 'python3-subprocrunner' 'python3-subscene-api' 'python3-subst' 'python3-suds-jurko' 'python3-sunpy' 'python3-suntime' 'python3-sure' 'python3-susepubliccloudinfo' 'python3-sushy' 'python3-svgwrite' 'python3-svneverever' 'python3-swapper' 'python3-swiftclient' 'python3-swifter' 'python3-sybil' 'python3-sympy' 'python3-tableprint' 'python3-tables' 'python3-tablib' 'python3-tabulate' 'python3-tagpy' 'python3-talloc-32bit' 'python3-talloc-devel' 'python3-tap.py' 'python3-targetcli-fb' 'python3-tasklib' 'python3-taskw' 'python3-tbb' 'python3-tblib' 'python3-tdb-32bit' 'python3-technicolor' 'python3-telepot' 'python3-telethon-session-sqlalchemy' 'python3-template-remover' 'python3-tempora' 'python3-tenacity' 'python3-tensorpac' 'python3-termcolor' 'python3-terminado' 'python3-terminaltables' 'python3-termstyle' 'python3-tesserocr' 'python3-test-server' 'python3-testfixtures' 'python3-testflo' 'python3-testinfra' 'python3-testpath' 'python3-testrepository' 'python3-testresources' 'python3-testscenarios' 'python3-testsuite' 'python3-testtools' 'python3-tevent-32bit' 'python3-text-unidecode' 'python3-textX' 'python3-textfsm' 'python3-textile' 'python3-texttable' 'python3-textwrap3' 'python3-thLib' 'python3-thespian' 'python3-threadpoolctl' 'python3-threevis' 'python3-thrift' 'python3-thriftpy2' 'python3-tinycss2' 'python3-tinydb' 'python3-tinyrecord' 'python3-tinyrpc' 'python3-titlecase' 'python3-tk' 'python3-tkreadonly' 'python3-tld' 'python3-tldextract' 'python3-tmx' 'python3-tomate' 'python3-tomlkit' 'python3-tools' 'python3-toolz' 'python3-tooz' 'python3-topy' 'python3-torch' 'python3-torch-devel' 'python3-tornado' 'python3-tornado4' 'python3-tornado5' 'python3-tornado6' 'python3-toro' 'python3-tortilla' 'python3-towncrier' 'python3-tox-no-internet' 'python3-tox-travis' 'python3-tox-wheel' 'python3-tpfd' 'python3-tqdm' 'python3-traceback2' 'python3-traitlets' 'python3-traits' 'python3-traitsui' 'python3-traittypes' 'python3-transaction' 'python3-transip' 'python3-transitions' 'python3-translation-finder' 'python3-translationstring' 'python3-translitcodec' 'python3-treq' 'python3-tri.declarative' 'python3-tri.struct' 'python3-trio' 'python3-trustme' 'python3-tsk' 'python3-tvdb_api' 'python3-tvtk' 'python3-tvtk-doc' 'python3-tweepy' 'python3-twine' 'python3-twitter.common.finagle-thrift' 'python3-twitter.common.lang' 'python3-twitter.common.rpc' 'python3-twodict' 'python3-twython' 'python3-txWS' 'python3-txZMQ' 'python3-txaio' 'python3-txt2tags' 'python3-txtorcon' 'python3-typed-ast' 'python3-typepy' 'python3-typing_extensions' 'python3-tzlocal' 'python3-u-msgpack-python' 'python3-ua-parser' 'python3-uamqp' 'python3-ucsmsdk' 'python3-ujson' 'python3-unbound' 'python3-uncertainties' 'python3-uncompyle6' 'python3-unicodecsv' 'python3-unicodedata2' 'python3-unidiff' 'python3-unify' 'python3-uniseg' 'python3-unittest-mixins' 'python3-unittest-xml-reporting' 'python3-unittest2' 'python3-unpaddedbase64' 'python3-untokenize' 'python3-upm' 'python3-uritemplate' 'python3-uritools' 'python3-urlextract' 'python3-urlgrabber' 'python3-urwid' 'python3-user-agents' 'python3-user_agent' 'python3-userpath' 'python3-uvloop' 'python3-validate_email' 'python3-validators' 'python3-varlink' 'python3-vcrpy' 'python3-vcversioner' 'python3-vdirsyncer' 'python3-vega' 'python3-vega_datasets' 'python3-venusian' 'python3-venusian-doc' 'python3-verboselogs' 'python3-versioneer' 'python3-versiontag' 'python3-versiontools' 'python3-veusz' 'python3-vim-vint' 'python3-vine' 'python3-virt-bootstrap' 'python3-virtkey' 'python3-virtualbox' 'python3-virtualenv-clone' 'python3-virtualenvwrapper' 'python3-visitor' 'python3-vispy' 'python3-vistir' 'python3-visvis' 'python3-vobject' 'python3-voila' 'python3-voluptuous' 'python3-voluptuous-serialize' 'python3-vsts' 'python3-vsts-cd-manager' 'python3-vtk' 'python3-vtk-openmpi1' 'python3-vtk-openmpi2' 'python3-vtk-openmpi3' 'python3-vulkan' 'python3-vulture' 'python3-w3lib' 'python3-wadllib' 'python3-waitress' 'python3-waitress-doc' 'python3-wakeonlan' 'python3-warlock' 'python3-watchdog' 'python3-watchdog-doc' 'python3-watchman' 'python3-watermark' 'python3-web.py' 'python3-web_cache' 'python3-webassets' 'python3-webcolors' 'python3-webencodings' 'python3-weblib' 'python3-webruntime' 'python3-websocket-client' 'python3-websockets' 'python3-websockify' 'python3-whatever' 'python3-whatthepatch' 'python3-wheel' 'python3-whichcraft' 'python3-whitenoise' 'python3-whois_similarity_distance' 'python3-wikipedia' 'python3-wiring' 'python3-wolframalpha' 'python3-wptools' 'python3-wrapt' 'python3-ws4py' 'python3-wsaccel' 'python3-wsgi_intercept' 'python3-wsproto' 'python3-wstools' 'python3-wtf-peewee' 'python3-wurlitzer' 'python3-wxPython' 'python3-wxPython-lang' 'python3-xapian' 'python3-xapp' 'python3-xarray' 'python3-xattr' 'python3-xcaplib' 'python3-xcb-proto-devel' 'python3-xcffib' 'python3-xdis' 'python3-xerox' 'python3-xhtml2pdf' 'python3-xkbgroup' 'python3-xkcdpass' 'python3-xlrd' 'python3-xlwt' 'python3-xmldiff' 'python3-xmlschema' 'python3-xmlsec' 'python3-xonsh' 'python3-xpybutil' 'python3-xsge_gui' 'python3-xsge_lighting' 'python3-xsge_particle' 'python3-xsge_path' 'python3-xsge_physics' 'python3-xsge_tmx' 'python3-xvfbwrapper' 'python3-xxhash' 'python3-xyzpy' 'python3-yacron' 'python3-yafe' 'python3-yamldoc' 'python3-yamlloader' 'python3-yang' 'python3-yapf' 'python3-yappi' 'python3-yaql' 'python3-yara' 'python3-yarb' 'python3-yarg' 'python3-yarl' 'python3-yaspin' 'python3-youtube-dl' 'python3-yq' 'python3-yt' 'python3-z3' 'python3-zake' 'python3-zc.buildout' 'python3-zc.customdoctests' 'python3-zc.lockfile' 'python3-zdaemon' 'python3-zeep' 'python3-zeroconf' 'python3-zetup' 'python3-zhon' 'python3-zict' 'python3-zignal' 'python3-zipstream' 'python3-zodbpickle' 'python3-zope.cachedescriptors' 'python3-zope.component' 'python3-zope.configuration' 'python3-zope.copy' 'python3-zope.deferredimport' 'python3-zope.deprecation' 'python3-zope.event' 'python3-zope.exceptions' 'python3-zope.hookable' 'python3-zope.i18nmessageid' 'python3-zope.location' 'python3-zope.proxy' 'python3-zope.proxy-devel' 'python3-zope.schema' 'python3-zope.security' 'python3-zope.testbrowser' 'python3-zope.testing' 'python3-zope.testrunner' 'python3-zstandard' 'python3-zstd' 'python3-zxcvbn' 'pytorch-converters' 'pytorch-examples' 'pyxtrlock' 'pyxtrlock' 'pyzo' 'pyzy-db-android' 'pyzy-db-open-phrase' 'pyzy-devel' 'q4wine' 'q4wine-lang' 'q5go' 'qactus' 'qactus' 'qactus-debuginfo' 'qactus-debugsource' 'qalculate' 'qalculate-gtk' 'qalculate-gtk-lang' 'qasconfig' 'qashctl' 'qasmixer' 'qastools' 'qastools' 'qbittorrent' 'qbittorrent-nox' 'qbs' 'qbs-devel' 'qcustomplot-devel' 'qcustomplot-doc' 'qd-devel' 'qdc' 'qdc' 'qdc-debuginfo' 'qdirstat' 'qdox' 'qdox-javadoc' 'qelectrotech' 'qemacs' 'qemu-arm' 'qemu-audio-alsa' 'qemu-audio-sdl' 'qemu-block-dmg' 'qemu-block-gluster' 'qemu-block-iscsi' 'qemu-block-nfs' 'qemu-extra' 'qemu-guest-agent' 'qemu-kvm' 'qemu-lang' 'qemu-linux-user' 'qemu-ovmf-ia32' 'qemu-ovmf-x86_64-debug' 'qemu-ppc' 'qemu-s390' 'qemu-testsuite' 'qemu-vhost-user-gpu' 'qgis' 'qgis-devel' 'qgis-plugin-grass' 'qgis-sample-data' 'qgit' 'qgroundcontrol' 'qhexedit2' 'qhexedit2-devel' 'qhexedit2-doc' 'qhull' 'qhull-devel' 'qimgv' 'qiv' 'qjackctl' 'qjackctl-lang' 'qlipper' 'qlipper-lang' 'qloud' 'qm' 'qmelt' 'qmidiroute' 'qmidiroute' 'qmidiroute-debuginfo' 'qmidiroute-debugsource' 'qmidiroute-lang' 'qml-box2d' 'qmltermwidget' 'qmmp' 'qmmp' 'qmmp-debuginfo' 'qmmp-debugsource' 'qmmp-plugin-pack' 'qmmp-plugin-pack-ffap' 'qmmp-plugin-pack-ffvideo' 'qmmp-plugin-pack-goom' 'qmmp-plugin-pack-samplerate' 'qmmp-plugin-pack-xmp' 'qmp3gain' 'qmp3gain' 'qmp3gain-debuginfo' 'qmp3gain-debugsource' 'qmp3gain-lang' 'qnapi' 'qnapi' 'qnapi-debuginfo' 'qnapi-debugsource' 'qoauth-qt5-devel' 'qore' 'qore-devel' 'qore-devel-doc' 'qore-doc' 'qore-json-module' 'qore-json-module-doc' 'qore-misc-tools' 'qore-mysql-module' 'qore-mysql-module-doc' 'qore-pgsql-module' 'qore-pgsql-module-doc' 'qore-sqlite3-module' 'qore-sqlite3-module-doc' 'qore-ssh2-module' 'qore-ssh2-module-doc' 'qore-uuid-module' 'qore-uuid-module-doc' 'qore-xml-module' 'qore-xml-module-doc' 'qore-yaml-module' 'qore-yaml-module-doc' 'qos' 'qpdf' 'qpdf-devel' 'qpdf-htmldoc' 'qpdfview' 'qpdfview-lang' 'qpdfview-plugin-djvu' 'qpdfview-plugin-image' 'qpdfview-plugin-pdf' 'qpdfview-plugin-ps' 'qperf' 'qphotorec' 'qpid-proton-devel' 'qpid-proton-devel-doc' 'qpress' 'qprint' 'qps' 'qps-lang' 'qqc2-desktop-style-devel' 'qqwing' 'qqwing-devel' 'qrencode' 'qrencode-devel' 'qrupdate' 'qrupdate-devel' 'qrupdate-static' 'qsyncthingtray' 'qsynergy' 'qsynth' 'qsynth-lang' 'qt-fsarchiver' 'qt-fsarchiver-lang' 'qt4pas' 'qt4pas-devel' 'qt5ct' 'qtcurve' 'qtcurve-debugsource' 'qtcurve-gtk2' 'qtcurve-gtk2-32bit' 'qtcurve-gtk2-32bit-debuginfo' 'qtcurve-gtk2-debuginfo' 'qtcurve-qt5' 'qtcurve-qt5-32bit' 'qtcurve-qt5-32bit-debuginfo' 'qtcurve-qt5-debuginfo' 'qtel' 'qterm' 'qterminal' 'qterminal-lang' 'qtermwidget-qt5-data' 'qtermwidget-qt5-devel' 'qtfm' 'qtile' 'qtkeychain-qt5-devel' 'qtodotxt' 'qtox' 'qtractor' 'qtweetlib' 'qtweetlib-debugsource' 'qtweetlib-devel' 'qtxdg-tools' 'quadrapassel' 'quadrapassel-lang' 'quagga' 'quagga-devel' 'quakespasm' 'quantum-espresso' 'quantum-espresso-doc' 'quantum-espresso-mvapich2' 'quantum-espresso-openmpi1' 'quantum-espresso-openmpi2' 'quantum-espresso-openmpi3' 'quasiquotes' 'quassel' 'quassel-base' 'quassel-client' 'quassel-client-debuginfo' 'quassel-client-qt5' 'quassel-client-qt5-debuginfo' 'quassel-core' 'quassel-core-debuginfo' 'quassel-debuginfo' 'quassel-debugsource' 'quassel-mono' 'quassel-mono-debuginfo' 'quazip-devel' 'quazip-doc' 'quilt' 'quilter' 'quilter-lang' 'quimup' 'quiterss' 'quiterss-lang' 'quota' 'quota-nfs' 'quotatool' 'qupzilla-webkit' 'qupzilla-webkit' 'qutebrowser' 'quvi' 'qv4l2' 'qview' 'qwt-designer' 'qwt-devel' 'qwt-devel-doc' 'qwt6-designer' 'qwt6-devel' 'qwt6-devel-doc' 'qwt6-examples' 'qwtplot3d-devel' 'qx11grab' 'qx11grab' 'qx11grab-debuginfo' 'qx11grab-debugsource' 'qxmledit' 'qxmledit-devel' 'qxtglobalshortcut-devel' 'r128gain' 'r8168' 'r8168-blacklist-r8169' 'r8168-debugsource' 'r8168-kmp-default' 'r8168-kmp-default-debuginfo' 'r8168-kmp-pae' 'r8168-kmp-pae-debuginfo' 'rabbitmq-java-client' 'rabbitmq-server' 'rabbitmq-server-plugins' 'racer' 'racket' 'racket-devel' 'racket-doc' 'radamsa' 'radcli' 'radcli-compat-devel' 'radcli-devel' 'radeontop' 'radeontop-lang' 'radiotray-ng' 'rados-objclass-devel' 'raft-devel' 'rage' 'ragel' 'ragel-6' 'ragel-devel' 'rainbow' 'rainbow-bash-completion' 'rainbow-zsh-completion' 'rakkess' 'rakudo' 'raleway-fonts' 'rang-devel' 'ranger' 'rapi2-tools' 'rapi2-tools-debuginfo' 'rapid-photo-downloader' 'rapid-photo-downloader-lang' 'rapidjson-devel' 'raptor' 'rar' 'rar-debugsource' 'rarpd' 'rasdaemon' 'rash' 'rasmol' 'raspberrypi-firmware' 'raspberrypi-firmware-config' 'raspberrypi-firmware-dt' 'raspberrypi-firmware-extra' 'raspberrypi-firmware-extra-pi4' 'rasqal' 'ratbagd' 'ratslap' 'rav1e' 'rav1e-devel' 'raw-thumbnailer' 'rawtherapee' 'raylib-devel' 'razercfg' 'razor-agents' 'rbac-lookup' 'rbac-manager' 'rbac-manager-k8s-yaml' 'rbd-fuse' 'rbd-mirror' 'rbd-nbd' 'rbutil' 'rcc-runtime' 'rcm' 'rcs' 'rdesktop' 'rdiff' 'rdiff-backup' 'rdma-core-devel' 'rdma-core-devel-32bit' 'rdma-ndd' 'rds-tools' 'rds-tools-devel' 're2-devel' 're2c' 'read-edid' 'read-only-root-fs' 'read-only-root-fs-volatile' 'readcd' 'readline-devel' 'readline-devel-32bit' 'readline-devel-static' 'readline5-devel' 'readline5-devel-32bit' 'readline6-devel' 'readline6-devel-32bit' 'realmd' 'realmd-lang' 'rear' 'reaver' 'reaver' 'reaver-debuginfo' 'reaver-debugsource' 'rebootmgr' 'recidivm' 'reco' 'reco-lang' 'recode' 'recode-devel' 'recoll' 'recoll' 'recoll-debuginfo' 'recoll-debugsource' 'recordmydesktop' 'redeclipse' 'redeclipse-data' 'redfish-finder' 'redfishtool' 'redland' 'redland-storage-postgresql' 'redminecli' 'redminecli-bash-completion' 'rednotebook' 'rednotebook-lang' 'redsea' 'redshift' 'redshift-gtk' 'reflectasm' 'reflectasm-javadoc' 'reg' 'regexp' 'reiser4progs' 'reiser4progs-devel' 'relaxngDatatype' 'relaxngcc' 'relaxngcc-javadoc' 'release-compare' 'remake' 'remake-lang' 'remind' 'remmina-devel' 'remmina-kiosk' 'remmina-plugin-exec' 'remmina-plugin-kwallet' 'remmina-plugin-spice' 'remmina-plugin-st' 'remmina-plugin-www' 'remmina-plugin-xdmcp' 'rendercheck' 'rep-gtk' 'rep-gtk-devel' 'replacer' 'replacer-javadoc' 'reptyr' 'resample' 'rescue' 'resolv_wrapper' 'resource-agents' 'restic' 'restic-bash-completion' 'restic-zsh-completion' 'restorecond' 'retext' 'retro-gtk-devel' 'retroarch' 'retroarch-assets' 'retroarch-joypad-autoconfig' 'reuse' 'reveng' 'rfb' 'rfbplaymacro' 'rfbproxy' 'rfcdiff' 'rhash' 'rhash-devel' 'rhash-lang' 'rhino' 'rhino-demo' 'rhythmbox' 'rhythmbox-devel' 'rhythmbox-lang' 'rime' 'rime-plum' 'rinetd' 'ripgrep' 'ripgrep-bash-completion' 'ripgrep-fish-completion' 'ripgrep-zsh-completion' 'ripit' 'ristretto' 'ristretto-lang' 'rk-devel' 'rkward' 'rls' 'rlwrap' 'rmail' 'rmedigicontrol' 'rmit-sansforgetica-fonts' 'rmt-server' 'rmt-server-config' 'rmt-server-pubcloud' 'rnd_jue' 'rnd_jue-data' 'rng-tools' 'roar-devel' 'roar-devel-debuginfo' 'roaraudio' 'roaraudio' 'roaraudio-compat2' 'roaraudio-debuginfo' 'roaraudio-debugsource' 'roaraudio-plugins' 'roaraudio-plugins-debuginfo' 'roarpld' 'roarpld' 'roarpld-codechelper-gst' 'roarpld-debuginfo' 'roarpld-debugsource' 'roarpld-devel' 'robinhood' 'robinhood-tests' 'robinhood-tools' 'robinhood-webgui' 'roccat-arvo' 'roccat-isku' 'roccat-iskufx' 'roccat-kiro' 'roccat-kone' 'roccat-koneplus' 'roccat-konepure' 'roccat-konextd' 'roccat-kova2016' 'roccat-kovaplus' 'roccat-lua' 'roccat-nyth' 'roccat-pyra' 'roccat-ryos' 'roccat-savu' 'roccat-skeltr' 'roccat-sova' 'roccat-suora' 'roccat-tools' 'roccat-tyon' 'rockdodger' 'rocksndiamonds' 'rocksndiamonds-data' 'rocs' 'rocs-devel' 'rocs-lang' 'rofi' 'rofi-calc' 'rofi-devel' 'rollback-helper' 'rook' 'rook-ceph-helm-charts' 'rook-integration' 'rook-k8s-yaml' 'rook-rookflex' 'root-tail' 'rosa-media-player' 'rosa-media-player' 'rosa-media-player-debuginfo' 'rosa-media-player-debugsource' 'rosa-media-player-lang' 'rosegarden' 'rott' 'roundcubemail' 'rox-filer' 'rpcgen' 'rpcsvc-proto-devel' 'rpm-devel' 'rpmconf' 'rpmdevtools' 'rpmemd' 'rpmkey-packman' 'rpmkey-packman' 'rpmlint' 'rpmlint-Factory' 'rpmlint-Factory-strict' 'rpmlint-mini' 'rpmorphan' 'rpmrebuild' 'rr' 'rrdtool' 'rrdtool-cached' 'rrdtool-devel' 'rrdtool-doc' 'rscsi' 'rsibreak' 'rsibreak-debuginfo' 'rsibreak-debugsource' 'rsnapshot' 'rsocket' 'rsocket-32bit' 'rsound' 'rsound' 'rsound-debuginfo' 'rsound-debugsource' 'rss-glx' 'rss2email' 'rssguard' 'rsstail' 'rstart' 'rstudio' 'rstudio-desktop' 'rstudio-server' 'rsvg-convert' 'rsvg-thumbnailer' 'rsvndump' 'rsvndump-lang' 'rsyslog-diag-tools' 'rsyslog-doc' 'rsyslog-module-dbi' 'rsyslog-module-elasticsearch' 'rsyslog-module-gcrypt' 'rsyslog-module-gssapi' 'rsyslog-module-gtls' 'rsyslog-module-kafka' 'rsyslog-module-mmnormalize' 'rsyslog-module-mysql' 'rsyslog-module-omamqp1' 'rsyslog-module-omhttpfs' 'rsyslog-module-omtcl' 'rsyslog-module-ossl' 'rsyslog-module-pgsql' 'rsyslog-module-relp' 'rsyslog-module-snmp' 'rsyslog-module-udpspoof' 'rt-tests' 'rt2860' 'rtags' 'rtaudio-devel' 'rtl-sdr' 'rtl-sdr-devel' 'rtl-sdr-udev' 'rtl8812au' 'rtl8812au-kmp-default' 'rtl8812au-kmp-pae' 'rtl8821ce' 'rtl8821ce-kmp-default' 'rtl_433' 'rtl_433-devel' 'rtmidi-devel' 'rtmpdump' 'rtmpdump' 'rtmpdump-debuginfo' 'rtmpdump-debugsource' 'rtmpgw' 'rtmpgw-debuginfo' 'rtmpsrv' 'rtmpsrv-debuginfo' 'rtmpsuck' 'rtmpsuck-debuginfo' 'rtorrent' 'rtr-tools' 'rtrlib-devel' 'rtrlib-devel-doc' 'rttr-devel' 'rttr-devel-doc' 'rubber' 'rubberband-cli' 'rubberband-ladspa-32bit' 'rubberband-vamp' 'rubberband-vamp-32bit' 'ruby-apparmor' 'ruby-bundled-gems-rpmhelper' 'ruby-common-rails' 'ruby-devel' 'ruby-ecasound' 'ruby-geos' 'ruby-libprelude' 'ruby-marisa' 'ruby-obexftp' 'ruby-rrdtool' 'ruby-selinux' 'ruby-xapian' 'ruby-yui' 'ruby2.6-devel' 'ruby2.6-devel-extra' 'ruby2.6-doc' 'ruby2.6-doc-ri' 'ruby2.6-rubygem-RedCloth' 'ruby2.6-rubygem-RedCloth-doc' 'ruby2.6-rubygem-RedCloth-testsuite' 'ruby2.6-rubygem-abstract' 'ruby2.6-rubygem-abstract-doc' 'ruby2.6-rubygem-abstract-testsuite' 'ruby2.6-rubygem-abstract_method-doc' 'ruby2.6-rubygem-actioncable-5.2' 'ruby2.6-rubygem-actioncable-5_1' 'ruby2.6-rubygem-actioncable-6.0' 'ruby2.6-rubygem-actioncable-doc-5.2' 'ruby2.6-rubygem-actioncable-doc-5_1' 'ruby2.6-rubygem-actioncable-doc-6.0' 'ruby2.6-rubygem-actionmailbox-6.0' 'ruby2.6-rubygem-actionmailbox-doc-6.0' 'ruby2.6-rubygem-actionmailer-5.2' 'ruby2.6-rubygem-actionmailer-5_1' 'ruby2.6-rubygem-actionmailer-6.0' 'ruby2.6-rubygem-actionmailer-doc-5.2' 'ruby2.6-rubygem-actionmailer-doc-5_1' 'ruby2.6-rubygem-actionmailer-doc-6.0' 'ruby2.6-rubygem-actionpack-5.2' 'ruby2.6-rubygem-actionpack-5_1' 'ruby2.6-rubygem-actionpack-6.0' 'ruby2.6-rubygem-actionpack-doc-5.2' 'ruby2.6-rubygem-actionpack-doc-5_1' 'ruby2.6-rubygem-actionpack-doc-6.0' 'ruby2.6-rubygem-actiontext-6.0' 'ruby2.6-rubygem-actiontext-doc-6.0' 'ruby2.6-rubygem-actionview-5.2' 'ruby2.6-rubygem-actionview-5_1' 'ruby2.6-rubygem-actionview-6.0' 'ruby2.6-rubygem-actionview-doc-5.2' 'ruby2.6-rubygem-actionview-doc-5_1' 'ruby2.6-rubygem-actionview-doc-6.0' 'ruby2.6-rubygem-activejob-5.2' 'ruby2.6-rubygem-activejob-5_1' 'ruby2.6-rubygem-activejob-6.0' 'ruby2.6-rubygem-activejob-doc-5.2' 'ruby2.6-rubygem-activejob-doc-5_1' 'ruby2.6-rubygem-activejob-doc-6.0' 'ruby2.6-rubygem-activemodel-5.2' 'ruby2.6-rubygem-activemodel-5_1' 'ruby2.6-rubygem-activemodel-6.0' 'ruby2.6-rubygem-activemodel-doc-5.2' 'ruby2.6-rubygem-activemodel-doc-5_1' 'ruby2.6-rubygem-activemodel-doc-6.0' 'ruby2.6-rubygem-activerecord-5.2' 'ruby2.6-rubygem-activerecord-5_1' 'ruby2.6-rubygem-activerecord-6.0' 'ruby2.6-rubygem-activerecord-deprecated_finders' 'ruby2.6-rubygem-activerecord-deprecated_finders-doc' 'ruby2.6-rubygem-activerecord-doc-5.2' 'ruby2.6-rubygem-activerecord-doc-6.0' 'ruby2.6-rubygem-activestorage-5.2' 'ruby2.6-rubygem-activestorage-6.0' 'ruby2.6-rubygem-activestorage-doc-5.2' 'ruby2.6-rubygem-activestorage-doc-6.0' 'ruby2.6-rubygem-activesupport-5.2' 'ruby2.6-rubygem-activesupport-5_1' 'ruby2.6-rubygem-activesupport-6.0' 'ruby2.6-rubygem-activesupport-doc-5.2' 'ruby2.6-rubygem-activesupport-doc-5_1' 'ruby2.6-rubygem-activesupport-doc-6.0' 'ruby2.6-rubygem-addressable' 'ruby2.6-rubygem-addressable-2_3' 'ruby2.6-rubygem-addressable-doc' 'ruby2.6-rubygem-addressable-doc-2_3' 'ruby2.6-rubygem-addressable-testsuite' 'ruby2.6-rubygem-addressable-testsuite-2_3' 'ruby2.6-rubygem-aes_key_wrap' 'ruby2.6-rubygem-aes_key_wrap-doc' 'ruby2.6-rubygem-airbrussh' 'ruby2.6-rubygem-airbrussh-doc' 'ruby2.6-rubygem-amq-protocol' 'ruby2.6-rubygem-amq-protocol-doc' 'ruby2.6-rubygem-amq-protocol-testsuite' 'ruby2.6-rubygem-amqp' 'ruby2.6-rubygem-amqp-doc' 'ruby2.6-rubygem-amqp-testsuite' 'ruby2.6-rubygem-archive-tar-minitar' 'ruby2.6-rubygem-archive-tar-minitar-doc' 'ruby2.6-rubygem-arel' 'ruby2.6-rubygem-arel-3_0' 'ruby2.6-rubygem-arel-6' 'ruby2.6-rubygem-arel-7' 'ruby2.6-rubygem-arel-8' 'ruby2.6-rubygem-arel-doc' 'ruby2.6-rubygem-arel-doc-3_0' 'ruby2.6-rubygem-arel-doc-6' 'ruby2.6-rubygem-arel-doc-7' 'ruby2.6-rubygem-arel-doc-8' 'ruby2.6-rubygem-arel-testsuite-3_0' 'ruby2.6-rubygem-asciidoctor' 'ruby2.6-rubygem-asciidoctor-doc' 'ruby2.6-rubygem-ast' 'ruby2.6-rubygem-ast-doc' 'ruby2.6-rubygem-ast-testsuite' 'ruby2.6-rubygem-atomic' 'ruby2.6-rubygem-atomic-doc' 'ruby2.6-rubygem-atomic-testsuite' 'ruby2.6-rubygem-attr_required' 'ruby2.6-rubygem-attr_required-doc' 'ruby2.6-rubygem-attr_required-testsuite' 'ruby2.6-rubygem-autoprefixer-rails' 'ruby2.6-rubygem-autoprefixer-rails-doc' 'ruby2.6-rubygem-autoprefixer-rails-testsuite' 'ruby2.6-rubygem-axiom-types' 'ruby2.6-rubygem-axiom-types-doc' 'ruby2.6-rubygem-axiom-types-testsuite' 'ruby2.6-rubygem-backport' 'ruby2.6-rubygem-backport-doc' 'ruby2.6-rubygem-base32' 'ruby2.6-rubygem-base32-doc' 'ruby2.6-rubygem-base32-testsuite' 'ruby2.6-rubygem-bcrypt' 'ruby2.6-rubygem-bcrypt-doc' 'ruby2.6-rubygem-bcrypt-ruby' 'ruby2.6-rubygem-bcrypt-ruby-doc' 'ruby2.6-rubygem-bcrypt-testsuite' 'ruby2.6-rubygem-bcrypt_pbkdf' 'ruby2.6-rubygem-bcrypt_pbkdf-doc' 'ruby2.6-rubygem-bcrypt_pbkdf-testsuite' 'ruby2.6-rubygem-benchmark' 'ruby2.6-rubygem-benchmark-doc' 'ruby2.6-rubygem-bindata' 'ruby2.6-rubygem-bindata-doc' 'ruby2.6-rubygem-bindata-testsuite' 'ruby2.6-rubygem-bindex' 'ruby2.6-rubygem-bindex-doc' 'ruby2.6-rubygem-bindex-testsuite' 'ruby2.6-rubygem-binding_of_caller' 'ruby2.6-rubygem-binding_of_caller-doc' 'ruby2.6-rubygem-binding_of_caller-testsuite' 'ruby2.6-rubygem-bootsnap' 'ruby2.6-rubygem-bootsnap-doc' 'ruby2.6-rubygem-bootstrap-sass' 'ruby2.6-rubygem-bootstrap-sass-doc' 'ruby2.6-rubygem-bootstrap-sass-testsuite' 'ruby2.6-rubygem-buff-extensions' 'ruby2.6-rubygem-buff-extensions-doc' 'ruby2.6-rubygem-buff-extensions-testsuite' 'ruby2.6-rubygem-buff-ignore' 'ruby2.6-rubygem-buff-ignore-doc' 'ruby2.6-rubygem-buff-ignore-testsuite' 'ruby2.6-rubygem-buff-ruby_engine' 'ruby2.6-rubygem-buff-ruby_engine-doc' 'ruby2.6-rubygem-buff-ruby_engine-testsuite' 'ruby2.6-rubygem-builder' 'ruby2.6-rubygem-builder-doc' 'ruby2.6-rubygem-builder-testsuite' 'ruby2.6-rubygem-bundler' 'ruby2.6-rubygem-bundler-audit' 'ruby2.6-rubygem-bundler-audit-doc' 'ruby2.6-rubygem-bundler-audit-testsuite' 'ruby2.6-rubygem-bundler-doc' 'ruby2.6-rubygem-bunny' 'ruby2.6-rubygem-bunny-doc' 'ruby2.6-rubygem-bunny-testsuite' 'ruby2.6-rubygem-byebug' 'ruby2.6-rubygem-byebug-doc' 'ruby2.6-rubygem-capistrano' 'ruby2.6-rubygem-capistrano-doc' 'ruby2.6-rubygem-capistrano-harrow' 'ruby2.6-rubygem-capistrano-harrow-doc' 'ruby2.6-rubygem-capistrano-stats' 'ruby2.6-rubygem-capistrano-stats-doc' 'ruby2.6-rubygem-capistrano-testsuite' 'ruby2.6-rubygem-celluloid' 'ruby2.6-rubygem-celluloid-doc' 'ruby2.6-rubygem-celluloid-essentials' 'ruby2.6-rubygem-celluloid-essentials-doc' 'ruby2.6-rubygem-celluloid-extras' 'ruby2.6-rubygem-celluloid-extras-doc' 'ruby2.6-rubygem-celluloid-fsm' 'ruby2.6-rubygem-celluloid-fsm-doc' 'ruby2.6-rubygem-celluloid-pool' 'ruby2.6-rubygem-celluloid-pool-doc' 'ruby2.6-rubygem-celluloid-supervision' 'ruby2.6-rubygem-celluloid-supervision-doc' 'ruby2.6-rubygem-celluloid-testsuite' 'ruby2.6-rubygem-cfa-doc' 'ruby2.6-rubygem-cfa_grub2-doc' 'ruby2.6-rubygem-changelog_generator' 'ruby2.6-rubygem-changelog_generator-doc' 'ruby2.6-rubygem-changelog_generator-testsuite' 'ruby2.6-rubygem-cheetah-doc' 'ruby2.6-rubygem-childprocess' 'ruby2.6-rubygem-childprocess-0_6' 'ruby2.6-rubygem-childprocess-2.0' 'ruby2.6-rubygem-childprocess-doc' 'ruby2.6-rubygem-childprocess-doc-0_6' 'ruby2.6-rubygem-childprocess-doc-2.0' 'ruby2.6-rubygem-childprocess-testsuite' 'ruby2.6-rubygem-childprocess-testsuite-0_6' 'ruby2.6-rubygem-childprocess-testsuite-2.0' 'ruby2.6-rubygem-ci_reporter' 'ruby2.6-rubygem-ci_reporter-doc' 'ruby2.6-rubygem-ci_reporter-testsuite' 'ruby2.6-rubygem-cleanroom' 'ruby2.6-rubygem-cleanroom-doc' 'ruby2.6-rubygem-cleanroom-testsuite' 'ruby2.6-rubygem-coderay' 'ruby2.6-rubygem-coderay-doc' 'ruby2.6-rubygem-coercible' 'ruby2.6-rubygem-coercible-doc' 'ruby2.6-rubygem-coercible-testsuite' 'ruby2.6-rubygem-coffee-rails' 'ruby2.6-rubygem-coffee-rails-doc' 'ruby2.6-rubygem-coffee-script' 'ruby2.6-rubygem-coffee-script-doc' 'ruby2.6-rubygem-coffee-script-source' 'ruby2.6-rubygem-coffee-script-source-doc' 'ruby2.6-rubygem-colorator' 'ruby2.6-rubygem-colorator-0' 'ruby2.6-rubygem-colorator-doc' 'ruby2.6-rubygem-colorator-doc-0' 'ruby2.6-rubygem-colorator-testsuite-0' 'ruby2.6-rubygem-colored' 'ruby2.6-rubygem-colored-doc' 'ruby2.6-rubygem-colored-testsuite' 'ruby2.6-rubygem-colorize' 'ruby2.6-rubygem-colorize-doc' 'ruby2.6-rubygem-colorize-testsuite' 'ruby2.6-rubygem-columnize' 'ruby2.6-rubygem-columnize-doc' 'ruby2.6-rubygem-columnize-testsuite' 'ruby2.6-rubygem-commander' 'ruby2.6-rubygem-commander-doc' 'ruby2.6-rubygem-commander-testsuite' 'ruby2.6-rubygem-concurrent-ruby' 'ruby2.6-rubygem-concurrent-ruby-doc' 'ruby2.6-rubygem-cool.io' 'ruby2.6-rubygem-cool.io-doc' 'ruby2.6-rubygem-cool.io-testsuite' 'ruby2.6-rubygem-crack' 'ruby2.6-rubygem-crack-doc' 'ruby2.6-rubygem-crack-testsuite' 'ruby2.6-rubygem-crass' 'ruby2.6-rubygem-crass-doc' 'ruby2.6-rubygem-cri' 'ruby2.6-rubygem-cri-doc' 'ruby2.6-rubygem-cri-testsuite' 'ruby2.6-rubygem-cssmin' 'ruby2.6-rubygem-cssmin-doc' 'ruby2.6-rubygem-daemon_controller' 'ruby2.6-rubygem-daemon_controller-doc' 'ruby2.6-rubygem-daemon_controller-testsuite' 'ruby2.6-rubygem-daemons' 'ruby2.6-rubygem-daemons-doc' 'ruby2.6-rubygem-debase' 'ruby2.6-rubygem-debase-doc' 'ruby2.6-rubygem-debase-ruby_core_source' 'ruby2.6-rubygem-debase-ruby_core_source-doc' 'ruby2.6-rubygem-debase-testsuite' 'ruby2.6-rubygem-debug_inspector' 'ruby2.6-rubygem-debug_inspector-doc' 'ruby2.6-rubygem-debug_inspector-testsuite' 'ruby2.6-rubygem-debugger-linecache' 'ruby2.6-rubygem-debugger-linecache-doc' 'ruby2.6-rubygem-debugger-linecache-testsuite' 'ruby2.6-rubygem-deep_merge' 'ruby2.6-rubygem-deep_merge-doc' 'ruby2.6-rubygem-deep_merge-testsuite' 'ruby2.6-rubygem-delayed_job' 'ruby2.6-rubygem-delayed_job-doc' 'ruby2.6-rubygem-delayed_job-testsuite' 'ruby2.6-rubygem-delayed_job_active_record' 'ruby2.6-rubygem-delayed_job_active_record-doc' 'ruby2.6-rubygem-descendants_tracker' 'ruby2.6-rubygem-descendants_tracker-doc' 'ruby2.6-rubygem-descendants_tracker-testsuite' 'ruby2.6-rubygem-devise' 'ruby2.6-rubygem-devise-doc' 'ruby2.6-rubygem-devise-i18n' 'ruby2.6-rubygem-devise-i18n-doc' 'ruby2.6-rubygem-devise_ldap_authenticatable' 'ruby2.6-rubygem-devise_ldap_authenticatable-doc' 'ruby2.6-rubygem-devise_ldap_authenticatable-testsuite' 'ruby2.6-rubygem-dice' 'ruby2.6-rubygem-dice-doc' 'ruby2.6-rubygem-diff-lcs' 'ruby2.6-rubygem-diff-lcs-doc' 'ruby2.6-rubygem-diff-lcs-testsuite' 'ruby2.6-rubygem-diffy' 'ruby2.6-rubygem-diffy-doc' 'ruby2.6-rubygem-diffy-testsuite' 'ruby2.6-rubygem-dig_rb' 'ruby2.6-rubygem-dig_rb-doc' 'ruby2.6-rubygem-docile' 'ruby2.6-rubygem-docile-1_1' 'ruby2.6-rubygem-docile-doc' 'ruby2.6-rubygem-docile-doc-1_1' 'ruby2.6-rubygem-docile-testsuite-1_1' 'ruby2.6-rubygem-domain_name' 'ruby2.6-rubygem-domain_name-doc' 'ruby2.6-rubygem-domain_name-testsuite' 'ruby2.6-rubygem-ed25519' 'ruby2.6-rubygem-ed25519-doc' 'ruby2.6-rubygem-em-websocket' 'ruby2.6-rubygem-em-websocket-doc' 'ruby2.6-rubygem-em-websocket-testsuite' 'ruby2.6-rubygem-equalizer' 'ruby2.6-rubygem-equalizer-doc' 'ruby2.6-rubygem-equalizer-testsuite' 'ruby2.6-rubygem-erubi' 'ruby2.6-rubygem-erubi-doc' 'ruby2.6-rubygem-erubi-testsuite' 'ruby2.6-rubygem-erubis' 'ruby2.6-rubygem-erubis-2_6' 'ruby2.6-rubygem-erubis-doc' 'ruby2.6-rubygem-erubis-doc-2_6' 'ruby2.6-rubygem-erubis-testsuite' 'ruby2.6-rubygem-erubis-testsuite-2_6' 'ruby2.6-rubygem-eventmachine' 'ruby2.6-rubygem-eventmachine-doc' 'ruby2.6-rubygem-exception_notification' 'ruby2.6-rubygem-exception_notification-doc' 'ruby2.6-rubygem-exception_notification-testsuite' 'ruby2.6-rubygem-excon' 'ruby2.6-rubygem-excon-doc' 'ruby2.6-rubygem-execjs' 'ruby2.6-rubygem-execjs-doc' 'ruby2.6-rubygem-extlib' 'ruby2.6-rubygem-extlib-doc' 'ruby2.6-rubygem-extlib-testsuite' 'ruby2.6-rubygem-factory_girl' 'ruby2.6-rubygem-factory_girl-doc' 'ruby2.6-rubygem-factory_girl_rails' 'ruby2.6-rubygem-factory_girl_rails-doc' 'ruby2.6-rubygem-fake_ftp' 'ruby2.6-rubygem-fake_ftp-0_1' 'ruby2.6-rubygem-fake_ftp-doc' 'ruby2.6-rubygem-fake_ftp-doc-0_1' 'ruby2.6-rubygem-fake_ftp-testsuite' 'ruby2.6-rubygem-fake_ftp-testsuite-0_1' 'ruby2.6-rubygem-faraday' 'ruby2.6-rubygem-faraday-0_12' 'ruby2.6-rubygem-faraday-doc' 'ruby2.6-rubygem-faraday-doc-0_12' 'ruby2.6-rubygem-faraday-testsuite' 'ruby2.6-rubygem-faraday_middleware' 'ruby2.6-rubygem-faraday_middleware-doc' 'ruby2.6-rubygem-faraday_middleware-multi_json' 'ruby2.6-rubygem-faraday_middleware-multi_json-doc' 'ruby2.6-rubygem-faraday_middleware-multi_json-testsuite' 'ruby2.6-rubygem-fast_gettext-1.1' 'ruby2.6-rubygem-fast_gettext-doc' 'ruby2.6-rubygem-fast_gettext-doc-1.1' 'ruby2.6-rubygem-fast_xs' 'ruby2.6-rubygem-fast_xs-doc' 'ruby2.6-rubygem-fast_xs-testsuite' 'ruby2.6-rubygem-fastercsv' 'ruby2.6-rubygem-fastercsv-doc' 'ruby2.6-rubygem-fastercsv-testsuite' 'ruby2.6-rubygem-ffi' 'ruby2.6-rubygem-ffi-doc' 'ruby2.6-rubygem-file-tail' 'ruby2.6-rubygem-file-tail-doc' 'ruby2.6-rubygem-flog' 'ruby2.6-rubygem-flog-doc' 'ruby2.6-rubygem-flog-testsuite' 'ruby2.6-rubygem-fluentd' 'ruby2.6-rubygem-fluentd-doc' 'ruby2.6-rubygem-fluentd-testsuite' 'ruby2.6-rubygem-fog-core' 'ruby2.6-rubygem-fog-core-doc' 'ruby2.6-rubygem-fog-core-testsuite' 'ruby2.6-rubygem-fog-json' 'ruby2.6-rubygem-fog-json-doc' 'ruby2.6-rubygem-fog-json-testsuite' 'ruby2.6-rubygem-fog-libvirt' 'ruby2.6-rubygem-fog-libvirt-doc' 'ruby2.6-rubygem-fog-xml' 'ruby2.6-rubygem-fog-xml-doc' 'ruby2.6-rubygem-fog-xml-testsuite' 'ruby2.6-rubygem-font-awesome-rails' 'ruby2.6-rubygem-font-awesome-rails-doc' 'ruby2.6-rubygem-font-awesome-rails-testsuite' 'ruby2.6-rubygem-formatador' 'ruby2.6-rubygem-formatador-doc' 'ruby2.6-rubygem-forwardable-extended' 'ruby2.6-rubygem-forwardable-extended-doc' 'ruby2.6-rubygem-get_process_mem' 'ruby2.6-rubygem-get_process_mem-doc' 'ruby2.6-rubygem-get_process_mem-testsuite' 'ruby2.6-rubygem-gettext' 'ruby2.6-rubygem-gettext-doc' 'ruby2.6-rubygem-gettext-setup' 'ruby2.6-rubygem-gettext-setup-doc' 'ruby2.6-rubygem-gettext-setup-testsuite' 'ruby2.6-rubygem-gettext-testsuite' 'ruby2.6-rubygem-gettext_i18n_rails' 'ruby2.6-rubygem-gettext_i18n_rails-doc' 'ruby2.6-rubygem-gettext_i18n_rails_js' 'ruby2.6-rubygem-gettext_i18n_rails_js-doc' 'ruby2.6-rubygem-gettext_i18n_rails_js-testsuite' 'ruby2.6-rubygem-gli' 'ruby2.6-rubygem-gli-doc' 'ruby2.6-rubygem-gli-testsuite' 'ruby2.6-rubygem-globalid' 'ruby2.6-rubygem-globalid-doc' 'ruby2.6-rubygem-gpgme' 'ruby2.6-rubygem-gpgme-doc' 'ruby2.6-rubygem-gpgme-testsuite' 'ruby2.6-rubygem-grape' 'ruby2.6-rubygem-grape-doc' 'ruby2.6-rubygem-grape-testsuite' 'ruby2.6-rubygem-gravatar_image_tag' 'ruby2.6-rubygem-gravatar_image_tag-doc' 'ruby2.6-rubygem-gravatar_image_tag-testsuite' 'ruby2.6-rubygem-gssapi' 'ruby2.6-rubygem-gssapi-doc' 'ruby2.6-rubygem-gssapi-testsuite' 'ruby2.6-rubygem-gyoku' 'ruby2.6-rubygem-gyoku-doc' 'ruby2.6-rubygem-gyoku-testsuite' 'ruby2.6-rubygem-haml' 'ruby2.6-rubygem-haml-doc' 'ruby2.6-rubygem-haml-rails' 'ruby2.6-rubygem-haml-rails-doc' 'ruby2.6-rubygem-haml-rails-testsuite' 'ruby2.6-rubygem-has_mobile_views' 'ruby2.6-rubygem-has_mobile_views-doc' 'ruby2.6-rubygem-has_mobile_views-testsuite' 'ruby2.6-rubygem-hashdiff' 'ruby2.6-rubygem-hashdiff-doc' 'ruby2.6-rubygem-hashdiff-testsuite' 'ruby2.6-rubygem-hashicorp-checkpoint' 'ruby2.6-rubygem-hashicorp-checkpoint-doc' 'ruby2.6-rubygem-hashicorp-checkpoint-testsuite' 'ruby2.6-rubygem-hashie' 'ruby2.6-rubygem-hashie-doc' 'ruby2.6-rubygem-hashie-testsuite' 'ruby2.6-rubygem-highline' 'ruby2.6-rubygem-highline-1_6' 'ruby2.6-rubygem-highline-1_7' 'ruby2.6-rubygem-highline-doc' 'ruby2.6-rubygem-highline-doc-1_6' 'ruby2.6-rubygem-highline-doc-1_7' 'ruby2.6-rubygem-highline-testsuite-1_6' 'ruby2.6-rubygem-highline-testsuite-1_7' 'ruby2.6-rubygem-hike' 'ruby2.6-rubygem-hike-1_2' 'ruby2.6-rubygem-hike-doc' 'ruby2.6-rubygem-hike-doc-1_2' 'ruby2.6-rubygem-hitimes' 'ruby2.6-rubygem-hitimes-doc' 'ruby2.6-rubygem-hitimes-testsuite' 'ruby2.6-rubygem-hoe' 'ruby2.6-rubygem-hoe-doc' 'ruby2.6-rubygem-hoe-testsuite' 'ruby2.6-rubygem-hpricot' 'ruby2.6-rubygem-hpricot-doc' 'ruby2.6-rubygem-hpricot-testsuite' 'ruby2.6-rubygem-html2haml' 'ruby2.6-rubygem-html2haml-doc' 'ruby2.6-rubygem-html2haml-testsuite' 'ruby2.6-rubygem-http-accept-1.7' 'ruby2.6-rubygem-http-accept-doc-1.7' 'ruby2.6-rubygem-http-cookie' 'ruby2.6-rubygem-http-cookie-doc' 'ruby2.6-rubygem-http-cookie-testsuite' 'ruby2.6-rubygem-http_accept_language' 'ruby2.6-rubygem-http_accept_language-doc' 'ruby2.6-rubygem-http_accept_language-testsuite' 'ruby2.6-rubygem-http_parser.rb' 'ruby2.6-rubygem-http_parser.rb-doc' 'ruby2.6-rubygem-http_parser.rb-testsuite' 'ruby2.6-rubygem-httpclient' 'ruby2.6-rubygem-httpclient-doc' 'ruby2.6-rubygem-httpclient-testsuite' 'ruby2.6-rubygem-i18n' 'ruby2.6-rubygem-i18n-0_6' 'ruby2.6-rubygem-i18n-0_9' 'ruby2.6-rubygem-i18n-1.1' 'ruby2.6-rubygem-i18n-doc' 'ruby2.6-rubygem-i18n-doc-0_6' 'ruby2.6-rubygem-i18n-doc-0_9' 'ruby2.6-rubygem-i18n-doc-1.1' 'ruby2.6-rubygem-i18n-testsuite-0_6' 'ruby2.6-rubygem-i18n-testsuite-0_9' 'ruby2.6-rubygem-i18n-testsuite-1.1' 'ruby2.6-rubygem-ice_nine' 'ruby2.6-rubygem-ice_nine-doc' 'ruby2.6-rubygem-ice_nine-testsuite' 'ruby2.6-rubygem-inifile' 'ruby2.6-rubygem-inifile-doc' 'ruby2.6-rubygem-inifile-testsuite' 'ruby2.6-rubygem-ipaddress' 'ruby2.6-rubygem-ipaddress-doc' 'ruby2.6-rubygem-ipaddress-testsuite' 'ruby2.6-rubygem-jaro_winkler' 'ruby2.6-rubygem-jaro_winkler-doc' 'ruby2.6-rubygem-jbuilder' 'ruby2.6-rubygem-jbuilder-doc' 'ruby2.6-rubygem-jbuilder-testsuite' 'ruby2.6-rubygem-jekyll' 'ruby2.6-rubygem-jekyll-doc' 'ruby2.6-rubygem-jekyll-sass-converter' 'ruby2.6-rubygem-jekyll-sass-converter-doc' 'ruby2.6-rubygem-jekyll-watch' 'ruby2.6-rubygem-jekyll-watch-doc' 'ruby2.6-rubygem-jmespath' 'ruby2.6-rubygem-jmespath-doc' 'ruby2.6-rubygem-journey-1_0' 'ruby2.6-rubygem-journey-doc-1_0' 'ruby2.6-rubygem-journey-testsuite-1_0' 'ruby2.6-rubygem-jquery-rails' 'ruby2.6-rubygem-jquery-rails-doc' 'ruby2.6-rubygem-jquery-rails-testsuite' 'ruby2.6-rubygem-jquery-ui-rails' 'ruby2.6-rubygem-jquery-ui-rails-doc' 'ruby2.6-rubygem-js-routes' 'ruby2.6-rubygem-js-routes-doc' 'ruby2.6-rubygem-js-routes-testsuite' 'ruby2.6-rubygem-json' 'ruby2.6-rubygem-json-doc' 'ruby2.6-rubygem-json-jwt' 'ruby2.6-rubygem-json-jwt-doc' 'ruby2.6-rubygem-json-schema' 'ruby2.6-rubygem-json-schema-doc' 'ruby2.6-rubygem-json_pure' 'ruby2.6-rubygem-json_pure-doc' 'ruby2.6-rubygem-jwt' 'ruby2.6-rubygem-jwt-1_5' 'ruby2.6-rubygem-jwt-doc' 'ruby2.6-rubygem-jwt-doc-1_5' 'ruby2.6-rubygem-jwt-testsuite-1_5' 'ruby2.6-rubygem-kgio' 'ruby2.6-rubygem-kgio-doc' 'ruby2.6-rubygem-kgio-testsuite' 'ruby2.6-rubygem-kramdown' 'ruby2.6-rubygem-kramdown-doc' 'ruby2.6-rubygem-kramdown-testsuite' 'ruby2.6-rubygem-launchy' 'ruby2.6-rubygem-launchy-doc' 'ruby2.6-rubygem-launchy-testsuite' 'ruby2.6-rubygem-levenshtein' 'ruby2.6-rubygem-levenshtein-doc' 'ruby2.6-rubygem-levenshtein-testsuite' 'ruby2.6-rubygem-librarian' 'ruby2.6-rubygem-librarian-doc' 'ruby2.6-rubygem-librarian-testsuite' 'ruby2.6-rubygem-libyui-rake' 'ruby2.6-rubygem-libyui-rake-doc' 'ruby2.6-rubygem-lightbox2' 'ruby2.6-rubygem-lightbox2-doc' 'ruby2.6-rubygem-liquid' 'ruby2.6-rubygem-liquid-3' 'ruby2.6-rubygem-liquid-doc' 'ruby2.6-rubygem-liquid-doc-3' 'ruby2.6-rubygem-liquid-testsuite' 'ruby2.6-rubygem-liquid-testsuite-3' 'ruby2.6-rubygem-listen' 'ruby2.6-rubygem-listen-3_0' 'ruby2.6-rubygem-listen-3_1' 'ruby2.6-rubygem-listen-doc' 'ruby2.6-rubygem-listen-doc-3_0' 'ruby2.6-rubygem-listen-doc-3_1' 'ruby2.6-rubygem-little-plugger' 'ruby2.6-rubygem-little-plugger-doc' 'ruby2.6-rubygem-little-plugger-testsuite' 'ruby2.6-rubygem-locale' 'ruby2.6-rubygem-locale-doc' 'ruby2.6-rubygem-locale-testsuite' 'ruby2.6-rubygem-log4r' 'ruby2.6-rubygem-log4r-doc' 'ruby2.6-rubygem-logging' 'ruby2.6-rubygem-logging-doc' 'ruby2.6-rubygem-logging-testsuite' 'ruby2.6-rubygem-lolcat' 'ruby2.6-rubygem-lolcat-doc' 'ruby2.6-rubygem-loofah' 'ruby2.6-rubygem-loofah-doc' 'ruby2.6-rubygem-loofah-testsuite' 'ruby2.6-rubygem-mail' 'ruby2.6-rubygem-mail-2_5' 'ruby2.6-rubygem-mail-doc' 'ruby2.6-rubygem-mail-doc-2_5' 'ruby2.6-rubygem-manpages' 'ruby2.6-rubygem-manpages-doc' 'ruby2.6-rubygem-marcel' 'ruby2.6-rubygem-marcel-doc' 'ruby2.6-rubygem-memcache-client' 'ruby2.6-rubygem-memcache-client-doc' 'ruby2.6-rubygem-memcache-client-testsuite' 'ruby2.6-rubygem-mercenary' 'ruby2.6-rubygem-mercenary-doc' 'ruby2.6-rubygem-mercenary-testsuite' 'ruby2.6-rubygem-metaclass' 'ruby2.6-rubygem-metaclass-doc' 'ruby2.6-rubygem-metaclass-testsuite' 'ruby2.6-rubygem-method_source' 'ruby2.6-rubygem-method_source-doc' 'ruby2.6-rubygem-method_source-testsuite' 'ruby2.6-rubygem-micromachine' 'ruby2.6-rubygem-micromachine-doc' 'ruby2.6-rubygem-micromachine-testsuite' 'ruby2.6-rubygem-mime-types' 'ruby2.6-rubygem-mime-types-1' 'ruby2.6-rubygem-mime-types-data' 'ruby2.6-rubygem-mime-types-data-doc' 'ruby2.6-rubygem-mime-types-doc' 'ruby2.6-rubygem-mime-types-doc-1' 'ruby2.6-rubygem-mime-types-testsuite' 'ruby2.6-rubygem-mime-types-testsuite-1' 'ruby2.6-rubygem-mimemagic' 'ruby2.6-rubygem-mimemagic-doc' 'ruby2.6-rubygem-mimemagic-testsuite' 'ruby2.6-rubygem-mini_magick' 'ruby2.6-rubygem-mini_magick-doc' 'ruby2.6-rubygem-mini_mime' 'ruby2.6-rubygem-mini_mime-doc' 'ruby2.6-rubygem-mini_portile2' 'ruby2.6-rubygem-mini_portile2-2_3' 'ruby2.6-rubygem-mini_portile2-doc' 'ruby2.6-rubygem-mini_portile2-doc-2_3' 'ruby2.6-rubygem-mini_portile2-testsuite' 'ruby2.6-rubygem-mini_portile2-testsuite-2_3' 'ruby2.6-rubygem-minitar' 'ruby2.6-rubygem-minitar-doc' 'ruby2.6-rubygem-mixlib-authentication' 'ruby2.6-rubygem-mixlib-authentication-doc' 'ruby2.6-rubygem-mixlib-cli' 'ruby2.6-rubygem-mixlib-cli-doc' 'ruby2.6-rubygem-mixlib-config' 'ruby2.6-rubygem-mixlib-config-doc' 'ruby2.6-rubygem-mixlib-log' 'ruby2.6-rubygem-mixlib-log-doc' 'ruby2.6-rubygem-mixlib-shellout' 'ruby2.6-rubygem-mixlib-shellout-doc' 'ruby2.6-rubygem-mobileesp_converted' 'ruby2.6-rubygem-mobileesp_converted-doc' 'ruby2.6-rubygem-mobileesp_converted-testsuite' 'ruby2.6-rubygem-mocha' 'ruby2.6-rubygem-mocha-doc' 'ruby2.6-rubygem-mocha-testsuite' 'ruby2.6-rubygem-moneta' 'ruby2.6-rubygem-moneta-0_7' 'ruby2.6-rubygem-moneta-doc' 'ruby2.6-rubygem-moneta-doc-0_7' 'ruby2.6-rubygem-moneta-testsuite' 'ruby2.6-rubygem-moneta-testsuite-0_7' 'ruby2.6-rubygem-msgpack' 'ruby2.6-rubygem-msgpack-doc' 'ruby2.6-rubygem-msgpack-testsuite' 'ruby2.6-rubygem-multi_json' 'ruby2.6-rubygem-multi_json-doc' 'ruby2.6-rubygem-multi_xml' 'ruby2.6-rubygem-multi_xml-doc' 'ruby2.6-rubygem-multipart-post' 'ruby2.6-rubygem-multipart-post-doc' 'ruby2.6-rubygem-multipart-post-testsuite' 'ruby2.6-rubygem-mustache' 'ruby2.6-rubygem-mustache-doc' 'ruby2.6-rubygem-mustache-testsuite' 'ruby2.6-rubygem-mustermann' 'ruby2.6-rubygem-mustermann-doc' 'ruby2.6-rubygem-mustermann-grape' 'ruby2.6-rubygem-mustermann-grape-doc' 'ruby2.6-rubygem-mustermann-grape-testsuite' 'ruby2.6-rubygem-mustermann-testsuite' 'ruby2.6-rubygem-mysql2' 'ruby2.6-rubygem-mysql2-doc' 'ruby2.6-rubygem-net-ldap' 'ruby2.6-rubygem-net-ldap-doc' 'ruby2.6-rubygem-net-ldap-testsuite' 'ruby2.6-rubygem-net-scp' 'ruby2.6-rubygem-net-scp-1_1' 'ruby2.6-rubygem-net-scp-1_2' 'ruby2.6-rubygem-net-scp-doc' 'ruby2.6-rubygem-net-scp-doc-1_1' 'ruby2.6-rubygem-net-scp-doc-1_2' 'ruby2.6-rubygem-net-scp-testsuite-1_1' 'ruby2.6-rubygem-net-scp-testsuite-1_2' 'ruby2.6-rubygem-net-sftp' 'ruby2.6-rubygem-net-sftp-doc' 'ruby2.6-rubygem-net-sftp-testsuite' 'ruby2.6-rubygem-net-ssh' 'ruby2.6-rubygem-net-ssh-4_1' 'ruby2.6-rubygem-net-ssh-5.1' 'ruby2.6-rubygem-net-ssh-doc' 'ruby2.6-rubygem-net-ssh-doc-4_1' 'ruby2.6-rubygem-net-ssh-doc-5.1' 'ruby2.6-rubygem-net-ssh-gateway' 'ruby2.6-rubygem-net-ssh-gateway-doc' 'ruby2.6-rubygem-net-ssh-multi' 'ruby2.6-rubygem-net-ssh-multi-1_1' 'ruby2.6-rubygem-net-ssh-multi-doc' 'ruby2.6-rubygem-net-ssh-multi-doc-1_1' 'ruby2.6-rubygem-net-ssh-multi-testsuite' 'ruby2.6-rubygem-net-ssh-multi-testsuite-1_1' 'ruby2.6-rubygem-netrc' 'ruby2.6-rubygem-netrc-doc' 'ruby2.6-rubygem-netrc-testsuite' 'ruby2.6-rubygem-nio4r' 'ruby2.6-rubygem-nio4r-doc' 'ruby2.6-rubygem-nio4r-testsuite' 'ruby2.6-rubygem-nokogiri' 'ruby2.6-rubygem-nokogiri-doc' 'ruby2.6-rubygem-nori' 'ruby2.6-rubygem-nori-doc' 'ruby2.6-rubygem-nori-testsuite' 'ruby2.6-rubygem-oauth' 'ruby2.6-rubygem-oauth-doc' 'ruby2.6-rubygem-oauth2' 'ruby2.6-rubygem-oauth2-doc' 'ruby2.6-rubygem-omniauth' 'ruby2.6-rubygem-omniauth-doc' 'ruby2.6-rubygem-omniauth-github' 'ruby2.6-rubygem-omniauth-github-doc' 'ruby2.6-rubygem-omniauth-github-testsuite' 'ruby2.6-rubygem-omniauth-gitlab' 'ruby2.6-rubygem-omniauth-gitlab-doc' 'ruby2.6-rubygem-omniauth-gitlab-testsuite' 'ruby2.6-rubygem-omniauth-google-oauth2' 'ruby2.6-rubygem-omniauth-google-oauth2-doc' 'ruby2.6-rubygem-omniauth-google-oauth2-testsuite' 'ruby2.6-rubygem-omniauth-oauth' 'ruby2.6-rubygem-omniauth-oauth-doc' 'ruby2.6-rubygem-omniauth-oauth-testsuite' 'ruby2.6-rubygem-omniauth-oauth2' 'ruby2.6-rubygem-omniauth-oauth2-doc' 'ruby2.6-rubygem-omniauth-oauth2-testsuite' 'ruby2.6-rubygem-open4' 'ruby2.6-rubygem-open4-doc' 'ruby2.6-rubygem-open4-testsuite' 'ruby2.6-rubygem-openid_connect' 'ruby2.6-rubygem-openid_connect-doc' 'ruby2.6-rubygem-openid_connect-testsuite' 'ruby2.6-rubygem-optimist' 'ruby2.6-rubygem-optimist-doc' 'ruby2.6-rubygem-optimist-testsuite' 'ruby2.6-rubygem-orm_adapter' 'ruby2.6-rubygem-orm_adapter-doc' 'ruby2.6-rubygem-orm_adapter-testsuite' 'ruby2.6-rubygem-owncloud-admin' 'ruby2.6-rubygem-owncloud-admin-doc' 'ruby2.6-rubygem-packaging_rake_tasks' 'ruby2.6-rubygem-packaging_rake_tasks-doc' 'ruby2.6-rubygem-paint' 'ruby2.6-rubygem-paint-doc' 'ruby2.6-rubygem-parallel' 'ruby2.6-rubygem-parallel-doc' 'ruby2.6-rubygem-parallel_tests' 'ruby2.6-rubygem-parallel_tests-doc' 'ruby2.6-rubygem-parser' 'ruby2.6-rubygem-parser-doc' 'ruby2.6-rubygem-parser-testsuite' 'ruby2.6-rubygem-passenger' 'ruby2.6-rubygem-passenger-doc' 'ruby2.6-rubygem-path_expander' 'ruby2.6-rubygem-path_expander-doc' 'ruby2.6-rubygem-path_expander-testsuite' 'ruby2.6-rubygem-pathutil' 'ruby2.6-rubygem-pathutil-doc' 'ruby2.6-rubygem-pg' 'ruby2.6-rubygem-pg-doc' 'ruby2.6-rubygem-pg-testsuite' 'ruby2.6-rubygem-pkg-config' 'ruby2.6-rubygem-pkg-config-doc' 'ruby2.6-rubygem-pkg-config-testsuite' 'ruby2.6-rubygem-po_to_json' 'ruby2.6-rubygem-po_to_json-doc' 'ruby2.6-rubygem-po_to_json-testsuite' 'ruby2.6-rubygem-polyglot' 'ruby2.6-rubygem-polyglot-doc' 'ruby2.6-rubygem-pry' 'ruby2.6-rubygem-pry-doc' 'ruby2.6-rubygem-pry-doc-testsuite' 'ruby2.6-rubygem-pry_debug' 'ruby2.6-rubygem-pry_debug-doc' 'ruby2.6-rubygem-pry_debug-testsuite' 'ruby2.6-rubygem-public_suffix' 'ruby2.6-rubygem-public_suffix-3.1' 'ruby2.6-rubygem-public_suffix-doc' 'ruby2.6-rubygem-public_suffix-doc-3.1' 'ruby2.6-rubygem-public_suffix-testsuite' 'ruby2.6-rubygem-public_suffix-testsuite-3.1' 'ruby2.6-rubygem-puma' 'ruby2.6-rubygem-puma-doc' 'ruby2.6-rubygem-puma_worker_killer' 'ruby2.6-rubygem-puma_worker_killer-doc' 'ruby2.6-rubygem-puma_worker_killer-testsuite' 'ruby2.6-rubygem-pundit' 'ruby2.6-rubygem-pundit-doc' 'ruby2.6-rubygem-pundit-testsuite' 'ruby2.6-rubygem-rack' 'ruby2.6-rubygem-rack-1_3' 'ruby2.6-rubygem-rack-1_4' 'ruby2.6-rubygem-rack-1_6' 'ruby2.6-rubygem-rack-2.0' 'ruby2.6-rubygem-rack-accept' 'ruby2.6-rubygem-rack-accept-doc' 'ruby2.6-rubygem-rack-accept-testsuite' 'ruby2.6-rubygem-rack-cache-1_2' 'ruby2.6-rubygem-rack-cache-doc-1_2' 'ruby2.6-rubygem-rack-cache-testsuite-1_2' 'ruby2.6-rubygem-rack-doc' 'ruby2.6-rubygem-rack-doc-1_3' 'ruby2.6-rubygem-rack-doc-1_4' 'ruby2.6-rubygem-rack-doc-1_6' 'ruby2.6-rubygem-rack-doc-2.0' 'ruby2.6-rubygem-rack-oauth2' 'ruby2.6-rubygem-rack-oauth2-doc' 'ruby2.6-rubygem-rack-oauth2-testsuite' 'ruby2.6-rubygem-rack-protection' 'ruby2.6-rubygem-rack-protection-doc' 'ruby2.6-rubygem-rack-proxy' 'ruby2.6-rubygem-rack-proxy-doc' 'ruby2.6-rubygem-rack-proxy-testsuite' 'ruby2.6-rubygem-rack-ssl' 'ruby2.6-rubygem-rack-ssl-1_3' 'ruby2.6-rubygem-rack-ssl-doc' 'ruby2.6-rubygem-rack-ssl-doc-1_3' 'ruby2.6-rubygem-rack-test-0_6' 'ruby2.6-rubygem-rack-test-doc-0_6' 'ruby2.6-rubygem-rack-test-testsuite-0_6' 'ruby2.6-rubygem-rack-testsuite-1_3' 'ruby2.6-rubygem-rack-testsuite-1_4' 'ruby2.6-rubygem-rack-testsuite-1_6' 'ruby2.6-rubygem-rack-testsuite-2.0' 'ruby2.6-rubygem-rails-5.2' 'ruby2.6-rubygem-rails-5_1' 'ruby2.6-rubygem-rails-6.0' 'ruby2.6-rubygem-rails-deprecated_sanitizer' 'ruby2.6-rubygem-rails-deprecated_sanitizer-doc' 'ruby2.6-rubygem-rails-deprecated_sanitizer-testsuite' 'ruby2.6-rubygem-rails-doc-5.2' 'ruby2.6-rubygem-rails-doc-5_1' 'ruby2.6-rubygem-rails-doc-6.0' 'ruby2.6-rubygem-rails-dom-testing' 'ruby2.6-rubygem-rails-dom-testing-doc' 'ruby2.6-rubygem-rails-dom-testing-testsuite' 'ruby2.6-rubygem-rails-html-sanitizer' 'ruby2.6-rubygem-rails-html-sanitizer-doc' 'ruby2.6-rubygem-rails-html-sanitizer-testsuite' 'ruby2.6-rubygem-rails-i18n' 'ruby2.6-rubygem-rails-i18n-doc' 'ruby2.6-rubygem-rails_stdout_logging' 'ruby2.6-rubygem-rails_stdout_logging-doc' 'ruby2.6-rubygem-rails_stdout_logging-testsuite' 'ruby2.6-rubygem-railties-5.2' 'ruby2.6-rubygem-railties-5_1' 'ruby2.6-rubygem-railties-6.0' 'ruby2.6-rubygem-railties-doc-5.2' 'ruby2.6-rubygem-railties-doc-5_1' 'ruby2.6-rubygem-railties-doc-6.0' 'ruby2.6-rubygem-rainbow' 'ruby2.6-rubygem-rainbow-doc' 'ruby2.6-rubygem-rainbow-testsuite' 'ruby2.6-rubygem-raindrops' 'ruby2.6-rubygem-raindrops-doc' 'ruby2.6-rubygem-raindrops-testsuite' 'ruby2.6-rubygem-rake-11_3' 'ruby2.6-rubygem-rake-12.3' 'ruby2.6-rubygem-rake-12_0' 'ruby2.6-rubygem-rake-compiler' 'ruby2.6-rubygem-rake-compiler-doc' 'ruby2.6-rubygem-rake-compiler-testsuite' 'ruby2.6-rubygem-rake-doc-11_3' 'ruby2.6-rubygem-rake-doc-12.3' 'ruby2.6-rubygem-rake-doc-12_0' 'ruby2.6-rubygem-rb-fsevent' 'ruby2.6-rubygem-rb-fsevent-doc' 'ruby2.6-rubygem-rb-inotify' 'ruby2.6-rubygem-rb-inotify-doc' 'ruby2.6-rubygem-rb-inotify-testsuite' 'ruby2.6-rubygem-rb-kqueue' 'ruby2.6-rubygem-rb-kqueue-doc' 'ruby2.6-rubygem-rb-kqueue-testsuite' 'ruby2.6-rubygem-rdiscount' 'ruby2.6-rubygem-rdiscount-doc' 'ruby2.6-rubygem-rdiscount-testsuite' 'ruby2.6-rubygem-rdoc-4' 'ruby2.6-rubygem-rdoc-doc-4' 'ruby2.6-rubygem-rdoc-testsuite-4' 'ruby2.6-rubygem-responders' 'ruby2.6-rubygem-responders-doc' 'ruby2.6-rubygem-rest-client' 'ruby2.6-rubygem-rest-client-doc' 'ruby2.6-rubygem-rest-client-testsuite' 'ruby2.6-rubygem-restility' 'ruby2.6-rubygem-restility-doc' 'ruby2.6-rubygem-restility-testsuite' 'ruby2.6-rubygem-reverse_markdown' 'ruby2.6-rubygem-reverse_markdown-doc' 'ruby2.6-rubygem-reverse_markdown-testsuite' 'ruby2.6-rubygem-rgen' 'ruby2.6-rubygem-rgen-doc' 'ruby2.6-rubygem-rgen-testsuite' 'ruby2.6-rubygem-rice' 'ruby2.6-rubygem-rice-doc' 'ruby2.6-rubygem-rice-testsuite' 'ruby2.6-rubygem-ronn' 'ruby2.6-rubygem-ronn-doc' 'ruby2.6-rubygem-ronn-testsuite' 'ruby2.6-rubygem-rouge' 'ruby2.6-rubygem-rouge-1' 'ruby2.6-rubygem-rouge-doc' 'ruby2.6-rubygem-rouge-doc-1' 'ruby2.6-rubygem-rpm' 'ruby2.6-rubygem-rpm-doc' 'ruby2.6-rubygem-rpm-testsuite' 'ruby2.6-rubygem-rspec' 'ruby2.6-rubygem-rspec-3_5' 'ruby2.6-rubygem-rspec-core' 'ruby2.6-rubygem-rspec-core-3_5' 'ruby2.6-rubygem-rspec-core-doc' 'ruby2.6-rubygem-rspec-core-doc-3_5' 'ruby2.6-rubygem-rspec-doc' 'ruby2.6-rubygem-rspec-doc-3_5' 'ruby2.6-rubygem-rspec-expectations' 'ruby2.6-rubygem-rspec-expectations-3_5' 'ruby2.6-rubygem-rspec-expectations-doc' 'ruby2.6-rubygem-rspec-expectations-doc-3_5' 'ruby2.6-rubygem-rspec-its' 'ruby2.6-rubygem-rspec-its-doc' 'ruby2.6-rubygem-rspec-its-testsuite' 'ruby2.6-rubygem-rspec-mocks' 'ruby2.6-rubygem-rspec-mocks-3_5' 'ruby2.6-rubygem-rspec-mocks-doc' 'ruby2.6-rubygem-rspec-mocks-doc-3_5' 'ruby2.6-rubygem-rspec-support' 'ruby2.6-rubygem-rspec-support-3_5' 'ruby2.6-rubygem-rspec-support-doc' 'ruby2.6-rubygem-rspec-support-doc-3_5' 'ruby2.6-rubygem-rubocop' 'ruby2.6-rubygem-rubocop-doc' 'ruby2.6-rubygem-ruby-augeas-doc' 'ruby2.6-rubygem-ruby-dbus-doc' 'ruby2.6-rubygem-ruby-dbus-testsuite' 'ruby2.6-rubygem-ruby-filemagic' 'ruby2.6-rubygem-ruby-filemagic-doc' 'ruby2.6-rubygem-ruby-filemagic-testsuite' 'ruby2.6-rubygem-ruby-libvirt' 'ruby2.6-rubygem-ruby-libvirt-doc' 'ruby2.6-rubygem-ruby-openid' 'ruby2.6-rubygem-ruby-openid-doc' 'ruby2.6-rubygem-ruby-openid-testsuite' 'ruby2.6-rubygem-ruby-progressbar' 'ruby2.6-rubygem-ruby-progressbar-doc' 'ruby2.6-rubygem-ruby-shadow' 'ruby2.6-rubygem-ruby-shadow-doc' 'ruby2.6-rubygem-ruby2_keywords' 'ruby2.6-rubygem-ruby2_keywords-doc' 'ruby2.6-rubygem-ruby_dep' 'ruby2.6-rubygem-ruby_dep-1_3' 'ruby2.6-rubygem-ruby_dep-doc' 'ruby2.6-rubygem-ruby_dep-doc-1_3' 'ruby2.6-rubygem-ruby_dig' 'ruby2.6-rubygem-ruby_dig-doc' 'ruby2.6-rubygem-ruby_dig-testsuite' 'ruby2.6-rubygem-ruby_parser' 'ruby2.6-rubygem-ruby_parser-doc' 'ruby2.6-rubygem-ruby_parser-testsuite' 'ruby2.6-rubygem-rubyforge' 'ruby2.6-rubygem-rubyforge-doc' 'ruby2.6-rubygem-rubyforge-testsuite' 'ruby2.6-rubygem-rubyntlm' 'ruby2.6-rubygem-rubyntlm-doc' 'ruby2.6-rubygem-rubyntlm-testsuite' 'ruby2.6-rubygem-rubyzip' 'ruby2.6-rubygem-rubyzip-1.3' 'ruby2.6-rubygem-rubyzip-doc' 'ruby2.6-rubygem-rubyzip-doc-1.3' 'ruby2.6-rubygem-rubyzip-testsuite-1.3' 'ruby2.6-rubygem-safe_yaml' 'ruby2.6-rubygem-safe_yaml-doc' 'ruby2.6-rubygem-safe_yaml-testsuite' 'ruby2.6-rubygem-sass' 'ruby2.6-rubygem-sass-doc' 'ruby2.6-rubygem-sass-listen' 'ruby2.6-rubygem-sass-listen-doc' 'ruby2.6-rubygem-sass-rails' 'ruby2.6-rubygem-sass-rails-5.1' 'ruby2.6-rubygem-sass-rails-doc' 'ruby2.6-rubygem-sass-rails-doc-5.1' 'ruby2.6-rubygem-sassc' 'ruby2.6-rubygem-sassc-doc' 'ruby2.6-rubygem-sassc-rails' 'ruby2.6-rubygem-sassc-rails-doc' 'ruby2.6-rubygem-sassc-rails-testsuite' 'ruby2.6-rubygem-sassc-testsuite' 'ruby2.6-rubygem-sdoc' 'ruby2.6-rubygem-sdoc-doc' 'ruby2.6-rubygem-sdoc-testsuite' 'ruby2.6-rubygem-securecompare' 'ruby2.6-rubygem-securecompare-doc' 'ruby2.6-rubygem-securecompare-testsuite' 'ruby2.6-rubygem-serverengine' 'ruby2.6-rubygem-serverengine-doc' 'ruby2.6-rubygem-serverengine-testsuite' 'ruby2.6-rubygem-sexp_processor' 'ruby2.6-rubygem-sexp_processor-doc' 'ruby2.6-rubygem-sexp_processor-testsuite' 'ruby2.6-rubygem-sigdump' 'ruby2.6-rubygem-sigdump-doc' 'ruby2.6-rubygem-simple_oauth' 'ruby2.6-rubygem-simple_oauth-doc' 'ruby2.6-rubygem-simplecov' 'ruby2.6-rubygem-simplecov-doc' 'ruby2.6-rubygem-simplecov-html' 'ruby2.6-rubygem-simplecov-html-doc' 'ruby2.6-rubygem-simplecov-html-testsuite' 'ruby2.6-rubygem-simpleidn-doc' 'ruby2.6-rubygem-sinatra' 'ruby2.6-rubygem-sinatra-doc' 'ruby2.6-rubygem-slim' 'ruby2.6-rubygem-slim-doc' 'ruby2.6-rubygem-slim-testsuite' 'ruby2.6-rubygem-slop' 'ruby2.6-rubygem-slop-3' 'ruby2.6-rubygem-slop-3_3' 'ruby2.6-rubygem-slop-doc' 'ruby2.6-rubygem-slop-doc-3' 'ruby2.6-rubygem-slop-doc-3_3' 'ruby2.6-rubygem-slop-testsuite' 'ruby2.6-rubygem-slop-testsuite-3' 'ruby2.6-rubygem-slop-testsuite-3_3' 'ruby2.6-rubygem-spring' 'ruby2.6-rubygem-spring-doc' 'ruby2.6-rubygem-spring-watcher-listen' 'ruby2.6-rubygem-spring-watcher-listen-doc' 'ruby2.6-rubygem-spring-watcher-listen-testsuite' 'ruby2.6-rubygem-sprockets' 'ruby2.6-rubygem-sprockets-2_1' 'ruby2.6-rubygem-sprockets-2_2' 'ruby2.6-rubygem-sprockets-3.7' 'ruby2.6-rubygem-sprockets-doc' 'ruby2.6-rubygem-sprockets-doc-2_1' 'ruby2.6-rubygem-sprockets-doc-2_2' 'ruby2.6-rubygem-sprockets-doc-3.7' 'ruby2.6-rubygem-sprockets-helpers' 'ruby2.6-rubygem-sprockets-helpers-doc' 'ruby2.6-rubygem-sprockets-helpers-testsuite' 'ruby2.6-rubygem-sprockets-rails' 'ruby2.6-rubygem-sprockets-rails-doc' 'ruby2.6-rubygem-sqlite3' 'ruby2.6-rubygem-sqlite3-doc' 'ruby2.6-rubygem-sqlite3-testsuite' 'ruby2.6-rubygem-sshkit' 'ruby2.6-rubygem-sshkit-doc' 'ruby2.6-rubygem-sshkit-testsuite' 'ruby2.6-rubygem-stackdeck' 'ruby2.6-rubygem-stackdeck-doc' 'ruby2.6-rubygem-stackdeck-testsuite' 'ruby2.6-rubygem-stomp' 'ruby2.6-rubygem-stomp-doc' 'ruby2.6-rubygem-stomp-testsuite' 'ruby2.6-rubygem-strptime' 'ruby2.6-rubygem-strptime-doc' 'ruby2.6-rubygem-swd' 'ruby2.6-rubygem-swd-doc' 'ruby2.6-rubygem-swd-testsuite' 'ruby2.6-rubygem-systemu' 'ruby2.6-rubygem-systemu-doc' 'ruby2.6-rubygem-systemu-testsuite' 'ruby2.6-rubygem-taskjuggler' 'ruby2.6-rubygem-taskjuggler-doc' 'ruby2.6-rubygem-taskjuggler-testsuite' 'ruby2.6-rubygem-temple' 'ruby2.6-rubygem-temple-doc' 'ruby2.6-rubygem-temple-testsuite' 'ruby2.6-rubygem-term-ansicolor' 'ruby2.6-rubygem-term-ansicolor-doc' 'ruby2.6-rubygem-text' 'ruby2.6-rubygem-text-doc' 'ruby2.6-rubygem-text-hyphen' 'ruby2.6-rubygem-text-hyphen-doc' 'ruby2.6-rubygem-text-hyphen-testsuite' 'ruby2.6-rubygem-text-testsuite' 'ruby2.6-rubygem-thor' 'ruby2.6-rubygem-thor-0_19' 'ruby2.6-rubygem-thor-doc' 'ruby2.6-rubygem-thor-doc-0_19' 'ruby2.6-rubygem-thread_safe' 'ruby2.6-rubygem-thread_safe-doc' 'ruby2.6-rubygem-thread_safe-testsuite' 'ruby2.6-rubygem-tilt' 'ruby2.6-rubygem-tilt-1_1' 'ruby2.6-rubygem-tilt-1_4' 'ruby2.6-rubygem-tilt-doc' 'ruby2.6-rubygem-tilt-doc-1_1' 'ruby2.6-rubygem-tilt-doc-1_4' 'ruby2.6-rubygem-tilt-testsuite-1_1' 'ruby2.6-rubygem-tilt-testsuite-1_4' 'ruby2.6-rubygem-timers' 'ruby2.6-rubygem-timers-doc' 'ruby2.6-rubygem-timers-testsuite' 'ruby2.6-rubygem-tins' 'ruby2.6-rubygem-tins-doc' 'ruby2.6-rubygem-tmuxinator' 'ruby2.6-rubygem-tmuxinator-doc' 'ruby2.6-rubygem-tmuxinator-testsuite' 'ruby2.6-rubygem-tomlrb' 'ruby2.6-rubygem-tomlrb-doc' 'ruby2.6-rubygem-treetop' 'ruby2.6-rubygem-treetop-1_4' 'ruby2.6-rubygem-treetop-doc' 'ruby2.6-rubygem-treetop-doc-1_4' 'ruby2.6-rubygem-treetop-testsuite-1_4' 'ruby2.6-rubygem-trollop' 'ruby2.6-rubygem-trollop-doc' 'ruby2.6-rubygem-trollop-testsuite' 'ruby2.6-rubygem-turbolinks' 'ruby2.6-rubygem-turbolinks-doc' 'ruby2.6-rubygem-turbolinks-source' 'ruby2.6-rubygem-turbolinks-source-doc' 'ruby2.6-rubygem-tzinfo' 'ruby2.6-rubygem-tzinfo-0' 'ruby2.6-rubygem-tzinfo-1.2' 'ruby2.6-rubygem-tzinfo-data' 'ruby2.6-rubygem-tzinfo-data-doc' 'ruby2.6-rubygem-tzinfo-doc' 'ruby2.6-rubygem-tzinfo-doc-0' 'ruby2.6-rubygem-tzinfo-doc-1.2' 'ruby2.6-rubygem-tzinfo-testsuite-0' 'ruby2.6-rubygem-tzinfo-testsuite-1.2' 'ruby2.6-rubygem-uglifier' 'ruby2.6-rubygem-uglifier-doc' 'ruby2.6-rubygem-unf-doc' 'ruby2.6-rubygem-unf-testsuite' 'ruby2.6-rubygem-unf_ext-doc' 'ruby2.6-rubygem-unf_ext-testsuite' 'ruby2.6-rubygem-unicode-display_width' 'ruby2.6-rubygem-unicode-display_width-doc' 'ruby2.6-rubygem-unicorn' 'ruby2.6-rubygem-unicorn-doc' 'ruby2.6-rubygem-unicorn-testsuite' 'ruby2.6-rubygem-unicorn-worker-killer' 'ruby2.6-rubygem-unicorn-worker-killer-doc' 'ruby2.6-rubygem-url_safe_base64' 'ruby2.6-rubygem-url_safe_base64-doc' 'ruby2.6-rubygem-url_safe_base64-testsuite' 'ruby2.6-rubygem-vagrant-spec' 'ruby2.6-rubygem-vagrant-spec-doc' 'ruby2.6-rubygem-vagrant-spec-testsuite' 'ruby2.6-rubygem-vagrant_cloud' 'ruby2.6-rubygem-vagrant_cloud-doc' 'ruby2.6-rubygem-validate_email' 'ruby2.6-rubygem-validate_email-doc' 'ruby2.6-rubygem-validate_url' 'ruby2.6-rubygem-validate_url-doc' 'ruby2.6-rubygem-virtus' 'ruby2.6-rubygem-virtus-doc' 'ruby2.6-rubygem-virtus-testsuite' 'ruby2.6-rubygem-warden' 'ruby2.6-rubygem-warden-doc' 'ruby2.6-rubygem-web-console' 'ruby2.6-rubygem-web-console-2' 'ruby2.6-rubygem-web-console-doc' 'ruby2.6-rubygem-web-console-doc-2' 'ruby2.6-rubygem-webfinger' 'ruby2.6-rubygem-webfinger-doc' 'ruby2.6-rubygem-webfinger-testsuite' 'ruby2.6-rubygem-webmock-1_2' 'ruby2.6-rubygem-webmock-2_3' 'ruby2.6-rubygem-webmock-doc-1_2' 'ruby2.6-rubygem-webmock-doc-2_3' 'ruby2.6-rubygem-webmock-testsuite-1_2' 'ruby2.6-rubygem-webmock-testsuite-2_3' 'ruby2.6-rubygem-webpacker' 'ruby2.6-rubygem-webpacker-doc' 'ruby2.6-rubygem-webpacker-testsuite' 'ruby2.6-rubygem-websocket' 'ruby2.6-rubygem-websocket-doc' 'ruby2.6-rubygem-websocket-driver' 'ruby2.6-rubygem-websocket-driver-0_6' 'ruby2.6-rubygem-websocket-driver-doc' 'ruby2.6-rubygem-websocket-driver-doc-0_6' 'ruby2.6-rubygem-websocket-extensions' 'ruby2.6-rubygem-websocket-extensions-doc' 'ruby2.6-rubygem-websocket-testsuite' 'ruby2.6-rubygem-winrm-2_1' 'ruby2.6-rubygem-winrm-doc-2_1' 'ruby2.6-rubygem-winrm-elevated' 'ruby2.6-rubygem-winrm-elevated-doc' 'ruby2.6-rubygem-winrm-fs' 'ruby2.6-rubygem-winrm-fs-doc' 'ruby2.6-rubygem-xdg' 'ruby2.6-rubygem-xdg-2' 'ruby2.6-rubygem-xdg-doc' 'ruby2.6-rubygem-xdg-doc-2' 'ruby2.6-rubygem-xdg-testsuite-2' 'ruby2.6-rubygem-xml-simple' 'ruby2.6-rubygem-xml-simple-doc' 'ruby2.6-rubygem-xmlhash' 'ruby2.6-rubygem-xmlhash-doc' 'ruby2.6-rubygem-xmlhash-testsuite' 'ruby2.6-rubygem-yajl-ruby' 'ruby2.6-rubygem-yajl-ruby-doc' 'ruby2.6-rubygem-yajl-ruby-testsuite' 'ruby2.6-rubygem-yard' 'ruby2.6-rubygem-yard-doc' 'ruby2.6-rubygem-yard-testsuite' 'ruby2.6-rubygem-yast-rake' 'ruby2.6-rubygem-yast-rake-doc' 'ruby2.6-rubygem-zeitwerk' 'ruby2.6-rubygem-zeitwerk-doc' 'rubygem-builder-3_0' 'rubygem-builder-3_0-doc' 'rubygem-builder-3_0-testsuite' 'rubygem-cancan' 'rubygem-cancan-doc' 'rubygem-cancan-testsuite' 'rubygem-docker-api' 'rubygem-docker-api-doc' 'rubygem-docker-api-testsuite' 'rubygem-gettext_activerecord' 'rubygem-gettext_activerecord-doc' 'rubygem-gettext_activerecord-testsuite' 'rubygem-libguestfs' 'rubygem-libwebsocket' 'rubygem-libwebsocket-doc' 'rubygem-libwebsocket-testsuite' 'rubygem-mail-2_4' 'rubygem-mail-2_4-doc' 'rubygem-passenger' 'rubygem-passenger-apache2' 'rubygem-passenger-nginx' 'rubygem-ruby-fcgi' 'rubygem-ruby-fcgi-doc' 'rubygem-ruby-fcgi-testsuite' 'rubygem-sexp_processor-3_2' 'rubygem-sexp_processor-3_2-doc' 'rubygem-sexp_processor-3_2-testsuite' 'rubygem-shoes' 'rubygem-shoes-doc' 'rubygem-shoes-testsuite' 'rubygem-taskjuggler' 'runawk' 'runawk-examples' 'runc-test' 'rungetty' 'rust' 'rust-analysis' 'rust-cbindgen' 'rust-doc' 'rust-gdb' 'rust-packaging' 'rust-src' 'rust-srpm-macros' 'rust-std-static' 'rustfmt' 'rxp' 'rxtx-java' 'rxtx-java-javadoc' 'rxvt-unicode' 'rygel' 'rygel-devel' 'rygel-lang' 'rygel-plugin-gstreamer-renderer' 'rygel-plugin-tracker' 'rypper' 'rzip' 'rzsz' 's-tui' 's3backer' 's3fs' 'sablot' 'sablot-devel' 'sac-javadoc' 'sacad' 'saidar' 'sakura' 'sakura-lang' 'salt' 'salt-api' 'salt-bash-completion' 'salt-cloud' 'salt-doc' 'salt-fish-completion' 'salt-master' 'salt-minion' 'salt-proxy' 'salt-shaptools' 'salt-ssh' 'salt-standalone-formulas-configuration' 'salt-syndic' 'salt-zsh-completion' 'samba-ad-dc' 'samba-ad-dc-32bit' 'samba-ceph' 'samba-core-devel' 'samba-doc' 'samba-dsdb-modules' 'samba-krb-printing' 'samba-libs-python3-32bit' 'samba-test' 'samplicator' 'samtools' 'sane-backends-devel' 'sane-backends-devel-32bit' 'sanlk-reset' 'sanlock' 'sanlock-devel' 'saphanabootstrap-formula' 'sapnwbootstrap-formula' 'sar2' 'sar2-data' 'sarg' 'sassc' 'sat4j' 'savannahice' 'savannahice' 'savannahice-debuginfo' 'savannahice-debugsource' 'saweri-fonts' 'sawfish' 'sawfish-devel' 'sawfish-pager' 'sawfish-sounds' 'sax3' 'saxon6' 'saxon6-aelfred' 'saxon6-demo' 'saxon6-fop' 'saxon6-javadoc' 'saxon6-jdom' 'saxon6-manual' 'saxon6-scripts' 'saxon8' 'saxon8-demo' 'saxon8-dom' 'saxon8-javadoc' 'saxon8-jdom' 'saxon8-manual' 'saxon8-scripts' 'saxon8-sql' 'saxon8-xom' 'saxon8-xpath' 'saxon9' 'saxon9-demo' 'saxon9-javadoc' 'saxon9-manual' 'saxon9-scripts' 'saxpath' 'sazanami-fonts' 'sbc-devel' 'sbcl' 'sbd' 'sbd-devel' 'sbiload' 'sbinary' 'sbinary-javadoc' 'sbl' 'sbl-orca' 'sblim-cim-client2' 'sblim-cim-client2-javadoc' 'sblim-cim-client2-manual' 'sblim-cmpi-base' 'sblim-cmpi-base-devel' 'sblim-cmpi-base-testsuite' 'sblim-cmpi-c++-devel' 'sblim-cmpi-devel' 'sblim-cmpi-ssh_service_profile' 'sblim-cmpiutil-devel' 'sblim-indication_helper' 'sblim-indication_helper-devel' 'sblim-sfcCommon-devel' 'sblim-sfcb' 'sblim-sfcc-devel' 'sblim-testsuite' 'sblim-tools-libra-devel' 'sblim-wbemcli' 'sbt' 'sbt-launcher' 'sbt-launcher-interface' 'sbt-launcher-javadoc' 'sc' 'sc-controller' 'sca-appliance-agent' 'sca-appliance-broker' 'sca-appliance-common' 'sca-appliance-patdev' 'sca-patterns-base' 'sca-patterns-edir' 'sca-patterns-filr' 'sca-patterns-groupwise' 'sca-patterns-hae' 'sca-patterns-oes' 'sca-patterns-sle09' 'sca-patterns-sle10' 'sca-patterns-sle11' 'sca-patterns-sle12' 'sca-patterns-sle15' 'sca-patterns-suma' 'sca-server-report' 'scala' 'scala-apidoc' 'scala-maven-plugin' 'scala-maven-plugin-javadoc' 'scala-pickling' 'scala-stm' 'scala-stm-javadoc' 'scala-swing' 'scalapack-mvapich2-test' 'scalapack-openmpi1-test' 'scalapack-openmpi2-test' 'scalapack-openmpi3-test' 'scalapack_2_1_0-gnu-mpich-hpc-module' 'scalapack_2_1_0-gnu-mpich-hpc-test' 'scalapack_2_1_0-gnu-mvapich2-hpc-module' 'scalapack_2_1_0-gnu-mvapich2-hpc-test' 'scalapack_2_1_0-gnu-openmpi1-hpc-module' 'scalapack_2_1_0-gnu-openmpi1-hpc-test' 'scalapack_2_1_0-gnu-openmpi2-hpc-module' 'scalapack_2_1_0-gnu-openmpi2-hpc-test' 'scalapack_2_1_0-gnu-openmpi3-hpc-module' 'scalapack_2_1_0-gnu-openmpi3-hpc-test' 'scalpel' 'scamper' 'scanmem' 'scantailor' 'scap-workbench' 'scap-workbench-doc' 'scat' 'sccs' 'scdl' 'scdoc' 'schedtool' 'schedtop' 'schemaspy' 'scheme48' 'scheme48-devel' 'scheme48-doc' 'scheme48-prescheme' 'scheme48-vm' 'schily-mt' 'schily-rmt' 'schismtracker' 'schroedinger-devel' 'schroedinger-doc' 'scid' 'scid' 'scid-debuginfo' 'scid-debugsource' 'scidavis' 'scidavis-lang' 'scilab' 'scilab-devel' 'scilab-lang' 'scilab-modules' 'scilab-modules-doc' 'scilab-modules-doc-lang' 'scilab-tests' 'scim' 'scim-32bit' 'scim-anthy' 'scim-bridge' 'scim-bridge-gtk2' 'scim-bridge-gtk2-32bit' 'scim-canna' 'scim-chewing' 'scim-devel' 'scim-gtk' 'scim-gtk-32bit' 'scim-gtk3' 'scim-gtk3-32bit' 'scim-hangul' 'scim-input-pad' 'scim-lang' 'scim-m17n' 'scim-pinyin' 'scim-skk' 'scim-sunpinyin' 'scim-tables' 'scim-tables-additional' 'scim-tables-ja' 'scim-tables-ko' 'scim-tables-lang' 'scim-tables-zh' 'scim-tomoe' 'scim-uim' 'scim-unikey' 'scirenderer' 'scirenderer-javadoc' 'scite' 'scmon' 'scons' 'scorpio22' 'scorpio22' 'scorpio22-debuginfo' 'scorpio22-debugsource' 'scorpio23' 'scorpio23' 'scorpio23-debuginfo' 'scorpio23-debugsource' 'scorpio24' 'scorpio24' 'scorpio24-debuginfo' 'scorpio24-debugsource' 'scorpio25' 'scorpio25' 'scorpio25-debuginfo' 'scorpio25-debugsource' 'scorpio26' 'scorpio26' 'scorpio26-debuginfo' 'scorpio26-debugsource' 'scotch' 'scotch-devel' 'scotch-devel-static' 'scotch-metis-devel' 'screen-message' 'screencast' 'screencast-lang' 'screenfetch' 'screengen' 'screengen' 'screengen-debuginfo' 'screengen-debugsource' 'screengrab' 'screengrab-lang' 'scribus' 'scribus' 'scribus-debuginfo' 'scribus-doc' 'scrot' 'scrub' 'scrypt' 'scsh' 'scsh-base' 'scsirastools' 'scsires' 'scummvm' 'scummvm' 'scummvm-debuginfo' 'scummvm-debugsource' 'scummvm-extra' 'scummvm-extra-debuginfo' 'scummvm-tools' 'sd-mux-ctrl' 'sdcc' 'sdcc-doc' 'sdcc-libc-sources' 'sdcv' 'sddm-branding-upstream' 'sdl-asylum' 'sdl-ball' 'sdl_bomber' 'sdlpop' 'sdlscavenger' 'sdparm' 'seafile' 'seafile-client' 'seafile-devel' 'seahorse' 'seahorse-daemon' 'seahorse-lang' 'seahorse-nautilus-lang' 'seahorse-sharing' 'seahorse-sharing-lang' 'seccheck' 'sedutil' 'segment' 'segment-javadoc' 'segv_handler' 'selene' 'selene' 'selene-debuginfo' 'selene-debugsource' 'selene-lang' 'selinux-tools' 'semantik' 'sendfax' 'sendmail' 'sendmail-devel' 'sendmail-starttls' 'sendxmpp' 'sensord' 'seq24' 'ser2net' 'serd-devel' 'serdi' 'serialdv-devel' 'serialization' 'sersniff' 'servicemenu-pdf' 'servicemenu-pdf' 'servletapi4' 'servletapi4-javadoc' 'servletapi5' 'sesdev' 'sesdev-qa' 'setconf' 'setools-console' 'setools-gui' 'sev-tool' 'sfftobmp' 'sffview' 'sfml2-devel' 'sfml2-doc' 'sgi-bitmap-fonts' 'sgmltool' 'sgmltool-latex' 'sgmltools-lite' 'sgpio' 'sgrep' 'sha1collisiondetection' 'shaderc' 'shaderc-devel' 'shadowdive-devel' 'shadowsocks-libev' 'shadowsocks-libev-devel' 'shadowsocks-libev-doc' 'shairplay' 'shairplay' 'shairplay-debuginfo' 'shairplay-debugsource' 'shairplay-devel' 'shairport-sync' 'shapelib' 'shared-color-targets' 'shellementary' 'shepherd' 'shepherd-bins' 'shibboleth-sp' 'shibboleth-sp-devel' 'shigofumi' 'shlomif-cmake-modules' 'shntool' 'shorewall' 'shorewall-core' 'shorewall-docs' 'shorewall-init' 'shorewall-lite' 'shorewall6' 'shorewall6-lite' 'shorten' 'shorten' 'shorten-debuginfo' 'shorten-debugsource' 'shotcut' 'shotcut-lang' 'shotwell' 'shotwell-lang' 'shoutsend' 'shoutsend' 'shoutsend-debuginfo' 'shoutsend-debugsource' 'showfont' 'showfoto' 'showfoto-debuginfo' 'shp' 'shunit2' 'shutdownscheduler' 'shutdownscheduler-lang' 'shutter' 'shutter-lang' 'siege' 'sierra-gtk-theme' 'siga' 'sigil' 'signify' 'signing-party' 'signon-plugin-oauth2-devel' 'signon-plugins-32bit' 'signon-plugins-devel' 'signon-plugins-docs' 'signond-docs' 'signond-libs-32bit' 'signond-libs-devel' 'signpost-commonshttp4' 'signpost-core' 'signpost-core-javadoc' 'sigrok-cli' 'sigrok-firmware-fx2lafw' 'sil-abyssinica-fonts' 'sil-andika-fonts' 'sil-charis-fonts' 'sil-doulos-fonts' 'sil-gentium-fonts' 'sil-mondulkiri-fonts' 'sil-padauk-fonts' 'simh' 'simple-ccsm' 'simple-ccsm-lang' 'simple-mtpfs' 'simple-obfs' 'simple-obfs-doc' 'simple-scan' 'simple-scan-lang' 'simplescreenrecorder' 'simtrace2' 'singularity' 'sipcalc' 'sipp' 'siproxd' 'siproxd-doc' 'sipsak' 'siren' 'siren' 'siren-debuginfo' 'siren-debugsource' 'sisctrl' 'sispmctl' 'sispmctl-devel' 'sisu-inject' 'sisu-javadoc' 'sisu-plexus' 'sitar' 'sitecopy' 'sitecopy-lang' 'sk1' 'skanlite' 'skanlite-debuginfo' 'skanlite-debugsource' 'skelcd-control-Kubic' 'skelcd-control-MicroOS' 'skelcd-control-openSUSE-promo' 'skelcd-fallbackrepo-openSUSE' 'skelcd-installer-Kubic' 'skelcd-installer-MicroOS' 'skelcd-installer-net-Kubic' 'skelcd-installer-net-MicroOS' 'skelcd-installer-net-openSUSE' 'skelcd-installer-openSUSE' 'ski' 'skinlf' 'skinlf-demo' 'skinlf-javadoc' 'skkdic' 'skkdic-extra' 'skopeo' 'skrooge' 'skrooge' 'skrooge-debuginfo' 'skrooge-debugsource' 'skrooge-lang' 'sl' 'slade' 'slang-devel' 'slang-slsh' 'sleuth' 'sleuthkit' 'sleuthkit-devel' 'slf4j' 'slf4j-ext' 'slf4j-javadoc' 'slf4j-jcl' 'slf4j-jdk14' 'slf4j-log4j12' 'slf4j-manual' 'slf4j-sources' 'slib' 'slop' 'slop-devel' 'sloppy022' 'sloppy022' 'sloppy022-debuginfo' 'sloppy022-debugsource' 'slowmoVideo' 'slowmoVideo' 'slowmoVideo-debuginfo' 'slowmoVideo-debugsource' 'slrn' 'slrn-lang' 'sluice' 'sluice-bash-completion' 'slurm' 'slurm-auth-none' 'slurm-config' 'slurm-config-man' 'slurm-cray' 'slurm-devel' 'slurm-doc' 'slurm-hdf5' 'slurm-lua' 'slurm-munge' 'slurm-node' 'slurm-openlava' 'slurm-pam_slurm' 'slurm-plugins' 'slurm-rest' 'slurm-seff' 'slurm-sjstat' 'slurm-slurmdbd' 'slurm-sql' 'slurm-sview' 'slurm-torque' 'slurm-webdoc' 'slurp' 'smake' 'smatch' 'smb4k' 'smb4k' 'smb4k-debuginfo' 'smb4k-debugsource' 'smb4k-doc' 'smb4k-lang' 'smbios-utils' 'smc-tools' 'smcroute' 'smem' 'smemstat' 'smemstat-bash-completion' 'smenu' 'smenu-tests' 'smictrl' 'smillaenlarger' 'smilutils' 'smlnj' 'smplayer' 'smplayer-lang' 'smplayer-skins' 'smplayer-skins' 'smplayer-theme-leo' 'smplayer-theme-leo' 'smplayer-themes' 'smplayer-themes' 'smproxy' 'smssend' 'smtpping' 'smtube' 'smtube' 'smtube-debuginfo' 'smtube-debugsource' 'smtube-lang' 'smuxi' 'smuxi-engine' 'smuxi-engine-campfire' 'smuxi-engine-campfire-lang' 'smuxi-engine-irc' 'smuxi-engine-irc-lang' 'smuxi-engine-jabbr' 'smuxi-engine-jabbr-lang' 'smuxi-engine-lang' 'smuxi-engine-twitter' 'smuxi-engine-twitter-lang' 'smuxi-engine-xmpp' 'smuxi-engine-xmpp-lang' 'smuxi-frontend' 'smuxi-frontend-gnome' 'smuxi-frontend-gnome-irc' 'smuxi-frontend-gnome-irc-lang' 'smuxi-frontend-gnome-lang' 'smuxi-frontend-gnome-twitter' 'smuxi-frontend-gnome-twitter-lang' 'smuxi-frontend-gnome-xmpp' 'smuxi-frontend-gnome-xmpp-lang' 'smuxi-frontend-lang' 'smuxi-frontend-stfl' 'smuxi-message-buffer' 'smuxi-message-buffer-lang' 'smuxi-server' 'smuxi-server-lang' 'snack' 'snakeyaml' 'snakeyaml-javadoc' 'snapper-testsuite' 'snappy-devel' 'snd' 'snd_sf2' 'sndio' 'sndio-devel' 'sngrep' 'snipl' 'snmpsim' 'snorenotify-qt5' 'snorenotify-qt5-devel' 'snowmix' 'snowmix' 'snowmix-debuginfo' 'snowmix-debugsource' 'soapy-osmo-devel' 'soapy-sdr' 'soapy-sdr-devel' 'soapysdr0.7-module-airspy' 'soapysdr0.7-module-bladerf' 'soapysdr0.7-module-freesrp' 'soapysdr0.7-module-hackrf' 'soapysdr0.7-module-lms7' 'soapysdr0.7-module-mirisdr' 'soapysdr0.7-module-osmosdr' 'soapysdr0.7-module-remote' 'soapysdr0.7-module-rtlsdr' 'soapysdr0.7-module-uhd' 'soapysdr0.7-module-xtrx' 'sobby' 'socat' 'socket_wrapper' 'sof-firmware' 'sofia-sip' 'sofia-sip-devel' 'softhsm' 'softhsm-devel' 'solaar' 'solaar-doc' 'solaar-udev' 'solarfighter' 'solarus' 'solarus-devel' 'solarus-gui' 'solarus-gui-lang' 'solarus-quest-editor' 'solarus-quest-editor-assets' 'solarus-quest-editor-lang' 'solarwolf' 'solarwolf_we' 'solfege' 'solid-devel' 'solid-devel-32bit' 'solo-udev' 'something-for-reddit' 'sonar-icon-theme' 'sonatype-oss-parent' 'sonatype-plugins-parent' 'sonic-visualiser' 'sonnet-devel' 'sonnet-devel-32bit' 'sonobuoy' 'sooperlooper' 'sooperlooper' 'sooperlooper-debuginfo' 'sooperlooper-debugsource' 'sopwith' 'sord' 'sord-devel' 'sound-juicer' 'sound-juicer-lang' 'sound-theme-yaru' 'soundconverter' 'soundconverter-lang' 'soundio' 'soundio-debugsource' 'soundkonverter' 'soundkonverter' 'soundkonverter-debuginfo' 'soundkonverter-debugsource' 'soundtouch' 'soundtouch-devel' 'soup-sharp' 'soup-sharp-devel' 'source-highlight' 'source-highlight-cgi' 'sox' 'sox-debuginfo' 'sox-debugsource' 'sox-devel' 'soxr-devel' 'spacefm' 'spacefm-lang' 'spacenavd' 'spamassassin' 'spandsp-devel' 'spandsp-doc' 'sparse' 'sparse-inspect' 'sparse-llvm' 'sparsehash-devel' 'spatialindex-devel' 'spawn-fcgi' 'spdlog-devel' 'spdylay' 'spdylay-devel' 'spec-cleaner' 'spec-cleaner-format_spec_file' 'spec-version-maven-plugin' 'spec-version-maven-plugin-javadoc' 'spectacle-doc' 'spectator' 'spectcl' 'speech-dispatcher' 'speech-dispatcher-configure' 'speech-dispatcher-module-espeak' 'speedcrunch' 'speedcrunch' 'speedcrunch-debuginfo' 'speedcrunch-debugsource' 'speex' 'speex-devel' 'speexdsp-devel' 'spek' 'spek-debuginfo' 'spek-debugsource' 'spek-lang' 'spew' 'spglib-devel' 'sphinx' 'sphinxbase' 'sphinxbase-devel' 'sphinxbase5' 'sphinxbase5-devel' 'spi-tools' 'spice-gtk' 'spice-gtk-devel' 'spice-gtk-lang' 'spice-html5' 'spice-parent' 'spice-protocol-devel' 'spice-up' 'spice-up-lang' 'spice-vdagent' 'spice-webdavd' 'spirv-cross' 'spirv-headers' 'spirv-tools' 'spirv-tools-devel' 'spirv-tools-devel-32bit' 'splint' 'splinter-devel' 'splix' 'spotify-easyrpm' 'spotify-installer' 'spotify-installer' 'spotify-installer-debugsource' 'spread-sheet-widget-devel' 'spu-tools' 'spyder' 'spyder-dicom' 'spyder-hdf5' 'spyder-lang' 'spyder-line-profiler' 'spyder-memory-profiler' 'spyder-notebook' 'spyder-terminal' 'sql-parser-devel' 'sqlcipher' 'sqlcipher-devel' 'sqlite3-devel' 'sqlite3-doc' 'sqliteman' 'sqliteodbc' 'sqliteodbc-doc' 'sqlitestudio' 'sqlitestudio' 'sqtop' 'squid' 'squidGuard' 'squidGuard-doc' 'squidview' 'squirrel' 'squirrel-devel' 'squirrel-devel-static' 'squirrel-doc' 'squirrel-examples' 'sratom-devel' 'src_vipa' 'srecord' 'srecord-devel' 'srecord-doc' 'srm' 'srp_daemon' 'srt' 'srt-devel' 'sscape-ctl' 'ssdeep' 'ssdp-responder' 'ssh-audit' 'ssh-contact' 'ssh-contact-client' 'ssh-contact-service' 'ssh-tools' 'sshguard' 'sshuttle' 'ssl-cert-check' 'ssldump' 'sslh' 'sslscan' 'sssd' 'sssd-32bit' 'sssd-ad' 'sssd-dbus' 'sssd-ipa' 'sssd-krb5' 'sssd-krb5-common' 'sssd-ldap' 'sssd-proxy' 'sssd-tools' 'sssd-wbclient' 'sssd-wbclient-devel' 'sssd-winbind-idmap' 'st' 'staging-build-key' 'stalonetray' 'stan' 'stardict' 'stardict-dic-enru-engcom' 'stardict-dic-enru-mueller7' 'stardict-sounds-wyabdcrealpeopletts' 'stardict-tools' 'starfighter' 'startup-notification-devel' 'statgrab' 'statserial' 'stax-ex' 'stax-ex-javadoc' 'stax2-api' 'stax2-api-javadoc' 'stb-devel' 'stdman' 'steam-controller' 'steam-vr' 'steamcmd' 'steinberg-bravura-fonts' 'step' 'step-lang' 'stgit' 'stix-integrals-fonts' 'stix-pua-fonts' 'stix-sizes-fonts' 'stix-variants-fonts' 'stlink' 'stlink-devel' 'stlink-gui' 'stm32flash' 'stockfish' 'stoken' 'stoken-devel' 'stoken-gui' 'storage-fixup' 'storeBackup' 'stow' 'stow-doc' 'stp' 'stp-devel' 'strawberry' 'stream' 'streamripper' 'streamripper' 'streamripper-debuginfo' 'streamripper-debugsource' 'streamtuner2' 'streamtuner2' 'stress-ng' 'stress-ng-bash-completion' 'stressapptest' 'string-template-maven-plugin' 'string-template-maven-plugin-javadoc' 'stringtemplate' 'stringtemplate-javadoc' 'stringtemplate4' 'stringtemplate4-javadoc' 'strip-nondeterminism' 'strongswan' 'strongswan-doc' 'strongswan-hmac' 'strongswan-mysql' 'strongswan-nm' 'strongswan-sqlite' 'stunnel' 'stunnel-doc' 'su-wrapper' 'subnetcalc' 'subtitlecomposer' 'subtitlecomposer' 'subtitlecomposer-debuginfo' 'subtitlecomposer-debugsource' 'subtitlecomposer-lang' 'subtitleeditor' 'subtitleeditor-lang' 'subtitleripper' 'subtitleripper' 'subtitleripper-debuginfo' 'subtitleripper-debugsource' 'subunit' 'subunit-devel' 'subunit-filters' 'subunit-shell' 'subversion-devel' 'subversion-doc' 'subversion-python' 'subversion-ruby' 'subversion-server' 'subversion-tools' 'suck' 'sudo-devel' 'sudo-test' 'sudoku-sensei' 'suil-devel' 'suil-plugin-gtk2-in-qt5' 'suil-plugin-qt5-in-gtk2' 'suil-plugin-x11' 'suil-plugin-x11-in-gtk2' 'suil-plugin-x11-in-gtk3' 'suil-plugin-x11-in-qt5' 'suitesparse-devel' 'suitesparse-devel-static' 'sundanese-unicode-fonts' 'sundials-devel' 'sundials-doc' 'sundials-mvapich2-devel' 'sundials-openmpi1-devel' 'sundials-openmpi2-devel' 'sundials-openmpi3-devel' 'sunpinyin-data' 'sunpinyin-devel' 'sunpinyin-tools' 'sunwait' 'sunxi-tools' 'superlu-devel' 'superlu-doc' 'superlu-examples' 'superlu-gnu-hpc-devel' 'superlu-gnu-hpc-doc' 'superlu-gnu-hpc-examples' 'superlu_5_2_1-gnu-hpc-devel' 'superlu_5_2_1-gnu-hpc-doc' 'superlu_5_2_1-gnu-hpc-examples' 'supertux2' 'supertuxkart' 'supertuxkart-data' 'supervisor' 'supportutils' 'surfraw-woffle' 'suru-plus-dark-icon-theme' 'suse-build-key' 'suse-hpc' 'suse-module-tools-legacy' 'suse-prime-bbswitch' 'suse-xsl-stylesheets' 'susefirewall2-to-firewalld' 'suseprime-appindicator' 'sushi' 'sushi-lang' 'svg-schema' 'svg-schema-doc' 'svgcleaner' 'svgcleaner-gui' 'svgpart' 'svgpart-lang' 'sview' 'sview' 'svm-tools' 'svn2git' 'svxlink-server' 'sway' 'swaybg' 'swayidle' 'swayidle-bash-completion' 'swayidle-fish-completion' 'swayidle-zsh-completion' 'swaylock' 'swaylock-bash-completion' 'swaylock-fish-completion' 'swaylock-zsh-completion' 'sweep' 'sweep' 'sweep-debuginfo' 'sweep-debugsource' 'sweeper' 'sweeper-lang' 'swell-foop' 'swell-foop-lang' 'swift-im' 'swiften-devel' 'swig' 'swig-doc' 'swig-examples' 'swing-layout' 'swing-layout-javadoc' 'swing-worker' 'swing-worker-demo' 'swing-worker-javadoc' 'swingx' 'swingx-javadoc' 'switch_sles_sle-hpc' 'switchboard' 'switchboard-devel' 'switchboard-lang' 'switcheroo-control' 'switcheroo-control-doc' 'sword' 'sword-devel' 'swtcalendar' 'swtchart' 'swtchart-javadoc' 'sxhkd' 'sxiv' 'sympol' 'sympol-devel' 'synapse' 'synapse-lang' 'syncthing' 'syncthing-relaysrv' 'syndication-devel' 'synergy' 'synfig' 'synfig' 'synfig-debuginfo' 'synfig-debugsource' 'synfig-devel' 'synfig-doc' 'synfig-lang' 'synfig-modules' 'synfig-modules-debuginfo' 'synfigapp-devel' 'synfigstudio' 'synfigstudio' 'synfigstudio-debuginfo' 'synfigstudio-debugsource' 'synfigstudio-lang' 'synnefo' 'syntax-highlighting-devel' 'syntax-highlighting-devel-32bit' 'sysbench' 'sysdig' 'sysdig-kmp-default' 'sysdig-kmp-pae' 'sysfsutils' 'sysfsutils-32bit' 'sysfsutils-devel' 'sysinfo' 'syslinux6' 'syslog-ng' 'syslog-ng-curl' 'syslog-ng-devel' 'syslog-ng-geoip' 'syslog-ng-java' 'syslog-ng-python' 'syslog-ng-redis' 'syslog-ng-smtp' 'syslog-ng-sql' 'syslogd' 'sysprof' 'sysprof-capture-devel-static' 'sysprof-devel' 'sysprof-lang' 'sysstat-isag' 'system-config-printer' 'system-config-printer-applet' 'system-config-printer-common' 'system-config-printer-common-lang' 'system-config-printer-dbus-service' 'system-group-obsolete' 'system-user-ftp' 'system-user-games' 'system-user-news' 'system-user-srvGeoClue' 'system-user-tss' 'system-user-upsd' 'system-user-uucp' 'system-user-uuidd' 'system-user-wwwrun' 'systemd-coredump' 'systemd-devel' 'systemd-doc' 'systemd-journal-remote' 'systemd-lang' 'systemd-logger' 'systemd-mini-container' 'systemd-portable' 'systemd-presets-branding-MicroOS' 'systemd-presets-branding-transactional-server' 'systemd-ui' 'systemd-zram-service' 'systemsettings5-devel' 'systemtap' 'systemtap-docs' 'systemtap-dtrace' 'systemtap-headers' 'systemtap-runtime' 'systemtap-sdt-devel' 'systemtap-server' 'systester' 'sysuser-tools' 'sz2-devel' 't-prot' 't1utils' 't38modem' 'tabix' 'tachyon' 'tack' 'tagbanwa-fonts' 'taglib' 'taglib-extras' 'taglib-extras-debugsource' 'taglib-extras-devel' 'tagsoup' 'tagsoup-javadoc' 'tai-heritage-pro-fonts' 'taigo' 'taisei' 'taisei-data' 'tali' 'tali-lang' 'talk' 'talk-server' 'talloc-man' 'tallow' 'tamago' 'tamil-gtk2im' 'tamil-gtk2im-32bit' 'tango-icon-theme' 'tanukiwrapper' 'tanukiwrapper-javadoc' 'tanukiwrapper-manual' 'tar-backup-scripts' 'tar-doc' 'tar-tests' 'tardy' 'target-isns' 'targetcli-fb-common' 'taskwarrior' 'tasque' 'tasque-lang' 'tayga' 'tbb-devel' 'tboot' 'tcd' 'tcl-32bit' 'tcl-Hamlib' 'tcl-brlapi' 'tcl-devel' 'tcl-rrdtool' 'tcl-sqlcipher' 'tcl-tktray' 'tcl8-xapian' 'tclap' 'tclap-doc' 'tclcurl' 'tcllib' 'tcludp' 'tclx' 'tcmu-runner' 'tcmu-runner-handler-glusterfs' 'tcmu-runner-handler-rbd' 'tcmu-runner-handler-zbc' 'tcpd' 'tcpd-devel' 'tcpflow' 'tcpreplay' 'tcpser' 'tdb-tools' 'tdiff' 'tdiff-bash-completion' 'tdom' 'tdom-devel' 'tdu' 'tdu' 'tdu-debuginfo' 'tdu-debugsource' 'tea' 'tealdeer' 'teamviewer' 'teamviewer-host' 'teamviewer-host-suse' 'technical_writing' 'technisat-usb2-firmware' 'tecla' 'tecla-devel' 'tecnoballz' 'teeworlds' 'tei-roma' 'tei-xsl-stylesheets' 'tei_4' 'telegraf' 'telegram-desktop' 'telegram-desktop' 'telegram-qt5' 'telegram-qt5-devel' 'telegram-theme-adapta' 'telegram-theme-plata' 'telemetrics-client' 'telemetrics-client-devel' 'telepathy-accounts-signon' 'telepathy-farstream-devel' 'telepathy-gabble' 'telepathy-gabble-xmpp-console' 'telepathy-glib-devel' 'telepathy-glib-doc' 'telepathy-haze' 'telepathy-idle' 'telepathy-logger' 'telepathy-logger-devel' 'telepathy-logger-qt5-devel' 'telepathy-mission-control' 'telepathy-mission-control-devel' 'telepathy-mission-control-plugin-goa' 'telepathy-qt5-devel' 'telepathy-qt5-devel-32bit' 'telepathy-rakia' 'telepathy-rakia-devel' 'telepathy-sipe' 'tellico' 'tellico' 'tellico-debuginfo' 'tellico-debugsource' 'tellico-lang' 'telnet-server' 'template-glib-devel' 'template-glib-lang' 'template-resolver' 'template-resolver-javadoc' 'tennebon-dynamic-wallpaper' 'tensorflow' 'tensorflow-devel' 'tensorflow-doc' 'tensorflow-gnu-hpc' 'tensorflow-gnu-openmpi2-hpc' 'tensorflow-lite' 'tensorflow-lite-devel' 'tensorflow2' 'tensorflow2-devel' 'tensorflow2-doc' 'tensorflow2-gnu-hpc' 'tensorflow2-gnu-openmpi2-hpc' 'tensorflow2-lite' 'tensorflow2-lite-devel' 'tensorflow2_2_1_0-gnu-hpc' 'tensorflow2_2_1_0-gnu-hpc-devel' 'tensorflow2_2_1_0-gnu-hpc-doc' 'tensorflow2_2_1_0-gnu-openmpi2-hpc' 'tensorflow2_2_1_0-gnu-openmpi2-hpc-devel' 'tensorflow2_2_1_0-gnu-openmpi2-hpc-doc' 'tensorflow_1_15_2-gnu-hpc' 'tensorflow_1_15_2-gnu-hpc-devel' 'tensorflow_1_15_2-gnu-openmpi2-hpc' 'tensorflow_1_15_2-gnu-openmpi2-hpc-devel' 'tepl-4-lang' 'tepl-devel' 'termcap' 'termcap-32bit' 'terminator' 'terminator-lang' 'terminatorX' 'terminatorX' 'terminatorX-debuginfo' 'terminatorX-debugsource' 'terminfo-iterm' 'terminology' 'terminology-lang' 'terminology-theme-dark' 'terminology-theme-misc' 'terminology-theme-openSUSE' 'terminology-theme-openSUSE-oliveleaf' 'terminology-theme-upstream' 'terminus' 'terminus-bitmap-fonts' 'terminus-lang' 'termsyn-bitmap-fonts' 'terraform' 'terraform-provider-openstack' 'terraform-provider-vsphere' 'teseq' 'tesla-polyglot' 'tesla-polyglot-atom' 'tesla-polyglot-common' 'tesla-polyglot-common-javadoc' 'tesla-polyglot-groovy' 'tesla-polyglot-javadoc' 'tesla-polyglot-maven-plugin' 'tesla-polyglot-translate-plugin' 'tesla-polyglot-xml' 'tesla-polyglot-yaml' 'tesseract' 'tesseract-data' 'tesseract-ocr' 'tesseract-ocr-devel' 'tesseract-ocr-traineddata-afrikaans' 'tesseract-ocr-traineddata-albanian' 'tesseract-ocr-traineddata-amharic' 'tesseract-ocr-traineddata-arabic' 'tesseract-ocr-traineddata-assamese' 'tesseract-ocr-traineddata-azerbaijani' 'tesseract-ocr-traineddata-azerbaijani_cyrillic' 'tesseract-ocr-traineddata-basque' 'tesseract-ocr-traineddata-belarusian' 'tesseract-ocr-traineddata-bengali' 'tesseract-ocr-traineddata-bosnian' 'tesseract-ocr-traineddata-bulgarian' 'tesseract-ocr-traineddata-burmese' 'tesseract-ocr-traineddata-catalan' 'tesseract-ocr-traineddata-cebuano' 'tesseract-ocr-traineddata-cherokee' 'tesseract-ocr-traineddata-chinese_simplified' 'tesseract-ocr-traineddata-chinese_traditional' 'tesseract-ocr-traineddata-croatian' 'tesseract-ocr-traineddata-czech' 'tesseract-ocr-traineddata-danish' 'tesseract-ocr-traineddata-dutch' 'tesseract-ocr-traineddata-dzongkha' 'tesseract-ocr-traineddata-english' 'tesseract-ocr-traineddata-english_middle' 'tesseract-ocr-traineddata-esperanto' 'tesseract-ocr-traineddata-estonian' 'tesseract-ocr-traineddata-finnish' 'tesseract-ocr-traineddata-frankish' 'tesseract-ocr-traineddata-french' 'tesseract-ocr-traineddata-french_middle' 'tesseract-ocr-traineddata-galician' 'tesseract-ocr-traineddata-georgian' 'tesseract-ocr-traineddata-georgian_old' 'tesseract-ocr-traineddata-german' 'tesseract-ocr-traineddata-greek' 'tesseract-ocr-traineddata-greek_ancient' 'tesseract-ocr-traineddata-gujarati' 'tesseract-ocr-traineddata-haitian' 'tesseract-ocr-traineddata-hebrew' 'tesseract-ocr-traineddata-hindi' 'tesseract-ocr-traineddata-hungarian' 'tesseract-ocr-traineddata-icelandic' 'tesseract-ocr-traineddata-indonese' 'tesseract-ocr-traineddata-inuktitut' 'tesseract-ocr-traineddata-irish' 'tesseract-ocr-traineddata-italian' 'tesseract-ocr-traineddata-italian_old' 'tesseract-ocr-traineddata-japanese' 'tesseract-ocr-traineddata-javanese' 'tesseract-ocr-traineddata-kannada' 'tesseract-ocr-traineddata-kazakh' 'tesseract-ocr-traineddata-khmer' 'tesseract-ocr-traineddata-korean' 'tesseract-ocr-traineddata-kurdish' 'tesseract-ocr-traineddata-kyrgyz' 'tesseract-ocr-traineddata-lao' 'tesseract-ocr-traineddata-latin' 'tesseract-ocr-traineddata-latvian' 'tesseract-ocr-traineddata-lithuanian' 'tesseract-ocr-traineddata-macedonian' 'tesseract-ocr-traineddata-malay' 'tesseract-ocr-traineddata-malayalam' 'tesseract-ocr-traineddata-maltese' 'tesseract-ocr-traineddata-marathi' 'tesseract-ocr-traineddata-math_equation' 'tesseract-ocr-traineddata-nepali' 'tesseract-ocr-traineddata-norwegian' 'tesseract-ocr-traineddata-orientation_and_script_detection' 'tesseract-ocr-traineddata-oriya' 'tesseract-ocr-traineddata-pashto' 'tesseract-ocr-traineddata-persian' 'tesseract-ocr-traineddata-polish' 'tesseract-ocr-traineddata-portuguese' 'tesseract-ocr-traineddata-punjabi' 'tesseract-ocr-traineddata-romanian' 'tesseract-ocr-traineddata-russian' 'tesseract-ocr-traineddata-sanskrit' 'tesseract-ocr-traineddata-serbian' 'tesseract-ocr-traineddata-serbian_latin' 'tesseract-ocr-traineddata-sinhala' 'tesseract-ocr-traineddata-slovak' 'tesseract-ocr-traineddata-slovenian' 'tesseract-ocr-traineddata-spanish' 'tesseract-ocr-traineddata-spanish_old' 'tesseract-ocr-traineddata-swahili' 'tesseract-ocr-traineddata-swedish' 'tesseract-ocr-traineddata-syriac' 'tesseract-ocr-traineddata-tagalog' 'tesseract-ocr-traineddata-tajik' 'tesseract-ocr-traineddata-tamil' 'tesseract-ocr-traineddata-telugu' 'tesseract-ocr-traineddata-thai' 'tesseract-ocr-traineddata-tibetan_standard' 'tesseract-ocr-traineddata-tigrinya' 'tesseract-ocr-traineddata-turkish' 'tesseract-ocr-traineddata-ukrainian' 'tesseract-ocr-traineddata-urdu' 'tesseract-ocr-traineddata-uyghur' 'tesseract-ocr-traineddata-uzbek' 'tesseract-ocr-traineddata-uzbek_cyrillic' 'tesseract-ocr-traineddata-vietnamese' 'tesseract-ocr-traineddata-welsh' 'tesseract-ocr-traineddata-yiddish' 'tesseract-server' 'test-interface' 'test-interface-javadoc' 'testdisk' 'testng' 'testng-javadoc' 'testssl.sh' 'tetrinet-server' 'tevent-man' 'texamator' 'texamator-lang' 'texi2html' 'texi2html-lang' 'texi2roff' 'texinfo' 'texinfo4' 'texlive' 'texlive-12many' 'texlive-12many-doc' 'texlive-2up' 'texlive-2up-doc' 'texlive-Asana-Math' 'texlive-Asana-Math-doc' 'texlive-Asana-Math-fonts' 'texlive-ESIEEcv' 'texlive-ESIEEcv-doc' 'texlive-FAQ-en' 'texlive-GS1' 'texlive-GS1-doc' 'texlive-HA-prosper' 'texlive-HA-prosper-doc' 'texlive-IEEEconf' 'texlive-IEEEconf-doc' 'texlive-IEEEtran' 'texlive-IEEEtran-doc' 'texlive-MemoirChapStyles' 'texlive-SIstyle' 'texlive-SIstyle-doc' 'texlive-SIunits' 'texlive-SIunits-doc' 'texlive-Tabbing' 'texlive-Tabbing-doc' 'texlive-Type1fonts' 'texlive-a0poster' 'texlive-a0poster-doc' 'texlive-a2ping' 'texlive-a2ping-bin' 'texlive-a2ping-doc' 'texlive-a4wide' 'texlive-a4wide-doc' 'texlive-a5comb' 'texlive-a5comb-doc' 'texlive-aastex' 'texlive-aastex-doc' 'texlive-abbr' 'texlive-abbr-doc' 'texlive-abc' 'texlive-abc-doc' 'texlive-abnt' 'texlive-abnt-doc' 'texlive-abntex2' 'texlive-abntex2-doc' 'texlive-abraces' 'texlive-abraces-doc' 'texlive-abstract' 'texlive-abstract-doc' 'texlive-abstyles' 'texlive-abstyles-doc' 'texlive-academicons' 'texlive-academicons-doc' 'texlive-academicons-fonts' 'texlive-accanthis' 'texlive-accanthis-doc' 'texlive-accanthis-fonts' 'texlive-accfonts' 'texlive-accfonts-bin' 'texlive-accfonts-doc' 'texlive-achemso' 'texlive-achemso-doc' 'texlive-acmart' 'texlive-acmart-doc' 'texlive-acmconf' 'texlive-acmconf-doc' 'texlive-acro' 'texlive-acro-doc' 'texlive-acronym' 'texlive-acronym-doc' 'texlive-acroterm' 'texlive-acroterm-doc' 'texlive-active-conf' 'texlive-active-conf-doc' 'texlive-actuarialangle' 'texlive-actuarialangle-doc' 'texlive-actuarialsymbol' 'texlive-actuarialsymbol-doc' 'texlive-addfont' 'texlive-addfont-doc' 'texlive-addlines' 'texlive-addlines-doc' 'texlive-adfathesis' 'texlive-adfathesis-doc' 'texlive-adforn' 'texlive-adforn-doc' 'texlive-adforn-fonts' 'texlive-adfsymbols' 'texlive-adfsymbols-doc' 'texlive-adfsymbols-fonts' 'texlive-adhocfilelist' 'texlive-adhocfilelist-bin' 'texlive-adhocfilelist-doc' 'texlive-adigraph' 'texlive-adigraph-doc' 'texlive-adjmulticol' 'texlive-adjmulticol-doc' 'texlive-adjustbox' 'texlive-adjustbox-doc' 'texlive-adobemapping' 'texlive-adrconv' 'texlive-adrconv-doc' 'texlive-adtrees' 'texlive-adtrees-doc' 'texlive-advdate' 'texlive-advdate-doc' 'texlive-ae' 'texlive-ae-doc' 'texlive-aecc' 'texlive-aecc-doc' 'texlive-aeguill' 'texlive-aeguill-doc' 'texlive-afm2pl' 'texlive-afm2pl-bin' 'texlive-afm2pl-doc' 'texlive-afparticle' 'texlive-afparticle-doc' 'texlive-afthesis' 'texlive-afthesis-doc' 'texlive-aguplus' 'texlive-aguplus-doc' 'texlive-aiaa' 'texlive-aiaa-doc' 'texlive-aichej' 'texlive-ajl' 'texlive-akktex' 'texlive-akktex-doc' 'texlive-akletter' 'texlive-akletter-doc' 'texlive-alegreya' 'texlive-alegreya-doc' 'texlive-alegreya-fonts' 'texlive-aleph' 'texlive-aleph-bin' 'texlive-alertmessage' 'texlive-alertmessage-doc' 'texlive-alg' 'texlive-alg-doc' 'texlive-algobox' 'texlive-algobox-doc' 'texlive-algolrevived' 'texlive-algolrevived-doc' 'texlive-algolrevived-fonts' 'texlive-algorithm2e' 'texlive-algorithm2e-doc' 'texlive-algorithmicx' 'texlive-algorithmicx-doc' 'texlive-algorithms' 'texlive-algorithms-doc' 'texlive-aligned-overset' 'texlive-aligned-overset-doc' 'texlive-alkalami' 'texlive-alkalami-doc' 'texlive-alkalami-fonts' 'texlive-allrunes' 'texlive-allrunes-doc' 'texlive-allrunes-fonts' 'texlive-almfixed' 'texlive-almfixed-doc' 'texlive-almfixed-fonts' 'texlive-alnumsec' 'texlive-alnumsec-doc' 'texlive-alpha-persian' 'texlive-alpha-persian-doc' 'texlive-alterqcm' 'texlive-alterqcm-doc' 'texlive-altfont' 'texlive-altfont-doc' 'texlive-ametsoc' 'texlive-ametsoc-doc' 'texlive-amiri' 'texlive-amiri-doc' 'texlive-amiri-fonts' 'texlive-amsaddr' 'texlive-amsaddr-doc' 'texlive-amscls' 'texlive-amscls-doc' 'texlive-amsfonts' 'texlive-amsfonts-doc' 'texlive-amsfonts-fonts' 'texlive-amslatex-primer' 'texlive-amsldoc-it' 'texlive-amsldoc-vn' 'texlive-amsmath' 'texlive-amsmath-doc' 'texlive-amsmath-it' 'texlive-amsrefs' 'texlive-amsrefs-doc' 'texlive-amstex' 'texlive-amstex-bin' 'texlive-amstex-doc' 'texlive-amsthdoc-it' 'texlive-animate' 'texlive-animate-doc' 'texlive-anonchap' 'texlive-anonchap-doc' 'texlive-anonymouspro' 'texlive-anonymouspro-doc' 'texlive-anonymouspro-fonts' 'texlive-answers' 'texlive-answers-doc' 'texlive-antiqua' 'texlive-antiqua-doc' 'texlive-antiqua-fonts' 'texlive-antomega' 'texlive-antomega-doc' 'texlive-antt' 'texlive-antt-doc' 'texlive-antt-fonts' 'texlive-anufinalexam' 'texlive-anyfontsize' 'texlive-anyfontsize-doc' 'texlive-anysize' 'texlive-anysize-doc' 'texlive-aobs-tikz' 'texlive-aobs-tikz-doc' 'texlive-aomart' 'texlive-aomart-doc' 'texlive-apa' 'texlive-apa-doc' 'texlive-apa6' 'texlive-apa6-doc' 'texlive-apa6e' 'texlive-apa6e-doc' 'texlive-apacite' 'texlive-apacite-doc' 'texlive-apalike-german' 'texlive-apalike-german-doc' 'texlive-apalike2' 'texlive-apnum' 'texlive-apnum-doc' 'texlive-appendix' 'texlive-appendix-doc' 'texlive-appendixnumberbeamer' 'texlive-appendixnumberbeamer-doc' 'texlive-apprends-latex' 'texlive-apptools' 'texlive-apptools-doc' 'texlive-apxproof' 'texlive-apxproof-doc' 'texlive-arabi' 'texlive-arabi-add' 'texlive-arabi-add-doc' 'texlive-arabi-doc' 'texlive-arabi-fonts' 'texlive-arabluatex' 'texlive-arabluatex-doc' 'texlive-arabtex' 'texlive-arabtex-doc' 'texlive-arabtex-fonts' 'texlive-arabxetex' 'texlive-arabxetex-doc' 'texlive-aramaic-serto' 'texlive-aramaic-serto-doc' 'texlive-aramaic-serto-fonts' 'texlive-arara' 'texlive-arara-bin' 'texlive-arara-doc' 'texlive-archaeologie' 'texlive-archaeologie-doc' 'texlive-archaic' 'texlive-archaic-doc' 'texlive-archaic-fonts' 'texlive-arcs' 'texlive-arcs-doc' 'texlive-arev' 'texlive-arev-doc' 'texlive-arev-fonts' 'texlive-arimo' 'texlive-arimo-doc' 'texlive-arimo-fonts' 'texlive-armtex' 'texlive-armtex-doc' 'texlive-armtex-fonts' 'texlive-around-the-bend' 'texlive-arphic' 'texlive-arphic-doc' 'texlive-arphic-fonts' 'texlive-arphic-ttf' 'texlive-arphic-ttf-doc' 'texlive-arphic-ttf-fonts' 'texlive-arrayjobx' 'texlive-arrayjobx-doc' 'texlive-arraysort' 'texlive-arraysort-doc' 'texlive-arsclassica' 'texlive-arsclassica-doc' 'texlive-articleingud' 'texlive-articleingud-doc' 'texlive-arydshln' 'texlive-arydshln-doc' 'texlive-asaetr' 'texlive-asaetr-doc' 'texlive-asapsym' 'texlive-asapsym-doc' 'texlive-asapsym-fonts' 'texlive-ascelike' 'texlive-ascelike-doc' 'texlive-ascii-chart' 'texlive-ascii-font' 'texlive-ascii-font-doc' 'texlive-ascii-font-fonts' 'texlive-asciilist' 'texlive-asciilist-doc' 'texlive-ascmac' 'texlive-ascmac-doc' 'texlive-ascmac-fonts' 'texlive-askmaps' 'texlive-askmaps-doc' 'texlive-asmeconf' 'texlive-asmeconf-doc' 'texlive-aspectratio' 'texlive-aspectratio-doc' 'texlive-aspectratio-fonts' 'texlive-assignment' 'texlive-assignment-doc' 'texlive-assoccnt' 'texlive-assoccnt-doc' 'texlive-astro' 'texlive-astro-doc' 'texlive-asyfig' 'texlive-asyfig-doc' 'texlive-asymptote' 'texlive-asymptote-bin' 'texlive-asymptote-by-example-zh-cn' 'texlive-asymptote-doc' 'texlive-asymptote-faq-zh-cn' 'texlive-asymptote-manual-zh-cn' 'texlive-asypictureb' 'texlive-asypictureb-doc' 'texlive-attachfile' 'texlive-attachfile-doc' 'texlive-aucklandthesis' 'texlive-aucklandthesis-doc' 'texlive-augie' 'texlive-augie-doc' 'texlive-augie-fonts' 'texlive-auncial-new' 'texlive-auncial-new-doc' 'texlive-auncial-new-fonts' 'texlive-aurical' 'texlive-aurical-doc' 'texlive-aurical-fonts' 'texlive-aurl' 'texlive-aurl-doc' 'texlive-authoraftertitle' 'texlive-authoraftertitle-doc' 'texlive-authorarchive' 'texlive-authorarchive-doc' 'texlive-authorindex' 'texlive-authorindex-bin' 'texlive-authorindex-doc' 'texlive-auto-pst-pdf' 'texlive-auto-pst-pdf-doc' 'texlive-auto-pst-pdf-lua' 'texlive-auto-pst-pdf-lua-doc' 'texlive-autoaligne' 'texlive-autoaligne-doc' 'texlive-autoarea' 'texlive-autoarea-doc' 'texlive-autobreak' 'texlive-autobreak-doc' 'texlive-automata' 'texlive-automata-doc' 'texlive-autonum' 'texlive-autonum-doc' 'texlive-autopdf' 'texlive-autopdf-doc' 'texlive-autosp' 'texlive-autosp-bin' 'texlive-avantgar' 'texlive-avantgar-fonts' 'texlive-avremu' 'texlive-avremu-doc' 'texlive-awesomebox' 'texlive-awesomebox-doc' 'texlive-axodraw2' 'texlive-axodraw2-bin' 'texlive-axodraw2-doc' 'texlive-b1encoding' 'texlive-b1encoding-doc' 'texlive-babel' 'texlive-babel-albanian' 'texlive-babel-albanian-doc' 'texlive-babel-azerbaijani' 'texlive-babel-azerbaijani-doc' 'texlive-babel-basque' 'texlive-babel-basque-doc' 'texlive-babel-belarusian' 'texlive-babel-belarusian-doc' 'texlive-babel-bosnian' 'texlive-babel-bosnian-doc' 'texlive-babel-breton' 'texlive-babel-breton-doc' 'texlive-babel-bulgarian' 'texlive-babel-bulgarian-doc' 'texlive-babel-catalan' 'texlive-babel-catalan-doc' 'texlive-babel-croatian' 'texlive-babel-croatian-doc' 'texlive-babel-czech' 'texlive-babel-czech-doc' 'texlive-babel-danish' 'texlive-babel-danish-doc' 'texlive-babel-doc' 'texlive-babel-dutch' 'texlive-babel-dutch-doc' 'texlive-babel-english' 'texlive-babel-english-doc' 'texlive-babel-esperanto' 'texlive-babel-esperanto-doc' 'texlive-babel-estonian' 'texlive-babel-estonian-doc' 'texlive-babel-finnish' 'texlive-babel-finnish-doc' 'texlive-babel-french' 'texlive-babel-french-doc' 'texlive-babel-friulan' 'texlive-babel-friulan-doc' 'texlive-babel-galician' 'texlive-babel-galician-doc' 'texlive-babel-georgian' 'texlive-babel-georgian-doc' 'texlive-babel-german' 'texlive-babel-german-doc' 'texlive-babel-greek' 'texlive-babel-greek-doc' 'texlive-babel-hebrew' 'texlive-babel-hebrew-doc' 'texlive-babel-hungarian' 'texlive-babel-hungarian-doc' 'texlive-babel-icelandic' 'texlive-babel-icelandic-doc' 'texlive-babel-indonesian' 'texlive-babel-indonesian-doc' 'texlive-babel-interlingua' 'texlive-babel-interlingua-doc' 'texlive-babel-irish' 'texlive-babel-irish-doc' 'texlive-babel-italian' 'texlive-babel-italian-doc' 'texlive-babel-japanese' 'texlive-babel-japanese-doc' 'texlive-babel-kurmanji' 'texlive-babel-kurmanji-doc' 'texlive-babel-latin' 'texlive-babel-latin-doc' 'texlive-babel-latvian' 'texlive-babel-latvian-doc' 'texlive-babel-macedonian' 'texlive-babel-macedonian-doc' 'texlive-babel-malay' 'texlive-babel-malay-doc' 'texlive-babel-norsk' 'texlive-babel-norsk-doc' 'texlive-babel-occitan' 'texlive-babel-occitan-doc' 'texlive-babel-piedmontese' 'texlive-babel-piedmontese-doc' 'texlive-babel-polish' 'texlive-babel-polish-doc' 'texlive-babel-portuges' 'texlive-babel-portuges-doc' 'texlive-babel-romanian' 'texlive-babel-romanian-doc' 'texlive-babel-romansh' 'texlive-babel-romansh-doc' 'texlive-babel-russian' 'texlive-babel-russian-doc' 'texlive-babel-samin' 'texlive-babel-samin-doc' 'texlive-babel-scottish' 'texlive-babel-scottish-doc' 'texlive-babel-serbian' 'texlive-babel-serbian-doc' 'texlive-babel-serbianc' 'texlive-babel-serbianc-doc' 'texlive-babel-slovak' 'texlive-babel-slovak-doc' 'texlive-babel-slovenian' 'texlive-babel-slovenian-doc' 'texlive-babel-sorbian' 'texlive-babel-sorbian-doc' 'texlive-babel-spanglish' 'texlive-babel-spanglish-doc' 'texlive-babel-spanish' 'texlive-babel-spanish-doc' 'texlive-babel-swedish' 'texlive-babel-swedish-doc' 'texlive-babel-thai' 'texlive-babel-thai-doc' 'texlive-babel-turkish' 'texlive-babel-turkish-doc' 'texlive-babel-ukrainian' 'texlive-babel-ukrainian-doc' 'texlive-babel-vietnamese' 'texlive-babel-vietnamese-doc' 'texlive-babel-welsh' 'texlive-babel-welsh-doc' 'texlive-babelbib' 'texlive-babelbib-doc' 'texlive-background' 'texlive-background-doc' 'texlive-backnaur' 'texlive-backnaur-doc' 'texlive-baekmuk' 'texlive-baekmuk-doc' 'texlive-baekmuk-fonts' 'texlive-bagpipe' 'texlive-bagpipe-doc' 'texlive-bangorcsthesis' 'texlive-bangorcsthesis-doc' 'texlive-bangorexam' 'texlive-bangorexam-doc' 'texlive-bangtex' 'texlive-bangtex-doc' 'texlive-bankstatement' 'texlive-bankstatement-doc' 'texlive-barcodes' 'texlive-barcodes-doc' 'texlive-bardiag' 'texlive-bardiag-doc' 'texlive-barr' 'texlive-barr-doc' 'texlive-bartel-chess-fonts' 'texlive-bartel-chess-fonts-doc' 'texlive-bashful' 'texlive-bashful-doc' 'texlive-basicarith' 'texlive-basicarith-doc' 'texlive-baskervald' 'texlive-baskervald-doc' 'texlive-baskervald-fonts' 'texlive-baskervaldx' 'texlive-baskervaldx-doc' 'texlive-baskervaldx-fonts' 'texlive-baskervillef' 'texlive-baskervillef-doc' 'texlive-baskervillef-fonts' 'texlive-basque-book' 'texlive-basque-book-doc' 'texlive-basque-date' 'texlive-basque-date-doc' 'texlive-bath-bst' 'texlive-bath-bst-doc' 'texlive-bbcard' 'texlive-bbcard-doc' 'texlive-bbding' 'texlive-bbding-doc' 'texlive-bbm' 'texlive-bbm-doc' 'texlive-bbm-macros' 'texlive-bbm-macros-doc' 'texlive-bbold' 'texlive-bbold-doc' 'texlive-bbold-type1' 'texlive-bbold-type1-doc' 'texlive-bbold-type1-fonts' 'texlive-bchart' 'texlive-bchart-doc' 'texlive-bclogo' 'texlive-bclogo-doc' 'texlive-beamer' 'texlive-beamer-FUBerlin' 'texlive-beamer-doc' 'texlive-beamer-rl' 'texlive-beamer-rl-doc' 'texlive-beamer-tut-pt' 'texlive-beamer-verona' 'texlive-beamer-verona-doc' 'texlive-beamer2thesis' 'texlive-beamer2thesis-doc' 'texlive-beameraudience' 'texlive-beameraudience-doc' 'texlive-beamercolorthemeowl' 'texlive-beamercolorthemeowl-doc' 'texlive-beamerdarkthemes' 'texlive-beamerdarkthemes-doc' 'texlive-beamerposter' 'texlive-beamerposter-doc' 'texlive-beamersubframe' 'texlive-beamersubframe-doc' 'texlive-beamerswitch' 'texlive-beamerswitch-doc' 'texlive-beamertheme-cuerna' 'texlive-beamertheme-cuerna-doc' 'texlive-beamertheme-detlevcm' 'texlive-beamertheme-detlevcm-doc' 'texlive-beamertheme-epyt' 'texlive-beamertheme-epyt-doc' 'texlive-beamertheme-focus' 'texlive-beamertheme-focus-doc' 'texlive-beamertheme-light' 'texlive-beamertheme-light-doc' 'texlive-beamertheme-metropolis' 'texlive-beamertheme-metropolis-doc' 'texlive-beamertheme-npbt' 'texlive-beamertheme-npbt-doc' 'texlive-beamertheme-phnompenh' 'texlive-beamertheme-phnompenh-doc' 'texlive-beamertheme-saintpetersburg' 'texlive-beamertheme-saintpetersburg-doc' 'texlive-beamertheme-upenn-bc' 'texlive-beamertheme-upenn-bc-doc' 'texlive-beamerthemejltree' 'texlive-beamerthemenirma' 'texlive-beamerthemenirma-doc' 'texlive-beebe' 'texlive-begingreek' 'texlive-begingreek-doc' 'texlive-begriff' 'texlive-begriff-doc' 'texlive-beilstein' 'texlive-beilstein-doc' 'texlive-belleek' 'texlive-belleek-doc' 'texlive-belleek-fonts' 'texlive-bengali' 'texlive-bengali-doc' 'texlive-bera' 'texlive-bera-doc' 'texlive-bera-fonts' 'texlive-berenisadf' 'texlive-berenisadf-doc' 'texlive-berenisadf-fonts' 'texlive-besjournals' 'texlive-besjournals-doc' 'texlive-bestpapers' 'texlive-bestpapers-doc' 'texlive-betababel' 'texlive-betababel-doc' 'texlive-beton' 'texlive-beton-doc' 'texlive-beuron' 'texlive-beuron-doc' 'texlive-beuron-fonts' 'texlive-bewerbung' 'texlive-bewerbung-doc' 'texlive-bez123' 'texlive-bez123-doc' 'texlive-bezierplot' 'texlive-bezierplot-doc' 'texlive-bezos' 'texlive-bezos-doc' 'texlive-bgreek' 'texlive-bgreek-doc' 'texlive-bgteubner' 'texlive-bgteubner-doc' 'texlive-bguq' 'texlive-bguq-doc' 'texlive-bguq-fonts' 'texlive-bhcexam' 'texlive-bhcexam-doc' 'texlive-bib-fr' 'texlive-bib-fr-doc' 'texlive-bib2gls' 'texlive-bib2gls-bin' 'texlive-bib2gls-doc' 'texlive-bibarts' 'texlive-bibarts-doc' 'texlive-biber' 'texlive-biber-bin' 'texlive-bibexport' 'texlive-bibexport-bin' 'texlive-bibexport-doc' 'texlive-bibhtml' 'texlive-bibhtml-doc' 'texlive-biblatex' 'texlive-biblatex-abnt' 'texlive-biblatex-abnt-doc' 'texlive-biblatex-anonymous' 'texlive-biblatex-anonymous-doc' 'texlive-biblatex-apa' 'texlive-biblatex-apa-doc' 'texlive-biblatex-archaeology' 'texlive-biblatex-archaeology-doc' 'texlive-biblatex-arthistory-bonn' 'texlive-biblatex-arthistory-bonn-doc' 'texlive-biblatex-bath' 'texlive-biblatex-bath-doc' 'texlive-biblatex-bookinarticle' 'texlive-biblatex-bookinarticle-doc' 'texlive-biblatex-bookinother' 'texlive-biblatex-bookinother-doc' 'texlive-biblatex-bwl' 'texlive-biblatex-bwl-doc' 'texlive-biblatex-caspervector' 'texlive-biblatex-caspervector-doc' 'texlive-biblatex-cheatsheet' 'texlive-biblatex-chem' 'texlive-biblatex-chem-doc' 'texlive-biblatex-chicago' 'texlive-biblatex-chicago-doc' 'texlive-biblatex-claves' 'texlive-biblatex-claves-doc' 'texlive-biblatex-doc' 'texlive-biblatex-dw' 'texlive-biblatex-dw-doc' 'texlive-biblatex-enc' 'texlive-biblatex-enc-doc' 'texlive-biblatex-ext' 'texlive-biblatex-ext-doc' 'texlive-biblatex-fiwi' 'texlive-biblatex-fiwi-doc' 'texlive-biblatex-gb7714-2015' 'texlive-biblatex-gb7714-2015-doc' 'texlive-biblatex-gost' 'texlive-biblatex-gost-doc' 'texlive-biblatex-historian' 'texlive-biblatex-historian-doc' 'texlive-biblatex-ieee' 'texlive-biblatex-ieee-doc' 'texlive-biblatex-ijsra' 'texlive-biblatex-ijsra-doc' 'texlive-biblatex-iso690' 'texlive-biblatex-iso690-doc' 'texlive-biblatex-juradiss' 'texlive-biblatex-juradiss-doc' 'texlive-biblatex-lni' 'texlive-biblatex-lni-doc' 'texlive-biblatex-luh-ipw' 'texlive-biblatex-luh-ipw-doc' 'texlive-biblatex-manuscripts-philology' 'texlive-biblatex-manuscripts-philology-doc' 'texlive-biblatex-mla' 'texlive-biblatex-mla-doc' 'texlive-biblatex-morenames' 'texlive-biblatex-morenames-doc' 'texlive-biblatex-multiple-dm' 'texlive-biblatex-multiple-dm-doc' 'texlive-biblatex-musuos' 'texlive-biblatex-musuos-doc' 'texlive-biblatex-nature' 'texlive-biblatex-nature-doc' 'texlive-biblatex-nejm' 'texlive-biblatex-nejm-doc' 'texlive-biblatex-nottsclassic' 'texlive-biblatex-nottsclassic-doc' 'texlive-biblatex-opcit-booktitle' 'texlive-biblatex-opcit-booktitle-doc' 'texlive-biblatex-oxref' 'texlive-biblatex-oxref-doc' 'texlive-biblatex-philosophy' 'texlive-biblatex-philosophy-doc' 'texlive-biblatex-phys' 'texlive-biblatex-phys-doc' 'texlive-biblatex-publist' 'texlive-biblatex-publist-doc' 'texlive-biblatex-realauthor' 'texlive-biblatex-realauthor-doc' 'texlive-biblatex-sbl' 'texlive-biblatex-sbl-doc' 'texlive-biblatex-science' 'texlive-biblatex-science-doc' 'texlive-biblatex-shortfields' 'texlive-biblatex-shortfields-doc' 'texlive-biblatex-socialscienceshuberlin' 'texlive-biblatex-socialscienceshuberlin-doc' 'texlive-biblatex-source-division' 'texlive-biblatex-source-division-doc' 'texlive-biblatex-subseries' 'texlive-biblatex-subseries-doc' 'texlive-biblatex-swiss-legal' 'texlive-biblatex-swiss-legal-doc' 'texlive-biblatex-trad' 'texlive-biblatex-trad-doc' 'texlive-biblatex-true-citepages-omit' 'texlive-biblatex-true-citepages-omit-doc' 'texlive-bibleref' 'texlive-bibleref-doc' 'texlive-bibleref-french' 'texlive-bibleref-french-doc' 'texlive-bibleref-german' 'texlive-bibleref-german-doc' 'texlive-bibleref-lds' 'texlive-bibleref-lds-doc' 'texlive-bibleref-mouth' 'texlive-bibleref-mouth-doc' 'texlive-bibleref-parse' 'texlive-bibleref-parse-doc' 'texlive-bibletext' 'texlive-bibletext-doc' 'texlive-biblist' 'texlive-biblist-doc' 'texlive-bibtex' 'texlive-bibtex-bin' 'texlive-bibtex-doc' 'texlive-bibtex8' 'texlive-bibtex8-bin' 'texlive-bibtex8-doc' 'texlive-bibtexperllibs' 'texlive-bibtexperllibs-doc' 'texlive-bibtexu' 'texlive-bibtexu-bin' 'texlive-bibtopic' 'texlive-bibtopic-doc' 'texlive-bibtopicprefix' 'texlive-bibtopicprefix-doc' 'texlive-bibunits' 'texlive-bibunits-doc' 'texlive-bidi' 'texlive-bidi-atbegshi' 'texlive-bidi-atbegshi-doc' 'texlive-bidi-doc' 'texlive-bidicontour' 'texlive-bidicontour-doc' 'texlive-bidihl' 'texlive-bidihl-doc' 'texlive-bidipagegrid' 'texlive-bidipagegrid-doc' 'texlive-bidipresentation' 'texlive-bidipresentation-doc' 'texlive-bidishadowtext' 'texlive-bidishadowtext-doc' 'texlive-bigfoot' 'texlive-bigfoot-doc' 'texlive-bigints' 'texlive-bigints-doc' 'texlive-bin-devel' 'texlive-binarytree' 'texlive-binarytree-doc' 'texlive-binomexp' 'texlive-binomexp-doc' 'texlive-biochemistry-colors' 'texlive-biochemistry-colors-doc' 'texlive-biocon' 'texlive-biocon-doc' 'texlive-biolett-bst' 'texlive-biolett-bst-doc' 'texlive-bitelist' 'texlive-bitelist-doc' 'texlive-bitpattern' 'texlive-bitpattern-doc' 'texlive-bizcard' 'texlive-bizcard-doc' 'texlive-blacklettert1' 'texlive-blacklettert1-doc' 'texlive-blindtext' 'texlive-blindtext-doc' 'texlive-blkarray' 'texlive-blkarray-doc' 'texlive-blochsphere' 'texlive-blochsphere-doc' 'texlive-block' 'texlive-block-doc' 'texlive-blockdraw_mp' 'texlive-blockdraw_mp-doc' 'texlive-bloques' 'texlive-bloques-doc' 'texlive-blowup' 'texlive-blowup-doc' 'texlive-blox' 'texlive-blox-doc' 'texlive-bnumexpr' 'texlive-bnumexpr-doc' 'texlive-bodegraph' 'texlive-bodegraph-doc' 'texlive-bohr' 'texlive-bohr-doc' 'texlive-boisik' 'texlive-boisik-doc' 'texlive-boites' 'texlive-boites-doc' 'texlive-bold-extra' 'texlive-bold-extra-doc' 'texlive-boldtensors' 'texlive-boldtensors-doc' 'texlive-bondgraph' 'texlive-bondgraph-doc' 'texlive-bondgraphs' 'texlive-bondgraphs-doc' 'texlive-bookcover' 'texlive-bookcover-doc' 'texlive-bookdb' 'texlive-bookdb-doc' 'texlive-bookest' 'texlive-bookest-doc' 'texlive-bookhands' 'texlive-bookhands-doc' 'texlive-bookhands-fonts' 'texlive-booklet' 'texlive-booklet-doc' 'texlive-bookman' 'texlive-bookman-fonts' 'texlive-booktabs' 'texlive-booktabs-de' 'texlive-booktabs-doc' 'texlive-booktabs-fr' 'texlive-boolexpr' 'texlive-boolexpr-doc' 'texlive-boondox' 'texlive-boondox-doc' 'texlive-boondox-fonts' 'texlive-bophook' 'texlive-bophook-doc' 'texlive-borceux' 'texlive-borceux-doc' 'texlive-bosisio' 'texlive-bosisio-doc' 'texlive-boxedminipage' 'texlive-boxedminipage-doc' 'texlive-boxedminipage2e' 'texlive-boxedminipage2e-doc' 'texlive-boxhandler' 'texlive-boxhandler-doc' 'texlive-bpchem' 'texlive-bpchem-doc' 'texlive-bpolynomial' 'texlive-bpolynomial-doc' 'texlive-br-lex' 'texlive-br-lex-doc' 'texlive-bracketkey' 'texlive-bracketkey-doc' 'texlive-braids' 'texlive-braids-doc' 'texlive-braille' 'texlive-braille-doc' 'texlive-braket' 'texlive-braket-doc' 'texlive-brandeis-dissertation' 'texlive-brandeis-dissertation-doc' 'texlive-brandeis-problemset' 'texlive-brandeis-problemset-doc' 'texlive-breakcites' 'texlive-breakcites-doc' 'texlive-breakurl' 'texlive-breakurl-doc' 'texlive-bredzenie' 'texlive-bredzenie-doc' 'texlive-breqn' 'texlive-breqn-doc' 'texlive-bropd' 'texlive-bropd-doc' 'texlive-brushscr' 'texlive-brushscr-doc' 'texlive-brushscr-fonts' 'texlive-bullcntr' 'texlive-bullcntr-doc' 'texlive-bundledoc' 'texlive-bundledoc-bin' 'texlive-bundledoc-doc' 'texlive-burmese' 'texlive-burmese-doc' 'texlive-burmese-fonts' 'texlive-businesscard-qrcode' 'texlive-businesscard-qrcode-doc' 'texlive-bussproofs' 'texlive-bussproofs-doc' 'texlive-bussproofs-extra' 'texlive-bussproofs-extra-doc' 'texlive-bxbase' 'texlive-bxbase-doc' 'texlive-bxcalc' 'texlive-bxcalc-doc' 'texlive-bxcjkjatype' 'texlive-bxcjkjatype-doc' 'texlive-bxdpx-beamer' 'texlive-bxdpx-beamer-doc' 'texlive-bxdvidriver' 'texlive-bxdvidriver-doc' 'texlive-bxeepic' 'texlive-bxeepic-doc' 'texlive-bxenclose' 'texlive-bxenclose-doc' 'texlive-bxjaholiday' 'texlive-bxjaholiday-doc' 'texlive-bxjalipsum' 'texlive-bxjalipsum-doc' 'texlive-bxjaprnind' 'texlive-bxjaprnind-doc' 'texlive-bxjscls' 'texlive-bxjscls-doc' 'texlive-bxnewfont' 'texlive-bxnewfont-doc' 'texlive-bxorigcapt' 'texlive-bxorigcapt-doc' 'texlive-bxpapersize' 'texlive-bxpapersize-doc' 'texlive-bxpdfver' 'texlive-bxpdfver-doc' 'texlive-bxtexlogo' 'texlive-bxtexlogo-doc' 'texlive-bxwareki' 'texlive-bxwareki-doc' 'texlive-bytefield' 'texlive-bytefield-doc' 'texlive-c-pascal' 'texlive-c-pascal-doc' 'texlive-c90' 'texlive-c90-doc' 'texlive-cabin' 'texlive-cabin-doc' 'texlive-cabin-fonts' 'texlive-cachepic' 'texlive-cachepic-bin' 'texlive-cachepic-doc' 'texlive-caladea' 'texlive-caladea-doc' 'texlive-caladea-fonts' 'texlive-calcage' 'texlive-calcage-doc' 'texlive-calctab' 'texlive-calctab-doc' 'texlive-calculation' 'texlive-calculation-doc' 'texlive-calculator' 'texlive-calculator-doc' 'texlive-calligra' 'texlive-calligra-doc' 'texlive-calligra-type1' 'texlive-calligra-type1-doc' 'texlive-calligra-type1-fonts' 'texlive-callouts' 'texlive-callouts-doc' 'texlive-calrsfs' 'texlive-calrsfs-doc' 'texlive-cals' 'texlive-cals-doc' 'texlive-calxxxx-yyyy' 'texlive-calxxxx-yyyy-doc' 'texlive-cancel' 'texlive-cancel-doc' 'texlive-canoniclayout' 'texlive-canoniclayout-doc' 'texlive-cantarell' 'texlive-cantarell-doc' 'texlive-cantarell-fonts' 'texlive-capt-of' 'texlive-capt-of-doc' 'texlive-captcont' 'texlive-captcont-doc' 'texlive-captdef' 'texlive-captdef-doc' 'texlive-caption' 'texlive-caption-doc' 'texlive-carbohydrates' 'texlive-carbohydrates-doc' 'texlive-carlisle' 'texlive-carlisle-doc' 'texlive-carlito' 'texlive-carlito-doc' 'texlive-carlito-fonts' 'texlive-carolmin-ps' 'texlive-carolmin-ps-doc' 'texlive-carolmin-ps-fonts' 'texlive-cascade' 'texlive-cascade-doc' 'texlive-cascadilla' 'texlive-cascadilla-doc' 'texlive-cases' 'texlive-cases-doc' 'texlive-casyl' 'texlive-casyl-doc' 'texlive-catchfilebetweentags' 'texlive-catchfilebetweentags-doc' 'texlive-catcodes' 'texlive-catcodes-doc' 'texlive-catechis' 'texlive-catechis-doc' 'texlive-catoptions' 'texlive-catoptions-doc' 'texlive-cbcoptic' 'texlive-cbcoptic-doc' 'texlive-cbcoptic-fonts' 'texlive-cbfonts' 'texlive-cbfonts-doc' 'texlive-cbfonts-fd' 'texlive-cbfonts-fd-doc' 'texlive-cbfonts-fonts' 'texlive-cc-pl' 'texlive-cc-pl-doc' 'texlive-cc-pl-fonts' 'texlive-ccaption' 'texlive-ccaption-doc' 'texlive-ccfonts' 'texlive-ccfonts-doc' 'texlive-ccicons' 'texlive-ccicons-doc' 'texlive-ccicons-fonts' 'texlive-cclicenses' 'texlive-cclicenses-doc' 'texlive-cd' 'texlive-cd-cover' 'texlive-cd-cover-doc' 'texlive-cd-doc' 'texlive-cdpbundl' 'texlive-cdpbundl-doc' 'texlive-cell' 'texlive-cell-doc' 'texlive-cellprops' 'texlive-cellprops-doc' 'texlive-cellspace' 'texlive-cellspace-doc' 'texlive-celtic' 'texlive-celtic-doc' 'texlive-censor' 'texlive-censor-doc' 'texlive-cesenaexam' 'texlive-cesenaexam-doc' 'texlive-cfr-initials' 'texlive-cfr-initials-doc' 'texlive-cfr-lm' 'texlive-cfr-lm-doc' 'texlive-changebar' 'texlive-changebar-doc' 'texlive-changelayout' 'texlive-changelayout-doc' 'texlive-changelog' 'texlive-changelog-doc' 'texlive-changepage' 'texlive-changepage-doc' 'texlive-changes' 'texlive-changes-doc' 'texlive-chappg' 'texlive-chappg-doc' 'texlive-chapterfolder' 'texlive-chapterfolder-doc' 'texlive-charter' 'texlive-charter-doc' 'texlive-charter-fonts' 'texlive-chbibref' 'texlive-chbibref-doc' 'texlive-cheatsheet' 'texlive-cheatsheet-doc' 'texlive-checkcites' 'texlive-checkcites-bin' 'texlive-checkcites-doc' 'texlive-checklistings' 'texlive-checklistings-bin' 'texlive-checklistings-doc' 'texlive-chem-journal' 'texlive-chemarrow' 'texlive-chemarrow-doc' 'texlive-chemarrow-fonts' 'texlive-chembst' 'texlive-chembst-doc' 'texlive-chemcompounds' 'texlive-chemcompounds-doc' 'texlive-chemcono' 'texlive-chemcono-doc' 'texlive-chemexec' 'texlive-chemexec-doc' 'texlive-chemfig' 'texlive-chemfig-doc' 'texlive-chemformula' 'texlive-chemformula-doc' 'texlive-chemgreek' 'texlive-chemgreek-doc' 'texlive-chemmacros' 'texlive-chemmacros-doc' 'texlive-chemnum' 'texlive-chemnum-doc' 'texlive-chemschemex' 'texlive-chemschemex-doc' 'texlive-chemsec' 'texlive-chemsec-doc' 'texlive-chemstyle' 'texlive-chemstyle-doc' 'texlive-cherokee' 'texlive-cherokee-doc' 'texlive-chess' 'texlive-chess-doc' 'texlive-chess-problem-diagrams' 'texlive-chess-problem-diagrams-doc' 'texlive-chessboard' 'texlive-chessboard-doc' 'texlive-chessfss' 'texlive-chessfss-doc' 'texlive-chet' 'texlive-chet-doc' 'texlive-chextras' 'texlive-chextras-doc' 'texlive-chicago' 'texlive-chicago-annote' 'texlive-chicago-annote-doc' 'texlive-chickenize' 'texlive-chickenize-doc' 'texlive-childdoc' 'texlive-childdoc-doc' 'texlive-chivo' 'texlive-chivo-doc' 'texlive-chivo-fonts' 'texlive-chkfloat' 'texlive-chkfloat-doc' 'texlive-chktex' 'texlive-chktex-bin' 'texlive-chktex-doc' 'texlive-chletter' 'texlive-chletter-doc' 'texlive-chngcntr' 'texlive-chngcntr-doc' 'texlive-chordbars' 'texlive-chordbars-doc' 'texlive-chronology' 'texlive-chronology-doc' 'texlive-chronosys' 'texlive-chronosys-doc' 'texlive-chs-physics-report' 'texlive-chs-physics-report-doc' 'texlive-chscite' 'texlive-chscite-doc' 'texlive-churchslavonic' 'texlive-churchslavonic-doc' 'texlive-cinzel' 'texlive-cinzel-doc' 'texlive-cinzel-fonts' 'texlive-circ' 'texlive-circ-doc' 'texlive-circuitikz' 'texlive-circuitikz-doc' 'texlive-cite' 'texlive-cite-doc' 'texlive-citeall' 'texlive-citeall-doc' 'texlive-citeref' 'texlive-citeref-doc' 'texlive-cje' 'texlive-cje-doc' 'texlive-cjhebrew' 'texlive-cjhebrew-doc' 'texlive-cjhebrew-fonts' 'texlive-cjk' 'texlive-cjk-doc' 'texlive-cjk-gs-integrate' 'texlive-cjk-gs-integrate-bin' 'texlive-cjk-gs-integrate-doc' 'texlive-cjk-ko' 'texlive-cjk-ko-doc' 'texlive-cjk-latex-extras' 'texlive-cjkpunct' 'texlive-cjkpunct-doc' 'texlive-cjkutils' 'texlive-cjkutils-bin' 'texlive-cjkutils-doc' 'texlive-classics' 'texlive-classics-doc' 'texlive-classicthesis' 'texlive-classicthesis-doc' 'texlive-classpack' 'texlive-classpack-doc' 'texlive-cleanthesis' 'texlive-cleanthesis-doc' 'texlive-clearsans' 'texlive-clearsans-doc' 'texlive-clearsans-fonts' 'texlive-clefval' 'texlive-clefval-doc' 'texlive-cleveref' 'texlive-cleveref-doc' 'texlive-clipboard' 'texlive-clipboard-doc' 'texlive-clock' 'texlive-clock-doc' 'texlive-cloze' 'texlive-cloze-doc' 'texlive-clrdblpg' 'texlive-clrdblpg-doc' 'texlive-clrscode' 'texlive-clrscode-doc' 'texlive-clrscode3e' 'texlive-clrscode3e-doc' 'texlive-clrstrip' 'texlive-clrstrip-doc' 'texlive-cluttex' 'texlive-cluttex-bin' 'texlive-cluttex-doc' 'texlive-cm' 'texlive-cm-doc' 'texlive-cm-lgc' 'texlive-cm-lgc-doc' 'texlive-cm-lgc-fonts' 'texlive-cm-mf-extra-bold' 'texlive-cm-super' 'texlive-cm-super-doc' 'texlive-cm-super-fonts' 'texlive-cm-unicode' 'texlive-cm-unicode-doc' 'texlive-cm-unicode-fonts' 'texlive-cmap' 'texlive-cmap-doc' 'texlive-cmarrows' 'texlive-cmarrows-doc' 'texlive-cmbright' 'texlive-cmbright-doc' 'texlive-cmcyr' 'texlive-cmcyr-doc' 'texlive-cmcyr-fonts' 'texlive-cmdstring' 'texlive-cmdstring-doc' 'texlive-cmdtrack' 'texlive-cmdtrack-doc' 'texlive-cmexb' 'texlive-cmexb-doc' 'texlive-cmexb-fonts' 'texlive-cmextra' 'texlive-cmll' 'texlive-cmll-doc' 'texlive-cmll-fonts' 'texlive-cmpica' 'texlive-cmpica-doc' 'texlive-cmpj' 'texlive-cmpj-doc' 'texlive-cmsd' 'texlive-cmsd-doc' 'texlive-cmsrb' 'texlive-cmsrb-doc' 'texlive-cmsrb-fonts' 'texlive-cmtiup' 'texlive-cmtiup-doc' 'texlive-cnbwp' 'texlive-cnbwp-doc' 'texlive-cnltx' 'texlive-cnltx-doc' 'texlive-cns' 'texlive-cns-doc' 'texlive-cntformats' 'texlive-cntformats-doc' 'texlive-cntperchap' 'texlive-cntperchap-doc' 'texlive-cochineal' 'texlive-cochineal-doc' 'texlive-cochineal-fonts' 'texlive-codedoc' 'texlive-codedoc-doc' 'texlive-codepage' 'texlive-codepage-doc' 'texlive-codesection' 'texlive-codesection-doc' 'texlive-codicefiscaleitaliano' 'texlive-codicefiscaleitaliano-doc' 'texlive-coelacanth' 'texlive-coelacanth-doc' 'texlive-coelacanth-fonts' 'texlive-collcell' 'texlive-collcell-doc' 'texlive-collectbox' 'texlive-collectbox-doc' 'texlive-collection-basic' 'texlive-collection-bibtexextra' 'texlive-collection-binextra' 'texlive-collection-context' 'texlive-collection-fontsextra' 'texlive-collection-fontsrecommended' 'texlive-collection-fontutils' 'texlive-collection-formatsextra' 'texlive-collection-games' 'texlive-collection-humanities' 'texlive-collection-langarabic' 'texlive-collection-langchinese' 'texlive-collection-langcjk' 'texlive-collection-langcyrillic' 'texlive-collection-langczechslovak' 'texlive-collection-langenglish' 'texlive-collection-langeuropean' 'texlive-collection-langfrench' 'texlive-collection-langgerman' 'texlive-collection-langgreek' 'texlive-collection-langitalian' 'texlive-collection-langjapanese' 'texlive-collection-langkorean' 'texlive-collection-langother' 'texlive-collection-langpolish' 'texlive-collection-langportuguese' 'texlive-collection-langspanish' 'texlive-collection-latex' 'texlive-collection-latexextra' 'texlive-collection-latexrecommended' 'texlive-collection-luatex' 'texlive-collection-mathscience' 'texlive-collection-metapost' 'texlive-collection-music' 'texlive-collection-pictures' 'texlive-collection-plaingeneric' 'texlive-collection-pstricks' 'texlive-collection-publishers' 'texlive-collection-xetex' 'texlive-collref' 'texlive-collref-doc' 'texlive-colophon' 'texlive-colophon-doc' 'texlive-colordoc' 'texlive-colordoc-doc' 'texlive-colorinfo' 'texlive-colorinfo-doc' 'texlive-coloring' 'texlive-coloring-doc' 'texlive-colorprofiles' 'texlive-colorprofiles-doc' 'texlive-colorsep' 'texlive-colorspace' 'texlive-colorspace-doc' 'texlive-colortab' 'texlive-colortab-doc' 'texlive-colortbl' 'texlive-colortbl-doc' 'texlive-colorwav' 'texlive-colorwav-doc' 'texlive-colorweb' 'texlive-colorweb-doc' 'texlive-colourchange' 'texlive-colourchange-doc' 'texlive-combelow' 'texlive-combelow-doc' 'texlive-combine' 'texlive-combine-doc' 'texlive-combinedgraphics' 'texlive-combinedgraphics-doc' 'texlive-combofont' 'texlive-combofont-doc' 'texlive-comfortaa' 'texlive-comfortaa-doc' 'texlive-comfortaa-fonts' 'texlive-comicneue' 'texlive-comicneue-doc' 'texlive-comicneue-fonts' 'texlive-comma' 'texlive-comma-doc' 'texlive-commado' 'texlive-commado-doc' 'texlive-commath' 'texlive-commath-doc' 'texlive-commedit' 'texlive-commedit-doc' 'texlive-comment' 'texlive-comment-doc' 'texlive-compactbib' 'texlive-competences' 'texlive-competences-doc' 'texlive-complexity' 'texlive-complexity-doc' 'texlive-components-of-TeX' 'texlive-comprehensive' 'texlive-computational-complexity' 'texlive-computational-complexity-doc' 'texlive-concepts' 'texlive-concepts-doc' 'texlive-concmath' 'texlive-concmath-doc' 'texlive-concmath-fonts' 'texlive-concmath-fonts-doc' 'texlive-concprog' 'texlive-concprog-doc' 'texlive-concrete' 'texlive-concrete-doc' 'texlive-confproc' 'texlive-confproc-doc' 'texlive-constants' 'texlive-constants-doc' 'texlive-conteq' 'texlive-conteq-doc' 'texlive-context' 'texlive-context-account' 'texlive-context-account-doc' 'texlive-context-algorithmic' 'texlive-context-algorithmic-doc' 'texlive-context-animation' 'texlive-context-animation-doc' 'texlive-context-annotation' 'texlive-context-annotation-doc' 'texlive-context-bin' 'texlive-context-bnf' 'texlive-context-bnf-doc' 'texlive-context-chromato' 'texlive-context-chromato-doc' 'texlive-context-cmscbf' 'texlive-context-cmscbf-doc' 'texlive-context-cmttbf' 'texlive-context-cmttbf-doc' 'texlive-context-construction-plan' 'texlive-context-construction-plan-doc' 'texlive-context-cyrillicnumbers' 'texlive-context-cyrillicnumbers-doc' 'texlive-context-degrade' 'texlive-context-degrade-doc' 'texlive-context-doc' 'texlive-context-fancybreak' 'texlive-context-fancybreak-doc' 'texlive-context-filter' 'texlive-context-filter-doc' 'texlive-context-fonts' 'texlive-context-french' 'texlive-context-french-doc' 'texlive-context-fullpage' 'texlive-context-fullpage-doc' 'texlive-context-gantt' 'texlive-context-gantt-doc' 'texlive-context-gnuplot' 'texlive-context-gnuplot-doc' 'texlive-context-handlecsv' 'texlive-context-handlecsv-doc' 'texlive-context-inifile' 'texlive-context-inifile-doc' 'texlive-context-layout' 'texlive-context-layout-doc' 'texlive-context-letter' 'texlive-context-letter-doc' 'texlive-context-lettrine' 'texlive-context-lettrine-doc' 'texlive-context-mathsets' 'texlive-context-mathsets-doc' 'texlive-context-notes-zh-cn' 'texlive-context-rst' 'texlive-context-rst-doc' 'texlive-context-ruby' 'texlive-context-ruby-doc' 'texlive-context-simplefonts' 'texlive-context-simplefonts-doc' 'texlive-context-simpleslides' 'texlive-context-simpleslides-doc' 'texlive-context-title' 'texlive-context-title-doc' 'texlive-context-transliterator' 'texlive-context-transliterator-doc' 'texlive-context-typearea' 'texlive-context-typearea-doc' 'texlive-context-typescripts' 'texlive-context-typescripts-doc' 'texlive-context-vim' 'texlive-context-vim-doc' 'texlive-context-visualcounter' 'texlive-context-visualcounter-doc' 'texlive-continue' 'texlive-continue-doc' 'texlive-contour' 'texlive-contour-doc' 'texlive-contracard' 'texlive-contracard-doc' 'texlive-conv-xkv' 'texlive-conv-xkv-doc' 'texlive-convbkmk' 'texlive-convbkmk-bin' 'texlive-convbkmk-doc' 'texlive-cooking' 'texlive-cooking-doc' 'texlive-cooking-units' 'texlive-cooking-units-doc' 'texlive-cookingsymbols' 'texlive-cookingsymbols-doc' 'texlive-cool' 'texlive-cool-doc' 'texlive-coollist' 'texlive-coollist-doc' 'texlive-coolstr' 'texlive-coolstr-doc' 'texlive-coolthms' 'texlive-coolthms-doc' 'texlive-cooltooltips' 'texlive-cooltooltips-doc' 'texlive-coordsys' 'texlive-coordsys-doc' 'texlive-copyedit' 'texlive-copyedit-doc' 'texlive-copyrightbox' 'texlive-copyrightbox-doc' 'texlive-cormorantgaramond' 'texlive-cormorantgaramond-doc' 'texlive-cormorantgaramond-fonts' 'texlive-correctmathalign' 'texlive-correctmathalign-doc' 'texlive-coseoul' 'texlive-coseoul-doc' 'texlive-countriesofeurope' 'texlive-countriesofeurope-doc' 'texlive-countriesofeurope-fonts' 'texlive-counttexruns' 'texlive-counttexruns-doc' 'texlive-courier' 'texlive-courier-fonts' 'texlive-courier-scaled' 'texlive-courier-scaled-doc' 'texlive-courseoutline' 'texlive-courseoutline-doc' 'texlive-coursepaper' 'texlive-coursepaper-doc' 'texlive-coverpage' 'texlive-coverpage-doc' 'texlive-covington' 'texlive-covington-doc' 'texlive-cprotect' 'texlive-cprotect-doc' 'texlive-cqubeamer' 'texlive-cqubeamer-doc' 'texlive-cquthesis' 'texlive-cquthesis-doc' 'texlive-crbox' 'texlive-crbox-doc' 'texlive-crimson' 'texlive-crimson-doc' 'texlive-crimson-fonts' 'texlive-crimsonpro' 'texlive-crimsonpro-doc' 'texlive-crimsonpro-fonts' 'texlive-crop' 'texlive-crop-doc' 'texlive-crossreference' 'texlive-crossreference-doc' 'texlive-crossreftools' 'texlive-crossreftools-doc' 'texlive-crossrefware' 'texlive-crossrefware-bin' 'texlive-crossrefware-doc' 'texlive-crossword' 'texlive-crossword-doc' 'texlive-crosswrd' 'texlive-crosswrd-doc' 'texlive-cryptocode' 'texlive-cryptocode-doc' 'texlive-cryst' 'texlive-cryst-doc' 'texlive-cryst-fonts' 'texlive-cs' 'texlive-cs-fonts' 'texlive-csbulletin' 'texlive-csbulletin-doc' 'texlive-cslatex' 'texlive-cslatex-bin' 'texlive-cslatex-doc' 'texlive-csplain' 'texlive-csplain-bin' 'texlive-csquotes' 'texlive-csquotes-de' 'texlive-csquotes-doc' 'texlive-css-colors' 'texlive-css-colors-doc' 'texlive-cstex' 'texlive-cstypo' 'texlive-cstypo-doc' 'texlive-csvsimple' 'texlive-csvsimple-doc' 'texlive-ctable' 'texlive-ctable-doc' 'texlive-ctablestack' 'texlive-ctablestack-doc' 'texlive-ctan-o-mat' 'texlive-ctan-o-mat-bin' 'texlive-ctan-o-mat-doc' 'texlive-ctan_chk' 'texlive-ctanbib' 'texlive-ctanbib-bin' 'texlive-ctanbib-doc' 'texlive-ctanify' 'texlive-ctanify-bin' 'texlive-ctanify-doc' 'texlive-ctanupload' 'texlive-ctanupload-bin' 'texlive-ctanupload-doc' 'texlive-ctex' 'texlive-ctex-doc' 'texlive-ctex-faq' 'texlive-ctib' 'texlive-ctib-doc' 'texlive-ctie' 'texlive-ctie-bin' 'texlive-cuisine' 'texlive-cuisine-doc' 'texlive-cuprum' 'texlive-cuprum-doc' 'texlive-cuprum-fonts' 'texlive-currency' 'texlive-currency-doc' 'texlive-currfile' 'texlive-currfile-doc' 'texlive-currvita' 'texlive-currvita-doc' 'texlive-cursolatex' 'texlive-curve' 'texlive-curve-doc' 'texlive-curve2e' 'texlive-curve2e-doc' 'texlive-curves' 'texlive-curves-doc' 'texlive-custom-bib' 'texlive-custom-bib-doc' 'texlive-cutwin' 'texlive-cutwin-doc' 'texlive-cv' 'texlive-cv-doc' 'texlive-cv4tw' 'texlive-cv4tw-doc' 'texlive-cweb' 'texlive-cweb-bin' 'texlive-cweb-doc' 'texlive-cweb-latex' 'texlive-cweb-latex-doc' 'texlive-cweb-old' 'texlive-cyber' 'texlive-cyber-doc' 'texlive-cybercic' 'texlive-cybercic-doc' 'texlive-cyklop' 'texlive-cyklop-doc' 'texlive-cyklop-fonts' 'texlive-cyrillic' 'texlive-cyrillic-bin' 'texlive-cyrillic-bin-bin' 'texlive-cyrillic-bin-doc' 'texlive-cyrillic-doc' 'texlive-cyrplain' 'texlive-dad' 'texlive-dad-doc' 'texlive-dad-fonts' 'texlive-dancers' 'texlive-dantelogo' 'texlive-dantelogo-doc' 'texlive-dantelogo-fonts' 'texlive-dashbox' 'texlive-dashbox-doc' 'texlive-dashrule' 'texlive-dashrule-doc' 'texlive-dashundergaps' 'texlive-dashundergaps-doc' 'texlive-dataref' 'texlive-dataref-doc' 'texlive-datatool' 'texlive-datatool-doc' 'texlive-dateiliste' 'texlive-dateiliste-doc' 'texlive-datenumber' 'texlive-datenumber-doc' 'texlive-datetime' 'texlive-datetime-doc' 'texlive-datetime2' 'texlive-datetime2-bahasai' 'texlive-datetime2-bahasai-doc' 'texlive-datetime2-basque' 'texlive-datetime2-basque-doc' 'texlive-datetime2-breton' 'texlive-datetime2-breton-doc' 'texlive-datetime2-bulgarian' 'texlive-datetime2-bulgarian-doc' 'texlive-datetime2-catalan' 'texlive-datetime2-catalan-doc' 'texlive-datetime2-croatian' 'texlive-datetime2-croatian-doc' 'texlive-datetime2-czech' 'texlive-datetime2-czech-doc' 'texlive-datetime2-danish' 'texlive-datetime2-danish-doc' 'texlive-datetime2-doc' 'texlive-datetime2-dutch' 'texlive-datetime2-dutch-doc' 'texlive-datetime2-en-fulltext' 'texlive-datetime2-en-fulltext-doc' 'texlive-datetime2-english' 'texlive-datetime2-english-doc' 'texlive-datetime2-esperanto' 'texlive-datetime2-esperanto-doc' 'texlive-datetime2-estonian' 'texlive-datetime2-estonian-doc' 'texlive-datetime2-finnish' 'texlive-datetime2-finnish-doc' 'texlive-datetime2-french' 'texlive-datetime2-french-doc' 'texlive-datetime2-galician' 'texlive-datetime2-galician-doc' 'texlive-datetime2-german' 'texlive-datetime2-german-doc' 'texlive-datetime2-greek' 'texlive-datetime2-greek-doc' 'texlive-datetime2-hebrew' 'texlive-datetime2-hebrew-doc' 'texlive-datetime2-icelandic' 'texlive-datetime2-icelandic-doc' 'texlive-datetime2-irish' 'texlive-datetime2-irish-doc' 'texlive-datetime2-it-fulltext' 'texlive-datetime2-it-fulltext-doc' 'texlive-datetime2-italian' 'texlive-datetime2-italian-doc' 'texlive-datetime2-latin' 'texlive-datetime2-latin-doc' 'texlive-datetime2-lsorbian' 'texlive-datetime2-lsorbian-doc' 'texlive-datetime2-magyar' 'texlive-datetime2-magyar-doc' 'texlive-datetime2-norsk' 'texlive-datetime2-norsk-doc' 'texlive-datetime2-polish' 'texlive-datetime2-polish-doc' 'texlive-datetime2-portuges' 'texlive-datetime2-portuges-doc' 'texlive-datetime2-romanian' 'texlive-datetime2-romanian-doc' 'texlive-datetime2-russian' 'texlive-datetime2-russian-doc' 'texlive-datetime2-samin' 'texlive-datetime2-samin-doc' 'texlive-datetime2-scottish' 'texlive-datetime2-scottish-doc' 'texlive-datetime2-serbian' 'texlive-datetime2-serbian-doc' 'texlive-datetime2-slovak' 'texlive-datetime2-slovak-doc' 'texlive-datetime2-slovene' 'texlive-datetime2-slovene-doc' 'texlive-datetime2-spanish' 'texlive-datetime2-spanish-doc' 'texlive-datetime2-swedish' 'texlive-datetime2-swedish-doc' 'texlive-datetime2-turkish' 'texlive-datetime2-turkish-doc' 'texlive-datetime2-ukrainian' 'texlive-datetime2-ukrainian-doc' 'texlive-datetime2-usorbian' 'texlive-datetime2-usorbian-doc' 'texlive-datetime2-welsh' 'texlive-datetime2-welsh-doc' 'texlive-dblfloatfix' 'texlive-dblfloatfix-doc' 'texlive-dccpaper' 'texlive-dccpaper-doc' 'texlive-dcpic' 'texlive-dcpic-doc' 'texlive-de-macro' 'texlive-de-macro-bin' 'texlive-de-macro-doc' 'texlive-decimal' 'texlive-decimal-doc' 'texlive-decorule' 'texlive-decorule-doc' 'texlive-dehyph' 'texlive-dehyph-exptl' 'texlive-dehyph-exptl-doc' 'texlive-dejavu' 'texlive-dejavu-doc' 'texlive-dejavu-fonts' 'texlive-dejavu-otf' 'texlive-dejavu-otf-doc' 'texlive-delim' 'texlive-delim-doc' 'texlive-delimseasy' 'texlive-delimseasy-doc' 'texlive-delimset' 'texlive-delimset-doc' 'texlive-delimtxt' 'texlive-delimtxt-doc' 'texlive-denisbdoc' 'texlive-denisbdoc-doc' 'texlive-detex' 'texlive-detex-bin' 'texlive-devel' 'texlive-dhua' 'texlive-dhua-doc' 'texlive-diadia' 'texlive-diadia-bin' 'texlive-diadia-doc' 'texlive-diagbox' 'texlive-diagbox-doc' 'texlive-diagmac2' 'texlive-diagmac2-doc' 'texlive-diagnose' 'texlive-diagnose-doc' 'texlive-dialogl' 'texlive-dialogl-doc' 'texlive-dice' 'texlive-dice-doc' 'texlive-dichokey' 'texlive-dichokey-doc' 'texlive-dickimaw' 'texlive-dictsym' 'texlive-dictsym-doc' 'texlive-dictsym-fonts' 'texlive-diffcoeff' 'texlive-diffcoeff-doc' 'texlive-digiconfigs' 'texlive-digiconfigs-doc' 'texlive-dijkstra' 'texlive-dijkstra-doc' 'texlive-din1505' 'texlive-din1505-doc' 'texlive-dinat' 'texlive-dinat-doc' 'texlive-dinbrief' 'texlive-dinbrief-doc' 'texlive-dingbat' 'texlive-dingbat-doc' 'texlive-directory' 'texlive-directory-doc' 'texlive-dirtree' 'texlive-dirtree-doc' 'texlive-dirtytalk' 'texlive-dirtytalk-doc' 'texlive-disser' 'texlive-disser-doc' 'texlive-ditaa' 'texlive-ditaa-doc' 'texlive-dithesis' 'texlive-dithesis-doc' 'texlive-dk-bib' 'texlive-dk-bib-doc' 'texlive-dlfltxb' 'texlive-dlfltxb-doc' 'texlive-dnaseq' 'texlive-dnaseq-doc' 'texlive-dnp' 'texlive-doc-pictex' 'texlive-docbytex' 'texlive-docbytex-doc' 'texlive-doclicense' 'texlive-doclicense-doc' 'texlive-docmfp' 'texlive-docmfp-doc' 'texlive-docmute' 'texlive-docmute-doc' 'texlive-docsurvey' 'texlive-doctools' 'texlive-doctools-doc' 'texlive-documentation' 'texlive-documentation-doc' 'texlive-doi' 'texlive-doi-doc' 'texlive-doipubmed' 'texlive-doipubmed-doc' 'texlive-dosepsbin' 'texlive-dosepsbin-bin' 'texlive-dosepsbin-doc' 'texlive-dot2texi' 'texlive-dot2texi-doc' 'texlive-dotarrow' 'texlive-dotarrow-doc' 'texlive-dotseqn' 'texlive-dotseqn-doc' 'texlive-dottex' 'texlive-dottex-doc' 'texlive-doublestroke' 'texlive-doublestroke-doc' 'texlive-doublestroke-fonts' 'texlive-dowith' 'texlive-dowith-doc' 'texlive-download' 'texlive-download-doc' 'texlive-dox' 'texlive-dox-doc' 'texlive-dozenal' 'texlive-dozenal-doc' 'texlive-dozenal-fonts' 'texlive-dpfloat' 'texlive-dpfloat-doc' 'texlive-dprogress' 'texlive-dprogress-doc' 'texlive-drac' 'texlive-drac-doc' 'texlive-draftcopy' 'texlive-draftcopy-doc' 'texlive-draftfigure' 'texlive-draftfigure-doc' 'texlive-draftwatermark' 'texlive-draftwatermark-doc' 'texlive-dramatist' 'texlive-dramatist-doc' 'texlive-dratex' 'texlive-dratex-doc' 'texlive-drawmatrix' 'texlive-drawmatrix-doc' 'texlive-drawstack' 'texlive-drawstack-doc' 'texlive-drm' 'texlive-drm-doc' 'texlive-drm-fonts' 'texlive-droid' 'texlive-droid-doc' 'texlive-droid-fonts' 'texlive-droit-fr' 'texlive-droit-fr-doc' 'texlive-drs' 'texlive-drs-doc' 'texlive-drv' 'texlive-drv-doc' 'texlive-dsptricks' 'texlive-dsptricks-doc' 'texlive-dsserif' 'texlive-dsserif-doc' 'texlive-dsserif-fonts' 'texlive-dtk' 'texlive-dtk-doc' 'texlive-dtl' 'texlive-dtl-bin' 'texlive-dtxdescribe' 'texlive-dtxdescribe-doc' 'texlive-dtxgallery' 'texlive-dtxgen' 'texlive-dtxgen-bin' 'texlive-dtxgen-doc' 'texlive-dtxtut' 'texlive-ducksay' 'texlive-ducksay-doc' 'texlive-duckuments' 'texlive-duckuments-doc' 'texlive-duerer' 'texlive-duerer-doc' 'texlive-duerer-latex' 'texlive-duerer-latex-doc' 'texlive-duotenzor' 'texlive-duotenzor-doc' 'texlive-dutchcal' 'texlive-dutchcal-doc' 'texlive-dutchcal-fonts' 'texlive-dvdcoll' 'texlive-dvdcoll-doc' 'texlive-dvgloss' 'texlive-dvgloss-doc' 'texlive-dviasm' 'texlive-dviasm-bin' 'texlive-dviasm-doc' 'texlive-dvicopy' 'texlive-dvicopy-bin' 'texlive-dvidvi' 'texlive-dvidvi-bin' 'texlive-dviincl' 'texlive-dviincl-doc' 'texlive-dviinfox' 'texlive-dviinfox-bin' 'texlive-dviinfox-doc' 'texlive-dviljk' 'texlive-dviljk-bin' 'texlive-dviout-util' 'texlive-dviout-util-bin' 'texlive-dvipdfmx' 'texlive-dvipdfmx-bin' 'texlive-dvipdfmx-doc' 'texlive-dvipng' 'texlive-dvipng-bin' 'texlive-dvipos' 'texlive-dvipos-bin' 'texlive-dvips' 'texlive-dvips-bin' 'texlive-dvips-doc' 'texlive-dvipsconfig' 'texlive-dvisvgm' 'texlive-dvisvgm-bin' 'texlive-dynamicnumber' 'texlive-dynamicnumber-doc' 'texlive-dynblocks' 'texlive-dynblocks-doc' 'texlive-dynkin-diagrams' 'texlive-dynkin-diagrams-doc' 'texlive-dyntree' 'texlive-dyntree-doc' 'texlive-e-french' 'texlive-e-french-doc' 'texlive-ean' 'texlive-ean-doc' 'texlive-ean13isbn' 'texlive-ean13isbn-doc' 'texlive-easy' 'texlive-easy-doc' 'texlive-easy-todo' 'texlive-easy-todo-doc' 'texlive-easyfig' 'texlive-easyfig-doc' 'texlive-easyformat' 'texlive-easyformat-doc' 'texlive-easylist' 'texlive-easylist-doc' 'texlive-easyreview' 'texlive-easyreview-doc' 'texlive-ebezier' 'texlive-ebezier-doc' 'texlive-ebgaramond' 'texlive-ebgaramond-doc' 'texlive-ebgaramond-fonts' 'texlive-ebgaramond-maths' 'texlive-ebgaramond-maths-doc' 'texlive-ebong' 'texlive-ebong-bin' 'texlive-ebong-doc' 'texlive-ebook' 'texlive-ebook-doc' 'texlive-ebproof' 'texlive-ebproof-doc' 'texlive-ebsthesis' 'texlive-ebsthesis-doc' 'texlive-ec' 'texlive-ec-doc' 'texlive-ecc' 'texlive-ecc-doc' 'texlive-ecclesiastic' 'texlive-ecclesiastic-doc' 'texlive-ecgdraw' 'texlive-ecgdraw-doc' 'texlive-ecltree' 'texlive-ecltree-doc' 'texlive-eco' 'texlive-eco-doc' 'texlive-ecobiblatex' 'texlive-ecobiblatex-doc' 'texlive-econ-bst' 'texlive-econ-bst-doc' 'texlive-econometrics' 'texlive-econometrics-doc' 'texlive-economic' 'texlive-economic-doc' 'texlive-ecothesis' 'texlive-ecv' 'texlive-ecv-doc' 'texlive-ed' 'texlive-ed-doc' 'texlive-edfnotes' 'texlive-edfnotes-doc' 'texlive-edmac' 'texlive-edmac-doc' 'texlive-edmargin' 'texlive-edmargin-doc' 'texlive-ednotes' 'texlive-ednotes-doc' 'texlive-eemeir' 'texlive-eemeir-doc' 'texlive-eepic' 'texlive-eepic-doc' 'texlive-efbox' 'texlive-efbox-doc' 'texlive-egameps' 'texlive-egameps-doc' 'texlive-egplot' 'texlive-egplot-doc' 'texlive-eiad' 'texlive-eiad-doc' 'texlive-eiad-ltx' 'texlive-eiad-ltx-doc' 'texlive-eijkhout' 'texlive-einfuehrung' 'texlive-einfuehrung2' 'texlive-ejpecp' 'texlive-ejpecp-doc' 'texlive-ekaia' 'texlive-ekaia-doc' 'texlive-elbioimp' 'texlive-elbioimp-doc' 'texlive-electrum' 'texlive-electrum-doc' 'texlive-electrum-fonts' 'texlive-eledform' 'texlive-eledform-doc' 'texlive-eledmac' 'texlive-eledmac-doc' 'texlive-elegantbook' 'texlive-elegantbook-doc' 'texlive-elegantnote' 'texlive-elegantnote-doc' 'texlive-elegantpaper' 'texlive-elegantpaper-doc' 'texlive-elements' 'texlive-elements-doc' 'texlive-ellipse' 'texlive-ellipse-doc' 'texlive-ellipsis' 'texlive-ellipsis-doc' 'texlive-elmath' 'texlive-elmath-doc' 'texlive-elocalloc' 'texlive-elocalloc-doc' 'texlive-elpres' 'texlive-elpres-doc' 'texlive-els-cas-templates' 'texlive-els-cas-templates-doc' 'texlive-elsarticle' 'texlive-elsarticle-doc' 'texlive-elteikthesis' 'texlive-elteikthesis-doc' 'texlive-eltex' 'texlive-eltex-doc' 'texlive-elvish' 'texlive-elvish-doc' 'texlive-elzcards' 'texlive-elzcards-doc' 'texlive-emarks' 'texlive-emarks-doc' 'texlive-embedall' 'texlive-embedall-doc' 'texlive-embrac' 'texlive-embrac-doc' 'texlive-emf' 'texlive-emf-doc' 'texlive-emisa' 'texlive-emisa-doc' 'texlive-emp' 'texlive-emp-doc' 'texlive-emptypage' 'texlive-emptypage-doc' 'texlive-emulateapj' 'texlive-emulateapj-doc' 'texlive-enctex' 'texlive-enctex-doc' 'texlive-encxvlna' 'texlive-encxvlna-doc' 'texlive-endfloat' 'texlive-endfloat-doc' 'texlive-endheads' 'texlive-endheads-doc' 'texlive-endiagram' 'texlive-endiagram-doc' 'texlive-endnotes' 'texlive-endnotes-doc' 'texlive-endnotesj' 'texlive-endnotesj-doc' 'texlive-endofproofwd' 'texlive-endofproofwd-doc' 'texlive-engpron' 'texlive-engpron-doc' 'texlive-engrec' 'texlive-engrec-doc' 'texlive-engtlc' 'texlive-engtlc-doc' 'texlive-enigma' 'texlive-enigma-doc' 'texlive-enotez' 'texlive-enotez-doc' 'texlive-enumitem' 'texlive-enumitem-doc' 'texlive-enumitem-zref' 'texlive-enumitem-zref-doc' 'texlive-envbig' 'texlive-envbig-doc' 'texlive-environ' 'texlive-environ-doc' 'texlive-envlab' 'texlive-envlab-doc' 'texlive-epigrafica' 'texlive-epigrafica-doc' 'texlive-epigrafica-fonts' 'texlive-epigram' 'texlive-epigraph' 'texlive-epigraph-doc' 'texlive-epiolmec' 'texlive-epiolmec-doc' 'texlive-epiolmec-fonts' 'texlive-eplain' 'texlive-eplain-bin' 'texlive-eplain-doc' 'texlive-epsdice' 'texlive-epsdice-doc' 'texlive-epsf' 'texlive-epsf-doc' 'texlive-epsf-dvipdfmx' 'texlive-epsf-dvipdfmx-doc' 'texlive-epsincl' 'texlive-epsincl-doc' 'texlive-epslatex-fr' 'texlive-epspdf' 'texlive-epspdf-bin' 'texlive-epspdf-doc' 'texlive-epspdfconversion' 'texlive-epspdfconversion-doc' 'texlive-epstopdf' 'texlive-epstopdf-bin' 'texlive-epstopdf-doc' 'texlive-eqell' 'texlive-eqell-doc' 'texlive-eqexpl' 'texlive-eqexpl-doc' 'texlive-eqlist' 'texlive-eqlist-doc' 'texlive-eqnalign' 'texlive-eqnalign-doc' 'texlive-eqname' 'texlive-eqnarray' 'texlive-eqnarray-doc' 'texlive-eqnnumwarn' 'texlive-eqnnumwarn-doc' 'texlive-eqparbox' 'texlive-eqparbox-doc' 'texlive-erdc' 'texlive-erdc-doc' 'texlive-erewhon' 'texlive-erewhon-doc' 'texlive-erewhon-fonts' 'texlive-errata' 'texlive-errata-doc' 'texlive-erw-l3' 'texlive-erw-l3-doc' 'texlive-es-tex-faq' 'texlive-esami' 'texlive-esami-doc' 'texlive-esdiff' 'texlive-esdiff-doc' 'texlive-esint' 'texlive-esint-doc' 'texlive-esint-type1' 'texlive-esint-type1-doc' 'texlive-esint-type1-fonts' 'texlive-esk' 'texlive-esk-doc' 'texlive-eskd' 'texlive-eskd-doc' 'texlive-eskdx' 'texlive-eskdx-doc' 'texlive-eso-pic' 'texlive-eso-pic-doc' 'texlive-esrelation' 'texlive-esrelation-doc' 'texlive-esrelation-fonts' 'texlive-esstix' 'texlive-esstix-doc' 'texlive-esstix-fonts' 'texlive-estcpmm' 'texlive-estcpmm-doc' 'texlive-esvect' 'texlive-esvect-doc' 'texlive-esvect-fonts' 'texlive-etaremune' 'texlive-etaremune-doc' 'texlive-etdipa' 'texlive-etex' 'texlive-etex-doc' 'texlive-etex-pkg' 'texlive-etex-pkg-doc' 'texlive-etextools' 'texlive-etextools-doc' 'texlive-ethiop' 'texlive-ethiop-doc' 'texlive-ethiop-t1' 'texlive-ethiop-t1-doc' 'texlive-ethiop-t1-fonts' 'texlive-etoc' 'texlive-etoc-doc' 'texlive-etoolbox' 'texlive-etoolbox-de' 'texlive-etoolbox-doc' 'texlive-etsvthor' 'texlive-etsvthor-doc' 'texlive-euenc' 'texlive-euenc-doc' 'texlive-euflag' 'texlive-euflag-doc' 'texlive-eukdate' 'texlive-eukdate-doc' 'texlive-euler' 'texlive-euler-doc' 'texlive-eulerpx' 'texlive-eulerpx-doc' 'texlive-eulervm' 'texlive-eulervm-doc' 'texlive-euro' 'texlive-euro-ce' 'texlive-euro-ce-doc' 'texlive-euro-doc' 'texlive-europasscv' 'texlive-europasscv-doc' 'texlive-europecv' 'texlive-europecv-doc' 'texlive-eurosym' 'texlive-eurosym-doc' 'texlive-eurosym-fonts' 'texlive-euxm' 'texlive-everyhook' 'texlive-everyhook-doc' 'texlive-everypage' 'texlive-everypage-doc' 'texlive-exam' 'texlive-exam-doc' 'texlive-exam-n' 'texlive-exam-n-doc' 'texlive-exam-randomizechoices' 'texlive-exam-randomizechoices-doc' 'texlive-examdesign' 'texlive-examdesign-doc' 'texlive-example' 'texlive-examplep' 'texlive-examplep-doc' 'texlive-exceltex' 'texlive-exceltex-bin' 'texlive-exceltex-doc' 'texlive-excludeonly' 'texlive-excludeonly-doc' 'texlive-exercise' 'texlive-exercise-doc' 'texlive-exercisebank' 'texlive-exercisebank-doc' 'texlive-exercisepoints' 'texlive-exercisepoints-doc' 'texlive-exercises' 'texlive-exercises-doc' 'texlive-exframe' 'texlive-exframe-doc' 'texlive-exp-testopt' 'texlive-exp-testopt-doc' 'texlive-expdlist' 'texlive-expdlist-doc' 'texlive-expex' 'texlive-expex-doc' 'texlive-export' 'texlive-export-doc' 'texlive-expressg' 'texlive-expressg-doc' 'texlive-exsheets' 'texlive-exsheets-doc' 'texlive-exsol' 'texlive-exsol-doc' 'texlive-extarrows' 'texlive-extarrows-doc' 'texlive-exteps' 'texlive-exteps-doc' 'texlive-extpfeil' 'texlive-extpfeil-doc' 'texlive-extract' 'texlive-extract-doc' 'texlive-extratools' 'texlive-extsizes' 'texlive-extsizes-doc' 'texlive-facsimile' 'texlive-facsimile-doc' 'texlive-factura' 'texlive-factura-doc' 'texlive-facture' 'texlive-facture-belge-simple-sans-tva' 'texlive-facture-belge-simple-sans-tva-doc' 'texlive-facture-doc' 'texlive-faktor' 'texlive-faktor-doc' 'texlive-fancybox' 'texlive-fancybox-doc' 'texlive-fancyhandout' 'texlive-fancyhandout-doc' 'texlive-fancyhdr' 'texlive-fancyhdr-doc' 'texlive-fancyhdr-it' 'texlive-fancylabel' 'texlive-fancylabel-doc' 'texlive-fancynum' 'texlive-fancynum-doc' 'texlive-fancypar' 'texlive-fancypar-doc' 'texlive-fancyref' 'texlive-fancyref-doc' 'texlive-fancyslides' 'texlive-fancyslides-doc' 'texlive-fancytabs' 'texlive-fancytabs-doc' 'texlive-fancytooltips' 'texlive-fancytooltips-doc' 'texlive-fancyvrb' 'texlive-fancyvrb-doc' 'texlive-fandol' 'texlive-fandol-doc' 'texlive-fandol-fonts' 'texlive-fascicules' 'texlive-fascicules-doc' 'texlive-fast-diagram' 'texlive-fast-diagram-doc' 'texlive-fbb' 'texlive-fbb-doc' 'texlive-fbb-fonts' 'texlive-fbithesis' 'texlive-fbithesis-doc' 'texlive-fbox' 'texlive-fbox-doc' 'texlive-fbs' 'texlive-fc' 'texlive-fc-doc' 'texlive-fcavtex' 'texlive-fcavtex-doc' 'texlive-fcltxdoc' 'texlive-fcltxdoc-doc' 'texlive-fcolumn' 'texlive-fcolumn-doc' 'texlive-fdsymbol' 'texlive-fdsymbol-doc' 'texlive-fdsymbol-fonts' 'texlive-fduthesis' 'texlive-fduthesis-doc' 'texlive-featpost' 'texlive-featpost-doc' 'texlive-fei' 'texlive-fei-doc' 'texlive-fenixpar' 'texlive-fenixpar-doc' 'texlive-fetamont' 'texlive-fetamont-doc' 'texlive-fetamont-fonts' 'texlive-fetchcls' 'texlive-fetchcls-doc' 'texlive-feupphdteses' 'texlive-feupphdteses-doc' 'texlive-feyn' 'texlive-feyn-doc' 'texlive-feynmf' 'texlive-feynmf-doc' 'texlive-feynmp-auto' 'texlive-feynmp-auto-doc' 'texlive-ffslides' 'texlive-ffslides-doc' 'texlive-fge' 'texlive-fge-doc' 'texlive-fge-fonts' 'texlive-fgruler' 'texlive-fgruler-doc' 'texlive-fibeamer' 'texlive-fibeamer-doc' 'texlive-fifinddo-info' 'texlive-fifinddo-info-doc' 'texlive-fifo-stack' 'texlive-fifo-stack-doc' 'texlive-fig4latex' 'texlive-fig4latex-bin' 'texlive-fig4latex-doc' 'texlive-figbas' 'texlive-figbas-doc' 'texlive-figbas-fonts' 'texlive-figbib' 'texlive-figbib-doc' 'texlive-figflow' 'texlive-figflow-doc' 'texlive-figsize' 'texlive-figsize-doc' 'texlive-filecontents' 'texlive-filecontents-doc' 'texlive-filecontentsdef' 'texlive-filecontentsdef-doc' 'texlive-filedate' 'texlive-filedate-doc' 'texlive-filehook' 'texlive-filehook-doc' 'texlive-fileinfo' 'texlive-fileinfo-doc' 'texlive-filemod' 'texlive-filemod-doc' 'texlive-filesystem' 'texlive-finbib' 'texlive-findhyph' 'texlive-findhyph-bin' 'texlive-findhyph-doc' 'texlive-fink' 'texlive-fink-doc' 'texlive-finstrut' 'texlive-finstrut-doc' 'texlive-fira' 'texlive-fira-doc' 'texlive-fira-fonts' 'texlive-firamath' 'texlive-firamath-doc' 'texlive-firamath-fonts' 'texlive-firamath-otf' 'texlive-firamath-otf-doc' 'texlive-first-latex-doc' 'texlive-fitbox' 'texlive-fitbox-doc' 'texlive-fithesis' 'texlive-fithesis-doc' 'texlive-fix2col' 'texlive-fix2col-doc' 'texlive-fixcmex' 'texlive-fixcmex-doc' 'texlive-fixfoot' 'texlive-fixfoot-doc' 'texlive-fixjfm' 'texlive-fixjfm-doc' 'texlive-fixlatvian' 'texlive-fixlatvian-doc' 'texlive-fixltxhyph' 'texlive-fixltxhyph-doc' 'texlive-fixme' 'texlive-fixme-doc' 'texlive-fixmetodonotes' 'texlive-fixmetodonotes-doc' 'texlive-fixpdfmag' 'texlive-fiziko' 'texlive-fiziko-doc' 'texlive-fjodor' 'texlive-fjodor-doc' 'texlive-flabels' 'texlive-flabels-doc' 'texlive-flacards' 'texlive-flacards-doc' 'texlive-flagderiv' 'texlive-flagderiv-doc' 'texlive-flashcards' 'texlive-flashcards-doc' 'texlive-flashmovie' 'texlive-flashmovie-doc' 'texlive-flipbook' 'texlive-flipbook-doc' 'texlive-flippdf' 'texlive-flippdf-doc' 'texlive-float' 'texlive-float-doc' 'texlive-floatrow' 'texlive-floatrow-doc' 'texlive-flowchart' 'texlive-flowchart-doc' 'texlive-flowfram' 'texlive-flowfram-doc' 'texlive-fltpoint' 'texlive-fltpoint-doc' 'texlive-fmp' 'texlive-fmp-doc' 'texlive-fmtcount' 'texlive-fmtcount-doc' 'texlive-fn2end' 'texlive-fn2end-doc' 'texlive-fnbreak' 'texlive-fnbreak-doc' 'texlive-fncychap' 'texlive-fncychap-doc' 'texlive-fncylab' 'texlive-fncylab-doc' 'texlive-fnpara' 'texlive-fnpara-doc' 'texlive-fnpct' 'texlive-fnpct-doc' 'texlive-fnspe' 'texlive-fnspe-doc' 'texlive-fntproof' 'texlive-fntproof-doc' 'texlive-fnumprint' 'texlive-fnumprint-doc' 'texlive-foekfont' 'texlive-foekfont-doc' 'texlive-foekfont-fonts' 'texlive-foilhtml' 'texlive-foilhtml-doc' 'texlive-fonetika' 'texlive-fonetika-doc' 'texlive-fonetika-fonts' 'texlive-font-change' 'texlive-font-change-doc' 'texlive-font-change-xetex' 'texlive-font-change-xetex-doc' 'texlive-fontawesome' 'texlive-fontawesome-doc' 'texlive-fontawesome-fonts' 'texlive-fontawesome5' 'texlive-fontawesome5-doc' 'texlive-fontawesome5-fonts' 'texlive-fontaxes' 'texlive-fontaxes-doc' 'texlive-fontbook' 'texlive-fontbook-doc' 'texlive-fontch' 'texlive-fontch-doc' 'texlive-fontinst' 'texlive-fontinst-bin' 'texlive-fontinst-doc' 'texlive-fontmfizz' 'texlive-fontmfizz-doc' 'texlive-fontmfizz-fonts' 'texlive-fontname' 'texlive-fontname-doc' 'texlive-fontools' 'texlive-fontools-bin' 'texlive-fontools-doc' 'texlive-fonts-churchslavonic' 'texlive-fonts-churchslavonic-doc' 'texlive-fonts-churchslavonic-fonts' 'texlive-fonts-tlwg' 'texlive-fonts-tlwg-doc' 'texlive-fonts-tlwg-fonts' 'texlive-fontspec' 'texlive-fontspec-doc' 'texlive-fonttable' 'texlive-fonttable-doc' 'texlive-fontware' 'texlive-fontware-bin' 'texlive-fontwrap' 'texlive-fontwrap-doc' 'texlive-footbib' 'texlive-footbib-doc' 'texlive-footmisc' 'texlive-footmisc-doc' 'texlive-footmisx' 'texlive-footmisx-doc' 'texlive-footnotebackref' 'texlive-footnotebackref-doc' 'texlive-footnotehyper' 'texlive-footnotehyper-doc' 'texlive-footnoterange' 'texlive-footnoterange-doc' 'texlive-footnpag' 'texlive-footnpag-doc' 'texlive-forarray' 'texlive-forarray-doc' 'texlive-foreign' 'texlive-foreign-doc' 'texlive-forest' 'texlive-forest-doc' 'texlive-forest-quickstart' 'texlive-forloop' 'texlive-forloop-doc' 'texlive-formation-latex-ul' 'texlive-formation-latex-ul-doc' 'texlive-formlett' 'texlive-formlett-doc' 'texlive-forms16be' 'texlive-forms16be-doc' 'texlive-formular' 'texlive-formular-doc' 'texlive-fouridx' 'texlive-fouridx-doc' 'texlive-fourier' 'texlive-fourier-doc' 'texlive-fourier-fonts' 'texlive-fouriernc' 'texlive-fouriernc-doc' 'texlive-fp' 'texlive-fp-doc' 'texlive-fpl' 'texlive-fpl-doc' 'texlive-fpl-fonts' 'texlive-fragmaster' 'texlive-fragmaster-bin' 'texlive-fragmaster-doc' 'texlive-fragments' 'texlive-fragments-doc' 'texlive-frame' 'texlive-frame-doc' 'texlive-framed' 'texlive-framed-doc' 'texlive-francais-bst' 'texlive-francais-bst-doc' 'texlive-frankenstein' 'texlive-frankenstein-doc' 'texlive-frcursive' 'texlive-frcursive-doc' 'texlive-frcursive-fonts' 'texlive-frederika2016' 'texlive-frederika2016-doc' 'texlive-frederika2016-fonts' 'texlive-frege' 'texlive-frege-doc' 'texlive-frenchmath' 'texlive-frenchmath-doc' 'texlive-frletter' 'texlive-frletter-doc' 'texlive-frontespizio' 'texlive-frontespizio-doc' 'texlive-ftc-notebook' 'texlive-ftc-notebook-doc' 'texlive-ftcap' 'texlive-ftcap-doc' 'texlive-ftnxtra' 'texlive-ftnxtra-doc' 'texlive-fullblck' 'texlive-fullblck-doc' 'texlive-fullminipage' 'texlive-fullminipage-doc' 'texlive-fullwidth' 'texlive-fullwidth-doc' 'texlive-functan' 'texlive-functan-doc' 'texlive-fundus-calligra' 'texlive-fundus-calligra-doc' 'texlive-fundus-cyr' 'texlive-fundus-sueterlin' 'texlive-fundus-sueterlin-doc' 'texlive-fvextra' 'texlive-fvextra-doc' 'texlive-fwlw' 'texlive-fwlw-doc' 'texlive-g-brief' 'texlive-g-brief-doc' 'texlive-gaceta' 'texlive-gaceta-doc' 'texlive-galois' 'texlive-galois-doc' 'texlive-gamebook' 'texlive-gamebook-doc' 'texlive-gammas' 'texlive-gammas-doc' 'texlive-garamond-math' 'texlive-garamond-math-doc' 'texlive-garamond-math-fonts' 'texlive-garrigues' 'texlive-garrigues-doc' 'texlive-garuda-c90' 'texlive-gastex' 'texlive-gastex-doc' 'texlive-gatech-thesis' 'texlive-gatech-thesis-doc' 'texlive-gates' 'texlive-gates-doc' 'texlive-gatherenum' 'texlive-gatherenum-doc' 'texlive-gauss' 'texlive-gauss-doc' 'texlive-gb4e' 'texlive-gb4e-doc' 'texlive-gbt7714' 'texlive-gbt7714-doc' 'texlive-gcard' 'texlive-gcard-doc' 'texlive-gchords' 'texlive-gchords-doc' 'texlive-gcite' 'texlive-gcite-doc' 'texlive-gender' 'texlive-gender-doc' 'texlive-gene-logic' 'texlive-gene-logic-doc' 'texlive-genealogy' 'texlive-genealogy-doc' 'texlive-genealogytree' 'texlive-genealogytree-doc' 'texlive-genmisc' 'texlive-genmpage' 'texlive-genmpage-doc' 'texlive-gentium-tug' 'texlive-gentium-tug-doc' 'texlive-gentium-tug-fonts' 'texlive-gentle' 'texlive-gentombow' 'texlive-gentombow-doc' 'texlive-geometry' 'texlive-geometry-de' 'texlive-geometry-doc' 'texlive-german' 'texlive-german-doc' 'texlive-germbib' 'texlive-germbib-doc' 'texlive-germkorr' 'texlive-germkorr-doc' 'texlive-geschichtsfrkl' 'texlive-geschichtsfrkl-doc' 'texlive-getfiledate' 'texlive-getfiledate-doc' 'texlive-getitems' 'texlive-getitems-doc' 'texlive-getmap' 'texlive-getmap-bin' 'texlive-getmap-doc' 'texlive-getoptk' 'texlive-getoptk-doc' 'texlive-gfnotation' 'texlive-gfnotation-doc' 'texlive-gfsartemisia' 'texlive-gfsartemisia-doc' 'texlive-gfsartemisia-fonts' 'texlive-gfsbaskerville' 'texlive-gfsbaskerville-doc' 'texlive-gfsbaskerville-fonts' 'texlive-gfsbodoni' 'texlive-gfsbodoni-doc' 'texlive-gfsbodoni-fonts' 'texlive-gfscomplutum' 'texlive-gfscomplutum-doc' 'texlive-gfscomplutum-fonts' 'texlive-gfsdidot' 'texlive-gfsdidot-doc' 'texlive-gfsdidot-fonts' 'texlive-gfsneohellenic' 'texlive-gfsneohellenic-doc' 'texlive-gfsneohellenic-fonts' 'texlive-gfsneohellenicmath' 'texlive-gfsneohellenicmath-doc' 'texlive-gfsneohellenicmath-fonts' 'texlive-gfsporson' 'texlive-gfsporson-doc' 'texlive-gfsporson-fonts' 'texlive-gfssolomos' 'texlive-gfssolomos-doc' 'texlive-gfssolomos-fonts' 'texlive-ghab' 'texlive-ghab-doc' 'texlive-ghsystem' 'texlive-ghsystem-doc' 'texlive-gillcm' 'texlive-gillcm-doc' 'texlive-gillius' 'texlive-gillius-doc' 'texlive-gillius-fonts' 'texlive-gincltex' 'texlive-gincltex-doc' 'texlive-ginpenc' 'texlive-ginpenc-doc' 'texlive-gitfile-info' 'texlive-gitfile-info-doc' 'texlive-gitinfo' 'texlive-gitinfo-doc' 'texlive-gitinfo2' 'texlive-gitinfo2-doc' 'texlive-gitlog' 'texlive-gitlog-doc' 'texlive-gitver' 'texlive-gitver-doc' 'texlive-globalvals' 'texlive-globalvals-doc' 'texlive-gloss' 'texlive-gloss-doc' 'texlive-gloss-occitan' 'texlive-gloss-occitan-doc' 'texlive-glossaries' 'texlive-glossaries-bin' 'texlive-glossaries-danish' 'texlive-glossaries-danish-doc' 'texlive-glossaries-doc' 'texlive-glossaries-dutch' 'texlive-glossaries-dutch-doc' 'texlive-glossaries-english' 'texlive-glossaries-english-doc' 'texlive-glossaries-estonian' 'texlive-glossaries-estonian-doc' 'texlive-glossaries-extra' 'texlive-glossaries-extra-doc' 'texlive-glossaries-finnish' 'texlive-glossaries-finnish-doc' 'texlive-glossaries-french' 'texlive-glossaries-french-doc' 'texlive-glossaries-german' 'texlive-glossaries-german-doc' 'texlive-glossaries-irish' 'texlive-glossaries-irish-doc' 'texlive-glossaries-italian' 'texlive-glossaries-italian-doc' 'texlive-glossaries-magyar' 'texlive-glossaries-magyar-doc' 'texlive-glossaries-polish' 'texlive-glossaries-polish-doc' 'texlive-glossaries-portuges' 'texlive-glossaries-portuges-doc' 'texlive-glossaries-serbian' 'texlive-glossaries-serbian-doc' 'texlive-glossaries-spanish' 'texlive-glossaries-spanish-doc' 'texlive-glyphlist' 'texlive-gmdoc' 'texlive-gmdoc-doc' 'texlive-gmdoc-enhance' 'texlive-gmdoc-enhance-doc' 'texlive-gmiflink' 'texlive-gmiflink-doc' 'texlive-gmp' 'texlive-gmp-doc' 'texlive-gmutils' 'texlive-gmutils-doc' 'texlive-gmverb' 'texlive-gmverb-doc' 'texlive-gmverse' 'texlive-gmverse-doc' 'texlive-gnu-freefont' 'texlive-gnu-freefont-doc' 'texlive-gnu-freefont-fonts' 'texlive-gnuplottex' 'texlive-gnuplottex-doc' 'texlive-go' 'texlive-go-doc' 'texlive-gobble' 'texlive-gobble-doc' 'texlive-gofonts' 'texlive-gofonts-doc' 'texlive-gofonts-fonts' 'texlive-gost' 'texlive-gost-doc' 'texlive-gothic' 'texlive-gothic-doc' 'texlive-gotoh' 'texlive-gotoh-doc' 'texlive-grabbox' 'texlive-grabbox-doc' 'texlive-gradientframe' 'texlive-gradientframe-doc' 'texlive-gradstudentresume' 'texlive-gradstudentresume-doc' 'texlive-grafcet' 'texlive-grafcet-doc' 'texlive-grant' 'texlive-grant-doc' 'texlive-graph35' 'texlive-graph35-doc' 'texlive-graphbox' 'texlive-graphbox-doc' 'texlive-graphics' 'texlive-graphics-cfg' 'texlive-graphics-cfg-doc' 'texlive-graphics-def' 'texlive-graphics-def-doc' 'texlive-graphics-doc' 'texlive-graphics-pln' 'texlive-graphics-pln-doc' 'texlive-graphicx-psmin' 'texlive-graphicx-psmin-doc' 'texlive-graphicxbox' 'texlive-graphicxbox-doc' 'texlive-graphicxpsd' 'texlive-graphicxpsd-doc' 'texlive-graphviz' 'texlive-graphviz-doc' 'texlive-grayhints' 'texlive-grayhints-doc' 'texlive-greek-fontenc' 'texlive-greek-fontenc-doc' 'texlive-greek-inputenc' 'texlive-greek-inputenc-doc' 'texlive-greekdates' 'texlive-greekdates-doc' 'texlive-greektex' 'texlive-greektex-doc' 'texlive-greektonoi' 'texlive-greektonoi-doc' 'texlive-greenpoint' 'texlive-greenpoint-doc' 'texlive-gregoriotex' 'texlive-gregoriotex-bin' 'texlive-gregoriotex-doc' 'texlive-gregoriotex-fonts' 'texlive-grfpaste' 'texlive-grfpaste-doc' 'texlive-grid' 'texlive-grid-doc' 'texlive-grid-system' 'texlive-grid-system-doc' 'texlive-gridset' 'texlive-gridset-doc' 'texlive-gridslides' 'texlive-gridslides-doc' 'texlive-grotesq' 'texlive-grotesq-doc' 'texlive-grotesq-fonts' 'texlive-grundgesetze' 'texlive-grundgesetze-doc' 'texlive-gsemthesis' 'texlive-gsemthesis-doc' 'texlive-gsftopk' 'texlive-gsftopk-bin' 'texlive-gsftopk-doc' 'texlive-gtl' 'texlive-gtl-doc' 'texlive-gtrcrd' 'texlive-gtrcrd-doc' 'texlive-gtrlib-largetrees' 'texlive-gtrlib-largetrees-doc' 'texlive-gu' 'texlive-gu-doc' 'texlive-guide-latex-fr' 'texlive-guide-to-latex' 'texlive-guitar' 'texlive-guitar-doc' 'texlive-guitarchordschemes' 'texlive-guitarchordschemes-doc' 'texlive-guitartabs' 'texlive-guitartabs-doc' 'texlive-guitlogo' 'texlive-guitlogo-doc' 'texlive-gustlib' 'texlive-gustlib-doc' 'texlive-gustprog' 'texlive-gzt' 'texlive-gzt-doc' 'texlive-h2020proposal' 'texlive-h2020proposal-doc' 'texlive-hackthefootline' 'texlive-hackthefootline-doc' 'texlive-hacm' 'texlive-hacm-doc' 'texlive-hacm-fonts' 'texlive-hagenberg-thesis' 'texlive-hagenberg-thesis-doc' 'texlive-halloweenmath' 'texlive-halloweenmath-doc' 'texlive-handin' 'texlive-handin-doc' 'texlive-handout' 'texlive-handout-doc' 'texlive-hands' 'texlive-hang' 'texlive-hang-doc' 'texlive-hanging' 'texlive-hanging-doc' 'texlive-hanoi' 'texlive-happy4th' 'texlive-har2nat' 'texlive-har2nat-doc' 'texlive-hardwrap' 'texlive-hardwrap-doc' 'texlive-harmony' 'texlive-harmony-doc' 'texlive-harnon-cv' 'texlive-harnon-cv-doc' 'texlive-harpoon' 'texlive-harpoon-doc' 'texlive-harvard' 'texlive-harvard-doc' 'texlive-harveyballs' 'texlive-harveyballs-doc' 'texlive-harvmac' 'texlive-harvmac-doc' 'texlive-hatching' 'texlive-hatching-doc' 'texlive-hausarbeit-jura' 'texlive-hausarbeit-jura-doc' 'texlive-havannah' 'texlive-havannah-doc' 'texlive-hc' 'texlive-hc-doc' 'texlive-he-she' 'texlive-he-she-doc' 'texlive-hecthese' 'texlive-hecthese-doc' 'texlive-helvetic' 'texlive-helvetic-fonts' 'texlive-hep' 'texlive-hep-doc' 'texlive-hepnames' 'texlive-hepnames-doc' 'texlive-hepparticles' 'texlive-hepparticles-doc' 'texlive-hepthesis' 'texlive-hepthesis-doc' 'texlive-hepunits' 'texlive-hepunits-doc' 'texlive-here' 'texlive-here-doc' 'texlive-heuristica' 'texlive-heuristica-doc' 'texlive-heuristica-fonts' 'texlive-hexgame' 'texlive-hexgame-doc' 'texlive-hf-tikz' 'texlive-hf-tikz-doc' 'texlive-hfbright' 'texlive-hfbright-doc' 'texlive-hfbright-fonts' 'texlive-hfoldsty' 'texlive-hfoldsty-doc' 'texlive-hhtensor' 'texlive-hhtensor-doc' 'texlive-histogr' 'texlive-histogr-doc' 'texlive-historische-zeitschrift' 'texlive-historische-zeitschrift-doc' 'texlive-hitec' 'texlive-hitec-doc' 'texlive-hithesis' 'texlive-hithesis-doc' 'texlive-hletter' 'texlive-hletter-doc' 'texlive-hlist' 'texlive-hlist-doc' 'texlive-hobby' 'texlive-hobby-doc' 'texlive-hobete' 'texlive-hobete-doc' 'texlive-hook-pre-commit-pkg' 'texlive-horoscop' 'texlive-horoscop-doc' 'texlive-hpsdiss' 'texlive-hpsdiss-doc' 'texlive-hrefhide' 'texlive-hrefhide-doc' 'texlive-hrlatex' 'texlive-hrlatex-doc' 'texlive-hulipsum' 'texlive-hulipsum-doc' 'texlive-hustthesis' 'texlive-hustthesis-doc' 'texlive-hvfloat' 'texlive-hvfloat-doc' 'texlive-hvindex' 'texlive-hvindex-doc' 'texlive-hypdvips' 'texlive-hypdvips-doc' 'texlive-hyper' 'texlive-hyper-doc' 'texlive-hyperbar' 'texlive-hyperbar-doc' 'texlive-hypernat' 'texlive-hypernat-doc' 'texlive-hyperref' 'texlive-hyperref-doc' 'texlive-hyperxmp' 'texlive-hyperxmp-doc' 'texlive-hyph-utf8' 'texlive-hyph-utf8-doc' 'texlive-hyphen-afrikaans' 'texlive-hyphen-ancientgreek' 'texlive-hyphen-arabic' 'texlive-hyphen-armenian' 'texlive-hyphen-base' 'texlive-hyphen-basque' 'texlive-hyphen-belarusian' 'texlive-hyphen-bulgarian' 'texlive-hyphen-catalan' 'texlive-hyphen-chinese' 'texlive-hyphen-churchslavonic' 'texlive-hyphen-coptic' 'texlive-hyphen-croatian' 'texlive-hyphen-czech' 'texlive-hyphen-danish' 'texlive-hyphen-dutch' 'texlive-hyphen-english' 'texlive-hyphen-esperanto' 'texlive-hyphen-estonian' 'texlive-hyphen-ethiopic' 'texlive-hyphen-farsi' 'texlive-hyphen-finnish' 'texlive-hyphen-french' 'texlive-hyphen-friulan' 'texlive-hyphen-galician' 'texlive-hyphen-georgian' 'texlive-hyphen-german' 'texlive-hyphen-greek' 'texlive-hyphen-greek-doc' 'texlive-hyphen-hungarian' 'texlive-hyphen-hungarian-doc' 'texlive-hyphen-icelandic' 'texlive-hyphen-indic' 'texlive-hyphen-indonesian' 'texlive-hyphen-interlingua' 'texlive-hyphen-irish' 'texlive-hyphen-italian' 'texlive-hyphen-kurmanji' 'texlive-hyphen-latin' 'texlive-hyphen-latvian' 'texlive-hyphen-lithuanian' 'texlive-hyphen-mongolian' 'texlive-hyphen-norwegian' 'texlive-hyphen-occitan' 'texlive-hyphen-piedmontese' 'texlive-hyphen-polish' 'texlive-hyphen-portuguese' 'texlive-hyphen-romanian' 'texlive-hyphen-romansh' 'texlive-hyphen-russian' 'texlive-hyphen-sanskrit' 'texlive-hyphen-sanskrit-doc' 'texlive-hyphen-serbian' 'texlive-hyphen-slovak' 'texlive-hyphen-slovenian' 'texlive-hyphen-spanish' 'texlive-hyphen-spanish-doc' 'texlive-hyphen-swedish' 'texlive-hyphen-thai' 'texlive-hyphen-turkish' 'texlive-hyphen-turkmen' 'texlive-hyphen-ukrainian' 'texlive-hyphen-uppersorbian' 'texlive-hyphen-welsh' 'texlive-hyphenat' 'texlive-hyphenat-doc' 'texlive-hyphenex' 'texlive-hyplain' 'texlive-hyplain-doc' 'texlive-ibycus-babel' 'texlive-ibycus-babel-doc' 'texlive-ibygrk' 'texlive-ibygrk-doc' 'texlive-ibygrk-fonts' 'texlive-icite' 'texlive-icite-doc' 'texlive-icsv' 'texlive-icsv-doc' 'texlive-identkey' 'texlive-identkey-doc' 'texlive-idxcmds' 'texlive-idxcmds-doc' 'texlive-idxlayout' 'texlive-idxlayout-doc' 'texlive-ieeepes' 'texlive-ieeepes-doc' 'texlive-ietfbibs' 'texlive-ifetex' 'texlive-ifetex-doc' 'texlive-iffont' 'texlive-iffont-doc' 'texlive-ifluatex' 'texlive-ifluatex-doc' 'texlive-ifmslide' 'texlive-ifmslide-doc' 'texlive-ifmtarg' 'texlive-ifmtarg-doc' 'texlive-ifnextok' 'texlive-ifnextok-doc' 'texlive-ifoddpage' 'texlive-ifoddpage-doc' 'texlive-ifplatform' 'texlive-ifplatform-doc' 'texlive-ifptex' 'texlive-ifptex-doc' 'texlive-ifsym' 'texlive-ifsym-doc' 'texlive-iftex' 'texlive-iftex-doc' 'texlive-ifthenx' 'texlive-ifthenx-doc' 'texlive-ifxetex' 'texlive-ifxetex-doc' 'texlive-ifxptex' 'texlive-ifxptex-doc' 'texlive-iitem' 'texlive-iitem-doc' 'texlive-ijmart' 'texlive-ijmart-doc' 'texlive-ijqc' 'texlive-ijqc-doc' 'texlive-ijsra' 'texlive-ijsra-doc' 'texlive-imac' 'texlive-imac-doc' 'texlive-image-gallery' 'texlive-image-gallery-doc' 'texlive-imakeidx' 'texlive-imakeidx-doc' 'texlive-imfellenglish' 'texlive-imfellenglish-doc' 'texlive-imfellenglish-fonts' 'texlive-impatient' 'texlive-impatient-cn' 'texlive-impatient-fr' 'texlive-impnattypo' 'texlive-impnattypo-doc' 'texlive-import' 'texlive-import-doc' 'texlive-imsproc' 'texlive-imsproc-doc' 'texlive-imtekda' 'texlive-imtekda-doc' 'texlive-incgraph' 'texlive-incgraph-doc' 'texlive-includernw' 'texlive-includernw-doc' 'texlive-inconsolata' 'texlive-inconsolata-doc' 'texlive-inconsolata-fonts' 'texlive-index' 'texlive-index-doc' 'texlive-indextools' 'texlive-indextools-doc' 'texlive-initials' 'texlive-initials-doc' 'texlive-initials-fonts' 'texlive-inline-images' 'texlive-inline-images-doc' 'texlive-inlinebib' 'texlive-inlinebib-doc' 'texlive-inlinedef' 'texlive-inlinedef-doc' 'texlive-inputtrc' 'texlive-inputtrc-doc' 'texlive-inriafonts' 'texlive-inriafonts-doc' 'texlive-inriafonts-fonts' 'texlive-insbox' 'texlive-insbox-doc' 'texlive-interactiveworkbook' 'texlive-interactiveworkbook-doc' 'texlive-interchar' 'texlive-interchar-doc' 'texlive-interfaces' 'texlive-interfaces-doc' 'texlive-interpreter' 'texlive-interpreter-doc' 'texlive-interval' 'texlive-interval-doc' 'texlive-intopdf' 'texlive-intopdf-doc' 'texlive-intro-scientific' 'texlive-inversepath' 'texlive-inversepath-doc' 'texlive-invoice' 'texlive-invoice-class' 'texlive-invoice-class-doc' 'texlive-invoice-doc' 'texlive-invoice2' 'texlive-invoice2-doc' 'texlive-iodhbwm' 'texlive-iodhbwm-doc' 'texlive-ionumbers' 'texlive-ionumbers-doc' 'texlive-iopart-num' 'texlive-iopart-num-doc' 'texlive-ipaex' 'texlive-ipaex-doc' 'texlive-ipaex-fonts' 'texlive-ipaex-type1' 'texlive-ipaex-type1-doc' 'texlive-ipaex-type1-fonts' 'texlive-iscram' 'texlive-iscram-doc' 'texlive-iso' 'texlive-iso-doc' 'texlive-iso10303' 'texlive-iso10303-doc' 'texlive-isodate' 'texlive-isodate-doc' 'texlive-isodoc' 'texlive-isodoc-doc' 'texlive-isomath' 'texlive-isomath-doc' 'texlive-isonums' 'texlive-isonums-doc' 'texlive-isopt' 'texlive-isopt-doc' 'texlive-isorot' 'texlive-isorot-doc' 'texlive-isotope' 'texlive-isotope-doc' 'texlive-issuulinks' 'texlive-issuulinks-doc' 'texlive-istgame' 'texlive-istgame-doc' 'texlive-itnumpar' 'texlive-itnumpar-doc' 'texlive-iwhdp' 'texlive-iwhdp-doc' 'texlive-iwona' 'texlive-iwona-doc' 'texlive-iwona-fonts' 'texlive-jablantile' 'texlive-jablantile-doc' 'texlive-jacow' 'texlive-jacow-doc' 'texlive-jadetex' 'texlive-jadetex-bin' 'texlive-jadetex-doc' 'texlive-jamtimes' 'texlive-jamtimes-doc' 'texlive-japanese-otf' 'texlive-japanese-otf-doc' 'texlive-japanese-otf-uptex' 'texlive-japanese-otf-uptex-doc' 'texlive-jfmutil' 'texlive-jfmutil-bin' 'texlive-jfmutil-doc' 'texlive-jigsaw' 'texlive-jigsaw-doc' 'texlive-jkmath' 'texlive-jkmath-doc' 'texlive-jknapltx' 'texlive-jknapltx-doc' 'texlive-jlabels' 'texlive-jlabels-doc' 'texlive-jlreq' 'texlive-jlreq-doc' 'texlive-jmlr' 'texlive-jmlr-doc' 'texlive-jmn' 'texlive-jmn-fonts' 'texlive-jneurosci' 'texlive-jneurosci-doc' 'texlive-jnuexam' 'texlive-jnuexam-doc' 'texlive-jpsj' 'texlive-jpsj-doc' 'texlive-js-misc' 'texlive-js-misc-doc' 'texlive-jsclasses' 'texlive-jsclasses-doc' 'texlive-jslectureplanner' 'texlive-jslectureplanner-doc' 'texlive-jumplines' 'texlive-jumplines-doc' 'texlive-junicode' 'texlive-junicode-doc' 'texlive-junicode-fonts' 'texlive-jura' 'texlive-jura-doc' 'texlive-juraabbrev' 'texlive-juraabbrev-doc' 'texlive-jurabib' 'texlive-jurabib-doc' 'texlive-juramisc' 'texlive-juramisc-doc' 'texlive-jurarsp' 'texlive-jurarsp-doc' 'texlive-jvlisting' 'texlive-jvlisting-doc' 'texlive-kalendarium' 'texlive-kalendarium-doc' 'texlive-kanaparser' 'texlive-kanaparser-doc' 'texlive-kantlipsum' 'texlive-kantlipsum-doc' 'texlive-karnaugh' 'texlive-karnaugh-doc' 'texlive-karnaugh-map' 'texlive-karnaugh-map-doc' 'texlive-karnaughmap' 'texlive-karnaughmap-doc' 'texlive-kastrup' 'texlive-kastrup-doc' 'texlive-kdgdocs' 'texlive-kdgdocs-doc' 'texlive-kerkis' 'texlive-kerkis-doc' 'texlive-kerkis-fonts' 'texlive-kerntest' 'texlive-kerntest-doc' 'texlive-ketcindy' 'texlive-ketcindy-bin' 'texlive-ketcindy-doc' 'texlive-keycommand' 'texlive-keycommand-doc' 'texlive-keyfloat' 'texlive-keyfloat-doc' 'texlive-keyindex' 'texlive-keyindex-doc' 'texlive-keyreader' 'texlive-keyreader-doc' 'texlive-keystroke' 'texlive-keystroke-doc' 'texlive-keyval2e' 'texlive-keyval2e-doc' 'texlive-keyvaltable' 'texlive-keyvaltable-doc' 'texlive-kix' 'texlive-kix-doc' 'texlive-kixfont' 'texlive-kixfont-doc' 'texlive-kluwer' 'texlive-kluwer-doc' 'texlive-knitting' 'texlive-knitting-doc' 'texlive-knitting-fonts' 'texlive-knittingpattern' 'texlive-knittingpattern-doc' 'texlive-knowledge' 'texlive-knowledge-doc' 'texlive-knuth' 'texlive-knuth-doc' 'texlive-knuth-lib' 'texlive-knuth-local' 'texlive-koma-moderncvclassic' 'texlive-koma-moderncvclassic-doc' 'texlive-koma-script' 'texlive-koma-script-doc' 'texlive-koma-script-examples' 'texlive-koma-script-sfs' 'texlive-koma-script-sfs-doc' 'texlive-komacv' 'texlive-komacv-doc' 'texlive-komacv-rg' 'texlive-komacv-rg-doc' 'texlive-kotex-oblivoir' 'texlive-kotex-oblivoir-doc' 'texlive-kotex-plain' 'texlive-kotex-plain-doc' 'texlive-kotex-utf' 'texlive-kotex-utf-doc' 'texlive-kotex-utils' 'texlive-kotex-utils-bin' 'texlive-kotex-utils-doc' 'texlive-kpathsea' 'texlive-kpathsea-bin' 'texlive-kpathsea-devel' 'texlive-kpathsea-doc' 'texlive-kpfonts' 'texlive-kpfonts-doc' 'texlive-kpfonts-fonts' 'texlive-ksfh_nat' 'texlive-ksp-thesis' 'texlive-ksp-thesis-doc' 'texlive-ktv-texdata' 'texlive-ktv-texdata-doc' 'texlive-ku-template' 'texlive-ku-template-doc' 'texlive-kurdishlipsum' 'texlive-kurdishlipsum-doc' 'texlive-kurier' 'texlive-kurier-doc' 'texlive-kurier-fonts' 'texlive-kvmap' 'texlive-kvmap-doc' 'texlive-l2picfaq' 'texlive-l2tabu' 'texlive-l2tabu-english' 'texlive-l2tabu-french' 'texlive-l2tabu-italian' 'texlive-l2tabu-spanish' 'texlive-l3build' 'texlive-l3build-bin' 'texlive-l3build-doc' 'texlive-l3experimental' 'texlive-l3experimental-doc' 'texlive-l3kernel' 'texlive-l3kernel-doc' 'texlive-l3packages' 'texlive-l3packages-doc' 'texlive-labbook' 'texlive-labbook-doc' 'texlive-labels' 'texlive-labels-doc' 'texlive-labelschanged' 'texlive-labelschanged-doc' 'texlive-labyrinth' 'texlive-labyrinth-doc' 'texlive-lacheck' 'texlive-lacheck-bin' 'texlive-ladder' 'texlive-ladder-doc' 'texlive-lambda' 'texlive-lambda-lists' 'texlive-lambda-lists-doc' 'texlive-langcode' 'texlive-langcode-doc' 'texlive-langsci' 'texlive-langsci-doc' 'texlive-lapdf' 'texlive-lapdf-doc' 'texlive-lastpackage' 'texlive-lastpackage-doc' 'texlive-lastpage' 'texlive-lastpage-doc' 'texlive-latex' 'texlive-latex-bib-ex' 'texlive-latex-bib2-ex' 'texlive-latex-bin' 'texlive-latex-bin-bin' 'texlive-latex-brochure' 'texlive-latex-course' 'texlive-latex-doc' 'texlive-latex-doc-ptr' 'texlive-latex-fonts' 'texlive-latex-fonts-doc' 'texlive-latex-git-log' 'texlive-latex-git-log-bin' 'texlive-latex-git-log-doc' 'texlive-latex-graphics-companion' 'texlive-latex-make' 'texlive-latex-make-doc' 'texlive-latex-mr' 'texlive-latex-notes-zh-cn' 'texlive-latex-papersize' 'texlive-latex-papersize-bin' 'texlive-latex-papersize-doc' 'texlive-latex-referenz' 'texlive-latex-refsheet' 'texlive-latex-tabellen' 'texlive-latex-tds' 'texlive-latex-tds-doc' 'texlive-latex-uni8' 'texlive-latex-uni8-doc' 'texlive-latex-veryshortguide' 'texlive-latex-via-exemplos' 'texlive-latex-web-companion' 'texlive-latex2e-help-texinfo' 'texlive-latex2e-help-texinfo-fr' 'texlive-latex2e-help-texinfo-spanish' 'texlive-latex2man' 'texlive-latex2man-bin' 'texlive-latex2man-doc' 'texlive-latex2nemeth' 'texlive-latex2nemeth-bin' 'texlive-latex2nemeth-doc' 'texlive-latex4musicians' 'texlive-latex4wp' 'texlive-latex4wp-it' 'texlive-latexbangla' 'texlive-latexbangla-doc' 'texlive-latexbug' 'texlive-latexbug-doc' 'texlive-latexcheat' 'texlive-latexcheat-de' 'texlive-latexcheat-esmx' 'texlive-latexcheat-ptbr' 'texlive-latexcolors' 'texlive-latexcolors-doc' 'texlive-latexconfig' 'texlive-latexcourse-rug' 'texlive-latexdemo' 'texlive-latexdemo-doc' 'texlive-latexdiff' 'texlive-latexdiff-bin' 'texlive-latexdiff-doc' 'texlive-latexfileinfo-pkgs' 'texlive-latexfileinfo-pkgs-doc' 'texlive-latexfileversion' 'texlive-latexfileversion-bin' 'texlive-latexfileversion-doc' 'texlive-latexgit' 'texlive-latexgit-doc' 'texlive-latexindent' 'texlive-latexindent-bin' 'texlive-latexindent-doc' 'texlive-latexmk' 'texlive-latexmk-bin' 'texlive-latexmk-doc' 'texlive-latexmp' 'texlive-latexmp-doc' 'texlive-latexpand' 'texlive-latexpand-bin' 'texlive-latexpand-doc' 'texlive-lato' 'texlive-lato-doc' 'texlive-lato-fonts' 'texlive-layaureo' 'texlive-layaureo-doc' 'texlive-layouts' 'texlive-layouts-doc' 'texlive-lazylist' 'texlive-lazylist-doc' 'texlive-lccaps' 'texlive-lccaps-doc' 'texlive-lcd' 'texlive-lcd-doc' 'texlive-lcdftypetools' 'texlive-lcdftypetools-bin' 'texlive-lcg' 'texlive-lcg-doc' 'texlive-lcyw' 'texlive-lcyw-doc' 'texlive-leading' 'texlive-leading-doc' 'texlive-leadsheets' 'texlive-leadsheets-doc' 'texlive-leaflet' 'texlive-leaflet-doc' 'texlive-lecturer' 'texlive-lecturer-doc' 'texlive-lectures' 'texlive-lectures-doc' 'texlive-ledmac' 'texlive-ledmac-doc' 'texlive-leftidx' 'texlive-leftidx-doc' 'texlive-leipzig' 'texlive-leipzig-doc' 'texlive-lengthconvert' 'texlive-lengthconvert-doc' 'texlive-lettre' 'texlive-lettre-doc' 'texlive-lettrine' 'texlive-lettrine-doc' 'texlive-levy' 'texlive-levy-doc' 'texlive-lewis' 'texlive-lewis-doc' 'texlive-lexikon' 'texlive-lexikon-doc' 'texlive-lexref' 'texlive-lexref-doc' 'texlive-lfb' 'texlive-lfb-doc' 'texlive-lgreek' 'texlive-lgreek-doc' 'texlive-lh' 'texlive-lh-doc' 'texlive-lhcyr' 'texlive-lhelp' 'texlive-lhelp-doc' 'texlive-libertine' 'texlive-libertine-doc' 'texlive-libertine-fonts' 'texlive-libertinegc' 'texlive-libertinegc-doc' 'texlive-libertinus' 'texlive-libertinus-doc' 'texlive-libertinus-fonts' 'texlive-libertinus-fonts-doc' 'texlive-libertinus-fonts-fonts' 'texlive-libertinus-otf' 'texlive-libertinus-otf-doc' 'texlive-libertinus-otf-fonts' 'texlive-libertinus-type1' 'texlive-libertinus-type1-doc' 'texlive-libertinus-type1-fonts' 'texlive-libertinust1math' 'texlive-libertinust1math-doc' 'texlive-libertinust1math-fonts' 'texlive-libgreek' 'texlive-libgreek-doc' 'texlive-librarian' 'texlive-librarian-doc' 'texlive-librebaskerville' 'texlive-librebaskerville-doc' 'texlive-librebaskerville-fonts' 'texlive-librebodoni' 'texlive-librebodoni-doc' 'texlive-librebodoni-fonts' 'texlive-librecaslon' 'texlive-librecaslon-doc' 'texlive-librecaslon-fonts' 'texlive-libris' 'texlive-libris-doc' 'texlive-libris-fonts' 'texlive-lilyglyphs' 'texlive-lilyglyphs-bin' 'texlive-lilyglyphs-doc' 'texlive-lilyglyphs-fonts' 'texlive-limap' 'texlive-limap-doc' 'texlive-limecv' 'texlive-limecv-doc' 'texlive-linearA' 'texlive-linearA-doc' 'texlive-linearA-fonts' 'texlive-linegoal' 'texlive-linegoal-doc' 'texlive-lineno' 'texlive-lineno-doc' 'texlive-ling-macros' 'texlive-ling-macros-doc' 'texlive-linguex' 'texlive-linguex-doc' 'texlive-linop' 'texlive-linop-doc' 'texlive-lion-msc' 'texlive-lion-msc-doc' 'texlive-lipsum' 'texlive-lipsum-doc' 'texlive-lisp-on-tex' 'texlive-lisp-on-tex-doc' 'texlive-listbib' 'texlive-listbib-bin' 'texlive-listbib-doc' 'texlive-listing' 'texlive-listing-doc' 'texlive-listings' 'texlive-listings-doc' 'texlive-listings-ext' 'texlive-listings-ext-bin' 'texlive-listings-ext-doc' 'texlive-listlbls' 'texlive-listlbls-doc' 'texlive-listliketab' 'texlive-listliketab-doc' 'texlive-listofitems' 'texlive-listofitems-doc' 'texlive-listofsymbols' 'texlive-listofsymbols-doc' 'texlive-lithuanian' 'texlive-lithuanian-doc' 'texlive-liturg' 'texlive-liturg-doc' 'texlive-lkproof' 'texlive-lkproof-doc' 'texlive-llncsconf' 'texlive-llncsconf-doc' 'texlive-lm' 'texlive-lm-doc' 'texlive-lm-math' 'texlive-lm-math-doc' 'texlive-lm-math-fonts' 'texlive-lmake' 'texlive-lmake-doc' 'texlive-lni' 'texlive-lni-doc' 'texlive-lobster2' 'texlive-lobster2-doc' 'texlive-lobster2-fonts' 'texlive-locality' 'texlive-locality-doc' 'texlive-localloc' 'texlive-localloc-doc' 'texlive-logbox' 'texlive-logbox-doc' 'texlive-logical-markup-utils' 'texlive-logical-markup-utils-doc' 'texlive-logicproof' 'texlive-logicproof-doc' 'texlive-logicpuzzle' 'texlive-logicpuzzle-doc' 'texlive-logpap' 'texlive-logpap-doc' 'texlive-logreq' 'texlive-logreq-doc' 'texlive-lollipop' 'texlive-lollipop-bin' 'texlive-lollipop-doc' 'texlive-longdivision' 'texlive-longdivision-doc' 'texlive-longfbox' 'texlive-longfbox-doc' 'texlive-longfigure' 'texlive-longfigure-doc' 'texlive-longnamefilelist' 'texlive-longnamefilelist-doc' 'texlive-loops' 'texlive-loops-doc' 'texlive-lpform' 'texlive-lpform-doc' 'texlive-lpic' 'texlive-lpic-doc' 'texlive-lplfitch' 'texlive-lplfitch-doc' 'texlive-lps' 'texlive-lps-doc' 'texlive-lroundrect' 'texlive-lroundrect-doc' 'texlive-lsc' 'texlive-lsc-doc' 'texlive-lshort-bulgarian' 'texlive-lshort-chinese' 'texlive-lshort-czech' 'texlive-lshort-dutch' 'texlive-lshort-english' 'texlive-lshort-estonian' 'texlive-lshort-finnish' 'texlive-lshort-french' 'texlive-lshort-german' 'texlive-lshort-italian' 'texlive-lshort-japanese' 'texlive-lshort-korean' 'texlive-lshort-mongol' 'texlive-lshort-persian' 'texlive-lshort-polish' 'texlive-lshort-portuguese' 'texlive-lshort-russian' 'texlive-lshort-slovak' 'texlive-lshort-slovenian' 'texlive-lshort-spanish' 'texlive-lshort-thai' 'texlive-lshort-turkish' 'texlive-lshort-ukr' 'texlive-lshort-vietnamese' 'texlive-lstaddons' 'texlive-lstaddons-doc' 'texlive-lstbayes' 'texlive-lstbayes-doc' 'texlive-lstfiracode' 'texlive-lstfiracode-doc' 'texlive-lt3graph' 'texlive-lt3graph-doc' 'texlive-ltablex' 'texlive-ltablex-doc' 'texlive-ltabptch' 'texlive-ltabptch-doc' 'texlive-ltb2bib' 'texlive-ltb2bib-doc' 'texlive-ltxdockit' 'texlive-ltxdockit-doc' 'texlive-ltxfileinfo' 'texlive-ltxfileinfo-bin' 'texlive-ltxfileinfo-doc' 'texlive-ltxguidex' 'texlive-ltxguidex-doc' 'texlive-ltximg' 'texlive-ltximg-bin' 'texlive-ltximg-doc' 'texlive-ltxindex' 'texlive-ltxindex-doc' 'texlive-ltxkeys' 'texlive-ltxkeys-doc' 'texlive-ltxmisc' 'texlive-ltxnew' 'texlive-ltxnew-doc' 'texlive-ltxtools' 'texlive-ltxtools-doc' 'texlive-lua-alt-getopt' 'texlive-lua-alt-getopt-doc' 'texlive-lua-check-hyphen' 'texlive-lua-check-hyphen-doc' 'texlive-lua-visual-debug' 'texlive-lua-visual-debug-doc' 'texlive-lua2dox' 'texlive-lua2dox-bin' 'texlive-lua2dox-doc' 'texlive-luabibentry' 'texlive-luabibentry-doc' 'texlive-luabidi' 'texlive-luabidi-doc' 'texlive-luacode' 'texlive-luacode-doc' 'texlive-luahyphenrules' 'texlive-luahyphenrules-doc' 'texlive-luaimageembed' 'texlive-luaimageembed-doc' 'texlive-luaindex' 'texlive-luaindex-doc' 'texlive-luainputenc' 'texlive-luainputenc-doc' 'texlive-luaintro' 'texlive-lualatex-doc' 'texlive-lualatex-doc-de' 'texlive-lualatex-math' 'texlive-lualatex-math-doc' 'texlive-lualatex-truncate' 'texlive-lualatex-truncate-doc' 'texlive-lualibs' 'texlive-lualibs-doc' 'texlive-luamesh' 'texlive-luamesh-doc' 'texlive-luamplib' 'texlive-luamplib-doc' 'texlive-luaotfload' 'texlive-luaotfload-bin' 'texlive-luaotfload-doc' 'texlive-luapackageloader' 'texlive-luapackageloader-doc' 'texlive-luarandom' 'texlive-luarandom-doc' 'texlive-luasseq' 'texlive-luasseq-doc' 'texlive-luatex' 'texlive-luatex-bin' 'texlive-luatex-doc' 'texlive-luatex85' 'texlive-luatex85-doc' 'texlive-luatexbase' 'texlive-luatexbase-doc' 'texlive-luatexja' 'texlive-luatexja-doc' 'texlive-luatexko' 'texlive-luatexko-doc' 'texlive-luatextra' 'texlive-luatextra-doc' 'texlive-luatodonotes' 'texlive-luatodonotes-doc' 'texlive-luavlna' 'texlive-luavlna-doc' 'texlive-luaxml' 'texlive-luaxml-doc' 'texlive-lwarp' 'texlive-lwarp-bin' 'texlive-lwarp-doc' 'texlive-lxfonts' 'texlive-lxfonts-doc' 'texlive-lxfonts-fonts' 'texlive-ly1' 'texlive-ly1-doc' 'texlive-lyluatex' 'texlive-lyluatex-doc' 'texlive-m-tx' 'texlive-m-tx-bin' 'texlive-m-tx-doc' 'texlive-macros2e' 'texlive-macros2e-doc' 'texlive-macroswap' 'texlive-macroswap-doc' 'texlive-mafr' 'texlive-mafr-doc' 'texlive-magaz' 'texlive-magaz-doc' 'texlive-mailing' 'texlive-mailing-doc' 'texlive-mailmerge' 'texlive-mailmerge-doc' 'texlive-make4ht' 'texlive-make4ht-bin' 'texlive-make4ht-doc' 'texlive-makebarcode' 'texlive-makebarcode-doc' 'texlive-makebase' 'texlive-makebase-doc' 'texlive-makebox' 'texlive-makebox-doc' 'texlive-makecell' 'texlive-makecell-doc' 'texlive-makecirc' 'texlive-makecirc-doc' 'texlive-makecmds' 'texlive-makecmds-doc' 'texlive-makecookbook' 'texlive-makedtx' 'texlive-makedtx-bin' 'texlive-makedtx-doc' 'texlive-makeglos' 'texlive-makeglos-doc' 'texlive-makeindex' 'texlive-makeindex-bin' 'texlive-makeindex-doc' 'texlive-makeplot' 'texlive-makeplot-doc' 'texlive-maker' 'texlive-maker-doc' 'texlive-makeshape' 'texlive-makeshape-doc' 'texlive-mandi' 'texlive-mandi-doc' 'texlive-manfnt' 'texlive-manfnt-font' 'texlive-manfnt-font-fonts' 'texlive-manuscript' 'texlive-manuscript-doc' 'texlive-manyind' 'texlive-manyind-doc' 'texlive-margbib' 'texlive-margbib-doc' 'texlive-marginfit' 'texlive-marginfit-doc' 'texlive-marginfix' 'texlive-marginfix-doc' 'texlive-marginnote' 'texlive-marginnote-doc' 'texlive-markdown' 'texlive-markdown-doc' 'texlive-marvosym' 'texlive-marvosym-doc' 'texlive-marvosym-fonts' 'texlive-matc3' 'texlive-matc3-doc' 'texlive-matc3mem' 'texlive-matc3mem-doc' 'texlive-match_parens' 'texlive-match_parens-bin' 'texlive-match_parens-doc' 'texlive-math-e' 'texlive-math-into-latex-4' 'texlive-mathabx' 'texlive-mathabx-doc' 'texlive-mathabx-type1' 'texlive-mathabx-type1-doc' 'texlive-mathabx-type1-fonts' 'texlive-mathalfa' 'texlive-mathalfa-doc' 'texlive-mathastext' 'texlive-mathastext-doc' 'texlive-mathcomp' 'texlive-mathcomp-doc' 'texlive-mathdesign' 'texlive-mathdesign-doc' 'texlive-mathdesign-fonts' 'texlive-mathdots' 'texlive-mathdots-doc' 'texlive-mathexam' 'texlive-mathexam-doc' 'texlive-mathfam256' 'texlive-mathfam256-doc' 'texlive-mathfixs' 'texlive-mathfixs-doc' 'texlive-mathfont' 'texlive-mathfont-doc' 'texlive-mathpartir' 'texlive-mathpartir-doc' 'texlive-mathpazo' 'texlive-mathpazo-doc' 'texlive-mathpazo-fonts' 'texlive-mathpunctspace' 'texlive-mathpunctspace-doc' 'texlive-maths-symbols' 'texlive-mathspec' 'texlive-mathspec-doc' 'texlive-mathspic' 'texlive-mathspic-bin' 'texlive-mathspic-doc' 'texlive-mathtools' 'texlive-mathtools-doc' 'texlive-matlab-prettifier' 'texlive-matlab-prettifier-doc' 'texlive-mattens' 'texlive-mattens-doc' 'texlive-maybemath' 'texlive-maybemath-doc' 'texlive-mcaption' 'texlive-mcaption-doc' 'texlive-mceinleger' 'texlive-mceinleger-doc' 'texlive-mcexam' 'texlive-mcexam-doc' 'texlive-mcf2graph' 'texlive-mcf2graph-doc' 'texlive-mcite' 'texlive-mcite-doc' 'texlive-mciteplus' 'texlive-mciteplus-doc' 'texlive-mcmthesis' 'texlive-mcmthesis-doc' 'texlive-mdframed' 'texlive-mdframed-doc' 'texlive-mdputu' 'texlive-mdputu-doc' 'texlive-mdsymbol' 'texlive-mdsymbol-doc' 'texlive-mdsymbol-fonts' 'texlive-mdwtools' 'texlive-mdwtools-doc' 'texlive-media9' 'texlive-media9-doc' 'texlive-medstarbeamer' 'texlive-medstarbeamer-doc' 'texlive-meetingmins' 'texlive-meetingmins-doc' 'texlive-memdesign' 'texlive-memexsupp' 'texlive-memexsupp-doc' 'texlive-memoir' 'texlive-memoir-doc' 'texlive-memory' 'texlive-memory-doc' 'texlive-memorygraphs' 'texlive-memorygraphs-doc' 'texlive-mendex-doc' 'texlive-mendex-doc-doc' 'texlive-mensa-tex' 'texlive-mensa-tex-doc' 'texlive-mentis' 'texlive-mentis-doc' 'texlive-menu' 'texlive-menu-doc' 'texlive-menukeys' 'texlive-menukeys-doc' 'texlive-merriweather' 'texlive-merriweather-doc' 'texlive-merriweather-fonts' 'texlive-metafont' 'texlive-metafont-beginners' 'texlive-metafont-bin' 'texlive-metafont-doc' 'texlive-metago' 'texlive-metago-doc' 'texlive-metalogo' 'texlive-metalogo-doc' 'texlive-metalogox' 'texlive-metalogox-doc' 'texlive-metaobj' 'texlive-metaobj-doc' 'texlive-metaplot' 'texlive-metaplot-doc' 'texlive-metapost' 'texlive-metapost-bin' 'texlive-metapost-colorbrewer' 'texlive-metapost-colorbrewer-doc' 'texlive-metapost-doc' 'texlive-metapost-examples' 'texlive-metapost-fonts' 'texlive-metatex' 'texlive-metatex-doc' 'texlive-metatype1' 'texlive-metauml' 'texlive-metauml-doc' 'texlive-method' 'texlive-method-doc' 'texlive-metre' 'texlive-metre-doc' 'texlive-metrix' 'texlive-metrix-doc' 'texlive-mex' 'texlive-mex-bin' 'texlive-mex-doc' 'texlive-mf2pt1' 'texlive-mf2pt1-bin' 'texlive-mf2pt1-doc' 'texlive-mfirstuc' 'texlive-mfirstuc-doc' 'texlive-mflogo' 'texlive-mflogo-doc' 'texlive-mflogo-font' 'texlive-mflogo-font-doc' 'texlive-mflogo-font-fonts' 'texlive-mflua' 'texlive-mflua-bin' 'texlive-mfnfss' 'texlive-mfnfss-doc' 'texlive-mfpic' 'texlive-mfpic-doc' 'texlive-mfpic4ode' 'texlive-mfpic4ode-doc' 'texlive-mftinc' 'texlive-mftinc-doc' 'texlive-mfware' 'texlive-mfware-bin' 'texlive-mfware-doc' 'texlive-mgltex' 'texlive-mgltex-doc' 'texlive-mhchem' 'texlive-mhchem-doc' 'texlive-mhequ' 'texlive-mhequ-doc' 'texlive-mi-solns' 'texlive-mi-solns-doc' 'texlive-miama' 'texlive-miama-doc' 'texlive-miama-fonts' 'texlive-microtype' 'texlive-microtype-de' 'texlive-microtype-doc' 'texlive-midnight' 'texlive-midnight-doc' 'texlive-midpage' 'texlive-midpage-doc' 'texlive-miller' 'texlive-miller-doc' 'texlive-milog' 'texlive-milog-doc' 'texlive-milsymb' 'texlive-milsymb-doc' 'texlive-minibox' 'texlive-minibox-doc' 'texlive-minidocument' 'texlive-minidocument-doc' 'texlive-minifp' 'texlive-minifp-doc' 'texlive-minipage-marginpar' 'texlive-minipage-marginpar-doc' 'texlive-miniplot' 'texlive-miniplot-doc' 'texlive-minitoc' 'texlive-minitoc-doc' 'texlive-minorrevision' 'texlive-minorrevision-doc' 'texlive-minted' 'texlive-minted-doc' 'texlive-mintspirit' 'texlive-mintspirit-doc' 'texlive-mintspirit-fonts' 'texlive-minutes' 'texlive-minutes-doc' 'texlive-missaali' 'texlive-missaali-doc' 'texlive-missaali-fonts' 'texlive-mkgrkindex' 'texlive-mkgrkindex-bin' 'texlive-mkgrkindex-doc' 'texlive-mkjobtexmf' 'texlive-mkjobtexmf-bin' 'texlive-mkjobtexmf-doc' 'texlive-mkpattern' 'texlive-mkpattern-doc' 'texlive-mkpic' 'texlive-mkpic-bin' 'texlive-mkpic-doc' 'texlive-mla-paper' 'texlive-mla-paper-doc' 'texlive-mlist' 'texlive-mlist-doc' 'texlive-mltex' 'texlive-mltex-bin' 'texlive-mltex-doc' 'texlive-mmap' 'texlive-mmap-doc' 'texlive-mnotes' 'texlive-mnotes-doc' 'texlive-mnras' 'texlive-mnras-doc' 'texlive-mnsymbol' 'texlive-mnsymbol-doc' 'texlive-mnsymbol-fonts' 'texlive-modeles-factures-belges-assocs' 'texlive-modeles-factures-belges-assocs-doc' 'texlive-moderncv' 'texlive-moderncv-doc' 'texlive-modernposter' 'texlive-modernposter-doc' 'texlive-moderntimeline' 'texlive-moderntimeline-doc' 'texlive-modiagram' 'texlive-modiagram-doc' 'texlive-modref' 'texlive-modref-doc' 'texlive-modroman' 'texlive-modroman-doc' 'texlive-modular' 'texlive-modular-doc' 'texlive-modulus' 'texlive-modulus-doc' 'texlive-mongolian-babel' 'texlive-mongolian-babel-doc' 'texlive-monofill' 'texlive-monofill-doc' 'texlive-montex' 'texlive-montex-doc' 'texlive-montex-fonts' 'texlive-montserrat' 'texlive-montserrat-doc' 'texlive-montserrat-fonts' 'texlive-moodle' 'texlive-moodle-doc' 'texlive-moreenum' 'texlive-moreenum-doc' 'texlive-morefloats' 'texlive-morefloats-doc' 'texlive-morehype' 'texlive-morehype-doc' 'texlive-moresize' 'texlive-moresize-doc' 'texlive-moreverb' 'texlive-moreverb-doc' 'texlive-morewrites' 'texlive-morewrites-doc' 'texlive-morisawa' 'texlive-morisawa-doc' 'texlive-movie15' 'texlive-movie15-doc' 'texlive-mp3d' 'texlive-mp3d-doc' 'texlive-mparhack' 'texlive-mparhack-doc' 'texlive-mparrows' 'texlive-mparrows-doc' 'texlive-mpattern' 'texlive-mpattern-doc' 'texlive-mpcolornames' 'texlive-mpcolornames-doc' 'texlive-mpgraphics' 'texlive-mpgraphics-doc' 'texlive-mpman-ru' 'texlive-mpostinl' 'texlive-mpostinl-doc' 'texlive-mptopdf' 'texlive-mptopdf-bin' 'texlive-mptopdf-doc' 'texlive-mptrees' 'texlive-mptrees-doc' 'texlive-ms' 'texlive-ms-doc' 'texlive-msc' 'texlive-msc-doc' 'texlive-msg' 'texlive-msg-doc' 'texlive-mslapa' 'texlive-mslapa-doc' 'texlive-msu-thesis' 'texlive-msu-thesis-doc' 'texlive-mtgreek' 'texlive-mtgreek-doc' 'texlive-mucproc' 'texlive-mucproc-doc' 'texlive-mugsthesis' 'texlive-mugsthesis-doc' 'texlive-multenum' 'texlive-multenum-doc' 'texlive-multiaudience' 'texlive-multiaudience-doc' 'texlive-multibbl' 'texlive-multibbl-doc' 'texlive-multibib' 'texlive-multibib-doc' 'texlive-multibibliography' 'texlive-multibibliography-bin' 'texlive-multibibliography-doc' 'texlive-multicap' 'texlive-multicap-doc' 'texlive-multicolrule' 'texlive-multicolrule-doc' 'texlive-multidef' 'texlive-multidef-doc' 'texlive-multido' 'texlive-multido-doc' 'texlive-multienv' 'texlive-multienv-doc' 'texlive-multiexpand' 'texlive-multiexpand-doc' 'texlive-multilang' 'texlive-multilang-doc' 'texlive-multiobjective' 'texlive-multiobjective-doc' 'texlive-multirow' 'texlive-multirow-doc' 'texlive-munich' 'texlive-munich-doc' 'texlive-musicography' 'texlive-musicography-doc' 'texlive-musikui' 'texlive-musikui-doc' 'texlive-musixguit' 'texlive-musixguit-doc' 'texlive-musixtex' 'texlive-musixtex-bin' 'texlive-musixtex-doc' 'texlive-musixtex-fonts' 'texlive-musixtex-fonts-doc' 'texlive-musixtex-fonts-fonts' 'texlive-musixtnt' 'texlive-musixtnt-bin' 'texlive-musixtnt-doc' 'texlive-musuos' 'texlive-musuos-doc' 'texlive-muthesis' 'texlive-muthesis-doc' 'texlive-mversion' 'texlive-mversion-doc' 'texlive-mwcls' 'texlive-mwcls-doc' 'texlive-mwe' 'texlive-mwe-doc' 'texlive-mweights' 'texlive-mweights-doc' 'texlive-mxedruli' 'texlive-mxedruli-doc' 'texlive-mxedruli-fonts' 'texlive-mychemistry' 'texlive-mychemistry-doc' 'texlive-mycv' 'texlive-mycv-doc' 'texlive-mylatexformat' 'texlive-mylatexformat-doc' 'texlive-mynsfc' 'texlive-mynsfc-doc' 'texlive-na-box' 'texlive-na-box-doc' 'texlive-na-position' 'texlive-na-position-doc' 'texlive-nag' 'texlive-nag-doc' 'texlive-nameauth' 'texlive-nameauth-doc' 'texlive-namespc' 'texlive-namespc-doc' 'texlive-nanumtype1' 'texlive-nanumtype1-doc' 'texlive-nanumtype1-fonts' 'texlive-nar' 'texlive-natbib' 'texlive-natbib-doc' 'texlive-natded' 'texlive-natded-doc' 'texlive-nath' 'texlive-nath-doc' 'texlive-nature' 'texlive-nature-doc' 'texlive-navigator' 'texlive-navigator-doc' 'texlive-navydocs' 'texlive-navydocs-doc' 'texlive-ncclatex' 'texlive-ncclatex-doc' 'texlive-ncctools' 'texlive-ncctools-doc' 'texlive-ncntrsbk' 'texlive-ncntrsbk-fonts' 'texlive-nddiss' 'texlive-nddiss-doc' 'texlive-ndsu-thesis' 'texlive-ndsu-thesis-doc' 'texlive-needspace' 'texlive-needspace-doc' 'texlive-nestquot' 'texlive-neuralnetwork' 'texlive-neuralnetwork-doc' 'texlive-nevelok' 'texlive-nevelok-doc' 'texlive-newcommand' 'texlive-newenviron' 'texlive-newenviron-doc' 'texlive-newfile' 'texlive-newfile-doc' 'texlive-newlfm' 'texlive-newlfm-doc' 'texlive-newpx' 'texlive-newpx-doc' 'texlive-newpx-fonts' 'texlive-newsletr' 'texlive-newsletr-doc' 'texlive-newspaper' 'texlive-newspaper-doc' 'texlive-newtx' 'texlive-newtx-doc' 'texlive-newtx-fonts' 'texlive-newtxsf' 'texlive-newtxsf-doc' 'texlive-newtxsf-fonts' 'texlive-newtxtt' 'texlive-newtxtt-doc' 'texlive-newtxtt-fonts' 'texlive-newunicodechar' 'texlive-newunicodechar-doc' 'texlive-newvbtm' 'texlive-newvbtm-doc' 'texlive-newverbs' 'texlive-newverbs-doc' 'texlive-nextpage' 'texlive-nfssext-cfr' 'texlive-nfssext-cfr-doc' 'texlive-nicefilelist' 'texlive-nicefilelist-doc' 'texlive-niceframe' 'texlive-niceframe-doc' 'texlive-niceframe-type1' 'texlive-niceframe-type1-doc' 'texlive-niceframe-type1-fonts' 'texlive-nicematrix' 'texlive-nicematrix-doc' 'texlive-nicetext' 'texlive-nicetext-doc' 'texlive-nidanfloat' 'texlive-nidanfloat-doc' 'texlive-nih' 'texlive-nih-doc' 'texlive-nihbiosketch' 'texlive-nihbiosketch-doc' 'texlive-nimbus15' 'texlive-nimbus15-doc' 'texlive-nimbus15-fonts' 'texlive-njurepo' 'texlive-njurepo-doc' 'texlive-nkarta' 'texlive-nkarta-doc' 'texlive-nlctdoc' 'texlive-nlctdoc-doc' 'texlive-nmbib' 'texlive-nmbib-doc' 'texlive-noconflict' 'texlive-noconflict-doc' 'texlive-nodetree' 'texlive-nodetree-doc' 'texlive-noindentafter' 'texlive-noindentafter-doc' 'texlive-noitcrul' 'texlive-noitcrul-doc' 'texlive-nolbreaks' 'texlive-nolbreaks-doc' 'texlive-nomencl' 'texlive-nomencl-doc' 'texlive-nomentbl' 'texlive-nomentbl-doc' 'texlive-nonfloat' 'texlive-nonfloat-doc' 'texlive-nonumonpart' 'texlive-nonumonpart-doc' 'texlive-nopageno' 'texlive-nopageno-doc' 'texlive-norasi-c90' 'texlive-normalcolor' 'texlive-normalcolor-doc' 'texlive-nostarch' 'texlive-nostarch-doc' 'texlive-notes' 'texlive-notes-doc' 'texlive-notes2bib' 'texlive-notes2bib-doc' 'texlive-notespages' 'texlive-notespages-doc' 'texlive-notestex' 'texlive-notestex-doc' 'texlive-notex-bst' 'texlive-noto' 'texlive-noto-doc' 'texlive-noto-fonts' 'texlive-notoccite' 'texlive-notoccite-doc' 'texlive-novel' 'texlive-novel-doc' 'texlive-novel-fonts' 'texlive-nowidow' 'texlive-nowidow-doc' 'texlive-nox' 'texlive-nox-doc' 'texlive-npp-for-context' 'texlive-nrc' 'texlive-nrc-doc' 'texlive-ntgclass' 'texlive-ntgclass-doc' 'texlive-ntheorem' 'texlive-ntheorem-doc' 'texlive-ntheorem-vn' 'texlive-nuc' 'texlive-nuc-doc' 'texlive-nucleardata' 'texlive-nucleardata-doc' 'texlive-numberedblock' 'texlive-numberedblock-doc' 'texlive-numericplots' 'texlive-numericplots-doc' 'texlive-numname' 'texlive-numname-doc' 'texlive-numnameru' 'texlive-numnameru-doc' 'texlive-numprint' 'texlive-numprint-doc' 'texlive-numspell' 'texlive-numspell-doc' 'texlive-nwejm' 'texlive-nwejm-doc' 'texlive-oberdiek' 'texlive-oberdiek-doc' 'texlive-objectz' 'texlive-objectz-doc' 'texlive-obnov' 'texlive-obnov-doc' 'texlive-ocg-p' 'texlive-ocg-p-doc' 'texlive-ocgx' 'texlive-ocgx-doc' 'texlive-ocgx2' 'texlive-ocgx2-doc' 'texlive-ocherokee' 'texlive-ocherokee-doc' 'texlive-ocherokee-fonts' 'texlive-ocr-b' 'texlive-ocr-b-doc' 'texlive-ocr-b-outline' 'texlive-ocr-b-outline-doc' 'texlive-ocr-b-outline-fonts' 'texlive-ocr-latex' 'texlive-ocr-latex-doc' 'texlive-octave' 'texlive-octave-doc' 'texlive-octavo' 'texlive-octavo-doc' 'texlive-odsfile' 'texlive-odsfile-doc' 'texlive-ofs' 'texlive-ofs-doc' 'texlive-ogham' 'texlive-ogham-doc' 'texlive-oinuit' 'texlive-oinuit-doc' 'texlive-oinuit-fonts' 'texlive-old-arrows' 'texlive-old-arrows-doc' 'texlive-old-arrows-fonts' 'texlive-oldlatin' 'texlive-oldlatin-doc' 'texlive-oldstandard' 'texlive-oldstandard-doc' 'texlive-oldstandard-fonts' 'texlive-oldstyle' 'texlive-oldstyle-doc' 'texlive-olsak-misc' 'texlive-olsak-misc-doc' 'texlive-omega' 'texlive-omega-doc' 'texlive-omega-fonts' 'texlive-omegaware' 'texlive-omegaware-bin' 'texlive-onedown' 'texlive-onedown-doc' 'texlive-onlyamsmath' 'texlive-onlyamsmath-doc' 'texlive-onrannual' 'texlive-onrannual-doc' 'texlive-opcit' 'texlive-opcit-doc' 'texlive-opensans' 'texlive-opensans-doc' 'texlive-opensans-fonts' 'texlive-oplotsymbl' 'texlive-oplotsymbl-doc' 'texlive-opteng' 'texlive-opteng-doc' 'texlive-optidef' 'texlive-optidef-doc' 'texlive-optional' 'texlive-optional-doc' 'texlive-options' 'texlive-options-doc' 'texlive-ordinalpt' 'texlive-ordinalpt-doc' 'texlive-orkhun' 'texlive-orkhun-doc' 'texlive-oscola' 'texlive-oscola-doc' 'texlive-ot-tableau' 'texlive-ot-tableau-doc' 'texlive-othello' 'texlive-othello-doc' 'texlive-othelloboard' 'texlive-othelloboard-doc' 'texlive-otibet' 'texlive-otibet-doc' 'texlive-oubraces' 'texlive-oubraces-doc' 'texlive-outline' 'texlive-outline-doc' 'texlive-outliner' 'texlive-outliner-doc' 'texlive-outlines' 'texlive-outlines-doc' 'texlive-outlining' 'texlive-outlining-doc' 'texlive-overlays' 'texlive-overlays-doc' 'texlive-overlock' 'texlive-overlock-doc' 'texlive-overlock-fonts' 'texlive-overpic' 'texlive-overpic-doc' 'texlive-pacioli' 'texlive-pacioli-doc' 'texlive-padauk' 'texlive-padauk-doc' 'texlive-padauk-fonts' 'texlive-padcount' 'texlive-padcount-doc' 'texlive-pagecolor' 'texlive-pagecolor-doc' 'texlive-pagecont' 'texlive-pagecont-doc' 'texlive-pagenote' 'texlive-pagenote-doc' 'texlive-pagerange' 'texlive-pagerange-doc' 'texlive-pageslts' 'texlive-pageslts-doc' 'texlive-palatino' 'texlive-palatino-fonts' 'texlive-paper' 'texlive-paper-doc' 'texlive-papercdcase' 'texlive-papercdcase-doc' 'texlive-papermas' 'texlive-papermas-doc' 'texlive-papertex' 'texlive-papertex-doc' 'texlive-paracol' 'texlive-paracol-doc' 'texlive-parades' 'texlive-parades-doc' 'texlive-paralist' 'texlive-paralist-doc' 'texlive-parallel' 'texlive-parallel-doc' 'texlive-paratype' 'texlive-paratype-doc' 'texlive-paratype-fonts' 'texlive-paresse' 'texlive-paresse-doc' 'texlive-parnotes' 'texlive-parnotes-doc' 'texlive-parrun' 'texlive-parrun-doc' 'texlive-parselines' 'texlive-parselines-doc' 'texlive-parskip' 'texlive-parskip-doc' 'texlive-pas-cours' 'texlive-pas-cours-doc' 'texlive-pas-crosswords' 'texlive-pas-crosswords-doc' 'texlive-pas-cv' 'texlive-pas-cv-doc' 'texlive-pas-tableur' 'texlive-pas-tableur-doc' 'texlive-passivetex' 'texlive-patch' 'texlive-patchcmd' 'texlive-patchcmd-doc' 'texlive-patgen' 'texlive-patgen-bin' 'texlive-patgen2-tutorial' 'texlive-path' 'texlive-path-doc' 'texlive-pauldoc' 'texlive-pauldoc-doc' 'texlive-pawpict' 'texlive-pawpict-doc' 'texlive-pax' 'texlive-pax-bin' 'texlive-pax-doc' 'texlive-pb-diagram' 'texlive-pb-diagram-doc' 'texlive-pbibtex-base' 'texlive-pbibtex-base-doc' 'texlive-pbox' 'texlive-pbox-doc' 'texlive-pbsheet' 'texlive-pbsheet-doc' 'texlive-pdf-trans' 'texlive-pdf-trans-doc' 'texlive-pdf14' 'texlive-pdf14-doc' 'texlive-pdfbook2' 'texlive-pdfbook2-bin' 'texlive-pdfbook2-doc' 'texlive-pdfcomment' 'texlive-pdfcomment-doc' 'texlive-pdfcprot' 'texlive-pdfcprot-doc' 'texlive-pdfcrop' 'texlive-pdfcrop-bin' 'texlive-pdfcrop-doc' 'texlive-pdfjam' 'texlive-pdfjam-bin' 'texlive-pdfjam-doc' 'texlive-pdflatexpicscale' 'texlive-pdflatexpicscale-bin' 'texlive-pdflatexpicscale-doc' 'texlive-pdfmarginpar' 'texlive-pdfmarginpar-doc' 'texlive-pdfoverlay' 'texlive-pdfoverlay-doc' 'texlive-pdfpagediff' 'texlive-pdfpagediff-doc' 'texlive-pdfpages' 'texlive-pdfpages-doc' 'texlive-pdfpc-movie' 'texlive-pdfpc-movie-doc' 'texlive-pdfprivacy' 'texlive-pdfprivacy-doc' 'texlive-pdfreview' 'texlive-pdfreview-doc' 'texlive-pdfscreen' 'texlive-pdfscreen-doc' 'texlive-pdfslide' 'texlive-pdfslide-doc' 'texlive-pdfsync' 'texlive-pdfsync-doc' 'texlive-pdftex' 'texlive-pdftex-bin' 'texlive-pdftex-doc' 'texlive-pdftex-fonts' 'texlive-pdftex-quiet' 'texlive-pdftex-quiet-bin' 'texlive-pdftex-quiet-doc' 'texlive-pdftools' 'texlive-pdftools-bin' 'texlive-pdftools-doc' 'texlive-pdftricks' 'texlive-pdftricks-doc' 'texlive-pdftricks2' 'texlive-pdftricks2-doc' 'texlive-pdfwin' 'texlive-pdfwin-doc' 'texlive-pdfx' 'texlive-pdfx-doc' 'texlive-pdfxup' 'texlive-pdfxup-bin' 'texlive-pdfxup-doc' 'texlive-pecha' 'texlive-pecha-doc' 'texlive-pedigree-perl' 'texlive-pedigree-perl-bin' 'texlive-pedigree-perl-doc' 'texlive-penrose' 'texlive-penrose-doc' 'texlive-perception' 'texlive-perception-doc' 'texlive-perfectcut' 'texlive-perfectcut-doc' 'texlive-perltex' 'texlive-perltex-bin' 'texlive-perltex-doc' 'texlive-permute' 'texlive-permute-doc' 'texlive-persian-bib' 'texlive-persian-bib-doc' 'texlive-petiteannonce' 'texlive-petiteannonce-doc' 'texlive-petri-nets' 'texlive-petri-nets-bin' 'texlive-petri-nets-doc' 'texlive-pfarrei' 'texlive-pfarrei-bin' 'texlive-pfarrei-doc' 'texlive-pgf' 'texlive-pgf-blur' 'texlive-pgf-blur-doc' 'texlive-pgf-cmykshadings' 'texlive-pgf-cmykshadings-doc' 'texlive-pgf-doc' 'texlive-pgf-soroban' 'texlive-pgf-soroban-doc' 'texlive-pgf-spectra' 'texlive-pgf-spectra-doc' 'texlive-pgf-umlcd' 'texlive-pgf-umlcd-doc' 'texlive-pgf-umlsd' 'texlive-pgf-umlsd-doc' 'texlive-pgfgantt' 'texlive-pgfgantt-doc' 'texlive-pgfkeyx' 'texlive-pgfkeyx-doc' 'texlive-pgfmolbio' 'texlive-pgfmolbio-doc' 'texlive-pgfopts' 'texlive-pgfopts-doc' 'texlive-pgfornament' 'texlive-pgfornament-doc' 'texlive-pgfornament-han' 'texlive-pgfornament-han-doc' 'texlive-pgfplots' 'texlive-pgfplots-doc' 'texlive-phaistos' 'texlive-phaistos-doc' 'texlive-phaistos-fonts' 'texlive-phffullpagefigure' 'texlive-phffullpagefigure-doc' 'texlive-phfnote' 'texlive-phfnote-doc' 'texlive-phfparen' 'texlive-phfparen-doc' 'texlive-phfqit' 'texlive-phfqit-doc' 'texlive-phfquotetext' 'texlive-phfquotetext-doc' 'texlive-phfsvnwatermark' 'texlive-phfsvnwatermark-doc' 'texlive-phfthm' 'texlive-phfthm-doc' 'texlive-philex' 'texlive-philex-doc' 'texlive-philokalia' 'texlive-philokalia-doc' 'texlive-philokalia-fonts' 'texlive-philosophersimprint' 'texlive-philosophersimprint-doc' 'texlive-phonenumbers' 'texlive-phonenumbers-doc' 'texlive-phonetic' 'texlive-phonetic-doc' 'texlive-phonrule' 'texlive-phonrule-doc' 'texlive-photo' 'texlive-photo-doc' 'texlive-physics' 'texlive-physics-doc' 'texlive-piano' 'texlive-piano-doc' 'texlive-picinpar' 'texlive-picinpar-doc' 'texlive-pict2e' 'texlive-pict2e-doc' 'texlive-pictex' 'texlive-pictex-doc' 'texlive-pictex2' 'texlive-pictexsum' 'texlive-piechartmp' 'texlive-piechartmp-doc' 'texlive-piff' 'texlive-piff-doc' 'texlive-pigpen' 'texlive-pigpen-doc' 'texlive-pigpen-fonts' 'texlive-pinlabel' 'texlive-pinlabel-doc' 'texlive-pitex' 'texlive-pitex-doc' 'texlive-pittetd' 'texlive-pittetd-doc' 'texlive-pixelart' 'texlive-pixelart-doc' 'texlive-pkfix' 'texlive-pkfix-bin' 'texlive-pkfix-doc' 'texlive-pkfix-helper' 'texlive-pkfix-helper-bin' 'texlive-pkfix-helper-doc' 'texlive-pkgloader' 'texlive-pkgloader-doc' 'texlive-pkuthss' 'texlive-pkuthss-doc' 'texlive-pl' 'texlive-pl-doc' 'texlive-pl-fonts' 'texlive-placeat' 'texlive-placeat-doc' 'texlive-placeins' 'texlive-placeins-doc' 'texlive-placeins-plain' 'texlive-plain' 'texlive-plain-doc' 'texlive-plainpkg' 'texlive-plainpkg-doc' 'texlive-plantslabels' 'texlive-plantslabels-doc' 'texlive-plantuml' 'texlive-plantuml-doc' 'texlive-plari' 'texlive-plari-doc' 'texlive-plates' 'texlive-plates-doc' 'texlive-platex' 'texlive-platex-bin' 'texlive-platex-doc' 'texlive-platex-tools' 'texlive-platex-tools-doc' 'texlive-platexcheat' 'texlive-plautopatch' 'texlive-plautopatch-doc' 'texlive-play' 'texlive-play-doc' 'texlive-playfair' 'texlive-playfair-doc' 'texlive-playfair-fonts' 'texlive-plex' 'texlive-plex-doc' 'texlive-plex-fonts' 'texlive-plex-otf' 'texlive-plex-otf-doc' 'texlive-plipsum' 'texlive-plipsum-doc' 'texlive-plnfss' 'texlive-plnfss-doc' 'texlive-plstmary' 'texlive-plstmary-doc' 'texlive-plweb' 'texlive-plweb-doc' 'texlive-pm-isomath' 'texlive-pm-isomath-doc' 'texlive-pmgraph' 'texlive-pmgraph-doc' 'texlive-pmx' 'texlive-pmx-bin' 'texlive-pmx-doc' 'texlive-pmxchords' 'texlive-pmxchords-bin' 'texlive-pmxchords-doc' 'texlive-pnas2009' 'texlive-poemscol' 'texlive-poemscol-doc' 'texlive-poetry' 'texlive-poetry-doc' 'texlive-poetrytex' 'texlive-poetrytex-doc' 'texlive-polexpr' 'texlive-polexpr-doc' 'texlive-polski' 'texlive-polski-doc' 'texlive-poltawski' 'texlive-poltawski-doc' 'texlive-poltawski-fonts' 'texlive-polyglossia' 'texlive-polyglossia-doc' 'texlive-polynom' 'texlive-polynom-doc' 'texlive-polynomial' 'texlive-polynomial-doc' 'texlive-polytable' 'texlive-polytable-doc' 'texlive-poormanlog' 'texlive-poormanlog-doc' 'texlive-postage' 'texlive-postage-doc' 'texlive-postcards' 'texlive-postcards-doc' 'texlive-poster-mac' 'texlive-poster-mac-doc' 'texlive-powerdot' 'texlive-powerdot-FUBerlin' 'texlive-powerdot-FUBerlin-doc' 'texlive-powerdot-doc' 'texlive-powerdot-tuliplab' 'texlive-powerdot-tuliplab-doc' 'texlive-ppr-prv' 'texlive-ppr-prv-doc' 'texlive-pracjourn' 'texlive-pracjourn-doc' 'texlive-preprint' 'texlive-preprint-doc' 'texlive-prerex' 'texlive-prerex-doc' 'texlive-present' 'texlive-present-doc' 'texlive-presentations' 'texlive-presentations-en' 'texlive-pressrelease' 'texlive-pressrelease-doc' 'texlive-prettyref' 'texlive-prettyref-doc' 'texlive-preview' 'texlive-preview-doc' 'texlive-prftree' 'texlive-prftree-doc' 'texlive-printlen' 'texlive-printlen-doc' 'texlive-proba' 'texlive-proba-doc' 'texlive-probsoln' 'texlive-probsoln-doc' 'texlive-procIAGssymp' 'texlive-procIAGssymp-doc' 'texlive-prodint' 'texlive-prodint-doc' 'texlive-prodint-fonts' 'texlive-productbox' 'texlive-productbox-doc' 'texlive-program' 'texlive-program-doc' 'texlive-progress' 'texlive-progress-doc' 'texlive-progressbar' 'texlive-progressbar-doc' 'texlive-proofread' 'texlive-proofread-doc' 'texlive-prooftrees' 'texlive-prooftrees-doc' 'texlive-properties' 'texlive-properties-doc' 'texlive-proposal' 'texlive-proposal-doc' 'texlive-prosper' 'texlive-prosper-doc' 'texlive-protex' 'texlive-protex-doc' 'texlive-protocol' 'texlive-protocol-doc' 'texlive-przechlewski-book' 'texlive-przechlewski-book-doc' 'texlive-ps2pk' 'texlive-ps2pk-bin' 'texlive-psbao' 'texlive-psbao-doc' 'texlive-pseudocode' 'texlive-pseudocode-doc' 'texlive-psfrag' 'texlive-psfrag-doc' 'texlive-psfrag-italian' 'texlive-psfragx' 'texlive-psfragx-doc' 'texlive-psgo' 'texlive-psgo-doc' 'texlive-psizzl' 'texlive-psizzl-doc' 'texlive-pslatex' 'texlive-psnfss' 'texlive-psnfss-doc' 'texlive-pspicture' 'texlive-pspicture-doc' 'texlive-pst-2dplot' 'texlive-pst-2dplot-doc' 'texlive-pst-3d' 'texlive-pst-3d-doc' 'texlive-pst-3dplot' 'texlive-pst-3dplot-doc' 'texlive-pst-abspos' 'texlive-pst-abspos-doc' 'texlive-pst-am' 'texlive-pst-am-doc' 'texlive-pst-antiprism' 'texlive-pst-antiprism-doc' 'texlive-pst-arrow' 'texlive-pst-arrow-doc' 'texlive-pst-asr' 'texlive-pst-asr-doc' 'texlive-pst-bar' 'texlive-pst-bar-doc' 'texlive-pst-barcode' 'texlive-pst-barcode-doc' 'texlive-pst-bezier' 'texlive-pst-bezier-doc' 'texlive-pst-blur' 'texlive-pst-blur-doc' 'texlive-pst-bspline' 'texlive-pst-bspline-doc' 'texlive-pst-calculate' 'texlive-pst-calculate-doc' 'texlive-pst-calendar' 'texlive-pst-calendar-doc' 'texlive-pst-cie' 'texlive-pst-cie-doc' 'texlive-pst-circ' 'texlive-pst-circ-doc' 'texlive-pst-coil' 'texlive-pst-coil-doc' 'texlive-pst-contourplot' 'texlive-pst-contourplot-doc' 'texlive-pst-cox' 'texlive-pst-cox-doc' 'texlive-pst-dart' 'texlive-pst-dart-doc' 'texlive-pst-dbicons' 'texlive-pst-dbicons-doc' 'texlive-pst-diffraction' 'texlive-pst-diffraction-doc' 'texlive-pst-electricfield' 'texlive-pst-electricfield-doc' 'texlive-pst-eps' 'texlive-pst-eps-doc' 'texlive-pst-eucl' 'texlive-pst-eucl-doc' 'texlive-pst-eucl-translation-bg' 'texlive-pst-exa' 'texlive-pst-exa-doc' 'texlive-pst-feyn' 'texlive-pst-feyn-doc' 'texlive-pst-fill' 'texlive-pst-fill-doc' 'texlive-pst-fit' 'texlive-pst-fit-doc' 'texlive-pst-fr3d' 'texlive-pst-fr3d-doc' 'texlive-pst-fractal' 'texlive-pst-fractal-doc' 'texlive-pst-fun' 'texlive-pst-fun-doc' 'texlive-pst-func' 'texlive-pst-func-doc' 'texlive-pst-gantt' 'texlive-pst-gantt-doc' 'texlive-pst-geo' 'texlive-pst-geo-doc' 'texlive-pst-geometrictools' 'texlive-pst-geometrictools-doc' 'texlive-pst-ghsb' 'texlive-pst-ghsb-doc' 'texlive-pst-gr3d' 'texlive-pst-gr3d-doc' 'texlive-pst-grad' 'texlive-pst-grad-doc' 'texlive-pst-graphicx' 'texlive-pst-graphicx-doc' 'texlive-pst-infixplot' 'texlive-pst-infixplot-doc' 'texlive-pst-intersect' 'texlive-pst-intersect-doc' 'texlive-pst-jtree' 'texlive-pst-jtree-doc' 'texlive-pst-knot' 'texlive-pst-knot-doc' 'texlive-pst-labo' 'texlive-pst-labo-doc' 'texlive-pst-layout' 'texlive-pst-layout-doc' 'texlive-pst-lens' 'texlive-pst-lens-doc' 'texlive-pst-light3d' 'texlive-pst-light3d-doc' 'texlive-pst-lsystem' 'texlive-pst-lsystem-doc' 'texlive-pst-magneticfield' 'texlive-pst-magneticfield-doc' 'texlive-pst-marble' 'texlive-pst-marble-doc' 'texlive-pst-math' 'texlive-pst-math-doc' 'texlive-pst-mirror' 'texlive-pst-mirror-doc' 'texlive-pst-moire' 'texlive-pst-moire-doc' 'texlive-pst-node' 'texlive-pst-node-doc' 'texlive-pst-ob3d' 'texlive-pst-ob3d-doc' 'texlive-pst-ode' 'texlive-pst-ode-doc' 'texlive-pst-optexp' 'texlive-pst-optexp-doc' 'texlive-pst-optic' 'texlive-pst-optic-doc' 'texlive-pst-osci' 'texlive-pst-osci-doc' 'texlive-pst-ovl' 'texlive-pst-ovl-doc' 'texlive-pst-pad' 'texlive-pst-pad-doc' 'texlive-pst-pdf' 'texlive-pst-pdf-bin' 'texlive-pst-pdf-doc' 'texlive-pst-pdgr' 'texlive-pst-pdgr-doc' 'texlive-pst-perspective' 'texlive-pst-perspective-doc' 'texlive-pst-platon' 'texlive-pst-platon-doc' 'texlive-pst-plot' 'texlive-pst-plot-doc' 'texlive-pst-poker' 'texlive-pst-poker-doc' 'texlive-pst-poly' 'texlive-pst-poly-doc' 'texlive-pst-pulley' 'texlive-pst-pulley-doc' 'texlive-pst-qtree' 'texlive-pst-qtree-doc' 'texlive-pst-rputover' 'texlive-pst-rputover-doc' 'texlive-pst-rubans' 'texlive-pst-rubans-doc' 'texlive-pst-shell' 'texlive-pst-shell-doc' 'texlive-pst-sigsys' 'texlive-pst-sigsys-doc' 'texlive-pst-slpe' 'texlive-pst-slpe-doc' 'texlive-pst-solarsystem' 'texlive-pst-solarsystem-doc' 'texlive-pst-solides3d' 'texlive-pst-solides3d-doc' 'texlive-pst-soroban' 'texlive-pst-soroban-doc' 'texlive-pst-spectra' 'texlive-pst-spectra-doc' 'texlive-pst-spinner' 'texlive-pst-spinner-doc' 'texlive-pst-spirograph' 'texlive-pst-spirograph-doc' 'texlive-pst-stru' 'texlive-pst-stru-doc' 'texlive-pst-support' 'texlive-pst-text' 'texlive-pst-text-doc' 'texlive-pst-thick' 'texlive-pst-thick-doc' 'texlive-pst-tools' 'texlive-pst-tools-doc' 'texlive-pst-tree' 'texlive-pst-tree-doc' 'texlive-pst-tvz' 'texlive-pst-tvz-doc' 'texlive-pst-uml' 'texlive-pst-uml-doc' 'texlive-pst-vectorian' 'texlive-pst-vectorian-doc' 'texlive-pst-vehicle' 'texlive-pst-vehicle-doc' 'texlive-pst-venn' 'texlive-pst-venn-doc' 'texlive-pst-vowel' 'texlive-pst-vowel-doc' 'texlive-pst-vue3d' 'texlive-pst-vue3d-doc' 'texlive-pst2pdf' 'texlive-pst2pdf-bin' 'texlive-pst2pdf-doc' 'texlive-pstool' 'texlive-pstool-doc' 'texlive-pstools' 'texlive-pstools-bin' 'texlive-pstools-doc' 'texlive-pstricks' 'texlive-pstricks-add' 'texlive-pstricks-add-doc' 'texlive-pstricks-doc' 'texlive-pstricks_calcnotes' 'texlive-pstring' 'texlive-pstring-doc' 'texlive-ptex' 'texlive-ptex-base' 'texlive-ptex-base-doc' 'texlive-ptex-bin' 'texlive-ptex-fontmaps' 'texlive-ptex-fontmaps-bin' 'texlive-ptex-fontmaps-doc' 'texlive-ptex-fonts' 'texlive-ptex-fonts-doc' 'texlive-ptex-manual' 'texlive-ptex-manual-doc' 'texlive-ptex2pdf' 'texlive-ptex2pdf-bin' 'texlive-ptex2pdf-doc' 'texlive-ptexenc-devel' 'texlive-ptext' 'texlive-ptext-doc' 'texlive-ptolemaicastronomy' 'texlive-ptolemaicastronomy-doc' 'texlive-ptptex' 'texlive-ptptex-doc' 'texlive-punk' 'texlive-punk-doc' 'texlive-punk-latex' 'texlive-punk-latex-doc' 'texlive-punknova' 'texlive-punknova-doc' 'texlive-punknova-fonts' 'texlive-purifyeps' 'texlive-purifyeps-bin' 'texlive-purifyeps-doc' 'texlive-pxbase' 'texlive-pxbase-doc' 'texlive-pxchfon' 'texlive-pxchfon-doc' 'texlive-pxcjkcat' 'texlive-pxcjkcat-doc' 'texlive-pxfonts' 'texlive-pxfonts-doc' 'texlive-pxfonts-fonts' 'texlive-pxgreeks' 'texlive-pxgreeks-doc' 'texlive-pxjahyper' 'texlive-pxjahyper-doc' 'texlive-pxjodel' 'texlive-pxjodel-doc' 'texlive-pxpgfmark' 'texlive-pxpgfmark-doc' 'texlive-pxrubrica' 'texlive-pxrubrica-doc' 'texlive-pxtatescale' 'texlive-pxtatescale-doc' 'texlive-pxtxalfa' 'texlive-pxtxalfa-doc' 'texlive-pxufont' 'texlive-pxufont-doc' 'texlive-pygmentex' 'texlive-pygmentex-bin' 'texlive-pygmentex-doc' 'texlive-python' 'texlive-python-doc' 'texlive-pythonhighlight' 'texlive-pythonhighlight-doc' 'texlive-pythontex' 'texlive-pythontex-bin' 'texlive-pythontex-doc' 'texlive-qcircuit' 'texlive-qcircuit-doc' 'texlive-qcm' 'texlive-qcm-doc' 'texlive-qobitree' 'texlive-qobitree-doc' 'texlive-qpxqtx' 'texlive-qpxqtx-doc' 'texlive-qrcode' 'texlive-qrcode-doc' 'texlive-qsharp' 'texlive-qsharp-doc' 'texlive-qstest' 'texlive-qstest-doc' 'texlive-qsymbols' 'texlive-qsymbols-doc' 'texlive-qtree' 'texlive-qtree-doc' 'texlive-quantikz' 'texlive-quantikz-doc' 'texlive-quattrocento' 'texlive-quattrocento-doc' 'texlive-quattrocento-fonts' 'texlive-quicktype' 'texlive-quicktype-doc' 'texlive-quotchap' 'texlive-quotchap-doc' 'texlive-quoting' 'texlive-quoting-doc' 'texlive-quotmark' 'texlive-quotmark-doc' 'texlive-quran' 'texlive-quran-de' 'texlive-quran-de-doc' 'texlive-quran-doc' 'texlive-r_und_s' 'texlive-r_und_s-doc' 'texlive-raleway' 'texlive-raleway-doc' 'texlive-raleway-fonts' 'texlive-ran_toks' 'texlive-ran_toks-doc' 'texlive-randbild' 'texlive-randbild-doc' 'texlive-randomlist' 'texlive-randomlist-doc' 'texlive-randomwalk' 'texlive-randomwalk-doc' 'texlive-randtext' 'texlive-randtext-doc' 'texlive-rank-2-roots' 'texlive-rank-2-roots-doc' 'texlive-rccol' 'texlive-rccol-doc' 'texlive-rcs' 'texlive-rcs-doc' 'texlive-rcs-multi' 'texlive-rcs-multi-doc' 'texlive-rcsinfo' 'texlive-rcsinfo-doc' 'texlive-readarray' 'texlive-readarray-doc' 'texlive-realboxes' 'texlive-realboxes-doc' 'texlive-realhats' 'texlive-realhats-doc' 'texlive-realscripts' 'texlive-realscripts-doc' 'texlive-rec-thy' 'texlive-rec-thy-doc' 'texlive-recipe' 'texlive-recipe-doc' 'texlive-recipebook' 'texlive-recipebook-doc' 'texlive-recipecard' 'texlive-recipecard-doc' 'texlive-rectopma' 'texlive-rectopma-doc' 'texlive-recycle' 'texlive-recycle-doc' 'texlive-recycle-fonts' 'texlive-refcheck' 'texlive-refcheck-doc' 'texlive-refenums' 'texlive-refenums-doc' 'texlive-reflectgraphics' 'texlive-reflectgraphics-doc' 'texlive-refman' 'texlive-refman-doc' 'texlive-refstyle' 'texlive-refstyle-doc' 'texlive-regcount' 'texlive-regcount-doc' 'texlive-regexpatch' 'texlive-regexpatch-doc' 'texlive-register' 'texlive-register-doc' 'texlive-regstats' 'texlive-regstats-doc' 'texlive-reledmac' 'texlive-reledmac-doc' 'texlive-relenc' 'texlive-relenc-doc' 'texlive-relsize' 'texlive-relsize-doc' 'texlive-reotex' 'texlive-reotex-doc' 'texlive-repeatindex' 'texlive-repeatindex-doc' 'texlive-repere' 'texlive-repere-doc' 'texlive-repltext' 'texlive-repltext-doc' 'texlive-resphilosophica' 'texlive-resphilosophica-doc' 'texlive-resumecls' 'texlive-resumecls-doc' 'texlive-resumemac' 'texlive-resumemac-doc' 'texlive-returntogrid' 'texlive-returntogrid-doc' 'texlive-reverxii' 'texlive-revquantum' 'texlive-revquantum-doc' 'texlive-revtex' 'texlive-revtex-doc' 'texlive-revtex4' 'texlive-revtex4-doc' 'texlive-rgltxdoc' 'texlive-rgltxdoc-doc' 'texlive-ribbonproofs' 'texlive-ribbonproofs-doc' 'texlive-rjlparshap' 'texlive-rjlparshap-doc' 'texlive-rlepsf' 'texlive-rlepsf-doc' 'texlive-rmathbr' 'texlive-rmathbr-doc' 'texlive-rmpage' 'texlive-rmpage-doc' 'texlive-roboto' 'texlive-roboto-doc' 'texlive-roboto-fonts' 'texlive-robustcommand' 'texlive-robustcommand-doc' 'texlive-robustindex' 'texlive-robustindex-doc' 'texlive-roex' 'texlive-romanbar' 'texlive-romanbar-doc' 'texlive-romanbarpagenumber' 'texlive-romanbarpagenumber-doc' 'texlive-romande' 'texlive-romande-doc' 'texlive-romande-fonts' 'texlive-romanneg' 'texlive-romanneg-doc' 'texlive-romannum' 'texlive-romannum-doc' 'texlive-rosario' 'texlive-rosario-doc' 'texlive-rosario-fonts' 'texlive-rotfloat' 'texlive-rotfloat-doc' 'texlive-rotpages' 'texlive-rotpages-doc' 'texlive-roundbox' 'texlive-roundbox-doc' 'texlive-roundrect' 'texlive-roundrect-doc' 'texlive-rrgtrees' 'texlive-rrgtrees-doc' 'texlive-rsc' 'texlive-rsc-doc' 'texlive-rsfs' 'texlive-rsfs-doc' 'texlive-rsfs-fonts' 'texlive-rsfso' 'texlive-rsfso-doc' 'texlive-rterface' 'texlive-rterface-doc' 'texlive-rtkinenc' 'texlive-rtkinenc-doc' 'texlive-rtklage' 'texlive-rtklage-doc' 'texlive-rubik' 'texlive-rubik-bin' 'texlive-rubik-doc' 'texlive-ruhyphen' 'texlive-rulercompass' 'texlive-rulercompass-doc' 'texlive-russ' 'texlive-russ-doc' 'texlive-rutitlepage' 'texlive-rutitlepage-doc' 'texlive-rviewport' 'texlive-rviewport-doc' 'texlive-rvwrite' 'texlive-rvwrite-doc' 'texlive-ryersonsgsthesis' 'texlive-ryersonsgsthesis-doc' 'texlive-ryethesis' 'texlive-ryethesis-doc' 'texlive-sa-tikz' 'texlive-sa-tikz-doc' 'texlive-sageep' 'texlive-sageep-doc' 'texlive-sanitize-umlaut' 'texlive-sanitize-umlaut-doc' 'texlive-sanskrit' 'texlive-sanskrit-doc' 'texlive-sanskrit-t1' 'texlive-sanskrit-t1-doc' 'texlive-sanskrit-t1-fonts' 'texlive-sansmath' 'texlive-sansmath-doc' 'texlive-sansmathaccent' 'texlive-sansmathaccent-doc' 'texlive-sansmathfonts' 'texlive-sansmathfonts-doc' 'texlive-sansmathfonts-fonts' 'texlive-sapthesis' 'texlive-sapthesis-doc' 'texlive-sasnrdisplay' 'texlive-sasnrdisplay-doc' 'texlive-sauerj' 'texlive-sauerj-doc' 'texlive-sauter' 'texlive-sauterfonts' 'texlive-sauterfonts-doc' 'texlive-savefnmark' 'texlive-savefnmark-doc' 'texlive-savesym' 'texlive-savetrees' 'texlive-savetrees-doc' 'texlive-scale' 'texlive-scale-doc' 'texlive-scalebar' 'texlive-scalebar-doc' 'texlive-scalerel' 'texlive-scalerel-doc' 'texlive-scanpages' 'texlive-scanpages-doc' 'texlive-scanpages-fonts' 'texlive-schemabloc' 'texlive-schemabloc-doc' 'texlive-schemata' 'texlive-schemata-doc' 'texlive-scheme-basic' 'texlive-scheme-context' 'texlive-scheme-full' 'texlive-scheme-gust' 'texlive-scheme-infraonly' 'texlive-scheme-medium' 'texlive-scheme-minimal' 'texlive-scheme-small' 'texlive-scheme-tetex' 'texlive-schule' 'texlive-schule-doc' 'texlive-schulschriften' 'texlive-schulschriften-doc' 'texlive-schwalbe-chess' 'texlive-schwalbe-chess-doc' 'texlive-scientific-thesis-cover' 'texlive-scientific-thesis-cover-doc' 'texlive-sciposter' 'texlive-sciposter-doc' 'texlive-sclang-prettifier' 'texlive-sclang-prettifier-doc' 'texlive-scratch' 'texlive-scratch-doc' 'texlive-scratch3' 'texlive-scratch3-doc' 'texlive-scratchx' 'texlive-scratchx-doc' 'texlive-screenplay' 'texlive-screenplay-doc' 'texlive-screenplay-pkg' 'texlive-screenplay-pkg-doc' 'texlive-scrjrnl' 'texlive-scrjrnl-doc' 'texlive-scrlttr2copy' 'texlive-scrlttr2copy-doc' 'texlive-scsnowman' 'texlive-scsnowman-doc' 'texlive-sdrt' 'texlive-sdrt-doc' 'texlive-sduthesis' 'texlive-sduthesis-doc' 'texlive-secdot' 'texlive-secdot-doc' 'texlive-section' 'texlive-section-doc' 'texlive-sectionbox' 'texlive-sectionbox-doc' 'texlive-sectionbreak' 'texlive-sectionbreak-doc' 'texlive-sectsty' 'texlive-sectsty-doc' 'texlive-seealso' 'texlive-seealso-doc' 'texlive-seetexk' 'texlive-seetexk-bin' 'texlive-selectp' 'texlive-selectp-doc' 'texlive-selnolig' 'texlive-selnolig-doc' 'texlive-semantic' 'texlive-semantic-doc' 'texlive-semantic-markup' 'texlive-semantic-markup-doc' 'texlive-semaphor' 'texlive-semaphor-doc' 'texlive-semaphor-fonts' 'texlive-seminar' 'texlive-seminar-doc' 'texlive-semioneside' 'texlive-semioneside-doc' 'texlive-semproc' 'texlive-semproc-doc' 'texlive-sepfootnotes' 'texlive-sepfootnotes-doc' 'texlive-sepnum' 'texlive-sepnum-doc' 'texlive-seqsplit' 'texlive-seqsplit-doc' 'texlive-serbian-apostrophe' 'texlive-serbian-apostrophe-doc' 'texlive-serbian-date-lat' 'texlive-serbian-date-lat-doc' 'texlive-serbian-def-cyr' 'texlive-serbian-def-cyr-doc' 'texlive-serbian-lig' 'texlive-serbian-lig-doc' 'texlive-sesamanuel' 'texlive-sesamanuel-doc' 'texlive-sesstime' 'texlive-sesstime-doc' 'texlive-setdeck' 'texlive-setdeck-doc' 'texlive-setspace' 'texlive-setspace-doc' 'texlive-seuthesis' 'texlive-seuthesis-doc' 'texlive-seuthesix' 'texlive-seuthesix-doc' 'texlive-sexam' 'texlive-sexam-doc' 'texlive-sf298' 'texlive-sf298-doc' 'texlive-sffms' 'texlive-sffms-doc' 'texlive-sfg' 'texlive-sfg-doc' 'texlive-sfmath' 'texlive-sgame' 'texlive-sgame-doc' 'texlive-shade' 'texlive-shade-doc' 'texlive-shadethm' 'texlive-shadethm-doc' 'texlive-shadow' 'texlive-shadow-doc' 'texlive-shadowtext' 'texlive-shadowtext-doc' 'texlive-shapepar' 'texlive-shapepar-doc' 'texlive-shapes' 'texlive-shapes-doc' 'texlive-shdoc' 'texlive-shdoc-doc' 'texlive-shipunov' 'texlive-shipunov-doc' 'texlive-shobhika' 'texlive-shobhika-doc' 'texlive-shobhika-fonts' 'texlive-short-math-guide' 'texlive-shorttoc' 'texlive-shorttoc-doc' 'texlive-show2e' 'texlive-show2e-doc' 'texlive-showcharinbox' 'texlive-showcharinbox-doc' 'texlive-showdim' 'texlive-showdim-doc' 'texlive-showexpl' 'texlive-showexpl-doc' 'texlive-showhyphens' 'texlive-showhyphens-doc' 'texlive-showlabels' 'texlive-showlabels-doc' 'texlive-showtags' 'texlive-showtags-doc' 'texlive-shuffle' 'texlive-shuffle-doc' 'texlive-sidecap' 'texlive-sidecap-doc' 'texlive-sidenotes' 'texlive-sidenotes-doc' 'texlive-sides' 'texlive-sides-doc' 'texlive-signchart' 'texlive-signchart-doc' 'texlive-silence' 'texlive-silence-doc' 'texlive-simple-resume-cv' 'texlive-simple-resume-cv-doc' 'texlive-simple-thesis-dissertation' 'texlive-simple-thesis-dissertation-doc' 'texlive-simplecd' 'texlive-simplecd-doc' 'texlive-simplecv' 'texlive-simplecv-doc' 'texlive-simpleinvoice' 'texlive-simpleinvoice-doc' 'texlive-simplekv' 'texlive-simplekv-doc' 'texlive-simpler-wick' 'texlive-simpler-wick-doc' 'texlive-simplewick' 'texlive-simplewick-doc' 'texlive-simplified-latex' 'texlive-simurgh' 'texlive-simurgh-doc' 'texlive-sitem' 'texlive-sitem-doc' 'texlive-siunitx' 'texlive-siunitx-doc' 'texlive-skak' 'texlive-skak-doc' 'texlive-skaknew' 'texlive-skaknew-doc' 'texlive-skaknew-fonts' 'texlive-skb' 'texlive-skb-doc' 'texlive-skdoc' 'texlive-skdoc-doc' 'texlive-skeycommand' 'texlive-skeycommand-doc' 'texlive-skeyval' 'texlive-skeyval-doc' 'texlive-skmath' 'texlive-skmath-doc' 'texlive-skrapport' 'texlive-skrapport-doc' 'texlive-skull' 'texlive-slantsc' 'texlive-slantsc-doc' 'texlive-slideshow' 'texlive-slideshow-doc' 'texlive-smalltableof' 'texlive-smalltableof-doc' 'texlive-smartdiagram' 'texlive-smartdiagram-doc' 'texlive-smartref' 'texlive-smartref-doc' 'texlive-smartunits' 'texlive-smartunits-doc' 'texlive-snapshot' 'texlive-snapshot-doc' 'texlive-snotez' 'texlive-snotez-doc' 'texlive-songbook' 'texlive-songbook-doc' 'texlive-songs' 'texlive-songs-doc' 'texlive-sort-by-letters' 'texlive-sort-by-letters-doc' 'texlive-soton' 'texlive-soton-doc' 'texlive-soul' 'texlive-soul-doc' 'texlive-soup' 'texlive-soup-doc' 'texlive-sourcecodepro' 'texlive-sourcecodepro-doc' 'texlive-sourcecodepro-fonts' 'texlive-sourcesanspro' 'texlive-sourcesanspro-doc' 'texlive-sourcesanspro-fonts' 'texlive-sourceserifpro' 'texlive-sourceserifpro-doc' 'texlive-sourceserifpro-fonts' 'texlive-spalign' 'texlive-spalign-doc' 'texlive-spanish-mx' 'texlive-spanish-mx-doc' 'texlive-spark-otf' 'texlive-spark-otf-doc' 'texlive-sparklines' 'texlive-sparklines-doc' 'texlive-spath3' 'texlive-spath3-doc' 'texlive-spectralsequences' 'texlive-spectralsequences-doc' 'texlive-spelling' 'texlive-spelling-doc' 'texlive-sphdthesis' 'texlive-sphdthesis-doc' 'texlive-spie' 'texlive-spie-doc' 'texlive-splines' 'texlive-splines-doc' 'texlive-splitbib' 'texlive-splitbib-doc' 'texlive-splitindex' 'texlive-splitindex-bin' 'texlive-splitindex-doc' 'texlive-spot' 'texlive-spot-doc' 'texlive-spotcolor' 'texlive-spotcolor-doc' 'texlive-spreadtab' 'texlive-spreadtab-doc' 'texlive-spverbatim' 'texlive-spverbatim-doc' 'texlive-sr-vorl' 'texlive-sr-vorl-doc' 'texlive-srbook-mem' 'texlive-srbook-mem-doc' 'texlive-srcltx' 'texlive-srcltx-doc' 'texlive-srcredact' 'texlive-srcredact-bin' 'texlive-srcredact-doc' 'texlive-srdp-mathematik' 'texlive-srdp-mathematik-doc' 'texlive-sseq' 'texlive-sseq-doc' 'texlive-sslides' 'texlive-sslides-doc' 'texlive-stack' 'texlive-stackengine' 'texlive-stackengine-doc' 'texlive-stage' 'texlive-stage-doc' 'texlive-standalone' 'texlive-standalone-doc' 'texlive-stanli' 'texlive-stanli-doc' 'texlive-starfont' 'texlive-starfont-doc' 'texlive-starfont-fonts' 'texlive-startex' 'texlive-startex-doc' 'texlive-statex' 'texlive-statex-doc' 'texlive-statex2' 'texlive-statex2-doc' 'texlive-statistics' 'texlive-statistics-doc' 'texlive-statistik' 'texlive-statistik-doc' 'texlive-statmath' 'texlive-statmath-doc' 'texlive-staves' 'texlive-staves-doc' 'texlive-staves-fonts' 'texlive-stdclsdv' 'texlive-stdclsdv-doc' 'texlive-stdpage' 'texlive-stdpage-doc' 'texlive-stealcaps' 'texlive-stealcaps-doc' 'texlive-steinmetz' 'texlive-steinmetz-doc' 'texlive-stellenbosch' 'texlive-stellenbosch-doc' 'texlive-stex' 'texlive-stex-doc' 'texlive-stickstoo' 'texlive-stickstoo-doc' 'texlive-stickstoo-fonts' 'texlive-stix' 'texlive-stix-doc' 'texlive-stix-fonts' 'texlive-stix2-otf' 'texlive-stix2-otf-doc' 'texlive-stix2-otf-fonts' 'texlive-stix2-type1' 'texlive-stix2-type1-doc' 'texlive-stix2-type1-fonts' 'texlive-stmaryrd' 'texlive-stmaryrd-doc' 'texlive-stmaryrd-fonts' 'texlive-storebox' 'texlive-storebox-doc' 'texlive-storecmd' 'texlive-storecmd-doc' 'texlive-stringstrings' 'texlive-stringstrings-doc' 'texlive-structmech' 'texlive-struktex' 'texlive-struktex-doc' 'texlive-sttools' 'texlive-sttools-doc' 'texlive-stubs' 'texlive-stubs-doc' 'texlive-studenthandouts' 'texlive-studenthandouts-doc' 'texlive-sty2dtx' 'texlive-sty2dtx-bin' 'texlive-sty2dtx-doc' 'texlive-suanpan' 'texlive-suanpan-doc' 'texlive-subdepth' 'texlive-subdepth-doc' 'texlive-subeqn' 'texlive-subeqn-doc' 'texlive-subeqnarray' 'texlive-subeqnarray-doc' 'texlive-subfig' 'texlive-subfig-doc' 'texlive-subfigmat' 'texlive-subfigmat-doc' 'texlive-subfigure' 'texlive-subfigure-doc' 'texlive-subfiles' 'texlive-subfiles-doc' 'texlive-subfloat' 'texlive-subfloat-doc' 'texlive-substances' 'texlive-substances-doc' 'texlive-substitutefont' 'texlive-substitutefont-doc' 'texlive-substr' 'texlive-substr-doc' 'texlive-subsupscripts' 'texlive-subsupscripts-doc' 'texlive-sudoku' 'texlive-sudoku-doc' 'texlive-sudokubundle' 'texlive-sudokubundle-doc' 'texlive-suftesi' 'texlive-suftesi-doc' 'texlive-sugconf' 'texlive-sugconf-doc' 'texlive-superiors' 'texlive-superiors-doc' 'texlive-superiors-fonts' 'texlive-supertabular' 'texlive-supertabular-doc' 'texlive-susy' 'texlive-susy-doc' 'texlive-svg' 'texlive-svg-doc' 'texlive-svg-inkscape' 'texlive-svgcolor' 'texlive-svgcolor-doc' 'texlive-svn' 'texlive-svn-doc' 'texlive-svn-multi' 'texlive-svn-multi-bin' 'texlive-svn-multi-doc' 'texlive-svn-prov' 'texlive-svn-prov-doc' 'texlive-svninfo' 'texlive-svninfo-doc' 'texlive-svrsymbols' 'texlive-svrsymbols-doc' 'texlive-svrsymbols-fonts' 'texlive-swebib' 'texlive-swebib-doc' 'texlive-swimgraf' 'texlive-swimgraf-doc' 'texlive-syllogism' 'texlive-syllogism-doc' 'texlive-symbol' 'texlive-symbol-fonts' 'texlive-sympytexpackage' 'texlive-sympytexpackage-doc' 'texlive-synctex' 'texlive-synctex-bin' 'texlive-synctex-devel' 'texlive-synproof' 'texlive-synproof-doc' 'texlive-syntax' 'texlive-syntax-doc' 'texlive-syntrace' 'texlive-syntrace-doc' 'texlive-synttree' 'texlive-synttree-doc' 'texlive-systeme' 'texlive-systeme-doc' 'texlive-t-angles' 'texlive-t-angles-doc' 'texlive-t2' 'texlive-t2-doc' 'texlive-tabfigures' 'texlive-tabfigures-doc' 'texlive-table-fct' 'texlive-table-fct-doc' 'texlive-tableaux' 'texlive-tableaux-doc' 'texlive-tablefootnote' 'texlive-tablefootnote-doc' 'texlive-tableof' 'texlive-tableof-doc' 'texlive-tablestyles' 'texlive-tablestyles-doc' 'texlive-tablists' 'texlive-tablists-doc' 'texlive-tablor' 'texlive-tablor-doc' 'texlive-tabls' 'texlive-tabls-doc' 'texlive-tablvar' 'texlive-tablvar-doc' 'texlive-tabriz-thesis' 'texlive-tabriz-thesis-doc' 'texlive-tabstackengine' 'texlive-tabstackengine-doc' 'texlive-tabto-generic' 'texlive-tabto-ltx' 'texlive-tabto-ltx-doc' 'texlive-tabu' 'texlive-tabu-doc' 'texlive-tabularborder' 'texlive-tabularborder-doc' 'texlive-tabularcalc' 'texlive-tabularcalc-doc' 'texlive-tabularew' 'texlive-tabularew-doc' 'texlive-tabulars-e' 'texlive-tabulary' 'texlive-tabulary-doc' 'texlive-tabvar' 'texlive-tabvar-doc' 'texlive-tabvar-fonts' 'texlive-tagging' 'texlive-tagging-doc' 'texlive-tagpair' 'texlive-tagpair-doc' 'texlive-tagpdf' 'texlive-tagpdf-doc' 'texlive-talk' 'texlive-talk-doc' 'texlive-tamefloats' 'texlive-tamefloats-doc' 'texlive-tamethebeast' 'texlive-tap' 'texlive-tap-doc' 'texlive-tapir' 'texlive-tapir-doc' 'texlive-tapir-fonts' 'texlive-tasks' 'texlive-tasks-doc' 'texlive-tcldoc' 'texlive-tcldoc-doc' 'texlive-tcolorbox' 'texlive-tcolorbox-doc' 'texlive-tdclock' 'texlive-tdclock-doc' 'texlive-tds' 'texlive-tdsfrmath' 'texlive-tdsfrmath-doc' 'texlive-technics' 'texlive-technics-doc' 'texlive-technion-thesis-template' 'texlive-technion-thesis-template-doc' 'texlive-ted' 'texlive-ted-doc' 'texlive-templates-fenn' 'texlive-templates-sommer' 'texlive-templatetools' 'texlive-templatetools-doc' 'texlive-tempora' 'texlive-tempora-doc' 'texlive-tempora-fonts' 'texlive-tengwarscript' 'texlive-tengwarscript-doc' 'texlive-tensor' 'texlive-tensor-doc' 'texlive-termcal' 'texlive-termcal-de' 'texlive-termcal-de-doc' 'texlive-termcal-doc' 'texlive-termlist' 'texlive-termlist-doc' 'texlive-termmenu' 'texlive-termmenu-doc' 'texlive-testhyphens' 'texlive-testhyphens-doc' 'texlive-testidx' 'texlive-testidx-doc' 'texlive-tetex' 'texlive-tetex-bin' 'texlive-tetex-doc' 'texlive-tetragonos' 'texlive-tetragonos-doc' 'texlive-teubner' 'texlive-teubner-doc' 'texlive-tex' 'texlive-tex-bin' 'texlive-tex-ewd' 'texlive-tex-ewd-doc' 'texlive-tex-font-errors-cheatsheet' 'texlive-tex-gyre' 'texlive-tex-gyre-doc' 'texlive-tex-gyre-fonts' 'texlive-tex-gyre-math' 'texlive-tex-gyre-math-doc' 'texlive-tex-gyre-math-fonts' 'texlive-tex-ini-files' 'texlive-tex-ini-files-doc' 'texlive-tex-label' 'texlive-tex-label-doc' 'texlive-tex-locale' 'texlive-tex-locale-doc' 'texlive-tex-overview' 'texlive-tex-ps' 'texlive-tex-ps-doc' 'texlive-tex-refs' 'texlive-tex-virtual-academy-pl' 'texlive-tex4ebook' 'texlive-tex4ebook-bin' 'texlive-tex4ebook-doc' 'texlive-tex4ht' 'texlive-tex4ht-bin' 'texlive-tex4ht-doc' 'texlive-texapi' 'texlive-texapi-doc' 'texlive-texbytopic' 'texlive-texcount' 'texlive-texcount-bin' 'texlive-texcount-doc' 'texlive-texdate' 'texlive-texdate-doc' 'texlive-texdef' 'texlive-texdef-bin' 'texlive-texdef-doc' 'texlive-texdiff' 'texlive-texdiff-bin' 'texlive-texdiff-doc' 'texlive-texdirflatten' 'texlive-texdirflatten-bin' 'texlive-texdirflatten-doc' 'texlive-texdoc' 'texlive-texdoc-bin' 'texlive-texdoc-doc' 'texlive-texdoctk' 'texlive-texdoctk-bin' 'texlive-texdoctk-doc' 'texlive-texdraw' 'texlive-texdraw-doc' 'texlive-texfot' 'texlive-texfot-bin' 'texlive-texfot-doc' 'texlive-texilikechaps' 'texlive-texilikecover' 'texlive-texinfo' 'texlive-texlive-common' 'texlive-texlive-cz' 'texlive-texlive-de' 'texlive-texlive-en' 'texlive-texlive-es' 'texlive-texlive-fr' 'texlive-texlive-it' 'texlive-texlive-pl' 'texlive-texlive-ru' 'texlive-texlive-sr' 'texlive-texlive-zh-cn' 'texlive-texlive.infra' 'texlive-texlive.infra-doc' 'texlive-texliveonfly' 'texlive-texliveonfly-bin' 'texlive-texliveonfly-doc' 'texlive-texloganalyser' 'texlive-texloganalyser-bin' 'texlive-texloganalyser-doc' 'texlive-texlogos' 'texlive-texlua-devel' 'texlive-texluajit-devel' 'texlive-texmate' 'texlive-texmate-doc' 'texlive-texments' 'texlive-texments-doc' 'texlive-texosquery' 'texlive-texosquery-bin' 'texlive-texosquery-doc' 'texlive-texpower' 'texlive-texpower-doc' 'texlive-texproposal' 'texlive-texshade' 'texlive-texshade-doc' 'texlive-texsis' 'texlive-texsis-bin' 'texlive-texsis-doc' 'texlive-textcase' 'texlive-textcase-doc' 'texlive-textfit' 'texlive-textfit-doc' 'texlive-textglos' 'texlive-textglos-doc' 'texlive-textgreek' 'texlive-textgreek-doc' 'texlive-textmerg' 'texlive-textmerg-doc' 'texlive-textopo' 'texlive-textopo-doc' 'texlive-textpath' 'texlive-textpath-doc' 'texlive-textpos' 'texlive-textpos-doc' 'texlive-textualicomma' 'texlive-textualicomma-doc' 'texlive-texvc' 'texlive-texvc-doc' 'texlive-texware' 'texlive-texware-bin' 'texlive-tfrupee' 'texlive-tfrupee-doc' 'texlive-tfrupee-fonts' 'texlive-thaienum' 'texlive-thaienum-doc' 'texlive-thaispec' 'texlive-thaispec-doc' 'texlive-thalie' 'texlive-thalie-doc' 'texlive-theatre' 'texlive-theoremref' 'texlive-theoremref-doc' 'texlive-thesis-ekf' 'texlive-thesis-ekf-doc' 'texlive-thesis-gwu' 'texlive-thesis-gwu-doc' 'texlive-thesis-qom' 'texlive-thesis-qom-doc' 'texlive-thesis-titlepage-fhac' 'texlive-thesis-titlepage-fhac-doc' 'texlive-thinsp' 'texlive-thinsp-doc' 'texlive-thmbox' 'texlive-thmbox-doc' 'texlive-thmtools' 'texlive-thmtools-doc' 'texlive-threadcol' 'texlive-threadcol-doc' 'texlive-threeddice' 'texlive-threeddice-doc' 'texlive-threeparttable' 'texlive-threeparttable-doc' 'texlive-threeparttablex' 'texlive-threeparttablex-doc' 'texlive-thucoursework' 'texlive-thucoursework-doc' 'texlive-thumb' 'texlive-thumb-doc' 'texlive-thumbpdf' 'texlive-thumbpdf-bin' 'texlive-thumbpdf-doc' 'texlive-thumbs' 'texlive-thumbs-doc' 'texlive-thumby' 'texlive-thumby-doc' 'texlive-thuthesis' 'texlive-thuthesis-doc' 'texlive-ticket' 'texlive-ticket-doc' 'texlive-ticollege' 'texlive-ticollege-doc' 'texlive-tie' 'texlive-tie-bin' 'texlive-tikz-3dplot' 'texlive-tikz-3dplot-doc' 'texlive-tikz-bayesnet' 'texlive-tikz-bayesnet-doc' 'texlive-tikz-cd' 'texlive-tikz-cd-doc' 'texlive-tikz-dependency' 'texlive-tikz-dependency-doc' 'texlive-tikz-dimline' 'texlive-tikz-dimline-doc' 'texlive-tikz-feynhand' 'texlive-tikz-feynhand-doc' 'texlive-tikz-feynman' 'texlive-tikz-feynman-doc' 'texlive-tikz-imagelabels' 'texlive-tikz-imagelabels-doc' 'texlive-tikz-inet' 'texlive-tikz-inet-doc' 'texlive-tikz-kalender' 'texlive-tikz-kalender-doc' 'texlive-tikz-karnaugh' 'texlive-tikz-karnaugh-doc' 'texlive-tikz-ladder' 'texlive-tikz-ladder-doc' 'texlive-tikz-layers' 'texlive-tikz-layers-doc' 'texlive-tikz-nef' 'texlive-tikz-nef-doc' 'texlive-tikz-network' 'texlive-tikz-network-doc' 'texlive-tikz-opm' 'texlive-tikz-opm-doc' 'texlive-tikz-optics' 'texlive-tikz-optics-doc' 'texlive-tikz-page' 'texlive-tikz-page-doc' 'texlive-tikz-palattice' 'texlive-tikz-palattice-doc' 'texlive-tikz-qtree' 'texlive-tikz-qtree-doc' 'texlive-tikz-relay' 'texlive-tikz-sfc' 'texlive-tikz-sfc-doc' 'texlive-tikz-timing' 'texlive-tikz-timing-doc' 'texlive-tikz-truchet' 'texlive-tikz-truchet-doc' 'texlive-tikzcodeblocks' 'texlive-tikzcodeblocks-doc' 'texlive-tikzducks' 'texlive-tikzducks-doc' 'texlive-tikzinclude' 'texlive-tikzinclude-doc' 'texlive-tikzlings' 'texlive-tikzlings-doc' 'texlive-tikzmark' 'texlive-tikzmark-doc' 'texlive-tikzmarmots' 'texlive-tikzmarmots-doc' 'texlive-tikzorbital' 'texlive-tikzorbital-doc' 'texlive-tikzpagenodes' 'texlive-tikzpagenodes-doc' 'texlive-tikzpeople' 'texlive-tikzpeople-doc' 'texlive-tikzpfeile' 'texlive-tikzpfeile-doc' 'texlive-tikzposter' 'texlive-tikzposter-doc' 'texlive-tikzscale' 'texlive-tikzscale-doc' 'texlive-tikzsymbols' 'texlive-tikzsymbols-doc' 'texlive-timbreicmc' 'texlive-timbreicmc-doc' 'texlive-times' 'texlive-times-fonts' 'texlive-timetable' 'texlive-timing-diagrams' 'texlive-timing-diagrams-doc' 'texlive-tinos' 'texlive-tinos-doc' 'texlive-tinos-fonts' 'texlive-tipa' 'texlive-tipa-de' 'texlive-tipa-doc' 'texlive-tipa-fonts' 'texlive-tipfr' 'texlive-tipfr-doc' 'texlive-titlecaps' 'texlive-titlecaps-doc' 'texlive-titlefoot' 'texlive-titlepages' 'texlive-titlepic' 'texlive-titlepic-doc' 'texlive-titleref' 'texlive-titleref-doc' 'texlive-titlesec' 'texlive-titlesec-doc' 'texlive-titling' 'texlive-titling-doc' 'texlive-tkz-base' 'texlive-tkz-base-doc' 'texlive-tkz-berge' 'texlive-tkz-berge-doc' 'texlive-tkz-doc' 'texlive-tkz-doc-doc' 'texlive-tkz-euclide' 'texlive-tkz-euclide-doc' 'texlive-tkz-fct' 'texlive-tkz-fct-doc' 'texlive-tkz-graph' 'texlive-tkz-graph-doc' 'texlive-tkz-kiviat' 'texlive-tkz-kiviat-doc' 'texlive-tkz-linknodes' 'texlive-tkz-linknodes-doc' 'texlive-tkz-orm' 'texlive-tkz-orm-doc' 'texlive-tkz-tab' 'texlive-tkz-tab-doc' 'texlive-tlc-article' 'texlive-tlc-article-doc' 'texlive-tlc2' 'texlive-tlcockpit' 'texlive-tlcockpit-bin' 'texlive-tlcockpit-doc' 'texlive-tlshell' 'texlive-tlshell-bin' 'texlive-tlshell-doc' 'texlive-tocbibind' 'texlive-tocbibind-doc' 'texlive-tocdata' 'texlive-tocdata-doc' 'texlive-tocloft' 'texlive-tocloft-doc' 'texlive-tocvsec2' 'texlive-tocvsec2-doc' 'texlive-todo' 'texlive-todo-doc' 'texlive-todonotes' 'texlive-todonotes-doc' 'texlive-tokenizer' 'texlive-tokenizer-doc' 'texlive-toolbox' 'texlive-toolbox-doc' 'texlive-tools' 'texlive-tools-doc' 'texlive-topfloat' 'texlive-topfloat-doc' 'texlive-topiclongtable' 'texlive-topiclongtable-doc' 'texlive-topletter' 'texlive-topletter-doc' 'texlive-toptesi' 'texlive-toptesi-doc' 'texlive-totcount' 'texlive-totcount-doc' 'texlive-totpages' 'texlive-totpages-doc' 'texlive-tpic2pdftex' 'texlive-tpic2pdftex-bin' 'texlive-tpslifonts' 'texlive-tpslifonts-doc' 'texlive-tqft' 'texlive-tqft-doc' 'texlive-tracklang' 'texlive-tracklang-doc' 'texlive-trajan' 'texlive-trajan-doc' 'texlive-trajan-fonts' 'texlive-tram' 'texlive-tram-doc' 'texlive-translation-array-fr' 'texlive-translation-arsclassica-de' 'texlive-translation-biblatex-de' 'texlive-translation-chemsym-de' 'texlive-translation-dcolumn-fr' 'texlive-translation-ecv-de' 'texlive-translation-enumitem-de' 'texlive-translation-europecv-de' 'texlive-translation-filecontents-de' 'texlive-translation-moreverb-de' 'texlive-translation-natbib-fr' 'texlive-translation-tabbing-fr' 'texlive-translations' 'texlive-translations-doc' 'texlive-translator' 'texlive-translator-doc' 'texlive-tree-dvips' 'texlive-tree-dvips-doc' 'texlive-treetex' 'texlive-treetex-doc' 'texlive-trfsigns' 'texlive-trfsigns-doc' 'texlive-trigonometry' 'texlive-trigonometry-doc' 'texlive-trimspaces' 'texlive-trimspaces-doc' 'texlive-trivfloat' 'texlive-trivfloat-doc' 'texlive-trsym' 'texlive-trsym-doc' 'texlive-truncate' 'texlive-truncate-doc' 'texlive-tsemlines' 'texlive-ttfutils' 'texlive-ttfutils-bin' 'texlive-ttfutils-doc' 'texlive-tucv' 'texlive-tucv-doc' 'texlive-tudscr' 'texlive-tudscr-doc' 'texlive-tufte-latex' 'texlive-tufte-latex-doc' 'texlive-tugboat' 'texlive-tugboat-doc' 'texlive-tugboat-plain' 'texlive-tugboat-plain-doc' 'texlive-tui' 'texlive-tui-doc' 'texlive-turabian' 'texlive-turabian-doc' 'texlive-turabian-formatting' 'texlive-turabian-formatting-doc' 'texlive-turkmen' 'texlive-turkmen-doc' 'texlive-turnstile' 'texlive-turnstile-doc' 'texlive-turnthepage' 'texlive-turnthepage-doc' 'texlive-twoinone' 'texlive-twoinone-doc' 'texlive-twoup' 'texlive-twoup-doc' 'texlive-txfonts' 'texlive-txfonts-doc' 'texlive-txfonts-fonts' 'texlive-txfontsb' 'texlive-txfontsb-doc' 'texlive-txfontsb-fonts' 'texlive-txgreeks' 'texlive-txgreeks-doc' 'texlive-txuprcal' 'texlive-txuprcal-doc' 'texlive-txuprcal-fonts' 'texlive-type1cm' 'texlive-type1cm-doc' 'texlive-typed-checklist' 'texlive-typed-checklist-doc' 'texlive-typeface' 'texlive-typeface-doc' 'texlive-typehtml' 'texlive-typehtml-doc' 'texlive-typeoutfileinfo' 'texlive-typeoutfileinfo-bin' 'texlive-typeoutfileinfo-doc' 'texlive-typewriter' 'texlive-typewriter-doc' 'texlive-typicons' 'texlive-typicons-doc' 'texlive-typicons-fonts' 'texlive-typoaid' 'texlive-typoaid-doc' 'texlive-typogrid' 'texlive-typogrid-doc' 'texlive-uaclasses' 'texlive-uaclasses-doc' 'texlive-uafthesis' 'texlive-uafthesis-doc' 'texlive-uantwerpendocs' 'texlive-uantwerpendocs-doc' 'texlive-uassign' 'texlive-uassign-doc' 'texlive-ucalgmthesis' 'texlive-ucalgmthesis-doc' 'texlive-ucbthesis' 'texlive-ucbthesis-doc' 'texlive-ucdavisthesis' 'texlive-ucdavisthesis-doc' 'texlive-ucharcat' 'texlive-ucharcat-doc' 'texlive-ucharclasses' 'texlive-ucharclasses-doc' 'texlive-ucs' 'texlive-ucs-doc' 'texlive-ucsmonograph' 'texlive-ucsmonograph-doc' 'texlive-ucthesis' 'texlive-ucthesis-doc' 'texlive-udesoftec' 'texlive-udesoftec-doc' 'texlive-uebungsblatt' 'texlive-uebungsblatt-doc' 'texlive-uestcthesis' 'texlive-uestcthesis-doc' 'texlive-uhc' 'texlive-uhc-doc' 'texlive-uhc-fonts' 'texlive-uhhassignment' 'texlive-uhhassignment-doc' 'texlive-uhrzeit' 'texlive-uhrzeit-doc' 'texlive-uiucredborder' 'texlive-uiucredborder-doc' 'texlive-uiucthesis' 'texlive-uiucthesis-doc' 'texlive-ukrhyph' 'texlive-ukrhyph-doc' 'texlive-ulem' 'texlive-ulem-doc' 'texlive-ulqda' 'texlive-ulqda-bin' 'texlive-ulqda-doc' 'texlive-ulthese' 'texlive-ulthese-doc' 'texlive-umbclegislation' 'texlive-umbclegislation-doc' 'texlive-umich-thesis' 'texlive-umich-thesis-doc' 'texlive-uml' 'texlive-uml-doc' 'texlive-umlaute' 'texlive-umlaute-doc' 'texlive-umoline' 'texlive-umoline-doc' 'texlive-umthesis' 'texlive-umthesis-doc' 'texlive-umtypewriter' 'texlive-umtypewriter-fonts' 'texlive-unamth-template' 'texlive-unamthesis' 'texlive-unamthesis-doc' 'texlive-undergradmath' 'texlive-underlin' 'texlive-underlin-doc' 'texlive-underoverlap' 'texlive-underoverlap-doc' 'texlive-underscore' 'texlive-underscore-doc' 'texlive-undolabl' 'texlive-undolabl-doc' 'texlive-unfonts-core' 'texlive-unfonts-core-doc' 'texlive-unfonts-core-fonts' 'texlive-unfonts-extra' 'texlive-unfonts-extra-doc' 'texlive-unfonts-extra-fonts' 'texlive-uni-wtal-ger' 'texlive-uni-wtal-ger-doc' 'texlive-uni-wtal-lin' 'texlive-uni-wtal-lin-doc' 'texlive-unicode-bidi' 'texlive-unicode-bidi-doc' 'texlive-unicode-data' 'texlive-unicode-data-doc' 'texlive-unicode-math' 'texlive-unicode-math-doc' 'texlive-unisugar' 'texlive-unisugar-doc' 'texlive-unitn-bimrep' 'texlive-unitn-bimrep-doc' 'texlive-units' 'texlive-units-doc' 'texlive-unitsdef' 'texlive-unitsdef-doc' 'texlive-universa' 'texlive-universa-doc' 'texlive-universalis' 'texlive-universalis-doc' 'texlive-universalis-fonts' 'texlive-univie-ling' 'texlive-univie-ling-doc' 'texlive-unravel' 'texlive-unravel-doc' 'texlive-unswcover' 'texlive-unswcover-doc' 'texlive-uothesis' 'texlive-uothesis-doc' 'texlive-uowthesis' 'texlive-uowthesis-doc' 'texlive-uowthesistitlepage' 'texlive-uowthesistitlepage-doc' 'texlive-upca' 'texlive-upca-doc' 'texlive-updmap-map' 'texlive-uplatex' 'texlive-uplatex-bin' 'texlive-uplatex-doc' 'texlive-upmethodology' 'texlive-upmethodology-doc' 'texlive-uppunctlm' 'texlive-uppunctlm-doc' 'texlive-upquote' 'texlive-upquote-doc' 'texlive-uptex' 'texlive-uptex-base' 'texlive-uptex-base-doc' 'texlive-uptex-bin' 'texlive-uptex-fonts' 'texlive-uptex-fonts-doc' 'texlive-upzhkinsoku' 'texlive-upzhkinsoku-doc' 'texlive-urcls' 'texlive-urcls-doc' 'texlive-uri' 'texlive-uri-doc' 'texlive-url' 'texlive-url-doc' 'texlive-urlbst' 'texlive-urlbst-bin' 'texlive-urlbst-doc' 'texlive-urwchancal' 'texlive-urwchancal-doc' 'texlive-usebib' 'texlive-usebib-doc' 'texlive-ushort' 'texlive-ushort-doc' 'texlive-uspace' 'texlive-uspace-doc' 'texlive-uspatent' 'texlive-uspatent-doc' 'texlive-ut-thesis' 'texlive-ut-thesis-doc' 'texlive-utexasthesis' 'texlive-utexasthesis-doc' 'texlive-utf8mex' 'texlive-utf8mex-doc' 'texlive-utopia' 'texlive-utopia-doc' 'texlive-utopia-fonts' 'texlive-uwmslide' 'texlive-uwmslide-doc' 'texlive-uwthesis' 'texlive-uwthesis-doc' 'texlive-vak' 'texlive-vak-doc' 'texlive-vancouver' 'texlive-vancouver-doc' 'texlive-variablelm' 'texlive-variablelm-doc' 'texlive-variations' 'texlive-variations-doc' 'texlive-varindex' 'texlive-varindex-doc' 'texlive-varisize' 'texlive-varisize-doc' 'texlive-varsfromjobname' 'texlive-varsfromjobname-doc' 'texlive-varwidth' 'texlive-varwidth-doc' 'texlive-vaucanson-g' 'texlive-vaucanson-g-doc' 'texlive-vdmlisting' 'texlive-vdmlisting-doc' 'texlive-velthuis' 'texlive-velthuis-bin' 'texlive-velthuis-doc' 'texlive-velthuis-fonts' 'texlive-venn' 'texlive-venn-doc' 'texlive-venndiagram' 'texlive-venndiagram-doc' 'texlive-venturisadf' 'texlive-venturisadf-doc' 'texlive-venturisadf-fonts' 'texlive-verbasef' 'texlive-verbasef-doc' 'texlive-verbatimbox' 'texlive-verbatimbox-doc' 'texlive-verbatimcopy' 'texlive-verbatimcopy-doc' 'texlive-verbdef' 'texlive-verbdef-doc' 'texlive-verbments' 'texlive-verbments-doc' 'texlive-verse' 'texlive-verse-doc' 'texlive-version' 'texlive-version-doc' 'texlive-versions' 'texlive-versions-doc' 'texlive-versonotes' 'texlive-versonotes-doc' 'texlive-vertbars' 'texlive-vertbars-doc' 'texlive-vgrid' 'texlive-vgrid-doc' 'texlive-vhistory' 'texlive-vhistory-doc' 'texlive-visualfaq' 'texlive-visualpstricks' 'texlive-visualtikz' 'texlive-vlna' 'texlive-vlna-bin' 'texlive-vmargin' 'texlive-vmargin-doc' 'texlive-vntex' 'texlive-vntex-doc' 'texlive-vntex-fonts' 'texlive-vocaltract' 'texlive-vocaltract-doc' 'texlive-volumes' 'texlive-volumes-doc' 'texlive-voss-mathcol' 'texlive-vpe' 'texlive-vpe-bin' 'texlive-vpe-doc' 'texlive-vruler' 'texlive-vruler-doc' 'texlive-vwcol' 'texlive-vwcol-doc' 'texlive-wadalab' 'texlive-wadalab-doc' 'texlive-wadalab-fonts' 'texlive-wallcalendar' 'texlive-wallcalendar-doc' 'texlive-wallpaper' 'texlive-wallpaper-doc' 'texlive-warning' 'texlive-warning-doc' 'texlive-warpcol' 'texlive-warpcol-doc' 'texlive-was' 'texlive-was-doc' 'texlive-wasy' 'texlive-wasy-doc' 'texlive-wasy2-ps' 'texlive-wasy2-ps-doc' 'texlive-wasy2-ps-fonts' 'texlive-wasysym' 'texlive-wasysym-doc' 'texlive-web' 'texlive-web-bin' 'texlive-webguide' 'texlive-webquiz' 'texlive-webquiz-bin' 'texlive-webquiz-doc' 'texlive-widetable' 'texlive-widetable-doc' 'texlive-widows-and-orphans' 'texlive-widows-and-orphans-doc' 'texlive-williams' 'texlive-williams-doc' 'texlive-windycity' 'texlive-windycity-doc' 'texlive-withargs' 'texlive-withargs-doc' 'texlive-witharrows' 'texlive-witharrows-doc' 'texlive-wnri' 'texlive-wnri-doc' 'texlive-wnri-latex' 'texlive-wnri-latex-doc' 'texlive-wordcount' 'texlive-wordcount-bin' 'texlive-wordcount-doc' 'texlive-wordlike' 'texlive-wordlike-doc' 'texlive-worksheet' 'texlive-worksheet-doc' 'texlive-wrapfig' 'texlive-wrapfig-doc' 'texlive-wsemclassic' 'texlive-wsemclassic-doc' 'texlive-wsuipa' 'texlive-wsuipa-doc' 'texlive-wtref' 'texlive-wtref-doc' 'texlive-xargs' 'texlive-xargs-doc' 'texlive-xassoccnt' 'texlive-xassoccnt-doc' 'texlive-xbmks' 'texlive-xbmks-doc' 'texlive-xcharter' 'texlive-xcharter-doc' 'texlive-xcharter-fonts' 'texlive-xcite' 'texlive-xcite-doc' 'texlive-xcjk2uni' 'texlive-xcjk2uni-doc' 'texlive-xcntperchap' 'texlive-xcntperchap-doc' 'texlive-xcolor' 'texlive-xcolor-doc' 'texlive-xcolor-material' 'texlive-xcolor-material-doc' 'texlive-xcolor-solarized' 'texlive-xcolor-solarized-doc' 'texlive-xcomment' 'texlive-xcomment-doc' 'texlive-xcookybooky' 'texlive-xcookybooky-doc' 'texlive-xcpdftips' 'texlive-xcpdftips-doc' 'texlive-xdoc' 'texlive-xdoc-doc' 'texlive-xduthesis' 'texlive-xduthesis-doc' 'texlive-xdvi' 'texlive-xdvi-bin' 'texlive-xdvi-doc' 'texlive-xebaposter' 'texlive-xebaposter-doc' 'texlive-xechangebar' 'texlive-xechangebar-doc' 'texlive-xecjk' 'texlive-xecjk-doc' 'texlive-xecolor' 'texlive-xecolor-doc' 'texlive-xecyr' 'texlive-xecyr-doc' 'texlive-xeindex' 'texlive-xeindex-doc' 'texlive-xellipsis' 'texlive-xellipsis-doc' 'texlive-xepersian' 'texlive-xepersian-doc' 'texlive-xesearch' 'texlive-xesearch-doc' 'texlive-xespotcolor' 'texlive-xespotcolor-doc' 'texlive-xetex' 'texlive-xetex-bin' 'texlive-xetex-devanagari' 'texlive-xetex-devanagari-doc' 'texlive-xetex-doc' 'texlive-xetex-itrans' 'texlive-xetex-itrans-doc' 'texlive-xetex-pstricks' 'texlive-xetex-pstricks-doc' 'texlive-xetex-tibetan' 'texlive-xetex-tibetan-doc' 'texlive-xetexconfig' 'texlive-xetexfontinfo' 'texlive-xetexfontinfo-doc' 'texlive-xetexko' 'texlive-xetexko-doc' 'texlive-xetexref' 'texlive-xevlna' 'texlive-xevlna-doc' 'texlive-xfakebold' 'texlive-xfakebold-doc' 'texlive-xfor' 'texlive-xfor-doc' 'texlive-xgreek' 'texlive-xgreek-doc' 'texlive-xhfill' 'texlive-xhfill-doc' 'texlive-xifthen' 'texlive-xifthen-doc' 'texlive-xii' 'texlive-xii-lat' 'texlive-xindex' 'texlive-xindex-bin' 'texlive-xindex-doc' 'texlive-xint' 'texlive-xint-doc' 'texlive-xits' 'texlive-xits-doc' 'texlive-xits-fonts' 'texlive-xkeyval' 'texlive-xkeyval-doc' 'texlive-xlop' 'texlive-xlop-doc' 'texlive-xltabular' 'texlive-xltabular-doc' 'texlive-xltxtra' 'texlive-xltxtra-doc' 'texlive-xmltex' 'texlive-xmltex-bin' 'texlive-xmltex-doc' 'texlive-xmltexconfig' 'texlive-xmpincl' 'texlive-xmpincl-doc' 'texlive-xnewcommand' 'texlive-xnewcommand-doc' 'texlive-xoptarg' 'texlive-xoptarg-doc' 'texlive-xpatch' 'texlive-xpatch-doc' 'texlive-xpeek' 'texlive-xpeek-doc' 'texlive-xpiano' 'texlive-xpiano-doc' 'texlive-xpicture' 'texlive-xpicture-doc' 'texlive-xpinyin' 'texlive-xpinyin-doc' 'texlive-xprintlen' 'texlive-xprintlen-doc' 'texlive-xpunctuate' 'texlive-xpunctuate-doc' 'texlive-xq' 'texlive-xq-doc' 'texlive-xsavebox' 'texlive-xsavebox-doc' 'texlive-xsim' 'texlive-xsim-doc' 'texlive-xskak' 'texlive-xskak-doc' 'texlive-xstring' 'texlive-xstring-doc' 'texlive-xtab' 'texlive-xtab-doc' 'texlive-xtuthesis' 'texlive-xtuthesis-doc' 'texlive-xunicode' 'texlive-xunicode-doc' 'texlive-xurl' 'texlive-xurl-doc' 'texlive-xwatermark' 'texlive-xwatermark-doc' 'texlive-xyling' 'texlive-xyling-doc' 'texlive-xymtex' 'texlive-xymtex-doc' 'texlive-xypic' 'texlive-xypic-doc' 'texlive-xypic-fonts' 'texlive-xypic-tut-pt' 'texlive-xytree' 'texlive-xytree-doc' 'texlive-yafoot' 'texlive-yafoot-doc' 'texlive-yagusylo' 'texlive-yagusylo-doc' 'texlive-yaletter' 'texlive-yaletter-doc' 'texlive-yannisgr' 'texlive-yannisgr-doc' 'texlive-yathesis' 'texlive-yathesis-doc' 'texlive-yax' 'texlive-yax-doc' 'texlive-ycbook' 'texlive-ycbook-doc' 'texlive-ydoc' 'texlive-ydoc-doc' 'texlive-yfonts' 'texlive-yfonts-doc' 'texlive-yfonts-t1' 'texlive-yfonts-t1-doc' 'texlive-yfonts-t1-fonts' 'texlive-yhmath' 'texlive-yhmath-doc' 'texlive-yhmath-fonts' 'texlive-yinit-otf' 'texlive-yinit-otf-doc' 'texlive-yinit-otf-fonts' 'texlive-york-thesis' 'texlive-york-thesis-doc' 'texlive-youngtab' 'texlive-youngtab-doc' 'texlive-yplan' 'texlive-yplan-bin' 'texlive-yplan-doc' 'texlive-ytableau' 'texlive-ytableau-doc' 'texlive-zapfchan' 'texlive-zapfchan-fonts' 'texlive-zapfding' 'texlive-zapfding-fonts' 'texlive-zebra-goodies' 'texlive-zebra-goodies-doc' 'texlive-zed-csp' 'texlive-zed-csp-doc' 'texlive-zhlineskip' 'texlive-zhlineskip-doc' 'texlive-zhlipsum' 'texlive-zhlipsum-doc' 'texlive-zhmetrics' 'texlive-zhmetrics-doc' 'texlive-zhmetrics-uptex' 'texlive-zhmetrics-uptex-doc' 'texlive-zhnumber' 'texlive-zhnumber-doc' 'texlive-zhspacing' 'texlive-zhspacing-doc' 'texlive-ziffer' 'texlive-ziffer-doc' 'texlive-zlmtt' 'texlive-zlmtt-doc' 'texlive-zootaxa-bst' 'texlive-zootaxa-bst-doc' 'texlive-zwgetfdate' 'texlive-zwgetfdate-doc' 'texlive-zwpagelayout' 'texlive-zwpagelayout-doc' 'texlive-zxjafbfont' 'texlive-zxjafbfont-doc' 'texlive-zxjafont' 'texlive-zxjafont-doc' 'texlive-zxjatype' 'texlive-zxjatype-doc' 'texmaker' 'texmath' 'texstudio' 'texworks' 'texworks-plugin-lua' 'texworks-plugin-python' 'tftpboot-installation-common' 'tftpboot-installation-openSUSE-Kubic-x86_64' 'tftpboot-installation-openSUSE-MicroOS-x86_64' 'tftpboot-installation-openSUSE-Tumbleweed-i586' 'tftpboot-installation-openSUSE-Tumbleweed-x86_64' 'tgt' 'thai-fonts' 'the_silver_searcher' 'thermal-monitor' 'thermald' 'thessalonica-oldstandard-otf-fonts' 'thessalonica-oldstandard-ttf-fonts' 'thessalonica-tempora-lgc-otf-fonts' 'thessalonica-tempora-lgc-ttf-fonts' 'thessalonica-theano-otf-fonts' 'thessalonica-theano-ttf-fonts' 'threadweaver-devel' 'threadweaver-devel-32bit' 'thrift' 'thryomanes-fonts' 'thttpd' 'thunar' 'thunar-devel' 'thunar-lang' 'thunar-plugin-archive' 'thunar-plugin-archive-lang' 'thunar-plugin-media-tags' 'thunar-plugin-media-tags-lang' 'thunar-plugin-shares' 'thunar-plugin-shares-lang' 'thunar-plugin-vcs' 'thunar-plugin-vcs-lang' 'thunar-sendto-blueman' 'thunar-sendto-clamtk' 'thunar-volman' 'thunar-volman-branding-openSUSE' 'thunar-volman-branding-upstream' 'thunar-volman-lang' 'thunarx-python' 'thunarx-python-doc' 'thunderbolt-user-space' 'tibetan-machine-uni-fonts' 'tidy' 'tidy-doc' 'tidyp' 'tiff' 'tig' 'tiger-types' 'tiger-types-javadoc' 'tigervnc-x11vnc' 'tilda' 'tilda-lang' 'tilde' 'tiled' 'tilix' 'tilix-lang' 'time-api' 'time-api-javadoc' 'timeshift' 'timeshift-lang' 'timewarrior' 'timezonemap-devel' 'timidity' 'tinc' 'tini' 'tini-static' 'tint' 'tint2' 'tint2-lang' 'tintii' 'tinyb-devel' 'tinyca2' 'tinyfecvpn' 'tinygettext-devel' 'tinyobjloader-devel' 'tinyproxy' 'tinyssh' 'tinyxml-devel' 'tinyxml-docs' 'tinyxml2-devel' 'tiobench' 'tipcutils' 'tix' 'tj' 'tk-32bit' 'tk-devel' 'tkdiff' 'tkfont' 'tkimg' 'tkimg-devel' 'tkinfo' 'tkirc' 'tktable' 'tkxcd' 'tlp' 'tlp-rdw' 'tls' 'tlswrap' 'tmate' 'tmon' 'tmpwatch' 'tmux-powerline' 'tmxtools' 'tn5250' 'tn5250-devel' 'tnef' 'tntdb-doc' 'tntdb-mysql' 'tntdb-postgresql' 'tntdb-replicate' 'tntdb-sqlite' 'tntnet' 'tntnet' 'tntnet-debuginfo' 'tntnet-debugsource' 'tog-pegasus' 'tog-pegasus-devel' 'tog-pegasus-libs' 'tog-pegasus-test' 'togaII-131' 'togaII-131' 'togaII-131-debuginfo' 'togaII-131-debugsource' 'togaII-134' 'togaII-134' 'togaII-134-debuginfo' 'togaII-134-debugsource' 'togaII-141' 'togaII-141' 'togaII-141-debugsource' 'togaII-142' 'togaII-142' 'togaII-142-debuginfo' 'togaII-142-debugsource' 'toilet' 'tolua' 'toluapp-5.1' 'toluapp-5.3' 'tomatoes' 'tomcat' 'tomcat-admin-webapps' 'tomcat-docs-webapp' 'tomcat-el-3_0-api' 'tomcat-embed' 'tomcat-javadoc' 'tomcat-jsp-2_3-api' 'tomcat-jsvc' 'tomcat-lib' 'tomcat-servlet-4_0-api' 'tomcat-webapps' 'tomoe' 'tomoe-devel' 'tomoe-doc' 'tomoe-gtk' 'tomoe-gtk-devel' 'tomoe-gtk-doc' 'tomoe-gtk-lang' 'tomoyo-tools' 'toolbox' 'topal' 'topal' 'topal-debugsource' 'tor' 'torbrowser-apparmor-profile' 'torbrowser-launcher' 'torbrowser-launcher-lang' 'torrentinfo' 'torsocks' 'totem' 'totem-devel' 'totem-lang' 'totem-pl-parser' 'totem-pl-parser-devel' 'totem-pl-parser-lang' 'totem-plugin-gnome-dvb-daemon' 'totem-plugins' 'touchegg' 'touchegg-gui' 'tovid' 'tovid' 'tpm-quote-tools' 'tpm-tools' 'tpm-tools-devel' 'tpm-tools-pkcs11' 'tpm2-0-tss' 'tpm2-0-tss-devel' 'tpm2-tss-engine' 'tpm2-tss-engine-bash-completion' 'tpm2-tss-engine-devel' 'tpm2.0-abrmd' 'tpm2.0-abrmd-devel' 'tpm2.0-tools' 'trace-cmd' 'trackballs' 'tracker' 'tracker-devel' 'tracker-lang' 'tracker-miner-files' 'tracker-miners' 'tracker-miners-lang' 'trader' 'trader-lang' 'tragtor' 'tragtor' 'trang' 'transactional-update' 'transactional-update-zypp-config' 'transcode' 'transcode' 'transcode-debuginfo' 'transcode-debugsource' 'transconnect' 'transfig' 'transifex-client' 'translate-shell' 'translate-toolkit' 'translate-toolkit-devel-doc' 'translation-update-bg' 'translation-update-ca' 'translation-update-cs' 'translation-update-da' 'translation-update-de' 'translation-update-dz' 'translation-update-el' 'translation-update-en_CA' 'translation-update-en_GB' 'translation-update-es' 'translation-update-et' 'translation-update-eu' 'translation-update-fi' 'translation-update-fr' 'translation-update-ga' 'translation-update-gl' 'translation-update-hr' 'translation-update-hu' 'translation-update-it' 'translation-update-ja' 'translation-update-ko' 'translation-update-lt' 'translation-update-lv' 'translation-update-ml' 'translation-update-nb' 'translation-update-ne' 'translation-update-nl' 'translation-update-pa' 'translation-update-pl' 'translation-update-pt' 'translation-update-pt_BR' 'translation-update-ro' 'translation-update-ru' 'translation-update-sk' 'translation-update-sl' 'translation-update-sr' 'translation-update-sv' 'translation-update-tr' 'translation-update-uk' 'translation-update-upstream' 'translation-update-vi' 'translation-update-zh_CN' 'translation-update-zh_TW' 'translator' 'translator-lang' 'transmageddon' 'transmageddon-lang' 'transmission' 'transmission-common' 'transmission-daemon' 'transmission-gtk' 'transmission-gtk-lang' 'transmission-qt' 'transmission-qt-lang' 'transmission-sequential' 'transmission-sequential' 'transmission-sequential-cli' 'transmission-sequential-common' 'transmission-sequential-daemon' 'transmission-sequential-gtk' 'transmission-sequential-qt' 'transset' 'tre' 'tre-devel' 'tre-lang' 'treelayout' 'treelayout-demo' 'treelayout-javadoc' 'treeline' 'trello-full-backup' 'trigger-rally' 'trigger-rally-data' 'trilead-ssh2' 'trilead-ssh2-javadoc' 'trilinos' 'trilinos-devel' 'trilinos-doc' 'trilinos-gnu-mpich-hpc' 'trilinos-gnu-mpich-hpc-devel' 'trilinos-gnu-mvapich2-hpc' 'trilinos-gnu-mvapich2-hpc-devel' 'trilinos-gnu-openmpi2-hpc' 'trilinos-gnu-openmpi2-hpc-devel' 'trilinos-gnu-openmpi3-hpc' 'trilinos-gnu-openmpi3-hpc-devel' 'trilinos-hpc-doc' 'trilinos-openmpi2' 'trilinos-openmpi2-devel' 'trilinos_12_14_1-gnu-mpich-hpc' 'trilinos_12_14_1-gnu-mpich-hpc-devel' 'trilinos_12_14_1-gnu-mvapich2-hpc' 'trilinos_12_14_1-gnu-mvapich2-hpc-devel' 'trilinos_12_14_1-gnu-openmpi2-hpc' 'trilinos_12_14_1-gnu-openmpi2-hpc-devel' 'trilinos_12_14_1-gnu-openmpi3-hpc' 'trilinos_12_14_1-gnu-openmpi3-hpc-devel' 'trilinos_12_14_1-hpc-doc' 'trinity' 'tripwire' 'trojita' 'trojita' 'trojita-debuginfo' 'trojita-debugsource' 'trousers' 'trousers-devel' 'trustedgrub2' 'trustedgrub2-i386-pc' 'truth' 'truth-javadoc' 'trytond' 'trytond_account' 'trytond_account_invoice' 'trytond_account_invoice_stock' 'trytond_account_product' 'trytond_company' 'trytond_country' 'trytond_currency' 'trytond_party' 'trytond_product' 'trytond_purchase' 'trytond_purchase_request' 'trytond_stock' 'trytond_stock_lot' 'trytond_stock_supply' 'tslib' 'tslib-devel' 'tslib-devel-32bit' 'tslib-plugins' 'tsung' 'ttaenc' 'ttaenc' 'ttaenc-debuginfo' 'ttaenc-debugsource' 'ttf2pt1' 'tudu' 'tuladha-jejeg-fonts' 'tumbler' 'tumbler-devel' 'tumbler-doc' 'tumbler-folder-thumbnailer' 'tumbler-lang' 'tumbler-webp-thumbnailer' 'tumbleweed-cli' 'tunapie' 'tunapie' 'tunctl' 'tuned-gtk' 'tuned-profiles-atomic' 'tuned-profiles-nfv' 'tuned-profiles-oracle' 'tuned-profiles-realtime' 'tuned-profiles-sap' 'tuned-profiles-sap-hana' 'tuned-utils' 'tuned-utils-systemtap' 'tup' 'tup-doc' 'tupitube' 'tupitube-plugins' 'turing' 'turing' 'turing-debuginfo' 'turing-debugsource' 'turing-devel' 'tuxcursors' 'tuxguitar' 'tuxpaint' 'tuxpaint-config' 'tuxpaint-config-lang' 'tuxpaint-devel' 'tuxpaint-stamps' 'tuxpaint-stamps-animals' 'tuxpaint-stamps-clothes' 'tuxpaint-stamps-food' 'tuxpaint-stamps-hobbies' 'tuxpaint-stamps-household' 'tuxpaint-stamps-medical' 'tuxpaint-stamps-military' 'tuxpaint-stamps-naturalforces' 'tuxpaint-stamps-people' 'tuxpaint-stamps-plants' 'tuxpaint-stamps-seasonal' 'tuxpaint-stamps-space' 'tuxpaint-stamps-sports' 'tuxpaint-stamps-symbols' 'tuxpaint-stamps-town' 'tuxpaint-stamps-vehicles' 'tv-common' 'tv-fonts' 'tvbrowser' 'tvheadend' 'tvnamer' 'tvnamer' 'tvtime' 'tvtime-lang' 'tweeny' 'tweeny-devel' 'twemoji-color-font' 'twemoji-color-font' 'twilio-utils' 'twin' 'twind' 'twinkle' 'twm' 'twolame' 'txt2man' 'tycho' 'tycho-extras' 'tycho-extras-javadoc' 'tycho-javadoc' 'typelib-1_0-Accounts-1_0' 'typelib-1_0-AccountsService-1_0' 'typelib-1_0-Amtk-5' 'typelib-1_0-Anjuta-3_0' 'typelib-1_0-AppIndicator-0_1' 'typelib-1_0-AppStream-1.0' 'typelib-1_0-AppStreamGlib-1_0' 'typelib-1_0-AtrilDocument-1_5_0' 'typelib-1_0-AtrilView-1_5_0' 'typelib-1_0-Atspi-2_0' 'typelib-1_0-Avahi-0_6' 'typelib-1_0-AyatanaAppIndicator-0_1' 'typelib-1_0-AyatanaAppIndicator3-0_1' 'typelib-1_0-AyatanaIdo3-0_4' 'typelib-1_0-Babl-0_1' 'typelib-1_0-Bamf-3_0' 'typelib-1_0-BlockDev-2_0' 'typelib-1_0-BraseroBurn-3_2_0' 'typelib-1_0-BraseroMedia-3_2_0' 'typelib-1_0-BuzztraxCore-1_1' 'typelib-1_0-BuzztraxIc-1_1' 'typelib-1_0-CMenu-3_0' 'typelib-1_0-Caja-2_0' 'typelib-1_0-Camel-1_2' 'typelib-1_0-Caribou-1_0' 'typelib-1_0-Champlain-0_12' 'typelib-1_0-Cheese-3_0' 'typelib-1_0-CinnamonDesktop-3_0' 'typelib-1_0-CjsPrivate-1_0' 'typelib-1_0-CloudProviders-0_3_0' 'typelib-1_0-Clutter-1_0' 'typelib-1_0-ClutterGst-3_0' 'typelib-1_0-Cogl-1_0' 'typelib-1_0-Cogl-2_0' 'typelib-1_0-CoglPango-1_0' 'typelib-1_0-CoglPango-2_0' 'typelib-1_0-Colord-1_0' 'typelib-1_0-ColordGtk-1_0' 'typelib-1_0-Colorhug-1_0' 'typelib-1_0-CryptUI-0_0' 'typelib-1_0-Cvc-1_0' 'typelib-1_0-Dbusmenu-0_4' 'typelib-1_0-DbusmenuGtk-0_4' 'typelib-1_0-DbusmenuGtk3-0_4' 'typelib-1_0-Dee-1_0' 'typelib-1_0-Devhelp-3_0' 'typelib-1_0-EBackend-1_2' 'typelib-1_0-EBook-1_2' 'typelib-1_0-EBookContacts-1_2' 'typelib-1_0-ECal-2_0' 'typelib-1_0-EDataBook-1_2' 'typelib-1_0-EDataCal-2_0' 'typelib-1_0-EDataServer-1_2' 'typelib-1_0-EDataServerUI-1_2' 'typelib-1_0-Eek-0_90' 'typelib-1_0-Entangle-0_1' 'typelib-1_0-Eom-1_0' 'typelib-1_0-EvinceDocument-3_0' 'typelib-1_0-EvinceView-3_0' 'typelib-1_0-FPrint-2_0' 'typelib-1_0-Farstream-0_2' 'typelib-1_0-Fcitx-1_0' 'typelib-1_0-Folks-0_6' 'typelib-1_0-FolksEds-0_6' 'typelib-1_0-FolksTelepathy-0_6' 'typelib-1_0-FolksTracker-0_6' 'typelib-1_0-FwupdPlugin-1_0' 'typelib-1_0-GCab-1_0' 'typelib-1_0-GData-0_0' 'typelib-1_0-GES-1_0' 'typelib-1_0-GExiv2-0_10' 'typelib-1_0-GFBGraph-0_2' 'typelib-1_0-GMenu-3_0' 'typelib-1_0-GMime-2_6' 'typelib-1_0-GMime-3_0' 'typelib-1_0-GOffice-0_10' 'typelib-1_0-GPaste-1_0' 'typelib-1_0-GSSDP-1_0' 'typelib-1_0-GSound-1_0' 'typelib-1_0-GTop-2_0' 'typelib-1_0-GUPnP-1_0' 'typelib-1_0-GUPnPAV-1_0' 'typelib-1_0-GUPnPDLNA-2_0' 'typelib-1_0-GUPnPDLNAGst-2_0' 'typelib-1_0-GUPnPIgd-1_0' 'typelib-1_0-GUdev-1_0' 'typelib-1_0-GUsb-1_0' 'typelib-1_0-GVncPulse-1_0' 'typelib-1_0-GWeather-3_0' 'typelib-1_0-GXPS-0_1' 'typelib-1_0-Gck-1' 'typelib-1_0-Gcr-3' 'typelib-1_0-GcrUi-3' 'typelib-1_0-Gda-5_0' 'typelib-1_0-Gdaui-5_0' 'typelib-1_0-GdkPixdata-2_0' 'typelib-1_0-Gdl-3' 'typelib-1_0-Gdm-1_0' 'typelib-1_0-Gee-0_8' 'typelib-1_0-Gee-1_0' 'typelib-1_0-Gegl-0_4' 'typelib-1_0-Geoclue-2_0' 'typelib-1_0-GeocodeGlib-1_0' 'typelib-1_0-Gepub-0_6' 'typelib-1_0-Ggit-1_0' 'typelib-1_0-Gitg-1_0' 'typelib-1_0-GitgExt-1_0' 'typelib-1_0-GjsPrivate-1_0' 'typelib-1_0-Gkbd-3_0' 'typelib-1_0-Gladeui-2_0' 'typelib-1_0-GnomeAutoar-0_1' 'typelib-1_0-GnomeAutoarGtk-0_1' 'typelib-1_0-GnomeBluetooth-1_0' 'typelib-1_0-GnomeDesktop-3_0' 'typelib-1_0-GnomeKeyring-1_0' 'typelib-1_0-GoVirt-1_0' 'typelib-1_0-Goa-1_0' 'typelib-1_0-Gom-1_0' 'typelib-1_0-GooCanvas-2_0' 'typelib-1_0-Govf-0_1' 'typelib-1_0-Granite-1_0' 'typelib-1_0-Graphene-1_0' 'typelib-1_0-Grl-0_3' 'typelib-1_0-GrlNet-0_3' 'typelib-1_0-GrlPls-0_3' 'typelib-1_0-Grss-0_7' 'typelib-1_0-Gsf-1' 'typelib-1_0-Gspell-1' 'typelib-1_0-GstAllocators-1_0' 'typelib-1_0-GstApp-1_0' 'typelib-1_0-GstAudio-1_0' 'typelib-1_0-GstGL-1_0' 'typelib-1_0-GstInsertBin-1_0' 'typelib-1_0-GstMpegts-1_0' 'typelib-1_0-GstPbutils-1_0' 'typelib-1_0-GstPlayer-1_0' 'typelib-1_0-GstRtp-1_0' 'typelib-1_0-GstRtsp-1_0' 'typelib-1_0-GstRtspServer-1_0' 'typelib-1_0-GstSdp-1_0' 'typelib-1_0-GstTag-1_0' 'typelib-1_0-GstTranscoder-1_0' 'typelib-1_0-GstValidate-1_0' 'typelib-1_0-GstVideo-1_0' 'typelib-1_0-GstWebRTC-1_0' 'typelib-1_0-Gtd-1_0' 'typelib-1_0-Gtk-2_0' 'typelib-1_0-Gtk-4_0' 'typelib-1_0-GtkClutter-1_0' 'typelib-1_0-GtkFrdp-0_1' 'typelib-1_0-GtkLayerShell-0_1' 'typelib-1_0-GtkSource-3_0' 'typelib-1_0-GtkSpell-3_0' 'typelib-1_0-Gucharmap-2_90' 'typelib-1_0-Handy-0_0' 'typelib-1_0-HarfBuzz-0_0' 'typelib-1_0-Hinawa-2_0' 'typelib-1_0-IBus-1_0' 'typelib-1_0-ICal-3_0' 'typelib-1_0-ICalGLib-3_0' 'typelib-1_0-Ido3-0_1' 'typelib-1_0-JavaScriptCore-4_0' 'typelib-1_0-Jsonrpc-1_0' 'typelib-1_0-Keybinder-0_0' 'typelib-1_0-Keybinder-3_0' 'typelib-1_0-Libags-3_0' 'typelib-1_0-Libmsi-1_0' 'typelib-1_0-LibvirtGConfig-1_0' 'typelib-1_0-LibvirtGObject-1_0' 'typelib-1_0-LibvirtSandbox-1_0' 'typelib-1_0-LightDM-1' 'typelib-1_0-LunarCalendar-3_0' 'typelib-1_0-LunarDate-3_0' 'typelib-1_0-Manette-0_2-0' 'typelib-1_0-MateDesktop-2_0' 'typelib-1_0-MateMenu-2_0' 'typelib-1_0-MatePanelApplet-4_0' 'typelib-1_0-Matekbd-1_0' 'typelib-1_0-MediaArt-2_0' 'typelib-1_0-Memphis-0_2' 'typelib-1_0-Midori-0_6' 'typelib-1_0-ModemManager-1_0' 'typelib-1_0-Modulemd-2_0' 'typelib-1_0-Muffin-0_0' 'typelib-1_0-MyPaint-1_5' 'typelib-1_0-MyPaintGegl-1_5' 'typelib-1_0-NMA-1_0' 'typelib-1_0-Nautilus-3_0' 'typelib-1_0-Nemo-3_0' 'typelib-1_0-Notify-0_7' 'typelib-1_0-OSTree-1_0' 'typelib-1_0-OsmGpsMap-1_0' 'typelib-1_0-PackageKitGlib-1_0' 'typelib-1_0-Peas-1_0' 'typelib-1_0-PeasGtk-1_0' 'typelib-1_0-Playerctl-2_0_1' 'typelib-1_0-Pluma-1_0' 'typelib-1_0-Polari-1_0' 'typelib-1_0-Polkit-1_0' 'typelib-1_0-Poppler-0_18' 'typelib-1_0-Rest-0_7' 'typelib-1_0-Retro-0_14-0' 'typelib-1_0-Rsvg-2_0' 'typelib-1_0-RygelCore-2_6' 'typelib-1_0-RygelRenderer-2_6' 'typelib-1_0-RygelRendererGst-2_6' 'typelib-1_0-RygelServer-2_6' 'typelib-1_0-Secret-1' 'typelib-1_0-Signon-2_0' 'typelib-1_0-Skk-1_0' 'typelib-1_0-TelepathyFarstream-0_6' 'typelib-1_0-TelepathyGlib-0_12' 'typelib-1_0-TelepathyLogger-0_2' 'typelib-1_0-Template-1_0' 'typelib-1_0-Tepl-4' 'typelib-1_0-Thunarx-3_0' 'typelib-1_0-TimezoneMap-1_0' 'typelib-1_0-TotemPlParser-1_0' 'typelib-1_0-Tracker-2_0' 'typelib-1_0-TrackerControl-2_0' 'typelib-1_0-TrackerMiner-2_0' 'typelib-1_0-UDisks-2_0' 'typelib-1_0-Uhm-0_0' 'typelib-1_0-Unique-1_0' 'typelib-1_0-Unity-7_0' 'typelib-1_0-UnityExtras-7_0' 'typelib-1_0-UpowerGlib-1_0' 'typelib-1_0-Urfkill-0_0' 'typelib-1_0-Vips-8_5' 'typelib-1_0-WebKit2-4_0' 'typelib-1_0-WebKit2WebExtension-4_0' 'typelib-1_0-Wnck-1_0' 'typelib-1_0-Wnck-3_0' 'typelib-1_0-Workrave-1_0' 'typelib-1_0-XApp-1_0' 'typelib-1_0-Xkl-1_0' 'typelib-1_0-Xmlb-1_0' 'typelib-1_0-XplayerPlParser-1_0' 'typelib-1_0-XreaderDocument-1_5' 'typelib-1_0-XreaderView-1_5' 'typelib-1_0-Zeitgeist-2_0' 'typelib-1_0-Zpj-0_0' 'typelib-1_0-kkc-1_0' 'typelib-1_0-libdazzle-1_0' 'typelib-1_0-libmirage-3_2' 'typelib-1_0-libxfce4util-1_0' 'typesafe-config' 'typesafe-config-javadoc' 'tzdb' 'u-boot-tools' 'u2f-host' 'u2f-server' 'u3-tool' 'uacme' 'uae' 'uae' 'uae-debuginfo' 'uae-debugsource' 'ubuntu-fonts' 'ubuntu-mate-icon-theme' 'ubuntu-mate-wallpapers' 'ubuntu-mono-icon-theme' 'uchardet' 'ucl-devel' 'ucm' 'ucommon' 'ucommon-devel' 'ucpp' 'ucpp-devel' 'udav' 'udev-browse' 'udev-persistent-ifnames' 'udftools' 'udhcp' 'udiskie' 'udiskie-lang' 'udns' 'udns-devel' 'udp2raw-tunnel' 'udpa-source' 'udpspeeder' 'udtrace' 'ufiformat' 'ufraw' 'ufraw-lang' 'uftpd' 'ufw' 'ufw-lang' 'uget' 'uget-integrator' 'uget-lang' 'uhd-devel' 'uhd-doc' 'uhd-firmware' 'uhd-udev' 'uhttpmock-devel' 'uhubctl' 'uid_wrapper' 'uim' 'uim-32bit' 'uim-devel' 'uim-gtk2' 'uim-gtk2-32bit' 'uim-gtk3' 'uim-gtk3-32bit' 'uim-qt5' 'uim-qt5-32bit' 'uima-parent-pom' 'uima-pear-maven-plugin' 'uimaj' 'uimaj-javadoc' 'uisp' 'ulfius-devel' 'ullae-veliyae' 'ulogd' 'ulogd-mysql' 'ulogd-pcap' 'ulogd-pgsql' 'ulogd-sqlite3' 'ultimatestunts' 'ultimatestunts-data' 'umbrello' 'umbrello-lang' 'umoci' 'un-fonts' 'unar' 'unbound' 'unbound-devel' 'unbound-munin' 'unclutter' 'uncommons-maths' 'uncommons-maths-javadoc' 'uncrustify' 'unetbootin' 'unibilium-devel' 'unicode-blocks' 'unicode-emoji' 'unicode-ucd' 'unicode-ucd-unihan' 'unifdef' 'unifraktur-fonts' 'unionfs-fuse' 'uniraum' 'uniraum' 'uniraum-debuginfo' 'uniraum-debugsource' 'uniraum-devel' 'unison' 'unit-api' 'unit-api-javadoc' 'units' 'unittest-cpp-devel' 'universal-ctags' 'univocity-parsers' 'univocity-parsers-javadoc' 'unixODBC-32bit' 'unixODBC-devel' 'unixbench' 'unknown-horizons' 'unknown-horizons-lang' 'unmass' 'unoconv' 'unpaper' 'unrar_wrapper' 'unrtf' 'unrtf' 'unrtf-debuginfo' 'unrtf-debugsource' 'unshield' 'unshield-devel' 'unzip-rcc' 'unzix' 'uom-lib' 'uom-lib-assertj' 'uom-lib-common' 'uom-lib-javadoc' 'uom-parent' 'upb-devel' 'upb-source' 'update-bootloader-rpm-macros' 'update-checker' 'update-test-32bit-pkg' 'update-test-32bit-pkg' 'update-test-32bit-pkg-32bit' 'update-test-affects-package-manager' 'update-test-affects-package-manager' 'update-test-broken' 'update-test-feature' 'update-test-feature' 'update-test-interactive' 'update-test-optional' 'update-test-optional' 'update-test-reboot-needed' 'update-test-reboot-needed' 'update-test-relogin-suggested' 'update-test-relogin-suggested' 'update-test-security' 'update-test-security' 'update-test-trivial' 'update-test-trivial' 'update-test-trivial' 'update_test' 'uperf' 'upm-devel' 'upsm' 'upx' 'uranium' 'uranium-firmware-lulzbot' 'uranium-lulzbot' 'urbanlightscape' 'urfkill' 'urh' 'uriparser' 'uriparser-devel' 'uriparser-doc' 'urlscan' 'urlview' 'urlwatch' 'urxvt-font-size' 'urxvt-perls' 'us428control' 'usbauth' 'usbauth-notifier' 'usbguard' 'usbguard-devel' 'usbguard-tools' 'usbprog' 'usbprog-devel' 'usbprog-gui' 'usbredir' 'usbredir-devel' 'usbtop' 'usbview' 'usnic_tools' 'usrp-firmware' 'usrp-tools' 'usx2yloader' 'utempter-devel' 'utempter-devel-32bit' 'utf8proc-devel' 'utfcpp-devel' 'uthash-devel' 'util-macros-devel' 'utils-libnfs' 'utox' 'uucp' 'uucp-xinetd' 'uudeview' 'uuid-devel' 'uuidd' 'uvcdynctrl' 'uwac0-0-devel' 'uwsc' 'uwsgi' 'uwsgi-emperor_pg' 'uwsgi-emperor_zeromq' 'uwsgi-gevent' 'uwsgi-glusterfs' 'uwsgi-greenlet' 'uwsgi-jvm' 'uwsgi-ldap' 'uwsgi-libffi' 'uwsgi-logzmq' 'uwsgi-lua' 'uwsgi-pam' 'uwsgi-php7' 'uwsgi-psgi' 'uwsgi-pypy' 'uwsgi-python' 'uwsgi-python3' 'uwsgi-sqlite3' 'uwsgi-xslt' 'v4l-conf' 'v4l-tools' 'v4l-utils' 'v4l-utils-devel-tools' 'v4l-utils-lang' 'v4l2loopback-kmp-default' 'v4l2loopback-kmp-pae' 'v4l2loopback-utils' 'vacation' 'vacuum-im' 'vacuum-im-devel' 'vacuum-im-lang' 'vacuum-im-plugins-dbusnotifications' 'vacuum-im-plugins-gmailnotify' 'vacuum-im-plugins-spellchecker' 'vacuum-im-plugins-statistics' 'vacuum-im-plugins-usermood' 'vacuum-im-plugins-usertune' 'vagrant' 'vagrant-bash-completion' 'vagrant-doc' 'vagrant-emacs' 'vagrant-libvirt' 'vagrant-libvirt-doc' 'vagrant-sshfs' 'vagrant-sshfs-doc' 'vagrant-sshfs-testsuite' 'vagrant-vim' 'vala' 'vala-cmake-modules' 'vala-panel' 'vala-panel-appmenu-lang' 'vala-panel-devel' 'vala-panel-extras-battery' 'vala-panel-extras-gtop' 'vala-panel-extras-lang' 'vala-panel-extras-volume' 'vala-panel-extras-weather' 'vala-panel-extras-xkb' 'vala-panel-extras-xkb-flags' 'vala-panel-lang' 'vala-panel-plugin-appmenu' 'vala-panel-plugin-sntray' 'vala-panel-plugin-sntray-lang' 'vala-panel-plugins-base' 'vala-panel-plugins-wnck' 'vala-panel-runner' 'valadoc' 'valadoc-doclet-devhelp' 'valadoc-doclet-gtkdoc' 'valadoc-doclet-html' 'valgrind' 'valgrind-32bit' 'valgrind-client-headers' 'valgrind-devel' 'vamp-aubio-plugins' 'vamp-aubio-plugins' 'vamp-aubio-plugins-debuginfo' 'vamp-aubio-plugins-debugsource' 'vamp-libxtract-plugins' 'vamp-libxtract-plugins' 'vamp-libxtract-plugins-debuginfo' 'vamp-libxtract-plugins-debugsource' 'vamp-match-plugin' 'vamp-match-plugin' 'vamp-match-plugin-debuginfo' 'vamp-match-plugin-debugsource' 'vamp-mazurka-plugins' 'vamp-mazurka-plugins' 'vamp-mazurka-plugins-debuginfo' 'vamp-mazurka-plugins-debugsource' 'vamp-plugin-sdk' 'vamp-plugin-sdk-devel' 'vamp-plugin-tester' 'vamp-plugin-tester' 'vamp-plugin-tester-debuginfo' 'vamp-plugin-tester-debugsource' 'vamp-qm-plugins' 'vamp-qm-plugins' 'vamp-qm-plugins-debuginfo' 'vamp-qm-plugins-debugsource' 'vamps' 'vamps' 'vamps-debugsource' 'vapoursynth-devel' 'vapoursynth-plugin-eedi3' 'vapoursynth-plugin-imwri' 'vapoursynth-plugin-miscfilters' 'vapoursynth-plugin-morpho' 'vapoursynth-plugin-ocr' 'vapoursynth-plugin-removegrain' 'vapoursynth-plugin-subtext' 'vapoursynth-plugin-vinverse' 'vapoursynth-plugin-vivtc' 'vapoursynth-tools' 'variety' 'varnish' 'varnish-devel' 'vboot' 'vbrfix' 'vcdimager' 'vcdimager-devel' 'vclt-tools' 'vclt-tools' 'vcron' 'vcsh' 'vcsh-zsh-completion' 'vde2' 'vde2-cryptcab' 'vde2-slirp' 'ved' 'velocity' 'velocity-demo' 'velocity-javadoc' 'velocity-manual' 'velum-branding' 'verilator' 'verilator-devel' 'verilator-doc' 'verilator-doc-pdf' 'verilator-examples' 'veusz' 'vfontas' 'vgrep' 'vhba-kmp-default' 'vhba-kmp-pae' 'vhostmd' 'vidcutter' 'videoporama' 'videoporama' 'vido' 'vido-lang' 'viewnior' 'viewnior-lang' 'viewres' 'vifm' 'vifm-colors' 'vigra-devel' 'vim-bootstrap' 'vim-completion-golang' 'vim-fzf' 'vim-icinga2' 'vim-plugin-NERDcommenter' 'vim-plugin-NERDtree' 'vim-plugin-a' 'vim-plugin-ack' 'vim-plugin-align' 'vim-plugin-bufexplorer' 'vim-plugin-calendar' 'vim-plugin-colorschemes' 'vim-plugin-colorsel' 'vim-plugin-conky' 'vim-plugin-devhelp' 'vim-plugin-diffchanges' 'vim-plugin-editorconfig' 'vim-plugin-fugitive' 'vim-plugin-gitdiff' 'vim-plugin-gnupg' 'vim-plugin-latex' 'vim-plugin-locateopen' 'vim-plugin-matrix' 'vim-plugin-minibufexpl' 'vim-plugin-multiplesearch' 'vim-plugin-neomutt' 'vim-plugin-nginx' 'vim-plugin-powerline' 'vim-plugin-project' 'vim-plugin-quilt' 'vim-plugin-rails' 'vim-plugin-salt' 'vim-plugin-searchcomplete' 'vim-plugin-showmarks' 'vim-plugin-snipmate' 'vim-plugin-supertab' 'vim-plugin-taglist' 'vim-plugin-tlib' 'vim-plugin-tregisters' 'vim-plugin-tselectbuffer' 'vim-plugin-tselectfiles' 'vim-plugin-utl' 'vim-plugin-vimwiki' 'vim-plugin-zoomwin' 'vimb' 'vimpc' 'vimpc' 'vimpc-debuginfo' 'vimpc-debugsource' 'vinagre' 'vinagre-lang' 'vino' 'vino-lang' 'vips-doc' 'vips-tools' 'virglrenderer-devel' 'virglrenderer-test-server' 'virt-sandbox' 'virt-top' 'virtme' 'virtualbox' 'virtualbox-devel' 'virtualbox-guest-desktop-icons' 'virtualbox-guest-source' 'virtualbox-guest-tools' 'virtualbox-guest-x11' 'virtualbox-host-source' 'virtualbox-kmp-default' 'virtualbox-qt' 'virtualbox-vnc' 'virtualbox-websrv' 'viruskiller' 'vis' 'visio2svg-conv' 'vit' 'vitetris' 'vivaldi' 'vivaldi' 'vkd3d-devel' 'vkd3d-devel-32bit' 'vkeybd' 'vkmark' 'vkquake' 'vlc' 'vlc-beta' 'vlc-beta' 'vlc-beta-debuginfo' 'vlc-beta-debugsource' 'vlc-beta-devel' 'vlc-beta-noX' 'vlc-beta-noX-debuginfo' 'vlc-beta-noX-lang' 'vlc-beta-qt' 'vlc-beta-qt-debuginfo' 'vlc-codec-gstreamer-debuginfo' 'vlc-codecs-debuginfo' 'vlc-debuginfo' 'vlc-debugsource' 'vlc-devel' 'vlc-jack' 'vlc-jack-debuginfo' 'vlc-lang' 'vlc-noX-debuginfo' 'vlc-opencv-debuginfo' 'vlc-qt-debuginfo' 'vlc-vdpau-debuginfo' 'vlgothic-fonts' 'vlmc' 'vlmc' 'vlmc-debuginfo' 'vlmc-debugsource' 'vm-dump-metrics' 'vmmlib' 'vmmlib-debugsource' 'vmmlib-devel' 'vmmlib-doc' 'vmpk' 'vmpk' 'vmpk-debuginfo' 'vmpk-debugsource' 'vms-empire' 'vmtouch' 'vncmanager' 'vncmanager-controller' 'vncmanager-controller-gnome' 'vncmanager-greeter' 'vnote' 'vnstat' 'vnstat-cgi' 'vo-aacenc' 'vo-aacenc-debugsource' 'vo-amrwbenc' 'vo-amrwbenc-debugsource' 'vobcopy' 'vobcopy' 'vobcopy-debuginfo' 'vobcopy-debugsource' 'vocal' 'vocal-lang' 'vodovod' 'voikkospell' 'vokoscreenNG' 'volk' 'volk-devel' 'volk_modtool' 'vollkorn-fonts' 'vorbisgain' 'voro++' 'voro++-devel' 'vorta' 'votca-csg' 'votca-csg-bash' 'votca-csg-common' 'votca-csg-devel' 'votca-csg-doc' 'votca-csg-tutorials' 'votca-csgapps' 'votca-ctp' 'votca-ctp-common' 'votca-ctp-devel' 'votca-ctp-doc' 'votca-tools' 'votca-tools-devel' 'votca-xtp' 'votca-xtp-common' 'votca-xtp-devel' 'votca-xtp-doc' 'voxelands' 'vpcs' 'vpnc' 'vpp' 'vpp-api-lua' 'vpp-api-python' 'vpp-devel' 'vpp-plugins' 'vpx-tools' 'vsftpd' 'vsqlite++-devel' 'vst-lsp-plugins' 'vtable-dumper' 'vtcl' 'vte-devel' 'vte-tools' 'vtk-devel' 'vtk-devel-doc' 'vtk-examples' 'vtk-java' 'vtk-openmpi1-devel' 'vtk-openmpi1-devel-doc' 'vtk-openmpi1-java' 'vtk-openmpi1-qt' 'vtk-openmpi2-devel' 'vtk-openmpi2-devel-doc' 'vtk-openmpi2-java' 'vtk-openmpi2-qt' 'vtk-openmpi3-devel' 'vtk-openmpi3-devel-doc' 'vtk-openmpi3-java' 'vtk-openmpi3-qt' 'vtk-qt' 'vtkdata' 'vulkan-devel' 'vulkan-doc' 'vulkan-headers' 'vulkan-validationlayers' 'vym' 'w3c-markup-validator' 'w3c-markup-validator-libs' 'w3mir' 'w_scan' 'wadptr' 'waffle' 'waffle-devel' 'wallpapers-openSUSE-extra' 'wallstreet' 'wang-fonts' 'warewulf-cluster' 'warewulf-common' 'warewulf-doc' 'warewulf-nhc' 'warewulf-provision' 'warewulf-provision-i386-initramfs' 'warewulf-provision-ipxe-images' 'warewulf-provision-server' 'warewulf-provision-x86_64-initramfs' 'warewulf-vnfs' 'warzone2100' 'warzone2100-data' 'watchman' 'wavemon' 'wavpack' 'wavpack-devel' 'way-cooler' 'waybar' 'wayland-devel' 'wayland-devel-32bit' 'wayland-protocols-devel' 'waylandpp' 'waylandpp-devel' 'wbxml2-tools' 'wcd' 'wcslib-devel' 'wcslib-doc' 'wcslib-tools' 'wdiff' 'wdiff-lang' 'wdm' 'weave-k8s-yaml' 'weave-kube' 'weave-npc' 'webalizer' 'webalizer-flags' 'webcamoid' 'webcamoid-devel' 'webdot' 'webenginepart' 'webkit-jsc-4' 'webkit2gtk3-devel' 'webkit2gtk3-minibrowser' 'websocketpp-devel' 'webvfx' 'webvfx-devel' 'webvfx-module' 'weechat' 'weechat-devel' 'weechat-lang' 'weechat-lua' 'weechat-perl' 'weechat-python' 'weechat-ruby' 'weechat-spell' 'weechat-tcl' 'weld-parent' 'werken-xpath' 'werken-xpath-javadoc' 'wesnoth' 'wesnoth-campaign-server' 'wesnoth-data' 'wesnoth-fslayout' 'wesnoth-server' 'weston' 'weston-devel' 'wget-lang' 'wget2' 'wgetpaste' 'when-command' 'when-command-lang' 'whfc' 'whipper' 'whohas' 'widelands' 'widelands-data' 'widelands-debug' 'wiggle' 'wiiuse-devel' 'wildmidi' 'wildmidi-devel' 'wimlib-devel' 'wimtools' 'wine' 'wine-32bit' 'wine-devel' 'wine-devel-32bit' 'wine-nine-standalone' 'wine-nine-standalone-32bit' 'wine-staging-devel' 'wine-staging-devel-32bit' 'wineasio' 'wineasio' 'wineasio-32bit' 'wineasio-32bit-debuginfo' 'wineasio-debuginfo' 'wineasio-debugsource' 'winff' 'winff' 'winff-debuginfo' 'winff-debugsource' 'winff-lang' 'winpr2-devel' 'winrs' 'wipe' 'wireshark' 'wireshark-devel' 'wireshark-plugin-libvirt' 'wireshark-ui-qt' 'withlock' 'wizznic' 'wkhtmltopdf' 'wkhtmltopdf-devel' 'wlc-devel' 'wlroots-devel' 'wm-icons' 'wmpomme' 'wmutils' 'woff2-devel' 'wol-udev-rules' 'wondershaper' 'woodstox-core' 'woodstox-core-javadoc' 'wordcut' 'wordcut-devel' 'wordnet' 'wordnet-devel' 'words-british' 'words-canadian' 'workrave' 'workrave-devel' 'wp-cli' 'wpa_supplicant-gui' 'wpan-tools' 'wpebackend-fdo-devel' 'wput' 'wput' 'wput-debuginfo' 'wput-debugsource' 'wput-lang' 'wqy-bitmap-fonts' 'wqy-microhei-fonts' 'wqy-zenhei-fonts' 'wrapsix' 'writerperfect' 'wrk' 'ws-jaxme' 'ws-jaxme-javadoc' 'ws-jaxme-manual' 'wsdl4j' 'wsdl4j-javadoc' 'wslay' 'wslay-devel' 'wsmancli' 'wt' 'wt-devel' 'wumpus' 'wv' 'wv-devel' 'wv2-devel' 'wxEDID' 'wxEphe' 'wxGTK3-3_2-devel' 'wxMaxima' 'wxMaxima-lang' 'wxQt-3_2-devel' 'wxWidgets-3_0-devel' 'wxWidgets-3_0-devel-32bit' 'wxWidgets-3_0-docs' 'wxWidgets-3_0-nostl-devel' 'wxWidgets-3_0-plugin-sound_sdlu-3_0' 'wxWidgets-3_0-plugin-sound_sdlu-3_0-32bit' 'wxWidgets-3_2-devel' 'wxWidgets-3_2-plugin-sound_sdlu-3_2' 'wxWidgets-docs' 'wxWidgets-wxcontainer' 'wxWidgets-wxcontainer-compat-lib-config' 'wxWidgets-wxcontainer-debugsource' 'wxWidgets-wxcontainer-devel' 'wxWidgets-wxcontainer-devel-debuginfo' 'wxWidgets-wxcontainer-plugin-sound_sdlu-2_8-wxcontainer' 'wxWidgets-wxcontainer-plugin-sound_sdlu-2_8-wxcontainer-32bit' 'wxWidgets-wxcontainer-plugin-sound_sdlu-2_8-wxcontainer-32bit-debuginfo' 'wxWidgets-wxcontainer-plugin-sound_sdlu-2_8-wxcontainer-debuginfo' 'wxcam' 'wxcam' 'wxcam-debuginfo' 'wxcam-debugsource' 'wxhexeditor' 'wxhexeditor-lang' 'wxlua' 'wxlua-devel' 'wxsqlite3-devel' 'wxstedit' 'wxstedit-devel' 'wxsvg' 'wyrmgus' 'wyrmgus-devel' 'wyrmsun' 'x11-japanese-bitmap-fonts' 'x11-video-nvidiaG04' 'x11perf' 'x11vnc' 'x11vnc-frontend' 'x264' 'x264-debuginfo' 'x265' 'x265' 'x265-debuginfo' 'x265-debugsource' 'x2x' 'x3270' 'x86info' 'xalan-c' 'xalan-j2' 'xalan-j2-demo' 'xalan-j2-manual' 'xalan-j2-xsltc' 'xano-mincho-fonts' 'xaos' 'xaos-lang' 'xapian-core' 'xapian-core-doc' 'xapian-core-examples' 'xapps-common' 'xapps-common-lang' 'xapps-mate' 'xar' 'xautolock' 'xautomation' 'xaw3dd' 'xawtv' 'xbacklight' 'xbanish' 'xbase' 'xbase-devel' 'xbase-doc' 'xbean' 'xbean-javadoc' 'xbench' 'xbiff' 'xbindkeys' 'xbitmaps-devel' 'xboard' 'xboard' 'xboard-debuginfo' 'xboard-debugsource' 'xbomb' 'xboxdrv' 'xbrz-devel' 'xbsql' 'xbsql-devel' 'xca' 'xcalc' 'xcalib' 'xcalib-profiles' 'xcb' 'xcb-proto-devel' 'xcb-util-cursor-devel' 'xcb-util-cursor-devel-32bit' 'xcb-util-devel' 'xcb-util-devel-32bit' 'xcb-util-errors-devel' 'xcb-util-image-devel' 'xcb-util-image-devel-32bit' 'xcb-util-keysyms-devel' 'xcb-util-keysyms-devel-32bit' 'xcb-util-renderutil-devel' 'xcb-util-renderutil-devel-32bit' 'xcb-util-wm-devel' 'xcb-util-wm-devel-32bit' 'xcb-util-xrm-devel' 'xcfa' 'xcfa' 'xcfa-debuginfo' 'xcfa-debugsource' 'xcfa-lang' 'xclass' 'xclass-devel' 'xclipboard' 'xcm' 'xcmsdb' 'xcolors' 'xcompmgr' 'xcoral' 'xcowsay' 'xcursor-themes' 'xcursorgen' 'xdbedizzy' 'xdelta3' 'xdg-desktop-portal-devel' 'xdg-user-dirs-gtk' 'xdg-user-dirs-gtk-lang' 'xdiskusage' 'xditview' 'xdm-xsession' 'xdmsc' 'xdotool' 'xdotool-devel' 'xdpyinfo' 'xdriinfo' 'xed' 'xed-devel' 'xed-lang' 'xedit' 'xemacs' 'xemacs-el' 'xemacs-info' 'xemacs-packages' 'xemacs-packages-el' 'xemacs-packages-info' 'xen' 'xen-devel' 'xen-doc-html' 'xen-libs-32bit' 'xen-tools' 'xen-tools-domU' 'xen-tools-xendomains-wait-disk' 'xen_server' 'xen_tools' 'xengine' 'xerces-c' 'xerces-c-doc' 'xerces-j2' 'xerces-j2-demo' 'xerces-j2-javadoc' 'xev' 'xeyes' 'xf86-input-evdev-devel' 'xf86-input-joystick-devel' 'xf86-input-libinput-devel' 'xf86-input-mouse-devel' 'xf86-input-synaptics-devel' 'xf86-input-wacom-devel' 'xf86-video-amdgpu' 'xf86-video-ark' 'xf86-video-ast' 'xf86-video-ati' 'xf86-video-chips' 'xf86-video-cirrus' 'xf86-video-dummy' 'xf86-video-fbturbo' 'xf86-video-fbturbo-live' 'xf86-video-glint' 'xf86-video-i128' 'xf86-video-intel' 'xf86-video-intel-32bit' 'xf86-video-mach64' 'xf86-video-mga' 'xf86-video-neomagic' 'xf86-video-nv' 'xf86-video-openchrome' 'xf86-video-qxl' 'xf86-video-r128' 'xf86-video-savage' 'xf86-video-siliconmotion' 'xf86-video-sis' 'xf86-video-sisusb' 'xf86-video-tdfx' 'xf86-video-tga' 'xf86-video-trident' 'xf86-video-v4l' 'xf86-video-vmware' 'xf86-video-voodoo' 'xf86dga' 'xfburn' 'xfburn-lang' 'xfce' 'xfce4-appfinder' 'xfce4-appfinder-lang' 'xfce4-battery-plugin' 'xfce4-battery-plugin-lang' 'xfce4-calculator-plugin' 'xfce4-calculator-plugin-lang' 'xfce4-clipman-plugin' 'xfce4-clipman-plugin-lang' 'xfce4-cpufreq-plugin' 'xfce4-cpufreq-plugin-lang' 'xfce4-cpugraph-plugin' 'xfce4-cpugraph-plugin-lang' 'xfce4-datetime-plugin' 'xfce4-datetime-plugin-lang' 'xfce4-dev-tools' 'xfce4-dict' 'xfce4-dict-lang' 'xfce4-diskperf-plugin' 'xfce4-diskperf-plugin-lang' 'xfce4-eyes-plugin' 'xfce4-eyes-plugin-lang' 'xfce4-fsguard-plugin' 'xfce4-fsguard-plugin-lang' 'xfce4-genmon-plugin' 'xfce4-genmon-plugin-lang' 'xfce4-mailwatch-plugin' 'xfce4-mailwatch-plugin-lang' 'xfce4-mixer' 'xfce4-mixer-lang' 'xfce4-mixer-plugin' 'xfce4-mount-plugin' 'xfce4-mount-plugin-lang' 'xfce4-mpc-plugin' 'xfce4-mpc-plugin-lang' 'xfce4-multiload-nandhp-plugin' 'xfce4-netload-plugin' 'xfce4-netload-plugin-lang' 'xfce4-netspeed-plugin' 'xfce4-notes-plugin' 'xfce4-notes-plugin-lang' 'xfce4-notifyd' 'xfce4-notifyd-branding-openSUSE' 'xfce4-notifyd-branding-upstream' 'xfce4-notifyd-lang' 'xfce4-notifyd-theme-adapta' 'xfce4-notifyd-theme-plata' 'xfce4-panel' 'xfce4-panel-branding-openSUSE' 'xfce4-panel-branding-upstream' 'xfce4-panel-devel' 'xfce4-panel-lang' 'xfce4-panel-plugin-appmenu' 'xfce4-panel-plugin-dict' 'xfce4-panel-plugin-sntray' 'xfce4-panel-profiles' 'xfce4-panel-restore-defaults' 'xfce4-places-plugin' 'xfce4-places-plugin-lang' 'xfce4-power-manager' 'xfce4-power-manager-branding-openSUSE' 'xfce4-power-manager-branding-upstream' 'xfce4-power-manager-lang' 'xfce4-power-manager-plugin' 'xfce4-pulseaudio-plugin' 'xfce4-pulseaudio-plugin-lang' 'xfce4-screensaver' 'xfce4-screenshooter' 'xfce4-screenshooter-lang' 'xfce4-screenshooter-plugin' 'xfce4-sensors-plugin' 'xfce4-sensors-plugin-devel' 'xfce4-sensors-plugin-lang' 'xfce4-session' 'xfce4-session-branding-openSUSE' 'xfce4-session-branding-upstream' 'xfce4-session-lang' 'xfce4-settings' 'xfce4-settings-branding-openSUSE' 'xfce4-settings-branding-upstream' 'xfce4-settings-lang' 'xfce4-smartbookmark-plugin' 'xfce4-smartbookmark-plugin-lang' 'xfce4-statusnotifier-plugin' 'xfce4-statusnotifier-plugin-lang' 'xfce4-stopwatch-plugin' 'xfce4-stopwatch-plugin-lang' 'xfce4-systemload-plugin' 'xfce4-systemload-plugin-lang' 'xfce4-taskmanager' 'xfce4-taskmanager-lang' 'xfce4-terminal' 'xfce4-terminal-lang' 'xfce4-time-out-plugin' 'xfce4-time-out-plugin-lang' 'xfce4-timer-plugin' 'xfce4-timer-plugin-lang' 'xfce4-vala' 'xfce4-verve-plugin' 'xfce4-verve-plugin-lang' 'xfce4-wavelan-plugin' 'xfce4-wavelan-plugin-lang' 'xfce4-weather-plugin' 'xfce4-weather-plugin-lang' 'xfce4-whiskermenu-plugin' 'xfce4-whiskermenu-plugin-lang' 'xfce4-xkb-plugin' 'xfce4-xkb-plugin-lang' 'xfconf' 'xfconf-lang' 'xfd' 'xfdashboard' 'xfdashboard-devel' 'xfdashboard-lang' 'xfdashboard-themes' 'xfdesktop' 'xfdesktop-branding-openSUSE' 'xfdesktop-branding-upstream' 'xfdesktop-lang' 'xfig' 'xfishtank' 'xfmpc' 'xfmpc-lang' 'xfontsel' 'xfs' 'xfsdump' 'xfsinfo' 'xfsprogs-devel' 'xfsprogs-scrub' 'xfwm4' 'xfwm4-branding-openSUSE' 'xfwm4-branding-upstream' 'xfwm4-lang' 'xfwm4-theme-adapta' 'xfwm4-theme-plata' 'xfwpcnm' 'xfwpcnm' 'xfwpcnm-debuginfo' 'xfwpcnm-debugsource' 'xgalaga++' 'xgalaga-sdl' 'xgamma' 'xgboost' 'xgboost-javadoc' 'xgboost-predictor' 'xgboost-predictor-javadoc' 'xgc' 'xgrabsc' 'xhfsutil' 'xhtml-dtd' 'xiccd' 'xindy' 'xindy-doc' 'xindy-rules' 'xine-browser-plugin' 'xine-browser-plugin' 'xine-browser-plugin-debuginfo' 'xine-browser-plugin-debugsource' 'xine-lib' 'xine-lib-debugsource' 'xine-skins' 'xine-skins' 'xine-ui' 'xine-ui' 'xine-ui-32bit' 'xine-ui-32bit-debuginfo' 'xine-ui-debuginfo' 'xine-ui-debugsource' 'xinput' 'xiphos' 'xiphos-lang' 'xiterm' 'xjadeo' 'xkbcomp-devel' 'xkbevd' 'xkbprint' 'xkbutils' 'xkeycaps' 'xkill' 'xlatencytop' 'xless' 'xload' 'xlockmore' 'xlogin' 'xlogo' 'xls2csv' 'xlsatoms' 'xlsclients' 'xlsfonts' 'xmag' 'xmahjongg' 'xman' 'xmanja' 'xmgrace' 'xmgrace-devel' 'xmh' 'xmined' 'xml-commons-apis-javadoc' 'xml-commons-apis-manual' 'xml-commons-resolver' 'xml-commons-resolver-javadoc' 'xml-im-exporter' 'xml-im-exporter-javadoc' 'xml-maven-plugin' 'xml-maven-plugin-javadoc' 'xml-security-c-bin' 'xml2po' 'xml2po-devel' 'xmlb-tool' 'xmlbeans' 'xmlbeans-mini' 'xmlbeans-scripts' 'xmlbird-devel' 'xmldb-api' 'xmldb-api-javadoc' 'xmldb-api-sdk' 'xmldb-common' 'xmlformat' 'xmlgraphics-batik' 'xmlgraphics-batik-css' 'xmlgraphics-batik-demo' 'xmlgraphics-batik-javadoc' 'xmlgraphics-batik-rasterizer' 'xmlgraphics-batik-slideshow' 'xmlgraphics-batik-squiggle' 'xmlgraphics-batik-svgpp' 'xmlgraphics-batik-ttf2svg' 'xmlgraphics-commons' 'xmlgraphics-commons-javadoc' 'xmlgraphics-fop' 'xmlrpc-c-devel' 'xmlsec1' 'xmlsec1-devel' 'xmlsec1-gcrypt-devel' 'xmlsec1-gnutls-devel' 'xmlsec1-nss-devel' 'xmlsec1-openssl-devel' 'xmlstreambuffer' 'xmlstreambuffer-javadoc' 'xmlto' 'xmltoman' 'xmltooling-schemas' 'xmltv' 'xmltv' 'xmltv-grabbers' 'xmlunit' 'xmlunit-javadoc' 'xmobar' 'xmonad' 'xmoontool' 'xmore' 'xmorph' 'xmorph-devel' 'xmoto' 'xmoto-data' 'xmp' 'xmvn' 'xmvn-api' 'xmvn-bisect' 'xmvn-connector-aether' 'xmvn-connector-aether-javadoc' 'xmvn-connector-gradle' 'xmvn-connector-gradle-javadoc' 'xmvn-connector-ivy' 'xmvn-connector-ivy-javadoc' 'xmvn-core' 'xmvn-install' 'xmvn-minimal' 'xmvn-mojo' 'xmvn-mojo-javadoc' 'xmvn-parent' 'xmvn-resolve' 'xmvn-subst' 'xmvn-tools-javadoc' 'xob' 'xom' 'xonotic' 'xonotic-data' 'xonotic-server' 'xonsh' 'xonsh-doc' 'xorg-cf-files' 'xorg-docs' 'xorg-scripts' 'xorg-sgml-doctools' 'xorg-x11' 'xorg-x11-Xvnc-java' 'xorg-x11-Xvnc-novnc' 'xorg-x11-devel' 'xorg-x11-driver-input' 'xorg-x11-libs' 'xorg-x11-server-Xspice' 'xorg-x11-server-sdk' 'xorg-x11-server-source' 'xorg-x11-util-devel' 'xorgproto-devel' 'xorgxrdp' 'xorriso-tcltk' 'xortool' 'xosd' 'xosd-devel' 'xosview' 'xournal' 'xournalpp' 'xournalpp-lang' 'xpaint' 'xpaint' 'xpaint-debuginfo' 'xpaint-debugsource' 'xpaint-devel' 'xpenguins' 'xpinguin' 'xplanet' 'xplatproviders' 'xplayer' 'xplayer-devel' 'xplayer-lang' 'xplayer-plparser' 'xplayer-plparser-devel' 'xplayer-plparser-lang' 'xplayer-plugin-zeitgeist' 'xplayer-plugins' 'xplsprinters' 'xpp2' 'xpp2-demo' 'xpp2-javadoc' 'xpp2-manual' 'xpp3' 'xpp3-javadoc' 'xpp3-minimal' 'xpr' 'xpra' 'xpra-html5' 'xprehashprinterlist' 'xprintidle' 'xprompt' 'xquarto' 'xrdp' 'xrdp-devel' 'xreader' 'xreader-devel' 'xreader-lang' 'xreader-plugin-epubdocument' 'xreader-plugin-pdfdocument' 'xreader-plugin-psdocument' 'xreader-plugin-tiffdocument' 'xreader-plugin-xpsdocument' 'xrefresh' 'xrestop' 'xroach' 'xrootd-cl' 'xrootd-cl-devel' 'xrootd-client' 'xrootd-client-devel' 'xrootd-fuse' 'xrootd-libs' 'xrootd-libs-devel' 'xrootd-private-devel' 'xrootd-server' 'xrootd-server-devel' 'xsane' 'xscope' 'xscreensaver-data-extra' 'xsd' 'xsd-doc' 'xselection' 'xsession' 'xsetmode' 'xsetpointer' 'xslide' 'xsm' 'xsom' 'xsom-javadoc' 'xsp' 'xstdcmap' 'xstereograph' 'xstream' 'xstream-benchmark' 'xstream-javadoc' 'xstream-parent' 'xstroke' 'xsynth-dssi' 'xsys' 'xsys' 'xsys-debuginfo' 'xsys-debugsource' 'xt7-player-mpv' 'xt7-player-mpv' 'xtables-addons' 'xtables-addons-kmp-default' 'xtables-addons-kmp-pae' 'xtables-geoip' 'xteddy' 'xterm-console' 'xtexit' 'xtrans' 'xtrx-tools' 'xtrx-usb-udev' 'xtrx_lms7002m-devel' 'xtrxdsp-tests' 'xtrxll-tools' 'xv' 'xvfb-run' 'xvid4conf' 'xvid4conf' 'xvid4conf-debuginfo' 'xvid4conf-debugsource' 'xvidcap' 'xvidcap' 'xvidcap-debuginfo' 'xvidcap-debugsource' 'xvidcore' 'xvidcore' 'xvidcore-debugsource' 'xvidenc' 'xvidenc' 'xvidtune' 'xviewer' 'xviewer-devel' 'xviewer-lang' 'xviewer-plugin-exif-display' 'xviewer-plugin-export-to-folder' 'xviewer-plugin-fit-to-width' 'xviewer-plugin-light-theme' 'xviewer-plugin-map' 'xviewer-plugin-postasa' 'xviewer-plugin-pythonconsole' 'xviewer-plugin-send-by-mail' 'xviewer-plugin-slideshowshuffle' 'xviewer-plugins' 'xviewer-plugins-data' 'xviewer-plugins-lang' 'xvinfo' 'xvkbd' 'xwd' 'xwininfo' 'xwmfs' 'xwud' 'xxhash' 'xxhash-devel' 'xxkb' 'xyconv' 'xyconvert' 'xylib-devel' 'xyscan' 'xyscan-doc' 'xz-devel' 'xz-devel-32bit' 'xz-java' 'xz-java-javadoc' 'xz-static-devel' 'xzgv' 'yad' 'yad' 'yad-debuginfo' 'yad-debugsource' 'yafc' 'yaics' 'yajl' 'yakuake' 'yakuake-lang' 'yamagi-quake2' 'yamagi-quake2-ctf' 'yamdi' 'yamdi' 'yamdi-debuginfo' 'yamdi-debugsource' 'yaml-cpp-devel' 'yang-tools' 'yank' 'yara' 'yara-doc' 'yarock' 'yarock' 'yarock-debuginfo' 'yarock-debugsource' 'yarock-lang' 'yarock-mpv' 'yarock-mpv-debuginfo' 'yarock-phonon' 'yarock-phonon-debuginfo' 'yarock-vlc' 'yarock-vlc-debuginfo' 'yaru-icon-theme' 'yasm' 'yasm-devel' 'yast2-adcommon-python' 'yast2-adsi' 'yast2-aduc' 'yast2-audit-laf' 'yast2-boot-server' 'yast2-buildtools' 'yast2-caasp' 'yast2-cluster' 'yast2-configuration-management' 'yast2-core-devel' 'yast2-devtools' 'yast2-dhcp-server' 'yast2-dns-manager' 'yast2-dns-server' 'yast2-docker' 'yast2-drbd' 'yast2-fcoe-client' 'yast2-firstboot' 'yast2-firstboot-wsl' 'yast2-ftp-server' 'yast2-geo-cluster' 'yast2-gpmc' 'yast2-http-server' 'yast2-installation-control' 'yast2-instserver' 'yast2-iplb' 'yast2-iscsi-lio-server' 'yast2-isns' 'yast2-multipath' 'yast2-nfs-server' 'yast2-nis-server' 'yast2-online-update-configuration' 'yast2-pkg-bindings-devel-doc' 'yast2-rdp' 'yast2-rear' 'yast2-rmt' 'yast2-samba-provision' 'yast2-slp-server' 'yast2-squid' 'yast2-testsuite' 'yast2-trans' 'yast2-trans-af' 'yast2-trans-allpacks' 'yast2-trans-ar' 'yast2-trans-ast' 'yast2-trans-bg' 'yast2-trans-bn' 'yast2-trans-bs' 'yast2-trans-ca' 'yast2-trans-cs' 'yast2-trans-cy' 'yast2-trans-da' 'yast2-trans-de' 'yast2-trans-el' 'yast2-trans-en_GB' 'yast2-trans-eo' 'yast2-trans-es' 'yast2-trans-es_AR' 'yast2-trans-et' 'yast2-trans-eu' 'yast2-trans-fa' 'yast2-trans-fi' 'yast2-trans-fr' 'yast2-trans-gl' 'yast2-trans-gu' 'yast2-trans-he' 'yast2-trans-hi' 'yast2-trans-hr' 'yast2-trans-hu' 'yast2-trans-id' 'yast2-trans-it' 'yast2-trans-ja' 'yast2-trans-jv' 'yast2-trans-ka' 'yast2-trans-kab' 'yast2-trans-km' 'yast2-trans-kn' 'yast2-trans-ko' 'yast2-trans-ku' 'yast2-trans-lo' 'yast2-trans-lt' 'yast2-trans-lv' 'yast2-trans-mk' 'yast2-trans-mr' 'yast2-trans-nb' 'yast2-trans-nds' 'yast2-trans-ne' 'yast2-trans-nl' 'yast2-trans-nn' 'yast2-trans-pa' 'yast2-trans-pl' 'yast2-trans-ps' 'yast2-trans-pt' 'yast2-trans-pt_BR' 'yast2-trans-ro' 'yast2-trans-ru' 'yast2-trans-si' 'yast2-trans-sk' 'yast2-trans-sl' 'yast2-trans-sq' 'yast2-trans-sr' 'yast2-trans-sr-latin' 'yast2-trans-sv' 'yast2-trans-sw' 'yast2-trans-ta' 'yast2-trans-tg' 'yast2-trans-th' 'yast2-trans-tr' 'yast2-trans-uk' 'yast2-trans-vi' 'yast2-trans-wa' 'yast2-trans-xh' 'yast2-trans-zh_CN' 'yast2-trans-zh_TW' 'yast2-trans-zu' 'yast2-update-FACTORY' 'yast2-usbauth' 'yast2-ycp-ui-bindings-devel' 'yate' 'yate' 'yate-bts' 'yate-debuginfo' 'yate-debugsource' 'yate-devel' 'yate-scripts' 'yate-with-amrnb' 'yaz' 'yaz-doc' 'yder-devel' 'yecht' 'yecht-javadoc' 'yelp' 'yelp-devel' 'yelp-lang' 'yelp-tools' 'yelp-xsl' 'yishu' 'yishu-lang' 'ykclient' 'ykpers' 'yodl' 'yomi-formula' 'you-get' 'you-get-bash-completion' 'you-get-fish-completion' 'you-get-zsh-completion' 'youtube-dl' 'youtube-dl-fish-completion' 'youtube-dl-gui' 'youtube-dl-gui-lang' 'ypbind' 'ypserv' 'yubico-piv-tool' 'yubikey-manager' 'yubikey-manager-qt' 'yubioath-desktop' 'yudit' 'yum' 'yum-utils' 'z' 'z3' 'z3-devel' 'zabbix-agent' 'zabbix-java-gateway' 'zabbix-phpfrontend' 'zabbix-proxy' 'zabbix-proxy-mysql' 'zabbix-proxy-postgresql' 'zabbix-proxy-sqlite' 'zabbix-server' 'zabbix-server-mysql' 'zabbix-server-postgresql' 'zam-plugins-jack' 'zam-plugins-vst' 'zanshin' 'zanshin' 'zanshin-debuginfo' 'zanshin-debugsource' 'zanshin-lang' 'zathura' 'zathura-bash-completion' 'zathura-devel' 'zathura-fish-completion' 'zathura-lang' 'zathura-plugin-cb' 'zathura-plugin-djvu' 'zathura-plugin-pdf-mupdf' 'zathura-plugin-pdf-poppler' 'zathura-plugin-ps' 'zathura-zsh-completion' 'zaz' 'zbar' 'zbuild' 'zbuild' 'zchunk' 'zd1211-firmware' 'zdbsp' 'zdoom' 'zdoom' 'zdoom-debugsource' 'zeal' 'zeitgeist' 'zeitgeist-devel' 'zelda-roth-se' 'zelda-roth-se' 'zelda-xd2-mercuris-chess' 'zelda-xd2-mercuris-chess' 'zerobranestudio' 'zeromq-devel' 'zfs' 'zfs' 'zfs-devel' 'zfs-kmp-default' 'zfs-sudo' 'zhu3d' 'zile' 'zile-doc' 'zim' 'zim-lang' 'zimg-devel' 'zinc' 'zinnia' 'zinnia-devel' 'zinnia-tomoe' 'zipkin-api-source' 'zipkin-cpp-opentracing-devel' 'zipkin-cpp-opentracing-devel-static' 'zita-convolver-devel' 'zlib-devel-32bit' 'zlib-devel-static' 'zlib-devel-static-32bit' 'zlibrary-data' 'zlibrary-devel' 'zlibrary0_99' 'zn_poly-devel' 'znc' 'znc-devel' 'znc-lang' 'znc-perl' 'znc-python3' 'znc-tcl' 'zod' 'zod' 'zod-data' 'zod-debuginfo' 'zod-debugsource' 'zonefs-tools' 'zoo' 'zopfli' 'zp' 'zpaq' 'zramcfg' 'zsdx' 'zsdx' 'zsh-htmldoc' 'zsync' 'zutils' 'zvbi' 'zvbi-devel' 'zvbi-devel-32bit' 'zvbi-lang' 'zxing-cpp-devel' 'zynaddsubfx' 'zynaddsubfx-common' 'zynaddsubfx-dssi' 'zynaddsubfx-lv2' 'zynaddsubfx-vst' 'zypper-docker' 'zypper-migration-plugin' 'zziplib-devel' 'zziplib-devel-32bit'
+'2048-cli' '2ManDVD' '2ManDVD' '2ManDVD-debuginfo' '2ManDVD-debugsource' '2ping' '32bit' '389-ds' '389-ds-devel' '389-ds-snmp' '3dsconv' '3dsconv' '3gpwiz' '3gpwiz' '3omns' '4pane' '4pane-lang' '4store' '4ti2' '4ti2-devel' '6tunnel' '7kaa' '7kaa-music' 'ASL' 'ASL-devel' 'ASL-doc' 'AdobeICCProfiles' 'AppCSXCAD' 'AppStream-devel' 'AppStream-doc' 'AtomicParsley' 'AtomicParsley' 'AtomicParsley-debuginfo' 'AtomicParsley-debugsource' 'AusweisApp2' 'Bear' 'BitTorrent' 'BitTorrent' 'BitTorrent-curses' 'BitTorrent-gtk' 'Botan' 'Botan-doc' 'Box2D-doc' 'CSXCAD-devel' 'CSXCAD-matlab' 'CastXML-devel' 'Catch2-devel' 'CharLS-devel' 'Coin-devel' 'ColPack-devel' 'ColPack-devel-32bit' 'ColorFull-devel' 'ComputeLibrary' 'ComputeLibrary-devel' 'ComputeLibrary-sample-data' 'CoreFreq' 'CoreFreq-kmp-default' 'CorsixTH' 'Crystalcursors' 'DVDStyler' 'DVDStyler-lang' 'DeepLearningToga-1.5.21a' 'DeepLearningToga-1.5.21a' 'DeepLearningToga-1.5.21a-debuginfo' 'DeepLearningToga-1.5.21a-debugsource' 'DevIL-devel' 'DivFix++' 'DivFix++' 'ETL' 'ETL-debugsource' 'ETL-devel' 'EternalTerminal' 'FAudio-devel' 'FAudio-devel-32bit' 'FastCGI' 'FastCGI-devel' 'Field3D' 'Field3D' 'Field3D-debuginfo' 'Field3D-debugsource' 'Field3D-devel' 'FirmwareUpdateKit' 'FlightGear' 'FlightGear-data' 'FlightGear-docs' 'Fragments' 'Fragments-lang' 'FreeCAD' 'FreeFileSync' 'GeneralUser' 'GeneralUser' 'GraphicsMagick' 'GraphicsMagick-devel' 'HSAIL-Tools' 'HepMC-devel' 'HepMC-doc' 'HepMC2-devel' 'Herwig-devel' 'Herwig-libs' 'IccXML' 'ImageMagick-config-7-upstream' 'ImageMagick-devel' 'ImageMagick-devel-32bit' 'ImageMagick-doc' 'ImageMagick-extra' 'Ipopt-devel' 'Ipopt-java' 'J7Z' 'J7Z-kf5' 'Jamulus' 'KEALib-devel' 'LHAPDF-devel' 'LHAPDF-doc' 'LiE' 'LiE-doc' 'LiVES' 'LiVES' 'LiVES-debuginfo' 'LiVES-debugsource' 'LiVES-lang' 'LibVNCServer-devel' 'Lunchbox' 'Lunchbox-debugsource' 'Lunchbox-devel' 'Lunchbox-doc' 'MLDonkey' 'MLDonkey' 'MLDonkey-debuginfo' 'MLDonkey-debugsource' 'MLDonkey-gui' 'MLDonkey-gui-debuginfo' 'MP4Tools' 'MP4Tools' 'MP4Tools-debuginfo' 'MP4Tools-debugsource' 'MP4Tools-lang' 'MPlayer' 'MPlayer' 'MPlayer-debuginfo' 'MPlayer-debugsource' 'MPlayer-doc' 'Mesa-KHR-devel' 'Mesa-demo' 'Mesa-devel' 'Mesa-dri-devel' 'Mesa-dri-nouveau-32bit' 'Mesa-libEGL-devel' 'Mesa-libEGL-devel-32bit' 'Mesa-libEGL1-32bit' 'Mesa-libGL-devel' 'Mesa-libGL-devel-32bit' 'Mesa-libGLESv1_CM-devel' 'Mesa-libGLESv1_CM-devel-32bit' 'Mesa-libGLESv2-devel' 'Mesa-libGLESv2-devel-32bit' 'Mesa-libGLESv3-devel' 'Mesa-libOpenCL' 'Mesa-libVulkan-devel' 'Mesa-libd3d' 'Mesa-libd3d-32bit' 'Mesa-libd3d-devel' 'Mesa-libd3d-devel-32bit' 'Mesa-libglapi-devel' 'Mesa-libglapi-devel-32bit' 'Mesa-vulkan-overlay' 'Mesa-vulkan-overlay-32bit' 'MicroOS' 'MicroOS-release' 'MicroOS-release-appliance' 'MicroOS-release-appliance-kubic' 'MicroOS-release-dvd' 'MicroOS-release-kubic-dvd' 'ModemManager-devel' 'Modules' 'Modules-doc' 'MozillaFirefox-branding-upstream' 'MozillaFirefox-buildsymbols' 'MozillaFirefox-devel' 'MozillaFirefox-translations-common' 'MozillaFirefox-translations-other' 'MozillaThunderbird-translations-common' 'MozillaThunderbird-translations-other' 'MultiMarkdown-6' 'MyGUI' 'MyGUI-demo' 'MyGUI-devel' 'MyGUI-devel-doc' 'NetworkManager-applet' 'NetworkManager-applet-lang' 'NetworkManager-branding-upstream' 'NetworkManager-connection-editor' 'NetworkManager-devel' 'NetworkManager-devel-32bit' 'NetworkManager-fortisslvpn' 'NetworkManager-fortisslvpn-gnome' 'NetworkManager-fortisslvpn-lang' 'NetworkManager-iodine' 'NetworkManager-iodine-gnome' 'NetworkManager-iodine-lang' 'NetworkManager-l2tp-gnome' 'NetworkManager-libreswan' 'NetworkManager-libreswan-gnome' 'NetworkManager-libreswan-lang' 'NetworkManager-openconnect-gnome' 'NetworkManager-openvpn-gnome' 'NetworkManager-pptp-gnome' 'NetworkManager-strongswan' 'NetworkManager-strongswan-gnome' 'NetworkManager-strongswan-lang' 'NetworkManager-vpnc' 'NetworkManager-vpnc-gnome' 'NetworkManager-vpnc-lang' 'OOKiedokie' 'OpenCSD' 'OpenCSD-devel' 'OpenCSD-doc' 'OpenColorIO' 'OpenColorIO-devel' 'OpenColorIO-doc' 'OpenIPMI' 'OpenIPMI-devel' 'OpenIPMI-python' 'OpenImageDenoise' 'OpenImageDenoise-devel' 'OpenImageIO' 'OpenImageIO-devel' 'OpenImageIO-plugin-osl' 'OpenLP' 'OpenMoji-Black' 'OpenMoji-Color' 'OpenOctaveMidi' 'OpenOctaveMidi' 'OpenOctaveMidi-debuginfo' 'OpenOctaveMidi-lang' 'OpenOctaveMidi-unstable' 'OpenOctaveMidi-unstable' 'OpenOctaveMidi-unstable-debuginfo' 'OpenOctaveMidi-unstable-debugsource' 'OpenOctaveMidi-unstable-lang' 'OpenPrintingPPDs' 'OpenPrintingPPDs-ghostscript' 'OpenPrintingPPDs-hpijs' 'OpenPrintingPPDs-postscript' 'OpenSceneGraph' 'OpenSceneGraph-examples' 'OpenSceneGraph-plugins' 'OpenSceneGraph34' 'OpenSceneGraph34-examples' 'OpenSceneGraph34-plugins' 'OpenShadingLanguage' 'OpenShadingLanguage-MaterialX-shaders-source' 'OpenShadingLanguage-common-headers' 'OpenShadingLanguage-devel' 'OpenShadingLanguage-doc' 'OpenShadingLanguage-example-shaders-source' 'OpenSubdiv-devel' 'PackageKit-Qt-devel' 'PackageKit-backend-dnf' 'PackageKit-branding-upstream' 'PackageKit-devel' 'PgTcl' 'Photini' 'Play' 'PlayOnLinux' 'Printrun' 'Printrun-common' 'PrusaSlicer' 'PythonQt-devel' 'QCSXCAD-devel' 'QGnomePlatform' 'QGnomePlatform-32bit' 'QMPlay2' 'QMPlay2-devel' 'QR-Code-generator-devel' 'QTalarm' 'QtAV' 'QtAV' 'QtAV-debuginfo' 'QtAV-debugsource' 'QtAV-devel' 'QtAV-players' 'QtAV-players-debuginfo' 'QtAV-qml' 'QtAV-qml-debuginfo' 'QtDMM' 'QtPass' 'R-KernSmooth' 'R-MASS' 'R-Matrix' 'R-Matrix-devel' 'R-base' 'R-base-devel' 'R-boot' 'R-class' 'R-cluster' 'R-codetools' 'R-compiler' 'R-core' 'R-core-devel' 'R-core-doc' 'R-core-libs' 'R-core-packages' 'R-datasets' 'R-foreign' 'R-grDevices' 'R-graphics' 'R-grid' 'R-lattice' 'R-methods' 'R-mgcv' 'R-nlme' 'R-nnet' 'R-parallel' 'R-recommended-packages' 'R-rpart' 'R-spatial' 'R-splines' 'R-stats' 'R-stats4' 'R-survival' 'R-tcltk' 'R-tools' 'R-utils' 'RBTools' 'Reaction' 'Reaction-data' 'RealtimeSync' 'Regina-REXX' 'Regina-REXX-devel' 'Regina-REXX-doc' 'RemoteBox' 'RigelEngine' 'Rivet-devel' 'Rivet-plugins' 'RobboLito0085' 'RobboLito0085' 'RobboLito0085-debuginfo' 'RobboLito0085-debugsource' 'SHERPA-MC-devel' 'SUSEConnect' 'SampleICC' 'ServiceReport' 'ShellCheck' 'SimGear-devel' 'SoQt-devel' 'SoQt-doc' 'Srain' 'Srain-lang' 'THE' 'THE-doc' 'ThePEG-devel' 'ThePEG-libs' 'UEFITool' 'VFlib3' 'VFlib3-devel' 'Vc-devel' 'Vc-devel-doc' 'Vc-devel-static' 'ViTables' 'VirtualGL' 'VirtualGL-32bit' 'VirtualGL-devel' 'WSL-DistroLauncher' 'WSL-DistroLauncher-debug' 'WindowMaker' 'WindowMaker-devel' 'WindowMaker-themes' 'WoeUSB' 'XyGrib' 'YODA-devel' 'a2jmidid' 'a2jmidid' 'a2jmidid-debuginfo' 'a2jmidid-debugsource' 'a2ps' 'a2ps-devel' 'a2ps-h' 'a52dec' 'aMule' 'aMule' 'aMule-debuginfo' 'aMule-debugsource' 'aaa_base-malloccheck' 'aaa_base-wsl' 'aacsupdater' 'aacsupdater' 'aacsupdater-debuginfo' 'aacsupdater-debugsource' 'aalib' 'aalib-devel' 'aalib-devel-32bit' 'abcde' 'abcm2ps' 'abi-compliance-checker' 'abi-dumper' 'abi-monitor' 'abi-tracker' 'abiword' 'abiword-docs' 'abook' 'abook-lang' 'abootimg' 'abseil-cpp-source' 'abxtest' 'acars-examples' 'acars2-examples' 'acarsdec' 'accel-config' 'accel-config-devel' 'accerciser' 'accerciser-lang' 'accerciser-plugin-IPython' 'accounts-qml-module-doc' 'accountsservice-devel' 'acct' 'acetoneiso2' 'acetoneiso2' 'acetoneiso2-debuginfo' 'acetoneiso2-debugsource' 'ack' 'acpi' 'acpid' 'actkbd' 'adaptec-firmware' 'adaptx' 'adaptx-doc' 'adaptx-javadoc' 'adcli' 'adcli-doc' 'addrwatch' 'ade-devel' 'adinatha-fonts' 'adios-gnu-mpich-hpc' 'adios-gnu-mpich-hpc-devel' 'adios-gnu-mpich-hpc-devel-static' 'adios-gnu-mvapich2-hpc' 'adios-gnu-mvapich2-hpc-devel' 'adios-gnu-mvapich2-hpc-devel-static' 'adios-gnu-openmpi1-hpc' 'adios-gnu-openmpi1-hpc-devel' 'adios-gnu-openmpi1-hpc-devel-static' 'adios-gnu-openmpi2-hpc' 'adios-gnu-openmpi2-hpc-devel' 'adios-gnu-openmpi2-hpc-devel-static' 'adios-gnu-openmpi3-hpc' 'adios-gnu-openmpi3-hpc-devel' 'adios-gnu-openmpi3-hpc-devel-static' 'adios-openmpi1' 'adios-openmpi1-devel' 'adios-openmpi1-devel-static' 'adios-openmpi2' 'adios-openmpi2-devel' 'adios-openmpi2-devel-static' 'adios-openmpi3' 'adios-openmpi3-devel' 'adios-openmpi3-devel-static' 'adios_1_13_1-gnu-mpich-hpc' 'adios_1_13_1-gnu-mpich-hpc-devel' 'adios_1_13_1-gnu-mpich-hpc-devel-static' 'adios_1_13_1-gnu-mvapich2-hpc' 'adios_1_13_1-gnu-mvapich2-hpc-devel' 'adios_1_13_1-gnu-mvapich2-hpc-devel-static' 'adios_1_13_1-gnu-openmpi1-hpc' 'adios_1_13_1-gnu-openmpi1-hpc-devel' 'adios_1_13_1-gnu-openmpi1-hpc-devel-static' 'adios_1_13_1-gnu-openmpi2-hpc' 'adios_1_13_1-gnu-openmpi2-hpc-devel' 'adios_1_13_1-gnu-openmpi2-hpc-devel-static' 'adios_1_13_1-gnu-openmpi3-hpc' 'adios_1_13_1-gnu-openmpi3-hpc-devel' 'adios_1_13_1-gnu-openmpi3-hpc-devel-static' 'adlmidi' 'adlmidi-tools' 'adminer' 'adminer-designs' 'adminer-editor' 'adminer-firebird' 'adminer-mysql' 'adminer-pgsql' 'adminer-sqlite' 'adms' 'adms-devel' 'adns' 'adobe-sourcehansans-cn-fonts' 'adobe-sourcehansans-hk-fonts' 'adobe-sourcehansans-jp-fonts' 'adobe-sourcehansans-kr-fonts' 'adobe-sourcehansans-tw-fonts' 'adobe-sourcehanserif-cn-fonts' 'adobe-sourcehanserif-jp-fonts' 'adobe-sourcehanserif-kr-fonts' 'adobe-sourcehanserif-tw-fonts' 'adolc-devel' 'adolc-devel-32bit' 'adolc-doc' 'adriconf' 'adriconf-lang' 'ads' 'adwaita-qt5' 'aegisub' 'aelfred' 'aelfred-javadoc' 'aer-inject' 'aespipe' 'afl' 'aften' 'aften' 'aften-debuginfo' 'aften-debugsource' 'agenda' 'agenda-lang' 'agrep' 'aha' 'aho-corasick-double-array-trie' 'aho-corasick-double-array-trie-javadoc' 'aide' 'aide-test' 'aircrack-ng' 'aircrack-ng-devel' 'airspy' 'airspy-devel' 'airspy-udev' 'airspyhf' 'airspyhf-devel' 'airspyhf-udev' 'aisleriot' 'aisleriot-lang' 'aisleriot-themes' 'akka' 'akka-javadoc' 'akonadi-calendar-devel' 'akonadi-contact-devel' 'akonadi-import-wizard-devel' 'akonadi-mime-devel' 'akonadi-notes-devel' 'akonadi-search-devel' 'akonadi-server-devel' 'akonadiconsole' 'alac' 'alac-devel' 'alac_decoder' 'alac_decoder' 'alac_decoder-debuginfo' 'alac_decoder-debugsource' 'alacarte' 'alacarte-lang' 'alacritty-fish-completion' 'albert' 'aldusleaf-crimson-text-fonts' 'alee-fonts' 'alembic-devel' 'alevt' 'alevtd' 'alex' 'alkimia' 'alkimia' 'alkimia-debuginfo' 'alkimia-debugsource' 'alkimia-lang' 'allegro44' 'allegro44-dga2-plugin' 'allegro44-dga2-plugin-32bit' 'allegro44-jack-plugin' 'allegro44-jack-plugin-32bit' 'allegro44-tools' 'almanah' 'almanah-lang' 'alpine' 'alpine-branding-openSUSE' 'alsa-docs' 'alsa-firmware' 'alsa-plugins-a52' 'alsa-plugins-aaf' 'alsa-plugins-arcam-av' 'alsa-plugins-dca' 'alsa-plugins-dca-debuginfo' 'alsa-plugins-jack' 'alsa-plugins-lavrate' 'alsa-plugins-maemo' 'alsa-plugins-maemo-32bit' 'alsa-plugins-oss' 'alsa-plugins-samplerate' 'alsa-plugins-samplerate-32bit' 'alsa-plugins-speex' 'alsa-plugins-usb-stream' 'alsa-plugins-vdownmix' 'alsa-topology-conf' 'alsa-topology-devel' 'alsa-topology-devel-32bit' 'alsabat' 'alsaequal' 'alttab' 'alure' 'alure-devel' 'amanda' 'amarok' 'amarok' 'amarok-debuginfo' 'amarok-debugsource' 'amarok-lang' 'amavisd-new' 'amavisd-new-docs' 'amazon-ecs-init' 'amazon-ssm-agent' 'aml-devel' 'amrnb' 'amrnb' 'amrnb-debuginfo' 'amrnb-debugsource' 'amrwb' 'amrwb' 'amrwb-debuginfo' 'amrwb-debugsource' 'amsynth' 'amsynth-lang' 'amsynth-plugin-dssi' 'amsynth-plugin-lv2' 'amsynth-plugin-vst' 'amtk-5-lang' 'amtk-devel' 'amtterm' 'amtterm-gtk' 'amtu' 'analitza' 'analitza-devel' 'analitza-lang' 'android-tools' 'android-tools' 'android-udev-rules' 'android-udev-rules' 'angelscript' 'angelscript-devel' 'angrysearch' 'angrysearch' 'anjuta' 'anjuta-devel' 'anjuta-extras' 'anjuta-extras-lang' 'anjuta-lang' 'ansible-cmdb' 'ansible-doc' 'ansible-runner' 'ansible-test' 'ansifilter' 'ansifilter-gui' 'ansilove' 'ansilove-term' 'ant' 'ant-antlr' 'ant-apache-bcel' 'ant-apache-bsf' 'ant-apache-log4j' 'ant-apache-oro' 'ant-apache-regexp' 'ant-apache-resolver' 'ant-apache-xalan2' 'ant-commons-logging' 'ant-commons-net' 'ant-contrib' 'ant-contrib-javadoc' 'ant-contrib-manual' 'ant-findbugs' 'ant-imageio' 'ant-javamail' 'ant-jdepend' 'ant-jmf' 'ant-jsch' 'ant-junit' 'ant-junit5' 'ant-manual' 'ant-proguard' 'ant-scala' 'ant-scripts' 'ant-swing' 'ant-testutil' 'ant-xz' 'anthy' 'anthy-devel' 'antic-devel' 'antijingoist-opendyslexic-fonts' 'antimicro' 'antiword' 'antiword' 'antiword-debuginfo' 'antiword-debugsource' 'antlr' 'antlr-devel' 'antlr-java' 'antlr-manual' 'antlr-maven-plugin' 'antlr-maven-plugin-javadoc' 'antlr3-java' 'antlr3-java-javadoc' 'antlr3-javadoc' 'antlr3-tool' 'antlr3c-devel' 'antlr4-java' 'antlr4-javadoc' 'antlr4-maven-plugin' 'antlr4-tool' 'aom-tools' 'aop' 'aopalliance' 'aopalliance-javadoc' 'apache-commons-beanutils' 'apache-commons-beanutils-javadoc' 'apache-commons-chain' 'apache-commons-chain-javadoc' 'apache-commons-cli' 'apache-commons-cli-javadoc' 'apache-commons-codec' 'apache-commons-codec-javadoc' 'apache-commons-collections' 'apache-commons-collections-javadoc' 'apache-commons-collections-testframework' 'apache-commons-collections4' 'apache-commons-collections4-javadoc' 'apache-commons-compress' 'apache-commons-compress-javadoc' 'apache-commons-configuration' 'apache-commons-configuration-javadoc' 'apache-commons-csv' 'apache-commons-csv-javadoc' 'apache-commons-daemon' 'apache-commons-daemon-javadoc' 'apache-commons-daemon-jsvc' 'apache-commons-dbcp' 'apache-commons-dbcp-javadoc' 'apache-commons-dbcp1' 'apache-commons-dbcp1-javadoc' 'apache-commons-digester' 'apache-commons-digester-javadoc' 'apache-commons-el' 'apache-commons-el-javadoc' 'apache-commons-email' 'apache-commons-email-javadoc' 'apache-commons-exec' 'apache-commons-exec-javadoc' 'apache-commons-fileupload' 'apache-commons-fileupload-javadoc' 'apache-commons-httpclient' 'apache-commons-httpclient-demo' 'apache-commons-httpclient-javadoc' 'apache-commons-httpclient-manual' 'apache-commons-imaging' 'apache-commons-imaging-javadoc' 'apache-commons-io' 'apache-commons-io-javadoc' 'apache-commons-jexl' 'apache-commons-jexl-javadoc' 'apache-commons-jxpath' 'apache-commons-jxpath-javadoc' 'apache-commons-lang' 'apache-commons-lang-javadoc' 'apache-commons-lang3' 'apache-commons-lang3-javadoc' 'apache-commons-math' 'apache-commons-math-javadoc' 'apache-commons-net' 'apache-commons-net-javadoc' 'apache-commons-ognl' 'apache-commons-ognl-javadoc' 'apache-commons-parent' 'apache-commons-pool' 'apache-commons-pool-javadoc' 'apache-commons-pool2' 'apache-commons-pool2-javadoc' 'apache-commons-text' 'apache-commons-text-javadoc' 'apache-commons-validator' 'apache-commons-validator-javadoc' 'apache-commons-vfs2' 'apache-commons-vfs2-ant' 'apache-commons-vfs2-examples' 'apache-commons-vfs2-javadoc' 'apache-ivy' 'apache-ivy-javadoc' 'apache-logging-parent' 'apache-pdfbox' 'apache-pdfbox-javadoc' 'apache-portlet-1_0-api' 'apache-portlet-1_0-api-javadoc' 'apache-resource-bundles' 'apache-rex' 'apache-rpm-macros' 'apache-rpm-macros-control' 'apache-sshd' 'apache-sshd-javadoc' 'apache2' 'apache2-devel' 'apache2-doc' 'apache2-event' 'apache2-example-pages' 'apache2-icons-oxygen' 'apache2-mod_apparmor' 'apache2-mod_auth_gssapi' 'apache2-mod_auth_mellon' 'apache2-mod_auth_mellon-diagnostics' 'apache2-mod_auth_mellon-doc' 'apache2-mod_auth_openidc' 'apache2-mod_authn_otp' 'apache2-mod_dnssd' 'apache2-mod_encoding' 'apache2-mod_evasive' 'apache2-mod_fcgid' 'apache2-mod_jk' 'apache2-mod_maxminddb' 'apache2-mod_mono' 'apache2-mod_musicindex' 'apache2-mod_musicindex' 'apache2-mod_musicindex-debuginfo' 'apache2-mod_musicindex-debugsource' 'apache2-mod_nss' 'apache2-mod_perl' 'apache2-mod_perl-devel' 'apache2-mod_php7' 'apache2-mod_security2' 'apache2-mod_uwsgi' 'apache2-mod_wsgi' 'apache2-prefork' 'apache2-utils' 'apache2-worker' 'apcupsd' 'apcupsd-cgi' 'apcupsd-gui' 'apetag' 'apetag' 'apetag-debuginfo' 'apetag-debugsource' 'apfel-devel' 'apfel-doc' 'apg' 'apiguardian' 'apiguardian-javadoc' 'apparmor-rpm-macros' 'appeditor' 'appeditor-lang' 'appframework' 'appframework-javadoc' 'appimaged' 'appindicator-sharp' 'appindicator-sharp-devel' 'applet-window-appmenu' 'applet-window-appmenu' 'applet-window-appmenu-debuginfo' 'applet-window-appmenu-debugsource' 'applet-window-buttons' 'applet-window-buttons' 'applet-window-buttons-debuginfo' 'applet-window-buttons-debugsource' 'appmenu-gtk-module-common' 'appmenu-gtk2-module' 'appmenu-gtk3-module' 'appmenu-registrar' 'appres' 'appstream-glib-devel' 'apr-devel' 'apr-util-devel' 'apulse' 'apulse-32bit' 'aqbanking' 'aqbanking-devel' 'aqbanking-doc' 'aqbanking-ebics' 'aqbanking-lang' 'aqbanking-ofx' 'aqute-bnd' 'aqute-bnd-javadoc' 'aqute-bndlib' 'arabic-ae-fonts' 'arabic-amiri-fonts' 'arabic-bitmap-fonts' 'arabic-fonts' 'arabic-kacst-fonts' 'arabic-kacstone-fonts' 'arabic-naqsh-fonts' 'arandr' 'aranym' 'arb-devel' 'arc' 'arc-icon-theme' 'arcanist' 'archivemount' 'archmage' 'argon2-devel' 'argon2-doc' 'args4j' 'args4j-javadoc' 'args4j-tools' 'argus' 'argus-client' 'argus-server' 'argyllcms-doc' 'aria2' 'aria2-devel' 'aria2-lang' 'arj' 'arm-ml-examples' 'arm-ml-examples-data' 'armadillo-devel' 'armadillo-devel-32bit' 'armadillo-doc' 'armagetron' 'armnn' 'armnn-devel' 'armnn-extratests' 'armnn-opencl' 'armnn-opencl-devel' 'armnn-opencl-extratests' 'arp-scan' 'arpack-ng-devel' 'arpack-ng-devel-32bit' 'arphic-bkai00mp-fonts' 'arphic-bsmi00lp-fonts' 'arphic-fonts' 'arphic-gbsn00lp-fonts' 'arphic-gkai00mp-fonts' 'arphic-ukai-fonts' 'arphic-uming-fonts' 'arping2' 'arprec-devel' 'arptables' 'arpwatch' 'arpwatch-ethercodes' 'arpwatch-ethercodes-build' 'artha' 'artifacts' 'artifacts-validator' 'artikulate' 'artikulate-lang' 'as10k1' 'asciidoc' 'asciidoc-examples' 'asciinema' 'asclock' 'asco' 'asco-doc' 'aseqview' 'asio-devel' 'asl' 'asm3' 'asm3-examples' 'asm3-javadoc' 'asm5' 'asm5-examples' 'asm5-javadoc' 'asn1c' 'aspell' 'aspell-af' 'aspell-agal' 'aspell-am' 'aspell-ar' 'aspell-ast' 'aspell-az' 'aspell-be' 'aspell-bg' 'aspell-bn' 'aspell-br' 'aspell-ca' 'aspell-cs' 'aspell-csb' 'aspell-cy' 'aspell-da' 'aspell-de' 'aspell-devel' 'aspell-el' 'aspell-en' 'aspell-eo' 'aspell-es' 'aspell-et' 'aspell-fa' 'aspell-fi' 'aspell-fo' 'aspell-fr' 'aspell-fy' 'aspell-ga' 'aspell-gd' 'aspell-gl' 'aspell-grc' 'aspell-gu' 'aspell-gv' 'aspell-he' 'aspell-hi' 'aspell-hil' 'aspell-hr' 'aspell-hsb' 'aspell-hu' 'aspell-hus' 'aspell-hy' 'aspell-ia' 'aspell-id' 'aspell-is' 'aspell-ispell' 'aspell-it' 'aspell-kn' 'aspell-ku' 'aspell-ky' 'aspell-la' 'aspell-lt' 'aspell-lv' 'aspell-mg' 'aspell-mi' 'aspell-mk' 'aspell-ml' 'aspell-mn' 'aspell-mr' 'aspell-ms' 'aspell-mt' 'aspell-nb' 'aspell-nds' 'aspell-nl' 'aspell-nn' 'aspell-ny' 'aspell-or' 'aspell-pa' 'aspell-pl' 'aspell-pt_BR' 'aspell-pt_PT' 'aspell-qu' 'aspell-ro' 'aspell-ru' 'aspell-rw' 'aspell-sc' 'aspell-sk' 'aspell-sl' 'aspell-spell' 'aspell-sr' 'aspell-sv' 'aspell-sw' 'aspell-ta' 'aspell-te' 'aspell-tet' 'aspell-tk' 'aspell-tl' 'aspell-tn' 'aspell-tr' 'aspell-uk' 'aspell-uz' 'aspell-vi' 'aspell-wa' 'aspell-yi' 'aspell-zu' 'assertj-core' 'assertj-core-javadoc' 'assimp-devel' 'asterisk-sounds-devel' 'asteroid' 'asteroids3D' 'astyle' 'asunder' 'asunder' 'asunder-debuginfo' 'asunder-debugsource' 'asunder-lang' 'asusfan' 'at' 'at-spi-sharp' 'at-spi-sharp-devel' 'at-spi2-atk-devel' 'at-spi2-core-devel' 'at-spi2-core-devel-32bit' 'atftp' 'atheme' 'atheme-devel' 'atinject' 'atinject-javadoc' 'atinject-tck' 'atinout' 'atk-devel' 'atk-devel-32bit' 'atk-doc' 'atkmm-devel' 'atkmm-devel-32bit' 'atkmm-doc' 'atkmm1_6-devel' 'atkmm1_6-devel-32bit' 'atkmm1_6-doc' 'atlascpp-devel' 'atmel-firmware' 'atomiks' 'atomix' 'atomix-lang' 'atool' 'atop-daemon' 'atril' 'atril-backends' 'atril-devel' 'atril-lang' 'atril-thumbnailer' 'attica-qt5-devel' 'attica-qt5-devel-32bit' 'attractmode' 'aubio-tools' 'audacious' 'audacious-devel' 'audacious-lang' 'audacious-plugins' 'audacious-plugins' 'audacious-plugins-debuginfo' 'audacious-plugins-debugsource' 'audacious-plugins-extra' 'audacious-plugins-extra-debuginfo' 'audacious-plugins-lang' 'audacity' 'audacity-lang' 'audaspace' 'audaspace-devel' 'audaspace-doc' 'audaspace-plugins' 'audenc' 'audenc' 'audio-recorder' 'audio-recorder-lang' 'audiofile' 'audiofile-devel' 'audiofile-devel-32bit' 'audiofile-doc' 'audiotools' 'audiotools' 'audiotools-debuginfo' 'audiotools-debugsource' 'audit-audispd-plugins' 'audit-devel' 'audit-devel-32bit' 'audit-visualize' 'augeas-devel' 'augeas-devel-32bit' 'augeas-lense-tests' 'authbind' 'authselect' 'authselect-compat' 'auto' 'auto-common' 'auto-javadoc' 'auto-service' 'auto-value' 'autobench' 'autobuild' 'autoconf' 'autoconf-archive' 'autoconf-el' 'autoconf213' 'autocutsel' 'autofdo' 'autogen' 'autojump' 'automake' 'autonym-fonts' 'autoopts' 'autopano-sift-C' 'autopano-sift-C-debuginfo' 'autopano-sift-C-debugsource' 'autossh' 'autotrace' 'autotrace-devel' 'autotrash' 'avahi-autoipd' 'avahi-compat-howl-devel' 'avahi-compat-mDNSResponder-devel' 'avahi-mono' 'avahi-utils' 'avahi-utils-gtk' 'avalon-framework' 'avalon-framework-javadoc' 'avalon-logkit' 'avalon-logkit-javadoc' 'avesta-fonts' 'avfs' 'avfs-devel' 'avgtime' 'avidemux' 'avidemux' 'avidemux-debuginfo' 'avidemux-debugsource' 'avidemux-gtk' 'avidemux-gtk-debuginfo' 'avidemux-lang' 'avidemux-qt' 'avidemux-qt-debuginfo' 'avidemux3' 'avidemux3' 'avidemux3-cli' 'avidemux3-cli-debuginfo' 'avidemux3-debuginfo' 'avidemux3-debugsource' 'avidemux3-qt5' 'avidemux3-qt5-debuginfo' 'avidemux3-qt5-lang' 'avif-tools' 'avifile' 'avifile' 'avifile-data' 'avifile-debuginfo' 'avifile-debugsource' 'avifile-win32' 'avocado-common' 'avocado-examples' 'avocado-vt-common' 'avogadrolibs' 'avogadrolibs-devel' 'avr-libc' 'avrdude' 'avrdude-devel' 'awesfx' 'awesome' 'awesome-branding-openSUSE' 'awesome-branding-upstream' 'awesome-freedesktop' 'awesome-shifty' 'awesome-vicious' 'aws-cli' 'aws-efs-utils' 'aws-sdk-java' 'aws-sdk-java-acm' 'aws-sdk-java-api-gateway' 'aws-sdk-java-applicationautoscaling' 'aws-sdk-java-autoscaling' 'aws-sdk-java-bom' 'aws-sdk-java-cloudformation' 'aws-sdk-java-cloudfront' 'aws-sdk-java-cloudhsm' 'aws-sdk-java-cloudsearch' 'aws-sdk-java-cloudtrail' 'aws-sdk-java-cloudwatch' 'aws-sdk-java-cloudwatchmetrics' 'aws-sdk-java-codecommit' 'aws-sdk-java-codedeploy' 'aws-sdk-java-codepipeline' 'aws-sdk-java-cognitoidentity' 'aws-sdk-java-cognitoidp' 'aws-sdk-java-cognitosync' 'aws-sdk-java-config' 'aws-sdk-java-core' 'aws-sdk-java-datapipeline' 'aws-sdk-java-devicefarm' 'aws-sdk-java-directconnect' 'aws-sdk-java-directory' 'aws-sdk-java-discovery' 'aws-sdk-java-dms' 'aws-sdk-java-dynamodb' 'aws-sdk-java-ec2' 'aws-sdk-java-ecr' 'aws-sdk-java-ecs' 'aws-sdk-java-efs' 'aws-sdk-java-elasticache' 'aws-sdk-java-elasticbeanstalk' 'aws-sdk-java-elasticloadbalancing' 'aws-sdk-java-elasticsearch' 'aws-sdk-java-elastictranscoder' 'aws-sdk-java-emr' 'aws-sdk-java-events' 'aws-sdk-java-gamelift' 'aws-sdk-java-glacier' 'aws-sdk-java-iam' 'aws-sdk-java-importexport' 'aws-sdk-java-inspector' 'aws-sdk-java-iot' 'aws-sdk-java-javadoc' 'aws-sdk-java-kinesis' 'aws-sdk-java-kms' 'aws-sdk-java-lambda' 'aws-sdk-java-logs' 'aws-sdk-java-machinelearning' 'aws-sdk-java-marketplacecommerceanalytics' 'aws-sdk-java-marketplacemeteringservice' 'aws-sdk-java-opsworks' 'aws-sdk-java-pom' 'aws-sdk-java-rds' 'aws-sdk-java-redshift' 'aws-sdk-java-route53' 'aws-sdk-java-s3' 'aws-sdk-java-ses' 'aws-sdk-java-simpledb' 'aws-sdk-java-simpleworkflow' 'aws-sdk-java-sns' 'aws-sdk-java-sqs' 'aws-sdk-java-ssm' 'aws-sdk-java-storagegateway' 'aws-sdk-java-sts' 'aws-sdk-java-support' 'aws-sdk-java-test-utils' 'aws-sdk-java-waf' 'aws-sdk-java-workspaces' 'ax25-tools' 'axel' 'axis' 'axis-manual' 'ayatana-ido-devel' 'aytests-tests' 'azote' 'azove' 'azure-cli' 'azure-cli-command-modules-nspkg' 'azure-cli-core' 'azure-cli-nspkg' 'azure-cli-telemetry' 'azure-cli-test' 'azure-storage-cpp-devel' 'b4' 'b43-fwcutter' 'b43legacy-firmware' 'b43legacy-firmware' 'b5i2iso' 'b5i2iso' 'b5i2iso-debuginfo' 'b5i2iso-debugsource' 'babe' 'babe' 'babe-debuginfo' 'babe-debugsource' 'babelstone-han-fonts' 'babelstone-marchen-fonts' 'babelstone-modern-fonts' 'babelstone-ogham-fonts' 'babelstone-phags-pa-fonts' 'babelstone-runic-fonts' 'babeltrace-devel' 'babeltrace2' 'babeltrace2-devel' 'babl-devel' 'backintime' 'backintime-lang' 'backintime-qt' 'backward-cpp' 'backward-cpp-devel' 'baekmuk-bitmap-fonts' 'baekmuk-ttf-fonts' 'baka-mplayer' 'ballerburg' 'baloo5-devel' 'baloo5-widgets-devel' 'balsa' 'balsa-lang' 'bam' 'bamf-daemon' 'bamf-devel' 'bamf-doc' 'bandwidth' 'baobab' 'baobab-lang' 'barcode' 'barcode-devel' 'baresip' 'baresip-video' 'barrier' 'barvinok' 'barvinok-devel' 'base64coder' 'base64coder-javadoc' 'bash-completion-devel' 'bash-completion-doc' 'bash-devel' 'bash-git-prompt' 'bash-loadables' 'basic_desktop' 'basket' 'basket' 'basket-debuginfo' 'basket-debugsource' 'basket-lang' 'batctl' 'bats' 'bazel' 'bazel-apple-support-source' 'bazel-compilation-database-source' 'bazel-gazelle' 'bazel-gazelle-source' 'bazel-platforms' 'bazel-rules-apple-source' 'bazel-rules-cc-source' 'bazel-rules-foreign-cc-source' 'bazel-rules-go-source' 'bazel-rules-java-source' 'bazel-rules-proto-source' 'bazel-rules-python-source' 'bazel-rules-swift-source' 'bazel-skylib-source' 'bazel-toolchains-source' 'bazel-workspaces' 'bazel0.19' 'bazel0.24' 'bazel0.29' 'bazel1.2' 'bazel2.0' 'bazel3.4' 'bb' 'bbe' 'bbswitch' 'bbswitch-kmp-default' 'bbswitch-kmp-pae' 'bc' 'bcache-tools' 'bcal' 'bcc-devel' 'bcc-docs' 'bcc-examples' 'bcc-lua' 'bcel' 'bcel5_3' 'bcel5_3-javadoc' 'bcftools' 'bcg729-devel' 'bchunk' 'bcm20702a1-firmware' 'bcm43xx-firmware' 'bcmatroska2-devel' 'bctoolbox-devel' 'bcunit-devel' 'bcunit-doc' 'bdfresize' 'bdftopcf' 'bea-stax' 'bea-stax-api' 'bean-validation-api' 'bean-validation-api-javadoc' 'beansbinding' 'beansbinding-javadoc' 'beforelight' 'beignet' 'beignet-devel' 'belcard-data' 'belcard-devel' 'belle-sip-devel' 'belr-devel' 'bemenu' 'bemenu-devel' 'benchdnn' 'benchmark-devel' 'benji' 'bento4' 'bento4' 'bento4-debuginfo' 'bento4-debugsource' 'bento4-devel' 'benzene' 'berkeleydb' 'berkeleydb-demo' 'berkeleydb-javadoc' 'berkeleydb-manual' 'berkeleylm' 'berkeleylm-javadoc' 'bestplugins' 'beust-jcommander' 'beust-jcommander-javadoc' 'bff' 'bff-samples' 'bff4' 'bgzip' 'biabam' 'biblesync-devel' 'bibletime' 'biboumi' 'bibtool' 'bibview' 'bijiben' 'bijiben-lang' 'bin86' 'bind' 'bind-chrootenv' 'bind-devel' 'bind-devel-32bit' 'bind-doc' 'bindfs' 'bing' 'bino' 'bino' 'bino-debuginfo' 'bino-debugsource' 'bino-lang' 'binutils-devel' 'binutils-devel-32bit' 'binutils-gold' 'binwalk' 'biosdevname' 'bird' 'bird-doc' 'bison-32bit' 'bitcoin-qt5' 'bitcoin-test' 'bitcoin-utils' 'bitcoind' 'bitlbee' 'bitlbee-devel' 'bitlbee-discord' 'bitlbee-doc' 'bitlbee-facebook' 'bitlbee-mastodon' 'bitlbee-steam' 'bitmap' 'bitstream-vera-fonts' 'bittwist' 'blabel' 'blabel' 'black-hole-solver' 'black-hole-solver-devel' 'blacs-devel-headers' 'bladeRF' 'bladeRF-devel' 'bladeRF-fpga-firmware' 'bladeRF-fx3-firmware' 'bladeRF-udev' 'blas-devel' 'blas-devel-32bit' 'blas-devel-static' 'blasphemer' 'bleachbit' 'bleachbit-lang' 'blender' 'blender-cycles-devel' 'blender-lang' 'bless' 'bless-doc' 'blinken' 'blinken-lang' 'bliss' 'bliss-devel' 'blitz-devel' 'blitz-doc' 'blktests' 'blktrace' 'bloaty' 'blobAndConquer' 'blobwars' 'blobwars-lang' 'blockout' 'blockzone-fonts' 'blog-devel' 'blog-plymouth' 'blogbench' 'blogc' 'blosc-devel' 'blueberry' 'blueberry-lang' 'bluefish' 'blueman' 'blueman-lang' 'bluemoon' 'blueprint-cursor-theme' 'bluez-auto-enable-devices' 'bluez-cups' 'bluez-deprecated' 'bluez-devel' 'bluez-devel-32bit' 'bluez-firmware' 'bluez-qt-devel' 'bluez-test' 'bluez-tools' 'bmake' 'bmkdep' 'bnd-maven-plugin' 'bnd-maven-plugin-javadoc' 'bodr' 'bogofilter-common' 'bogofilter-db' 'bogofilter-doc' 'bogofilter-kyotocabinet' 'bogofilter-sqlite3' 'boinc-client' 'boinc-client-lang' 'boinc-manager' 'boinc-manager-lang' 'bolt-tools' 'bomber' 'bomber-lang' 'bombono' 'bombono' 'bombono-debuginfo' 'bombono-debugsource' 'bombono-lang' 'bomi' 'bomi' 'bomi-debuginfo' 'bomi-debugsource' 'bomns' 'bonk' 'bonk' 'bonk-debuginfo' 'bonk-debugsource' 'bonnie' 'bonnie++' 'boo' 'boo-2_0_9_3' 'boo-devel' 'books' 'boomaga' 'boomaga-lang' 'boost-devel' 'boost-gnu-hpc' 'boost-gnu-hpc-devel' 'boost-gnu-mpich-hpc' 'boost-gnu-mpich-hpc-devel' 'boost-gnu-mpich-hpc-python3' 'boost-gnu-mvapich2-hpc' 'boost-gnu-mvapich2-hpc-devel' 'boost-gnu-mvapich2-hpc-python3' 'boost-gnu-openmpi2-hpc' 'boost-gnu-openmpi2-hpc-devel' 'boost-gnu-openmpi2-hpc-python3' 'boost-gnu-openmpi3-hpc' 'boost-gnu-openmpi3-hpc-devel' 'boost-gnu-openmpi3-hpc-python3' 'boost-jam' 'boost1_74_0-doc-html' 'boost1_74_0-doc-pdf' 'boost1_74_0-jam' 'boost1_74_0-quickbook' 'boost_1_74_0-gnu-hpc' 'boost_1_74_0-gnu-hpc-devel' 'boost_1_74_0-gnu-mpich-hpc' 'boost_1_74_0-gnu-mpich-hpc-devel' 'boost_1_74_0-gnu-mpich-hpc-python3' 'boost_1_74_0-gnu-mvapich2-hpc' 'boost_1_74_0-gnu-mvapich2-hpc-devel' 'boost_1_74_0-gnu-mvapich2-hpc-python3' 'boost_1_74_0-gnu-openmpi2-hpc' 'boost_1_74_0-gnu-openmpi2-hpc-devel' 'boost_1_74_0-gnu-openmpi2-hpc-python3' 'boost_1_74_0-gnu-openmpi3-hpc' 'boost_1_74_0-gnu-openmpi3-hpc-devel' 'boost_1_74_0-gnu-openmpi3-hpc-python3' 'booth' 'booth-test' 'bootsplash-branding-KDE' 'bootsplash-branding-upstream' 'borgbackup' 'borgbackup-bash-completion' 'borgbackup-doc' 'borgbackup-fish-completion' 'borgbackup-zsh-completion' 'borgmatic' 'boringssl-devel' 'boringssl-source' 'bosh' 'bottom' 'bouncycastle' 'bouncycastle-javadoc' 'bouncycastle-mail' 'bouncycastle-pg' 'bouncycastle-pkix' 'bouncycastle-tls' 'bovo' 'bovo-lang' 'bowtie' 'bowtie2' 'bpftool' 'bpftrace' 'bpftrace-tools' 'bpg-fonts' 'bpm-tools' 'bpmdj' 'bpmdj' 'bpmdj-debuginfo' 'bpmdj-debugsource' 'brackets' 'brackets' 'brackets-debuginfo' 'branding-upstream' 'brasero' 'brasero-devel' 'brasero-lang' 'brasero-nautilus' 'breezy' 'brevity' 'brial-devel' 'brickd' 'brickv' 'bridge-utils' 'bridge-utils-devel' 'brightnessctl' 'brise' 'brisk-menu' 'brisk-menu-lang' 'bristol' 'bristol' 'bristol-debuginfo' 'bristol-debugsource' 'brlapi-devel' 'brlapi-java' 'brlemu' 'brltty-driver-espeak' 'brltty-driver-libbraille' 'brltty-driver-speech-dispatcher' 'brltty-utils' 'broadcom-wl' 'broadcom-wl' 'broadcom-wl-debugsource' 'broadcom-wl-kmp-default' 'broadcom-wl-kmp-default-debuginfo' 'broadcom-wl-kmp-pae' 'broadcom-wl-kmp-pae-debuginfo' 'brotli' 'browserpass-native' 'brp-check-suse' 'brp-extract-appdata' 'brp-extract-translations' 'brp-trim-translations' 'bs' 'bs-update' 'bs1770gain' 'bs2b-tools' 'bscalc' 'bsd-games' 'bsf' 'bsf-javadoc' 'bsh2' 'bsh2-bsf' 'bsh2-classgen' 'bsh2-demo' 'bsh2-javadoc' 'bsh2-manual' 'bsod' 'bsod' 'bsod-debuginfo' 'bsod-debugsource' 'bspwm' 'bspwm-bash-completion' 'bspwm-fish-completion' 'bspwm-zsh-completion' 'bssl_wrapper-devel' 'bstone' 'btar' 'btcflash' 'btfs' 'btrfs-extent-same' 'btrfsprogs-static' 'bucklespring' 'buckygen' 'budgie-calendar-applet' 'budgie-calendar-applet-lang' 'budgie-desktop' 'budgie-desktop-branding-openSUSE' 'budgie-desktop-branding-upstream' 'budgie-desktop-devel' 'budgie-desktop-doc' 'budgie-desktop-lang' 'budgie-haste-applet' 'budgie-haste-applet-lang' 'budgie-screensaver' 'budgie-screensaver-lang' 'budgie-screenshot-applet' 'budgie-screenshot-applet-lang' 'buffer' 'bugzilla' 'bugzilla-lang-de' 'build' 'build-compare' 'build-initvm-i586' 'build-initvm-x86_64' 'build-mkbaselibs' 'build-mkdrpms' 'buildnumber-maven-plugin' 'buildnumber-maven-plugin-javadoc' 'buildstream' 'bumblebee' 'bumblebee-status' 'bumpversion' 'burn_360' 'burn_360' 'burncdda' 'burncdda' 'busybox' 'busybox-adduser' 'busybox-attr' 'busybox-bc' 'busybox-bind-utils' 'busybox-bzip2' 'busybox-coreutils' 'busybox-cpio' 'busybox-diffutils' 'busybox-dos2unix' 'busybox-ed' 'busybox-findutils' 'busybox-gawk' 'busybox-grep' 'busybox-gzip' 'busybox-hostname' 'busybox-iproute2' 'busybox-iputils' 'busybox-k8s-yaml' 'busybox-kbd' 'busybox-kmod' 'busybox-less' 'busybox-links' 'busybox-man' 'busybox-misc' 'busybox-ncurses-utils' 'busybox-net-tools' 'busybox-netcat' 'busybox-patch' 'busybox-policycoreutils' 'busybox-procps' 'busybox-psmisc' 'busybox-sed' 'busybox-selinux-tools' 'busybox-sendmail' 'busybox-sh' 'busybox-sharutils' 'busybox-syslogd' 'busybox-sysvinit-tools' 'busybox-tar' 'busybox-telnet' 'busybox-testsuite' 'busybox-tftp' 'busybox-time' 'busybox-traceroute' 'busybox-tunctl' 'busybox-unzip' 'busybox-util-linux' 'busybox-vi' 'busybox-vlan' 'busybox-wget' 'busybox-which' 'busybox-whois' 'busybox-xz' 'butt' 'butt' 'butt-debuginfo' 'butt-debugsource' 'buzztrax' 'buzztrax-lang' 'buzztrax-plugins' 'bvi' 'bwbar' 'bwidget' 'bwm-ng' 'byacc' 'byaccj' 'byobu' 'byobu-doc' 'bytelist' 'byzanz' 'byzanz-lang' 'bzflag' 'bzip2-doc' 'bzrtp-devel' 'c-ares-devel' 'c-ares-utils' 'c-toxcore' 'c-toxcore-daemon' 'c-toxcore-devel' 'c2hs' 'c3p0' 'c3p0-javadoc' 'c_count' 'ca-certificates-cacert' 'caasp-cli' 'cabal-install' 'cabal-plan' 'cabal2spec' 'caca-utils' 'cacti' 'cacti-spine' 'cadabra2' 'cadabra2-doc' 'cadabra2-examples' 'cadabra2-gui' 'cadaver' 'cadsondemak-fonts' 'caffe' 'caffe-devel' 'caffe-examples' 'caffe-gnu-hpc' 'caffe-gnu-hpc-devel' 'caffe-gnu-hpc-examples' 'caffe_1_0-gnu-hpc' 'caffe_1_0-gnu-hpc-devel' 'caffe_1_0-gnu-hpc-examples' 'caffeine' 'cage' 'cairo-clock' 'cairo-clock-lang' 'cairo-devel' 'cairo-devel-32bit' 'cairo-tools' 'cairomm-devel' 'cairomm-devel-32bit' 'cairomm-doc' 'cairomm1_0-devel' 'cairomm1_0-devel-32bit' 'cairomm1_0-doc' 'caja' 'caja-devel' 'caja-engrampa' 'caja-extension-actions' 'caja-extension-atril' 'caja-extension-dropbox' 'caja-extension-eiciel' 'caja-extension-folder-color' 'caja-extension-gksu' 'caja-extension-image-converter' 'caja-extension-nextcloud' 'caja-extension-nitroshare' 'caja-extension-open-terminal' 'caja-extension-sendto' 'caja-extension-sendto-devel' 'caja-extension-sendto-gajim' 'caja-extension-sendto-pidgin' 'caja-extension-sendto-upnp' 'caja-extension-share' 'caja-extension-terminal' 'caja-extension-terminal-lang' 'caja-extension-wallpaper' 'caja-extension-xattr-tags' 'caja-extensions-common-lang' 'caja-gschemas' 'caja-lang' 'cal10n' 'cal10n-javadoc' 'cal3d' 'cal3d-devel' 'cal3d-doc' 'calamares' 'calamares-branding-upstream' 'calamares-lang' 'calamares-webview' 'calamaris' 'calc' 'calc-devel' 'calcurse' 'calcurse-lang' 'calendarsupport-devel' 'calf' 'calf-bash-completion' 'calf-debuginfo' 'calf-debugsource' 'calibre' 'calligra' 'calligra' 'calligra-debuginfo' 'calligra-debugsource' 'calligra-devel' 'calligra-doc' 'calligra-extras-converter' 'calligra-extras-converter-debuginfo' 'calligra-extras-dolphin' 'calligra-extras-dolphin-debuginfo' 'calligra-extras-okular' 'calligra-extras-okular-debuginfo' 'calligra-gemini' 'calligra-gemini-debuginfo' 'calligra-karbon' 'calligra-karbon-debuginfo' 'calligra-lang' 'calligra-plan' 'calligra-plan' 'calligra-plan-debuginfo' 'calligra-plan-debugsource' 'calligra-plan-lang' 'calligra-sheets' 'calligra-sheets-debuginfo' 'calligra-stage' 'calligra-stage-debuginfo' 'calligra-tools' 'calligra-tools-debuginfo' 'calligra-words' 'calligra-words-debuginfo' 'caml-mode' 'camsource' 'camsource-devel' 'canberra-gtk-play' 'canberra-gtk-play-gnome' 'canna' 'canna-devel' 'canna-libs' 'canna-libs-32bit' 'canna-yubin' 'cannadic' 'cantata' 'cantata-debuginfo' 'cantata-debugsource' 'cantor' 'cantor-devel' 'cantor-lang' 'canutils' 'canutils-pengutronix' 'capi4hylafax' 'capifax' 'capifax' 'capifax-debuginfo' 'capifax-debugsource' 'capnet-assist' 'capnet-assist-lang' 'capnproto' 'capstone' 'capstone-doc' 'cardpeek' 'cargo' 'cargo-c' 'cargo-doc' 'caribou' 'caribou-common' 'caribou-devel' 'caribou-gtk-module-common' 'caribou-gtk2-module' 'caribou-gtk3-module' 'caribou-lang' 'carla' 'carla-devel' 'carla-vst' 'casacore' 'casacore-devel' 'casacore-openmpi1' 'casacore-openmpi1-devel' 'casacore-openmpi2' 'casacore-openmpi2-devel' 'casacore-openmpi3' 'casacore-openmpi3-devel' 'casacore-openmpi4' 'casacore-openmpi4-devel' 'caslon-fonts' 'casync' 'catalan-pos-dict' 'catcodec' 'catfish' 'catfish-lang' 'caudec' 'caudec' 'cava' 'cbi-plugins' 'cbi-plugins-javadoc' 'cblas-devel' 'cblas-devel-32bit' 'cblas-devel-static' 'cc-tool' 'ccache' 'ccd2cue' 'ccd2cue-doc' 'ccd2iso' 'ccd2iso' 'ccd2iso-debuginfo' 'ccd2iso-debugsource' 'ccgfs' 'cclive' 'cclive' 'cclive-debuginfo' 'cclive-debugsource' 'ccls' 'ccrtp-devel' 'ccrtp-doc' 'ccrypt' 'ccrypt-emacs' 'ccrypt-lang' 'ccze' 'ccze-devel' 'cd-discid' 'cd-paranoia' 'cdctl' 'cdctl' 'cdctl-debuginfo' 'cdctl-debugsource' 'cdda2wav' 'cddlib-devel' 'cddlib-doc' 'cddlib-tools' 'cdecl' 'cdemu-client' 'cdemu-client-lang' 'cdemu-daemon' 'cdi-api' 'cdi-api-javadoc' 'cdi2iso' 'cdi2iso' 'cdi2iso-debuginfo' 'cdi2iso-debugsource' 'cdio-utils' 'cdk-devel' 'cdogs-sdl' 'cdparanoia' 'cdparanoia-devel' 'cdrdao' 'cdrecord' 'cdrskin' 'cec-client' 'cecilia' 'cedict' 'cedilla' 'cel-cpp-source' 'celluloid' 'celluloid-lang' 'cellwriter' 'celt' 'celt051' 'celt051-devel' 'ceph' 'ceph-base' 'ceph-common' 'ceph-csi' 'ceph-csi-helm-charts' 'ceph-fuse' 'ceph-grafana-dashboards' 'ceph-immutable-object-cache' 'ceph-iscsi' 'ceph-mds' 'ceph-mgr' 'ceph-mgr-cephadm' 'ceph-mgr-dashboard' 'ceph-mgr-diskprediction-local' 'ceph-mgr-k8sevents' 'ceph-mgr-modules-core' 'ceph-mgr-rook' 'ceph-mon' 'ceph-osd' 'ceph-prometheus-alerts' 'ceph-radosgw' 'ceph-test' 'ceph_base' 'cephadm' 'cephfs-mirror' 'cephfs-shell' 'cereal-devel' 'certbot-systemd-timer' 'certmonger' 'certstrap' 'cervisia' 'cervisia-lang' 'cf-cli' 'cf-cli-test' 'cfengine' 'cfengine-examples' 'cfengine-masterfiles' 'cfitsio' 'cfitsio-devel' 'cfitsio-devel-doc' 'cfityk' 'cflow' 'cgal-demo-examples-devel' 'cgal-devel' 'cgal-doc' 'cgdb' 'cgit' 'cglib' 'cglib-javadoc' 'cgns' 'cgns-devel' 'cgns-devel-static' 'chafa' 'chafa-devel' 'chafa-doc' 'changelog-generator-data' 'charliecloud' 'charliecloud-doc' 'charliecloud-examples' 'chartmuseum' 'charybdis' 'chasen' 'chasen-devel' 'chck-devel' 'check-create-certificate' 'check-devel' 'check_postgres' 'checkbashisms' 'checkpolicy' 'checkstyle' 'checkstyle-javadoc' 'cheese' 'cheese-devel' 'cheese-lang' 'chemical-mime-data' 'chessx' 'chewing-data' 'chewing-utils' 'chezdav' 'chmlib-devel' 'chmlib-devel-32bit' 'chmlib-examples' 'chntpw' 'chocolate-doom' 'chocolate-doom-bash-completion' 'choqok' 'choqok' 'choqok-debuginfo' 'choqok-debugsource' 'choqok-devel' 'chrome-gnome-shell' 'chrome-uget-integrator' 'chromedriver' 'chromium-bsu' 'chromium-ffmpeg-extra' 'chromium-ffmpeg-extra' 'chromium-ffmpeg-extra-debuginfo' 'chromium-plugin-widevinecdm' 'chromium-plugin-widevinecdm' 'chromium-uget-integrator' 'chrony-pool-empty' 'chrony-pool-suse' 'chrpath' 'ciano' 'ciano-lang' 'cifs-utils-devel' 'cilium' 'cilium-cni' 'cilium-devel' 'cilium-docker' 'cilium-k8s-yaml' 'cilium-operator' 'cilium-proxy' 'cim-schema' 'cimple' 'cimple-cmpi-adapter' 'cimple-devel' 'cimple-pegasus-adapter' 'cinema' 'cinema-lang' 'cinnamon' 'cinnamon-control-center' 'cinnamon-control-center-common' 'cinnamon-control-center-devel' 'cinnamon-control-center-lang' 'cinnamon-devel-doc' 'cinnamon-gschemas' 'cinnamon-gschemas-branding-openSUSE' 'cinnamon-gschemas-branding-upstream' 'cinnamon-lang' 'cinnamon-metatheme-numix' 'cinnamon-screensaver' 'cinnamon-screensaver-lang' 'cinnamon-session' 'cinnamon-session-lang' 'cinnamon-settings-daemon' 'cinnamon-settings-daemon-devel' 'cinnamon-settings-daemon-lang' 'cinnamon-theme-adapta' 'cinnamon-theme-plata' 'cint-devel' 'circuslinux' 'civetweb' 'civetweb-devel' 'cjs' 'cjs-devel' 'ck-devel' 'ckb-next' 'ckermit' 'ckermit-doc' 'clFFT' 'clFFT-devel' 'clack' 'clamav' 'clamav-devel' 'clamtk' 'clamtk-lang' 'clamz' 'clang' 'clang-devel' 'clang-tools' 'clang10' 'clang10-devel' 'clang10-devel-32bit' 'clang10-doc' 'clang7' 'clang7-devel' 'clang7-devel-32bit' 'clang8' 'clang8-devel' 'clang8-devel-32bit' 'clang9' 'clang9-devel' 'clang9-devel-32bit' 'clang9-doc' 'clanlib' 'clanlib-devel' 'clanlib-doc' 'clanlib-examples' 'clatd' 'claws-mail' 'claws-mail-devel' 'claws-mail-lang' 'clawsker' 'clawsker' 'clawsker-lang' 'clazy' 'cld2-devel' 'cldr-emoji-annotation' 'cldr-emoji-annotation-devel' 'clementine' 'cli11-devel' 'clicfs' 'clinfo' 'clipgrab' 'clipit' 'clipped' 'clipped-lang' 'clippy' 'cliquer' 'cliquer-devel' 'clisp' 'clisp-doc' 'clive' 'clive' 'clive-utils' 'clive-utils' 'clivefeed' 'clivepass' 'clivescan' 'cln' 'cln' 'cln-debuginfo' 'cln-debugsource' 'cln-devel' 'clojure' 'clone-master-clean-up' 'cloud-init' 'cloud-init-config-MicroOS' 'cloud-init-config-suse' 'cloud-init-doc' 'cloud-init-vmware-guestinfo' 'cloud-netconfig-azure' 'cloud-netconfig-ec2' 'clpeak' 'clthreads-devel' 'clucene-core-devel' 'clustduct' 'cluster-glue' 'clustershell' 'clusterssh' 'clutter-devel' 'clutter-gst-devel' 'clutter-gtk-devel' 'clutter-gtk-lang' 'clutter-lang' 'clxclient-devel' 'clzip' 'cm' 'cm-devel' 'cm-unicode-fonts' 'cmake' 'cmake-fedora' 'cmake-fedora-modules' 'cmake-full' 'cmake-gui' 'cmake-man' 'cmake-mini' 'cmark' 'cmark' 'cmark-devel' 'cmh' 'cmh-devel' 'cmis-client' 'cmpi-bindings-perl' 'cmpi-bindings-py3wbem' 'cmpi-bindings-ruby' 'cmpi-provider-register' 'cmrt-devel' 'cmuclmtk' 'cmus-plugin-cdio' 'cmus-plugin-jack' 'cmus-plugin-libao' 'cmus-plugin-mikmod' 'cmus-plugin-modplug' 'cmus-plugin-opus' 'cmus-plugin-sndio' 'cmus-plugin-vorbis' 'cmus-plugins-all' 'cni-plugin-dnsname' 'cntlm' 'cobbler' 'cobbler-tests' 'cobbler-web' 'coccigrep' 'coccinelle' 'cockpit' 'cockpit-bridge' 'cockpit-dashboard' 'cockpit-doc' 'cockpit-kdump' 'cockpit-machines' 'cockpit-networkmanager' 'cockpit-packagekit' 'cockpit-pcp' 'cockpit-podman' 'cockpit-storaged' 'cockpit-system' 'cockpit-tests' 'cockpit-ws' 'codec2' 'codec2-devel' 'codec2-examples' 'codehaus-parent' 'codelite' 'codemodel' 'codemodel-javadoc' 'codenarc' 'codenarc-javadoc' 'codespell' 'cogl-devel' 'cogl-lang' 'collectd' 'collectd-plugin-buddyinfo' 'collectd-plugin-connectivity' 'collectd-plugin-dbi' 'collectd-plugin-gps' 'collectd-plugin-ipmi' 'collectd-plugin-java' 'collectd-plugin-logparser' 'collectd-plugin-lua' 'collectd-plugin-mcelog' 'collectd-plugin-memcachec' 'collectd-plugin-mysql' 'collectd-plugin-notify-desktop' 'collectd-plugin-nut' 'collectd-plugin-openldap' 'collectd-plugin-ovs' 'collectd-plugin-pcie' 'collectd-plugin-pinba' 'collectd-plugin-postgresql' 'collectd-plugin-procevent' 'collectd-plugin-python3' 'collectd-plugin-sigrok' 'collectd-plugin-smart' 'collectd-plugin-snmp' 'collectd-plugin-synproxy' 'collectd-plugin-sysevent' 'collectd-plugin-ubi' 'collectd-plugin-uptime' 'collectd-plugin-virt' 'collectd-plugin-write_influxdb_udp' 'collectd-plugin-write_stackdriver' 'collectd-plugin-write_syslog' 'collectd-plugins-all' 'collectd-spamassassin' 'collectd-web' 'collectd-web-js' 'collectl' 'colm-devel' 'colm-doc' 'color-filesystem' 'colord-gtk' 'colord-kde' 'colord-kde-debuginfo' 'colord-kde-debugsource' 'colordiff' 'colorhug-client' 'colorhug-client-lang' 'colormake' 'colorpicker' 'colorpicker-lang' 'combustion' 'comgt' 'comgt' 'comgt-debuginfo' 'comgt-debugsource' 'commandergenius' 'compartm' 'compcache' 'compface' 'compface-devel' 'compicc' 'compiz' 'compiz-bcop' 'compiz-branding-SLED' 'compiz-branding-openSUSE' 'compiz-branding-upstream' 'compiz-devel' 'compiz-emerald' 'compiz-emerald-devel' 'compiz-emerald-lang' 'compiz-emerald-theme-manager' 'compiz-emerald-themes' 'compiz-gnome' 'compiz-lang' 'compiz-manager' 'compiz-plugins' 'compiz-plugins-experimental' 'compiz-plugins-experimental-devel' 'compiz-plugins-experimental-lang' 'compiz-plugins-extra' 'compiz-plugins-extra-devel' 'compiz-plugins-extra-lang' 'compiz-plugins-main' 'compiz-plugins-main-devel' 'compiz-plugins-main-lang' 'compizconfig-settings-manager' 'compizconfig-settings-manager-common' 'compizconfig-settings-manager-lang' 'complexity' 'compsize' 'compton' 'compton-conf' 'compton-conf-lang' 'conauto' 'concurrent' 'conkeror' 'conky' 'conky' 'conky-debuginfo' 'conky-debugsource' 'conky-doc' 'conman' 'connect' 'connect' 'connect-debugsource' 'connman' 'connman-client' 'connman-devel' 'connman-doc' 'connman-nmcompat' 'connman-plugin-hh2serial-gps' 'connman-plugin-iospm' 'connman-plugin-l2tp' 'connman-plugin-openconnect' 'connman-plugin-openvpn' 'connman-plugin-polkit' 'connman-plugin-pptp' 'connman-plugin-tist' 'connman-plugin-vpnc' 'connman-plugin-wireguard' 'connman-test' 'conntrack-tools' 'conntrackd' 'console' 'console-setup' 'container-diff' 'container-registry-systemd' 'container-selinux' 'container-support-utils' 'container_runtime' 'container_runtime_kubernetes' 'containerd' 'containerd-ctr' 'containerd-kubic' 'containerd-kubic-ctr' 'containers-systemd' 'containment-rpm-docker' 'contractor' 'converseen' 'converseen-lang' 'convertall' 'convertall' 'convertall-lang' 'convmv' 'cookiecutter' 'cookiecutter-doc' 'cool-retro-term' 'coolkey' 'coolkey-32bit' 'coolkey-devel' 'copy-agent' 'copy-agent' 'copy-agent-debugsource' 'copy-agent-gnome' 'copy-agent-mate' 'coq' 'coq-devel' 'coq-ide' 'coreboot-utils' 'corectrl' 'corectrl' 'corectrl-lang' 'coredns' 'coredns-extras' 'coredns-for-k8s1.18' 'coredns-for-k8s1.18-extras' 'coredns-for-k8s1.19' 'coredns-for-k8s1.19-extras' 'coreutils-single' 'coreutils-testsuite' 'corosync' 'corosync-qdevice' 'corosync-qnetd' 'corosync-testagents' 'coturn' 'coturn-devel' 'coturn-utils' 'courier-authlib' 'courier-authlib-devel' 'courier-authlib-ldap' 'courier-authlib-mysql' 'courier-authlib-pgsql' 'courier-authlib-pipe' 'courier-authlib-sqlite' 'courier-authlib-userdb' 'courier-imap' 'courier-prime-fonts' 'courier-unicode-devel' 'courier-unicode-doc' 'cowsay' 'coxeter' 'cozette-fonts' 'cozy' 'cozy-lang' 'cp437' 'cpanspec' 'cpdvd' 'cpdvd' 'cpluff' 'cpmono_v07-fonts' 'cpp7' 'cppcheck' 'cppcheck-gui' 'cpphs' 'cppi' 'cppi-lang' 'cppreference-doc' 'cppreference-doc-devhelp' 'cppreference-doc-qhelp' 'cpprest-devel' 'cpptasks' 'cpptasks-javadoc' 'cpptoml-devel' 'cppunit-devel' 'cppunit-devel-32bit' 'cppunit-devel-doc' 'cppzmq-devel' 'cpu-x' 'cpu-x-bash-completion' 'cpu-x-fish-completion' 'cpu-x-lang' 'cpu-x-zsh-completion' 'cpuid' 'cpulimit' 'cpupower-bench' 'cpupower-devel' 'cpuset' 'cpustat' 'cpustat-bash-completion' 'cpvts' 'cpvts' 'cpvts-debugsource' 'cracklib-devel' 'cracklib-devel-32bit' 'cracklib-dict-small' 'crafty' 'crafty' 'crafty-debuginfo' 'crafty-debugsource' 'cramfs-tools' 'cramfsswap' 'crash' 'crash-devel' 'crash-doc' 'crash-eppic' 'crash-gcore' 'crash-kmp-default' 'crash-kmp-pae' 'crawl' 'crawl-data' 'crawl-sdl' 'crazydiskinfo' 'createrepo_c' 'cri-o' 'cri-o-kubeadm-criconfig' 'cri-tools' 'criu-devel' 'crmsh' 'crmsh-scripts' 'crmsh-test' 'cronic' 'cronie-anacron' 'cross-aarch64-binutils' 'cross-aarch64-gcc10' 'cross-aarch64-gcc10-icecream-backend' 'cross-aarch64-gcc7' 'cross-aarch64-gcc7-icecream-backend' 'cross-aarch64-gcc9' 'cross-aarch64-gcc9-icecream-backend' 'cross-amdgcn-gcc10' 'cross-amdgcn-newlib10-devel' 'cross-arm-binutils' 'cross-arm-gcc10' 'cross-arm-gcc10-icecream-backend' 'cross-arm-gcc7' 'cross-arm-gcc9' 'cross-arm-gcc9-icecream-backend' 'cross-arm-none-gcc10' 'cross-arm-none-gcc10-bootstrap' 'cross-arm-none-gcc7' 'cross-arm-none-gcc7-bootstrap' 'cross-arm-none-gcc9' 'cross-arm-none-gcc9-bootstrap' 'cross-arm-none-newlib-devel' 'cross-avr-binutils' 'cross-avr-gcc10' 'cross-avr-gcc10-bootstrap' 'cross-avr-gcc7' 'cross-avr-gcc7-bootstrap' 'cross-avr-gcc9' 'cross-avr-gcc9-bootstrap' 'cross-epiphany-binutils' 'cross-epiphany-gcc10' 'cross-epiphany-gcc10-bootstrap' 'cross-epiphany-gcc7' 'cross-epiphany-gcc7-bootstrap' 'cross-epiphany-gcc9' 'cross-epiphany-gcc9-bootstrap' 'cross-epiphany-newlib-devel' 'cross-hppa-binutils' 'cross-hppa-gcc10' 'cross-hppa-gcc10-icecream-backend' 'cross-hppa-gcc7' 'cross-hppa-gcc7-icecream-backend' 'cross-hppa-gcc9' 'cross-hppa-gcc9-icecream-backend' 'cross-hppa64-binutils' 'cross-i386-binutils' 'cross-i386-gcc10' 'cross-i386-gcc10-icecream-backend' 'cross-i386-gcc7' 'cross-i386-gcc7-icecream-backend' 'cross-i386-gcc9' 'cross-i386-gcc9-icecream-backend' 'cross-ia64-binutils' 'cross-m68k-binutils' 'cross-m68k-gcc10' 'cross-m68k-gcc10-icecream-backend' 'cross-m68k-gcc7' 'cross-m68k-gcc7-icecream-backend' 'cross-m68k-gcc9' 'cross-m68k-gcc9-icecream-backend' 'cross-mips-binutils' 'cross-mips-gcc10' 'cross-mips-gcc10-icecream-backend' 'cross-mips-gcc7' 'cross-mips-gcc7-icecream-backend' 'cross-mips-gcc9' 'cross-mips-gcc9-icecream-backend' 'cross-nvptx-gcc10' 'cross-nvptx-gcc7' 'cross-nvptx-gcc9' 'cross-nvptx-newlib10-devel' 'cross-nvptx-newlib7-devel' 'cross-nvptx-newlib9-devel' 'cross-ppc-binutils' 'cross-ppc64-binutils' 'cross-ppc64-gcc10' 'cross-ppc64-gcc10-icecream-backend' 'cross-ppc64-gcc7' 'cross-ppc64-gcc7-icecream-backend' 'cross-ppc64-gcc9' 'cross-ppc64-gcc9-icecream-backend' 'cross-ppc64le-binutils' 'cross-ppc64le-gcc10' 'cross-ppc64le-gcc10-icecream-backend' 'cross-ppc64le-gcc7' 'cross-ppc64le-gcc7-icecream-backend' 'cross-ppc64le-gcc9' 'cross-ppc64le-gcc9-icecream-backend' 'cross-riscv64-binutils' 'cross-riscv64-elf-gcc10' 'cross-riscv64-elf-gcc10-bootstrap' 'cross-riscv64-elf-gcc9' 'cross-riscv64-elf-gcc9-bootstrap' 'cross-riscv64-gcc10' 'cross-riscv64-gcc10-icecream-backend' 'cross-riscv64-gcc9' 'cross-riscv64-gcc9-icecream-backend' 'cross-riscv64-newlib-devel' 'cross-rx-binutils' 'cross-rx-gcc10' 'cross-rx-gcc10-bootstrap' 'cross-rx-gcc7' 'cross-rx-gcc7-bootstrap' 'cross-rx-gcc9' 'cross-rx-gcc9-bootstrap' 'cross-rx-newlib-devel' 'cross-s390-binutils' 'cross-s390x-binutils' 'cross-s390x-gcc10' 'cross-s390x-gcc10-icecream-backend' 'cross-s390x-gcc7' 'cross-s390x-gcc7-icecream-backend' 'cross-s390x-gcc9' 'cross-s390x-gcc9-icecream-backend' 'cross-sparc-binutils' 'cross-sparc-gcc10' 'cross-sparc-gcc7' 'cross-sparc-gcc9' 'cross-sparc64-binutils' 'cross-sparc64-gcc10' 'cross-sparc64-gcc10-icecream-backend' 'cross-sparc64-gcc7' 'cross-sparc64-gcc7-icecream-backend' 'cross-sparc64-gcc9' 'cross-sparc64-gcc9-icecream-backend' 'cross-sparcv9-gcc10-icecream-backend' 'cross-sparcv9-gcc7-icecream-backend' 'cross-sparcv9-gcc9-icecream-backend' 'cross-spu-binutils' 'cross-x86_64-binutils' 'cross-xtensa-binutils' 'crossguid-devel' 'crosstool-ng' 'crow-translate' 'crudini' 'cryfs' 'cryptctl' 'cryptsetup-lang' 'crystalhd-firmware' 'cscope' 'cscreen' 'csi-external-attacher' 'csi-external-provisioner' 'csi-external-resizer' 'csi-external-snapshotter' 'csi-livenessprobe' 'csi-node-driver-registrar' 'csindex' 'csmash' 'csmith' 'csound' 'csound-devel' 'csound-lang' 'csound-plugins' 'cspctl' 'csvprintf' 'csync' 'csync2' 'ctags' 'ctdb' 'ctdb-pcp-pmda' 'ctdb-tests' 'ctris' 'cttop' 'cudd-devel' 'cuetools' 'cuetools' 'cuetools-debuginfo' 'cuetools-debugsource' 'cuishark' 'culmus-ancient-semitic-fonts' 'culmus-fonts' 'cuneiform' 'cunit-devel' 'cunit-doc' 'cups-airprint' 'cups-backends' 'cups-ddk' 'cups-devel' 'cups-devel-32bit' 'cups-filters-devel' 'cups-pdf' 'cups-pk-helper' 'cups-pk-helper-lang' 'cups-rpm-helper' 'cura' 'cura-engine' 'cura-engine-lulzbot' 'cura-fdm-materials' 'cura-lulzbot' 'curlew' 'curlew' 'curlew-lang' 'curlftpfs' 'cutecom' 'cutmp3' 'cutmp3-doc' 'cutterff' 'cutterff-lang' 'cvise' 'cvs-doc' 'cwstudio' 'cxref' 'cxsc' 'cxsc-devel' 'cxxtools-devel' 'cyreal-alice-fonts' 'cyreal-junge-fonts' 'cyreal-lobster-cyrillic-fonts' 'cyreal-lora-fonts' 'cyreal-marko-horobchyk-fonts' 'cyreal-marmelad-fonts' 'cyreal-wire-fonts' 'cyrus-sasl-32bit' 'cyrus-sasl-crammd5-32bit' 'cyrus-sasl-devel' 'cyrus-sasl-devel-32bit' 'cyrus-sasl-digestmd5-32bit' 'cyrus-sasl-gs2' 'cyrus-sasl-gssapi-32bit' 'cyrus-sasl-ldap-auxprop' 'cyrus-sasl-ldap-auxprop-32bit' 'cyrus-sasl-ntlm' 'cyrus-sasl-otp' 'cyrus-sasl-otp-32bit' 'cyrus-sasl-plain-32bit' 'cyrus-sasl-saslauthd' 'cyrus-sasl-scram' 'cyrus-sasl-sqlauxprop' 'cyrus-sasl-sqlauxprop-32bit' 'czmq' 'czmq-devel' 'd-feet' 'd-feet-lang' 'd0_blind_id' 'd0_blind_id-devel' 'dMagnetic' 'dSFMT-devel' 'dai-banna-fonts' 'dante' 'dante-devel' 'dante-devel-32bit' 'dante-server' 'dapl' 'dapl-debug' 'dapl-debug-devel' 'dapl-debug-libs' 'dapl-debug-utils' 'dapl-devel' 'dapl-devel-32bit' 'dapl-utils' 'daps' 'dar' 'dar-doc' 'dar-lang' 'darkice' 'darkice' 'darkice-debuginfo' 'darkice-debugsource' 'darktable' 'darktable-doc' 'darktable-tools-basecurve' 'darktable-tools-noise' 'darts' 'dash' 'dasher' 'dasher-data-extras' 'dasher-data-recommended' 'dasher-lang' 'data-partition-service' 'datamash' 'dataquay-devel' 'datefudge' 'dateutils' 'dateutils-octave' 'datovka' 'dav1d' 'dav1d-devel' 'davfs2' 'davix' 'davix-devel' 'dazzle-list-counters' 'db48-doc' 'dbench' 'dbench4' 'dbgl' 'dbh-devel' 'dblatex' 'dblatex-doc' 'dbsplit-tools' 'dbus-1-devel' 'dbus-1-devel-32bit' 'dbus-1-devel-doc' 'dbus-1-glib-devel' 'dbus-1-glib-devel-32bit' 'dbus-1-glib-doc' 'dbus-1-mono' 'dbus-broker' 'dbus-sharp' 'dbus-sharp-devel' 'dbus-sharp-glib' 'dbus-sharp-glib-devel' 'dbus-sharp-glib2' 'dbus-sharp-glib2-devel' 'dbus-sharp2' 'dbus-sharp2-devel' 'dbview' 'dbxtool' 'dc3dd' 'dc3dd-lang' 'dca-utils' 'dca-utils-debuginfo' 'dcadec' 'dcadec' 'dcadec-debuginfo' 'dcadec-debugsource' 'dcaenc' 'dcaenc' 'dcaenc-debuginfo' 'dcaenc-debugsource' 'dcatools' 'dcatools' 'dcatools-debuginfo' 'dcatools-debugsource' 'dcmtk' 'dcmtk' 'dcmtk-debuginfo' 'dcmtk-debugsource' 'dcmtk-devel' 'dconf-devel' 'dconf-editor' 'dconf-editor-lang' 'dcraw' 'dcraw-lang' 'dd-opentracing-cpp-devel' 'dd_rescue' 'dd_rescue-crypt' 'dd_rescue-lzo' 'dd_rhelp' 'ddccontrol' 'ddccontrol-db' 'ddccontrol-db-lang' 'ddccontrol-devel' 'ddccontrol-doc' 'ddccontrol-gtk' 'ddccontrol-lang' 'ddclient' 'ddcutil' 'ddgr' 'ddnet' 'ddnet-data' 'ddnet-server' 'ddrescueview' 'dds2tar' 'ddskk' 'deadbeef' 'deadbeef' 'deadbeef-debuginfo' 'deadbeef-debugsource' 'deadbeef-devel' 'deadbeef-lang' 'deadbeef-plugin-mpris2' 'deadbeef-plugin-statusnotifier' 'deadbeef-plugin-statusnotifier' 'deadbeef-plugin-statusnotifier-debuginfo' 'deadbeef-plugin-statusnotifier-debugsource' 'deadbeef-plugins-extra' 'deadbeef-plugins-extra-debuginfo' 'deal_II-devel' 'deal_II-openmpi2-devel' 'deal_II-openmpi3-devel' 'debootstrap' 'debuginfod-client' 'decentxml' 'decentxml-javadoc' 'deepin-calendar' 'deepin-calendar-lang' 'deepin-editor' 'deepin-editor-lang' 'deepin-gettext-tools' 'deepin-menu' 'deepin-movie' 'deepin-movie-devel' 'deepin-movie-lang' 'deepin-music-libnetease-meta-search' 'deepin-music-player' 'deepin-music-player-lang' 'deepin-screenshot' 'deepin-screenshot-lang' 'deepin-system-monitor' 'deepin-system-monitor-lang' 'deepin-terminal' 'deepin-terminal-lang' 'deepin-turbo' 'deepin-turbo-devel' 'dehydrated' 'dehydrated-apache2' 'dehydrated-nginx' 'deja-dup' 'deja-dup-lang' 'dejagnu' 'delaguardo-inconsolata_lgc-fonts' 'delayacct-utils' 'deltafs' 'deluge' 'deluge-lang' 'demumble' 'desktopfolder' 'desktopfolder-lang' 'deutex' 'dev86' 'devede' 'devede' 'devede-lang' 'devel_C_C++' 'devel_basis' 'devel_gnome' 'devel_java' 'devel_kde_frameworks' 'devel_kernel' 'devel_mono' 'devel_osc_build' 'devel_perl' 'devel_qt5' 'devel_rpm_build' 'devel_ruby' 'devel_tcl' 'devel_web' 'devel_yast' 'devhelp' 'devhelp-devel' 'devhelp-lang' 'device-mapper-devel' 'device-mapper-devel-32bit' 'devilspie2' 'devilspie2-lang' 'devilutionx' 'devilutionx-32bit' 'devmem2' 'devscripts' 'dex' 'dex-oidc' 'dfc' 'dfc-lang' 'dfu-programmer' 'dfu-tool' 'dh-autoreconf' 'dh-make' 'dhall-json' 'dhall-yaml' 'dhcp-devel' 'dhcp-doc' 'dhcp-relay' 'dhcp-server' 'dhcp-tools' 'dhcp_dns_server' 'dhcpd-pools' 'dhcpdetector' 'dhcpdetector' 'dhcpdetector-debugsource' 'dhewm3' 'dhex' 'dhtest' 'di' 'di' 'di-debuginfo' 'di-debugsource' 'dia' 'dia-lang' 'dialog-devel' 'dialog-examples' 'dianara' 'dico' 'dico-devel' 'dico-lang' 'dico-modules' 'dictd' 'dictd-devel' 'dicts' 'diff-pdf' 'diffmk' 'diffoscope' 'diffstat' 'digikam' 'digikam' 'digikam-debuginfo' 'digikam-debugsource' 'digikam-devel' 'digikam-lang' 'digikam-plugin-gmic' 'digikam-plugins' 'digikam-plugins-debuginfo' 'dina-bitmap-fonts' 'ding' 'ding-dict-de_en' 'diod' 'dippi' 'dippi-lang' 'dirac' 'dirac-devel' 'dirac-devel-32bit' 'directory_server' 'direnv' 'direvent' 'dirvish' 'discord' 'discord' 'discord-rpc-devel' 'discount' 'discover-notifier' 'diskimage-builder' 'diskmonitor' 'diskmonitor' 'diskmonitor-debuginfo' 'diskmonitor-debugsource' 'diskmonitor-lang' 'diskscan' 'disorderfs' 'disruptor' 'disruptor-javadoc' 'distcc' 'distcc-gui' 'distcc-server' 'distribution-gpg-keys' 'distribution-logos-openSUSE' 'distribution-logos-openSUSE-Kubic' 'distribution-logos-openSUSE-Leap' 'distribution-logos-openSUSE-MicroOS' 'dita' 'diy-devel' 'diy-mpich-devel' 'djv' 'djv' 'djv-debuginfo' 'djv-debugsource' 'djv-devel' 'djv-doc' 'djv-plugins' 'djv-plugins-debuginfo' 'djvu2pdf' 'djvulibre' 'djvulibre-djview4' 'djvulibre-doc' 'dkgpg' 'dkimproxy' 'dkms' 'dleyna-connector-dbus' 'dleyna-core-devel' 'dleyna-renderer' 'dleyna-renderer-devel' 'dleyna-server' 'dleyna-server-devel' 'dlpack-devel' 'dm-zoned-tools' 'dmd' 'dmenu' 'dmlc-core-devel' 'dmraid-devel' 'dnf' 'dnf-automatic' 'dnf-conf' 'dnf-lang' 'dnf-plugins-core' 'dnf-plugins-core-lang' 'dns24-update' 'dnscrypt-proxy' 'dnsdiag' 'dnsmasq-utils' 'dnsmeter' 'dnstracer' 'docbook-css-stylesheets' 'docbook-dsssl-stylesheets' 'docbook-simple' 'docbook-tdg' 'docbook-toys' 'docbook-utils' 'docbook-utils-minimal' 'docbook-xml-slides' 'docbook-xml-website' 'docbook-xsl-pdf2index' 'docbook2x' 'docbook2x-doc' 'docbook5-xsl-stylesheets' 'docbook_3' 'docbook_5' 'docbook_5-doc' 'docker' 'docker-bash-completion' 'docker-bench-security' 'docker-client-java' 'docker-client-java-javadoc' 'docker-distribution-registry' 'docker-kubic' 'docker-kubic-bash-completion' 'docker-kubic-kubeadm-criconfig' 'docker-kubic-test' 'docker-kubic-zsh-completion' 'docker-libnetwork' 'docker-libnetwork-kubic' 'docker-machine-driver-kvm2' 'docker-runc' 'docker-runc-kubic' 'docker-test' 'docker-zsh-completion' 'docker_auth' 'doctest-devel' 'documentation' 'dogtail' 'doh' 'dolphin-devel' 'dolphin-emu' 'dolphin-emu-lang' 'dolphin-plugins' 'dolphin-plugins-lang' 'dom2-core-tests' 'dom4j' 'dom4j-demo' 'dom4j-javadoc' 'dom4j-manual' 'domination' 'domination-data' 'doomsday' 'dosemu' 'dotconf-devel' 'double-conversion-devel' 'dovecot' 'dovecot23' 'dovecot23-backend-mysql' 'dovecot23-backend-pgsql' 'dovecot23-backend-sqlite' 'dovecot23-devel' 'dovecot23-fts' 'dovecot23-fts-lucene' 'dovecot23-fts-solr' 'dovecot23-fts-squat' 'doxygen' 'doxygen2man' 'doxywizard' 'dpdk' 'dpdk-devel' 'dpdk-doc' 'dpdk-examples' 'dpdk-kmp-default' 'dpdk-tools' 'dpic' 'dpic-doc' 'dpkg-devel' 'dracut-extra' 'dracut-fips' 'dracut-ima' 'dracut-kiwi-lib' 'dracut-kiwi-live' 'dracut-kiwi-oem-dump' 'dracut-kiwi-oem-repart' 'dracut-kiwi-overlay' 'dracut-sshd' 'dracut-tools' 'dragonplayer' 'dragonplayer-lang' 'drbd' 'drbd-formula' 'drbd-kmp-default' 'drbd-utils' 'drc' 'drc-doc' 'driverctl' 'droidcam' 'droidcam-cli' 'dropbox-cli' 'drops' 'dropwatch' 'drumstick' 'drumstick' 'drumstick-debuginfo' 'drumstick-debugsource' 'drush' 'dsmidiwifi' 'dsmidiwifi' 'dsmidiwifi-debuginfo' 'dssi-devel' 'dssi-linuxsampler' 'dssi-linuxsampler-debuginfo' 'dssim' 'dstat' 'dsvpn' 'dt' 'dtach' 'dtc' 'dtdinst' 'dtkcore' 'dtkcore-devel' 'dtkwidget' 'dtkwidget-devel' 'dtkwidget-lang' 'dtkwm-devel' 'dtv-scan-tables' 'dtv-scan-tables-v5' 'dub' 'duc' 'duktape-devel' 'dump' 'dump-rmt' 'dump1090-fa' 'dumpvdl2' 'dumpzilla' 'dumpzilla-bash-completion' 'dunelegacy' 'dunst' 'duperemove' 'duplicity' 'duplicity-lang' 'duply' 'dustrac' 'dv2sub' 'dv2sub' 'dv2sub-debuginfo' 'dv2sub-debugsource' 'dvb-utils' 'dvbcut' 'dvbsnoop' 'dvbstream' 'dvd-slideshow' 'dvd-slideshow' 'dvdbackup' 'dvdbackup' 'dvdbackup-debuginfo' 'dvdbackup-debugsource' 'dvdbackup-lang' 'dvdinfo' 'dvdinfo' 'dvdinfo-debuginfo' 'dvdisaster' 'dvdisaster-docs' 'dvdrip' 'dvdrip' 'dvdrip-debuginfo' 'dvdrip-debugsource' 'dvdshrink' 'dvdshrink' 'dvdwizard' 'dvdwizard' 'dvgrab' 'dvgrab-debuginfo' 'dvgrab-debugsource' 'dvgt' 'dwarf2json' 'dwarves' 'dwz-testsuite' 'dxflib-devel' 'dxirc' 'dxirc' 'dxirc-debuginfo' 'dxirc-debugsource' 'dynamic-wallpapers-11x' 'dynamips' 'dzen2' 'e16' 'e2fsprogs-devel' 'e2fsprogs-scrub' 'e3' 'eaglemode' 'easy-rsa' 'easyloggingpp-devel' 'easymock' 'easymock-javadoc' 'easymp3gain' 'easymp3gain' 'easymp3gain-debuginfo' 'easymp3gain-debugsource' 'easymp3gain-lang' 'easymp3gain-qt5' 'easymp3gain-qt5-debuginfo' 'easytag' 'easytag-lang' 'eatmydata' 'eb' 'eb-devel' 'eb-garamond-fonts' 'eb-lang' 'ebiso' 'ebizzy' 'eblook' 'ebook-tools' 'ebook-tools' 'ebook-tools-debuginfo' 'ebook-tools-debugsource' 'ebumeter' 'ecasound' 'ecasound' 'ecasound-debuginfo' 'ecasound-debugsource' 'ecasound-doc' 'echomixer' 'eciadsl-usermode' 'ecj' 'eclipse-anyedit' 'eclipse-anyedit-javadoc' 'eclipse-contributor-tools' 'eclipse-ecf-core' 'eclipse-ecf-core-bootstrap' 'eclipse-ecf-runtime' 'eclipse-ecf-sdk' 'eclipse-egit' 'eclipse-emf-core' 'eclipse-emf-core-bootstrap' 'eclipse-emf-runtime' 'eclipse-emf-sdk' 'eclipse-emf-xsd' 'eclipse-equinox-osgi' 'eclipse-gef' 'eclipse-gef-sdk' 'eclipse-gef-tests' 'eclipse-jdt' 'eclipse-jgit' 'eclipse-license1' 'eclipse-license2' 'eclipse-p2-discovery' 'eclipse-pde' 'eclipse-platform' 'eclipse-swt' 'eclipse-swtchart' 'econnman' 'ecore_imf-module-scim' 'ecryptfs-utils' 'ecryptfs-utils-32bit' 'ecryptfs-utils-devel' 'ecryptfs-utils-devel-32bit' 'ecwolf' 'ed' 'ed25519-java' 'ed25519-java-javadoc' 'edgar' 'edgar-data' 'edgar-lang' 'edge-addition-planarity-suite' 'edge-addition-planarity-suite-devel' 'edict' 'edict2' 'editorconfig' 'editres' 'eekboard' 'eekboard-devel' 'eeyek-fonts' 'efivar' 'efivar-devel' 'efl' 'efl-devel' 'efl-examples' 'efl-lang' 'efl-testsuite' 'efont-serif-fonts' 'eiciel' 'eiciel-lang' 'eigen3-devel' 'eigen3-doc' 'eiskaltdcpp-qt' 'ekiga' 'ekiga-lang' 'ekiga-plugins-evolution' 'eko' 'eko' 'elektra' 'elektra-qt-gui' 'elementary-cmake-modules' 'elementary-icon-theme' 'elementary-icon-theme-gimp-palette' 'elementary-icon-theme-inkscape-palette' 'elementary-wallpapers' 'elementary-xfce-icon-theme' 'elemines' 'elftoaout' 'elfutils-debuginfod' 'elilo' 'elinks' 'elixir' 'elixir-doc' 'elixir-ex_doc' 'elixir-hex' 'ell-devel' 'elua' 'emacs' 'emacs-apel' 'emacs-auctex' 'emacs-color-theme' 'emacs-completion-golang' 'emacs-el' 'emacs-flim' 'emacs-info' 'emacs-nox' 'emacs-plugin-devhelp' 'emacs-scheme48' 'emacs-semi' 'emacs-w3m' 'emacs-x11' 'embree-devel-static' 'emf2svg-conv' 'emil' 'emojione-color-font' 'emount' 'emount' 'emount-debuginfo' 'emount-debugsource' 'empathy' 'empathy-lang' 'enblend-enfuse-doc' 'enca' 'enca-devel' 'encfs' 'encfs-lang' 'enchant-1-backend-voikko' 'enchant-1-backend-voikko-32bit' 'enchant-1-backend-zemberek' 'enchant-1-backend-zemberek-32bit' 'enchant-1-backends' 'enchant-1-data' 'enchant-1-devel' 'enchant-1-tools' 'enchant-2-backend-aspell' 'enchant-2-backend-nuspell' 'enchant-2-backend-voikko' 'enchant-2-backend-voikko-32bit' 'enchant-devel' 'enchant-tools' 'enchive' 'endless-sky' 'enet-devel' 'engauge-digitizer' 'engauge-digitizer-devel-doc' 'engauge-digitizer-doc' 'engdic' 'engrampa' 'engrampa-lang' 'enigmail' 'enigmail' 'enlightenment' 'enlightenment' 'enlightenment-branding-openSUSE' 'enlightenment-branding-upstream' 'enlightenment-devel' 'enlightenment-profiles-openSUSE' 'enlightenment-theme-cerium2' 'enlightenment-theme-dark' 'enlightenment-theme-openSUSE' 'enlightenment-theme-openSUSE-ice' 'enlightenment-theme-openSUSE-neon' 'enlightenment-theme-upstream' 'enlightenment-x-dark-icon-theme' 'entangle' 'entangle-doc' 'entangle-lang' 'entangle-plugin-eclipse' 'entangle-plugin-photobox' 'entangle-plugin-shooter' 'entr' 'envoy-build-tools' 'envoy-protoc-gen-validate' 'envoy-protoc-gen-validate-source' 'envoy-proxy' 'envoy-proxy-source' 'envy24control' 'eog' 'eog-devel' 'eog-lang' 'eog-plugin-exif-display' 'eog-plugin-export-to-folder' 'eog-plugin-fit-to-width' 'eog-plugin-fullscreenbg' 'eog-plugin-hide-titlebar' 'eog-plugin-light-theme' 'eog-plugin-map' 'eog-plugin-maximize-windows' 'eog-plugin-postasa' 'eog-plugin-pythonconsole' 'eog-plugin-send-by-mail' 'eog-plugin-slideshowshuffle' 'eog-plugins' 'eog-plugins-data' 'eog-plugins-lang' 'eolie' 'eolie-lang' 'eom' 'eom-devel' 'eom-lang' 'eperiodique' 'ephoto' 'ephoto-lang' 'epic' 'epiphany' 'epiphany-branding-openSUSE' 'epiphany-branding-upstream' 'epiphany-lang' 'epour' 'epour-lang' 'epplet-base' 'epson-inkjet-printer-escpr' 'epymc' 'epymc-lang' 'eqonomize' 'eqonomize' 'eqonomize-debuginfo' 'eqonomize-debugsource' 'equalx' 'eremaea' 'erfa-devel' 'erfa-devel-static' 'eric' 'eric-api' 'erlang' 'erlang-debugger' 'erlang-debugger-src' 'erlang-dialyzer' 'erlang-dialyzer-src' 'erlang-diameter' 'erlang-diameter-src' 'erlang-doc' 'erlang-epmd' 'erlang-et' 'erlang-et-src' 'erlang-jinterface' 'erlang-jinterface-src' 'erlang-observer' 'erlang-observer-src' 'erlang-rabbitmq-client' 'erlang-rebar' 'erlang-rebar-src' 'erlang-reltool' 'erlang-reltool-src' 'erlang-retest' 'erlang-retest-src' 'erlang-sd_notify' 'erlang-src' 'erlang-wx' 'erlang-wx-src' 'erofs-utils' 'esc' 'espeak' 'espeak-devel' 'espeak-ng' 'espeak-ng-compat' 'espeak-ng-compat-devel' 'espeak-ng-devel' 'espeakedit' 'etags' 'etc-update' 'etcd' 'etcd-for-k8s1.18' 'etcd-for-k8s1.19' 'etcdctl' 'etckeeper' 'etckeeper-bash-completion' 'etckeeper-zsh-completion' 'etckeeper-zypp-plugin' 'etherape' 'etherape-lang' 'etrophy' 'etrophy-data' 'etrophy-devel' 'evas-generic-loaders' 'evemu' 'evemu-devel' 'eventstat' 'eventstat-bash-completion' 'eventviews-devel' 'evieproto-devel' 'evince' 'evince-devel' 'evince-lang' 'evince-plugin-comicsdocument' 'evince-plugin-djvudocument' 'evince-plugin-dvidocument' 'evince-plugin-pdfdocument' 'evince-plugin-psdocument' 'evince-plugin-tiffdocument' 'evince-plugin-xpsdocument' 'eviternity' 'eviternity' 'evmctl' 'evolution' 'evolution-data-server' 'evolution-data-server-32bit' 'evolution-data-server-devel' 'evolution-data-server-lang' 'evolution-devel' 'evolution-ews' 'evolution-ews-lang' 'evolution-lang' 'evolution-plugin-bogofilter' 'evolution-plugin-pst-import' 'evolution-plugin-rss' 'evolution-plugin-rss-lang' 'evolution-plugin-spamassassin' 'evolution-plugin-text-highlight' 'evtest' 'exaile' 'exaile-lang' 'exec-maven-plugin' 'exec-maven-plugin-javadoc' 'execstack' 'exempi-tools' 'exercism' 'exfat-utils' 'exfatprogs' 'exif' 'exiftran' 'exim' 'eximon' 'eximstats-html' 'exiv2' 'exiv2-lang' 'exmh' 'exo-branding-openSUSE' 'exo-branding-upstream' 'exo-data' 'exo-devel' 'exo-helpers' 'exo-lang' 'exo-tools' 'exodusii-devel' 'expect' 'expect-devel' 'explain' 'ext3grep' 'ext4magic' 'extra-cmake-modules' 'extra-cmake-modules-doc' 'extra166y' 'extra166y-javadoc' 'extract-appdata-icons' 'extractpdfmark' 'extreme-tuxracer' 'extreme-tuxracer-data' 'extundelete' 'eyeD3' 'ez-ipupdate' 'ezmorph' 'ezmorph-javadoc' 'ezstream' 'f2c' 'f2c-devel' 'f2fs-tools' 'f2fs-tools-compat' 'f2fs-tools-devel' 'f3' 'fIcy' 'faac' 'faac' 'faac-debuginfo' 'faac-debugsource' 'faad2' 'faad2' 'faad2-debuginfo' 'faad2-debugsource' 'faba-icon-theme' 'fabtests' 'facedetect' 'faenza-icon-theme' 'faenza-icon-theme-ambiance' 'faenza-icon-theme-dark' 'faenza-icon-theme-darker' 'faenza-icon-theme-darkest' 'faenza-icon-theme-mint' 'faenza-icon-theme-radiance' 'fail2ban' 'fairymax' 'fakechroot' 'fakeroot' 'fakeroot-32bit' 'falkon' 'falkon' 'falkon-debuginfo' 'falkon-debugsource' 'falkon-gnome-keyring' 'falkon-gnome-keyring-debuginfo' 'falkon-kde' 'falkon-kde-debuginfo' 'falkon-lang' 'farsi-fonts' 'farstream-data' 'farstream-devel' 'fasd' 'fasterxml-oss-parent' 'fastjar' 'fastjet-contrib-devel' 'fastjet-contrib-devel-static' 'fastjet-devel' 'fastjet-plugin-siscone' 'fastjet-plugin-siscone-devel' 'fastlzlib' 'fastlzlib-devel' 'fatrace' 'fatsort' 'fb-util-for-appx' 'fbdesk' 'fbdesk' 'fbdesk-debuginfo' 'fbdesk-debugsource' 'fbi' 'fbiterm' 'fbpdf' 'fbreader' 'fbterm' 'fcdproplus-udev' 'fcgiwrap' 'fcgiwrap-nginx' 'fcitx' 'fcitx-anthy' 'fcitx-branding-openSUSE' 'fcitx-chewing' 'fcitx-cloudpinyin' 'fcitx-config-gtk3' 'fcitx-devel' 'fcitx-fbterm' 'fcitx-googlepinyin' 'fcitx-gtk2' 'fcitx-gtk2-32bit' 'fcitx-gtk3' 'fcitx-gtk3-32bit' 'fcitx-hangul' 'fcitx-kkc' 'fcitx-libpinyin' 'fcitx-m17n' 'fcitx-mozc' 'fcitx-pinyin' 'fcitx-pinyin-tools' 'fcitx-pylogger' 'fcitx-qt5' 'fcitx-qt5-32bit' 'fcitx-qt5-devel' 'fcitx-quwei' 'fcitx-rime' 'fcitx-sayura' 'fcitx-skin-classic' 'fcitx-skin-dark' 'fcitx-skin-new-air' 'fcitx-skk' 'fcitx-sunpinyin' 'fcitx-table' 'fcitx-table-amharic' 'fcitx-table-arabic' 'fcitx-table-cn-bingchan' 'fcitx-table-cn-cangjie' 'fcitx-table-cn-cantonese' 'fcitx-table-cn-cns11643' 'fcitx-table-cn-dianbao' 'fcitx-table-cn-erbi' 'fcitx-table-cn-wanfeng' 'fcitx-table-cn-wu' 'fcitx-table-cn-wubi' 'fcitx-table-cn-wubi-large' 'fcitx-table-cn-wubi-pinyin' 'fcitx-table-cn-zhengma' 'fcitx-table-cn-zhengma-large' 'fcitx-table-cn-ziran' 'fcitx-table-emoji' 'fcitx-table-extra-lang' 'fcitx-table-hk-cantonese' 'fcitx-table-hk-jyutping' 'fcitx-table-hk-stroke5' 'fcitx-table-ipa-x-sampa' 'fcitx-table-latex' 'fcitx-table-malayalam-compose' 'fcitx-table-malayalam-phonetic' 'fcitx-table-other' 'fcitx-table-ru-rustrad' 'fcitx-table-ru-translit' 'fcitx-table-ru-yawerty' 'fcitx-table-t9' 'fcitx-table-tamil-remington' 'fcitx-table-thai' 'fcitx-table-tools' 'fcitx-table-tw-array30' 'fcitx-table-tw-array30-large' 'fcitx-table-tw-boshiamy' 'fcitx-table-tw-cangjie-large' 'fcitx-table-tw-cangjie3' 'fcitx-table-tw-cangjie5' 'fcitx-table-tw-easy-large' 'fcitx-table-tw-quick-classic' 'fcitx-table-tw-quick3' 'fcitx-table-tw-quick5' 'fcitx-table-tw-smart-cangjie6' 'fcitx-table-ua-translit' 'fcitx-table-vi-qr' 'fcitx-ui-light' 'fcitx-unikey' 'fcitx-zhuyin' 'fcoe-utils' 'fcwnn' 'fcwnn-devel' 'fcwnncom' 'fd-fish-completion' 'fd0ssh' 'fdk-aac' 'fdk-aac-debugsource' 'fdk-aac-devel' 'fdkaac' 'fdkaac' 'fdkaac-debuginfo' 'fdkaac-debugsource' 'featherpad' 'featherpad-lang' 'fec-devel' 'fedfs-utils-admin' 'fedfs-utils-client' 'fedfs-utils-common' 'fedfs-utils-devel' 'fedfs-utils-nsdbparams' 'fedfs-utils-server' 'feh' 'felix-gogo-command' 'felix-gogo-command-javadoc' 'felix-gogo-parent' 'felix-gogo-runtime' 'felix-gogo-runtime-javadoc' 'felix-gogo-shell' 'felix-gogo-shell-javadoc' 'felix-parent' 'felix-scr' 'felix-scr-javadoc' 'felix-shell' 'felix-shell-javadoc' 'felix-utils' 'felix-utils-javadoc' 'fence-agents' 'fence-agents-amt_ws' 'fence-agents-devel' 'fence-sanlock' 'festival' 'festival-devel' 'fetchmail' 'fetchmailconf' 'ffado' 'ffado-mixer' 'ffcall' 'ffhevc' 'ffhevc' 'fflas-ffpack-devel' 'fflas-ffpack-doc' 'ffmpeg-2' 'ffmpeg-2-debugsource' 'ffmpeg-2-libavcodec-devel' 'ffmpeg-2-libavdevice-devel' 'ffmpeg-2-libavfilter-devel' 'ffmpeg-2-libavformat-devel' 'ffmpeg-2-libavresample-devel' 'ffmpeg-2-libavutil-devel' 'ffmpeg-2-libpostproc-devel' 'ffmpeg-2-libswresample-devel' 'ffmpeg-2-libswscale-devel' 'ffmpeg-3' 'ffmpeg-3-debugsource' 'ffmpeg-3-libavcodec-devel' 'ffmpeg-3-libavdevice-devel' 'ffmpeg-3-libavfilter-devel' 'ffmpeg-3-libavformat-devel' 'ffmpeg-3-libavresample-devel' 'ffmpeg-3-libavutil-devel' 'ffmpeg-3-libpostproc-devel' 'ffmpeg-3-libswresample-devel' 'ffmpeg-3-libswscale-devel' 'ffmpeg-3-private-devel' 'ffmpeg-4' 'ffmpeg-4-debuginfo' 'ffmpeg-4-debugsource' 'ffmpeg-4-libavcodec-devel' 'ffmpeg-4-libavdevice-devel' 'ffmpeg-4-libavfilter-devel' 'ffmpeg-4-libavformat-devel' 'ffmpeg-4-libavresample-devel' 'ffmpeg-4-libavutil-devel' 'ffmpeg-4-libpostproc-devel' 'ffmpeg-4-libswresample-devel' 'ffmpeg-4-libswscale-devel' 'ffmpeg-4-private-devel' 'ffmpeg2theora' 'ffmpeg2theora' 'ffmpeg2theora-debuginfo' 'ffmpeg2theora-debugsource' 'ffmpegthumbnailer' 'ffmpegyag' 'ffmpegyag' 'ffmpegyag-debuginfo' 'ffmpegyag-debugsource' 'ffmsindex' 'ffnvcodec-devel' 'ffsb' 'fftw3-devel' 'fftw3-gnu-hpc-devel' 'fftw3-gnu-mpich-hpc-devel' 'fftw3-gnu-mvapich2-hpc-devel' 'fftw3-gnu-openmpi1-hpc-devel' 'fftw3-gnu-openmpi2-hpc-devel' 'fftw3-gnu-openmpi3-hpc-devel' 'fftw3-gnu-openmpi4-hpc-devel' 'fftw3-mpi-devel' 'fftw3-openmp-devel' 'fftw3-threads-devel' 'fftw3_3_3_8-gnu-hpc-devel' 'fftw3_3_3_8-gnu-hpc-devel-static' 'fftw3_3_3_8-gnu-mpich-hpc-devel' 'fftw3_3_3_8-gnu-mpich-hpc-devel-static' 'fftw3_3_3_8-gnu-mvapich2-hpc-devel' 'fftw3_3_3_8-gnu-mvapich2-hpc-devel-static' 'fftw3_3_3_8-gnu-openmpi1-hpc-devel' 'fftw3_3_3_8-gnu-openmpi1-hpc-devel-static' 'fftw3_3_3_8-gnu-openmpi2-hpc-devel' 'fftw3_3_3_8-gnu-openmpi2-hpc-devel-static' 'fftw3_3_3_8-gnu-openmpi3-hpc-devel' 'fftw3_3_3_8-gnu-openmpi3-hpc-devel-static' 'fftw3_3_3_8-gnu-openmpi4-hpc-devel' 'fftw3_3_3_8-gnu-openmpi4-hpc-devel-static' 'ffx264' 'ffx264' 'ffxvid' 'ffxvid' 'fhourstones' 'fhs' 'fife-devel' 'fifechan-devel' 'fifth-leg-font' 'figlet' 'file-devel' 'file-devel-32bit' 'file-roller' 'file-roller-lang' 'file-unpack' 'file_server' 'filebench' 'filelight' 'filelight-lang' 'filemanager-actions' 'filemanager-actions-devel' 'filemanager-actions-lang' 'filesystem-media' 'filezilla' 'filezilla-lang' 'fillets-ng' 'fillets-ng-data' 'filter_audio-devel' 'finalcut-bitmap-fonts' 'finalhe' 'finalhe' 'finalhe-debuginfo' 'finalhe-debugsource' 'finch' 'finch-devel' 'findbugs' 'findbugs-bcel' 'findbugs-bcel-javadoc' 'findbugs-javadoc' 'findbugs-tools' 'finger' 'finger-server' 'fio' 'fips' 'fipscheck' 'fipscheck-devel' 'firebird-doc' 'firebird-examples' 'firebird-server' 'firebird-utils' 'firectl' 'firefox-esr-branding-openSUSE' 'firefox-theme-breeze-dark' 'firefox-theme-breeze-dark' 'firefox-uget-integrator' 'firehol' 'firehol-doc' 'firejail' 'firescope' 'firewall-applet' 'firewall-config' 'firewall-macros' 'firewalld-rpcbind-helper' 'fish' 'fish-devel' 'fityk' 'fityk-devel' 'five-or-more' 'five-or-more-doc' 'five-or-more-lang' 'fkwnn' 'fkwnn-devel' 'flac' 'flac-devel' 'flac-devel-32bit' 'flac2all' 'flacon' 'flacon-lang' 'flamerobin' 'flann-devel' 'flannel' 'flannel-k8s-yaml' 'flare' 'flare-game' 'flarq' 'flash-player' 'flash-player' 'flash-player-debugsource' 'flash-player-gnome' 'flash-player-ppapi' 'flashfocus' 'flashrom' 'flatbuffers-devel' 'flatpak-builder' 'flatpak-devel' 'flawfinder' 'fldigi' 'fldigi-lang' 'flex' 'flexdock' 'flickcurl' 'flickcurl-doc' 'flickrnet' 'flickrnet-devel' 'flint-devel' 'florence' 'florence-devel' 'florence-lang' 'flowgrind' 'fltk-devel' 'fltk-devel-32bit' 'fltk-devel-static' 'fluent-bit' 'fluent-bit-devel' 'fluid-soundfont-gs' 'fluidsynth' 'fluidsynth-devel' 'fluidsynth-dssi' 'flute-javadoc' 'fluxbox' 'fluxbox-styles-upstream' 'flxmlrpc-devel' 'fly' 'fmit' 'fmpp' 'fmpp-javadoc' 'fmt-devel' 'fnotifystat' 'fnotifystat-bash-completion' 'focuswriter' 'focuswriter-lang' 'folder-color-common' 'folder-color-common-lang' 'foliate' 'foliate-lang' 'folks-data' 'folks-devel' 'folks-lang' 'folks-tools' 'foma' 'foma-devel' 'fondu' 'fonehome' 'fonehome-server' 'font-specimen' 'font-specimen-devel' 'font-util' 'fontawesome-fonts' 'fontawesome-fonts-web' 'fontcacheproto-devel' 'fontconfig-devel' 'fontconfig-devel-32bit' 'fontconfig-devel-doc' 'fontconfig-doc' 'fontforge' 'fontforge-devel' 'fontforge-doc' 'fontobene-qt5-devel' 'fontpackages-devel' 'fonts-KanjiStrokeOrders' 'fonttosfnt' 'fontweak' 'forge-parent' 'forkbomb' 'forked-daapd' 'forkstat' 'forkstat-bash-completion' 'form' 'fortune' 'fossil' 'fotowall' 'four-in-a-row' 'four-in-a-row-lang' 'fox16-devel' 'fox16-devel-static' 'fox16-doc' 'fox16-example-apps' 'fparser-devel' 'fpc' 'fpc-doc' 'fpc-examples' 'fpc-src' 'fping' 'fplll' 'fplll-devel' 'fpm2' 'fpm2' 'fpm2-debuginfo' 'fpm2-debugsource' 'fpm2-lang' 'fprintd' 'fprintd-devel' 'fprintd-doc' 'fprintd-lang' 'fprintd-pam' 'fprintd-pam-32bit' 'fractal' 'fractal-lang' 'frame' 'frame-devel' 'framel' 'framel-devel' 'frameworkintegration-devel' 'frameworkintegration-devel-32bit' 'frameworkintegration-plugin-32bit' 'fred' 'free-ttf-fonts' 'freealut-devel' 'freecell-solver' 'freecell-solver-devel' 'freeciv' 'freeciv-gtk3' 'freeciv-lang' 'freeciv-qt' 'freedoom' 'freedoom-freedm' 'freedup' 'freeglut-demo' 'freeglut-devel' 'freeglut-devel-32bit' 'freeimage-devel' 'freeipmi' 'freeipmi-bmc-watchdog' 'freeipmi-devel' 'freeipmi-ipmidetectd' 'freeipmi-ipmiseld' 'freemarker' 'freemarker-javadoc' 'freeradius-client' 'freeradius-client-devel' 'freeradius-client-libs' 'freeradius-server' 'freeradius-server-devel' 'freeradius-server-doc' 'freeradius-server-krb5' 'freeradius-server-ldap' 'freeradius-server-libs' 'freeradius-server-mysql' 'freeradius-server-perl' 'freeradius-server-postgresql' 'freeradius-server-python3' 'freeradius-server-sqlite' 'freeradius-server-utils' 'freerdp-devel' 'freerdp-proxy' 'freerdp-server' 'freerdp-wayland' 'freesrp-devel' 'freesrp-udev' 'freetds-config' 'freetds-devel' 'freetds-doc' 'freetds-tools' 'freetuxtv' 'freetuxtv' 'freetuxtv-debuginfo' 'freetuxtv-debugsource' 'freetuxtv-devel' 'freetuxtv-lang' 'freetype' 'freetype-devel' 'freetype-tools' 'freetype2-devel' 'freetype2-devel-32bit' 'freetype2-profile-tti35' 'freexl-devel' 'frei0r-plugins-devel' 'frei0r-plugins-opencv' 'frescobaldi' 'freshplayerplugin' 'freshplayerplugin' 'freshplayerplugin-debuginfo' 'freshplayerplugin-debugsource' 'fribidi-devel' 'frink' 'fritzing' 'fritzing-parts' 'frogatto' 'frogatto-data' 'frogatto-lang' 'frogr' 'frogr-lang' 'frozen-bubble' 'frozen-bubble-lang' 'frozen-bubble-server' 'frr' 'frr-devel' 'fruit21' 'fruit21' 'fruit21-debuginfo' 'fruit21-debugsource' 'fs-check' 'fs-uae' 'fs-uae-arcade' 'fs-uae-launcher' 'fs_mark' 'fsarchiver' 'fslsfonts' 'fstobdf' 'fstrcmp' 'fstrcmp-devel' 'fstrm' 'fstrm-devel' 'fsvs' 'fswebcam' 'ft2demos' 'ftbench' 'ftdiff' 'ftdump' 'ftgamma' 'ftgl-demo' 'ftgl-devel' 'ftgrid' 'ftinspect' 'ftlint' 'ftmulti' 'ftop' 'ftp' 'ftsteutates-sensors' 'ftstring' 'ftvalid' 'ftview' 'ftwnn' 'funny-manpages' 'funny-manpages' 'fuse-devel' 'fuse-devel-static' 'fuse-doc' 'fuse-exfat' 'fuse-oscfs' 'fuse3-devel' 'fuse3-doc' 'fuseiso' 'fusepod' 'fusesmb' 'fusesource-pom' 'fusion-icon' 'fvwm-themes' 'fvwm2' 'fwbuilder' 'fwknop' 'fwknop-gui' 'fwknopd' 'fwnn' 'fwnn-devel' 'fwnncom' 'fwts' 'fwupd-devel' 'fwupdtpmevlog' 'fxload' 'fzf-fish-completion' 'fzy' 'g3utils' 'g810-led' 'gCue2tracks' 'gCue2tracks' 'gaa' 'gajim' 'gajim-lang' 'gajim-plugin-omemo' 'galaxis' 'galculator' 'galculator-lang' 'gama' 'gambas3' 'gambas3-devel' 'gambas3-gb-args' 'gambas3-gb-cairo' 'gambas3-gb-chart' 'gambas3-gb-clipper' 'gambas3-gb-complex' 'gambas3-gb-compress' 'gambas3-gb-compress-bzlib2' 'gambas3-gb-compress-zlib' 'gambas3-gb-crypt' 'gambas3-gb-data' 'gambas3-gb-db' 'gambas3-gb-db-form' 'gambas3-gb-db-mysql' 'gambas3-gb-db-odbc' 'gambas3-gb-db-postgresql' 'gambas3-gb-db-sqlite3' 'gambas3-gb-dbus' 'gambas3-gb-desktop' 'gambas3-gb-eval-highlight' 'gambas3-gb-form' 'gambas3-gb-form-dialog' 'gambas3-gb-form-editor' 'gambas3-gb-form-mdi' 'gambas3-gb-form-print' 'gambas3-gb-form-stock' 'gambas3-gb-form-terminal' 'gambas3-gb-geom' 'gambas3-gb-gmp' 'gambas3-gb-gsl' 'gambas3-gb-gtk' 'gambas3-gb-gtk-opengl' 'gambas3-gb-gtk3' 'gambas3-gb-gui' 'gambas3-gb-httpd' 'gambas3-gb-image' 'gambas3-gb-image-effect' 'gambas3-gb-image-imlib' 'gambas3-gb-image-io' 'gambas3-gb-inotify' 'gambas3-gb-jit' 'gambas3-gb-libxml' 'gambas3-gb-logging' 'gambas3-gb-maps' 'gambas3-gb-markdown' 'gambas3-gb-media' 'gambas3-gb-memcached' 'gambas3-gb-mime' 'gambas3-gb-mysql' 'gambas3-gb-ncurses' 'gambas3-gb-net' 'gambas3-gb-net-curl' 'gambas3-gb-net-pop3' 'gambas3-gb-net-smtp' 'gambas3-gb-openal' 'gambas3-gb-opengl' 'gambas3-gb-opengl-glsl' 'gambas3-gb-opengl-glu' 'gambas3-gb-opengl-sge' 'gambas3-gb-openssl' 'gambas3-gb-option' 'gambas3-gb-pcre' 'gambas3-gb-pdf' 'gambas3-gb-qt5' 'gambas3-gb-qt5-ext' 'gambas3-gb-qt5-opengl' 'gambas3-gb-qt5-webkit' 'gambas3-gb-report' 'gambas3-gb-report2' 'gambas3-gb-scanner' 'gambas3-gb-sdl' 'gambas3-gb-sdl-sound' 'gambas3-gb-settings' 'gambas3-gb-signal' 'gambas3-gb-term' 'gambas3-gb-term-form' 'gambas3-gb-util' 'gambas3-gb-util-web' 'gambas3-gb-v4l' 'gambas3-gb-vb' 'gambas3-gb-web' 'gambas3-gb-web-feed' 'gambas3-gb-web-form' 'gambas3-gb-xml' 'gambas3-gb-xml-rpc' 'gambas3-gb-xml-xslt' 'gambas3-ide' 'gambas3-runtime' 'gambas3-script' 'gamin-devel' 'gammaray' 'gammaray' 'gammaray-debuginfo' 'gammaray-debugsource' 'gammaray-devel' 'gammu' 'gammu-bash-completion' 'gammu-devel' 'gammu-doc' 'gammu-smsd' 'ganglia-devel' 'ganglia-gmetad' 'ganglia-gmetad-skip-bcheck' 'ganglia-gmond' 'ganglia-gmond-modules-python' 'ganglia-web' 'gangway' 'garglk' 'garglk' 'garglk-debuginfo' 'garglk-debugsource' 'garlic' 'garlic-doc' 'gasnet' 'gasnet-devel' 'gasnet-doc' 'gateway_server' 'gaupol' 'gavl' 'gbdfed' 'gbrainy' 'gbrainy-lang' 'gc-devel' 'gcab-devel' 'gcad3d' 'gcal' 'gcal-lang' 'gcc-32bit' 'gcc-PIE' 'gcc-ada' 'gcc-ada-32bit' 'gcc-c++' 'gcc-c++-32bit' 'gcc-d' 'gcc-d-32bit' 'gcc-devel' 'gcc-fortran' 'gcc-fortran-32bit' 'gcc-go' 'gcc-go-32bit' 'gcc-info' 'gcc-locale' 'gcc-obj-c++' 'gcc-objc' 'gcc-objc-32bit' 'gcc10-32bit' 'gcc10-ada' 'gcc10-ada-32bit' 'gcc10-c++' 'gcc10-c++-32bit' 'gcc10-d' 'gcc10-d-32bit' 'gcc10-devel' 'gcc10-fortran' 'gcc10-fortran-32bit' 'gcc10-go' 'gcc10-go-32bit' 'gcc10-info' 'gcc10-locale' 'gcc10-obj-c++' 'gcc10-obj-c++-32bit' 'gcc10-objc' 'gcc10-objc-32bit' 'gcc10-testresults' 'gcc7' 'gcc7-32bit' 'gcc7-ada' 'gcc7-ada-32bit' 'gcc7-c++' 'gcc7-c++-32bit' 'gcc7-devel' 'gcc7-fortran' 'gcc7-fortran-32bit' 'gcc7-go' 'gcc7-go-32bit' 'gcc7-info' 'gcc7-locale' 'gcc7-obj-c++' 'gcc7-obj-c++-32bit' 'gcc7-objc' 'gcc7-objc-32bit' 'gcc7-testresults' 'gcc9-32bit' 'gcc9-ada' 'gcc9-ada-32bit' 'gcc9-c++' 'gcc9-c++-32bit' 'gcc9-d' 'gcc9-d-32bit' 'gcc9-devel' 'gcc9-fortran' 'gcc9-fortran-32bit' 'gcc9-go' 'gcc9-go-32bit' 'gcc9-info' 'gcc9-locale' 'gcc9-obj-c++' 'gcc9-obj-c++-32bit' 'gcc9-objc' 'gcc9-objc-32bit' 'gcc9-testresults' 'gccmakedep' 'gcdemu' 'gcdemu-lang' 'gcin' 'gcin-anthy' 'gcin-anthy-32bit' 'gcin-branding-openSUSE' 'gcin-branding-upstream' 'gcin-gtk2' 'gcin-gtk2-32bit' 'gcin-gtk3' 'gcin-gtk3-32bit' 'gcin-qt5' 'gcin-qt5-32bit' 'gcolor2' 'gcolor3' 'gcompris-qt' 'gcompris-qt-activities' 'gcompris-qt-lang' 'gcompris-qt-voices' 'gconf2-32bit' 'gconf2-devel' 'gcovr' 'gcovr-doc' 'gcr-ssh-askpass' 'gcstar' 'gd' 'gd-devel' 'gd-devel-32bit' 'gdal' 'gdal-devel' 'gdata-sharp' 'gdata-sharp-devel' 'gdb-testresults' 'gdbm-devel' 'gdbm-devel-32bit' 'gdbserver' 'gdcm' 'gdcm-applications' 'gdcm-devel' 'gdcm-examples' 'gdcm-libgdcm3_0' 'gdk-pixbuf-devel' 'gdk-pixbuf-devel-32bit' 'gdk-pixbuf-loader-libheif' 'gdk-pixbuf-loader-libopenraw' 'gdk-pixbuf-loader-libopenraw-32bit' 'gdk-pixbuf-loader-rsvg-32bit' 'gdl-devel' 'gdl-lang' 'gdlmm-devel' 'gdm' 'gdm-branding-MicroOS' 'gdm-branding-openSUSE' 'gdm-branding-upstream' 'gdm-devel' 'gdm-lang' 'gdm-systemd' 'gdouros-abydos-fonts' 'gdouros-abydos-fonts-doc' 'gdouros-aegean-fonts' 'gdouros-aegyptus-fonts' 'gdouros-akkadian-fonts' 'gdouros-alfios-fonts' 'gdouros-analecta-fonts' 'gdouros-anatolian-fonts' 'gdouros-atavyros-fonts' 'gdouros-maya-fonts' 'gdouros-musica-fonts' 'gdouros-symbola-fonts' 'gdouros-text-fonts' 'gdouros-unidings-fonts' 'geany' 'geany-devel' 'geany-doc' 'geany-lang' 'geany-plugins' 'geany-plugins-lang' 'geary' 'geary-lang' 'gebaar-libinput' 'gedit' 'gedit-devel' 'gedit-lang' 'gedit-latex-lang' 'gedit-plugin-bookmarks' 'gedit-plugin-bracketcompletion' 'gedit-plugin-charmap' 'gedit-plugin-codecomment' 'gedit-plugin-colorpicker' 'gedit-plugin-colorschemer' 'gedit-plugin-commander' 'gedit-plugin-devhelp' 'gedit-plugin-drawspaces' 'gedit-plugin-findinfiles' 'gedit-plugin-git' 'gedit-plugin-joinlines' 'gedit-plugin-latex' 'gedit-plugin-multiedit' 'gedit-plugin-session-saver' 'gedit-plugin-smartspaces' 'gedit-plugin-synctex' 'gedit-plugin-terminal' 'gedit-plugin-textsize' 'gedit-plugin-translate' 'gedit-plugin-wordcompletion' 'gedit-plugins' 'gedit-plugins-data' 'gedit-plugins-lang' 'gedit-theme-adapta' 'gedit-theme-plata' 'geekodoc' 'geeqie' 'geeqie-lang' 'gegl' 'gegl-devel' 'gegl-doc' 'geis-devel' 'geis-tools' 'gemrb' 'genders' 'genders-base' 'genders-devel' 'genders-perl-compat' 'geners-devel' 'gengetopt' 'genius' 'genius-devel' 'genius-lang' 'genromfs' 'gensio' 'gensio-devel' 'gentoo' 'gentoo' 'gentoo-debuginfo' 'gentoo-debugsource' 'geoclue2' 'geoclue2-devel' 'geocode-glib' 'geocode-glib-devel' 'geoipupdate' 'geoipupdate-legacy' 'geolite2legacy' 'geos-devel' 'geotiff' 'geotiff-devel' 'gerbv' 'gerbv-devel' 'german-pos-dict' 'geronimo-annotation-1_0-api' 'geronimo-commonj-1_1-apis' 'geronimo-corba-1_0-apis' 'geronimo-corba-2_3-apis' 'geronimo-ejb-2_1-api' 'geronimo-ejb-3_0-api' 'geronimo-el-1_0-api' 'geronimo-interceptor-3_0-api' 'geronimo-j2ee-1_4-apis' 'geronimo-j2ee-connector-1_5-api' 'geronimo-j2ee-deployment-1_1-api' 'geronimo-j2ee-management-1_0-api' 'geronimo-j2ee-management-1_1-api' 'geronimo-jacc-1_0-api' 'geronimo-jacc-1_1-api' 'geronimo-jaf-1_0_2-api' 'geronimo-jaf-1_1-api' 'geronimo-javaee-deployment-1_1-api' 'geronimo-javamail-1_3_1-api' 'geronimo-javamail-1_4-api' 'geronimo-jaxr-1_0-api' 'geronimo-jaxrpc-1_1-api' 'geronimo-jms-1_1-api' 'geronimo-jpa-3_0-api' 'geronimo-jsp-2_0-api' 'geronimo-jsp-2_1-api' 'geronimo-jta-1_0_1B-api' 'geronimo-jta-1_1-api' 'geronimo-qname-1_1-api' 'geronimo-saaj-1_1-api' 'geronimo-servlet-2_4-api' 'geronimo-servlet-2_5-api' 'geronimo-specs-pom' 'geronimo-stax-1_0-api' 'geronimo-ws-metadata-2_0-api' 'get_iplayer' 'get_iplayer' 'get_iplayer-pvr' 'getdp' 'getdp-devel' 'getdp-doc' 'gettext-csharp' 'gettext-its-gtk3' 'gettext-its-gtk4' 'gettext-java' 'gettext-runtime-32bit' 'gettext-runtime-mini-tools-doc' 'gettext-runtime-tools-doc' 'gexif' 'gexif-lang' 'gf2x-devel' 'gfan' 'gfbgraph-devel' 'gfio' 'gflags' 'gflags-devel' 'gflags-devel-static' 'gfs2-utils' 'gfxboot' 'gfxboot-branding-KDE' 'gfxboot-branding-openSUSE' 'gfxboot-branding-upstream' 'gfxboot-devel' 'ghc' 'ghc-Cabal' 'ghc-Cabal-devel' 'ghc-DAV' 'ghc-DAV-devel' 'ghc-Decimal' 'ghc-Decimal-devel' 'ghc-Diff' 'ghc-Diff-devel' 'ghc-Glob' 'ghc-Glob-devel' 'ghc-HTTP' 'ghc-HTTP-devel' 'ghc-HUnit' 'ghc-HUnit-devel' 'ghc-HsYAML' 'ghc-HsYAML-aeson' 'ghc-HsYAML-aeson-devel' 'ghc-HsYAML-devel' 'ghc-IfElse' 'ghc-IfElse-devel' 'ghc-JuicyPixels' 'ghc-JuicyPixels-devel' 'ghc-Only' 'ghc-Only-devel' 'ghc-QuickCheck' 'ghc-QuickCheck-devel' 'ghc-SDL' 'ghc-SDL-devel' 'ghc-SDL-image' 'ghc-SDL-image-devel' 'ghc-SDL-mixer' 'ghc-SDL-mixer-devel' 'ghc-SHA' 'ghc-SHA-devel' 'ghc-SafeSemaphore' 'ghc-SafeSemaphore-devel' 'ghc-ShellCheck' 'ghc-ShellCheck-devel' 'ghc-StateVar' 'ghc-StateVar-devel' 'ghc-X11' 'ghc-X11-devel' 'ghc-X11-xft' 'ghc-X11-xft-devel' 'ghc-adjunctions' 'ghc-adjunctions-devel' 'ghc-aeson' 'ghc-aeson-devel' 'ghc-aeson-pretty' 'ghc-aeson-pretty-devel' 'ghc-aeson-yaml' 'ghc-aeson-yaml-devel' 'ghc-algebraic-graphs' 'ghc-algebraic-graphs-devel' 'ghc-alsa-core' 'ghc-alsa-core-devel' 'ghc-alsa-mixer' 'ghc-alsa-mixer-devel' 'ghc-annotated-wl-pprint' 'ghc-annotated-wl-pprint-devel' 'ghc-ansi-terminal' 'ghc-ansi-terminal-devel' 'ghc-ansi-wl-pprint' 'ghc-ansi-wl-pprint-devel' 'ghc-appar' 'ghc-appar-devel' 'ghc-array' 'ghc-array-devel' 'ghc-ascii-progress' 'ghc-ascii-progress-devel' 'ghc-asn1-encoding' 'ghc-asn1-encoding-devel' 'ghc-asn1-parse' 'ghc-asn1-parse-devel' 'ghc-asn1-types' 'ghc-asn1-types-devel' 'ghc-assoc' 'ghc-assoc-devel' 'ghc-async' 'ghc-async-devel' 'ghc-atomic-write' 'ghc-atomic-write-devel' 'ghc-attoparsec' 'ghc-attoparsec-devel' 'ghc-attoparsec-iso8601' 'ghc-attoparsec-iso8601-devel' 'ghc-auto-update' 'ghc-auto-update-devel' 'ghc-aws' 'ghc-aws-devel' 'ghc-base' 'ghc-base-compat' 'ghc-base-compat-batteries' 'ghc-base-compat-batteries-devel' 'ghc-base-compat-devel' 'ghc-base-devel' 'ghc-base-noprelude' 'ghc-base-noprelude-devel' 'ghc-base-orphans' 'ghc-base-orphans-devel' 'ghc-base-prelude' 'ghc-base-prelude-devel' 'ghc-base16-bytestring' 'ghc-base16-bytestring-devel' 'ghc-base64-bytestring' 'ghc-base64-bytestring-devel' 'ghc-basement' 'ghc-basement-devel' 'ghc-bencode' 'ghc-bencode-devel' 'ghc-bifunctors' 'ghc-bifunctors-devel' 'ghc-binary' 'ghc-binary-devel' 'ghc-bindings-uname' 'ghc-bindings-uname-devel' 'ghc-bitarray' 'ghc-bitarray-devel' 'ghc-blaze-builder' 'ghc-blaze-builder-devel' 'ghc-blaze-html' 'ghc-blaze-html-devel' 'ghc-blaze-markup' 'ghc-blaze-markup-devel' 'ghc-bloomfilter' 'ghc-bloomfilter-devel' 'ghc-bootstrap-helpers' 'ghc-boxes' 'ghc-boxes-devel' 'ghc-brick' 'ghc-brick-devel' 'ghc-bsb-http-chunked' 'ghc-bsb-http-chunked-devel' 'ghc-byteable' 'ghc-byteable-devel' 'ghc-byteorder' 'ghc-byteorder-devel' 'ghc-bytestring' 'ghc-bytestring-builder' 'ghc-bytestring-builder-devel' 'ghc-bytestring-devel' 'ghc-cabal-doctest' 'ghc-cabal-doctest-devel' 'ghc-cabal-plan' 'ghc-cabal-plan-devel' 'ghc-cabal2spec' 'ghc-cabal2spec-devel' 'ghc-call-stack' 'ghc-call-stack-devel' 'ghc-case-insensitive' 'ghc-case-insensitive-devel' 'ghc-cassava' 'ghc-cassava-devel' 'ghc-cassava-megaparsec' 'ghc-cassava-megaparsec-devel' 'ghc-cborg' 'ghc-cborg-devel' 'ghc-cborg-json' 'ghc-cborg-json-devel' 'ghc-cereal' 'ghc-cereal-devel' 'ghc-charset' 'ghc-charset-devel' 'ghc-cipher-aes' 'ghc-cipher-aes-devel' 'ghc-clientsession' 'ghc-clientsession-devel' 'ghc-clock' 'ghc-clock-devel' 'ghc-cmark-gfm' 'ghc-cmark-gfm-devel' 'ghc-cmdargs' 'ghc-cmdargs-devel' 'ghc-colour' 'ghc-colour-devel' 'ghc-commonmark' 'ghc-commonmark-devel' 'ghc-commonmark-extensions' 'ghc-commonmark-extensions-devel' 'ghc-commonmark-pandoc' 'ghc-commonmark-pandoc-devel' 'ghc-comonad' 'ghc-comonad-devel' 'ghc-compiler' 'ghc-concurrent-output' 'ghc-concurrent-output-devel' 'ghc-conduit' 'ghc-conduit-combinators' 'ghc-conduit-combinators-devel' 'ghc-conduit-devel' 'ghc-conduit-extra' 'ghc-conduit-extra-devel' 'ghc-config-ini' 'ghc-config-ini-devel' 'ghc-connection' 'ghc-connection-devel' 'ghc-constraints' 'ghc-constraints-devel' 'ghc-containers' 'ghc-containers-devel' 'ghc-contravariant' 'ghc-contravariant-devel' 'ghc-control-monad-free' 'ghc-control-monad-free-devel' 'ghc-cookie' 'ghc-cookie-devel' 'ghc-cpphs' 'ghc-cpphs-devel' 'ghc-cprng-aes' 'ghc-cprng-aes-devel' 'ghc-crypto-api' 'ghc-crypto-api-devel' 'ghc-crypto-cipher-types' 'ghc-crypto-cipher-types-devel' 'ghc-crypto-random' 'ghc-crypto-random-devel' 'ghc-cryptohash' 'ghc-cryptohash-conduit' 'ghc-cryptohash-conduit-devel' 'ghc-cryptohash-devel' 'ghc-cryptohash-md5' 'ghc-cryptohash-md5-devel' 'ghc-cryptohash-sha1' 'ghc-cryptohash-sha1-devel' 'ghc-cryptohash-sha256' 'ghc-cryptohash-sha256-devel' 'ghc-cryptonite' 'ghc-cryptonite-conduit' 'ghc-cryptonite-conduit-devel' 'ghc-cryptonite-devel' 'ghc-css-text' 'ghc-css-text-devel' 'ghc-csv' 'ghc-csv-devel' 'ghc-data-clist' 'ghc-data-clist-devel' 'ghc-data-default' 'ghc-data-default-class' 'ghc-data-default-class-devel' 'ghc-data-default-devel' 'ghc-data-default-instances-containers' 'ghc-data-default-instances-containers-devel' 'ghc-data-default-instances-dlist' 'ghc-data-default-instances-dlist-devel' 'ghc-data-default-instances-old-locale' 'ghc-data-default-instances-old-locale-devel' 'ghc-data-fix' 'ghc-data-fix-devel' 'ghc-dbus' 'ghc-dbus-devel' 'ghc-dec' 'ghc-dec-devel' 'ghc-deepseq' 'ghc-deepseq-devel' 'ghc-dhall' 'ghc-dhall-devel' 'ghc-dhall-json' 'ghc-dhall-json-devel' 'ghc-dhall-yaml' 'ghc-dhall-yaml-devel' 'ghc-digest' 'ghc-digest-devel' 'ghc-directory' 'ghc-directory-devel' 'ghc-disk-free-space' 'ghc-disk-free-space-devel' 'ghc-distribution-opensuse' 'ghc-distribution-opensuse-devel' 'ghc-distributive' 'ghc-distributive-devel' 'ghc-dlist' 'ghc-dlist-devel' 'ghc-doclayout' 'ghc-doclayout-devel' 'ghc-doctemplates' 'ghc-doctemplates-devel' 'ghc-dotgen' 'ghc-dotgen-devel' 'ghc-double-conversion' 'ghc-double-conversion-devel' 'ghc-easy-file' 'ghc-easy-file-devel' 'ghc-echo' 'ghc-echo-devel' 'ghc-ed25519' 'ghc-ed25519-devel' 'ghc-edit-distance' 'ghc-edit-distance-devel' 'ghc-either' 'ghc-either-devel' 'ghc-email-validate' 'ghc-email-validate-devel' 'ghc-emojis' 'ghc-emojis-devel' 'ghc-enclosed-exceptions' 'ghc-enclosed-exceptions-devel' 'ghc-entropy' 'ghc-entropy-devel' 'ghc-erf' 'ghc-erf-devel' 'ghc-errors' 'ghc-errors-devel' 'ghc-exceptions' 'ghc-exceptions-devel' 'ghc-extensible-exceptions' 'ghc-extensible-exceptions-devel' 'ghc-extra' 'ghc-extra-devel' 'ghc-fail' 'ghc-fail-devel' 'ghc-fast-logger' 'ghc-fast-logger-devel' 'ghc-fdo-notify' 'ghc-fdo-notify-devel' 'ghc-feed' 'ghc-feed-devel' 'ghc-fgl' 'ghc-fgl-devel' 'ghc-file-embed' 'ghc-file-embed-devel' 'ghc-filelock' 'ghc-filelock-devel' 'ghc-filemanip' 'ghc-filemanip-devel' 'ghc-filepath' 'ghc-filepath-bytestring' 'ghc-filepath-bytestring-devel' 'ghc-filepath-devel' 'ghc-filepattern' 'ghc-filepattern-devel' 'ghc-filtrable' 'ghc-filtrable-devel' 'ghc-fingertree' 'ghc-fingertree-devel' 'ghc-foldl' 'ghc-foldl-devel' 'ghc-foundation' 'ghc-foundation-devel' 'ghc-free' 'ghc-free-devel' 'ghc-fsnotify' 'ghc-fsnotify-devel' 'ghc-generic-deriving' 'ghc-generic-deriving-devel' 'ghc-generic-lens' 'ghc-generic-lens-core' 'ghc-generic-lens-core-devel' 'ghc-generic-lens-devel' 'ghc-ghc' 'ghc-ghc-boot' 'ghc-ghc-boot-devel' 'ghc-ghc-boot-th' 'ghc-ghc-boot-th-devel' 'ghc-ghc-compact' 'ghc-ghc-compact-devel' 'ghc-ghc-devel' 'ghc-ghc-heap' 'ghc-ghc-heap-devel' 'ghc-ghc-lib-parser-ex' 'ghc-ghc-lib-parser-ex-devel' 'ghc-ghc-paths' 'ghc-ghc-paths-devel' 'ghc-ghci' 'ghc-ghci-devel' 'ghc-ghcid' 'ghc-ghcid-devel' 'ghc-git-lfs' 'ghc-git-lfs-devel' 'ghc-githash' 'ghc-githash-devel' 'ghc-gitrev' 'ghc-gitrev-devel' 'ghc-hackage-security' 'ghc-hackage-security-devel' 'ghc-haddock-library' 'ghc-haddock-library-devel' 'ghc-half' 'ghc-half-devel' 'ghc-hashable' 'ghc-hashable-devel' 'ghc-hashtables' 'ghc-hashtables-devel' 'ghc-haskeline' 'ghc-haskeline-devel' 'ghc-haskell-lexer' 'ghc-haskell-lexer-devel' 'ghc-heaps' 'ghc-heaps-devel' 'ghc-hi-file-parser' 'ghc-hi-file-parser-devel' 'ghc-hinotify' 'ghc-hinotify-devel' 'ghc-hjsmin' 'ghc-hjsmin-devel' 'ghc-hledger' 'ghc-hledger-devel' 'ghc-hledger-lib' 'ghc-hledger-lib-devel' 'ghc-hlint' 'ghc-hlint-devel' 'ghc-hostname' 'ghc-hostname-devel' 'ghc-hourglass' 'ghc-hourglass-devel' 'ghc-hpack' 'ghc-hpack-devel' 'ghc-hpc' 'ghc-hpc-devel' 'ghc-hs-bibutils' 'ghc-hs-bibutils-devel' 'ghc-hscolour' 'ghc-hscolour-devel' 'ghc-hsemail' 'ghc-hsemail-devel' 'ghc-hslogger' 'ghc-hslogger-devel' 'ghc-hslua' 'ghc-hslua-devel' 'ghc-hslua-module-system' 'ghc-hslua-module-system-devel' 'ghc-hslua-module-text' 'ghc-hslua-module-text-devel' 'ghc-hspec' 'ghc-hspec-core' 'ghc-hspec-core-devel' 'ghc-hspec-devel' 'ghc-hspec-discover' 'ghc-hspec-discover-devel' 'ghc-hspec-expectations' 'ghc-hspec-expectations-devel' 'ghc-hspec-smallcheck' 'ghc-hspec-smallcheck-devel' 'ghc-html' 'ghc-html-devel' 'ghc-http-api-data' 'ghc-http-api-data-devel' 'ghc-http-client' 'ghc-http-client-devel' 'ghc-http-client-restricted' 'ghc-http-client-restricted-devel' 'ghc-http-client-tls' 'ghc-http-client-tls-devel' 'ghc-http-conduit' 'ghc-http-conduit-devel' 'ghc-http-date' 'ghc-http-date-devel' 'ghc-http-types' 'ghc-http-types-devel' 'ghc-http2' 'ghc-http2-devel' 'ghc-hxt' 'ghc-hxt-charproperties' 'ghc-hxt-charproperties-devel' 'ghc-hxt-devel' 'ghc-hxt-regex-xmlschema' 'ghc-hxt-regex-xmlschema-devel' 'ghc-hxt-unicode' 'ghc-hxt-unicode-devel' 'ghc-indexed-profunctors' 'ghc-indexed-profunctors-devel' 'ghc-infer-license' 'ghc-infer-license-devel' 'ghc-integer-logarithms' 'ghc-integer-logarithms-devel' 'ghc-intern' 'ghc-intern-devel' 'ghc-invariant' 'ghc-invariant-devel' 'ghc-iproute' 'ghc-iproute-devel' 'ghc-ipynb' 'ghc-ipynb-devel' 'ghc-iso8601-time' 'ghc-iso8601-time-devel' 'ghc-iwlib' 'ghc-iwlib-devel' 'ghc-jira-wiki-markup' 'ghc-jira-wiki-markup-devel' 'ghc-js-dgtable' 'ghc-js-dgtable-devel' 'ghc-js-flot' 'ghc-js-flot-devel' 'ghc-js-jquery' 'ghc-js-jquery-devel' 'ghc-kan-extensions' 'ghc-kan-extensions-devel' 'ghc-language-c' 'ghc-language-c-devel' 'ghc-language-javascript' 'ghc-language-javascript-devel' 'ghc-lens' 'ghc-lens-devel' 'ghc-lens-family-core' 'ghc-lens-family-core-devel' 'ghc-libiserv' 'ghc-libiserv-devel' 'ghc-libmpd' 'ghc-libmpd-devel' 'ghc-libraries' 'ghc-libxml-sax' 'ghc-libxml-sax-devel' 'ghc-libyaml' 'ghc-libyaml-devel' 'ghc-lifted-async' 'ghc-lifted-async-devel' 'ghc-lifted-base' 'ghc-lifted-base-devel' 'ghc-liquid-fixpoint' 'ghc-liquid-fixpoint-devel' 'ghc-liquidhaskell' 'ghc-liquidhaskell-devel' 'ghc-logict' 'ghc-logict-devel' 'ghc-lucid' 'ghc-lucid-devel' 'ghc-lukko' 'ghc-lukko-devel' 'ghc-magic' 'ghc-magic-devel' 'ghc-managed' 'ghc-managed-devel' 'ghc-math-functions' 'ghc-math-functions-devel' 'ghc-megaparsec' 'ghc-megaparsec-devel' 'ghc-memory' 'ghc-memory-devel' 'ghc-microlens' 'ghc-microlens-devel' 'ghc-microlens-ghc' 'ghc-microlens-ghc-devel' 'ghc-microlens-mtl' 'ghc-microlens-mtl-devel' 'ghc-microlens-platform' 'ghc-microlens-platform-devel' 'ghc-microlens-th' 'ghc-microlens-th-devel' 'ghc-mime-types' 'ghc-mime-types-devel' 'ghc-mintty' 'ghc-mintty-devel' 'ghc-mmorph' 'ghc-mmorph-devel' 'ghc-monad-control' 'ghc-monad-control-devel' 'ghc-monad-logger' 'ghc-monad-logger-devel' 'ghc-monad-loops' 'ghc-monad-loops-devel' 'ghc-mono-traversable' 'ghc-mono-traversable-devel' 'ghc-mountpoints' 'ghc-mountpoints-devel' 'ghc-mtl' 'ghc-mtl-devel' 'ghc-mustache' 'ghc-mustache-devel' 'ghc-mwc-random' 'ghc-mwc-random-devel' 'ghc-neat-interpolation' 'ghc-neat-interpolation-devel' 'ghc-netlink' 'ghc-netlink-devel' 'ghc-network' 'ghc-network-bsd' 'ghc-network-bsd-devel' 'ghc-network-byte-order' 'ghc-network-byte-order-devel' 'ghc-network-devel' 'ghc-network-info' 'ghc-network-info-devel' 'ghc-network-multicast' 'ghc-network-multicast-devel' 'ghc-network-uri' 'ghc-network-uri-devel' 'ghc-old-locale' 'ghc-old-locale-devel' 'ghc-old-time' 'ghc-old-time-devel' 'ghc-open-browser' 'ghc-open-browser-devel' 'ghc-optics' 'ghc-optics-core' 'ghc-optics-core-devel' 'ghc-optics-devel' 'ghc-optics-extra' 'ghc-optics-extra-devel' 'ghc-optics-th' 'ghc-optics-th-devel' 'ghc-optional-args' 'ghc-optional-args-devel' 'ghc-optparse-applicative' 'ghc-optparse-applicative-devel' 'ghc-optparse-simple' 'ghc-optparse-simple-devel' 'ghc-pandoc' 'ghc-pandoc-citeproc' 'ghc-pandoc-citeproc-devel' 'ghc-pandoc-devel' 'ghc-pandoc-types' 'ghc-pandoc-types-devel' 'ghc-parallel' 'ghc-parallel-devel' 'ghc-parsec' 'ghc-parsec-class' 'ghc-parsec-class-devel' 'ghc-parsec-devel' 'ghc-parsec-numbers' 'ghc-parsec-numbers-devel' 'ghc-parser-combinators' 'ghc-parser-combinators-devel' 'ghc-parsers' 'ghc-parsers-devel' 'ghc-path' 'ghc-path-devel' 'ghc-path-io' 'ghc-path-io-devel' 'ghc-path-pieces' 'ghc-path-pieces-devel' 'ghc-pem' 'ghc-pem-devel' 'ghc-persistent' 'ghc-persistent-devel' 'ghc-persistent-sqlite' 'ghc-persistent-sqlite-devel' 'ghc-persistent-template' 'ghc-persistent-template-devel' 'ghc-polyparse' 'ghc-polyparse-devel' 'ghc-postgresql-libpq' 'ghc-postgresql-libpq-devel' 'ghc-postgresql-simple' 'ghc-postgresql-simple-devel' 'ghc-pretty' 'ghc-pretty-devel' 'ghc-pretty-hex' 'ghc-pretty-hex-devel' 'ghc-pretty-show' 'ghc-pretty-show-devel' 'ghc-pretty-simple' 'ghc-pretty-simple-devel' 'ghc-prettyprinter' 'ghc-prettyprinter-ansi-terminal' 'ghc-prettyprinter-ansi-terminal-devel' 'ghc-prettyprinter-devel' 'ghc-primitive' 'ghc-primitive-devel' 'ghc-process' 'ghc-process-devel' 'ghc-profunctors' 'ghc-profunctors-devel' 'ghc-psqueues' 'ghc-psqueues-devel' 'ghc-quickcheck-io' 'ghc-quickcheck-io-devel' 'ghc-random' 'ghc-random-devel' 'ghc-refact' 'ghc-refact-devel' 'ghc-reflection' 'ghc-reflection-devel' 'ghc-regex-applicative' 'ghc-regex-applicative-devel' 'ghc-regex-applicative-text' 'ghc-regex-applicative-text-devel' 'ghc-regex-base' 'ghc-regex-base-devel' 'ghc-regex-compat' 'ghc-regex-compat-devel' 'ghc-regex-pcre-builtin' 'ghc-regex-pcre-builtin-devel' 'ghc-regex-posix' 'ghc-regex-posix-devel' 'ghc-regex-tdfa' 'ghc-regex-tdfa-devel' 'ghc-repline' 'ghc-repline-devel' 'ghc-resolv' 'ghc-resolv-devel' 'ghc-resource-pool' 'ghc-resource-pool-devel' 'ghc-resourcet' 'ghc-resourcet-devel' 'ghc-rfc5051' 'ghc-rfc5051-devel' 'ghc-rio' 'ghc-rio-devel' 'ghc-rio-orphans' 'ghc-rio-orphans-devel' 'ghc-rio-prettyprint' 'ghc-rio-prettyprint-devel' 'ghc-rpm-macros' 'ghc-rpm-macros-extra' 'ghc-safe' 'ghc-safe-devel' 'ghc-safe-exceptions' 'ghc-safe-exceptions-devel' 'ghc-sandi' 'ghc-sandi-devel' 'ghc-scientific' 'ghc-scientific-devel' 'ghc-securemem' 'ghc-securemem-devel' 'ghc-semialign' 'ghc-semialign-devel' 'ghc-semigroupoids' 'ghc-semigroupoids-devel' 'ghc-semigroups' 'ghc-semigroups-devel' 'ghc-serialise' 'ghc-serialise-devel' 'ghc-setenv' 'ghc-setenv-devel' 'ghc-setlocale' 'ghc-setlocale-devel' 'ghc-shake' 'ghc-shake-devel' 'ghc-shakespeare' 'ghc-shakespeare-devel' 'ghc-shelly' 'ghc-shelly-devel' 'ghc-silently' 'ghc-silently-devel' 'ghc-simple-sendfile' 'ghc-simple-sendfile-devel' 'ghc-singleton-bool' 'ghc-singleton-bool-devel' 'ghc-skein' 'ghc-skein-devel' 'ghc-skylighting' 'ghc-skylighting-core' 'ghc-skylighting-core-devel' 'ghc-skylighting-devel' 'ghc-smallcheck' 'ghc-smallcheck-devel' 'ghc-socks' 'ghc-socks-devel' 'ghc-split' 'ghc-split-devel' 'ghc-splitmix' 'ghc-splitmix-devel' 'ghc-stm' 'ghc-stm-chans' 'ghc-stm-chans-devel' 'ghc-stm-devel' 'ghc-store-core' 'ghc-store-core-devel' 'ghc-streaming-commons' 'ghc-streaming-commons-devel' 'ghc-strict' 'ghc-strict-devel' 'ghc-syb' 'ghc-syb-devel' 'ghc-system-fileio' 'ghc-system-fileio-devel' 'ghc-system-filepath' 'ghc-system-filepath-devel' 'ghc-tabular' 'ghc-tabular-devel' 'ghc-tagged' 'ghc-tagged-devel' 'ghc-tagsoup' 'ghc-tagsoup-devel' 'ghc-tar' 'ghc-tar-conduit' 'ghc-tar-conduit-devel' 'ghc-tar-devel' 'ghc-tasty' 'ghc-tasty-devel' 'ghc-tasty-hunit' 'ghc-tasty-hunit-devel' 'ghc-tasty-quickcheck' 'ghc-tasty-quickcheck-devel' 'ghc-tasty-rerun' 'ghc-tasty-rerun-devel' 'ghc-template-haskell' 'ghc-template-haskell-devel' 'ghc-temporary' 'ghc-temporary-devel' 'ghc-terminal-size' 'ghc-terminal-size-devel' 'ghc-terminfo' 'ghc-terminfo-devel' 'ghc-test-framework' 'ghc-test-framework-devel' 'ghc-test-framework-hunit' 'ghc-test-framework-hunit-devel' 'ghc-texmath' 'ghc-texmath-devel' 'ghc-text' 'ghc-text-conversions' 'ghc-text-conversions-devel' 'ghc-text-devel' 'ghc-text-format' 'ghc-text-format-devel' 'ghc-text-manipulate' 'ghc-text-manipulate-devel' 'ghc-text-metrics' 'ghc-text-metrics-devel' 'ghc-text-short' 'ghc-text-short-devel' 'ghc-text-zipper' 'ghc-text-zipper-devel' 'ghc-tf-random' 'ghc-tf-random-devel' 'ghc-th-abstraction' 'ghc-th-abstraction-devel' 'ghc-th-expand-syns' 'ghc-th-expand-syns-devel' 'ghc-th-lift' 'ghc-th-lift-devel' 'ghc-th-lift-instances' 'ghc-th-lift-instances-devel' 'ghc-th-orphans' 'ghc-th-orphans-devel' 'ghc-th-reify-many' 'ghc-th-reify-many-devel' 'ghc-th-utilities' 'ghc-th-utilities-devel' 'ghc-these' 'ghc-these-devel' 'ghc-time' 'ghc-time-compat' 'ghc-time-compat-devel' 'ghc-time-devel' 'ghc-time-locale-compat' 'ghc-time-locale-compat-devel' 'ghc-time-manager' 'ghc-time-manager-devel' 'ghc-timeit' 'ghc-timeit-devel' 'ghc-timezone-olson' 'ghc-timezone-olson-devel' 'ghc-timezone-series' 'ghc-timezone-series-devel' 'ghc-tls' 'ghc-tls-devel' 'ghc-tls-session-manager' 'ghc-tls-session-manager-devel' 'ghc-topograph' 'ghc-topograph-devel' 'ghc-torrent' 'ghc-torrent-devel' 'ghc-transformers' 'ghc-transformers-base' 'ghc-transformers-base-devel' 'ghc-transformers-compat' 'ghc-transformers-compat-devel' 'ghc-transformers-devel' 'ghc-turtle' 'ghc-turtle-devel' 'ghc-type-equality' 'ghc-type-equality-devel' 'ghc-typed-process' 'ghc-typed-process-devel' 'ghc-uglymemo' 'ghc-uglymemo-devel' 'ghc-unbounded-delays' 'ghc-unbounded-delays-devel' 'ghc-unicode-transforms' 'ghc-unicode-transforms-devel' 'ghc-uniplate' 'ghc-uniplate-devel' 'ghc-unix' 'ghc-unix-compat' 'ghc-unix-compat-devel' 'ghc-unix-devel' 'ghc-unix-time' 'ghc-unix-time-devel' 'ghc-unliftio' 'ghc-unliftio-core' 'ghc-unliftio-core-devel' 'ghc-unliftio-devel' 'ghc-unordered-containers' 'ghc-unordered-containers-devel' 'ghc-uri-encode' 'ghc-uri-encode-devel' 'ghc-utf8-string' 'ghc-utf8-string-devel' 'ghc-utility-ht' 'ghc-utility-ht-devel' 'ghc-uuid' 'ghc-uuid-devel' 'ghc-uuid-types' 'ghc-uuid-types-devel' 'ghc-vault' 'ghc-vault-devel' 'ghc-vector' 'ghc-vector-algorithms' 'ghc-vector-algorithms-devel' 'ghc-vector-binary-instances' 'ghc-vector-binary-instances-devel' 'ghc-vector-builder' 'ghc-vector-builder-devel' 'ghc-vector-devel' 'ghc-vector-th-unbox' 'ghc-vector-th-unbox-devel' 'ghc-void' 'ghc-void-devel' 'ghc-vty' 'ghc-vty-devel' 'ghc-wai' 'ghc-wai-app-static' 'ghc-wai-app-static-devel' 'ghc-wai-devel' 'ghc-wai-extra' 'ghc-wai-extra-devel' 'ghc-wai-logger' 'ghc-wai-logger-devel' 'ghc-warp' 'ghc-warp-devel' 'ghc-warp-tls' 'ghc-warp-tls-devel' 'ghc-wcwidth' 'ghc-wcwidth-devel' 'ghc-weeder' 'ghc-weeder-devel' 'ghc-wizards' 'ghc-wizards-devel' 'ghc-word-wrap' 'ghc-word-wrap-devel' 'ghc-word8' 'ghc-word8-devel' 'ghc-x509' 'ghc-x509-devel' 'ghc-x509-store' 'ghc-x509-store-devel' 'ghc-x509-system' 'ghc-x509-system-devel' 'ghc-x509-validation' 'ghc-x509-validation-devel' 'ghc-xhtml' 'ghc-xhtml-devel' 'ghc-xml' 'ghc-xml-conduit' 'ghc-xml-conduit-devel' 'ghc-xml-devel' 'ghc-xml-hamlet' 'ghc-xml-hamlet-devel' 'ghc-xml-types' 'ghc-xml-types-devel' 'ghc-xmobar' 'ghc-xmobar-devel' 'ghc-xmonad' 'ghc-xmonad-contrib' 'ghc-xmonad-contrib-devel' 'ghc-xmonad-devel' 'ghc-xss-sanitize' 'ghc-xss-sanitize-devel' 'ghc-yaml' 'ghc-yaml-devel' 'ghc-yesod' 'ghc-yesod-core' 'ghc-yesod-core-devel' 'ghc-yesod-devel' 'ghc-yesod-form' 'ghc-yesod-form-devel' 'ghc-yesod-persistent' 'ghc-yesod-persistent-devel' 'ghc-yesod-static' 'ghc-yesod-static-devel' 'ghc-zip-archive' 'ghc-zip-archive-devel' 'ghc-zlib' 'ghc-zlib-devel' 'ghcid' 'ghex' 'ghex-devel' 'ghex-lang' 'ghostscript-devel' 'ghostscript-fonts' 'ghostscript-fonts-grops' 'ghostview' 'ghostwriter' 'ghostwriter-lang' 'giada' 'giblib-devel' 'giflib-devel' 'giflib-devel-32bit' 'giflib-progs' 'gifsicle' 'gigedit' 'gigedit' 'gigedit-debuginfo' 'gigedit-debugsource' 'gigolo' 'gigolo-lang' 'gimmix' 'gimmix' 'gimmix-debuginfo' 'gimmix-debugsource' 'gimp-devel' 'gimp-gap' 'gimp-gap-lang' 'gimp-help' 'gimp-help-ca' 'gimp-help-da' 'gimp-help-de' 'gimp-help-el' 'gimp-help-en_GB' 'gimp-help-es' 'gimp-help-fi' 'gimp-help-fr' 'gimp-help-hr' 'gimp-help-it' 'gimp-help-ja' 'gimp-help-ko' 'gimp-help-lt' 'gimp-help-nl' 'gimp-help-nn' 'gimp-help-pl' 'gimp-help-pt_BR' 'gimp-help-ro' 'gimp-help-ru' 'gimp-help-sl' 'gimp-help-sv' 'gimp-help-zh' 'gimp-plugin-dds' 'gimp-plugin-dds-doc' 'gimp-plugin-gmic' 'gimp-plugin-heif' 'gimp-plugin-heif-debuginfo' 'gimp-plugin-lqr' 'gimp-plugin-lqr-lang' 'gimp-plugin-resynthesizer' 'gimp-save-for-web' 'gimp-save-for-web-lang' 'gimp-ufraw' 'ginac' 'ginac-devel' 'gio-branding-upstream' 'gio-sharp' 'gio-sharp-devel' 'gio-sharp3' 'gio-sharp3-devel' 'girara-devel' 'git-annex' 'git-annex-bash-completion' 'git-arch' 'git-bz' 'git-cola' 'git-credential-gnome-keyring' 'git-credential-libsecret' 'git-daemon' 'git-delta' 'git-deps-html' 'git-doc' 'git-filter-repo' 'git-lfs' 'git-merge-changelog' 'git-mr' 'git-p4' 'git-remote-gcrypt' 'git-review' 'git-subrepo' 'git-subrepo-bash-completion' 'git-subrepo-zsh-completion' 'git-sync' 'git-test' 'git-web' 'gitg' 'gitg-lang' 'gitolite' 'gitslave' 'gitslave-doc' 'givaro-devel' 'givaro-doc' 'gjiten' 'gjs' 'gkeyfile-sharp' 'gkeyfile-sharp-devel' 'gkrellm' 'gkrellm-cpupower' 'gkrellm-devel' 'gkrellm-lang' 'gkrellmd' 'gl2ps-devel' 'glabels' 'glabels-devel' 'glabels-lang' 'glade' 'glade-catalog-anjuta' 'glade-catalog-evolution' 'glade-catalog-gitg' 'glade-catalog-gtkhtml' 'glade-catalog-gtksourceview' 'glade-catalog-gtksourceview4' 'glade-catalog-libhandy0' 'glade-catalog-libpeas' 'glade-catalog-v3270' 'glade-lang' 'glade-sharp2' 'glassfish-annotation-api' 'glassfish-annotation-api-javadoc' 'glassfish-dtd-parser' 'glassfish-dtd-parser-javadoc' 'glassfish-el' 'glassfish-el-api' 'glassfish-el-javadoc' 'glassfish-fastinfoset' 'glassfish-hk2' 'glassfish-hk2-api' 'glassfish-hk2-class-model' 'glassfish-hk2-configuration' 'glassfish-hk2-core' 'glassfish-hk2-extras' 'glassfish-hk2-hk2' 'glassfish-hk2-javadoc' 'glassfish-hk2-jmx' 'glassfish-hk2-locator' 'glassfish-hk2-maven-plugins' 'glassfish-hk2-metadata-generator' 'glassfish-hk2-osgi-resource-locator' 'glassfish-hk2-runlevel' 'glassfish-hk2-testing' 'glassfish-hk2-utils' 'glassfish-jax-rs-api' 'glassfish-jax-rs-api-javadoc' 'glassfish-jaxb' 'glassfish-jaxb-api' 'glassfish-jaxb-api-javadoc' 'glassfish-jaxb-bom' 'glassfish-jaxb-bom-ext' 'glassfish-jaxb-codemodel' 'glassfish-jaxb-codemodel-annotation-compiler' 'glassfish-jaxb-codemodel-parent' 'glassfish-jaxb-external-parent' 'glassfish-jaxb-jxc' 'glassfish-jaxb-parent' 'glassfish-jaxb-relaxng-datatype' 'glassfish-jaxb-rngom' 'glassfish-jaxb-runtime' 'glassfish-jaxb-runtime-parent' 'glassfish-jaxb-txw-parent' 'glassfish-jaxb-txw2' 'glassfish-jaxb-txwc2' 'glassfish-jaxb-xjc' 'glassfish-jaxb-xsom' 'glassfish-jsp' 'glassfish-jsp-api' 'glassfish-jsp-api-javadoc' 'glassfish-jsp-javadoc' 'glassfish-master-pom' 'glassfish-servlet-api' 'glassfish-servlet-api-javadoc' 'glassfish-transaction-api' 'glassfish-transaction-api-javadoc' 'glassfish-websocket-api' 'glassfish-websocket-api-javadoc' 'glaurung121' 'glaurung121' 'glaurung121-debuginfo' 'glaurung121-debugsource' 'glaurung22' 'glaurung22' 'glaurung22-debuginfo' 'glaurung22-debugsource' 'glava' 'glew' 'glew-devel' 'glfw2-devel' 'gli-devel' 'gli-doc' 'glib-networking-32bit' 'glib-sharp2' 'glib-sharp3' 'glib2-devel' 'glib2-devel-32bit' 'glib2-devel-static' 'glib2-tests' 'glib2-tools-32bit' 'glibc-devel-32bit' 'glibc-devel-static' 'glibc-devel-static-32bit' 'glibc-html' 'glibc-i18ndata' 'glibc-info' 'glibc-lang' 'glibc-locale-base-32bit' 'glibc-profile' 'glibc-profile-32bit' 'glibc-utils' 'glibc-utils-32bit' 'glibmm2-devel' 'glibmm2_4-devel' 'glm-devel' 'glm-doc' 'glmark2' 'global' 'glog-devel' 'glogg' 'glogg' 'glogg-debuginfo' 'glogg-debugsource' 'glom' 'glom-lang' 'gloox-devel' 'glorytun' 'glpk' 'glpk-devel' 'glpk-doc' 'glslang-devel' 'glu-devel' 'glu-devel-32bit' 'glucat-devel' 'glucat-doc' 'gluegen2' 'gluegen2-devel' 'glusterfs' 'glusterfs-devel' 'glyr-devel' 'glyrc' 'gmavenplus-plugin' 'gmavenplus-plugin-javadoc' 'gmerlin' 'gmerlin' 'gmerlin-alsamixer' 'gmerlin-alsamixer-debuginfo' 'gmerlin-avdecoder' 'gmerlin-avdecoder' 'gmerlin-avdecoder-debuginfo' 'gmerlin-avdecoder-debugsource' 'gmerlin-avdecoder-lang' 'gmerlin-avdecoder-plugins' 'gmerlin-avdecoder-plugins-debuginfo' 'gmerlin-debuginfo' 'gmerlin-debugsource' 'gmerlin-doc' 'gmerlin-effectv' 'gmerlin-effectv' 'gmerlin-effectv-debuginfo' 'gmerlin-effectv-debugsource' 'gmerlin-encoders' 'gmerlin-encoders' 'gmerlin-encoders-debuginfo' 'gmerlin-encoders-debugsource' 'gmerlin-encoders-lang' 'gmerlin-gavf-tools' 'gmerlin-gavf-tools-debuginfo' 'gmerlin-jack' 'gmerlin-jack-debuginfo' 'gmerlin-kbd' 'gmerlin-kbd-debuginfo' 'gmerlin-lang' 'gmerlin-player' 'gmerlin-player-debuginfo' 'gmerlin-plugincfg' 'gmerlin-plugincfg-debuginfo' 'gmerlin-recorder' 'gmerlin-recorder-debuginfo' 'gmerlin-transcoder' 'gmerlin-transcoder-debuginfo' 'gmerlin-utils' 'gmerlin-utils-debuginfo' 'gmerlin-visualizer' 'gmerlin-visualizer-debuginfo' 'gmetrics' 'gmetrics-javadoc' 'gmic' 'gmic-bash-completion' 'gmic-zart' 'gmime-devel' 'gmmlib-devel' 'gmock' 'gmp-devel-32bit' 'gmp-ecm' 'gmp-ecm-devel' 'gmp3info' 'gmp3info-debuginfo' 'gmpc' 'gmpc' 'gmpc-alarm' 'gmpc-alarm' 'gmpc-alarm-debuginfo' 'gmpc-alarm-debugsource' 'gmpc-avahi' 'gmpc-avahi' 'gmpc-avahi-debuginfo' 'gmpc-avahi-debugsource' 'gmpc-awn' 'gmpc-awn' 'gmpc-awn-debuginfo' 'gmpc-awn-debugsource' 'gmpc-debuginfo' 'gmpc-debugsource' 'gmpc-devel' 'gmpc-discogs' 'gmpc-discogs' 'gmpc-discogs-debuginfo' 'gmpc-discogs-debugsource' 'gmpc-doc' 'gmpc-extraplaylist' 'gmpc-extraplaylist' 'gmpc-extraplaylist-debuginfo' 'gmpc-extraplaylist-debugsource' 'gmpc-last-fm' 'gmpc-last-fm' 'gmpc-last-fm-debuginfo' 'gmpc-last-fm-debugsource' 'gmpc-libnotify' 'gmpc-libnotify' 'gmpc-libnotify-debuginfo' 'gmpc-libnotify-debugsource' 'gmpc-lirc' 'gmpc-lirc' 'gmpc-lirc-debuginfo' 'gmpc-lirc-debugsource' 'gmpc-lyrics' 'gmpc-lyrics' 'gmpc-lyrics-debuginfo' 'gmpc-lyrics-debugsource' 'gmpc-lyricsplugin' 'gmpc-lyricsplugin' 'gmpc-lyricsplugin-debuginfo' 'gmpc-lyricsplugin-debugsource' 'gmpc-lyricwiki' 'gmpc-lyricwiki' 'gmpc-lyricwiki-debuginfo' 'gmpc-lyricwiki-debugsource' 'gmpc-mdcover' 'gmpc-mdcover' 'gmpc-mdcover-debuginfo' 'gmpc-mdcover-debugsource' 'gmpc-mmkeys' 'gmpc-mmkeys' 'gmpc-mmkeys-debuginfo' 'gmpc-mmkeys-debugsource' 'gmpc-mserver' 'gmpc-mserver' 'gmpc-mserver-debuginfo' 'gmpc-mserver-debugsource' 'gmpc-notify-osd' 'gmpc-notify-osd' 'gmpc-notify-osd-debuginfo' 'gmpc-notify-osd-debugsource' 'gmpc-playlistsort' 'gmpc-playlistsort' 'gmpc-playlistsort-debuginfo' 'gmpc-playlistsort-debugsource' 'gmpc-shout' 'gmpc-shout' 'gmpc-shout-debuginfo' 'gmpc-shout-debugsource' 'gmplayer' 'gmsh' 'gmsh-demos' 'gmsh-devel' 'gmsh-doc' 'gmsh-julia' 'gmusicbrowser' 'gmusicbrowser-lang' 'gn' 'gnaural' 'gnaural' 'gnaural-debuginfo' 'gnaural-debugsource' 'gnome' 'gnome-2048' 'gnome-2048-lang' 'gnome-autoar-devel' 'gnome-backgrounds' 'gnome-backgrounds-lang' 'gnome-bluetooth' 'gnome-bluetooth-devel' 'gnome-bluetooth-lang' 'gnome-books' 'gnome-books-lang' 'gnome-boxes' 'gnome-boxes-lang' 'gnome-btdownload' 'gnome-btdownload' 'gnome-builder' 'gnome-builder-doc' 'gnome-builder-lang' 'gnome-builder-plugin-jedi' 'gnome-builder-plugin-jhbuild' 'gnome-calculator' 'gnome-calculator-devel' 'gnome-calculator-lang' 'gnome-calendar' 'gnome-calendar-lang' 'gnome-characters' 'gnome-characters-lang' 'gnome-chess' 'gnome-chess-lang' 'gnome-clocks' 'gnome-clocks-lang' 'gnome-colors-icon-theme' 'gnome-commander' 'gnome-commander-doc' 'gnome-commander-lang' 'gnome-common' 'gnome-contacts' 'gnome-contacts-lang' 'gnome-control-center' 'gnome-control-center-color' 'gnome-control-center-devel' 'gnome-control-center-goa' 'gnome-control-center-lang' 'gnome-control-center-user-faces' 'gnome-devel-docs' 'gnome-devel-docs-lang' 'gnome-dictionary' 'gnome-dictionary-lang' 'gnome-directory-thumbnailer' 'gnome-directory-thumbnailer-lang' 'gnome-disk-utility' 'gnome-disk-utility-lang' 'gnome-doc-utils' 'gnome-doc-utils-devel' 'gnome-doc-utils-lang' 'gnome-documents' 'gnome-documents-lang' 'gnome-dvb-daemon' 'gnome-dvb-daemon-lang' 'gnome-epub-thumbnailer' 'gnome-extensions' 'gnome-firmware' 'gnome-firmware-lang' 'gnome-font-viewer' 'gnome-font-viewer-lang' 'gnome-games' 'gnome-games-lang' 'gnome-games-scripts' 'gnome-genius' 'gnome-getting-started-docs' 'gnome-getting-started-docs-lang' 'gnome-gmail-notifier' 'gnome-gmail-notifier-lang' 'gnome-icon-theme' 'gnome-icon-theme-extras' 'gnome-icon-theme-symbolic' 'gnome-initial-setup' 'gnome-initial-setup-lang' 'gnome-internet-radio-locator' 'gnome-internet-radio-locator-lang' 'gnome-keyring-sharp' 'gnome-keyring-sharp-devel' 'gnome-keysign' 'gnome-klotski' 'gnome-klotski-lang' 'gnome-latex' 'gnome-logs' 'gnome-logs-lang' 'gnome-mahjongg' 'gnome-mahjongg-lang' 'gnome-maps' 'gnome-maps-lang' 'gnome-menus' 'gnome-menus-branding-openSUSE' 'gnome-menus-branding-upstream' 'gnome-menus-devel' 'gnome-menus-lang' 'gnome-mines' 'gnome-mines-lang' 'gnome-multi-writer' 'gnome-multi-writer-lang' 'gnome-music' 'gnome-music-lang' 'gnome-nettool' 'gnome-nettool-lang' 'gnome-network-displays' 'gnome-network-displays-lang' 'gnome-news' 'gnome-news-lang' 'gnome-nibbles' 'gnome-nibbles-lang' 'gnome-online-accounts-devel' 'gnome-online-miners' 'gnome-packagekit' 'gnome-packagekit-extras' 'gnome-packagekit-lang' 'gnome-passwordsafe' 'gnome-passwordsafe-lang' 'gnome-patch-translation' 'gnome-photos' 'gnome-photos-lang' 'gnome-pie' 'gnome-pomodoro' 'gnome-pomodoro-lang' 'gnome-power-manager' 'gnome-power-manager-lang' 'gnome-recipes' 'gnome-recipes-lang' 'gnome-remote-desktop' 'gnome-robots' 'gnome-robots-lang' 'gnome-screenshot' 'gnome-screenshot-lang' 'gnome-search-tool' 'gnome-search-tool-lang' 'gnome-session' 'gnome-session-core' 'gnome-session-default-session' 'gnome-session-lang' 'gnome-session-wayland' 'gnome-settings-daemon' 'gnome-settings-daemon-devel' 'gnome-settings-daemon-lang' 'gnome-shell' 'gnome-shell-calendar' 'gnome-shell-classic' 'gnome-shell-classic-session' 'gnome-shell-devel' 'gnome-shell-extension-desktop-icons' 'gnome-shell-extension-gpaste' 'gnome-shell-extension-hamster-time-tracker' 'gnome-shell-extension-onboard' 'gnome-shell-extension-terminus' 'gnome-shell-extension-user-theme' 'gnome-shell-extensions-common' 'gnome-shell-extensions-common-lang' 'gnome-shell-lang' 'gnome-shell-search-provider-bijiben' 'gnome-shell-search-provider-boxes' 'gnome-shell-search-provider-contacts' 'gnome-shell-search-provider-documents' 'gnome-shell-search-provider-eolie' 'gnome-shell-search-provider-epiphany' 'gnome-shell-search-provider-gnome-calculator' 'gnome-shell-search-provider-gnome-calendar' 'gnome-shell-search-provider-gnome-characters' 'gnome-shell-search-provider-gnome-clocks' 'gnome-shell-search-provider-gnome-photos' 'gnome-shell-search-provider-gnome-recipes' 'gnome-shell-search-provider-gnome-terminal' 'gnome-shell-search-provider-gnome-weather' 'gnome-shell-search-provider-gnote' 'gnome-shell-search-provider-lollypop' 'gnome-shell-search-provider-nautilus' 'gnome-shell-search-provider-seahorse' 'gnome-shell-theme-adapta' 'gnome-shell-theme-plata' 'gnome-software' 'gnome-software-devel' 'gnome-software-lang' 'gnome-sound-recorder' 'gnome-sound-recorder-lang' 'gnome-subtitles' 'gnome-subtitles-lang' 'gnome-sudoku' 'gnome-sudoku-lang' 'gnome-system-monitor' 'gnome-system-monitor-lang' 'gnome-taquin' 'gnome-taquin-lang' 'gnome-terminal' 'gnome-terminal-lang' 'gnome-tetravex' 'gnome-tetravex-lang' 'gnome-themes' 'gnome-themes-extras' 'gnome-themes-lang' 'gnome-todo' 'gnome-todo-devel' 'gnome-todo-lang' 'gnome-tweaks' 'gnome-tweaks-lang' 'gnome-usage' 'gnome-usage-lang' 'gnome-user-docs' 'gnome-user-docs-lang' 'gnome-user-share' 'gnome-user-share-lang' 'gnome-version' 'gnome-vfs2' 'gnome-vfs2-32bit' 'gnome-vfs2-devel' 'gnome-vfs2-doc' 'gnome-vfs2-lang' 'gnome-video-effects' 'gnome-video-effects-devel' 'gnome-weather' 'gnome-weather-lang' 'gnome_basic' 'gnome_x11' 'gnomekbd-tools' 'gnonograms' 'gnonograms-lang' 'gnote' 'gnote-lang' 'gns3-server' 'gnu-cobol' 'gnu-compilers-hpc' 'gnu-compilers-hpc-devel' 'gnu-compilers-hpc-macros-devel' 'gnu-crypto' 'gnu-efi' 'gnu-free-fonts' 'gnu-getopt' 'gnu-getopt-javadoc' 'gnu-inetlib' 'gnu-jaf' 'gnu-netcat' 'gnu-regexp' 'gnu-regexp-demo' 'gnu-regexp-javadoc' 'gnu-unifont-legacy-bitmap-fonts' 'gnu_ddrescue' 'gnu_parallel' 'gnu_parallel-doc' 'gnuastro' 'gnuastro-devel' 'gnuastro-doc' 'gnubg' 'gnubg-databases' 'gnubg-doc' 'gnubg-lang' 'gnubg-sounds' 'gnucap' 'gnucash' 'gnucash-devel' 'gnucash-docs' 'gnucash-lang' 'gnuchess' 'gnugo' 'gnuhealth' 'gnuhealth-client' 'gnuhealth-orthanc' 'gnuhealth-thalamus' 'gnulib-devel' 'gnulib-docs' 'gnumeric' 'gnumeric-devel' 'gnumeric-doc' 'gnumeric-lang' 'gnuplot' 'gnuplot-doc' 'gnuradio' 'gnuradio-devel' 'gnuradio-doc' 'gnuradio-examples' 'gnuserv' 'gnusocialshell' 'gnustep-base' 'gnustep-base-devel' 'gnustep-make' 'gnutls-guile' 'go' 'go-doc' 'go-for-it' 'go-for-it-lang' 'go-md2man' 'go-race' 'go-tools' 'go1.10' 'go1.10-doc' 'go1.10-race' 'go1.11' 'go1.11-doc' 'go1.11-race' 'go1.13' 'go1.13-doc' 'go1.13-race' 'go1.14' 'go1.14-doc' 'go1.14-race' 'go1.15' 'go1.15-doc' 'go1.15-race' 'go1.4' 'go1.4-doc' 'go1.4-race' 'go1.9' 'go1.9-doc' 'go1.9-race' 'goaccess' 'goatattack' 'goatattack-data' 'gob2' 'gobby' 'gobby-lang' 'gobject-introspection' 'gobject-introspection-devel' 'gocode' 'gocr' 'gocr-gui' 'godot' 'godot-bash-completion' 'godot-headless' 'godot-rpm-macros' 'godot-runner' 'godot-server' 'goffice-devel' 'goffice-lang' 'gogglesmm' 'gogglesmm' 'gogglesmm-debuginfo' 'gogglesmm-debugsource' 'gogglesmm-lang' 'gojsontoyaml' 'golang-github-QubitProducts-exporter_exporter' 'golang-github-boynux-squid_exporter' 'golang-github-cpuguy83-go-md2man' 'golang-github-docker-libnetwork' 'golang-github-docker-libnetwork-kubic' 'golang-github-exercism-cli' 'golang-github-golang-glog' 'golang-github-golang-protobuf' 'golang-github-jteeuwen-go-bindata' 'golang-github-kr-pty' 'golang-github-kr-text' 'golang-github-lusitaniae-apache_exporter' 'golang-github-naoina-go-stringutil' 'golang-github-nsf-gocode' 'golang-github-prometheus-alertmanager' 'golang-github-prometheus-node_exporter' 'golang-github-prometheus-prometheus' 'golang-github-prometheus-promu' 'golang-github-rogpeppe-godef' 'golang-github-shadowsocks-v2ray-plugin' 'golang-github-shurcool-sanitized_anchor_name' 'golang-github-v2ray-v2ray-core' 'golang-github-vpenso-prometheus_slurm_exporter' 'golang-github-wrouesnel-postgres_exporter' 'golang-gopkgin-check' 'golang-org-x-net-context' 'golang-org-x-net-html' 'golang-org-x-net-websocket' 'golang-org-x-sync' 'golang-org-x-sys' 'golang-org-x-tools' 'golang-packaging' 'goldendict' 'goldendict-lang' 'gom-devel' 'goobox' 'goobox-lang' 'goocanvas-devel' 'goocanvas-lang' 'google-alegreya-fonts' 'google-allerta-fonts' 'google-anonymouspro-fonts' 'google-arimo-fonts' 'google-authenticator-libpam' 'google-authenticator-libpam-32bit' 'google-cabin-fonts' 'google-caladea-fonts' 'google-cardo-fonts' 'google-cousine-fonts' 'google-croscore-fonts' 'google-exo-fonts' 'google-gson' 'google-gson-javadoc' 'google-guest-configs' 'google-guest-oslogin' 'google-guice' 'google-guice-javadoc' 'google-http-java-client' 'google-http-java-client-findbugs' 'google-http-java-client-gson' 'google-http-java-client-jackson' 'google-http-java-client-jackson2' 'google-http-java-client-javadoc' 'google-http-java-client-jdo' 'google-http-java-client-parent' 'google-http-java-client-protobuf' 'google-http-java-client-test' 'google-http-java-client-xml' 'google-inconsolata-fonts' 'google-lekton-fonts' 'google-merriweather-fonts' 'google-nobile-fonts' 'google-oauth-java-client' 'google-oauth-java-client-java6' 'google-oauth-java-client-javadoc' 'google-oauth-java-client-parent' 'google-oauth-java-client-servlet' 'google-quiche-source' 'google-roboto-mono-fonts' 'google-tinos-fonts' 'google-worksans-fonts' 'googleapis-source' 'googler' 'gops' 'gos-wallpapers' 'gostcrypt' 'gostcrypt' 'gostcrypt-debugsource' 'gource' 'govpn' 'govpn-server' 'gp2c' 'gpa' 'gpa-lang' 'gpac' 'gpac' 'gpac-debuginfo' 'gpac-debugsource' 'gpars' 'gparted' 'gparted-lang' 'gpaste' 'gpaste-devel' 'gpaste-lang' 'gperftools' 'gperftools-devel' 'gperftools-devel-static' 'gperiodic' 'gperiodic-lang' 'gpgme' 'gphoto' 'gphoto2-webcam' 'gphotofs' 'gpick' 'gpick-lang' 'gpicview' 'gpicview-lang' 'gpm-devel' 'gpodder3' 'gpodder3' 'gpomme' 'gpp' 'gpredict' 'gpredict-lang' 'gprename' 'gprename-lang' 'gprompter' 'gpsbabel' 'gpsd' 'gpsd-clients' 'gpsd-devel' 'gptfdisk-fixparts' 'gputils' 'gputils-doc' 'gpxsee' 'gpxsee' 'gq' 'gr-fcdproplus' 'gr-fcdproplus-devel-doc' 'gr-iqbal-devel-doc' 'gr-iqbal-grc' 'grabpng' 'gradio' 'gradio-lang' 'gradle' 'gradle-local' 'grafana' 'grafana-ha-cluster-dashboards' 'grafana-piechart-panel' 'grafana-sap-hana-dashboards' 'grafana-sap-netweaver-dashboards' 'grafana-sap-providers' 'grafana-status-panel' 'grafx2' 'grail' 'grail-devel' 'gramofile' 'gramps' 'gramps-lang' 'granatier' 'granatier-lang' 'granite-demo' 'granite-devel' 'grantlee-editor' 'grantlee-editor-lang' 'grantlee5-32bit' 'grantlee5-devel' 'grantlee5-devel-32bit' 'grantleetheme-devel' 'graphite2' 'graphite2-devel' 'graphviz-devel' 'graphviz-doc' 'graphviz-guile' 'graphviz-gvedit' 'graphviz-java' 'graphviz-lua' 'graphviz-perl' 'graphviz-php' 'graphviz-ruby' 'graphviz-smyrna' 'graphviz-tcl' 'graphviz-x11' 'grass' 'grass-devel' 'grass-doc' 'grc' 'greetd' 'grepcidr' 'grepmail' 'grfcodec' 'gri' 'grilo-devel' 'grilo-lang' 'grilo-plugin-dleyna' 'grilo-plugin-tracker' 'grilo-plugin-youtube' 'grilo-plugins' 'grilo-plugins-devel' 'grilo-plugins-lang' 'grilo-tools' 'grim' 'grip' 'grip' 'grip-debuginfo' 'grip-debugsource' 'grip-lang' 'grisbi' 'grisbi-lang' 'groff-doc' 'gromacs' 'gromacs-bash' 'gromacs-devel' 'gromacs-doc' 'gromacs-openmpi2' 'gromit' 'groovebasin' 'groovebasin' 'groovebasin-debugsource' 'groovy' 'groovy-ant' 'groovy-bsf' 'groovy-console' 'groovy-docgenerator' 'groovy-groovydoc' 'groovy-groovysh' 'groovy-jmx' 'groovy-json' 'groovy-jsr223' 'groovy-lib' 'groovy-nio' 'groovy-servlet' 'groovy-sql' 'groovy-swing' 'groovy-templates' 'groovy-test' 'groovy-testng' 'groovy-xml' 'groovy18' 'groovy18-javadoc' 'groovy18-lib' 'growlight' 'growpart' 'growpart-generator' 'grpc-devel' 'grpc-httpjson-transcoding-source' 'grpc-source' 'grsync' 'grsync-lang' 'grub' 'grub2-branding-upstream' 'grub2-i386-efi' 'grub2-i386-efi-debug' 'grub2-i386-pc-debug' 'grub2-i386-xen' 'grub2-theme-breeze' 'grub2-x86_64-efi-debug' 'grub2-x86_64-xen' 'grubby' 'gscan2pdf' 'gscan2pdf-lang' 'gsequencer' 'gsequencer-devel' 'gsequencer-devel-doc' 'gsettings-backend-dconf-32bit' 'gsettings-desktop-schemas-devel' 'gsettings-qt' 'gsettings-qt-devel' 'gsf-office-thumbnailer' 'gsl' 'gsl-devel' 'gsl-doc' 'gsl-examples' 'gsl-gnu-hpc' 'gsl-gnu-hpc-devel' 'gsl-gnu-hpc-doc' 'gsl_2_6-gnu-hpc' 'gsl_2_6-gnu-hpc-devel' 'gsl_2_6-gnu-hpc-doc' 'gsl_2_6-gnu-hpc-examples' 'gsl_2_6-gnu-hpc-module' 'gsmartcontrol' 'gsoap-devel' 'gsoap-doc' 'gsound' 'gsound-devel' 'gspell' 'gspell-devel' 'gspell-lang' 'gssdp-utils' 'gssntlmssp' 'gssntlmssp-devel' 'gssproxy' 'gst123' 'gstreamer-1_0-plugins-buzztrax' 'gstreamer-devel' 'gstreamer-devel-32bit' 'gstreamer-doc' 'gstreamer-editing-services' 'gstreamer-editing-services-devel' 'gstreamer-plugin-cluttergst3' 'gstreamer-plugin-pipewire' 'gstreamer-plugin-pocketsphinx' 'gstreamer-plugin-python' 'gstreamer-plugins-bad' 'gstreamer-plugins-bad-32bit' 'gstreamer-plugins-bad-32bit-debuginfo' 'gstreamer-plugins-bad-chromaprint' 'gstreamer-plugins-bad-chromaprint-32bit' 'gstreamer-plugins-bad-chromaprint-32bit-debuginfo' 'gstreamer-plugins-bad-chromaprint-debuginfo' 'gstreamer-plugins-bad-debuginfo' 'gstreamer-plugins-bad-debugsource' 'gstreamer-plugins-bad-devel' 'gstreamer-plugins-bad-doc' 'gstreamer-plugins-bad-fluidsynth' 'gstreamer-plugins-bad-fluidsynth-32bit' 'gstreamer-plugins-bad-fluidsynth-32bit-debuginfo' 'gstreamer-plugins-bad-fluidsynth-debuginfo' 'gstreamer-plugins-bad-orig-addon' 'gstreamer-plugins-bad-orig-addon-32bit' 'gstreamer-plugins-bad-orig-addon-32bit-debuginfo' 'gstreamer-plugins-bad-orig-addon-debuginfo' 'gstreamer-plugins-base-32bit' 'gstreamer-plugins-base-devel' 'gstreamer-plugins-base-devel-32bit' 'gstreamer-plugins-base-doc' 'gstreamer-plugins-farstream' 'gstreamer-plugins-farstream-32bit' 'gstreamer-plugins-good-32bit' 'gstreamer-plugins-good-doc' 'gstreamer-plugins-good-extra' 'gstreamer-plugins-good-extra-32bit' 'gstreamer-plugins-good-jack' 'gstreamer-plugins-good-jack-32bit' 'gstreamer-plugins-good-qtqml' 'gstreamer-plugins-libav' 'gstreamer-plugins-libav-32bit' 'gstreamer-plugins-libav-32bit-debuginfo' 'gstreamer-plugins-libav-debuginfo' 'gstreamer-plugins-libav-debugsource' 'gstreamer-plugins-libav-doc' 'gstreamer-plugins-libcamera' 'gstreamer-plugins-ugly' 'gstreamer-plugins-ugly-32bit' 'gstreamer-plugins-ugly-32bit-debuginfo' 'gstreamer-plugins-ugly-debuginfo' 'gstreamer-plugins-ugly-debugsource' 'gstreamer-plugins-ugly-doc' 'gstreamer-plugins-ugly-orig-addon-32bit' 'gstreamer-plugins-ugly-orig-addon-32bit-debuginfo' 'gstreamer-plugins-ugly-orig-addon-debuginfo' 'gstreamer-plugins-vaapi' 'gstreamer-plugins-vaapi-doc' 'gstreamer-rtsp-server-devel' 'gstreamer-transcoder' 'gstreamer-transcoder-devel' 'gstreamer-utils' 'gstreamer-validate' 'gstreamer-validate-devel' 'gstreamermm-devel' 'gstreamermm-doc' 'gswrap' 'gtest' 'gthumb' 'gthumb-devel' 'gthumb-lang' 'gti' 'gtick' 'gtick-lang' 'gtk-chtheme' 'gtk-chtheme' 'gtk-chtheme-debuginfo' 'gtk-chtheme-debugsource' 'gtk-doc' 'gtk-doc-manual' 'gtk-doc-manual-lang' 'gtk-doc-mkpdf' 'gtk-frdp-devel' 'gtk-gnutella' 'gtk-gnutella' 'gtk-gnutella-debuginfo' 'gtk-gnutella-debugsource' 'gtk-key-theme-ctrluftw' 'gtk-layer-shell-devel' 'gtk-sharp-beans' 'gtk-sharp-beans-devel' 'gtk-sharp2' 'gtk-sharp2-complete' 'gtk-sharp2-doc' 'gtk-sharp2-gapi' 'gtk-sharp3' 'gtk-sharp3-complete' 'gtk-sharp3-devel' 'gtk-sharp3-doc' 'gtk-sharp3-gapi' 'gtk-sharp3-gapi-devel' 'gtk-vector-screenshot' 'gtk-vector-screenshot' 'gtk-vector-screenshot-debuginfo' 'gtk-vector-screenshot-debugsource' 'gtk-vnc-devel' 'gtk-vnc-tools' 'gtk2-branding-upstream' 'gtk2-devel' 'gtk2-devel-32bit' 'gtk2-engine-aurora' 'gtk2-engine-cleanice' 'gtk2-engine-cleanice-32bit' 'gtk2-engine-clearlooks' 'gtk2-engine-clearlooks-32bit' 'gtk2-engine-crux' 'gtk2-engine-crux-32bit' 'gtk2-engine-equinox' 'gtk2-engine-glide' 'gtk2-engine-glide-32bit' 'gtk2-engine-industrial' 'gtk2-engine-industrial-32bit' 'gtk2-engine-mist' 'gtk2-engine-mist-32bit' 'gtk2-engine-nimbus' 'gtk2-engine-nimbus-32bit' 'gtk2-engine-oxygen' 'gtk2-engine-oxygen-32bit-debuginfo' 'gtk2-engine-oxygen-debuginfo' 'gtk2-engine-redmond95' 'gtk2-engine-redmond95-32bit' 'gtk2-engine-thinice' 'gtk2-engine-thinice-32bit' 'gtk2-engines' 'gtk2-engines-devel' 'gtk2-immodule-amharic-32bit' 'gtk2-immodule-inuktitut-32bit' 'gtk2-immodule-multipress' 'gtk2-immodule-multipress-32bit' 'gtk2-immodule-thai-32bit' 'gtk2-immodule-tigrigna-32bit' 'gtk2-immodule-vietnamese-32bit' 'gtk2-immodule-xim' 'gtk2-immodule-xim-32bit' 'gtk2-metatheme-adapta' 'gtk2-metatheme-ambiance' 'gtk2-metatheme-ambiant-mate' 'gtk2-metatheme-arc' 'gtk2-metatheme-bluebird' 'gtk2-metatheme-e17gtk' 'gtk2-metatheme-elementary' 'gtk2-metatheme-equinox' 'gtk2-metatheme-gilouche' 'gtk2-metatheme-greybird' 'gtk2-metatheme-industrial' 'gtk2-metatheme-mint' 'gtk2-metatheme-nimbus' 'gtk2-metatheme-numix' 'gtk2-metatheme-paper' 'gtk2-metatheme-plata' 'gtk2-metatheme-radiance' 'gtk2-metatheme-radiant-mate' 'gtk2-metatheme-sonar' 'gtk2-metatheme-vertex' 'gtk2-metatheme-yaru' 'gtk2-metatheme-yuyo' 'gtk2-theme-clearlooks' 'gtk2-theme-crux' 'gtk2-theme-industrial' 'gtk2-theme-mist' 'gtk2-theme-oxygen' 'gtk2-theme-oxygen-32bit-debuginfo' 'gtk2-theme-oxygen-debuginfo' 'gtk2-theme-redmond95' 'gtk2-theme-thinice' 'gtk3-branding-upstream' 'gtk3-devel' 'gtk3-devel-32bit' 'gtk3-devel-doc' 'gtk3-immodule-amharic-32bit' 'gtk3-immodule-broadway' 'gtk3-immodule-inuktitut-32bit' 'gtk3-immodule-multipress' 'gtk3-immodule-multipress-32bit' 'gtk3-immodule-thai-32bit' 'gtk3-immodule-tigrigna-32bit' 'gtk3-immodule-vietnamese-32bit' 'gtk3-immodule-wayland' 'gtk3-immodule-wayland-32bit' 'gtk3-immodule-xim' 'gtk3-immodule-xim-32bit' 'gtk3-metatheme-adapta' 'gtk3-metatheme-ambiance' 'gtk3-metatheme-ambiant-mate' 'gtk3-metatheme-arc' 'gtk3-metatheme-bluebird' 'gtk3-metatheme-e17gtk' 'gtk3-metatheme-elementary' 'gtk3-metatheme-greybird' 'gtk3-metatheme-mint' 'gtk3-metatheme-numix' 'gtk3-metatheme-paper' 'gtk3-metatheme-plata' 'gtk3-metatheme-radiance' 'gtk3-metatheme-radiant-mate' 'gtk3-metatheme-vertex' 'gtk3-metatheme-yaru' 'gtk3-metatheme-yuyo' 'gtk4-branding-upstream' 'gtk4-devel' 'gtk4-devel-32bit' 'gtk4-lang' 'gtk4-metatheme-adapta' 'gtk4-metatheme-plata' 'gtk4-tools' 'gtkam' 'gtkam-doc' 'gtkam-lang' 'gtkd-devel' 'gtkglext-devel' 'gtkglext-doc' 'gtkgreet' 'gtkhtml-4_0-lang' 'gtkhtml-devel' 'gtkimageview-devel' 'gtkiterm' 'gtkmm2-devel' 'gtkmm2-tutorial' 'gtkmm2-tutorial-lang' 'gtkmm3-devel' 'gtkmm3-doc' 'gtkmm3-tutorial' 'gtkmm3-tutorial-lang' 'gtkpod' 'gtkpod-devel' 'gtkpod-lang' 'gtksourceview-devel' 'gtksourceview2-devel' 'gtksourceview2-lang' 'gtksourceview4-devel' 'gtksourceviewmm-devel' 'gtksourceviewmm3_0-devel' 'gtkspell-devel' 'gtkspell-doc' 'gtkspell-lang' 'gtkspell3-devel' 'gtkspell3-lang' 'gtkwave' 'gtkwave-doc' 'gtkwave-examples' 'gtranslator' 'gtranslator-doc' 'gtranslator-lang' 'gts' 'gts-devel' 'gtypist' 'gtypist-lang' 'guake' 'guake-lang' 'guava' 'guava-javadoc' 'guava-testlib' 'guava20' 'guava20-javadoc' 'guava20-testlib' 'guayadeque' 'guayadeque' 'guayadeque-debuginfo' 'guayadeque-debugsource' 'gucharmap' 'gucharmap-devel' 'gucharmap-lang' 'gudev-sharp' 'gudev-sharp-devel' 'guess-changelog' 'guestfs-tools' 'guestfsd' 'guice-assistedinject' 'guice-bom' 'guice-extensions' 'guice-grapher' 'guice-jmx' 'guice-jndi' 'guice-multibindings' 'guice-parent' 'guice-servlet' 'guice-testlib' 'guice-throwingproviders' 'guile' 'guile-bytestructures' 'guile-cairo' 'guile-cairo-devel' 'guile-charting' 'guile-devel' 'guile-gcrypt' 'guile-git' 'guile-json' 'guile-modules-3_0' 'guile-newt' 'guile-parted' 'guile-sqlite3' 'guile-ssh-devel' 'guile1' 'guilt' 'guitarix' 'guix' 'gummi' 'gummi-lang' 'gup' 'gupnp-av' 'gupnp-dlna-tools' 'gupnp-tools' 'gupnp-tools-lang' 'gutenprint-devel' 'gutenprint-gimpplugin' 'guvcview' 'guvcview-devel' 'guvcview-lang' 'guvcview-qt5' 'guvcview-qt5-lang' 'gv' 'gvfs-32bit' 'gvfs-devel' 'gvim' 'gweather-data' 'gwenhywfar' 'gwenhywfar-devel' 'gwenhywfar-lang' 'gwenhywfar-tools' 'gxine' 'gxine' 'gxine-browser-plugin' 'gxine-browser-plugin-debuginfo' 'gxine-debuginfo' 'gxine-debugsource' 'gxine-lang' 'gypsy' 'gzdoom' 'gzrt' 'h264enc' 'h264enc' 'h5utils' 'ha-cluster-bootstrap' 'haas-proxy' 'habootstrap-formula' 'hackbench' 'hackrf' 'hackrf-devel' 'hackrf-firmware' 'hackrf-udev' 'hactool' 'haguichi' 'haguichi-lang' 'hamcrest' 'hamcrest-core' 'hamcrest-demo' 'hamcrest-javadoc' 'hamlib' 'hamlib-devel' 'hamster-time-tracker' 'hamster-time-tracker-lang' 'handbrake' 'handbrake-cli' 'handbrake-cli-debuginfo' 'handbrake-debuginfo' 'handbrake-debugsource' 'handbrake-gtk' 'handbrake-gtk-debuginfo' 'handbrake-gtk-lang' 'handedict' 'happy' 'haproxy' 'hardening-check' 'hardinfo' 'harfbuzz-devel' 'harfbuzz-tools' 'harminv' 'harminv-devel' 'hartke-aurulentsans-fonts' 'haserl' 'hashcat' 'hashcat-devel' 'hashdeep' 'haveged-devel' 'hawk-apiserver' 'hawk2' 'hawkey-man' 'hawknl-devel' 'hawknl-libs' 'hawtbuf' 'hawtbuf-javadoc' 'hawtbuf-proto' 'hawtbuf-protoc' 'hawtjni' 'hawtjni-javadoc' 'hawtjni-maven-plugin' 'hawtjni-maven-plugin-javadoc' 'hawtjni-runtime' 'haxe' 'hbci4java' 'hbci4java-javadoc' 'hcode' 'hda-verb' 'hdajackretask' 'hdajacksensetest' 'hddtemp' 'hdf' 'hdf-devel' 'hdf-devel-data' 'hdf-devel-static' 'hdf-openmpi' 'hdf-openmpi-devel' 'hdf-openmpi-devel-static' 'hdf5' 'hdf5-devel' 'hdf5-devel-32bit' 'hdf5-devel-data' 'hdf5-devel-static' 'hdf5-examples' 'hdf5-gnu-hpc' 'hdf5-gnu-hpc-devel' 'hdf5-gnu-mpich-hpc' 'hdf5-gnu-mpich-hpc-devel' 'hdf5-gnu-mvapich2-hpc' 'hdf5-gnu-mvapich2-hpc-devel' 'hdf5-gnu-openmpi1-hpc' 'hdf5-gnu-openmpi1-hpc-devel' 'hdf5-gnu-openmpi2-hpc' 'hdf5-gnu-openmpi2-hpc-devel' 'hdf5-gnu-openmpi3-hpc' 'hdf5-gnu-openmpi3-hpc-devel' 'hdf5-gnu-openmpi4-hpc' 'hdf5-gnu-openmpi4-hpc-devel' 'hdf5-hpc-examples' 'hdf5-mvapich2' 'hdf5-mvapich2-devel' 'hdf5-mvapich2-devel-32bit' 'hdf5-mvapich2-devel-static' 'hdf5-openmpi1' 'hdf5-openmpi1-devel' 'hdf5-openmpi1-devel-32bit' 'hdf5-openmpi1-devel-static' 'hdf5-openmpi2' 'hdf5-openmpi2-devel' 'hdf5-openmpi2-devel-32bit' 'hdf5-openmpi2-devel-static' 'hdf5-openmpi3' 'hdf5-openmpi3-devel' 'hdf5-openmpi3-devel-32bit' 'hdf5-openmpi3-devel-static' 'hdf5-openmpi4' 'hdf5-openmpi4-devel' 'hdf5-openmpi4-devel-32bit' 'hdf5-openmpi4-devel-static' 'hdf5_1_10_5-gnu-hpc' 'hdf5_1_10_5-gnu-hpc-devel' 'hdf5_1_10_5-gnu-hpc-devel-static' 'hdf5_1_10_5-gnu-hpc-module' 'hdf5_1_10_5-gnu-mpich-hpc' 'hdf5_1_10_5-gnu-mpich-hpc-devel' 'hdf5_1_10_5-gnu-mpich-hpc-devel-static' 'hdf5_1_10_5-gnu-mpich-hpc-module' 'hdf5_1_10_5-gnu-mvapich2-hpc' 'hdf5_1_10_5-gnu-mvapich2-hpc-devel' 'hdf5_1_10_5-gnu-mvapich2-hpc-devel-static' 'hdf5_1_10_5-gnu-mvapich2-hpc-module' 'hdf5_1_10_5-gnu-openmpi1-hpc' 'hdf5_1_10_5-gnu-openmpi1-hpc-devel' 'hdf5_1_10_5-gnu-openmpi1-hpc-devel-static' 'hdf5_1_10_5-gnu-openmpi1-hpc-module' 'hdf5_1_10_5-gnu-openmpi2-hpc' 'hdf5_1_10_5-gnu-openmpi2-hpc-devel' 'hdf5_1_10_5-gnu-openmpi2-hpc-devel-static' 'hdf5_1_10_5-gnu-openmpi2-hpc-module' 'hdf5_1_10_5-gnu-openmpi3-hpc' 'hdf5_1_10_5-gnu-openmpi3-hpc-devel' 'hdf5_1_10_5-gnu-openmpi3-hpc-devel-static' 'hdf5_1_10_5-gnu-openmpi3-hpc-module' 'hdf5_1_10_5-gnu-openmpi4-hpc' 'hdf5_1_10_5-gnu-openmpi4-hpc-devel' 'hdf5_1_10_5-gnu-openmpi4-hpc-devel-static' 'hdf5_1_10_5-gnu-openmpi4-hpc-module' 'hdf5_1_10_5-hpc-examples' 'hdhomerun-config' 'hdhomerun-config-debuginfo' 'hdhomerun_config' 'hdhomerun_config_gui' 'hdjmod-kmp-default' 'hdjmod-kmp-pae' 'hdspconf' 'hdsploader' 'hdspmixer' 'headmore' 'health-check' 'health-check-bash-completion' 'health-checker' 'health-checker-plugins-MicroOS' 'health-checker-plugins-caasp' 'health-checker-plugins-kubic' 'health-checker-testing' 'heapster' 'heaptrack' 'heaptrack' 'heaptrack-debuginfo' 'heaptrack-debugsource' 'heaptrack-devel' 'heaptrack-gui' 'heaptrack-gui-debuginfo' 'heaptrack-lang' 'hedgewars' 'hedgewars-data' 'heif-gimp-plugin' 'heif-gimp-plugin-debugsource' 'heimdall' 'heimdall-frontend' 'hello' 'hello-kubic' 'hello-kubic-k8s-yaml' 'hello-lang' 'helm' 'helm-bash-completion' 'helm-mirror' 'helm-zsh-completion' 'helmfile' 'help2man' 'help2man-lang' 'herbstluftwm' 'herbstluftwm-bash-completion' 'herbstluftwm-examples' 'herbstluftwm-fish-completion' 'herbstluftwm-zsh-completion' 'heroes-tron' 'hevea' 'hex' 'hex2bin' 'hexchat' 'hexchat-devel' 'hexchat-lang' 'hexchat-plugins-lua' 'hexchat-plugins-perl' 'hexchat-plugins-python3' 'hexd' 'hexen2' 'hexen2' 'hexen2-debuginfo' 'hexen2-debugsource' 'hexenworld' 'hexenworld-debuginfo' 'hexter' 'hfst' 'hfst-devel' 'hfst-ospell' 'hfst-ospell-devel' 'hfsutils' 'hg-fast-export' 'hiawatha' 'hiawatha-letsencrypt' 'hibiscus' 'hidviz' 'highlight' 'highlight-gui' 'highlight-gui-lang' 'himeno' 'hiredis' 'hiredis-devel' 'hitori' 'hitori-lang' 'hivex' 'hivex-devel' 'hivex-lang' 'hledger' 'hledger-interest' 'hledger-ui' 'hlint' 'hmaccalc' 'hmcfgusb' 'hmconv' 'hollywood' 'hollywood-data' 'holodev' 'homebank' 'homebank-lang' 'homerhevc' 'homerhevc' 'homerhevc-debuginfo' 'homerhevc-debugsource' 'homeshick' 'honggfuzz' 'horst' 'hostap-utils' 'hostapd' 'hostinfo' 'hotdoc' 'hotspot' 'hourglass' 'hourglass-lang' 'howl' 'hp-drive-guard' 'hp2xx' 'hpack' 'hpc_compute_node' 'hpc_development_node' 'hpc_libraries' 'hpc_workload_server' 'hplip' 'hplip-devel' 'hplip-hpijs' 'hplip-sane' 'hplip-scan-utils' 'hppc' 'hppc-javadoc' 'hppc-templateprocessor' 'hpx' 'hpx-devel' 'hscolour' 'hspec-discover' 'hsqldb' 'hsqldb-demo' 'hsqldb-javadoc' 'hsqldb-manual' 'ht' 'htdig' 'htdig-devel' 'htdig-doc' 'hte' 'html-dtd' 'html-xml-utils' 'html2ps' 'htmlcxx' 'htmlcxx' 'htmlcxx-debuginfo' 'htmlcxx-debugsource' 'htmlcxx-devel' 'htmldoc' 'htsfile' 'http-builder' 'http-builder-javadoc' 'http-parser-devel' 'httpcomponents-asyncclient' 'httpcomponents-asyncclient-cache' 'httpcomponents-asyncclient-javadoc' 'httpcomponents-asyncclient-parent' 'httpcomponents-client' 'httpcomponents-client-cache' 'httpcomponents-client-javadoc' 'httpcomponents-core' 'httpcomponents-core-javadoc' 'httpcomponents-project' 'httperf' 'httrack' 'httrack-devel' 'hub' 'humanity-icon-theme' 'hunspell-devel' 'hunspell-devel-32bit' 'hwinfo-devel' 'hwloc' 'hwloc-data' 'hwloc-devel' 'hwloc-doc' 'hwmixvolume' 'hwsd' 'hwsd' 'hwsd-debuginfo' 'hwsd-debugsource' 'hwsd-devel' 'hwsd-doc' 'hxtools' 'hxtools-data' 'hxtools-man' 'hxtools-profile' 'hxtools-scripts' 'hydrogen' 'hyena' 'hylafax+' 'hylafax+-client' 'hyper-v' 'hyperscan-devel' 'hyphen' 'hyphen-devel' 'hypre-devel' 'hypre-gnu-mpich-hpc-devel' 'hypre-gnu-mvapich2-hpc-devel' 'hypre-gnu-openmpi1-hpc-devel' 'hypre-gnu-openmpi2-hpc-devel' 'hypre-gnu-openmpi3-hpc-devel' 'hypre-gnu-openmpi4-hpc-devel' 'hypre-mpich-devel' 'hypre-mvapich2-devel' 'hypre-openmpi1-devel' 'hypre-openmpi2-devel' 'hypre-openmpi3-devel' 'hypre-openmpi4-devel' 'hypre_2_18_2-gnu-mpich-hpc-devel' 'hypre_2_18_2-gnu-mvapich2-hpc-devel' 'hypre_2_18_2-gnu-openmpi1-hpc-devel' 'hypre_2_18_2-gnu-openmpi2-hpc-devel' 'hypre_2_18_2-gnu-openmpi3-hpc-devel' 'hypre_2_18_2-gnu-openmpi4-hpc-devel' 'i18nspector' 'i2c-tools' 'i2pd' 'i3' 'i3-devel' 'i3-gaps' 'i3-gaps-devel' 'i3blocks' 'i3lock' 'i3lock-xlock-compat' 'i3status' 'iMule' 'iMule' 'iMule-debuginfo' 'iMule-debugsource' 'iagno' 'iagno-lang' 'iasimage' 'ibacm' 'ibm-data-db2' 'ibmswtpm2' 'ibmtss' 'ibmtss-base' 'ibmtss-devel' 'ibsim' 'ibus' 'ibus-anthy' 'ibus-anthy-devel' 'ibus-cangjie' 'ibus-chewing' 'ibus-devel' 'ibus-gtk' 'ibus-gtk-32bit' 'ibus-gtk3' 'ibus-gtk3-32bit' 'ibus-hangul' 'ibus-input-pad' 'ibus-kkc' 'ibus-lang' 'ibus-libpinyin' 'ibus-libzhuyin' 'ibus-m17n' 'ibus-mozc' 'ibus-mozc-candidate-window' 'ibus-pinyin' 'ibus-rime' 'ibus-skk' 'ibus-table' 'ibus-table-chinese-array' 'ibus-table-chinese-cangjie' 'ibus-table-chinese-cantonese' 'ibus-table-chinese-easy' 'ibus-table-chinese-erbi' 'ibus-table-chinese-jyutping' 'ibus-table-chinese-quick' 'ibus-table-chinese-scj' 'ibus-table-chinese-stroke5' 'ibus-table-chinese-wu' 'ibus-table-chinese-wubi-haifeng' 'ibus-table-chinese-wubi-jidian' 'ibus-table-chinese-yong' 'ibus-table-cns11643' 'ibus-table-compose' 'ibus-table-devel' 'ibus-table-emoji' 'ibus-table-extraphrase' 'ibus-table-extraphrase-devel' 'ibus-table-hu-old-hungarian-rovas' 'ibus-table-ipa-x-sampa' 'ibus-table-latex' 'ibus-table-mathwriter' 'ibus-table-others' 'ibus-table-rusle' 'ibus-table-rustrad' 'ibus-table-thai' 'ibus-table-translit' 'ibus-table-translit-ua' 'ibus-table-viqr' 'ibus-table-yawerty' 'ibus-typing-booster' 'ibus-unikey' 'ibutils' 'ibutils-devel' 'ibutils-ui' 'icc-examin' 'icc-examin-lang' 'icc-mime-types' 'icc-profiles' 'icc-profiles-all' 'icc-profiles-basiccolor-lstarrgb' 'icc-profiles-basiccolor-printing2009-coat2' 'icc-profiles-basiccolor-printing2009-doc' 'icc-profiles-basiccolor-printing2009-extra' 'icc-profiles-lcms-lab' 'icc-profiles-mini' 'icc-profiles-openicc-rgb' 'icc-profiles-oyranos-extra' 'icc-targets-fogra' 'icc-targets-npes' 'icecast' 'icecast-doc' 'icecream' 'icecream-clang-wrappers' 'icecream-monitor' 'icedtea-web' 'icedtea-web-javadoc' 'ices' 'icewm-config-upstream' 'icewm-lite' 'icewm-theme-yast-installation' 'icewm-themes' 'icinga2' 'icinga2-bin' 'icinga2-common' 'icinga2-doc' 'icinga2-ido-mysql' 'icinga2-ido-pgsql' 'icingacli' 'icingaweb2' 'icingaweb2-common' 'icingaweb2-module-director' 'icingaweb2-module-incubator' 'icingaweb2-module-ipl' 'icingaweb2-module-reactbundle' 'icingaweb2-vendor-HTMLPurifier' 'icingaweb2-vendor-JShrink' 'icingaweb2-vendor-Parsedown' 'icingaweb2-vendor-dompdf' 'icingaweb2-vendor-lessphp' 'icingaweb2-vendor-zf1' 'icmake' 'icmpinfo' 'icmptunnel' 'icns-utils' 'ico' 'icon-naming-utils' 'icontheme-El-General' 'icontheme-El-General' 'icu' 'icu4j' 'icu4j-charset' 'icu4j-javadoc' 'icu4j-localespi' 'id3lib' 'id3lib-32bit' 'id3lib-devel' 'id3lib-examples' 'id3v2' 'idep' 'ido-devel' 'idutils' 'idutils-lang' 'idzebra' 'idzebra-devel' 'idzebra-doc' 'ifuse' 'igerman98-doc' 'ignition' 'ignition-config-transpiler' 'ignition-dracut-grub2' 'iio-sensor-proxy' 'iio-sensor-proxy-doc' 'ikiwiki' 'ikiwiki-w3m' 'ikona' 'ikona' 'ikona-debuginfo' 'ikona-debugsource' 'ikvm' 'ilbc-devel' 'ilmbase-devel' 'ima-evm-utils-devel' 'ima-inspect' 'imageburner' 'imageburner-lang' 'imagej' 'imagewriter' 'imagination' 'imagination' 'imagination-debuginfo' 'imagination-debugsource' 'imagination-doc' 'imagination-lang' 'imaging' 'imake' 'imapfilter' 'imb-gnu-mpich-hpc' 'imb-gnu-mvapich2-hpc' 'imb-gnu-openmpi1-hpc' 'imb-gnu-openmpi2-hpc' 'imb-gnu-openmpi3-hpc' 'imb-mpich' 'imb-mvapich2' 'imb-openmpi1' 'imb-openmpi2' 'imb-openmpi3' 'imb_2019_3-gnu-mpich-hpc' 'imb_2019_3-gnu-mvapich2-hpc' 'imb_2019_3-gnu-openmpi1-hpc' 'imb_2019_3-gnu-openmpi2-hpc' 'imb_2019_3-gnu-openmpi3-hpc' 'imgen' 'imgp' 'imgp-bash-completion' 'imgp-fish-completion' 'imgp-zsh-completion' 'imgvtopgm' 'imhangul' 'imhangul-32bit' 'iml-devel' 'imlib2' 'imlib2-devel' 'imlib2-filters' 'imobiledevice-tools' 'import-properties-plugin' 'impressive' 'imv' 'imwheel' 'imx-usb-loader' 'incidenceeditor-devel' 'include-what-you-use' 'include-what-you-use-tools' 'indent' 'indent-lang' 'indic-fonts' 'indicator-common' 'indriya' 'indriya-javadoc' 'ineffassign' 'infiniband-diags' 'infinipath-psm-devel' 'infinoted' 'influxdb' 'influxdb-devel' 'info-std' 'info2html' 'info4' 'infos-creator-rpm' 'ini4j' 'ini4j-javadoc' 'injeqt-devel' 'inkscape' 'inkscape-extensions-extra' 'inkscape-extensions-fig' 'inkscape-extensions-gimp' 'inkscape-extensions-scribus' 'inkscape-lang' 'inn' 'inn-devel' 'innoextract' 'innotop' 'inotify-tools' 'inotify-tools-devel' 'inotify-tools-doc' 'input-pad' 'input-pad-devel' 'input-pad-eek' 'input-pad-xtest' 'insighttoolkit-devel' 'inspectrum' 'inst-source-utils' 'install-initrd-Kubic' 'install-initrd-MicroOS' 'install-initrd-openSUSE' 'installation-images-Kubic' 'installation-images-MicroOS' 'installation-images-debuginfodeps-MicroOS' 'installation-images-debuginfodeps-openSUSE' 'instsource-susedata' 'int10h-oldschoolpc-fonts' 'intel-SINIT' 'intel-cmt-cat' 'intel-hybrid-driver' 'intel-vaapi-driver-32bit' 'intelhex' 'inter-fonts' 'interbench' 'interceptty' 'intlfonts' 'intlfonts-arabic-bitmap-fonts' 'intlfonts-asian-bitmap-fonts' 'intlfonts-bdf-fonts' 'intlfonts-chinese-big-bitmap-fonts' 'intlfonts-chinese-bitmap-fonts' 'intlfonts-ethiopic-bitmap-fonts' 'intlfonts-japanese-big-bitmap-fonts' 'intlfonts-japanese-bitmap-fonts' 'intlfonts-phonetic-bitmap-fonts' 'intlfonts-ttf-fonts' 'intlfonts-type1-fonts' 'intltool' 'inwee' 'iodbc' 'iodbc-admin' 'iodine' 'iometer' 'ioping' 'iops' 'ioquake3' 'ioquake3-devel' 'ior' 'iouyap' 'iozone' 'iozone-doc' 'ipa-ex-gothic-fonts' 'ipa-ex-mincho-fonts' 'ipa-gothic-bold-fonts' 'ipa-gothic-bolditalic-fonts' 'ipa-gothic-fonts' 'ipa-gothic-italic-fonts' 'ipa-mincho-fonts' 'ipa-pgothic-bold-fonts' 'ipa-pgothic-bolditalic-fonts' 'ipa-pgothic-fonts' 'ipa-pgothic-italic-fonts' 'ipa-pmincho-fonts' 'ipa-uigothic-fonts' 'ipadic' 'ipcalc' 'iperf-devel' 'ipmctl' 'ipmctl-devel' 'ipmitool' 'ipmitool-bmc-snmp-proxy' 'ipmiutil' 'ipmiutil-devel' 'ipmiutil-static' 'iprange' 'iproute2-bash-completion' 'ipset-devel' 'iptables-backend-nft' 'iptraf-ng' 'ipv6gen' 'ipv6toolkit' 'ipvsadm' 'ipw-firmware' 'ipxe-bootimgs' 'ipxrip' 'irda' 'irman-common' 'irman-utils' 'irrlicht-data' 'irrlicht-devel' 'irssi-devel' 'irssi-otr' 'isapnp' 'isapnp-devel' 'isatapd' 'iscan' 'iscan' 'iscan-data' 'iscan-debuginfo' 'iscan-debugsource' 'iscan-firmware' 'iscan-plugin' 'iscan-plugin' 'iscsi-formula' 'isight-firmware-tools' 'isl-devel' 'isl-devel-32bit' 'iso-codes-devel' 'iso-country-flags-png' 'isomaster' 'isomaster' 'isomaster-debuginfo' 'isomaster-debugsource' 'isomaster-lang' 'isorelax' 'ispc' 'ispell-brazilian' 'ispell-british' 'ispell-bulgarian' 'ispell-catalan' 'ispell-czech' 'ispell-danish' 'ispell-dutch' 'ispell-esperanto' 'ispell-estonian' 'ispell-finnish' 'ispell-french' 'ispell-german' 'ispell-greek' 'ispell-hungarian' 'ispell-italian' 'ispell-naustrian' 'ispell-ngerman' 'ispell-norsk' 'ispell-nswiss' 'ispell-polish' 'ispell-portuguese' 'ispell-russian' 'ispell-slovak' 'ispell-slovene' 'ispell-spanish' 'ispell-swedish' 'istack-commons' 'istack-commons-buildtools' 'istack-commons-maven-plugin' 'istack-commons-runtime' 'istack-commons-soimp' 'istack-commons-test' 'istack-commons-tools' 'istgt' 'isync' 'itext-parent' 'itextpdf' 'itextpdf-javadoc' 'itk' 'itpp-devel' 'itpp-doc' 'itstool' 'iucode-tool' 'iverilog' 'iverilog-devel' 'ivtv' 'ivtv-firmware' 'ivy-local' 'ivykis-devel' 'iw' 'iwatch' 'iwd' 'iwidgets' 'iwpmd' 'jack-32bit' 'jack-rack' 'jack_capture' 'jack_mixer' 'jack_mixer' 'jack_mixer-debuginfo' 'jack_mixer-debugsource' 'jackmixdesk' 'jackmixdesk' 'jackmixdesk-debuginfo' 'jackmixdesk-debugsource' 'jackson' 'jackson-annotations' 'jackson-annotations-javadoc' 'jackson-bom' 'jackson-core' 'jackson-core-javadoc' 'jackson-databind' 'jackson-databind-javadoc' 'jackson-dataformat-cbor' 'jackson-dataformat-smile' 'jackson-dataformats-binary' 'jackson-dataformats-binary-javadoc' 'jackson-datatype-guava' 'jackson-datatype-hppc' 'jackson-datatypes-collections' 'jackson-datatypes-collections-javadoc' 'jackson-javadoc' 'jackson-jaxrs-json-provider' 'jackson-jaxrs-providers' 'jackson-jaxrs-providers-datatypes' 'jackson-jaxrs-providers-javadoc' 'jackson-jaxrs-providers-parent' 'jackson-module-afterburner' 'jackson-module-guice' 'jackson-module-jaxb-annotations' 'jackson-module-mrbean' 'jackson-module-osgi' 'jackson-module-paranamer' 'jackson-modules-base' 'jackson-modules-base-javadoc' 'jackson-parent' 'jacktrip' 'jaero' 'jaf' 'jaf-javadoc' 'jafama' 'jafama-javadoc' 'jag' 'jag-data' 'jag-editor' 'jakarta-commons-discovery' 'jakarta-commons-discovery-javadoc' 'jakarta-commons-launcher' 'jakarta-commons-launcher-javadoc' 'jakarta-commons-modeler' 'jakarta-commons-modeler-javadoc' 'jakarta-commons-transaction' 'jakarta-commons-vfs' 'jakarta-commons-vfs-javadoc' 'jakarta-commons-vfs-manual' 'jakarta-poi' 'jakarta-poi-javadoc' 'jakarta-poi-manual' 'jakarta-slide-webdavclient' 'jakarta-slide-webdavclient-javadoc' 'jakarta-slide-webdavclient-repolib' 'jakarta-taglibs-standard' 'jakarta-taglibs-standard-javadoc' 'jameica' 'jameica-devel' 'jameica-javadoc' 'janino' 'janino-javadoc' 'jansi' 'jansi-javadoc' 'jansi-native' 'jansi-native-javadoc' 'jarjar' 'jarjar-javadoc' 'jasper' 'jatl' 'jatl-javadoc' 'java-11-openj9' 'java-11-openj9-accessibility' 'java-11-openj9-demo' 'java-11-openj9-devel' 'java-11-openj9-headless' 'java-11-openj9-javadoc' 'java-11-openj9-jmods' 'java-11-openj9-src' 'java-11-openjdk-accessibility' 'java-11-openjdk-demo' 'java-11-openjdk-devel' 'java-11-openjdk-javadoc' 'java-11-openjdk-jmods' 'java-11-openjdk-src' 'java-14-openjdk' 'java-14-openjdk-accessibility' 'java-14-openjdk-demo' 'java-14-openjdk-devel' 'java-14-openjdk-headless' 'java-14-openjdk-javadoc' 'java-14-openjdk-jmods' 'java-14-openjdk-src' 'java-15-openjdk' 'java-15-openjdk-accessibility' 'java-15-openjdk-demo' 'java-15-openjdk-devel' 'java-15-openjdk-headless' 'java-15-openjdk-javadoc' 'java-15-openjdk-jmods' 'java-15-openjdk-src' 'java-1_8_0-openj9' 'java-1_8_0-openj9-accessibility' 'java-1_8_0-openj9-demo' 'java-1_8_0-openj9-devel' 'java-1_8_0-openj9-headless' 'java-1_8_0-openj9-javadoc' 'java-1_8_0-openj9-src' 'java-1_8_0-openjdk-accessibility' 'java-1_8_0-openjdk-demo' 'java-1_8_0-openjdk-devel' 'java-1_8_0-openjdk-javadoc' 'java-1_8_0-openjdk-src' 'java-atk-wrapper' 'java-binfmt-misc' 'java-cup' 'java-cup-manual' 'java-jwt' 'java-jwt-javadoc' 'java-libkolabxml1' 'java-mraa' 'javacc' 'javacc-demo' 'javacc-javadoc' 'javacc-manual' 'javacc-maven-plugin' 'javacc-maven-plugin-javadoc' 'javaewah' 'javaewah-javadoc' 'javahelp2' 'javahelp2-javadoc' 'javahelp2-manual' 'javamail' 'javamail-javadoc' 'javapackages-gradle' 'javapackages-ivy' 'javapackages-local' 'javaparser' 'javaparser-javadoc' 'javapoet' 'javapoet-javadoc' 'javassist' 'javassist-demo' 'javassist-javadoc' 'javassist-manual' 'javazic' 'jawn-ast' 'jawn-json4s' 'jawn-parser' 'jawn-util' 'jaxen' 'jaxodraw' 'jaxodraw-javadoc' 'jaxodraw-latex' 'jbig2dec' 'jbig2dec-devel' 'jbig2dec-devel-32bit' 'jbigkit' 'jboss-annotations-1.2-api' 'jboss-annotations-1.2-api-javadoc' 'jboss-interceptors-1.2-api' 'jboss-interceptors-1.2-api-javadoc' 'jboss-jaxrs-2.0-api' 'jboss-jaxrs-2.0-api-javadoc' 'jboss-logging' 'jboss-logging-javadoc' 'jboss-logging-tools' 'jboss-logging-tools-javadoc' 'jboss-logmanager' 'jboss-logmanager-javadoc' 'jboss-marshalling' 'jboss-marshalling-javadoc' 'jboss-marshalling-osgi' 'jboss-modules' 'jboss-modules-javadoc' 'jboss-parent' 'jboss-websocket-1.0-api' 'jboss-websocket-1.0-api-javadoc' 'jc' 'jcasgen-maven-plugin' 'jcat-tool' 'jchardet' 'jchardet-javadoc' 'jcifs' 'jcifs-demo' 'jcifs-javadoc' 'jcip-annotations' 'jcip-annotations-javadoc' 'jcl-over-slf4j' 'jcodings' 'jcommon' 'jcommon-javadoc' 'jconvolver' 'jconvolver-examples' 'jcsp' 'jcsp-javadoc' 'jctools' 'jctools-channels' 'jctools-experimental' 'jctools-javadoc' 'jctools-parent' 'jcuber' 'jcuber-doc' 'jdeparser' 'jdeparser-javadoc' 'jdepend' 'jdepend-demo' 'jdependency' 'jdependency-javadoc' 'jdo2-api' 'jdo2-api-javadoc' 'jdom' 'jdom2' 'jdom2-javadoc' 'jedit' 'jedit-javadoc' 'jefferson' 'jemalloc' 'jemalloc-devel' 'jemmy' 'jemmy-javadoc' 'jenkins-json-lib' 'jeos-firstboot' 'jeos-firstboot-rpiwifi' 'jersey' 'jersey-javadoc' 'jetbrains-annotations' 'jetbrains-annotations-javadoc' 'jettison' 'jettison-javadoc' 'jetty-alpn' 'jetty-alpn-api' 'jetty-alpn-api-javadoc' 'jetty-alpn-javadoc' 'jetty-annotations' 'jetty-artifact-remote-resources' 'jetty-build-support' 'jetty-build-support-javadoc' 'jetty-client' 'jetty-continuation' 'jetty-distribution-remote-resources' 'jetty-http' 'jetty-io' 'jetty-jaas' 'jetty-javax-websocket-client-impl' 'jetty-javax-websocket-server-impl' 'jetty-jmx' 'jetty-jndi' 'jetty-jsp' 'jetty-minimal-javadoc' 'jetty-openid' 'jetty-parent' 'jetty-plus' 'jetty-proxy' 'jetty-schemas' 'jetty-security' 'jetty-server' 'jetty-servlet' 'jetty-toolchain' 'jetty-util' 'jetty-util-ajax' 'jetty-version-maven-plugin' 'jetty-version-maven-plugin-javadoc' 'jetty-webapp' 'jetty-websocket-api' 'jetty-websocket-client' 'jetty-websocket-common' 'jetty-websocket-javadoc' 'jetty-websocket-server' 'jetty-websocket-servlet' 'jetty-xml' 'jeuclid' 'jeuclid-cli' 'jeuclid-fop' 'jeuclid-mathviewer' 'jfbterm' 'jffi' 'jffi-javadoc' 'jffi-native' 'jflex' 'jflex-doc' 'jformatstring' 'jformatstring-javadoc' 'jfreechart' 'jfreechart-javadoc' 'jgit' 'jgit-javadoc' 'jgmenu' 'jgoodies-forms' 'jgoodies-forms-demo' 'jgoodies-forms-javadoc' 'jgoodies-forms-manual' 'jgoodies-looks' 'jgoodies-looks-demo' 'jgoodies-looks-javadoc' 'jgoodies-looks-manual' 'jgraphx' 'jgroups' 'jgroups-javadoc' 'jgroups-manual' 'jgroups-repolib' 'jhbuild' 'jhbuild-lang' 'jhbuild-recommended-deps' 'jhead' 'jhighlight' 'jhighlight-javadoc' 'jigdo' 'jigit' 'jikes' 'jimtcl' 'jimtcl-devel' 'jing' 'jing-javadoc' 'jisp2' 'jisp2-demo' 'jisp2-javadoc' 'jlatexmath' 'jlatexmath-fop' 'jlatexmath-javadoc' 'jlex' 'jlfgr' 'jline' 'jline-javadoc' 'jline1' 'jline1-javadoc' 'jmdict' 'jmess' 'jmess' 'jmess-debuginfo' 'jmess-debugsource' 'jmock' 'jmock-demo' 'jmock-javadoc' 'jmol' 'jna' 'jna-contrib' 'jna-javadoc' 'jnr-constants' 'jnr-constants-javadoc' 'jnr-enxio' 'jnr-enxio-javadoc' 'jnr-ffi' 'jnr-ffi-javadoc' 'jnr-netdb' 'jnr-netdb-javadoc' 'jnr-posix' 'jnr-posix-javadoc' 'jnr-unixsocket' 'jnr-unixsocket-javadoc' 'jnr-x86asm' 'jnr-x86asm-javadoc' 'jo' 'jo-bash-completion' 'joda-convert' 'joda-convert-javadoc' 'joda-time' 'joda-time-javadoc' 'jogl2' 'john' 'john-wordlists' 'jomolhari-fonts' 'jondo' 'jondofox' 'jopt-simple' 'jopt-simple-javadoc' 'josm' 'josm' 'josm-fonts' 'jp' 'jp2a' 'jpcre2-devel' 'jpnevulator' 'jrosetta' 'jrtplib-devel' 'js' 'js-debuginfo' 'js-debugsource' 'js-devel' 'js-technology-fonts' 'jsch' 'jsch-agent-proxy-connector-factory' 'jsch-agent-proxy-core' 'jsch-agent-proxy-javadoc' 'jsch-agent-proxy-jsch' 'jsch-agent-proxy-pageant' 'jsch-agent-proxy-sshagent' 'jsch-agent-proxy-svnkit-trilead-ssh2' 'jsch-agent-proxy-usocket-jna' 'jsch-agent-proxy-usocket-nc' 'jsch-demo' 'jsch-javadoc' 'jshon' 'jsmn-devel' 'json-glib-devel' 'json-lib' 'json-lib-javadoc' 'json-table' 'json4s-ast' 'json4s-core' 'json4s-ext' 'json4s-jackson' 'json4s-native' 'json4s-scalap' 'json4s-xml' 'jsoncpp-devel' 'jsonnet' 'jsonp' 'jsonp-javadoc' 'jsonrpc-glib-devel' 'jsoup' 'jsoup-javadoc' 'jsr-305' 'jsr-305-javadoc' 'jsr-311' 'jsr-311-javadoc' 'jtc' 'jthread-devel' 'jtidy' 'jtidy-javadoc' 'jtidy-scripts' 'judy-devel' 'judy-doc' 'juk' 'juk-lang' 'jul-to-slf4j' 'julia' 'julia-compat' 'julia-compat-debug' 'julia-compat-devel' 'julia-debug' 'julia-devel' 'julia-doc' 'julius' 'junit' 'junit-javadoc' 'junit-manual' 'junit5' 'junit5-guide' 'junit5-javadoc' 'junitperf' 'junitperf-demo' 'junitperf-javadoc' 'jupyter' 'jupyter-bqplot' 'jupyter-calysto' 'jupyter-doc' 'jupyter-hide-code' 'jupyter-imatlab' 'jupyter-ipydatawidgets' 'jupyter-ipydatawidgets-jupyterlab' 'jupyter-ipyevents' 'jupyter-ipyevents-jupyterlab' 'jupyter-ipykernel' 'jupyter-ipyleaflet' 'jupyter-ipympl' 'jupyter-ipympl-jupyterlab' 'jupyter-ipyparallel' 'jupyter-ipyscales' 'jupyter-ipysheet' 'jupyter-ipyvolume' 'jupyter-ipywebrtc' 'jupyter-jupyter-client' 'jupyter-jupyter-contrib-nbextensions' 'jupyter-jupyter-core' 'jupyter-jupyter-full-width' 'jupyter-jupyter-require' 'jupyter-jupyter-server' 'jupyter-jupyter-themer' 'jupyter-jupyter-wysiwyg' 'jupyter-jupyter_cms' 'jupyter-jupyter_console' 'jupyter-jupyter_contrib_core' 'jupyter-jupyter_core-filesystem' 'jupyter-jupyter_dashboards' 'jupyter-jupyter_highlight_selected_word' 'jupyter-jupyter_latex_envs' 'jupyter-jupyter_nbextensions_configurator' 'jupyter-jupyterbgnotify' 'jupyter-jupyterlab' 'jupyter-jupyterlab-filesystem' 'jupyter-jupyterlab-ipyscales' 'jupyter-jupyterlab-latex' 'jupyter-jupyterlab-server' 'jupyter-jupyterlab-templates' 'jupyter-jupyterlab_github' 'jupyter-jupytext' 'jupyter-jupytext-jupyterlab' 'jupyter-lineup-widget' 'jupyter-matlab-kernel' 'jupyter-nbconvert' 'jupyter-nbconvert-doc' 'jupyter-nbconvert-latex' 'jupyter-nbdime' 'jupyter-nbdime-git' 'jupyter-nbdime-hg' 'jupyter-nbdime-jupyterlab' 'jupyter-nbformat' 'jupyter-nbinteract' 'jupyter-nbpresent' 'jupyter-notebook' 'jupyter-notebook-filesystem' 'jupyter-notebook-lang' 'jupyter-notebook-latex' 'jupyter-octave-kernel' 'jupyter-plotly' 'jupyter-pythreejs' 'jupyter-pythreejs-jupyterlab' 'jupyter-qgrid' 'jupyter-qtconsole' 'jupyter-rise' 'jupyter-sidecar-jupyterlab' 'jupyter-vega' 'jupyter-vispy' 'jupyter-voila' 'jupyter-widgetsnbextension' 'jvnet-parent' 'jvyamlb' 'jwnl' 'jwnl-javadoc' 'jwordsplitter' 'jwordsplitter-javadoc' 'jwt_verify_lib-source' 'jxrlib' 'jxrlib-devel' 'jython' 'jython-demo' 'jython-javadoc' 'jython-manual' 'jzlib' 'jzlib-demo' 'jzlib-javadoc' 'k3b' 'k3b-devel' 'k3b-lang' 'k3s' 'k3s-hyperkube' 'k4dirstat' 'k4dirstat' 'k4dirstat-debuginfo' 'k4dirstat-debugsource' 'k4dirstat-lang' 'k8s-sidecar' 'k9copy' 'k9copy' 'k9copy-debuginfo' 'k9copy-debugsource' 'k9copy-lang' 'k9s' 'kColorPicker-devel' 'kImageAnnotator' 'kImageAnnotator-devel' 'kImageAnnotator-lang' 'kaccounts-integration-32bit' 'kaccounts-integration-devel' 'kaccounts-integration-devel-32bit' 'kactivities-stats-devel' 'kactivities-stats-devel-32bit' 'kactivities5-devel' 'kactivities5-devel-32bit' 'kactivities5-tools' 'kaffeine' 'kaffeine' 'kaffeine-debuginfo' 'kaffeine-debugsource' 'kaffeine-lang' 'kafka-kit' 'kafka-source' 'kaidan' 'kaidan' 'kaidan-debuginfo' 'kaidan-debugsource' 'kail' 'kajaani-kombat' 'kajaani-kombat-server' 'kajongg' 'kajongg-lang' 'kakasi' 'kakasi-devel' 'kakasi-dict' 'kalarm' 'kalarm-lang' 'kalarmcal-devel' 'kalgebra' 'kalgebra-lang' 'kalgebra-mobile' 'kalzium' 'kalzium-devel' 'kalzium-lang' 'kamera-lang' 'kamerka' 'kamerka' 'kamerka-debuginfo' 'kamerka-debugsource' 'kamerka-lang' 'kamoso' 'kamoso-lang' 'kanagram' 'kanagram-lang' 'kanidm' 'kanidm-clients' 'kanidm-server' 'kanidm-unixd-clients' 'kanjipad' 'kapidox' 'kapman' 'kapman-lang' 'kapptemplate' 'kapptemplate-lang' 'karchive-devel' 'karchive-devel-32bit' 'kasumi' 'katomic' 'katomic-lang' 'kauth-devel' 'kauth-devel-32bit' 'kawaii-player' 'kbackup' 'kbackup-lang' 'kbdsniffd' 'kbfs' 'kbfs-git' 'kbfs-tool' 'kbibtex' 'kbibtex' 'kbibtex-debuginfo' 'kbibtex-debugsource' 'kbibtex-devel' 'kbibtex-lang' 'kblackbox' 'kblackbox-lang' 'kblocks' 'kblocks-lang' 'kbookmarks-devel' 'kbookmarks-devel-32bit' 'kbounce' 'kbounce-lang' 'kbreakout' 'kbreakout-lang' 'kbruch' 'kbruch-lang' 'kbuild' 'kcachegrind' 'kcachegrind-lang' 'kcalendarcore-devel' 'kcalutils-devel' 'kchmviewer' 'kchmviewer' 'kchmviewer-debuginfo' 'kchmviewer-debugsource' 'kcm_tablet' 'kcm_tablet-debuginfo' 'kcm_tablet-debugsource' 'kcmutils-devel' 'kcmutils-devel-32bit' 'kcodecs-devel' 'kcodecs-devel-32bit' 'kcolorchooser' 'kcolorchooser-lang' 'kcompletion-devel' 'kcompletion-devel-32bit' 'kconfig-devel' 'kconfig-devel-32bit' 'kconfigwidgets-devel' 'kconfigwidgets-devel-32bit' 'kcontacts-devel' 'kcontacts-devel-32bit' 'kcoreaddons-devel' 'kcoreaddons-devel-32bit' 'kcov' 'kcrash-devel' 'kcrash-devel-32bit' 'kcron' 'kcron-lang' 'kdav-devel' 'kdb' 'kdb-debuginfo' 'kdb-debugsource' 'kdb-devel' 'kdb-lang' 'kdb-mysql-driver' 'kdb-mysql-driver-debuginfo' 'kdb-postgresql-driver' 'kdb-postgresql-driver-debuginfo' 'kdb-sqlite3-driver' 'kdb-sqlite3-driver-debuginfo' 'kdbg' 'kdbg' 'kdbg-debuginfo' 'kdbg-debugsource' 'kdbg-lang' 'kdbusaddons-devel' 'kdbusaddons-devel-32bit' 'kde-l10n-devel' 'kde-oxygen-fonts' 'kde4-icontheme-caledonia' 'kde4-icontheme-caledonia' 'kde_cdemu' 'kde_cdemu' 'kde_cdemu-debuginfo' 'kde_cdemu-debugsource' 'kde_cdemu-lang' 'kdebugsettings' 'kdebugsettings-lang' 'kdeclarative-components-32bit' 'kdeclarative-devel' 'kdeclarative-devel-32bit' 'kdeclarative-tools' 'kded-devel' 'kdeedu-data' 'kdegames-carddecks-other' 'kdelibs4support-32bit' 'kdelibs4support-devel' 'kdelibs4support-devel-32bit' 'kdepim-apps-libs-devel' 'kdesdk-scripts' 'kdesdk-scripts-kf5-porting' 'kdesdk-scripts-lang' 'kdesdk-thumbnailers' 'kdesdk-thumbnailers-lang' 'kdesignerplugin' 'kdesignerplugin-devel' 'kdesignerplugin-lang' 'kdesu-devel' 'kdesu-devel-32bit' 'kdesvn' 'kdesvn' 'kdesvn-debuginfo' 'kdesvn-debugsource' 'kdevelop5' 'kdevelop5' 'kdevelop5-debuginfo' 'kdevelop5-debugsource' 'kdevelop5-lang' 'kdevelop5-pg-qt' 'kdevelop5-pg-qt' 'kdevelop5-pg-qt-debuginfo' 'kdevelop5-pg-qt-debugsource' 'kdevelop5-plugin-php' 'kdevelop5-plugin-php' 'kdevelop5-plugin-php-debuginfo' 'kdevelop5-plugin-php-debugsource' 'kdevelop5-plugin-php-devel' 'kdevelop5-plugin-php-lang' 'kdevelop5-plugin-python3' 'kdevelop5-plugin-python3' 'kdevelop5-plugin-python3-debuginfo' 'kdevelop5-plugin-python3-debugsource' 'kdevelop5-plugin-python3-lang' 'kdevplatform' 'kdevplatform-debuginfo' 'kdevplatform-devel' 'kdevplatform-lang' 'kdewebkit-devel' 'kdewebkit-devel-32bit' 'kdf' 'kdf-lang' 'kdgantt2' 'kdgantt2-devel' 'kdiagram-devel' 'kdiamond' 'kdiamond-lang' 'kdiff3' 'kdiff3' 'kdiff3-debuginfo' 'kdiff3-debugsource' 'kdiff3-lang' 'kdnssd' 'kdnssd-framework-devel' 'kdnssd-framework-devel-32bit' 'kdnssd-lang' 'kdocker' 'kdocker' 'kdocker-debuginfo' 'kdocker-debugsource' 'kdoctools-devel' 'kdoctools-devel-32bit' 'kdoubanfm' 'kdoubanfm' 'kdoubanfm-debuginfo' 'kdoubanfm-debugsource' 'kdsoap-devel' 'kdstatemachineeditor' 'kdstatemachineeditor-devel' 'kdumpid' 'kea' 'kea-devel' 'kea-hooks' 'keditbookmarks' 'keditbookmarks-lang' 'keepalived' 'keepass' 'kelbt' 'kemoticons-devel' 'kemoticons-devel-32bit' 'kernel-coverage' 'kernel-debug' 'kernel-debug-devel' 'kernel-default-base' 'kernel-default-base-rebuild' 'kernel-docs' 'kernel-docs-html' 'kernel-firmware' 'kernel-firmware' 'kernel-kvmsmall' 'kernel-kvmsmall-devel' 'kernel-obs-build' 'kernel-obs-qa' 'kernel-pae' 'kernel-pae-devel' 'kernel-source' 'kernel-source-vanilla' 'kernel-syms' 'kernel-vanilla' 'kernel-vanilla-devel' 'ketchup' 'kexi' 'kexi' 'kexi-debuginfo' 'kexi-debugsource' 'kexi-lang' 'kexis' 'kexis' 'kexis-debuginfo' 'kexis-debugsource' 'keybase-client' 'keybinder-3.0-devel' 'keybinder-devel' 'keybinder-lua' 'keychain' 'keyutils-devel' 'keyutils-devel-32bit' 'kf5-filesystem' 'kf5-kcm-fcitx' 'kf5-kcm-fcitx-icons' 'kf5-mediainfo' 'kf5-pacpl-plugins' 'kfilemetadata5-32bit' 'kfilemetadata5-devel' 'kfind' 'kfind-lang' 'kfloppy' 'kfloppy-lang' 'kfourinline' 'kfourinline-lang' 'kgeography' 'kgeography-lang' 'kget' 'kget-lang' 'kglobalaccel-devel' 'kglobalaccel-devel-32bit' 'kgoldrunner' 'kgoldrunner-lang' 'kgpg' 'kgpg-lang' 'kgraphviewer' 'kgraphviewer' 'kgraphviewer-debuginfo' 'kgraphviewer-debugsource' 'kgraphviewer-devel' 'kgraphviewer-lang' 'kguiaddons-devel' 'kguiaddons-devel-32bit' 'khangman' 'khangman-lang' 'khmeros-fonts' 'kholidays' 'kholidays-devel' 'khotkeys5-devel' 'khtml-devel' 'khtml-devel-32bit' 'khunphan' 'ki18n-devel' 'ki18n-devel-32bit' 'kicad' 'kicad-doc' 'kicad-doc-ca' 'kicad-doc-de' 'kicad-doc-en' 'kicad-doc-es' 'kicad-doc-fr' 'kicad-doc-id' 'kicad-doc-it' 'kicad-doc-ja' 'kicad-doc-pdf-ca' 'kicad-doc-pdf-de' 'kicad-doc-pdf-en' 'kicad-doc-pdf-es' 'kicad-doc-pdf-fr' 'kicad-doc-pdf-id' 'kicad-doc-pdf-it' 'kicad-doc-pdf-ja' 'kicad-doc-pdf-ru' 'kicad-doc-pdf-zh' 'kicad-doc-pl' 'kicad-doc-ru' 'kicad-doc-zh' 'kicad-footprints' 'kicad-lang-bg' 'kicad-lang-ca' 'kicad-lang-cs' 'kicad-lang-de' 'kicad-lang-el' 'kicad-lang-en' 'kicad-lang-es' 'kicad-lang-fi' 'kicad-lang-fr' 'kicad-lang-hu' 'kicad-lang-it' 'kicad-lang-ja' 'kicad-lang-ko' 'kicad-lang-lt' 'kicad-lang-nl' 'kicad-lang-pl' 'kicad-lang-pt' 'kicad-lang-ru' 'kicad-lang-sk' 'kicad-lang-sl' 'kicad-lang-sv' 'kicad-lang-zh_CN' 'kicad-lang-zh_TW' 'kicad-packages3D' 'kicad-symbols' 'kicad-templates' 'kiconthemes-devel' 'kiconthemes-devel-32bit' 'kid3' 'kid3-cli' 'kid3-core' 'kid3-core-lang' 'kid3-doc' 'kid3-qt' 'kid3-qt-doc' 'kidentitymanagement-devel' 'kidletime-devel' 'kidletime-devel-32bit' 'kig' 'kig-lang' 'kigo' 'kigo-lang' 'kile' 'kile' 'kile-debuginfo' 'kile-debugsource' 'kile-lang' 'killbots' 'killbots-lang' 'killerd' 'kim-api' 'kim-api-devel' 'kim-api-examples' 'kimageformats-32bit' 'kimageformats-eps' 'kimagemapeditor' 'kimagemapeditor-lang' 'kimap-devel' 'kinit-32bit' 'kinit-devel' 'kinput2' 'kio-32bit' 'kio-core-32bit' 'kio-devel' 'kio-devel-32bit' 'kio-fuse' 'kio-fuse' 'kio-fuse-debuginfo' 'kio-fuse-debugsource' 'kio-gdrive' 'kio-gdrive-lang' 'kio-stash' 'kio-stash' 'kio-stash-debuginfo' 'kio-stash-debugsource' 'kio-stash-lang' 'kio_audiocd-devel' 'kio_iso' 'kio_iso-debuginfo' 'kio_kamera' 'kio_perldoc' 'kio_perldoc-lang' 'kio_recoll' 'kio_recoll' 'kio_recoll-debuginfo' 'kio_recoll-debugsource' 'kirigami' 'kirigami-devel' 'kirigami-gallery' 'kirigami-gallery-lang' 'kirigami-lang' 'kirigami2-devel' 'kiriki' 'kiriki-lang' 'kismet' 'kismet-capture-freaklabs-zigbee' 'kismet-capture-linux-bluetooth' 'kismet-capture-linux-wifi' 'kismet-capture-nrf-51822' 'kismet-capture-nrf-mousejack' 'kismet-capture-nrf-nxp-kw41z' 'kismet-capture-sdr-rtl433' 'kismet-capture-sdr-rtladsb' 'kismet-capture-sdr-rtlamr' 'kismet-capture-ti-cc-2531' 'kismet-capture-ti-cc2540' 'kismet-devel' 'kismet-logtools' 'kissfft-devel' 'kitemmodels-devel' 'kitemmodels-devel-32bit' 'kitemviews-devel' 'kitemviews-devel-32bit' 'kiten' 'kiten-devel' 'kiten-lang' 'kitinerary-devel' 'kitty' 'kiwi-boot-descriptions' 'kiwi-filesystem-requires' 'kiwi-image-docker-requires' 'kiwi-image-iso-requires' 'kiwi-image-oem-requires' 'kiwi-image-pxe-requires' 'kiwi-image-tbz-requires' 'kiwi-image-vmx-requires' 'kiwi-image-wsl-requires' 'kiwi-man-pages' 'kiwi-pxeboot' 'kiwi-templates-JeOS' 'kiwi-tools' 'kjobwidgets-devel' 'kjobwidgets-devel-32bit' 'kjots' 'kjots-lang' 'kjs-devel' 'kjs-devel-32bit' 'kjs-devel-lang' 'kjsembed-devel' 'kjsembed-devel-32bit' 'kjumpingcube' 'kjumpingcube-lang' 'kkc-data' 'klatexformula' 'klatexformula-apidoc' 'klavaro' 'klavaro-devel' 'kldap-devel' 'klee' 'klee-uclibc-devel-static' 'klettres' 'klettres-lang' 'klfbackend-devel' 'klftools-devel' 'klick' 'klick' 'klick-debuginfo' 'klick-debugsource' 'klickety' 'klickety-lang' 'klines' 'klines-lang' 'kmailtransport-devel' 'kmarkdownwebview' 'kmarkdownwebview' 'kmarkdownwebview-debuginfo' 'kmarkdownwebview-debugsource' 'kmarkdownwebview-lang' 'kmbox-devel' 'kmediaplayer-devel' 'kmediaplayer-devel-32bit' 'kmetronome' 'kmetronome' 'kmetronome-debuginfo' 'kmetronome-debugsource' 'kmime-devel' 'kmix' 'kmix-lang' 'kmod-bash-completion' 'kmouth' 'kmouth-lang' 'kmplayer' 'kmplayer' 'kmplayer-debuginfo' 'kmplayer-debugsource' 'kmplayer-lang' 'kmplot' 'kmplot-lang' 'kmscon' 'kmscube' 'kmymoney' 'kmymoney' 'kmymoney-debuginfo' 'kmymoney-debugsource' 'kmymoney-devel' 'kmymoney-lang' 'knavalbattle' 'knavalbattle-lang' 'knemo' 'knemo' 'knemo-debuginfo' 'knemo-debugsource' 'knemo-lang' 'knetwalk' 'knetwalk-lang' 'knewstuff-core-devel' 'knewstuff-devel' 'knewstuff-devel-32bit' 'knewstuff-quick-devel' 'knights' 'knights-lang' 'knock' 'knockd' 'knotifications-devel' 'knotifications-devel-32bit' 'knotifyconfig-devel' 'knotifyconfig-devel-32bit' 'kochmorse' 'kodi' 'kodi' 'kodi-debuginfo' 'kodi-debugsource' 'kodi-devel' 'kodi.binary-addons' 'kodi.binary-addons' 'kodi.binary-addons-audiodecoder.2sf' 'kodi.binary-addons-audiodecoder.2sf-debuginfo' 'kodi.binary-addons-audiodecoder.asap' 'kodi.binary-addons-audiodecoder.asap-debuginfo' 'kodi.binary-addons-audiodecoder.fluidsynth' 'kodi.binary-addons-audiodecoder.fluidsynth-debuginfo' 'kodi.binary-addons-audiodecoder.gme' 'kodi.binary-addons-audiodecoder.gme-debuginfo' 'kodi.binary-addons-audiodecoder.gsf' 'kodi.binary-addons-audiodecoder.gsf-debuginfo' 'kodi.binary-addons-audiodecoder.modplug' 'kodi.binary-addons-audiodecoder.modplug-debuginfo' 'kodi.binary-addons-audiodecoder.nosefart' 'kodi.binary-addons-audiodecoder.nosefart-debuginfo' 'kodi.binary-addons-audiodecoder.organya' 'kodi.binary-addons-audiodecoder.organya-debuginfo' 'kodi.binary-addons-audiodecoder.qsf' 'kodi.binary-addons-audiodecoder.qsf-debuginfo' 'kodi.binary-addons-audiodecoder.snesapu' 'kodi.binary-addons-audiodecoder.snesapu-debuginfo' 'kodi.binary-addons-audiodecoder.ssf' 'kodi.binary-addons-audiodecoder.ssf-debuginfo' 'kodi.binary-addons-audiodecoder.stsound' 'kodi.binary-addons-audiodecoder.stsound-debuginfo' 'kodi.binary-addons-audiodecoder.timidity' 'kodi.binary-addons-audiodecoder.timidity-debuginfo' 'kodi.binary-addons-audiodecoder.upse' 'kodi.binary-addons-audiodecoder.upse-debuginfo' 'kodi.binary-addons-audiodecoder.usf' 'kodi.binary-addons-audiodecoder.usf-debuginfo' 'kodi.binary-addons-audiodecoder.vgmstream' 'kodi.binary-addons-audiodecoder.vgmstream-debuginfo' 'kodi.binary-addons-audiodecoder.wsr' 'kodi.binary-addons-audiodecoder.wsr-debuginfo' 'kodi.binary-addons-audioencoder.flac' 'kodi.binary-addons-audioencoder.flac-debuginfo' 'kodi.binary-addons-audioencoder.lame' 'kodi.binary-addons-audioencoder.lame-debuginfo' 'kodi.binary-addons-audioencoder.vorbis' 'kodi.binary-addons-audioencoder.vorbis-debuginfo' 'kodi.binary-addons-audioencoder.wav' 'kodi.binary-addons-audioencoder.wav-debuginfo' 'kodi.binary-addons-debuginfo' 'kodi.binary-addons-debugsource' 'kodi.binary-addons-imagedecoder.mpo' 'kodi.binary-addons-imagedecoder.mpo-debuginfo' 'kodi.binary-addons-imagedecoder.raw' 'kodi.binary-addons-imagedecoder.raw-debuginfo' 'kodi.binary-addons-inputstream.adaptive' 'kodi.binary-addons-inputstream.adaptive-debuginfo' 'kodi.binary-addons-inputstream.rtmp' 'kodi.binary-addons-inputstream.rtmp-debuginfo' 'kodi.binary-addons-peripheral.xarcade' 'kodi.binary-addons-peripheral.xarcade-debuginfo' 'kodi.binary-addons-pvr.argustv' 'kodi.binary-addons-pvr.argustv-debuginfo' 'kodi.binary-addons-pvr.demo' 'kodi.binary-addons-pvr.demo-debuginfo' 'kodi.binary-addons-pvr.dvblink' 'kodi.binary-addons-pvr.dvblink-debuginfo' 'kodi.binary-addons-pvr.dvbviewer' 'kodi.binary-addons-pvr.dvbviewer-debuginfo' 'kodi.binary-addons-pvr.filmon' 'kodi.binary-addons-pvr.filmon-debuginfo' 'kodi.binary-addons-pvr.hdhomerun' 'kodi.binary-addons-pvr.hdhomerun-debuginfo' 'kodi.binary-addons-pvr.hts' 'kodi.binary-addons-pvr.hts-debuginfo' 'kodi.binary-addons-pvr.iptvsimple' 'kodi.binary-addons-pvr.iptvsimple-debuginfo' 'kodi.binary-addons-pvr.mediaportal.tvserver' 'kodi.binary-addons-pvr.mediaportal.tvserver-debuginfo' 'kodi.binary-addons-pvr.mythtv' 'kodi.binary-addons-pvr.mythtv-debuginfo' 'kodi.binary-addons-pvr.nextpvr' 'kodi.binary-addons-pvr.nextpvr-debuginfo' 'kodi.binary-addons-pvr.njoy' 'kodi.binary-addons-pvr.njoy-debuginfo' 'kodi.binary-addons-pvr.octonet' 'kodi.binary-addons-pvr.octonet-debuginfo' 'kodi.binary-addons-pvr.pctv' 'kodi.binary-addons-pvr.pctv-debuginfo' 'kodi.binary-addons-pvr.sledovanitv.cz' 'kodi.binary-addons-pvr.sledovanitv.cz-debuginfo' 'kodi.binary-addons-pvr.stalker' 'kodi.binary-addons-pvr.stalker-debuginfo' 'kodi.binary-addons-pvr.teleboy' 'kodi.binary-addons-pvr.teleboy-debuginfo' 'kodi.binary-addons-pvr.vbox' 'kodi.binary-addons-pvr.vbox-debuginfo' 'kodi.binary-addons-pvr.vdr.vnsi' 'kodi.binary-addons-pvr.vdr.vnsi-debuginfo' 'kodi.binary-addons-pvr.vuplus' 'kodi.binary-addons-pvr.vuplus-debuginfo' 'kodi.binary-addons-pvr.wmc' 'kodi.binary-addons-pvr.wmc-debuginfo' 'kodi.binary-addons-pvr.zattoo' 'kodi.binary-addons-pvr.zattoo-debuginfo' 'kodi.binary-addons-screensaver.asteroids' 'kodi.binary-addons-screensaver.asteroids-debuginfo' 'kodi.binary-addons-screensaver.asterwave' 'kodi.binary-addons-screensaver.asterwave-debuginfo' 'kodi.binary-addons-screensaver.biogenesis' 'kodi.binary-addons-screensaver.biogenesis-debuginfo' 'kodi.binary-addons-screensaver.cpblobs' 'kodi.binary-addons-screensaver.cpblobs-debuginfo' 'kodi.binary-addons-screensaver.greynetic' 'kodi.binary-addons-screensaver.greynetic-debuginfo' 'kodi.binary-addons-screensaver.matrixtrails' 'kodi.binary-addons-screensaver.matrixtrails-debuginfo' 'kodi.binary-addons-screensaver.pingpong' 'kodi.binary-addons-screensaver.pingpong-debuginfo' 'kodi.binary-addons-screensaver.pyro' 'kodi.binary-addons-screensaver.pyro-debuginfo' 'kodi.binary-addons-screensaver.stars' 'kodi.binary-addons-screensaver.stars-debuginfo' 'kodi.binary-addons-vfs.libarchive' 'kodi.binary-addons-vfs.libarchive-debuginfo' 'kodi.binary-addons-vfs.rar' 'kodi.binary-addons-vfs.rar-debuginfo' 'kodi.binary-addons-vfs.sacd' 'kodi.binary-addons-vfs.sacd-debuginfo' 'kodi.binary-addons-vfs.sftp' 'kodi.binary-addons-vfs.sftp-debuginfo' 'kodi.binary-addons-visualization.fishbmc' 'kodi.binary-addons-visualization.fishbmc-debuginfo' 'kodi.binary-addons-visualization.goom' 'kodi.binary-addons-visualization.goom-debuginfo' 'kodi.binary-addons-visualization.pictureit' 'kodi.binary-addons-visualization.pictureit-debuginfo' 'kodi.binary-addons-visualization.shadertoy' 'kodi.binary-addons-visualization.shadertoy-debuginfo' 'kodi.binary-addons-visualization.spectrum' 'kodi.binary-addons-visualization.spectrum-debuginfo' 'kodi.binary-addons-visualization.starburst' 'kodi.binary-addons-visualization.starburst-debuginfo' 'kodi.binary-addons-visualization.waveform' 'kodi.binary-addons-visualization.waveform-debuginfo' 'kohsuke-pom' 'kokkos-devel' 'kolf' 'kolf-lang' 'kollision' 'kollision-lang' 'kolor-manager' 'kolourpaint' 'kolourpaint-lang' 'kompare-devel' 'kompose' 'konkretcmpi-devel' 'konkretcmpi-python3' 'konqueror' 'konqueror-devel' 'konqueror-lang' 'konqueror-plugins' 'konquest' 'konquest-lang' 'kontactinterface-devel' 'konversation' 'konversation-debuginfo' 'konversation-debugsource' 'kopano-archiver' 'kopano-backup' 'kopano-bash-completion' 'kopano-client' 'kopano-common' 'kopano-dagent' 'kopano-dagent-pytils' 'kopano-devel' 'kopano-gateway' 'kopano-ical' 'kopano-indexer' 'kopano-lang' 'kopano-migration-imap' 'kopano-migration-pst' 'kopano-monitor' 'kopano-python-utils' 'kopano-search' 'kopano-server' 'kopano-spamd' 'kopano-spooler' 'kopano-statsd' 'kopano-webapp' 'kopano-webapp-contactfax' 'kopano-webapp-folderwidgets' 'kopano-webapp-gmaps' 'kopano-webapp-lang' 'kopano-webapp-pimfolder' 'kopano-webapp-quickitems' 'kopano-webapp-titlecounter' 'kopano-webapp-webappmanual' 'kopano-webapp-zdeveloper' 'kopete' 'kopete-devel' 'kopete-lang' 'kpackage-32bit' 'kpackage-devel' 'kpackage-devel-32bit' 'kpartloader' 'kpartloader-lang' 'kparts-devel' 'kparts-devel-32bit' 'kpeople5-32bit' 'kpeople5-devel' 'kpeople5-devel-32bit' 'kpeoplevcard' 'kpeoplevcard-debuginfo' 'kpeoplevcard-debugsource' 'kpeoplevcard-devel' 'kphotoalbum' 'kphotoalbum' 'kphotoalbum-debuginfo' 'kphotoalbum-debugsource' 'kphotoalbum-lang' 'kpimtextedit-devel' 'kpkpass-devel' 'kplotting-devel' 'kplotting-devel-32bit' 'kpmcore' 'kpmcore' 'kpmcore-debuginfo' 'kpmcore-debugsource' 'kpmcore-devel' 'kpmcore-lang' 'kproperty' 'kproperty' 'kproperty-debuginfo' 'kproperty-debugsource' 'kproperty-devel' 'kproperty-lang' 'kpty-devel' 'kpty-devel-32bit' 'kqtquickcharts' 'kquickcharts-devel' 'kraft' 'kraft' 'kraft-debuginfo' 'kraft-debugsource' 'krb5-auth-dialog' 'krb5-auth-dialog-lang' 'krb5-client' 'krb5-devel' 'krb5-devel-32bit' 'krb5-plugin-kdb-ldap' 'krb5-plugin-preauth-otp' 'krb5-plugin-preauth-pkinit' 'krb5-plugin-preauth-spake' 'krb5-server' 'krdc' 'krdc-devel' 'krdc-lang' 'krename' 'krename' 'krename-debuginfo' 'krename-debugsource' 'kreport' 'kreport' 'kreport-debuginfo' 'kreport-debugsource' 'kreport-devel' 'kreport-lang' 'krfb' 'krfb-lang' 'kristall' 'krita' 'krita' 'krita-debuginfo' 'krita-debugsource' 'krita-devel' 'krita-lang' 'krita-plugin-gmic' 'kronometer' 'kronometer' 'kronometer-debuginfo' 'kronometer-debugsource' 'kross-32bit' 'kross-devel' 'kross-devel-32bit' 'kross-ruby' 'kruler' 'kruler-lang' 'krunner-devel' 'krunner-devel-32bit' 'krusader' 'krusader' 'krusader-debuginfo' 'krusader-debugsource' 'krusader-doc' 'kryo' 'kryo-javadoc' 'kscreenlocker-devel' 'kservice-32bit' 'kservice-devel' 'kservice-devel-32bit' 'ksh' 'ksh-devel' 'kshisen' 'kshisen-lang' 'kshutdown' 'kshutdown' 'kshutdown-debuginfo' 'kshutdown-debugsource' 'ksirk' 'ksirk-lang' 'ksmtp-devel' 'ksnakeduel' 'ksnakeduel-lang' 'ksnip' 'ksnip-lang' 'kspaceduel' 'kspaceduel-lang' 'ksquares' 'ksquares-lang' 'kssl' 'kst' 'kst' 'kst-debuginfo' 'kst-debugsource' 'kst-devel' 'kstars' 'kstars' 'kstars-debuginfo' 'kstars-debugsource' 'kstars-lang' 'ksystemlog' 'ksystemlog-lang' 'kteatime' 'kteatime-lang' 'ktexteditor-32bit' 'ktexteditor-devel' 'ktexteditor-devel-32bit' 'ktextwidgets-devel' 'ktextwidgets-devel-32bit' 'ktimer' 'ktimer-lang' 'ktimetracker' 'ktimetracker' 'ktimetracker-debuginfo' 'ktimetracker-debugsource' 'ktimetracker-lang' 'ktnef-devel' 'ktoblzcheck' 'ktoblzcheck-devel' 'ktorrent' 'ktorrent' 'ktorrent-debuginfo' 'ktorrent-debugsource' 'ktorrent-lang' 'ktouch' 'ktouch-lang' 'ktp-accounts-kcm' 'ktp-accounts-kcm-lang' 'ktp-approver' 'ktp-approver-lang' 'ktp-auth-handler' 'ktp-auth-handler-lang' 'ktp-common-internals' 'ktp-common-internals-devel' 'ktp-common-internals-lang' 'ktp-contact-list' 'ktp-contact-list-lang' 'ktp-contact-runner' 'ktp-contact-runner-lang' 'ktp-desktop-applets' 'ktp-desktop-applets-lang' 'ktp-filetransfer-handler' 'ktp-filetransfer-handler-lang' 'ktp-icons' 'ktp-kded-module' 'ktp-kded-module-lang' 'ktp-send-file' 'ktp-send-file-lang' 'ktp-text-ui' 'ktp-text-ui-lang' 'ktuberling' 'ktuberling-lang' 'kturtle' 'kturtle-lang' 'kube-prometheus-k8s-yaml' 'kube-prometheus-sources' 'kubeadm' 'kubectl-who-can' 'kuberlr' 'kubernetes-apiserver' 'kubernetes-apiserver-minus1' 'kubernetes-client' 'kubernetes-controller-manager' 'kubernetes-controller-manager-minus1' 'kubernetes-coredns' 'kubernetes-coredns-minus1' 'kubernetes-dns' 'kubernetes-etcd' 'kubernetes-etcd-minus1' 'kubernetes-kubeadm' 'kubernetes-kubelet' 'kubernetes-node-image-pause' 'kubernetes-pause' 'kubernetes-proxy' 'kubernetes-proxy-minus1' 'kubernetes-salt' 'kubernetes-scheduler' 'kubernetes-scheduler-minus1' 'kubernetes1.17-apiserver' 'kubernetes1.17-client' 'kubernetes1.17-controller-manager' 'kubernetes1.17-kubeadm' 'kubernetes1.17-kubelet' 'kubernetes1.17-kubelet-common' 'kubernetes1.17-proxy' 'kubernetes1.17-scheduler' 'kubernetes1.18-apiserver' 'kubernetes1.18-client' 'kubernetes1.18-client-common' 'kubernetes1.18-controller-manager' 'kubernetes1.18-kubeadm' 'kubernetes1.18-kubelet' 'kubernetes1.18-kubelet-common' 'kubernetes1.18-proxy' 'kubernetes1.18-scheduler' 'kubernetes1.19-apiserver' 'kubernetes1.19-client' 'kubernetes1.19-client-common' 'kubernetes1.19-controller-manager' 'kubernetes1.19-kubeadm' 'kubernetes1.19-kubelet' 'kubernetes1.19-kubelet-common' 'kubernetes1.19-proxy' 'kubernetes1.19-scheduler' 'kubernetes_utilities' 'kubevirt-container-disk' 'kubevirt-virt-api' 'kubevirt-virt-controller' 'kubevirt-virt-handler' 'kubevirt-virt-launcher' 'kubevirt-virt-operator' 'kubevirt-virtctl' 'kubic-haproxycfg' 'kubic-locale-archive' 'kubic-pause' 'kubic_admin' 'kubic_loadbalancer' 'kubic_worker' 'kubicctl' 'kubicd' 'kubrick' 'kubrick-lang' 'kucero' 'kuiviewer' 'kuiviewer-lang' 'kunitconversion-devel' 'kunitconversion-devel-32bit' 'kup-backup' 'kup-backup' 'kup-backup-debuginfo' 'kup-backup-debugsource' 'kup-backup-lang' 'kup-client' 'kup-server' 'kupfer' 'kured' 'kured-k8s-yaml' 'kurso-de-esperanto' 'kuserfeedback' 'kuserfeedback-debuginfo' 'kuserfeedback-debugsource' 'kuserfeedback-devel' 'kuserfeedback-imports-debuginfo' 'kuserfeedback-server' 'kuserfeedback-tools' 'kuserfeedback-tools-debuginfo' 'kustomize' 'kvantum' 'kvantum-debugsource' 'kvantum-doc' 'kvantum-manager' 'kvantum-manager-debuginfo' 'kvantum-manager-lang' 'kvantum-openbox-themes' 'kvantum-qt5' 'kvantum-qt5-32bit' 'kvantum-qt5-32bit-debuginfo' 'kvantum-qt5-debuginfo' 'kvantum-themes' 'kvazaar' 'kvazaar' 'kvazaar-debuginfo' 'kvazaar-debugsource' 'kvirc' 'kvirc' 'kvirc-debuginfo' 'kwallet-devel' 'kwallet-devel-32bit' 'kwave' 'kwave-lang' 'kwayland-32bit' 'kwayland-devel' 'kwayland-devel-32bit' 'kwayland-server-devel' 'kwebkitpart' 'kwebkitpart-lang' 'kwidgetsaddons-devel' 'kwidgetsaddons-devel-32bit' 'kwikdisk' 'kwin-smaragd' 'kwin-smaragd' 'kwin-smaragd-debuginfo' 'kwin-smaragd-debugsource' 'kwin5-devel' 'kwindowsystem-devel' 'kwindowsystem-devel-32bit' 'kwordquiz' 'kwordquiz-lang' 'kwrite' 'kxml' 'kxml-javadoc' 'kxmlgui-devel' 'kxmlgui-devel-32bit' 'kxmlrpcclient5-devel' 'kxmlrpcclient5-devel-32bit' 'kyotocabinet' 'l-smash' 'l-smash' 'l-smash-debuginfo' 'l-smash-debugsource' 'l-smash-devel' 'labplot-kf5' 'labplot-kf5-lang' 'ladspa-32bit' 'ladspa-LEET-plugin' 'ladspa-LEET-plugin' 'ladspa-LEET-plugin-debuginfo' 'ladspa-LEET-plugin-debugsource' 'ladspa-WAH' 'ladspa-WAH' 'ladspa-WAH-debuginfo' 'ladspa-WAH-debugsource' 'ladspa-aweight' 'ladspa-aweight' 'ladspa-aweight-debuginfo' 'ladspa-aweight-debugsource' 'ladspa-bs2b' 'ladspa-bs2b' 'ladspa-bs2b-debuginfo' 'ladspa-bs2b-debugsource' 'ladspa-clipper' 'ladspa-clipper' 'ladspa-clipper-debugsource' 'ladspa-devel' 'ladspa-foo-plugins' 'ladspa-foo-plugins' 'ladspa-foo-plugins-debuginfo' 'ladspa-foo-plugins-debugsource' 'ladspa-guitarix' 'ladspa-invada-studio-plugins' 'ladspa-invada-studio-plugins' 'ladspa-invada-studio-plugins-debugsource' 'ladspa-lemux' 'ladspa-lemux' 'ladspa-lemux-debuginfo' 'ladspa-lemux-debugsource' 'ladspa-lgv-plugins' 'ladspa-lgv-plugins' 'ladspa-lgv-plugins-debuginfo' 'ladspa-lgv-plugins-debugsource' 'ladspa-lsp-plugins' 'ladspa-njl' 'ladspa-njl' 'ladspa-njl-debuginfo' 'ladspa-njl-debugsource' 'ladspa-omins' 'ladspa-omins' 'ladspa-omins-debuginfo' 'ladspa-omins-debugsource' 'ladspa-trigger' 'ladspa-trigger' 'ladspa-trigger-debugsource' 'ladspa-wasp' 'ladspa-wasp' 'ladspa-wasp-debuginfo' 'ladspa-wasp-debugsource' 'ladspa-wubflip' 'ladspa-wubflip' 'ladspa-wubflip-debugsource' 'laf-plugin' 'laf-plugin-javadoc' 'lal-devel' 'lame-doc' 'lame-mp3rtp' 'lammps' 'lammps-data' 'lammps-devel' 'lamp_server' 'language-detector' 'language-detector-javadoc' 'languagetool' 'languagetool-core' 'languagetool-core-javadoc' 'languagetool-core-tests' 'languagetool-javadoc' 'languagetool-libs' 'languagetool-tools' 'languagetool-tools-javadoc' 'lapack-devel' 'lapack-devel-32bit' 'lapack-devel-static' 'lapack-man' 'lapacke-devel' 'lapacke-devel-32bit' 'lapacke-devel-static' 'lapdog' 'laptop' 'laptop-mode-tools' 'laptop-mode-tools-gui' 'lasem' 'lasem-devel' 'last-resort-font' 'lastpass-cli' 'laszip-devel' 'latencytop' 'latex2html' 'latex2html-doc' 'latex2html-pngicons' 'latex2rtf' 'lato-fonts' 'latrace' 'latte-dock' 'latte-dock' 'latte-dock-debuginfo' 'latte-dock-debugsource' 'latte-dock-lang' 'lazarus' 'lbdb' 'lbreakouthd' 'lbzip2' 'lcab' 'lcdf-typetools' 'lcms2' 'lcov' 'lcurse' 'ld10k1' 'ld10k1-devel' 'ldacBT-devel' 'ldap-sdk' 'ldap-sdk-javadoc' 'ldapfuse' 'ldapvi' 'ldas-tools-cmake' 'ldb-tools' 'ldc' 'ldc-bash-completion' 'ldc-jit-devel' 'ldc-phobos-devel' 'ldc-runtime-devel' 'ldirectord' 'ldns' 'ldns-devel' 'ldvd' 'ldvd' 'ldvd-debugsource' 'leafnode' 'leafpad' 'lector' 'ledmon' 'leechcraft' 'leechcraft-advancednotifications' 'leechcraft-aggregator' 'leechcraft-aggregator-bodyfetch' 'leechcraft-aggregator-webaccess' 'leechcraft-anhero' 'leechcraft-auscrie' 'leechcraft-azoth' 'leechcraft-azoth-abbrev' 'leechcraft-azoth-acetamide' 'leechcraft-azoth-adiumstyles' 'leechcraft-azoth-autoidler' 'leechcraft-azoth-autopaste' 'leechcraft-azoth-birthdaynotifier' 'leechcraft-azoth-chathistory' 'leechcraft-azoth-depester' 'leechcraft-azoth-doc' 'leechcraft-azoth-embedmedia' 'leechcraft-azoth-herbicide' 'leechcraft-azoth-hili' 'leechcraft-azoth-isterique' 'leechcraft-azoth-juick' 'leechcraft-azoth-keeso' 'leechcraft-azoth-lastseen' 'leechcraft-azoth-metacontacts' 'leechcraft-azoth-modnok' 'leechcraft-azoth-mucommands' 'leechcraft-azoth-murm' 'leechcraft-azoth-nativeemoticons' 'leechcraft-azoth-otroid' 'leechcraft-azoth-rosenthal' 'leechcraft-azoth-shx' 'leechcraft-azoth-standardstyles' 'leechcraft-azoth-vader' 'leechcraft-azoth-velvetbird' 'leechcraft-azoth-xoox' 'leechcraft-azoth-xtazy' 'leechcraft-bittorrent' 'leechcraft-blasq' 'leechcraft-blasq-deathnote' 'leechcraft-blasq-rappor' 'leechcraft-blasq-vangog' 'leechcraft-blogique' 'leechcraft-blogique-hestia' 'leechcraft-blogique-metida' 'leechcraft-certmgr' 'leechcraft-cpuload' 'leechcraft-cstp' 'leechcraft-dbusmanager' 'leechcraft-deadlyrics' 'leechcraft-devel' 'leechcraft-devmon' 'leechcraft-doc' 'leechcraft-dolozhee' 'leechcraft-dumbeep' 'leechcraft-eleeminator' 'leechcraft-fenet' 'leechcraft-fenet-awesome' 'leechcraft-fenet-kwin' 'leechcraft-fenet-openbox' 'leechcraft-gacts' 'leechcraft-glance' 'leechcraft-gmailnotifier' 'leechcraft-historyholder' 'leechcraft-hotstreams' 'leechcraft-htthare' 'leechcraft-imgaste' 'leechcraft-intermutko' 'leechcraft-kbswitch' 'leechcraft-kinotify' 'leechcraft-knowhow' 'leechcraft-krigstask' 'leechcraft-lackman' 'leechcraft-lastfmscrobble' 'leechcraft-laughty' 'leechcraft-launchy' 'leechcraft-lemon' 'leechcraft-lhtr' 'leechcraft-liznoo' 'leechcraft-lmp' 'leechcraft-lmp-brainslugz' 'leechcraft-lmp-dumbsync' 'leechcraft-lmp-fradj' 'leechcraft-lmp-graffiti' 'leechcraft-lmp-httstream' 'leechcraft-lmp-mp3tunes' 'leechcraft-lmp-mtpsync' 'leechcraft-lmp-potorchu' 'leechcraft-lmp-ppl' 'leechcraft-mellonetray' 'leechcraft-monocle' 'leechcraft-monocle-dik' 'leechcraft-monocle-doc' 'leechcraft-monocle-fxb' 'leechcraft-monocle-pdf' 'leechcraft-monocle-postrus' 'leechcraft-monocle-seen' 'leechcraft-musiczombie' 'leechcraft-namauth' 'leechcraft-netstoremanager' 'leechcraft-netstoremanager-googledrive' 'leechcraft-networkmonitor' 'leechcraft-newlife' 'leechcraft-ooronee' 'leechcraft-otlozhu' 'leechcraft-pintab' 'leechcraft-pogooglue' 'leechcraft-poshuku' 'leechcraft-poshuku-autosearch' 'leechcraft-poshuku-cleanweb' 'leechcraft-poshuku-dcac' 'leechcraft-poshuku-fatape' 'leechcraft-poshuku-filescheme' 'leechcraft-poshuku-foc' 'leechcraft-poshuku-fua' 'leechcraft-poshuku-keywords' 'leechcraft-poshuku-onlinebookmarks' 'leechcraft-poshuku-onlinebookmarks-delicious' 'leechcraft-poshuku-onlinebookmarks-readitlater' 'leechcraft-poshuku-qrd' 'leechcraft-poshuku-speeddial' 'leechcraft-poshuku-webkitview' 'leechcraft-rosenthal' 'leechcraft-sb2' 'leechcraft-scroblibre' 'leechcraft-secman' 'leechcraft-secman-simplestorage' 'leechcraft-seekthru' 'leechcraft-summary' 'leechcraft-sysnotify' 'leechcraft-tabsessionmanager' 'leechcraft-tabslist' 'leechcraft-textogroose' 'leechcraft-touchstreams' 'leechcraft-tpi' 'leechcraft-vrooby' 'leechcraft-xproxy' 'leechcraft-xtazy' 'leechcraft-zalil' 'legion-devel' 'leiningen' 'lekha' 'lemonbar' 'lensfun' 'lensfun-debugsource' 'lensfun-devel' 'lensfun-doc' 'lensfun-tools' 'leocad' 'leptonica-devel' 'leptonica-tools' 'leveldb' 'leveldb-devel' 'leveldb-devel-static' 'lftp' 'lha' 'lhasa' 'lhasa-devel' 'lib3270-5_3' 'lib3270-devel' 'lib389' 'lib3ds-1-3' 'lib3ds-devel' 'lib4store-devel' 'lib4store0' 'lib4ti2-0' 'libADLMIDI1' 'libAPFEL0' 'libAlembic1_7' 'libAnalitza5' 'libAppStreamQt-devel' 'libArcus-devel' 'libArcus3' 'libBox2D-devel' 'libBox2D-devel-32bit' 'libBox2D2_3_1' 'libBox2D2_3_1-32bit' 'libBulletFileLoader2_89' 'libBulletInverseDynamicsUtils2_89' 'libBulletWorldImporter2_89' 'libBulletXmlWorldImporter2_89' 'libCGAL13' 'libCGAL_Core13' 'libCGAL_ImageIO14' 'libCGAL_Qt5-14' 'libCSXCAD0' 'libCharLS2' 'libCoin60' 'libColPack0' 'libColPack0-32bit' 'libColorFull0' 'libConvexDecomposition2_89' 'libEMF-devel' 'libEMF-utils' 'libEMF1' 'libFLAC++6' 'libFLAC++6-32bit' 'libFOX-1_6-0' 'libFS-devel' 'libFS-devel-32bit' 'libFS6' 'libFS6-32bit' 'libField3D1_7' 'libField3D1_7-debuginfo' 'libGIMPACTUtils2_89' 'libGLC-devel' 'libGLC0' 'libGLEW2_2-32bit' 'libGLw-devel' 'libGLw-devel-32bit' 'libGLw1' 'libGLw1-32bit' 'libGLwM1' 'libGLwM1-32bit' 'libGammu8' 'libGeneratedSaxParser0_3' 'libGetDP2_11' 'libGraphicsMagick++-Q16-12' 'libGraphicsMagick++-devel' 'libGraphicsMagickWand-Q16-2' 'libHACD2_89' 'libHX-devel' 'libHX-devel-32bit' 'libHX32' 'libHX32-32bit' 'libHYPRE-gnu-mpich-hpc' 'libHYPRE-gnu-mvapich2-hpc' 'libHYPRE-gnu-openmpi1-hpc' 'libHYPRE-gnu-openmpi2-hpc' 'libHYPRE-gnu-openmpi3-hpc' 'libHYPRE-gnu-openmpi4-hpc' 'libHYPRE2_18_2' 'libHYPRE2_18_2-32bit' 'libHYPRE2_18_2-mpich' 'libHYPRE2_18_2-mpich-32bit' 'libHYPRE2_18_2-mvapich2' 'libHYPRE2_18_2-mvapich2-32bit' 'libHYPRE2_18_2-openmpi1' 'libHYPRE2_18_2-openmpi1-32bit' 'libHYPRE2_18_2-openmpi2' 'libHYPRE2_18_2-openmpi2-32bit' 'libHYPRE2_18_2-openmpi3' 'libHYPRE2_18_2-openmpi3-32bit' 'libHYPRE2_18_2-openmpi4' 'libHYPRE2_18_2-openmpi4-32bit' 'libHYPRE_2_18_2-gnu-mpich-hpc' 'libHYPRE_2_18_2-gnu-mvapich2-hpc' 'libHYPRE_2_18_2-gnu-openmpi1-hpc' 'libHYPRE_2_18_2-gnu-openmpi2-hpc' 'libHYPRE_2_18_2-gnu-openmpi3-hpc' 'libHYPRE_2_18_2-gnu-openmpi4-hpc' 'libHalf-2_5-25-32bit' 'libHepMC3-1' 'libHepMC4' 'libICE-devel' 'libICE-devel-32bit' 'libICE6-32bit' 'libIDL-2-0' 'libIDL-2-0-32bit' 'libIL1' 'libIccXML-devel' 'libIccXML2' 'libIex-2_5-25-32bit' 'libIexMath-2_5-25' 'libIexMath-2_5-25-32bit' 'libIlmImf-2_5-25-32bit' 'libIlmImfUtil-2_5-25' 'libIlmImfUtil-2_5-25-32bit' 'libIlmThread-2_5-25-32bit' 'libImath-2_5-25' 'libImath-2_5-25-32bit' 'libIrrlicht1_8' 'libKChart2' 'libKDb3-4' 'libKDb3-4-debuginfo' 'libKEduVocDocument5' 'libKF5Activities5-32bit' 'libKF5ActivitiesStats1-32bit' 'libKF5Archive5-32bit' 'libKF5Attica5-32bit' 'libKF5Auth5-32bit' 'libKF5AuthCore5-32bit' 'libKF5Baloo5-32bit' 'libKF5BalooEngine5-32bit' 'libKF5Bookmarks5-32bit' 'libKF5CalendarEvents5-32bit' 'libKF5Codecs5-32bit' 'libKF5Completion5-32bit' 'libKF5ConfigCore5-32bit' 'libKF5ConfigGui5-32bit' 'libKF5ConfigWidgets5-32bit' 'libKF5Contacts5-32bit' 'libKF5CoreAddons5-32bit' 'libKF5Crash5-32bit' 'libKF5DBusAddons5-32bit' 'libKF5DNSSD5-32bit' 'libKF5Declarative5-32bit' 'libKF5DocTools5-32bit' 'libKF5Emoticons5-32bit' 'libKF5GlobalAccel5-32bit' 'libKF5GuiAddons5-32bit' 'libKF5I18n5-32bit' 'libKF5IconThemes5-32bit' 'libKF5IdleTime5-32bit' 'libKF5ItemModels5-32bit' 'libKF5ItemViews5-32bit' 'libKF5JS5-32bit' 'libKF5JSApi5-32bit' 'libKF5JobWidgets5-32bit' 'libKF5JsEmbed5-32bit' 'libKF5KCMUtils5-32bit' 'libKF5KDELibs4Support5-32bit' 'libKF5KDGantt2-5' 'libKF5KGeoMap10_0_0' 'libKF5KHtml5-32bit' 'libKF5MediaPlayer5' 'libKF5MediaPlayer5-32bit' 'libKF5MediaWiki5-debuginfo' 'libKF5ModemManagerQt-devel' 'libKF5NetworkManagerQt-devel' 'libKF5NetworkManagerQt-devel-32bit' 'libKF5NetworkManagerQt6-32bit' 'libKF5NewStuff5-32bit' 'libKF5NewStuffCore5-32bit' 'libKF5Notifications5-32bit' 'libKF5NotifyConfig5-32bit' 'libKF5Parts5-32bit' 'libKF5Plasma5-32bit' 'libKF5Plotting5' 'libKF5Plotting5-32bit' 'libKF5Prison5-32bit' 'libKF5Pty5-32bit' 'libKF5PulseAudioQt2-debuginfo' 'libKF5Purpose5-32bit' 'libKF5PurposeWidgets5-32bit' 'libKF5QuickAddons5-32bit' 'libKF5Runner5-32bit' 'libKF5Screen7-32bit' 'libKF5Solid5-32bit' 'libKF5SonnetCore5-32bit' 'libKF5SonnetUi5-32bit' 'libKF5Style5-32bit' 'libKF5Su5-32bit' 'libKF5SyntaxHighlighting5-32bit' 'libKF5TextWidgets5-32bit' 'libKF5ThreadWeaver5-32bit' 'libKF5Torrent6' 'libKF5Torrent6-debuginfo' 'libKF5UnitConversion5-32bit' 'libKF5Vkontakte2' 'libKF5Vkontakte2-debuginfo' 'libKF5Wallet5-32bit' 'libKF5WebKit5' 'libKF5WebKit5-32bit' 'libKF5WidgetsAddons5-32bit' 'libKF5WindowSystem5-32bit' 'libKF5XmlGui5-32bit' 'libKF5XmlRpcClient5-32bit' 'libKPimGAPIBlogger5' 'libKPimGAPIDrive5' 'libKPimGAPILatitude5' 'libKPimGAPIMaps5' 'libKPropertyCore3-4' 'libKPropertyCore3-4-debuginfo' 'libKPropertyWidgets3-4' 'libKPropertyWidgets3-4-debuginfo' 'libKReport3-4' 'libKReport3-4-debuginfo' 'libKUserFeedbackCore1-debuginfo' 'libKUserFeedbackWidgets1-debuginfo' 'libKasten4' 'libKasten4-debuginfo' 'libLASi-devel' 'libLASi2' 'libLHAPDF-6_3_0' 'libLTO10' 'libLTO10-32bit' 'libLTO7' 'libLTO7-32bit' 'libLTO8' 'libLTO8-32bit' 'libLTO9' 'libLTO9-32bit' 'libLimeSuite20_07-1' 'libLunchbox3' 'libLunchbox3-debuginfo' 'libMagick++-7_Q16HDRI4' 'libMagick++-7_Q16HDRI4-32bit' 'libMagick++-devel' 'libMagick++-devel-32bit' 'libMagickCore-7_Q16HDRI7-32bit' 'libMagickWand-7_Q16HDRI7-32bit' 'libMathMLSolver0_3' 'libMrm4' 'libMrm4-32bit' 'libMyGUIEngine3_4_0' 'libOIS-1_3_0' 'libOIS-devel' 'libOSC-devel' 'libOSC0' 'libOSC0-debuginfo' 'libOSMesa-devel' 'libOSMesa-devel-32bit' 'libOgreMain-devel' 'libOgreMain1_9_0' 'libOgreMain1_9_0-plugins' 'libOgreOverlay-devel' 'libOgreOverlay1_9_0' 'libOgrePaging-devel' 'libOgrePaging1_9_0' 'libOgreProperty-devel' 'libOgreProperty1_9_0' 'libOgreRTShaderSystem-devel' 'libOgreRTShaderSystem1_9_0' 'libOgreTerrain-devel' 'libOgreTerrain1_9_0' 'libOgreVolume-devel' 'libOgreVolume1_9_0' 'libOkteta3' 'libOkteta3-debuginfo' 'libOpenCL1' 'libOpenCL1-32bit' 'libOpenCOLLADABaseUtils0_3' 'libOpenCOLLADAFramework0_3' 'libOpenCOLLADASaxFrameworkLoader0_3' 'libOpenCOLLADAStreamWriter0_3' 'libOpenColorIO1' 'libOpenIPMI0' 'libOpenImageDenoise0' 'libOpenImageIO2_1' 'libOpenImageIO_Util2_1' 'libOpenSceneGraph-devel' 'libOpenSceneGraph131' 'libOpenSceneGraph131-devel' 'libOpenSceneGraph158' 'libOpenThreads-devel' 'libOpenThreads20' 'libOpenThreads20-devel' 'libOpenThreads21' 'libOyranosSynnefo-devel' 'libOyranosSynnefo-devel-static' 'libOyranosSynnefo1' 'libPocoCppParser71' 'libPocoCrypto71' 'libPocoData71' 'libPocoDataMySQL71' 'libPocoDataODBC71' 'libPocoDataSQLite71' 'libPocoEncodings71' 'libPocoFoundation71' 'libPocoJSON71' 'libPocoJWT71' 'libPocoMongoDB71' 'libPocoNet71' 'libPocoNetSSL71' 'libPocoPDF71' 'libPocoRedis71' 'libPocoUtil71' 'libPocoXML71' 'libPocoZip71' 'libPythonQt-Qt5-Python3-3' 'libPythonQt_QtAll-Qt5-Python3-3' 'libQCSXCAD0' 'libQMatrixClient0_5_3' 'libQgpsmm25' 'libQt4Pas5' 'libQt53DAnimation-devel' 'libQt53DAnimation5' 'libQt53DAnimation5-32bit' 'libQt53DCore-devel' 'libQt53DCore5' 'libQt53DCore5-32bit' 'libQt53DExtras-devel' 'libQt53DExtras5' 'libQt53DExtras5-32bit' 'libQt53DInput-devel' 'libQt53DInput5' 'libQt53DInput5-32bit' 'libQt53DLogic-devel' 'libQt53DLogic5' 'libQt53DLogic5-32bit' 'libQt53DQuick-devel' 'libQt53DQuick5' 'libQt53DQuick5-32bit' 'libQt53DQuickAnimation-devel' 'libQt53DQuickAnimation5' 'libQt53DQuickAnimation5-32bit' 'libQt53DQuickExtras-devel' 'libQt53DQuickExtras5' 'libQt53DQuickExtras5-32bit' 'libQt53DQuickInput-devel' 'libQt53DQuickInput5' 'libQt53DQuickInput5-32bit' 'libQt53DQuickRender-devel' 'libQt53DQuickRender5' 'libQt53DQuickRender5-32bit' 'libQt53DQuickScene2D-devel' 'libQt53DQuickScene2D5' 'libQt53DQuickScene2D5-32bit' 'libQt53DRender-devel' 'libQt53DRender5' 'libQt53DRender5-32bit' 'libQt5Bluetooth5-32bit' 'libQt5Bodymovin-devel' 'libQt5Bodymovin-private-headers-devel' 'libQt5Bodymovin5' 'libQt5Bootstrap-devel-static' 'libQt5Bootstrap-devel-static-32bit' 'libQt5Charts5' 'libQt5Charts5-designer' 'libQt5Charts5-devel' 'libQt5Concurrent-devel' 'libQt5Concurrent-devel-32bit' 'libQt5Concurrent5-32bit' 'libQt5Core-devel' 'libQt5Core-devel-32bit' 'libQt5Core-private-headers-devel' 'libQt5Core5-32bit' 'libQt5DBus-devel' 'libQt5DBus-devel-32bit' 'libQt5DBus-private-headers-devel' 'libQt5DBus5-32bit' 'libQt5DataVisualization5' 'libQt5DataVisualization5-devel' 'libQt5Designer5-32bit' 'libQt5DesignerComponents5' 'libQt5DesignerComponents5-32bit' 'libQt5Gamepad5' 'libQt5Gamepad5-32bit' 'libQt5Gui-devel' 'libQt5Gui-devel-32bit' 'libQt5Gui-private-headers-devel' 'libQt5Gui5-32bit' 'libQt5Help5-32bit' 'libQt5HunspellInputMethod-private-headers-devel' 'libQt5KmsSupport-devel-static' 'libQt5KmsSupport-private-headers-devel' 'libQt5Location5-32bit' 'libQt5Multimedia5-32bit' 'libQt5Network-devel' 'libQt5Network-devel-32bit' 'libQt5Network-private-headers-devel' 'libQt5Network5-32bit' 'libQt5NetworkAuth5-32bit' 'libQt5Nfc5-32bit' 'libQt5OpenGL-devel' 'libQt5OpenGL-devel-32bit' 'libQt5OpenGL-private-headers-devel' 'libQt5OpenGL5-32bit' 'libQt5OpenGLExtensions-devel-static' 'libQt5OpenGLExtensions-devel-static-32bit' 'libQt5Pas-devel' 'libQt5Pas1' 'libQt5Pdf5' 'libQt5PdfWidgets5' 'libQt5PlatformHeaders-devel' 'libQt5PlatformSupport-devel-static' 'libQt5PlatformSupport-devel-static-32bit' 'libQt5PlatformSupport-private-headers-devel' 'libQt5Positioning5-32bit' 'libQt5PositioningQuick5-32bit' 'libQt5PrintSupport-devel' 'libQt5PrintSupport-devel-32bit' 'libQt5PrintSupport-private-headers-devel' 'libQt5PrintSupport5-32bit' 'libQt5Quick3D5' 'libQt5Quick3DAssetImport5' 'libQt5QuickControls2-devel' 'libQt5QuickTemplates2-devel' 'libQt5RemoteObjects5' 'libQt5RemoteObjects5-32bit' 'libQt5Script5-32bit' 'libQt5Scxml5' 'libQt5Scxml5-32bit' 'libQt5Scxml5-imports' 'libQt5Sensors5-32bit' 'libQt5SerialBus5' 'libQt5SerialBus5-32bit' 'libQt5SerialPort5-32bit' 'libQt5Sql-devel' 'libQt5Sql-devel-32bit' 'libQt5Sql-private-headers-devel' 'libQt5Sql5-32bit' 'libQt5Sql5-mysql-32bit' 'libQt5Sql5-postgresql' 'libQt5Sql5-postgresql-32bit' 'libQt5Sql5-sqlite-32bit' 'libQt5Sql5-unixODBC' 'libQt5Sql5-unixODBC-32bit' 'libQt5Svg5-32bit' 'libQt5Test-devel' 'libQt5Test-devel-32bit' 'libQt5Test-private-headers-devel' 'libQt5Test5-32bit' 'libQt5TextToSpeech5-32bit' 'libQt5WaylandClient5-32bit' 'libQt5WaylandCompositor5-32bit' 'libQt5WebChannel5-32bit' 'libQt5WebKit-private-headers-devel' 'libQt5WebKit5-32bit' 'libQt5WebKit5-devel' 'libQt5WebKit5-devel-32bit' 'libQt5WebKitWidgets-devel' 'libQt5WebKitWidgets-devel-32bit' 'libQt5WebKitWidgets-private-headers-devel' 'libQt5WebKitWidgets5-32bit' 'libQt5WebSockets5-32bit' 'libQt5WebView5' 'libQt5WebView5-imports' 'libQt5Widgets-devel' 'libQt5Widgets-devel-32bit' 'libQt5Widgets-private-headers-devel' 'libQt5Widgets5-32bit' 'libQt5X11Extras5-32bit' 'libQt5Xdg3' 'libQt5XdgIconLoader-devel' 'libQt5XdgIconLoader3' 'libQt5Xml-devel' 'libQt5Xml-devel-32bit' 'libQt5Xml5-32bit' 'libQt5XmlPatterns5-32bit' 'libQtAV1' 'libQtAV1-32bit' 'libQtAV1-32bit-debuginfo' 'libQtAV1-debuginfo' 'libQtAVWidgets1' 'libQtAVWidgets1-32bit' 'libQtAVWidgets1-32bit-debuginfo' 'libQtAVWidgets1-debuginfo' 'libQtQuick5-32bit' 'libQtWebKit-devel' 'libQtWebKit4' 'libQtWebKit4' 'libQtWebKit4-debuginfo' 'libQtWebKit4-debugsource' 'libRaTools0' 'libRivet-3_1_2' 'libSDL-devel' 'libSDL-devel-32bit' 'libSDL2-devel' 'libSDL2-devel-32bit' 'libSDL2_gfx-1_0-0' 'libSDL2_gfx-1_0-0-32bit' 'libSDL2_gfx-devel' 'libSDL2_gfx-devel-32bit' 'libSDL2_image-2_0-0-32bit' 'libSDL2_image-devel' 'libSDL2_image-devel-32bit' 'libSDL2_mixer-2_0-0' 'libSDL2_mixer-2_0-0-32bit' 'libSDL2_mixer-devel' 'libSDL2_mixer-devel-32bit' 'libSDL2_net-2_0-0' 'libSDL2_net-2_0-0-32bit' 'libSDL2_net-devel' 'libSDL2_net-devel-32bit' 'libSDL2_ttf-2_0-0' 'libSDL2_ttf-2_0-0-32bit' 'libSDL2_ttf-devel' 'libSDL2_ttf-devel-32bit' 'libSDL_Pango-devel' 'libSDL_Pango-devel-32bit' 'libSDL_Pango1' 'libSDL_Pango1-32bit' 'libSDL_bgi-devel' 'libSDL_bgi-suse4' 'libSDL_gfx-devel' 'libSDL_gfx-devel-32bit' 'libSDL_gfx15-32bit' 'libSDL_image-1_2-0-32bit' 'libSDL_image-devel' 'libSDL_image-devel-32bit' 'libSDL_mixer-1_2-0' 'libSDL_mixer-1_2-0-32bit' 'libSDL_mixer-devel' 'libSDL_mixer-devel-32bit' 'libSDL_net-1_2-0-32bit' 'libSDL_net-devel' 'libSDL_net-devel-32bit' 'libSDL_sound-1_0-1-32bit' 'libSDL_sound-devel' 'libSDL_sound-devel-32bit' 'libSDL_ttf-2_0-0' 'libSDL_ttf-2_0-0-32bit' 'libSDL_ttf-devel' 'libSDL_ttf-devel-32bit' 'libSDLmm-0_1-8' 'libSDLmm-0_1-8-32bit' 'libSDLmm-devel' 'libSDLmm-devel-32bit' 'libSHERPA-MC0' 'libSHERPA-MC0-config' 'libSM-devel' 'libSM-devel-32bit' 'libSM6-32bit' 'libSOIL' 'libSOIL-debugsource' 'libSOIL-devel' 'libSOIL1' 'libSOIL1-debuginfo' 'libSPIRV-Tools-suse18-32bit' 'libSampleICC-devel' 'libSampleICC1' 'libSavitar-devel' 'libSavitar0' 'libSimGearCore-2020_1_3' 'libSoQt20' 'libSoapyOsmoSDR0' 'libSoapySDR0_7' 'libSoundTouch1-32bit' 'libStatTimer2' 'libSwiften4' 'libTMCG-devel' 'libTMCG18' 'libTutf-devel' 'libTutf1' 'libTw-devel' 'libTw5' 'libUTF0_3' 'libUil4' 'libUil4-32bit' 'libUnitTest++-2_0_0' 'libVFlib3-5' 'libVkLayer_utils-1_2_154' 'libWN3' 'libWPEBackend-fdo-1_0-1-32bit' 'libWildMidi2' 'libX11-devel' 'libX11-devel-32bit' 'libXNVCtrl' 'libXNVCtrl' 'libXNVCtrl-debugsource' 'libXNVCtrl-devel' 'libXNVCtrl0' 'libXNVCtrl0-debuginfo' 'libXRes1-32bit' 'libXau-devel' 'libXau-devel-32bit' 'libXaw-devel' 'libXaw-devel-32bit' 'libXaw3d-devel' 'libXaw3d-devel-32bit' 'libXaw3d6' 'libXaw3d6-32bit' 'libXaw3d7' 'libXaw3d7-32bit' 'libXaw3d8' 'libXaw3d8-32bit' 'libXaw3dXft' 'libXaw3dXft-debugsource' 'libXaw3dxft-devel' 'libXaw3dxft8' 'libXaw3dxft8-32bit' 'libXaw3dxft8-32bit-debuginfo' 'libXaw3dxft8-debuginfo' 'libXaw6' 'libXaw6-32bit' 'libXaw7-32bit' 'libXaw8' 'libXaw8-32bit' 'libXbgi-devel' 'libXbgi1' 'libXcm-devel' 'libXcm0' 'libXcmDDC0' 'libXcmEDID0' 'libXcmX11-0' 'libXcomposite-devel' 'libXcomposite-devel-32bit' 'libXcursor-devel' 'libXcursor-devel-32bit' 'libXdamage-devel' 'libXdamage-devel-32bit' 'libXdmcp-devel' 'libXdmcp-devel-32bit' 'libXevie-devel' 'libXevie-devel-32bit' 'libXevie1' 'libXevie1-32bit' 'libXext-devel' 'libXext-devel-32bit' 'libXfixes-devel' 'libXfixes-devel-32bit' 'libXfont-devel' 'libXfont-devel-32bit' 'libXfont1' 'libXfont1-32bit' 'libXfont2-2-32bit' 'libXfont2-devel' 'libXfont2-devel-32bit' 'libXfontcache-devel' 'libXfontcache-devel-32bit' 'libXfontcache1-32bit' 'libXft-devel' 'libXft-devel-32bit' 'libXi-devel' 'libXi-devel-32bit' 'libXinerama-devel' 'libXinerama-devel-32bit' 'libXiterm-devel' 'libXiterm1' 'libXm4' 'libXm4-32bit' 'libXmu-devel' 'libXmu-devel-32bit' 'libXmu6-32bit' 'libXmuu1-32bit' 'libXp-devel' 'libXp-devel-32bit' 'libXp6' 'libXp6-32bit' 'libXpm-devel' 'libXpm-devel-32bit' 'libXpm-tools' 'libXpresent-devel' 'libXpresent1' 'libXprintAppUtil-devel' 'libXprintAppUtil-devel-32bit' 'libXprintAppUtil1' 'libXprintAppUtil1-32bit' 'libXprintUtil-devel' 'libXprintUtil-devel-32bit' 'libXprintUtil1' 'libXprintUtil1-32bit' 'libXrandr-devel' 'libXrandr-devel-32bit' 'libXrender-devel' 'libXrender-devel-32bit' 'libXres-devel' 'libXres-devel-32bit' 'libXss-devel' 'libXss-devel-32bit' 'libXss1-32bit' 'libXt-devel' 'libXt-devel-32bit' 'libXt6-32bit' 'libXtst-devel' 'libXtst-devel-32bit' 'libXtst6-32bit' 'libXv-devel' 'libXv-devel-32bit' 'libXv1-32bit' 'libXvMC-devel' 'libXvMC-devel-32bit' 'libXvMC1' 'libXvMC1-32bit' 'libXvMC_nouveau' 'libXvMC_nouveau-32bit' 'libXvMC_r600' 'libXvMC_r600-32bit' 'libXvnc-devel' 'libXxf86dga-devel' 'libXxf86dga-devel-32bit' 'libXxf86dga1' 'libXxf86dga1-32bit' 'libXxf86vm-devel' 'libXxf86vm-devel-32bit' 'libYODA-1_8_3' 'liba2ps1' 'liba52-0-32bit' 'liba52-devel' 'libaa1-32bit' 'libaacs' 'libaacs-debugsource' 'libaacs-devel' 'libaacs0' 'libaacs0-debuginfo' 'libaal-1_0-7' 'libaal-devel' 'libaal-minimal0' 'libabigail-devel' 'libabigail-tools' 'libabigail0' 'libabiword-3_0' 'libabiword-3_0-devel' 'libabw-devel' 'libabw-devel-doc' 'libabw-tools' 'libacars-2-2' 'libacars-devel' 'libacars1' 'libacars2-devel' 'libaccel-config1' 'libaccounts-glib-devel' 'libaccounts-glib-docs' 'libaccounts-glib-tools' 'libaccounts-glib1-32bit' 'libaccounts-qt5-1-32bit' 'libaccounts-qt5-devel' 'libaccounts-qt5-doc' 'libaccountsservice0' 'libacl-devel' 'libacl-devel-32bit' 'libacr38ucontrol0' 'libada10' 'libada10-32bit' 'libada7' 'libada7-32bit' 'libada9' 'libada9-32bit' 'libaddrxlat-devel' 'libaddrxlat1' 'libadlmidi-devel' 'libadms0' 'libadns-devel' 'libadns-devel-32bit' 'libadns1' 'libadns1-32bit' 'libadolc2' 'libadolc2-32bit' 'libaec-devel' 'libaec0' 'libaec0-32bit' 'libaften-devel' 'libaften0' 'libaften0-debuginfo' 'libags3' 'libaio-devel' 'libaio-devel-32bit' 'libaio1-32bit' 'libairspy0' 'libairspyhf0' 'libakai0' 'libalac0' 'libalkimia5-8' 'libalkimia5-8-debuginfo' 'libalkimia5-devel' 'liballeg44-devel' 'liballeg4_4' 'liballeg4_4-32bit' 'liballeggl44-devel' 'liballeggl4_4' 'liballeggl4_4-32bit' 'liballegro-doc' 'liballegro5_2' 'liballegro5_2-devel' 'liballegro_acodec5_2' 'liballegro_acodec5_2-devel' 'liballegro_audio5_2' 'liballegro_audio5_2-devel' 'liballegro_color5_2' 'liballegro_color5_2-devel' 'liballegro_dialog5_2' 'liballegro_dialog5_2-devel' 'liballegro_font5_2' 'liballegro_font5_2-devel' 'liballegro_image5_2' 'liballegro_image5_2-devel' 'liballegro_main5_2' 'liballegro_main5_2-devel' 'liballegro_memfile5_2' 'liballegro_memfile5_2-devel' 'liballegro_physfs5_2' 'liballegro_physfs5_2-devel' 'liballegro_primitives5_2' 'liballegro_primitives5_2-devel' 'liballegro_ttf5_2' 'liballegro_ttf5_2-devel' 'liballegro_video5_2' 'liballegro_video5_2-devel' 'libalure1' 'libalut0' 'libalut0-32bit' 'libamd-doc' 'libaml0' 'libamrnb-devel' 'libamrnb3' 'libamrnb3-32bit' 'libamrnb3-32bit-debuginfo' 'libamrnb3-debuginfo' 'libamrwb-devel' 'libamrwb3' 'libamrwb3-32bit' 'libamrwb3-32bit-debuginfo' 'libamrwb3-debuginfo' 'libamtk-5-0' 'libangelscript2_34_0' 'libanjuta-3-0' 'libansilove-devel' 'libansilove1' 'libanthy0' 'libanthy0-32bit' 'libantic0' 'libantlr3c3' 'libantlr3c3-32bit' 'libantlr4-runtime-devel' 'libantlr4-runtime4_8' 'libao-devel' 'libao-plugins4-32bit' 'libao4-32bit' 'libaom-devel' 'libaom-devel-doc' 'libaom2-32bit' 'libap4-1_6_0r637' 'libap4-1_6_0r637-debuginfo' 'libapparmor-devel' 'libapparmor1-32bit' 'libappindicator-devel' 'libappindicator1' 'libappindicator3-devel' 'libappmenu-gtk-parser-devel' 'libappmenu-gtk2-parser-devel' 'libappmenu-gtk2-parser0' 'libappmenu-gtk3-parser-devel' 'libappmenu-gtk3-parser0' 'libapr-util1-dbd-mysql' 'libapr-util1-dbd-pgsql' 'libapr-util1-dbd-sqlite3' 'libarb2' 'libarchive-devel' 'libarchive13-32bit' 'libargon2-1-32bit' 'libargtable2-0' 'libargtable2-devel' 'libaria2-0' 'libarm_compute20' 'libarmadillo9' 'libarmadillo9-32bit' 'libarmnn22' 'libarmnn22-opencl' 'libarmnnBasePipeServer22' 'libarmnnBasePipeServer22-opencl' 'libarmnnCaffeParser22' 'libarmnnCaffeParser22-opencl' 'libarmnnSerializer22' 'libarmnnSerializer22-opencl' 'libarmnnTfLiteParser22' 'libarmnnTfLiteParser22-opencl' 'libarmnnTfParser22' 'libarmnnTfParser22-opencl' 'libarpack2' 'libarpack2-32bit' 'libarprec0' 'libart_lgpl-devel' 'libart_lgpl-devel-32bit' 'libart_lgpl_2-2' 'libart_lgpl_2-2-32bit' 'libasan4' 'libasan4-32bit' 'libasan5-32bit' 'libasan6-32bit' 'libaslcommon0' 'libasm-devel' 'libasm1-32bit' 'libasn1c-devel' 'libasn1c1' 'libaspell15' 'libaspell15-32bit' 'libass-devel' 'libass9-32bit' 'libassimp5' 'libassuan-devel' 'libassuan0-32bit' 'libastylej3' 'libasync' 'libasync-devel' 'libasyncns-devel' 'libasyncns0' 'libatasmart-devel' 'libathemecore1' 'libatkmm-1_6-1-32bit' 'libatkmm-2_30-1' 'libatkmm-2_30-1-32bit' 'libatlascpp-0_6-1' 'libatomic1-32bit' 'libatomic1-gcc7' 'libatomic1-gcc7-32bit' 'libatomic1-gcc9' 'libatomic1-gcc9-32bit' 'libatomic_ops-devel' 'libatomicparsley0' 'libatopology2-32bit' 'libatrildocument3' 'libatrilview3' 'libattr-devel' 'libattr-devel-32bit' 'libattr-devel-static' 'libattr1-32bit' 'libaubio-devel' 'libaubio5' 'libaubio5-32bit' 'libaudaspace-c1_3' 'libaudaspace-py1_3' 'libaudaspace1_3' 'libaudclient-devel' 'libaudclient2' 'libaudclient2' 'libaudclient2-debuginfo' 'libaudclient2-debugsource' 'libaudcore5' 'libaudiofile1-32bit' 'libaudqt2' 'libaudtag3' 'libaugeas0-32bit' 'libauparse0-32bit' 'libauthselect-devel' 'libauthselect1' 'libautotrace3' 'libav-tools' 'libavahi-devel' 'libavahi-glib-devel' 'libavahi-glib1-32bit' 'libavahi-gobject-devel' 'libavahi-gobject0' 'libavc1394-0-32bit' 'libavc1394-devel' 'libavc1394-devel-32bit' 'libavc1394-tools' 'libavcodec56-32bit' 'libavcodec56-32bit-debuginfo' 'libavcodec56-debuginfo' 'libavcodec57-32bit' 'libavcodec57-32bit-debuginfo' 'libavcodec57-debuginfo' 'libavcodec58_91-32bit' 'libavcodec58_91-32bit-debuginfo' 'libavcodec58_91-debuginfo' 'libavdevice56-32bit' 'libavdevice56-32bit-debuginfo' 'libavdevice56-debuginfo' 'libavdevice57-32bit' 'libavdevice57-32bit-debuginfo' 'libavdevice57-debuginfo' 'libavdevice58_10-32bit' 'libavdevice58_10-32bit-debuginfo' 'libavdevice58_10-debuginfo' 'libavfilter5-32bit' 'libavfilter5-32bit-debuginfo' 'libavfilter5-debuginfo' 'libavfilter6-32bit' 'libavfilter6-32bit-debuginfo' 'libavfilter6-debuginfo' 'libavfilter7_85-32bit' 'libavfilter7_85-32bit-debuginfo' 'libavfilter7_85-debuginfo' 'libavformat56-32bit' 'libavformat56-32bit-debuginfo' 'libavformat56-debuginfo' 'libavformat57-32bit' 'libavformat57-32bit-debuginfo' 'libavformat57-debuginfo' 'libavformat58_45-32bit' 'libavformat58_45-32bit-debuginfo' 'libavformat58_45-debuginfo' 'libavfs0' 'libavif-devel' 'libavif6' 'libavifile-devel' 'libaviplay-0_7-0' 'libaviplay-0_7-0-debuginfo' 'libavogadrolibs-suse0' 'libavrdude1' 'libavresample2-32bit' 'libavresample2-32bit-debuginfo' 'libavresample2-debuginfo' 'libavresample3-32bit' 'libavresample3-32bit-debuginfo' 'libavresample3-debuginfo' 'libavresample4_0-32bit' 'libavresample4_0-32bit-debuginfo' 'libavresample4_0-debuginfo' 'libavtp-devel' 'libavtp0' 'libavutil54-32bit' 'libavutil54-32bit-debuginfo' 'libavutil54-debuginfo' 'libavutil55-32bit' 'libavutil55-32bit-debuginfo' 'libavutil55-debuginfo' 'libavutil56_51-32bit' 'libavutil56_51-32bit-debuginfo' 'libavutil56_51-debuginfo' 'libax25-0' 'libax25-common' 'libax25-devel' 'libax25io0' 'libayatana-ido3-0_4-0' 'libayatana-ido3-0_4-0-32bit' 'libayatana-indicator-devel' 'libayatana-indicator3-7' 'libayatana-indicator3-devel' 'libayatana-indicator7' 'libazurestorage7' 'libb2-1' 'libb2-devel' 'libb64' 'libb64-devel' 'libbabl-0_1-0-32bit' 'libbamf3-2' 'libbarvinok23' 'libbase-javadoc' 'libbaseencode-devel' 'libbaseencode1' 'libbasicobjects-devel' 'libbasicobjects-devel-32bit' 'libbasicobjects0' 'libbasicobjects0-32bit' 'libbcg729-0' 'libbcg729-0-32bit' 'libbcmatroska2-0' 'libbcmatroska2-0-32bit' 'libbctoolbox-tester1' 'libbctoolbox-tester1-32bit' 'libbctoolbox1' 'libbctoolbox1-32bit' 'libbcunit1' 'libbcunit1-32bit' 'libbd_btrfs-devel' 'libbd_crypto-devel' 'libbd_dm-devel' 'libbd_dm2' 'libbd_fs-devel' 'libbd_kbd-devel' 'libbd_kbd2' 'libbd_loop-devel' 'libbd_lvm-dbus-devel' 'libbd_lvm-dbus2' 'libbd_lvm-devel' 'libbd_lvm2' 'libbd_mdraid-devel' 'libbd_mpath-devel' 'libbd_mpath2' 'libbd_part-devel' 'libbd_swap-devel' 'libbd_utils-devel' 'libbd_vdo-devel' 'libbd_vdo2' 'libbde-devel' 'libbde-tools' 'libbde1' 'libbdplus' 'libbdplus-debugsource' 'libbdplus-devel' 'libbdplus0' 'libbdplus0-debuginfo' 'libbeecrypt-devel' 'libbeecrypt6' 'libbelcard1' 'libbelcard1-32bit' 'libbellesip1' 'libbellesip1-32bit' 'libbelr1' 'libbelr1-32bit' 'libbemenu0' 'libbenchmark0' 'libbfio-devel' 'libbfio1' 'libbiblesync2_0' 'libbind9-1600-32bit' 'libbitcoinconsensus-devel' 'libbitcoinconsensus0' 'libbitmask-devel' 'libbitmask1' 'libbitstream1' 'libblack_hole_solver1' 'libblacs2-mvapich2' 'libblacs2-mvapich2-devel' 'libblacs2-mvapich2-devel-static' 'libblacs2-openmpi1' 'libblacs2-openmpi1-devel' 'libblacs2-openmpi1-devel-static' 'libblacs2-openmpi2' 'libblacs2-openmpi2-devel' 'libblacs2-openmpi2-devel-static' 'libblacs2-openmpi3' 'libblacs2-openmpi3-devel' 'libblacs2-openmpi3-devel-static' 'libblacs2-openmpi4' 'libblacs2-openmpi4-devel' 'libblacs2-openmpi4-devel-static' 'libbladeRF2' 'libbladeRF2-doc' 'libblas3-32bit' 'libbliss-0_73' 'libblitz0' 'libblkid-devel' 'libblkid-devel-32bit' 'libblkid-devel-static' 'libblockdev-devel' 'libblosc1' 'libbluetooth3-32bit' 'libbluray-bdj' 'libbluray-devel' 'libbluray-tools' 'libbluray2-32bit' 'libbml-devel' 'libbml1' 'libboinc-devel' 'libboinc7' 'libboost_atomic-devel' 'libboost_atomic1_74_0' 'libboost_atomic1_74_0-32bit' 'libboost_atomic1_74_0-devel' 'libboost_chrono-devel' 'libboost_chrono1_74_0' 'libboost_chrono1_74_0-devel' 'libboost_container-devel' 'libboost_container1_74_0' 'libboost_container1_74_0-32bit' 'libboost_container1_74_0-devel' 'libboost_context-devel' 'libboost_context1_74_0' 'libboost_context1_74_0-32bit' 'libboost_context1_74_0-devel' 'libboost_contract-devel' 'libboost_contract1_74_0' 'libboost_contract1_74_0-devel' 'libboost_coroutine-devel' 'libboost_coroutine1_74_0' 'libboost_coroutine1_74_0-32bit' 'libboost_coroutine1_74_0-devel' 'libboost_date_time-devel' 'libboost_date_time1_74_0-32bit' 'libboost_date_time1_74_0-devel' 'libboost_fiber-devel' 'libboost_fiber1_74_0' 'libboost_fiber1_74_0-32bit' 'libboost_fiber1_74_0-devel' 'libboost_filesystem-devel' 'libboost_filesystem1_74_0-32bit' 'libboost_filesystem1_74_0-devel' 'libboost_graph-devel' 'libboost_graph1_74_0' 'libboost_graph1_74_0-32bit' 'libboost_graph1_74_0-devel' 'libboost_graph_parallel-devel' 'libboost_graph_parallel1_74_0' 'libboost_graph_parallel1_74_0-32bit' 'libboost_graph_parallel1_74_0-devel' 'libboost_headers-devel' 'libboost_headers1_74_0-devel' 'libboost_iostreams-devel' 'libboost_iostreams1_74_0-32bit' 'libboost_iostreams1_74_0-devel' 'libboost_locale-devel' 'libboost_locale1_74_0-32bit' 'libboost_locale1_74_0-devel' 'libboost_log-devel' 'libboost_log1_74_0' 'libboost_log1_74_0-devel' 'libboost_math-devel' 'libboost_math1_74_0' 'libboost_math1_74_0-32bit' 'libboost_math1_74_0-devel' 'libboost_mpi-devel' 'libboost_mpi1_74_0' 'libboost_mpi1_74_0-32bit' 'libboost_mpi1_74_0-devel' 'libboost_mpi_python3-devel' 'libboost_mpi_python38-py3-1_74_0' 'libboost_mpi_python38-py3-1_74_0-devel' 'libboost_nowide1_74_0' 'libboost_nowide1_74_0-32bit' 'libboost_nowide1_74_0-devel' 'libboost_numpy-py3-1_74_0' 'libboost_numpy-py3-1_74_0-devel' 'libboost_numpy3-devel' 'libboost_program_options-devel' 'libboost_program_options1_74_0' 'libboost_program_options1_74_0-32bit' 'libboost_program_options1_74_0-devel' 'libboost_python-py3-1_74_0' 'libboost_python-py3-1_74_0-32bit' 'libboost_python-py3-1_74_0-devel' 'libboost_python3-devel' 'libboost_random-devel' 'libboost_random1_74_0' 'libboost_random1_74_0-32bit' 'libboost_random1_74_0-devel' 'libboost_regex-devel' 'libboost_regex1_74_0-32bit' 'libboost_regex1_74_0-devel' 'libboost_serialization-devel' 'libboost_serialization1_74_0' 'libboost_serialization1_74_0-32bit' 'libboost_serialization1_74_0-devel' 'libboost_stacktrace-devel' 'libboost_stacktrace1_74_0' 'libboost_stacktrace1_74_0-32bit' 'libboost_stacktrace1_74_0-devel' 'libboost_system-devel' 'libboost_system1_74_0' 'libboost_system1_74_0-32bit' 'libboost_system1_74_0-devel' 'libboost_test-devel' 'libboost_test1_74_0' 'libboost_test1_74_0-32bit' 'libboost_test1_74_0-devel' 'libboost_thread-devel' 'libboost_thread1_74_0-32bit' 'libboost_thread1_74_0-devel' 'libboost_timer-devel' 'libboost_timer1_74_0' 'libboost_timer1_74_0-devel' 'libboost_type_erasure-devel' 'libboost_type_erasure1_74_0' 'libboost_type_erasure1_74_0-32bit' 'libboost_type_erasure1_74_0-devel' 'libboost_wave-devel' 'libboost_wave1_74_0' 'libboost_wave1_74_0-32bit' 'libboost_wave1_74_0-devel' 'libboringssl1' 'libbotan-2-15' 'libbotan-2-15-32bit' 'libbotan-devel' 'libbotan-devel-32bit' 'libbpf-devel' 'libbpf0' 'libbraiding-devel' 'libbraiding0' 'libbraille' 'libbraille-devel' 'libbraille-fake' 'libbrasero-burn3-1' 'libbrasero-media3-1' 'libbrasero-utils3-1' 'libbrial3' 'libbrotli-devel' 'libbrotlienc1-32bit' 'libbs2b-devel' 'libbs2b0-32bit' 'libbsd-ctor-static' 'libbsd-devel' 'libbssl_wrapper_lib0' 'libbtf1' 'libbtrfs-devel' 'libbtrfsutil-devel' 'libbtrfsutil1' 'libbudgie-plugin0' 'libbudgie-private0' 'libbudgietheme0' 'libbuffer0_3' 'libbullet-devel' 'libbullet2_89' 'libburn-devel' 'libbuzztrax-core-devel' 'libbuzztrax-core1' 'libbuzztrax-core1-32bit' 'libbuzztrax-gst-devel' 'libbuzztrax-gst1' 'libbuzztrax-gst1-32bit' 'libbuzztrax-ic-devel' 'libbuzztrax-ic1' 'libbuzztrax-ic1-32bit' 'libbytesize-devel' 'libbz2-devel' 'libbz2-devel-32bit' 'libbzrtp0' 'libbzrtp0-32bit' 'libc++-devel' 'libc++1' 'libc++abi-devel' 'libc++abi1' 'libcaca-devel' 'libcaca-ruby' 'libcaca0-32bit' 'libcaca0-plugins' 'libcaca0-plugins-32bit' 'libcacard' 'libcacard-devel' 'libcaes-devel' 'libcaes1' 'libcaffe-gnu-hpc' 'libcaffe1_0_0' 'libcaffe_1_0-gnu-hpc' 'libcairo-script-interpreter2' 'libcairo-script-interpreter2-32bit' 'libcairomm-1_0-1-32bit' 'libcairomm-1_16-1' 'libcairomm-1_16-1-32bit' 'libcaja-extension1' 'libcal3d12' 'libcalc2' 'libcamd-doc' 'libcamel-1_2-62' 'libcamel-1_2-62-32bit' 'libcamera-devel' 'libcamera-suse2' 'libcamera-tools' 'libcanberra-devel' 'libcanberra-gtk-devel' 'libcanberra-gtk3-devel' 'libcangjie-data' 'libcangjie-devel' 'libcangjie-tools' 'libcangjie2' 'libcantorlibs27' 'libcap-devel' 'libcap-ng-devel' 'libcap-ng-utils' 'libcap-ng0-32bit' 'libcap-progs' 'libcap1' 'libcap1-32bit' 'libcapi20' 'libcapi20-devel' 'libcapifax-devel' 'libcapifax0' 'libcapifax0-debuginfo' 'libcapnp-0_8' 'libcapnp-devel' 'libcapstone-devel' 'libcapstone4' 'libcares2-32bit' 'libcaribou0' 'libcasacore5' 'libcasacore5-openmpi1' 'libcasacore5-openmpi2' 'libcasacore5-openmpi3' 'libcasacore5-openmpi4' 'libcblas3' 'libcblas3-32bit' 'libcbor-devel' 'libccrtp3' 'libcdata-devel' 'libcdata1' 'libcdatetime-devel' 'libcdatetime1' 'libcdaudio-devel' 'libcdaudio1' 'libcdaudio1-32bit' 'libcdd0' 'libcdda_interface0-32bit' 'libcdda_paranoia0-32bit' 'libcddb-devel' 'libcddb-utils' 'libcddb2-32bit' 'libcdio++0' 'libcdio++0-32bit' 'libcdio-devel' 'libcdio-paranoia-devel' 'libcdio19-32bit' 'libcdio_cdda2-32bit' 'libcdio_paranoia2-32bit' 'libcdirectory-devel' 'libcdirectory1' 'libcdk5' 'libcdr-devel' 'libcdr-devel-doc' 'libcdr-tools' 'libcec-devel' 'libcec4' 'libcelt-devel' 'libcelt-devel-32bit' 'libcelt0-2-32bit' 'libcelt051-0' 'libcephfs-devel' 'libcephfs2' 'libceres-devel' 'libceres1' 'libcerf-devel' 'libcerf1' 'libcerror-devel' 'libcerror1' 'libcfg6' 'libcfg6-32bit' 'libcfile-devel' 'libcfile1' 'libcgns4_1' 'libchafa0' 'libchamplain-0_12-0' 'libchamplain-devel' 'libchardet-devel' 'libchardet1' 'libchardet1-32bit' 'libchck0' 'libcheck0' 'libcheck0-32bit' 'libcheese-common' 'libcheese-gtk25' 'libcheese8' 'libchewing-devel' 'libchewing3' 'libchewing3-32bit' 'libchipcard' 'libchipcard-devel' 'libchipcard6' 'libchm0-32bit' 'libchromaprint-devel' 'libchromaprint1-32bit' 'libcilium1' 'libcilkrts5' 'libcilkrts5-32bit' 'libcimcClientXML0' 'libcimcclient0' 'libcinnamon-control-center1' 'libcinnamon-desktop-data' 'libcinnamon-desktop-data-branding-openSUSE' 'libcinnamon-desktop-data-branding-upstream' 'libcinnamon-desktop-devel' 'libcinnamon-desktop-lang' 'libcinnamon-desktop4' 'libcinnamon-desktop4-32bit' 'libcinnamon-menu-3-0' 'libcinnamon-menu-3-0-32bit' 'libcinnamon-menu-3-devel' 'libcint3' 'libcircle-devel' 'libcircle2' 'libcircllhist-devel' 'libcircllhist0_0_1' 'libcivetweb1_11_0' 'libcjose-devel' 'libcjose0' 'libcjs0' 'libck0' 'libckteec0' 'libclFFT2' 'libclamav9' 'libclang10-32bit' 'libclang7' 'libclang7-32bit' 'libclang8' 'libclang8-32bit' 'libclang9-32bit' 'libclastfm-devel' 'libclastfm0' 'libclaw-devel' 'libclaw-doc' 'libclaw1' 'libclc' 'libcld2-0' 'libcli-devel' 'libcli1_9' 'libcliquer1' 'libclocale-devel' 'libclocale1' 'libcloudproviders-devel' 'libcloudproviders0' 'libclthreads2' 'libclucene-core1-32bit' 'libclucene-shared1-32bit' 'libclutter-1_0-0' 'libclutter-1_0-0-32bit' 'libclutter-gst-3_0-0' 'libclutter-gst-3_0-0-32bit' 'libclutter-gtk-1_0-0' 'libclutter-gtk-1_0-0-32bit' 'libclxclient3' 'libclzma-suse0' 'libcm1' 'libcmap4' 'libcmap4-32bit' 'libcmark0_29_0' 'libcmh0' 'libcmis-c-0_5-5' 'libcmis-c-devel' 'libcmis-devel' 'libcmocka-devel' 'libcmocka-devel-32bit' 'libcmocka-devel-static' 'libcmocka0' 'libcmocka0-32bit' 'libcmpiCppImpl0' 'libcmpisfcc1' 'libcmpiutil' 'libcmpiutil-devel' 'libcmrt1' 'libcmuclmtk-devel' 'libcmuclmtk0' 'libcnotify-devel' 'libcnotify1' 'libcob-devel' 'libcob4' 'libcodec2-0_9-32bit' 'libcogl-gles2-20' 'libcogl-pango20' 'libcogl-pango20-32bit' 'libcogl20' 'libcogl20-32bit' 'libcollectdclient-devel' 'libcollectdclient1' 'libcollection-devel' 'libcollection-devel-32bit' 'libcollection4' 'libcollection4-32bit' 'libcolm-0_13_0_7' 'libcolord-devel' 'libcolord-gtk-devel' 'libcolord-gtk1-32bit' 'libcom_err-devel' 'libcom_err-devel-32bit' 'libcom_err-devel-static' 'libcompel1' 'libcompizconfig' 'libcompizconfig-devel' 'libcomps-devel' 'libcomps-doc' 'libcomps0' 'libconfig++-devel' 'libconfig++11-32bit' 'libconfig-devel' 'libconfig11' 'libconfig11-32bit' 'libconfini-devel' 'libconfini0' 'libconfuse-devel' 'libconfuse-lang' 'libcorectrl0' 'libcorosync-devel' 'libcorosync_common4' 'libcorosync_common4-32bit' 'libcorrect-devel' 'libcorrect0_0_0' 'libcotp-devel' 'libcotp12' 'libcourier-unicode4' 'libcpath-devel' 'libcpath1' 'libcpg4' 'libcpg4-32bit' 'libcpluff-devel' 'libcpluff0' 'libcpluffxx-devel' 'libcpluffxx0' 'libcpprest2_10' 'libcppunit-1_15-1' 'libcppunit-1_15-1-32bit' 'libcppunit_subunit0' 'libcppunit_subunit0-devel' 'libcpuid-devel' 'libcpuid-tools' 'libcpuid15' 'libcpuset-devel' 'libcpuset1' 'libcreaterepo_c-devel' 'libcriu2' 'libcroco' 'libcroco-0_6-3-32bit' 'libcroco-devel' 'libcrossguid0' 'libcryptmount-devel' 'libcryptmount0' 'libcryptmount0-32bit' 'libcrypto46' 'libcrypto46-32bit' 'libcryptopp-devel' 'libcryptopp8_2_0' 'libcryptopp8_2_0-32bit' 'libcryptsetup-devel' 'libcryptsetup12-32bit' 'libcryptsetup12-hmac' 'libcryptsetup12-hmac-32bit' 'libcryptui-data' 'libcryptui-devel' 'libcryptui-lang' 'libcryptui0' 'libcrystalhd-devel' 'libcrystalhd-devel-32bit' 'libcrystalhd3' 'libcrystalhd3-32bit' 'libcsirocsa0' 'libcsironn0' 'libcsnd6-6_0' 'libcsound64-6_0' 'libcsparse3' 'libcsplit-devel' 'libcsplit1' 'libcss-devel' 'libcss0' 'libcstring-devel' 'libcstring1' 'libcsv-devel' 'libcsv3' 'libcsync-devel' 'libcsync-devel-doc' 'libcsync-doc' 'libcsync-plugin-owncloud' 'libcsync-plugin-sftp' 'libcsync-plugin-smb' 'libcsync0' 'libcsync0-32bit' 'libcsystem-devel' 'libcsystem1' 'libct4' 'libctemplate-devel' 'libctemplate3' 'libcthreads-devel' 'libcthreads1' 'libctl-devel' 'libctl-doc' 'libctl5' 'libcudd-3_0_0-0' 'libcue-devel' 'libcue2' 'libcuefile-devel' 'libcuefile0' 'libcuneiform-devel' 'libcuneiform1' 'libcunit1' 'libcupsimage2-32bit' 'libcurl-devel' 'libcurl-devel-32bit' 'libcvc-devel' 'libcvc0' 'libcwnn0' 'libcxsc2' 'libcxsparse3' 'libcxx-gtk-utils-2-2_2-0' 'libcxx-gtk-utils-2-devel' 'libcxx-gtk-utils-3-2_2-0' 'libcxx-gtk-utils-3-devel' 'libcxx-gtk-utils-4-2_2-0' 'libcxx-gtk-utils-4-devel' 'libcxxtools-bin9' 'libcxxtools-http9' 'libcxxtools-json9' 'libcxxtools-unit9' 'libcxxtools-xmlrpc9' 'libcxxtools9' 'libczmq4' 'libd0_blind_id0' 'libd0_rijndael0' 'libdSFMT2_2' 'libdaemon-devel' 'libdar-devel' 'libdar64-6000' 'libdat2-2' 'libdat2-2-32bit' 'libdataquay0' 'libdatrie-devel' 'libdav1d4-32bit' 'libdavix0' 'libdazzle-1_0-0' 'libdazzle-devel' 'libdb-4_8-devel' 'libdb-4_8-devel-32bit' 'libdb_java-4_8' 'libdb_java-4_8-devel' 'libdbevolution0' 'libdbevolution0-debuginfo' 'libdbh2' 'libdbi-devel' 'libdbi-devel-32bit' 'libdbi-devel-doc' 'libdbi-drivers-dbd-freetds' 'libdbi-drivers-dbd-mysql' 'libdbi-drivers-dbd-pgsql' 'libdbi-drivers-dbd-sqlite3' 'libdbi3' 'libdbi3-32bit' 'libdbus-c++-1-1' 'libdbus-c++-1-1-32bit' 'libdbus-c++-api-docs' 'libdbus-c++-devel' 'libdbus-c++-glib-1-1' 'libdbus-c++-glib-devel' 'libdbusextended-qt5-1' 'libdbusextended-qt5-devel' 'libdbusmenu-glib-devel' 'libdbusmenu-glib-doc' 'libdbusmenu-gtk2-devel' 'libdbusmenu-gtk2-doc' 'libdbusmenu-gtk3-devel' 'libdbusmenu-gtk4' 'libdbusmenu-jsonloader-devel' 'libdbusmenu-jsonloader4' 'libdbusmenu-qt5-2-32bit' 'libdbusmenu-qt5-devel' 'libdbusmenu-qt5-devel-32bit' 'libdbusmenu-tools' 'libdc1394-25-32bit' 'libdc1394-devel' 'libdc1394-tools' 'libdca' 'libdca-debuginfo' 'libdca-debugsource' 'libdca-devel' 'libdca0-32bit' 'libdca0-32bit-debuginfo' 'libdca0-debuginfo' 'libdcadec-devel' 'libdcadec0' 'libdcadec0-32bit' 'libdcadec0-32bit-debuginfo' 'libdcadec0-debuginfo' 'libdcaenc-devel' 'libdcaenc0' 'libdcaenc0-debuginfo' 'libdcerpc-devel' 'libdcerpc-samr-devel' 'libdcerpc-samr0' 'libdcerpc-samr0-32bit' 'libdcmtk3_6' 'libdcmtk3_6-debuginfo' 'libdconf1-32bit' 'libdd_opentracing0' 'libddccontrol0' 'libddcutil-devel' 'libddcutil3' 'libde265' 'libde265-0' 'libde265-0-32bit' 'libde265-0-32bit-debuginfo' 'libde265-0-debuginfo' 'libde265-debugsource' 'libde265-devel' 'libdeal_II9_2_0' 'libdeal_II9_2_0-openmpi2' 'libdeal_II9_2_0-openmpi3' 'libdebuginfod-devel' 'libdebuginfod1' 'libdecoration0' 'libdecoration0-32bit' 'libdevil-tools' 'libdevmapper-event1_03-32bit' 'libdevmapper1_03-32bit' 'libdframeworkdbus-devel' 'libdframeworkdbus2' 'libdhash-devel' 'libdhash-devel-32bit' 'libdhash1' 'libdhash1-32bit' 'libdico2' 'libdigikamcore7' 'libdigikamcore7-debuginfo' 'libdirac_decoder0' 'libdirac_decoder0-32bit' 'libdirac_encoder0' 'libdirac_encoder0-32bit' 'libdiscid-devel' 'libdiscid0-32bit' 'libdiscord-rpc' 'libdjconsole' 'libdjconsole-debugsource' 'libdjconsole-devel' 'libdjconsole0' 'libdjconsole0-debuginfo' 'libdjvCore0' 'libdjvCore0-debuginfo' 'libdjvulibre-devel' 'libdleyna-core-1_0-5' 'libdlm' 'libdlm-devel' 'libdlm3' 'libdmapsharing-3_0-2' 'libdmapsharing-3_0-2-32bit' 'libdmapsharing-4_0-3' 'libdmapsharing-4_0-3-32bit' 'libdmapsharing-devel' 'libdmapsharing3-devel' 'libdmlc' 'libdmmp-devel' 'libdmmp0_2_0' 'libdmr0_1' 'libdmtx-devel' 'libdmtx0-32bit' 'libdmusic1' 'libdmx-devel' 'libdmx-devel-32bit' 'libdmx1-32bit' 'libdnet-devel' 'libdnet1' 'libdnf-devel' 'libdnf2' 'libdnnl1' 'libdns1605-32bit' 'libdns_sd-32bit' 'libdotconf0' 'libdouble-conversion3-32bit' 'libdpdk-20_0' 'libdriveio0' 'libdrm-devel' 'libdrm-devel-32bit' 'libdrm-tools' 'libdrpm-devel' 'libdrumstick-alsa1' 'libdrumstick-alsa1-debuginfo' 'libdrumstick-devel' 'libdrumstick-doc' 'libdrumstick-file1' 'libdrumstick-file1-debuginfo' 'libdrumstick-rt-plugins' 'libdrumstick-rt-plugins-debuginfo' 'libdrumstick-rt1' 'libdrumstick-rt1-debuginfo' 'libdruntime-ldc93' 'libdtkcore2' 'libdtkwidget2' 'libdtkwm2' 'libduktape201' 'libdv' 'libdv-devel' 'libdv-playdv' 'libdv4-32bit' 'libdvbpsi-0-devel' 'libdvbpsi-devel' 'libdvbpsi10-32bit' 'libdvbpsi7' 'libdvbpsi7-32bit' 'libdvbv5-0' 'libdvbv5-0-32bit' 'libdvbv5-devel' 'libdvd-audio' 'libdvd-audio-debuginfo' 'libdvd-audio-debugsource' 'libdvd-audio-devel' 'libdvd-audio-doc' 'libdvd-audio-utils' 'libdvd-audio-utils-debuginfo' 'libdvd-audio1' 'libdvd-audio1-debuginfo' 'libdvdcss' 'libdvdcss-debugsource' 'libdvdcss-devel' 'libdvdcss2-debuginfo' 'libdvdnav-devel' 'libdvdnav4-32bit' 'libdvdplay-devel' 'libdvdplay0' 'libdvdplay0' 'libdvdplay0-debuginfo' 'libdvdplay0-debugsource' 'libdvdread-devel' 'libdvdread3' 'libdvdread3' 'libdvdread3-debuginfo' 'libdvdread3-debugsource' 'libdvdread3-devel' 'libdvdread8-32bit' 'libdw-devel' 'libdwarf-devel' 'libdwarf-devel-static' 'libdwarf-doc' 'libdwarf-tools' 'libdwarf1' 'libdwarves-devel' 'libdwarves-devel-32bit' 'libdwarves1' 'libdwarves1-32bit' 'libdxflib-3_17_0-1' 'libdxfrw-devel' 'libdxfrw-tools' 'libdxfrw0' 'libe-book-devel' 'libe-book-devel-doc' 'libe-book-tools' 'libeXosip2' 'libeXosip2-12' 'libeXosip2-devel' 'libeb16' 'libebackend-1_2-10' 'libebackend-1_2-10-32bit' 'libebml-devel' 'libebml5-32bit' 'libebook-1_2-20' 'libebook-1_2-20-32bit' 'libebook-contacts-1_2-3' 'libebook-contacts-1_2-3-32bit' 'libebur128-devel' 'libecal-2_0-1' 'libecal-2_0-1-32bit' 'libecasound-devel' 'libecholib1_3' 'libecholib1_3-devel' 'libecm1' 'libeconf-devel' 'libecpg6' 'libecpg6-32bit' 'libecryptfs1' 'libecryptfs1-32bit' 'libedata-book-1_2-26' 'libedata-book-1_2-26-32bit' 'libedata-cal-2_0-1' 'libedata-cal-2_0-1-32bit' 'libedataserver-1_2-24' 'libedataserver-1_2-24-32bit' 'libedataserverui-1_2-2' 'libedataserverui-1_2-2-32bit' 'libedc_ecc1_0' 'libedc_ecc_dec1_0' 'libedit-devel' 'libeditorconfig-devel' 'libeditorconfig-devel-32bit' 'libeditorconfig0-32bit' 'libefa1-32bit' 'libegbb3' 'libegbb3' 'libegbb3-debuginfo' 'libegbb3-debugsource' 'libegbb3-devel' 'libei-devel' 'libei-suse0' 'libelektra-augeas' 'libelektra-devel' 'libelektra-devel-doc' 'libelektra4' 'libelf-devel-32bit' 'libemf2svg-devel' 'libemf2svg1' 'libenca0' 'libenca0-32bit' 'libenchant-2-2-32bit' 'libenchant1' 'libenchant1-32bit' 'libenet7' 'libeot-devel' 'libeot-tools' 'libepc-1_0-2' 'libepc-devel' 'libepc-lang' 'libepoxy-devel' 'libeppic-devel' 'libepub-devel' 'libepub0-32bit' 'libepub0-32bit-debuginfo' 'libepub0-debuginfo' 'libepubgen-devel' 'libepubgen-devel-doc' 'liberasurecode-devel' 'liberasurecode1' 'liberfa1' 'libertinus-fonts' 'libesedb-devel' 'libesedb-tools' 'libesedb1' 'libesmtp-devel' 'libestr-devel' 'libetonyek-devel' 'libetonyek-devel-doc' 'libetonyek-tools' 'libetpan-devel' 'libetpan20' 'libetrophy0' 'libev-devel' 'libev4' 'libev4-32bit' 'libevdev-devel' 'libevdev-tools' 'libevdev2-32bit' 'libevdocument3-4' 'libevemu3' 'libevent-2_1-7-32bit' 'libevent-devel' 'libevent-devel-static' 'libevt-devel' 'libevt-tools' 'libevt1' 'libevtlog-3_26-0' 'libevtlog-devel' 'libevtlog0' 'libevtx-devel' 'libevtx-tools' 'libevtx1' 'libevview3-3' 'libewf-devel' 'libewf-tools' 'libewf2' 'libexe-devel' 'libexe-tools' 'libexe1' 'libexempi-devel' 'libexempi3' 'libexempi3-32bit' 'libexif-devel' 'libexif-devel-32bit' 'libexif-gtk' 'libexif-gtk-devel' 'libexif-gtk5' 'libexiv2-27-32bit' 'libexiv2-devel' 'libexiv2-doc' 'libexiv2-xmp-static' 'libexo-1-0' 'libexo-2-0' 'libexoIIv2for-5_14_0' 'libexodus-5_14_0' 'libexpat-devel' 'libexpat-devel-32bit' 'libexplain-devel' 'libexplain51' 'libext2fs-devel' 'libext2fs-devel-32bit' 'libext2fs-devel-static' 'libext2fs2-32bit' 'libexttextcat-devel' 'libexttextcat-tools' 'libf2c0' 'libf2fs8' 'libf2fs_format7' 'libfaac-devel' 'libfaac0' 'libfaac0-32bit' 'libfaac0-32bit-debuginfo' 'libfaac0-debuginfo' 'libfaad-devel' 'libfaad2-32bit' 'libfaad2-32bit-debuginfo' 'libfaad2-debuginfo' 'libfaad_drm2' 'libfaad_drm2-debuginfo' 'libfabric' 'libfabric-devel' 'libfabric-devel-32bit' 'libfabric1' 'libfabric1-32bit' 'libfakekey-devel' 'libfaketime' 'libfallocate-devel' 'libfallocate-devel-static' 'libfallocate0' 'libfame-0_9-1' 'libfame-0_9-1' 'libfame-0_9-1-debuginfo' 'libfame-0_9-1-debugsource' 'libfame-devel' 'libfann-devel' 'libfann2' 'libfarstream-0_2-5' 'libfarstream-0_2-5-32bit' 'libfastjet0' 'libfastjetcontribfragile' 'libfastjson-devel' 'libfastlz1' 'libfaxutil7_0_3' 'libfbclient-devel' 'libfbclient2-32bit' 'libfcache-devel' 'libfcache1' 'libfcgi0' 'libfcitx-4_2_9' 'libfcitx-4_2_9-32bit' 'libfdata-devel' 'libfdata1' 'libfdatetime-devel' 'libfdatetime1' 'libfdisk-devel' 'libfdisk-devel-static' 'libfdk-aac2-32bit' 'libfdk-aac2-32bit-debuginfo' 'libfdk-aac2-debuginfo' 'libfdt-devel' 'libfdt-devel-32bit' 'libfdt1-32bit' 'libfec3' 'libffado-devel' 'libffado2-32bit' 'libffcall0' 'libffi-devel' 'libffi-devel-32bit' 'libffmpegthumbnailer-devel' 'libffmpegthumbnailer4' 'libffms2-4' 'libffms2-4-32bit' 'libffms2-devel' 'libfftw3-3-32bit' 'libfftw3-gnu-hpc' 'libfftw3-gnu-mpich-hpc' 'libfftw3-gnu-mvapich2-hpc' 'libfftw3-gnu-openmpi1-hpc' 'libfftw3-gnu-openmpi2-hpc' 'libfftw3-gnu-openmpi3-hpc' 'libfftw3-gnu-openmpi4-hpc' 'libfftw3_3_3_8-gnu-hpc' 'libfftw3_3_3_8-gnu-mpich-hpc' 'libfftw3_3_3_8-gnu-mvapich2-hpc' 'libfftw3_3_3_8-gnu-openmpi1-hpc' 'libfftw3_3_3_8-gnu-openmpi2-hpc' 'libfftw3_3_3_8-gnu-openmpi3-hpc' 'libfftw3_3_3_8-gnu-openmpi4-hpc' 'libfftw3_mpi3' 'libfftw3_mpi3-32bit' 'libfftw3_omp3' 'libfftw3_omp3-32bit' 'libfftw3_threads3' 'libfftw3_threads3-32bit' 'libfguid-devel' 'libfguid1' 'libfido2-devel' 'libfido2-utils' 'libfife0_4_2' 'libfifechan0_1_5' 'libfifechan_opengl0_1_5' 'libfifechan_sdl0_1_5' 'libfilezilla-devel' 'libfilezilla-lang' 'libfilezilla9' 'libfilteraudio0' 'libfinal-devel' 'libfinal-examples' 'libfinal0' 'libfipscheck1' 'libfipscheck1-32bit' 'libfishsound-devel' 'libfishsound1' 'libfityk4' 'libfko-devel' 'libfko3' 'libfl-devel' 'libfl-devel-32bit' 'libfl2' 'libfl2-32bit' 'libflann1_9' 'libflatbuffers1' 'libflickcurl-devel' 'libflickcurl0' 'libflickcurl0-32bit' 'libflint14' 'libflorence-1_0-1' 'libfltk1-32bit' 'libfluidsynth2-32bit' 'libflxmlrpc1' 'libfm' 'libfm-devel' 'libfm-doc' 'libfm-extra-devel' 'libfm-extra4' 'libfm-gtk-devel' 'libfm-gtk4' 'libfm-lang' 'libfm-qt-data' 'libfm-qt-devel' 'libfm-qt-lang' 'libfm-qt7' 'libfm4' 'libfmapi-devel' 'libfmapi1' 'libfmt7' 'libfmt7-32bit' 'libfole-devel' 'libfole1' 'libfolks-eds25' 'libfolks-telepathy25' 'libfolks-tracker25' 'libfolks25' 'libfoma-hfst0' 'libfoma0' 'libfontenc-devel' 'libfontenc-devel-32bit' 'libfontenc1-32bit' 'libfonts-javadoc' 'libformula-javadoc' 'libfparser-4_5_2' 'libfplll6' 'libfpm_helper-devel' 'libfpm_helper0' 'libfpm_pb0' 'libfprint-2-2' 'libfprint-2-2-32bit' 'libfprint-devel' 'libfprint-doc' 'libframe6' 'libframe6-32bit' 'libframel8' 'libfreebl3-hmac-32bit' 'libfreefare-devel' 'libfreefare-tools' 'libfreefare0' 'libfreehand-devel' 'libfreehand-devel-doc' 'libfreehand-tools' 'libfreeimage3' 'libfreeimageplus3' 'libfreeipmi17' 'libfreesrp0' 'libfreexl1' 'libfreshclam2' 'libfrr0' 'libfrr_pb0' 'libfrrcares0' 'libfrrfpm_pb0' 'libfrrgrpc_pb0' 'libfrrospfapiclient0' 'libfrrsnmp0' 'libfrrzmq0' 'libfsapfs' 'libfsapfs-devel' 'libfsapfs1' 'libfsm0' 'libfsntfs-devel' 'libfsntfs-tools' 'libfsntfs1' 'libfst-hfst0' 'libfstrcmp0' 'libftdi-devel' 'libftdi1' 'libftdi1-2' 'libftdi1-devel' 'libftgl2' 'libftgl2-32bit' 'libftoa0_3' 'libfunambol-9_0_1' 'libfunambol-devel' 'libfuse2-32bit' 'libfuse3-3-32bit' 'libfuzzy-devel' 'libfuzzy2' 'libfvalue-devel' 'libfvalue1' 'libfvde-devel' 'libfvde-tools' 'libfvde1' 'libfwevt-devel' 'libfwevt1' 'libfwnt-devel' 'libfwnt1' 'libfwsi-devel' 'libfwsi1' 'libgadu-devel' 'libgadu3' 'libgamemode-devel' 'libgamemode0' 'libgamemode0-32bit' 'libgamemodeauto0' 'libgamemodeauto0-32bit' 'libgamin-1-0' 'libgamin-1-0-32bit' 'libgaminggear' 'libgaminggear-devel' 'libgaminggear-lang' 'libgaminggear0' 'libgaminggearfx0' 'libgaminggearwidget0' 'libganesha_nfsd-devel' 'libganesha_nfsd3_3' 'libganglia0' 'libgarcon-1-0' 'libgarcon-branding-openSUSE' 'libgarcon-branding-upstream' 'libgarcon-data' 'libgarcon-devel' 'libgarcon-doc' 'libgarcon-lang' 'libgasnet-1_32_0' 'libgavl-devel' 'libgbm-devel' 'libgbm-devel-32bit' 'libgbm1-32bit' 'libgcalc-2-1_0_1' 'libgcc_s1-gcc7' 'libgcc_s1-gcc7-32bit' 'libgcc_s1-gcc9' 'libgcc_s1-gcc9-32bit' 'libgci-1-0_0_0' 'libgcin-im-client1' 'libgcin-im-client1-32bit' 'libgck-1-0-32bit' 'libgck-devel' 'libgck-devel-32bit' 'libgcr-3-1-32bit' 'libgcr-devel' 'libgcr-devel-32bit' 'libgcrypt-cavs' 'libgcrypt-devel' 'libgcrypt-devel-32bit' 'libgcrypt20-hmac-32bit' 'libgda-5_0-4' 'libgda-5_0-4-lang' 'libgda-5_0-bdb' 'libgda-5_0-devel' 'libgda-5_0-doc' 'libgda-5_0-firebird' 'libgda-5_0-jdbc' 'libgda-5_0-ldap' 'libgda-5_0-mdb' 'libgda-5_0-mysql' 'libgda-5_0-postgres' 'libgda-5_0-sqlcipher' 'libgda-5_0-sqlite' 'libgda-5_0-tools' 'libgda-5_0-web' 'libgda-report-5_0-4' 'libgda-tools' 'libgda-ui-5_0-4' 'libgda-ui-5_0-plugins' 'libgda-ui-5_0-tools' 'libgda-xslt-5_0-4' 'libgdal27' 'libgdamm-5_0-13' 'libgdamm-devel' 'libgdata-devel' 'libgdata22-32bit' 'libgdiplus-devel' 'libgdl-3-5' 'libgdlmm-3_0-2' 'libgdm1' 'libgdruntime1' 'libgdruntime1-32bit' 'libgdruntime76-gcc9' 'libgdruntime76-gcc9-32bit' 'libgeany0' 'libgee-0_8-2-32bit' 'libgee-devel' 'libgee06-devel' 'libgee2' 'libgegl-0_4-0-32bit' 'libgeis1' 'libgeis1-32bit' 'libgenders0' 'libgendersplusplus2' 'libgeners0' 'libgensio0' 'libgeocode-glib0' 'libgeocode-glib0-32bit' 'libgeos-3_8_1' 'libgeos_c1' 'libgeotiff5' 'libgepub-0_6-0' 'libgepub-devel' 'libgerbv1' 'libges-1_0-0' 'libgexiv2-2-32bit' 'libgexiv2-devel' 'libgf2x3' 'libgfbgraph-0_2-0' 'libgfchangelog0' 'libgflags2' 'libgfortran4' 'libgfortran4-32bit' 'libgfortran5-32bit' 'libgfortran5-gcc9' 'libgfortran5-gcc9-32bit' 'libgiblib1' 'libgif7-32bit' 'libgig-devel' 'libgig-tools' 'libgig9' 'libgimp-2_0-0-32bit' 'libgimpui-2_0-0-32bit' 'libginac6' 'libgio-fam' 'libgio-fam-32bit' 'libgiomm-2_4-1-32bit' 'libgiomm-2_66-1' 'libgiomm-2_66-1-32bit' 'libgirara-gtk3-3' 'libgirepository-1_0-1-32bit' 'libgit2-1_0-32bit' 'libgit2-devel' 'libgit2-glib-1_0-0' 'libgit2-glib-devel' 'libgitg-1_0-0' 'libgitg-devel' 'libgitg-ext-1_0-0' 'libgivaro9' 'libgjs-devel' 'libgjs0' 'libgl2ps1' 'libglade-2_0-0-32bit' 'libglade2-devel' 'libglade2-doc' 'libgladeui-2-12' 'libgladeui-2-devel' 'libgle-devel' 'libgle3' 'libglfw-devel' 'libglfw2' 'libglfw3' 'libglibmm-2_4-1-32bit' 'libglibmm-2_66-1' 'libglibmm-2_66-1-32bit' 'libglog0' 'libglom-1_32-0' 'libglom-devel' 'libgloox17' 'libgloox17-32bit' 'libglpk40' 'libgltf-0_1-1' 'libgltf-devel' 'libglue-devel' 'libglue-devel-32bit' 'libglue2' 'libglue2-32bit' 'libglut3-32bit' 'libglvnd-devel' 'libglvnd-devel-32bit' 'libglyr1' 'libglyr1-32bit' 'libgme-devel' 'libgme0-32bit' 'libgmerlin-devel' 'libgmerlin0' 'libgmerlin0-debuginfo' 'libgmerlin_avdec-devel' 'libgmerlin_avdec1' 'libgmerlin_avdec1-debuginfo' 'libgmerlin_gtk-devel' 'libgmerlin_gtk0' 'libgmerlin_gtk0-debuginfo' 'libgmic-devel' 'libgmic1' 'libgmime-3_0-0' 'libgmime-3_0-0-32bit' 'libgmpxx4-32bit' 'libgmsh4_5' 'libgnome-autoar-0-0' 'libgnome-autoar-gtk-0-0' 'libgnome-bluetooth13' 'libgnome-desktop-3-19-32bit' 'libgnome-desktop-3-devel' 'libgnome-games-support-1-3' 'libgnome-games-support-devel' 'libgnome-games-support-lang' 'libgnome-keyring-devel' 'libgnome-keyring0-32bit' 'libgnome-menu-3-0' 'libgnome-menu-3-0-32bit' 'libgnomecanvas-2-0' 'libgnomecanvas-2-0-32bit' 'libgnomecanvas-devel' 'libgnomecanvas-lang' 'libgnomekbd-devel' 'libgnomekbd-lang' 'libgnomekbd8' 'libgnomesu' 'libgnomesu-devel' 'libgnomesu-lang' 'libgnomesu0' 'libgnt-devel' 'libgnt0' 'libgnt0-32bit' 'libgnuastro11' 'libgnuradio-3_8_2' 'libgnuradio-fcdproplus-devel' 'libgnuradio-fcdproplus3_8_0' 'libgnuradio-iqbalance-devel' 'libgnuradio-iqbalance3_8_0' 'libgnutls-dane-devel' 'libgnutls-devel-32bit' 'libgnutls30-hmac' 'libgnutlsxx-devel' 'libgnutlsxx28' 'libgo11' 'libgo11-32bit' 'libgo14' 'libgo14-32bit' 'libgo16' 'libgo16-32bit' 'libgoa-1_0-0-32bit' 'libgoa-backend-1_0-1-32bit' 'libgoffice-0_10-10' 'libgom-1_0-0' 'libgomp1-32bit' 'libgomp1-gcc7' 'libgomp1-gcc7-32bit' 'libgomp1-gcc9' 'libgomp1-gcc9-32bit' 'libgoocanvas-2_0-9' 'libgoocanvas3' 'libgoocanvas3-devel' 'libgoocanvas3-lang' 'libgoocanvasmm-2_0-6' 'libgoocanvasmm-devel' 'libgooglepinyin-devel' 'libgooglepinyin0' 'libgovf-0_1' 'libgovirt-devel' 'libgovirt-lang' 'libgovirt2' 'libgpac-devel' 'libgpac10' 'libgpaste11' 'libgpg-error-devel' 'libgpg-error-devel-32bit' 'libgpgme-devel' 'libgpgme11-32bit' 'libgpgmepp-devel' 'libgpgmepp6-32bit' 'libgphobos1' 'libgphobos1-32bit' 'libgphobos76-gcc9' 'libgphobos76-gcc9-32bit' 'libgphoto2-devel' 'libgphoto2-devel-32bit' 'libgphoto2-devel-doc' 'libgphoto2-doc' 'libgpiod-devel' 'libgpiod-utils' 'libgpiod2' 'libgpiodcxx1' 'libgpiomockup0' 'libgpm2-32bit' 'libgpod-devel' 'libgpod-doc' 'libgpod-lang' 'libgpod-tools' 'libgpod4' 'libgpod4-32bit' 'libgrail6' 'libgrail6-32bit' 'libgraphblas3' 'libgraphene-1_0-0-32bit' 'libgraphene-devel' 'libgravatar-devel' 'libgrilo-0_3-0' 'libgrlnet-0_3-0' 'libgrlpls-0_3-0' 'libgromacs4' 'libgroove-devel' 'libgroove4' 'libgroovefingerprinter-devel' 'libgroovefingerprinter4' 'libgrooveloudness-devel' 'libgrooveloudness4' 'libgrooveplayer-devel' 'libgrooveplayer4' 'libgrpc++1' 'libgrpc12' 'libgrpc_plugin_support1' 'libgrss-devel' 'libgrss0' 'libgsasl-devel' 'libgsasl-lang' 'libgsasl7' 'libgsequencer0' 'libgsettings-qt1' 'libgsf-1-114' 'libgsf-1-114-32bit' 'libgsf-devel' 'libgsf-lang' 'libgsf-tools' 'libgsl-gnu-hpc' 'libgsl_2_6-gnu-hpc' 'libgslcblas-gnu-hpc' 'libgslcblas_2_6-gnu-hpc' 'libgsm-devel' 'libgsm-devel-32bit' 'libgsm-utils' 'libgsmsd8' 'libgsoap-2_8_106' 'libgsound0' 'libgspell-1-2' 'libgssdp-1_2-0-32bit' 'libgssdp-devel' 'libgssglue-devel' 'libgssglue1' 'libgssglue1-32bit' 'libgstadaptivedemux-1_0-0-32bit' 'libgstadaptivedemux-1_0-0-32bit-debuginfo' 'libgstadaptivedemux-1_0-0-debuginfo' 'libgstallocators-1_0-0-32bit' 'libgstbadaudio-1_0-0-32bit' 'libgstbadaudio-1_0-0-32bit-debuginfo' 'libgstbadaudio-1_0-0-debuginfo' 'libgstbasecamerabinsrc-1_0-0-32bit' 'libgstbasecamerabinsrc-1_0-0-32bit-debuginfo' 'libgstbasecamerabinsrc-1_0-0-debuginfo' 'libgstcodecparsers-1_0-0-32bit' 'libgstcodecparsers-1_0-0-32bit-debuginfo' 'libgstcodecparsers-1_0-0-debuginfo' 'libgstfft-1_0-0-32bit' 'libgstgl-1_0-0-32bit' 'libgstinsertbin-1_0-0' 'libgstinsertbin-1_0-0-32bit' 'libgstinsertbin-1_0-0-32bit-debuginfo' 'libgstinsertbin-1_0-0-debuginfo' 'libgstisoff-1_0-0-32bit' 'libgstisoff-1_0-0-32bit-debuginfo' 'libgstisoff-1_0-0-debuginfo' 'libgstmpegts-1_0-0-32bit' 'libgstmpegts-1_0-0-32bit-debuginfo' 'libgstmpegts-1_0-0-debuginfo' 'libgstpbutils-1_0-0-32bit' 'libgstphotography-1_0-0-32bit' 'libgstphotography-1_0-0-32bit-debuginfo' 'libgstphotography-1_0-0-debuginfo' 'libgstplayer-1_0-0' 'libgstplayer-1_0-0-32bit' 'libgstplayer-1_0-0-32bit-debuginfo' 'libgstplayer-1_0-0-debuginfo' 'libgstreamerd-3-0' 'libgstreamermm-1_0-1' 'libgstriff-1_0-0-32bit' 'libgstrtp-1_0-0-32bit' 'libgstrtsp-1_0-0-32bit' 'libgstrtspserver-1_0-0' 'libgstsctp-1_0-0-32bit' 'libgstsctp-1_0-0-32bit-debuginfo' 'libgstsctp-1_0-0-debuginfo' 'libgstsdp-1_0-0-32bit' 'libgsttranscoder-1_0-0' 'libgsturidownloader-1_0-0-32bit' 'libgsturidownloader-1_0-0-32bit-debuginfo' 'libgsturidownloader-1_0-0-debuginfo' 'libgstvalidate-1_0-0' 'libgstwayland-1_0-0-32bit' 'libgstwayland-1_0-0-32bit-debuginfo' 'libgstwayland-1_0-0-debuginfo' 'libgstwebrtc-1_0-0-32bit' 'libgstwebrtc-1_0-0-32bit-debuginfo' 'libgstwebrtc-1_0-0-debuginfo' 'libgthread-2_0-0-32bit' 'libgtk-4-0' 'libgtk-4-0-32bit' 'libgtk-frdp-0_1' 'libgtk-layer-shell0' 'libgtkd-3-0' 'libgtkdatabox-0_9_3-0' 'libgtkdatabox-devel' 'libgtkdgl-3-0' 'libgtkdsv-3-0' 'libgtkglext-x11-1_0-0' 'libgtkglext-x11-1_0-0-32bit' 'libgtkhex-3-0' 'libgtkhotkey-devel' 'libgtkhotkey1' 'libgtkhtml-4_0-0' 'libgtkhtml-4_0-0-32bit' 'libgtkhtml-editor-4_0-0' 'libgtkhtml-editor-4_0-0-32bit' 'libgtkimageview0' 'libgtkmm-2_4-1' 'libgtkmm-2_4-1-32bit' 'libgtkmm-3_0-1-32bit' 'libgtkpod1' 'libgtksourceview-2_0-0' 'libgtksourceviewmm-3_0-0' 'libgtksourceviewmm-4_0-0' 'libgtkspell0' 'libgtkspell3-3-0' 'libgtop' 'libgtop-2_0-11' 'libgtop-2_0-11-32bit' 'libgtop-devel' 'libgtop-doc' 'libgtop-lang' 'libgtp-devel' 'libgtp6' 'libgtpnl-devel' 'libgtpnl0' 'libgucharmap_2_90-7' 'libgudev-1_0-0-32bit' 'libgudev-1_0-devel' 'libguess-devel' 'libguess1' 'libguess1-32bit' 'libguestfs-devel' 'libguestfs-test' 'libguile-3_0-1' 'libguile-cairo0' 'libguile-srfi-srfi-1-v-3-3' 'libguile-srfi-srfi-13-14-v-3-3' 'libguile-srfi-srfi-4-v-3-3' 'libguile-srfi-srfi-60-v-2-2' 'libguile-ssh12' 'libguile1-devel' 'libguile17' 'libguilereadline-v-17-17' 'libgumbo-devel' 'libgumbo1' 'libgupnp-1_2-0-32bit' 'libgupnp-av-1_0-2' 'libgupnp-av-devel' 'libgupnp-devel' 'libgupnp-dlna-2_0-3' 'libgupnp-dlna-backend-gstreamer' 'libgupnp-dlna-devel' 'libgupnp-igd-1_0-4-32bit' 'libgupnp-igd-devel' 'libgusb-devel' 'libgviewaudio-2_0-2' 'libgviewencoder-2_0-2' 'libgviewrender-2_0-2' 'libgviewv4l2core-2_0-2' 'libgviewv4l2core-lang' 'libgvncpulse-1_0-0' 'libgweather-3-16' 'libgweather-3-16-32bit' 'libgweather-devel' 'libgweather-lang' 'libgwengui-cpp79' 'libgwengui-fox16-79' 'libgwengui-gtk2-79' 'libgwengui-gtk3-79' 'libgwengui-qt5-79' 'libgwenhywfar79' 'libgwenhywfar79-plugins' 'libgxps-devel' 'libgxps-tools' 'libgxps2' 'libgxw0' 'libgxwmm0' 'libgypsy-devel' 'libgypsy0' 'libgypsy0-32bit' 'libhackrf0' 'libhal1' 'libhamlib++2' 'libhamlib2' 'libhandle1' 'libhandy-0_0-0' 'libhandy-1-0' 'libhandy-devel' 'libhandy-lang' 'libhandy0-devel' 'libhangul-devel' 'libhangul1' 'libhangul1-32bit' 'libharfbuzz-gobject0-32bit' 'libharfbuzz-icu0-32bit' 'libharfbuzz-subset0-32bit' 'libharminv3' 'libharu-devel' 'libhashcat6_1_1' 'libhavoc0' 'libhavoc0-debuginfo' 'libhdf4' 'libhdf4-32bit' 'libhdf4-openmpi' 'libhdf4-openmpi-32bit' 'libhdf5-103-32bit' 'libhdf5-103-mvapich2' 'libhdf5-103-mvapich2-32bit' 'libhdf5-103-openmpi1' 'libhdf5-103-openmpi1-32bit' 'libhdf5-103-openmpi2' 'libhdf5-103-openmpi2-32bit' 'libhdf5-103-openmpi3' 'libhdf5-103-openmpi3-32bit' 'libhdf5-103-openmpi4' 'libhdf5-103-openmpi4-32bit' 'libhdf5-gnu-hpc' 'libhdf5-gnu-mpich-hpc' 'libhdf5-gnu-mvapich2-hpc' 'libhdf5-gnu-openmpi1-hpc' 'libhdf5-gnu-openmpi2-hpc' 'libhdf5-gnu-openmpi3-hpc' 'libhdf5-gnu-openmpi4-hpc' 'libhdf5_1_10_5-gnu-hpc' 'libhdf5_1_10_5-gnu-mpich-hpc' 'libhdf5_1_10_5-gnu-mvapich2-hpc' 'libhdf5_1_10_5-gnu-openmpi1-hpc' 'libhdf5_1_10_5-gnu-openmpi2-hpc' 'libhdf5_1_10_5-gnu-openmpi3-hpc' 'libhdf5_1_10_5-gnu-openmpi4-hpc' 'libhdf5_cpp-gnu-hpc' 'libhdf5_cpp-gnu-mpich-hpc' 'libhdf5_cpp-gnu-mvapich2-hpc' 'libhdf5_cpp-gnu-openmpi1-hpc' 'libhdf5_cpp-gnu-openmpi2-hpc' 'libhdf5_cpp-gnu-openmpi3-hpc' 'libhdf5_cpp-gnu-openmpi4-hpc' 'libhdf5_cpp103' 'libhdf5_cpp103-32bit' 'libhdf5_cpp103-mvapich2' 'libhdf5_cpp103-mvapich2-32bit' 'libhdf5_cpp103-openmpi1' 'libhdf5_cpp103-openmpi1-32bit' 'libhdf5_cpp103-openmpi2' 'libhdf5_cpp103-openmpi2-32bit' 'libhdf5_cpp103-openmpi3' 'libhdf5_cpp103-openmpi3-32bit' 'libhdf5_cpp103-openmpi4' 'libhdf5_cpp103-openmpi4-32bit' 'libhdf5_cpp_1_10_5-gnu-hpc' 'libhdf5_cpp_1_10_5-gnu-mpich-hpc' 'libhdf5_cpp_1_10_5-gnu-mvapich2-hpc' 'libhdf5_cpp_1_10_5-gnu-openmpi1-hpc' 'libhdf5_cpp_1_10_5-gnu-openmpi2-hpc' 'libhdf5_cpp_1_10_5-gnu-openmpi3-hpc' 'libhdf5_cpp_1_10_5-gnu-openmpi4-hpc' 'libhdf5_fortran-gnu-hpc' 'libhdf5_fortran-gnu-mpich-hpc' 'libhdf5_fortran-gnu-mvapich2-hpc' 'libhdf5_fortran-gnu-openmpi1-hpc' 'libhdf5_fortran-gnu-openmpi2-hpc' 'libhdf5_fortran-gnu-openmpi3-hpc' 'libhdf5_fortran-gnu-openmpi4-hpc' 'libhdf5_fortran102' 'libhdf5_fortran102-32bit' 'libhdf5_fortran102-mvapich2' 'libhdf5_fortran102-mvapich2-32bit' 'libhdf5_fortran102-openmpi1' 'libhdf5_fortran102-openmpi1-32bit' 'libhdf5_fortran102-openmpi2' 'libhdf5_fortran102-openmpi2-32bit' 'libhdf5_fortran102-openmpi3' 'libhdf5_fortran102-openmpi3-32bit' 'libhdf5_fortran102-openmpi4' 'libhdf5_fortran102-openmpi4-32bit' 'libhdf5_fortran_1_10_5-gnu-hpc' 'libhdf5_fortran_1_10_5-gnu-mpich-hpc' 'libhdf5_fortran_1_10_5-gnu-mvapich2-hpc' 'libhdf5_fortran_1_10_5-gnu-openmpi1-hpc' 'libhdf5_fortran_1_10_5-gnu-openmpi2-hpc' 'libhdf5_fortran_1_10_5-gnu-openmpi3-hpc' 'libhdf5_fortran_1_10_5-gnu-openmpi4-hpc' 'libhdf5_hl-gnu-hpc' 'libhdf5_hl-gnu-mpich-hpc' 'libhdf5_hl-gnu-mvapich2-hpc' 'libhdf5_hl-gnu-openmpi1-hpc' 'libhdf5_hl-gnu-openmpi2-hpc' 'libhdf5_hl-gnu-openmpi3-hpc' 'libhdf5_hl-gnu-openmpi4-hpc' 'libhdf5_hl100-32bit' 'libhdf5_hl100-mvapich2' 'libhdf5_hl100-mvapich2-32bit' 'libhdf5_hl100-openmpi1' 'libhdf5_hl100-openmpi1-32bit' 'libhdf5_hl100-openmpi2' 'libhdf5_hl100-openmpi2-32bit' 'libhdf5_hl100-openmpi3' 'libhdf5_hl100-openmpi3-32bit' 'libhdf5_hl100-openmpi4' 'libhdf5_hl100-openmpi4-32bit' 'libhdf5_hl_1_10_5-gnu-hpc' 'libhdf5_hl_1_10_5-gnu-mpich-hpc' 'libhdf5_hl_1_10_5-gnu-mvapich2-hpc' 'libhdf5_hl_1_10_5-gnu-openmpi1-hpc' 'libhdf5_hl_1_10_5-gnu-openmpi2-hpc' 'libhdf5_hl_1_10_5-gnu-openmpi3-hpc' 'libhdf5_hl_1_10_5-gnu-openmpi4-hpc' 'libhdf5_hl_cpp-gnu-hpc' 'libhdf5_hl_cpp-gnu-mpich-hpc' 'libhdf5_hl_cpp-gnu-mvapich2-hpc' 'libhdf5_hl_cpp-gnu-openmpi1-hpc' 'libhdf5_hl_cpp-gnu-openmpi2-hpc' 'libhdf5_hl_cpp-gnu-openmpi3-hpc' 'libhdf5_hl_cpp-gnu-openmpi4-hpc' 'libhdf5_hl_cpp100' 'libhdf5_hl_cpp100-32bit' 'libhdf5_hl_cpp100-mvapich2' 'libhdf5_hl_cpp100-mvapich2-32bit' 'libhdf5_hl_cpp100-openmpi1' 'libhdf5_hl_cpp100-openmpi1-32bit' 'libhdf5_hl_cpp100-openmpi2' 'libhdf5_hl_cpp100-openmpi2-32bit' 'libhdf5_hl_cpp100-openmpi3' 'libhdf5_hl_cpp100-openmpi3-32bit' 'libhdf5_hl_cpp100-openmpi4' 'libhdf5_hl_cpp100-openmpi4-32bit' 'libhdf5_hl_cpp_1_10_5-gnu-hpc' 'libhdf5_hl_cpp_1_10_5-gnu-mpich-hpc' 'libhdf5_hl_cpp_1_10_5-gnu-mvapich2-hpc' 'libhdf5_hl_cpp_1_10_5-gnu-openmpi1-hpc' 'libhdf5_hl_cpp_1_10_5-gnu-openmpi2-hpc' 'libhdf5_hl_cpp_1_10_5-gnu-openmpi3-hpc' 'libhdf5_hl_cpp_1_10_5-gnu-openmpi4-hpc' 'libhdf5_hl_fortran-gnu-hpc' 'libhdf5_hl_fortran-gnu-mpich-hpc' 'libhdf5_hl_fortran-gnu-mvapich2-hpc' 'libhdf5_hl_fortran-gnu-openmpi1-hpc' 'libhdf5_hl_fortran-gnu-openmpi2-hpc' 'libhdf5_hl_fortran-gnu-openmpi3-hpc' 'libhdf5_hl_fortran-gnu-openmpi4-hpc' 'libhdf5hl_fortran100' 'libhdf5hl_fortran100-32bit' 'libhdf5hl_fortran100-mvapich2' 'libhdf5hl_fortran100-mvapich2-32bit' 'libhdf5hl_fortran100-openmpi1' 'libhdf5hl_fortran100-openmpi1-32bit' 'libhdf5hl_fortran100-openmpi2' 'libhdf5hl_fortran100-openmpi2-32bit' 'libhdf5hl_fortran100-openmpi3' 'libhdf5hl_fortran100-openmpi3-32bit' 'libhdf5hl_fortran100-openmpi4' 'libhdf5hl_fortran100-openmpi4-32bit' 'libhdf5hl_fortran_1_10_5-gnu-hpc' 'libhdf5hl_fortran_1_10_5-gnu-mpich-hpc' 'libhdf5hl_fortran_1_10_5-gnu-mvapich2-hpc' 'libhdf5hl_fortran_1_10_5-gnu-openmpi1-hpc' 'libhdf5hl_fortran_1_10_5-gnu-openmpi2-hpc' 'libhdf5hl_fortran_1_10_5-gnu-openmpi3-hpc' 'libhdf5hl_fortran_1_10_5-gnu-openmpi4-hpc' 'libhdhomerun' 'libhdhomerun-debuginfo' 'libhdhomerun-debugsource' 'libhdhomerun-devel' 'libhdhomerun2' 'libhdhomerun2-debuginfo' 'libheif-devel' 'libheif1' 'libheimdal' 'libheimdal-devel' 'libhfst53' 'libhfstospell11' 'libhfstospell11-32bit' 'libhidapi-devel' 'libhidapi-libusb0' 'libhinawa-devel' 'libhinawa2' 'libhiredis1_0_0' 'libhmac-devel' 'libhmac-tools' 'libhmac1' 'libhomfly-devel' 'libhomfly0' 'libhowl0' 'libhpdf2_3_0' 'libhpx1' 'libhs5' 'libhtp-devel' 'libhtp2' 'libhts-devel' 'libhts-devel-32bit' 'libhts3' 'libhts3-32bit' 'libhttp_parser2_9' 'libhttp_parser2_9-32bit' 'libhttrack2' 'libhubbub-devel' 'libhubbub0' 'libhugetlbfs' 'libhugetlbfs-32bit' 'libhugetlbfs-devel' 'libhugetlbfs-tests' 'libhunspell-1_7-0-32bit' 'libhwloc15' 'libhwsd2' 'libhwsd2-debuginfo' 'libhydrogen-core-devel' 'libhydrogen-core1' 'libhyphen0-32bit' 'libi2c0' 'libi2c0-devel' 'libib_util-32bit' 'libib_util-devel' 'libibdm1' 'libibmad5' 'libibmad5-32bit' 'libibmtss1' 'libibnetdisc5' 'libibumad3' 'libibumad3-32bit' 'libibus-1_0-5-32bit' 'libibverbs-32bit' 'libibverbs-utils' 'libibverbs1-32bit' 'libical-devel' 'libical-doc' 'libical-glib-devel' 'libical-glib-doc' 'libical-glib3' 'libical-glib3-32bit' 'libical3-32bit' 'libicecream-devel' 'libicns-devel' 'libicns1' 'libiconv_hook-devel' 'libiconv_hook1' 'libicu-devel' 'libicu-devel-32bit' 'libicu-doc' 'libicu67-32bit' 'libicu67-bedata' 'libid3tag-devel' 'libid3tag0-32bit' 'libidl-devel' 'libidn-devel' 'libidn-tools' 'libidn12-32bit' 'libidn2-tools' 'libido3-0_1-0' 'libido3-0_1-0-32bit' 'libiec61883-0-32bit' 'libiec61883-devel' 'libiec61883-tools' 'libigfxcmrt-devel' 'libigfxcmrt7' 'libilbc0' 'libimaevm2' 'libimagequant-devel' 'libiml0' 'libimobiledevice-devel' 'libimobiledevice6-32bit' 'libinchi0' 'libinchi0-32bit' 'libindi' 'libindi' 'libindi-debuginfo' 'libindi-debugsource' 'libindi-devel' 'libindi-plugins' 'libindi-plugins-debuginfo' 'libindiAlignmentDriver1' 'libindiAlignmentDriver1-debuginfo' 'libindicator-devel' 'libindicator3-devel' 'libindicator7' 'libindidriver1' 'libindidriver1-debuginfo' 'libindilx200-1' 'libindilx200-1-debuginfo' 'libinfinipath4' 'libinfinipath4-32bit' 'libinfinity-1_0-0' 'libinfinity-devel' 'libinfinity-lang' 'libini_config-devel' 'libini_config-devel-32bit' 'libini_config5' 'libini_config5-32bit' 'libinih-devel' 'libiniparser-devel' 'libiniparser1' 'libiniparser1-32bit' 'libinjeqt1' 'libinotifytools0' 'libinput-devel' 'libinput-tools' 'libinput10-32bit' 'libinsighttoolkit5' 'libinstpatch-1_0-2-32bit' 'libinstpatch-devel' 'libint-devel' 'libint2-2' 'libiodbc-devel' 'libiodbc3' 'libipa_hbac-devel' 'libipa_hbac0' 'libipmiconsole2' 'libipmidetect0' 'libipmimonitoring6' 'libipopt0' 'libipq-devel' 'libipq0' 'libiptc-devel' 'libiptcdata' 'libiptcdata-devel' 'libiptcdata-doc' 'libiptcdata-lang' 'libiptcdata0' 'libircclient-devel' 'libircclient-doc' 'libircclient1' 'libirman-devel' 'libirman0' 'libirrecord0' 'libirs-devel' 'libirs1601-32bit' 'libisc1606-32bit' 'libisccc1600-32bit' 'libisccfg1600-32bit' 'libiscsi-devel' 'libiscsi-test' 'libiscsi-utils' 'libisds-devel' 'libisds5' 'libisl22-32bit' 'libiso9660-11-32bit' 'libisoburn-devel' 'libisofs-devel' 'libite-devel' 'libite5' 'libiterm-devel' 'libiterm1' 'libitm1-32bit' 'libitm1-gcc7' 'libitm1-gcc7-32bit' 'libitm1-gcc9' 'libitm1-gcc9-32bit' 'libitpp8' 'libivykis0' 'libiw-devel' 'libixion-devel' 'libixion-tools' 'libixml11-32bit' 'libjack-devel' 'libjack-devel-32bit' 'libjacknet0-32bit' 'libjackserver0-32bit' 'libjansson-devel' 'libjasper-devel' 'libjasper4' 'libjasper4-32bit' 'libjavascriptcoregtk-4_0-18-32bit' 'libjaylink' 'libjaylink-devel' 'libjaylink0' 'libjbig-devel' 'libjbig-devel-32bit' 'libjbig2dec0' 'libjbig2dec0-32bit' 'libjcat-devel' 'libjd0' 'libjim0_75' 'libjpeg-turbo' 'libjpeg62' 'libjpeg62-32bit' 'libjpeg62-devel' 'libjpeg62-devel-32bit' 'libjpeg8-devel' 'libjpeg8-devel-32bit' 'libjpegxr0' 'libjpgalleg44-devel' 'libjpgalleg4_4' 'libjpgalleg4_4-32bit' 'libjq-devel' 'libjreen-qt5-1' 'libjreen-qt5-devel' 'libjrtp3_11_1' 'libjsmn0' 'libjson-c-devel' 'libjson-c-doc' 'libjson-c5-32bit' 'libjsoncpp24' 'libjsonrpc-glib-1_0-1' 'libjte-devel' 'libjthread1_3_3' 'libjxrglue0' 'libkColorPicker0_1_4' 'libkImageAnnotator0_3_2' 'libkaccounts2-32bit' 'libkasten-lang' 'libkate-devel' 'libkate-tools' 'libkate1-32bit' 'libkcapi-devel' 'libkcapi-tools' 'libkcapi1' 'libkcarchiver0' 'libkcddb-devel' 'libkcfreebusy0' 'libkchart-lang' 'libkcicalmapi0' 'libkcindex0' 'libkcinetmapi0' 'libkcompactdisc-devel' 'libkcpyplug0' 'libkcserver0' 'libkcsoap0' 'libkcutil0' 'libkdcraw-devel' 'libkdecoration2-devel' 'libkdecoration2-devel-32bit' 'libkdecorations2-5-32bit' 'libkdecorations2private7-32bit' 'libkdegames-devel' 'libkdepim-devel' 'libkdevplatform56' 'libkdevplatform56-debuginfo' 'libkdsoap-server1_9_0' 'libkdstatemachineeditor_core1_2_7' 'libkdstatemachineeditor_core1_2_7-debuginfo' 'libkdstatemachineeditor_debuginterfaceclient1_2_7' 'libkdstatemachineeditor_debuginterfaceclient1_2_7-debuginfo' 'libkdstatemachineeditor_debuginterfacesource-static' 'libkdstatemachineeditor_view1_2_7' 'libkdstatemachineeditor_view1_2_7-debuginfo' 'libkdumpfile-devel' 'libkdumpfile8' 'libkea-asiodns1' 'libkea-asiolink9' 'libkea-cc8' 'libkea-cfgclient10' 'libkea-cryptolink5' 'libkea-database6' 'libkea-dhcp++19' 'libkea-dhcp_ddns3' 'libkea-dhcpsrv27' 'libkea-dns++5' 'libkea-eval12' 'libkea-exceptions0' 'libkea-hooks15' 'libkea-http7' 'libkea-log6' 'libkea-mysql6' 'libkea-pgsql4' 'libkea-process11' 'libkea-stats6' 'libkea-util-io0' 'libkea-util16' 'libkea1_4' 'libkeccak-devel' 'libkeduvocdocument-devel' 'libkeduvocdocument-lang' 'libkexiv2-devel' 'libkeybinder0' 'libkgapi-devel' 'libkgeomap' 'libkgeomap-devel' 'libkgeomap-lang' 'libkgraphviewer3' 'libkgraphviewer3-debuginfo' 'libkim-api2' 'libkioarchive-devel' 'libkipi-devel' 'libkissfft-131' 'libkkc-devel' 'libkkc2' 'libkkc2-32bit' 'libkleo-devel' 'libklfbackend4' 'libklftools4' 'libklu-doc' 'libklu1' 'libkmahjongg-devel' 'libkmod-devel' 'libkms-devel' 'libkms-devel-32bit' 'libkms1' 'libkms1-32bit' 'libknet1' 'libknet1-compress-bzip2-plugin' 'libknet1-compress-lz4-plugin' 'libknet1-compress-lzma-plugin' 'libknet1-compress-lzo2-plugin' 'libknet1-compress-plugins-all' 'libknet1-compress-zlib-plugin' 'libknet1-crypto-nss-plugin' 'libknet1-crypto-openssl-plugin' 'libknet1-crypto-plugins-all' 'libknet1-devel' 'libknet1-plugins-all' 'libkokkos3' 'libkolabxml-devel' 'libkomparediff2-devel' 'libkonkretcmpi0' 'libkpathsea6' 'libkpmcore7' 'libkpmcore9' 'libkpmcore9-debuginfo' 'libksane-devel' 'libksba-devel' 'libkscreen2-devel' 'libkscreen2-devel-32bit' 'libkscreen2-plugin-32bit' 'libksi-devel' 'libksi1' 'libksieve-devel' 'libksysguard5-32bit' 'libksysguard5-devel' 'libksysguard5-devel-32bit' 'libktoblzcheck1' 'libktorrent' 'libktorrent-debugsource' 'libktorrent-devel' 'libktorrent-lang' 'libktpaccountskcminternal9' 'libkvazaar-devel' 'libkvazaar6' 'libkvazaar6-debuginfo' 'libkvkontakte' 'libkvkontakte-debugsource' 'libkvkontakte-devel' 'libkvkontakte-lang' 'libkwalletbackend5-5-32bit' 'libkwnn0' 'libkyotocabinet-devel' 'libkyotocabinet16' 'libkyotocabinet16-32bit' 'liblal20' 'liblalsupport14' 'liblammps0' 'liblangtag-devel' 'liblangtag-doc' 'liblapack3-32bit' 'liblapacke3' 'liblapacke3-32bit' 'liblasem-0_4-4' 'liblasso-devel' 'liblasso3' 'liblastfm-qt5-devel' 'liblastfm5-1' 'liblastfm5-1-32bit' 'liblastfm_fingerprint5-1' 'liblastfm_fingerprint5-1-32bit' 'liblaszip8' 'liblaszip_api8' 'liblayout-javadoc' 'liblazy-devel' 'liblazy1' 'liblazy1-32bit' 'liblbxutil-devel' 'liblbxutil-devel-32bit' 'liblbxutil1' 'liblbxutil1-32bit' 'liblcf0' 'liblcf0-devel' 'liblcms2-devel' 'liblcms2-devel-32bit' 'liblcms2-doc' 'libldac2' 'libldapcpp-devel' 'libldb-devel' 'libldc-jit93' 'libldl-doc' 'libldl2' 'libldm-1_0-0-devel' 'libldns3' 'libleechcraft-util-db-qt5-0_6_75_1' 'libleechcraft-util-gui-qt5-0_6_75_1' 'libleechcraft-util-models-qt5-0_6_75_1' 'libleechcraft-util-network-qt5-0_6_75_1' 'libleechcraft-util-qml-qt5-0_6_75_2' 'libleechcraft-util-shortcuts-qt5-0_6_75' 'libleechcraft-util-sll-qt5-0_6_75_1' 'libleechcraft-util-svcauth-qt5-0_6_75' 'libleechcraft-util-sys-qt5-0_6_75_1' 'libleechcraft-util-tags-qt5-0_6_75_1' 'libleechcraft-util-threads-qt5-0_6_75' 'libleechcraft-util-x11-qt5-0_6_75' 'libleechcraft-util-xdg-qt5-0_6_75' 'libleechcraft-util-xpc-qt5-0_6_75_2' 'libleechcraft-util-xsd-qt5-0_6_75' 'liblegion1' 'liblensfun1-debuginfo' 'liblept5' 'liblept5-32bit' 'libleveldb1' 'liblhasa0' 'liblightdm-qt5-3-0' 'liblightgrep-devel' 'liblightgrep0' 'liblightmediascanner0' 'liblightstep_tracer0' 'liblilv-0-0-32bit' 'liblilv-0-devel' 'liblime0' 'liblinbox0' 'liblinebreak-devel' 'liblinebreak2' 'liblink-grammar5' 'liblinphone++10' 'liblinphone++10-32bit' 'liblinphone-data' 'liblinphone-devel' 'liblinphone-lang' 'liblinphone10' 'liblinphone10-32bit' 'liblinuxsampler-devel' 'liblinuxsampler5' 'liblinuxsampler5-debuginfo' 'libliquid-devel' 'liblirc0' 'liblirc0-32bit' 'liblirc_client0-32bit' 'liblirc_driver0' 'liblirc_driver0-32bit' 'liblittleb0' 'libliveMedia-devel' 'liblldb10' 'liblldb7' 'liblldb8' 'liblldb9' 'liblldp_clif1' 'liblldpctl4' 'liblmdb-0_9_24-32bit' 'liblms7002m-devel' 'liblms7compact0' 'liblnk-devel' 'liblnk-tools' 'liblnk1' 'liblo-devel' 'liblo10k1-0' 'liblo7-32bit' 'libloader-javadoc' 'libloadpng44-devel' 'libloadpng4_4' 'libloadpng4_4-32bit' 'liblockfile-devel' 'liblockfile1' 'liblodepng-r207' 'liblog4c-devel' 'liblog4c-doc' 'liblog4c3' 'liblog4c3-32bit' 'liblog4cplus-1_2-5' 'liblog4cpp5' 'liblog4cxx-devel' 'liblog4cxx10' 'liblog4shib-devel' 'liblog4shib2' 'liblogg44-devel' 'liblogg4_4' 'liblogg4_4-32bit' 'liblogging-devel' 'liblognorm-devel' 'libloki-devel' 'libloki-doc' 'libloki0_1_7' 'libloudmouth-1-0' 'libloudmouth-1-0-debuginfo' 'liblouis-data' 'liblouis-devel' 'liblouis-doc' 'liblouis-tools' 'liblouis19' 'liblqr-1-0-32bit' 'liblqr-devel' 'liblrdf-devel' 'liblrdf2-32bit' 'liblrs1' 'liblsan0-gcc7' 'liblsan0-gcc9' 'liblscp-devel' 'liblscp6' 'liblsmash2' 'liblsmash2-debuginfo' 'libltc-devel' 'libltc11' 'liblttng-ctl0' 'liblttng-ust-ctl4' 'liblttng-ust-python-agent0' 'liblua5_1-5-32bit' 'liblua5_4-5' 'liblua5_4-5-32bit' 'libluabind0_9_1' 'libluajit-5_1-2-32bit' 'liblucene++0' 'libluksde-devel' 'libluksde-tools' 'libluksde1' 'liblunar-calendar-3_0-1' 'liblunar-date-3_0-1' 'liblur3' 'liblxc-devel' 'liblxpanel0' 'liblxqt-devel' 'liblxqt-globalkeys-ui0' 'liblxqt-globalkeys0' 'liblxqt-lang' 'liblxqt0' 'liblz1' 'liblz4-devel' 'liblzo2-2-32bit' 'libm17n0' 'libm17n0-32bit' 'libm4ri-0_0_20200125' 'libm4ri-devel' 'libm4rie-0_0_20200125' 'libm4rie-devel' 'libmaa-devel' 'libmaa-doc' 'libmaa4' 'libmac' 'libmac-debuginfo' 'libmac-debugsource' 'libmac-devel' 'libmac2' 'libmac2-debuginfo' 'libmad-devel' 'libmad0-32bit' 'libmaia-devel' 'libmaia1' 'libmailutils5' 'libmakemkv1' 'libmanette-0_2-0' 'libmanette-devel' 'libmapi1' 'libmapidb-devel' 'libmapidb1' 'libmarco-private2' 'libmariadb-devel' 'libmariadb3-32bit' 'libmariadb_plugins' 'libmariadbd-devel' 'libmariadbd19' 'libmariadbprivate' 'libmarisa0' 'libmarisa0-32bit' 'libmarkdown-devel' 'libmate-desktop-2-17' 'libmate-menu2' 'libmate-menu2-32bit' 'libmate-panel-applet-4-1' 'libmate-panel-applet-4-1-32bit' 'libmate-sensors-applet-plugin0' 'libmate-sensors-applet-plugin0-32bit' 'libmate-slab-devel' 'libmate-slab0' 'libmate-window-settings1' 'libmatedict-devel' 'libmatedict6' 'libmatekbd-devel' 'libmatekbd-lang' 'libmatekbd4' 'libmatekbd4-32bit' 'libmatemixer-devel' 'libmatemixer-lang' 'libmatemixer0' 'libmatemixer0-32bit' 'libmateweather-devel' 'libmateweather-lang' 'libmateweather1' 'libmateweather1-32bit' 'libmatio-devel' 'libmatio11' 'libmatrix_client0_3_0' 'libmatroska-devel' 'libmatroska7-32bit' 'libmaxminddb-devel' 'libmaxminddb0-32bit' 'libmbedcrypto5-32bit' 'libmbedtls13-32bit' 'libmbedx509-1-32bit' 'libmbim-devel' 'libmca_common_dstore1' 'libmcpp0' 'libmcs-devel' 'libmcs1' 'libmcs1' 'libmcs1-debuginfo' 'libmcs1-debugsource' 'libmd-devel' 'libmdb2' 'libmdbsql2' 'libmeanwhile1' 'libmed-devel' 'libmed-python' 'libmed11' 'libmedC11' 'libmedfwrap11' 'libmediaart-2_0-0' 'libmediaart-devel' 'libmediacheck-devel' 'libmediainfo-devel' 'libmediainfo0' 'libmediainfo0-32bit' 'libmediastreamer11' 'libmediastreamer11-32bit' 'libmediawiki' 'libmediawiki-debugsource' 'libmediawiki-devel' 'libmedimport0' 'libmeep14' 'libmemcache-devel' 'libmemcache0' 'libmemcached' 'libmemcached-devel' 'libmemcached11' 'libmemcachedutil2' 'libmemkind0' 'libmenu-cache3' 'libmesode-devel' 'libmesode0' 'libmetacity3' 'libmetal-devel' 'libmetal0' 'libmetalink-devel' 'libmetis-gnu-hpc' 'libmetis_5_1_0-gnu-hpc' 'libmetrics-devel' 'libmetrics0' 'libmfx-devel' 'libmfx-samples' 'libmgl-fltk7_5_0' 'libmgl-glut7_5_0' 'libmgl-mpi7_5_0' 'libmgl-qt5-7_5_0' 'libmgl-wnd7_5_0' 'libmgl-wx7_5_0' 'libmgl7_5_0' 'libmhash2' 'libmicro' 'libmicrohttpd-devel' 'libmicrohttpd12' 'libmidori-core0' 'libmikmod-devel' 'libmikmod3-32bit' 'libmilter-doc' 'libmilter1_0' 'libmimetic-devel' 'libmimetic0' 'libminisat2' 'libminiupnpc-devel' 'libminiupnpc17-32bit' 'libminizip1-32bit' 'libmirage-3_2' 'libmirage-data' 'libmirage-devel' 'libmirage-lang' 'libmirage11' 'libmirisdr-devel' 'libmirisdr0' 'libmisdn1' 'libmission-control-plugins0' 'libmjpegutils-2_0-0-32bit' 'libmjpegutils-devel' 'libmlag_pb0' 'libmlt++-devel' 'libmlt-devel' 'libmlx4-1-32bit' 'libmlx5-1-32bit' 'libmmbd0' 'libmms-devel' 'libmms0-32bit' 'libmng-devel' 'libmng2-32bit' 'libmnl-devel' 'libmnl0-32bit' 'libmodman-devel' 'libmodman1-32bit' 'libmodplug-devel' 'libmodplug1-32bit' 'libmodsecurity3' 'libmodsecurity3-32bit' 'libmodulemd-devel' 'libmongoose-doc' 'libmongoose2' 'libmono-2_0-1' 'libmono-2_0-devel' 'libmono-profiler-gui-thread-check0' 'libmono-profiler-gui-thread-check0-devel' 'libmonoboehm-2_0-1' 'libmonoboehm-2_0-devel' 'libmonosgen-2_0-1' 'libmonosgen-2_0-devel' 'libmopac7-1' 'libmopac7-1-devel' 'libmosquitto1' 'libmosquittopp1' 'libmount-devel' 'libmount-devel-32bit' 'libmount-devel-static' 'libmowgli' 'libmowgli-2-0' 'libmowgli-debugsource' 'libmowgli-devel' 'libmowgli2' 'libmowgli2-32bit' 'libmowgli2-32bit-debuginfo' 'libmowgli2-debuginfo' 'libmowgli2-devel' 'libmozjs185-1_0' 'libmozjs185-1_0-32bit' 'libmozjs185-1_0-32bit-debuginfo' 'libmozjs185-1_0-debuginfo' 'libmp3lame-devel' 'libmp3lame0-32bit' 'libmp3splt' 'libmp3splt-debuginfo' 'libmp3splt-debugsource' 'libmp3splt-devel' 'libmp3splt0' 'libmp3splt0-debuginfo' 'libmp3splt0-mp3' 'libmp3splt0-mp3-debuginfo' 'libmp3splt0-ogg' 'libmp3splt0-ogg-debuginfo' 'libmpc3-32bit' 'libmpcdec-devel' 'libmpcdec5-32bit' 'libmpcdec6-32bit' 'libmpd-devel' 'libmpd1' 'libmpd1-32bit' 'libmpdclient-devel' 'libmpeg2-0-32bit' 'libmpeg2-devel' 'libmpeg2convert0' 'libmpeg2encpp-2_0-0-32bit' 'libmpeg3-1' 'libmpeg3-1' 'libmpeg3-1-debuginfo' 'libmpeg3-1-debugsource' 'libmpeg3-devel' 'libmpeg3-utils' 'libmpeg3-utils-debuginfo' 'libmpeg4ip-devel' 'libmpeg4ip0' 'libmpeg4ip0-debuginfo' 'libmpfc-devel' 'libmpfc2' 'libmpfc2-debuginfo' 'libmpfi0' 'libmpfpx0' 'libmpfr6-32bit' 'libmpfrcx1' 'libmpir-devel' 'libmpir23' 'libmpirxx8' 'libmplex2-2_0-0-32bit' 'libmpris-qt5-1' 'libmpris-qt5-devel' 'libmpx2-gcc7' 'libmpx2-gcc7-32bit' 'libmpxwrappers2-gcc7' 'libmpxwrappers2-gcc7-32bit' 'libmraa2' 'libmrss-devel' 'libmrss0' 'libmrss0-32bit' 'libmsi0' 'libmsiecf-devel' 'libmsiecf-tools' 'libmsiecf1' 'libmspack-devel' 'libmspack0-32bit' 'libmspub-devel' 'libmspub-devel-doc' 'libmspub-tools' 'libmtdev1-32bit' 'libmtp-devel' 'libmuffin0' 'libmumps-gnu-mpich-hpc' 'libmumps-gnu-mvapich2-hpc' 'libmumps-gnu-openmpi1-hpc' 'libmumps-gnu-openmpi2-hpc' 'libmumps-gnu-openmpi3-hpc' 'libmumps-ptscotch5-openmpi1' 'libmumps-ptscotch5-openmpi2' 'libmumps-scotch5' 'libmumps5' 'libmumps5-mvapich2' 'libmumps5-openmpi1' 'libmumps5-openmpi2' 'libmumps5-openmpi3' 'libmumps_5_2_1-gnu-mpich-hpc' 'libmumps_5_2_1-gnu-mvapich2-hpc' 'libmumps_5_2_1-gnu-openmpi1-hpc' 'libmumps_5_2_1-gnu-openmpi2-hpc' 'libmumps_5_2_1-gnu-openmpi3-hpc' 'libmunge2' 'libmunge2-32bit' 'libmunit0suse0' 'libmuparser2_3_2' 'libmuparser2_3_2-32bit' 'libmuparserx4_0_8' 'libmuroar0' 'libmuroar0-debuginfo' 'libmuroard3' 'libmuroard3-debuginfo' 'libmusicbrainz-devel' 'libmusicbrainz4' 'libmusicbrainz4-32bit' 'libmusicbrainz5-1-32bit' 'libmusicbrainz5-devel' 'libmwaw-devel' 'libmwaw-devel-doc' 'libmwaw-tools' 'libmxml1' 'libmxml1-32bit' 'libmygpo-qt5-1' 'libmygpo-qt5-devel' 'libmypaint-devel' 'libmypaint-gegl-devel' 'libmypaint-gegl0' 'libmysofa-devel' 'libmysofa1-32bit' 'libmysqlcppconn-devel' 'libmysqlcppconn7' 'libmysqlcppconn8-2' 'libmysqlcppconn8-devel' 'libmyth-29-29' 'libmyth-29-29-debuginfo' 'libnanomsg5' 'libnatpmp1' 'libnatpmp1' 'libnatpmp1-devel' 'libnautilus-extension1' 'libnautilus-extension1-32bit' 'libnauty-2_7_1' 'libnbcompat-devel' 'libnbcompat0' 'libncurses5' 'libncurses5-32bit' 'libndctl-devel' 'libndp' 'libndp-devel' 'libndpi-devel' 'libndpi3' 'libndr-devel' 'libndr-krb5pac-devel' 'libndr-nbt-devel' 'libndr-standard-devel' 'libneatvnc0' 'libneko2' 'libnemo-extension1' 'libneon-devel' 'libneon27-32bit' 'libnet-devel' 'libnet-doc' 'libnetapi-devel' 'libnetapi-devel-32bit' 'libnetcdf-cxx4-gnu-hpc' 'libnetcdf-cxx4-gnu-hpc-devel' 'libnetcdf-cxx4_4_3_1-gnu-hpc' 'libnetcdf-cxx4_4_3_1-gnu-hpc-devel' 'libnetcdf-cxx4_4_3_1-gnu-hpc-devel-static' 'libnetcdf-fortran-gnu-hpc' 'libnetcdf-fortran-gnu-mpich-hpc' 'libnetcdf-fortran-gnu-mvapich2-hpc' 'libnetcdf-fortran-gnu-openmpi1-hpc' 'libnetcdf-fortran-gnu-openmpi2-hpc' 'libnetcdf-fortran-gnu-openmpi3-hpc' 'libnetcdf-fortran-gnu-openmpi4-hpc' 'libnetcdf-fortran_4_5_2-gnu-hpc' 'libnetcdf-fortran_4_5_2-gnu-mpich-hpc' 'libnetcdf-fortran_4_5_2-gnu-mvapich2-hpc' 'libnetcdf-fortran_4_5_2-gnu-openmpi1-hpc' 'libnetcdf-fortran_4_5_2-gnu-openmpi2-hpc' 'libnetcdf-fortran_4_5_2-gnu-openmpi3-hpc' 'libnetcdf-fortran_4_5_2-gnu-openmpi4-hpc' 'libnetcdf-gnu-hpc' 'libnetcdf-gnu-mpich-hpc' 'libnetcdf-gnu-mvapich2-hpc' 'libnetcdf-gnu-openmpi1-hpc' 'libnetcdf-gnu-openmpi2-hpc' 'libnetcdf-gnu-openmpi3-hpc' 'libnetcdf-gnu-openmpi4-hpc' 'libnetcdf15' 'libnetcdf15-32bit' 'libnetcdf15-openmpi1' 'libnetcdf15-openmpi1-32bit' 'libnetcdf15-openmpi2' 'libnetcdf15-openmpi2-32bit' 'libnetcdf15-openmpi3' 'libnetcdf15-openmpi3-32bit' 'libnetcdf15-openmpi4' 'libnetcdf15-openmpi4-32bit' 'libnetcdf_4_7_3-gnu-hpc' 'libnetcdf_4_7_3-gnu-mpich-hpc' 'libnetcdf_4_7_3-gnu-mvapich2-hpc' 'libnetcdf_4_7_3-gnu-openmpi1-hpc' 'libnetcdf_4_7_3-gnu-openmpi2-hpc' 'libnetcdf_4_7_3-gnu-openmpi3-hpc' 'libnetcdf_4_7_3-gnu-openmpi4-hpc' 'libnetcdf_c++-devel' 'libnetcdf_c++4' 'libnetcdf_c++4-1' 'libnetcdf_c++4-devel' 'libnetcontrol-devel' 'libnetcontrol0-32bit' 'libnetfilter_acct-devel' 'libnetfilter_acct1' 'libnetfilter_acct1-32bit' 'libnetfilter_conntrack-devel' 'libnetfilter_conntrack3-32bit' 'libnetfilter_cthelper-devel' 'libnetfilter_cthelper0' 'libnetfilter_cthelper0-32bit' 'libnetfilter_cttimeout-devel' 'libnetfilter_cttimeout1' 'libnetfilter_cttimeout1-32bit' 'libnetfilter_log-devel' 'libnetfilter_log1' 'libnetfilter_log1-32bit' 'libnetfilter_queue-devel' 'libnetfilter_queue1' 'libnetfilter_queue1-32bit' 'libnetlink-devel' 'libnetpbm-devel' 'libnetpbm11-32bit' 'libnettle-devel-32bit' 'libnewt0_52-32bit' 'libnextcloudsync-devel' 'libnextcloudsync0' 'libnf2ff0' 'libnfc-devel' 'libnfc-tools' 'libnfc6' 'libnfnetlink-devel' 'libnfnetlink0-32bit' 'libnfs-devel' 'libnfsidmap-sss' 'libnfsjunct0' 'libnftnl-devel' 'libnghttp2-devel' 'libnghttp2_asio-devel' 'libnghttp2_asio1' 'libnghttp2_asio1-32bit' 'libngspice-devel' 'libngspice0' 'libnice' 'libnice-devel' 'libnice10-32bit' 'libnilfs0' 'libnilfscleaner0' 'libnilfsgc0' 'libnjb' 'libnjb-devel' 'libnjb5' 'libnl-doc' 'libnl-tools' 'libnl3-devel' 'libnl3-devel-32bit' 'libnlopt0' 'libnma-devel' 'libnma-lang' 'libnma0' 'libnormaliz3' 'libnoson2' 'libnotcurses++1' 'libnotcurses1' 'libnotify-devel' 'libnotify-devel-32bit' 'libnotify4-32bit' 'libnotmuch5' 'libnova-0_15-0' 'libnova-devel' 'libns1604-32bit' 'libnscd-devel' 'libnsl-devel' 'libnss_nis2' 'libnss_nis2-32bit' 'libnss_slurm2' 'libnss_usrfiles2-32bit' 'libnsssharedhelper0' 'libnsssharedhelper0-32bit' 'libnsync-devel' 'libnsync1' 'libnsync_cpp1' 'libntfs-3g-devel' 'libntirpc-devel' 'libntirpc3_3' 'libntk1' 'libntl43' 'libntlm-devel' 'libntlm0' 'libnuma-devel' 'libnuma1-32bit' 'libnumbertext-devel' 'libnumbertext-tools' 'libnuspell3' 'libnvidia-container-devel' 'libnvidia-container-static' 'libnvidia-container-tools' 'libnvidia-container1' 'libnxml-devel' 'libnxml0' 'libnxml0-32bit' 'libo2scl0' 'liboaml1' 'liboath-devel' 'liboath0' 'liboauth-devel' 'liboauth0-32bit' 'libobby-0_4-1' 'libobjc2-devel' 'libobjc4-32bit' 'libobjc4-gcc7' 'libobjc4-gcc7-32bit' 'libobjc4-gcc9' 'libobjc4-gcc9-32bit' 'libobjc4_6' 'libobrender32' 'libobt2' 'libodbc2-32bit' 'libode8' 'libodfgen-devel' 'libodfgen-devel-doc' 'libodp-122_0_0' 'libodraw-devel' 'libodraw-tools' 'libodraw1' 'libofa-devel' 'libofa0-32bit' 'libofx' 'libofx-devel' 'libofx7' 'libogg-devel' 'liboggkate1-32bit' 'liboggz-devel' 'liboggz-doc' 'liboggz2' 'liboggz2-32bit' 'libogmrip-devel' 'libogmrip1' 'libogmrip1-debuginfo' 'liboil' 'liboil-32bit' 'liboil-devel' 'liboil-doc' 'libokteta-lang' 'liboldX-devel' 'liboldX-devel-32bit' 'liboldX6' 'liboldX6-32bit' 'libolecf-devel' 'libolecf-tools' 'libolecf1' 'libolm3' 'libomniORB4' 'libomp10-devel' 'libomp7-devel' 'libomp8-devel' 'libomp9-devel' 'libonnx' 'libonnx_proto' 'libonnxifi_dummy' 'liboop-devel' 'liboop4' 'libopae-c1' 'libopagent1' 'libopagent1-32bit' 'libopal-devel' 'libopal3_10_10' 'libopamgt-devel' 'libopamgt0' 'libopasadb1_0_0' 'libopenCOLLADA-devel' 'libopenCOLLADA-doc' 'libopenCOLLADA-utils' 'libopenEMS0' 'libopen_amp0' 'libopenal0' 'libopenal0-32bit' 'libopenbabel5' 'libopenbabel5-32bit' 'libopenblas-gnu-hpc' 'libopenblas-gnu-hpc-devel' 'libopenblas-pthreads-gnu-hpc' 'libopenblas-pthreads-gnu-hpc-devel' 'libopenblas-pthreads_0_3_10-gnu-hpc' 'libopenblas-pthreads_0_3_10-gnu-hpc-devel' 'libopenblas_0_3_10-gnu-hpc' 'libopenblas_0_3_10-gnu-hpc-devel' 'libopenblas_openmp-devel' 'libopenblas_openmp0' 'libopenblas_pthreads-devel' 'libopenblas_serial-devel' 'libopenblas_serial0' 'libopencascade7' 'libopencc1_1' 'libopencore-amr-devel' 'libopencore-amrnb0-32bit' 'libopencore-amrnb0-32bit-debuginfo' 'libopencore-amrnb0-debuginfo' 'libopencore-amrwb0-32bit' 'libopencore-amrwb0-32bit-debuginfo' 'libopencore-amrwb0-debuginfo' 'libopencsg1' 'libopencv4_4' 'libopendkim11' 'libopenh264-6' 'libopenh264-6-debuginfo' 'libopenhpi4' 'libopenjpeg1-32bit' 'libopenlibm3' 'libopenmpi1-gnu-hpc' 'libopenmpi2-gnu-hpc' 'libopenmpi3-gnu-hpc' 'libopenmpi4-gnu-hpc' 'libopenmpi_1_10_7-gnu-hpc' 'libopenmpi_2_1_6-gnu-hpc' 'libopenmpi_3_1_6-gnu-hpc' 'libopenmpi_4_0_5-gnu-hpc' 'libopenmpt-devel' 'libopenmpt-modplug-devel' 'libopenmpt0-32bit' 'libopenmpt_modplug1' 'libopenobex2' 'libopenraw-devel' 'libopenraw1' 'libopenraw1-32bit' 'libopenscap25' 'libopenscap_sce25' 'libopenshot-audio-devel' 'libopenshot-audio7' 'libopenshot-devel' 'libopenshot19' 'libopenslide-devel' 'libopenslide0' 'libopensm9' 'libopensm9-32bit' 'libopenspecfun1' 'libopenssl-1_0_0-devel' 'libopenssl-1_0_0-devel-32bit' 'libopenssl-1_1-devel-32bit' 'libopenssl10' 'libopenssl1_0_0-32bit' 'libopenssl1_0_0-hmac' 'libopenssl1_0_0-hmac-32bit' 'libopenssl1_1-hmac' 'libopenssl_cbs_lib0' 'libopentracing-cpp1' 'libopenvas_wincmd-devel' 'libopenvas_wincmd1' 'libopenvas_wmiclient-devel' 'libopenvas_wmiclient1' 'libopenvdb7_1' 'libopenvswitch-2_14-0' 'liboping-devel' 'liboping-devel-32bit' 'liboping0' 'liboping0-32bit' 'libopus-devel' 'libopus0-32bit' 'libopusenc-devel' 'libopusenc0' 'liborcania2_1' 'liborcus-devel' 'liborcus-tools' 'liborigin-devel' 'liborigin-doc' 'liborigin-tools' 'liborigin3' 'libortp15' 'libortp15-32bit' 'libosdCPU3_4_3' 'libosinfo-devel' 'libosip2-12' 'libosip2-devel' 'liboslcomp1_11' 'liboslexec1_11' 'liboslnoise1_11' 'liboslquery1_11' 'libosmcomp5' 'libosmcomp5-32bit' 'libosmgpsmap-1_0-1' 'libosmgpsmap-devel' 'libosmo-dsp-devel' 'libosmo-dsp-doc' 'libosmo-e1d-devel' 'libosmo-e1d0' 'libosmo-fl2k0' 'libosmo-gsup-client-devel' 'libosmo-gsup-client0' 'libosmo-mgcp-client-devel' 'libosmo-mgcp-client6' 'libosmo-mgcp-devel' 'libosmo-mtp-1_3_0' 'libosmo-mtp-devel' 'libosmo-ranap-devel' 'libosmo-ranap3' 'libosmo-rspro-devel' 'libosmo-rspro1' 'libosmo-sabp-devel' 'libosmo-sabp0' 'libosmo-sccp-1_3_0' 'libosmo-sccp-devel' 'libosmo-sigtran-devel' 'libosmo-sigtran5' 'libosmo-simtrace2-0' 'libosmo-simtrace2-devel' 'libosmo-xua-1_3_0' 'libosmo-xua-devel' 'libosmoabis-devel' 'libosmoabis9' 'libosmocodec-devel' 'libosmocodec0' 'libosmocoding-devel' 'libosmocoding0' 'libosmocore-devel' 'libosmocore-tools' 'libosmocore16' 'libosmoctrl-devel' 'libosmoctrl0' 'libosmodsp0' 'libosmogb-devel' 'libosmogb11' 'libosmogsm-devel' 'libosmogsm15' 'libosmonetif-devel' 'libosmonetif8' 'libosmosdr0' 'libosmosim-devel' 'libosmosim2' 'libosmotrau-devel' 'libosmotrau2' 'libosmousb-devel' 'libosmousb0' 'libosmovty-devel' 'libosmovty4' 'libosmvendor5' 'libosmvendor5-32bit' 'libospf0' 'libospfapiclient0' 'libossim1' 'libossp-uuid++16' 'libossp-uuid16' 'libossp-uuid_dce16' 'libostree-devel' 'libostree-grub2' 'libotb7' 'libotf' 'libotf-devel' 'libotf-devel-32bit' 'libotf1' 'libotf1-32bit' 'libotr-devel' 'libotr-tools' 'libout123-0' 'libout123-0-32bit' 'libovf-glib-devel' 'libovn-20_06-0' 'libowncloudsync-devel' 'libowncloudsync0' 'libowncloudsync0-debuginfo' 'liboyranos-alpha-devel' 'liboyranos-devel' 'liboyranos0' 'liboyranos0-cups' 'liboyranos0-lraw' 'liboyranos0-monitor' 'liboyranos0-sane' 'libp11-3' 'libp11-3-32bit' 'libp11-devel' 'libp8-platform2' 'libpacemaker-devel' 'libpacemaker3' 'libpackagekit-glib2-18-32bit' 'libpackagekit-glib2-devel' 'libpackagekit-glib2-devel-32bit' 'libpagemaker-devel' 'libpagemaker-devel-doc' 'libpagemaker-tools' 'libpaho-mqtt-devel' 'libpaho-mqtt1' 'libpainter0' 'libpamtest-devel' 'libpamtest-devel-doc' 'libpamtest0' 'libpangomm-1_4-1-32bit' 'libpangomm-2_44-1' 'libpangomm-2_44-1-32bit' 'libpano-devel' 'libpano-utils' 'libpaper-devel' 'libpaper-utils' 'libpaper1' 'libpapi' 'libpapi-32bit' 'libpapi-hpc' 'libpapi_6_0_0-hpc' 'libparanoia1_0' 'libparaview5_8' 'libpari-gmp-tls6' 'libparlatype-devel' 'libparlatype3' 'libparpack2-openmpi1' 'libparpack2-openmpi1-32bit' 'libparpack2-openmpi2' 'libparpack2-openmpi2-32bit' 'libparpack2-openmpi3' 'libparpack2-openmpi3-32bit' 'libparserutils-devel' 'libparserutils0' 'libparted0-32bit' 'libpasswdqc0' 'libpasswdqc0-32bit' 'libpath_utils-devel' 'libpath_utils-devel-32bit' 'libpath_utils1' 'libpath_utils1-32bit' 'libpcap-devel' 'libpcap-devel-32bit' 'libpcap-devel-static' 'libpcd-devel' 'libpcd2' 'libpci3-32bit' 'libpciaccess-devel' 'libpcp-devel' 'libpcp3' 'libpcp_gui2' 'libpcp_import1' 'libpcp_mmv1' 'libpcp_trace2' 'libpcp_web1' 'libpcre16-0' 'libpcre16-0-32bit' 'libpcre2-16-0-32bit' 'libpcre2-32-0' 'libpcre2-32-0-32bit' 'libpcre2-8-0-32bit' 'libpcre2-posix2' 'libpcre2-posix2-32bit' 'libpcrecpp0' 'libpcrecpp0-32bit' 'libpcreposix0' 'libpcreposix0-32bit' 'libpcsclite1-32bit' 'libpcscspy0' 'libpcscspy0-32bit' 'libpeas-1_0-0' 'libpeas-demo' 'libpeas-devel' 'libpeas-gtk-1_0-0' 'libpeas-lang' 'libpeas-loader-python3' 'libpeasd-3-0' 'libpegclient1' 'libpegcommon1' 'libpegexportserver1' 'libpeglistener1' 'libperseus-sdr-devel' 'libperseus-sdr-udev' 'libperseus-sdr0' 'libpetsc-gnu-mpich-hpc' 'libpetsc-gnu-mvapich2-hpc' 'libpetsc-gnu-openmpi1-hpc' 'libpetsc-gnu-openmpi2-hpc' 'libpetsc-gnu-openmpi3-hpc' 'libpetsc3' 'libpetsc3-openmpi1' 'libpetsc3-openmpi2' 'libpetsc3-openmpi3' 'libpetsc_3_12_2-gnu-mpich-hpc' 'libpetsc_3_12_2-gnu-mvapich2-hpc' 'libpetsc_3_12_2-gnu-openmpi1-hpc' 'libpetsc_3_12_2-gnu-openmpi2-hpc' 'libpetsc_3_12_2-gnu-openmpi3-hpc' 'libpff-devel' 'libpff-tools' 'libpff1' 'libpfm-devel' 'libpfm-devel-static' 'libpfm4' 'libpfm4-32bit' 'libpfs2' 'libpgeasy-devel' 'libpgeasy3' 'libpgf-devel' 'libpgf7' 'libpgm-5_2-0-32bit' 'libphobos2-0_87' 'libphobos2-ldc93' 'libphonenumber-devel' 'libphonon4qt5-32bit' 'libphysfs-devel' 'libphysfs1' 'libpinyin-data' 'libpinyin-devel' 'libpinyin-tools' 'libpinyin13' 'libpinyin13-32bit' 'libpipeline-devel' 'libpipewire-0_2-1' 'libpisock-devel' 'libpisock9' 'libpisync-devel' 'libpisync1' 'libpixman-1-0-devel' 'libpkcs11-helper1-32bit' 'libpkgconf-devel' 'libplacebo-devel' 'libplanarity0' 'libplank1' 'libplayerctl2' 'libplib0' 'libplist++-devel' 'libplist++3' 'libplist++3-32bit' 'libplist-devel' 'libplist3-32bit' 'libplot2' 'libplotter2' 'libplplot17' 'libplplotada4' 'libplplotcxx15' 'libplplotfortran0' 'libplplotqt2' 'libplplotwxwidgets1' 'libpmem-devel' 'libpmemblk-devel' 'libpmemblk1' 'libpmemlog-devel' 'libpmemlog1' 'libpmemobj-cpp-devel' 'libpmemobj-cpp-devel-doc' 'libpmemobj-devel' 'libpmemobj1' 'libpmempool-devel' 'libpmempool1' 'libpmi0' 'libpmix2' 'libpnetcdf-gnu-mpich-hpc' 'libpnetcdf-gnu-mvapich2-hpc' 'libpnetcdf-gnu-openmpi2-hpc' 'libpnetcdf-gnu-openmpi3-hpc' 'libpnetcdf-gnu-openmpi4-hpc' 'libpnetcdf1-mvapich2' 'libpnetcdf1-openmpi1' 'libpnetcdf1-openmpi2' 'libpnetcdf1-openmpi3' 'libpnetcdf4-mpich' 'libpnetcdf4-mvapich2' 'libpnetcdf4-openmpi1' 'libpnetcdf4-openmpi2' 'libpnetcdf4-openmpi3' 'libpnetcdf_1_12_1-gnu-mpich-hpc' 'libpnetcdf_1_12_1-gnu-mvapich2-hpc' 'libpnetcdf_1_12_1-gnu-openmpi2-hpc' 'libpnetcdf_1_12_1-gnu-openmpi3-hpc' 'libpnetcdf_1_12_1-gnu-openmpi4-hpc' 'libpng12-0' 'libpng12-compat-devel' 'libpng12-compat-devel-32bit' 'libpng12-devel' 'libpng12-devel-32bit' 'libpng16-compat-devel' 'libpng16-compat-devel-32bit' 'libpng16-devel' 'libpng16-devel-32bit' 'libpng16-tools' 'libpnglite0' 'libpocketsphinx1' 'libpocketsphinx3' 'libpocl2' 'libpodofo-devel' 'libpodofo0_9_6' 'libpolkit-qt5-1-1-32bit' 'libpolkit-qt5-1-devel' 'libpolkit-qt5-1-devel-32bit' 'libpolkit0-32bit' 'libpolyclipping-devel' 'libpolyclipping22' 'libpolylibgmp8' 'libpoppler-cpp0-32bit' 'libpoppler-devel' 'libpoppler-glib-devel' 'libpoppler-qt5-1-32bit' 'libpoppler-qt5-devel' 'libportal-devel' 'libportal0' 'libportaudiocpp0' 'libportmidi0' 'libpostproc53-32bit' 'libpostproc53-32bit-debuginfo' 'libpostproc53-debuginfo' 'libpostproc54-32bit' 'libpostproc54-32bit-debuginfo' 'libpostproc54-debuginfo' 'libpostproc55_7-32bit' 'libpostproc55_7-32bit-debuginfo' 'libpostproc55_7-debuginfo' 'libpotrace0' 'libpowerman0' 'libppl14' 'libppl_c4' 'libpq5-32bit' 'libpqos-devel' 'libpqos4' 'libpqxx-6_4' 'libpqxx-devel' 'libprelude-devel' 'libprelude-devel-bindings' 'libprelude-doc' 'libprelude28' 'libpreludecpp12' 'libpreludedb-devel' 'libpreludedb-devel-bindings' 'libpreludedb-doc' 'libpreludedb-mysql' 'libpreludedb-pgsql' 'libpreludedb-plugins' 'libpreludedb-sqlite' 'libpreludedb7' 'libpreludedbcpp2' 'libpresage-devel' 'libpresage-doc' 'libpresage1' 'libprimecount-devel' 'libprimecount6' 'libprimesieve-devel' 'libprimesieve9' 'libprofiler0' 'libproj13' 'libproj19' 'libprometheus-cpp0' 'libpromises-devel' 'libpromises3' 'libprotobuf-c-devel' 'libprotobuf-lite23-32bit' 'libprotobuf-mutator-devel' 'libprotobuf-mutator0' 'libprotobuf-nanopb0' 'libprotobuf23-32bit' 'libprotoc23' 'libprotoc23-32bit' 'libproxy-devel' 'libproxy-sharp' 'libproxy-tools' 'libproxy1-32bit' 'libproxy1-config-gnome3' 'libproxy1-config-gnome3-32bit' 'libproxy1-config-kde-32bit' 'libproxy1-networkmanager-32bit' 'libproxy1-pacrunner-webkit-32bit' 'libpskc-devel' 'libpsl-devel' 'libpsm2-2' 'libpsm2-compat' 'libpsm2-devel' 'libpsm_infinipath1' 'libpsm_infinipath1-32bit' 'libpspell15' 'libpspell15-32bit' 'libpst' 'libpst-devel' 'libpst4' 'libpt-devel' 'libpt2_10_11' 'libpt2_10_11-plugins-avc' 'libpt2_10_11-plugins-pulse' 'libptexenc1' 'libptscotch-gnu-mpich-hpc' 'libptscotch-gnu-mvapich2-hpc' 'libptscotch-gnu-openmpi1-hpc' 'libptscotch-gnu-openmpi2-hpc' 'libptscotch-gnu-openmpi3-hpc' 'libptscotch0-mpich' 'libptscotch0-mvapich2' 'libptscotch0-openmpi1' 'libptscotch0-openmpi2' 'libptscotch0-openmpi3' 'libptscotch_6_0_9-gnu-mpich-hpc' 'libptscotch_6_0_9-gnu-mvapich2-hpc' 'libptscotch_6_0_9-gnu-openmpi1-hpc' 'libptscotch_6_0_9-gnu-openmpi2-hpc' 'libptscotch_6_0_9-gnu-openmpi3-hpc' 'libpugixml1' 'libpulse-devel' 'libpulse-devel-32bit' 'libpulse-mainloop-glib0-32bit' 'libpurple' 'libpurple-branding-openSUSE' 'libpurple-branding-upstream' 'libpurple-devel' 'libpurple-lang' 'libpurple-plugin-bot-sentry' 'libpurple-plugin-bot-sentry-lang' 'libpurple-plugin-carbons' 'libpurple-plugin-facebook' 'libpurple-plugin-gnome-keyring' 'libpurple-plugin-import-empathy' 'libpurple-plugin-libsteam' 'libpurple-plugin-lurch' 'libpurple-plugin-mattermost' 'libpurple-plugin-mrim' 'libpurple-plugin-mrim-lang' 'libpurple-plugin-pack' 'libpurple-plugin-pack-extras' 'libpurple-plugin-pack-lang' 'libpurple-plugin-prpltwtr' 'libpurple-plugin-prpltwtr-lang' 'libpurple-plugin-rocketchat' 'libpurple-plugin-sametime' 'libpurple-plugin-sipe' 'libpurple-plugin-sipe-lang' 'libpurple-plugin-skypeweb' 'libpurple-plugin-telegram' 'libpurple-plugin-telegram-lang' 'libpurple-plugin-xmpp-http-upload' 'libpurple-tcl' 'libpwquality-devel' 'libpwquality-tools' 'libpythia8' 'libpythia8lhapdf6' 'libpython2_7-1_0-32bit' 'libpython3_6m1_0' 'libpython3_6m1_0-32bit' 'libpython3_8-1_0-32bit' 'libpython3_9-1_0' 'libpython3_9-1_0-32bit' 'libpyzy-1_0-0' 'libqalculate-devel' 'libqb-devel' 'libqb-devel-32bit' 'libqb-tests' 'libqb-tools' 'libqb100' 'libqb100-32bit' 'libqca-qt5-devel' 'libqcow-devel' 'libqcow-tools' 'libqcow1' 'libqcustomplot2' 'libqd0' 'libqgpgme-devel' 'libqgpgme7-32bit' 'libqhexedit4' 'libqhull7' 'libqimageblitz5-1' 'libqimageblitz5-devel' 'libqjack-devel' 'libqjack0' 'libqjson' 'libqjson-debugsource' 'libqjson-devel' 'libqjson0' 'libqjson0-debuginfo' 'libqmatrixclient-devel' 'libqmi-devel' 'libqmmp-devel' 'libqmmp-plugin-mplayer' 'libqmmp-plugin-mplayer-debuginfo' 'libqmmp-plugins' 'libqmmp-plugins-debuginfo' 'libqmmp1' 'libqmmp1-32bit' 'libqmmp1-32bit-debuginfo' 'libqmmp1-debuginfo' 'libqoauth2' 'libqobs-devel' 'libqobs2' 'libqobs2-debuginfo' 'libqore5' 'libqpid-proton-cpp12' 'libqpid-proton-proactor1' 'libqpid-proton10' 'libqqwing2' 'libqrcodegen1' 'libqrencode4-32bit' 'libqrupdate1' 'libqsastime0' 'libqscintilla_qt5-devel' 'libqt4' 'libqt4' 'libqt4-debuginfo' 'libqt4-debugsource' 'libqt4-devel' 'libqt4-devel-debuginfo' 'libqt4-linguist' 'libqt4-linguist-debuginfo' 'libqt4-private-headers-devel' 'libqt4-qt3support' 'libqt4-qt3support-debuginfo' 'libqt4-sql' 'libqt4-sql-debuginfo' 'libqt4-sql-sqlite' 'libqt4-sql-sqlite-debuginfo' 'libqt4-x11' 'libqt4-x11-debuginfo' 'libqt5-creator' 'libqt5-creator-plugin-devel' 'libqt5-linguist' 'libqt5-linguist-devel' 'libqt5-qt3d-devel' 'libqt5-qt3d-examples' 'libqt5-qt3d-imports' 'libqt5-qt3d-private-headers-devel' 'libqt5-qt3d-tools' 'libqt5-qtbase-common-devel' 'libqt5-qtbase-devel' 'libqt5-qtbase-examples' 'libqt5-qtbase-examples-32bit' 'libqt5-qtbase-platformtheme-xdgdesktopportal' 'libqt5-qtbase-private-headers-devel' 'libqt5-qtcanvas3d' 'libqt5-qtcanvas3d-examples' 'libqt5-qtcharts-examples' 'libqt5-qtcharts-imports' 'libqt5-qtconnectivity-devel' 'libqt5-qtconnectivity-devel-32bit' 'libqt5-qtconnectivity-examples' 'libqt5-qtconnectivity-private-headers-devel' 'libqt5-qtdatavis3d-examples' 'libqt5-qtdatavis3d-imports' 'libqt5-qtdeclarative-devel' 'libqt5-qtdeclarative-devel-32bit' 'libqt5-qtdeclarative-examples' 'libqt5-qtdeclarative-private-headers-devel' 'libqt5-qtdeclarative-tools' 'libqt5-qtdoc' 'libqt5-qtdoc-devel' 'libqt5-qtdoc-html' 'libqt5-qtdoc-qch' 'libqt5-qtgamepad-devel' 'libqt5-qtgamepad-devel-32bit' 'libqt5-qtgamepad-examples' 'libqt5-qtgamepad-private-headers-devel' 'libqt5-qtimageformats-32bit' 'libqt5-qtimageformats-devel' 'libqt5-qtlocation-devel' 'libqt5-qtlocation-devel-32bit' 'libqt5-qtlocation-examples' 'libqt5-qtlocation-private-headers-devel' 'libqt5-qtlottie' 'libqt5-qtmultimedia-devel' 'libqt5-qtmultimedia-devel-32bit' 'libqt5-qtmultimedia-examples' 'libqt5-qtmultimedia-private-headers-devel' 'libqt5-qtnetworkauth-devel' 'libqt5-qtnetworkauth-devel-32bit' 'libqt5-qtnetworkauth-examples' 'libqt5-qtnetworkauth-private-headers-devel' 'libqt5-qtpdf-devel' 'libqt5-qtpdf-examples' 'libqt5-qtpdf-imports' 'libqt5-qtpdf-private-headers-devel' 'libqt5-qtquick3d-devel' 'libqt5-qtquick3d-examples' 'libqt5-qtquick3d-imports' 'libqt5-qtquick3d-private-headers-devel' 'libqt5-qtquick3d-tools' 'libqt5-qtquickcontrols-examples' 'libqt5-qtquickcontrols2-examples' 'libqt5-qtquickcontrols2-private-headers-devel' 'libqt5-qtquicktimeline' 'libqt5-qtremoteobjects-devel' 'libqt5-qtremoteobjects-devel-32bit' 'libqt5-qtremoteobjects-examples' 'libqt5-qtremoteobjects-private-headers-devel' 'libqt5-qtremoteobjects-tools' 'libqt5-qtscript-devel' 'libqt5-qtscript-devel-32bit' 'libqt5-qtscript-examples' 'libqt5-qtscript-private-headers-devel' 'libqt5-qtscxml-devel' 'libqt5-qtscxml-devel-32bit' 'libqt5-qtscxml-examples' 'libqt5-qtscxml-private-headers-devel' 'libqt5-qtscxml-tools' 'libqt5-qtsensors-devel' 'libqt5-qtsensors-devel-32bit' 'libqt5-qtsensors-examples' 'libqt5-qtsensors-private-headers-devel' 'libqt5-qtserialbus' 'libqt5-qtserialbus-32bit' 'libqt5-qtserialbus-devel' 'libqt5-qtserialbus-devel-32bit' 'libqt5-qtserialbus-examples' 'libqt5-qtserialbus-private-headers-devel' 'libqt5-qtserialport-devel' 'libqt5-qtserialport-devel-32bit' 'libqt5-qtserialport-examples' 'libqt5-qtserialport-private-headers-devel' 'libqt5-qtspeech-devel' 'libqt5-qtspeech-devel-32bit' 'libqt5-qtspeech-examples' 'libqt5-qtspeech-plugin-speechd' 'libqt5-qtspeech-plugin-speechd-32bit' 'libqt5-qtstyleplugins' 'libqt5-qtstyleplugins-devel' 'libqt5-qtsvg-devel' 'libqt5-qtsvg-devel-32bit' 'libqt5-qtsvg-examples' 'libqt5-qtsvg-private-headers-devel' 'libqt5-qttools' 'libqt5-qttools-32bit' 'libqt5-qttools-devel' 'libqt5-qttools-devel-32bit' 'libqt5-qttools-doc' 'libqt5-qttools-example-plugins' 'libqt5-qttools-examples' 'libqt5-qttools-private-headers-devel' 'libqt5-qttools-qhelpgenerator' 'libqt5-qtvirtualkeyboard-devel' 'libqt5-qtvirtualkeyboard-examples' 'libqt5-qtvirtualkeyboard-private-headers-devel' 'libqt5-qtwayland-32bit' 'libqt5-qtwayland-devel' 'libqt5-qtwayland-devel-32bit' 'libqt5-qtwayland-examples' 'libqt5-qtwayland-private-headers-devel' 'libqt5-qtwebchannel-devel' 'libqt5-qtwebchannel-devel-32bit' 'libqt5-qtwebchannel-examples' 'libqt5-qtwebchannel-private-headers-devel' 'libqt5-qtwebengine-32bit' 'libqt5-qtwebengine-devel' 'libqt5-qtwebengine-devel-32bit' 'libqt5-qtwebengine-examples' 'libqt5-qtwebengine-private-headers-devel' 'libqt5-qtwebsockets-devel' 'libqt5-qtwebsockets-devel-32bit' 'libqt5-qtwebsockets-examples' 'libqt5-qtwebsockets-private-headers-devel' 'libqt5-qtwebview-devel' 'libqt5-qtwebview-examples' 'libqt5-qtwebview-private-headers-devel' 'libqt5-qtx11extras-devel' 'libqt5-qtx11extras-devel-32bit' 'libqt5-qtxmlpatterns-devel' 'libqt5-qtxmlpatterns-devel-32bit' 'libqt5-qtxmlpatterns-examples' 'libqt5-qtxmlpatterns-imports-32bit' 'libqt5-qtxmlpatterns-private-headers-devel' 'libqt5keychain1' 'libqt5keychain1-32bit' 'libqt5keychain1-lang' 'libqt5xdg-devel' 'libqtcurve-cairo1' 'libqtcurve-cairo1-32bit' 'libqtcurve-cairo1-32bit-debuginfo' 'libqtcurve-cairo1-debuginfo' 'libqtcurve-utils2' 'libqtcurve-utils2-32bit' 'libqtcurve-utils2-32bit-debuginfo' 'libqtcurve-utils2-debuginfo' 'libqtermwidget5-0' 'libquadmath0-32bit' 'libquadmath0-gcc7' 'libquadmath0-gcc7-32bit' 'libquadmath0-gcc9' 'libquadmath0-gcc9-32bit' 'libquagga_pb0' 'libquicktime' 'libquicktime' 'libquicktime-32bit' 'libquicktime-32bit-debuginfo' 'libquicktime-debuginfo' 'libquicktime-debugsource' 'libquicktime-devel' 'libquicktime-lang' 'libquicktime-orig-addon' 'libquicktime-orig-addon-32bit' 'libquicktime-orig-addon-32bit-debuginfo' 'libquicktime-orig-addon-debuginfo' 'libquicktime-tools' 'libquicktime-tools-debuginfo' 'libquicktime0-32bit' 'libquicktime0-32bit-debuginfo' 'libquicktime0-debuginfo' 'libquo-devel' 'libquo6' 'libquorum5' 'libquorum5-32bit' 'libquvi-0_9-0_9_4' 'libquvi-devel' 'libquvi-scripts' 'libquvi-scripts-devel' 'libquvi-scripts-nsfw' 'libqwt5-qt5-5' 'libqwt6' 'libqwtplot3d-qt5-0' 'libqxmledit0' 'libqxmledit0-32bit' 'libqxmpp-devel' 'libqxmpp-doc' 'libqxmpp3' 'libqxmpp3-32bit' 'libqxp-devel' 'libqxp-doc' 'libqxp-tools' 'libqxtglobalshortcut0' 'librabbitmq-devel' 'librabbitmq4' 'libradcli4' 'librados-devel' 'libradospp-devel' 'libraft0' 'libragel0' 'librapi2' 'librapi2' 'librapi2-debuginfo' 'librapi2-debugsource' 'librapi2-devel' 'libraptor-devel' 'libraptor2-0-32bit' 'libraqm-devel' 'libraqm-doc' 'libraqm0' 'librasqal-devel' 'librasqal-devel-doc' 'librasqal3-32bit' 'libratbag-devel' 'libratbag-tools' 'librav1e0-32bit' 'libraven0' 'libraw-devel' 'libraw-devel-static' 'libraw-tools' 'libraw1394-11-32bit' 'libraw1394-devel' 'libraw1394-devel-32bit' 'libraw1394-tools' 'libraylib301' 'librbd-devel' 'librbio2' 'librbl1' 'librcc-devel' 'librcc0' 'librcc0-32bit' 'librcd-devel' 'librcd0' 'librcd0-32bit' 'librdf0-32bit' 'librdkafka-devel' 'librdmacm-utils' 'librdmacm1-32bit' 'libre0suse0' 'libre2-8-32bit' 'libreadline-java' 'libreadline-java-32bit' 'libreadline-java-javadoc' 'libreadline5' 'libreadline5-32bit' 'libreadline6' 'libreadline6-32bit' 'libreadline8-32bit' 'librealsense' 'librealsense-devel' 'librealsense-examples' 'librealsense2' 'librecad' 'librecad-parts' 'librecode3' 'libredis++' 'libredland-devel' 'libredwg-devel' 'libredwg-tools' 'libredwg0' 'libref_array-devel' 'libref_array-devel-32bit' 'libref_array1' 'libref_array1-32bit' 'libregf-devel' 'libregf-tools' 'libregf1' 'libregina3' 'libreiser4-2_0-0' 'libreiser4-minimal-2_0-0' 'libreiserfs-0_3-0' 'libreiserfs-0_3-0-32bit' 'libreiserfs-devel' 'libreiserfs-devel-32bit' 'libreiserfs-progs' 'libreiserfscore-devel' 'librelp-devel' 'librelp0' 'librem0' 'libreoffice-base-drivers-postgresql' 'libreoffice-branding-upstream' 'libreoffice-calc-extensions' 'libreoffice-gdb-pretty-printers' 'libreoffice-glade' 'libreoffice-gnome' 'libreoffice-gtk3' 'libreoffice-l10n-af' 'libreoffice-l10n-am' 'libreoffice-l10n-ar' 'libreoffice-l10n-as' 'libreoffice-l10n-ast' 'libreoffice-l10n-be' 'libreoffice-l10n-bg' 'libreoffice-l10n-bn' 'libreoffice-l10n-bn_IN' 'libreoffice-l10n-bo' 'libreoffice-l10n-br' 'libreoffice-l10n-brx' 'libreoffice-l10n-bs' 'libreoffice-l10n-ca' 'libreoffice-l10n-ca_valencia' 'libreoffice-l10n-ckb' 'libreoffice-l10n-cs' 'libreoffice-l10n-cy' 'libreoffice-l10n-da' 'libreoffice-l10n-de' 'libreoffice-l10n-dgo' 'libreoffice-l10n-dsb' 'libreoffice-l10n-dz' 'libreoffice-l10n-el' 'libreoffice-l10n-en_ZA' 'libreoffice-l10n-eo' 'libreoffice-l10n-es' 'libreoffice-l10n-et' 'libreoffice-l10n-eu' 'libreoffice-l10n-fa' 'libreoffice-l10n-fi' 'libreoffice-l10n-fr' 'libreoffice-l10n-fur' 'libreoffice-l10n-fy' 'libreoffice-l10n-ga' 'libreoffice-l10n-gd' 'libreoffice-l10n-gl' 'libreoffice-l10n-gu' 'libreoffice-l10n-gug' 'libreoffice-l10n-he' 'libreoffice-l10n-hi' 'libreoffice-l10n-hr' 'libreoffice-l10n-hsb' 'libreoffice-l10n-hu' 'libreoffice-l10n-id' 'libreoffice-l10n-is' 'libreoffice-l10n-it' 'libreoffice-l10n-ja' 'libreoffice-l10n-ka' 'libreoffice-l10n-kab' 'libreoffice-l10n-kk' 'libreoffice-l10n-km' 'libreoffice-l10n-kmr_Latn' 'libreoffice-l10n-kn' 'libreoffice-l10n-ko' 'libreoffice-l10n-kok' 'libreoffice-l10n-ks' 'libreoffice-l10n-lb' 'libreoffice-l10n-lo' 'libreoffice-l10n-lt' 'libreoffice-l10n-lv' 'libreoffice-l10n-mai' 'libreoffice-l10n-mk' 'libreoffice-l10n-ml' 'libreoffice-l10n-mn' 'libreoffice-l10n-mni' 'libreoffice-l10n-mr' 'libreoffice-l10n-my' 'libreoffice-l10n-nb' 'libreoffice-l10n-ne' 'libreoffice-l10n-nl' 'libreoffice-l10n-nn' 'libreoffice-l10n-nr' 'libreoffice-l10n-nso' 'libreoffice-l10n-oc' 'libreoffice-l10n-om' 'libreoffice-l10n-or' 'libreoffice-l10n-pa' 'libreoffice-l10n-pl' 'libreoffice-l10n-pt_BR' 'libreoffice-l10n-pt_PT' 'libreoffice-l10n-ro' 'libreoffice-l10n-ru' 'libreoffice-l10n-rw' 'libreoffice-l10n-sa_IN' 'libreoffice-l10n-sat' 'libreoffice-l10n-sd' 'libreoffice-l10n-si' 'libreoffice-l10n-sid' 'libreoffice-l10n-sk' 'libreoffice-l10n-sl' 'libreoffice-l10n-sq' 'libreoffice-l10n-sr' 'libreoffice-l10n-ss' 'libreoffice-l10n-st' 'libreoffice-l10n-sv' 'libreoffice-l10n-sw_TZ' 'libreoffice-l10n-szl' 'libreoffice-l10n-ta' 'libreoffice-l10n-te' 'libreoffice-l10n-tg' 'libreoffice-l10n-th' 'libreoffice-l10n-tn' 'libreoffice-l10n-tr' 'libreoffice-l10n-ts' 'libreoffice-l10n-tt' 'libreoffice-l10n-ug' 'libreoffice-l10n-uk' 'libreoffice-l10n-uz' 'libreoffice-l10n-ve' 'libreoffice-l10n-vec' 'libreoffice-l10n-vi' 'libreoffice-l10n-xh' 'libreoffice-l10n-zh_CN' 'libreoffice-l10n-zh_TW' 'libreoffice-l10n-zu' 'libreoffice-librelogo' 'libreoffice-officebean' 'libreoffice-sdk' 'libreoffice-sdk-doc' 'libreoffice-voikko' 'libreoffice-writer-extensions' 'libreofficekit' 'libreofficekit-devel' 'librep' 'librep-devel' 'librep16' 'librepair-2_0-0' 'libreplaygain-devel' 'libreplaygain1' 'librepo-devel' 'librepo0' 'librepository-javadoc' 'librepute1' 'libressl' 'libressl-devel' 'libressl-devel-32bit' 'libressl-devel-doc' 'librest-devel' 'libretro-2048' 'libretro-3dengine' 'libretro-4do' 'libretro-4do' 'libretro-4do-debuginfo' 'libretro-4do-debugsource' 'libretro-81' 'libretro-atari800' 'libretro-beetle-gba' 'libretro-beetle-lynx' 'libretro-beetle-ngp' 'libretro-beetle-pce-fast' 'libretro-beetle-pcfx' 'libretro-beetle-psx' 'libretro-beetle-psx-hw' 'libretro-beetle-saturn' 'libretro-beetle-supergrafx' 'libretro-beetle-vb' 'libretro-beetle-wswan' 'libretro-blastem' 'libretro-bluemsx' 'libretro-bsnes' 'libretro-cap32' 'libretro-core-info' 'libretro-craft' 'libretro-crocods' 'libretro-database' 'libretro-desmume' 'libretro-dolphin' 'libretro-dosbox' 'libretro-easyrpg' 'libretro-fceumm' 'libretro-ffmpeg' 'libretro-flycast' 'libretro-freechaf' 'libretro-freeintv' 'libretro-fuse' 'libretro-gambatte' 'libretro-gtk-0_14-0' 'libretro-handy' 'libretro-mame' 'libretro-mame2000' 'libretro-mame2000' 'libretro-mame2000-debuginfo' 'libretro-mame2000-debugsource' 'libretro-mame2003' 'libretro-mame2003' 'libretro-mame2003-debuginfo' 'libretro-mame2003-debugsource' 'libretro-mame2003-plus' 'libretro-mame2003-plus' 'libretro-mame2003-plus-debuginfo' 'libretro-mame2003-plus-debugsource' 'libretro-mgba' 'libretro-nestopia' 'libretro-parallel-n64' 'libretro-pcsx-rearmed' 'libretro-picodrive' 'libretro-picodrive' 'libretro-picodrive-debuginfo' 'libretro-picodrive-debugsource' 'libretro-play' 'libretro-ppsspp' 'libretro-prosystem' 'libretro-stella' 'libretro-virtualjaguar' 'libretro-yabause' 'librevenge-devel' 'librevenge-doc' 'librevenge-generators-0_0-0' 'librfxencode0' 'librgw-devel' 'librgw2' 'librhash0' 'librime-devel' 'librime1' 'librime1-32bit' 'librk0' 'librlog-devel' 'librlog5' 'librlog5-doc' 'librmt-devel-doc' 'libroar2' 'libroar2-debuginfo' 'librocsgraphtheory0' 'librpmem-devel' 'librpmem1' 'librrd8' 'librsb-devel' 'librsb0' 'librsound-devel' 'librsound3' 'librsound3-32bit' 'librsound3-32bit-debuginfo' 'librsound3-debuginfo' 'librssguard-3_7_2' 'librssguard-devel' 'librsvg-2-2-32bit' 'librsvg-devel' 'librsync-devel' 'librsync2' 'librtaudio6' 'librtlsdr0' 'librtmidi5' 'librtmp-devel' 'librtmp1-32bit' 'librtmp1-32bit-debuginfo' 'librtmp1-debuginfo' 'librtprocess-devel' 'librtprocess0' 'librtr0' 'librubberband-devel' 'librubberband2-32bit' 'librvngabw-0_0-0' 'librvngabw-devel' 'librvngabw-devel-doc' 'librxtx2' 'librygel-core-2_6-2' 'librygel-db-2_6-2' 'librygel-renderer-2_6-2' 'librygel-renderer-gst-2_6-2' 'librygel-ruih-2_0-1' 'librygel-server-2_6-2' 'libs3-4' 'libs3-devel' 'libs3-tools' 'libsam4' 'libsam4-32bit' 'libsamba-credentials-devel' 'libsamba-errors-devel' 'libsamba-hostconfig-devel' 'libsamba-passdb-devel' 'libsamba-policy-devel' 'libsamba-policy-python3-devel' 'libsamba-policy0-python3-32bit' 'libsamba-util-devel' 'libsamdb-devel' 'libsaml-devel' 'libsaml10' 'libsamplerate-devel' 'libsamplerate-progs' 'libsamplerate0-32bit' 'libsane1-32bit' 'libsanlock1' 'libsass-3_6_4-1' 'libsass-devel' 'libsbc1-32bit' 'libsblim-cmpiutil1' 'libscalapack2-gnu-mpich-hpc' 'libscalapack2-gnu-mpich-hpc-devel' 'libscalapack2-gnu-mvapich2-hpc' 'libscalapack2-gnu-mvapich2-hpc-devel' 'libscalapack2-gnu-openmpi1-hpc' 'libscalapack2-gnu-openmpi1-hpc-devel' 'libscalapack2-gnu-openmpi2-hpc' 'libscalapack2-gnu-openmpi2-hpc-devel' 'libscalapack2-gnu-openmpi3-hpc' 'libscalapack2-gnu-openmpi3-hpc-devel' 'libscalapack2-gnu-openmpi4-hpc' 'libscalapack2-gnu-openmpi4-hpc-devel' 'libscalapack2-mvapich2' 'libscalapack2-mvapich2-32bit' 'libscalapack2-mvapich2-devel' 'libscalapack2-mvapich2-devel-32bit' 'libscalapack2-mvapich2-devel-static' 'libscalapack2-openmpi1' 'libscalapack2-openmpi1-32bit' 'libscalapack2-openmpi1-devel' 'libscalapack2-openmpi1-devel-32bit' 'libscalapack2-openmpi1-devel-static' 'libscalapack2-openmpi2' 'libscalapack2-openmpi2-32bit' 'libscalapack2-openmpi2-devel' 'libscalapack2-openmpi2-devel-32bit' 'libscalapack2-openmpi2-devel-static' 'libscalapack2-openmpi3' 'libscalapack2-openmpi3-32bit' 'libscalapack2-openmpi3-devel' 'libscalapack2-openmpi3-devel-32bit' 'libscalapack2-openmpi3-devel-static' 'libscalapack2-openmpi4' 'libscalapack2-openmpi4-32bit' 'libscalapack2-openmpi4-devel' 'libscalapack2-openmpi4-devel-32bit' 'libscalapack2-openmpi4-devel-static' 'libscalapack2_2_1_0-gnu-mpich-hpc' 'libscalapack2_2_1_0-gnu-mpich-hpc-devel' 'libscalapack2_2_1_0-gnu-mpich-hpc-devel-static' 'libscalapack2_2_1_0-gnu-mvapich2-hpc' 'libscalapack2_2_1_0-gnu-mvapich2-hpc-devel' 'libscalapack2_2_1_0-gnu-mvapich2-hpc-devel-static' 'libscalapack2_2_1_0-gnu-openmpi1-hpc' 'libscalapack2_2_1_0-gnu-openmpi1-hpc-devel' 'libscalapack2_2_1_0-gnu-openmpi1-hpc-devel-static' 'libscalapack2_2_1_0-gnu-openmpi2-hpc' 'libscalapack2_2_1_0-gnu-openmpi2-hpc-devel' 'libscalapack2_2_1_0-gnu-openmpi2-hpc-devel-static' 'libscalapack2_2_1_0-gnu-openmpi3-hpc' 'libscalapack2_2_1_0-gnu-openmpi3-hpc-devel' 'libscalapack2_2_1_0-gnu-openmpi3-hpc-devel-static' 'libscalapack2_2_1_0-gnu-openmpi4-hpc' 'libscalapack2_2_1_0-gnu-openmpi4-hpc-devel' 'libscalapack2_2_1_0-gnu-openmpi4-hpc-devel-static' 'libscamperfile-devel' 'libscamperfile1' 'libscca-devel' 'libscca-tools' 'libscca1' 'libscg-devel' 'libschily-devel' 'libschily-devel-doc' 'libschroedinger-1_0-0-32bit' 'libscintilla-devel' 'libscintilla3' 'libscotch0' 'libseafile0' 'libsearpc-devel' 'libsearpc1' 'libseccomp-devel' 'libseccomp-tools' 'libseccomp2-32bit' 'libsecprog-devel' 'libsecprog0' 'libsecret-1-0-32bit' 'libsecret-devel' 'libselinux-devel' 'libselinux-devel-static' 'libsemanage-devel' 'libsemanage-devel-static' 'libsemanage-migrate-store' 'libsemanage1-32bit' 'libsemigroups-devel' 'libsemigroups1' 'libsensors4-devel' 'libsepol-devel' 'libsepol-devel-static' 'libsepol-utils' 'libsepol1-32bit' 'libserd-0-0-32bit' 'libserf-devel' 'libserialdv1' 'libserializer-javadoc' 'libserialport-devel' 'libserialport0' 'libsfcUtil0' 'libsfml2-2_5' 'libsfml2-2_5-32bit' 'libsfst-hfst0' 'libsgutils-devel' 'libsha1detectcoll-devel' 'libshadowdive0_0_0-suse' 'libshadowsocks-libev2' 'libshairplay0' 'libshairplay0-debuginfo' 'libshibsp-lite8' 'libshibsp8' 'libshine-devel' 'libshout-devel' 'libshout-idjc' 'libshout-idjc-debugsource' 'libshout-idjc-devel' 'libshout-idjc-devel-32bit' 'libshout-idjc3' 'libshout-idjc3-32bit' 'libshout-idjc3-32bit-debuginfo' 'libshout-idjc3-debuginfo' 'libshout3-32bit' 'libshp-devel' 'libsidplayfp-devel' 'libsidplayfp4' 'libsigc++2-devel' 'libsigc++3-devel' 'libsigc-2_0-0-32bit' 'libsigc-3_0-0' 'libsigc-3_0-0-32bit' 'libsignal-protocol-c-devel' 'libsignal-protocol-c2' 'libsignon-glib-devel' 'libsignon-glib2' 'libsignon-qt5-1-32bit' 'libsignon-qt5-devel' 'libsignon-qt5-docs' 'libsigrok-data' 'libsigrok-devel' 'libsigrok4' 'libsigrok4DSL-devel' 'libsigrok4DSL1' 'libsigrokcxx4' 'libsigrokdecode-devel' 'libsigrokdecode4' 'libsigscan-devel' 'libsigscan-tools' 'libsigscan1' 'libsigsegv-devel' 'libsigsegv-doc' 'libsigsegv2' 'libsirocco0' 'libsispmctl0' 'libskk-devel' 'libskk0' 'libskk0-32bit' 'libslang2-32bit' 'libsliplu1' 'libslirp-devel' 'libslurm35' 'libsmartcols-devel' 'libsmartcols-devel-static' 'libsmbclient-devel' 'libsmbclient0-32bit' 'libsmbconf-devel' 'libsmbios-devel' 'libsmbldap-devel' 'libsmdev-devel' 'libsmdev-tools' 'libsmdev1' 'libsmi-devel' 'libsmooth-0_9-0' 'libsmpp34-1' 'libsmpp34-devel' 'libsmputils-devel' 'libsmraw-devel' 'libsmraw-tools' 'libsmraw1' 'libsnapper-devel' 'libsnappy1-32bit' 'libsndfile-devel' 'libsndfile-progs' 'libsndio7_0' 'libsoc-common' 'libsoc-devel' 'libsoc2' 'libsoci_core4_0' 'libsoci_empty4_0' 'libsoci_mysql4_0' 'libsoci_odbc4_0' 'libsoci_postgresql4_0' 'libsoci_sqlite3-4_0' 'libsocketcan-devel' 'libsocketcan2' 'libsocketxx1_2' 'libsocks0' 'libsocks0-32bit' 'libsodium-devel' 'libsodium23-32bit' 'libsofia-sip-ua-glib3' 'libsofia-sip-ua0' 'libsoftokn3-hmac-32bit' 'libsolarus-gui1' 'libsolarus1' 'libsolv-demo' 'libsolv-devel' 'libsord-0-0-32bit' 'libsoundio-devel' 'libsoundio2' 'libsoup-devel' 'libsoup-devel-32bit' 'libsource-highlight-devel' 'libsource-highlight4' 'libsource-highlight4-32bit' 'libsox3-debuginfo' 'libsoxr-lsr0' 'libsoxr-lsr0-32bit' 'libsoxr0-32bit' 'libspandsp2-32bit' 'libspatialindex4' 'libspatialite-devel' 'libspatialite7' 'libspdlog1' 'libspdylay7' 'libspectre-devel' 'libspectre1' 'libspeechd-devel' 'libspeechd2' 'libspeechd2-32bit' 'libspeexdsp1-32bit' 'libspf2-2' 'libspf2-devel' 'libspf2-tools' 'libsphinxbase1' 'libsphinxbase3' 'libsphinxclient-0_0_1' 'libsphinxclient-devel' 'libspice-server-devel' 'libspiro-devel' 'libspiro1' 'libspirv-cross-c-shared-devel' 'libspirv-cross-c-shared0' 'libsplinter-3-0' 'libspnav-devel' 'libspnav0' 'libspqr2' 'libspread-sheet-widget0' 'libsqlcipher-3_30_1-0' 'libsqlparser1' 'libsratom-0-0-32bit' 'libsrecord0' 'libsrt1-32bit' 'libsrtp-devel' 'libsrtp1' 'libsrtp1-32bit' 'libsrtp2-1-32bit' 'libsrtp2-devel' 'libssh-devel' 'libssh2-1-32bit' 'libssh2-devel' 'libssl48' 'libssl48-32bit' 'libssr-glinject' 'libssr-glinject-32bit' 'libsss_certmap-devel' 'libsss_certmap0' 'libsss_idmap-devel' 'libsss_idmap0' 'libsss_nss_idmap-devel' 'libsss_nss_idmap0' 'libsss_simpleifp-devel' 'libsss_simpleifp0' 'libstaroffice-devel' 'libstaroffice-devel-doc' 'libstaroffice-tools' 'libstartup-notification-1-0-32bit' 'libstatgrab-devel' 'libstatgrab-devel-32bit' 'libstatgrab10' 'libstatgrab10-32bit' 'libstdc++-devel' 'libstdc++-devel-32bit' 'libstdc++6-devel-gcc10' 'libstdc++6-devel-gcc10-32bit' 'libstdc++6-devel-gcc7' 'libstdc++6-devel-gcc7-32bit' 'libstdc++6-devel-gcc9' 'libstdc++6-devel-gcc9-32bit' 'libstdc++6-gcc7' 'libstdc++6-gcc7-32bit' 'libstdc++6-gcc7-locale' 'libstdc++6-gcc9' 'libstdc++6-gcc9-32bit' 'libstdc++6-gcc9-locale' 'libstdc++6-locale' 'libstdc++6-pp-gcc10' 'libstdc++6-pp-gcc10-32bit' 'libstfl-devel' 'libstfl0' 'libstilview-devel' 'libstilview0' 'libstk-devel' 'libstk4' 'libstlink1' 'libstorage-ng-devel' 'libstorage-ng-integration-tests' 'libstorage-ng-python3' 'libstorage-ng-utils' 'libstoragemgmt' 'libstoragemgmt-arcconf-plugin' 'libstoragemgmt-devel' 'libstoragemgmt-hpsa-plugin' 'libstoragemgmt-local-plugin' 'libstoragemgmt-megaraid-plugin' 'libstoragemgmt-netapp-plugin' 'libstoragemgmt-nfs-plugin' 'libstoragemgmt-nfs-plugin-clibs' 'libstoragemgmt-nstor-plugin' 'libstoragemgmt-smis-plugin' 'libstoragemgmt-targetd-plugin' 'libstoragemgmt-udev' 'libstoragemgmt1' 'libstp2_3' 'libstroke' 'libstroke-devel' 'libstrophe-devel' 'libstrophe0' 'libsubtitleeditor-devel' 'libsubtitleeditor0' 'libsubunit0' 'libsuil-0-0' 'libsundials3' 'libsundials3-mvapich2' 'libsundials3-openmpi1' 'libsundials3-openmpi2' 'libsundials3-openmpi3' 'libsundials_arkode4' 'libsundials_arkode4-mvapich2' 'libsundials_arkode4-openmpi1' 'libsundials_arkode4-openmpi2' 'libsundials_arkode4-openmpi3' 'libsundials_cvode5' 'libsundials_cvode5-mvapich2' 'libsundials_cvode5-openmpi1' 'libsundials_cvode5-openmpi2' 'libsundials_cvode5-openmpi3' 'libsundials_cvodes5' 'libsundials_cvodes5-mvapich2' 'libsundials_cvodes5-openmpi1' 'libsundials_cvodes5-openmpi2' 'libsundials_cvodes5-openmpi3' 'libsundials_ida5' 'libsundials_ida5-mvapich2' 'libsundials_ida5-openmpi1' 'libsundials_ida5-openmpi2' 'libsundials_ida5-openmpi3' 'libsundials_idas4' 'libsundials_idas4-mvapich2' 'libsundials_idas4-openmpi1' 'libsundials_idas4-openmpi2' 'libsundials_idas4-openmpi3' 'libsundials_kinsol5' 'libsundials_kinsol5-mvapich2' 'libsundials_kinsol5-openmpi1' 'libsundials_kinsol5-openmpi2' 'libsundials_kinsol5-openmpi3' 'libsundials_nvec5' 'libsundials_nvec5-mvapich2' 'libsundials_nvec5-openmpi1' 'libsundials_nvec5-openmpi2' 'libsundials_nvec5-openmpi3' 'libsunpinyin3' 'libsuperlu-gnu-hpc' 'libsuperlu5' 'libsuperlu5-32bit' 'libsuperlu_5_2_1-gnu-hpc' 'libsvm-devel' 'libsvm-java' 'libsvm2' 'libsvn_auth_gnome_keyring-1-0' 'libsvrcore0' 'libswitchboard-2_0-0' 'libsword-1_8_1' 'libswresample1-32bit' 'libswresample1-32bit-debuginfo' 'libswresample1-debuginfo' 'libswresample2-32bit' 'libswresample2-32bit-debuginfo' 'libswresample2-debuginfo' 'libswresample3_7-32bit' 'libswresample3_7-32bit-debuginfo' 'libswresample3_7-debuginfo' 'libswscale3-32bit' 'libswscale3-32bit-debuginfo' 'libswscale3-debuginfo' 'libswscale4-32bit' 'libswscale4-32bit-debuginfo' 'libswscale4-debuginfo' 'libswscale5_7-32bit' 'libswscale5_7-32bit-debuginfo' 'libswscale5_7-debuginfo' 'libsybdb5' 'libsympol0_1' 'libsymspg1' 'libsyn123-0' 'libsyn123-0-32bit' 'libsynce-devel' 'libsynce0' 'libsynctex2' 'libsynfig0' 'libsynfig0-debuginfo' 'libsynfigapp0' 'libsynfigapp0-debuginfo' 'libsysstat-qt5-0' 'libsysstat-qt5-devel' 'libsz2' 'libsz2-32bit' 'libt3config-devel' 'libt3config0' 'libt3highlight-devel' 'libt3highlight-utils' 'libt3highlight2' 'libt3key-devel' 'libt3key-utils' 'libt3key1' 'libt3widget-devel' 'libt3widget2' 'libt3window-devel' 'libt3window0' 'libtachyon-0_99b6' 'libtachyon-devel' 'libtag-devel' 'libtag-doc' 'libtag-extras1' 'libtag-extras1-debuginfo' 'libtag1-32bit' 'libtag_c0' 'libtag_c0-32bit' 'libtaginfo-devel' 'libtaginfo1' 'libtaginfo1-32bit' 'libtalloc-devel' 'libtar' 'libtar-devel' 'libtar1' 'libtasn1-devel-32bit' 'libtbbmalloc2' 'libtcmalloc4' 'libtcmu2' 'libtcnative-1-0' 'libtcnative-1-0-devel' 'libtdb-devel' 'libtdsodbc0' 'libteam-devel' 'libteam-tools' 'libteam5' 'libtecla_r1' 'libteec1' 'libtelegram-qt5-0_1' 'libtelegram-qt5-0_1-debuginfo' 'libtelepathy-farstream3' 'libtelepathy-farstream3-32bit' 'libtelepathy-glib0' 'libtelepathy-glib0-32bit' 'libtelepathy-logger-qt5' 'libtelepathy-logger3' 'libtelepathy-qt5-0' 'libtelepathy-qt5-0-32bit' 'libtelepathy-qt5-farstream0' 'libtelepathy-qt5-farstream0-32bit' 'libtelepathy-qt5-service1' 'libtelepathy-qt5-service1-32bit' 'libtemplate_glib-1_0-0' 'libtensorflow1' 'libtensorflow2' 'libtensorflow2-gnu-hpc' 'libtensorflow2-gnu-openmpi2-hpc' 'libtensorflow_cc1' 'libtensorflow_cc2' 'libtensorflow_cc2-gnu-hpc' 'libtensorflow_cc2-gnu-openmpi2-hpc' 'libtensorflow_framework1' 'libtensorflow_framework2' 'libtensorflow_framework2-gnu-hpc' 'libtensorflow_framework2-gnu-openmpi2-hpc' 'libtepl-4-0' 'libteredo5' 'libtermkey-devel' 'libtesseract4' 'libtestshade1_11' 'libtevent-devel' 'libtevent-util-devel' 'libtexlua53-5' 'libtexluajit2' 'libtextstyle-devel' 'libtextstyle0-32bit' 'libthai-devel' 'libtheora-devel' 'libtheoradec1-32bit' 'libtheoraenc1-32bit' 'libthrift-0_13_0' 'libthrift-devel' 'libthrift_c_glib0' 'libthriftnb-0_13_0' 'libthriftz-0_13_0' 'libthunarx-3-0' 'libtidy-devel' 'libtidy5' 'libtidyp-1_04-0' 'libtidyp-devel' 'libtiff-devel' 'libtiff-devel-32bit' 'libtiger-devel' 'libtiger5' 'libtiled1' 'libtimelineDecoder22' 'libtimelineDecoder22-opencl' 'libtimelineDecoderJson22' 'libtimelineDecoderJson22-opencl' 'libtimezonemap1' 'libtimidity-devel' 'libtimidity2' 'libtimidity2-32bit' 'libtins-devel' 'libtins4_2' 'libtinyb0' 'libtinygettext0' 'libtinyobjloader1' 'libtinyxml0' 'libtinyxml2-8' 'libtirpc-devel' 'libtls20' 'libtls20-32bit' 'libtntdb-devel' 'libtntdb4' 'libtntnet-devel' 'libtntnet12' 'libtntnet12-debuginfo' 'libtolua++-5_1-1' 'libtolua++-5_1-devel' 'libtolua++-5_3-1' 'libtolua++-5_3-devel' 'libtolua++-5_4-1' 'libtolua++-5_4-devel' 'libtolua-devel' 'libtolua5' 'libtomcrypt-devel' 'libtomcrypt-examples' 'libtomcrypt1-32bit' 'libtommath-devel' 'libtommath-examples' 'libtommath1-32bit' 'libtomoe-gtk0' 'libtool' 'libtool-32bit' 'libtorch' 'libtorrent-devel' 'libtorrent-rasterbar-1-devel' 'libtorrent-rasterbar-1-doc' 'libtorrent-rasterbar-devel' 'libtorrent-rasterbar-doc' 'libtorrent-rasterbar10' 'libtorrent-rasterbar2_0' 'libtorrent21' 'libtotem-plparser-mini18' 'libtotem-plparser18' 'libtotem_pg5' 'libtotem_pg5-32bit' 'libtowitoko2' 'libtoxcore2' 'libtpl-extensions3' 'libtpm_unseal1' 'libtpms-devel' 'libtpms0' 'libtracker-common-2_0' 'libtracker-control-2_0-0' 'libtracker-miner-2_0-0' 'libtracker-sparql-2_0-0' 'libtracker-sparql-3_0-0' 'libtranscript-devel' 'libtranscript1' 'libtranslate-devel' 'libtranslate-progs' 'libtranslate0' 'libtre5' 'libtrilinos-gnu-mpich-hpc' 'libtrilinos-gnu-mvapich2-hpc' 'libtrilinos-gnu-openmpi2-hpc' 'libtrilinos-gnu-openmpi3-hpc' 'libtrilinos-gnu-openmpi4-hpc' 'libtrilinos12' 'libtrilinos12-openmpi2' 'libtrilinos_12_14_1-gnu-mpich-hpc' 'libtrilinos_12_14_1-gnu-mvapich2-hpc' 'libtrilinos_12_14_1-gnu-openmpi2-hpc' 'libtrilinos_12_14_1-gnu-openmpi3-hpc' 'libtrilinos_12_14_1-gnu-openmpi4-hpc' 'libts0-32bit' 'libtsan0-gcc7' 'libtsan0-gcc9' 'libtsk19' 'libtsm-devel' 'libtsm4' 'libtspi1' 'libtspi1-32bit' 'libtss2-esys0-32bit' 'libtss2-mu0-32bit' 'libtss2-rc0' 'libtss2-sys0-32bit' 'libtss2-tcti-device0-32bit' 'libtss2-tcti-mssim0-32bit' 'libtss2-tcti-tabrmd0' 'libtss2-tctildr0' 'libttf2' 'libttf2-32bit' 'libttsmimic0' 'libtty-devel' 'libtty1' 'libtumbler-1-0' 'libtun6-0' 'libturbojpeg0' 'libturbojpeg0-32bit' 'libturing0' 'libturing0-debuginfo' 'libturris-spectator-devel' 'libturris-spectator0' 'libtvm' 'libtwolame-devel' 'libtwolame0-32bit' 'libu2f-host-devel' 'libu2f-host-doc' 'libu2f-host0' 'libu2f-server-devel' 'libu2f-server0' 'libubsan0' 'libubsan0-32bit' 'libubsan1-32bit' 'libubsan1-gcc9' 'libubsan1-gcc9-32bit' 'libuchardet-devel' 'libuchardet0-32bit' 'libucl1' 'libucm-devel' 'libucm0' 'libucommon8' 'libucp-devel' 'libucp0' 'libucpp13' 'libucs-devel' 'libucs0' 'libuct-devel' 'libuct0' 'libudev-devel' 'libudev-devel-32bit' 'libudf0' 'libudf0-32bit' 'libudisks2-0-devel' 'libudisks2-0_bcache' 'libudisks2-0_lsm' 'libudisks2-0_lvm2' 'libudisks2-0_vdo' 'libudisks2-0_zram' 'libudns0' 'libudt-devel' 'libudt0' 'libuev-devel' 'libuev2' 'libuhd4_0_0' 'libuhttpmock-0_0-0' 'libulfius2_6' 'libulockmgr1' 'libuna-devel' 'libuna-tools' 'libuna1' 'libunbound-devel-mini' 'libunibreak-devel' 'libunibreak3' 'libunicap-devel' 'libunicap2' 'libunicap2-32bit' 'libuninameslist-devel' 'libuninameslist1' 'libunique-1_0-0' 'libunique1-devel' 'libuniraum0' 'libuniraum0-debuginfo' 'libunistring-devel' 'libunistring-devel-32bit' 'libunrar-devel' 'libunrar5_9_4' 'libunshield0' 'libunwind-devel' 'libupb12' 'libupm1' 'libupnp-devel' 'libupnp17-32bit' 'libupower-glib-devel' 'libupsclient1' 'liburcu-devel' 'liburcu6-32bit' 'liburfkill-glib-devel' 'liburfkill-glib0' 'liburing-devel' 'liburiparser1' 'liburiparser1-32bit' 'libusb-0_1-4' 'libusb-0_1-4-32bit' 'libusb-1_0-devel' 'libusb-1_0-devel-32bit' 'libusb-compat-devel' 'libusb3380-0' 'libusb3380-devel' 'libusbauth-configparser-devel' 'libusbauth-configparser1' 'libusbguard0' 'libusbgx-devel' 'libusbgx-tools' 'libusbgx2' 'libusbmuxd-devel' 'libusbmuxd-tools' 'libusbmuxd6-32bit' 'libusbprog0' 'libusrp-3_4_4+git_20190808-0' 'libusrp-devel' 'libustr-1_0-1' 'libustr-1_0-1-32bit' 'libustr-devel' 'libut1' 'libutempter0-32bit' 'libuuid-devel' 'libuuid-devel-32bit' 'libuuid-devel-static' 'libuv-devel' 'libuv1-32bit' 'libuwac0-0' 'libv3270-5_3' 'libv3270-devel' 'libv4l-32bit' 'libv4l-devel' 'libv4l-devel-32bit' 'libv4l2rds0' 'libv4l2rds0-32bit' 'libva-devel' 'libva-devel-32bit' 'libva-gl-devel' 'libva-gl-devel-32bit' 'libva-glx2-32bit' 'libva-utils' 'libva-wayland2-32bit' 'libvacuumutils37' 'libvala-0_48-0' 'libvala-0_48-devel' 'libvaladoc-0_48-0' 'libvaladoc-0_48-devel' 'libvamp-hostsdk3' 'libvamp-hostsdk3-32bit' 'libvamp-sdk2' 'libvamp-sdk2-32bit' 'libvarnishapi2' 'libvbr2' 'libvc-devel' 'libvc0' 'libvcdinfo0' 'libvcdinfo0-32bit' 'libvdehist-devel' 'libvdehist0' 'libvdemgmt-devel' 'libvdemgmt0' 'libvdeplug-devel' 'libvdesnmp-devel' 'libvdesnmp0' 'libvdpau-devel' 'libvdpau-devel-32bit' 'libvdpau1-32bit' 'libvdpau_nouveau-32bit' 'libvdpau_r300' 'libvdpau_r300-32bit' 'libvdpau_r600' 'libvdpau_r600-32bit' 'libvdpau_radeonsi' 'libvdpau_radeonsi-32bit' 'libvdpau_trace1' 'libvdpau_trace1-32bit' 'libvdpau_va_gl1' 'libvdpau_va_gl1-32bit' 'libventrilo3-0' 'libventrilo3-devel' 'libverto-devel' 'libverto-devel-32bit' 'libverto-glib-devel' 'libverto-glib1' 'libverto-glib1-32bit' 'libverto-libev-devel' 'libverto-libev1' 'libverto-libev1-32bit' 'libverto-tevent-devel' 'libverto-tevent1' 'libverto-tevent1-32bit' 'libvhdi-devel' 'libvhdi-tools' 'libvhdi1' 'libvidstab-devel' 'libvidstab1_1-32bit' 'libvigraimpex11-32bit' 'libvips-devel' 'libvips42' 'libvirt' 'libvirt-admin' 'libvirt-cim' 'libvirt-daemon-config-nwfilter' 'libvirt-daemon-driver-libxl' 'libvirt-daemon-driver-lxc' 'libvirt-daemon-hooks' 'libvirt-daemon-lxc' 'libvirt-daemon-xen' 'libvirt-dbus' 'libvirt-devel' 'libvirt-devel-32bit' 'libvirt-doc' 'libvirt-glib-devel' 'libvirt-lock-sanlock' 'libvirt-nss' 'libvirt-sandbox-1_0-5' 'libvirt-sandbox-devel' 'libvisio-devel' 'libvisio-devel-doc' 'libvisio-tools' 'libvisio2svg-devel' 'libvisio2svg0' 'libvisual-32bit' 'libvisual-devel' 'libvkd3d-utils1' 'libvkd3d-utils1-32bit' 'libvlc-gtk0' 'libvlc-gtk0-debuginfo' 'libvlc123' 'libvlc123-debuginfo' 'libvlc5-debuginfo' 'libvlccore123' 'libvlccore123-debuginfo' 'libvlccore9-debuginfo' 'libvma' 'libvma-devel' 'libvma9' 'libvmdk-devel' 'libvmdk-tools' 'libvmdk1' 'libvmem-devel' 'libvmem1' 'libvmime-devel' 'libvmime-kopano3' 'libvmmalloc-devel' 'libvmmalloc1' 'libvmtools-devel' 'libvmtools0' 'libvncserver1' 'libvo-aacenc-devel' 'libvo-aacenc0' 'libvo-aacenc0-32bit' 'libvo-aacenc0-32bit-debuginfo' 'libvo-aacenc0-debuginfo' 'libvo-amrwbenc-devel' 'libvo-amrwbenc0-32bit' 'libvo-amrwbenc0-32bit-debuginfo' 'libvo-amrwbenc0-debuginfo' 'libvoikko-devel' 'libvoikko1' 'libvoikko1-32bit' 'libvolk2_3' 'libvorbis-devel' 'libvorbis-devel-32bit' 'libvorbis-doc' 'libvoro++0' 'libvotca_csg6' 'libvotca_ctp5' 'libvotca_tools6' 'libvotca_xtp6' 'libvotequorum8' 'libvotequorum8-32bit' 'libvpd2' 'libvpd2-32bit' 'libvpd2-devel' 'libvpd2-devel-32bit' 'libvpx-devel' 'libvpx6-32bit' 'libvshadow-devel' 'libvshadow-tools' 'libvshadow1' 'libvslvm-devel' 'libvslvm-tools' 'libvslvm1' 'libvsqlitepp3' 'libvted-3-0' 'libvterm-devel' 'libvterm-tools' 'libvtk1' 'libvtk1-openmpi1' 'libvtk1-openmpi2' 'libvtk1-openmpi3' 'libwacom-devel' 'libwacom-tools' 'libwacom2-32bit' 'libwaffle-1-0' 'libwapcaplet-devel' 'libwapcaplet0' 'libwavpack1-32bit' 'libwayland-server0-32bit' 'libwaylandpp0' 'libwbclient-devel' 'libwbxml2-1' 'libwbxml2-devel' 'libwcs7' 'libwebcam-devel' 'libwebcam0' 'libwebkit2gtk-4_0-37-32bit' 'libwebp-devel' 'libwebp-devel-32bit' 'libwebpdecoder3' 'libwebpdecoder3-32bit' 'libwebpdemux2-32bit' 'libwebpmux3-32bit' 'libwebrtc_audio_processing-devel' 'libwebrtc_audio_processing-devel-static' 'libwebrtc_audio_processing1-32bit' 'libwebsockets-devel' 'libwebsockets16' 'libwebvfx1' 'libweed-devel' 'libweed0' 'libweed0-debuginfo' 'libweston-9' 'libweston-9-0' 'libweston-desktop-9-0' 'libwget-devel' 'libwget0' 'libwhich' 'libwiiuse0' 'libwim15' 'libwireshark13' 'libwiretap10' 'libwkhtmltox0' 'libwlroots6' 'libwmf-0_2-7-32bit' 'libwmf-devel' 'libwmf-gnome' 'libwmf-gnome-32bit' 'libwmf-tools' 'libwnck-1-22' 'libwnck-1-22-32bit' 'libwnck-3-0' 'libwnck-3-0-32bit' 'libwnck-devel' 'libwnck-lang' 'libwnck-tools' 'libwnck2-devel' 'libwnck2-lang' 'libwnn0' 'libwoff2common1_0_2-32bit' 'libwoff2dec1_0_2-32bit' 'libwoff2enc1_0_2' 'libwoff2enc1_0_2-32bit' 'libwpd-devel' 'libwpd-devel-doc' 'libwpd-tools' 'libwpe-1_0-1-32bit' 'libwpe-devel' 'libwpg-devel' 'libwpg-devel-doc' 'libwpg-tools' 'libwps-devel' 'libwps-tools' 'libwrc-devel' 'libwrc-tools' 'libwrc1' 'libwslay0' 'libwsman-devel' 'libwsman3' 'libwsman_client5' 'libwsman_clientpp-devel' 'libwsman_clientpp1' 'libwsutil11' 'libwtdbo4_4_0' 'libwtdbomysql4_4_0' 'libwtdbopostgres4_4_0' 'libwv-1_2-4' 'libwv2-4' 'libwx_baseu-2_8-0-compat-lib-wxcontainer' 'libwx_baseu-2_8-0-wxcontainer' 'libwx_baseu-2_8-0-wxcontainer-32bit' 'libwx_baseu-2_8-0-wxcontainer-32bit-debuginfo' 'libwx_baseu-2_8-0-wxcontainer-debuginfo' 'libwx_baseu-suse-nostl3_0_4' 'libwx_baseu-suse-nostl4_0_0' 'libwx_baseu-suse3_0_4-32bit' 'libwx_baseu_net-2_8-0-compat-lib-wxcontainer' 'libwx_baseu_net-2_8-0-wxcontainer' 'libwx_baseu_net-2_8-0-wxcontainer-32bit' 'libwx_baseu_net-2_8-0-wxcontainer-32bit-debuginfo' 'libwx_baseu_net-2_8-0-wxcontainer-debuginfo' 'libwx_baseu_net-suse-nostl3_0_4' 'libwx_baseu_net-suse-nostl4_0_0' 'libwx_baseu_net-suse3_0_4-32bit' 'libwx_baseu_xml-2_8-0-compat-lib-wxcontainer' 'libwx_baseu_xml-2_8-0-wxcontainer' 'libwx_baseu_xml-2_8-0-wxcontainer-32bit' 'libwx_baseu_xml-2_8-0-wxcontainer-32bit-debuginfo' 'libwx_baseu_xml-2_8-0-wxcontainer-debuginfo' 'libwx_baseu_xml-suse-nostl3_0_4' 'libwx_baseu_xml-suse-nostl4_0_0' 'libwx_baseu_xml-suse3_0_4-32bit' 'libwx_gtk2u_adv-2_8-0-compat-lib-wxcontainer' 'libwx_gtk2u_adv-2_8-0-wxcontainer' 'libwx_gtk2u_adv-2_8-0-wxcontainer-32bit' 'libwx_gtk2u_adv-2_8-0-wxcontainer-32bit-debuginfo' 'libwx_gtk2u_adv-2_8-0-wxcontainer-debuginfo' 'libwx_gtk2u_adv-suse-nostl3_0_4' 'libwx_gtk2u_adv-suse3_0_4-32bit' 'libwx_gtk2u_adv-suse4_0_0' 'libwx_gtk2u_aui-2_8-0-compat-lib-wxcontainer' 'libwx_gtk2u_aui-2_8-0-wxcontainer' 'libwx_gtk2u_aui-2_8-0-wxcontainer-32bit' 'libwx_gtk2u_aui-2_8-0-wxcontainer-32bit-debuginfo' 'libwx_gtk2u_aui-2_8-0-wxcontainer-debuginfo' 'libwx_gtk2u_aui-suse-nostl3_0_4' 'libwx_gtk2u_aui-suse3_0_4-32bit' 'libwx_gtk2u_aui-suse4_0_0' 'libwx_gtk2u_core-2_8-0-compat-lib-wxcontainer' 'libwx_gtk2u_core-2_8-0-wxcontainer' 'libwx_gtk2u_core-2_8-0-wxcontainer-32bit' 'libwx_gtk2u_core-2_8-0-wxcontainer-32bit-debuginfo' 'libwx_gtk2u_core-2_8-0-wxcontainer-debuginfo' 'libwx_gtk2u_core-suse-nostl3_0_4' 'libwx_gtk2u_core-suse3_0_4-32bit' 'libwx_gtk2u_core-suse4_0_0' 'libwx_gtk2u_fl-2_8-0-compat-lib-wxcontainer' 'libwx_gtk2u_fl-2_8-0-wxcontainer' 'libwx_gtk2u_fl-2_8-0-wxcontainer-32bit' 'libwx_gtk2u_fl-2_8-0-wxcontainer-32bit-debuginfo' 'libwx_gtk2u_fl-2_8-0-wxcontainer-debuginfo' 'libwx_gtk2u_gizmos-2_8-0-compat-lib-wxcontainer' 'libwx_gtk2u_gizmos-2_8-0-wxcontainer' 'libwx_gtk2u_gizmos-2_8-0-wxcontainer-32bit' 'libwx_gtk2u_gizmos-2_8-0-wxcontainer-32bit-debuginfo' 'libwx_gtk2u_gizmos-2_8-0-wxcontainer-debuginfo' 'libwx_gtk2u_gizmos_xrc-2_8-0-compat-lib-wxcontainer' 'libwx_gtk2u_gizmos_xrc-2_8-0-wxcontainer' 'libwx_gtk2u_gizmos_xrc-2_8-0-wxcontainer-32bit' 'libwx_gtk2u_gizmos_xrc-2_8-0-wxcontainer-32bit-debuginfo' 'libwx_gtk2u_gizmos_xrc-2_8-0-wxcontainer-debuginfo' 'libwx_gtk2u_gl-2_8-0-compat-lib-wxcontainer' 'libwx_gtk2u_gl-2_8-0-wxcontainer' 'libwx_gtk2u_gl-2_8-0-wxcontainer-32bit' 'libwx_gtk2u_gl-2_8-0-wxcontainer-32bit-debuginfo' 'libwx_gtk2u_gl-2_8-0-wxcontainer-debuginfo' 'libwx_gtk2u_gl-suse-nostl3_0_4' 'libwx_gtk2u_gl-suse3_0_4-32bit' 'libwx_gtk2u_gl-suse4_0_0' 'libwx_gtk2u_html-2_8-0-compat-lib-wxcontainer' 'libwx_gtk2u_html-2_8-0-wxcontainer' 'libwx_gtk2u_html-2_8-0-wxcontainer-32bit' 'libwx_gtk2u_html-2_8-0-wxcontainer-32bit-debuginfo' 'libwx_gtk2u_html-2_8-0-wxcontainer-debuginfo' 'libwx_gtk2u_html-suse-nostl3_0_4' 'libwx_gtk2u_html-suse3_0_4-32bit' 'libwx_gtk2u_html-suse4_0_0' 'libwx_gtk2u_media-suse-nostl3_0_4' 'libwx_gtk2u_media-suse3_0_4' 'libwx_gtk2u_media-suse3_0_4-32bit' 'libwx_gtk2u_media-suse4_0_0' 'libwx_gtk2u_mmedia-2_8-0-compat-lib-wxcontainer' 'libwx_gtk2u_mmedia-2_8-0-wxcontainer' 'libwx_gtk2u_mmedia-2_8-0-wxcontainer-32bit' 'libwx_gtk2u_mmedia-2_8-0-wxcontainer-32bit-debuginfo' 'libwx_gtk2u_mmedia-2_8-0-wxcontainer-debuginfo' 'libwx_gtk2u_ogl-2_8-0-compat-lib-wxcontainer' 'libwx_gtk2u_ogl-2_8-0-wxcontainer' 'libwx_gtk2u_ogl-2_8-0-wxcontainer-32bit' 'libwx_gtk2u_ogl-2_8-0-wxcontainer-32bit-debuginfo' 'libwx_gtk2u_ogl-2_8-0-wxcontainer-debuginfo' 'libwx_gtk2u_plot-2_8-0-compat-lib-wxcontainer' 'libwx_gtk2u_plot-2_8-0-wxcontainer' 'libwx_gtk2u_plot-2_8-0-wxcontainer-32bit' 'libwx_gtk2u_plot-2_8-0-wxcontainer-32bit-debuginfo' 'libwx_gtk2u_plot-2_8-0-wxcontainer-debuginfo' 'libwx_gtk2u_propgrid-suse-nostl3_0_4' 'libwx_gtk2u_propgrid-suse3_0_4' 'libwx_gtk2u_propgrid-suse3_0_4-32bit' 'libwx_gtk2u_propgrid-suse4_0_0' 'libwx_gtk2u_qa-2_8-0-compat-lib-wxcontainer' 'libwx_gtk2u_qa-2_8-0-wxcontainer' 'libwx_gtk2u_qa-2_8-0-wxcontainer-32bit' 'libwx_gtk2u_qa-2_8-0-wxcontainer-32bit-debuginfo' 'libwx_gtk2u_qa-2_8-0-wxcontainer-debuginfo' 'libwx_gtk2u_qa-suse-nostl3_0_4' 'libwx_gtk2u_qa-suse3_0_4-32bit' 'libwx_gtk2u_qa-suse4_0_0' 'libwx_gtk2u_ribbon-suse-nostl3_0_4' 'libwx_gtk2u_ribbon-suse3_0_4' 'libwx_gtk2u_ribbon-suse3_0_4-32bit' 'libwx_gtk2u_ribbon-suse4_0_0' 'libwx_gtk2u_richtext-2_8-0-compat-lib-wxcontainer' 'libwx_gtk2u_richtext-2_8-0-wxcontainer' 'libwx_gtk2u_richtext-2_8-0-wxcontainer-32bit' 'libwx_gtk2u_richtext-2_8-0-wxcontainer-32bit-debuginfo' 'libwx_gtk2u_richtext-2_8-0-wxcontainer-debuginfo' 'libwx_gtk2u_richtext-suse-nostl3_0_4' 'libwx_gtk2u_richtext-suse3_0_4' 'libwx_gtk2u_richtext-suse3_0_4-32bit' 'libwx_gtk2u_richtext-suse4_0_0' 'libwx_gtk2u_stc-2_8-0-compat-lib-wxcontainer' 'libwx_gtk2u_stc-2_8-0-wxcontainer' 'libwx_gtk2u_stc-2_8-0-wxcontainer-32bit' 'libwx_gtk2u_stc-2_8-0-wxcontainer-32bit-debuginfo' 'libwx_gtk2u_stc-2_8-0-wxcontainer-debuginfo' 'libwx_gtk2u_stc-suse-nostl3_0_4' 'libwx_gtk2u_stc-suse3_0_4' 'libwx_gtk2u_stc-suse3_0_4-32bit' 'libwx_gtk2u_stc-suse4_0_0' 'libwx_gtk2u_svg-2_8-0-compat-lib-wxcontainer' 'libwx_gtk2u_svg-2_8-0-wxcontainer' 'libwx_gtk2u_svg-2_8-0-wxcontainer-32bit' 'libwx_gtk2u_svg-2_8-0-wxcontainer-32bit-debuginfo' 'libwx_gtk2u_svg-2_8-0-wxcontainer-debuginfo' 'libwx_gtk2u_xrc-2_8-0-compat-lib-wxcontainer' 'libwx_gtk2u_xrc-2_8-0-wxcontainer' 'libwx_gtk2u_xrc-2_8-0-wxcontainer-32bit' 'libwx_gtk2u_xrc-2_8-0-wxcontainer-32bit-debuginfo' 'libwx_gtk2u_xrc-2_8-0-wxcontainer-debuginfo' 'libwx_gtk2u_xrc-suse-nostl3_0_4' 'libwx_gtk2u_xrc-suse3_0_4-32bit' 'libwx_gtk2u_xrc-suse4_0_0' 'libwx_gtk3u_adv-suse-nostl4_0_0' 'libwx_gtk3u_adv-suse4_0_0' 'libwx_gtk3u_aui-suse-nostl4_0_0' 'libwx_gtk3u_core-suse-nostl4_0_0' 'libwx_gtk3u_gl-suse-nostl4_0_0' 'libwx_gtk3u_html-suse-nostl4_0_0' 'libwx_gtk3u_media-suse-nostl4_0_0' 'libwx_gtk3u_media-suse4_0_0' 'libwx_gtk3u_propgrid-suse-nostl4_0_0' 'libwx_gtk3u_propgrid-suse4_0_0' 'libwx_gtk3u_qa-suse-nostl4_0_0' 'libwx_gtk3u_ribbon-suse-nostl4_0_0' 'libwx_gtk3u_ribbon-suse4_0_0' 'libwx_gtk3u_richtext-suse-nostl4_0_0' 'libwx_gtk3u_richtext-suse4_0_0' 'libwx_gtk3u_stc-suse-nostl4_0_0' 'libwx_gtk3u_stc-suse4_0_0' 'libwx_gtk3u_webview-suse4_0_0' 'libwx_gtk3u_xrc-suse-nostl4_0_0' 'libwx_qtu_adv-suse4_0_0' 'libwx_qtu_aui-suse4_0_0' 'libwx_qtu_core-suse4_0_0' 'libwx_qtu_gl-suse4_0_0' 'libwx_qtu_html-suse4_0_0' 'libwx_qtu_media-suse4_0_0' 'libwx_qtu_propgrid-suse4_0_0' 'libwx_qtu_qa-suse4_0_0' 'libwx_qtu_ribbon-suse4_0_0' 'libwx_qtu_richtext-suse4_0_0' 'libwx_qtu_stc-suse4_0_0' 'libwx_qtu_xrc-suse4_0_0' 'libwxcode_gtk2u_wxsqlite3-3_0-0' 'libwxlua' 'libwxstedit-wx30gtk2u-1_6_0' 'libwxsvg-devel' 'libwxsvg3' 'libx264' 'libx264-160-32bit' 'libx264-160-32bit-debuginfo' 'libx264-160-debuginfo' 'libx264-debugsource' 'libx264-devel' 'libx264-x264' 'libx264-x264-debugsource' 'libx265-192-32bit' 'libx265-192-32bit-debuginfo' 'libx265-192-debuginfo' 'libx265-devel' 'libx86-1' 'libx86-devel' 'libx86-devel-static' 'libx86emu-devel' 'libxalan-c-devel' 'libxalan-c112' 'libxapian-devel' 'libxapian30-32bit' 'libxapp-devel' 'libxapp1' 'libxar-devel' 'libxar1' 'libxatracker-devel' 'libxatracker2' 'libxbase64-1' 'libxbrz-1_7' 'libxbsql0' 'libxc-devel' 'libxc5' 'libxcam-devel' 'libxcam1' 'libxcb-composite0-32bit' 'libxcb-cursor0-32bit' 'libxcb-damage0-32bit' 'libxcb-devel' 'libxcb-devel-32bit' 'libxcb-devel-doc' 'libxcb-dpms0-32bit' 'libxcb-errors0' 'libxcb-errors0-32bit' 'libxcb-ewmh2' 'libxcb-ewmh2-32bit' 'libxcb-icccm4-32bit' 'libxcb-image0-32bit' 'libxcb-keysyms1-32bit' 'libxcb-record0-32bit' 'libxcb-render-util0-32bit' 'libxcb-res0-32bit' 'libxcb-screensaver0' 'libxcb-screensaver0-32bit' 'libxcb-shape0-32bit' 'libxcb-util1-32bit' 'libxcb-xf86dri0' 'libxcb-xf86dri0-32bit' 'libxcb-xfixes0-32bit' 'libxcb-xinerama0-32bit' 'libxcb-xinput0-32bit' 'libxcb-xkb1-32bit' 'libxcb-xrm0' 'libxcb-xtest0' 'libxcb-xtest0-32bit' 'libxcb-xv0-32bit' 'libxcb-xvmc0' 'libxcb-xvmc0-32bit' 'libxcfun2' 'libxclass-0_9_2' 'libxcrypt-devel-32bit' 'libxcrypt-devel-static' 'libxdg-basedir-devel' 'libxdg-basedir1' 'libxerces-c-3_2-32bit' 'libxerces-c-devel' 'libxfce4panel-1_0-4' 'libxfce4panel-2_0-4' 'libxfce4ui-1-0' 'libxfce4ui-2-0' 'libxfce4ui-branding-openSUSE' 'libxfce4ui-branding-upstream' 'libxfce4ui-devel' 'libxfce4ui-doc' 'libxfce4ui-lang' 'libxfce4ui-tools' 'libxfce4util-devel' 'libxfce4util-lang' 'libxfce4util-tools' 'libxfce4util7' 'libxfconf-0-3' 'libxfconf-devel' 'libxfdashboard0' 'libxine-devel' 'libxine2' 'libxine2-32bit' 'libxine2-32bit-debuginfo' 'libxine2-codecs' 'libxine2-debuginfo' 'libxine2-jack' 'libxine2-jack-debuginfo' 'libxine2-pulse' 'libxine2-pulse-debuginfo' 'libxine2-sdl' 'libxine2-sdl-debuginfo' 'libxkbcommon-devel' 'libxkbcommon-devel-32bit' 'libxkbcommon-tools' 'libxkbcommon-x11-0-32bit' 'libxkbcommon-x11-devel' 'libxkbcommon-x11-devel-32bit' 'libxkbfile-devel' 'libxkbfile-devel-32bit' 'libxkbfile1-32bit' 'libxkbregistry-devel' 'libxkbregistry0' 'libxkbui-devel' 'libxkbui-devel-32bit' 'libxkbui1' 'libxkbui1-32bit' 'libxklavier-devel' 'libxklavier-doc' 'libxklavier16-32bit' 'libxls-devel' 'libxls-tools' 'libxlsreader8' 'libxmi0' 'libxml++-2_6-2-32bit' 'libxml++-3_0-1-32bit' 'libxml++-devel' 'libxml++26-devel' 'libxml-security-c-devel' 'libxml-security-c20' 'libxml2-devel' 'libxml2-devel-32bit' 'libxml2-doc' 'libxmlb-devel' 'libxmlbird1' 'libxmlrpc++8' 'libxmlrpc3' 'libxmlrpc_abyss++8' 'libxmlrpc_abyss3' 'libxmlrpc_client++8' 'libxmlrpc_client3' 'libxmlrpc_cpp8' 'libxmlrpc_packetsocket8' 'libxmlrpc_server++8' 'libxmlrpc_server3' 'libxmlrpc_server_abyss++8' 'libxmlrpc_server_abyss3' 'libxmlrpc_server_cgi++8' 'libxmlrpc_server_cgi3' 'libxmlrpc_server_pstream++8' 'libxmlrpc_util++8' 'libxmlrpc_util4' 'libxmlsec1-gcrypt1' 'libxmlsec1-gnutls1' 'libxmlsec1-openssl1' 'libxmltooling-devel' 'libxmltooling-lite8' 'libxmltooling8' 'libxmp-devel' 'libxmp4' 'libxosd2' 'libxpaintrw0' 'libxpaintrw0-debuginfo' 'libxplayer-plparser-mini18' 'libxplayer-plparser-mini18-32bit' 'libxplayer-plparser18' 'libxplayer-plparser18-32bit' 'libxreaderdocument3' 'libxreaderview3' 'libxshmfence-devel' 'libxslt-devel' 'libxslt-devel-32bit' 'libxspf-devel' 'libxspf4' 'libxtables-devel' 'libxtermcap1_0' 'libxtract-devel' 'libxtract0' 'libxtract0' 'libxtract0-debuginfo' 'libxtract0-debugsource' 'libxtrx-devel' 'libxtrx0' 'libxtrx_lms7002m0_0_0-SUSE' 'libxtrxdsp-devel' 'libxtrxdsp0' 'libxtrxll-devel' 'libxtrxll0' 'libxvidcore-devel' 'libxvidcore4-32bit' 'libxvidcore4-32bit-debuginfo' 'libxvidcore4-debuginfo' 'libxy4' 'libyajl-devel' 'libyajl-devel-32bit' 'libyajl-devel-static' 'libyajl2-32bit' 'libyami-devel' 'libyami-utils' 'libyami1' 'libyaml-devel' 'libyang-cpp-devel' 'libyang-cpp1' 'libyang-devel' 'libyang-doc' 'libyang-extentions' 'libyang1' 'libyara-devel' 'libyara4' 'libyate6' 'libyate6-debuginfo' 'libyaz-devel' 'libyaz-devel-32bit' 'libyaz5' 'libyaz5-32bit' 'libyder1_4' 'libyelp0' 'libykclient-devel' 'libykclient3' 'libykcs11-1' 'libykcs11-devel' 'libykpers-devel' 'libykpiv-devel' 'libykpiv1' 'libyubikey-devel' 'libyubikey-tools' 'libyui-devel' 'libyui-doc' 'libyui-ncurses-devel' 'libyui-ncurses-doc' 'libyui-ncurses-pkg-devel' 'libyui-ncurses-pkg-doc' 'libyui-ncurses-rest-api-devel' 'libyui-ncurses-rest-api13' 'libyui-ncurses-tools' 'libyui-qt-devel' 'libyui-qt-doc' 'libyui-qt-graph-devel' 'libyui-qt-graph-doc' 'libyui-qt-pkg-devel' 'libyui-qt-pkg-doc' 'libyui-qt-rest-api-devel' 'libyui-qt-rest-api13' 'libyui-rest-api-devel' 'libyui-rest-api13' 'libz3-4_8' 'libzapojit-0_0-0' 'libzapojit-devel' 'libzbar-devel' 'libzbar0-32bit' 'libzbarqt-devel' 'libzbarqt0' 'libzbarqt0-32bit' 'libzbc-5_9_0' 'libzbc-devel' 'libzbc-gui' 'libzbc-tools' 'libzck-devel' 'libzebra1' 'libzeitgeist-1_0-1' 'libzeitgeist-1_0-1-32bit' 'libzeitgeist-devel' 'libzen-devel' 'libzen0' 'libzen0-32bit' 'libzfp0' 'libzhuyin13' 'libzhuyin13-32bit' 'libzimg2-32bit' 'libzinnia0' 'libzio-devel' 'libzio1-32bit' 'libzip-devel' 'libzip-tools' 'libzip5-32bit' 'libzipkin-cpp-opentracing0' 'libzita-convolver4-32bit' 'libzita-resampler1' 'libzlui0_99' 'libzmf-devel' 'libzmf-devel-doc' 'libzmf-tools' 'libzmq5-32bit' 'libzmusic1' 'libzn_poly-0_9' 'libzopfli-devel' 'libzopfli1' 'libzopflipng1' 'libzrtpcpp-devel' 'libzrtpcpp4' 'libzsolve0' 'libzstd-devel' 'libzstd-devel-static' 'libzvbi-chains0' 'libzvbi-chains0-32bit' 'libzvbi0-32bit' 'libzypp-devel' 'libzypp-devel-doc' 'libzypp-testsuite-tools' 'libzzip-0-13-32bit' 'lifelines' 'liferea' 'liferea-lang' 'light-locker' 'light-locker-lang' 'lightdm-gobject-devel' 'lightdm-gtk-greeter-branding-upstream' 'lightdm-gtk-greeter-settings' 'lightdm-gtk-greeter-settings-lang' 'lightdm-qt5-devel' 'lightdm-slick-greeter' 'lightdm-slick-greeter-branding-openSUSE' 'lightdm-slick-greeter-branding-upstream' 'lightdm-slick-greeter-lang' 'lightmediascanner' 'lightmediascanner-devel' 'lightsoff' 'lightsoff-lang' 'lightspark' 'lightspark' 'lightspark-debuginfo' 'lightspark-debugsource' 'lightspark-lang' 'lightspark-plugin' 'lightspark-plugin-debuginfo' 'lightstep-tracer-cpp-devel' 'lightstep-tracer-cpp-source' 'lighttpd' 'lighttpd-mod_authn_gssapi' 'lighttpd-mod_authn_ldap' 'lighttpd-mod_authn_mysql' 'lighttpd-mod_authn_pam' 'lighttpd-mod_authn_sasl' 'lighttpd-mod_cml' 'lighttpd-mod_magnet' 'lighttpd-mod_maxminddb' 'lighttpd-mod_mysql_vhost' 'lighttpd-mod_rrdtool' 'lighttpd-mod_trigger_b4_dl' 'lighttpd-mod_vhostdb_dbi' 'lighttpd-mod_vhostdb_ldap' 'lighttpd-mod_vhostdb_mysql' 'lighttpd-mod_vhostdb_pgsql' 'lighttpd-mod_webdav' 'lilv' 'lilypond' 'lilypond-doc' 'lilypond-doc-cs' 'lilypond-doc-de' 'lilypond-doc-es' 'lilypond-doc-fr' 'lilypond-doc-hu' 'lilypond-doc-it' 'lilypond-doc-ja' 'lilypond-doc-nl' 'lilypond-doc-zh' 'lilypond-emmentaler-fonts' 'lilypond-fonts-common' 'lilypond-texgy-fonts' 'lime-devel' 'limesuite' 'limesuite-devel' 'limesuite-udev' 'linbox-devel' 'link-grammar' 'link-grammar-devel' 'linkloop' 'links' 'linphone' 'linphone-cli' 'linssid' 'linstor-common' 'linstor-controller' 'linstor-satellite' 'linux-atm' 'linux-atm-devel' 'linux-ftools' 'linux-libertine-fonts' 'linux32' 'linux_logo' 'linuxconsoletools' 'linuxptp' 'linuxrc' 'linuxrc-devtools' 'linuxsampler' 'linuxsampler' 'linuxsampler-debuginfo' 'linuxsampler-debugsource' 'linuxsampler-doc' 'liquidhaskell' 'liquidshell' 'liquidshell' 'liquidshell-debuginfo' 'liquidshell-debugsource' 'liquidshell-lang' 'lirc-config' 'lirc-core' 'lirc-devel' 'lirc-disable-kernel-rc' 'lirc-drv-ftdi' 'lirc-tools-gui' 'listres' 'litetran' 'littleb-devel' 'littleb-examples' 'littlewizard' 'littlewizard-devel' 'littlewizard-examples' 'live-add-yast-repos' 'live-fat-stick' 'live-grub-stick' 'live-kiwi-hook' 'live-langset-data' 'live-net-installer' 'live-usb-gui' 'live555' 'live555-devel' 'liveMedia' 'liveMedia' 'liveMedia-debuginfo' 'liveMedia-debugsource' 'livedtd' 'lklug-fonts' 'lksctp-tools-devel' 'llcbench' 'lld' 'lld10' 'lld7' 'lld8' 'lld9' 'lldb' 'lldb-devel' 'lldb10' 'lldb10-devel' 'lldb7' 'lldb7-devel' 'lldb8' 'lldb8-devel' 'lldb9' 'lldb9-devel' 'lldpd' 'lldpd-devel' 'llmnrd' 'llvm' 'llvm-LTO-devel' 'llvm-devel' 'llvm-gold' 'llvm-vim-plugins' 'llvm10' 'llvm10-LTO-devel' 'llvm10-LTO-devel-32bit' 'llvm10-devel' 'llvm10-devel-32bit' 'llvm10-doc' 'llvm10-gold' 'llvm10-opt-viewer' 'llvm10-polly' 'llvm10-polly-devel' 'llvm10-vim-plugins' 'llvm7' 'llvm7-LTO-devel' 'llvm7-LTO-devel-32bit' 'llvm7-devel' 'llvm7-devel-32bit' 'llvm7-gold' 'llvm7-opt-viewer' 'llvm7-polly' 'llvm7-polly-devel' 'llvm7-vim-plugins' 'llvm8' 'llvm8-LTO-devel' 'llvm8-LTO-devel-32bit' 'llvm8-devel' 'llvm8-devel-32bit' 'llvm8-gold' 'llvm8-opt-viewer' 'llvm8-polly' 'llvm8-polly-devel' 'llvm8-vim-plugins' 'llvm9' 'llvm9-LTO-devel' 'llvm9-LTO-devel-32bit' 'llvm9-devel' 'llvm9-devel-32bit' 'llvm9-doc' 'llvm9-gold' 'llvm9-opt-viewer' 'llvm9-polly' 'llvm9-polly-devel' 'llvm9-vim-plugins' 'lmarbles' 'lmdb' 'lmdb-devel' 'lmdbxx' 'lmdbxx-devel' 'lmms' 'lmms-devel' 'lmms-vst' 'lnav' 'lndir' 'loadlin' 'lockdev-devel' 'lockfile' 'lodepng-devel' 'log4cplus-devel' 'log4cpp-devel' 'log4cpp-doc' 'log4j' 'log4j-javadoc' 'log4j-jcl' 'log4j-over-slf4j' 'log4j-slf4j' 'log4j12' 'log4j12-javadoc' 'log4j12-manual' 'log4j12-mini' 'log4net' 'logback' 'logback-access' 'logback-examples' 'logback-javadoc' 'logdigest' 'logstalgia' 'logtail' 'logtop' 'logwarn' 'logwarn-nagios-plugin' 'logwatch' 'lokalize' 'lokalize-lang' 'lollypop' 'lollypop-lang' 'lomoco' 'lomt-blackout-fonts' 'lomt-chunk-fonts' 'lomt-fanwood-fonts' 'lomt-goudybookletter-fonts' 'lomt-junction-fonts' 'lomt-knewave-fonts' 'lomt-leaguegothic-fonts' 'lomt-lindenhill-fonts' 'lomt-orbitron-fonts' 'lomt-ostrichsans-fonts' 'lomt-prociono-fonts' 'lomt-script1-fonts' 'lomt-sniglet-fonts' 'lomt-sortsmillgoudy-fonts' 'lonote' 'lookbook' 'loook' 'loudmouth' 'loudmouth-debugsource' 'loudmouth-devel' 'loudmouth-doc' 'lout' 'love' 'love-0_7_2' 'lpairs' 'lpe' 'lpsolve' 'lpsolve-devel' 'lrslib' 'lrslib-devel' 'lsb' 'lsdvd' 'lshw' 'lshw-gui' 'lshw-lang' 'lskat' 'lskat-lang' 'lsp-plugins-doc' 'lsyncd' 'ltrace' 'ltrace-32bit' 'lttng-modules' 'lttng-modules-kmp-default' 'lttng-modules-kmp-pae' 'lttng-tools' 'lttng-tools-devel' 'lttng-ust-devel' 'lttng-ust-doc' 'ltxml' 'ltxml-devel' 'lua-Hamliblua' 'lua-genders' 'lua-libguestfs' 'lua-libprelude' 'lua-lmod' 'lua-lmod-doc' 'lua-macros' 'lua-rrdtool' 'lua51-BitOp' 'lua51-alt-getopt' 'lua51-argparse' 'lua51-busted' 'lua51-cliargs' 'lua51-compat-5.3' 'lua51-copas' 'lua51-coxpcall' 'lua51-devel' 'lua51-dkjson' 'lua51-doc' 'lua51-ldoc' 'lua51-lgi' 'lua51-lgi-doc' 'lua51-loadkit' 'lua51-lpeg' 'lua51-lpeg-doc' 'lua51-lpeg_patterns' 'lua51-lua-ev' 'lua51-lua-ev-devel' 'lua51-luadbi' 'lua51-luaevent' 'lua51-luaexpat' 'lua51-luafilesystem' 'lua51-luaposix' 'lua51-luarocks' 'lua51-luasec' 'lua51-luasocket' 'lua51-luasocket-devel' 'lua51-luasql' 'lua51-luassert' 'lua51-luasystem' 'lua51-luaterm' 'lua51-luv-devel' 'lua51-markdown' 'lua51-mediator_lua' 'lua51-messagepack' 'lua51-moonscript' 'lua51-mpack' 'lua51-penlight' 'lua51-penlight-doc' 'lua51-say' 'lua51-zlib' 'lua53' 'lua53-alt-getopt' 'lua53-argparse' 'lua53-busted' 'lua53-cliargs' 'lua53-compat-5.3' 'lua53-copas' 'lua53-coxpcall' 'lua53-devel' 'lua53-dkjson' 'lua53-doc' 'lua53-editorconfig-core-lua' 'lua53-ldbus' 'lua53-ldoc' 'lua53-lgi' 'lua53-lgi-doc' 'lua53-loadkit' 'lua53-lpeg' 'lua53-lpeg-doc' 'lua53-lpeg_patterns' 'lua53-lua-dbus' 'lua53-lua-ev' 'lua53-lua-ev-devel' 'lua53-lua-mpris' 'lua53-luadbi' 'lua53-luaevent' 'lua53-luaexpat' 'lua53-luafilesystem' 'lua53-luaposix' 'lua53-luarocks' 'lua53-luasec' 'lua53-luasocket' 'lua53-luasocket-devel' 'lua53-luasql' 'lua53-luassert' 'lua53-luasystem' 'lua53-luaterm' 'lua53-luv' 'lua53-luv-devel' 'lua53-markdown' 'lua53-mediator_lua' 'lua53-messagepack' 'lua53-moonscript' 'lua53-mpack' 'lua53-penlight' 'lua53-penlight-doc' 'lua53-say' 'lua53-zlib' 'lua54' 'lua54-alt-getopt' 'lua54-argparse' 'lua54-busted' 'lua54-cliargs' 'lua54-compat-5.3' 'lua54-copas' 'lua54-coxpcall' 'lua54-devel' 'lua54-dkjson' 'lua54-doc' 'lua54-editorconfig-core-lua' 'lua54-ldbus' 'lua54-ldoc' 'lua54-lgi' 'lua54-lgi-doc' 'lua54-loadkit' 'lua54-lpeg' 'lua54-lpeg-doc' 'lua54-lpeg_patterns' 'lua54-lua-dbus' 'lua54-lua-ev' 'lua54-lua-ev-devel' 'lua54-lua-mpris' 'lua54-luadbi' 'lua54-luaevent' 'lua54-luaexpat' 'lua54-luafilesystem' 'lua54-luaposix' 'lua54-luarocks' 'lua54-luasec' 'lua54-luasocket' 'lua54-luasocket-devel' 'lua54-luasql' 'lua54-luassert' 'lua54-luasystem' 'lua54-luaterm' 'lua54-luv' 'lua54-luv-devel' 'lua54-markdown' 'lua54-mediator_lua' 'lua54-messagepack' 'lua54-moonscript' 'lua54-mpack' 'lua54-penlight' 'lua54-penlight-doc' 'lua54-say' 'lua54-zlib' 'luabind-devel' 'luaposix-doc' 'lucene++-devel' 'lucene-analyzers-common' 'lucene-analyzers-smartcn' 'lucene-analyzers-stempel' 'lucene-backward-codecs' 'lucene-classification' 'lucene-codecs' 'lucene-core' 'lucene-grouping' 'lucene-highlighter' 'lucene-join' 'lucene-memory' 'lucene-misc' 'lucene-monitor' 'lucene-queries' 'lucene-queryparser' 'lucene-sandbox' 'lucene-spatial3d' 'luckybackup' 'luckybackup' 'luckybackup-debuginfo' 'luckybackup-debugsource' 'lugaru' 'lugaru-data' 'luminance-hdr' 'luminance-hdr' 'luminance-hdr-debuginfo' 'luminance-hdr-debugsource' 'luminance-hdr-doc' 'luminance-hdr-lang' 'lunar-calendar' 'lunar-calendar-devel' 'lunar-calendar-doc' 'lunar-calendar-gtk3-module' 'lunar-calendar-lang' 'lunar-date' 'lunar-date-devel' 'lunar-date-doc' 'lunar-date-lang' 'luvcview' 'lv' 'lv2' 'lv2-calf-debuginfo' 'lv2-devel' 'lv2-docs' 'lv2-examples' 'lv2-guitarix' 'lv2-linuxsampler' 'lv2-linuxsampler-debuginfo' 'lv2-swh-plugins' 'lv2-zam-plugins' 'lvm2-devel' 'lvm2-lockd' 'lvm2-testsuite' 'lxappearance' 'lxappearance-devel' 'lxappearance-lang' 'lxappearance-obconf' 'lxappearance-obconf-lang' 'lxc' 'lxc-bash-completion' 'lxde' 'lxde-common' 'lxde-common-branding-openSUSE' 'lxde-common-branding-upstream' 'lxdvdrip' 'lxdvdrip' 'lxdvdrip-debuginfo' 'lxdvdrip-debugsource' 'lximage-qt' 'lximage-qt-lang' 'lxinput' 'lxinput-lang' 'lxlauncher' 'lxmenu-data' 'lxpanel' 'lxpanel-devel' 'lxpanel-lang' 'lxqt' 'lxqt-about' 'lxqt-about-lang' 'lxqt-archiver' 'lxqt-archiver-lang' 'lxqt-build-tools-devel' 'lxqt-config' 'lxqt-config-lang' 'lxqt-globalkeys' 'lxqt-globalkeys-devel' 'lxqt-globalkeys-lang' 'lxqt-notificationd' 'lxqt-notificationd-lang' 'lxqt-openssh-askpass' 'lxqt-openssh-askpass-lang' 'lxqt-panel' 'lxqt-panel-devel' 'lxqt-panel-lang' 'lxqt-policykit' 'lxqt-policykit-lang' 'lxqt-powermanagement' 'lxqt-powermanagement-lang' 'lxqt-qtplugin' 'lxqt-runner' 'lxqt-runner-lang' 'lxqt-session' 'lxqt-session-lang' 'lxqt-sudo' 'lxqt-sudo-lang' 'lxqt-theme-openSUSE-default' 'lxqt-theme-openSUSE-leaper' 'lxqt-theme-openSUSE-light' 'lxqt-themes' 'lxrandr' 'lxrandr-lang' 'lxsession' 'lxshortcut' 'lxtask' 'lxtask-lang' 'lxterminal' 'lxterminal-lang' 'lynis' 'lynx' 'lyx' 'lyx-fonts' 'lzfse' 'lzfse-devel' 'lzham_codec-devel' 'lzham_codec-libs' 'lzip' 'lziprecover' 'lzlib-devel' 'lzma-sdk-devel' 'lzo-devel' 'lzo-devel-32bit' 'lzo-devel-static' 'm17n-db' 'm17n-db-lang' 'm17n-lib' 'm17n-lib-devel' 'mISDNuser' 'mISDNuser-devel' 'mac' 'mac-debuginfo' 'mac-robber' 'macchanger' 'machinery' 'machinery-doc' 'macrofusion' 'madplay' 'madplay-lang' 'maelstrom' 'mail_server' 'mailcommon-devel' 'maildir-utils' 'mailgraph' 'mailgraph-apache' 'mailimporter-devel' 'mailprocessing' 'mailutils' 'mailutils-devel' 'mailutils-imap4d' 'mailutils-mh' 'mailutils-notify' 'mailutils-pop3d' 'mairix' 'makebootfat' 'makedepend' 'makedev' 'makeinfo' 'makeinfo4' 'makemkv' 'makemkv' 'makemkv-debugsource' 'makeself' 'makewhat' 'mako' 'malaga-suomi' 'mame' 'mame-data' 'mame-mess' 'mame-tools' 'man-pages-de' 'man-pages-fr' 'man-pages-ja' 'man-pages-nl' 'man-pages-pl' 'man-pages-pt_BR' 'man-pages-ro' 'man-pages-zh_CN' 'manaplus' 'manaplus-lang' 'manchu-fonts' 'mandoc' 'mangler' 'manpageeditor' 'manufacturer-PPDs' 'marble-devel' 'marble-qt' 'marco' 'marco-devel' 'marco-lang' 'marco-themes' 'mariadb-bench' 'mariadb-connector-odbc' 'mariadb-galera' 'mariadb-java-client' 'mariadb-java-client-javadoc' 'mariadb-rpm-macros' 'mariadb-test' 'mariadb-tools' 'marisa' 'marisa-devel' 'markdownpart' 'markdownpart' 'markdownpart-debuginfo' 'markdownpart-debugsource' 'markdownpart-lang' 'massif-visualizer' 'massif-visualizer' 'massif-visualizer-debuginfo' 'massif-visualizer-debugsource' 'massif-visualizer-lang' 'mate' 'mate-applet-appmenu' 'mate-applet-dock' 'mate-applet-indicator' 'mate-applet-indicator-lang' 'mate-applet-sensors' 'mate-applet-sensors-devel' 'mate-applet-sensors-lang' 'mate-applet-softupd' 'mate-applet-softupd-lang' 'mate-applets' 'mate-applets-lang' 'mate-backgrounds' 'mate-backgrounds-lang' 'mate-calc' 'mate-calc-lang' 'mate-common' 'mate-control-center' 'mate-control-center-branding-openSUSE' 'mate-control-center-branding-upstream' 'mate-control-center-devel' 'mate-control-center-lang' 'mate-desktop' 'mate-desktop-devel' 'mate-desktop-gschemas' 'mate-desktop-gschemas-branding-openSUSE' 'mate-desktop-gschemas-branding-upstream' 'mate-desktop-lang' 'mate-dictionary' 'mate-disk-image-mounter' 'mate-disk-usage-analyzer' 'mate-eiciel' 'mate-eiciel-lang' 'mate-icon-theme' 'mate-icon-theme-faenza' 'mate-icon-theme-faenza-dark' 'mate-icon-theme-faenza-gray' 'mate-media' 'mate-media-lang' 'mate-menu' 'mate-menu-lang' 'mate-menus' 'mate-menus-branding-openSUSE' 'mate-menus-branding-upstream' 'mate-menus-devel' 'mate-menus-lang' 'mate-netbook' 'mate-netbook-lang' 'mate-notification-daemon' 'mate-notification-daemon-lang' 'mate-panel' 'mate-panel-branding-openSUSE' 'mate-panel-branding-upstream' 'mate-panel-devel' 'mate-panel-lang' 'mate-polkit' 'mate-polkit-lang' 'mate-power-manager' 'mate-power-manager-lang' 'mate-screensaver' 'mate-screensaver-devel' 'mate-screensaver-lang' 'mate-screenshot' 'mate-search-tool' 'mate-session-manager' 'mate-session-manager-branding-openSUSE' 'mate-session-manager-branding-upstream' 'mate-session-manager-gschemas' 'mate-session-manager-lang' 'mate-settings-daemon' 'mate-settings-daemon-devel' 'mate-settings-daemon-lang' 'mate-system-log' 'mate-system-monitor' 'mate-system-monitor-lang' 'mate-terminal' 'mate-terminal-lang' 'mate-themes' 'mate-tweak' 'mate-tweak-lang' 'mate-user-guide' 'mate-user-guide-lang' 'mate-user-share' 'mate-user-share-lang' 'mate-utils-common-lang' 'matekbd-common' 'materia-gtk-theme' 'materia-kde' 'materia-kde-decoration' 'materia-kde-konsole' 'materia-kde-kvantum' 'materia-kde-style' 'materia-kde-yakuake' 'mateweather-common' 'mathgl-cgi' 'mathgl-devel' 'mathgl-devel-static' 'mathgl-doc' 'mathgl-doc-pdf' 'mathgl-doc-ru' 'mathgl-examples' 'mathgl-fonts' 'mathgl-lang' 'mathgl-lua' 'mathgl-tex' 'mathgl-tex-doc' 'mathgl-tools' 'mathjax' 'mathjax-ams-fonts' 'mathjax-caligraphic-fonts' 'mathjax-fraktur-fonts' 'mathjax-main-fonts' 'mathjax-math-fonts' 'mathjax-sansserif-fonts' 'mathjax-script-fonts' 'mathjax-size1-fonts' 'mathjax-size2-fonts' 'mathjax-size3-fonts' 'mathjax-size4-fonts' 'mathjax-typewriter-fonts' 'mathjax-winchrome-fonts' 'mathjax-winie6-fonts' 'mathml-dtd' 'mathomatic' 'mathomatic-devel' 'matio-tools' 'matomo' 'matrix-quaternion' 'matrix-quaternion-lang' 'matrix-synapse' 'matthewlib-java' 'matthewlib-java-javadoc' 'mautrix-telegram-server' 'maven' 'maven-ant-plugin' 'maven-ant-plugin-javadoc' 'maven-antrun-plugin' 'maven-antrun-plugin-javadoc' 'maven-archetype' 'maven-archetype-catalog' 'maven-archetype-common' 'maven-archetype-descriptor' 'maven-archetype-javadoc' 'maven-archetype-packaging' 'maven-archetype-plugin' 'maven-archiver' 'maven-archiver-javadoc' 'maven-artifact' 'maven-artifact-manager' 'maven-artifact-resolver' 'maven-artifact-resolver-javadoc' 'maven-artifact-transfer' 'maven-artifact-transfer-javadoc' 'maven-assembly-plugin' 'maven-assembly-plugin-javadoc' 'maven-checkstyle-plugin' 'maven-checkstyle-plugin-javadoc' 'maven-clean-plugin' 'maven-clean-plugin-javadoc' 'maven-common-artifact-filters' 'maven-common-artifact-filters-javadoc' 'maven-compiler-plugin' 'maven-compiler-plugin-javadoc' 'maven-dependency-analyzer' 'maven-dependency-analyzer-javadoc' 'maven-dependency-plugin' 'maven-dependency-plugin-javadoc' 'maven-dependency-tree' 'maven-dependency-tree-javadoc' 'maven-deploy-plugin' 'maven-deploy-plugin-javadoc' 'maven-doxia-core' 'maven-doxia-javadoc' 'maven-doxia-logging-api' 'maven-doxia-module-apt' 'maven-doxia-module-confluence' 'maven-doxia-module-docbook-simple' 'maven-doxia-module-fml' 'maven-doxia-module-fo' 'maven-doxia-module-latex' 'maven-doxia-module-rtf' 'maven-doxia-module-twiki' 'maven-doxia-module-xdoc' 'maven-doxia-module-xhtml' 'maven-doxia-module-xhtml5' 'maven-doxia-sink-api' 'maven-doxia-sitetools' 'maven-doxia-sitetools-javadoc' 'maven-doxia-test-docs' 'maven-enforcer' 'maven-enforcer-api' 'maven-enforcer-javadoc' 'maven-enforcer-plugin' 'maven-enforcer-rules' 'maven-failsafe-plugin' 'maven-file-management' 'maven-file-management-javadoc' 'maven-filtering' 'maven-filtering-javadoc' 'maven-install-plugin' 'maven-install-plugin-javadoc' 'maven-invoker' 'maven-invoker-javadoc' 'maven-invoker-plugin' 'maven-invoker-plugin-javadoc' 'maven-jar-plugin' 'maven-jar-plugin-javadoc' 'maven-jarsigner-plugin' 'maven-jarsigner-plugin-javadoc' 'maven-javadoc' 'maven-javadoc-plugin' 'maven-javadoc-plugin-javadoc' 'maven-jaxb2-plugin' 'maven-jlink-plugin' 'maven-jlink-plugin-javadoc' 'maven-jmod-plugin' 'maven-jmod-plugin-javadoc' 'maven-lib' 'maven-local' 'maven-mapping' 'maven-mapping-javadoc' 'maven-model' 'maven-monitor' 'maven-native' 'maven-native-components' 'maven-native-javadoc' 'maven-osgi' 'maven-osgi-javadoc' 'maven-parent' 'maven-plugin-annotations' 'maven-plugin-build-helper' 'maven-plugin-build-helper-javadoc' 'maven-plugin-bundle' 'maven-plugin-bundle-javadoc' 'maven-plugin-descriptor' 'maven-plugin-plugin' 'maven-plugin-plugin-javadoc' 'maven-plugin-registry' 'maven-plugin-testing' 'maven-plugin-testing-harness' 'maven-plugin-testing-javadoc' 'maven-plugin-testing-tools' 'maven-plugin-tools-annotations' 'maven-plugin-tools-ant' 'maven-plugin-tools-api' 'maven-plugin-tools-beanshell' 'maven-plugin-tools-generators' 'maven-plugin-tools-java' 'maven-plugin-tools-javadoc' 'maven-plugin-tools-model' 'maven-plugins-pom' 'maven-profile' 'maven-project' 'maven-remote-resources-plugin' 'maven-remote-resources-plugin-javadoc' 'maven-reporting-api' 'maven-reporting-api-javadoc' 'maven-reporting-exec' 'maven-reporting-exec-javadoc' 'maven-reporting-impl' 'maven-reporting-impl-javadoc' 'maven-resolver' 'maven-resolver-api' 'maven-resolver-connector-basic' 'maven-resolver-impl' 'maven-resolver-javadoc' 'maven-resolver-spi' 'maven-resolver-test-util' 'maven-resolver-transport-classpath' 'maven-resolver-transport-file' 'maven-resolver-transport-http' 'maven-resolver-transport-wagon' 'maven-resolver-util' 'maven-resources-plugin' 'maven-resources-plugin-javadoc' 'maven-scm' 'maven-scm-javadoc' 'maven-scm-test' 'maven-script-ant' 'maven-script-beanshell' 'maven-script-interpreter' 'maven-script-interpreter-javadoc' 'maven-settings' 'maven-shade-plugin' 'maven-shade-plugin-javadoc' 'maven-shared' 'maven-shared-incremental' 'maven-shared-incremental-javadoc' 'maven-shared-io' 'maven-shared-io-javadoc' 'maven-shared-jarsigner' 'maven-shared-jarsigner-javadoc' 'maven-shared-utils' 'maven-shared-utils-javadoc' 'maven-source-plugin' 'maven-source-plugin-javadoc' 'maven-surefire' 'maven-surefire-javadoc' 'maven-surefire-plugin' 'maven-surefire-plugins-javadoc' 'maven-surefire-provider-junit' 'maven-surefire-provider-junit5' 'maven-surefire-provider-junit5-javadoc' 'maven-surefire-provider-testng' 'maven-surefire-report-parser' 'maven-surefire-report-plugin' 'maven-test-tools' 'maven-toolchain' 'maven-verifier' 'maven-verifier-javadoc' 'maven-wagon-file' 'maven-wagon-ftp' 'maven-wagon-http' 'maven-wagon-http-lightweight' 'maven-wagon-http-shared' 'maven-wagon-javadoc' 'maven-wagon-provider-api' 'maven-wagon-ssh' 'maven-wagon-ssh-common' 'maven-wagon-ssh-external' 'maven-war-plugin' 'maven-war-plugin-javadoc' 'maven2-javadoc' 'mawk' 'maxima' 'maxima-exec-clisp' 'maxima-lang-de-utf8' 'maxima-lang-es-utf8' 'maxima-lang-pt-utf8' 'maxima-lang-pt_BR-utf8' 'maxima-xmaxima' 'mayavi' 'mayavi-doc' 'mayavi-jupyter' 'mbedtls-devel' 'mbrola' 'mbrola' 'mbrola-de1' 'mbrola-de1' 'mbrola-de2' 'mbrola-de2' 'mbrola-de3' 'mbrola-de3' 'mbrola-de4' 'mbrola-de4' 'mbrola-de5' 'mbrola-de5' 'mbrola-de6' 'mbrola-de6' 'mbrola-de7' 'mbrola-de7' 'mbrola-de8' 'mbrola-de8' 'mbrola-debuginfo' 'mbrola-debugsource' 'mbuffer' 'mc' 'mc-lang' 'mcabber' 'mcabber-devel' 'mccs' 'mcds' 'mchange-commons' 'mchange-commons-javadoc' 'mcjoin' 'mcpp' 'mcpp-devel' 'mcqd' 'mcs' 'mcs-debuginfo' 'mcstrans' 'mdbtools' 'mdbtools-devel' 'mdds-1_4-devel' 'mdds-1_5-devel' 'mdf2iso' 'mdf2iso' 'mdf2iso-debuginfo' 'mdf2iso-debugsource' 'mdtest' 'meabo' 'meanwhile-devel' 'meanwhile-doc' 'med' 'med' 'med-debuginfo' 'med-debugsource' 'med-devel' 'med-tools' 'med-tools-doc' 'mediainfo' 'mediainfo-gui' 'mediastreamer2' 'mediastreamer2-devel' 'mediastreamer2-doc' 'mediatomb' 'mediatomb' 'mediatomb-debuginfo' 'mediatomb-debugsource' 'mediatomb-mysql' 'mediatomb-mysql-debuginfo' 'mediatomb-sqlite' 'mediatomb-sqlite-debuginfo' 'mednafen' 'mednafen-doc' 'mednafen-lang' 'mednafen-server' 'meep' 'meep-devel' 'megaglest' 'megaglest-data' 'megatools' 'meld' 'meld-lang' 'melody' 'melody-lang' 'memcached-devel' 'memkind' 'memkind-devel' 'memory-constraints' 'memprof' 'memprof-lang' 'memtest86+' 'menu-cache' 'menu-cache-devel' 'menulibre' 'mercurial' 'mercurial-lang' 'merkaartor' 'merkaartor' 'meslo-lg-fonts' 'meson' 'meson-test' 'meson-tools' 'meson-vim' 'messagelib-devel' 'metacity' 'metacity-devel' 'metacity-lang' 'metacity-theme-adapta' 'metacity-theme-plata' 'metacity-tools' 'metallb-controller' 'metallb-k8s-yaml' 'metallb-speaker' 'metamath' 'metamath-book' 'metamath-data' 'metatheme-adapta-common' 'metatheme-ambiance-common' 'metatheme-ambiant-mate-common' 'metatheme-arc-common' 'metatheme-bluebird-common' 'metatheme-e17gtk-common' 'metatheme-elementary-common' 'metatheme-greybird-common' 'metatheme-mint-common' 'metatheme-numix-common' 'metatheme-paper-common' 'metatheme-plata-common' 'metatheme-radiance-common' 'metatheme-radiant-mate-common' 'metatheme-sonar-common' 'metatheme-vertex-common' 'metatheme-yaru-common' 'metatheme-yuyo-common' 'meteo' 'meteo-lang' 'meterbridge' 'metis' 'metis-devel' 'metis-doc' 'metis-examples' 'metis-gnu-hpc' 'metis-gnu-hpc-devel' 'metis-gnu-hpc-doc' 'metis-gnu-hpc-examples' 'metis_5_1_0-gnu-hpc' 'metis_5_1_0-gnu-hpc-devel' 'metis_5_1_0-gnu-hpc-doc' 'metis_5_1_0-gnu-hpc-examples' 'metronome' 'metronome-lang' 'metslib-devel' 'metslib-doc' 'mfoc' 'mfsm' 'mftrace' 'mgdiff' 'mgetty' 'mgopen-fonts' 'mgp' 'mhash-devel' 'mhvtl' 'mhvtl-kmp-default' 'mhvtl-kmp-pae' 'miam-player' 'miam-player' 'miam-player-debuginfo' 'miam-player-debugsource' 'miao-fonts' 'microcom' 'microdnf' 'microos-tools' 'microos_apparmor' 'microos_base' 'microos_cloud' 'microos_gnome_desktop' 'microos_hardware' 'microos_ima_evm' 'microos_kde_desktop' 'microos_selinux' 'microos_sssd_ldap' 'midori' 'midori-devel' 'midori-lang' 'mii-tool' 'mii-tool' 'mii-tool-debuginfo' 'mii-tool-debugsource' 'mikachan-fonts' 'miller' 'miltertest' 'mimic' 'mimic-devel' 'minder' 'minder-lang' 'mined' 'minetest' 'minetest-data' 'minetest-game' 'minetest-lang' 'minetestserver' 'mingetty' 'mingw32-binutils' 'mingw32-binutils-debug' 'mingw32-binutils-devel' 'mingw32-cpp' 'mingw32-cross-binutils' 'mingw32-cross-breakpad-tools' 'mingw32-cross-cpp' 'mingw32-cross-cpp-bootstrap' 'mingw32-cross-gcc' 'mingw32-cross-gcc-bootstrap' 'mingw32-cross-gcc-c++' 'mingw32-cross-gcc-fortran' 'mingw32-cross-gcc-objc' 'mingw32-cross-pkgconf' 'mingw32-filesystem' 'mingw32-gcc' 'mingw32-gcc-c++' 'mingw32-gcc-debug' 'mingw32-gcc-fortran' 'mingw32-gcc-objc' 'mingw32-gmp-debug' 'mingw32-gmp-devel' 'mingw32-headers' 'mingw32-headers-dummy-pthread' 'mingw32-libatomic1' 'mingw32-libgcc_s_sjlj1' 'mingw32-libgfortran5' 'mingw32-libgmp10' 'mingw32-libgmpxx4' 'mingw32-libgomp1' 'mingw32-libminizip1' 'mingw32-libmpc3' 'mingw32-libmpfr4' 'mingw32-libobjc4' 'mingw32-libquadmath0' 'mingw32-libssp0' 'mingw32-libstdc++6' 'mingw32-libwinpthread1' 'mingw32-libz' 'mingw32-minizip-devel' 'mingw32-mpc-debug' 'mingw32-mpc-devel' 'mingw32-mpfr-debug' 'mingw32-mpfr-devel' 'mingw32-pkgconf' 'mingw32-pkgconf-debug' 'mingw32-runtime' 'mingw32-winpthreads-debug' 'mingw32-winpthreads-devel' 'mingw32-zlib-debug' 'mingw32-zlib-devel' 'mingw32-zlib1' 'mingw64-binutils' 'mingw64-binutils-debug' 'mingw64-binutils-devel' 'mingw64-cpp' 'mingw64-cross-binutils' 'mingw64-cross-breakpad-tools' 'mingw64-cross-cpp' 'mingw64-cross-cpp-bootstrap' 'mingw64-cross-gcc' 'mingw64-cross-gcc-bootstrap' 'mingw64-cross-gcc-c++' 'mingw64-cross-gcc-fortran' 'mingw64-cross-gcc-objc' 'mingw64-cross-pkgconf' 'mingw64-filesystem' 'mingw64-gcc' 'mingw64-gcc-c++' 'mingw64-gcc-debug' 'mingw64-gcc-fortran' 'mingw64-gcc-objc' 'mingw64-gmp-debug' 'mingw64-gmp-devel' 'mingw64-headers' 'mingw64-headers-dummy-pthread' 'mingw64-libatomic1' 'mingw64-libgcc_s_seh1' 'mingw64-libgfortran5' 'mingw64-libgmp10' 'mingw64-libgmpxx4' 'mingw64-libgomp1' 'mingw64-libminizip1' 'mingw64-libmpc3' 'mingw64-libmpfr4' 'mingw64-libobjc4' 'mingw64-libquadmath0' 'mingw64-libssp0' 'mingw64-libstdc++6' 'mingw64-libwinpthread1' 'mingw64-libz' 'mingw64-minizip-devel' 'mingw64-mpc-debug' 'mingw64-mpc-devel' 'mingw64-mpfr-debug' 'mingw64-mpfr-devel' 'mingw64-pkgconf' 'mingw64-pkgconf-debug' 'mingw64-runtime' 'mingw64-winpthreads-debug' 'mingw64-winpthreads-devel' 'mingw64-zlib-debug' 'mingw64-zlib-devel' 'mingw64-zlib1' 'mingzat-fonts' 'minicom' 'minicom-lang' 'minidlna' 'minigalaxy' 'minikube' 'minimodem' 'mininet' 'mininews' 'minisat' 'minisat-devel' 'minitube' 'minitube-lang' 'miniupnpc' 'minizip-devel' 'minlog' 'minlog-javadoc' 'minuet' 'minuet-devel' 'minuet-lang' 'mipv6d' 'miredo-client' 'miredo-common' 'miredo-devel' 'miredo-server' 'mirisdr' 'mirisdr-udev' 'mirror' 'mirror-registry' 'mirrormagic' 'mjpg-streamer' 'mk-configure' 'mk-configure-doc' 'mkcomposecache' 'mkdud' 'mkelfImage' 'mkl-dnn-devel' 'mkl-dnn-doc' 'mkosi' 'mksh' 'mksusecd' 'mktorrent' 'mkvtoolnix' 'mkvtoolnix-gui' 'mlmmj' 'mlocate' 'mlocate-lang' 'mlterm' 'mlterm-canna' 'mlterm-ibus' 'mlterm-m17n' 'mlterm-scim' 'mlterm-uim' 'mlterm-wnn' 'mm-common' 'mm-common-docs' 'mmc-utils' 'mmdblookup' 'mmtf-cpp-devel' 'mmv' 'moarvm' 'moarvm-devel' 'mobidict' 'mobipocket-devel' 'moc' 'mockito' 'mockito-javadoc' 'modello' 'modello-javadoc' 'modello-maven-plugin' 'modello-maven-plugin-javadoc' 'modem-manager-gui' 'modem-manager-gui-lang' 'modsecurity' 'modsecurity-devel' 'modulemd-validator' 'moe' 'mojave-gtk-theme' 'mojo-executor' 'mojo-executor-javadoc' 'mojo-parent' 'moka-icon-theme' 'mokutil' 'molequeue' 'molequeue-devel' 'molequeue-doc' 'molequeue-libs0' 'molsketch' 'molsketch-devel' 'molsketch-doc' 'monapo-fonts' 'moneyplex-daten' 'moneyplex-suse' 'mongodb' 'mongodb' 'mongodb-debugsource' 'mongodb-mongoperf' 'mongodb-mongos' 'mongodb-server' 'mongodb-shell' 'mongodb-shell-debuginfo' 'mongolian-fonts' 'monitoring-plugins' 'monitoring-plugins-all' 'monitoring-plugins-apcupsd' 'monitoring-plugins-bind' 'monitoring-plugins-bind9' 'monitoring-plugins-bl' 'monitoring-plugins-bonding' 'monitoring-plugins-breeze' 'monitoring-plugins-by_ssh' 'monitoring-plugins-clamav' 'monitoring-plugins-cluster' 'monitoring-plugins-common' 'monitoring-plugins-contentage' 'monitoring-plugins-count_file' 'monitoring-plugins-cups' 'monitoring-plugins-dbi' 'monitoring-plugins-dbi-mysql' 'monitoring-plugins-dbi-pgsql' 'monitoring-plugins-dbi-sqlite3' 'monitoring-plugins-dhcp' 'monitoring-plugins-dig' 'monitoring-plugins-disk' 'monitoring-plugins-disk_smb' 'monitoring-plugins-dns' 'monitoring-plugins-dns.pl' 'monitoring-plugins-drbd9' 'monitoring-plugins-dummy' 'monitoring-plugins-extras' 'monitoring-plugins-fail2ban' 'monitoring-plugins-file_age' 'monitoring-plugins-flexlm' 'monitoring-plugins-fping' 'monitoring-plugins-haproxy' 'monitoring-plugins-hpjd' 'monitoring-plugins-http' 'monitoring-plugins-icmp' 'monitoring-plugins-ide_smart' 'monitoring-plugins-ifoperstatus' 'monitoring-plugins-ifstatus' 'monitoring-plugins-ipmi-sensor1' 'monitoring-plugins-ircd' 'monitoring-plugins-keepalived' 'monitoring-plugins-ldap' 'monitoring-plugins-load' 'monitoring-plugins-log' 'monitoring-plugins-mailq' 'monitoring-plugins-mailstat' 'monitoring-plugins-mem' 'monitoring-plugins-metadata' 'monitoring-plugins-mrtg' 'monitoring-plugins-mrtgtraf' 'monitoring-plugins-mysql' 'monitoring-plugins-mysql_health' 'monitoring-plugins-nagios' 'monitoring-plugins-nis' 'monitoring-plugins-nrpe' 'monitoring-plugins-nt' 'monitoring-plugins-ntp_peer' 'monitoring-plugins-ntp_time' 'monitoring-plugins-nwc_health' 'monitoring-plugins-nwstat' 'monitoring-plugins-openvpn' 'monitoring-plugins-oracle' 'monitoring-plugins-overcr' 'monitoring-plugins-pgsql' 'monitoring-plugins-ping' 'monitoring-plugins-postgres' 'monitoring-plugins-procs' 'monitoring-plugins-qlogic_sanbox' 'monitoring-plugins-radius' 'monitoring-plugins-real' 'monitoring-plugins-repomd' 'monitoring-plugins-rpc' 'monitoring-plugins-rsync' 'monitoring-plugins-sar-perf' 'monitoring-plugins-sensors' 'monitoring-plugins-sentry3' 'monitoring-plugins-sip' 'monitoring-plugins-smart' 'monitoring-plugins-smtp' 'monitoring-plugins-snmp' 'monitoring-plugins-ssh' 'monitoring-plugins-swap' 'monitoring-plugins-tcp' 'monitoring-plugins-tftp' 'monitoring-plugins-time' 'monitoring-plugins-traffic_limit' 'monitoring-plugins-ups' 'monitoring-plugins-uptime' 'monitoring-plugins-users' 'monitoring-plugins-wave' 'monitoring-plugins-zypper' 'mono-addins' 'mono-addins-devel' 'mono-addins-msbuild' 'mono-basic' 'mono-complete' 'mono-core' 'mono-data' 'mono-data-oracle' 'mono-data-sqlite' 'mono-devel' 'mono-extras' 'mono-locale-extras' 'mono-mvc' 'mono-reactive' 'mono-wcf' 'mono-web' 'mono-winforms' 'mono-winfxcore' 'mono-zeroconf' 'mono-zeroconf-devel' 'mono-zeroconf-doc' 'mono-zeroconf-provider-avahi' 'monodoc-core' 'monteverdi' 'moodbar' 'moodbar' 'moodbar-debuginfo' 'moodbar-debugsource' 'moodbar-devel' 'moonjit' 'moonjit-devel' 'mopac7' 'moreutils' 'moreutils-parallel' 'morfologik-stemming' 'morfologik-stemming-javadoc' 'morris' 'mosh' 'mosquitto' 'mosquitto-clients' 'mosquitto-devel' 'most' 'motif' 'motif-devel' 'motif-devel-32bit' 'motion' 'motoya-lcedar-fonts' 'motoya-lmaru-fonts' 'motv' 'mousepad' 'mousepad-lang' 'mousetweaks' 'mousetweaks-lang' 'moviethumbnailer' 'moviethumbnailer' 'movit-devel' 'mozaddon-devel' 'mozc' 'mozc-gui-tools' 'mozilla-jss' 'mozilla-jss-javadoc' 'mozilla-nspr-devel' 'mozilla-nss-devel' 'mozilla-nss-sysinit' 'mozilla-nss-sysinit-32bit' 'mozilla-nss-tools' 'mozilla-zilla-slab-fonts' 'mozjs52' 'mozjs52-devel' 'mozjs68' 'mozjs68-devel' 'mozldap-devel' 'mozldap-libs' 'mozldap-tools' 'mozo' 'mozo-lang' 'mp' 'mp-gtk3' 'mp3_check' 'mp3blaster' 'mp3blaster' 'mp3blaster-debuginfo' 'mp3blaster-debugsource' 'mp3diags' 'mp3diags' 'mp3diags-debuginfo' 'mp3diags-debugsource' 'mp3diags-lang' 'mp3diags-unstable' 'mp3diags-unstable' 'mp3diags-unstable-debuginfo' 'mp3diags-unstable-debugsource' 'mp3gain' 'mp3info' 'mp3info' 'mp3info-debuginfo' 'mp3info-debugsource' 'mp3splt' 'mp3splt' 'mp3splt-debuginfo' 'mp3splt-debugsource' 'mp3splt-gtk' 'mp3splt-gtk' 'mp3splt-gtk-debuginfo' 'mp3splt-gtk-debugsource' 'mp3val' 'mp3val' 'mp3val-debuginfo' 'mp3val-debugsource' 'mp3wrap' 'mp3wrap' 'mp3wrap-debuginfo' 'mp3wrap-debugsource' 'mp4als' 'mp4als' 'mp4als-debuginfo' 'mp4als-debugsource' 'mpDris2' 'mpDris2-lang' 'mpark-variant' 'mpark-variant-devel' 'mpc-devel' 'mpc-devel-32bit' 'mpc-qt' 'mpclient' 'mpd-doc' 'mpeg2dec' 'mpeg2demux' 'mpeg2demux-debuginfo' 'mpeg4ip' 'mpeg4ip' 'mpeg4ip-debuginfo' 'mpeg4ip-debugsource' 'mpfc' 'mpfc' 'mpfc-debuginfo' 'mpfc-debugsource' 'mpfi-devel' 'mpfpx-devel' 'mpfr-devel' 'mpfr-devel-32bit' 'mpfrcx-devel' 'mpg123' 'mpg123-devel' 'mpg123-devel-32bit' 'mpg123-jack-32bit' 'mpg123-openal-32bit' 'mpg123-portaudio' 'mpg123-portaudio-32bit' 'mpg123-pulse-32bit' 'mpg123-sdl' 'mpg123-sdl-32bit' 'mpgtx' 'mpgtx' 'mpgtx-debugsource' 'mpi-selector' 'mpiP-gnu-mpich-hpc' 'mpiP-gnu-mpich-hpc-doc' 'mpiP-gnu-mvapich2-hpc' 'mpiP-gnu-mvapich2-hpc-doc' 'mpiP-gnu-openmpi1-hpc' 'mpiP-gnu-openmpi1-hpc-doc' 'mpiP-gnu-openmpi2-hpc' 'mpiP-gnu-openmpi2-hpc-doc' 'mpiP-gnu-openmpi3-hpc' 'mpiP-gnu-openmpi3-hpc-doc' 'mpiP_3_4_1-gnu-mpich-hpc' 'mpiP_3_4_1-gnu-mpich-hpc-devel-static' 'mpiP_3_4_1-gnu-mpich-hpc-doc' 'mpiP_3_4_1-gnu-mvapich2-hpc' 'mpiP_3_4_1-gnu-mvapich2-hpc-devel-static' 'mpiP_3_4_1-gnu-mvapich2-hpc-doc' 'mpiP_3_4_1-gnu-openmpi1-hpc' 'mpiP_3_4_1-gnu-openmpi1-hpc-devel-static' 'mpiP_3_4_1-gnu-openmpi1-hpc-doc' 'mpiP_3_4_1-gnu-openmpi2-hpc' 'mpiP_3_4_1-gnu-openmpi2-hpc-devel-static' 'mpiP_3_4_1-gnu-openmpi2-hpc-doc' 'mpiP_3_4_1-gnu-openmpi3-hpc' 'mpiP_3_4_1-gnu-openmpi3-hpc-devel-static' 'mpiP_3_4_1-gnu-openmpi3-hpc-doc' 'mpibash' 'mpibash-examples' 'mpich' 'mpich-devel' 'mpich-gnu-hpc' 'mpich-gnu-hpc-devel' 'mpich-gnu-hpc-devel-static' 'mpich-gnu-hpc-macros-devel' 'mpich-ofi' 'mpich-ofi-devel' 'mpich-ofi-gnu-hpc' 'mpich-ofi-gnu-hpc-devel' 'mpich-ofi-gnu-hpc-devel-static' 'mpich-ofi-gnu-hpc-macros-devel' 'mpich-ofi_3_3_2-gnu-hpc' 'mpich-ofi_3_3_2-gnu-hpc-devel' 'mpich-ofi_3_3_2-gnu-hpc-devel-static' 'mpich-ofi_3_3_2-gnu-hpc-macros-devel' 'mpich_3_3_2-gnu-hpc' 'mpich_3_3_2-gnu-hpc-devel' 'mpich_3_3_2-gnu-hpc-devel-static' 'mpich_3_3_2-gnu-hpc-macros-devel' 'mpitests' 'mpitests-mpich' 'mpitests-mpich-gnu-hpc' 'mpitests-mpich-ofi' 'mpitests-mpich-ofi-gnu-hpc' 'mpitests-mvapich2' 'mpitests-mvapich2-gnu-hpc' 'mpitests-mvapich2-psm' 'mpitests-mvapich2-psm-gnu-hpc' 'mpitests-mvapich2-psm2' 'mpitests-mvapich2-psm2-gnu-hpc' 'mpitests-openmpi1' 'mpitests-openmpi1-gnu-hpc' 'mpitests-openmpi2' 'mpitests-openmpi2-gnu-hpc' 'mpitests-openmpi3' 'mpitests-openmpi3-gnu-hpc' 'mpitests-openmpi4' 'mpitests-openmpi4-gnu-hpc' 'mplus-fonts' 'mppenc' 'mppenc' 'mppenc-debuginfo' 'mppenc-debugsource' 'mpt-firmware' 'mpv-devel' 'mr' 'mraa' 'mraa-devel' 'mraa-examples' 'mrboom' 'mrouted' 'mrrescue' 'mrsh' 'mrsh-rsh-compat' 'mrsh-rsh-server-compat' 'mrsh-server' 'ms-sys' 'ms-sys' 'ms-sys-debuginfo' 'ms-sys-debugsource' 'mscgen' 'msgpack-devel' 'msitools' 'msitools-devel' 'msitools-lang' 'msmtp' 'msmtp-doc' 'msmtp-lang' 'msmtp-mta' 'msoak' 'mspack-examples' 'msr-safe-kmp-default' 'msr-safe-kmp-pae' 'msr-tools' 'mstflint' 'msv-demo' 'msv-javadoc' 'msv-manual' 'msv-msv' 'msv-rngconv' 'msv-xmlgen' 'msv-xsdlib' 'mt-st' 'mtd-utils' 'mtdev' 'mtdev-devel' 'mtools-doc' 'mtp-tools' 'mtpaint' 'mtpaint-handbook' 'mtpaint-lang' 'mtpfs' 'mtpfs' 'mtpfs-debuginfo' 'mtpfs-debugsource' 'mtr' 'mtr-gtk' 'mtree' 'mtx' 'mtxclient' 'mtxclient-devel' 'mtxclient-doc' 'mu4e' 'muffin' 'muffin-devel' 'muffin-lang' 'mugshot' 'multimon-ng' 'multipath-tools-devel' 'multitail' 'multiverse' 'multiverse-javadoc' 'multus' 'multus-k8s-yaml' 'mumble' 'mumble-32bit' 'mumble-server' 'mumps-devel' 'mumps-devel-static' 'mumps-doc' 'mumps-examples' 'mumps-gnu-mpich-hpc-devel' 'mumps-gnu-mpich-hpc-doc' 'mumps-gnu-mpich-hpc-examples' 'mumps-gnu-mvapich2-hpc-devel' 'mumps-gnu-mvapich2-hpc-doc' 'mumps-gnu-mvapich2-hpc-examples' 'mumps-gnu-openmpi1-hpc-devel' 'mumps-gnu-openmpi1-hpc-doc' 'mumps-gnu-openmpi1-hpc-examples' 'mumps-gnu-openmpi2-hpc-devel' 'mumps-gnu-openmpi2-hpc-doc' 'mumps-gnu-openmpi2-hpc-examples' 'mumps-gnu-openmpi3-hpc-devel' 'mumps-gnu-openmpi3-hpc-doc' 'mumps-gnu-openmpi3-hpc-examples' 'mumps-mvapich2-5-compat' 'mumps-mvapich2-devel' 'mumps-mvapich2-devel-static' 'mumps-mvapich2-devel-static-compat' 'mumps-mvapich2-examples' 'mumps-openmpi1-5-compat' 'mumps-openmpi1-devel' 'mumps-openmpi1-devel-static' 'mumps-openmpi1-devel-static-compat' 'mumps-openmpi1-examples' 'mumps-openmpi2-5-compat' 'mumps-openmpi2-devel' 'mumps-openmpi2-devel-static' 'mumps-openmpi2-devel-static-compat' 'mumps-openmpi2-examples' 'mumps-openmpi3-5-compat' 'mumps-openmpi3-devel' 'mumps-openmpi3-devel-static' 'mumps-openmpi3-devel-static-compat' 'mumps-openmpi3-examples' 'mumps-ptscotch-openmpi1-5-compat' 'mumps-ptscotch-openmpi1-devel' 'mumps-ptscotch-openmpi1-devel-static' 'mumps-ptscotch-openmpi1-devel-static-compat' 'mumps-ptscotch-openmpi1-examples' 'mumps-ptscotch-openmpi2-5-compat' 'mumps-ptscotch-openmpi2-devel' 'mumps-ptscotch-openmpi2-devel-static' 'mumps-ptscotch-openmpi2-devel-static-compat' 'mumps-ptscotch-openmpi2-examples' 'mumps-scotch-devel' 'mumps-scotch-devel-static' 'mumps-scotch-examples' 'mumps_5_2_1-gnu-mpich-hpc-devel' 'mumps_5_2_1-gnu-mpich-hpc-devel-static' 'mumps_5_2_1-gnu-mpich-hpc-doc' 'mumps_5_2_1-gnu-mpich-hpc-examples' 'mumps_5_2_1-gnu-mvapich2-hpc-devel' 'mumps_5_2_1-gnu-mvapich2-hpc-devel-static' 'mumps_5_2_1-gnu-mvapich2-hpc-doc' 'mumps_5_2_1-gnu-mvapich2-hpc-examples' 'mumps_5_2_1-gnu-openmpi1-hpc-devel' 'mumps_5_2_1-gnu-openmpi1-hpc-devel-static' 'mumps_5_2_1-gnu-openmpi1-hpc-doc' 'mumps_5_2_1-gnu-openmpi1-hpc-examples' 'mumps_5_2_1-gnu-openmpi2-hpc-devel' 'mumps_5_2_1-gnu-openmpi2-hpc-devel-static' 'mumps_5_2_1-gnu-openmpi2-hpc-doc' 'mumps_5_2_1-gnu-openmpi2-hpc-examples' 'mumps_5_2_1-gnu-openmpi3-hpc-devel' 'mumps_5_2_1-gnu-openmpi3-hpc-devel-static' 'mumps_5_2_1-gnu-openmpi3-hpc-doc' 'mumps_5_2_1-gnu-openmpi3-hpc-examples' 'munge' 'munge-devel' 'munge-devel-32bit' 'munge-maven-plugin' 'munge-maven-plugin-javadoc' 'munin' 'munin-node' 'munit-devel' 'muparser-devel' 'muparser-devel-32bit' 'muparserx-devel' 'mupdf' 'mupdf-devel-static' 'muroar' 'muroar' 'muroar-debuginfo' 'muroar-debugsource' 'muroar-devel' 'muroard' 'muroard' 'muroard-debuginfo' 'muroard-debugsource' 'muroard-devel' 'museic' 'musepack' 'musepack-devel' 'musescore' 'musescore-fonts' 'musique' 'musique' 'musique-debuginfo' 'musique-debugsource' 'musique-lang' 'mutt' 'mutt-doc' 'mutt-lang' 'mutter-devel' 'mutter-lang' 'mvapich2' 'mvapich2-devel' 'mvapich2-devel-static' 'mvapich2-doc' 'mvapich2-gnu-hpc' 'mvapich2-gnu-hpc-devel' 'mvapich2-gnu-hpc-doc' 'mvapich2-gnu-hpc-macros-devel' 'mvapich2-psm' 'mvapich2-psm-devel' 'mvapich2-psm-devel-static' 'mvapich2-psm-doc' 'mvapich2-psm-gnu-hpc' 'mvapich2-psm-gnu-hpc-devel' 'mvapich2-psm-gnu-hpc-doc' 'mvapich2-psm-gnu-hpc-macros-devel' 'mvapich2-psm2' 'mvapich2-psm2-devel' 'mvapich2-psm2-devel-static' 'mvapich2-psm2-doc' 'mvapich2-psm2-gnu-hpc' 'mvapich2-psm2-gnu-hpc-devel' 'mvapich2-psm2-gnu-hpc-doc' 'mvapich2-psm2-gnu-hpc-macros-devel' 'mvapich2-psm2_2_3_4-gnu-hpc' 'mvapich2-psm2_2_3_4-gnu-hpc-devel' 'mvapich2-psm2_2_3_4-gnu-hpc-devel-static' 'mvapich2-psm2_2_3_4-gnu-hpc-doc' 'mvapich2-psm2_2_3_4-gnu-hpc-macros-devel' 'mvapich2-psm_2_3_4-gnu-hpc' 'mvapich2-psm_2_3_4-gnu-hpc-devel' 'mvapich2-psm_2_3_4-gnu-hpc-devel-static' 'mvapich2-psm_2_3_4-gnu-hpc-doc' 'mvapich2-psm_2_3_4-gnu-hpc-macros-devel' 'mvapich2_2_3_4-gnu-hpc' 'mvapich2_2_3_4-gnu-hpc-devel' 'mvapich2_2_3_4-gnu-hpc-devel-static' 'mvapich2_2_3_4-gnu-hpc-doc' 'mvapich2_2_3_4-gnu-hpc-macros-devel' 'mwic' 'mx4j' 'mxml-devel' 'mxml-doc' 'mybashburn' 'mybashburn' 'mybatis' 'mybatis-javadoc' 'mybatis-parent' 'mycroft-core' 'mylvmbackup' 'myman' 'mypaint' 'mypaint-brushes' 'mypaint-brushes-devel' 'mypaint-brushes1' 'mypaint-brushes1-devel' 'mypaint-lang' 'mypy' 'myspell-af_NA' 'myspell-af_ZA' 'myspell-an' 'myspell-an_ES' 'myspell-ar' 'myspell-ar_AE' 'myspell-ar_BH' 'myspell-ar_DZ' 'myspell-ar_EG' 'myspell-ar_IQ' 'myspell-ar_JO' 'myspell-ar_KW' 'myspell-ar_LB' 'myspell-ar_LY' 'myspell-ar_MA' 'myspell-ar_OM' 'myspell-ar_QA' 'myspell-ar_SA' 'myspell-ar_SD' 'myspell-ar_SY' 'myspell-ar_TN' 'myspell-ar_YE' 'myspell-be_BY' 'myspell-bg_BG' 'myspell-bn_BD' 'myspell-bn_IN' 'myspell-bo' 'myspell-bo_CN' 'myspell-bo_IN' 'myspell-br_FR' 'myspell-bs' 'myspell-bs_BA' 'myspell-ca' 'myspell-ca_AD' 'myspell-ca_ES' 'myspell-ca_ES_valencia' 'myspell-ca_FR' 'myspell-ca_IT' 'myspell-cs_CZ' 'myspell-da_DK' 'myspell-de' 'myspell-de_AT' 'myspell-de_CH' 'myspell-de_DE' 'myspell-el_GR' 'myspell-en_AU' 'myspell-en_BS' 'myspell-en_BZ' 'myspell-en_CA' 'myspell-en_GH' 'myspell-en_IE' 'myspell-en_IN' 'myspell-en_JM' 'myspell-en_MW' 'myspell-en_NA' 'myspell-en_NZ' 'myspell-en_PH' 'myspell-en_TT' 'myspell-en_ZA' 'myspell-en_ZW' 'myspell-es' 'myspell-es_AR' 'myspell-es_BO' 'myspell-es_CL' 'myspell-es_CO' 'myspell-es_CR' 'myspell-es_CU' 'myspell-es_DO' 'myspell-es_EC' 'myspell-es_ES' 'myspell-es_GT' 'myspell-es_HN' 'myspell-es_MX' 'myspell-es_NI' 'myspell-es_PA' 'myspell-es_PE' 'myspell-es_PR' 'myspell-es_PY' 'myspell-es_SV' 'myspell-es_UY' 'myspell-es_VE' 'myspell-et_EE' 'myspell-fr_BE' 'myspell-fr_CA' 'myspell-fr_CH' 'myspell-fr_FR' 'myspell-fr_LU' 'myspell-fr_MC' 'myspell-gd_GB' 'myspell-german-old' 'myspell-gl' 'myspell-gl_ES' 'myspell-gu_IN' 'myspell-gug' 'myspell-gug_PY' 'myspell-he_IL' 'myspell-hi_IN' 'myspell-hr_HR' 'myspell-hu_HU' 'myspell-id' 'myspell-id_ID' 'myspell-is' 'myspell-is_IS' 'myspell-it_IT' 'myspell-kmr_Latn' 'myspell-kmr_Latn_SY' 'myspell-kmr_Latn_TR' 'myspell-lightproof-hu_HU' 'myspell-lightproof-pt_BR' 'myspell-lightproof-ru_RU' 'myspell-lo_LA' 'myspell-lt_LT' 'myspell-lv_LV' 'myspell-nb_NO' 'myspell-ne_NP' 'myspell-nl_BE' 'myspell-nl_NL' 'myspell-nn_NO' 'myspell-no' 'myspell-oc_FR' 'myspell-pl_PL' 'myspell-pt_AO' 'myspell-pt_BR' 'myspell-pt_PT' 'myspell-ro' 'myspell-ro_RO' 'myspell-ru_RU' 'myspell-si_LK' 'myspell-sk_SK' 'myspell-sl_SI' 'myspell-sq_AL' 'myspell-sr' 'myspell-sr_CS' 'myspell-sr_Latn_CS' 'myspell-sr_Latn_RS' 'myspell-sr_RS' 'myspell-sv_FI' 'myspell-sv_SE' 'myspell-sw_TZ' 'myspell-te' 'myspell-te_IN' 'myspell-th_TH' 'myspell-tr' 'myspell-tr_TR' 'myspell-uk_UA' 'myspell-vi' 'myspell-vi_VN' 'myspell-zu_ZA' 'mysql-connector-java' 'mysql-workbench' 'mythes-devel' 'mythplugins-mytharchive' 'mythplugins-mytharchive-debuginfo' 'mythplugins-mythbrowser' 'mythplugins-mythbrowser-debuginfo' 'mythplugins-mythgallery' 'mythplugins-mythgallery-debuginfo' 'mythplugins-mythgame' 'mythplugins-mythgame-debuginfo' 'mythplugins-mythmusic' 'mythplugins-mythmusic-debuginfo' 'mythplugins-mythnews' 'mythplugins-mythnews-debuginfo' 'mythplugins-mythweather' 'mythplugins-mythweather-debuginfo' 'mythplugins-mythzoneminder' 'mythplugins-mythzoneminder-debuginfo' 'mythtv' 'mythtv-backend' 'mythtv-backend-debuginfo' 'mythtv-base-themes' 'mythtv-common' 'mythtv-common-debuginfo' 'mythtv-debuginfo' 'mythtv-debugsource' 'mythtv-devel' 'mythtv-docs' 'mythtv-frontend' 'mythtv-frontend-debuginfo' 'mythtv-setup' 'mythtv-setup-debuginfo' 'mythweb' 'mythweb' 'mythweb-0_28' 'mythweb-0_28' 'mythweb-29' 'mythweb-29' 'mytop' 'naev' 'naev-data' 'nagios' 'nagios-contrib' 'nagios-devel' 'nagios-rpm-macros' 'nagios-theme-exfoliation' 'nagios-theme-switcher' 'nagios-www' 'nagios-www-dch' 'nailgun' 'nailgun-javadoc' 'namdhinggo-fonts' 'nano-icinga2' 'nano-plugin-conky' 'nanomsg-devel' 'nanopb-devel' 'nanopb-source' 'nanoxml' 'nanoxml-javadoc' 'nanoxml-lite' 'nanoxml-manual' 'nanoxml-manual-lite' 'nant' 'nant-devel' 'nanum-fonts' 'nanum-gothic-coding-fonts' 'nasc' 'nasm' 'native-maven-plugin' 'native-platform' 'native-platform-javadoc' 'nautilus' 'nautilus-devel' 'nautilus-eiciel' 'nautilus-evince' 'nautilus-extension-actions' 'nautilus-extension-dropbox' 'nautilus-extension-folder-color' 'nautilus-extension-nextcloud' 'nautilus-extension-nitroshare' 'nautilus-extension-seahorse' 'nautilus-extension-terminal' 'nautilus-extension-tilix' 'nautilus-image-converter' 'nautilus-image-converter-lang' 'nautilus-lang' 'nautilus-plugin-easytag' 'nautilus-sendto' 'nautilus-sendto-lang' 'nautilus-share' 'nautilus-share-lang' 'nautilus-terminal' 'nauty' 'nauty-devel' 'nbd' 'ncat' 'ncdc' 'ncdc' 'ncdc-debuginfo' 'ncdc-debugsource' 'ncftp' 'ncmpc' 'ncmpc' 'ncmpc-debuginfo' 'ncmpc-debugsource' 'ncmpc-lang' 'ncmpcpp' 'ncompress' 'ncrack' 'ncrack' 'ncrack-debuginfo' 'ncrack-debugsource' 'ncurses-devel' 'ncurses-devel-32bit' 'ncurses-devel-static' 'ncurses5-devel' 'ncurses5-devel-32bit' 'ncurses5-devel-static' 'ndctl' 'ndesk-dbus' 'ndesk-dbus-glib' 'ndesk-dbus-glib-devel' 'ndpi-tools' 'ndppd' 'neard' 'neard-devel' 'neard-test' 'neatvnc-devel' 'nedit' 'neix' 'neko' 'neko-devel' 'neko-mysql' 'nekohtml' 'nekohtml-demo' 'nekohtml-javadoc' 'nemesis' 'nemiver' 'nemiver-devel' 'nemiver-lang' 'nemo' 'nemo-devel' 'nemo-extension-actions' 'nemo-extension-audio-tab' 'nemo-extension-compare' 'nemo-extension-dropbox' 'nemo-extension-emblems' 'nemo-extension-fileroller' 'nemo-extension-folder-color' 'nemo-extension-gtkhash' 'nemo-extension-image-converter' 'nemo-extension-nextcloud' 'nemo-extension-nitroshare' 'nemo-extension-pastebin' 'nemo-extension-preview' 'nemo-extension-repairer' 'nemo-extension-seahorse' 'nemo-extension-share' 'nemo-extension-terminal' 'nemo-extensions-lang' 'nemo-lang' 'neomutt' 'neomutt-doc' 'neomutt-lang' 'neovim-gtk' 'nero-aac' 'nestopia' 'net-snmp-devel' 'net-snmp-devel-32bit' 'net-tools-deprecated' 'net6' 'net6-devel' 'net6-lang' 'netbeans-javaparser' 'netbeans-resolver' 'netbeans-svnclientadapter' 'netcalc' 'netcdf' 'netcdf-cxx4-gnu-hpc-tools' 'netcdf-cxx4-tools' 'netcdf-cxx4_4_3_1-gnu-hpc-tools' 'netcdf-devel' 'netcdf-devel-data' 'netcdf-devel-static' 'netcdf-fortran-gnu-hpc' 'netcdf-fortran-gnu-hpc-devel' 'netcdf-fortran-gnu-mpich-hpc' 'netcdf-fortran-gnu-mpich-hpc-devel' 'netcdf-fortran-gnu-mvapich2-hpc' 'netcdf-fortran-gnu-mvapich2-hpc-devel' 'netcdf-fortran-gnu-openmpi1-hpc' 'netcdf-fortran-gnu-openmpi1-hpc-devel' 'netcdf-fortran-gnu-openmpi2-hpc' 'netcdf-fortran-gnu-openmpi2-hpc-devel' 'netcdf-fortran-gnu-openmpi3-hpc' 'netcdf-fortran-gnu-openmpi3-hpc-devel' 'netcdf-fortran-gnu-openmpi4-hpc' 'netcdf-fortran-gnu-openmpi4-hpc-devel' 'netcdf-fortran_4_5_2-gnu-hpc' 'netcdf-fortran_4_5_2-gnu-hpc-devel' 'netcdf-fortran_4_5_2-gnu-mpich-hpc' 'netcdf-fortran_4_5_2-gnu-mpich-hpc-devel' 'netcdf-fortran_4_5_2-gnu-mvapich2-hpc' 'netcdf-fortran_4_5_2-gnu-mvapich2-hpc-devel' 'netcdf-fortran_4_5_2-gnu-openmpi1-hpc' 'netcdf-fortran_4_5_2-gnu-openmpi1-hpc-devel' 'netcdf-fortran_4_5_2-gnu-openmpi2-hpc' 'netcdf-fortran_4_5_2-gnu-openmpi2-hpc-devel' 'netcdf-fortran_4_5_2-gnu-openmpi3-hpc' 'netcdf-fortran_4_5_2-gnu-openmpi3-hpc-devel' 'netcdf-fortran_4_5_2-gnu-openmpi4-hpc' 'netcdf-fortran_4_5_2-gnu-openmpi4-hpc-devel' 'netcdf-gnu-hpc' 'netcdf-gnu-hpc-devel' 'netcdf-gnu-mpich-hpc' 'netcdf-gnu-mpich-hpc-devel' 'netcdf-gnu-mvapich2-hpc' 'netcdf-gnu-mvapich2-hpc-devel' 'netcdf-gnu-openmpi1-hpc' 'netcdf-gnu-openmpi1-hpc-devel' 'netcdf-gnu-openmpi2-hpc' 'netcdf-gnu-openmpi2-hpc-devel' 'netcdf-gnu-openmpi3-hpc' 'netcdf-gnu-openmpi3-hpc-devel' 'netcdf-gnu-openmpi4-hpc' 'netcdf-gnu-openmpi4-hpc-devel' 'netcdf-openmpi1' 'netcdf-openmpi1-devel' 'netcdf-openmpi1-devel-static' 'netcdf-openmpi2' 'netcdf-openmpi2-devel' 'netcdf-openmpi2-devel-static' 'netcdf-openmpi3' 'netcdf-openmpi3-devel' 'netcdf-openmpi3-devel-static' 'netcdf-openmpi4' 'netcdf-openmpi4-devel' 'netcdf-openmpi4-devel-static' 'netcdf_4_7_3-gnu-hpc' 'netcdf_4_7_3-gnu-hpc-devel' 'netcdf_4_7_3-gnu-hpc-devel-static' 'netcdf_4_7_3-gnu-mpich-hpc' 'netcdf_4_7_3-gnu-mpich-hpc-devel' 'netcdf_4_7_3-gnu-mpich-hpc-devel-static' 'netcdf_4_7_3-gnu-mvapich2-hpc' 'netcdf_4_7_3-gnu-mvapich2-hpc-devel' 'netcdf_4_7_3-gnu-mvapich2-hpc-devel-static' 'netcdf_4_7_3-gnu-openmpi1-hpc' 'netcdf_4_7_3-gnu-openmpi1-hpc-devel' 'netcdf_4_7_3-gnu-openmpi1-hpc-devel-static' 'netcdf_4_7_3-gnu-openmpi2-hpc' 'netcdf_4_7_3-gnu-openmpi2-hpc-devel' 'netcdf_4_7_3-gnu-openmpi2-hpc-devel-static' 'netcdf_4_7_3-gnu-openmpi3-hpc' 'netcdf_4_7_3-gnu-openmpi3-hpc-devel' 'netcdf_4_7_3-gnu-openmpi3-hpc-devel-static' 'netcdf_4_7_3-gnu-openmpi4-hpc' 'netcdf_4_7_3-gnu-openmpi4-hpc-devel' 'netcdf_4_7_3-gnu-openmpi4-hpc-devel-static' 'netcomponents' 'netcomponents-javadoc' 'netconsole-tools' 'netdata' 'netdate' 'netdiscover' 'netease-cloud-music' 'netease-cloud-music' 'netease-cloud-music-gtk' 'netgen' 'netgen-devel' 'nethogs' 'netlabel-tools' 'netperf' 'netperfmeter' 'netperfmeter-pdfproctools' 'netperfmeter-plotting' 'netsniff-ng' 'netsurf-buildsystem' 'nettle' 'netty' 'netty-javadoc' 'netty-poms' 'netty-tcnative' 'netty-tcnative-javadoc' 'netty3' 'netty3-javadoc' 'network-autoconfig' 'network_admin' 'neverball' 'neverball-doc' 'neverball-mapc' 'neverball-neverputt' 'newlib' 'newsboat' 'newsboat-lang' 'newt' 'newt-devel' 'newt-doc' 'newt-static' 'newtonsoft-json' 'newtonsoft-json-devel' 'nextcloud' 'nextcloud-desktop' 'nextcloud-desktop-doc' 'nextcloud-desktop-dolphin' 'nextcloud-desktop-lang' 'nfacct' 'nfc-eventd' 'nfcutils' 'nfdump' 'nfoview' 'nfoview-lang' 'nfs-client-provisioner' 'nfs-client-provisioner-k8s-yaml' 'nfs-ganesha' 'nfs-ganesha-ceph' 'nfs-ganesha-mount-9P' 'nfs-ganesha-nullfs' 'nfs-ganesha-proxy' 'nfs-ganesha-rados-grace' 'nfs-ganesha-rados-urls' 'nfs-ganesha-rgw' 'nfs-ganesha-vfs' 'nfs-ganesha-xfs' 'nfs4-acl-tools' 'nfsidmap-devel' 'nfswatch' 'nftables-devel' 'nftlb' 'nghttp2' 'nginx' 'nginx-source' 'ngrep' 'ngspice' 'ngspice-doc' 'ngspice-scripts' 'ngspice-xspice-cm' 'ngspice-xspice-cm-devel' 'nh2ps' 'nheko' 'nheko' 'nicotine-plus' 'nicotine-plus' 'nicotine-plus-debuginfo' 'nicotine-plus-debugsource' 'nilfs-utils' 'nilfs-utils-devel' 'nim' 'nimbus-icon-theme' 'nini' 'ninja' 'ninvaders' 'nip2' 'nitrogen' 'nitrogen-lang' 'nitroshare' 'nitroshare-kde' 'nkf' 'nload' 'nlohmann_json-devel' 'nlopt-devel' 'nm-tray' 'nm-tray-lang' 'nmap' 'nmap-parse-output' 'nmap-parse-output-bash-completion' 'nmapsi4' 'nmcli-dmenu' 'nmh' 'nml' 'nmon' 'nmtree' 'nnn' 'no-more-secrets' 'nodejs-default' 'nodejs-devel-default' 'nodejs-packaging' 'nodejs-underscore' 'nodejs10' 'nodejs10-devel' 'nodejs10-docs' 'nodejs12-docs' 'nodejs14' 'nodejs14-devel' 'nodejs14-docs' 'nohang' 'nohang' 'nohang-desktop' 'nomacs' 'nomacs-lang' 'non-mixer' 'non-ntk' 'non-ntk-devel' 'non-ntk-fluid' 'non-sequencer' 'non-session-manager' 'non-timeline' 'non_oss' 'noping' 'nordlicht' 'nordlicht' 'nordlicht-debuginfo' 'nordlicht-debugsource' 'normaliz' 'normaliz-devel' 'normalize' 'normalize' 'normalize-debuginfo' 'normalize-debugsource' 'noson-app' 'noson-devel' 'notcurses++-devel' 'notcurses-demos' 'notcurses-devel' 'notejot' 'notejot-lang' 'notepadqq' 'notify-osd' 'notify-sharp' 'notify-sharp-devel' 'notify-sharp3' 'notify-sharp3-devel' 'notmuch' 'notmuch-devel' 'notmuch-doc' 'notmuch-emacs' 'noto-kufiarabic-fonts' 'noto-mono-fonts' 'noto-naskharabic-fonts' 'noto-naskharabic-ui-fonts' 'noto-nastaliqurdu-fonts' 'noto-sans-adlam-fonts' 'noto-sans-adlamunjoined-fonts' 'noto-sans-anatolianhieroglyphs-fonts' 'noto-sans-arabic-fonts' 'noto-sans-arabic-ui-fonts' 'noto-sans-armenian-fonts' 'noto-sans-avestan-fonts' 'noto-sans-balinese-fonts' 'noto-sans-bamum-fonts' 'noto-sans-batak-fonts' 'noto-sans-bengali-fonts' 'noto-sans-bengali-ui-fonts' 'noto-sans-brahmi-fonts' 'noto-sans-buginese-fonts' 'noto-sans-buhid-fonts' 'noto-sans-canadianaboriginal-fonts' 'noto-sans-carian-fonts' 'noto-sans-chakma-fonts' 'noto-sans-cham-fonts' 'noto-sans-cherokee-fonts' 'noto-sans-cjk-fonts' 'noto-sans-coptic-fonts' 'noto-sans-cuneiform-fonts' 'noto-sans-cypriot-fonts' 'noto-sans-deseret-fonts' 'noto-sans-devanagari-fonts' 'noto-sans-devanagari-ui-fonts' 'noto-sans-display-fonts' 'noto-sans-egyptianhieroglyphs-fonts' 'noto-sans-ethiopic-fonts' 'noto-sans-georgian-fonts' 'noto-sans-glagolitic-fonts' 'noto-sans-gothic-fonts' 'noto-sans-gujarati-fonts' 'noto-sans-gujarati-ui-fonts' 'noto-sans-gurmukhi-fonts' 'noto-sans-gurmukhi-ui-fonts' 'noto-sans-hanunoo-fonts' 'noto-sans-hebrew-fonts' 'noto-sans-hk-black-fonts' 'noto-sans-hk-bold-fonts' 'noto-sans-hk-demilight-fonts' 'noto-sans-hk-fonts' 'noto-sans-hk-fonts-full' 'noto-sans-hk-light-fonts' 'noto-sans-hk-medium-fonts' 'noto-sans-hk-mono-fonts' 'noto-sans-hk-regular-fonts' 'noto-sans-hk-thin-fonts' 'noto-sans-imperialaramaic-fonts' 'noto-sans-inscriptionalpahlavi-fonts' 'noto-sans-inscriptionalparthian-fonts' 'noto-sans-javanese-fonts' 'noto-sans-jp-black-fonts' 'noto-sans-jp-bold-fonts' 'noto-sans-jp-demilight-fonts' 'noto-sans-jp-fonts' 'noto-sans-jp-fonts-full' 'noto-sans-jp-light-fonts' 'noto-sans-jp-medium-fonts' 'noto-sans-jp-mono-fonts' 'noto-sans-jp-regular-fonts' 'noto-sans-jp-thin-fonts' 'noto-sans-kaithi-fonts' 'noto-sans-kannada-fonts' 'noto-sans-kannada-ui-fonts' 'noto-sans-kayahli-fonts' 'noto-sans-kharoshthi-fonts' 'noto-sans-khmer-fonts' 'noto-sans-khmer-ui-fonts' 'noto-sans-kr-black-fonts' 'noto-sans-kr-bold-fonts' 'noto-sans-kr-demilight-fonts' 'noto-sans-kr-fonts' 'noto-sans-kr-fonts-full' 'noto-sans-kr-light-fonts' 'noto-sans-kr-medium-fonts' 'noto-sans-kr-mono-fonts' 'noto-sans-kr-regular-fonts' 'noto-sans-kr-thin-fonts' 'noto-sans-lao-fonts' 'noto-sans-lao-ui-fonts' 'noto-sans-lepcha-fonts' 'noto-sans-limbu-fonts' 'noto-sans-linearb-fonts' 'noto-sans-lisu-fonts' 'noto-sans-lycian-fonts' 'noto-sans-lydian-fonts' 'noto-sans-malayalam-fonts' 'noto-sans-malayalam-ui-fonts' 'noto-sans-mandaic-fonts' 'noto-sans-meeteimayek-fonts' 'noto-sans-mongolian-fonts' 'noto-sans-mono-fonts' 'noto-sans-myanmar-fonts' 'noto-sans-myanmar-ui-fonts' 'noto-sans-newtailue-fonts' 'noto-sans-nko-fonts' 'noto-sans-ogham-fonts' 'noto-sans-olchiki-fonts' 'noto-sans-olditalic-fonts' 'noto-sans-oldpersian-fonts' 'noto-sans-oldsoutharabian-fonts' 'noto-sans-oldturkic-fonts' 'noto-sans-oriya-fonts' 'noto-sans-oriya-ui-fonts' 'noto-sans-osage-fonts' 'noto-sans-osmanya-fonts' 'noto-sans-phagspa-fonts' 'noto-sans-phoenician-fonts' 'noto-sans-rejang-fonts' 'noto-sans-runic-fonts' 'noto-sans-samaritan-fonts' 'noto-sans-saurashtra-fonts' 'noto-sans-sc-black-fonts' 'noto-sans-sc-bold-fonts' 'noto-sans-sc-demilight-fonts' 'noto-sans-sc-fonts' 'noto-sans-sc-fonts-full' 'noto-sans-sc-light-fonts' 'noto-sans-sc-medium-fonts' 'noto-sans-sc-mono-fonts' 'noto-sans-sc-regular-fonts' 'noto-sans-sc-thin-fonts' 'noto-sans-shavian-fonts' 'noto-sans-sinhala-fonts' 'noto-sans-sinhala-ui-fonts' 'noto-sans-sundanese-fonts' 'noto-sans-sylotinagri-fonts' 'noto-sans-symbols-fonts' 'noto-sans-symbols2-fonts' 'noto-sans-syriaceastern-fonts' 'noto-sans-syriacestrangela-fonts' 'noto-sans-syriacwestern-fonts' 'noto-sans-tagalog-fonts' 'noto-sans-tagbanwa-fonts' 'noto-sans-taile-fonts' 'noto-sans-taitham-fonts' 'noto-sans-taiviet-fonts' 'noto-sans-tamil-fonts' 'noto-sans-tamil-ui-fonts' 'noto-sans-tc-black-fonts' 'noto-sans-tc-bold-fonts' 'noto-sans-tc-demilight-fonts' 'noto-sans-tc-fonts' 'noto-sans-tc-fonts-full' 'noto-sans-tc-light-fonts' 'noto-sans-tc-medium-fonts' 'noto-sans-tc-mono-fonts' 'noto-sans-tc-regular-fonts' 'noto-sans-tc-thin-fonts' 'noto-sans-telugu-fonts' 'noto-sans-telugu-ui-fonts' 'noto-sans-thaana-fonts' 'noto-sans-thai-fonts' 'noto-sans-thai-ui-fonts' 'noto-sans-tibetan-fonts' 'noto-sans-tifinagh-fonts' 'noto-sans-ugaritic-fonts' 'noto-sans-vai-fonts' 'noto-sans-yi-fonts' 'noto-serif-armenian-fonts' 'noto-serif-bengali-fonts' 'noto-serif-devanagari-fonts' 'noto-serif-display-fonts' 'noto-serif-ethiopic-fonts' 'noto-serif-fonts' 'noto-serif-georgian-fonts' 'noto-serif-gujarati-fonts' 'noto-serif-hebrew-fonts' 'noto-serif-jp-black-fonts' 'noto-serif-jp-bold-fonts' 'noto-serif-jp-extralight-fonts' 'noto-serif-jp-fonts' 'noto-serif-jp-fonts-full' 'noto-serif-jp-light-fonts' 'noto-serif-jp-medium-fonts' 'noto-serif-jp-regular-fonts' 'noto-serif-jp-semibold-fonts' 'noto-serif-kannada-fonts' 'noto-serif-khmer-fonts' 'noto-serif-kr-black-fonts' 'noto-serif-kr-bold-fonts' 'noto-serif-kr-extralight-fonts' 'noto-serif-kr-fonts' 'noto-serif-kr-fonts-full' 'noto-serif-kr-light-fonts' 'noto-serif-kr-medium-fonts' 'noto-serif-kr-regular-fonts' 'noto-serif-kr-semibold-fonts' 'noto-serif-lao-fonts' 'noto-serif-malayalam-fonts' 'noto-serif-myanmar-fonts' 'noto-serif-sc-black-fonts' 'noto-serif-sc-bold-fonts' 'noto-serif-sc-extralight-fonts' 'noto-serif-sc-fonts' 'noto-serif-sc-fonts-full' 'noto-serif-sc-light-fonts' 'noto-serif-sc-medium-fonts' 'noto-serif-sc-regular-fonts' 'noto-serif-sc-semibold-fonts' 'noto-serif-sinhala-fonts' 'noto-serif-tamil-fonts' 'noto-serif-tc-black-fonts' 'noto-serif-tc-bold-fonts' 'noto-serif-tc-extralight-fonts' 'noto-serif-tc-fonts' 'noto-serif-tc-fonts-full' 'noto-serif-tc-light-fonts' 'noto-serif-tc-medium-fonts' 'noto-serif-tc-regular-fonts' 'noto-serif-tc-semibold-fonts' 'noto-serif-telugu-fonts' 'noto-serif-thai-fonts' 'novdoc' 'novnc' 'novprog' 'novprog-lang' 'nping' 'npkg' 'npm-default' 'npm10' 'npm14' 'npth-devel' 'nqp' 'nrpe' 'nrpe-doc' 'nsd' 'nsjail' 'nsnake' 'nss-myhostname' 'nss-myhostname-32bit' 'nss-mymachines' 'nss-mymachines-32bit' 'nss-pam-ldapd' 'nss-pam-ldapd-32bit' 'nss-resolve' 'nss-shared-helper-devel' 'nss-systemd' 'nss_wrapper' 'ntfsprogs-extra' 'ntl-devel' 'ntl-doc' 'ntp-doc' 'ntpsec' 'ntpsec-doc' 'ntpsec-utils' 'nudoku' 'nudoku-lang' 'nulloy' 'nulloy-gstreamer' 'nulloy-phonon' 'nulloy-taglib' 'nulloy-vlc' 'numatop' 'nunit' 'nunit-devel' 'nuntius' 'nuntius-lang' 'nuosu-fonts' 'nuoveXT2-icon-theme' 'nuspell' 'nuspell-devel' 'nut' 'nut-cgi' 'nut-devel' 'nut-drivers-net' 'nvdock' 'nvidia-computeG04' 'nvidia-container-toolkit' 'nvidia-gfxG04-kmp-default' 'nvidia-gfxG04-kmp-pae' 'nvidia-glG04' 'nvidia-texture-tools' 'nvme-cli' 'nvme-cli-regress-script' 'nvmetcli' 'nvptx-tools' 'nwg-launchers' 'nxtvepg' 'o2locktop' 'o2scl-devel' 'o2scl-doc' 'oaml-devel' 'oath-toolkit' 'oath-toolkit-xml' 'oauth-signpost' 'obantoo' 'obby' 'obby-devel' 'obby-lang' 'obconf' 'obconf-qt' 'obconf-qt-lang' 'obex-data-server' 'obexd' 'obexd-client' 'obexd-server' 'obexfs' 'obexftp' 'obexftp-devel' 'objectweb-anttask' 'objectweb-asm' 'objectweb-asm-javadoc' 'objectweb-pom' 'objenesis' 'objenesis-javadoc' 'obs-service-appimage' 'obs-service-cargo_vendor' 'obs-service-docker_label_helper' 'obs-service-download_files' 'obs-service-download_url' 'obs-service-extract_file' 'obs-service-format_spec_file' 'obs-service-go_modules' 'obs-service-kiwi_label_helper' 'obs-service-kiwi_metainfo_helper' 'obs-service-obs_scm' 'obs-service-obs_scm-common' 'obs-service-product_converter' 'obs-service-recompress' 'obs-service-refresh_patches' 'obs-service-replace_using_package_version' 'obs-service-rust2rpm' 'obs-service-set_version' 'obs-service-snapcraft' 'obs-service-source_validator' 'obs-service-tar' 'obs-service-tar_scm' 'obs-service-verify_file' 'obs-studio' 'obs-studio-debuginfo' 'obs-studio-debugsource' 'obs-studio-devel' 'obs-v4l2sink' 'obs-v4l2sink' 'obs-v4l2sink-debuginfo' 'obs-v4l2sink-debugsource' 'ocaml' 'ocaml-base' 'ocaml-base-devel' 'ocaml-benchmark' 'ocaml-benchmark-devel' 'ocaml-brlapi' 'ocaml-cairo' 'ocaml-cairo-devel' 'ocaml-calendar' 'ocaml-calendar-devel' 'ocaml-camlbz2' 'ocaml-camlbz2-devel' 'ocaml-camlp5' 'ocaml-camlp5-devel' 'ocaml-camlzip' 'ocaml-camlzip-devel' 'ocaml-camlzip-test' 'ocaml-camomile' 'ocaml-camomile-data' 'ocaml-camomile-devel' 'ocaml-cmdliner' 'ocaml-cmdliner-devel' 'ocaml-compiler-libs' 'ocaml-compiler-libs-devel' 'ocaml-cppo' 'ocaml-cppo-devel' 'ocaml-csv' 'ocaml-csv-devel' 'ocaml-cudf' 'ocaml-cudf-devel' 'ocaml-curses' 'ocaml-curses-devel' 'ocaml-dose' 'ocaml-dose-devel' 'ocaml-dune' 'ocaml-dune-devel' 'ocaml-easy-format' 'ocaml-easy-format-devel' 'ocaml-extlib' 'ocaml-extlib-devel' 'ocaml-facile' 'ocaml-facile-devel' 'ocaml-fileutils' 'ocaml-fileutils-devel' 'ocaml-findlib' 'ocaml-findlib-devel' 'ocaml-gen' 'ocaml-gen-devel' 'ocaml-gettext' 'ocaml-gettext-devel' 'ocaml-graphics' 'ocaml-graphics-devel' 'ocaml-hivex' 'ocaml-hivex-devel' 'ocaml-jsonm' 'ocaml-jsonm-devel' 'ocaml-lablgl' 'ocaml-lablgl-devel' 'ocaml-lablgtk2' 'ocaml-lablgtk2-devel' 'ocaml-lablgtk3' 'ocaml-lablgtk3-devel' 'ocaml-labltk' 'ocaml-labltk' 'ocaml-labltk-devel' 'ocaml-libguestfs' 'ocaml-libguestfs-devel' 'ocaml-libvirt' 'ocaml-libvirt-devel' 'ocaml-mccs' 'ocaml-mccs-devel' 'ocaml-menhir' 'ocaml-menhir-devel' 'ocaml-migrate-parsetree' 'ocaml-migrate-parsetree-devel' 'ocaml-minisat' 'ocaml-minisat-devel' 'ocaml-num' 'ocaml-num-devel' 'ocaml-oasis' 'ocaml-oasis-devel' 'ocaml-obuild' 'ocaml-ocamlbuild' 'ocaml-ocamlbuild-devel' 'ocaml-ocamldoc' 'ocaml-ocamlgraph' 'ocaml-ocamlgraph-devel' 'ocaml-ounit' 'ocaml-ounit-devel' 'ocaml-parmap' 'ocaml-parmap-devel' 'ocaml-pcre' 'ocaml-pcre-devel' 'ocaml-ppx_derivers' 'ocaml-ppx_derivers-devel' 'ocaml-ppx_tools_versioned' 'ocaml-ppx_tools_versioned-devel' 'ocaml-ptmap' 'ocaml-ptmap-devel' 'ocaml-qcheck' 'ocaml-qcheck-devel' 'ocaml-qtest' 'ocaml-qtest-devel' 'ocaml-re' 'ocaml-re-devel' 'ocaml-result' 'ocaml-result-devel' 'ocaml-rope' 'ocaml-rope-devel' 'ocaml-rpm-macros' 'ocaml-runtime' 'ocaml-sedlex' 'ocaml-sedlex-devel' 'ocaml-sexplib0' 'ocaml-sexplib0-devel' 'ocaml-sha' 'ocaml-sha-devel' 'ocaml-source' 'ocaml-stdlib-shims' 'ocaml-stdlib-shims-devel' 'ocaml-uutf' 'ocaml-uutf-devel' 'ocaml-xml-light' 'ocaml-xml-light-devel' 'ocamlify' 'ocamlmod' 'occt' 'occt-DRAWEXE' 'occt-devel' 'occt-devel-doc' 'oce' 'oce-DRAWEXE' 'oce-devel' 'ocfs2-tools' 'ocfs2-tools-devel' 'ocfs2-tools-devel-static' 'ocfs2-tools-o2cb' 'oci-cli' 'oci-seccomp-bpf-hook' 'ocl-icd-devel' 'ocl-icd-devel-32bit' 'ocli' 'oclock' 'ocp' 'ocp' 'ocp-debuginfo' 'ocp-debugsource' 'ocr-gnu-hpc' 'ocr-gnu-hpc-devel' 'ocr-gnu-hpc-doc' 'ocr-gnu-hpc-examples' 'ocr-gnu-mpich-hpc' 'ocr-gnu-mpich-hpc-devel' 'ocr-gnu-mpich-hpc-doc' 'ocr-gnu-mpich-hpc-examples' 'ocr-gnu-mvapich2-hpc' 'ocr-gnu-mvapich2-hpc-devel' 'ocr-gnu-mvapich2-hpc-doc' 'ocr-gnu-mvapich2-hpc-examples' 'ocr-gnu-openmpi1-hpc' 'ocr-gnu-openmpi1-hpc-devel' 'ocr-gnu-openmpi1-hpc-doc' 'ocr-gnu-openmpi1-hpc-examples' 'ocr-gnu-openmpi2-hpc' 'ocr-gnu-openmpi2-hpc-devel' 'ocr-gnu-openmpi2-hpc-doc' 'ocr-gnu-openmpi2-hpc-examples' 'ocr-gnu-openmpi3-hpc' 'ocr-gnu-openmpi3-hpc-devel' 'ocr-gnu-openmpi3-hpc-doc' 'ocr-gnu-openmpi3-hpc-examples' 'ocr_1_0_1-gnu-hpc' 'ocr_1_0_1-gnu-hpc-devel' 'ocr_1_0_1-gnu-hpc-doc' 'ocr_1_0_1-gnu-hpc-examples' 'ocr_1_0_1-gnu-mpich-hpc' 'ocr_1_0_1-gnu-mpich-hpc-devel' 'ocr_1_0_1-gnu-mpich-hpc-doc' 'ocr_1_0_1-gnu-mpich-hpc-examples' 'ocr_1_0_1-gnu-mvapich2-hpc' 'ocr_1_0_1-gnu-mvapich2-hpc-devel' 'ocr_1_0_1-gnu-mvapich2-hpc-doc' 'ocr_1_0_1-gnu-mvapich2-hpc-examples' 'ocr_1_0_1-gnu-openmpi1-hpc' 'ocr_1_0_1-gnu-openmpi1-hpc-devel' 'ocr_1_0_1-gnu-openmpi1-hpc-doc' 'ocr_1_0_1-gnu-openmpi1-hpc-examples' 'ocr_1_0_1-gnu-openmpi2-hpc' 'ocr_1_0_1-gnu-openmpi2-hpc-devel' 'ocr_1_0_1-gnu-openmpi2-hpc-doc' 'ocr_1_0_1-gnu-openmpi2-hpc-examples' 'ocr_1_0_1-gnu-openmpi3-hpc' 'ocr_1_0_1-gnu-openmpi3-hpc-devel' 'ocr_1_0_1-gnu-openmpi3-hpc-doc' 'ocr_1_0_1-gnu-openmpi3-hpc-examples' 'ocrad' 'ocrad-devel' 'ocserv' 'octave' 'octave-CSXCAD' 'octave-cli' 'octave-devel' 'octave-doc' 'octave-forge-bim' 'octave-forge-cgi' 'octave-forge-communications' 'octave-forge-control' 'octave-forge-data-smoothing' 'octave-forge-database' 'octave-forge-dataframe' 'octave-forge-divand' 'octave-forge-doctest' 'octave-forge-econometrics' 'octave-forge-financial' 'octave-forge-fits' 'octave-forge-fpl' 'octave-forge-fuzzy-logic-toolkit' 'octave-forge-ga' 'octave-forge-general' 'octave-forge-generate_html' 'octave-forge-geometry' 'octave-forge-gsl' 'octave-forge-image' 'octave-forge-image-acquisition' 'octave-forge-instrument-control' 'octave-forge-interval' 'octave-forge-io' 'octave-forge-level-set' 'octave-forge-linear-algebra' 'octave-forge-lssa' 'octave-forge-ltfat' 'octave-forge-mapping' 'octave-forge-matgeom' 'octave-forge-mechanics' 'octave-forge-miscellaneous' 'octave-forge-msh' 'octave-forge-mvn' 'octave-forge-nan' 'octave-forge-ncarray' 'octave-forge-netcdf' 'octave-forge-nurbs' 'octave-forge-octclip' 'octave-forge-optics' 'octave-forge-optim' 'octave-forge-parallel' 'octave-forge-quaternion' 'octave-forge-queueing' 'octave-forge-secs1d' 'octave-forge-secs2d' 'octave-forge-secs3d' 'octave-forge-signal' 'octave-forge-sockets' 'octave-forge-specfun' 'octave-forge-splines' 'octave-forge-statistics' 'octave-forge-stk' 'octave-forge-strings' 'octave-forge-struct' 'octave-forge-symbolic' 'octave-forge-tisean' 'octave-forge-tsa' 'octave-forge-vrml' 'octave-lal' 'octave-mathgl' 'octave-nlopt_optimize' 'octave-openEMS' 'oddjob' 'oddjob-mkhomedir' 'ode-devel' 'odp-devel' 'odt2txt' 'odvr' 'odvr' 'odvr-debuginfo' 'odvr-debugsource' 'officecodepro-fonts' 'ofl' 'ofono' 'ofono-devel' 'ofono-tests' 'oggfwd' 'oggfwd' 'oggfwd-debuginfo' 'oggfwd-debugsource' 'oggvideotools' 'oggvideotools' 'oggvideotools-debuginfo' 'oggvideotools-debugsource' 'oggz-tools' 'ogmrip' 'ogmrip' 'ogmrip-ac3' 'ogmrip-ac3' 'ogmrip-ac3-debuginfo' 'ogmrip-ac3-debugsource' 'ogmrip-ac3-lang' 'ogmrip-debuginfo' 'ogmrip-debugsource' 'ogmrip-dirac' 'ogmrip-dirac' 'ogmrip-dirac-debuginfo' 'ogmrip-dirac-debugsource' 'ogmrip-dirac-lang' 'ogmrip-flac' 'ogmrip-flac' 'ogmrip-flac-debuginfo' 'ogmrip-flac-debugsource' 'ogmrip-lang' 'ogmrip-mpeg' 'ogmrip-mpeg' 'ogmrip-mpeg-debuginfo' 'ogmrip-mpeg-debugsource' 'ogmrip-nero-aac' 'ogmrip-nero-aac' 'ogmrip-nero-aac-debuginfo' 'ogmrip-nero-aac-debugsource' 'ogmrip-nero-aac-lang' 'ogmrip-oggz' 'ogmrip-oggz' 'ogmrip-oggz-debuginfo' 'ogmrip-oggz-debugsource' 'ogmrip-oggz-lang' 'ogmrip-profiles' 'ogmrip-profiles' 'ogmrip-video-copy' 'ogmrip-video-copy' 'ogmrip-video-copy-debuginfo' 'ogmrip-video-copy-debugsource' 'ogmtools' 'ogre-demos' 'ogre-demos-devel' 'ogre-docs' 'ogre-tools' 'ohcount' 'oidentd' 'okteta' 'okteta' 'okteta-data' 'okteta-debuginfo' 'okteta-debugsource' 'okteta-devel' 'okteta-devel-debuginfo' 'okteta-lang' 'okteta-part' 'okteta-part-debuginfo' 'okteta-part-lang' 'okular-devel' 'okular-spectre' 'olm' 'olm-devel' 'olm-doc' 'omemo-utils' 'omniORB' 'omniORB-devel' 'omniORBpy' 'omniORBpy-devel' 'omnisharp-server' 'omping' 'onboard' 'onboard-data' 'onboard-lang' 'onedrive' 'onedrive-completion-bash' 'onedrive-completion-fish' 'onedrive-completion-zsh' 'onefetch' 'oneko' 'ongres-scram' 'ongres-scram-client' 'ongres-scram-javadoc' 'ongres-scram-parent' 'oniguruma-devel' 'onnx-backend-test' 'onnx-devel' 'onscripter' 'onscripter' 'onscripter-debuginfo' 'onscripter-debugsource' 'ooRexx' 'ooRexx-devel' 'opa-address-resolution' 'opa-address-resolution-devel' 'opa-basic-tools' 'opa-fastfabric' 'opa-fm' 'opa-fmgui' 'opa-snapconfig' 'opae' 'opae-devel' 'opam' 'opam-devel' 'opam-file-format' 'opam-file-format-devel' 'opam-installer' 'open-iscsi-devel' 'open-isns' 'open-isns-devel' 'open-lldp' 'open-lldp-devel' 'open-vm-tools' 'open-vm-tools-desktop' 'open-vm-tools-sdmp' 'openCryptoki' 'openCryptoki-32bit' 'openCryptoki-64bit' 'openCryptoki-devel' 'openEMS' 'openEMS-devel' 'openEMS-matlab' 'openQA' 'openQA-bootstrap' 'openQA-client' 'openQA-common' 'openQA-devel' 'openQA-doc' 'openQA-local-db' 'openQA-python-scripts' 'openQA-single-instance' 'openQA-worker' 'openSUSE-Addon-NonOss' 'openSUSE-Addon-NonOss-release' 'openSUSE-EULAs' 'openSUSE-appdata-extra' 'openSUSE-appstream-process' 'openSUSE-e-X-Ice-Icons' 'openSUSE-e-X-Icons' 'openSUSE-e-X-Neon-Icons' 'openSUSE-release-appliance-custom' 'openSUSE-release-appliance-docker' 'openSUSE-release-appliance-hyperv' 'openSUSE-release-appliance-kvm' 'openSUSE-release-appliance-openstack' 'openSUSE-release-appliance-vagrant' 'openSUSE-release-appliance-vmware' 'openSUSE-release-appliance-wsl' 'openSUSE-release-tools' 'openSUSE-release-tools-abichecker' 'openSUSE-release-tools-announcer' 'openSUSE-release-tools-check-source' 'openSUSE-release-tools-devel' 'openSUSE-release-tools-leaper' 'openSUSE-release-tools-maintenance' 'openSUSE-release-tools-metrics' 'openSUSE-release-tools-metrics-access' 'openSUSE-release-tools-obs-operator' 'openSUSE-release-tools-origin-manager' 'openSUSE-release-tools-pkglistgen' 'openSUSE-release-tools-repo-checker' 'openSUSE-release-tools-staging-bot' 'openSUSE-xfce-icon-theme' 'openSUSEway' 'openSUSEway' 'openafs' 'openafs-authlibs' 'openafs-authlibs-devel' 'openafs-client' 'openafs-devel' 'openafs-fuse_client' 'openafs-kernel-source' 'openafs-kmp-default' 'openafs-server' 'openal-soft-devel' 'openal-soft-devel-32bit' 'openal-soft-makemhr' 'openamp-devel' 'openamp-examples' 'openarena' 'openarena-data' 'openbabel' 'openbabel-devel' 'openblas-devel' 'openblas-devel-headers' 'openblas-pthreads_0_3_10-gnu-hpc-devel-static' 'openblas_0_3_10-gnu-hpc-devel-static' 'openblas_openmp-devel-static' 'openblas_pthreads-devel-static' 'openblas_serial-devel-static' 'openbox' 'openbox-adwaita-ob-theme' 'openbox-devel' 'openbox-gnome' 'openbox-kde' 'openbox-theme-adapta' 'openbox-theme-plata' 'openbsc' 'openbsc-bs11-utils' 'openbsc-bsc-sccplite' 'opencc' 'opencc-data' 'opencc-devel' 'opencensus-cpp-source' 'opencensus-proto-source' 'opencl-cpp-headers' 'opencl-headers' 'opencl-headers-1_2' 'openclonk' 'openclonk-data' 'openconnect-devel' 'openconnect-doc' 'opencore-amr' 'opencore-amr-debugsource' 'opencsg-devel' 'opencv' 'opencv-devel' 'opencv-doc' 'opencv3' 'opencv3-devel' 'opencv3-doc' 'opendchub' 'opendkim' 'opendkim-devel' 'opendvdproducer' 'opendvdproducer' 'openexr' 'openexr-devel' 'openexr-doc' 'openfortivpn' 'opengl-games-utils' 'opengost-otf-fonts' 'opengost-ttf-fonts' 'openh264' 'openh264-debugsource' 'openh264-devel' 'openhpi' 'openhpi-clients' 'openhpi-daemon' 'openhpi-devel' 'openjade' 'openjade-devel' 'openjfx' 'openjfx-devel' 'openjfx-javadoc' 'openjfx-jmods' 'openjfx-src' 'openjfx8' 'openjfx8-devel' 'openjfx8-javadoc' 'openjfx8-src' 'openjpeg' 'openjpeg-devel' 'openjpeg-devel-32bit' 'openjpeg2' 'openjpeg2-devel' 'openjpeg2-devel-doc' 'openkim-models' 'openldap2' 'openldap2-back-meta' 'openldap2-back-perl' 'openldap2-back-sock' 'openldap2-back-sql' 'openldap2-contrib' 'openldap2-devel' 'openldap2-devel-32bit' 'openldap2-devel-static' 'openldap2-doc' 'openldap2-ppolicy-check-password' 'openlibm-devel' 'openlierox' 'openmarkup' 'openmarkup-javadoc' 'openmarkup-manual' 'openmpi1' 'openmpi1-config' 'openmpi1-devel' 'openmpi1-docs' 'openmpi1-gnu-hpc' 'openmpi1-gnu-hpc-devel' 'openmpi1-gnu-hpc-devel-static' 'openmpi1-gnu-hpc-docs' 'openmpi1-gnu-hpc-macros-devel' 'openmpi1-libs' 'openmpi1-libs-32bit' 'openmpi1-macros-devel' 'openmpi1-testsuite' 'openmpi2' 'openmpi2-config' 'openmpi2-devel' 'openmpi2-docs' 'openmpi2-gnu-hpc' 'openmpi2-gnu-hpc-devel' 'openmpi2-gnu-hpc-devel-static' 'openmpi2-gnu-hpc-docs' 'openmpi2-gnu-hpc-macros-devel' 'openmpi2-libs' 'openmpi2-libs-32bit' 'openmpi2-macros-devel' 'openmpi2-testsuite' 'openmpi3' 'openmpi3-config' 'openmpi3-devel' 'openmpi3-docs' 'openmpi3-gnu-hpc' 'openmpi3-gnu-hpc-devel' 'openmpi3-gnu-hpc-devel-static' 'openmpi3-gnu-hpc-docs' 'openmpi3-gnu-hpc-macros-devel' 'openmpi3-libs' 'openmpi3-libs-32bit' 'openmpi3-macros-devel' 'openmpi3-testsuite' 'openmpi4' 'openmpi4-config' 'openmpi4-devel' 'openmpi4-docs' 'openmpi4-gnu-hpc' 'openmpi4-gnu-hpc-devel' 'openmpi4-gnu-hpc-devel-static' 'openmpi4-gnu-hpc-docs' 'openmpi4-gnu-hpc-macros-devel' 'openmpi4-libs' 'openmpi4-libs-32bit' 'openmpi4-macros-devel' 'openmpi4-testsuite' 'openmpi_1_10_7-gnu-hpc' 'openmpi_1_10_7-gnu-hpc-devel' 'openmpi_1_10_7-gnu-hpc-devel-static' 'openmpi_1_10_7-gnu-hpc-docs' 'openmpi_1_10_7-gnu-hpc-macros-devel' 'openmpi_1_10_7-gnu-hpc-testsuite' 'openmpi_2_1_6-gnu-hpc' 'openmpi_2_1_6-gnu-hpc-devel' 'openmpi_2_1_6-gnu-hpc-devel-static' 'openmpi_2_1_6-gnu-hpc-docs' 'openmpi_2_1_6-gnu-hpc-macros-devel' 'openmpi_2_1_6-gnu-hpc-testsuite' 'openmpi_3_1_6-gnu-hpc' 'openmpi_3_1_6-gnu-hpc-devel' 'openmpi_3_1_6-gnu-hpc-devel-static' 'openmpi_3_1_6-gnu-hpc-docs' 'openmpi_3_1_6-gnu-hpc-macros-devel' 'openmpi_3_1_6-gnu-hpc-testsuite' 'openmpi_4_0_5-gnu-hpc' 'openmpi_4_0_5-gnu-hpc-devel' 'openmpi_4_0_5-gnu-hpc-devel-static' 'openmpi_4_0_5-gnu-hpc-docs' 'openmpi_4_0_5-gnu-hpc-macros-devel' 'openmpi_4_0_5-gnu-hpc-testsuite' 'openmpt123' 'openmw' 'opennlp' 'opennlp-chunk-models' 'opennlp-maxent' 'opennlp-postag-models' 'opennlp-tokenize-models' 'opennlp-tools' 'opennlp-uima' 'openobex-apps' 'openobex-devel' 'openocd' 'openocd-data' 'openomf' 'openpgm-devel' 'openrct2' 'openrct2-titlesequences' 'openrdate' 'openregex' 'openregex-javadoc' 'openresolv' 'opensaml-bin' 'opensaml-schemas' 'opensc' 'opensc-32bit' 'openscad' 'openscap' 'openscap-content' 'openscap-devel' 'openscap-docker' 'openscap-utils' 'openshot-qt' 'openslide-doc' 'openslide-tools' 'openslp-devel' 'openslp-server' 'opensm' 'opensm-devel' 'opensm-devel-32bit' 'opensnc' 'opensnc' 'opensnc-debuginfo' 'opensnc-debugsource' 'opensp' 'opensp-devel' 'opensp-doc' 'openspades' 'openspades' 'openspades-debuginfo' 'openspades-debugsource' 'openspecfun-devel' 'openssh-cavs' 'openssh-fips' 'openssl-1_0_0' 'openssl-1_0_0-cavs' 'openssl-1_0_0-doc' 'openssl-1_1-doc' 'openssl-cbs-devel' 'openssl-engine-libp11' 'openssl-ibmpkcs11' 'openssl_tpm2_engine' 'openssl_tpm_engine' 'openstack-macros' 'openstack-suse-macros' 'openstack-suse-sudo' 'openstack-utils' 'opentest4j' 'opentest4j-javadoc' 'opentoonz' 'opentracing-cpp-devel' 'opentracing-cpp-source' 'openttd' 'openttd-data' 'openttd-dedicated' 'openttd-opengfx' 'openttd-openmsx' 'openttd-opensfx' 'opentyrian' 'openucx-tools' 'openvas-smb' 'openvdb-devel' 'openvdb-tools' 'openvpn-auth-pam-plugin' 'openvpn-devel' 'openvpn-down-root-plugin' 'openvswitch' 'openvswitch-devel' 'openvswitch-doc' 'openvswitch-ipsec' 'openvswitch-pki' 'openvswitch-test' 'openvswitch-vtep' 'openwsman-java' 'openwsman-perl' 'openwsman-ruby' 'openwsman-ruby-docs' 'openwsman-server' 'openwsman-server-plugin-ruby' 'openxcom' 'openxcom-doc' 'opera' 'opera-uget-integrator' 'opi' 'opie' 'opie-32bit' 'oping' 'opmsg' 'oprofile' 'oprofile-32bit' 'oprofile-devel' 'optee-client' 'optee-client-devel' 'optipng' 'opus-tools' 'opusfile-devel' 'orage' 'orage-doc' 'orage-lang' 'orc' 'orc-doc' 'orca' 'orca-lang' 'orcania-devel' 'orkhon-fonts' 'oro' 'oro-javadoc' 'orthanc' 'orthanc-devel' 'orthanc-dicomweb' 'orthanc-doc' 'orthanc-gdcm' 'orthanc-mysql' 'orthanc-postgresql' 'orthanc-source' 'orthanc-webviewer' 'orthanc-wsi' 'ortp' 'ortp-devel' 'os-autoinst' 'os-autoinst-devel' 'os-autoinst-distri-opensuse-deps' 'os-autoinst-openvswitch' 'os-maven-plugin' 'os-maven-plugin-javadoc' 'os-service-types-doc' 'osc' 'osc-plugin-collab' 'osc-plugin-cycle' 'osc-plugin-install' 'osc-plugin-origin' 'osc-plugin-staging' 'osclib' 'osdlyrics' 'osdlyrics-lang' 'osgi-annotation' 'osgi-annotation-javadoc' 'osgi-compendium' 'osgi-compendium-javadoc' 'osgi-core' 'osgi-core-javadoc' 'osinfo-db-tools' 'osmo-bsc' 'osmo-bsc-abisip-find' 'osmo-bsc-bs11-utils' 'osmo-bsc-ipaccess-utils' 'osmo-bsc-meas-utils' 'osmo-bts' 'osmo-bts-omldummy' 'osmo-bts-virtual' 'osmo-e1d' 'osmo-fl2k' 'osmo-fl2k-devel' 'osmo-fl2k-udev' 'osmo-gbproxy' 'osmo-ggsn' 'osmo-gtphub' 'osmo-hlr' 'osmo-iuh' 'osmo-mgw' 'osmo-msc' 'osmo-pcap' 'osmo-pcu' 'osmo-remsim-bankd' 'osmo-remsim-client' 'osmo-remsim-server' 'osmo-sgsn' 'osmo-sip-connector' 'osmo-stp' 'osmo-trx' 'osmo-trx-lms' 'osmo-trx-uhd' 'osmo-trx-usrp1' 'osmosdr' 'osmosdr-devel' 'ossim' 'ossim-devel' 'ossim-sample-data' 'osslsigncode' 'ossp-uuid' 'otb-bin' 'otb-devel' 'otb-qt' 'oto' 'otpclient' 'otrs' 'otrs-doc' 'otrs-itsm' 'otter-browser' 'ovmf-tools' 'ovn' 'ovn-central' 'ovn-devel' 'ovn-doc' 'ovn-docker' 'ovn-host' 'ovn-vtep' 'ovnkube' 'ovnkube-cni' 'owasp-modsecurity-crs' 'owasp-modsecurity-crs-base_rules' 'owasp-modsecurity-crs-experimental_rules' 'owasp-modsecurity-crs-optional_rules' 'owasp-modsecurity-crs-slr_rules' 'owncloud-client' 'owncloud-client' 'owncloud-client-caja' 'owncloud-client-debuginfo' 'owncloud-client-debugsource' 'owncloud-client-dolphin' 'owncloud-client-dolphin-debuginfo' 'owncloud-client-l10n' 'owncloud-client-nautilus' 'owncloud-client-nemo' 'oxygen-gtk2' 'oxygen-gtk2-debugsource' 'oxygen5' 'oxygen5-cursors' 'oxygen5-decoration' 'oxygen5-icon-theme-scalable' 'oxygen5-lang' 'oxygen5-style' 'oxygen5-style-32bit' 'oyranos' 'oyranos-monitor' 'oyranos-profile-graph' 'oyranos-qcmsevents' 'oyranos-ui-fltk' 'p0f' 'p11-kit-nss-trust' 'p11-kit-nss-trust-32bit' 'p11-kit-server' 'p7zip-doc' 'p8-platform-devel' 'pacemaker' 'pacemaker-cli' 'pacemaker-cts' 'pacemaker-remote' 'packETH' 'package-translations' 'package-update-indicator' 'package-update-indicator-lang' 'packit' 'pacpl' 'pacpl' 'paexec' 'paexec-examples' 'pagein' 'pagein-bash-completion' 'pagemon' 'pagemon-bash-completion' 'pagetools' 'paglinawan-quicksand-fonts' 'pagul-fonts' 'pagure' 'pagure-ci' 'pagure-ev' 'pagure-loadjson' 'pagure-logcom' 'pagure-milters' 'pagure-mirror' 'pagure-theme-chameleon' 'pagure-theme-default-openSUSE' 'pagure-theme-default-upstream' 'pagure-theme-pagureio' 'pagure-theme-srcfpo' 'pagure-theme-upstream' 'pagure-web-apache-httpd' 'pagure-web-nginx' 'pagure-webhook' 'palapeli' 'palapeli-data' 'palapeli-devel' 'palapeli-lang' 'palaura' 'palette' 'palette-lang' 'palm-db-tools' 'pam-deprecated-32bit' 'pam-devel' 'pam-devel-32bit' 'pam-doc' 'pam-extra' 'pam-extra-32bit' 'pam-test' 'pam_apparmor' 'pam_apparmor-32bit' 'pam_ccreds' 'pam_ccreds-32bit' 'pam_cgfs' 'pam_chroot' 'pam_chroot-32bit' 'pam_cifscreds' 'pam_csync' 'pam_csync-32bit' 'pam_dbus' 'pam_krb5' 'pam_krb5-32bit' 'pam_kwallet' 'pam_kwallet-32bit' 'pam_kwallet-common' 'pam_mktemp' 'pam_mktemp-32bit' 'pam_mount' 'pam_mount-32bit' 'pam_oath' 'pam_p11' 'pam_p11-32bit' 'pam_passwdqc' 'pam_passwdqc-32bit' 'pam_pkcs11' 'pam_pkcs11-32bit' 'pam_pkcs11-devel-doc' 'pam_radius' 'pam_radius-32bit' 'pam_script' 'pam_snapper' 'pam_ssh' 'pam_ssh-32bit' 'pam_u2f' 'pam_userpass' 'pam_userpass-32bit' 'pam_wrapper' 'pam_yubico' 'pamix' 'pamixer' 'pan' 'pan-lang' 'pandoc' 'pango-devel' 'pango-devel-32bit' 'pango-tools' 'pangomm-devel' 'pangomm-doc' 'pangomm1_4-devel' 'pangomm1_4-doc' 'panini' 'pantheon-wallpapers-branding-upstream' 'paper-icon-theme' 'paperclips' 'paperclips-javadoc' 'paperjam' 'papi' 'papi-devel' 'papi-devel-32bit' 'papi-devel-static' 'papi-hpc' 'papi-hpc-devel' 'papi_6_0_0-hpc' 'papi_6_0_0-hpc-devel' 'papi_6_0_0-hpc-devel-static' 'papirus-icon-theme' 'paprefs' 'paprefs-lang' 'paps' 'par' 'par2cmdline' 'par_text' 'paradise' 'parallel-netcdf-devel-data' 'parallel-netcdf-mvapich2' 'parallel-netcdf-mvapich2-devel' 'parallel-netcdf-mvapich2-devel-static' 'parallel-netcdf-openmpi1' 'parallel-netcdf-openmpi1-devel' 'parallel-netcdf-openmpi1-devel-static' 'parallel-netcdf-openmpi2' 'parallel-netcdf-openmpi2-devel' 'parallel-netcdf-openmpi2-devel-static' 'parallel-netcdf-openmpi3' 'parallel-netcdf-openmpi3-devel' 'parallel-netcdf-openmpi3-devel-static' 'paranamer' 'paranamer-ant' 'paranamer-generator' 'paranamer-javadoc' 'paranamer-maven-plugin' 'paranamer-parent' 'paratype-pt-mono-fonts' 'paratype-pt-sans-fonts' 'paratype-pt-serif-fonts' 'paraview' 'paraview-devel' 'paraview-devel-static' 'paraview-plugins' 'paraviewdata' 'parboiled' 'parboiled-javadoc' 'parboiled-scala' 'parboiled-scala-javadoc' 'parcellite' 'pari-devel' 'pari-elldata' 'pari-galdata' 'pari-galpol' 'pari-gp' 'pari-nftables' 'pari-seadata' 'parkverbot' 'parlatype' 'parlatype-lang' 'parley' 'parley-lang' 'parole' 'parole-devel' 'parole-lang' 'parpack-openmpi1-devel' 'parpack-openmpi1-devel-32bit' 'parpack-openmpi2-devel' 'parpack-openmpi2-devel-32bit' 'parpack-openmpi3-devel' 'parpack-openmpi3-devel-32bit' 'partclone' 'partclone-lang' 'parted-devel' 'parti' 'partitionmanager' 'partitionmanager' 'partitionmanager-debuginfo' 'partitionmanager-debugsource' 'partitionmanager-lang' 'parzip' 'pass-otp' 'passwdqc' 'passwdqc-devel' 'password-store' 'password-store-dmenu' 'pasystray' 'patch2mail' 'patchelf' 'patchutils' 'patool' 'patool-bash-completion' 'patterns-base-32bit' 'patterns-base-apparmor-32bit' 'patterns-base-base-32bit' 'patterns-base-basic_desktop' 'patterns-base-bootloader' 'patterns-base-console' 'patterns-base-documentation' 'patterns-base-enhanced_base-32bit' 'patterns-base-minimal_base-32bit' 'patterns-base-sw_management-32bit' 'patterns-base-transactional_base' 'patterns-base-update_test' 'patterns-base-x11-32bit' 'patterns-base-x11_enhanced-32bit' 'patterns-ceph-containers-ceph_base' 'patterns-containers-container_runtime' 'patterns-containers-container_runtime_kubernetes' 'patterns-containers-kubeadm' 'patterns-containers-kubernetes_utilities' 'patterns-containers-kubic_admin' 'patterns-containers-kubic_loadbalancer' 'patterns-containers-kubic_worker' 'patterns-desktop-imaging' 'patterns-desktop-laptop' 'patterns-desktop-technical_writing' 'patterns-devel-C-C++-devel_C_C++' 'patterns-devel-base-devel_basis' 'patterns-devel-base-devel_basis-32bit' 'patterns-devel-base-devel_kernel' 'patterns-devel-base-devel_kernel-32bit' 'patterns-devel-base-devel_rpm_build' 'patterns-devel-base-devel_web' 'patterns-devel-java-devel_java' 'patterns-devel-mono-devel_mono' 'patterns-devel-osc-devel_osc_build' 'patterns-devel-perl-devel_perl' 'patterns-devel-ruby-devel_ruby' 'patterns-devel-tcl-devel_tcl' 'patterns-enlightenment-enlightenment' 'patterns-gnome-devel_gnome' 'patterns-gnome-gnome' 'patterns-gnome-gnome_basic' 'patterns-gnome-gnome_basis' 'patterns-gnome-gnome_basis_opt' 'patterns-gnome-gnome_games' 'patterns-gnome-gnome_ide' 'patterns-gnome-gnome_imaging' 'patterns-gnome-gnome_internet' 'patterns-gnome-gnome_multimedia' 'patterns-gnome-gnome_office' 'patterns-gnome-gnome_utilities' 'patterns-gnome-gnome_x11' 'patterns-gnome-gnome_yast' 'patterns-gnome-sw_management_gnome' 'patterns-hpc-compute_node' 'patterns-hpc-development_node' 'patterns-hpc-libraries' 'patterns-hpc-workload_server' 'patterns-kde-devel_kde_frameworks' 'patterns-kde-devel_qt5' 'patterns-kde-kde_edutainment' 'patterns-kde-kde_ide' 'patterns-kde-kde_imaging' 'patterns-kde-kde_telepathy' 'patterns-leechcraft-leechcraft' 'patterns-leechcraft-leechcraft_browser' 'patterns-leechcraft-leechcraft_media' 'patterns-leechcraft-leechcraft_messenger' 'patterns-leechcraft-leechcraft_netutils' 'patterns-leechcraft-leechcraft_office' 'patterns-leechcraft-leechcraft_utilities' 'patterns-lxde-lxde' 'patterns-lxde-lxde_laptop' 'patterns-lxde-lxde_office' 'patterns-lxqt-lxqt' 'patterns-mate-mate' 'patterns-mate-mate_admin' 'patterns-mate-mate_basis' 'patterns-mate-mate_internet' 'patterns-mate-mate_laptop' 'patterns-mate-mate_office' 'patterns-mate-mate_office_opt' 'patterns-mate-mate_utilities' 'patterns-media-rest_cd_core' 'patterns-media-rest_cd_gnome' 'patterns-media-rest_cd_kde' 'patterns-media-rest_cd_x11' 'patterns-media-rest_core_dvd' 'patterns-media-rest_dvd' 'patterns-microos-alt_onlyDVD' 'patterns-microos-apparmor' 'patterns-microos-base' 'patterns-microos-basesystem' 'patterns-microos-cloud' 'patterns-microos-defaults' 'patterns-microos-desktop-gnome' 'patterns-microos-desktop-kde' 'patterns-microos-hardware' 'patterns-microos-ima_evm' 'patterns-microos-onlyDVD' 'patterns-microos-selinux' 'patterns-microos-sssd_ldap' 'patterns-network-network_admin' 'patterns-non_oss' 'patterns-non_oss_opt' 'patterns-openSUSEway' 'patterns-rpm-macros' 'patterns-server-dhcp_dns_server' 'patterns-server-dhcp_dns_server-32bit' 'patterns-server-directory_server' 'patterns-server-directory_server-32bit' 'patterns-server-file_server' 'patterns-server-file_server-32bit' 'patterns-server-gateway_server' 'patterns-server-gateway_server-32bit' 'patterns-server-lamp_server' 'patterns-server-lamp_server-32bit' 'patterns-server-mail_server' 'patterns-server-mail_server-32bit' 'patterns-server-printing' 'patterns-server-printing-32bit' 'patterns-server-xen_server' 'patterns-server-xen_tools' 'patterns-sway-sway' 'patterns-xfce-xfce' 'patterns-xfce-xfce_basis' 'patterns-xfce-xfce_laptop' 'patterns-xfce-xfce_office' 'patterns-yast-devel_yast' 'patterns-yast-yast2_install_wf' 'pavucontrol' 'pavucontrol-lang' 'pavucontrol-qt' 'pavucontrol-qt-lang' 'pavumeter' 'pax-utils' 'pbm2l7k' 'pbuilder' 'pbzip2' 'pcapdump' 'pcapinfo' 'pcaudiolib-devel' 'pcb' 'pcb-doc' 'pcc' 'pcfclock' 'pcfclock-kmp-default' 'pcfclock-kmp-pae' 'pciutils-devel' 'pciutils-devel-32bit' 'pcm' 'pcmanfm' 'pcmanfm-devel' 'pcmanfm-lang' 'pcmanfm-qt' 'pcmanfm-qt-lang' 'pcmanx-gtk2' 'pcmciautils' 'pcp' 'pcp-conf' 'pcp-devel' 'pcp-doc' 'pcp-export-pcp2elasticsearch' 'pcp-export-pcp2graphite' 'pcp-export-pcp2influxdb' 'pcp-export-pcp2json' 'pcp-export-pcp2spark' 'pcp-export-pcp2xml' 'pcp-export-pcp2zabbix' 'pcp-export-zabbix-agent' 'pcp-gui' 'pcp-import-collectl2pcp' 'pcp-import-ganglia2pcp' 'pcp-import-iostat2pcp' 'pcp-import-mrtg2pcp' 'pcp-import-sar2pcp' 'pcp-manager' 'pcp-pmda-activemq' 'pcp-pmda-apache' 'pcp-pmda-bash' 'pcp-pmda-bind2' 'pcp-pmda-bonding' 'pcp-pmda-cifs' 'pcp-pmda-cisco' 'pcp-pmda-dbping' 'pcp-pmda-dm' 'pcp-pmda-docker' 'pcp-pmda-ds389' 'pcp-pmda-ds389log' 'pcp-pmda-elasticsearch' 'pcp-pmda-gfs2' 'pcp-pmda-gluster' 'pcp-pmda-gpfs' 'pcp-pmda-gpsd' 'pcp-pmda-haproxy' 'pcp-pmda-infiniband' 'pcp-pmda-json' 'pcp-pmda-lmsensors' 'pcp-pmda-logger' 'pcp-pmda-lustre' 'pcp-pmda-lustrecomm' 'pcp-pmda-mailq' 'pcp-pmda-memcache' 'pcp-pmda-mic' 'pcp-pmda-mounts' 'pcp-pmda-mysql' 'pcp-pmda-named' 'pcp-pmda-netfilter' 'pcp-pmda-news' 'pcp-pmda-nfsclient' 'pcp-pmda-nginx' 'pcp-pmda-nutcracker' 'pcp-pmda-nvidia-gpu' 'pcp-pmda-oracle' 'pcp-pmda-pdns' 'pcp-pmda-perfevent' 'pcp-pmda-postfix' 'pcp-pmda-prometheus' 'pcp-pmda-redis' 'pcp-pmda-roomtemp' 'pcp-pmda-rpm' 'pcp-pmda-rsyslog' 'pcp-pmda-samba' 'pcp-pmda-sendmail' 'pcp-pmda-shping' 'pcp-pmda-slurm' 'pcp-pmda-smart' 'pcp-pmda-snmp' 'pcp-pmda-summary' 'pcp-pmda-systemd' 'pcp-pmda-trace' 'pcp-pmda-unbound' 'pcp-pmda-vmware' 'pcp-pmda-weblog' 'pcp-pmda-zimbra' 'pcp-pmda-zswap' 'pcp-system-tools' 'pcp-testsuite' 'pcp-webapi' 'pcp-zeroconf' 'pcre-devel' 'pcre-devel-static' 'pcre-doc' 'pcre-tools' 'pcre2-devel' 'pcre2-devel-static' 'pcre2-doc' 'pcre2-tools' 'pcsc-acr38' 'pcsc-acr38-devel' 'pcsc-acsccid' 'pcsc-asedriveiiie-serial' 'pcsc-asedriveiiie-usb' 'pcsc-asekey' 'pcsc-ccid' 'pcsc-cyberjack' 'pcsc-eco5000' 'pcsc-gempc' 'pcsc-lite-devel' 'pcsc-reflex60' 'pcsc-tools' 'pcsc-towitoko' 'pcsc-towitoko-devel' 'pcsx2' 'pcsx2-lang-ar' 'pcsx2-lang-ca' 'pcsx2-lang-cs' 'pcsx2-lang-da' 'pcsx2-lang-de' 'pcsx2-lang-es' 'pcsx2-lang-fi' 'pcsx2-lang-fr' 'pcsx2-lang-hr' 'pcsx2-lang-hu' 'pcsx2-lang-id' 'pcsx2-lang-it' 'pcsx2-lang-ja' 'pcsx2-lang-ko' 'pcsx2-lang-lt' 'pcsx2-lang-nb' 'pcsx2-lang-nl' 'pcsx2-lang-pl' 'pcsx2-lang-pt_BR' 'pcsx2-lang-ru' 'pcsx2-lang-sv' 'pcsx2-lang-th' 'pcsx2-lang-tr' 'pcsx2-lang-zh_CN' 'pcsx2-lang-zh_TW' 'pcsxr' 'pcsxr' 'pcsxr-debuginfo' 'pcsxr-debugsource' 'pdf2djvu' 'pdf2djvu-lang' 'pdf2svg' 'pdfgrep' 'pdfquirk' 'pdfquirk' 'pdfquirk-debuginfo' 'pdfquirk-debugsource' 'pdftk' 'pdftk' 'pdi2iso' 'pdi2iso' 'pdi2iso-debuginfo' 'pdi2iso-debugsource' 'pdns' 'pdns-backend-geoip' 'pdns-backend-godbc' 'pdns-backend-ldap' 'pdns-backend-lmdb' 'pdns-backend-lua' 'pdns-backend-mysql' 'pdns-backend-postgresql' 'pdns-backend-remote' 'pdns-backend-sqlite3' 'pdns-common' 'pdns-recursor' 'pdnsd' 'pdnsd-doc' 'pdsh' 'pdsh-dshgroup' 'pdsh-genders' 'pdsh-machines' 'pdsh-netgroup' 'pdsh-slurm' 'peazip' 'peazip-kf5' 'peek' 'peek-lang' 'pegdown' 'pegdown-javadoc' 'pegtl-devel' 'pegtl-devel-doc' 'peksystray' 'pen' 'pencil' 'pentaho-libxml-javadoc' 'pentaho-reporting-flow-engine-javadoc' 'percona-toolkit' 'performous' 'performous' 'performous-debuginfo' 'performous-debugsource' 'perftest' 'perl-Acme-Damn' 'perl-Algorithm-Annotate' 'perl-Algorithm-C3' 'perl-Algorithm-CheckDigits' 'perl-Algorithm-Combinatorics' 'perl-Algorithm-Diff' 'perl-Alien-Build' 'perl-Alien-Libxml2' 'perl-Alien-SDL' 'perl-Alien-Tidyp' 'perl-Alien-wxWidgets' 'perl-Any-Moose' 'perl-AnyEvent' 'perl-AnyEvent-HTTP' 'perl-AnyEvent-I3' 'perl-Apache-AuthCookie' 'perl-Apache-DBI' 'perl-Apache-Filter' 'perl-Apache-LogFormat-Compiler' 'perl-Apache-Session' 'perl-Apache-SessionX' 'perl-Apache2-AuthCookieDBI' 'perl-App-Ack' 'perl-App-CELL' 'perl-App-CLI' 'perl-App-Cmd' 'perl-App-Dochazka-CLI' 'perl-App-Dochazka-Common' 'perl-App-Dochazka-REST' 'perl-App-Dochazka-WWW' 'perl-App-FatPacker' 'perl-App-MFILE' 'perl-App-MFILE-WWW' 'perl-App-Nopaste' 'perl-App-Rad' 'perl-App-Rad-Plugin-MoreHelp' 'perl-App-cpanminus' 'perl-App-perlbrew' 'perl-AppConfig' 'perl-Archive-Cpio' 'perl-Archive-Extract' 'perl-Archive-Peek' 'perl-Archive-Tar-Wrapper' 'perl-Array-Unique' 'perl-Audio-FLAC-Header' 'perl-Audio-FLAC-Header' 'perl-Audio-FLAC-Header-debugsource' 'perl-Audio-Musepack' 'perl-Audio-Musepack' 'perl-Audio-RPLD' 'perl-Audio-Scan' 'perl-Audio-Scan' 'perl-Audio-Scan-debuginfo' 'perl-Audio-Scan-debugsource' 'perl-Audio-WMA' 'perl-Audio-WMA' 'perl-Authen-DecHpwd' 'perl-Authen-Passphrase' 'perl-Authen-SASL-Cyrus' 'perl-B-COW' 'perl-B-Debug' 'perl-B-Hooks-EndOfScope' 'perl-B-Hooks-OP-Annotation' 'perl-B-Hooks-OP-Check' 'perl-B-Hooks-OP-PPAddr' 'perl-B-Keywords' 'perl-B-Utils' 'perl-BIND-Conf_Parser' 'perl-BSD-Resource' 'perl-Benchmark-Timer' 'perl-BerkeleyDB' 'perl-Bit-Vector' 'perl-Boost-Geometry-Utils' 'perl-Bootloader-YAML' 'perl-Browser-Open' 'perl-Business-ISBN' 'perl-Business-ISBN-Data' 'perl-Business-ISMN' 'perl-Business-ISSN' 'perl-CBOR-XS' 'perl-CBOR-XS' 'perl-CBOR-XS-debuginfo' 'perl-CBOR-XS-debugsource' 'perl-CDDB' 'perl-CDDB' 'perl-CDDB_get' 'perl-CGI' 'perl-CGI-Ajax' 'perl-CGI-Application' 'perl-CGI-FastTemplate' 'perl-CGI-FormBuilder' 'perl-CGI-Session' 'perl-CGI-Simple' 'perl-CHI' 'perl-CLASS' 'perl-CPAN-DistnameInfo' 'perl-CPAN-Meta-Check' 'perl-CPAN-Meta-Requirements' 'perl-CPAN-Mini' 'perl-CPAN-Perl-Releases' 'perl-CPAN-Uploader' 'perl-CSS-Minifier-XS' 'perl-CSS-Tiny' 'perl-Cache-Cache' 'perl-Cache-LRU' 'perl-Cache-Memcached' 'perl-Cairo' 'perl-Cairo-GObject' 'perl-Calendar-Simple' 'perl-Canary-Stability' 'perl-Capture-Tiny' 'perl-Carp-Always' 'perl-Carp-Assert' 'perl-Carp-Assert-More' 'perl-Carp-Clan' 'perl-Carton' 'perl-Catalyst-Manual' 'perl-Chart' 'perl-Class-Accessor' 'perl-Class-Accessor-Chained' 'perl-Class-Accessor-Grouped' 'perl-Class-Accessor-Lite' 'perl-Class-Adapter' 'perl-Class-Autouse' 'perl-Class-Base' 'perl-Class-C3' 'perl-Class-C3-Adopt-NEXT' 'perl-Class-C3-Componentised' 'perl-Class-C3-XS' 'perl-Class-Container' 'perl-Class-DBI' 'perl-Class-Data-Inheritable' 'perl-Class-Date' 'perl-Class-ErrorHandler' 'perl-Class-Factory-Util' 'perl-Class-ISA' 'perl-Class-Inner' 'perl-Class-Inspector' 'perl-Class-Load' 'perl-Class-Load-XS' 'perl-Class-MakeMethods' 'perl-Class-Method-Modifiers' 'perl-Class-Method-Modifiers-Fast' 'perl-Class-MethodMaker' 'perl-Class-Mix' 'perl-Class-Multimethods' 'perl-Class-ReturnValue' 'perl-Class-Singleton' 'perl-Class-Spiffy' 'perl-Class-Std' 'perl-Class-Tiny' 'perl-Class-Trigger' 'perl-Class-Unload' 'perl-Class-WhiteHole' 'perl-Class-XPath' 'perl-Class-XSAccessor' 'perl-Clone-Choose' 'perl-Clone-PP' 'perl-Code-DRY' 'perl-CommonMark' 'perl-Compress-Bzip2' 'perl-Compress-Raw-Lzma' 'perl-Config-Any' 'perl-Config-Auto' 'perl-Config-AutoConf' 'perl-Config-Crontab' 'perl-Config-General' 'perl-Config-GitLike' 'perl-Config-Grammar' 'perl-Config-INI' 'perl-Config-IniFiles' 'perl-Config-MVP' 'perl-Config-MVP-Reader-INI' 'perl-Config-MySQL' 'perl-Config-Simple' 'perl-Config-Std' 'perl-Config-Tiny' 'perl-Const-Fast' 'perl-Context-Preserve' 'perl-Contextual-Return' 'perl-Convert-ASN1' 'perl-Convert-BER' 'perl-Convert-BinHex' 'perl-Convert-TNEF' 'perl-Convert-UUlib' 'perl-Cookie-Baker' 'perl-Crypt-Blowfish' 'perl-Crypt-CBC' 'perl-Crypt-DES' 'perl-Crypt-DH-GMP' 'perl-Crypt-Eksblowfish' 'perl-Crypt-MySQL' 'perl-Crypt-OpenSSL-Bignum' 'perl-Crypt-OpenSSL-Guess' 'perl-Crypt-OpenSSL-RSA' 'perl-Crypt-OpenSSL-Random' 'perl-Crypt-PasswdMD5' 'perl-Crypt-RC4' 'perl-Crypt-Rijndael' 'perl-Crypt-Rot13' 'perl-Crypt-SSLeay' 'perl-Crypt-SaltedHash' 'perl-Crypt-Twofish' 'perl-Crypt-Twofish' 'perl-Crypt-Twofish-debuginfo' 'perl-Crypt-Twofish-debugsource' 'perl-Crypt-UnixCrypt_XS' 'perl-CryptX' 'perl-Curses' 'perl-CursesWidgets' 'perl-Cwd-Guard' 'perl-DBD-CSV' 'perl-DBD-MariaDB' 'perl-DBD-ODBC' 'perl-DBD-Pg' 'perl-DBD-XBase' 'perl-DBD-mysql' 'perl-DBICx-TestDatabase' 'perl-DBIx-Class' 'perl-DBIx-Class-DeploymentHandler' 'perl-DBIx-Class-DynamicDefault' 'perl-DBIx-Class-Fixtures' 'perl-DBIx-Class-InflateColumn-FS' 'perl-DBIx-Class-IntrospectableM2M' 'perl-DBIx-Class-Migration' 'perl-DBIx-Class-OptimisticLocking' 'perl-DBIx-Class-Schema-Config' 'perl-DBIx-Class-Schema-Loader' 'perl-DBIx-Class-UUIDColumns' 'perl-DBIx-Connector' 'perl-DBIx-ContextualFetch' 'perl-DBIx-Simple' 'perl-DBIx-Transaction' 'perl-DBM-Deep' 'perl-DNS-LDNS' 'perl-Daemon-Generic' 'perl-Data-Clone' 'perl-Data-Compare' 'perl-Data-Dump' 'perl-Data-Dump-Streamer' 'perl-Data-Dumper-Concise' 'perl-Data-Entropy' 'perl-Data-Float' 'perl-Data-Hexify' 'perl-Data-Hierarchy' 'perl-Data-Integer' 'perl-Data-ObjectDriver' 'perl-Data-OptList' 'perl-Data-Page' 'perl-Data-Peek' 'perl-Data-Perl' 'perl-Data-Printer' 'perl-Data-Random' 'perl-Data-Section' 'perl-Data-Section-Simple' 'perl-Data-ShowTable' 'perl-Data-Structure-Util' 'perl-Data-Tumbler' 'perl-Data-Uniqid' 'perl-Data-Util' 'perl-Data-Validate-Domain' 'perl-Data-Validate-IP' 'perl-Data-Visitor' 'perl-Date-Calc' 'perl-Date-Holidays-CZ' 'perl-Date-Manip' 'perl-Date-Simple' 'perl-Date-Tiny' 'perl-DateTime' 'perl-DateTime-Calendar-Julian' 'perl-DateTime-Calendar-Mayan' 'perl-DateTime-Format-Builder' 'perl-DateTime-Format-DateParse' 'perl-DateTime-Format-Flexible' 'perl-DateTime-Format-ISO8601' 'perl-DateTime-Format-Mail' 'perl-DateTime-Format-MySQL' 'perl-DateTime-Format-Natural' 'perl-DateTime-Format-Pg' 'perl-DateTime-Format-SQLite' 'perl-DateTime-Format-Strptime' 'perl-DateTime-Format-W3CDTF' 'perl-DateTime-Locale' 'perl-DateTime-TimeZone' 'perl-DateTime-Tiny' 'perl-Debug-Trace' 'perl-Declare-Constraints-Simple' 'perl-Devel-Caller' 'perl-Devel-CheckBin' 'perl-Devel-CheckCompiler' 'perl-Devel-CheckLib' 'perl-Devel-CheckOS' 'perl-Devel-Confess' 'perl-Devel-CoreStack' 'perl-Devel-Cover' 'perl-Devel-Cover-Report-Codecov' 'perl-Devel-Cycle' 'perl-Devel-Declare' 'perl-Devel-FindPerl' 'perl-Devel-GlobalDestruction' 'perl-Devel-GlobalPhase' 'perl-Devel-Hide' 'perl-Devel-Leak' 'perl-Devel-LexAlias' 'perl-Devel-NYTProf' 'perl-Devel-OverloadInfo' 'perl-Devel-PPPort' 'perl-Devel-PartialDump' 'perl-Devel-PatchPerl' 'perl-Devel-REPL' 'perl-Devel-StackTrace' 'perl-Devel-StackTrace-AsHTML' 'perl-Devel-TakeHashArgs' 'perl-Devel-Trace' 'perl-Device-SerialPort' 'perl-Device-Yeelight' 'perl-Digest-CRC' 'perl-Digest-JHash' 'perl-Digest-MD5' 'perl-Digest-Perl-MD5' 'perl-Dist-CheckConflicts' 'perl-Dist-Zilla' 'perl-Dumbbench' 'perl-Email-Abstract' 'perl-Email-Address' 'perl-Email-Address-XS' 'perl-Email-Date-Format' 'perl-Email-Find' 'perl-Email-Find' 'perl-Email-MIME' 'perl-Email-MIME-ContentType' 'perl-Email-MIME-Encodings' 'perl-Email-MessageID' 'perl-Email-Reply' 'perl-Email-Send' 'perl-Email-Sender' 'perl-Email-Simple' 'perl-Email-Valid' 'perl-Encode' 'perl-Encode-Detect' 'perl-Encode-EUCJPASCII' 'perl-Encode-HanExtra' 'perl-Encode-JIS2K' 'perl-Eval-Closure' 'perl-Eval-LineNumbers' 'perl-Event' 'perl-Event-ExecFlow' 'perl-Event-ExecFlow' 'perl-Event-RPC' 'perl-Event-RPC' 'perl-Exception-Base' 'perl-Exception-Class' 'perl-Expect' 'perl-Export-Attrs' 'perl-Exporter-Declare' 'perl-Exporter-Lite' 'perl-Exporter-Tidy' 'perl-Exporter-Tiny' 'perl-ExtUtils-CBuilder' 'perl-ExtUtils-CChecker' 'perl-ExtUtils-Config' 'perl-ExtUtils-CppGuess' 'perl-ExtUtils-Depends' 'perl-ExtUtils-F77' 'perl-ExtUtils-Helpers' 'perl-ExtUtils-InstallPaths' 'perl-ExtUtils-LibBuilder' 'perl-ExtUtils-MakeMaker' 'perl-ExtUtils-MakeMaker-CPANfile' 'perl-ExtUtils-Manifest' 'perl-ExtUtils-PkgConfig' 'perl-ExtUtils-Typemaps-Default' 'perl-ExtUtils-XSpp' 'perl-FFI-CheckLib' 'perl-FastCGI' 'perl-Feed-Find' 'perl-Fennec-Lite' 'perl-File-BaseDir' 'perl-File-Basename-Object' 'perl-File-Comments' 'perl-File-Copy-Recursive' 'perl-File-Copy-Recursive-Reduced' 'perl-File-DesktopEntry' 'perl-File-Find-Rule' 'perl-File-Find-Rule-Perl' 'perl-File-Finder' 'perl-File-Flock' 'perl-File-HomeDir' 'perl-File-LibMagic' 'perl-File-MMagic' 'perl-File-Map' 'perl-File-MimeInfo' 'perl-File-Mork' 'perl-File-Next' 'perl-File-Path' 'perl-File-Path-Tiny' 'perl-File-ReadBackwards' 'perl-File-Remove' 'perl-File-Rsync' 'perl-File-ShareDir' 'perl-File-ShareDir-Install' 'perl-File-ShareDir-ProjectDistDir' 'perl-File-Slurp' 'perl-File-Slurp-Tiny' 'perl-File-Slurp-Unicode' 'perl-File-Slurper' 'perl-File-Sync' 'perl-File-Tail' 'perl-File-Temp' 'perl-File-Touch' 'perl-File-Type' 'perl-File-Unpack' 'perl-File-Which' 'perl-File-chdir' 'perl-File-pushd' 'perl-FileHandle-Unget' 'perl-Filesys-Df' 'perl-Filesys-Notify-Simple' 'perl-Filesys-Statvfs' 'perl-Finance-Quote' 'perl-FindBin-Real' 'perl-Font-AFM' 'perl-Font-TTF' 'perl-FreezeThaw' 'perl-Furl' 'perl-Fuse' 'perl-Future' 'perl-GD' 'perl-GD-Barcode' 'perl-GD-Graph3d' 'perl-GDGraph' 'perl-GDTextUtil' 'perl-GStreamer1' 'perl-Geo-Coordinates-UTM' 'perl-Geography-Countries' 'perl-Getopt-ArgvFile' 'perl-Getopt-Long-Descriptive' 'perl-Getopt-Tabular' 'perl-Git-Repository' 'perl-Git-Repository-Plugin-Log' 'perl-Git-Version-Compare' 'perl-Glib' 'perl-Glib-Object-Introspection' 'perl-Gnome2-Canvas' 'perl-Gnome2-VFS' 'perl-Gnome2-Wnck' 'perl-GnuPG-Interface' 'perl-GooCanvas2' 'perl-Graph' 'perl-GraphViz' 'perl-Graphics-ColorUtils' 'perl-GraphicsMagick' 'perl-Gravatar-URL' 'perl-Growl-GNTP' 'perl-Gtk2' 'perl-Gtk2-AppIndicator' 'perl-Gtk2-Ex-FormFactory' 'perl-Gtk2-Ex-FormFactory' 'perl-Gtk2-GladeXML' 'perl-Gtk2-GladeXML' 'perl-Gtk2-GladeXML-debuginfo' 'perl-Gtk2-GladeXML-debugsource' 'perl-Gtk2-ImageView' 'perl-Gtk2-Notify' 'perl-Gtk2-Notify' 'perl-Gtk2-Notify-debuginfo' 'perl-Gtk2-Notify-debugsource' 'perl-Gtk2-TrayIcon' 'perl-Gtk2-TrayIcon' 'perl-Gtk2-TrayIcon-debuginfo' 'perl-Gtk2-TrayIcon-debugsource' 'perl-Gtk2-Unique' 'perl-Gtk3' 'perl-Gtk3-SimpleList' 'perl-Guard' 'perl-HTML-Clean' 'perl-HTML-Element-Extended' 'perl-HTML-Encoding' 'perl-HTML-FillInForm' 'perl-HTML-Form' 'perl-HTML-FormHandler' 'perl-HTML-Format' 'perl-HTML-FormatText-WithLinks' 'perl-HTML-FromText' 'perl-HTML-FromText' 'perl-HTML-RewriteAttributes' 'perl-HTML-Scrubber' 'perl-HTML-SimpleParse' 'perl-HTML-Stream' 'perl-HTML-Strip' 'perl-HTML-Strip' 'perl-HTML-Strip-debuginfo' 'perl-HTML-Strip-debugsource' 'perl-HTML-TableExtract' 'perl-HTML-Template' 'perl-HTML-Tidy' 'perl-HTML-TokeParser-Simple' 'perl-HTML-Tree' 'perl-HTTP-Body' 'perl-HTTP-Cache-Transparent' 'perl-HTTP-Cache-Transparent' 'perl-HTTP-Cache-Transparent-debugsource' 'perl-HTTP-DAV' 'perl-HTTP-Entity-Parser' 'perl-HTTP-Headers-ActionPack' 'perl-HTTP-Headers-Fast' 'perl-HTTP-Lite' 'perl-HTTP-MultiPartParser' 'perl-HTTP-Parser-XS' 'perl-HTTP-Request-AsCGI' 'perl-HTTP-Server-Simple' 'perl-HTTP-Thin' 'perl-HTTP-Tiny' 'perl-HTTPS-Daemon' 'perl-Hamlib' 'perl-Hash-Merge' 'perl-Hash-Merge-Simple' 'perl-Hash-MoreUtils' 'perl-Hash-MultiValue' 'perl-Hash-Util-FieldHash-Compat' 'perl-Hook-LexWrap' 'perl-IO-All' 'perl-IO-Async' 'perl-IO-CaptureOutput' 'perl-IO-Event' 'perl-IO-Handle-Util' 'perl-IO-Interactive' 'perl-IO-Interface' 'perl-IO-Multiplex' 'perl-IO-Pager' 'perl-IO-Pipely' 'perl-IO-SessionData' 'perl-IO-Socket-INET6' 'perl-IO-Socket-Multicast' 'perl-IO-Socket-PortState' 'perl-IO-Socket-Timeout' 'perl-IO-String' 'perl-IO-Stty' 'perl-IO-Tee' 'perl-IO-TieCombine' 'perl-IO-Tty' 'perl-IO-stringy' 'perl-IP-Country' 'perl-IPC-Run' 'perl-IPC-ShareLite' 'perl-IPC-System-Simple' 'perl-IRI' 'perl-Ima-DBI' 'perl-Image-Info' 'perl-Image-Sane' 'perl-Image-Size' 'perl-Import-Into' 'perl-Importer' 'perl-Inline' 'perl-Inline-C' 'perl-Inline-C' 'perl-Inline-C-debugsource' 'perl-Inline-Python' 'perl-Iterator' 'perl-Iterator-Util' 'perl-JSON' 'perl-JSON-Any' 'perl-JSON-DWIW' 'perl-JSON-MaybeXS' 'perl-JSON-RPC' 'perl-JSON-Validator' 'perl-JSON-XS' 'perl-JavaScript-Minifier-XS' 'perl-LWP-Online' 'perl-Lexical-Persistence' 'perl-Lexical-SealRequireHints' 'perl-Lingua-EN-FindNumber' 'perl-Lingua-EN-Inflect' 'perl-Lingua-EN-Inflect-Number' 'perl-Lingua-EN-Inflect-Phrase' 'perl-Lingua-EN-Number-IsOrdinal' 'perl-Lingua-EN-Numbers-Ordinate' 'perl-Lingua-EN-Numbers-Ordinate' 'perl-Lingua-EN-Numbers-Ordinate-debugsource' 'perl-Lingua-EN-Sentence' 'perl-Lingua-EN-Tagger' 'perl-Lingua-EN-Words2Nums' 'perl-Lingua-PT-Stemmer' 'perl-Lingua-Preferred' 'perl-Lingua-Preferred' 'perl-Lingua-Preferred-debugsource' 'perl-Lingua-Stem' 'perl-Lingua-Stem-Fr' 'perl-Lingua-Stem-It' 'perl-Lingua-Stem-Ru' 'perl-Lingua-Stem-Snowball' 'perl-Lingua-Stem-Snowball-Da' 'perl-Lingua-Translit' 'perl-Linux-DesktopFiles' 'perl-Linux-Inotify2' 'perl-Linux-Pid' 'perl-List-AllUtils' 'perl-List-BinarySearch' 'perl-List-BinarySearch-XS' 'perl-List-MoreUtils' 'perl-List-MoreUtils-XS' 'perl-List-SomeUtils' 'perl-List-SomeUtils-XS' 'perl-List-UtilsBy' 'perl-Locale-Maketext-Gettext' 'perl-Locale-Maketext-Lexicon' 'perl-Locale-Msgfmt' 'perl-Locale-US' 'perl-LockFile-Simple' 'perl-Log-Any' 'perl-Log-Contextual' 'perl-Log-Dispatch' 'perl-Log-Dispatch-Array' 'perl-Log-Dispatch-Config' 'perl-Log-Dispatch-FileRotate' 'perl-Log-Dispatchouli' 'perl-Log-Log4perl' 'perl-Log-Message' 'perl-Log-Message-Simple' 'perl-Log-TraceMessages' 'perl-Log-TraceMessages' 'perl-Log-TraceMessages-debugsource' 'perl-MCE' 'perl-MIME-Charset' 'perl-MIME-EncWords' 'perl-MIME-Lite' 'perl-MIME-Types' 'perl-MIME-tools' 'perl-MLDBM' 'perl-MLDBM-Sync' 'perl-MP3-Info' 'perl-MP3-Info' 'perl-MP3-Tag' 'perl-MP3-Tag' 'perl-MP4-Info' 'perl-MP4-Info' 'perl-MRO-Compat' 'perl-Mac-PropertyList' 'perl-Mail-DKIM' 'perl-Mail-IMAPClient' 'perl-Mail-Mbox-MessageParser' 'perl-Mail-SPF' 'perl-Mail-SPF-Test' 'perl-Mail-Sender' 'perl-Mail-Sendmail' 'perl-Mail-SpamAssassin' 'perl-Mail-SpamAssassin-Plugin-iXhash2' 'perl-Mason' 'perl-Math-Base-Convert' 'perl-Math-BigInt' 'perl-Math-BigInt-GMP' 'perl-Math-Calc-Units' 'perl-Math-Clipper' 'perl-Math-ConvexHull' 'perl-Math-ConvexHull-MonotoneChain' 'perl-Math-Geometry-Voronoi' 'perl-Math-Int64' 'perl-Math-Libm' 'perl-Math-PlanePath' 'perl-Math-Random-ISAAC' 'perl-Math-Round' 'perl-Memoize-ExpireLRU' 'perl-Meta-Builder' 'perl-Method-Signatures' 'perl-Method-Signatures-Simple' 'perl-Minion' 'perl-Minion-Backend-SQLite' 'perl-Mixin-Linewise' 'perl-Mo' 'perl-Mock-Config' 'perl-Mock-Quick' 'perl-Modern-Perl' 'perl-Module-Build' 'perl-Module-Build-Deprecated' 'perl-Module-Build-Tiny' 'perl-Module-Build-WithXSpp' 'perl-Module-Build-XSUtil' 'perl-Module-CPANfile' 'perl-Module-Depends' 'perl-Module-Find' 'perl-Module-Implementation' 'perl-Module-Info' 'perl-Module-Install' 'perl-Module-Install-AuthorTests' 'perl-Module-Install-ExtraTests' 'perl-Module-Load-Conditional' 'perl-Module-Metadata' 'perl-Module-Path' 'perl-Module-Pluggable' 'perl-Module-Reader' 'perl-Module-Refresh' 'perl-Module-Runtime' 'perl-Module-Runtime-Conflicts' 'perl-Module-ScanDeps' 'perl-Module-Signature' 'perl-Module-Starter' 'perl-Module-Util' 'perl-Mojo-DOM58' 'perl-Mojo-IOLoop-ReadWriteProcess' 'perl-Mojo-Log-Colored' 'perl-Mojo-Pg' 'perl-Mojo-RabbitMQ-Client' 'perl-Mojo-Redis' 'perl-Mojo-SQLite' 'perl-Mojolicious' 'perl-Mojolicious-Plugin-AssetPack' 'perl-Mojolicious-Plugin-CHI' 'perl-Mojolicious-Plugin-NYTProf' 'perl-Mojolicious-Plugin-OAuth2' 'perl-Mojolicious-Plugin-RenderFile' 'perl-Mojolicious-Plugin-Status' 'perl-Mojolicious-Plugin-Webpack' 'perl-Monitoring-Plugin' 'perl-Moo' 'perl-MooX-Attribute-ENV' 'perl-MooX-HandlesVia' 'perl-MooX-Locale-Passthrough' 'perl-MooX-Options' 'perl-MooX-Traits' 'perl-MooX-Types-MooseLike' 'perl-MooX-Types-MooseLike-Numeric' 'perl-MooX-late' 'perl-Moose' 'perl-Moose-Autobox' 'perl-MooseX-Aliases' 'perl-MooseX-App-Cmd' 'perl-MooseX-ArrayRef' 'perl-MooseX-Attribute-ENV' 'perl-MooseX-AttributeHelpers' 'perl-MooseX-AuthorizedMethods' 'perl-MooseX-ClassAttribute' 'perl-MooseX-Clone' 'perl-MooseX-ConfigFromFile' 'perl-MooseX-Daemonize' 'perl-MooseX-Declare' 'perl-MooseX-Getopt' 'perl-MooseX-GlobRef' 'perl-MooseX-Has-Options' 'perl-MooseX-HasDefaults' 'perl-MooseX-InsideOut' 'perl-MooseX-Iterator' 'perl-MooseX-LazyLogDispatch' 'perl-MooseX-LazyRequire' 'perl-MooseX-Log-Log4perl' 'perl-MooseX-LogDispatch' 'perl-MooseX-MarkAsMethods' 'perl-MooseX-Meta-TypeConstraint-ForceCoercion' 'perl-MooseX-Method-Signatures' 'perl-MooseX-MultiInitArg' 'perl-MooseX-NonMoose' 'perl-MooseX-Object-Pluggable' 'perl-MooseX-OneArgNew' 'perl-MooseX-POE' 'perl-MooseX-Param' 'perl-MooseX-Params-Validate' 'perl-MooseX-Role-Cmd' 'perl-MooseX-Role-Parameterized' 'perl-MooseX-Role-TraitConstructor' 'perl-MooseX-Role-WithOverloading' 'perl-MooseX-SemiAffordanceAccessor' 'perl-MooseX-SetOnce' 'perl-MooseX-SimpleConfig' 'perl-MooseX-Singleton' 'perl-MooseX-Storage' 'perl-MooseX-StrictConstructor' 'perl-MooseX-Traits' 'perl-MooseX-TransactionalMethods' 'perl-MooseX-Types' 'perl-MooseX-Types-Common' 'perl-MooseX-Types-DateTime' 'perl-MooseX-Types-LoadableClass' 'perl-MooseX-Types-Path-Class' 'perl-MooseX-Types-Path-Tiny' 'perl-MooseX-Types-Perl' 'perl-MooseX-Types-Set-Object' 'perl-MooseX-Types-Stringlike' 'perl-MooseX-Types-Structured' 'perl-MooseX-Workers' 'perl-Mouse' 'perl-MouseX-ConfigFromFile' 'perl-MouseX-SimpleConfig' 'perl-MouseX-Types' 'perl-MouseX-Types-Path-Class' 'perl-Mozilla-LDAP' 'perl-MusicBrainz-DiscID' 'perl-NKF' 'perl-Nagios-Plugin' 'perl-Net-AMQP' 'perl-Net-AMQP-RabbitMQ' 'perl-Net-CIDR' 'perl-Net-CIDR-Lite' 'perl-Net-CIDR-Set' 'perl-Net-DBus-GLib' 'perl-Net-DBus-GLib' 'perl-Net-DBus-GLib-debuginfo' 'perl-Net-DBus-GLib-debugsource' 'perl-Net-DNS' 'perl-Net-DNS-Resolver-Mock' 'perl-Net-DNS-Resolver-Programmable' 'perl-Net-Daemon' 'perl-Net-Domain-TLD' 'perl-Net-Dropbox-API' 'perl-Net-HTTPServer' 'perl-Net-IDN-Encode' 'perl-Net-IDN-Nameprep' 'perl-Net-INET6Glue' 'perl-Net-IP' 'perl-Net-IPv4Addr' 'perl-Net-Ident' 'perl-Net-Jabber' 'perl-Net-LibIDN' 'perl-Net-Libproxy' 'perl-Net-Netmask' 'perl-Net-OAuth' 'perl-Net-OpenID-Common' 'perl-Net-OpenID-Consumer' 'perl-Net-OpenStack-Compute' 'perl-Net-Oping' 'perl-Net-Patricia' 'perl-Net-Pcap' 'perl-Net-SNMP' 'perl-Net-SSH2' 'perl-Net-SSLGlue' 'perl-Net-Server' 'perl-Net-TFTP' 'perl-Net-Telnet' 'perl-Net-Twitter' 'perl-Net-UPnP' 'perl-Net-UPnP' 'perl-Net-Whois-RIPE' 'perl-Net-Whois-Raw' 'perl-Net-XMPP' 'perl-NetAddr-IP' 'perl-NetPacket' 'perl-NetxAP' 'perl-Number-Compare' 'perl-Number-Format' 'perl-Number-WithError' 'perl-OLE-Storage_Lite' 'perl-OSSP-uuid' 'perl-Object-Pluggable' 'perl-Object-Signature' 'perl-Ogg-Vorbis-Header' 'perl-Ogg-Vorbis-Header' 'perl-Ogg-Vorbis-Header-PurePerl' 'perl-Ogg-Vorbis-Header-PurePerl' 'perl-Ogg-Vorbis-Header-debuginfo' 'perl-Ogg-Vorbis-Header-debugsource' 'perl-OpenGL' 'perl-PAR' 'perl-PAR-Dist' 'perl-PAR-Packer' 'perl-PCP-LogImport' 'perl-PCP-LogSummary' 'perl-PCP-MMV' 'perl-PCP-PMDA' 'perl-PDA-Pilot' 'perl-PDF-API2' 'perl-PHP-Serialization' 'perl-POE' 'perl-POE-Test-Loops' 'perl-POSIX-strftime-Compiler' 'perl-PPI' 'perl-PPIx-QuoteLike' 'perl-PPIx-Regexp' 'perl-PPIx-Utilities' 'perl-Package-DeprecationManager' 'perl-Package-Generator' 'perl-Package-Stash' 'perl-Package-Stash-XS' 'perl-Package-Variant' 'perl-PadWalker' 'perl-Pango' 'perl-Parallel-ForkManager' 'perl-Parallel-ForkManager' 'perl-Params-Classify' 'perl-Params-Coerce' 'perl-Params-Util' 'perl-Params-Validate' 'perl-Params-ValidationCompiler' 'perl-Parse-CPAN-Packages' 'perl-Parse-Method-Signatures' 'perl-Parse-PMFile' 'perl-Parse-Win32Registry' 'perl-Parse-Yapp' 'perl-PatchReader' 'perl-Path-Class' 'perl-Path-FindDev' 'perl-Path-IsDev' 'perl-Path-Router' 'perl-Path-Tiny' 'perl-PathTools' 'perl-Pegex' 'perl-Pegex' 'perl-Perl-Critic' 'perl-Perl-Critic-Freenode' 'perl-Perl-Critic-Policy-Variables-ProhibitLoopOnHash' 'perl-Perl-Critic-Pulp' 'perl-Perl-PrereqScanner' 'perl-Perl-Tidy' 'perl-Perl-Version' 'perl-Perl6-Junction' 'perl-PerlIO-Layers' 'perl-PerlIO-gzip' 'perl-PerlIO-locale' 'perl-PerlIO-utf8_strict' 'perl-PerlIO-via-Timeout' 'perl-PerlIO-via-dynamic' 'perl-PerlMagick' 'perl-Plack' 'perl-Plack-Middleware-LogErrors' 'perl-Plack-Middleware-Session' 'perl-Pod-Coverage-Moose' 'perl-Pod-Coverage-TrustPod' 'perl-Pod-Eventual' 'perl-Pod-HtmlPsPdf' 'perl-Pod-Markdown' 'perl-Pod-MinimumVersion' 'perl-Pod-POM' 'perl-Pod-Readme' 'perl-Pod-Spell' 'perl-Pod-Usage' 'perl-PostScript-Simple' 'perl-Prima' 'perl-Probe-Perl' 'perl-Proc-Fork' 'perl-Proc-ProcessTable' 'perl-Proc-Simple' 'perl-Protocol-Redis' 'perl-Protocol-Redis-Faster' 'perl-Protocol-WebSocket' 'perl-Quantum-Superpositions' 'perl-RDF-Trine' 'perl-RPC-XML' 'perl-RPM-Header-PurePerl' 'perl-RPM2' 'perl-Readonly' 'perl-Readonly-XS' 'perl-Redis' 'perl-Regexp-Assemble' 'perl-Regexp-Common' 'perl-Regexp-IPv6' 'perl-Regexp-Shellish' 'perl-Return-Value' 'perl-Role-HasMessage' 'perl-Role-Identifiable' 'perl-Role-Tiny' 'perl-Rose-Object' 'perl-Router-Simple' 'perl-SDL' 'perl-SGML-Parser-OpenSP' 'perl-SGMLS' 'perl-SOAP-Lite' 'perl-SQL-Abstract' 'perl-SQL-Abstract-Classic' 'perl-SQL-ReservedWords' 'perl-SQL-SplitStatement' 'perl-SQL-Statement' 'perl-SQL-Tokenizer' 'perl-SQL-Translator' 'perl-SUPER' 'perl-SVG' 'perl-SVN-Simple' 'perl-Safe-Isa' 'perl-Scalar-List-Utils' 'perl-Scalar-String' 'perl-Scope-Guard' 'perl-Scope-Upper' 'perl-Selenium-Remote-Driver' 'perl-Sereal' 'perl-Sereal-Decoder' 'perl-Sereal-Encoder' 'perl-Set-Crontab' 'perl-Set-IntSpan' 'perl-Set-Object' 'perl-Set-Scalar' 'perl-Smart-Comments' 'perl-Snowball-Norwegian' 'perl-Snowball-Swedish' 'perl-Socket-MsgHdr' 'perl-Socket6' 'perl-Software-License' 'perl-Sort-Key' 'perl-Sort-Naturally' 'perl-Sort-Versions' 'perl-Specio' 'perl-Spiffy' 'perl-Spooky-Patterns-XS' 'perl-Spreadsheet-ParseExcel' 'perl-Spreadsheet-ParseXLSX' 'perl-Spreadsheet-Read' 'perl-Spreadsheet-ReadSXC' 'perl-Spreadsheet-XLSX' 'perl-Starman' 'perl-Statistics-CaseResampling' 'perl-Statistics-Descriptive' 'perl-Stream-Buffered' 'perl-String-Approx' 'perl-String-CRC32' 'perl-String-CamelCase' 'perl-String-Errf' 'perl-String-Escape' 'perl-String-Flogger' 'perl-String-Format' 'perl-String-Formatter' 'perl-String-RewritePrefix' 'perl-String-ShellQuote' 'perl-String-ToIdentifier-EN' 'perl-String-Truncate' 'perl-Struct-Dumb' 'perl-Sub-Delete' 'perl-Sub-Exporter' 'perl-Sub-Exporter-ForMethods' 'perl-Sub-Exporter-GlobExporter' 'perl-Sub-Exporter-Progressive' 'perl-Sub-Identify' 'perl-Sub-Info' 'perl-Sub-Install' 'perl-Sub-Name' 'perl-Sub-Override' 'perl-Sub-Quote' 'perl-Sub-Retry' 'perl-Sub-Spec' 'perl-Sub-Uplevel' 'perl-Switch' 'perl-Symbol-Table' 'perl-Symbol-Util' 'perl-Syntax-Keyword-Junction' 'perl-Syntax-Keyword-Try' 'perl-Sys-CPU' 'perl-Sys-Guestfs' 'perl-Sys-Hostname-Long' 'perl-Sys-LoadAvg' 'perl-Sys-SigAction' 'perl-Sys-Virt' 'perl-Sysadm-Install' 'perl-System-Command' 'perl-TAP-Harness-JUnit' 'perl-Task-Kensho-Async' 'perl-Task-Kensho-CLI' 'perl-Task-Kensho-Config' 'perl-Task-Kensho-Dates' 'perl-Task-Kensho-Exceptions' 'perl-Task-Kensho-ModuleDev' 'perl-Task-Kensho-OOP' 'perl-Task-Kensho-Scalability' 'perl-Task-Kensho-Testing' 'perl-Task-Kensho-XML' 'perl-Task-Moose' 'perl-Task-Weaken' 'perl-Template-GD' 'perl-Template-Toolkit' 'perl-Term-Encoding' 'perl-Term-ProgressBar' 'perl-Term-ReadPassword' 'perl-Term-Table' 'perl-Term-UI' 'perl-Test-Assert' 'perl-Test-Base' 'perl-Test-CChecker' 'perl-Test-CPAN-Meta' 'perl-Test-CheckChanges' 'perl-Test-CheckDeps' 'perl-Test-CheckManifest' 'perl-Test-Class' 'perl-Test-Class-Most' 'perl-Test-ClassAPI' 'perl-Test-CleanNamespaces' 'perl-Test-Command' 'perl-Test-Compile' 'perl-Test-Deep' 'perl-Test-Deep-Type' 'perl-Test-Differences' 'perl-Test-Directory' 'perl-Test-EOL' 'perl-Test-Exception' 'perl-Test-Exception-LessClever' 'perl-Test-FailWarnings' 'perl-Test-Fatal' 'perl-Test-File' 'perl-Test-File-Contents' 'perl-Test-File-ShareDir' 'perl-Test-HasVersion' 'perl-Test-Identity' 'perl-Test-InDistDir' 'perl-Test-Inter' 'perl-Test-JSON' 'perl-Test-Kit' 'perl-Test-LWP-UserAgent' 'perl-Test-LeakTrace' 'perl-Test-LectroTest' 'perl-Test-LongString' 'perl-Test-Manifest' 'perl-Test-Memory-Cycle' 'perl-Test-Mock-Guard' 'perl-Test-Mock-LWP' 'perl-Test-Mock-Time' 'perl-Test-MockModule' 'perl-Test-MockObject' 'perl-Test-MockRandom' 'perl-Test-MockTime' 'perl-Test-Mojo-Pg' 'perl-Test-More-UTF8' 'perl-Test-Most' 'perl-Test-Needs' 'perl-Test-NoTabs' 'perl-Test-NoWarnings' 'perl-Test-Number-Delta' 'perl-Test-Object' 'perl-Test-Output' 'perl-Test-Perl-Critic' 'perl-Test-PerlTidy' 'perl-Test-Refcount' 'perl-Test-Requires' 'perl-Test-Requires-Git' 'perl-Test-RequiresInternet' 'perl-Test-Script' 'perl-Test-SharedFork' 'perl-Test-Signature' 'perl-Test-Signature' 'perl-Test-Simple' 'perl-Test-Spec' 'perl-Test-Spelling' 'perl-Test-Strict' 'perl-Test-SubCalls' 'perl-Test-Synopsis' 'perl-Test-TCP' 'perl-Test-Taint' 'perl-Test-TempDir-Tiny' 'perl-Test-Time' 'perl-Test-Trap' 'perl-Test-Unit-Lite' 'perl-Test-UseAllModules' 'perl-Test-WWW-Mechanize' 'perl-Test-WWW-Selenium' 'perl-Test-Warn' 'perl-Test-Warnings' 'perl-Test-Without-Module' 'perl-Test-WriteVariants' 'perl-Test-YAML' 'perl-Test-YAML-Valid' 'perl-Test-utf8' 'perl-Test2-Plugin-NoWarnings' 'perl-Test2-Suite' 'perl-Text-Aligner' 'perl-Text-Autoformat' 'perl-Text-BibTeX' 'perl-Text-BibTeX-devel' 'perl-Text-Brew' 'perl-Text-CSV' 'perl-Text-CSV_XS' 'perl-Text-Capitalize' 'perl-Text-ChaSen' 'perl-Text-CharWidth' 'perl-Text-DelimMatch' 'perl-Text-Diff' 'perl-Text-German' 'perl-Text-Glob' 'perl-Text-Hunspell' 'perl-Text-Iconv' 'perl-Text-Kakasi' 'perl-Text-Markdown' 'perl-Text-Patch' 'perl-Text-RecordParser' 'perl-Text-Reform' 'perl-Text-Roman' 'perl-Text-Soundex' 'perl-Text-SpellChecker' 'perl-Text-Sprintf-Named' 'perl-Text-Table' 'perl-Text-TabularDisplay' 'perl-Text-Template' 'perl-Text-Unidecode' 'perl-Text-WrapI18N' 'perl-Text-Wrapper' 'perl-TheSchwartz' 'perl-Throwable' 'perl-Tie-Cache' 'perl-Tie-Cycle' 'perl-Tie-Hash-DBD' 'perl-Tie-Hash-Method' 'perl-Tie-IxHash' 'perl-Tie-RefHash-Weak' 'perl-Tie-Simple' 'perl-Tie-ToObject' 'perl-Time-Clock' 'perl-Time-Duration' 'perl-Time-Duration-Parse' 'perl-Time-Local' 'perl-Time-Mock' 'perl-Time-Moment' 'perl-Time-Out' 'perl-Time-Period' 'perl-Time-Tiny' 'perl-Time-modules' 'perl-Tk' 'perl-Tk-Clock' 'perl-Tk-FontDialog' 'perl-Tk-FontDialog' 'perl-Tk-devel' 'perl-Tree-DAG_Node' 'perl-TryCatch' 'perl-Type-Tiny' 'perl-Types-Serialiser' 'perl-UNIVERSAL-can' 'perl-UNIVERSAL-isa' 'perl-UNIVERSAL-moniker' 'perl-UNIVERSAL-require' 'perl-URI-Fetch' 'perl-URI-Find' 'perl-URI-Nested' 'perl-URI-Template' 'perl-URI-db' 'perl-Unicode-Collate' 'perl-Unicode-LineBreak' 'perl-Unicode-Map' 'perl-Unicode-Map8' 'perl-Unicode-Normalize' 'perl-Unicode-String' 'perl-Unicode-Stringprep' 'perl-Unix-Syslog' 'perl-Variable-Magic' 'perl-Verilog-Perl' 'perl-WWW-Form-UrlEncoded' 'perl-WWW-Mechanize' 'perl-WWW-PAUSE-CleanUpHomeDir' 'perl-WWW-Pastebin-PastebinCom-Create' 'perl-WWW-Shorten' 'perl-Want' 'perl-WeakRef' 'perl-Web-MREST' 'perl-Web-MREST-CLI' 'perl-Web-Machine' 'perl-WebService-MusicBrainz' 'perl-Win-Hivex' 'perl-Wx' 'perl-X11-Protocol-Other' 'perl-XML-Atom' 'perl-XML-Atom-SimpleFeed' 'perl-XML-Bare' 'perl-XML-CommonNS' 'perl-XML-DOM' 'perl-XML-DOM-XPath' 'perl-XML-Entities' 'perl-XML-Feed' 'perl-XML-Filter-BufferText' 'perl-XML-Generator-PerlData' 'perl-XML-Handler-YAWriter' 'perl-XML-LibXML-PrettyPrint' 'perl-XML-LibXML-Simple' 'perl-XML-LibXSLT' 'perl-XML-Namespace' 'perl-XML-NamespaceFactory' 'perl-XML-NodeFilter' 'perl-XML-Parser-Lite' 'perl-XML-RSS' 'perl-XML-RSS-LibXML' 'perl-XML-RSS-LibXML' 'perl-XML-RegExp' 'perl-XML-SAX-ExpatXS' 'perl-XML-SAX-Writer' 'perl-XML-SemanticDiff' 'perl-XML-SimpleObject-LibXML' 'perl-XML-Stream' 'perl-XML-Structured' 'perl-XML-Writer' 'perl-XML-Writer-String' 'perl-XML-XPathEngine' 'perl-XML-XSLT' 'perl-XMLRPC-Lite' 'perl-XSLoader' 'perl-XXX' 'perl-XXX' 'perl-YAML' 'perl-YAML-LibYAML' 'perl-YAML-LibYAML-API' 'perl-YAML-PP' 'perl-YAML-PP-LibYAML' 'perl-YAML-Syck' 'perl-YAML-Tiny' 'perl-aliased' 'perl-asa' 'perl-autobox' 'perl-autovivification' 'perl-bareword-filehandles' 'perl-base-32bit' 'perl-biber' 'perl-boolean' 'perl-checkbot' 'perl-common-sense' 'perl-constant-boolean' 'perl-constant-defer' 'perl-curry' 'perl-doc' 'perl-experimental' 'perl-forks' 'perl-gdal' 'perl-genders' 'perl-homedir' 'perl-indirect' 'perl-ldap' 'perl-libconfigfile' 'perl-libintl-perl' 'perl-libprelude' 'perl-libxml-perl' 'perl-local-lib' 'perl-marisa' 'perl-mousex-getopt' 'perl-multidimensional' 'perl-mythtv' 'perl-namespace-autoclean' 'perl-namespace-clean' 'perl-obexftp' 'perl-pcsc' 'perl-prefork' 'perl-razor-agents' 'perl-rrdtool' 'perl-slurm' 'perl-solv' 'perl-strictures' 'perl-subunit' 'perl-syntax' 'perl-thrift' 'perl-version' 'perl-warewulf-cluster' 'perl-warewulf-common' 'perl-warewulf-ipmi' 'perl-warewulf-provision' 'perl-warewulf-provision-server' 'perl-xfconf' 'perl-xmltv' 'perl-yui' 'perlref' 'permissions-zypp-plugin' 'permlib-devel' 'perseus-sdr-tools' 'pesign' 'pesign-obs-integration' 'petsc-devel' 'petsc-doc' 'petsc-gnu-mpich-hpc-devel' 'petsc-gnu-mvapich2-hpc-devel' 'petsc-gnu-openmpi1-hpc-devel' 'petsc-gnu-openmpi2-hpc-devel' 'petsc-gnu-openmpi3-hpc-devel' 'petsc-openmpi1-devel' 'petsc-openmpi2-devel' 'petsc-openmpi3-devel' 'petsc_3_12_2-gnu-mpich-hpc-devel' 'petsc_3_12_2-gnu-mpich-hpc-saws' 'petsc_3_12_2-gnu-mvapich2-hpc-devel' 'petsc_3_12_2-gnu-mvapich2-hpc-saws' 'petsc_3_12_2-gnu-openmpi1-hpc-devel' 'petsc_3_12_2-gnu-openmpi1-hpc-saws' 'petsc_3_12_2-gnu-openmpi2-hpc-devel' 'petsc_3_12_2-gnu-openmpi2-hpc-saws' 'petsc_3_12_2-gnu-openmpi3-hpc-devel' 'petsc_3_12_2-gnu-openmpi3-hpc-saws' 'pfscalibration' 'pfsglview' 'pfstmo' 'pfstools' 'pfstools-devel' 'pfstools-exr' 'pfstools-imgmagick' 'pfstools-octave' 'pfsview' 'pg_comparator' 'pgaccess' 'pgadmin4' 'pgadmin4-doc' 'pgadmin4-web' 'pgadmin4-web-uwsgi' 'pgloader' 'pgn-extract' 'phalanx' 'phd2' 'phd2-lang' 'phetsarath-fonts' 'phobos-devel' 'phobos-devel-static' 'phodav-devel' 'phonon4qt5-backend-vlc' 'phonon4qt5-backend-vlc-lang' 'phonon4qt5-devel' 'phonon4qt5-devel-32bit' 'phoronix-test-suite' 'photoqt' 'photorec' 'php-Icinga' 'php-composer' 'php-cs-fixer' 'php-mapi' 'php-mythtv' 'php-pear-Auth_SASL' 'php-pear-MDB2' 'php-pear-MDB2_Driver_mysqli' 'php-pear-Mail_Mime' 'php-pear-Net_IDNA2' 'php-pear-Net_LDAP2' 'php-pear-Net_SMTP' 'php-pear-Net_Sieve' 'php-pear-Net_Socket' 'php-pear-XML_Parser' 'php7' 'php7-APCu' 'php7-bcmath' 'php7-bz2' 'php7-calendar' 'php7-ctype' 'php7-curl' 'php7-dba' 'php7-devel' 'php7-dom' 'php7-embed' 'php7-enchant' 'php7-exif' 'php7-fastcgi' 'php7-fileinfo' 'php7-firebird' 'php7-fpm' 'php7-ftp' 'php7-gd' 'php7-gettext' 'php7-gmagick' 'php7-gmp' 'php7-ice' 'php7-iconv' 'php7-imagick' 'php7-intl' 'php7-json' 'php7-ldap' 'php7-lzf' 'php7-maxminddb' 'php7-mbstring' 'php7-memcached' 'php7-mysql' 'php7-odbc' 'php7-opcache' 'php7-openssl' 'php7-pcntl' 'php7-pdo' 'php7-pear' 'php7-pecl' 'php7-pgsql' 'php7-phalcon' 'php7-phar' 'php7-phpunit8' 'php7-posix' 'php7-readline' 'php7-redis' 'php7-shmop' 'php7-smbclient' 'php7-snmp' 'php7-soap' 'php7-sockets' 'php7-sodium' 'php7-sqlite' 'php7-sysvmsg' 'php7-sysvsem' 'php7-sysvshm' 'php7-test' 'php7-tidy' 'php7-tokenizer' 'php7-uuid' 'php7-xdebug' 'php7-xmlreader' 'php7-xmlrpc' 'php7-xmlwriter' 'php7-xsl' 'php7-zip' 'php7-zlib' 'phpMyAdmin' 'phpPgAdmin' 'physlock' 'pia' 'pianobar' 'picmi' 'picmi-lang' 'pico' 'picocli' 'picocli-javadoc' 'picocom' 'picojson-devel' 'picom' 'pidentd' 'pidgin' 'pidgin-devel' 'pidgin-plugin-advanced-sound-notification' 'pidgin-plugin-advanced-sound-notification-lang' 'pidgin-plugin-birthday-reminder' 'pidgin-plugin-birthday-reminder-lang' 'pidgin-plugin-guifications' 'pidgin-plugin-guifications-lang' 'pidgin-plugin-indicator' 'pidgin-plugin-indicator-lang' 'pidgin-plugin-libnotify' 'pidgin-plugin-libnotify-lang' 'pidgin-plugin-libsteam' 'pidgin-plugin-mattermost' 'pidgin-plugin-mrim' 'pidgin-plugin-otr' 'pidgin-plugin-otr-lang' 'pidgin-plugin-pack' 'pidgin-plugin-pack-extras' 'pidgin-plugin-privacy-please' 'pidgin-plugin-privacy-please-lang' 'pidgin-plugin-prpltwtr' 'pidgin-plugin-rocketchat' 'pidgin-plugin-sipe' 'pidgin-plugin-skypeweb' 'pidgin-plugin-telegram' 'pidgin-plugin-xmpp-receipts' 'piglit' 'pijul' 'pijul-bash-completion' 'pijul-fish-completion' 'pijul-zsh-completion' 'pilot' 'pilot-link' 'pimcommon-devel' 'pin' 'pinentry-emacs' 'pinentry-fltk' 'pinentry-gnome3' 'pinentry-gtk2' 'pinfo' 'pingtunnel' 'pingus' 'pink-pony' 'pink-pony-data' 'pinpoint' 'pinta' 'pinta-lang' 'pipenightdreams' 'piper' 'pipewire-devel' 'pipewire-doc' 'pipewire-libjack-0_3' 'pipewire-libpulse-0_3' 'pipewire0_2-compat' 'pithos' 'pitivi' 'pitivi-lang' 'pix' 'pix-devel' 'pix-lang' 'pixd' 'pixmap' 'pixz' 'pkTriggerCord' 'pkcs11-helper-devel' 'pkg2zip' 'pkg2zip' 'pkg2zip-debugsource' 'pkgdiff' 'pkipplib' 'planets' 'planets' 'plank' 'plank-devel' 'plank-docklets' 'plank-lang' 'plank-metatheme-elementary' 'plank-theme-adapta' 'plank-theme-elementary' 'plank-theme-plata' 'plantuml' 'plasma-applet-weather-widget' 'plasma-applet-weather-widget' 'plasma-applet-weather-widget-debuginfo' 'plasma-applet-weather-widget-debugsource' 'plasma-applet-weather-widget-lang' 'plasma-browser-integration' 'plasma-browser-integration-lang' 'plasma-framework-32bit' 'plasma-framework-components-32bit' 'plasma-framework-devel' 'plasma-framework-devel-32bit' 'plasma-mycroft' 'plasma-nm5-fortisslvpn' 'plasma-nm5-iodine' 'plasma-nm5-openswan' 'plasma-nm5-ssh' 'plasma-nm5-sstp' 'plasma-nm5-strongswan' 'plasma-nm5-vpnc' 'plasma-pass' 'plasma-pass' 'plasma-pass-debuginfo' 'plasma-pass-debugsource' 'plasma-pass-lang' 'plasma-vault' 'plasma-vault-backend-cryfs' 'plasma-vault-backend-encfs' 'plasma-vault-lang' 'plasma-wayland-protocols' 'plasma5-addons-devel' 'plasma5-applet-suse-prime' 'plasma5-nano' 'plasma5-nano-lang' 'plasma5-radiotray' 'plasma5-radiotray' 'plasma5-radiotray-debuginfo' 'plasma5-radiotray-debugsource' 'plasma5-radiotray-lang' 'plasma5-sdk' 'plasma5-sdk-lang' 'plasma5-workspace-devel' 'plasma5-workspace-libs-32bit' 'plasma5-workspace-wallpapers' 'plasmaengineexplorer5' 'plasmoide-diccionario' 'plasmoide-diccionario' 'plater' 'platformsh-cli' 'playerctl' 'playerctl-devel' 'playerctl-doc' 'plee-the-bear' 'plee-the-bear-data' 'plexus-ant-factory' 'plexus-ant-factory-javadoc' 'plexus-archiver' 'plexus-archiver-javadoc' 'plexus-bsh-factory' 'plexus-bsh-factory-javadoc' 'plexus-build-api' 'plexus-build-api-javadoc' 'plexus-cipher' 'plexus-cipher-javadoc' 'plexus-classworlds' 'plexus-classworlds-javadoc' 'plexus-cli' 'plexus-cli-javadoc' 'plexus-compiler' 'plexus-compiler-extras' 'plexus-compiler-javadoc' 'plexus-component-api' 'plexus-component-api-javadoc' 'plexus-component-factories-pom' 'plexus-component-metadata' 'plexus-component-metadata-javadoc' 'plexus-components-pom' 'plexus-containers-component-annotations' 'plexus-containers-container-default' 'plexus-containers-javadoc' 'plexus-i18n' 'plexus-i18n-javadoc' 'plexus-interactivity-api' 'plexus-interactivity-javadoc' 'plexus-interactivity-jline' 'plexus-interpolation' 'plexus-interpolation-javadoc' 'plexus-io' 'plexus-io-javadoc' 'plexus-languages' 'plexus-languages-javadoc' 'plexus-metadata-generator' 'plexus-metadata-generator-javadoc' 'plexus-pom' 'plexus-resources' 'plexus-resources-javadoc' 'plexus-sec-dispatcher' 'plexus-sec-dispatcher-javadoc' 'plexus-utils' 'plexus-utils-javadoc' 'plexus-velocity' 'plexus-velocity-javadoc' 'plib-devel' 'plistutil' 'plotutils' 'plotutils-devel' 'plowshare' 'plplot-common' 'plplot-devel' 'plplot-doc' 'plplot-driver-cairo' 'plplot-driver-ntk' 'plplot-driver-ps' 'plplot-driver-psttf' 'plplot-driver-svg' 'plplot-driver-xfig' 'plplot-driver-xwin' 'plplot-java' 'plplot-lua' 'plplot-octave' 'plplot-python3-qt' 'plplot-tcltk-devel' 'plplot-tcltk-libs' 'plplot-wxwidgets' 'plplotada-devel' 'plplotcxx-devel' 'plplotfortran-devel' 'plplotqt-devel' 'plplotwxwidgets-devel' 'pluma' 'pluma-devel' 'pluma-lang' 'plymouth-branding-upstream' 'plymouth-devel' 'plymouth-plugin-fade-throbber' 'plymouth-plugin-space-flares' 'plymouth-plugin-throbgress' 'plymouth-plugin-tribar' 'plymouth-theme-breeze' 'plymouth-theme-breeze-plugin-breeze' 'plymouth-theme-fade-in' 'plymouth-theme-script' 'plymouth-theme-solar' 'plymouth-theme-spinfinity' 'plymouth-theme-tribar' 'plzip' 'pmacct' 'pmdk-convert' 'pmdk-devel-doc' 'pmdk-tools' 'pmidi' 'pmix' 'pmix-devel' 'pmix-headers' 'pmix-mca-params' 'pmix-plugins' 'pmount' 'pmount' 'pmount-debuginfo' 'pmount-debugsource' 'pmount-lang' 'pms' 'pms' 'pms-debuginfo' 'pms-debugsource' 'pnetcdf-devel-data' 'pnetcdf-doc' 'pnetcdf-gnu-mpich-hpc' 'pnetcdf-gnu-mpich-hpc-devel' 'pnetcdf-gnu-mvapich2-hpc' 'pnetcdf-gnu-mvapich2-hpc-devel' 'pnetcdf-gnu-openmpi2-hpc' 'pnetcdf-gnu-openmpi2-hpc-devel' 'pnetcdf-gnu-openmpi3-hpc' 'pnetcdf-gnu-openmpi3-hpc-devel' 'pnetcdf-gnu-openmpi4-hpc' 'pnetcdf-gnu-openmpi4-hpc-devel' 'pnetcdf-hpc-doc' 'pnetcdf-mpich' 'pnetcdf-mpich-devel' 'pnetcdf-mpich-devel-static' 'pnetcdf-mvapich2' 'pnetcdf-mvapich2-devel' 'pnetcdf-mvapich2-devel-static' 'pnetcdf-openmpi1' 'pnetcdf-openmpi1-devel' 'pnetcdf-openmpi1-devel-static' 'pnetcdf-openmpi2' 'pnetcdf-openmpi2-devel' 'pnetcdf-openmpi2-devel-static' 'pnetcdf-openmpi3' 'pnetcdf-openmpi3-devel' 'pnetcdf-openmpi3-devel-static' 'pnetcdf_1_12_1-gnu-mpich-hpc' 'pnetcdf_1_12_1-gnu-mpich-hpc-devel' 'pnetcdf_1_12_1-gnu-mpich-hpc-devel-static' 'pnetcdf_1_12_1-gnu-mvapich2-hpc' 'pnetcdf_1_12_1-gnu-mvapich2-hpc-devel' 'pnetcdf_1_12_1-gnu-mvapich2-hpc-devel-static' 'pnetcdf_1_12_1-gnu-openmpi2-hpc' 'pnetcdf_1_12_1-gnu-openmpi2-hpc-devel' 'pnetcdf_1_12_1-gnu-openmpi2-hpc-devel-static' 'pnetcdf_1_12_1-gnu-openmpi3-hpc' 'pnetcdf_1_12_1-gnu-openmpi3-hpc-devel' 'pnetcdf_1_12_1-gnu-openmpi3-hpc-devel-static' 'pnetcdf_1_12_1-gnu-openmpi4-hpc' 'pnetcdf_1_12_1-gnu-openmpi4-hpc-devel' 'pnetcdf_1_12_1-gnu-openmpi4-hpc-devel-static' 'pnetcdf_1_12_1-hpc-doc' 'png++-devel' 'pngcheck' 'pngcrush' 'pnglite-devel' 'pngtoico' 'pnm2ppa' 'po4a' 'po4a-lang' 'pocketsphinx' 'pocketsphinx-devel' 'pocketsphinx5' 'pocketsphinx5-devel' 'pocl' 'pocl-devel' 'poco-cpspc' 'poco-devel' 'podofo' 'poedit' 'poedit-lang' 'poezio' 'poezio-doc' 'pogo' 'pogo' 'polari' 'polari-lang' 'policycoreutils' 'policycoreutils-devel' 'policycoreutils-lang' 'policycoreutils-newrole' 'policycoreutils-python-utils' 'polkit-devel' 'polkit-doc' 'polkit-gnome' 'polkit-gnome-lang' 'polkit-whitelisting' 'polybar' 'polyglot' 'polyglot' 'polyglot-debuginfo' 'polyglot-debugsource' 'polylib' 'polylib-devel' 'pommed' 'pongix' 'popt-devel' 'popt-devel-32bit' 'portaudio-devel' 'portmidi' 'portmidi-devel' 'portmidi-java' 'posix_cc' 'posixovl' 'post-build-checks' 'poster' 'postfish' 'postfix-devel' 'postfix-doc' 'postfix-lmdb' 'postfix-mysql' 'postfix-postgresql' 'postfixadmin' 'postfixadmin-apache' 'postgresql' 'postgresql-contrib' 'postgresql-devel' 'postgresql-docs' 'postgresql-jdbc' 'postgresql-jdbc-javadoc' 'postgresql-llvmjit' 'postgresql-plperl' 'postgresql-plpython' 'postgresql-pltcl' 'postgresql-server' 'postgresql-server-devel' 'postgresql-test' 'postgresql10' 'postgresql10-contrib' 'postgresql10-devel' 'postgresql10-docs' 'postgresql10-pg_cron' 'postgresql10-pgagent' 'postgresql10-pgsql-ogr-fdw' 'postgresql10-plperl' 'postgresql10-plpython' 'postgresql10-plr' 'postgresql10-plr-doc' 'postgresql10-pltcl' 'postgresql10-server' 'postgresql10-test' 'postgresql10-timescaledb' 'postgresql11' 'postgresql11-contrib' 'postgresql11-devel' 'postgresql11-docs' 'postgresql11-llvmjit' 'postgresql11-pg_cron' 'postgresql11-pg_cron-llvmjit' 'postgresql11-pgagent' 'postgresql11-pgsql-ogr-fdw' 'postgresql11-pgsql-ogr-fdw-llvmjit' 'postgresql11-plperl' 'postgresql11-plpython' 'postgresql11-plr' 'postgresql11-plr-doc' 'postgresql11-pltcl' 'postgresql11-server' 'postgresql11-server-devel' 'postgresql11-test' 'postgresql11-timescaledb' 'postgresql12' 'postgresql12-contrib' 'postgresql12-devel' 'postgresql12-devel-mini' 'postgresql12-docs' 'postgresql12-llvmjit' 'postgresql12-pg_cron' 'postgresql12-pg_cron-llvmjit' 'postgresql12-pgagent' 'postgresql12-pgsql-ogr-fdw' 'postgresql12-pgsql-ogr-fdw-llvmjit' 'postgresql12-plperl' 'postgresql12-plpython' 'postgresql12-plr' 'postgresql12-plr-doc' 'postgresql12-pltcl' 'postgresql12-server' 'postgresql12-server-devel' 'postgresql12-test' 'postgresql12-timescaledb' 'postgresql95' 'postgresql95-contrib' 'postgresql95-devel' 'postgresql95-docs' 'postgresql95-pg_cron' 'postgresql95-pgagent' 'postgresql95-pgsql-ogr-fdw' 'postgresql95-plperl' 'postgresql95-plpython' 'postgresql95-plr' 'postgresql95-plr-doc' 'postgresql95-pltcl' 'postgresql95-server' 'postgresql95-test' 'postgresql96' 'postgresql96-contrib' 'postgresql96-devel' 'postgresql96-docs' 'postgresql96-pg_cron' 'postgresql96-pgagent' 'postgresql96-pgsql-ogr-fdw' 'postgresql96-plperl' 'postgresql96-plpython' 'postgresql96-plr' 'postgresql96-plr-doc' 'postgresql96-pltcl' 'postgresql96-server' 'postgresql96-test' 'postgresql96-timescaledb' 'postgrey' 'postsrsd' 'pothana2000-fonts' 'potrace' 'potrace-devel' 'pound' 'pound-doc' 'povray' 'povray-doc' 'powerd' 'powerline' 'powerline-docs' 'powerman' 'powerman-devel' 'powermanga' 'powermock-api-easymock' 'powermock-api-mockito' 'powermock-api-support' 'powermock-common' 'powermock-core' 'powermock-javadoc' 'powermock-junit4' 'powermock-reflect' 'powermock-testng' 'powerstat' 'powerstat-bash-completion' 'powertop-lang' 'poxml-lang' 'ppl' 'ppl-devel' 'ppl-doc' 'ppp-devel' 'ppp-modem' 'pps-tools' 'pps-tools-devel' 'ppsspp' 'ppsspp-common' 'ppsspp-headless' 'ppsspp-qt' 'pptpd' 'pqiv' 'pqiv-ffmpeg' 'pqiv-gdkpixbuf' 'pqiv-libarchive' 'pqiv-poppler' 'pqiv-spectre' 'pqiv-wand' 'pqiv-webp' 'praat' 'pragha' 'pragha-lang' 'pragha-plugins' 'pragha-plugins-devel' 'prboom-plus' 'prelude-correlator' 'prelude-lml' 'prelude-lml-devel' 'prelude-lml-rules' 'prelude-manager' 'prelude-manager-db-plugin' 'prelude-manager-devel' 'prelude-manager-smtp-plugin' 'prelude-manager-xml-plugin' 'prelude-tools' 'preludedb-tools' 'premake4' 'presage' 'presage-data' 'prewikka-lang' 'primecount' 'primesieve' 'primus' 'primus-32bit' 'print_server' 'printer-driver-brlaser' 'printproto-devel' 'prison-qt5-devel' 'prison-qt5-devel-32bit' 'privoxy' 'privoxy-doc' 'procdump' 'procmeter' 'procmeter-devel' 'procps-devel' 'product-builder' 'product-builder-plugin-Tumbleweed' 'profanity' 'profanity-mini' 'profanity-standard' 'proftpd' 'proftpd-devel' 'proftpd-doc' 'proftpd-lang' 'proftpd-ldap' 'proftpd-mysql' 'proftpd-pgsql' 'proftpd-radius' 'proftpd-sqlite' 'progress' 'proguard' 'proguard-gui' 'proj' 'proj-devel' 'proj5' 'proj5' 'proj5-devel' 'projectM' 'projectM-data' 'projectM-devel' 'projectlibre' 'prom2json' 'prometheus-client-model-source' 'prometheus-cpp-devel' 'prometheus-ha_cluster_exporter' 'prometheus-sap_host_exporter' 'prometheus-simpleclient-java' 'prometheus-simpleclient-java-common' 'prometheus-simpleclient-java-graphite_bridge' 'prometheus-simpleclient-java-guava' 'prometheus-simpleclient-java-hotspot' 'prometheus-simpleclient-java-httpserver' 'prometheus-simpleclient-java-javadoc' 'prometheus-simpleclient-java-jetty' 'prometheus-simpleclient-java-jetty_jdk8' 'prometheus-simpleclient-java-log4j' 'prometheus-simpleclient-java-log4j2' 'prometheus-simpleclient-java-logback' 'prometheus-simpleclient-java-parent' 'prometheus-simpleclient-java-pushgateway' 'prometheus-simpleclient-java-servlet' 'prometheus-webhook-snmp' 'pronsole' 'pronterface' 'prosody' 'proteus' 'protobuf-c' 'protobuf-devel' 'protobuf-java' 'protobuf-source' 'protoc-gen-go' 'protoc-gen-go-source' 'protoc-gen-gogo' 'protoc-gen-gogo-source' 'protoc-gen-validate' 'protoc-gen-validate-source' 'proxychains-ng' 'prun-ohpc' 'psgml' 'psgplay' 'psi+' 'psi+-data' 'psi+-iconsets' 'psi+-iconsets' 'psi+-lang' 'psi+-plugins-attentionplugin' 'psi+-plugins-autoreplyplugin' 'psi+-plugins-birthdayreminderplugin' 'psi+-plugins-chessplugin' 'psi+-plugins-cleanerplugin' 'psi+-plugins-clientswitcherplugin' 'psi+-plugins-conferenceloggerplugin' 'psi+-plugins-contentdownloaderplugin' 'psi+-plugins-devel' 'psi+-plugins-enummessagesplugin' 'psi+-plugins-extendedmenuplugin' 'psi+-plugins-extendedoptionsplugin' 'psi+-plugins-gomokugameplugin' 'psi+-plugins-historykeeperplugin' 'psi+-plugins-imageplugin' 'psi+-plugins-imagepreviewplugin' 'psi+-plugins-jabberdiskplugin' 'psi+-plugins-juickplugin' 'psi+-plugins-messagefilterplugin' 'psi+-plugins-omemoplugin' 'psi+-plugins-openpgpplugin' 'psi+-plugins-otrplugin' 'psi+-plugins-pepchangenotifyplugin' 'psi+-plugins-qipxstatusesplugin' 'psi+-plugins-screenshotplugin' 'psi+-plugins-stopspamplugin' 'psi+-plugins-storagenotesplugin' 'psi+-plugins-translateplugin' 'psi+-plugins-videostatusplugin' 'psi+-plugins-watcherplugin' 'psl' 'psl-make-dafsa' 'pspg' 'pspp' 'pspp-devel' 'pspp-devel-doc' 'pspp-doc' 'pspp-lang' 'pstoedit' 'pstoedit-devel' 'pstotext' 'pstotext' 'pstotext-debuginfo' 'pstotext-debugsource' 'pthread-stubs-devel' 'ptokax' 'ptpd' 'ptscotch-gnu-mpich-hpc' 'ptscotch-gnu-mpich-hpc-devel' 'ptscotch-gnu-mvapich2-hpc' 'ptscotch-gnu-mvapich2-hpc-devel' 'ptscotch-gnu-openmpi1-hpc' 'ptscotch-gnu-openmpi1-hpc-devel' 'ptscotch-gnu-openmpi2-hpc' 'ptscotch-gnu-openmpi2-hpc-devel' 'ptscotch-gnu-openmpi3-hpc' 'ptscotch-gnu-openmpi3-hpc-devel' 'ptscotch-mpich' 'ptscotch-mpich-devel' 'ptscotch-mpich-devel-static' 'ptscotch-mvapich2' 'ptscotch-mvapich2-devel' 'ptscotch-mvapich2-devel-static' 'ptscotch-openmpi1' 'ptscotch-openmpi1-devel' 'ptscotch-openmpi1-devel-static' 'ptscotch-openmpi2' 'ptscotch-openmpi2-devel' 'ptscotch-openmpi2-devel-static' 'ptscotch-openmpi3' 'ptscotch-openmpi3-devel' 'ptscotch-openmpi3-devel-static' 'ptscotch-parmetis-mpich-devel' 'ptscotch-parmetis-mvapich2-devel' 'ptscotch-parmetis-openmpi1-devel' 'ptscotch-parmetis-openmpi2-devel' 'ptscotch-parmetis-openmpi3-devel' 'ptscotch_6_0_9-gnu-mpich-hpc' 'ptscotch_6_0_9-gnu-mpich-hpc-devel' 'ptscotch_6_0_9-gnu-mpich-hpc-devel-static' 'ptscotch_6_0_9-gnu-mvapich2-hpc' 'ptscotch_6_0_9-gnu-mvapich2-hpc-devel' 'ptscotch_6_0_9-gnu-mvapich2-hpc-devel-static' 'ptscotch_6_0_9-gnu-openmpi1-hpc' 'ptscotch_6_0_9-gnu-openmpi1-hpc-devel' 'ptscotch_6_0_9-gnu-openmpi1-hpc-devel-static' 'ptscotch_6_0_9-gnu-openmpi2-hpc' 'ptscotch_6_0_9-gnu-openmpi2-hpc-devel' 'ptscotch_6_0_9-gnu-openmpi2-hpc-devel-static' 'ptscotch_6_0_9-gnu-openmpi3-hpc' 'ptscotch_6_0_9-gnu-openmpi3-hpc-devel' 'ptscotch_6_0_9-gnu-openmpi3-hpc-devel-static' 'pugixml-devel' 'pullin-bcm43xx-firmware' 'pulseaudio-dlna' 'pulseaudio-dlna' 'pulseaudio-equalizer' 'pulseaudio-esound-compat' 'pulseaudio-gdm-hooks' 'pulseaudio-module-gsettings' 'pulseaudio-module-jack' 'pulseaudio-module-lirc' 'pulseaudio-qt' 'pulseaudio-qt-debugsource' 'pulseaudio-qt-devel' 'pulseaudio-system-wide' 'pulseview' 'pumpa' 'pure-ftpd' 'purpose-32bit' 'purpose-devel' 'purpose-devel-32bit' 'putty' 'pw3270' 'pw3270-branding' 'pwgen' 'py3c-devel' 'pybugz-common' 'pydb' 'pydb' 'pydb-debugsource' 'pydf' 'pyenv' 'pyenv-bash-completion' 'pyenv-fish-completion' 'pyenv-zsh-completion' 'pyliblo-tools' 'pymilter-common' 'pymp3cut' 'pymp3cut' 'pyradio' 'pyspacewar' 'pythia-devel' 'pythia-doc' 'python-32bit' 'python-Genshi-doc' 'python-Jinja2-vim' 'python-Kivy-doc' 'python-M2Crypto-doc' 'python-OpenColorIO' 'python-OpenColorIO-devel' 'python-PyMuPDF-doc' 'python-SQLAlchemy-doc' 'python-Scrapy-doc' 'python-SpeechRecognition-common-en-US' 'python-Sphinx-doc-html' 'python-Sphinx-doc-man' 'python-Sphinx2-doc-html' 'python-Sphinx2-doc-man' 'python-Twisted-doc' 'python-WTForms-doc' 'python-WebOb-doc' 'python-WebTest-doc' 'python-Whoosh-doc' 'python-ZODB-doc' 'python-acitoolkit-doc' 'python-acitoolkit-doc-applications' 'python-acitoolkit-doc-samples' 'python-aiohttp-doc' 'python-altgraph-doc' 'python-atomicwrites-doc' 'python-automaton-doc' 'python-azure-agent' 'python-azure-agent-test' 'python-barbicanclient-doc' 'python-base-32bit' 'python-beautifulsoup4-doc' 'python-billiard-doc' 'python-blinker-doc' 'python-bottle-doc' 'python-bpython-common' 'python-bpython-doc' 'python-btrfsutil' 'python-caja' 'python-caja-devel' 'python-caja-lang' 'python-castellan-doc' 'python-chewing' 'python-cinderclient-doc' 'python-cliff-doc' 'python-cloud-sptheme-doc' 'python-congressclient-doc' 'python-cotyledon-doc' 'python-curses' 'python-dbus-python-common-devel' 'python-debtcollector-doc' 'python-demo' 'python-dephell-rpm-macros' 'python-designateclient-doc' 'python-devel' 'python-djvulibre-doc' 'python-doc' 'python-doc-pdf' 'python-ecasound' 'python-falcon-doc' 'python-fastcluster-doc' 'python-fedmsg-base' 'python-fedmsg-doc' 'python-flake8-doc' 'python-flup-doc' 'python-fpconst' 'python-fpconst' 'python-freezerclient-doc' 'python-gcs-oauth2-boto-plugin' 'python-gdbm' 'python-gevent-doc' 'python-glanceclient-doc' 'python-gnome-dvb-daemon' 'python-gobject-common-devel' 'python-gobject2-devel' 'python-gr-fcdproplus' 'python-gtk-devel' 'python-gtk-doc' 'python-gunicorn-doc' 'python-happybase-doc' 'python-heatclient-doc' 'python-idle' 'python-ipywidgets-doc' 'python-ironicclient-doc' 'python-jaraco.stream-doc' 'python-keystoneauth1-doc' 'python-keystoneclient-doc' 'python-keystonemiddleware-doc' 'python-ktoblzcheck' 'python-lammps' 'python-libcomps-doc' 'python-lmiwbem' 'python-logutils-doc' 'python-lxml-doc' 'python-magnumclient-doc' 'python-manilaclient-doc' 'python-marshmallow-docs' 'python-masakariclient-doc' 'python-md2workflow-common' 'python-mistralclient-doc' 'python-mox3-doc' 'python-mpi4py-common-devel' 'python-mpi4py-doc' 'python-muranoclient' 'python-muranoclient-doc' 'python-mythtv' 'python-nautilus-common-devel' 'python-nautilus-common-files' 'python-ncclient-doc' 'python-networkx-doc' 'python-neutronclient-doc' 'python-nlopt' 'python-notmuch-doc' 'python-novaclient-doc' 'python-octaviaclient-doc' 'python-onionshare-data' 'python-openstackclient-doc' 'python-openstacksdk-doc' 'python-optcomplete' 'python-osc-lib-doc' 'python-oslo.cache-doc' 'python-oslo.concurrency-doc' 'python-oslo.config-doc' 'python-oslo.context-doc' 'python-oslo.db-doc' 'python-oslo.i18n-doc' 'python-oslo.log-doc' 'python-oslo.policy-doc' 'python-oslo.privsep-doc' 'python-oslo.reports-doc' 'python-oslo.rootwrap-doc' 'python-oslo.serialization-doc' 'python-oslo.service-doc' 'python-oslo.utils-doc' 'python-oslo.versionedobjects-doc' 'python-oslo.vmware-doc' 'python-osprofiler-doc' 'python-ovsdbapp-doc' 'python-paramiko-doc' 'python-peppercorn-doc' 'python-pisock' 'python-ply-doc' 'python-polib-doc' 'python-praatio-doc' 'python-py2pack-doc' 'python-pybind11-common-devel' 'python-pycadf-common' 'python-pycadf-doc' 'python-pycairo-common-devel' 'python-pycurl-doc' 'python-pygame-doc' 'python-pyghmi-doc' 'python-pygraphviz-doc' 'python-pymisp-doc' 'python-pymod2pkg-doc' 'python-pymp3cut' 'python-pyotherside' 'python-pyqtgraph-doc' 'python-pyramid-debugtoolbar-doc' 'python-pyserial-doc' 'python-pysnmp-doc' 'python-python-rtmidi-doc' 'python-qscintilla-qt5-sip' 'python-qt3d-qt5-api' 'python-qt3d-qt5-examples' 'python-qt3d-qt5-sip' 'python-qt5-doc' 'python-qtcharts-qt5-api' 'python-qtcharts-qt5-examples' 'python-qtcharts-qt5-sip' 'python-qtdatavis3d-qt5-api' 'python-qtdatavis3d-qt5-examples' 'python-qtdatavis3d-qt5-sip' 'python-qtwebengine-qt5-api' 'python-rapi2' 'python-rapi2-debuginfo' 'python-rcssmin-docs' 'python-rdflib-doc' 'python-renderspec-doc' 'python-saharaclient-doc' 'python-scapy' 'python-senlinclient-doc' 'python-shodan-doc' 'python-sip-doc' 'python-six-doc' 'python-solv' 'python-sqlalchemy-migrate-doc' 'python-stevedore-doc' 'python-sushy-doc' 'python-svm' 'python-swiftclient-doc' 'python-tables-doc' 'python-tk' 'python-tooz-doc' 'python-translationstring-doc' 'python-tvdb_api' 'python-tvrage' 'python-tvrage' 'python-typeshed' 'python-xcaplib-bash-completion' 'python-zope.deprecation-doc' 'python-zope.event-doc' 'python-zope.hookable-doc' 'python-zope.i18nmessageid-doc' 'python2-aexpect' 'python2-appindicator' 'python2-keyrings.alt' 'python2-libfwsi' 'python2-libguestfs' 'python2-moviepy' 'python2-opencensus-ext-threading' 'python2-pycairo-common-devel' 'python2-pycairo-devel' 'python3-APScheduler' 'python3-AnyQt' 'python3-Arpeggio' 'python3-Authlib' 'python3-BTrees' 'python3-BTrees-devel' 'python3-Beaker' 'python3-BitVector' 'python3-Bottleneck' 'python3-Brotli' 'python3-CacheControl' 'python3-CairoSVG' 'python3-Cerberus' 'python3-Chameleon' 'python3-Cheetah3' 'python3-CherryPy' 'python3-CommonMark' 'python3-Cycler' 'python3-Cython' 'python3-DataProperty' 'python3-DataShape' 'python3-DateTime' 'python3-Delorean' 'python3-Deprecated' 'python3-Django' 'python3-Durus' 'python3-EasyProcess' 'python3-EditorConfig' 'python3-ExifRead' 'python3-Fabric' 'python3-Faker' 'python3-Flask' 'python3-Flask-Admin' 'python3-Flask-Babel' 'python3-Flask-BabelEx' 'python3-Flask-Bootstrap' 'python3-Flask-Caching' 'python3-Flask-Compress' 'python3-Flask-Cors' 'python3-Flask-Gravatar' 'python3-Flask-HTMLmin' 'python3-Flask-HTTPAuth' 'python3-Flask-Login' 'python3-Flask-Mail' 'python3-Flask-Migrate' 'python3-Flask-Paranoid' 'python3-Flask-Principal' 'python3-Flask-RESTful' 'python3-Flask-RSTPages' 'python3-Flask-SQLAlchemy' 'python3-Flask-Script' 'python3-Flask-Security-Too' 'python3-Flask-Testing' 'python3-Flask-WTF' 'python3-Flask-doc' 'python3-FontTools' 'python3-FormEncode' 'python3-GDAL' 'python3-Genshi' 'python3-GitPython' 'python3-GitgExt' 'python3-Glances' 'python3-Gloo' 'python3-Glymur' 'python3-GooCalendar' 'python3-GooseMPL' 'python3-GridDataFormats' 'python3-HTTPolice' 'python3-Hamlib' 'python3-HeapDict' 'python3-HepMC' 'python3-HyperKitty' 'python3-IMAPClient' 'python3-IMDbPY' 'python3-Js2Py' 'python3-JsonWeb' 'python3-Kajiki' 'python3-Keras' 'python3-Keras-Applications' 'python3-Keras-Preprocessing' 'python3-Keras-examples' 'python3-Kivy' 'python3-Kivy-devel' 'python3-LHAPDF' 'python3-LTTL' 'python3-Lektor' 'python3-Levenshtein' 'python3-Logbook' 'python3-M2Crypto' 'python3-Mako' 'python3-MapProxy' 'python3-MarkupPy' 'python3-Markups' 'python3-Mathics' 'python3-MechanicalSoup' 'python3-Ming' 'python3-MiniMock' 'python3-Morfessor' 'python3-MouseInfo' 'python3-MulticoreTSNE' 'python3-Nuitka' 'python3-OWSLib' 'python3-OpenImageIO' 'python3-PGet' 'python3-PTable' 'python3-Parsley' 'python3-Paste' 'python3-PasteDeploy' 'python3-Paver' 'python3-PeachPy' 'python3-PeakUtils' 'python3-Pebble' 'python3-Pillow-tk' 'python3-Pint' 'python3-PrettyTable' 'python3-Protego' 'python3-PsyLab' 'python3-PsychoPy' 'python3-PsychoPy-lang' 'python3-PubChemPy' 'python3-Pweave' 'python3-PyAutoGUI' 'python3-PyBindGen' 'python3-PyBrowserID' 'python3-PyCBC' 'python3-PyChart' 'python3-PyChromecast' 'python3-PyCondor' 'python3-PyDispatcher' 'python3-PyECLib' 'python3-PyFxA' 'python3-PyGetWindow' 'python3-PyGithub' 'python3-PyICU' 'python3-PyInstaller' 'python3-PyKMIP' 'python3-PyLaTeX' 'python3-PyMeeus' 'python3-PyMeta3' 'python3-PyMsgBox' 'python3-PyMuPDF' 'python3-PyMySQL' 'python3-PyNamecheap' 'python3-PyOgg' 'python3-PyOpenAL' 'python3-PyPDF2' 'python3-PyPrind' 'python3-PyPrint' 'python3-PyQRCode' 'python3-PyRIC' 'python3-PyRSS2Gen' 'python3-PyRect' 'python3-PySDL2' 'python3-PyScreeze' 'python3-PyTrie' 'python3-PyTweening' 'python3-PyVirtualDisplay' 'python3-PyWavelets' 'python3-PyWebDAV3' 'python3-PyWebDAV3-GNUHealth' 'python3-PyX' 'python3-Pydap' 'python3-Pykka' 'python3-Pympler' 'python3-Pyphen' 'python3-Pyro4' 'python3-QDarkStyle' 'python3-QR-Code-generator' 'python3-Qt.py' 'python3-QtAwesome' 'python3-QtPy' 'python3-RegexOrder' 'python3-Rivet' 'python3-Routes' 'python3-SHERPA-MC' 'python3-SPARQLWrapper' 'python3-SQLAlchemy' 'python3-SQLAlchemy-Utils' 'python3-Scrapy' 'python3-SecretStorage' 'python3-Shapely' 'python3-SimpleWebSocketServer' 'python3-SoapySDR' 'python3-SoundCard' 'python3-SoundFile' 'python3-SpeechRecognition' 'python3-Sphinx' 'python3-Sphinx-latex' 'python3-Sphinx2' 'python3-Sphinx2-latex' 'python3-TagStats' 'python3-Telethon' 'python3-Tempita' 'python3-TermRecord' 'python3-Theano' 'python3-Transplant' 'python3-Trolly' 'python3-Trololio' 'python3-TxSNI' 'python3-URLObject' 'python3-UkPostcodeParser' 'python3-VyattaConfParser' 'python3-WSGIProxy2' 'python3-WSME' 'python3-WTForms' 'python3-WeasyPrint' 'python3-WebOb' 'python3-WebTest' 'python3-Werkzeug' 'python3-Whoosh' 'python3-XStatic' 'python3-XStatic-Angular-Schema-Form' 'python3-XStatic-jQuery' 'python3-XStatic-jquery-ui' 'python3-XStatic-objectpath' 'python3-XStatic-term.js' 'python3-XStatic-tv4' 'python3-XlsxWriter' 'python3-YODA' 'python3-Yapsy' 'python3-ZConfig' 'python3-ZConfig-doc' 'python3-ZEO' 'python3-ZODB' 'python3-abclient' 'python3-abimap' 'python3-abimap-doc' 'python3-abseil' 'python3-acefile' 'python3-acitoolkit' 'python3-acme' 'python3-acoular' 'python3-actdiag' 'python3-adal' 'python3-adapt-parser' 'python3-addict' 'python3-aeidon' 'python3-aenum' 'python3-aexpect' 'python3-afdko' 'python3-affine' 'python3-agate' 'python3-agate-dbf' 'python3-agate-excel' 'python3-agate-lookup' 'python3-agate-remote' 'python3-agate-sql' 'python3-agate-stats' 'python3-aina' 'python3-aiobotocore' 'python3-aioeventlet' 'python3-aiofiles' 'python3-aioftp' 'python3-aiohttp-socks' 'python3-aiohttp-theme' 'python3-aioitertools' 'python3-aioresponses' 'python3-aiorpcX' 'python3-aiosmtpd' 'python3-aiosmtplib' 'python3-akismet' 'python3-alabaster' 'python3-alembic' 'python3-allpairspy' 'python3-alsa' 'python3-altair' 'python3-altair-widgets' 'python3-altgraph' 'python3-amqp' 'python3-amqpstorm' 'python3-ana' 'python3-aniso8601' 'python3-annoy' 'python3-ansel' 'python3-ansi2html' 'python3-ansicolor' 'python3-ansicolors' 'python3-ansiwrap' 'python3-antlr4-python3-runtime' 'python3-anyjson' 'python3-apache-libcloud' 'python3-apipkg' 'python3-apiron' 'python3-apns2' 'python3-application' 'python3-applicationinsights' 'python3-apptools' 'python3-apsw' 'python3-ara' 'python3-arabic-reshaper' 'python3-arf' 'python3-argcomplete' 'python3-argh' 'python3-argon2-cffi' 'python3-argparse-manpage' 'python3-args' 'python3-arrow' 'python3-asciimatics' 'python3-asciitree' 'python3-asdf' 'python3-asgiref' 'python3-aspectlib' 'python3-aspy.yaml' 'python3-asteval' 'python3-astor' 'python3-astral' 'python3-astroid' 'python3-astropy' 'python3-astropy-helpers' 'python3-astunparse' 'python3-asv' 'python3-asyncssh' 'python3-asynctest' 'python3-atlassian-python-api' 'python3-atom' 'python3-atpublic' 'python3-atspi' 'python3-attr' 'python3-aubio' 'python3-audio-degrader' 'python3-audiogrep' 'python3-audiomate' 'python3-audit' 'python3-augeas' 'python3-authheaders' 'python3-authres' 'python3-autobahn' 'python3-autodoc' 'python3-autodocsumm' 'python3-autoflake' 'python3-automaton' 'python3-autopep8' 'python3-autoray' 'python3-autoupgrade-ng' 'python3-av' 'python3-avahi' 'python3-avahi-gtk' 'python3-avocado' 'python3-avocado-plugins-glib' 'python3-avocado-plugins-golang' 'python3-avocado-plugins-loader-yaml' 'python3-avocado-plugins-output-html' 'python3-avocado-plugins-result-upload' 'python3-avocado-plugins-resultsdb' 'python3-avocado-plugins-runner-docker' 'python3-avocado-plugins-runner-remote' 'python3-avocado-plugins-runner-vm' 'python3-avocado-plugins-varianter-pict' 'python3-avocado-plugins-varianter-yaml-to-mux' 'python3-avocado-plugins-vt' 'python3-avro' 'python3-awpa' 'python3-aws-sam-translator' 'python3-aws-xray-sdk' 'python3-aws-xray-sdk-Django' 'python3-aws-xray-sdk-Flask-SQLAlchemy' 'python3-aws-xray-sdk-SQLAlchemy' 'python3-aws-xray-sdk-aiobotocore' 'python3-aws-xray-sdk-aiohttp' 'python3-aws-xray-sdk-all' 'python3-aws-xray-sdk-mysql-connector' 'python3-aws-xray-sdk-psycopg2' 'python3-aws-xray-sdk-pymongo' 'python3-aws-xray-sdk-pynamodb' 'python3-aws-xray-sdk-requests' 'python3-axolotl' 'python3-axolotl-curve25519' 'python3-azure-ai-anomalydetector' 'python3-azure-ai-metricsadvisor' 'python3-azure-ai-nspkg' 'python3-azure-ai-textanalytics' 'python3-azure-appconfiguration' 'python3-azure-applicationinsights' 'python3-azure-batch' 'python3-azure-cognitiveservices-anomalydetector' 'python3-azure-cognitiveservices-formrecognizer' 'python3-azure-cognitiveservices-inkrecognizer' 'python3-azure-cognitiveservices-knowledge-nspkg' 'python3-azure-cognitiveservices-knowledge-qnamaker' 'python3-azure-cognitiveservices-language-luis' 'python3-azure-cognitiveservices-language-nspkg' 'python3-azure-cognitiveservices-language-spellcheck' 'python3-azure-cognitiveservices-language-textanalytics' 'python3-azure-cognitiveservices-nspkg' 'python3-azure-cognitiveservices-personalizer' 'python3-azure-cognitiveservices-search-autosuggest' 'python3-azure-cognitiveservices-search-customimagesearch' 'python3-azure-cognitiveservices-search-customsearch' 'python3-azure-cognitiveservices-search-entitysearch' 'python3-azure-cognitiveservices-search-imagesearch' 'python3-azure-cognitiveservices-search-newssearch' 'python3-azure-cognitiveservices-search-nspkg' 'python3-azure-cognitiveservices-search-videosearch' 'python3-azure-cognitiveservices-search-visualsearch' 'python3-azure-cognitiveservices-search-websearch' 'python3-azure-cognitiveservices-vision-computervision' 'python3-azure-cognitiveservices-vision-contentmoderator' 'python3-azure-cognitiveservices-vision-customvision' 'python3-azure-cognitiveservices-vision-face' 'python3-azure-cognitiveservices-vision-nspkg' 'python3-azure-common' 'python3-azure-communication-administration' 'python3-azure-communication-chat' 'python3-azure-communication-nspkg' 'python3-azure-communication-sms' 'python3-azure-core' 'python3-azure-core-tracing-opencensus' 'python3-azure-cosmos' 'python3-azure-data-nspkg' 'python3-azure-data-tables' 'python3-azure-datalake-store' 'python3-azure-devops' 'python3-azure-eventgrid' 'python3-azure-eventhub' 'python3-azure-eventhub-checkpointstoreblob' 'python3-azure-eventhub-checkpointstoreblob-aio' 'python3-azure-functions-devops-build' 'python3-azure-graphrbac' 'python3-azure-identity' 'python3-azure-keyvault' 'python3-azure-keyvault-administration' 'python3-azure-keyvault-certificates' 'python3-azure-keyvault-keys' 'python3-azure-keyvault-nspkg' 'python3-azure-keyvault-secrets' 'python3-azure-loganalytics' 'python3-azure-mgmt' 'python3-azure-mgmt-advisor' 'python3-azure-mgmt-alertsmanagement' 'python3-azure-mgmt-apimanagement' 'python3-azure-mgmt-appconfiguration' 'python3-azure-mgmt-applicationinsights' 'python3-azure-mgmt-appplatform' 'python3-azure-mgmt-attestation' 'python3-azure-mgmt-authorization' 'python3-azure-mgmt-automanage' 'python3-azure-mgmt-automation' 'python3-azure-mgmt-azurestack' 'python3-azure-mgmt-azurestackhci' 'python3-azure-mgmt-baremetalinfrastructure' 'python3-azure-mgmt-batch' 'python3-azure-mgmt-batchai' 'python3-azure-mgmt-billing' 'python3-azure-mgmt-botservice' 'python3-azure-mgmt-cdn' 'python3-azure-mgmt-cognitiveservices' 'python3-azure-mgmt-commerce' 'python3-azure-mgmt-communication' 'python3-azure-mgmt-compute' 'python3-azure-mgmt-consumption' 'python3-azure-mgmt-containerinstance' 'python3-azure-mgmt-containerregistry' 'python3-azure-mgmt-containerservice' 'python3-azure-mgmt-core' 'python3-azure-mgmt-cosmosdb' 'python3-azure-mgmt-costmanagement' 'python3-azure-mgmt-databoxedge' 'python3-azure-mgmt-databricks' 'python3-azure-mgmt-datafactory' 'python3-azure-mgmt-datalake-analytics' 'python3-azure-mgmt-datalake-nspkg' 'python3-azure-mgmt-datalake-store' 'python3-azure-mgmt-datamigration' 'python3-azure-mgmt-datashare' 'python3-azure-mgmt-deploymentmanager' 'python3-azure-mgmt-devspaces' 'python3-azure-mgmt-devtestlabs' 'python3-azure-mgmt-dns' 'python3-azure-mgmt-documentdb' 'python3-azure-mgmt-edgegateway' 'python3-azure-mgmt-eventgrid' 'python3-azure-mgmt-eventhub' 'python3-azure-mgmt-frontdoor' 'python3-azure-mgmt-hanaonazure' 'python3-azure-mgmt-hdinsight' 'python3-azure-mgmt-healthcareapis' 'python3-azure-mgmt-hybridcompute' 'python3-azure-mgmt-imagebuilder' 'python3-azure-mgmt-iotcentral' 'python3-azure-mgmt-iothub' 'python3-azure-mgmt-iothubprovisioningservices' 'python3-azure-mgmt-keyvault' 'python3-azure-mgmt-kubernetesconfiguration' 'python3-azure-mgmt-kusto' 'python3-azure-mgmt-labservices' 'python3-azure-mgmt-loganalytics' 'python3-azure-mgmt-logic' 'python3-azure-mgmt-machinelearningcompute' 'python3-azure-mgmt-machinelearningservices' 'python3-azure-mgmt-managedservices' 'python3-azure-mgmt-managementgroups' 'python3-azure-mgmt-managementpartner' 'python3-azure-mgmt-maps' 'python3-azure-mgmt-marketplaceordering' 'python3-azure-mgmt-media' 'python3-azure-mgmt-mixedreality' 'python3-azure-mgmt-monitor' 'python3-azure-mgmt-msi' 'python3-azure-mgmt-netapp' 'python3-azure-mgmt-network' 'python3-azure-mgmt-notificationhubs' 'python3-azure-mgmt-nspkg' 'python3-azure-mgmt-peering' 'python3-azure-mgmt-policyinsights' 'python3-azure-mgmt-powerbiembedded' 'python3-azure-mgmt-privatedns' 'python3-azure-mgmt-rdbms' 'python3-azure-mgmt-recoveryservices' 'python3-azure-mgmt-recoveryservicesbackup' 'python3-azure-mgmt-redhatopenshift' 'python3-azure-mgmt-redis' 'python3-azure-mgmt-regionmove' 'python3-azure-mgmt-relay' 'python3-azure-mgmt-reservations' 'python3-azure-mgmt-resource' 'python3-azure-mgmt-resourcegraph' 'python3-azure-mgmt-resourcemover' 'python3-azure-mgmt-scheduler' 'python3-azure-mgmt-search' 'python3-azure-mgmt-security' 'python3-azure-mgmt-serialconsole' 'python3-azure-mgmt-servermanager' 'python3-azure-mgmt-servicebus' 'python3-azure-mgmt-servicefabric' 'python3-azure-mgmt-signalr' 'python3-azure-mgmt-sql' 'python3-azure-mgmt-sqlvirtualmachine' 'python3-azure-mgmt-storage' 'python3-azure-mgmt-storagecache' 'python3-azure-mgmt-storageimportexport' 'python3-azure-mgmt-storagesync' 'python3-azure-mgmt-streamanalytics' 'python3-azure-mgmt-subscription' 'python3-azure-mgmt-synapse' 'python3-azure-mgmt-trafficmanager' 'python3-azure-mgmt-vmwarecloudsimple' 'python3-azure-mgmt-web' 'python3-azure-monitor' 'python3-azure-multiapi-storage' 'python3-azure-nspkg' 'python3-azure-sdk' 'python3-azure-search-documents' 'python3-azure-search-nspkg' 'python3-azure-servicebus' 'python3-azure-servicefabric' 'python3-azure-servicemanagement-legacy' 'python3-azure-storage' 'python3-azure-storage-blob' 'python3-azure-storage-common' 'python3-azure-storage-file' 'python3-azure-storage-file-datalake' 'python3-azure-storage-file-share' 'python3-azure-storage-nspkg' 'python3-azure-storage-queue' 'python3-azure-synapse-accesscontrol' 'python3-azure-synapse-artifacts' 'python3-azure-synapse-nspkg' 'python3-azure-synapse-spark' 'python3-azurectl' 'python3-azuremetadata' 'python3-babelfish' 'python3-babeltrace' 'python3-babeltrace2' 'python3-backcall' 'python3-backoff' 'python3-bandit' 'python3-barbicanclient' 'python3-baron' 'python3-base58' 'python3-bashate' 'python3-bcolz' 'python3-before-after' 'python3-behave' 'python3-bencode' 'python3-beniget' 'python3-beren' 'python3-betamax' 'python3-betamax-matchers' 'python3-bibtexparser' 'python3-bidict' 'python3-billiard' 'python3-binary' 'python3-binaryornot' 'python3-bindep' 'python3-biopython' 'python3-biplist' 'python3-bitarray' 'python3-bitstring' 'python3-bitstruct' 'python3-bjoern' 'python3-bleach' 'python3-blessed' 'python3-blessings' 'python3-blindspin' 'python3-blist' 'python3-blockdiag' 'python3-blosc' 'python3-bloscpack' 'python3-blurb' 'python3-bobo' 'python3-bobodoctestumentation' 'python3-bokcolmaps' 'python3-bokeh' 'python3-boltons' 'python3-boolean.py' 'python3-booleanOperations' 'python3-boost_parallel_mpi' 'python3-boost_parallel_mpi1_74_0' 'python3-botan' 'python3-boto' 'python3-bottle' 'python3-bowler' 'python3-bpython' 'python3-bqplot' 'python3-branca' 'python3-breathe' 'python3-brewer2mpl' 'python3-brlapi' 'python3-bsddb3' 'python3-bsddb3-devel' 'python3-bson' 'python3-bugzilla' 'python3-bugzillatools' 'python3-bump2version' 'python3-buttplug' 'python3-bytecode' 'python3-cPyparsing' 'python3-caca' 'python3-cached-property' 'python3-cachelib' 'python3-cachetools' 'python3-cachey' 'python3-cachy' 'python3-caffe' 'python3-caffe-gnu-hpc' 'python3-caffe_1_0-gnu-hpc' 'python3-cairocffi' 'python3-cairocffi-pixbuf' 'python3-caldav' 'python3-calmjs' 'python3-calmjs.parse' 'python3-calmjs.types' 'python3-calysto' 'python3-cangjie' 'python3-canonicaljson' 'python3-capng' 'python3-capstone' 'python3-capturer' 'python3-casacore' 'python3-case' 'python3-cassandra-driver' 'python3-cassowary' 'python3-castellan' 'python3-casttube' 'python3-catkin-pkg' 'python3-cauldron-notebook' 'python3-cbor' 'python3-cbor2' 'python3-cchardet' 'python3-ccm' 'python3-celery' 'python3-celery-batches' 'python3-celerymon' 'python3-ceph-argparse' 'python3-ceph-common' 'python3-cephfs' 'python3-cerealizer' 'python3-certbot' 'python3-certbot-apache' 'python3-certbot-dns-cloudflare' 'python3-certbot-dns-cloudxns' 'python3-certbot-dns-digitalocean' 'python3-certbot-dns-dnsimple' 'python3-certbot-dns-dnsmadeeasy' 'python3-certbot-dns-google' 'python3-certbot-dns-linode' 'python3-certbot-dns-luadns' 'python3-certbot-dns-nsone' 'python3-certbot-dns-rfc2136' 'python3-certbot-dns-route53' 'python3-certbot-nginx' 'python3-certipy' 'python3-certstream' 'python3-cfgdiff' 'python3-cfgv' 'python3-cfn-lint' 'python3-cfscrape' 'python3-cftime' 'python3-chai' 'python3-chainmap' 'python3-charset-normalizer' 'python3-chart-studio' 'python3-chartify' 'python3-check-manifest' 'python3-cheroot' 'python3-chest' 'python3-cilium-microscope' 'python3-cinderclient' 'python3-ciscoconfparse' 'python3-cl' 'python3-clang' 'python3-cleo' 'python3-cli-helpers' 'python3-click-aliases' 'python3-click-completion' 'python3-click-default-group' 'python3-click-didyoumean' 'python3-click-help-colors' 'python3-click-log' 'python3-click-man' 'python3-click-plugins' 'python3-click-repl' 'python3-click-spinner' 'python3-click-threading' 'python3-cliff' 'python3-cligj' 'python3-clikit' 'python3-clinkgrammar' 'python3-clint' 'python3-cloud-init-seed' 'python3-cloud-sptheme' 'python3-cloudflare' 'python3-cloudpickle' 'python3-cluster' 'python3-cluster-preflight-check' 'python3-clustershell' 'python3-cma' 'python3-cmapfile' 'python3-cmarkgfm' 'python3-cmd2' 'python3-coards' 'python3-coconut' 'python3-codecov' 'python3-cogapp' 'python3-colander' 'python3-colorama' 'python3-colorcet' 'python3-colorclass' 'python3-coloredlogs' 'python3-colorlog' 'python3-colorlover' 'python3-colormap' 'python3-colorspacious' 'python3-colour' 'python3-combi' 'python3-commentjson' 'python3-compat-patcher-core' 'python3-compizconfig' 'python3-concurrentloghandler' 'python3-configargparse' 'python3-configshell-fb' 'python3-confluent-kafka' 'python3-confusable-homoglyphs' 'python3-congressclient' 'python3-construct' 'python3-contexter' 'python3-contextlib2' 'python3-contextvars' 'python3-control' 'python3-convertdate' 'python3-cookies' 'python3-cooldict' 'python3-coreapi' 'python3-coreapi-cli' 'python3-coreschema' 'python3-cotyledon' 'python3-cov-core' 'python3-covdefaults' 'python3-coverage-config-reload-plugin' 'python3-coverage-env-plugin' 'python3-coveralls' 'python3-coveralls-check' 'python3-cppclean' 'python3-cpplint' 'python3-cppy' 'python3-cracklib' 'python3-crashtest' 'python3-crayons' 'python3-crcmod' 'python3-cron-descriptor' 'python3-croniter' 'python3-crontab' 'python3-crumbs' 'python3-cryptography-vectors' 'python3-css-parser' 'python3-csscompressor' 'python3-cssselect2' 'python3-cssutils' 'python3-cstruct' 'python3-csv23' 'python3-csvkit' 'python3-ctypescrypto' 'python3-ctypeslib2' 'python3-cu2qu' 'python3-cufflinks' 'python3-curio' 'python3-curtsies' 'python3-cx_Freeze' 'python3-cymruwhois' 'python3-cytoolz' 'python3-czifile' 'python3-d2to1' 'python3-daemonize' 'python3-daiquiri' 'python3-dash' 'python3-dash-core-components' 'python3-dash-html-components' 'python3-dash-renderer' 'python3-dash-table' 'python3-dask' 'python3-dask-all' 'python3-dask-array' 'python3-dask-bag' 'python3-dask-dataframe' 'python3-dask-distributed' 'python3-dask-dot' 'python3-dask-multiprocessing' 'python3-datadiff' 'python3-datashader' 'python3-dateparser' 'python3-dateutils' 'python3-datrie' 'python3-dbf' 'python3-dbfread' 'python3-dbus-deviation' 'python3-dbus-presage' 'python3-dbus-python-devel' 'python3-ddg3' 'python3-ddt' 'python3-deap' 'python3-debian' 'python3-debtcollector' 'python3-deepdiff' 'python3-deepmerge' 'python3-defcon' 'python3-defusedxml' 'python3-delegator' 'python3-delegator.py' 'python3-deltarpm' 'python3-demjson' 'python3-dennis' 'python3-dephell' 'python3-dephell-archive' 'python3-dephell-argparse' 'python3-dephell-discover' 'python3-dephell-licenses' 'python3-dephell-links' 'python3-dephell-markers' 'python3-dephell-pythons' 'python3-dephell-setuptools' 'python3-dephell-shells' 'python3-dephell-specifier' 'python3-dephell-venvs' 'python3-dephell-versioning' 'python3-dephell_changelogs' 'python3-deprecation' 'python3-derpconf' 'python3-designateclient' 'python3-devpi-client' 'python3-devpi-common' 'python3-devpi-server' 'python3-dfVFS' 'python3-dfdatetime' 'python3-dfwinreg' 'python3-dialite' 'python3-dictdiffer' 'python3-dictknife' 'python3-dicttoxml' 'python3-diff-match-patch' 'python3-digitalocean' 'python3-dill' 'python3-dirtyjson' 'python3-diskcache' 'python3-dist' 'python3-distob' 'python3-distorm3' 'python3-distributed' 'python3-distro' 'python3-distroinfo' 'python3-distutils-extra' 'python3-dj-database-url' 'python3-django-allauth' 'python3-django-appconf' 'python3-django-assets' 'python3-django-attachments' 'python3-django-auth-ldap' 'python3-django-avatar' 'python3-django-axes' 'python3-django-bootstrap3' 'python3-django-braces' 'python3-django-cacheops' 'python3-django-ckeditor' 'python3-django-classy-tags' 'python3-django-codemod' 'python3-django-collectd-rest' 'python3-django-compressor' 'python3-django-contrib-comments' 'python3-django-cors-headers' 'python3-django-countries' 'python3-django-coverage-plugin' 'python3-django-crispy-forms' 'python3-django-debreach' 'python3-django-debug-toolbar' 'python3-django-dj-inmemorystorage' 'python3-django-environ' 'python3-django-eremaea2' 'python3-django-extensions' 'python3-django-extra-views' 'python3-django-filter' 'python3-django-formtools' 'python3-django-geoposition' 'python3-django-grappelli' 'python3-django-gravatar2' 'python3-django-guardian' 'python3-django-haystack' 'python3-django-health-check' 'python3-django-invitations' 'python3-django-ipware' 'python3-django-jinja' 'python3-django-js-asset' 'python3-django-json-widget' 'python3-django-jsonfield' 'python3-django-localflavor' 'python3-django-mailer' 'python3-django-mailman3' 'python3-django-minio-storage' 'python3-django-model-utils' 'python3-django-multiselectfield' 'python3-django-nine' 'python3-django-nose' 'python3-django-oauth-toolkit' 'python3-django-oidc-provider' 'python3-django-parler' 'python3-django-pglocks' 'python3-django-phonenumber-field' 'python3-django-picklefield' 'python3-django-pipeline' 'python3-django-polymorphic' 'python3-django-push-notifications' 'python3-django-pyscss' 'python3-django-q' 'python3-django-qsessions' 'python3-django-redis' 'python3-django-registration' 'python3-django-request' 'python3-django-rest-framework-braces' 'python3-django-rest-framework-client' 'python3-django-rest-framework-social-oauth2' 'python3-django-rest-invitations' 'python3-django-rest-knox' 'python3-django-reversion' 'python3-django-rosetta' 'python3-django-seed' 'python3-django-sekizai' 'python3-django-settings-toml' 'python3-django-silk' 'python3-django-sortedm2m' 'python3-django-storages' 'python3-django-tagging' 'python3-django-tastypie' 'python3-django-threadedcomments' 'python3-django-treebeard' 'python3-django-user-agents' 'python3-django-utils-six' 'python3-django-webpack-loader' 'python3-django-webtest' 'python3-django-widget-tweaks' 'python3-djangorestframework' 'python3-djangorestframework-camel-case' 'python3-djangorestframework-simplejwt' 'python3-djet' 'python3-djvulibre' 'python3-dkimpy' 'python3-dnf' 'python3-dnf-plugin-kickstart' 'python3-dnf-plugin-leaves' 'python3-dnf-plugin-local' 'python3-dnf-plugin-post-transaction-actions' 'python3-dnf-plugin-rpmconf' 'python3-dnf-plugin-show-leaves' 'python3-dnf-plugin-showvars' 'python3-dnf-plugin-snapper' 'python3-dnf-plugin-system-upgrade' 'python3-dnf-plugin-torproxy' 'python3-dnf-plugin-versionlock' 'python3-dnf-plugins-core' 'python3-dnf-plugins-extras-common' 'python3-dns-lexicon' 'python3-dnslib' 'python3-docformatter' 'python3-docker' 'python3-docker-compose' 'python3-docker-pycreds' 'python3-dockerpty' 'python3-docopt' 'python3-docrepr' 'python3-docutils-ast-writer' 'python3-dogpile.cache' 'python3-dogslow' 'python3-dominate' 'python3-dotmap' 'python3-dparse' 'python3-dpcontracts' 'python3-dpkt' 'python3-dragonmapper' 'python3-drms' 'python3-dropbox' 'python3-dtaidistance' 'python3-dtaidistance-devel' 'python3-dtfabric' 'python3-duckduckgo2' 'python3-dukpy' 'python3-dukpy-kovidgoyal' 'python3-dulwich' 'python3-dynaconf' 'python3-easy-thumbnails' 'python3-easydev' 'python3-easygui' 'python3-easypysmb' 'python3-easywatch' 'python3-ebcdic' 'python3-ec2imgutils' 'python3-ec2metadata' 'python3-ed25519' 'python3-edgegrid-python' 'python3-editdistance' 'python3-editdistance-devel' 'python3-efilter' 'python3-efl' 'python3-efl-doc' 'python3-efl-examples' 'python3-elasticsearch' 'python3-elasticsearch-dsl' 'python3-elementpath' 'python3-eliot' 'python3-email-reply-parser' 'python3-email_validator' 'python3-emcee' 'python3-emoji' 'python3-empy' 'python3-enaml' 'python3-encore' 'python3-enforce-pep8' 'python3-entrypoint2' 'python3-environ-config' 'python3-environmental-override' 'python3-envisage' 'python3-enzyme' 'python3-ephem' 'python3-epubmerge' 'python3-eradicate' 'python3-espeak' 'python3-espressomd' 'python3-esptool' 'python3-et_xmlfile' 'python3-etcd' 'python3-ethtool' 'python3-evemu' 'python3-eventlet' 'python3-evilunit' 'python3-evtx' 'python3-exam' 'python3-execnet' 'python3-exiv2' 'python3-expects' 'python3-exrex' 'python3-extension-helpers' 'python3-extras' 'python3-extratools' 'python3-ez_setup' 'python3-ezdxf' 'python3-fabio' 'python3-factory_boy' 'python3-fake-useragent' 'python3-fakeredis' 'python3-falcon' 'python3-fanficfare' 'python3-fann2' 'python3-fastTSNE' 'python3-fastcluster' 'python3-fasteners' 'python3-fastimport' 'python3-fastjet' 'python3-fastnumbers' 'python3-fastparquet' 'python3-fastremap' 'python3-fb-re2' 'python3-featureflow' 'python3-fedmsg' 'python3-feedgen' 'python3-feedgenerator' 'python3-feedparser' 'python3-ffmpeg-python' 'python3-fido2' 'python3-fields' 'python3-fife' 'python3-filetype' 'python3-finance_enums' 'python3-fire' 'python3-first' 'python3-fissix' 'python3-fityk' 'python3-fixtures' 'python3-flake8-blind-except' 'python3-flake8-bugbear' 'python3-flake8-builtins' 'python3-flake8-class-newline' 'python3-flake8-comprehensions' 'python3-flake8-debugger' 'python3-flake8-deprecated' 'python3-flake8-docstrings' 'python3-flake8-future-import' 'python3-flake8-import-order' 'python3-flake8-imports' 'python3-flake8-isort' 'python3-flake8-pep3101' 'python3-flake8-polyfill' 'python3-flake8-pyi' 'python3-flake8-quotes' 'python3-flaky' 'python3-flasgger' 'python3-flask-jwt-extended' 'python3-flask-oidc' 'python3-flask-peewee' 'python3-flask-restplus' 'python3-flask-restx' 'python3-flatbuffers' 'python3-flatdict' 'python3-flex' 'python3-flexmock' 'python3-flexx' 'python3-flickrapi' 'python3-flit' 'python3-flit-core' 'python3-flower' 'python3-fluent' 'python3-flufl.bounce' 'python3-flufl.i18n' 'python3-flufl.lock' 'python3-flufl.testing' 'python3-flup' 'python3-folium' 'python3-fontMath' 'python3-fontParts' 'python3-fontPens' 'python3-forbiddenfruit' 'python3-formats' 'python3-framel' 'python3-freeipa' 'python3-freetype-py' 'python3-freezegun' 'python3-freezerclient' 'python3-fritzconnection' 'python3-frozendict' 'python3-fs' 'python3-fsspec' 'python3-ftfy' 'python3-ftputil' 'python3-fudge' 'python3-funcparserlib' 'python3-funcy' 'python3-furl' 'python3-fuse' 'python3-fusepy' 'python3-futurist' 'python3-fuzzywuzzy' 'python3-fysom' 'python3-gTTS' 'python3-gTTS-token' 'python3-gabbi' 'python3-gast' 'python3-gcemetadata' 'python3-gcsfs' 'python3-gcsfs-fuse' 'python3-gdcm' 'python3-gear' 'python3-ged4py' 'python3-gedit' 'python3-geis' 'python3-genders' 'python3-genfire' 'python3-gensio' 'python3-genty' 'python3-geographiclib' 'python3-geoip2' 'python3-geojson' 'python3-geolib' 'python3-geolinks' 'python3-geomdl' 'python3-geomet' 'python3-geopy' 'python3-getmac' 'python3-gevent' 'python3-geventhttpclient' 'python3-gexiv2' 'python3-ggplot' 'python3-girder-client' 'python3-git-deps' 'python3-git-pw' 'python3-git-url-parse' 'python3-gitdb' 'python3-github3.py' 'python3-gitlint' 'python3-glanceclient' 'python3-glean' 'python3-glfw' 'python3-glob2' 'python3-glom' 'python3-glucat' 'python3-gluster' 'python3-gmconfig' 'python3-gmpy' 'python3-gmpy2' 'python3-gmsh' 'python3-gns3fy' 'python3-gnucash' 'python3-gobject-devel' 'python3-gobject2' 'python3-gobject2-devel' 'python3-gom' 'python3-goobook' 'python3-google-api-core' 'python3-google-api-python-client' 'python3-google-auth' 'python3-google-auth-httplib2' 'python3-google-auth-oauthlib' 'python3-google-cloud-core' 'python3-google-cloud-kms' 'python3-google-cloud-speech' 'python3-google-cloud-storage' 'python3-google-cloud-translate' 'python3-google-pasta' 'python3-google-resumable-media' 'python3-googleapis-common-protos' 'python3-googlemaps' 'python3-gpg' 'python3-gpgme' 'python3-gphoto2' 'python3-gpiod' 'python3-gprof2dot' 'python3-gps3' 'python3-gpsd' 'python3-gpxpy' 'python3-gr-iqbal' 'python3-grab' 'python3-graphene' 'python3-graphene-django' 'python3-graphql-core' 'python3-graphql-relay' 'python3-graphviz' 'python3-greenlet-devel' 'python3-grpc-google-iam-v1' 'python3-grpcio' 'python3-grpcio-gcp' 'python3-gscholar' 'python3-gspread' 'python3-gst' 'python3-gsw' 'python3-guessit' 'python3-guzzle_sphinx_theme' 'python3-gv' 'python3-gvm-tools' 'python3-gwcs' 'python3-gwyfile' 'python3-gyp' 'python3-h11' 'python3-h5netcdf' 'python3-h5py' 'python3-hammett' 'python3-hankel' 'python3-hanzidentifier' 'python3-happybase' 'python3-haproxyctl' 'python3-hashids' 'python3-hatch' 'python3-hawkauthlib' 'python3-hawkey' 'python3-hcloud' 'python3-hdf5storage' 'python3-heatclient' 'python3-helpdev' 'python3-hepunits' 'python3-hetzner' 'python3-hetznercloud' 'python3-hexdump' 'python3-hide-code' 'python3-hivex' 'python3-hkdf' 'python3-hl7apy' 'python3-holidays' 'python3-holoviews' 'python3-hotdoc' 'python3-html2text' 'python3-html5-parser' 'python3-html5lib' 'python3-htmlmin' 'python3-httmock' 'python3-http-ece' 'python3-http-parser' 'python3-httpbin' 'python3-httpie' 'python3-httpretty' 'python3-httpsig_cffi' 'python3-httptools' 'python3-humanfriendly' 'python3-humanhash3' 'python3-humanize' 'python3-humanreadable' 'python3-hupper' 'python3-husl' 'python3-hvac' 'python3-hvplot' 'python3-hyper' 'python3-hypothesis' 'python3-hypothesis-auto' 'python3-hypothesis-fspaths' 'python3-hypothesmith' 'python3-i3ipc' 'python3-icalendar' 'python3-identify' 'python3-idna_ssl' 'python3-ifaddr' 'python3-ifconfig-parser' 'python3-ijson' 'python3-imagecodecs' 'python3-imageio' 'python3-imageio-ffmpeg' 'python3-imagesize' 'python3-imbox' 'python3-img-proof' 'python3-img-proof-tests' 'python3-img2pdf' 'python3-iminuit' 'python3-immutables' 'python3-imobiledevice' 'python3-impacket' 'python3-importlab' 'python3-imread' 'python3-imreg' 'python3-infinity' 'python3-inflect' 'python3-inflection' 'python3-influxdb' 'python3-inifile' 'python3-iniparse' 'python3-injector' 'python3-inspektor' 'python3-intake' 'python3-interrogate' 'python3-intervals' 'python3-intervaltree' 'python3-invocations' 'python3-iocapture' 'python3-ioflo' 'python3-ipa_hbac' 'python3-ipdb' 'python3-iptables' 'python3-ipy' 'python3-ipydatawidgets' 'python3-ipyevents' 'python3-ipykernel' 'python3-ipyleaflet' 'python3-ipympl' 'python3-ipyparallel' 'python3-ipyscales' 'python3-ipysheet' 'python3-ipython' 'python3-ipython-iptest' 'python3-ipython_genutils' 'python3-ipyvolume' 'python3-ipywebrtc' 'python3-ipywidgets' 'python3-irc' 'python3-ironic-inspector-client' 'python3-ironicclient' 'python3-isc_dhcp_leases' 'python3-iso3166' 'python3-iso8601' 'python3-isodate' 'python3-isort' 'python3-itemadapter' 'python3-itk' 'python3-itsdangerous' 'python3-itypes' 'python3-iwlib' 'python3-j2gen' 'python3-jaraco.base' 'python3-jaraco.classes' 'python3-jaraco.collections' 'python3-jaraco.envs' 'python3-jaraco.functools' 'python3-jaraco.itertools' 'python3-jaraco.logging' 'python3-jaraco.packaging' 'python3-jaraco.stream' 'python3-jaraco.text' 'python3-javapackages' 'python3-javaproperties' 'python3-jdatetime' 'python3-jdcal' 'python3-jedi' 'python3-jedihttp' 'python3-jeepney' 'python3-jenkins-job-builder' 'python3-jenkinsapi' 'python3-jfscripts' 'python3-jgraph' 'python3-jinja2-fsloader' 'python3-jinja2-pluralize' 'python3-jinja2-time' 'python3-jira' 'python3-jirafs' 'python3-joblib' 'python3-josepy' 'python3-jplephem' 'python3-jsbeautifier' 'python3-jsmin' 'python3-json-rpc' 'python3-json5' 'python3-json_tricks' 'python3-jsondate' 'python3-jsondiff' 'python3-jsonextended' 'python3-jsonlib-python3' 'python3-jsonlines' 'python3-jsonpatch' 'python3-jsonpath-rw' 'python3-jsonpath-rw-ext' 'python3-jsonpickle' 'python3-jsonpointer' 'python3-jsonref' 'python3-jsonrpclib-pelix' 'python3-jsonslicer' 'python3-jsonxs' 'python3-junit-xml' 'python3-junitxml' 'python3-junos-eznc' 'python3-jupyter-client' 'python3-jupyter-contrib-nbextensions' 'python3-jupyter-core' 'python3-jupyter-datatables' 'python3-jupyter-nbutils' 'python3-jupyter-packaging' 'python3-jupyter-protocol' 'python3-jupyter-require' 'python3-jupyter-server' 'python3-jupyter-sphinx' 'python3-jupyter-telemetry' 'python3-jupyter_console' 'python3-jupyter_contrib_core' 'python3-jupyter_highlight_selected_word' 'python3-jupyter_kernel_test' 'python3-jupyter_latex_envs' 'python3-jupyter_nbextensions_configurator' 'python3-jupyterlab' 'python3-jupyterlab-pygments' 'python3-jupyterlab-templates' 'python3-jupytext' 'python3-jwcrypto' 'python3-k5test' 'python3-kafka-python' 'python3-kaitaistruct' 'python3-kasa' 'python3-kazoo' 'python3-kea' 'python3-keepalive' 'python3-keras2onnx' 'python3-kerberos' 'python3-keyring' 'python3-keyrings.alt' 'python3-keystoneauth1' 'python3-keystoneclient' 'python3-keystonemiddleware' 'python3-kismet-rest' 'python3-kismetdb' 'python3-kitchen' 'python3-kiwi' 'python3-kiwisolver' 'python3-kmatch' 'python3-kmod' 'python3-knack' 'python3-kombu' 'python3-kopano' 'python3-korean-lunar-calendar' 'python3-kubernetes' 'python3-kwant' 'python3-l20n' 'python3-labelImg' 'python3-labels' 'python3-lal' 'python3-lancet-ioam' 'python3-langdetect' 'python3-langtable' 'python3-language-check' 'python3-lark-parser' 'python3-lasso' 'python3-latexcodec' 'python3-lazr.config' 'python3-lazr.delegates' 'python3-lazr.uri' 'python3-lazy' 'python3-lazy-object-proxy' 'python3-lazyarray' 'python3-ldap' 'python3-ldap3' 'python3-ldapdomaindump' 'python3-ldappool' 'python3-ldaptor' 'python3-ldb-32bit' 'python3-ldb-devel' 'python3-ldns' 'python3-leather' 'python3-lensfun' 'python3-lesscpy' 'python3-leveldb' 'python3-lfdfiles' 'python3-lhafile' 'python3-lib3to6' 'python3-libaccounts' 'python3-libarchive' 'python3-libarchive-c' 'python3-libbde' 'python3-libblockdev' 'python3-libbytesize' 'python3-libcec' 'python3-libcomps' 'python3-libcst' 'python3-libdnf' 'python3-libesedb' 'python3-libevt' 'python3-libevtx' 'python3-libewf' 'python3-libexe' 'python3-libfdt' 'python3-libfsapfs' 'python3-libfsntfs' 'python3-libftdi1' 'python3-libfvde' 'python3-libfwnt' 'python3-libfwsi' 'python3-libguestfs' 'python3-libixion' 'python3-libkdumpfile' 'python3-liblarch' 'python3-liblarch-gtk' 'python3-liblnk' 'python3-libluksde' 'python3-libmodulemd' 'python3-libmount' 'python3-libmsiecf' 'python3-libnacl' 'python3-libolecf' 'python3-liborcus' 'python3-libpamtest' 'python3-libpff' 'python3-libpfm' 'python3-libprelude' 'python3-libpreludedb' 'python3-libproxy' 'python3-libqcow' 'python3-libregf' 'python3-librepo' 'python3-librosa' 'python3-librouteros' 'python3-libsass' 'python3-libscca' 'python3-libsignon-glib' 'python3-libsigscan' 'python3-libsmdev' 'python3-libsmraw' 'python3-libsoc' 'python3-libstoragemgmt' 'python3-libstoragemgmt-clibs' 'python3-libtorrent-rasterbar' 'python3-libtorrent-rasterbar-1' 'python3-libusb1' 'python3-libvhdi' 'python3-libvmdk' 'python3-libvoikko' 'python3-libvshadow' 'python3-libvslvm' 'python3-license-expression' 'python3-lilv' 'python3-limnoria' 'python3-line_profiler' 'python3-linecache2' 'python3-lineup-widget' 'python3-link-traits' 'python3-linstor' 'python3-linstor-client' 'python3-lit' 'python3-lldb' 'python3-lldb10' 'python3-lldb7' 'python3-lldb8' 'python3-lldb9' 'python3-llfuse' 'python3-llvmlite' 'python3-lmdb' 'python3-lmfit' 'python3-lml' 'python3-localzone' 'python3-locket' 'python3-lockfile' 'python3-logilab-common' 'python3-logreduce' 'python3-loguru' 'python3-logutils' 'python3-logzero' 'python3-louis' 'python3-lscsoft-glue' 'python3-lttngust' 'python3-lupa' 'python3-lws' 'python3-lxml-devel' 'python3-lz4' 'python3-lzmaffi' 'python3-m2r' 'python3-macholib' 'python3-magic' 'python3-magic-wormhole' 'python3-magic-wormhole-mailbox-server' 'python3-magic-wormhole-transit-relay' 'python3-magicalimport' 'python3-magnumclient' 'python3-mailman' 'python3-mailman-hyperkitty' 'python3-mailman-web' 'python3-mailman3-fedmsg-plugin' 'python3-mailmanclient' 'python3-main-wrapper' 'python3-managesieve' 'python3-mando' 'python3-manilaclient' 'python3-manuel' 'python3-manuel-doc' 'python3-mapi' 'python3-marathon' 'python3-marisa' 'python3-markdown-math' 'python3-markdown2' 'python3-marshmallow' 'python3-masakariclient' 'python3-matplotlib' 'python3-matplotlib-cairo' 'python3-matplotlib-gtk3' 'python3-matplotlib-latex' 'python3-matplotlib-qt5' 'python3-matplotlib-testdata' 'python3-matplotlib-tk' 'python3-matplotlib-web' 'python3-matplotlib-wx' 'python3-matrix-synapse-ldap3' 'python3-mautrix' 'python3-mautrix-telegram' 'python3-maxminddb' 'python3-mbstrdecoder' 'python3-md2workflow' 'python3-md2workflow-plugins-jira' 'python3-md2workflow-plugins-redmine' 'python3-mechanize' 'python3-meld3' 'python3-memory_profiler' 'python3-metaextract' 'python3-metakernel' 'python3-metamagic.json' 'python3-methodtools' 'python3-mimesis' 'python3-minidb' 'python3-minio' 'python3-miniupnpc' 'python3-misaka' 'python3-missingno' 'python3-mistralclient' 'python3-mistune' 'python3-mitmproxy' 'python3-mizani' 'python3-mlt' 'python3-moban' 'python3-moban-ansible' 'python3-mock' 'python3-mock-open' 'python3-mocket' 'python3-mockito' 'python3-mockldap' 'python3-model-bakery' 'python3-modernize' 'python3-mohawk' 'python3-moksha-common' 'python3-moksha-hub' 'python3-monascaclient' 'python3-mongoengine' 'python3-monitoring-plugins-http_json' 'python3-monotonic' 'python3-morecvutils' 'python3-moreorless' 'python3-moretools' 'python3-moto' 'python3-moviepy' 'python3-mox3' 'python3-mpi4py' 'python3-mpi4py-devel' 'python3-mplcursors' 'python3-mpmath' 'python3-mraa' 'python3-mrcz' 'python3-msal' 'python3-msal-extensions' 'python3-msgpack-numpy' 'python3-msk' 'python3-msm' 'python3-msoffcrypto-tool' 'python3-msrest' 'python3-msrestazure' 'python3-mss' 'python3-mujson' 'python3-mulpyplexer' 'python3-multi_key_dict' 'python3-multipledispatch' 'python3-munch' 'python3-murano-pkg-check' 'python3-mutatorMath' 'python3-mutmut' 'python3-mutt-ics' 'python3-mygpoclient' 'python3-mysql-connector-python' 'python3-nagiosplugin' 'python3-napalm' 'python3-napalm-ansible' 'python3-napalm-arubaos-switch' 'python3-napalm-asa' 'python3-napalm-digineo-procurve' 'python3-napalm-exos' 'python3-napalm-procurve' 'python3-natsort' 'python3-nautilus' 'python3-nautilus-devel' 'python3-nbclient' 'python3-nbconvert' 'python3-nbdime' 'python3-nbformat' 'python3-nbindex-jupyter' 'python3-nbinteract' 'python3-nbsmoke' 'python3-nbsphinx' 'python3-nbsphinx-link' 'python3-nbval' 'python3-nbxmpp' 'python3-nbxmpp-doc' 'python3-ncclient' 'python3-nemo' 'python3-neovim-remote' 'python3-nest-asyncio' 'python3-net-snmp' 'python3-netCDF4' 'python3-netaddr' 'python3-netmiko' 'python3-netpbmfile' 'python3-networkx' 'python3-neutronclient' 'python3-newt' 'python3-nghttp2' 'python3-nibabel' 'python3-nilearn' 'python3-nine' 'python3-nltk' 'python3-node-semver' 'python3-nodeenv' 'python3-nornir' 'python3-nose' 'python3-nose-cov' 'python3-nose-cover3' 'python3-nose-exclude' 'python3-nose-progressive' 'python3-nose-random' 'python3-nose-timer' 'python3-nose2' 'python3-nose2pytest' 'python3-nose_warnings_filters' 'python3-nosexcover' 'python3-notcurses' 'python3-notebook' 'python3-notebook-lang' 'python3-notify2' 'python3-notmuch' 'python3-novaclient' 'python3-nox' 'python3-npTDMS' 'python3-nss' 'python3-ntc-templates' 'python3-ntfy' 'python3-ntp' 'python3-ntplib' 'python3-num2words' 'python3-numba' 'python3-numba-devel' 'python3-numericalunits' 'python3-numexpr' 'python3-numpy' 'python3-numpy-devel' 'python3-numpy-gnu-hpc' 'python3-numpy-gnu-hpc-devel' 'python3-numpy_1_19_0-gnu-hpc' 'python3-numpy_1_19_0-gnu-hpc-devel' 'python3-numpydoc' 'python3-nwdiag' 'python3-nxapi-plumbing' 'python3-o2sclpy' 'python3-oauth2' 'python3-oauth2client' 'python3-oauth2client-flask' 'python3-oauth2client-gce' 'python3-obexftp' 'python3-objgraph' 'python3-oci-sdk' 'python3-oct2py' 'python3-octave-kernel' 'python3-octaviaclient' 'python3-odfpy' 'python3-odorik' 'python3-oic' 'python3-oiffile' 'python3-onionshare' 'python3-onnx' 'python3-onnxconverter-common' 'python3-opcodes' 'python3-openapi-codec' 'python3-openapi-core' 'python3-openapi-schema-validator' 'python3-openapi-spec-validator' 'python3-openbabel' 'python3-opencensus' 'python3-opencensus-context' 'python3-opencensus-ext-azure' 'python3-opencensus-ext-threading' 'python3-opencv' 'python3-opencv3' 'python3-opengl' 'python3-opengl-accelerate' 'python3-openmesh' 'python3-openpyxl' 'python3-openqa_client' 'python3-openqa_review' 'python3-openshot' 'python3-openstack-doc-tools' 'python3-openstack.nose_plugin' 'python3-openstackclient' 'python3-openstackdocstheme' 'python3-openstacksdk' 'python3-opentelemetry-api' 'python3-openwrt-luci-rpc' 'python3-openwsman' 'python3-opt-einsum' 'python3-orange-canvas-core' 'python3-orange-widget-base' 'python3-ordered-namespace' 'python3-orderedmultidict' 'python3-os-api-ref' 'python3-os-client-config' 'python3-os-service-types' 'python3-osc-lib' 'python3-osc-tiny' 'python3-oscrypto' 'python3-osdlyrics' 'python3-oslo.cache' 'python3-oslo.concurrency' 'python3-oslo.config' 'python3-oslo.context' 'python3-oslo.db' 'python3-oslo.i18n' 'python3-oslo.log' 'python3-oslo.messaging' 'python3-oslo.messaging-doc' 'python3-oslo.middleware' 'python3-oslo.middleware-doc' 'python3-oslo.policy' 'python3-oslo.privsep' 'python3-oslo.reports' 'python3-oslo.rootwrap' 'python3-oslo.serialization' 'python3-oslo.service' 'python3-oslo.utils' 'python3-oslo.versionedobjects' 'python3-oslo.vmware' 'python3-oslotest' 'python3-osmviz' 'python3-ospd' 'python3-ospd-openvas' 'python3-osprofiler' 'python3-otb' 'python3-ovirt-engine-sdk' 'python3-ovs' 'python3-ovsdbapp' 'python3-pa-ringbuffer' 'python3-padaos' 'python3-padatious' 'python3-paho-mqtt' 'python3-pako' 'python3-palettable' 'python3-pamela' 'python3-pampy' 'python3-pamqp' 'python3-pan-python' 'python3-pandas' 'python3-pandas-datareader' 'python3-pandas-ext' 'python3-pandocfilters' 'python3-panel' 'python3-panflute' 'python3-papermill' 'python3-parallax' 'python3-param' 'python3-parameterized' 'python3-paramiko-expect' 'python3-paraview' 'python3-parfive' 'python3-parse' 'python3-parse_type' 'python3-parsedatetime' 'python3-parsel' 'python3-parsimonious' 'python3-parso' 'python3-partd' 'python3-parted' 'python3-particle' 'python3-parver' 'python3-pass_python_keyring' 'python3-passa' 'python3-passivetotal' 'python3-pastel' 'python3-pastream' 'python3-path' 'python3-pathlib' 'python3-pathlib2' 'python3-pathtools' 'python3-pathvalidate' 'python3-patiencediff' 'python3-patsy' 'python3-pbr' 'python3-pcp' 'python3-pdd' 'python3-pdfkit' 'python3-pdfminer.six' 'python3-pdfrw' 'python3-pecan' 'python3-peewee' 'python3-pefile' 'python3-pelican' 'python3-pem' 'python3-pendulum' 'python3-pep517' 'python3-pep8-naming' 'python3-peppercorn' 'python3-percy' 'python3-perfume-bench' 'python3-persistent' 'python3-persistent-devel' 'python3-petact' 'python3-pgmagick' 'python3-phabricator' 'python3-phonenumbers' 'python3-photutils' 'python3-phply' 'python3-phue' 'python3-physt' 'python3-pick' 'python3-pickleshare' 'python3-piexif' 'python3-pifpaf' 'python3-pika' 'python3-pika-pool' 'python3-pikepdf' 'python3-pilkit' 'python3-pingparsing' 'python3-pip-api' 'python3-pip-licenses' 'python3-pip-shims' 'python3-pipdeptree' 'python3-pipreqs' 'python3-pipx' 'python3-pivy' 'python3-pkgconfig' 'python3-pkginfo' 'python3-plaster' 'python3-plaster-pastedeploy' 'python3-platformio' 'python3-plette' 'python3-plist' 'python3-plotly' 'python3-plotly-jupyter' 'python3-plplot' 'python3-pluginbase' 'python3-plumbum' 'python3-plyvel' 'python3-pmw' 'python3-pname' 'python3-pocketsphinx' 'python3-pocketsphinx5' 'python3-podcastparser' 'python3-podman' 'python3-poetry' 'python3-polib' 'python3-policycoreutils' 'python3-pomegranate' 'python3-pomegranate-devel' 'python3-pontos' 'python3-pony' 'python3-pook' 'python3-poppler-qt5' 'python3-port-for' 'python3-portalocker' 'python3-portend' 'python3-portpicker' 'python3-positional' 'python3-postorius' 'python3-power' 'python3-poyo' 'python3-pprintpp' 'python3-praatio' 'python3-pre-commit' 'python3-precis-i18n' 'python3-precise-runner' 'python3-preggy' 'python3-prelude-correlator' 'python3-premailer' 'python3-presage' 'python3-presagemate' 'python3-prestring' 'python3-pretend' 'python3-prewikka' 'python3-proboscis' 'python3-process-tests' 'python3-proglog' 'python3-progress' 'python3-progressbar' 'python3-progressbar2' 'python3-prometheus_client' 'python3-promise' 'python3-prompt_toolkit' 'python3-prompt_toolkit1' 'python3-proselint' 'python3-psautohint' 'python3-pscript' 'python3-psutil' 'python3-psychtoolbox' 'python3-psycopg2' 'python3-psycopg2cffi' 'python3-ptpython' 'python3-ptpython-ptipython' 'python3-ptr' 'python3-publicsuffix' 'python3-publicsuffix2' 'python3-publicsuffixlist' 'python3-pudb' 'python3-pulsectl' 'python3-pure-sasl' 'python3-purl' 'python3-pwquality' 'python3-py-cpuinfo' 'python3-py-espeak-ng' 'python3-py-multihash' 'python3-py-radix' 'python3-py-ubjson' 'python3-py-vapid' 'python3-py2pack' 'python3-py3c' 'python3-py3dns' 'python3-py3status' 'python3-pyDOE2' 'python3-pyFFTW' 'python3-pyIOSXR' 'python3-pyLibravatar' 'python3-pyModis' 'python3-pyOCD' 'python3-pyPEG2' 'python3-pyRFC3339' 'python3-pyRXP' 'python3-pyScss' 'python3-pyUSID' 'python3-pyVows' 'python3-pyaes' 'python3-pyalsaaudio' 'python3-pyaml' 'python3-pyannotate' 'python3-pybars3' 'python3-pybeam' 'python3-pybind11' 'python3-pybind11-devel' 'python3-pyblake2' 'python3-pybluez' 'python3-pybtex' 'python3-pybugz' 'python3-pycadf' 'python3-pycairo-devel' 'python3-pycdio' 'python3-pycha' 'python3-pychm' 'python3-pyclipper' 'python3-pycocotools' 'python3-pycountry' 'python3-pycryptodomex' 'python3-pycsw' 'python3-pyct' 'python3-pycxx' 'python3-pycxx-devel' 'python3-pydantic' 'python3-pydash' 'python3-pydata-google-auth' 'python3-pydbus' 'python3-pydenticon' 'python3-pydicom' 'python3-pydle' 'python3-pydocstyle' 'python3-pydocumentdb' 'python3-pydot' 'python3-pydot3' 'python3-pydotplus' 'python3-pydub' 'python3-pyeapi' 'python3-pyee' 'python3-pyelftools' 'python3-pyemd' 'python3-pyenchant' 'python3-pyerfa' 'python3-pyface' 'python3-pyfakefs' 'python3-pyfeyn' 'python3-pyfg' 'python3-pyfiglet' 'python3-pyftpdlib' 'python3-pyfuse3' 'python3-pygal' 'python3-pygaljs' 'python3-pygame' 'python3-pygame-devel' 'python3-pygerrit2' 'python3-pyghmi' 'python3-pygit2' 'python3-pyglet' 'python3-pygments-ansi-color' 'python3-pygments-pytest' 'python3-pygments-style-railscasts' 'python3-pygn' 'python3-pygraphviz' 'python3-pyhcl' 'python3-pyhibp' 'python3-pyinotify' 'python3-pyjavaproperties' 'python3-pyjokes' 'python3-pyjsparser' 'python3-pyjwkest' 'python3-pykafka' 'python3-pykeepass' 'python3-pykerberos' 'python3-pykickstart' 'python3-pykwalify' 'python3-pylama' 'python3-pylev' 'python3-pylibacl' 'python3-pyliblo' 'python3-pyliblo-doc' 'python3-pylibmc' 'python3-pylineclip' 'python3-pylint' 'python3-pylons-sphinx-themes' 'python3-pylru' 'python3-pylzma' 'python3-pymacaroons' 'python3-pymacaroons-pynacl' 'python3-pymarc' 'python3-pymavlink' 'python3-pymediainfo' 'python3-pymemcache' 'python3-pymetar' 'python3-pymilter' 'python3-pymisp' 'python3-pymod2pkg' 'python3-pymol' 'python3-pymongo' 'python3-pynamodb' 'python3-pynetbox' 'python3-pyngus' 'python3-pynxos' 'python3-pyo' 'python3-pyocr' 'python3-pyodbc' 'python3-pyosf' 'python3-pyotp' 'python3-pyowm' 'python3-pypandoc' 'python3-pyparallel' 'python3-pyperclip' 'python3-pyperf' 'python3-pypet' 'python3-pypipegraph' 'python3-pypiserver' 'python3-pypng' 'python3-pyppeteer' 'python3-pyprel' 'python3-pyprimes' 'python3-pyproj' 'python3-pyprompter' 'python3-pypsexec' 'python3-pypuppetdb' 'python3-pyqtgraph' 'python3-pyquery' 'python3-pyrad' 'python3-pyramid' 'python3-pyramid-chameleon' 'python3-pyramid-debugtoolbar' 'python3-pyramid-mako' 'python3-pyreadstat' 'python3-pyroma' 'python3-pyroomacoustics' 'python3-pyroute2' 'python3-pysaml2' 'python3-pyscard' 'python3-pyscreenshot' 'python3-pysearpc' 'python3-pysendfile' 'python3-pysha3' 'python3-pyshark' 'python3-pyshould' 'python3-pyshp' 'python3-pyside2' 'python3-pyside2-devel' 'python3-pyside2-examples' 'python3-pysmb' 'python3-pysmbc' 'python3-pysmi' 'python3-pysndfile' 'python3-pysnmp' 'python3-pysofaconventions' 'python3-pysol-cards' 'python3-pysolr' 'python3-pyspnego' 'python3-pysrt' 'python3-pyssim' 'python3-pystache' 'python3-pysvn' 'python3-pytaglib' 'python3-pyte' 'python3-pytesseract' 'python3-pytest-aiofiles' 'python3-pytest-aiohttp' 'python3-pytest-arraydiff' 'python3-pytest-astropy' 'python3-pytest-astropy-header' 'python3-pytest-asyncio' 'python3-pytest-attrib' 'python3-pytest-base-url' 'python3-pytest-bdd' 'python3-pytest-benchmark' 'python3-pytest-black' 'python3-pytest-check-links' 'python3-pytest-click' 'python3-pytest-console-scripts' 'python3-pytest-cookies' 'python3-pytest-cov' 'python3-pytest-datadir' 'python3-pytest-describe' 'python3-pytest-django' 'python3-pytest-djangoapp' 'python3-pytest-doctestplus' 'python3-pytest-dotenv' 'python3-pytest-echo' 'python3-pytest-env' 'python3-pytest-error-for-skips' 'python3-pytest-expect' 'python3-pytest-filter-subpackage' 'python3-pytest-fixture-config' 'python3-pytest-flake8' 'python3-pytest-flake8dir' 'python3-pytest-flakes' 'python3-pytest-flask' 'python3-pytest-forked' 'python3-pytest-freezegun' 'python3-pytest-git' 'python3-pytest-helpers-namespace' 'python3-pytest-html' 'python3-pytest-httpbin' 'python3-pytest-httpserver' 'python3-pytest-instafail' 'python3-pytest-isort' 'python3-pytest-lazy-fixture' 'python3-pytest-listener' 'python3-pytest-localserver' 'python3-pytest-metadata' 'python3-pytest-mock' 'python3-pytest-mpl' 'python3-pytest-openfiles' 'python3-pytest-ordering' 'python3-pytest-parallel' 'python3-pytest-percent' 'python3-pytest-plus' 'python3-pytest-profiling' 'python3-pytest-pycodestyle' 'python3-pytest-pyramid-server' 'python3-pytest-pythonpath' 'python3-pytest-qt' 'python3-pytest-random-order' 'python3-pytest-randomly' 'python3-pytest-relaxed' 'python3-pytest-remotedata' 'python3-pytest-reorder' 'python3-pytest-repeat' 'python3-pytest-rerunfailures' 'python3-pytest-responsemock' 'python3-pytest-runner' 'python3-pytest-server-fixtures' 'python3-pytest-services' 'python3-pytest-shutil' 'python3-pytest-socket' 'python3-pytest-spec' 'python3-pytest-sphinx' 'python3-pytest-subtesthack' 'python3-pytest-subtests' 'python3-pytest-sugar' 'python3-pytest-super-check' 'python3-pytest-svn' 'python3-pytest-testconfig' 'python3-pytest-timeout' 'python3-pytest-tldr' 'python3-pytest-toolbox' 'python3-pytest-tornado' 'python3-pytest-tornasync' 'python3-pytest-translations' 'python3-pytest-travis-fold' 'python3-pytest-trio' 'python3-pytest-twisted' 'python3-pytest-vcr' 'python3-pytest-verbose-parametrize' 'python3-pytest-virtualenv' 'python3-pytest-xdist' 'python3-pytest-xvfb' 'python3-pytest5' 'python3-python-afl' 'python3-python-aiml' 'python3-python-barcode' 'python3-python-bidi' 'python3-python-box' 'python3-python-cjson' 'python3-python-consul' 'python3-python-coveralls' 'python3-python-crfsuite' 'python3-python-crontab' 'python3-python-daemon' 'python3-python-datamatrix' 'python3-python-dbusmock' 'python3-python-docs-theme' 'python3-python-dotenv' 'python3-python-editor' 'python3-python-fileinspector' 'python3-python-gammu' 'python3-python-gflags' 'python3-python-gitlab' 'python3-python-gnupg' 'python3-python-gvm' 'python3-python-jenkins' 'python3-python-jose' 'python3-python-json-logger' 'python3-python-jsonrpc-server' 'python3-python-jsonschema-objects' 'python3-python-language-server' 'python3-python-louvain' 'python3-python-lzo' 'python3-python-magic' 'python3-python-mimeparse' 'python3-python-mpv' 'python3-python-nmap' 'python3-python-openid-cla' 'python3-python-openid-teams' 'python3-python-pam' 'python3-python-poppler' 'python3-python-prctl' 'python3-python-pseudorandom' 'python3-python-ptrace' 'python3-python-qdatamatrix' 'python3-python-qnotifications' 'python3-python-qpid-proton' 'python3-python-qprogedit' 'python3-python-rapidjson' 'python3-python-redis-lock' 'python3-python-redmine' 'python3-python-rpm-spec' 'python3-python-rtmidi' 'python3-python-slugify' 'python3-python-snappy' 'python3-python-sofa' 'python3-python-sql' 'python3-python-stdnum' 'python3-python-subunit' 'python3-python-ternary' 'python3-python-twitter' 'python3-python-utils' 'python3-python-vlc' 'python3-python-whois' 'python3-python-xlib' 'python3-python-yubico' 'python3-python3-openid' 'python3-python3-saml' 'python3-pythondialog' 'python3-pythonfinder' 'python3-pythonwhois' 'python3-pythreejs' 'python3-pytidylib' 'python3-pytils' 'python3-pytimeparse' 'python3-pytlv' 'python3-pytoml' 'python3-pytools' 'python3-pytricia' 'python3-pytzdata' 'python3-pyuca' 'python3-pyupgrade' 'python3-pyusb' 'python3-pyuv' 'python3-pyux' 'python3-pyvdr' 'python3-pyvips' 'python3-pyviz-comms' 'python3-pywbem' 'python3-pywebpush' 'python3-pyxattr' 'python3-pyzmq' 'python3-pyzmq-devel' 'python3-pyzo' 'python3-q' 'python3-qet_tb_generator' 'python3-qgrid' 'python3-qrcode' 'python3-qscintilla-qt5' 'python3-qsymm' 'python3-qt3d-qt5' 'python3-qt5-devel' 'python3-qt5-quick3d' 'python3-qtcharts-qt5' 'python3-qtconsole' 'python3-qtdatavis3d-qt5' 'python3-quantities' 'python3-quantum-blackbird' 'python3-queuelib' 'python3-quicktions' 'python3-quimb' 'python3-radon' 'python3-rados' 'python3-raet' 'python3-random2' 'python3-rarfile-doc' 'python3-ravello-sdk' 'python3-raven' 'python3-raven-aiohttp' 'python3-rawkit' 'python3-rbd' 'python3-rcssmin' 'python3-rdflib' 'python3-readme_renderer' 'python3-readthedocs-sphinx-ext' 'python3-rebulk' 'python3-recommonmark' 'python3-redbaron' 'python3-redfish' 'python3-rednose' 'python3-relatorio' 'python3-releases' 'python3-remoto' 'python3-rencode' 'python3-renderspec' 'python3-reno' 'python3-reportlab' 'python3-repoze.lru' 'python3-repoze.sphinx.autointerface' 'python3-repoze.who' 'python3-requestbuilder' 'python3-requests-aws' 'python3-requests-cache' 'python3-requests-download' 'python3-requests-file' 'python3-requests-ftp' 'python3-requests-futures' 'python3-requests-gssapi' 'python3-requests-hawk' 'python3-requests-html' 'python3-requests-kerberos' 'python3-requests-mock' 'python3-requests-unixsocket' 'python3-requestsexceptions' 'python3-requirements-detector' 'python3-requirements-parser' 'python3-requirementslib' 'python3-resampy' 'python3-resolvelib' 'python3-responses' 'python3-restructuredtext_lint' 'python3-restview' 'python3-resultsdb_api' 'python3-rethinkdb' 'python3-retry' 'python3-retry_decorator' 'python3-retrying' 'python3-retryrequests' 'python3-rfc3987' 'python3-rfc6555' 'python3-rgw' 'python3-rich' 'python3-rise' 'python3-rjsmin' 'python3-rnginline' 'python3-robot-detection' 'python3-robotframework' 'python3-roifile' 'python3-rollbar' 'python3-rope' 'python3-rpcq' 'python3-rply' 'python3-rpmconf' 'python3-rpmfile' 'python3-rpy2' 'python3-rpyc' 'python3-rq' 'python3-rrdtool' 'python3-rsa' 'python3-rst.linker' 'python3-rstcheck' 'python3-rt' 'python3-rtslib-fb' 'python3-ruamel.base' 'python3-ruamel.std.argparse' 'python3-ruamel.std.pathlib' 'python3-ruamel.yaml' 'python3-ruamel.yaml.clib' 'python3-ruamel.yaml.cmd' 'python3-ruamel.yaml.convert' 'python3-ruffus' 'python3-runthis-sphinxext' 'python3-rust2rpm' 'python3-rustcfg' 'python3-s3fs' 'python3-sadisplay' 'python3-saharaclient' 'python3-salt' 'python3-samplerate' 'python3-sane' 'python3-sanlock' 'python3-sarge' 'python3-sas7bdat' 'python3-sasl' 'python3-sat-search' 'python3-sat-stac' 'python3-scales' 'python3-scandir' 'python3-scapy' 'python3-schedule' 'python3-schema' 'python3-scikit-build' 'python3-scikit-dsp-comm' 'python3-scikit-image' 'python3-scikit-learn' 'python3-scikit-sound' 'python3-scikit-sparse' 'python3-scikit-umfpack' 'python3-scipy' 'python3-scipy-gnu-hpc' 'python3-scipy_1_5_2-gnu-hpc' 'python3-scour' 'python3-scp' 'python3-screeninfo' 'python3-screenplain' 'python3-scripttest' 'python3-scrypt' 'python3-scspell3k' 'python3-sdnotify' 'python3-seaborn' 'python3-selection' 'python3-selectors2' 'python3-selenium' 'python3-selinux' 'python3-semanage' 'python3-semantic_version' 'python3-semver' 'python3-senlinclient' 'python3-sentry-sdk' 'python3-seqdiag' 'python3-serpent' 'python3-serpy' 'python3-serverfiles' 'python3-setools' 'python3-setproctitle' 'python3-setuptools-git' 'python3-setuptools-version-command' 'python3-setuptools_scm' 'python3-setuptools_scm_git_archive' 'python3-sfs' 'python3-sge-pygame' 'python3-sgmllib3k' 'python3-sgp4' 'python3-sh' 'python3-shaptools' 'python3-shellingham' 'python3-sherpa' 'python3-shijian' 'python3-shinyutils' 'python3-shodan' 'python3-shortuuid' 'python3-sidecar' 'python3-sidpy' 'python3-sievelib' 'python3-sigal' 'python3-signedjson' 'python3-simpleaudio' 'python3-simplebayes' 'python3-simpleeval' 'python3-simplegeneric' 'python3-simplekml' 'python3-simplepam' 'python3-simplepam' 'python3-siosocks' 'python3-sip-devel' 'python3-siphashc' 'python3-sklearn-pandas' 'python3-skyfield' 'python3-slackclient' 'python3-sleekxmpp' 'python3-slimit' 'python3-slixmpp' 'python3-slumber' 'python3-slycot' 'python3-smartypants' 'python3-smbios' 'python3-smbios-utils' 'python3-smbprotocol' 'python3-smbus' 'python3-smmap' 'python3-smpplib' 'python3-snimpy' 'python3-snowballstemmer' 'python3-snuggs' 'python3-social-auth-app-django' 'python3-social-auth-core' 'python3-socketIO-client-nexus' 'python3-socketpool' 'python3-softlayer' 'python3-sorl-thumbnail' 'python3-sortedcollections' 'python3-sortinghat' 'python3-sounddevice' 'python3-sox' 'python3-spake2' 'python3-spark_parser' 'python3-sparse' 'python3-speaklater' 'python3-spec' 'python3-speechd' 'python3-spglib' 'python3-sphinx-argparse' 'python3-sphinx-autodoc-typehints' 'python3-sphinx-bootstrap-theme' 'python3-sphinx-feature-classification' 'python3-sphinx-issues' 'python3-sphinx-jsonschema' 'python3-sphinx-removed-in' 'python3-sphinx-testing' 'python3-sphinx-version-warning' 'python3-sphinx_rtd_theme' 'python3-sphinxbase' 'python3-sphinxbase5' 'python3-sphinxcontrib-actdiag' 'python3-sphinxcontrib-apidoc' 'python3-sphinxcontrib-applehelp' 'python3-sphinxcontrib-asyncio' 'python3-sphinxcontrib-autoprogram' 'python3-sphinxcontrib-autoprogram-doc' 'python3-sphinxcontrib-blockdiag' 'python3-sphinxcontrib-devhelp' 'python3-sphinxcontrib-documentedlist' 'python3-sphinxcontrib-fulltoc' 'python3-sphinxcontrib-github-alt' 'python3-sphinxcontrib-htmlhelp' 'python3-sphinxcontrib-httpdomain' 'python3-sphinxcontrib-issuetracker' 'python3-sphinxcontrib-jsmath' 'python3-sphinxcontrib-newsfeed' 'python3-sphinxcontrib-nwdiag' 'python3-sphinxcontrib-pecanwsme' 'python3-sphinxcontrib-plantuml' 'python3-sphinxcontrib-programoutput' 'python3-sphinxcontrib-qthelp' 'python3-sphinxcontrib-seqdiag' 'python3-sphinxcontrib-serializinghtml' 'python3-sphinxcontrib-svg2pdfconverter' 'python3-sphinxcontrib-trio' 'python3-sphinxcontrib-websupport' 'python3-sphobjinv' 'python3-spidev' 'python3-splinter' 'python3-spotipy' 'python3-spyder-kernels' 'python3-spyder-notebook' 'python3-spyder-terminal' 'python3-spyder-unittest' 'python3-sqlalchemy-migrate' 'python3-sqlite-utils' 'python3-sqlitedict' 'python3-sqlparse' 'python3-sqlsoup' 'python3-srcinfo' 'python3-ssdeep' 'python3-sshpubkeys' 'python3-sshtunnel' 'python3-sss-murmur' 'python3-sss_nss_idmap' 'python3-sssd-config' 'python3-statsd' 'python3-statsmodels' 'python3-stdeb' 'python3-stem' 'python3-stestr' 'python3-stevedore' 'python3-stomp.py' 'python3-stomper' 'python3-stp' 'python3-straight-plugin' 'python3-streamz' 'python3-strict-rfc3339' 'python3-strictyaml' 'python3-structlog' 'python3-subgrab' 'python3-subliminal' 'python3-subprocrunner' 'python3-subscene-api' 'python3-subst' 'python3-suds-jurko' 'python3-sunpy' 'python3-suntime' 'python3-superpaper' 'python3-sure' 'python3-susepubliccloudinfo' 'python3-sushy' 'python3-svgpathtools' 'python3-svgwrite' 'python3-svneverever' 'python3-swapper' 'python3-swiftclient' 'python3-swifter' 'python3-sybil' 'python3-sympy' 'python3-system_hotkey' 'python3-tableprint' 'python3-tables' 'python3-tablib' 'python3-tabulate' 'python3-talloc-32bit' 'python3-talloc-devel' 'python3-tap.py' 'python3-targetcli-fb' 'python3-tasklib' 'python3-taskw' 'python3-tbb' 'python3-tblib' 'python3-tdb-32bit' 'python3-technicolor' 'python3-telepot' 'python3-telethon-session-sqlalchemy' 'python3-template-remover' 'python3-tempora' 'python3-tenacity' 'python3-tensorpac' 'python3-termcolor' 'python3-terminado' 'python3-terminaltables' 'python3-termstyle' 'python3-tesserocr' 'python3-test-server' 'python3-testfixtures' 'python3-testflo' 'python3-testinfra' 'python3-testpath' 'python3-testrepository' 'python3-testresources' 'python3-testscenarios' 'python3-testtools' 'python3-tevent-32bit' 'python3-text-unidecode' 'python3-textX' 'python3-textfsm' 'python3-textile' 'python3-texttable' 'python3-textwrap3' 'python3-thLib' 'python3-thespian' 'python3-thewalrus' 'python3-threadpoolctl' 'python3-threevis' 'python3-thrift' 'python3-thriftpy2' 'python3-tifffile' 'python3-tinyarray' 'python3-tinycss2' 'python3-tinydb' 'python3-tinyrecord' 'python3-tinyrpc' 'python3-titlecase' 'python3-tkreadonly' 'python3-tld' 'python3-tldextract' 'python3-tmx' 'python3-tokenize-rt' 'python3-tomlkit' 'python3-toolz' 'python3-tooz' 'python3-toposort' 'python3-topy' 'python3-torch' 'python3-torch-devel' 'python3-torchvision' 'python3-tornado' 'python3-tornado4' 'python3-tornado5' 'python3-tornado6' 'python3-toro' 'python3-tortilla' 'python3-towncrier' 'python3-tox-no-internet' 'python3-tox-travis' 'python3-tox-wheel' 'python3-tpfd' 'python3-tqdm' 'python3-traceback2' 'python3-traitlets' 'python3-traits' 'python3-traitsui' 'python3-traittypes' 'python3-transaction' 'python3-transip' 'python3-transitions' 'python3-translate-toolkit' 'python3-translation-finder' 'python3-translationstring' 'python3-translitcodec' 'python3-treq' 'python3-tri.declarative' 'python3-tri.struct' 'python3-trustme' 'python3-tsk' 'python3-tvdb_api' 'python3-tvm' 'python3-tvm-nnvm' 'python3-tvm-topi' 'python3-tvtk' 'python3-tvtk-doc' 'python3-tweepy' 'python3-twine' 'python3-twitter.common.finagle-thrift' 'python3-twitter.common.lang' 'python3-twitter.common.rpc' 'python3-twodict' 'python3-twython' 'python3-txWS' 'python3-txZMQ' 'python3-txaio' 'python3-txt2tags' 'python3-txtorcon' 'python3-typeguard' 'python3-typepy' 'python3-typing-inspect' 'python3-tzlocal' 'python3-u-msgpack-python' 'python3-ua-parser' 'python3-uamqp' 'python3-ucsmsdk' 'python3-ufoLib2' 'python3-ufoProcessor' 'python3-ufonormalizer' 'python3-ujson' 'python3-unbound' 'python3-uncertainties' 'python3-uncompyle6' 'python3-unicodecsv' 'python3-unicodedata2' 'python3-unidiff' 'python3-unify' 'python3-uniseg' 'python3-unittest-mixins' 'python3-unittest-xml-reporting' 'python3-unittest2pytest' 'python3-unpaddedbase64' 'python3-untokenize' 'python3-unyt' 'python3-upm' 'python3-uritemplate' 'python3-uritools' 'python3-urlextract' 'python3-urlgrabber' 'python3-urwid' 'python3-usbsdmux' 'python3-user-agents' 'python3-user_agent' 'python3-userpath' 'python3-uvicorn' 'python3-uvloop' 'python3-validate_email' 'python3-validators' 'python3-varint' 'python3-varlink' 'python3-vatnumber' 'python3-vcrpy' 'python3-vcver' 'python3-vcversioner' 'python3-vdirsyncer' 'python3-vega' 'python3-vega_datasets' 'python3-venusian' 'python3-venusian-doc' 'python3-verboselogs' 'python3-versioneer' 'python3-versiontag' 'python3-versiontools' 'python3-veusz' 'python3-vim-vint' 'python3-vine' 'python3-virt-bootstrap' 'python3-virtkey' 'python3-virtualbox' 'python3-virtualenv-clone' 'python3-virtualenvwrapper' 'python3-visitor' 'python3-vispy' 'python3-vistir' 'python3-visvis' 'python3-vncdotool' 'python3-vobject' 'python3-voila' 'python3-volatile' 'python3-voluptuous' 'python3-voluptuous-serialize' 'python3-vsts' 'python3-vsts-cd-manager' 'python3-vtk' 'python3-vtk-openmpi1' 'python3-vtk-openmpi2' 'python3-vtk-openmpi3' 'python3-vulkan' 'python3-vulture' 'python3-w3lib' 'python3-wadllib' 'python3-waitress' 'python3-waitress-doc' 'python3-wakeonlan' 'python3-warlock' 'python3-watchdog' 'python3-watchdog-doc' 'python3-watchgod' 'python3-watchman' 'python3-watermark' 'python3-web.py' 'python3-web_cache' 'python3-webassets' 'python3-webcolors' 'python3-webencodings' 'python3-weblate-schemas' 'python3-weblib' 'python3-webruntime' 'python3-websocket-client' 'python3-websockets' 'python3-websockify' 'python3-whatever' 'python3-whatthepatch' 'python3-wheel' 'python3-wheezy.template' 'python3-whichcraft' 'python3-whitenoise' 'python3-whois_similarity_distance' 'python3-wikipedia' 'python3-wirerope' 'python3-wiring' 'python3-wolframalpha' 'python3-wptools' 'python3-wrapt' 'python3-ws4py' 'python3-wsaccel' 'python3-wsgi_intercept' 'python3-wsproto' 'python3-wstools' 'python3-wtf-peewee' 'python3-wurlitzer' 'python3-wxPython' 'python3-wxPython-lang' 'python3-xapian' 'python3-xapian-haystack' 'python3-xapp' 'python3-xarray' 'python3-xattr' 'python3-xcaplib' 'python3-xcb-proto-devel' 'python3-xcffib' 'python3-xdg' 'python3-xdis' 'python3-xdoctest' 'python3-xerox' 'python3-xhtml2pdf' 'python3-xkbgroup' 'python3-xkcdpass' 'python3-xlrd' 'python3-xlwt' 'python3-xmldiff' 'python3-xmlschema' 'python3-xmlsec' 'python3-xonsh' 'python3-xpybutil' 'python3-xrootd' 'python3-xsge_gui' 'python3-xsge_lighting' 'python3-xsge_particle' 'python3-xsge_path' 'python3-xsge_physics' 'python3-xsge_tiled' 'python3-xsge_tmx' 'python3-xvfbwrapper' 'python3-xxhash' 'python3-yacron' 'python3-yafe' 'python3-yamldoc' 'python3-yamlloader' 'python3-yang' 'python3-yapf' 'python3-yappi' 'python3-yaql' 'python3-yara' 'python3-yarb' 'python3-yarg' 'python3-yaspin' 'python3-youtube-dl' 'python3-yq' 'python3-yt' 'python3-yui' 'python3-z3' 'python3-zake' 'python3-zc.buildout' 'python3-zc.customdoctests' 'python3-zc.lockfile' 'python3-zdaemon' 'python3-zeep' 'python3-zeroconf' 'python3-zetup' 'python3-zhon' 'python3-zict' 'python3-zignal' 'python3-zipstream' 'python3-zodbpickle' 'python3-zope.cachedescriptors' 'python3-zope.component' 'python3-zope.configuration' 'python3-zope.copy' 'python3-zope.deferredimport' 'python3-zope.deprecation' 'python3-zope.event' 'python3-zope.exceptions' 'python3-zope.hookable' 'python3-zope.i18nmessageid' 'python3-zope.location' 'python3-zope.proxy' 'python3-zope.proxy-devel' 'python3-zope.schema' 'python3-zope.security' 'python3-zope.testbrowser' 'python3-zope.testing' 'python3-zope.testrunner' 'python3-zopfli' 'python3-zstandard' 'python3-zstd' 'python3-zxcvbn' 'python36' 'python36-32bit' 'python36-base' 'python36-base-32bit' 'python36-curses' 'python36-dbm' 'python36-devel' 'python36-doc' 'python36-doc-devhelp' 'python36-idle' 'python36-testsuite' 'python36-tk' 'python36-tools' 'python38-32bit' 'python38-base-32bit' 'python38-doc' 'python38-doc-devhelp' 'python38-idle' 'python38-testsuite' 'python38-tk' 'python38-tools' 'python39' 'python39-32bit' 'python39-base' 'python39-base-32bit' 'python39-curses' 'python39-dbm' 'python39-devel' 'python39-doc' 'python39-doc-devhelp' 'python39-idle' 'python39-testsuite' 'python39-tk' 'python39-tools' 'pytorch-converters' 'pytorch-examples' 'pyxtrlock' 'pyxtrlock' 'pyzo' 'pyzologo' 'pyzy-db-android' 'pyzy-db-open-phrase' 'pyzy-devel' 'q4wine' 'q4wine-lang' 'q5go' 'qactus' 'qactus' 'qactus-debuginfo' 'qactus-debugsource' 'qalculate' 'qalculate-gtk' 'qalculate-gtk-lang' 'qasconfig' 'qashctl' 'qasmixer' 'qastools' 'qastools' 'qbittorrent' 'qbittorrent-nox' 'qbs' 'qbs-devel' 'qcustomplot-devel' 'qcustomplot-doc' 'qd-devel' 'qdc' 'qdc' 'qdc-debuginfo' 'qdirstat' 'qdox' 'qdox-javadoc' 'qelectrotech' 'qemacs' 'qemu-arm' 'qemu-audio-alsa' 'qemu-audio-sdl' 'qemu-block-dmg' 'qemu-block-gluster' 'qemu-block-iscsi' 'qemu-block-nfs' 'qemu-extra' 'qemu-guest-agent' 'qemu-kvm' 'qemu-lang' 'qemu-linux-user' 'qemu-ovmf-ia32' 'qemu-ovmf-x86_64-debug' 'qemu-ppc' 'qemu-s390' 'qemu-testsuite' 'qemu-uefi-aarch32' 'qemu-uefi-aarch64' 'qemu-vhost-user-gpu' 'qgis' 'qgis-devel' 'qgis-plugin-grass' 'qgis-sample-data' 'qgit' 'qgroundcontrol' 'qhexedit2' 'qhexedit2-devel' 'qhexedit2-doc' 'qhull' 'qhull-devel' 'qimgv' 'qiv' 'qjackctl' 'qjackctl-lang' 'qlipper' 'qlipper-lang' 'qloud' 'qm' 'qmelt' 'qmidiroute' 'qmidiroute' 'qmidiroute-debuginfo' 'qmidiroute-debugsource' 'qmidiroute-lang' 'qml-box2d' 'qmltermwidget' 'qmmp' 'qmmp' 'qmmp-debuginfo' 'qmmp-debugsource' 'qmmp-plugin-pack' 'qmmp-plugin-pack-ffap' 'qmmp-plugin-pack-ffvideo' 'qmmp-plugin-pack-goom' 'qmmp-plugin-pack-samplerate' 'qmmp-plugin-pack-xmp' 'qmmp-plugin-pack-youtube' 'qmp3gain' 'qmp3gain' 'qmp3gain-debuginfo' 'qmp3gain-debugsource' 'qmp3gain-lang' 'qnapi' 'qnapi' 'qnapi-debuginfo' 'qnapi-debugsource' 'qoauth-qt5-devel' 'qore' 'qore-devel' 'qore-devel-doc' 'qore-doc' 'qore-json-module' 'qore-json-module-doc' 'qore-misc-tools' 'qore-mysql-module' 'qore-mysql-module-doc' 'qore-pgsql-module' 'qore-pgsql-module-doc' 'qore-sqlite3-module' 'qore-sqlite3-module-doc' 'qore-ssh2-module' 'qore-ssh2-module-doc' 'qore-uuid-module' 'qore-uuid-module-doc' 'qore-xml-module' 'qore-xml-module-doc' 'qore-yaml-module' 'qore-yaml-module-doc' 'qos' 'qpdf' 'qpdf-devel' 'qpdf-htmldoc' 'qpdfview' 'qpdfview-lang' 'qpdfview-plugin-djvu' 'qpdfview-plugin-image' 'qpdfview-plugin-pdf' 'qpdfview-plugin-ps' 'qperf' 'qphotorec' 'qpid-proton-devel' 'qpid-proton-devel-doc' 'qpid-proton-test' 'qpress' 'qprint' 'qps' 'qps-lang' 'qqc2-desktop-style-devel' 'qqwing' 'qqwing-devel' 'qrencode-devel' 'qrupdate' 'qrupdate-devel' 'qrupdate-static' 'qsyncthingtray' 'qsynergy' 'qsynth' 'qsynth-lang' 'qt-fsarchiver' 'qt-fsarchiver-lang' 'qt4pas' 'qt4pas-devel' 'qt5ct' 'qtcurve' 'qtcurve-debugsource' 'qtcurve-gtk2' 'qtcurve-gtk2-32bit' 'qtcurve-gtk2-32bit-debuginfo' 'qtcurve-gtk2-debuginfo' 'qtcurve-qt5' 'qtcurve-qt5-32bit' 'qtcurve-qt5-32bit-debuginfo' 'qtcurve-qt5-debuginfo' 'qtel' 'qterm' 'qterminal' 'qterminal-lang' 'qtermwidget-qt5-data' 'qtermwidget-qt5-devel' 'qtfm' 'qtile' 'qtkeychain-qt5-devel' 'qtodotxt' 'qtox' 'qtractor' 'qtsmbstatus' 'qtsmbstatus' 'qtsmbstatus-debuginfo' 'qtsmbstatus-debugsource' 'qtsmbstatus-lang' 'qtsmbstatus-light' 'qtsmbstatus-light-debuginfo' 'qtsmbstatus-server' 'qtsmbstatus-server-debuginfo' 'qtxdg-tools' 'quadrapassel' 'quadrapassel-lang' 'quagga' 'quagga-devel' 'quakespasm' 'quantum-espresso' 'quantum-espresso-doc' 'quantum-espresso-mvapich2' 'quantum-espresso-openmpi1' 'quantum-espresso-openmpi2' 'quantum-espresso-openmpi3' 'quasiquotes' 'quassel' 'quassel-base' 'quassel-client' 'quassel-client-debuginfo' 'quassel-client-qt5' 'quassel-client-qt5-debuginfo' 'quassel-core' 'quassel-core-debuginfo' 'quassel-debuginfo' 'quassel-debugsource' 'quassel-mono' 'quassel-mono-debuginfo' 'quazip-devel' 'quazip-doc' 'quilt' 'quilter' 'quilter-lang' 'quimup' 'quiterss' 'quiterss-lang' 'quota' 'quota-nfs' 'quotatool' 'qupzilla-webkit' 'qupzilla-webkit' 'qutebrowser' 'quvi' 'qv4l2' 'qview' 'qwt-designer' 'qwt-devel' 'qwt-devel-doc' 'qwt6-designer' 'qwt6-devel' 'qwt6-devel-doc' 'qwt6-examples' 'qwtplot3d-devel' 'qx11grab' 'qx11grab' 'qx11grab-debuginfo' 'qx11grab-debugsource' 'qxmledit' 'qxmledit-devel' 'qxtglobalshortcut-devel' 'r128gain' 'r8168' 'r8168-blacklist-r8169' 'r8168-debugsource' 'r8168-kmp-default' 'r8168-kmp-default-debuginfo' 'r8168-kmp-pae' 'r8168-kmp-pae-debuginfo' 'rabbitmq-c-tools' 'rabbitmq-java-client' 'rabbitmq-server' 'rabbitmq-server-plugins' 'racket' 'racket-devel' 'racket-doc' 'radamsa' 'radcli' 'radcli-compat-devel' 'radcli-devel' 'radeontop' 'radeontop-lang' 'radiotray-ng' 'rados-objclass-devel' 'raft-devel' 'rage' 'ragel' 'ragel-6' 'ragel-devel' 'rainbow' 'rainbow-bash-completion' 'rainbow-zsh-completion' 'rakkess' 'rakudo' 'rang-devel' 'ranger' 'rapi2-tools' 'rapi2-tools-debuginfo' 'rapid-photo-downloader' 'rapid-photo-downloader-lang' 'rapidjson-devel' 'raptor' 'rar' 'rar-debugsource' 'rarpd' 'rasdaemon' 'rash' 'rasmol' 'raspberrypi-firmware' 'raspberrypi-firmware-config' 'raspberrypi-firmware-dt' 'raspberrypi-firmware-eeprom' 'raspberrypi-firmware-extra' 'raspberrypi-firmware-extra-pi4' 'raspberrypi-rpiboot' 'rasqal' 'ratbagd' 'ratslap' 'rav1e' 'rav1e-devel' 'raw-thumbnailer' 'rawtherapee' 'raylib-devel' 'razercfg' 'razor-agents' 'rbac-lookup' 'rbac-manager' 'rbac-manager-k8s-yaml' 'rbd-fuse' 'rbd-mirror' 'rbd-nbd' 'rbutil' 'rcc-runtime' 'rcm' 'rcs' 'rdesktop' 'rdiff' 'rdiff-backup' 'rdma-core-devel' 'rdma-core-devel-32bit' 'rdma-ndd' 'rds-tools' 'rds-tools-devel' 're-devel' 're2-devel' 're2c' 'read-edid' 'read-only-root-fs' 'read-only-root-fs-volatile' 'readcd' 'readline-devel' 'readline-devel-32bit' 'readline-devel-static' 'readline5-devel' 'readline5-devel-32bit' 'readline6-devel' 'readline6-devel-32bit' 'reaim' 'realmd' 'realmd-lang' 'rear' 'reaver' 'reaver' 'reaver-debuginfo' 'reaver-debugsource' 'rebootmgr' 'recidivm' 'reco' 'reco-lang' 'recode' 'recode-devel' 'recoll' 'recoll' 'recoll-debuginfo' 'recoll-debugsource' 'recordmydesktop' 'redeclipse' 'redeclipse-data' 'redeclipse-server' 'redfish-finder' 'redfishtool' 'redis++-devel' 'redland' 'redland-storage-postgresql' 'redminecli' 'redminecli-bash-completion' 'rednotebook' 'rednotebook-lang' 'redsea' 'redshift' 'redshift-gtk' 'reflectasm' 'reflectasm-javadoc' 'reg' 'regexp' 'reiser4progs' 'reiser4progs-devel' 'relaxngDatatype' 'relaxngcc' 'relaxngcc-javadoc' 'release-compare' 'rem-devel' 'remake' 'remake-lang' 'remind' 'remmina-devel' 'remmina-kiosk' 'remmina-plugin-exec' 'remmina-plugin-kwallet' 'remmina-plugin-spice' 'remmina-plugin-st' 'remmina-plugin-www' 'remmina-plugin-xdmcp' 'rendercheck' 'rep-gtk' 'rep-gtk-devel' 'replacer' 'replacer-javadoc' 'reptyr' 'resample' 'rescue' 'resolv_wrapper' 'resource-agents' 'resteasy' 'resteasy-atom-provider' 'resteasy-client' 'resteasy-core' 'resteasy-jackson2-provider' 'resteasy-javadoc' 'resteasy-jaxb-provider' 'restic' 'restic-bash-completion' 'restic-zsh-completion' 'restorecond' 'restund' 'retext' 'retro-gtk-devel' 'retroarch' 'retroarch-assets' 'retroarch-joypad-autoconfig' 'reuse' 'revelation' 'revelation-lang' 'reveng' 'rfb' 'rfbplaymacro' 'rfbproxy' 'rfcdiff' 'rhash' 'rhash-devel' 'rhash-lang' 'rhino' 'rhino-demo' 'rhythmbox' 'rhythmbox-devel' 'rhythmbox-lang' 'rime' 'rime-plum' 'rinetd' 'rinutils-devel' 'ripgrep-fish-completion' 'ripit' 'ristretto' 'ristretto-lang' 'rk-devel' 'rkward' 'rls' 'rlwrap' 'rmail' 'rmedigicontrol' 'rmit-sansforgetica-fonts' 'rmt-server' 'rmt-server-config' 'rmt-server-pubcloud' 'rnd_jue' 'rnd_jue-data' 'rng-tools' 'roar-devel' 'roar-devel-debuginfo' 'roaraudio' 'roaraudio' 'roaraudio-compat2' 'roaraudio-debuginfo' 'roaraudio-debugsource' 'roaraudio-plugins' 'roaraudio-plugins-debuginfo' 'roarpld' 'roarpld' 'roarpld-codechelper-gst' 'roarpld-debuginfo' 'roarpld-debugsource' 'roarpld-devel' 'robin-map-devel' 'robinhood' 'robinhood-tests' 'robinhood-tools' 'robinhood-webgui' 'rockdodger' 'rocksndiamonds' 'rocksndiamonds-data' 'rocs' 'rocs-devel' 'rocs-lang' 'rofi' 'rofi-calc' 'rofi-devel' 'rollback-helper' 'rook' 'rook-ceph-helm-charts' 'rook-integration' 'rook-k8s-yaml' 'rook-rookflex' 'root-tail' 'rosa-media-player' 'rosa-media-player' 'rosa-media-player-debuginfo' 'rosa-media-player-debugsource' 'rosa-media-player-lang' 'rosegarden' 'rott' 'roundcubemail' 'rox-filer' 'rpcgen' 'rpcsvc-proto-devel' 'rpm-devel' 'rpm-repo-keys-openSUSE' 'rpm-repos-openSUSE-Tumbleweed' 'rpmconf' 'rpmdevtools' 'rpmemd' 'rpmkey-packman' 'rpmkey-packman' 'rpmlint' 'rpmlint-Factory' 'rpmlint-Factory-strict' 'rpmlint-mini' 'rpmorphan' 'rpmrebuild' 'rr' 'rrdtool' 'rrdtool-cached' 'rrdtool-devel' 'rrdtool-doc' 'rscsi' 'rshim' 'rsibreak' 'rsibreak-debuginfo' 'rsibreak-debugsource' 'rsnapshot' 'rsocket' 'rsocket-32bit' 'rsound' 'rsound' 'rsound-debuginfo' 'rsound-debugsource' 'rspamd' 'rss-glx' 'rss2email' 'rssguard' 'rsstail' 'rstart' 'rstudio' 'rstudio-desktop' 'rstudio-server' 'rsvg-convert' 'rsvg-thumbnailer' 'rsvndump' 'rsvndump-lang' 'rsyslog-diag-tools' 'rsyslog-doc' 'rsyslog-module-dbi' 'rsyslog-module-elasticsearch' 'rsyslog-module-gcrypt' 'rsyslog-module-gssapi' 'rsyslog-module-gtls' 'rsyslog-module-kafka' 'rsyslog-module-mmnormalize' 'rsyslog-module-mysql' 'rsyslog-module-omamqp1' 'rsyslog-module-omhttpfs' 'rsyslog-module-omtcl' 'rsyslog-module-ossl' 'rsyslog-module-pgsql' 'rsyslog-module-relp' 'rsyslog-module-snmp' 'rsyslog-module-udpspoof' 'rt-tests' 'rt2860' 'rtags' 'rtaudio-devel' 'rtl-sdr' 'rtl-sdr-devel' 'rtl-sdr-udev' 'rtl8812au' 'rtl8812au-kmp-default' 'rtl8812au-kmp-pae' 'rtl8821ce' 'rtl8821ce-kmp-default' 'rtl_433' 'rtl_433-devel' 'rtmidi-devel' 'rtmpdump' 'rtmpdump' 'rtmpdump-debuginfo' 'rtmpdump-debugsource' 'rtmpgw' 'rtmpgw-debuginfo' 'rtmpsrv' 'rtmpsrv-debuginfo' 'rtmpsuck' 'rtmpsuck-debuginfo' 'rtorrent' 'rtr-tools' 'rtrlib-devel' 'rtrlib-devel-doc' 'rttr-devel' 'rttr-devel-doc' 'rubber' 'rubberband-cli' 'rubberband-ladspa-32bit' 'rubberband-vamp' 'rubberband-vamp-32bit' 'ruby-apparmor' 'ruby-bundled-gems-rpmhelper' 'ruby-common-rails' 'ruby-devel' 'ruby-ecasound' 'ruby-geos' 'ruby-libprelude' 'ruby-marisa' 'ruby-obexftp' 'ruby-rrdtool' 'ruby-selinux' 'ruby-xapian' 'ruby-yui' 'ruby2.6-devel' 'ruby2.6-devel-extra' 'ruby2.6-doc' 'ruby2.6-doc-ri' 'ruby2.6-rubygem-RedCloth' 'ruby2.6-rubygem-RedCloth-doc' 'ruby2.6-rubygem-RedCloth-testsuite' 'ruby2.6-rubygem-abstract' 'ruby2.6-rubygem-abstract-doc' 'ruby2.6-rubygem-abstract-testsuite' 'ruby2.6-rubygem-abstract_method-doc' 'ruby2.6-rubygem-actioncable-5.2' 'ruby2.6-rubygem-actioncable-6.0' 'ruby2.6-rubygem-actioncable-doc-5.2' 'ruby2.6-rubygem-actioncable-doc-6.0' 'ruby2.6-rubygem-actionmailbox-6.0' 'ruby2.6-rubygem-actionmailbox-doc-6.0' 'ruby2.6-rubygem-actionmailer-5.2' 'ruby2.6-rubygem-actionmailer-6.0' 'ruby2.6-rubygem-actionmailer-doc-5.2' 'ruby2.6-rubygem-actionmailer-doc-6.0' 'ruby2.6-rubygem-actionpack-5.2' 'ruby2.6-rubygem-actionpack-6.0' 'ruby2.6-rubygem-actionpack-doc-5.2' 'ruby2.6-rubygem-actionpack-doc-6.0' 'ruby2.6-rubygem-actiontext-6.0' 'ruby2.6-rubygem-actiontext-doc-6.0' 'ruby2.6-rubygem-actionview-5.2' 'ruby2.6-rubygem-actionview-6.0' 'ruby2.6-rubygem-actionview-doc-5.2' 'ruby2.6-rubygem-actionview-doc-6.0' 'ruby2.6-rubygem-activejob-5.2' 'ruby2.6-rubygem-activejob-6.0' 'ruby2.6-rubygem-activejob-doc-5.2' 'ruby2.6-rubygem-activejob-doc-6.0' 'ruby2.6-rubygem-activemodel-5.2' 'ruby2.6-rubygem-activemodel-6.0' 'ruby2.6-rubygem-activemodel-doc-5.2' 'ruby2.6-rubygem-activemodel-doc-6.0' 'ruby2.6-rubygem-activerecord-5.2' 'ruby2.6-rubygem-activerecord-6.0' 'ruby2.6-rubygem-activerecord-deprecated_finders' 'ruby2.6-rubygem-activerecord-deprecated_finders-doc' 'ruby2.6-rubygem-activerecord-doc-5.2' 'ruby2.6-rubygem-activerecord-doc-6.0' 'ruby2.6-rubygem-activestorage-5.2' 'ruby2.6-rubygem-activestorage-6.0' 'ruby2.6-rubygem-activestorage-doc-5.2' 'ruby2.6-rubygem-activestorage-doc-6.0' 'ruby2.6-rubygem-activesupport-5.2' 'ruby2.6-rubygem-activesupport-6.0' 'ruby2.6-rubygem-activesupport-doc-5.2' 'ruby2.6-rubygem-activesupport-doc-6.0' 'ruby2.6-rubygem-addressable' 'ruby2.6-rubygem-addressable-2_3' 'ruby2.6-rubygem-addressable-doc' 'ruby2.6-rubygem-addressable-doc-2_3' 'ruby2.6-rubygem-addressable-testsuite' 'ruby2.6-rubygem-addressable-testsuite-2_3' 'ruby2.6-rubygem-aes_key_wrap' 'ruby2.6-rubygem-aes_key_wrap-doc' 'ruby2.6-rubygem-airbrussh' 'ruby2.6-rubygem-airbrussh-doc' 'ruby2.6-rubygem-amq-protocol' 'ruby2.6-rubygem-amq-protocol-doc' 'ruby2.6-rubygem-amq-protocol-testsuite' 'ruby2.6-rubygem-amqp' 'ruby2.6-rubygem-amqp-doc' 'ruby2.6-rubygem-amqp-testsuite' 'ruby2.6-rubygem-archive-tar-minitar' 'ruby2.6-rubygem-archive-tar-minitar-doc' 'ruby2.6-rubygem-arel' 'ruby2.6-rubygem-arel-3_0' 'ruby2.6-rubygem-arel-6' 'ruby2.6-rubygem-arel-7' 'ruby2.6-rubygem-arel-8' 'ruby2.6-rubygem-arel-doc' 'ruby2.6-rubygem-arel-doc-3_0' 'ruby2.6-rubygem-arel-doc-6' 'ruby2.6-rubygem-arel-doc-7' 'ruby2.6-rubygem-arel-doc-8' 'ruby2.6-rubygem-arel-testsuite-3_0' 'ruby2.6-rubygem-asciidoctor' 'ruby2.6-rubygem-asciidoctor-doc' 'ruby2.6-rubygem-ast' 'ruby2.6-rubygem-ast-doc' 'ruby2.6-rubygem-atomic' 'ruby2.6-rubygem-atomic-doc' 'ruby2.6-rubygem-atomic-testsuite' 'ruby2.6-rubygem-attr_required' 'ruby2.6-rubygem-attr_required-doc' 'ruby2.6-rubygem-attr_required-testsuite' 'ruby2.6-rubygem-autoprefixer-rails' 'ruby2.6-rubygem-autoprefixer-rails-doc' 'ruby2.6-rubygem-axiom-types' 'ruby2.6-rubygem-axiom-types-doc' 'ruby2.6-rubygem-axiom-types-testsuite' 'ruby2.6-rubygem-backport' 'ruby2.6-rubygem-backport-doc' 'ruby2.6-rubygem-base32' 'ruby2.6-rubygem-base32-doc' 'ruby2.6-rubygem-base32-testsuite' 'ruby2.6-rubygem-bcrypt' 'ruby2.6-rubygem-bcrypt-doc' 'ruby2.6-rubygem-bcrypt-ruby' 'ruby2.6-rubygem-bcrypt-ruby-doc' 'ruby2.6-rubygem-bcrypt-testsuite' 'ruby2.6-rubygem-bcrypt_pbkdf' 'ruby2.6-rubygem-bcrypt_pbkdf-doc' 'ruby2.6-rubygem-bcrypt_pbkdf-testsuite' 'ruby2.6-rubygem-benchmark' 'ruby2.6-rubygem-benchmark-doc' 'ruby2.6-rubygem-bindata' 'ruby2.6-rubygem-bindata-doc' 'ruby2.6-rubygem-bindata-testsuite' 'ruby2.6-rubygem-bindex' 'ruby2.6-rubygem-bindex-doc' 'ruby2.6-rubygem-bindex-testsuite' 'ruby2.6-rubygem-binding_of_caller' 'ruby2.6-rubygem-binding_of_caller-doc' 'ruby2.6-rubygem-binding_of_caller-testsuite' 'ruby2.6-rubygem-bootsnap' 'ruby2.6-rubygem-bootsnap-doc' 'ruby2.6-rubygem-bootstrap-sass' 'ruby2.6-rubygem-bootstrap-sass-doc' 'ruby2.6-rubygem-bootstrap-sass-testsuite' 'ruby2.6-rubygem-buff-extensions' 'ruby2.6-rubygem-buff-extensions-doc' 'ruby2.6-rubygem-buff-extensions-testsuite' 'ruby2.6-rubygem-buff-ignore' 'ruby2.6-rubygem-buff-ignore-doc' 'ruby2.6-rubygem-buff-ignore-testsuite' 'ruby2.6-rubygem-buff-ruby_engine' 'ruby2.6-rubygem-buff-ruby_engine-doc' 'ruby2.6-rubygem-buff-ruby_engine-testsuite' 'ruby2.6-rubygem-builder' 'ruby2.6-rubygem-builder-doc' 'ruby2.6-rubygem-builder-testsuite' 'ruby2.6-rubygem-bundler' 'ruby2.6-rubygem-bundler-audit' 'ruby2.6-rubygem-bundler-audit-doc' 'ruby2.6-rubygem-bundler-audit-testsuite' 'ruby2.6-rubygem-bundler-doc' 'ruby2.6-rubygem-bunny' 'ruby2.6-rubygem-bunny-doc' 'ruby2.6-rubygem-bunny-testsuite' 'ruby2.6-rubygem-byebug' 'ruby2.6-rubygem-byebug-doc' 'ruby2.6-rubygem-capistrano' 'ruby2.6-rubygem-capistrano-doc' 'ruby2.6-rubygem-capistrano-harrow' 'ruby2.6-rubygem-capistrano-harrow-doc' 'ruby2.6-rubygem-capistrano-stats' 'ruby2.6-rubygem-capistrano-stats-doc' 'ruby2.6-rubygem-capistrano-testsuite' 'ruby2.6-rubygem-celluloid' 'ruby2.6-rubygem-celluloid-doc' 'ruby2.6-rubygem-celluloid-essentials' 'ruby2.6-rubygem-celluloid-essentials-doc' 'ruby2.6-rubygem-celluloid-extras' 'ruby2.6-rubygem-celluloid-extras-doc' 'ruby2.6-rubygem-celluloid-fsm' 'ruby2.6-rubygem-celluloid-fsm-doc' 'ruby2.6-rubygem-celluloid-pool' 'ruby2.6-rubygem-celluloid-pool-doc' 'ruby2.6-rubygem-celluloid-supervision' 'ruby2.6-rubygem-celluloid-supervision-doc' 'ruby2.6-rubygem-celluloid-testsuite' 'ruby2.6-rubygem-cfa-doc' 'ruby2.6-rubygem-cfa_grub2-doc' 'ruby2.6-rubygem-changelog_generator' 'ruby2.6-rubygem-changelog_generator-doc' 'ruby2.6-rubygem-changelog_generator-testsuite' 'ruby2.6-rubygem-cheetah-doc' 'ruby2.6-rubygem-childprocess' 'ruby2.6-rubygem-childprocess-0_6' 'ruby2.6-rubygem-childprocess-2.0' 'ruby2.6-rubygem-childprocess-doc' 'ruby2.6-rubygem-childprocess-doc-0_6' 'ruby2.6-rubygem-childprocess-doc-2.0' 'ruby2.6-rubygem-childprocess-testsuite' 'ruby2.6-rubygem-childprocess-testsuite-0_6' 'ruby2.6-rubygem-childprocess-testsuite-2.0' 'ruby2.6-rubygem-ci_reporter' 'ruby2.6-rubygem-ci_reporter-doc' 'ruby2.6-rubygem-ci_reporter-testsuite' 'ruby2.6-rubygem-cleanroom' 'ruby2.6-rubygem-cleanroom-doc' 'ruby2.6-rubygem-cleanroom-testsuite' 'ruby2.6-rubygem-coderay' 'ruby2.6-rubygem-coderay-doc' 'ruby2.6-rubygem-coercible' 'ruby2.6-rubygem-coercible-doc' 'ruby2.6-rubygem-coercible-testsuite' 'ruby2.6-rubygem-coffee-rails' 'ruby2.6-rubygem-coffee-rails-doc' 'ruby2.6-rubygem-coffee-script' 'ruby2.6-rubygem-coffee-script-doc' 'ruby2.6-rubygem-coffee-script-source' 'ruby2.6-rubygem-coffee-script-source-doc' 'ruby2.6-rubygem-colorator' 'ruby2.6-rubygem-colorator-0' 'ruby2.6-rubygem-colorator-doc' 'ruby2.6-rubygem-colorator-doc-0' 'ruby2.6-rubygem-colorator-testsuite-0' 'ruby2.6-rubygem-colored' 'ruby2.6-rubygem-colored-doc' 'ruby2.6-rubygem-colored-testsuite' 'ruby2.6-rubygem-colorize' 'ruby2.6-rubygem-colorize-doc' 'ruby2.6-rubygem-colorize-testsuite' 'ruby2.6-rubygem-columnize' 'ruby2.6-rubygem-columnize-doc' 'ruby2.6-rubygem-columnize-testsuite' 'ruby2.6-rubygem-commander' 'ruby2.6-rubygem-commander-doc' 'ruby2.6-rubygem-commander-testsuite' 'ruby2.6-rubygem-concurrent-ruby' 'ruby2.6-rubygem-concurrent-ruby-doc' 'ruby2.6-rubygem-cool.io' 'ruby2.6-rubygem-cool.io-doc' 'ruby2.6-rubygem-cool.io-testsuite' 'ruby2.6-rubygem-crack' 'ruby2.6-rubygem-crack-doc' 'ruby2.6-rubygem-crass' 'ruby2.6-rubygem-crass-doc' 'ruby2.6-rubygem-cri' 'ruby2.6-rubygem-cri-doc' 'ruby2.6-rubygem-cri-testsuite' 'ruby2.6-rubygem-cssmin' 'ruby2.6-rubygem-cssmin-doc' 'ruby2.6-rubygem-daemons' 'ruby2.6-rubygem-daemons-doc' 'ruby2.6-rubygem-debase' 'ruby2.6-rubygem-debase-doc' 'ruby2.6-rubygem-debase-ruby_core_source' 'ruby2.6-rubygem-debase-ruby_core_source-doc' 'ruby2.6-rubygem-debase-testsuite' 'ruby2.6-rubygem-debug_inspector' 'ruby2.6-rubygem-debug_inspector-doc' 'ruby2.6-rubygem-debug_inspector-testsuite' 'ruby2.6-rubygem-debugger-linecache' 'ruby2.6-rubygem-debugger-linecache-doc' 'ruby2.6-rubygem-debugger-linecache-testsuite' 'ruby2.6-rubygem-deep_merge' 'ruby2.6-rubygem-deep_merge-doc' 'ruby2.6-rubygem-deep_merge-testsuite' 'ruby2.6-rubygem-delayed_job' 'ruby2.6-rubygem-delayed_job-doc' 'ruby2.6-rubygem-delayed_job-testsuite' 'ruby2.6-rubygem-delayed_job_active_record' 'ruby2.6-rubygem-delayed_job_active_record-doc' 'ruby2.6-rubygem-descendants_tracker' 'ruby2.6-rubygem-descendants_tracker-doc' 'ruby2.6-rubygem-descendants_tracker-testsuite' 'ruby2.6-rubygem-devise' 'ruby2.6-rubygem-devise-doc' 'ruby2.6-rubygem-devise-i18n' 'ruby2.6-rubygem-devise-i18n-doc' 'ruby2.6-rubygem-devise_ldap_authenticatable' 'ruby2.6-rubygem-devise_ldap_authenticatable-doc' 'ruby2.6-rubygem-devise_ldap_authenticatable-testsuite' 'ruby2.6-rubygem-diff-lcs' 'ruby2.6-rubygem-diff-lcs-doc' 'ruby2.6-rubygem-diff-lcs-testsuite' 'ruby2.6-rubygem-diffy' 'ruby2.6-rubygem-diffy-doc' 'ruby2.6-rubygem-diffy-testsuite' 'ruby2.6-rubygem-dig_rb' 'ruby2.6-rubygem-dig_rb-doc' 'ruby2.6-rubygem-docile' 'ruby2.6-rubygem-docile-1_1' 'ruby2.6-rubygem-docile-doc' 'ruby2.6-rubygem-docile-doc-1_1' 'ruby2.6-rubygem-docile-testsuite-1_1' 'ruby2.6-rubygem-domain_name' 'ruby2.6-rubygem-domain_name-doc' 'ruby2.6-rubygem-domain_name-testsuite' 'ruby2.6-rubygem-dry-configurable' 'ruby2.6-rubygem-dry-configurable-doc' 'ruby2.6-rubygem-dry-container' 'ruby2.6-rubygem-dry-container-doc' 'ruby2.6-rubygem-dry-container-testsuite' 'ruby2.6-rubygem-dry-core' 'ruby2.6-rubygem-dry-core-doc' 'ruby2.6-rubygem-dry-equalizer' 'ruby2.6-rubygem-dry-equalizer-doc' 'ruby2.6-rubygem-dry-equalizer-testsuite' 'ruby2.6-rubygem-dry-inflector' 'ruby2.6-rubygem-dry-inflector-doc' 'ruby2.6-rubygem-dry-logic' 'ruby2.6-rubygem-dry-logic-doc' 'ruby2.6-rubygem-dry-types' 'ruby2.6-rubygem-dry-types-doc' 'ruby2.6-rubygem-ed25519' 'ruby2.6-rubygem-ed25519-doc' 'ruby2.6-rubygem-em-websocket' 'ruby2.6-rubygem-em-websocket-doc' 'ruby2.6-rubygem-em-websocket-testsuite' 'ruby2.6-rubygem-equalizer' 'ruby2.6-rubygem-equalizer-doc' 'ruby2.6-rubygem-equalizer-testsuite' 'ruby2.6-rubygem-erubi' 'ruby2.6-rubygem-erubi-doc' 'ruby2.6-rubygem-erubi-testsuite' 'ruby2.6-rubygem-erubis' 'ruby2.6-rubygem-erubis-2_6' 'ruby2.6-rubygem-erubis-doc' 'ruby2.6-rubygem-erubis-doc-2_6' 'ruby2.6-rubygem-erubis-testsuite' 'ruby2.6-rubygem-erubis-testsuite-2_6' 'ruby2.6-rubygem-eventmachine' 'ruby2.6-rubygem-eventmachine-doc' 'ruby2.6-rubygem-exception_notification' 'ruby2.6-rubygem-exception_notification-doc' 'ruby2.6-rubygem-exception_notification-testsuite' 'ruby2.6-rubygem-excon' 'ruby2.6-rubygem-excon-doc' 'ruby2.6-rubygem-execjs' 'ruby2.6-rubygem-execjs-doc' 'ruby2.6-rubygem-extlib' 'ruby2.6-rubygem-extlib-doc' 'ruby2.6-rubygem-extlib-testsuite' 'ruby2.6-rubygem-factory_girl' 'ruby2.6-rubygem-factory_girl-doc' 'ruby2.6-rubygem-factory_girl_rails' 'ruby2.6-rubygem-factory_girl_rails-doc' 'ruby2.6-rubygem-fake_ftp' 'ruby2.6-rubygem-fake_ftp-0_1' 'ruby2.6-rubygem-fake_ftp-doc' 'ruby2.6-rubygem-fake_ftp-doc-0_1' 'ruby2.6-rubygem-fake_ftp-testsuite' 'ruby2.6-rubygem-fake_ftp-testsuite-0_1' 'ruby2.6-rubygem-faraday' 'ruby2.6-rubygem-faraday-0_12' 'ruby2.6-rubygem-faraday-doc' 'ruby2.6-rubygem-faraday-doc-0_12' 'ruby2.6-rubygem-faraday-testsuite' 'ruby2.6-rubygem-faraday_middleware' 'ruby2.6-rubygem-faraday_middleware-doc' 'ruby2.6-rubygem-faraday_middleware-multi_json' 'ruby2.6-rubygem-faraday_middleware-multi_json-doc' 'ruby2.6-rubygem-faraday_middleware-multi_json-testsuite' 'ruby2.6-rubygem-fast_gettext-1.1' 'ruby2.6-rubygem-fast_gettext-doc' 'ruby2.6-rubygem-fast_gettext-doc-1.1' 'ruby2.6-rubygem-fast_xs' 'ruby2.6-rubygem-fast_xs-doc' 'ruby2.6-rubygem-fast_xs-testsuite' 'ruby2.6-rubygem-fastercsv' 'ruby2.6-rubygem-fastercsv-doc' 'ruby2.6-rubygem-fastercsv-testsuite' 'ruby2.6-rubygem-ffi' 'ruby2.6-rubygem-ffi-doc' 'ruby2.6-rubygem-flog' 'ruby2.6-rubygem-flog-doc' 'ruby2.6-rubygem-flog-testsuite' 'ruby2.6-rubygem-fluentd' 'ruby2.6-rubygem-fluentd-doc' 'ruby2.6-rubygem-fluentd-testsuite' 'ruby2.6-rubygem-fog-core' 'ruby2.6-rubygem-fog-core-doc' 'ruby2.6-rubygem-fog-core-testsuite' 'ruby2.6-rubygem-fog-json' 'ruby2.6-rubygem-fog-json-doc' 'ruby2.6-rubygem-fog-json-testsuite' 'ruby2.6-rubygem-fog-libvirt' 'ruby2.6-rubygem-fog-libvirt-doc' 'ruby2.6-rubygem-fog-xml' 'ruby2.6-rubygem-fog-xml-doc' 'ruby2.6-rubygem-fog-xml-testsuite' 'ruby2.6-rubygem-font-awesome-rails' 'ruby2.6-rubygem-font-awesome-rails-doc' 'ruby2.6-rubygem-font-awesome-rails-testsuite' 'ruby2.6-rubygem-formatador' 'ruby2.6-rubygem-formatador-doc' 'ruby2.6-rubygem-forwardable-extended' 'ruby2.6-rubygem-forwardable-extended-doc' 'ruby2.6-rubygem-get_process_mem' 'ruby2.6-rubygem-get_process_mem-doc' 'ruby2.6-rubygem-get_process_mem-testsuite' 'ruby2.6-rubygem-gettext' 'ruby2.6-rubygem-gettext-doc' 'ruby2.6-rubygem-gettext-setup' 'ruby2.6-rubygem-gettext-setup-doc' 'ruby2.6-rubygem-gettext-setup-testsuite' 'ruby2.6-rubygem-gettext-testsuite' 'ruby2.6-rubygem-gettext_i18n_rails' 'ruby2.6-rubygem-gettext_i18n_rails-doc' 'ruby2.6-rubygem-gettext_i18n_rails_js' 'ruby2.6-rubygem-gettext_i18n_rails_js-doc' 'ruby2.6-rubygem-gettext_i18n_rails_js-testsuite' 'ruby2.6-rubygem-gli' 'ruby2.6-rubygem-gli-doc' 'ruby2.6-rubygem-gli-testsuite' 'ruby2.6-rubygem-globalid' 'ruby2.6-rubygem-globalid-doc' 'ruby2.6-rubygem-gpgme' 'ruby2.6-rubygem-gpgme-doc' 'ruby2.6-rubygem-gpgme-testsuite' 'ruby2.6-rubygem-grape' 'ruby2.6-rubygem-grape-doc' 'ruby2.6-rubygem-grape-testsuite' 'ruby2.6-rubygem-gravatar_image_tag' 'ruby2.6-rubygem-gravatar_image_tag-doc' 'ruby2.6-rubygem-gravatar_image_tag-testsuite' 'ruby2.6-rubygem-gssapi' 'ruby2.6-rubygem-gssapi-doc' 'ruby2.6-rubygem-gssapi-testsuite' 'ruby2.6-rubygem-gyoku' 'ruby2.6-rubygem-gyoku-doc' 'ruby2.6-rubygem-gyoku-testsuite' 'ruby2.6-rubygem-haml' 'ruby2.6-rubygem-haml-doc' 'ruby2.6-rubygem-haml-rails' 'ruby2.6-rubygem-haml-rails-doc' 'ruby2.6-rubygem-haml-rails-testsuite' 'ruby2.6-rubygem-has_mobile_views' 'ruby2.6-rubygem-has_mobile_views-doc' 'ruby2.6-rubygem-has_mobile_views-testsuite' 'ruby2.6-rubygem-hashdiff' 'ruby2.6-rubygem-hashdiff-doc' 'ruby2.6-rubygem-hashdiff-testsuite' 'ruby2.6-rubygem-hashicorp-checkpoint' 'ruby2.6-rubygem-hashicorp-checkpoint-doc' 'ruby2.6-rubygem-hashicorp-checkpoint-testsuite' 'ruby2.6-rubygem-hashie' 'ruby2.6-rubygem-hashie-doc' 'ruby2.6-rubygem-hashie-testsuite' 'ruby2.6-rubygem-highline' 'ruby2.6-rubygem-highline-1_6' 'ruby2.6-rubygem-highline-1_7' 'ruby2.6-rubygem-highline-doc' 'ruby2.6-rubygem-highline-doc-1_6' 'ruby2.6-rubygem-highline-doc-1_7' 'ruby2.6-rubygem-highline-testsuite-1_6' 'ruby2.6-rubygem-highline-testsuite-1_7' 'ruby2.6-rubygem-hike' 'ruby2.6-rubygem-hike-1_2' 'ruby2.6-rubygem-hike-doc' 'ruby2.6-rubygem-hike-doc-1_2' 'ruby2.6-rubygem-hitimes' 'ruby2.6-rubygem-hitimes-doc' 'ruby2.6-rubygem-hitimes-testsuite' 'ruby2.6-rubygem-hoe' 'ruby2.6-rubygem-hoe-doc' 'ruby2.6-rubygem-hoe-testsuite' 'ruby2.6-rubygem-hpricot' 'ruby2.6-rubygem-hpricot-doc' 'ruby2.6-rubygem-hpricot-testsuite' 'ruby2.6-rubygem-html2haml' 'ruby2.6-rubygem-html2haml-doc' 'ruby2.6-rubygem-html2haml-testsuite' 'ruby2.6-rubygem-http-accept-1.7' 'ruby2.6-rubygem-http-accept-doc-1.7' 'ruby2.6-rubygem-http-cookie' 'ruby2.6-rubygem-http-cookie-doc' 'ruby2.6-rubygem-http-cookie-testsuite' 'ruby2.6-rubygem-http_accept_language' 'ruby2.6-rubygem-http_accept_language-doc' 'ruby2.6-rubygem-http_accept_language-testsuite' 'ruby2.6-rubygem-http_parser.rb' 'ruby2.6-rubygem-http_parser.rb-doc' 'ruby2.6-rubygem-http_parser.rb-testsuite' 'ruby2.6-rubygem-httpclient' 'ruby2.6-rubygem-httpclient-doc' 'ruby2.6-rubygem-httpclient-testsuite' 'ruby2.6-rubygem-i18n' 'ruby2.6-rubygem-i18n-0_6' 'ruby2.6-rubygem-i18n-0_9' 'ruby2.6-rubygem-i18n-1.1' 'ruby2.6-rubygem-i18n-doc' 'ruby2.6-rubygem-i18n-doc-0_6' 'ruby2.6-rubygem-i18n-doc-0_9' 'ruby2.6-rubygem-i18n-doc-1.1' 'ruby2.6-rubygem-i18n-testsuite-0_6' 'ruby2.6-rubygem-i18n-testsuite-0_9' 'ruby2.6-rubygem-i18n-testsuite-1.1' 'ruby2.6-rubygem-ice_nine' 'ruby2.6-rubygem-ice_nine-doc' 'ruby2.6-rubygem-ice_nine-testsuite' 'ruby2.6-rubygem-inifile' 'ruby2.6-rubygem-inifile-doc' 'ruby2.6-rubygem-inifile-testsuite' 'ruby2.6-rubygem-ipaddress' 'ruby2.6-rubygem-ipaddress-doc' 'ruby2.6-rubygem-ipaddress-testsuite' 'ruby2.6-rubygem-jaro_winkler' 'ruby2.6-rubygem-jaro_winkler-doc' 'ruby2.6-rubygem-jbuilder' 'ruby2.6-rubygem-jbuilder-doc' 'ruby2.6-rubygem-jbuilder-testsuite' 'ruby2.6-rubygem-jekyll' 'ruby2.6-rubygem-jekyll-doc' 'ruby2.6-rubygem-jekyll-sass-converter' 'ruby2.6-rubygem-jekyll-sass-converter-doc' 'ruby2.6-rubygem-jekyll-watch' 'ruby2.6-rubygem-jekyll-watch-doc' 'ruby2.6-rubygem-jmespath' 'ruby2.6-rubygem-jmespath-doc' 'ruby2.6-rubygem-journey-1_0' 'ruby2.6-rubygem-journey-doc-1_0' 'ruby2.6-rubygem-journey-testsuite-1_0' 'ruby2.6-rubygem-jquery-rails' 'ruby2.6-rubygem-jquery-rails-doc' 'ruby2.6-rubygem-jquery-rails-testsuite' 'ruby2.6-rubygem-jquery-ui-rails' 'ruby2.6-rubygem-jquery-ui-rails-doc' 'ruby2.6-rubygem-js-routes' 'ruby2.6-rubygem-js-routes-doc' 'ruby2.6-rubygem-js-routes-testsuite' 'ruby2.6-rubygem-json' 'ruby2.6-rubygem-json-doc' 'ruby2.6-rubygem-json-jwt' 'ruby2.6-rubygem-json-jwt-doc' 'ruby2.6-rubygem-json-schema' 'ruby2.6-rubygem-json-schema-doc' 'ruby2.6-rubygem-json_pure' 'ruby2.6-rubygem-json_pure-doc' 'ruby2.6-rubygem-jwt' 'ruby2.6-rubygem-jwt-1_5' 'ruby2.6-rubygem-jwt-doc' 'ruby2.6-rubygem-jwt-doc-1_5' 'ruby2.6-rubygem-jwt-testsuite-1_5' 'ruby2.6-rubygem-kgio' 'ruby2.6-rubygem-kgio-doc' 'ruby2.6-rubygem-kgio-testsuite' 'ruby2.6-rubygem-kramdown' 'ruby2.6-rubygem-kramdown-doc' 'ruby2.6-rubygem-kramdown-testsuite' 'ruby2.6-rubygem-launchy' 'ruby2.6-rubygem-launchy-doc' 'ruby2.6-rubygem-launchy-testsuite' 'ruby2.6-rubygem-levenshtein' 'ruby2.6-rubygem-levenshtein-doc' 'ruby2.6-rubygem-levenshtein-testsuite' 'ruby2.6-rubygem-librarian' 'ruby2.6-rubygem-librarian-doc' 'ruby2.6-rubygem-librarian-testsuite' 'ruby2.6-rubygem-libyui-rake' 'ruby2.6-rubygem-libyui-rake-doc' 'ruby2.6-rubygem-lightbox2' 'ruby2.6-rubygem-lightbox2-doc' 'ruby2.6-rubygem-liquid' 'ruby2.6-rubygem-liquid-3' 'ruby2.6-rubygem-liquid-doc' 'ruby2.6-rubygem-liquid-doc-3' 'ruby2.6-rubygem-liquid-testsuite' 'ruby2.6-rubygem-liquid-testsuite-3' 'ruby2.6-rubygem-listen' 'ruby2.6-rubygem-listen-3_0' 'ruby2.6-rubygem-listen-3_1' 'ruby2.6-rubygem-listen-doc' 'ruby2.6-rubygem-listen-doc-3_0' 'ruby2.6-rubygem-listen-doc-3_1' 'ruby2.6-rubygem-little-plugger' 'ruby2.6-rubygem-little-plugger-doc' 'ruby2.6-rubygem-little-plugger-testsuite' 'ruby2.6-rubygem-locale' 'ruby2.6-rubygem-locale-doc' 'ruby2.6-rubygem-locale-testsuite' 'ruby2.6-rubygem-log4r' 'ruby2.6-rubygem-log4r-doc' 'ruby2.6-rubygem-logging' 'ruby2.6-rubygem-logging-doc' 'ruby2.6-rubygem-logging-testsuite' 'ruby2.6-rubygem-lolcat' 'ruby2.6-rubygem-lolcat-doc' 'ruby2.6-rubygem-loofah' 'ruby2.6-rubygem-loofah-doc' 'ruby2.6-rubygem-mail' 'ruby2.6-rubygem-mail-2_5' 'ruby2.6-rubygem-mail-doc' 'ruby2.6-rubygem-mail-doc-2_5' 'ruby2.6-rubygem-manpages' 'ruby2.6-rubygem-manpages-doc' 'ruby2.6-rubygem-marcel' 'ruby2.6-rubygem-marcel-doc' 'ruby2.6-rubygem-mercenary' 'ruby2.6-rubygem-mercenary-doc' 'ruby2.6-rubygem-mercenary-testsuite' 'ruby2.6-rubygem-metaclass' 'ruby2.6-rubygem-metaclass-doc' 'ruby2.6-rubygem-metaclass-testsuite' 'ruby2.6-rubygem-method_source' 'ruby2.6-rubygem-method_source-doc' 'ruby2.6-rubygem-method_source-testsuite' 'ruby2.6-rubygem-micromachine' 'ruby2.6-rubygem-micromachine-doc' 'ruby2.6-rubygem-micromachine-testsuite' 'ruby2.6-rubygem-mime' 'ruby2.6-rubygem-mime-doc' 'ruby2.6-rubygem-mime-testsuite' 'ruby2.6-rubygem-mime-types' 'ruby2.6-rubygem-mime-types-1' 'ruby2.6-rubygem-mime-types-data' 'ruby2.6-rubygem-mime-types-data-doc' 'ruby2.6-rubygem-mime-types-doc' 'ruby2.6-rubygem-mime-types-doc-1' 'ruby2.6-rubygem-mime-types-testsuite' 'ruby2.6-rubygem-mime-types-testsuite-1' 'ruby2.6-rubygem-mimemagic' 'ruby2.6-rubygem-mimemagic-doc' 'ruby2.6-rubygem-mimemagic-testsuite' 'ruby2.6-rubygem-mini_magick' 'ruby2.6-rubygem-mini_magick-doc' 'ruby2.6-rubygem-mini_mime' 'ruby2.6-rubygem-mini_mime-doc' 'ruby2.6-rubygem-mini_portile2' 'ruby2.6-rubygem-mini_portile2-2_3' 'ruby2.6-rubygem-mini_portile2-doc' 'ruby2.6-rubygem-mini_portile2-doc-2_3' 'ruby2.6-rubygem-mini_portile2-testsuite' 'ruby2.6-rubygem-mini_portile2-testsuite-2_3' 'ruby2.6-rubygem-minitar' 'ruby2.6-rubygem-minitar-doc' 'ruby2.6-rubygem-mixlib-authentication' 'ruby2.6-rubygem-mixlib-authentication-doc' 'ruby2.6-rubygem-mixlib-cli' 'ruby2.6-rubygem-mixlib-cli-doc' 'ruby2.6-rubygem-mixlib-config' 'ruby2.6-rubygem-mixlib-config-doc' 'ruby2.6-rubygem-mixlib-log' 'ruby2.6-rubygem-mixlib-log-doc' 'ruby2.6-rubygem-mixlib-shellout' 'ruby2.6-rubygem-mixlib-shellout-doc' 'ruby2.6-rubygem-mobileesp_converted' 'ruby2.6-rubygem-mobileesp_converted-doc' 'ruby2.6-rubygem-mobileesp_converted-testsuite' 'ruby2.6-rubygem-mocha' 'ruby2.6-rubygem-mocha-doc' 'ruby2.6-rubygem-mocha-testsuite' 'ruby2.6-rubygem-moneta' 'ruby2.6-rubygem-moneta-0_7' 'ruby2.6-rubygem-moneta-doc' 'ruby2.6-rubygem-moneta-doc-0_7' 'ruby2.6-rubygem-moneta-testsuite' 'ruby2.6-rubygem-moneta-testsuite-0_7' 'ruby2.6-rubygem-msgpack' 'ruby2.6-rubygem-msgpack-doc' 'ruby2.6-rubygem-msgpack-testsuite' 'ruby2.6-rubygem-multi_json' 'ruby2.6-rubygem-multi_json-doc' 'ruby2.6-rubygem-multi_xml' 'ruby2.6-rubygem-multi_xml-doc' 'ruby2.6-rubygem-multipart-post' 'ruby2.6-rubygem-multipart-post-doc' 'ruby2.6-rubygem-multipart-post-testsuite' 'ruby2.6-rubygem-mustache' 'ruby2.6-rubygem-mustache-doc' 'ruby2.6-rubygem-mustache-testsuite' 'ruby2.6-rubygem-mustermann' 'ruby2.6-rubygem-mustermann-doc' 'ruby2.6-rubygem-mustermann-grape' 'ruby2.6-rubygem-mustermann-grape-doc' 'ruby2.6-rubygem-mustermann-grape-testsuite' 'ruby2.6-rubygem-mustermann-testsuite' 'ruby2.6-rubygem-mysql2' 'ruby2.6-rubygem-mysql2-doc' 'ruby2.6-rubygem-net-ldap' 'ruby2.6-rubygem-net-ldap-doc' 'ruby2.6-rubygem-net-ldap-testsuite' 'ruby2.6-rubygem-net-scp' 'ruby2.6-rubygem-net-scp-1_1' 'ruby2.6-rubygem-net-scp-1_2' 'ruby2.6-rubygem-net-scp-doc' 'ruby2.6-rubygem-net-scp-doc-1_1' 'ruby2.6-rubygem-net-scp-doc-1_2' 'ruby2.6-rubygem-net-scp-testsuite-1_1' 'ruby2.6-rubygem-net-scp-testsuite-1_2' 'ruby2.6-rubygem-net-sftp' 'ruby2.6-rubygem-net-sftp-doc' 'ruby2.6-rubygem-net-ssh' 'ruby2.6-rubygem-net-ssh-4_1' 'ruby2.6-rubygem-net-ssh-5.1' 'ruby2.6-rubygem-net-ssh-doc' 'ruby2.6-rubygem-net-ssh-doc-4_1' 'ruby2.6-rubygem-net-ssh-doc-5.1' 'ruby2.6-rubygem-net-ssh-gateway' 'ruby2.6-rubygem-net-ssh-gateway-doc' 'ruby2.6-rubygem-net-ssh-multi' 'ruby2.6-rubygem-net-ssh-multi-1_1' 'ruby2.6-rubygem-net-ssh-multi-doc' 'ruby2.6-rubygem-net-ssh-multi-doc-1_1' 'ruby2.6-rubygem-net-ssh-multi-testsuite' 'ruby2.6-rubygem-net-ssh-multi-testsuite-1_1' 'ruby2.6-rubygem-netrc' 'ruby2.6-rubygem-netrc-doc' 'ruby2.6-rubygem-netrc-testsuite' 'ruby2.6-rubygem-nio4r' 'ruby2.6-rubygem-nio4r-doc' 'ruby2.6-rubygem-nio4r-testsuite' 'ruby2.6-rubygem-nokogiri' 'ruby2.6-rubygem-nokogiri-doc' 'ruby2.6-rubygem-nori' 'ruby2.6-rubygem-nori-doc' 'ruby2.6-rubygem-nori-testsuite' 'ruby2.6-rubygem-oauth' 'ruby2.6-rubygem-oauth-doc' 'ruby2.6-rubygem-oauth2' 'ruby2.6-rubygem-oauth2-doc' 'ruby2.6-rubygem-omniauth' 'ruby2.6-rubygem-omniauth-doc' 'ruby2.6-rubygem-omniauth-github' 'ruby2.6-rubygem-omniauth-github-doc' 'ruby2.6-rubygem-omniauth-github-testsuite' 'ruby2.6-rubygem-omniauth-gitlab' 'ruby2.6-rubygem-omniauth-gitlab-doc' 'ruby2.6-rubygem-omniauth-gitlab-testsuite' 'ruby2.6-rubygem-omniauth-google-oauth2' 'ruby2.6-rubygem-omniauth-google-oauth2-doc' 'ruby2.6-rubygem-omniauth-google-oauth2-testsuite' 'ruby2.6-rubygem-omniauth-oauth' 'ruby2.6-rubygem-omniauth-oauth-doc' 'ruby2.6-rubygem-omniauth-oauth-testsuite' 'ruby2.6-rubygem-omniauth-oauth2' 'ruby2.6-rubygem-omniauth-oauth2-doc' 'ruby2.6-rubygem-omniauth-oauth2-testsuite' 'ruby2.6-rubygem-open4' 'ruby2.6-rubygem-open4-doc' 'ruby2.6-rubygem-open4-testsuite' 'ruby2.6-rubygem-openid_connect' 'ruby2.6-rubygem-openid_connect-doc' 'ruby2.6-rubygem-openid_connect-testsuite' 'ruby2.6-rubygem-optimist' 'ruby2.6-rubygem-optimist-doc' 'ruby2.6-rubygem-optimist-testsuite' 'ruby2.6-rubygem-orm_adapter' 'ruby2.6-rubygem-orm_adapter-doc' 'ruby2.6-rubygem-orm_adapter-testsuite' 'ruby2.6-rubygem-owncloud-admin' 'ruby2.6-rubygem-owncloud-admin-doc' 'ruby2.6-rubygem-packaging_rake_tasks' 'ruby2.6-rubygem-packaging_rake_tasks-doc' 'ruby2.6-rubygem-paint' 'ruby2.6-rubygem-paint-doc' 'ruby2.6-rubygem-parallel' 'ruby2.6-rubygem-parallel-doc' 'ruby2.6-rubygem-parallel_tests' 'ruby2.6-rubygem-parallel_tests-doc' 'ruby2.6-rubygem-parser' 'ruby2.6-rubygem-parser-doc' 'ruby2.6-rubygem-parser-testsuite' 'ruby2.6-rubygem-passenger' 'ruby2.6-rubygem-passenger-doc' 'ruby2.6-rubygem-path_expander' 'ruby2.6-rubygem-path_expander-doc' 'ruby2.6-rubygem-path_expander-testsuite' 'ruby2.6-rubygem-pathutil' 'ruby2.6-rubygem-pathutil-doc' 'ruby2.6-rubygem-pg' 'ruby2.6-rubygem-pg-doc' 'ruby2.6-rubygem-pg-testsuite' 'ruby2.6-rubygem-pkg-config' 'ruby2.6-rubygem-pkg-config-doc' 'ruby2.6-rubygem-pkg-config-testsuite' 'ruby2.6-rubygem-po_to_json' 'ruby2.6-rubygem-po_to_json-doc' 'ruby2.6-rubygem-po_to_json-testsuite' 'ruby2.6-rubygem-polyglot' 'ruby2.6-rubygem-polyglot-doc' 'ruby2.6-rubygem-pry' 'ruby2.6-rubygem-pry-doc' 'ruby2.6-rubygem-pry-doc-testsuite' 'ruby2.6-rubygem-public_suffix' 'ruby2.6-rubygem-public_suffix-3.1' 'ruby2.6-rubygem-public_suffix-doc' 'ruby2.6-rubygem-public_suffix-doc-3.1' 'ruby2.6-rubygem-public_suffix-testsuite' 'ruby2.6-rubygem-public_suffix-testsuite-3.1' 'ruby2.6-rubygem-puma' 'ruby2.6-rubygem-puma-doc' 'ruby2.6-rubygem-puma_worker_killer' 'ruby2.6-rubygem-puma_worker_killer-doc' 'ruby2.6-rubygem-puma_worker_killer-testsuite' 'ruby2.6-rubygem-pundit' 'ruby2.6-rubygem-pundit-doc' 'ruby2.6-rubygem-pundit-testsuite' 'ruby2.6-rubygem-rack' 'ruby2.6-rubygem-rack-1_3' 'ruby2.6-rubygem-rack-1_4' 'ruby2.6-rubygem-rack-1_6' 'ruby2.6-rubygem-rack-2.0' 'ruby2.6-rubygem-rack-accept' 'ruby2.6-rubygem-rack-accept-doc' 'ruby2.6-rubygem-rack-accept-testsuite' 'ruby2.6-rubygem-rack-cache-1_2' 'ruby2.6-rubygem-rack-cache-doc-1_2' 'ruby2.6-rubygem-rack-cache-testsuite-1_2' 'ruby2.6-rubygem-rack-doc' 'ruby2.6-rubygem-rack-doc-1_3' 'ruby2.6-rubygem-rack-doc-1_4' 'ruby2.6-rubygem-rack-doc-1_6' 'ruby2.6-rubygem-rack-doc-2.0' 'ruby2.6-rubygem-rack-oauth2' 'ruby2.6-rubygem-rack-oauth2-doc' 'ruby2.6-rubygem-rack-oauth2-testsuite' 'ruby2.6-rubygem-rack-protection' 'ruby2.6-rubygem-rack-protection-doc' 'ruby2.6-rubygem-rack-proxy' 'ruby2.6-rubygem-rack-proxy-doc' 'ruby2.6-rubygem-rack-proxy-testsuite' 'ruby2.6-rubygem-rack-ssl-1_3' 'ruby2.6-rubygem-rack-ssl-doc-1_3' 'ruby2.6-rubygem-rack-test-0_6' 'ruby2.6-rubygem-rack-test-doc-0_6' 'ruby2.6-rubygem-rack-test-testsuite-0_6' 'ruby2.6-rubygem-rack-testsuite-1_3' 'ruby2.6-rubygem-rack-testsuite-1_4' 'ruby2.6-rubygem-rack-testsuite-1_6' 'ruby2.6-rubygem-rack-testsuite-2.0' 'ruby2.6-rubygem-rails-5.2' 'ruby2.6-rubygem-rails-6.0' 'ruby2.6-rubygem-rails-deprecated_sanitizer' 'ruby2.6-rubygem-rails-deprecated_sanitizer-doc' 'ruby2.6-rubygem-rails-deprecated_sanitizer-testsuite' 'ruby2.6-rubygem-rails-doc-5.2' 'ruby2.6-rubygem-rails-doc-6.0' 'ruby2.6-rubygem-rails-dom-testing' 'ruby2.6-rubygem-rails-dom-testing-doc' 'ruby2.6-rubygem-rails-dom-testing-testsuite' 'ruby2.6-rubygem-rails-html-sanitizer' 'ruby2.6-rubygem-rails-html-sanitizer-doc' 'ruby2.6-rubygem-rails-html-sanitizer-testsuite' 'ruby2.6-rubygem-rails-i18n' 'ruby2.6-rubygem-rails-i18n-doc' 'ruby2.6-rubygem-rails_stdout_logging' 'ruby2.6-rubygem-rails_stdout_logging-doc' 'ruby2.6-rubygem-rails_stdout_logging-testsuite' 'ruby2.6-rubygem-railties-5.2' 'ruby2.6-rubygem-railties-6.0' 'ruby2.6-rubygem-railties-doc-5.2' 'ruby2.6-rubygem-railties-doc-6.0' 'ruby2.6-rubygem-rainbow' 'ruby2.6-rubygem-rainbow-doc' 'ruby2.6-rubygem-rainbow-testsuite' 'ruby2.6-rubygem-raindrops' 'ruby2.6-rubygem-raindrops-doc' 'ruby2.6-rubygem-raindrops-testsuite' 'ruby2.6-rubygem-rake-12_0' 'ruby2.6-rubygem-rake-compiler' 'ruby2.6-rubygem-rake-compiler-doc' 'ruby2.6-rubygem-rake-compiler-testsuite' 'ruby2.6-rubygem-rake-doc-12_0' 'ruby2.6-rubygem-rb-fsevent' 'ruby2.6-rubygem-rb-fsevent-doc' 'ruby2.6-rubygem-rb-inotify' 'ruby2.6-rubygem-rb-inotify-doc' 'ruby2.6-rubygem-rb-inotify-testsuite' 'ruby2.6-rubygem-rb-kqueue' 'ruby2.6-rubygem-rb-kqueue-doc' 'ruby2.6-rubygem-rb-kqueue-testsuite' 'ruby2.6-rubygem-rdiscount' 'ruby2.6-rubygem-rdiscount-doc' 'ruby2.6-rubygem-rdiscount-testsuite' 'ruby2.6-rubygem-rdoc-4' 'ruby2.6-rubygem-rdoc-doc-4' 'ruby2.6-rubygem-rdoc-testsuite-4' 'ruby2.6-rubygem-regexp_parser' 'ruby2.6-rubygem-regexp_parser-doc' 'ruby2.6-rubygem-regexp_parser-testsuite' 'ruby2.6-rubygem-responders' 'ruby2.6-rubygem-responders-doc' 'ruby2.6-rubygem-rest-client' 'ruby2.6-rubygem-rest-client-doc' 'ruby2.6-rubygem-rest-client-testsuite' 'ruby2.6-rubygem-restility' 'ruby2.6-rubygem-restility-doc' 'ruby2.6-rubygem-restility-testsuite' 'ruby2.6-rubygem-reverse_markdown' 'ruby2.6-rubygem-reverse_markdown-doc' 'ruby2.6-rubygem-reverse_markdown-testsuite' 'ruby2.6-rubygem-rgen' 'ruby2.6-rubygem-rgen-doc' 'ruby2.6-rubygem-rgen-testsuite' 'ruby2.6-rubygem-rice' 'ruby2.6-rubygem-rice-doc' 'ruby2.6-rubygem-rice-testsuite' 'ruby2.6-rubygem-ronn' 'ruby2.6-rubygem-ronn-doc' 'ruby2.6-rubygem-ronn-testsuite' 'ruby2.6-rubygem-rouge' 'ruby2.6-rubygem-rouge-1' 'ruby2.6-rubygem-rouge-doc' 'ruby2.6-rubygem-rouge-doc-1' 'ruby2.6-rubygem-rpm' 'ruby2.6-rubygem-rpm-doc' 'ruby2.6-rubygem-rpm-testsuite' 'ruby2.6-rubygem-rspec' 'ruby2.6-rubygem-rspec-3_5' 'ruby2.6-rubygem-rspec-core' 'ruby2.6-rubygem-rspec-core-3_5' 'ruby2.6-rubygem-rspec-core-doc' 'ruby2.6-rubygem-rspec-core-doc-3_5' 'ruby2.6-rubygem-rspec-doc' 'ruby2.6-rubygem-rspec-doc-3_5' 'ruby2.6-rubygem-rspec-expectations' 'ruby2.6-rubygem-rspec-expectations-3_5' 'ruby2.6-rubygem-rspec-expectations-doc' 'ruby2.6-rubygem-rspec-expectations-doc-3_5' 'ruby2.6-rubygem-rspec-its' 'ruby2.6-rubygem-rspec-its-doc' 'ruby2.6-rubygem-rspec-its-testsuite' 'ruby2.6-rubygem-rspec-mocks' 'ruby2.6-rubygem-rspec-mocks-3_5' 'ruby2.6-rubygem-rspec-mocks-doc' 'ruby2.6-rubygem-rspec-mocks-doc-3_5' 'ruby2.6-rubygem-rspec-rails' 'ruby2.6-rubygem-rspec-rails-3.9' 'ruby2.6-rubygem-rspec-rails-doc' 'ruby2.6-rubygem-rspec-rails-doc-3.9' 'ruby2.6-rubygem-rspec-support' 'ruby2.6-rubygem-rspec-support-3_5' 'ruby2.6-rubygem-rspec-support-doc' 'ruby2.6-rubygem-rspec-support-doc-3_5' 'ruby2.6-rubygem-rubocop' 'ruby2.6-rubygem-rubocop-ast' 'ruby2.6-rubygem-rubocop-ast-doc' 'ruby2.6-rubygem-rubocop-doc' 'ruby2.6-rubygem-ruby-augeas-doc' 'ruby2.6-rubygem-ruby-dbus-doc' 'ruby2.6-rubygem-ruby-dbus-testsuite' 'ruby2.6-rubygem-ruby-filemagic' 'ruby2.6-rubygem-ruby-filemagic-doc' 'ruby2.6-rubygem-ruby-filemagic-testsuite' 'ruby2.6-rubygem-ruby-libvirt' 'ruby2.6-rubygem-ruby-libvirt-doc' 'ruby2.6-rubygem-ruby-openid' 'ruby2.6-rubygem-ruby-openid-doc' 'ruby2.6-rubygem-ruby-openid-testsuite' 'ruby2.6-rubygem-ruby-progressbar' 'ruby2.6-rubygem-ruby-progressbar-doc' 'ruby2.6-rubygem-ruby-rc4' 'ruby2.6-rubygem-ruby-rc4-doc' 'ruby2.6-rubygem-ruby-rc4-testsuite' 'ruby2.6-rubygem-ruby-shadow' 'ruby2.6-rubygem-ruby-shadow-doc' 'ruby2.6-rubygem-ruby2_keywords' 'ruby2.6-rubygem-ruby2_keywords-doc' 'ruby2.6-rubygem-ruby_dep' 'ruby2.6-rubygem-ruby_dep-1_3' 'ruby2.6-rubygem-ruby_dep-doc' 'ruby2.6-rubygem-ruby_dep-doc-1_3' 'ruby2.6-rubygem-ruby_dig' 'ruby2.6-rubygem-ruby_dig-doc' 'ruby2.6-rubygem-ruby_dig-testsuite' 'ruby2.6-rubygem-ruby_parser' 'ruby2.6-rubygem-ruby_parser-doc' 'ruby2.6-rubygem-ruby_parser-testsuite' 'ruby2.6-rubygem-rubyforge' 'ruby2.6-rubygem-rubyforge-doc' 'ruby2.6-rubygem-rubyforge-testsuite' 'ruby2.6-rubygem-rubyntlm' 'ruby2.6-rubygem-rubyntlm-doc' 'ruby2.6-rubygem-rubyntlm-testsuite' 'ruby2.6-rubygem-rubyzip' 'ruby2.6-rubygem-rubyzip-1.3' 'ruby2.6-rubygem-rubyzip-doc' 'ruby2.6-rubygem-rubyzip-doc-1.3' 'ruby2.6-rubygem-rubyzip-testsuite-1.3' 'ruby2.6-rubygem-safe_yaml' 'ruby2.6-rubygem-safe_yaml-doc' 'ruby2.6-rubygem-safe_yaml-testsuite' 'ruby2.6-rubygem-sass' 'ruby2.6-rubygem-sass-doc' 'ruby2.6-rubygem-sass-listen' 'ruby2.6-rubygem-sass-listen-doc' 'ruby2.6-rubygem-sass-rails' 'ruby2.6-rubygem-sass-rails-5.1' 'ruby2.6-rubygem-sass-rails-doc' 'ruby2.6-rubygem-sass-rails-doc-5.1' 'ruby2.6-rubygem-sassc' 'ruby2.6-rubygem-sassc-2.2' 'ruby2.6-rubygem-sassc-doc' 'ruby2.6-rubygem-sassc-doc-2.2' 'ruby2.6-rubygem-sassc-rails' 'ruby2.6-rubygem-sassc-rails-doc' 'ruby2.6-rubygem-sassc-rails-testsuite' 'ruby2.6-rubygem-sassc-testsuite' 'ruby2.6-rubygem-sassc-testsuite-2.2' 'ruby2.6-rubygem-sdoc' 'ruby2.6-rubygem-sdoc-doc' 'ruby2.6-rubygem-sdoc-testsuite' 'ruby2.6-rubygem-securecompare' 'ruby2.6-rubygem-securecompare-doc' 'ruby2.6-rubygem-securecompare-testsuite' 'ruby2.6-rubygem-serverengine' 'ruby2.6-rubygem-serverengine-doc' 'ruby2.6-rubygem-serverengine-testsuite' 'ruby2.6-rubygem-sexp_processor' 'ruby2.6-rubygem-sexp_processor-doc' 'ruby2.6-rubygem-sexp_processor-testsuite' 'ruby2.6-rubygem-sigdump' 'ruby2.6-rubygem-sigdump-doc' 'ruby2.6-rubygem-simple_oauth' 'ruby2.6-rubygem-simple_oauth-doc' 'ruby2.6-rubygem-simplecov' 'ruby2.6-rubygem-simplecov-doc' 'ruby2.6-rubygem-simplecov-html' 'ruby2.6-rubygem-simplecov-html-doc' 'ruby2.6-rubygem-simplecov-html-testsuite' 'ruby2.6-rubygem-simpleidn-doc' 'ruby2.6-rubygem-sinatra' 'ruby2.6-rubygem-sinatra-doc' 'ruby2.6-rubygem-slim' 'ruby2.6-rubygem-slim-doc' 'ruby2.6-rubygem-slim-testsuite' 'ruby2.6-rubygem-slop' 'ruby2.6-rubygem-slop-3' 'ruby2.6-rubygem-slop-3_3' 'ruby2.6-rubygem-slop-doc' 'ruby2.6-rubygem-slop-doc-3' 'ruby2.6-rubygem-slop-doc-3_3' 'ruby2.6-rubygem-slop-testsuite' 'ruby2.6-rubygem-slop-testsuite-3' 'ruby2.6-rubygem-slop-testsuite-3_3' 'ruby2.6-rubygem-spring' 'ruby2.6-rubygem-spring-doc' 'ruby2.6-rubygem-spring-watcher-listen' 'ruby2.6-rubygem-spring-watcher-listen-doc' 'ruby2.6-rubygem-spring-watcher-listen-testsuite' 'ruby2.6-rubygem-sprockets' 'ruby2.6-rubygem-sprockets-2_1' 'ruby2.6-rubygem-sprockets-2_2' 'ruby2.6-rubygem-sprockets-3.7' 'ruby2.6-rubygem-sprockets-doc' 'ruby2.6-rubygem-sprockets-doc-2_1' 'ruby2.6-rubygem-sprockets-doc-2_2' 'ruby2.6-rubygem-sprockets-doc-3.7' 'ruby2.6-rubygem-sprockets-helpers' 'ruby2.6-rubygem-sprockets-helpers-doc' 'ruby2.6-rubygem-sprockets-helpers-testsuite' 'ruby2.6-rubygem-sprockets-rails' 'ruby2.6-rubygem-sprockets-rails-doc' 'ruby2.6-rubygem-sqlite3' 'ruby2.6-rubygem-sqlite3-doc' 'ruby2.6-rubygem-sqlite3-testsuite' 'ruby2.6-rubygem-sshkit' 'ruby2.6-rubygem-sshkit-doc' 'ruby2.6-rubygem-sshkit-testsuite' 'ruby2.6-rubygem-stackdeck' 'ruby2.6-rubygem-stackdeck-doc' 'ruby2.6-rubygem-stackdeck-testsuite' 'ruby2.6-rubygem-stomp' 'ruby2.6-rubygem-stomp-doc' 'ruby2.6-rubygem-stomp-testsuite' 'ruby2.6-rubygem-strptime' 'ruby2.6-rubygem-strptime-doc' 'ruby2.6-rubygem-swd' 'ruby2.6-rubygem-swd-doc' 'ruby2.6-rubygem-swd-testsuite' 'ruby2.6-rubygem-systemu' 'ruby2.6-rubygem-systemu-doc' 'ruby2.6-rubygem-systemu-testsuite' 'ruby2.6-rubygem-temple' 'ruby2.6-rubygem-temple-doc' 'ruby2.6-rubygem-temple-testsuite' 'ruby2.6-rubygem-text' 'ruby2.6-rubygem-text-doc' 'ruby2.6-rubygem-text-hyphen' 'ruby2.6-rubygem-text-hyphen-doc' 'ruby2.6-rubygem-text-hyphen-testsuite' 'ruby2.6-rubygem-text-testsuite' 'ruby2.6-rubygem-thor' 'ruby2.6-rubygem-thor-0_19' 'ruby2.6-rubygem-thor-doc' 'ruby2.6-rubygem-thor-doc-0_19' 'ruby2.6-rubygem-thread_safe' 'ruby2.6-rubygem-thread_safe-doc' 'ruby2.6-rubygem-thread_safe-testsuite' 'ruby2.6-rubygem-tilt' 'ruby2.6-rubygem-tilt-1_1' 'ruby2.6-rubygem-tilt-1_4' 'ruby2.6-rubygem-tilt-doc' 'ruby2.6-rubygem-tilt-doc-1_1' 'ruby2.6-rubygem-tilt-doc-1_4' 'ruby2.6-rubygem-tilt-testsuite-1_1' 'ruby2.6-rubygem-tilt-testsuite-1_4' 'ruby2.6-rubygem-timers' 'ruby2.6-rubygem-timers-doc' 'ruby2.6-rubygem-tmuxinator' 'ruby2.6-rubygem-tmuxinator-doc' 'ruby2.6-rubygem-tmuxinator-testsuite' 'ruby2.6-rubygem-tomlrb' 'ruby2.6-rubygem-tomlrb-doc' 'ruby2.6-rubygem-treetop' 'ruby2.6-rubygem-treetop-1_4' 'ruby2.6-rubygem-treetop-doc' 'ruby2.6-rubygem-treetop-doc-1_4' 'ruby2.6-rubygem-treetop-testsuite-1_4' 'ruby2.6-rubygem-trollop' 'ruby2.6-rubygem-trollop-doc' 'ruby2.6-rubygem-trollop-testsuite' 'ruby2.6-rubygem-turbolinks' 'ruby2.6-rubygem-turbolinks-doc' 'ruby2.6-rubygem-turbolinks-source' 'ruby2.6-rubygem-turbolinks-source-doc' 'ruby2.6-rubygem-tzinfo' 'ruby2.6-rubygem-tzinfo-0' 'ruby2.6-rubygem-tzinfo-1.2' 'ruby2.6-rubygem-tzinfo-data' 'ruby2.6-rubygem-tzinfo-data-doc' 'ruby2.6-rubygem-tzinfo-doc' 'ruby2.6-rubygem-tzinfo-doc-0' 'ruby2.6-rubygem-tzinfo-doc-1.2' 'ruby2.6-rubygem-tzinfo-testsuite-0' 'ruby2.6-rubygem-tzinfo-testsuite-1.2' 'ruby2.6-rubygem-uglifier' 'ruby2.6-rubygem-uglifier-doc' 'ruby2.6-rubygem-unf-doc' 'ruby2.6-rubygem-unf-testsuite' 'ruby2.6-rubygem-unf_ext-doc' 'ruby2.6-rubygem-unf_ext-testsuite' 'ruby2.6-rubygem-unicode-display_width' 'ruby2.6-rubygem-unicode-display_width-doc' 'ruby2.6-rubygem-unicorn' 'ruby2.6-rubygem-unicorn-doc' 'ruby2.6-rubygem-unicorn-testsuite' 'ruby2.6-rubygem-unicorn-worker-killer' 'ruby2.6-rubygem-unicorn-worker-killer-doc' 'ruby2.6-rubygem-url_safe_base64' 'ruby2.6-rubygem-url_safe_base64-doc' 'ruby2.6-rubygem-url_safe_base64-testsuite' 'ruby2.6-rubygem-vagrant-spec' 'ruby2.6-rubygem-vagrant-spec-doc' 'ruby2.6-rubygem-vagrant-spec-testsuite' 'ruby2.6-rubygem-vagrant_cloud' 'ruby2.6-rubygem-vagrant_cloud-doc' 'ruby2.6-rubygem-validate_email' 'ruby2.6-rubygem-validate_email-doc' 'ruby2.6-rubygem-validate_url' 'ruby2.6-rubygem-validate_url-doc' 'ruby2.6-rubygem-virtus' 'ruby2.6-rubygem-virtus-doc' 'ruby2.6-rubygem-virtus-testsuite' 'ruby2.6-rubygem-warden' 'ruby2.6-rubygem-warden-doc' 'ruby2.6-rubygem-web-console' 'ruby2.6-rubygem-web-console-2' 'ruby2.6-rubygem-web-console-doc' 'ruby2.6-rubygem-web-console-doc-2' 'ruby2.6-rubygem-webfinger' 'ruby2.6-rubygem-webfinger-doc' 'ruby2.6-rubygem-webfinger-testsuite' 'ruby2.6-rubygem-webmock-1_2' 'ruby2.6-rubygem-webmock-2_3' 'ruby2.6-rubygem-webmock-doc-1_2' 'ruby2.6-rubygem-webmock-doc-2_3' 'ruby2.6-rubygem-webmock-testsuite-1_2' 'ruby2.6-rubygem-webmock-testsuite-2_3' 'ruby2.6-rubygem-webpacker' 'ruby2.6-rubygem-webpacker-doc' 'ruby2.6-rubygem-webpacker-testsuite' 'ruby2.6-rubygem-websocket' 'ruby2.6-rubygem-websocket-doc' 'ruby2.6-rubygem-websocket-driver' 'ruby2.6-rubygem-websocket-driver-0_6' 'ruby2.6-rubygem-websocket-driver-doc' 'ruby2.6-rubygem-websocket-driver-doc-0_6' 'ruby2.6-rubygem-websocket-extensions' 'ruby2.6-rubygem-websocket-extensions-doc' 'ruby2.6-rubygem-websocket-testsuite' 'ruby2.6-rubygem-winrm' 'ruby2.6-rubygem-winrm-2_1' 'ruby2.6-rubygem-winrm-doc' 'ruby2.6-rubygem-winrm-doc-2_1' 'ruby2.6-rubygem-winrm-elevated' 'ruby2.6-rubygem-winrm-elevated-doc' 'ruby2.6-rubygem-winrm-fs' 'ruby2.6-rubygem-winrm-fs-doc' 'ruby2.6-rubygem-xdg' 'ruby2.6-rubygem-xdg-2' 'ruby2.6-rubygem-xdg-doc' 'ruby2.6-rubygem-xdg-doc-2' 'ruby2.6-rubygem-xdg-testsuite-2' 'ruby2.6-rubygem-xml-simple' 'ruby2.6-rubygem-xml-simple-doc' 'ruby2.6-rubygem-xmlhash' 'ruby2.6-rubygem-xmlhash-doc' 'ruby2.6-rubygem-xmlhash-testsuite' 'ruby2.6-rubygem-yajl-ruby' 'ruby2.6-rubygem-yajl-ruby-doc' 'ruby2.6-rubygem-yajl-ruby-testsuite' 'ruby2.6-rubygem-yard' 'ruby2.6-rubygem-yard-doc' 'ruby2.6-rubygem-zeitwerk' 'ruby2.6-rubygem-zeitwerk-doc' 'ruby2.7-devel' 'ruby2.7-devel-extra' 'ruby2.7-doc' 'ruby2.7-doc-ri' 'ruby2.7-rubygem-RedCloth' 'ruby2.7-rubygem-RedCloth-doc' 'ruby2.7-rubygem-RedCloth-testsuite' 'ruby2.7-rubygem-abstract' 'ruby2.7-rubygem-abstract-doc' 'ruby2.7-rubygem-abstract-testsuite' 'ruby2.7-rubygem-abstract_method-doc' 'ruby2.7-rubygem-actioncable-5.2' 'ruby2.7-rubygem-actioncable-6.0' 'ruby2.7-rubygem-actioncable-doc-5.2' 'ruby2.7-rubygem-actioncable-doc-6.0' 'ruby2.7-rubygem-actionmailbox-6.0' 'ruby2.7-rubygem-actionmailbox-doc-6.0' 'ruby2.7-rubygem-actionmailer-5.2' 'ruby2.7-rubygem-actionmailer-6.0' 'ruby2.7-rubygem-actionmailer-doc-5.2' 'ruby2.7-rubygem-actionmailer-doc-6.0' 'ruby2.7-rubygem-actionpack-5.2' 'ruby2.7-rubygem-actionpack-6.0' 'ruby2.7-rubygem-actionpack-doc-5.2' 'ruby2.7-rubygem-actionpack-doc-6.0' 'ruby2.7-rubygem-actiontext-6.0' 'ruby2.7-rubygem-actiontext-doc-6.0' 'ruby2.7-rubygem-actionview-5.2' 'ruby2.7-rubygem-actionview-6.0' 'ruby2.7-rubygem-actionview-doc-5.2' 'ruby2.7-rubygem-actionview-doc-6.0' 'ruby2.7-rubygem-activejob-5.2' 'ruby2.7-rubygem-activejob-6.0' 'ruby2.7-rubygem-activejob-doc-5.2' 'ruby2.7-rubygem-activejob-doc-6.0' 'ruby2.7-rubygem-activemodel-5.2' 'ruby2.7-rubygem-activemodel-6.0' 'ruby2.7-rubygem-activemodel-doc-5.2' 'ruby2.7-rubygem-activemodel-doc-6.0' 'ruby2.7-rubygem-activerecord-5.2' 'ruby2.7-rubygem-activerecord-6.0' 'ruby2.7-rubygem-activerecord-deprecated_finders' 'ruby2.7-rubygem-activerecord-deprecated_finders-doc' 'ruby2.7-rubygem-activerecord-doc-5.2' 'ruby2.7-rubygem-activerecord-doc-6.0' 'ruby2.7-rubygem-activestorage-5.2' 'ruby2.7-rubygem-activestorage-6.0' 'ruby2.7-rubygem-activestorage-doc-5.2' 'ruby2.7-rubygem-activestorage-doc-6.0' 'ruby2.7-rubygem-activesupport-5.2' 'ruby2.7-rubygem-activesupport-6.0' 'ruby2.7-rubygem-activesupport-doc-5.2' 'ruby2.7-rubygem-activesupport-doc-6.0' 'ruby2.7-rubygem-addressable' 'ruby2.7-rubygem-addressable-2_3' 'ruby2.7-rubygem-addressable-doc' 'ruby2.7-rubygem-addressable-doc-2_3' 'ruby2.7-rubygem-addressable-testsuite' 'ruby2.7-rubygem-addressable-testsuite-2_3' 'ruby2.7-rubygem-aes_key_wrap' 'ruby2.7-rubygem-aes_key_wrap-doc' 'ruby2.7-rubygem-airbrussh' 'ruby2.7-rubygem-airbrussh-doc' 'ruby2.7-rubygem-amq-protocol' 'ruby2.7-rubygem-amq-protocol-doc' 'ruby2.7-rubygem-amq-protocol-testsuite' 'ruby2.7-rubygem-amqp' 'ruby2.7-rubygem-amqp-doc' 'ruby2.7-rubygem-amqp-testsuite' 'ruby2.7-rubygem-archive-tar-minitar' 'ruby2.7-rubygem-archive-tar-minitar-doc' 'ruby2.7-rubygem-arel' 'ruby2.7-rubygem-arel-3_0' 'ruby2.7-rubygem-arel-6' 'ruby2.7-rubygem-arel-7' 'ruby2.7-rubygem-arel-8' 'ruby2.7-rubygem-arel-doc' 'ruby2.7-rubygem-arel-doc-3_0' 'ruby2.7-rubygem-arel-doc-6' 'ruby2.7-rubygem-arel-doc-7' 'ruby2.7-rubygem-arel-doc-8' 'ruby2.7-rubygem-arel-testsuite-3_0' 'ruby2.7-rubygem-asciidoctor' 'ruby2.7-rubygem-asciidoctor-doc' 'ruby2.7-rubygem-ast' 'ruby2.7-rubygem-ast-doc' 'ruby2.7-rubygem-atomic' 'ruby2.7-rubygem-atomic-doc' 'ruby2.7-rubygem-atomic-testsuite' 'ruby2.7-rubygem-attr_required' 'ruby2.7-rubygem-attr_required-doc' 'ruby2.7-rubygem-attr_required-testsuite' 'ruby2.7-rubygem-autoprefixer-rails' 'ruby2.7-rubygem-autoprefixer-rails-doc' 'ruby2.7-rubygem-axiom-types' 'ruby2.7-rubygem-axiom-types-doc' 'ruby2.7-rubygem-axiom-types-testsuite' 'ruby2.7-rubygem-backport' 'ruby2.7-rubygem-backport-doc' 'ruby2.7-rubygem-base32' 'ruby2.7-rubygem-base32-doc' 'ruby2.7-rubygem-base32-testsuite' 'ruby2.7-rubygem-bcrypt' 'ruby2.7-rubygem-bcrypt-doc' 'ruby2.7-rubygem-bcrypt-ruby' 'ruby2.7-rubygem-bcrypt-ruby-doc' 'ruby2.7-rubygem-bcrypt-testsuite' 'ruby2.7-rubygem-bcrypt_pbkdf' 'ruby2.7-rubygem-bcrypt_pbkdf-doc' 'ruby2.7-rubygem-bcrypt_pbkdf-testsuite' 'ruby2.7-rubygem-benchmark' 'ruby2.7-rubygem-benchmark-doc' 'ruby2.7-rubygem-bindata' 'ruby2.7-rubygem-bindata-doc' 'ruby2.7-rubygem-bindata-testsuite' 'ruby2.7-rubygem-bindex' 'ruby2.7-rubygem-bindex-doc' 'ruby2.7-rubygem-bindex-testsuite' 'ruby2.7-rubygem-binding_of_caller' 'ruby2.7-rubygem-binding_of_caller-doc' 'ruby2.7-rubygem-binding_of_caller-testsuite' 'ruby2.7-rubygem-bootsnap' 'ruby2.7-rubygem-bootsnap-doc' 'ruby2.7-rubygem-bootstrap-sass' 'ruby2.7-rubygem-bootstrap-sass-doc' 'ruby2.7-rubygem-bootstrap-sass-testsuite' 'ruby2.7-rubygem-buff-extensions' 'ruby2.7-rubygem-buff-extensions-doc' 'ruby2.7-rubygem-buff-extensions-testsuite' 'ruby2.7-rubygem-buff-ignore' 'ruby2.7-rubygem-buff-ignore-doc' 'ruby2.7-rubygem-buff-ignore-testsuite' 'ruby2.7-rubygem-buff-ruby_engine' 'ruby2.7-rubygem-buff-ruby_engine-doc' 'ruby2.7-rubygem-buff-ruby_engine-testsuite' 'ruby2.7-rubygem-builder' 'ruby2.7-rubygem-builder-doc' 'ruby2.7-rubygem-builder-testsuite' 'ruby2.7-rubygem-bundler' 'ruby2.7-rubygem-bundler-audit' 'ruby2.7-rubygem-bundler-audit-doc' 'ruby2.7-rubygem-bundler-audit-testsuite' 'ruby2.7-rubygem-bundler-doc' 'ruby2.7-rubygem-bunny' 'ruby2.7-rubygem-bunny-doc' 'ruby2.7-rubygem-bunny-testsuite' 'ruby2.7-rubygem-byebug' 'ruby2.7-rubygem-byebug-doc' 'ruby2.7-rubygem-capistrano' 'ruby2.7-rubygem-capistrano-doc' 'ruby2.7-rubygem-capistrano-harrow' 'ruby2.7-rubygem-capistrano-harrow-doc' 'ruby2.7-rubygem-capistrano-stats' 'ruby2.7-rubygem-capistrano-stats-doc' 'ruby2.7-rubygem-capistrano-testsuite' 'ruby2.7-rubygem-celluloid' 'ruby2.7-rubygem-celluloid-doc' 'ruby2.7-rubygem-celluloid-essentials' 'ruby2.7-rubygem-celluloid-essentials-doc' 'ruby2.7-rubygem-celluloid-extras' 'ruby2.7-rubygem-celluloid-extras-doc' 'ruby2.7-rubygem-celluloid-fsm' 'ruby2.7-rubygem-celluloid-fsm-doc' 'ruby2.7-rubygem-celluloid-pool' 'ruby2.7-rubygem-celluloid-pool-doc' 'ruby2.7-rubygem-celluloid-supervision' 'ruby2.7-rubygem-celluloid-supervision-doc' 'ruby2.7-rubygem-celluloid-testsuite' 'ruby2.7-rubygem-cfa-doc' 'ruby2.7-rubygem-cfa_grub2-doc' 'ruby2.7-rubygem-changelog_generator' 'ruby2.7-rubygem-changelog_generator-doc' 'ruby2.7-rubygem-changelog_generator-testsuite' 'ruby2.7-rubygem-cheetah-doc' 'ruby2.7-rubygem-childprocess' 'ruby2.7-rubygem-childprocess-0_6' 'ruby2.7-rubygem-childprocess-2.0' 'ruby2.7-rubygem-childprocess-doc' 'ruby2.7-rubygem-childprocess-doc-0_6' 'ruby2.7-rubygem-childprocess-doc-2.0' 'ruby2.7-rubygem-childprocess-testsuite' 'ruby2.7-rubygem-childprocess-testsuite-0_6' 'ruby2.7-rubygem-childprocess-testsuite-2.0' 'ruby2.7-rubygem-ci_reporter' 'ruby2.7-rubygem-ci_reporter-doc' 'ruby2.7-rubygem-ci_reporter-testsuite' 'ruby2.7-rubygem-cleanroom' 'ruby2.7-rubygem-cleanroom-doc' 'ruby2.7-rubygem-cleanroom-testsuite' 'ruby2.7-rubygem-coderay' 'ruby2.7-rubygem-coderay-doc' 'ruby2.7-rubygem-coercible' 'ruby2.7-rubygem-coercible-doc' 'ruby2.7-rubygem-coercible-testsuite' 'ruby2.7-rubygem-coffee-rails' 'ruby2.7-rubygem-coffee-rails-doc' 'ruby2.7-rubygem-coffee-script' 'ruby2.7-rubygem-coffee-script-doc' 'ruby2.7-rubygem-coffee-script-source' 'ruby2.7-rubygem-coffee-script-source-doc' 'ruby2.7-rubygem-colorator' 'ruby2.7-rubygem-colorator-0' 'ruby2.7-rubygem-colorator-doc' 'ruby2.7-rubygem-colorator-doc-0' 'ruby2.7-rubygem-colorator-testsuite-0' 'ruby2.7-rubygem-colored' 'ruby2.7-rubygem-colored-doc' 'ruby2.7-rubygem-colored-testsuite' 'ruby2.7-rubygem-colorize' 'ruby2.7-rubygem-colorize-doc' 'ruby2.7-rubygem-colorize-testsuite' 'ruby2.7-rubygem-columnize' 'ruby2.7-rubygem-columnize-doc' 'ruby2.7-rubygem-columnize-testsuite' 'ruby2.7-rubygem-commander' 'ruby2.7-rubygem-commander-doc' 'ruby2.7-rubygem-commander-testsuite' 'ruby2.7-rubygem-concurrent-ruby' 'ruby2.7-rubygem-concurrent-ruby-doc' 'ruby2.7-rubygem-cool.io' 'ruby2.7-rubygem-cool.io-doc' 'ruby2.7-rubygem-cool.io-testsuite' 'ruby2.7-rubygem-crack' 'ruby2.7-rubygem-crack-doc' 'ruby2.7-rubygem-crass' 'ruby2.7-rubygem-crass-doc' 'ruby2.7-rubygem-cri' 'ruby2.7-rubygem-cri-doc' 'ruby2.7-rubygem-cri-testsuite' 'ruby2.7-rubygem-cssmin' 'ruby2.7-rubygem-cssmin-doc' 'ruby2.7-rubygem-daemon_controller' 'ruby2.7-rubygem-daemon_controller-doc' 'ruby2.7-rubygem-daemon_controller-testsuite' 'ruby2.7-rubygem-daemons' 'ruby2.7-rubygem-daemons-doc' 'ruby2.7-rubygem-debase' 'ruby2.7-rubygem-debase-doc' 'ruby2.7-rubygem-debase-ruby_core_source' 'ruby2.7-rubygem-debase-ruby_core_source-doc' 'ruby2.7-rubygem-debase-testsuite' 'ruby2.7-rubygem-debug_inspector' 'ruby2.7-rubygem-debug_inspector-doc' 'ruby2.7-rubygem-debug_inspector-testsuite' 'ruby2.7-rubygem-debugger-linecache' 'ruby2.7-rubygem-debugger-linecache-doc' 'ruby2.7-rubygem-debugger-linecache-testsuite' 'ruby2.7-rubygem-deep_merge' 'ruby2.7-rubygem-deep_merge-doc' 'ruby2.7-rubygem-deep_merge-testsuite' 'ruby2.7-rubygem-delayed_job' 'ruby2.7-rubygem-delayed_job-doc' 'ruby2.7-rubygem-delayed_job-testsuite' 'ruby2.7-rubygem-delayed_job_active_record' 'ruby2.7-rubygem-delayed_job_active_record-doc' 'ruby2.7-rubygem-descendants_tracker' 'ruby2.7-rubygem-descendants_tracker-doc' 'ruby2.7-rubygem-descendants_tracker-testsuite' 'ruby2.7-rubygem-devise' 'ruby2.7-rubygem-devise-doc' 'ruby2.7-rubygem-devise-i18n' 'ruby2.7-rubygem-devise-i18n-doc' 'ruby2.7-rubygem-devise_ldap_authenticatable' 'ruby2.7-rubygem-devise_ldap_authenticatable-doc' 'ruby2.7-rubygem-devise_ldap_authenticatable-testsuite' 'ruby2.7-rubygem-diff-lcs' 'ruby2.7-rubygem-diff-lcs-doc' 'ruby2.7-rubygem-diff-lcs-testsuite' 'ruby2.7-rubygem-diffy' 'ruby2.7-rubygem-diffy-doc' 'ruby2.7-rubygem-diffy-testsuite' 'ruby2.7-rubygem-dig_rb' 'ruby2.7-rubygem-dig_rb-doc' 'ruby2.7-rubygem-docile' 'ruby2.7-rubygem-docile-1_1' 'ruby2.7-rubygem-docile-doc' 'ruby2.7-rubygem-docile-doc-1_1' 'ruby2.7-rubygem-docile-testsuite-1_1' 'ruby2.7-rubygem-domain_name' 'ruby2.7-rubygem-domain_name-doc' 'ruby2.7-rubygem-domain_name-testsuite' 'ruby2.7-rubygem-dry-configurable' 'ruby2.7-rubygem-dry-configurable-doc' 'ruby2.7-rubygem-dry-container' 'ruby2.7-rubygem-dry-container-doc' 'ruby2.7-rubygem-dry-container-testsuite' 'ruby2.7-rubygem-dry-core' 'ruby2.7-rubygem-dry-core-doc' 'ruby2.7-rubygem-dry-equalizer' 'ruby2.7-rubygem-dry-equalizer-doc' 'ruby2.7-rubygem-dry-equalizer-testsuite' 'ruby2.7-rubygem-dry-inflector' 'ruby2.7-rubygem-dry-inflector-doc' 'ruby2.7-rubygem-dry-logic' 'ruby2.7-rubygem-dry-logic-doc' 'ruby2.7-rubygem-dry-types' 'ruby2.7-rubygem-dry-types-doc' 'ruby2.7-rubygem-ed25519' 'ruby2.7-rubygem-ed25519-doc' 'ruby2.7-rubygem-em-websocket' 'ruby2.7-rubygem-em-websocket-doc' 'ruby2.7-rubygem-em-websocket-testsuite' 'ruby2.7-rubygem-equalizer' 'ruby2.7-rubygem-equalizer-doc' 'ruby2.7-rubygem-equalizer-testsuite' 'ruby2.7-rubygem-erubi' 'ruby2.7-rubygem-erubi-doc' 'ruby2.7-rubygem-erubi-testsuite' 'ruby2.7-rubygem-erubis' 'ruby2.7-rubygem-erubis-2_6' 'ruby2.7-rubygem-erubis-doc' 'ruby2.7-rubygem-erubis-doc-2_6' 'ruby2.7-rubygem-erubis-testsuite' 'ruby2.7-rubygem-erubis-testsuite-2_6' 'ruby2.7-rubygem-eventmachine' 'ruby2.7-rubygem-eventmachine-doc' 'ruby2.7-rubygem-exception_notification' 'ruby2.7-rubygem-exception_notification-doc' 'ruby2.7-rubygem-exception_notification-testsuite' 'ruby2.7-rubygem-excon' 'ruby2.7-rubygem-excon-doc' 'ruby2.7-rubygem-execjs' 'ruby2.7-rubygem-execjs-doc' 'ruby2.7-rubygem-extlib' 'ruby2.7-rubygem-extlib-doc' 'ruby2.7-rubygem-extlib-testsuite' 'ruby2.7-rubygem-factory_girl' 'ruby2.7-rubygem-factory_girl-doc' 'ruby2.7-rubygem-factory_girl_rails' 'ruby2.7-rubygem-factory_girl_rails-doc' 'ruby2.7-rubygem-fake_ftp' 'ruby2.7-rubygem-fake_ftp-0_1' 'ruby2.7-rubygem-fake_ftp-doc' 'ruby2.7-rubygem-fake_ftp-doc-0_1' 'ruby2.7-rubygem-fake_ftp-testsuite' 'ruby2.7-rubygem-fake_ftp-testsuite-0_1' 'ruby2.7-rubygem-faraday' 'ruby2.7-rubygem-faraday-0_12' 'ruby2.7-rubygem-faraday-doc' 'ruby2.7-rubygem-faraday-doc-0_12' 'ruby2.7-rubygem-faraday-testsuite' 'ruby2.7-rubygem-faraday_middleware' 'ruby2.7-rubygem-faraday_middleware-doc' 'ruby2.7-rubygem-faraday_middleware-multi_json' 'ruby2.7-rubygem-faraday_middleware-multi_json-doc' 'ruby2.7-rubygem-faraday_middleware-multi_json-testsuite' 'ruby2.7-rubygem-fast_gettext-1.1' 'ruby2.7-rubygem-fast_gettext-doc' 'ruby2.7-rubygem-fast_gettext-doc-1.1' 'ruby2.7-rubygem-fast_xs' 'ruby2.7-rubygem-fast_xs-doc' 'ruby2.7-rubygem-fast_xs-testsuite' 'ruby2.7-rubygem-fastercsv' 'ruby2.7-rubygem-fastercsv-doc' 'ruby2.7-rubygem-fastercsv-testsuite' 'ruby2.7-rubygem-ffi' 'ruby2.7-rubygem-ffi-doc' 'ruby2.7-rubygem-flog' 'ruby2.7-rubygem-flog-doc' 'ruby2.7-rubygem-flog-testsuite' 'ruby2.7-rubygem-fluentd' 'ruby2.7-rubygem-fluentd-doc' 'ruby2.7-rubygem-fluentd-testsuite' 'ruby2.7-rubygem-fog-core' 'ruby2.7-rubygem-fog-core-doc' 'ruby2.7-rubygem-fog-core-testsuite' 'ruby2.7-rubygem-fog-json' 'ruby2.7-rubygem-fog-json-doc' 'ruby2.7-rubygem-fog-json-testsuite' 'ruby2.7-rubygem-fog-libvirt' 'ruby2.7-rubygem-fog-libvirt-doc' 'ruby2.7-rubygem-fog-xml' 'ruby2.7-rubygem-fog-xml-doc' 'ruby2.7-rubygem-fog-xml-testsuite' 'ruby2.7-rubygem-font-awesome-rails' 'ruby2.7-rubygem-font-awesome-rails-doc' 'ruby2.7-rubygem-font-awesome-rails-testsuite' 'ruby2.7-rubygem-formatador' 'ruby2.7-rubygem-formatador-doc' 'ruby2.7-rubygem-forwardable-extended' 'ruby2.7-rubygem-forwardable-extended-doc' 'ruby2.7-rubygem-get_process_mem' 'ruby2.7-rubygem-get_process_mem-doc' 'ruby2.7-rubygem-get_process_mem-testsuite' 'ruby2.7-rubygem-gettext' 'ruby2.7-rubygem-gettext-doc' 'ruby2.7-rubygem-gettext-setup' 'ruby2.7-rubygem-gettext-setup-doc' 'ruby2.7-rubygem-gettext-setup-testsuite' 'ruby2.7-rubygem-gettext-testsuite' 'ruby2.7-rubygem-gettext_i18n_rails' 'ruby2.7-rubygem-gettext_i18n_rails-doc' 'ruby2.7-rubygem-gettext_i18n_rails_js' 'ruby2.7-rubygem-gettext_i18n_rails_js-doc' 'ruby2.7-rubygem-gettext_i18n_rails_js-testsuite' 'ruby2.7-rubygem-gli' 'ruby2.7-rubygem-gli-doc' 'ruby2.7-rubygem-gli-testsuite' 'ruby2.7-rubygem-globalid' 'ruby2.7-rubygem-globalid-doc' 'ruby2.7-rubygem-gpgme' 'ruby2.7-rubygem-gpgme-doc' 'ruby2.7-rubygem-gpgme-testsuite' 'ruby2.7-rubygem-grape' 'ruby2.7-rubygem-grape-doc' 'ruby2.7-rubygem-grape-testsuite' 'ruby2.7-rubygem-gravatar_image_tag' 'ruby2.7-rubygem-gravatar_image_tag-doc' 'ruby2.7-rubygem-gravatar_image_tag-testsuite' 'ruby2.7-rubygem-gssapi' 'ruby2.7-rubygem-gssapi-doc' 'ruby2.7-rubygem-gssapi-testsuite' 'ruby2.7-rubygem-gyoku' 'ruby2.7-rubygem-gyoku-doc' 'ruby2.7-rubygem-gyoku-testsuite' 'ruby2.7-rubygem-haml' 'ruby2.7-rubygem-haml-doc' 'ruby2.7-rubygem-haml-rails' 'ruby2.7-rubygem-haml-rails-doc' 'ruby2.7-rubygem-haml-rails-testsuite' 'ruby2.7-rubygem-has_mobile_views' 'ruby2.7-rubygem-has_mobile_views-doc' 'ruby2.7-rubygem-has_mobile_views-testsuite' 'ruby2.7-rubygem-hashdiff' 'ruby2.7-rubygem-hashdiff-doc' 'ruby2.7-rubygem-hashdiff-testsuite' 'ruby2.7-rubygem-hashicorp-checkpoint' 'ruby2.7-rubygem-hashicorp-checkpoint-doc' 'ruby2.7-rubygem-hashicorp-checkpoint-testsuite' 'ruby2.7-rubygem-hashie' 'ruby2.7-rubygem-hashie-doc' 'ruby2.7-rubygem-hashie-testsuite' 'ruby2.7-rubygem-highline' 'ruby2.7-rubygem-highline-1_6' 'ruby2.7-rubygem-highline-1_7' 'ruby2.7-rubygem-highline-doc' 'ruby2.7-rubygem-highline-doc-1_6' 'ruby2.7-rubygem-highline-doc-1_7' 'ruby2.7-rubygem-highline-testsuite-1_6' 'ruby2.7-rubygem-highline-testsuite-1_7' 'ruby2.7-rubygem-hike' 'ruby2.7-rubygem-hike-1_2' 'ruby2.7-rubygem-hike-doc' 'ruby2.7-rubygem-hike-doc-1_2' 'ruby2.7-rubygem-hitimes' 'ruby2.7-rubygem-hitimes-doc' 'ruby2.7-rubygem-hitimes-testsuite' 'ruby2.7-rubygem-hoe' 'ruby2.7-rubygem-hoe-doc' 'ruby2.7-rubygem-hoe-testsuite' 'ruby2.7-rubygem-hpricot' 'ruby2.7-rubygem-hpricot-doc' 'ruby2.7-rubygem-hpricot-testsuite' 'ruby2.7-rubygem-html2haml' 'ruby2.7-rubygem-html2haml-doc' 'ruby2.7-rubygem-html2haml-testsuite' 'ruby2.7-rubygem-http-accept-1.7' 'ruby2.7-rubygem-http-accept-doc-1.7' 'ruby2.7-rubygem-http-cookie' 'ruby2.7-rubygem-http-cookie-doc' 'ruby2.7-rubygem-http-cookie-testsuite' 'ruby2.7-rubygem-http_accept_language' 'ruby2.7-rubygem-http_accept_language-doc' 'ruby2.7-rubygem-http_accept_language-testsuite' 'ruby2.7-rubygem-http_parser.rb' 'ruby2.7-rubygem-http_parser.rb-doc' 'ruby2.7-rubygem-http_parser.rb-testsuite' 'ruby2.7-rubygem-httpclient' 'ruby2.7-rubygem-httpclient-doc' 'ruby2.7-rubygem-httpclient-testsuite' 'ruby2.7-rubygem-i18n' 'ruby2.7-rubygem-i18n-0_6' 'ruby2.7-rubygem-i18n-0_9' 'ruby2.7-rubygem-i18n-1.1' 'ruby2.7-rubygem-i18n-doc' 'ruby2.7-rubygem-i18n-doc-0_6' 'ruby2.7-rubygem-i18n-doc-0_9' 'ruby2.7-rubygem-i18n-doc-1.1' 'ruby2.7-rubygem-i18n-testsuite-0_6' 'ruby2.7-rubygem-i18n-testsuite-0_9' 'ruby2.7-rubygem-i18n-testsuite-1.1' 'ruby2.7-rubygem-ice_nine' 'ruby2.7-rubygem-ice_nine-doc' 'ruby2.7-rubygem-ice_nine-testsuite' 'ruby2.7-rubygem-inifile' 'ruby2.7-rubygem-inifile-doc' 'ruby2.7-rubygem-inifile-testsuite' 'ruby2.7-rubygem-ipaddress' 'ruby2.7-rubygem-ipaddress-doc' 'ruby2.7-rubygem-ipaddress-testsuite' 'ruby2.7-rubygem-jaro_winkler' 'ruby2.7-rubygem-jaro_winkler-doc' 'ruby2.7-rubygem-jbuilder' 'ruby2.7-rubygem-jbuilder-doc' 'ruby2.7-rubygem-jbuilder-testsuite' 'ruby2.7-rubygem-jekyll' 'ruby2.7-rubygem-jekyll-doc' 'ruby2.7-rubygem-jekyll-sass-converter' 'ruby2.7-rubygem-jekyll-sass-converter-doc' 'ruby2.7-rubygem-jekyll-watch' 'ruby2.7-rubygem-jekyll-watch-doc' 'ruby2.7-rubygem-jmespath' 'ruby2.7-rubygem-jmespath-doc' 'ruby2.7-rubygem-journey-1_0' 'ruby2.7-rubygem-journey-doc-1_0' 'ruby2.7-rubygem-journey-testsuite-1_0' 'ruby2.7-rubygem-jquery-rails' 'ruby2.7-rubygem-jquery-rails-doc' 'ruby2.7-rubygem-jquery-rails-testsuite' 'ruby2.7-rubygem-jquery-ui-rails' 'ruby2.7-rubygem-jquery-ui-rails-doc' 'ruby2.7-rubygem-js-routes' 'ruby2.7-rubygem-js-routes-doc' 'ruby2.7-rubygem-js-routes-testsuite' 'ruby2.7-rubygem-json' 'ruby2.7-rubygem-json-doc' 'ruby2.7-rubygem-json-jwt' 'ruby2.7-rubygem-json-jwt-doc' 'ruby2.7-rubygem-json-schema' 'ruby2.7-rubygem-json-schema-doc' 'ruby2.7-rubygem-json_pure' 'ruby2.7-rubygem-json_pure-doc' 'ruby2.7-rubygem-jwt' 'ruby2.7-rubygem-jwt-1_5' 'ruby2.7-rubygem-jwt-doc' 'ruby2.7-rubygem-jwt-doc-1_5' 'ruby2.7-rubygem-jwt-testsuite-1_5' 'ruby2.7-rubygem-kgio' 'ruby2.7-rubygem-kgio-doc' 'ruby2.7-rubygem-kgio-testsuite' 'ruby2.7-rubygem-kramdown' 'ruby2.7-rubygem-kramdown-doc' 'ruby2.7-rubygem-kramdown-testsuite' 'ruby2.7-rubygem-launchy' 'ruby2.7-rubygem-launchy-doc' 'ruby2.7-rubygem-launchy-testsuite' 'ruby2.7-rubygem-levenshtein' 'ruby2.7-rubygem-levenshtein-doc' 'ruby2.7-rubygem-levenshtein-testsuite' 'ruby2.7-rubygem-librarian' 'ruby2.7-rubygem-librarian-doc' 'ruby2.7-rubygem-librarian-testsuite' 'ruby2.7-rubygem-libyui-rake' 'ruby2.7-rubygem-libyui-rake-doc' 'ruby2.7-rubygem-lightbox2' 'ruby2.7-rubygem-lightbox2-doc' 'ruby2.7-rubygem-liquid' 'ruby2.7-rubygem-liquid-3' 'ruby2.7-rubygem-liquid-doc' 'ruby2.7-rubygem-liquid-doc-3' 'ruby2.7-rubygem-liquid-testsuite' 'ruby2.7-rubygem-liquid-testsuite-3' 'ruby2.7-rubygem-listen' 'ruby2.7-rubygem-listen-3_0' 'ruby2.7-rubygem-listen-3_1' 'ruby2.7-rubygem-listen-doc' 'ruby2.7-rubygem-listen-doc-3_0' 'ruby2.7-rubygem-listen-doc-3_1' 'ruby2.7-rubygem-little-plugger' 'ruby2.7-rubygem-little-plugger-doc' 'ruby2.7-rubygem-little-plugger-testsuite' 'ruby2.7-rubygem-locale' 'ruby2.7-rubygem-locale-doc' 'ruby2.7-rubygem-locale-testsuite' 'ruby2.7-rubygem-log4r' 'ruby2.7-rubygem-log4r-doc' 'ruby2.7-rubygem-logging' 'ruby2.7-rubygem-logging-doc' 'ruby2.7-rubygem-logging-testsuite' 'ruby2.7-rubygem-lolcat' 'ruby2.7-rubygem-lolcat-doc' 'ruby2.7-rubygem-loofah' 'ruby2.7-rubygem-loofah-doc' 'ruby2.7-rubygem-mail' 'ruby2.7-rubygem-mail-2_5' 'ruby2.7-rubygem-mail-doc' 'ruby2.7-rubygem-mail-doc-2_5' 'ruby2.7-rubygem-manpages' 'ruby2.7-rubygem-manpages-doc' 'ruby2.7-rubygem-marcel' 'ruby2.7-rubygem-marcel-doc' 'ruby2.7-rubygem-memcache-client' 'ruby2.7-rubygem-memcache-client-doc' 'ruby2.7-rubygem-memcache-client-testsuite' 'ruby2.7-rubygem-mercenary' 'ruby2.7-rubygem-mercenary-doc' 'ruby2.7-rubygem-mercenary-testsuite' 'ruby2.7-rubygem-metaclass' 'ruby2.7-rubygem-metaclass-doc' 'ruby2.7-rubygem-metaclass-testsuite' 'ruby2.7-rubygem-method_source' 'ruby2.7-rubygem-method_source-doc' 'ruby2.7-rubygem-method_source-testsuite' 'ruby2.7-rubygem-micromachine' 'ruby2.7-rubygem-micromachine-doc' 'ruby2.7-rubygem-micromachine-testsuite' 'ruby2.7-rubygem-mime' 'ruby2.7-rubygem-mime-doc' 'ruby2.7-rubygem-mime-testsuite' 'ruby2.7-rubygem-mime-types' 'ruby2.7-rubygem-mime-types-1' 'ruby2.7-rubygem-mime-types-data' 'ruby2.7-rubygem-mime-types-data-doc' 'ruby2.7-rubygem-mime-types-doc' 'ruby2.7-rubygem-mime-types-doc-1' 'ruby2.7-rubygem-mime-types-testsuite' 'ruby2.7-rubygem-mime-types-testsuite-1' 'ruby2.7-rubygem-mimemagic' 'ruby2.7-rubygem-mimemagic-doc' 'ruby2.7-rubygem-mimemagic-testsuite' 'ruby2.7-rubygem-mini_magick' 'ruby2.7-rubygem-mini_magick-doc' 'ruby2.7-rubygem-mini_mime' 'ruby2.7-rubygem-mini_mime-doc' 'ruby2.7-rubygem-mini_portile2-2_3' 'ruby2.7-rubygem-mini_portile2-doc' 'ruby2.7-rubygem-mini_portile2-doc-2_3' 'ruby2.7-rubygem-mini_portile2-testsuite' 'ruby2.7-rubygem-mini_portile2-testsuite-2_3' 'ruby2.7-rubygem-minitar' 'ruby2.7-rubygem-minitar-doc' 'ruby2.7-rubygem-mixlib-authentication' 'ruby2.7-rubygem-mixlib-authentication-doc' 'ruby2.7-rubygem-mixlib-cli' 'ruby2.7-rubygem-mixlib-cli-doc' 'ruby2.7-rubygem-mixlib-config' 'ruby2.7-rubygem-mixlib-config-doc' 'ruby2.7-rubygem-mixlib-log' 'ruby2.7-rubygem-mixlib-log-doc' 'ruby2.7-rubygem-mixlib-shellout' 'ruby2.7-rubygem-mixlib-shellout-doc' 'ruby2.7-rubygem-mobileesp_converted' 'ruby2.7-rubygem-mobileesp_converted-doc' 'ruby2.7-rubygem-mobileesp_converted-testsuite' 'ruby2.7-rubygem-mocha' 'ruby2.7-rubygem-mocha-doc' 'ruby2.7-rubygem-mocha-testsuite' 'ruby2.7-rubygem-moneta' 'ruby2.7-rubygem-moneta-0_7' 'ruby2.7-rubygem-moneta-doc' 'ruby2.7-rubygem-moneta-doc-0_7' 'ruby2.7-rubygem-moneta-testsuite' 'ruby2.7-rubygem-moneta-testsuite-0_7' 'ruby2.7-rubygem-msgpack' 'ruby2.7-rubygem-msgpack-doc' 'ruby2.7-rubygem-msgpack-testsuite' 'ruby2.7-rubygem-multi_json' 'ruby2.7-rubygem-multi_json-doc' 'ruby2.7-rubygem-multi_xml' 'ruby2.7-rubygem-multi_xml-doc' 'ruby2.7-rubygem-multipart-post' 'ruby2.7-rubygem-multipart-post-doc' 'ruby2.7-rubygem-multipart-post-testsuite' 'ruby2.7-rubygem-mustache' 'ruby2.7-rubygem-mustache-doc' 'ruby2.7-rubygem-mustache-testsuite' 'ruby2.7-rubygem-mustermann' 'ruby2.7-rubygem-mustermann-doc' 'ruby2.7-rubygem-mustermann-grape' 'ruby2.7-rubygem-mustermann-grape-doc' 'ruby2.7-rubygem-mustermann-grape-testsuite' 'ruby2.7-rubygem-mustermann-testsuite' 'ruby2.7-rubygem-mysql2' 'ruby2.7-rubygem-mysql2-doc' 'ruby2.7-rubygem-net-ldap' 'ruby2.7-rubygem-net-ldap-doc' 'ruby2.7-rubygem-net-ldap-testsuite' 'ruby2.7-rubygem-net-scp' 'ruby2.7-rubygem-net-scp-1_1' 'ruby2.7-rubygem-net-scp-1_2' 'ruby2.7-rubygem-net-scp-doc' 'ruby2.7-rubygem-net-scp-doc-1_1' 'ruby2.7-rubygem-net-scp-doc-1_2' 'ruby2.7-rubygem-net-scp-testsuite-1_1' 'ruby2.7-rubygem-net-scp-testsuite-1_2' 'ruby2.7-rubygem-net-sftp' 'ruby2.7-rubygem-net-sftp-doc' 'ruby2.7-rubygem-net-ssh' 'ruby2.7-rubygem-net-ssh-4_1' 'ruby2.7-rubygem-net-ssh-5.1' 'ruby2.7-rubygem-net-ssh-doc' 'ruby2.7-rubygem-net-ssh-doc-4_1' 'ruby2.7-rubygem-net-ssh-doc-5.1' 'ruby2.7-rubygem-net-ssh-gateway' 'ruby2.7-rubygem-net-ssh-gateway-doc' 'ruby2.7-rubygem-net-ssh-multi' 'ruby2.7-rubygem-net-ssh-multi-1_1' 'ruby2.7-rubygem-net-ssh-multi-doc' 'ruby2.7-rubygem-net-ssh-multi-doc-1_1' 'ruby2.7-rubygem-net-ssh-multi-testsuite' 'ruby2.7-rubygem-net-ssh-multi-testsuite-1_1' 'ruby2.7-rubygem-netrc' 'ruby2.7-rubygem-netrc-doc' 'ruby2.7-rubygem-netrc-testsuite' 'ruby2.7-rubygem-nio4r' 'ruby2.7-rubygem-nio4r-doc' 'ruby2.7-rubygem-nio4r-testsuite' 'ruby2.7-rubygem-nokogiri-doc' 'ruby2.7-rubygem-nori' 'ruby2.7-rubygem-nori-doc' 'ruby2.7-rubygem-nori-testsuite' 'ruby2.7-rubygem-oauth' 'ruby2.7-rubygem-oauth-doc' 'ruby2.7-rubygem-oauth2' 'ruby2.7-rubygem-oauth2-doc' 'ruby2.7-rubygem-omniauth' 'ruby2.7-rubygem-omniauth-doc' 'ruby2.7-rubygem-omniauth-github' 'ruby2.7-rubygem-omniauth-github-doc' 'ruby2.7-rubygem-omniauth-github-testsuite' 'ruby2.7-rubygem-omniauth-gitlab' 'ruby2.7-rubygem-omniauth-gitlab-doc' 'ruby2.7-rubygem-omniauth-gitlab-testsuite' 'ruby2.7-rubygem-omniauth-google-oauth2' 'ruby2.7-rubygem-omniauth-google-oauth2-doc' 'ruby2.7-rubygem-omniauth-google-oauth2-testsuite' 'ruby2.7-rubygem-omniauth-oauth' 'ruby2.7-rubygem-omniauth-oauth-doc' 'ruby2.7-rubygem-omniauth-oauth-testsuite' 'ruby2.7-rubygem-omniauth-oauth2' 'ruby2.7-rubygem-omniauth-oauth2-doc' 'ruby2.7-rubygem-omniauth-oauth2-testsuite' 'ruby2.7-rubygem-open4' 'ruby2.7-rubygem-open4-doc' 'ruby2.7-rubygem-open4-testsuite' 'ruby2.7-rubygem-openid_connect' 'ruby2.7-rubygem-openid_connect-doc' 'ruby2.7-rubygem-openid_connect-testsuite' 'ruby2.7-rubygem-optimist' 'ruby2.7-rubygem-optimist-doc' 'ruby2.7-rubygem-optimist-testsuite' 'ruby2.7-rubygem-orm_adapter' 'ruby2.7-rubygem-orm_adapter-doc' 'ruby2.7-rubygem-orm_adapter-testsuite' 'ruby2.7-rubygem-owncloud-admin' 'ruby2.7-rubygem-owncloud-admin-doc' 'ruby2.7-rubygem-packaging_rake_tasks' 'ruby2.7-rubygem-packaging_rake_tasks-doc' 'ruby2.7-rubygem-paint' 'ruby2.7-rubygem-paint-doc' 'ruby2.7-rubygem-parallel' 'ruby2.7-rubygem-parallel-doc' 'ruby2.7-rubygem-parallel_tests' 'ruby2.7-rubygem-parallel_tests-doc' 'ruby2.7-rubygem-parser' 'ruby2.7-rubygem-parser-doc' 'ruby2.7-rubygem-parser-testsuite' 'ruby2.7-rubygem-passenger' 'ruby2.7-rubygem-passenger-doc' 'ruby2.7-rubygem-path_expander' 'ruby2.7-rubygem-path_expander-doc' 'ruby2.7-rubygem-path_expander-testsuite' 'ruby2.7-rubygem-pathutil' 'ruby2.7-rubygem-pathutil-doc' 'ruby2.7-rubygem-pg' 'ruby2.7-rubygem-pg-doc' 'ruby2.7-rubygem-pg-testsuite' 'ruby2.7-rubygem-pkg-config' 'ruby2.7-rubygem-pkg-config-doc' 'ruby2.7-rubygem-pkg-config-testsuite' 'ruby2.7-rubygem-po_to_json' 'ruby2.7-rubygem-po_to_json-doc' 'ruby2.7-rubygem-po_to_json-testsuite' 'ruby2.7-rubygem-polyglot' 'ruby2.7-rubygem-polyglot-doc' 'ruby2.7-rubygem-pry' 'ruby2.7-rubygem-pry-doc' 'ruby2.7-rubygem-pry-doc-testsuite' 'ruby2.7-rubygem-pry_debug' 'ruby2.7-rubygem-pry_debug-doc' 'ruby2.7-rubygem-pry_debug-testsuite' 'ruby2.7-rubygem-public_suffix' 'ruby2.7-rubygem-public_suffix-3.1' 'ruby2.7-rubygem-public_suffix-doc' 'ruby2.7-rubygem-public_suffix-doc-3.1' 'ruby2.7-rubygem-public_suffix-testsuite' 'ruby2.7-rubygem-public_suffix-testsuite-3.1' 'ruby2.7-rubygem-puma' 'ruby2.7-rubygem-puma-doc' 'ruby2.7-rubygem-puma_worker_killer' 'ruby2.7-rubygem-puma_worker_killer-doc' 'ruby2.7-rubygem-puma_worker_killer-testsuite' 'ruby2.7-rubygem-pundit' 'ruby2.7-rubygem-pundit-doc' 'ruby2.7-rubygem-pundit-testsuite' 'ruby2.7-rubygem-rack' 'ruby2.7-rubygem-rack-1_3' 'ruby2.7-rubygem-rack-1_4' 'ruby2.7-rubygem-rack-1_6' 'ruby2.7-rubygem-rack-2.0' 'ruby2.7-rubygem-rack-accept' 'ruby2.7-rubygem-rack-accept-doc' 'ruby2.7-rubygem-rack-accept-testsuite' 'ruby2.7-rubygem-rack-cache-1_2' 'ruby2.7-rubygem-rack-cache-doc-1_2' 'ruby2.7-rubygem-rack-cache-testsuite-1_2' 'ruby2.7-rubygem-rack-doc' 'ruby2.7-rubygem-rack-doc-1_3' 'ruby2.7-rubygem-rack-doc-1_4' 'ruby2.7-rubygem-rack-doc-1_6' 'ruby2.7-rubygem-rack-doc-2.0' 'ruby2.7-rubygem-rack-oauth2' 'ruby2.7-rubygem-rack-oauth2-doc' 'ruby2.7-rubygem-rack-oauth2-testsuite' 'ruby2.7-rubygem-rack-protection' 'ruby2.7-rubygem-rack-protection-doc' 'ruby2.7-rubygem-rack-proxy' 'ruby2.7-rubygem-rack-proxy-doc' 'ruby2.7-rubygem-rack-proxy-testsuite' 'ruby2.7-rubygem-rack-ssl' 'ruby2.7-rubygem-rack-ssl-1_3' 'ruby2.7-rubygem-rack-ssl-doc' 'ruby2.7-rubygem-rack-ssl-doc-1_3' 'ruby2.7-rubygem-rack-test-0_6' 'ruby2.7-rubygem-rack-test-doc-0_6' 'ruby2.7-rubygem-rack-test-testsuite-0_6' 'ruby2.7-rubygem-rack-testsuite-1_3' 'ruby2.7-rubygem-rack-testsuite-1_4' 'ruby2.7-rubygem-rack-testsuite-1_6' 'ruby2.7-rubygem-rack-testsuite-2.0' 'ruby2.7-rubygem-rails-5.2' 'ruby2.7-rubygem-rails-6.0' 'ruby2.7-rubygem-rails-deprecated_sanitizer' 'ruby2.7-rubygem-rails-deprecated_sanitizer-doc' 'ruby2.7-rubygem-rails-deprecated_sanitizer-testsuite' 'ruby2.7-rubygem-rails-doc-5.2' 'ruby2.7-rubygem-rails-doc-6.0' 'ruby2.7-rubygem-rails-dom-testing' 'ruby2.7-rubygem-rails-dom-testing-doc' 'ruby2.7-rubygem-rails-dom-testing-testsuite' 'ruby2.7-rubygem-rails-html-sanitizer' 'ruby2.7-rubygem-rails-html-sanitizer-doc' 'ruby2.7-rubygem-rails-html-sanitizer-testsuite' 'ruby2.7-rubygem-rails-i18n' 'ruby2.7-rubygem-rails-i18n-doc' 'ruby2.7-rubygem-rails_stdout_logging' 'ruby2.7-rubygem-rails_stdout_logging-doc' 'ruby2.7-rubygem-rails_stdout_logging-testsuite' 'ruby2.7-rubygem-railties-5.2' 'ruby2.7-rubygem-railties-6.0' 'ruby2.7-rubygem-railties-doc-5.2' 'ruby2.7-rubygem-railties-doc-6.0' 'ruby2.7-rubygem-rainbow' 'ruby2.7-rubygem-rainbow-doc' 'ruby2.7-rubygem-rainbow-testsuite' 'ruby2.7-rubygem-raindrops' 'ruby2.7-rubygem-raindrops-doc' 'ruby2.7-rubygem-raindrops-testsuite' 'ruby2.7-rubygem-rake-12_0' 'ruby2.7-rubygem-rake-compiler' 'ruby2.7-rubygem-rake-compiler-doc' 'ruby2.7-rubygem-rake-compiler-testsuite' 'ruby2.7-rubygem-rake-doc-12_0' 'ruby2.7-rubygem-rb-fsevent' 'ruby2.7-rubygem-rb-fsevent-doc' 'ruby2.7-rubygem-rb-inotify' 'ruby2.7-rubygem-rb-inotify-doc' 'ruby2.7-rubygem-rb-inotify-testsuite' 'ruby2.7-rubygem-rb-kqueue' 'ruby2.7-rubygem-rb-kqueue-doc' 'ruby2.7-rubygem-rb-kqueue-testsuite' 'ruby2.7-rubygem-rdiscount' 'ruby2.7-rubygem-rdiscount-doc' 'ruby2.7-rubygem-rdiscount-testsuite' 'ruby2.7-rubygem-rdoc-4' 'ruby2.7-rubygem-rdoc-doc-4' 'ruby2.7-rubygem-rdoc-testsuite-4' 'ruby2.7-rubygem-regexp_parser' 'ruby2.7-rubygem-regexp_parser-doc' 'ruby2.7-rubygem-regexp_parser-testsuite' 'ruby2.7-rubygem-responders' 'ruby2.7-rubygem-responders-doc' 'ruby2.7-rubygem-rest-client' 'ruby2.7-rubygem-rest-client-doc' 'ruby2.7-rubygem-rest-client-testsuite' 'ruby2.7-rubygem-restility' 'ruby2.7-rubygem-restility-doc' 'ruby2.7-rubygem-restility-testsuite' 'ruby2.7-rubygem-reverse_markdown' 'ruby2.7-rubygem-reverse_markdown-doc' 'ruby2.7-rubygem-reverse_markdown-testsuite' 'ruby2.7-rubygem-rgen' 'ruby2.7-rubygem-rgen-doc' 'ruby2.7-rubygem-rgen-testsuite' 'ruby2.7-rubygem-rice' 'ruby2.7-rubygem-rice-doc' 'ruby2.7-rubygem-rice-testsuite' 'ruby2.7-rubygem-ronn' 'ruby2.7-rubygem-ronn-doc' 'ruby2.7-rubygem-ronn-testsuite' 'ruby2.7-rubygem-rouge' 'ruby2.7-rubygem-rouge-1' 'ruby2.7-rubygem-rouge-doc' 'ruby2.7-rubygem-rouge-doc-1' 'ruby2.7-rubygem-rpm' 'ruby2.7-rubygem-rpm-doc' 'ruby2.7-rubygem-rpm-testsuite' 'ruby2.7-rubygem-rspec' 'ruby2.7-rubygem-rspec-3_5' 'ruby2.7-rubygem-rspec-core' 'ruby2.7-rubygem-rspec-core-3_5' 'ruby2.7-rubygem-rspec-core-doc' 'ruby2.7-rubygem-rspec-core-doc-3_5' 'ruby2.7-rubygem-rspec-doc' 'ruby2.7-rubygem-rspec-doc-3_5' 'ruby2.7-rubygem-rspec-expectations' 'ruby2.7-rubygem-rspec-expectations-3_5' 'ruby2.7-rubygem-rspec-expectations-doc' 'ruby2.7-rubygem-rspec-expectations-doc-3_5' 'ruby2.7-rubygem-rspec-its' 'ruby2.7-rubygem-rspec-its-doc' 'ruby2.7-rubygem-rspec-its-testsuite' 'ruby2.7-rubygem-rspec-mocks' 'ruby2.7-rubygem-rspec-mocks-3_5' 'ruby2.7-rubygem-rspec-mocks-doc' 'ruby2.7-rubygem-rspec-mocks-doc-3_5' 'ruby2.7-rubygem-rspec-rails' 'ruby2.7-rubygem-rspec-rails-3.9' 'ruby2.7-rubygem-rspec-rails-doc' 'ruby2.7-rubygem-rspec-rails-doc-3.9' 'ruby2.7-rubygem-rspec-support' 'ruby2.7-rubygem-rspec-support-3_5' 'ruby2.7-rubygem-rspec-support-doc' 'ruby2.7-rubygem-rspec-support-doc-3_5' 'ruby2.7-rubygem-rubocop' 'ruby2.7-rubygem-rubocop-ast' 'ruby2.7-rubygem-rubocop-ast-doc' 'ruby2.7-rubygem-rubocop-doc' 'ruby2.7-rubygem-ruby-augeas-doc' 'ruby2.7-rubygem-ruby-dbus-doc' 'ruby2.7-rubygem-ruby-dbus-testsuite' 'ruby2.7-rubygem-ruby-filemagic' 'ruby2.7-rubygem-ruby-filemagic-doc' 'ruby2.7-rubygem-ruby-filemagic-testsuite' 'ruby2.7-rubygem-ruby-libvirt' 'ruby2.7-rubygem-ruby-libvirt-doc' 'ruby2.7-rubygem-ruby-openid' 'ruby2.7-rubygem-ruby-openid-doc' 'ruby2.7-rubygem-ruby-openid-testsuite' 'ruby2.7-rubygem-ruby-progressbar' 'ruby2.7-rubygem-ruby-progressbar-doc' 'ruby2.7-rubygem-ruby-rc4' 'ruby2.7-rubygem-ruby-rc4-doc' 'ruby2.7-rubygem-ruby-rc4-testsuite' 'ruby2.7-rubygem-ruby-shadow' 'ruby2.7-rubygem-ruby-shadow-doc' 'ruby2.7-rubygem-ruby2_keywords' 'ruby2.7-rubygem-ruby2_keywords-doc' 'ruby2.7-rubygem-ruby_dep' 'ruby2.7-rubygem-ruby_dep-1_3' 'ruby2.7-rubygem-ruby_dep-doc' 'ruby2.7-rubygem-ruby_dep-doc-1_3' 'ruby2.7-rubygem-ruby_dig' 'ruby2.7-rubygem-ruby_dig-doc' 'ruby2.7-rubygem-ruby_dig-testsuite' 'ruby2.7-rubygem-ruby_parser' 'ruby2.7-rubygem-ruby_parser-doc' 'ruby2.7-rubygem-ruby_parser-testsuite' 'ruby2.7-rubygem-rubyforge' 'ruby2.7-rubygem-rubyforge-doc' 'ruby2.7-rubygem-rubyforge-testsuite' 'ruby2.7-rubygem-rubyntlm' 'ruby2.7-rubygem-rubyntlm-doc' 'ruby2.7-rubygem-rubyntlm-testsuite' 'ruby2.7-rubygem-rubyzip' 'ruby2.7-rubygem-rubyzip-1.3' 'ruby2.7-rubygem-rubyzip-doc' 'ruby2.7-rubygem-rubyzip-doc-1.3' 'ruby2.7-rubygem-rubyzip-testsuite-1.3' 'ruby2.7-rubygem-safe_yaml' 'ruby2.7-rubygem-safe_yaml-doc' 'ruby2.7-rubygem-safe_yaml-testsuite' 'ruby2.7-rubygem-sass' 'ruby2.7-rubygem-sass-doc' 'ruby2.7-rubygem-sass-listen' 'ruby2.7-rubygem-sass-listen-doc' 'ruby2.7-rubygem-sass-rails' 'ruby2.7-rubygem-sass-rails-5.1' 'ruby2.7-rubygem-sass-rails-doc' 'ruby2.7-rubygem-sass-rails-doc-5.1' 'ruby2.7-rubygem-sassc' 'ruby2.7-rubygem-sassc-2.2' 'ruby2.7-rubygem-sassc-doc' 'ruby2.7-rubygem-sassc-doc-2.2' 'ruby2.7-rubygem-sassc-rails' 'ruby2.7-rubygem-sassc-rails-doc' 'ruby2.7-rubygem-sassc-rails-testsuite' 'ruby2.7-rubygem-sassc-testsuite' 'ruby2.7-rubygem-sassc-testsuite-2.2' 'ruby2.7-rubygem-sdoc' 'ruby2.7-rubygem-sdoc-doc' 'ruby2.7-rubygem-sdoc-testsuite' 'ruby2.7-rubygem-securecompare' 'ruby2.7-rubygem-securecompare-doc' 'ruby2.7-rubygem-securecompare-testsuite' 'ruby2.7-rubygem-serverengine' 'ruby2.7-rubygem-serverengine-doc' 'ruby2.7-rubygem-serverengine-testsuite' 'ruby2.7-rubygem-sexp_processor' 'ruby2.7-rubygem-sexp_processor-doc' 'ruby2.7-rubygem-sexp_processor-testsuite' 'ruby2.7-rubygem-sigdump' 'ruby2.7-rubygem-sigdump-doc' 'ruby2.7-rubygem-simple_oauth' 'ruby2.7-rubygem-simple_oauth-doc' 'ruby2.7-rubygem-simplecov' 'ruby2.7-rubygem-simplecov-doc' 'ruby2.7-rubygem-simplecov-html' 'ruby2.7-rubygem-simplecov-html-doc' 'ruby2.7-rubygem-simplecov-html-testsuite' 'ruby2.7-rubygem-simpleidn-doc' 'ruby2.7-rubygem-sinatra' 'ruby2.7-rubygem-sinatra-doc' 'ruby2.7-rubygem-slim' 'ruby2.7-rubygem-slim-doc' 'ruby2.7-rubygem-slim-testsuite' 'ruby2.7-rubygem-slop' 'ruby2.7-rubygem-slop-3' 'ruby2.7-rubygem-slop-3_3' 'ruby2.7-rubygem-slop-doc' 'ruby2.7-rubygem-slop-doc-3' 'ruby2.7-rubygem-slop-doc-3_3' 'ruby2.7-rubygem-slop-testsuite' 'ruby2.7-rubygem-slop-testsuite-3' 'ruby2.7-rubygem-slop-testsuite-3_3' 'ruby2.7-rubygem-spring' 'ruby2.7-rubygem-spring-doc' 'ruby2.7-rubygem-spring-watcher-listen' 'ruby2.7-rubygem-spring-watcher-listen-doc' 'ruby2.7-rubygem-spring-watcher-listen-testsuite' 'ruby2.7-rubygem-sprockets' 'ruby2.7-rubygem-sprockets-2_1' 'ruby2.7-rubygem-sprockets-2_2' 'ruby2.7-rubygem-sprockets-3.7' 'ruby2.7-rubygem-sprockets-doc' 'ruby2.7-rubygem-sprockets-doc-2_1' 'ruby2.7-rubygem-sprockets-doc-2_2' 'ruby2.7-rubygem-sprockets-doc-3.7' 'ruby2.7-rubygem-sprockets-helpers' 'ruby2.7-rubygem-sprockets-helpers-doc' 'ruby2.7-rubygem-sprockets-helpers-testsuite' 'ruby2.7-rubygem-sprockets-rails' 'ruby2.7-rubygem-sprockets-rails-doc' 'ruby2.7-rubygem-sqlite3' 'ruby2.7-rubygem-sqlite3-doc' 'ruby2.7-rubygem-sqlite3-testsuite' 'ruby2.7-rubygem-sshkit' 'ruby2.7-rubygem-sshkit-doc' 'ruby2.7-rubygem-sshkit-testsuite' 'ruby2.7-rubygem-stackdeck' 'ruby2.7-rubygem-stackdeck-doc' 'ruby2.7-rubygem-stackdeck-testsuite' 'ruby2.7-rubygem-stomp' 'ruby2.7-rubygem-stomp-doc' 'ruby2.7-rubygem-stomp-testsuite' 'ruby2.7-rubygem-strptime' 'ruby2.7-rubygem-strptime-doc' 'ruby2.7-rubygem-swd' 'ruby2.7-rubygem-swd-doc' 'ruby2.7-rubygem-swd-testsuite' 'ruby2.7-rubygem-systemu' 'ruby2.7-rubygem-systemu-doc' 'ruby2.7-rubygem-systemu-testsuite' 'ruby2.7-rubygem-temple' 'ruby2.7-rubygem-temple-doc' 'ruby2.7-rubygem-temple-testsuite' 'ruby2.7-rubygem-text' 'ruby2.7-rubygem-text-doc' 'ruby2.7-rubygem-text-hyphen' 'ruby2.7-rubygem-text-hyphen-doc' 'ruby2.7-rubygem-text-hyphen-testsuite' 'ruby2.7-rubygem-text-testsuite' 'ruby2.7-rubygem-thor' 'ruby2.7-rubygem-thor-0_19' 'ruby2.7-rubygem-thor-doc' 'ruby2.7-rubygem-thor-doc-0_19' 'ruby2.7-rubygem-thread_safe' 'ruby2.7-rubygem-thread_safe-doc' 'ruby2.7-rubygem-thread_safe-testsuite' 'ruby2.7-rubygem-tilt' 'ruby2.7-rubygem-tilt-1_1' 'ruby2.7-rubygem-tilt-1_4' 'ruby2.7-rubygem-tilt-doc' 'ruby2.7-rubygem-tilt-doc-1_1' 'ruby2.7-rubygem-tilt-doc-1_4' 'ruby2.7-rubygem-tilt-testsuite-1_1' 'ruby2.7-rubygem-tilt-testsuite-1_4' 'ruby2.7-rubygem-timers' 'ruby2.7-rubygem-timers-doc' 'ruby2.7-rubygem-tmuxinator' 'ruby2.7-rubygem-tmuxinator-doc' 'ruby2.7-rubygem-tmuxinator-testsuite' 'ruby2.7-rubygem-tomlrb' 'ruby2.7-rubygem-tomlrb-doc' 'ruby2.7-rubygem-treetop' 'ruby2.7-rubygem-treetop-1_4' 'ruby2.7-rubygem-treetop-doc' 'ruby2.7-rubygem-treetop-doc-1_4' 'ruby2.7-rubygem-treetop-testsuite-1_4' 'ruby2.7-rubygem-trollop' 'ruby2.7-rubygem-trollop-doc' 'ruby2.7-rubygem-trollop-testsuite' 'ruby2.7-rubygem-turbolinks' 'ruby2.7-rubygem-turbolinks-doc' 'ruby2.7-rubygem-turbolinks-source' 'ruby2.7-rubygem-turbolinks-source-doc' 'ruby2.7-rubygem-tzinfo' 'ruby2.7-rubygem-tzinfo-0' 'ruby2.7-rubygem-tzinfo-1.2' 'ruby2.7-rubygem-tzinfo-data' 'ruby2.7-rubygem-tzinfo-data-doc' 'ruby2.7-rubygem-tzinfo-doc' 'ruby2.7-rubygem-tzinfo-doc-0' 'ruby2.7-rubygem-tzinfo-doc-1.2' 'ruby2.7-rubygem-tzinfo-testsuite-0' 'ruby2.7-rubygem-tzinfo-testsuite-1.2' 'ruby2.7-rubygem-uglifier' 'ruby2.7-rubygem-uglifier-doc' 'ruby2.7-rubygem-unf-doc' 'ruby2.7-rubygem-unf-testsuite' 'ruby2.7-rubygem-unf_ext-doc' 'ruby2.7-rubygem-unf_ext-testsuite' 'ruby2.7-rubygem-unicode-display_width' 'ruby2.7-rubygem-unicode-display_width-doc' 'ruby2.7-rubygem-unicorn' 'ruby2.7-rubygem-unicorn-doc' 'ruby2.7-rubygem-unicorn-testsuite' 'ruby2.7-rubygem-unicorn-worker-killer' 'ruby2.7-rubygem-unicorn-worker-killer-doc' 'ruby2.7-rubygem-url_safe_base64' 'ruby2.7-rubygem-url_safe_base64-doc' 'ruby2.7-rubygem-url_safe_base64-testsuite' 'ruby2.7-rubygem-vagrant-spec' 'ruby2.7-rubygem-vagrant-spec-doc' 'ruby2.7-rubygem-vagrant-spec-testsuite' 'ruby2.7-rubygem-vagrant_cloud' 'ruby2.7-rubygem-vagrant_cloud-doc' 'ruby2.7-rubygem-validate_email' 'ruby2.7-rubygem-validate_email-doc' 'ruby2.7-rubygem-validate_url' 'ruby2.7-rubygem-validate_url-doc' 'ruby2.7-rubygem-virtus' 'ruby2.7-rubygem-virtus-doc' 'ruby2.7-rubygem-virtus-testsuite' 'ruby2.7-rubygem-warden' 'ruby2.7-rubygem-warden-doc' 'ruby2.7-rubygem-web-console' 'ruby2.7-rubygem-web-console-2' 'ruby2.7-rubygem-web-console-doc' 'ruby2.7-rubygem-web-console-doc-2' 'ruby2.7-rubygem-webfinger' 'ruby2.7-rubygem-webfinger-doc' 'ruby2.7-rubygem-webfinger-testsuite' 'ruby2.7-rubygem-webmock-1_2' 'ruby2.7-rubygem-webmock-2_3' 'ruby2.7-rubygem-webmock-doc-1_2' 'ruby2.7-rubygem-webmock-doc-2_3' 'ruby2.7-rubygem-webmock-testsuite-1_2' 'ruby2.7-rubygem-webmock-testsuite-2_3' 'ruby2.7-rubygem-webpacker' 'ruby2.7-rubygem-webpacker-doc' 'ruby2.7-rubygem-webpacker-testsuite' 'ruby2.7-rubygem-websocket' 'ruby2.7-rubygem-websocket-doc' 'ruby2.7-rubygem-websocket-driver' 'ruby2.7-rubygem-websocket-driver-0_6' 'ruby2.7-rubygem-websocket-driver-doc' 'ruby2.7-rubygem-websocket-driver-doc-0_6' 'ruby2.7-rubygem-websocket-extensions' 'ruby2.7-rubygem-websocket-extensions-doc' 'ruby2.7-rubygem-websocket-testsuite' 'ruby2.7-rubygem-winrm' 'ruby2.7-rubygem-winrm-2_1' 'ruby2.7-rubygem-winrm-doc' 'ruby2.7-rubygem-winrm-doc-2_1' 'ruby2.7-rubygem-winrm-elevated' 'ruby2.7-rubygem-winrm-elevated-doc' 'ruby2.7-rubygem-winrm-fs' 'ruby2.7-rubygem-winrm-fs-doc' 'ruby2.7-rubygem-xdg' 'ruby2.7-rubygem-xdg-2' 'ruby2.7-rubygem-xdg-doc' 'ruby2.7-rubygem-xdg-doc-2' 'ruby2.7-rubygem-xdg-testsuite-2' 'ruby2.7-rubygem-xml-simple' 'ruby2.7-rubygem-xml-simple-doc' 'ruby2.7-rubygem-xmlhash' 'ruby2.7-rubygem-xmlhash-doc' 'ruby2.7-rubygem-xmlhash-testsuite' 'ruby2.7-rubygem-yajl-ruby' 'ruby2.7-rubygem-yajl-ruby-doc' 'ruby2.7-rubygem-yajl-ruby-testsuite' 'ruby2.7-rubygem-yard' 'ruby2.7-rubygem-yard-doc' 'ruby2.7-rubygem-yast-rake' 'ruby2.7-rubygem-yast-rake-doc' 'ruby2.7-rubygem-zeitwerk' 'ruby2.7-rubygem-zeitwerk-doc' 'rubygem-builder-3_0' 'rubygem-builder-3_0-doc' 'rubygem-builder-3_0-testsuite' 'rubygem-cancan' 'rubygem-cancan-doc' 'rubygem-cancan-testsuite' 'rubygem-docker-api' 'rubygem-docker-api-doc' 'rubygem-docker-api-testsuite' 'rubygem-gettext_activerecord' 'rubygem-gettext_activerecord-doc' 'rubygem-gettext_activerecord-testsuite' 'rubygem-libguestfs' 'rubygem-libwebsocket' 'rubygem-libwebsocket-doc' 'rubygem-libwebsocket-testsuite' 'rubygem-mail-2_4' 'rubygem-mail-2_4-doc' 'rubygem-passenger' 'rubygem-passenger-apache2' 'rubygem-passenger-nginx' 'rubygem-ruby-fcgi' 'rubygem-ruby-fcgi-doc' 'rubygem-ruby-fcgi-testsuite' 'rubygem-sexp_processor-3_2' 'rubygem-sexp_processor-3_2-doc' 'rubygem-sexp_processor-3_2-testsuite' 'rubygem-shoes' 'rubygem-shoes-doc' 'rubygem-shoes-testsuite' 'runawk' 'runawk-examples' 'runc-test' 'rungetty' 'ruqola' 'ruqola' 'ruqola-debuginfo' 'ruqola-debugsource' 'rust' 'rust-analysis' 'rust-cbindgen' 'rust-doc' 'rust-gdb' 'rust-packaging' 'rust-src' 'rust-srpm-macros' 'rust-std-static' 'rustfmt' 'rustscan' 'rxp' 'rxtx-java' 'rxtx-java-javadoc' 'rxvt-unicode' 'rygel' 'rygel-devel' 'rygel-lang' 'rygel-plugin-gstreamer-renderer' 'rygel-plugin-tracker' 'rypper' 'rzip' 'rzsz' 's-tui' 's3backer' 's3fs' 'sablot' 'sablot-devel' 'sac-javadoc' 'sacad' 'safeeyes' 'safeeyes-lang' 'saidar' 'saja-cascadia-code-fonts' 'sakura' 'sakura-lang' 'salt' 'salt-api' 'salt-bash-completion' 'salt-cloud' 'salt-doc' 'salt-fish-completion' 'salt-master' 'salt-minion' 'salt-proxy' 'salt-shaptools' 'salt-ssh' 'salt-standalone-formulas-configuration' 'salt-syndic' 'salt-zsh-completion' 'samba-ad-dc' 'samba-ad-dc-32bit' 'samba-ceph' 'samba-core-devel' 'samba-doc' 'samba-dsdb-modules' 'samba-krb-printing' 'samba-libs-python3-32bit' 'samba-test' 'samplicator' 'samtools' 'sane-backends-devel' 'sane-backends-devel-32bit' 'sanlk-reset' 'sanlock' 'sanlock-devel' 'saphanabootstrap-formula' 'sapnwbootstrap-formula' 'sar2' 'sar2-data' 'sarg' 'sassc' 'sat4j' 'savannahice' 'savannahice' 'savannahice-debuginfo' 'savannahice-debugsource' 'saweri-fonts' 'sawfish' 'sawfish-devel' 'sawfish-pager' 'sawfish-sounds' 'sax3' 'saxon6' 'saxon6-aelfred' 'saxon6-demo' 'saxon6-fop' 'saxon6-javadoc' 'saxon6-jdom' 'saxon6-manual' 'saxon6-scripts' 'saxon8' 'saxon8-demo' 'saxon8-dom' 'saxon8-javadoc' 'saxon8-jdom' 'saxon8-manual' 'saxon8-scripts' 'saxon8-sql' 'saxon8-xom' 'saxon8-xpath' 'saxon9' 'saxon9-demo' 'saxon9-javadoc' 'saxon9-manual' 'saxon9-scripts' 'saxpath' 'sazanami-fonts' 'sbc-devel' 'sbcl' 'sbd' 'sbd-devel' 'sbiload' 'sbinary' 'sbinary-javadoc' 'sbl' 'sbl-orca' 'sblim-cim-client2' 'sblim-cim-client2-javadoc' 'sblim-cim-client2-manual' 'sblim-cmpi-base' 'sblim-cmpi-base-devel' 'sblim-cmpi-base-testsuite' 'sblim-cmpi-c++-devel' 'sblim-cmpi-devel' 'sblim-cmpi-ssh_service_profile' 'sblim-cmpiutil-devel' 'sblim-indication_helper' 'sblim-indication_helper-devel' 'sblim-sfcCommon-devel' 'sblim-sfcb' 'sblim-sfcc-devel' 'sblim-testsuite' 'sblim-tools-libra-devel' 'sblim-wbemcli' 'sbsigntools' 'sbt' 'sbt-launcher' 'sbt-launcher-interface' 'sbt-launcher-javadoc' 'sc' 'sc-controller' 'sca-appliance-agent' 'sca-appliance-broker' 'sca-appliance-common' 'sca-appliance-patdev' 'sca-patterns-base' 'sca-patterns-edir' 'sca-patterns-filr' 'sca-patterns-groupwise' 'sca-patterns-hae' 'sca-patterns-oes' 'sca-patterns-sle09' 'sca-patterns-sle10' 'sca-patterns-sle11' 'sca-patterns-sle12' 'sca-patterns-sle15' 'sca-patterns-suma' 'sca-server-report' 'scala' 'scala-apidoc' 'scala-maven-plugin' 'scala-maven-plugin-javadoc' 'scala-pickling' 'scala-stm' 'scala-stm-javadoc' 'scala-swing' 'scalapack-mvapich2-test' 'scalapack-openmpi1-test' 'scalapack-openmpi2-test' 'scalapack-openmpi3-test' 'scalapack-openmpi4-test' 'scalapack_2_1_0-gnu-mpich-hpc-module' 'scalapack_2_1_0-gnu-mpich-hpc-test' 'scalapack_2_1_0-gnu-mvapich2-hpc-module' 'scalapack_2_1_0-gnu-mvapich2-hpc-test' 'scalapack_2_1_0-gnu-openmpi1-hpc-module' 'scalapack_2_1_0-gnu-openmpi1-hpc-test' 'scalapack_2_1_0-gnu-openmpi2-hpc-module' 'scalapack_2_1_0-gnu-openmpi2-hpc-test' 'scalapack_2_1_0-gnu-openmpi3-hpc-module' 'scalapack_2_1_0-gnu-openmpi3-hpc-test' 'scalapack_2_1_0-gnu-openmpi4-hpc-module' 'scalapack_2_1_0-gnu-openmpi4-hpc-test' 'scalpel' 'scamper' 'scanmem' 'scantailor' 'scap-workbench' 'scap-workbench-doc' 'scat' 'sccs' 'scdl' 'scdoc' 'schedtool' 'schedtop' 'schemaspy' 'scheme48' 'scheme48-devel' 'scheme48-doc' 'scheme48-prescheme' 'scheme48-vm' 'schily-mt' 'schily-rmt' 'schismtracker' 'schroedinger-devel' 'schroedinger-doc' 'scid' 'scid' 'scid-debuginfo' 'scid-debugsource' 'scidavis' 'scidavis-lang' 'scim' 'scim-32bit' 'scim-anthy' 'scim-bridge' 'scim-bridge-gtk2' 'scim-bridge-gtk2-32bit' 'scim-canna' 'scim-chewing' 'scim-devel' 'scim-gtk' 'scim-gtk-32bit' 'scim-gtk3' 'scim-gtk3-32bit' 'scim-hangul' 'scim-input-pad' 'scim-lang' 'scim-m17n' 'scim-pinyin' 'scim-skk' 'scim-sunpinyin' 'scim-tables' 'scim-tables-additional' 'scim-tables-ja' 'scim-tables-ko' 'scim-tables-lang' 'scim-tables-zh' 'scim-tomoe' 'scim-uim' 'scim-unikey' 'scirenderer' 'scirenderer-javadoc' 'scite' 'scmon' 'scons' 'scorpio22' 'scorpio22' 'scorpio22-debuginfo' 'scorpio22-debugsource' 'scorpio23' 'scorpio23' 'scorpio23-debuginfo' 'scorpio23-debugsource' 'scorpio24' 'scorpio24' 'scorpio24-debuginfo' 'scorpio24-debugsource' 'scorpio25' 'scorpio25' 'scorpio25-debuginfo' 'scorpio25-debugsource' 'scorpio26' 'scorpio26' 'scorpio26-debuginfo' 'scorpio26-debugsource' 'scotch' 'scotch-devel' 'scotch-devel-static' 'scotch-metis-devel' 'screen-message' 'screencast' 'screencast-lang' 'screenfetch' 'screengen' 'screengen' 'screengen-debuginfo' 'screengen-debugsource' 'screengrab' 'screengrab-lang' 'scribus' 'scribus' 'scribus-debuginfo' 'scribus-debugsource' 'scribus-doc' 'scrot' 'scrub' 'scrypt' 'scs-devel' 'scsh' 'scsh-base' 'scsirastools' 'scsires' 'scummvm' 'scummvm' 'scummvm-debuginfo' 'scummvm-debugsource' 'scummvm-extra' 'scummvm-extra-debuginfo' 'scummvm-tools' 'sd-mux-ctrl' 'sdcc' 'sdcc-doc' 'sdcc-libc-sources' 'sdcv' 'sddm-branding-upstream' 'sdl-asylum' 'sdl-ball' 'sdl_bomber' 'sdlpop' 'sdlscavenger' 'sdparm' 'seafile' 'seafile-client' 'seafile-devel' 'seahorse' 'seahorse-daemon' 'seahorse-lang' 'seahorse-nautilus-lang' 'seahorse-sharing' 'seahorse-sharing-lang' 'seccheck' 'secret-tool' 'sedutil' 'segment' 'segment-javadoc' 'segv_handler' 'selene' 'selene' 'selene-debuginfo' 'selene-debugsource' 'selene-lang' 'selinux-policy' 'selinux-policy-devel' 'selinux-policy-doc' 'selinux-policy-minimum' 'selinux-policy-mls' 'selinux-policy-sandbox' 'selinux-policy-targeted' 'selinux-tools' 'semantik' 'sendfax' 'sendmail' 'sendmail-devel' 'sendmail-starttls' 'sendxmpp' 'sensord' 'seq24' 'ser2net' 'serd-devel' 'serdi' 'serialdv-devel' 'serialization' 'sersniff' 'servicemenu-pdf' 'servicemenu-pdf' 'servletapi4' 'servletapi4-javadoc' 'servletapi5' 'sesdev' 'sesdev-qa' 'setconf' 'setools-console' 'setools-gui' 'sev-tool' 'sfftobmp' 'sffview' 'sfml2-devel' 'sfml2-doc' 'sgi-bitmap-fonts' 'sgmltool' 'sgmltool-latex' 'sgmltools-lite' 'sgpio' 'sgrep' 'sgtk-menu' 'sha1collisiondetection' 'shaderc' 'shaderc-devel' 'shadowdive-devel' 'shadowsocks-libev' 'shadowsocks-libev-devel' 'shadowsocks-libev-doc' 'shadowsocks-v2ray-plugin' 'shairplay' 'shairplay' 'shairplay-debuginfo' 'shairplay-debugsource' 'shairplay-devel' 'shairport-sync' 'shake' 'shapelib' 'shared-color-targets' 'shellementary' 'shelltestrunner' 'shepherd' 'shepherd-bins' 'shibboleth-sp' 'shibboleth-sp-devel' 'shigofumi' 'shlomif-cmake-modules' 'shntool' 'shorewall' 'shorewall-core' 'shorewall-docs' 'shorewall-init' 'shorewall-lite' 'shorewall6' 'shorewall6-lite' 'shorten' 'shorten' 'shorten-debuginfo' 'shorten-debugsource' 'shotcut' 'shotcut-lang' 'shotwell' 'shotwell-lang' 'shoutsend' 'shoutsend' 'shoutsend-debuginfo' 'shoutsend-debugsource' 'showfont' 'showfoto' 'showfoto-debuginfo' 'shp' 'shunit2' 'siege' 'sierra-gtk-theme' 'siga' 'sigil' 'signify' 'signing-party' 'signon-plugin-oauth2-devel' 'signon-plugins-32bit' 'signon-plugins-devel' 'signon-plugins-docs' 'signond-docs' 'signond-libs-32bit' 'signond-libs-devel' 'signpost-commonshttp4' 'signpost-core' 'signpost-core-javadoc' 'sigrok-cli' 'sigrok-firmware-fx2lafw' 'sil-abyssinica-fonts' 'sil-andika-fonts' 'sil-charis-fonts' 'sil-doulos-fonts' 'sil-gentium-fonts' 'sil-mondulkiri-fonts' 'sil-padauk-fonts' 'silan' 'simh' 'simple-ccsm' 'simple-ccsm-lang' 'simple-mtpfs' 'simple-multicast' 'simple-obfs' 'simple-obfs-doc' 'simple-scan' 'simple-scan-lang' 'simplescreenrecorder' 'simtrace2' 'singularity' 'sipcalc' 'sipp' 'siproxd' 'siproxd-doc' 'sipsak' 'siren' 'siren' 'siren-debuginfo' 'siren-debugsource' 'siril' 'sirocco-devel' 'sisctrl' 'sispmctl' 'sispmctl-devel' 'sisu-inject' 'sisu-javadoc' 'sisu-plexus' 'sitar' 'sitecopy' 'sitecopy-lang' 'skanlite' 'skanlite-debuginfo' 'skanlite-debugsource' 'skelcd-control-Kubic' 'skelcd-control-MicroOS' 'skelcd-control-openSUSE' 'skelcd-control-openSUSE-promo' 'skelcd-fallbackrepo-openSUSE' 'skelcd-installer-Kubic' 'skelcd-installer-MicroOS' 'skelcd-installer-net-Kubic' 'skelcd-installer-net-MicroOS' 'skelcd-installer-net-openSUSE' 'skelcd-installer-openSUSE' 'skelcd-openSUSE' 'ski' 'skinlf' 'skinlf-demo' 'skinlf-javadoc' 'skkdic' 'skkdic-extra' 'skrooge' 'skrooge' 'skrooge-debuginfo' 'skrooge-debugsource' 'skrooge-lang' 'sl' 'slade' 'slang-devel' 'slang-slsh' 'sleuth' 'sleuthkit' 'sleuthkit-devel' 'slf4j' 'slf4j-ext' 'slf4j-javadoc' 'slf4j-jcl' 'slf4j-jdk14' 'slf4j-log4j12' 'slf4j-manual' 'slf4j-sources' 'slib' 'slop' 'slop-devel' 'sloppy022' 'sloppy022' 'sloppy022-debuginfo' 'sloppy022-debugsource' 'slowmoVideo' 'slowmoVideo' 'slowmoVideo-debuginfo' 'slowmoVideo-debugsource' 'slrn' 'slrn-lang' 'sluice' 'sluice-bash-completion' 'slurm' 'slurm-auth-none' 'slurm-config' 'slurm-config-man' 'slurm-cray' 'slurm-devel' 'slurm-doc' 'slurm-hdf5' 'slurm-lua' 'slurm-munge' 'slurm-node' 'slurm-openlava' 'slurm-pam_slurm' 'slurm-plugins' 'slurm-rest' 'slurm-seff' 'slurm-sjstat' 'slurm-slurmdbd' 'slurm-sql' 'slurm-sview' 'slurm-torque' 'slurm-webdoc' 'slurp' 'smake' 'smatch' 'smb4k' 'smb4k' 'smb4k-debuginfo' 'smb4k-debugsource' 'smb4k-doc' 'smb4k-lang' 'smbios-utils' 'smc-tools' 'smcroute' 'smem' 'smemstat' 'smemstat-bash-completion' 'smenu' 'smenu-tests' 'smictrl' 'smillaenlarger' 'smilutils' 'smlnj' 'smooth' 'smooth-devel' 'smplayer' 'smplayer-lang' 'smplayer-skins' 'smplayer-skins' 'smplayer-theme-leo' 'smplayer-theme-leo' 'smplayer-themes' 'smplayer-themes' 'smproxy' 'smssend' 'smtpping' 'smtube' 'smtube' 'smtube-debuginfo' 'smtube-debugsource' 'smtube-lang' 'smuxi' 'smuxi-engine' 'smuxi-engine-campfire' 'smuxi-engine-campfire-lang' 'smuxi-engine-irc' 'smuxi-engine-irc-lang' 'smuxi-engine-jabbr' 'smuxi-engine-jabbr-lang' 'smuxi-engine-lang' 'smuxi-engine-twitter' 'smuxi-engine-twitter-lang' 'smuxi-engine-xmpp' 'smuxi-engine-xmpp-lang' 'smuxi-frontend' 'smuxi-frontend-gnome' 'smuxi-frontend-gnome-irc' 'smuxi-frontend-gnome-irc-lang' 'smuxi-frontend-gnome-lang' 'smuxi-frontend-gnome-twitter' 'smuxi-frontend-gnome-twitter-lang' 'smuxi-frontend-gnome-xmpp' 'smuxi-frontend-gnome-xmpp-lang' 'smuxi-frontend-lang' 'smuxi-frontend-stfl' 'smuxi-message-buffer' 'smuxi-message-buffer-lang' 'smuxi-server' 'smuxi-server-lang' 'snack' 'snakeyaml' 'snakeyaml-javadoc' 'snallygaster' 'snapper-testsuite' 'snappy-devel' 'snd' 'snd_sf2' 'sndio' 'sndio-devel' 'sngrep' 'snipl' 'snmpsim' 'snorenotify-qt5' 'snorenotify-qt5-devel' 'snowmix' 'snowmix' 'snowmix-debuginfo' 'snowmix-debugsource' 'soapy-osmo-devel' 'soapy-sdr' 'soapy-sdr-devel' 'soapysdr0.7-module-airspy' 'soapysdr0.7-module-bladerf' 'soapysdr0.7-module-freesrp' 'soapysdr0.7-module-hackrf' 'soapysdr0.7-module-lms7' 'soapysdr0.7-module-mirisdr' 'soapysdr0.7-module-osmosdr' 'soapysdr0.7-module-remote' 'soapysdr0.7-module-rtlsdr' 'soapysdr0.7-module-uhd' 'soapysdr0.7-module-xtrx' 'sobby' 'socat' 'soci-devel' 'soci-empty-devel' 'soci-mysql-devel' 'soci-odbc-devel' 'soci-postgresql-devel' 'soci-sqlite3-devel' 'socket_wrapper' 'sof-firmware' 'sofia-sip' 'sofia-sip-devel' 'softhsm' 'softhsm-devel' 'solaar' 'solaar-doc' 'solaar-udev' 'solarus' 'solarus-devel' 'solarus-gui' 'solarus-gui-lang' 'solarus-quest-editor' 'solarus-quest-editor-assets' 'solarus-quest-editor-lang' 'solfege' 'solid-devel' 'solid-devel-32bit' 'solo-udev' 'something-for-reddit' 'sonar-icon-theme' 'sonatype-oss-parent' 'sonatype-plugins-parent' 'sonic-visualiser' 'sonnet-devel' 'sonnet-devel-32bit' 'sonnet-voikko' 'sonobuoy' 'sooperlooper' 'sooperlooper' 'sooperlooper-debuginfo' 'sooperlooper-debugsource' 'sopwith' 'sord' 'sord-devel' 'sound-juicer' 'sound-juicer-lang' 'sound-theme-yaru' 'soundconverter' 'soundconverter-lang' 'soundkonverter' 'soundkonverter' 'soundkonverter-debuginfo' 'soundkonverter-debugsource' 'soundtouch' 'soundtouch-devel' 'soup-sharp' 'soup-sharp-devel' 'source-highlight' 'source-highlight-cgi' 'sox' 'sox-debuginfo' 'sox-debugsource' 'sox-devel' 'soxr-devel' 'spacefm' 'spacefm-lang' 'spacenavd' 'spamassassin' 'spandsp-devel' 'spandsp-doc' 'sparse' 'sparse-inspect' 'sparse-llvm' 'sparsehash-devel' 'spatialindex-devel' 'spawn-fcgi' 'spdlog-devel' 'spdylay' 'spdylay-devel' 'spec-cleaner' 'spec-cleaner-format_spec_file' 'spec-version-maven-plugin' 'spec-version-maven-plugin-javadoc' 'spectacle-doc' 'spectator' 'spectcl' 'speech-dispatcher' 'speech-dispatcher-configure' 'speech-dispatcher-module-espeak' 'speedcrunch' 'speedcrunch' 'speedcrunch-debuginfo' 'speedcrunch-debugsource' 'speex' 'speex-devel' 'speexdsp-devel' 'spew' 'spglib-devel' 'sphinx' 'sphinxbase' 'sphinxbase-devel' 'sphinxbase5' 'sphinxbase5-devel' 'spi-tools' 'spice-gtk' 'spice-gtk-devel' 'spice-gtk-lang' 'spice-html5' 'spice-parent' 'spice-protocol-devel' 'spice-up' 'spice-up-lang' 'spice-vdagent' 'spice-webdavd' 'spindle' 'spindle-devel' 'spirv-cross' 'spirv-headers' 'spirv-tools' 'spirv-tools-devel' 'spirv-tools-devel-32bit' 'splint' 'splinter-devel' 'splix' 'spotify-easyrpm' 'spotify-installer' 'spotify-installer' 'spotify-installer-debugsource' 'spread-sheet-widget-devel' 'spu-tools' 'spyder' 'spyder-dicom' 'spyder-hdf5' 'spyder-lang' 'spyder-line-profiler' 'spyder-memory-profiler' 'sql-parser-devel' 'sqlcipher' 'sqlcipher-devel' 'sqlite3-devel' 'sqlite3-doc' 'sqliteman' 'sqliteodbc' 'sqliteodbc-doc' 'sqlitestudio' 'sqlitestudio' 'sqtop' 'squid' 'squidGuard' 'squidGuard-doc' 'squidview' 'squirrel' 'squirrel-devel' 'squirrel-devel-static' 'squirrel-doc' 'squirrel-examples' 'sratom-devel' 'src_vipa' 'srecord' 'srecord-devel' 'srecord-doc' 'srm' 'srp_daemon' 'srt' 'srt-devel' 'sscape-ctl' 'sscep' 'ssdeep' 'ssdp-responder' 'ssh-audit' 'ssh-contact' 'ssh-contact-client' 'ssh-contact-service' 'ssh-tools' 'sshguard' 'sshuttle' 'ssl-cert-check' 'ssldump' 'sslh' 'sslscan' 'sssd' 'sssd-32bit' 'sssd-ad' 'sssd-dbus' 'sssd-ipa' 'sssd-kcm' 'sssd-krb5' 'sssd-krb5-common' 'sssd-ldap' 'sssd-proxy' 'sssd-tools' 'sssd-winbind-idmap' 'st' 'staging-build-key' 'stalonetray' 'stan' 'stardict' 'stardict-dic-enru-engcom' 'stardict-dic-enru-mueller7' 'stardict-sounds-wyabdcrealpeopletts' 'stardict-tools' 'starfighter' 'startup-notification-devel' 'statgrab' 'statserial' 'stax-ex' 'stax-ex-javadoc' 'stax2-api' 'stax2-api-javadoc' 'stb-devel' 'stdman' 'steamcmd' 'steinberg-bravura-fonts' 'step' 'step-lang' 'stgit' 'stix-integrals-fonts' 'stix-pua-fonts' 'stix-sizes-fonts' 'stix-variants-fonts' 'stlink' 'stlink-devel' 'stlink-gui' 'stm32flash' 'stockfish' 'stoken' 'stoken-devel' 'stoken-gui' 'storage-fixup' 'storeBackup' 'stow' 'stow-doc' 'stp' 'stp-devel' 'strawberry' 'stream' 'streamlink' 'streamripper' 'streamripper' 'streamripper-debuginfo' 'streamripper-debugsource' 'streamtuner2' 'streamtuner2' 'stress-ng' 'stress-ng-bash-completion' 'stressapptest' 'string-template-maven-plugin' 'string-template-maven-plugin-javadoc' 'stringtemplate' 'stringtemplate-javadoc' 'stringtemplate4' 'stringtemplate4-javadoc' 'strip-nondeterminism' 'strongswan' 'strongswan-doc' 'strongswan-hmac' 'strongswan-mysql' 'strongswan-nm' 'strongswan-sqlite' 'stunnel' 'stunnel-doc' 'stuntman' 'su-wrapper' 'subnetcalc' 'subtitlecomposer' 'subtitlecomposer' 'subtitlecomposer-debuginfo' 'subtitlecomposer-debugsource' 'subtitlecomposer-lang' 'subtitleeditor' 'subtitleeditor-lang' 'subtitleripper' 'subtitleripper' 'subtitleripper-debuginfo' 'subtitleripper-debugsource' 'subunit' 'subunit-devel' 'subunit-filters' 'subunit-shell' 'subversion-devel' 'subversion-doc' 'subversion-python' 'subversion-ruby' 'subversion-server' 'subversion-tools' 'suck' 'sudo-devel' 'sudo-test' 'sudoku-sensei' 'suil-devel' 'suil-plugin-gtk2-in-qt5' 'suil-plugin-qt5-in-gtk2' 'suil-plugin-qt5-in-gtk3' 'suil-plugin-x11' 'suil-plugin-x11-in-gtk2' 'suil-plugin-x11-in-gtk3' 'suil-plugin-x11-in-qt5' 'suitesparse-devel' 'suitesparse-devel-static' 'sundanese-unicode-fonts' 'sundials-devel' 'sundials-doc' 'sundials-mvapich2-devel' 'sundials-openmpi1-devel' 'sundials-openmpi2-devel' 'sundials-openmpi3-devel' 'sunpinyin-data' 'sunpinyin-devel' 'sunpinyin-tools' 'sunwait' 'sunxi-tools' 'superlu-devel' 'superlu-doc' 'superlu-examples' 'superlu-gnu-hpc-devel' 'superlu-gnu-hpc-doc' 'superlu-gnu-hpc-examples' 'superlu_5_2_1-gnu-hpc-devel' 'superlu_5_2_1-gnu-hpc-doc' 'superlu_5_2_1-gnu-hpc-examples' 'supertux2' 'supertuxkart' 'supertuxkart-data' 'supervisor' 'supportutils' 'surf' 'surfraw-woffle' 'suru-plus-dark-icon-theme' 'suse-build-key' 'suse-hpc' 'suse-module-tools-legacy' 'suse-prime-bbswitch' 'suse-xsl-stylesheets' 'susefirewall2-to-firewalld' 'suseprime-appindicator' 'sushi' 'sushi-lang' 'svg-schema' 'svg-schema-doc' 'svgcleaner' 'svgcleaner-gui' 'svgpart' 'svgpart-lang' 'sview' 'sview' 'svm-tools' 'svn2git' 'svxlink-server' 'swappy' 'swappy-lang' 'sway' 'sway' 'sway-branding-openSUSE' 'sway-branding-upstream' 'swaybg' 'swayidle' 'swayidle-bash-completion' 'swayidle-fish-completion' 'swayidle-zsh-completion' 'swaylock' 'swaylock-bash-completion' 'swaylock-fish-completion' 'swaylock-zsh-completion' 'sweep' 'sweep' 'sweep-debuginfo' 'sweep-debugsource' 'sweeper' 'sweeper-lang' 'swell-foop' 'swell-foop-lang' 'swift-im' 'swiften-devel' 'swig' 'swig-doc' 'swig-examples' 'swing-layout' 'swing-layout-javadoc' 'swing-worker' 'swing-worker-demo' 'swing-worker-javadoc' 'swingx' 'swingx-javadoc' 'switch_sles_sle-hpc' 'switchboard' 'switchboard-devel' 'switchboard-lang' 'switcheroo-control' 'switcheroo-control-doc' 'sword' 'sword-devel' 'swtcalendar' 'swtchart' 'swtchart-javadoc' 'sxhkd' 'sxiv' 'sympol' 'sympol-devel' 'syncthing' 'syncthing-relaysrv' 'syndication-devel' 'synergy' 'synfig' 'synfig' 'synfig-debuginfo' 'synfig-debugsource' 'synfig-devel' 'synfig-doc' 'synfig-lang' 'synfig-modules' 'synfig-modules-debuginfo' 'synfigapp-devel' 'synfigstudio' 'synfigstudio' 'synfigstudio-debuginfo' 'synfigstudio-debugsource' 'synfigstudio-lang' 'synnefo' 'syntax-highlighting-devel' 'syntax-highlighting-devel-32bit' 'sysbench' 'sysdig' 'sysdig-kmp-default' 'sysdig-kmp-pae' 'sysfsutils' 'sysfsutils-32bit' 'sysfsutils-devel' 'sysinfo' 'syslinux6' 'syslog-ng' 'syslog-ng-curl' 'syslog-ng-devel' 'syslog-ng-geoip' 'syslog-ng-java' 'syslog-ng-python' 'syslog-ng-redis' 'syslog-ng-smtp' 'syslog-ng-sql' 'syslogd' 'sysprof' 'sysprof-capture-devel-static' 'sysprof-devel' 'sysprof-lang' 'sysstat-isag' 'system-config-printer' 'system-config-printer-applet' 'system-config-printer-common' 'system-config-printer-common-lang' 'system-config-printer-dbus-service' 'system-group-obsolete' 'system-user-ftp' 'system-user-libvirt-dbus' 'system-user-msr' 'system-user-news' 'system-user-srvGeoClue' 'system-user-tss' 'system-user-upsd' 'system-user-uucp' 'system-user-uuidd' 'system-user-wwwrun' 'systemd-coredump' 'systemd-devel' 'systemd-doc' 'systemd-journal-remote' 'systemd-lang' 'systemd-logger' 'systemd-mini-container' 'systemd-portable' 'systemd-presets-branding-MicroOS' 'systemd-presets-branding-transactional-server' 'systemd-ui' 'systemd-zram-service' 'systemsettings5-devel' 'systemtap' 'systemtap-docs' 'systemtap-dtrace' 'systemtap-headers' 'systemtap-runtime' 'systemtap-sdt-devel' 'systemtap-server' 'systester' 'sysuser-tools' 'sz2-devel' 't-prot' 't1utils' 't38modem' 'tabix' 'tachyon' 'tack' 'tagbanwa-fonts' 'taglib' 'taglib-extras' 'taglib-extras-debugsource' 'taglib-extras-devel' 'tagsoup' 'tagsoup-javadoc' 'tai-heritage-pro-fonts' 'taigo' 'taisei' 'taisei-data' 'tali' 'tali-lang' 'talk' 'talk-server' 'talloc-man' 'tallow' 'tamago' 'tamil-gtk2im' 'tamil-gtk2im-32bit' 'tango-icon-theme' 'tanukiwrapper' 'tanukiwrapper-javadoc' 'tanukiwrapper-manual' 'tar-backup-scripts' 'tar-doc' 'tar-tests' 'tardy' 'target-isns' 'targetcli-fb-common' 'taskwarrior' 'tayga' 'tbb-devel' 'tboot' 'tcd' 'tcl-32bit' 'tcl-Hamlib' 'tcl-brlapi' 'tcl-devel' 'tcl-rrdtool' 'tcl-sqlcipher' 'tcl-tktray' 'tcl8-xapian' 'tclap' 'tclap-doc' 'tclcurl' 'tcllib' 'tcludp' 'tclx' 'tcmu-runner' 'tcmu-runner-handler-glusterfs' 'tcmu-runner-handler-rbd' 'tcmu-runner-handler-zbc' 'tcpd' 'tcpd-devel' 'tcpflow' 'tcpreplay' 'tcpser' 'tdb-tools' 'tdiff' 'tdiff-bash-completion' 'tdom' 'tdom-devel' 'tdu' 'tdu' 'tdu-debuginfo' 'tdu-debugsource' 'tea' 'tealdeer' 'teamviewer' 'teamviewer-host' 'teamviewer-host-suse' 'technical_writing' 'technisat-usb2-firmware' 'tecla' 'tecla-devel' 'tecnoballz' 'teeworlds' 'tei-roma' 'tei-xsl-stylesheets' 'tei_4' 'telegraf' 'telegram-desktop' 'telegram-desktop' 'telegram-qt5' 'telegram-qt5-debugsource' 'telegram-qt5-devel' 'telegram-theme-adapta' 'telegram-theme-plata' 'telemetrics-client' 'telemetrics-client-devel' 'telepathy-accounts-signon' 'telepathy-farstream-devel' 'telepathy-gabble' 'telepathy-gabble-xmpp-console' 'telepathy-glib-devel' 'telepathy-glib-doc' 'telepathy-idle' 'telepathy-logger' 'telepathy-logger-devel' 'telepathy-logger-qt5-devel' 'telepathy-mission-control' 'telepathy-mission-control-devel' 'telepathy-mission-control-plugin-goa' 'telepathy-qt5-devel' 'telepathy-qt5-devel-32bit' 'telepathy-rakia' 'telepathy-rakia-devel' 'telepathy-sipe' 'tellico' 'tellico' 'tellico-debuginfo' 'tellico-debugsource' 'tellico-lang' 'telnet-server' 'template-glib-devel' 'template-glib-lang' 'template-resolver' 'template-resolver-javadoc' 'tennebon-dynamic-wallpaper' 'tensorflow' 'tensorflow-devel' 'tensorflow-doc' 'tensorflow-gnu-hpc' 'tensorflow-gnu-openmpi2-hpc' 'tensorflow-lite' 'tensorflow-lite-devel' 'tensorflow2' 'tensorflow2-devel' 'tensorflow2-doc' 'tensorflow2-gnu-hpc' 'tensorflow2-gnu-openmpi2-hpc' 'tensorflow2-lite' 'tensorflow2-lite-devel' 'tensorflow2_2_1_1-gnu-hpc' 'tensorflow2_2_1_1-gnu-hpc-devel' 'tensorflow2_2_1_1-gnu-hpc-doc' 'tensorflow2_2_1_1-gnu-openmpi2-hpc' 'tensorflow2_2_1_1-gnu-openmpi2-hpc-devel' 'tensorflow2_2_1_1-gnu-openmpi2-hpc-doc' 'tensorflow_1_15_3-gnu-hpc' 'tensorflow_1_15_3-gnu-hpc-devel' 'tensorflow_1_15_3-gnu-openmpi2-hpc' 'tensorflow_1_15_3-gnu-openmpi2-hpc-devel' 'tepl-4-lang' 'tepl-devel' 'termcap' 'termcap-32bit' 'terminator' 'terminator-lang' 'terminatorX' 'terminatorX' 'terminatorX-debuginfo' 'terminatorX-debugsource' 'terminology' 'terminology-lang' 'terminology-theme-dark' 'terminology-theme-misc' 'terminology-theme-openSUSE' 'terminology-theme-openSUSE-oliveleaf' 'terminology-theme-upstream' 'terminus' 'terminus-bitmap-fonts' 'terminus-lang' 'termrec' 'termsyn-bitmap-fonts' 'terraform-provider-aws' 'terraform-provider-null' 'terraform-provider-openstack' 'terraform-provider-template' 'terraform-provider-vsphere' 'teseq' 'tesla-polyglot' 'tesla-polyglot-atom' 'tesla-polyglot-common' 'tesla-polyglot-common-javadoc' 'tesla-polyglot-groovy' 'tesla-polyglot-javadoc' 'tesla-polyglot-maven-plugin' 'tesla-polyglot-translate-plugin' 'tesla-polyglot-xml' 'tesla-polyglot-yaml' 'tesseract' 'tesseract-data' 'tesseract-ocr' 'tesseract-ocr-devel' 'tesseract-ocr-traineddata-afrikaans' 'tesseract-ocr-traineddata-albanian' 'tesseract-ocr-traineddata-amharic' 'tesseract-ocr-traineddata-arabic' 'tesseract-ocr-traineddata-assamese' 'tesseract-ocr-traineddata-azerbaijani' 'tesseract-ocr-traineddata-azerbaijani_cyrillic' 'tesseract-ocr-traineddata-basque' 'tesseract-ocr-traineddata-belarusian' 'tesseract-ocr-traineddata-bengali' 'tesseract-ocr-traineddata-bosnian' 'tesseract-ocr-traineddata-bulgarian' 'tesseract-ocr-traineddata-burmese' 'tesseract-ocr-traineddata-catalan' 'tesseract-ocr-traineddata-cebuano' 'tesseract-ocr-traineddata-cherokee' 'tesseract-ocr-traineddata-chinese_simplified' 'tesseract-ocr-traineddata-chinese_traditional' 'tesseract-ocr-traineddata-croatian' 'tesseract-ocr-traineddata-czech' 'tesseract-ocr-traineddata-danish' 'tesseract-ocr-traineddata-dutch' 'tesseract-ocr-traineddata-dzongkha' 'tesseract-ocr-traineddata-english' 'tesseract-ocr-traineddata-english_middle' 'tesseract-ocr-traineddata-esperanto' 'tesseract-ocr-traineddata-estonian' 'tesseract-ocr-traineddata-finnish' 'tesseract-ocr-traineddata-frankish' 'tesseract-ocr-traineddata-french' 'tesseract-ocr-traineddata-french_middle' 'tesseract-ocr-traineddata-galician' 'tesseract-ocr-traineddata-georgian' 'tesseract-ocr-traineddata-georgian_old' 'tesseract-ocr-traineddata-german' 'tesseract-ocr-traineddata-greek' 'tesseract-ocr-traineddata-greek_ancient' 'tesseract-ocr-traineddata-gujarati' 'tesseract-ocr-traineddata-haitian' 'tesseract-ocr-traineddata-hebrew' 'tesseract-ocr-traineddata-hindi' 'tesseract-ocr-traineddata-hungarian' 'tesseract-ocr-traineddata-icelandic' 'tesseract-ocr-traineddata-indonese' 'tesseract-ocr-traineddata-inuktitut' 'tesseract-ocr-traineddata-irish' 'tesseract-ocr-traineddata-italian' 'tesseract-ocr-traineddata-italian_old' 'tesseract-ocr-traineddata-japanese' 'tesseract-ocr-traineddata-javanese' 'tesseract-ocr-traineddata-kannada' 'tesseract-ocr-traineddata-kazakh' 'tesseract-ocr-traineddata-khmer' 'tesseract-ocr-traineddata-korean' 'tesseract-ocr-traineddata-kurdish' 'tesseract-ocr-traineddata-kyrgyz' 'tesseract-ocr-traineddata-lao' 'tesseract-ocr-traineddata-latin' 'tesseract-ocr-traineddata-latvian' 'tesseract-ocr-traineddata-lithuanian' 'tesseract-ocr-traineddata-macedonian' 'tesseract-ocr-traineddata-malay' 'tesseract-ocr-traineddata-malayalam' 'tesseract-ocr-traineddata-maltese' 'tesseract-ocr-traineddata-marathi' 'tesseract-ocr-traineddata-math_equation' 'tesseract-ocr-traineddata-nepali' 'tesseract-ocr-traineddata-norwegian' 'tesseract-ocr-traineddata-orientation_and_script_detection' 'tesseract-ocr-traineddata-oriya' 'tesseract-ocr-traineddata-pashto' 'tesseract-ocr-traineddata-persian' 'tesseract-ocr-traineddata-polish' 'tesseract-ocr-traineddata-portuguese' 'tesseract-ocr-traineddata-punjabi' 'tesseract-ocr-traineddata-romanian' 'tesseract-ocr-traineddata-russian' 'tesseract-ocr-traineddata-sanskrit' 'tesseract-ocr-traineddata-serbian' 'tesseract-ocr-traineddata-serbian_latin' 'tesseract-ocr-traineddata-sinhala' 'tesseract-ocr-traineddata-slovak' 'tesseract-ocr-traineddata-slovenian' 'tesseract-ocr-traineddata-spanish' 'tesseract-ocr-traineddata-spanish_old' 'tesseract-ocr-traineddata-swahili' 'tesseract-ocr-traineddata-swedish' 'tesseract-ocr-traineddata-syriac' 'tesseract-ocr-traineddata-tagalog' 'tesseract-ocr-traineddata-tajik' 'tesseract-ocr-traineddata-tamil' 'tesseract-ocr-traineddata-telugu' 'tesseract-ocr-traineddata-thai' 'tesseract-ocr-traineddata-tibetan_standard' 'tesseract-ocr-traineddata-tigrinya' 'tesseract-ocr-traineddata-turkish' 'tesseract-ocr-traineddata-ukrainian' 'tesseract-ocr-traineddata-urdu' 'tesseract-ocr-traineddata-uyghur' 'tesseract-ocr-traineddata-uzbek' 'tesseract-ocr-traineddata-uzbek_cyrillic' 'tesseract-ocr-traineddata-vietnamese' 'tesseract-ocr-traineddata-welsh' 'tesseract-ocr-traineddata-yiddish' 'tesseract-server' 'test-interface' 'test-interface-javadoc' 'testdisk' 'testng' 'testng-javadoc' 'testssl.sh' 'tetrinet-server' 'tevent-man' 'texamator' 'texamator-lang' 'texi2html' 'texi2html-lang' 'texi2roff' 'texinfo' 'texinfo4' 'texlive' 'texlive-12many' 'texlive-12many-doc' 'texlive-2up' 'texlive-2up-doc' 'texlive-Asana-Math' 'texlive-Asana-Math-doc' 'texlive-Asana-Math-fonts' 'texlive-ESIEEcv' 'texlive-ESIEEcv-doc' 'texlive-GS1' 'texlive-GS1-doc' 'texlive-HA-prosper' 'texlive-HA-prosper-doc' 'texlive-IEEEconf' 'texlive-IEEEconf-doc' 'texlive-IEEEtran' 'texlive-IEEEtran-doc' 'texlive-MemoirChapStyles' 'texlive-SIstyle' 'texlive-SIstyle-doc' 'texlive-SIunits' 'texlive-SIunits-doc' 'texlive-Tabbing' 'texlive-Tabbing-doc' 'texlive-Type1fonts' 'texlive-a0poster' 'texlive-a0poster-doc' 'texlive-a2ping' 'texlive-a2ping-bin' 'texlive-a2ping-doc' 'texlive-a4wide' 'texlive-a4wide-doc' 'texlive-a5comb' 'texlive-a5comb-doc' 'texlive-aaai-named' 'texlive-aastex' 'texlive-aastex-doc' 'texlive-abbr' 'texlive-abbr-doc' 'texlive-abc' 'texlive-abc-doc' 'texlive-abnt' 'texlive-abnt-doc' 'texlive-abntex2' 'texlive-abntex2-doc' 'texlive-abraces' 'texlive-abraces-doc' 'texlive-abstract' 'texlive-abstract-doc' 'texlive-abstyles' 'texlive-abstyles-doc' 'texlive-academicons' 'texlive-academicons-doc' 'texlive-academicons-fonts' 'texlive-accanthis' 'texlive-accanthis-doc' 'texlive-accanthis-fonts' 'texlive-accents' 'texlive-accents-doc' 'texlive-accessibility' 'texlive-accessibility-doc' 'texlive-accfonts' 'texlive-accfonts-bin' 'texlive-accfonts-doc' 'texlive-accsupp' 'texlive-accsupp-doc' 'texlive-achemso' 'texlive-achemso-doc' 'texlive-acmart' 'texlive-acmart-doc' 'texlive-acmconf' 'texlive-acmconf-doc' 'texlive-acro' 'texlive-acro-doc' 'texlive-acronym' 'texlive-acronym-doc' 'texlive-acroterm' 'texlive-acroterm-doc' 'texlive-active-conf' 'texlive-active-conf-doc' 'texlive-actuarialangle' 'texlive-actuarialangle-doc' 'texlive-actuarialsymbol' 'texlive-actuarialsymbol-doc' 'texlive-addfont' 'texlive-addfont-doc' 'texlive-addliga' 'texlive-addliga-doc' 'texlive-addlines' 'texlive-addlines-doc' 'texlive-adfathesis' 'texlive-adfathesis-doc' 'texlive-adforn' 'texlive-adforn-doc' 'texlive-adforn-fonts' 'texlive-adfsymbols' 'texlive-adfsymbols-doc' 'texlive-adfsymbols-fonts' 'texlive-adhocfilelist' 'texlive-adhocfilelist-bin' 'texlive-adhocfilelist-doc' 'texlive-adigraph' 'texlive-adigraph-doc' 'texlive-adjmulticol' 'texlive-adjmulticol-doc' 'texlive-adjustbox' 'texlive-adjustbox-doc' 'texlive-adobemapping' 'texlive-adrconv' 'texlive-adrconv-doc' 'texlive-adtrees' 'texlive-adtrees-doc' 'texlive-advdate' 'texlive-advdate-doc' 'texlive-ae' 'texlive-ae-doc' 'texlive-aeguill' 'texlive-aeguill-doc' 'texlive-afm2pl' 'texlive-afm2pl-bin' 'texlive-afm2pl-doc' 'texlive-afparticle' 'texlive-afparticle-doc' 'texlive-afthesis' 'texlive-afthesis-doc' 'texlive-aguplus' 'texlive-aguplus-doc' 'texlive-aiaa' 'texlive-aiaa-doc' 'texlive-aichej' 'texlive-ajl' 'texlive-akktex' 'texlive-akktex-doc' 'texlive-akletter' 'texlive-akletter-doc' 'texlive-alegreya' 'texlive-alegreya-doc' 'texlive-alegreya-fonts' 'texlive-aleph' 'texlive-aleph-bin' 'texlive-alertmessage' 'texlive-alertmessage-doc' 'texlive-alg' 'texlive-alg-doc' 'texlive-algobox' 'texlive-algobox-doc' 'texlive-algolrevived' 'texlive-algolrevived-doc' 'texlive-algolrevived-fonts' 'texlive-algorithm2e' 'texlive-algorithm2e-doc' 'texlive-algorithmicx' 'texlive-algorithmicx-doc' 'texlive-algorithms' 'texlive-algorithms-doc' 'texlive-algxpar' 'texlive-algxpar-doc' 'texlive-aligned-overset' 'texlive-aligned-overset-doc' 'texlive-alkalami' 'texlive-alkalami-doc' 'texlive-alkalami-fonts' 'texlive-allrunes' 'texlive-allrunes-doc' 'texlive-allrunes-fonts' 'texlive-almendra' 'texlive-almendra-doc' 'texlive-almendra-fonts' 'texlive-almfixed' 'texlive-almfixed-doc' 'texlive-almfixed-fonts' 'texlive-alnumsec' 'texlive-alnumsec-doc' 'texlive-alpha-persian' 'texlive-alpha-persian-doc' 'texlive-alphalph' 'texlive-alphalph-doc' 'texlive-altfont' 'texlive-altfont-doc' 'texlive-ametsoc' 'texlive-ametsoc-doc' 'texlive-amiri' 'texlive-amiri-doc' 'texlive-amiri-fonts' 'texlive-amsaddr' 'texlive-amsaddr-doc' 'texlive-amscdx' 'texlive-amscdx-doc' 'texlive-amscls' 'texlive-amscls-doc' 'texlive-amsfonts' 'texlive-amsfonts-doc' 'texlive-amsfonts-fonts' 'texlive-amslatex-primer' 'texlive-amsldoc-it' 'texlive-amsldoc-vn' 'texlive-amsmath' 'texlive-amsmath-doc' 'texlive-amsmath-it' 'texlive-amsrefs' 'texlive-amsrefs-doc' 'texlive-amstex' 'texlive-amstex-bin' 'texlive-amstex-doc' 'texlive-amsthdoc-it' 'texlive-animate' 'texlive-animate-doc' 'texlive-annee-scolaire' 'texlive-annee-scolaire-doc' 'texlive-annotate' 'texlive-anonchap' 'texlive-anonchap-doc' 'texlive-anonymouspro' 'texlive-anonymouspro-doc' 'texlive-anonymouspro-fonts' 'texlive-answers' 'texlive-answers-doc' 'texlive-antiqua' 'texlive-antiqua-doc' 'texlive-antiqua-fonts' 'texlive-antomega' 'texlive-antomega-doc' 'texlive-antt' 'texlive-antt-doc' 'texlive-antt-fonts' 'texlive-anufinalexam' 'texlive-anyfontsize' 'texlive-anyfontsize-doc' 'texlive-anysize' 'texlive-anysize-doc' 'texlive-aobs-tikz' 'texlive-aobs-tikz-doc' 'texlive-aomart' 'texlive-aomart-doc' 'texlive-apa' 'texlive-apa-doc' 'texlive-apa6' 'texlive-apa6-doc' 'texlive-apa6e' 'texlive-apa6e-doc' 'texlive-apa7' 'texlive-apa7-doc' 'texlive-apacite' 'texlive-apacite-doc' 'texlive-apalike-german' 'texlive-apalike-german-doc' 'texlive-apalike2' 'texlive-apnum' 'texlive-apnum-doc' 'texlive-appendix' 'texlive-appendix-doc' 'texlive-appendixnumberbeamer' 'texlive-appendixnumberbeamer-doc' 'texlive-apprendre-a-programmer-en-tex' 'texlive-apprends-latex' 'texlive-apptools' 'texlive-apptools-doc' 'texlive-apxproof' 'texlive-apxproof-doc' 'texlive-arabi' 'texlive-arabi-add' 'texlive-arabi-add-doc' 'texlive-arabi-doc' 'texlive-arabi-fonts' 'texlive-arabicfront' 'texlive-arabicfront-doc' 'texlive-arabluatex' 'texlive-arabluatex-doc' 'texlive-arabtex' 'texlive-arabtex-doc' 'texlive-arabtex-fonts' 'texlive-arabxetex' 'texlive-arabxetex-doc' 'texlive-aramaic-serto' 'texlive-aramaic-serto-doc' 'texlive-aramaic-serto-fonts' 'texlive-arara' 'texlive-arara-bin' 'texlive-arara-doc' 'texlive-archaeologie' 'texlive-archaeologie-doc' 'texlive-archaic' 'texlive-archaic-doc' 'texlive-archaic-fonts' 'texlive-arcs' 'texlive-arcs-doc' 'texlive-arev' 'texlive-arev-doc' 'texlive-arev-fonts' 'texlive-arimo' 'texlive-arimo-doc' 'texlive-arimo-fonts' 'texlive-armtex' 'texlive-armtex-doc' 'texlive-armtex-fonts' 'texlive-around-the-bend' 'texlive-arphic' 'texlive-arphic-doc' 'texlive-arphic-fonts' 'texlive-arphic-ttf' 'texlive-arphic-ttf-doc' 'texlive-arphic-ttf-fonts' 'texlive-arraycols' 'texlive-arraycols-doc' 'texlive-arrayjobx' 'texlive-arrayjobx-doc' 'texlive-arraysort' 'texlive-arraysort-doc' 'texlive-arsclassica' 'texlive-arsclassica-doc' 'texlive-articleingud' 'texlive-articleingud-doc' 'texlive-arydshln' 'texlive-arydshln-doc' 'texlive-asaetr' 'texlive-asaetr-doc' 'texlive-asapsym' 'texlive-asapsym-doc' 'texlive-asapsym-fonts' 'texlive-ascelike' 'texlive-ascelike-doc' 'texlive-ascii-chart' 'texlive-ascii-font' 'texlive-ascii-font-doc' 'texlive-ascii-font-fonts' 'texlive-asciilist' 'texlive-asciilist-doc' 'texlive-ascmac' 'texlive-ascmac-doc' 'texlive-ascmac-fonts' 'texlive-askinclude' 'texlive-askinclude-doc' 'texlive-askmaps' 'texlive-askmaps-doc' 'texlive-asmeconf' 'texlive-asmeconf-doc' 'texlive-asmejour' 'texlive-asmejour-doc' 'texlive-aspectratio' 'texlive-aspectratio-doc' 'texlive-aspectratio-fonts' 'texlive-assignment' 'texlive-assignment-doc' 'texlive-assoccnt' 'texlive-assoccnt-doc' 'texlive-astro' 'texlive-astro-doc' 'texlive-asyfig' 'texlive-asyfig-doc' 'texlive-asymptote' 'texlive-asymptote-bin' 'texlive-asymptote-by-example-zh-cn' 'texlive-asymptote-doc' 'texlive-asymptote-faq-zh-cn' 'texlive-asymptote-manual-zh-cn' 'texlive-asypictureb' 'texlive-asypictureb-doc' 'texlive-atbegshi' 'texlive-atbegshi-doc' 'texlive-atenddvi' 'texlive-atenddvi-doc' 'texlive-attachfile' 'texlive-attachfile-doc' 'texlive-attachfile2' 'texlive-attachfile2-bin' 'texlive-attachfile2-doc' 'texlive-atveryend' 'texlive-atveryend-doc' 'texlive-aucklandthesis' 'texlive-aucklandthesis-doc' 'texlive-augie' 'texlive-augie-doc' 'texlive-augie-fonts' 'texlive-auncial-new' 'texlive-auncial-new-doc' 'texlive-auncial-new-fonts' 'texlive-aurical' 'texlive-aurical-doc' 'texlive-aurical-fonts' 'texlive-aurl' 'texlive-aurl-doc' 'texlive-authoraftertitle' 'texlive-authoraftertitle-doc' 'texlive-authorarchive' 'texlive-authorarchive-doc' 'texlive-authordate' 'texlive-authordate-doc' 'texlive-authorindex' 'texlive-authorindex-bin' 'texlive-authorindex-doc' 'texlive-auto-pst-pdf' 'texlive-auto-pst-pdf-doc' 'texlive-auto-pst-pdf-lua' 'texlive-auto-pst-pdf-lua-doc' 'texlive-autoaligne' 'texlive-autoaligne-doc' 'texlive-autoarea' 'texlive-autoarea-doc' 'texlive-autobreak' 'texlive-autobreak-doc' 'texlive-autofancyhdr' 'texlive-autofancyhdr-doc' 'texlive-automata' 'texlive-automata-doc' 'texlive-autonum' 'texlive-autonum-doc' 'texlive-autopdf' 'texlive-autopdf-doc' 'texlive-autosp' 'texlive-autosp-bin' 'texlive-auxhook' 'texlive-auxhook-doc' 'texlive-avantgar' 'texlive-avantgar-fonts' 'texlive-avremu' 'texlive-avremu-doc' 'texlive-awesomebox' 'texlive-awesomebox-doc' 'texlive-axessibility' 'texlive-axessibility-doc' 'texlive-axodraw2' 'texlive-axodraw2-bin' 'texlive-axodraw2-doc' 'texlive-b1encoding' 'texlive-b1encoding-doc' 'texlive-babel' 'texlive-babel-albanian' 'texlive-babel-albanian-doc' 'texlive-babel-azerbaijani' 'texlive-babel-azerbaijani-doc' 'texlive-babel-basque' 'texlive-babel-basque-doc' 'texlive-babel-belarusian' 'texlive-babel-belarusian-doc' 'texlive-babel-bosnian' 'texlive-babel-bosnian-doc' 'texlive-babel-breton' 'texlive-babel-breton-doc' 'texlive-babel-bulgarian' 'texlive-babel-bulgarian-doc' 'texlive-babel-catalan' 'texlive-babel-catalan-doc' 'texlive-babel-croatian' 'texlive-babel-croatian-doc' 'texlive-babel-czech' 'texlive-babel-czech-doc' 'texlive-babel-danish' 'texlive-babel-danish-doc' 'texlive-babel-doc' 'texlive-babel-dutch' 'texlive-babel-dutch-doc' 'texlive-babel-english' 'texlive-babel-english-doc' 'texlive-babel-esperanto' 'texlive-babel-esperanto-doc' 'texlive-babel-estonian' 'texlive-babel-estonian-doc' 'texlive-babel-finnish' 'texlive-babel-finnish-doc' 'texlive-babel-french' 'texlive-babel-french-doc' 'texlive-babel-friulan' 'texlive-babel-friulan-doc' 'texlive-babel-galician' 'texlive-babel-galician-doc' 'texlive-babel-georgian' 'texlive-babel-georgian-doc' 'texlive-babel-german' 'texlive-babel-german-doc' 'texlive-babel-greek' 'texlive-babel-greek-doc' 'texlive-babel-hebrew' 'texlive-babel-hebrew-doc' 'texlive-babel-hungarian' 'texlive-babel-hungarian-doc' 'texlive-babel-icelandic' 'texlive-babel-icelandic-doc' 'texlive-babel-indonesian' 'texlive-babel-indonesian-doc' 'texlive-babel-interlingua' 'texlive-babel-interlingua-doc' 'texlive-babel-irish' 'texlive-babel-irish-doc' 'texlive-babel-italian' 'texlive-babel-italian-doc' 'texlive-babel-japanese' 'texlive-babel-japanese-doc' 'texlive-babel-kurmanji' 'texlive-babel-kurmanji-doc' 'texlive-babel-latin' 'texlive-babel-latin-doc' 'texlive-babel-latvian' 'texlive-babel-latvian-doc' 'texlive-babel-macedonian' 'texlive-babel-macedonian-doc' 'texlive-babel-malay' 'texlive-babel-malay-doc' 'texlive-babel-norsk' 'texlive-babel-norsk-doc' 'texlive-babel-occitan' 'texlive-babel-occitan-doc' 'texlive-babel-piedmontese' 'texlive-babel-piedmontese-doc' 'texlive-babel-polish' 'texlive-babel-polish-doc' 'texlive-babel-portuges' 'texlive-babel-portuges-doc' 'texlive-babel-romanian' 'texlive-babel-romanian-doc' 'texlive-babel-romansh' 'texlive-babel-romansh-doc' 'texlive-babel-russian' 'texlive-babel-russian-doc' 'texlive-babel-samin' 'texlive-babel-samin-doc' 'texlive-babel-scottish' 'texlive-babel-scottish-doc' 'texlive-babel-serbian' 'texlive-babel-serbian-doc' 'texlive-babel-serbianc' 'texlive-babel-serbianc-doc' 'texlive-babel-slovak' 'texlive-babel-slovak-doc' 'texlive-babel-slovenian' 'texlive-babel-slovenian-doc' 'texlive-babel-sorbian' 'texlive-babel-sorbian-doc' 'texlive-babel-spanish' 'texlive-babel-spanish-doc' 'texlive-babel-swedish' 'texlive-babel-swedish-doc' 'texlive-babel-thai' 'texlive-babel-thai-doc' 'texlive-babel-turkish' 'texlive-babel-turkish-doc' 'texlive-babel-ukrainian' 'texlive-babel-ukrainian-doc' 'texlive-babel-vietnamese' 'texlive-babel-vietnamese-doc' 'texlive-babel-welsh' 'texlive-babel-welsh-doc' 'texlive-babelbib' 'texlive-babelbib-doc' 'texlive-background' 'texlive-background-doc' 'texlive-backnaur' 'texlive-backnaur-doc' 'texlive-baekmuk' 'texlive-baekmuk-doc' 'texlive-baekmuk-fonts' 'texlive-bagpipe' 'texlive-bagpipe-doc' 'texlive-bangorcsthesis' 'texlive-bangorcsthesis-doc' 'texlive-bangorexam' 'texlive-bangorexam-doc' 'texlive-bangtex' 'texlive-bangtex-doc' 'texlive-bankstatement' 'texlive-bankstatement-doc' 'texlive-barcodes' 'texlive-barcodes-doc' 'texlive-bardiag' 'texlive-bardiag-doc' 'texlive-barr' 'texlive-barr-doc' 'texlive-barracuda' 'texlive-barracuda-doc' 'texlive-bartel-chess-fonts' 'texlive-bartel-chess-fonts-doc' 'texlive-bashful' 'texlive-bashful-doc' 'texlive-basicarith' 'texlive-basicarith-doc' 'texlive-baskervald' 'texlive-baskervald-doc' 'texlive-baskervald-fonts' 'texlive-baskervaldx' 'texlive-baskervaldx-doc' 'texlive-baskervaldx-fonts' 'texlive-baskervillef' 'texlive-baskervillef-doc' 'texlive-baskervillef-fonts' 'texlive-basque-book' 'texlive-basque-book-doc' 'texlive-basque-date' 'texlive-basque-date-doc' 'texlive-bath-bst' 'texlive-bath-bst-doc' 'texlive-bbcard' 'texlive-bbcard-doc' 'texlive-bbding' 'texlive-bbding-doc' 'texlive-bbm' 'texlive-bbm-doc' 'texlive-bbm-macros' 'texlive-bbm-macros-doc' 'texlive-bbold' 'texlive-bbold-doc' 'texlive-bbold-type1' 'texlive-bbold-type1-doc' 'texlive-bbold-type1-fonts' 'texlive-bchart' 'texlive-bchart-doc' 'texlive-bclogo' 'texlive-bclogo-doc' 'texlive-beamer' 'texlive-beamer-FUBerlin' 'texlive-beamer-doc' 'texlive-beamer-rl' 'texlive-beamer-rl-doc' 'texlive-beamer-tut-pt' 'texlive-beamer-verona' 'texlive-beamer-verona-doc' 'texlive-beamer2thesis' 'texlive-beamer2thesis-doc' 'texlive-beameraudience' 'texlive-beameraudience-doc' 'texlive-beamerauxtheme' 'texlive-beamerauxtheme-doc' 'texlive-beamercolorthemeowl' 'texlive-beamercolorthemeowl-doc' 'texlive-beamerdarkthemes' 'texlive-beamerdarkthemes-doc' 'texlive-beamerposter' 'texlive-beamerposter-doc' 'texlive-beamersubframe' 'texlive-beamersubframe-doc' 'texlive-beamerswitch' 'texlive-beamerswitch-doc' 'texlive-beamertheme-cuerna' 'texlive-beamertheme-cuerna-doc' 'texlive-beamertheme-detlevcm' 'texlive-beamertheme-detlevcm-doc' 'texlive-beamertheme-epyt' 'texlive-beamertheme-epyt-doc' 'texlive-beamertheme-focus' 'texlive-beamertheme-focus-doc' 'texlive-beamertheme-light' 'texlive-beamertheme-light-doc' 'texlive-beamertheme-metropolis' 'texlive-beamertheme-metropolis-doc' 'texlive-beamertheme-npbt' 'texlive-beamertheme-npbt-doc' 'texlive-beamertheme-phnompenh' 'texlive-beamertheme-phnompenh-doc' 'texlive-beamertheme-saintpetersburg' 'texlive-beamertheme-saintpetersburg-doc' 'texlive-beamertheme-upenn-bc' 'texlive-beamertheme-upenn-bc-doc' 'texlive-beamerthemejltree' 'texlive-beamerthemenirma' 'texlive-beamerthemenirma-doc' 'texlive-bearwear' 'texlive-bearwear-doc' 'texlive-beebe' 'texlive-begingreek' 'texlive-begingreek-doc' 'texlive-begriff' 'texlive-begriff-doc' 'texlive-beilstein' 'texlive-beilstein-doc' 'texlive-belleek' 'texlive-belleek-doc' 'texlive-belleek-fonts' 'texlive-bengali' 'texlive-bengali-doc' 'texlive-bera' 'texlive-bera-doc' 'texlive-bera-fonts' 'texlive-berenisadf' 'texlive-berenisadf-doc' 'texlive-berenisadf-fonts' 'texlive-besjournals' 'texlive-besjournals-doc' 'texlive-bestpapers' 'texlive-bestpapers-doc' 'texlive-betababel' 'texlive-betababel-doc' 'texlive-beton' 'texlive-beton-doc' 'texlive-beuron' 'texlive-beuron-doc' 'texlive-beuron-fonts' 'texlive-bewerbung' 'texlive-bewerbung-doc' 'texlive-bez123' 'texlive-bez123-doc' 'texlive-bezierplot' 'texlive-bezierplot-doc' 'texlive-bgteubner' 'texlive-bgteubner-doc' 'texlive-bguq' 'texlive-bguq-doc' 'texlive-bguq-fonts' 'texlive-bhcexam' 'texlive-bhcexam-doc' 'texlive-bib-fr' 'texlive-bib-fr-doc' 'texlive-bib2gls' 'texlive-bib2gls-bin' 'texlive-bib2gls-doc' 'texlive-bibarts' 'texlive-bibarts-doc' 'texlive-biber' 'texlive-biber-bin' 'texlive-bibexport' 'texlive-bibexport-bin' 'texlive-bibexport-doc' 'texlive-bibhtml' 'texlive-bibhtml-doc' 'texlive-biblatex' 'texlive-biblatex-abnt' 'texlive-biblatex-abnt-doc' 'texlive-biblatex-ajc2020unofficial' 'texlive-biblatex-ajc2020unofficial-doc' 'texlive-biblatex-anonymous' 'texlive-biblatex-anonymous-doc' 'texlive-biblatex-apa' 'texlive-biblatex-apa-doc' 'texlive-biblatex-apa6' 'texlive-biblatex-apa6-doc' 'texlive-biblatex-archaeology' 'texlive-biblatex-archaeology-doc' 'texlive-biblatex-arthistory-bonn' 'texlive-biblatex-arthistory-bonn-doc' 'texlive-biblatex-bath' 'texlive-biblatex-bath-doc' 'texlive-biblatex-bookinarticle' 'texlive-biblatex-bookinarticle-doc' 'texlive-biblatex-bookinother' 'texlive-biblatex-bookinother-doc' 'texlive-biblatex-bwl' 'texlive-biblatex-bwl-doc' 'texlive-biblatex-caspervector' 'texlive-biblatex-caspervector-doc' 'texlive-biblatex-cheatsheet' 'texlive-biblatex-chem' 'texlive-biblatex-chem-doc' 'texlive-biblatex-chicago' 'texlive-biblatex-chicago-doc' 'texlive-biblatex-claves' 'texlive-biblatex-claves-doc' 'texlive-biblatex-doc' 'texlive-biblatex-dw' 'texlive-biblatex-dw-doc' 'texlive-biblatex-enc' 'texlive-biblatex-enc-doc' 'texlive-biblatex-ext' 'texlive-biblatex-ext-doc' 'texlive-biblatex-fiwi' 'texlive-biblatex-fiwi-doc' 'texlive-biblatex-gb7714-2015' 'texlive-biblatex-gb7714-2015-doc' 'texlive-biblatex-german-legal' 'texlive-biblatex-german-legal-doc' 'texlive-biblatex-gost' 'texlive-biblatex-gost-doc' 'texlive-biblatex-historian' 'texlive-biblatex-historian-doc' 'texlive-biblatex-ieee' 'texlive-biblatex-ieee-doc' 'texlive-biblatex-ijsra' 'texlive-biblatex-ijsra-doc' 'texlive-biblatex-iso690' 'texlive-biblatex-iso690-doc' 'texlive-biblatex-jura2' 'texlive-biblatex-jura2-doc' 'texlive-biblatex-juradiss' 'texlive-biblatex-juradiss-doc' 'texlive-biblatex-lni' 'texlive-biblatex-lni-doc' 'texlive-biblatex-luh-ipw' 'texlive-biblatex-luh-ipw-doc' 'texlive-biblatex-manuscripts-philology' 'texlive-biblatex-manuscripts-philology-doc' 'texlive-biblatex-mla' 'texlive-biblatex-mla-doc' 'texlive-biblatex-morenames' 'texlive-biblatex-morenames-doc' 'texlive-biblatex-multiple-dm' 'texlive-biblatex-multiple-dm-doc' 'texlive-biblatex-musuos' 'texlive-biblatex-musuos-doc' 'texlive-biblatex-nature' 'texlive-biblatex-nature-doc' 'texlive-biblatex-nejm' 'texlive-biblatex-nejm-doc' 'texlive-biblatex-nottsclassic' 'texlive-biblatex-nottsclassic-doc' 'texlive-biblatex-opcit-booktitle' 'texlive-biblatex-opcit-booktitle-doc' 'texlive-biblatex-oxref' 'texlive-biblatex-oxref-doc' 'texlive-biblatex-philosophy' 'texlive-biblatex-philosophy-doc' 'texlive-biblatex-phys' 'texlive-biblatex-phys-doc' 'texlive-biblatex-publist' 'texlive-biblatex-publist-doc' 'texlive-biblatex-realauthor' 'texlive-biblatex-realauthor-doc' 'texlive-biblatex-sbl' 'texlive-biblatex-sbl-doc' 'texlive-biblatex-science' 'texlive-biblatex-science-doc' 'texlive-biblatex-shortfields' 'texlive-biblatex-shortfields-doc' 'texlive-biblatex-socialscienceshuberlin' 'texlive-biblatex-socialscienceshuberlin-doc' 'texlive-biblatex-source-division' 'texlive-biblatex-source-division-doc' 'texlive-biblatex-subseries' 'texlive-biblatex-subseries-doc' 'texlive-biblatex-swiss-legal' 'texlive-biblatex-swiss-legal-doc' 'texlive-biblatex-trad' 'texlive-biblatex-trad-doc' 'texlive-biblatex-true-citepages-omit' 'texlive-biblatex-true-citepages-omit-doc' 'texlive-biblatex2bibitem' 'texlive-biblatex2bibitem-doc' 'texlive-bibleref' 'texlive-bibleref-doc' 'texlive-bibleref-french' 'texlive-bibleref-french-doc' 'texlive-bibleref-german' 'texlive-bibleref-german-doc' 'texlive-bibleref-lds' 'texlive-bibleref-lds-doc' 'texlive-bibleref-mouth' 'texlive-bibleref-mouth-doc' 'texlive-bibleref-parse' 'texlive-bibleref-parse-doc' 'texlive-bibletext' 'texlive-bibletext-doc' 'texlive-biblist' 'texlive-biblist-doc' 'texlive-bibtex' 'texlive-bibtex-bin' 'texlive-bibtex-doc' 'texlive-bibtex8' 'texlive-bibtex8-bin' 'texlive-bibtex8-doc' 'texlive-bibtexperllibs' 'texlive-bibtexperllibs-doc' 'texlive-bibtexu' 'texlive-bibtexu-bin' 'texlive-bibtopic' 'texlive-bibtopic-doc' 'texlive-bibtopicprefix' 'texlive-bibtopicprefix-doc' 'texlive-bibunits' 'texlive-bibunits-doc' 'texlive-bidi' 'texlive-bidi-atbegshi' 'texlive-bidi-atbegshi-doc' 'texlive-bidi-doc' 'texlive-bidicontour' 'texlive-bidicontour-doc' 'texlive-bidihl' 'texlive-bidihl-doc' 'texlive-bidipagegrid' 'texlive-bidipagegrid-doc' 'texlive-bidipresentation' 'texlive-bidipresentation-doc' 'texlive-bidishadowtext' 'texlive-bidishadowtext-doc' 'texlive-bigfoot' 'texlive-bigfoot-doc' 'texlive-bigintcalc' 'texlive-bigintcalc-doc' 'texlive-bigints' 'texlive-bigints-doc' 'texlive-bin-devel' 'texlive-binarytree' 'texlive-binarytree-doc' 'texlive-binomexp' 'texlive-binomexp-doc' 'texlive-biochemistry-colors' 'texlive-biochemistry-colors-doc' 'texlive-biocon' 'texlive-biocon-doc' 'texlive-biolett-bst' 'texlive-biolett-bst-doc' 'texlive-bitelist' 'texlive-bitelist-doc' 'texlive-bitpattern' 'texlive-bitpattern-doc' 'texlive-bitset' 'texlive-bitset-doc' 'texlive-bitter' 'texlive-bitter-doc' 'texlive-bitter-fonts' 'texlive-bizcard' 'texlive-bizcard-doc' 'texlive-blacklettert1' 'texlive-blacklettert1-doc' 'texlive-blindtext' 'texlive-blindtext-doc' 'texlive-blkarray' 'texlive-blkarray-doc' 'texlive-blochsphere' 'texlive-blochsphere-doc' 'texlive-block' 'texlive-block-doc' 'texlive-blockdraw_mp' 'texlive-blockdraw_mp-doc' 'texlive-bloques' 'texlive-bloques-doc' 'texlive-blowup' 'texlive-blowup-doc' 'texlive-blox' 'texlive-blox-doc' 'texlive-bnumexpr' 'texlive-bnumexpr-doc' 'texlive-bodegraph' 'texlive-bodegraph-doc' 'texlive-bohr' 'texlive-bohr-doc' 'texlive-boisik' 'texlive-boisik-doc' 'texlive-boites' 'texlive-boites-doc' 'texlive-bold-extra' 'texlive-bold-extra-doc' 'texlive-boldtensors' 'texlive-boldtensors-doc' 'texlive-bondgraph' 'texlive-bondgraph-doc' 'texlive-bondgraphs' 'texlive-bondgraphs-doc' 'texlive-bookcover' 'texlive-bookcover-doc' 'texlive-bookdb' 'texlive-bookdb-doc' 'texlive-bookest' 'texlive-bookest-doc' 'texlive-bookhands' 'texlive-bookhands-doc' 'texlive-bookhands-fonts' 'texlive-booklet' 'texlive-booklet-doc' 'texlive-bookman' 'texlive-bookman-fonts' 'texlive-bookmark' 'texlive-bookmark-doc' 'texlive-booktabs' 'texlive-booktabs-de' 'texlive-booktabs-doc' 'texlive-booktabs-fr' 'texlive-boolexpr' 'texlive-boolexpr-doc' 'texlive-boondox' 'texlive-boondox-doc' 'texlive-boondox-fonts' 'texlive-bophook' 'texlive-bophook-doc' 'texlive-borceux' 'texlive-borceux-doc' 'texlive-bosisio' 'texlive-bosisio-doc' 'texlive-boxedminipage' 'texlive-boxedminipage-doc' 'texlive-boxedminipage2e' 'texlive-boxedminipage2e-doc' 'texlive-boxhandler' 'texlive-boxhandler-doc' 'texlive-bpchem' 'texlive-bpchem-doc' 'texlive-bpolynomial' 'texlive-bpolynomial-doc' 'texlive-br-lex' 'texlive-br-lex-doc' 'texlive-bracketkey' 'texlive-bracketkey-doc' 'texlive-braids' 'texlive-braids-doc' 'texlive-braille' 'texlive-braille-doc' 'texlive-braket' 'texlive-braket-doc' 'texlive-brandeis-dissertation' 'texlive-brandeis-dissertation-doc' 'texlive-brandeis-problemset' 'texlive-brandeis-problemset-doc' 'texlive-brandeis-thesis' 'texlive-brandeis-thesis-doc' 'texlive-breakcites' 'texlive-breakcites-doc' 'texlive-breakurl' 'texlive-breakurl-doc' 'texlive-bredzenie' 'texlive-bredzenie-doc' 'texlive-breqn' 'texlive-breqn-doc' 'texlive-bropd' 'texlive-bropd-doc' 'texlive-brushscr' 'texlive-brushscr-doc' 'texlive-brushscr-fonts' 'texlive-bullcntr' 'texlive-bullcntr-doc' 'texlive-bundledoc' 'texlive-bundledoc-bin' 'texlive-bundledoc-doc' 'texlive-burmese' 'texlive-burmese-doc' 'texlive-burmese-fonts' 'texlive-businesscard-qrcode' 'texlive-businesscard-qrcode-doc' 'texlive-bussproofs' 'texlive-bussproofs-doc' 'texlive-bussproofs-extra' 'texlive-bussproofs-extra-doc' 'texlive-bxbase' 'texlive-bxbase-doc' 'texlive-bxcalc' 'texlive-bxcalc-doc' 'texlive-bxcjkjatype' 'texlive-bxcjkjatype-doc' 'texlive-bxdpx-beamer' 'texlive-bxdpx-beamer-doc' 'texlive-bxdvidriver' 'texlive-bxdvidriver-doc' 'texlive-bxeepic' 'texlive-bxeepic-doc' 'texlive-bxenclose' 'texlive-bxenclose-doc' 'texlive-bxghost' 'texlive-bxghost-doc' 'texlive-bxjaholiday' 'texlive-bxjaholiday-doc' 'texlive-bxjalipsum' 'texlive-bxjalipsum-doc' 'texlive-bxjaprnind' 'texlive-bxjaprnind-doc' 'texlive-bxjatoucs' 'texlive-bxjatoucs-doc' 'texlive-bxjscls' 'texlive-bxjscls-doc' 'texlive-bxnewfont' 'texlive-bxnewfont-doc' 'texlive-bxorigcapt' 'texlive-bxorigcapt-doc' 'texlive-bxpapersize' 'texlive-bxpapersize-doc' 'texlive-bxpdfver' 'texlive-bxpdfver-doc' 'texlive-bxtexlogo' 'texlive-bxtexlogo-doc' 'texlive-bxwareki' 'texlive-bxwareki-doc' 'texlive-bytefield' 'texlive-bytefield-doc' 'texlive-c-pascal' 'texlive-c-pascal-doc' 'texlive-c90' 'texlive-c90-doc' 'texlive-cabin' 'texlive-cabin-doc' 'texlive-cabin-fonts' 'texlive-cachepic' 'texlive-cachepic-bin' 'texlive-cachepic-doc' 'texlive-caladea' 'texlive-caladea-doc' 'texlive-caladea-fonts' 'texlive-calcage' 'texlive-calcage-doc' 'texlive-calctab' 'texlive-calctab-doc' 'texlive-calculation' 'texlive-calculation-doc' 'texlive-calculator' 'texlive-calculator-doc' 'texlive-calligra' 'texlive-calligra-doc' 'texlive-calligra-type1' 'texlive-calligra-type1-doc' 'texlive-calligra-type1-fonts' 'texlive-callouts' 'texlive-callouts-doc' 'texlive-calrsfs' 'texlive-calrsfs-doc' 'texlive-cals' 'texlive-cals-doc' 'texlive-calxxxx-yyyy' 'texlive-calxxxx-yyyy-doc' 'texlive-cancel' 'texlive-cancel-doc' 'texlive-canoniclayout' 'texlive-canoniclayout-doc' 'texlive-cantarell' 'texlive-cantarell-doc' 'texlive-cantarell-fonts' 'texlive-capt-of' 'texlive-capt-of-doc' 'texlive-captcont' 'texlive-captcont-doc' 'texlive-captdef' 'texlive-captdef-doc' 'texlive-caption' 'texlive-caption-doc' 'texlive-carbohydrates' 'texlive-carbohydrates-doc' 'texlive-carlisle' 'texlive-carlisle-doc' 'texlive-carlito' 'texlive-carlito-doc' 'texlive-carlito-fonts' 'texlive-carolmin-ps' 'texlive-carolmin-ps-doc' 'texlive-carolmin-ps-fonts' 'texlive-cascade' 'texlive-cascade-doc' 'texlive-cascadilla' 'texlive-cascadilla-doc' 'texlive-cases' 'texlive-cases-doc' 'texlive-casyl' 'texlive-casyl-doc' 'texlive-catchfile' 'texlive-catchfile-doc' 'texlive-catchfilebetweentags' 'texlive-catchfilebetweentags-doc' 'texlive-catcodes' 'texlive-catcodes-doc' 'texlive-catechis' 'texlive-catechis-doc' 'texlive-catoptions' 'texlive-catoptions-doc' 'texlive-cbcoptic' 'texlive-cbcoptic-doc' 'texlive-cbcoptic-fonts' 'texlive-cbfonts' 'texlive-cbfonts-doc' 'texlive-cbfonts-fd' 'texlive-cbfonts-fd-doc' 'texlive-cbfonts-fonts' 'texlive-cc-pl' 'texlive-cc-pl-doc' 'texlive-cc-pl-fonts' 'texlive-ccaption' 'texlive-ccaption-doc' 'texlive-ccfonts' 'texlive-ccfonts-doc' 'texlive-ccicons' 'texlive-ccicons-doc' 'texlive-ccicons-fonts' 'texlive-cclicenses' 'texlive-cclicenses-doc' 'texlive-ccool' 'texlive-ccool-doc' 'texlive-cd' 'texlive-cd-cover' 'texlive-cd-cover-doc' 'texlive-cd-doc' 'texlive-cdpbundl' 'texlive-cdpbundl-doc' 'texlive-cell' 'texlive-cell-doc' 'texlive-cellprops' 'texlive-cellprops-doc' 'texlive-cellspace' 'texlive-cellspace-doc' 'texlive-celtic' 'texlive-celtic-doc' 'texlive-censor' 'texlive-censor-doc' 'texlive-centeredline' 'texlive-centeredline-doc' 'texlive-cesenaexam' 'texlive-cesenaexam-doc' 'texlive-cfr-initials' 'texlive-cfr-initials-doc' 'texlive-cfr-lm' 'texlive-cfr-lm-doc' 'texlive-changebar' 'texlive-changebar-doc' 'texlive-changelayout' 'texlive-changelayout-doc' 'texlive-changelog' 'texlive-changelog-doc' 'texlive-changepage' 'texlive-changepage-doc' 'texlive-changes' 'texlive-changes-doc' 'texlive-chappg' 'texlive-chappg-doc' 'texlive-chapterfolder' 'texlive-chapterfolder-doc' 'texlive-charter' 'texlive-charter-doc' 'texlive-charter-fonts' 'texlive-chbibref' 'texlive-chbibref-doc' 'texlive-cheatsheet' 'texlive-cheatsheet-doc' 'texlive-checkcites' 'texlive-checkcites-bin' 'texlive-checkcites-doc' 'texlive-checkend' 'texlive-checkend-doc' 'texlive-checklistings' 'texlive-checklistings-bin' 'texlive-checklistings-doc' 'texlive-chem-journal' 'texlive-chemarrow' 'texlive-chemarrow-doc' 'texlive-chemarrow-fonts' 'texlive-chembst' 'texlive-chembst-doc' 'texlive-chemcompounds' 'texlive-chemcompounds-doc' 'texlive-chemcono' 'texlive-chemcono-doc' 'texlive-chemexec' 'texlive-chemexec-doc' 'texlive-chemfig' 'texlive-chemfig-doc' 'texlive-chemformula' 'texlive-chemformula-doc' 'texlive-chemgreek' 'texlive-chemgreek-doc' 'texlive-chemmacros' 'texlive-chemmacros-doc' 'texlive-chemnum' 'texlive-chemnum-doc' 'texlive-chemplants' 'texlive-chemplants-doc' 'texlive-chemschemex' 'texlive-chemschemex-doc' 'texlive-chemsec' 'texlive-chemsec-doc' 'texlive-chemstyle' 'texlive-chemstyle-doc' 'texlive-cherokee' 'texlive-cherokee-doc' 'texlive-chess' 'texlive-chess-doc' 'texlive-chess-problem-diagrams' 'texlive-chess-problem-diagrams-doc' 'texlive-chessboard' 'texlive-chessboard-doc' 'texlive-chessfss' 'texlive-chessfss-doc' 'texlive-chet' 'texlive-chet-doc' 'texlive-chextras' 'texlive-chextras-doc' 'texlive-chicago' 'texlive-chicago-annote' 'texlive-chicago-annote-doc' 'texlive-chicagoa' 'texlive-chickenize' 'texlive-chickenize-doc' 'texlive-childdoc' 'texlive-childdoc-doc' 'texlive-chivo' 'texlive-chivo-doc' 'texlive-chivo-fonts' 'texlive-chkfloat' 'texlive-chkfloat-doc' 'texlive-chklref' 'texlive-chklref-bin' 'texlive-chklref-doc' 'texlive-chktex' 'texlive-chktex-bin' 'texlive-chktex-doc' 'texlive-chletter' 'texlive-chletter-doc' 'texlive-chngcntr' 'texlive-chngcntr-doc' 'texlive-chordbars' 'texlive-chordbars-doc' 'texlive-chordbox' 'texlive-chordbox-doc' 'texlive-chronology' 'texlive-chronology-doc' 'texlive-chronosys' 'texlive-chronosys-doc' 'texlive-chs-physics-report' 'texlive-chs-physics-report-doc' 'texlive-chscite' 'texlive-chscite-doc' 'texlive-churchslavonic' 'texlive-churchslavonic-doc' 'texlive-cinzel' 'texlive-cinzel-doc' 'texlive-cinzel-fonts' 'texlive-circ' 'texlive-circ-doc' 'texlive-circledsteps' 'texlive-circledsteps-doc' 'texlive-circuit-macros' 'texlive-circuit-macros-doc' 'texlive-circuitikz' 'texlive-circuitikz-doc' 'texlive-cite' 'texlive-cite-doc' 'texlive-citeall' 'texlive-citeall-doc' 'texlive-citeref' 'texlive-citeref-doc' 'texlive-cje' 'texlive-cje-doc' 'texlive-cjhebrew' 'texlive-cjhebrew-doc' 'texlive-cjhebrew-fonts' 'texlive-cjk' 'texlive-cjk-doc' 'texlive-cjk-gs-integrate' 'texlive-cjk-gs-integrate-bin' 'texlive-cjk-gs-integrate-doc' 'texlive-cjk-ko' 'texlive-cjk-ko-doc' 'texlive-cjk-latex-extras' 'texlive-cjkpunct' 'texlive-cjkpunct-doc' 'texlive-cjkutils' 'texlive-cjkutils-bin' 'texlive-cjkutils-doc' 'texlive-clara' 'texlive-clara-doc' 'texlive-clara-fonts' 'texlive-classics' 'texlive-classics-doc' 'texlive-classicthesis' 'texlive-classicthesis-doc' 'texlive-classpack' 'texlive-classpack-doc' 'texlive-cleanthesis' 'texlive-cleanthesis-doc' 'texlive-clearsans' 'texlive-clearsans-doc' 'texlive-clearsans-fonts' 'texlive-clefval' 'texlive-clefval-doc' 'texlive-cleveref' 'texlive-cleveref-doc' 'texlive-clipboard' 'texlive-clipboard-doc' 'texlive-clock' 'texlive-clock-doc' 'texlive-clojure-pamphlet' 'texlive-clojure-pamphlet-bin' 'texlive-clojure-pamphlet-doc' 'texlive-cloze' 'texlive-cloze-doc' 'texlive-clrdblpg' 'texlive-clrdblpg-doc' 'texlive-clrscode' 'texlive-clrscode-doc' 'texlive-clrscode3e' 'texlive-clrscode3e-doc' 'texlive-clrstrip' 'texlive-clrstrip-doc' 'texlive-cluttex' 'texlive-cluttex-bin' 'texlive-cluttex-doc' 'texlive-cm' 'texlive-cm-doc' 'texlive-cm-lgc' 'texlive-cm-lgc-doc' 'texlive-cm-lgc-fonts' 'texlive-cm-mf-extra-bold' 'texlive-cm-super' 'texlive-cm-super-doc' 'texlive-cm-super-fonts' 'texlive-cm-unicode' 'texlive-cm-unicode-doc' 'texlive-cm-unicode-fonts' 'texlive-cmap' 'texlive-cmap-doc' 'texlive-cmarrows' 'texlive-cmarrows-doc' 'texlive-cmbright' 'texlive-cmbright-doc' 'texlive-cmcyr' 'texlive-cmcyr-doc' 'texlive-cmcyr-fonts' 'texlive-cmdstring' 'texlive-cmdstring-doc' 'texlive-cmdtrack' 'texlive-cmdtrack-doc' 'texlive-cmexb' 'texlive-cmexb-doc' 'texlive-cmexb-fonts' 'texlive-cmextra' 'texlive-cmll' 'texlive-cmll-doc' 'texlive-cmll-fonts' 'texlive-cmpica' 'texlive-cmpica-doc' 'texlive-cmpj' 'texlive-cmpj-doc' 'texlive-cmsd' 'texlive-cmsd-doc' 'texlive-cmsrb' 'texlive-cmsrb-doc' 'texlive-cmsrb-fonts' 'texlive-cmtiup' 'texlive-cmtiup-doc' 'texlive-cmupint' 'texlive-cmupint-doc' 'texlive-cmupint-fonts' 'texlive-cnbwp' 'texlive-cnbwp-doc' 'texlive-cnltx' 'texlive-cnltx-doc' 'texlive-cns' 'texlive-cns-doc' 'texlive-cntformats' 'texlive-cntformats-doc' 'texlive-cntperchap' 'texlive-cntperchap-doc' 'texlive-cochineal' 'texlive-cochineal-doc' 'texlive-cochineal-fonts' 'texlive-codeanatomy' 'texlive-codeanatomy-doc' 'texlive-codedoc' 'texlive-codedoc-doc' 'texlive-codepage' 'texlive-codepage-doc' 'texlive-codesection' 'texlive-codesection-doc' 'texlive-codicefiscaleitaliano' 'texlive-codicefiscaleitaliano-doc' 'texlive-coelacanth' 'texlive-coelacanth-doc' 'texlive-coelacanth-fonts' 'texlive-collcell' 'texlive-collcell-doc' 'texlive-collectbox' 'texlive-collectbox-doc' 'texlive-collection-basic' 'texlive-collection-bibtexextra' 'texlive-collection-binextra' 'texlive-collection-context' 'texlive-collection-fontsextra' 'texlive-collection-fontsrecommended' 'texlive-collection-fontutils' 'texlive-collection-formatsextra' 'texlive-collection-games' 'texlive-collection-humanities' 'texlive-collection-langarabic' 'texlive-collection-langchinese' 'texlive-collection-langcjk' 'texlive-collection-langcyrillic' 'texlive-collection-langczechslovak' 'texlive-collection-langenglish' 'texlive-collection-langeuropean' 'texlive-collection-langfrench' 'texlive-collection-langgerman' 'texlive-collection-langgreek' 'texlive-collection-langitalian' 'texlive-collection-langjapanese' 'texlive-collection-langkorean' 'texlive-collection-langother' 'texlive-collection-langpolish' 'texlive-collection-langportuguese' 'texlive-collection-langspanish' 'texlive-collection-latex' 'texlive-collection-latexextra' 'texlive-collection-latexrecommended' 'texlive-collection-luatex' 'texlive-collection-mathscience' 'texlive-collection-metapost' 'texlive-collection-music' 'texlive-collection-pictures' 'texlive-collection-plaingeneric' 'texlive-collection-pstricks' 'texlive-collection-publishers' 'texlive-collection-xetex' 'texlive-collref' 'texlive-collref-doc' 'texlive-colophon' 'texlive-colophon-doc' 'texlive-colordoc' 'texlive-colordoc-doc' 'texlive-colorinfo' 'texlive-colorinfo-doc' 'texlive-coloring' 'texlive-coloring-doc' 'texlive-colorprofiles' 'texlive-colorprofiles-doc' 'texlive-colorsep' 'texlive-colorspace' 'texlive-colorspace-doc' 'texlive-colortab' 'texlive-colortab-doc' 'texlive-colortbl' 'texlive-colortbl-doc' 'texlive-colorwav' 'texlive-colorwav-doc' 'texlive-colorweb' 'texlive-colorweb-doc' 'texlive-colourchange' 'texlive-colourchange-doc' 'texlive-combelow' 'texlive-combelow-doc' 'texlive-combine' 'texlive-combine-doc' 'texlive-combinedgraphics' 'texlive-combinedgraphics-doc' 'texlive-combofont' 'texlive-combofont-doc' 'texlive-comfortaa' 'texlive-comfortaa-doc' 'texlive-comfortaa-fonts' 'texlive-comicneue' 'texlive-comicneue-doc' 'texlive-comicneue-fonts' 'texlive-comma' 'texlive-comma-doc' 'texlive-commado' 'texlive-commado-doc' 'texlive-commath' 'texlive-commath-doc' 'texlive-commedit' 'texlive-commedit-doc' 'texlive-comment' 'texlive-comment-doc' 'texlive-compactbib' 'texlive-compare' 'texlive-competences' 'texlive-competences-doc' 'texlive-complexity' 'texlive-complexity-doc' 'texlive-components-of-TeX' 'texlive-comprehensive' 'texlive-computational-complexity' 'texlive-computational-complexity-doc' 'texlive-concepts' 'texlive-concepts-doc' 'texlive-concmath' 'texlive-concmath-doc' 'texlive-concmath-fonts' 'texlive-concmath-fonts-doc' 'texlive-concprog' 'texlive-concprog-doc' 'texlive-concrete' 'texlive-concrete-doc' 'texlive-confproc' 'texlive-confproc-doc' 'texlive-constants' 'texlive-constants-doc' 'texlive-conteq' 'texlive-conteq-doc' 'texlive-context' 'texlive-context-account' 'texlive-context-account-doc' 'texlive-context-algorithmic' 'texlive-context-algorithmic-doc' 'texlive-context-animation' 'texlive-context-animation-doc' 'texlive-context-annotation' 'texlive-context-annotation-doc' 'texlive-context-bin' 'texlive-context-bnf' 'texlive-context-bnf-doc' 'texlive-context-chromato' 'texlive-context-chromato-doc' 'texlive-context-cmscbf' 'texlive-context-cmscbf-doc' 'texlive-context-cmttbf' 'texlive-context-cmttbf-doc' 'texlive-context-construction-plan' 'texlive-context-construction-plan-doc' 'texlive-context-cyrillicnumbers' 'texlive-context-cyrillicnumbers-doc' 'texlive-context-degrade' 'texlive-context-degrade-doc' 'texlive-context-doc' 'texlive-context-fancybreak' 'texlive-context-fancybreak-doc' 'texlive-context-filter' 'texlive-context-filter-doc' 'texlive-context-fonts' 'texlive-context-french' 'texlive-context-french-doc' 'texlive-context-fullpage' 'texlive-context-fullpage-doc' 'texlive-context-gantt' 'texlive-context-gantt-doc' 'texlive-context-gnuplot' 'texlive-context-gnuplot-doc' 'texlive-context-handlecsv' 'texlive-context-handlecsv-doc' 'texlive-context-inifile' 'texlive-context-inifile-doc' 'texlive-context-layout' 'texlive-context-layout-doc' 'texlive-context-letter' 'texlive-context-letter-doc' 'texlive-context-lettrine' 'texlive-context-lettrine-doc' 'texlive-context-mathsets' 'texlive-context-mathsets-doc' 'texlive-context-notes-zh-cn' 'texlive-context-rst' 'texlive-context-rst-doc' 'texlive-context-ruby' 'texlive-context-ruby-doc' 'texlive-context-simplefonts' 'texlive-context-simplefonts-doc' 'texlive-context-simpleslides' 'texlive-context-simpleslides-doc' 'texlive-context-title' 'texlive-context-title-doc' 'texlive-context-transliterator' 'texlive-context-transliterator-doc' 'texlive-context-typearea' 'texlive-context-typearea-doc' 'texlive-context-typescripts' 'texlive-context-typescripts-doc' 'texlive-context-vim' 'texlive-context-vim-doc' 'texlive-context-visualcounter' 'texlive-context-visualcounter-doc' 'texlive-continue' 'texlive-continue-doc' 'texlive-contour' 'texlive-contour-doc' 'texlive-contracard' 'texlive-contracard-doc' 'texlive-conv-xkv' 'texlive-conv-xkv-doc' 'texlive-convbkmk' 'texlive-convbkmk-bin' 'texlive-convbkmk-doc' 'texlive-cooking' 'texlive-cooking-doc' 'texlive-cooking-units' 'texlive-cooking-units-doc' 'texlive-cookingsymbols' 'texlive-cookingsymbols-doc' 'texlive-cool' 'texlive-cool-doc' 'texlive-coollist' 'texlive-coollist-doc' 'texlive-coolstr' 'texlive-coolstr-doc' 'texlive-coolthms' 'texlive-coolthms-doc' 'texlive-cooltooltips' 'texlive-cooltooltips-doc' 'texlive-coordsys' 'texlive-coordsys-doc' 'texlive-copyedit' 'texlive-copyedit-doc' 'texlive-copyrightbox' 'texlive-copyrightbox-doc' 'texlive-cormorantgaramond' 'texlive-cormorantgaramond-doc' 'texlive-cormorantgaramond-fonts' 'texlive-correctmathalign' 'texlive-correctmathalign-doc' 'texlive-coseoul' 'texlive-coseoul-doc' 'texlive-countriesofeurope' 'texlive-countriesofeurope-doc' 'texlive-countriesofeurope-fonts' 'texlive-counttexruns' 'texlive-counttexruns-doc' 'texlive-courier' 'texlive-courier-fonts' 'texlive-courier-scaled' 'texlive-courier-scaled-doc' 'texlive-courseoutline' 'texlive-courseoutline-doc' 'texlive-coursepaper' 'texlive-coursepaper-doc' 'texlive-coverpage' 'texlive-coverpage-doc' 'texlive-covington' 'texlive-covington-doc' 'texlive-cprotect' 'texlive-cprotect-doc' 'texlive-cqubeamer' 'texlive-cqubeamer-doc' 'texlive-cquthesis' 'texlive-cquthesis-doc' 'texlive-crbox' 'texlive-crbox-doc' 'texlive-crimson' 'texlive-crimson-doc' 'texlive-crimson-fonts' 'texlive-crimsonpro' 'texlive-crimsonpro-doc' 'texlive-crimsonpro-fonts' 'texlive-crop' 'texlive-crop-doc' 'texlive-crossreference' 'texlive-crossreference-doc' 'texlive-crossreftools' 'texlive-crossreftools-doc' 'texlive-crossrefware' 'texlive-crossrefware-bin' 'texlive-crossrefware-doc' 'texlive-crossword' 'texlive-crossword-doc' 'texlive-crosswrd' 'texlive-crosswrd-doc' 'texlive-cryptocode' 'texlive-cryptocode-doc' 'texlive-cryst' 'texlive-cryst-doc' 'texlive-cryst-fonts' 'texlive-cs' 'texlive-cs-fonts' 'texlive-csbulletin' 'texlive-csbulletin-doc' 'texlive-cslatex' 'texlive-cslatex-bin' 'texlive-cslatex-doc' 'texlive-csplain' 'texlive-csplain-bin' 'texlive-csquotes' 'texlive-csquotes-de' 'texlive-csquotes-doc' 'texlive-css-colors' 'texlive-css-colors-doc' 'texlive-cstex' 'texlive-cstypo' 'texlive-cstypo-doc' 'texlive-csvmerge' 'texlive-csvmerge-doc' 'texlive-csvsimple' 'texlive-csvsimple-doc' 'texlive-ctable' 'texlive-ctable-doc' 'texlive-ctablestack' 'texlive-ctablestack-doc' 'texlive-ctan-o-mat' 'texlive-ctan-o-mat-bin' 'texlive-ctan-o-mat-doc' 'texlive-ctan_chk' 'texlive-ctanbib' 'texlive-ctanbib-bin' 'texlive-ctanbib-doc' 'texlive-ctanify' 'texlive-ctanify-bin' 'texlive-ctanify-doc' 'texlive-ctanupload' 'texlive-ctanupload-bin' 'texlive-ctanupload-doc' 'texlive-ctex' 'texlive-ctex-doc' 'texlive-ctex-faq' 'texlive-ctib' 'texlive-ctib-doc' 'texlive-ctie' 'texlive-ctie-bin' 'texlive-cuisine' 'texlive-cuisine-doc' 'texlive-cuprum' 'texlive-cuprum-doc' 'texlive-cuprum-fonts' 'texlive-currency' 'texlive-currency-doc' 'texlive-currfile' 'texlive-currfile-doc' 'texlive-currvita' 'texlive-currvita-doc' 'texlive-cursolatex' 'texlive-curve' 'texlive-curve-doc' 'texlive-curve2e' 'texlive-curve2e-doc' 'texlive-curves' 'texlive-curves-doc' 'texlive-custom-bib' 'texlive-custom-bib-doc' 'texlive-cutwin' 'texlive-cutwin-doc' 'texlive-cv' 'texlive-cv-doc' 'texlive-cv4tw' 'texlive-cv4tw-doc' 'texlive-cweb' 'texlive-cweb-bin' 'texlive-cweb-doc' 'texlive-cweb-latex' 'texlive-cweb-latex-doc' 'texlive-cweb-old' 'texlive-cyber' 'texlive-cyber-doc' 'texlive-cybercic' 'texlive-cybercic-doc' 'texlive-cyklop' 'texlive-cyklop-doc' 'texlive-cyklop-fonts' 'texlive-cyrillic' 'texlive-cyrillic-bin' 'texlive-cyrillic-bin-bin' 'texlive-cyrillic-bin-doc' 'texlive-cyrillic-doc' 'texlive-cyrplain' 'texlive-dad' 'texlive-dad-doc' 'texlive-dad-fonts' 'texlive-dancers' 'texlive-dantelogo' 'texlive-dantelogo-doc' 'texlive-dantelogo-fonts' 'texlive-dashbox' 'texlive-dashbox-doc' 'texlive-dashrule' 'texlive-dashrule-doc' 'texlive-dashundergaps' 'texlive-dashundergaps-doc' 'texlive-dataref' 'texlive-dataref-doc' 'texlive-datatool' 'texlive-datatool-doc' 'texlive-dateiliste' 'texlive-dateiliste-doc' 'texlive-datenumber' 'texlive-datenumber-doc' 'texlive-datetime' 'texlive-datetime-doc' 'texlive-datetime2' 'texlive-datetime2-bahasai' 'texlive-datetime2-bahasai-doc' 'texlive-datetime2-basque' 'texlive-datetime2-basque-doc' 'texlive-datetime2-breton' 'texlive-datetime2-breton-doc' 'texlive-datetime2-bulgarian' 'texlive-datetime2-bulgarian-doc' 'texlive-datetime2-catalan' 'texlive-datetime2-catalan-doc' 'texlive-datetime2-croatian' 'texlive-datetime2-croatian-doc' 'texlive-datetime2-czech' 'texlive-datetime2-czech-doc' 'texlive-datetime2-danish' 'texlive-datetime2-danish-doc' 'texlive-datetime2-doc' 'texlive-datetime2-dutch' 'texlive-datetime2-dutch-doc' 'texlive-datetime2-en-fulltext' 'texlive-datetime2-en-fulltext-doc' 'texlive-datetime2-english' 'texlive-datetime2-english-doc' 'texlive-datetime2-esperanto' 'texlive-datetime2-esperanto-doc' 'texlive-datetime2-estonian' 'texlive-datetime2-estonian-doc' 'texlive-datetime2-finnish' 'texlive-datetime2-finnish-doc' 'texlive-datetime2-french' 'texlive-datetime2-french-doc' 'texlive-datetime2-galician' 'texlive-datetime2-galician-doc' 'texlive-datetime2-german' 'texlive-datetime2-german-doc' 'texlive-datetime2-greek' 'texlive-datetime2-greek-doc' 'texlive-datetime2-hebrew' 'texlive-datetime2-hebrew-doc' 'texlive-datetime2-icelandic' 'texlive-datetime2-icelandic-doc' 'texlive-datetime2-irish' 'texlive-datetime2-irish-doc' 'texlive-datetime2-it-fulltext' 'texlive-datetime2-it-fulltext-doc' 'texlive-datetime2-italian' 'texlive-datetime2-italian-doc' 'texlive-datetime2-latin' 'texlive-datetime2-latin-doc' 'texlive-datetime2-lsorbian' 'texlive-datetime2-lsorbian-doc' 'texlive-datetime2-magyar' 'texlive-datetime2-magyar-doc' 'texlive-datetime2-norsk' 'texlive-datetime2-norsk-doc' 'texlive-datetime2-polish' 'texlive-datetime2-polish-doc' 'texlive-datetime2-portuges' 'texlive-datetime2-portuges-doc' 'texlive-datetime2-romanian' 'texlive-datetime2-romanian-doc' 'texlive-datetime2-russian' 'texlive-datetime2-russian-doc' 'texlive-datetime2-samin' 'texlive-datetime2-samin-doc' 'texlive-datetime2-scottish' 'texlive-datetime2-scottish-doc' 'texlive-datetime2-serbian' 'texlive-datetime2-serbian-doc' 'texlive-datetime2-slovak' 'texlive-datetime2-slovak-doc' 'texlive-datetime2-slovene' 'texlive-datetime2-slovene-doc' 'texlive-datetime2-spanish' 'texlive-datetime2-spanish-doc' 'texlive-datetime2-swedish' 'texlive-datetime2-swedish-doc' 'texlive-datetime2-turkish' 'texlive-datetime2-turkish-doc' 'texlive-datetime2-ukrainian' 'texlive-datetime2-ukrainian-doc' 'texlive-datetime2-usorbian' 'texlive-datetime2-usorbian-doc' 'texlive-datetime2-welsh' 'texlive-datetime2-welsh-doc' 'texlive-dblfloatfix' 'texlive-dblfloatfix-doc' 'texlive-dccpaper' 'texlive-dccpaper-doc' 'texlive-dcpic' 'texlive-dcpic-doc' 'texlive-ddphonism' 'texlive-ddphonism-doc' 'texlive-de-macro' 'texlive-de-macro-bin' 'texlive-de-macro-doc' 'texlive-decimal' 'texlive-decimal-doc' 'texlive-decorule' 'texlive-decorule-doc' 'texlive-dehyph' 'texlive-dehyph-exptl' 'texlive-dehyph-exptl-doc' 'texlive-dejavu' 'texlive-dejavu-doc' 'texlive-dejavu-fonts' 'texlive-dejavu-otf' 'texlive-dejavu-otf-doc' 'texlive-delim' 'texlive-delim-doc' 'texlive-delimseasy' 'texlive-delimseasy-doc' 'texlive-delimset' 'texlive-delimset-doc' 'texlive-delimtxt' 'texlive-delimtxt-doc' 'texlive-denisbdoc' 'texlive-denisbdoc-doc' 'texlive-derivative' 'texlive-derivative-doc' 'texlive-detex' 'texlive-detex-bin' 'texlive-devel' 'texlive-dhua' 'texlive-dhua-doc' 'texlive-diadia' 'texlive-diadia-bin' 'texlive-diadia-doc' 'texlive-diagbox' 'texlive-diagbox-doc' 'texlive-diagmac2' 'texlive-diagmac2-doc' 'texlive-diagnose' 'texlive-diagnose-doc' 'texlive-dialogl' 'texlive-dialogl-doc' 'texlive-dice' 'texlive-dice-doc' 'texlive-dichokey' 'texlive-dichokey-doc' 'texlive-dickimaw' 'texlive-dictsym' 'texlive-dictsym-doc' 'texlive-dictsym-fonts' 'texlive-diffcoeff' 'texlive-diffcoeff-doc' 'texlive-digiconfigs' 'texlive-digiconfigs-doc' 'texlive-dijkstra' 'texlive-dijkstra-doc' 'texlive-din1505' 'texlive-din1505-doc' 'texlive-dinat' 'texlive-dinat-doc' 'texlive-dinbrief' 'texlive-dinbrief-doc' 'texlive-dingbat' 'texlive-dingbat-doc' 'texlive-directory' 'texlive-directory-doc' 'texlive-dirtree' 'texlive-dirtree-doc' 'texlive-dirtytalk' 'texlive-dirtytalk-doc' 'texlive-disser' 'texlive-disser-doc' 'texlive-ditaa' 'texlive-ditaa-doc' 'texlive-dithesis' 'texlive-dithesis-doc' 'texlive-dk-bib' 'texlive-dk-bib-doc' 'texlive-dlfltxb' 'texlive-dlfltxb-doc' 'texlive-dnaseq' 'texlive-dnaseq-doc' 'texlive-dnp' 'texlive-doc-pictex' 'texlive-docbytex' 'texlive-docbytex-doc' 'texlive-doclicense' 'texlive-doclicense-doc' 'texlive-docmfp' 'texlive-docmfp-doc' 'texlive-docmute' 'texlive-docmute-doc' 'texlive-docsurvey' 'texlive-doctools' 'texlive-doctools-doc' 'texlive-documentation' 'texlive-documentation-doc' 'texlive-doi' 'texlive-doi-doc' 'texlive-doipubmed' 'texlive-doipubmed-doc' 'texlive-domitian' 'texlive-domitian-doc' 'texlive-domitian-fonts' 'texlive-dosepsbin' 'texlive-dosepsbin-bin' 'texlive-dosepsbin-doc' 'texlive-dot2texi' 'texlive-dot2texi-doc' 'texlive-dotarrow' 'texlive-dotarrow-doc' 'texlive-dotlessi' 'texlive-dotlessi-doc' 'texlive-dotseqn' 'texlive-dotseqn-doc' 'texlive-dottex' 'texlive-dottex-doc' 'texlive-doublestroke' 'texlive-doublestroke-doc' 'texlive-doublestroke-fonts' 'texlive-dowith' 'texlive-dowith-doc' 'texlive-download' 'texlive-download-doc' 'texlive-dox' 'texlive-dox-doc' 'texlive-dozenal' 'texlive-dozenal-doc' 'texlive-dozenal-fonts' 'texlive-dpcircling' 'texlive-dpcircling-doc' 'texlive-dpfloat' 'texlive-dpfloat-doc' 'texlive-dprogress' 'texlive-dprogress-doc' 'texlive-drac' 'texlive-drac-doc' 'texlive-draftcopy' 'texlive-draftcopy-doc' 'texlive-draftfigure' 'texlive-draftfigure-doc' 'texlive-draftwatermark' 'texlive-draftwatermark-doc' 'texlive-dramatist' 'texlive-dramatist-doc' 'texlive-dratex' 'texlive-dratex-doc' 'texlive-drawmatrix' 'texlive-drawmatrix-doc' 'texlive-drawstack' 'texlive-drawstack-doc' 'texlive-drm' 'texlive-drm-doc' 'texlive-drm-fonts' 'texlive-droid' 'texlive-droid-doc' 'texlive-droid-fonts' 'texlive-droit-fr' 'texlive-droit-fr-doc' 'texlive-drs' 'texlive-drs-doc' 'texlive-drv' 'texlive-drv-doc' 'texlive-dsptricks' 'texlive-dsptricks-doc' 'texlive-dsserif' 'texlive-dsserif-doc' 'texlive-dsserif-fonts' 'texlive-dtk' 'texlive-dtk-doc' 'texlive-dtl' 'texlive-dtl-bin' 'texlive-dtxdescribe' 'texlive-dtxdescribe-doc' 'texlive-dtxgallery' 'texlive-dtxgen' 'texlive-dtxgen-bin' 'texlive-dtxgen-doc' 'texlive-dtxtut' 'texlive-ducksay' 'texlive-ducksay-doc' 'texlive-duckuments' 'texlive-duckuments-doc' 'texlive-duerer' 'texlive-duerer-doc' 'texlive-duerer-latex' 'texlive-duerer-latex-doc' 'texlive-duotenzor' 'texlive-duotenzor-doc' 'texlive-dutchcal' 'texlive-dutchcal-doc' 'texlive-dutchcal-fonts' 'texlive-dvdcoll' 'texlive-dvdcoll-doc' 'texlive-dvgloss' 'texlive-dvgloss-doc' 'texlive-dviasm' 'texlive-dviasm-bin' 'texlive-dviasm-doc' 'texlive-dvicopy' 'texlive-dvicopy-bin' 'texlive-dvidvi' 'texlive-dvidvi-bin' 'texlive-dviincl' 'texlive-dviincl-doc' 'texlive-dviinfox' 'texlive-dviinfox-bin' 'texlive-dviinfox-doc' 'texlive-dviljk' 'texlive-dviljk-bin' 'texlive-dviout-util' 'texlive-dviout-util-bin' 'texlive-dvipdfmx' 'texlive-dvipdfmx-bin' 'texlive-dvipdfmx-doc' 'texlive-dvipng' 'texlive-dvipng-bin' 'texlive-dvipos' 'texlive-dvipos-bin' 'texlive-dvips' 'texlive-dvips-bin' 'texlive-dvips-doc' 'texlive-dvipsconfig' 'texlive-dvisvgm' 'texlive-dvisvgm-bin' 'texlive-dynamicnumber' 'texlive-dynamicnumber-doc' 'texlive-dynblocks' 'texlive-dynblocks-doc' 'texlive-dynkin-diagrams' 'texlive-dynkin-diagrams-doc' 'texlive-dyntree' 'texlive-dyntree-doc' 'texlive-e-french' 'texlive-e-french-doc' 'texlive-ean' 'texlive-ean-doc' 'texlive-ean13isbn' 'texlive-ean13isbn-doc' 'texlive-easy' 'texlive-easy-doc' 'texlive-easy-todo' 'texlive-easy-todo-doc' 'texlive-easyfig' 'texlive-easyfig-doc' 'texlive-easyformat' 'texlive-easyformat-doc' 'texlive-easylist' 'texlive-easylist-doc' 'texlive-easyreview' 'texlive-easyreview-doc' 'texlive-ebezier' 'texlive-ebezier-doc' 'texlive-ebgaramond' 'texlive-ebgaramond-doc' 'texlive-ebgaramond-fonts' 'texlive-ebgaramond-maths' 'texlive-ebgaramond-maths-doc' 'texlive-ebong' 'texlive-ebong-bin' 'texlive-ebong-doc' 'texlive-ebook' 'texlive-ebook-doc' 'texlive-ebproof' 'texlive-ebproof-doc' 'texlive-ebsthesis' 'texlive-ebsthesis-doc' 'texlive-ec' 'texlive-ec-doc' 'texlive-ecc' 'texlive-ecc-doc' 'texlive-ecclesiastic' 'texlive-ecclesiastic-doc' 'texlive-ecgdraw' 'texlive-ecgdraw-doc' 'texlive-ecltree' 'texlive-ecltree-doc' 'texlive-eco' 'texlive-eco-doc' 'texlive-ecobiblatex' 'texlive-ecobiblatex-doc' 'texlive-econ-bst' 'texlive-econ-bst-doc' 'texlive-econometrics' 'texlive-econometrics-doc' 'texlive-economic' 'texlive-economic-doc' 'texlive-ecothesis' 'texlive-ecv' 'texlive-ecv-doc' 'texlive-ed' 'texlive-ed-doc' 'texlive-edfnotes' 'texlive-edfnotes-doc' 'texlive-edmac' 'texlive-edmac-doc' 'texlive-edmargin' 'texlive-edmargin-doc' 'texlive-ednotes' 'texlive-ednotes-doc' 'texlive-eemeir' 'texlive-eemeir-doc' 'texlive-eepic' 'texlive-eepic-doc' 'texlive-efbox' 'texlive-efbox-doc' 'texlive-egameps' 'texlive-egameps-doc' 'texlive-egplot' 'texlive-egplot-doc' 'texlive-ehhline' 'texlive-ehhline-doc' 'texlive-eiad' 'texlive-eiad-doc' 'texlive-eiad-ltx' 'texlive-eiad-ltx-doc' 'texlive-eijkhout' 'texlive-einfuehrung' 'texlive-einfuehrung2' 'texlive-ejpecp' 'texlive-ejpecp-doc' 'texlive-ekaia' 'texlive-ekaia-doc' 'texlive-elbioimp' 'texlive-elbioimp-doc' 'texlive-electrum' 'texlive-electrum-doc' 'texlive-electrum-fonts' 'texlive-eledform' 'texlive-eledform-doc' 'texlive-eledmac' 'texlive-eledmac-doc' 'texlive-elegantbook' 'texlive-elegantbook-doc' 'texlive-elegantnote' 'texlive-elegantnote-doc' 'texlive-elegantpaper' 'texlive-elegantpaper-doc' 'texlive-elements' 'texlive-elements-doc' 'texlive-ellipse' 'texlive-ellipse-doc' 'texlive-ellipsis' 'texlive-ellipsis-doc' 'texlive-elmath' 'texlive-elmath-doc' 'texlive-elocalloc' 'texlive-elocalloc-doc' 'texlive-elpres' 'texlive-elpres-doc' 'texlive-els-cas-templates' 'texlive-els-cas-templates-doc' 'texlive-elsarticle' 'texlive-elsarticle-doc' 'texlive-elteikthesis' 'texlive-elteikthesis-doc' 'texlive-eltex' 'texlive-eltex-doc' 'texlive-elvish' 'texlive-elvish-doc' 'texlive-elzcards' 'texlive-elzcards-doc' 'texlive-emarks' 'texlive-emarks-doc' 'texlive-embedall' 'texlive-embedall-doc' 'texlive-embedfile' 'texlive-embedfile-doc' 'texlive-embrac' 'texlive-embrac-doc' 'texlive-emf' 'texlive-emf-doc' 'texlive-emisa' 'texlive-emisa-doc' 'texlive-emoji' 'texlive-emoji-doc' 'texlive-emojicite' 'texlive-emojicite-doc' 'texlive-emp' 'texlive-emp-doc' 'texlive-emptypage' 'texlive-emptypage-doc' 'texlive-emulateapj' 'texlive-emulateapj-doc' 'texlive-enctex' 'texlive-enctex-doc' 'texlive-encxvlna' 'texlive-encxvlna-doc' 'texlive-endfloat' 'texlive-endfloat-doc' 'texlive-endheads' 'texlive-endheads-doc' 'texlive-endiagram' 'texlive-endiagram-doc' 'texlive-endnotes' 'texlive-endnotes-doc' 'texlive-endnotes-hy' 'texlive-endnotes-hy-doc' 'texlive-endnotesj' 'texlive-endnotesj-doc' 'texlive-endofproofwd' 'texlive-endofproofwd-doc' 'texlive-engpron' 'texlive-engpron-doc' 'texlive-engrec' 'texlive-engrec-doc' 'texlive-engtlc' 'texlive-engtlc-doc' 'texlive-enigma' 'texlive-enigma-doc' 'texlive-enotez' 'texlive-enotez-doc' 'texlive-enumitem' 'texlive-enumitem-doc' 'texlive-enumitem-zref' 'texlive-enumitem-zref-doc' 'texlive-envbig' 'texlive-envbig-doc' 'texlive-environ' 'texlive-environ-doc' 'texlive-envlab' 'texlive-envlab-doc' 'texlive-epigrafica' 'texlive-epigrafica-doc' 'texlive-epigrafica-fonts' 'texlive-epigram' 'texlive-epigraph' 'texlive-epigraph-doc' 'texlive-epiolmec' 'texlive-epiolmec-doc' 'texlive-epiolmec-fonts' 'texlive-eplain' 'texlive-eplain-bin' 'texlive-eplain-doc' 'texlive-epsdice' 'texlive-epsdice-doc' 'texlive-epsf' 'texlive-epsf-doc' 'texlive-epsf-dvipdfmx' 'texlive-epsf-dvipdfmx-doc' 'texlive-epsincl' 'texlive-epsincl-doc' 'texlive-epslatex-fr' 'texlive-epspdf' 'texlive-epspdf-bin' 'texlive-epspdf-doc' 'texlive-epspdfconversion' 'texlive-epspdfconversion-doc' 'texlive-epstopdf' 'texlive-epstopdf-bin' 'texlive-epstopdf-doc' 'texlive-epstopdf-pkg' 'texlive-epstopdf-pkg-doc' 'texlive-eqell' 'texlive-eqell-doc' 'texlive-eqexpl' 'texlive-eqexpl-doc' 'texlive-eqlist' 'texlive-eqlist-doc' 'texlive-eqnalign' 'texlive-eqnalign-doc' 'texlive-eqname' 'texlive-eqnarray' 'texlive-eqnarray-doc' 'texlive-eqnnumwarn' 'texlive-eqnnumwarn-doc' 'texlive-eqparbox' 'texlive-eqparbox-doc' 'texlive-erdc' 'texlive-erdc-doc' 'texlive-erewhon' 'texlive-erewhon-doc' 'texlive-erewhon-fonts' 'texlive-erewhon-math' 'texlive-erewhon-math-doc' 'texlive-erewhon-math-fonts' 'texlive-errata' 'texlive-errata-doc' 'texlive-erw-l3' 'texlive-erw-l3-doc' 'texlive-es-tex-faq' 'texlive-esami' 'texlive-esami-doc' 'texlive-esdiff' 'texlive-esdiff-doc' 'texlive-esindex' 'texlive-esindex-doc' 'texlive-esint' 'texlive-esint-doc' 'texlive-esint-type1' 'texlive-esint-type1-doc' 'texlive-esint-type1-fonts' 'texlive-esk' 'texlive-esk-doc' 'texlive-eskd' 'texlive-eskd-doc' 'texlive-eskdx' 'texlive-eskdx-doc' 'texlive-eso-pic' 'texlive-eso-pic-doc' 'texlive-esrelation' 'texlive-esrelation-doc' 'texlive-esrelation-fonts' 'texlive-esstix' 'texlive-esstix-doc' 'texlive-esstix-fonts' 'texlive-estcpmm' 'texlive-estcpmm-doc' 'texlive-esvect' 'texlive-esvect-doc' 'texlive-esvect-fonts' 'texlive-etaremune' 'texlive-etaremune-doc' 'texlive-etbb' 'texlive-etbb-doc' 'texlive-etbb-fonts' 'texlive-etdipa' 'texlive-etex' 'texlive-etex-doc' 'texlive-etex-pkg' 'texlive-etex-pkg-doc' 'texlive-etexcmds' 'texlive-etexcmds-doc' 'texlive-etextools' 'texlive-etextools-doc' 'texlive-ethiop' 'texlive-ethiop-doc' 'texlive-ethiop-t1' 'texlive-ethiop-t1-doc' 'texlive-ethiop-t1-fonts' 'texlive-etoc' 'texlive-etoc-doc' 'texlive-etoolbox' 'texlive-etoolbox-de' 'texlive-etoolbox-doc' 'texlive-etsvthor' 'texlive-etsvthor-doc' 'texlive-euclideangeometry' 'texlive-euclideangeometry-doc' 'texlive-euenc' 'texlive-euenc-doc' 'texlive-euflag' 'texlive-euflag-doc' 'texlive-eukdate' 'texlive-eukdate-doc' 'texlive-euler' 'texlive-euler-doc' 'texlive-eulerpx' 'texlive-eulerpx-doc' 'texlive-eulervm' 'texlive-eulervm-doc' 'texlive-euro' 'texlive-euro-ce' 'texlive-euro-ce-doc' 'texlive-euro-doc' 'texlive-europasscv' 'texlive-europasscv-doc' 'texlive-europecv' 'texlive-europecv-doc' 'texlive-eurosym' 'texlive-eurosym-doc' 'texlive-eurosym-fonts' 'texlive-euxm' 'texlive-everyhook' 'texlive-everyhook-doc' 'texlive-everypage' 'texlive-everypage-doc' 'texlive-exam' 'texlive-exam-doc' 'texlive-exam-n' 'texlive-exam-n-doc' 'texlive-exam-randomizechoices' 'texlive-exam-randomizechoices-doc' 'texlive-examdesign' 'texlive-examdesign-doc' 'texlive-example' 'texlive-examplep' 'texlive-examplep-doc' 'texlive-exceltex' 'texlive-exceltex-bin' 'texlive-exceltex-doc' 'texlive-excludeonly' 'texlive-excludeonly-doc' 'texlive-exercise' 'texlive-exercise-doc' 'texlive-exercisebank' 'texlive-exercisebank-doc' 'texlive-exercisepoints' 'texlive-exercisepoints-doc' 'texlive-exercises' 'texlive-exercises-doc' 'texlive-exframe' 'texlive-exframe-doc' 'texlive-exp-testopt' 'texlive-exp-testopt-doc' 'texlive-expdlist' 'texlive-expdlist-doc' 'texlive-expex' 'texlive-expex-doc' 'texlive-expkv' 'texlive-expkv-cs' 'texlive-expkv-cs-doc' 'texlive-expkv-def' 'texlive-expkv-def-doc' 'texlive-expkv-doc' 'texlive-export' 'texlive-export-doc' 'texlive-expose-expl3-dunkerque-2019' 'texlive-expressg' 'texlive-expressg-doc' 'texlive-exsheets' 'texlive-exsheets-doc' 'texlive-exsol' 'texlive-exsol-doc' 'texlive-extarrows' 'texlive-extarrows-doc' 'texlive-exteps' 'texlive-exteps-doc' 'texlive-extpfeil' 'texlive-extpfeil-doc' 'texlive-extract' 'texlive-extract-doc' 'texlive-extratools' 'texlive-extsizes' 'texlive-extsizes-doc' 'texlive-facsimile' 'texlive-facsimile-doc' 'texlive-factura' 'texlive-factura-doc' 'texlive-facture' 'texlive-facture-belge-simple-sans-tva' 'texlive-facture-belge-simple-sans-tva-doc' 'texlive-facture-doc' 'texlive-faktor' 'texlive-faktor-doc' 'texlive-fancybox' 'texlive-fancybox-doc' 'texlive-fancyhandout' 'texlive-fancyhandout-doc' 'texlive-fancyhdr' 'texlive-fancyhdr-doc' 'texlive-fancyhdr-it' 'texlive-fancylabel' 'texlive-fancylabel-doc' 'texlive-fancynum' 'texlive-fancynum-doc' 'texlive-fancypar' 'texlive-fancypar-doc' 'texlive-fancyref' 'texlive-fancyref-doc' 'texlive-fancyslides' 'texlive-fancyslides-doc' 'texlive-fancytabs' 'texlive-fancytabs-doc' 'texlive-fancytooltips' 'texlive-fancytooltips-doc' 'texlive-fancyvrb' 'texlive-fancyvrb-doc' 'texlive-fandol' 'texlive-fandol-doc' 'texlive-fandol-fonts' 'texlive-fascicules' 'texlive-fascicules-doc' 'texlive-fast-diagram' 'texlive-fast-diagram-doc' 'texlive-fbb' 'texlive-fbb-doc' 'texlive-fbb-fonts' 'texlive-fbithesis' 'texlive-fbithesis-doc' 'texlive-fbox' 'texlive-fbox-doc' 'texlive-fbs' 'texlive-fc' 'texlive-fc-doc' 'texlive-fcavtex' 'texlive-fcavtex-doc' 'texlive-fcltxdoc' 'texlive-fcltxdoc-doc' 'texlive-fcolumn' 'texlive-fcolumn-doc' 'texlive-fdsymbol' 'texlive-fdsymbol-doc' 'texlive-fdsymbol-fonts' 'texlive-fduthesis' 'texlive-fduthesis-doc' 'texlive-featpost' 'texlive-featpost-doc' 'texlive-fei' 'texlive-fei-doc' 'texlive-fenixpar' 'texlive-fenixpar-doc' 'texlive-fetamont' 'texlive-fetamont-doc' 'texlive-fetamont-fonts' 'texlive-fetchcls' 'texlive-fetchcls-doc' 'texlive-feupphdteses' 'texlive-feupphdteses-doc' 'texlive-fewerfloatpages' 'texlive-fewerfloatpages-doc' 'texlive-feyn' 'texlive-feyn-doc' 'texlive-feynmf' 'texlive-feynmf-doc' 'texlive-feynmp-auto' 'texlive-feynmp-auto-doc' 'texlive-ffslides' 'texlive-ffslides-doc' 'texlive-fge' 'texlive-fge-doc' 'texlive-fge-fonts' 'texlive-fgruler' 'texlive-fgruler-doc' 'texlive-fibeamer' 'texlive-fibeamer-doc' 'texlive-fifinddo-info' 'texlive-fifinddo-info-doc' 'texlive-fifo-stack' 'texlive-fifo-stack-doc' 'texlive-fig4latex' 'texlive-fig4latex-bin' 'texlive-fig4latex-doc' 'texlive-figbas' 'texlive-figbas-doc' 'texlive-figbas-fonts' 'texlive-figbib' 'texlive-figbib-doc' 'texlive-figflow' 'texlive-figflow-doc' 'texlive-figsize' 'texlive-figsize-doc' 'texlive-filecontents' 'texlive-filecontents-doc' 'texlive-filecontentsdef' 'texlive-filecontentsdef-doc' 'texlive-filedate' 'texlive-filedate-doc' 'texlive-filehook' 'texlive-filehook-doc' 'texlive-fileinfo' 'texlive-fileinfo-doc' 'texlive-filemod' 'texlive-filemod-doc' 'texlive-filesystem' 'texlive-finbib' 'texlive-findhyph' 'texlive-findhyph-bin' 'texlive-findhyph-doc' 'texlive-fink' 'texlive-fink-doc' 'texlive-finstrut' 'texlive-finstrut-doc' 'texlive-fira' 'texlive-fira-doc' 'texlive-fira-fonts' 'texlive-firamath' 'texlive-firamath-doc' 'texlive-firamath-fonts' 'texlive-firamath-otf' 'texlive-firamath-otf-doc' 'texlive-first-latex-doc' 'texlive-fitbox' 'texlive-fitbox-doc' 'texlive-fithesis' 'texlive-fithesis-doc' 'texlive-fix2col' 'texlive-fix2col-doc' 'texlive-fixcmex' 'texlive-fixcmex-doc' 'texlive-fixfoot' 'texlive-fixfoot-doc' 'texlive-fixjfm' 'texlive-fixjfm-doc' 'texlive-fixlatvian' 'texlive-fixlatvian-doc' 'texlive-fixltxhyph' 'texlive-fixltxhyph-doc' 'texlive-fixme' 'texlive-fixme-doc' 'texlive-fixmetodonotes' 'texlive-fixmetodonotes-doc' 'texlive-fixpdfmag' 'texlive-fiziko' 'texlive-fiziko-doc' 'texlive-fjodor' 'texlive-fjodor-doc' 'texlive-flabels' 'texlive-flabels-doc' 'texlive-flacards' 'texlive-flacards-doc' 'texlive-flagderiv' 'texlive-flagderiv-doc' 'texlive-flashcards' 'texlive-flashcards-doc' 'texlive-flashmovie' 'texlive-flashmovie-doc' 'texlive-flipbook' 'texlive-flipbook-doc' 'texlive-flippdf' 'texlive-flippdf-doc' 'texlive-float' 'texlive-float-doc' 'texlive-floatrow' 'texlive-floatrow-doc' 'texlive-flowchart' 'texlive-flowchart-doc' 'texlive-flowfram' 'texlive-flowfram-doc' 'texlive-fltpoint' 'texlive-fltpoint-doc' 'texlive-fmp' 'texlive-fmp-doc' 'texlive-fmtcount' 'texlive-fmtcount-doc' 'texlive-fn2end' 'texlive-fn2end-doc' 'texlive-fnbreak' 'texlive-fnbreak-doc' 'texlive-fncychap' 'texlive-fncychap-doc' 'texlive-fncylab' 'texlive-fncylab-doc' 'texlive-fnpara' 'texlive-fnpara-doc' 'texlive-fnpct' 'texlive-fnpct-doc' 'texlive-fnspe' 'texlive-fnspe-doc' 'texlive-fntproof' 'texlive-fntproof-doc' 'texlive-fnumprint' 'texlive-fnumprint-doc' 'texlive-foekfont' 'texlive-foekfont-doc' 'texlive-foekfont-fonts' 'texlive-foilhtml' 'texlive-foilhtml-doc' 'texlive-fonetika' 'texlive-fonetika-doc' 'texlive-fonetika-fonts' 'texlive-font-change' 'texlive-font-change-doc' 'texlive-font-change-xetex' 'texlive-font-change-xetex-doc' 'texlive-fontawesome' 'texlive-fontawesome-doc' 'texlive-fontawesome-fonts' 'texlive-fontawesome5' 'texlive-fontawesome5-doc' 'texlive-fontawesome5-fonts' 'texlive-fontaxes' 'texlive-fontaxes-doc' 'texlive-fontbook' 'texlive-fontbook-doc' 'texlive-fontch' 'texlive-fontch-doc' 'texlive-fontinst' 'texlive-fontinst-bin' 'texlive-fontinst-doc' 'texlive-fontmfizz' 'texlive-fontmfizz-doc' 'texlive-fontmfizz-fonts' 'texlive-fontname' 'texlive-fontname-doc' 'texlive-fontools' 'texlive-fontools-bin' 'texlive-fontools-doc' 'texlive-fonts-churchslavonic' 'texlive-fonts-churchslavonic-doc' 'texlive-fonts-churchslavonic-fonts' 'texlive-fonts-tlwg' 'texlive-fonts-tlwg-doc' 'texlive-fonts-tlwg-fonts' 'texlive-fontsetup' 'texlive-fontsetup-doc' 'texlive-fontsize' 'texlive-fontsize-doc' 'texlive-fontspec' 'texlive-fontspec-doc' 'texlive-fonttable' 'texlive-fonttable-doc' 'texlive-fontware' 'texlive-fontware-bin' 'texlive-fontwrap' 'texlive-fontwrap-doc' 'texlive-footbib' 'texlive-footbib-doc' 'texlive-footmisc' 'texlive-footmisc-doc' 'texlive-footmisx' 'texlive-footmisx-doc' 'texlive-footnotebackref' 'texlive-footnotebackref-doc' 'texlive-footnotehyper' 'texlive-footnotehyper-doc' 'texlive-footnoterange' 'texlive-footnoterange-doc' 'texlive-footnpag' 'texlive-footnpag-doc' 'texlive-forarray' 'texlive-forarray-doc' 'texlive-foreign' 'texlive-foreign-doc' 'texlive-forest' 'texlive-forest-doc' 'texlive-forest-quickstart' 'texlive-forloop' 'texlive-forloop-doc' 'texlive-formation-latex-ul' 'texlive-formation-latex-ul-doc' 'texlive-formlett' 'texlive-formlett-doc' 'texlive-forms16be' 'texlive-forms16be-doc' 'texlive-formular' 'texlive-formular-doc' 'texlive-forum' 'texlive-forum-doc' 'texlive-forum-fonts' 'texlive-fouridx' 'texlive-fouridx-doc' 'texlive-fourier' 'texlive-fourier-doc' 'texlive-fourier-fonts' 'texlive-fouriernc' 'texlive-fouriernc-doc' 'texlive-fp' 'texlive-fp-doc' 'texlive-fpl' 'texlive-fpl-doc' 'texlive-fpl-fonts' 'texlive-fragmaster' 'texlive-fragmaster-bin' 'texlive-fragmaster-doc' 'texlive-fragments' 'texlive-fragments-doc' 'texlive-frame' 'texlive-frame-doc' 'texlive-framed' 'texlive-framed-doc' 'texlive-francais-bst' 'texlive-francais-bst-doc' 'texlive-frankenstein' 'texlive-frankenstein-doc' 'texlive-frcursive' 'texlive-frcursive-doc' 'texlive-frcursive-fonts' 'texlive-frederika2016' 'texlive-frederika2016-doc' 'texlive-frederika2016-fonts' 'texlive-frege' 'texlive-frege-doc' 'texlive-frenchmath' 'texlive-frenchmath-doc' 'texlive-frletter' 'texlive-frletter-doc' 'texlive-frontespizio' 'texlive-frontespizio-doc' 'texlive-ftc-notebook' 'texlive-ftc-notebook-doc' 'texlive-ftcap' 'texlive-ftcap-doc' 'texlive-ftnxtra' 'texlive-ftnxtra-doc' 'texlive-fullblck' 'texlive-fullblck-doc' 'texlive-fullminipage' 'texlive-fullminipage-doc' 'texlive-fullwidth' 'texlive-fullwidth-doc' 'texlive-functan' 'texlive-functan-doc' 'texlive-fundus-calligra' 'texlive-fundus-calligra-doc' 'texlive-fundus-cyr' 'texlive-fundus-sueterlin' 'texlive-fundus-sueterlin-doc' 'texlive-fvextra' 'texlive-fvextra-doc' 'texlive-fwlw' 'texlive-fwlw-doc' 'texlive-g-brief' 'texlive-g-brief-doc' 'texlive-gaceta' 'texlive-gaceta-doc' 'texlive-galois' 'texlive-galois-doc' 'texlive-gamebook' 'texlive-gamebook-doc' 'texlive-gammas' 'texlive-gammas-doc' 'texlive-garamond-libre' 'texlive-garamond-libre-doc' 'texlive-garamond-libre-fonts' 'texlive-garamond-math' 'texlive-garamond-math-doc' 'texlive-garamond-math-fonts' 'texlive-garrigues' 'texlive-garrigues-doc' 'texlive-garuda-c90' 'texlive-gastex' 'texlive-gastex-doc' 'texlive-gatech-thesis' 'texlive-gatech-thesis-doc' 'texlive-gates' 'texlive-gates-doc' 'texlive-gatherenum' 'texlive-gatherenum-doc' 'texlive-gauss' 'texlive-gauss-doc' 'texlive-gb4e' 'texlive-gb4e-doc' 'texlive-gbt7714' 'texlive-gbt7714-doc' 'texlive-gcard' 'texlive-gcard-doc' 'texlive-gchords' 'texlive-gchords-doc' 'texlive-gcite' 'texlive-gcite-doc' 'texlive-gender' 'texlive-gender-doc' 'texlive-gene-logic' 'texlive-gene-logic-doc' 'texlive-genealogy' 'texlive-genealogy-doc' 'texlive-genealogytree' 'texlive-genealogytree-doc' 'texlive-genmpage' 'texlive-genmpage-doc' 'texlive-gentium-tug' 'texlive-gentium-tug-doc' 'texlive-gentium-tug-fonts' 'texlive-gentle' 'texlive-gentombow' 'texlive-gentombow-doc' 'texlive-geometry' 'texlive-geometry-doc' 'texlive-german' 'texlive-german-doc' 'texlive-germbib' 'texlive-germbib-doc' 'texlive-germkorr' 'texlive-germkorr-doc' 'texlive-geschichtsfrkl' 'texlive-geschichtsfrkl-doc' 'texlive-getfiledate' 'texlive-getfiledate-doc' 'texlive-getitems' 'texlive-getitems-doc' 'texlive-getmap' 'texlive-getmap-bin' 'texlive-getmap-doc' 'texlive-getoptk' 'texlive-getoptk-doc' 'texlive-gettitlestring' 'texlive-gettitlestring-doc' 'texlive-gfnotation' 'texlive-gfnotation-doc' 'texlive-gfsartemisia' 'texlive-gfsartemisia-doc' 'texlive-gfsartemisia-fonts' 'texlive-gfsbaskerville' 'texlive-gfsbaskerville-doc' 'texlive-gfsbaskerville-fonts' 'texlive-gfsbodoni' 'texlive-gfsbodoni-doc' 'texlive-gfsbodoni-fonts' 'texlive-gfscomplutum' 'texlive-gfscomplutum-doc' 'texlive-gfscomplutum-fonts' 'texlive-gfsdidot' 'texlive-gfsdidot-doc' 'texlive-gfsdidot-fonts' 'texlive-gfsdidotclassic' 'texlive-gfsdidotclassic-doc' 'texlive-gfsdidotclassic-fonts' 'texlive-gfsneohellenic' 'texlive-gfsneohellenic-doc' 'texlive-gfsneohellenic-fonts' 'texlive-gfsneohellenicmath' 'texlive-gfsneohellenicmath-doc' 'texlive-gfsneohellenicmath-fonts' 'texlive-gfsporson' 'texlive-gfsporson-doc' 'texlive-gfsporson-fonts' 'texlive-gfssolomos' 'texlive-gfssolomos-doc' 'texlive-gfssolomos-fonts' 'texlive-ghab' 'texlive-ghab-doc' 'texlive-ghsystem' 'texlive-ghsystem-doc' 'texlive-gillcm' 'texlive-gillcm-doc' 'texlive-gillius' 'texlive-gillius-doc' 'texlive-gillius-fonts' 'texlive-gincltex' 'texlive-gincltex-doc' 'texlive-gindex' 'texlive-gindex-doc' 'texlive-ginpenc' 'texlive-ginpenc-doc' 'texlive-git-latexdiff' 'texlive-git-latexdiff-bin' 'texlive-git-latexdiff-doc' 'texlive-gitfile-info' 'texlive-gitfile-info-doc' 'texlive-gitinfo' 'texlive-gitinfo-doc' 'texlive-gitinfo2' 'texlive-gitinfo2-doc' 'texlive-gitlog' 'texlive-gitlog-doc' 'texlive-gitver' 'texlive-gitver-doc' 'texlive-globalvals' 'texlive-globalvals-doc' 'texlive-glosmathtools' 'texlive-glosmathtools-doc' 'texlive-gloss' 'texlive-gloss-doc' 'texlive-gloss-occitan' 'texlive-gloss-occitan-doc' 'texlive-glossaries' 'texlive-glossaries-bin' 'texlive-glossaries-danish' 'texlive-glossaries-danish-doc' 'texlive-glossaries-doc' 'texlive-glossaries-dutch' 'texlive-glossaries-dutch-doc' 'texlive-glossaries-english' 'texlive-glossaries-english-doc' 'texlive-glossaries-estonian' 'texlive-glossaries-estonian-doc' 'texlive-glossaries-extra' 'texlive-glossaries-extra-doc' 'texlive-glossaries-finnish' 'texlive-glossaries-finnish-doc' 'texlive-glossaries-french' 'texlive-glossaries-french-doc' 'texlive-glossaries-german' 'texlive-glossaries-german-doc' 'texlive-glossaries-irish' 'texlive-glossaries-irish-doc' 'texlive-glossaries-italian' 'texlive-glossaries-italian-doc' 'texlive-glossaries-magyar' 'texlive-glossaries-magyar-doc' 'texlive-glossaries-polish' 'texlive-glossaries-polish-doc' 'texlive-glossaries-portuges' 'texlive-glossaries-portuges-doc' 'texlive-glossaries-serbian' 'texlive-glossaries-serbian-doc' 'texlive-glossaries-slovene' 'texlive-glossaries-slovene-doc' 'texlive-glossaries-spanish' 'texlive-glossaries-spanish-doc' 'texlive-glyphlist' 'texlive-gmdoc' 'texlive-gmdoc-doc' 'texlive-gmdoc-enhance' 'texlive-gmdoc-enhance-doc' 'texlive-gmiflink' 'texlive-gmiflink-doc' 'texlive-gmp' 'texlive-gmp-doc' 'texlive-gmutils' 'texlive-gmutils-doc' 'texlive-gmverb' 'texlive-gmverb-doc' 'texlive-gmverse' 'texlive-gmverse-doc' 'texlive-gnu-freefont' 'texlive-gnu-freefont-doc' 'texlive-gnu-freefont-fonts' 'texlive-gnuplottex' 'texlive-gnuplottex-doc' 'texlive-go' 'texlive-go-doc' 'texlive-gobble' 'texlive-gobble-doc' 'texlive-gofonts' 'texlive-gofonts-doc' 'texlive-gofonts-fonts' 'texlive-gost' 'texlive-gost-doc' 'texlive-gothic' 'texlive-gothic-doc' 'texlive-gotoh' 'texlive-gotoh-doc' 'texlive-grabbox' 'texlive-grabbox-doc' 'texlive-gradientframe' 'texlive-gradientframe-doc' 'texlive-gradstudentresume' 'texlive-gradstudentresume-doc' 'texlive-grafcet' 'texlive-grafcet-doc' 'texlive-grant' 'texlive-grant-doc' 'texlive-graph35' 'texlive-graph35-doc' 'texlive-graphbox' 'texlive-graphbox-doc' 'texlive-graphics' 'texlive-graphics-cfg' 'texlive-graphics-cfg-doc' 'texlive-graphics-def' 'texlive-graphics-def-doc' 'texlive-graphics-doc' 'texlive-graphics-pln' 'texlive-graphics-pln-doc' 'texlive-graphicx-psmin' 'texlive-graphicx-psmin-doc' 'texlive-graphicxbox' 'texlive-graphicxbox-doc' 'texlive-graphicxpsd' 'texlive-graphicxpsd-doc' 'texlive-graphviz' 'texlive-graphviz-doc' 'texlive-grayhints' 'texlive-grayhints-doc' 'texlive-greek-fontenc' 'texlive-greek-fontenc-doc' 'texlive-greek-inputenc' 'texlive-greek-inputenc-doc' 'texlive-greekdates' 'texlive-greekdates-doc' 'texlive-greektex' 'texlive-greektex-doc' 'texlive-greektonoi' 'texlive-greektonoi-doc' 'texlive-greenpoint' 'texlive-greenpoint-doc' 'texlive-gregoriotex' 'texlive-gregoriotex-bin' 'texlive-gregoriotex-doc' 'texlive-gregoriotex-fonts' 'texlive-grfext' 'texlive-grfext-doc' 'texlive-grffile' 'texlive-grffile-doc' 'texlive-grfpaste' 'texlive-grfpaste-doc' 'texlive-grid' 'texlive-grid-doc' 'texlive-grid-system' 'texlive-grid-system-doc' 'texlive-gridset' 'texlive-gridset-doc' 'texlive-gridslides' 'texlive-gridslides-doc' 'texlive-grotesq' 'texlive-grotesq-doc' 'texlive-grotesq-fonts' 'texlive-grundgesetze' 'texlive-grundgesetze-doc' 'texlive-gsemthesis' 'texlive-gsemthesis-doc' 'texlive-gsftopk' 'texlive-gsftopk-bin' 'texlive-gsftopk-doc' 'texlive-gtl' 'texlive-gtl-doc' 'texlive-gtrcrd' 'texlive-gtrcrd-doc' 'texlive-gtrlib-largetrees' 'texlive-gtrlib-largetrees-doc' 'texlive-gu' 'texlive-gu-doc' 'texlive-guide-to-latex' 'texlive-guitar' 'texlive-guitar-doc' 'texlive-guitarchordschemes' 'texlive-guitarchordschemes-doc' 'texlive-guitartabs' 'texlive-guitartabs-doc' 'texlive-guitlogo' 'texlive-guitlogo-doc' 'texlive-gustlib' 'texlive-gustlib-doc' 'texlive-gustprog' 'texlive-gzt' 'texlive-gzt-doc' 'texlive-h2020proposal' 'texlive-h2020proposal-doc' 'texlive-hackthefootline' 'texlive-hackthefootline-doc' 'texlive-hacm' 'texlive-hacm-doc' 'texlive-hacm-fonts' 'texlive-hagenberg-thesis' 'texlive-hagenberg-thesis-doc' 'texlive-halloweenmath' 'texlive-halloweenmath-doc' 'texlive-handin' 'texlive-handin-doc' 'texlive-handout' 'texlive-handout-doc' 'texlive-hands' 'texlive-hang' 'texlive-hang-doc' 'texlive-hanging' 'texlive-hanging-doc' 'texlive-hanoi' 'texlive-happy4th' 'texlive-har2nat' 'texlive-har2nat-doc' 'texlive-haranoaji' 'texlive-haranoaji-doc' 'texlive-haranoaji-extra' 'texlive-haranoaji-extra-doc' 'texlive-haranoaji-extra-fonts' 'texlive-haranoaji-fonts' 'texlive-hardwrap' 'texlive-hardwrap-doc' 'texlive-harmony' 'texlive-harmony-doc' 'texlive-harnon-cv' 'texlive-harnon-cv-doc' 'texlive-harpoon' 'texlive-harpoon-doc' 'texlive-harvard' 'texlive-harvard-doc' 'texlive-harveyballs' 'texlive-harveyballs-doc' 'texlive-harvmac' 'texlive-harvmac-doc' 'texlive-hatching' 'texlive-hatching-doc' 'texlive-hausarbeit-jura' 'texlive-hausarbeit-jura-doc' 'texlive-havannah' 'texlive-havannah-doc' 'texlive-hc' 'texlive-hc-doc' 'texlive-he-she' 'texlive-he-she-doc' 'texlive-hecthese' 'texlive-hecthese-doc' 'texlive-helvetic' 'texlive-helvetic-fonts' 'texlive-hep' 'texlive-hep-doc' 'texlive-hep-paper' 'texlive-hep-paper-doc' 'texlive-hepnames' 'texlive-hepnames-doc' 'texlive-hepparticles' 'texlive-hepparticles-doc' 'texlive-hepthesis' 'texlive-hepthesis-doc' 'texlive-hepunits' 'texlive-hepunits-doc' 'texlive-here' 'texlive-here-doc' 'texlive-heuristica' 'texlive-heuristica-doc' 'texlive-heuristica-fonts' 'texlive-hexgame' 'texlive-hexgame-doc' 'texlive-hf-tikz' 'texlive-hf-tikz-doc' 'texlive-hfbright' 'texlive-hfbright-doc' 'texlive-hfbright-fonts' 'texlive-hfoldsty' 'texlive-hfoldsty-doc' 'texlive-hhtensor' 'texlive-hhtensor-doc' 'texlive-histogr' 'texlive-histogr-doc' 'texlive-historische-zeitschrift' 'texlive-historische-zeitschrift-doc' 'texlive-hitec' 'texlive-hitec-doc' 'texlive-hithesis' 'texlive-hithesis-doc' 'texlive-hitszbeamer' 'texlive-hitszbeamer-doc' 'texlive-hitszthesis' 'texlive-hitszthesis-doc' 'texlive-hletter' 'texlive-hletter-doc' 'texlive-hlist' 'texlive-hlist-doc' 'texlive-hmtrump' 'texlive-hmtrump-doc' 'texlive-hmtrump-fonts' 'texlive-hobby' 'texlive-hobby-doc' 'texlive-hobete' 'texlive-hobete-doc' 'texlive-hobsub' 'texlive-hobsub-doc' 'texlive-hologo' 'texlive-hologo-doc' 'texlive-hook-pre-commit-pkg' 'texlive-horoscop' 'texlive-horoscop-doc' 'texlive-hpsdiss' 'texlive-hpsdiss-doc' 'texlive-hrefhide' 'texlive-hrefhide-doc' 'texlive-hrlatex' 'texlive-hrlatex-doc' 'texlive-hu-berlin-bundle' 'texlive-hu-berlin-bundle-doc' 'texlive-hulipsum' 'texlive-hulipsum-doc' 'texlive-hustthesis' 'texlive-hustthesis-doc' 'texlive-hvfloat' 'texlive-hvfloat-doc' 'texlive-hvindex' 'texlive-hvindex-doc' 'texlive-hvqrurl' 'texlive-hvqrurl-doc' 'texlive-hycolor' 'texlive-hycolor-doc' 'texlive-hypdvips' 'texlive-hypdvips-doc' 'texlive-hyper' 'texlive-hyper-doc' 'texlive-hyperbar' 'texlive-hyperbar-doc' 'texlive-hypernat' 'texlive-hypernat-doc' 'texlive-hyperref' 'texlive-hyperref-doc' 'texlive-hyperxmp' 'texlive-hyperxmp-doc' 'texlive-hyph-utf8' 'texlive-hyph-utf8-doc' 'texlive-hyphen-afrikaans' 'texlive-hyphen-ancientgreek' 'texlive-hyphen-arabic' 'texlive-hyphen-armenian' 'texlive-hyphen-base' 'texlive-hyphen-basque' 'texlive-hyphen-belarusian' 'texlive-hyphen-bulgarian' 'texlive-hyphen-catalan' 'texlive-hyphen-chinese' 'texlive-hyphen-churchslavonic' 'texlive-hyphen-coptic' 'texlive-hyphen-croatian' 'texlive-hyphen-czech' 'texlive-hyphen-danish' 'texlive-hyphen-dutch' 'texlive-hyphen-english' 'texlive-hyphen-esperanto' 'texlive-hyphen-estonian' 'texlive-hyphen-ethiopic' 'texlive-hyphen-farsi' 'texlive-hyphen-finnish' 'texlive-hyphen-french' 'texlive-hyphen-friulan' 'texlive-hyphen-galician' 'texlive-hyphen-georgian' 'texlive-hyphen-german' 'texlive-hyphen-greek' 'texlive-hyphen-greek-doc' 'texlive-hyphen-hungarian' 'texlive-hyphen-hungarian-doc' 'texlive-hyphen-icelandic' 'texlive-hyphen-indic' 'texlive-hyphen-indonesian' 'texlive-hyphen-interlingua' 'texlive-hyphen-irish' 'texlive-hyphen-italian' 'texlive-hyphen-kurmanji' 'texlive-hyphen-latin' 'texlive-hyphen-latvian' 'texlive-hyphen-lithuanian' 'texlive-hyphen-macedonian' 'texlive-hyphen-mongolian' 'texlive-hyphen-norwegian' 'texlive-hyphen-occitan' 'texlive-hyphen-piedmontese' 'texlive-hyphen-polish' 'texlive-hyphen-portuguese' 'texlive-hyphen-romanian' 'texlive-hyphen-romansh' 'texlive-hyphen-russian' 'texlive-hyphen-sanskrit' 'texlive-hyphen-sanskrit-doc' 'texlive-hyphen-serbian' 'texlive-hyphen-slovak' 'texlive-hyphen-slovenian' 'texlive-hyphen-spanish' 'texlive-hyphen-spanish-doc' 'texlive-hyphen-swedish' 'texlive-hyphen-thai' 'texlive-hyphen-turkish' 'texlive-hyphen-turkmen' 'texlive-hyphen-ukrainian' 'texlive-hyphen-uppersorbian' 'texlive-hyphen-welsh' 'texlive-hyphenat' 'texlive-hyphenat-doc' 'texlive-hyphenex' 'texlive-hyplain' 'texlive-hyplain-doc' 'texlive-ibycus-babel' 'texlive-ibycus-babel-doc' 'texlive-ibygrk' 'texlive-ibygrk-doc' 'texlive-ibygrk-fonts' 'texlive-icite' 'texlive-icite-doc' 'texlive-icsv' 'texlive-icsv-doc' 'texlive-identkey' 'texlive-identkey-doc' 'texlive-idxcmds' 'texlive-idxcmds-doc' 'texlive-idxlayout' 'texlive-idxlayout-doc' 'texlive-ieeepes' 'texlive-ieeepes-doc' 'texlive-ietfbibs' 'texlive-iffont' 'texlive-iffont-doc' 'texlive-ifmslide' 'texlive-ifmslide-doc' 'texlive-ifmtarg' 'texlive-ifmtarg-doc' 'texlive-ifnextok' 'texlive-ifnextok-doc' 'texlive-ifoddpage' 'texlive-ifoddpage-doc' 'texlive-ifplatform' 'texlive-ifplatform-doc' 'texlive-ifptex' 'texlive-ifptex-doc' 'texlive-ifsym' 'texlive-ifsym-doc' 'texlive-iftex' 'texlive-iftex-doc' 'texlive-ifthenx' 'texlive-ifthenx-doc' 'texlive-ifxptex' 'texlive-ifxptex-doc' 'texlive-iitem' 'texlive-iitem-doc' 'texlive-ijmart' 'texlive-ijmart-doc' 'texlive-ijqc' 'texlive-ijqc-doc' 'texlive-ijsra' 'texlive-ijsra-doc' 'texlive-imac' 'texlive-imac-doc' 'texlive-image-gallery' 'texlive-image-gallery-doc' 'texlive-imakeidx' 'texlive-imakeidx-doc' 'texlive-imfellenglish' 'texlive-imfellenglish-doc' 'texlive-imfellenglish-fonts' 'texlive-impatient' 'texlive-impatient-cn' 'texlive-impatient-fr' 'texlive-impnattypo' 'texlive-impnattypo-doc' 'texlive-import' 'texlive-import-doc' 'texlive-imsproc' 'texlive-imsproc-doc' 'texlive-imtekda' 'texlive-imtekda-doc' 'texlive-incgraph' 'texlive-incgraph-doc' 'texlive-includernw' 'texlive-includernw-doc' 'texlive-inconsolata' 'texlive-inconsolata-doc' 'texlive-inconsolata-fonts' 'texlive-index' 'texlive-index-doc' 'texlive-indextools' 'texlive-indextools-doc' 'texlive-infwarerr' 'texlive-infwarerr-doc' 'texlive-initials' 'texlive-initials-doc' 'texlive-initials-fonts' 'texlive-inkpaper' 'texlive-inkpaper-doc' 'texlive-inline-images' 'texlive-inline-images-doc' 'texlive-inlinebib' 'texlive-inlinebib-doc' 'texlive-inlinedef' 'texlive-inlinedef-doc' 'texlive-inputenx' 'texlive-inputenx-doc' 'texlive-inputtrc' 'texlive-inputtrc-doc' 'texlive-inriafonts' 'texlive-inriafonts-doc' 'texlive-inriafonts-fonts' 'texlive-insbox' 'texlive-insbox-doc' 'texlive-intcalc' 'texlive-intcalc-doc' 'texlive-interactiveworkbook' 'texlive-interactiveworkbook-doc' 'texlive-interchar' 'texlive-interchar-doc' 'texlive-interfaces' 'texlive-interfaces-doc' 'texlive-interpreter' 'texlive-interpreter-doc' 'texlive-interval' 'texlive-interval-doc' 'texlive-intopdf' 'texlive-intopdf-doc' 'texlive-intro-scientific' 'texlive-inversepath' 'texlive-inversepath-doc' 'texlive-invoice' 'texlive-invoice-class' 'texlive-invoice-class-doc' 'texlive-invoice-doc' 'texlive-invoice2' 'texlive-invoice2-doc' 'texlive-iodhbwm' 'texlive-iodhbwm-doc' 'texlive-ionumbers' 'texlive-ionumbers-doc' 'texlive-iopart-num' 'texlive-iopart-num-doc' 'texlive-ipaex' 'texlive-ipaex-doc' 'texlive-ipaex-fonts' 'texlive-ipaex-type1' 'texlive-ipaex-type1-doc' 'texlive-ipaex-type1-fonts' 'texlive-is-bst' 'texlive-is-bst-doc' 'texlive-iscram' 'texlive-iscram-doc' 'texlive-iso' 'texlive-iso-doc' 'texlive-iso10303' 'texlive-iso10303-doc' 'texlive-isodate' 'texlive-isodate-doc' 'texlive-isodoc' 'texlive-isodoc-doc' 'texlive-isomath' 'texlive-isomath-doc' 'texlive-isonums' 'texlive-isonums-doc' 'texlive-isopt' 'texlive-isopt-doc' 'texlive-isorot' 'texlive-isorot-doc' 'texlive-isotope' 'texlive-isotope-doc' 'texlive-issuulinks' 'texlive-issuulinks-doc' 'texlive-istgame' 'texlive-istgame-doc' 'texlive-itnumpar' 'texlive-itnumpar-doc' 'texlive-iwhdp' 'texlive-iwhdp-doc' 'texlive-iwona' 'texlive-iwona-doc' 'texlive-iwona-fonts' 'texlive-jablantile' 'texlive-jablantile-doc' 'texlive-jacow' 'texlive-jacow-doc' 'texlive-jadetex' 'texlive-jadetex-bin' 'texlive-jadetex-doc' 'texlive-jamtimes' 'texlive-jamtimes-doc' 'texlive-japanese-otf' 'texlive-japanese-otf-doc' 'texlive-japanese-otf-uptex' 'texlive-japanese-otf-uptex-doc' 'texlive-jbact' 'texlive-jfmutil' 'texlive-jfmutil-bin' 'texlive-jfmutil-doc' 'texlive-jigsaw' 'texlive-jigsaw-doc' 'texlive-jkmath' 'texlive-jkmath-doc' 'texlive-jknapltx' 'texlive-jknapltx-doc' 'texlive-jlabels' 'texlive-jlabels-doc' 'texlive-jlreq' 'texlive-jlreq-doc' 'texlive-jmb' 'texlive-jmlr' 'texlive-jmlr-doc' 'texlive-jmn' 'texlive-jmn-fonts' 'texlive-jneurosci' 'texlive-jneurosci-doc' 'texlive-jnuexam' 'texlive-jnuexam-doc' 'texlive-jpsj' 'texlive-jpsj-doc' 'texlive-js-misc' 'texlive-js-misc-doc' 'texlive-jsclasses' 'texlive-jsclasses-doc' 'texlive-jslectureplanner' 'texlive-jslectureplanner-doc' 'texlive-jumplines' 'texlive-jumplines-doc' 'texlive-junicode' 'texlive-junicode-doc' 'texlive-junicode-fonts' 'texlive-jura' 'texlive-jura-doc' 'texlive-juraabbrev' 'texlive-juraabbrev-doc' 'texlive-jurabib' 'texlive-jurabib-doc' 'texlive-juramisc' 'texlive-juramisc-doc' 'texlive-jurarsp' 'texlive-jurarsp-doc' 'texlive-jvlisting' 'texlive-jvlisting-doc' 'texlive-kalendarium' 'texlive-kalendarium-doc' 'texlive-kanaparser' 'texlive-kanaparser-doc' 'texlive-kantlipsum' 'texlive-kantlipsum-doc' 'texlive-karnaugh' 'texlive-karnaugh-doc' 'texlive-karnaugh-map' 'texlive-karnaugh-map-doc' 'texlive-karnaughmap' 'texlive-karnaughmap-doc' 'texlive-kastrup' 'texlive-kastrup-doc' 'texlive-kblocks' 'texlive-kblocks-doc' 'texlive-kdgdocs' 'texlive-kdgdocs-doc' 'texlive-kerkis' 'texlive-kerkis-doc' 'texlive-kerkis-fonts' 'texlive-kerntest' 'texlive-kerntest-doc' 'texlive-ketcindy' 'texlive-ketcindy-bin' 'texlive-ketcindy-doc' 'texlive-keycommand' 'texlive-keycommand-doc' 'texlive-keyfloat' 'texlive-keyfloat-doc' 'texlive-keyindex' 'texlive-keyindex-doc' 'texlive-keyreader' 'texlive-keyreader-doc' 'texlive-keystroke' 'texlive-keystroke-doc' 'texlive-keyval2e' 'texlive-keyval2e-doc' 'texlive-keyvaltable' 'texlive-keyvaltable-doc' 'texlive-kix' 'texlive-kix-doc' 'texlive-kixfont' 'texlive-kixfont-doc' 'texlive-kluwer' 'texlive-kluwer-doc' 'texlive-knitting' 'texlive-knitting-doc' 'texlive-knitting-fonts' 'texlive-knittingpattern' 'texlive-knittingpattern-doc' 'texlive-knowledge' 'texlive-knowledge-doc' 'texlive-knuth' 'texlive-knuth-doc' 'texlive-knuth-lib' 'texlive-knuth-local' 'texlive-koma-moderncvclassic' 'texlive-koma-moderncvclassic-doc' 'texlive-koma-script' 'texlive-koma-script-doc' 'texlive-koma-script-examples' 'texlive-koma-script-sfs' 'texlive-koma-script-sfs-doc' 'texlive-komacv' 'texlive-komacv-doc' 'texlive-komacv-rg' 'texlive-komacv-rg-doc' 'texlive-kotex-oblivoir' 'texlive-kotex-oblivoir-doc' 'texlive-kotex-plain' 'texlive-kotex-plain-doc' 'texlive-kotex-utf' 'texlive-kotex-utf-doc' 'texlive-kotex-utils' 'texlive-kotex-utils-bin' 'texlive-kotex-utils-doc' 'texlive-kpathsea' 'texlive-kpathsea-bin' 'texlive-kpathsea-devel' 'texlive-kpathsea-doc' 'texlive-kpfonts' 'texlive-kpfonts-doc' 'texlive-kpfonts-fonts' 'texlive-ksfh_nat' 'texlive-ksp-thesis' 'texlive-ksp-thesis-doc' 'texlive-ktv-texdata' 'texlive-ktv-texdata-doc' 'texlive-ku-template' 'texlive-ku-template-doc' 'texlive-kurdishlipsum' 'texlive-kurdishlipsum-doc' 'texlive-kurier' 'texlive-kurier-doc' 'texlive-kurier-fonts' 'texlive-kvdefinekeys' 'texlive-kvdefinekeys-doc' 'texlive-kvmap' 'texlive-kvmap-doc' 'texlive-kvoptions' 'texlive-kvoptions-doc' 'texlive-kvsetkeys' 'texlive-kvsetkeys-doc' 'texlive-l2picfaq' 'texlive-l2tabu' 'texlive-l2tabu-english' 'texlive-l2tabu-french' 'texlive-l2tabu-italian' 'texlive-l2tabu-spanish' 'texlive-l3backend' 'texlive-l3backend-doc' 'texlive-l3build' 'texlive-l3build-bin' 'texlive-l3build-doc' 'texlive-l3experimental' 'texlive-l3experimental-doc' 'texlive-l3kernel' 'texlive-l3kernel-doc' 'texlive-l3packages' 'texlive-l3packages-doc' 'texlive-labbook' 'texlive-labbook-doc' 'texlive-labels' 'texlive-labels-doc' 'texlive-labels4easylist' 'texlive-labels4easylist-doc' 'texlive-labelschanged' 'texlive-labelschanged-doc' 'texlive-labyrinth' 'texlive-labyrinth-doc' 'texlive-lacheck' 'texlive-lacheck-bin' 'texlive-ladder' 'texlive-ladder-doc' 'texlive-lambda' 'texlive-lambda-lists' 'texlive-lambda-lists-doc' 'texlive-langcode' 'texlive-langcode-doc' 'texlive-langsci' 'texlive-langsci-avm' 'texlive-langsci-avm-doc' 'texlive-langsci-doc' 'texlive-lapdf' 'texlive-lapdf-doc' 'texlive-lastpackage' 'texlive-lastpackage-doc' 'texlive-lastpage' 'texlive-lastpage-doc' 'texlive-latex' 'texlive-latex-amsmath-dev' 'texlive-latex-amsmath-dev-doc' 'texlive-latex-base-dev' 'texlive-latex-base-dev-doc' 'texlive-latex-bib-ex' 'texlive-latex-bib2-ex' 'texlive-latex-bin' 'texlive-latex-bin-bin' 'texlive-latex-bin-dev' 'texlive-latex-bin-dev-bin' 'texlive-latex-brochure' 'texlive-latex-course' 'texlive-latex-doc' 'texlive-latex-doc-ptr' 'texlive-latex-fonts' 'texlive-latex-fonts-doc' 'texlive-latex-git-log' 'texlive-latex-git-log-bin' 'texlive-latex-git-log-doc' 'texlive-latex-graphics-companion' 'texlive-latex-graphics-dev' 'texlive-latex-graphics-dev-doc' 'texlive-latex-make' 'texlive-latex-make-doc' 'texlive-latex-mr' 'texlive-latex-notes-zh-cn' 'texlive-latex-papersize' 'texlive-latex-papersize-bin' 'texlive-latex-papersize-doc' 'texlive-latex-referenz' 'texlive-latex-refsheet' 'texlive-latex-tabellen' 'texlive-latex-tds' 'texlive-latex-tds-doc' 'texlive-latex-tools-dev' 'texlive-latex-tools-dev-doc' 'texlive-latex-uni8' 'texlive-latex-uni8-doc' 'texlive-latex-veryshortguide' 'texlive-latex-via-exemplos' 'texlive-latex-web-companion' 'texlive-latex2e-help-texinfo' 'texlive-latex2e-help-texinfo-fr' 'texlive-latex2e-help-texinfo-spanish' 'texlive-latex2man' 'texlive-latex2man-bin' 'texlive-latex2man-doc' 'texlive-latex2nemeth' 'texlive-latex2nemeth-bin' 'texlive-latex2nemeth-doc' 'texlive-latex4musicians' 'texlive-latex4wp' 'texlive-latex4wp-it' 'texlive-latexbangla' 'texlive-latexbangla-doc' 'texlive-latexbug' 'texlive-latexbug-doc' 'texlive-latexcheat' 'texlive-latexcheat-de' 'texlive-latexcheat-esmx' 'texlive-latexcheat-ptbr' 'texlive-latexcolors' 'texlive-latexcolors-doc' 'texlive-latexconfig' 'texlive-latexcourse-rug' 'texlive-latexdemo' 'texlive-latexdemo-doc' 'texlive-latexdiff' 'texlive-latexdiff-bin' 'texlive-latexdiff-doc' 'texlive-latexfileinfo-pkgs' 'texlive-latexfileinfo-pkgs-doc' 'texlive-latexfileversion' 'texlive-latexfileversion-bin' 'texlive-latexfileversion-doc' 'texlive-latexgit' 'texlive-latexgit-doc' 'texlive-latexindent' 'texlive-latexindent-bin' 'texlive-latexindent-doc' 'texlive-latexmk' 'texlive-latexmk-bin' 'texlive-latexmk-doc' 'texlive-latexmp' 'texlive-latexmp-doc' 'texlive-latexpand' 'texlive-latexpand-bin' 'texlive-latexpand-doc' 'texlive-latino-sine-flexione' 'texlive-latino-sine-flexione-doc' 'texlive-lato' 'texlive-lato-doc' 'texlive-lato-fonts' 'texlive-layaureo' 'texlive-layaureo-doc' 'texlive-layouts' 'texlive-layouts-doc' 'texlive-lazylist' 'texlive-lazylist-doc' 'texlive-lccaps' 'texlive-lccaps-doc' 'texlive-lcd' 'texlive-lcd-doc' 'texlive-lcdftypetools' 'texlive-lcdftypetools-bin' 'texlive-lcg' 'texlive-lcg-doc' 'texlive-lcyw' 'texlive-lcyw-doc' 'texlive-leading' 'texlive-leading-doc' 'texlive-leadsheets' 'texlive-leadsheets-doc' 'texlive-leaflet' 'texlive-leaflet-doc' 'texlive-lecturer' 'texlive-lecturer-doc' 'texlive-lectures' 'texlive-lectures-doc' 'texlive-ledmac' 'texlive-ledmac-doc' 'texlive-leftidx' 'texlive-leftidx-doc' 'texlive-leipzig' 'texlive-leipzig-doc' 'texlive-lengthconvert' 'texlive-lengthconvert-doc' 'texlive-letltxmacro' 'texlive-letltxmacro-doc' 'texlive-letterspacing' 'texlive-letterswitharrows' 'texlive-letterswitharrows-doc' 'texlive-lettre' 'texlive-lettre-doc' 'texlive-lettrine' 'texlive-lettrine-doc' 'texlive-levy' 'texlive-levy-doc' 'texlive-lewis' 'texlive-lewis-doc' 'texlive-lexend' 'texlive-lexend-doc' 'texlive-lexend-fonts' 'texlive-lexikon' 'texlive-lexikon-doc' 'texlive-lexref' 'texlive-lexref-doc' 'texlive-lfb' 'texlive-lfb-doc' 'texlive-lgreek' 'texlive-lgreek-doc' 'texlive-lh' 'texlive-lh-doc' 'texlive-lhcyr' 'texlive-lhelp' 'texlive-lhelp-doc' 'texlive-libertine' 'texlive-libertine-doc' 'texlive-libertine-fonts' 'texlive-libertinegc' 'texlive-libertinegc-doc' 'texlive-libertinus' 'texlive-libertinus-doc' 'texlive-libertinus-fonts' 'texlive-libertinus-fonts-doc' 'texlive-libertinus-fonts-fonts' 'texlive-libertinus-otf' 'texlive-libertinus-otf-doc' 'texlive-libertinus-type1' 'texlive-libertinus-type1-doc' 'texlive-libertinus-type1-fonts' 'texlive-libertinust1math' 'texlive-libertinust1math-doc' 'texlive-libertinust1math-fonts' 'texlive-libgreek' 'texlive-libgreek-doc' 'texlive-librarian' 'texlive-librarian-doc' 'texlive-librebaskerville' 'texlive-librebaskerville-doc' 'texlive-librebaskerville-fonts' 'texlive-librebodoni' 'texlive-librebodoni-doc' 'texlive-librebodoni-fonts' 'texlive-librecaslon' 'texlive-librecaslon-doc' 'texlive-librecaslon-fonts' 'texlive-librefranklin' 'texlive-librefranklin-doc' 'texlive-librefranklin-fonts' 'texlive-libris' 'texlive-libris-doc' 'texlive-libris-fonts' 'texlive-lie-hasse' 'texlive-lie-hasse-doc' 'texlive-lilyglyphs' 'texlive-lilyglyphs-bin' 'texlive-lilyglyphs-doc' 'texlive-lilyglyphs-fonts' 'texlive-limap' 'texlive-limap-doc' 'texlive-limecv' 'texlive-limecv-doc' 'texlive-linearA' 'texlive-linearA-doc' 'texlive-linearA-fonts' 'texlive-linegoal' 'texlive-linegoal-doc' 'texlive-lineno' 'texlive-lineno-doc' 'texlive-ling-macros' 'texlive-ling-macros-doc' 'texlive-linguex' 'texlive-linguex-doc' 'texlive-linguisticspro' 'texlive-linguisticspro-doc' 'texlive-linguisticspro-fonts' 'texlive-linop' 'texlive-linop-doc' 'texlive-lion-msc' 'texlive-lion-msc-doc' 'texlive-lipsum' 'texlive-lipsum-doc' 'texlive-lisp-on-tex' 'texlive-lisp-on-tex-doc' 'texlive-listbib' 'texlive-listbib-bin' 'texlive-listbib-doc' 'texlive-listing' 'texlive-listing-doc' 'texlive-listings' 'texlive-listings-doc' 'texlive-listings-ext' 'texlive-listings-ext-bin' 'texlive-listings-ext-doc' 'texlive-listingsutf8' 'texlive-listingsutf8-doc' 'texlive-listlbls' 'texlive-listlbls-doc' 'texlive-listliketab' 'texlive-listliketab-doc' 'texlive-listofitems' 'texlive-listofitems-doc' 'texlive-listofsymbols' 'texlive-listofsymbols-doc' 'texlive-lithuanian' 'texlive-lithuanian-doc' 'texlive-liturg' 'texlive-liturg-doc' 'texlive-lkproof' 'texlive-lkproof-doc' 'texlive-llncsconf' 'texlive-llncsconf-doc' 'texlive-lm' 'texlive-lm-doc' 'texlive-lm-math' 'texlive-lm-math-doc' 'texlive-lm-math-fonts' 'texlive-lmake' 'texlive-lmake-doc' 'texlive-lni' 'texlive-lni-doc' 'texlive-lobster2' 'texlive-lobster2-doc' 'texlive-lobster2-fonts' 'texlive-locality' 'texlive-locality-doc' 'texlive-localloc' 'texlive-localloc-doc' 'texlive-logbox' 'texlive-logbox-doc' 'texlive-logical-markup-utils' 'texlive-logical-markup-utils-doc' 'texlive-logicproof' 'texlive-logicproof-doc' 'texlive-logicpuzzle' 'texlive-logicpuzzle-doc' 'texlive-logix' 'texlive-logix-doc' 'texlive-logix-fonts' 'texlive-logpap' 'texlive-logpap-doc' 'texlive-logreq' 'texlive-logreq-doc' 'texlive-lollipop' 'texlive-lollipop-bin' 'texlive-lollipop-doc' 'texlive-longdivision' 'texlive-longdivision-doc' 'texlive-longfbox' 'texlive-longfbox-doc' 'texlive-longfigure' 'texlive-longfigure-doc' 'texlive-longnamefilelist' 'texlive-longnamefilelist-doc' 'texlive-loops' 'texlive-loops-doc' 'texlive-lpform' 'texlive-lpform-doc' 'texlive-lpic' 'texlive-lpic-doc' 'texlive-lplfitch' 'texlive-lplfitch-doc' 'texlive-lps' 'texlive-lps-doc' 'texlive-lroundrect' 'texlive-lroundrect-doc' 'texlive-lsc' 'texlive-lsc-doc' 'texlive-lshort-bulgarian' 'texlive-lshort-chinese' 'texlive-lshort-czech' 'texlive-lshort-dutch' 'texlive-lshort-english' 'texlive-lshort-estonian' 'texlive-lshort-finnish' 'texlive-lshort-french' 'texlive-lshort-german' 'texlive-lshort-italian' 'texlive-lshort-japanese' 'texlive-lshort-korean' 'texlive-lshort-mongol' 'texlive-lshort-persian' 'texlive-lshort-polish' 'texlive-lshort-portuguese' 'texlive-lshort-russian' 'texlive-lshort-slovak' 'texlive-lshort-slovenian' 'texlive-lshort-spanish' 'texlive-lshort-thai' 'texlive-lshort-turkish' 'texlive-lshort-ukr' 'texlive-lshort-vietnamese' 'texlive-lstaddons' 'texlive-lstaddons-doc' 'texlive-lstbayes' 'texlive-lstbayes-doc' 'texlive-lstfiracode' 'texlive-lstfiracode-doc' 'texlive-lt3graph' 'texlive-lt3graph-doc' 'texlive-ltablex' 'texlive-ltablex-doc' 'texlive-ltabptch' 'texlive-ltabptch-doc' 'texlive-ltb2bib' 'texlive-ltb2bib-doc' 'texlive-ltxcmds' 'texlive-ltxcmds-doc' 'texlive-ltxdockit' 'texlive-ltxdockit-doc' 'texlive-ltxfileinfo' 'texlive-ltxfileinfo-bin' 'texlive-ltxfileinfo-doc' 'texlive-ltxguidex' 'texlive-ltxguidex-doc' 'texlive-ltximg' 'texlive-ltximg-bin' 'texlive-ltximg-doc' 'texlive-ltxkeys' 'texlive-ltxkeys-doc' 'texlive-ltxmisc' 'texlive-ltxnew' 'texlive-ltxnew-doc' 'texlive-ltxtools' 'texlive-ltxtools-doc' 'texlive-lua-alt-getopt' 'texlive-lua-alt-getopt-doc' 'texlive-lua-check-hyphen' 'texlive-lua-check-hyphen-doc' 'texlive-lua-uca' 'texlive-lua-uca-doc' 'texlive-lua-ul' 'texlive-lua-ul-doc' 'texlive-lua-visual-debug' 'texlive-lua-visual-debug-doc' 'texlive-luabibentry' 'texlive-luabibentry-doc' 'texlive-luabidi' 'texlive-luabidi-doc' 'texlive-luacode' 'texlive-luacode-doc' 'texlive-luacolor' 'texlive-luacolor-doc' 'texlive-luahbtex' 'texlive-luahbtex-bin' 'texlive-luahyphenrules' 'texlive-luahyphenrules-doc' 'texlive-luaimageembed' 'texlive-luaimageembed-doc' 'texlive-luaindex' 'texlive-luaindex-doc' 'texlive-luainputenc' 'texlive-luainputenc-doc' 'texlive-luaintro' 'texlive-luajittex' 'texlive-luajittex-bin' 'texlive-lualatex-doc' 'texlive-lualatex-doc-de' 'texlive-lualatex-math' 'texlive-lualatex-math-doc' 'texlive-lualatex-truncate' 'texlive-lualatex-truncate-doc' 'texlive-lualibs' 'texlive-lualibs-doc' 'texlive-luamesh' 'texlive-luamesh-doc' 'texlive-luamplib' 'texlive-luamplib-doc' 'texlive-luaotfload' 'texlive-luaotfload-bin' 'texlive-luaotfload-doc' 'texlive-luapackageloader' 'texlive-luapackageloader-doc' 'texlive-luarandom' 'texlive-luarandom-doc' 'texlive-luasseq' 'texlive-luasseq-doc' 'texlive-luatex' 'texlive-luatex-bin' 'texlive-luatex-doc' 'texlive-luatex85' 'texlive-luatex85-doc' 'texlive-luatexbase' 'texlive-luatexbase-doc' 'texlive-luatexja' 'texlive-luatexja-doc' 'texlive-luatexko' 'texlive-luatexko-doc' 'texlive-luatextra' 'texlive-luatextra-doc' 'texlive-luatodonotes' 'texlive-luatodonotes-doc' 'texlive-luavlna' 'texlive-luavlna-doc' 'texlive-luaxml' 'texlive-luaxml-doc' 'texlive-lwarp' 'texlive-lwarp-bin' 'texlive-lwarp-doc' 'texlive-lxfonts' 'texlive-lxfonts-doc' 'texlive-lxfonts-fonts' 'texlive-ly1' 'texlive-ly1-doc' 'texlive-lyluatex' 'texlive-lyluatex-doc' 'texlive-m-tx' 'texlive-m-tx-bin' 'texlive-m-tx-doc' 'texlive-macros2e' 'texlive-macros2e-doc' 'texlive-macroswap' 'texlive-macroswap-doc' 'texlive-mafr' 'texlive-mafr-doc' 'texlive-magaz' 'texlive-magaz-doc' 'texlive-magicnum' 'texlive-magicnum-doc' 'texlive-mailing' 'texlive-mailing-doc' 'texlive-mailmerge' 'texlive-mailmerge-doc' 'texlive-make4ht' 'texlive-make4ht-bin' 'texlive-make4ht-doc' 'texlive-makebarcode' 'texlive-makebarcode-doc' 'texlive-makebase' 'texlive-makebase-doc' 'texlive-makebox' 'texlive-makebox-doc' 'texlive-makecell' 'texlive-makecell-doc' 'texlive-makecirc' 'texlive-makecirc-doc' 'texlive-makecmds' 'texlive-makecmds-doc' 'texlive-makecookbook' 'texlive-makedtx' 'texlive-makedtx-bin' 'texlive-makedtx-doc' 'texlive-makeglos' 'texlive-makeglos-doc' 'texlive-makeindex' 'texlive-makeindex-bin' 'texlive-makeindex-doc' 'texlive-makeplot' 'texlive-makeplot-doc' 'texlive-maker' 'texlive-maker-doc' 'texlive-makerobust' 'texlive-makerobust-doc' 'texlive-makeshape' 'texlive-makeshape-doc' 'texlive-mandi' 'texlive-mandi-doc' 'texlive-manfnt' 'texlive-manfnt-doc' 'texlive-manfnt-font' 'texlive-manfnt-font-fonts' 'texlive-manuscript' 'texlive-manuscript-doc' 'texlive-manyind' 'texlive-manyind-doc' 'texlive-marcellus' 'texlive-marcellus-doc' 'texlive-marcellus-fonts' 'texlive-margbib' 'texlive-margbib-doc' 'texlive-marginfit' 'texlive-marginfit-doc' 'texlive-marginfix' 'texlive-marginfix-doc' 'texlive-marginnote' 'texlive-marginnote-doc' 'texlive-markdown' 'texlive-markdown-doc' 'texlive-marvosym' 'texlive-marvosym-doc' 'texlive-marvosym-fonts' 'texlive-matc3' 'texlive-matc3-doc' 'texlive-matc3mem' 'texlive-matc3mem-doc' 'texlive-match_parens' 'texlive-match_parens-bin' 'texlive-match_parens-doc' 'texlive-math-e' 'texlive-math-into-latex-4' 'texlive-mathabx' 'texlive-mathabx-doc' 'texlive-mathabx-type1' 'texlive-mathabx-type1-doc' 'texlive-mathabx-type1-fonts' 'texlive-mathalpha' 'texlive-mathalpha-doc' 'texlive-mathastext' 'texlive-mathastext-doc' 'texlive-mathcommand' 'texlive-mathcommand-doc' 'texlive-mathcomp' 'texlive-mathcomp-doc' 'texlive-mathdesign' 'texlive-mathdesign-doc' 'texlive-mathdesign-fonts' 'texlive-mathdots' 'texlive-mathdots-doc' 'texlive-mathexam' 'texlive-mathexam-doc' 'texlive-mathfam256' 'texlive-mathfam256-doc' 'texlive-mathfixs' 'texlive-mathfixs-doc' 'texlive-mathfont' 'texlive-mathfont-doc' 'texlive-mathlig' 'texlive-mathpartir' 'texlive-mathpartir-doc' 'texlive-mathpazo' 'texlive-mathpazo-doc' 'texlive-mathpazo-fonts' 'texlive-mathpunctspace' 'texlive-mathpunctspace-doc' 'texlive-maths-symbols' 'texlive-mathspec' 'texlive-mathspec-doc' 'texlive-mathspic' 'texlive-mathspic-bin' 'texlive-mathspic-doc' 'texlive-mathtools' 'texlive-mathtools-doc' 'texlive-matlab-prettifier' 'texlive-matlab-prettifier-doc' 'texlive-matrix-skeleton' 'texlive-matrix-skeleton-doc' 'texlive-mattens' 'texlive-mattens-doc' 'texlive-maybemath' 'texlive-maybemath-doc' 'texlive-mcaption' 'texlive-mcaption-doc' 'texlive-mceinleger' 'texlive-mceinleger-doc' 'texlive-mcexam' 'texlive-mcexam-doc' 'texlive-mcf2graph' 'texlive-mcf2graph-doc' 'texlive-mcite' 'texlive-mcite-doc' 'texlive-mciteplus' 'texlive-mciteplus-doc' 'texlive-mcmthesis' 'texlive-mcmthesis-doc' 'texlive-mdframed' 'texlive-mdframed-doc' 'texlive-mdputu' 'texlive-mdputu-doc' 'texlive-mdsymbol' 'texlive-mdsymbol-doc' 'texlive-mdsymbol-fonts' 'texlive-mdwtools' 'texlive-mdwtools-doc' 'texlive-media4svg' 'texlive-media4svg-doc' 'texlive-media9' 'texlive-media9-doc' 'texlive-medstarbeamer' 'texlive-medstarbeamer-doc' 'texlive-meetingmins' 'texlive-meetingmins-doc' 'texlive-memdesign' 'texlive-memexsupp' 'texlive-memexsupp-doc' 'texlive-memoir' 'texlive-memoir-doc' 'texlive-memory' 'texlive-memory-doc' 'texlive-memorygraphs' 'texlive-memorygraphs-doc' 'texlive-mendex-doc' 'texlive-mendex-doc-doc' 'texlive-mensa-tex' 'texlive-mensa-tex-doc' 'texlive-mentis' 'texlive-mentis-doc' 'texlive-menu' 'texlive-menu-doc' 'texlive-menukeys' 'texlive-menukeys-doc' 'texlive-merriweather' 'texlive-merriweather-doc' 'texlive-merriweather-fonts' 'texlive-metafont' 'texlive-metafont-beginners' 'texlive-metafont-bin' 'texlive-metafont-doc' 'texlive-metago' 'texlive-metago-doc' 'texlive-metalogo' 'texlive-metalogo-doc' 'texlive-metalogox' 'texlive-metalogox-doc' 'texlive-metaobj' 'texlive-metaobj-doc' 'texlive-metaplot' 'texlive-metaplot-doc' 'texlive-metapost' 'texlive-metapost-bin' 'texlive-metapost-colorbrewer' 'texlive-metapost-colorbrewer-doc' 'texlive-metapost-doc' 'texlive-metapost-examples' 'texlive-metapost-fonts' 'texlive-metastr' 'texlive-metastr-doc' 'texlive-metatex' 'texlive-metatex-doc' 'texlive-metatype1' 'texlive-metauml' 'texlive-metauml-doc' 'texlive-method' 'texlive-method-doc' 'texlive-metre' 'texlive-metre-doc' 'texlive-metrix' 'texlive-metrix-doc' 'texlive-mex' 'texlive-mex-bin' 'texlive-mex-doc' 'texlive-mf2pt1' 'texlive-mf2pt1-bin' 'texlive-mf2pt1-doc' 'texlive-mfirstuc' 'texlive-mfirstuc-doc' 'texlive-mflogo' 'texlive-mflogo-doc' 'texlive-mflogo-font' 'texlive-mflogo-font-doc' 'texlive-mflogo-font-fonts' 'texlive-mflua' 'texlive-mflua-bin' 'texlive-mfnfss' 'texlive-mfnfss-doc' 'texlive-mfpic' 'texlive-mfpic-doc' 'texlive-mfpic4ode' 'texlive-mfpic4ode-doc' 'texlive-mftinc' 'texlive-mftinc-doc' 'texlive-mfware' 'texlive-mfware-bin' 'texlive-mfware-doc' 'texlive-mgltex' 'texlive-mgltex-doc' 'texlive-mhchem' 'texlive-mhchem-doc' 'texlive-mhequ' 'texlive-mhequ-doc' 'texlive-mi-solns' 'texlive-mi-solns-doc' 'texlive-miama' 'texlive-miama-doc' 'texlive-miama-fonts' 'texlive-microtype' 'texlive-microtype-de' 'texlive-microtype-doc' 'texlive-midnight' 'texlive-midnight-doc' 'texlive-midpage' 'texlive-midpage-doc' 'texlive-miller' 'texlive-miller-doc' 'texlive-milog' 'texlive-milog-doc' 'texlive-milsymb' 'texlive-milsymb-doc' 'texlive-minibox' 'texlive-minibox-doc' 'texlive-minidocument' 'texlive-minidocument-doc' 'texlive-minifp' 'texlive-minifp-doc' 'texlive-minipage-marginpar' 'texlive-minipage-marginpar-doc' 'texlive-miniplot' 'texlive-miniplot-doc' 'texlive-minitoc' 'texlive-minitoc-doc' 'texlive-minorrevision' 'texlive-minorrevision-doc' 'texlive-minted' 'texlive-minted-doc' 'texlive-mintspirit' 'texlive-mintspirit-doc' 'texlive-mintspirit-fonts' 'texlive-minutes' 'texlive-minutes-doc' 'texlive-mismath' 'texlive-mismath-doc' 'texlive-missaali' 'texlive-missaali-doc' 'texlive-missaali-fonts' 'texlive-mkgrkindex' 'texlive-mkgrkindex-bin' 'texlive-mkgrkindex-doc' 'texlive-mkjobtexmf' 'texlive-mkjobtexmf-bin' 'texlive-mkjobtexmf-doc' 'texlive-mkpattern' 'texlive-mkpattern-doc' 'texlive-mkpic' 'texlive-mkpic-bin' 'texlive-mkpic-doc' 'texlive-mla-paper' 'texlive-mla-paper-doc' 'texlive-mlacls' 'texlive-mlacls-doc' 'texlive-mleftright' 'texlive-mleftright-doc' 'texlive-mlist' 'texlive-mlist-doc' 'texlive-mltex' 'texlive-mltex-bin' 'texlive-mltex-doc' 'texlive-mmap' 'texlive-mmap-doc' 'texlive-mnotes' 'texlive-mnotes-doc' 'texlive-mnras' 'texlive-mnras-doc' 'texlive-mnsymbol' 'texlive-mnsymbol-doc' 'texlive-mnsymbol-fonts' 'texlive-modeles-factures-belges-assocs' 'texlive-modeles-factures-belges-assocs-doc' 'texlive-moderncv' 'texlive-moderncv-doc' 'texlive-modernposter' 'texlive-modernposter-doc' 'texlive-moderntimeline' 'texlive-moderntimeline-doc' 'texlive-modes' 'texlive-modes-doc' 'texlive-modiagram' 'texlive-modiagram-doc' 'texlive-modref' 'texlive-modref-doc' 'texlive-modroman' 'texlive-modroman-doc' 'texlive-modular' 'texlive-modular-doc' 'texlive-modulus' 'texlive-modulus-doc' 'texlive-mongolian-babel' 'texlive-mongolian-babel-doc' 'texlive-monofill' 'texlive-monofill-doc' 'texlive-montex' 'texlive-montex-doc' 'texlive-montex-fonts' 'texlive-montserrat' 'texlive-montserrat-doc' 'texlive-montserrat-fonts' 'texlive-moodle' 'texlive-moodle-doc' 'texlive-moreenum' 'texlive-moreenum-doc' 'texlive-morefloats' 'texlive-morefloats-doc' 'texlive-morehype' 'texlive-morehype-doc' 'texlive-moresize' 'texlive-moresize-doc' 'texlive-moreverb' 'texlive-moreverb-doc' 'texlive-morewrites' 'texlive-morewrites-doc' 'texlive-morisawa' 'texlive-morisawa-doc' 'texlive-movie15' 'texlive-movie15-doc' 'texlive-mp3d' 'texlive-mp3d-doc' 'texlive-mparhack' 'texlive-mparhack-doc' 'texlive-mparrows' 'texlive-mparrows-doc' 'texlive-mpattern' 'texlive-mpattern-doc' 'texlive-mpcolornames' 'texlive-mpcolornames-doc' 'texlive-mpfonts' 'texlive-mpfonts-doc' 'texlive-mpgraphics' 'texlive-mpgraphics-doc' 'texlive-mpman-ru' 'texlive-mpostinl' 'texlive-mpostinl-doc' 'texlive-mptopdf' 'texlive-mptopdf-bin' 'texlive-mptopdf-doc' 'texlive-mptrees' 'texlive-mptrees-doc' 'texlive-ms' 'texlive-ms-doc' 'texlive-msc' 'texlive-msc-doc' 'texlive-msg' 'texlive-msg-doc' 'texlive-mslapa' 'texlive-mslapa-doc' 'texlive-msu-thesis' 'texlive-msu-thesis-doc' 'texlive-mtgreek' 'texlive-mtgreek-doc' 'texlive-mucproc' 'texlive-mucproc-doc' 'texlive-mugsthesis' 'texlive-mugsthesis-doc' 'texlive-multenum' 'texlive-multenum-doc' 'texlive-multiaudience' 'texlive-multiaudience-doc' 'texlive-multibbl' 'texlive-multibbl-doc' 'texlive-multibib' 'texlive-multibib-doc' 'texlive-multibibliography' 'texlive-multibibliography-bin' 'texlive-multibibliography-doc' 'texlive-multicap' 'texlive-multicap-doc' 'texlive-multicolrule' 'texlive-multicolrule-doc' 'texlive-multidef' 'texlive-multidef-doc' 'texlive-multido' 'texlive-multido-doc' 'texlive-multienv' 'texlive-multienv-doc' 'texlive-multiexpand' 'texlive-multiexpand-doc' 'texlive-multilang' 'texlive-multilang-doc' 'texlive-multiobjective' 'texlive-multiobjective-doc' 'texlive-multirow' 'texlive-multirow-doc' 'texlive-munich' 'texlive-munich-doc' 'texlive-musical' 'texlive-musical-doc' 'texlive-musicography' 'texlive-musicography-doc' 'texlive-musikui' 'texlive-musikui-doc' 'texlive-musixguit' 'texlive-musixguit-doc' 'texlive-musixtex' 'texlive-musixtex-bin' 'texlive-musixtex-doc' 'texlive-musixtex-fonts' 'texlive-musixtex-fonts-doc' 'texlive-musixtex-fonts-fonts' 'texlive-musixtnt' 'texlive-musixtnt-bin' 'texlive-musixtnt-doc' 'texlive-musuos' 'texlive-musuos-doc' 'texlive-muthesis' 'texlive-muthesis-doc' 'texlive-mversion' 'texlive-mversion-doc' 'texlive-mwcls' 'texlive-mwcls-doc' 'texlive-mwe' 'texlive-mwe-doc' 'texlive-mweights' 'texlive-mweights-doc' 'texlive-mxedruli' 'texlive-mxedruli-doc' 'texlive-mxedruli-fonts' 'texlive-mycv' 'texlive-mycv-doc' 'texlive-mylatexformat' 'texlive-mylatexformat-doc' 'texlive-mynsfc' 'texlive-mynsfc-doc' 'texlive-na-box' 'texlive-na-box-doc' 'texlive-na-position' 'texlive-na-position-doc' 'texlive-nag' 'texlive-nag-doc' 'texlive-nameauth' 'texlive-nameauth-doc' 'texlive-namespc' 'texlive-namespc-doc' 'texlive-nanicolle' 'texlive-nanicolle-doc' 'texlive-nanumtype1' 'texlive-nanumtype1-doc' 'texlive-nanumtype1-fonts' 'texlive-nar' 'texlive-natbib' 'texlive-natbib-doc' 'texlive-natded' 'texlive-natded-doc' 'texlive-nath' 'texlive-nath-doc' 'texlive-nature' 'texlive-nature-doc' 'texlive-navigator' 'texlive-navigator-doc' 'texlive-navydocs' 'texlive-navydocs-doc' 'texlive-ncclatex' 'texlive-ncclatex-doc' 'texlive-ncctools' 'texlive-ncctools-doc' 'texlive-ncntrsbk' 'texlive-ncntrsbk-fonts' 'texlive-nddiss' 'texlive-nddiss-doc' 'texlive-ndsu-thesis' 'texlive-ndsu-thesis-doc' 'texlive-needspace' 'texlive-needspace-doc' 'texlive-nestquot' 'texlive-neuralnetwork' 'texlive-neuralnetwork-doc' 'texlive-nevelok' 'texlive-nevelok-doc' 'texlive-newcommand' 'texlive-newcomputermodern' 'texlive-newcomputermodern-doc' 'texlive-newcomputermodern-fonts' 'texlive-newenviron' 'texlive-newenviron-doc' 'texlive-newfile' 'texlive-newfile-doc' 'texlive-newfloat' 'texlive-newfloat-doc' 'texlive-newlfm' 'texlive-newlfm-doc' 'texlive-newpx' 'texlive-newpx-doc' 'texlive-newpx-fonts' 'texlive-newsletr' 'texlive-newsletr-doc' 'texlive-newspaper' 'texlive-newspaper-doc' 'texlive-newtx' 'texlive-newtx-doc' 'texlive-newtx-fonts' 'texlive-newtxsf' 'texlive-newtxsf-doc' 'texlive-newtxsf-fonts' 'texlive-newtxtt' 'texlive-newtxtt-doc' 'texlive-newtxtt-fonts' 'texlive-newunicodechar' 'texlive-newunicodechar-doc' 'texlive-newvbtm' 'texlive-newvbtm-doc' 'texlive-newverbs' 'texlive-newverbs-doc' 'texlive-nextpage' 'texlive-nfssext-cfr' 'texlive-nfssext-cfr-doc' 'texlive-nicefilelist' 'texlive-nicefilelist-doc' 'texlive-niceframe' 'texlive-niceframe-doc' 'texlive-niceframe-type1' 'texlive-niceframe-type1-doc' 'texlive-niceframe-type1-fonts' 'texlive-nicematrix' 'texlive-nicematrix-doc' 'texlive-nicetext' 'texlive-nicetext-doc' 'texlive-nidanfloat' 'texlive-nidanfloat-doc' 'texlive-nih' 'texlive-nih-doc' 'texlive-nihbiosketch' 'texlive-nihbiosketch-doc' 'texlive-nimbus15' 'texlive-nimbus15-doc' 'texlive-nimbus15-fonts' 'texlive-njurepo' 'texlive-njurepo-doc' 'texlive-nkarta' 'texlive-nkarta-doc' 'texlive-nlctdoc' 'texlive-nlctdoc-doc' 'texlive-nmbib' 'texlive-nmbib-doc' 'texlive-noconflict' 'texlive-noconflict-doc' 'texlive-nodetree' 'texlive-nodetree-doc' 'texlive-noindentafter' 'texlive-noindentafter-doc' 'texlive-noitcrul' 'texlive-noitcrul-doc' 'texlive-nolbreaks' 'texlive-nolbreaks-doc' 'texlive-nomencl' 'texlive-nomencl-doc' 'texlive-nomentbl' 'texlive-nomentbl-doc' 'texlive-nonfloat' 'texlive-nonfloat-doc' 'texlive-nonumonpart' 'texlive-nonumonpart-doc' 'texlive-nopageno' 'texlive-nopageno-doc' 'texlive-norasi-c90' 'texlive-normalcolor' 'texlive-normalcolor-doc' 'texlive-nostarch' 'texlive-nostarch-doc' 'texlive-notes' 'texlive-notes-doc' 'texlive-notes2bib' 'texlive-notes2bib-doc' 'texlive-notespages' 'texlive-notespages-doc' 'texlive-notestex' 'texlive-notestex-doc' 'texlive-notex-bst' 'texlive-noto' 'texlive-noto-doc' 'texlive-noto-emoji' 'texlive-noto-emoji-doc' 'texlive-noto-emoji-fonts' 'texlive-noto-fonts' 'texlive-notoccite' 'texlive-notoccite-doc' 'texlive-novel' 'texlive-novel-doc' 'texlive-novel-fonts' 'texlive-nowidow' 'texlive-nowidow-doc' 'texlive-nox' 'texlive-nox-doc' 'texlive-npp-for-context' 'texlive-nrc' 'texlive-nrc-doc' 'texlive-ntgclass' 'texlive-ntgclass-doc' 'texlive-nth' 'texlive-ntheorem' 'texlive-ntheorem-doc' 'texlive-ntheorem-vn' 'texlive-nuc' 'texlive-nuc-doc' 'texlive-nucleardata' 'texlive-nucleardata-doc' 'texlive-numberedblock' 'texlive-numberedblock-doc' 'texlive-numberpt' 'texlive-numberpt-doc' 'texlive-numericplots' 'texlive-numericplots-doc' 'texlive-numname' 'texlive-numname-doc' 'texlive-numnameru' 'texlive-numnameru-doc' 'texlive-numprint' 'texlive-numprint-doc' 'texlive-numspell' 'texlive-numspell-doc' 'texlive-nwejm' 'texlive-nwejm-doc' 'texlive-oberdiek' 'texlive-oberdiek-doc' 'texlive-objectz' 'texlive-objectz-doc' 'texlive-obnov' 'texlive-obnov-doc' 'texlive-ocg-p' 'texlive-ocg-p-doc' 'texlive-ocgx' 'texlive-ocgx-doc' 'texlive-ocgx2' 'texlive-ocgx2-doc' 'texlive-ocherokee' 'texlive-ocherokee-doc' 'texlive-ocherokee-fonts' 'texlive-ocr-b' 'texlive-ocr-b-doc' 'texlive-ocr-b-outline' 'texlive-ocr-b-outline-doc' 'texlive-ocr-b-outline-fonts' 'texlive-ocr-latex' 'texlive-ocr-latex-doc' 'texlive-octave' 'texlive-octave-doc' 'texlive-octavo' 'texlive-octavo-doc' 'texlive-odsfile' 'texlive-odsfile-doc' 'texlive-ofs' 'texlive-ofs-doc' 'texlive-ogham' 'texlive-ogham-doc' 'texlive-oinuit' 'texlive-oinuit-doc' 'texlive-oinuit-fonts' 'texlive-old-arrows' 'texlive-old-arrows-doc' 'texlive-old-arrows-fonts' 'texlive-oldlatin' 'texlive-oldlatin-doc' 'texlive-oldstandard' 'texlive-oldstandard-doc' 'texlive-oldstandard-fonts' 'texlive-oldstyle' 'texlive-oldstyle-doc' 'texlive-olsak-misc' 'texlive-olsak-misc-doc' 'texlive-omega' 'texlive-omega-doc' 'texlive-omega-fonts' 'texlive-omegaware' 'texlive-omegaware-bin' 'texlive-onedown' 'texlive-onedown-doc' 'texlive-onlyamsmath' 'texlive-onlyamsmath-doc' 'texlive-onrannual' 'texlive-onrannual-doc' 'texlive-opcit' 'texlive-opcit-doc' 'texlive-opensans' 'texlive-opensans-doc' 'texlive-opensans-fonts' 'texlive-oplotsymbl' 'texlive-oplotsymbl-doc' 'texlive-opteng' 'texlive-opteng-doc' 'texlive-optex' 'texlive-optex-bin' 'texlive-optex-doc' 'texlive-optidef' 'texlive-optidef-doc' 'texlive-optional' 'texlive-optional-doc' 'texlive-options' 'texlive-options-doc' 'texlive-ordinalpt' 'texlive-ordinalpt-doc' 'texlive-orkhun' 'texlive-orkhun-doc' 'texlive-oscola' 'texlive-oscola-doc' 'texlive-ot-tableau' 'texlive-ot-tableau-doc' 'texlive-othello' 'texlive-othello-doc' 'texlive-othelloboard' 'texlive-othelloboard-doc' 'texlive-otibet' 'texlive-otibet-doc' 'texlive-oubraces' 'texlive-oubraces-doc' 'texlive-outerhbox' 'texlive-outline' 'texlive-outline-doc' 'texlive-outliner' 'texlive-outliner-doc' 'texlive-outlines' 'texlive-outlines-doc' 'texlive-outlining' 'texlive-outlining-doc' 'texlive-overlays' 'texlive-overlays-doc' 'texlive-overlock' 'texlive-overlock-doc' 'texlive-overlock-fonts' 'texlive-overpic' 'texlive-overpic-doc' 'texlive-pacioli' 'texlive-pacioli-doc' 'texlive-padauk' 'texlive-padauk-doc' 'texlive-padauk-fonts' 'texlive-padcount' 'texlive-padcount-doc' 'texlive-pagecolor' 'texlive-pagecolor-doc' 'texlive-pagecont' 'texlive-pagecont-doc' 'texlive-pagenote' 'texlive-pagenote-doc' 'texlive-pagerange' 'texlive-pagerange-doc' 'texlive-pageslts' 'texlive-pageslts-doc' 'texlive-palatino' 'texlive-palatino-fonts' 'texlive-paper' 'texlive-paper-doc' 'texlive-papercdcase' 'texlive-papercdcase-doc' 'texlive-papermas' 'texlive-papermas-doc' 'texlive-papertex' 'texlive-papertex-doc' 'texlive-paracol' 'texlive-paracol-doc' 'texlive-parades' 'texlive-parades-doc' 'texlive-paralist' 'texlive-paralist-doc' 'texlive-parallel' 'texlive-parallel-doc' 'texlive-paratype' 'texlive-paratype-doc' 'texlive-paratype-fonts' 'texlive-paresse' 'texlive-paresse-doc' 'texlive-parnotes' 'texlive-parnotes-doc' 'texlive-parrun' 'texlive-parrun-doc' 'texlive-parsa' 'texlive-parsa-doc' 'texlive-parselines' 'texlive-parselines-doc' 'texlive-parskip' 'texlive-parskip-doc' 'texlive-pas-cours' 'texlive-pas-cours-doc' 'texlive-pas-crosswords' 'texlive-pas-crosswords-doc' 'texlive-pas-cv' 'texlive-pas-cv-doc' 'texlive-pas-tableur' 'texlive-pas-tableur-doc' 'texlive-passivetex' 'texlive-patch' 'texlive-patchcmd' 'texlive-patchcmd-doc' 'texlive-patgen' 'texlive-patgen-bin' 'texlive-patgen2-tutorial' 'texlive-path' 'texlive-path-doc' 'texlive-pauldoc' 'texlive-pauldoc-doc' 'texlive-pawpict' 'texlive-pawpict-doc' 'texlive-pax' 'texlive-pax-bin' 'texlive-pax-doc' 'texlive-pb-diagram' 'texlive-pb-diagram-doc' 'texlive-pbibtex-base' 'texlive-pbibtex-base-doc' 'texlive-pbox' 'texlive-pbox-doc' 'texlive-pbsheet' 'texlive-pbsheet-doc' 'texlive-pdf-trans' 'texlive-pdf-trans-doc' 'texlive-pdf14' 'texlive-pdf14-doc' 'texlive-pdfarticle' 'texlive-pdfarticle-doc' 'texlive-pdfbook2' 'texlive-pdfbook2-bin' 'texlive-pdfbook2-doc' 'texlive-pdfcolmk' 'texlive-pdfcolmk-doc' 'texlive-pdfcomment' 'texlive-pdfcomment-doc' 'texlive-pdfcprot' 'texlive-pdfcprot-doc' 'texlive-pdfcrop' 'texlive-pdfcrop-bin' 'texlive-pdfcrop-doc' 'texlive-pdfescape' 'texlive-pdfescape-doc' 'texlive-pdfjam' 'texlive-pdfjam-bin' 'texlive-pdfjam-doc' 'texlive-pdflatexpicscale' 'texlive-pdflatexpicscale-bin' 'texlive-pdflatexpicscale-doc' 'texlive-pdflscape' 'texlive-pdflscape-doc' 'texlive-pdfmarginpar' 'texlive-pdfmarginpar-doc' 'texlive-pdfoverlay' 'texlive-pdfoverlay-doc' 'texlive-pdfpagediff' 'texlive-pdfpagediff-doc' 'texlive-pdfpages' 'texlive-pdfpages-doc' 'texlive-pdfpc' 'texlive-pdfpc-doc' 'texlive-pdfpc-movie' 'texlive-pdfpc-movie-doc' 'texlive-pdfprivacy' 'texlive-pdfprivacy-doc' 'texlive-pdfreview' 'texlive-pdfreview-doc' 'texlive-pdfscreen' 'texlive-pdfscreen-doc' 'texlive-pdfslide' 'texlive-pdfslide-doc' 'texlive-pdfsync' 'texlive-pdfsync-doc' 'texlive-pdftex' 'texlive-pdftex-bin' 'texlive-pdftex-doc' 'texlive-pdftex-fonts' 'texlive-pdftex-quiet' 'texlive-pdftex-quiet-bin' 'texlive-pdftex-quiet-doc' 'texlive-pdftexcmds' 'texlive-pdftexcmds-doc' 'texlive-pdftosrc' 'texlive-pdftosrc-bin' 'texlive-pdftricks' 'texlive-pdftricks-doc' 'texlive-pdftricks2' 'texlive-pdftricks2-doc' 'texlive-pdfwin' 'texlive-pdfwin-doc' 'texlive-pdfx' 'texlive-pdfx-doc' 'texlive-pdfxup' 'texlive-pdfxup-bin' 'texlive-pdfxup-doc' 'texlive-pecha' 'texlive-pecha-doc' 'texlive-pedigree-perl' 'texlive-pedigree-perl-bin' 'texlive-pedigree-perl-doc' 'texlive-penrose' 'texlive-penrose-doc' 'texlive-perception' 'texlive-perception-doc' 'texlive-perfectcut' 'texlive-perfectcut-doc' 'texlive-perltex' 'texlive-perltex-bin' 'texlive-perltex-doc' 'texlive-permute' 'texlive-permute-doc' 'texlive-persian-bib' 'texlive-persian-bib-doc' 'texlive-petiteannonce' 'texlive-petiteannonce-doc' 'texlive-petri-nets' 'texlive-petri-nets-bin' 'texlive-petri-nets-doc' 'texlive-pfarrei' 'texlive-pfarrei-bin' 'texlive-pfarrei-doc' 'texlive-pgf' 'texlive-pgf-blur' 'texlive-pgf-blur-doc' 'texlive-pgf-cmykshadings' 'texlive-pgf-cmykshadings-doc' 'texlive-pgf-doc' 'texlive-pgf-soroban' 'texlive-pgf-soroban-doc' 'texlive-pgf-spectra' 'texlive-pgf-spectra-doc' 'texlive-pgf-umlcd' 'texlive-pgf-umlcd-doc' 'texlive-pgf-umlsd' 'texlive-pgf-umlsd-doc' 'texlive-pgfgantt' 'texlive-pgfgantt-doc' 'texlive-pgfkeyx' 'texlive-pgfkeyx-doc' 'texlive-pgfmolbio' 'texlive-pgfmolbio-doc' 'texlive-pgfmorepages' 'texlive-pgfmorepages-doc' 'texlive-pgfopts' 'texlive-pgfopts-doc' 'texlive-pgfornament' 'texlive-pgfornament-doc' 'texlive-pgfornament-han' 'texlive-pgfornament-han-doc' 'texlive-pgfplots' 'texlive-pgfplots-doc' 'texlive-phaistos' 'texlive-phaistos-doc' 'texlive-phaistos-fonts' 'texlive-phffullpagefigure' 'texlive-phffullpagefigure-doc' 'texlive-phfnote' 'texlive-phfnote-doc' 'texlive-phfparen' 'texlive-phfparen-doc' 'texlive-phfqit' 'texlive-phfqit-doc' 'texlive-phfquotetext' 'texlive-phfquotetext-doc' 'texlive-phfsvnwatermark' 'texlive-phfsvnwatermark-doc' 'texlive-phfthm' 'texlive-phfthm-doc' 'texlive-philex' 'texlive-philex-doc' 'texlive-philokalia' 'texlive-philokalia-doc' 'texlive-philokalia-fonts' 'texlive-philosophersimprint' 'texlive-philosophersimprint-doc' 'texlive-phonenumbers' 'texlive-phonenumbers-doc' 'texlive-phonetic' 'texlive-phonetic-doc' 'texlive-phonrule' 'texlive-phonrule-doc' 'texlive-photo' 'texlive-photo-doc' 'texlive-physconst' 'texlive-physconst-doc' 'texlive-physics' 'texlive-physics-doc' 'texlive-physunits' 'texlive-physunits-doc' 'texlive-piano' 'texlive-piano-doc' 'texlive-picinpar' 'texlive-picinpar-doc' 'texlive-pict2e' 'texlive-pict2e-doc' 'texlive-pictex' 'texlive-pictex-doc' 'texlive-pictex2' 'texlive-pictexsum' 'texlive-picture' 'texlive-picture-doc' 'texlive-piechartmp' 'texlive-piechartmp-doc' 'texlive-piff' 'texlive-piff-doc' 'texlive-pigpen' 'texlive-pigpen-doc' 'texlive-pigpen-fonts' 'texlive-pinlabel' 'texlive-pinlabel-doc' 'texlive-pinoutikz' 'texlive-pinoutikz-doc' 'texlive-pitex' 'texlive-pitex-doc' 'texlive-pittetd' 'texlive-pittetd-doc' 'texlive-pixelart' 'texlive-pixelart-doc' 'texlive-pkfix' 'texlive-pkfix-bin' 'texlive-pkfix-doc' 'texlive-pkfix-helper' 'texlive-pkfix-helper-bin' 'texlive-pkfix-helper-doc' 'texlive-pkgloader' 'texlive-pkgloader-doc' 'texlive-pkuthss' 'texlive-pkuthss-doc' 'texlive-pl' 'texlive-pl-doc' 'texlive-pl-fonts' 'texlive-placeat' 'texlive-placeat-doc' 'texlive-placeins' 'texlive-placeins-doc' 'texlive-placeins-plain' 'texlive-plain' 'texlive-plain-doc' 'texlive-plainpkg' 'texlive-plainpkg-doc' 'texlive-plainyr' 'texlive-plantslabels' 'texlive-plantslabels-doc' 'texlive-plantuml' 'texlive-plantuml-doc' 'texlive-plari' 'texlive-plari-doc' 'texlive-plates' 'texlive-plates-doc' 'texlive-platex' 'texlive-platex-bin' 'texlive-platex-doc' 'texlive-platex-tools' 'texlive-platex-tools-doc' 'texlive-platexcheat' 'texlive-plautopatch' 'texlive-plautopatch-doc' 'texlive-play' 'texlive-play-doc' 'texlive-playfair' 'texlive-playfair-doc' 'texlive-playfair-fonts' 'texlive-plex' 'texlive-plex-doc' 'texlive-plex-fonts' 'texlive-plex-otf' 'texlive-plex-otf-doc' 'texlive-plipsum' 'texlive-plipsum-doc' 'texlive-plnfss' 'texlive-plnfss-doc' 'texlive-plstmary' 'texlive-plstmary-doc' 'texlive-plweb' 'texlive-plweb-doc' 'texlive-pm-isomath' 'texlive-pm-isomath-doc' 'texlive-pmboxdraw' 'texlive-pmboxdraw-doc' 'texlive-pmgraph' 'texlive-pmgraph-doc' 'texlive-pmhanguljamo' 'texlive-pmhanguljamo-doc' 'texlive-pmx' 'texlive-pmx-bin' 'texlive-pmx-doc' 'texlive-pmxchords' 'texlive-pmxchords-bin' 'texlive-pmxchords-doc' 'texlive-pnas2009' 'texlive-poemscol' 'texlive-poemscol-doc' 'texlive-poetry' 'texlive-poetry-doc' 'texlive-poetrytex' 'texlive-poetrytex-doc' 'texlive-poiretone' 'texlive-poiretone-doc' 'texlive-poiretone-fonts' 'texlive-polexpr' 'texlive-polexpr-doc' 'texlive-polski' 'texlive-polski-doc' 'texlive-poltawski' 'texlive-poltawski-doc' 'texlive-poltawski-fonts' 'texlive-polyglossia' 'texlive-polyglossia-doc' 'texlive-polynom' 'texlive-polynom-doc' 'texlive-polynomial' 'texlive-polynomial-doc' 'texlive-polytable' 'texlive-polytable-doc' 'texlive-poormanlog' 'texlive-poormanlog-doc' 'texlive-postage' 'texlive-postage-doc' 'texlive-postcards' 'texlive-postcards-doc' 'texlive-poster-mac' 'texlive-poster-mac-doc' 'texlive-powerdot' 'texlive-powerdot-doc' 'texlive-powerdot-fuberlin' 'texlive-powerdot-fuberlin-doc' 'texlive-powerdot-tuliplab' 'texlive-powerdot-tuliplab-doc' 'texlive-ppr-prv' 'texlive-ppr-prv-doc' 'texlive-pracjourn' 'texlive-pracjourn-doc' 'texlive-practicalreports' 'texlive-practicalreports-doc' 'texlive-preprint' 'texlive-preprint-doc' 'texlive-prerex' 'texlive-prerex-doc' 'texlive-present' 'texlive-present-doc' 'texlive-presentations' 'texlive-presentations-en' 'texlive-pressrelease' 'texlive-pressrelease-doc' 'texlive-prettyref' 'texlive-prettyref-doc' 'texlive-preview' 'texlive-preview-doc' 'texlive-prftree' 'texlive-prftree-doc' 'texlive-printlen' 'texlive-printlen-doc' 'texlive-proba' 'texlive-proba-doc' 'texlive-probsoln' 'texlive-probsoln-doc' 'texlive-procIAGssymp' 'texlive-procIAGssymp-doc' 'texlive-prodint' 'texlive-prodint-doc' 'texlive-prodint-fonts' 'texlive-productbox' 'texlive-productbox-doc' 'texlive-program' 'texlive-program-doc' 'texlive-progress' 'texlive-progress-doc' 'texlive-progressbar' 'texlive-progressbar-doc' 'texlive-proof-at-the-end' 'texlive-proof-at-the-end-doc' 'texlive-proofread' 'texlive-proofread-doc' 'texlive-prooftrees' 'texlive-prooftrees-doc' 'texlive-properties' 'texlive-properties-doc' 'texlive-proposal' 'texlive-proposal-doc' 'texlive-prosper' 'texlive-prosper-doc' 'texlive-protex' 'texlive-protex-doc' 'texlive-protocol' 'texlive-protocol-doc' 'texlive-prtec' 'texlive-prtec-doc' 'texlive-przechlewski-book' 'texlive-przechlewski-book-doc' 'texlive-ps2eps' 'texlive-ps2eps-bin' 'texlive-ps2eps-doc' 'texlive-ps2pk' 'texlive-ps2pk-bin' 'texlive-psbao' 'texlive-psbao-doc' 'texlive-pseudo' 'texlive-pseudo-doc' 'texlive-pseudocode' 'texlive-pseudocode-doc' 'texlive-psfrag' 'texlive-psfrag-doc' 'texlive-psfrag-italian' 'texlive-psfragx' 'texlive-psfragx-doc' 'texlive-psgo' 'texlive-psgo-doc' 'texlive-psizzl' 'texlive-psizzl-doc' 'texlive-pslatex' 'texlive-psnfss' 'texlive-psnfss-doc' 'texlive-pspicture' 'texlive-pspicture-doc' 'texlive-pst-2dplot' 'texlive-pst-2dplot-doc' 'texlive-pst-3d' 'texlive-pst-3d-doc' 'texlive-pst-3dplot' 'texlive-pst-3dplot-doc' 'texlive-pst-abspos' 'texlive-pst-abspos-doc' 'texlive-pst-am' 'texlive-pst-am-doc' 'texlive-pst-antiprism' 'texlive-pst-antiprism-doc' 'texlive-pst-arrow' 'texlive-pst-arrow-doc' 'texlive-pst-asr' 'texlive-pst-asr-doc' 'texlive-pst-bar' 'texlive-pst-bar-doc' 'texlive-pst-barcode' 'texlive-pst-barcode-doc' 'texlive-pst-bezier' 'texlive-pst-bezier-doc' 'texlive-pst-blur' 'texlive-pst-blur-doc' 'texlive-pst-bspline' 'texlive-pst-bspline-doc' 'texlive-pst-calculate' 'texlive-pst-calculate-doc' 'texlive-pst-calendar' 'texlive-pst-calendar-doc' 'texlive-pst-cie' 'texlive-pst-cie-doc' 'texlive-pst-circ' 'texlive-pst-circ-doc' 'texlive-pst-coil' 'texlive-pst-coil-doc' 'texlive-pst-contourplot' 'texlive-pst-contourplot-doc' 'texlive-pst-cox' 'texlive-pst-cox-doc' 'texlive-pst-dart' 'texlive-pst-dart-doc' 'texlive-pst-dbicons' 'texlive-pst-dbicons-doc' 'texlive-pst-diffraction' 'texlive-pst-diffraction-doc' 'texlive-pst-electricfield' 'texlive-pst-electricfield-doc' 'texlive-pst-eps' 'texlive-pst-eps-doc' 'texlive-pst-eucl' 'texlive-pst-eucl-doc' 'texlive-pst-eucl-translation-bg' 'texlive-pst-exa' 'texlive-pst-exa-doc' 'texlive-pst-feyn' 'texlive-pst-feyn-doc' 'texlive-pst-fill' 'texlive-pst-fill-doc' 'texlive-pst-fit' 'texlive-pst-fit-doc' 'texlive-pst-fr3d' 'texlive-pst-fr3d-doc' 'texlive-pst-fractal' 'texlive-pst-fractal-doc' 'texlive-pst-fun' 'texlive-pst-fun-doc' 'texlive-pst-func' 'texlive-pst-func-doc' 'texlive-pst-gantt' 'texlive-pst-gantt-doc' 'texlive-pst-geo' 'texlive-pst-geo-doc' 'texlive-pst-geometrictools' 'texlive-pst-geometrictools-doc' 'texlive-pst-ghsb' 'texlive-pst-ghsb-doc' 'texlive-pst-gr3d' 'texlive-pst-gr3d-doc' 'texlive-pst-grad' 'texlive-pst-grad-doc' 'texlive-pst-graphicx' 'texlive-pst-graphicx-doc' 'texlive-pst-infixplot' 'texlive-pst-infixplot-doc' 'texlive-pst-intersect' 'texlive-pst-intersect-doc' 'texlive-pst-jtree' 'texlive-pst-jtree-doc' 'texlive-pst-knot' 'texlive-pst-knot-doc' 'texlive-pst-labo' 'texlive-pst-labo-doc' 'texlive-pst-layout' 'texlive-pst-layout-doc' 'texlive-pst-lens' 'texlive-pst-lens-doc' 'texlive-pst-light3d' 'texlive-pst-light3d-doc' 'texlive-pst-lsystem' 'texlive-pst-lsystem-doc' 'texlive-pst-magneticfield' 'texlive-pst-magneticfield-doc' 'texlive-pst-marble' 'texlive-pst-marble-doc' 'texlive-pst-math' 'texlive-pst-math-doc' 'texlive-pst-mirror' 'texlive-pst-mirror-doc' 'texlive-pst-moire' 'texlive-pst-moire-doc' 'texlive-pst-node' 'texlive-pst-node-doc' 'texlive-pst-ob3d' 'texlive-pst-ob3d-doc' 'texlive-pst-ode' 'texlive-pst-ode-doc' 'texlive-pst-optexp' 'texlive-pst-optexp-doc' 'texlive-pst-optic' 'texlive-pst-optic-doc' 'texlive-pst-osci' 'texlive-pst-osci-doc' 'texlive-pst-ovl' 'texlive-pst-ovl-doc' 'texlive-pst-pad' 'texlive-pst-pad-doc' 'texlive-pst-pdf' 'texlive-pst-pdf-bin' 'texlive-pst-pdf-doc' 'texlive-pst-pdgr' 'texlive-pst-pdgr-doc' 'texlive-pst-perspective' 'texlive-pst-perspective-doc' 'texlive-pst-platon' 'texlive-pst-platon-doc' 'texlive-pst-plot' 'texlive-pst-plot-doc' 'texlive-pst-poker' 'texlive-pst-poker-doc' 'texlive-pst-poly' 'texlive-pst-poly-doc' 'texlive-pst-pulley' 'texlive-pst-pulley-doc' 'texlive-pst-qtree' 'texlive-pst-qtree-doc' 'texlive-pst-rputover' 'texlive-pst-rputover-doc' 'texlive-pst-rubans' 'texlive-pst-rubans-doc' 'texlive-pst-shell' 'texlive-pst-shell-doc' 'texlive-pst-sigsys' 'texlive-pst-sigsys-doc' 'texlive-pst-slpe' 'texlive-pst-slpe-doc' 'texlive-pst-solarsystem' 'texlive-pst-solarsystem-doc' 'texlive-pst-solides3d' 'texlive-pst-solides3d-doc' 'texlive-pst-soroban' 'texlive-pst-soroban-doc' 'texlive-pst-spectra' 'texlive-pst-spectra-doc' 'texlive-pst-spinner' 'texlive-pst-spinner-doc' 'texlive-pst-stru' 'texlive-pst-stru-doc' 'texlive-pst-support' 'texlive-pst-text' 'texlive-pst-text-doc' 'texlive-pst-thick' 'texlive-pst-thick-doc' 'texlive-pst-tools' 'texlive-pst-tools-doc' 'texlive-pst-tree' 'texlive-pst-tree-doc' 'texlive-pst-turtle' 'texlive-pst-turtle-doc' 'texlive-pst-tvz' 'texlive-pst-tvz-doc' 'texlive-pst-uml' 'texlive-pst-uml-doc' 'texlive-pst-vectorian' 'texlive-pst-vectorian-doc' 'texlive-pst-vehicle' 'texlive-pst-vehicle-doc' 'texlive-pst-venn' 'texlive-pst-venn-doc' 'texlive-pst-vowel' 'texlive-pst-vowel-doc' 'texlive-pst2pdf' 'texlive-pst2pdf-bin' 'texlive-pst2pdf-doc' 'texlive-pstool' 'texlive-pstool-doc' 'texlive-pstricks' 'texlive-pstricks-add' 'texlive-pstricks-add-doc' 'texlive-pstricks-doc' 'texlive-pstricks_calcnotes' 'texlive-pstring' 'texlive-pstring-doc' 'texlive-ptex' 'texlive-ptex-base' 'texlive-ptex-base-doc' 'texlive-ptex-bin' 'texlive-ptex-fontmaps' 'texlive-ptex-fontmaps-bin' 'texlive-ptex-fontmaps-doc' 'texlive-ptex-fonts' 'texlive-ptex-fonts-doc' 'texlive-ptex-manual' 'texlive-ptex2pdf' 'texlive-ptex2pdf-bin' 'texlive-ptex2pdf-doc' 'texlive-ptexenc-devel' 'texlive-ptext' 'texlive-ptext-doc' 'texlive-ptolemaicastronomy' 'texlive-ptolemaicastronomy-doc' 'texlive-ptptex' 'texlive-ptptex-doc' 'texlive-punk' 'texlive-punk-doc' 'texlive-punk-latex' 'texlive-punk-latex-doc' 'texlive-punknova' 'texlive-punknova-doc' 'texlive-punknova-fonts' 'texlive-purifyeps' 'texlive-purifyeps-bin' 'texlive-purifyeps-doc' 'texlive-pxbase' 'texlive-pxbase-doc' 'texlive-pxchfon' 'texlive-pxchfon-doc' 'texlive-pxcjkcat' 'texlive-pxcjkcat-doc' 'texlive-pxfonts' 'texlive-pxfonts-doc' 'texlive-pxfonts-fonts' 'texlive-pxgreeks' 'texlive-pxgreeks-doc' 'texlive-pxjahyper' 'texlive-pxjahyper-doc' 'texlive-pxjodel' 'texlive-pxjodel-doc' 'texlive-pxpgfmark' 'texlive-pxpgfmark-doc' 'texlive-pxrubrica' 'texlive-pxrubrica-doc' 'texlive-pxtatescale' 'texlive-pxtatescale-doc' 'texlive-pxtxalfa' 'texlive-pxtxalfa-doc' 'texlive-pxufont' 'texlive-pxufont-doc' 'texlive-pygmentex' 'texlive-pygmentex-bin' 'texlive-pygmentex-doc' 'texlive-python' 'texlive-python-doc' 'texlive-pythonhighlight' 'texlive-pythonhighlight-doc' 'texlive-pythontex' 'texlive-pythontex-bin' 'texlive-pythontex-doc' 'texlive-qcircuit' 'texlive-qcircuit-doc' 'texlive-qcm' 'texlive-qcm-doc' 'texlive-qobitree' 'texlive-qobitree-doc' 'texlive-qpxqtx' 'texlive-qpxqtx-doc' 'texlive-qrcode' 'texlive-qrcode-doc' 'texlive-qsharp' 'texlive-qsharp-doc' 'texlive-qstest' 'texlive-qstest-doc' 'texlive-qsymbols' 'texlive-qsymbols-doc' 'texlive-qtree' 'texlive-qtree-doc' 'texlive-qualitype' 'texlive-qualitype-doc' 'texlive-qualitype-fonts' 'texlive-quantikz' 'texlive-quantikz-doc' 'texlive-quantumarticle' 'texlive-quantumarticle-doc' 'texlive-quattrocento' 'texlive-quattrocento-doc' 'texlive-quattrocento-fonts' 'texlive-quicktype' 'texlive-quicktype-doc' 'texlive-quiz2socrative' 'texlive-quiz2socrative-doc' 'texlive-quotchap' 'texlive-quotchap-doc' 'texlive-quoting' 'texlive-quoting-doc' 'texlive-quotmark' 'texlive-quotmark-doc' 'texlive-quran' 'texlive-quran-de' 'texlive-quran-de-doc' 'texlive-quran-doc' 'texlive-quran-ur' 'texlive-r_und_s' 'texlive-r_und_s-doc' 'texlive-ragged2e' 'texlive-ragged2e-doc' 'texlive-raleway' 'texlive-raleway-doc' 'texlive-raleway-fonts' 'texlive-ran_toks' 'texlive-ran_toks-doc' 'texlive-randbild' 'texlive-randbild-doc' 'texlive-random' 'texlive-random-doc' 'texlive-randomlist' 'texlive-randomlist-doc' 'texlive-randomwalk' 'texlive-randomwalk-doc' 'texlive-randtext' 'texlive-randtext-doc' 'texlive-rank-2-roots' 'texlive-rank-2-roots-doc' 'texlive-rccol' 'texlive-rccol-doc' 'texlive-rcs' 'texlive-rcs-doc' 'texlive-rcs-multi' 'texlive-rcs-multi-doc' 'texlive-rcsinfo' 'texlive-rcsinfo-doc' 'texlive-readarray' 'texlive-readarray-doc' 'texlive-realboxes' 'texlive-realboxes-doc' 'texlive-realhats' 'texlive-realhats-doc' 'texlive-realscripts' 'texlive-realscripts-doc' 'texlive-rec-thy' 'texlive-rec-thy-doc' 'texlive-recipe' 'texlive-recipe-doc' 'texlive-recipebook' 'texlive-recipebook-doc' 'texlive-recipecard' 'texlive-recipecard-doc' 'texlive-rectopma' 'texlive-rectopma-doc' 'texlive-recycle' 'texlive-recycle-doc' 'texlive-recycle-fonts' 'texlive-refcheck' 'texlive-refcheck-doc' 'texlive-refcount' 'texlive-refcount-doc' 'texlive-refenums' 'texlive-refenums-doc' 'texlive-reflectgraphics' 'texlive-reflectgraphics-doc' 'texlive-refman' 'texlive-refman-doc' 'texlive-refstyle' 'texlive-refstyle-doc' 'texlive-regcount' 'texlive-regcount-doc' 'texlive-regexpatch' 'texlive-regexpatch-doc' 'texlive-register' 'texlive-register-doc' 'texlive-regstats' 'texlive-regstats-doc' 'texlive-reledmac' 'texlive-reledmac-doc' 'texlive-relenc' 'texlive-relenc-doc' 'texlive-relsize' 'texlive-relsize-doc' 'texlive-reotex' 'texlive-reotex-doc' 'texlive-repeatindex' 'texlive-repeatindex-doc' 'texlive-repere' 'texlive-repere-doc' 'texlive-repltext' 'texlive-repltext-doc' 'texlive-rerunfilecheck' 'texlive-rerunfilecheck-doc' 'texlive-resphilosophica' 'texlive-resphilosophica-doc' 'texlive-rest-api' 'texlive-rest-api-doc' 'texlive-resumecls' 'texlive-resumecls-doc' 'texlive-resumemac' 'texlive-resumemac-doc' 'texlive-returntogrid' 'texlive-returntogrid-doc' 'texlive-reverxii' 'texlive-revquantum' 'texlive-revquantum-doc' 'texlive-revtex' 'texlive-revtex-doc' 'texlive-revtex4' 'texlive-revtex4-doc' 'texlive-rgltxdoc' 'texlive-rgltxdoc-doc' 'texlive-ribbonproofs' 'texlive-ribbonproofs-doc' 'texlive-rjlparshap' 'texlive-rjlparshap-doc' 'texlive-rlepsf' 'texlive-rlepsf-doc' 'texlive-rmathbr' 'texlive-rmathbr-doc' 'texlive-rmpage' 'texlive-rmpage-doc' 'texlive-roboto' 'texlive-roboto-doc' 'texlive-roboto-fonts' 'texlive-robustcommand' 'texlive-robustcommand-doc' 'texlive-robustindex' 'texlive-robustindex-doc' 'texlive-roex' 'texlive-romanbar' 'texlive-romanbar-doc' 'texlive-romanbarpagenumber' 'texlive-romanbarpagenumber-doc' 'texlive-romande' 'texlive-romande-doc' 'texlive-romande-fonts' 'texlive-romanneg' 'texlive-romanneg-doc' 'texlive-romannum' 'texlive-romannum-doc' 'texlive-rosario' 'texlive-rosario-doc' 'texlive-rosario-fonts' 'texlive-rotfloat' 'texlive-rotfloat-doc' 'texlive-rotpages' 'texlive-rotpages-doc' 'texlive-roundbox' 'texlive-roundbox-doc' 'texlive-roundrect' 'texlive-roundrect-doc' 'texlive-rrgtrees' 'texlive-rrgtrees-doc' 'texlive-rsc' 'texlive-rsc-doc' 'texlive-rsfs' 'texlive-rsfs-doc' 'texlive-rsfs-fonts' 'texlive-rsfso' 'texlive-rsfso-doc' 'texlive-rterface' 'texlive-rterface-doc' 'texlive-rtkinenc' 'texlive-rtkinenc-doc' 'texlive-rtklage' 'texlive-rtklage-doc' 'texlive-rubik' 'texlive-rubik-bin' 'texlive-rubik-doc' 'texlive-ruhyphen' 'texlive-ruler' 'texlive-rulerbox' 'texlive-rulerbox-doc' 'texlive-rulercompass' 'texlive-rulercompass-doc' 'texlive-russ' 'texlive-russ-doc' 'texlive-rutitlepage' 'texlive-rutitlepage-doc' 'texlive-rviewport' 'texlive-rviewport-doc' 'texlive-rvwrite' 'texlive-rvwrite-doc' 'texlive-ryersonsgsthesis' 'texlive-ryersonsgsthesis-doc' 'texlive-ryethesis' 'texlive-ryethesis-doc' 'texlive-sa-tikz' 'texlive-sa-tikz-doc' 'texlive-sageep' 'texlive-sageep-doc' 'texlive-sanitize-umlaut' 'texlive-sanitize-umlaut-doc' 'texlive-sanskrit' 'texlive-sanskrit-doc' 'texlive-sanskrit-t1' 'texlive-sanskrit-t1-doc' 'texlive-sanskrit-t1-fonts' 'texlive-sansmath' 'texlive-sansmath-doc' 'texlive-sansmathaccent' 'texlive-sansmathaccent-doc' 'texlive-sansmathfonts' 'texlive-sansmathfonts-doc' 'texlive-sansmathfonts-fonts' 'texlive-sapthesis' 'texlive-sapthesis-doc' 'texlive-sasnrdisplay' 'texlive-sasnrdisplay-doc' 'texlive-sauerj' 'texlive-sauerj-doc' 'texlive-sauter' 'texlive-sauterfonts' 'texlive-sauterfonts-doc' 'texlive-savefnmark' 'texlive-savefnmark-doc' 'texlive-savesym' 'texlive-savetrees' 'texlive-savetrees-doc' 'texlive-scale' 'texlive-scale-doc' 'texlive-scalebar' 'texlive-scalebar-doc' 'texlive-scalerel' 'texlive-scalerel-doc' 'texlive-scanpages' 'texlive-scanpages-doc' 'texlive-scanpages-fonts' 'texlive-schedule' 'texlive-schedule-doc' 'texlive-schemabloc' 'texlive-schemabloc-doc' 'texlive-schemata' 'texlive-schemata-doc' 'texlive-scheme-basic' 'texlive-scheme-context' 'texlive-scheme-full' 'texlive-scheme-gust' 'texlive-scheme-infraonly' 'texlive-scheme-medium' 'texlive-scheme-minimal' 'texlive-scheme-small' 'texlive-scheme-tetex' 'texlive-scholax' 'texlive-scholax-doc' 'texlive-scholax-fonts' 'texlive-schule' 'texlive-schule-doc' 'texlive-schulmathematik' 'texlive-schulmathematik-doc' 'texlive-schulschriften' 'texlive-schulschriften-doc' 'texlive-schwalbe-chess' 'texlive-schwalbe-chess-doc' 'texlive-scientific-thesis-cover' 'texlive-scientific-thesis-cover-doc' 'texlive-sciposter' 'texlive-sciposter-doc' 'texlive-sclang-prettifier' 'texlive-sclang-prettifier-doc' 'texlive-scontents' 'texlive-scontents-doc' 'texlive-scratch' 'texlive-scratch-doc' 'texlive-scratch3' 'texlive-scratch3-doc' 'texlive-scratchx' 'texlive-scratchx-doc' 'texlive-screenplay' 'texlive-screenplay-doc' 'texlive-screenplay-pkg' 'texlive-screenplay-pkg-doc' 'texlive-scripts' 'texlive-scripts-bin' 'texlive-scripts-doc' 'texlive-scripts-extra' 'texlive-scripts-extra-bin' 'texlive-scripts-extra-doc' 'texlive-scrjrnl' 'texlive-scrjrnl-doc' 'texlive-scrlttr2copy' 'texlive-scrlttr2copy-doc' 'texlive-scsnowman' 'texlive-scsnowman-doc' 'texlive-sdaps' 'texlive-sdaps-doc' 'texlive-sdrt' 'texlive-sdrt-doc' 'texlive-sduthesis' 'texlive-sduthesis-doc' 'texlive-secdot' 'texlive-secdot-doc' 'texlive-secnum' 'texlive-secnum-doc' 'texlive-section' 'texlive-section-doc' 'texlive-sectionbox' 'texlive-sectionbox-doc' 'texlive-sectionbreak' 'texlive-sectionbreak-doc' 'texlive-sectsty' 'texlive-sectsty-doc' 'texlive-seealso' 'texlive-seealso-doc' 'texlive-seetexk' 'texlive-seetexk-bin' 'texlive-selectp' 'texlive-selectp-doc' 'texlive-selinput' 'texlive-selinput-doc' 'texlive-selnolig' 'texlive-selnolig-doc' 'texlive-semantic' 'texlive-semantic-doc' 'texlive-semantic-markup' 'texlive-semantic-markup-doc' 'texlive-semaphor' 'texlive-semaphor-doc' 'texlive-semaphor-fonts' 'texlive-seminar' 'texlive-seminar-doc' 'texlive-semioneside' 'texlive-semioneside-doc' 'texlive-semproc' 'texlive-semproc-doc' 'texlive-sepfootnotes' 'texlive-sepfootnotes-doc' 'texlive-sepnum' 'texlive-sepnum-doc' 'texlive-seqsplit' 'texlive-seqsplit-doc' 'texlive-serbian-apostrophe' 'texlive-serbian-apostrophe-doc' 'texlive-serbian-date-lat' 'texlive-serbian-date-lat-doc' 'texlive-serbian-def-cyr' 'texlive-serbian-def-cyr-doc' 'texlive-serbian-lig' 'texlive-serbian-lig-doc' 'texlive-sesamanuel' 'texlive-sesamanuel-doc' 'texlive-sesstime' 'texlive-sesstime-doc' 'texlive-setdeck' 'texlive-setdeck-doc' 'texlive-setspace' 'texlive-setspace-doc' 'texlive-seuthesis' 'texlive-seuthesis-doc' 'texlive-seuthesix' 'texlive-seuthesix-doc' 'texlive-sexam' 'texlive-sexam-doc' 'texlive-sf298' 'texlive-sf298-doc' 'texlive-sffms' 'texlive-sffms-doc' 'texlive-sfg' 'texlive-sfg-doc' 'texlive-sfmath' 'texlive-sgame' 'texlive-sgame-doc' 'texlive-shade' 'texlive-shade-doc' 'texlive-shadethm' 'texlive-shadethm-doc' 'texlive-shadow' 'texlive-shadow-doc' 'texlive-shadowtext' 'texlive-shadowtext-doc' 'texlive-shapepar' 'texlive-shapepar-doc' 'texlive-shapes' 'texlive-shapes-doc' 'texlive-shdoc' 'texlive-shdoc-doc' 'texlive-shipunov' 'texlive-shipunov-doc' 'texlive-shobhika' 'texlive-shobhika-doc' 'texlive-shobhika-fonts' 'texlive-short-math-guide' 'texlive-shortmathj' 'texlive-shortmathj-doc' 'texlive-shorttoc' 'texlive-shorttoc-doc' 'texlive-show2e' 'texlive-show2e-doc' 'texlive-showcharinbox' 'texlive-showcharinbox-doc' 'texlive-showdim' 'texlive-showdim-doc' 'texlive-showexpl' 'texlive-showexpl-doc' 'texlive-showhyphens' 'texlive-showhyphens-doc' 'texlive-showlabels' 'texlive-showlabels-doc' 'texlive-showtags' 'texlive-showtags-doc' 'texlive-shuffle' 'texlive-shuffle-doc' 'texlive-sidecap' 'texlive-sidecap-doc' 'texlive-sidenotes' 'texlive-sidenotes-doc' 'texlive-sides' 'texlive-sides-doc' 'texlive-signchart' 'texlive-signchart-doc' 'texlive-silence' 'texlive-silence-doc' 'texlive-simple-resume-cv' 'texlive-simple-resume-cv-doc' 'texlive-simple-thesis-dissertation' 'texlive-simple-thesis-dissertation-doc' 'texlive-simplebnf' 'texlive-simplebnf-doc' 'texlive-simplecd' 'texlive-simplecd-doc' 'texlive-simplecv' 'texlive-simplecv-doc' 'texlive-simpleinvoice' 'texlive-simpleinvoice-doc' 'texlive-simplekv' 'texlive-simplekv-doc' 'texlive-simpleoptics' 'texlive-simpleoptics-doc' 'texlive-simpler-wick' 'texlive-simpler-wick-doc' 'texlive-simplewick' 'texlive-simplewick-doc' 'texlive-simplified-latex' 'texlive-simurgh' 'texlive-simurgh-doc' 'texlive-sitem' 'texlive-sitem-doc' 'texlive-siunitx' 'texlive-siunitx-doc' 'texlive-skak' 'texlive-skak-doc' 'texlive-skaknew' 'texlive-skaknew-doc' 'texlive-skaknew-fonts' 'texlive-skb' 'texlive-skb-doc' 'texlive-skdoc' 'texlive-skdoc-doc' 'texlive-skeycommand' 'texlive-skeycommand-doc' 'texlive-skeyval' 'texlive-skeyval-doc' 'texlive-skmath' 'texlive-skmath-doc' 'texlive-skrapport' 'texlive-skrapport-doc' 'texlive-skull' 'texlive-slantsc' 'texlive-slantsc-doc' 'texlive-slideshow' 'texlive-slideshow-doc' 'texlive-smalltableof' 'texlive-smalltableof-doc' 'texlive-smartdiagram' 'texlive-smartdiagram-doc' 'texlive-smartref' 'texlive-smartref-doc' 'texlive-smartunits' 'texlive-smartunits-doc' 'texlive-snapshot' 'texlive-snapshot-doc' 'texlive-snotez' 'texlive-snotez-doc' 'texlive-songbook' 'texlive-songbook-doc' 'texlive-songs' 'texlive-songs-doc' 'texlive-sort-by-letters' 'texlive-sort-by-letters-doc' 'texlive-soton' 'texlive-soton-doc' 'texlive-soul' 'texlive-soul-doc' 'texlive-soulpos' 'texlive-soulpos-doc' 'texlive-soulutf8' 'texlive-soulutf8-doc' 'texlive-soup' 'texlive-soup-doc' 'texlive-sourcecodepro' 'texlive-sourcecodepro-doc' 'texlive-sourcecodepro-fonts' 'texlive-sourcesanspro' 'texlive-sourcesanspro-doc' 'texlive-sourcesanspro-fonts' 'texlive-sourceserifpro' 'texlive-sourceserifpro-doc' 'texlive-sourceserifpro-fonts' 'texlive-spacingtricks' 'texlive-spacingtricks-doc' 'texlive-spalign' 'texlive-spalign-doc' 'texlive-spark-otf' 'texlive-spark-otf-doc' 'texlive-sparklines' 'texlive-sparklines-doc' 'texlive-spath3' 'texlive-spath3-doc' 'texlive-spectralsequences' 'texlive-spectralsequences-doc' 'texlive-spelling' 'texlive-spelling-doc' 'texlive-sphdthesis' 'texlive-sphdthesis-doc' 'texlive-spie' 'texlive-spie-doc' 'texlive-splines' 'texlive-splines-doc' 'texlive-splitbib' 'texlive-splitbib-doc' 'texlive-splitindex' 'texlive-splitindex-bin' 'texlive-splitindex-doc' 'texlive-spot' 'texlive-spot-doc' 'texlive-spotcolor' 'texlive-spotcolor-doc' 'texlive-spreadtab' 'texlive-spreadtab-doc' 'texlive-spverbatim' 'texlive-spverbatim-doc' 'texlive-sr-vorl' 'texlive-sr-vorl-doc' 'texlive-srbook-mem' 'texlive-srbook-mem-doc' 'texlive-srcltx' 'texlive-srcltx-doc' 'texlive-srcredact' 'texlive-srcredact-bin' 'texlive-srcredact-doc' 'texlive-srdp-mathematik' 'texlive-srdp-mathematik-doc' 'texlive-sseq' 'texlive-sseq-doc' 'texlive-sslides' 'texlive-sslides-doc' 'texlive-stack' 'texlive-stackengine' 'texlive-stackengine-doc' 'texlive-stage' 'texlive-stage-doc' 'texlive-standalone' 'texlive-standalone-doc' 'texlive-stanli' 'texlive-stanli-doc' 'texlive-starfont' 'texlive-starfont-doc' 'texlive-starfont-fonts' 'texlive-startex' 'texlive-startex-doc' 'texlive-statex' 'texlive-statex-doc' 'texlive-statex2' 'texlive-statex2-doc' 'texlive-statistics' 'texlive-statistics-doc' 'texlive-statistik' 'texlive-statistik-doc' 'texlive-statmath' 'texlive-statmath-doc' 'texlive-staves' 'texlive-staves-doc' 'texlive-staves-fonts' 'texlive-stdclsdv' 'texlive-stdclsdv-doc' 'texlive-stdpage' 'texlive-stdpage-doc' 'texlive-stealcaps' 'texlive-stealcaps-doc' 'texlive-steinmetz' 'texlive-steinmetz-doc' 'texlive-stellenbosch' 'texlive-stellenbosch-doc' 'texlive-step' 'texlive-step-doc' 'texlive-step-fonts' 'texlive-stex' 'texlive-stex-doc' 'texlive-stickstoo' 'texlive-stickstoo-doc' 'texlive-stickstoo-fonts' 'texlive-stix' 'texlive-stix-doc' 'texlive-stix-fonts' 'texlive-stix2-otf' 'texlive-stix2-otf-doc' 'texlive-stix2-otf-fonts' 'texlive-stix2-type1' 'texlive-stix2-type1-doc' 'texlive-stix2-type1-fonts' 'texlive-stmaryrd' 'texlive-stmaryrd-doc' 'texlive-stmaryrd-fonts' 'texlive-storebox' 'texlive-storebox-doc' 'texlive-storecmd' 'texlive-storecmd-doc' 'texlive-stringenc' 'texlive-stringenc-doc' 'texlive-stringstrings' 'texlive-stringstrings-doc' 'texlive-structmech' 'texlive-struktex' 'texlive-struktex-doc' 'texlive-sttools' 'texlive-sttools-doc' 'texlive-stubs' 'texlive-stubs-doc' 'texlive-studenthandouts' 'texlive-studenthandouts-doc' 'texlive-sty2dtx' 'texlive-sty2dtx-bin' 'texlive-sty2dtx-doc' 'texlive-suanpan' 'texlive-suanpan-doc' 'texlive-subdepth' 'texlive-subdepth-doc' 'texlive-subdocs' 'texlive-subdocs-doc' 'texlive-subeqn' 'texlive-subeqn-doc' 'texlive-subeqnarray' 'texlive-subeqnarray-doc' 'texlive-subfig' 'texlive-subfig-doc' 'texlive-subfigmat' 'texlive-subfigmat-doc' 'texlive-subfigure' 'texlive-subfigure-doc' 'texlive-subfiles' 'texlive-subfiles-doc' 'texlive-subfloat' 'texlive-subfloat-doc' 'texlive-substances' 'texlive-substances-doc' 'texlive-substitutefont' 'texlive-substitutefont-doc' 'texlive-substr' 'texlive-substr-doc' 'texlive-subsupscripts' 'texlive-subsupscripts-doc' 'texlive-subtext' 'texlive-subtext-doc' 'texlive-sudoku' 'texlive-sudoku-doc' 'texlive-sudokubundle' 'texlive-sudokubundle-doc' 'texlive-suftesi' 'texlive-suftesi-doc' 'texlive-sugconf' 'texlive-sugconf-doc' 'texlive-superiors' 'texlive-superiors-doc' 'texlive-superiors-fonts' 'texlive-supertabular' 'texlive-supertabular-doc' 'texlive-susy' 'texlive-susy-doc' 'texlive-svg' 'texlive-svg-doc' 'texlive-svg-inkscape' 'texlive-svgcolor' 'texlive-svgcolor-doc' 'texlive-svn' 'texlive-svn-doc' 'texlive-svn-multi' 'texlive-svn-multi-bin' 'texlive-svn-multi-doc' 'texlive-svn-prov' 'texlive-svn-prov-doc' 'texlive-svninfo' 'texlive-svninfo-doc' 'texlive-svrsymbols' 'texlive-svrsymbols-doc' 'texlive-svrsymbols-fonts' 'texlive-swebib' 'texlive-swebib-doc' 'texlive-swimgraf' 'texlive-swimgraf-doc' 'texlive-swrule' 'texlive-syllogism' 'texlive-syllogism-doc' 'texlive-symbol' 'texlive-symbol-fonts' 'texlive-sympytexpackage' 'texlive-sympytexpackage-doc' 'texlive-synctex' 'texlive-synctex-bin' 'texlive-synctex-devel' 'texlive-synproof' 'texlive-synproof-doc' 'texlive-syntax' 'texlive-syntax-doc' 'texlive-syntrace' 'texlive-syntrace-doc' 'texlive-synttree' 'texlive-synttree-doc' 'texlive-systeme' 'texlive-systeme-doc' 'texlive-t-angles' 'texlive-t-angles-doc' 'texlive-t2' 'texlive-t2-doc' 'texlive-tabfigures' 'texlive-tabfigures-doc' 'texlive-table-fct' 'texlive-table-fct-doc' 'texlive-tableaux' 'texlive-tableaux-doc' 'texlive-tablefootnote' 'texlive-tablefootnote-doc' 'texlive-tableof' 'texlive-tableof-doc' 'texlive-tablestyles' 'texlive-tablestyles-doc' 'texlive-tablists' 'texlive-tablists-doc' 'texlive-tablor' 'texlive-tablor-doc' 'texlive-tabls' 'texlive-tabls-doc' 'texlive-tablvar' 'texlive-tablvar-doc' 'texlive-tabriz-thesis' 'texlive-tabriz-thesis-doc' 'texlive-tabstackengine' 'texlive-tabstackengine-doc' 'texlive-tabto-generic' 'texlive-tabto-ltx' 'texlive-tabto-ltx-doc' 'texlive-tabu' 'texlive-tabu-doc' 'texlive-tabularborder' 'texlive-tabularborder-doc' 'texlive-tabularcalc' 'texlive-tabularcalc-doc' 'texlive-tabularew' 'texlive-tabularew-doc' 'texlive-tabulars-e' 'texlive-tabulary' 'texlive-tabulary-doc' 'texlive-tabvar' 'texlive-tabvar-doc' 'texlive-tabvar-fonts' 'texlive-tagging' 'texlive-tagging-doc' 'texlive-tagpair' 'texlive-tagpair-doc' 'texlive-tagpdf' 'texlive-tagpdf-doc' 'texlive-talk' 'texlive-talk-doc' 'texlive-tamefloats' 'texlive-tamefloats-doc' 'texlive-tamethebeast' 'texlive-tap' 'texlive-tap-doc' 'texlive-tapir' 'texlive-tapir-doc' 'texlive-tapir-fonts' 'texlive-tasks' 'texlive-tasks-doc' 'texlive-tcldoc' 'texlive-tcldoc-doc' 'texlive-tcolorbox' 'texlive-tcolorbox-doc' 'texlive-tdclock' 'texlive-tdclock-doc' 'texlive-tds' 'texlive-tdsfrmath' 'texlive-tdsfrmath-doc' 'texlive-technics' 'texlive-technics-doc' 'texlive-technion-thesis-template' 'texlive-technion-thesis-template-doc' 'texlive-ted' 'texlive-ted-doc' 'texlive-templates-fenn' 'texlive-templates-sommer' 'texlive-templatetools' 'texlive-templatetools-doc' 'texlive-tempora' 'texlive-tempora-doc' 'texlive-tempora-fonts' 'texlive-tengwarscript' 'texlive-tengwarscript-doc' 'texlive-tensind' 'texlive-tensind-doc' 'texlive-tensor' 'texlive-tensor-doc' 'texlive-termcal' 'texlive-termcal-de' 'texlive-termcal-de-doc' 'texlive-termcal-doc' 'texlive-termlist' 'texlive-termlist-doc' 'texlive-termmenu' 'texlive-termmenu-doc' 'texlive-testhyphens' 'texlive-testhyphens-doc' 'texlive-testidx' 'texlive-testidx-doc' 'texlive-tetragonos' 'texlive-tetragonos-doc' 'texlive-teubner' 'texlive-teubner-doc' 'texlive-tex' 'texlive-tex-bin' 'texlive-tex-ewd' 'texlive-tex-ewd-doc' 'texlive-tex-font-errors-cheatsheet' 'texlive-tex-gyre' 'texlive-tex-gyre-doc' 'texlive-tex-gyre-fonts' 'texlive-tex-gyre-math' 'texlive-tex-gyre-math-doc' 'texlive-tex-gyre-math-fonts' 'texlive-tex-ini-files' 'texlive-tex-ini-files-doc' 'texlive-tex-label' 'texlive-tex-label-doc' 'texlive-tex-locale' 'texlive-tex-locale-doc' 'texlive-tex-nutshell' 'texlive-tex-overview' 'texlive-tex-ps' 'texlive-tex-ps-doc' 'texlive-tex-refs' 'texlive-tex-virtual-academy-pl' 'texlive-tex4ebook' 'texlive-tex4ebook-bin' 'texlive-tex4ebook-doc' 'texlive-tex4ht' 'texlive-tex4ht-bin' 'texlive-tex4ht-doc' 'texlive-texapi' 'texlive-texapi-doc' 'texlive-texbytopic' 'texlive-texcount' 'texlive-texcount-bin' 'texlive-texcount-doc' 'texlive-texdate' 'texlive-texdate-doc' 'texlive-texdef' 'texlive-texdef-bin' 'texlive-texdef-doc' 'texlive-texdiff' 'texlive-texdiff-bin' 'texlive-texdiff-doc' 'texlive-texdirflatten' 'texlive-texdirflatten-bin' 'texlive-texdirflatten-doc' 'texlive-texdoc' 'texlive-texdoc-bin' 'texlive-texdoc-doc' 'texlive-texdoctk' 'texlive-texdoctk-bin' 'texlive-texdoctk-doc' 'texlive-texdraw' 'texlive-texdraw-doc' 'texlive-texfot' 'texlive-texfot-bin' 'texlive-texfot-doc' 'texlive-texilikechaps' 'texlive-texilikecover' 'texlive-texinfo' 'texlive-texlive-common' 'texlive-texlive-cz' 'texlive-texlive-de' 'texlive-texlive-en' 'texlive-texlive-es' 'texlive-texlive-fr' 'texlive-texlive-it' 'texlive-texlive-ja' 'texlive-texlive-pl' 'texlive-texlive-ru' 'texlive-texlive-sr' 'texlive-texlive-zh-cn' 'texlive-texlive.infra' 'texlive-texlive.infra-doc' 'texlive-texliveonfly' 'texlive-texliveonfly-bin' 'texlive-texliveonfly-doc' 'texlive-texloganalyser' 'texlive-texloganalyser-bin' 'texlive-texloganalyser-doc' 'texlive-texlogos' 'texlive-texlua-devel' 'texlive-texluajit-devel' 'texlive-texmate' 'texlive-texmate-doc' 'texlive-texments' 'texlive-texments-doc' 'texlive-texonly' 'texlive-texosquery' 'texlive-texosquery-bin' 'texlive-texosquery-doc' 'texlive-texplate' 'texlive-texplate-bin' 'texlive-texplate-doc' 'texlive-texpower' 'texlive-texpower-doc' 'texlive-texproposal' 'texlive-texshade' 'texlive-texshade-doc' 'texlive-texsis' 'texlive-texsis-bin' 'texlive-texsis-doc' 'texlive-textcase' 'texlive-textcase-doc' 'texlive-textfit' 'texlive-textfit-doc' 'texlive-textglos' 'texlive-textglos-doc' 'texlive-textgreek' 'texlive-textgreek-doc' 'texlive-textmerg' 'texlive-textmerg-doc' 'texlive-textopo' 'texlive-textopo-doc' 'texlive-textpath' 'texlive-textpath-doc' 'texlive-textpos' 'texlive-textpos-doc' 'texlive-textualicomma' 'texlive-textualicomma-doc' 'texlive-texvc' 'texlive-texvc-doc' 'texlive-texware' 'texlive-texware-bin' 'texlive-tfrupee' 'texlive-tfrupee-doc' 'texlive-tfrupee-fonts' 'texlive-thaienum' 'texlive-thaienum-doc' 'texlive-thaispec' 'texlive-thaispec-doc' 'texlive-thalie' 'texlive-thalie-doc' 'texlive-theanodidot' 'texlive-theanodidot-doc' 'texlive-theanodidot-fonts' 'texlive-theanomodern' 'texlive-theanomodern-doc' 'texlive-theanomodern-fonts' 'texlive-theanooldstyle' 'texlive-theanooldstyle-doc' 'texlive-theanooldstyle-fonts' 'texlive-theatre' 'texlive-theoremref' 'texlive-theoremref-doc' 'texlive-thesis-ekf' 'texlive-thesis-ekf-doc' 'texlive-thesis-gwu' 'texlive-thesis-gwu-doc' 'texlive-thesis-qom' 'texlive-thesis-qom-doc' 'texlive-thesis-titlepage-fhac' 'texlive-thesis-titlepage-fhac-doc' 'texlive-thinsp' 'texlive-thinsp-doc' 'texlive-thmbox' 'texlive-thmbox-doc' 'texlive-thmtools' 'texlive-thmtools-doc' 'texlive-threadcol' 'texlive-threadcol-doc' 'texlive-threeddice' 'texlive-threeddice-doc' 'texlive-threeparttable' 'texlive-threeparttable-doc' 'texlive-threeparttablex' 'texlive-threeparttablex-doc' 'texlive-thuaslogos' 'texlive-thuaslogos-doc' 'texlive-thucoursework' 'texlive-thucoursework-doc' 'texlive-thumb' 'texlive-thumb-doc' 'texlive-thumbpdf' 'texlive-thumbpdf-bin' 'texlive-thumbpdf-doc' 'texlive-thumbs' 'texlive-thumbs-doc' 'texlive-thumby' 'texlive-thumby-doc' 'texlive-thuthesis' 'texlive-thuthesis-doc' 'texlive-ticket' 'texlive-ticket-doc' 'texlive-ticollege' 'texlive-ticollege-doc' 'texlive-tie' 'texlive-tie-bin' 'texlive-tikz-3dplot' 'texlive-tikz-3dplot-doc' 'texlive-tikz-bayesnet' 'texlive-tikz-bayesnet-doc' 'texlive-tikz-cd' 'texlive-tikz-cd-doc' 'texlive-tikz-dependency' 'texlive-tikz-dependency-doc' 'texlive-tikz-dimline' 'texlive-tikz-dimline-doc' 'texlive-tikz-feynhand' 'texlive-tikz-feynhand-doc' 'texlive-tikz-feynman' 'texlive-tikz-feynman-doc' 'texlive-tikz-imagelabels' 'texlive-tikz-imagelabels-doc' 'texlive-tikz-inet' 'texlive-tikz-inet-doc' 'texlive-tikz-kalender' 'texlive-tikz-kalender-doc' 'texlive-tikz-karnaugh' 'texlive-tikz-karnaugh-doc' 'texlive-tikz-ladder' 'texlive-tikz-ladder-doc' 'texlive-tikz-layers' 'texlive-tikz-layers-doc' 'texlive-tikz-nef' 'texlive-tikz-nef-doc' 'texlive-tikz-network' 'texlive-tikz-network-doc' 'texlive-tikz-opm' 'texlive-tikz-opm-doc' 'texlive-tikz-optics' 'texlive-tikz-optics-doc' 'texlive-tikz-page' 'texlive-tikz-page-doc' 'texlive-tikz-palattice' 'texlive-tikz-palattice-doc' 'texlive-tikz-planets' 'texlive-tikz-planets-doc' 'texlive-tikz-qtree' 'texlive-tikz-qtree-doc' 'texlive-tikz-relay' 'texlive-tikz-relay-doc' 'texlive-tikz-sfc' 'texlive-tikz-sfc-doc' 'texlive-tikz-timing' 'texlive-tikz-timing-doc' 'texlive-tikz-trackschematic' 'texlive-tikz-trackschematic-doc' 'texlive-tikz-truchet' 'texlive-tikz-truchet-doc' 'texlive-tikzcodeblocks' 'texlive-tikzcodeblocks-doc' 'texlive-tikzducks' 'texlive-tikzducks-doc' 'texlive-tikzinclude' 'texlive-tikzinclude-doc' 'texlive-tikzlings' 'texlive-tikzlings-doc' 'texlive-tikzmark' 'texlive-tikzmark-doc' 'texlive-tikzmarmots' 'texlive-tikzmarmots-doc' 'texlive-tikzorbital' 'texlive-tikzorbital-doc' 'texlive-tikzpagenodes' 'texlive-tikzpagenodes-doc' 'texlive-tikzpeople' 'texlive-tikzpeople-doc' 'texlive-tikzpfeile' 'texlive-tikzpfeile-doc' 'texlive-tikzposter' 'texlive-tikzposter-doc' 'texlive-tikzscale' 'texlive-tikzscale-doc' 'texlive-tikzsymbols' 'texlive-tikzsymbols-doc' 'texlive-timbreicmc' 'texlive-timbreicmc-doc' 'texlive-times' 'texlive-times-fonts' 'texlive-timetable' 'texlive-timing-diagrams' 'texlive-timing-diagrams-doc' 'texlive-tinos' 'texlive-tinos-doc' 'texlive-tinos-fonts' 'texlive-tipa' 'texlive-tipa-de' 'texlive-tipa-doc' 'texlive-tipa-fonts' 'texlive-tipfr' 'texlive-tipfr-doc' 'texlive-titlecaps' 'texlive-titlecaps-doc' 'texlive-titlefoot' 'texlive-titlepages' 'texlive-titlepic' 'texlive-titlepic-doc' 'texlive-titleref' 'texlive-titleref-doc' 'texlive-titlesec' 'texlive-titlesec-doc' 'texlive-titling' 'texlive-titling-doc' 'texlive-tkz-base' 'texlive-tkz-base-doc' 'texlive-tkz-doc' 'texlive-tkz-euclide' 'texlive-tkz-euclide-doc' 'texlive-tkz-fct' 'texlive-tkz-fct-doc' 'texlive-tkz-orm' 'texlive-tkz-orm-doc' 'texlive-tkz-tab' 'texlive-tkz-tab-doc' 'texlive-tlc-article' 'texlive-tlc-article-doc' 'texlive-tlc2' 'texlive-tocbibind' 'texlive-tocbibind-doc' 'texlive-tocdata' 'texlive-tocdata-doc' 'texlive-tocloft' 'texlive-tocloft-doc' 'texlive-tocvsec2' 'texlive-tocvsec2-doc' 'texlive-todo' 'texlive-todo-doc' 'texlive-todonotes' 'texlive-todonotes-doc' 'texlive-tokcycle' 'texlive-tokcycle-doc' 'texlive-tokenizer' 'texlive-tokenizer-doc' 'texlive-toolbox' 'texlive-toolbox-doc' 'texlive-tools' 'texlive-tools-doc' 'texlive-topfloat' 'texlive-topfloat-doc' 'texlive-topiclongtable' 'texlive-topiclongtable-doc' 'texlive-topletter' 'texlive-topletter-doc' 'texlive-toptesi' 'texlive-toptesi-doc' 'texlive-totcount' 'texlive-totcount-doc' 'texlive-totpages' 'texlive-totpages-doc' 'texlive-tpic2pdftex' 'texlive-tpic2pdftex-bin' 'texlive-tpslifonts' 'texlive-tpslifonts-doc' 'texlive-tqft' 'texlive-tqft-doc' 'texlive-tracklang' 'texlive-tracklang-doc' 'texlive-trajan' 'texlive-trajan-doc' 'texlive-trajan-fonts' 'texlive-tram' 'texlive-tram-doc' 'texlive-translation-array-fr' 'texlive-translation-arsclassica-de' 'texlive-translation-biblatex-de' 'texlive-translation-chemsym-de' 'texlive-translation-dcolumn-fr' 'texlive-translation-ecv-de' 'texlive-translation-enumitem-de' 'texlive-translation-europecv-de' 'texlive-translation-filecontents-de' 'texlive-translation-moreverb-de' 'texlive-translation-natbib-fr' 'texlive-translation-tabbing-fr' 'texlive-translations' 'texlive-translations-doc' 'texlive-translator' 'texlive-translator-doc' 'texlive-transparent' 'texlive-transparent-doc' 'texlive-tree-dvips' 'texlive-tree-dvips-doc' 'texlive-treetex' 'texlive-treetex-doc' 'texlive-trfsigns' 'texlive-trfsigns-doc' 'texlive-trigonometry' 'texlive-trigonometry-doc' 'texlive-trimspaces' 'texlive-trimspaces-doc' 'texlive-trivfloat' 'texlive-trivfloat-doc' 'texlive-trsym' 'texlive-trsym-doc' 'texlive-truncate' 'texlive-truncate-doc' 'texlive-tsemlines' 'texlive-ttfutils' 'texlive-ttfutils-bin' 'texlive-ttfutils-doc' 'texlive-tucv' 'texlive-tucv-doc' 'texlive-tuda-ci' 'texlive-tuda-ci-doc' 'texlive-tudscr' 'texlive-tudscr-doc' 'texlive-tufte-latex' 'texlive-tufte-latex-doc' 'texlive-tugboat' 'texlive-tugboat-doc' 'texlive-tugboat-plain' 'texlive-tugboat-plain-doc' 'texlive-tui' 'texlive-tui-doc' 'texlive-turabian' 'texlive-turabian-doc' 'texlive-turabian-formatting' 'texlive-turabian-formatting-doc' 'texlive-turkmen' 'texlive-turkmen-doc' 'texlive-turnstile' 'texlive-turnstile-doc' 'texlive-turnthepage' 'texlive-turnthepage-doc' 'texlive-twemoji-colr' 'texlive-twemoji-colr-doc' 'texlive-twemoji-colr-fonts' 'texlive-twoinone' 'texlive-twoinone-doc' 'texlive-twoup' 'texlive-twoup-doc' 'texlive-txfonts' 'texlive-txfonts-doc' 'texlive-txfonts-fonts' 'texlive-txfontsb' 'texlive-txfontsb-doc' 'texlive-txfontsb-fonts' 'texlive-txgreeks' 'texlive-txgreeks-doc' 'texlive-txuprcal' 'texlive-txuprcal-doc' 'texlive-txuprcal-fonts' 'texlive-type1cm' 'texlive-type1cm-doc' 'texlive-typed-checklist' 'texlive-typed-checklist-doc' 'texlive-typeface' 'texlive-typeface-doc' 'texlive-typehtml' 'texlive-typehtml-doc' 'texlive-typeoutfileinfo' 'texlive-typeoutfileinfo-bin' 'texlive-typeoutfileinfo-doc' 'texlive-typewriter' 'texlive-typewriter-doc' 'texlive-typicons' 'texlive-typicons-doc' 'texlive-typicons-fonts' 'texlive-typoaid' 'texlive-typoaid-doc' 'texlive-typogrid' 'texlive-typogrid-doc' 'texlive-uaclasses' 'texlive-uaclasses-doc' 'texlive-uafthesis' 'texlive-uafthesis-doc' 'texlive-uantwerpendocs' 'texlive-uantwerpendocs-doc' 'texlive-uassign' 'texlive-uassign-doc' 'texlive-ucalgmthesis' 'texlive-ucalgmthesis-doc' 'texlive-ucbthesis' 'texlive-ucbthesis-doc' 'texlive-ucdavisthesis' 'texlive-ucdavisthesis-doc' 'texlive-ucharcat' 'texlive-ucharcat-doc' 'texlive-ucharclasses' 'texlive-ucharclasses-doc' 'texlive-ucs' 'texlive-ucs-doc' 'texlive-ucsmonograph' 'texlive-ucsmonograph-doc' 'texlive-ucthesis' 'texlive-ucthesis-doc' 'texlive-udesoftec' 'texlive-udesoftec-doc' 'texlive-uebungsblatt' 'texlive-uebungsblatt-doc' 'texlive-uestcthesis' 'texlive-uestcthesis-doc' 'texlive-uhc' 'texlive-uhc-doc' 'texlive-uhc-fonts' 'texlive-uhhassignment' 'texlive-uhhassignment-doc' 'texlive-uhrzeit' 'texlive-uhrzeit-doc' 'texlive-uiucredborder' 'texlive-uiucredborder-doc' 'texlive-uiucthesis' 'texlive-uiucthesis-doc' 'texlive-ukrhyph' 'texlive-ukrhyph-doc' 'texlive-ulem' 'texlive-ulem-doc' 'texlive-ulqda' 'texlive-ulqda-bin' 'texlive-ulqda-doc' 'texlive-ulthese' 'texlive-ulthese-doc' 'texlive-umbclegislation' 'texlive-umbclegislation-doc' 'texlive-umich-thesis' 'texlive-umich-thesis-doc' 'texlive-uml' 'texlive-uml-doc' 'texlive-umlaute' 'texlive-umlaute-doc' 'texlive-umoline' 'texlive-umoline-doc' 'texlive-umthesis' 'texlive-umthesis-doc' 'texlive-umtypewriter' 'texlive-umtypewriter-fonts' 'texlive-unam-thesis' 'texlive-unam-thesis-doc' 'texlive-unamth-template' 'texlive-unamthesis' 'texlive-unamthesis-doc' 'texlive-undergradmath' 'texlive-underlin' 'texlive-underlin-doc' 'texlive-underoverlap' 'texlive-underoverlap-doc' 'texlive-underscore' 'texlive-underscore-doc' 'texlive-undolabl' 'texlive-undolabl-doc' 'texlive-unfonts-core' 'texlive-unfonts-core-doc' 'texlive-unfonts-core-fonts' 'texlive-unfonts-extra' 'texlive-unfonts-extra-doc' 'texlive-unfonts-extra-fonts' 'texlive-uni-wtal-ger' 'texlive-uni-wtal-ger-doc' 'texlive-uni-wtal-lin' 'texlive-uni-wtal-lin-doc' 'texlive-unicode-alphabets' 'texlive-unicode-alphabets-doc' 'texlive-unicode-bidi' 'texlive-unicode-bidi-doc' 'texlive-unicode-data' 'texlive-unicode-data-doc' 'texlive-unicode-math' 'texlive-unicode-math-doc' 'texlive-unifith' 'texlive-unifith-doc' 'texlive-uniquecounter' 'texlive-uniquecounter-doc' 'texlive-unisugar' 'texlive-unisugar-doc' 'texlive-unitn-bimrep' 'texlive-unitn-bimrep-doc' 'texlive-units' 'texlive-units-doc' 'texlive-unitsdef' 'texlive-unitsdef-doc' 'texlive-universa' 'texlive-universa-doc' 'texlive-universalis' 'texlive-universalis-doc' 'texlive-universalis-fonts' 'texlive-univie-ling' 'texlive-univie-ling-doc' 'texlive-unizgklasa' 'texlive-unizgklasa-doc' 'texlive-unravel' 'texlive-unravel-doc' 'texlive-unswcover' 'texlive-unswcover-doc' 'texlive-uothesis' 'texlive-uothesis-doc' 'texlive-uowthesis' 'texlive-uowthesis-doc' 'texlive-uowthesistitlepage' 'texlive-uowthesistitlepage-doc' 'texlive-upca' 'texlive-upca-doc' 'texlive-updmap-map' 'texlive-uplatex' 'texlive-uplatex-bin' 'texlive-uplatex-doc' 'texlive-upmethodology' 'texlive-upmethodology-doc' 'texlive-uppunctlm' 'texlive-uppunctlm-doc' 'texlive-upquote' 'texlive-upquote-doc' 'texlive-uptex' 'texlive-uptex-base' 'texlive-uptex-base-doc' 'texlive-uptex-bin' 'texlive-uptex-fonts' 'texlive-uptex-fonts-doc' 'texlive-upzhkinsoku' 'texlive-upzhkinsoku-doc' 'texlive-urcls' 'texlive-urcls-doc' 'texlive-uri' 'texlive-uri-doc' 'texlive-url' 'texlive-url-doc' 'texlive-urlbst' 'texlive-urlbst-bin' 'texlive-urlbst-doc' 'texlive-urwchancal' 'texlive-urwchancal-doc' 'texlive-usebib' 'texlive-usebib-doc' 'texlive-ushort' 'texlive-ushort-doc' 'texlive-uspace' 'texlive-uspace-doc' 'texlive-uspatent' 'texlive-uspatent-doc' 'texlive-ut-thesis' 'texlive-ut-thesis-doc' 'texlive-utexasthesis' 'texlive-utexasthesis-doc' 'texlive-utf8mex' 'texlive-utf8mex-doc' 'texlive-utopia' 'texlive-utopia-doc' 'texlive-utopia-fonts' 'texlive-uwmslide' 'texlive-uwmslide-doc' 'texlive-uwthesis' 'texlive-uwthesis-doc' 'texlive-vak' 'texlive-vak-doc' 'texlive-vancouver' 'texlive-vancouver-doc' 'texlive-variablelm' 'texlive-variablelm-doc' 'texlive-variations' 'texlive-variations-doc' 'texlive-varindex' 'texlive-varindex-doc' 'texlive-varisize' 'texlive-varisize-doc' 'texlive-varsfromjobname' 'texlive-varsfromjobname-doc' 'texlive-varwidth' 'texlive-varwidth-doc' 'texlive-vaucanson-g' 'texlive-vaucanson-g-doc' 'texlive-vdmlisting' 'texlive-vdmlisting-doc' 'texlive-velthuis' 'texlive-velthuis-bin' 'texlive-velthuis-doc' 'texlive-velthuis-fonts' 'texlive-venn' 'texlive-venn-doc' 'texlive-venndiagram' 'texlive-venndiagram-doc' 'texlive-venturisadf' 'texlive-venturisadf-doc' 'texlive-venturisadf-fonts' 'texlive-verbasef' 'texlive-verbasef-doc' 'texlive-verbatimbox' 'texlive-verbatimbox-doc' 'texlive-verbatimcopy' 'texlive-verbatimcopy-doc' 'texlive-verbdef' 'texlive-verbdef-doc' 'texlive-verbments' 'texlive-verbments-doc' 'texlive-verifica' 'texlive-verifica-doc' 'texlive-verse' 'texlive-verse-doc' 'texlive-version' 'texlive-version-doc' 'texlive-versions' 'texlive-versions-doc' 'texlive-versonotes' 'texlive-versonotes-doc' 'texlive-vertbars' 'texlive-vertbars-doc' 'texlive-vgrid' 'texlive-vgrid-doc' 'texlive-vhistory' 'texlive-vhistory-doc' 'texlive-visualfaq' 'texlive-visualpstricks' 'texlive-visualtikz' 'texlive-vlna' 'texlive-vlna-bin' 'texlive-vmargin' 'texlive-vmargin-doc' 'texlive-vntex' 'texlive-vntex-doc' 'texlive-vntex-fonts' 'texlive-vocaltract' 'texlive-vocaltract-doc' 'texlive-volumes' 'texlive-volumes-doc' 'texlive-voss-mathcol' 'texlive-vpe' 'texlive-vpe-bin' 'texlive-vpe-doc' 'texlive-vruler' 'texlive-vruler-doc' 'texlive-vtable' 'texlive-vtable-doc' 'texlive-vwcol' 'texlive-vwcol-doc' 'texlive-wadalab' 'texlive-wadalab-doc' 'texlive-wadalab-fonts' 'texlive-wallcalendar' 'texlive-wallcalendar-doc' 'texlive-wallpaper' 'texlive-wallpaper-doc' 'texlive-warning' 'texlive-warning-doc' 'texlive-warpcol' 'texlive-warpcol-doc' 'texlive-was' 'texlive-was-doc' 'texlive-wasy' 'texlive-wasy-doc' 'texlive-wasy-type1' 'texlive-wasy-type1-doc' 'texlive-wasy-type1-fonts' 'texlive-wasysym' 'texlive-wasysym-doc' 'texlive-web' 'texlive-web-bin' 'texlive-webguide' 'texlive-webquiz' 'texlive-webquiz-bin' 'texlive-webquiz-doc' 'texlive-widetable' 'texlive-widetable-doc' 'texlive-widows-and-orphans' 'texlive-widows-and-orphans-doc' 'texlive-williams' 'texlive-williams-doc' 'texlive-windycity' 'texlive-windycity-doc' 'texlive-withargs' 'texlive-withargs-doc' 'texlive-witharrows' 'texlive-witharrows-doc' 'texlive-wnri' 'texlive-wnri-doc' 'texlive-wnri-latex' 'texlive-wnri-latex-doc' 'texlive-wordcount' 'texlive-wordcount-bin' 'texlive-wordcount-doc' 'texlive-wordlike' 'texlive-wordlike-doc' 'texlive-worksheet' 'texlive-worksheet-doc' 'texlive-wrapfig' 'texlive-wrapfig-doc' 'texlive-wsemclassic' 'texlive-wsemclassic-doc' 'texlive-wsuipa' 'texlive-wsuipa-doc' 'texlive-wtref' 'texlive-wtref-doc' 'texlive-xargs' 'texlive-xargs-doc' 'texlive-xassoccnt' 'texlive-xassoccnt-doc' 'texlive-xbmks' 'texlive-xbmks-doc' 'texlive-xcharter' 'texlive-xcharter-doc' 'texlive-xcharter-fonts' 'texlive-xcite' 'texlive-xcite-doc' 'texlive-xcjk2uni' 'texlive-xcjk2uni-doc' 'texlive-xcntperchap' 'texlive-xcntperchap-doc' 'texlive-xcolor' 'texlive-xcolor-doc' 'texlive-xcolor-material' 'texlive-xcolor-material-doc' 'texlive-xcolor-solarized' 'texlive-xcolor-solarized-doc' 'texlive-xcomment' 'texlive-xcomment-doc' 'texlive-xcookybooky' 'texlive-xcookybooky-doc' 'texlive-xcpdftips' 'texlive-xcpdftips-doc' 'texlive-xdoc' 'texlive-xdoc-doc' 'texlive-xduthesis' 'texlive-xduthesis-doc' 'texlive-xdvi' 'texlive-xdvi-bin' 'texlive-xdvi-doc' 'texlive-xebaposter' 'texlive-xebaposter-doc' 'texlive-xechangebar' 'texlive-xechangebar-doc' 'texlive-xecjk' 'texlive-xecjk-doc' 'texlive-xecolor' 'texlive-xecolor-doc' 'texlive-xecyr' 'texlive-xecyr-doc' 'texlive-xecyrmongolian' 'texlive-xecyrmongolian-doc' 'texlive-xeindex' 'texlive-xeindex-doc' 'texlive-xelatex-dev' 'texlive-xelatex-dev-bin' 'texlive-xellipsis' 'texlive-xellipsis-doc' 'texlive-xepersian' 'texlive-xepersian-doc' 'texlive-xepersian-hm' 'texlive-xepersian-hm-doc' 'texlive-xesearch' 'texlive-xesearch-doc' 'texlive-xespotcolor' 'texlive-xespotcolor-doc' 'texlive-xetex' 'texlive-xetex-bin' 'texlive-xetex-devanagari' 'texlive-xetex-devanagari-doc' 'texlive-xetex-doc' 'texlive-xetex-itrans' 'texlive-xetex-itrans-doc' 'texlive-xetex-pstricks' 'texlive-xetex-pstricks-doc' 'texlive-xetex-tibetan' 'texlive-xetex-tibetan-doc' 'texlive-xetexconfig' 'texlive-xetexfontinfo' 'texlive-xetexfontinfo-doc' 'texlive-xetexko' 'texlive-xetexko-doc' 'texlive-xetexref' 'texlive-xevlna' 'texlive-xevlna-doc' 'texlive-xfakebold' 'texlive-xfakebold-doc' 'texlive-xfor' 'texlive-xfor-doc' 'texlive-xgreek' 'texlive-xgreek-doc' 'texlive-xhfill' 'texlive-xhfill-doc' 'texlive-xifthen' 'texlive-xifthen-doc' 'texlive-xii' 'texlive-xii-lat' 'texlive-xindex' 'texlive-xindex-bin' 'texlive-xindex-doc' 'texlive-xint' 'texlive-xint-doc' 'texlive-xits' 'texlive-xits-doc' 'texlive-xits-fonts' 'texlive-xkcdcolors' 'texlive-xkcdcolors-doc' 'texlive-xkeyval' 'texlive-xkeyval-doc' 'texlive-xlop' 'texlive-xlop-doc' 'texlive-xltabular' 'texlive-xltabular-doc' 'texlive-xltxtra' 'texlive-xltxtra-doc' 'texlive-xmltex' 'texlive-xmltex-bin' 'texlive-xmltex-doc' 'texlive-xmltexconfig' 'texlive-xmpincl' 'texlive-xmpincl-doc' 'texlive-xnewcommand' 'texlive-xnewcommand-doc' 'texlive-xoptarg' 'texlive-xoptarg-doc' 'texlive-xpatch' 'texlive-xpatch-doc' 'texlive-xpdfopen' 'texlive-xpdfopen-bin' 'texlive-xpeek' 'texlive-xpeek-doc' 'texlive-xpiano' 'texlive-xpiano-doc' 'texlive-xpicture' 'texlive-xpicture-doc' 'texlive-xpinyin' 'texlive-xpinyin-doc' 'texlive-xprintlen' 'texlive-xprintlen-doc' 'texlive-xpunctuate' 'texlive-xpunctuate-doc' 'texlive-xq' 'texlive-xq-doc' 'texlive-xsavebox' 'texlive-xsavebox-doc' 'texlive-xsim' 'texlive-xsim-doc' 'texlive-xskak' 'texlive-xskak-doc' 'texlive-xstring' 'texlive-xstring-doc' 'texlive-xtab' 'texlive-xtab-doc' 'texlive-xtuthesis' 'texlive-xtuthesis-doc' 'texlive-xunicode' 'texlive-xunicode-doc' 'texlive-xurl' 'texlive-xurl-doc' 'texlive-xwatermark' 'texlive-xwatermark-doc' 'texlive-xyling' 'texlive-xyling-doc' 'texlive-xymtex' 'texlive-xymtex-doc' 'texlive-xypic' 'texlive-xypic-doc' 'texlive-xypic-fonts' 'texlive-xypic-tut-pt' 'texlive-xytree' 'texlive-xytree-doc' 'texlive-yafoot' 'texlive-yafoot-doc' 'texlive-yagusylo' 'texlive-yagusylo-doc' 'texlive-yaletter' 'texlive-yaletter-doc' 'texlive-yannisgr' 'texlive-yannisgr-doc' 'texlive-yathesis' 'texlive-yathesis-doc' 'texlive-yax' 'texlive-yax-doc' 'texlive-yazd-thesis' 'texlive-yazd-thesis-doc' 'texlive-ycbook' 'texlive-ycbook-doc' 'texlive-ydoc' 'texlive-ydoc-doc' 'texlive-yfonts' 'texlive-yfonts-doc' 'texlive-yfonts-t1' 'texlive-yfonts-t1-doc' 'texlive-yfonts-t1-fonts' 'texlive-yhmath' 'texlive-yhmath-doc' 'texlive-yhmath-fonts' 'texlive-yinit-otf' 'texlive-yinit-otf-doc' 'texlive-yinit-otf-fonts' 'texlive-york-thesis' 'texlive-york-thesis-doc' 'texlive-youngtab' 'texlive-youngtab-doc' 'texlive-yplan' 'texlive-yplan-bin' 'texlive-yplan-doc' 'texlive-yquant' 'texlive-yquant-doc' 'texlive-ytableau' 'texlive-ytableau-doc' 'texlive-zapfchan' 'texlive-zapfchan-fonts' 'texlive-zapfding' 'texlive-zapfding-fonts' 'texlive-zebra-goodies' 'texlive-zebra-goodies-doc' 'texlive-zed-csp' 'texlive-zed-csp-doc' 'texlive-zhlineskip' 'texlive-zhlineskip-doc' 'texlive-zhlipsum' 'texlive-zhlipsum-doc' 'texlive-zhmetrics' 'texlive-zhmetrics-doc' 'texlive-zhmetrics-uptex' 'texlive-zhmetrics-uptex-doc' 'texlive-zhnumber' 'texlive-zhnumber-doc' 'texlive-zhspacing' 'texlive-zhspacing-doc' 'texlive-ziffer' 'texlive-ziffer-doc' 'texlive-zlmtt' 'texlive-zlmtt-doc' 'texlive-zootaxa-bst' 'texlive-zootaxa-bst-doc' 'texlive-zref' 'texlive-zref-doc' 'texlive-zwgetfdate' 'texlive-zwgetfdate-doc' 'texlive-zwpagelayout' 'texlive-zwpagelayout-doc' 'texlive-zxjafbfont' 'texlive-zxjafbfont-doc' 'texlive-zxjafont' 'texlive-zxjafont-doc' 'texlive-zxjatype' 'texlive-zxjatype-doc' 'texmaker' 'texmath' 'texstudio' 'texworks' 'texworks-plugin-lua' 'texworks-plugin-python' 'tftpboot-installation-common' 'tftpboot-installation-openSUSE-Kubic-x86_64' 'tftpboot-installation-openSUSE-MicroOS-x86_64' 'tftpboot-installation-openSUSE-Tumbleweed-i586' 'tftpboot-installation-openSUSE-Tumbleweed-x86_64' 'tgt' 'thai-fonts' 'the_silver_searcher' 'thermal-monitor' 'thermald' 'thessalonica-oldstandard-otf-fonts' 'thessalonica-oldstandard-ttf-fonts' 'thessalonica-tempora-lgc-otf-fonts' 'thessalonica-tempora-lgc-ttf-fonts' 'thessalonica-theano-otf-fonts' 'thessalonica-theano-ttf-fonts' 'threadweaver-devel' 'threadweaver-devel-32bit' 'thrift' 'thryomanes-fonts' 'thttpd' 'thunar' 'thunar-devel' 'thunar-lang' 'thunar-plugin-archive' 'thunar-plugin-archive-lang' 'thunar-plugin-dropbox' 'thunar-plugin-media-tags' 'thunar-plugin-media-tags-lang' 'thunar-plugin-shares' 'thunar-plugin-shares-lang' 'thunar-plugin-vcs' 'thunar-plugin-vcs-lang' 'thunar-sendto-blueman' 'thunar-sendto-clamtk' 'thunar-volman' 'thunar-volman-branding-openSUSE' 'thunar-volman-branding-upstream' 'thunar-volman-lang' 'thunarx-python' 'thunarx-python-doc' 'thunderbolt-user-space' 'tibetan-machine-uni-fonts' 'tidy' 'tidy-doc' 'tidyp' 'tiff' 'tig' 'tiger-types' 'tiger-types-javadoc' 'tigervnc-x11vnc' 'tilda' 'tilda-lang' 'tilde' 'tiled' 'tilix' 'tilix-lang' 'time-api' 'time-api-javadoc' 'timeshift' 'timeshift-lang' 'timewarrior' 'timezonemap-devel' 'timidity' 'tinc' 'tini' 'tini-static' 'tint' 'tint2' 'tint2-lang' 'tintii' 'tinyb-devel' 'tinyca2' 'tinyfecvpn' 'tinygettext-devel' 'tinyobjloader-devel' 'tinyproxy' 'tinyssh' 'tinyxml-devel' 'tinyxml-docs' 'tinyxml2-devel' 'tiobench' 'tipcutils' 'tix' 'tj' 'tk-32bit' 'tk-devel' 'tkdiff' 'tkfont' 'tkimg' 'tkimg-devel' 'tkinfo' 'tkirc' 'tktable' 'tkxcd' 'tlp' 'tlp-rdw' 'tls' 'tlswrap' 'tmate' 'tmon' 'tmpwatch' 'tmux-powerline' 'tmxtools' 'tn5250' 'tn5250-devel' 'tnef' 'tntdb-doc' 'tntdb-mysql' 'tntdb-postgresql' 'tntdb-replicate' 'tntdb-sqlite' 'tntnet' 'tntnet' 'tntnet-debuginfo' 'tntnet-debugsource' 'tog-pegasus' 'tog-pegasus-devel' 'tog-pegasus-libs' 'tog-pegasus-test' 'togaII-131' 'togaII-131' 'togaII-131-debuginfo' 'togaII-131-debugsource' 'togaII-134' 'togaII-134' 'togaII-134-debuginfo' 'togaII-134-debugsource' 'togaII-141' 'togaII-141' 'togaII-141-debugsource' 'togaII-142' 'togaII-142' 'togaII-142-debuginfo' 'togaII-142-debugsource' 'toilet' 'tolua' 'toluapp-5.1' 'toluapp-5.3' 'toluapp-5.4' 'tomatoes' 'tomcat' 'tomcat-admin-webapps' 'tomcat-docs-webapp' 'tomcat-el-3_0-api' 'tomcat-embed' 'tomcat-javadoc' 'tomcat-jsp-2_3-api' 'tomcat-jsvc' 'tomcat-lib' 'tomcat-servlet-4_0-api' 'tomcat-webapps' 'tomcatjss' 'tomoe' 'tomoe-devel' 'tomoe-doc' 'tomoe-gtk' 'tomoe-gtk-devel' 'tomoe-gtk-doc' 'tomoe-gtk-lang' 'tomoyo-tools' 'toolbox' 'topal' 'topal' 'topal-debugsource' 'tor' 'torbrowser-apparmor-profile' 'torbrowser-launcher' 'torbrowser-launcher-lang' 'torrentinfo' 'torsocks' 'totem' 'totem-devel' 'totem-lang' 'totem-pl-parser' 'totem-pl-parser-devel' 'totem-pl-parser-lang' 'totem-plugin-gnome-dvb-daemon' 'totem-plugins' 'touchegg' 'touchegg-gui' 'tovid' 'tovid' 'tpm-quote-tools' 'tpm-tools' 'tpm-tools-devel' 'tpm-tools-pkcs11' 'tpm2-0-tss' 'tpm2-0-tss-devel' 'tpm2-tss-engine' 'tpm2-tss-engine-bash-completion' 'tpm2-tss-engine-devel' 'tpm2.0-abrmd' 'tpm2.0-abrmd-devel' 'tpm2.0-tools' 'trace-cmd' 'trackballs' 'tracker' 'tracker-devel' 'tracker-lang' 'tracker-miner-files' 'tracker-miners' 'tracker-miners-lang' 'tracker2' 'tracker2-devel' 'tracker2-lang' 'tracker2-miner-files' 'tracker2-miners' 'tracker2-miners-lang' 'trader' 'trader-lang' 'tragtor' 'tragtor' 'trang' 'transactional-update' 'transactional-update-zypp-config' 'transcode' 'transcode' 'transcode-debuginfo' 'transcode-debugsource' 'transconnect' 'transfig' 'transifex-client' 'translate-shell' 'translate-toolkit-devel-doc' 'translation-update-bg' 'translation-update-ca' 'translation-update-cs' 'translation-update-da' 'translation-update-de' 'translation-update-dz' 'translation-update-el' 'translation-update-en_CA' 'translation-update-en_GB' 'translation-update-es' 'translation-update-et' 'translation-update-eu' 'translation-update-fi' 'translation-update-fr' 'translation-update-ga' 'translation-update-gl' 'translation-update-hr' 'translation-update-hu' 'translation-update-it' 'translation-update-ja' 'translation-update-ko' 'translation-update-lt' 'translation-update-lv' 'translation-update-ml' 'translation-update-nb' 'translation-update-ne' 'translation-update-nl' 'translation-update-pa' 'translation-update-pl' 'translation-update-pt' 'translation-update-pt_BR' 'translation-update-ro' 'translation-update-ru' 'translation-update-sk' 'translation-update-sl' 'translation-update-sr' 'translation-update-sv' 'translation-update-tr' 'translation-update-uk' 'translation-update-upstream' 'translation-update-vi' 'translation-update-zh_CN' 'translation-update-zh_TW' 'translator' 'translator-lang' 'transmageddon' 'transmageddon-lang' 'transmission' 'transmission-common' 'transmission-daemon' 'transmission-gtk' 'transmission-gtk-lang' 'transmission-qt' 'transmission-qt-lang' 'transmission-sequential' 'transmission-sequential' 'transmission-sequential-cli' 'transmission-sequential-common' 'transmission-sequential-daemon' 'transmission-sequential-gtk' 'transmission-sequential-qt' 'transset' 'tre' 'tre-devel' 'tre-lang' 'treelayout' 'treelayout-demo' 'treelayout-javadoc' 'treeline' 'trello-full-backup' 'trigger-rally' 'trigger-rally-data' 'triggerhappy' 'trilead-ssh2' 'trilead-ssh2-javadoc' 'trilinos-devel' 'trilinos-doc' 'trilinos-gnu-mpich-hpc-devel' 'trilinos-gnu-mvapich2-hpc-devel' 'trilinos-gnu-openmpi2-hpc-devel' 'trilinos-gnu-openmpi3-hpc-devel' 'trilinos-gnu-openmpi4-hpc-devel' 'trilinos-hpc-doc' 'trilinos-openmpi2-devel' 'trilinos_12_14_1-gnu-mpich-hpc-devel' 'trilinos_12_14_1-gnu-mvapich2-hpc-devel' 'trilinos_12_14_1-gnu-openmpi2-hpc-devel' 'trilinos_12_14_1-gnu-openmpi3-hpc-devel' 'trilinos_12_14_1-gnu-openmpi4-hpc-devel' 'trilinos_12_14_1-hpc-doc' 'trinity' 'tripwire' 'trojita' 'trojita' 'trojita-debuginfo' 'trojita-debugsource' 'trousers' 'trousers-devel' 'trustedgrub2' 'trustedgrub2-i386-pc' 'truth' 'truth-javadoc' 'trytond' 'trytond_account' 'trytond_account_invoice' 'trytond_account_invoice_stock' 'trytond_account_product' 'trytond_company' 'trytond_country' 'trytond_currency' 'trytond_party' 'trytond_product' 'trytond_purchase' 'trytond_purchase_request' 'trytond_stock' 'trytond_stock_lot' 'trytond_stock_supply' 'tsctp' 'tslib' 'tslib-devel' 'tslib-devel-32bit' 'tslib-plugins' 'tsung' 'ttaenc' 'ttaenc' 'ttaenc-debuginfo' 'ttaenc-debugsource' 'ttf-converter' 'ttf2pt1' 'tudu' 'tuigreet' 'tuimoji' 'tuladha-jejeg-fonts' 'tumbler' 'tumbler-devel' 'tumbler-doc' 'tumbler-folder-thumbnailer' 'tumbler-lang' 'tumbler-webp-thumbnailer' 'tumbleweed-cli' 'tunapie' 'tunapie' 'tunctl' 'tuned-gtk' 'tuned-profiles-atomic' 'tuned-profiles-nfv' 'tuned-profiles-oracle' 'tuned-profiles-realtime' 'tuned-profiles-sap' 'tuned-profiles-sap-hana' 'tuned-utils' 'tuned-utils-systemtap' 'tup' 'tup-doc' 'tupitube' 'tupitube-plugins' 'turing' 'turing' 'turing-debuginfo' 'turing-debugsource' 'turing-devel' 'tuxcursors' 'tuxguitar' 'tuxpaint' 'tuxpaint-config' 'tuxpaint-config-lang' 'tuxpaint-devel' 'tuxpaint-stamps' 'tuxpaint-stamps-animals' 'tuxpaint-stamps-clothes' 'tuxpaint-stamps-food' 'tuxpaint-stamps-hobbies' 'tuxpaint-stamps-household' 'tuxpaint-stamps-medical' 'tuxpaint-stamps-military' 'tuxpaint-stamps-naturalforces' 'tuxpaint-stamps-people' 'tuxpaint-stamps-plants' 'tuxpaint-stamps-seasonal' 'tuxpaint-stamps-space' 'tuxpaint-stamps-sports' 'tuxpaint-stamps-symbols' 'tuxpaint-stamps-town' 'tuxpaint-stamps-vehicles' 'tv-common' 'tv-fonts' 'tvbrowser' 'tvheadend' 'tvm-devel' 'tvnamer' 'tvnamer' 'tvtime' 'tvtime-lang' 'tweeny' 'tweeny-devel' 'twemoji-color-font' 'twemoji-color-font' 'twilio-utils' 'twin' 'twind' 'twinkle' 'twm' 'twolame' 'twups' 'txt2man' 'tycho' 'tycho-javadoc' 'typelib-1_0-Accounts-1_0' 'typelib-1_0-AccountsService-1_0' 'typelib-1_0-Amtk-5' 'typelib-1_0-Anjuta-3_0' 'typelib-1_0-AppIndicator-0_1' 'typelib-1_0-AppStream-1.0' 'typelib-1_0-AppStreamGlib-1_0' 'typelib-1_0-AtrilDocument-1_5_0' 'typelib-1_0-AtrilView-1_5_0' 'typelib-1_0-Atspi-2_0' 'typelib-1_0-Avahi-0_6' 'typelib-1_0-AyatanaIdo3-0_4' 'typelib-1_0-Babl-0_1' 'typelib-1_0-Bamf-3_0' 'typelib-1_0-BlockDev-2_0' 'typelib-1_0-BraseroBurn-3_2_0' 'typelib-1_0-BraseroMedia-3_2_0' 'typelib-1_0-Budgie-1_0' 'typelib-1_0-BuzztraxCore-1_1' 'typelib-1_0-BuzztraxCore-1_1-32bit' 'typelib-1_0-BuzztraxIc-1_1' 'typelib-1_0-BuzztraxIc-1_1-32bit' 'typelib-1_0-CMenu-3_0' 'typelib-1_0-Caja-2_0' 'typelib-1_0-Camel-1_2' 'typelib-1_0-Caribou-1_0' 'typelib-1_0-Champlain-0_12' 'typelib-1_0-Cheese-3_0' 'typelib-1_0-CinnamonDesktop-3_0' 'typelib-1_0-CjsPrivate-1_0' 'typelib-1_0-CloudProviders-0_3_0' 'typelib-1_0-Clutter-1_0' 'typelib-1_0-ClutterGst-3_0' 'typelib-1_0-Cogl-1_0' 'typelib-1_0-Cogl-2_0' 'typelib-1_0-CoglPango-1_0' 'typelib-1_0-CoglPango-2_0' 'typelib-1_0-Colord-1_0' 'typelib-1_0-ColordGtk-1_0' 'typelib-1_0-Colorhug-1_0' 'typelib-1_0-CryptUI-0_0' 'typelib-1_0-Cvc-1_0' 'typelib-1_0-Dbusmenu-0_4' 'typelib-1_0-DbusmenuGtk-0_4' 'typelib-1_0-DbusmenuGtk3-0_4' 'typelib-1_0-Devhelp-3_0' 'typelib-1_0-Dmap-4_0' 'typelib-1_0-EBackend-1_2' 'typelib-1_0-EBook-1_2' 'typelib-1_0-EBookContacts-1_2' 'typelib-1_0-ECal-2_0' 'typelib-1_0-EDataBook-1_2' 'typelib-1_0-EDataCal-2_0' 'typelib-1_0-EDataServer-1_2' 'typelib-1_0-EDataServerUI-1_2' 'typelib-1_0-Eek-0_90' 'typelib-1_0-Entangle-0_1' 'typelib-1_0-Eom-1_0' 'typelib-1_0-EvinceDocument-3_0' 'typelib-1_0-EvinceView-3_0' 'typelib-1_0-FPrint-2_0' 'typelib-1_0-Farstream-0_2' 'typelib-1_0-Fcitx-1_0' 'typelib-1_0-Folks-0_6' 'typelib-1_0-FolksEds-0_6' 'typelib-1_0-FolksTelepathy-0_6' 'typelib-1_0-FolksTracker-0_6' 'typelib-1_0-FwupdPlugin-1_0' 'typelib-1_0-GCab-1_0' 'typelib-1_0-GData-0_0' 'typelib-1_0-GES-1_0' 'typelib-1_0-GExiv2-0_10' 'typelib-1_0-GFBGraph-0_2' 'typelib-1_0-GMenu-3_0' 'typelib-1_0-GMime-3_0' 'typelib-1_0-GOffice-0_10' 'typelib-1_0-GPaste-1_0' 'typelib-1_0-GSSDP-1_0' 'typelib-1_0-GSound-1_0' 'typelib-1_0-GTop-2_0' 'typelib-1_0-GUPnP-1_0' 'typelib-1_0-GUPnPAV-1_0' 'typelib-1_0-GUPnPDLNA-2_0' 'typelib-1_0-GUPnPDLNAGst-2_0' 'typelib-1_0-GUPnPIgd-1_0' 'typelib-1_0-GUdev-1_0' 'typelib-1_0-GUsb-1_0' 'typelib-1_0-GVncPulse-1_0' 'typelib-1_0-GWeather-3_0' 'typelib-1_0-GXPS-0_1' 'typelib-1_0-Gck-1' 'typelib-1_0-Gcr-3' 'typelib-1_0-GcrUi-3' 'typelib-1_0-Gda-5_0' 'typelib-1_0-Gdaui-5_0' 'typelib-1_0-GdkPixdata-2_0' 'typelib-1_0-Gdl-3' 'typelib-1_0-Gdm-1_0' 'typelib-1_0-Gee-0_8' 'typelib-1_0-Gee-1_0' 'typelib-1_0-Gegl-0_4' 'typelib-1_0-Geoclue-2_0' 'typelib-1_0-GeocodeGlib-1_0' 'typelib-1_0-Gepub-0_6' 'typelib-1_0-Ggit-1_0' 'typelib-1_0-Gitg-1_0' 'typelib-1_0-GitgExt-1_0' 'typelib-1_0-GjsPrivate-1_0' 'typelib-1_0-Gkbd-3_0' 'typelib-1_0-Gladeui-2_0' 'typelib-1_0-GnomeAutoar-0_1' 'typelib-1_0-GnomeAutoarGtk-0_1' 'typelib-1_0-GnomeBluetooth-1_0' 'typelib-1_0-GoVirt-1_0' 'typelib-1_0-Goa-1_0' 'typelib-1_0-Gom-1_0' 'typelib-1_0-GooCanvas-2_0' 'typelib-1_0-Govf-0_1' 'typelib-1_0-Granite-1_0' 'typelib-1_0-Grl-0_3' 'typelib-1_0-GrlNet-0_3' 'typelib-1_0-GrlPls-0_3' 'typelib-1_0-Grss-0_7' 'typelib-1_0-Gsf-1' 'typelib-1_0-Gspell-1' 'typelib-1_0-Gst-1_0-32bit' 'typelib-1_0-GstAllocators-1_0' 'typelib-1_0-GstApp-1_0' 'typelib-1_0-GstAudio-1_0' 'typelib-1_0-GstGL-1_0' 'typelib-1_0-GstInsertBin-1_0' 'typelib-1_0-GstMpegts-1_0' 'typelib-1_0-GstPbutils-1_0' 'typelib-1_0-GstPlayer-1_0' 'typelib-1_0-GstRtp-1_0' 'typelib-1_0-GstRtsp-1_0' 'typelib-1_0-GstRtspServer-1_0' 'typelib-1_0-GstSdp-1_0' 'typelib-1_0-GstTag-1_0' 'typelib-1_0-GstTranscoder-1_0' 'typelib-1_0-GstValidate-1_0' 'typelib-1_0-GstVideo-1_0' 'typelib-1_0-GstWebRTC-1_0' 'typelib-1_0-Gtd-1_0' 'typelib-1_0-Gtk-2_0' 'typelib-1_0-Gtk-4_0' 'typelib-1_0-GtkClutter-1_0' 'typelib-1_0-GtkFrdp-0_1' 'typelib-1_0-GtkLayerShell-0_1' 'typelib-1_0-GtkSource-3_0' 'typelib-1_0-GtkSpell-3_0' 'typelib-1_0-Gucharmap-2_90' 'typelib-1_0-Handy-0_0' 'typelib-1_0-Handy-1_0' 'typelib-1_0-Hinawa-2_0' 'typelib-1_0-IBus-1_0' 'typelib-1_0-ICal-3_0' 'typelib-1_0-ICalGLib-3_0' 'typelib-1_0-Ido3-0_1' 'typelib-1_0-Jcat-1_0' 'typelib-1_0-Jsonrpc-1_0' 'typelib-1_0-Keybinder-0_0' 'typelib-1_0-Keybinder-3_0' 'typelib-1_0-Libags-3_0' 'typelib-1_0-Libmsi-1_0' 'typelib-1_0-LibvirtGConfig-1_0' 'typelib-1_0-LibvirtGObject-1_0' 'typelib-1_0-LibvirtSandbox-1_0' 'typelib-1_0-LightDM-1' 'typelib-1_0-LunarCalendar-3_0' 'typelib-1_0-LunarDate-3_0' 'typelib-1_0-Manette-0_2-0' 'typelib-1_0-MateDesktop-2_0' 'typelib-1_0-MateMenu-2_0' 'typelib-1_0-MatePanelApplet-4_0' 'typelib-1_0-Matekbd-1_0' 'typelib-1_0-Mbim-1_0' 'typelib-1_0-MediaArt-2_0' 'typelib-1_0-Midori-0_6' 'typelib-1_0-ModemManager-1_0' 'typelib-1_0-Modulemd-2_0' 'typelib-1_0-Muffin-0_0' 'typelib-1_0-MyPaint-1_6' 'typelib-1_0-MyPaintGegl-1_6' 'typelib-1_0-NMA-1_0' 'typelib-1_0-Nautilus-3_0' 'typelib-1_0-Nemo-3_0' 'typelib-1_0-OSTree-1_0' 'typelib-1_0-OsmGpsMap-1_0' 'typelib-1_0-PackageKitGlib-1_0' 'typelib-1_0-Peas-1_0' 'typelib-1_0-PeasGtk-1_0' 'typelib-1_0-Playerctl-2_0_1' 'typelib-1_0-Pluma-1_0' 'typelib-1_0-Polari-1_0' 'typelib-1_0-Polkit-1_0' 'typelib-1_0-Poppler-0_18' 'typelib-1_0-Rest-0_7' 'typelib-1_0-Retro-0_14-0' 'typelib-1_0-Rsvg-2_0' 'typelib-1_0-RygelCore-2_6' 'typelib-1_0-RygelRenderer-2_6' 'typelib-1_0-RygelRendererGst-2_6' 'typelib-1_0-RygelServer-2_6' 'typelib-1_0-Secret-1' 'typelib-1_0-Signon-2_0' 'typelib-1_0-Skk-1_0' 'typelib-1_0-TelepathyFarstream-0_6' 'typelib-1_0-TelepathyGlib-0_12' 'typelib-1_0-TelepathyLogger-0_2' 'typelib-1_0-Template-1_0' 'typelib-1_0-Tepl-4' 'typelib-1_0-Thunarx-3_0' 'typelib-1_0-TimezoneMap-1_0' 'typelib-1_0-TotemPlParser-1_0' 'typelib-1_0-Tracker-2_0' 'typelib-1_0-Tracker-3_0' 'typelib-1_0-TrackerControl-2_0' 'typelib-1_0-TrackerMiner-2_0' 'typelib-1_0-UDisks-2_0' 'typelib-1_0-Uhm-0_0' 'typelib-1_0-Unique-1_0' 'typelib-1_0-UpowerGlib-1_0' 'typelib-1_0-Urfkill-0_0' 'typelib-1_0-Vips-8_10' 'typelib-1_0-WebKit2WebExtension-4_0' 'typelib-1_0-Wnck-1_0' 'typelib-1_0-Wnck-3_0' 'typelib-1_0-Workrave-1_0' 'typelib-1_0-XApp-1_0' 'typelib-1_0-Xkl-1_0' 'typelib-1_0-Xmlb-1_0' 'typelib-1_0-XplayerPlParser-1_0' 'typelib-1_0-XreaderDocument-1_5' 'typelib-1_0-XreaderView-1_5' 'typelib-1_0-Zpj-0_0' 'typelib-1_0-kkc-1_0' 'typelib-1_0-libdazzle-1_0' 'typelib-1_0-libmirage-3_2' 'typelib-1_0-libxfce4util-1_0' 'typesafe-config' 'typesafe-config-javadoc' 'tzdb' 'u-boot-tools' 'u2f-host' 'u2f-server' 'u3-tool' 'uacme' 'uae' 'uae' 'uae-debuginfo' 'uae-debugsource' 'ubi_reader' 'ubuntu-fonts' 'ubuntu-mate-icon-theme' 'ubuntu-mate-wallpapers' 'ubuntu-mono-icon-theme' 'uchardet' 'ucl-devel' 'ucm' 'ucommon' 'ucommon-devel' 'ucpp' 'ucpp-devel' 'udav' 'udev-browse' 'udev-persistent-ifnames' 'udftools' 'udhcp' 'udiskie' 'udiskie-lang' 'udns' 'udns-devel' 'udp2raw-tunnel' 'udpa-source' 'udpspeeder' 'udtrace' 'ufiformat' 'ufraw' 'ufraw-lang' 'uftpd' 'uget' 'uget-integrator' 'uget-lang' 'ugrep' 'uhd-devel' 'uhd-doc' 'uhd-firmware' 'uhd-udev' 'uhttpmock-devel' 'uhubctl' 'uid_wrapper' 'uim' 'uim-32bit' 'uim-devel' 'uim-gtk2' 'uim-gtk2-32bit' 'uim-gtk3' 'uim-gtk3-32bit' 'uim-qt5' 'uim-qt5-32bit' 'uima-parent-pom' 'uima-pear-maven-plugin' 'uimaj' 'uimaj-javadoc' 'uisp' 'ulfius-devel' 'ullae-veliyae' 'ulogd' 'ulogd-mysql' 'ulogd-pcap' 'ulogd-pgsql' 'ulogd-sqlite3' 'ultimatestunts' 'ultimatestunts-data' 'umbrello' 'umbrello-lang' 'umoci' 'un-fonts' 'unbound' 'unbound-devel' 'unbound-munin' 'unclutter' 'uncommons-maths' 'uncommons-maths-javadoc' 'uncrustify' 'unetbootin' 'unibilium-devel' 'unicode-blocks' 'unicode-emoji' 'unicode-ucd' 'unicode-ucd-unihan' 'unifdef' 'unifraktur-fonts' 'unionfs-fuse' 'uniraum' 'uniraum' 'uniraum-debuginfo' 'uniraum-debugsource' 'uniraum-devel' 'unison' 'unit-api' 'unit-api-javadoc' 'units' 'unittest-cpp-devel' 'universal-ctags' 'univocity-parsers' 'univocity-parsers-javadoc' 'unixODBC-32bit' 'unixODBC-devel' 'unixODBC-devel-32bit' 'unknown-horizons' 'unknown-horizons-lang' 'unmass' 'unoconv' 'unpaper' 'unrar_wrapper' 'unrtf' 'unrtf' 'unrtf-debuginfo' 'unrtf-debugsource' 'unshield' 'unshield-devel' 'unzip-rcc' 'unzix' 'uom-lib' 'uom-lib-assertj' 'uom-lib-common' 'uom-lib-javadoc' 'uom-parent' 'upb-devel' 'update-bootloader-rpm-macros' 'update-checker' 'update-test-32bit-pkg' 'update-test-32bit-pkg' 'update-test-32bit-pkg-32bit' 'update-test-affects-package-manager' 'update-test-affects-package-manager' 'update-test-broken' 'update-test-feature' 'update-test-feature' 'update-test-interactive' 'update-test-optional' 'update-test-optional' 'update-test-reboot-needed' 'update-test-reboot-needed' 'update-test-relogin-suggested' 'update-test-relogin-suggested' 'update-test-retracted' 'update-test-security' 'update-test-security' 'update-test-trivial' 'update-test-trivial' 'update-test-trivial' 'update_test' 'uperf' 'upm-devel' 'upsm' 'upx' 'uranium' 'uranium-firmware-lulzbot' 'uranium-lulzbot' 'urbanlightscape' 'urfkill' 'urh' 'uriparser' 'uriparser-devel' 'uriparser-doc' 'urlscan' 'urlview' 'urlwatch' 'urxvt-font-size' 'urxvt-perls' 'us428control' 'usbauth' 'usbauth-notifier' 'usbguard' 'usbguard-devel' 'usbguard-tools' 'usbprog' 'usbprog-devel' 'usbprog-gui' 'usbredir' 'usbredir-devel' 'usbsdmux-udev' 'usbtop' 'usbview' 'usnic_tools' 'usrp-firmware' 'usrp-tools' 'usx2yloader' 'utempter-devel' 'utempter-devel-32bit' 'utf8proc-devel' 'utfcpp-devel' 'uthash-devel' 'util-macros-devel' 'utils-libnfs' 'utox' 'uucp' 'uucp-xinetd' 'uudeview' 'uuid-devel' 'uuidd' 'uvcdynctrl' 'uwac0-0-devel' 'uwsc' 'uwsgi' 'uwsgi-emperor_pg' 'uwsgi-emperor_zeromq' 'uwsgi-gevent' 'uwsgi-glusterfs' 'uwsgi-greenlet' 'uwsgi-jvm' 'uwsgi-ldap' 'uwsgi-libffi' 'uwsgi-logzmq' 'uwsgi-lua' 'uwsgi-pam' 'uwsgi-php7' 'uwsgi-psgi' 'uwsgi-pypy' 'uwsgi-python' 'uwsgi-python3' 'uwsgi-sqlite3' 'uwsgi-xslt' 'v2ray-core' 'v3d-flow-builder' 'v3d-flow-builder' 'v3d-flow-builder-debuginfo' 'v3d-flow-builder-debugsource' 'v4l-conf' 'v4l-tools' 'v4l-utils' 'v4l-utils-devel-tools' 'v4l-utils-lang' 'v4l2loopback-kmp-default' 'v4l2loopback-kmp-pae' 'v4l2loopback-utils' 'vacation' 'vacuum-im' 'vacuum-im-devel' 'vacuum-im-lang' 'vacuum-im-plugins-dbusnotifications' 'vacuum-im-plugins-gmailnotify' 'vacuum-im-plugins-spellchecker' 'vacuum-im-plugins-statistics' 'vacuum-im-plugins-usermood' 'vacuum-im-plugins-usertune' 'vagrant' 'vagrant-bash-completion' 'vagrant-doc' 'vagrant-emacs' 'vagrant-libvirt' 'vagrant-libvirt-doc' 'vagrant-sshfs' 'vagrant-sshfs-doc' 'vagrant-sshfs-testsuite' 'vagrant-vim' 'vala' 'vala-cmake-modules' 'vala-panel' 'vala-panel-appmenu-lang' 'vala-panel-devel' 'vala-panel-extras-battery' 'vala-panel-extras-gtop' 'vala-panel-extras-lang' 'vala-panel-extras-volume' 'vala-panel-extras-weather' 'vala-panel-extras-xkb' 'vala-panel-extras-xkb-flags' 'vala-panel-lang' 'vala-panel-plugin-appmenu' 'vala-panel-plugin-sntray' 'vala-panel-plugin-sntray-lang' 'vala-panel-plugins-base' 'vala-panel-plugins-wnck' 'vala-panel-runner' 'valadoc' 'valadoc-doclet-devhelp' 'valadoc-doclet-gtkdoc' 'valadoc-doclet-html' 'valgrind' 'valgrind-32bit' 'valgrind-client-headers' 'valgrind-devel' 'vamp-aubio-plugins' 'vamp-aubio-plugins' 'vamp-aubio-plugins-debuginfo' 'vamp-aubio-plugins-debugsource' 'vamp-libxtract-plugins' 'vamp-libxtract-plugins' 'vamp-libxtract-plugins-debuginfo' 'vamp-libxtract-plugins-debugsource' 'vamp-match-plugin' 'vamp-match-plugin' 'vamp-match-plugin-debuginfo' 'vamp-match-plugin-debugsource' 'vamp-mazurka-plugins' 'vamp-mazurka-plugins' 'vamp-mazurka-plugins-debuginfo' 'vamp-mazurka-plugins-debugsource' 'vamp-plugin-sdk' 'vamp-plugin-sdk-devel' 'vamp-plugin-tester' 'vamp-plugin-tester' 'vamp-plugin-tester-debuginfo' 'vamp-plugin-tester-debugsource' 'vamp-qm-plugins' 'vamp-qm-plugins' 'vamp-qm-plugins-debuginfo' 'vamp-qm-plugins-debugsource' 'vamps' 'vamps' 'vamps-debugsource' 'vapoursynth-devel' 'vapoursynth-plugin-eedi3' 'vapoursynth-plugin-imwri' 'vapoursynth-plugin-miscfilters' 'vapoursynth-plugin-morpho' 'vapoursynth-plugin-ocr' 'vapoursynth-plugin-removegrain' 'vapoursynth-plugin-subtext' 'vapoursynth-plugin-vinverse' 'vapoursynth-plugin-vivtc' 'vapoursynth-tools' 'variety' 'varnish' 'varnish-devel' 'vboot' 'vbrfix' 'vcdimager' 'vcdimager-devel' 'vclt-tools' 'vclt-tools' 'vcron' 'vcsh' 'vcsh-zsh-completion' 'vde2' 'vde2-cryptcab' 'vde2-slirp' 'ved' 'velero' 'velocity' 'velocity-demo' 'velocity-javadoc' 'velocity-manual' 'velum-branding' 'verilator' 'verilator-devel' 'verilator-doc' 'verilator-doc-pdf' 'verilator-examples' 'veusz' 'veyon' 'vfontas' 'vgrabbj' 'vgrep' 'vhba-kmp-default' 'vhba-kmp-pae' 'vhostmd' 'vidcutter' 'videoporama' 'videoporama' 'vido' 'vido-lang' 'viewnior' 'viewnior-lang' 'viewres' 'vifm' 'vifm-colors' 'vigra-devel' 'vilistextum' 'vim-bootstrap' 'vim-completion-golang' 'vim-fzf' 'vim-icinga2' 'vim-plugin-NERDcommenter' 'vim-plugin-NERDtree' 'vim-plugin-a' 'vim-plugin-ack' 'vim-plugin-align' 'vim-plugin-bufexplorer' 'vim-plugin-calendar' 'vim-plugin-colorschemes' 'vim-plugin-colorsel' 'vim-plugin-conky' 'vim-plugin-devhelp' 'vim-plugin-diffchanges' 'vim-plugin-editorconfig' 'vim-plugin-fugitive' 'vim-plugin-gitdiff' 'vim-plugin-gnupg' 'vim-plugin-latex' 'vim-plugin-locateopen' 'vim-plugin-matrix' 'vim-plugin-minibufexpl' 'vim-plugin-multiplesearch' 'vim-plugin-neomutt' 'vim-plugin-nginx' 'vim-plugin-powerline' 'vim-plugin-project' 'vim-plugin-quilt' 'vim-plugin-rails' 'vim-plugin-salt' 'vim-plugin-searchcomplete' 'vim-plugin-showmarks' 'vim-plugin-snipmate' 'vim-plugin-supertab' 'vim-plugin-taglist' 'vim-plugin-tlib' 'vim-plugin-tregisters' 'vim-plugin-tselectbuffer' 'vim-plugin-tselectfiles' 'vim-plugin-utl' 'vim-plugin-vimwiki' 'vim-plugin-zoomwin' 'vim-small' 'vimb' 'vimpc' 'vimpc' 'vimpc-debuginfo' 'vimpc-debugsource' 'vinagre' 'vinagre-lang' 'vino' 'vino-lang' 'vips-doc' 'vips-tools' 'virglrenderer-devel' 'virglrenderer-test-server' 'virt-sandbox' 'virt-top' 'virtme' 'virtualbox' 'virtualbox-devel' 'virtualbox-guest-desktop-icons' 'virtualbox-guest-source' 'virtualbox-guest-tools' 'virtualbox-guest-x11' 'virtualbox-host-source' 'virtualbox-kmp-default' 'virtualbox-qt' 'virtualbox-vnc' 'virtualbox-websrv' 'viruskiller' 'vis' 'visio2svg-conv' 'vit' 'vitetris' 'vivaldi' 'vivaldi' 'vkbasalt' 'vkd3d-devel' 'vkd3d-devel-32bit' 'vkeybd' 'vkmark' 'vkquake' 'vlc' 'vlc-beta' 'vlc-beta' 'vlc-beta-debuginfo' 'vlc-beta-debugsource' 'vlc-beta-devel' 'vlc-beta-noX' 'vlc-beta-noX-debuginfo' 'vlc-beta-noX-lang' 'vlc-beta-qt' 'vlc-beta-qt-debuginfo' 'vlc-codec-gstreamer-debuginfo' 'vlc-codecs-debuginfo' 'vlc-debuginfo' 'vlc-debugsource' 'vlc-devel' 'vlc-jack' 'vlc-jack-debuginfo' 'vlc-lang' 'vlc-noX-debuginfo' 'vlc-opencv-debuginfo' 'vlc-qt-debuginfo' 'vlc-vdpau-debuginfo' 'vlgothic-fonts' 'vlmc' 'vlmc' 'vlmc-debuginfo' 'vlmc-debugsource' 'vm-dump-metrics' 'vmmlib' 'vmmlib-debugsource' 'vmmlib-devel' 'vmmlib-doc' 'vmpk' 'vmpk' 'vmpk-debuginfo' 'vmpk-debugsource' 'vms-empire' 'vmtouch' 'vncmanager' 'vncmanager-controller' 'vncmanager-controller-gnome' 'vncmanager-greeter' 'vnote' 'vnstat' 'vnstat-cgi' 'vo-aacenc' 'vo-aacenc-debugsource' 'vo-amrwbenc' 'vo-amrwbenc-debugsource' 'vobcopy' 'vobcopy' 'vobcopy-debuginfo' 'vobcopy-debugsource' 'vocal' 'vocal-lang' 'vodovod' 'voikkospell' 'vokoscreenNG' 'volatility3' 'volk' 'volk-devel' 'volk_modtool' 'vollkorn-fonts' 'vorbisgain' 'voro++' 'voro++-devel' 'vorta' 'votca-csg' 'votca-csg-bash' 'votca-csg-common' 'votca-csg-devel' 'votca-csg-doc' 'votca-csg-tutorials' 'votca-csgapps' 'votca-ctp' 'votca-ctp-common' 'votca-ctp-devel' 'votca-ctp-doc' 'votca-tools' 'votca-tools-devel' 'votca-xtp' 'votca-xtp-common' 'votca-xtp-devel' 'voxelands' 'vpcs' 'vpnc' 'vpx-tools' 'vsftpd' 'vsqlite++-devel' 'vst-lsp-plugins' 'vtable-dumper' 'vtcl' 'vte-devel' 'vte-tools' 'vtk-devel' 'vtk-java' 'vtk-openmpi1-devel' 'vtk-openmpi1-java' 'vtk-openmpi1-qt' 'vtk-openmpi2-devel' 'vtk-openmpi2-java' 'vtk-openmpi2-qt' 'vtk-openmpi3-devel' 'vtk-openmpi3-java' 'vtk-openmpi3-qt' 'vtk-qt' 'vtkdata' 'vulkan-devel' 'vulkan-devel-32bit' 'vulkan-headers' 'vulkan-validationlayers' 'vulkan-validationlayers-devel' 'vym' 'w3c-markup-validator' 'w3c-markup-validator-libs' 'w3mir' 'w_scan' 'wadptr' 'waffle' 'waffle-devel' 'wallpapers-openSUSE-extra' 'wallstreet' 'wang-fonts' 'warewulf-cluster' 'warewulf-common' 'warewulf-doc' 'warewulf-nhc' 'warewulf-provision' 'warewulf-provision-i386-initramfs' 'warewulf-provision-ipxe-images' 'warewulf-provision-server' 'warewulf-provision-x86_64-initramfs' 'warewulf-vnfs' 'warzone2100' 'warzone2100-data' 'watchman' 'watson' 'watson-bash-completion' 'watson-fish-completion' 'watson-zsh-completion' 'wavemon' 'wavpack' 'wavpack-devel' 'waybar' 'waybar-branding-openSUSE' 'waybar-branding-upstream' 'wayland-devel' 'wayland-devel-32bit' 'wayland-protocols-devel' 'wayland-utils' 'waylandpp' 'waylandpp-devel' 'wayvnc' 'wbxml2-tools' 'wcd' 'wcslib-devel' 'wcslib-doc' 'wcslib-tools' 'wdiff' 'wdiff-lang' 'weave-k8s-yaml' 'weave-kube' 'weave-npc' 'webalizer' 'webalizer-flags' 'webcamoid' 'webcamoid-devel' 'webdot' 'webenginepart' 'webkit-jsc-4' 'webkit2gtk3-devel' 'webkit2gtk3-minibrowser' 'weblate' 'weblate-doc' 'websocketpp-devel' 'webvfx' 'webvfx-devel' 'webvfx-module' 'weechat' 'weechat-devel' 'weechat-lang' 'weechat-lua' 'weechat-perl' 'weechat-python' 'weechat-ruby' 'weechat-spell' 'weechat-tcl' 'weld-parent' 'werken-xpath' 'werken-xpath-javadoc' 'wesnoth' 'wesnoth-campaign-server' 'wesnoth-data' 'wesnoth-fslayout' 'wesnoth-server' 'weston' 'weston-devel' 'wget-lang' 'wget2' 'wgetpaste' 'whatmp3' 'whatmp3' 'whatmp3-debugsource' 'when-command' 'when-command-lang' 'whfc' 'whipper' 'whohas' 'widelands' 'widelands-data' 'widelands-debug' 'wiggle' 'wiiuse-devel' 'wildmidi' 'wildmidi-devel' 'wimlib-devel' 'wimtools' 'wine' 'wine-32bit' 'wine-devel' 'wine-devel-32bit' 'wine-nine-standalone' 'wine-nine-standalone-32bit' 'wine-staging-devel' 'wine-staging-devel-32bit' 'wineasio' 'wineasio' 'wineasio-32bit' 'wineasio-32bit-debuginfo' 'wineasio-debuginfo' 'wineasio-debugsource' 'winff' 'winff' 'winff-debuginfo' 'winff-debugsource' 'winff-lang' 'winpr2-devel' 'winrs' 'wipe' 'wireshark' 'wireshark-devel' 'wireshark-plugin-libvirt' 'wireshark-ui-qt' 'withlock' 'wizznic' 'wkhtmltopdf' 'wkhtmltopdf-devel' 'wl-clipboard' 'wl-clipboard-bash-completion' 'wl-clipboard-zsh-completion' 'wlgreet' 'wlr-randr' 'wlr-sunclock' 'wlroots-devel' 'wm-icons' 'wmpomme' 'wmutils' 'wob' 'woff2-devel' 'wofi' 'wofi-devel' 'wol-udev-rules' 'wondershaper' 'woodstox-core' 'woodstox-core-javadoc' 'wordcut' 'wordcut-devel' 'wordnet' 'wordnet-devel' 'words-british' 'words-canadian' 'workrave' 'workrave-devel' 'wp-cli' 'wpa_supplicant-gui' 'wpan-tools' 'wpebackend-fdo-devel' 'wput' 'wput' 'wput-debuginfo' 'wput-debugsource' 'wput-lang' 'wqy-bitmap-fonts' 'wqy-microhei-fonts' 'wqy-zenhei-fonts' 'wrapsix' 'writerperfect' 'wrk' 'ws-jaxme' 'ws-jaxme-javadoc' 'ws-jaxme-manual' 'wsdl4j' 'wsdl4j-javadoc' 'wslay' 'wslay-devel' 'wsmancli' 'wt' 'wt-devel' 'wumpus' 'wv' 'wv-devel' 'wv2-devel' 'wxEDID' 'wxEphe' 'wxGTK3-3_2-devel' 'wxMaxima' 'wxMaxima-lang' 'wxQt-3_2-devel' 'wxWidgets-3_0-devel' 'wxWidgets-3_0-devel-32bit' 'wxWidgets-3_0-docs' 'wxWidgets-3_0-nostl-devel' 'wxWidgets-3_0-plugin-sound_sdlu-3_0' 'wxWidgets-3_0-plugin-sound_sdlu-3_0-32bit' 'wxWidgets-3_2-devel' 'wxWidgets-3_2-nostl-devel' 'wxWidgets-3_2-plugin-sound_sdlu-3_2' 'wxWidgets-docs' 'wxWidgets-wxcontainer' 'wxWidgets-wxcontainer-compat-lib-config' 'wxWidgets-wxcontainer-debugsource' 'wxWidgets-wxcontainer-devel' 'wxWidgets-wxcontainer-devel-debuginfo' 'wxWidgets-wxcontainer-plugin-sound_sdlu-2_8-wxcontainer' 'wxWidgets-wxcontainer-plugin-sound_sdlu-2_8-wxcontainer-32bit' 'wxWidgets-wxcontainer-plugin-sound_sdlu-2_8-wxcontainer-32bit-debuginfo' 'wxWidgets-wxcontainer-plugin-sound_sdlu-2_8-wxcontainer-debuginfo' 'wxcam' 'wxcam' 'wxcam-debuginfo' 'wxcam-debugsource' 'wxhexeditor' 'wxhexeditor-lang' 'wxlua' 'wxlua-devel' 'wxmp3gain' 'wxmp3gain-lang' 'wxsqlite3-devel' 'wxstedit' 'wxstedit-devel' 'wxsvg' 'wyrmgus' 'wyrmgus-devel' 'wyrmsun' 'x11-japanese-bitmap-fonts' 'x11-video-nvidiaG04' 'x11perf' 'x11vnc' 'x11vnc-frontend' 'x264' 'x264-debuginfo' 'x265' 'x265' 'x265-debuginfo' 'x265-debugsource' 'x2x' 'x3270' 'x86info' 'xalan-c' 'xalan-j2' 'xalan-j2-demo' 'xalan-j2-manual' 'xalan-j2-xsltc' 'xano-mincho-fonts' 'xaos' 'xaos-lang' 'xapian-core' 'xapian-core-doc' 'xapian-core-examples' 'xapps-common' 'xapps-common-lang' 'xapps-mate' 'xar' 'xautolock' 'xautomation' 'xaw3dd' 'xawtv' 'xbacklight' 'xbanish' 'xbase' 'xbase-devel' 'xbase-doc' 'xbean' 'xbean-javadoc' 'xbench' 'xbiff' 'xbindkeys' 'xbitmaps-devel' 'xboard' 'xboard' 'xboard-debuginfo' 'xboard-debugsource' 'xbomb' 'xboxdrv' 'xbrz-devel' 'xbsql' 'xbsql-devel' 'xca' 'xcalc' 'xcalib' 'xcalib-profiles' 'xcb' 'xcb-proto-devel' 'xcb-util-cursor-devel' 'xcb-util-cursor-devel-32bit' 'xcb-util-devel' 'xcb-util-devel-32bit' 'xcb-util-errors-devel' 'xcb-util-image-devel' 'xcb-util-image-devel-32bit' 'xcb-util-keysyms-devel' 'xcb-util-keysyms-devel-32bit' 'xcb-util-renderutil-devel' 'xcb-util-renderutil-devel-32bit' 'xcb-util-wm-devel' 'xcb-util-wm-devel-32bit' 'xcb-util-xrm-devel' 'xcfa' 'xcfa' 'xcfa-debuginfo' 'xcfa-debugsource' 'xcfa-lang' 'xcfun-devel' 'xchm' 'xchm-lang' 'xclass' 'xclass-devel' 'xclipboard' 'xcm' 'xcmsdb' 'xcolors' 'xcompmgr' 'xcoral' 'xcowsay' 'xcursor-themes' 'xcursorgen' 'xdbedizzy' 'xdelta3' 'xdg-desktop-portal-devel' 'xdg-desktop-portal-wlr' 'xdg-user-dirs-gtk' 'xdg-user-dirs-gtk-lang' 'xdiskusage' 'xditview' 'xdm-xsession' 'xdmsc' 'xdotool' 'xdotool-devel' 'xdpyinfo' 'xdriinfo' 'xed' 'xed-devel' 'xed-lang' 'xedit' 'xemacs' 'xemacs-el' 'xemacs-info' 'xemacs-packages' 'xemacs-packages-el' 'xemacs-packages-info' 'xen' 'xen-devel' 'xen-doc-html' 'xen-libs-32bit' 'xen-tools' 'xen-tools-domU' 'xen-tools-xendomains-wait-disk' 'xen_server' 'xen_tools' 'xengine' 'xerces-c' 'xerces-c-doc' 'xerces-j2' 'xerces-j2-demo' 'xerces-j2-javadoc' 'xev' 'xeyes' 'xf86-input-evdev-devel' 'xf86-input-joystick-devel' 'xf86-input-libinput-devel' 'xf86-input-mouse-devel' 'xf86-input-synaptics-devel' 'xf86-input-wacom-devel' 'xf86-video-amdgpu' 'xf86-video-ark' 'xf86-video-ati' 'xf86-video-chips' 'xf86-video-dummy' 'xf86-video-fbturbo' 'xf86-video-fbturbo-live' 'xf86-video-glint' 'xf86-video-i128' 'xf86-video-intel' 'xf86-video-intel-32bit' 'xf86-video-mach64' 'xf86-video-mga' 'xf86-video-neomagic' 'xf86-video-nv' 'xf86-video-openchrome' 'xf86-video-qxl' 'xf86-video-r128' 'xf86-video-savage' 'xf86-video-siliconmotion' 'xf86-video-sis' 'xf86-video-sisusb' 'xf86-video-tdfx' 'xf86-video-tga' 'xf86-video-trident' 'xf86-video-v4l' 'xf86-video-vmware' 'xf86-video-voodoo' 'xf86dga' 'xfburn' 'xfburn-lang' 'xfce' 'xfce4-appfinder' 'xfce4-appfinder-lang' 'xfce4-battery-plugin' 'xfce4-battery-plugin-lang' 'xfce4-calculator-plugin' 'xfce4-calculator-plugin-lang' 'xfce4-clipman-plugin' 'xfce4-clipman-plugin-lang' 'xfce4-cpufreq-plugin' 'xfce4-cpufreq-plugin-lang' 'xfce4-cpugraph-plugin' 'xfce4-cpugraph-plugin-lang' 'xfce4-datetime-plugin' 'xfce4-datetime-plugin-lang' 'xfce4-dev-tools' 'xfce4-dict' 'xfce4-dict-lang' 'xfce4-diskperf-plugin' 'xfce4-diskperf-plugin-lang' 'xfce4-eyes-plugin' 'xfce4-eyes-plugin-lang' 'xfce4-fsguard-plugin' 'xfce4-fsguard-plugin-lang' 'xfce4-genmon-plugin' 'xfce4-genmon-plugin-lang' 'xfce4-mailwatch-plugin' 'xfce4-mailwatch-plugin-lang' 'xfce4-mixer' 'xfce4-mixer-lang' 'xfce4-mixer-plugin' 'xfce4-mount-plugin' 'xfce4-mount-plugin-lang' 'xfce4-mpc-plugin' 'xfce4-mpc-plugin-lang' 'xfce4-netload-plugin' 'xfce4-netload-plugin-lang' 'xfce4-netspeed-plugin' 'xfce4-notes-plugin' 'xfce4-notes-plugin-lang' 'xfce4-notifyd' 'xfce4-notifyd-branding-openSUSE' 'xfce4-notifyd-branding-upstream' 'xfce4-notifyd-lang' 'xfce4-notifyd-theme-adapta' 'xfce4-notifyd-theme-plata' 'xfce4-panel' 'xfce4-panel-branding-openSUSE' 'xfce4-panel-branding-upstream' 'xfce4-panel-devel' 'xfce4-panel-lang' 'xfce4-panel-plugin-appmenu' 'xfce4-panel-plugin-dict' 'xfce4-panel-plugin-sntray' 'xfce4-panel-profiles' 'xfce4-panel-restore-defaults' 'xfce4-places-plugin' 'xfce4-places-plugin-lang' 'xfce4-power-manager' 'xfce4-power-manager-branding-openSUSE' 'xfce4-power-manager-branding-upstream' 'xfce4-power-manager-lang' 'xfce4-power-manager-plugin' 'xfce4-pulseaudio-plugin' 'xfce4-pulseaudio-plugin-lang' 'xfce4-screensaver' 'xfce4-screenshooter' 'xfce4-screenshooter-lang' 'xfce4-screenshooter-plugin' 'xfce4-sensors-plugin' 'xfce4-sensors-plugin-devel' 'xfce4-sensors-plugin-lang' 'xfce4-session' 'xfce4-session-branding-openSUSE' 'xfce4-session-branding-upstream' 'xfce4-session-lang' 'xfce4-settings' 'xfce4-settings-branding-openSUSE' 'xfce4-settings-branding-upstream' 'xfce4-settings-lang' 'xfce4-smartbookmark-plugin' 'xfce4-smartbookmark-plugin-lang' 'xfce4-statusnotifier-plugin' 'xfce4-statusnotifier-plugin-lang' 'xfce4-stopwatch-plugin' 'xfce4-stopwatch-plugin-lang' 'xfce4-systemload-plugin' 'xfce4-systemload-plugin-lang' 'xfce4-taskmanager' 'xfce4-taskmanager-lang' 'xfce4-terminal' 'xfce4-terminal-lang' 'xfce4-time-out-plugin' 'xfce4-time-out-plugin-lang' 'xfce4-timer-plugin' 'xfce4-timer-plugin-lang' 'xfce4-vala' 'xfce4-verve-plugin' 'xfce4-verve-plugin-lang' 'xfce4-wavelan-plugin' 'xfce4-wavelan-plugin-lang' 'xfce4-weather-plugin' 'xfce4-weather-plugin-lang' 'xfce4-whiskermenu-plugin' 'xfce4-whiskermenu-plugin-lang' 'xfce4-xkb-plugin' 'xfce4-xkb-plugin-lang' 'xfconf' 'xfconf-lang' 'xfd' 'xfdashboard' 'xfdashboard-devel' 'xfdashboard-lang' 'xfdashboard-themes' 'xfdesktop' 'xfdesktop-branding-openSUSE' 'xfdesktop-branding-upstream' 'xfdesktop-lang' 'xfig' 'xfishtank' 'xfmpc' 'xfmpc-lang' 'xfontsel' 'xfs' 'xfsdump' 'xfsinfo' 'xfsprogs-devel' 'xfsprogs-scrub' 'xfwm4' 'xfwm4-branding-openSUSE' 'xfwm4-branding-upstream' 'xfwm4-lang' 'xfwm4-theme-adapta' 'xfwm4-theme-plata' 'xfwpcnm' 'xfwpcnm' 'xfwpcnm-debuginfo' 'xfwpcnm-debugsource' 'xgalaga++' 'xgalaga-sdl' 'xgamma' 'xgboost' 'xgboost-javadoc' 'xgboost-predictor' 'xgboost-predictor-javadoc' 'xgc' 'xgrabsc' 'xhfsutil' 'xhtml-dtd' 'xiccd' 'xindy' 'xindy-doc' 'xindy-rules' 'xine-browser-plugin' 'xine-browser-plugin' 'xine-browser-plugin-debuginfo' 'xine-browser-plugin-debugsource' 'xine-lib' 'xine-lib-debugsource' 'xine-skins' 'xine-skins' 'xine-ui' 'xine-ui' 'xine-ui-32bit' 'xine-ui-32bit-debuginfo' 'xine-ui-debuginfo' 'xine-ui-debugsource' 'xinput' 'xiphos' 'xiphos-lang' 'xiterm' 'xjadeo' 'xkbcomp-devel' 'xkbevd' 'xkbprint' 'xkbutils' 'xkeycaps' 'xkill' 'xlatencytop' 'xless' 'xload' 'xlockmore' 'xlogin' 'xlogo' 'xls2csv' 'xlsatoms' 'xlsclients' 'xlsfonts' 'xmag' 'xmahjongg' 'xman' 'xmanja' 'xmgrace' 'xmgrace-devel' 'xmh' 'xmined' 'xml-commons-apis-javadoc' 'xml-commons-apis-manual' 'xml-commons-resolver' 'xml-commons-resolver-javadoc' 'xml-im-exporter' 'xml-im-exporter-javadoc' 'xml-maven-plugin' 'xml-maven-plugin-javadoc' 'xml-security' 'xml-security-c-bin' 'xml-security-javadoc' 'xml2po' 'xml2po-devel' 'xmlb-tool' 'xmlbeans' 'xmlbeans-mini' 'xmlbeans-scripts' 'xmlbird-devel' 'xmldb-api' 'xmldb-api-javadoc' 'xmldb-api-sdk' 'xmldb-common' 'xmlformat' 'xmlgraphics-batik' 'xmlgraphics-batik-css' 'xmlgraphics-batik-demo' 'xmlgraphics-batik-javadoc' 'xmlgraphics-batik-rasterizer' 'xmlgraphics-batik-slideshow' 'xmlgraphics-batik-squiggle' 'xmlgraphics-batik-svgpp' 'xmlgraphics-batik-ttf2svg' 'xmlgraphics-commons' 'xmlgraphics-commons-javadoc' 'xmlgraphics-fop' 'xmlrpc-c-devel' 'xmlsec1' 'xmlsec1-devel' 'xmlsec1-gcrypt-devel' 'xmlsec1-gnutls-devel' 'xmlsec1-nss-devel' 'xmlsec1-openssl-devel' 'xmlstreambuffer' 'xmlstreambuffer-javadoc' 'xmlto' 'xmltoman' 'xmltooling-schemas' 'xmltv' 'xmltv' 'xmltv-grabbers' 'xmlunit' 'xmlunit-javadoc' 'xmobar' 'xmonad' 'xmoontool' 'xmore' 'xmorph' 'xmorph-devel' 'xmoto' 'xmoto-data' 'xmp' 'xmvn' 'xmvn-api' 'xmvn-bisect' 'xmvn-connector-aether' 'xmvn-connector-aether-javadoc' 'xmvn-connector-gradle' 'xmvn-connector-gradle-javadoc' 'xmvn-connector-ivy' 'xmvn-connector-ivy-javadoc' 'xmvn-core' 'xmvn-install' 'xmvn-minimal' 'xmvn-mojo' 'xmvn-mojo-javadoc' 'xmvn-parent' 'xmvn-resolve' 'xmvn-subst' 'xmvn-tools-javadoc' 'xob' 'xom' 'xonotic' 'xonotic-data' 'xonotic-server' 'xonsh' 'xonsh-doc' 'xorg-cf-files' 'xorg-docs' 'xorg-scripts' 'xorg-sgml-doctools' 'xorg-x11' 'xorg-x11-Xvnc-java' 'xorg-x11-Xvnc-novnc' 'xorg-x11-devel' 'xorg-x11-driver-input' 'xorg-x11-libs' 'xorg-x11-server-Xspice' 'xorg-x11-server-sdk' 'xorg-x11-server-source' 'xorg-x11-server-wrapper' 'xorg-x11-util-devel' 'xorgproto-devel' 'xorgxrdp' 'xorriso-tcltk' 'xortool' 'xosd' 'xosd-devel' 'xosview' 'xournal' 'xournalpp' 'xournalpp-lang' 'xpaint' 'xpaint' 'xpaint-debuginfo' 'xpaint-debugsource' 'xpaint-devel' 'xpenguins' 'xpinguin' 'xplanet' 'xplatproviders' 'xplayer' 'xplayer-devel' 'xplayer-lang' 'xplayer-plparser' 'xplayer-plparser-devel' 'xplayer-plparser-lang' 'xplayer-plugins' 'xplsprinters' 'xpp2' 'xpp2-demo' 'xpp2-javadoc' 'xpp2-manual' 'xpp3' 'xpp3-javadoc' 'xpp3-minimal' 'xpr' 'xpra' 'xpra-html5' 'xprehashprinterlist' 'xprintidle' 'xprompt' 'xquarto' 'xrdp' 'xrdp-devel' 'xreader' 'xreader-devel' 'xreader-lang' 'xreader-plugin-comicsdocument' 'xreader-plugin-djvudocument' 'xreader-plugin-dvidocument' 'xreader-plugin-epubdocument' 'xreader-plugin-pdfdocument' 'xreader-plugin-pixbufdocument' 'xreader-plugin-psdocument' 'xreader-plugin-tiffdocument' 'xreader-plugin-xpsdocument' 'xrefresh' 'xrestop' 'xroach' 'xrootd-client' 'xrootd-client-devel' 'xrootd-client-libs' 'xrootd-doc' 'xrootd-fuse' 'xrootd-libs' 'xrootd-libs-devel' 'xrootd-private-devel' 'xrootd-server' 'xrootd-server-devel' 'xrootd-server-libs' 'xsane' 'xscope' 'xscreensaver-data-extra' 'xsd' 'xsd-doc' 'xselection' 'xsession' 'xsetmode' 'xsetpointer' 'xslide' 'xsm' 'xsom' 'xsom-javadoc' 'xsp' 'xstdcmap' 'xstereograph' 'xstream' 'xstream-benchmark' 'xstream-javadoc' 'xstream-parent' 'xstroke' 'xsv' 'xsv-bash-completion' 'xsynth-dssi' 'xsys' 'xsys' 'xsys-debuginfo' 'xsys-debugsource' 'xt7-player-mpv' 'xt7-player-mpv' 'xtables-addons' 'xtables-addons-kmp-default' 'xtables-addons-kmp-pae' 'xtables-geoip' 'xteddy' 'xterm-console' 'xtexit' 'xtl-devel' 'xtrans' 'xtrx-tools' 'xtrx-usb-udev' 'xtrx_lms7002m-devel' 'xtrxdsp-tests' 'xtrxll-tools' 'xv' 'xvfb-run' 'xvid4conf' 'xvid4conf' 'xvid4conf-debuginfo' 'xvid4conf-debugsource' 'xvidcap' 'xvidcap' 'xvidcap-debuginfo' 'xvidcap-debugsource' 'xvidcore' 'xvidcore-debugsource' 'xvidenc' 'xvidenc' 'xvidtune' 'xviewer' 'xviewer-devel' 'xviewer-lang' 'xviewer-plugin-exif-display' 'xviewer-plugin-export-to-folder' 'xviewer-plugin-fit-to-width' 'xviewer-plugin-light-theme' 'xviewer-plugin-map' 'xviewer-plugin-postasa' 'xviewer-plugin-pythonconsole' 'xviewer-plugin-send-by-mail' 'xviewer-plugin-slideshowshuffle' 'xviewer-plugins' 'xviewer-plugins-data' 'xviewer-plugins-lang' 'xvinfo' 'xvkbd' 'xwd' 'xwininfo' 'xwmfs' 'xwud' 'xxhash' 'xxhash-devel' 'xxkb' 'xyconv' 'xyconvert' 'xylib-devel' 'xyscan' 'xyscan-doc' 'xz-devel' 'xz-devel-32bit' 'xz-java' 'xz-java-javadoc' 'xz-static-devel' 'yad' 'yad' 'yad-debuginfo' 'yad-debugsource' 'yaffshiv' 'yaics' 'yajl' 'yakuake' 'yakuake-lang' 'yamagi-quake2' 'yamagi-quake2-ctf' 'yamdi' 'yamdi' 'yamdi-debuginfo' 'yamdi-debugsource' 'yaml-cpp-devel' 'yang-tools' 'yank' 'yara' 'yara-doc' 'yarn' 'yarock' 'yarock' 'yarock-debuginfo' 'yarock-debugsource' 'yarock-lang' 'yarock-mpv' 'yarock-mpv-debuginfo' 'yarock-phonon' 'yarock-phonon-debuginfo' 'yarock-vlc' 'yarock-vlc-debuginfo' 'yaru-icon-theme' 'yasm' 'yasm-devel' 'yast2-adcommon-python' 'yast2-adsi' 'yast2-aduc' 'yast2-audit-laf' 'yast2-boot-server' 'yast2-buildtools' 'yast2-caasp' 'yast2-cluster' 'yast2-configuration-management' 'yast2-core-devel' 'yast2-devtools' 'yast2-dhcp-server' 'yast2-dns-manager' 'yast2-dns-server' 'yast2-docker' 'yast2-drbd' 'yast2-fcoe-client' 'yast2-firstboot' 'yast2-firstboot-wsl' 'yast2-ftp-server' 'yast2-geo-cluster' 'yast2-gpmc' 'yast2-http-server' 'yast2-installation-control' 'yast2-instserver' 'yast2-iplb' 'yast2-iscsi-lio-server' 'yast2-isns' 'yast2-multipath' 'yast2-nfs-server' 'yast2-nis-server' 'yast2-online-update-configuration' 'yast2-pkg-bindings-devel-doc' 'yast2-rdp' 'yast2-rear' 'yast2-rmt' 'yast2-samba-provision' 'yast2-slp-server' 'yast2-squid' 'yast2-testsuite' 'yast2-trans-af' 'yast2-trans-allpacks' 'yast2-trans-ar' 'yast2-trans-ast' 'yast2-trans-bg' 'yast2-trans-bn' 'yast2-trans-bs' 'yast2-trans-ca' 'yast2-trans-cs' 'yast2-trans-cy' 'yast2-trans-da' 'yast2-trans-de' 'yast2-trans-el' 'yast2-trans-en_GB' 'yast2-trans-eo' 'yast2-trans-es' 'yast2-trans-es_AR' 'yast2-trans-et' 'yast2-trans-eu' 'yast2-trans-fa' 'yast2-trans-fi' 'yast2-trans-fr' 'yast2-trans-gl' 'yast2-trans-gu' 'yast2-trans-he' 'yast2-trans-hi' 'yast2-trans-hr' 'yast2-trans-hu' 'yast2-trans-id' 'yast2-trans-it' 'yast2-trans-ja' 'yast2-trans-jv' 'yast2-trans-ka' 'yast2-trans-kab' 'yast2-trans-km' 'yast2-trans-kn' 'yast2-trans-ko' 'yast2-trans-ku' 'yast2-trans-lo' 'yast2-trans-lt' 'yast2-trans-lv' 'yast2-trans-mk' 'yast2-trans-mr' 'yast2-trans-nb' 'yast2-trans-nds' 'yast2-trans-ne' 'yast2-trans-nl' 'yast2-trans-nn' 'yast2-trans-pa' 'yast2-trans-pl' 'yast2-trans-ps' 'yast2-trans-pt' 'yast2-trans-pt_BR' 'yast2-trans-ro' 'yast2-trans-ru' 'yast2-trans-si' 'yast2-trans-sk' 'yast2-trans-sl' 'yast2-trans-sq' 'yast2-trans-sr' 'yast2-trans-sr-latin' 'yast2-trans-sv' 'yast2-trans-sw' 'yast2-trans-ta' 'yast2-trans-tg' 'yast2-trans-th' 'yast2-trans-tr' 'yast2-trans-uk' 'yast2-trans-vi' 'yast2-trans-wa' 'yast2-trans-xh' 'yast2-trans-zh_CN' 'yast2-trans-zh_TW' 'yast2-trans-zu' 'yast2-update-FACTORY' 'yast2-usbauth' 'yast2-ycp-ui-bindings-devel' 'yate' 'yate' 'yate-bts' 'yate-debuginfo' 'yate-debugsource' 'yate-devel' 'yate-scripts' 'yate-with-amrnb' 'yaz' 'yaz-doc' 'yder-devel' 'yecht' 'yecht-javadoc' 'yelp' 'yelp-devel' 'yelp-lang' 'yelp-tools' 'yelp-xsl' 'yishu' 'yishu-lang' 'ykclient' 'ykpers' 'yodl' 'yomi-formula' 'you-get' 'you-get-bash-completion' 'you-get-fish-completion' 'you-get-zsh-completion' 'youtube-dl' 'youtube-dl-fish-completion' 'youtube-dl-gui' 'youtube-dl-gui-lang' 'ypbind' 'ypserv' 'ytree' 'yubico-piv-tool' 'yubikey-manager' 'yubikey-manager-qt' 'yubioath-desktop' 'yudit' 'yum' 'yum-utils' 'z' 'z3' 'z3-devel' 'zabbix-agent' 'zabbix-java-gateway' 'zabbix-phpfrontend' 'zabbix-proxy' 'zabbix-proxy-mysql' 'zabbix-proxy-postgresql' 'zabbix-proxy-sqlite' 'zabbix-server' 'zabbix-server-mysql' 'zabbix-server-postgresql' 'zam-plugins-jack' 'zam-plugins-vst' 'zanshin' 'zanshin' 'zanshin-debuginfo' 'zanshin-debugsource' 'zanshin-lang' 'zathura' 'zathura-bash-completion' 'zathura-devel' 'zathura-fish-completion' 'zathura-lang' 'zathura-plugin-cb' 'zathura-plugin-djvu' 'zathura-plugin-pdf-mupdf' 'zathura-plugin-pdf-poppler' 'zathura-plugin-ps' 'zathura-zsh-completion' 'zaz' 'zbar' 'zbuild' 'zbuild' 'zchunk' 'zd1211-firmware' 'zdbsp' 'zdoom' 'zdoom' 'zdoom-debugsource' 'zeal' 'zelda-roth-se' 'zelda-roth-se' 'zelda-xd2-mercuris-chess' 'zelda-xd2-mercuris-chess' 'zerobranestudio' 'zeromq-devel' 'zfp-devel' 'zhu3d' 'zile' 'zile-doc' 'zim' 'zim-lang' 'zimg-devel' 'zinc' 'zinnia' 'zinnia-devel' 'zinnia-tomoe' 'zipkin-api-source' 'zipkin-cpp-opentracing-devel' 'zipkin-cpp-opentracing-devel-static' 'zita-convolver-devel' 'zita-resampler-devel' 'zita-resampler-tools' 'zlib-devel-32bit' 'zlib-devel-static' 'zlib-devel-static-32bit' 'zlib-testsuite' 'zlibrary-data' 'zlibrary-devel' 'zlibrary0_99' 'zmusic-devel' 'zn_poly-devel' 'znc' 'znc-devel' 'znc-lang' 'znc-perl' 'znc-python3' 'znc-tcl' 'zod' 'zod' 'zod-data' 'zod-debuginfo' 'zod-debugsource' 'zonefs-tools' 'zoo' 'zopfli' 'zp' 'zpaq' 'zramcfg' 'zsdx' 'zsdx' 'zsh-htmldoc' 'zsync' 'zutils' 'zvbi' 'zvbi-devel' 'zvbi-devel-32bit' 'zvbi-lang' 'zxing-cpp-devel' 'zynaddsubfx' 'zynaddsubfx-common' 'zynaddsubfx-dssi' 'zynaddsubfx-lv2' 'zynaddsubfx-vst' 'zypper-changelog-plugin' 'zypper-docker' 'zypper-migration-plugin' 'zziplib-devel' 'zziplib-devel-32bit'
EO:_zypp_not_installed
)}"} )
_zypp_installed=( ${(Q)"${(z)$(<<\EO:_zypp_installed
-'AppStream' 'AppStream-lang' 'ImageMagick' 'ImageMagick-config-7-SUSE' 'Mesa' 'Mesa-32bit' 'Mesa-demo-x' 'Mesa-dri' 'Mesa-dri-32bit' 'Mesa-dri-nouveau' 'Mesa-gallium' 'Mesa-gallium-32bit' 'Mesa-libEGL1' 'Mesa-libGL1' 'Mesa-libGL1-32bit' 'Mesa-libGLESv1_CM1' 'Mesa-libGLESv2-2' 'Mesa-libglapi0' 'Mesa-libglapi0-32bit' 'Mesa-libva' 'ModemManager' 'ModemManager-bash-completion' 'ModemManager-lang' 'MozillaFirefox' 'MozillaFirefox-branding-openSUSE' 'MozillaThunderbird' 'NetworkManager' 'NetworkManager-branding-openSUSE' 'NetworkManager-l2tp' 'NetworkManager-l2tp-lang' 'NetworkManager-lang' 'NetworkManager-openconnect' 'NetworkManager-openconnect-lang' 'NetworkManager-openvpn' 'NetworkManager-openvpn-lang' 'NetworkManager-pptp' 'NetworkManager-pptp-lang' 'PackageKit' 'PackageKit-backend-zypp' 'PackageKit-branding-openSUSE' 'PackageKit-gstreamer-plugin' 'PackageKit-gtk3-module' 'PackageKit-lang' 'aaa_base' 'aaa_base-extras' 'accounts-qml-module' 'accountsservice' 'accountsservice-lang' 'acl' 'acpica' 'adjtimex' 'adobe-sourcecodepro-fonts' 'adobe-sourcesanspro-fonts' 'adobe-sourceserifpro-fonts' 'adwaita-icon-theme' 'akonadi-calendar-lang' 'akonadi-calendar-tools' 'akonadi-calendar-tools-lang' 'akonadi-contact' 'akonadi-contact-lang' 'akonadi-import-wizard' 'akonadi-import-wizard-lang' 'akonadi-mime' 'akonadi-mime-lang' 'akonadi-notes-lang' 'akonadi-plugin-calendar' 'akonadi-plugin-contacts' 'akonadi-plugin-kalarmcal' 'akonadi-plugin-mime' 'akonadi-search' 'akonadi-search-lang' 'akonadi-server' 'akonadi-server-lang' 'akonadi-server-sqlite' 'akregator' 'akregator-lang' 'alacritty' 'alacritty-bash-completion' 'alacritty-zsh-completion' 'alsa' 'alsa-devel' 'alsa-devel-32bit' 'alsa-oss' 'alsa-oss-32bit' 'alsa-plugins' 'alsa-plugins-32bit' 'alsa-plugins-jack-32bit' 'alsa-plugins-pulse' 'alsa-plugins-pulse-32bit' 'alsa-ucm-conf' 'alsa-utils' 'android-tools' 'android-udev-rules' 'anki' 'ansible' 'apache-commons-logging' 'apache-parent' 'apparmor' 'apparmor-abstractions' 'apparmor-docs' 'apparmor-parser' 'apparmor-parser-lang' 'apparmor-profiles' 'apparmor-utils' 'apparmor-utils-lang' 'appstream-glib' 'appstream-glib-lang' 'argon2' 'argyllcms' 'ark' 'ark-lang' 'at-spi2-atk-common' 'at-spi2-atk-gtk2' 'at-spi2-core' 'at-spi2-core-lang' 'atk-lang' 'atop' 'attica-qt5' 'attr' 'audit' 'augeas' 'augeas-lenses' 'autofs' 'autopano-sift-C' 'autoyast2' 'autoyast2-installation' 'avahi' 'avahi-lang' 'baloo5-file' 'baloo5-file-lang' 'baloo5-imports' 'baloo5-imports-lang' 'baloo5-kioslaves' 'baloo5-kioslaves-lang' 'baloo5-tools' 'baloo5-tools-lang' 'baloo5-widgets' 'baloo5-widgets-lang' 'base' 'bash' 'bash-completion' 'bash-doc' 'bash-lang' 'bat' 'bcc-tools' 'beets' 'bind-utils' 'binutils' 'bison' 'bison-lang' 'blog' 'bluedevil5' 'bluedevil5-lang' 'bluez' 'bluez-qt-imports' 'bluez-qt-udev' 'bolt' 'books' 'bookworm' 'bookworm-lang' 'boost-license1_71_0' 'branding-openSUSE' 'breeze' 'breeze5-cursors' 'breeze5-decoration' 'breeze5-icons' 'breeze5-style' 'breeze5-style-lang' 'breeze5-wallpapers' 'brltty' 'brltty-driver-at-spi2' 'brltty-driver-brlapi' 'brltty-driver-xwindow' 'brltty-lang' 'bsdiff' 'bsdtar' 'btrfsmaintenance' 'btrfsprogs' 'btrfsprogs-udev-rules' 'bubblewrap' 'buildah' 'busybox-static' 'bzip2' 'ca-certificates' 'ca-certificates-mozilla' 'cabextract' 'cachefilesd' 'calendarsupport' 'calendarsupport-lang' 'calf' 'cantarell-fonts' 'cantata' 'cantata-lang' 'catatonit' 'checkmedia' 'chezmoi' 'chkstat' 'chromaprint-fpcalc' 'chromium' 'chrony' 'cifs-utils' 'cmus' 'cmus-plugin-cue' 'cmus-plugin-ffmpeg' 'cmus-plugin-flac' 'cmus-plugin-mpc' 'cmus-plugin-pulse' 'cmus-plugin-wavpack' 'cni' 'cni-plugins' 'codium' 'colord' 'colord-color-profiles' 'colord-gtk-lang' 'colord-kde' 'colord-kde-lang' 'colord-lang' 'command-not-found' 'conmon' 'containerd' 'coreutils' 'coreutils-doc' 'coreutils-lang' 'cpio' 'cpio-lang' 'cpio-mt' 'cpp' 'cpp9' 'cpupower' 'cracklib' 'cracklib-dict-full' 'crda' 'criu' 'cron' 'cronie' 'cryptsetup' 'cups' 'cups-client' 'cups-config' 'cups-filters' 'curl' 'cvs' 'cvsps' 'cyrus-sasl' 'cyrus-sasl-crammd5' 'cyrus-sasl-digestmd5' 'cyrus-sasl-gssapi' 'cyrus-sasl-plain' 'db48-utils' 'dbus-1' 'dbus-1-glib' 'dbus-1-glib-32bit' 'dbus-1-glib-tool' 'dbus-1-x11' 'dconf' 'debhelper' 'dejavu-fonts' 'deltarpm' 'desktop-data-openSUSE' 'desktop-file-utils' 'desktop-translations' 'devel_python3' 'device-mapper' 'dhcp' 'dhcp-client' 'dialog' 'dialog-lang' 'diffutils' 'diffutils-lang' 'dirmngr' 'discover' 'discover-backend-flatpak' 'discover-backend-fwupd' 'discover-backend-packagekit' 'discover-lang' 'distribution-logos-openSUSE-Tumbleweed' 'dmidecode' 'dmraid' 'dmz-icon-theme-cursors' 'dnsmasq' 'docbook-xsl-stylesheets' 'docbook_4' 'docker' 'docker-bash-completion' 'docker-libnetwork' 'docker-runc' 'docker-zsh-completion' 'dolphin' 'dolphin-part' 'dolphin-part-lang' 'dos2unix' 'dosbox' 'dosfstools' 'dpkg' 'dpkg-lang' 'dracut' 'drkonqi5' 'drkonqi5-lang' 'dssi' 'dvd+rw-tools' 'dvdauthor' 'dvgrab' 'dwz' 'e2fsprogs' 'ebtables' 'efibootmgr' 'efont-unicode-bitmap-fonts' 'elfutils' 'elfutils-lang' 'elisa' 'elisa-lang' 'enblend-enfuse' 'enchant-2-backend-hunspell' 'enchant-data' 'enhanced_base' 'enscript' 'ethtool' 'eventviews' 'eventviews-lang' 'exa' 'exiftool' 'expat' 'fd' 'fd-bash-completion' 'fd-zsh-completion' 'fdupes' 'fetchmsttfonts' 'ffmpeg-4' 'ffmpegthumbs' 'ffmpegthumbs-lang' 'file' 'file-magic' 'filesystem' 'fillup' 'findutils' 'findutils-lang' 'firebird' 'firecracker' 'firewalld' 'firewalld-lang' 'flameshot' 'flameshot-bash-completion' 'flatpak' 'flatpak-zsh-completion' 'flute' 'fontconfig' 'fontconfig-32bit' 'fontconfig-lang' 'fonts' 'fonts-config' 'frameworkintegration-plugin' 'freecell-solver-presets' 'freerdp' 'frei0r-plugins' 'fribidi' 'fuse' 'fuse-overlayfs' 'fuse3' 'fwupd' 'fwupd-lang' 'fzf' 'fzf-bash-completion' 'fzf-tmux' 'fzf-zsh-completion' 'games' 'gamin-server' 'gawk' 'gcab' 'gcab-lang' 'gcc' 'gcc9' 'gconf-polkit' 'gconf2' 'gconf2-lang' 'gcr-data' 'gcr-lang' 'gcr-prompter' 'gcr-viewer' 'gdb' 'gdbm-lang' 'gdk-pixbuf-lang' 'gdk-pixbuf-loader-rsvg' 'gdk-pixbuf-query-loaders' 'gdk-pixbuf-query-loaders-32bit' 'gdk-pixbuf-thumbnailer' 'gdmflexiserver' 'gegl-0_4' 'gegl-0_4-lang' 'gettext-runtime' 'gettext-tools' 'ghostscript' 'ghostscript-fonts-other' 'ghostscript-fonts-std' 'ghostscript-x11' 'gimp' 'gimp-lang' 'gimp-plugin-aa' 'gimp-plugins-python' 'gio-branding-openSUSE' 'girepository-1_0' 'git' 'git-core' 'git-crypt' 'git-cvs' 'git-email' 'git-gui' 'git-svn' 'gitk' 'glib-networking' 'glib-networking-lang' 'glib2-lang' 'glib2-tools' 'glibc' 'glibc-32bit' 'glibc-devel' 'glibc-extra' 'glibc-locale' 'glibc-locale-base' 'gmenudbusmenuproxy' 'gmp-devel' 'gnome-color-manager' 'gnome-color-manager-lang' 'gnome-desktop-lang' 'gnome-keyring' 'gnome-keyring-32bit' 'gnome-keyring-lang' 'gnome-keyring-pam' 'gnome-keyring-pam-32bit' 'gnome-online-accounts' 'gnome-online-accounts-lang' 'gnome-themes-accessibility' 'gnome-themes-accessibility-gtk2' 'gnu-unifont-bitmap-fonts' 'gnutls' 'go1.12' 'go1.12-doc' 'go1.12-race' 'google-carlito-fonts' 'google-droid-fonts' 'google-noto-fonts-doc' 'google-opensans-fonts' 'google-roboto-fonts' 'gpart' 'gperf' 'gpg2' 'gpg2-lang' 'gpm' 'gptfdisk' 'granite-common' 'granite-lang' 'grantlee5' 'grantleetheme' 'grantleetheme-lang' 'graphviz' 'graphviz-gd' 'graphviz-gnome' 'graphviz-plugins-core' 'grep' 'grep-lang' 'groff' 'groff-full' 'grub2' 'grub2-branding-openSUSE' 'grub2-i386-pc' 'grub2-snapper-plugin' 'grub2-systemd-sleep-plugin' 'grub2-x86_64-efi' 'gsettings-backend-dconf' 'gsettings-desktop-schemas' 'gsettings-desktop-schemas-lang' 'gstreamer' 'gstreamer-32bit' 'gstreamer-lang' 'gstreamer-libnice' 'gstreamer-plugins-bad' 'gstreamer-plugins-bad-lang' 'gstreamer-plugins-base' 'gstreamer-plugins-base-lang' 'gstreamer-plugins-good' 'gstreamer-plugins-good-gtk' 'gstreamer-plugins-good-lang' 'gstreamer-plugins-libav' 'gstreamer-plugins-ugly' 'gstreamer-plugins-ugly-lang' 'gstreamer-plugins-ugly-orig-addon' 'gtk-vnc-lang' 'gtk2-branding-openSUSE' 'gtk2-data' 'gtk2-engine-hcengine' 'gtk2-engine-murrine' 'gtk2-engine-murrine-32bit' 'gtk2-engine-oxygen-32bit' 'gtk2-immodule-amharic' 'gtk2-immodule-inuktitut' 'gtk2-immodule-thai' 'gtk2-immodule-tigrigna' 'gtk2-immodule-vietnamese' 'gtk2-lang' 'gtk2-metatheme-adwaita' 'gtk2-metatheme-breeze' 'gtk2-metatheme-greybird-geeko' 'gtk2-theming-engine-adwaita' 'gtk2-theming-engine-adwaita-32bit' 'gtk2-tools' 'gtk2-tools-32bit' 'gtk3-branding-openSUSE' 'gtk3-data' 'gtk3-immodule-amharic' 'gtk3-immodule-inuktitut' 'gtk3-immodule-thai' 'gtk3-immodule-tigrigna' 'gtk3-immodule-vietnamese' 'gtk3-lang' 'gtk3-metatheme-adwaita' 'gtk3-metatheme-breeze' 'gtk3-metatheme-greybird-geeko' 'gtk3-schema' 'gtk3-tools' 'gtk3-tools-32bit' 'gtk4-schema' 'gtksourceview-lang' 'gtksourceview4-lang' 'guestfs-data' 'gutenprint' 'gvfs' 'gvfs-backend-afc' 'gvfs-backend-samba' 'gvfs-backends' 'gvfs-fuse' 'gvfs-lang' 'gwenview5' 'gwenview5-lang' 'gxditview' 'gzip' 'hack-fonts' 'hashalot' 'haveged' 'hdparm' 'hicolor-icon-theme' 'hicolor-icon-theme-branding-openSUSE' 'hostname' 'html2text' 'htop' 'hugin' 'hunspell' 'hunspell-tools' 'hwdata' 'hwinfo' 'ibus-dict-emoji' 'iceauth' 'icewm' 'icewm-default' 'icewm-lang' 'icewm-theme-branding' 'icoutils' 'iftop' 'imlib2-loaders' 'incidenceeditor' 'incidenceeditor-lang' 'info' 'initviocons' 'insserv-compat' 'intel-media-driver' 'intel-vaapi-driver' 'intlfonts-euro-bitmap-fonts' 'inxi' 'iotop' 'iperf' 'iproute2' 'ipset' 'iptables' 'iputils' 'irqbalance' 'irssi' 'iscsiuio' 'iso-codes' 'iso-codes-lang' 'iso_ent' 'ispell' 'ispell-american' 'issue-generator' 'jack' 'java-11-openjdk' 'java-11-openjdk-headless' 'java-1_8_0-openjdk' 'java-1_8_0-openjdk-headless' 'javapackages-filesystem' 'javapackages-tools' 'jfsutils' 'joe' 'jpegoptim' 'jq' 'js' 'json-glib-lang' 'kaccounts-integration' 'kaccounts-integration-lang' 'kaccounts-providers' 'kaccounts-providers-lang' 'kactivities5-imports' 'kactivitymanagerd' 'kactivitymanagerd-lang' 'kaddressbook' 'kaddressbook-doc' 'kaddressbook-lang' 'kalarmcal' 'kalarmcal-lang' 'katacontainers' 'katacontainers-image-initrd' 'kate' 'kate-lang' 'kate-plugins' 'kbd' 'kbd-legacy' 'kcalc' 'kcalc-lang' 'kcalutils' 'kcalutils-lang' 'kcharselect' 'kcharselect-lang' 'kcm_sddm' 'kcm_sddm-lang' 'kcm_tablet' 'kcm_tablet-lang' 'kconf_update5' 'kcontacts-lang' 'kcoreaddons' 'kcoreaddons-lang' 'kdav' 'kdav-lang' 'kdbusaddons-tools' 'kde' 'kde-cli-tools5' 'kde-cli-tools5-lang' 'kde-gtk-config5' 'kde-gtk-config5-gtk2' 'kde-gtk-config5-gtk3' 'kde-print-manager' 'kde-print-manager-lang' 'kde-user-manager' 'kde-user-manager-lang' 'kde_pim' 'kde_plasma' 'kdeclarative-components' 'kdeconnect-kde' 'kdeconnect-kde-lang' 'kdeconnect-kde-zsh-completion' 'kded' 'kded-lang' 'kdegames-carddecks-default' 'kdegraphics-thumbnailers' 'kdelibs4support' 'kdelibs4support-lang' 'kdenetwork-filesharing' 'kdenetwork-filesharing-lang' 'kdenlive' 'kdenlive-lang' 'kdepim-addons' 'kdepim-addons-lang' 'kdepim-apps-libs' 'kdepim-apps-libs-lang' 'kdepim-runtime' 'kdepim-runtime-lang' 'kdialog' 'kdialog-lang' 'kdoctools' 'kdoctools-lang' 'kdump' 'keepassxc' 'keepassxc-lang' 'kernel-default' 'kernel-default-devel' 'kernel-devel' 'kernel-firmware-all' 'kernel-firmware-amdgpu' 'kernel-firmware-ath10k' 'kernel-firmware-atheros' 'kernel-firmware-bluetooth' 'kernel-firmware-bnx2' 'kernel-firmware-brcm' 'kernel-firmware-chelsio' 'kernel-firmware-dpaa2' 'kernel-firmware-i915' 'kernel-firmware-intel' 'kernel-firmware-iwlwifi' 'kernel-firmware-liquidio' 'kernel-firmware-marvell' 'kernel-firmware-media' 'kernel-firmware-mediatek' 'kernel-firmware-mellanox' 'kernel-firmware-mwifiex' 'kernel-firmware-network' 'kernel-firmware-nfp' 'kernel-firmware-nvidia' 'kernel-firmware-platform' 'kernel-firmware-qlogic' 'kernel-firmware-radeon' 'kernel-firmware-realtek' 'kernel-firmware-serial' 'kernel-firmware-sound' 'kernel-firmware-ti' 'kernel-firmware-ueagle' 'kernel-firmware-usb-network' 'kernel-macros' 'kexec-tools' 'keyutils' 'kfilemetadata5' 'kfilemetadata5-lang' 'kgamma5' 'kgamma5-lang' 'kglobalaccel5' 'khelpcenter5' 'khelpcenter5-lang' 'khotkeys5' 'khotkeys5-lang' 'kidentitymanagement-lang' 'kimageformats' 'kimap-lang' 'kinfocenter5' 'kinfocenter5-lang' 'kinit' 'kinit-lang' 'kio' 'kio-core' 'kio-extras5' 'kio-extras5-lang' 'kio-lang' 'kio_audiocd' 'kio_audiocd-lang' 'kipi-plugins' 'kipi-plugins-lang' 'kirigami2' 'kirigami2-lang' 'kitinerary' 'kldap' 'kldap-lang' 'kleopatra' 'kleopatra-lang' 'klogd' 'kmag' 'kmag-lang' 'kmahjongg' 'kmahjongg-lang' 'kmail' 'kmail-account-wizard' 'kmail-account-wizard-lang' 'kmail-application-icons' 'kmail-lang' 'kmailtransport' 'kmailtransport-lang' 'kmenuedit5' 'kmenuedit5-lang' 'kmime-lang' 'kmines' 'kmines-lang' 'kmod' 'kmod-compat' 'kmousetool' 'kmousetool-lang' 'kmozillahelper' 'knewstuff' 'knewstuff-imports' 'knotes' 'knotes-lang' 'kompare' 'kompare-lang' 'konsole' 'konsole-part' 'konsole-part-lang' 'kontact' 'kontact-lang' 'kontactinterface-lang' 'konversation' 'konversation-lang' 'korganizer' 'korganizer-lang' 'kpackage' 'kpackage-lang' 'kpartx' 'kpat' 'kpat-lang' 'kpeople5' 'kpeople5-lang' 'kpeoplevcard' 'kpimtextedit' 'kpimtextedit-lang' 'kpkpass' 'kquickcharts' 'krb5' 'krb5-32bit' 'kreversi' 'kreversi-lang' 'kross' 'kross-lang' 'kscreen5' 'kscreen5-lang' 'kscreen5-plasmoid' 'kscreenlocker' 'kscreenlocker-lang' 'kservice' 'kservice-lang' 'ksmtp' 'ksmtp-lang' 'ksshaskpass5' 'ksshaskpass5-lang' 'ksudoku' 'ksudoku-lang' 'ksysguard5' 'ksysguard5-lang' 'ktexteditor' 'ktexteditor-lang' 'ktnef' 'ktnef-lang' 'kuserfeedback-imports' 'kuserfeedback-lang' 'kvm_server' 'kvm_stat' 'kvm_tools' 'kwallet-tools' 'kwallet-tools-lang' 'kwalletd5' 'kwalletd5-lang' 'kwalletmanager5' 'kwalletmanager5-lang' 'kwayland' 'kwayland-integration' 'kwin5' 'kwin5-lang' 'kwrited5' 'ladspa' 'ladspa-AMB' 'ladspa-FIL' 'ladspa-MCP' 'ladspa-REV' 'ladspa-VCO' 'ladspa-alienwah' 'ladspa-blepvco' 'ladspa-blop' 'ladspa-caps' 'ladspa-cmt' 'ladspa-matched' 'ladspa-preamp' 'ladspa-pvoc' 'ladspa-sooperlooper' 'ladspa-super-60' 'ladspa-swh-plugins' 'ladspa-tap-plugins' 'ladspa-vcf' 'ladspa-vlevel' 'ladspa-vocoder' 'ladspa-zam-plugins' 'lame' 'lash' 'ldmtool' 'ledger' 'lensfun-data' 'less' 'libAppStreamQt2' 'libBasicUsageEnvironment1' 'libFAudio0' 'libFAudio0-32bit' 'libFLAC8' 'libFLAC8-32bit' 'libGLEW2_1' 'libGLU1' 'libGLU1-32bit' 'libGraphicsMagick-Q16-3' 'libGraphicsMagick3-config' 'libHalf-2_4-24' 'libICE6' 'libIex-2_4-24' 'libIlmImf-2_4-24' 'libIlmThread-2_4-24' 'libImlib2-1' 'libJudy1' 'libKF5Activities5' 'libKF5ActivitiesStats1' 'libKF5AkonadiAgentBase5' 'libKF5AkonadiCalendar5' 'libKF5AkonadiContact5' 'libKF5AkonadiCore5' 'libKF5AkonadiMime5' 'libKF5AkonadiNotes5' 'libKF5AkonadiPrivate5' 'libKF5AkonadiSearch' 'libKF5AkonadiWidgets5' 'libKF5AkonadiXml5' 'libKF5AlarmCalendar5' 'libKF5Archive5' 'libKF5Attica5' 'libKF5Auth5' 'libKF5Auth5-lang' 'libKF5AuthCore5' 'libKF5Baloo5' 'libKF5BalooEngine5' 'libKF5BalooEngine5-lang' 'libKF5BluezQt6' 'libKF5Bookmarks5' 'libKF5Bookmarks5-lang' 'libKF5CalendarCore5' 'libKF5CalendarEvents5' 'libKF5CalendarSupport5' 'libKF5CalendarUtils5' 'libKF5Cddb5' 'libKF5Codecs5' 'libKF5Codecs5-lang' 'libKF5CompactDisc5' 'libKF5Completion5' 'libKF5Completion5-lang' 'libKF5ConfigCore5' 'libKF5ConfigCore5-lang' 'libKF5ConfigGui5' 'libKF5ConfigWidgets5' 'libKF5ConfigWidgets5-lang' 'libKF5ContactEditor5' 'libKF5Contacts5' 'libKF5CoreAddons5' 'libKF5Crash5' 'libKF5DBusAddons5' 'libKF5DBusAddons5-lang' 'libKF5DNSSD5' 'libKF5DNSSD5-lang' 'libKF5Declarative5' 'libKF5Declarative5-lang' 'libKF5DocTools5' 'libKF5Emoticons5' 'libKF5EventViews5' 'libKF5GlobalAccel5' 'libKF5GlobalAccel5-lang' 'libKF5GlobalAccelPrivate5' 'libKF5GrantleeTheme5' 'libKF5Gravatar5' 'libKF5GuiAddons5' 'libKF5Holidays5' 'libKF5Holidays5-lang' 'libKF5I18n5' 'libKF5I18n5-lang' 'libKF5IMAP5' 'libKF5IconThemes5' 'libKF5IconThemes5-lang' 'libKF5IdentityManagement5' 'libKF5IdleTime5' 'libKF5IncidenceEditor5' 'libKF5ItemModels5' 'libKF5ItemViews5' 'libKF5ItemViews5-lang' 'libKF5JS5' 'libKF5JSApi5' 'libKF5JobWidgets5' 'libKF5JobWidgets5-lang' 'libKF5JsEmbed5' 'libKF5JsEmbed5-lang' 'libKF5KCMUtils5' 'libKF5KCMUtils5-lang' 'libKF5KDELibs4Support5' 'libKF5KDcraw5' 'libKF5KExiv2-15_0_0' 'libKF5KHtml5' 'libKF5KHtml5-lang' 'libKF5KMahjongglib5' 'libKF5Kipi32_0_0' 'libKF5Kirigami2-5' 'libKF5KontactInterface5' 'libKF5Ldap5' 'libKF5Libkdepim5' 'libKF5LibkdepimAkonadi5' 'libKF5Libkleo5' 'libKF5MailCommon5' 'libKF5MailImporter5' 'libKF5MailImporterAkonadi5' 'libKF5MailTransport5' 'libKF5MailTransportAkonadi5' 'libKF5Mbox5' 'libKF5MediaWiki5' 'libKF5Mime5' 'libKF5ModemManagerQt6' 'libKF5NetworkManagerQt6' 'libKF5NewStuff5' 'libKF5NewStuff5-lang' 'libKF5NewStuffCore5' 'libKF5Notifications5' 'libKF5Notifications5-lang' 'libKF5NotifyConfig5' 'libKF5NotifyConfig5-lang' 'libKF5Parts5' 'libKF5Parts5-lang' 'libKF5PimCommon5' 'libKF5PimCommonAkonadi5' 'libKF5PimTextEdit5' 'libKF5Plasma5' 'libKF5Prison5' 'libKF5Pty5' 'libKF5Pty5-lang' 'libKF5PulseAudioQt2' 'libKF5Purpose5' 'libKF5PurposeWidgets5' 'libKF5QuickAddons5' 'libKF5Runner5' 'libKF5Sane5' 'libKF5Screen7' 'libKF5Solid5' 'libKF5Solid5-lang' 'libKF5SonnetCore5' 'libKF5SonnetCore5-lang' 'libKF5SonnetUi5' 'libKF5Style5' 'libKF5Su5' 'libKF5Su5-lang' 'libKF5Syndication5' 'libKF5SyntaxHighlighting5' 'libKF5SyntaxHighlighting5-lang' 'libKF5TextWidgets5' 'libKF5TextWidgets5-lang' 'libKF5ThreadWeaver5' 'libKF5Tnef5' 'libKF5UnitConversion5' 'libKF5UnitConversion5-lang' 'libKF5Wallet5' 'libKF5WidgetsAddons5' 'libKF5WidgetsAddons5-lang' 'libKF5WindowSystem5' 'libKF5WindowSystem5-lang' 'libKF5XmlGui5' 'libKF5XmlGui5-lang' 'libKF5XmlRpcClient5' 'libKF5XmlRpcClient5-lang' 'libKGantt2' 'libKPimGAPICalendar5' 'libKPimGAPIContacts5' 'libKPimGAPICore5' 'libKPimGAPITasks5' 'libKPimImportWizard5' 'libKPimItinerary5' 'libKPimItinerary5-lang' 'libKPimKDAV5' 'libKPimPkPass5' 'libKPimSMTP5' 'libKScreenLocker5' 'libKUserFeedbackCore1' 'libKUserFeedbackWidgets1' 'libLLVM7' 'libLLVM7-32bit' 'libLLVM8' 'libLLVM8-32bit' 'libLLVM9' 'libLLVM9-32bit' 'libMagickCore-7_Q16HDRI7' 'libMagickWand-7_Q16HDRI7' 'libOSMesa8' 'libOSMesa8-32bit' 'libQt5Bluetooth5' 'libQt5Bluetooth5-imports' 'libQt5Concurrent5' 'libQt5Core5' 'libQt5DBus5' 'libQt5Designer5' 'libQt5Gui5' 'libQt5Help5' 'libQt5HunspellInputMethod5' 'libQt5Location5' 'libQt5Multimedia5' 'libQt5Network5' 'libQt5NetworkAuth5' 'libQt5Nfc5' 'libQt5Nfc5-imports' 'libQt5OpenGL5' 'libQt5Positioning5' 'libQt5PositioningQuick5' 'libQt5PrintSupport5' 'libQt5QuickControls2-5' 'libQt5QuickTemplates2-5' 'libQt5Script5' 'libQt5Sensors5' 'libQt5Sensors5-imports' 'libQt5SerialPort5' 'libQt5Sql5' 'libQt5Sql5-mysql' 'libQt5Sql5-sqlite' 'libQt5Svg5' 'libQt5Test5' 'libQt5TextToSpeech5' 'libQt5VirtualKeyboard5' 'libQt5WaylandClient5' 'libQt5WaylandCompositor5' 'libQt5WebChannel5' 'libQt5WebChannel5-imports' 'libQt5WebKit5' 'libQt5WebKit5-imports' 'libQt5WebKitWidgets5' 'libQt5WebSockets5' 'libQt5WebSockets5-imports' 'libQt5Widgets5' 'libQt5X11Extras5' 'libQt5Xml5' 'libQt5XmlPatterns5' 'libQtQuick5' 'libSDL-1_2-0' 'libSDL-1_2-0-32bit' 'libSDL2-2_0-0' 'libSDL2-2_0-0-32bit' 'libSDL2_image-2_0-0' 'libSDL_gfx15' 'libSDL_image-1_2-0' 'libSDL_net-1_2-0' 'libSDL_sound-1_0-1' 'libSM6' 'libSPIRV-Tools-suse16' 'libSoundTouch1' 'libUsageEnvironment3' 'libWPEBackend-fdo-1_0-1' 'libX11-6' 'libX11-6-32bit' 'libX11-data' 'libX11-xcb1' 'libX11-xcb1-32bit' 'libXRes1' 'libXau6' 'libXau6-32bit' 'libXaw7' 'libXcomposite1' 'libXcomposite1-32bit' 'libXcursor1' 'libXcursor1-32bit' 'libXdamage1' 'libXdamage1-32bit' 'libXdmcp6' 'libXdmcp6-32bit' 'libXext6' 'libXext6-32bit' 'libXfixes3' 'libXfixes3-32bit' 'libXfont2-2' 'libXfontcache1' 'libXft2' 'libXft2-32bit' 'libXi6' 'libXi6-32bit' 'libXinerama1' 'libXinerama1-32bit' 'libXmu6' 'libXmuu1' 'libXpm4' 'libXpm4-32bit' 'libXrandr2' 'libXrandr2-32bit' 'libXrender1' 'libXrender1-32bit' 'libXss1' 'libXt6' 'libXtst6' 'libXv1' 'libXvnc1' 'libXxf86vm1' 'libXxf86vm1-32bit' 'libZXingCore1' 'liba52-0' 'libaa1' 'libabw-0_1-1' 'libaccounts-glib1' 'libaccounts-qt5-1' 'libacl1' 'libacl1-32bit' 'libaio1' 'libamd2' 'libao-plugins4' 'libao4' 'libaom0' 'libapparmor1' 'libappindicator3-1' 'libappstream-glib8' 'libappstream4' 'libapr-util1' 'libapr1' 'libarchive13' 'libargon2-1' 'libasan5' 'libasm1' 'libasound2' 'libasound2-32bit' 'libass9' 'libassuan0' 'libastro1' 'libatasmart-utils' 'libatasmart4' 'libatk-1_0-0' 'libatk-1_0-0-32bit' 'libatk-bridge-2_0-0' 'libatk-bridge-2_0-0-32bit' 'libatkmm-1_6-1' 'libatm1' 'libatomic1' 'libatopology2' 'libatspi0' 'libatspi0-32bit' 'libattr1' 'libaudiofile1' 'libaudit1' 'libaudit1-32bit' 'libaugeas0' 'libauparse0' 'libavahi-client3' 'libavahi-client3-32bit' 'libavahi-common3' 'libavahi-common3-32bit' 'libavahi-core7' 'libavahi-glib1' 'libavahi-ui-gtk3-0' 'libavc1394-0' 'libavcodec56' 'libavcodec58' 'libavdevice56' 'libavdevice58' 'libavfilter5' 'libavfilter7' 'libavformat56' 'libavformat58' 'libavresample2' 'libavresample4' 'libavutil54' 'libavutil56' 'libb64-0' 'libbabl-0_1-0' 'libbase' 'libbcc0' 'libbd_btrfs2' 'libbd_crypto2' 'libbd_fs2' 'libbd_loop2' 'libbd_mdraid2' 'libbd_part2' 'libbd_swap2' 'libbd_utils2' 'libbind9-1600' 'libblas3' 'libblkid1' 'libblkid1-32bit' 'libblockdev' 'libblockdev2' 'libblogger2' 'libbluetooth3' 'libbluray2' 'libboost_date_time1_71_0' 'libboost_filesystem1_71_0' 'libboost_iostreams1_71_0' 'libboost_locale1_71_0' 'libboost_regex1_71_0' 'libboost_thread1_71_0' 'libboringssl1' 'libbreezecommon5-5' 'libbrlapi0_7' 'libbrotlicommon1' 'libbrotlicommon1-32bit' 'libbrotlidec1' 'libbrotlidec1-32bit' 'libbrotlienc1' 'libbs2b0' 'libbsd0' 'libbtrfs0' 'libburn4' 'libbytesize-lang' 'libbytesize1' 'libbz2-1' 'libbz2-1-32bit' 'libcaca0' 'libcacard0' 'libcairo-gobject2' 'libcairo-gobject2-32bit' 'libcairo2' 'libcairo2-32bit' 'libcairomm-1_0-1' 'libcamd2' 'libcanberra-gtk-module-common' 'libcanberra-gtk0' 'libcanberra-gtk0-32bit' 'libcanberra-gtk2-module' 'libcanberra-gtk2-module-32bit' 'libcanberra-gtk3-0' 'libcanberra-gtk3-0-32bit' 'libcanberra-gtk3-module' 'libcanberra-gtk3-module-32bit' 'libcanberra0' 'libcanberra0-32bit' 'libcap-ng0' 'libcap2' 'libcap2-32bit' 'libcapi20-3' 'libcares2' 'libccolamd2' 'libcdda_interface0' 'libcdda_paranoia0' 'libcddb2' 'libcdio19' 'libcdio_cdda2' 'libcdio_paranoia2' 'libcdr-0_1-1' 'libcdrdeflt1_0' 'libcelt0-2' 'libcfitsio8' 'libchm0' 'libcholmod3' 'libchromaprint1' 'libclang9' 'libclucene-contribs-lib1' 'libclucene-core1' 'libclucene-shared1' 'libcmis-0_5-5' 'libcodec2-0_9' 'libcolamd2' 'libcolord-gtk1' 'libcolord2' 'libcolord2-32bit' 'libcolorhug2' 'libcom_err2' 'libcom_err2-32bit' 'libconfig++11' 'libcontainers-common' 'libcpupower0' 'libcrack2' 'libcrack2-32bit' 'libcreaterepo_c0' 'libcroco-0_6-3' 'libcrypt1' 'libcrypt1-32bit' 'libcryptsetup12' 'libctf-nobfd0' 'libctf0' 'libcups2' 'libcups2-32bit' 'libcupsimage2' 'libcurl4' 'libcurl4-32bit' 'libdaemon0' 'libdatrie1' 'libdatrie1-32bit' 'libdav1d4' 'libdb-4_8' 'libdb-4_8-32bit' 'libdbus-1-3' 'libdbus-1-3-32bit' 'libdbusmenu-glib4' 'libdbusmenu-gtk3-4' 'libdbusmenu-qt5-2' 'libdc1394-25' 'libdca0' 'libdcerpc-binding0' 'libdcerpc-binding0-32bit' 'libdcerpc0' 'libdcerpc0-32bit' 'libdconf1' 'libdeflt1_0' 'libdevmapper-event1_03' 'libdevmapper1_03' 'libdialog15' 'libdiscid0' 'libdjvulibre21' 'libdmtx0' 'libdmx1' 'libdns1601' 'libdns_sd' 'libdolphinvcs5' 'libdouble-conversion3' 'libdrm2' 'libdrm2-32bit' 'libdrm_amdgpu1' 'libdrm_amdgpu1-32bit' 'libdrm_intel1' 'libdrm_intel1-32bit' 'libdrm_nouveau2' 'libdrm_nouveau2-32bit' 'libdrm_radeon1' 'libdrm_radeon1-32bit' 'libdrpm0' 'libdv4' 'libdvbpsi10' 'libdvdcss2' 'libdvdnav4' 'libdvdread7' 'libdw1' 'libdw1-32bit' 'libe-book-0_1-1' 'libebml4' 'libebtc0' 'libebur128-1' 'libeconf0' 'libeconf0-32bit' 'libedit0' 'libedit0-32bit' 'libeditorconfig0' 'libefa1' 'libefivar1' 'libelf-devel' 'libelf1' 'libelf1-32bit' 'libenchant-2-2' 'libeot0' 'libepoxy0' 'libepoxy0-32bit' 'libepub0' 'libepubgen-0_1-1' 'liberation-fonts' 'libesmtp6' 'libespeak-ng1' 'libestr0' 'libetonyek-0_1-1' 'libevdev2' 'libevent-2_1-7' 'libexif12' 'libexif12-32bit' 'libexiv2-27' 'libexpat1' 'libexpat1-32bit' 'libext2fs2' 'libexttextcat' 'libexttextcat-2_0-0' 'libfaad2' 'libfakekey0' 'libfam0-gamin' 'libfam0-gamin-32bit' 'libfastjson4' 'libfbclient2' 'libfdisk1' 'libfdk-aac1' 'libfdt1' 'libffado2' 'libffi8' 'libffi8-32bit' 'libfftw3-3' 'libfile1_0' 'libfind4_0' 'libflatpak0' 'libfltk1' 'libfluidsynth2' 'libfont-specimen0' 'libfontconfig1' 'libfontconfig1-32bit' 'libfontenc1' 'libfonts' 'libformula' 'libfreebl3' 'libfreebl3-32bit' 'libfreebl3-hmac' 'libfreecell-solver0' 'libfreehand-0_1-1' 'libfreerdp2' 'libfreetype6' 'libfreetype6-32bit' 'libfribidi0' 'libfribidi0-32bit' 'libfstrm0' 'libfuse2' 'libfuse3-3' 'libfwupd2' 'libfwupdplugin1' 'libgavl1' 'libgbm1' 'libgc1' 'libgcab-1_0-0' 'libgcc_s1' 'libgcc_s1-32bit' 'libgck-1-0' 'libgck-modules-gnome-keyring' 'libgcr-3-1' 'libgcrypt20' 'libgcrypt20-32bit' 'libgcrypt20-hmac' 'libgd3' 'libgd3-32bit' 'libgdata-lang' 'libgdata22' 'libgdbm6' 'libgdbm6-32bit' 'libgdbm_compat4' 'libgdbm_compat4-32bit' 'libgdiplus0' 'libgdk_pixbuf-2_0-0' 'libgdk_pixbuf-2_0-0-32bit' 'libgee-0_8-2' 'libgegl-0_4-0' 'libgexiv2-2' 'libgfapi0' 'libgfortran5' 'libgfrpc0' 'libgfxdr0' 'libgif7' 'libgimp-2_0-0' 'libgimpui-2_0-0' 'libgio-2_0-0' 'libgio-2_0-0-32bit' 'libgiomm-2_4-1' 'libgirepository-1_0-1' 'libgit2-28' 'libglade-2_0-0' 'libglib-2_0-0' 'libglib-2_0-0-32bit' 'libglibmm-2_4-1' 'libglslang-suse9' 'libglusterfs0' 'libglut3' 'libglvnd' 'libglvnd-32bit' 'libgme0' 'libgmodule-2_0-0' 'libgmodule-2_0-0-32bit' 'libgmp10' 'libgmp10-32bit' 'libgmpxx4' 'libgnome-desktop-3-18' 'libgnome-desktop-3_0-common' 'libgnome-keyring-lang' 'libgnome-keyring0' 'libgnutls-dane0' 'libgnutls-devel' 'libgnutls30' 'libgnutls30-32bit' 'libgoa-1_0-0' 'libgoa-backend-1_0-1' 'libgobject-2_0-0' 'libgobject-2_0-0-32bit' 'libgomp1' 'libgpg-error0' 'libgpg-error0-32bit' 'libgpgme11' 'libgpgmepp6' 'libgphoto2-6' 'libgphoto2-6-32bit' 'libgphoto2-6-lang' 'libgpm2' 'libgps25' 'libgranite5' 'libgraphene-1_0-0' 'libgraphite2-3' 'libgraphite2-3-32bit' 'libgraphviz6' 'libgravatar' 'libgravatar-lang' 'libgroupsock8' 'libgsl25' 'libgslcblas0' 'libgsm1' 'libgsm1-32bit' 'libgssdp-1_2-0' 'libgstadaptivedemux-1_0-0' 'libgstallocators-1_0-0' 'libgstapp-1_0-0' 'libgstaudio-1_0-0' 'libgstaudio-1_0-0-32bit' 'libgstbadaudio-1_0-0' 'libgstbasecamerabinsrc-1_0-0' 'libgstcodecparsers-1_0-0' 'libgstfft-1_0-0' 'libgstgl-1_0-0' 'libgstisoff-1_0-0' 'libgstmpegts-1_0-0' 'libgstpbutils-1_0-0' 'libgstphotography-1_0-0' 'libgstreamer-1_0-0' 'libgstreamer-1_0-0-32bit' 'libgstriff-1_0-0' 'libgstrtp-1_0-0' 'libgstrtsp-1_0-0' 'libgstsctp-1_0-0' 'libgstsdp-1_0-0' 'libgsttag-1_0-0' 'libgsttag-1_0-0-32bit' 'libgsturidownloader-1_0-0' 'libgstvideo-1_0-0' 'libgstvideo-1_0-0-32bit' 'libgstwayland-1_0-0' 'libgstwebrtc-1_0-0' 'libgthread-2_0-0' 'libgtk-2_0-0' 'libgtk-2_0-0-32bit' 'libgtk-3-0' 'libgtk-3-0-32bit' 'libgtk-vnc-2_0-0' 'libgtkmm-3_0-1' 'libgtksourceview-3_0-1' 'libgtksourceview-4-0' 'libgts-0_7-5' 'libgudev-1_0-0' 'libguestfs0' 'libgupnp-1_2-0' 'libgupnp-igd-1_0-4' 'libgusb2' 'libgvnc-1_0-0' 'libharfbuzz-icu0' 'libharfbuzz-subset0' 'libharfbuzz0' 'libharfbuzz0-32bit' 'libhavege1' 'libhdf5-103' 'libhdf5_hl100' 'libhiredis0_13' 'libhivex0' 'libhogweed5' 'libhogweed5-32bit' 'libhttp_parser2_7_1' 'libhunspell-1_7-0' 'libhyphen0' 'libib_util' 'libibus-1_0-5' 'libibverbs' 'libibverbs1' 'libical3' 'libicu66' 'libicu66-ledata' 'libid3tag0' 'libidn12' 'libidn2-0' 'libidn2-0-32bit' 'libidn2-lang' 'libiec61883-0' 'libigdgmm11' 'libimagequant0' 'libimobiledevice6' 'libindicator3-7' 'libinput-udev' 'libinput10' 'libinstpatch-1_0-2' 'libip4tc2' 'libip6tc2' 'libiperf0' 'libipset13' 'libirs1600' 'libisc1601' 'libisccc1600' 'libisccfg1600' 'libiscsi9' 'libisl22' 'libiso9660-11' 'libisoburn1' 'libisofs6' 'libitm1' 'libiw30' 'libixion-0_15-0' 'libixml11' 'libjack0' 'libjack0-32bit' 'libjacknet0' 'libjackserver0' 'libjansson4' 'libjansson4-32bit' 'libjavascriptcoregtk-4_0-18' 'libjbig2' 'libjbig2-32bit' 'libjemalloc2' 'libjpeg8' 'libjpeg8-32bit' 'libjq1' 'libjson-c4' 'libjson-glib-1_0-0' 'libjson-glib-1_0-0-32bit' 'libjte1' 'libkaccounts1' 'libkate1' 'libkcddb' 'libkcddb-lang' 'libkcompactdisc-lang' 'libkdecorations2-5' 'libkdecorations2-5-lang' 'libkdecorations2private7' 'libkdegames' 'libkdegames-lang' 'libkdepim' 'libkdepim-lang' 'libkeccak1' 'libkerfuffle19' 'libkeybinder-3_0-0' 'libkeyutils1' 'libkeyutils1-32bit' 'libkf5kdegames6' 'libkgantt-lang' 'libkgapi-lang' 'libkioarchive5' 'libkipi-data' 'libkleo' 'libkleo-lang' 'libkmahjongg' 'libkmahjongg-lang' 'libkmod2' 'libkolabxml1' 'libkomparediff2-5' 'libkomparediff2-lang' 'libksane-lang' 'libksba8' 'libkscreen2-plugin' 'libksieve' 'libksieve-lang' 'libksysguard5' 'libksysguard5-helper' 'libksysguard5-lang' 'libkwalletbackend5-5' 'liblangtag1' 'liblapack3' 'liblash1' 'liblavfile-2_0-0' 'liblavjpeg-2_0-0' 'liblavplay-2_0-0' 'liblavrec-2_0-0' 'liblayout' 'liblcms2-2' 'liblcms2-2-32bit' 'libldap-2_4-2' 'libldap-2_4-2-32bit' 'libldap-data' 'libldapcpp1' 'libldb2' 'libldb2-32bit' 'libldm-1_0-0' 'liblensfun1' 'liblightdm-gobject-1-0' 'liblilv-0-0' 'liblirc_client0' 'libliveMedia78' 'liblmdb-0_9_24' 'liblo7' 'libloader' 'liblockdev1' 'liblockdev1-32bit' 'liblogging0' 'liblognorm5' 'liblpsolve55-0' 'liblqr-1-0' 'liblrdf2' 'liblsan0' 'libltdl7' 'libltdl7-32bit' 'liblttng-ust0' 'liblua5_1-5' 'liblua5_3-5' 'liblua5_3-5-32bit' 'libluajit-5_1-2' 'liblvm2cmd2_03' 'liblxc1' 'liblz4-1' 'liblz4-1-32bit' 'liblzma5' 'liblzma5-32bit' 'liblzo2-2' 'libmad0' 'libmagic1' 'libmagic1-32bit' 'libmarblewidget-qt5-28' 'libmariadb3' 'libmarkdown2' 'libmatroska6' 'libmaxminddb0' 'libmbim' 'libmbim-glib4' 'libmd0' 'libmediacheck5' 'libmetalink3' 'libmetis5' 'libmfx' 'libmfx1' 'libmikmod3' 'libminiupnpc17' 'libminizip1' 'libmjpegutils-2_0-0' 'libmlt++3' 'libmlt6' 'libmlt6-data' 'libmlt6-modules' 'libmlx4-1' 'libmlx5-1' 'libmm-glib0' 'libmms0' 'libmng2' 'libmnl0' 'libmodman1' 'libmodplug1' 'libmodulemd2' 'libmount1' 'libmount1-32bit' 'libmovit8' 'libmozjs-52' 'libmozjs-60' 'libmp3lame0' 'libmpath0' 'libmpc3' 'libmpcdec5' 'libmpcdec6' 'libmpdclient2' 'libmpeg2-0' 'libmpeg2encpp-2_0-0' 'libmpfr6' 'libmpg123-0' 'libmpg123-0-32bit' 'libmplex2-2_0-0' 'libmpv1' 'libmsgpackc2' 'libmspack0' 'libmspub-0_1-1' 'libmtdev1' 'libmtp-udev' 'libmtp9' 'libmusicbrainz5-1' 'libmutter-5-0' 'libmwaw-0_3-3' 'libmypaint-1_5-1' 'libmypaint-lang' 'libmysofa1' 'libmythes-1_2-0' 'libncurses6' 'libncurses6-32bit' 'libndp0' 'libndr-krb5pac0' 'libndr-krb5pac0-32bit' 'libndr-nbt0' 'libndr-nbt0-32bit' 'libndr-standard0' 'libndr-standard0-32bit' 'libndr1' 'libndr1-32bit' 'libneon27' 'libnet9' 'libnetapi0' 'libnetapi0-32bit' 'libnetcontrol0' 'libnetfilter_conntrack3' 'libnetpbm11' 'libnettle-devel' 'libnettle7' 'libnettle7-32bit' 'libnewt0_52' 'libnfnetlink0' 'libnfs13' 'libnfsidmap1' 'libnftables1' 'libnftnl11' 'libnghttp2-14' 'libnghttp2-14-32bit' 'libnice10' 'libnl-config' 'libnl3-200' 'libnl3-200-32bit' 'libnm0' 'libnotify-tools' 'libnotify4' 'libnpth0' 'libnscd1' 'libnscd1-32bit' 'libnsl2' 'libnsl2-32bit' 'libnss_usrfiles2' 'libntfs-3g88' 'libnuma1' 'libnumbertext-1_0-0' 'libnumbertext-data' 'liboauth0' 'libodfgen-0_1-1' 'libofa0' 'libogg0' 'libogg0-32bit' 'liboggkate1' 'libonig5' 'libopenal1' 'libopenal1-32bit' 'libopenblas_pthreads0' 'libopenconnect5' 'libopencore-amrnb0' 'libopencore-amrwb0' 'libopencv3_4' 'libopeniscsiusr0_2_0' 'libopenjp2-7' 'libopenjpeg1' 'libopenmpt0' 'libopenssl-1_1-devel' 'libopenssl-devel' 'libopenssl1_0_0' 'libopenssl1_0_0-steam' 'libopenssl1_0_0-steam-32bit' 'libopenssl1_1' 'libopenssl1_1-32bit' 'libopts25' 'libopus0' 'libopusfile0' 'liborc-0_4-0' 'liborc-0_4-0-32bit' 'liborcus-0_15-0' 'libosinfo' 'libosinfo-1_0-0' 'libosinfo-lang' 'libostree' 'libostree-1-1' 'libotr5' 'libp11-kit0' 'libp11-kit0-32bit' 'libpackagekit-glib2-18' 'libpackagekitqt5-1' 'libpagemaker-0_0-0' 'libpango-1_0-0' 'libpango-1_0-0-32bit' 'libpangomm-1_4-1' 'libpano13-3' 'libparted0' 'libpcap1' 'libpcap1-32bit' 'libpcaudio0' 'libpci3' 'libpciaccess0' 'libpciaccess0-32bit' 'libpcre1' 'libpcre1-32bit' 'libpcre2-16-0' 'libpcre2-8-0' 'libpcsclite1' 'libpgm-5_2-0' 'libphodav-2_0-0' 'libphonenumber8' 'libphonon4qt5' 'libpipeline1' 'libpipewire-0_3-0' 'libpixman-1-0' 'libpixman-1-0-32bit' 'libpkcs11-helper1' 'libpkgconf3' 'libplacebo29' 'libplist3' 'libply-boot-client5' 'libply-splash-core5' 'libply-splash-graphics5' 'libply5' 'libpmem1' 'libpng12-0-32bit' 'libpng16-16' 'libpng16-16-32bit' 'libpolkit-qt5-1-1' 'libpolkit0' 'libpoppler-cpp0' 'libpoppler-glib8' 'libpoppler-qt5-1' 'libpoppler97' 'libpopt0' 'libpopt0-32bit' 'libportaudio2' 'libpostproc53' 'libpostproc55' 'libpq5' 'libprocps8' 'libprojectM3' 'libprotobuf-c1' 'libprotobuf-lite22' 'libprotobuf22' 'libproxy1' 'libproxy1-config-kde' 'libproxy1-networkmanager' 'libproxy1-pacrunner-webkit' 'libpskc0' 'libpsl5' 'libpsl5-32bit' 'libpulse-mainloop-glib0' 'libpulse0' 'libpulse0-32bit' 'libpwquality-lang' 'libpwquality1' 'libpython2_7-1_0' 'libpython3_8-1_0' 'libqalculate21' 'libqca-qt5' 'libqca-qt5-plugins' 'libqgpgme7' 'libqmi-glib5' 'libqmi-tools' 'libqpdf26' 'libqrcodegencpp1' 'libqrencode4' 'libqscintilla2_qt5-15' 'libqt5-qdbus' 'libqt5-qtbase-platformtheme-gtk3' 'libqt5-qtconnectivity-tools' 'libqt5-qtgraphicaleffects' 'libqt5-qtimageformats' 'libqt5-qtpaths' 'libqt5-qtquickcontrols' 'libqt5-qtquickcontrols2' 'libqt5-qtstyleplugins-platformtheme-gtk2' 'libqt5-qttranslations' 'libqt5-qtvirtualkeyboard' 'libqt5-qtvirtualkeyboard-hunspell' 'libqt5-qtwayland' 'libqt5-qtwebengine' 'libqt5-qtxmlpatterns-imports' 'libquadmath0' 'libquazip5-1' 'libquicktime0' 'libqxp-0_0-0' 'librados2' 'libraptor2-0' 'librasqal3' 'libraw1394-11' 'libraw19' 'librbd1' 'librdf0' 'librdkafka1' 'librdmacm1' 'libre2-6' 'libreadline8' 'libreiserfscore0' 'libreoffice' 'libreoffice-base' 'libreoffice-base-drivers-firebird' 'libreoffice-branding-openSUSE' 'libreoffice-calc' 'libreoffice-draw' 'libreoffice-filters-optional' 'libreoffice-icon-themes' 'libreoffice-impress' 'libreoffice-l10n-en' 'libreoffice-l10n-en_GB' 'libreoffice-mailmerge' 'libreoffice-math' 'libreoffice-pyuno' 'libreoffice-qt5' 'libreoffice-share-linker' 'libreoffice-writer' 'librepository' 'librest-0_7-0' 'librest-0_7-0-32bit' 'librevenge-0_0-0' 'librevenge-stream-0_0-0' 'librmt1_0' 'librpmbuild9' 'librscg1_0' 'librsvg-2-2' 'librsvg-lang' 'librtmp1' 'librttr_core0_9_6' 'librubberband2' 'libruby2_6-2_6' 'libsamba-credentials0' 'libsamba-credentials0-32bit' 'libsamba-errors0' 'libsamba-errors0-32bit' 'libsamba-hostconfig0' 'libsamba-hostconfig0-32bit' 'libsamba-passdb0' 'libsamba-passdb0-32bit' 'libsamba-policy0-python3' 'libsamba-util0' 'libsamba-util0-32bit' 'libsamdb0' 'libsamdb0-32bit' 'libsamplerate0' 'libsane1' 'libsasl2-3' 'libsasl2-3-32bit' 'libsbc1' 'libscg1_0' 'libscgcmd1_0' 'libschily2_0' 'libschroedinger-1_0-0' 'libseccomp2' 'libsecret-1-0' 'libsecret-lang' 'libselinux1' 'libselinux1-32bit' 'libsemanage1' 'libsensors4' 'libsensors4-32bit' 'libsepol1' 'libserd-0-0' 'libserf-1-1' 'libserializer' 'libsgutils2-1_45-2' 'libsha1detectcoll1' 'libshaderc_shared1' 'libshine3' 'libshout3' 'libshp2' 'libsigc-2_0-0' 'libsignon-qt5-1' 'libslang2' 'libslopy7_4' 'libslp1' 'libsmartcols1' 'libsmbclient0' 'libsmbconf0' 'libsmbconf0-32bit' 'libsmbios-lang' 'libsmbios_c2' 'libsmbldap2' 'libsmbldap2-32bit' 'libsmi' 'libsmi2' 'libsmputils1-1' 'libsnapper5' 'libsnappy1' 'libsndfile1' 'libsndfile1-32bit' 'libsnmp30' 'libsnmp30-32bit' 'libsodium23' 'libsoftokn3' 'libsoftokn3-32bit' 'libsoftokn3-hmac' 'libsolv-tools' 'libsord-0-0' 'libsoup-2_4-1' 'libsoup-2_4-1-32bit' 'libsoup-lang' 'libsox3' 'libsoxr0' 'libspandsp2' 'libspeex1' 'libspeex1-32bit' 'libspeexdsp1' 'libspice-client-glib-2_0-8' 'libspice-client-glib-helper' 'libspice-client-gtk-3_0-5' 'libspice-server1' 'libsqlite3-0' 'libsqlite3-0-32bit' 'libsratom-0-0' 'libsrt1' 'libsrtp2-1' 'libssh-config' 'libssh2-1' 'libssh4' 'libssh4-32bit' 'libstaroffice-0_0-0' 'libstartup-notification-1-0' 'libstdc++6' 'libstdc++6-32bit' 'libstdc++6-pp-gcc9' 'libstdc++6-pp-gcc9-32bit' 'libstoken1' 'libstorage-ng-lang' 'libstorage-ng-ruby' 'libstorage-ng1' 'libsuitesparseconfig5' 'libsvn_auth_kwallet-1-0' 'libswresample1' 'libswresample3' 'libswscale3' 'libswscale5' 'libsystemd0' 'libsystemd0-32bit' 'libtag1' 'libtalloc2' 'libtalloc2-32bit' 'libtasn1' 'libtasn1-6' 'libtasn1-6-32bit' 'libtasn1-devel' 'libtbb2' 'libtdb1' 'libtdb1-32bit' 'libteamdctl0' 'libtermkey1' 'libtevent-util0' 'libtevent-util0-32bit' 'libtevent0' 'libtevent0-32bit' 'libtextstyle0' 'libthai-data' 'libthai0' 'libthai0-32bit' 'libtheora0' 'libtheora0-32bit' 'libtheoradec1' 'libtheoraenc1' 'libtiff5' 'libtiff5-32bit' 'libtirpc-netconfig' 'libtirpc3' 'libtirpc3-32bit' 'libtomcrypt1' 'libtommath1' 'libts0' 'libtsan0' 'libtss2-esys0' 'libtss2-mu0' 'libtss2-sys0' 'libtss2-tcti-device0' 'libtss2-tcti-mssim0' 'libtwolame0' 'libubsan1' 'libuchardet0' 'libudev1' 'libudev1-32bit' 'libudisks2-0' 'libudisks2-0_btrfs' 'libumfpack5' 'libunbound8' 'libunibilium4' 'libunistring2' 'libunistring2-32bit' 'libunity-gtk2-parser0' 'libunity-gtk3-parser0' 'libunwind' 'libunwind-32bit' 'libupnp15' 'libupower-glib3' 'liburcu6' 'libusb-1_0-0' 'libusb-1_0-0-32bit' 'libusbmuxd4' 'libusbmuxd6' 'libusbredirhost1' 'libusbredirparser1' 'libutempter0' 'libutf8proc2' 'libuuid1' 'libuuid1-32bit' 'libuv1' 'libv4l' 'libv4l1-0' 'libv4l1-0-32bit' 'libv4l2-0' 'libv4l2-0-32bit' 'libv4lconvert0' 'libv4lconvert0-32bit' 'libva-drm2' 'libva-drm2-32bit' 'libva-glx2' 'libva-wayland2' 'libva-x11-2' 'libva-x11-2-32bit' 'libva2' 'libva2-32bit' 'libvapoursynth-48' 'libvapoursynth-script0' 'libvdeplug3' 'libvdpau1' 'libvdpau_nouveau' 'libverto1' 'libverto1-32bit' 'libvidstab1_1' 'libvigraimpex11' 'libvirglrenderer1' 'libvirt-bash-completion' 'libvirt-client' 'libvirt-daemon' 'libvirt-daemon-config-network' 'libvirt-daemon-driver-interface' 'libvirt-daemon-driver-network' 'libvirt-daemon-driver-nodedev' 'libvirt-daemon-driver-nwfilter' 'libvirt-daemon-driver-qemu' 'libvirt-daemon-driver-secret' 'libvirt-daemon-driver-storage' 'libvirt-daemon-driver-storage-core' 'libvirt-daemon-driver-storage-disk' 'libvirt-daemon-driver-storage-gluster' 'libvirt-daemon-driver-storage-iscsi' 'libvirt-daemon-driver-storage-iscsi-direct' 'libvirt-daemon-driver-storage-logical' 'libvirt-daemon-driver-storage-mpath' 'libvirt-daemon-driver-storage-rbd' 'libvirt-daemon-driver-storage-scsi' 'libvirt-daemon-qemu' 'libvirt-glib-1_0-0' 'libvirt-libs' 'libvisio-0_1-1' 'libvisual' 'libvkd3d1' 'libvkd3d1-32bit' 'libvlc5' 'libvlccore9' 'libvncclient1' 'libvo-amrwbenc0' 'libvorbis0' 'libvorbis0-32bit' 'libvorbisenc2' 'libvorbisenc2-32bit' 'libvorbisfile3' 'libvorbisfile3-32bit' 'libvpx6' 'libvte-2_91-0' 'libvterm0' 'libvulkan1' 'libvulkan1-32bit' 'libwacom-data' 'libwacom2' 'libwavpack1' 'libwayland-client0' 'libwayland-client0-32bit' 'libwayland-cursor0' 'libwayland-cursor0-32bit' 'libwayland-egl1' 'libwayland-egl1-32bit' 'libwayland-server0' 'libwbclient0' 'libwbclient0-32bit' 'libwebkit2gtk-4_0-37' 'libwebkit2gtk3-lang' 'libwebp-tools' 'libwebp7' 'libwebp7-32bit' 'libwebpdemux2' 'libwebpmux3' 'libwebrtc_audio_processing1' 'libwinpr2' 'libwmf-0_2-7' 'libwoff2common1_0_2' 'libwoff2dec1_0_2' 'libwpd-0_10-10' 'libwpe-1_0-1' 'libwpg-0_3-3' 'libwps-0_4-4' 'libwrap0' 'libwrap0-32bit' 'libwx_baseu-suse3_0_4' 'libwx_baseu_net-suse3_0_4' 'libwx_baseu_xml-suse3_0_4' 'libwx_gtk2u_adv-suse3_0_4' 'libwx_gtk2u_aui-suse3_0_4' 'libwx_gtk2u_core-suse3_0_4' 'libwx_gtk2u_gl-suse3_0_4' 'libwx_gtk2u_html-suse3_0_4' 'libwx_gtk2u_qa-suse3_0_4' 'libwx_gtk2u_xrc-suse3_0_4' 'libx264-155' 'libx264-157' 'libx265-169' 'libx265-176' 'libx265-179' 'libx265-188' 'libx86emu3' 'libxapian30' 'libxcb-composite0' 'libxcb-cursor0' 'libxcb-damage0' 'libxcb-dpms0' 'libxcb-dri2-0' 'libxcb-dri2-0-32bit' 'libxcb-dri3-0' 'libxcb-dri3-0-32bit' 'libxcb-glx0' 'libxcb-glx0-32bit' 'libxcb-icccm4' 'libxcb-image0' 'libxcb-keysyms1' 'libxcb-present0' 'libxcb-present0-32bit' 'libxcb-randr0' 'libxcb-record0' 'libxcb-render-util0' 'libxcb-render0' 'libxcb-render0-32bit' 'libxcb-res0' 'libxcb-shape0' 'libxcb-shm0' 'libxcb-shm0-32bit' 'libxcb-sync1' 'libxcb-sync1-32bit' 'libxcb-util1' 'libxcb-xfixes0' 'libxcb-xinerama0' 'libxcb-xinput0' 'libxcb-xkb1' 'libxcb-xv0' 'libxcb1' 'libxcb1-32bit' 'libxcrypt-devel' 'libxerces-c-3_2' 'libxkbcommon-x11-0' 'libxkbcommon0' 'libxkbcommon0-32bit' 'libxkbfile1' 'libxklavier16' 'libxml++-2_6-2' 'libxml++-3_0-1' 'libxml2-2' 'libxml2-2-32bit' 'libxml2-tools' 'libxmlb1' 'libxmlsec1-1' 'libxmlsec1-nss1' 'libxshmfence1' 'libxshmfence1-32bit' 'libxslt-tools' 'libxslt1' 'libxslt1-32bit' 'libxtables12' 'libxvidcore4' 'libyajl2' 'libyaml-0-2' 'libykpers-1-1' 'libyubikey0' 'libyui-ncurses-pkg11' 'libyui-ncurses11' 'libyui-qt-graph11' 'libyui-qt-pkg11' 'libyui-qt11' 'libyui11' 'libz1' 'libz1-32bit' 'libzbar0' 'libzck1' 'libzimg2' 'libzio1' 'libzip5' 'libzita-convolver4' 'libzmf-0_0-0' 'libzmq5' 'libzstd1' 'libzstd1-32bit' 'libzvbi0' 'libzypp' 'libzypp-plugin-appdata' 'libzzip-0-13' 'lifecycle-data-openSUSE' 'lightdm' 'lightdm-gtk-greeter' 'lightdm-gtk-greeter-branding-openSUSE' 'lightdm-gtk-greeter-lang' 'lightdm-lang' 'linux-glibc-devel' 'lksctp-tools' 'lockdev' 'logrotate' 'lsof' 'lsp-plugins' 'lsp-plugins-common' 'lsscsi' 'lua51' 'lua51-bit32' 'lua51-ldbus' 'lua51-lua-dbus' 'lua51-lua-mpris' 'lua51-luv' 'luit' 'lv2-calf' 'lv2-lsp-plugins' 'lvm2' 'lxcfs' 'lxcfs-hooks-lxc' 'lxd' 'lxd-bash-completion' 'lzop' 'm4' 'mailcommon' 'mailcommon-lang' 'mailimporter' 'mailimporter-lang' 'mailx' 'maim' 'make' 'make-lang' 'makedumpfile' 'man' 'man-pages' 'man-pages-posix' 'marble' 'marble-data' 'marble-doc' 'marble-kde' 'marble-lang' 'mariadb' 'mariadb-client' 'mariadb-errormessages' 'mbimcli-bash-completion' 'mbox-importer' 'mbox-importer-lang' 'mcelog' 'mda-lv2' 'mdadm' 'media-player-info' 'melt' 'memcached' 'messagelib' 'messagelib-lang' 'metamail' 'metatheme-adwaita-common' 'metatheme-breeze-common' 'metatheme-greybird-geeko-common' 'milou5' 'milou5-lang' 'minimal_base' 'mjpegtools' 'mkfontscale' 'mkisofs' 'mobile-broadband-provider-info' 'mobipocket' 'movit8-data' 'mozilla-nspr' 'mozilla-nspr-32bit' 'mozilla-nss' 'mozilla-nss-32bit' 'mozilla-nss-certs' 'mozilla-nss-certs-32bit' 'mpd' 'mpg123-jack' 'mpg123-openal' 'mpg123-pulse' 'mpt-status' 'mpv' 'mpv-bash-completion' 'mpv-zsh-completion' 'mtools' 'multimedia' 'multipath-tools' 'mutter' 'mutter-data' 'myspell-dictionaries' 'myspell-en' 'myspell-en_GB' 'myspell-en_US' 'myspell-lightproof-en' 'nano' 'nano-lang' 'ncdu' 'ncurses-utils' 'neofetch' 'neovim' 'neovim-lang' 'net-snmp' 'net-tools' 'net-tools-lang' 'netcat-openbsd' 'netcfg' 'netpbm' 'nfs-client' 'nfs-kernel-server' 'nftables' 'nodejs-common' 'nodejs12' 'nodejs12-devel' 'nohang' 'nohang-desktop' 'notification-daemon' 'notification-daemon-lang' 'noto-coloremoji-fonts' 'noto-sans-fonts' 'npm12' 'nscd' 'nss-mdns' 'nss-mdns-32bit' 'ntfs-3g' 'ntfsprogs' 'ntp' 'numactl' 'numad' 'numlockx' 'nvidia-computeG05' 'nvidia-gfxG05-kmp-default' 'nvidia-glG05' 'office' 'okular' 'okular-lang' 'open-iscsi' 'openSUSE' 'openSUSE-build-key' 'openSUSE-release' 'openSUSE-release-dvd' 'openSUSE-release-ftp' 'openal-soft-data' 'openal-soft-tools' 'openconnect' 'openconnect-lang' 'openldap2-client' 'openslp' 'openssh' 'openssh-askpass-gnome' 'openssh-helpers' 'openssl' 'openssl-1_1' 'opensuse-welcome' 'opensuse-welcome-lang' 'openvpn' 'orion' 'os-prober' 'osinfo-db' 'ovmf' 'oxygen5-icon-theme' 'oxygen5-icon-theme-large' 'oxygen5-sounds' 'p11-kit' 'p11-kit-32bit' 'p11-kit-devel' 'p11-kit-tools' 'p7zip' 'p7zip-full' 'pam' 'pam-32bit' 'pam-config' 'parallel-printer-support' 'parted' 'parted-lang' 'patch' 'patterns-base-apparmor' 'patterns-base-base' 'patterns-base-basesystem' 'patterns-base-enhanced_base' 'patterns-base-minimal_base' 'patterns-base-sw_management' 'patterns-base-x11' 'patterns-base-x11_enhanced' 'patterns-desktop-books' 'patterns-desktop-multimedia' 'patterns-devel-python-devel_python3' 'patterns-fonts-fonts' 'patterns-fonts-fonts_opt' 'patterns-games-games' 'patterns-kde-kde' 'patterns-kde-kde_games' 'patterns-kde-kde_internet' 'patterns-kde-kde_multimedia' 'patterns-kde-kde_office' 'patterns-kde-kde_pim' 'patterns-kde-kde_plasma' 'patterns-kde-kde_utilities' 'patterns-kde-kde_utilities_opt' 'patterns-kde-kde_yast' 'patterns-office-office' 'patterns-server-kvm_server' 'patterns-server-kvm_tools' 'patterns-yast-x11_yast' 'patterns-yast-yast2_basis' 'pciutils' 'pcsc-lite' 'pentaho-libxml' 'pentaho-reporting-flow-engine' 'perf' 'perl' 'perl-32bit' 'perl-Archive-Zip' 'perl-Authen-SASL' 'perl-Bootloader' 'perl-CPAN-Changes' 'perl-Cpanel-JSON-XS' 'perl-Crypt-SmbHash' 'perl-DBD-SQLite' 'perl-DBI' 'perl-Devel-Symdump' 'perl-Digest-HMAC' 'perl-Digest-MD4' 'perl-Digest-SHA1' 'perl-Encode-Locale' 'perl-Error' 'perl-File-FcntlLock' 'perl-File-Listing' 'perl-File-RandomAccess' 'perl-HTML-Parser' 'perl-HTML-Tagset' 'perl-HTTP-Cookies' 'perl-HTTP-Daemon' 'perl-HTTP-Date' 'perl-HTTP-Message' 'perl-HTTP-Negotiate' 'perl-IO-HTML' 'perl-IO-Socket-SSL' 'perl-Image-ExifTool' 'perl-LWP-MediaTypes' 'perl-LWP-Protocol-https' 'perl-MailTools' 'perl-Net-DBus' 'perl-Net-HTTP' 'perl-Net-SMTP-SSL' 'perl-Net-SSLeay' 'perl-Parse-RecDescent' 'perl-Pod-Coverage' 'perl-SNMP' 'perl-Term-ReadKey' 'perl-Term-ReadLine-Gnu' 'perl-Test-Pod' 'perl-Test-Pod-Coverage' 'perl-TimeDate' 'perl-Try-Tiny' 'perl-URI' 'perl-WWW-RobotRules' 'perl-X11-Protocol' 'perl-X500-DN' 'perl-XML-Dumper' 'perl-XML-LibXML' 'perl-XML-NamespaceSupport' 'perl-XML-Parser' 'perl-XML-SAX' 'perl-XML-SAX-Base' 'perl-XML-SAX-Expat' 'perl-XML-Simple' 'perl-XML-Twig' 'perl-XML-XPath' 'perl-apparmor' 'perl-base' 'perl-gettext' 'perl-libwww-perl' 'permissions' 'permissions-config' 'permissions-doc' 'phonon4qt5-backend-gstreamer' 'phonon4qt5-backend-gstreamer-lang' 'phonon4qt5-lang' 'phononsettings' 'phononsettings-lang' 'picard' 'picard-lang' 'pigz' 'pim-data-exporter' 'pim-data-exporter-lang' 'pim-sieve-editor' 'pim-sieve-editor-lang' 'pimcommon' 'pimcommon-lang' 'pinentry' 'pinentry-qt5' 'pipewire' 'pipewire-modules' 'pipewire-spa-plugins-0_2' 'pipewire-spa-tools' 'pipewire-tools' 'pkcs11-helper' 'pkgconf' 'pkgconf-m4' 'pkgconf-pkg-config' 'plasma-browser-integration' 'plasma-browser-integration-lang' 'plasma-framework' 'plasma-framework-components' 'plasma-framework-lang' 'plasma-nm5' 'plasma-nm5-l2tp' 'plasma-nm5-lang' 'plasma-nm5-openconnect' 'plasma-nm5-openvpn' 'plasma-nm5-pptp' 'plasma5-addons' 'plasma5-addons-lang' 'plasma5-applet-suse-prime' 'plasma5-defaults-openSUSE' 'plasma5-desktop' 'plasma5-desktop-emojier' 'plasma5-desktop-lang' 'plasma5-integration-plugin' 'plasma5-integration-plugin-lang' 'plasma5-pa' 'plasma5-pa-lang' 'plasma5-pk-updates' 'plasma5-pk-updates-lang' 'plasma5-session' 'plasma5-session-wayland' 'plasma5-theme-openSUSE' 'plasma5-thunderbolt' 'plasma5-thunderbolt-lang' 'plasma5-workspace' 'plasma5-workspace-branding-openSUSE' 'plasma5-workspace-lang' 'plasma5-workspace-libs' 'plymouth' 'plymouth-branding-openSUSE' 'plymouth-dracut' 'plymouth-plugin-label' 'plymouth-plugin-label-ft' 'plymouth-plugin-script' 'plymouth-plugin-two-step' 'plymouth-scripts' 'plymouth-theme-bgrt' 'plymouth-theme-spinner' 'pmdk' 'pngquant' 'podman' 'podman-cni-config' 'polkit' 'polkit-default-privs' 'polkit-kde-agent-5' 'polkit-kde-agent-5-lang' 'poppler-data' 'poppler-tools' 'postfix' 'powerdevil5' 'powerdevil5-lang' 'powerline-fonts' 'powertop' 'ppp' 'pptp' 'prctl' 'prison-qt5-imports' 'procinfo' 'procmail' 'procps' 'psmisc' 'psmisc-lang' 'psqlODBC' 'psutils' 'ptools' 'publicsuffix' 'pulseaudio' 'pulseaudio-bash-completion' 'pulseaudio-lang' 'pulseaudio-module-bluetooth' 'pulseaudio-module-gconf' 'pulseaudio-module-x11' 'pulseaudio-module-zeroconf' 'pulseaudio-utils' 'pulseaudio-utils-32bit' 'pulseaudio-zsh-completion' 'pulseeffects' 'pulseeffects-lang' 'purge-kernels-service' 'purpose' 'purpose-lang' 'pv' 'python' 'python-base' 'python-enum34' 'python-gobject2' 'python-gtk' 'python-qt5-common-devel' 'python-qtwebengine-qt5-sip' 'python-rpm-generators' 'python-rpm-macros' 'python-sip-common' 'python-xml' 'python2-appdirs' 'python2-configobj' 'python2-dbus-python' 'python2-gobject' 'python2-mutagen' 'python2-ordered-set' 'python2-packaging' 'python2-pip' 'python2-pycairo' 'python2-pyparsing' 'python2-qt5' 'python2-setuptools' 'python2-sip' 'python2-six' 'python3' 'python3-Automat' 'python3-Babel' 'python3-Jinja2' 'python3-Markdown' 'python3-MarkupSafe' 'python3-Pillow' 'python3-PyAudio' 'python3-PyHamcrest' 'python3-PyJWT' 'python3-PyNaCl' 'python3-PySocks' 'python3-PyYAML' 'python3-Pygments' 'python3-Send2Trash' 'python3-Twisted' 'python3-Unidecode' 'python3-apparmor' 'python3-appdirs' 'python3-asn1crypto' 'python3-atomicwrites' 'python3-attrs' 'python3-audioread' 'python3-base' 'python3-bcc' 'python3-bcrypt' 'python3-beautifulsoup4' 'python3-bind' 'python3-blinker' 'python3-boto3' 'python3-botocore' 'python3-brotlipy' 'python3-certifi' 'python3-cffi' 'python3-chardet' 'python3-cmdln' 'python3-configobj' 'python3-constantly' 'python3-coverage' 'python3-createrepo_c' 'python3-cryptography' 'python3-cssselect' 'python3-cupshelpers' 'python3-curses' 'python3-dbm' 'python3-dbus-python' 'python3-decorator' 'python3-devel' 'python3-discid' 'python3-discogs-client' 'python3-dnspython' 'python3-docutils' 'python3-ecdsa' 'python3-entrypoints' 'python3-evdev' 'python3-filelock' 'python3-firewall' 'python3-flake8' 'python3-fluidity-sm' 'python3-future' 'python3-gobject' 'python3-gobject-Gdk' 'python3-gobject-cairo' 'python3-greenlet' 'python3-gssapi' 'python3-h2' 'python3-hiredis' 'python3-hpack' 'python3-httplib2' 'python3-hyperframe' 'python3-hyperlink' 'python3-idna' 'python3-incremental' 'python3-invoke' 'python3-ipaddr' 'python3-jellyfish' 'python3-jmespath' 'python3-jsonschema' 'python3-keyczar' 'python3-ldb' 'python3-lexicon' 'python3-libvirt-python' 'python3-libxml2' 'python3-linux-procfs' 'python3-lxml' 'python3-mccabe' 'python3-more-itertools' 'python3-msgpack' 'python3-munkres' 'python3-musicbrainzngs' 'python3-mutagen' 'python3-mysqlclient' 'python3-ndg-httpsclient' 'python3-neovim' 'python3-netifaces' 'python3-ntlm-auth' 'python3-oauthlib' 'python3-olefile' 'python3-ordered-set' 'python3-packaging' 'python3-paramiko' 'python3-passlib' 'python3-pathspec' 'python3-pbkdf2' 'python3-pexpect' 'python3-pip' 'python3-pluggy' 'python3-ply' 'python3-podman-compose' 'python3-protobuf' 'python3-ptyprocess' 'python3-py' 'python3-pyOpenSSL' 'python3-pyacoustid' 'python3-pyasn1' 'python3-pyasn1-modules' 'python3-pycairo' 'python3-pycodestyle' 'python3-pycparser' 'python3-pycryptodome' 'python3-pycups' 'python3-pycurl' 'python3-pyflakes' 'python3-pylast' 'python3-pymad' 'python3-pyparsing' 'python3-pyrsistent' 'python3-pyserial' 'python3-pytest' 'python3-python-dateutil' 'python3-python-memcached' 'python3-python-mpd2' 'python3-pytz' 'python3-pyudev' 'python3-pyvmomi' 'python3-pywinrm' 'python3-pyxdg' 'python3-qt5' 'python3-qtwebengine-qt5' 'python3-rarfile' 'python3-redis' 'python3-requests' 'python3-requests-oauthlib' 'python3-requests_ntlm' 'python3-rfc3986' 'python3-roman' 'python3-rpm' 'python3-s3transfer' 'python3-service_identity' 'python3-setuptools' 'python3-simplejson' 'python3-sip' 'python3-six' 'python3-slip' 'python3-slip-dbus' 'python3-solv' 'python3-soupsieve' 'python3-systemd' 'python3-talloc' 'python3-tdb' 'python3-tevent' 'python3-toml' 'python3-tox' 'python3-urllib3' 'python3-vapoursynth' 'python3-virtualenv' 'python3-wcwidth' 'python3-xmltodict' 'python3-yamllint' 'python3-zipp' 'python3-zope.interface' 'python3-zypp-plugin' 'qalculate-data' 'qemu' 'qemu-audio-pa' 'qemu-block-curl' 'qemu-block-rbd' 'qemu-block-ssh' 'qemu-ipxe' 'qemu-ksm' 'qemu-microvm' 'qemu-ovmf-x86_64' 'qemu-seabios' 'qemu-sgabios' 'qemu-tools' 'qemu-ui-curses' 'qemu-ui-gtk' 'qemu-ui-sdl' 'qemu-ui-spice-app' 'qemu-vgabios' 'qemu-x86' 'qqc2-desktop-style' 'qscintilla2_qt5' 'radvd' 'rar' 'rclone' 'rclone-bash-completion' 'rclone-zsh-completion' 'rdma-core' 'readline-doc' 'redis' 'reiserfs' 'release-notes-openSUSE' 'remmina' 'remmina-lang' 'remmina-plugin-rdp' 'remmina-plugin-secret' 'remmina-plugin-vnc' 'rgb' 'rkhunter' 'rp-pppoe' 'rpcbind' 'rpm' 'rpm-32bit' 'rpm-build' 'rpm-build-perl' 'rpm-build-python' 'rpm-config-SUSE' 'rsibreak' 'rsibreak-lang' 'rsync' 'rsyslog' 'rtkit' 'rubberband-ladspa' 'ruby' 'ruby-common' 'ruby-solv' 'ruby2.6' 'ruby2.6-rubygem-abstract_method' 'ruby2.6-rubygem-cfa' 'ruby2.6-rubygem-cfa_grub2' 'ruby2.6-rubygem-cheetah' 'ruby2.6-rubygem-fast_gettext' 'ruby2.6-rubygem-gem2rpm' 'ruby2.6-rubygem-ruby-augeas' 'ruby2.6-rubygem-ruby-dbus' 'ruby2.6-rubygem-simpleidn' 'ruby2.6-rubygem-unf' 'ruby2.6-rubygem-unf_ext' 'runc' 'sac' 'samba' 'samba-client' 'samba-client-32bit' 'samba-libs' 'samba-libs-32bit' 'samba-libs-python3' 'samba-python3' 'samba-winbind' 'samba-winbind-32bit' 'sane-backends' 'sane-backends-32bit' 'sane-backends-autoconfig' 'sasl2-kdexoauth2' 'sbc' 'scout' 'screen' 'sddm' 'sddm-branding-openSUSE' 'sddm-theme-openSUSE' 'sed' 'sed-lang' 'sensors' 'sessreg' 'setserial' 'setxkbmap' 'sg3_utils' 'sgml-skel' 'sha3sum' 'shadow' 'shared-mime-info' 'shared-mime-info-lang' 'shared-python-startup' 'sharutils' 'sharutils-lang' 'shim' 'signon-kwallet-extension' 'signon-plugin-oauth2' 'signon-plugins' 'signon-ui' 'signond' 'signond-libs' 'site-config' 'skanlite' 'skanlite-lang' 'slirp4netns' 'smartmontools' 'smp_utils' 'snapper' 'snapper-zypp-plugin' 'snmp-mibs' 'solid-imports' 'solid-tools' 'sonnet' 'sound-theme-freedesktop' 'sox' 'spax' 'spectacle' 'spectacle-lang' 'spectre-meltdown-checker' 'speedtest-cli' 'spek' 'sqlite3' 'sqlitebrowser' 'squashfs' 'sshfs' 'sshpass' 'star' 'steam' 'steamtricks' 'steamtricks-data' 'stellarium' 'stix-fonts' 'strace' 'strongswan-ipsec' 'strongswan-libs0' 'subversion' 'subversion-bash-completion' 'subversion-perl' 'sudo' 'supermin' 'surfraw' 'suse-module-tools' 'suse-prime' 'susepaste' 'susepaste-screenshot' 'sw_management' 'syntax-highlighting' 'sysconfig' 'sysconfig-netconfig' 'syslinux' 'syslog-service' 'sysstat' 'system-group-hardware' 'system-group-wheel' 'system-tuning-common-SUSE' 'system-user-bin' 'system-user-daemon' 'system-user-flatpak' 'system-user-lp' 'system-user-mail' 'system-user-man' 'system-user-nobody' 'system-user-root' 'system-user-tftp' 'systemd' 'systemd-32bit' 'systemd-container' 'systemd-icon-branding-openSUSE' 'systemd-network' 'systemd-presets-branding-openSUSE' 'systemd-presets-common-SUSE' 'systemd-rpm-macros' 'systemd-sysvinit' 'systemsettings5' 'systemsettings5-lang' 'sysuser-shadow' 'sysvinit-tools' 'tar' 'tar-lang' 'tar-rmt' 'tcl' 'tcpdump' 'tcsh' 'tcsh-lang' 'teamviewer-suse' 'telnet' 'terminfo' 'terminfo-base' 'terminfo-screen' 'texlive-lm-fonts' 'tftp' 'thin-provisioning-tools' 'tigervnc' 'time' 'timezone' 'timezone-java' 'tk' 'tmux' 'tnftp' 'traceroute' 'translation-update' 'tree' 'tuned' 'typelib-1_0-AppIndicator3-0_1' 'typelib-1_0-Atk-1_0' 'typelib-1_0-Flatpak-1_0' 'typelib-1_0-Fwupd-2_0' 'typelib-1_0-GVnc-1_0' 'typelib-1_0-GdkPixbuf-2_0' 'typelib-1_0-Gst-1_0' 'typelib-1_0-Gtk-3_0' 'typelib-1_0-GtkSource-4' 'typelib-1_0-GtkVnc-2_0' 'typelib-1_0-Json-1_0' 'typelib-1_0-Libosinfo-1_0' 'typelib-1_0-LibvirtGLib-1_0' 'typelib-1_0-NM-1_0' 'typelib-1_0-Pango-1_0' 'typelib-1_0-Soup-2_4' 'typelib-1_0-SpiceClientGlib-2_0' 'typelib-1_0-SpiceClientGtk-3_0' 'typelib-1_0-Vte-2.91' 'typescript' 'ucode-amd' 'ucode-intel' 'udev' 'udev-configure-printer' 'udisks2' 'udisks2-lang' 'unbound-anchor' 'unity-gtk-module-common' 'unity-gtk2-module' 'unity-gtk3-module' 'unixODBC' 'unrar' 'unzip' 'unzip-doc' 'update-alternatives' 'update-desktop-files' 'upower' 'upower-lang' 'usb_modeswitch' 'usb_modeswitch-data' 'usbmuxd' 'usbutils' 'util-linux' 'util-linux-lang' 'util-linux-systemd' 'vim' 'vim-data' 'vim-data-common' 'virt-install' 'virt-manager' 'virt-manager-common' 'virt-v2v' 'virt-viewer' 'virt-what' 'vlan' 'vlc' 'vlc-codec-gstreamer' 'vlc-codecs' 'vlc-noX' 'vlc-opencv' 'vlc-qt' 'vlc-vdpau' 'vm-install' 'vorbis-tools' 'vorbis-tools-lang' 'vte-lang' 'vulkan-tools' 'w3m' 'w3m-inline-image' 'wallpaper-branding-openSUSE' 'webkit2gtk-4_0-injected-bundles' 'wget' 'which' 'whois' 'wicked' 'wicked-service' 'wine-gecko' 'wine-mono' 'wine-staging' 'wine-staging-32bit' 'winetricks' 'wireguard-tools' 'wireless-regdb' 'wireless-tools' 'wmctrl' 'wol' 'wol-lang' 'words' 'wpa_supplicant' 'wxWidgets-lang' 'x11' 'x11-tools' 'x11-video-nvidiaG05' 'xauth' 'xbitmaps' 'xbrlapi' 'xclip' 'xclock' 'xconsole' 'xdg-dbus-proxy' 'xdg-desktop-portal' 'xdg-desktop-portal-gtk' 'xdg-desktop-portal-gtk-lang' 'xdg-desktop-portal-kde' 'xdg-desktop-portal-kde-lang' 'xdg-desktop-portal-lang' 'xdg-menu' 'xdg-user-dirs' 'xdg-user-dirs-lang' 'xdg-utils' 'xdm' 'xdmbgrd' 'xembedsniproxy' 'xen-libs' 'xf86-input-evdev' 'xf86-input-joystick' 'xf86-input-keyboard' 'xf86-input-libinput' 'xf86-input-mouse' 'xf86-input-synaptics' 'xf86-input-vmmouse' 'xf86-input-void' 'xf86-input-wacom' 'xf86-video-fbdev' 'xf86-video-nouveau' 'xf86-video-vesa' 'xfsprogs' 'xhost' 'xinetd' 'xinit' 'xkbcomp' 'xkeyboard-config' 'xkeyboard-config-lang' 'xl2tpd' 'xli' 'xmessage' 'xml-commons-apis' 'xmlcharent' 'xmlstarlet' 'xmodmap' 'xorg-x11-Xvnc' 'xorg-x11-Xvnc-module' 'xorg-x11-driver-video' 'xorg-x11-essentials' 'xorg-x11-fonts' 'xorg-x11-fonts-core' 'xorg-x11-libX11-ccache' 'xorg-x11-server' 'xorg-x11-server-Xvfb' 'xorg-x11-server-extra' 'xorg-x11-server-wayland' 'xorriso' 'xprop' 'xrandr' 'xrdb' 'xscreensaver' 'xscreensaver-data' 'xscreensaver-lang' 'xsel' 'xset' 'xsetroot' 'xsettingsd' 'xtables-plugins' 'xterm' 'xterm-bin' 'xtermset' 'xz' 'xz-lang' 'yast2' 'yast2-add-on' 'yast2-alternatives' 'yast2-apparmor' 'yast2-auth-client' 'yast2-auth-server' 'yast2-bootloader' 'yast2-control-center' 'yast2-control-center-qt' 'yast2-core' 'yast2-country' 'yast2-country-data' 'yast2-firewall' 'yast2-fonts' 'yast2-hardware-detection' 'yast2-installation' 'yast2-iscsi-client' 'yast2-journal' 'yast2-kdump' 'yast2-ldap' 'yast2-logs' 'yast2-mail' 'yast2-metapackage-handler' 'yast2-network' 'yast2-nfs-client' 'yast2-nfs-common' 'yast2-nis-client' 'yast2-ntp-client' 'yast2-online-update' 'yast2-online-update-frontend' 'yast2-packager' 'yast2-pam' 'yast2-perl-bindings' 'yast2-pkg-bindings' 'yast2-printer' 'yast2-proxy' 'yast2-python3-bindings' 'yast2-qt-branding-openSUSE' 'yast2-ruby-bindings' 'yast2-samba-client' 'yast2-samba-server' 'yast2-scanner' 'yast2-schema' 'yast2-security' 'yast2-services-manager' 'yast2-slp' 'yast2-snapper' 'yast2-sound' 'yast2-storage-ng' 'yast2-sudo' 'yast2-support' 'yast2-sysconfig' 'yast2-tftp-server' 'yast2-theme' 'yast2-theme-breeze' 'yast2-theme-oxygen' 'yast2-trans-en' 'yast2-trans-en_US' 'yast2-trans-stats' 'yast2-transfer' 'yast2-tune' 'yast2-update' 'yast2-users' 'yast2-vm' 'yast2-vpn' 'yast2-x11' 'yast2-xml' 'yast2-ycp-ui-bindings' 'yast2_basis' 'youtube-dl' 'youtube-dl-bash-completion' 'youtube-dl-zsh-completion' 'yp-tools' 'zenity' 'zenity-lang' 'zerofree' 'zeromq-tools' 'zip' 'zisofs-tools' 'zlib-devel' 'zsh' 'zstd' 'zypper' 'zypper-aptitude' 'zypper-lifecycle-plugin' 'zypper-log' 'zypper-needs-restarting'
+'AppStream' 'AppStream-lang' 'ImageMagick' 'ImageMagick-config-7-SUSE' 'Mesa' 'Mesa-32bit' 'Mesa-demo-x' 'Mesa-dri' 'Mesa-dri-32bit' 'Mesa-dri-nouveau' 'Mesa-gallium' 'Mesa-gallium-32bit' 'Mesa-libEGL1' 'Mesa-libGL1' 'Mesa-libGL1-32bit' 'Mesa-libglapi0' 'Mesa-libglapi0-32bit' 'Mesa-libva' 'Mesa-vulkan-device-select' 'Mesa-vulkan-device-select-32bit' 'ModemManager' 'ModemManager-bash-completion' 'ModemManager-lang' 'MozillaFirefox' 'MozillaFirefox-branding-openSUSE' 'MozillaThunderbird' 'NetworkManager' 'NetworkManager-branding-openSUSE' 'NetworkManager-l2tp' 'NetworkManager-l2tp-lang' 'NetworkManager-lang' 'NetworkManager-openconnect' 'NetworkManager-openconnect-lang' 'NetworkManager-openvpn' 'NetworkManager-openvpn-lang' 'NetworkManager-pptp' 'NetworkManager-pptp-lang' 'PackageKit' 'PackageKit-backend-zypp' 'PackageKit-branding-openSUSE' 'PackageKit-gstreamer-plugin' 'PackageKit-gtk3-module' 'PackageKit-lang' 'aaa_base' 'aaa_base-extras' 'accounts-qml-module' 'accountsservice' 'accountsservice-lang' 'acl' 'acpica' 'adjtimex' 'adobe-sourcecodepro-fonts' 'adobe-sourcesanspro-fonts' 'adobe-sourceserifpro-fonts' 'adwaita-icon-theme' 'akonadi-calendar-lang' 'akonadi-calendar-tools' 'akonadi-calendar-tools-lang' 'akonadi-contact' 'akonadi-contact-lang' 'akonadi-import-wizard' 'akonadi-import-wizard-lang' 'akonadi-mime' 'akonadi-mime-lang' 'akonadi-notes-lang' 'akonadi-plugin-calendar' 'akonadi-plugin-contacts' 'akonadi-plugin-kalarmcal' 'akonadi-plugin-mime' 'akonadi-search' 'akonadi-search-lang' 'akonadi-server' 'akonadi-server-lang' 'akonadi-server-sqlite' 'akregator' 'akregator-lang' 'alacritty' 'alacritty-bash-completion' 'alacritty-zsh-completion' 'alsa' 'alsa-devel' 'alsa-devel-32bit' 'alsa-oss' 'alsa-oss-32bit' 'alsa-plugins' 'alsa-plugins-jack-32bit' 'alsa-plugins-pulse' 'alsa-plugins-pulse-32bit' 'alsa-plugins-speexrate' 'alsa-plugins-upmix' 'alsa-ucm-conf' 'alsa-utils' 'anki' 'ansible' 'apache-commons-logging' 'apache-parent' 'apparmor' 'apparmor-abstractions' 'apparmor-docs' 'apparmor-parser' 'apparmor-parser-lang' 'apparmor-profiles' 'apparmor-utils' 'apparmor-utils-lang' 'appstream-glib' 'appstream-glib-lang' 'argon2' 'argyllcms' 'ark' 'ark-lang' 'at-spi2-atk-common' 'at-spi2-atk-gtk2' 'at-spi2-core' 'at-spi2-core-lang' 'atk-lang' 'atop' 'attica-qt5' 'attr' 'audit' 'augeas' 'augeas-lenses' 'autofs' 'autopano-sift-C' 'autoyast2' 'autoyast2-installation' 'avahi' 'avahi-lang' 'babeltrace' 'baloo5-file' 'baloo5-file-lang' 'baloo5-imports' 'baloo5-imports-lang' 'baloo5-kioslaves' 'baloo5-kioslaves-lang' 'baloo5-tools' 'baloo5-tools-lang' 'baloo5-widgets' 'baloo5-widgets-lang' 'base' 'bash' 'bash-completion' 'bash-doc' 'bash-lang' 'bat' 'bcc-tools' 'beets' 'bind-utils' 'binutils' 'bison' 'bison-lang' 'blog' 'bluedevil5' 'bluedevil5-lang' 'bluez' 'bluez-qt-imports' 'bluez-qt-udev' 'bmon' 'bolt' 'books' 'bookworm' 'bookworm-lang' 'boost-license1_74_0' 'branding-openSUSE' 'breeze' 'breeze5-cursors' 'breeze5-decoration' 'breeze5-icons' 'breeze5-style' 'breeze5-style-lang' 'breeze5-wallpapers' 'brltty' 'brltty-driver-at-spi2' 'brltty-driver-brlapi' 'brltty-driver-xwindow' 'brltty-lang' 'bsdiff' 'bsdtar' 'btrfsmaintenance' 'btrfsprogs' 'btrfsprogs-udev-rules' 'bubblewrap' 'buildah' 'busybox-static' 'bzip2' 'ca-certificates' 'ca-certificates-mozilla' 'ca-certificates-steamtricks' 'cabextract' 'cachefilesd' 'calendarsupport' 'calendarsupport-lang' 'calf' 'calligra-extras-filemanagertemplates' 'cantarell-fonts' 'cantata' 'cantata-lang' 'catatonit' 'checkmedia' 'chezmoi' 'chkstat' 'chromaprint-fpcalc' 'chromium' 'chrony' 'chrony-pool-openSUSE' 'cifs-utils' 'cmus' 'cmus-plugin-cue' 'cmus-plugin-ffmpeg' 'cmus-plugin-flac' 'cmus-plugin-mpc' 'cmus-plugin-pulse' 'cmus-plugin-wavpack' 'cni' 'cni-plugins' 'codium' 'colord' 'colord-color-profiles' 'colord-gtk-lang' 'colord-kde' 'colord-kde-lang' 'colord-lang' 'command-not-found' 'conmon' 'coreutils' 'coreutils-doc' 'coreutils-lang' 'cpio' 'cpio-lang' 'cpio-mt' 'cpp' 'cpp10' 'cpp9' 'cpupower' 'cracklib' 'cracklib-dict-full' 'crda' 'criu' 'cron' 'cronie' 'cryptsetup' 'cups' 'cups-client' 'cups-config' 'cups-filters' 'curl' 'cvs' 'cvsps' 'cyrus-sasl' 'cyrus-sasl-crammd5' 'cyrus-sasl-digestmd5' 'cyrus-sasl-gssapi' 'cyrus-sasl-plain' 'db48-utils' 'dbus-1' 'dbus-1-glib' 'dbus-1-glib-32bit' 'dbus-1-glib-tool' 'dbus-1-x11' 'dconf' 'debhelper' 'dejavu-fonts' 'deltarpm' 'desktop-data-openSUSE' 'desktop-file-utils' 'desktop-translations' 'devel_python3' 'device-mapper' 'dhcp' 'dhcp-client' 'dialog' 'dialog-lang' 'diffutils' 'diffutils-lang' 'dirmngr' 'discover' 'discover-backend-flatpak' 'discover-backend-fwupd' 'discover-backend-packagekit' 'discover-lang' 'distribution-logos-openSUSE-Tumbleweed' 'dmidecode' 'dmraid' 'dmz-icon-theme-cursors' 'dnsmasq' 'docbook-xsl-stylesheets' 'docbook_4' 'dolphin' 'dolphin-part' 'dolphin-part-lang' 'dos2unix' 'dosbox' 'dosfstools' 'dpkg' 'dpkg-lang' 'dracut' 'drkonqi5' 'drkonqi5-lang' 'dssi' 'dvd+rw-tools' 'dvdauthor' 'dvgrab' 'dwz' 'e2fsprogs' 'earlyoom' 'ebtables' 'efibootmgr' 'efont-unicode-bitmap-fonts' 'elfutils' 'elfutils-lang' 'elisa' 'elisa-lang' 'enblend-enfuse' 'enchant-2-backend-hunspell' 'enchant-data' 'enhanced_base' 'enscript' 'ethtool' 'eventviews' 'eventviews-lang' 'exa' 'exiftool' 'expat' 'fd' 'fd-bash-completion' 'fd-zsh-completion' 'fdupes' 'fetchmsttfonts' 'ffmpeg-4' 'ffmpegthumbs' 'ffmpegthumbs-lang' 'file' 'file-magic' 'filesystem' 'fillup' 'findutils' 'findutils-lang' 'firebird' 'firecracker' 'firewalld' 'firewalld-lang' 'flameshot' 'flameshot-bash-completion' 'flameshot-zsh-completion' 'flatpak' 'flatpak-zsh-completion' 'fluid-soundfont-gm' 'flute' 'fontconfig' 'fontconfig-32bit' 'fontconfig-lang' 'fonts' 'fonts-config' 'frameworkintegration-plugin' 'freecell-solver-presets' 'freerdp' 'frei0r-plugins' 'fribidi' 'fuse' 'fuse-overlayfs' 'fuse3' 'fwupd' 'fwupd-lang' 'fzf' 'fzf-bash-completion' 'fzf-tmux' 'fzf-zsh-completion' 'gamemoded' 'games' 'gamin-server' 'gawk' 'gcab' 'gcab-lang' 'gcc' 'gcc10' 'gcc9' 'gconf-polkit' 'gconf2' 'gconf2-lang' 'gcr-data' 'gcr-lang' 'gcr-prompter' 'gcr-viewer' 'gdb' 'gdbm-lang' 'gdk-pixbuf-lang' 'gdk-pixbuf-loader-rsvg' 'gdk-pixbuf-query-loaders' 'gdk-pixbuf-query-loaders-32bit' 'gdk-pixbuf-thumbnailer' 'gdmflexiserver' 'gegl-0_4' 'gegl-0_4-lang' 'gettext-runtime' 'gettext-tools' 'ghostscript' 'ghostscript-fonts-other' 'ghostscript-fonts-std' 'ghostscript-fonts-std-converted' 'ghostscript-x11' 'gimp' 'gimp-lang' 'gimp-plugin-aa' 'gio-branding-openSUSE' 'girepository-1_0' 'git' 'git-core' 'git-crypt' 'git-cvs' 'git-email' 'git-gui' 'git-svn' 'gitk' 'glib-networking' 'glib-networking-lang' 'glib2-lang' 'glib2-tools' 'glibc' 'glibc-32bit' 'glibc-devel' 'glibc-extra' 'glibc-locale' 'glibc-locale-base' 'gmenudbusmenuproxy' 'gmp-devel' 'gnome-color-manager' 'gnome-color-manager-lang' 'gnome-desktop-lang' 'gnome-keyring' 'gnome-keyring-32bit' 'gnome-keyring-lang' 'gnome-keyring-pam' 'gnome-keyring-pam-32bit' 'gnome-online-accounts' 'gnome-online-accounts-lang' 'gnome-themes-accessibility' 'gnome-themes-accessibility-gtk2' 'gnu-unifont-bitmap-fonts' 'gnutls' 'go1.12' 'go1.12-doc' 'go1.12-race' 'google-carlito-fonts' 'google-droid-fonts' 'google-noto-fonts-doc' 'google-opensans-fonts' 'google-roboto-fonts' 'google-roboto-slab-fonts' 'gpart' 'gperf' 'gpg2' 'gpg2-lang' 'gpm' 'gptfdisk' 'granite-common' 'granite-lang' 'grantlee5' 'grantleetheme' 'grantleetheme-lang' 'graphviz' 'graphviz-gd' 'graphviz-gnome' 'graphviz-plugins-core' 'grep' 'grep-lang' 'groff' 'groff-full' 'grub2' 'grub2-branding-openSUSE' 'grub2-i386-pc' 'grub2-snapper-plugin' 'grub2-systemd-sleep-plugin' 'grub2-x86_64-efi' 'gsettings-backend-dconf' 'gsettings-desktop-schemas' 'gsettings-desktop-schemas-lang' 'gstreamer' 'gstreamer-32bit' 'gstreamer-lang' 'gstreamer-libnice' 'gstreamer-plugins-bad' 'gstreamer-plugins-bad-lang' 'gstreamer-plugins-base' 'gstreamer-plugins-base-lang' 'gstreamer-plugins-good' 'gstreamer-plugins-good-gtk' 'gstreamer-plugins-good-lang' 'gstreamer-plugins-libav' 'gstreamer-plugins-ugly' 'gstreamer-plugins-ugly-lang' 'gstreamer-plugins-ugly-orig-addon' 'gtk-vnc-lang' 'gtk2-branding-openSUSE' 'gtk2-data' 'gtk2-engine-hcengine' 'gtk2-engine-murrine' 'gtk2-engine-murrine-32bit' 'gtk2-engine-oxygen-32bit' 'gtk2-immodule-amharic' 'gtk2-immodule-inuktitut' 'gtk2-immodule-thai' 'gtk2-immodule-tigrigna' 'gtk2-immodule-vietnamese' 'gtk2-lang' 'gtk2-metatheme-adwaita' 'gtk2-metatheme-breeze' 'gtk2-metatheme-greybird-geeko' 'gtk2-theming-engine-adwaita' 'gtk2-theming-engine-adwaita-32bit' 'gtk2-tools' 'gtk2-tools-32bit' 'gtk3-branding-openSUSE' 'gtk3-data' 'gtk3-immodule-amharic' 'gtk3-immodule-inuktitut' 'gtk3-immodule-thai' 'gtk3-immodule-tigrigna' 'gtk3-immodule-vietnamese' 'gtk3-lang' 'gtk3-metatheme-adwaita' 'gtk3-metatheme-breeze' 'gtk3-metatheme-greybird-geeko' 'gtk3-schema' 'gtk3-tools' 'gtk3-tools-32bit' 'gtk4-schema' 'gtksourceview-lang' 'gtksourceview4-lang' 'guestfs-data' 'gutenprint' 'gvfs' 'gvfs-backend-afc' 'gvfs-backend-samba' 'gvfs-backends' 'gvfs-fuse' 'gvfs-lang' 'gwenview5' 'gwenview5-lang' 'gxditview' 'gzip' 'hack-fonts' 'hashalot' 'haveged' 'hdparm' 'hicolor-icon-theme' 'hicolor-icon-theme-branding-openSUSE' 'hostname' 'html2text' 'htop' 'hugin' 'hunspell' 'hunspell-tools' 'hwdata' 'hwinfo' 'ibus-dict-emoji' 'iceauth' 'icewm' 'icewm-default' 'icewm-lang' 'icewm-theme-branding' 'icoutils' 'iftop' 'imlib2-loaders' 'incidenceeditor' 'incidenceeditor-lang' 'info' 'initviocons' 'insserv-compat' 'intel-media-driver' 'intel-vaapi-driver' 'intlfonts-euro-bitmap-fonts' 'inxi' 'iotop' 'iperf' 'iproute2' 'iproute2-arpd' 'ipset' 'iptables' 'iputils' 'irqbalance' 'irqbalance-ui' 'irssi' 'iscsiuio' 'iso-codes' 'iso-codes-lang' 'iso_ent' 'ispell' 'ispell-american' 'issue-generator' 'jack' 'java-11-openjdk' 'java-11-openjdk-headless' 'java-1_8_0-openjdk' 'java-1_8_0-openjdk-headless' 'javapackages-filesystem' 'javapackages-tools' 'jfsutils' 'joe' 'jpegoptim' 'jq' 'js' 'json-glib-lang' 'kaccounts-integration' 'kaccounts-integration-lang' 'kaccounts-providers' 'kaccounts-providers-lang' 'kactivities5-imports' 'kactivitymanagerd' 'kactivitymanagerd-lang' 'kaddressbook' 'kaddressbook-doc' 'kaddressbook-lang' 'kakoune' 'kalarmcal' 'kalarmcal-lang' 'katacontainers' 'katacontainers-image-initrd' 'kate' 'kate-lang' 'kate-plugins' 'kbd' 'kbd-legacy' 'kcalc' 'kcalc-lang' 'kcalutils' 'kcalutils-lang' 'kcharselect' 'kcharselect-lang' 'kcm_sddm' 'kcm_sddm-lang' 'kcm_tablet' 'kcm_tablet-lang' 'kconf_update5' 'kcontacts-lang' 'kcoreaddons' 'kcoreaddons-lang' 'kdav' 'kdav-lang' 'kdbusaddons-tools' 'kde' 'kde-cli-tools5' 'kde-cli-tools5-lang' 'kde-gtk-config5' 'kde-gtk-config5-gtk2' 'kde-gtk-config5-gtk3' 'kde-print-manager' 'kde-print-manager-lang' 'kde-user-manager' 'kde-user-manager-lang' 'kde_pim' 'kde_plasma' 'kdeclarative-components' 'kdeconnect-kde' 'kdeconnect-kde-lang' 'kdeconnect-kde-zsh-completion' 'kded' 'kded-lang' 'kdegames-carddecks-default' 'kdegraphics-thumbnailers' 'kdelibs4support' 'kdelibs4support-lang' 'kdenetwork-filesharing' 'kdenetwork-filesharing-lang' 'kdenlive' 'kdenlive-lang' 'kdepim-addons' 'kdepim-addons-lang' 'kdepim-apps-libs' 'kdepim-apps-libs-lang' 'kdepim-runtime' 'kdepim-runtime-lang' 'kdialog' 'kdialog-lang' 'kdoctools' 'kdoctools-lang' 'kdump' 'keepassxc' 'keepassxc-lang' 'kernel-default' 'kernel-default-devel' 'kernel-devel' 'kernel-firmware-all' 'kernel-firmware-amdgpu' 'kernel-firmware-ath10k' 'kernel-firmware-atheros' 'kernel-firmware-bluetooth' 'kernel-firmware-bnx2' 'kernel-firmware-brcm' 'kernel-firmware-chelsio' 'kernel-firmware-dpaa2' 'kernel-firmware-i915' 'kernel-firmware-intel' 'kernel-firmware-iwlwifi' 'kernel-firmware-liquidio' 'kernel-firmware-marvell' 'kernel-firmware-media' 'kernel-firmware-mediatek' 'kernel-firmware-mellanox' 'kernel-firmware-mwifiex' 'kernel-firmware-network' 'kernel-firmware-nfp' 'kernel-firmware-nvidia' 'kernel-firmware-platform' 'kernel-firmware-prestera' 'kernel-firmware-qlogic' 'kernel-firmware-radeon' 'kernel-firmware-realtek' 'kernel-firmware-serial' 'kernel-firmware-sound' 'kernel-firmware-ti' 'kernel-firmware-ueagle' 'kernel-firmware-usb-network' 'kernel-macros' 'kexec-tools' 'keyutils' 'kfilemetadata5' 'kfilemetadata5-lang' 'kgamma5' 'kgamma5-lang' 'kglobalaccel5' 'khelpcenter5' 'khelpcenter5-lang' 'khotkeys5' 'khotkeys5-lang' 'kidentitymanagement-lang' 'kimageformats' 'kimap-lang' 'kinfocenter5' 'kinfocenter5-lang' 'kinit' 'kinit-lang' 'kio' 'kio-core' 'kio-extras5' 'kio-extras5-lang' 'kio-lang' 'kio_audiocd' 'kio_audiocd-lang' 'kipi-plugins' 'kipi-plugins-lang' 'kirigami2' 'kirigami2-lang' 'kitemmodels-imports' 'kitinerary' 'kldap' 'kldap-lang' 'kleopatra' 'kleopatra-lang' 'klogd' 'kmag' 'kmag-lang' 'kmahjongg' 'kmahjongg-lang' 'kmail' 'kmail-account-wizard' 'kmail-account-wizard-lang' 'kmail-application-icons' 'kmail-lang' 'kmailtransport' 'kmailtransport-lang' 'kmenuedit5' 'kmenuedit5-lang' 'kmime-lang' 'kmines' 'kmines-lang' 'kmod' 'kmousetool' 'kmousetool-lang' 'kmozillahelper' 'knewstuff' 'knewstuff-imports' 'knotes' 'knotes-lang' 'kompare' 'kompare-lang' 'konsole' 'konsole-part' 'konsole-part-lang' 'kontact' 'kontact-lang' 'kontactinterface-lang' 'konversation' 'konversation-lang' 'korganizer' 'korganizer-lang' 'kpackage' 'kpackage-lang' 'kpartx' 'kpat' 'kpat-lang' 'kpeople5' 'kpeople5-lang' 'kpeoplevcard' 'kpimtextedit' 'kpimtextedit-lang' 'kpkpass' 'kquickcharts' 'krb5' 'krb5-32bit' 'kreversi' 'kreversi-lang' 'kross' 'kross-lang' 'kscreen5' 'kscreen5-lang' 'kscreen5-plasmoid' 'kscreenlocker' 'kscreenlocker-lang' 'kservice' 'kservice-lang' 'ksmtp' 'ksmtp-lang' 'ksshaskpass5' 'ksshaskpass5-lang' 'ksudoku' 'ksudoku-lang' 'ksysguard5' 'ksysguard5-lang' 'ktexteditor' 'ktexteditor-lang' 'ktnef' 'ktnef-lang' 'kuserfeedback-imports' 'kuserfeedback-lang' 'kvm_server' 'kvm_stat' 'kvm_tools' 'kwallet-tools' 'kwallet-tools-lang' 'kwalletd5' 'kwalletd5-lang' 'kwalletmanager5' 'kwalletmanager5-lang' 'kwayland' 'kwayland-integration' 'kwin5' 'kwin5-lang' 'kwrited5' 'ladspa' 'ladspa-AMB' 'ladspa-FIL' 'ladspa-MCP' 'ladspa-REV' 'ladspa-VCO' 'ladspa-alienwah' 'ladspa-blepvco' 'ladspa-blop' 'ladspa-caps' 'ladspa-cmt' 'ladspa-matched' 'ladspa-preamp' 'ladspa-pvoc' 'ladspa-sooperlooper' 'ladspa-super-60' 'ladspa-swh-plugins' 'ladspa-tap-plugins' 'ladspa-vcf' 'ladspa-vlevel' 'ladspa-vocoder' 'ladspa-zam-plugins' 'lame' 'lash' 'ldmtool' 'ledger' 'lensfun-data' 'less' 'libAppStreamQt2' 'libBasicUsageEnvironment1' 'libFAudio0' 'libFAudio0-32bit' 'libFLAC8' 'libFLAC8-32bit' 'libGLEW2_2' 'libGLU1' 'libGLU1-32bit' 'libGraphicsMagick-Q16-3' 'libGraphicsMagick3-config' 'libHalf-2_5-25' 'libICE6' 'libIex-2_5-25' 'libIlmImf-2_5-25' 'libIlmThread-2_5-25' 'libImlib2-1' 'libJudy1' 'libKF5Activities5' 'libKF5ActivitiesStats1' 'libKF5AkonadiAgentBase5' 'libKF5AkonadiCalendar5' 'libKF5AkonadiContact5' 'libKF5AkonadiCore5' 'libKF5AkonadiMime5' 'libKF5AkonadiNotes5' 'libKF5AkonadiPrivate5' 'libKF5AkonadiSearch' 'libKF5AkonadiWidgets5' 'libKF5AkonadiXml5' 'libKF5AlarmCalendar5' 'libKF5Archive5' 'libKF5Attica5' 'libKF5Auth5' 'libKF5Auth5-lang' 'libKF5AuthCore5' 'libKF5Baloo5' 'libKF5BalooEngine5' 'libKF5BalooEngine5-lang' 'libKF5BluezQt6' 'libKF5Bookmarks5' 'libKF5Bookmarks5-lang' 'libKF5CalendarCore5' 'libKF5CalendarEvents5' 'libKF5CalendarSupport5' 'libKF5CalendarUtils5' 'libKF5Cddb5' 'libKF5Codecs5' 'libKF5Codecs5-lang' 'libKF5CompactDisc5' 'libKF5Completion5' 'libKF5Completion5-lang' 'libKF5ConfigCore5' 'libKF5ConfigCore5-lang' 'libKF5ConfigGui5' 'libKF5ConfigWidgets5' 'libKF5ConfigWidgets5-lang' 'libKF5ContactEditor5' 'libKF5Contacts5' 'libKF5CoreAddons5' 'libKF5Crash5' 'libKF5DAV5' 'libKF5DBusAddons5' 'libKF5DBusAddons5-lang' 'libKF5DNSSD5' 'libKF5DNSSD5-lang' 'libKF5Declarative5' 'libKF5Declarative5-lang' 'libKF5DocTools5' 'libKF5Emoticons5' 'libKF5EventViews5' 'libKF5GlobalAccel5' 'libKF5GlobalAccel5-lang' 'libKF5GlobalAccelPrivate5' 'libKF5GrantleeTheme5' 'libKF5Gravatar5' 'libKF5GuiAddons5' 'libKF5Holidays5' 'libKF5Holidays5-lang' 'libKF5I18n5' 'libKF5I18n5-lang' 'libKF5IMAP5' 'libKF5IconThemes5' 'libKF5IconThemes5-lang' 'libKF5IdentityManagement5' 'libKF5IdleTime5' 'libKF5IncidenceEditor5' 'libKF5ItemModels5' 'libKF5ItemViews5' 'libKF5ItemViews5-lang' 'libKF5JS5' 'libKF5JSApi5' 'libKF5JobWidgets5' 'libKF5JobWidgets5-lang' 'libKF5JsEmbed5' 'libKF5JsEmbed5-lang' 'libKF5KCMUtils5' 'libKF5KCMUtils5-lang' 'libKF5KDELibs4Support5' 'libKF5KDcraw5' 'libKF5KExiv2-15_0_0' 'libKF5KHtml5' 'libKF5KHtml5-lang' 'libKF5KMahjongglib5' 'libKF5Kipi32_0_0' 'libKF5Kirigami2-5' 'libKF5KontactInterface5' 'libKF5Ldap5' 'libKF5Libkdepim5' 'libKF5Libkleo5' 'libKF5MailCommon5' 'libKF5MailImporter5' 'libKF5MailImporterAkonadi5' 'libKF5MailTransport5' 'libKF5MailTransportAkonadi5' 'libKF5Mbox5' 'libKF5MediaWiki5' 'libKF5Mime5' 'libKF5ModemManagerQt6' 'libKF5NetworkManagerQt6' 'libKF5NewStuff5' 'libKF5NewStuff5-lang' 'libKF5NewStuffCore5' 'libKF5Notifications5' 'libKF5Notifications5-lang' 'libKF5NotifyConfig5' 'libKF5NotifyConfig5-lang' 'libKF5Parts5' 'libKF5Parts5-lang' 'libKF5PimCommon5' 'libKF5PimCommonAkonadi5' 'libKF5PimTextEdit5' 'libKF5Plasma5' 'libKF5Prison5' 'libKF5Pty5' 'libKF5Pty5-lang' 'libKF5PulseAudioQt2' 'libKF5Purpose5' 'libKF5PurposeWidgets5' 'libKF5QuickAddons5' 'libKF5Runner5' 'libKF5Sane5' 'libKF5Screen7' 'libKF5Solid5' 'libKF5Solid5-lang' 'libKF5SonnetCore5' 'libKF5SonnetCore5-lang' 'libKF5SonnetUi5' 'libKF5Style5' 'libKF5Su5' 'libKF5Su5-lang' 'libKF5Syndication5' 'libKF5SyntaxHighlighting5' 'libKF5SyntaxHighlighting5-lang' 'libKF5TextWidgets5' 'libKF5TextWidgets5-lang' 'libKF5ThreadWeaver5' 'libKF5Tnef5' 'libKF5UnitConversion5' 'libKF5UnitConversion5-lang' 'libKF5Wallet5' 'libKF5WidgetsAddons5' 'libKF5WidgetsAddons5-lang' 'libKF5WindowSystem5' 'libKF5WindowSystem5-lang' 'libKF5XmlGui5' 'libKF5XmlGui5-lang' 'libKF5XmlRpcClient5' 'libKF5XmlRpcClient5-lang' 'libKGantt2' 'libKPimGAPICalendar5' 'libKPimGAPIContacts5' 'libKPimGAPICore5' 'libKPimGAPITasks5' 'libKPimImportWizard5' 'libKPimItinerary5' 'libKPimItinerary5-lang' 'libKPimPkPass5' 'libKPimSMTP5' 'libKScreenLocker5' 'libKUserFeedbackCore1' 'libKUserFeedbackWidgets1' 'libKWaylandServer5' 'libLLVM10' 'libLLVM10-32bit' 'libLLVM7' 'libLLVM7-32bit' 'libLLVM8' 'libLLVM8-32bit' 'libLLVM9' 'libLLVM9-32bit' 'libMagickCore-7_Q16HDRI7' 'libMagickWand-7_Q16HDRI7' 'libOSMesa8' 'libOSMesa8-32bit' 'libQt5Bluetooth5' 'libQt5Bluetooth5-imports' 'libQt5Concurrent5' 'libQt5Core5' 'libQt5DBus5' 'libQt5Designer5' 'libQt5Gui5' 'libQt5Help5' 'libQt5HunspellInputMethod5' 'libQt5Location5' 'libQt5Multimedia5' 'libQt5Network5' 'libQt5NetworkAuth5' 'libQt5Nfc5' 'libQt5Nfc5-imports' 'libQt5OpenGL5' 'libQt5Positioning5' 'libQt5PositioningQuick5' 'libQt5PrintSupport5' 'libQt5QuickControls2-5' 'libQt5QuickTemplates2-5' 'libQt5Script5' 'libQt5Sensors5' 'libQt5Sensors5-imports' 'libQt5SerialPort5' 'libQt5Sql5' 'libQt5Sql5-mysql' 'libQt5Sql5-sqlite' 'libQt5Svg5' 'libQt5Test5' 'libQt5TextToSpeech5' 'libQt5VirtualKeyboard5' 'libQt5WaylandClient5' 'libQt5WaylandCompositor5' 'libQt5WebChannel5' 'libQt5WebChannel5-imports' 'libQt5WebKit5' 'libQt5WebKit5-imports' 'libQt5WebKitWidgets5' 'libQt5WebSockets5' 'libQt5WebSockets5-imports' 'libQt5Widgets5' 'libQt5X11Extras5' 'libQt5Xml5' 'libQt5XmlPatterns5' 'libQtQuick5' 'libSDL-1_2-0' 'libSDL-1_2-0-32bit' 'libSDL2-2_0-0' 'libSDL2-2_0-0-32bit' 'libSDL2_image-2_0-0' 'libSDL_gfx15' 'libSDL_image-1_2-0' 'libSDL_net-1_2-0' 'libSDL_sound-1_0-1' 'libSM6' 'libSPIRV-Tools-suse18' 'libSoundTouch1' 'libUsageEnvironment3' 'libWPEBackend-fdo-1_0-1' 'libX11-6' 'libX11-6-32bit' 'libX11-data' 'libX11-xcb1' 'libX11-xcb1-32bit' 'libXRes1' 'libXau6' 'libXau6-32bit' 'libXaw7' 'libXcomposite1' 'libXcomposite1-32bit' 'libXcursor1' 'libXcursor1-32bit' 'libXdamage1' 'libXdamage1-32bit' 'libXdmcp6' 'libXdmcp6-32bit' 'libXext6' 'libXext6-32bit' 'libXfixes3' 'libXfixes3-32bit' 'libXfont2-2' 'libXfontcache1' 'libXft2' 'libXft2-32bit' 'libXi6' 'libXi6-32bit' 'libXinerama1' 'libXinerama1-32bit' 'libXmu6' 'libXmuu1' 'libXpm4' 'libXpm4-32bit' 'libXrandr2' 'libXrandr2-32bit' 'libXrender1' 'libXrender1-32bit' 'libXss1' 'libXt6' 'libXtst6' 'libXv1' 'libXvnc1' 'libXxf86vm1' 'libXxf86vm1-32bit' 'libZXing1' 'liba52-0' 'libaa1' 'libabw-0_1-1' 'libaccounts-glib1' 'libaccounts-qt5-1' 'libacl1' 'libacl1-32bit' 'libaio1' 'libamd2' 'libao-plugins4' 'libao4' 'libaom2' 'libapparmor1' 'libappindicator3-1' 'libappstream-glib8' 'libappstream4' 'libapr-util1' 'libapr1' 'libarchive13' 'libargon2-1' 'libasan5' 'libasan6' 'libasm1' 'libasound2' 'libasound2-32bit' 'libass9' 'libassuan0' 'libastro1' 'libatasmart-utils' 'libatasmart4' 'libatk-1_0-0' 'libatk-1_0-0-32bit' 'libatk-bridge-2_0-0' 'libatk-bridge-2_0-0-32bit' 'libatkmm-1_6-1' 'libatm1' 'libatomic1' 'libatopology2' 'libatspi0' 'libatspi0-32bit' 'libattr1' 'libaudiofile1' 'libaudit1' 'libaudit1-32bit' 'libaugeas0' 'libauparse0' 'libavahi-client3' 'libavahi-client3-32bit' 'libavahi-common3' 'libavahi-common3-32bit' 'libavahi-core7' 'libavahi-glib1' 'libavahi-ui-gtk3-0' 'libavc1394-0' 'libavcodec56' 'libavcodec57' 'libavcodec58_91' 'libavdevice56' 'libavdevice57' 'libavdevice58_10' 'libavfilter5' 'libavfilter6' 'libavfilter7_85' 'libavformat56' 'libavformat57' 'libavformat58_45' 'libavresample2' 'libavresample3' 'libavresample4_0' 'libavutil54' 'libavutil55' 'libavutil56_51' 'libb64-0' 'libbabl-0_1-0' 'libbase' 'libbcc0' 'libbd_btrfs2' 'libbd_crypto2' 'libbd_fs2' 'libbd_loop2' 'libbd_mdraid2' 'libbd_part2' 'libbd_swap2' 'libbd_utils2' 'libbind9-1600' 'libblas3' 'libblkid1' 'libblkid1-32bit' 'libblockdev' 'libblockdev2' 'libblogger2' 'libbluetooth3' 'libbluray2' 'libboost_date_time1_74_0' 'libboost_filesystem1_74_0' 'libboost_iostreams1_74_0' 'libboost_locale1_74_0' 'libboost_regex1_74_0' 'libboost_thread1_74_0' 'libbreezecommon5-5' 'libbrlapi0_8' 'libbrotlicommon1' 'libbrotlicommon1-32bit' 'libbrotlidec1' 'libbrotlidec1-32bit' 'libbrotlienc1' 'libbs2b0' 'libbsd0' 'libbtrfs0' 'libburn4' 'libbytesize-lang' 'libbytesize1' 'libbz2-1' 'libbz2-1-32bit' 'libcaca0' 'libcacard0' 'libcairo-gobject2' 'libcairo-gobject2-32bit' 'libcairo2' 'libcairo2-32bit' 'libcairomm-1_0-1' 'libcamd2' 'libcanberra-gtk-module-common' 'libcanberra-gtk0' 'libcanberra-gtk0-32bit' 'libcanberra-gtk2-module' 'libcanberra-gtk2-module-32bit' 'libcanberra-gtk3-0' 'libcanberra-gtk3-0-32bit' 'libcanberra-gtk3-module' 'libcanberra-gtk3-module-32bit' 'libcanberra0' 'libcanberra0-32bit' 'libcap-ng0' 'libcap2' 'libcap2-32bit' 'libcapi20-3' 'libcares2' 'libcbor0_8' 'libccolamd2' 'libcdda_interface0' 'libcdda_paranoia0' 'libcddb2' 'libcdio19' 'libcdio_cdda2' 'libcdio_paranoia2' 'libcdr-0_1-1' 'libcdrdeflt1_0' 'libcelt0-2' 'libcfitsio9' 'libchm0' 'libcholmod3' 'libchromaprint1' 'libclang10' 'libclang9' 'libclucene-contribs-lib1' 'libclucene-core1' 'libclucene-shared1' 'libcmis-0_5-5' 'libcodec2-0_9' 'libcolamd2' 'libcolord-gtk1' 'libcolord2' 'libcolord2-32bit' 'libcolorhug2' 'libcom_err2' 'libcom_err2-32bit' 'libconfig++11' 'libconfuse2' 'libcontainers-common' 'libcpupower0' 'libcrack2' 'libcrack2-32bit' 'libcreaterepo_c0' 'libcroco-0_6-3' 'libcrypt1' 'libcrypt1-32bit' 'libcryptsetup12' 'libctf-nobfd0' 'libctf0' 'libcups2' 'libcups2-32bit' 'libcupsimage2' 'libcurl4' 'libcurl4-32bit' 'libdaemon0' 'libdatrie1' 'libdatrie1-32bit' 'libdav1d4' 'libdb-4_8' 'libdb-4_8-32bit' 'libdbus-1-3' 'libdbus-1-3-32bit' 'libdbusmenu-glib4' 'libdbusmenu-gtk3-4' 'libdbusmenu-qt5-2' 'libdc1394-25' 'libdca0' 'libdcerpc-binding0' 'libdcerpc-binding0-32bit' 'libdcerpc0' 'libdcerpc0-32bit' 'libdconf1' 'libdeflt1_0' 'libdevmapper-event1_03' 'libdevmapper1_03' 'libdialog15' 'libdiscid0' 'libdjvulibre21' 'libdmtx0' 'libdmx1' 'libdns1605' 'libdns_sd' 'libdolphinvcs5' 'libdouble-conversion3' 'libdrm2' 'libdrm2-32bit' 'libdrm_amdgpu1' 'libdrm_amdgpu1-32bit' 'libdrm_intel1' 'libdrm_intel1-32bit' 'libdrm_nouveau2' 'libdrm_nouveau2-32bit' 'libdrm_radeon1' 'libdrm_radeon1-32bit' 'libdrpm0' 'libdv4' 'libdvbpsi10' 'libdvdcss2' 'libdvdnav4' 'libdvdread8' 'libdw1' 'libdw1-32bit' 'libe-book-0_1-1' 'libebml5' 'libebtc0' 'libebur128-1' 'libeconf0' 'libeconf0-32bit' 'libedit0' 'libedit0-32bit' 'libeditorconfig0' 'libefa1' 'libefivar1' 'libelf-devel' 'libelf1' 'libelf1-32bit' 'libell0' 'libenchant-2-2' 'libeot0' 'libepoxy0' 'libepoxy0-32bit' 'libepub0' 'libepubgen-0_1-1' 'liberation-fonts' 'libesmtp6' 'libespeak-ng1' 'libestr0' 'libetonyek-0_1-1' 'libevdev2' 'libevent-2_1-7' 'libexif12' 'libexif12-32bit' 'libexiv2-27' 'libexpat1' 'libexpat1-32bit' 'libext2fs2' 'libexttextcat' 'libexttextcat-2_0-0' 'libfaad2' 'libfakekey0' 'libfam0-gamin' 'libfam0-gamin-32bit' 'libfastjson4' 'libfbclient2' 'libfdisk1' 'libfdk-aac1' 'libfdk-aac2' 'libfdt1' 'libffado2' 'libffi8' 'libffi8-32bit' 'libfftw3-3' 'libfido2-1' 'libfido2-udev' 'libfile1_0' 'libfind4_0' 'libflatpak0' 'libfltk1' 'libfluidsynth2' 'libfont-specimen0' 'libfontconfig1' 'libfontconfig1-32bit' 'libfontenc1' 'libfonts' 'libformula' 'libfreebl3' 'libfreebl3-32bit' 'libfreebl3-hmac' 'libfreecell-solver0' 'libfreehand-0_1-1' 'libfreerdp2' 'libfreetype6' 'libfreetype6-32bit' 'libfribidi0' 'libfribidi0-32bit' 'libfstrm0' 'libfuse2' 'libfuse3-3' 'libfwupd2' 'libfwupdplugin1' 'libgavl1' 'libgbm1' 'libgc1' 'libgcab-1_0-0' 'libgcc_s1' 'libgcc_s1-32bit' 'libgck-1-0' 'libgck-modules-gnome-keyring' 'libgcr-3-1' 'libgcrypt20' 'libgcrypt20-32bit' 'libgcrypt20-hmac' 'libgd3' 'libgd3-32bit' 'libgdata-lang' 'libgdata22' 'libgdbm6' 'libgdbm6-32bit' 'libgdbm_compat4' 'libgdbm_compat4-32bit' 'libgdiplus0' 'libgdk_pixbuf-2_0-0' 'libgdk_pixbuf-2_0-0-32bit' 'libgee-0_8-2' 'libgegl-0_4-0' 'libgexiv2-2' 'libgfapi0' 'libgfortran5' 'libgfrpc0' 'libgfxdr0' 'libgif7' 'libgimp-2_0-0' 'libgimpui-2_0-0' 'libgio-2_0-0' 'libgio-2_0-0-32bit' 'libgiomm-2_4-1' 'libgirepository-1_0-1' 'libgit2-1_0' 'libglade-2_0-0' 'libglib-2_0-0' 'libglib-2_0-0-32bit' 'libglibmm-2_4-1' 'libglslang10' 'libglusterfs0' 'libglut3' 'libglvnd' 'libglvnd-32bit' 'libgme0' 'libgmodule-2_0-0' 'libgmodule-2_0-0-32bit' 'libgmp10' 'libgmp10-32bit' 'libgmpxx4' 'libgnome-desktop-3-19' 'libgnome-desktop-3_0-common' 'libgnome-keyring-lang' 'libgnome-keyring0' 'libgnustep-base1_27' 'libgnutls-dane0' 'libgnutls-devel' 'libgnutls30' 'libgnutls30-32bit' 'libgoa-1_0-0' 'libgoa-backend-1_0-1' 'libgobject-2_0-0' 'libgobject-2_0-0-32bit' 'libgomp1' 'libgpg-error0' 'libgpg-error0-32bit' 'libgpgme11' 'libgpgmepp6' 'libgphoto2-6' 'libgphoto2-6-32bit' 'libgphoto2-6-lang' 'libgpm2' 'libgps25' 'libgranite5' 'libgraphene-1_0-0' 'libgraphite2-3' 'libgraphite2-3-32bit' 'libgraphviz6' 'libgravatar' 'libgravatar-lang' 'libgroupsock8' 'libgsl25' 'libgslcblas0' 'libgsm1' 'libgsm1-32bit' 'libgssdp-1_2-0' 'libgstadaptivedemux-1_0-0' 'libgstallocators-1_0-0' 'libgstapp-1_0-0' 'libgstapp-1_0-0-32bit' 'libgstaudio-1_0-0' 'libgstaudio-1_0-0-32bit' 'libgstbadaudio-1_0-0' 'libgstbasecamerabinsrc-1_0-0' 'libgstcodecparsers-1_0-0' 'libgstfft-1_0-0' 'libgstgl-1_0-0' 'libgstisoff-1_0-0' 'libgstmpegts-1_0-0' 'libgstpbutils-1_0-0' 'libgstphotography-1_0-0' 'libgstreamer-1_0-0' 'libgstreamer-1_0-0-32bit' 'libgstriff-1_0-0' 'libgstrtp-1_0-0' 'libgstrtsp-1_0-0' 'libgstsctp-1_0-0' 'libgstsdp-1_0-0' 'libgsttag-1_0-0' 'libgsttag-1_0-0-32bit' 'libgsturidownloader-1_0-0' 'libgstvideo-1_0-0' 'libgstvideo-1_0-0-32bit' 'libgstwayland-1_0-0' 'libgstwebrtc-1_0-0' 'libgthread-2_0-0' 'libgtk-2_0-0' 'libgtk-2_0-0-32bit' 'libgtk-3-0' 'libgtk-3-0-32bit' 'libgtk-vnc-2_0-0' 'libgtkmm-3_0-1' 'libgtksourceview-3_0-1' 'libgtksourceview-4-0' 'libgts-0_7-5' 'libgudev-1_0-0' 'libguestfs0' 'libgupnp-1_2-0' 'libgupnp-igd-1_0-4' 'libgusb2' 'libgvnc-1_0-0' 'libharfbuzz-gobject0' 'libharfbuzz-icu0' 'libharfbuzz-subset0' 'libharfbuzz0' 'libharfbuzz0-32bit' 'libhavege2' 'libhdf5-103' 'libhdf5_hl100' 'libhidapi-hidraw0' 'libhiredis0_13' 'libhivex0' 'libhogweed6' 'libhogweed6-32bit' 'libhunspell-1_7-0' 'libhyphen0' 'libib_util' 'libibus-1_0-5' 'libibverbs' 'libibverbs1' 'libical3' 'libicu67' 'libicu67-ledata' 'libid3tag0' 'libidn12' 'libidn2-0' 'libidn2-0-32bit' 'libidn2-devel' 'libidn2-lang' 'libiec61883-0' 'libigdgmm11' 'libimagequant0' 'libimobiledevice6' 'libindicator3-7' 'libinih0' 'libinput-udev' 'libinput10' 'libinstpatch-1_0-2' 'libip4tc2' 'libip6tc2' 'libiperf0' 'libipset13' 'libirs1601' 'libisc1606' 'libisccc1600' 'libisccfg1600' 'libiscsi9' 'libisl22' 'libiso9660-11' 'libisoburn1' 'libisofs6' 'libitm1' 'libiw30' 'libixion-0_15-0' 'libixml11' 'libjack0' 'libjack0-32bit' 'libjacknet0' 'libjackserver0' 'libjansson4' 'libjansson4-32bit' 'libjavascriptcoregtk-4_0-18' 'libjbig2' 'libjbig2-32bit' 'libjcat1' 'libjemalloc2' 'libjpeg8' 'libjpeg8-32bit' 'libjq1' 'libjson-c5' 'libjson-glib-1_0-0' 'libjson-glib-1_0-0-32bit' 'libjte1' 'libkaccounts2' 'libkate1' 'libkcddb' 'libkcddb-lang' 'libkcompactdisc-lang' 'libkdecorations2-5' 'libkdecorations2-5-lang' 'libkdecorations2private7' 'libkdegames' 'libkdegames-lang' 'libkdepim' 'libkdepim-lang' 'libkdsoap1_9_0' 'libkeccak1' 'libkerfuffle20' 'libkeybinder-3_0-0' 'libkeyutils1' 'libkeyutils1-32bit' 'libkf5kdegames6' 'libkgantt-lang' 'libkgapi-lang' 'libkioarchive5' 'libkipi-data' 'libkleo' 'libkleo-lang' 'libkmahjongg' 'libkmahjongg-lang' 'libkmod2' 'libkolabxml1' 'libkomparediff2-5' 'libkomparediff2-lang' 'libksane-lang' 'libksba8' 'libkscreen2-plugin' 'libksieve' 'libksieve-lang' 'libksysguard5' 'libksysguard5-helper' 'libksysguard5-imports' 'libksysguard5-lang' 'libkwalletbackend5-5' 'liblangtag1' 'liblapack3' 'liblash1' 'liblavfile-2_0-0' 'liblavjpeg-2_0-0' 'liblavplay-2_0-0' 'liblavrec-2_0-0' 'liblayout' 'liblcms2-2' 'liblcms2-2-32bit' 'libldap-2_4-2' 'libldap-2_4-2-32bit' 'libldap-data' 'libldapcpp1' 'libldb2' 'libldb2-32bit' 'libldm-1_0-0' 'liblensfun1' 'liblightdm-gobject-1-0' 'liblilv-0-0' 'liblirc_client0' 'libliveMedia81' 'liblmdb-0_9_24' 'liblo7' 'libloader' 'liblockdev1' 'liblockdev1-32bit' 'liblogging0' 'liblognorm5' 'liblpsolve55-0' 'liblqr-1-0' 'liblrdf2' 'liblsan0' 'libltdl7' 'libltdl7-32bit' 'liblttng-ust0' 'liblua5_1-5' 'liblua5_3-5' 'liblua5_3-5-32bit' 'libluajit-5_1-2' 'liblvm2cmd2_03' 'liblxc1' 'liblz4-1' 'liblz4-1-32bit' 'liblzma5' 'liblzma5-32bit' 'liblzo2-2' 'libmad0' 'libmagic1' 'libmagic1-32bit' 'libmarblewidget-qt5-28' 'libmariadb3' 'libmarkdown2' 'libmatroska7' 'libmaxminddb0' 'libmbedcrypto5' 'libmbedtls13' 'libmbedx509-1' 'libmbim' 'libmbim-glib4' 'libmd0' 'libmediacheck5' 'libmetalink3' 'libmetis5' 'libmfx' 'libmfx1' 'libmikmod3' 'libminiupnpc17' 'libminizip1' 'libmjpegutils-2_0-0' 'libmlt++3' 'libmlt6' 'libmlt6-data' 'libmlt6-modules' 'libmlx4-1' 'libmlx5-1' 'libmm-glib0' 'libmms0' 'libmng2' 'libmnl0' 'libmodman1' 'libmodplug1' 'libmodulemd2' 'libmount1' 'libmount1-32bit' 'libmovit8' 'libmozjs-52' 'libmozjs-68' 'libmp3lame0' 'libmpath0' 'libmpc3' 'libmpcdec5' 'libmpcdec6' 'libmpdclient2' 'libmpeg2-0' 'libmpeg2encpp-2_0-0' 'libmpfr6' 'libmpg123-0' 'libmpg123-0-32bit' 'libmplex2-2_0-0' 'libmpv1' 'libmsgpackc2' 'libmspack0' 'libmspub-0_1-1' 'libmtdev1' 'libmtp-udev' 'libmtp9' 'libmusicbrainz5-1' 'libmutter-6-0' 'libmwaw-0_3-3' 'libmypaint-1_6-1' 'libmypaint-lang' 'libmysofa1' 'libmythes-1_2-0' 'libncurses6' 'libncurses6-32bit' 'libndctl6' 'libndp0' 'libndr-krb5pac0' 'libndr-krb5pac0-32bit' 'libndr-nbt0' 'libndr-nbt0-32bit' 'libndr-standard0' 'libndr-standard0-32bit' 'libndr1' 'libndr1-32bit' 'libneon27' 'libnet9' 'libnetapi0' 'libnetapi0-32bit' 'libnetcontrol0' 'libnetfilter_conntrack3' 'libnetpbm11' 'libnettle-devel' 'libnettle8' 'libnettle8-32bit' 'libnewt0_52' 'libnfnetlink0' 'libnfs13' 'libnfsidmap1' 'libnftables1' 'libnftnl11' 'libnghttp2-14' 'libnghttp2-14-32bit' 'libnice10' 'libnl-config' 'libnl3-200' 'libnl3-200-32bit' 'libnm0' 'libnotify-tools' 'libnotify4' 'libnpth0' 'libns1604' 'libnscd1' 'libnscd1-32bit' 'libnsl2' 'libnsl2-32bit' 'libnss_usrfiles2' 'libntfs-3g88' 'libnuma1' 'libnumbertext-1_0-0' 'libnumbertext-data' 'liboauth0' 'libobjc4' 'libodbc2' 'libodfgen-0_1-1' 'libofa0' 'libogg0' 'libogg0-32bit' 'liboggkate1' 'libonig5' 'libopenal1' 'libopenal1-32bit' 'libopenblas_pthreads0' 'libopenconnect5' 'libopencore-amrnb0' 'libopencore-amrwb0' 'libopencsd0' 'libopencsd_c_api0' 'libopencv3_4' 'libopeniscsiusr0_2_0' 'libopenjp2-7' 'libopenjp2-7-32bit' 'libopenjpeg1' 'libopenmpt0' 'libopenssl-1_1-devel' 'libopenssl-devel' 'libopenssl1_0_0' 'libopenssl1_0_0-steam' 'libopenssl1_0_0-steam-32bit' 'libopenssl1_1' 'libopenssl1_1-32bit' 'libopts25' 'libopus0' 'libopusfile0' 'liborc-0_4-0' 'liborc-0_4-0-32bit' 'liborcus-0_15-0' 'libosinfo' 'libosinfo-1_0-0' 'libosinfo-lang' 'libostree' 'libostree-1-1' 'libotr5' 'libp11-kit0' 'libp11-kit0-32bit' 'libpackagekit-glib2-18' 'libpackagekitqt5-1' 'libpagemaker-0_0-0' 'libpango-1_0-0' 'libpango-1_0-0-32bit' 'libpangomm-1_4-1' 'libpano13-3' 'libparted0' 'libpcap1' 'libpcap1-32bit' 'libpcaudio0' 'libpci3' 'libpciaccess0' 'libpciaccess0-32bit' 'libpcre1' 'libpcre1-32bit' 'libpcre2-16-0' 'libpcre2-8-0' 'libpcsclite1' 'libpgm-5_2-0' 'libphodav-2_0-0' 'libphonenumber8' 'libphonon4qt5' 'libpipeline1' 'libpipewire-0_3-0' 'libpixman-1-0' 'libpixman-1-0-32bit' 'libpkcs11-helper1' 'libpkgconf3' 'libplacebo72' 'libplist3' 'libply-boot-client5' 'libply-splash-core5' 'libply-splash-graphics5' 'libply5' 'libpmem1' 'libpng12-0-32bit' 'libpng16-16' 'libpng16-16-32bit' 'libpolkit-qt5-1-1' 'libpolkit0' 'libpoppler-cpp0' 'libpoppler-glib8' 'libpoppler-glib8-32bit' 'libpoppler-qt5-1' 'libpoppler101' 'libpoppler101-32bit' 'libpopt0' 'libpopt0-32bit' 'libportaudio2' 'libportaudio2-32bit' 'libpostproc53' 'libpostproc54' 'libpostproc55_7' 'libpq5' 'libprocps8' 'libprojectM3' 'libprotobuf-c1' 'libprotobuf-lite23' 'libprotobuf23' 'libproxy1' 'libproxy1-config-kde' 'libproxy1-networkmanager' 'libproxy1-pacrunner-webkit' 'libpskc0' 'libpsl5' 'libpsl5-32bit' 'libpulse-mainloop-glib0' 'libpulse0' 'libpulse0-32bit' 'libpwquality-lang' 'libpwquality1' 'libpwquality1-32bit' 'libpython2_7-1_0' 'libpython3_8-1_0' 'libqalculate21' 'libqca-qt5' 'libqca-qt5-plugins' 'libqgpgme7' 'libqmi-glib5' 'libqmi-tools' 'libqpdf28' 'libqrcodegencpp1' 'libqrencode4' 'libqscintilla2_qt5-15' 'libqt5-qdbus' 'libqt5-qtbase-platformtheme-gtk3' 'libqt5-qtconnectivity-tools' 'libqt5-qtgraphicaleffects' 'libqt5-qtimageformats' 'libqt5-qtpaths' 'libqt5-qtquickcontrols' 'libqt5-qtquickcontrols2' 'libqt5-qtstyleplugins-platformtheme-gtk2' 'libqt5-qttranslations' 'libqt5-qtvirtualkeyboard' 'libqt5-qtvirtualkeyboard-hunspell' 'libqt5-qtwayland' 'libqt5-qtwebengine' 'libqt5-qtxmlpatterns-imports' 'libquadmath0' 'libquazip1-qt5-1_0_0' 'libquicktime0' 'libqxp-0_0-0' 'librados2' 'libraptor2-0' 'librasqal3' 'librav1e0' 'libraw1394-11' 'libraw20' 'librbd1' 'librdf0' 'librdkafka1' 'librdmacm1' 'libre2-8' 'libreadline8' 'libreiserfscore0' 'libreoffice' 'libreoffice-base' 'libreoffice-base-drivers-firebird' 'libreoffice-branding-openSUSE' 'libreoffice-calc' 'libreoffice-draw' 'libreoffice-filters-optional' 'libreoffice-icon-themes' 'libreoffice-impress' 'libreoffice-l10n-en' 'libreoffice-l10n-en_GB' 'libreoffice-mailmerge' 'libreoffice-math' 'libreoffice-pyuno' 'libreoffice-qt5' 'libreoffice-share-linker' 'libreoffice-writer' 'librepository' 'librest-0_7-0' 'librest-0_7-0-32bit' 'librevenge-0_0-0' 'librevenge-stream-0_0-0' 'librmt1_0' 'librpmbuild9' 'librscg1_0' 'librsvg-2-2' 'librsvg-lang' 'librtmp1' 'librttr_core0_9_6' 'librubberband2' 'libruby2_6-2_6' 'libruby2_7-2_7' 'libsamba-credentials0' 'libsamba-credentials0-32bit' 'libsamba-errors0' 'libsamba-errors0-32bit' 'libsamba-hostconfig0' 'libsamba-hostconfig0-32bit' 'libsamba-passdb0' 'libsamba-passdb0-32bit' 'libsamba-policy0-python3' 'libsamba-util0' 'libsamba-util0-32bit' 'libsamdb0' 'libsamdb0-32bit' 'libsamplerate0' 'libsane1' 'libsasl2-3' 'libsasl2-3-32bit' 'libsbc1' 'libscg1_0' 'libscgcmd1_0' 'libschily2_0' 'libschroedinger-1_0-0' 'libseccomp2' 'libsecret-1-0' 'libsecret-lang' 'libselinux1' 'libselinux1-32bit' 'libsemanage1' 'libsensors4' 'libsensors4-32bit' 'libsepol1' 'libserd-0-0' 'libserf-1-1' 'libserializer' 'libsgutils2-1_45-2' 'libsha1detectcoll1' 'libshaderc_shared1' 'libshine3' 'libshout3' 'libshp2' 'libsigc-2_0-0' 'libsignon-qt5-1' 'libslang2' 'libslirp0' 'libslopy7_5' 'libslp1' 'libsmartcols1' 'libsmbclient0' 'libsmbconf0' 'libsmbconf0-32bit' 'libsmbios-lang' 'libsmbios_c2' 'libsmbldap2' 'libsmbldap2-32bit' 'libsmi' 'libsmi2' 'libsmputils1-1' 'libsnapper5' 'libsnappy1' 'libsndfile1' 'libsndfile1-32bit' 'libsnmp30' 'libsnmp30-32bit' 'libsodium23' 'libsoftokn3' 'libsoftokn3-32bit' 'libsoftokn3-hmac' 'libsolv-tools' 'libsord-0-0' 'libsoup-2_4-1' 'libsoup-2_4-1-32bit' 'libsoup-lang' 'libsox3' 'libsoxr0' 'libspandsp2' 'libspeex1' 'libspeex1-32bit' 'libspeexdsp1' 'libspice-client-glib-2_0-8' 'libspice-client-glib-helper' 'libspice-client-gtk-3_0-5' 'libspice-server1' 'libsqlite3-0' 'libsqlite3-0-32bit' 'libsratom-0-0' 'libsrt1' 'libsrtp2-1' 'libssh-config' 'libssh2-1' 'libssh4' 'libssh4-32bit' 'libstaroffice-0_0-0' 'libstartup-notification-1-0' 'libstdc++6' 'libstdc++6-32bit' 'libstdc++6-pp-gcc9' 'libstdc++6-pp-gcc9-32bit' 'libstoken1' 'libstorage-ng-lang' 'libstorage-ng-ruby' 'libstorage-ng1' 'libsuitesparseconfig5' 'libsvn_auth_kwallet-1-0' 'libswresample1' 'libswresample2' 'libswresample3_7' 'libswscale3' 'libswscale4' 'libswscale5_7' 'libsystemd0' 'libsystemd0-32bit' 'libtag1' 'libtalloc2' 'libtalloc2-32bit' 'libtasn1' 'libtasn1-6' 'libtasn1-6-32bit' 'libtasn1-devel' 'libtbb2' 'libtdb1' 'libtdb1-32bit' 'libteamdctl0' 'libtermkey1' 'libtevent-util0' 'libtevent-util0-32bit' 'libtevent0' 'libtevent0-32bit' 'libtextstyle0' 'libthai-data' 'libthai0' 'libthai0-32bit' 'libtheora0' 'libtheora0-32bit' 'libtheoradec1' 'libtheoraenc1' 'libtiff5' 'libtiff5-32bit' 'libtirpc-netconfig' 'libtirpc3' 'libtirpc3-32bit' 'libtomcrypt1' 'libtommath1' 'libts0' 'libtsan0' 'libtss2-esys0' 'libtss2-mu0' 'libtss2-sys0' 'libtss2-tcti-device0' 'libtss2-tcti-mssim0' 'libtwolame0' 'libubsan1' 'libuchardet0' 'libudev1' 'libudev1-32bit' 'libudisks2-0' 'libudisks2-0_btrfs' 'libumfpack5' 'libunbound8' 'libunibilium4' 'libunistring2' 'libunistring2-32bit' 'libunwind' 'libunwind-32bit' 'libupnp17' 'libupower-glib3' 'liburcu6' 'liburing1' 'libusb-1_0-0' 'libusb-1_0-0-32bit' 'libusbmuxd6' 'libusbredirhost1' 'libusbredirparser1' 'libutempter0' 'libutf8proc2' 'libuuid1' 'libuuid1-32bit' 'libuv1' 'libv4l' 'libv4l1-0' 'libv4l1-0-32bit' 'libv4l2-0' 'libv4l2-0-32bit' 'libv4lconvert0' 'libv4lconvert0-32bit' 'libva-drm2' 'libva-drm2-32bit' 'libva-glx2' 'libva-vdpau-driver' 'libva-wayland2' 'libva-x11-2' 'libva-x11-2-32bit' 'libva2' 'libva2-32bit' 'libvapoursynth-52' 'libvapoursynth-script0' 'libvdeplug3' 'libvdpau1' 'libvdpau_nouveau' 'libverto1' 'libverto1-32bit' 'libvidstab1_1' 'libvigraimpex11' 'libvirglrenderer1' 'libvirt-bash-completion' 'libvirt-client' 'libvirt-daemon' 'libvirt-daemon-config-network' 'libvirt-daemon-driver-interface' 'libvirt-daemon-driver-network' 'libvirt-daemon-driver-nodedev' 'libvirt-daemon-driver-nwfilter' 'libvirt-daemon-driver-qemu' 'libvirt-daemon-driver-secret' 'libvirt-daemon-driver-storage' 'libvirt-daemon-driver-storage-core' 'libvirt-daemon-driver-storage-disk' 'libvirt-daemon-driver-storage-gluster' 'libvirt-daemon-driver-storage-iscsi' 'libvirt-daemon-driver-storage-iscsi-direct' 'libvirt-daemon-driver-storage-logical' 'libvirt-daemon-driver-storage-mpath' 'libvirt-daemon-driver-storage-rbd' 'libvirt-daemon-driver-storage-scsi' 'libvirt-daemon-qemu' 'libvirt-glib-1_0-0' 'libvirt-libs' 'libvisio-0_1-1' 'libvisual' 'libvkd3d-shader1' 'libvkd3d-shader1-32bit' 'libvkd3d1' 'libvkd3d1-32bit' 'libvlc5' 'libvlccore9' 'libvncclient1' 'libvo-amrwbenc0' 'libvorbis0' 'libvorbis0-32bit' 'libvorbisenc2' 'libvorbisenc2-32bit' 'libvorbisfile3' 'libvorbisfile3-32bit' 'libvpx6' 'libvte-2_91-0' 'libvterm0' 'libvulkan1' 'libvulkan1-32bit' 'libvulkan_intel' 'libvulkan_intel-32bit' 'libvulkan_radeon' 'libvulkan_radeon-32bit' 'libwacom-data' 'libwacom2' 'libwavpack1' 'libwayland-client0' 'libwayland-client0-32bit' 'libwayland-cursor0' 'libwayland-cursor0-32bit' 'libwayland-egl1' 'libwayland-egl1-32bit' 'libwayland-server0' 'libwbclient0' 'libwbclient0-32bit' 'libwebkit2gtk-4_0-37' 'libwebkit2gtk3-lang' 'libwebp-tools' 'libwebp7' 'libwebp7-32bit' 'libwebpdemux2' 'libwebpmux3' 'libwebrtc_audio_processing1' 'libwinpr2' 'libwmf-0_2-7' 'libwoff2common1_0_2' 'libwoff2dec1_0_2' 'libwpd-0_10-10' 'libwpe-1_0-1' 'libwpg-0_3-3' 'libwps-0_4-4' 'libwrap0' 'libwrap0-32bit' 'libwx_baseu-suse3_0_4' 'libwx_baseu-suse4_0_0' 'libwx_baseu_net-suse3_0_4' 'libwx_baseu_net-suse4_0_0' 'libwx_baseu_xml-suse3_0_4' 'libwx_baseu_xml-suse4_0_0' 'libwx_gtk2u_adv-suse3_0_4' 'libwx_gtk2u_aui-suse3_0_4' 'libwx_gtk2u_core-suse3_0_4' 'libwx_gtk2u_gl-suse3_0_4' 'libwx_gtk2u_html-suse3_0_4' 'libwx_gtk2u_qa-suse3_0_4' 'libwx_gtk2u_xrc-suse3_0_4' 'libwx_gtk3u_aui-suse4_0_0' 'libwx_gtk3u_core-suse4_0_0' 'libwx_gtk3u_gl-suse4_0_0' 'libwx_gtk3u_html-suse4_0_0' 'libwx_gtk3u_qa-suse4_0_0' 'libwx_gtk3u_xrc-suse4_0_0' 'libx264-155' 'libx264-157' 'libx264-159' 'libx264-160' 'libx265-169' 'libx265-176' 'libx265-179' 'libx265-188' 'libx265-192' 'libx86emu3' 'libxapian30' 'libxcb-composite0' 'libxcb-cursor0' 'libxcb-damage0' 'libxcb-dpms0' 'libxcb-dri2-0' 'libxcb-dri2-0-32bit' 'libxcb-dri3-0' 'libxcb-dri3-0-32bit' 'libxcb-glx0' 'libxcb-glx0-32bit' 'libxcb-icccm4' 'libxcb-image0' 'libxcb-keysyms1' 'libxcb-present0' 'libxcb-present0-32bit' 'libxcb-randr0' 'libxcb-randr0-32bit' 'libxcb-record0' 'libxcb-render-util0' 'libxcb-render0' 'libxcb-render0-32bit' 'libxcb-res0' 'libxcb-shape0' 'libxcb-shm0' 'libxcb-shm0-32bit' 'libxcb-sync1' 'libxcb-sync1-32bit' 'libxcb-util1' 'libxcb-xfixes0' 'libxcb-xinerama0' 'libxcb-xinput0' 'libxcb-xkb1' 'libxcb-xv0' 'libxcb1' 'libxcb1-32bit' 'libxcrypt-devel' 'libxerces-c-3_2' 'libxkbcommon-x11-0' 'libxkbcommon0' 'libxkbcommon0-32bit' 'libxkbfile1' 'libxklavier16' 'libxml++-2_6-2' 'libxml++-3_0-1' 'libxml2-2' 'libxml2-2-32bit' 'libxml2-tools' 'libxmlb1' 'libxmlsec1-1' 'libxmlsec1-nss1' 'libxshmfence1' 'libxshmfence1-32bit' 'libxslt-tools' 'libxslt1' 'libxslt1-32bit' 'libxtables12' 'libxvidcore4' 'libxxhash0' 'libyajl2' 'libyaml-0-2' 'libyaml-cpp0_6' 'libykpers-1-1' 'libyubikey0' 'libyui-ncurses-pkg13' 'libyui-ncurses13' 'libyui-qt-graph13' 'libyui-qt-pkg13' 'libyui-qt13' 'libyui13' 'libz1' 'libz1-32bit' 'libzbar0' 'libzck1' 'libzimg2' 'libzio1' 'libzip5' 'libzita-convolver4' 'libzmf-0_0-0' 'libzmq5' 'libzstd1' 'libzstd1-32bit' 'libzvbi0' 'libzypp' 'libzypp-plugin-appdata' 'libzzip-0-13' 'lifecycle-data-openSUSE' 'lightdm' 'lightdm-gtk-greeter' 'lightdm-gtk-greeter-branding-openSUSE' 'lightdm-gtk-greeter-lang' 'lightdm-lang' 'linux-glibc-devel' 'lksctp-tools' 'lockdev' 'logrotate' 'lsb-release' 'lsof' 'lsp-plugins' 'lsp-plugins-common' 'lsscsi' 'lua51' 'lua51-bit32' 'lua51-ldbus' 'lua51-lua-dbus' 'lua51-lua-mpris' 'lua51-luv' 'luit' 'lutris' 'lv2-calf' 'lv2-lsp-plugins' 'lvm2' 'lxcfs' 'lxcfs-hooks-lxc' 'lxd' 'lxd-bash-completion' 'lz4' 'lzop' 'm4' 'mailcommon' 'mailcommon-lang' 'mailimporter' 'mailimporter-lang' 'mailx' 'maim' 'make' 'make-lang' 'makedumpfile' 'man' 'man-pages' 'man-pages-posix' 'marble' 'marble-data' 'marble-doc' 'marble-kde' 'marble-lang' 'mariadb' 'mariadb-client' 'mariadb-errormessages' 'mbimcli-bash-completion' 'mbox-importer' 'mbox-importer-lang' 'mcelog' 'mda-lv2' 'mdadm' 'mdevctl' 'media-player-info' 'melt' 'memcached' 'messagelib' 'messagelib-lang' 'metamail' 'metatheme-adwaita-common' 'metatheme-breeze-common' 'metatheme-greybird-geeko-common' 'milou5' 'milou5-lang' 'minimal_base' 'mjpegtools' 'mkfontscale' 'mkisofs' 'mobile-broadband-provider-info' 'mobipocket' 'movit8-data' 'mozilla-nspr' 'mozilla-nspr-32bit' 'mozilla-nss' 'mozilla-nss-32bit' 'mozilla-nss-certs' 'mozilla-nss-certs-32bit' 'mpd' 'mpg123-jack' 'mpg123-openal' 'mpg123-pulse' 'mpt-status' 'mpv' 'mpv-bash-completion' 'mpv-mpris' 'mpv-zsh-completion' 'mtools' 'multimedia' 'multipath-tools' 'mutter' 'mutter-data' 'myspell-dictionaries' 'myspell-en' 'myspell-en_GB' 'myspell-en_US' 'myspell-lightproof-en' 'nano' 'nano-lang' 'ncdu' 'ncurses-utils' 'neofetch' 'neovim' 'neovim-lang' 'net-snmp' 'net-tools' 'net-tools-lang' 'netcat-openbsd' 'netcfg' 'netpbm' 'nfs-client' 'nfs-kernel-server' 'nftables' 'nodejs-common' 'nodejs12' 'nodejs12-devel' 'notification-daemon' 'notification-daemon-lang' 'noto-coloremoji-fonts' 'noto-sans-fonts' 'npm12' 'nscd' 'nss-mdns' 'nss-mdns-32bit' 'ntfs-3g' 'ntfsprogs' 'ntp' 'numactl' 'numad' 'numlockx' 'nvidia-computeG05' 'nvidia-gfxG05-kmp-default' 'nvidia-glG05' 'obs-studio' 'office' 'okular' 'okular-lang' 'open-iscsi' 'openSUSE' 'openSUSE-build-key' 'openSUSE-release' 'openSUSE-release-dvd' 'openSUSE-release-ftp' 'openal-soft-data' 'openal-soft-tools' 'openconnect' 'openconnect-bash-completion' 'openconnect-lang' 'openldap2-client' 'openslp' 'openssh' 'openssh-askpass-gnome' 'openssh-helpers' 'openssl' 'openssl-1_1' 'opensuse-welcome' 'opensuse-welcome-lang' 'openvpn' 'orion' 'os-prober' 'osinfo-db' 'ovmf' 'oxygen5-icon-theme' 'oxygen5-icon-theme-large' 'oxygen5-sounds' 'p11-kit' 'p11-kit-32bit' 'p11-kit-devel' 'p11-kit-tools' 'p7zip' 'p7zip-full' 'pam' 'pam-32bit' 'pam-config' 'pam-deprecated' 'pam_pwquality' 'pam_pwquality-32bit' 'paper' 'paperkey' 'parallel-printer-support' 'parted' 'parted-lang' 'patch' 'patterns-base-apparmor' 'patterns-base-base' 'patterns-base-basesystem' 'patterns-base-enhanced_base' 'patterns-base-minimal_base' 'patterns-base-sw_management' 'patterns-base-x11' 'patterns-base-x11_enhanced' 'patterns-desktop-books' 'patterns-desktop-multimedia' 'patterns-devel-python-devel_python3' 'patterns-fonts-fonts' 'patterns-fonts-fonts_opt' 'patterns-games-games' 'patterns-kde-kde' 'patterns-kde-kde_games' 'patterns-kde-kde_internet' 'patterns-kde-kde_multimedia' 'patterns-kde-kde_office' 'patterns-kde-kde_pim' 'patterns-kde-kde_plasma' 'patterns-kde-kde_utilities' 'patterns-kde-kde_utilities_opt' 'patterns-kde-kde_yast' 'patterns-office-office' 'patterns-server-kvm_server' 'patterns-server-kvm_tools' 'patterns-yast-x11_yast' 'patterns-yast-yast2_basis' 'pciutils' 'pcsc-lite' 'pentaho-libxml' 'pentaho-reporting-flow-engine' 'perf' 'perl' 'perl-32bit' 'perl-Archive-Zip' 'perl-Authen-SASL' 'perl-Bootloader' 'perl-CPAN-Changes' 'perl-Clone' 'perl-Cpanel-JSON-XS' 'perl-Crypt-SmbHash' 'perl-DBD-SQLite' 'perl-DBI' 'perl-Devel-Symdump' 'perl-Digest-HMAC' 'perl-Digest-MD4' 'perl-Digest-SHA1' 'perl-Encode-Locale' 'perl-Error' 'perl-File-FcntlLock' 'perl-File-Listing' 'perl-File-RandomAccess' 'perl-HTML-Parser' 'perl-HTML-Tagset' 'perl-HTTP-Cookies' 'perl-HTTP-Daemon' 'perl-HTTP-Date' 'perl-HTTP-Message' 'perl-HTTP-Negotiate' 'perl-IO-HTML' 'perl-IO-Socket-SSL' 'perl-IPC-Run3' 'perl-Image-ExifTool' 'perl-LWP-MediaTypes' 'perl-LWP-Protocol-https' 'perl-MailTools' 'perl-Net-DBus' 'perl-Net-HTTP' 'perl-Net-SMTP-SSL' 'perl-Net-SSLeay' 'perl-Parse-RecDescent' 'perl-Pod-Coverage' 'perl-SNMP' 'perl-Term-ReadKey' 'perl-Term-ReadLine-Gnu' 'perl-Test-Pod' 'perl-Test-Pod-Coverage' 'perl-TimeDate' 'perl-Try-Tiny' 'perl-URI' 'perl-WWW-RobotRules' 'perl-X11-Protocol' 'perl-X500-DN' 'perl-XML-Dumper' 'perl-XML-LibXML' 'perl-XML-NamespaceSupport' 'perl-XML-Parser' 'perl-XML-SAX' 'perl-XML-SAX-Base' 'perl-XML-SAX-Expat' 'perl-XML-Simple' 'perl-XML-Twig' 'perl-XML-XPath' 'perl-apparmor' 'perl-base' 'perl-gettext' 'perl-libwww-perl' 'permissions' 'permissions-config' 'permissions-doc' 'phonon4qt5-backend-gstreamer' 'phonon4qt5-backend-gstreamer-lang' 'phonon4qt5-lang' 'phononsettings' 'phononsettings-lang' 'picard' 'picard-lang' 'pigz' 'pim-data-exporter' 'pim-data-exporter-lang' 'pim-sieve-editor' 'pim-sieve-editor-lang' 'pimcommon' 'pimcommon-lang' 'pinentry' 'pinentry-qt5' 'pipewire' 'pipewire-modules' 'pipewire-spa-plugins-0_2' 'pipewire-spa-tools' 'pipewire-tools' 'pkcs11-helper' 'pkgconf' 'pkgconf-m4' 'pkgconf-pkg-config' 'plasma-framework' 'plasma-framework-components' 'plasma-framework-lang' 'plasma-nm5' 'plasma-nm5-l2tp' 'plasma-nm5-lang' 'plasma-nm5-openconnect' 'plasma-nm5-openvpn' 'plasma-nm5-pptp' 'plasma5-addons' 'plasma5-addons-lang' 'plasma5-applet-suse-prime' 'plasma5-defaults-openSUSE' 'plasma5-desktop' 'plasma5-desktop-emojier' 'plasma5-desktop-lang' 'plasma5-integration-plugin' 'plasma5-integration-plugin-lang' 'plasma5-pa' 'plasma5-pa-lang' 'plasma5-pk-updates' 'plasma5-pk-updates-lang' 'plasma5-session' 'plasma5-session-wayland' 'plasma5-theme-openSUSE' 'plasma5-thunderbolt' 'plasma5-thunderbolt-lang' 'plasma5-workspace' 'plasma5-workspace-branding-openSUSE' 'plasma5-workspace-lang' 'plasma5-workspace-libs' 'plymouth' 'plymouth-branding-openSUSE' 'plymouth-dracut' 'plymouth-plugin-label' 'plymouth-plugin-label-ft' 'plymouth-plugin-script' 'plymouth-plugin-two-step' 'plymouth-scripts' 'plymouth-theme-bgrt' 'plymouth-theme-spinner' 'pmdk' 'pngquant' 'podman' 'podman-cni-config' 'polkit' 'polkit-default-privs' 'polkit-kde-agent-5' 'polkit-kde-agent-5-lang' 'poppler-data' 'poppler-tools' 'postfix' 'postfix-ldap' 'powerdevil5' 'powerdevil5-lang' 'powerline-fonts' 'powertop' 'ppp' 'pptp' 'prctl' 'prison-qt5-imports' 'procinfo' 'procmail' 'procps' 'psmisc' 'psmisc-lang' 'psqlODBC' 'psutils' 'ptools' 'publicsuffix' 'pulseaudio' 'pulseaudio-bash-completion' 'pulseaudio-lang' 'pulseaudio-module-bluetooth' 'pulseaudio-module-gconf' 'pulseaudio-module-x11' 'pulseaudio-module-zeroconf' 'pulseaudio-utils' 'pulseaudio-utils-32bit' 'pulseaudio-zsh-completion' 'pulseeffects' 'pulseeffects-lang' 'purge-kernels-service' 'purpose' 'purpose-lang' 'pv' 'python' 'python-base' 'python-gobject2' 'python-gtk' 'python-qt5-common-devel' 'python-qtwebengine-qt5-sip' 'python-rpm-generators' 'python-rpm-macros' 'python-sip-common' 'python-xml' 'python2-pip' 'python2-pycairo' 'python2-setuptools' 'python3-Automat' 'python3-Babel' 'python3-Jinja2' 'python3-Markdown' 'python3-MarkupSafe' 'python3-Pillow' 'python3-PyAudio' 'python3-PyHamcrest' 'python3-PyJWT' 'python3-PyNaCl' 'python3-PySocks' 'python3-PyYAML' 'python3-Pygments' 'python3-Send2Trash' 'python3-Twisted' 'python3-Unidecode' 'python3-aiodns' 'python3-aiohttp' 'python3-aiohttp_cors' 'python3-apparmor' 'python3-appdirs' 'python3-asn1crypto' 'python3-async_generator' 'python3-async_timeout' 'python3-atomicwrites' 'python3-attrs' 'python3-audioread' 'python3-bcc' 'python3-bcrypt' 'python3-beautifulsoup4' 'python3-bind' 'python3-black' 'python3-blinker' 'python3-boto3' 'python3-botocore' 'python3-brotlipy' 'python3-certifi' 'python3-cffi' 'python3-chardet' 'python3-click' 'python3-cmdln' 'python3-configobj' 'python3-constantly' 'python3-coverage' 'python3-createrepo_c' 'python3-cryptography' 'python3-cssselect' 'python3-cupshelpers' 'python3-dbus-python' 'python3-decorator' 'python3-discid' 'python3-discogs-client' 'python3-distlib' 'python3-dnspython' 'python3-docutils' 'python3-ecdsa' 'python3-entrypoints' 'python3-evdev' 'python3-filelock' 'python3-firewall' 'python3-flake8' 'python3-fluidity-sm' 'python3-future' 'python3-gobject' 'python3-gobject-Gdk' 'python3-gobject-cairo' 'python3-greenlet' 'python3-gssapi' 'python3-gunicorn' 'python3-h2' 'python3-hiredis' 'python3-hpack' 'python3-httplib2' 'python3-hyperframe' 'python3-hyperlink' 'python3-idna' 'python3-incremental' 'python3-iniconfig' 'python3-invoke' 'python3-ipaddr' 'python3-jellyfish' 'python3-jmespath' 'python3-jsonschema' 'python3-keyczar' 'python3-ldb' 'python3-lexicon' 'python3-libvirt-python' 'python3-libxml2' 'python3-linux-procfs' 'python3-lxml' 'python3-mccabe' 'python3-more-itertools' 'python3-msgpack' 'python3-multidict' 'python3-munkres' 'python3-musicbrainzngs' 'python3-mutagen' 'python3-mypy_extensions' 'python3-mysqlclient' 'python3-ndg-httpsclient' 'python3-neovim' 'python3-netifaces' 'python3-nftables' 'python3-ntlm-auth' 'python3-oauthlib' 'python3-olefile' 'python3-ordered-set' 'python3-outcome' 'python3-packaging' 'python3-paramiko' 'python3-passlib' 'python3-pathspec' 'python3-pbkdf2' 'python3-pexpect' 'python3-pip' 'python3-pluggy' 'python3-ply' 'python3-podman-compose' 'python3-protobuf' 'python3-ptyprocess' 'python3-py' 'python3-pyOpenSSL' 'python3-pyacoustid' 'python3-pyasn1' 'python3-pyasn1-modules' 'python3-pycairo' 'python3-pycares' 'python3-pycodestyle' 'python3-pycparser' 'python3-pycryptodome' 'python3-pycups' 'python3-pycurl' 'python3-pyflakes' 'python3-pylast' 'python3-pymad' 'python3-pyparsing' 'python3-pyrsistent' 'python3-pyserial' 'python3-pytest' 'python3-python-dateutil' 'python3-python-memcached' 'python3-python-mpd2' 'python3-pytz' 'python3-pyudev' 'python3-pyvmomi' 'python3-pywinrm' 'python3-pyxdg' 'python3-qt5' 'python3-qtwebengine-qt5' 'python3-rarfile' 'python3-redis' 'python3-regex' 'python3-requests' 'python3-requests-oauthlib' 'python3-requests-toolbelt' 'python3-requests_ntlm' 'python3-rfc3986' 'python3-roman' 'python3-rpm' 'python3-s3transfer' 'python3-service_identity' 'python3-setuptools' 'python3-simplejson' 'python3-sip' 'python3-six' 'python3-slip' 'python3-slip-dbus' 'python3-sniffio' 'python3-solv' 'python3-sortedcontainers' 'python3-soupsieve' 'python3-systemd' 'python3-talloc' 'python3-tdb' 'python3-tevent' 'python3-toml' 'python3-tox' 'python3-trio' 'python3-typed-ast' 'python3-typing_extensions' 'python3-urllib3' 'python3-vapoursynth' 'python3-virtualenv' 'python3-wcwidth' 'python3-xmltodict' 'python3-yamllint' 'python3-yarl' 'python3-zipp' 'python3-zope.interface' 'python3-zypp-plugin' 'python38' 'python38-base' 'python38-curses' 'python38-dbm' 'python38-devel' 'qalculate-data' 'qemu' 'qemu-audio-pa' 'qemu-block-curl' 'qemu-block-rbd' 'qemu-block-ssh' 'qemu-chardev-baum' 'qemu-hw-display-qxl' 'qemu-hw-usb-redirect' 'qemu-hw-usb-smartcard' 'qemu-ipxe' 'qemu-ksm' 'qemu-microvm' 'qemu-ovmf-x86_64' 'qemu-seabios' 'qemu-sgabios' 'qemu-skiboot' 'qemu-tools' 'qemu-ui-curses' 'qemu-ui-gtk' 'qemu-ui-sdl' 'qemu-ui-spice-app' 'qemu-vgabios' 'qemu-x86' 'qqc2-desktop-style' 'qrencode' 'qscintilla2_qt5' 'radvd' 'raleway-fonts' 'rar' 'rclone' 'rclone-bash-completion' 'rclone-zsh-completion' 'rdma-core' 'readline-doc' 'redis' 'reiserfs' 'release-notes-openSUSE' 'remmina' 'remmina-lang' 'remmina-plugin-rdp' 'remmina-plugin-secret' 'remmina-plugin-vnc' 'rgb' 'ripgrep' 'ripgrep-bash-completion' 'ripgrep-zsh-completion' 'rkhunter' 'rp-pppoe' 'rpcbind' 'rpm' 'rpm-32bit' 'rpm-build' 'rpm-build-perl' 'rpm-build-python' 'rpm-config-SUSE' 'rsibreak' 'rsibreak-lang' 'rsync' 'rsyslog' 'rtkit' 'rubberband-ladspa' 'ruby' 'ruby-common' 'ruby-solv' 'ruby2.6' 'ruby2.6-rubygem-abstract_method' 'ruby2.6-rubygem-cfa' 'ruby2.6-rubygem-cfa_grub2' 'ruby2.6-rubygem-cheetah' 'ruby2.6-rubygem-fast_gettext' 'ruby2.6-rubygem-gem2rpm' 'ruby2.6-rubygem-ruby-augeas' 'ruby2.6-rubygem-ruby-dbus' 'ruby2.6-rubygem-simpleidn' 'ruby2.6-rubygem-unf' 'ruby2.6-rubygem-unf_ext' 'ruby2.7' 'ruby2.7-rubygem-abstract_method' 'ruby2.7-rubygem-cfa' 'ruby2.7-rubygem-cfa_grub2' 'ruby2.7-rubygem-cheetah' 'ruby2.7-rubygem-fast_gettext' 'ruby2.7-rubygem-gem2rpm' 'ruby2.7-rubygem-mini_portile2' 'ruby2.7-rubygem-nokogiri' 'ruby2.7-rubygem-ruby-augeas' 'ruby2.7-rubygem-ruby-dbus' 'ruby2.7-rubygem-simpleidn' 'ruby2.7-rubygem-unf' 'ruby2.7-rubygem-unf_ext' 'runc' 'sac' 'samba' 'samba-client' 'samba-client-32bit' 'samba-libs' 'samba-libs-32bit' 'samba-libs-python3' 'samba-python3' 'samba-winbind' 'samba-winbind-32bit' 'sane-backends' 'sane-backends-32bit' 'sane-backends-autoconfig' 'sane-saned' 'sasl2-kdexoauth2' 'sbc' 'scout' 'screen' 'sddm' 'sddm-branding-openSUSE' 'sddm-theme-openSUSE' 'sed' 'sed-lang' 'sensors' 'sessreg' 'setserial' 'setxkbmap' 'sg3_utils' 'sgml-skel' 'sha3sum' 'shadow' 'shared-mime-info' 'shared-mime-info-lang' 'shared-python-startup' 'sharutils' 'sharutils-lang' 'shim' 'signon-kwallet-extension' 'signon-plugin-oauth2' 'signon-plugins' 'signon-ui' 'signond' 'signond-libs' 'site-config' 'skanlite' 'skanlite-lang' 'skopeo' 'slirp4netns' 'smartmontools' 'smp_utils' 'snapper' 'snapper-zypp-plugin' 'snmp-mibs' 'solid-imports' 'solid-tools' 'sonnet' 'sound-theme-freedesktop' 'sox' 'spax' 'spectacle' 'spectacle-lang' 'spectre-meltdown-checker' 'speedtest-cli' 'spek' 'sqlite3' 'sqlitebrowser' 'squashfs' 'sshfs' 'sshpass' 'star' 'steam' 'steam-devices' 'steamtricks' 'steamtricks-data' 'stellarium' 'stix-fonts' 'strace' 'strongswan-ipsec' 'strongswan-libs0' 'subversion' 'subversion-bash-completion' 'subversion-perl' 'sudo' 'sudo-plugin-python' 'supermin' 'surfraw' 'suse-module-tools' 'suse-prime' 'susepaste' 'susepaste-screenshot' 'sw_management' 'syntax-highlighting' 'sysconfig' 'sysconfig-netconfig' 'syslinux' 'syslog-service' 'sysstat' 'system-group-hardware' 'system-group-wheel' 'system-tuning-common-SUSE' 'system-user-bin' 'system-user-daemon' 'system-user-flatpak' 'system-user-games' 'system-user-lp' 'system-user-mail' 'system-user-man' 'system-user-nobody' 'system-user-root' 'system-user-tftp' 'systemd' 'systemd-32bit' 'systemd-container' 'systemd-icon-branding-openSUSE' 'systemd-network' 'systemd-presets-branding-openSUSE' 'systemd-presets-common-SUSE' 'systemd-rpm-macros' 'systemd-sysvinit' 'systemsettings5' 'systemsettings5-lang' 'sysuser-shadow' 'sysvinit-tools' 'tar' 'tar-lang' 'tar-rmt' 'tcl' 'tcpdump' 'tcsh' 'tcsh-lang' 'teamviewer-suse' 'telnet' 'terminfo' 'terminfo-base' 'terminfo-iterm' 'terminfo-screen' 'terraform' 'texlive-lm-fonts' 'tftp' 'thin-provisioning-tools' 'tigervnc' 'time' 'timezone' 'timezone-java' 'tk' 'tmux' 'tnftp' 'traceroute' 'translation-update' 'tree' 'tuned' 'typelib-1_0-AppIndicator3-0_1' 'typelib-1_0-Atk-1_0' 'typelib-1_0-Flatpak-1_0' 'typelib-1_0-Fwupd-2_0' 'typelib-1_0-GVnc-1_0' 'typelib-1_0-GdkPixbuf-2_0' 'typelib-1_0-GnomeDesktop-3_0' 'typelib-1_0-GnomeKeyring-1_0' 'typelib-1_0-Graphene-1_0' 'typelib-1_0-Gst-1_0' 'typelib-1_0-Gtk-3_0' 'typelib-1_0-GtkSource-4' 'typelib-1_0-GtkVnc-2_0' 'typelib-1_0-HarfBuzz-0_0' 'typelib-1_0-JavaScriptCore-4_0' 'typelib-1_0-Json-1_0' 'typelib-1_0-Libosinfo-1_0' 'typelib-1_0-LibvirtGLib-1_0' 'typelib-1_0-NM-1_0' 'typelib-1_0-Notify-0_7' 'typelib-1_0-Pango-1_0' 'typelib-1_0-Soup-2_4' 'typelib-1_0-SpiceClientGlib-2_0' 'typelib-1_0-SpiceClientGtk-3_0' 'typelib-1_0-Vte-2.91' 'typelib-1_0-WebKit2-4_0' 'typescript' 'ucode-amd' 'ucode-intel' 'udev' 'udev-configure-printer' 'udisks2' 'udisks2-lang' 'unar' 'unbound-anchor' 'unixODBC' 'unrar' 'unzip' 'unzip-doc' 'update-alternatives' 'update-desktop-files' 'upower' 'upower-lang' 'usb_modeswitch' 'usb_modeswitch-data' 'usbmuxd' 'usbutils' 'util-linux' 'util-linux-lang' 'util-linux-systemd' 'vim' 'vim-data' 'vim-data-common' 'virt-install' 'virt-manager' 'virt-manager-common' 'virt-viewer' 'virt-what' 'vlan' 'vlc' 'vlc-codec-gstreamer' 'vlc-codecs' 'vlc-noX' 'vlc-opencv' 'vlc-qt' 'vlc-vdpau' 'vm-install' 'vorbis-tools' 'vorbis-tools-lang' 'vte-lang' 'vulkan-tools' 'w3m' 'w3m-inline-image' 'wallpaper-branding-openSUSE' 'webkit2gtk-4_0-injected-bundles' 'wget' 'which' 'whois' 'wicked' 'wicked-service' 'wine-gecko' 'wine-mono' 'wine-staging' 'wine-staging-32bit' 'winetricks' 'wireguard-tools' 'wireless-regdb' 'wireless-tools' 'wmctrl' 'wol' 'wol-lang' 'words' 'wpa_supplicant' 'wxWidgets-lang' 'x11' 'x11-tools' 'x11-video-nvidiaG05' 'xauth' 'xbitmaps' 'xbrlapi' 'xclip' 'xclock' 'xconsole' 'xdg-dbus-proxy' 'xdg-desktop-portal' 'xdg-desktop-portal-gtk' 'xdg-desktop-portal-gtk-lang' 'xdg-desktop-portal-kde' 'xdg-desktop-portal-kde-lang' 'xdg-desktop-portal-lang' 'xdg-menu' 'xdg-user-dirs' 'xdg-user-dirs-lang' 'xdg-utils' 'xdm' 'xdmbgrd' 'xembedsniproxy' 'xen-libs' 'xf86-input-evdev' 'xf86-input-joystick' 'xf86-input-keyboard' 'xf86-input-libinput' 'xf86-input-mouse' 'xf86-input-synaptics' 'xf86-input-vmmouse' 'xf86-input-void' 'xf86-input-wacom' 'xf86-video-fbdev' 'xf86-video-nouveau' 'xf86-video-vesa' 'xfsprogs' 'xhost' 'xinetd' 'xinit' 'xkbcomp' 'xkeyboard-config' 'xkeyboard-config-lang' 'xl2tpd' 'xli' 'xmessage' 'xml-commons-apis' 'xmlcharent' 'xmlstarlet' 'xmodmap' 'xorg-x11-Xvnc' 'xorg-x11-Xvnc-module' 'xorg-x11-driver-video' 'xorg-x11-essentials' 'xorg-x11-fonts' 'xorg-x11-fonts-converted' 'xorg-x11-fonts-core' 'xorg-x11-fonts-legacy' 'xorg-x11-libX11-ccache' 'xorg-x11-server' 'xorg-x11-server-Xvfb' 'xorg-x11-server-extra' 'xorg-x11-server-wayland' 'xorriso' 'xprop' 'xrandr' 'xrdb' 'xscreensaver' 'xscreensaver-data' 'xscreensaver-lang' 'xsel' 'xset' 'xsetroot' 'xsettingsd' 'xtables-plugins' 'xterm' 'xterm-bin' 'xtermset' 'xz' 'xz-lang' 'yast2' 'yast2-add-on' 'yast2-alternatives' 'yast2-apparmor' 'yast2-auth-client' 'yast2-auth-server' 'yast2-bootloader' 'yast2-control-center' 'yast2-control-center-qt' 'yast2-core' 'yast2-country' 'yast2-country-data' 'yast2-firewall' 'yast2-fonts' 'yast2-hardware-detection' 'yast2-installation' 'yast2-iscsi-client' 'yast2-journal' 'yast2-kdump' 'yast2-ldap' 'yast2-logs' 'yast2-mail' 'yast2-metapackage-handler' 'yast2-network' 'yast2-nfs-client' 'yast2-nfs-common' 'yast2-nis-client' 'yast2-ntp-client' 'yast2-online-update' 'yast2-online-update-frontend' 'yast2-packager' 'yast2-pam' 'yast2-perl-bindings' 'yast2-pkg-bindings' 'yast2-printer' 'yast2-proxy' 'yast2-python3-bindings' 'yast2-qt-branding-openSUSE' 'yast2-ruby-bindings' 'yast2-samba-client' 'yast2-samba-server' 'yast2-scanner' 'yast2-schema' 'yast2-security' 'yast2-services-manager' 'yast2-slp' 'yast2-snapper' 'yast2-sound' 'yast2-storage-ng' 'yast2-sudo' 'yast2-support' 'yast2-sysconfig' 'yast2-tftp-server' 'yast2-theme' 'yast2-theme-breeze' 'yast2-theme-oxygen' 'yast2-trans' 'yast2-trans-stats' 'yast2-transfer' 'yast2-tune' 'yast2-update' 'yast2-users' 'yast2-vm' 'yast2-vpn' 'yast2-x11' 'yast2-xml' 'yast2-ycp-ui-bindings' 'yast2_basis' 'youtube-dl' 'youtube-dl-bash-completion' 'youtube-dl-zsh-completion' 'yp-tools' 'zenity' 'zenity-lang' 'zerofree' 'zeromq-tools' 'zip' 'zisofs-tools' 'zlib-devel' 'zsh' 'zstd' 'zypper' 'zypper-aptitude' 'zypper-lifecycle-plugin' 'zypper-log' 'zypper-needs-restarting'
EO:_zypp_installed
)}"} )
diff --git a/exact_dot_oh-my-zsh/exact_custom/exact_plugins/exact_zsh-autosuggestions/exact_dot_git/FETCH_HEAD b/exact_dot_oh-my-zsh/exact_custom/exact_plugins/exact_zsh-autosuggestions/exact_dot_git/FETCH_HEAD
index dc84510..2d46f98 100644
--- a/exact_dot_oh-my-zsh/exact_custom/exact_plugins/exact_zsh-autosuggestions/exact_dot_git/FETCH_HEAD
+++ b/exact_dot_oh-my-zsh/exact_custom/exact_plugins/exact_zsh-autosuggestions/exact_dot_git/FETCH_HEAD
@@ -1,5 +1,5 @@
ae315ded4dba10685dbbafbfa2ff3c1aefeb490d branch 'master' of https://github.com/zsh-users/zsh-autosuggestions
-9ad039443f8fca082d93efb16b36c20c92f444e0 not-for-merge branch 'develop' of https://github.com/zsh-users/zsh-autosuggestions
+eff0894a138f64f2752c0e2f0612055d71b0af4f not-for-merge branch 'develop' of https://github.com/zsh-users/zsh-autosuggestions
b27277e7ff0f877f3189211ccd57da9ebec5e743 not-for-merge branch 'experiments/strategies-by-pattern' of https://github.com/zsh-users/zsh-autosuggestions
767d55eba0355d9ef9270df3ca257a936cf0eac5 not-for-merge branch 'features/background-initialization' of https://github.com/zsh-users/zsh-autosuggestions
36dae44064a7bf088fb1dec74c8463d5b6f3d3c8 not-for-merge branch 'features/hist-words-suggestions' of https://github.com/zsh-users/zsh-autosuggestions
@@ -9,4 +9,3 @@ b27277e7ff0f877f3189211ccd57da9ebec5e743 not-for-merge branch 'experiments/strat
4ccfdb2435ea4b82983bf22bb2913c0773992cce not-for-merge branch 'fixes/partial-accept-duplicate-word' of https://github.com/zsh-users/zsh-autosuggestions
9fb96753069b919deaaacb6f659be2339dfeb4d2 not-for-merge branch 'fixes/slow_bracketed_paste_magic' of https://github.com/zsh-users/zsh-autosuggestions
20c0ea841bafa78d8fb75c767e780248bfdf11a4 not-for-merge branch 'no-server' of https://github.com/zsh-users/zsh-autosuggestions
-ae315ded4dba10685dbbafbfa2ff3c1aefeb490d not-for-merge tag 'v0.6.4' of https://github.com/zsh-users/zsh-autosuggestions
diff --git a/exact_dot_oh-my-zsh/exact_custom/exact_plugins/exact_zsh-autosuggestions/exact_dot_git/ORIG_HEAD b/exact_dot_oh-my-zsh/exact_custom/exact_plugins/exact_zsh-autosuggestions/exact_dot_git/ORIG_HEAD
index 0b59f14..100da5c 100644
--- a/exact_dot_oh-my-zsh/exact_custom/exact_plugins/exact_zsh-autosuggestions/exact_dot_git/ORIG_HEAD
+++ b/exact_dot_oh-my-zsh/exact_custom/exact_plugins/exact_zsh-autosuggestions/exact_dot_git/ORIG_HEAD
@@ -1 +1 @@
-4016ff795bb184461996c5539327befc8da2af6f
+ae315ded4dba10685dbbafbfa2ff3c1aefeb490d
diff --git a/exact_dot_oh-my-zsh/exact_custom/exact_plugins/exact_zsh-autosuggestions/exact_dot_git/exact_logs/exact_refs/exact_remotes/exact_origin/develop b/exact_dot_oh-my-zsh/exact_custom/exact_plugins/exact_zsh-autosuggestions/exact_dot_git/exact_logs/exact_refs/exact_remotes/exact_origin/develop
index c1c1045..11aa02a 100644
--- a/exact_dot_oh-my-zsh/exact_custom/exact_plugins/exact_zsh-autosuggestions/exact_dot_git/exact_logs/exact_refs/exact_remotes/exact_origin/develop
+++ b/exact_dot_oh-my-zsh/exact_custom/exact_plugins/exact_zsh-autosuggestions/exact_dot_git/exact_logs/exact_refs/exact_remotes/exact_origin/develop
@@ -1,2 +1,3 @@
3da421aa47fdcb10bf3d19f1c35946b03c1bd90e bdbe43e667824e0a4e5e16cdc500ce00b9001dc0 Darren Leatherbarrow 1570875469 +0100 pull: fast-forward
bdbe43e667824e0a4e5e16cdc500ce00b9001dc0 9ad039443f8fca082d93efb16b36c20c92f444e0 DazAh <9095216+DazAh@users.noreply.github.com> 1587292881 +0100 pull: fast-forward
+9ad039443f8fca082d93efb16b36c20c92f444e0 eff0894a138f64f2752c0e2f0612055d71b0af4f DazAh <9095216+DazAh@users.noreply.github.com> 1603487399 +0100 pull: fast-forward
diff --git a/exact_dot_oh-my-zsh/exact_custom/exact_plugins/exact_zsh-autosuggestions/exact_dot_git/exact_refs/exact_remotes/exact_origin/develop b/exact_dot_oh-my-zsh/exact_custom/exact_plugins/exact_zsh-autosuggestions/exact_dot_git/exact_refs/exact_remotes/exact_origin/develop
index 1a1adec..c86a3bd 100644
--- a/exact_dot_oh-my-zsh/exact_custom/exact_plugins/exact_zsh-autosuggestions/exact_dot_git/exact_refs/exact_remotes/exact_origin/develop
+++ b/exact_dot_oh-my-zsh/exact_custom/exact_plugins/exact_zsh-autosuggestions/exact_dot_git/exact_refs/exact_remotes/exact_origin/develop
@@ -1 +1 @@
-9ad039443f8fca082d93efb16b36c20c92f444e0
+eff0894a138f64f2752c0e2f0612055d71b0af4f
diff --git a/exact_dot_oh-my-zsh/exact_dot_git/FETCH_HEAD b/exact_dot_oh-my-zsh/exact_dot_git/FETCH_HEAD
index 26534a2..8d08d39 100644
--- a/exact_dot_oh-my-zsh/exact_dot_git/FETCH_HEAD
+++ b/exact_dot_oh-my-zsh/exact_dot_git/FETCH_HEAD
@@ -1 +1 @@
-31eca46ee3b94ca84a038628e0bf6089a7488908 branch 'master' of https://github.com/ohmyzsh/ohmyzsh
+3b1699b59527ee8095397b9909a37d55689a0481 branch 'master' of https://github.com/ohmyzsh/ohmyzsh
diff --git a/exact_dot_oh-my-zsh/exact_dot_git/ORIG_HEAD b/exact_dot_oh-my-zsh/exact_dot_git/ORIG_HEAD
index 08d45f9..7880203 100644
--- a/exact_dot_oh-my-zsh/exact_dot_git/ORIG_HEAD
+++ b/exact_dot_oh-my-zsh/exact_dot_git/ORIG_HEAD
@@ -1 +1 @@
-11ccf2bbf21a52536b408095af0e25574c7e62f5
+fab59ebc3d2ce439a70bd7a68a987c0a895b2ca0
diff --git a/exact_dot_oh-my-zsh/exact_dot_git/exact_logs/HEAD b/exact_dot_oh-my-zsh/exact_dot_git/exact_logs/HEAD
index e66a9fd..2ee8c5e 100644
--- a/exact_dot_oh-my-zsh/exact_dot_git/exact_logs/HEAD
+++ b/exact_dot_oh-my-zsh/exact_dot_git/exact_logs/HEAD
@@ -28,3 +28,4 @@ e38099de96e8b62976354b468da1b21ec2d57f68 52f58785645c18aa88ea515d070a42bcfe97508
31eca46ee3b94ca84a038628e0bf6089a7488908 486857f709aa2fa229391097651e043b62d316e5 DazAh <9095216+DazAh@users.noreply.github.com> 1587285078 +0100 rebase (pick): deleted: cache/.gitkeep
486857f709aa2fa229391097651e043b62d316e5 fab59ebc3d2ce439a70bd7a68a987c0a895b2ca0 DazAh <9095216+DazAh@users.noreply.github.com> 1587285078 +0100 rebase (pick): commit message
fab59ebc3d2ce439a70bd7a68a987c0a895b2ca0 fab59ebc3d2ce439a70bd7a68a987c0a895b2ca0 DazAh <9095216+DazAh@users.noreply.github.com> 1587285078 +0100 rebase (finish): returning to refs/heads/master
+fab59ebc3d2ce439a70bd7a68a987c0a895b2ca0 b4c49847e4ac5e235056165350c3a4be46244ce3 DazAh <9095216+DazAh@users.noreply.github.com> 1603487324 +0100 pull: Merge made by the 'recursive' strategy.
diff --git a/exact_dot_oh-my-zsh/exact_dot_git/exact_logs/exact_refs/exact_heads/master b/exact_dot_oh-my-zsh/exact_dot_git/exact_logs/exact_refs/exact_heads/master
index 14009a0..6b3f569 100644
--- a/exact_dot_oh-my-zsh/exact_dot_git/exact_logs/exact_refs/exact_heads/master
+++ b/exact_dot_oh-my-zsh/exact_dot_git/exact_logs/exact_refs/exact_heads/master
@@ -21,3 +21,4 @@ e38099de96e8b62976354b468da1b21ec2d57f68 52f58785645c18aa88ea515d070a42bcfe97508
05a38c8b99ea5bc54e7fdfc1cc1ea6d2729c05e5 11ccf2bbf21a52536b408095af0e25574c7e62f5 DazAh <9095216+DazAh@users.noreply.github.com> 1587285053 +0100 commit: deleted: cache/.gitkeep
11ccf2bbf21a52536b408095af0e25574c7e62f5 5fc3c3fca4eb259cbb2a68435a11a8fffec6539f DazAh <9095216+DazAh@users.noreply.github.com> 1587285072 +0100 commit: commit message
5fc3c3fca4eb259cbb2a68435a11a8fffec6539f fab59ebc3d2ce439a70bd7a68a987c0a895b2ca0 DazAh <9095216+DazAh@users.noreply.github.com> 1587285078 +0100 rebase (finish): refs/heads/master onto 31eca46ee3b94ca84a038628e0bf6089a7488908
+fab59ebc3d2ce439a70bd7a68a987c0a895b2ca0 b4c49847e4ac5e235056165350c3a4be46244ce3 DazAh <9095216+DazAh@users.noreply.github.com> 1603487324 +0100 pull: Merge made by the 'recursive' strategy.
diff --git a/exact_dot_oh-my-zsh/exact_dot_git/exact_logs/exact_refs/exact_remotes/exact_origin/master b/exact_dot_oh-my-zsh/exact_dot_git/exact_logs/exact_refs/exact_remotes/exact_origin/master
index a813b53..7b9984f 100644
--- a/exact_dot_oh-my-zsh/exact_dot_git/exact_logs/exact_refs/exact_remotes/exact_origin/master
+++ b/exact_dot_oh-my-zsh/exact_dot_git/exact_logs/exact_refs/exact_remotes/exact_origin/master
@@ -18,3 +18,4 @@ e38099de96e8b62976354b468da1b21ec2d57f68 52f58785645c18aa88ea515d070a42bcfe97508
52f58785645c18aa88ea515d070a42bcfe97508d 3e4d10c4f17b2fe57090a524d5d78781beda204a DazAh <9095216+DazAh@users.noreply.github.com> 1571311756 +0100 pull: fast-forward
3e4d10c4f17b2fe57090a524d5d78781beda204a 05a38c8b99ea5bc54e7fdfc1cc1ea6d2729c05e5 DazAh <9095216+DazAh@users.noreply.github.com> 1580316594 +0000 pull --rebase --stat origin master: fast-forward
05a38c8b99ea5bc54e7fdfc1cc1ea6d2729c05e5 31eca46ee3b94ca84a038628e0bf6089a7488908 DazAh <9095216+DazAh@users.noreply.github.com> 1587285078 +0100 pull --rebase --stat origin master: fast-forward
+31eca46ee3b94ca84a038628e0bf6089a7488908 3b1699b59527ee8095397b9909a37d55689a0481 DazAh <9095216+DazAh@users.noreply.github.com> 1603487324 +0100 pull: fast-forward
diff --git a/exact_dot_oh-my-zsh/exact_dot_git/exact_refs/exact_heads/master b/exact_dot_oh-my-zsh/exact_dot_git/exact_refs/exact_heads/master
index 7880203..7e41bb8 100644
--- a/exact_dot_oh-my-zsh/exact_dot_git/exact_refs/exact_heads/master
+++ b/exact_dot_oh-my-zsh/exact_dot_git/exact_refs/exact_heads/master
@@ -1 +1 @@
-fab59ebc3d2ce439a70bd7a68a987c0a895b2ca0
+b4c49847e4ac5e235056165350c3a4be46244ce3
diff --git a/exact_dot_oh-my-zsh/exact_dot_git/exact_refs/exact_remotes/exact_origin/master b/exact_dot_oh-my-zsh/exact_dot_git/exact_refs/exact_remotes/exact_origin/master
index 63dfcc1..2c32bce 100644
--- a/exact_dot_oh-my-zsh/exact_dot_git/exact_refs/exact_remotes/exact_origin/master
+++ b/exact_dot_oh-my-zsh/exact_dot_git/exact_refs/exact_remotes/exact_origin/master
@@ -1 +1 @@
-31eca46ee3b94ca84a038628e0bf6089a7488908
+3b1699b59527ee8095397b9909a37d55689a0481
diff --git a/exact_dot_oh-my-zsh/exact_dot_git/index b/exact_dot_oh-my-zsh/exact_dot_git/index
index 3441614..02f5c81 100644
Binary files a/exact_dot_oh-my-zsh/exact_dot_git/index and b/exact_dot_oh-my-zsh/exact_dot_git/index differ
diff --git a/exact_dot_oh-my-zsh/exact_dot_github/CODEOWNERS b/exact_dot_oh-my-zsh/exact_dot_github/CODEOWNERS
index 6a18bf0..c3990c4 100644
--- a/exact_dot_oh-my-zsh/exact_dot_github/CODEOWNERS
+++ b/exact_dot_oh-my-zsh/exact_dot_github/CODEOWNERS
@@ -1 +1,4 @@
+# Plugin owners
plugins/gitfast/ @felipec
+plugins/sdk/ @rgoldberg
+plugins/git-lfs/ @vietduc01100001
diff --git a/exact_dot_oh-my-zsh/exact_dot_github/PULL_REQUEST_TEMPLATE.md b/exact_dot_oh-my-zsh/exact_dot_github/PULL_REQUEST_TEMPLATE.md
index 6bcb90e..1abae89 100644
--- a/exact_dot_oh-my-zsh/exact_dot_github/PULL_REQUEST_TEMPLATE.md
+++ b/exact_dot_oh-my-zsh/exact_dot_github/PULL_REQUEST_TEMPLATE.md
@@ -1,5 +1,7 @@
## Standards checklist:
+
+
- [ ] The PR title is descriptive.
- [ ] The PR doesn't replicate another PR which is already open.
- [ ] I have read the contribution guide and followed all the instructions.
diff --git a/exact_dot_oh-my-zsh/exact_dot_github/exact_ISSUE_TEMPLATE/bug_report.md b/exact_dot_oh-my-zsh/exact_dot_github/exact_ISSUE_TEMPLATE/bug_report.md
index 7c1cb89..611d8eb 100644
--- a/exact_dot_oh-my-zsh/exact_dot_github/exact_ISSUE_TEMPLATE/bug_report.md
+++ b/exact_dot_oh-my-zsh/exact_dot_github/exact_ISSUE_TEMPLATE/bug_report.md
@@ -1,7 +1,6 @@
---
name: Bug report
about: Create a report to help us improve Oh My Zsh
-labels: 'Type: support'
---
@@ -26,11 +25,21 @@ A brief description of what should happen.
If applicable, add screenshots to help explain your problem.
You can also record an asciinema session: https://asciinema.org/
+**Self Check**
+
+- Have you tried reaching out on the [Discord server](https://discord.gg/ohmyzsh)?
+ This can help cut down on filling up issues. We always have a few people
+ online that are in a variety of timezones that are willing to help you!
+
+- Also searching existing [GitHub Issues](https://github.com/ohmyzsh/ohmyzsh/issues?q=) might help you get quicker support
+
**Desktop (please complete the following information):**
+
- OS / Distro: [e.g. Arch Linux, macOS]
- - Latest ohmyzsh Update?: [e.g. Yes/No]
+ - If on Windows what version of WSL: [e.g. WSL1, WSL2]
+ - Latest ohmyzsh update?: [e.g. Yes/No]
- ZSH Version: [e.g. 5.6]
- - Terminal emulator [e.g. iTerm2]
+ - Terminal emulator: [e.g. iTerm2]
**Additional context**
Add any other context about the problem here. This can be themes, plugins, custom configs.
diff --git a/exact_dot_oh-my-zsh/exact_dot_github/exact_ISSUE_TEMPLATE/feature_request.md b/exact_dot_oh-my-zsh/exact_dot_github/exact_ISSUE_TEMPLATE/feature_request.md
index 346eaba..8c20544 100644
--- a/exact_dot_oh-my-zsh/exact_dot_github/exact_ISSUE_TEMPLATE/feature_request.md
+++ b/exact_dot_oh-my-zsh/exact_dot_github/exact_ISSUE_TEMPLATE/feature_request.md
@@ -1,7 +1,7 @@
---
name: Feature request
about: Suggest a feature for Oh My Zsh
-labels: 'Type: feature'
+labels: 'feature'
---
@@ -11,16 +11,19 @@ an issue where no sections have been filled will be deleted without comment.
-->
**Is your feature request related to a particular plugin or theme? If so, specify it.**
-The name of the plugin or theme that you would like us to improve. [...]
+The name of the plugin, theme or alias that you would like us to improve. [...]
**Is your feature request related to a problem? Please describe.**
A description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like**
-A description of what you want to happen.
+A description of what you want to happen. [...]
**Describe alternatives you've considered**
-A description of any alternative solutions or features you've considered. This can also include other plugins or aliases.
+A description of any alternative solutions or features you've considered. This can also include other plugins or themes.
**Additional context**
-Add any other context or screenshots about the feature request here. Also if you have any PRs related to this issue that are already open that you would like us to look at.
+Add any other context, screenshots or discord conversations about the feature request here. Also if you have any PRs related to this issue that are already open that you would like us to look at.
+
+**Related Issues**
+Is there any open or closed issues that is related to this feature request? If so please link them below! [...]
diff --git a/exact_dot_oh-my-zsh/exact_dot_github/exact_ISSUE_TEMPLATE/support.md b/exact_dot_oh-my-zsh/exact_dot_github/exact_ISSUE_TEMPLATE/support.md
index d263841..697f0c0 100644
--- a/exact_dot_oh-my-zsh/exact_dot_github/exact_ISSUE_TEMPLATE/support.md
+++ b/exact_dot_oh-my-zsh/exact_dot_github/exact_ISSUE_TEMPLATE/support.md
@@ -1,7 +1,7 @@
---
name: Support
about: Request support for any problem you're having with Oh My Zsh
-labels: 'Type: support'
+labels: 'support'
---
diff --git a/exact_dot_oh-my-zsh/exact_lib/completion.zsh b/exact_dot_oh-my-zsh/exact_lib/completion.zsh
index 8b87557..2b62785 100644
--- a/exact_dot_oh-my-zsh/exact_lib/completion.zsh
+++ b/exact_dot_oh-my-zsh/exact_lib/completion.zsh
@@ -41,8 +41,8 @@ fi
zstyle ':completion:*:cd:*' tag-order local-directories directory-stack path-directories
# Use caching so that commands like apt and dpkg complete are useable
-zstyle ':completion::complete:*' use-cache 1
-zstyle ':completion::complete:*' cache-path $ZSH_CACHE_DIR
+zstyle ':completion:*' use-cache yes
+zstyle ':completion:*' cache-path $ZSH_CACHE_DIR
# Don't complete uninteresting users
zstyle ':completion:*:*:*:users' ignored-patterns \
@@ -60,16 +60,15 @@ zstyle '*' single-ignored show
if [[ $COMPLETION_WAITING_DOTS = true ]]; then
expand-or-complete-with-dots() {
- # toggle line-wrapping off and back on again
- [[ -n "$terminfo[rmam]" && -n "$terminfo[smam]" ]] && echoti rmam
- print -Pn "%{%F{red}......%f%}"
- [[ -n "$terminfo[rmam]" && -n "$terminfo[smam]" ]] && echoti smam
-
+ print -Pn "%F{red}โฆ%f"
zle expand-or-complete
zle redisplay
}
zle -N expand-or-complete-with-dots
- bindkey "^I" expand-or-complete-with-dots
+ # Set the function as the default tab completion widget
+ bindkey -M emacs "^I" expand-or-complete-with-dots
+ bindkey -M viins "^I" expand-or-complete-with-dots
+ bindkey -M vicmd "^I" expand-or-complete-with-dots
fi
# automatically load bash completion functions
diff --git a/exact_dot_oh-my-zsh/exact_lib/diagnostics.zsh b/exact_dot_oh-my-zsh/exact_lib/diagnostics.zsh
index 9c9905e..001de42 100644
--- a/exact_dot_oh-my-zsh/exact_lib/diagnostics.zsh
+++ b/exact_dot_oh-my-zsh/exact_lib/diagnostics.zsh
@@ -192,19 +192,19 @@ function _omz_diag_dump_one_big_text() {
command ls -ld ~/.oh*
builtin echo
builtin echo oh-my-zsh git state:
- (cd $ZSH && builtin echo "HEAD: $(git rev-parse HEAD)" && git remote -v && git status | command grep "[^[:space:]]")
+ (builtin cd $ZSH && builtin echo "HEAD: $(git rev-parse HEAD)" && git remote -v && git status | command grep "[^[:space:]]")
if [[ $verbose -ge 1 ]]; then
- (cd $ZSH && git reflog --date=default | command grep pull)
+ (builtin cd $ZSH && git reflog --date=default | command grep pull)
fi
builtin echo
if [[ -e $ZSH_CUSTOM ]]; then
local custom_dir=$ZSH_CUSTOM
if [[ -h $custom_dir ]]; then
- custom_dir=$(cd $custom_dir && pwd -P)
+ custom_dir=$(builtin cd $custom_dir && pwd -P)
fi
builtin echo "oh-my-zsh custom dir:"
builtin echo " $ZSH_CUSTOM ($custom_dir)"
- (cd ${custom_dir:h} && command find ${custom_dir:t} -name .git -prune -o -print)
+ (builtin cd ${custom_dir:h} && command find ${custom_dir:t} -name .git -prune -o -print)
builtin echo
fi
diff --git a/exact_dot_oh-my-zsh/exact_lib/functions.zsh b/exact_dot_oh-my-zsh/exact_lib/functions.zsh
index 678e29c..58f0e3f 100644
--- a/exact_dot_oh-my-zsh/exact_lib/functions.zsh
+++ b/exact_dot_oh-my-zsh/exact_lib/functions.zsh
@@ -1,5 +1,7 @@
function zsh_stats() {
- fc -l 1 | awk '{CMD[$2]++;count++;}END { for (a in CMD)print CMD[a] " " CMD[a]/count*100 "% " a;}' | grep -v "./" | column -c3 -s " " -t | sort -nr | nl | head -n20
+ fc -l 1 \
+ | awk '{ CMD[$2]++; count++; } END { for (a in CMD) print CMD[a] " " CMD[a]*100/count "% " a }' \
+ | grep -v "./" | sort -nr | head -n20 | column -c3 -s " " -t | nl
}
function uninstall_oh_my_zsh() {
@@ -7,7 +9,16 @@ function uninstall_oh_my_zsh() {
}
function upgrade_oh_my_zsh() {
+ if (( $+functions[_omz::update] )); then
+ echo >&2 "${fg[yellow]}Note: \`$0\` is deprecated. Use \`omz update\` instead.$reset_color"
+ fi
+
+ # Run update script
env ZSH="$ZSH" sh "$ZSH/tools/upgrade.sh"
+ # Update last updated file
+ zmodload zsh/datetime
+ echo "LAST_EPOCH=$(( EPOCHSECONDS / 60 / 60 / 24 ))" >! "${ZSH_CACHE_DIR}/.zsh-update"
+ # Remove update lock if it exists
command rm -rf "$ZSH/log/update.lock"
}
diff --git a/exact_dot_oh-my-zsh/exact_lib/git.zsh b/exact_dot_oh-my-zsh/exact_lib/git.zsh
index 00cb00b..53d3960 100644
--- a/exact_dot_oh-my-zsh/exact_lib/git.zsh
+++ b/exact_dot_oh-my-zsh/exact_lib/git.zsh
@@ -1,9 +1,20 @@
+# The git prompt's git commands are read-only and should not interfere with
+# other processes. This environment variable is equivalent to running with `git
+# --no-optional-locks`, but falls back gracefully for older versions of git.
+# See git(1) for and git-status(1) for a description of that flag.
+#
+# We wrap in a local function instead of exporting the variable directly in
+# order to avoid interfering with manually-run git commands by the user.
+function __git_prompt_git() {
+ GIT_OPTIONAL_LOCKS=0 command git "$@"
+}
+
# Outputs current branch info in prompt format
function git_prompt_info() {
local ref
- if [[ "$(command git config --get oh-my-zsh.hide-status 2>/dev/null)" != "1" ]]; then
- ref=$(command git symbolic-ref HEAD 2> /dev/null) || \
- ref=$(command git rev-parse --short HEAD 2> /dev/null) || return 0
+ if [[ "$(__git_prompt_git config --get oh-my-zsh.hide-status 2>/dev/null)" != "1" ]]; then
+ ref=$(__git_prompt_git symbolic-ref HEAD 2> /dev/null) || \
+ ref=$(__git_prompt_git rev-parse --short HEAD 2> /dev/null) || return 0
echo "$ZSH_THEME_GIT_PROMPT_PREFIX${ref#refs/heads/}$(parse_git_dirty)$ZSH_THEME_GIT_PROMPT_SUFFIX"
fi
}
@@ -13,11 +24,11 @@ function parse_git_dirty() {
local STATUS
local -a FLAGS
FLAGS=('--porcelain')
- if [[ "$(command git config --get oh-my-zsh.hide-dirty)" != "1" ]]; then
- if [[ "$DISABLE_UNTRACKED_FILES_DIRTY" == "true" ]]; then
+ if [[ "$(__git_prompt_git config --get oh-my-zsh.hide-dirty)" != "1" ]]; then
+ if [[ "${DISABLE_UNTRACKED_FILES_DIRTY:-}" == "true" ]]; then
FLAGS+='--untracked-files=no'
fi
- case "$GIT_STATUS_IGNORE_SUBMODULES" in
+ case "${GIT_STATUS_IGNORE_SUBMODULES:-}" in
git)
# let git decide (this respects per-repo config in .gitmodules)
;;
@@ -27,7 +38,7 @@ function parse_git_dirty() {
FLAGS+="--ignore-submodules=${GIT_STATUS_IGNORE_SUBMODULES:-dirty}"
;;
esac
- STATUS=$(command git status ${FLAGS} 2> /dev/null | tail -n1)
+ STATUS=$(__git_prompt_git status ${FLAGS} 2> /dev/null | tail -n1)
fi
if [[ -n $STATUS ]]; then
echo "$ZSH_THEME_GIT_PROMPT_DIRTY"
@@ -39,10 +50,10 @@ function parse_git_dirty() {
# Gets the difference between the local and remote branches
function git_remote_status() {
local remote ahead behind git_remote_status git_remote_status_detailed
- remote=${$(command git rev-parse --verify ${hook_com[branch]}@{upstream} --symbolic-full-name 2>/dev/null)/refs\/remotes\/}
+ remote=${$(__git_prompt_git rev-parse --verify ${hook_com[branch]}@{upstream} --symbolic-full-name 2>/dev/null)/refs\/remotes\/}
if [[ -n ${remote} ]]; then
- ahead=$(command git rev-list ${hook_com[branch]}@{upstream}..HEAD 2>/dev/null | wc -l)
- behind=$(command git rev-list HEAD..${hook_com[branch]}@{upstream} 2>/dev/null | wc -l)
+ ahead=$(__git_prompt_git rev-list ${hook_com[branch]}@{upstream}..HEAD 2>/dev/null | wc -l)
+ behind=$(__git_prompt_git rev-list HEAD..${hook_com[branch]}@{upstream} 2>/dev/null | wc -l)
if [[ $ahead -eq 0 ]] && [[ $behind -eq 0 ]]; then
git_remote_status="$ZSH_THEME_GIT_PROMPT_EQUAL_REMOTE"
@@ -71,11 +82,11 @@ function git_remote_status() {
# it's not a symbolic ref, but in a Git repo.
function git_current_branch() {
local ref
- ref=$(command git symbolic-ref --quiet HEAD 2> /dev/null)
+ ref=$(__git_prompt_git symbolic-ref --quiet HEAD 2> /dev/null)
local ret=$?
if [[ $ret != 0 ]]; then
[[ $ret == 128 ]] && return # no git repo.
- ref=$(command git rev-parse --short HEAD 2> /dev/null) || return
+ ref=$(__git_prompt_git rev-parse --short HEAD 2> /dev/null) || return
fi
echo ${ref#refs/heads/}
}
@@ -83,8 +94,8 @@ function git_current_branch() {
# Gets the number of commits ahead from remote
function git_commits_ahead() {
- if command git rev-parse --git-dir &>/dev/null; then
- local commits="$(git rev-list --count @{upstream}..HEAD 2>/dev/null)"
+ if __git_prompt_git rev-parse --git-dir &>/dev/null; then
+ local commits="$(__git_prompt_git rev-list --count @{upstream}..HEAD 2>/dev/null)"
if [[ -n "$commits" && "$commits" != 0 ]]; then
echo "$ZSH_THEME_GIT_COMMITS_AHEAD_PREFIX$commits$ZSH_THEME_GIT_COMMITS_AHEAD_SUFFIX"
fi
@@ -93,8 +104,8 @@ function git_commits_ahead() {
# Gets the number of commits behind remote
function git_commits_behind() {
- if command git rev-parse --git-dir &>/dev/null; then
- local commits="$(git rev-list --count HEAD..@{upstream} 2>/dev/null)"
+ if __git_prompt_git rev-parse --git-dir &>/dev/null; then
+ local commits="$(__git_prompt_git rev-list --count HEAD..@{upstream} 2>/dev/null)"
if [[ -n "$commits" && "$commits" != 0 ]]; then
echo "$ZSH_THEME_GIT_COMMITS_BEHIND_PREFIX$commits$ZSH_THEME_GIT_COMMITS_BEHIND_SUFFIX"
fi
@@ -103,21 +114,21 @@ function git_commits_behind() {
# Outputs if current branch is ahead of remote
function git_prompt_ahead() {
- if [[ -n "$(command git rev-list origin/$(git_current_branch)..HEAD 2> /dev/null)" ]]; then
+ if [[ -n "$(__git_prompt_git rev-list origin/$(git_current_branch)..HEAD 2> /dev/null)" ]]; then
echo "$ZSH_THEME_GIT_PROMPT_AHEAD"
fi
}
# Outputs if current branch is behind remote
function git_prompt_behind() {
- if [[ -n "$(command git rev-list HEAD..origin/$(git_current_branch) 2> /dev/null)" ]]; then
+ if [[ -n "$(__git_prompt_git rev-list HEAD..origin/$(git_current_branch) 2> /dev/null)" ]]; then
echo "$ZSH_THEME_GIT_PROMPT_BEHIND"
fi
}
# Outputs if current branch exists on remote or not
function git_prompt_remote() {
- if [[ -n "$(command git show-ref origin/$(git_current_branch) 2> /dev/null)" ]]; then
+ if [[ -n "$(__git_prompt_git show-ref origin/$(git_current_branch) 2> /dev/null)" ]]; then
echo "$ZSH_THEME_GIT_PROMPT_REMOTE_EXISTS"
else
echo "$ZSH_THEME_GIT_PROMPT_REMOTE_MISSING"
@@ -127,84 +138,130 @@ function git_prompt_remote() {
# Formats prompt string for current git commit short SHA
function git_prompt_short_sha() {
local SHA
- SHA=$(command git rev-parse --short HEAD 2> /dev/null) && echo "$ZSH_THEME_GIT_PROMPT_SHA_BEFORE$SHA$ZSH_THEME_GIT_PROMPT_SHA_AFTER"
+ SHA=$(__git_prompt_git rev-parse --short HEAD 2> /dev/null) && echo "$ZSH_THEME_GIT_PROMPT_SHA_BEFORE$SHA$ZSH_THEME_GIT_PROMPT_SHA_AFTER"
}
# Formats prompt string for current git commit long SHA
function git_prompt_long_sha() {
local SHA
- SHA=$(command git rev-parse HEAD 2> /dev/null) && echo "$ZSH_THEME_GIT_PROMPT_SHA_BEFORE$SHA$ZSH_THEME_GIT_PROMPT_SHA_AFTER"
+ SHA=$(__git_prompt_git rev-parse HEAD 2> /dev/null) && echo "$ZSH_THEME_GIT_PROMPT_SHA_BEFORE$SHA$ZSH_THEME_GIT_PROMPT_SHA_AFTER"
}
-# Get the status of the working tree
function git_prompt_status() {
- local INDEX STATUS
- INDEX=$(command git status --porcelain -b 2> /dev/null)
- STATUS=""
- if $(echo "$INDEX" | command grep -E '^\?\? ' &> /dev/null); then
- STATUS="$ZSH_THEME_GIT_PROMPT_UNTRACKED$STATUS"
+ [[ "$(__git_prompt_git config --get oh-my-zsh.hide-status 2>/dev/null)" = 1 ]] && return
+
+ # Maps a git status prefix to an internal constant
+ # This cannot use the prompt constants, as they may be empty
+ local -A prefix_constant_map
+ prefix_constant_map=(
+ '\?\? ' 'UNTRACKED'
+ 'A ' 'ADDED'
+ 'M ' 'ADDED'
+ 'MM ' 'ADDED'
+ ' M ' 'MODIFIED'
+ 'AM ' 'MODIFIED'
+ ' T ' 'MODIFIED'
+ 'R ' 'RENAMED'
+ ' D ' 'DELETED'
+ 'D ' 'DELETED'
+ 'UU ' 'UNMERGED'
+ 'ahead' 'AHEAD'
+ 'behind' 'BEHIND'
+ 'diverged' 'DIVERGED'
+ 'stashed' 'STASHED'
+ )
+
+ # Maps the internal constant to the prompt theme
+ local -A constant_prompt_map
+ constant_prompt_map=(
+ 'UNTRACKED' "$ZSH_THEME_GIT_PROMPT_UNTRACKED"
+ 'ADDED' "$ZSH_THEME_GIT_PROMPT_ADDED"
+ 'MODIFIED' "$ZSH_THEME_GIT_PROMPT_MODIFIED"
+ 'RENAMED' "$ZSH_THEME_GIT_PROMPT_RENAMED"
+ 'DELETED' "$ZSH_THEME_GIT_PROMPT_DELETED"
+ 'UNMERGED' "$ZSH_THEME_GIT_PROMPT_UNMERGED"
+ 'AHEAD' "$ZSH_THEME_GIT_PROMPT_AHEAD"
+ 'BEHIND' "$ZSH_THEME_GIT_PROMPT_BEHIND"
+ 'DIVERGED' "$ZSH_THEME_GIT_PROMPT_DIVERGED"
+ 'STASHED' "$ZSH_THEME_GIT_PROMPT_STASHED"
+ )
+
+ # The order that the prompt displays should be added to the prompt
+ local status_constants
+ status_constants=(
+ UNTRACKED ADDED MODIFIED RENAMED DELETED
+ STASHED UNMERGED AHEAD BEHIND DIVERGED
+ )
+
+ local status_text="$(__git_prompt_git status --porcelain -b 2> /dev/null)"
+
+ # Don't continue on a catastrophic failure
+ if [[ $? -eq 128 ]]; then
+ return 1
fi
- if $(echo "$INDEX" | grep '^A ' &> /dev/null); then
- STATUS="$ZSH_THEME_GIT_PROMPT_ADDED$STATUS"
- elif $(echo "$INDEX" | grep '^M ' &> /dev/null); then
- STATUS="$ZSH_THEME_GIT_PROMPT_ADDED$STATUS"
- elif $(echo "$INDEX" | grep '^MM ' &> /dev/null); then
- STATUS="$ZSH_THEME_GIT_PROMPT_ADDED$STATUS"
+
+ # A lookup table of each git status encountered
+ local -A statuses_seen
+
+ if __git_prompt_git rev-parse --verify refs/stash &>/dev/null; then
+ statuses_seen[STASHED]=1
fi
- if $(echo "$INDEX" | grep '^ M ' &> /dev/null); then
- STATUS="$ZSH_THEME_GIT_PROMPT_MODIFIED$STATUS"
- elif $(echo "$INDEX" | grep '^AM ' &> /dev/null); then
- STATUS="$ZSH_THEME_GIT_PROMPT_MODIFIED$STATUS"
- elif $(echo "$INDEX" | grep '^MM ' &> /dev/null); then
- STATUS="$ZSH_THEME_GIT_PROMPT_MODIFIED$STATUS"
- elif $(echo "$INDEX" | grep '^ T ' &> /dev/null); then
- STATUS="$ZSH_THEME_GIT_PROMPT_MODIFIED$STATUS"
+
+ local status_lines
+ status_lines=("${(@f)${status_text}}")
+
+ # If the tracking line exists, get and parse it
+ if [[ "$status_lines[1]" =~ "^## [^ ]+ \[(.*)\]" ]]; then
+ local branch_statuses
+ branch_statuses=("${(@s/,/)match}")
+ for branch_status in $branch_statuses; do
+ if [[ ! $branch_status =~ "(behind|diverged|ahead) ([0-9]+)?" ]]; then
+ continue
+ fi
+ local last_parsed_status=$prefix_constant_map[$match[1]]
+ statuses_seen[$last_parsed_status]=$match[2]
+ done
fi
- if $(echo "$INDEX" | grep '^R ' &> /dev/null); then
- STATUS="$ZSH_THEME_GIT_PROMPT_RENAMED$STATUS"
- fi
- if $(echo "$INDEX" | grep '^ D ' &> /dev/null); then
- STATUS="$ZSH_THEME_GIT_PROMPT_DELETED$STATUS"
- elif $(echo "$INDEX" | grep '^D ' &> /dev/null); then
- STATUS="$ZSH_THEME_GIT_PROMPT_DELETED$STATUS"
- elif $(echo "$INDEX" | grep '^AD ' &> /dev/null); then
- STATUS="$ZSH_THEME_GIT_PROMPT_DELETED$STATUS"
- fi
- if $(command git rev-parse --verify refs/stash >/dev/null 2>&1); then
- STATUS="$ZSH_THEME_GIT_PROMPT_STASHED$STATUS"
- fi
- if $(echo "$INDEX" | grep '^UU ' &> /dev/null); then
- STATUS="$ZSH_THEME_GIT_PROMPT_UNMERGED$STATUS"
- fi
- if $(echo "$INDEX" | grep '^## [^ ]\+ .*ahead' &> /dev/null); then
- STATUS="$ZSH_THEME_GIT_PROMPT_AHEAD$STATUS"
- fi
- if $(echo "$INDEX" | grep '^## [^ ]\+ .*behind' &> /dev/null); then
- STATUS="$ZSH_THEME_GIT_PROMPT_BEHIND$STATUS"
- fi
- if $(echo "$INDEX" | grep '^## [^ ]\+ .*diverged' &> /dev/null); then
- STATUS="$ZSH_THEME_GIT_PROMPT_DIVERGED$STATUS"
- fi
- echo $STATUS
+
+ # For each status prefix, do a regex comparison
+ for status_prefix in ${(k)prefix_constant_map}; do
+ local status_constant="${prefix_constant_map[$status_prefix]}"
+ local status_regex=$'(^|\n)'"$status_prefix"
+
+ if [[ "$status_text" =~ $status_regex ]]; then
+ statuses_seen[$status_constant]=1
+ fi
+ done
+
+ # Display the seen statuses in the order specified
+ local status_prompt
+ for status_constant in $status_constants; do
+ if (( ${+statuses_seen[$status_constant]} )); then
+ local next_display=$constant_prompt_map[$status_constant]
+ status_prompt="$next_display$status_prompt"
+ fi
+ done
+
+ echo $status_prompt
}
# Outputs the name of the current user
# Usage example: $(git_current_user_name)
function git_current_user_name() {
- command git config user.name 2>/dev/null
+ __git_prompt_git config user.name 2>/dev/null
}
# Outputs the email of the current user
# Usage example: $(git_current_user_email)
function git_current_user_email() {
- command git config user.email 2>/dev/null
+ __git_prompt_git config user.email 2>/dev/null
}
# Output the name of the root directory of the git repository
# Usage example: $(git_repo_name)
function git_repo_name() {
local repo_path
- if repo_path="$(git rev-parse --show-toplevel 2>/dev/null)" && [[ -n "$repo_path" ]]; then
+ if repo_path="$(__git_prompt_git rev-parse --show-toplevel 2>/dev/null)" && [[ -n "$repo_path" ]]; then
echo ${repo_path:t}
fi
}
diff --git a/exact_dot_oh-my-zsh/exact_lib/history.zsh b/exact_dot_oh-my-zsh/exact_lib/history.zsh
index 52e45bf..8d922a3 100644
--- a/exact_dot_oh-my-zsh/exact_lib/history.zsh
+++ b/exact_dot_oh-my-zsh/exact_lib/history.zsh
@@ -27,8 +27,8 @@ esac
## History file configuration
[ -z "$HISTFILE" ] && HISTFILE="$HOME/.zsh_history"
-HISTSIZE=50000
-SAVEHIST=10000
+[ "$HISTSIZE" -lt 50000 ] && HISTSIZE=50000
+[ "$SAVEHIST" -lt 10000 ] && SAVEHIST=10000
## History command configuration
setopt extended_history # record timestamp of command in HISTFILE
@@ -36,5 +36,3 @@ setopt hist_expire_dups_first # delete duplicates first when HISTFILE size excee
setopt hist_ignore_dups # ignore duplicated commands history list
setopt hist_ignore_space # ignore commands that start with space
setopt hist_verify # show command with history expansion to user before running it
-setopt inc_append_history # add commands to HISTFILE in order of execution
-setopt share_history # share command history data
diff --git a/exact_dot_oh-my-zsh/exact_lib/key-bindings.zsh b/exact_dot_oh-my-zsh/exact_lib/key-bindings.zsh
index 0e056dc..aaa7304 100644
--- a/exact_dot_oh-my-zsh/exact_lib/key-bindings.zsh
+++ b/exact_dot_oh-my-zsh/exact_lib/key-bindings.zsh
@@ -15,55 +15,100 @@ if (( ${+terminfo[smkx]} )) && (( ${+terminfo[rmkx]} )); then
zle -N zle-line-finish
fi
-bindkey -e # Use emacs key bindings
+# Use emacs key bindings
+bindkey -e
+
+# [PageUp] - Up a line of history
+if [[ -n "${terminfo[kpp]}" ]]; then
+ bindkey -M emacs "${terminfo[kpp]}" up-line-or-history
+ bindkey -M viins "${terminfo[kpp]}" up-line-or-history
+ bindkey -M vicmd "${terminfo[kpp]}" up-line-or-history
+fi
+# [PageDown] - Down a line of history
+if [[ -n "${terminfo[knp]}" ]]; then
+ bindkey -M emacs "${terminfo[knp]}" down-line-or-history
+ bindkey -M viins "${terminfo[knp]}" down-line-or-history
+ bindkey -M vicmd "${terminfo[knp]}" down-line-or-history
+fi
+
+# Start typing + [Up-Arrow] - fuzzy find history forward
+if [[ -n "${terminfo[kcuu1]}" ]]; then
+ autoload -U up-line-or-beginning-search
+ zle -N up-line-or-beginning-search
+
+ bindkey -M emacs "${terminfo[kcuu1]}" up-line-or-beginning-search
+ bindkey -M viins "${terminfo[kcuu1]}" up-line-or-beginning-search
+ bindkey -M vicmd "${terminfo[kcuu1]}" up-line-or-beginning-search
+fi
+# Start typing + [Down-Arrow] - fuzzy find history backward
+if [[ -n "${terminfo[kcud1]}" ]]; then
+ autoload -U down-line-or-beginning-search
+ zle -N down-line-or-beginning-search
+
+ bindkey -M emacs "${terminfo[kcud1]}" down-line-or-beginning-search
+ bindkey -M viins "${terminfo[kcud1]}" down-line-or-beginning-search
+ bindkey -M vicmd "${terminfo[kcud1]}" down-line-or-beginning-search
+fi
+
+# [Home] - Go to beginning of line
+if [[ -n "${terminfo[khome]}" ]]; then
+ bindkey -M emacs "${terminfo[khome]}" beginning-of-line
+ bindkey -M viins "${terminfo[khome]}" beginning-of-line
+ bindkey -M vicmd "${terminfo[khome]}" beginning-of-line
+fi
+# [End] - Go to end of line
+if [[ -n "${terminfo[kend]}" ]]; then
+ bindkey -M emacs "${terminfo[kend]}" end-of-line
+ bindkey -M viins "${terminfo[kend]}" end-of-line
+ bindkey -M vicmd "${terminfo[kend]}" end-of-line
+fi
+
+# [Shift-Tab] - move through the completion menu backwards
+if [[ -n "${terminfo[kcbt]}" ]]; then
+ bindkey -M emacs "${terminfo[kcbt]}" reverse-menu-complete
+ bindkey -M viins "${terminfo[kcbt]}" reverse-menu-complete
+ bindkey -M vicmd "${terminfo[kcbt]}" reverse-menu-complete
+fi
+
+# [Backspace] - delete backward
+bindkey -M emacs '^?' backward-delete-char
+bindkey -M viins '^?' backward-delete-char
+bindkey -M vicmd '^?' backward-delete-char
+# [Delete] - delete forward
+if [[ -n "${terminfo[kdch1]}" ]]; then
+ bindkey -M emacs "${terminfo[kdch1]}" delete-char
+ bindkey -M viins "${terminfo[kdch1]}" delete-char
+ bindkey -M vicmd "${terminfo[kdch1]}" delete-char
+else
+ bindkey -M emacs "^[[3~" delete-char
+ bindkey -M viins "^[[3~" delete-char
+ bindkey -M vicmd "^[[3~" delete-char
+
+ bindkey -M emacs "^[3;5~" delete-char
+ bindkey -M viins "^[3;5~" delete-char
+ bindkey -M vicmd "^[3;5~" delete-char
+fi
+
+# [Ctrl-Delete] - delete whole forward-word
+bindkey -M emacs '^[[3;5~' kill-word
+bindkey -M viins '^[[3;5~' kill-word
+bindkey -M vicmd '^[[3;5~' kill-word
+
+# [Ctrl-RightArrow] - move forward one word
+bindkey -M emacs '^[[1;5C' forward-word
+bindkey -M viins '^[[1;5C' forward-word
+bindkey -M vicmd '^[[1;5C' forward-word
+# [Ctrl-LeftArrow] - move backward one word
+bindkey -M emacs '^[[1;5D' backward-word
+bindkey -M viins '^[[1;5D' backward-word
+bindkey -M vicmd '^[[1;5D' backward-word
+
bindkey '\ew' kill-region # [Esc-w] - Kill from the cursor to the mark
bindkey -s '\el' 'ls\n' # [Esc-l] - run command: ls
bindkey '^r' history-incremental-search-backward # [Ctrl-r] - Search backward incrementally for a specified string. The string may begin with ^ to anchor the search to the beginning of the line.
-if [[ "${terminfo[kpp]}" != "" ]]; then
- bindkey "${terminfo[kpp]}" up-line-or-history # [PageUp] - Up a line of history
-fi
-if [[ "${terminfo[knp]}" != "" ]]; then
- bindkey "${terminfo[knp]}" down-line-or-history # [PageDown] - Down a line of history
-fi
+bindkey ' ' magic-space # [Space] - don't do history expansion
-# start typing + [Up-Arrow] - fuzzy find history forward
-if [[ "${terminfo[kcuu1]}" != "" ]]; then
- autoload -U up-line-or-beginning-search
- zle -N up-line-or-beginning-search
- bindkey "${terminfo[kcuu1]}" up-line-or-beginning-search
-fi
-# start typing + [Down-Arrow] - fuzzy find history backward
-if [[ "${terminfo[kcud1]}" != "" ]]; then
- autoload -U down-line-or-beginning-search
- zle -N down-line-or-beginning-search
- bindkey "${terminfo[kcud1]}" down-line-or-beginning-search
-fi
-
-if [[ "${terminfo[khome]}" != "" ]]; then
- bindkey "${terminfo[khome]}" beginning-of-line # [Home] - Go to beginning of line
-fi
-if [[ "${terminfo[kend]}" != "" ]]; then
- bindkey "${terminfo[kend]}" end-of-line # [End] - Go to end of line
-fi
-
-bindkey ' ' magic-space # [Space] - do history expansion
-
-bindkey '^[[1;5C' forward-word # [Ctrl-RightArrow] - move forward one word
-bindkey '^[[1;5D' backward-word # [Ctrl-LeftArrow] - move backward one word
-
-if [[ "${terminfo[kcbt]}" != "" ]]; then
- bindkey "${terminfo[kcbt]}" reverse-menu-complete # [Shift-Tab] - move through the completion menu backwards
-fi
-
-bindkey '^?' backward-delete-char # [Backspace] - delete backward
-if [[ "${terminfo[kdch1]}" != "" ]]; then
- bindkey "${terminfo[kdch1]}" delete-char # [Delete] - delete forward
-else
- bindkey "^[[3~" delete-char
- bindkey "^[3;5~" delete-char
- bindkey "\e[3~" delete-char
-fi
# Edit the current command line in $EDITOR
autoload -U edit-command-line
diff --git a/exact_dot_oh-my-zsh/exact_lib/nvm.zsh b/exact_dot_oh-my-zsh/exact_lib/nvm.zsh
index 4a8b681..2fe57a8 100644
--- a/exact_dot_oh-my-zsh/exact_lib/nvm.zsh
+++ b/exact_dot_oh-my-zsh/exact_lib/nvm.zsh
@@ -1,9 +1,6 @@
-# get the node.js version
+# get the nvm-controlled node.js version
function nvm_prompt_info() {
- [[ -f "$NVM_DIR/nvm.sh" ]] || return
- local nvm_prompt
- nvm_prompt=$(node -v 2>/dev/null)
- [[ "${nvm_prompt}x" == "x" ]] && return
- nvm_prompt=${nvm_prompt:1}
+ which nvm &>/dev/null || return
+ local nvm_prompt=${$(nvm current)#v}
echo "${ZSH_THEME_NVM_PROMPT_PREFIX}${nvm_prompt}${ZSH_THEME_NVM_PROMPT_SUFFIX}"
}
diff --git a/exact_dot_oh-my-zsh/exact_lib/termsupport.zsh b/exact_dot_oh-my-zsh/exact_lib/termsupport.zsh
index 3f71eb0..778f12b 100644
--- a/exact_dot_oh-my-zsh/exact_lib/termsupport.zsh
+++ b/exact_dot_oh-my-zsh/exact_lib/termsupport.zsh
@@ -17,17 +17,17 @@ function title {
: ${2=$1}
case "$TERM" in
- cygwin|xterm*|putty*|rxvt*|konsole*|ansi)
- print -Pn "\e]2;$2:q\a" # set window name
- print -Pn "\e]1;$1:q\a" # set tab name
+ cygwin|xterm*|putty*|rxvt*|konsole*|ansi|mlterm*|alacritty|st*)
+ print -Pn "\e]2;${2:q}\a" # set window name
+ print -Pn "\e]1;${1:q}\a" # set tab name
;;
screen*|tmux*)
- print -Pn "\ek$1:q\e\\" # set screen hardstatus
+ print -Pn "\ek${1:q}\e\\" # set screen hardstatus
;;
*)
if [[ "$TERM_PROGRAM" == "iTerm.app" ]]; then
- print -Pn "\e]2;$2:q\a" # set window name
- print -Pn "\e]1;$1:q\a" # set tab name
+ print -Pn "\e]2;${2:q}\a" # set window name
+ print -Pn "\e]1;${1:q}\a" # set tab name
else
# Try to use terminfo to set the title
# If the feature is available set title
@@ -42,7 +42,7 @@ function title {
}
ZSH_THEME_TERM_TAB_TITLE_IDLE="%15<..<%~%<<" #15 char left truncated PWD
-ZSH_THEME_TERM_TITLE_IDLE="%n@%m: %~"
+ZSH_THEME_TERM_TITLE_IDLE="%n@%m:%~"
# Avoid duplication of directory in terminals with independent dir display
if [[ "$TERM_PROGRAM" == Apple_Terminal ]]; then
ZSH_THEME_TERM_TITLE_IDLE="%n@%m"
@@ -50,13 +50,13 @@ fi
# Runs before showing the prompt
function omz_termsupport_precmd {
- [[ "$DISABLE_AUTO_TITLE" == true ]] && return
+ [[ "${DISABLE_AUTO_TITLE:-}" == true ]] && return
title $ZSH_THEME_TERM_TAB_TITLE_IDLE $ZSH_THEME_TERM_TITLE_IDLE
}
# Runs before executing the command
function omz_termsupport_preexec {
- [[ "$DISABLE_AUTO_TITLE" == true ]] && return
+ [[ "${DISABLE_AUTO_TITLE:-}" == true ]] && return
emulate -L zsh
setopt extended_glob
diff --git a/exact_dot_oh-my-zsh/exact_lib/theme-and-appearance.zsh b/exact_dot_oh-my-zsh/exact_lib/theme-and-appearance.zsh
index 5016d86..0b71de3 100644
--- a/exact_dot_oh-my-zsh/exact_lib/theme-and-appearance.zsh
+++ b/exact_dot_oh-my-zsh/exact_lib/theme-and-appearance.zsh
@@ -39,6 +39,11 @@ if [[ "$DISABLE_LS_COLORS" != "true" ]]; then
fi
fi
+# enable diff color if possible.
+if command diff --color . . &>/dev/null; then
+ alias diff='diff --color'
+fi
+
setopt auto_cd
setopt multios
setopt prompt_subst
diff --git a/exact_dot_oh-my-zsh/exact_plugins/exact_archlinux/archlinux.plugin.zsh b/exact_dot_oh-my-zsh/exact_plugins/exact_archlinux/archlinux.plugin.zsh
index 6ccef85..4d39bd8 100644
--- a/exact_dot_oh-my-zsh/exact_plugins/exact_archlinux/archlinux.plugin.zsh
+++ b/exact_dot_oh-my-zsh/exact_plugins/exact_archlinux/archlinux.plugin.zsh
@@ -208,12 +208,12 @@ function pacmansignkeys() {
if (( $+commands[xdg-open] )); then
function pacweb() {
pkg="$1"
- infos="$(pacman -Si "$pkg")"
+ infos="$(LANG=C pacman -Si "$pkg")"
if [[ -z "$infos" ]]; then
return
fi
- repo="$(grep '^Repo' <<< "$infos" | grep -oP '[^ ]+$')"
- arch="$(grep '^Arch' <<< "$infos" | grep -oP '[^ ]+$')"
+ repo="$(grep -m 1 '^Repo' <<< "$infos" | grep -oP '[^ ]+$')"
+ arch="$(grep -m 1 '^Arch' <<< "$infos" | grep -oP '[^ ]+$')"
xdg-open "https://www.archlinux.org/packages/$repo/$arch/$pkg/" &>/dev/null
}
fi
diff --git a/exact_dot_oh-my-zsh/exact_plugins/exact_asdf/asdf.plugin.zsh b/exact_dot_oh-my-zsh/exact_plugins/exact_asdf/asdf.plugin.zsh
index 38b2255..c386d57 100644
--- a/exact_dot_oh-my-zsh/exact_plugins/exact_asdf/asdf.plugin.zsh
+++ b/exact_dot_oh-my-zsh/exact_plugins/exact_asdf/asdf.plugin.zsh
@@ -3,7 +3,7 @@ ASDF_DIR="${ASDF_DIR:-$HOME/.asdf}"
ASDF_COMPLETIONS="$ASDF_DIR/completions"
# If not found, check for Homebrew package
-if [[ ! -f "$ASDF_DIR/asdf.sh" ]] && (( $+commands[brew] )); then
+if [[ ! -f "$ASDF_DIR/asdf.sh" || ! -f "$ASDF_COMPLETIONS/asdf.bash" ]] && (( $+commands[brew] )); then
ASDF_DIR="$(brew --prefix asdf)"
ASDF_COMPLETIONS="$ASDF_DIR/etc/bash_completion.d"
fi
diff --git a/exact_dot_oh-my-zsh/exact_plugins/exact_autojump/README.md b/exact_dot_oh-my-zsh/exact_plugins/exact_autojump/README.md
index 18ff793..750ff56 100644
--- a/exact_dot_oh-my-zsh/exact_plugins/exact_autojump/README.md
+++ b/exact_dot_oh-my-zsh/exact_plugins/exact_autojump/README.md
@@ -8,4 +8,4 @@ To use it, add `autojump` to the plugins array in your zshrc file:
plugins=(... autojump)
```
-More info on the usage: https://github.com/wting/autojump
+**Note:** you have to [install autojump](https://github.com/wting/autojump#installation) first.
diff --git a/exact_dot_oh-my-zsh/exact_plugins/exact_autojump/autojump.plugin.zsh b/exact_dot_oh-my-zsh/exact_plugins/exact_autojump/autojump.plugin.zsh
index d80c888..f40b0e9 100644
--- a/exact_dot_oh-my-zsh/exact_plugins/exact_autojump/autojump.plugin.zsh
+++ b/exact_dot_oh-my-zsh/exact_plugins/exact_autojump/autojump.plugin.zsh
@@ -29,6 +29,6 @@ if (( ! found && $+commands[brew] )); then
fi
fi
-(( ! found )) && echo '[oh-my-zsh] autojump script not found'
+(( ! found )) && echo '[oh-my-zsh] autojump not found. Please install it first.'
unset autojump_paths file found
diff --git a/exact_dot_oh-my-zsh/exact_plugins/exact_aws/aws.plugin.zsh b/exact_dot_oh-my-zsh/exact_plugins/exact_aws/aws.plugin.zsh
index 6fa8362..7994963 100644
--- a/exact_dot_oh-my-zsh/exact_plugins/exact_aws/aws.plugin.zsh
+++ b/exact_dot_oh-my-zsh/exact_plugins/exact_aws/aws.plugin.zsh
@@ -31,17 +31,17 @@ function aws_change_access_key() {
echo Insert the credentials when asked.
asp "$1" || return 1
- aws iam create-access-key
- aws configure --profile "$1"
+ AWS_PAGER="" aws iam create-access-key
+ AWS_PAGER="" aws configure --profile "$1"
echo You can now safely delete the old access key running \`aws iam delete-access-key --access-key-id ID\`
echo Your current keys are:
- aws iam list-access-keys
+ AWS_PAGER="" aws iam list-access-keys
}
function aws_profiles() {
[[ -r "${AWS_CONFIG_FILE:-$HOME/.aws/config}" ]] || return 1
- grep '\[profile' "${AWS_CONFIG_FILE:-$HOME/.aws/config}"|sed -e 's/.*profile \([a-zA-Z0-9_\.-]*\).*/\1/'
+ grep '\[profile' "${AWS_CONFIG_FILE:-$HOME/.aws/config}"|sed -e 's/.*profile \([a-zA-Z0-9@_\.-]*\).*/\1/'
}
function _aws_profiles() {
@@ -63,7 +63,7 @@ fi
# Load awscli completions
# AWS CLI v2 comes with its own autocompletion. Check if that is there, otherwise fall back
-if [[ -x /usr/local/bin/aws_completer ]]; then
+if command -v aws_completer &> /dev/null; then
autoload -Uz bashcompinit && bashcompinit
complete -C aws_completer aws
else
diff --git a/exact_dot_oh-my-zsh/exact_plugins/exact_battery/README.md b/exact_dot_oh-my-zsh/exact_plugins/exact_battery/README.md
index b7a13a7..c2554a3 100644
--- a/exact_dot_oh-my-zsh/exact_plugins/exact_battery/README.md
+++ b/exact_dot_oh-my-zsh/exact_plugins/exact_battery/README.md
@@ -9,5 +9,14 @@ To use, add `battery` to the list of plugins in your `.zshrc` file:
Then, add the `battery_pct_prompt` function to your custom theme. For example:
```
-RPROMPT='$(battery_pct_prompt)'
+RPROMPT='$(battery_pct_prompt) ...'
+```
+
+## Requirements
+
+On Linux, you must have the `acpi` tool installed on your operating system.
+
+Here's an example of how to install with apt:
+```
+sudo apt-get install acpi
```
diff --git a/exact_dot_oh-my-zsh/exact_plugins/exact_bgnotify/bgnotify.plugin.zsh b/exact_dot_oh-my-zsh/exact_plugins/exact_bgnotify/bgnotify.plugin.zsh
index b3a6890..aecde20 100644
--- a/exact_dot_oh-my-zsh/exact_plugins/exact_bgnotify/bgnotify.plugin.zsh
+++ b/exact_dot_oh-my-zsh/exact_plugins/exact_bgnotify/bgnotify.plugin.zsh
@@ -53,7 +53,7 @@ bgnotify () { ## args: (title, subtitle)
bgnotify_begin() {
bgnotify_timestamp=$EPOCHSECONDS
- bgnotify_lastcmd="$1"
+ bgnotify_lastcmd="${1:-$2}"
bgnotify_windowid=$(currentWindowId)
}
diff --git a/exact_dot_oh-my-zsh/exact_plugins/exact_brew/README.md b/exact_dot_oh-my-zsh/exact_plugins/exact_brew/README.md
index c129a76..b714b7a 100644
--- a/exact_dot_oh-my-zsh/exact_plugins/exact_brew/README.md
+++ b/exact_dot_oh-my-zsh/exact_plugins/exact_brew/README.md
@@ -3,19 +3,28 @@
The plugin adds several aliases for common [brew](https://brew.sh) commands.
To use it, add `brew` to the plugins array of your zshrc file:
-```
+
+```zsh
plugins=(... brew)
```
## Aliases
-| Alias | Command | Description |
-|--------|----------------------|---------------|
-| brewp | `brew pin` | Pin a specified formulae, preventing them from being upgraded when issuing the brew upgrade command. |
-| brews | `brew list -1` | List installed formulae, one entry per line, or the installed files for a given formulae. |
-| brewsp | `brew list --pinned` | Show the versions of pinned formulae, or only the specified (pinned) formulae if formulae are given. |
-| bubo | `brew update && brew outdated` | Fetch the newest version of Homebrew and all formulae, then list outdated formulae. |
-| bubc | `brew upgrade && brew cleanup` | Upgrade outdated, unpinned brews (with existing install options), then removes stale lock files and outdated downloads for formulae and casks, and removes old versions of installed formulae. |
-| bubu | `bubo && bubc` | Updates Homebrew, lists outdated formulae, upgrades oudated and unpinned formulae, and removes stale and outdated downloads and versions. |
-| bcubo | `brew update && brew cask outdated` | Fetch the newest version of Homebrew and all formulae, then list outdated casks. |
-| bcubc | `brew cask reinstall $(brew cask outdated) && brew cleanup` | Updates outdated casks, then runs cleanup. |
\ No newline at end of file
+| Alias | Command | Description |
+|----------|------------------------------------------------------------- |---------------------------------------------------------------------|
+| `brewp` | `brew pin` | Pin a specified formula so that it's not upgraded. |
+| `brews` | `brew list -1` | List installed formulae or the installed files for a given formula. |
+| `brewsp` | `brew list --pinned` | List pinned formulae, or show the version of a given formula. |
+| `bubo` | `brew update && brew outdated` | Update Homebrew data, then list outdated formulae and casks. |
+| `bubc` | `brew upgrade && brew cleanup` | Upgrade outdated formulae and casks, then run cleanup. |
+| `bubu` | `bubo && bubc` | Do the last two operations above. |
+| `buf` | `brew upgrade --formula` | Upgrade only formulas (not casks). |
+| `bcubo` | `brew update && brew outdated --cask` | Update Homebrew data, then list outdated casks. |
+| `bcubc` | `brew cask reinstall $(brew outdated --cask) && brew cleanup` | Update outdated casks, then run cleanup. |
+
+## Completion
+
+With the release of Homebrew 1.0, they decided to bundle the zsh completion as part of the
+brew installation, so we no longer ship it with the brew plugin; now it only has brew
+aliases. If you find that brew completion no longer works, make sure you have your Homebrew
+installation fully up to date.
diff --git a/exact_dot_oh-my-zsh/exact_plugins/exact_brew/brew.plugin.zsh b/exact_dot_oh-my-zsh/exact_plugins/exact_brew/brew.plugin.zsh
index cfbaa34..30eb135 100644
--- a/exact_dot_oh-my-zsh/exact_plugins/exact_brew/brew.plugin.zsh
+++ b/exact_dot_oh-my-zsh/exact_plugins/exact_brew/brew.plugin.zsh
@@ -4,21 +4,6 @@ alias brewsp='brew list --pinned'
alias bubo='brew update && brew outdated'
alias bubc='brew upgrade && brew cleanup'
alias bubu='bubo && bubc'
-alias bcubo='brew update && brew cask outdated'
-alias bcubc='brew cask reinstall $(brew cask outdated) && brew cleanup'
-
-if command mkdir "$ZSH_CACHE_DIR/.brew-completion-message" 2>/dev/null; then
- print -P '%F{yellow}'Oh My Zsh brew plugin:
- cat <<-'EOF'
-
- With the advent of their 1.0 release, Homebrew has decided to bundle
- the zsh completion as part of the brew installation, so we no longer
- ship it with the brew plugin; now it only has brew aliases.
-
- If you find that brew completion no longer works, make sure you have
- your Homebrew installation fully up to date.
-
- You will only see this message once.
- EOF
- print -P '%f'
-fi
+alias buf='brew upgrade --formula'
+alias bcubo='brew update && brew outdated --cask'
+alias bcubc='brew cask reinstall $(brew outdated --cask) && brew cleanup'
diff --git a/exact_dot_oh-my-zsh/exact_plugins/exact_bundler/README.md b/exact_dot_oh-my-zsh/exact_plugins/exact_bundler/README.md
index 9f211b0..7b79cbc 100644
--- a/exact_dot_oh-my-zsh/exact_plugins/exact_bundler/README.md
+++ b/exact_dot_oh-my-zsh/exact_plugins/exact_bundler/README.md
@@ -1,52 +1,74 @@
# Bundler
-- adds completion for basic bundler commands
-- adds short aliases for common bundler commands
- - `be` aliased to `bundle exec`.
- It also supports aliases (if `rs` is `rails server`, `be rs` will bundle-exec `rails server`).
- - `bl` aliased to `bundle list`
- - `bp` aliased to `bundle package`
- - `bo` aliased to `bundle open`
- - `bout` aliased to `bundle outdated`
- - `bu` aliased to `bundle update`
- - `bi` aliased to `bundle install --jobs=` (only for bundler `>= 1.4.0`)
-- adds a wrapper for common gems:
- - looks for a binstub under `./bin/` and executes it (if present)
- - calls `bundle exec ` otherwise
+This plugin adds completion for basic bundler commands, as well as aliases and helper functions for
+an easier experience with bundler.
+
+To use it, add `bundler` to the plugins array in your zshrc file:
+
+```zsh
+plugins=(... bundler)
+```
+
+## Aliases
+
+| Alias | Command | Description |
+|--------|--------------------------------------|------------------------------------------------------------------------------------------|
+| `ba` | `bundle add` | Add gem to the Gemfile and run bundle install |
+| `bck` | `bundle check` | Verifies if dependencies are satisfied by installed gems |
+| `bcn` | `bundle clean` | Cleans up unused gems in your bundler directory |
+| `be` | `bundle exec` | Execute a command in the context of the bundle |
+| `bi` | `bundle install --jobs=` | Install the dependencies specified in your Gemfile (using all cores in bundler >= 1.4.0) |
+| `bl` | `bundle list` | List all the gems in the bundle |
+| `bo` | `bundle open` | Opens the source directory for a gem in your bundle |
+| `bout` | `bundle outdated` | List installed gems with newer versions available |
+| `bp` | `bundle package` | Package your needed .gem files into your application |
+| `bu` | `bundle update` | Update your gems to the latest available versions |
+
+## Gem wrapper
+
+The plugin adds a wrapper for common gems, which:
+
+- Looks for a binstub under `./bin/` and executes it if present.
+- Calls `bundle exec ` otherwise.
Common gems wrapped by default (by name of the executable):
+
`annotate`, `cap`, `capify`, `cucumber`, `foodcritic`, `guard`, `hanami`, `irb`, `jekyll`, `kitchen`, `knife`, `middleman`, `nanoc`, `pry`, `puma`, `rackup`, `rainbows`, `rake`, `rspec`, `rubocop`, `shotgun`, `sidekiq`, `spec`, `spork`, `spring`, `strainer`, `tailor`, `taps`, `thin`, `thor`, `unicorn` and `unicorn_rails`.
-## Configuration
+### Settings
-Please use the exact name of the executable and not the gem name.
+You can add or remove gems from the list of wrapped commands.
+Please **use the exact name of the executable** and not the gem name.
-### Add additional gems to be wrapped
+#### Include gems to be wrapped (`BUNDLED_COMMANDS`)
+
+Add this before the plugin list in your `.zshrc`:
-Add this before the plugin-list in your `.zshrc`:
```sh
BUNDLED_COMMANDS=(rubocop)
plugins=(... bundler ...)
```
+
This will add the wrapper for the `rubocop` gem (i.e. the executable).
+#### Exclude gems from being wrapped (`UNBUNDLED_COMMANDS`)
-### Exclude gems from being wrapped
+Add this before the plugin list in your `.zshrc`:
-Add this before the plugin-list in your `.zshrc`:
```sh
UNBUNDLED_COMMANDS=(foreman spin)
plugins=(... bundler ...)
```
+
This will exclude the `foreman` and `spin` gems (i.e. their executable) from being wrapped.
-## Excluded gems
+### Excluded gems
-These gems should not be called with `bundle exec`. Please see [issue #2923](https://github.com/ohmyzsh/ohmyzsh/pull/2923) on GitHub for clarification.
+These gems should not be called with `bundle exec`. Please see [issue #2923](https://github.com/ohmyzsh/ohmyzsh/pull/2923) on GitHub for clarification:
-`berks`
-`foreman`
-`mailcatcher`
-`rails`
-`ruby`
-`spin`
+- `berks`
+- `foreman`
+- `mailcatcher`
+- `rails`
+- `ruby`
+- `spin`
diff --git a/exact_dot_oh-my-zsh/exact_plugins/exact_bundler/bundler.plugin.zsh b/exact_dot_oh-my-zsh/exact_plugins/exact_bundler/bundler.plugin.zsh
index 665cb5e..6293dc2 100644
--- a/exact_dot_oh-my-zsh/exact_plugins/exact_bundler/bundler.plugin.zsh
+++ b/exact_dot_oh-my-zsh/exact_plugins/exact_bundler/bundler.plugin.zsh
@@ -1,11 +1,49 @@
+## Aliases
+
+alias ba="bundle add"
+alias bck="bundle check"
+alias bcn="bundle clean"
alias be="bundle exec"
+alias bi="bundle_install"
alias bl="bundle list"
-alias bp="bundle package"
alias bo="bundle open"
alias bout="bundle outdated"
+alias bp="bundle package"
alias bu="bundle update"
-alias bi="bundle_install"
-alias bcn="bundle clean"
+
+## Functions
+
+bundle_install() {
+ # Bail out if bundler is not installed
+ if (( ! $+commands[bundle] )); then
+ echo "Bundler is not installed"
+ return 1
+ fi
+
+ # Bail out if not in a bundled project
+ if ! _within-bundled-project; then
+ echo "Can't 'bundle install' outside a bundled project"
+ return 1
+ fi
+
+ # Check the bundler version is at least 1.4.0
+ autoload -Uz is-at-least
+ local bundler_version=$(bundle version | cut -d' ' -f3)
+ if ! is-at-least 1.4.0 "$bundler_version"; then
+ bundle install "$@"
+ return $?
+ fi
+
+ # If bundler is at least 1.4.0, use all the CPU cores to bundle install
+ if [[ "$OSTYPE" = (darwin|freebsd)* ]]; then
+ local cores_num="$(sysctl -n hw.ncpu)"
+ else
+ local cores_num="$(nproc)"
+ fi
+ bundle install --jobs="$cores_num" "$@"
+}
+
+## Gem wrapper
bundled_commands=(
annotate
@@ -52,65 +90,41 @@ for cmd in $BUNDLED_COMMANDS; do
bundled_commands+=($cmd);
done
-## Functions
-
-bundle_install() {
- if ! _bundler-installed; then
- echo "Bundler is not installed"
- elif ! _within-bundled-project; then
- echo "Can't 'bundle install' outside a bundled project"
- else
- local bundler_version=`bundle version | cut -d' ' -f3`
- if [[ $bundler_version > '1.4.0' || $bundler_version = '1.4.0' ]]; then
- if [[ "$OSTYPE" = (darwin|freebsd)* ]]
- then
- local cores_num="$(sysctl -n hw.ncpu)"
- else
- local cores_num="$(nproc)"
- fi
- bundle install --jobs=$cores_num $@
- else
- bundle install $@
- fi
- fi
-}
-
-_bundler-installed() {
- which bundle > /dev/null 2>&1
-}
-
+# Check if in the root or a subdirectory of a bundled project
_within-bundled-project() {
local check_dir="$PWD"
- while [ "$check_dir" != "/" ]; do
- [ -f "$check_dir/Gemfile" -o -f "$check_dir/gems.rb" ] && return
- check_dir="$(dirname $check_dir)"
+ while [[ "$check_dir" != "/" ]]; do
+ if [[ -f "$check_dir/Gemfile" || -f "$check_dir/gems.rb" ]]; then
+ return 0
+ fi
+ check_dir="${check_dir:h}"
done
- false
-}
-
-_binstubbed() {
- [ -f "./bin/${1}" ]
+ return 1
}
_run-with-bundler() {
- if _bundler-installed && _within-bundled-project; then
- if _binstubbed $1; then
- ./bin/${^^@}
- else
- bundle exec $@
- fi
+ if (( ! $+commands[bundle] )) || ! _within-bundled-project; then
+ "$@"
+ return $?
+ fi
+
+ if [[ -f "./bin/${1}" ]]; then
+ ./bin/${^^@}
else
- $@
+ bundle exec "$@"
fi
}
-## Main program
for cmd in $bundled_commands; do
- eval "function unbundled_$cmd () { $cmd \$@ }"
- eval "function bundled_$cmd () { _run-with-bundler $cmd \$@}"
- alias $cmd=bundled_$cmd
+ # Create wrappers for bundled and unbundled execution
+ eval "function unbundled_$cmd () { \"$cmd\" \"\$@\"; }"
+ eval "function bundled_$cmd () { _run-with-bundler \"$cmd\" \"\$@\"; }"
+ alias "$cmd"="bundled_$cmd"
- if which _$cmd > /dev/null 2>&1; then
- compdef _$cmd bundled_$cmd=$cmd
+ # Bind completion function to wrapped gem if available
+ if (( $+functions[_$cmd] )); then
+ compdef "_$cmd" "bundled_$cmd"="$cmd"
fi
done
+
+unset cmd bundled_commands
diff --git a/exact_dot_oh-my-zsh/exact_plugins/exact_cargo/_cargo b/exact_dot_oh-my-zsh/exact_plugins/exact_cargo/_cargo
index 1269490..ffc9fcd 100644
--- a/exact_dot_oh-my-zsh/exact_plugins/exact_cargo/_cargo
+++ b/exact_dot_oh-my-zsh/exact_plugins/exact_cargo/_cargo
@@ -12,8 +12,8 @@ _cargo() {
'(-q --quiet)*'{-v,--verbose}'[use verbose output]'
'(-q --quiet -v --verbose)'{-q,--quiet}'[no output printed to stdout]'
'-Z+[pass unstable (nightly-only) flags to cargo]: :_cargo_unstable_flags'
- '--frozen[require that Cargo.lock and cache are up-to-date]'
- '--locked[require that Cargo.lock is up-to-date]'
+ '--frozen[require that Cargo.lock and cache are up to date]'
+ '--locked[require that Cargo.lock is up to date]'
'--color=[specify colorization option]:coloring:(auto always never)'
'(- 1 *)'{-h,--help}'[show help message]'
)
diff --git a/exact_dot_oh-my-zsh/exact_plugins/exact_chucknorris/exact_fortunes/chucknorris b/exact_dot_oh-my-zsh/exact_plugins/exact_chucknorris/exact_fortunes/chucknorris
index 2a13b06..0eb6e2e 100644
--- a/exact_dot_oh-my-zsh/exact_plugins/exact_chucknorris/exact_fortunes/chucknorris
+++ b/exact_dot_oh-my-zsh/exact_plugins/exact_chucknorris/exact_fortunes/chucknorris
@@ -1,2544 +1,560 @@
-When the Boogeyman goes to sleep every night, he checks his closet for Chuck Norris.
-%
-Chuck Norris doesn't read books. He stares them down until he gets the information he wants.
-%
-There is no theory of evolution. Just a list of creatures Chuck Norris has allowed to live.
-%
-Outer space exists because it's afraid to be on the same planet with Chuck Norris.
-%
-Chuck Norris does not sleep. He waits.
-%
-Chuck Norris is currently suing NBC, claiming Law and Order are trademarked names for his left and right legs.
-%
-Chuck Norris is the reason why Waldo is hiding.
-%
-Chuck Norris counted to infinity - twice.
-%
-There is no chin behind Chuck Norrisโ beard. There is only another fist.
-%
-In fine print on the last page of the Guinness Book of World Records it notes that all world records are held by Chuck Norris, and those listed in the book are simply the closest anyone else has ever gotten.
-%
-There is no chin behind Chuck Norris' beard. There is only another fist.
-%
-Chuck Norris does not teabag the ladies. He potato-sacks them.
-%
-Pluto is actually an orbiting group of British soldiers from the American Revolution who entered space after the Chuck gave them a roundhouse kick to the face.
-%
-When Chuck Norris does a pushup, he isn't lifting himself up, he's pushing the Earth down.
-%
-Chuck Norris is so fast, he can run around the world and punch himself in the back of the head.
-%
-Chuck Norris' hand is the only hand that can beat a Royal Flush.
-%
-Chuck Norris can lead a horse to water AND make it drink.
-%
-Chuck Norris doesnโt wear a watch. HE decides what time it is.
-%
-Chuck Norris can slam a revolving door.
-%
-Chuck Norris does not get frostbite. Chuck Norris bites frost.
-%
-Remember the Soviet Union? They decided to quit after watching a DeltaForce marathon on Satellite TV.
-%
-Contrary to popular belief, America is not a democracy, it is a Chucktatorship.
-%
-If you spell Chuck Norris in Scrabble, you win. Forever.
-%
-Guns don't kill people. Chuck Norris kills people.
-%
-There is no theory of evolution. Just a list of animals Chuck Norris allows to live.
-%
-The chief export of Chuck Norris is Pain.
-%
-Chuck Norris has two speeds. Walk, and Kill.
-%
-The leading causes of death in the United States are: 1. Heart Disease 2. Chuck Norris 3. Cancer.
-%
-Chuck Norris drives an ice cream truck covered in human skulls.
-%
-Chuck Norris is my Homeboy.
-%
-Chuck Norris doesn't go hunting.... CHUCK NORRIS GOES KILLING.
-%
-Chuck Norris uses pepper spray to spice up his steaks.
-%
-Chuck Norris once roundhouse kicked someone so hard that his foot broke the speed of light, went back in time, and killed Amelia Earhart while she was flying over the Pacific Ocean.
-%
-Crop circles are Chuck Norris' way of telling the world that sometimes corn needs to lie down.
-%
-Chuck Norris is ten feet tall, weighs two-tons, breathes fire, and could eat a hammer and take a shotgun blast standing.
-%
-The Great Wall of China was originally created to keep Chuck Norris out. It failed miserably.
-%
-Contrary to popular belief, Chuck Norris, not the box jellyfish of northern Australia, is the most venomous creature on earth.
-%
-Most people have 23 pairs of chromosomes. Chuck Norris has 72... and they're all poisonous.
-%
-If you ask Chuck Norris what time it is, he always says, "Two seconds 'til." After you ask, "Two seconds 'til what?" he roundhouse kicks you in the face.
-%
-When Chuck Norris sends in his taxes, he sends blank forms and includes only a picture of himself, crouched and ready to attack. Chuck Norris has not had to pay taxes, ever.
-%
-The quickest way to a man's heart is with Chuck Norris' fist.
-%
-Chuck Norris invented Kentucky Fried Chicken's famous secret recipe, with eleven herbs and spices. But nobody ever mentions the twelfth ingredient: Fear.
-%
-CNN was originally created as the "Chuck Norris Network" to update Americans with on-the-spot ass kicking in real-time.
-%
-Chuck Norris can win a game of Connect Four in only three moves.
-%
-What was going through the minds of all of Chuck Norris' victims before they died? His shoe.
-%
-Chuck Norris is the only man to ever defeat a brick wall in a game of tennis.
-%
-Police label anyone attacking Chuck Norris as a Code 45-11.... a suicide.
-%
-Chuck Norris doesn't churn butter. He roundhouse kicks the cows and the butter comes straight out.
-%
-Chuck Norris doesnโt wash his clothes, he disembowels them.
-%
-A Handicapped parking sign does not signify that this spot is for handicapped people. It is actually in fact a warning, that the spot belongs to Chuck Norris and that you will be handicapped if you park there.
-%
-Chuck Norris will attain statehood in 2009. His state flower will be the Magnolia.
-%
-Someone once videotaped Chuck Norris getting pissed off. It was called Walker: Texas Chain Saw Massacre.
-%
-Chuck Norris originally appeared in the "Street Fighter II" video game, but was removed by Beta Testers because every button caused him to do a roundhouse kick. When asked bout this "glitch," Norris replied, "That's no glitch."
-%
-Fool me once, shame on you. Fool Chuck Norris once and he will roundhouse you in the face.
-%
-Chuck Norris can win in a top spinning tournament with a cube
-%
-Beware of dogs... Dogs, beware of Chuck Norris.
-%
-Chuck Norris can dig a hole in air.
-%
-The apple falls far from the tree, when a roundhouse kick is taken to the trunk.
-%
-Chuck Norris - the new standard.
-%
-Chuck Norris told me to put this here.
-%
-Chuck Norris doesn't exhale. The air runs desperately scared out of his lungs.
-%
-Fear of spiders is aracnaphobia, fear of tight spaces is chlaustraphobia, fear of Chuck Norris is called Logic
-%
-When Chuck Norris goes to rodeos, bulls ride him.
-%
-Chuck Norris once walked down a street with his fists in his pockets. He was then arrested for concealing two deadly weapons.
-%
-The meaning of life is Chuck Norris
-%
-Chuck Norris is the meaning of life. Too bad he's also the meaning of death.
-%
-If God doesn't know, Chuck does
-%
-Chuck Norris doesn't bowl strikes, he just knocks down one pin and the other nine faint.
-%
-The show Survivor had the original premise of putting people on an island with Chuck Norris. There were no survivors, and nobody is brave enough to go to the island to retrieve the footage.
-%
-When the Boogeyman goes to sleep every night, he checks his closet for Chuck Norris.
-%
-Chuck Norris doesn't read books. He stares them down until he gets the information he wants.
-%
-There is no theory of evolution. Just a list of creatures Chuck Norris has allowed to live.
-%
-Outer space exists because it's afraid to be on the same planet with Chuck Norris.
-%
-Chuck Norris does not sleep. He waits.
-%
-Chuck Norris is currently suing NBC, claiming Law and Order are trademarked names for his left and right legs.
-%
-Chuck Norris is the reason why Waldo is hiding.
-%
-Chuck Norris counted to infinity - twice.
-%
-There is no chin behind Chuck Norrisโ beard. There is only another fist.
-%
-When Chuck Norris does a pushup, he isn't lifting himself up, he's pushing the Earth down.
-%
-Chuck Norris is so fast, he can run around the world and punch himself in the back of the head.
-%
-Chuck Norris' hand is the only hand that can beat a Royal Flush.
-%
-Chuck Norris can lead a horse to water AND make it drink.
-%
-Chuck Norris doesnโt wear a watch. HE decides what time it is.
-%
-Chuck Norris can slam a revolving door.
-%
-Chuck Norris does not get frostbite. Chuck Norris bites frost.
-%
-Remember the Soviet Union? They decided to quit after watching a DeltaForce marathon on Satellite TV.
-%
-Contrary to popular belief, America is not a democracy, it is a Chucktatorship.
-%
-If you spell Chuck Norris in Scrabble, you win. Forever.
-%
-Guns don't kill people. Chuck Norris kills people.
-%
-There is no theory of evolution. Just a list of animals Chuck Norris allows to live.
-%
-The chief export of Chuck Norris is Pain.
-%
-Chuck Norris has two speeds. Walk, and Kill.
-%
-The leading causes of death in the United States are: 1. Heart Disease 2. Chuck Norris 3. Cancer.
-%
-Chuck Norris drives an ice cream truck covered in human skulls.
-%
-Chuck Norris is my Homeboy.
-%
-Chuck Norris doesn't go hunting.... CHUCK NORRIS GOES KILLING.
-%
-Chuck Norris uses pepper spray to spice up his steaks.
-%
-Chuck Norris once roundhouse kicked someone so hard that his foot broke the speed of light, went back in time, and killed Amelia Earhart while she was flying over the Pacific Ocean.
-%
-Crop circles are Chuck Norris' way of telling the world that sometimes corn needs to lie down.
-%
-Chuck Norris is ten feet tall, weighs two-tons, breathes fire, and could eat a hammer and take a shotgun blast standing.
-%
-The Great Wall of China was originally created to keep Chuck Norris out. It failed miserably.
-%
-Contrary to popular belief, Chuck Norris, not the box jellyfish of northern Australia, is the most venomous creature on earth.
-%
-Most people have 23 pairs of chromosomes. Chuck Norris has 72... and they're all poisonous.
-%
-If you ask Chuck Norris what time it is, he always says, "Two seconds 'til." After you ask, "Two seconds 'til what?" he roundhouse kicks you in the face.
-%
-When Chuck Norris sends in his taxes, he sends blank forms and includes only a picture of himself, crouched and ready to attack. Chuck Norris has not had to pay taxes, ever.
-%
-The quickest way to a man's heart is with Chuck Norris' fist.
-%
-Chuck Norris invented Kentucky Fried Chicken's famous secret recipe, with eleven herbs and spices. But nobody ever mentions the twelfth ingredient: Fear.
-%
-CNN was originally created as the "Chuck Norris Network" to update Americans with on-the-spot ass kicking in real-time.
-%
-Chuck Norris can win a game of Connect Four in only three moves.
-%
-What was going through the minds of all of Chuck Norris' victims before they died? His shoe.
-%
-Chuck Norris is the only man to ever defeat a brick wall in a game of tennis.
-%
-Police label anyone attacking Chuck Norris as a Code 45-11.... a suicide.
-%
-Chuck Norris doesn't churn butter. He roundhouse kicks the cows and the butter comes straight out.
-%
-Chuck Norris doesnโt wash his clothes, he disembowels them.
-%
-A Handicapped parking sign does not signify that this spot is for handicapped people. It is actually in fact a warning, that the spot belongs to Chuck Norris and that you will be handicapped if you park there.
-%
-Chuck Norris will attain statehood in 2009. His state flower will be the Magnolia.
-%
-Someone once videotaped Chuck Norris getting pissed off. It was called Walker: Texas Chain Saw Massacre.
-%
-Chuck Norris originally appeared in the "Street Fighter II" video game, but was removed by Beta Testers because every button caused him to do a roundhouse kick. When asked bout this "glitch," Norris replied, "That's no glitch."
-%
-Fool me once, shame on you. Fool Chuck Norris once and he will roundhouse you in the face.
-%
-When God said "Let there be light!", Chuck Norris said "Only for half the๏ปฟ day
-%
-Chuck Norris went up the creek without a paddle... or a canoe
-%
-Chuck Norris once asked a man to turn down his music, he refused, that man's baby was born deaf.
-%
-Chuck Norris found the hay in the needle stack.
-%
-Chuck Norris doesn't need to brush his teeth, his spit acts as a bleach.
-%
-Chuck Norris once had a street named after him. But the name removed at once, because nobody crosses Chuck Norris, and lives
-%
-The planes in 9/11 were not hijacked. Chuck Norris was just playing with his old radio controller.
-%
-Machiavelli said it is better to be feared than loved because he was inspired by Chuck Norris.
-%
-Chuck Norris Can Play the Theme from the Twilight Zone with His Beard
-%
-Chuck Norris pees Adamantium
-%
-The Beatles are on iTunes because Chuck Norris bought a Mac.
-%
-Chuck Norris once rounhouse kicked a football ...... it is now considered as a planet
-%
-Chuck Norris yells at Drill Sergeants
-%
-When the Boogeyman goes to sleep every night, he checks his closet for Chuck Norris.
-%
-Chuck Norris doesn't read books. He stares them down until he gets the information he wants.
-%
-There is no theory of evolution. Just a list of creatures Chuck Norris has allowed to live.
-%
-Outer space exists because it's afraid to be on the same planet with Chuck Norris.
-%
-Chuck Norris does not sleep. He waits.
-%
-Chuck Norris is currently suing NBC, claiming Law and Order are trademarked names for his left and right legs.
-%
-Chuck Norris is the reason why Waldo is hiding.
-%
-Chuck Norris counted to infinity - twice.
-%
-There is no chin behind Chuck Norrisโ beard. There is only another fist.
-%
-When Chuck Norris does a pushup, he isn't lifting himself up, he's pushing the Earth down.
-%
-Chuck Norris is so fast, he can run around the world and punch himself in the back of the head.
-%
-Chuck Norris' hand is the only hand that can beat a Royal Flush.
-%
-If at first you don't succeed, you're not Chuck Norris.
-%
-If Chuck Norris were a calendar, every month would be named Chucktober, and every day he'd kick your ass.
-%
-Chuck Norris can lead a horse to water AND make it drink.
-%
-Chuck Norris doesnโt wear a watch. HE decides what time it is.
-%
-Chuck Norris can slam a revolving door.
-%
-Chuck Norris does not get frostbite. Chuck Norris bites frost.
-%
-Remember the Soviet Union? They decided to quit after watching a DeltaForce marathon on Satellite TV.
-%
-Contrary to popular belief, America is not a democracy, it is a Chucktatorship.
-%
-If you spell Chuck Norris in Scrabble, you win. Forever.
-%
-Guns don't kill people. Chuck Norris kills people.
-%
-There is no theory of evolution. Just a list of animals Chuck Norris allows to live.
-%
-The chief export of Chuck Norris is Pain.
-%
-Chuck Norris has two speeds. Walk, and Kill.
-%
-The leading causes of death in the United States are: 1. Heart Disease 2. Chuck Norris 3. Cancer.
-%
-Chuck Norris drives an ice cream truck covered in human skulls.
-%
-Chuck Norris is my Homeboy.
-%
-Chuck Norris doesn't go hunting.... CHUCK NORRIS GOES KILLING.
-%
-Chuck Norris uses pepper spray to spice up his steaks.
-%
-Chuck Norris once roundhouse kicked someone so hard that his foot broke the speed of light, went back in time, and killed Amelia Earhart while she was flying over the Pacific Ocean.
-%
-Crop circles are Chuck Norris' way of telling the world that sometimes corn needs to lie down.
-%
-Chuck Norris is ten feet tall, weighs two-tons, breathes fire, and could eat a hammer and take a shotgun blast standing.
-%
-The Great Wall of China was originally created to keep Chuck Norris out. It failed miserably.
-%
-Contrary to popular belief, Chuck Norris, not the box jellyfish of northern Australia, is the most venomous creature on earth.
-%
-Most people have 23 pairs of chromosomes. Chuck Norris has 72... and they're all poisonous.
-%
-If you ask Chuck Norris what time it is, he always says, "Two seconds 'til." After you ask, "Two seconds 'til what?" he roundhouse kicks you in the face.
-%
-When Chuck Norris sends in his taxes, he sends blank forms and includes only a picture of himself, crouched and ready to attack. Chuck Norris has not had to pay taxes, ever.
-%
-The quickest way to a man's heart is with Chuck Norris' fist.
-%
-Chuck Norris invented Kentucky Fried Chicken's famous secret recipe, with eleven herbs and spices. But nobody ever mentions the twelfth ingredient: Fear.
-%
-CNN was originally created as the "Chuck Norris Network" to update Americans with on-the-spot ass kicking in real-time.
-%
-Chuck Norris can win a game of Connect Four in only three moves.
-%
-What was going through the minds of all of Chuck Norris' victims before they died? His shoe.
-%
-Chuck Norris is the only man to ever defeat a brick wall in a game of tennis.
-%
-Police label anyone attacking Chuck Norris as a Code 45-11.... a suicide.
-%
-Chuck Norris doesn't churn butter. He roundhouse kicks the cows and the butter comes straight out.
-%
-Chuck Norris doesnโt wash his clothes, he disembowels them.
-%
-Since 1940, the year Chuck Norris was born, roundhouse-kick related deaths have increased 13,000 percent.?
-%
-A Handicapped parking sign does not signify that this spot is for handicapped people. It is actually in fact a warning, that the spot belongs to Chuck Norris and that you will be handicapped if you park there.
-%
-Chuck Norris will attain statehood in 2009. His state flower will be the Magnolia.
-%
-Someone once videotaped Chuck Norris getting pissed off. It was called Walker: Texas Chain Saw Massacre.
-%
-Chuck Norris originally appeared in the "Street Fighter II" video game, but was removed by Beta Testers because every button caused him to do a roundhouse kick. When asked bout this "glitch," Norris replied, "That's no glitch."
-%
-Fool me once, shame on you. Fool Chuck Norris once and he will roundhouse you in the face.
-%
-There is no such thing as being hard its called the Chuck Norris factor.
-%
-When Chuck Norris goes to the library, he looks for the guinness book of records in the comedy section.
-%
-Chuck Norris can shoot a person 28 times with an unloaded gun.
-%
-Chuck Norris' personal airplane is called Air Force Chuck
-%
-The letters in Chuck Norris cannot be unscrambled.
-%
-Cops don't need a badges in their wallets but only a picture of Chuck Norris.
-%
-Chuck Norris was the reason why the Great Wall of China was constructed. It failed miserably.
-%
-If you see a man in the street who looks like Chuck Norris, but isn't, run: you don't want to be caught in the resulting roundhouse kick to his face.
-%
-The red phone in the oval office...Rings directly to Chuck Norris Cell Phone
-%
-The only way sharks will come near CN underwater is when CN is inside of a cage.
-%
-Chuck Norris uses a real mouse to move the cursor, type on the keyboard, write e-mails, code entire websites, use photoshop, bring coffee.
-%
-If Chuck Norris were to get into a fight with another Chuck Norris, Chuck Norris would win.
+King Kong climbed the Empire State building in fear of Chuck Norris who was downstairs at the time.
%
"2012" is code for, Chuck Norris when he is pissed.
%
-When the Boogeyman goes to sleep every night, he checks his closet for Chuck Norris.
-%
-Chuck Norris doesn't read books. He stares them down until he gets the information he wants.
-%
-There is no theory of evolution. Just a list of creatures Chuck Norris has allowed to live.
-%
-Outer space exists because it's afraid to be on the same planet with Chuck Norris.
-%
-Chuck Norris does not sleep. He waits.
-%
-Chuck Norris is currently suing NBC, claiming Law and Order are trademarked names for his left and right legs.
-%
-Chuck Norris is the reason why Waldo is hiding.
-%
-Chuck Norris counted to infinity - twice.
-%
-There is no chin behind Chuck Norrisโ beard. There is only another fist.
-%
-When Chuck Norris does a pushup, he isn't lifting himself up, he's pushing the Earth down.
-%
-Chuck Norris is so fast, he can run around the world and punch himself in the back of the head.
-%
-Chuck Norris' hand is the only hand that can beat a Royal Flush.
-%
-Chuck Norris can lead a horse to water AND make it drink.
-%
-Chuck Norris doesnโt wear a watch. HE decides what time it is.
-%
-Chuck Norris can slam a revolving door.
-%
-Chuck Norris does not get frostbite. Chuck Norris bites frost.
-%
-Remember the Soviet Union? They decided to quit after watching a DeltaForce marathon on Satellite TV.
-%
-Contrary to popular belief, America is not a democracy, it is a Chucktatorship.
-%
-If you spell Chuck Norris in Scrabble, you win. Forever.
-%
-Guns don't kill people. Chuck Norris kills people.
-%
-There is no theory of evolution. Just a list of animals Chuck Norris allows to live.
-%
-The chief export of Chuck Norris is Pain.
-%
-Chuck Norris has two speeds. Walk, and Kill.
-%
-The leading causes of death in the United States are: 1. Heart Disease 2. Chuck Norris 3. Cancer.
-%
-Chuck Norris drives an ice cream truck covered in human skulls.
-%
-Chuck Norris is my Homeboy.
-%
-Chuck Norris doesn't go hunting.... CHUCK NORRIS GOES KILLING.
-%
-Chuck Norris uses pepper spray to spice up his steaks.
-%
-Chuck Norris once roundhouse kicked someone so hard that his foot broke the speed of light, went back in time, and killed Amelia Earhart while she was flying over the Pacific Ocean.
-%
-Crop circles are Chuck Norris' way of telling the world that sometimes corn needs to lie down.
-%
-Chuck Norris is ten feet tall, weighs two-tons, breathes fire, and could eat a hammer and take a shotgun blast standing.
-%
-The Great Wall of China was originally created to keep Chuck Norris out. It failed miserably.
-%
-Contrary to popular belief, Chuck Norris, not the box jellyfish of northern Australia, is the most venomous creature on earth.
-%
-Most people have 23 pairs of chromosomes. Chuck Norris has 72... and they're all poisonous.
-%
-If you ask Chuck Norris what time it is, he always says, "Two seconds 'til." After you ask, "Two seconds 'til what?" he roundhouse kicks you in the face.
-%
-When Chuck Norris sends in his taxes, he sends blank forms and includes only a picture of himself, crouched and ready to attack. Chuck Norris has not had to pay taxes, ever.
-%
-The quickest way to a man's heart is with Chuck Norris' fist.
-%
-Chuck Norris invented Kentucky Fried Chicken's famous secret recipe, with eleven herbs and spices. But nobody ever mentions the twelfth ingredient: Fear.
-%
-CNN was originally created as the "Chuck Norris Network" to update Americans with on-the-spot ass kicking in real-time.
-%
-Chuck Norris can win a game of Connect Four in only three moves.
-%
-What was going through the minds of all of Chuck Norris' victims before they died? His shoe.
-%
-Chuck Norris is the only man to ever defeat a brick wall in a game of tennis.
-%
-Police label anyone attacking Chuck Norris as a Code 45-11.... a suicide.
-%
-Chuck Norris doesn't churn butter. He roundhouse kicks the cows and the butter comes straight out.
-%
-Chuck Norris doesnโt wash his clothes, he disembowels them.
-%
-A Handicapped parking sign does not signify that this spot is for handicapped people. It is actually in fact a warning, that the spot belongs to Chuck Norris and that you will be handicapped if you park there.
-%
-Chuck Norris will attain statehood in 2009. His state flower will be the Magnolia.
-%
-Someone once videotaped Chuck Norris getting pissed off. It was called Walker: Texas Chain Saw Massacre.
-%
-Chuck Norris originally appeared in the "Street Fighter II" video game, but was removed by Beta Testers because every button caused him to do a roundhouse kick. When asked bout this "glitch," Norris replied, "That's no glitch."
-%
-Fool me once, shame on you. Fool Chuck Norris once and he will roundhouse you in the face.
-%
-In the back of the book of world records, it says "All records are held by Chuck Norris. The ones listed are in second place."
-%
-The only place where the Starship Enterprise refuses to boldly go is Chuck Norris' planet...which is all of them.
-%
-Chuck Norris once had a pet monkey........his name was KING KONG
-%
-Chuck Norris can make his own megazord "The Chuck Norris Roundhouse Kickers Ultimate Super Awesome Megazord"
-%
-Simon doesn't say...Chuck Norris says.
-%
-When does Chuck Norris run out of shotgun bullets?.....whenever he wants to.
-%
-The only sure things are Death and Taxes, and when Chuck Norris goes to work for the IRS, they'll be the same thing.
-%
-Chuck Norris' first job was as a paperboy. There were no survivors.
-%
-Chuck Norris can turn toast back into bread
-%
-Chuck Norris started Chuck Norris.
-%
-Ever wonder what really happened to the dinosaurs? They all dug their own graves when they heard Chuck Norris was coming
-%
-Chuck Norris killed Kemper
-%
-Did you here about the boy who cried Chuck Norris?
-%
-Chuck Norris can't perform Hadoukens, he IS a Hadouken
-%
-Behind every successful man is Chuck Norris
-%
-When the Boogeyman goes to sleep every night, he checks his closet for Chuck Norris.
-%
-Chuck Norris doesn't read books. He stares them down until he gets the information he wants.
-%
-There is no theory of evolution. Just a list of creatures Chuck Norris has allowed to live.
-%
-Outer space exists because it's afraid to be on the same planet with Chuck Norris.
-%
-Chuck Norris does not sleep. He waits.
-%
-Chuck Norris is currently suing NBC, claiming Law and Order are trademarked names for his left and right legs.
-%
-Chuck Norris is the reason why Waldo is hiding.
-%
-Chuck Norris counted to infinity - twice.
-%
-MacGyver immediately tried to make a bomb out of some Q-Tips and Gatorade, but Chuck Norris roundhouse-kicked him in the solar plexus. MacGyver promptly threw up his own heart.
-%
-There is no chin behind Chuck Norrisโ beard. There is only another fist.
-%
-When Chuck Norris does a pushup, he isn't lifting himself up, he's pushing the Earth down.
-%
-Chuck Norris is so fast, he can run around the world and punch himself in the back of the head.
-%
-Chuck Norris' hand is the only hand that can beat a Royal Flush.
-%
-Chuck Norris can lead a horse to water AND make it drink.
-%
-Chuck Norris doesnโt wear a watch. HE decides what time it is.
-%
-Chuck Norris can slam a revolving door.
-%
-Chuck Norris does not get frostbite. Chuck Norris bites frost.
-%
-Remember the Soviet Union? They decided to quit after watching a DeltaForce marathon on Satellite TV.
-%
-Contrary to popular belief, America is not a democracy, it is a Chucktatorship.
-%
-If you spell Chuck Norris in Scrabble, you win. Forever.
-%
-Guns don't kill people. Chuck Norris kills people.
-%
-There is no theory of evolution. Just a list of animals Chuck Norris allows to live.
-%
-The chief export of Chuck Norris is Pain.
-%
-Chuck Norris has two speeds. Walk, and Kill.
-%
-The leading causes of death in the United States are: 1. Heart Disease 2. Chuck Norris 3. Cancer.
-%
-Chuck Norris drives an ice cream truck covered in human skulls.
-%
-Chuck Norris is my Homeboy.
-%
-Chuck Norris doesn't go hunting.... CHUCK NORRIS GOES KILLING.
-%
-Chuck Norris uses pepper spray to spice up his steaks.
-%
-Chuck Norris once roundhouse kicked someone so hard that his foot broke the speed of light, went back in time, and killed Amelia Earhart while she was flying over the Pacific Ocean.
-%
-Crop circles are Chuck Norris' way of telling the world that sometimes corn needs to lie down.
-%
-Chuck Norris is ten feet tall, weighs two-tons, breathes fire, and could eat a hammer and take a shotgun blast standing.
-%
-The Great Wall of China was originally created to keep Chuck Norris out. It failed miserably.
-%
-Contrary to popular belief, Chuck Norris, not the box jellyfish of northern Australia, is the most venomous creature on earth.
-%
-Most people have 23 pairs of chromosomes. Chuck Norris has 72... and they're all poisonous.
-%
-If you ask Chuck Norris what time it is, he always says, "Two seconds 'til." After you ask, "Two seconds 'til what?" he roundhouse kicks you in the face.
-%
-When Chuck Norris sends in his taxes, he sends blank forms and includes only a picture of himself, crouched and ready to attack. Chuck Norris has not had to pay taxes, ever.
-%
-The quickest way to a man's heart is with Chuck Norris' fist.
-%
-Chuck Norris invented Kentucky Fried Chicken's famous secret recipe, with eleven herbs and spices. But nobody ever mentions the twelfth ingredient: Fear.
-%
-CNN was originally created as the "Chuck Norris Network" to update Americans with on-the-spot ass kicking in real-time.
-%
-Chuck Norris can win a game of Connect Four in only three moves.
-%
-What was going through the minds of all of Chuck Norris' victims before they died? His shoe.
-%
-Chuck Norris is the only man to ever defeat a brick wall in a game of tennis.
-%
-Police label anyone attacking Chuck Norris as a Code 45-11.... a suicide.
-%
-Chuck Norris doesn't churn butter. He roundhouse kicks the cows and the butter comes straight out.
-%
-Chuck Norris doesnโt wash his clothes, he disembowels them.
-%
-A Handicapped parking sign does not signify that this spot is for handicapped people. It is actually in fact a warning, that the spot belongs to Chuck Norris and that you will be handicapped if you park there.
-%
-Chuck Norris will attain statehood in 2009. His state flower will be the Magnolia.
-%
-Someone once videotaped Chuck Norris getting pissed off. It was called Walker: Texas Chain Saw Massacre.
-%
-Chuck Norris originally appeared in the "Street Fighter II" video game, but was removed by Beta Testers because every button caused him to do a roundhouse kick. When asked bout this "glitch," Norris replied, "That's no glitch."
-%
-Fool me once, shame on you. Fool Chuck Norris once and he will roundhouse you in the face.
-%
-The square root of Chuck Norris is pain. Do not try to square Chuck Norris. The result is death
-%
-Chuck Norris doesn't read. He just stares at the book until he gets the information he wants.
-%
-Why didn't the chicken cross the road? Because Chuck Norris got to it first.
-%
-When taking the SAT, write "Chuck Norris" for every answer. You will score over 8000.
-%
-Chuck Norris can milk an alligator
-%
-Chuck Norris doesn't eat, he just sucks the energy out of food by staring at it
-%
-Chuck Norris once proved p^~p by induction on his beard hairs.
-%
-The reason why batman only comes out at night is because he's afraid he might encounter Chuck Norris in the Morning and afternoon.
-%
-Chuck Norris can bake in a Freezer.
-%
-Chuck Norris is currently suing any broadway theater that plays "The Nutcracker". He claims its an infringement on his "other" roundhouse kick.
-%
-Chuck Norris once had a weak moment, just to know what it felt like.
-%
-Note to everyone: Please do not give beans to Chuck Norris or do you want another atombomb on hiroshima?
-%
-Chuck Norris has made a 148 break a snooker.
-%
-When the Boogeyman goes to sleep every night, he checks his closet for Chuck Norris.
-%
-Chuck Norris doesn't read books. He stares them down until he gets the information he wants.
-%
-There is no theory of evolution. Just a list of creatures Chuck Norris has allowed to live.
-%
-Outer space exists because it's afraid to be on the same planet with Chuck Norris.
-%
-Chuck Norris does not sleep. He waits.
-%
-Chuck Norris is currently suing NBC, claiming Law and Order are trademarked names for his left and right legs.
-%
-Chuck Norris is the reason why Waldo is hiding.
-%
-Chuck Norris counted to infinity - twice.
-%
-There is no chin behind Chuck Norrisโ beard. There is only another fist.
-%
-When Chuck Norris does a pushup, he isn't lifting himself up, he's pushing the Earth down.
-%
-Chuck Norris is so fast, he can run around the world and punch himself in the back of the head.
-%
-Chuck Norris' hand is the only hand that can beat a Royal Flush.
-%
-Chuck Norris can lead a horse to water AND make it drink.
-%
-Chuck Norris doesnโt wear a watch. HE decides what time it is.
-%
-Chuck Norris can slam a revolving door.
-%
-Chuck Norris does not get frostbite. Chuck Norris bites frost.
-%
-Remember the Soviet Union? They decided to quit after watching a DeltaForce marathon on Satellite TV.
-%
-Contrary to popular belief, America is not a democracy, it is a Chucktatorship.
-%
-If you spell Chuck Norris in Scrabble, you win. Forever.
-%
-Guns don't kill people. Chuck Norris kills people.
-%
-There is no theory of evolution. Just a list of animals Chuck Norris allows to live.
-%
-The chief export of Chuck Norris is Pain.
-%
-Chuck Norris has two speeds. Walk, and Kill.
-%
-The leading causes of death in the United States are: 1. Heart Disease 2. Chuck Norris 3. Cancer.
-%
-Chuck Norris drives an ice cream truck covered in human skulls.
-%
-Chuck Norris is my Homeboy.
-%
-Chuck Norris doesn't go hunting.... CHUCK NORRIS GOES KILLING.
-%
-Chuck Norris uses pepper spray to spice up his steaks.
-%
-Chuck Norris once roundhouse kicked someone so hard that his foot broke the speed of light, went back in time, and killed Amelia Earhart while she was flying over the Pacific Ocean.
-%
-Crop circles are Chuck Norris' way of telling the world that sometimes corn needs to lie down.
-%
-Chuck Norris is ten feet tall, weighs two-tons, breathes fire, and could eat a hammer and take a shotgun blast standing.
-%
-The Great Wall of China was originally created to keep Chuck Norris out. It failed miserably.
-%
-Contrary to popular belief, Chuck Norris, not the box jellyfish of northern Australia, is the most venomous creature on earth.
-%
-Most people have 23 pairs of chromosomes. Chuck Norris has 72... and they're all poisonous.
-%
-If you ask Chuck Norris what time it is, he always says, "Two seconds 'til." After you ask, "Two seconds 'til what?" he roundhouse kicks you in the face.
-%
-When Chuck Norris sends in his taxes, he sends blank forms and includes only a picture of himself, crouched and ready to attack. Chuck Norris has not had to pay taxes, ever.
-%
-The quickest way to a man's heart is with Chuck Norris' fist.
-%
-Chuck Norris invented Kentucky Fried Chicken's famous secret recipe, with eleven herbs and spices. But nobody ever mentions the twelfth ingredient: Fear.
-%
-CNN was originally created as the "Chuck Norris Network" to update Americans with on-the-spot ass kicking in real-time.
-%
-Chuck Norris can win a game of Connect Four in only three moves.
-%
-What was going through the minds of all of Chuck Norris' victims before they died? His shoe.
-%
-Chuck Norris is the only man to ever defeat a brick wall in a game of tennis.
-%
-Police label anyone attacking Chuck Norris as a Code 45-11.... a suicide.
-%
-Chuck Norris doesn't churn butter. He roundhouse kicks the cows and the butter comes straight out.
-%
-Chuck Norris doesnโt wash his clothes, he disembowels them.
-%
-A Handicapped parking sign does not signify that this spot is for handicapped people. It is actually in fact a warning, that the spot belongs to Chuck Norris and that you will be handicapped if you park there.
-%
-Chuck Norris will attain statehood in 2009. His state flower will be the Magnolia.
-%
-Someone once videotaped Chuck Norris getting pissed off. It was called Walker: Texas Chain Saw Massacre.
-%
-Chuck Norris originally appeared in the "Street Fighter II" video game, but was removed by Beta Testers because every button caused him to do a roundhouse kick. When asked bout this "glitch," Norris replied, "That's no glitch."
-%
-Fool me once, shame on you. Fool Chuck Norris once and he will roundhouse you in the face.
-%
-http://chucknorrisfacts.com/ is built in Drupal because Chuck Norris knows a good CMS when he sees one.
-%
-The producers of the movie "The Last Airbender" are now in talks with Chuck Norris in Order to star him in their next sequal "The Last Skull Bender".
-%
-Some boots were made for walking. Some boots may walk all over you, but Chuck Norris' boot walk THROUGH you.
-%
-World War II began because Chuck Norris took a nap. When he woke up, Hitler found out and killed himself out of fear Chuck Norris would kill him.
-%
-The best part of waking up is not Folgers in your cup, it's knowing that Chuck Norris let you live.
-%
-Only Chuck Norris can win the mind game, 'cause he never minds.
-%
-Do you know why Chuck Norris didn't star in The Expandebles? Because all the others guys would have surrended at the beginning.
-%
-Bruce Lee didn't defeat Chuck Norris. Chuck hit Bruce with a Delayed roundhouse kick that was so fast that Lee only felt the impact a year later!
-%
-Chuck Norris doesn't need a bulletproof vest to be bulletproof
-%
-When Chuck Norris goes to Vegas, he doesn't have to gamble. The casinos just give him stacks of money.
-%
-Merlin was Chuck Norris' assistant.
-%
-If you put in the correct cheat code in Halo 2, you can have Master Cheif play without his helmet; revealing to be Chuck Norris.
-%
-Those who ignore history, are doomed by Chuck Norris.
-%
-When the Boogeyman goes to sleep every night, he checks his closet for Chuck Norris.
-%
-Chuck Norris doesn't read books. He stares them down until he gets the information he wants.
-%
-There is no theory of evolution. Just a list of creatures Chuck Norris has allowed to live.
-%
-Outer space exists because it's afraid to be on the same planet with Chuck Norris.
-%
-Chuck Norris does not sleep. He waits.
-%
-Chuck Norris is currently suing NBC, claiming Law and Order are trademarked names for his left and right legs.
-%
-Chuck Norris is the reason why Waldo is hiding.
-%
-Chuck Norris counted to infinity - twice.
-%
-There is no chin behind Chuck Norrisโ beard. There is only another fist.
-%
-When Chuck Norris does a pushup, he isn't lifting himself up, he's pushing the Earth down.
-%
-Chuck Norris is so fast, he can run around the world and punch himself in the back of the head.
-%
-Chuck Norris' hand is the only hand that can beat a Royal Flush.
-%
-Chuck Norris can lead a horse to water AND make it drink.
-%
-Chuck Norris doesnโt wear a watch. HE decides what time it is.
-%
-Chuck Norris can slam a revolving door.
-%
-Chuck Norris does not get frostbite. Chuck Norris bites frost.
-%
-Remember the Soviet Union? They decided to quit after watching a DeltaForce marathon on Satellite TV.
-%
-Contrary to popular belief, America is not a democracy, it is a Chucktatorship.
-%
-If you spell Chuck Norris in Scrabble, you win. Forever.
-%
-Guns don't kill people. Chuck Norris kills people.
-%
-There is no theory of evolution. Just a list of animals Chuck Norris allows to live.
-%
-The chief export of Chuck Norris is Pain.
-%
-Chuck Norris has two speeds. Walk, and Kill.
-%
-The leading causes of death in the United States are: 1. Heart Disease 2. Chuck Norris 3. Cancer.
-%
-Chuck Norris drives an ice cream truck covered in human skulls.
-%
-Chuck Norris is my Homeboy.
-%
-Chuck Norris doesn't go hunting.... CHUCK NORRIS GOES KILLING.
-%
-Chuck Norris uses pepper spray to spice up his steaks.
-%
-Chuck Norris once roundhouse kicked someone so hard that his foot broke the speed of light, went back in time, and killed Amelia Earhart while she was flying over the Pacific Ocean.
-%
-Crop circles are Chuck Norris' way of telling the world that sometimes corn needs to lie down.
-%
-Chuck Norris is ten feet tall, weighs two-tons, breathes fire, and could eat a hammer and take a shotgun blast standing.
-%
-The Great Wall of China was originally created to keep Chuck Norris out. It failed miserably.
-%
-Contrary to popular belief, Chuck Norris, not the box jellyfish of northern Australia, is the most venomous creature on earth.
-%
-Most people have 23 pairs of chromosomes. Chuck Norris has 72... and they're all poisonous.
-%
-If you ask Chuck Norris what time it is, he always says, "Two seconds 'til." After you ask, "Two seconds 'til what?" he roundhouse kicks you in the face.
-%
-When Chuck Norris sends in his taxes, he sends blank forms and includes only a picture of himself, crouched and ready to attack. Chuck Norris has not had to pay taxes, ever.
-%
-The quickest way to a man's heart is with Chuck Norris' fist.
-%
-Chuck Norris invented Kentucky Fried Chicken's famous secret recipe, with eleven herbs and spices. But nobody ever mentions the twelfth ingredient: Fear.
-%
-CNN was originally created as the "Chuck Norris Network" to update Americans with on-the-spot ass kicking in real-time.
-%
-Chuck Norris can win a game of Connect Four in only three moves.
-%
-What was going through the minds of all of Chuck Norris' victims before they died? His shoe.
-%
-Chuck Norris is the only man to ever defeat a brick wall in a game of tennis.
-%
-Police label anyone attacking Chuck Norris as a Code 45-11.... a suicide.
-%
-Chuck Norris doesn't churn butter. He roundhouse kicks the cows and the butter comes straight out.
-%
-Chuck Norris doesnโt wash his clothes, he disembowels them.
-%
-A Handicapped parking sign does not signify that this spot is for handicapped people. It is actually in fact a warning, that the spot belongs to Chuck Norris and that you will be handicapped if you park there.
-%
-Chuck Norris will attain statehood in 2009. His state flower will be the Magnolia.
-%
-Someone once videotaped Chuck Norris getting pissed off. It was called Walker: Texas Chain Saw Massacre.
-%
-Chuck Norris originally appeared in the "Street Fighter II" video game, but was removed by Beta Testers because every button caused him to do a roundhouse kick. When asked bout this "glitch," Norris replied, "That's no glitch."
-%
-Fool me once, shame on you. Fool Chuck Norris once and he will roundhouse you in the face.
-%
-Some kids pee their name in snow. Chuck Norris pees his name in concrete.
-%
-The Matrix Trilogy would have ended on the first movie if Keanu Reeves said, โI know Chuck Norris.โ
-%
-Chuck Norris created Heavy Metal when he was upset
-%
-Some people ask for a Kleenex when they sneeze, Chuck Norris asks for a body bag.
-%
-When things go bump in the night.... it's Chuck Norris
-%
-Chuck Norris fed the Hunger Games
-%
-Chuck Norris played "Got your Nose" with Voldemort and won.
-%
-Chuck Norris had a knife thrown at him............ the knife didn't impale him, he impaled the knife
-%
-Chuck Norris doesn't let it go.
-%
-You know Chuck Norris' pet lizard, right? Last I heard, he was in the movie "Godzilla". Oh, and his pet turtle starred in "Gamera" as well.
-%
-Whatever Chuck Norris wants, it will instantly appear.
-%
-Chuck Norris once cut a knife with a stick of butter.
-%
-Chuck Norris shops at Sam's Club, but leaves without having his receipt checked
-%
-When the Boogeyman goes to sleep every night, he checks his closet for Chuck Norris.
-%
-Chuck Norris doesn't read books. He stares them down until he gets the information he wants.
-%
-There is no theory of evolution. Just a list of creatures Chuck Norris has allowed to live.
-%
-Outer space exists because it's afraid to be on the same planet with Chuck Norris.
-%
-Chuck Norris does not sleep. He waits.
-%
-Chuck Norris is currently suing NBC, claiming Law and Order are trademarked names for his left and right legs.
-%
-Chuck Norris is the reason why Waldo is hiding.
-%
-Chuck Norris counted to infinity - twice.
-%
-There is no chin behind Chuck Norrisโ beard. There is only another fist.
-%
-When Chuck Norris does a pushup, he isn't lifting himself up, he's pushing the Earth down.
-%
-Chuck Norris is so fast, he can run around the world and punch himself in the back of the head.
-%
-Chuck Norris' hand is the only hand that can beat a Royal Flush.
-%
-Chuck Norris can lead a horse to water AND make it drink.
-%
-Chuck Norris doesnโt wear a watch. HE decides what time it is.
-%
-Chuck Norris can slam a revolving door.
-%
-Chuck Norris does not get frostbite. Chuck Norris bites frost.
-%
-Remember the Soviet Union? They decided to quit after watching a DeltaForce marathon on Satellite TV.
-%
-Contrary to popular belief, America is not a democracy, it is a Chucktatorship.
-%
-If you spell Chuck Norris in Scrabble, you win. Forever.
-%
-Guns don't kill people. Chuck Norris kills people.
-%
-There is no theory of evolution. Just a list of animals Chuck Norris allows to live.
-%
-The chief export of Chuck Norris is Pain.
-%
-Chuck Norris has two speeds. Walk, and Kill.
-%
-The leading causes of death in the United States are: 1. Heart Disease 2. Chuck Norris 3. Cancer.
-%
-Chuck Norris drives an ice cream truck covered in human skulls.
-%
-Chuck Norris is my Homeboy.
-%
-Chuck Norris doesn't go hunting.... CHUCK NORRIS GOES KILLING.
-%
-Chuck Norris uses pepper spray to spice up his steaks.
-%
-Chuck Norris once roundhouse kicked someone so hard that his foot broke the speed of light, went back in time, and killed Amelia Earhart while she was flying over the Pacific Ocean.
-%
-Crop circles are Chuck Norris' way of telling the world that sometimes corn needs to lie down.
-%
-Chuck Norris is ten feet tall, weighs two-tons, breathes fire, and could eat a hammer and take a shotgun blast standing.
-%
-The Great Wall of China was originally created to keep Chuck Norris out. It failed miserably.
-%
-Contrary to popular belief, Chuck Norris, not the box jellyfish of northern Australia, is the most venomous creature on earth.
-%
-Most people have 23 pairs of chromosomes. Chuck Norris has 72... and they're all poisonous.
-%
-If you ask Chuck Norris what time it is, he always says, "Two seconds 'til." After you ask, "Two seconds 'til what?" he roundhouse kicks you in the face.
-%
-When Chuck Norris sends in his taxes, he sends blank forms and includes only a picture of himself, crouched and ready to attack. Chuck Norris has not had to pay taxes, ever.
-%
-The quickest way to a man's heart is with Chuck Norris' fist.
-%
-Chuck Norris invented Kentucky Fried Chicken's famous secret recipe, with eleven herbs and spices. But nobody ever mentions the twelfth ingredient: Fear.
-%
-CNN was originally created as the "Chuck Norris Network" to update Americans with on-the-spot ass kicking in real-time.
-%
-Chuck Norris can win a game of Connect Four in only three moves.
-%
-What was going through the minds of all of Chuck Norris' victims before they died? His shoe.
-%
-Chuck Norris is the only man to ever defeat a brick wall in a game of tennis.
-%
-Police label anyone attacking Chuck Norris as a Code 45-11.... a suicide.
-%
-Chuck Norris doesn't churn butter. He roundhouse kicks the cows and the butter comes straight out.
-%
-Chuck Norris doesnโt wash his clothes, he disembowels them.
-%
-A Handicapped parking sign does not signify that this spot is for handicapped people. It is actually in fact a warning, that the spot belongs to Chuck Norris and that you will be handicapped if you park there.
-%
-Chuck Norris will attain statehood in 2009. His state flower will be the Magnolia.
-%
-Someone once videotaped Chuck Norris getting pissed off. It was called Walker: Texas Chain Saw Massacre.
-%
-Chuck Norris originally appeared in the "Street Fighter II" video game, but was removed by Beta Testers because every button caused him to do a roundhouse kick. When asked bout this "glitch," Norris replied, "That's no glitch."
-%
-Fool me once, shame on you. Fool Chuck Norris once and he will roundhouse you in the face.
-%
-In 1945 The US army asked if they could clone Chuck Norris. instead he said he could sort out the Japanese.
-%
-One glance from Chuck Norris and snow turns itself yellow.
-%
-Chuck Norris checks under his bed for Fedor Emelianenko because he takes Fedor to the vet regularly.
-%
-Chuck Norris was the image used for Papa Smurf.
-%
-Chuck Norris is so scary he makes Sharks swim backwards away from him
-%
-When Chuck Norris tosses a coin, it lands on both head and tail.
-%
-Chuck Norris found the last digit of pie
-%
-Chuck Norris Watches "the Nat.Geo. Specials" on Discovery Channel
-%
-James Bond has a license to kill. He got it from Chuck Norris.
-%
-Chuck Norris is Chuck Norris
-%
"The Big Chuck Norris Roundhouse-Kick Theory"
%
-That's not an eclipse....that's the sun hiding from Chuck Norris.
-%
-Chuck Norris doesn't like Mudkipz
-%
-When the Boogeyman goes to sleep every night, he checks his closet for Chuck Norris.
-%
-Chuck Norris doesn't read books. He stares them down until he gets the information he wants.
-%
-There is no theory of evolution. Just a list of creatures Chuck Norris has allowed to live.
-%
-Outer space exists because it's afraid to be on the same planet with Chuck Norris.
-%
-Chuck Norris does not sleep. He waits.
-%
-Chuck Norris is currently suing NBC, claiming Law and Order are trademarked names for his left and right legs.
-%
-Chuck Norris is the reason why Waldo is hiding.
-%
-Chuck Norris counted to infinity - twice.
-%
-There is no chin behind Chuck Norrisโ beard. There is only another fist.
-%
-When Chuck Norris does a pushup, he isn't lifting himself up, he's pushing the Earth down.
-%
-Chuck Norris is so fast, he can run around the world and punch himself in the back of the head.
-%
-Chuck Norris' hand is the only hand that can beat a Royal Flush.
-%
-Chuck Norris can lead a horse to water AND make it drink.
-%
-Chuck Norris doesnโt wear a watch. HE decides what time it is.
-%
-Chuck Norris can slam a revolving door.
-%
-Chuck Norris does not get frostbite. Chuck Norris bites frost.
-%
-Remember the Soviet Union? They decided to quit after watching a DeltaForce marathon on Satellite TV.
-%
-Contrary to popular belief, America is not a democracy, it is a Chucktatorship.
-%
-If you spell Chuck Norris in Scrabble, you win. Forever.
-%
-Guns don't kill people. Chuck Norris kills people.
-%
-There is no theory of evolution. Just a list of animals Chuck Norris allows to live.
-%
-The chief export of Chuck Norris is Pain.
-%
-Chuck Norris has two speeds. Walk, and Kill.
-%
-The leading causes of death in the United States are: 1. Heart Disease 2. Chuck Norris 3. Cancer.
-%
-Chuck Norris drives an ice cream truck covered in human skulls.
-%
-Chuck Norris is my Homeboy.
-%
-Chuck Norris doesn't go hunting.... CHUCK NORRIS GOES KILLING.
-%
-Chuck Norris uses pepper spray to spice up his steaks.
-%
-Chuck Norris once roundhouse kicked someone so hard that his foot broke the speed of light, went back in time, and killed Amelia Earhart while she was flying over the Pacific Ocean.
-%
-Crop circles are Chuck Norris' way of telling the world that sometimes corn needs to lie down.
-%
-Chuck Norris is ten feet tall, weighs two-tons, breathes fire, and could eat a hammer and take a shotgun blast standing.
-%
-The Great Wall of China was originally created to keep Chuck Norris out. It failed miserably.
-%
-Contrary to popular belief, Chuck Norris, not the box jellyfish of northern Australia, is the most venomous creature on earth.
-%
-Most people have 23 pairs of chromosomes. Chuck Norris has 72... and they're all poisonous.
-%
-If you ask Chuck Norris what time it is, he always says, "Two seconds 'til." After you ask, "Two seconds 'til what?" he roundhouse kicks you in the face.
-%
-When Chuck Norris sends in his taxes, he sends blank forms and includes only a picture of himself, crouched and ready to attack. Chuck Norris has not had to pay taxes, ever.
-%
-The quickest way to a man's heart is with Chuck Norris' fist.
-%
-Chuck Norris invented Kentucky Fried Chicken's famous secret recipe, with eleven herbs and spices. But nobody ever mentions the twelfth ingredient: Fear.
-%
-CNN was originally created as the "Chuck Norris Network" to update Americans with on-the-spot ass kicking in real-time.
-%
-Chuck Norris can win a game of Connect Four in only three moves.
-%
-What was going through the minds of all of Chuck Norris' victims before they died? His shoe.
-%
-Chuck Norris is the only man to ever defeat a brick wall in a game of tennis.
-%
-Police label anyone attacking Chuck Norris as a Code 45-11.... a suicide.
-%
-Chuck Norris doesn't churn butter. He roundhouse kicks the cows and the butter comes straight out.
-%
-Chuck Norris doesnโt wash his clothes, he disembowels them.
-%
-A Handicapped parking sign does not signify that this spot is for handicapped people. It is actually in fact a warning, that the spot belongs to Chuck Norris and that you will be handicapped if you park there.
-%
-Chuck Norris will attain statehood in 2009. His state flower will be the Magnolia.
-%
-Someone once videotaped Chuck Norris getting pissed off. It was called Walker: Texas Chain Saw Massacre.
-%
-Chuck Norris originally appeared in the "Street Fighter II" video game, but was removed by Beta Testers because every button caused him to do a roundhouse kick. When asked bout this "glitch," Norris replied, "That's no glitch."
-%
-Fool me once, shame on you. Fool Chuck Norris once and he will roundhouse you in the face.
-%
-Chuck Norris doesnโt eat salad, he eats vegetarians
-%
-Every time there's an earthquake, you know Chuck Norris is hungry. The earthquake is caused by his stomach growling.
-%
-Chuck Norris wasn't born on his birthday
-%
-One time a test cheated on Chuck Norris.
-%
-Chuck Norris won a stepdance contest by standing on his hands
-%
-Chuck Norris thretened to kill Michael Jackson, MJ got so scared to turned white.
-%
-When Steven Seagal kills a ninja, he only takes its hide. When Chuck Norris kills a ninja, he uses every part.
-%
-Chuck Norris is the life of parties he dosen't attend
-%
-Chuck Norris can rub two fires together and make a stick!
-%
-Contrary to popular beleif, Rome WAS built in a day, by Chuck Norris.
-%
-Chuck Norris rolled a 20 on a 6 sided die.
-%
-When chuck Norris was in school, he made his PE teacher run laps.
-%
-Chuck Norris wins NASCAR races with all right turns.
-%
-When the Boogeyman goes to sleep every night, he checks his closet for Chuck Norris.
-%
-Chuck Norris doesn't read books. He stares them down until he gets the information he wants.
-%
-There is no theory of evolution. Just a list of creatures Chuck Norris has allowed to live.
-%
-Outer space exists because it's afraid to be on the same planet with Chuck Norris.
-%
-Chuck Norris does not sleep. He waits.
-%
-Chuck Norris is currently suing NBC, claiming Law and Order are trademarked names for his left and right legs.
-%
-Chuck Norris is the reason why Waldo is hiding.
-%
-Chuck Norris counted to infinity - twice.
-%
-There is no chin behind Chuck Norrisโ beard. There is only another fist.
-%
-When Chuck Norris does a pushup, he isn't lifting himself up, he's pushing the Earth down.
-%
-Chuck Norris is so fast, he can run around the world and punch himself in the back of the head.
-%
-Chuck Norris' hand is the only hand that can beat a Royal Flush.
-%
-Chuck Norris can lead a horse to water AND make it drink.
-%
-Chuck Norris doesnโt wear a watch. HE decides what time it is.
-%
-Chuck Norris can slam a revolving door.
-%
-Chuck Norris does not get frostbite. Chuck Norris bites frost.
-%
-Remember the Soviet Union? They decided to quit after watching a DeltaForce marathon on Satellite TV.
-%
-Contrary to popular belief, America is not a democracy, it is a Chucktatorship.
-%
-If you spell Chuck Norris in Scrabble, you win. Forever.
-%
-Guns don't kill people. Chuck Norris kills people.
-%
-There is no theory of evolution. Just a list of animals Chuck Norris allows to live.
-%
-The chief export of Chuck Norris is Pain.
-%
-Chuck Norris has two speeds. Walk, and Kill.
-%
-The leading causes of death in the United States are: 1. Heart Disease 2. Chuck Norris 3. Cancer.
-%
-Chuck Norris drives an ice cream truck covered in human skulls.
-%
-Chuck Norris is my Homeboy.
-%
-Chuck Norris doesn't go hunting.... CHUCK NORRIS GOES KILLING.
-%
-Chuck Norris uses pepper spray to spice up his steaks.
-%
-Chuck Norris once roundhouse kicked someone so hard that his foot broke the speed of light, went back in time, and killed Amelia Earhart while she was flying over the Pacific Ocean.
-%
-Crop circles are Chuck Norris' way of telling the world that sometimes corn needs to lie down.
-%
-Chuck Norris is ten feet tall, weighs two-tons, breathes fire, and could eat a hammer and take a shotgun blast standing.
-%
-The Great Wall of China was originally created to keep Chuck Norris out. It failed miserably.
-%
-Contrary to popular belief, Chuck Norris, not the box jellyfish of northern Australia, is the most venomous creature on earth.
-%
-Most people have 23 pairs of chromosomes. Chuck Norris has 72... and they're all poisonous.
-%
-If you ask Chuck Norris what time it is, he always says, "Two seconds 'til." After you ask, "Two seconds 'til what?" he roundhouse kicks you in the face.
-%
-When Chuck Norris sends in his taxes, he sends blank forms and includes only a picture of himself, crouched and ready to attack. Chuck Norris has not had to pay taxes, ever.
-%
-The quickest way to a man's heart is with Chuck Norris' fist.
-%
-Chuck Norris invented Kentucky Fried Chicken's famous secret recipe, with eleven herbs and spices. But nobody ever mentions the twelfth ingredient: Fear.
-%
-CNN was originally created as the "Chuck Norris Network" to update Americans with on-the-spot ass kicking in real-time.
-%
-Chuck Norris can win a game of Connect Four in only three moves.
-%
-What was going through the minds of all of Chuck Norris' victims before they died? His shoe.
-%
-Chuck Norris is the only man to ever defeat a brick wall in a game of tennis.
-%
-Police label anyone attacking Chuck Norris as a Code 45-11.... a suicide.
-%
-Chuck Norris doesn't churn butter. He roundhouse kicks the cows and the butter comes straight out.
-%
-Chuck Norris doesnโt wash his clothes, he disembowels them.
-%
-A Handicapped parking sign does not signify that this spot is for handicapped people. It is actually in fact a warning, that the spot belongs to Chuck Norris and that you will be handicapped if you park there.
-%
-Chuck Norris will attain statehood in 2009. His state flower will be the Magnolia.
-%
-Someone once videotaped Chuck Norris getting pissed off. It was called Walker: Texas Chain Saw Massacre.
-%
-Chuck Norris originally appeared in the "Street Fighter II" video game, but was removed by Beta Testers because every button caused him to do a roundhouse kick. When asked bout this "glitch," Norris replied, "That's no glitch."
-%
-Fool me once, shame on you. Fool Chuck Norris once and he will roundhouse you in the face.
-%
-Chuck Norris is waiting for Mt. St. Helens to erupt again. He's hoping the lava is hot enough to soften his beard so he can shave for the first time.
-%
-Chuck Norris is overra...
-%
-Chuck Norris was originally in Mortal Kombat, but that version was deleted because no one can beat Chuck Norris in a fight.
-%
-Chuck Norris likes everyone on the earth, cause everyone he didn't like... Is dead...
-%
-Chunk Norris can make sour milk turn fresh
-%
-There is no limbo, only a world that doesn't know of Chuck Norris
-%
-Chuck Norris CAN believe it's not butter
-%
-Dog the Bounty Hunter can't track Chuck Norris down.
-%
-Abraham Lincoln didn't die because he was shot, Chuck Norris roundhouse-kicked so fast his foot went back in time and killed Abraham Lincoln.
-%
-When Chuck Norris inhales helium, his voice doesn't change.
-%
-When Chuck Norris drinks water, the water automatically pasteurized.
-%
-Chuck Norris once punched the ground to stop an earthquake. The resulting aftershock caused the BP oil spill
-%
-Chuck Norris can play the death waltz with his chin.
-%
-When the Boogeyman goes to sleep every night, he checks his closet for Chuck Norris.
-%
-Chuck Norris doesn't read books. He stares them down until he gets the information he wants.
-%
-There is no theory of evolution. Just a list of creatures Chuck Norris has allowed to live.
-%
-Outer space exists because it's afraid to be on the same planet with Chuck Norris.
-%
-Chuck Norris does not sleep. He waits.
-%
-Chuck Norris is currently suing NBC, claiming Law and Order are trademarked names for his left and right legs.
-%
-Chuck Norris is the reason why Waldo is hiding.
-%
-Chuck Norris counted to infinity - twice.
-%
-There is no chin behind Chuck Norrisโ beard. There is only another fist.
-%
-When Chuck Norris does a pushup, he isn't lifting himself up, he's pushing the Earth down.
-%
-Chuck Norris is so fast, he can run around the world and punch himself in the back of the head.
-%
-Chuck Norris' hand is the only hand that can beat a Royal Flush.
-%
-Chuck Norris can lead a horse to water AND make it drink.
-%
-Chuck Norris doesnโt wear a watch. HE decides what time it is.
-%
-Chuck Norris can slam a revolving door.
-%
-Chuck Norris does not get frostbite. Chuck Norris bites frost.
-%
-Remember the Soviet Union? They decided to quit after watching a DeltaForce marathon on Satellite TV.
-%
-Contrary to popular belief, America is not a democracy, it is a Chucktatorship.
-%
-If you spell Chuck Norris in Scrabble, you win. Forever.
-%
-Guns don't kill people. Chuck Norris kills people.
-%
-There is no theory of evolution. Just a list of animals Chuck Norris allows to live.
-%
-The chief export of Chuck Norris is Pain.
-%
-Chuck Norris has two speeds. Walk, and Kill.
-%
-The leading causes of death in the United States are: 1. Heart Disease 2. Chuck Norris 3. Cancer.
-%
-Chuck Norris drives an ice cream truck covered in human skulls.
-%
-Chuck Norris is my Homeboy.
-%
-Chuck Norris doesn't go hunting.... CHUCK NORRIS GOES KILLING.
-%
-Chuck Norris uses pepper spray to spice up his steaks.
-%
-Chuck Norris once roundhouse kicked someone so hard that his foot broke the speed of light, went back in time, and killed Amelia Earhart while she was flying over the Pacific Ocean.
-%
-Crop circles are Chuck Norris' way of telling the world that sometimes corn needs to lie down.
-%
-Chuck Norris is ten feet tall, weighs two-tons, breathes fire, and could eat a hammer and take a shotgun blast standing.
-%
-The Great Wall of China was originally created to keep Chuck Norris out. It failed miserably.
-%
-Contrary to popular belief, Chuck Norris, not the box jellyfish of northern Australia, is the most venomous creature on earth.
-%
-Most people have 23 pairs of chromosomes. Chuck Norris has 72... and they're all poisonous.
-%
-If you ask Chuck Norris what time it is, he always says, "Two seconds 'til." After you ask, "Two seconds 'til what?" he roundhouse kicks you in the face.
-%
-When Chuck Norris sends in his taxes, he sends blank forms and includes only a picture of himself, crouched and ready to attack. Chuck Norris has not had to pay taxes, ever.
-%
-The quickest way to a man's heart is with Chuck Norris' fist.
-%
-Chuck Norris invented Kentucky Fried Chicken's famous secret recipe, with eleven herbs and spices. But nobody ever mentions the twelfth ingredient: Fear.
-%
-CNN was originally created as the "Chuck Norris Network" to update Americans with on-the-spot ass kicking in real-time.
-%
-Chuck Norris can win a game of Connect Four in only three moves.
-%
-What was going through the minds of all of Chuck Norris' victims before they died? His shoe.
-%
-Chuck Norris is the only man to ever defeat a brick wall in a game of tennis.
-%
-Police label anyone attacking Chuck Norris as a Code 45-11.... a suicide.
-%
-Chuck Norris doesn't churn butter. He roundhouse kicks the cows and the butter comes straight out.
-%
-Chuck Norris doesnโt wash his clothes, he disembowels them.
-%
-A Handicapped parking sign does not signify that this spot is for handicapped people. It is actually in fact a warning, that the spot belongs to Chuck Norris and that you will be handicapped if you park there.
-%
-Chuck Norris will attain statehood in 2009. His state flower will be the Magnolia.
-%
-Someone once videotaped Chuck Norris getting pissed off. It was called Walker: Texas Chain Saw Massacre.
-%
-Chuck Norris originally appeared in the "Street Fighter II" video game, but was removed by Beta Testers because every button caused him to do a roundhouse kick. When asked bout this "glitch," Norris replied, "That's no glitch."
-%
-Fool me once, shame on you. Fool Chuck Norris once and he will roundhouse you in the face.
-%
-More of a question than a fact: in a fight between Chuck Norris and Gordan Freeman who would win?
-%
-Chuck Norris once round-house kicked a salesman. Over the phone.
-%
-Chuck Norris can grill a popsicle
-%
-Chuck Norris' films are factual documentaries.
-%
-Casinos pay Chuck Norris not to play at anything or wish anyone good luck.
-%
-Chuck Norris once got a 200 yard punt return
-%
-Every line in a Chuck Norris haiku is "A roundhouse kick to the face." And they all have the correct number of syllables.
-%
-An angry glare from Chuck Norris is known to kill on the spot.
-%
-Evolution's driving mechanism is nature's desperate attempt to escape Chuck Norris.
-%
-When President Roosevelt dropped the atomic bomb on Hiroshima, he did so only because it was more human then sending Chuck Norris.
-%
-Don't get Chuck Norris angry, last time somebody did that Chuck Norris made the Grand Canyon.
-%
-In Texas, there are five sizes for fountain drinks: small, medium, large, Texas sized, and Chuck Norris Sized. It is a cup made of a human skull.
-%
-After Chuck counted to infinity the first time, he vowed to count to infinity a second time....by counting the bodies of those previously roundhoused.
-%
-When the Boogeyman goes to sleep every night, he checks his closet for Chuck Norris.
-%
-Chuck Norris doesn't read books. He stares them down until he gets the information he wants.
-%
-There is no theory of evolution. Just a list of creatures Chuck Norris has allowed to live.
-%
-Outer space exists because it's afraid to be on the same planet with Chuck Norris.
-%
-Chuck Norris does not sleep. He waits.
-%
-Chuck Norris is currently suing NBC, claiming Law and Order are trademarked names for his left and right legs.
-%
-Chuck Norris is the reason why Waldo is hiding.
-%
-Chuck Norris counted to infinity - twice.
-%
-There is no chin behind Chuck Norrisโ beard. There is only another fist.
-%
-When Chuck Norris does a pushup, he isn't lifting himself up, he's pushing the Earth down.
-%
-Chuck Norris is so fast, he can run around the world and punch himself in the back of the head.
-%
-Chuck Norris' hand is the only hand that can beat a Royal Flush.
-%
-Chuck Norris can lead a horse to water AND make it drink.
-%
-Chuck Norris doesnโt wear a watch. HE decides what time it is.
-%
-Chuck Norris can slam a revolving door.
-%
-Chuck Norris does not get frostbite. Chuck Norris bites frost.
-%
-Remember the Soviet Union? They decided to quit after watching a DeltaForce marathon on Satellite TV.
-%
-Contrary to popular belief, America is not a democracy, it is a Chucktatorship.
-%
-If you spell Chuck Norris in Scrabble, you win. Forever.
-%
-Guns don't kill people. Chuck Norris kills people.
-%
-There is no theory of evolution. Just a list of animals Chuck Norris allows to live.
-%
-The chief export of Chuck Norris is Pain.
-%
-Chuck Norris has two speeds. Walk, and Kill.
-%
-The leading causes of death in the United States are: 1. Heart Disease 2. Chuck Norris 3. Cancer.
-%
-Chuck Norris drives an ice cream truck covered in human skulls.
-%
-Chuck Norris is my Homeboy.
-%
-Chuck Norris doesn't go hunting.... CHUCK NORRIS GOES KILLING.
-%
-Chuck Norris uses pepper spray to spice up his steaks.
-%
-Chuck Norris once roundhouse kicked someone so hard that his foot broke the speed of light, went back in time, and killed Amelia Earhart while she was flying over the Pacific Ocean.
-%
-Crop circles are Chuck Norris' way of telling the world that sometimes corn needs to lie down.
-%
-Chuck Norris is ten feet tall, weighs two-tons, breathes fire, and could eat a hammer and take a shotgun blast standing.
-%
-The Great Wall of China was originally created to keep Chuck Norris out. It failed miserably.
-%
-Contrary to popular belief, Chuck Norris, not the box jellyfish of northern Australia, is the most venomous creature on earth.
-%
-Most people have 23 pairs of chromosomes. Chuck Norris has 72... and they're all poisonous.
-%
-If you ask Chuck Norris what time it is, he always says, "Two seconds 'til." After you ask, "Two seconds 'til what?" he roundhouse kicks you in the face.
-%
-When Chuck Norris sends in his taxes, he sends blank forms and includes only a picture of himself, crouched and ready to attack. Chuck Norris has not had to pay taxes, ever.
-%
-The quickest way to a man's heart is with Chuck Norris' fist.
-%
-Chuck Norris invented Kentucky Fried Chicken's famous secret recipe, with eleven herbs and spices. But nobody ever mentions the twelfth ingredient: Fear.
-%
-CNN was originally created as the "Chuck Norris Network" to update Americans with on-the-spot ass kicking in real-time.
-%
-Chuck Norris can win a game of Connect Four in only three moves.
-%
-What was going through the minds of all of Chuck Norris' victims before they died? His shoe.
-%
-Chuck Norris is the only man to ever defeat a brick wall in a game of tennis.
-%
-Police label anyone attacking Chuck Norris as a Code 45-11.... a suicide.
-%
-Chuck Norris doesn't churn butter. He roundhouse kicks the cows and the butter comes straight out.
-%
-Chuck Norris doesnโt wash his clothes, he disembowels them.
-%
-A Handicapped parking sign does not signify that this spot is for handicapped people. It is actually in fact a warning, that the spot belongs to Chuck Norris and that you will be handicapped if you park there.
-%
-Chuck Norris will attain statehood in 2009. His state flower will be the Magnolia.
-%
-Someone once videotaped Chuck Norris getting pissed off. It was called Walker: Texas Chain Saw Massacre.
-%
-Chuck Norris originally appeared in the "Street Fighter II" video game, but was removed by Beta Testers because every button caused him to do a roundhouse kick. When asked bout this "glitch," Norris replied, "That's no glitch."
-%
-Fool me once, shame on you. Fool Chuck Norris once and he will roundhouse you in the face.
-%
-Taking Karate Lessons = $100, Buying MMA DVD's= $150, Subscribing to a UFC event = $50, Getting a Roundhouse Kick from Chuck Norris = PRICELESS
-%
-Chuck Norris played the game of thrones and won
-%
-Chuck Norris doesn't need sunglasses, the sun needs Chuck Norris glasses
-%
-Chuck Norris doesn't call the wrong number, you just answer the wrong phone.
-%
-Chuck Norris once won the tour de france riding a " big wheel"
-%
-May the Force be with Chuck Norris... for it's own good.
-%
-Chuck Norris once played Duck Duck Goose with a group of Kindergarteners. Only one kid made it to first grade
-%
-During the Civil War Chuck Norris was a slave, his master would often beg him for mercy
-%
-Chuck Norris' glass is never half full or half empty. It stays full even after he takes a drink.
-%
- King Kong climbed the Empire State building in fear of Chuck Norris who was downstairs at the time.
-%
-Chuck Norris can French kiss his elbow.
-%
-Chuck Norris never trains, because he's Chuck Norris.
-%
-Every phobia known to man has a phobia of Chuck Norris
-%
-When the Boogeyman goes to sleep every night, he checks his closet for Chuck Norris.
-%
-Chuck Norris doesn't read books. He stares them down until he gets the information he wants.
-%
-There is no theory of evolution. Just a list of creatures Chuck Norris has allowed to live.
-%
-Outer space exists because it's afraid to be on the same planet with Chuck Norris.
-%
-Chuck Norris does not sleep. He waits.
-%
-Chuck Norris is currently suing NBC, claiming Law and Order are trademarked names for his left and right legs.
-%
-Chuck Norris is the reason why Waldo is hiding.
-%
-Chuck Norris counted to infinity - twice.
-%
-There is no chin behind Chuck Norrisโ beard. There is only another fist.
-%
-When Chuck Norris does a pushup, he isn't lifting himself up, he's pushing the Earth down.
-%
-Chuck Norris is so fast, he can run around the world and punch himself in the back of the head.
-%
-Chuck Norris' hand is the only hand that can beat a Royal Flush.
-%
-Chuck Norris can lead a horse to water AND make it drink.
-%
-Chuck Norris doesnโt wear a watch. HE decides what time it is.
-%
-Chuck Norris can slam a revolving door.
-%
-Chuck Norris does not get frostbite. Chuck Norris bites frost.
-%
-Remember the Soviet Union? They decided to quit after watching a DeltaForce marathon on Satellite TV.
-%
-Contrary to popular belief, America is not a democracy, it is a Chucktatorship.
-%
-If you spell Chuck Norris in Scrabble, you win. Forever.
-%
-Guns don't kill people. Chuck Norris kills people.
-%
-There is no theory of evolution. Just a list of animals Chuck Norris allows to live.
-%
-The chief export of Chuck Norris is Pain.
-%
-Chuck Norris has two speeds. Walk, and Kill.
-%
-The leading causes of death in the United States are: 1. Heart Disease 2. Chuck Norris 3. Cancer.
-%
-Chuck Norris drives an ice cream truck covered in human skulls.
-%
-Chuck Norris is my Homeboy.
-%
-Chuck Norris doesn't go hunting.... CHUCK NORRIS GOES KILLING.
-%
-Chuck Norris uses pepper spray to spice up his steaks.
-%
-Chuck Norris once roundhouse kicked someone so hard that his foot broke the speed of light, went back in time, and killed Amelia Earhart while she was flying over the Pacific Ocean.
-%
-Crop circles are Chuck Norris' way of telling the world that sometimes corn needs to lie down.
-%
-Chuck Norris is ten feet tall, weighs two-tons, breathes fire, and could eat a hammer and take a shotgun blast standing.
-%
-The Great Wall of China was originally created to keep Chuck Norris out. It failed miserably.
-%
-Contrary to popular belief, Chuck Norris, not the box jellyfish of northern Australia, is the most venomous creature on earth.
-%
-Most people have 23 pairs of chromosomes. Chuck Norris has 72... and they're all poisonous.
-%
-If you ask Chuck Norris what time it is, he always says, "Two seconds 'til." After you ask, "Two seconds 'til what?" he roundhouse kicks you in the face.
-%
-When Chuck Norris sends in his taxes, he sends blank forms and includes only a picture of himself, crouched and ready to attack. Chuck Norris has not had to pay taxes, ever.
-%
-The quickest way to a man's heart is with Chuck Norris' fist.
-%
-Chuck Norris invented Kentucky Fried Chicken's famous secret recipe, with eleven herbs and spices. But nobody ever mentions the twelfth ingredient: Fear.
-%
-CNN was originally created as the "Chuck Norris Network" to update Americans with on-the-spot ass kicking in real-time.
-%
-Chuck Norris can win a game of Connect Four in only three moves.
-%
-What was going through the minds of all of Chuck Norris' victims before they died? His shoe.
-%
-Chuck Norris is the only man to ever defeat a brick wall in a game of tennis.
-%
-Police label anyone attacking Chuck Norris as a Code 45-11.... a suicide.
-%
-Chuck Norris doesn't churn butter. He roundhouse kicks the cows and the butter comes straight out.
-%
-Chuck Norris doesnโt wash his clothes, he disembowels them.
-%
-A Handicapped parking sign does not signify that this spot is for handicapped people. It is actually in fact a warning, that the spot belongs to Chuck Norris and that you will be handicapped if you park there.
-%
-Chuck Norris will attain statehood in 2009. His state flower will be the Magnolia.
-%
-Someone once videotaped Chuck Norris getting pissed off. It was called Walker: Texas Chain Saw Massacre.
-%
-Chuck Norris originally appeared in the "Street Fighter II" video game, but was removed by Beta Testers because every button caused him to do a roundhouse kick. When asked bout this "glitch," Norris replied, "That's no glitch."
-%
-Fool me once, shame on you. Fool Chuck Norris once and he will roundhouse you in the face.
-%
-Once upon a time, Chuck Norris found himself in a town called Shit Creek.....He opened a Paddle Store.
-%
-Chuck Norris Can Power Solar Panels. At Night.
-%
-When Betty White gets angry, she turns into the Hulk. When Valerie Bertinelli gets mad, she turns into Chuck Norris.
-%
-Chuck Norris is so hard, he uses diamonds as stress balls.
-%
-Chuck Norris can roundhouse kick someone through a window without breaking the glass
-%
-Chuck Norris. Enough said.
-%
-The letters in Chuck Norris cannot be unscrambled.
-%
-Chuck Norris once taught a class of martial arts.Unfortunately Chuck had forgiven to take elephant tranquilizers and killed every one just by saluting
-%
-Chuck Norris was heard in a soundproof room!
-%
-Chuck Norris can see in 3D with just one eye.
-%
-Chuck Norris owns all number 1 pencils.
-%
-Staring at Chuck Norris for extended periods of time without proper eye protection will cause blindess, and possibly foot sized brusies on the face.
-%
-Chuck Norris doesnโt brew up tea. He sucks the bag.
-%
-When the Boogeyman goes to sleep every night, he checks his closet for Chuck Norris.
-%
-Chuck Norris doesn't read books. He stares them down until he gets the information he wants.
-%
-There is no theory of evolution. Just a list of creatures Chuck Norris has allowed to live.
-%
-Outer space exists because it's afraid to be on the same planet with Chuck Norris.
-%
-Chuck Norris does not sleep. He waits.
-%
-Chuck Norris is currently suing NBC, claiming Law and Order are trademarked names for his left and right legs.
-%
-Chuck Norris is the reason why Waldo is hiding.
-%
-Chuck Norris counted to infinity - twice.
-%
-There is no chin behind Chuck Norrisโ beard. There is only another fist.
-%
-When Chuck Norris does a pushup, he isn't lifting himself up, he's pushing the Earth down.
-%
-Chuck Norris is so fast, he can run around the world and punch himself in the back of the head.
-%
-Chuck Norris' hand is the only hand that can beat a Royal Flush.
-%
-Chuck Norris can lead a horse to water AND make it drink.
-%
-Chuck Norris doesnโt wear a watch. HE decides what time it is.
-%
-Chuck Norris can slam a revolving door.
-%
-Chuck Norris does not get frostbite. Chuck Norris bites frost.
-%
-Remember the Soviet Union? They decided to quit after watching a DeltaForce marathon on Satellite TV.
-%
-Contrary to popular belief, America is not a democracy, it is a Chucktatorship.
-%
-If you spell Chuck Norris in Scrabble, you win. Forever.
-%
-Guns don't kill people. Chuck Norris kills people.
-%
-There is no theory of evolution. Just a list of animals Chuck Norris allows to live.
-%
-The chief export of Chuck Norris is Pain.
-%
-Chuck Norris has two speeds. Walk, and Kill.
-%
-The leading causes of death in the United States are: 1. Heart Disease 2. Chuck Norris 3. Cancer.
-%
-Chuck Norris drives an ice cream truck covered in human skulls.
-%
-Chuck Norris is my Homeboy.
-%
-Chuck Norris doesn't go hunting.... CHUCK NORRIS GOES KILLING.
-%
-Chuck Norris uses pepper spray to spice up his steaks.
-%
-Chuck Norris once roundhouse kicked someone so hard that his foot broke the speed of light, went back in time, and killed Amelia Earhart while she was flying over the Pacific Ocean.
-%
-Crop circles are Chuck Norris' way of telling the world that sometimes corn needs to lie down.
-%
-Chuck Norris is ten feet tall, weighs two-tons, breathes fire, and could eat a hammer and take a shotgun blast standing.
-%
-The Great Wall of China was originally created to keep Chuck Norris out. It failed miserably.
-%
-Contrary to popular belief, Chuck Norris, not the box jellyfish of northern Australia, is the most venomous creature on earth.
-%
-Most people have 23 pairs of chromosomes. Chuck Norris has 72... and they're all poisonous.
-%
-If you ask Chuck Norris what time it is, he always says, "Two seconds 'til." After you ask, "Two seconds 'til what?" he roundhouse kicks you in the face.
-%
-When Chuck Norris sends in his taxes, he sends blank forms and includes only a picture of himself, crouched and ready to attack. Chuck Norris has not had to pay taxes, ever.
-%
-The quickest way to a man's heart is with Chuck Norris' fist.
-%
-Chuck Norris invented Kentucky Fried Chicken's famous secret recipe, with eleven herbs and spices. But nobody ever mentions the twelfth ingredient: Fear.
-%
-CNN was originally created as the "Chuck Norris Network" to update Americans with on-the-spot ass kicking in real-time.
-%
-Chuck Norris can win a game of Connect Four in only three moves.
-%
-What was going through the minds of all of Chuck Norris' victims before they died? His shoe.
-%
-Chuck Norris is the only man to ever defeat a brick wall in a game of tennis.
-%
-Police label anyone attacking Chuck Norris as a Code 45-11.... a suicide.
-%
-Chuck Norris doesn't churn butter. He roundhouse kicks the cows and the butter comes straight out.
-%
-Chuck Norris doesnโt wash his clothes, he disembowels them.
-%
-A Handicapped parking sign does not signify that this spot is for handicapped people. It is actually in fact a warning, that the spot belongs to Chuck Norris and that you will be handicapped if you park there.
-%
-Chuck Norris will attain statehood in 2009. His state flower will be the Magnolia.
-%
-Someone once videotaped Chuck Norris getting pissed off. It was called Walker: Texas Chain Saw Massacre.
-%
-Chuck Norris originally appeared in the "Street Fighter II" video game, but was removed by Beta Testers because every button caused him to do a roundhouse kick. When asked bout this "glitch," Norris replied, "That's no glitch."
-%
-Fool me once, shame on you. Fool Chuck Norris once and he will roundhouse you in the face.
-%
-They say death by a 1000 lashes was the most painful way to die, that was before they got roundhouse kicked in the face by Chuck Norris
-%
-Chuck Norris made a statue bleed.
-%
-Dead bodies were found of people that are still alive. These people will cross Chuck Norris in the future and will be round-house kicked back in time.
-%
-The reason why batman only comes out at night is because he's afraid he might encounter Chuck Norris in the Morning and afternoon.
-%
-The kids said when Chuck was eating Trix cereal ยดยดsilly Chuck, Trix are for kidsยดยด...what happened next?..............................Darfur happened.
-%
-Chuck Norris can roundhouse-kick round houses into squares.
-%
-Chuck Norris is allowed two carry-ons.
-%
-Chuck Norris can divide by zero.
-%
-Chuck Norris does not have a cell phone because he hears everything
-%
-Chuck Norris isn't appropriate...appropriate isn't Chuck Norris
-%
-Earth's rotation is purely governed by the direction that Chuck Norris is walking.
-%
-Chuck Norris drowned a man ON LAND.
-%
-The Jone's are trying to keep up with Chuck Norris
-%
-When the Boogeyman goes to sleep every night, he checks his closet for Chuck Norris.
-%
-Chuck Norris doesn't read books. He stares them down until he gets the information he wants.
-%
-There is no theory of evolution. Just a list of creatures Chuck Norris has allowed to live.
-%
-Outer space exists because it's afraid to be on the same planet with Chuck Norris.
-%
-Chuck Norris does not sleep. He waits.
-%
-Chuck Norris is currently suing NBC, claiming Law and Order are trademarked names for his left and right legs.
-%
-Chuck Norris is the reason why Waldo is hiding.
-%
-Chuck Norris counted to infinity - twice.
-%
-There is no chin behind Chuck Norrisโ beard. There is only another fist.
-%
-When Chuck Norris does a pushup, he isn't lifting himself up, he's pushing the Earth down.
-%
-Chuck Norris is so fast, he can run around the world and punch himself in the back of the head.
-%
-Chuck Norris' hand is the only hand that can beat a Royal Flush.
-%
-Chuck Norris can lead a horse to water AND make it drink.
-%
-Chuck Norris doesnโt wear a watch. HE decides what time it is.
-%
-Chuck Norris can slam a revolving door.
-%
-Chuck Norris does not get frostbite. Chuck Norris bites frost.
-%
-Remember the Soviet Union? They decided to quit after watching a DeltaForce marathon on Satellite TV.
-%
-Contrary to popular belief, America is not a democracy, it is a Chucktatorship.
-%
-If you spell Chuck Norris in Scrabble, you win. Forever.
-%
-Guns don't kill people. Chuck Norris kills people.
-%
-There is no theory of evolution. Just a list of animals Chuck Norris allows to live.
-%
-The chief export of Chuck Norris is Pain.
-%
-Chuck Norris has two speeds. Walk, and Kill.
-%
-The leading causes of death in the United States are: 1. Heart Disease 2. Chuck Norris 3. Cancer.
-%
-Chuck Norris drives an ice cream truck covered in human skulls.
-%
-Chuck Norris is my Homeboy.
-%
-Chuck Norris doesn't go hunting.... CHUCK NORRIS GOES KILLING.
-%
-Chuck Norris uses pepper spray to spice up his steaks.
-%
-Chuck Norris once roundhouse kicked someone so hard that his foot broke the speed of light, went back in time, and killed Amelia Earhart while she was flying over the Pacific Ocean.
-%
-Crop circles are Chuck Norris' way of telling the world that sometimes corn needs to lie down.
-%
-Chuck Norris is ten feet tall, weighs two-tons, breathes fire, and could eat a hammer and take a shotgun blast standing.
-%
-The Great Wall of China was originally created to keep Chuck Norris out. It failed miserably.
-%
-Contrary to popular belief, Chuck Norris, not the box jellyfish of northern Australia, is the most venomous creature on earth.
-%
-Most people have 23 pairs of chromosomes. Chuck Norris has 72... and they're all poisonous.
-%
-If you ask Chuck Norris what time it is, he always says, "Two seconds 'til." After you ask, "Two seconds 'til what?" he roundhouse kicks you in the face.
-%
-When Chuck Norris sends in his taxes, he sends blank forms and includes only a picture of himself, crouched and ready to attack. Chuck Norris has not had to pay taxes, ever.
-%
-The quickest way to a man's heart is with Chuck Norris' fist.
-%
-Chuck Norris invented Kentucky Fried Chicken's famous secret recipe, with eleven herbs and spices. But nobody ever mentions the twelfth ingredient: Fear.
-%
-CNN was originally created as the "Chuck Norris Network" to update Americans with on-the-spot ass kicking in real-time.
-%
-Chuck Norris can win a game of Connect Four in only three moves.
-%
-What was going through the minds of all of Chuck Norris' victims before they died? His shoe.
-%
-Chuck Norris is the only man to ever defeat a brick wall in a game of tennis.
-%
-Police label anyone attacking Chuck Norris as a Code 45-11.... a suicide.
-%
-Chuck Norris doesn't churn butter. He roundhouse kicks the cows and the butter comes straight out.
-%
-Chuck Norris doesnโt wash his clothes, he disembowels them.
-%
-A Handicapped parking sign does not signify that this spot is for handicapped people. It is actually in fact a warning, that the spot belongs to Chuck Norris and that you will be handicapped if you park there.
-%
-Chuck Norris will attain statehood in 2009. His state flower will be the Magnolia.
-%
-Someone once videotaped Chuck Norris getting pissed off. It was called Walker: Texas Chain Saw Massacre.
-%
-Chuck Norris originally appeared in the "Street Fighter II" video game, but was removed by Beta Testers because every button caused him to do a roundhouse kick. When asked bout this "glitch," Norris replied, "That's no glitch."
-%
-Fool me once, shame on you. Fool Chuck Norris once and he will roundhouse you in the face.
-%
-Chuck Norris bowled a 301 after constructing another pin out of his beard hair
-%
-The only reason that USA lost the 2011 world cup to Japan is because Chuck Norris wasn't there.
-%
-Unlike Jack Bauer, Chuck Norris doesn't need bullets. A quick roundhouse to the face kills twice as fast.
-%
-There is no such thing as global warming. Chuck Norris was cold, so he turned the sun up.
-%
-Chuck Norris' dog pick up after him.
-%
-Jedis are now taught to use the "Chuck"
-%
-Chuck Norris dosent carry a list. He always knows what to do.
-%
-When Chuck Norris performs a roundhouse kick, he's actually measuring the circumference of the universe.
-%
-Walker: Texas Ranger went into syndication before the first episode was shot.
-%
-Chuck Norris doesn't throw up if he drinks too much. Chuck Norris throws down!
-%
-"Walker Texas Ranger: The Movie 3-D" was considered by Warner Brothers; however the technology to create the visual effects will never be possible.
-%
-When Chuck Norris creates a login, it tells him "password not strong enough", he types in his name and it tells him "password too strong."
-%
-Chuck Norris isn't allowed at the zoo because when he's there the animals are terriefied to come out their cages
-%
-When the Boogeyman goes to sleep every night, he checks his closet for Chuck Norris.
-%
-Chuck Norris doesn't read books. He stares them down until he gets the information he wants.
-%
-There is no theory of evolution. Just a list of creatures Chuck Norris has allowed to live.
-%
-Outer space exists because it's afraid to be on the same planet with Chuck Norris.
-%
-Chuck Norris does not sleep. He waits.
-%
-Chuck Norris is currently suing NBC, claiming Law and Order are trademarked names for his left and right legs.
-%
-Chuck Norris is the reason why Waldo is hiding.
-%
-Chuck Norris counted to infinity - twice.
-%
-There is no chin behind Chuck Norrisโ beard. There is only another fist.
-%
-When Chuck Norris does a pushup, he isn't lifting himself up, he's pushing the Earth down.
-%
-Chuck Norris is so fast, he can run around the world and punch himself in the back of the head.
-%
-Chuck Norris' hand is the only hand that can beat a Royal Flush.
-%
-Chuck Norris can lead a horse to water AND make it drink.
-%
-Chuck Norris doesnโt wear a watch. HE decides what time it is.
-%
-Chuck Norris can slam a revolving door.
-%
-Chuck Norris does not get frostbite. Chuck Norris bites frost.
-%
-Remember the Soviet Union? They decided to quit after watching a DeltaForce marathon on Satellite TV.
-%
-Contrary to popular belief, America is not a democracy, it is a Chucktatorship.
-%
-If you spell Chuck Norris in Scrabble, you win. Forever.
-%
-Guns don't kill people. Chuck Norris kills people.
-%
-There is no theory of evolution. Just a list of animals Chuck Norris allows to live.
-%
-The chief export of Chuck Norris is Pain.
-%
-Chuck Norris has two speeds. Walk, and Kill.
-%
-The leading causes of death in the United States are: 1. Heart Disease 2. Chuck Norris 3. Cancer.
-%
-Chuck Norris drives an ice cream truck covered in human skulls.
-%
-Chuck Norris is my Homeboy.
-%
-Chuck Norris doesn't go hunting.... CHUCK NORRIS GOES KILLING.
-%
-Chuck Norris uses pepper spray to spice up his steaks.
-%
-Chuck Norris once roundhouse kicked someone so hard that his foot broke the speed of light, went back in time, and killed Amelia Earhart while she was flying over the Pacific Ocean.
-%
-Crop circles are Chuck Norris' way of telling the world that sometimes corn needs to lie down.
-%
-Chuck Norris is ten feet tall, weighs two-tons, breathes fire, and could eat a hammer and take a shotgun blast standing.
-%
-The Great Wall of China was originally created to keep Chuck Norris out. It failed miserably.
-%
-Contrary to popular belief, Chuck Norris, not the box jellyfish of northern Australia, is the most venomous creature on earth.
-%
-Most people have 23 pairs of chromosomes. Chuck Norris has 72... and they're all poisonous.
-%
-If you ask Chuck Norris what time it is, he always says, "Two seconds 'til." After you ask, "Two seconds 'til what?" he roundhouse kicks you in the face.
-%
-When Chuck Norris sends in his taxes, he sends blank forms and includes only a picture of himself, crouched and ready to attack. Chuck Norris has not had to pay taxes, ever.
-%
-The quickest way to a man's heart is with Chuck Norris' fist.
-%
-Chuck Norris invented Kentucky Fried Chicken's famous secret recipe, with eleven herbs and spices. But nobody ever mentions the twelfth ingredient: Fear.
-%
-CNN was originally created as the "Chuck Norris Network" to update Americans with on-the-spot ass kicking in real-time.
-%
-Chuck Norris can win a game of Connect Four in only three moves.
-%
-What was going through the minds of all of Chuck Norris' victims before they died? His shoe.
-%
-Chuck Norris is the only man to ever defeat a brick wall in a game of tennis.
-%
-Police label anyone attacking Chuck Norris as a Code 45-11.... a suicide.
-%
-Chuck Norris doesn't churn butter. He roundhouse kicks the cows and the butter comes straight out.
-%
-Chuck Norris doesnโt wash his clothes, he disembowels them.
-%
-A Handicapped parking sign does not signify that this spot is for handicapped people. It is actually in fact a warning, that the spot belongs to Chuck Norris and that you will be handicapped if you park there.
-%
-Chuck Norris will attain statehood in 2009. His state flower will be the Magnolia.
-%
-Someone once videotaped Chuck Norris getting pissed off. It was called Walker: Texas Chain Saw Massacre.
-%
-Chuck Norris originally appeared in the "Street Fighter II" video game, but was removed by Beta Testers because every button caused him to do a roundhouse kick. When asked bout this "glitch," Norris replied, "That's no glitch."
-%
-Fool me once, shame on you. Fool Chuck Norris once and he will roundhouse you in the face.
-%
-Aliens fear that Chuck Norris might abduct them.
-%
-Chuck Norris splattered tiger blood and Adonis' dna on Charlie Sheen with 1 roundhouse kick!
-%
-How much wood could a woodchuck chuck if a woodchuck could chuck wood? No woodchuck could chuck Chuck's wood!
-%
-The sun only rises every morning because Chuck Norris allows it to.
-%
-Chuck Norris can do a regime change with a roundhouse kick.
-%
-Chuck Norris CAN spell with an I before E even after C.
-%
-Ghosts can see Chuck Norris
-%
-The answer to life, the universe and everything isnt 42. It's Chuck Norris.
-%
-When Chuck Norris pokes the Pillsbury Doughboy, it's not a laughing matter.
-%
-Chuck Norris once thought he was wrong. He was, however, mistaken.
-%
-Ever wonder what really happened to the dinosaurs? They all dug their own graves when they heard Chuck Norris was coming
-%
"The wind cries Chuck Norris"
%
-Chuck Norris doesn't need a bulletproof vest. He catches them with his bare hands.
-%
-When the Boogeyman goes to sleep every night, he checks his closet for Chuck Norris.
-%
-Chuck Norris doesn't read books. He stares them down until he gets the information he wants.
-%
-There is no theory of evolution. Just a list of creatures Chuck Norris has allowed to live.
-%
-Outer space exists because it's afraid to be on the same planet with Chuck Norris.
-%
-Chuck Norris does not sleep. He waits.
-%
-Chuck Norris is currently suing NBC, claiming Law and Order are trademarked names for his left and right legs.
-%
-Chuck Norris is the reason why Waldo is hiding.
-%
-Chuck Norris counted to infinity - twice.
-%
-There is no chin behind Chuck Norrisโ beard. There is only another fist.
-%
-When Chuck Norris does a pushup, he isn't lifting himself up, he's pushing the Earth down.
-%
-Chuck Norris is so fast, he can run around the world and punch himself in the back of the head.
-%
-Chuck Norris' hand is the only hand that can beat a Royal Flush.
-%
-Chuck Norris can lead a horse to water AND make it drink.
-%
-Chuck Norris doesnโt wear a watch. HE decides what time it is.
-%
-Chuck Norris can slam a revolving door.
-%
-Chuck Norris does not get frostbite. Chuck Norris bites frost.
-%
-Remember the Soviet Union? They decided to quit after watching a DeltaForce marathon on Satellite TV.
-%
-Contrary to popular belief, America is not a democracy, it is a Chucktatorship.
-%
-If you spell Chuck Norris in Scrabble, you win. Forever.
-%
-Guns don't kill people. Chuck Norris kills people.
-%
-There is no theory of evolution. Just a list of animals Chuck Norris allows to live.
-%
-The chief export of Chuck Norris is Pain.
-%
-Chuck Norris has two speeds. Walk, and Kill.
-%
-The leading causes of death in the United States are: 1. Heart Disease 2. Chuck Norris 3. Cancer.
-%
-Chuck Norris drives an ice cream truck covered in human skulls.
-%
-Chuck Norris is my Homeboy.
-%
-Chuck Norris doesn't go hunting.... CHUCK NORRIS GOES KILLING.
-%
-Chuck Norris uses pepper spray to spice up his steaks.
-%
-Chuck Norris once roundhouse kicked someone so hard that his foot broke the speed of light, went back in time, and killed Amelia Earhart while she was flying over the Pacific Ocean.
-%
-Crop circles are Chuck Norris' way of telling the world that sometimes corn needs to lie down.
-%
-Chuck Norris is ten feet tall, weighs two-tons, breathes fire, and could eat a hammer and take a shotgun blast standing.
-%
-The Great Wall of China was originally created to keep Chuck Norris out. It failed miserably.
-%
-Contrary to popular belief, Chuck Norris, not the box jellyfish of northern Australia, is the most venomous creature on earth.
-%
-Most people have 23 pairs of chromosomes. Chuck Norris has 72... and they're all poisonous.
-%
-If you ask Chuck Norris what time it is, he always says, "Two seconds 'til." After you ask, "Two seconds 'til what?" he roundhouse kicks you in the face.
-%
-When Chuck Norris sends in his taxes, he sends blank forms and includes only a picture of himself, crouched and ready to attack. Chuck Norris has not had to pay taxes, ever.
-%
-The quickest way to a man's heart is with Chuck Norris' fist.
-%
-Chuck Norris invented Kentucky Fried Chicken's famous secret recipe, with eleven herbs and spices. But nobody ever mentions the twelfth ingredient: Fear.
-%
-CNN was originally created as the "Chuck Norris Network" to update Americans with on-the-spot ass kicking in real-time.
-%
-Chuck Norris can win a game of Connect Four in only three moves.
-%
-What was going through the minds of all of Chuck Norris' victims before they died? His shoe.
-%
-Chuck Norris is the only man to ever defeat a brick wall in a game of tennis.
-%
-Police label anyone attacking Chuck Norris as a Code 45-11.... a suicide.
-%
-Chuck Norris doesn't churn butter. He roundhouse kicks the cows and the butter comes straight out.
-%
-Chuck Norris doesnโt wash his clothes, he disembowels them.
+"Walker Texas Ranger: The Movie 3-D" was considered by Warner Brothers; however the technology to create the visual effects will never be possible.
%
A Handicapped parking sign does not signify that this spot is for handicapped people. It is actually in fact a warning, that the spot belongs to Chuck Norris and that you will be handicapped if you park there.
%
-Chuck Norris will attain statehood in 2009. His state flower will be the Magnolia.
-%
-Someone once videotaped Chuck Norris getting pissed off. It was called Walker: Texas Chain Saw Massacre.
-%
-Chuck Norris originally appeared in the "Street Fighter II" video game, but was removed by Beta Testers because every button caused him to do a roundhouse kick. When asked bout this "glitch," Norris replied, "That's no glitch."
-%
-Fool me once, shame on you. Fool Chuck Norris once and he will roundhouse you in the face.
-%
-Chuck Norris: even Naruto can't believe it
-%
-Chuck Norris can fit 10 gallons of water in a 5 gallon water bucket
-%
-Chuck Norris roundhouse kicks people in the face first and asks questions later.
-%
-Chuck Norris is the only one who can tear a facebook page!
-%
-Chuck Norris doesn't need air, he is air
-%
-Chuck Norris once tried to teach a fat, stupid kid Martial Arts. Unsuccessfully. The kid grew up to be Steven Seagal.
+Abraham Lincoln didn't die because he was shot, Chuck Norris roundhouse-kicked so fast his foot went back in time and killed Abraham Lincoln.
%
Achievement Unlocked: Chuck Norris of Death
%
-Chuck Norris is the ghost in paranormal activity.
+After Chuck counted to infinity the first time, he vowed to count to infinity a second time....by counting the bodies of those previously roundhoused.
%
-Chuck Norris can't get fired by Donald Trump
+Aliens fear that Chuck Norris might abduct them.
%
-Ozzy Osbourne once accidentally bit the head off a live bat - Chuck Norris once deliberately bit the head off a live pterodactyl.
+An angry glare from Chuck Norris is known to kill on the spot.
%
-Note to self: Donโt be the cashier to tell Chuck Norris his coupons have expired.
+Behind every successful man is Chuck Norris.
%
-Chuck Norris was what Willis was talking about.
+Beware of dogs... Dogs, beware of Chuck Norris.
%
-Chuck Norris is entitiled to his own facts.
-%
-When the Boogeyman goes to sleep every night, he checks his closet for Chuck Norris.
-%
-Chuck Norris doesn't read books. He stares them down until he gets the information he wants.
-%
-There is no theory of evolution. Just a list of creatures Chuck Norris has allowed to live.
-%
-Outer space exists because it's afraid to be on the same planet with Chuck Norris.
-%
-Chuck Norris does not sleep. He waits.
-%
-Chuck Norris is currently suing NBC, claiming Law and Order are trademarked names for his left and right legs.
-%
-Chuck Norris is the reason why Waldo is hiding.
-%
-Chuck Norris counted to infinity - twice.
-%
-There is no chin behind Chuck Norrisโ beard. There is only another fist.
-%
-When Chuck Norris does a pushup, he isn't lifting himself up, he's pushing the Earth down.
-%
-Chuck Norris is so fast, he can run around the world and punch himself in the back of the head.
-%
-Chuck Norris' hand is the only hand that can beat a Royal Flush.
-%
-Chuck Norris can lead a horse to water AND make it drink.
-%
-Chuck Norris doesnโt wear a watch. HE decides what time it is.
-%
-Chuck Norris can slam a revolving door.
-%
-Chuck Norris does not get frostbite. Chuck Norris bites frost.
-%
-Remember the Soviet Union? They decided to quit after watching a DeltaForce marathon on Satellite TV.
-%
-Contrary to popular belief, America is not a democracy, it is a Chucktatorship.
-%
-If you spell Chuck Norris in Scrabble, you win. Forever.
-%
-Guns don't kill people. Chuck Norris kills people.
-%
-There is no theory of evolution. Just a list of animals Chuck Norris allows to live.
-%
-The chief export of Chuck Norris is Pain.
-%
-Chuck Norris has two speeds. Walk, and Kill.
-%
-The leading causes of death in the United States are: 1. Heart Disease 2. Chuck Norris 3. Cancer.
-%
-Chuck Norris drives an ice cream truck covered in human skulls.
-%
-Chuck Norris is my Homeboy.
-%
-Chuck Norris doesn't go hunting.... CHUCK NORRIS GOES KILLING.
-%
-Chuck Norris uses pepper spray to spice up his steaks.
-%
-Chuck Norris once roundhouse kicked someone so hard that his foot broke the speed of light, went back in time, and killed Amelia Earhart while she was flying over the Pacific Ocean.
-%
-Crop circles are Chuck Norris' way of telling the world that sometimes corn needs to lie down.
-%
-Chuck Norris is ten feet tall, weighs two-tons, breathes fire, and could eat a hammer and take a shotgun blast standing.
-%
-The Great Wall of China was originally created to keep Chuck Norris out. It failed miserably.
-%
-Contrary to popular belief, Chuck Norris, not the box jellyfish of northern Australia, is the most venomous creature on earth.
-%
-Most people have 23 pairs of chromosomes. Chuck Norris has 72... and they're all poisonous.
-%
-If you ask Chuck Norris what time it is, he always says, "Two seconds 'til." After you ask, "Two seconds 'til what?" he roundhouse kicks you in the face.
-%
-When Chuck Norris sends in his taxes, he sends blank forms and includes only a picture of himself, crouched and ready to attack. Chuck Norris has not had to pay taxes, ever.
-%
-The quickest way to a man's heart is with Chuck Norris' fist.
-%
-Chuck Norris invented Kentucky Fried Chicken's famous secret recipe, with eleven herbs and spices. But nobody ever mentions the twelfth ingredient: Fear.
+Bruce Lee didn't defeat Chuck Norris. Chuck hit Bruce with a Delayed roundhouse kick that was so fast that Lee only felt the impact a year later!
%
CNN was originally created as the "Chuck Norris Network" to update Americans with on-the-spot ass kicking in real-time.
%
-Chuck Norris can win a game of Connect Four in only three moves.
+Casinos pay Chuck Norris not to play at anything or wish anyone good luck.
%
-What was going through the minds of all of Chuck Norris' victims before they died? His shoe.
-%
-Chuck Norris is the only man to ever defeat a brick wall in a game of tennis.
-%
-Police label anyone attacking Chuck Norris as a Code 45-11.... a suicide.
-%
-Chuck Norris doesn't churn butter. He roundhouse kicks the cows and the butter comes straight out.
-%
-Chuck Norris doesnโt wash his clothes, he disembowels them.
-%
-A Handicapped parking sign does not signify that this spot is for handicapped people. It is actually in fact a warning, that the spot belongs to Chuck Norris and that you will be handicapped if you park there.
-%
-Chuck Norris will attain statehood in 2009. His state flower will be the Magnolia.
-%
-Someone once videotaped Chuck Norris getting pissed off. It was called Walker: Texas Chain Saw Massacre.
-%
-Chuck Norris originally appeared in the "Street Fighter II" video game, but was removed by Beta Testers because every button caused him to do a roundhouse kick. When asked bout this "glitch," Norris replied, "That's no glitch."
-%
-Fool me once, shame on you. Fool Chuck Norris once and he will roundhouse you in the face.
-%
-While visiting the hexagon, Chuck Norris was asked to demonstrate his famous roundhouse kick. Henceforth, it has been known as the Pentagon.
-%
-When Chuck Norris played the card game War with a friend, France surrendered.
-%
-If Goliath listened to Chuck Norris he would have won.
-%
-Chuck Norris can defuse bomb even if he cut the wrong wire
-%
-Chuck Norris sleeps in Seattle.
-%
-Chuck Norris shot a man with a knife
-%
-The dictionary references Chuck Norris several times, he is metioned under Fear, Law, Order and Chucktatorship.
+Chuck Norris - the new standard.
%
Chuck Norris CAN balance the light-switch between ON and OFF.
%
-If Chuck was ever captured, he could win a game of Russian Roulette with six bullets in the revolver, he would shoot everyone else!
+Chuck Norris CAN believe it's not butter.
%
-In a rain storm Chuck Norris stays dry. Rain drops are scared to hit him.
+Chuck Norris CAN spell with an I before E even after C.
%
-Chuck Norris is the reason tumbleweeds tumble
+Chuck Norris can play the theme from the Twilight Zone with his beard.
%
-The Earth was almost destroyed by a 50 km wide asteroid in 1984, but Chuck Norris roundhouse kicked it into the Sun.
+Chuck Norris can power solar panels. At night.
%
-Chuck Norris can terminate a repeating decimal.
+Chuck Norris watches "the Nat.Geo. Specials" on Discovery Channel.
%
-When the Boogeyman goes to sleep every night, he checks his closet for Chuck Norris.
-%
-Chuck Norris doesn't read books. He stares them down until he gets the information he wants.
-%
-There is no theory of evolution. Just a list of creatures Chuck Norris has allowed to live.
-%
-Outer space exists because it's afraid to be on the same planet with Chuck Norris.
-%
-Chuck Norris does not sleep. He waits.
-%
-Chuck Norris is currently suing NBC, claiming Law and Order are trademarked names for his left and right legs.
-%
-Chuck Norris is the reason why Waldo is hiding.
-%
-Chuck Norris counted to infinity - twice.
-%
-There is no chin behind Chuck Norrisโ beard. There is only another fist.
-%
-When Chuck Norris does a pushup, he isn't lifting himself up, he's pushing the Earth down.
-%
-Chuck Norris is so fast, he can run around the world and punch himself in the back of the head.
-%
-Chuck Norris' hand is the only hand that can beat a Royal Flush.
-%
-Chuck Norris can lead a horse to water AND make it drink.
-%
-Chuck Norris doesnโt wear a watch. HE decides what time it is.
-%
-Chuck Norris can slam a revolving door.
-%
-Chuck Norris does not get frostbite. Chuck Norris bites frost.
-%
-Remember the Soviet Union? They decided to quit after watching a DeltaForce marathon on Satellite TV.
-%
-Contrary to popular belief, America is not a democracy, it is a Chucktatorship.
-%
-If you spell Chuck Norris in Scrabble, you win. Forever.
-%
-Guns don't kill people. Chuck Norris kills people.
-%
-There is no theory of evolution. Just a list of animals Chuck Norris allows to live.
-%
-The chief export of Chuck Norris is Pain.
-%
-Chuck Norris has two speeds. Walk, and Kill.
-%
-The leading causes of death in the United States are: 1. Heart Disease 2. Chuck Norris 3. Cancer.
-%
-Chuck Norris drives an ice cream truck covered in human skulls.
-%
-Chuck Norris is my Homeboy.
-%
-Chuck Norris doesn't go hunting.... CHUCK NORRIS GOES KILLING.
-%
-Chuck Norris uses pepper spray to spice up his steaks.
-%
-Chuck Norris once roundhouse kicked someone so hard that his foot broke the speed of light, went back in time, and killed Amelia Earhart while she was flying over the Pacific Ocean.
-%
-Crop circles are Chuck Norris' way of telling the world that sometimes corn needs to lie down.
-%
-Chuck Norris is ten feet tall, weighs two-tons, breathes fire, and could eat a hammer and take a shotgun blast standing.
-%
-The Great Wall of China was originally created to keep Chuck Norris out. It failed miserably.
-%
-Contrary to popular belief, Chuck Norris, not the box jellyfish of northern Australia, is the most venomous creature on earth.
-%
-Most people have 23 pairs of chromosomes. Chuck Norris has 72... and they're all poisonous.
-%
-If you ask Chuck Norris what time it is, he always says, "Two seconds 'til." After you ask, "Two seconds 'til what?" he roundhouse kicks you in the face.
-%
-When Chuck Norris sends in his taxes, he sends blank forms and includes only a picture of himself, crouched and ready to attack. Chuck Norris has not had to pay taxes, ever.
-%
-The quickest way to a man's heart is with Chuck Norris' fist.
-%
-Chuck Norris invented Kentucky Fried Chicken's famous secret recipe, with eleven herbs and spices. But nobody ever mentions the twelfth ingredient: Fear.
-%
-CNN was originally created as the "Chuck Norris Network" to update Americans with on-the-spot ass kicking in real-time.
-%
-Chuck Norris can win a game of Connect Four in only three moves.
-%
-What was going through the minds of all of Chuck Norris' victims before they died? His shoe.
-%
-Chuck Norris is the only man to ever defeat a brick wall in a game of tennis.
-%
-Police label anyone attacking Chuck Norris as a Code 45-11.... a suicide.
-%
-Chuck Norris doesn't churn butter. He roundhouse kicks the cows and the butter comes straight out.
-%
-Chuck Norris doesnโt wash his clothes, he disembowels them.
-%
-A Handicapped parking sign does not signify that this spot is for handicapped people. It is actually in fact a warning, that the spot belongs to Chuck Norris and that you will be handicapped if you park there.
-%
-Chuck Norris will attain statehood in 2009. His state flower will be the Magnolia.
-%
-Someone once videotaped Chuck Norris getting pissed off. It was called Walker: Texas Chain Saw Massacre.
-%
-Chuck Norris originally appeared in the "Street Fighter II" video game, but was removed by Beta Testers because every button caused him to do a roundhouse kick. When asked bout this "glitch," Norris replied, "That's no glitch."
-%
-Fool me once, shame on you. Fool Chuck Norris once and he will roundhouse you in the face.
-%
-Chuck Norris doesn't look for fun. The fun looks for Chuck Norris.
-%
-Chuck Norris starts his day with 6 live chickens two cows, three pigs and a boiling hot cup of pure fury
-%
-The only word that rhymes with orange is Chuck Norris
-%
-Everyone is so scared of Chuck Norris that they kiss his arse by writing these facts, too right they should
-%
-gmail@chucknorris.com
-%
-Chuck Norris play's Texas hold em with Zeus, every second Wednesday of the month
-%
-Chuck Norris has killed the Dead Sea
-%
-On the keyboard there is no control button because Chuck Norris is always in control.
-%
-The truth hurts dosen't it, Chuck Norris' truth kills.
-%
-Chuck Norris sent a BBM to an iphone.
-%
-When Presidents speak, their nation listens. When Chuck Norris blinks, the whole World listens.
-%
-Chuck Norris once cried just to see what it was like. The end result was the creation of life.
-%
-Chuck Norris is the reason that the world will end in 2012. He was getting bored with the Earth
-%
-When the Boogeyman goes to sleep every night, he checks his closet for Chuck Norris.
-%
-Chuck Norris doesn't read books. He stares them down until he gets the information he wants.
-%
-There is no theory of evolution. Just a list of creatures Chuck Norris has allowed to live.
-%
-Outer space exists because it's afraid to be on the same planet with Chuck Norris.
-%
-Chuck Norris does not sleep. He waits.
-%
-Chuck Norris is currently suing NBC, claiming Law and Order are trademarked names for his left and right legs.
-%
-Chuck Norris is the reason why Waldo is hiding.
-%
-Chuck Norris counted to infinity - twice.
-%
-There is no chin behind Chuck Norrisโ beard. There is only another fist.
-%
-When Chuck Norris does a pushup, he isn't lifting himself up, he's pushing the Earth down.
-%
-Chuck Norris is so fast, he can run around the world and punch himself in the back of the head.
-%
-Chuck Norris' hand is the only hand that can beat a Royal Flush.
-%
-Chuck Norris can lead a horse to water AND make it drink.
-%
-Chuck Norris doesnโt wear a watch. HE decides what time it is.
-%
-Chuck Norris can slam a revolving door.
-%
-Chuck Norris does not get frostbite. Chuck Norris bites frost.
-%
-Remember the Soviet Union? They decided to quit after watching a DeltaForce marathon on Satellite TV.
-%
-Contrary to popular belief, America is not a democracy, it is a Chucktatorship.
-%
-If you spell Chuck Norris in Scrabble, you win. Forever.
-%
-Guns don't kill people. Chuck Norris kills people.
-%
-There is no theory of evolution. Just a list of animals Chuck Norris allows to live.
-%
-The chief export of Chuck Norris is Pain.
-%
-Chuck Norris has two speeds. Walk, and Kill.
-%
-The leading causes of death in the United States are: 1. Heart Disease 2. Chuck Norris 3. Cancer.
-%
-Chuck Norris drives an ice cream truck covered in human skulls.
-%
-Chuck Norris is my Homeboy.
-%
-Chuck Norris doesn't go hunting.... CHUCK NORRIS GOES KILLING.
-%
-Chuck Norris uses pepper spray to spice up his steaks.
-%
-Chuck Norris once roundhouse kicked someone so hard that his foot broke the speed of light, went back in time, and killed Amelia Earhart while she was flying over the Pacific Ocean.
-%
-Crop circles are Chuck Norris' way of telling the world that sometimes corn needs to lie down.
-%
-Chuck Norris is ten feet tall, weighs two-tons, breathes fire, and could eat a hammer and take a shotgun blast standing.
-%
-The Great Wall of China was originally created to keep Chuck Norris out. It failed miserably.
-%
-Contrary to popular belief, Chuck Norris, not the box jellyfish of northern Australia, is the most venomous creature on earth.
-%
-Most people have 23 pairs of chromosomes. Chuck Norris has 72... and they're all poisonous.
-%
-If you ask Chuck Norris what time it is, he always says, "Two seconds 'til." After you ask, "Two seconds 'til what?" he roundhouse kicks you in the face.
-%
-When Chuck Norris sends in his taxes, he sends blank forms and includes only a picture of himself, crouched and ready to attack. Chuck Norris has not had to pay taxes, ever.
-%
-The quickest way to a man's heart is with Chuck Norris' fist.
-%
-Chuck Norris invented Kentucky Fried Chicken's famous secret recipe, with eleven herbs and spices. But nobody ever mentions the twelfth ingredient: Fear.
-%
-CNN was originally created as the "Chuck Norris Network" to update Americans with on-the-spot ass kicking in real-time.
-%
-Chuck Norris can win a game of Connect Four in only three moves.
-%
-What was going through the minds of all of Chuck Norris' victims before they died? His shoe.
-%
-Chuck Norris is the only man to ever defeat a brick wall in a game of tennis.
-%
-Police label anyone attacking Chuck Norris as a Code 45-11.... a suicide.
-%
-Chuck Norris doesn't churn butter. He roundhouse kicks the cows and the butter comes straight out.
-%
-Chuck Norris doesnโt wash his clothes, he disembowels them.
-%
-A Handicapped parking sign does not signify that this spot is for handicapped people. It is actually in fact a warning, that the spot belongs to Chuck Norris and that you will be handicapped if you park there.
-%
-Chuck Norris will attain statehood in 2009. His state flower will be the Magnolia.
-%
-Someone once videotaped Chuck Norris getting pissed off. It was called Walker: Texas Chain Saw Massacre.
-%
-Chuck Norris originally appeared in the "Street Fighter II" video game, but was removed by Beta Testers because every button caused him to do a roundhouse kick. When asked bout this "glitch," Norris replied, "That's no glitch."
-%
-Fool me once, shame on you. Fool Chuck Norris once and he will roundhouse you in the face.
-%
-Only Chuck Norris is stronger than an Altoid.
-%
-Chuck Norris has a battlecruiser AND a car.
+Chuck Norris bowled a 301 after constructing another pin out of his beard hair.
%
Chuck Norris burnt a fire proof vest, UNDERWATER!
%
-Chuck Norris was once turned down for American Idol. When Simon was questioned about it, he replied "I'm retiring after this season". I wonder why?
+Chuck Norris can French kiss his elbow.
+%
+Chuck Norris can bake in a freezer.
+%
+Chuck Norris can defuse a bomb by cutting the wrong wire.
+%
+Chuck Norris can dig a hole in air.
+%
+Chuck Norris can divide by zero.
+%
+Chuck Norris can do a regime change with a roundhouse kick.
+%
+Chuck Norris can fit 10 gallons of water in a 5 gallon bucket.
+%
+Chuck Norris can grill a popsicle.
+%
+Chuck Norris can lead a horse to water AND make it drink.
+%
+Chuck Norris can make his own megazord "The Chuck Norris Roundhouse Kickers Ultimate Super Awesome Megazord".
+%
+Chuck Norris can milk an alligator.
+%
+Chuck Norris can play the death waltz with his chin.
+%
+Chuck Norris can roundhouse kick someone through a window without breaking the glass.
+%
+Chuck Norris can roundhouse-kick round houses into squares.
+%
+Chuck Norris can rub two fires together and make a stick!
+%
+Chuck Norris can see in 3D with just one eye.
+%
+Chuck Norris can slam a revolving door.
+%
+Chuck Norris can terminate a repeating decimal.
+%
+Chuck Norris can turn toast back into bread.
+%
+Chuck Norris can win a game of Connect Four in only three moves.
+%
+Chuck Norris can win in a top spinning tournament with a cube.
+%
+Chuck Norris can't perform Hadoukens, he IS a Hadouken.
+%
+Chuck Norris checks under his bed for Fedor Emelianenko because he takes Fedor to the vet regularly.
+%
+Chuck Norris counted to infinity - twice.
+%
+Chuck Norris created Heavy Metal when he was upset.
+%
+Chuck Norris does not get frostbite. Chuck Norris bites frost.
+%
+Chuck Norris does not have a cell phone because he hears everything.
+%
+Chuck Norris does not sleep. He waits.
+%
+Chuck Norris doesn't bowl strikes, he just knocks down one pin and the other nine faint.
+%
+Chuck Norris doesn't call the wrong number, you just answer the wrong phone.
%
Chuck Norris doesn't cheat death, he beats it fair and square.
%
-When Chuck Norris roundhouse-kicks you HE decides when you will feel the impact .
+Chuck Norris doesn't churn butter. He roundhouse kicks the cows and the butter comes straight out.
%
-Chuck Norris made the big bang just by clicking his fingers
+Chuck Norris doesn't eat, he just sucks the energy out of food by staring at it.
%
-Trick me once, shame on you, trick Chuck Norris.....rest in peace.
+Chuck Norris doesn't exhale. The air runs desperately scared out of his lungs.
%
-Chuck Norris doesn't fight. He gives motivational seminars to die on their own to avoid a roundhouse kick to the face.
+Chuck Norris doesn't go hunting.... CHUCK NORRIS GOES KILLING.
%
-This one time at band camp... BAM! Chuck Norris.
+Chuck Norris doesn't let it go.
%
-Chuck Norris protects his body guards.
+Chuck Norris doesn't like Mudkipz.
%
-Chuck Norris watched the first steps on the moon... From his summer home on Mars
+Chuck Norris doesn't look for fun. The fun looks for Chuck Norris.
+%
+Chuck Norris doesn't need a bulletproof vest. He catches them with his bare hands.
+%
+Chuck Norris doesn't need air, he is air.
+%
+Chuck Norris doesn't need sunglasses, the sun needs Chuck Norris glasses.
+%
+Chuck Norris doesn't need to brush his teeth, his spit acts as a bleach.
+%
+Chuck Norris doesn't read books. He stares them down until he gets the information he wants.
+%
+Chuck Norris doesn't throw up if he drinks too much. Chuck Norris throws down!
+%
+Chuck Norris doesn't eat salad, he eats vegetarians.
+%
+Chuck Norris doesn't wash his clothes, he disembowels them.
+%
+Chuck Norris doesn't wear a watch. HE decides what time it is.
+%
+Chuck Norris doesn't carry a list. He always knows what to do.
+%
+Chuck Norris drives an ice cream truck covered in human skulls.
+%
+Chuck Norris drowned a man ON LAND.
+%
+Chuck Norris fed the Hunger Games.
+%
+Chuck Norris found the hay in the needle stack.
+%
+Chuck Norris found the last digit of pi.
+%
+Chuck Norris had a knife thrown at him. The knife didn't impale him; he impaled the knife.
+%
+Chuck Norris has a battle cruiser AND a car.
+%
+Chuck Norris has killed the Dead Sea.
+%
+Chuck Norris has made a 148 break at snooker.
+%
+Chuck Norris invented Kentucky Fried Chicken's famous secret recipe, with eleven herbs and spices. But nobody ever mentions the twelfth ingredient: Fear.
+%
+Chuck Norris is allowed two carry-ons.
+%
+Chuck Norris is currently suing NBC, claiming Law and Order are trademarked names for his left and right legs.
+%
+Chuck Norris is currently suing any broadway theater that plays "The Nutcracker". He claims its an infringement on his "other" roundhouse kick.
+%
+Chuck Norris is entitled to his own facts.
+%
+Chuck Norris is my Homeboy.
+%
+Chuck Norris is so fast, he can run around the world and punch himself in the back of the head.
+%
+Chuck Norris is so hard, he uses diamonds as stress balls.
+%
+Chuck Norris is so scary, he makes sharks swim backwards away from him.
+%
+Chuck Norris is ten feet tall, weighs two-tons, breathes fire, and could eat a hammer and take a shotgun blast standing.
+%
+Chuck Norris is the ghost in paranormal activity.
+%
+Chuck Norris is the life of parties he doesn't attend.
+%
+Chuck Norris is the meaning of life. Too bad he's also the meaning of death.
+%
+Chuck Norris is the only man to ever defeat a brick wall in a game of tennis.
+%
+Chuck Norris is the only one who can tear a facebook page!
+%
+Chuck Norris is the reason that the world will end in 2012. He was getting bored with the Earth.
+%
+Chuck Norris is the reason tumbleweeds tumble.
+%
+Chuck Norris is the reason why Waldo is hiding.
+%
+Chuck Norris is waiting for Mt. St. Helens to erupt again. He's hoping the lava is hot enough to soften his beard so he can shave for the first time.
+%
+Chuck Norris isn't allowed at the zoo, because when he's there the animals are too terrified to come out of their cages.
+%
+Chuck Norris made a statue bleed.
+%
+Chuck Norris made the big bang just by clicking his fingers.
+%
+Chuck Norris never trains, because he's Chuck Norris.
+%
+Chuck Norris once cried just to see what it was like. The end result was the creation of life.
+%
+Chuck Norris once cut a knife with a stick of butter.
+%
+Chuck Norris once got a 200 yard punt return.
+%
+Chuck Norris once had a pet monkey named KING KONG.
+%
+Chuck Norris once had a street named after him. The name removed at once, because nobody crosses Chuck Norris, and lives.
+%
+Chuck Norris once had a weak moment, just to know what it felt like.
+%
+Chuck Norris once played Duck Duck Goose with a group of Kindergarteners. Only one kid made it to first grade.
+%
+Chuck Norris once proved p^~p by induction on his beard hairs.
+%
+Chuck Norris once punched the ground to stop an earthquake. The resulting aftershock caused the BP oil spill.
+%
+Chuck Norris once round-house kicked a salesman. Over the phone.
+%
+Chuck Norris once rounhouse kicked a football. The astronomical society now considers it a planet.
+%
+Chuck Norris once thought he was wrong. He was, however, mistaken.
+%
+Chuck Norris once walked down a street with his fists in his pockets. He was then arrested for concealing two deadly weapons.
+%
+Chuck Norris once won the Tour de France riding a "big wheel".
+%
+Chuck Norris originally appeared in the "Street Fighter II" video game, but was removed by Beta Testers because every button caused him to do a roundhouse kick. When asked bout this "glitch," Norris replied, "That's no glitch."
+%
+Chuck Norris owns all number 1 pencils.
+%
+Chuck Norris pees Adamantium.
+%
+Chuck Norris plays Texas Hold'Em with Zeus, every second Wednesday of the month.
+%
+Chuck Norris played "Got your Nose" with Voldemort and won.
+%
+Chuck Norris played the game of thrones and won.
+%
+Chuck Norris protects his bodyguards.
+%
+Chuck Norris rolled a 20 on a 6 sided die.
+%
+Chuck Norris roundhouse kicks people in the face first and asks questions later.
+%
+Chuck Norris sent a BBM to an iPhone.
+%
+Chuck Norris shops at Sam's Club, but leaves without having his receipt checked.
+%
+Chuck Norris splattered tiger blood and Adonis' DNA on Charlie Sheen with 1 roundhouse kick!
+%
+Chuck Norris started Chuck Norris.
+%
+Chuck Norris starts his day with 6 live chickens, two cows, three pigs, and a boiling hot cup of pure fury.
+%
+Chuck Norris told me to put this here.
+%
+Chuck Norris uses a real mouse to move the cursor, type on the keyboard, write e-mails, code entire websites, and make coffee.
+%
+Chuck Norris uses pepper spray to spice up his steaks.
+%
+Chuck Norris was heard in a soundproof room!
+%
+Chuck Norris was once turned down for American Idol. When Simon was questioned about it, he replied "I'm retiring after this season". I wonder why?
+%
+Chuck Norris was originally in Mortal Kombat, but that version was deleted because no one can beat Chuck Norris in a fight.
+%
+Chuck Norris was the image used for Papa Smurf.
+%
+Chuck Norris was the reason why the Great Wall of China was constructed. It failed miserably.
+%
+Chuck Norris was what Willis was talking about.
+%
+Chuck Norris wasn't born on his birthday.
+%
+Chuck Norris watched the first steps on the moon... from his summer home on Mars.
+%
+Chuck Norris went up the creek without a paddle... or a canoe.
+%
+Chuck Norris will attain statehood in 2009. His state flower will be the Magnolia.
+%
+Chuck Norris wins NASCAR races with all right turns.
+%
+Chuck Norris won a stepdance contest by standing on his hands.
+%
+Chuck Norris yells at drill Sergeants.
+%
+Chuck Norris' dog picks up after him.
+%
+Chuck Norris' films are factual documentaries.
+%
+Chuck Norris' first job was as a paperboy. There were no survivors.
+%
+Chuck Norris' glass is never half full or half empty. It stays full even after he takes a drink.
+%
+Chuck Norris' hand is the only hand that can beat a Royal Flush.
+%
+Chuck Norris' personal airplane is called Air Force Chuck.
+%
+Chuck Norris. Enough said.
+%
+Chuck Norris: even Naruto can't believe it.
+%
+Chunk Norris can make sour milk turn fresh.
+%
+Contrary to popular belief, Rome WAS built in a day, by Chuck Norris.
+%
+Contrary to popular belief, America is not a democracy, it is a Chucktatorship.
+%
+Contrary to popular belief, Chuck Norris, not the box jellyfish of northern Australia, is the most venomous creature on Earth.
+%
+Cops don't need badges in their wallets, but only a picture of Chuck Norris.
+%
+Crop circles are Chuck Norris' way of telling the world that sometimes corn needs to lie down.
+%
+Did you hear about the boy who cried Chuck Norris?
+%
+Dog the Bounty Hunter can't track Chuck Norris down.
+%
+Don't get Chuck Norris angry. Last time somebody did that, Chuck Norris made the Grand Canyon.
+%
+Earth's rotation is purely governed by the direction that Chuck Norris is walking.
+%
+Ever wonder what really happened to the dinosaurs? They all dug their own graves when they heard Chuck Norris was coming.
+%
+Every line in a Chuck Norris haiku is "A roundhouse kick to the face." And they all have the correct number of syllables.
+%
+Every phobia known to man has a phobia of Chuck Norris.
+%
+Every time there's an earthquake, you know Chuck Norris is hungry. The earthquake is caused by his stomach growling.
+%
+Evolution's driving mechanism is nature's desperate attempt to escape Chuck Norris.
+%
+Fear of spiders is arachnaphobia. Fear of tight spaces is claustrophobia. Fear of Chuck Norris is called Logic.
+%
+Fool me once, shame on you. Fool Chuck Norris once and he will roundhouse you in the face.
+%
+Ghosts can see Chuck Norris.
+%
+Guns don't kill people. Chuck Norris kills people.
+%
+How much wood could a woodchuck chuck if a woodchuck could chuck wood? No woodchuck could chuck Chuck's wood!
+%
+If Chuck Norris were a calendar, every month would be named Chucktober, and every day he'd kick your ass.
+%
+If Chuck Norris were to get into a fight with another Chuck Norris, Chuck Norris would win.
+%
+If God doesn't know, Chuck does.
+%
+If Goliath listened to Chuck Norris, he would have won.
+%
+If at first you don't succeed, you're not Chuck Norris.
+%
+If you ask Chuck Norris what time it is, he always says, "Two seconds 'til." After you ask, "Two seconds 'til what?" he roundhouse kicks you in the face.
+%
+If you put in the correct cheat code in Halo 2, you can have Master Chief play without his helmet, revealing himself to be Chuck Norris.
+%
+If you see a man in the street who looks like Chuck Norris, but isn't, run: you don't want to be caught in the resulting roundhouse kick to his face.
+%
+If you spell Chuck Norris in Scrabble, you win. Forever.
+%
+In 1945 The US army asked if they could clone Chuck Norris. Instead he said he could sort out the Japanese.
+%
+In Texas, there are five sizes for fountain drinks: small, medium, large, Texas sized, and Chuck Norris sized. It is a cup made of a human skull.
+%
+In a rain storm Chuck Norris stays dry. Rain drops are scared to hit him.
+%
+In the back of the book of world records, it says "All records are held by Chuck Norris. The ones listed are in second place."
+%
+James Bond has a license to kill. He got it from Chuck Norris.
+%
+Jedis are now taught to use the "Chuck".
+%
+MacGyver immediately tried to make a bomb out of some Q-Tips and Gatorade, but Chuck Norris roundhouse-kicked him in the solar plexus. MacGyver promptly threw up his own heart.
+%
+Machiavelli said it is better to be feared than loved because he was inspired by Chuck Norris.
+%
+May the Force be with Chuck Norris... for its own good.
+%
+Merlin was Chuck Norris' assistant.
+%
+Most people have 23 pairs of chromosomes. Chuck Norris has 72... and they're all poisonous.
+%
+Note to self: Don't be the cashier to tell Chuck Norris his coupons have expired.
+%
+Chuck Norris' keyboard has no control key. Chuck Norris is always in control.
+%
+Once upon a time, Chuck Norris found himself in a town called Shit Creek. He opened a Paddle Store.
+%
+One glance from Chuck Norris and snow turns itself yellow.
+%
+One time a test cheated on Chuck Norris.
+%
+Only Chuck Norris can win the mind game, 'cause he never minds.
+%
+Only Chuck Norris is stronger than an Altoid.
+%
+Outer space exists because it's afraid to be on the same planet with Chuck Norris.
+%
+Ozzy Osbourne once accidentally bit the head off a live bat - Chuck Norris once deliberately bit the head off a live pterodactyl.
+%
+Pluto is actually an orbiting group of British soldiers from the American Revolution who entered space after the Chuck gave them a roundhouse kick to the face.
+%
+Police label anyone attacking Chuck Norris as a Code 45-11.... a suicide.
+%
+Remember the Soviet Union? They decided to quit after watching a DeltaForce marathon on Satellite TV.
+%
+Simon doesn't say... Chuck Norris says.
+%
+Some boots were made for walking. Some boots may walk all over you, but Chuck Norris' boots walk THROUGH you.
+%
+Some kids pee their name in snow. Chuck Norris pees his name in concrete.
+%
+Some people ask for a Kleenex when they sneeze, Chuck Norris asks for a body bag.
+%
+Someone once videotaped Chuck Norris getting pissed off. It was called Walker: Texas Chain Saw Massacre.
+%
+Staring at Chuck Norris for extended periods of time without proper eye protection will cause blindess, and possibly foot sized brusies on the face.
+%
+Taking Karate Lessons = $100, Buying MMA DVD's = $150, Subscribing to a UFC event = $50, Getting a Roundhouse Kick from Chuck Norris = PRICELESS.
+%
+That's not an eclipse. That's the sun hiding from Chuck Norris.
+%
+The Beatles are on iTunes because Chuck Norris bought a Mac.
%
The Earth is made up of two-thirds water and one-third Chuck Norris.
%
+The Earth was almost destroyed by a 50 km wide asteroid in 1984, but Chuck Norris roundhouse kicked it into the Sun.
+%
+The Great Wall of China was originally created to keep Chuck Norris out. It failed miserably.
+%
+The Joneses are trying to keep up with Chuck Norris.
+%
+The Matrix Trilogy would have ended on the first movie had Keanu Reeves said, โI know Chuck Norris.โ
+%
+The answer to life, the universe and everything isn't 42. It's Chuck Norris.
+%
+The apple falls far from the tree, when Chuck's roundhouse kick is taken to the trunk.
+%
+The best part of waking up is not Folgers in your cup. it's knowing that Chuck Norris let you live.
+%
+The chief export of Chuck Norris is pain.
+%
+The dictionary references Chuck Norris several times, he is metioned under Fear, Law, Order and Chucktatorship.
+%
+The leading causes of death in the United States are: 1. Heart Disease 2. Chuck Norris 3. Cancer.
+%
+The letters in Chuck Norris cannot be unscrambled.
+%
+The only place where the Starship Enterprise refuses to boldly go is Chuck Norris' planet... which is all of them.
+%
+The only reason that USA lost the 2011 world cup to Japan is because Chuck Norris wasn't there.
+%
+The only sure things are Death and Taxes, and when Chuck Norris goes to work for the IRS, they'll be the same thing.
+%
+The only way sharks will come near CN underwater is when CN is inside of a cage.
+%
+The only word that rhymes with orange is Chuck Norris.
+%
+The producers of the movie "The Last Airbender" are now in talks with Chuck Norris in Order to star him in their next sequal "The Last Skull Bender".
+%
+The quickest way to a man's heart is with Chuck Norris' fist.
+%
+The reason why Batman only comes out at night is because he's afraid he might encounter Chuck Norris in the morning and afternoon.
+%
+The red phone in the oval office rings directly to Chuck Norris' cell phone.
+%
+The show Survivor had the original premise of putting people on an island with Chuck Norris. There were no survivors, and nobody is brave enough to go to the island to retrieve the footage.
+%
+The square root of Chuck Norris is pain. Do not try to square Chuck Norris. The result is death.
+%
+The sun only rises every morning because Chuck Norris allows it to.
+%
+The truth hurts, doesn't it? Chuck Norris' truth kills.
+%
+There is no chin behind Chuck Norris' beard. There is only another fist.
+%
+There is no limbo, only a world that doesn't know of Chuck Norris.
+%
+There is no such thing as global warming. Chuck Norris was cold, so he turned the sun up.
+%
+There is no theory of evolution, just a list of creatures Chuck Norris has allowed to live.
+%
+This one time at band camp... BAM! Chuck Norris.
+%
+Those who ignore history, are doomed by Chuck Norris.
+%
+Trick me once, shame on you, trick Chuck Norris.. rest in peace.
+%
+Unlike Jack Bauer, Chuck Norris doesn't need bullets. A quick roundhouse to the face kills twice as fast.
+%
+Walker: Texas Ranger went into syndication before the first episode was shot.
+%
+What was going through the minds of all of Chuck Norris' victims before they died? His shoe.
+%
+Whatever Chuck Norris wants, it will instantly appear.
+%
+When Betty White gets angry, she turns into the Hulk. When Valerie Bertinelli gets mad, she turns into Chuck Norris.
+%
+When Chuck Norris creates a login, it tells him "password not strong enough." He types in his name and it tells him "password too strong."
+%
+When Chuck Norris does a pushup, he isn't lifting himself up, he's pushing the Earth down.
+%
+When Chuck Norris drinks water, the water automatically pasteurized.
+%
+When Chuck Norris goes to Vegas, he doesn't have to gamble. The casinos just give him stacks of money.
+%
+When Chuck Norris goes to rodeos, bulls ride him.
+%
+When Chuck Norris goes to the library, he looks for the Guinness book of records in the comedy section.
+%
+When Chuck Norris inhales helium, his voice doesn't change.
+%
+When Chuck Norris performs a roundhouse kick, he's actually measuring the circumference of the universe.
+%
+When Chuck Norris played the card game War with a friend, France surrendered.
+%
+When Chuck Norris pokes the Pillsbury Doughboy, it's not a laughing matter.
+%
+When Chuck Norris roundhouse-kicks you, he decides when you will feel the impact.
+%
+When Chuck Norris sends in his taxes, he sends blank forms and includes only a picture of himself, crouched and ready to attack. Chuck Norris has not had to pay taxes, ever.
+%
+When Chuck Norris tosses a coin, it lands on both heads and tails.
+%
+When God said "Let there be light!", Chuck Norris said "Only for half the day."
+%
+When Presidents speak, their nation listens. When Chuck Norris blinks, the whole world listens.
+%
+When Steven Seagal kills a ninja, he only takes its hide. When Chuck Norris kills a ninja, he uses every part.
+%
+When chuck Norris was in school, he made his PE teacher run laps.
+%
+When does Chuck Norris run out of shotgun bullets? whenever he wants to.
+%
+When taking the SAT, write "Chuck Norris" for every answer. You will score over 8000.
+%
+When the Boogeyman goes to sleep every night, he checks his closet for Chuck Norris.
+%
+When things go bump in the night, it's Chuck Norris
+%
+While visiting the Hexagon, Chuck Norris was asked to demonstrate his famous roundhouse kick. Henceforth, it has been known as the Pentagon.
+%
+Why didn't the chicken cross the road? Because Chuck Norris got to it first.
+%
+You know Chuck Norris' pet lizard, right? Last I heard, he was in the movie "Godzilla". Oh, and his pet turtle starred in "Gamera" as well.
+%
+http://chucknorrisfacts.com/ is built in Drupal because Chuck Norris knows a good CMS when he sees one.
+%
diff --git a/exact_dot_oh-my-zsh/exact_plugins/exact_cloudapp/README.md b/exact_dot_oh-my-zsh/exact_plugins/exact_cloudapp/README.md
index fc9fc32..ef304ed 100644
--- a/exact_dot_oh-my-zsh/exact_plugins/exact_cloudapp/README.md
+++ b/exact_dot_oh-my-zsh/exact_plugins/exact_cloudapp/README.md
@@ -1,5 +1,7 @@
# CloudApp plugin
+## The CloudApp API is deprecated, so the plugin will be removed shortly
+
[CloudApp](https://www.getcloudapp.com) brings screen recording, screenshots, and GIF creation to the cloud, in an easy-to-use enterprise-level app. The CloudApp plugin allows you to upload a file to your CloadApp account from the command line.
To use it, add `cloudapp` to the plugins array of your `~/.zshrc` file:
diff --git a/exact_dot_oh-my-zsh/exact_plugins/exact_cloudapp/cloudapp.plugin.zsh b/exact_dot_oh-my-zsh/exact_plugins/exact_cloudapp/cloudapp.plugin.zsh
index 3b363c8..a4d92a0 100644
--- a/exact_dot_oh-my-zsh/exact_plugins/exact_cloudapp/cloudapp.plugin.zsh
+++ b/exact_dot_oh-my-zsh/exact_plugins/exact_cloudapp/cloudapp.plugin.zsh
@@ -1,6 +1,4 @@
-alias cloudapp="${0:a:h}/cloudapp.rb"
-
-# Ensure only the owner can access the credentials file
-if [[ -f ~/.cloudapp ]]; then
- chmod 600 ~/.cloudapp
-fi
+print -Pn "%F{yellow}"
+print "[oh-my-zsh] The CloudApp API no longer works, so the cloudapp plugin will"
+print "[oh-my-zsh] be removed shortly. Please remove it from your plugins list."
+print -Pn "%f"
diff --git a/exact_dot_oh-my-zsh/exact_plugins/exact_cloudapp/executable_cloudapp.rb b/exact_dot_oh-my-zsh/exact_plugins/exact_cloudapp/executable_cloudapp.rb
deleted file mode 100644
index a11cfdb..0000000
--- a/exact_dot_oh-my-zsh/exact_plugins/exact_cloudapp/executable_cloudapp.rb
+++ /dev/null
@@ -1,60 +0,0 @@
-#!/usr/bin/env ruby
-#
-# cloudapp
-# Zach Holman / @holman
-#
-# Uploads a file from the command line to CloudApp, drops it into your
-# clipboard (on a Mac, at least).
-#
-# Example:
-#
-# cloudapp drunk-blake.png
-#
-# This requires Aaron Russell's cloudapp_api gem:
-#
-# gem install cloudapp_api
-#
-# Requires you set your CloudApp credentials in ~/.cloudapp as a simple file of:
-#
-# email
-# password
-
-require 'rubygems'
-begin
- require 'cloudapp_api'
-rescue LoadError
- puts "You need to install cloudapp_api: gem install cloudapp_api"
- exit!(1)
-end
-
-config_file = "#{ENV['HOME']}/.cloudapp"
-unless File.exist?(config_file)
- puts "You need to type your email and password (one per line) into "+
- "`~/.cloudapp`"
- exit!(1)
-end
-
-email,password = File.read(config_file).split("\n")
-
-class HTTParty::Response
- # Apparently HTTPOK.ok? IS NOT OKAY WTFFFFFFFFFFUUUUUUUUUUUUUU
- # LETS MONKEY PATCH IT I FEEL OKAY ABOUT IT
- def ok? ; true end
-end
-
-if ARGV[0].nil?
- puts "You need to specify a file to upload."
- exit!(1)
-end
-
-CloudApp.authenticate(email,password)
-url = CloudApp::Item.create(:upload, {:file => ARGV[0]}).url
-
-# Say it for good measure.
-puts "Uploaded to #{url}."
-
-# Get the embed link.
-url = "#{url}/#{ARGV[0].split('/').last}"
-
-# Copy it to your (Mac's) clipboard.
-`echo '#{url}' | tr -d "\n" | pbcopy`
diff --git a/exact_dot_oh-my-zsh/exact_plugins/exact_colorize/README.md b/exact_dot_oh-my-zsh/exact_plugins/exact_colorize/README.md
index ee4ab80..405bb6d 100644
--- a/exact_dot_oh-my-zsh/exact_plugins/exact_colorize/README.md
+++ b/exact_dot_oh-my-zsh/exact_plugins/exact_colorize/README.md
@@ -38,6 +38,14 @@ Pygments offers multiple styles. By default, the `default` style is used, but yo
ZSH_COLORIZE_STYLE="colorful"
```
+### Chroma Formatter Settings
+
+Chroma supports terminal output in 8 color, 256 color, and true-color. If you need to change the default terminal output style from the standard 8 color output, set the `ZSH_COLORIZE_CHROMA_FORMATTER` environment variable:
+
+```
+ZSH_COLORIZE_CHROMA_FORMATTER=terminal256
+```
+
## Usage
* `ccat [files]`: colorize the contents of the file (or files, if more than one are provided).
diff --git a/exact_dot_oh-my-zsh/exact_plugins/exact_colorize/colorize.plugin.zsh b/exact_dot_oh-my-zsh/exact_plugins/exact_colorize/colorize.plugin.zsh
index 6ed9739..80b6919 100644
--- a/exact_dot_oh-my-zsh/exact_plugins/exact_colorize/colorize.plugin.zsh
+++ b/exact_dot_oh-my-zsh/exact_plugins/exact_colorize/colorize.plugin.zsh
@@ -46,7 +46,7 @@ colorize_cat() {
if [[ "$ZSH_COLORIZE_TOOL" == "pygmentize" ]]; then
pygmentize -O style="$ZSH_COLORIZE_STYLE" -g
else
- chroma --style="$ZSH_COLORIZE_STYLE"
+ chroma --style="$ZSH_COLORIZE_STYLE" --formatter="${ZSH_COLORIZE_CHROMA_FORMATTER:-terminal}"
fi
return $?
fi
@@ -62,7 +62,7 @@ colorize_cat() {
pygmentize -O style="$ZSH_COLORIZE_STYLE" -g "$FNAME"
fi
else
- chroma --style="$ZSH_COLORIZE_STYLE" "$FNAME"
+ chroma --style="$ZSH_COLORIZE_STYLE" --formatter="${ZSH_COLORIZE_CHROMA_FORMATTER:-terminal}" "$FNAME"
fi
done
}
diff --git a/exact_dot_oh-my-zsh/exact_plugins/exact_common-aliases/common-aliases.plugin.zsh b/exact_dot_oh-my-zsh/exact_plugins/exact_common-aliases/common-aliases.plugin.zsh
index ce1995c..a9d4f1a 100644
--- a/exact_dot_oh-my-zsh/exact_plugins/exact_common-aliases/common-aliases.plugin.zsh
+++ b/exact_dot_oh-my-zsh/exact_plugins/exact_common-aliases/common-aliases.plugin.zsh
@@ -13,7 +13,7 @@ alias lS='ls -1FSsh'
alias lart='ls -1Fcart'
alias lrt='ls -1Fcrt'
-alias zshrc='${=EDITOR} ~/.zshrc' # Quick access to the ~/.zshrc file
+alias zshrc='${=EDITOR} ${ZDOTDIR:-$HOME}/.zshrc' # Quick access to the .zshrc file
alias grep='grep --color'
alias sgrep='grep -R -n -H -C 5 --exclude-dir={.git,.svn,CVS} '
@@ -55,15 +55,15 @@ if is-at-least 4.2.0; then
# open browser on urls
if [[ -n "$BROWSER" ]]; then
_browser_fts=(htm html de org net com at cx nl se dk)
- for ft in $_browser_fts; do alias -s $ft=$BROWSER; done
+ for ft in $_browser_fts; do alias -s $ft='$BROWSER'; done
fi
_editor_fts=(cpp cxx cc c hh h inl asc txt TXT tex)
- for ft in $_editor_fts; do alias -s $ft=$EDITOR; done
+ for ft in $_editor_fts; do alias -s $ft='$EDITOR'; done
if [[ -n "$XIVIEWER" ]]; then
_image_fts=(jpg jpeg png gif mng tiff tif xpm)
- for ft in $_image_fts; do alias -s $ft=$XIVIEWER; done
+ for ft in $_image_fts; do alias -s $ft='$XIVIEWER'; done
fi
_media_fts=(ape avi flv m4a mkv mov mp3 mpeg mpg ogg ogm rm wav webm)
diff --git a/exact_dot_oh-my-zsh/exact_plugins/exact_composer/README.md b/exact_dot_oh-my-zsh/exact_plugins/exact_composer/README.md
index 85eef3c..7a5f725 100644
--- a/exact_dot_oh-my-zsh/exact_plugins/exact_composer/README.md
+++ b/exact_dot_oh-my-zsh/exact_plugins/exact_composer/README.md
@@ -12,18 +12,20 @@ plugins=(... composer)
## Aliases
-| Alias | Command | Description |
-| ------ | ---------------------------------------------- | -------------------------------------------------------------------------------------- |
-| `c` | `composer` | Starts composer |
-| `csu` | `composer self-update` | Updates composer to the latest version |
-| `cu` | `composer update` | Updates composer dependencies and `composer.lock` file |
-| `cr` | `composer require` | Adds new packages to `composer.json` |
-| `crm` | `composer remove` | Removes packages from `composer.json` |
-| `ci` | `composer install` | Resolves and installs dependencies from `composer.json` |
-| `ccp` | `composer create-project` | Create new project from an existing package |
-| `cdu` | `composer dump-autoload` | Updates the autoloader |
-| `cdo` | `composer dump-autoload --optimize-autoloader` | Converts PSR-0/4 autoloading to classmap for a faster autoloader (good for production) |
-| `cgu` | `composer global update` | Allows update command to run on COMPOSER_HOME directory |
-| `cgr` | `composer global require` | Allows require command to run on COMPOSER_HOME directory |
-| `cgrm` | `composer global remove` | Allows remove command to run on COMPOSER_HOME directory |
-| `cget` | `curl -s https://getcomposer.org/installer` | Installs composer in the current directory |
+| Alias | Command | Description |
+| ------ | ------------------------------------------- | --------------------------------------------------------------------------------------- |
+| `c` | `composer` | Starts composer |
+| `csu` | `composer self-update` | Updates composer to the latest version |
+| `cu` | `composer update` | Updates composer dependencies and `composer.lock` file |
+| `cr` | `composer require` | Adds new packages to `composer.json` |
+| `crm` | `composer remove` | Removes packages from `composer.json` |
+| `ci` | `composer install` | Resolves and installs dependencies from `composer.json` |
+| `ccp` | `composer create-project` | Create new project from an existing package |
+| `cdu` | `composer dump-autoload` | Updates the autoloader |
+| `cdo` | `composer dump-autoload -o` | Converts PSR-0/4 autoloading to classmap for a faster autoloader (good for production) |
+| `cgu` | `composer global update` | Allows update command to run on COMPOSER_HOME directory |
+| `cgr` | `composer global require` | Allows require command to run on COMPOSER_HOME directory |
+| `cgrm` | `composer global remove` | Allows remove command to run on COMPOSER_HOME directory |
+| `cget` | `curl -s https://getcomposer.org/installer` | Installs composer in the current directory |
+| `co` | `composer outdated` | Shows a list of installed packages with available updates |
+| `cod` | `composer outdated --direct` | Shows a list of installed packages with available updates which are direct dependencies |
diff --git a/exact_dot_oh-my-zsh/exact_plugins/exact_composer/composer.plugin.zsh b/exact_dot_oh-my-zsh/exact_plugins/exact_composer/composer.plugin.zsh
index 2c6044a..75b03ff 100644
--- a/exact_dot_oh-my-zsh/exact_plugins/exact_composer/composer.plugin.zsh
+++ b/exact_dot_oh-my-zsh/exact_plugins/exact_composer/composer.plugin.zsh
@@ -43,13 +43,27 @@ alias cdo='composer dump-autoload -o'
alias cgu='composer global update'
alias cgr='composer global require'
alias cgrm='composer global remove'
+alias co='composer outdated'
+alias cod='composer outdated --direct'
# install composer in the current directory
alias cget='curl -s https://getcomposer.org/installer | php'
# Add Composer's global binaries to PATH, using Composer if available.
if (( $+commands[composer] )); then
- export PATH=$PATH:$(composer global config bin-dir --absolute 2>/dev/null)
+ autoload -Uz _store_cache _retrieve_cache
+
+ _retrieve_cache composer
+
+ if [[ -z $__composer_bin_dir ]]; then
+ __composer_bin_dir=$(composer global config bin-dir --absolute 2>/dev/null)
+ _store_cache composer __composer_bin_dir
+ fi
+
+ # Add Composer's global binaries to PATH
+ export PATH="$PATH:$__composer_bin_dir"
+
+ unset __composer_bin_dir
else
[ -d $HOME/.composer/vendor/bin ] && export PATH=$PATH:$HOME/.composer/vendor/bin
[ -d $HOME/.config/composer/vendor/bin ] && export PATH=$PATH:$HOME/.config/composer/vendor/bin
diff --git a/exact_dot_oh-my-zsh/exact_plugins/exact_direnv/direnv.plugin.zsh b/exact_dot_oh-my-zsh/exact_plugins/exact_direnv/direnv.plugin.zsh
index d36c4ae..5e32c4c 100644
--- a/exact_dot_oh-my-zsh/exact_plugins/exact_direnv/direnv.plugin.zsh
+++ b/exact_dot_oh-my-zsh/exact_plugins/exact_direnv/direnv.plugin.zsh
@@ -1,3 +1,6 @@
+# Don't continue if direnv is not found
+command -v direnv &>/dev/null || return
+
_direnv_hook() {
trap -- '' SIGINT;
eval "$(direnv export zsh)";
diff --git a/exact_dot_oh-my-zsh/exact_plugins/exact_docker-compose/README.md b/exact_dot_oh-my-zsh/exact_plugins/exact_docker-compose/README.md
index 1105e03..a81c2c7 100644
--- a/exact_dot_oh-my-zsh/exact_plugins/exact_docker-compose/README.md
+++ b/exact_dot_oh-my-zsh/exact_plugins/exact_docker-compose/README.md
@@ -28,3 +28,4 @@ plugins=(... docker-compose)
| dclf | `docker-compose logs -f` | Show logs and follow output |
| dcpull | `docker-compose pull` | Pull image of a service |
| dcstart | `docker-compose start` | Start a container |
+| dck | `docker-compose kill` | Kills containers |
diff --git a/exact_dot_oh-my-zsh/exact_plugins/exact_docker-compose/docker-compose.plugin.zsh b/exact_dot_oh-my-zsh/exact_plugins/exact_docker-compose/docker-compose.plugin.zsh
index 9ffe1ed..5b25b63 100644
--- a/exact_dot_oh-my-zsh/exact_plugins/exact_docker-compose/docker-compose.plugin.zsh
+++ b/exact_dot_oh-my-zsh/exact_plugins/exact_docker-compose/docker-compose.plugin.zsh
@@ -24,3 +24,4 @@ alias dcl='docker-compose logs'
alias dclf='docker-compose logs -f'
alias dcpull='docker-compose pull'
alias dcstart='docker-compose start'
+alias dck='docker-compose kill'
diff --git a/exact_dot_oh-my-zsh/exact_plugins/exact_docker/README.md b/exact_dot_oh-my-zsh/exact_plugins/exact_docker/README.md
index 241a6a4..fab7aa8 100644
--- a/exact_dot_oh-my-zsh/exact_plugins/exact_docker/README.md
+++ b/exact_dot_oh-my-zsh/exact_plugins/exact_docker/README.md
@@ -10,3 +10,25 @@ plugins=(... docker)
A copy of the completion script from the docker/cli git repo:
https://github.com/docker/cli/blob/master/contrib/completion/zsh/_docker
+
+## Settings
+
+By default, the completion doesn't allow option-stacking, meaning if you try to
+complete `docker run -it ` it won't work, because you're _stacking_ the
+`-i` and `-t` options.
+
+[You can enable it](https://github.com/docker/cli/commit/b10fb43048) by **adding
+the lines below to your zshrc file**, but be aware of the side effects:
+
+> This enables Zsh to understand commands like `docker run -it
+> ubuntu`. However, by enabling this, this also makes Zsh complete
+> `docker run -u` with `docker run -uapprox` which is not valid. The
+> users have to put the space or the equal sign themselves before trying
+> to complete.
+>
+> Therefore, this behavior is disabled by default. To enable it:
+>
+> ```
+> zstyle ':completion:*:*:docker:*' option-stacking yes
+> zstyle ':completion:*:*:docker-*:*' option-stacking yes
+> ```
diff --git a/exact_dot_oh-my-zsh/exact_plugins/exact_docker/_docker b/exact_dot_oh-my-zsh/exact_plugins/exact_docker/_docker
index 54b5e59..10c19e2 100644
--- a/exact_dot_oh-my-zsh/exact_plugins/exact_docker/_docker
+++ b/exact_dot_oh-my-zsh/exact_plugins/exact_docker/_docker
@@ -9,6 +9,7 @@
# - Felix Riedel
# - Steve Durrheimer
# - Vincent Bernat
+# - Rohan Verma
#
# license:
#
@@ -604,6 +605,7 @@ __docker_container_subcommand() {
"($help)*--blkio-weight-device=[Block IO (relative device weight)]:device:Block IO weight: "
"($help)*--cap-add=[Add Linux capabilities]:capability: "
"($help)*--cap-drop=[Drop Linux capabilities]:capability: "
+ "($help)--cgroupns=[Cgroup namespace mode to use]:cgroup namespace mode: "
"($help)--cgroup-parent=[Parent cgroup for the container]:cgroup: "
"($help)--cidfile=[Write the container ID to the file]:CID file:_files"
"($help)--cpus=[Number of CPUs (default 0.000)]:cpus: "
@@ -676,6 +678,7 @@ __docker_container_subcommand() {
"($help -m --memory)"{-m=,--memory=}"[Memory limit]:Memory limit: "
"($help)--memory-reservation=[Memory soft limit]:Memory limit: "
"($help)--memory-swap=[Total memory limit with swap]:Memory limit: "
+ "($help)--pids-limit[Tune container pids limit (set -1 for unlimited)]"
"($help)--restart=[Restart policy]:restart policy:(no on-failure always unless-stopped)"
)
opts_help=("(: -)--help[Print usage]")
@@ -801,7 +804,7 @@ __docker_container_subcommand() {
"($help -l --latest)"{-l,--latest}"[Show only the latest created container]" \
"($help -n --last)"{-n=,--last=}"[Show n last created containers (includes all states)]:n:(1 5 10 25 50)" \
"($help)--no-trunc[Do not truncate output]" \
- "($help -q --quiet)"{-q,--quiet}"[Only show numeric IDs]" \
+ "($help -q --quiet)"{-q,--quiet}"[Only show container IDs]" \
"($help -s --size)"{-s,--size}"[Display total file sizes]" \
"($help)--since=[Show only containers created since...]:containers:__docker_complete_containers" && ret=0
;;
@@ -832,7 +835,7 @@ __docker_container_subcommand() {
_arguments $(__docker_arguments) \
$opts_help \
"($help -t --time)"{-t=,--time=}"[Number of seconds to try to stop for before killing the container]:seconds to before killing:(1 5 10 30 60)" \
- "($help -)*:containers:__docker_complete_containers_ids" && ret=0
+ "($help -)*:containers:__docker_complete_containers" && ret=0
;;
(rm)
local state
@@ -1024,7 +1027,7 @@ __docker_image_subcommand() {
$opts_help \
"($help -H --human)"{-H,--human}"[Print sizes and dates in human readable format]" \
"($help)--no-trunc[Do not truncate output]" \
- "($help -q --quiet)"{-q,--quiet}"[Only show numeric IDs]" \
+ "($help -q --quiet)"{-q,--quiet}"[Only show image IDs]" \
"($help -)*: :__docker_complete_images" && ret=0
;;
(import)
@@ -1056,7 +1059,7 @@ __docker_image_subcommand() {
"($help)*"{-f=,--filter=}"[Filter values]:filter:__docker_complete_images_filters" \
"($help)--format=[Pretty-print images using a Go template]:template: " \
"($help)--no-trunc[Do not truncate output]" \
- "($help -q --quiet)"{-q,--quiet}"[Only show numeric IDs]" \
+ "($help -q --quiet)"{-q,--quiet}"[Only show image IDs]" \
"($help -): :__docker_complete_repositories" && ret=0
;;
(prune)
@@ -1076,6 +1079,7 @@ __docker_image_subcommand() {
(push)
_arguments $(__docker_arguments) \
$opts_help \
+ "($help -a --all-tags)"{-a,--all-tags}"[Push all tagged images in the repository]" \
"($help)--disable-content-trust[Skip image signing]" \
"($help -): :__docker_complete_images" && ret=0
;;
@@ -1286,7 +1290,7 @@ __docker_network_subcommand() {
"($help)--no-trunc[Do not truncate the output]" \
"($help)*"{-f=,--filter=}"[Provide filter values]:filter:__docker_network_complete_ls_filters" \
"($help)--format=[Pretty-print networks using a Go template]:template: " \
- "($help -q --quiet)"{-q,--quiet}"[Only display numeric IDs]" && ret=0
+ "($help -q --quiet)"{-q,--quiet}"[Only display network IDs]" && ret=0
;;
(prune)
_arguments $(__docker_arguments) \
@@ -2214,7 +2218,6 @@ __docker_stack_subcommand() {
(deploy|up)
_arguments $(__docker_arguments) \
$opts_help \
- "($help)--bundle-file=[Path to a Distributed Application Bundle file]:dab:_files -g \"*.dab\"" \
"($help -c --compose-file)"{-c=,--compose-file=}"[Path to a Compose file, or '-' to read from stdin]:compose file:_files -g \"*.(yml|yaml)\"" \
"($help)--with-registry-auth[Send registry authentication details to Swarm agents]" \
"($help -):stack:__docker_complete_stacks" && ret=0
@@ -2668,6 +2671,7 @@ __docker_subcommand() {
"($help)*--log-opt=[Default log driver options for containers]:log driver options:__docker_complete_log_options" \
"($help)--max-concurrent-downloads[Set the max concurrent downloads for each pull]" \
"($help)--max-concurrent-uploads[Set the max concurrent uploads for each push]" \
+ "($help)--max-download-attempts[Set the max download attempts for each pull]" \
"($help)--mtu=[Network MTU]:mtu:(0 576 1420 1500 9000)" \
"($help)--oom-score-adjust=[Set the oom_score_adj for the daemon]:oom-score:(-500)" \
"($help -p --pidfile)"{-p=,--pidfile=}"[Path to use for daemon PID file]:PID file:_files" \
@@ -2783,7 +2787,7 @@ __docker_subcommand() {
$opts_help \
"($help -p --password)"{-p=,--password=}"[Password]:password: " \
"($help)--password-stdin[Read password from stdin]" \
- "($help -u --user)"{-u=,--user=}"[Username]:username: " \
+ "($help -u --username)"{-u=,--username=}"[Username]:username: " \
"($help -)1:server: " && ret=0
;;
(logout)
diff --git a/exact_dot_oh-my-zsh/exact_plugins/exact_dotenv/README.md b/exact_dot_oh-my-zsh/exact_plugins/exact_dotenv/README.md
index f661247..ab9d329 100644
--- a/exact_dot_oh-my-zsh/exact_plugins/exact_dotenv/README.md
+++ b/exact_dot_oh-my-zsh/exact_plugins/exact_dotenv/README.md
@@ -53,24 +53,30 @@ Set `ZSH_DOTENV_PROMPT=false` in your zshrc file if you don't want the confirmat
You can also choose the `Always` option when prompted to always allow sourcing the .env file
in that directory. See the next section for more details.
-### ZSH_DOTENV_ALLOWED_LIST
+### ZSH_DOTENV_ALLOWED_LIST, ZSH_DOTENV_DISALLOWED_LIST
The default behavior of the plugin is to always ask whether to source a dotenv file. There's
-a **Y**es, **N**o, and **A**lways option. If you choose Always, the directory of the .env file
-will be added to an allowed list. If a directory is found in this list, the plugin won't ask
-for confirmation and will instead source the .env file directly.
+a **Y**es, **N**o, **A**lways and N**e**ver option. If you choose Always, the directory of the .env file
+will be added to an allowed list; if you choose Never, it will be added to a disallowed list.
+If a directory is found in either of those lists, the plugin won't ask for confirmation and will
+instead either source the .env file or proceed without action respectively.
-This allowed list is saved by default in `$ZSH_CACHE_DIR/dotenv-allowed.list`. If you want
-to change that location, change the `$ZSH_DOTENV_ALLOWED_LIST` variable, like so:
+The allowed and disallowed lists are saved by default in `$ZSH_CACHE_DIR/dotenv-allowed.list` and
+`$ZSH_CACHE_DIR/dotenv-disallowed.list` respectively. If you want to change that location,
+change the `$ZSH_DOTENV_ALLOWED_LIST` and `$ZSH_DOTENV_DISALLOWED_LIST` variables, like so:
```zsh
# in ~/.zshrc, before Oh My Zsh is sourced:
ZSH_DOTENV_ALLOWED_LIST=/path/to/dotenv/allowed/list
+ZSH_DOTENV_DISALLOWED_LIST=/path/to/dotenv/disallowed/list
```
-This file is just a list of directories allowed, separated by a newline character. If you want
-to disallow a directory, just edit this file and remove the line for the directory you want to
-disallow.
+The file is just a list of directories, separated by a newline character. If you want
+to change your decision, just edit the file and remove the line for the directory you want to
+change.
+
+NOTE: if a directory is found in both the allowed and disallowed lists, the disallowed list
+takes preference, _i.e._ the .env file will never be sourced.
## Version Control
diff --git a/exact_dot_oh-my-zsh/exact_plugins/exact_dotenv/dotenv.plugin.zsh b/exact_dot_oh-my-zsh/exact_plugins/exact_dotenv/dotenv.plugin.zsh
index ac3210d..24f285d 100644
--- a/exact_dot_oh-my-zsh/exact_plugins/exact_dotenv/dotenv.plugin.zsh
+++ b/exact_dot_oh-my-zsh/exact_plugins/exact_dotenv/dotenv.plugin.zsh
@@ -5,6 +5,7 @@
# Path to the file containing allowed paths
: ${ZSH_DOTENV_ALLOWED_LIST:="${ZSH_CACHE_DIR:-$ZSH/cache}/dotenv-allowed.list"}
+: ${ZSH_DOTENV_DISALLOWED_LIST:="${ZSH_CACHE_DIR:-$ZSH/cache}/dotenv-disallowed.list"}
## Functions
@@ -14,19 +15,26 @@ source_env() {
if [[ "$ZSH_DOTENV_PROMPT" != false ]]; then
local confirmation dirpath="${PWD:A}"
- # make sure there is an allowed file
+ # make sure there is an (dis-)allowed file
touch "$ZSH_DOTENV_ALLOWED_LIST"
+ touch "$ZSH_DOTENV_DISALLOWED_LIST"
+
+ # early return if disallowed
+ if grep -q "$dirpath" "$ZSH_DOTENV_DISALLOWED_LIST" &>/dev/null; then
+ return;
+ fi
# check if current directory's .env file is allowed or ask for confirmation
if ! grep -q "$dirpath" "$ZSH_DOTENV_ALLOWED_LIST" &>/dev/null; then
# print same-line prompt and output newline character if necessary
- echo -n "dotenv: found '$ZSH_DOTENV_FILE' file. Source it? ([Y]es/[n]o/[a]lways) "
+ echo -n "dotenv: found '$ZSH_DOTENV_FILE' file. Source it? ([Y]es/[n]o/[a]lways/n[e]ver) "
read -k 1 confirmation; [[ "$confirmation" != $'\n' ]] && echo
# check input
case "$confirmation" in
[nN]) return ;;
[aA]) echo "$dirpath" >> "$ZSH_DOTENV_ALLOWED_LIST" ;;
+ [eE]) echo "$dirpath" >> "$ZSH_DOTENV_DISALLOWED_LIST"; return ;;
*) ;; # interpret anything else as a yes
esac
fi
diff --git a/exact_dot_oh-my-zsh/exact_plugins/exact_emacs/emacs.plugin.zsh b/exact_dot_oh-my-zsh/exact_plugins/exact_emacs/emacs.plugin.zsh
index db0ab13..0b602d1 100644
--- a/exact_dot_oh-my-zsh/exact_plugins/exact_emacs/emacs.plugin.zsh
+++ b/exact_dot_oh-my-zsh/exact_plugins/exact_emacs/emacs.plugin.zsh
@@ -26,6 +26,16 @@ if "$ZSH/tools/require_tool.sh" emacsclient 24 2>/dev/null ; then
# create a new X frame
alias eframe='emacsclient --alternate-editor "" --create-frame'
+ # Emacs ANSI Term tracking
+ if [[ -n "$INSIDE_EMACS" ]]; then
+ chpwd_emacs() { print -P "\033AnSiTc %d"; }
+ print -P "\033AnSiTc %d" # Track current working directory
+ print -P "\033AnSiTu %n" # Track username
+
+ # add chpwd hook
+ autoload -Uz add-zsh-hook
+ add-zsh-hook chpwd chpwd_emacs
+ fi
# Write to standard output the path to the file
# opened in the current buffer.
diff --git a/exact_dot_oh-my-zsh/exact_plugins/exact_encode64/README.md b/exact_dot_oh-my-zsh/exact_plugins/exact_encode64/README.md
index a83a3d3..86320cf 100644
--- a/exact_dot_oh-my-zsh/exact_plugins/exact_encode64/README.md
+++ b/exact_dot_oh-my-zsh/exact_plugins/exact_encode64/README.md
@@ -53,6 +53,6 @@ plugins=(... encode64)
```console
$ echo "b2gtbXktenNoCg==" | decode64
oh-my-zsh
- $ echo "b2gtbXktenNoCg==" | decode64
+ $ echo "b2gtbXktenNoCg==" | d64
oh-my-zsh
```
diff --git a/exact_dot_oh-my-zsh/exact_plugins/exact_extract/README.md b/exact_dot_oh-my-zsh/exact_plugins/exact_extract/README.md
index 81e8e1d..b2b731e 100644
--- a/exact_dot_oh-my-zsh/exact_plugins/exact_extract/README.md
+++ b/exact_dot_oh-my-zsh/exact_plugins/exact_extract/README.md
@@ -23,6 +23,7 @@ plugins=(... extract)
| `bz2` | Bzip2 file |
| `deb` | Debian package |
| `gz` | Gzip file |
+| `ipa` | iOS app package |
| `ipsw` | iOS firmware file |
| `jar` | Java Archive |
| `lrz` | LRZ archive |
diff --git a/exact_dot_oh-my-zsh/exact_plugins/exact_extract/_extract b/exact_dot_oh-my-zsh/exact_plugins/exact_extract/_extract
index 1a263a7..f96f0d4 100644
--- a/exact_dot_oh-my-zsh/exact_plugins/exact_extract/_extract
+++ b/exact_dot_oh-my-zsh/exact_plugins/exact_extract/_extract
@@ -3,5 +3,5 @@
_arguments \
'(-r --remove)'{-r,--remove}'[Remove archive.]' \
- "*::archive file:_files -g '(#i)*.(7z|Z|apk|aar|bz2|deb|gz|ipsw|jar|lrz|lz4|lzma|rar|rpm|sublime-package|tar|tar.bz2|tar.gz|tar.lrz|tar.lz|tar.lz4|tar.xz|tar.zma|tar.zst|tbz|tbz2|tgz|tlz|txz|tzst|war|whl|xpi|xz|zip|zst)(-.)'" \
+ "*::archive file:_files -g '(#i)*.(7z|Z|apk|aar|bz2|deb|gz|ipa|ipsw|jar|lrz|lz4|lzma|rar|rpm|sublime-package|tar|tar.bz2|tar.gz|tar.lrz|tar.lz|tar.lz4|tar.xz|tar.zma|tar.zst|tbz|tbz2|tgz|tlz|txz|tzst|war|whl|xpi|xz|zip|zst)(-.)'" \
&& return 0
diff --git a/exact_dot_oh-my-zsh/exact_plugins/exact_extract/extract.plugin.zsh b/exact_dot_oh-my-zsh/exact_plugins/exact_extract/extract.plugin.zsh
index a5594b8..46e69f0 100644
--- a/exact_dot_oh-my-zsh/exact_plugins/exact_extract/extract.plugin.zsh
+++ b/exact_dot_oh-my-zsh/exact_plugins/exact_extract/extract.plugin.zsh
@@ -55,7 +55,7 @@ extract() {
(*.lz4) lz4 -d "$1" ;;
(*.lzma) unlzma "$1" ;;
(*.z) uncompress "$1" ;;
- (*.zip|*.war|*.jar|*.sublime-package|*.ipsw|*.xpi|*.apk|*.aar|*.whl) unzip "$1" -d $extract_dir ;;
+ (*.zip|*.war|*.jar|*.sublime-package|*.ipa|*.ipsw|*.xpi|*.apk|*.aar|*.whl) unzip "$1" -d $extract_dir ;;
(*.rar) unrar x -ad "$1" ;;
(*.rpm) mkdir "$extract_dir" && cd "$extract_dir" && rpm2cpio "../$1" | cpio --quiet -id && cd .. ;;
(*.7z) 7za x "$1" ;;
diff --git a/exact_dot_oh-my-zsh/exact_plugins/exact_fastfile/fastfile.plugin.zsh b/exact_dot_oh-my-zsh/exact_plugins/exact_fastfile/fastfile.plugin.zsh
index a4229e4..ccbbce3 100644
--- a/exact_dot_oh-my-zsh/exact_plugins/exact_fastfile/fastfile.plugin.zsh
+++ b/exact_dot_oh-my-zsh/exact_plugins/exact_fastfile/fastfile.plugin.zsh
@@ -5,7 +5,7 @@
# If they are not set yet, they will be
# overwritten with their default values
-default fastfile_dir "${HOME}/.fastfile/"
+default fastfile_dir "${HOME}/.fastfile"
default fastfile_var_prefix "ยง"
###########################
@@ -78,7 +78,7 @@ function fastfile_print() {
# (=> fastfle_print) for each shortcut
#
function fastfile_ls() {
- for f in "${fastfile_dir}"/*; do
+ for f in "${fastfile_dir}"/*(NF); do
file=`basename "$f"` # To enable simpler handeling of spaces in file names
varkey=`echo "$file" | tr " " "_"`
@@ -104,7 +104,7 @@ function fastfile_rm() {
# Generate the aliases for the shortcuts
#
function fastfile_sync() {
- for f in "${fastfile_dir}"/*; do
+ for f in "${fastfile_dir}"/*(NF); do
file=`basename "$f"` # To enable simpler handeling of spaces in file names
varkey=`echo "$file" | tr " " "_"`
diff --git a/exact_dot_oh-my-zsh/exact_plugins/exact_fedora/symlink_fedora.plugin.zsh b/exact_dot_oh-my-zsh/exact_plugins/exact_fedora/symlink_fedora.plugin.zsh
deleted file mode 100644
index 16a2143..0000000
--- a/exact_dot_oh-my-zsh/exact_plugins/exact_fedora/symlink_fedora.plugin.zsh
+++ /dev/null
@@ -1 +0,0 @@
-../dnf/dnf.plugin.zsh
\ No newline at end of file
diff --git a/exact_dot_oh-my-zsh/exact_plugins/exact_forklift/forklift.plugin.zsh b/exact_dot_oh-my-zsh/exact_plugins/exact_forklift/forklift.plugin.zsh
index 274c4a8..8588948 100644
--- a/exact_dot_oh-my-zsh/exact_plugins/exact_forklift/forklift.plugin.zsh
+++ b/exact_dot_oh-my-zsh/exact_plugins/exact_forklift/forklift.plugin.zsh
@@ -1,6 +1,7 @@
# Open folder in ForkLift.app or ForkLift2.app from console
# Author: Adam Strzelecki nanoant.com, modified by Bodo Tasche bitboxer.de
# Updated to support ForkLift 2 and ForkLift 3 by Johan Kaving
+# Updated to support ForkLift from Setapp by Paul Rudkin
#
# Usage:
# fl []
@@ -24,6 +25,13 @@ function fl {
fi
osascript 2>&1 1>/dev/null < /dev/null
- fi
-
- # Key bindings
- if [[ ! "$DISABLE_FZF_KEY_BINDINGS" == "true" ]]; then
- source "${fzf_shell}/key-bindings.zsh"
- fi
- else
+ if [[ ! -d "${fzf_base}" ]]; then
return 1
fi
+
+ # Fix fzf shell directory for Arch Linux, NixOS or Void Linux packages
+ if [[ ! -d "${fzf_base}/shell" ]]; then
+ fzf_shell="${fzf_base}"
+ else
+ fzf_shell="${fzf_base}/shell"
+ fi
+
+ # Setup fzf binary path
+ if (( ! ${+commands[fzf]} )) && [[ "$PATH" != *$fzf_base/bin* ]]; then
+ export PATH="$PATH:$fzf_base/bin"
+ fi
+
+ # Auto-completion
+ if [[ -o interactive && "$DISABLE_FZF_AUTO_COMPLETION" != "true" ]]; then
+ source "${fzf_shell}/completion.zsh" 2> /dev/null
+ fi
+
+ # Key bindings
+ if [[ "$DISABLE_FZF_KEY_BINDINGS" != "true" ]]; then
+ source "${fzf_shell}/key-bindings.zsh"
+ fi
}
function setup_using_debian_package() {
- (( $+commands[dpkg] )) && dpkg -s fzf &> /dev/null
- if (( $? )); then
- # Either not a debian based distro, or no fzf installed. In any case skip ahead
+ if (( ! $+commands[dpkg] )) || ! dpkg -s fzf &>/dev/null; then
+ # Either not a debian based distro, or no fzf installed
return 1
fi
@@ -76,8 +71,8 @@ function setup_using_debian_package() {
local key_bindings="/usr/share/doc/fzf/examples/key-bindings.zsh"
# Auto-completion
- if [[ $- == *i* ]] && [[ ! "$DISABLE_FZF_AUTO_COMPLETION" == "true" ]]; then
- source $completions 2> /dev/null
+ if [[ -o interactive && "$DISABLE_FZF_AUTO_COMPLETION" != "true" ]]; then
+ source $completions 2> /dev/null
fi
# Key bindings
@@ -88,13 +83,81 @@ function setup_using_debian_package() {
return 0
}
-function indicate_error() {
- print "[oh-my-zsh] fzf plugin: Cannot find fzf installation directory.\n"\
- "Please add \`export FZF_BASE=/path/to/fzf/install/dir\` to your .zshrc" >&2
+function setup_using_opensuse_package() {
+ # OpenSUSE installs fzf in /usr/bin/fzf
+ # If the command is not found, the package isn't installed
+ (( $+commands[fzf] )) || return 1
+
+ # The fzf-zsh-completion package installs the auto-completion in
+ local completions="/usr/share/zsh/site-functions/_fzf"
+ # The fzf-zsh-completion package installs the key-bindings file in
+ local key_bindings="/etc/zsh_completion.d/fzf-key-bindings"
+
+ # If these are not found: (1) maybe we're not on OpenSUSE, or
+ # (2) maybe the fzf-zsh-completion package isn't installed.
+ if [[ ! -f "$completions" || ! -f "$key_bindings" ]]; then
+ return 1
+ fi
+
+ # Auto-completion
+ if [[ -o interactive && "$DISABLE_FZF_AUTO_COMPLETION" != "true" ]]; then
+ source "$completions" 2>/dev/null
+ fi
+
+ # Key bindings
+ if [[ "$DISABLE_FZF_KEY_BINDINGS" != "true" ]]; then
+ source "$key_bindings" 2>/dev/null
+ fi
+
+ return 0
}
-# Check for debian package first, because it easy to short cut
-# Indicate to user that fzf installation not found if nothing worked
-setup_using_debian_package || setup_using_base_dir || indicate_error
+function setup_using_openbsd_package() {
+ # openBSD installs fzf in /usr/local/bin/fzf
+ if [[ "$OSTYPE" != openbsd* ]] || (( ! $+commands[fzf] )); then
+ return 1
+ fi
-unset -f setup_using_debian_package setup_using_base_dir indicate_error
+ # The fzf package installs the auto-completion in
+ local completions="/usr/local/share/zsh/site-functions/_fzf_completion"
+ # The fzf package installs the key-bindings file in
+ local key_bindings="/usr/local/share/zsh/site-functions/_fzf_key_bindings"
+
+ # Auto-completion
+ if [[ -o interactive && "$DISABLE_FZF_AUTO_COMPLETION" != "true" ]]; then
+ source "$completions" 2>/dev/null
+ fi
+
+ # Key bindings
+ if [[ "$DISABLE_FZF_KEY_BINDINGS" != "true" ]]; then
+ source "$key_bindings" 2>/dev/null
+ fi
+
+ return 0
+}
+
+function indicate_error() {
+ cat >&2 < /dev/null)
- if [[ -n $ref ]]; then
- if (( CURRENT == 2 )); then
- # first arg: operation
- compadd create publish rename delete track
- elif (( CURRENT == 3 )); then
- # second arg: remote branch name
- remotes=`git remote | tr '\n' '|' | sed "s/\|$//g"`
- compadd `git branch -r | grep -v HEAD | sed "s/$remotes\///" | sed "s/ //g"`
- elif (( CURRENT == 4 )); then
- # third arg: remote name
- compadd `git remote`
- fi
- else;
- _files
- fi
-}
-compdef _git_remote_branch grb
diff --git a/exact_dot_oh-my-zsh/exact_plugins/exact_git/README.md b/exact_dot_oh-my-zsh/exact_plugins/exact_git/README.md
index dbe5656..b7f2168 100644
--- a/exact_dot_oh-my-zsh/exact_plugins/exact_git/README.md
+++ b/exact_dot_oh-my-zsh/exact_plugins/exact_git/README.md
@@ -19,10 +19,11 @@ plugins=(... git)
| gau | git add --update |
| gav | git add --verbose |
| gap | git apply |
+| gapt | git apply --3way |
| gb | git branch |
| gba | git branch -a |
| gbd | git branch -d |
-| gbda | git branch --no-color --merged \| command grep -vE "^(\+\|\*\|\s*(master\|develop\|dev)\s*$)" \| command xargs -n 1 git branch -d |
+| gbda | git branch --no-color --merged \| command grep -vE "^(\+\|\*\|\s*($(git_main_branch)\|development\|develop\|devel\|dev)\s*$)" \| command xargs -n 1 git branch -d |
| gbD | git branch -D |
| gbl | git blame -b -w |
| gbnm | git branch --no-merged |
@@ -46,7 +47,7 @@ plugins=(... git)
| gcl | git clone --recurse-submodules |
| gclean | git clean -id |
| gpristine | git reset --hard && git clean -dffx |
-| gcm | git checkout master |
+| gcm | git checkout $(git_main_branch) |
| gcd | git checkout develop |
| gcmsg | git commit -m |
| gco | git checkout |
@@ -61,6 +62,7 @@ plugins=(... git)
| gdct | git describe --tags $(git rev-list --tags --max-count=1) |
| gds | git diff --staged |
| gdt | git diff-tree --no-commit-id --name-only -r |
+| gdnolock | git diff $@ ":(exclude)package-lock.json" ":(exclude)*.lock" |
| gdv | git diff -w $@ \| view - |
| gdw | git diff --word-diff |
| gf | git fetch |
@@ -83,7 +85,7 @@ plugins=(... git)
| ghh | git help |
| gignore | git update-index --assume-unchanged |
| gignored | git ls-files -v \| grep "^[[:lower:]]" |
-| git-svn-dcommit-push | git svn dcommit && git push github master:svntrunk |
+| git-svn-dcommit-push | git svn dcommit && git push github $(git_main_branch):svntrunk |
| gk | gitk --all --branches |
| gke | gitk --all $(git log -g --pretty=%h) |
| gl | git pull |
@@ -100,12 +102,12 @@ plugins=(... git)
| glola | git log --graph --pretty='%Cred%h%Creset -%C(auto)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --all |
| glog | git log --oneline --decorate --graph |
| gloga | git log --oneline --decorate --graph --all |
-| glp | `_git_log_prettily` |
+| glp | git log --pretty=\ |
| gm | git merge |
-| gmom | git merge origin/master |
+| gmom | git merge origin/$(git_main_branch) |
| gmt | git mergetool --no-prompt |
| gmtvim | git mergetool --no-prompt --tool=vimdiff |
-| gmum | git merge upstream/master |
+| gmum | git merge upstream/$(git_main_branch) |
| gma | git merge --abort |
| gp | git push |
| gpd | git push --dry-run |
@@ -121,7 +123,7 @@ plugins=(... git)
| grbc | git rebase --continue |
| grbd | git rebase develop |
| grbi | git rebase -i |
-| grbm | git rebase master |
+| grbm | git rebase $(git_main_branch) |
| grbs | git rebase --skip |
| grev | git revert |
| grh | git reset |
@@ -168,9 +170,21 @@ plugins=(... git)
| gupv | git pull --rebase -v |
| gupa | git pull --rebase --autostash |
| gupav | git pull --rebase --autostash -v |
-| glum | git pull upstream master |
+| glum | git pull upstream $(git_main_branch) |
| gwch | git whatchanged -p --abbrev-commit --pretty=medium |
| gwip | git add -A; git rm $(git ls-files --deleted) 2> /dev/null; git commit --no-verify --no-gpg-sign -m "--wip-- [skip ci]" |
+| gam | git am |
+| gamc | git am --continue |
+| gams | git am --skip |
+| gama | git am --abort |
+| gamscp | git am --show-current-patch |
+
+### Main branch preference
+
+Following the recent push for removing racially-charged words from our technical vocabulary, the git plugin favors using
+a branch name other than `master`. In this case, we favor the shorter, neutral and descriptive term `main`. This means
+that any aliases and functions that previously used `master`, will use `main` if that branch exists. We do this via the
+function `git_main_branch`.
### Deprecated aliases
@@ -194,12 +208,13 @@ These are aliases that have been removed, renamed, or otherwise modified in a wa
### Current
-| Command | Description |
-|:-----------------------|:---------------------------------------------------------|
-| `grename ` | Rename `old` branch to `new`, including in origin remote |
-| current_branch | Return the name of the current branch |
-| git_current_user_name | Returns the `user.name` config value |
-| git_current_user_email | Returns the `user.email` config value |
+| Command | Description |
+|:-----------------------|:-----------------------------------------------------------------------------|
+| `grename ` | Rename `old` branch to `new`, including in origin remote |
+| current_branch | Return the name of the current branch |
+| git_current_user_name | Returns the `user.name` config value |
+| git_current_user_email | Returns the `user.email` config value |
+| git_main_branch | Returns the name of the main branch: `main` if it exists, `master` otherwise |
### Work in Progress (WIP)
diff --git a/exact_dot_oh-my-zsh/exact_plugins/exact_git/git.plugin.zsh b/exact_dot_oh-my-zsh/exact_plugins/exact_git/git.plugin.zsh
index 3ff5b1f..ccb9d84 100644
--- a/exact_dot_oh-my-zsh/exact_plugins/exact_git/git.plugin.zsh
+++ b/exact_dot_oh-my-zsh/exact_plugins/exact_git/git.plugin.zsh
@@ -1,3 +1,7 @@
+# Git version checking
+autoload -Uz is-at-least
+git_version="${${(As: :)$(git version 2>/dev/null)}[3]}"
+
#
# Functions
#
@@ -25,6 +29,15 @@ function work_in_progress() {
fi
}
+# Check if main exists and use instead of master
+function git_main_branch() {
+ if [[ -n "$(git branch --list main)" ]]; then
+ echo main
+ else
+ echo master
+ fi
+}
+
#
# Aliases
# (sorted alphabetically)
@@ -38,11 +51,12 @@ alias gapa='git add --patch'
alias gau='git add --update'
alias gav='git add --verbose'
alias gap='git apply'
+alias gapt='git apply --3way'
alias gb='git branch'
alias gba='git branch -a'
alias gbd='git branch -d'
-alias gbda='git branch --no-color --merged | command grep -vE "^(\+|\*|\s*(master|develop|dev)\s*$)" | command xargs -n 1 git branch -d'
+alias gbda='git branch --no-color --merged | command grep -vE "^(\+|\*|\s*($(git_main_branch)|development|develop|devel|dev)\s*$)" | command xargs -n 1 git branch -d'
alias gbD='git branch -D'
alias gbl='git blame -b -w'
alias gbnm='git branch --no-merged'
@@ -67,7 +81,7 @@ alias gcf='git config --list'
alias gcl='git clone --recurse-submodules'
alias gclean='git clean -id'
alias gpristine='git reset --hard && git clean -dffx'
-alias gcm='git checkout master'
+alias gcm='git checkout $(git_main_branch)'
alias gcd='git checkout develop'
alias gcmsg='git commit -m'
alias gco='git checkout'
@@ -85,11 +99,19 @@ alias gds='git diff --staged'
alias gdt='git diff-tree --no-commit-id --name-only -r'
alias gdw='git diff --word-diff'
+function gdnolock() {
+ git diff "$@" ":(exclude)package-lock.json" ":(exclude)*.lock"
+}
+compdef _git gdnolock=git-diff
+
function gdv() { git diff -w "$@" | view - }
compdef _git gdv=git-diff
alias gf='git fetch'
-alias gfa='git fetch --all --prune'
+# --jobs= was added in git 2.8
+is-at-least 2.8 "$git_version" \
+ && alias gfa='git fetch --all --prune --jobs=10' \
+ || alias gfa='git fetch --all --prune'
alias gfo='git fetch origin'
alias gfg='git ls-files | grep'
@@ -154,7 +176,7 @@ alias ghh='git help'
alias gignore='git update-index --assume-unchanged'
alias gignored='git ls-files -v | grep "^[[:lower:]]"'
-alias git-svn-dcommit-push='git svn dcommit && git push github master:svntrunk'
+alias git-svn-dcommit-push='git svn dcommit && git push github $(git_main_branch):svntrunk'
alias gk='\gitk --all --branches'
alias gke='\gitk --all $(git log -g --pretty=%h)'
@@ -176,10 +198,10 @@ alias gloga='git log --oneline --decorate --graph --all'
alias glp="_git_log_prettily"
alias gm='git merge'
-alias gmom='git merge origin/master'
+alias gmom='git merge origin/$(git_main_branch)'
alias gmt='git mergetool --no-prompt'
alias gmtvim='git mergetool --no-prompt --tool=vimdiff'
-alias gmum='git merge upstream/master'
+alias gmum='git merge upstream/$(git_main_branch)'
alias gma='git merge --abort'
alias gp='git push'
@@ -197,7 +219,7 @@ alias grba='git rebase --abort'
alias grbc='git rebase --continue'
alias grbd='git rebase develop'
alias grbi='git rebase -i'
-alias grbm='git rebase master'
+alias grbm='git rebase $(git_main_branch)'
alias grbs='git rebase --skip'
alias grev='git revert'
alias grh='git reset'
@@ -225,8 +247,7 @@ alias gss='git status -s'
alias gst='git status'
# use the default stash push on git 2.13 and newer
-autoload -Uz is-at-least
-is-at-least 2.13 "$(git --version 2>/dev/null | awk '{print $3}')" \
+is-at-least 2.13 "$git_version" \
&& alias gsta='git stash push' \
|| alias gsta='git stash save'
@@ -252,11 +273,17 @@ alias gup='git pull --rebase'
alias gupv='git pull --rebase -v'
alias gupa='git pull --rebase --autostash'
alias gupav='git pull --rebase --autostash -v'
-alias glum='git pull upstream master'
+alias glum='git pull upstream $(git_main_branch)'
alias gwch='git whatchanged -p --abbrev-commit --pretty=medium'
alias gwip='git add -A; git rm $(git ls-files --deleted) 2> /dev/null; git commit --no-verify --no-gpg-sign -m "--wip-- [skip ci]"'
+alias gam='git am'
+alias gamc='git am --continue'
+alias gams='git am --skip'
+alias gama='git am --abort'
+alias gamscp='git am --show-current-patch'
+
function grename() {
if [[ -z "$1" || -z "$2" ]]; then
echo "Usage: $0 old_branch new_branch"
@@ -270,3 +297,5 @@ function grename() {
git push --set-upstream origin "$2"
fi
}
+
+unset git_version
diff --git a/exact_dot_oh-my-zsh/exact_plugins/exact_gitfast/_git b/exact_dot_oh-my-zsh/exact_plugins/exact_gitfast/_git
index 886bf95..78a6dbb 100644
--- a/exact_dot_oh-my-zsh/exact_plugins/exact_gitfast/_git
+++ b/exact_dot_oh-my-zsh/exact_plugins/exact_gitfast/_git
@@ -30,7 +30,7 @@ if [ -z "$script" ]; then
local -a locations
local e
locations=(
- $(dirname ${funcsourcetrace[1]%:*})/git-completion.bash
+ "$(dirname ${funcsourcetrace[1]%:*})/git-completion.bash"
'/etc/bash_completion.d/git' # fedora, old debian
'/usr/share/bash-completion/completions/git' # arch, ubuntu, new debian
'/usr/share/bash-completion/git' # gentoo
@@ -39,7 +39,7 @@ if [ -z "$script" ]; then
test -f $e && script="$e" && break
done
fi
-GIT_SOURCING_ZSH_COMPLETION=y . "$script"
+ZSH_VERSION='' . "$script"
__gitcomp ()
{
@@ -93,22 +93,13 @@ __gitcomp_nl_append ()
compadd -Q -S "${4- }" -p "${2-}" -- ${=1} && _ret=0
}
-__gitcomp_file_direct ()
-{
- emulate -L zsh
-
- local IFS=$'\n'
- compset -P '*[=:]'
- compadd -f -- ${=1} && _ret=0
-}
-
__gitcomp_file ()
{
emulate -L zsh
local IFS=$'\n'
compset -P '*[=:]'
- compadd -p "${2-}" -f -- ${=1} && _ret=0
+ compadd -Q -p "${2-}" -f -- ${=1} && _ret=0
}
__git_zsh_bash_func ()
@@ -232,8 +223,10 @@ _git ()
if (( $+functions[__${service}_zsh_main] )); then
__${service}_zsh_main
- else
+ elif (( $+functions[__${service}_main] )); then
emulate ksh -c __${service}_main
+ elif (( $+functions[_${service}] )); then
+ emulate ksh -c _${service}
fi
let _ret && _default && _ret=0
diff --git a/exact_dot_oh-my-zsh/exact_plugins/exact_gitfast/git-completion.bash b/exact_dot_oh-my-zsh/exact_plugins/exact_gitfast/git-completion.bash
index e087c4b..b6ff5dc 100644
--- a/exact_dot_oh-my-zsh/exact_plugins/exact_gitfast/git-completion.bash
+++ b/exact_dot_oh-my-zsh/exact_plugins/exact_gitfast/git-completion.bash
@@ -29,16 +29,13 @@
# tell the completion to use commit completion. This also works with aliases
# of form "!sh -c '...'". For example, "!sh -c ': git commit ; ... '".
#
-# Compatible with bash 3.2.57.
-#
# You can set the following environment variables to influence the behavior of
# the completion routines:
#
# GIT_COMPLETION_CHECKOUT_NO_GUESS
#
# When set to "1", do not include "DWIM" suggestions in git-checkout
-# and git-switch completion (e.g., completing "foo" when "origin/foo"
-# exists).
+# completion (e.g., completing "foo" when "origin/foo" exists).
case "$COMP_WORDBREAKS" in
*:*) : great ;;
@@ -95,70 +92,6 @@ __git ()
${__git_dir:+--git-dir="$__git_dir"} "$@" 2>/dev/null
}
-# Removes backslash escaping, single quotes and double quotes from a word,
-# stores the result in the variable $dequoted_word.
-# 1: The word to dequote.
-__git_dequote ()
-{
- local rest="$1" len ch
-
- dequoted_word=""
-
- while test -n "$rest"; do
- len=${#dequoted_word}
- dequoted_word="$dequoted_word${rest%%[\\\'\"]*}"
- rest="${rest:$((${#dequoted_word}-$len))}"
-
- case "${rest:0:1}" in
- \\)
- ch="${rest:1:1}"
- case "$ch" in
- $'\n')
- ;;
- *)
- dequoted_word="$dequoted_word$ch"
- ;;
- esac
- rest="${rest:2}"
- ;;
- \')
- rest="${rest:1}"
- len=${#dequoted_word}
- dequoted_word="$dequoted_word${rest%%\'*}"
- rest="${rest:$((${#dequoted_word}-$len+1))}"
- ;;
- \")
- rest="${rest:1}"
- while test -n "$rest" ; do
- len=${#dequoted_word}
- dequoted_word="$dequoted_word${rest%%[\\\"]*}"
- rest="${rest:$((${#dequoted_word}-$len))}"
- case "${rest:0:1}" in
- \\)
- ch="${rest:1:1}"
- case "$ch" in
- \"|\\|\$|\`)
- dequoted_word="$dequoted_word$ch"
- ;;
- $'\n')
- ;;
- *)
- dequoted_word="$dequoted_word\\$ch"
- ;;
- esac
- rest="${rest:2}"
- ;;
- \")
- rest="${rest:1}"
- break
- ;;
- esac
- done
- ;;
- esac
- done
-}
-
# The following function is based on code from:
#
# bash_completion - programmable completion functions for bash 3.2+
@@ -331,32 +264,9 @@ __gitcomp ()
case "$cur_" in
--*=)
;;
- --no-*)
- local c i=0 IFS=$' \t\n'
- for c in $1; do
- if [[ $c == "--" ]]; then
- continue
- fi
- c="$c${4-}"
- if [[ $c == "$cur_"* ]]; then
- case $c in
- --*=*|*.) ;;
- *) c="$c " ;;
- esac
- COMPREPLY[i++]="${2-}$c"
- fi
- done
- ;;
*)
local c i=0 IFS=$' \t\n'
for c in $1; do
- if [[ $c == "--" ]]; then
- c="--no-...${4-}"
- if [[ $c == "$cur_"* ]]; then
- COMPREPLY[i++]="${2-}$c "
- fi
- break
- fi
c="$c${4-}"
if [[ $c == "$cur_"* ]]; then
case $c in
@@ -370,48 +280,6 @@ __gitcomp ()
esac
}
-# Clear the variables caching builtins' options when (re-)sourcing
-# the completion script.
-if [[ -n ${ZSH_VERSION-} ]]; then
- unset $(set |sed -ne 's/^\(__gitcomp_builtin_[a-zA-Z0-9_][a-zA-Z0-9_]*\)=.*/\1/p') 2>/dev/null
-else
- unset $(compgen -v __gitcomp_builtin_)
-fi
-
-# This function is equivalent to
-#
-# __gitcomp "$(git xxx --git-completion-helper) ..."
-#
-# except that the output is cached. Accept 1-3 arguments:
-# 1: the git command to execute, this is also the cache key
-# 2: extra options to be added on top (e.g. negative forms)
-# 3: options to be excluded
-__gitcomp_builtin ()
-{
- # spaces must be replaced with underscore for multi-word
- # commands, e.g. "git remote add" becomes remote_add.
- local cmd="$1"
- local incl="$2"
- local excl="$3"
-
- local var=__gitcomp_builtin_"${cmd/-/_}"
- local options
- eval "options=\$$var"
-
- if [ -z "$options" ]; then
- # leading and trailing spaces are significant to make
- # option removal work correctly.
- options=" $incl $(__git ${cmd/_/ } --git-completion-helper) " || return
-
- for i in $excl; do
- options="${options/ $i / }"
- done
- eval "$var=\"$options\""
- fi
-
- __gitcomp "$options"
-}
-
# Variation of __gitcomp_nl () that appends to the existing list of
# completion candidates, COMPREPLY.
__gitcomp_nl_append ()
@@ -435,24 +303,6 @@ __gitcomp_nl ()
__gitcomp_nl_append "$@"
}
-# Fills the COMPREPLY array with prefiltered paths without any additional
-# processing.
-# Callers must take care of providing only paths that match the current path
-# to be completed and adding any prefix path components, if necessary.
-# 1: List of newline-separated matching paths, complete with all prefix
-# path components.
-__gitcomp_file_direct ()
-{
- local IFS=$'\n'
-
- COMPREPLY=($1)
-
- # use a hack to enable file mode in bash < 4
- compopt -o filenames +o nospace 2>/dev/null ||
- compgen -f /non-existing-dir/ >/dev/null ||
- true
-}
-
# Generates completion reply with compgen from newline-separated possible
# completion filenames.
# It accepts 1 to 3 arguments:
@@ -472,8 +322,7 @@ __gitcomp_file ()
# use a hack to enable file mode in bash < 4
compopt -o filenames +o nospace 2>/dev/null ||
- compgen -f /non-existing-dir/ >/dev/null ||
- true
+ compgen -f /non-existing-dir/ > /dev/null
}
# Execute 'git ls-files', unless the --committable option is specified, in
@@ -483,12 +332,10 @@ __gitcomp_file ()
__git_ls_files_helper ()
{
if [ "$2" == "--committable" ]; then
- __git -C "$1" -c core.quotePath=false diff-index \
- --name-only --relative HEAD -- "${3//\\/\\\\}*"
+ __git -C "$1" diff-index --name-only --relative HEAD
else
# NOTE: $2 is not quoted in order to support multiple options
- __git -C "$1" -c core.quotePath=false ls-files \
- --exclude-standard $2 -- "${3//\\/\\\\}*"
+ __git -C "$1" ls-files --exclude-standard $2
fi
}
@@ -499,103 +346,17 @@ __git_ls_files_helper ()
# If provided, only files within the specified directory are listed.
# Sub directories are never recursed. Path must have a trailing
# slash.
-# 3: List only paths matching this path component (optional).
__git_index_files ()
{
- local root="$2" match="$3"
+ local root="${2-.}" file
- __git_ls_files_helper "$root" "$1" "$match" |
- awk -F / -v pfx="${2//\\/\\\\}" '{
- paths[$1] = 1
- }
- END {
- for (p in paths) {
- if (substr(p, 1, 1) != "\"") {
- # No special characters, easy!
- print pfx p
- continue
- }
-
- # The path is quoted.
- p = dequote(p)
- if (p == "")
- continue
-
- # Even when a directory name itself does not contain
- # any special characters, it will still be quoted if
- # any of its (stripped) trailing path components do.
- # Because of this we may have seen the same direcory
- # both quoted and unquoted.
- if (p in paths)
- # We have seen the same directory unquoted,
- # skip it.
- continue
- else
- print pfx p
- }
- }
- function dequote(p, bs_idx, out, esc, esc_idx, dec) {
- # Skip opening double quote.
- p = substr(p, 2)
-
- # Interpret backslash escape sequences.
- while ((bs_idx = index(p, "\\")) != 0) {
- out = out substr(p, 1, bs_idx - 1)
- esc = substr(p, bs_idx + 1, 1)
- p = substr(p, bs_idx + 2)
-
- if ((esc_idx = index("abtvfr\"\\", esc)) != 0) {
- # C-style one-character escape sequence.
- out = out substr("\a\b\t\v\f\r\"\\",
- esc_idx, 1)
- } else if (esc == "n") {
- # Uh-oh, a newline character.
- # We cant reliably put a pathname
- # containing a newline into COMPREPLY,
- # and the newline would create a mess.
- # Skip this path.
- return ""
- } else {
- # Must be a \nnn octal value, then.
- dec = esc * 64 + \
- substr(p, 1, 1) * 8 + \
- substr(p, 2, 1)
- out = out sprintf("%c", dec)
- p = substr(p, 3)
- }
- }
- # Drop closing double quote, if there is one.
- # (There isnt any if this is a directory, as it was
- # already stripped with the trailing path components.)
- if (substr(p, length(p), 1) == "\"")
- out = out substr(p, 1, length(p) - 1)
- else
- out = out p
-
- return out
- }'
-}
-
-# __git_complete_index_file requires 1 argument:
-# 1: the options to pass to ls-file
-#
-# The exception is --committable, which finds the files appropriate commit.
-__git_complete_index_file ()
-{
- local dequoted_word pfx="" cur_
-
- __git_dequote "$cur"
-
- case "$dequoted_word" in
- ?*/*)
- pfx="${dequoted_word%/*}/"
- cur_="${dequoted_word##*/}"
- ;;
- *)
- cur_="$dequoted_word"
- esac
-
- __gitcomp_file_direct "$(__git_index_files "$1" "$pfx" "$cur_")"
+ __git_ls_files_helper "$root" "$1" |
+ while read -r file; do
+ case "$file" in
+ ?*/*) echo "${file%%/*}" ;;
+ *) echo "$file" ;;
+ esac
+ done | sort | uniq
}
# Lists branches from the local repository.
@@ -678,7 +439,7 @@ __git_refs ()
track=""
;;
*)
- for i in HEAD FETCH_HEAD ORIG_HEAD MERGE_HEAD REBASE_HEAD; do
+ for i in HEAD FETCH_HEAD ORIG_HEAD MERGE_HEAD; do
case "$i" in
$match*)
if [ -e "$dir/$i" ]; then
@@ -833,7 +594,7 @@ __git_is_configured_remote ()
__git_list_merge_strategies ()
{
- LANG=C LC_ALL=C git merge -s help 2>&1 |
+ git merge -s help 2>&1 |
sed -n -e '/[Aa]vailable strategies are: /,/^$/{
s/\.$//
s/.*://
@@ -855,14 +616,9 @@ __git_compute_merge_strategies ()
__git_merge_strategies=$(__git_list_merge_strategies)
}
-__git_merge_strategy_options="ours theirs subtree subtree= patience
- histogram diff-algorithm= ignore-space-change ignore-all-space
- ignore-space-at-eol renormalize no-renormalize no-renames
- find-renames find-renames= rename-threshold="
-
__git_complete_revlist_file ()
{
- local dequoted_word pfx ls ref cur_="$cur"
+ local pfx ls ref cur_="$cur"
case "$cur_" in
*..?*:*)
return
@@ -870,18 +626,14 @@ __git_complete_revlist_file ()
?*:*)
ref="${cur_%%:*}"
cur_="${cur_#*:}"
-
- __git_dequote "$cur_"
-
- case "$dequoted_word" in
+ case "$cur_" in
?*/*)
- pfx="${dequoted_word%/*}"
- cur_="${dequoted_word##*/}"
+ pfx="${cur_%/*}"
+ cur_="${cur_##*/}"
ls="$ref:$pfx"
pfx="$pfx/"
;;
*)
- cur_="$dequoted_word"
ls="$ref"
;;
esac
@@ -891,10 +643,21 @@ __git_complete_revlist_file ()
*) pfx="$ref:$pfx" ;;
esac
- __gitcomp_file "$(__git ls-tree "$ls" \
- | sed 's/^.* //
- s/$//')" \
- "$pfx" "$cur_"
+ __gitcomp_nl "$(__git ls-tree "$ls" \
+ | sed '/^100... blob /{
+ s,^.* ,,
+ s,$, ,
+ }
+ /^120000 blob /{
+ s,^.* ,,
+ s,$, ,
+ }
+ /^040000 tree /{
+ s,^.* ,,
+ s,$,/,
+ }
+ s/^.* //')" \
+ "$pfx" "$cur_" ""
;;
*...*)
pfx="${cur_%...*}..."
@@ -912,6 +675,26 @@ __git_complete_revlist_file ()
esac
}
+
+# __git_complete_index_file requires 1 argument:
+# 1: the options to pass to ls-file
+#
+# The exception is --committable, which finds the files appropriate commit.
+__git_complete_index_file ()
+{
+ local pfx="" cur_="$cur"
+
+ case "$cur_" in
+ ?*/*)
+ pfx="${cur_%/*}"
+ cur_="${cur_##*/}"
+ pfx="${pfx}/"
+ ;;
+ esac
+
+ __gitcomp_file "$(__git_index_files "$1" ${pfx:+"$pfx"})" "$pfx" "$cur_"
+}
+
__git_complete_file ()
{
__git_complete_revlist_file
@@ -943,7 +726,6 @@ __git_complete_remote_or_refspec ()
*) ;;
esac
;;
- --multiple) no_complete_refspec=1; break ;;
-*) ;;
*) remote="$i"; break ;;
esac
@@ -1003,30 +785,136 @@ __git_complete_strategy ()
-s|--strategy)
__gitcomp "$__git_merge_strategies"
return 0
- ;;
- -X)
- __gitcomp "$__git_merge_strategy_options"
- return 0
- ;;
esac
case "$cur" in
--strategy=*)
__gitcomp "$__git_merge_strategies" "" "${cur##--strategy=}"
return 0
;;
- --strategy-option=*)
- __gitcomp "$__git_merge_strategy_options" "" "${cur##--strategy-option=}"
- return 0
- ;;
esac
return 1
}
+__git_commands () {
+ if test -n "${GIT_TESTING_COMMAND_COMPLETION:-}"
+ then
+ printf "%s" "${GIT_TESTING_COMMAND_COMPLETION}"
+ else
+ git help -a|egrep '^ [a-zA-Z0-9]'
+ fi
+}
+
+__git_list_all_commands ()
+{
+ local i IFS=" "$'\n'
+ for i in $(__git_commands)
+ do
+ case $i in
+ *--*) : helper pattern;;
+ *) echo $i;;
+ esac
+ done
+}
+
__git_all_commands=
__git_compute_all_commands ()
{
test -n "$__git_all_commands" ||
- __git_all_commands=$(__git --list-cmds=main,others,alias,nohelpers)
+ __git_all_commands=$(__git_list_all_commands)
+}
+
+__git_list_porcelain_commands ()
+{
+ local i IFS=" "$'\n'
+ __git_compute_all_commands
+ for i in $__git_all_commands
+ do
+ case $i in
+ *--*) : helper pattern;;
+ applymbox) : ask gittus;;
+ applypatch) : ask gittus;;
+ archimport) : import;;
+ cat-file) : plumbing;;
+ check-attr) : plumbing;;
+ check-ignore) : plumbing;;
+ check-mailmap) : plumbing;;
+ check-ref-format) : plumbing;;
+ checkout-index) : plumbing;;
+ column) : internal helper;;
+ commit-tree) : plumbing;;
+ count-objects) : infrequent;;
+ credential) : credentials;;
+ credential-*) : credentials helper;;
+ cvsexportcommit) : export;;
+ cvsimport) : import;;
+ cvsserver) : daemon;;
+ daemon) : daemon;;
+ diff-files) : plumbing;;
+ diff-index) : plumbing;;
+ diff-tree) : plumbing;;
+ fast-import) : import;;
+ fast-export) : export;;
+ fsck-objects) : plumbing;;
+ fetch-pack) : plumbing;;
+ fmt-merge-msg) : plumbing;;
+ for-each-ref) : plumbing;;
+ hash-object) : plumbing;;
+ http-*) : transport;;
+ index-pack) : plumbing;;
+ init-db) : deprecated;;
+ local-fetch) : plumbing;;
+ ls-files) : plumbing;;
+ ls-remote) : plumbing;;
+ ls-tree) : plumbing;;
+ mailinfo) : plumbing;;
+ mailsplit) : plumbing;;
+ merge-*) : plumbing;;
+ mktree) : plumbing;;
+ mktag) : plumbing;;
+ pack-objects) : plumbing;;
+ pack-redundant) : plumbing;;
+ pack-refs) : plumbing;;
+ parse-remote) : plumbing;;
+ patch-id) : plumbing;;
+ prune) : plumbing;;
+ prune-packed) : plumbing;;
+ quiltimport) : import;;
+ read-tree) : plumbing;;
+ receive-pack) : plumbing;;
+ remote-*) : transport;;
+ rerere) : plumbing;;
+ rev-list) : plumbing;;
+ rev-parse) : plumbing;;
+ runstatus) : plumbing;;
+ sh-setup) : internal;;
+ shell) : daemon;;
+ show-ref) : plumbing;;
+ send-pack) : plumbing;;
+ show-index) : plumbing;;
+ ssh-*) : transport;;
+ stripspace) : plumbing;;
+ symbolic-ref) : plumbing;;
+ unpack-file) : plumbing;;
+ unpack-objects) : plumbing;;
+ update-index) : plumbing;;
+ update-ref) : plumbing;;
+ update-server-info) : daemon;;
+ upload-archive) : plumbing;;
+ upload-pack) : plumbing;;
+ write-tree) : plumbing;;
+ var) : infrequent;;
+ verify-pack) : infrequent;;
+ verify-tag) : plumbing;;
+ *) echo $i;;
+ esac
+ done
+}
+
+__git_porcelain_commands=
+__git_compute_porcelain_commands ()
+{
+ test -n "$__git_porcelain_commands" ||
+ __git_porcelain_commands=$(__git_list_porcelain_commands)
}
# Lists all set config variables starting with the given section prefix,
@@ -1044,6 +932,11 @@ __git_pretty_aliases ()
__git_get_config_variables "pretty"
}
+__git_aliases ()
+{
+ __git_get_config_variables "alias"
+}
+
# __git_aliased_command requires 1 argument
__git_aliased_command ()
{
@@ -1179,14 +1072,12 @@ __git_count_arguments ()
}
__git_whitespacelist="nowarn warn error error-all fix"
-__git_patchformat="mbox stgit stgit-series hg mboxrd"
-__git_am_inprogress_options="--skip --continue --resolved --abort --quit --show-current-patch"
_git_am ()
{
__git_find_repo_path
if [ -d "$__git_repo_path"/rebase-apply ]; then
- __gitcomp "$__git_am_inprogress_options"
+ __gitcomp "--skip --continue --resolved --abort"
return
fi
case "$cur" in
@@ -1194,13 +1085,13 @@ _git_am ()
__gitcomp "$__git_whitespacelist" "" "${cur##--whitespace=}"
return
;;
- --patch-format=*)
- __gitcomp "$__git_patchformat" "" "${cur##--patch-format=}"
- return
- ;;
--*)
- __gitcomp_builtin am "" \
- "$__git_am_inprogress_options"
+ __gitcomp "
+ --3way --committer-date-is-author-date --ignore-date
+ --ignore-whitespace --ignore-space-change
+ --interactive --keep --no-utf8 --signoff --utf8
+ --whitespace= --scissors
+ "
return
esac
}
@@ -1213,7 +1104,14 @@ _git_apply ()
return
;;
--*)
- __gitcomp_builtin apply
+ __gitcomp "
+ --stat --numstat --summary --check --index
+ --cached --index-info --reverse --reject --unidiff-zero
+ --apply --no-add --exclude=
+ --ignore-whitespace --ignore-space-change
+ --whitespace= --inaccurate-eof --verbose
+ --recount --directory=
+ "
return
esac
}
@@ -1221,12 +1119,11 @@ _git_apply ()
_git_add ()
{
case "$cur" in
- --chmod=*)
- __gitcomp "+x -x" "" "${cur##--chmod=}"
- return
- ;;
--*)
- __gitcomp_builtin add
+ __gitcomp "
+ --interactive --refresh --patch --update --dry-run
+ --ignore-errors --intent-to-add --force --edit --chmod=
+ "
return
esac
@@ -1285,8 +1182,6 @@ _git_bisect ()
esac
}
-__git_ref_fieldlist="refname objecttype objectsize objectname upstream push HEAD symref"
-
_git_branch ()
{
local i c=1 only_local_ref="n" has_r="n"
@@ -1305,7 +1200,13 @@ _git_branch ()
__git_complete_refs --cur="${cur##--set-upstream-to=}"
;;
--*)
- __gitcomp_builtin branch
+ __gitcomp "
+ --color --no-color --verbose --abbrev= --no-abbrev
+ --track --no-track --contains --no-contains --merged --no-merged
+ --set-upstream-to= --edit-description --list
+ --unset-upstream --delete --move --copy --remotes
+ --column --no-column --sort= --points-at
+ "
;;
*)
if [ $only_local_ref = "y" -a $has_r = "n" ]; then
@@ -1346,7 +1247,11 @@ _git_checkout ()
__gitcomp "diff3 merge" "" "${cur##--conflict=}"
;;
--*)
- __gitcomp_builtin checkout
+ __gitcomp "
+ --quiet --ours --theirs --track --no-track --merge
+ --conflict= --orphan --patch --detach --ignore-skip-worktree-bits
+ --recurse-submodules --no-recurse-submodules
+ "
;;
*)
# check if --track, --no-track, or --no-guess was specified
@@ -1361,22 +1266,21 @@ _git_checkout ()
esac
}
-__git_cherry_pick_inprogress_options="--continue --quit --abort"
+_git_cherry ()
+{
+ __git_complete_refs
+}
_git_cherry_pick ()
{
__git_find_repo_path
if [ -f "$__git_repo_path"/CHERRY_PICK_HEAD ]; then
- __gitcomp "$__git_cherry_pick_inprogress_options"
+ __gitcomp "--continue --quit --abort"
return
fi
-
- __git_complete_strategy && return
-
case "$cur" in
--*)
- __gitcomp_builtin cherry-pick "" \
- "$__git_cherry_pick_inprogress_options"
+ __gitcomp "--edit --no-commit --signoff --strategy= --mainline"
;;
*)
__git_complete_refs
@@ -1388,7 +1292,7 @@ _git_clean ()
{
case "$cur" in
--*)
- __gitcomp_builtin clean
+ __gitcomp "--dry-run --quiet"
return
;;
esac
@@ -1401,7 +1305,26 @@ _git_clone ()
{
case "$cur" in
--*)
- __gitcomp_builtin clone
+ __gitcomp "
+ --local
+ --no-hardlinks
+ --shared
+ --reference
+ --quiet
+ --no-checkout
+ --bare
+ --mirror
+ --origin
+ --upload-pack
+ --template=
+ --depth
+ --single-branch
+ --no-tags
+ --branch
+ --recurse-submodules
+ --no-single-branch
+ --shallow-submodules
+ "
return
;;
esac
@@ -1434,7 +1357,16 @@ _git_commit ()
return
;;
--*)
- __gitcomp_builtin commit
+ __gitcomp "
+ --all --author= --signoff --verify --no-verify
+ --edit --no-edit
+ --amend --include --only --interactive
+ --dry-run --reuse-message= --reedit-message=
+ --reset-author --file= --message= --template=
+ --cleanup= --untracked-files --untracked-files=
+ --verbose --quiet --fixup= --squash=
+ --patch --short --date --allow-empty
+ "
return
esac
@@ -1450,7 +1382,11 @@ _git_describe ()
{
case "$cur" in
--*)
- __gitcomp_builtin describe
+ __gitcomp "
+ --all --tags --contains --abbrev= --candidates=
+ --exact-match --debug --long --match --always --first-parent
+ --exclude --dirty --broken
+ "
return
esac
__git_complete_refs
@@ -1475,7 +1411,7 @@ __git_diff_common_options="--stat --numstat --shortstat --summary
--dirstat --dirstat= --dirstat-by-file
--dirstat-by-file= --cumulative
--diff-algorithm=
- --submodule --submodule= --ignore-submodules
+ --submodule --submodule=
"
_git_diff ()
@@ -1503,8 +1439,7 @@ _git_diff ()
}
__git_mergetools_common="diffuse diffmerge ecmerge emerge kdiff3 meld opendiff
- tkdiff vimdiff gvimdiff xxdiff araxis p4merge bc
- codecompare smerge
+ tkdiff vimdiff gvimdiff xxdiff araxis p4merge bc codecompare
"
_git_difftool ()
@@ -1517,11 +1452,11 @@ _git_difftool ()
return
;;
--*)
- __gitcomp_builtin difftool "$__git_diff_common_options
- --base --cached --ours --theirs
- --pickaxe-all --pickaxe-regex
- --relative --staged
- "
+ __gitcomp "--cached --staged --pickaxe-all --pickaxe-regex
+ --base --ours --theirs
+ --no-renames --diff-filter= --find-copies-harder
+ --relative --ignore-submodules
+ --tool="
return
;;
esac
@@ -1530,6 +1465,12 @@ _git_difftool ()
__git_fetch_recurse_submodules="yes on-demand no"
+__git_fetch_options="
+ --quiet --verbose --append --upload-pack --force --keep --depth=
+ --tags --no-tags --all --prune --dry-run --recurse-submodules=
+ --unshallow --update-shallow
+"
+
_git_fetch ()
{
case "$cur" in
@@ -1537,21 +1478,21 @@ _git_fetch ()
__gitcomp "$__git_fetch_recurse_submodules" "" "${cur##--recurse-submodules=}"
return
;;
- --filter=*)
- __gitcomp "blob:none blob:limit= sparse:oid=" "" "${cur##--filter=}"
- return
- ;;
--*)
- __gitcomp_builtin fetch
+ __gitcomp "$__git_fetch_options"
return
;;
esac
__git_complete_remote_or_refspec
}
-__git_format_patch_extra_options="
- --full-index --not --all --no-prefix --src-prefix=
- --dst-prefix= --notes
+__git_format_patch_options="
+ --stdout --attach --no-attach --thread --thread= --no-thread
+ --numbered --start-number --numbered-files --keep-subject --signoff
+ --signature --no-signature --in-reply-to= --cc= --full-index --binary
+ --not --all --cover-letter --no-prefix --src-prefix= --dst-prefix=
+ --inline --suffix= --ignore-if-in-upstream --subject-prefix=
+ --output-directory --reroll-count --to= --quiet --notes
"
_git_format_patch ()
@@ -1564,7 +1505,7 @@ _git_format_patch ()
return
;;
--*)
- __gitcomp_builtin format-patch "$__git_format_patch_extra_options"
+ __gitcomp "$__git_format_patch_options"
return
;;
esac
@@ -1575,7 +1516,20 @@ _git_fsck ()
{
case "$cur" in
--*)
- __gitcomp_builtin fsck
+ __gitcomp "
+ --tags --root --unreachable --cache --no-reflogs --full
+ --strict --verbose --lost-found --name-objects
+ "
+ return
+ ;;
+ esac
+}
+
+_git_gc ()
+{
+ case "$cur" in
+ --*)
+ __gitcomp "--prune --aggressive"
return
;;
esac
@@ -1631,7 +1585,21 @@ _git_grep ()
case "$cur" in
--*)
- __gitcomp_builtin grep
+ __gitcomp "
+ --cached
+ --text --ignore-case --word-regexp --invert-match
+ --full-name --line-number
+ --extended-regexp --basic-regexp --fixed-strings
+ --perl-regexp
+ --threads
+ --files-with-matches --name-only
+ --files-without-match
+ --max-depth
+ --count
+ --and --or --not --all-match
+ --break --heading --show-function --function-context
+ --untracked --no-index
+ "
return
;;
esac
@@ -1649,16 +1617,17 @@ _git_help ()
{
case "$cur" in
--*)
- __gitcomp_builtin help
+ __gitcomp "--all --guides --info --man --web"
return
;;
esac
- if test -n "$GIT_TESTING_ALL_COMMAND_LIST"
- then
- __gitcomp "$GIT_TESTING_ALL_COMMAND_LIST $(__git --list-cmds=alias,list-guide) gitk"
- else
- __gitcomp "$(__git --list-cmds=main,nohelpers,alias,list-guide) gitk"
- fi
+ __git_compute_all_commands
+ __gitcomp "$__git_all_commands $(__git_aliases)
+ attributes cli core-tutorial cvs-migration
+ diffcore everyday gitk glossary hooks ignore modules
+ namespaces repository-layout revisions tutorial tutorial-2
+ workflows
+ "
}
_git_init ()
@@ -1671,7 +1640,7 @@ _git_init ()
return
;;
--*)
- __gitcomp_builtin init
+ __gitcomp "--quiet --bare --template= --shared --shared="
return
;;
esac
@@ -1681,7 +1650,13 @@ _git_ls_files ()
{
case "$cur" in
--*)
- __gitcomp_builtin ls-files
+ __gitcomp "--cached --deleted --modified --others --ignored
+ --stage --directory --no-empty-directory --unmerged
+ --killed --exclude= --exclude-from=
+ --exclude-per-directory= --exclude-standard
+ --error-unmatch --with-tree= --full-name
+ --abbrev --ignored --exclude-per-directory
+ "
return
;;
esac
@@ -1695,7 +1670,7 @@ _git_ls_remote ()
{
case "$cur" in
--*)
- __gitcomp_builtin ls-remote
+ __gitcomp "--heads --tags --refs --get-url --symref"
return
;;
esac
@@ -1704,13 +1679,6 @@ _git_ls_remote ()
_git_ls_tree ()
{
- case "$cur" in
- --*)
- __gitcomp_builtin ls-tree
- return
- ;;
- esac
-
__git_complete_file
}
@@ -1737,8 +1705,8 @@ __git_log_shortlog_options="
--all-match --invert-grep
"
-__git_log_pretty_formats="oneline short medium full fuller email raw format: mboxrd"
-__git_log_date_formats="relative iso8601 iso8601-strict rfc2822 short local default raw unix format:"
+__git_log_pretty_formats="oneline short medium full fuller email raw format:"
+__git_log_date_formats="relative iso8601 rfc2822 short local default raw"
_git_log ()
{
@@ -1826,13 +1794,22 @@ _git_log ()
__git_complete_revlist
}
+# Common merge options shared by git-merge(1) and git-pull(1).
+__git_merge_options="
+ --no-commit --no-stat --log --no-log --squash --strategy
+ --commit --stat --no-squash --ff --no-ff --ff-only --edit --no-edit
+ --verify-signatures --no-verify-signatures --gpg-sign
+ --quiet --verbose --progress --no-progress
+"
+
_git_merge ()
{
__git_complete_strategy && return
case "$cur" in
--*)
- __gitcomp_builtin merge
+ __gitcomp "$__git_merge_options
+ --rerere-autoupdate --no-rerere-autoupdate --abort --continue"
return
esac
__git_complete_refs
@@ -1846,7 +1823,7 @@ _git_mergetool ()
return
;;
--*)
- __gitcomp "--tool= --prompt --no-prompt --gui --no-gui"
+ __gitcomp "--tool= --prompt --no-prompt"
return
;;
esac
@@ -1856,7 +1833,7 @@ _git_merge_base ()
{
case "$cur" in
--*)
- __gitcomp_builtin merge-base
+ __gitcomp "--octopus --independent --is-ancestor --fork-point"
return
;;
esac
@@ -1867,7 +1844,7 @@ _git_mv ()
{
case "$cur" in
--*)
- __gitcomp_builtin mv
+ __gitcomp "--dry-run"
return
;;
esac
@@ -1881,14 +1858,19 @@ _git_mv ()
fi
}
+_git_name_rev ()
+{
+ __gitcomp "--tags --all --stdin"
+}
+
_git_notes ()
{
- local subcommands='add append copy edit get-ref list merge prune remove show'
+ local subcommands='add append copy edit list prune remove show'
local subcommand="$(__git_find_on_cmdline "$subcommands")"
case "$subcommand,$cur" in
,--*)
- __gitcomp_builtin notes
+ __gitcomp '--ref'
;;
,*)
case "$prev" in
@@ -1900,14 +1882,21 @@ _git_notes ()
;;
esac
;;
- *,--reuse-message=*|*,--reedit-message=*)
+ add,--reuse-message=*|append,--reuse-message=*|\
+ add,--reedit-message=*|append,--reedit-message=*)
__git_complete_refs --cur="${cur#*=}"
;;
- *,--*)
- __gitcomp_builtin notes_$subcommand
+ add,--*|append,--*)
+ __gitcomp '--file= --message= --reedit-message=
+ --reuse-message='
;;
- prune,*|get-ref,*)
- # this command does not take a ref, do not complete it
+ copy,--*)
+ __gitcomp '--stdin'
+ ;;
+ prune,--*)
+ __gitcomp '--dry-run --verbose'
+ ;;
+ prune,*)
;;
*)
case "$prev" in
@@ -1931,8 +1920,12 @@ _git_pull ()
return
;;
--*)
- __gitcomp_builtin pull
-
+ __gitcomp "
+ --rebase --no-rebase
+ --autostash --no-autostash
+ $__git_merge_options
+ $__git_fetch_options
+ "
return
;;
esac
@@ -1983,36 +1976,27 @@ _git_push ()
return
;;
--*)
- __gitcomp_builtin push
+ __gitcomp "
+ --all --mirror --tags --dry-run --force --verbose
+ --quiet --prune --delete --follow-tags
+ --receive-pack= --repo= --set-upstream
+ --force-with-lease --force-with-lease= --recurse-submodules=
+ "
return
;;
esac
__git_complete_remote_or_refspec
}
-_git_range_diff ()
-{
- case "$cur" in
- --*)
- __gitcomp "
- --creation-factor= --no-dual-color
- $__git_diff_common_options
- "
- return
- ;;
- esac
- __git_complete_revlist
-}
-
_git_rebase ()
{
__git_find_repo_path
if [ -f "$__git_repo_path"/rebase-merge/interactive ]; then
- __gitcomp "--continue --skip --abort --quit --edit-todo --show-current-patch"
+ __gitcomp "--continue --skip --abort --quit --edit-todo"
return
elif [ -d "$__git_repo_path"/rebase-apply ] || \
[ -d "$__git_repo_path"/rebase-merge ]; then
- __gitcomp "--continue --skip --abort --quit --show-current-patch"
+ __gitcomp "--continue --skip --abort --quit"
return
fi
__git_complete_strategy && return
@@ -2024,7 +2008,7 @@ _git_rebase ()
--*)
__gitcomp "
--onto --merge --strategy --interactive
- --rebase-merges --preserve-merges --stat --no-stat
+ --preserve-merges --stat --no-stat
--committer-date-is-author-date --ignore-date
--ignore-whitespace --whitespace=
--autosquash --no-autosquash
@@ -2032,7 +2016,6 @@ _git_rebase ()
--autostash --no-autostash
--verify --no-verify
--keep-empty --root --force-rebase --no-ff
- --rerere-autoupdate
--exec
"
@@ -2094,16 +2077,16 @@ _git_send_email ()
return
;;
--*)
- __gitcomp_builtin send-email "--annotate --bcc --cc --cc-cmd --chain-reply-to
+ __gitcomp "--annotate --bcc --cc --cc-cmd --chain-reply-to
--compose --confirm= --dry-run --envelope-sender
--from --identity
--in-reply-to --no-chain-reply-to --no-signed-off-by-cc
- --no-suppress-from --no-thread --quiet --reply-to
+ --no-suppress-from --no-thread --quiet
--signed-off-by-cc --smtp-pass --smtp-server
--smtp-server-port --smtp-encryption= --smtp-user
--subject --suppress-cc= --suppress-from --thread --to
--validate --no-validate
- $__git_format_patch_extra_options"
+ $__git_format_patch_options"
return
;;
esac
@@ -2136,7 +2119,11 @@ _git_status ()
return
;;
--*)
- __gitcomp_builtin status
+ __gitcomp "
+ --short --branch --porcelain --long --verbose
+ --untracked-files= --ignore-submodules= --ignored
+ --column= --no-column
+ "
return
;;
esac
@@ -2161,44 +2148,6 @@ _git_status ()
__git_complete_index_file "$complete_opt"
}
-_git_switch ()
-{
- case "$cur" in
- --conflict=*)
- __gitcomp "diff3 merge" "" "${cur##--conflict=}"
- ;;
- --*)
- __gitcomp_builtin switch
- ;;
- *)
- # check if --track, --no-track, or --no-guess was specified
- # if so, disable DWIM mode
- local track_opt="--track" only_local_ref=n
- if [ "$GIT_COMPLETION_CHECKOUT_NO_GUESS" = "1" ] ||
- [ -n "$(__git_find_on_cmdline "--track --no-track --no-guess")" ]; then
- track_opt=''
- fi
- # explicit --guess enables DWIM mode regardless of
- # $GIT_COMPLETION_CHECKOUT_NO_GUESS
- if [ -n "$(__git_find_on_cmdline "--guess")" ]; then
- track_opt='--track'
- fi
- if [ -z "$(__git_find_on_cmdline "-d --detach")" ]; then
- only_local_ref=y
- else
- # --guess --detach is invalid combination, no
- # dwim will be done when --detach is specified
- track_opt=
- fi
- if [ $only_local_ref = y -a -z "$track_opt" ]; then
- __gitcomp_direct "$(__git_heads "" "$cur" " ")"
- else
- __git_complete_refs $track_opt
- fi
- ;;
- esac
-}
-
__git_config_get_set_variables ()
{
local prevword word config_file= c=$cword
@@ -2221,24 +2170,9 @@ __git_config_get_set_variables ()
__git config $config_file --name-only --list
}
-__git_config_vars=
-__git_compute_config_vars ()
-{
- test -n "$__git_config_vars" ||
- __git_config_vars="$(git help --config-for-completion | sort | uniq)"
-}
-
_git_config ()
{
- local varname
-
- if [ "${BASH_VERSINFO[0]:-0}" -ge 4 ]; then
- varname="${prev,,}"
- else
- varname="$(echo "$prev" |tr A-Z a-z)"
- fi
-
- case "$varname" in
+ case "$prev" in
branch.*.remote|branch.*.pushremote)
__gitcomp_nl "$(__git_remotes)"
return
@@ -2248,7 +2182,7 @@ _git_config ()
return
;;
branch.*.rebase)
- __gitcomp "false true merges preserve interactive"
+ __gitcomp "false true preserve interactive"
return
;;
remote.pushdefault)
@@ -2294,7 +2228,7 @@ _git_config ()
return
;;
diff.submodule)
- __gitcomp "$__git_diff_submodule_formats"
+ __gitcomp "log short"
return
;;
help.format)
@@ -2305,7 +2239,7 @@ _git_config ()
__gitcomp "$__git_log_date_formats"
return
;;
- sendemail.aliasfiletype)
+ sendemail.aliasesfiletype)
__gitcomp "mutt mailrc pine elm gnus"
return
;;
@@ -2331,25 +2265,32 @@ _git_config ()
esac
case "$cur" in
--*)
- __gitcomp_builtin config
+ __gitcomp "
+ --system --global --local --file=
+ --list --replace-all
+ --get --get-all --get-regexp
+ --add --unset --unset-all
+ --remove-section --rename-section
+ --name-only
+ "
return
;;
branch.*.*)
local pfx="${cur%.*}." cur_="${cur##*.}"
- __gitcomp "remote pushRemote merge mergeOptions rebase" "$pfx" "$cur_"
+ __gitcomp "remote pushremote merge mergeoptions rebase" "$pfx" "$cur_"
return
;;
branch.*)
local pfx="${cur%.*}." cur_="${cur#*.}"
__gitcomp_direct "$(__git_heads "$pfx" "$cur_" ".")"
- __gitcomp_nl_append $'autoSetupMerge\nautoSetupRebase\n' "$pfx" "$cur_"
+ __gitcomp_nl_append $'autosetupmerge\nautosetuprebase\n' "$pfx" "$cur_"
return
;;
guitool.*.*)
local pfx="${cur%.*}." cur_="${cur##*.}"
__gitcomp "
- argPrompt cmd confirm needsFile noConsole noRescan
- prompt revPrompt revUnmerged title
+ argprompt cmd confirm needsfile noconsole norescan
+ prompt revprompt revunmerged title
" "$pfx" "$cur_"
return
;;
@@ -2378,14 +2319,14 @@ _git_config ()
local pfx="${cur%.*}." cur_="${cur##*.}"
__gitcomp "
url proxy fetch push mirror skipDefaultUpdate
- receivepack uploadpack tagOpt pushurl
+ receivepack uploadpack tagopt pushurl
" "$pfx" "$cur_"
return
;;
remote.*)
local pfx="${cur%.*}." cur_="${cur#*.}"
__gitcomp_nl "$(__git_remotes)" "$pfx" "$cur_" "."
- __gitcomp_nl_append "pushDefault" "$pfx" "$cur_"
+ __gitcomp_nl_append "pushdefault" "$pfx" "$cur_"
return
;;
url.*.*)
@@ -2393,14 +2334,332 @@ _git_config ()
__gitcomp "insteadOf pushInsteadOf" "$pfx" "$cur_"
return
;;
- *.*)
- __git_compute_config_vars
- __gitcomp "$__git_config_vars"
- ;;
- *)
- __git_compute_config_vars
- __gitcomp "$(echo "$__git_config_vars" | sed 's/\.[^ ]*/./g')"
esac
+ __gitcomp "
+ add.ignoreErrors
+ advice.amWorkDir
+ advice.commitBeforeMerge
+ advice.detachedHead
+ advice.implicitIdentity
+ advice.pushAlreadyExists
+ advice.pushFetchFirst
+ advice.pushNeedsForce
+ advice.pushNonFFCurrent
+ advice.pushNonFFMatching
+ advice.pushUpdateRejected
+ advice.resolveConflict
+ advice.rmHints
+ advice.statusHints
+ advice.statusUoption
+ advice.ignoredHook
+ alias.
+ am.keepcr
+ am.threeWay
+ apply.ignorewhitespace
+ apply.whitespace
+ branch.autosetupmerge
+ branch.autosetuprebase
+ browser.
+ clean.requireForce
+ color.branch
+ color.branch.current
+ color.branch.local
+ color.branch.plain
+ color.branch.remote
+ color.decorate.HEAD
+ color.decorate.branch
+ color.decorate.remoteBranch
+ color.decorate.stash
+ color.decorate.tag
+ color.diff
+ color.diff.commit
+ color.diff.frag
+ color.diff.func
+ color.diff.meta
+ color.diff.new
+ color.diff.old
+ color.diff.plain
+ color.diff.whitespace
+ color.grep
+ color.grep.context
+ color.grep.filename
+ color.grep.function
+ color.grep.linenumber
+ color.grep.match
+ color.grep.selected
+ color.grep.separator
+ color.interactive
+ color.interactive.error
+ color.interactive.header
+ color.interactive.help
+ color.interactive.prompt
+ color.pager
+ color.showbranch
+ color.status
+ color.status.added
+ color.status.changed
+ color.status.header
+ color.status.localBranch
+ color.status.nobranch
+ color.status.remoteBranch
+ color.status.unmerged
+ color.status.untracked
+ color.status.updated
+ color.ui
+ commit.cleanup
+ commit.gpgSign
+ commit.status
+ commit.template
+ commit.verbose
+ core.abbrev
+ core.askpass
+ core.attributesfile
+ core.autocrlf
+ core.bare
+ core.bigFileThreshold
+ core.checkStat
+ core.commentChar
+ core.compression
+ core.createObject
+ core.deltaBaseCacheLimit
+ core.editor
+ core.eol
+ core.excludesfile
+ core.fileMode
+ core.fsyncobjectfiles
+ core.gitProxy
+ core.hideDotFiles
+ core.hooksPath
+ core.ignoreStat
+ core.ignorecase
+ core.logAllRefUpdates
+ core.loosecompression
+ core.notesRef
+ core.packedGitLimit
+ core.packedGitWindowSize
+ core.packedRefsTimeout
+ core.pager
+ core.precomposeUnicode
+ core.preferSymlinkRefs
+ core.preloadindex
+ core.protectHFS
+ core.protectNTFS
+ core.quotepath
+ core.repositoryFormatVersion
+ core.safecrlf
+ core.sharedRepository
+ core.sparseCheckout
+ core.splitIndex
+ core.sshCommand
+ core.symlinks
+ core.trustctime
+ core.untrackedCache
+ core.warnAmbiguousRefs
+ core.whitespace
+ core.worktree
+ credential.helper
+ credential.useHttpPath
+ credential.username
+ credentialCache.ignoreSIGHUP
+ diff.autorefreshindex
+ diff.external
+ diff.ignoreSubmodules
+ diff.mnemonicprefix
+ diff.noprefix
+ diff.renameLimit
+ diff.renames
+ diff.statGraphWidth
+ diff.submodule
+ diff.suppressBlankEmpty
+ diff.tool
+ diff.wordRegex
+ diff.algorithm
+ difftool.
+ difftool.prompt
+ fetch.recurseSubmodules
+ fetch.unpackLimit
+ format.attach
+ format.cc
+ format.coverLetter
+ format.from
+ format.headers
+ format.numbered
+ format.pretty
+ format.signature
+ format.signoff
+ format.subjectprefix
+ format.suffix
+ format.thread
+ format.to
+ gc.
+ gc.aggressiveDepth
+ gc.aggressiveWindow
+ gc.auto
+ gc.autoDetach
+ gc.autopacklimit
+ gc.logExpiry
+ gc.packrefs
+ gc.pruneexpire
+ gc.reflogexpire
+ gc.reflogexpireunreachable
+ gc.rerereresolved
+ gc.rerereunresolved
+ gc.worktreePruneExpire
+ gitcvs.allbinary
+ gitcvs.commitmsgannotation
+ gitcvs.dbTableNamePrefix
+ gitcvs.dbdriver
+ gitcvs.dbname
+ gitcvs.dbpass
+ gitcvs.dbuser
+ gitcvs.enabled
+ gitcvs.logfile
+ gitcvs.usecrlfattr
+ guitool.
+ gui.blamehistoryctx
+ gui.commitmsgwidth
+ gui.copyblamethreshold
+ gui.diffcontext
+ gui.encoding
+ gui.fastcopyblame
+ gui.matchtrackingbranch
+ gui.newbranchtemplate
+ gui.pruneduringfetch
+ gui.spellingdictionary
+ gui.trustmtime
+ help.autocorrect
+ help.browser
+ help.format
+ http.lowSpeedLimit
+ http.lowSpeedTime
+ http.maxRequests
+ http.minSessions
+ http.noEPSV
+ http.postBuffer
+ http.proxy
+ http.sslCipherList
+ http.sslVersion
+ http.sslCAInfo
+ http.sslCAPath
+ http.sslCert
+ http.sslCertPasswordProtected
+ http.sslKey
+ http.sslVerify
+ http.useragent
+ i18n.commitEncoding
+ i18n.logOutputEncoding
+ imap.authMethod
+ imap.folder
+ imap.host
+ imap.pass
+ imap.port
+ imap.preformattedHTML
+ imap.sslverify
+ imap.tunnel
+ imap.user
+ init.templatedir
+ instaweb.browser
+ instaweb.httpd
+ instaweb.local
+ instaweb.modulepath
+ instaweb.port
+ interactive.singlekey
+ log.date
+ log.decorate
+ log.showroot
+ mailmap.file
+ man.
+ man.viewer
+ merge.
+ merge.conflictstyle
+ merge.log
+ merge.renameLimit
+ merge.renormalize
+ merge.stat
+ merge.tool
+ merge.verbosity
+ mergetool.
+ mergetool.keepBackup
+ mergetool.keepTemporaries
+ mergetool.prompt
+ notes.displayRef
+ notes.rewrite.
+ notes.rewrite.amend
+ notes.rewrite.rebase
+ notes.rewriteMode
+ notes.rewriteRef
+ pack.compression
+ pack.deltaCacheLimit
+ pack.deltaCacheSize
+ pack.depth
+ pack.indexVersion
+ pack.packSizeLimit
+ pack.threads
+ pack.window
+ pack.windowMemory
+ pager.
+ pretty.
+ pull.octopus
+ pull.twohead
+ push.default
+ push.followTags
+ rebase.autosquash
+ rebase.stat
+ receive.autogc
+ receive.denyCurrentBranch
+ receive.denyDeleteCurrent
+ receive.denyDeletes
+ receive.denyNonFastForwards
+ receive.fsckObjects
+ receive.unpackLimit
+ receive.updateserverinfo
+ remote.pushdefault
+ remotes.
+ repack.usedeltabaseoffset
+ rerere.autoupdate
+ rerere.enabled
+ sendemail.
+ sendemail.aliasesfile
+ sendemail.aliasfiletype
+ sendemail.bcc
+ sendemail.cc
+ sendemail.cccmd
+ sendemail.chainreplyto
+ sendemail.confirm
+ sendemail.envelopesender
+ sendemail.from
+ sendemail.identity
+ sendemail.multiedit
+ sendemail.signedoffbycc
+ sendemail.smtpdomain
+ sendemail.smtpencryption
+ sendemail.smtppass
+ sendemail.smtpserver
+ sendemail.smtpserveroption
+ sendemail.smtpserverport
+ sendemail.smtpuser
+ sendemail.suppresscc
+ sendemail.suppressfrom
+ sendemail.thread
+ sendemail.to
+ sendemail.tocmd
+ sendemail.validate
+ sendemail.smtpbatchsize
+ sendemail.smtprelogindelay
+ showbranch.default
+ status.relativePaths
+ status.showUntrackedFiles
+ status.submodulesummary
+ submodule.
+ tar.umask
+ transfer.unpackLimit
+ url.
+ user.email
+ user.name
+ user.signingkey
+ web.browser
+ branch. remote.
+ "
}
_git_remote ()
@@ -2413,7 +2672,7 @@ _git_remote ()
if [ -z "$subcommand" ]; then
case "$cur" in
--*)
- __gitcomp_builtin remote
+ __gitcomp "--verbose"
;;
*)
__gitcomp "$subcommands"
@@ -2424,33 +2683,33 @@ _git_remote ()
case "$subcommand,$cur" in
add,--*)
- __gitcomp_builtin remote_add
+ __gitcomp "--track --master --fetch --tags --no-tags --mirror="
;;
add,*)
;;
set-head,--*)
- __gitcomp_builtin remote_set-head
+ __gitcomp "--auto --delete"
;;
set-branches,--*)
- __gitcomp_builtin remote_set-branches
+ __gitcomp "--add"
;;
set-head,*|set-branches,*)
__git_complete_remote_or_refspec
;;
update,--*)
- __gitcomp_builtin remote_update
+ __gitcomp "--prune"
;;
update,*)
- __gitcomp "$(__git_remotes) $(__git_get_config_variables "remotes")"
+ __gitcomp "$(__git_get_config_variables "remotes")"
;;
set-url,--*)
- __gitcomp_builtin remote_set-url
+ __gitcomp "--push --add --delete"
;;
get-url,--*)
- __gitcomp_builtin remote_get-url
+ __gitcomp "--push --all"
;;
prune,--*)
- __gitcomp_builtin remote_prune
+ __gitcomp "--dry-run"
;;
*)
__gitcomp_nl "$(__git_remotes)"
@@ -2461,12 +2720,8 @@ _git_remote ()
_git_replace ()
{
case "$cur" in
- --format=*)
- __gitcomp "short medium long" "" "${cur##--format=}"
- return
- ;;
--*)
- __gitcomp_builtin replace
+ __gitcomp "--edit --graft --format= --list --delete"
return
;;
esac
@@ -2490,42 +2745,26 @@ _git_reset ()
case "$cur" in
--*)
- __gitcomp_builtin reset
+ __gitcomp "--merge --mixed --hard --soft --patch --keep"
return
;;
esac
__git_complete_refs
}
-_git_restore ()
-{
- case "$cur" in
- --conflict=*)
- __gitcomp "diff3 merge" "" "${cur##--conflict=}"
- ;;
- --source=*)
- __git_complete_refs --cur="${cur##--source=}"
- ;;
- --*)
- __gitcomp_builtin restore
- ;;
- esac
-}
-
-__git_revert_inprogress_options="--continue --quit --abort"
-
_git_revert ()
{
__git_find_repo_path
if [ -f "$__git_repo_path"/REVERT_HEAD ]; then
- __gitcomp "$__git_revert_inprogress_options"
+ __gitcomp "--continue --quit --abort"
return
fi
- __git_complete_strategy && return
case "$cur" in
--*)
- __gitcomp_builtin revert "" \
- "$__git_revert_inprogress_options"
+ __gitcomp "
+ --edit --mainline --no-edit --no-commit --signoff
+ --strategy= --strategy-option=
+ "
return
;;
esac
@@ -2536,7 +2775,7 @@ _git_rm ()
{
case "$cur" in
--*)
- __gitcomp_builtin rm
+ __gitcomp "--cached --dry-run --ignore-unmatch --quiet"
return
;;
esac
@@ -2594,7 +2833,12 @@ _git_show_branch ()
{
case "$cur" in
--*)
- __gitcomp_builtin show-branch
+ __gitcomp "
+ --all --remotes --topo-order --date-order --current --more=
+ --list --independent --merge-base --no-name
+ --color --no-color
+ --sha1-name --sparse --topics --reflog
+ "
return
;;
esac
@@ -2604,21 +2848,13 @@ _git_show_branch ()
_git_stash ()
{
local save_opts='--all --keep-index --no-keep-index --quiet --patch --include-untracked'
- local subcommands='push list show apply clear drop pop create branch'
- local subcommand="$(__git_find_on_cmdline "$subcommands save")"
- if [ -n "$(__git_find_on_cmdline "-p")" ]; then
- subcommand="push"
- fi
+ local subcommands='push save list show apply clear drop pop create branch'
+ local subcommand="$(__git_find_on_cmdline "$subcommands")"
if [ -z "$subcommand" ]; then
case "$cur" in
--*)
__gitcomp "$save_opts"
;;
- sa*)
- if [ -z "$(__git_find_on_cmdline "$save_opts")" ]; then
- __gitcomp "save"
- fi
- ;;
*)
if [ -z "$(__git_find_on_cmdline "$save_opts")" ]; then
__gitcomp "$subcommands"
@@ -2639,9 +2875,6 @@ _git_stash ()
drop,--*)
__gitcomp "--quiet"
;;
- list,--*)
- __gitcomp "--name-status --oneline --patch-with-stat"
- ;;
show,--*|branch,--*)
;;
branch,*)
@@ -2666,7 +2899,7 @@ _git_submodule ()
{
__git_has_doubledash && return
- local subcommands="add status init deinit update set-branch summary foreach sync absorbgitdirs"
+ local subcommands="add status init deinit update summary foreach sync"
local subcommand="$(__git_find_on_cmdline "$subcommands")"
if [ -z "$subcommand" ]; then
case "$cur" in
@@ -2697,9 +2930,6 @@ _git_submodule ()
--force --rebase --merge --reference --depth --recursive --jobs
"
;;
- set-branch,--*)
- __gitcomp "--default --branch"
- ;;
summary,--*)
__gitcomp "--cached --files --summary-limit"
;;
@@ -2815,7 +3045,7 @@ _git_tag ()
while [ $c -lt $cword ]; do
i="${words[c]}"
case "$i" in
- -d|--delete|-v|--verify)
+ -d|-v)
__gitcomp_direct "$(__git_tags "" "$cur" " ")"
return
;;
@@ -2841,7 +3071,11 @@ _git_tag ()
case "$cur" in
--*)
- __gitcomp_builtin tag
+ __gitcomp "
+ --list --delete --verify --annotate --message --file
+ --sign --cleanup --local-user --force --column --sort=
+ --contains --no-contains --points-at --merged --no-merged --create-reflog
+ "
;;
esac
}
@@ -2853,26 +3087,23 @@ _git_whatchanged ()
_git_worktree ()
{
- local subcommands="add list lock move prune remove unlock"
+ local subcommands="add list lock prune unlock"
local subcommand="$(__git_find_on_cmdline "$subcommands")"
if [ -z "$subcommand" ]; then
__gitcomp "$subcommands"
else
case "$subcommand,$cur" in
add,--*)
- __gitcomp_builtin worktree_add
+ __gitcomp "--detach"
;;
list,--*)
- __gitcomp_builtin worktree_list
+ __gitcomp "--porcelain"
;;
lock,--*)
- __gitcomp_builtin worktree_lock
+ __gitcomp "--reason"
;;
prune,--*)
- __gitcomp_builtin worktree_prune
- ;;
- remove,--*)
- __gitcomp "--force"
+ __gitcomp "--dry-run --expire --verbose"
;;
*)
;;
@@ -2880,52 +3111,6 @@ _git_worktree ()
fi
}
-__git_complete_common () {
- local command="$1"
-
- case "$cur" in
- --*)
- __gitcomp_builtin "$command"
- ;;
- esac
-}
-
-__git_cmds_with_parseopt_helper=
-__git_support_parseopt_helper () {
- test -n "$__git_cmds_with_parseopt_helper" ||
- __git_cmds_with_parseopt_helper="$(__git --list-cmds=parseopt)"
-
- case " $__git_cmds_with_parseopt_helper " in
- *" $1 "*)
- return 0
- ;;
- *)
- return 1
- ;;
- esac
-}
-
-__git_complete_command () {
- local command="$1"
- local completion_func="_git_${command//-/_}"
- if ! declare -f $completion_func >/dev/null 2>/dev/null &&
- declare -f _completion_loader >/dev/null 2>/dev/null
- then
- _completion_loader "git-$command"
- fi
- if declare -f $completion_func >/dev/null 2>/dev/null
- then
- $completion_func
- return 0
- elif __git_support_parseopt_helper "$command"
- then
- __git_complete_common "$command"
- return 0
- else
- return 1
- fi
-}
-
__git_main ()
{
local i c=1 command __git_dir __git_repo_path
@@ -2979,24 +3164,20 @@ __git_main ()
--help
"
;;
- *)
- if test -n "$GIT_TESTING_PORCELAIN_COMMAND_LIST"
- then
- __gitcomp "$GIT_TESTING_PORCELAIN_COMMAND_LIST"
- else
- __gitcomp "$(__git --list-cmds=list-mainporcelain,others,nohelpers,alias,list-complete,config)"
- fi
- ;;
+ *) __git_compute_porcelain_commands
+ __gitcomp "$__git_porcelain_commands $(__git_aliases)" ;;
esac
return
fi
- __git_complete_command "$command" && return
+ local completion_func="_git_${command//-/_}"
+ declare -f $completion_func >/dev/null 2>/dev/null && $completion_func && return
local expansion=$(__git_aliased_command "$command")
if [ -n "$expansion" ]; then
words[1]=$expansion
- __git_complete_command "$expansion"
+ completion_func="_git_${expansion//-/_}"
+ declare -f $completion_func >/dev/null 2>/dev/null && $completion_func
fi
}
@@ -3024,10 +3205,7 @@ __gitk_main ()
__git_complete_revlist
}
-if [[ -n ${ZSH_VERSION-} ]] &&
- # Don't define these functions when sourced from 'git-completion.zsh',
- # it has its own implementations.
- [[ -z ${GIT_SOURCING_ZSH_COMPLETION-} ]]; then
+if [[ -n ${ZSH_VERSION-} ]]; then
echo "WARNING: this script is deprecated, please see git-completion.zsh" 1>&2
autoload -U +X compinit && compinit
@@ -3076,22 +3254,13 @@ if [[ -n ${ZSH_VERSION-} ]] &&
compadd -Q -S "${4- }" -p "${2-}" -- ${=1} && _ret=0
}
- __gitcomp_file_direct ()
- {
- emulate -L zsh
-
- local IFS=$'\n'
- compset -P '*[=:]'
- compadd -f -- ${=1} && _ret=0
- }
-
__gitcomp_file ()
{
emulate -L zsh
local IFS=$'\n'
compset -P '*[=:]'
- compadd -p "${2-}" -f -- ${=1} && _ret=0
+ compadd -Q -p "${2-}" -f -- ${=1} && _ret=0
}
_git ()
@@ -3146,6 +3315,6 @@ __git_complete gitk __gitk_main
# when the user has tab-completed the executable name and consequently
# included the '.exe' suffix.
#
-if [ Cygwin = "$(uname -o 2>/dev/null)" ]; then
+if [[ "$OSTYPE" = cygwin* ]]; then
__git_complete git.exe __git_main
fi
diff --git a/exact_dot_oh-my-zsh/exact_plugins/exact_gitfast/git-prompt.sh b/exact_dot_oh-my-zsh/exact_plugins/exact_gitfast/git-prompt.sh
index f7009b0..fd2b049 100644
--- a/exact_dot_oh-my-zsh/exact_plugins/exact_gitfast/git-prompt.sh
+++ b/exact_dot_oh-my-zsh/exact_plugins/exact_gitfast/git-prompt.sh
@@ -219,7 +219,7 @@ __git_ps1_show_upstream ()
if [[ -n "$count" && -n "$name" ]]; then
__git_ps1_upstream_name=$(git rev-parse \
--abbrev-ref "$upstream" 2>/dev/null)
- if [ "$pcmode" = yes ] && [ "$ps1_expanded" = yes ]; then
+ if [ $pcmode = yes ] && [ $ps1_expanded = yes ]; then
p="$p \${__git_ps1_upstream_name}"
else
p="$p ${__git_ps1_upstream_name}"
@@ -237,7 +237,7 @@ __git_ps1_show_upstream ()
# to build a gitstring.
__git_ps1_colorize_gitstring ()
{
- if [[ -n "${ZSH_VERSION-}" ]]; then
+ if [[ -n ${ZSH_VERSION-} ]]; then
local c_red='%F{red}'
local c_green='%F{green}'
local c_lblue='%F{blue}'
@@ -255,7 +255,7 @@ __git_ps1_colorize_gitstring ()
local flags_color="$c_lblue"
local branch_color=""
- if [ "$detached" = no ]; then
+ if [ $detached = no ]; then
branch_color="$ok_color"
else
branch_color="$bad_color"
@@ -508,13 +508,13 @@ __git_ps1 ()
# NO color option unless in PROMPT_COMMAND mode or it's Zsh
if [ -n "${GIT_PS1_SHOWCOLORHINTS-}" ]; then
- if [ "$pcmode" = yes ] || [ -n "${ZSH_VERSION-}" ]; then
+ if [ $pcmode = yes ] || [ -n "${ZSH_VERSION-}" ]; then
__git_ps1_colorize_gitstring
fi
fi
b=${b##refs/heads/}
- if [ "$pcmode" = yes ] && [ "$ps1_expanded" = yes ]; then
+ if [ $pcmode = yes ] && [ $ps1_expanded = yes ]; then
__git_ps1_branch_name=$b
b="\${__git_ps1_branch_name}"
fi
@@ -522,7 +522,7 @@ __git_ps1 ()
local f="$w$i$s$u"
local gitstring="$c$b${f:+$z$f}$r$p"
- if [ "$pcmode" = yes ]; then
+ if [ $pcmode = yes ]; then
if [ "${__git_printf_supports_v-}" != yes ]; then
gitstring=$(printf -- "$printf_format" "$gitstring")
else
diff --git a/exact_dot_oh-my-zsh/exact_plugins/exact_globalias/README.md b/exact_dot_oh-my-zsh/exact_plugins/exact_globalias/README.md
index 0b06410..cd7fc3c 100644
--- a/exact_dot_oh-my-zsh/exact_plugins/exact_globalias/README.md
+++ b/exact_dot_oh-my-zsh/exact_plugins/exact_globalias/README.md
@@ -17,6 +17,9 @@ Then just press `SPACE` to trigger the expansion of a command you've written.
If you only want to insert a space without expanding the command line, press
`CTRL`+`SPACE`.
+if you would like to filter out any values from expanding set `GLOBALIAS_FILTER_VALUES` to
+an array of said values. See [Filtered values](#filtered-values).
+
## Examples
#### Glob expressions
@@ -37,7 +40,6 @@ $ ls folder/file.json anotherfolder/another.json
$ mkdir "`date -R`"
# expands to
$ mkdir Tue,\ 04\ Oct\ 2016\ 13:54:03\ +0300
-
```
#### Aliases
@@ -60,3 +62,18 @@ $ S
# expands to:
$ sudo systemctl
```
+
+#### Filtered values
+
+```
+# .zshrc
+alias l='ls -lh'
+alias la='ls --color=auto -lah'
+GLOBALIAS_FILTER_VALUES=(l)
+
+$ l
+# does not expand
+$ la
+# expands to:
+$ ls --color=auto -lah
+```
diff --git a/exact_dot_oh-my-zsh/exact_plugins/exact_globalias/globalias.plugin.zsh b/exact_dot_oh-my-zsh/exact_plugins/exact_globalias/globalias.plugin.zsh
index 9602a96..bd27d58 100644
--- a/exact_dot_oh-my-zsh/exact_plugins/exact_globalias/globalias.plugin.zsh
+++ b/exact_dot_oh-my-zsh/exact_plugins/exact_globalias/globalias.plugin.zsh
@@ -1,6 +1,12 @@
globalias() {
- zle _expand_alias
- zle expand-word
+ # Get last word to the left of the cursor:
+ # (z) splits into words using shell parsing
+ # (A) makes it an array even if there's only one element
+ local word=${${(Az)LBUFFER}[-1]}
+ if [[ $GLOBALIAS_FILTER_VALUES[(Ie)$word] -eq 0 ]]; then
+ zle _expand_alias
+ zle expand-word
+ fi
zle self-insert
}
zle -N globalias
diff --git a/exact_dot_oh-my-zsh/exact_plugins/exact_go/symlink_go.plugin.zsh b/exact_dot_oh-my-zsh/exact_plugins/exact_go/symlink_go.plugin.zsh
deleted file mode 100644
index cf943e2..0000000
--- a/exact_dot_oh-my-zsh/exact_plugins/exact_go/symlink_go.plugin.zsh
+++ /dev/null
@@ -1 +0,0 @@
-../golang/golang.plugin.zsh
\ No newline at end of file
diff --git a/exact_dot_oh-my-zsh/exact_plugins/exact_golang/golang.plugin.zsh b/exact_dot_oh-my-zsh/exact_plugins/exact_golang/golang.plugin.zsh
index 47b1098..398bd96 100644
--- a/exact_dot_oh-my-zsh/exact_plugins/exact_golang/golang.plugin.zsh
+++ b/exact_dot_oh-my-zsh/exact_plugins/exact_golang/golang.plugin.zsh
@@ -41,7 +41,7 @@ __go_tool_complete() {
return
fi
build_flags=(
- '-a[force reinstallation of packages that are already up-to-date]'
+ '-a[force reinstallation of packages that are already up to date]'
'-n[print the commands but do not run them]'
'-p[number of parallel builds]:number'
'-race[enable data race detection]'
diff --git a/exact_dot_oh-my-zsh/exact_plugins/exact_gradle/_gradle b/exact_dot_oh-my-zsh/exact_plugins/exact_gradle/_gradle
index 6476266..e77b23c 100644
--- a/exact_dot_oh-my-zsh/exact_plugins/exact_gradle/_gradle
+++ b/exact_dot_oh-my-zsh/exact_plugins/exact_gradle/_gradle
@@ -116,9 +116,9 @@ __gradle-generate-tasks-cache() {
# Reuse Gradle Daemon if IDLE but don't start a new one.
local gradle_tasks_output
if [[ ! -z "$($gradle_cmd --status 2>/dev/null | grep IDLE)" ]]; then
- gradle_tasks_output="$($gradle_cmd --daemon --build-file $gradle_build_file -q tasks --all 2>/dev/null)"
+ gradle_tasks_output="$($gradle_cmd --daemon --build-file $gradle_build_file --console plain -q tasks --all 2>/dev/null)"
else
- gradle_tasks_output="$($gradle_cmd --no-daemon --build-file $gradle_build_file -q tasks --all 2>/dev/null)"
+ gradle_tasks_output="$($gradle_cmd --no-daemon --build-file $gradle_build_file --console plain -q tasks --all 2>/dev/null)"
fi
local gradle_all_tasks="" root_tasks="" subproject_tasks="" output_line
local -a match
diff --git a/exact_dot_oh-my-zsh/exact_plugins/exact_httpie/README.md b/exact_dot_oh-my-zsh/exact_plugins/exact_httpie/README.md
index 25bdd0c..40d60c4 100644
--- a/exact_dot_oh-my-zsh/exact_plugins/exact_httpie/README.md
+++ b/exact_dot_oh-my-zsh/exact_plugins/exact_httpie/README.md
@@ -11,4 +11,10 @@ plugins=(... httpie)
It uses completion from [zsh-completions](https://github.com/zsh-users/zsh-completions).
+## Aliases
+
+| Alias | Command |
+| ------------ | ---------------------------------------------------------------- |
+| `https` | `http --default-scheme=https` |
+
**Maintainer:** [lululau](https://github.com/lululau)
diff --git a/exact_dot_oh-my-zsh/exact_plugins/exact_jenv/jenv.plugin.zsh b/exact_dot_oh-my-zsh/exact_plugins/exact_jenv/jenv.plugin.zsh
index b85906a..946ce18 100644
--- a/exact_dot_oh-my-zsh/exact_plugins/exact_jenv/jenv.plugin.zsh
+++ b/exact_dot_oh-my-zsh/exact_plugins/exact_jenv/jenv.plugin.zsh
@@ -1,4 +1,4 @@
-jenvdirs=("$HOME/.jenv" "/usr/local" "/usr/local/jenv" "/opt/jenv")
+jenvdirs=("$HOME/.jenv" "/usr/local/bin/jenv" "/usr/local/jenv" "/opt/jenv")
FOUND_JENV=0
for jenvdir in $jenvdirs; do
diff --git a/exact_dot_oh-my-zsh/exact_plugins/exact_jira/README.md b/exact_dot_oh-my-zsh/exact_plugins/exact_jira/README.md
index a211e34..a5633af 100644
--- a/exact_dot_oh-my-zsh/exact_plugins/exact_jira/README.md
+++ b/exact_dot_oh-my-zsh/exact_plugins/exact_jira/README.md
@@ -19,6 +19,7 @@ jira # performs the default action
jira new # opens a new issue
jira dashboard # opens your JIRA dashboard
+jira tempo # opens your JIRA Tempo
jira reported [username] # queries for issues reported by a user
jira assigned [username] # queries for issues assigned to a user
jira myissues # queries for you own issues
diff --git a/exact_dot_oh-my-zsh/exact_plugins/exact_jira/_jira b/exact_dot_oh-my-zsh/exact_plugins/exact_jira/_jira
index d646142..1ac3eed 100644
--- a/exact_dot_oh-my-zsh/exact_plugins/exact_jira/_jira
+++ b/exact_dot_oh-my-zsh/exact_plugins/exact_jira/_jira
@@ -5,6 +5,7 @@ local -a _1st_arguments
_1st_arguments=(
'new:create a new issue'
'dashboard:open the dashboard'
+ 'tempo:open the tempo'
'reported:search for issues reported by a user'
'assigned:search for issues assigned to a user'
'branch:open the issue named after the git branch of the current directory'
diff --git a/exact_dot_oh-my-zsh/exact_plugins/exact_jira/jira.plugin.zsh b/exact_dot_oh-my-zsh/exact_plugins/exact_jira/jira.plugin.zsh
index cb46f54..22807e0 100644
--- a/exact_dot_oh-my-zsh/exact_plugins/exact_jira/jira.plugin.zsh
+++ b/exact_dot_oh-my-zsh/exact_plugins/exact_jira/jira.plugin.zsh
@@ -54,6 +54,9 @@ function jira() {
else
open_command "${jira_url}/secure/Dashboard.jspa"
fi
+ elif [[ "$action" == "tempo" ]]; then
+ echo "Opening tempo"
+ open_command "${jira_url}/secure/Tempo.jspa"
elif [[ "$action" == "dumpconfig" ]]; then
echo "JIRA_URL=$jira_url"
echo "JIRA_PREFIX=$jira_prefix"
diff --git a/exact_dot_oh-my-zsh/exact_plugins/exact_jsontools/README.md b/exact_dot_oh-my-zsh/exact_plugins/exact_jsontools/README.md
index 2a5a761..1fa2b8e 100644
--- a/exact_dot_oh-my-zsh/exact_plugins/exact_jsontools/README.md
+++ b/exact_dot_oh-my-zsh/exact_plugins/exact_jsontools/README.md
@@ -29,7 +29,7 @@ curl https://coderwall.com/bobwilliams.json | pp_json
- **is_json**:
```sh
-# pretty print the contents of an existing json file
+# Validate if file's content conforms to a valid JSON schema
less data.json | is_json
```
diff --git a/exact_dot_oh-my-zsh/exact_plugins/exact_keychain/keychain.plugin.zsh b/exact_dot_oh-my-zsh/exact_plugins/exact_keychain/keychain.plugin.zsh
index 1babf5a..f122f79 100644
--- a/exact_dot_oh-my-zsh/exact_plugins/exact_keychain/keychain.plugin.zsh
+++ b/exact_dot_oh-my-zsh/exact_plugins/exact_keychain/keychain.plugin.zsh
@@ -1,7 +1,9 @@
+(( $+commands[keychain] )) || return
+
# Define SHORT_HOST if not defined (%m = host name up to first .)
SHORT_HOST=${SHORT_HOST:-${(%):-%m}}
-function _start_agent() {
+function {
local agents
local -a identities
local -a options
@@ -28,8 +30,3 @@ function _start_agent() {
[ -f "$_keychain_env_sh" ] && . "$_keychain_env_sh"
[ -f "$_keychain_env_sh_gpg" ] && . "$_keychain_env_sh_gpg"
}
-
-_start_agent
-
-# tidy up after ourselves
-unfunction _start_agent
diff --git a/exact_dot_oh-my-zsh/exact_plugins/exact_kube-ps1/README.md b/exact_dot_oh-my-zsh/exact_plugins/exact_kube-ps1/README.md
index a143372..b08997b 100644
--- a/exact_dot_oh-my-zsh/exact_plugins/exact_kube-ps1/README.md
+++ b/exact_dot_oh-my-zsh/exact_plugins/exact_kube-ps1/README.md
@@ -6,14 +6,6 @@ configured on `kubectl` to your Bash/Zsh prompt strings (i.e. the `$PS1`).
Inspired by several tools used to simplify usage of `kubectl`.
-
-
-
-
-
-
-
-
## Installing
### MacOS
diff --git a/exact_dot_oh-my-zsh/exact_plugins/exact_kube-ps1/kube-ps1.plugin.zsh b/exact_dot_oh-my-zsh/exact_plugins/exact_kube-ps1/kube-ps1.plugin.zsh
index 0f68ca9..9e77cbc 100644
--- a/exact_dot_oh-my-zsh/exact_plugins/exact_kube-ps1/kube-ps1.plugin.zsh
+++ b/exact_dot_oh-my-zsh/exact_plugins/exact_kube-ps1/kube-ps1.plugin.zsh
@@ -184,7 +184,7 @@ _kube_ps1_file_newer_than() {
local check_time=$2
if [[ "${KUBE_PS1_SHELL}" == "zsh" ]]; then
- mtime=$(zstat -L +mtime "${file}")
+ mtime=$(zstat +mtime "${file}")
elif stat -c "%s" /dev/null &> /dev/null; then
# GNU stat
mtime=$(stat -L -c %Y "${file}")
diff --git a/exact_dot_oh-my-zsh/exact_plugins/exact_kubectl/README.md b/exact_dot_oh-my-zsh/exact_plugins/exact_kubectl/README.md
index c0db593..7a6cdaa 100644
--- a/exact_dot_oh-my-zsh/exact_plugins/exact_kubectl/README.md
+++ b/exact_dot_oh-my-zsh/exact_plugins/exact_kubectl/README.md
@@ -22,7 +22,7 @@ plugins=(... kubectl)
| kcsc | `kubectl config set-context` | Set a context entry in kubeconfig |
| kcdc | `kubectl config delete-context` | Delete the specified context from the kubeconfig |
| kccc | `kubectl config current-context` | Display the current-context |
-| kcgc | `kubectl config get-contexts` | List of contexts available
+| kcgc | `kubectl config get-contexts` | List of contexts available
| | | **General aliases** |
| kdel | `kubectl delete` | Delete resources by filenames, stdin, resources and names, or by resources and label selector |
| kdelf | `kubectl delete -f` | Delete a pod using the type and name specified in -f argument |
@@ -33,7 +33,8 @@ plugins=(... kubectl)
| kep | `kubectl edit pods` | Edit pods from the default editor |
| kdp | `kubectl describe pods` | Describe all pods |
| kdelp | `kubectl delete pods` | Delete all pods matching passed arguments |
-| kgpl | `kgp -l` | Get pod by label. Example: `kgpl "app=myapp" -n myns` |
+| kgpl | `kgp -l` | Get pods by label. Example: `kgpl "app=myapp" -n myns` |
+| kgpn | `kgp -n` | Get pods by namespace. Example: `kgpn kube-system` |
| | | **Service management** |
| kgs | `kubectl get svc` | List all services in ps output format |
| kgsw | `kgs --watch` | After listing all services, watch for changes |
@@ -90,13 +91,13 @@ plugins=(... kubectl)
| keno | `kubectl edit node` | Edit nodes resource from the default editor |
| kdno | `kubectl describe node` | Describe node resource in detail |
| kdelno | `kubectl delete node` | Delete the node |
-| | | **Persistent Volume Claim management** |
+| | | **Persistent Volume Claim management** |
| kgpvc | `kubectl get pvc` | List all PVCs |
| kgpvcw | `kgpvc --watch` | After listing/getting the requested object, watch for changes |
| kepvc | `kubectl edit pvc` | Edit pvcs from the default editor |
-| kdpvc | `kubectl describe pvc` | Descirbe all pvcs |
+| kdpvc | `kubectl describe pvc` | Describe all pvcs |
| kdelpvc | `kubectl delete pvc` | Delete all pvcs matching passed arguments |
-| | | |
+| | | **StatefulSets management** |
| kgss | `kubectl get statefulset` | List the statefulsets in ps format |
| kgssw | `kgss --watch` | After getting the list of statefulsets, watch for changes |
| kgsswide| `kgss -o wide` | After getting the statefulsets, output in plain-text format with any additional information |
@@ -105,3 +106,26 @@ plugins=(... kubectl)
| kdelss | `kubectl delete statefulset` | Delete the statefulset |
| ksss | `kubectl scale statefulset` | Scale a statefulset |
| krsss | `kubectl rollout status statefulset`| Check the rollout status of a deployment |
+| | | **Service Accounts management** |
+| kgsa | `kubectl get sa` | List all service accounts |
+| kdsa | `kubectl describe sa` | Describe a service account in details |
+| kdelsa | `kubectl delete sa` | Delete the service account |
+| | | **DaemonSet management** |
+| kgds | `kubectl get daemonset` | List all DaemonSets in ps output format |
+| kgdsw | `kgds --watch` | After listing all DaemonSets, watch for changes |
+| keds | `kubectl edit daemonset` | Edit DaemonSets from the default editor |
+| kdds | `kubectl describe daemonset` | Describe all DaemonSets in detail |
+| kdelds | `kubectl delete daemonset` | Delete all DaemonSets matching passed argument |
+| | | **CronJob management** |
+| kgcj | `kubectl get cronjob` | List all CronJobs in ps output format |
+| kecj | `kubectl edit cronjob` | Edit CronJob from the default editor |
+| kdcj | `kubectl describe cronjob` | Describe a CronJob in details |
+| kdelcj | `kubectl delete cronjob` | Delete the CronJob |
+
+## Wrappers
+
+This plugin provides 3 wrappers to colorize kubectl output in JSON and YAML using various tools (which must be installed):
+
+- `kj`: JSON, colorized with [`jq`](https://stedolan.github.io/jq/).
+- `kjx`: JSON, colorized with [`fx`](https://github.com/antonmedv/fx).
+- `ky`: YAML, colorized with [`yh`](https://github.com/andreazorzetto/yh).
diff --git a/exact_dot_oh-my-zsh/exact_plugins/exact_kubectl/kubectl.plugin.zsh b/exact_dot_oh-my-zsh/exact_plugins/exact_kubectl/kubectl.plugin.zsh
index 92688c5..d509d87 100644
--- a/exact_dot_oh-my-zsh/exact_plugins/exact_kubectl/kubectl.plugin.zsh
+++ b/exact_dot_oh-my-zsh/exact_plugins/exact_kubectl/kubectl.plugin.zsh
@@ -1,7 +1,7 @@
if (( $+commands[kubectl] )); then
__KUBECTL_COMPLETION_FILE="${ZSH_CACHE_DIR}/kubectl_completion"
- if [[ ! -f $__KUBECTL_COMPLETION_FILE ]]; then
+ if [[ ! -f $__KUBECTL_COMPLETION_FILE || ! -s $__KUBECTL_COMPLETION_FILE ]]; then
kubectl completion zsh >! $__KUBECTL_COMPLETION_FILE
fi
@@ -47,6 +47,9 @@ alias kdelp='kubectl delete pods'
# get pod by label: kgpl "app=myapp" -n myns
alias kgpl='kgp -l'
+# get pod by namespace: kgpn kube-system"
+alias kgpn='kgp -n'
+
# Service management.
alias kgs='kubectl get svc'
alias kgsa='kubectl get svc --all-namespaces'
@@ -147,3 +150,31 @@ alias kepvc='kubectl edit pvc'
alias kdpvc='kubectl describe pvc'
alias kdelpvc='kubectl delete pvc'
+# Service account management.
+alias kgsa="kubectl get sa"
+alias kdsa="kubectl describe sa"
+alias kdelsa="kubectl delete sa"
+
+# DaemonSet management.
+alias kgds='kubectl get daemonset'
+alias kgdsw='kgds --watch'
+alias keds='kubectl edit daemonset'
+alias kdds='kubectl describe daemonset'
+alias kdelds='kubectl delete daemonset'
+
+# CronJob management.
+alias kgcj='kubectl get cronjob'
+alias kecj='kubectl edit cronjob'
+alias kdcj='kubectl describe cronjob'
+alias kdelcj='kubectl delete cronjob'
+
+# Only run if the user actually has kubectl installed
+if (( ${+_comps[kubectl]} )); then
+ kj() { kubectl "$@" -o json | jq; }
+ kjx() { kubectl "$@" -o json | fx; }
+ ky() { kubectl "$@" -o yaml | yh; }
+
+ compdef kj=kubectl
+ compdef kjx=kubectl
+ compdef ky=kubectl
+fi
diff --git a/exact_dot_oh-my-zsh/exact_plugins/exact_laravel5/laravel5.plugin.zsh b/exact_dot_oh-my-zsh/exact_plugins/exact_laravel5/laravel5.plugin.zsh
index 487a074..70dc4ed 100644
--- a/exact_dot_oh-my-zsh/exact_plugins/exact_laravel5/laravel5.plugin.zsh
+++ b/exact_dot_oh-my-zsh/exact_plugins/exact_laravel5/laravel5.plugin.zsh
@@ -1,20 +1,19 @@
+# Alias
+alias la5='php artisan'
+alias la5cache='php artisan cache:clear'
+alias la5routes='php artisan route:list'
+alias la5vendor='php artisan vendor:publish'
+
# Laravel5 basic command completion
_laravel5_get_command_list () {
- php artisan --raw --no-ansi list | sed "s/[[:space:]].*//g"
+ php artisan --raw --no-ansi list | sed "s/[[:space:]].*//g"
}
_laravel5 () {
- if [ -f artisan ]; then
- compadd `_laravel5_get_command_list`
+ if [[ -f artisan ]]; then
+ compadd $(_laravel5_get_command_list)
fi
}
compdef _laravel5 artisan
compdef _laravel5 la5
-
-#Alias
-alias la5='php artisan'
-
-alias la5cache='php artisan cache:clear'
-alias la5routes='php artisan route:list'
-alias la5vendor='php artisan vendor:publish'
diff --git a/exact_dot_oh-my-zsh/exact_plugins/exact_magic-enter/magic-enter.plugin.zsh b/exact_dot_oh-my-zsh/exact_plugins/exact_magic-enter/magic-enter.plugin.zsh
index 8e18596..2d4d578 100644
--- a/exact_dot_oh-my-zsh/exact_plugins/exact_magic-enter/magic-enter.plugin.zsh
+++ b/exact_dot_oh-my-zsh/exact_plugins/exact_magic-enter/magic-enter.plugin.zsh
@@ -3,7 +3,6 @@
# Pressing enter in a git directory runs `git status`
# in other directories `ls`
magic-enter () {
-
# If commands are not already set, use the defaults
[ -z "$MAGIC_ENTER_GIT_COMMAND" ] && MAGIC_ENTER_GIT_COMMAND="git status -u ."
[ -z "$MAGIC_ENTER_OTHER_COMMAND" ] && MAGIC_ENTER_OTHER_COMMAND="ls -lh ."
@@ -20,5 +19,9 @@ magic-enter () {
zle accept-line
fi
}
+
zle -N magic-enter
-bindkey "^M" magic-enter
+
+bindkey -M emacs "^M" magic-enter
+bindkey -M vicmd "^M" magic-enter
+bindkey -M viins "^M" magic-enter
diff --git a/exact_dot_oh-my-zsh/exact_plugins/exact_man/man.plugin.zsh b/exact_dot_oh-my-zsh/exact_plugins/exact_man/man.plugin.zsh
index 3ab15d3..dcba613 100644
--- a/exact_dot_oh-my-zsh/exact_plugins/exact_man/man.plugin.zsh
+++ b/exact_dot_oh-my-zsh/exact_plugins/exact_man/man.plugin.zsh
@@ -16,16 +16,22 @@ man-command-line() {
# if there is no command typed, use the last command
[[ -z "$BUFFER" ]] && zle up-history
- # prepend man to only the first part of the typed command
+ # if typed command begins with man, do nothing
+ [[ "$BUFFER" = man\ * ]] && return
+
+ # get command and possible subcommand
# http://zsh.sourceforge.net/Doc/Release/Expansion.html#Parameter-Expansion-Flags
- [[ "$BUFFER" != man\ * ]] && BUFFER="man ${${(Az)BUFFER}[1]}"
+ local -a args
+ args=(${${(Az)BUFFER}[1]} ${${(Az)BUFFER}[2]})
+
+ # check if man page exists for command and first argument
+ if man "${args[1]}-${args[2]}" >/dev/null 2>&1; then
+ BUFFER="man $args"
+ else
+ BUFFER="man ${args[1]}"
+ fi
}
+
zle -N man-command-line
# Defined shortcut keys: [Esc]man
bindkey "\e"man man-command-line
-
-
-# ------------------------------------------------------------------------------
-# Also, you might want to use man-preview included in 'osx' plugin
-# just substitute "man" in the function with "man-preview" after you included OS X in
-# the .zshrc
diff --git a/exact_dot_oh-my-zsh/exact_plugins/exact_minikube/minikube.plugin.zsh b/exact_dot_oh-my-zsh/exact_plugins/exact_minikube/minikube.plugin.zsh
index f7b365c..e87abce 100644
--- a/exact_dot_oh-my-zsh/exact_plugins/exact_minikube/minikube.plugin.zsh
+++ b/exact_dot_oh-my-zsh/exact_plugins/exact_minikube/minikube.plugin.zsh
@@ -1,13 +1,13 @@
# Autocompletion for Minikube.
#
if (( $+commands[minikube] )); then
- __MINICUBE_COMPLETION_FILE="${ZSH_CACHE_DIR}/minicube_completion"
+ __MINIKUBE_COMPLETION_FILE="${ZSH_CACHE_DIR}/minikube_completion"
- if [[ ! -f $__MINICUBE_COMPLETION_FILE ]]; then
- minikube completion zsh >! $__MINICUBE_COMPLETION_FILE
+ if [[ ! -f $__MINIKUBE_COMPLETION_FILE ]]; then
+ minikube completion zsh >! $__MINIKUBE_COMPLETION_FILE
fi
- [[ -f $__MINICUBE_COMPLETION_FILE ]] && source $__MINICUBE_COMPLETION_FILE
+ [[ -f $__MINIKUBE_COMPLETION_FILE ]] && source $__MINIKUBE_COMPLETION_FILE
- unset __MINICUBE_COMPLETION_FILE
+ unset __MINIKUBE_COMPLETION_FILE
fi
diff --git a/exact_dot_oh-my-zsh/exact_plugins/exact_mix-fast/mix-fast.plugin.zsh b/exact_dot_oh-my-zsh/exact_plugins/exact_mix-fast/mix-fast.plugin.zsh
index e27e30d..564c505 100644
--- a/exact_dot_oh-my-zsh/exact_plugins/exact_mix-fast/mix-fast.plugin.zsh
+++ b/exact_dot_oh-my-zsh/exact_plugins/exact_mix-fast/mix-fast.plugin.zsh
@@ -12,7 +12,7 @@ _mix_does_task_list_need_generating () {
}
_mix_generate () {
- mix help | grep -v 'iex -S' | tail -n +2 | cut -d " " -f 2 > .mix_tasks
+ mix help | grep '^mix [^ ]' | sed -E "s/mix ([^ ]*) *# (.*)/\1:\2/" > .mix_tasks
}
_mix () {
@@ -21,7 +21,8 @@ _mix () {
echo "\nGenerating .mix_tasks..." > /dev/stderr
_mix_generate
fi
- compadd `cat .mix_tasks`
+ local tasks=(${(f)"$(cat .mix_tasks)"})
+ _describe 'tasks' tasks
fi
}
diff --git a/exact_dot_oh-my-zsh/exact_plugins/exact_mvn/README.md b/exact_dot_oh-my-zsh/exact_plugins/exact_mvn/README.md
index 72cea9c..815dfd5 100644
--- a/exact_dot_oh-my-zsh/exact_plugins/exact_mvn/README.md
+++ b/exact_dot_oh-my-zsh/exact_plugins/exact_mvn/README.md
@@ -19,6 +19,7 @@ if it's found, or the mvn command otherwise.
| `mvn!` | `mvn -f /pom.xml` |
| `mvnag` | `mvn archetype:generate` |
| `mvnboot` | `mvn spring-boot:run` |
+| `mvnqdev` | `mvn quarkus:dev` |
| `mvnc` | `mvn clean` |
| `mvncd` | `mvn clean deploy` |
| `mvnce` | `mvn clean eclipse:clean eclipse:eclipse` |
@@ -36,6 +37,7 @@ if it's found, or the mvn command otherwise.
| `mvndocs` | `mvn dependency:resolve -Dclassifier=javadoc` |
| `mvndt` | `mvn dependency:tree` |
| `mvne` | `mvn eclipse:eclipse` |
+| `mvnfmt` | `mvn fmt:format` |
| `mvnjetty` | `mvn jetty:run` |
| `mvnp` | `mvn package` |
| `mvns` | `mvn site` |
diff --git a/exact_dot_oh-my-zsh/exact_plugins/exact_mvn/mvn.plugin.zsh b/exact_dot_oh-my-zsh/exact_plugins/exact_mvn/mvn.plugin.zsh
index 0866e55..27d63a6 100644
--- a/exact_dot_oh-my-zsh/exact_plugins/exact_mvn/mvn.plugin.zsh
+++ b/exact_dot_oh-my-zsh/exact_plugins/exact_mvn/mvn.plugin.zsh
@@ -59,8 +59,10 @@ alias mvnd='mvn deploy'
alias mvndocs='mvn dependency:resolve -Dclassifier=javadoc'
alias mvndt='mvn dependency:tree'
alias mvne='mvn eclipse:eclipse'
+alias mvnfmt='mvn fmt:format'
alias mvnjetty='mvn jetty:run'
alias mvnp='mvn package'
+alias mvnqdev='mvn quarkus:dev'
alias mvns='mvn site'
alias mvnsrc='mvn dependency:sources'
alias mvnt='mvn test'
@@ -71,7 +73,7 @@ alias mvn-updates='mvn versions:display-dependency-updates'
function listMavenCompletions {
local file new_file
- local -a profiles POM_FILES
+ local -a profiles POM_FILES modules
# Root POM
POM_FILES=(~/.m2/settings.xml)
@@ -107,6 +109,9 @@ function listMavenCompletions {
profiles+=($(sed 's///' "$file" | sed '//d' | grep -e "" -A 1 | grep -e ".*" | sed 's?.*\(.*\)<\/id>.*?-P\1?'))
done
+ # List modules
+ modules=($(find **/pom.xml -type f | grep -v '/target/classes/META-INF/' | grep '/pom.xml' |sed 's|\(.*\)/pom\.xml|\1|'))
+
reply=(
# common lifecycle
clean initialize process-resources compile process-test-resources test-compile test package verify install deploy site
@@ -183,6 +188,8 @@ function listMavenCompletions {
tomee:run tomee:run-war tomee:run-war-only tomee:stop tomee:deploy tomee:undeploy
# spring-boot
spring-boot:run spring-boot:repackage
+ # quarkus
+ quarkus:dev quarkus:list-extensions quarkus:add-extension quarkus:add-extensions quarkus:generate-config quarkus:help
# exec
exec:exec exec:java
# versions
@@ -267,8 +274,8 @@ function listMavenCompletions {
stage:copy
# toolchain
toolchain:toolchain
- #liberty
- liberty:clean-server liberty:compile-jsp liberty:configure-arquillian liberty:create-server liberty:debug liberty:debug-server liberty:deploy liberty:dev liberty:display-url liberty:dump-server liberty:install-apps liberty:install-feature liberty:install-server liberty:java-dump-server liberty:package-server liberty:run liberty:run-server liberty:server-status liberty:start liberty:start-server liberty:status liberty:stop liberty:stop-server liberty:test-start-server liberty:test-stop-server liberty:undeploy liberty:uninstall-feature
+ #liberty
+ liberty:clean-server liberty:compile-jsp liberty:configure-arquillian liberty:create-server liberty:debug liberty:debug-server liberty:deploy liberty:dev liberty:display-url liberty:dump-server liberty:install-apps liberty:install-feature liberty:install-server liberty:java-dump-server liberty:package-server liberty:run liberty:run-server liberty:server-status liberty:start liberty:start-server liberty:status liberty:stop liberty:stop-server liberty:test-start-server liberty:test-stop-server liberty:undeploy liberty:uninstall-feature
# options
"-Dmaven.test.skip=true" -DskipTests -DskipITs -Dmaven.surefire.debug -DenableCiProfile "-Dpmd.skip=true" "-Dcheckstyle.skip=true" "-Dtycho.mode=maven" "-Dmaven.test.failure.ignore=true" "-DgroupId=" "-DartifactId=" "-Dversion=" "-Dpackaging=jar" "-Dfile="
@@ -319,6 +326,7 @@ function listMavenCompletions {
-Dit.test=$(if [ -d ./src/test/java ] ; then find ./src/test/java -type f -name '*.java' | grep -v svn | sed 's?.*/\([^/]*\)\..*?-Dit.test=\1?' ; fi)
$profiles
+ $modules
)
}
diff --git a/exact_dot_oh-my-zsh/exact_plugins/exact_npx/README.md b/exact_dot_oh-my-zsh/exact_plugins/exact_npx/README.md
index 1c05293..41e4c13 100644
--- a/exact_dot_oh-my-zsh/exact_plugins/exact_npx/README.md
+++ b/exact_dot_oh-my-zsh/exact_plugins/exact_npx/README.md
@@ -1,21 +1,15 @@
# NPX Plugin
-> npx(1) -- execute npm package binaries. ([more info](https://github.com/zkat/npx))
+
+> npx(1) -- execute npm package binaries. ([more info](https://github.com/npm/npx))
This plugin automatically registers npx command-not-found handler if `npx` exists in your `$PATH`.
-## Setup
+To use it, add `npx` to the plugins array in your zshrc file:
-- Add plugin to `~/.zshrc`
-
-```bash
+```zsh
plugins=(.... npx)
```
-- Globally install npx binary (npx will be auto installed with recent versions of Node.js)
-```bash
-sudo npm install -g npx
-```
-
## Note
The shell auto-fallback doesn't auto-install plain packages. In order to get it to install something, you need to add `@`:
@@ -29,3 +23,17 @@ Started
It does it this way so folks using the fallback don't accidentally try to install regular typoes.
+## Deprecation
+
+Since npm v7, `npx` has been moved to `npm exec`. With the move, [the `--shell-auto-fallback` argument
+for `npx` has been removed](https://github.com/npm/cli/blob/v7.0.0/docs/content/cli-commands/npm-exec.md#compatibility-with-older-npx-versions):
+
+> Shell fallback functionality is removed, as it is not advisable.
+
+When using npm v7, you'll get this error:
+
+> npx: the --shell-auto-fallback argument has been removed
+
+If you get this error, just disable the plugin by removing it from the plugins array in your zshrc file.
+This plugin will no longer be maintained and will be removed in the future, when the older `npx` versions
+are no longer available.
diff --git a/exact_dot_oh-my-zsh/exact_plugins/exact_nvm/README.md b/exact_dot_oh-my-zsh/exact_plugins/exact_nvm/README.md
index 079cf00..749a434 100644
--- a/exact_dot_oh-my-zsh/exact_plugins/exact_nvm/README.md
+++ b/exact_dot_oh-my-zsh/exact_plugins/exact_nvm/README.md
@@ -1,9 +1,26 @@
# nvm plugin
-This plugin adds autocompletions for [nvm](https://github.com/creationix/nvm) โ a Node.js version manager.
+This plugin adds autocompletions for [nvm](https://github.com/nvm-sh/nvm) โ a Node.js version manager.
It also automatically sources nvm, so you don't need to do it manually in your `.zshrc`.
To use it, add `nvm` to the plugins array of your zshrc file:
+
```zsh
plugins=(... nvm)
```
+
+## Settings
+
+- **`NVM_DIR`**: if you have installed nvm in a directory other than `$HOME/.nvm`, set and export `NVM_DIR`
+ to be the directory where you installed nvm.
+
+- **`NVM_HOMEBREW`**: if you installed nvm via Homebrew, in a directory other than `/usr/local/opt/nvm`, you
+ can set `NVM_HOMEBREW` to be the directory where you installed it.
+
+- **`NVM_LAZY`**: if you want the plugin to defer the load of nvm to speed-up the start of your zsh session,
+ set `NVM_LAZY` to `1`. This will use the `--no-use` parameter when loading nvm, and will create a function
+ for `node`, `npm` and `yarn`, so when you call either of these three, nvm will load with `nvm use default`.
+
+- **`NVM_AUTOLOAD`**: if `NVM_AUTOLOAD` is set to `1`, the plugin will automatically load a node version when
+ if finds a [`.nvmrc` file](https://github.com/nvm-sh/nvm#nvmrc) in the current working directory indicating
+ which node version to load.
diff --git a/exact_dot_oh-my-zsh/exact_plugins/exact_nvm/nvm.plugin.zsh b/exact_dot_oh-my-zsh/exact_plugins/exact_nvm/nvm.plugin.zsh
index 4bab8e9..1e9b26e 100644
--- a/exact_dot_oh-my-zsh/exact_plugins/exact_nvm/nvm.plugin.zsh
+++ b/exact_dot_oh-my-zsh/exact_plugins/exact_nvm/nvm.plugin.zsh
@@ -1,8 +1,77 @@
-# Set NVM_DIR if it isn't already defined
-[[ -z "$NVM_DIR" ]] && export NVM_DIR="$HOME/.nvm"
-
-# Try to load nvm only if command not already available
-if ! type "nvm" &> /dev/null; then
- # Load nvm if it exists
- [[ -f "$NVM_DIR/nvm.sh" ]] && source "$NVM_DIR/nvm.sh"
+# See https://github.com/nvm-sh/nvm#installation-and-update
+if [[ -z "$NVM_DIR" ]]; then
+ if [[ -d "$HOME/.nvm" ]]; then
+ export NVM_DIR="$HOME/.nvm"
+ elif [[ -d "${XDG_CONFIG_HOME:-$HOME/.config}/nvm" ]]; then
+ export NVM_DIR="${XDG_CONFIG_HOME:-$HOME/.config}/nvm"
+ fi
fi
+
+# Don't try to load nvm if command already available
+which nvm &> /dev/null && return
+
+if [[ -f "$NVM_DIR/nvm.sh" ]]; then
+ # Load nvm if it exists in $NVM_DIR
+ source "$NVM_DIR/nvm.sh" ${NVM_LAZY+"--no-use"}
+else
+ # Otherwise try to load nvm installed via Homebrew
+ # User can set this if they have an unusual Homebrew setup
+ NVM_HOMEBREW="${NVM_HOMEBREW:-/usr/local/opt/nvm}"
+ # Load nvm from Homebrew location if it exists
+ if [[ -f "$NVM_HOMEBREW/nvm.sh" ]]; then
+ source "$NVM_HOMEBREW/nvm.sh" ${NVM_LAZY+"--no-use"}
+ else
+ # Exit the plugin if we couldn't find nvm
+ return
+ fi
+fi
+
+# Call nvm when first using node, npm or yarn
+if (( $+NVM_LAZY )); then
+ function node npm yarn {
+ unfunction node npm yarn
+ nvm use default
+ command "$0" "$@"
+ }
+fi
+
+# Autoload nvm when finding a .nvmrc file in the current directory
+# Adapted from: https://github.com/nvm-sh/nvm#zsh
+if (( $+NVM_AUTOLOAD )); then
+ load-nvmrc() {
+ local node_version="$(nvm version)"
+ local nvmrc_path="$(nvm_find_nvmrc)"
+
+ if [[ -n "$nvmrc_path" ]]; then
+ local nvmrc_node_version=$(nvm version "$(cat "${nvmrc_path}")")
+
+ if [[ "$nvmrc_node_version" = "N/A" ]]; then
+ nvm install
+ elif [[ "$nvmrc_node_version" != "$node_version" ]]; then
+ nvm use
+ fi
+ elif [[ "$node_version" != "$(nvm version default)" ]]; then
+ echo "Reverting to nvm default version"
+ nvm use default
+ fi
+ }
+
+ autoload -U add-zsh-hook
+ add-zsh-hook chpwd load-nvmrc
+
+ load-nvmrc
+fi
+
+# Load nvm bash completion
+for nvm_completion in "$NVM_DIR/bash_completion" "$NVM_HOMEBREW/etc/bash_completion.d/nvm"; do
+ if [[ -f "$nvm_completion" ]]; then
+ # Load bashcompinit
+ autoload -U +X bashcompinit && bashcompinit
+ # Bypass compinit call in nvm bash completion script. See:
+ # https://github.com/nvm-sh/nvm/blob/4436638/bash_completion#L86-L93
+ ZSH_VERSION= source "$nvm_completion"
+ break
+ fi
+done
+
+unset NVM_HOMEBREW NVM_LAZY NVM_AUTOLOAD nvm_completion
diff --git a/exact_dot_oh-my-zsh/exact_plugins/exact_nyan/README.md b/exact_dot_oh-my-zsh/exact_plugins/exact_nyan/README.md
deleted file mode 100644
index 5929418..0000000
--- a/exact_dot_oh-my-zsh/exact_plugins/exact_nyan/README.md
+++ /dev/null
@@ -1,5 +0,0 @@
-# Nyan plugin
-
-This plugin adds a command to display [Nyan Cat](https://en.wikipedia.org/wiki/Nyan_Cat) right inside your terminal.
-
-**Plugin is deprecated**. Check [official repo](https://github.com/klange/nyancat) for more information.
\ No newline at end of file
diff --git a/exact_dot_oh-my-zsh/exact_plugins/exact_nyan/nyan.plugin.zsh b/exact_dot_oh-my-zsh/exact_plugins/exact_nyan/nyan.plugin.zsh
deleted file mode 100644
index c21c784..0000000
--- a/exact_dot_oh-my-zsh/exact_plugins/exact_nyan/nyan.plugin.zsh
+++ /dev/null
@@ -1,10 +0,0 @@
-print -Pn '%F{yellow}'
-cat >&2 <<-EOD
- nyan plugin:
- The nyancat server used by this plugin was shut down due to increased
- bandwidth costs, so the nyan plugin no longer works. You can get the
- same functionality in some distributions by installing the nyancat package,
- or you can compile it yourself.
- See https://github.com/klange/nyancat for more information.
-EOD
-print -Pn '%f'
diff --git a/exact_dot_oh-my-zsh/exact_plugins/exact_osx/README.md b/exact_dot_oh-my-zsh/exact_plugins/exact_osx/README.md
index 50e9e7f..ecc9327 100644
--- a/exact_dot_oh-my-zsh/exact_plugins/exact_osx/README.md
+++ b/exact_dot_oh-my-zsh/exact_plugins/exact_osx/README.md
@@ -22,14 +22,17 @@ Original author: [Sorin Ionescu](https://github.com/sorin-ionescu)
| `pfs` | Return the current Finder selection |
| `cdf` | `cd` to the current Finder directory |
| `pushdf` | `pushd` to the current Finder directory |
+| `pxd` | Return the current Xcode project directory |
+| `cdx` | `cd` to the current Xcode project directory |
| `quick-look` | Quick-Look a specified file |
| `man-preview` | Open a specified man page in Preview app |
-| `showfiles` | Show hidden files |
-| `hidefiles` | Hide the hidden files |
-| `itunes` | DEPRECATED. Use `music` from macOS Catalina on |
+| `showfiles` | Show hidden files in Finder |
+| `hidefiles` | Hide the hidden files in Finder |
+| `itunes` | _DEPRECATED_. Use `music` from macOS Catalina on |
| `music` | Control Apple Music. Use `music -h` for usage details |
| `spotify` | Control Spotify and search by artist, album, trackโฆ |
| `rmdsstore` | Remove .DS\_Store files recursively in a directory |
+| `btrestart` | Restart the Bluetooth daemon |
## Acknowledgements
diff --git a/exact_dot_oh-my-zsh/exact_plugins/exact_osx/osx.plugin.zsh b/exact_dot_oh-my-zsh/exact_plugins/exact_osx/osx.plugin.zsh
index 03e9c1c..7842e9f 100644
--- a/exact_dot_oh-my-zsh/exact_plugins/exact_osx/osx.plugin.zsh
+++ b/exact_dot_oh-my-zsh/exact_plugins/exact_osx/osx.plugin.zsh
@@ -1,15 +1,22 @@
# Open the current directory in a Finder window
alias ofd='open_command $PWD'
+# Show/hide hidden files in the Finder
+alias showfiles="defaults write com.apple.finder AppleShowAllFiles -bool true && killall Finder"
+alias hidefiles="defaults write com.apple.finder AppleShowAllFiles -bool false && killall Finder"
+
+# Bluetooth restart
+function btrestart() {
+ sudo kextunload -b com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport
+ sudo kextload -b com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport
+}
+
function _omz_osx_get_frontmost_app() {
- local the_app=$(
- osascript 2>/dev/null </dev/null </dev/null <&2
+ return 1
fi
}
@@ -79,7 +82,6 @@ function vsplit_tab() {
if [[ "$the_app" == 'iTerm' ]]; then
osascript </dev/null </dev/null <&2
- false
-
+ return 1
fi
}
@@ -142,44 +140,40 @@ function split_tab() {
keystroke "${command} \n"
end tell
EOF
-
elif [[ "$the_app" == 'iTerm2' ]]; then
- osascript </dev/null </dev/null <&2
- false
-
+ return 1
fi
}
function pfd() {
osascript 2>/dev/null </dev/null < 0 )) && qlmanage -p $* &>/dev/null &
}
@@ -218,133 +227,13 @@ function vncviewer() {
open vnc://$@
}
-# iTunes control function
-function itunes music() {
- local APP_NAME=Music
-
- autoload is-at-least
- if is-at-least 10.15 $(sw_vers -productVersion); then
- if [[ $0 = itunes ]]; then
- echo >&2 The itunes function name is deprecated. Use \`music\' instead.
- return 1
- fi
- else
- APP_NAME=iTunes
- fi
-
- local opt=$1
- local playlist=$2
- shift
- case "$opt" in
- launch|play|pause|stop|rewind|resume|quit)
- ;;
- mute)
- opt="set mute to true"
- ;;
- unmute)
- opt="set mute to false"
- ;;
- next|previous)
- opt="$opt track"
- ;;
- vol)
- local new_volume volume=$(osascript -e "tell application \"$APP_NAME\" to get sound volume")
- if [[ $# -eq 0 ]]; then
- echo "Current volume is ${volume}."
- return 0
- fi
- case $1 in
- up) new_volume=$((volume + 10 < 100 ? volume + 10 : 100)) ;;
- down) new_volume=$((volume - 10 > 0 ? volume - 10 : 0)) ;;
- <0-100>) new_volume=$1 ;;
- *) echo "'$1' is not valid. Expected <0-100>, up or down."
- return 1 ;;
- esac
- opt="set sound volume to ${new_volume}"
- ;;
- playlist)
- # Inspired by: https://gist.github.com/nakajijapan/ac8b45371064ae98ea7f
- if [[ ! -z "$playlist" ]]; then
- osascript -e "tell application \"$APP_NAME\"" -e "set new_playlist to \"$playlist\" as string" -e "play playlist new_playlist" -e "end tell" 2>/dev/null;
- if [[ $? -eq 0 ]]; then
- opt="play"
- else
- opt="stop"
- fi
- else
- opt="set allPlaylists to (get name of every playlist)"
- fi
- ;;
- playing|status)
- local state=`osascript -e "tell application \"$APP_NAME\" to player state as string"`
- if [[ "$state" = "playing" ]]; then
- currenttrack=`osascript -e "tell application \"$APP_NAME\" to name of current track as string"`
- currentartist=`osascript -e "tell application \"$APP_NAME\" to artist of current track as string"`
- echo -E "Listening to $fg[yellow]$currenttrack$reset_color by $fg[yellow]$currentartist$reset_color";
- else
- echo "$APP_NAME is" $state;
- fi
- return 0
- ;;
- shuf|shuff|shuffle)
- # The shuffle property of current playlist can't be changed in iTunes 12,
- # so this workaround uses AppleScript to simulate user input instead.
- # Defaults to toggling when no options are given.
- # The toggle option depends on the shuffle button being visible in the Now playing area.
- # On and off use the menu bar items.
- local state=$1
-
- if [[ -n "$state" && ! "$state" =~ "^(on|off|toggle)$" ]]
- then
- print "Usage: $0 shuffle [on|off|toggle]. Invalid option."
- return 1
- fi
-
- case "$state" in
- on|off)
- # Inspired by: https://stackoverflow.com/a/14675583
- osascript 1>/dev/null 2>&1 <<-EOF
- tell application "System Events" to perform action "AXPress" of (menu item "${state}" of menu "Shuffle" of menu item "Shuffle" of menu "Controls" of menu bar item "Controls" of menu bar 1 of application process "iTunes" )
-EOF
- return 0
- ;;
- toggle|*)
- osascript 1>/dev/null 2>&1 <<-EOF
- tell application "System Events" to perform action "AXPress" of (button 2 of process "iTunes"'s window "iTunes"'s scroll area 1)
-EOF
- return 0
- ;;
- esac
- ;;
- ""|-h|--help)
- echo "Usage: $0